@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20250322.0 → 0.0.0-nightly-20250323.0
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 +26 -26
- 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
|
|
24
|
-
_0x243e84(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x334b6c,_0x62fb98){super(),this['id']=_0x62fb98['id'],this['type']=_0x62fb98['type'],this['subType']=_0x62fb98['subType']||null,this['author']=_0x62fb98['author'],this['creator']=_0x62fb98['creator']||_0x62fb98['author'],this['isExternal']=Boolean(_0x62fb98['attributes']&&_0x62fb98['attributes']['@external']),this['data']=null,this['_model']=_0x334b6c,this['_onAccept']=_0x62fb98['onAccept'],this['_onDiscard']=_0x62fb98['onDiscard'],this['_onAttributesChange']=_0x62fb98['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x62fb98['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 _0x55c62f=this;for(;_0x55c62f['previous'];)_0x55c62f=_0x55c62f['previous'];return _0x55c62f;}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'](_0x3c3b21){this['_markerNames']['add'](_0x3c3b21);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x3aaaee=>this['_model']['markers']['get'](_0x3aaaee))['filter'](_0x2cb24d=>_0x2cb24d);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x3bba97=>{for(const _0x2cbba3 of this['getMarkers']())_0x3bba97['removeMarker'](_0x2cbba3);}),this['_markerNames']['clear']();}['removeMarker'](_0x5d6d9c){this['_model']['change'](_0x4576e2=>{_0x4576e2['removeMarker'](_0x5d6d9c);}),this['_markerNames']['delete'](_0x5d6d9c);}['addRange'](_0x333e0a){const _0x5584e3='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+o['getMultiRangeId']();this['addMarkerName'](_0x5584e3),this['_model']['change'](_0x1cf802=>{_0x1cf802['addMarker'](_0x5584e3,{'range':_0x333e0a,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x1beaa8){for(const _0x5a1df6 of this['getRanges']())if(_0x5a1df6['isIntersecting'](_0x1beaa8))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x164ef1=>_0x164ef1['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x16497f,_0x3ec49f)=>[..._0x16497f,..._0x3ec49f['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x1348e4=this['getRanges']();if(0x1!=_0x1348e4['length'])return null;const _0x1283ff=_0x1348e4[0x0],_0x286534=_0x1283ff['start']['nodeAfter'],_0x2be5b6=_0x1283ff['end']['nodeBefore'];return _0x286534 instanceof _0x5bdf15?_0x286534!=_0x2be5b6?null:_0x286534: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 _0x8440a8=[];let _0x1127fe=this['head'];for(;_0x1127fe;)_0x8440a8['push'](_0x1127fe),_0x1127fe=_0x1127fe['next'];return _0x8440a8;}['setAttribute'](_0x10ad69,_0x327970){const _0x28202a=_0x28763a(this['attributes']);_0x417466(_0x28202a,_0x10ad69,_0x327970),_0x54a993(_0x28202a,this['attributes'])||(this['attributes']=_0x28202a,this['_onAttributesChange'](_0x28202a));}['removeAttribute'](_0x50e9e7){const _0x5136f9=_0x28763a(this['attributes']);_0x523993(_0x5136f9,_0x50e9e7),_0x54a993(_0x5136f9,this['attributes'])||(this['attributes']=_0x5136f9,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 _0x18a796()['substr'](0x1,0x5);}}function c(_0xbe9e31,_0x17a57c,_0x44a3c3){const _0x5b78cf=_0xbe9e31['t'],t=_0xbe9e31['t'];switch(_0x17a57c){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'Preview\x20final\x20content':return t('Preview\x20final\x20content');case'Final\x20content\x20preview':return t('Final\x20content\x20preview');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x44a3c3);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x44a3c3);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x44a3c3);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x44a3c3);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x44a3c3);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',_0x44a3c3);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x44a3c3);case'*Replace\x20image*':return t('*Replace\x20image*');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x44a3c3);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x44a3c3);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x44a3c3);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x44a3c3);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x44a3c3);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x44a3c3);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x44a3c3);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x44a3c3);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x44a3c3);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x44a3c3);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x44a3c3);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x44a3c3);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x44a3c3);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x44a3c3);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x44a3c3);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x44a3c3);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x44a3c3);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'},_0x44a3c3);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x44a3c3);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x44a3c3);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x44a3c3);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x44a3c3);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x44a3c3);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'},_0x44a3c3);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x44a3c3);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x44a3c3);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x44a3c3);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x44a3c3);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'},_0x44a3c3);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x44a3c3);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'},_0x44a3c3);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'},_0x44a3c3);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x44a3c3);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'},_0x44a3c3);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x44a3c3);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'},_0x44a3c3);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x44a3c3);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x44a3c3);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'},_0x44a3c3);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x44a3c3);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 _0x5b78cf({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x44a3c3);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x5b78cf({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x44a3c3);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x44a3c3);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'},_0x44a3c3);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'},_0x44a3c3);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'},_0x44a3c3);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x17a57c;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x5a5b5d,_0xa8435d){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x5a5b5d,this['_locale']=_0xa8435d;}['getDescriptions'](_0x2881d3){const _0x2468fb=[],_0x3482c8=new Set(),_0x38a795=new Set();for(let _0x473f22=0x0;_0x473f22<_0x2881d3['length'];_0x473f22++){const _0x56f4ca=_0x2881d3[_0x473f22];if(!_0x56f4ca['isInContent'])continue;const _0x501f2a=this['_handleCustomCallbackDescription'](_0x56f4ca);if(_0x501f2a){if(null!=_0x56f4ca['subType']){if(_0x3482c8['has'](_0x56f4ca['subType']))continue;_0x3482c8['add'](_0x56f4ca['subType']);}_0x2468fb['push'](_0x501f2a);}else{if('attribute'!=_0x56f4ca['type'])'insertion'!=_0x56f4ca['type']&&'deletion'!=_0x56f4ca['type']||this['_handleInsertRemoveSuggestionDescription'](_0x2468fb,_0x56f4ca,_0x2881d3[_0x473f22+0x1]);else{const _0x4fea18=_0x56f4ca['data']['key'];if(_0x38a795['has'](_0x4fea18))continue;_0x38a795['add'](_0x56f4ca['data']['key']),_0x4fea18==u?this['_handleRenameSuggestionDescription'](_0x2468fb,_0x56f4ca):this['_handleAttributeSuggestionDescription'](_0x2468fb,_0x56f4ca);}}}return this['_resolveDescriptionItems'](_0x2468fb);}['registerDescriptionCallback'](_0x254910){this['_customCallbacks']['push'](_0x254910);}['registerElementLabel'](_0x3bc7a6,_0x52eb17,_0x43c649=_0x4055eb['normal']){'function'==typeof _0x3bc7a6?_0x315f59(this['_itemLabelsCallbacks'],{'matchingCallback':_0x3bc7a6,'label':_0x52eb17,'priority':_0x43c649}):this['_itemLabels']['set'](_0x3bc7a6,_0x52eb17);}['registerAttributeLabel'](_0xcc5ad5,_0x3e9278){this['_attributeLabels']['set'](_0xcc5ad5,_0x3e9278);}['getItemLabel'](_0x314009,_0x1b418d=0x1){let _0x43c965;for(const _0x555879 of this['_itemLabelsCallbacks'])if(_0x555879['matchingCallback'](_0x314009)){_0x43c965=_0x555879['label'];break;}return _0x43c965||(_0x43c965=this['_itemLabels']['get'](_0x314009['name'])),_0x43c965?_0x43c965(_0x1b418d):0x1!==_0x1b418d?_0x1b418d+'\x20'+_0x314009['name']+'s':''+_0x314009['name'];}['_addDescriptionItems'](_0x4df4ce,_0x130437){const _0x14d4eb=_0x130437['getFirstRange']()['getWalker'](),_0x233965='insertion'==_0x130437['type']?'add':'remove';for(const _0x57edc5 of _0x14d4eb){const _0x531136=_0x57edc5['item'],_0x42a221=_0x4df4ce[_0x4df4ce['length']-0x1];if(_0x531136['is']('$textProxy'))_0x42a221&&_0x42a221['type']['indexOf']('Container')>-0x1&&_0x4df4ce['pop'](),_0x42a221&&'text'==_0x42a221['type']?_0x42a221[_0x233965]+=_0x531136['data']:_0x4df4ce['push']({'type':'text','add':'add'==_0x233965?_0x531136['data']:'','remove':'remove'==_0x233965?_0x531136['data']:''});else{if(this['_schema']['isObject'](_0x531136)){const _0x4d3671=_0x531136;if(_0x42a221&&_0x42a221['type']['indexOf']('Container')>-0x1&&_0x4df4ce['pop'](),'elementEnd'==_0x57edc5['type'])continue;_0x42a221&&_0x42a221['type']==_0x233965+'Object'&&_0x42a221['element']['name']==_0x4d3671['name']?_0x42a221['quantity']++:_0x4df4ce['push']({'type':_0x233965+'Object','element':_0x4d3671,'quantity':0x1}),_0x14d4eb['skip'](_0x5c8d09=>!('elementEnd'==_0x5c8d09['type']&&_0x5c8d09['item']==_0x531136));}else{if(this['_schema']['checkChild'](_0x531136,'$text')||_0x531136['is']('element','softBreak')){const _0xddffc5=_0x531136;if('add'==_0x233965&&'elementStart'==_0x57edc5['type']||'remove'==_0x233965&&'elementEnd'==_0x57edc5['type'])continue;if(_0x42a221&&-0x1==_0x42a221['type']['indexOf']('Container')){'text'==_0x42a221['type']&&(_0x42a221[_0x233965]+='\x0a');continue;}let _0x5abac5;if(_0x5abac5='add'==_0x233965?_0xddffc5['nextSibling']&&!this['_schema']['isObject'](_0xddffc5['nextSibling'])?_0xddffc5['nextSibling']:null:_0xddffc5['previousSibling']&&!this['_schema']['isObject'](_0xddffc5['previousSibling'])?_0xddffc5['previousSibling']:null,_0xddffc5['isEmpty']||_0x5abac5&&_0x5abac5['isEmpty']){const _0x656d79=_0x5abac5&&_0x5abac5['isEmpty']?_0x5abac5:_0xddffc5;_0x42a221&&_0x42a221['type']==_0x233965+'EmptyContainer'&&_0x42a221['element']['name']==_0x656d79['name']?_0x42a221['quantity']++:_0x4df4ce['push']({'type':_0x233965+'EmptyContainer','element':_0x656d79,'quantity':0x1});}else _0x4df4ce['push']({'type':_0x233965+'Container','element':_0xddffc5});}}}}}['_resolveDescriptionItems'](_0x712cdf){const _0x5adc12=this['_locale'],_0x454bc1=[],_0x310aac=[],_0x1ae42d=[];for(const _0x777a26 of _0x712cdf)switch(_0x777a26['type']){case'text':if(_0x777a26['add']=_0x777a26['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x777a26['remove']=_0x777a26['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x777a26['add']&&''!=_0x777a26['remove']){_0x454bc1['push']({'type':'replace','content':c(_0x5adc12,'REPLACE_TEXT',['\x22'+_0x777a26['remove']+'\x22','\x22'+_0x777a26['add']+'\x22'])});continue;}if(null!=_0x777a26['add']['match'](/^ +$/)){_0x454bc1['push']({'type':'insertion','content':c(_0x5adc12,'*Insert:*\x20%0',c(_0x5adc12,'ELEMENT_SPACE',_0x777a26['add']['length']))});continue;}if(null!=_0x777a26['remove']['match'](/^ +$/)){_0x454bc1['push']({'type':'deletion','content':c(_0x5adc12,'*Remove:*\x20%0',c(_0x5adc12,'ELEMENT_SPACE',_0x777a26['remove']['length']))});continue;}if(''!=_0x777a26['add']){_0x454bc1['push']({'type':'insertion','content':c(_0x5adc12,'*Insert:*\x20%0','\x22'+_0x777a26['add']+'\x22')});continue;}_0x454bc1['push']({'type':'deletion','content':c(_0x5adc12,'*Remove:*\x20%0','\x22'+_0x777a26['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x454bc1['push']({'type':'insertion','content':c(_0x5adc12,'*Insert:*\x20%0',this['getItemLabel'](_0x777a26['element'],_0x777a26['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x454bc1['push']({'type':'deletion','content':c(_0x5adc12,'*Remove:*\x20%0',this['getItemLabel'](_0x777a26['element'],_0x777a26['quantity']))});continue;case'addContainer':_0x454bc1['push']({'type':'insertion','content':c(_0x5adc12,'*Split:*\x20%0',this['getItemLabel'](_0x777a26['element'],_0x777a26['quantity']))});continue;case'removeContainer':_0x454bc1['push']({'type':'deletion','content':c(_0x5adc12,'*Merge:*\x20%0',this['getItemLabel'](_0x777a26['element'],_0x777a26['quantity']))});continue;case'addFormat':_0x310aac['push'](_0x777a26['key']);continue;case'removeFormat':_0x1ae42d['push'](_0x777a26['key']);continue;default:_0x454bc1['push'](_0x777a26);}if(_0x310aac['length']){const _0x3b9659=_0x310aac['map'](_0x1edc07=>this['_attributeLabels']['has'](_0x1edc07)?this['_attributeLabels']['get'](_0x1edc07):_0x1edc07)['join'](',\x20');_0x454bc1['push']({'type':'format','content':c(this['_locale'],'*Set\x20format:*\x20%0',_0x3b9659)});}if(_0x1ae42d['length']){const _0xad1e1=_0x1ae42d['map'](_0x49948e=>this['_attributeLabels']['has'](_0x49948e)?this['_attributeLabels']['get'](_0x49948e):_0x49948e)['join'](',\x20');_0x454bc1['push']({'type':'format','content':c(this['_locale'],'*Remove\x20format:*\x20%0',_0xad1e1)});}return _0x454bc1;}['_handleCustomCallbackDescription'](_0x31d854){for(const _0x9562f6 of this['_customCallbacks']){const _0x2d291d=_0x9562f6(_0x31d854);if(_0x2d291d&&'type'in _0x2d291d)return _0x2d291d;}}['_handleAttributeSuggestionDescription'](_0x4b3ffa,_0x58b0e5){const _0x13ec64=_0x58b0e5['data'],_0x260188=void 0x0===_0x13ec64['newValue']?'removeFormat':'addFormat';_0x4b3ffa['push']({'type':_0x260188,'key':_0x13ec64['key']});}['_handleRenameSuggestionDescription'](_0x4022e7,_0x42c47d){_0x4022e7['push']({'type':'format','content':c(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x42c47d['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x2a15ad,_0x3a4a25,_0x4d7305){if(this['_addDescriptionItems'](_0x2a15ad,_0x3a4a25),_0x4d7305&&_0x4d7305['getFirstRange']()&&!_0x3a4a25['getFirstRange']()['end']['isEqual'](_0x4d7305['getFirstRange']()['start'])){const _0x5663ef=_0x2a15ad[_0x2a15ad['length']-0x1],_0x4812c8='insertion'==_0x3a4a25['type']?'add':'remove';_0x5663ef&&'text'==_0x5663ef['type']&&(_0x5663ef[_0x4812c8]+='\x0a');}}}class U extends _0xc831a5{['afterInit'](){const _0x3383ca=this['editor'],_0x2b3fa2=_0x3383ca['plugins']['get']('TrackChangesEditing');_0x3383ca['commands']['get']('showAIAssistant')&&_0x2b3fa2['enableCommand']('showAIAssistant');}}class V extends _0xc831a5{['afterInit'](){const _0x1ddaf1=this['editor'],_0x35e821=_0x1ddaf1['locale'];if(!_0x1ddaf1['plugins']['has']('AlignmentEditing'))return;const _0x24f3c5=_0x1ddaf1['plugins']['get']('TrackChangesEditing');_0x24f3c5['enableDefaultAttributesIntegration']('alignment'),_0x24f3c5['registerBlockAttribute']('alignment'),_0x24f3c5['descriptionFactory']['registerAttributeLabel']('alignment',c(_0x35e821,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2e1dd3=this['editor'],_0x8ae1b1=_0x2e1dd3['locale'];_0x2e1dd3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x24143b=>{if('formatBlock'!=_0x24143b['type'])return;const {data:_0x56c3be}=_0x24143b;if(_0x56c3be&&'alignment'==_0x56c3be['commandName']){const _0x120b82=_0x56c3be['commandParams'][0x0]['value'];return{'type':'format','content':c(_0x8ae1b1,'*Format:*\x20%0',function(_0x2eb9b4){switch(_0x2eb9b4){case'left':return c(_0x8ae1b1,'FORMAT_ALIGN_TO_LEFT');case'right':return c(_0x8ae1b1,'FORMAT_ALIGN_TO_RIGHT');case'center':return c(_0x8ae1b1,'FORMAT_ALIGN_TO_CENTER');case'justify':return c(_0x8ae1b1,'FORMAT_JUSTIFY_TEXT');}}(_0x120b82))};}});}}const Yt=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class F extends _0xc831a5{['afterInit'](){const _0x3c06ad=this['editor'],_0x30dd26=_0x3c06ad['plugins']['get']('TrackChangesEditing'),_0x39f9a6=_0x3c06ad['locale'];for(const _0xd8db94 of Yt){if(!_0x3c06ad['plugins']['has'](_0xd8db94))continue;const _0x303ec5=_0xd8db94['slice'](0x0,-0x7)['toLowerCase'](),_0x3fc254='FORMAT_'+_0x303ec5['toUpperCase']();_0x30dd26['enableDefaultAttributesIntegration'](_0x303ec5),_0x30dd26['registerInlineAttribute'](_0x303ec5),_0x30dd26['descriptionFactory']['registerAttributeLabel'](_0x303ec5,c(_0x39f9a6,_0x3fc254));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1063d0=this['editor'],_0x28d559=_0x1063d0['locale'],_0x37f969=_0x1063d0['plugins']['get']('TrackChangesEditing');function _0x5ae947(_0x4f7bce,_0x259082){_0x37f969['descriptionFactory']['registerDescriptionCallback'](_0x39b92c=>{if('formatInline'!=_0x39b92c['type'])return;const {data:_0x48f74c}=_0x39b92c;return _0x48f74c&&_0x48f74c['commandName']===_0x4f7bce?_0x48f74c['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x28d559,'*Format:*\x20%0',_0x259082)}:{'type':'format','content':c(_0x28d559,'*Remove\x20format:*\x20%0',_0x259082)}:void 0x0;});}_0x5ae947('bold',c(_0x28d559,'FORMAT_BOLD')),_0x5ae947('italic',c(_0x28d559,'FORMAT_ITALIC')),_0x5ae947('underline',c(_0x28d559,'FORMAT_UNDERLINE')),_0x5ae947('code',c(_0x28d559,'FORMAT_CODE')),_0x5ae947('strikethrough',c(_0x28d559,'FORMAT_STRIKETHROUGH')),_0x5ae947('subscript',c(_0x28d559,'FORMAT_SUBSCRIPT')),_0x5ae947('superscript',c(_0x28d559,'FORMAT_SUPERSCRIPT'));}}class G extends _0xc831a5{['afterInit'](){const _0x53a527=this['editor'],_0x3c75d7=_0x53a527['locale'];if(!_0x53a527['plugins']['has']('BlockQuoteEditing'))return;const _0x1103b6=_0x53a527['plugins']['get']('TrackChangesEditing'),_0x15b6eb=this['editor']['commands']['get']('blockQuote');_0x1103b6['enableCommand']('blockQuote',(_0x5e39ab,_0x305dfc={})=>{const _0x4d07fb=this['editor']['model']['document']['selection'],_0x129640=_0x305dfc&&void 0x0!==_0x305dfc['forceValue']?_0x305dfc['forceValue']:!_0x15b6eb['value'];let _0x408794=[];if(_0x129640){const _0x5bfb53=Array['from'](_0x4d07fb['getSelectedBlocks']())['filter'](_0x5f4ccb=>to(_0x5f4ccb)||function(_0x598857,_0x49bb7f){const _0x521cbd=_0x49bb7f['checkChild'](_0x598857['parent'],'blockQuote'),_0x512b7f=_0x49bb7f['checkChild'](['$root','blockQuote'],_0x598857);return _0x521cbd&&_0x512b7f;}(_0x5f4ccb,this['editor']['model']['schema']));_0x408794=Zt(_0x5bfb53,_0x53a527['model']);}else{const _0x4bea52=Array['from'](_0x4d07fb['getSelectedBlocks']())['filter'](_0x48d23e=>to(_0x48d23e));_0x408794=Zt(_0x4bea52,_0x53a527['model']);}_0x53a527['model']['change'](()=>{for(const _0x48c18b of _0x408794)_0x1103b6['markBlockFormat'](_0x48c18b,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x129640}]});});}),_0x1103b6['descriptionFactory']['registerDescriptionCallback'](_0xf8d4ea=>{const {data:_0x15f8fc}=_0xf8d4ea;if(_0x15f8fc&&'blockQuote'==_0x15f8fc['commandName']){const _0x2a8d53=c(_0x3c75d7,'ELEMENT_BLOCK_QUOTE');return _0x15f8fc['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x3c75d7,'*Set\x20format:*\x20%0',_0x2a8d53)}:{'type':'format','content':c(_0x3c75d7,'*Remove\x20format:*\x20%0',_0x2a8d53)};}});}}function to(_0x3093c7){return'blockQuote'==_0x3093c7['parent']['name'];}class L extends _0xc831a5{['afterInit'](){const _0x406f2e=this['editor'],_0x3bb193=_0x406f2e['locale'],_0x16e4b1=_0x406f2e['plugins']['get']('TrackChangesEditing');_0x406f2e['plugins']['has']('BookmarkEditing')&&(_0x16e4b1['enableCommand']('insertBookmark'),_0x16e4b1['enableDefaultAttributesIntegration']('updateBookmark'),_0x16e4b1['registerBlockAttribute']('bookmarkId'),_0x16e4b1['descriptionFactory']['registerDescriptionCallback'](_0x447291=>{if('insertion'!=_0x447291['type']&&'deletion'!=_0x447291['type']&&'attribute'!=_0x447291['type'])return;const _0x14731c=_0x447291['getContainedElement']();if(null==_0x14731c)return;if(!_0x14731c['is']('element','bookmark'))return;const _0x3227d6=_0x14731c['getAttribute']('bookmarkId');if('insertion'==_0x447291['type'])return{'type':'insertion','content':c(_0x3bb193,'*Insert:*\x20%0','\x22'+_0x3227d6+'\x22\x20'+c(_0x3bb193,'ELEMENT_BOOKMARK'))};if('deletion'==_0x447291['type'])return{'type':'deletion','content':c(_0x3bb193,'*Remove:*\x20%0','\x22'+_0x3227d6+'\x22\x20'+c(_0x3bb193,'ELEMENT_BOOKMARK'))};const {data:_0x22cf0f}=_0x447291;if(!_0x22cf0f||'bookmarkId'!=_0x22cf0f['key'])return;return{'type':'format','content':c(_0x3bb193,'*Set\x20bookmark:*\x20%0','\x22'+_0x22cf0f['newValue']+'\x22')};}));}}class J extends _0xc831a5{['afterInit'](){const _0x44311a=this['editor'];_0x44311a['plugins']['has']('CaseChange')&&(_0x44311a['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x44311a['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x44311a['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class K extends _0xc831a5{['afterInit'](){const _0x49a7cc=this['editor'];_0x49a7cc['commands']['get']('ckbox')&&_0x49a7cc['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class H extends _0xc831a5{['afterInit'](){const _0x468cc4=this['editor'];if(!_0x468cc4['plugins']['has']('CodeBlock'))return;const _0x30167c=_0x468cc4['plugins']['get']('TrackChangesEditing'),_0x1b76b4=_0x468cc4['locale'],_0x56a55f=_0x468cc4['config']['get']('codeBlock')['languages'],_0x11569a=_0x468cc4['commands']['get']('codeBlock');_0x30167c['enableCommand']('indentCodeBlock'),_0x30167c['enableCommand']('outdentCodeBlock'),_0x30167c['enableCommand']('codeBlock',(_0x2c877e,_0x164ad8={})=>{const _0x2a84cd=_0x468cc4['model'],_0x5c0e6f=_0x468cc4['model']['document']['selection'],_0x6bd757=_0x164ad8&&void 0x0!==_0x164ad8['forceValue']?_0x164ad8['forceValue']:!_0x11569a['value'];let _0x2d06c1;_0x164ad8['language']||(_0x164ad8['language']=_0x56a55f[0x0]['language']),_0x2d06c1=_0x6bd757?Array['from'](_0x5c0e6f['getSelectedBlocks']())['filter'](_0x94dcaf=>oo(_0x94dcaf)||function(_0x27a5f3,_0x4becde){if(_0x27a5f3['is']('rootElement')||_0x4becde['isLimit'](_0x27a5f3))return!0x1;return _0x4becde['checkChild'](_0x27a5f3['parent'],'codeBlock');}(_0x94dcaf,_0x2a84cd['schema'])):Array['from'](_0x5c0e6f['getSelectedBlocks']())['filter'](_0x420459=>oo(_0x420459));const _0x4a5e46=Zt(_0x2d06c1,_0x2a84cd);_0x2a84cd['change'](()=>{for(const _0x23457d of _0x4a5e46)_0x30167c['markBlockFormat'](_0x23457d,{'commandName':'codeBlock','commandParams':[{..._0x164ad8,'forceValue':_0x6bd757}],'formatGroupId':'blockName'});});}),(_0x30167c['descriptionFactory']['registerElementLabel']('codeBlock',_0x5df131=>c(_0x1b76b4,'ELEMENT_CODE_BLOCK',_0x5df131)),_0x30167c['descriptionFactory']['registerDescriptionCallback'](_0x4564cd=>{if('formatBlock'!=_0x4564cd['type'])return;const _0x420ad3=_0x1b76b4['t'],{data:_0xe59ae1}=_0x4564cd;if(!_0xe59ae1||'codeBlock'!=_0xe59ae1['commandName'])return;const _0x7c59f4=_0xe59ae1['commandParams'][0x0]['language'],_0x39d7c6=_0x420ad3(_0x56a55f['find'](_0x494435=>_0x494435['language']===_0x7c59f4)['label'])['toLowerCase']();return _0xe59ae1['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x1b76b4,'*Set\x20format:*\x20%0',c(_0x1b76b4,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x39d7c6+')')}:{'type':'format','content':c(_0x1b76b4,'*Remove\x20format:*\x20%0',c(_0x1b76b4,'ELEMENT_CODE_BLOCK',0x1))};}));}}function oo(_0x2530a4){return'codeBlock'==_0x2530a4['name'];}class q extends _0xc831a5{['afterInit'](){const _0x1ec814=this['editor'];if(!_0x1ec814['plugins']['has']('CommentsEditing'))return;_0x1ec814['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x229fe3,_0xd114fd,_0x1eebce){const _0x7b1594=[];for(const _0x240a6b of _0xd114fd['getItems']())_0x240a6b['hasAttribute'](_0x229fe3)&&_0x7b1594['push'](_0x1eebce['createRangeOn'](_0x240a6b));return _0x7b1594;}function De(_0x130dbb,_0x4efe31,{showActiveMarker:_0x3265cb=!0x0}={}){const _0x147f9b=_0x130dbb['plugins']['get']('TrackChangesEditing');return(_0x3b2262,_0x4f5dd1,_0xdf7792)=>{if(!_0xdf7792['consumable']['test'](_0x4f5dd1['markerRange'],_0x3b2262['name']))return;const _0x2a7428=_0x4f5dd1['markerRange']['getWalker'](),_0x4ed7f6=_0x4f5dd1['markerRange']['start'],_0x1cd335=_0x130dbb['model']['schema'];let _0x2d61ea=null,_0x252239=null,_0x5486d6=!0x1,_0x35884a=!0x1;for(const _0xefb921 of _0x2a7428){const _0x21f9aa=_0xefb921['item'];_0x5486d6=_0x5486d6||_0x1cd335['isContent'](_0x21f9aa);const _0x457bf4=_0xdf7792['mapper']['toViewElement'](_0x21f9aa);if(_0x457bf4&&_0x457bf4['getCustomProperty']('addHighlight'))return;'elementEnd'==_0xefb921['type']&&(_0x1cd335['isBlock'](_0x21f9aa)&&!_0x1cd335['isLimit'](_0x21f9aa)&&(_0x21f9aa['nextSibling']||_0x4ed7f6['isAtEnd']?_0x2d61ea&&_0x2d61ea['parent']==_0x21f9aa||(_0x2d61ea=_0x21f9aa,_0x36349c(_0xefb921['previousPosition']),_0x35884a=!0x0):_0x252239=_0x252239||_0xefb921['previousPosition']));}function _0x36349c(_0x37ae7c){const {authorId:_0x57d8d8}=_0x147f9b['_splitMarkerName'](_0x4f5dd1['markerName']),_0x4ff854=_0xdf7792['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x4efe31,'data-author-id':_0x57d8d8}),_0x39282e=_0xdf7792['mapper']['toViewPosition'](_0x37ae7c);_0x3265cb&&_0x147f9b['activeMarkers']['includes'](_0x4f5dd1['markerName'])&&_0xdf7792['writer']['addClass']('ck-suggestion-marker--active',_0x4ff854),_0xdf7792['writer']['insert'](_0x39282e,_0x4ff854),_0xdf7792['mapper']['bindElementToMarker'](_0x4ff854,_0x4f5dd1['markerName']);}_0x5486d6||_0x35884a||!_0x252239||_0x36349c(_0x252239);};}class z extends _0xc831a5{static get['requires'](){return[_0xa8d436];}['init'](){const _0x109c45=this['editor'],_0x570aac=_0x109c45['plugins']['get']('TrackChangesEditing');_0x570aac['enableCommand']('delete');const _0x527d15=_0x109c45['commands']['get']('deleteForward');_0x570aac['enableCommand']('deleteForward',(_0x1a32aa,_0x510a4c={})=>{const _0xeaeb85=_0x109c45['model']['createSelection'](_0x109c45['model']['document']['selection']);_0xeaeb85['isCollapsed']&&_0x109c45['model']['modifySelection'](_0xeaeb85,{'direction':'forward','unit':_0x510a4c['unit']});const _0x5317f4=_0xeaeb85['getFirstRange'](),_0x150c62=_0x1a0cce['fromRange'](_0x5317f4);let _0x14a710;_0x1a32aa(_0x510a4c),_0x14a710='$graveyard'==_0x150c62['root']['rootName']?_0x109c45['model']['createRange'](_0x5317f4['start']):_0x109c45['model']['createRange'](_0x150c62['start'],_0x150c62['end']),_0x150c62['detach'](),_0x109c45['model']['enqueueChange'](_0x527d15['buffer']['batch'],_0xf394a9=>{_0x527d15['buffer']['lock'](),_0xf394a9['setSelection'](_0xf394a9['createRange'](_0x14a710['end'])),_0x527d15['buffer']['unlock']();});}),_0x109c45['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',De(_0x109c45,'merge'),{'priority':'high'}),_0x109c45['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x589c28,_0x5897be,_0x373435)=>{_0x373435['options']['showSuggestionHighlights']&&De(_0x109c45,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x589c28,_0x5897be,_0x373435);},{'priority':'high'}),_0x109c45['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x40282e,_0x820107,_0x5ddefc)=>{const _0x21444b=_0x5ddefc['mapper']['markerNameToElements'](_0x820107['markerName']);if(_0x21444b){for(const _0x526bac of _0x21444b)_0x526bac['is']('uiElement')&&(_0x5ddefc['mapper']['unbindElementFromMarkerName'](_0x526bac,_0x820107['markerName']),_0x5ddefc['writer']['remove'](_0x526bac));}},{'priority':'high'});}}class W extends _0xc831a5{['afterInit'](){const _0x3a99c3=this['editor'];if(!_0x3a99c3['plugins']['has']('ListEditing'))return;const _0x5d68bc=_0x3a99c3['locale'],_0x4ebae2=_0x3a99c3['plugins']['get']('TrackChangesEditing'),_0xf41d66=_0x3a99c3['plugins']['has']('TodoListEditing'),_0x1080a5=!!_0x3a99c3['config']['get']('list.multiBlock');function _0x33f232(_0x1c61db){return{'type':'format','content':''+c(_0x5d68bc,'*Set\x20format:*\x20%0',_0x1c61db)};}function _0x2e3ec6(_0x22e2d4){return{'type':'format','content':''+c(_0x5d68bc,'*Remove\x20format:*\x20%0',_0x22e2d4)};}_0x4ebae2['enableDefaultAttributesIntegration']('numberedList'),_0x4ebae2['enableDefaultAttributesIntegration']('bulletedList'),_0x4ebae2['enableDefaultAttributesIntegration']('customNumberedList'),_0x4ebae2['enableDefaultAttributesIntegration']('customBulletedList'),_0x4ebae2['enableDefaultAttributesIntegration']('indentList'),_0x4ebae2['enableDefaultAttributesIntegration']('outdentList'),_0x4ebae2['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x4ebae2['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x4ebae2['registerBlockAttribute']('listItemId'),_0x4ebae2['registerBlockAttribute']('listType'),_0x4ebae2['registerBlockAttribute']('listIndent'),_0x1080a5&&(_0x4ebae2['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x4ebae2['enableDefaultAttributesIntegration']('mergeListItemForward')),_0xf41d66&&(_0x4ebae2['enableDefaultAttributesIntegration']('todoList'),_0x4ebae2['enableDefaultAttributesIntegration']('checkTodoList'),_0x4ebae2['registerBlockAttribute']('todoListChecked'),_0x4ebae2['descriptionFactory']['registerDescriptionCallback'](_0x1341cf=>{const {data:_0x272377}=_0x1341cf;if(_0x272377&&'todoListChecked'==_0x272377['key'])return{'type':'format','content':_0x272377['newValue']?c(_0x5d68bc,'*Check\x20item*'):c(_0x5d68bc,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x3c4255=>{if(_0x3c4255['batch']['isUndo'])return!0x1;let _0xd4b002=!0x1;const _0x1679cf=_0x4ebae2['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x23e5dc=>'todoListChecked'===_0x4ebae2['_getAttributeKey'](_0x23e5dc));for(const _0x3e86b3 of _0x1679cf){'todo'!=_0x3e86b3['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x4ebae2['_findSuggestions'](_0x3e86b3['getFirstRange'](),'attribute')['find'](_0x1c5894=>'listType'===_0x4ebae2['_getAttributeKey'](_0x1c5894['suggestion']))||(_0x3c4255['removeMarker'](_0x3e86b3['getFirstMarker']()),_0xd4b002=!0x0));}return _0xd4b002;})),_0x4ebae2['descriptionFactory']['registerAttributeLabel']('listIndent',c(_0x5d68bc,'FORMAT_INDENT'));const _0x303df5={'type':'format','content':''};_0x4ebae2['descriptionFactory']['registerDescriptionCallback'](_0x284071=>{const {data:_0x38124f}=_0x284071;if(!_0x38124f||'listType'!=_0x38124f['key'])return;let _0x2f6f59=_0x284071['head'];for(;_0x2f6f59;){if(_0x2f6f59['data']&&(('listStyle'==_0x2f6f59['data']['key']||'listMarkerStyle'==_0x2f6f59['data']['key'])&&(_0x2f6f59['data']['newValue']&&'default'!=_0x2f6f59['data']['newValue']||'default'!=_0x2f6f59['data']['oldValue']&&!_0x38124f['newValue'])||!_0x1080a5&&_0x2f6f59['data']['key']==u))return _0x303df5;_0x2f6f59=_0x2f6f59['next'];}if(null==_0x38124f['newValue'])switch(_0x38124f['oldValue']){case'bulleted':return _0x2e3ec6(c(_0x5d68bc,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x2e3ec6(c(_0x5d68bc,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x2e3ec6(c(_0x5d68bc,'ELEMENT_TODO_LIST'));}switch(_0x38124f['newValue']){case'bulleted':return _0x33f232(c(_0x5d68bc,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x33f232(c(_0x5d68bc,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x33f232(c(_0x5d68bc,'ELEMENT_TODO_LIST'));}}),_0x4ebae2['descriptionFactory']['registerDescriptionCallback'](_0xb15026=>{const {data:_0x15d307}=_0xb15026;if(_0x15d307&&'listIndent'==_0x15d307['key'])return null==_0x15d307['newValue']||null==_0x15d307['oldValue']&&0x0==_0x15d307['newValue']?_0x303df5:void 0x0;}),_0x4ebae2['descriptionFactory']['registerDescriptionCallback'](_0x53fbba=>{if('attribute'!=_0x53fbba['type'])return;const {data:_0x367680}=_0x53fbba;if(!_0x367680||'listItemId'!=_0x367680['key'])return;const _0x5a830f=Te(_0x53fbba);return'newValue'==_0x5a830f?{'type':'format','content':c(_0x5d68bc,'*Merge:*\x20list\x20item')}:'oldValue'==_0x5a830f?{'type':'format','content':c(_0x5d68bc,'*Split:*\x20list\x20item')}:_0x303df5;}),_0x3a99c3['model']['document']['registerPostFixer'](_0x311762=>this['listItemIdFixer'](_0x311762)),_0x3a99c3['model']['document']['registerPostFixer'](_0x1c20cd=>this['noTrackChangesFixer'](_0x1c20cd)),_0x3a99c3['model']['document']['on']('change:data',(_0xf00560,_0x5e02cb)=>{if(_0x5e02cb['isUndo']||!_0x5e02cb['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x49e920){if(_0x49e920['batch']['isUndo']||!_0x49e920['batch']['isLocal'])return!0x1;let _0x1e2818=!0x1;const _0x29fd89=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2489c7=>_0x2489c7['data']&&'listItemId'==_0x2489c7['data']['key'])['filter'](_0x436dd6=>_0x436dd6['data']['newValue']&&_0x436dd6['data']['oldValue']);for(const _0x5e78e5 of _0x29fd89)Te(_0x5e78e5)||(_0x49e920['removeMarker'](_0x5e78e5['getFirstMarker']()),_0x1e2818=!0x0);return _0x1e2818;}['noTrackChangesFixer'](_0x32b35d){if(_0x32b35d['batch']['isUndo']||!_0x32b35d['batch']['isLocal'])return!0x1;const _0x37b44f=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x37b44f['trackChangesCommand']['value'])return!0x1;let _0x4320e8=!0x1;const _0x4b3329=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x2907f9=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x4878f7=>'attribute'==_0x4878f7['type'])['filter'](_0x45e2b7=>_0x4b3329['includes'](_0x45e2b7['attributeKey']));if(0x0==_0x2907f9['length'])return _0x4320e8;for(const _0x30f8ca of _0x2907f9){const _0x9dfefd=_0x37b44f['_findSuggestions'](_0x30f8ca['range'],'attribute')['filter'](_0x33693b=>!_0x33693b['meta']['isNextTo'])['map'](_0x184cbb=>_0x184cbb['suggestion'])['filter'](_0x4563c5=>{const _0x211b24=_0x37b44f['_getAttributeKey'](_0x4563c5);return _0x4b3329['includes'](_0x211b24);});if(_0x9dfefd['length']){for(const _0x56c2c9 of _0x9dfefd)_0x32b35d['removeMarker'](_0x56c2c9['getFirstMarker']());_0x4320e8=!0x0;}}return _0x4320e8;}['assureChains'](){const _0xe49949=this['editor']['plugins']['get']('TrackChangesEditing'),_0x375d6d=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x2c6105;const _0x398805=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x56026d=>{if(_0x56026d['data']['oldRange']||!_0x56026d['data']['newRange'])return null;if(!_0x56026d['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x3f58d4}=_0xe49949['_splitMarkerName'](_0x56026d['name']);if(!_0xe49949['hasSuggestion'](_0x3f58d4))return null;const _0x40e8ab=_0xe49949['getSuggestion'](_0x3f58d4);return _0x375d6d['includes'](_0x40e8ab['data']['key']);})['map'](_0x240b16=>{const {id:_0x22fb7a}=_0xe49949['_splitMarkerName'](_0x240b16['name']),_0x448638=_0xe49949['getSuggestion'](_0x22fb7a);return _0x2c6105=_0x448638['attributes']['groupId'],_0x448638['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x398805['size'])return;const _0x502b34=_0xe49949['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4b6413=>'attribute'==_0x4b6413['type']&&_0x4b6413['data']&&_0x375d6d['includes'](_0x4b6413['data']['key'])&&_0x4b6413['attributes']['groupId']!=_0x2c6105)['map'](_0x326758=>({'listItem':_0x326758['getFirstRange']()['start']['nodeAfter'],'groupId':_0x326758['attributes']['groupId']})),_0x25e0bd=new Set();for(const {groupId:_0x2e4643,listItem:_0x419e6b}of _0x502b34)_0x398805['has'](_0x419e6b)&&_0x25e0bd['add'](_0x2e4643);for(const _0x3ac2f2 of _0xe49949['getSuggestions']())_0x25e0bd['has'](_0x3ac2f2['attributes']['groupId'])&&_0x3ac2f2['setAttribute']('groupId',_0x2c6105);}['_supportLegacySuggestions'](){const _0x559dd0=this['editor'],_0x25841e=_0x559dd0['locale'],_0x95c80=_0x559dd0['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x95c80['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x42b2cc,_0x1e0f25){const _0x4f8e6e=[];for(let _0x6f9414 of _0x42b2cc)_0x6f9414['start']['nodeAfter']===_0x6f9414['end']['parent']&&(_0x6f9414=_0x559dd0['model']['createRange'](_0x559dd0['model']['createPositionAt'](_0x6f9414['start']['nodeAfter'],0x0))),_0x4f8e6e['push'](_0x6f9414);_0x559dd0['model']['change'](_0x56cfcb=>{const _0x318382=_0x559dd0['model']['document']['selection'],_0x56ddf1=Array['from'](_0x318382['getRanges']())['map'](_0x5c42b0=>_0x1a0cce['fromRange'](_0x5c42b0));_0x56cfcb['setSelection'](_0x4f8e6e),_0x559dd0['commands']['get'](_0x1e0f25['commandName'])['refresh'](),_0x1e0f25['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x559dd0['execute'](_0x1e0f25['commandName'],..._0x1e0f25['commandParams']),_0x56cfcb['setSelection'](_0x56ddf1);for(const _0x384ab5 of _0x56ddf1)_0x384ab5['detach']();});}),_0x95c80['descriptionFactory']['registerElementLabel'](function(_0x129c92){const _0x1a40b3=!_0x559dd0['model']['schema']['isObject'](_0x129c92),_0x60eda5=_0x129c92['previousSibling'],_0x34678c=_0x129c92['nextSibling'],_0x48205d=_0x129c92['getAttribute']('listItemId'),_0x1de0c5=!_0x60eda5||_0x60eda5['getAttribute']('listItemId')!==_0x48205d,_0x2c50d6=!_0x34678c||_0x34678c['getAttribute']('listItemId')!==_0x48205d;return _0x1a40b3&&Boolean(_0x48205d)&&_0x1de0c5&&_0x2c50d6;},_0x577502=>c(_0x25841e,'ELEMENT_LIST_ITEM',_0x577502));}['_registerLegacyDescription'](){const _0x2da93d=this['editor'],_0x36cc9c=_0x2da93d['locale'];function _0x9b9e85(_0x3749e3){const _0x136228=_0x2da93d['commands']['get']('bulletedList')['value'],_0x31581c=_0x2da93d['commands']['get']('numberedList')['value'];return'numberedList'===_0x3749e3?_0x136228:_0x31581c;}_0x2da93d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x1e7ead){if('formatBlock'!=_0x1e7ead['type'])return;const {data:_0x166dad}=_0x1e7ead;if(!_0x166dad)return;let _0xe1dd98,_0x4a0ba7,_0x288bff,_0x4cc5f5;switch(_0x166dad['commandName']){case'bulletedList':_0x288bff=_0x166dad['commandParams'][0x0]['forceValue'],_0x4cc5f5=_0x9b9e85(_0x166dad['commandName']),_0xe1dd98=_0x288bff?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x4cc5f5&&_0x2da93d['config']['get']('list.multiBlock')||(_0xe1dd98='*Change\x20to:*\x20%0'),_0x4a0ba7={'type':'format','content':c(_0x36cc9c,_0xe1dd98,c(_0x36cc9c,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x288bff=_0x166dad['commandParams'][0x0]['forceValue'],_0x4cc5f5=_0x9b9e85(_0x166dad['commandName']),_0xe1dd98=_0x288bff?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x4cc5f5&&_0x2da93d['config']['get']('list.multiBlock')||(_0xe1dd98='*Change\x20to:*\x20%0'),_0x4a0ba7={'type':'format','content':c(_0x36cc9c,_0xe1dd98,c(_0x36cc9c,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0xe1dd98='*Indent:*\x20%0',_0x4a0ba7={'type':'format','content':c(_0x36cc9c,_0xe1dd98,c(_0x36cc9c,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0xe1dd98=function(_0x5c201b){const _0x20d8ee=_0x5c201b['getFirstRange']();let _0x13d42b=_0x20d8ee['start']['nodeAfter'];for(;_0x13d42b&&_0x20d8ee['containsItem'](_0x13d42b);){if(_0x13d42b['getAttribute']('listIndent')>0x0)return!0x1;_0x13d42b=_0x13d42b['nextSibling'];}return!0x0;}(_0x1e7ead)?c(_0x36cc9c,'*Format:*\x20remove\x20from\x20%0',c(_0x36cc9c,function(_0x29042b){return'ELEMENT_'+_0x29042b['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x1e7ead))):c(_0x36cc9c,'*Outdent:*\x20%0',c(_0x36cc9c,'ELEMENT_LIST_ITEM')),_0x4a0ba7={'type':'format','content':_0xe1dd98};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x166dad['multipleBlocks']&&(_0xe1dd98='*Merge:*\x20%0',_0x4a0ba7={'type':'deletion','content':c(_0x36cc9c,_0xe1dd98,c(_0x36cc9c,'ELEMENT_LIST_ITEM'))});}return _0x4a0ba7;});}}function Te(_0x355649){let _0x291114=_0x355649['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x291114;){const _0x371746=_0x291114['getAttribute']('listItemId');if(!_0x371746)return!0x1;if(_0x371746==_0x355649['data']['newValue'])return'newValue';if(_0x371746==_0x355649['data']['oldValue'])return'oldValue';_0x291114=_0x291114['previousSibling'];}return!0x1;}class Se extends _0xc831a5{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x5b3cbd=this['editor']['config']['get']('list.properties'),_0x422a3e=this['editor']['plugins']['get']('TrackChangesEditing');_0x5b3cbd['styles']&&(_0x422a3e['enableDefaultAttributesIntegration']('listStyle'),_0x422a3e['registerBlockAttribute']('listStyle')),_0x5b3cbd['reversed']&&(_0x422a3e['enableDefaultAttributesIntegration']('listReversed'),_0x422a3e['registerBlockAttribute']('listReversed')),_0x5b3cbd['startIndex']&&(_0x422a3e['enableDefaultAttributesIntegration']('listStart'),_0x422a3e['registerBlockAttribute']('listStart'));const _0x39ea1c={'type':'format','content':''};_0x422a3e['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x3516ef=this['editor']['locale'];_0x422a3e['descriptionFactory']['registerAttributeLabel']('listReversed',c(_0x3516ef,'FORMAT_LIST_REVERSED')),_0x422a3e['descriptionFactory']['registerDescriptionCallback'](_0x2a551a=>{const {data:_0x8c8bd2}=_0x2a551a;if(_0x8c8bd2&&'listReversed'==_0x8c8bd2['key'])return null==_0x8c8bd2['newValue']||0x0==_0x8c8bd2['newValue']&&null==_0x8c8bd2['oldValue']?_0x39ea1c:void 0x0;}),_0x422a3e['descriptionFactory']['registerAttributeLabel']('listStart',c(_0x3516ef,'FORMAT_LIST_START')),_0x422a3e['descriptionFactory']['registerDescriptionCallback'](_0x799713=>{const {data:_0x1d3bf5}=_0x799713;if(_0x1d3bf5&&'listStart'==_0x1d3bf5['key'])return null==_0x1d3bf5['newValue']||0x1==_0x1d3bf5['newValue']&&null==_0x1d3bf5['oldValue']?_0x39ea1c:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x5f3f45=>{if(_0x5f3f45['batch']['isUndo'])return!0x1;let _0x377181=!0x1;const _0x566b77=_0x422a3e['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x49b882=>{const _0x331aef=_0x422a3e['_getAttributeKey'](_0x49b882);return'listStart'==_0x331aef||'listReversed'==_0x331aef;});for(const _0x1b5c88 of _0x566b77){const _0x339c23=_0x1b5c88['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x339c23||'customNumbered'==_0x339c23)continue;_0x422a3e['_findSuggestions'](_0x1b5c88['getFirstRange'](),'attribute')['find'](_0x22f221=>'listType'==_0x422a3e['_getAttributeKey'](_0x22f221['suggestion']))||(_0x5f3f45['removeMarker'](_0x1b5c88['getFirstMarker']()),_0x377181=!0x0);}return _0x377181;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x495478){const _0x371ca7=this['editor']['locale'],{data:_0x44e3e5}=_0x495478,_0x1b9dc8={'type':'format','content':''};if(!_0x44e3e5||'listStyle'!=_0x44e3e5['key'])return;if(!_0x44e3e5['oldValue'])return'default'==_0x44e3e5['newValue']?_0x1b9dc8:{'type':'format','content':''+c(_0x371ca7,'*Set\x20format:*\x20%0',c(_0x371ca7,this['_getTranslationKeyForListStyle'](_0x44e3e5['newValue'])))};if(!_0x44e3e5['newValue']){if('default'==_0x44e3e5['oldValue'])return _0x1b9dc8;let _0x1f4d0b=_0x495478['head'];for(;_0x1f4d0b;){if(_0x1f4d0b['data']&&'listType'==_0x1f4d0b['data']['key']&&_0x1f4d0b['data']['newValue'])return _0x1b9dc8;_0x1f4d0b=_0x1f4d0b['next'];}return{'type':'format','content':''+c(_0x371ca7,'*Remove\x20format:*\x20%0',c(_0x371ca7,this['_getTranslationKeyForListStyle'](_0x44e3e5['oldValue'])))};}if('default'!=_0x44e3e5['newValue'])return{'type':'format','content':''+c(_0x371ca7,'*Set\x20format:*\x20%0',c(_0x371ca7,this['_getTranslationKeyForListStyle'](_0x44e3e5['newValue'])))};let _0x524d01=_0x495478['head'];for(;_0x524d01;){if(_0x524d01['data']&&'listType'==_0x524d01['data']['key']&&_0x524d01['data']['newValue']&&_0x524d01['data']['oldValue'])return _0x1b9dc8;_0x524d01=_0x524d01['next'];}return{'type':'format','content':c(_0x371ca7,'*Set\x20format:*\x20%0',c(_0x371ca7,'ELEMENT_'+_0x495478['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x537dc0=this['editor'],_0x2a8836=_0x537dc0['locale'];_0x537dc0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x28da5d=>{if('formatBlock'!=_0x28da5d['type'])return;const {data:_0x184101}=_0x28da5d;if(!_0x184101)return;let _0x4d0c45,_0x5c5eaf;switch(_0x184101['commandName']){case'listStyle':_0x4d0c45='*Change\x20to:*\x20%0',_0x5c5eaf={'type':'format','content':c(_0x2a8836,_0x4d0c45,c(_0x2a8836,this['_getTranslationKeyForListStyle'](_0x184101['commandParams'][0x0]['type'])))};break;case'listReversed':_0x4d0c45=_0x184101['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x5c5eaf={'type':'format','content':c(_0x2a8836,_0x4d0c45)};break;case'listStart':_0x4d0c45='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x5c5eaf={'type':'format','content':c(_0x2a8836,_0x4d0c45,_0x184101['commandParams'][0x0]['startIndex'])};}return _0x5c5eaf;});}['_getTranslationKeyForListStyle'](_0x4566c4){return'ELEMENT_'+function(_0x522474){if(_e['includes'](_0x522474))return'bulleted';if(Re['includes'](_0x522474))return'numbered';return null;}(_0x4566c4)['toUpperCase']()+'_LIST_'+_0x4566c4['toUpperCase']()['replace'](/-/g,'_');}}const _e=['disc','circle','square'],Re=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0xc831a5{['afterInit'](){const _0x880c7b=this['editor'];_0x880c7b['commands']['get']('emoji')&&_0x880c7b['plugins']['get']('TrackChangesEditing')['enableCommand']('emoji');}}class Y extends _0xc831a5{static get['requires'](){return[_0x5be59d];}['init'](){const _0x368b2d=this['editor'],_0x3447f9=_0x368b2d['plugins']['get']('TrackChangesEditing'),_0x59cd6f=_0x368b2d['commands']['get']('enter');_0x3447f9['enableCommand']('enter',()=>{_0x368b2d['model']['change'](_0x2dda36=>{const _0x5679ff=_0x368b2d['model']['document']['selection'],_0x14650f=_0x5679ff['getFirstPosition'](),_0xcbd95d=_0x1a0cce['fromRange'](_0x5679ff['getFirstRange']());if(_0x59cd6f['enterBlock'](_0x2dda36)){const _0x481447=_0x368b2d['model']['createPositionAt'](_0x14650f['parent']['nextSibling'],0x0),_0x1675d2=_0x2dda36['createRange'](_0x14650f,_0x481447);_0x3447f9['markInsertion'](_0x1675d2);}else _0x2dda36['setSelection'](_0x2dda36['createRange'](_0xcbd95d['end']));_0xcbd95d['detach'](),_0x59cd6f['fire']('afterExecute',{'writer':_0x2dda36});});}),_0x368b2d['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',De(_0x368b2d,'split'),{'priority':'high'}),_0x368b2d['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x1f3299,_0x2b2b82,_0x3101b0)=>{const _0x53e6a0=_0x3101b0['mapper']['markerNameToElements'](_0x2b2b82['markerName']);if(_0x53e6a0){for(const _0x492f6c of _0x53e6a0)_0x492f6c['hasClass']('ck-suggestion-marker-split')&&(_0x3101b0['mapper']['unbindElementFromMarkerName'](_0x492f6c,_0x2b2b82['markerName']),_0x3101b0['writer']['remove'](_0x492f6c));}},{'priority':'high'}),_0x368b2d['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x5f2d2d,_0x228f1b,_0x2a9b75)=>{_0x2a9b75['options']['showSuggestionHighlights']&&De(_0x368b2d,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x5f2d2d,_0x228f1b,_0x2a9b75);},{'priority':'high'});}}class Z extends _0xc831a5{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x318f72=this['editor']['plugins']['get']('TrackChangesEditing');_0x318f72['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x318f72['enableCommand']('findNext'),_0x318f72['enableCommand']('findPrevious'),_0x318f72['enableCommand']('replace'),_0x318f72['enableCommand']('replaceAll');}['handleFindCommand'](_0x4ea979,_0x5ecbeb,_0x3c4c86={}){const _0x38866b=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x4ea979(_0x442082=>{let _0x284bfc=('string'==typeof _0x5ecbeb?_0x38866b['findByTextCallback'](_0x5ecbeb,_0x3c4c86):_0x5ecbeb)(_0x442082);Array['isArray'](_0x284bfc)&&(_0x284bfc={'results':_0x284bfc,'searchText':'string'==typeof _0x5ecbeb?_0x5ecbeb:''});const _0x3c1976=_0x284bfc['results']['filter'](_0x592b7e=>!0x1===this['_isInDeletionRange'](_0x592b7e,_0x442082['item']));return{..._0x284bfc,'results':_0x3c1976};},_0x3c4c86);}['_isInDeletionRange'](_0x4e53f6,_0x4bced1){const _0x5ee7bd=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x4bced1,_0x4e53f6['start']),this['editor']['model']['createPositionAt'](_0x4bced1,_0x4e53f6['end']));for(const _0xf796af of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x5ee7bd['getIntersection'](_0xf796af['getRange']()))return!0x0;return!0x1;}}const eo=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class tt extends _0xc831a5{['afterInit'](){const _0x51212a=this['editor']['locale'],_0x2fc56d=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x3cd9eb,commandName:_0x1c4f28}of eo)this['editor']['plugins']['has'](_0x3cd9eb)&&(_0x2fc56d['enableDefaultAttributesIntegration'](_0x1c4f28),_0x2fc56d['registerInlineAttribute'](_0x1c4f28));_0x2fc56d['descriptionFactory']['registerAttributeLabel']('fontSize',c(_0x51212a,'FORMAT_FONT_SIZE')),_0x2fc56d['descriptionFactory']['registerAttributeLabel']('fontFamily',c(_0x51212a,'FORMAT_FONT_FAMILY')),_0x2fc56d['descriptionFactory']['registerAttributeLabel']('fontColor',c(_0x51212a,'FORMAT_FONT_COLOR')),_0x2fc56d['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',c(_0x51212a,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1aed7b=this['editor'],_0x436b7c=_0x1aed7b['locale'];_0x1aed7b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2ca018=>{const _0x5eb294=_0x436b7c['t'];if('formatInline'!=_0x2ca018['type'])return;const {data:_0x4d6cf6}=_0x2ca018;if(null!=_0x4d6cf6){if('fontSize'==_0x4d6cf6['commandName']){const _0x2fd20=_0x4d6cf6['commandParams'][0x0]['value'];if(_0x2fd20){const _0x196ba4=_0x5eb294(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x38ffe7=>_0x38ffe7['model']==_0x2fd20)['title'])['toLowerCase']();return{'type':'format','content':c(_0x436b7c,'*Set\x20font\x20size:*\x20%0',_0x196ba4)};}return{'type':'format','content':c(_0x436b7c,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x4d6cf6['commandName']){const _0xf26446=_0x4d6cf6['commandParams'][0x0]['value'];return _0xf26446?{'type':'format','content':c(_0x436b7c,'*Set\x20font\x20family:*\x20%0',_0xf26446)}:{'type':'format','content':c(_0x436b7c,'*Reset\x20font\x20family*')};}if('fontColor'==_0x4d6cf6['commandName']){const _0x1d5012=_0x4d6cf6['commandParams'][0x0]['value'];if(_0x1d5012){const _0x3a055e=_0x340b26(this['editor']['config']['get']('fontColor.colors'))['find'](_0x38d464=>_0x38d464['model']==_0x1d5012);let _0x3486de=_0x1d5012,_0x5c279b='';return _0x3a055e&&(_0x3486de=_0x3a055e['label'],_0x5c279b=_0x5eb294(_0x3486de)['toLowerCase']()),{'type':'format','content':c(_0x436b7c,'*Set\x20font\x20color:*\x20%0',_0x5c279b)['trim'](),'color':{'value':_0x1d5012,'title':_0x5c279b||_0x3486de}};}return{'type':'format','content':c(_0x436b7c,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x4d6cf6['commandName']){const _0x204643=_0x4d6cf6['commandParams'][0x0]['value'];if(_0x204643){const _0x5c7de3=_0x340b26(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x353ae6=>_0x353ae6['model']==_0x204643);let _0x3d0204=_0x204643,_0x22cb4d='';return _0x5c7de3&&(_0x3d0204=_0x5c7de3['label'],_0x22cb4d=_0x5eb294(_0x3d0204)['toLowerCase']()),{'type':'format','content':c(_0x436b7c,'*Set\x20font\x20background\x20color:*\x20%0',_0x22cb4d)['trim'](),'color':{'value':_0x204643,'title':_0x22cb4d||_0x3d0204}};}return{'type':'format','content':c(_0x436b7c,'*Reset\x20font\x20background\x20color*')};}}});}}class et extends _0xc831a5{['afterInit'](){const _0x17260d=this['editor'],_0x554ba7=_0x17260d['plugins']['get']('TrackChangesEditing'),_0x176f10=_0x17260d['commands']['get']('copyFormat'),_0x14bb52=_0x17260d['commands']['get']('pasteFormat');_0x176f10&&_0x14bb52&&(_0x554ba7['enableDefaultAttributesIntegration']('pasteFormat'),_0x554ba7['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x8196fb=this['editor'],_0x3f351e=_0x8196fb['locale'];_0x8196fb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x24faec=>{if('formatBlock'!=_0x24faec['type']&&'formatInline'!=_0x24faec['type'])return;const {data:_0x2e7d0e}=_0x24faec;if(_0x2e7d0e&&'pasteFormat'===_0x2e7d0e['commandName']){const _0x1bd417=[],_0x20a4bb=_0x2e7d0e['commandParams'][0x0];for(const [_0x3677ca,_0x4832f8]of Object['entries'](_0x20a4bb))_0x1bd417['push'](ro(_0x8196fb,_0x3677ca,_0x4832f8));return _0x1bd417['length']?{'type':'format','content':c(_0x3f351e,'*Set\x20format\x20to:*\x20%0',_0x1bd417['join'](',\x20'))}:{'type':'format','content':c(_0x3f351e,'*Remove\x20all\x20formatting*')};}});}}function ro(_0x4497af,_0x421293,_0x521757){const _0x1d584f=_0x4497af['locale']['t'],_0x99c777=_0x421293['split'](/(?=[A-Z])/)['join']('\x20'),_0x36a2f0=_0x1d584f(_0x99c777['charAt'](0x0)['toUpperCase']()+_0x99c777['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x521757)return _0x36a2f0;if('fontColor'===_0x421293||'fontBackgroundColor'===_0x421293){const _0xffdb92=_0x340b26(_0x4497af['config']['get']('fontColor.colors'))['find'](_0x135a9f=>_0x135a9f['model']==_0x521757);return _0x36a2f0+'\x20('+(_0xffdb92?_0x1d584f(_0xffdb92['label'])['toLowerCase']():_0x521757)+')';}if('fontSize'===_0x421293&&isNaN(parseFloat(_0x521757))){const _0x39f807=_0x4497af['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x4497af['config']['get']('fontSize.options'))['find'](_0x44a6f8=>_0x44a6f8['model']==_0x521757);return _0x36a2f0+'\x20('+(_0x39f807?_0x1d584f(_0x39f807['title'])['toLowerCase']():_0x521757)+')';}return _0x36a2f0+'\x20('+_0x521757+')';}class nt extends _0xc831a5{['_headingOptions'];['afterInit'](){const _0x43066b=this['editor'];if(!_0x43066b['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x43066b['config']['get']('heading.options');const _0x1ed80e=_0x43066b['locale'],_0x244a42=_0x43066b['plugins']['get']('TrackChangesEditing');_0x244a42['enableDefaultAttributesIntegration']('heading');for(const _0x2c7ac0 of this['_headingOptions'])'paragraph'!=_0x2c7ac0['model']&&_0x244a42['descriptionFactory']['registerElementLabel'](_0x2c7ac0['model'],_0x1e8c1f=>{const _0x3da1ea=this['_getHeadingLevel'](_0x2c7ac0['model']);return null!==_0x3da1ea?_0x5be2b7(_0x1e8c1f,_0x3da1ea):_0xee8f9d(_0x1e8c1f,_0x2c7ac0['title']);});function _0x5be2b7(_0xc2a6f3,_0x282412){return c(_0x1ed80e,'ELEMENT_HEADING',[_0xc2a6f3,_0x282412]);}function _0xee8f9d(_0x552d38,_0x5ab298){return c(_0x1ed80e,'ELEMENT_HEADING_CUSTOM',[_0x552d38,_0x5ab298]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xab0e6f=this['editor'],_0x54852e=_0xab0e6f['locale'];function _0x383f72(_0x1cf079,_0x51fc9c){return c(_0x54852e,'ELEMENT_HEADING_CUSTOM',[_0x1cf079,_0x51fc9c]);}_0xab0e6f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x14eb0e=>{if('formatBlock'!=_0x14eb0e['type'])return;const {data:_0x559b2b}=_0x14eb0e;if(_0x559b2b&&'heading'==_0x559b2b['commandName']){const _0x5c4b7e=_0x559b2b['commandParams'][0x0]['value'],_0x2d2ba4=this['_getHeadingLevel'](_0x5c4b7e);if(null!==_0x2d2ba4)return{'type':'format','content':c(_0x54852e,'*Change\x20to:*\x20%0',(_0x21a7fc=0x1,_0x295709=_0x2d2ba4,c(_0x54852e,'ELEMENT_HEADING',[_0x21a7fc,_0x295709])))};const _0x1091e6=this['_headingOptions']['find'](_0x5ac34e=>_0x5ac34e['model']===_0x5c4b7e)['title'];return{'type':'format','content':c(_0x54852e,'*Change\x20to:*\x20%0',_0x383f72(0x1,_0x1091e6))};}var _0x21a7fc,_0x295709;});}['_getHeadingLevel'](_0x30f8cd){const _0x49cb9a=_0x30f8cd['match'](/^heading(\d+)/);if(_0x49cb9a)return _0x49cb9a[0x1];const _0x29b678=this['_headingOptions']?.['find'](_0x461c55=>_0x461c55['model']==_0x30f8cd);if(_0x29b678&&_0x29b678['view']){const _0x496bb4=_0x29b678['view'],_0xfaa470=(_0x496bb4['name']??_0x496bb4)['match'](/^h(\d+)/);if(_0xfaa470)return _0xfaa470[0x1];}return null;}}class it extends _0xc831a5{['afterInit'](){const _0x1ac943=this['editor'];if(!_0x1ac943['plugins']['has']('HighlightEditing'))return;const _0x1afedd=_0x1ac943['plugins']['get']('TrackChangesEditing'),_0x3a8037=_0x1ac943['locale'];_0x1afedd['enableDefaultAttributesIntegration']('highlight'),_0x1afedd['registerInlineAttribute']('highlight'),_0x1afedd['descriptionFactory']['registerAttributeLabel']('highlight',c(_0x3a8037,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x160d06=this['editor'],_0x55b177=_0x160d06['locale'];_0x160d06['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x112a33=>{if('formatInline'!=_0x112a33['type'])return;const {data:_0x132689}=_0x112a33;if(_0x132689&&'highlight'==_0x132689['commandName']){const _0x3ca683=_0x55b177['t'],_0x2fae28=_0x132689['commandParams'][0x0]['value'];if(_0x2fae28){const _0x3818fa=_0x160d06['config']['get']('highlight.options')['find'](_0x421c3a=>_0x421c3a['model']==_0x2fae28),_0x5c7c49=_0x3ca683(_0x3818fa['title'])['toLowerCase']();return{'type':'format','content':c(_0x55b177,'*Set\x20highlight:*\x20%0',_0x5c7c49),'color':{'value':_0x3818fa['color'],'title':_0x3818fa['title']}};}return{'type':'format','content':c(_0x55b177,'*Remove\x20highlight*',c(_0x55b177,'FORMAT_HIGHLIGHT'))};}});}}class st extends _0xc831a5{['afterInit'](){const _0x38e98e=this['editor'];if(!_0x38e98e['plugins']['has']('HorizontalLineEditing'))return;_0x38e98e['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x1fa2ed=_0x38e98e['plugins']['get']('TrackChangesEditing'),_0x1dacf6=_0x38e98e['locale'];_0x1fa2ed['descriptionFactory']['registerElementLabel']('horizontalLine',_0x2e4b0e=>c(_0x1dacf6,'ELEMENT_HORIZONTAL_LINE',_0x2e4b0e)),_0x38e98e['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x123aa4,{writer:_0x19d3c4,options:_0x2b28b2})=>{if(!_0x2b28b2['showSuggestionHighlights'])return null;const _0x24e7cd=_0x19d3c4['createContainerElement']('div'),_0x21b54d=_0x19d3c4['createEmptyElement']('hr');return _0x19d3c4['addClass']('ck-horizontal-line',_0x24e7cd),_0x19d3c4['insert'](_0x19d3c4['createPositionAt'](_0x24e7cd,0x0),_0x21b54d),_0x24e7cd;},'converterPriority':'high'});}}class ot extends _0xc831a5{['afterInit'](){const _0x2f8421=this['editor'];if(!_0x2f8421['plugins']['has']('HtmlEmbed'))return;const _0xed9607=_0x2f8421['plugins']['get']('TrackChangesEditing'),_0x51ea9e=_0x2f8421['locale'];_0xed9607['descriptionFactory']['registerElementLabel']('rawHtml',_0x49822a=>c(_0x51ea9e,'ELEMENT_HTML_EMBED',_0x49822a)),_0xed9607['enableDefaultAttributesIntegration']('htmlEmbed'),_0xed9607['registerBlockAttribute']('value'),_0xed9607['descriptionFactory']['registerDescriptionCallback'](_0x4ec1e1=>{if('attribute'!=_0x4ec1e1['type'])return;const {data:_0x4b246d}=_0x4ec1e1;if(_0x4b246d&&'value'==_0x4b246d['key']&&_0x4ec1e1['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x4f80ce=c(_0x51ea9e,'ELEMENT_HTML_EMBED');return{'type':'format','content':c(_0x51ea9e,'*Change\x20%0\x20content*',_0x4f80ce)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x394c53=this['editor'],_0x1730da=_0x394c53['locale'];_0x394c53['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x32af36=>{if('formatBlock'!=_0x32af36['type'])return;const {data:_0x48addc}=_0x32af36;if(_0x48addc&&'htmlEmbed'==_0x48addc['commandName']){const _0x46b08f=c(_0x1730da,'ELEMENT_HTML_EMBED');return{'type':'format','content':c(_0x1730da,'*Change\x20%0\x20content*',_0x46b08f)};}});}}class rt extends _0xc831a5{['afterInit'](){const _0x216c36=this['editor'];if(!_0x216c36['plugins']['has']('ImageEditing'))return;const _0x3f0892=_0x216c36['plugins']['get']('TrackChangesEditing'),_0x269e88=_0x216c36['plugins']['get']('ImageUtils'),_0x11718c=_0x216c36['locale'];_0x3f0892['enableCommand']('insertImage'),_0x3f0892['descriptionFactory']['registerElementLabel']('imageBlock',_0x5b726b=>c(_0x11718c,'ELEMENT_IMAGE',_0x5b726b)),_0x3f0892['descriptionFactory']['registerElementLabel']('imageInline',_0x46f2e1=>c(_0x11718c,'ELEMENT_INLINE_IMAGE',_0x46f2e1)),_0x3f0892['descriptionFactory']['registerElementLabel']('caption',()=>c(_0x11718c,'ELEMENT_CAPTION')),_0x216c36['plugins']['has']('ImageUploadEditing')&&_0x3f0892['enableCommand']('uploadImage'),_0x216c36['plugins']['has']('ImageBlockEditing')&&_0x216c36['plugins']['has']('ImageInlineEditing')&&(_0x3f0892['enableCommand']('imageTypeInline',(_0x2c48bf,_0xb166bb)=>{const _0x73ffb1=_0x269e88['getClosestSelectedImageElement'](_0x216c36['model']['document']['selection']);_0x216c36['model']['change'](()=>{_0x3f0892['markBlockFormat'](_0x73ffb1,{'commandName':'imageTypeInline','commandParams':[_0xb166bb]},[],'convertBlockImageToInline');});}),_0x3f0892['enableCommand']('imageTypeBlock',(_0x379838,_0x434703)=>{_0x216c36['model']['change'](_0x22191b=>{let _0x15106a=_0x269e88['getClosestSelectedImageElement'](_0x216c36['model']['document']['selection']),_0x54a390=_0x22191b['createRangeOn'](_0x15106a);const _0x194c87=_0x11df1a['fromPosition'](_0x54a390['start'],'toPrevious'),_0x489cd3=_0x11df1a['fromPosition'](_0x54a390['end'],'toNext');_0x3f0892['forceDefaultExecution'](()=>_0x379838(_0x434703)),_0x15106a=_0x269e88['getClosestSelectedImageElement'](_0x216c36['model']['document']['selection']),_0x54a390=_0x22191b['createRangeOn'](_0x15106a);const _0x1aea3c=_0x22191b['createRange'](_0x194c87,_0x489cd3);_0x194c87['detach'](),_0x489cd3['detach'](),_0x3f0892['markBlockFormat'](_0x15106a,{'commandName':'imageTypeInline','commandParams':[_0x434703]},[],'convertInlineImageToBlock'),_0x1aea3c['start']['isBefore'](_0x54a390['start'])&&_0x3f0892['markInsertion'](_0x22191b['createRange'](_0x1aea3c['start'],_0x54a390['start']),'convertInlineImageToBlock'),_0x54a390['end']['isBefore'](_0x1aea3c['end'])&&_0x3f0892['markInsertion'](_0x22191b['createRange'](_0x54a390['end'],_0x1aea3c['end']),'convertInlineImageToBlock');});}),_0x3f0892['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x3f0892['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x3f0892['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x3f0892['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x3f0892['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x3f0892['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x56c4dd])=>{const _0x636b1c=_0x3f0892['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x5e170d=_0x56c4dd['start'],_0x5c085f=_0x56c4dd['end'];const _0x24f0fa=_0x216c36['model']['schema']['getNearestSelectionRange'](_0x5e170d,'backward'),_0x2d5a35=_0x216c36['model']['schema']['getNearestSelectionRange'](_0x5c085f,'forward');_0x24f0fa['isCollapsed']&&(_0x5e170d=_0x24f0fa['start']),_0x2d5a35['isCollapsed']&&(_0x5c085f=_0x2d5a35['end']),_0x636b1c([_0x216c36['model']['createRange'](_0x5e170d,_0x5c085f)]);}),_0x3f0892['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0xb3fe63),_0x3f0892['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0xb3fe63)),_0x216c36['plugins']['has']('ImageCaptionEditing')&&(_0x3f0892['enableCommand']('toggleImageCaption',(_0x2214c8,_0x1b5556)=>{const _0x58e7a8=_0x216c36['plugins']['get']('ImageCaptionUtils');let _0x3d694e=_0x269e88['getClosestSelectedImageElement'](_0x216c36['model']['document']['selection']),_0x1d1d7c=_0x58e7a8['getCaptionFromImageModelElement'](_0x3d694e);_0x216c36['model']['change'](()=>{if(_0x1d1d7c)return void _0x3f0892['markDeletion'](_0x216c36['model']['createRangeOn'](_0x1d1d7c));const _0x594a4d=_0x269e88['isBlockImage'](_0x3d694e);_0x2214c8(_0x1b5556),_0x3d694e=_0x269e88['getClosestSelectedImageElement'](_0x216c36['model']['document']['selection']),_0x1d1d7c=_0x58e7a8['getCaptionFromImageModelElement'](_0x3d694e),_0x3f0892['markInsertion'](_0x216c36['model']['createRangeOn'](_0x1d1d7c),_0x594a4d?null:'imageCaption');});}),_0x3f0892['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0xb3fe63));const _0x543c01=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x193cfc(_0x41a95b,_0x4370b0){const _0x41ee0d=_0x543c01['findIndex'](({type:_0x3c7f0c,subType:_0x576a72})=>_0x41a95b['type']==_0x3c7f0c&&_0x41a95b['subType']==_0x576a72),_0x517f94=_0x543c01['findIndex'](({type:_0x2366a8,subType:_0x1a7f86})=>_0x4370b0['type']==_0x2366a8&&_0x4370b0['subType']==_0x1a7f86);if(_0x41ee0d<0x0||_0x517f94<0x0)return!0x1;const _0x21a487=_0x41a95b['getFirstRange'](),_0x458a63=_0x4370b0['getFirstRange']();if((0x0==_0x41ee0d||0x1==_0x41ee0d)&&0x2==_0x517f94&&_0x21a487['isIntersecting'](_0x458a63))return!0x0;if(0x2==_0x41ee0d&&0x3==_0x517f94){const _0x4c3b1a=_0x3f0892['_findSuggestions'](_0x21a487,'insertion')['filter'](({suggestion:_0x267714,meta:_0x4f3bf0})=>_0x4f3bf0['isOwn']&&'convertInlineImageToBlock'==_0x267714['subType']);if(_0x4c3b1a['length']>0x1&&_0x458a63['end']['isEqual'](_0x21a487['start']))return!0x0;if(0x1==_0x4c3b1a['length']&&(_0x21a487['start']['isEqual'](_0x458a63['end'])||_0x21a487['end']['isEqual'](_0x458a63['start'])))return!0x0;}if(0x3==_0x41ee0d&&0x3==_0x517f94&&_0x21a487['start']['isBefore'](_0x458a63['start'])){const _0x2a2476=_0x21a487['end']['nodeAfter'],_0x427e77=_0x458a63['start']['nodeBefore'];return _0x269e88['isBlockImage'](_0x2a2476)&&_0x2a2476===_0x427e77;}return!0x1;}function _0xb3fe63(_0x22f828,_0x26e2d2){return _0x193cfc(_0x22f828,_0x26e2d2)?[_0x22f828,_0x26e2d2]:_0x193cfc(_0x26e2d2,_0x22f828)?[_0x26e2d2,_0x22f828]:null;}_0x216c36['plugins']['has']('ImageResize')&&(_0x3f0892['enableDefaultAttributesIntegration']('resizeImage'),_0x3f0892['registerBlockAttribute']('resizedWidth'),_0x3f0892['descriptionFactory']['registerAttributeLabel']('resizedWidth',c(_0x11718c,'FORMAT_IMAGE_SIZE'))),_0x216c36['plugins']['has']('ImageTextAlternativeEditing')&&(_0x3f0892['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x3f0892['registerBlockAttribute']('alt')),_0x216c36['plugins']['has']('PictureEditing')&&(_0x3f0892['registerBlockAttribute']('sources'),_0x3f0892['descriptionFactory']['registerDescriptionCallback'](_0x4689e7=>{if('attribute'!=_0x4689e7['type'])return;const {data:_0x1dd8b9}=_0x4689e7;return _0x1dd8b9&&'sources'==_0x1dd8b9['key']?{'type':'format','content':''}:void 0x0;})),_0x216c36['plugins']['has']('ImageSizeAttributes')&&(_0x3f0892['registerBlockAttribute']('width'),_0x3f0892['registerBlockAttribute']('height'),_0x3f0892['descriptionFactory']['registerDescriptionCallback'](_0x54b977=>{if('attribute'!=_0x54b977['type'])return;const {data:_0x5b3f52}=_0x54b977;return!_0x5b3f52||'width'!=_0x5b3f52['key']&&'height'!=_0x5b3f52['key']?void 0x0:{'type':'format','content':''};})),_0x3f0892['descriptionFactory']['registerDescriptionCallback'](_0x530362=>{if(!!_0x543c01['find'](({type:_0x5b4c92,subType:_0x22da94})=>_0x530362['type']==_0x5b4c92&&_0x530362['subType']==_0x22da94))return _0x530362['previous']?{}:void 0x0;}),_0x3f0892['descriptionFactory']['registerDescriptionCallback'](_0x11abb9=>{if('insertion'==_0x11abb9['type']||'deletion'==_0x11abb9['type']){const _0x4e1509=_0x11abb9['getContainedElement']();if(_0x4e1509&&_0x4e1509['is']('element','caption'))return{'type':'insertion'==_0x11abb9['type']?'addObject':'removeObject','element':_0x4e1509,'quantity':0x1};}}),_0x3f0892['descriptionFactory']['registerDescriptionCallback'](_0x34443d=>'formatBlock'==_0x34443d['type']&&'convertInlineImageToBlock'==_0x34443d['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x34443d['type']&&'convertBlockImageToInline'==_0x34443d['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x3f0892['descriptionFactory']['registerDescriptionCallback'](_0x4a9fea=>{if('attribute'!=_0x4a9fea['type'])return;const {data:_0x371569}=_0x4a9fea;if(!_0x371569||'alt'!=_0x371569['key'])return;const _0x38f666=_0x371569['newValue'];return _0x38f666?{'type':'format','content':c(_0x11718c,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x38f666+'\x22')}:{'type':'format','content':c(_0x11718c,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4940b1=this['editor'],_0x12de69=_0x4940b1['locale'];_0x4940b1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xfd3587=>{if('formatBlock'!=_0xfd3587['type']&&'formatInline'!=_0xfd3587['type'])return;const {data:_0xf8a8a5}=_0xfd3587;if(_0xf8a8a5){if('imageTextAlternative'==_0xf8a8a5['commandName']){const _0x34e406=_0xf8a8a5['commandParams'][0x0]['newValue'];return _0x34e406?{'type':'format','content':c(_0x12de69,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x34e406+'\x22')}:{'type':'format','content':c(_0x12de69,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0xf8a8a5['commandName']){const _0x549a6c=_0xf8a8a5['commandParams'][0x0]['width'];return _0x549a6c?{'type':'format','content':c(_0x12de69,'*Set\x20image\x20width:*\x20%0',_0x549a6c)}:{'type':'format','content':c(_0x12de69,'*Reset\x20image\x20width*')};}}});}}class at extends _0xc831a5{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x5286ed=this['editor']['locale'],_0xa4b48f=this['editor']['plugins']['get']('TrackChangesEditing');_0xa4b48f['enableDefaultAttributesIntegration']('replaceImageSource'),_0xa4b48f['registerBlockAttribute']('src'),_0xa4b48f['descriptionFactory']['registerDescriptionCallback'](_0x52ba63=>{if('attribute'!=_0x52ba63['type'])return;const {data:_0x556950}=_0x52ba63;return _0x556950&&'src'==_0x556950['key']?_0x556950['newValue']&&_0x556950['oldValue']?{'type':'format','content':c(_0x5286ed,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x306a45=this['editor']['plugins']['get']('TrackChangesEditing');_0x306a45['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x306a45['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x306a45['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x306a45['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1f8f7e=this['editor'],_0x1e8dfa=_0x1f8f7e['locale'];_0x1f8f7e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3dad84=>{if('formatBlock'!=_0x3dad84['type']&&'formatInline'!=_0x3dad84['type'])return;const {data:_0x5a15a2}=_0x3dad84;if(!_0x5a15a2||'replaceImageSource'!=_0x5a15a2['commandName'])return;return{'type':'format','content':c(_0x1e8dfa,'*Format:*\x20replace\x20image\x20URL')};});}}class ct extends _0xc831a5{['afterInit'](){const _0x4f14ec=this['editor'];if(!_0x4f14ec['plugins']['has']('ImageStyleEditing'))return;const _0x25bbb7=_0x4f14ec['plugins']['get']('TrackChangesEditing'),_0x14f972=_0x4f14ec['plugins']['get']('ImageUtils'),_0x2525db={};_0x25bbb7['enableCommand']('imageStyle',(_0x1e4400,_0x544d55)=>{const _0x13e058=_0x4f14ec['plugins']['get']('Users')['me'],_0xf78c05=_0x4f14ec['commands']['get']('imageStyle');let _0x1ff6ad=_0x14f972['getClosestSelectedImageElement'](_0x4f14ec['model']['document']['selection']),_0x58bcc1=_0x4f14ec['model']['createRangeOn'](_0x1ff6ad),_0x477135=_0xf78c05['value'];if(_0x477135==_0x544d55['value'])return;const _0x40fcbc={'commandName':'imageStyle','commandParams':[_0x544d55],'formatGroupId':_0x18a796()};_0x4f14ec['model']['change'](()=>{if(_0x25bbb7['getSuggestions']()['filter'](_0x23dbca=>_0x23dbca['isInContent']&&_0x13e058==_0x23dbca['author']&&('formatBlock'==_0x23dbca['type']||'formatInline'==_0x23dbca['type'])&&('imageStylePreApply'==_0x23dbca['subType']||'imageStylePostApply'==_0x23dbca['subType'])&&_0x23dbca['getFirstRange']()['isEqual'](_0x58bcc1))['forEach'](_0x54b05e=>_0x25bbb7['discardSuggestion'](_0x54b05e['head'])),_0x1ff6ad=_0x14f972['getClosestSelectedImageElement'](_0x4f14ec['model']['document']['selection']),_0x58bcc1=_0x4f14ec['model']['createRangeOn'](_0x1ff6ad),_0xf78c05['refresh'](),_0x4f14ec['commands']['get']('imageTypeInline')['refresh'](),_0x4f14ec['commands']['get']('imageTypeBlock')['refresh'](),_0x477135=_0xf78c05['value'],_0x477135!=_0x544d55['value'])return _0x14f972['isInlineImage'](_0x1ff6ad)&&_0xf78c05['shouldConvertImageType'](_0x544d55['value'],_0x1ff6ad)?(_0x1e4400({..._0x544d55,'setImageSizes':!0x1}),_0x1ff6ad=_0x14f972['getClosestSelectedImageElement'](_0x4f14ec['model']['document']['selection']),void _0x25bbb7['markBlockFormat'](_0x1ff6ad,{..._0x40fcbc,'commandReversedParams':[{'value':_0x477135||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x14f972['isBlockImage'](_0x1ff6ad)?_0x25bbb7['markBlockFormat'](_0x1ff6ad,_0x40fcbc,[],'imageStylePostApply'):_0x25bbb7['markInlineFormat'](_0x58bcc1,_0x40fcbc,'imageStylePostApply'));});});for(const _0x33f8c8 of _0x4f14ec['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x2525db[_0x33f8c8['name']]=_0x33f8c8['title']['toLowerCase']();_0x25bbb7['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x25bbb7['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x25bbb7['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x25bbb7['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x3775b0])=>{_0x14f972['setImageNaturalSizeAttributes'](_0x3775b0['getContainedElement']());}),_0x25bbb7['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x3cbdb7,_0x32b638)=>{_0x25bbb7['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x3cbdb7,{'commandName':_0x32b638['commandName'],'commandParams':_0x32b638['commandReversedParams']});}),_0x25bbb7['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0xf33979,_0x592e3e){if(_0x4a36ff(_0xf33979,_0x592e3e))return[_0xf33979,_0x592e3e];if(_0x4a36ff(_0x592e3e,_0xf33979))return[_0x592e3e,_0xf33979];return null;});const _0x28cd8d=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x4a36ff(_0x31310c,_0x11e39a){const _0xca5b81=_0x28cd8d['findIndex'](({type:_0x578627,subType:_0x3db0ba})=>_0x31310c['type']==_0x578627&&_0x31310c['subType']==_0x3db0ba),_0x36d2ee=_0x28cd8d['findIndex'](({type:_0x131702,subType:_0x162104})=>_0x11e39a['type']==_0x131702&&_0x11e39a['subType']==_0x162104);if(_0xca5b81<0x0||_0x36d2ee<0x0)return!0x1;const _0x16b3db=_0x31310c['getFirstRange'](),_0x289334=_0x11e39a['getFirstRange']();if((0x0==_0xca5b81||0x1==_0xca5b81)&&0x2==_0x36d2ee&&_0x16b3db['isIntersecting'](_0x289334))return!0x0;if(0x2==_0xca5b81&&0x3==_0x36d2ee){const _0x21031c=_0x25bbb7['_findSuggestions'](_0x16b3db,'insertion')['filter'](({suggestion:_0x27b845,meta:_0x46db78})=>_0x46db78['isOwn']&&'convertInlineImageToBlock'==_0x27b845['subType']);if(_0x21031c['length']>0x1&&_0x289334['end']['isEqual'](_0x16b3db['start']))return!0x0;if(0x1==_0x21031c['length']&&(_0x16b3db['start']['isEqual'](_0x289334['end'])||_0x16b3db['end']['isEqual'](_0x289334['start'])))return!0x0;}if(0x3==_0xca5b81&&0x3==_0x36d2ee&&_0x16b3db['start']['isBefore'](_0x289334['start'])){const _0x102e91=_0x16b3db['end']['nodeAfter'],_0x480399=_0x289334['start']['nodeBefore'];return _0x14f972['isBlockImage'](_0x102e91)&&_0x102e91===_0x480399;}return!0x1;}_0x4f14ec['model']['document']['registerPostFixer'](()=>{let _0x349f13=!0x1;const _0x1a0ce7=Array['from'](_0x4f14ec['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x394367,data:_0x1cc0eb}of _0x1a0ce7){const {group:_0x3fe590,type:_0x3fda83,subType:_0x15d12d,id:_0x3b2bc7}=_0x25bbb7['_splitMarkerName'](_0x394367);if('suggestion'==_0x3fe590&&_0x25bbb7['hasSuggestion'](_0x3b2bc7)){if('formatBlock'==_0x3fda83&&('imageStylePreApply'==_0x15d12d||'imageStylePostApply'==_0x15d12d)){const _0x248ad=_0x25bbb7['getSuggestion'](_0x3b2bc7);if(_0x1cc0eb['newRange']){const _0x57799c=_0x248ad['getFirstRange']()['getContainedElement']();if(_0x14f972['isBlockImage'](_0x57799c))continue;_0x25bbb7['discardSuggestion'](_0x248ad),_0x349f13=!0x0;}}if('insertion'==_0x3fda83&&'imageCaption'==_0x15d12d&&!_0x1cc0eb['newRange']){const _0x32e69e=_0x25bbb7['getSuggestion'](_0x3b2bc7);_0x32e69e['next']&&_0x32e69e['next']['isInContent']&&(_0x25bbb7['discardSuggestion'](_0x32e69e['next']),_0x349f13=!0x0);}}}return _0x349f13;}),this['_registerLegacyDescription'](_0x2525db);}['_registerLegacyDescription'](_0x4d8e71){const _0x170c53=this['editor'],_0x402797=_0x170c53['locale'];_0x170c53['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3c21fd=>{if('formatBlock'!=_0x3c21fd['type']&&'formatInline'!=_0x3c21fd['type'])return;const {data:_0x1ce795}=_0x3c21fd;if(!_0x1ce795||'imageStyle'!=_0x1ce795['commandName'])return;const _0x575fe3=_0x1ce795['commandParams'][0x0]['value'];return _0xda4cd2('side'===_0x575fe3?c(_0x402797,'FORMAT_SIDE_IMAGE'):_0x4d8e71[_0x575fe3]||_0x575fe3);function _0xda4cd2(_0x1e7274){return{'type':'format','content':c(_0x402797,'*Format:*\x20%0',_0x1e7274)};}});}}class ut extends _0xc831a5{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x81d76b){super(_0x81d76b),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x4c6b5d=this['editor'],_0x530eb2=_0x4c6b5d['commands']['get']('importWord'),_0x55cada=_0x4c6b5d['commands']['get']('trackChanges');_0x530eb2&&(_0x530eb2['on']('execute',(_0x2bed4c,[,_0x38b023])=>{this['_trackChangesValueDuringImport']=_0x55cada['value'],_0x38b023['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x530eb2,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x530eb2,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x55cada['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x4c6b5d['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x5bf0b2,_0x1725a8){const {suggestions:_0x55c7f4}=_0x1725a8,_0x184f5b=this['editor']['commands']['get']('trackChanges'),_0x29cd2b=_0x184f5b['value'];this['_trackChangesValueDuringImport']!==_0x29cd2b&&(_0x184f5b['execute'](),this['_trackChangesExecuted']=!0x0),_0x55c7f4&&_0x55c7f4['forEach'](({id:_0x4a4433,type:_0x503c25,author:_0x319556,created_at:_0x2c21d6})=>{const _0x39c71b={'id':_0x4a4433,'type':_0x503c25,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x319556,'createdAt':_0x2c21d6?new Date(_0x2c21d6):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x39c71b);});}}class ft extends _0xc831a5{['afterInit'](){const _0x2168b7=this['editor'],_0x3f9f72=_0x2168b7['plugins']['get']('TrackChangesEditing');if(_0x2168b7['plugins']['has']('IndentEditing')&&(_0x3f9f72['enableCommand']('indent'),_0x3f9f72['enableCommand']('outdent')),_0x2168b7['plugins']['has']('IndentBlock')){for(const _0x526898 of['indentBlock','outdentBlock'])_0x3f9f72['enableDefaultAttributesIntegration'](_0x526898);}const _0x210e66=_0x2168b7['locale'];_0x3f9f72['registerBlockAttribute']('blockIndent'),_0x3f9f72['descriptionFactory']['registerAttributeLabel']('blockIndent',c(_0x210e66,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x354722=this['editor'],_0x18bce8=_0x354722['locale'],_0x4ce824=_0x354722['plugins']['get']('TrackChangesEditing');_0x4ce824['descriptionFactory']['registerDescriptionCallback'](_0x4b4224=>{if('formatBlock'!=_0x4b4224['type'])return;const {data:_0x152dc1}=_0x4b4224;if(!_0x152dc1)return;if('indentBlock'!=_0x152dc1['commandName']&&'outdentBlock'!=_0x152dc1['commandName'])return;const _0x5cb0ae=_0x4b4224['getItems']()[0x0],_0x286e5b=_0x4ce824['descriptionFactory']['getItemLabel'](_0x5cb0ae);return'indentBlock'==_0x152dc1['commandName']?{'type':'format','content':c(_0x18bce8,'*Indent:*\x20%0',_0x286e5b)}:'outdentBlock'==_0x152dc1['commandName']?{'type':'format','content':c(_0x18bce8,'*Outdent:*\x20%0',_0x286e5b)}:void 0x0;});}}class ht extends _0xc831a5{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class lt extends _0xc831a5{['afterInit'](){const _0x54779d=this['editor'];if(!_0x54779d['plugins']['has']('LinkEditing'))return;const _0x3f9a7e=_0x54779d['plugins']['get']('TrackChangesEditing'),_0x7cbc4c=_0x54779d['commands']['get']('link');_0x3f9a7e['enableDefaultAttributesIntegration']('link'),_0x3f9a7e['enableDefaultAttributesIntegration']('unlink'),_0x3f9a7e['registerInlineAttribute']('linkHref');for(const _0x32101b of _0x7cbc4c['manualDecorators'])_0x3f9a7e['registerInlineAttribute'](_0x32101b['id']),_0x3f9a7e['descriptionFactory']['registerAttributeLabel'](_0x32101b['id'],'link\x20('+_0x32101b['label']['toLowerCase']()+')');_0x3f9a7e['descriptionFactory']['registerDescriptionCallback'](_0x595d41=>{if('attribute'!=_0x595d41['type'])return;const {data:_0x2bf1a2}=_0x595d41;if(!_0x2bf1a2||'linkHref'!=_0x2bf1a2['key'])return;const _0xc804be=_0x2bf1a2['newValue'],_0x43f8cc=_0x54779d['locale'];return{'type':'format','content':null==_0xc804be?c(_0x43f8cc,'*Remove\x20link*'):c(_0x43f8cc,'*Set\x20link:*\x20%0','\x22'+_0xc804be+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4cbca5=this['editor'],_0x3df1d8=_0x4cbca5['locale'];_0x4cbca5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2b908f=>{if('formatInline'!=_0x2b908f['type'])return;const {data:_0xf3fb83}=_0x2b908f;if(_0xf3fb83){if('link'==_0xf3fb83['commandName']){const _0x2a8d01=_0xf3fb83['commandParams'][0x0];return{'type':'format','content':c(_0x3df1d8,'*Set\x20link:*\x20%0','\x22'+_0x2a8d01+'\x22')};}return'unlink'==_0xf3fb83['commandName']?{'type':'format','content':c(_0x3df1d8,'*Remove\x20link*')}:void 0x0;}});}}class gt extends _0xc831a5{['afterInit'](){const _0x15136d=this['editor'],_0x90e4e7=_0x15136d['locale'];if(!_0x15136d['plugins']['has']('LegacyListEditing'))return;const _0x19f5c6=_0x15136d['plugins']['get']('TrackChangesEditing'),_0x2c3f13=_0x15136d['plugins']['has']('LegacyTodoListEditing');function _0xb79522(_0x42c7b1){return()=>{const _0x519ad0=_0x15136d['model']['document']['selection'],_0x41d02f=_0x15136d['commands']['get'](_0x42c7b1);if(_0x41d02f['value'])return void _0x15136d['execute']('paragraph',{});const _0x215028=_0x42c7b1['slice'](0x0,-0x4),_0x15b71d=function(_0xac4aa3,_0xd38b73,_0x5ce07e){let _0x1fa864=Array['from'](_0xac4aa3)['filter'](_0x397696=>function(_0x5c059b,_0x55b571){return _0x55b571['checkChild'](_0x5c059b['parent'],'listItem')&&!_0x55b571['isObject'](_0x5c059b);}(_0x397696,_0x5ce07e));_0x1fa864=_0x1fa864['filter'](_0x4a218f=>!_0x4a218f['is']('element','listItem')||_0x4a218f['getAttribute']('listType')!=_0xd38b73);const _0x5d92fd=new Set();for(const _0x4f8c6e of _0x1fa864)_0x4f8c6e['is']('element','listItem')?_0x5d92fd['add'](Le(_0x4f8c6e)):_0x5d92fd['add'](_0x4f8c6e);return Array['from'](_0x5d92fd);}(_0x519ad0['getSelectedBlocks'](),_0x215028,_0x15136d['model']['schema']);_0x15136d['model']['change'](()=>{for(const _0x762ef of _0x15b71d)_0x19f5c6['markBlockFormat'](_0x762ef,{'commandName':_0x42c7b1,'commandParams':[{'forceValue':!_0x41d02f['value']}],'formatGroupId':'blockName'},Ee(_0x762ef));});};}function _0x13c344(_0x1187c1){return()=>{const _0x3252dd=function(_0x566375){let _0x409aa1=Array['from'](_0x566375);const _0x4785fa=_0x409aa1['findIndex'](_0x2f1ec9=>'listItem'!=_0x2f1ec9['name']);return _0x4785fa>-0x1&&(_0x409aa1=_0x409aa1['slice'](0x0,_0x4785fa)),_0x409aa1;}(_0x15136d['model']['document']['selection']['getSelectedBlocks']()),_0x38b33f=_0x15136d['model']['createRange'](_0x15136d['model']['createPositionAt'](_0x3252dd[0x0],'before'),_0x15136d['model']['createPositionAt'](_0x3252dd[_0x3252dd['length']-0x1],'end'));_0x15136d['model']['change'](()=>{_0x19f5c6['markBlockFormat'](_0x38b33f,{'commandName':_0x1187c1,'commandParams':[],'formatGroupId':'listIndent'},function(_0xb1b012){const _0x5075c1=new Set();for(const _0xcfeed2 of _0xb1b012){let _0x2c39d4=_0xcfeed2['nextSibling'];for(;_0x2c39d4&&_0x2c39d4['getAttribute']('listIndent')>_0xcfeed2['getAttribute']('listIndent');)_0x5075c1['add'](_0x2c39d4),_0x2c39d4=_0x2c39d4['nextSibling'];}return Array['from'](_0x5075c1);}(_0x3252dd));});};}_0x19f5c6['enableCommand']('numberedList',_0xb79522('numberedList')),_0x19f5c6['enableCommand']('bulletedList',_0xb79522('bulletedList')),_0x2c3f13&&_0x19f5c6['enableCommand']('todoList',_0xb79522('todoList')),_0x19f5c6['enableCommand']('indentList',_0x13c344('indentList')),_0x19f5c6['enableCommand']('outdentList',_0x13c344('outdentList')),_0x2c3f13&&_0x19f5c6['enableCommand']('checkTodoList',()=>{const _0x306617=_0x15136d['commands']['get']('checkTodoList'),_0x2c311c=Array['from'](_0x306617['_selectedElements']);_0x2c311c['filter'](_0x5e8e9d=>_0x5e8e9d['getAttribute']('todoListChecked')!=_0x306617['value']),_0x15136d['model']['change'](()=>{for(const _0x26d8a6 of _0x2c311c)_0x19f5c6['markBlockFormat'](_0x26d8a6,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x306617['value']}]});});}),_0x19f5c6['descriptionFactory']['registerElementLabel']('listItem',_0x3fb80d=>c(_0x90e4e7,'ELEMENT_LIST_ITEM',_0x3fb80d)),_0x19f5c6['descriptionFactory']['registerDescriptionCallback'](_0xf13e85=>{if('formatBlock'!=_0xf13e85['type']&&'formatInline'!=_0xf13e85['type'])return;const {data:_0x43f8ea}=_0xf13e85;if(_0x43f8ea){if('numberedList'==_0x43f8ea['commandName']||'bulletedList'==_0x43f8ea['commandName']||'todoList'==_0x43f8ea['commandName'])switch(_0x43f8ea['commandName']['replace']('List','')){case'bulleted':return _0x489035(c(_0x90e4e7,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x489035(c(_0x90e4e7,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x489035(c(_0x90e4e7,'ELEMENT_TODO_LIST'));}if('indentList'==_0x43f8ea['commandName'])return{'type':'format','content':c(_0x90e4e7,'*Indent:*\x20%0',c(_0x90e4e7,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x43f8ea['commandName'])return{'type':'format','content':c(_0x90e4e7,'*Outdent:*\x20%0',c(_0x90e4e7,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x43f8ea['commandName'])return _0x43f8ea['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x90e4e7,'*Check\x20item*')}:{'type':'format','content':c(_0x90e4e7,'*Uncheck\x20item*')};}function _0x489035(_0x424657){return{'type':'format','content':c(_0x90e4e7,'*Change\x20to:*\x20%0',_0x424657)};}});}}function Le(_0x46a371){const _0x20712e=_0x46a371['getAttribute']('listIndent');if(0x0==_0x20712e)return _0x46a371;let _0x4d2ccf=_0x46a371;for(;_0x46a371['previousSibling']&&_0x46a371['previousSibling']['is']('element','listItem');){const _0x5c5726=_0x46a371['previousSibling']['getAttribute']('listIndent');if(_0x5c5726==_0x20712e)_0x4d2ccf=_0x46a371['previousSibling'];else{if(_0x5c5726<_0x20712e)break;}_0x46a371=_0x46a371['previousSibling'];}return _0x4d2ccf;}function Ee(_0x35f59c){const _0x6d1d87=[];if(_0x35f59c['is']('element','listItem')&&_0x35f59c['getAttribute']('listIndent')>0x0){let _0x1eb551=_0x35f59c['nextSibling'];for(;_0x1eb551&&'listItem'==_0x1eb551['name']&&_0x1eb551['getAttribute']('listIndent')==_0x35f59c['getAttribute']('listIndent');)_0x6d1d87['push'](_0x1eb551),_0x1eb551=_0x1eb551['nextSibling'];}return _0x6d1d87;}class Q extends _0xc831a5{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x286ce=this['editor']['config']['get']('list.properties'),_0xd9354c=this['editor']['plugins']['get']('TrackChangesEditing');_0x286ce['styles']&&_0xd9354c['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x286ce['reversed']&&_0xd9354c['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x286ce['startIndex']&&_0xd9354c['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0xd9354c['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x417cb3,_0xa36ae={}){const _0x3344f0=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3ef8bf=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x3344f0['markMultiRangeBlockFormat'](_0x3ef8bf,{'commandName':'listStyle','commandParams':[{'type':_0xa36ae['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x10663d,_0x3bdf81={}){const _0x552d58=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3a1c1a=this['_getSuggestionBlocks'](_0x3b50ad=>_0x3b50ad['is']('element','listItem')&&'numbered'===_0x3b50ad['getAttribute']('listType'));if(_0x3a1c1a['length']<0x1)return;const _0x34c4af=_0x3a1c1a['map'](_0x1ea53f=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x1ea53f,'before'),this['editor']['model']['createPositionAt'](_0x1ea53f,0x0)));this['editor']['model']['change'](()=>{_0x552d58['markMultiRangeBlockFormat'](_0x34c4af,{'commandName':'listReversed','commandParams':[{'reversed':_0x3bdf81['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x3a758c,_0xac4441={}){const _0x440355=this['editor']['plugins']['get']('TrackChangesEditing'),_0xce2bc4=this['_getSuggestionBlocks'](_0x4ea726=>_0x4ea726['is']('element','listItem')&&'numbered'===_0x4ea726['getAttribute']('listType'));if(_0xce2bc4['length']<0x1)return;const _0x294f7f=_0xce2bc4['map'](_0x450de6=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x450de6,'before'),this['editor']['model']['createPositionAt'](_0x450de6,0x0)));this['editor']['model']['change'](()=>{_0x440355['markMultiRangeBlockFormat'](_0x294f7f,{'commandName':'listStart','commandParams':[{'startIndex':_0xac4441['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x58eac1){if('formatBlock'!=_0x58eac1['type']&&'formatInline'!=_0x58eac1['type'])return;const _0x5e4dc6=this['editor']['locale'],{data:_0x238a5f}=_0x58eac1;if(!_0x238a5f)return;let _0x4088c9,_0xdd7ecb;switch(_0x238a5f['commandName']){case'listStyle':_0x4088c9='*Change\x20to:*\x20%0',_0xdd7ecb={'type':'format','content':c(_0x5e4dc6,_0x4088c9,c(_0x5e4dc6,this['_getTranslationKeyForListStyle'](_0x238a5f['commandParams'][0x0]['type'])))};break;case'listReversed':_0x4088c9=_0x238a5f['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0xdd7ecb={'type':'format','content':c(_0x5e4dc6,_0x4088c9)};break;case'listStart':_0x4088c9='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0xdd7ecb={'type':'format','content':c(_0x5e4dc6,_0x4088c9,_0x238a5f['commandParams'][0x0]['startIndex'])};}return _0xdd7ecb;}['_getSuggestionBlocksForListStyle'](){const _0xfd5c39=this['editor']['plugins']['get']('LegacyListUtils');let _0x145574=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x145574[0x0]?.['is']('element','listItem')&&_0x145574['unshift'](..._0xfd5c39['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x145574[_0x145574['length']-0x1]?.['is']('element','listItem')&&_0x145574['push'](..._0xfd5c39['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x145574=[...new Set(_0x145574)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x145574=_0x145574['filter'](_0x1bfcec=>_0x1bfcec['is']('element','listItem'))),_0x145574;}['_getSuggestionBlocks'](_0x3eb81d){const _0x437cc4=this['editor']['plugins']['get']('LegacyListUtils');let _0x5e51c3=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x3eb81d)['map'](_0x43845f=>{const _0x127f8c=this['editor']['model']['createPositionAt'](_0x43845f,0x0);return[..._0x437cc4['getSiblingNodes'](_0x127f8c,'backward'),..._0x437cc4['getSiblingNodes'](_0x127f8c,'forward')];})['flat']();return _0x5e51c3=[...new Set(_0x5e51c3)],_0x5e51c3;}['_getTranslationKeyForListStyle'](_0x21dea5){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x21dea5)||'default')['toUpperCase']()+'_LIST_'+_0x21dea5['toUpperCase']()['replace'](/-/g,'_');}}class dt extends _0xc831a5{['afterInit'](){const _0x54fb9f=this['editor'];if(!_0x54fb9f['plugins']['has']('MediaEmbedEditing'))return;const _0x3adac8=_0x54fb9f['plugins']['get']('TrackChangesEditing'),_0x34f479=_0x54fb9f['locale'];_0x3adac8['enableCommand']('mediaEmbed'),_0x3adac8['descriptionFactory']['registerElementLabel']('media',_0x50bd7f=>c(_0x34f479,'ELEMENT_MEDIA',_0x50bd7f)),_0x54fb9f['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x504d7f,{writer:_0x58acda,options:_0x240657})=>{if(_0x240657['showSuggestionHighlights'])return _0x58acda['createEmptyElement']('div');},'converterPriority':'high'}),_0x54fb9f['data']['downcastDispatcher']['on']('attribute:url:media',(_0x135e35,_0x521f0b,_0x2e4263)=>{_0x2e4263['options']['showSuggestionHighlights']&&_0x135e35['stop']();},{'priority':'high'});}}class pt extends _0xc831a5{['afterInit'](){const _0x4893f1=this['editor'];_0x4893f1['plugins']['has']('MentionEditing')&&_0x4893f1['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class wt extends _0xc831a5{['afterInit'](){const _0x1754b8=this['editor'];if(!_0x1754b8['plugins']['has']('MergeFieldsEditing'))return;const _0x26ea34=_0x1754b8['plugins']['get']('TrackChangesEditing'),_0x5422c2=_0x1754b8['locale'];_0x26ea34['enableCommand']('insertMergeField'),_0x26ea34['enableCommand']('insertMergeFieldBlock'),_0x26ea34['enableCommand']('insertMergeFieldImage'),_0x26ea34['descriptionFactory']['registerElementLabel']('mergeField',_0xe3495d=>c(_0x5422c2,'ELEMENT_MERGE_FIELD',_0xe3495d)),_0x26ea34['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x56c15a=>c(_0x5422c2,'ELEMENT_MERGE_FIELD',_0x56c15a)),_0x26ea34['descriptionFactory']['registerDescriptionCallback'](_0x1d25b5=>{if('insertion'!=_0x1d25b5['type']&&'deletion'!=_0x1d25b5['type'])return;const _0x35fa1f=_0x1d25b5['getContainedElement']();if(null==_0x35fa1f)return;const _0x114def=_0x1754b8['plugins']['get']('MergeFieldsEditing');let _0x11ca8e;switch(_0x114def['getMergeFieldType'](_0x35fa1f)){case null:return;case'image':{const _0x401c7f=_0x114def['unwrapAffixes'](_0x35fa1f['getAttribute']('src'));_0x11ca8e=_0x114def['getLabel'](_0x401c7f)||_0x401c7f;break;}default:{const _0x5219ab=_0x35fa1f['getAttribute']('id');_0x11ca8e=_0x114def['getLabel'](_0x5219ab)||_0x5219ab;break;}}return'insertion'==_0x1d25b5['type']?{'type':'insertion','content':c(_0x5422c2,'*Insert:*\x20%0','\x22'+_0x11ca8e+'\x22\x20'+c(_0x5422c2,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':c(_0x5422c2,'*Remove:*\x20%0','\x22'+_0x11ca8e+'\x22\x20'+c(_0x5422c2,'ELEMENT_MERGE_FIELD'))};});}}class kt extends _0xc831a5{['afterInit'](){const _0x434a82=this['editor'],_0x3d2694=_0x434a82['plugins']['get']('TrackChangesEditing');_0x434a82['plugins']['has']('MultiLevelList')&&(_0x3d2694['enableDefaultAttributesIntegration']('multiLevelList'),_0x3d2694['registerBlockAttribute']('listMarkerStyle'),_0x3d2694['descriptionFactory']['registerDescriptionCallback'](_0x483b05=>this['handleDescriptions'](_0x483b05)));}['handleDescriptions'](_0x14e3cd){const _0x23d70b=this['editor']['locale'],{data:_0x4662e3}=_0x14e3cd,_0x3f6bc8={'type':'format','content':''};if(_0x4662e3&&'listMarkerStyle'==_0x4662e3['key']){if(!_0x4662e3['oldValue'])return{'type':'format','content':c(_0x23d70b,'*Set\x20format:*\x20%0',c(_0x23d70b,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x4662e3['newValue']+')'};if(!_0x4662e3['newValue']){let _0x163841=_0x14e3cd['head'];for(;_0x163841;){if(_0x163841['data']&&'listType'==_0x163841['data']['key']&&_0x163841['data']['newValue'])return _0x3f6bc8;_0x163841=_0x163841['next'];}return{'type':'format','content':c(_0x23d70b,'*Remove\x20format:*\x20%0',c(_0x23d70b,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x4662e3['oldValue']+')'};}}}}class bt extends _0xc831a5{['afterInit'](){const _0x4793a3=this['editor'];if(!_0x4793a3['plugins']['has']('PageBreakEditing'))return;_0x4793a3['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x4813a0=_0x4793a3['plugins']['get']('TrackChangesEditing'),_0xb746b9=_0x4793a3['locale'];_0x4813a0['descriptionFactory']['registerElementLabel']('pageBreak',_0x34a448=>c(_0xb746b9,'ELEMENT_PAGE_BREAK',_0x34a448));}}class yt extends _0xc831a5{['afterInit'](){const _0x670720=this['editor'];if(!_0x670720['plugins']['has']('Paragraph'))return;const _0x3dd512=_0x670720['locale'],_0x479b03=_0x670720['plugins']['get']('TrackChangesEditing');_0x479b03['descriptionFactory']['registerElementLabel']('paragraph',_0x23e8d5=>c(_0x3dd512,'ELEMENT_PARAGRAPH',_0x23e8d5)),_0x479b03['enableDefaultAttributesIntegration']('paragraph'),_0x479b03['enableCommand']('insertParagraph'),_0x670720['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x670720),{'priority':'highest'}),_0x670720['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x287ed2,_0x29e476,_0xe874b0)=>{_0xe874b0['options']['showSuggestionHighlights']&&nr(_0x670720,{'showActiveMarker':!0x1})(_0x287ed2,_0x29e476,_0xe874b0);},{'priority':'highest'});const _0x34df7a=_0x479b03['descriptionFactory'];_0x34df7a['registerDescriptionCallback'](_0x402270=>{if('insertion'!==_0x402270['type'])return;const {start:_0x5a2781,end:_0xfd9cc4}=_0x402270['getFirstRange']();if(!_0x5a2781['isTouching'](_0xfd9cc4)||!_0x5a2781['nodeAfter'])return;const _0x3325a9=_0x670720['model']['schema'],_0x41e106=_0x5a2781['nodeAfter'];return _0x3325a9['isBlock'](_0x41e106)&&!_0x3325a9['isLimit'](_0x41e106)&&_0x3325a9['checkChild'](_0x41e106,'$text')?{'type':'insertion','content':c(_0x3dd512,'*Insert:*\x20%0',_0x34df7a['getItemLabel'](_0x41e106,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2c425d=this['editor'],_0x3cc45f=_0x2c425d['locale'];_0x2c425d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x25c79f=>{if('formatBlock'!=_0x25c79f['type'])return;const {data:_0x19289c}=_0x25c79f;return _0x19289c&&'paragraph'==_0x19289c['commandName']?{'type':'format','content':c(_0x3cc45f,'*Change\x20to:*\x20%0',c(_0x3cc45f,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x4aed90,{showActiveMarker:_0x32811f=!0x0}={}){return(_0x46f4ab,_0x1133b3,_0x5550f4)=>{const _0xce7c13=_0x4aed90['plugins']['get']('TrackChangesEditing'),_0x1654e2=_0x1133b3['markerRange']['start'],_0x6e34d9=_0x1133b3['markerRange']['end'],_0x1bc8fe=_0x4aed90['model']['schema'];if(!_0x1654e2['isTouching'](_0x6e34d9)||!_0x1654e2['nodeAfter'])return;const _0x2917c1=_0x1654e2['nodeAfter'];if(_0x1bc8fe['isBlock'](_0x2917c1)&&!_0x1bc8fe['isLimit'](_0x2917c1)&&_0x1bc8fe['checkChild'](_0x2917c1,'$text')){if(!_0x5550f4['consumable']['consume'](_0x1133b3['markerRange'],_0x46f4ab['name']))return;const {authorId:_0x2ca247}=_0xce7c13['_splitMarkerName'](_0x1133b3['markerName']),_0xba5dce=_0x5550f4['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x2ca247}),_0x5730db=_0x5550f4['mapper']['toViewPosition'](_0x6e34d9);_0x32811f&&_0xce7c13['activeMarkers']['includes'](_0x1133b3['markerName'])&&_0x5550f4['writer']['addClass']('ck-suggestion-marker--active',_0xba5dce),_0x5550f4['writer']['insert'](_0x5730db,_0xba5dce),_0x5550f4['mapper']['bindElementToMarker'](_0xba5dce,_0x1133b3['markerName']);}};}class jt extends _0xc831a5{['afterInit'](){const _0x5e3924=this['editor'];_0x5e3924['commands']['get']('replaceSource')&&_0x5e3924['plugins']['get']('TrackChangesEditing')['enableCommand']('replaceSource');}}class St extends _0xc831a5{['afterInit'](){const _0x398a71=this['editor'];if(!_0x398a71['plugins']['has']('RemoveFormatEditing'))return;_0x398a71['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1bde06=this['editor'];_0x1bde06['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x656ab0=>{if('formatBlock'!=_0x656ab0['type']&&'formatInline'!=_0x656ab0['type'])return;const {data:_0x25fa31}=_0x656ab0;return _0x25fa31&&'removeFormat'==_0x25fa31['commandName']?{'type':'format','content':c(_0x1bde06['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class At extends _0xc831a5{['afterInit'](){const _0x39754b=this['editor'];if(!_0x39754b['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x485dec=_0x39754b['plugins']['get']('TrackChangesEditing');_0x485dec['enableCommand']('goToPreviousRestrictedEditingException'),_0x485dec['enableCommand']('goToNextRestrictedEditingException');const _0x57ce05=_0x39754b['plugins']['get']('RestrictedEditingModeEditing');_0x57ce05['enableCommand']('trackChanges'),_0x57ce05['enableCommand']('acceptSuggestion'),_0x57ce05['enableCommand']('discardSuggestion'),_0x57ce05['enableCommand']('acceptAllSuggestions'),_0x57ce05['enableCommand']('discardAllSuggestions'),_0x57ce05['enableCommand']('acceptSelectedSuggestions'),_0x57ce05['enableCommand']('discardSelectedSuggestions');}}class It extends _0xc831a5{static get['requires'](){return[_0x3a1a43];}['init'](){const _0x53856e=this['editor'],_0x368779=_0x53856e['plugins']['get']('TrackChangesEditing');_0x368779['enableCommand']('shiftEnter'),_0x53856e['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',je(_0x53856e),{'priority':'high'}),_0x53856e['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',je(_0x53856e),{'priority':'high'}),_0x53856e['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x475c14,_0x36c67c,_0x363002)=>{_0x363002['options']['showSuggestionHighlights']&&je(_0x53856e,{'showActiveMarker':!0x1})(_0x475c14,_0x36c67c,_0x363002);}),_0x368779['descriptionFactory']['registerElementLabel']('softBreak',_0x5a0d30=>c(_0x53856e['locale'],'ELEMENT_LINE_BREAK',_0x5a0d30));}}function je(_0x56e18d,{showActiveMarker:_0x5e0b90=!0x0}={}){return(_0x574a9d,_0x44bf9e,_0x396b48)=>{const _0x22cd44=_0x56e18d['plugins']['get']('TrackChangesEditing');if(!_0x396b48['consumable']['test'](_0x44bf9e['markerRange'],_0x574a9d['name']))return;const _0x423b4d=_0x56e18d['model'];for(const _0x558a06 of _0x44bf9e['markerRange']['getItems']()){if(!_0x558a06['is']('element','softBreak'))continue;const _0x3245f0='deletion'==_0x44bf9e['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x2968e7}=_0x22cd44['_splitMarkerName'](_0x44bf9e['markerName']),_0x377f48=_0x396b48['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x3245f0,'data-author-id':_0x2968e7}),_0x2e76e1=_0x396b48['mapper']['toViewPosition'](_0x423b4d['createPositionBefore'](_0x558a06));_0x5e0b90&&_0x22cd44['activeMarkers']['includes'](_0x44bf9e['markerName'])&&_0x396b48['writer']['addClass']('ck-suggestion-marker--active',_0x377f48),_0x396b48['writer']['insert'](_0x2e76e1,_0x377f48),_0x396b48['mapper']['bindElementToMarker'](_0x377f48,_0x44bf9e['markerName']);}};}class _t extends _0xc831a5{['afterInit'](){const _0x4aedde=this['editor'],_0xf985fb=_0x4aedde['model'],_0x42821e=_0x4aedde['locale'];if(!_0x4aedde['plugins']['has']('StandardEditingModeEditing'))return;const _0x249c65=_0x4aedde['plugins']['get']('TrackChangesEditing'),_0x3f4834='restrictedEditingException',_0x4c151f=_0x4aedde['commands']['get'](_0x3f4834);_0x249c65['enableCommand'](_0x3f4834,(_0x49e368,_0x47af08={})=>{const _0x5b670c=_0xf985fb['document']['selection'];if(_0x5b670c['isCollapsed'])return void _0x49e368(_0x47af08);const _0x1da09f=void 0x0!==_0x47af08['forceValue']?_0x47af08['forceValue']:!_0x4c151f['value'];_0xf985fb['change'](()=>{const _0xcf81d8=Array['from'](_0x5b670c['getRanges']());for(const _0x567eda of _0xcf81d8){const _0x2197f1=_0x1da09f?[_0x567eda]:io(_0x3f4834,_0x567eda,_0xf985fb);for(const _0x5a43ae of _0x2197f1)_0x249c65['markInlineFormat'](_0x5a43ae,{'commandName':_0x3f4834,'commandParams':[{'forceValue':_0x1da09f}]});}});}),_0x249c65['descriptionFactory']['registerDescriptionCallback'](_0x60e323=>{if('formatBlock'!=_0x60e323['type']&&'formatInline'!=_0x60e323['type'])return;const {data:_0x583d03}=_0x60e323;return _0x583d03&&_0x583d03['commandName']==_0x3f4834?_0x583d03['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x42821e,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':c(_0x42821e,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class vt extends _0xc831a5{['afterInit'](){const _0x986d78=this['editor'];if(!_0x986d78['plugins']['has']('Style')||!_0x986d78['plugins']['has']('DataSchema'))return;const _0x309aa1=_0x986d78['plugins']['get']('TrackChangesEditing'),_0x5dd6ad=_0x986d78['locale'],_0x476d67=_0x986d78['config']['get']('style')||{},_0x351b23=_0x986d78['plugins']['get']('GeneralHtmlSupport'),_0x2f0b74=_0x986d78['plugins']['get']('StyleUtils')['normalizeConfig'](_0x986d78['plugins']['get']('DataSchema'),_0x476d67['definitions']);_0x309aa1['enableDefaultAttributesIntegration']('style');const _0x72613a=new Set();for(const _0x79f890 of _0x2f0b74['block']){const _0x4f172c=_0x351b23['getGhsAttributeNameForElement'](_0x79f890['element']);_0x72613a['add'](_0x4f172c);}const _0x20caf5=new Set();for(const _0xd90f22 of _0x2f0b74['inline']){const _0x3b787c=_0x351b23['getGhsAttributeNameForElement'](_0xd90f22['element']);_0x20caf5['add'](_0x3b787c);for(const _0x1736aa of _0xd90f22['ghsAttributes'])_0x20caf5['add'](_0x1736aa);}for(const _0x2ea919 of _0x72613a)_0x309aa1['registerBlockAttribute'](_0x2ea919),_0x309aa1['descriptionFactory']['registerAttributeLabel'](_0x2ea919,c(_0x5dd6ad,'FORMAT_STYLE'));for(const _0x1bb52c of _0x20caf5)_0x309aa1['registerInlineAttribute'](_0x1bb52c),_0x309aa1['descriptionFactory']['registerAttributeLabel'](_0x1bb52c,c(_0x5dd6ad,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x796eaf=this['editor'],_0x690a30=_0x796eaf['locale'];_0x796eaf['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3dbcc6=>{if('formatBlock'!=_0x3dbcc6['type']&&'formatInline'!=_0x3dbcc6['type'])return;const {data:_0x4af134}=_0x3dbcc6;return _0x4af134&&'style'===_0x4af134['commandName']?_0x4af134['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x690a30,'*Set\x20format:*\x20%0',_0x4af134['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':c(_0x690a30,'*Remove\x20format:*\x20%0',_0x4af134['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class Ct extends _0xc831a5{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x2c6039){super(_0x2c6039),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x22c7ee=this['editor'],_0x38425f=_0x22c7ee['model']['document']['selection'];if(!_0x22c7ee['plugins']['has']('TableEditing'))return;const _0x4b7818=_0x22c7ee['locale'],_0x23b0dd=_0x22c7ee['plugins']['get']('TrackChangesEditing'),_0x48bd1c=_0x22c7ee['plugins']['get']('TableUtils');_0x23b0dd['descriptionFactory']['registerElementLabel']('table',_0x64acd=>c(_0x4b7818,'ELEMENT_TABLE',_0x64acd)),this['_setupColumnsRowsFixing'](),_0x23b0dd['enableCommand']('insertTable'),_0x23b0dd['enableCommand']('selectTableRow'),_0x23b0dd['enableCommand']('selectTableColumn');for(const _0xffb733 of['insertTableRowAbove','insertTableRowBelow']){const _0x58f282=_0x22c7ee['commands']['get'](_0xffb733);_0x23b0dd['enableCommand'](_0xffb733,_0x1896e2=>{_0x22c7ee['model']['change'](_0x16f8d8=>{_0x1896e2();const _0x109055='above'===_0x58f282['order'],_0x17bc8c=_0x48bd1c['getSelectionAffectedTableCells'](_0x38425f),_0x1c05f6=_0x48bd1c['getRowIndexes'](_0x17bc8c),_0x4cbf39=_0x109055?_0x1c05f6['first']-0x1:_0x1c05f6['last']+0x1,_0x215435=_0x17bc8c[0x0]['findAncestor']('table'),_0x346e12=_0x48bd1c['createTableWalker'](_0x215435,{'startRow':_0x4cbf39,'endRow':_0x4cbf39}),_0x58148d=Array['from'](_0x346e12)['map'](_0x31f4c9=>_0x16f8d8['createRangeOn'](_0x31f4c9['cell']));_0x23b0dd['markMultiRangeInsertion'](_0x58148d,'tableRow');});});}for(const _0x4db44c of['insertTableColumnLeft','insertTableColumnRight']){const _0x1fa926=_0x22c7ee['commands']['get'](_0x4db44c);_0x23b0dd['enableCommand'](_0x4db44c,_0x152fab=>{_0x22c7ee['model']['change'](_0x16698f=>{_0x152fab();const _0x56df76='left'===_0x1fa926['order'],_0x516c71=_0x48bd1c['getSelectionAffectedTableCells'](_0x38425f),_0x5ce26a=_0x48bd1c['getColumnIndexes'](_0x516c71),_0xf40628=_0x56df76?_0x5ce26a['first']-0x1:_0x5ce26a['last']+0x1,_0xdddab4=_0x516c71[0x0]['findAncestor']('table'),_0x3a22c6=_0x48bd1c['createTableWalker'](_0xdddab4,{'startRow':0x0,'column':_0xf40628,'includeAllSlots':!0x1}),_0x408a9c=Array['from'](_0x3a22c6)['map'](_0xc78b6c=>_0x16698f['createRangeOn'](_0xc78b6c['cell']));_0x23b0dd['markMultiRangeInsertion'](_0x408a9c,'tableColumn');});});}for(const _0x5e40e4 of['removeTableRow','removeTableColumn']){const _0x50e25c=_0x5e40e4['substr'](0xb),_0xa7dc7c=_0x50e25c['toLowerCase'](),_0x4c0953=_0xa7dc7c['substr'](0x0,0x3)+'span',_0x36c6ce='table'+_0x50e25c,_0x2215ea='min'+_0x50e25c,_0x1bd1e8='max'+_0x50e25c;_0x23b0dd['enableCommand'](_0x5e40e4,()=>{_0x22c7ee['model']['change'](_0x260b29=>{const _0x3235ee=_0x48bd1c['getSelectionAffectedTableCells'](_0x38425f),_0x345f83=_0x3235ee[0x0]['findAncestor']('table');let _0x19d5cb;if('removeTableRow'==_0x5e40e4){const _0x340469=_0x48bd1c['getRowIndexes'](_0x3235ee);_0x19d5cb={'startRow':_0x340469['first'],'endRow':_0x340469['last'],'includeAllSlots':!0x0};}else{const _0x458765=_0x48bd1c['getColumnIndexes'](_0x3235ee);_0x19d5cb={'startColumn':_0x458765['first'],'endColumn':_0x458765['last'],'includeAllSlots':!0x0};}const _0x387753=_0x48bd1c['createTableWalker'](_0x345f83,_0x19d5cb),_0x461c6e=Array['from'](_0x387753)['map'](({cell:_0x5189c9})=>_0x5189c9),_0x4353f9=Ne(_0x461c6e['filter'](_0x2b8d22=>_0x2b8d22['hasAttribute'](_0x4c0953))),_0x1e0947=Ne(_0x461c6e['filter'](_0x30ad8c=>!_0x30ad8c['hasAttribute'](_0x4c0953)))['map'](_0x1bd1d9=>_0x260b29['createRangeOn'](_0x1bd1d9)),_0x25723b=_0x23b0dd['markMultiRangeDeletion'](_0x1e0947,_0x36c6ce);if(_0x25723b&&('tableRow'==_0x25723b['subType']||'tableColumn'==_0x25723b['subType'])){const _0x5779ed=this['_getSuggestionCoords'](_0x25723b);for(const _0x201ffd of _0x4353f9){const _0x55aad1=_0x260b29['createRangeOn'](_0x201ffd),_0x68205a=_0x48bd1c['getCellLocation'](_0x201ffd),_0x269d74=_0x201ffd['getAttribute'](_0x4c0953)-0x1,_0x45bfaf=_0x5779ed[_0x2215ea],_0x4e1ed0=_0x5779ed[_0x1bd1e8];_0x45bfaf<=_0x68205a[_0xa7dc7c]&&_0x68205a[_0xa7dc7c]+_0x269d74<=_0x4e1ed0&&_0x25723b['addRange'](_0x55aad1);}}});});}function _0x10daea(_0x39f89f){const _0x2ee664=Array['from'](_0x38425f['getRanges']())['map'](_0xe4261b=>_0x1a0cce['fromRange'](_0xe4261b));_0x22c7ee['model']['change'](_0x46982f=>{const _0x4ae295=_0x46982f['batch'];_0x39f89f=_0x39f89f['filter'](_0x736533=>'$graveyard'!=_0x736533['root']['rootName']),_0x46982f['setSelection'](_0x39f89f),_0x22c7ee['commands']['get']('removeTableRow')['refresh'](),_0x22c7ee['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x22c7ee['model']['enqueueChange'](()=>{_0x22c7ee['model']['enqueueChange'](_0x4ae295,_0x2be146=>{const _0x2769d2=_0x2ee664['filter'](_0x30f0fc=>'$graveyard'!=_0x30f0fc['root']['rootName']);_0x2769d2['length']>0x0&&_0x2be146['setSelection'](_0x2769d2);for(const _0x21172c of _0x2ee664)_0x21172c['detach']();});});});}function _0x443914(_0x3023db){_0x22c7ee['model']['change'](_0x2ad5ce=>{const _0x2cbd4a=Array['from'](_0x38425f['getRanges']())['map'](_0x2f78cf=>_0x1a0cce['fromRange'](_0x2f78cf)),_0x2e1f98=[];for(const _0x411b12 of _0x3023db)for(const _0x307026 of _0x411b12['getItems']({'shallow':!0x0}))_0x2e1f98['push'](_0x307026);for(const _0x5c067d of _0x2e1f98)'$graveyard'!=_0x5c067d['root']['rootName']&&(_0x2ad5ce['setSelection'](_0x2ad5ce['createPositionAt'](_0x5c067d,0x0)),_0x22c7ee['commands']['get']('removeTableColumn')['refresh'](),_0x22c7ee['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x5df3e2=_0x2cbd4a['filter'](_0xa84b90=>'$graveyard'!=_0xa84b90['root']['rootName']);_0x5df3e2['length']>0x0&&_0x2ad5ce['setSelection'](_0x5df3e2);for(const _0x55a7b7 of _0x2cbd4a)_0x55a7b7['detach']();});}function _0x21a39f(_0x5d2730,_0x4979d1){return _0x4979d1['every'](_0x149257=>_0x5d2730['some'](_0x21523f=>_0x21523f['end']['isEqual'](_0x149257['start'])||_0x149257['end']['isEqual'](_0x21523f['start'])));}function _0x54775c(_0x41f4a6,_0x31a08e){return!_0x41f4a6['some'](_0x30a540=>_0x31a08e['some'](_0x4111af=>_0x30a540['isIntersecting'](_0x4111af)))&&_0x41f4a6['some'](_0x4b7f17=>_0x31a08e['some'](_0x56f3f5=>_0x4b7f17['end']['isTouching'](_0x56f3f5['start'])));}_0x22c7ee['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x1944ff,_0x485be6,_0x5d62ae)=>{if(!_0x5d62ae['options']['showSuggestionHighlights'])return;const _0x5cabe2=_0x485be6['item'];if(!_0x5cabe2)return;const _0x42ac4b=_0x5d62ae['mapper']['toViewElement'](_0x5cabe2);function _0x23af9e(_0x3aee6f){return Array['isArray'](_0x3aee6f)?_0x3aee6f:[_0x3aee6f];}_0x42ac4b&&'tableCell'===_0x5cabe2['name']&&_0x1d974c(_0x42ac4b,_0x5d62ae['writer'],(_0x7bce04,_0x43efd4,_0x27c200)=>_0x27c200['addClass'](_0x23af9e(_0x43efd4['classes']),_0x7bce04),(_0x260fa1,_0x4c6b44,_0x406934)=>_0x406934['removeClass'](_0x23af9e(_0x4c6b44['classes']),_0x260fa1));},{'priority':'highest'}),_0x23b0dd['descriptionFactory']['registerDescriptionCallback'](_0x54aab8=>{if('insertion'!=_0x54aab8['type']&&'deletion'!=_0x54aab8['type'])return;const _0x53ab6a=_0x54aab8['getContainedElement']();if(null!=_0x53ab6a&&_0x53ab6a['is']('element','table')){if('insertion'==_0x54aab8['type']){const _0x1f0054=_0x54aab8['getItems']()['filter'](_0x7e99d8=>_0x7e99d8['is']('$textProxy'))['map'](_0x3ffae8=>_0x3ffae8['data']);if(_0x1f0054['length'])return{'type':'insertion','content':c(_0x4b7818,'*Insert:*\x20%0',c(_0x4b7818,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x1f0054['join']('\x20')+'\x22'))};}if('deletion'==_0x54aab8['type']){const _0x297c12=_0x54aab8['getItems']()['filter'](_0x16283e=>_0x16283e['is']('$textProxy'))['map'](_0x4faf1d=>_0x4faf1d['data']);if(_0x297c12['length'])return{'type':'deletion','content':c(_0x4b7818,'*Remove:*\x20%0',c(_0x4b7818,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x297c12['join']('\x20')+'\x22'))};}}}),_0x23b0dd['descriptionFactory']['registerDescriptionCallback'](_0x1c2154=>{if('tableRow'==_0x1c2154['subType']){const _0x227b76=_0x1c2154['getItems']()['filter'](_0x4ae780=>_0x4ae780['is']('$textProxy'))['map'](_0x255ad3=>_0x255ad3['data']),_0x5490b6=this['_getSuggestionCoords'](_0x1c2154),_0x59a9b7=_0x5490b6['maxRow']-_0x5490b6['minRow']+0x1;if('insertion'==_0x1c2154['type'])return _0x227b76['length']?{'type':'insertion','content':c(_0x4b7818,'*Insert:*\x20%0',c(_0x4b7818,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x59a9b7,'\x22'+_0x227b76['join']('\x20')+'\x22']))}:{'type':'insertion','content':c(_0x4b7818,'*Insert:*\x20%0',c(_0x4b7818,'ELEMENT_TABLE_ROW',_0x59a9b7))};if('deletion'==_0x1c2154['type'])return _0x227b76['length']?{'type':'deletion','content':c(_0x4b7818,'*Remove:*\x20%0',c(_0x4b7818,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x59a9b7,'\x22'+_0x227b76['join']('\x20')+'\x22']))}:{'type':'deletion','content':c(_0x4b7818,'*Remove:*\x20%0',c(_0x4b7818,'ELEMENT_TABLE_ROW',_0x59a9b7))};}if('tableColumn'==_0x1c2154['subType']){const _0x448af5=_0x1c2154['getItems']()['filter'](_0x20b6a6=>_0x20b6a6['is']('$textProxy'))['map'](_0x502776=>_0x502776['data']),_0x3bcf56=this['_getSuggestionCoords'](_0x1c2154),_0x2830d5=_0x3bcf56['maxColumn']-_0x3bcf56['minColumn']+0x1;if('insertion'==_0x1c2154['type'])return _0x448af5['length']?{'type':'insertion','content':c(_0x4b7818,'*Insert:*\x20%0',c(_0x4b7818,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x2830d5,'\x22'+_0x448af5['join']('\x20')+'\x22']))}:{'type':'insertion','content':c(_0x4b7818,'*Insert:*\x20%0',c(_0x4b7818,'ELEMENT_TABLE_COLUMN',_0x2830d5))};if('deletion'==_0x1c2154['type'])return _0x448af5['length']?{'type':'deletion','content':c(_0x4b7818,'*Remove:*\x20%0',c(_0x4b7818,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x2830d5,'\x22'+_0x448af5['join']('\x20')+'\x22']))}:{'type':'deletion','content':c(_0x4b7818,'*Remove:*\x20%0',c(_0x4b7818,'ELEMENT_TABLE_COLUMN',_0x2830d5))};}}),_0x23b0dd['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x10daea),_0x23b0dd['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x10daea),_0x23b0dd['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x443914),_0x23b0dd['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x443914),_0x23b0dd['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x21a39f),_0x23b0dd['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x21a39f),_0x23b0dd['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x54775c),_0x23b0dd['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x54775c);}['_acceptFormatSuggestionCallbackFactory'](){const _0x10023c=this['editor'],_0x361440=_0x10023c['model']['document']['selection'];return(_0x1bd368,_0x164541)=>{_0x10023c['model']['change'](_0x122f19=>{const {commandName:_0x43bea9,commandParams:_0x2182eb}=_0x164541;let _0x29a8a0=_0x1bd368[0x0]['end']['nodeBefore'];_0x2182eb&&_0x2182eb[0x0]&&!0x1===_0x2182eb[0x0]['forceValue']&&(_0x29a8a0=_0x1bd368[0x0]['start']['nodeAfter']);const _0x5af775=_0x122f19['createRangeIn'](_0x29a8a0);if('$graveyard'==_0x5af775['root']['rootName'])return;const _0x3979a3=Array['from'](_0x361440['getRanges']())['map'](_0x27b6f4=>_0x1a0cce['fromRange'](_0x27b6f4));_0x122f19['setSelection'](_0x5af775),_0x10023c['commands']['get'](_0x43bea9)['refresh'](),_0x2182eb['push']({'forceDefaultExecution':!0x0}),_0x10023c['execute'](_0x43bea9,..._0x2182eb);const _0x51d4b1=_0x3979a3['filter'](_0x5aa778=>'$graveyard'!=_0x5aa778['root']['rootName']);_0x51d4b1['length']>0x0&&_0x122f19['setSelection'](_0x51d4b1);for(const _0xca5f32 of _0x3979a3)_0xca5f32['detach']();});};}['_getCoordsForCells'](_0x3af45d){const _0x2329d8=this['editor']['plugins']['get']('TableUtils');let _0x4cc178=Number['MAX_SAFE_INTEGER'],_0x56e5b6=Number['MIN_SAFE_INTEGER'],_0xa7cc0c=Number['MAX_SAFE_INTEGER'],_0x9c2c88=Number['MIN_SAFE_INTEGER'];for(const _0x35c479 of _0x3af45d){if('$graveyard'==_0x35c479['root']['rootName'])continue;const {row:_0x20ede5,column:_0x11a236}=_0x2329d8['getCellLocation'](_0x35c479),_0x146432=_0x35c479['hasAttribute']('rowspan')?_0x35c479['getAttribute']('rowspan')-0x1:0x0,_0x1195a4=_0x35c479['hasAttribute']('colspan')?_0x35c479['getAttribute']('colspan')-0x1:0x0;_0x4cc178=_0x20ede5<_0x4cc178?_0x20ede5:_0x4cc178,_0x56e5b6=_0x20ede5+_0x146432>_0x56e5b6?_0x20ede5+_0x146432:_0x56e5b6,_0xa7cc0c=_0x11a236<_0xa7cc0c?_0x11a236:_0xa7cc0c,_0x9c2c88=_0x11a236+_0x1195a4>_0x9c2c88?_0x11a236+_0x1195a4:_0x9c2c88;}return{'minRow':_0x4cc178,'maxRow':_0x56e5b6,'minColumn':_0xa7cc0c,'maxColumn':_0x9c2c88};}['_setupColumnsRowsFixing'](){const _0x14a32d=this['editor'],_0xa6fdc7=_0x14a32d['plugins']['get']('TrackChangesEditing'),_0x5a9d2f=_0x14a32d['plugins']['get']('TableUtils');_0x14a32d['model']['document']['on']('change:data',()=>{const _0x2c87e6=Array['from'](_0x14a32d['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x212a04,data:_0x1ec803}of _0x2c87e6){const {group:_0x3df900,id:_0x2dac6a,subType:_0xf0bfe2}=_0xa6fdc7['_splitMarkerName'](_0x212a04);if('suggestion'!=_0x3df900)continue;if(null!=_0x1ec803['oldRange'])continue;const _0x5870d2=_0xa6fdc7['getSuggestion'](_0x2dac6a);this['_tablePostFixingSubtypes']['includes'](_0xf0bfe2)&&this['_tableSuggestions']['add'](_0x5870d2);}},{'priority':'low'});const _0x1eca36=(_0x4d0aca,_0x2d9796)=>{let _0x580103=!0x1;const _0x1a891a=_0x2d9796['createRangeOn'](_0x4d0aca),_0xa255f7=_0x4d0aca['findAncestor']('table'),_0x44437e=_0x5a9d2f['getCellLocation'](_0x4d0aca);for(const _0x51f1be of this['_tableSuggestions']){const _0x341032=_0x51f1be['subType'],_0x1de5b0=_0x341032['startsWith']('tablePaste'),_0x227fc9=_0x341032['substr'](_0x1de5b0?0xa:0x5),_0x16596e=_0x227fc9['toLowerCase'](),_0x25e3a0=_0x16596e['substr'](0x0,0x3)+'span',_0x1e94e6='min'+_0x227fc9,_0x52b621='max'+_0x227fc9;if(!_0x51f1be['isInContent'])continue;if(_0xa255f7!=_0x51f1be['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x51f1be['isIntersectingWithRange'](_0x1a891a))continue;const _0x506678=_0x4d0aca['hasAttribute'](_0x25e3a0)?_0x4d0aca['getAttribute'](_0x25e3a0)-0x1:0x0,_0x4e3614=this['_getSuggestionCoords'](_0x51f1be),_0x5aa451=_0x4e3614[_0x1e94e6],_0x309710=_0x4e3614[_0x52b621];_0x5aa451<=_0x44437e[_0x16596e]&&_0x44437e[_0x16596e]+_0x506678<=_0x309710&&(_0x51f1be['addRange'](_0x1a891a),_0x580103=!0x0);}return _0x580103;};_0x14a32d['model']['document']['registerPostFixer'](_0x4d638b=>{let _0x437b2c=!0x1;for(const _0x4bfbee of _0x14a32d['model']['document']['differ']['getChanges']())if('insert'==_0x4bfbee['type']){if('tableRow'==_0x4bfbee['name']){for(const _0xbf4744 of _0x4bfbee['position']['nodeAfter']['getChildren']())_0x437b2c=_0x437b2c||_0x1eca36(_0xbf4744,_0x4d638b);}else'tableCell'==_0x4bfbee['name']&&(_0x437b2c=_0x437b2c||_0x1eca36(_0x4bfbee['position']['nodeAfter'],_0x4d638b));}return _0x437b2c;});}['_getSuggestionCoords'](_0xa91322){return this['_getCoordsForCells'](_0xa91322['getRanges']()['map'](_0x5dd6dd=>_0x5dd6dd['start']['nodeAfter']));}}function Ne(_0x5dbf6c){return Array['from'](new Set(_0x5dbf6c)['values']());}class Nt extends _0xc831a5{static get['requires'](){return[Ct];}['afterInit'](){const _0x3e601b=this['editor'],_0x2981d6=_0x3e601b['model']['document']['selection'],_0x5de0ab=_0x3e601b['locale'];if(!_0x3e601b['plugins']['has']('TableEditing'))return;const _0x1aca34=_0x3e601b['plugins']['get']('TrackChangesEditing'),_0x14c4ab=_0x3e601b['plugins']['get']('TableUtils'),_0x248656=_0x3e601b['plugins']['get'](Ct);_0x248656['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x1aca34['enableCommand']('mergeTableCells',()=>{const _0x5bf40a=_0x14c4ab['getSelectionAffectedTableCells'](_0x3e601b['model']['document']['selection']);_0x3e601b['model']['change'](()=>{_0x1aca34['markMultiRangeBlockFormat'](_0x5bf40a,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x3e601b['commands']['get']('mergeTableCells')['on']('execute',(_0xe03b2e,_0x13829c)=>{_0x3e601b['commands']['get']('trackChanges')['value']&&(_0x13829c['length']>0x0&&_0x13829c[_0x13829c['length']-0x1]&&_0x13829c[_0x13829c['length']-0x1]['forceDefaultExecution']||_0x1aca34['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0xe03b2e['stop']());},{'priority':'highest'});for(const _0x1221ce of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x4b997c=_0x3e601b['commands']['get'](_0x1221ce);_0x1aca34['enableCommand'](_0x1221ce,()=>{const _0x19387b=_0x3e601b['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x592e85=>_0x592e85['is']('element','tableCell')),_0x5a6bdd=_0x4b997c['value'];_0x3e601b['model']['change'](()=>{_0x1aca34['markMultiRangeBlockFormat']([_0x19387b,_0x5a6bdd],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x184b2f of['splitTableCellVertically','splitTableCellHorizontally']){const _0x243ffd=_0x3e601b['commands']['get'](_0x184b2f);_0x1aca34['enableCommand'](_0x184b2f,()=>{const _0x1b0992=_0x14c4ab['getSelectionAffectedTableCells'](_0x3e601b['model']['document']['selection'])[0x0],_0x13b723=_0x1b0992['findAncestor']('table'),{column:_0x17427b,row:_0x13241c}=_0x14c4ab['getCellLocation'](_0x1b0992);let _0x422125=[];if('horizontally'==_0x243ffd['direction']){const _0x3d9cc5=_0x14c4ab['createTableWalker'](_0x13b723,{'startRow':_0x13241c,'endRow':_0x13241c,'includeAllSlots':!0x0});_0x422125=Array['from'](_0x3d9cc5)['map'](_0x10978d=>_0x10978d['cell']);}else{const _0x5bbd28=_0x14c4ab['createTableWalker'](_0x13b723,{'column':_0x17427b,'includeAllSlots':!0x0});_0x422125=Array['from'](_0x5bbd28)['map'](_0xd447bd=>_0xd447bd['cell']);}_0x3e601b['model']['change'](_0x5746a4=>{_0x1aca34['markBlockFormat'](_0x5746a4['createRangeOn'](_0x1b0992),{'commandName':_0x184b2f,'commandParams':[]},_0x422125,_0x184b2f);});});}_0x1aca34['descriptionFactory']['registerDescriptionCallback'](_0x5b36ac=>{if('formatBlock'!=_0x5b36ac['type']&&'formatInline'!=_0x5b36ac['type'])return;const {data:_0x310fec}=_0x5b36ac;return _0x310fec&&'mergeTableCells'==_0x310fec['commandName']?{'type':'format','content':c(_0x5de0ab,'*Merge\x20cells*')}:void 0x0;}),_0x1aca34['descriptionFactory']['registerDescriptionCallback'](_0x2d8e57=>{if('formatBlock'!=_0x2d8e57['type']&&'formatInline'!=_0x2d8e57['type'])return;const {data:_0x1d870d}=_0x2d8e57;return _0x1d870d?'splitTableCellVertically'==_0x1d870d['commandName']?{'type':'format','content':c(_0x5de0ab,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x1d870d['commandName']?{'type':'format','content':c(_0x5de0ab,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x11517a=_0x248656['_acceptFormatSuggestionCallbackFactory']();for(const _0x2ba6df of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x1aca34['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x2ba6df,'accept',_0x11517a);for(const _0x4401bd of['splitTableCellVertically','splitTableCellHorizontally'])_0x1aca34['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4401bd,'accept',_0x11517a);_0x1aca34['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x42a3a1=>{_0x3e601b['model']['change'](_0x3b5414=>{const _0x96d067=Array['from'](_0x2981d6['getRanges']())['map'](_0x35695e=>_0x1a0cce['fromRange'](_0x35695e));_0x3b5414['setSelection'](_0x42a3a1),_0x3e601b['commands']['get']('mergeTableCells')['refresh'](),_0x3e601b['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x1f0c84=_0x96d067['filter'](_0x31831c=>'$graveyard'!=_0x31831c['root']['rootName']);_0x1f0c84['length']>0x0&&_0x3b5414['setSelection'](_0x1f0c84);for(const _0x4d1284 of _0x96d067)_0x4d1284['detach']();});});for(const _0x51fd28 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x52fcd7=_0x3e601b['commands']['get'](_0x51fd28);_0x52fcd7['on']('set:isEnabled',(_0x7af263,_0x5122c2,_0xeb072b)=>{if(_0xeb072b){const _0x312687=_0x3e601b['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x406a68=>_0x406a68['is']('element','tableCell'));this['_areMergableCells'](_0x52fcd7['value'],_0x312687)||(_0x7af263['return']=!0x1,_0x7af263['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x4380ce=this['editor']['commands']['get']('mergeTableCells'),_0x5d2d0f=this['editor']['plugins']['get']('TableUtils');if(!_0x4380ce['isEnabled'])return!0x1;const _0x53db0b=_0x5d2d0f['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x340137 of _0x53db0b)for(const _0xe1f62a of _0x53db0b)if(_0x340137!=_0xe1f62a&&!this['_areMergableCells'](_0x340137,_0xe1f62a))return!0x1;return!0x0;}['_areMergableCells'](_0x266338,_0x48882b){const _0x2aeceb=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4d5d26=this['editor']['model']['createRangeOn'](_0x266338),_0x228f2a=this['editor']['model']['createRangeOn'](_0x48882b),_0xfa7d8b=new Set(),_0x3bb9a4=new Set();for(const _0x51f9d1 of _0x2aeceb['getSuggestions']())if(('insertion'==_0x51f9d1['type']||'deletion'==_0x51f9d1['type']||'mergeTableCells'==_0x51f9d1['subType'])&&_0x51f9d1['isInContent']){for(const _0x44a937 of _0x51f9d1['getRanges']())_0x44a937['containsRange'](_0x4d5d26,!0x0)&&_0xfa7d8b['add'](_0x51f9d1['type']+':'+_0x51f9d1['author']['id']),_0x44a937['containsRange'](_0x228f2a,!0x0)&&_0x3bb9a4['add'](_0x51f9d1['type']+':'+_0x51f9d1['author']['id']);}if(_0xfa7d8b['size']!=_0x3bb9a4['size'])return!0x1;for(const _0x4cf97c of _0xfa7d8b)if(!_0x3bb9a4['has'](_0x4cf97c))return!0x1;return!0x0;}}class Dt extends _0xc831a5{static get['requires'](){return[Ct];}['afterInit'](){const _0x1ce23b=this['editor'];if(!_0x1ce23b['plugins']['has']('TableEditing'))return;const _0x838960=_0x1ce23b['locale'],_0x2fc082=_0x1ce23b['plugins']['get']('TrackChangesEditing');_0x2fc082['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x2fc082['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x2fc082['registerBlockAttribute']('headingRows'),_0x2fc082['registerBlockAttribute']('headingColumns'),_0x2fc082['descriptionFactory']['registerAttributeLabel']('headingRows',c(_0x838960,'FORMAT_HEADER_ROW')),_0x2fc082['descriptionFactory']['registerAttributeLabel']('headingColumns',c(_0x838960,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x173d50=this['editor']['plugins']['get']('TrackChangesEditing'),_0xd3b13c=this['editor']['plugins']['get']('TableUtils'),_0x2251a6=this['editor']['plugins']['get'](Ct)['_acceptFormatSuggestionCallbackFactory']();function _0x327954({showActiveMarker:_0x353ec6=!0x0,setDataAttribute:_0x593a24=!0x0}={}){return(_0x21814c,_0x4a28e7,_0x15114f)=>{const {type:_0x1443ce,id:_0x4bf912}=_0x173d50['_splitMarkerName'](_0x4a28e7['markerName']),_0x1f1dc7=_0x173d50['getSuggestion'](_0x4bf912),_0x4d2761=_0x1f1dc7['data'];if('formatBlock'!=_0x1f1dc7['type']||!_0x4d2761||'setTableColumnHeader'!=_0x4d2761['commandName'])return;if(_0x4a28e7['item'])return void _0x21814c['stop']();if(!_0x15114f['consumable']['consume'](_0x4a28e7['markerRange'],_0x21814c['name']))return;const _0xe5e701=_0x4a28e7['markerRange']['start']['nodeAfter'],_0x41cc1b=_0x4a28e7['markerRange']['end']['nodeBefore'],_0x157f41=_0xe5e701['parent']['parent'],{column:_0x538616}=_0xd3b13c['getCellLocation'](_0xe5e701),{column:_0x1e5c02}=_0xd3b13c['getCellLocation'](_0x41cc1b);for(let _0x41f156=_0x538616;_0x41f156<=_0x1e5c02;_0x41f156++){const _0x520872=_0xd3b13c['createTableWalker'](_0x157f41,{'column':_0x41f156,'includeAllSlots':!0x1});for(const _0x4f25d6 of _0x520872){const _0x2d4464=_0x4f25d6['cell'],_0x459ecc=_0x15114f['mapper']['toViewElement'](_0x2d4464);_0x15114f['writer']['addClass']('ck-suggestion-marker-'+_0x1443ce,_0x459ecc),_0x593a24&&_0x15114f['writer']['setAttribute']('data-suggestion',_0x4bf912,_0x459ecc),_0x15114f['mapper']['bindElementToMarker'](_0x459ecc,_0x4a28e7['markerName']),_0x353ec6&&(_0x173d50['activeMarkers']['includes'](_0x4a28e7['markerName'])?_0x15114f['writer']['addClass']('ck-suggestion-marker--active',_0x459ecc):_0x15114f['writer']['removeClass']('ck-suggestion-marker--active',_0x459ecc));}}};}_0x173d50['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x2251a6),_0x173d50['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x2251a6),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x327954(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x5cd39d,_0x15cc25,_0x3f5e16)=>{_0x3f5e16['options']['showSuggestionHighlights']&&_0x327954({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x5cd39d,_0x15cc25,_0x3f5e16);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x329634,_0x2b193a,_0x390b07)=>{const {type:_0x5cbfd9,id:_0x2ea210}=_0x173d50['_splitMarkerName'](_0x2b193a['markerName']),_0x177dde=_0x173d50['getSuggestion'](_0x2ea210),_0x9dd280=_0x177dde['data'];if('formatBlock'!=_0x177dde['type']||!_0x9dd280||'setTableColumnHeader'!=_0x9dd280['commandName'])return;const _0x5bced4=_0x390b07['mapper']['markerNameToElements'](_0x2b193a['markerName']);if(_0x5bced4){for(const _0xc3d9e1 of _0x5bced4)_0x390b07['writer']['removeClass']('ck-suggestion-marker-'+_0x5cbfd9,_0xc3d9e1),_0x390b07['writer']['removeClass']('ck-suggestion-marker--active',_0xc3d9e1),_0x390b07['writer']['removeAttribute']('data-suggestion',_0xc3d9e1),_0x390b07['mapper']['unbindElementFromMarkerName'](_0xc3d9e1,_0x2b193a['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5187c0=this['editor'],_0x384a38=_0x5187c0['locale'];function _0x50255b(_0x5829e9){return{'type':'format','content':c(_0x384a38,'*Format:*\x20%0',_0x5829e9)};}_0x5187c0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x70c7a0=>{if('formatBlock'!=_0x70c7a0['type'])return;const {data:_0x19a8a7}=_0x70c7a0;if(_0x19a8a7){if('setTableRowHeader'==_0x19a8a7['commandName']){const _0x5a94fe=_0x19a8a7['commandParams'][0x0]['forceValue'];return _0x50255b(c(_0x384a38,_0x5a94fe?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x19a8a7['commandName']){const _0x175a67=_0x19a8a7['commandParams'][0x0]['forceValue'];return _0x50255b(c(_0x384a38,_0x175a67?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Be=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],xe=Object['fromEntries'](Be['map'](_0x19ba98=>[_0x19ba98,null]));class Mt extends _0xc831a5{static get['requires'](){return[Ct];}['afterInit'](){const _0x1671ce=this['editor'];if(!_0x1671ce['plugins']['has']('TableClipboard'))return;const _0x2264f8=_0x1671ce['plugins']['get']('TrackChangesEditing'),_0x1eef81=_0x1671ce['plugins']['get']('TableUtils'),_0x480415=_0x1671ce['plugins']['get'](Ct),_0x44de92=_0x1671ce['plugins']['get']('TableClipboard');_0x480415['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x1671ce['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x1671ce['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x3163=null;_0x1671ce['model']['on']('insertContent',(_0x488ef9,_0x1bd6f6)=>{const [_0x9a99f4,_0x501c96]=_0x1bd6f6,_0x49a227=_0x1bd6f6[_0x1bd6f6['length']-0x1];_0x49a227&&_0x49a227['forceDefaultExecution']||_0x2264f8['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x4641c6,_0x1cda1c,_0x3b7c95,_0x5ceba0,_0x35dbd6){if(_0x1cda1c&&!_0x1cda1c['is']('documentSelection'))return!0x1;const _0x3033d7=_0x35dbd6['getTableIfOnlyTableInContent'](_0x4641c6,_0x3b7c95);if(!_0x3033d7||!Ue(_0x3033d7,void 0x0,_0x5ceba0))return!0x1;const _0x983f99=_0x5ceba0['getSelectionAffectedTableCells'](_0x3b7c95['document']['selection']);if(!_0x983f99['length'])return!0x1;const _0x19dc04=_0x983f99[0x0]['findAncestor']('table'),_0x44d282=_0x5ceba0['getRowIndexes'](_0x983f99),_0x52884d=_0x5ceba0['getColumnIndexes'](_0x983f99),_0x4523ff={'startRow':_0x44d282['first'],'endRow':_0x44d282['last'],'startColumn':_0x52884d['first'],'endColumn':_0x52884d['last']};return 0x1==_0x983f99['length']&&(_0x4523ff['endRow']+=_0x5ceba0['getRows'](_0x3033d7)-0x1,_0x4523ff['endColumn']+=_0x5ceba0['getColumns'](_0x3033d7)-0x1),Ue(_0x19dc04,_0x4523ff,_0x5ceba0);}(_0x9a99f4,_0x501c96,_0x1671ce['model'],_0x1eef81,_0x44de92)&&(_0x488ef9['stop'](),_0x3163={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x1671ce['model']['change'](()=>{_0x1671ce['model']['insertContent'](_0x1bd6f6[0x0],_0x1bd6f6[0x1],_0x1bd6f6[0x2],{'forceDefaultExecution':!0x0});const _0x35f4ec=_0x18a796(),{rowInsertionRanges:_0x9ad0f8,columnInsertionRanges:_0x19408f,insertionRanges:_0xe7859c,deletionRanges:_0xa607d,cells:_0x1e1922}=_0x3163;_0x9ad0f8['length']&&_0x2264f8['markMultiRangeInsertion'](_0x9ad0f8,'tablePasteRow',{'tablePasteChainId':_0x35f4ec}),_0x19408f['length']&&_0x2264f8['markMultiRangeInsertion'](_0x19408f,'tablePasteColumn',{'tablePasteChainId':_0x35f4ec}),_0xe7859c['length']&&(_0x2264f8['markMultiRangeInsertion'](_0xe7859c,'tablePaste',{'tablePasteChainId':_0x35f4ec,'skipNestingCheck':!0x0}),_0xe7859c['forEach'](_0x3b0b56=>_0x3b0b56['detach']?.())),_0xa607d['length']&&(_0x2264f8['markMultiRangeDeletion'](_0xa607d,'tablePaste',{'tablePasteChainId':_0x35f4ec,'skipNestingCheck':!0x0}),_0xa607d['forEach'](_0x5ab0e5=>_0x5ab0e5['detach']?.()));const _0x31e7b0=_0x2264f8['markMultiRangeBlockFormat'](_0x1e1922['map'](({element:_0x2e7770})=>_0x2e7770),{'formatGroupId':_0x18a796()},[],'tablePasteCell',{'tablePasteChainId':_0x35f4ec});if(_0x31e7b0){const _0x25fa9a=_0x31e7b0['getMarkers'](),_0x4e55d3=[];for(const {element:_0x26d207,attributes:_0x634fa}of _0x1e1922){if(!_0x634fa)continue;const _0x36f8fb=_0x1671ce['model']['createRangeOn'](_0x26d207),_0x22e7cc=_0x25fa9a['find'](_0x582d9c=>_0x582d9c['getRange']()['isEqual'](_0x36f8fb));_0x22e7cc&&_0x4e55d3['push']([_0x22e7cc['name'],_0x634fa]);}_0x4e55d3['length']&&_0x31e7b0['setAttribute']('markerAttributes',Object['fromEntries'](_0x4e55d3));}_0x3163=null;}));},{'priority':_0x4055eb['high']+0xa}),_0x1671ce['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x21b0c5,_0xec6dc1)=>{const [_0x31827c,_0x3c0556,,_0x530fe3]=_0xec6dc1;if(!_0x3163)return;_0x21b0c5['stop']();const _0x411e42=_0x31827c['cell'],_0x2b2506=_0x3c0556,_0x10f0e5=Oe(_0x411e42),_0x5399b6=Oe(_0x2b2506);_0x21b0c5['return']=_0x411e42;let _0x38ebda=null,_0x8242d=null;if(_0x5399b6||_0x10f0e5){if(_0x10f0e5&&!_0x5399b6){_0x530fe3['remove'](_0x411e42['getChild'](0x0));for(const _0xc6bcc6 of Array['from'](_0x2b2506['getChildren']()))_0x530fe3['insert'](_0xc6bcc6,_0x411e42,'end');const _0x412bef=_0x3163['rowInsertionIndexes']['includes'](_0x31827c['row']),_0x202203=_0x3163['columnInsertionIndexes']['includes'](_0x31827c['column']);_0x412bef||_0x202203||(_0x38ebda=_0x1a0cce['fromRange'](_0x530fe3['createRangeIn'](_0x411e42)));}else _0x5399b6&&!_0x10f0e5&&(_0x8242d=_0x530fe3['createRangeIn'](_0x411e42));}else{const _0xccdbf0=_0x530fe3['createElement']('tableCellSuggestion'),_0x4bb2d8=_0x530fe3['createElement']('tableCellSuggestion');_0x530fe3['wrap'](_0x530fe3['createRangeIn'](_0x411e42),_0x4bb2d8),_0x530fe3['insert'](_0xccdbf0,_0x411e42,0x0);for(const _0x3df81a of Array['from'](_0x2b2506['getChildren']()))_0x530fe3['insert'](_0x3df81a,_0xccdbf0,'end');_0x38ebda=_0x1a0cce['fromRange'](_0x530fe3['createRangeOn'](_0xccdbf0)),_0x8242d=_0x1a0cce['fromRange'](_0x530fe3['createRangeOn'](_0x4bb2d8));}const _0x505e29=Array['from'](_0x2b2506['getAttributes']())['filter'](([_0x1ba8ee])=>Be['includes'](_0x1ba8ee));_0x3163['cells']['push']({'element':_0x411e42,'attributes':_0x505e29['length']?Object['fromEntries'](_0x505e29):null}),_0x38ebda&&_0x3163['insertionRanges']['push'](_0x38ebda),_0x8242d&&_0x3163['deletionRanges']['push'](_0x8242d);},{'priority':'high'}),_0x1eef81['on']('insertColumns',(_0xb18b7,_0xe0aa51)=>{const [_0x48d955,_0x1c8654={}]=_0xe0aa51;if(!_0x3163)return;const _0x45a0ae=_0x1c8654['at']||0x0,_0x3ae178=_0x1c8654['columns']||0x1;_0x3163['columnInsertionIndexes']=new Array(_0x3ae178)['fill'](_0x45a0ae)['map']((_0x4e8963,_0x23aca7)=>_0x4e8963+_0x23aca7);for(const {cell:_0x53e011}of _0x1eef81['createTableWalker'](_0x48d955,{'startColumn':_0x45a0ae,'endColumn':_0x45a0ae+_0x3ae178-0x1}))_0x3163['columnInsertionRanges']['push'](_0x1671ce['model']['createRangeOn'](_0x53e011));},{'priority':'low'}),_0x1eef81['on']('insertRows',(_0xf50567,_0x1d3d78)=>{const [_0x35eb48,_0x1cb83c={}]=_0x1d3d78;if(!_0x3163)return;const _0x558a3c=_0x1cb83c['at']||0x0,_0x31982c=_0x1cb83c['rows']||0x1;_0x3163['rowInsertionIndexes']=new Array(_0x31982c)['fill'](_0x558a3c)['map']((_0x4725fc,_0x469233)=>_0x4725fc+_0x469233);for(const {cell:_0x3a8c4c}of _0x1eef81['createTableWalker'](_0x35eb48,{'startRow':_0x558a3c,'endRow':_0x558a3c+_0x31982c-0x1}))_0x3163['rowInsertionRanges']['push'](_0x1671ce['model']['createRangeOn'](_0x3a8c4c));},{'priority':'low'}),_0x2264f8['descriptionFactory']['registerDescriptionCallback'](_0x5a4b87=>{if(_0x5a4b87['subType']&&_0x5a4b87['subType']['startsWith']('tablePaste'))return _0x5a4b87['previous']?{}:{'type':'insertion','content':c(_0x1671ce['locale'],'*Replace\x20table\x20cells*')};});const _0x4267f6=()=>!0x1;for(const _0x4505a2 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x2264f8['_suggestionFactory']['registerCustomCallback']('insertion',_0x4505a2,'join',_0x4267f6),_0x2264f8['_suggestionFactory']['registerCustomCallback']('deletion',_0x4505a2,'join',_0x4267f6),_0x2264f8['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4505a2,'join',_0x4267f6);_0x2264f8['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x4267f6),_0x2264f8['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x4f97d5,_0x55858c,_0x393f6e)=>{const _0x14e2bb=_0x4f97d5['map'](_0x471164=>_0x471164['getContainedElement']())['filter'](_0x54185f=>_0x54185f),_0x2a9eec=new Map(_0x14e2bb['map'](_0x35d723=>[_0x35d723,null]));if(_0x3163){for(const {element:_0x4ccd5e,attributes:_0x3c2322}of _0x3163['cells'])_0x3c2322&&_0x2a9eec['set'](_0x4ccd5e,_0x3c2322);}else{if(_0x393f6e&&_0x393f6e['markerAttributes'])for(const [_0x3eaff7,_0x23a6ce]of Object['entries'](_0x393f6e['markerAttributes'])){const _0x4a470c=_0x1671ce['model']['markers']['get'](_0x3eaff7),_0x283937=_0x4a470c?_0x4a470c['getRange']()['getContainedElement']():null;_0x283937&&_0x2a9eec['set'](_0x283937,_0x23a6ce);}}_0x1671ce['model']['change'](_0x302389=>{for(const [_0x1043f2,_0x38f0ae]of _0x2a9eec)_0x302389['setAttributes']({...xe,..._0x38f0ae},_0x1043f2);});});const _0x28145a=(_0xc60c09,_0x1fa471)=>{_0x2264f8['_suggestionFactory']['registerCustomCallback'](_0xc60c09,'tablePaste',_0x1fa471,(_0x11312f,_0x4ac958,_0x4f2512)=>{_0x1671ce['model']['change'](_0x42b7cb=>{const _0x41baa5=[];for(const _0x3c9b38 of _0x11312f){const _0x239779=_0x3c9b38['start']['nodeAfter'];_0x239779['is']('element','tableCellSuggestion')&&_0x41baa5['push'](_0x239779);}_0x2264f8['_suggestionFactory']['getSuggestionCallback'](_0xc60c09,null,_0x1fa471)(_0x11312f,_0x4ac958,_0x4f2512);for(const _0x41801c of _0x41baa5)'$graveyard'!=_0x41801c['root']['rootName']&&_0x42b7cb['unwrap'](_0x41801c);});});};_0x28145a('insertion','accept'),_0x28145a('insertion','discard'),_0x28145a('deletion','accept'),_0x28145a('deletion','discard'),_0x2264f8['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x525f52=>{const _0x126ef7=_0x525f52['map'](_0xecac9d=>_0xecac9d['getContainedElement']()),_0x29c608=_0x126ef7[0x0]['findAncestor']('table'),{minRow:_0x562ff2,maxRow:_0x4cd5b8}=_0x480415['_getCoordsForCells'](_0x126ef7);_0x1eef81['removeRows'](_0x29c608,{'at':_0x562ff2,'rows':_0x4cd5b8-_0x562ff2+0x1});}),_0x2264f8['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x397a9b=>{const _0x1fe32a=_0x397a9b['map'](_0x557689=>_0x557689['getContainedElement']()),_0x5c2578=_0x1fe32a[0x0]['findAncestor']('table'),{minColumn:_0x4484c3,maxColumn:_0x31458f}=_0x480415['_getCoordsForCells'](_0x1fe32a);_0x1eef81['removeColumns'](_0x5c2578,{'at':_0x4484c3,'columns':_0x31458f-_0x4484c3+0x1});});const _0x5f1a71=(_0x107172,_0x169122)=>{if(!_0x169122['subType']||!_0x169122['subType']['startsWith']('tablePaste'))return;const _0x279981=_0x169122['attributes']['tablePasteChainId'],_0x44db37=_0x2264f8['getSuggestions']()['filter'](_0x1c3fe8=>_0x1c3fe8['isInContent']&&_0x1c3fe8['attributes']&&_0x1c3fe8['attributes']['tablePasteChainId']==_0x279981);_0x44db37['length']&&_0x169122['getAllAdjacentSuggestions']()['length']!=_0x44db37['length']&&_0x44db37['reduce']((_0x33b709,_0x267cf)=>(_0x33b709['next']=_0x267cf,_0x267cf['previous']=_0x33b709,_0x267cf));};function _0x31c556(_0x3f8ee5,_0xa01d99=!0x0){const {id:_0xa28076,authorId:_0x5e49d8}=_0x2264f8['_splitMarkerName'](_0x3f8ee5['markerName']),_0x553b33=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x5902f5=_0x2264f8['activeMarkers']['includes'](_0x3f8ee5['markerName']);return _0x5902f5&&_0x553b33['push']('ck-suggestion-marker--active'),{'classes':_0x553b33,'attributes':{'data-suggestion':_0xa28076,'data-author-id':_0x5e49d8},'priority':_0x5902f5&&_0xa01d99?0xbc2:0xbb8};}_0x2264f8['on']('suggestionLoaded',_0x5f1a71,{'priority':'high'}),_0x2264f8['on']('suggestionUnloaded',_0x5f1a71,{'priority':'high'}),_0x1671ce['model']['document']['registerPostFixer'](()=>{let _0x3ff30c=!0x1;const _0x39486a=Array['from'](_0x1671ce['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x18da1d,data:_0x30a22d}of _0x39486a){const {group:_0xcbad7c,type:_0x52c2ce,id:_0x3d63b4}=_0x2264f8['_splitMarkerName'](_0x18da1d);if('suggestion'!=_0xcbad7c||'deletion'!=_0x52c2ce||_0x30a22d['oldRange'])continue;if(!_0x2264f8['hasSuggestion'](_0x3d63b4))continue;const _0x118ee1=_0x2264f8['getSuggestion'](_0x3d63b4)['getRanges'](),_0x2735df=_0x1671ce['plugins']['get']('Users')['me'];for(const _0x1d838e of _0x2264f8['getSuggestions']()){if(!_0x1d838e['isInContent']||_0x1d838e['author']!=_0x2735df)continue;if('formatBlock'!=_0x1d838e['type']||'tablePasteCell'!=_0x1d838e['subType'])continue;if(_0x1d838e['getRanges']()['every'](_0x322ef8=>_0x118ee1['some'](_0x283fb8=>_0x283fb8['containsRange'](_0x322ef8,!0x0)))){for(const _0x2be450 of _0x1d838e['getAllAdjacentSuggestions']())_0x2be450['isInContent']&&(_0x2be450['discard'](),_0x3ff30c=!0x0);}}}return _0x3ff30c;}),_0x1671ce['model']['document']['registerPostFixer'](_0x57fea2=>{const _0x3b4066=_0x1671ce['commands']['get']('redo');if(!_0x3b4066||!_0x3b4066['_createdBatches']['has'](_0x57fea2['batch']))return!0x1;let _0x2218d6=!0x1;const _0x16343f=_0x1671ce['plugins']['get']('Users')['me'],_0x565994=_0x1671ce['model']['document']['differ']['getChanges'](),_0x562902=Array['from'](_0x1671ce['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x206798,data:_0x2e48d3})=>{const {group:_0x3c157f,subType:_0x4d76a6,authorId:_0x364b19}=_0x2264f8['_splitMarkerName'](_0x206798);return'suggestion'==_0x3c157f&&'tablePaste'==_0x4d76a6&&_0x364b19==_0x16343f['id']&&!_0x2e48d3['oldRange'];});for(const _0x4a1832 of _0x565994){if('insert'!=_0x4a1832['type']||'tableCellSuggestion'!=_0x4a1832['name']||0x1!=_0x4a1832['length'])continue;const _0x5c253e=_0x57fea2['createRange'](_0x4a1832['position'],_0x4a1832['position']['getShiftedBy'](0x1));if(!_0x562902['find'](({data:_0x3e3ddf})=>_0x3e3ddf['newRange']['isEqual'](_0x5c253e))){for(const {name:_0x5bb0a6,data:_0x1c0b30}of _0x562902)if(_0x5c253e['containsRange'](_0x1c0b30['newRange'])){_0x57fea2['updateMarker'](_0x5bb0a6,{'range':_0x5c253e}),_0x2218d6=!0x0;break;}}}return _0x2218d6;}),_0x1671ce['model']['document']['registerPostFixer'](_0x1b9990=>{let _0x250e5d=!0x1;const _0x11a2cf=_0x1671ce['plugins']['get']('Users')['me'],_0x31d4a4=_0x2264f8['getSuggestions']()['filter'](_0x19a367=>_0x19a367['isInContent']&&_0x19a367['author']==_0x11a2cf),_0x300dea=new Set(),_0x505916=new Set();for(const _0x38a647 of _0x31d4a4)if('tablePaste'==_0x38a647['subType'])for(const _0x57a43f of _0x38a647['getMarkers']()){const _0x4ec72d=_0x57a43f['getRange']()['getContainedElement']();if(_0x4ec72d){if(_0x4ec72d['is']('element','tableCellSuggestion')&&Oe(_0x4ec72d)){_0x38a647['removeMarker'](_0x57a43f['name']),_0x300dea['add'](_0x4ec72d),_0x250e5d=!0x0;const _0x1aefa1=_0x4ec72d['nextSibling'],_0x117dbf=_0x4ec72d['previousSibling'],_0x232ddc=_0x1aefa1&&_0x1aefa1['is']('element','tableCellSuggestion'),_0x34efa8=_0x117dbf&&_0x117dbf['is']('element','tableCellSuggestion');_0x232ddc&&!_0x300dea['has'](_0x1aefa1)&&_0x505916['add'](_0x1aefa1),_0x34efa8&&!_0x300dea['has'](_0x117dbf)&&_0x505916['add'](_0x117dbf);}else _0x4ec72d['is']('element','paragraph')&&_0x4ec72d['isEmpty']&&(_0x38a647['removeMarker'](_0x57a43f['name']),_0x250e5d=!0x0);}}else{if('tablePasteCell'==_0x38a647['subType']){if(!_0x38a647['attributes']||!_0x38a647['attributes']['tablePasteChainId'])continue;const _0x2a2fca=_0x38a647['attributes']['markerAttributes'];if(_0x2a2fca&&Object['keys'](_0x2a2fca)['length'])continue;const _0x1acb87=_0x38a647['attributes']['tablePasteChainId'];let _0x3556af=!0x0,_0x4f5e9a=!0x0;for(const _0x20bed1 of _0x31d4a4)if(_0x20bed1['subType']&&_0x20bed1['subType']['startsWith']('tablePaste')){if(!_0x20bed1['attributes']['tablePasteChainId']){_0x4f5e9a=!0x1;break;}if(_0x20bed1['id']!=_0x38a647['id']&&_0x20bed1['attributes']['tablePasteChainId']==_0x1acb87){_0x3556af=!0x1;break;}}_0x4f5e9a&&_0x3556af&&(_0x38a647['removeMarkers'](),_0x250e5d=!0x0);}}for(const _0x180a44 of _0x300dea)_0x1b9990['remove'](_0x180a44);for(const _0x1e9d88 of _0x505916)_0x1b9990['unwrap'](_0x1e9d88);return _0x250e5d;}),_0x1671ce['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x302426=>_0x31c556(_0x302426),'converterPriority':'high'}),_0x1671ce['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x2a29cd,_0x7faeee)=>_0x7faeee['options']['showSuggestionHighlights']?_0x31c556(_0x2a29cd,!0x1):null,'converterPriority':'high'});const _0x4ee0fe=_0x1671ce['editing']['view'];this['listenTo'](_0x4ee0fe['document'],'clipboardOutput',(_0x5cffe2,_0x1bc63a)=>{const _0x16fa60=[];for(const _0x2d9ef1 of _0x4ee0fe['createRangeIn'](_0x1bc63a['content'])['getItems']())_0x2d9ef1['is']('element','suggestion-td')&&_0x16fa60['push'](_0x2d9ef1);_0x4ee0fe['change'](_0x13e77d=>{for(const _0x432d7c of _0x16fa60)_0x13e77d['move'](_0x13e77d['createRangeIn'](_0x432d7c),_0x13e77d['createPositionBefore'](_0x432d7c)),_0x13e77d['remove'](_0x432d7c);});});}}function Oe(_0x5711e3){if(_0x5711e3['isEmpty'])return!0x0;const _0xca5fe3=_0x5711e3['getChild'](0x0);return _0xca5fe3['is']('element','paragraph')&&_0xca5fe3['isEmpty'];}function Ue(_0x290378,_0x3c3138={},_0x442d92){for(const {isAnchor:_0x2a7b2e,cellHeight:_0x269b94,cellWidth:_0x292f70}of _0x442d92['createTableWalker'](_0x290378,{'includeAllSlots':!0x0,..._0x3c3138}))if(!_0x2a7b2e||0x1!=_0x269b94||0x1!=_0x292f70)return!0x1;return!0x0;}class $t extends _0xc831a5{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x55aa61=this['editor']['plugins']['get']('TrackChangesEditing');_0x55aa61['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x55aa61['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x55aa61['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x55aa61['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x55aa61['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x55aa61['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x254b0e,_0x46b93d){const _0x44b02f=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2ebabd=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x1446f5=_0x46b93d['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x3ebd56=_0x2ebabd['getColumnGroupElement'](_0x1446f5);let _0x1c98ab=_0x3ebd56?_0x2ebabd['getTableColumnsWidths'](_0x3ebd56):null,_0x2043bc=_0x1446f5['getAttribute']('tableWidth')||null;const _0x17cbac=_0x46b93d['tableWidth']||_0x2043bc,_0x48bae8=_0x46b93d['columnWidths']||_0x1c98ab,_0x24c2f6=this['editor']['plugins']['get']('Users')['me'];for(const _0x322517 of _0x44b02f['getSuggestions']()){const _0x260680=_0x322517['getContainedElement']();if('resizeTable'===_0x322517['subType']&&_0x260680===_0x1446f5){_0x322517['author']!==_0x24c2f6&&_0x322517['discard']();const _0x5cc89f=_0x322517['data']['commandParams'];_0x2043bc=_0x5cc89f[0x0]['tableWidth'],_0x1c98ab=_0x5cc89f[0x0]['columnWidths'];break;}}_0x254b0e({'table':_0x1446f5,'tableWidth':_0x17cbac,'columnWidths':_0x48bae8}),_0x44b02f['markBlockFormat'](_0x1446f5,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x2043bc,'columnWidths':_0x1c98ab}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x6f0db6){if('formatBlock'!=_0x6f0db6['type']&&'formatInline'!=_0x6f0db6['type'])return;const {data:_0x1f7975}=_0x6f0db6;if(_0x1f7975&&'resizeTable'===_0x1f7975['formatGroupId']){const _0x503261='*Format:*\x20resize\x20table';return{'type':'format','content':c(this['editor']['locale'],_0x503261)};}}}class Bt extends _0xc831a5{['afterInit'](){const _0x3b32ed=this['editor'];_0x3b32ed['plugins']['has']('Template')&&_0x3b32ed['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Ot extends _0xc831a5{['afterInit'](){const _0x41bc01=this['editor'];if(!_0x41bc01['commands']['get']('insertTableOfContents'))return;_0x41bc01['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x3f03f1=_0x41bc01['plugins']['get']('TrackChangesEditing'),_0x19c7d6=_0x41bc01['locale'];_0x3f03f1['descriptionFactory']['registerElementLabel']('tableOfContents',_0xa0753c=>c(_0x19c7d6,'ELEMENT_TABLE_OF_CONTENTS',_0xa0753c));}}class Rt extends _0xc831a5{['afterInit'](){const _0x188059=this['editor'];if(!_0x188059['plugins']['has']('Title'))return;const _0x450a5d=_0x188059['plugins']['get']('TrackChangesEditing');_0x450a5d['descriptionFactory']['registerElementLabel']('title-content',()=>c(_0x188059['locale'],'ELEMENT_TITLE')),_0x188059['model']['document']['registerPostFixer'](_0x1d02fa=>{let _0x23af45=!0x1;const _0x31b267=Array['from'](_0x188059['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x37459b,data:_0xd95075}of _0x31b267){const {group:_0x141d9c}=_0x450a5d['_splitMarkerName'](_0x37459b);if('suggestion'!==_0x141d9c||!_0xd95075['newRange'])continue;const _0x3b772b=_0xd95075['newRange'],_0x3e76ed=_0x3b772b['end']['nodeBefore'];if(!_0x3e76ed||!_0x3e76ed['is']('element','title-content'))continue;if(!_0x3b772b['start']['isTouching'](_0x3b772b['end']))continue;const _0x1e02c8=_0x188059['model']['schema']['getNearestSelectionRange'](_0x3b772b['end'],'forward');if(_0x1e02c8&&_0x1e02c8['isCollapsed']){const _0x1b3260=_0x1d02fa['createRange'](_0x3b772b['start'],_0x1e02c8['start']);_0x1b3260['isEqual'](_0x3b772b)||(_0x1d02fa['updateMarker'](_0x37459b,{'range':_0x1b3260}),_0x23af45=!0x0);}_0x23af45||(_0x1d02fa['removeMarker'](_0x37459b),_0x23af45=!0x0);}return _0x23af45;});}}class xt extends _0xc831a5{['afterInit'](){const _0x28db4d=this['editor'],_0x5acc0d=_0x28db4d['plugins']['get']('TrackChangesEditing');_0x28db4d['plugins']['has']('Uploadcare')&&(_0x5acc0d['enableCommand']('uploadcare'),_0x28db4d['plugins']['has']('UploadcareImageEdit')&&(_0x5acc0d['enableCommand']('uploadcareImageEdit'),_0x5acc0d['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x5acc0d['registerBlockAttribute']('uploadcareImageId'),_0x5acc0d['descriptionFactory']['registerDescriptionCallback'](_0x2a2c52=>{if('attribute'!=_0x2a2c52['type'])return;const {data:_0x184ba5}=_0x2a2c52;return _0x184ba5&&'uploadcareImageId'==_0x184ba5['key']?{'type':'format','content':''}:void 0x0;})));}}class Tt extends _0xc831a5{['afterInit'](){const _0x1e2c83=this['editor'],_0x2afc23=_0x1e2c83['plugins']['get']('TrackChangesEditing');_0x1e2c83['plugins']['has']('UndoEditing')&&(_0x2afc23['enableCommand']('undo'),_0x2afc23['enableCommand']('redo'));}}class Et extends _0xc831a5{static get['requires'](){return[Ct];}['afterInit'](){const _0x4c9e0c=this['editor'];if(!_0x4c9e0c['plugins']['has']('TableCaptionEditing'))return;_0x4c9e0c['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Ut extends _0xc831a5{['tableProperties'];['tableCellProperties'];constructor(_0x5e7322){super(_0x5e7322),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 _0x4e4010=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x449513 of this['tableProperties'])_0x4e4010['enableCommand'](_0x449513,(_0x484d90,_0x672624)=>{const _0x4ca923=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x449513,[_0x4ca923],this['tableProperties'],'tableProperties',_0x484d90,_0x672624);});_0x4e4010['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x4e4010['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4e4010['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x4dfa0a,_0x7bb90)=>this['handleDiscardAction'](this['tableProperties'],_0x4dfa0a,_0x7bb90)),_0x4e4010['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x4755dd of this['tableCellProperties'])_0x4e4010['enableCommand'](_0x4755dd,(_0x393f67,_0x512c87)=>{const _0x121727=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x4755dd,_0x121727,this['tableCellProperties'],'tableCellProperties',_0x393f67,_0x512c87);});_0x4e4010['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x4e4010['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4e4010['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x592da1,_0x1dbd17)=>this['handleDiscardAction'](this['tableCellProperties'],_0x592da1,_0x1dbd17)),_0x4e4010['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x4e4010['descriptionFactory']['registerDescriptionCallback'](_0x34cd92=>this['handleSuggestionDescription'](_0x34cd92));}['_handlePropertyChange'](_0x56e402,_0x5a6291,_0x510556,_0xc3f877,_0x46fe41,_0x1add36){const _0x92c845=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x1add36['batch'],()=>{for(const _0x2472ec of _0x5a6291){if(this['_getSuggestion'](_0x2472ec,_0xc3f877))_0x46fe41(_0x1add36);else{const _0x208364={};for(const _0x40fa9d of _0x510556){const _0x5014e8=_0x2472ec['getAttribute'](_0x40fa9d);void 0x0!==_0x5014e8&&(_0x208364[_0x40fa9d]=_0x5014e8);}_0x46fe41(_0x1add36),_0x92c845['markBlockFormat'](_0x2472ec,{'commandParams':[_0x208364]},[],_0xc3f877);}}});}['handleDiscardAction'](_0x1e0030,_0x56012e,_0x92cb9b){const _0x155cb2=_0x56012e[0x0]['start']['nodeAfter'],_0x10fcf8=_0x92cb9b['commandParams'][0x0];this['editor']['model']['change'](_0x33e5cd=>{for(const _0x19f489 of _0x1e0030)void 0x0!==_0x10fcf8[_0x19f489]?_0x33e5cd['setAttribute'](_0x19f489,_0x10fcf8[_0x19f489],_0x155cb2):_0x33e5cd['removeAttribute'](_0x19f489,_0x155cb2);});}['handleSuggestionDescription'](_0x4509d2){if(_0x4509d2['data'])switch(_0x4509d2['subType']){case'tableProperties':return{'type':'format','content':c(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':c(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x1ba76a,_0xc21f7b){const _0x39b779=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x4a9f50 of _0x39b779['getSuggestions']({'skipNotAttached':!0x0})){const _0x2f5d5e=_0x4a9f50['getContainedElement']();if(_0x4a9f50['subType']===_0xc21f7b&&_0x2f5d5e===_0x1ba76a)return _0x4a9f50;}return null;}}const u='$elementName';class p extends _0xc831a5{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x5c361d,_0x2f470f,U,V,F,G,L,K,J,H,q,z,X,Y,Z,tt,et,nt,it,st,ot,rt,ct,at,ut,ft,ht,gt,Q,kt,lt,W,Se,dt,pt,wt,bt,yt,jt,St,At,It,_t,vt,Ct,Nt,Dt,Et,Mt,$t,Ot,Ut,Bt,Rt,xt,Tt];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x24ca61){super(_0x24ca61),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x19e4a5,_0x3aca76,_0x309b49,_0x55c936)=>{this['_model']['change'](()=>{for(const _0x3672a5 of[..._0x55c936,..._0x309b49])this['_model']['markers']['has'](_0x3672a5)&&_0x24ca61['editing']['reconvertMarker'](_0x3672a5);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Ft(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x24ca61['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this['_blockAttributeKeys']=new Set([u]),this['_inlineAttributeKeys']=new Set(),_0x24ca61['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x24ca61['config']['get']('trackChanges.trackFormatChanges'),_0x24ca61['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x24ca61['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x24ca61,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x222d14=this['editor'],_0x453e54=(_0xba8f98,_0x4f6659)=>{if('attribute'!=_0xba8f98)return'ck-suggestion-marker-'+_0xba8f98;const _0x1d6a6b=_0x4f6659['split']('|')[0x0];return this['_isBlockAttribute'](_0x1d6a6b)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x222d14['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x26a48a=>{const {id:_0x47b121,authorId:_0x43fd24,type:_0xbe85,subType:_0x1c18f3}=this['_splitMarkerName'](_0x26a48a['markerName']),_0xa1ab77=['ck-suggestion-marker',_0x453e54(_0xbe85,_0x1c18f3)];let _0x46aaa6=0xbb8;return this['activeMarkers']['includes'](_0x26a48a['markerName'])&&(_0xa1ab77['push']('ck-suggestion-marker--active'),_0x46aaa6=0xbc2),'deletion'==_0xbe85&&(_0x46aaa6+=0x5),{'classes':_0xa1ab77,'attributes':{'data-suggestion':_0x47b121,'data-author-id':_0x43fd24},'priority':_0x46aaa6};}}),_0x222d14['conversion']['for']('dataDowncast')['add'](_0x8ba52c=>{_0x8ba52c['on']('addMarker:suggestion',(_0x281bd3,_0x3ee8a9,_0x48c2ad)=>{if(!_0x48c2ad['options']['showSuggestionHighlights'])return;const _0x537690=_0x3ee8a9['item'];if(!_0x537690)return;const _0xf863f2=_0x48c2ad['mapper']['toViewElement'](_0x537690);_0x222d14['model']['schema']['isObject'](_0x537690)&&_0xf863f2&&!_0xf863f2['getCustomProperty']('widget')&&_0xf863f2['is']('containerElement')&&_0x1105f1(_0xf863f2,_0x48c2ad['writer']);},{'priority':'high'});}),_0x222d14['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x341179,_0x381dba)=>{if(!_0x381dba['options']['showSuggestionHighlights'])return null;const {type:_0x34cb52,subType:_0x58f074}=this['_splitMarkerName'](_0x341179['markerName']);return{'classes':['ck-suggestion-marker',_0x453e54(_0x34cb52,_0x58f074)],'priority':0xbb8};}});const _0x9e5dae=({showActiveMarkers:_0xcf517a=!0x0,isAttributeSuggestion:_0x3cc1e1=!0x1}={})=>(_0x12c2ec,_0x43c39c,_0x381ae5)=>{if(!_0x43c39c['item'])return;const {id:_0x1059b8,authorId:_0x487e0c}=this['_splitMarkerName'](_0x43c39c['markerName']);if(_0x3cc1e1){const _0x5990fb=this['_suggestions']['get'](_0x1059b8),_0xf1851c=this['_getAttributeKey'](_0x5990fb);if(!this['_isBlockAttribute'](_0xf1851c))return;}if(_0x43c39c['item']['is']('selection'))return void _0x381ae5['consumable']['consume'](_0x43c39c['item'],_0x12c2ec['name']);const _0x5bc86c=_0x381ae5['mapper']['toViewElement'](_0x43c39c['item']);if(_0x43c39c['item']['is']('element')&&_0x222d14['model']['schema']['isBlock'](_0x43c39c['item'])&&!_0x5bc86c['getCustomProperty']('addHighlight')){_0x381ae5['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x5bc86c),_0x381ae5['writer']['setAttribute']('data-suggestion',_0x1059b8,_0x5bc86c),_0x381ae5['writer']['setAttribute']('data-author-id',_0x487e0c,_0x5bc86c),_0x381ae5['mapper']['bindElementToMarker'](_0x5bc86c,_0x43c39c['markerName']),_0xcf517a&&(this['activeMarkers']['includes'](_0x43c39c['markerName'])?_0x381ae5['writer']['addClass']('ck-suggestion-marker--active',_0x5bc86c):_0x381ae5['writer']['removeClass']('ck-suggestion-marker--active',_0x5bc86c));for(const _0xf98551 of _0x222d14['model']['createRangeIn'](_0x43c39c['item'])['getItems']())_0x381ae5['consumable']['consume'](_0xf98551,_0x12c2ec['name']);_0x381ae5['consumable']['consume'](_0x43c39c['item'],_0x12c2ec['name']);}};_0x222d14['conversion']['for']('dataDowncast')['add'](_0x57cd1a=>{_0x57cd1a['on']('addMarker:suggestion:formatBlock',(_0x4b1da2,_0x259d42,_0xfa6e88)=>{_0xfa6e88['options']['showSuggestionHighlights']&&_0x9e5dae({'showActiveMarkers':!0x1})(_0x4b1da2,_0x259d42,_0xfa6e88);},{'priority':'highest'});}),_0x222d14['conversion']['for']('dataDowncast')['add'](_0x17385e=>{_0x17385e['on']('addMarker:suggestion:attribute',(_0x4486a7,_0x2becaf,_0x53fbca)=>{_0x53fbca['options']['showSuggestionHighlights']&&_0x9e5dae({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x4486a7,_0x2becaf,_0x53fbca);},{'priority':'highest'});}),_0x222d14['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x1eab65,_0x5d99d7)=>_0x5d99d7['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x1eab65['substr'](0xb)}}),_0x222d14['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x21f4f1,{writer:_0x2518b6})=>{let _0x437326='suggestion:'+_0x21f4f1['getAttribute']('suggestion-type')+':'+_0x21f4f1['getAttribute']('id');return _0x21f4f1['getAttribute']('marker-count')&&(_0x437326+=':'+_0x21f4f1['getAttribute']('marker-count')),_0x2518b6['createElement']('$marker',{'data-name':_0x437326});}}),_0x222d14['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x222d14['conversion']['for']('editingDowncast')['add'](_0xdbf802=>{_0xdbf802['on']('addMarker:suggestion:formatBlock',_0x9e5dae(),{'priority':'high'});}),_0x222d14['conversion']['for']('editingDowncast')['add'](_0x161ecc=>{_0x161ecc['on']('addMarker:suggestion:attribute',_0x9e5dae({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x222d14['conversion']['for']('editingDowncast')['add'](_0x49ae68=>{_0x49ae68['on']('removeMarker:suggestion:formatBlock',(_0x112a98,_0x2f229e,_0x4dc3a2)=>{const _0x27ac61=_0x4dc3a2['mapper']['markerNameToElements'](_0x2f229e['markerName']);if(_0x27ac61){for(const _0x5a48cc of _0x27ac61)_0x5a48cc['getCustomProperty']('addHighlight')||(_0x4dc3a2['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x5a48cc),_0x4dc3a2['writer']['removeAttribute']('data-suggestion',_0x5a48cc),_0x4dc3a2['writer']['removeAttribute']('data-author-id',_0x5a48cc),_0x4dc3a2['mapper']['unbindElementFromMarkerName'](_0x5a48cc,_0x2f229e['markerName']));}},{'priority':'high'});}),_0x222d14['conversion']['for']('editingDowncast')['add'](_0x53f6e1=>{_0x53f6e1['on']('removeMarker:suggestion:attribute',(_0x526e1c,_0xd85107,_0x3fdd5c)=>{const _0x2983e7=_0x3fdd5c['mapper']['markerNameToElements'](_0xd85107['markerName']);if(!_0x2983e7)return;const {id:_0x49836a}=this['_splitMarkerName'](_0xd85107['markerName']),_0x1d8e1f=this['_suggestions']['get'](_0x49836a),_0x512b03=this['_getAttributeKey'](_0x1d8e1f);if(this['_isBlockAttribute'](_0x512b03)){for(const _0x29e242 of _0x2983e7)_0x29e242['getCustomProperty']('addHighlight')||(_0x3fdd5c['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x29e242),_0x3fdd5c['writer']['removeAttribute']('data-suggestion',_0x29e242),_0x3fdd5c['writer']['removeAttribute']('data-author-id',_0x29e242),_0x3fdd5c['mapper']['unbindElementFromMarkerName'](_0x29e242,_0xd85107['markerName']));}},{'priority':'high'});}),_0x222d14['model']['document']['registerPostFixer'](_0x4c71f1=>{let _0x1909f9=!0x1;const _0x14ad38=Array['from'](_0x222d14['model']['document']['differ']['getChangedMarkers']()),_0x26f65e=new Set();for(const {name:_0x29b87b,data:_0x21566a}of _0x14ad38){const {group:_0x3116d4,type:_0x152ed5,subType:_0x2407be,id:_0x24bbe2}=this['_splitMarkerName'](_0x29b87b);if('suggestion'!==_0x3116d4)continue;const _0x4072b0=this['_suggestions']['get'](_0x24bbe2);if(null!=_0x21566a['newRange']){'formatInline'==_0x152ed5&&(_0x1909f9=_0x1909f9||Lt(_0x21566a['newRange'],_0x29b87b,_0x4c71f1,_0x222d14['model']['schema']));const _0x3b6aba='attribute'==_0x152ed5&&this['_isBlockAttribute'](_0x2407be['split']('|')[0x0]);if(_0x21566a['newRange']['isCollapsed']||'$graveyard'==_0x21566a['newRange']['root']['rootName']||'formatBlock'==_0x152ed5&&!Kt(_0x21566a['newRange'])||_0x3b6aba&&!Kt(_0x21566a['newRange'])||'deletion'==_0x152ed5&&!(!Gt(_0x24d764=_0x21566a['newRange'])&&!function(_0x186ead){return _0x186ead['start']['parent']==_0x186ead['end']['nodeBefore']&&_0x186ead['start']['isAtEnd'];}(_0x24d764)))_0x4c71f1['removeMarker'](_0x29b87b),_0x1909f9=!0x0;else{if(!_0x4072b0||!_0x4072b0['isInContent'])continue;if(_0x21566a['newRange']&&_0x21566a['oldRange']&&_0x21566a['newRange']['isEqual'](_0x21566a['oldRange']))continue;_0x26f65e['add'](_0x4072b0);}}}var _0x24d764;return _0x26f65e['size']>0x0&&(_0x1909f9=!!this['_joinWithAdjacentSuggestions'](_0x26f65e)||_0x1909f9),_0x1909f9;}),_0x222d14['model']['document']['registerPostFixer'](_0x4ce3f6=>{let _0x185314=!0x1;for(const _0x20f104 of _0x222d14['model']['document']['differ']['getChanges']())if('insert'==_0x20f104['type'])for(const _0x462e79 of this['_suggestions']['values']()){if(_0x462e79['isMultiRange']||!_0x462e79['isInContent'])continue;const _0x1f9ca3='formatBlock'==_0x462e79['type'],_0x59e31b=this['_getAttributeKey'](_0x462e79),_0x2d27a5=_0x59e31b&&this['_isBlockAttribute'](_0x59e31b);if(!_0x1f9ca3&&!_0x2d27a5)continue;const _0x45baf1=_0x462e79['getFirstRange']();if(_0x45baf1['start']['parent']!=_0x45baf1['end']['parent']&&!_0x45baf1['end']['isAtEnd']){const _0x4c5718=_0x222d14['model']['createPositionAt'](_0x45baf1['start']['nodeAfter'],'end'),_0x2a5ccc=_0x222d14['model']['createRange'](_0x45baf1['start'],_0x4c5718);_0x4ce3f6['updateMarker'](_0x462e79['getFirstMarker'](),{'range':_0x2a5ccc}),_0x185314=!0x0;}}return _0x185314;}),_0x222d14['model']['document']['registerPostFixer'](_0x40cbe2=>this['_processAttributeChanges'](_0x40cbe2)),_0x222d14['model']['document']['registerPostFixer'](_0x525511=>!_0x525511['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x525511)),_0x222d14['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x222d14['model']['document']['on']('change:data',(_0x4283c7,_0x526116)=>{if(!_0x526116['isLocal']||_0x526116['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x5dc101=_0x222d14['model']['document']['differ']['getChanges']();if(0x0==_0x5dc101['length'])return;const _0x599a6b=[],_0xebba07=_0x5dc101['filter'](_0x3b0628=>'attribute'==_0x3b0628['type']),_0x323965=_0x5dc101['filter'](_0x5de1f1=>'insert'==_0x5de1f1['type']&&'$text'!=_0x5de1f1['name']);for(const _0x437ef2 of _0xebba07)this['_isRegisteredAttribute'](_0x437ef2['attributeKey'])&&_0x599a6b['push']({'key':_0x437ef2['attributeKey'],'newValue':_0x437ef2['attributeNewValue'],'oldValue':_0x437ef2['attributeOldValue'],'range':Ht(_0x437ef2['range'],_0x222d14['model'])});for(const _0x1880ac of _0x323965){if('rename'!=_0x1880ac['action']&&'refresh'!=_0x1880ac['action'])continue;const _0x18c527=qt(_0x1880ac['position']['nodeAfter'],_0x222d14['model']),_0x5b33e1=_0x1880ac['before'];'rename'==_0x1880ac['action']&&_0x599a6b['push']({'key':u,'newValue':_0x1880ac['name'],'oldValue':_0x5b33e1['name'],'range':_0x18c527});for(const [_0x6649c9,_0x11f07c]of _0x5b33e1['attributes']){if(!this['_isRegisteredAttribute'](_0x6649c9))continue;const _0x10830e=_0x1880ac['attributes']['get'](_0x6649c9);_0x11f07c!==_0x10830e&&_0x599a6b['push']({'key':_0x6649c9,'newValue':_0x10830e,'oldValue':_0x11f07c,'range':_0x18c527});}for(const [_0x345642,_0xe772b1]of _0x1880ac['attributes'])this['_isRegisteredAttribute'](_0x345642)&&(_0x5b33e1['attributes']['has'](_0x345642)||_0x599a6b['push']({'key':_0x345642,'newValue':_0xe772b1,'oldValue':null,'range':_0x18c527}));}0x0!=_0x599a6b['length']&&_0x222d14['model']['enqueueChange'](_0x526116,_0x10c389=>{const _0x5d60f7=_0x18a796();for(const {range:_0x1fda5b,key:_0x4bdb57,oldValue:_0x42b8a8,newValue:_0x2b14b7}of _0x599a6b)this['markAttributeChange'](_0x1fda5b,_0x4bdb57,_0x42b8a8,_0x2b14b7,{'groupId':_0x5d60f7});this['_reduceExistingSuggestions'](_0x10c389,_0x599a6b);});},{'priority':'lowest'}),_0x222d14['model']['markers']['on']('update:suggestion',(_0x38246d,_0x132266,_0x1976d0)=>{if(null==_0x1976d0){const {id:_0x16cc9c}=this['_splitMarkerName'](_0x132266['name']),_0x3e009d=this['_suggestions']['get'](_0x16cc9c);_0x3e009d&&_0x3e009d['addMarkerName'](_0x132266['name']);}}),_0x222d14['model']['document']['on']('change:data',()=>{const _0xe4e834=Array['from'](_0x222d14['model']['document']['differ']['getChangedMarkers']())['filter'](_0x50e561=>'suggestion'===this['_splitMarkerName'](_0x50e561['name'])['group']);if(0x0===_0xe4e834['length'])return;_0xe4e834['sort']((_0x720f88,_0x481f6b)=>{const _0x4607a2=_0x720f88['data']['oldRange'],_0x4d91d8=_0x481f6b['data']['oldRange'];return null===_0x4607a2&&null===_0x4d91d8?0x0:null===_0x4607a2&&null!==_0x4d91d8?-0x1:null!==_0x4607a2&&null===_0x4d91d8?0x1:_0x4607a2['start']['isBefore'](_0x4d91d8['start'])?-0x1:0x1;});const _0x45948e=new Set(),_0x3d1e7e=new Set();for(const {name:_0x32bc9b,data:_0x5c34b5}of _0xe4e834){const {id:_0x9f62b2}=this['_splitMarkerName'](_0x32bc9b);if(null===_0x5c34b5['oldRange']){const _0x2a2dab=this['_handleNewSuggestionMarker'](_0x32bc9b);_0x3d1e7e['add'](_0x2a2dab);}else{const _0x6fd53d=this['_suggestions']['get'](_0x9f62b2);null!==_0x5c34b5['newRange']||_0x6fd53d['isInContent']?(_0x45948e['add'](_0x6fd53d['head']),_0x3d1e7e['add'](_0x6fd53d)):this['_removeSuggestion'](_0x6fd53d);}}_0x3d1e7e['size']>0x0&&this['_refreshSuggestionsChain'](_0x3d1e7e);for(const _0x13b873 of _0x45948e)this['fire']('suggestionChanged',_0x13b873);}),_0x222d14['model']['on']('applyOperation',(_0x5a4753,_0x5a1119)=>{const _0x52d72b=_0x5a1119[0x0];if(!this['_suggestions']['size'])return;if(!_0x52d72b['isDocumentOperation'])return;if(_0x52d72b['batch']['isUndo']||!_0x52d72b['batch']['isLocal'])return;let _0x5c55b9,_0x10da10;switch(_0x52d72b['type']){case'insert':_0x5c55b9=_0x222d14['model']['createPositionAt'](_0x52d72b['position']),_0x10da10=_0x5c55b9['getShiftedBy'](_0x52d72b['howMany']);break;case'split':_0x5c55b9=_0x222d14['model']['createPositionAt'](_0x52d72b['splitPosition']),_0x10da10=_0x222d14['model']['createPositionAt'](_0x52d72b['moveTargetPosition']);break;case'move':_0x5c55b9=_0x222d14['model']['createPositionAt'](_0x52d72b['targetPosition']),_0x10da10=_0x5c55b9['getShiftedBy'](_0x52d72b['howMany']);break;default:return;}const _0x126b06=_0x222d14['model']['createRange'](_0x5c55b9,_0x10da10);_0x222d14['model']['change'](()=>{for(const {suggestion:_0x3500b5,meta:_0x124ac9}of this['_findSuggestions'](_0x126b06)){if(_0x3500b5['isMultiRange'])continue;if('formatInline'==_0x3500b5['type'])continue;const _0x1ff70d=this['_getAttributeKey'](_0x3500b5);if(_0x1ff70d&&this['_isBlockAttribute'](_0x1ff70d)&&'split'!=_0x52d72b['type'])continue;const _0x43def4=_0x3500b5['data']&&_0x3500b5['data']['multipleBlocks'];('formatBlock'!=_0x3500b5['type']||'split'==_0x52d72b['type']&&!_0x43def4)&&(_0x124ac9['containsRangeInObject']||'insertion'==_0x3500b5['type']&&_0x124ac9['isOwn']||_0x3500b5['getFirstRange']()['containsRange'](_0x126b06)&&this['_breakSuggestionMarker'](_0x3500b5,_0x5c55b9,_0x10da10));}});},{'priority':'lowest'}),_0x222d14['model']['on']('deleteContent',(_0x147252,_0x134854)=>{const _0x2683d2=_0x134854[0x0],_0x535660=_0x134854[0x1];if(_0x535660&&_0x535660['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x2683d2['isCollapsed'])return;const _0x24f5f0=_0x222d14['model']['schema'],{start:_0x5efc6f,end:_0x384815}=_0x2683d2['getFirstRange'](),_0x428d9f=_0x5efc6f['nodeAfter']&&_0x24f5f0['isLimit'](_0x5efc6f['nodeAfter'])?null:_0x24f5f0['getNearestSelectionRange'](_0x5efc6f,'forward'),_0x7f2564=_0x384815['nodeBefore']&&_0x24f5f0['isLimit'](_0x384815['nodeBefore'])?null:_0x24f5f0['getNearestSelectionRange'](_0x384815,'backward'),_0x33ae32=_0x222d14['model']['createRange'](_0x428d9f?_0x428d9f['start']:_0x5efc6f,_0x7f2564?_0x7f2564['end']:_0x384815);_0x222d14['model']['change'](_0x28dbd2=>{this['markDeletion'](_0x33ae32);const _0x58126f=_0x222d14['model']['schema']['getNearestSelectionRange'](_0x33ae32['start']);_0x2683d2['is']('documentSelection')?_0x28dbd2['setSelection'](_0x58126f):_0x2683d2['setTo'](_0x58126f);}),_0x147252['stop']();},{'priority':_0x4055eb['normal']+0xa}),_0x222d14['model']['on']('insertContent',(_0x43ccd2,_0x4e58a5)=>{const _0x13ff88=_0x4e58a5[_0x4e58a5['length']-0x1];_0x13ff88&&_0x13ff88['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x222d14['model']['change'](()=>{let _0x50f198=_0x222d14['model']['insertContent'](_0x4e58a5[0x0],_0x4e58a5[0x1],_0x4e58a5[0x2],{'forceDefaultExecution':!0x0});if(!_0x50f198)return;_0x43ccd2['return']=_0x50f198['clone']();const _0x961029=_0x50f198['end']['nodeBefore'],_0x28d94f=_0x222d14['model']['schema'];_0x961029&&_0x28d94f['isBlock'](_0x961029)&&!_0x28d94f['isObject'](_0x961029)&&(_0x50f198=_0x222d14['model']['createRange'](_0x50f198['start'],_0x222d14['model']['createPositionAt'](_0x961029,'end'))),this['markInsertion'](_0x50f198);}),_0x43ccd2['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x4d7059=new O(_0x222d14,this['_suggestions']);_0x222d14['commands']['add']('acceptSuggestion',_0x4d7059),this['enableCommand']('acceptSuggestion');const _0x1e88f1=new R(_0x222d14,this['_suggestions']);_0x222d14['commands']['add']('discardSuggestion',_0x1e88f1),this['enableCommand']('discardSuggestion'),_0x222d14['commands']['add']('acceptAllSuggestions',new x(_0x222d14,_0x4d7059,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x222d14['commands']['add']('discardAllSuggestions',new x(_0x222d14,_0x1e88f1,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x222d14['commands']['add']('acceptSelectedSuggestions',new E(_0x222d14,_0x4d7059,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x222d14['commands']['add']('discardSelectedSuggestions',new E(_0x222d14,_0x1e88f1,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x472a07=_0x222d14['plugins']['get']('CommentsRepository');this['listenTo'](_0x472a07,'addComment',(_0x331f02,{threadId:_0x31ec4e})=>{const _0x4e6912=this['_suggestions']['get'](_0x31ec4e);_0x4e6912&&_0x4e6912['commentThread']&&0x1===_0x4e6912['commentThread']['length']&&this['_updateSuggestionData'](_0x31ec4e,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x472a07,'removeComment',(_0x41b89d,{threadId:_0x217b0a})=>{const _0x320b04=this['_suggestions']['get'](_0x217b0a);_0x320b04&&_0x320b04['commentThread']&&!_0x320b04['commentThread']['length']&&this['_updateSuggestionData'](_0x217b0a,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0xc53f7b){const _0x1b0f84=_0x3725b4([0x37,0x54,0x4a,0x34,0x64,0x52,0x57,0x58,0x30,0x4e,0x7a,0x78,0x76,0x63,0x50,0x73,0x5a,0x51,0x43,0x48,0x68,0x6b,0x44,0x36,0x39,0x74,0x75,0x32,0x42,0x79,0x6d,0x53,0x66,0x6f,0x4c,0x33,0x65,0x47,0x67,0x77,0x46,0x62,0x4d,0x38,0x71,0x59,0x61,0x69,0x45,0x70,0x55,0x56,0x6e,0x49,0x41,0x6c,0x35,0x31,0x6a,0x72,0x4b,0x4f]),_0x1157fc=0x778db674,_0xb0c382=0x778ad4ac^_0x1157fc,_0x183ec9=window[_0x3725b4([0x44,0x61,0x74,0x65])][_0x3725b4([0x6e,0x6f,0x77])](),_0x17b5a4=_0xc53f7b[_0x3725b4([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x564dae=new window[(_0x3725b4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x42c977=>{_0x17b5a4[_0x3725b4([0x6f,0x6e,0x63,0x65])](_0x3725b4([0x72,0x65,0x61,0x64,0x79]),_0x42c977);}),_0x4bc88a={[_0x3725b4([0x6b,0x74,0x79])]:_0x3725b4([0x45,0x43]),[_0x3725b4([0x75,0x73,0x65])]:_0x3725b4([0x73,0x69,0x67]),[_0x3725b4([0x63,0x72,0x76])]:_0x3725b4([0x50,0x2d,0x32,0x35,0x36]),[_0x3725b4([0x78])]:_0x3725b4([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]),[_0x3725b4([0x79])]:_0x3725b4([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]),[_0x3725b4([0x61,0x6c,0x67])]:_0x3725b4([0x45,0x53,0x32,0x35,0x36])},_0x550338=_0x17b5a4[_0x3725b4([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3725b4([0x67,0x65,0x74])](_0x3725b4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x193c36(){let _0x2723dc,_0x143154=null,_0x305c82=null;try{if(_0x550338==_0x3725b4([0x47,0x50,0x4c]))return _0x3725b4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2723dc=_0x2819fa(),!_0x2723dc)return _0x3725b4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2723dc[_0x3725b4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x305c82=_0x5de724(_0x2723dc[_0x3725b4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2723dc[_0x3725b4([0x6a,0x74,0x69])])),await _0x17a8db()?_0xdfd8a3()?_0x292652()?_0x3725b4([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5a2976()?(_0x2723dc[_0x3725b4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3725b4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x143154=_0x591f73(_0x3725b4([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2723dc[_0x3725b4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3725b4([0x74,0x72,0x69,0x61,0x6c])&&(_0x143154=_0x591f73(_0x3725b4([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5ab3dd()):_0x3725b4([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3725b4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3725b4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x9b7124){return _0x3725b4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x292652(){const _0x23b042=[_0x3725b4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3725b4([0x74,0x72,0x69,0x61,0x6c])][_0x3725b4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2723dc[_0x3725b4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x183ec9/0x3e8:0xe10*_0xb0c382;return _0x2723dc[_0x3725b4([0x65,0x78,0x70])]<_0x23b042;}function _0xdfd8a3(){const _0x3ae6c5=_0x2723dc[_0x3725b4([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x3ae6c5)return!0x1;if(_0x3ae6c5[_0x3725b4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3725b4([0x2a])))return!0x0;if(_0x3ae6c5[_0x3725b4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3725b4([0x54,0x43])))return!0x0;if(_0x3ae6c5[_0x3725b4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3725b4([0x52,0x54,0x43]))){if(_0x296457())return!0x0;if(_0x57c901()||_0x465e93())return!0x0;}return!0x1;}function _0x5a2976(){const _0x5d9d73=_0x2723dc[_0x3725b4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5d9d73||0x0==_0x5d9d73[_0x3725b4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x230192}=new URL(window[_0x3725b4([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5d9d73[_0x3725b4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x230192))return!0x0;const _0x3c9d19=_0x230192[_0x3725b4([0x73,0x70,0x6c,0x69,0x74])](_0x3725b4([0x2e]));return _0x5d9d73[_0x3725b4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x33c5c7=>_0x33c5c7[_0x3725b4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3725b4([0x2a])))[_0x3725b4([0x6d,0x61,0x70])](_0x778fda=>_0x778fda[_0x3725b4([0x73,0x70,0x6c,0x69,0x74])](_0x3725b4([0x2e])))[_0x3725b4([0x73,0x6f,0x6d,0x65])](_0x11f121=>_0x3c9d19[_0x3725b4([0x65,0x76,0x65,0x72,0x79])]((_0x3381f8,_0x57ab0e)=>_0x11f121[_0x57ab0e]===_0x3381f8||_0x11f121[_0x57ab0e]===_0x3725b4([0x2a])));}function _0x5ab3dd(){return _0x143154&&_0x305c82?new window[(_0x3725b4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1ad0ca,_0x29a9c2)=>{_0x143154[_0x3725b4([0x74,0x68,0x65,0x6e])](_0x1ad0ca,_0x29a9c2),_0x305c82[_0x3725b4([0x74,0x68,0x65,0x6e])](_0x519da0=>{_0x519da0!=_0x3725b4([0x56,0x61,0x6c,0x69,0x64])&&_0x1ad0ca(_0x519da0);},_0x29a9c2);}):_0x143154||_0x305c82||_0x3725b4([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5de724(_0x163f87,_0xc91a4f){return new window[(_0x3725b4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3b8db7=>{if(_0x1c7310())return _0x3b8db7(_0x3725b4([0x56,0x61,0x6c,0x69,0x64]));_0x2ccc5d(),_0x17b5a4[_0x3725b4([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3725b4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x20b9c9=!0x1;const _0x64e54e=_0x18a796();function _0x276240(_0x3c4f37){return!!_0x3c4f37&&(typeof _0x3c4f37===_0x3725b4([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3c4f37===_0x3725b4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3c4f37[_0x3725b4([0x74,0x68,0x65,0x6e])]===_0x3725b4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3c4f37[_0x3725b4([0x63,0x61,0x74,0x63,0x68])]===_0x3725b4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x10fce6(_0x25bc3d){_0x4d5925(_0x25bc3d)[_0x3725b4([0x74,0x68,0x65,0x6e])](_0x1067f6=>{if(!_0x1067f6||_0x1067f6[_0x3725b4([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3725b4([0x6f,0x6b]))return _0x3725b4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x18ff54(_0xe8131(_0x64e54e+_0xc91a4f))!=_0x1067f6[_0x3725b4([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3725b4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3725b4([0x56,0x61,0x6c,0x69,0x64]);})[_0x3725b4([0x74,0x68,0x65,0x6e])](_0x22b5b1=>(_0xebd8aa(),_0x22b5b1),()=>{const _0x3e7d0d=_0x13bbf0();return null==_0x3e7d0d?(_0xebd8aa(),_0x3725b4([0x56,0x61,0x6c,0x69,0x64])):_0x3725b4(_0x183ec9-_0x3e7d0d>(0x53813274^_0x1157fc)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3725b4([0x74,0x68,0x65,0x6e])](_0x3b8db7)[_0x3725b4([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3b8db7(_0x3725b4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x30edab=0x77bb58f4^_0x1157fc;function _0xebd8aa(){const _0x3b4ade=_0x3725b4([0x6c,0x6c,0x63,0x74,0x2d])+_0x18ff54(_0xe8131(_0x163f87)),_0x37cb80=_0xa38cdd(_0x18ff54(window[_0x3725b4([0x4d,0x61,0x74,0x68])][_0x3725b4([0x63,0x65,0x69,0x6c])](_0x183ec9/_0x30edab)));window[_0x3725b4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3725b4([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3b4ade,_0x37cb80);}function _0x13bbf0(){const _0x55164d=_0x3725b4([0x6c,0x6c,0x63,0x74,0x2d])+_0x18ff54(_0xe8131(_0x163f87)),_0x4f1e0b=window[_0x3725b4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3725b4([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x55164d);return _0x4f1e0b?window[_0x3725b4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xa38cdd(_0x4f1e0b),0x10)*_0x30edab:null;}function _0x4d5925(_0x2bfb10){return new window[(_0x3725b4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x40f9a0,_0x125596)=>{_0x2bfb10[_0x3725b4([0x74,0x68,0x65,0x6e])](_0x40f9a0,_0x125596),window[_0x3725b4([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x125596,0x778c62b4^_0x1157fc);});}}_0x17b5a4[_0x3725b4([0x6f,0x6e])](_0x3725b4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x31ce7b,_0x5a5b6b)=>{if(_0x5a5b6b[0x0]!=_0x163f87)return _0x3b8db7(_0x3725b4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5a5b6b[0x1]={..._0x5a5b6b[0x1],[_0x3725b4([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x64e54e};},{[_0x3725b4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3725b4([0x68,0x69,0x67,0x68])}),_0x17b5a4[_0x3725b4([0x6f,0x6e])](_0x3725b4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xa06ce9=>{_0x276240(_0xa06ce9[_0x3725b4([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x20b9c9=!0x0,_0x10fce6(_0xa06ce9[_0x3725b4([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3725b4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3725b4([0x6c,0x6f,0x77])}),_0x564dae[_0x3725b4([0x74,0x68,0x65,0x6e])](()=>{_0x20b9c9||_0x3b8db7(_0x3725b4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1c7310(){return _0x17b5a4[_0x3725b4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3725b4([0x76,0x69,0x65,0x77])][_0x3725b4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3725b4([0x61,0x75,0x74,0x6f]);}function _0x2ccc5d(){_0x17b5a4[_0x3725b4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3725b4([0x76,0x69,0x65,0x77])][_0x3725b4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3725b4([0x61,0x75,0x74,0x6f]);}}function _0x591f73(_0x469459){const _0xb740f9=[new window[(_0x3725b4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x394199=>setTimeout(_0x394199,0x778488b8^_0x1157fc)),_0x564dae[_0x3725b4([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3725b4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2fd175=>{let _0x264f18=0x0;_0x17b5a4[_0x3725b4([0x6d,0x6f,0x64,0x65,0x6c])][_0x3725b4([0x6f,0x6e])](_0x3725b4([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2c7e81,_0x4c698c)=>{_0x4c698c[0x0][_0x3725b4([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x264f18++,_0x264f18==(0x778db78c^_0x1157fc)&&(_0x2fd175(),_0x2c7e81[_0x3725b4([0x6f,0x66,0x66])]());});}))];return window[_0x3725b4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3725b4([0x72,0x61,0x63,0x65])](_0xb740f9)[_0x3725b4([0x74,0x68,0x65,0x6e])](()=>_0x469459);}async function _0x4efcbb(){await _0x564dae,_0x17b5a4[_0x3725b4([0x6d,0x6f,0x64,0x65,0x6c])][_0x3725b4([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3f0869,_0x17b5a4[_0x3725b4([0x6d,0x6f,0x64,0x65,0x6c])][_0x3725b4([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3f0869,_0x17b5a4[_0x3725b4([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3725b4([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x296457(){return _0x692a7d(_0x3725b4([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0xde7025(_0x3725b4([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x3725b4([0x73,0x74,0x61,0x74,0x65])]==_0x3725b4([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x57c901(){return _0x692a7d(_0x3725b4([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 _0x465e93(){return _0x692a7d(_0x3725b4([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x34cfd3(_0x3cf7f9){const _0x58e123=_0x1af1e7();_0x17b5a4[_0x58e123]=_0x3725b4([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3cf7f9,_0x3cf7f9!=_0x3725b4([0x56,0x61,0x6c,0x69,0x64])&&_0x4efcbb();}function _0x1af1e7(){const _0x2ad3c7=window[_0x3725b4([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3725b4([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3725b4([0x6e,0x6f,0x77])]())[_0x3725b4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3725b4([0x2e]),'');let _0x3c0112=_0x3725b4([0x54]);for(let _0x38c8f4=0x0;_0x38c8f4<_0x2ad3c7[_0x3725b4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x38c8f4+=0x2){let _0x3b82e6=window[_0x3725b4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2ad3c7[_0x3725b4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x38c8f4,_0x38c8f4+0x2));_0x3b82e6>=_0x1b0f84[_0x3725b4([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3b82e6-=_0x1b0f84[_0x3725b4([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3c0112+=_0x1b0f84[_0x3b82e6];}return _0x3c0112;}function _0x2819fa(){const _0x41426e=_0x550338[_0x3725b4([0x73,0x70,0x6c,0x69,0x74])](_0x3725b4([0x2e]));if(0x3!=_0x41426e[_0x3725b4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x37e44b(_0x41426e[0x1]);function _0x37e44b(_0x32335d){const _0x5b363b=_0x5abdce(_0x32335d);return _0x5b363b&&_0xeb1344()?_0x5b363b:null;function _0xeb1344(){const _0x4c15fc=_0x5b363b[_0x3725b4([0x6a,0x74,0x69])],_0x453ada=window[_0x3725b4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4c15fc[_0x3725b4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4c15fc[_0x3725b4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1c2310={..._0x5b363b,[_0x3725b4([0x6a,0x74,0x69])]:_0x4c15fc[_0x3725b4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4c15fc[_0x3725b4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1c2310[_0x3725b4([0x76,0x63])],_0xe8131(_0x1c2310)==_0x453ada;}}}async function _0x17a8db(){let _0x18ae55=!0x0;try{const _0x230d34=_0x550338[_0x3725b4([0x73,0x70,0x6c,0x69,0x74])](_0x3725b4([0x2e])),[_0x5abc66,_0x5e5f4e,_0x23e83e]=_0x230d34;return _0x47faf2(_0x5abc66),await _0x5aff27(_0x5abc66,_0x5e5f4e,_0x23e83e),_0x18ae55;}catch(_0x3257d3){return!0x1;}function _0x47faf2(_0x2341c0){const _0x146143=_0x5abdce(_0x2341c0);_0x146143&&_0x146143[_0x3725b4([0x61,0x6c,0x67])]==_0x3725b4([0x45,0x53,0x32,0x35,0x36])||(_0x18ae55=!0x1);}async function _0x5aff27(_0x1d9c32,_0x3031f8,_0x54fe4e){const _0x5aad6a=window[_0x3725b4([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3725b4([0x66,0x72,0x6f,0x6d])](_0x10e0d4(_0x54fe4e),_0x8becc4=>_0x8becc4[_0x3725b4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2cbdc5=new window[(_0x3725b4([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3725b4([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1d9c32+_0x3725b4([0x2e])+_0x3031f8),_0x546d1b=window[_0x3725b4([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3725b4([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x546d1b)return;const _0x1af546=await _0x546d1b[_0x3725b4([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3725b4([0x6a,0x77,0x6b]),_0x4bc88a,{[_0x3725b4([0x6e,0x61,0x6d,0x65])]:_0x3725b4([0x45,0x43,0x44,0x53,0x41]),[_0x3725b4([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3725b4([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3725b4([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x546d1b[_0x3725b4([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3725b4([0x6e,0x61,0x6d,0x65])]:_0x3725b4([0x45,0x43,0x44,0x53,0x41]),[_0x3725b4([0x68,0x61,0x73,0x68])]:{[_0x3725b4([0x6e,0x61,0x6d,0x65])]:_0x3725b4([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1af546,_0x5aad6a,_0x2cbdc5)||(_0x18ae55=!0x1);}}function _0x5abdce(_0x4a3764){return _0x4a3764[_0x3725b4([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3725b4([0x65,0x79]))?JSON[_0x3725b4([0x70,0x61,0x72,0x73,0x65])](_0x10e0d4(_0x4a3764)):null;}function _0x10e0d4(_0x515980){return window[_0x3725b4([0x61,0x74,0x6f,0x62])](_0x515980[_0x3725b4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3725b4([0x2b]))[_0x3725b4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3725b4([0x2f])));}function _0xe8131(_0x2ba28b){let _0x4a0e52=0x1505;function _0x3d56c0(_0x2caaa6){for(let _0x4f4cb3=0x0;_0x4f4cb3<_0x2caaa6[_0x3725b4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4f4cb3++){const _0x1be61b=_0x2caaa6[_0x3725b4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4f4cb3);_0x4a0e52=(_0x4a0e52<<0x5)+_0x4a0e52+_0x1be61b,_0x4a0e52&=_0x4a0e52;}}function _0x3716e2(_0x48fdd9){Array[_0x3725b4([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x48fdd9)?_0x48fdd9[_0x3725b4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3716e2):_0x48fdd9&&typeof _0x48fdd9==_0x3725b4([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3725b4([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x48fdd9)[_0x3725b4([0x73,0x6f,0x72,0x74])]()[_0x3725b4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2bc777,_0x382adc])=>{_0x3d56c0(_0x2bc777),_0x3716e2(_0x382adc);}):_0x3d56c0(window[_0x3725b4([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x48fdd9));}return _0x3716e2(_0x2ba28b),_0x4a0e52>>>0x0;}function _0x18ff54(_0x11b04f){return _0x11b04f[_0x3725b4([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3725b4([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3725b4([0x30]));}function _0xa38cdd(_0x4bddcc){return _0x4bddcc[_0x3725b4([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3725b4([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3725b4([0x6a,0x6f,0x69,0x6e])]('');}function _0x692a7d(_0x14525d){return _0x17b5a4[_0x3725b4([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x3725b4([0x68,0x61,0x73])](_0x14525d);}function _0xde7025(_0xc36cfa){return _0x17b5a4[_0x3725b4([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x3725b4([0x67,0x65,0x74])](_0xc36cfa);}function _0x3f0869(){}function _0x3725b4(_0x3232ff){return _0x3232ff['map'](_0x1c9d9f=>String['fromCharCode'](_0x1c9d9f))['join']('');}_0x34cfd3(await _0x193c36());}(this);}set['adapter'](_0x4572f6){if(this['_adapter'])throw new _0xb1fe46('track-changes-adapter-already-set',this);this['_adapter']=_0x4572f6;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x27d9b8=!0x1,toJSON:_0x244223=!0x1}={}){const _0x485138=[];for(const _0x2dd25b of this['_suggestions']['values']())_0x27d9b8&&!_0x2dd25b['isInContent']||_0x485138['push'](_0x2dd25b);return _0x244223?_0x485138['map'](_0x2fa161=>_0x2fa161['toJSON']()):_0x485138;}['getSuggestion'](_0x53c16d){const _0x52d0eb=this['_suggestions']['get'](_0x53c16d);if(!_0x52d0eb)throw new _0xb1fe46('track-changes-suggestion-not-found',this);return _0x52d0eb;}['hasSuggestion'](_0x477c0b){return this['_suggestions']['has'](_0x477c0b);}['addSuggestionData'](_0x29f065){const {authorId:_0x4da077,id:_0x37175b,attributes:_0x39053f}=_0x29f065,[_0x77da33,_0x5d8625]=_0x29f065['type']['split'](':'),_0x1eb74d=this['_suggestions']['get'](_0x37175b)||this['_createSuggestion'](_0x77da33,_0x5d8625,_0x37175b,_0x4da077,_0x39053f);if(this['_addThreadToSuggestion'](_0x1eb74d),this['_checkSuggestionCorrectness'](_0x1eb74d,_0x77da33,_0x5d8625||null,_0x4da077),_0x1eb74d['createdAt']=_0x29f065['createdAt'],_0x1eb74d['_isDataLoaded']=!0x0,_0x39053f&&_0x39053f['@external']){const _0x229a6f=_0x39053f['@external'],_0x478934=this['_getExternalAuthor'](_0x229a6f['authorName']);_0x1eb74d['authoredAt']=_0x229a6f['createdAt'],_0x1eb74d['author']=_0x478934,_0x1eb74d['isExternal']=!0x0;}else _0x1eb74d['authoredAt']=_0x29f065['createdAt'];switch(_0x29f065['data']&&(_0x1eb74d['data']=_0x29f065['data']),_0x29f065['attributes']&&(_0x1eb74d['attributes']=_0x29f065['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x1eb74d['_saved']=!0x0),this['_suggestionState']['get'](_0x1eb74d)){case'notReady':this['_suggestionState']['set'](_0x1eb74d,'dataReady');break;case'markerReady':_0x1eb74d['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x1eb74d])),this['_refreshSuggestionsChain'](new Set([_0x1eb74d])),this['_suggestionState']['set'](_0x1eb74d,'ready'),this['fire']('suggestionLoaded',_0x1eb74d)):this['_suggestionState']['set'](_0x1eb74d,'removed');}return _0x1eb74d;}['acceptSuggestion'](_0x1f032d){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x313c18 of _0x1f032d['getAllAdjacentSuggestions']())_0x313c18['accept']();});});}['discardSuggestion'](_0x174d00){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x2c5603 of _0x174d00['getAllAdjacentSuggestions']())_0x2c5603['discard']();});});}['enableCommand'](_0x21e914,_0x5b9931){const _0x492dad=this['editor']['commands']['get'](_0x21e914);if(!_0x492dad)throw new _0xb1fe46('track-changes-command-not-found',this,{'commandName':_0x21e914});if(this['_enabledCommands']['has'](_0x492dad))throw new _0xb1fe46('track-changes-enable-command-twice',this,{'commandName':_0x21e914});this['_enabledCommands']['add'](_0x492dad),_0x5b9931&&_0x492dad['on']('execute',(_0xd6e6da,_0x4d86d0)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x4d86d0['length']>0x0&&_0x4d86d0[_0x4d86d0['length']-0x1]&&_0x4d86d0[_0x4d86d0['length']-0x1]['forceDefaultExecution']?_0x4d86d0['pop']():(_0xd6e6da['return']=_0x5b9931((..._0x1409bd)=>_0x492dad['execute'](..._0x1409bd,{'forceDefaultExecution':!0x0}),..._0x4d86d0),_0xd6e6da['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x2a8616){let _0x5223bb,_0x2eabb9;const _0x20a4bd=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x5223bb=_0x2a8616();}catch(_0x2c7969){_0x2eabb9=_0x2c7969;}return _0x20a4bd||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x2eabb9&&_0xb1fe46['rethrowUnexpectedError'](_0x2eabb9,this),_0x5223bb;}['markInsertion'](_0xca70fc,_0x523508=null,_0x7160cc={}){if(_0xca70fc['isCollapsed'])return null;const _0x12603f=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x1ec3b5,meta:_0x41f3e5}of this['_findSuggestions'](_0xca70fc,'insertion'))if(_0x41f3e5['isOwn']){if(!_0x41f3e5['isNextTo']){if(_0x41f3e5['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Qt(_0x1ec3b5,_0x7160cc))continue;return _0x1ec3b5;}if(Qt(_0x1ec3b5,_0x7160cc))return _0x1ec3b5;this['_breakSuggestionMarker'](_0x1ec3b5,_0xca70fc['start'],_0xca70fc['end']);break;}if(_0x523508==_0x1ec3b5['subType']&&Qt(_0x1ec3b5,_0x7160cc)){const _0x108876=_0x1ec3b5['getFirstRange']();return _0x108876['start']['isEqual'](_0xca70fc['end'])?this['_setSuggestionRange'](_0x1ec3b5,this['_model']['createRange'](_0xca70fc['start'],_0x108876['end'])):this['_setSuggestionRange'](_0x1ec3b5,this['_model']['createRange'](_0x108876['start'],_0xca70fc['end'])),_0x1ec3b5;}}const _0x108140=_0x18a796(),_0x26d34e=_0x12603f['id'],_0x2e428d=_0x523508?'insertion:'+_0x523508:'insertion',_0x37976c=this['_setSuggestionData']({'id':_0x108140,'type':_0x2e428d,'createdAt':new Date(),'authorId':_0x26d34e,'attributes':_0x7160cc});return this['_addSuggestionMarker'](_0x2e428d,_0x108140,_0x26d34e,_0xca70fc),_0x37976c;}['markMultiRangeInsertion'](_0x4779a4,_0x1b841d='multi',_0x254f02={}){const _0x51416d=this['editor']['plugins']['get']('Users')['me'],_0x6bda67=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x1b841d,'join');for(const _0x3f7309 of this['getSuggestions']())if(_0x3f7309['author']['id']==_0x51416d['id']&&'insertion'==_0x3f7309['type']&&_0x3f7309['subType']==_0x1b841d&&Qt(_0x3f7309,_0x254f02)&&(_0x6bda67(_0x3f7309['getRanges'](),_0x4779a4)||_0x6bda67(_0x4779a4,_0x3f7309['getRanges']()))){for(const _0x4e2edc of _0x4779a4)_0x3f7309['addRange'](_0x4e2edc);return _0x3f7309;}for(const {suggestion:_0x2bdc88,meta:_0x468779}of this['_findSuggestions'](_0x4779a4,'insertion')){if(!_0x468779['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x468779['containsRangeInObject'])continue;if(!Qt(_0x2bdc88,_0x254f02))continue;let _0x4fe4be=!0x0;for(const _0x427e7e of _0x2bdc88['getRanges']())for(const _0x15a1c5 of _0x4779a4)if(!_0x427e7e['containsRange'](_0x15a1c5)){_0x4fe4be=!0x1;break;}if(_0x4fe4be)return _0x2bdc88;}const _0x21405d=_0x18a796(),_0x4238e9=_0x51416d['id'],_0x3eb61b='insertion:'+_0x1b841d,_0x1c5376=this['_setSuggestionData']({'id':_0x21405d,'type':_0x3eb61b,'createdAt':new Date(),'authorId':_0x4238e9,'attributes':_0x254f02});for(const _0x41760a of _0x4779a4)this['_addSuggestionMarker'](_0x3eb61b,_0x21405d,_0x4238e9,_0x41760a,o['getMultiRangeId']());return _0x1c5376;}['markInlineFormat'](_0xb011,_0x78d959,_0x4e1abc=null,_0x44664d={}){if(_0x4e1abc=_0x4e1abc||Jt(_0x78d959),_0xb011['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x4f0cb7=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x4e1abc,'accept');return this['forceDefaultExecution'](()=>_0x4f0cb7([_0xb011],_0x78d959,_0x44664d)),null;}const _0x1daa0b=this['editor']['plugins']['get']('Users')['me'],_0x5d065b=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x28c31b,meta:_0x4c1944}of this['_findSuggestions'](_0xb011,'insertion'))_0x4c1944['isOwn']&&!_0x4c1944['isInsideObject']&&_0x5d065b['push'](..._0x28c31b['getRanges']());}const _0x186168=function(_0x180d27,_0x3f0be5){const _0x4e7948=[];for(const _0x3e0e0a of _0x3f0be5){const _0x40131f=_0x180d27['getIntersection'](_0x3e0e0a);_0x40131f&&_0x4e7948['push'](_0x40131f);}return _0x4e7948;}(_0xb011,_0x5d065b),_0xc281e3=function(_0x481b53,_0x2d5321){const _0x3ec683=[_0x481b53];for(const _0x4db038 of _0x2d5321){let _0x434799=0x0;for(;_0x434799<_0x3ec683['length'];){const _0x2222eb=_0x3ec683[_0x434799]['getDifference'](_0x4db038);_0x3ec683['splice'](_0x434799,0x1,..._0x2222eb),_0x434799+=_0x2222eb['length'];}}return _0x3ec683;}(_0xb011,_0x5d065b);_0x186168['length']&&this['_model']['change'](()=>{for(const _0x33afa1 of _0x186168){const _0x493854=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x4e1abc,'accept');this['forceDefaultExecution'](()=>_0x493854([_0x33afa1],_0x78d959,_0x44664d));}});for(const _0x22d8f6 of _0xc281e3){let _0x1e4567=null,_0x1bcb5f=_0x22d8f6['start'],_0x383f19=_0x22d8f6['end'];for(const {suggestion:_0x75e75,meta:_0x13402f}of this['_findSuggestions'](_0x22d8f6,'formatInline')){if(!_0x13402f['isOwn'])continue;if(_0x75e75['subType']!=_0x4e1abc)continue;if(!Qt(_0x75e75,_0x44664d))continue;const _0x936702=_0x75e75['getFirstRange']();if(_0x936702['containsRange'](_0x22d8f6,!0x0))return null;_0x1bcb5f=_0x1bcb5f['isBefore'](_0x936702['start'])?_0x1bcb5f:_0x936702['start'],_0x383f19=_0x383f19['isAfter'](_0x936702['end'])?_0x383f19:_0x936702['end'],_0x1e4567?_0x936702['start']['isBefore'](_0x1e4567['getFirstRange']()['start'])?(_0x1e4567['removeMarkers'](),_0x1e4567=_0x75e75):_0x75e75['removeMarkers']():_0x1e4567=_0x75e75;}const _0x7edc09=this['_model']['createRange'](_0x1bcb5f,_0x383f19);if(_0x1e4567)this['_setSuggestionRange'](_0x1e4567,_0x7edc09);else{const _0x27a250=_0x18a796(),_0x3cf204=_0x1daa0b['id'];this['_setSuggestionData']({'id':_0x27a250,'type':'formatInline:'+_0x4e1abc,'data':_0x78d959,'createdAt':new Date(),'authorId':_0x3cf204,'attributes':_0x44664d}),this['_addSuggestionMarker']('formatInline:'+_0x4e1abc,_0x27a250,_0x3cf204,_0x7edc09);}}return null;}['markBlockFormat'](_0x2c71f6,_0x3403d7,_0x365908=[],_0x1485ba=null,_0x598711={}){_0x3403d7['formatGroupId']||(_0x3403d7['formatGroupId']=_0x3403d7['commandName']),_0x3403d7['multipleBlocks']=_0x2c71f6['is']('range'),_0x1485ba=_0x1485ba||Jt(_0x3403d7);const _0x3b7706=_0x365908['map'](_0x6175d4=>qt(_0x6175d4,this['_model'])),_0x1a31db=_0x2c71f6['is']('range')?_0x2c71f6:qt(_0x2c71f6,this['_model']);if('never'===this['_trackFormatChanges']){const _0x5b029a=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1485ba,'accept');return this['forceDefaultExecution'](()=>_0x5b029a([_0x1a31db],_0x3403d7,_0x598711)),null;}_0x3b7706['push'](_0x1a31db);let _0x240cb3=!0x0;for(const _0x3322b3 of _0x3b7706)if(!this['_rangeIsInLocalUserInsertion'](_0x3322b3)){_0x240cb3=!0x1;break;}if(_0x240cb3&&'always'!==this['_trackFormatChanges']){const _0x3a3e47=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1485ba,'accept');return this['forceDefaultExecution'](()=>_0x3a3e47([_0x1a31db],_0x3403d7,_0x598711)),null;}let _0x3180b2=null,_0x14fd82=_0x1a31db['start'],_0x572e38=_0x1a31db['end'];for(const {suggestion:_0x4cc962,meta:_0x4b1c38}of this['_findSuggestions'](_0x1a31db,'formatBlock')){if(!_0x4b1c38['isOwn'])continue;if(_0x4b1c38['isNextTo']||_0x4b1c38['containsRangeInObject']||_0x4b1c38['isInsideObject'])continue;if(_0x4cc962['data']['formatGroupId']!=_0x3403d7['formatGroupId'])continue;if(!Qt(_0x4cc962,_0x598711))continue;const _0x2feb21=_0x4cc962['getFirstRange']();if(_0x4cc962['subType']==_0x1485ba){if(_0x2feb21['containsRange'](_0x1a31db,!0x0))return null;_0x14fd82=_0x14fd82['isBefore'](_0x2feb21['start'])?_0x14fd82:_0x2feb21['start'],_0x572e38=_0x572e38['isAfter'](_0x2feb21['end'])?_0x572e38:_0x2feb21['end'],_0x3180b2?_0x2feb21['start']['isBefore'](_0x3180b2['getFirstRange']()['start'])?(_0x3180b2['removeMarkers'](),_0x3180b2=_0x4cc962):_0x4cc962['removeMarkers']():_0x3180b2=_0x4cc962;}else{const _0x30e613=_0x1a31db['getIntersection'](_0x2feb21);this['_cutOutSuggestionMarker'](_0x4cc962,_0x30e613);}}const _0x4b02b5=this['editor']['plugins']['get']('Users')['me'],_0x2b9fda=_0x18a796(),_0x5c3700=_0x4b02b5['id'];if(_0x3180b2)return this['_setSuggestionRange'](_0x3180b2,this['_model']['createRange'](_0x14fd82,_0x572e38)),_0x3180b2;{const _0x25461d=this['_setSuggestionData']({'id':_0x2b9fda,'type':'formatBlock:'+_0x1485ba,'data':_0x3403d7,'createdAt':new Date(),'authorId':_0x5c3700,'attributes':_0x598711});return this['_addSuggestionMarker']('formatBlock:'+_0x1485ba,_0x2b9fda,_0x5c3700,this['_model']['createRange'](_0x14fd82,_0x572e38)),_0x25461d;}}['markMultiRangeBlockFormat'](_0x4ab98d,_0x524473,_0x130049=[],_0xe24aad=null,_0x3edfda={}){_0x524473['formatGroupId']||(_0x524473['formatGroupId']=_0x524473['commandName']);const _0x178f51=_0x4ab98d[0x0];_0x524473['multipleBlocks']=_0x178f51['is']('range'),_0xe24aad=_0xe24aad||Jt(_0x524473);const _0x23f937=_0x130049['map'](_0x544345=>qt(_0x544345,this['_model'])),_0xb68e6e=_0x178f51['is']('range')?_0x4ab98d:_0x4ab98d['map'](_0x1a1279=>qt(_0x1a1279,this['_model']));if('never'===this['_trackFormatChanges']){const _0x56c6ed=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0xe24aad,'accept');return this['forceDefaultExecution'](()=>_0x56c6ed(_0xb68e6e,_0x524473,_0x3edfda)),null;}_0x23f937['push'](..._0xb68e6e);let _0x180ff3=!0x0;for(const _0x50e240 of _0x23f937)if(!this['_rangeIsInLocalUserInsertion'](_0x50e240)){_0x180ff3=!0x1;break;}if(_0x180ff3&&'always'!==this['_trackFormatChanges']){const _0x458fad=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0xe24aad,'accept');return this['forceDefaultExecution'](()=>_0x458fad(_0xb68e6e,_0x524473,_0x3edfda)),null;}const _0x1d5745=this['editor']['plugins']['get']('Users')['me'];for(const _0x47fa7f of this['getSuggestions']()){if(_0x47fa7f['author']['id']!=_0x1d5745['id'])continue;if('formatBlock'!=_0x47fa7f['type']||_0x47fa7f['data']['formatGroupId']!=_0x524473['formatGroupId'])continue;if(!Qt(_0x47fa7f,_0x3edfda))continue;const _0x3ee23b=_0x47fa7f['subType']==_0xe24aad;for(let _0x1ed94c=0x0;_0x1ed94c<_0xb68e6e['length'];_0x1ed94c++){const _0x4b8e8f=_0xb68e6e[_0x1ed94c];for(const _0x232d9b of _0x47fa7f['getMarkers']()){const _0x337e51=_0x232d9b['getRange']();if(_0x4b8e8f['isEqual'](_0x337e51)){_0x3ee23b?(_0xb68e6e['splice'](_0x1ed94c,0x1),_0x1ed94c--):_0x47fa7f['removeMarker'](_0x232d9b['name']);break;}}}}if(0x0==_0xb68e6e['length'])return null;const _0xfef07a=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0xe24aad,'join');for(const _0x3867fa of this['getSuggestions']())if(_0x3867fa['author']['id']==_0x1d5745['id']&&'formatBlock'==_0x3867fa['type']&&_0x3867fa['data']['formatGroupId']==_0x524473['formatGroupId']&&_0x3867fa['subType']==_0xe24aad&&Qt(_0x3867fa,_0x3edfda)&&(_0xfef07a(_0x3867fa['getRanges'](),_0xb68e6e)||_0xfef07a(_0xb68e6e,_0x3867fa['getRanges']()))){for(const _0x5aea86 of _0xb68e6e)_0x3867fa['addRange'](_0x5aea86);return _0x3867fa;}const _0x102b92=_0x18a796(),_0x3f9074=_0x1d5745['id'],_0x2bcbf7='formatBlock:'+_0xe24aad,_0x33d5e6=this['_setSuggestionData']({'id':_0x102b92,'type':_0x2bcbf7,'data':_0x524473,'createdAt':new Date(),'authorId':_0x3f9074,'attributes':_0x3edfda});for(const _0x55802a of _0xb68e6e)this['_addSuggestionMarker'](_0x2bcbf7,_0x102b92,_0x3f9074,_0x55802a,o['getMultiRangeId']());return _0x33d5e6;}['markDeletion'](_0x219698,_0x15d8be=null,_0x1b991d={}){if(_0x219698['isCollapsed'])return null;const _0x4bc804=this['editor']['plugins']['get']('Users')['me'],_0x21bb5b=new _0x1a0cce(_0x219698['start'],_0x219698['end']);for(const {suggestion:_0x42bdf4,meta:_0x3e92e1}of this['_findSuggestions'](_0x21bb5b,'insertion'))if(_0x3e92e1['isOwn']&&!_0x3e92e1['isNextTo']){if(_0x42bdf4['isMultiRange']){const _0x3abad8=_0x42bdf4['getRanges']()['filter'](_0x409e2b=>'$graveyard'!=_0x409e2b['root']['rootName']);_0x3abad8['every'](_0x1fd1ad=>_0x21bb5b['containsRange'](_0x1fd1ad,!0x0))&&_0x42bdf4['discard']();if(_0x3abad8['some'](_0x57ec60=>_0x57ec60['containsRange'](_0x21bb5b,!0x0))){const _0x4b472e=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x15d8be,'accept');return this['forceDefaultExecution'](()=>_0x4b472e([_0x21bb5b],null,_0x1b991d)),null;}}else{const _0x17d8a7=_0x21bb5b['getIntersection'](_0x42bdf4['getFirstRange']());null!==_0x17d8a7&&_0x42bdf4['_onDiscard']([_0x17d8a7],null,_0x1b991d);}}if(_0x21bb5b['detach'](),_0x21bb5b['isCollapsed']||'$graveyard'==_0x21bb5b['root']['rootName'])return null;let _0x353f11=null,_0x523b3f=_0x21bb5b['start'],_0x7389fc=_0x21bb5b['end'];const _0x56a601=this['_findSuggestions'](_0x21bb5b,'deletion');for(const {suggestion:_0x49334b,meta:_0x214635}of _0x56a601){const _0x54e276=this['_model']['createRange'](_0x523b3f,_0x7389fc);if(_0x214635['isOwn']&&(this['_mergeNestedSuggestions']||!_0x214635['containsRangeInObject']&&!_0x214635['isInsideObject'])){if(_0x49334b['isMultiRange']){if(!Qt(_0x49334b,_0x1b991d))continue;let _0x448500=!0x0;for(const _0x198615 of _0x49334b['getRanges']()){if(_0x198615['containsRange'](_0x54e276,!0x0))return _0x49334b;_0x54e276['containsRange'](_0x198615)||(_0x448500=!0x1);}_0x448500&&_0x49334b['discard']();}else{const _0x4b730d=_0x49334b['getFirstRange']();if(_0x4b730d['containsRange'](_0x54e276,!0x0))return _0x49334b;if(!Qt(_0x49334b,_0x1b991d)){_0x54e276['containsRange'](_0x4b730d)?_0x49334b['removeMarkers']():_0x4b730d['containsPosition'](_0x523b3f)?_0x523b3f=_0x4b730d['end']:_0x4b730d['containsPosition'](_0x7389fc)&&(_0x7389fc=_0x4b730d['start']);continue;}_0x523b3f=_0x523b3f['isBefore'](_0x4b730d['start'])?_0x523b3f:_0x4b730d['start'],_0x7389fc=_0x7389fc['isAfter'](_0x4b730d['end'])?_0x7389fc:_0x4b730d['end'],_0x1b991d=Object['assign']({},_0x49334b['attributes']),_0x353f11?_0x4b730d['start']['isBefore'](_0x353f11['getFirstRange']()['start'])?(_0x353f11['removeMarkers'](),_0x353f11=_0x49334b):_0x49334b['removeMarkers']():_0x353f11=_0x49334b;}}}if(_0x353f11)return this['_setSuggestionRange'](_0x353f11,this['_model']['createRange'](_0x523b3f,_0x7389fc)),_0x353f11;{const _0x37a477=_0x18a796(),_0x117c97=this['_model']['createRange'](_0x523b3f,_0x7389fc),_0x5434c4=_0x4bc804['id'],_0x59f658=_0x15d8be?'deletion:'+_0x15d8be:'deletion',_0x18af7d=this['_setSuggestionData']({'id':_0x37a477,'type':_0x59f658,'createdAt':new Date(),'authorId':_0x5434c4,'attributes':_0x1b991d});return this['_addSuggestionMarker'](_0x59f658,_0x37a477,_0x5434c4,_0x117c97),_0x18af7d;}}['markMultiRangeDeletion'](_0x50e34c,_0x47e177='multi',_0x2859b6={}){const _0x11365f=this['editor']['plugins']['get']('Users')['me'],_0x212448=_0x50e34c['map'](_0x48eabb=>new _0x1a0cce(_0x48eabb['start'],_0x48eabb['end'])),_0x54b559=new Set();for(const {suggestion:_0x2c4d95,meta:_0x52ade4}of this['_findSuggestions'](_0x212448,'insertion'))_0x52ade4['isOwn']&&!_0x52ade4['isNextTo']&&_0x54b559['add'](_0x2c4d95);for(const _0x1c031f of _0x54b559)if(_0x1c031f['isMultiRange']){const _0x5351ef=_0x1c031f['getRanges']();(!_0x1c031f['attributes']||!_0x1c031f['attributes']['skipNestingCheck'])&&(_0x5351ef['every'](_0xcf39f=>_0x212448['some'](_0x323e28=>_0x323e28['containsRange'](_0xcf39f,!0x0)))&&_0x1c031f['discard']());if(_0x212448['every'](_0x32e1e1=>_0x5351ef['some'](_0x5b8b24=>_0x5b8b24['containsRange'](_0x32e1e1,!0x0)))){const _0x108a3f=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x47e177,'accept');return this['forceDefaultExecution'](()=>_0x108a3f(_0x50e34c,null,_0x2859b6)),null;}}else{const _0x85b2e6=_0x1c031f['getFirstRange']();_0x212448['some'](_0x35c658=>_0x35c658['containsRange'](_0x85b2e6,!0x0))&&_0x1c031f['discard']();if(_0x212448['every'](_0x906d5a=>_0x85b2e6['containsRange'](_0x906d5a,!0x0))){const _0x5dde15=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x47e177,'accept');return this['forceDefaultExecution'](()=>_0x5dde15(_0x212448,null,_0x2859b6)),null;}}const _0x5a5e59=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x47e177,'join');let _0x315d14=null;for(const _0x5174e0 of this['getSuggestions']())if(_0x5174e0['author']['id']==_0x11365f['id']&&_0x5174e0['isInContent']&&'deletion'==_0x5174e0['type']&&_0x5174e0['subType']==_0x47e177&&Qt(_0x5174e0,_0x2859b6)&&(_0x5a5e59(_0x5174e0['getRanges'](),_0x212448)||_0x5a5e59(_0x212448,_0x5174e0['getRanges']()))){if(_0x315d14){if(_0x5174e0['commentThread']&&_0x5174e0['commentThread']['length'])continue;for(const _0x43160d of _0x5174e0['getRanges']())_0x315d14['isIntersectingWithRange'](_0x43160d)||_0x315d14['addRange'](_0x43160d);_0x5174e0['removeMarkers']();}else{_0x315d14=_0x5174e0;for(const _0x495aae of _0x212448)_0x5174e0['isIntersectingWithRange'](_0x495aae)||_0x5174e0['addRange'](_0x495aae);}}if(_0x315d14)return _0x315d14;_0x54b559['clear']();for(const {suggestion:_0x1090d6,meta:_0x1cc7ba}of this['_findSuggestions'](_0x212448,'deletion'))_0x1cc7ba['isOwn']&&(this['_mergeNestedSuggestions']||!_0x1cc7ba['containsRangeInObject']&&!_0x1cc7ba['isInsideObject'])&&Qt(_0x1090d6,_0x2859b6)&&_0x54b559['add'](_0x1090d6);for(const _0x4850cd of _0x54b559){const _0x1986fa=_0x4850cd['getRanges']();if(!_0x2859b6||!_0x2859b6['skipNestingCheck']){if(_0x212448['every'](_0x187fd7=>_0x1986fa['some'](_0x4970ae=>_0x4970ae['containsRange'](_0x187fd7,!0x0))))return _0x4850cd;}(!_0x4850cd['attributes']||!_0x4850cd['attributes']['skipNestingCheck'])&&(_0x1986fa['every'](_0x2f99bc=>_0x212448['some'](_0x2192b6=>_0x2192b6['containsRange'](_0x2f99bc,!0x0)))&&_0x4850cd['discard']());}const _0x287cf3=_0x18a796(),_0xfb8390=_0x11365f['id'],_0x5197c8='deletion:'+_0x47e177,_0x3c20d9=this['_setSuggestionData']({'id':_0x287cf3,'type':_0x5197c8,'createdAt':new Date(),'authorId':_0xfb8390,'attributes':_0x2859b6});for(const _0x39bcba of _0x212448)_0x39bcba['detach'](),_0x39bcba['isCollapsed']||'$graveyard'==_0x39bcba['root']['rootName']||this['_addSuggestionMarker'](_0x5197c8,_0x287cf3,_0xfb8390,_0x39bcba,o['getMultiRangeId']());return _0x3c20d9;}['markAttributeChange'](_0x2f26f8,_0x14de7c,_0x3ec756,_0x3e42f8,_0x128190){if(_0x2f26f8['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x563c8f=this['editor']['plugins']['get']('Users')['me']['id'],_0x5d258e=Array['from'](this['_suggestions']['values']())['filter'](_0x283456=>'attribute'==_0x283456['type']&&_0x283456['data']['key']==_0x14de7c&&_0x283456['isIntersectingWithRange'](_0x2f26f8));if('default'===this['_trackFormatChanges']){const _0x4ad3eb=this['_findSuggestions'](_0x2f26f8,'insertion')['filter'](({meta:_0x56c60b})=>_0x56c60b['isOwn']&&!_0x56c60b['isInsideObject']&&!_0x56c60b['isNextTo'])['map'](({suggestion:_0xea6fc2})=>_0xea6fc2);_0x5d258e['unshift'](..._0x4ad3eb);}const _0x5b96d9=new Map([[_0x2f26f8,_0x3ec756]]);for(const _0x469155 of _0x5d258e){const _0xc87916='attribute'==_0x469155['type']?_0x469155['data']['oldValue']:void 0x0,_0x57180a=_0x469155['getFirstRange'](),_0x4aaa94=Array['from'](_0x5b96d9['keys']())['find'](_0x2fa43e=>_0x2fa43e['isIntersecting'](_0x57180a));if(!_0x4aaa94)continue;const _0x52f838=_0x4aaa94['getDifference'](_0x57180a);this['_isBlockAttribute'](_0x14de7c)&&'insertion'==_0x469155['type']&&0x0!=_0x52f838['length']||(_0x5b96d9['delete'](_0x4aaa94),_0x52f838['forEach'](_0x585846=>{_0x5b96d9['set'](_0x585846,_0x3ec756);}),'insertion'!=_0x469155['type']&&_0xc87916!=_0x3e42f8&&_0x5b96d9['set'](_0x4aaa94['getIntersection'](_0x57180a),_0xc87916));}const _0x22a080=[];for(const [_0x47713a,_0x425662]of _0x5b96d9){const _0x157b85=_0x18a796(),_0x1112ab={'key':_0x14de7c,'oldValue':_0x425662,'newValue':_0x3e42f8};_0x14de7c['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':_0x14de7c});const _0x5611c5=('attribute:'+(_0x14de7c+'|'+Jt({'newValue':_0x3e42f8})))['substring'](0x0,0x3c),_0x555965=this['_setSuggestionData']({'id':_0x157b85,'type':_0x5611c5,'data':_0x1112ab,'createdAt':new Date(),'authorId':_0x563c8f,'attributes':_0x128190});_0x22a080['push'](_0x555965),this['_addSuggestionMarker'](_0x5611c5,_0x157b85,_0x563c8f,_0x47713a);}return _0x22a080;}['enableDefaultAttributesIntegration'](_0x4784bb){this['enableCommand'](_0x4784bb,(_0x5072c3,..._0x28b060)=>{this['_recordAttributeChanges'](()=>{_0x5072c3(..._0x28b060);});});}['registerBlockAttribute'](_0x5b07e5){this['_blockAttributeKeys']['add'](_0x5b07e5);}['registerInlineAttribute'](_0xfca1af){this['_inlineAttributeKeys']['add'](_0xfca1af);}['_getAttributeKey'](_0x8c92e0){return'attribute'==_0x8c92e0['type']?_0x8c92e0['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x2e89fe,_0x2c4fb9){const _0x3d1a71=_0x2e89fe['getFirstMarker']();this['_model']['change'](_0x495b32=>{_0x495b32['updateMarker'](_0x3d1a71,{'range':_0x2c4fb9});});}['_addThreadToSuggestion'](_0x54b55c){const _0x47e5de=_0x54b55c['id'],_0x30092d=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x47e5de)||this['_commentsRepository']['addCommentThread']({'channelId':_0x30092d,'threadId':_0x47e5de,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x31c2b5=this['_commentsRepository']['getCommentThread'](_0x47e5de);_0x31c2b5['unbind']('isRemovable'),_0x31c2b5['isRemovable']=!0x1,_0x54b55c['commentThread']=_0x31c2b5;}['_checkSuggestionCorrectness'](_0x48caa8,_0x3bfb54,_0x183f0d,_0x5c1f30){if(_0x48caa8['type']!=_0x3bfb54||_0x48caa8['subType']!=_0x183f0d||_0x48caa8['creator']['id']!=_0x5c1f30)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0xb1fe46('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x2eb16e,_0x3e5530){const _0x2ec1e2=_0x2eb16e['getFirstRange']();if(_0x3e5530['isEqual'](_0x2ec1e2))_0x2eb16e['removeMarkers']();else{if(_0x2ec1e2['containsRange'](_0x3e5530)){const _0x318b42=this['_model']['createPositionAt'](_0x3e5530['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x2eb16e,this['_model']['createRange'](_0x2ec1e2['start'],_0x318b42));const _0x64b17b=_0x18a796(),_0x4be1b8=_0x2eb16e['creator']['id'],_0x2b0e7c=_0x2eb16e['type']+':'+_0x2eb16e['subType'];this['_setSuggestionData']({'id':_0x64b17b,'type':_0x2b0e7c,'createdAt':new Date(),'authorId':_0x4be1b8,'data':_0x2eb16e['data'],'attributes':_0x2eb16e['attributes']});const _0x2d13d3=this['_model']['createPositionAt'](_0x3e5530['end']['parent'],'after'),_0x26f978=this['_model']['createRange'](_0x2d13d3,_0x2ec1e2['end']);this['_addSuggestionMarker'](_0x2b0e7c,_0x64b17b,_0x4be1b8,_0x26f978);}else{if(_0x2ec1e2['containsPosition'](_0x3e5530['start'])){const _0x47b199=this['_model']['createPositionAt'](_0x3e5530['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x2eb16e,this['_model']['createRange'](_0x2ec1e2['start'],_0x47b199));}else{const _0x27ee81=this['_model']['createPositionAt'](_0x3e5530['end']['parent'],'after');this['_setSuggestionRange'](_0x2eb16e,this['_model']['createRange'](_0x27ee81,_0x2ec1e2['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x1aff78){for(const {suggestion:_0x12a00d,meta:_0x5a2d46}of this['_findSuggestions'](_0x1aff78,'insertion')){if(!_0x5a2d46['isOwn'])continue;const _0x229661=_0x12a00d['getRanges']();for(const _0x1dbf84 of _0x229661)if(!_0x1aff78['getDifference'](_0x1dbf84)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x2d06d5){const _0x21d78c=this['editor']['plugins']['get']('Users')['getUser'](_0x2d06d5);if(!_0x21d78c)throw new _0xb1fe46('track-changes-user-not-found',this);return _0x21d78c;}['_getExternalAuthor'](_0x227cf4){const _0x4ab94d=this['editor']['plugins']['get']('Users'),_0x5afe94=_0x2a1780('external:'+_0x227cf4),_0x3885c1=_0x4ab94d['getUser'](_0x5afe94);return _0x3885c1||_0x4ab94d['addUser']({'id':_0x5afe94,'name':_0x227cf4});}['_createSuggestion'](_0x10a424,_0x109c2d,_0x42c5c8,_0x188b4f,_0x332eda){const _0x5a8bd1=this['_getAuthorFromId'](_0x188b4f),_0xdd4cad=this['_suggestionFactory']['buildSuggestion'](_0x10a424,_0x109c2d,_0x42c5c8,_0x5a8bd1,_0x332eda,_0x169154=>{this['_updateSuggestionData'](_0x42c5c8,{'attributes':_0x169154});const _0x18fa78=this['getSuggestion'](_0x42c5c8);this['_joinWithAdjacentSuggestions'](new Set([_0x18fa78])),this['_refreshSuggestionsChain'](new Set([_0x18fa78]));});return this['listenTo'](_0xdd4cad,'accept',()=>{this['_updateSuggestionData'](_0x42c5c8,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0xdd4cad,'discard',()=>{this['_updateSuggestionData'](_0x42c5c8,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x42c5c8,_0xdd4cad),this['_suggestionState']['set'](_0xdd4cad,'notReady'),_0xdd4cad;}['_splitMarkerName'](_0x5ac4c6){const _0x545a5d=_0x5ac4c6['split'](':');return{'group':_0x545a5d[0x0],'type':_0x545a5d[0x1],'subType':_0x545a5d['length']>=0x5?_0x545a5d[0x2]:null,'id':_0x545a5d['length']<0x5?_0x545a5d[0x2]:_0x545a5d[0x3],'authorId':_0x545a5d['length']<0x5?_0x545a5d[0x3]:_0x545a5d[0x4],'markerCount':0x6==_0x545a5d['length']?_0x545a5d[0x5]:null};}['_breakSuggestionMarker'](_0x1bb334,_0x24e8b1,_0x1868a7){const _0x3ea862=_0x1bb334['getFirstRange'](),_0x3b98d7=_0x3ea862['start'],_0x3d5dc8=_0x3ea862['end'];this['_setSuggestionRange'](_0x1bb334,this['_model']['createRange'](_0x3b98d7,_0x24e8b1));const _0x4ad144=_0x18a796(),_0x252eab=_0x1bb334['creator']['id'],_0x14c946=_0x1bb334['type']+(_0x1bb334['subType']?':'+_0x1bb334['subType']:'');this['_setSuggestionData']({'id':_0x4ad144,'type':_0x14c946,'createdAt':new Date(),'authorId':_0x252eab,'originalSuggestionId':_0x1bb334['id'],'attributes':_0x1bb334['attributes'],'data':_0x1bb334['data']});const _0x462593=this['_getAttributeKey'](_0x1bb334);('formatBlock'==_0x1bb334['type']||_0x462593&&this['_isBlockAttribute'](_0x462593))&&(_0x1868a7=this['_model']['createPositionBefore'](_0x1868a7['parent'])),this['_addSuggestionMarker'](_0x14c946,_0x4ad144,_0x252eab,this['_model']['createRange'](_0x1868a7,_0x3d5dc8));}['_findSuggestions'](_0x44900c,_0x20b951=null){const _0x51c6b6=[],_0x43f2c4=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x44900c)||(_0x44900c=[_0x44900c]);for(const _0x19cf54 of this['getSuggestions']()){if(!_0x19cf54['isInContent'])continue;if(_0x20b951&&_0x19cf54['type']!=_0x20b951)continue;let _0x3831ad=!0x1;for(const _0x5ef3a9 of _0x19cf54['getRanges']()){for(const _0x557cfa of _0x44900c){const _0x2e9fcf=_0x557cfa['start']['isEqual'](_0x5ef3a9['end'])||_0x557cfa['end']['isEqual'](_0x5ef3a9['start']);if(_0x2e9fcf||_0x557cfa['getIntersection'](_0x5ef3a9)){const _0x4c673c=_0x557cfa['containsRange'](_0x5ef3a9)&&Pt(this['_model']['schema'],_0x5ef3a9['start'],_0x557cfa),_0x4ec1cb=_0x5ef3a9['containsRange'](_0x557cfa)&&Pt(this['_model']['schema'],_0x557cfa['start'],_0x5ef3a9);_0x51c6b6['push']({'suggestion':_0x19cf54,'meta':{'isOwn':_0x43f2c4==_0x19cf54['author'],'isNextTo':_0x2e9fcf,'isInsideObject':_0x4c673c,'containsRangeInObject':_0x4ec1cb}}),_0x3831ad=!0x0;break;}}if(_0x3831ad)break;}}return _0x51c6b6;}['_addSuggestionMarker'](_0x41c1d0,_0x517c85,_0x262d0b,_0x514c1c,_0x941c63){this['_model']['change'](_0x501c08=>{let _0x217a14='suggestion:'+_0x41c1d0+':'+_0x517c85+':'+_0x262d0b;_0x941c63&&(_0x217a14=_0x217a14+':'+_0x941c63),_0x501c08['addMarker'](_0x217a14,{'range':_0x514c1c,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x13a39f){const _0x4603ae=_0x13a39f['previous'],_0x3cb886=_0x13a39f['next'];_0x13a39f['previous']=null,_0x13a39f['next']=null,null!=_0x4603ae&&_0x4603ae['next']==_0x13a39f&&(_0x4603ae['next']=_0x3cb886),null!=_0x3cb886&&_0x3cb886['previous']==_0x13a39f&&(_0x3cb886['previous']=_0x4603ae),'ready'==this['_suggestionState']['get'](_0x13a39f)&&(this['_suggestionState']['set'](_0x13a39f,'removed'),this['fire']('suggestionUnloaded',_0x13a39f,_0x4603ae,_0x3cb886));}['_setSuggestionData'](_0x1bf913){const _0x3d3d9f=_0x1bf913['id'],_0x18fc00=this['addSuggestionData'](_0x1bf913);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x566048=this['editor']['plugins']['get']('PendingActions'),_0x1cee87=_0x18fc00['hasComments'],_0x12ab4e=_0x18fc00['subType']?_0x18fc00['type']+':'+_0x18fc00['subType']:_0x18fc00['type'],_0x3c703f=this['editor']['locale'],_0x129e8d=_0x566048['add'](c(_0x3c703f,'PENDING_ACTION_SUGGESTION')),_0x28fa16={'id':_0x3d3d9f,'type':_0x12ab4e,'hasComments':_0x1cee87,'data':_0x1bf913['data']||null,'originalSuggestionId':_0x1bf913['originalSuggestionId']||null,'attributes':_0x18fc00['attributes']};this['_adapter']['addSuggestion'](_0x28fa16)['then'](_0x9a7455=>{_0x18fc00['_saved']=!0x0,_0x566048['remove'](_0x129e8d),_0x9a7455&&_0x9a7455['createdAt']&&(this['_suggestions']['get'](_0x3d3d9f)['createdAt']=_0x9a7455['createdAt']);})['catch'](_0x25b666=>{throw _0x3b6deb('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x18fc00['discard']();}),_0x18fc00['stopListening'](),this['_suggestions']['delete'](_0x18fc00['id']),this['_suggestionState']['delete'](_0x18fc00),_0x25b666;});}return _0x18fc00;}['_isBlockAttribute'](_0x3f269b){return this['_blockAttributeKeys']['has'](_0x3f269b);}['_updateSuggestionData'](_0x2f0818,_0x220000){const _0x538ffc=this['editor']['plugins']['get']('PendingActions'),_0x2cf3fa=this['getSuggestion'](_0x2f0818);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x2cf3fa['_saved']){const _0x31522e=_0x538ffc['add'](c(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x2f0818,_0x220000)['then'](()=>{_0x538ffc['remove'](_0x31522e);});}else _0x2cf3fa['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x2f0818,_0x220000);});}}['_getSuggestionData'](_0x49d4af){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0xb1fe46('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x49d4af);}['_handleNewSuggestionMarker'](_0x2c3143){const {id:_0x2b6af2,type:_0x230f3c,subType:_0x3fd094,authorId:_0x4156c1}=this['_splitMarkerName'](_0x2c3143),_0x3d4939=this['_suggestions']['get'](_0x2b6af2)||this['_createSuggestion'](_0x230f3c,_0x3fd094,_0x2b6af2,_0x4156c1,{});switch(this['_checkSuggestionCorrectness'](_0x3d4939,_0x230f3c,_0x3fd094,_0x4156c1),this['_suggestionState']['get'](_0x3d4939)){case'notReady':this['_getSuggestionData'](_0x2b6af2)['then'](_0x2aa9c5=>{let _0x2d85a8=Promise['resolve']();_0x2aa9c5['hasComments']&&(_0x2d85a8=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x2b6af2})),_0x2d85a8['then'](()=>{this['addSuggestionData'](_0x2aa9c5)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x3d4939,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x2b6af2,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x3d4939,'ready'),this['fire']('suggestionLoaded',_0x3d4939);break;case'ready':this['fire']('suggestionChanged',_0x3d4939);}return _0x3d4939['addMarkerName'](_0x2c3143),_0x3d4939;}['_refreshSuggestionsChain'](_0x298751){const _0x3b5ebc=Array['from'](_0x298751),_0x2e86eb=_0x3b5ebc['filter'](_0x108e0b=>'attribute'==_0x108e0b['type']);this['_refreshAttributeSuggestionsChain'](_0x2e86eb);const _0x5159af=_0x3b5ebc['filter'](_0xd22f7d=>!_0xd22f7d['isMultiRange']&&'attribute'!=_0xd22f7d['type']),_0x2cfaaa=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1df0af=>!_0x1df0af['isMultiRange']&&'attribute'!=_0x1df0af['type']),_0x288dad=_0x2cfaaa['filter'](_0xc5f110=>!_0x298751['has'](_0xc5f110)),_0x312bc9=new Map(_0x2cfaaa['map'](_0x121f64=>[_0x121f64,this['_suggestionFactory']['getSuggestionCallback'](_0x121f64['type'],_0x121f64['subType'],'chain')])),_0x55cdb0=new Map(_0x2cfaaa['map'](_0x51e6b3=>[_0x51e6b3,_0x51e6b3['getFirstRange']()])),_0x4260f6=new Set(),_0x117d93=new Set();for(let _0x249c7d=0x0;_0x249c7d<_0x5159af['length'];_0x249c7d++)_0x55d155(_0x5159af[_0x249c7d],_0x5159af,_0x249c7d+0x1);for(let _0x4112be=0x0;_0x4112be<_0x5159af['length'];_0x4112be++)_0x55d155(_0x5159af[_0x4112be],_0x288dad,0x0);const _0x4489d8=new Set();for(let _0x121e07=0x0;_0x121e07<_0x5159af['length'];_0x121e07++){const _0xfb7b44=_0x5159af[_0x121e07];!_0x117d93['has'](_0xfb7b44)&&_0xfb7b44['previous']&&(_0x4489d8['add'](_0xfb7b44['previous']),_0xfb7b44['previous']['next']===_0xfb7b44&&(_0xfb7b44['previous']['next']=null),_0xfb7b44['previous']=null),!_0x4260f6['has'](_0xfb7b44)&&_0xfb7b44['next']&&(_0x4489d8['add'](_0xfb7b44['next']),_0xfb7b44['next']['previous']===_0xfb7b44&&(_0xfb7b44['next']['previous']=null),_0xfb7b44['next']=null);}function _0x55d155(_0x59d26c,_0x5919d0,_0xfbf43d){for(let _0x3a3d91=_0xfbf43d;_0x3a3d91<_0x5919d0['length'];_0x3a3d91++){const _0xe19253=_0x22b154(_0x59d26c,_0x5919d0[_0x3a3d91]);_0xe19253&&(_0xe19253[0x0]['next']=_0xe19253[0x1],_0xe19253[0x1]['previous']=_0xe19253[0x0],_0x4260f6['add'](_0xe19253[0x0]),_0x117d93['add'](_0xe19253[0x1]));}}function _0x22b154(_0x35227d,_0x4d5c8c){if(_0x35227d['author']['id']!==_0x4d5c8c['author']['id'])return null;const _0x244d1a=_0x312bc9['get'](_0x35227d)(_0x35227d,_0x4d5c8c,_0x55cdb0['get'](_0x35227d),_0x55cdb0['get'](_0x4d5c8c));if(!_0x244d1a)return null;return _0x312bc9['get'](_0x4d5c8c)(_0x35227d,_0x4d5c8c,_0x55cdb0['get'](_0x35227d),_0x55cdb0['get'](_0x4d5c8c))?_0x244d1a[0x1]['commentThread']&&_0x244d1a[0x1]['commentThread']['length']?null:_0x244d1a:null;}_0x4489d8['size']&&this['_refreshSuggestionsChain'](_0x4489d8);}['_refreshAttributeSuggestionsChain'](_0x41476d){if(0x0==_0x41476d['length'])return;const _0x1484de=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4d93f1=>'attribute'==_0x4d93f1['type']&&_0x4d93f1['_isDataLoaded']),_0x1978cf=[],_0x3fdb01=new Map();for(const _0xacc15f of _0x1484de){const _0x5ef2b4=_0x2a1780(_0xacc15f['attributes']);_0x3fdb01['has'](_0x5ef2b4)||(_0x3fdb01['set'](_0x5ef2b4,_0x1978cf['length']),_0x1978cf['push']([]));const _0x503d1a=_0x3fdb01['get'](_0x5ef2b4);_0x1978cf[_0x503d1a]['push'](_0xacc15f);}!(function(){_0x1978cf['sort']((_0x4ab503,_0x4ed603)=>{const _0x1e1172=_0x4ab503[0x0]['createdAt'],_0x2920e=_0x4ed603[0x0]['createdAt'];return _0x1e1172==_0x2920e?_0x4ab503[0x0]['attributes']['groupId']<_0x4ed603[0x0]['attributes']['groupId']?-0x1:0x1:_0x1e1172<_0x2920e?-0x1:0x1;});for(const _0x108834 of _0x1978cf)_0x108834['sort']((_0xc53c5e,_0x2409a6)=>_0xc53c5e['id']<_0x2409a6['id']?-0x1:0x1);}());for(let _0x527ffd=0x0;_0x527ffd<_0x1978cf['length'];_0x527ffd++){if(0x0==_0x1978cf[_0x527ffd]['length'])continue;const _0x1fad40=[];for(let _0x12fc6d=_0x527ffd+0x1;_0x12fc6d<_0x1978cf['length'];_0x12fc6d++)0x0!=_0x1978cf[_0x12fc6d]['length']&&_0x5a414a(_0x1978cf[_0x527ffd],_0x1978cf[_0x12fc6d])&&_0x1fad40['push'](_0x12fc6d);for(const _0x41b3ab of _0x1fad40)_0x1978cf[_0x527ffd]=_0x1978cf[_0x527ffd]['concat'](_0x1978cf[_0x41b3ab]),_0x1978cf[_0x41b3ab]=[];}for(const _0x5724f2 of _0x1978cf)for(let _0x596fc7=0x0;_0x596fc7<_0x5724f2['length'];_0x596fc7++){const _0xd659ec=_0x5724f2[_0x596fc7+0x1]||null;_0x5724f2[_0x596fc7]['next']!==_0xd659ec&&(_0x5724f2[_0x596fc7]['next']=_0xd659ec);}for(const _0x2c9bc4 of _0x1978cf)for(let _0x2ecf81=0x0;_0x2ecf81<_0x2c9bc4['length'];_0x2ecf81++){const _0x51eeee=_0x2c9bc4[_0x2ecf81-0x1]||null;_0x2c9bc4[_0x2ecf81]['previous']!==_0x51eeee&&(_0x2c9bc4[_0x2ecf81]['previous']=_0x51eeee);}function _0x5a414a(_0x54c327,_0x75b291){if(_0x54c327[0x0]['attributes']['groupId']!==_0x75b291[0x0]['attributes']['groupId']&&_0x54c327[0x0]['author']!==_0x75b291[0x0]['author'])return!0x1;if(!function(_0x2c8e3c,_0xd6a180){if(!_0x2c8e3c['hasComments']&&!_0xd6a180['hasComments'])return!0x0;if(_0x2c8e3c['hasComments']&&_0xd6a180['hasComments'])return!0x1;if(_0x2c8e3c['hasComments']&&_0xd6a180['createdAt']<_0x2c8e3c['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0xd6a180['hasComments']&&_0x2c8e3c['createdAt']<_0xd6a180['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x54c327[0x0],_0x75b291[0x0]))return!0x1;const _0x369155=Vt(_0x54c327[0x0]['attributes'],'groupId'),_0x2bf7cb=Vt(_0x75b291[0x0]['attributes'],'groupId');if(!_0x54a993(_0x369155,_0x2bf7cb))return!0x1;return!!_0x54c327['every'](_0x987c0d=>_0x75b291['some'](_0xde52a6=>_0x987c0d['getFirstRange']()['isEqual'](_0xde52a6['getFirstRange']())))&&_0x75b291['every'](_0xa301e8=>_0x54c327['some'](_0x374dd6=>_0xa301e8['getFirstRange']()['isEqual'](_0x374dd6['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x424d3e){const _0x32691c=Array['from'](_0x424d3e),_0x129d3c=this['getSuggestions']({'skipNotAttached':!0x0}),_0x2a1d1f=_0x129d3c['filter'](_0xa8da11=>!_0x424d3e['has'](_0xa8da11)),_0x181fe6=new Map(_0x32691c['map'](_0x11be79=>[_0x11be79,this['_suggestionFactory']['getSuggestionCallback'](_0x11be79['type'],_0x11be79['subType'],'join')])),_0x2bf15f=new Map(_0x129d3c['map'](_0x58260a=>[_0x58260a,_0x58260a['getRanges']()]));for(let _0xef358=0x0;_0xef358<_0x32691c['length'];_0xef358++){if(_0x5db59b(this,_0x32691c[_0xef358],_0x32691c,_0xef358+0x1))return!0x0;}for(let _0x2696f3=0x0;_0x2696f3<_0x32691c['length'];_0x2696f3++){if(_0x5db59b(this,_0x32691c[_0x2696f3],_0x2a1d1f,0x0))return!0x0;}return!0x1;function _0x5db59b(_0x5978f8,_0x2c4466,_0x1e1842,_0x153488){for(let _0x5a8181=_0x153488;_0x5a8181<_0x1e1842['length'];_0x5a8181++){const _0x22ac3d=_0x1e1842[_0x5a8181];if(_0x22ac3d['type']!==_0x2c4466['type']||_0x22ac3d['author']['id']!==_0x2c4466['author']['id']||_0x22ac3d['subType']!==_0x2c4466['subType'])continue;if(!Wt(_0x2c4466,_0x22ac3d))continue;if('attribute'==_0x2c4466['type']&&_0x2c4466['data']['oldValue']!=_0x22ac3d['data']['oldValue'])continue;if('attribute'==_0x2c4466['type']&&_0x5978f8['_isBlockAttribute'](_0x2c4466['data']['key']))continue;if('formatBlock'==_0x2c4466['type']){const _0x421cde=_0x5978f8['editor']['model'],_0x51eb7e=_0x2c4466['getContainedElement']();if(_0x51eb7e&&(_0x421cde['schema']['isObject'](_0x51eb7e)||_0x421cde['schema']['isLimit'](_0x51eb7e)))continue;}const _0x220c74=_0x181fe6['get'](_0x2c4466),_0x1faf37=_0x2bf15f['get'](_0x2c4466),_0x30991b=_0x2bf15f['get'](_0x22ac3d),_0x27f405=_0x2c4466['commentThread']&&_0x2c4466['commentThread']['length'],_0x17fa0c=_0x22ac3d['commentThread']&&_0x22ac3d['commentThread']['length'];if(!_0x27f405&&_0x220c74(_0x30991b,_0x1faf37))return _0x5978f8['_joinSuggestions'](_0x22ac3d,_0x2c4466),_0x2bf15f['delete'](_0x2c4466),!0x0;if(!_0x17fa0c&&_0x220c74(_0x1faf37,_0x30991b))return _0x5978f8['_joinSuggestions'](_0x2c4466,_0x22ac3d),_0x2bf15f['delete'](_0x22ac3d),!0x0;}return!0x1;}}['_joinSuggestions'](_0xaa2ac9,_0x1eb7cf){if(_0xaa2ac9['isMultiRange']){for(const _0x379316 of _0x1eb7cf['getRanges']())_0xaa2ac9['addRange'](_0x379316);}else{const _0x567143=_0x1eb7cf['getFirstRange']()['end'];this['_setSuggestionRange'](_0xaa2ac9,this['_model']['createRange'](_0xaa2ac9['getFirstRange']()['start'],_0x567143));}_0x1eb7cf['removeMarkers']();}['_getMarkerAnnouncementText'](_0x4af9a1,_0x2a0c50,_0x464fd4){const _0x483b2b=_0x4af9a1['startsWith']('format')||_0x4af9a1['startsWith']('attribute')?'FORMATTING':_0x4af9a1['toUpperCase']();return c(this['editor']['locale'],_0x2a0c50+'_'+_0x483b2b+'_SUGGESTION_ANNOUNCEMENT',_0x464fd4);}['_initAriaMarkerChangeAnnouncements'](){const _0x190b51=this['editor'];if(!_0x190b51['ui'])return;const {ariaLiveAnnouncer:_0x3fbff5}=_0x190b51['ui'];_0x1d2ad3(this['_model'],({left:_0x48aa11,entered:_0x227b35})=>{for(const _0x48e3dd of _0x48aa11){const {group:_0x520113,type:_0x20a7d7}=this['_splitMarkerName'](_0x48e3dd['name']);if('suggestion'===_0x520113){_0x3fbff5['announce'](this['_getMarkerAnnouncementText'](_0x20a7d7,'LEAVE'));break;}}for(const _0x2e2fd3 of _0x227b35){const {group:_0x3f20ac,type:_0x435ff6}=this['_splitMarkerName'](_0x2e2fd3['name']);if('suggestion'===_0x3f20ac){_0x3fbff5['announce'](this['_getMarkerAnnouncementText'](_0x435ff6,'ENTER',_0x3b1d48(_0x558da0)));break;}}});}['_processAttributeChanges'](_0x326e2c){if(this['_recordAttributeSuggestions'])return!0x1;const _0x10cb02=this['editor'],_0x59a44e=_0x10cb02['model']['document']['differ']['getChanges']();if(0x0==_0x59a44e['length'])return!0x1;const _0x4ed073=[],_0x51ba4c=_0x59a44e['filter'](_0x3e0af2=>'attribute'==_0x3e0af2['type']),_0x249ead=_0x59a44e['filter'](_0x2df0b7=>'insert'==_0x2df0b7['type']&&'$text'!=_0x2df0b7['name']),_0x571afb=_0x59a44e['filter'](_0x56aca5=>'remove'==_0x56aca5['type']&&'$text'!=_0x56aca5['name']);for(const _0x253bfc of _0x51ba4c)_0x4ed073['push']({'key':_0x253bfc['attributeKey'],'newValue':_0x253bfc['attributeNewValue'],'oldValue':_0x253bfc['attributeOldValue'],'range':Ht(_0x253bfc['range'],_0x10cb02['model'])});for(const _0x4c7593 of _0x249ead){const _0x50cccd=_0x571afb['find'](_0xc37349=>_0xc37349['position']['isEqual'](_0x4c7593['position']));_0x50cccd&&_0x4ed073['push']({'key':u,'newValue':_0x4c7593['name'],'oldValue':_0x50cccd['name'],'range':_0x10cb02['model']['createRangeOn'](_0x4c7593['position']['nodeAfter'])});}return 0x0!=_0x4ed073['length']&&this['_reduceExistingSuggestions'](_0x326e2c,_0x4ed073);}['_processAttributeSuggestions'](_0x5eb43e){let _0x21df72=!0x1;const _0x3aeb66=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x134c1f=>_0x134c1f['data']['newRange']&&_0x134c1f['name']['startsWith']('suggestion:attribute:'));for(const _0x1f5f4e of _0x3aeb66){const {subType:_0x39ba81,id:_0x10527a}=this['_splitMarkerName'](_0x1f5f4e['name']),_0x5bf14d=_0x39ba81['split']('|')[0x0];for(const _0x2f84a3 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x2f84a3['id']!=_0x10527a&&'attribute'==_0x2f84a3['type']&&_0x2f84a3['data']&&_0x2f84a3['data']['key']==_0x5bf14d&&_0x2f84a3['getFirstRange']()['isIntersecting'](_0x1f5f4e['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x2f84a3,_0x1f5f4e['data']['newRange'],_0x5eb43e),_0x21df72=!0x0);}return _0x21df72;}['_recordAttributeChanges'](_0x18683d){this['_recordAttributeSuggestions']=!0x0,_0x18683d();}['_isRegisteredAttribute'](_0x168842){const _0x11a065=this['_isBlockAttribute'](_0x168842),_0x2b46b5=this['_inlineAttributeKeys']['has'](_0x168842);return _0x11a065||_0x2b46b5;}['_reduceExistingSuggestions'](_0x911c7,_0x115bbf){if(0x0==_0x115bbf['length'])return!0x1;let _0x464c47=!0x1;for(const _0x2befc1 of _0x115bbf){const _0x8f305a=this['_findSuggestions'](_0x2befc1['range'],'attribute')['filter'](_0x5261b7=>!_0x5261b7['meta']['isNextTo'])['map'](_0x1cbd2a=>_0x1cbd2a['suggestion']),_0x53dfed=_0x2a1780({'newValue':_0x2befc1['newValue']});_0x8f305a['filter'](_0x20e7d5=>{const [_0x4b07a4,_0x4ef3be]=_0x20e7d5['subType']['split']('|');return _0x4b07a4==_0x2befc1['key']&&_0x4ef3be!=_0x53dfed;})['forEach'](_0x1c50ce=>{this['_reduceSuggestionAttributeRange'](_0x1c50ce,_0x2befc1['range'],_0x911c7),_0x464c47=!0x0;});}return _0x464c47;}['_reduceSuggestionAttributeRange'](_0x3942ee,_0x192809,_0x4ed7f4){const _0x3e35f5=_0x3942ee['getFirstRange']()['getDifference'](_0x192809);0x0!==_0x3e35f5['length']?0x1!==_0x3e35f5['length']?this['_breakSuggestionMarker'](_0x3942ee,_0x192809['start'],_0x192809['end']):this['_setSuggestionRange'](_0x3942ee,_0x3e35f5[0x0]):_0x4ed7f4['removeMarker'](_0x3942ee['getFirstMarker']());}}class Ft{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x4bccb3){this['_editor']=_0x4bccb3,this['_model']=_0x4bccb3['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x4c2084,_0x5b5b46,_0x4e8761,_0x3355d6,_0x44b131,_0x55ec44){return new o(this['_model'],{'type':_0x4c2084,'subType':_0x5b5b46,'id':_0x4e8761,'author':_0x3355d6,'creator':_0x3355d6,'attributes':_0x44b131,'onAttributesChange':_0x55ec44,'onAccept':(..._0x299989)=>this['getSuggestionCallback'](_0x4c2084,_0x5b5b46,'accept')(..._0x299989),'onDiscard':(..._0x374962)=>this['getSuggestionCallback'](_0x4c2084,_0x5b5b46,'discard')(..._0x374962)});}['registerCustomCallback'](_0x692bb3,_0x223902,_0x12516c,_0x29900b){const _0x132ee7=_0x692bb3+':'+_0x223902+':'+_0x12516c;this['_customCallbacks']['set'](_0x132ee7,_0x29900b);}['getSuggestionCallback'](_0x212c6e,_0x153a37,_0x3b8957){const _0x2352a5=_0x212c6e+':'+_0x153a37+':'+_0x3b8957;return this['_customCallbacks']['get'](_0x2352a5)||this['_defaultCallbacks']['get'](_0x212c6e+':'+_0x3b8957);}['_registerDefaultCallbacks'](){const _0x5d3176=()=>!0x1,_0x21353a=_0x291de2=>{_0x291de2['sort']((_0x5091d9,_0x6fc775)=>_0x5091d9['start']['isBefore'](_0x6fc775['start'])?0x1:-0x1),this['_model']['change'](_0x593626=>{for(const _0xd3dea3 of _0x291de2){let _0x4b215d;_0x4b215d=_0xd3dea3['end']['isAtEnd']&&_0xd3dea3['end']['parent']==_0xd3dea3['start']['nodeAfter']?_0x593626['createSelection'](_0xd3dea3['start']['nodeAfter'],'on'):_0x593626['createSelection'](_0xd3dea3),this['_model']['deleteContent'](_0x4b215d,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x564575=(_0x41fe72,_0x3dc404)=>{_0x3dc404&&this['_model']['change'](_0x336536=>{const {commandName:_0x904363,commandParams:_0x241724=[]}=_0x3dc404,_0x3e9802=_0x41fe72['map'](_0x498e5c=>(Gt(_0x498e5c)&&(_0x498e5c=this['_model']['createRange'](_0x498e5c['end'])),_0x498e5c))['filter'](_0x32346a=>'$graveyard'!==_0x32346a['root']['rootName']);if(_0x3e9802['length']<0x1)return;const _0x74461f=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x43c717=>_0x1a0cce['fromRange'](_0x43c717));_0x336536['setSelection'](_0x3e9802);for(const _0x424407 of this['_editor']['commands']['commands']())_0x424407['refresh']();_0x241724['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x904363,..._0x241724);const _0x5779d7=_0x74461f['filter'](_0x336b88=>'$graveyard'!=_0x336b88['root']['rootName']);_0x5779d7['length']>0x0&&_0x336536['setSelection'](_0x5779d7);for(const _0x408580 of _0x74461f)_0x408580['detach']();});},_0x7fc718=(_0x438d83,_0x119be8)=>0x1==_0x438d83['length']&&0x1==_0x119be8['length']&&_0x438d83[0x0]['end']['isEqual'](_0x119be8[0x0]['start']),_0x34f415=(_0x5ab374,_0x30d378,_0x372f64,_0x3aa860)=>zt(_0x5ab374,_0x30d378,_0x372f64,_0x3aa860)?[_0x5ab374,_0x30d378]:zt(_0x30d378,_0x5ab374,_0x3aa860,_0x372f64)?[_0x30d378,_0x5ab374]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x5d3176),this['_defaultCallbacks']['set']('insertion:discard',_0x21353a),this['_defaultCallbacks']['set']('insertion:join',_0x7fc718),this['_defaultCallbacks']['set']('insertion:chain',_0x34f415),this['_defaultCallbacks']['set']('deletion:accept',_0x21353a),this['_defaultCallbacks']['set']('deletion:discard',_0x5d3176),this['_defaultCallbacks']['set']('deletion:join',_0x7fc718),this['_defaultCallbacks']['set']('deletion:chain',_0x34f415),this['_defaultCallbacks']['set']('formatInline:accept',_0x564575),this['_defaultCallbacks']['set']('formatInline:discard',_0x5d3176),this['_defaultCallbacks']['set']('formatInline:join',_0x7fc718),this['_defaultCallbacks']['set']('formatInline:chain',_0x5d3176),this['_defaultCallbacks']['set']('formatBlock:accept',_0x564575),this['_defaultCallbacks']['set']('formatBlock:discard',_0x5d3176),this['_defaultCallbacks']['set']('formatBlock:join',_0x7fc718),this['_defaultCallbacks']['set']('formatBlock:chain',_0x5d3176),this['_defaultCallbacks']['set']('attribute:accept',_0x5d3176),this['_defaultCallbacks']['set']('attribute:discard',(_0x13ea3f,_0x552695)=>{if(!_0x552695)return;const _0xf4bdca=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x452362=>{if(_0x552695['key']==u)for(const _0xf52a73 of _0x13ea3f){const _0x510313=_0xf52a73['start']['nodeAfter'],_0x446680=_0x552695['oldValue'];_0x452362['rename'](_0x510313,_0x446680);}else{if(_0xf4bdca['_isBlockAttribute'](_0x552695['key'])){for(const _0x1101f4 of _0x13ea3f)void 0x0!==_0x552695['oldValue']?_0x452362['setAttribute'](_0x552695['key'],_0x552695['oldValue'],_0x1101f4['start']['nodeAfter']):_0x452362['removeAttribute'](_0x552695['key'],_0x1101f4['start']['nodeAfter']);}else{for(const _0x5412d1 of _0x13ea3f)_0x552695['oldValue']?_0x452362['setAttribute'](_0x552695['key'],_0x552695['oldValue'],_0x5412d1):_0x452362['removeAttribute'](_0x552695['key'],_0x5412d1);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x7fc718);}}function Pt(_0x3a4bbb,_0x9e0d35,_0x6c855e){for(const _0x37dfbe of _0x9e0d35['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x37dfbe['root']==_0x37dfbe)return!0x1;if(!_0x6c855e['containsItem'](_0x37dfbe))return!0x1;if(_0x3a4bbb['isObject'](_0x37dfbe)||_0x3a4bbb['isLimit'](_0x37dfbe))return!0x0;}return!0x1;}function Gt(_0x3aeff1){return _0x3aeff1['end']['parent']==_0x3aeff1['start']['nodeAfter']&&_0x3aeff1['end']['isAtStart'];}function Lt(_0x5aab16,_0x47b131,_0x4a281b,_0x359b04){const _0x48291f=_0x2b8302=>!_0x2b8302['item']['is']('$textProxy')&&!_0x359b04['isObject'](_0x2b8302['item']),_0x15e55d=_0x5aab16['start']['getLastMatchingPosition'](_0x48291f),_0x2ee198=_0x5aab16['end']['getLastMatchingPosition'](_0x48291f,{'direction':'backward'});return(!_0x5aab16['start']['isEqual'](_0x15e55d)||!_0x5aab16['end']['isEqual'](_0x2ee198))&&(_0x15e55d['isBefore'](_0x2ee198)?_0x4a281b['updateMarker'](_0x47b131,{'range':_0x4a281b['createRange'](_0x15e55d,_0x2ee198)}):_0x4a281b['removeMarker'](_0x47b131),!0x0);}function Jt(_0x3dcc7f){return _0x2a1780(_0x3dcc7f);}function Kt(_0x25cbd6){const _0xd00593=_0x25cbd6['start']['nodeAfter'];return _0xd00593&&_0xd00593['is']('element');}function Ht(_0x514b63,_0x5f4578){return null==_0x514b63['end']['nodeBefore']&&_0x514b63['end']['parent']==_0x514b63['start']['nodeAfter']?qt(_0x514b63['start']['nodeAfter'],_0x5f4578):_0x514b63;}function qt(_0x2fadc0,_0x3ae81a){const _0xdfbc54=_0x3ae81a['schema']['isObject'](_0x2fadc0)||_0x3ae81a['schema']['isSelectable'](_0x2fadc0);return _0x3ae81a['createRange'](_0x3ae81a['createPositionAt'](_0x2fadc0,'before'),_0xdfbc54?_0x3ae81a['createPositionAfter'](_0x2fadc0):_0x3ae81a['createPositionAt'](_0x2fadc0,'end'));}function zt(_0x277910,_0x3eb3f7,_0x562be2,_0xb32ea8){return!!Wt(_0x277910,_0x3eb3f7)&&_0x562be2['end']['isEqual'](_0xb32ea8['start']);}function Wt(_0x2b42bb,_0x2bc913){if(!_0x2b42bb['_isDataLoaded']||!_0x2bc913['_isDataLoaded'])return!0x1;const _0x46ae30=new Set(Object['keys'](_0x2b42bb['attributes'])),_0x16fad5=new Set(Object['keys'](_0x2bc913['attributes']));if(_0x46ae30['delete']('groupId'),_0x16fad5['delete']('groupId'),0x0==_0x46ae30['size']&&0x0==_0x16fad5['size'])return!0x0;if(_0x46ae30['size']!=_0x16fad5['size'])return!0x1;const _0x9291de={..._0x2b42bb['attributes']},_0x416706={..._0x2bc913['attributes']};return delete _0x9291de['groupId'],delete _0x416706['groupId'],JSON['stringify'](_0x9291de)==JSON['stringify'](_0x416706);}function Qt(_0x144bcf,_0x55adaf){const _0x1651cc=Xt(_0x144bcf['attributes']),_0x2ebf4a=Xt(_0x55adaf);if(!_0x144bcf['_isDataLoaded'])return!0x1;for(const _0x2b038b of Object['keys'](_0x2ebf4a))if(!_0x54a993(_0x1651cc[_0x2b038b],_0x2ebf4a[_0x2b038b]))return!0x1;return!0x0;}function Xt(_0x429546){const _0x5b7145=Object['assign']({},_0x429546);return delete _0x5b7145['skipNestingCheck'],delete _0x5b7145['tablePasteChainId'],_0x5b7145;}class pe extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x243e84(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x131fdc,_0x23e478,_0x5acf79,_0x2ec17f){super(),this['model']=_0x23e478,this['view']=_0x5acf79,this['commentThreadController']=_0x2ec17f,this['_editor']=_0x131fdc,this['_acceptCommand']=_0x131fdc['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x131fdc['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x9b013,_0x3e8dab)=>_0x9b013||_0x3e8dab),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x564fdf=>_0x564fdf&&this['_editor']['model']['canEditAt'](_0x23e478['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x39100b=>_0x39100b&&this['_editor']['model']['canEditAt'](_0x23e478['getRanges']())),this['_pendingAction']=null,_0x5acf79['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x5acf79,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x5acf79,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x5acf79,'change:isDirty',()=>{_0x5acf79['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 _0x3c95e6=c(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x3c95e6);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x11d546{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x5f23e0,_0x30b0b5,_0x32b7c9,_0x5af402){super(_0x5f23e0),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x385cc7(_0x5f23e0,c(_0x5f23e0,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x30b0b5['authoredAt']),this['bind']('authoredAt')['to'](_0x30b0b5),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',_0x30b0b5,'authoredAt',this,'descriptionParts',(_0x3f7958,_0x27c4bb,_0x59f74b)=>{const _0x3135dd=_0x59f74b['map'](_0xb9180f=>ls(_0xb9180f['content']))['join']('.\x20')+'.';return c(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x3f7958-0x1,_0x30b0b5['author']['name'],_0x27c4bb?_0x5af402['formatDateTime'](_0x27c4bb):'',new DOMParser()['parseFromString'](_0x3135dd,'text/html')['body']['textContent']]);}),this['focusables']=new _0x4d8d26(),this['focusTracker']=new _0x554bbb(),this['keystrokes']=new _0x291e23(),this['focusCycler']=new _0x3f8518({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x4ae839=>_0x4ae839['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x30b0b5,this['_localUser']=_0x32b7c9,this['_config']=_0x5af402,_0x5af402['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x205cb9(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0xd1de66}=this['_config'];this['commentsListView']=new _0xd1de66(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',_0x1ef711=>_0x1ef711+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0xa64a3f,_0x9c3566)=>_0xa64a3f||!!_0x9c3566);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x47e0fb}=this['_config'],_0x3a2fe6=new _0x47e0fb(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x3c88fd=_0x3a2fe6['commentInputView'];return _0x3a2fe6['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x3c88fd,'value',(_0x860e15,_0x3a572a,_0x3b7614)=>!!_0x3b7614||_0x860e15&&!_0x3a572a),_0x3c88fd['on']('submit',(_0x1318ad,_0x40229a)=>{this['fire']('addComment',_0x40229a),_0x3c88fd['editor']['setData']('');}),_0x3c88fd['on']('cancel',()=>this['focus']()),_0x3c88fd['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x3a2fe6;}}class fe extends us{['suggestionView'];['_descriptionElement'];constructor(_0x3d0b87,_0x5a0bd3,_0xfea099,_0x583b46){super(_0x3d0b87,_0x5a0bd3,_0xfea099,_0x583b46),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x2b2400=>_0x2b2400&&_0x2b2400[0x0]?_0x2b2400[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x3fc90b,_0x231314)=>{let _0x526b75='';for(const _0x412cc3 of _0x3fc90b)_0x526b75+='<p>'+ls(_0x412cc3['content'],_0x412cc3['color'])+'</p>';return _0x231314?_0x526b75:ti(_0x526b75,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x583b46['SuggestionView'](_0x3d0b87,_0x5a0bd3,{'formatDateTime':_0x583b46['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 _0x310814=this['bindTemplate'],_0x3a58d4=[this['suggestionView']];return this['commentsListView']&&_0x3a58d4['push'](this['commentsListView']),this['commentThreadInputView']&&_0x3a58d4['push'](this['commentThreadInputView']),_0x3a58d4['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x310814['if']('isActive','ck-suggestion-wrapper--active'),_0x310814['to']('type',_0x41757a=>'ck-suggestion-'+_0x41757a),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':_0x310814['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x3a58d4};}['render'](){super['render'](),this['commentsListView']&&(this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this)),this['commentThreadInputView']&&(this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this));}}class we extends _0x11d546{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x5a73bb,_0x33123c,_0x1940a7){super(_0x5a73bb),this['_model']=_0x33123c,this['_config']=_0x1940a7,this['set']('description',''),this['bind']('authoredAt')['to'](_0x33123c),this['acceptButton']=this['_createButton'](c(_0x5a73bb,'Accept\x20suggestion'),_0x30d64b,'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](c(_0x5a73bb,'Discard\x20suggestion'),_0x457e84,'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x437089(_0x5a73bb,_0x33123c['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x4d8d26([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x554bbb(),this['keystrokes']=new _0x291e23(),this['focusCycler']=new _0x3f8518({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x41bd86=>_0x41bd86['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x2c0162=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x2c0162['innerHTML']=this['description'],this['on']('change:description',(_0x1ae319,_0x1ea2f8,_0x1b50a2)=>{_0x2c0162['innerHTML']=_0x1b50a2;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x4ae656=this['bindTemplate'],_0x29d5b8=[{'tag':'div','attributes':{'class':['ck-suggestion__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-suggestion__info-name','ck-annotation__info-name'],'data-cke-tooltip-text':this['userView']['name']}},{'tag':'time','attributes':{'datetime':_0x4ae656['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x4ae656['to']('authoredAt',_0x3102b5=>this['_config']['formatDateTime'](_0x3102b5))}]}]},{'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']&&_0x29d5b8['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':_0x29d5b8}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?c(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):c(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?c(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):c(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x103f14,_0x17493d,_0x30fb68,_0x5c07f7,_0x7fafbe){const _0x3a740c=new _0x34e70a(this['locale']);return _0x3a740c['set']({'label':_0x103f14,'icon':_0x17493d,'tooltip':!0x0,'tooltipPosition':_0x7fafbe}),_0x3a740c['extendTemplate']({'attributes':{'class':_0x30fb68}}),_0x3a740c['on']('execute',()=>{this['fire'](_0x5c07f7,this['_model']['id']);}),_0x3a740c;}['_setupKeyboardNavigation'](){const _0x4f9866=this['element'];this['keystrokes']['listenTo'](_0x4f9866);for(const _0x47d109 of this['focusables'])this['focusTracker']['add'](_0x47d109['element']),this['keystrokes']['listenTo'](_0x47d109['element']);this['keystrokes']['set']('enter',(_0x450539,_0x4cf009)=>{_0x4f9866===_0x450539['target']&&(this['focusCycler']['focusFirst'](),_0x4cf009());}),this['keystrokes']['set']('esc',(_0x4cccdf,_0x4e7be4)=>{_0x4f9866!==_0x4cccdf['target']&&(this['focus'](),_0x4e7be4());});}}class d extends _0xc831a5{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x5c361d,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x296bfc){super(_0x296bfc),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x2d720f=this['editor']['config'];_0x2d720f['define']('trackChanges.SuggestionThreadView',fe),_0x2d720f['define']('trackChanges.SuggestionView',we),_0x2d720f['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x2d720f['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x27d581,_0x52c6f9){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x5adfad,_0x4c6a12]of this['_handleControllerBuffer']){const _0x778407=this['_suggestionToController']['has'](_0x5adfad);_0x778407||_0x4c6a12?_0x778407&&_0x4c6a12&&this['_destroyController'](_0x5adfad):this['_initializeController'](_0x5adfad);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x27d581,_0x52c6f9);}['init'](){const _0x45c5ed=this['editor'],_0x4270c9=_0x45c5ed['plugins']['get']('TrackChangesEditing'),_0x4d0b15=_0x45c5ed['plugins']['get']('Annotations'),_0x1b1117=_0x45c5ed['plugins']['get']('EditorAnnotations'),_0x24bdcc=_0x45c5ed['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x1b1117['addSourceCollector'](()=>{const _0xfc44e6=[];for(const [_0xcde10b,_0x1d551d]of Array['from'](this['_suggestionToController'])){const _0x2e099d=_0xcde10b['getAllAdjacentSuggestions'](),_0x52840c=[];for(const _0x4d3980 of _0x2e099d){if(!_0x4d3980['isInContent'])continue;if(_0x4d3980['isMultiRange']){_0x52840c['push'](..._0x4d3980['getRanges']());continue;}const _0x2d1a12=_0x4d3980['getFirstRange']();if(_0x52840c['length']>0x0){const _0xf3ad5c=_0x52840c[0x0]['getJoined'](_0x2d1a12);if(_0xf3ad5c){_0x52840c[0x0]=_0xf3ad5c;continue;}}_0x52840c['push'](_0x2d1a12);}_0xfc44e6['push']([_0x1d551d['view'],_0x52840c]);}return _0xfc44e6;}),this['listenTo'](_0x4270c9,'suggestionLoaded',(_0x5ab4a6,_0x456bbd)=>{this['listenTo'](_0x456bbd,'change:previous',(_0x2b8e69,_0x1dc797,_0xb70ef6,_0x4e253d)=>{_0x456bbd['isInContent']&&(null==_0xb70ef6?(this['_updateController'](_0x4e253d['head']),this['_handleSuggestionControllerDelayed'](_0x456bbd,!0x1)):(this['_updateController'](_0xb70ef6['head']),null==_0x4e253d&&this['_handleSuggestionControllerDelayed'](_0x456bbd,!0x0)));}),null!==_0x456bbd['previous']?this['_updateController'](_0x456bbd['head']):this['_handleSuggestionControllerDelayed'](_0x456bbd,!0x1);}),this['listenTo'](_0x4270c9,'suggestionUnloaded',(_0x4763a9,_0x48f68d,_0x3d7a1f)=>{this['stopListening'](_0x48f68d,'change:previous'),this['_handleControllerBuffer']['delete'](_0x48f68d),this['_suggestionToController']['has'](_0x48f68d)&&this['_destroyController'](_0x48f68d),_0x3d7a1f&&this['_updateController'](_0x3d7a1f['head']);}),this['listenTo'](_0x4270c9,'suggestionChanged',(_0x4f4f64,_0x3bd44a)=>{this['_updateController'](_0x3bd44a);}),this['listenTo'](_0x4d0b15,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x24bdcc,'addComment',(_0x38bbf4,{threadId:_0x3087c3,isFromAdapter:_0x27e33f})=>{if(_0x27e33f||!_0x4270c9['hasSuggestion'](_0x3087c3))return;const _0x4f811c=_0x4270c9['getSuggestion'](_0x3087c3);this['_suggestionToController']['get'](_0x4f811c)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x579b5f=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x26bde4;for(const _0x201052 in _0x579b5f){const _0x215115=_0x201052,_0x5181e5=_0x579b5f[_0x215115];if('trackChangesLicenseKeyValid'==_0x5181e5||'trackChangesLicenseKeyInvalid'==_0x5181e5||'trackChangesLicenseKeyExpired'==_0x5181e5||'trackChangesLicenseKeyDomainLimit'==_0x5181e5||'trackChangesLicenseKeyNotAllowed'==_0x5181e5||'trackChangesLicenseKeyEvaluationLimit'==_0x5181e5||'trackChangesLicenseKeyTrialLimit'==_0x5181e5||'trackChangesLicenseKeyUsageLimit'==_0x5181e5){delete _0x579b5f[_0x215115],_0x26bde4=_0x5181e5,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x26bde4&&_0x579b5f['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x26bde4&&_0x579b5f['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x26bde4&&_0x579b5f['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x26bde4&&_0x579b5f['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x26bde4&&_0x579b5f['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x26bde4&&_0x579b5f['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyUsageLimit'==_0x26bde4&&_0x579b5f['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0x429925=this['editor']['plugins']['get']('Annotations'),_0x1aa4a1=this['editor']['plugins']['get']('TrackChangesEditing'),_0x54cfc8=Array['from'](_0x429925['activeAnnotations'],_0x42d3c9=>_0x42d3c9['innerView'])['filter'](_0x424174=>this['_viewToController']['has'](_0x424174)),_0x5bd38d=[];for(const _0x407816 of _0x54cfc8){const _0x23e2d1=this['_viewToController']['get'](_0x407816)['model']['getAllAdjacentSuggestions']();_0x5bd38d['push'](..._0x23e2d1['reduce']((_0xeedc9f,_0x4b3600)=>[..._0xeedc9f,..._0x4b3600['getMarkerNames']()],[]));}_0x1aa4a1['activeMarkers']=_0x5bd38d;}['_addUIComponentsToFactory'](){const _0x2ca13b=this['editor'],_0x2c0e29=_0x2ca13b['locale'],_0x831ea0=c(_0x2c0e29,'Track\x20changes'),_0x8db2a9=new _0x404500([{'type':'switchbutton','model':new _0x2cb56a({'withText':!0x0,'isToggleable':!0x0,'label':_0x831ea0,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x2cb56a({'withText':!0x0,'label':c(_0x2c0e29,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x2cb56a({'withText':!0x0,'label':c(_0x2c0e29,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x2cb56a({'withText':!0x0,'label':c(_0x2c0e29,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x2cb56a({'withText':!0x0,'label':c(_0x2c0e29,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x2ca13b['plugins']['has']('TrackChangesPreview')&&_0x8db2a9['addMany']([{'type':'separator'},{'type':'button','model':new _0x2cb56a({'withText':!0x0,'label':c(_0x2c0e29,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x2f1336 of _0x8db2a9)if(ke(_0x2f1336)){const _0x3008fc=_0x2ca13b['commands']['get'](_0x2f1336['model']['commandName']);_0x2f1336['model']['bind']('isOn','isEnabled')['to'](_0x3008fc,'value','isEnabled');}_0x2ca13b['ui']['componentFactory']['add']('trackChanges',_0x3b3112=>this['_createToolbarButton'](_0x3b3112,_0x8db2a9,_0x831ea0)),_0x2ca13b['ui']['componentFactory']['add']('menuBar:trackChanges',_0x3e4931=>this['_createMenuBarMenu'](_0x3e4931,_0x8db2a9,_0x831ea0));}['_createToolbarButton'](_0x10c702,_0x294c57,_0x22a267){const _0x2970cb=_0x76c2d(_0x10c702,_0x3603a0),_0x2e0cf5=this['editor']['commands']['get']('trackChanges');_0x2970cb['buttonView']['set']({'tooltip':_0x22a267,'label':_0x22a267,'icon':_0x858bbc}),_0x2970cb['buttonView']['bind']('isOn')['to'](_0x2e0cf5,'value'),_0x2970cb['buttonView']['on']('execute',()=>{_0x2e0cf5['execute'](),this['editor']['editing']['view']['focus']();}),_0x1de96b(_0x2970cb,_0x294c57,{'role':'menu'});const _0x2e92b2=[];for(const _0x41bcbe of _0x294c57)ke(_0x41bcbe)&&_0x2e92b2['push'](this['editor']['commands']['get'](_0x41bcbe['model']['commandName']));const _0x5125d1=_0x2970cb['buttonView'];return _0x5125d1['actionView']['unbind']('isEnabled'),_0x5125d1['arrowView']['unbind']('isEnabled'),_0x5125d1['actionView']['bind']('isEnabled')['to'](_0x2e0cf5,'isEnabled'),_0x5125d1['arrowView']['bind']('isEnabled')['toMany'](_0x2e92b2,'isEnabled',(..._0x235269)=>_0x235269['some'](_0x3da80e=>_0x3da80e)),_0x2970cb['on']('execute',_0xe0fc43=>{this['editor']['execute'](_0xe0fc43['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x2970cb;}['_createMenuBarMenu'](_0x1a21d3,_0x4f07c3,_0x4d4e05){const _0x432162=new _0x451613(_0x1a21d3),_0x12ee39=this['editor']['commands']['get']('trackChanges');_0x432162['buttonView']['set']({'label':_0x4d4e05,'icon':_0x858bbc});const _0x151ba1=new _0x3c6207(_0x1a21d3);for(const _0x5a8887 of _0x4f07c3){if('separator'==_0x5a8887['type']){_0x151ba1['items']['add'](new _0x359237(_0x1a21d3));continue;}const _0x4f722e=new _0x2f6f3f(_0x1a21d3,_0x432162),_0x4311bb=new _0x42ded4(_0x1a21d3),_0x5f1c0b=_0x5a8887['model'];_0x4311bb['bind'](...Object['keys'](_0x5f1c0b))['to'](_0x5f1c0b),_0x4311bb['delegate']('execute')['to'](_0x432162),_0x4311bb['on']('execute',()=>{this['editor']['execute'](_0x5f1c0b['commandName']),this['editor']['editing']['view']['focus']();}),_0x4f722e['children']['add'](_0x4311bb),_0x151ba1['items']['add'](_0x4f722e);}return _0x432162['bind']('isEnabled')['to'](_0x12ee39,'isEnabled'),_0x432162['panelView']['children']['add'](_0x151ba1),_0x432162;}['_initializeController'](_0x2047a2){const _0x1b02e7=this['editor'],_0x24ae61=_0x1b02e7['config'],_0x5b92c0=_0x1b02e7['plugins']['get']('Annotations'),_0x3f2e80=_0x1b02e7['plugins']['get']('CommentsRepository'),_0x262c8f=_0x1b02e7['plugins']['get']('EditorAnnotations'),_0x53e415=_0x1b02e7['plugins']['get'](_0x5c361d)['me'],_0x409aaa=_0x24ae61['get']('trackChanges')['SuggestionThreadView'],_0xb03be0=_0x24ae61['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x16acb3,CommentThreadInputView:_0x5dc02e}=_0x1b02e7['plugins']['get']('CommentsUI');let _0xf6c83d,_0x516fe3,_0xa7d4c3;this['_annotationViews']['has'](_0x2047a2['id'])?(_0x516fe3=this['_annotationViews']['get'](_0x2047a2['id']),_0xf6c83d=_0x516fe3['mainView']):(_0xf6c83d=new _0x409aaa(_0x1b02e7['locale'],_0x2047a2,_0x53e415,{'disableComments':this['_disableComments'],'editorConfig':{..._0x24ae61['get']('comments.editorConfig'),'licenseKey':_0x24ae61['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x24ae61['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x24ae61['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x24ae61['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x112812(_0x24ae61['get']('locale')),'CommentView':_0x24ae61['get']('comments')['CommentView'],'CommentsListView':_0x16acb3,'CommentThreadInputView':_0x5dc02e,'SuggestionView':_0xb03be0}),_0xf6c83d['suggestionView']['acceptButton']['on']('execute',()=>{_0x1b02e7['editing']['view']['focus']();}),_0xf6c83d['suggestionView']['discardButton']['on']('execute',()=>{_0x1b02e7['editing']['view']['focus']();}),_0x516fe3=_0x5b92c0['createAnnotationView'](this['editor']['locale'],_0xf6c83d),_0x516fe3['bind']('isDirty')['to'](_0xf6c83d,'isDirty'),_0x516fe3['bind']('length')['to'](_0xf6c83d),_0x516fe3['bind']('type')['to'](_0xf6c83d,'type',_0x12829e=>'suggestion-'+_0x12829e),_0xf6c83d['on']('escape',()=>{_0xa7d4c3['fire']('escape');}),this['_annotationViews']['set'](_0x2047a2['id'],_0x516fe3));const _0x2fb66=_0x3f2e80['createCommentThreadController'](_0x2047a2['commentThread'],_0xf6c83d),_0xcd7596=new pe(_0x1b02e7,_0x2047a2,_0xf6c83d,_0x2fb66),_0xefa4da=_0x2047a2['getAllAdjacentSuggestions']()['filter'](_0x481c49=>_0x481c49['isInContent']);_0xf6c83d['descriptionParts']=_0x1b02e7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0xefa4da),this['_suggestionToController']['set'](_0x2047a2,_0xcd7596),this['_viewToController']['set'](_0xf6c83d,_0xcd7596),_0xa7d4c3=_0x5b92c0['createAnnotation']({'view':_0x516fe3,'target':()=>{const _0x5809cb=[],_0x6cd3b8=_0x2047a2['getAllAdjacentSuggestions']()['filter'](_0x2742ec=>_0x2742ec['isInContent']);for(const _0xbabe8f of _0x6cd3b8)_0x5809cb['push'](..._0xbabe8f['getMarkers']());return _0x3f4177(_0x1b02e7['editing'],_0x5809cb);},'type':()=>'suggestion-'+_0xcd7596['view']['type']}),_0x3f2e80['_bindAnnotationToEditors'](_0xf6c83d,_0xa7d4c3),_0x5b92c0['add'](_0xa7d4c3),_0x262c8f['registerAnnotation'](_0xa7d4c3);}['_destroyController'](_0x2607d3){const _0x112f64=this['editor']['plugins']['get']('CommentsRepository'),_0x128236=this['editor']['plugins']['get']('Annotations'),_0x294d65=this['_suggestionToController']['get'](_0x2607d3),_0x42184b=_0x294d65['view'],_0x51a6cc=_0x128236['getByInnerView'](_0x42184b);_0x112f64['_unbindEditors'](_0x42184b),_0x51a6cc&&_0x128236['remove'](_0x51a6cc),this['_suggestionToController']['delete'](_0x2607d3),this['_viewToController']['delete'](_0x42184b),_0x294d65['destroy']();}['_updateController'](_0x3dbf3b){if(!_0x3dbf3b['isInContent']||!this['_suggestionToController']['has'](_0x3dbf3b))return;const _0x448d51=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3f78c6=this['_suggestionToController']['get'](_0x3dbf3b),_0x55b347=_0x3dbf3b['getAllAdjacentSuggestions']();_0x3f78c6['view']['descriptionParts']=_0x448d51['descriptionFactory']['getDescriptions'](_0x55b347);}['destroy'](){for(const _0x5d8ead of this['_suggestionToController']['keys']())this['_destroyController'](_0x5d8ead);for(const _0x2668ef of this['_annotationViews']['values']())_0x2668ef['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function ke(_0x344ef3){return'model'in _0x344ef3;}class k extends _0xc831a5{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x33e41d){this['editor']['plugins']['get'](p)['adapter']=_0x33e41d;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x55dbf1){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x55dbf1);}['getSuggestions']({skipNotAttached:_0x425879=!0x1,toJSON:_0x38d805=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x425879,'toJSON':_0x38d805});}['getSuggestion'](_0x49a7e4){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x49a7e4);}}const w=['Pagination'];class T extends _0xc831a5{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x3bb5a7=this['editor'];if(_0x3bb5a7['config']['define']('trackChangesData.editorCreator',_0x1e3f8e=>{const _0x2e91d7=_0x3bb5a7['model']['document']['getRootNames']()['reduce']((_0x208650,_0x542256)=>(_0x208650[_0x542256]='',_0x208650),{});return _0x3bb5a7['constructor']['create'](_0x2e91d7,_0x1e3f8e);}),'function'!=typeof _0x3bb5a7['config']['get']('trackChangesData')['editorCreator'])throw new _0xb1fe46('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x465416){return N(this['editor'],!0x0,_0x465416);}['getDataWithDiscardedSuggestions'](_0x37486c){return N(this['editor'],!0x1,_0x37486c);}}class D extends _0xc831a5{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3d08ee){function _0x5cc66f(_0x5a3fea){return _0x5a3fea['map'](_0x395785=>String['fromCharCode'](_0x395785))['join']('');}super(_0x3d08ee),this['result']='end',_0x3d08ee[_0x5cc66f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5cc66f([0x76,0x69,0x65,0x77])][_0x5cc66f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5cc66f([0x61,0x75,0x74,0x6f]),_0x3d08ee[_0x5cc66f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x5cc66f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5cc66f([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x5cc66f([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x5cc66f([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 Fe(_0x5175be){return void 0x0!==_0x5175be['getRootsAttributes'];}async function N(_0x3e4191,_0x3cfcf0,_0x157a2c){const _0x11620c=_0x3781e3(_0x3e4191,w);_0x11620c['plugins']['push'](p,D),_0x11620c['rootsAttributes']=Fe(_0x3e4191)?_0x3e4191['getRootsAttributes']():void 0x0;const _0x417e14=document['createDocumentFragment'](),_0x361093=_0x3e4191['config']['get']('trackChangesData')['editorCreator'],_0x73e6f6=await _0x361093(_0x11620c,()=>function(_0x23d399){const _0x2b3457=document['createElement']('div');return _0x23d399['appendChild'](_0x2b3457),_0x2b3457;}(_0x417e14));!function(_0x435d01,_0x4547f4){const _0x3908b9=_0x435d01['model']['document']['getRootNames']()['reduce']((_0x4ae7e3,_0x16bc7f)=>(_0x4ae7e3[_0x16bc7f]=_0x435d01['data']['get']({'rootName':_0x16bc7f}),_0x4ae7e3),{}),_0x27a077=_0x435d01['plugins']['get']('Users')['users']['map'](_0x39d031=>({'id':_0x39d031['id'],'name':_0x39d031['name']})),_0x56119c=_0x435d01['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x510c71=_0x435d01['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x2aaea7=_0x4547f4['plugins']['get']('Users'),_0x3094eb=_0x4547f4['plugins']['get']('TrackChangesEditing'),_0x48e824=_0x4547f4['plugins']['get']('CommentsRepository');for(const _0x5c2652 of _0x48e824['getCommentThreads']())_0x5c2652['remove']();for(const _0x59dbb8 of _0x27a077)_0x2aaea7['getUser'](_0x59dbb8['id'])||_0x2aaea7['addUser'](_0x59dbb8);_0x2aaea7['me']||_0x2aaea7['useAnonymousUser']();for(const _0x377ca5 of _0x510c71)_0x48e824['addCommentThread'](_0x377ca5);for(const _0x55bef1 of _0x56119c)_0x3094eb['addSuggestionData'](_0x55bef1);_0x4547f4['data']['set'](_0x3908b9);}(_0x3e4191,_0x73e6f6),_0x73e6f6['execute'](_0x3cfcf0?'acceptAllSuggestions':'discardAllSuggestions');const _0x252c0e=Fe(_0x73e6f6)?_0x73e6f6['getFullData'](_0x157a2c):_0x73e6f6['data']['get'](_0x157a2c);return await _0x73e6f6['destroy'](),_0x252c0e;}class Me extends _0x11d546{['options'];constructor(_0x242e34,_0x15cc2b){super(_0x242e34),this['options']=_0x15cc2b,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-track-changes-preview'],'tabindex':-0x1}});}['render'](){super['render'](),this['element']['style']['width']=this['options']['dialogRects']['width']+'px',this['element']['style']['height']=this['options']['dialogRects']['height']+'px';}['setPreviewData'](_0x4917e8,_0x40101f){if(!this['element'])return;const _0x196ddd=[];for(const [_0x5e9e9c,_0x2398ec]of _0x4917e8){const _0xc3b820=document['createElement']('div');_0xc3b820['setAttribute']('data-ck-root-name',_0x5e9e9c),_0xc3b820['className']=_0x2398ec['classes']+'\x20ck-track-changes-preview__root-container',_0xc3b820['innerHTML']=_0x2398ec['content'],_0x196ddd['push'](_0xc3b820);}_0x40101f(this['element'],_0x196ddd),this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class re extends _0x3ca02c{constructor(_0x4da34f){super(_0x4da34f),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x334c69=this['editor'],_0x44255b=_0x334c69['locale'],_0x12d330=_0x334c69['plugins']['get']('Dialog');let _0x18d6ff;const _0x515bda=function(_0x109e1b){const _0x4d2c7d={};if('editables'in _0x109e1b['ui']['view']){for(const [_0x116048,_0x1f8b18]of Object['entries'](_0x109e1b['ui']['view']['editables']))_0x4d2c7d[_0x116048]=_0x1f8b18['element'];}else _0x4d2c7d[_0x109e1b['model']['document']['getRootNames']()[0x0]]=_0x109e1b['ui']['view']['editable']['element'];return _0x4d2c7d;}(_0x334c69),_0x466952=function(_0x1d5b8d){let _0x54de35=0x0;for(const _0x544675 of Object['values'](_0x1d5b8d))_0x54de35=Math['max'](_0x54de35,_0x544675['getBoundingClientRect']()['width']);let _0x10e7b2=0x0;for(const _0x169ec3 of Object['values'](_0x1d5b8d))_0x10e7b2+=_0x169ec3['getBoundingClientRect']()['height'];const _0xf4e8a=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x21a298=Math['min'](_0x10e7b2,_0xf4e8a);return{'width':_0x54de35,'height':_0x21a298};}(_0x515bda);_0x12d330['show']({'id':'finalContentPreview','title':c(_0x44255b,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new Me(_0x44255b,{'dialogRects':_0x466952}),'onHide':()=>{_0x18d6ff['detachFromDom']();},'onShow':()=>{_0x334c69['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x551b1b=>{const _0x5a3e3d=this['_standarizeRootsData'](_0x551b1b,_0x334c69,_0x515bda);_0x12d330['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x5a3e3d,_0x334c69['config']['get']('trackChanges.preview.renderFunction'));}),_0x18d6ff=new _0x425b0e(_0x44255b,[_0x12d330['view']]),_0x18d6ff['attachToDom'](),_0x18d6ff['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x334c69['once']('destroy',()=>{_0x18d6ff['detachFromDom']();});const _0x4d0fe3=_0x12d330['view']['headerView']['class'];_0x12d330['view']['headerView']['class']=_0x4d0fe3?_0x4d0fe3+'\x20ck-reset_all':'ck-reset_all',_0x12d330['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x12d330['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x58f77d=this['editor']['plugins']['get']('MergeFieldsEditing'),_0x4d3f36=_0x58f77d['previewMode'],_0x3f11ae={};if('$labels'===_0x4d3f36){for(const _0x4568eb of _0x58f77d['getMergeFieldsIds']())_0x3f11ae[_0x4568eb]=_0x58f77d['getLabel'](_0x4568eb)||_0x4568eb;}else{const _0x3d58c0='$defaultValues'===_0x4d3f36?_0x58f77d['getDefaultValues']():_0x58f77d['getDataSetValues'](_0x4d3f36,!0x0);for(const _0x73b845 of Object['entries'](_0x3d58c0)){const [_0xbbaa5e,_0x52bb81]=_0x73b845;_0x3f11ae[_0xbbaa5e]=null!==_0x52bb81?_0x52bb81:_0x58f77d['getLabel'](_0xbbaa5e)||_0xbbaa5e;}}return{'mergeFieldsData':_0x3f11ae};}['_standarizeRootsData'](_0x52f2f1,_0x23e134,_0x49bde0){let _0x449744;if('string'==typeof _0x52f2f1){const _0x5c026f=_0x23e134['model']['document']['getRootNames']()[0x0];_0x449744={[_0x5c026f]:_0x52f2f1};}else _0x449744=_0x52f2f1;const _0x19ed2c=this['_fixMediaEmbeds'](_0x449744,_0x23e134),_0x1a6c55=function(_0x347575,_0x5a8977){for(const [_0x3a892e,_0x409e72]of _0x347575)_0x409e72['classes']=_0x5a8977[_0x3a892e]['classList']['value']['replace']('ck-focused','');return _0x347575;}(this['_sortRoots'](_0x23e134)['reduce']((_0x3c9a04,_0x4ba0d5)=>(_0x3c9a04['push']([_0x4ba0d5,{'content':_0x19ed2c[_0x4ba0d5],'classes':''}]),_0x3c9a04),[]),_0x49bde0);return _0x1a6c55;}['_fixMediaEmbeds'](_0x2c67ba,_0x5e4f3c){if(!_0x5e4f3c['plugins']['has']('MediaEmbedEditing'))return _0x2c67ba;const _0x516ca1=_0x5e4f3c['plugins']['get']('MediaEmbedEditing');for(const [_0x112391,_0x219789]of Object['entries'](_0x2c67ba)){const _0x425530=document['createElement']('div');_0x425530['innerHTML']=_0x219789,(_0x425530['querySelectorAll']('figure.media')['forEach'](_0x3cd696=>{const _0x4fd3db=_0x3cd696['querySelector']('oembed');if(_0x4fd3db){const _0x181b8b=_0x4fd3db['getAttribute']('url');if(_0x181b8b){const _0x14f08e=_0x516ca1['registry']['getMediaViewElement'](new _0x1d790b(_0x5e4f3c['editing']['view']['document']),_0x181b8b,{'elementName':'','renderForEditingView':!0x0}),_0x7197db=document['createElement']('div');_0x7197db['classList']['add']('ck-media__wrapper'),_0x14f08e['render'](_0x7197db,_0x5e4f3c['editing']['view']['domConverter']),_0x4fd3db['replaceWith'](_0x7197db);}}}),_0x2c67ba[_0x112391]=_0x425530['innerHTML']);}return _0x2c67ba;}['_sortRoots'](_0x28090f){if(!function(_0x5ed48f){return void 0x0!==_0x5ed48f['getRootsAttributes'];}(_0x28090f))return _0x28090f['model']['document']['getRootNames']();const _0x4d7a36=[],_0x5a27e9=new Map();for(const _0x428c7c of _0x28090f['model']['document']['getRootNames']()){const _0x2bb14a=_0x28090f['editing']['view']['getDomRoot'](_0x428c7c)['getClientRects']()['item'](0x0);_0x4d7a36['push'](_0x428c7c),_0x5a27e9['set'](_0x428c7c,_0x2bb14a);}return _0x4d7a36['sort']((_0x4e81f2,_0x1b6663)=>{const _0x4c71d3=_0x5a27e9['get'](_0x4e81f2),_0x36752e=_0x5a27e9['get'](_0x1b6663);return _0x4c71d3['y']-_0x36752e['y']||_0x4c71d3['x']-_0x36752e['x'];}),_0x4d7a36;}}class te extends _0xc831a5{static get['requires'](){return[T,_0x36fb6d];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x453904){super(_0x453904),_0x453904['commands']['add']('previewFinalContent',new re(this['editor'])),_0x453904['config']['define']('trackChanges.preview.renderFunction',(_0x55e4fd,_0x580c7a)=>{for(const _0x169415 of _0x580c7a)_0x55e4fd['appendChild'](_0x169415);});}}export{us as BaseSuggestionThreadView,o as Suggestion,fe as SuggestionThreadView,we as SuggestionView,k as TrackChanges,T as TrackChangesData,p as TrackChangesEditing,te as TrackChangesPreview};
|
|
23
|
+
import{Command as _0x50c59c,Plugin as _0xb83fe9,PendingActions as _0x33cfe8}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x3c865c,ObservableMixin as _0x2c2a41,uid as _0x429b71,priorities as _0xc373b8,insertToPriorityArray as _0x1c8d05,logWarning as _0x869b35,getEnvKeystrokeText as _0x2c2ad8,FocusTracker as _0x931833,KeystrokeHandler as _0x2da891,Collection as _0xf22989}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconCheck as _0x443d20,IconCancel as _0x3e9a0b,IconTrackChanges as _0x5c6e1c}from'@ckeditor/ckeditor5-icons/dist/index.js';import{normalizeColorOptions as _0x45e750,View as _0x235f82,ViewCollection as _0x5b123c,FocusCycler as _0x8227d0,ViewModel as _0xae902f,createDropdown as _0x42927a,SplitButtonView as _0x3ff2e8,addListToDropdown as _0x78a0e5,MenuBarMenuView as _0x27f4ab,MenuBarMenuListView as _0x3b26fc,ListSeparatorView as _0x1b40d6,MenuBarMenuListItemView as _0x520bfb,MenuBarMenuListItemButtonView as _0x49537e,BodyCollection as _0x144193,Dialog as _0xc75f43}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x54b124,hashObject as _0x2eecaa,surroundingMarkersDetector as _0x120bfa,FOCUS_ANNOTATION_KEYSTROKE as _0x2f905b,AriaDescriptionView as _0x2241c1,setupThreadKeyboardNavigation as _0x36ab3b,trimHtml as ti,UserView as _0x1f93df,LateFocusButtonView as _0x5ef6fe,getDateTimeFormatter as _0x13658f,getAllMarkersDomElementsSorted as _0x394645,sanitizeEditorConfig as _0x1476a8}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x3d8b57,LiveRange as _0x315628,LivePosition as _0x3a34a4,DowncastWriter as _0x59b703}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x564d89,toWidget as _0x3dd96f}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x4de9cf,set as _0x379e77,isEqual as _0x52f535,unset as _0x3f5ed0,omit as Vt}from'es-toolkit/compat';import{Delete as _0x2c6eae,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x3ecf59,ShiftEnter as _0x2e1aeb}from'@ckeditor/ckeditor5-enter/dist/index.js';class B extends _0x50c59c{['_enabledCommands'];constructor(_0x2523b1,_0x384641){super(_0x2523b1),this['_enabledCommands']=_0x384641,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 _0x4c8562 of this['editor']['commands']['commands']())_0x4c8562['affectsData']&&!this['_enabledCommands']['has'](_0x4c8562)&&_0x4c8562['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x48cc12 of this['editor']['commands']['commands']())_0x48cc12['affectsData']&&!this['_enabledCommands']['has'](_0x48cc12)&&_0x48cc12['clearForceDisabled']('TrackChangesCommand');}}class O extends _0x50c59c{['_suggestions'];constructor(_0x44f4d0,_0x216931){super(_0x44f4d0),this['_suggestions']=_0x216931,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x7ddd87){const _0x4c9820=this['_suggestions']['get'](_0x7ddd87);if(!_0x4c9820)throw new _0x3c865c('track-changes-accept-suggestion-not-found',this);const _0x300358=_0x4c9820['getRanges']();this['editor']['model']['canEditAt'](_0x300358)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x4c9820);}}class R extends _0x50c59c{['_suggestions'];constructor(_0x21c0b1,_0x323a3a){super(_0x21c0b1),this['_suggestions']=_0x323a3a,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x3b61b4){const _0x6a7b3d=this['_suggestions']['get'](_0x3b61b4);if(!_0x6a7b3d)throw new _0x3c865c('track-changes-discard-suggestion-not-found',this);const _0x2875a0=_0x6a7b3d['getRanges']();this['editor']['model']['canEditAt'](_0x2875a0)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x6a7b3d);}}function ls(_0x5adc09,_0x202a3d){let _0x35403a='';return _0x35403a+=_0x5adc09['split']('*')['map']((_0x10f295,_0x3d66a5)=>_0x3d66a5%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0x10f295)+'</span>':nn(_0x10f295))['join'](''),_0x202a3d&&(_0x35403a+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x202a3d['value']+'\x22\x20title=\x22'+_0x202a3d['title']+'\x22></span>'),_0x35403a;}function nn(_0x54584d){const _0x397fba=document['createElement']('span');return _0x397fba['innerText']=_0x54584d,_0x397fba['innerHTML'];}function ts(_0x2a8af2){return _0x2a8af2['sort']((_0x45ad66,_0x26a299)=>'deletion'==_0x45ad66['type']&&'deletion'!=_0x26a299['type']?-0x1:'deletion'!=_0x45ad66['type']&&'deletion'==_0x26a299['type']?0x1:0x0);}function Zt(_0x220f2d,_0x2a706d){let _0x2d2cc0,_0x211c5e=0x0;const _0x5b86db=[],_0x449bd=_0x2a706d['schema'];for(;_0x211c5e<_0x220f2d['length'];){const _0xbe8fb1=_0x220f2d[_0x211c5e],_0x3642cf=_0x220f2d[_0x211c5e+0x1];_0x2d2cc0||(_0x2d2cc0=_0x2a706d['createPositionBefore'](_0xbe8fb1)),on(_0x2a706d,_0xbe8fb1,_0x3642cf)||(_0x5b86db['push'](_0x2a706d['createRange'](_0x2d2cc0,_0x449bd['isObject'](_0xbe8fb1)?_0x2a706d['createPositionAfter'](_0xbe8fb1):_0x2a706d['createPositionAt'](_0xbe8fb1,'end'))),_0x2d2cc0=null),_0x211c5e++;}return _0x5b86db;}function on(_0x239687,_0x4590cd,_0x6ba68){if(!_0x6ba68)return!0x1;const _0x59a279=_0x239687['createPositionAfter'](_0x4590cd),_0x57346f=_0x239687['createPositionBefore'](_0x6ba68);return _0x59a279['isTouching'](_0x57346f);}function rs(_0x5487f3,_0x37d3cc,_0x4e14fe){for(;_0x4e14fe['length'];){const _0x2159f6=_0x4e14fe['splice'](0x0,0x64);_0x5487f3['change'](()=>{for(const _0x2b6553 of _0x2159f6)_0x2b6553['isInContent']&&_0x37d3cc['execute'](_0x2b6553['id']);});}}class x extends _0x50c59c{['_command'];['_suggestions'];constructor(_0x313b13,_0x169a77,_0x50b69e){super(_0x313b13),this['_command']=_0x169a77,this['_suggestions']=_0x50b69e,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x3b4071=Array['from'](this['_suggestions']['values']())['some'](_0x4cbbd8=>_0x4cbbd8['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x3b4071;}['execute'](){const _0x8e1a94=ts(Array['from'](this['_suggestions']['values']()));for(const _0x4e0438 of _0x8e1a94){const _0x6730fb=_0x4e0438['getRanges']();if(!this['editor']['model']['canEditAt'](_0x6730fb))return;}rs(this['editor']['model'],this['_command'],_0x8e1a94);}}class E extends _0x50c59c{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x412d82,_0x24f0a9,_0x2eb7c5){super(_0x412d82),this['_command']=_0x24f0a9,this['_suggestions']=_0x2eb7c5,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x5b65eb=this['editor']['model']['document']['selection'],_0x5c1e0a=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x8bee25,_0x4fc9ab){const _0x9fdf28=Array['from'](_0x8bee25['getRanges']()),_0x1b7a85=new Set();for(const _0x3e42e3 of _0x4fc9ab)if(_0x3e42e3['isInContent']){for(const _0x4de331 of _0x9fdf28)for(const _0x1dba67 of _0x3e42e3['getRanges']())(_0x4de331['isIntersecting'](_0x1dba67)||_0x8bee25['isCollapsed']&&!_0x3e42e3['isMultiRange']&&_0x3e42e3['next']&&_0x1dba67['end']['isTouching'](_0x4de331['start']))&&_0x1b7a85['add'](_0x3e42e3);}return _0x1b7a85;}(_0x5b65eb,_0x5c1e0a),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0xea325c=ts(Array['from'](this['_selectedSuggestions']));for(const _0x212035 of _0xea325c){const _0x1b5ddc=_0x212035['getRanges']();if(!this['editor']['model']['canEditAt'](_0x1b5ddc))return;}rs(this['editor']['model'],this['_command'],_0xea325c);}}class o extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x2c2a41(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x33f5b6,_0x2f47bb){super(),this['id']=_0x2f47bb['id'],this['type']=_0x2f47bb['type'],this['subType']=_0x2f47bb['subType']||null,this['author']=_0x2f47bb['author'],this['creator']=_0x2f47bb['creator']||_0x2f47bb['author'],this['isExternal']=Boolean(_0x2f47bb['attributes']&&_0x2f47bb['attributes']['@external']),this['data']=null,this['_model']=_0x33f5b6,this['_onAccept']=_0x2f47bb['onAccept'],this['_onDiscard']=_0x2f47bb['onDiscard'],this['_onAttributesChange']=_0x2f47bb['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x2f47bb['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 _0x570836=this;for(;_0x570836['previous'];)_0x570836=_0x570836['previous'];return _0x570836;}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'](_0x1da1d9){this['_markerNames']['add'](_0x1da1d9);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x4a8511=>this['_model']['markers']['get'](_0x4a8511))['filter'](_0x149ba6=>_0x149ba6);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x49361b=>{for(const _0x1a3117 of this['getMarkers']())_0x49361b['removeMarker'](_0x1a3117);}),this['_markerNames']['clear']();}['removeMarker'](_0x1858dd){this['_model']['change'](_0x9af011=>{_0x9af011['removeMarker'](_0x1858dd);}),this['_markerNames']['delete'](_0x1858dd);}['addRange'](_0x5958e1){const _0x579941='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+o['getMultiRangeId']();this['addMarkerName'](_0x579941),this['_model']['change'](_0x55810f=>{_0x55810f['addMarker'](_0x579941,{'range':_0x5958e1,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x2db6f2){for(const _0x5839f9 of this['getRanges']())if(_0x5839f9['isIntersecting'](_0x2db6f2))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x48890d=>_0x48890d['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x523779,_0x52d445)=>[..._0x523779,..._0x52d445['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x311315=this['getRanges']();if(0x1!=_0x311315['length'])return null;const _0x12520d=_0x311315[0x0],_0x27b185=_0x12520d['start']['nodeAfter'],_0x206354=_0x12520d['end']['nodeBefore'];return _0x27b185 instanceof _0x3d8b57?_0x27b185!=_0x206354?null:_0x27b185: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 _0x50e62f=[];let _0x2b4bec=this['head'];for(;_0x2b4bec;)_0x50e62f['push'](_0x2b4bec),_0x2b4bec=_0x2b4bec['next'];return _0x50e62f;}['setAttribute'](_0x457d5a,_0x1e327c){const _0x5df0ab=_0x4de9cf(this['attributes']);_0x379e77(_0x5df0ab,_0x457d5a,_0x1e327c),_0x52f535(_0x5df0ab,this['attributes'])||(this['attributes']=_0x5df0ab,this['_onAttributesChange'](_0x5df0ab));}['removeAttribute'](_0x3fd5cd){const _0xfee753=_0x4de9cf(this['attributes']);_0x3f5ed0(_0xfee753,_0x3fd5cd),_0x52f535(_0xfee753,this['attributes'])||(this['attributes']=_0xfee753,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 _0x429b71()['substr'](0x1,0x5);}}function c(_0x5ecf8b,_0x5829f3,_0x23d094){const _0x3d2461=_0x5ecf8b['t'],t=_0x5ecf8b['t'];switch(_0x5829f3){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'Preview\x20final\x20content':return t('Preview\x20final\x20content');case'Final\x20content\x20preview':return t('Final\x20content\x20preview');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x23d094);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x23d094);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x23d094);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x23d094);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x23d094);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',_0x23d094);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x23d094);case'*Replace\x20image*':return t('*Replace\x20image*');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x23d094);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x23d094);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x23d094);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x23d094);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x23d094);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x23d094);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x23d094);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x23d094);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x23d094);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x23d094);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x23d094);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x23d094);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x23d094);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x23d094);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x23d094);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x23d094);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x23d094);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'},_0x23d094);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x23d094);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x23d094);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x23d094);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x23d094);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x23d094);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'},_0x23d094);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x23d094);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x23d094);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x23d094);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x23d094);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'},_0x23d094);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x23d094);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'},_0x23d094);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'},_0x23d094);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x23d094);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'},_0x23d094);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x23d094);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'},_0x23d094);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x23d094);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x23d094);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'},_0x23d094);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x23d094);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 _0x3d2461({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x23d094);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x3d2461({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x23d094);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x23d094);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'},_0x23d094);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'},_0x23d094);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'},_0x23d094);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x5829f3;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x37fa97,_0x3f128f){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x37fa97,this['_locale']=_0x3f128f;}['getDescriptions'](_0x594ec5){const _0xd18027=[],_0x292a75=new Set(),_0xd79eff=new Set();for(let _0x43af69=0x0;_0x43af69<_0x594ec5['length'];_0x43af69++){const _0x44acfa=_0x594ec5[_0x43af69];if(!_0x44acfa['isInContent'])continue;const _0x37dd2a=this['_handleCustomCallbackDescription'](_0x44acfa);if(_0x37dd2a){if(null!=_0x44acfa['subType']){if(_0x292a75['has'](_0x44acfa['subType']))continue;_0x292a75['add'](_0x44acfa['subType']);}_0xd18027['push'](_0x37dd2a);}else{if('attribute'!=_0x44acfa['type'])'insertion'!=_0x44acfa['type']&&'deletion'!=_0x44acfa['type']||this['_handleInsertRemoveSuggestionDescription'](_0xd18027,_0x44acfa,_0x594ec5[_0x43af69+0x1]);else{const _0x3163b0=_0x44acfa['data']['key'];if(_0xd79eff['has'](_0x3163b0))continue;_0xd79eff['add'](_0x44acfa['data']['key']),_0x3163b0==u?this['_handleRenameSuggestionDescription'](_0xd18027,_0x44acfa):this['_handleAttributeSuggestionDescription'](_0xd18027,_0x44acfa);}}}return this['_resolveDescriptionItems'](_0xd18027);}['registerDescriptionCallback'](_0x567897){this['_customCallbacks']['push'](_0x567897);}['registerElementLabel'](_0x2d6651,_0x59fadb,_0x443373=_0xc373b8['normal']){'function'==typeof _0x2d6651?_0x1c8d05(this['_itemLabelsCallbacks'],{'matchingCallback':_0x2d6651,'label':_0x59fadb,'priority':_0x443373}):this['_itemLabels']['set'](_0x2d6651,_0x59fadb);}['registerAttributeLabel'](_0x2be6ab,_0x388d7c){this['_attributeLabels']['set'](_0x2be6ab,_0x388d7c);}['getItemLabel'](_0x3446ea,_0x35f1fe=0x1){let _0x126ab6;for(const _0x425234 of this['_itemLabelsCallbacks'])if(_0x425234['matchingCallback'](_0x3446ea)){_0x126ab6=_0x425234['label'];break;}return _0x126ab6||(_0x126ab6=this['_itemLabels']['get'](_0x3446ea['name'])),_0x126ab6?_0x126ab6(_0x35f1fe):0x1!==_0x35f1fe?_0x35f1fe+'\x20'+_0x3446ea['name']+'s':''+_0x3446ea['name'];}['_addDescriptionItems'](_0x185bdf,_0x1088ba){const _0x5af3c2=_0x1088ba['getFirstRange']()['getWalker'](),_0x1f125a='insertion'==_0x1088ba['type']?'add':'remove';for(const _0x89930d of _0x5af3c2){const _0x67fc2d=_0x89930d['item'],_0x2a3ab5=_0x185bdf[_0x185bdf['length']-0x1];if(_0x67fc2d['is']('$textProxy'))_0x2a3ab5&&_0x2a3ab5['type']['indexOf']('Container')>-0x1&&_0x185bdf['pop'](),_0x2a3ab5&&'text'==_0x2a3ab5['type']?_0x2a3ab5[_0x1f125a]+=_0x67fc2d['data']:_0x185bdf['push']({'type':'text','add':'add'==_0x1f125a?_0x67fc2d['data']:'','remove':'remove'==_0x1f125a?_0x67fc2d['data']:''});else{if(this['_schema']['isObject'](_0x67fc2d)){const _0x2a6bd7=_0x67fc2d;if(_0x2a3ab5&&_0x2a3ab5['type']['indexOf']('Container')>-0x1&&_0x185bdf['pop'](),'elementEnd'==_0x89930d['type'])continue;_0x2a3ab5&&_0x2a3ab5['type']==_0x1f125a+'Object'&&_0x2a3ab5['element']['name']==_0x2a6bd7['name']?_0x2a3ab5['quantity']++:_0x185bdf['push']({'type':_0x1f125a+'Object','element':_0x2a6bd7,'quantity':0x1}),_0x5af3c2['skip'](_0x8de3f8=>!('elementEnd'==_0x8de3f8['type']&&_0x8de3f8['item']==_0x67fc2d));}else{if(this['_schema']['checkChild'](_0x67fc2d,'$text')||_0x67fc2d['is']('element','softBreak')){const _0x4d9da1=_0x67fc2d;if('add'==_0x1f125a&&'elementStart'==_0x89930d['type']||'remove'==_0x1f125a&&'elementEnd'==_0x89930d['type'])continue;if(_0x2a3ab5&&-0x1==_0x2a3ab5['type']['indexOf']('Container')){'text'==_0x2a3ab5['type']&&(_0x2a3ab5[_0x1f125a]+='\x0a');continue;}let _0xb2bc0;if(_0xb2bc0='add'==_0x1f125a?_0x4d9da1['nextSibling']&&!this['_schema']['isObject'](_0x4d9da1['nextSibling'])?_0x4d9da1['nextSibling']:null:_0x4d9da1['previousSibling']&&!this['_schema']['isObject'](_0x4d9da1['previousSibling'])?_0x4d9da1['previousSibling']:null,_0x4d9da1['isEmpty']||_0xb2bc0&&_0xb2bc0['isEmpty']){const _0x367457=_0xb2bc0&&_0xb2bc0['isEmpty']?_0xb2bc0:_0x4d9da1;_0x2a3ab5&&_0x2a3ab5['type']==_0x1f125a+'EmptyContainer'&&_0x2a3ab5['element']['name']==_0x367457['name']?_0x2a3ab5['quantity']++:_0x185bdf['push']({'type':_0x1f125a+'EmptyContainer','element':_0x367457,'quantity':0x1});}else _0x185bdf['push']({'type':_0x1f125a+'Container','element':_0x4d9da1});}}}}}['_resolveDescriptionItems'](_0x42eab2){const _0x1a365f=this['_locale'],_0x51f90c=[],_0x21d5bd=[],_0x2fc83f=[];for(const _0x51f63f of _0x42eab2)switch(_0x51f63f['type']){case'text':if(_0x51f63f['add']=_0x51f63f['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x51f63f['remove']=_0x51f63f['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x51f63f['add']&&''!=_0x51f63f['remove']){_0x51f90c['push']({'type':'replace','content':c(_0x1a365f,'REPLACE_TEXT',['\x22'+_0x51f63f['remove']+'\x22','\x22'+_0x51f63f['add']+'\x22'])});continue;}if(null!=_0x51f63f['add']['match'](/^ +$/)){_0x51f90c['push']({'type':'insertion','content':c(_0x1a365f,'*Insert:*\x20%0',c(_0x1a365f,'ELEMENT_SPACE',_0x51f63f['add']['length']))});continue;}if(null!=_0x51f63f['remove']['match'](/^ +$/)){_0x51f90c['push']({'type':'deletion','content':c(_0x1a365f,'*Remove:*\x20%0',c(_0x1a365f,'ELEMENT_SPACE',_0x51f63f['remove']['length']))});continue;}if(''!=_0x51f63f['add']){_0x51f90c['push']({'type':'insertion','content':c(_0x1a365f,'*Insert:*\x20%0','\x22'+_0x51f63f['add']+'\x22')});continue;}_0x51f90c['push']({'type':'deletion','content':c(_0x1a365f,'*Remove:*\x20%0','\x22'+_0x51f63f['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x51f90c['push']({'type':'insertion','content':c(_0x1a365f,'*Insert:*\x20%0',this['getItemLabel'](_0x51f63f['element'],_0x51f63f['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x51f90c['push']({'type':'deletion','content':c(_0x1a365f,'*Remove:*\x20%0',this['getItemLabel'](_0x51f63f['element'],_0x51f63f['quantity']))});continue;case'addContainer':_0x51f90c['push']({'type':'insertion','content':c(_0x1a365f,'*Split:*\x20%0',this['getItemLabel'](_0x51f63f['element'],_0x51f63f['quantity']))});continue;case'removeContainer':_0x51f90c['push']({'type':'deletion','content':c(_0x1a365f,'*Merge:*\x20%0',this['getItemLabel'](_0x51f63f['element'],_0x51f63f['quantity']))});continue;case'addFormat':_0x21d5bd['push'](_0x51f63f['key']);continue;case'removeFormat':_0x2fc83f['push'](_0x51f63f['key']);continue;default:_0x51f90c['push'](_0x51f63f);}if(_0x21d5bd['length']){const _0x4e0a95=_0x21d5bd['map'](_0x15ca5b=>this['_attributeLabels']['has'](_0x15ca5b)?this['_attributeLabels']['get'](_0x15ca5b):_0x15ca5b)['join'](',\x20');_0x51f90c['push']({'type':'format','content':c(this['_locale'],'*Set\x20format:*\x20%0',_0x4e0a95)});}if(_0x2fc83f['length']){const _0x3e6927=_0x2fc83f['map'](_0x1e7d4f=>this['_attributeLabels']['has'](_0x1e7d4f)?this['_attributeLabels']['get'](_0x1e7d4f):_0x1e7d4f)['join'](',\x20');_0x51f90c['push']({'type':'format','content':c(this['_locale'],'*Remove\x20format:*\x20%0',_0x3e6927)});}return _0x51f90c;}['_handleCustomCallbackDescription'](_0xb2fae0){for(const _0x30ca3d of this['_customCallbacks']){const _0xcaae3e=_0x30ca3d(_0xb2fae0);if(_0xcaae3e&&'type'in _0xcaae3e)return _0xcaae3e;}}['_handleAttributeSuggestionDescription'](_0x2dc679,_0x1d384c){const _0x5d4db0=_0x1d384c['data'],_0x259c3a=void 0x0===_0x5d4db0['newValue']?'removeFormat':'addFormat';_0x2dc679['push']({'type':_0x259c3a,'key':_0x5d4db0['key']});}['_handleRenameSuggestionDescription'](_0x1de5d3,_0xc3212b){_0x1de5d3['push']({'type':'format','content':c(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0xc3212b['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x8deb7c,_0xc0695c,_0x267707){if(this['_addDescriptionItems'](_0x8deb7c,_0xc0695c),_0x267707&&_0x267707['getFirstRange']()&&!_0xc0695c['getFirstRange']()['end']['isEqual'](_0x267707['getFirstRange']()['start'])){const _0xbe00d7=_0x8deb7c[_0x8deb7c['length']-0x1],_0x40f4bb='insertion'==_0xc0695c['type']?'add':'remove';_0xbe00d7&&'text'==_0xbe00d7['type']&&(_0xbe00d7[_0x40f4bb]+='\x0a');}}}class U extends _0xb83fe9{['afterInit'](){const _0x76bac6=this['editor'],_0x1bc3ee=_0x76bac6['plugins']['get']('TrackChangesEditing');_0x76bac6['commands']['get']('showAIAssistant')&&_0x1bc3ee['enableCommand']('showAIAssistant');}}class V extends _0xb83fe9{['afterInit'](){const _0x479b62=this['editor'],_0x2b90aa=_0x479b62['locale'];if(!_0x479b62['plugins']['has']('AlignmentEditing'))return;const _0x1e6e2c=_0x479b62['plugins']['get']('TrackChangesEditing');_0x1e6e2c['enableDefaultAttributesIntegration']('alignment'),_0x1e6e2c['registerBlockAttribute']('alignment'),_0x1e6e2c['descriptionFactory']['registerAttributeLabel']('alignment',c(_0x2b90aa,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2d6fb0=this['editor'],_0xffa180=_0x2d6fb0['locale'];_0x2d6fb0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x499c40=>{if('formatBlock'!=_0x499c40['type'])return;const {data:_0x5b3d99}=_0x499c40;if(_0x5b3d99&&'alignment'==_0x5b3d99['commandName']){const _0x15deb7=_0x5b3d99['commandParams'][0x0]['value'];return{'type':'format','content':c(_0xffa180,'*Format:*\x20%0',function(_0x17d647){switch(_0x17d647){case'left':return c(_0xffa180,'FORMAT_ALIGN_TO_LEFT');case'right':return c(_0xffa180,'FORMAT_ALIGN_TO_RIGHT');case'center':return c(_0xffa180,'FORMAT_ALIGN_TO_CENTER');case'justify':return c(_0xffa180,'FORMAT_JUSTIFY_TEXT');}}(_0x15deb7))};}});}}const Yt=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class F extends _0xb83fe9{['afterInit'](){const _0x4196e6=this['editor'],_0x421024=_0x4196e6['plugins']['get']('TrackChangesEditing'),_0x26b9b0=_0x4196e6['locale'];for(const _0xd45ca5 of Yt){if(!_0x4196e6['plugins']['has'](_0xd45ca5))continue;const _0x1f988a=_0xd45ca5['slice'](0x0,-0x7)['toLowerCase'](),_0x15f32e='FORMAT_'+_0x1f988a['toUpperCase']();_0x421024['enableDefaultAttributesIntegration'](_0x1f988a),_0x421024['registerInlineAttribute'](_0x1f988a),_0x421024['descriptionFactory']['registerAttributeLabel'](_0x1f988a,c(_0x26b9b0,_0x15f32e));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2c84ed=this['editor'],_0x836e75=_0x2c84ed['locale'],_0xe285f5=_0x2c84ed['plugins']['get']('TrackChangesEditing');function _0x3fd864(_0x385e1a,_0x36096c){_0xe285f5['descriptionFactory']['registerDescriptionCallback'](_0xf71b92=>{if('formatInline'!=_0xf71b92['type'])return;const {data:_0x3bae43}=_0xf71b92;return _0x3bae43&&_0x3bae43['commandName']===_0x385e1a?_0x3bae43['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x836e75,'*Format:*\x20%0',_0x36096c)}:{'type':'format','content':c(_0x836e75,'*Remove\x20format:*\x20%0',_0x36096c)}:void 0x0;});}_0x3fd864('bold',c(_0x836e75,'FORMAT_BOLD')),_0x3fd864('italic',c(_0x836e75,'FORMAT_ITALIC')),_0x3fd864('underline',c(_0x836e75,'FORMAT_UNDERLINE')),_0x3fd864('code',c(_0x836e75,'FORMAT_CODE')),_0x3fd864('strikethrough',c(_0x836e75,'FORMAT_STRIKETHROUGH')),_0x3fd864('subscript',c(_0x836e75,'FORMAT_SUBSCRIPT')),_0x3fd864('superscript',c(_0x836e75,'FORMAT_SUPERSCRIPT'));}}class G extends _0xb83fe9{['afterInit'](){const _0x23ec56=this['editor'],_0x14397f=_0x23ec56['locale'];if(!_0x23ec56['plugins']['has']('BlockQuoteEditing'))return;const _0x3a887f=_0x23ec56['plugins']['get']('TrackChangesEditing'),_0x23194d=this['editor']['commands']['get']('blockQuote');_0x3a887f['enableCommand']('blockQuote',(_0x429d6b,_0x4aa0cc={})=>{const _0x26ead4=this['editor']['model']['document']['selection'],_0x3f17d4=_0x4aa0cc&&void 0x0!==_0x4aa0cc['forceValue']?_0x4aa0cc['forceValue']:!_0x23194d['value'];let _0x35851c=[];if(_0x3f17d4){const _0x11da71=Array['from'](_0x26ead4['getSelectedBlocks']())['filter'](_0x52229b=>to(_0x52229b)||function(_0x564ffb,_0x8ee3a3){const _0xfa4cc2=_0x8ee3a3['checkChild'](_0x564ffb['parent'],'blockQuote'),_0x14a431=_0x8ee3a3['checkChild'](['$root','blockQuote'],_0x564ffb);return _0xfa4cc2&&_0x14a431;}(_0x52229b,this['editor']['model']['schema']));_0x35851c=Zt(_0x11da71,_0x23ec56['model']);}else{const _0x1ac105=Array['from'](_0x26ead4['getSelectedBlocks']())['filter'](_0x36e630=>to(_0x36e630));_0x35851c=Zt(_0x1ac105,_0x23ec56['model']);}_0x23ec56['model']['change'](()=>{for(const _0x1cf1c4 of _0x35851c)_0x3a887f['markBlockFormat'](_0x1cf1c4,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x3f17d4}]});});}),_0x3a887f['descriptionFactory']['registerDescriptionCallback'](_0x3a0103=>{const {data:_0x3762b8}=_0x3a0103;if(_0x3762b8&&'blockQuote'==_0x3762b8['commandName']){const _0x440d51=c(_0x14397f,'ELEMENT_BLOCK_QUOTE');return _0x3762b8['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x14397f,'*Set\x20format:*\x20%0',_0x440d51)}:{'type':'format','content':c(_0x14397f,'*Remove\x20format:*\x20%0',_0x440d51)};}});}}function to(_0x518934){return'blockQuote'==_0x518934['parent']['name'];}class L extends _0xb83fe9{['afterInit'](){const _0x23240f=this['editor'],_0x5ac7fc=_0x23240f['locale'],_0x1c0731=_0x23240f['plugins']['get']('TrackChangesEditing');_0x23240f['plugins']['has']('BookmarkEditing')&&(_0x1c0731['enableCommand']('insertBookmark'),_0x1c0731['enableDefaultAttributesIntegration']('updateBookmark'),_0x1c0731['registerBlockAttribute']('bookmarkId'),_0x1c0731['descriptionFactory']['registerDescriptionCallback'](_0x2ed57f=>{if('insertion'!=_0x2ed57f['type']&&'deletion'!=_0x2ed57f['type']&&'attribute'!=_0x2ed57f['type'])return;const _0x82faa2=_0x2ed57f['getContainedElement']();if(null==_0x82faa2)return;if(!_0x82faa2['is']('element','bookmark'))return;const _0x87b483=_0x82faa2['getAttribute']('bookmarkId');if('insertion'==_0x2ed57f['type'])return{'type':'insertion','content':c(_0x5ac7fc,'*Insert:*\x20%0','\x22'+_0x87b483+'\x22\x20'+c(_0x5ac7fc,'ELEMENT_BOOKMARK'))};if('deletion'==_0x2ed57f['type'])return{'type':'deletion','content':c(_0x5ac7fc,'*Remove:*\x20%0','\x22'+_0x87b483+'\x22\x20'+c(_0x5ac7fc,'ELEMENT_BOOKMARK'))};const {data:_0x2fc099}=_0x2ed57f;if(!_0x2fc099||'bookmarkId'!=_0x2fc099['key'])return;return{'type':'format','content':c(_0x5ac7fc,'*Set\x20bookmark:*\x20%0','\x22'+_0x2fc099['newValue']+'\x22')};}));}}class J extends _0xb83fe9{['afterInit'](){const _0x4bd8e0=this['editor'];_0x4bd8e0['plugins']['has']('CaseChange')&&(_0x4bd8e0['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x4bd8e0['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x4bd8e0['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class K extends _0xb83fe9{['afterInit'](){const _0x428d1f=this['editor'];_0x428d1f['commands']['get']('ckbox')&&_0x428d1f['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class H extends _0xb83fe9{['afterInit'](){const _0x150dba=this['editor'];if(!_0x150dba['plugins']['has']('CodeBlock'))return;const _0x553fce=_0x150dba['plugins']['get']('TrackChangesEditing'),_0x47db33=_0x150dba['locale'],_0x22a2b1=_0x150dba['config']['get']('codeBlock')['languages'],_0x126ea6=_0x150dba['commands']['get']('codeBlock');_0x553fce['enableCommand']('indentCodeBlock'),_0x553fce['enableCommand']('outdentCodeBlock'),_0x553fce['enableCommand']('codeBlock',(_0x4ca70b,_0xfc012a={})=>{const _0x21eabc=_0x150dba['model'],_0x26cc4d=_0x150dba['model']['document']['selection'],_0x339a23=_0xfc012a&&void 0x0!==_0xfc012a['forceValue']?_0xfc012a['forceValue']:!_0x126ea6['value'];let _0x4063fa;_0xfc012a['language']||(_0xfc012a['language']=_0x22a2b1[0x0]['language']),_0x4063fa=_0x339a23?Array['from'](_0x26cc4d['getSelectedBlocks']())['filter'](_0x32128b=>oo(_0x32128b)||function(_0x3336ed,_0xef9f1f){if(_0x3336ed['is']('rootElement')||_0xef9f1f['isLimit'](_0x3336ed))return!0x1;return _0xef9f1f['checkChild'](_0x3336ed['parent'],'codeBlock');}(_0x32128b,_0x21eabc['schema'])):Array['from'](_0x26cc4d['getSelectedBlocks']())['filter'](_0x78ea2d=>oo(_0x78ea2d));const _0x20b060=Zt(_0x4063fa,_0x21eabc);_0x21eabc['change'](()=>{for(const _0x812aaa of _0x20b060)_0x553fce['markBlockFormat'](_0x812aaa,{'commandName':'codeBlock','commandParams':[{..._0xfc012a,'forceValue':_0x339a23}],'formatGroupId':'blockName'});});}),(_0x553fce['descriptionFactory']['registerElementLabel']('codeBlock',_0x3ebeee=>c(_0x47db33,'ELEMENT_CODE_BLOCK',_0x3ebeee)),_0x553fce['descriptionFactory']['registerDescriptionCallback'](_0x5955bf=>{if('formatBlock'!=_0x5955bf['type'])return;const _0x24b445=_0x47db33['t'],{data:_0x1af59b}=_0x5955bf;if(!_0x1af59b||'codeBlock'!=_0x1af59b['commandName'])return;const _0x371fff=_0x1af59b['commandParams'][0x0]['language'],_0x33f45d=_0x24b445(_0x22a2b1['find'](_0x3fa436=>_0x3fa436['language']===_0x371fff)['label'])['toLowerCase']();return _0x1af59b['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x47db33,'*Set\x20format:*\x20%0',c(_0x47db33,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x33f45d+')')}:{'type':'format','content':c(_0x47db33,'*Remove\x20format:*\x20%0',c(_0x47db33,'ELEMENT_CODE_BLOCK',0x1))};}));}}function oo(_0x685f94){return'codeBlock'==_0x685f94['name'];}class q extends _0xb83fe9{['afterInit'](){const _0x54573b=this['editor'];if(!_0x54573b['plugins']['has']('CommentsEditing'))return;_0x54573b['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x16476e,_0x3edd0e,_0x5c9337){const _0x13b967=[];for(const _0x368e25 of _0x3edd0e['getItems']())_0x368e25['hasAttribute'](_0x16476e)&&_0x13b967['push'](_0x5c9337['createRangeOn'](_0x368e25));return _0x13b967;}function De(_0x6d8c1d,_0x7fffce,{showActiveMarker:_0x2faa77=!0x0}={}){const _0x25bc81=_0x6d8c1d['plugins']['get']('TrackChangesEditing');return(_0x132721,_0x238fb7,_0xb20de3)=>{if(!_0xb20de3['consumable']['test'](_0x238fb7['markerRange'],_0x132721['name']))return;const _0x48bc8c=_0x238fb7['markerRange']['getWalker'](),_0xce520=_0x238fb7['markerRange']['start'],_0x3d22f6=_0x6d8c1d['model']['schema'];let _0x2c3e49=null,_0x5d95fe=null,_0x4df73f=!0x1,_0x6724ac=!0x1;for(const _0x1520db of _0x48bc8c){const _0xf5288b=_0x1520db['item'];_0x4df73f=_0x4df73f||_0x3d22f6['isContent'](_0xf5288b);const _0x28ef54=_0xb20de3['mapper']['toViewElement'](_0xf5288b);if(_0x28ef54&&_0x28ef54['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x1520db['type']&&(_0x3d22f6['isBlock'](_0xf5288b)&&!_0x3d22f6['isLimit'](_0xf5288b)&&(_0xf5288b['nextSibling']||_0xce520['isAtEnd']?_0x2c3e49&&_0x2c3e49['parent']==_0xf5288b||(_0x2c3e49=_0xf5288b,_0x346a14(_0x1520db['previousPosition']),_0x6724ac=!0x0):_0x5d95fe=_0x5d95fe||_0x1520db['previousPosition']));}function _0x346a14(_0x45e459){const {authorId:_0x48dda6}=_0x25bc81['_splitMarkerName'](_0x238fb7['markerName']),_0x9ec515=_0xb20de3['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x7fffce,'data-author-id':_0x48dda6}),_0x152fed=_0xb20de3['mapper']['toViewPosition'](_0x45e459);_0x2faa77&&_0x25bc81['activeMarkers']['includes'](_0x238fb7['markerName'])&&_0xb20de3['writer']['addClass']('ck-suggestion-marker--active',_0x9ec515),_0xb20de3['writer']['insert'](_0x152fed,_0x9ec515),_0xb20de3['mapper']['bindElementToMarker'](_0x9ec515,_0x238fb7['markerName']);}_0x4df73f||_0x6724ac||!_0x5d95fe||_0x346a14(_0x5d95fe);};}class z extends _0xb83fe9{static get['requires'](){return[_0x2c6eae];}['init'](){const _0x1c1030=this['editor'],_0x217a46=_0x1c1030['plugins']['get']('TrackChangesEditing');_0x217a46['enableCommand']('delete');const _0x35e45a=_0x1c1030['commands']['get']('deleteForward');_0x217a46['enableCommand']('deleteForward',(_0x15384c,_0x14e4d1={})=>{const _0x16fcca=_0x1c1030['model']['createSelection'](_0x1c1030['model']['document']['selection']);_0x16fcca['isCollapsed']&&_0x1c1030['model']['modifySelection'](_0x16fcca,{'direction':'forward','unit':_0x14e4d1['unit']});const _0x2359cb=_0x16fcca['getFirstRange'](),_0x41ebb4=_0x315628['fromRange'](_0x2359cb);let _0x55641b;_0x15384c(_0x14e4d1),_0x55641b='$graveyard'==_0x41ebb4['root']['rootName']?_0x1c1030['model']['createRange'](_0x2359cb['start']):_0x1c1030['model']['createRange'](_0x41ebb4['start'],_0x41ebb4['end']),_0x41ebb4['detach'](),_0x1c1030['model']['enqueueChange'](_0x35e45a['buffer']['batch'],_0x29641b=>{_0x35e45a['buffer']['lock'](),_0x29641b['setSelection'](_0x29641b['createRange'](_0x55641b['end'])),_0x35e45a['buffer']['unlock']();});}),_0x1c1030['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',De(_0x1c1030,'merge'),{'priority':'high'}),_0x1c1030['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x46183b,_0x4d295d,_0x38e28e)=>{_0x38e28e['options']['showSuggestionHighlights']&&De(_0x1c1030,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x46183b,_0x4d295d,_0x38e28e);},{'priority':'high'}),_0x1c1030['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x143929,_0x33419b,_0x255e97)=>{const _0x455827=_0x255e97['mapper']['markerNameToElements'](_0x33419b['markerName']);if(_0x455827){for(const _0x31ddc5 of _0x455827)_0x31ddc5['is']('uiElement')&&(_0x255e97['mapper']['unbindElementFromMarkerName'](_0x31ddc5,_0x33419b['markerName']),_0x255e97['writer']['remove'](_0x31ddc5));}},{'priority':'high'});}}class W extends _0xb83fe9{['afterInit'](){const _0x18acf0=this['editor'];if(!_0x18acf0['plugins']['has']('ListEditing'))return;const _0x363534=_0x18acf0['locale'],_0x128132=_0x18acf0['plugins']['get']('TrackChangesEditing'),_0x442e68=_0x18acf0['plugins']['has']('TodoListEditing'),_0xe6dc59=!!_0x18acf0['config']['get']('list.multiBlock');function _0x66c941(_0x572d0b){return{'type':'format','content':''+c(_0x363534,'*Set\x20format:*\x20%0',_0x572d0b)};}function _0x2459e4(_0x3a47ad){return{'type':'format','content':''+c(_0x363534,'*Remove\x20format:*\x20%0',_0x3a47ad)};}_0x128132['enableDefaultAttributesIntegration']('numberedList'),_0x128132['enableDefaultAttributesIntegration']('bulletedList'),_0x128132['enableDefaultAttributesIntegration']('customNumberedList'),_0x128132['enableDefaultAttributesIntegration']('customBulletedList'),_0x128132['enableDefaultAttributesIntegration']('indentList'),_0x128132['enableDefaultAttributesIntegration']('outdentList'),_0x128132['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x128132['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x128132['registerBlockAttribute']('listItemId'),_0x128132['registerBlockAttribute']('listType'),_0x128132['registerBlockAttribute']('listIndent'),_0xe6dc59&&(_0x128132['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x128132['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x442e68&&(_0x128132['enableDefaultAttributesIntegration']('todoList'),_0x128132['enableDefaultAttributesIntegration']('checkTodoList'),_0x128132['registerBlockAttribute']('todoListChecked'),_0x128132['descriptionFactory']['registerDescriptionCallback'](_0x214747=>{const {data:_0x448731}=_0x214747;if(_0x448731&&'todoListChecked'==_0x448731['key'])return{'type':'format','content':_0x448731['newValue']?c(_0x363534,'*Check\x20item*'):c(_0x363534,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x38611f=>{if(_0x38611f['batch']['isUndo'])return!0x1;let _0x1e1746=!0x1;const _0x4b06b4=_0x128132['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x21f550=>'todoListChecked'===_0x128132['_getAttributeKey'](_0x21f550));for(const _0xaa31a0 of _0x4b06b4){'todo'!=_0xaa31a0['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x128132['_findSuggestions'](_0xaa31a0['getFirstRange'](),'attribute')['find'](_0x1493ee=>'listType'===_0x128132['_getAttributeKey'](_0x1493ee['suggestion']))||(_0x38611f['removeMarker'](_0xaa31a0['getFirstMarker']()),_0x1e1746=!0x0));}return _0x1e1746;})),_0x128132['descriptionFactory']['registerAttributeLabel']('listIndent',c(_0x363534,'FORMAT_INDENT'));const _0x31b27e={'type':'format','content':''};_0x128132['descriptionFactory']['registerDescriptionCallback'](_0x3c600e=>{const {data:_0xc9727}=_0x3c600e;if(!_0xc9727||'listType'!=_0xc9727['key'])return;let _0x1a351b=_0x3c600e['head'];for(;_0x1a351b;){if(_0x1a351b['data']&&(('listStyle'==_0x1a351b['data']['key']||'listMarkerStyle'==_0x1a351b['data']['key'])&&(_0x1a351b['data']['newValue']&&'default'!=_0x1a351b['data']['newValue']||'default'!=_0x1a351b['data']['oldValue']&&!_0xc9727['newValue'])||!_0xe6dc59&&_0x1a351b['data']['key']==u))return _0x31b27e;_0x1a351b=_0x1a351b['next'];}if(null==_0xc9727['newValue'])switch(_0xc9727['oldValue']){case'bulleted':return _0x2459e4(c(_0x363534,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x2459e4(c(_0x363534,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x2459e4(c(_0x363534,'ELEMENT_TODO_LIST'));}switch(_0xc9727['newValue']){case'bulleted':return _0x66c941(c(_0x363534,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x66c941(c(_0x363534,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x66c941(c(_0x363534,'ELEMENT_TODO_LIST'));}}),_0x128132['descriptionFactory']['registerDescriptionCallback'](_0x23cb66=>{const {data:_0x52ad1d}=_0x23cb66;if(_0x52ad1d&&'listIndent'==_0x52ad1d['key'])return null==_0x52ad1d['newValue']||null==_0x52ad1d['oldValue']&&0x0==_0x52ad1d['newValue']?_0x31b27e:void 0x0;}),_0x128132['descriptionFactory']['registerDescriptionCallback'](_0x2f672f=>{if('attribute'!=_0x2f672f['type'])return;const {data:_0x5dec0a}=_0x2f672f;if(!_0x5dec0a||'listItemId'!=_0x5dec0a['key'])return;const _0x31520b=Te(_0x2f672f);return'newValue'==_0x31520b?{'type':'format','content':c(_0x363534,'*Merge:*\x20list\x20item')}:'oldValue'==_0x31520b?{'type':'format','content':c(_0x363534,'*Split:*\x20list\x20item')}:_0x31b27e;}),_0x18acf0['model']['document']['registerPostFixer'](_0x41fc8f=>this['listItemIdFixer'](_0x41fc8f)),_0x18acf0['model']['document']['registerPostFixer'](_0x4773a5=>this['noTrackChangesFixer'](_0x4773a5)),_0x18acf0['model']['document']['on']('change:data',(_0x17ee4c,_0x5dc816)=>{if(_0x5dc816['isUndo']||!_0x5dc816['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x240716){if(_0x240716['batch']['isUndo']||!_0x240716['batch']['isLocal'])return!0x1;let _0x1b8495=!0x1;const _0x4e7110=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x155480=>_0x155480['data']&&'listItemId'==_0x155480['data']['key'])['filter'](_0x31ccf4=>_0x31ccf4['data']['newValue']&&_0x31ccf4['data']['oldValue']);for(const _0x196eb5 of _0x4e7110)Te(_0x196eb5)||(_0x240716['removeMarker'](_0x196eb5['getFirstMarker']()),_0x1b8495=!0x0);return _0x1b8495;}['noTrackChangesFixer'](_0x12f20f){if(_0x12f20f['batch']['isUndo']||!_0x12f20f['batch']['isLocal'])return!0x1;const _0x38ff86=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x38ff86['trackChangesCommand']['value'])return!0x1;let _0x130c88=!0x1;const _0x46e652=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x10b819=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x25acc1=>'attribute'==_0x25acc1['type'])['filter'](_0x33b6e9=>_0x46e652['includes'](_0x33b6e9['attributeKey']));if(0x0==_0x10b819['length'])return _0x130c88;for(const _0x42a7cf of _0x10b819){const _0x172284=_0x38ff86['_findSuggestions'](_0x42a7cf['range'],'attribute')['filter'](_0x4f12ab=>!_0x4f12ab['meta']['isNextTo'])['map'](_0x4794e7=>_0x4794e7['suggestion'])['filter'](_0x19843b=>{const _0x202d06=_0x38ff86['_getAttributeKey'](_0x19843b);return _0x46e652['includes'](_0x202d06);});if(_0x172284['length']){for(const _0x2548ee of _0x172284)_0x12f20f['removeMarker'](_0x2548ee['getFirstMarker']());_0x130c88=!0x0;}}return _0x130c88;}['assureChains'](){const _0x4c073e=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4b49a1=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x47122a;const _0x27b812=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x3b3aab=>{if(_0x3b3aab['data']['oldRange']||!_0x3b3aab['data']['newRange'])return null;if(!_0x3b3aab['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x530667}=_0x4c073e['_splitMarkerName'](_0x3b3aab['name']);if(!_0x4c073e['hasSuggestion'](_0x530667))return null;const _0x360b4f=_0x4c073e['getSuggestion'](_0x530667);return _0x4b49a1['includes'](_0x360b4f['data']['key']);})['map'](_0x2a69cf=>{const {id:_0x2b0a8f}=_0x4c073e['_splitMarkerName'](_0x2a69cf['name']),_0x13abb6=_0x4c073e['getSuggestion'](_0x2b0a8f);return _0x47122a=_0x13abb6['attributes']['groupId'],_0x13abb6['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x27b812['size'])return;const _0x803024=_0x4c073e['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4eb32e=>'attribute'==_0x4eb32e['type']&&_0x4eb32e['data']&&_0x4b49a1['includes'](_0x4eb32e['data']['key'])&&_0x4eb32e['attributes']['groupId']!=_0x47122a)['map'](_0x2fdf9a=>({'listItem':_0x2fdf9a['getFirstRange']()['start']['nodeAfter'],'groupId':_0x2fdf9a['attributes']['groupId']})),_0x44774c=new Set();for(const {groupId:_0x3f2489,listItem:_0x529cb2}of _0x803024)_0x27b812['has'](_0x529cb2)&&_0x44774c['add'](_0x3f2489);for(const _0x6a054d of _0x4c073e['getSuggestions']())_0x44774c['has'](_0x6a054d['attributes']['groupId'])&&_0x6a054d['setAttribute']('groupId',_0x47122a);}['_supportLegacySuggestions'](){const _0x4a49e2=this['editor'],_0x502703=_0x4a49e2['locale'],_0x5a4f51=_0x4a49e2['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x5a4f51['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x2c0109,_0x13c899){const _0x39854b=[];for(let _0x34814a of _0x2c0109)_0x34814a['start']['nodeAfter']===_0x34814a['end']['parent']&&(_0x34814a=_0x4a49e2['model']['createRange'](_0x4a49e2['model']['createPositionAt'](_0x34814a['start']['nodeAfter'],0x0))),_0x39854b['push'](_0x34814a);_0x4a49e2['model']['change'](_0x2886af=>{const _0x1fc614=_0x4a49e2['model']['document']['selection'],_0x5be14e=Array['from'](_0x1fc614['getRanges']())['map'](_0x37a96f=>_0x315628['fromRange'](_0x37a96f));_0x2886af['setSelection'](_0x39854b),_0x4a49e2['commands']['get'](_0x13c899['commandName'])['refresh'](),_0x13c899['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x4a49e2['execute'](_0x13c899['commandName'],..._0x13c899['commandParams']),_0x2886af['setSelection'](_0x5be14e);for(const _0x217b61 of _0x5be14e)_0x217b61['detach']();});}),_0x5a4f51['descriptionFactory']['registerElementLabel'](function(_0x329d75){const _0xf17662=!_0x4a49e2['model']['schema']['isObject'](_0x329d75),_0x3b0bee=_0x329d75['previousSibling'],_0x1b2aa8=_0x329d75['nextSibling'],_0x51c9df=_0x329d75['getAttribute']('listItemId'),_0x9076c2=!_0x3b0bee||_0x3b0bee['getAttribute']('listItemId')!==_0x51c9df,_0x3e32fd=!_0x1b2aa8||_0x1b2aa8['getAttribute']('listItemId')!==_0x51c9df;return _0xf17662&&Boolean(_0x51c9df)&&_0x9076c2&&_0x3e32fd;},_0x31f98a=>c(_0x502703,'ELEMENT_LIST_ITEM',_0x31f98a));}['_registerLegacyDescription'](){const _0x26355f=this['editor'],_0x24a865=_0x26355f['locale'];function _0x44e038(_0x3ff3a9){const _0x39fbd0=_0x26355f['commands']['get']('bulletedList')['value'],_0xc7e48a=_0x26355f['commands']['get']('numberedList')['value'];return'numberedList'===_0x3ff3a9?_0x39fbd0:_0xc7e48a;}_0x26355f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x4b35e2){if('formatBlock'!=_0x4b35e2['type'])return;const {data:_0x1b0966}=_0x4b35e2;if(!_0x1b0966)return;let _0x42b0ed,_0x5b5ead,_0x474454,_0x32f1a7;switch(_0x1b0966['commandName']){case'bulletedList':_0x474454=_0x1b0966['commandParams'][0x0]['forceValue'],_0x32f1a7=_0x44e038(_0x1b0966['commandName']),_0x42b0ed=_0x474454?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x32f1a7&&_0x26355f['config']['get']('list.multiBlock')||(_0x42b0ed='*Change\x20to:*\x20%0'),_0x5b5ead={'type':'format','content':c(_0x24a865,_0x42b0ed,c(_0x24a865,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x474454=_0x1b0966['commandParams'][0x0]['forceValue'],_0x32f1a7=_0x44e038(_0x1b0966['commandName']),_0x42b0ed=_0x474454?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x32f1a7&&_0x26355f['config']['get']('list.multiBlock')||(_0x42b0ed='*Change\x20to:*\x20%0'),_0x5b5ead={'type':'format','content':c(_0x24a865,_0x42b0ed,c(_0x24a865,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x42b0ed='*Indent:*\x20%0',_0x5b5ead={'type':'format','content':c(_0x24a865,_0x42b0ed,c(_0x24a865,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x42b0ed=function(_0x36e13b){const _0x1dd697=_0x36e13b['getFirstRange']();let _0xf912e5=_0x1dd697['start']['nodeAfter'];for(;_0xf912e5&&_0x1dd697['containsItem'](_0xf912e5);){if(_0xf912e5['getAttribute']('listIndent')>0x0)return!0x1;_0xf912e5=_0xf912e5['nextSibling'];}return!0x0;}(_0x4b35e2)?c(_0x24a865,'*Format:*\x20remove\x20from\x20%0',c(_0x24a865,function(_0x203cb9){return'ELEMENT_'+_0x203cb9['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x4b35e2))):c(_0x24a865,'*Outdent:*\x20%0',c(_0x24a865,'ELEMENT_LIST_ITEM')),_0x5b5ead={'type':'format','content':_0x42b0ed};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x1b0966['multipleBlocks']&&(_0x42b0ed='*Merge:*\x20%0',_0x5b5ead={'type':'deletion','content':c(_0x24a865,_0x42b0ed,c(_0x24a865,'ELEMENT_LIST_ITEM'))});}return _0x5b5ead;});}}function Te(_0x15db23){let _0x2ec1ec=_0x15db23['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x2ec1ec;){const _0x283813=_0x2ec1ec['getAttribute']('listItemId');if(!_0x283813)return!0x1;if(_0x283813==_0x15db23['data']['newValue'])return'newValue';if(_0x283813==_0x15db23['data']['oldValue'])return'oldValue';_0x2ec1ec=_0x2ec1ec['previousSibling'];}return!0x1;}class Se extends _0xb83fe9{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x65bc2=this['editor']['config']['get']('list.properties'),_0x8dfc34=this['editor']['plugins']['get']('TrackChangesEditing');_0x65bc2['styles']&&(_0x8dfc34['enableDefaultAttributesIntegration']('listStyle'),_0x8dfc34['registerBlockAttribute']('listStyle')),_0x65bc2['reversed']&&(_0x8dfc34['enableDefaultAttributesIntegration']('listReversed'),_0x8dfc34['registerBlockAttribute']('listReversed')),_0x65bc2['startIndex']&&(_0x8dfc34['enableDefaultAttributesIntegration']('listStart'),_0x8dfc34['registerBlockAttribute']('listStart'));const _0x5a4fe8={'type':'format','content':''};_0x8dfc34['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x9d429e=this['editor']['locale'];_0x8dfc34['descriptionFactory']['registerAttributeLabel']('listReversed',c(_0x9d429e,'FORMAT_LIST_REVERSED')),_0x8dfc34['descriptionFactory']['registerDescriptionCallback'](_0x347978=>{const {data:_0x443b92}=_0x347978;if(_0x443b92&&'listReversed'==_0x443b92['key'])return null==_0x443b92['newValue']||0x0==_0x443b92['newValue']&&null==_0x443b92['oldValue']?_0x5a4fe8:void 0x0;}),_0x8dfc34['descriptionFactory']['registerAttributeLabel']('listStart',c(_0x9d429e,'FORMAT_LIST_START')),_0x8dfc34['descriptionFactory']['registerDescriptionCallback'](_0x2de4b=>{const {data:_0x6259ae}=_0x2de4b;if(_0x6259ae&&'listStart'==_0x6259ae['key'])return null==_0x6259ae['newValue']||0x1==_0x6259ae['newValue']&&null==_0x6259ae['oldValue']?_0x5a4fe8:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x29c94d=>{if(_0x29c94d['batch']['isUndo'])return!0x1;let _0x4977a0=!0x1;const _0x37c23a=_0x8dfc34['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x19e69f=>{const _0xa61c8d=_0x8dfc34['_getAttributeKey'](_0x19e69f);return'listStart'==_0xa61c8d||'listReversed'==_0xa61c8d;});for(const _0xe5eeb of _0x37c23a){const _0x5a4692=_0xe5eeb['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x5a4692||'customNumbered'==_0x5a4692)continue;_0x8dfc34['_findSuggestions'](_0xe5eeb['getFirstRange'](),'attribute')['find'](_0x466871=>'listType'==_0x8dfc34['_getAttributeKey'](_0x466871['suggestion']))||(_0x29c94d['removeMarker'](_0xe5eeb['getFirstMarker']()),_0x4977a0=!0x0);}return _0x4977a0;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x30c1c8){const _0x201d98=this['editor']['locale'],{data:_0x3d89ff}=_0x30c1c8,_0x3d9577={'type':'format','content':''};if(!_0x3d89ff||'listStyle'!=_0x3d89ff['key'])return;if(!_0x3d89ff['oldValue'])return'default'==_0x3d89ff['newValue']?_0x3d9577:{'type':'format','content':''+c(_0x201d98,'*Set\x20format:*\x20%0',c(_0x201d98,this['_getTranslationKeyForListStyle'](_0x3d89ff['newValue'])))};if(!_0x3d89ff['newValue']){if('default'==_0x3d89ff['oldValue'])return _0x3d9577;let _0x516635=_0x30c1c8['head'];for(;_0x516635;){if(_0x516635['data']&&'listType'==_0x516635['data']['key']&&_0x516635['data']['newValue'])return _0x3d9577;_0x516635=_0x516635['next'];}return{'type':'format','content':''+c(_0x201d98,'*Remove\x20format:*\x20%0',c(_0x201d98,this['_getTranslationKeyForListStyle'](_0x3d89ff['oldValue'])))};}if('default'!=_0x3d89ff['newValue'])return{'type':'format','content':''+c(_0x201d98,'*Set\x20format:*\x20%0',c(_0x201d98,this['_getTranslationKeyForListStyle'](_0x3d89ff['newValue'])))};let _0x49f356=_0x30c1c8['head'];for(;_0x49f356;){if(_0x49f356['data']&&'listType'==_0x49f356['data']['key']&&_0x49f356['data']['newValue']&&_0x49f356['data']['oldValue'])return _0x3d9577;_0x49f356=_0x49f356['next'];}return{'type':'format','content':c(_0x201d98,'*Set\x20format:*\x20%0',c(_0x201d98,'ELEMENT_'+_0x30c1c8['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x193ae4=this['editor'],_0x10ffd0=_0x193ae4['locale'];_0x193ae4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xa8a11=>{if('formatBlock'!=_0xa8a11['type'])return;const {data:_0x19326e}=_0xa8a11;if(!_0x19326e)return;let _0x43b38d,_0x3b45d9;switch(_0x19326e['commandName']){case'listStyle':_0x43b38d='*Change\x20to:*\x20%0',_0x3b45d9={'type':'format','content':c(_0x10ffd0,_0x43b38d,c(_0x10ffd0,this['_getTranslationKeyForListStyle'](_0x19326e['commandParams'][0x0]['type'])))};break;case'listReversed':_0x43b38d=_0x19326e['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x3b45d9={'type':'format','content':c(_0x10ffd0,_0x43b38d)};break;case'listStart':_0x43b38d='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x3b45d9={'type':'format','content':c(_0x10ffd0,_0x43b38d,_0x19326e['commandParams'][0x0]['startIndex'])};}return _0x3b45d9;});}['_getTranslationKeyForListStyle'](_0x2c8304){return'ELEMENT_'+function(_0x1d8d43){if(_e['includes'](_0x1d8d43))return'bulleted';if(Re['includes'](_0x1d8d43))return'numbered';return null;}(_0x2c8304)['toUpperCase']()+'_LIST_'+_0x2c8304['toUpperCase']()['replace'](/-/g,'_');}}const _e=['disc','circle','square'],Re=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0xb83fe9{['afterInit'](){const _0x33bc7e=this['editor'];_0x33bc7e['commands']['get']('emoji')&&_0x33bc7e['plugins']['get']('TrackChangesEditing')['enableCommand']('emoji');}}class Y extends _0xb83fe9{static get['requires'](){return[_0x3ecf59];}['init'](){const _0x4b54e0=this['editor'],_0x4b60c9=_0x4b54e0['plugins']['get']('TrackChangesEditing'),_0x46856e=_0x4b54e0['commands']['get']('enter');_0x4b60c9['enableCommand']('enter',()=>{_0x4b54e0['model']['change'](_0x3570a8=>{const _0x4480ca=_0x4b54e0['model']['document']['selection'],_0x66be4b=_0x4480ca['getFirstPosition'](),_0x5eb676=_0x315628['fromRange'](_0x4480ca['getFirstRange']());if(_0x46856e['enterBlock'](_0x3570a8)){const _0x24fc88=_0x4b54e0['model']['createPositionAt'](_0x66be4b['parent']['nextSibling'],0x0),_0x3c0951=_0x3570a8['createRange'](_0x66be4b,_0x24fc88);_0x4b60c9['markInsertion'](_0x3c0951);}else _0x3570a8['setSelection'](_0x3570a8['createRange'](_0x5eb676['end']));_0x5eb676['detach'](),_0x46856e['fire']('afterExecute',{'writer':_0x3570a8});});}),_0x4b54e0['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',De(_0x4b54e0,'split'),{'priority':'high'}),_0x4b54e0['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x7c9777,_0x9fe70b,_0x49948a)=>{const _0x2a389c=_0x49948a['mapper']['markerNameToElements'](_0x9fe70b['markerName']);if(_0x2a389c){for(const _0x2b1275 of _0x2a389c)_0x2b1275['hasClass']('ck-suggestion-marker-split')&&(_0x49948a['mapper']['unbindElementFromMarkerName'](_0x2b1275,_0x9fe70b['markerName']),_0x49948a['writer']['remove'](_0x2b1275));}},{'priority':'high'}),_0x4b54e0['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x4d4b9b,_0x555f01,_0x212455)=>{_0x212455['options']['showSuggestionHighlights']&&De(_0x4b54e0,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x4d4b9b,_0x555f01,_0x212455);},{'priority':'high'});}}class Z extends _0xb83fe9{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x3c2d8a=this['editor']['plugins']['get']('TrackChangesEditing');_0x3c2d8a['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x3c2d8a['enableCommand']('findNext'),_0x3c2d8a['enableCommand']('findPrevious'),_0x3c2d8a['enableCommand']('replace'),_0x3c2d8a['enableCommand']('replaceAll');}['handleFindCommand'](_0x24cee7,_0x1b7d16,_0x186999={}){const _0x4a0a04=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x24cee7(_0x1d4e01=>{let _0x18532e=('string'==typeof _0x1b7d16?_0x4a0a04['findByTextCallback'](_0x1b7d16,_0x186999):_0x1b7d16)(_0x1d4e01);Array['isArray'](_0x18532e)&&(_0x18532e={'results':_0x18532e,'searchText':'string'==typeof _0x1b7d16?_0x1b7d16:''});const _0x2c8504=_0x18532e['results']['filter'](_0x1e758c=>!0x1===this['_isInDeletionRange'](_0x1e758c,_0x1d4e01['item']));return{..._0x18532e,'results':_0x2c8504};},_0x186999);}['_isInDeletionRange'](_0x55ce17,_0x166b08){const _0x9f2cfe=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x166b08,_0x55ce17['start']),this['editor']['model']['createPositionAt'](_0x166b08,_0x55ce17['end']));for(const _0x41705c of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x9f2cfe['getIntersection'](_0x41705c['getRange']()))return!0x0;return!0x1;}}const eo=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class tt extends _0xb83fe9{['afterInit'](){const _0x564238=this['editor']['locale'],_0x53d9e7=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x2bcac5,commandName:_0x417b14}of eo)this['editor']['plugins']['has'](_0x2bcac5)&&(_0x53d9e7['enableDefaultAttributesIntegration'](_0x417b14),_0x53d9e7['registerInlineAttribute'](_0x417b14));_0x53d9e7['descriptionFactory']['registerAttributeLabel']('fontSize',c(_0x564238,'FORMAT_FONT_SIZE')),_0x53d9e7['descriptionFactory']['registerAttributeLabel']('fontFamily',c(_0x564238,'FORMAT_FONT_FAMILY')),_0x53d9e7['descriptionFactory']['registerAttributeLabel']('fontColor',c(_0x564238,'FORMAT_FONT_COLOR')),_0x53d9e7['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',c(_0x564238,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3197a3=this['editor'],_0x2f9d31=_0x3197a3['locale'];_0x3197a3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1e5fdc=>{const _0x4532a5=_0x2f9d31['t'];if('formatInline'!=_0x1e5fdc['type'])return;const {data:_0x23316c}=_0x1e5fdc;if(null!=_0x23316c){if('fontSize'==_0x23316c['commandName']){const _0x556125=_0x23316c['commandParams'][0x0]['value'];if(_0x556125){const _0x3a8244=_0x4532a5(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x2274fe=>_0x2274fe['model']==_0x556125)['title'])['toLowerCase']();return{'type':'format','content':c(_0x2f9d31,'*Set\x20font\x20size:*\x20%0',_0x3a8244)};}return{'type':'format','content':c(_0x2f9d31,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x23316c['commandName']){const _0xc763c4=_0x23316c['commandParams'][0x0]['value'];return _0xc763c4?{'type':'format','content':c(_0x2f9d31,'*Set\x20font\x20family:*\x20%0',_0xc763c4)}:{'type':'format','content':c(_0x2f9d31,'*Reset\x20font\x20family*')};}if('fontColor'==_0x23316c['commandName']){const _0x2e6f19=_0x23316c['commandParams'][0x0]['value'];if(_0x2e6f19){const _0x52f7f3=_0x45e750(this['editor']['config']['get']('fontColor.colors'))['find'](_0x2f6835=>_0x2f6835['model']==_0x2e6f19);let _0x183502=_0x2e6f19,_0x2bc748='';return _0x52f7f3&&(_0x183502=_0x52f7f3['label'],_0x2bc748=_0x4532a5(_0x183502)['toLowerCase']()),{'type':'format','content':c(_0x2f9d31,'*Set\x20font\x20color:*\x20%0',_0x2bc748)['trim'](),'color':{'value':_0x2e6f19,'title':_0x2bc748||_0x183502}};}return{'type':'format','content':c(_0x2f9d31,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x23316c['commandName']){const _0x4cd77c=_0x23316c['commandParams'][0x0]['value'];if(_0x4cd77c){const _0x278b94=_0x45e750(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x3d2565=>_0x3d2565['model']==_0x4cd77c);let _0x8d60d9=_0x4cd77c,_0x3b85f8='';return _0x278b94&&(_0x8d60d9=_0x278b94['label'],_0x3b85f8=_0x4532a5(_0x8d60d9)['toLowerCase']()),{'type':'format','content':c(_0x2f9d31,'*Set\x20font\x20background\x20color:*\x20%0',_0x3b85f8)['trim'](),'color':{'value':_0x4cd77c,'title':_0x3b85f8||_0x8d60d9}};}return{'type':'format','content':c(_0x2f9d31,'*Reset\x20font\x20background\x20color*')};}}});}}class et extends _0xb83fe9{['afterInit'](){const _0x1d5a13=this['editor'],_0x511d11=_0x1d5a13['plugins']['get']('TrackChangesEditing'),_0x31f594=_0x1d5a13['commands']['get']('copyFormat'),_0x26e687=_0x1d5a13['commands']['get']('pasteFormat');_0x31f594&&_0x26e687&&(_0x511d11['enableDefaultAttributesIntegration']('pasteFormat'),_0x511d11['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x212660=this['editor'],_0x5a7d06=_0x212660['locale'];_0x212660['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x20ec03=>{if('formatBlock'!=_0x20ec03['type']&&'formatInline'!=_0x20ec03['type'])return;const {data:_0xa0a28}=_0x20ec03;if(_0xa0a28&&'pasteFormat'===_0xa0a28['commandName']){const _0x1145c7=[],_0x5d9c26=_0xa0a28['commandParams'][0x0];for(const [_0x1bc843,_0x4e5a8f]of Object['entries'](_0x5d9c26))_0x1145c7['push'](ro(_0x212660,_0x1bc843,_0x4e5a8f));return _0x1145c7['length']?{'type':'format','content':c(_0x5a7d06,'*Set\x20format\x20to:*\x20%0',_0x1145c7['join'](',\x20'))}:{'type':'format','content':c(_0x5a7d06,'*Remove\x20all\x20formatting*')};}});}}function ro(_0x57af2d,_0x5dc98a,_0x57734a){const _0xe2ef77=_0x57af2d['locale']['t'],_0x48087f=_0x5dc98a['split'](/(?=[A-Z])/)['join']('\x20'),_0x30c811=_0xe2ef77(_0x48087f['charAt'](0x0)['toUpperCase']()+_0x48087f['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x57734a)return _0x30c811;if('fontColor'===_0x5dc98a||'fontBackgroundColor'===_0x5dc98a){const _0x1ddae8=_0x45e750(_0x57af2d['config']['get']('fontColor.colors'))['find'](_0x3d4e16=>_0x3d4e16['model']==_0x57734a);return _0x30c811+'\x20('+(_0x1ddae8?_0xe2ef77(_0x1ddae8['label'])['toLowerCase']():_0x57734a)+')';}if('fontSize'===_0x5dc98a&&isNaN(parseFloat(_0x57734a))){const _0x2d45f5=_0x57af2d['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x57af2d['config']['get']('fontSize.options'))['find'](_0x2878f3=>_0x2878f3['model']==_0x57734a);return _0x30c811+'\x20('+(_0x2d45f5?_0xe2ef77(_0x2d45f5['title'])['toLowerCase']():_0x57734a)+')';}return _0x30c811+'\x20('+_0x57734a+')';}class nt extends _0xb83fe9{['_headingOptions'];['afterInit'](){const _0x53e6c7=this['editor'];if(!_0x53e6c7['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x53e6c7['config']['get']('heading.options');const _0x555e57=_0x53e6c7['locale'],_0x1a12e5=_0x53e6c7['plugins']['get']('TrackChangesEditing');_0x1a12e5['enableDefaultAttributesIntegration']('heading');for(const _0x2cdb39 of this['_headingOptions'])'paragraph'!=_0x2cdb39['model']&&_0x1a12e5['descriptionFactory']['registerElementLabel'](_0x2cdb39['model'],_0x1d70f9=>{const _0x224f48=this['_getHeadingLevel'](_0x2cdb39['model']);return null!==_0x224f48?_0x214da4(_0x1d70f9,_0x224f48):_0x14da60(_0x1d70f9,_0x2cdb39['title']);});function _0x214da4(_0x2b5835,_0x2ef050){return c(_0x555e57,'ELEMENT_HEADING',[_0x2b5835,_0x2ef050]);}function _0x14da60(_0xea2514,_0x1dd619){return c(_0x555e57,'ELEMENT_HEADING_CUSTOM',[_0xea2514,_0x1dd619]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1a46c5=this['editor'],_0x4f9651=_0x1a46c5['locale'];function _0x47ea1d(_0x3cebfb,_0x5c8160){return c(_0x4f9651,'ELEMENT_HEADING_CUSTOM',[_0x3cebfb,_0x5c8160]);}_0x1a46c5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2caf44=>{if('formatBlock'!=_0x2caf44['type'])return;const {data:_0x33e85d}=_0x2caf44;if(_0x33e85d&&'heading'==_0x33e85d['commandName']){const _0x1351cf=_0x33e85d['commandParams'][0x0]['value'],_0x44f897=this['_getHeadingLevel'](_0x1351cf);if(null!==_0x44f897)return{'type':'format','content':c(_0x4f9651,'*Change\x20to:*\x20%0',(_0x2b90dd=0x1,_0x1aa02e=_0x44f897,c(_0x4f9651,'ELEMENT_HEADING',[_0x2b90dd,_0x1aa02e])))};const _0x50e431=this['_headingOptions']['find'](_0x1444da=>_0x1444da['model']===_0x1351cf)['title'];return{'type':'format','content':c(_0x4f9651,'*Change\x20to:*\x20%0',_0x47ea1d(0x1,_0x50e431))};}var _0x2b90dd,_0x1aa02e;});}['_getHeadingLevel'](_0x1b8751){const _0x42e30a=_0x1b8751['match'](/^heading(\d+)/);if(_0x42e30a)return _0x42e30a[0x1];const _0x32d96b=this['_headingOptions']?.['find'](_0x1f3799=>_0x1f3799['model']==_0x1b8751);if(_0x32d96b&&_0x32d96b['view']){const _0x2734ab=_0x32d96b['view'],_0xf12481=(_0x2734ab['name']??_0x2734ab)['match'](/^h(\d+)/);if(_0xf12481)return _0xf12481[0x1];}return null;}}class it extends _0xb83fe9{['afterInit'](){const _0x3008d5=this['editor'];if(!_0x3008d5['plugins']['has']('HighlightEditing'))return;const _0x2f690f=_0x3008d5['plugins']['get']('TrackChangesEditing'),_0x1e301c=_0x3008d5['locale'];_0x2f690f['enableDefaultAttributesIntegration']('highlight'),_0x2f690f['registerInlineAttribute']('highlight'),_0x2f690f['descriptionFactory']['registerAttributeLabel']('highlight',c(_0x1e301c,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x58f12a=this['editor'],_0x2589bd=_0x58f12a['locale'];_0x58f12a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x480b09=>{if('formatInline'!=_0x480b09['type'])return;const {data:_0x27704d}=_0x480b09;if(_0x27704d&&'highlight'==_0x27704d['commandName']){const _0x451477=_0x2589bd['t'],_0x112906=_0x27704d['commandParams'][0x0]['value'];if(_0x112906){const _0x86a78a=_0x58f12a['config']['get']('highlight.options')['find'](_0x1827ba=>_0x1827ba['model']==_0x112906),_0x2f9fd2=_0x451477(_0x86a78a['title'])['toLowerCase']();return{'type':'format','content':c(_0x2589bd,'*Set\x20highlight:*\x20%0',_0x2f9fd2),'color':{'value':_0x86a78a['color'],'title':_0x86a78a['title']}};}return{'type':'format','content':c(_0x2589bd,'*Remove\x20highlight*',c(_0x2589bd,'FORMAT_HIGHLIGHT'))};}});}}class st extends _0xb83fe9{['afterInit'](){const _0x47f7fc=this['editor'];if(!_0x47f7fc['plugins']['has']('HorizontalLineEditing'))return;_0x47f7fc['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x5a5c85=_0x47f7fc['plugins']['get']('TrackChangesEditing'),_0x214b8a=_0x47f7fc['locale'];_0x5a5c85['descriptionFactory']['registerElementLabel']('horizontalLine',_0x542298=>c(_0x214b8a,'ELEMENT_HORIZONTAL_LINE',_0x542298)),_0x47f7fc['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x57cf10,{writer:_0xa53b47,options:_0x431e85})=>{if(!_0x431e85['showSuggestionHighlights'])return null;const _0x5a9fcf=_0xa53b47['createContainerElement']('div'),_0x267e62=_0xa53b47['createEmptyElement']('hr');return _0xa53b47['addClass']('ck-horizontal-line',_0x5a9fcf),_0xa53b47['insert'](_0xa53b47['createPositionAt'](_0x5a9fcf,0x0),_0x267e62),_0x5a9fcf;},'converterPriority':'high'});}}class ot extends _0xb83fe9{['afterInit'](){const _0x55cc3=this['editor'];if(!_0x55cc3['plugins']['has']('HtmlEmbed'))return;const _0x4c9cbb=_0x55cc3['plugins']['get']('TrackChangesEditing'),_0x1161fb=_0x55cc3['locale'];_0x4c9cbb['descriptionFactory']['registerElementLabel']('rawHtml',_0x5892fa=>c(_0x1161fb,'ELEMENT_HTML_EMBED',_0x5892fa)),_0x4c9cbb['enableDefaultAttributesIntegration']('htmlEmbed'),_0x4c9cbb['registerBlockAttribute']('value'),_0x4c9cbb['descriptionFactory']['registerDescriptionCallback'](_0xbcd411=>{if('attribute'!=_0xbcd411['type'])return;const {data:_0x4e5bd8}=_0xbcd411;if(_0x4e5bd8&&'value'==_0x4e5bd8['key']&&_0xbcd411['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0xd9c72b=c(_0x1161fb,'ELEMENT_HTML_EMBED');return{'type':'format','content':c(_0x1161fb,'*Change\x20%0\x20content*',_0xd9c72b)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2060ed=this['editor'],_0x141db3=_0x2060ed['locale'];_0x2060ed['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2eb751=>{if('formatBlock'!=_0x2eb751['type'])return;const {data:_0x3c469c}=_0x2eb751;if(_0x3c469c&&'htmlEmbed'==_0x3c469c['commandName']){const _0x7162c4=c(_0x141db3,'ELEMENT_HTML_EMBED');return{'type':'format','content':c(_0x141db3,'*Change\x20%0\x20content*',_0x7162c4)};}});}}class rt extends _0xb83fe9{['afterInit'](){const _0x57cc9=this['editor'];if(!_0x57cc9['plugins']['has']('ImageEditing'))return;const _0x62b8aa=_0x57cc9['plugins']['get']('TrackChangesEditing'),_0x3da295=_0x57cc9['plugins']['get']('ImageUtils'),_0x257ad2=_0x57cc9['locale'];_0x62b8aa['enableCommand']('insertImage'),_0x62b8aa['descriptionFactory']['registerElementLabel']('imageBlock',_0x4d4e9f=>c(_0x257ad2,'ELEMENT_IMAGE',_0x4d4e9f)),_0x62b8aa['descriptionFactory']['registerElementLabel']('imageInline',_0x10f24e=>c(_0x257ad2,'ELEMENT_INLINE_IMAGE',_0x10f24e)),_0x62b8aa['descriptionFactory']['registerElementLabel']('caption',()=>c(_0x257ad2,'ELEMENT_CAPTION')),_0x57cc9['plugins']['has']('ImageUploadEditing')&&_0x62b8aa['enableCommand']('uploadImage'),_0x57cc9['plugins']['has']('ImageBlockEditing')&&_0x57cc9['plugins']['has']('ImageInlineEditing')&&(_0x62b8aa['enableCommand']('imageTypeInline',(_0x2bbb0f,_0x12dded)=>{const _0x3003f2=_0x3da295['getClosestSelectedImageElement'](_0x57cc9['model']['document']['selection']);_0x57cc9['model']['change'](()=>{_0x62b8aa['markBlockFormat'](_0x3003f2,{'commandName':'imageTypeInline','commandParams':[_0x12dded]},[],'convertBlockImageToInline');});}),_0x62b8aa['enableCommand']('imageTypeBlock',(_0x46fbe0,_0x9978b5)=>{_0x57cc9['model']['change'](_0x37979f=>{let _0x5c9359=_0x3da295['getClosestSelectedImageElement'](_0x57cc9['model']['document']['selection']),_0x3d7e0c=_0x37979f['createRangeOn'](_0x5c9359);const _0x389eb0=_0x3a34a4['fromPosition'](_0x3d7e0c['start'],'toPrevious'),_0x5f02fb=_0x3a34a4['fromPosition'](_0x3d7e0c['end'],'toNext');_0x62b8aa['forceDefaultExecution'](()=>_0x46fbe0(_0x9978b5)),_0x5c9359=_0x3da295['getClosestSelectedImageElement'](_0x57cc9['model']['document']['selection']),_0x3d7e0c=_0x37979f['createRangeOn'](_0x5c9359);const _0xbcf7a=_0x37979f['createRange'](_0x389eb0,_0x5f02fb);_0x389eb0['detach'](),_0x5f02fb['detach'](),_0x62b8aa['markBlockFormat'](_0x5c9359,{'commandName':'imageTypeInline','commandParams':[_0x9978b5]},[],'convertInlineImageToBlock'),_0xbcf7a['start']['isBefore'](_0x3d7e0c['start'])&&_0x62b8aa['markInsertion'](_0x37979f['createRange'](_0xbcf7a['start'],_0x3d7e0c['start']),'convertInlineImageToBlock'),_0x3d7e0c['end']['isBefore'](_0xbcf7a['end'])&&_0x62b8aa['markInsertion'](_0x37979f['createRange'](_0x3d7e0c['end'],_0xbcf7a['end']),'convertInlineImageToBlock');});}),_0x62b8aa['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x62b8aa['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x62b8aa['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x62b8aa['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x62b8aa['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x62b8aa['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x3e1009])=>{const _0x228d31=_0x62b8aa['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x10119e=_0x3e1009['start'],_0x29d440=_0x3e1009['end'];const _0x3615ce=_0x57cc9['model']['schema']['getNearestSelectionRange'](_0x10119e,'backward'),_0x4c0d8d=_0x57cc9['model']['schema']['getNearestSelectionRange'](_0x29d440,'forward');_0x3615ce['isCollapsed']&&(_0x10119e=_0x3615ce['start']),_0x4c0d8d['isCollapsed']&&(_0x29d440=_0x4c0d8d['end']),_0x228d31([_0x57cc9['model']['createRange'](_0x10119e,_0x29d440)]);}),_0x62b8aa['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x23bd1a),_0x62b8aa['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x23bd1a)),_0x57cc9['plugins']['has']('ImageCaptionEditing')&&(_0x62b8aa['enableCommand']('toggleImageCaption',(_0x5b0745,_0x950e44)=>{const _0x28940e=_0x57cc9['plugins']['get']('ImageCaptionUtils');let _0x34e376=_0x3da295['getClosestSelectedImageElement'](_0x57cc9['model']['document']['selection']),_0x5979ec=_0x28940e['getCaptionFromImageModelElement'](_0x34e376);_0x57cc9['model']['change'](()=>{if(_0x5979ec)return void _0x62b8aa['markDeletion'](_0x57cc9['model']['createRangeOn'](_0x5979ec));const _0x43335a=_0x3da295['isBlockImage'](_0x34e376);_0x5b0745(_0x950e44),_0x34e376=_0x3da295['getClosestSelectedImageElement'](_0x57cc9['model']['document']['selection']),_0x5979ec=_0x28940e['getCaptionFromImageModelElement'](_0x34e376),_0x62b8aa['markInsertion'](_0x57cc9['model']['createRangeOn'](_0x5979ec),_0x43335a?null:'imageCaption');});}),_0x62b8aa['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x23bd1a));const _0x368d5a=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x127e05(_0x582c9e,_0x55bc6){const _0x43c921=_0x368d5a['findIndex'](({type:_0x12aa19,subType:_0x10ca73})=>_0x582c9e['type']==_0x12aa19&&_0x582c9e['subType']==_0x10ca73),_0x10558d=_0x368d5a['findIndex'](({type:_0x3f6ade,subType:_0x7b2725})=>_0x55bc6['type']==_0x3f6ade&&_0x55bc6['subType']==_0x7b2725);if(_0x43c921<0x0||_0x10558d<0x0)return!0x1;const _0x56b45f=_0x582c9e['getFirstRange'](),_0x2cfe14=_0x55bc6['getFirstRange']();if((0x0==_0x43c921||0x1==_0x43c921)&&0x2==_0x10558d&&_0x56b45f['isIntersecting'](_0x2cfe14))return!0x0;if(0x2==_0x43c921&&0x3==_0x10558d){const _0x5e4dde=_0x62b8aa['_findSuggestions'](_0x56b45f,'insertion')['filter'](({suggestion:_0x305592,meta:_0x3a6c72})=>_0x3a6c72['isOwn']&&'convertInlineImageToBlock'==_0x305592['subType']);if(_0x5e4dde['length']>0x1&&_0x2cfe14['end']['isEqual'](_0x56b45f['start']))return!0x0;if(0x1==_0x5e4dde['length']&&(_0x56b45f['start']['isEqual'](_0x2cfe14['end'])||_0x56b45f['end']['isEqual'](_0x2cfe14['start'])))return!0x0;}if(0x3==_0x43c921&&0x3==_0x10558d&&_0x56b45f['start']['isBefore'](_0x2cfe14['start'])){const _0x1b5f97=_0x56b45f['end']['nodeAfter'],_0x4f4a0e=_0x2cfe14['start']['nodeBefore'];return _0x3da295['isBlockImage'](_0x1b5f97)&&_0x1b5f97===_0x4f4a0e;}return!0x1;}function _0x23bd1a(_0x27846c,_0x45a1de){return _0x127e05(_0x27846c,_0x45a1de)?[_0x27846c,_0x45a1de]:_0x127e05(_0x45a1de,_0x27846c)?[_0x45a1de,_0x27846c]:null;}_0x57cc9['plugins']['has']('ImageResize')&&(_0x62b8aa['enableDefaultAttributesIntegration']('resizeImage'),_0x62b8aa['registerBlockAttribute']('resizedWidth'),_0x62b8aa['descriptionFactory']['registerAttributeLabel']('resizedWidth',c(_0x257ad2,'FORMAT_IMAGE_SIZE'))),_0x57cc9['plugins']['has']('ImageTextAlternativeEditing')&&(_0x62b8aa['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x62b8aa['registerBlockAttribute']('alt')),_0x57cc9['plugins']['has']('PictureEditing')&&(_0x62b8aa['registerBlockAttribute']('sources'),_0x62b8aa['descriptionFactory']['registerDescriptionCallback'](_0xe74544=>{if('attribute'!=_0xe74544['type'])return;const {data:_0x4691b9}=_0xe74544;return _0x4691b9&&'sources'==_0x4691b9['key']?{'type':'format','content':''}:void 0x0;})),_0x57cc9['plugins']['has']('ImageSizeAttributes')&&(_0x62b8aa['registerBlockAttribute']('width'),_0x62b8aa['registerBlockAttribute']('height'),_0x62b8aa['descriptionFactory']['registerDescriptionCallback'](_0x5e7a9d=>{if('attribute'!=_0x5e7a9d['type'])return;const {data:_0x1478fb}=_0x5e7a9d;return!_0x1478fb||'width'!=_0x1478fb['key']&&'height'!=_0x1478fb['key']?void 0x0:{'type':'format','content':''};})),_0x62b8aa['descriptionFactory']['registerDescriptionCallback'](_0x3c43ac=>{if(!!_0x368d5a['find'](({type:_0x3fafdc,subType:_0x15ad19})=>_0x3c43ac['type']==_0x3fafdc&&_0x3c43ac['subType']==_0x15ad19))return _0x3c43ac['previous']?{}:void 0x0;}),_0x62b8aa['descriptionFactory']['registerDescriptionCallback'](_0x13320d=>{if('insertion'==_0x13320d['type']||'deletion'==_0x13320d['type']){const _0x2c8fd4=_0x13320d['getContainedElement']();if(_0x2c8fd4&&_0x2c8fd4['is']('element','caption'))return{'type':'insertion'==_0x13320d['type']?'addObject':'removeObject','element':_0x2c8fd4,'quantity':0x1};}}),_0x62b8aa['descriptionFactory']['registerDescriptionCallback'](_0x3988d9=>'formatBlock'==_0x3988d9['type']&&'convertInlineImageToBlock'==_0x3988d9['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x3988d9['type']&&'convertBlockImageToInline'==_0x3988d9['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x62b8aa['descriptionFactory']['registerDescriptionCallback'](_0x37366b=>{if('attribute'!=_0x37366b['type'])return;const {data:_0x2d25e6}=_0x37366b;if(!_0x2d25e6||'alt'!=_0x2d25e6['key'])return;const _0x43fbe2=_0x2d25e6['newValue'];return _0x43fbe2?{'type':'format','content':c(_0x257ad2,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x43fbe2+'\x22')}:{'type':'format','content':c(_0x257ad2,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x27db8d=this['editor'],_0x49a4df=_0x27db8d['locale'];_0x27db8d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x138da8=>{if('formatBlock'!=_0x138da8['type']&&'formatInline'!=_0x138da8['type'])return;const {data:_0xc038c9}=_0x138da8;if(_0xc038c9){if('imageTextAlternative'==_0xc038c9['commandName']){const _0x39af4f=_0xc038c9['commandParams'][0x0]['newValue'];return _0x39af4f?{'type':'format','content':c(_0x49a4df,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x39af4f+'\x22')}:{'type':'format','content':c(_0x49a4df,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0xc038c9['commandName']){const _0x163012=_0xc038c9['commandParams'][0x0]['width'];return _0x163012?{'type':'format','content':c(_0x49a4df,'*Set\x20image\x20width:*\x20%0',_0x163012)}:{'type':'format','content':c(_0x49a4df,'*Reset\x20image\x20width*')};}}});}}class at extends _0xb83fe9{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x2bd6d9=this['editor']['locale'],_0x1e3f22=this['editor']['plugins']['get']('TrackChangesEditing');_0x1e3f22['enableDefaultAttributesIntegration']('replaceImageSource'),_0x1e3f22['registerBlockAttribute']('src'),_0x1e3f22['descriptionFactory']['registerDescriptionCallback'](_0x1f5be5=>{if('attribute'!=_0x1f5be5['type'])return;const {data:_0x2f357c}=_0x1f5be5;return _0x2f357c&&'src'==_0x2f357c['key']?_0x2f357c['newValue']&&_0x2f357c['oldValue']?{'type':'format','content':c(_0x2bd6d9,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x3c27cf=this['editor']['plugins']['get']('TrackChangesEditing');_0x3c27cf['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x3c27cf['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x3c27cf['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x3c27cf['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x18d728=this['editor'],_0x2af1f6=_0x18d728['locale'];_0x18d728['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x49930d=>{if('formatBlock'!=_0x49930d['type']&&'formatInline'!=_0x49930d['type'])return;const {data:_0x1f9541}=_0x49930d;if(!_0x1f9541||'replaceImageSource'!=_0x1f9541['commandName'])return;return{'type':'format','content':c(_0x2af1f6,'*Format:*\x20replace\x20image\x20URL')};});}}class ct extends _0xb83fe9{['afterInit'](){const _0x825914=this['editor'];if(!_0x825914['plugins']['has']('ImageStyleEditing'))return;const _0x273b24=_0x825914['plugins']['get']('TrackChangesEditing'),_0x550fff=_0x825914['plugins']['get']('ImageUtils'),_0x37dd4b={};_0x273b24['enableCommand']('imageStyle',(_0x4732bd,_0x576f6b)=>{const _0x570b89=_0x825914['plugins']['get']('Users')['me'],_0x3c5597=_0x825914['commands']['get']('imageStyle');let _0x45491f=_0x550fff['getClosestSelectedImageElement'](_0x825914['model']['document']['selection']),_0x3e823a=_0x825914['model']['createRangeOn'](_0x45491f),_0x1001eb=_0x3c5597['value'];if(_0x1001eb==_0x576f6b['value'])return;const _0x3267b9={'commandName':'imageStyle','commandParams':[_0x576f6b],'formatGroupId':_0x429b71()};_0x825914['model']['change'](()=>{if(_0x273b24['getSuggestions']()['filter'](_0x3854e1=>_0x3854e1['isInContent']&&_0x570b89==_0x3854e1['author']&&('formatBlock'==_0x3854e1['type']||'formatInline'==_0x3854e1['type'])&&('imageStylePreApply'==_0x3854e1['subType']||'imageStylePostApply'==_0x3854e1['subType'])&&_0x3854e1['getFirstRange']()['isEqual'](_0x3e823a))['forEach'](_0x381975=>_0x273b24['discardSuggestion'](_0x381975['head'])),_0x45491f=_0x550fff['getClosestSelectedImageElement'](_0x825914['model']['document']['selection']),_0x3e823a=_0x825914['model']['createRangeOn'](_0x45491f),_0x3c5597['refresh'](),_0x825914['commands']['get']('imageTypeInline')['refresh'](),_0x825914['commands']['get']('imageTypeBlock')['refresh'](),_0x1001eb=_0x3c5597['value'],_0x1001eb!=_0x576f6b['value'])return _0x550fff['isInlineImage'](_0x45491f)&&_0x3c5597['shouldConvertImageType'](_0x576f6b['value'],_0x45491f)?(_0x4732bd({..._0x576f6b,'setImageSizes':!0x1}),_0x45491f=_0x550fff['getClosestSelectedImageElement'](_0x825914['model']['document']['selection']),void _0x273b24['markBlockFormat'](_0x45491f,{..._0x3267b9,'commandReversedParams':[{'value':_0x1001eb||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x550fff['isBlockImage'](_0x45491f)?_0x273b24['markBlockFormat'](_0x45491f,_0x3267b9,[],'imageStylePostApply'):_0x273b24['markInlineFormat'](_0x3e823a,_0x3267b9,'imageStylePostApply'));});});for(const _0x4766f0 of _0x825914['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x37dd4b[_0x4766f0['name']]=_0x4766f0['title']['toLowerCase']();_0x273b24['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x273b24['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x273b24['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x273b24['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x17355c])=>{_0x550fff['setImageNaturalSizeAttributes'](_0x17355c['getContainedElement']());}),_0x273b24['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0xe9b5ea,_0x14de7c)=>{_0x273b24['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0xe9b5ea,{'commandName':_0x14de7c['commandName'],'commandParams':_0x14de7c['commandReversedParams']});}),_0x273b24['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x5b0dbd,_0x3406fd){if(_0x42d83c(_0x5b0dbd,_0x3406fd))return[_0x5b0dbd,_0x3406fd];if(_0x42d83c(_0x3406fd,_0x5b0dbd))return[_0x3406fd,_0x5b0dbd];return null;});const _0x624dc5=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x42d83c(_0x4a6341,_0x4f2d8f){const _0x27675d=_0x624dc5['findIndex'](({type:_0x390243,subType:_0x55ed17})=>_0x4a6341['type']==_0x390243&&_0x4a6341['subType']==_0x55ed17),_0x1a247d=_0x624dc5['findIndex'](({type:_0x3350da,subType:_0x2f828d})=>_0x4f2d8f['type']==_0x3350da&&_0x4f2d8f['subType']==_0x2f828d);if(_0x27675d<0x0||_0x1a247d<0x0)return!0x1;const _0x2d46e8=_0x4a6341['getFirstRange'](),_0x1a4c8c=_0x4f2d8f['getFirstRange']();if((0x0==_0x27675d||0x1==_0x27675d)&&0x2==_0x1a247d&&_0x2d46e8['isIntersecting'](_0x1a4c8c))return!0x0;if(0x2==_0x27675d&&0x3==_0x1a247d){const _0x1a5749=_0x273b24['_findSuggestions'](_0x2d46e8,'insertion')['filter'](({suggestion:_0x4c5d0d,meta:_0x521afa})=>_0x521afa['isOwn']&&'convertInlineImageToBlock'==_0x4c5d0d['subType']);if(_0x1a5749['length']>0x1&&_0x1a4c8c['end']['isEqual'](_0x2d46e8['start']))return!0x0;if(0x1==_0x1a5749['length']&&(_0x2d46e8['start']['isEqual'](_0x1a4c8c['end'])||_0x2d46e8['end']['isEqual'](_0x1a4c8c['start'])))return!0x0;}if(0x3==_0x27675d&&0x3==_0x1a247d&&_0x2d46e8['start']['isBefore'](_0x1a4c8c['start'])){const _0x5a28fb=_0x2d46e8['end']['nodeAfter'],_0x29d5bf=_0x1a4c8c['start']['nodeBefore'];return _0x550fff['isBlockImage'](_0x5a28fb)&&_0x5a28fb===_0x29d5bf;}return!0x1;}_0x825914['model']['document']['registerPostFixer'](()=>{let _0x22e322=!0x1;const _0x4931e8=Array['from'](_0x825914['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x10f812,data:_0x30d1a4}of _0x4931e8){const {group:_0x6d464d,type:_0x62b4af,subType:_0x1886b3,id:_0x5ec6e1}=_0x273b24['_splitMarkerName'](_0x10f812);if('suggestion'==_0x6d464d&&_0x273b24['hasSuggestion'](_0x5ec6e1)){if('formatBlock'==_0x62b4af&&('imageStylePreApply'==_0x1886b3||'imageStylePostApply'==_0x1886b3)){const _0x416d91=_0x273b24['getSuggestion'](_0x5ec6e1);if(_0x30d1a4['newRange']){const _0x5b5002=_0x416d91['getFirstRange']()['getContainedElement']();if(_0x550fff['isBlockImage'](_0x5b5002))continue;_0x273b24['discardSuggestion'](_0x416d91),_0x22e322=!0x0;}}if('insertion'==_0x62b4af&&'imageCaption'==_0x1886b3&&!_0x30d1a4['newRange']){const _0x1aa26a=_0x273b24['getSuggestion'](_0x5ec6e1);_0x1aa26a['next']&&_0x1aa26a['next']['isInContent']&&(_0x273b24['discardSuggestion'](_0x1aa26a['next']),_0x22e322=!0x0);}}}return _0x22e322;}),this['_registerLegacyDescription'](_0x37dd4b);}['_registerLegacyDescription'](_0x26ef5c){const _0x124720=this['editor'],_0x183496=_0x124720['locale'];_0x124720['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3c6f54=>{if('formatBlock'!=_0x3c6f54['type']&&'formatInline'!=_0x3c6f54['type'])return;const {data:_0x41c3ed}=_0x3c6f54;if(!_0x41c3ed||'imageStyle'!=_0x41c3ed['commandName'])return;const _0x2985af=_0x41c3ed['commandParams'][0x0]['value'];return _0x221a79('side'===_0x2985af?c(_0x183496,'FORMAT_SIDE_IMAGE'):_0x26ef5c[_0x2985af]||_0x2985af);function _0x221a79(_0x4c06a2){return{'type':'format','content':c(_0x183496,'*Format:*\x20%0',_0x4c06a2)};}});}}class ut extends _0xb83fe9{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x1fbd7d){super(_0x1fbd7d),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x2240e0=this['editor'],_0x2280f8=_0x2240e0['commands']['get']('importWord'),_0x55734a=_0x2240e0['commands']['get']('trackChanges');_0x2280f8&&(_0x2280f8['on']('execute',(_0x37eca3,[,_0x5949a4])=>{this['_trackChangesValueDuringImport']=_0x55734a['value'],_0x5949a4['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x2280f8,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x2280f8,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x55734a['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x2240e0['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0xdec5ee,_0x37d864){const {suggestions:_0x6bc321}=_0x37d864,_0x218694=this['editor']['commands']['get']('trackChanges'),_0x275688=_0x218694['value'];this['_trackChangesValueDuringImport']!==_0x275688&&(_0x218694['execute'](),this['_trackChangesExecuted']=!0x0),_0x6bc321&&_0x6bc321['forEach'](({id:_0x1a1e9a,type:_0x454883,author:_0x5b378c,created_at:_0x329606})=>{const _0x53ff65={'id':_0x1a1e9a,'type':_0x454883,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x5b378c,'createdAt':_0x329606?new Date(_0x329606):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x53ff65);});}}class ft extends _0xb83fe9{['afterInit'](){const _0x52da91=this['editor'],_0x56e788=_0x52da91['plugins']['get']('TrackChangesEditing');if(_0x52da91['plugins']['has']('IndentEditing')&&(_0x56e788['enableCommand']('indent'),_0x56e788['enableCommand']('outdent')),_0x52da91['plugins']['has']('IndentBlock')){for(const _0x1a2fa2 of['indentBlock','outdentBlock'])_0x56e788['enableDefaultAttributesIntegration'](_0x1a2fa2);}const _0x315906=_0x52da91['locale'];_0x56e788['registerBlockAttribute']('blockIndent'),_0x56e788['descriptionFactory']['registerAttributeLabel']('blockIndent',c(_0x315906,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x552d74=this['editor'],_0x10cf3d=_0x552d74['locale'],_0x539025=_0x552d74['plugins']['get']('TrackChangesEditing');_0x539025['descriptionFactory']['registerDescriptionCallback'](_0x248b02=>{if('formatBlock'!=_0x248b02['type'])return;const {data:_0x40f2d1}=_0x248b02;if(!_0x40f2d1)return;if('indentBlock'!=_0x40f2d1['commandName']&&'outdentBlock'!=_0x40f2d1['commandName'])return;const _0x437dda=_0x248b02['getItems']()[0x0],_0x17cb87=_0x539025['descriptionFactory']['getItemLabel'](_0x437dda);return'indentBlock'==_0x40f2d1['commandName']?{'type':'format','content':c(_0x10cf3d,'*Indent:*\x20%0',_0x17cb87)}:'outdentBlock'==_0x40f2d1['commandName']?{'type':'format','content':c(_0x10cf3d,'*Outdent:*\x20%0',_0x17cb87)}:void 0x0;});}}class ht extends _0xb83fe9{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class lt extends _0xb83fe9{['afterInit'](){const _0x1134b5=this['editor'];if(!_0x1134b5['plugins']['has']('LinkEditing'))return;const _0x1637b5=_0x1134b5['plugins']['get']('TrackChangesEditing'),_0x55434f=_0x1134b5['commands']['get']('link');_0x1637b5['enableDefaultAttributesIntegration']('link'),_0x1637b5['enableDefaultAttributesIntegration']('unlink'),_0x1637b5['registerInlineAttribute']('linkHref');for(const _0x2922b0 of _0x55434f['manualDecorators'])_0x1637b5['registerInlineAttribute'](_0x2922b0['id']),_0x1637b5['descriptionFactory']['registerAttributeLabel'](_0x2922b0['id'],'link\x20('+_0x2922b0['label']['toLowerCase']()+')');_0x1637b5['descriptionFactory']['registerDescriptionCallback'](_0x5227aa=>{if('attribute'!=_0x5227aa['type'])return;const {data:_0x5df3b8}=_0x5227aa;if(!_0x5df3b8||'linkHref'!=_0x5df3b8['key'])return;const _0x302795=_0x5df3b8['newValue'],_0x293966=_0x1134b5['locale'];return{'type':'format','content':null==_0x302795?c(_0x293966,'*Remove\x20link*'):c(_0x293966,'*Set\x20link:*\x20%0','\x22'+_0x302795+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xd8aab=this['editor'],_0x1d2f61=_0xd8aab['locale'];_0xd8aab['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5926fc=>{if('formatInline'!=_0x5926fc['type'])return;const {data:_0x3958}=_0x5926fc;if(_0x3958){if('link'==_0x3958['commandName']){const _0x4a1cf7=_0x3958['commandParams'][0x0];return{'type':'format','content':c(_0x1d2f61,'*Set\x20link:*\x20%0','\x22'+_0x4a1cf7+'\x22')};}return'unlink'==_0x3958['commandName']?{'type':'format','content':c(_0x1d2f61,'*Remove\x20link*')}:void 0x0;}});}}class gt extends _0xb83fe9{['afterInit'](){const _0x4cb680=this['editor'],_0x2fbcfb=_0x4cb680['locale'];if(!_0x4cb680['plugins']['has']('LegacyListEditing'))return;const _0x439fd2=_0x4cb680['plugins']['get']('TrackChangesEditing'),_0x5dd9d8=_0x4cb680['plugins']['has']('LegacyTodoListEditing');function _0x5f44d7(_0x415435){return()=>{const _0x691e72=_0x4cb680['model']['document']['selection'],_0x506530=_0x4cb680['commands']['get'](_0x415435);if(_0x506530['value'])return void _0x4cb680['execute']('paragraph',{});const _0x5a04c5=_0x415435['slice'](0x0,-0x4),_0x1099a6=function(_0x5a7b57,_0x1cd4a3,_0x21183e){let _0x48eb8f=Array['from'](_0x5a7b57)['filter'](_0x402197=>function(_0x1822c3,_0x19a921){return _0x19a921['checkChild'](_0x1822c3['parent'],'listItem')&&!_0x19a921['isObject'](_0x1822c3);}(_0x402197,_0x21183e));_0x48eb8f=_0x48eb8f['filter'](_0x233707=>!_0x233707['is']('element','listItem')||_0x233707['getAttribute']('listType')!=_0x1cd4a3);const _0x20201d=new Set();for(const _0x41a54e of _0x48eb8f)_0x41a54e['is']('element','listItem')?_0x20201d['add'](Le(_0x41a54e)):_0x20201d['add'](_0x41a54e);return Array['from'](_0x20201d);}(_0x691e72['getSelectedBlocks'](),_0x5a04c5,_0x4cb680['model']['schema']);_0x4cb680['model']['change'](()=>{for(const _0x5bc9c6 of _0x1099a6)_0x439fd2['markBlockFormat'](_0x5bc9c6,{'commandName':_0x415435,'commandParams':[{'forceValue':!_0x506530['value']}],'formatGroupId':'blockName'},Ee(_0x5bc9c6));});};}function _0x2cd636(_0x125a30){return()=>{const _0x2d43ed=function(_0x91831e){let _0xa2277c=Array['from'](_0x91831e);const _0x3b27a0=_0xa2277c['findIndex'](_0x1fa57d=>'listItem'!=_0x1fa57d['name']);return _0x3b27a0>-0x1&&(_0xa2277c=_0xa2277c['slice'](0x0,_0x3b27a0)),_0xa2277c;}(_0x4cb680['model']['document']['selection']['getSelectedBlocks']()),_0x3fcf6b=_0x4cb680['model']['createRange'](_0x4cb680['model']['createPositionAt'](_0x2d43ed[0x0],'before'),_0x4cb680['model']['createPositionAt'](_0x2d43ed[_0x2d43ed['length']-0x1],'end'));_0x4cb680['model']['change'](()=>{_0x439fd2['markBlockFormat'](_0x3fcf6b,{'commandName':_0x125a30,'commandParams':[],'formatGroupId':'listIndent'},function(_0x457be9){const _0x559e9e=new Set();for(const _0x114936 of _0x457be9){let _0x101d94=_0x114936['nextSibling'];for(;_0x101d94&&_0x101d94['getAttribute']('listIndent')>_0x114936['getAttribute']('listIndent');)_0x559e9e['add'](_0x101d94),_0x101d94=_0x101d94['nextSibling'];}return Array['from'](_0x559e9e);}(_0x2d43ed));});};}_0x439fd2['enableCommand']('numberedList',_0x5f44d7('numberedList')),_0x439fd2['enableCommand']('bulletedList',_0x5f44d7('bulletedList')),_0x5dd9d8&&_0x439fd2['enableCommand']('todoList',_0x5f44d7('todoList')),_0x439fd2['enableCommand']('indentList',_0x2cd636('indentList')),_0x439fd2['enableCommand']('outdentList',_0x2cd636('outdentList')),_0x5dd9d8&&_0x439fd2['enableCommand']('checkTodoList',()=>{const _0x176e37=_0x4cb680['commands']['get']('checkTodoList'),_0x2df9bb=Array['from'](_0x176e37['_selectedElements']);_0x2df9bb['filter'](_0x12e6bc=>_0x12e6bc['getAttribute']('todoListChecked')!=_0x176e37['value']),_0x4cb680['model']['change'](()=>{for(const _0x4cc97a of _0x2df9bb)_0x439fd2['markBlockFormat'](_0x4cc97a,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x176e37['value']}]});});}),_0x439fd2['descriptionFactory']['registerElementLabel']('listItem',_0x3f40dc=>c(_0x2fbcfb,'ELEMENT_LIST_ITEM',_0x3f40dc)),_0x439fd2['descriptionFactory']['registerDescriptionCallback'](_0x540576=>{if('formatBlock'!=_0x540576['type']&&'formatInline'!=_0x540576['type'])return;const {data:_0x56aaf2}=_0x540576;if(_0x56aaf2){if('numberedList'==_0x56aaf2['commandName']||'bulletedList'==_0x56aaf2['commandName']||'todoList'==_0x56aaf2['commandName'])switch(_0x56aaf2['commandName']['replace']('List','')){case'bulleted':return _0xd45246(c(_0x2fbcfb,'ELEMENT_BULLETED_LIST'));case'numbered':return _0xd45246(c(_0x2fbcfb,'ELEMENT_NUMBERED_LIST'));case'todo':return _0xd45246(c(_0x2fbcfb,'ELEMENT_TODO_LIST'));}if('indentList'==_0x56aaf2['commandName'])return{'type':'format','content':c(_0x2fbcfb,'*Indent:*\x20%0',c(_0x2fbcfb,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x56aaf2['commandName'])return{'type':'format','content':c(_0x2fbcfb,'*Outdent:*\x20%0',c(_0x2fbcfb,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x56aaf2['commandName'])return _0x56aaf2['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x2fbcfb,'*Check\x20item*')}:{'type':'format','content':c(_0x2fbcfb,'*Uncheck\x20item*')};}function _0xd45246(_0x1008ab){return{'type':'format','content':c(_0x2fbcfb,'*Change\x20to:*\x20%0',_0x1008ab)};}});}}function Le(_0x4a982a){const _0x182474=_0x4a982a['getAttribute']('listIndent');if(0x0==_0x182474)return _0x4a982a;let _0x2cc38b=_0x4a982a;for(;_0x4a982a['previousSibling']&&_0x4a982a['previousSibling']['is']('element','listItem');){const _0x1f47ca=_0x4a982a['previousSibling']['getAttribute']('listIndent');if(_0x1f47ca==_0x182474)_0x2cc38b=_0x4a982a['previousSibling'];else{if(_0x1f47ca<_0x182474)break;}_0x4a982a=_0x4a982a['previousSibling'];}return _0x2cc38b;}function Ee(_0x80f88c){const _0x341bee=[];if(_0x80f88c['is']('element','listItem')&&_0x80f88c['getAttribute']('listIndent')>0x0){let _0x3456ce=_0x80f88c['nextSibling'];for(;_0x3456ce&&'listItem'==_0x3456ce['name']&&_0x3456ce['getAttribute']('listIndent')==_0x80f88c['getAttribute']('listIndent');)_0x341bee['push'](_0x3456ce),_0x3456ce=_0x3456ce['nextSibling'];}return _0x341bee;}class Q extends _0xb83fe9{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x2a99ae=this['editor']['config']['get']('list.properties'),_0x530c82=this['editor']['plugins']['get']('TrackChangesEditing');_0x2a99ae['styles']&&_0x530c82['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x2a99ae['reversed']&&_0x530c82['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x2a99ae['startIndex']&&_0x530c82['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x530c82['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x5b583d,_0xf5cdf0={}){const _0x3b8cdd=this['editor']['plugins']['get']('TrackChangesEditing'),_0x6c015=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x3b8cdd['markMultiRangeBlockFormat'](_0x6c015,{'commandName':'listStyle','commandParams':[{'type':_0xf5cdf0['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x75165f,_0x3bceaa={}){const _0x20bac9=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5dfa8a=this['_getSuggestionBlocks'](_0x213a2f=>_0x213a2f['is']('element','listItem')&&'numbered'===_0x213a2f['getAttribute']('listType'));if(_0x5dfa8a['length']<0x1)return;const _0x316d8c=_0x5dfa8a['map'](_0x963787=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x963787,'before'),this['editor']['model']['createPositionAt'](_0x963787,0x0)));this['editor']['model']['change'](()=>{_0x20bac9['markMultiRangeBlockFormat'](_0x316d8c,{'commandName':'listReversed','commandParams':[{'reversed':_0x3bceaa['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x4202c9,_0x4472db={}){const _0x4755cc=this['editor']['plugins']['get']('TrackChangesEditing'),_0x479d14=this['_getSuggestionBlocks'](_0x44c30e=>_0x44c30e['is']('element','listItem')&&'numbered'===_0x44c30e['getAttribute']('listType'));if(_0x479d14['length']<0x1)return;const _0x164f3c=_0x479d14['map'](_0x5e99b9=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x5e99b9,'before'),this['editor']['model']['createPositionAt'](_0x5e99b9,0x0)));this['editor']['model']['change'](()=>{_0x4755cc['markMultiRangeBlockFormat'](_0x164f3c,{'commandName':'listStart','commandParams':[{'startIndex':_0x4472db['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x53c9c6){if('formatBlock'!=_0x53c9c6['type']&&'formatInline'!=_0x53c9c6['type'])return;const _0x2409f9=this['editor']['locale'],{data:_0x295a46}=_0x53c9c6;if(!_0x295a46)return;let _0x3454c8,_0x3a2722;switch(_0x295a46['commandName']){case'listStyle':_0x3454c8='*Change\x20to:*\x20%0',_0x3a2722={'type':'format','content':c(_0x2409f9,_0x3454c8,c(_0x2409f9,this['_getTranslationKeyForListStyle'](_0x295a46['commandParams'][0x0]['type'])))};break;case'listReversed':_0x3454c8=_0x295a46['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x3a2722={'type':'format','content':c(_0x2409f9,_0x3454c8)};break;case'listStart':_0x3454c8='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x3a2722={'type':'format','content':c(_0x2409f9,_0x3454c8,_0x295a46['commandParams'][0x0]['startIndex'])};}return _0x3a2722;}['_getSuggestionBlocksForListStyle'](){const _0x8c6f52=this['editor']['plugins']['get']('LegacyListUtils');let _0x6bd7f6=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x6bd7f6[0x0]?.['is']('element','listItem')&&_0x6bd7f6['unshift'](..._0x8c6f52['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x6bd7f6[_0x6bd7f6['length']-0x1]?.['is']('element','listItem')&&_0x6bd7f6['push'](..._0x8c6f52['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x6bd7f6=[...new Set(_0x6bd7f6)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x6bd7f6=_0x6bd7f6['filter'](_0x266545=>_0x266545['is']('element','listItem'))),_0x6bd7f6;}['_getSuggestionBlocks'](_0xe9b77){const _0x156ef8=this['editor']['plugins']['get']('LegacyListUtils');let _0x324f9e=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0xe9b77)['map'](_0x4d4b74=>{const _0x397880=this['editor']['model']['createPositionAt'](_0x4d4b74,0x0);return[..._0x156ef8['getSiblingNodes'](_0x397880,'backward'),..._0x156ef8['getSiblingNodes'](_0x397880,'forward')];})['flat']();return _0x324f9e=[...new Set(_0x324f9e)],_0x324f9e;}['_getTranslationKeyForListStyle'](_0x4924e0){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x4924e0)||'default')['toUpperCase']()+'_LIST_'+_0x4924e0['toUpperCase']()['replace'](/-/g,'_');}}class dt extends _0xb83fe9{['afterInit'](){const _0x27f6f7=this['editor'];if(!_0x27f6f7['plugins']['has']('MediaEmbedEditing'))return;const _0x1b3cd3=_0x27f6f7['plugins']['get']('TrackChangesEditing'),_0x2c1d6f=_0x27f6f7['locale'];_0x1b3cd3['enableCommand']('mediaEmbed'),_0x1b3cd3['descriptionFactory']['registerElementLabel']('media',_0x5a9258=>c(_0x2c1d6f,'ELEMENT_MEDIA',_0x5a9258)),_0x27f6f7['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x3979ec,{writer:_0x2aadac,options:_0x15ce89})=>{if(_0x15ce89['showSuggestionHighlights'])return _0x2aadac['createEmptyElement']('div');},'converterPriority':'high'}),_0x27f6f7['data']['downcastDispatcher']['on']('attribute:url:media',(_0x4a04e4,_0x5b5cbc,_0x4e3f8e)=>{_0x4e3f8e['options']['showSuggestionHighlights']&&_0x4a04e4['stop']();},{'priority':'high'});}}class pt extends _0xb83fe9{['afterInit'](){const _0x559f4b=this['editor'];_0x559f4b['plugins']['has']('MentionEditing')&&_0x559f4b['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class wt extends _0xb83fe9{['afterInit'](){const _0x533ceb=this['editor'];if(!_0x533ceb['plugins']['has']('MergeFieldsEditing'))return;const _0x43b06f=_0x533ceb['plugins']['get']('TrackChangesEditing'),_0x3580da=_0x533ceb['locale'];_0x43b06f['enableCommand']('insertMergeField'),_0x43b06f['enableCommand']('insertMergeFieldBlock'),_0x43b06f['enableCommand']('insertMergeFieldImage'),_0x43b06f['descriptionFactory']['registerElementLabel']('mergeField',_0x2ab8fa=>c(_0x3580da,'ELEMENT_MERGE_FIELD',_0x2ab8fa)),_0x43b06f['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0xf18655=>c(_0x3580da,'ELEMENT_MERGE_FIELD',_0xf18655)),_0x43b06f['descriptionFactory']['registerDescriptionCallback'](_0x57d78d=>{if('insertion'!=_0x57d78d['type']&&'deletion'!=_0x57d78d['type'])return;const _0x38bbc7=_0x57d78d['getContainedElement']();if(null==_0x38bbc7)return;const _0x59467=_0x533ceb['plugins']['get']('MergeFieldsEditing');let _0x1b2c1e;switch(_0x59467['getMergeFieldType'](_0x38bbc7)){case null:return;case'image':{const _0x122157=_0x59467['unwrapAffixes'](_0x38bbc7['getAttribute']('src'));_0x1b2c1e=_0x59467['getLabel'](_0x122157)||_0x122157;break;}default:{const _0x15f28f=_0x38bbc7['getAttribute']('id');_0x1b2c1e=_0x59467['getLabel'](_0x15f28f)||_0x15f28f;break;}}return'insertion'==_0x57d78d['type']?{'type':'insertion','content':c(_0x3580da,'*Insert:*\x20%0','\x22'+_0x1b2c1e+'\x22\x20'+c(_0x3580da,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':c(_0x3580da,'*Remove:*\x20%0','\x22'+_0x1b2c1e+'\x22\x20'+c(_0x3580da,'ELEMENT_MERGE_FIELD'))};});}}class kt extends _0xb83fe9{['afterInit'](){const _0x20e637=this['editor'],_0x583950=_0x20e637['plugins']['get']('TrackChangesEditing');_0x20e637['plugins']['has']('MultiLevelList')&&(_0x583950['enableDefaultAttributesIntegration']('multiLevelList'),_0x583950['registerBlockAttribute']('listMarkerStyle'),_0x583950['descriptionFactory']['registerDescriptionCallback'](_0xdad38a=>this['handleDescriptions'](_0xdad38a)));}['handleDescriptions'](_0xa74252){const _0x185b7e=this['editor']['locale'],{data:_0x5c0933}=_0xa74252,_0x235d3a={'type':'format','content':''};if(_0x5c0933&&'listMarkerStyle'==_0x5c0933['key']){if(!_0x5c0933['oldValue'])return{'type':'format','content':c(_0x185b7e,'*Set\x20format:*\x20%0',c(_0x185b7e,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x5c0933['newValue']+')'};if(!_0x5c0933['newValue']){let _0x17d234=_0xa74252['head'];for(;_0x17d234;){if(_0x17d234['data']&&'listType'==_0x17d234['data']['key']&&_0x17d234['data']['newValue'])return _0x235d3a;_0x17d234=_0x17d234['next'];}return{'type':'format','content':c(_0x185b7e,'*Remove\x20format:*\x20%0',c(_0x185b7e,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x5c0933['oldValue']+')'};}}}}class bt extends _0xb83fe9{['afterInit'](){const _0xe7a2cc=this['editor'];if(!_0xe7a2cc['plugins']['has']('PageBreakEditing'))return;_0xe7a2cc['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x4b50fa=_0xe7a2cc['plugins']['get']('TrackChangesEditing'),_0x6e319c=_0xe7a2cc['locale'];_0x4b50fa['descriptionFactory']['registerElementLabel']('pageBreak',_0x4a4fde=>c(_0x6e319c,'ELEMENT_PAGE_BREAK',_0x4a4fde));}}class yt extends _0xb83fe9{['afterInit'](){const _0x122b6a=this['editor'];if(!_0x122b6a['plugins']['has']('Paragraph'))return;const _0x5309b6=_0x122b6a['locale'],_0x23ef0c=_0x122b6a['plugins']['get']('TrackChangesEditing');_0x23ef0c['descriptionFactory']['registerElementLabel']('paragraph',_0x877e6d=>c(_0x5309b6,'ELEMENT_PARAGRAPH',_0x877e6d)),_0x23ef0c['enableDefaultAttributesIntegration']('paragraph'),_0x23ef0c['enableCommand']('insertParagraph'),_0x122b6a['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x122b6a),{'priority':'highest'}),_0x122b6a['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x23d14d,_0x33efba,_0x5903b4)=>{_0x5903b4['options']['showSuggestionHighlights']&&nr(_0x122b6a,{'showActiveMarker':!0x1})(_0x23d14d,_0x33efba,_0x5903b4);},{'priority':'highest'});const _0x408e2a=_0x23ef0c['descriptionFactory'];_0x408e2a['registerDescriptionCallback'](_0x501f38=>{if('insertion'!==_0x501f38['type'])return;const {start:_0x404935,end:_0x532352}=_0x501f38['getFirstRange']();if(!_0x404935['isTouching'](_0x532352)||!_0x404935['nodeAfter'])return;const _0x59b3a8=_0x122b6a['model']['schema'],_0x1a2b9c=_0x404935['nodeAfter'];return _0x59b3a8['isBlock'](_0x1a2b9c)&&!_0x59b3a8['isLimit'](_0x1a2b9c)&&_0x59b3a8['checkChild'](_0x1a2b9c,'$text')?{'type':'insertion','content':c(_0x5309b6,'*Insert:*\x20%0',_0x408e2a['getItemLabel'](_0x1a2b9c,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x40ab1f=this['editor'],_0x222714=_0x40ab1f['locale'];_0x40ab1f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4aad0f=>{if('formatBlock'!=_0x4aad0f['type'])return;const {data:_0x449d0c}=_0x4aad0f;return _0x449d0c&&'paragraph'==_0x449d0c['commandName']?{'type':'format','content':c(_0x222714,'*Change\x20to:*\x20%0',c(_0x222714,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x4a2e53,{showActiveMarker:_0x4cd258=!0x0}={}){return(_0x14f6f4,_0x4fdef9,_0x17923a)=>{const _0xaa34c6=_0x4a2e53['plugins']['get']('TrackChangesEditing'),_0x421a80=_0x4fdef9['markerRange']['start'],_0x433c1e=_0x4fdef9['markerRange']['end'],_0x44456d=_0x4a2e53['model']['schema'];if(!_0x421a80['isTouching'](_0x433c1e)||!_0x421a80['nodeAfter'])return;const _0x38aa6d=_0x421a80['nodeAfter'];if(_0x44456d['isBlock'](_0x38aa6d)&&!_0x44456d['isLimit'](_0x38aa6d)&&_0x44456d['checkChild'](_0x38aa6d,'$text')){if(!_0x17923a['consumable']['consume'](_0x4fdef9['markerRange'],_0x14f6f4['name']))return;const {authorId:_0x37d8f9}=_0xaa34c6['_splitMarkerName'](_0x4fdef9['markerName']),_0x5bd30a=_0x17923a['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x37d8f9}),_0x35b405=_0x17923a['mapper']['toViewPosition'](_0x433c1e);_0x4cd258&&_0xaa34c6['activeMarkers']['includes'](_0x4fdef9['markerName'])&&_0x17923a['writer']['addClass']('ck-suggestion-marker--active',_0x5bd30a),_0x17923a['writer']['insert'](_0x35b405,_0x5bd30a),_0x17923a['mapper']['bindElementToMarker'](_0x5bd30a,_0x4fdef9['markerName']);}};}class jt extends _0xb83fe9{['afterInit'](){const _0x4cb985=this['editor'];_0x4cb985['commands']['get']('replaceSource')&&_0x4cb985['plugins']['get']('TrackChangesEditing')['enableCommand']('replaceSource');}}class St extends _0xb83fe9{['afterInit'](){const _0x33a886=this['editor'];if(!_0x33a886['plugins']['has']('RemoveFormatEditing'))return;_0x33a886['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3604bb=this['editor'];_0x3604bb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x20a3f3=>{if('formatBlock'!=_0x20a3f3['type']&&'formatInline'!=_0x20a3f3['type'])return;const {data:_0x5acdf3}=_0x20a3f3;return _0x5acdf3&&'removeFormat'==_0x5acdf3['commandName']?{'type':'format','content':c(_0x3604bb['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class At extends _0xb83fe9{['afterInit'](){const _0x439363=this['editor'];if(!_0x439363['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x3ccdb3=_0x439363['plugins']['get']('TrackChangesEditing');_0x3ccdb3['enableCommand']('goToPreviousRestrictedEditingException'),_0x3ccdb3['enableCommand']('goToNextRestrictedEditingException');const _0x32b382=_0x439363['plugins']['get']('RestrictedEditingModeEditing');_0x32b382['enableCommand']('trackChanges'),_0x32b382['enableCommand']('acceptSuggestion'),_0x32b382['enableCommand']('discardSuggestion'),_0x32b382['enableCommand']('acceptAllSuggestions'),_0x32b382['enableCommand']('discardAllSuggestions'),_0x32b382['enableCommand']('acceptSelectedSuggestions'),_0x32b382['enableCommand']('discardSelectedSuggestions');}}class It extends _0xb83fe9{static get['requires'](){return[_0x2e1aeb];}['init'](){const _0x31cb80=this['editor'],_0x2d1011=_0x31cb80['plugins']['get']('TrackChangesEditing');_0x2d1011['enableCommand']('shiftEnter'),_0x31cb80['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',je(_0x31cb80),{'priority':'high'}),_0x31cb80['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',je(_0x31cb80),{'priority':'high'}),_0x31cb80['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x1563ff,_0x1ab063,_0x14ea8a)=>{_0x14ea8a['options']['showSuggestionHighlights']&&je(_0x31cb80,{'showActiveMarker':!0x1})(_0x1563ff,_0x1ab063,_0x14ea8a);}),_0x2d1011['descriptionFactory']['registerElementLabel']('softBreak',_0x50f5ad=>c(_0x31cb80['locale'],'ELEMENT_LINE_BREAK',_0x50f5ad));}}function je(_0x330586,{showActiveMarker:_0x2b6336=!0x0}={}){return(_0x454b54,_0x4739b4,_0x211d13)=>{const _0x2b3281=_0x330586['plugins']['get']('TrackChangesEditing');if(!_0x211d13['consumable']['test'](_0x4739b4['markerRange'],_0x454b54['name']))return;const _0x43d2aa=_0x330586['model'];for(const _0x433ca8 of _0x4739b4['markerRange']['getItems']()){if(!_0x433ca8['is']('element','softBreak'))continue;const _0x151147='deletion'==_0x4739b4['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x16ed8f}=_0x2b3281['_splitMarkerName'](_0x4739b4['markerName']),_0x592e90=_0x211d13['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x151147,'data-author-id':_0x16ed8f}),_0x2c1afd=_0x211d13['mapper']['toViewPosition'](_0x43d2aa['createPositionBefore'](_0x433ca8));_0x2b6336&&_0x2b3281['activeMarkers']['includes'](_0x4739b4['markerName'])&&_0x211d13['writer']['addClass']('ck-suggestion-marker--active',_0x592e90),_0x211d13['writer']['insert'](_0x2c1afd,_0x592e90),_0x211d13['mapper']['bindElementToMarker'](_0x592e90,_0x4739b4['markerName']);}};}class _t extends _0xb83fe9{['afterInit'](){const _0x643491=this['editor'],_0x5a21fe=_0x643491['model'],_0x354055=_0x643491['locale'];if(!_0x643491['plugins']['has']('StandardEditingModeEditing'))return;const _0xa1e7b7=_0x643491['plugins']['get']('TrackChangesEditing'),_0x592ea1='restrictedEditingException',_0x3e507f=_0x643491['commands']['get'](_0x592ea1);_0xa1e7b7['enableCommand'](_0x592ea1,(_0x5ebbe5,_0x3814cb={})=>{const _0x4d8d07=_0x5a21fe['document']['selection'];if(_0x4d8d07['isCollapsed'])return void _0x5ebbe5(_0x3814cb);const _0x58c705=void 0x0!==_0x3814cb['forceValue']?_0x3814cb['forceValue']:!_0x3e507f['value'];_0x5a21fe['change'](()=>{const _0x4e96d1=Array['from'](_0x4d8d07['getRanges']());for(const _0xe66d6 of _0x4e96d1){const _0x5171c8=_0x58c705?[_0xe66d6]:io(_0x592ea1,_0xe66d6,_0x5a21fe);for(const _0x3ca3a of _0x5171c8)_0xa1e7b7['markInlineFormat'](_0x3ca3a,{'commandName':_0x592ea1,'commandParams':[{'forceValue':_0x58c705}]});}});}),_0xa1e7b7['descriptionFactory']['registerDescriptionCallback'](_0x3947d5=>{if('formatBlock'!=_0x3947d5['type']&&'formatInline'!=_0x3947d5['type'])return;const {data:_0x56cd0d}=_0x3947d5;return _0x56cd0d&&_0x56cd0d['commandName']==_0x592ea1?_0x56cd0d['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x354055,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':c(_0x354055,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class vt extends _0xb83fe9{['afterInit'](){const _0x211e91=this['editor'];if(!_0x211e91['plugins']['has']('Style')||!_0x211e91['plugins']['has']('DataSchema'))return;const _0x16e68c=_0x211e91['plugins']['get']('TrackChangesEditing'),_0x3c58fc=_0x211e91['locale'],_0x469faa=_0x211e91['config']['get']('style')||{},_0x33a57a=_0x211e91['plugins']['get']('GeneralHtmlSupport'),_0x1d24a7=_0x211e91['plugins']['get']('StyleUtils')['normalizeConfig'](_0x211e91['plugins']['get']('DataSchema'),_0x469faa['definitions']);_0x16e68c['enableDefaultAttributesIntegration']('style');const _0x530c44=new Set();for(const _0x56af3f of _0x1d24a7['block']){const _0x1b075c=_0x33a57a['getGhsAttributeNameForElement'](_0x56af3f['element']);_0x530c44['add'](_0x1b075c);}const _0x537b72=new Set();for(const _0x928a26 of _0x1d24a7['inline']){const _0x28bea5=_0x33a57a['getGhsAttributeNameForElement'](_0x928a26['element']);_0x537b72['add'](_0x28bea5);for(const _0x4e8292 of _0x928a26['ghsAttributes'])_0x537b72['add'](_0x4e8292);}for(const _0xacd583 of _0x530c44)_0x16e68c['registerBlockAttribute'](_0xacd583),_0x16e68c['descriptionFactory']['registerAttributeLabel'](_0xacd583,c(_0x3c58fc,'FORMAT_STYLE'));for(const _0xec1625 of _0x537b72)_0x16e68c['registerInlineAttribute'](_0xec1625),_0x16e68c['descriptionFactory']['registerAttributeLabel'](_0xec1625,c(_0x3c58fc,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x234921=this['editor'],_0x4d0a0d=_0x234921['locale'];_0x234921['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5d1477=>{if('formatBlock'!=_0x5d1477['type']&&'formatInline'!=_0x5d1477['type'])return;const {data:_0x2ebbfb}=_0x5d1477;return _0x2ebbfb&&'style'===_0x2ebbfb['commandName']?_0x2ebbfb['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x4d0a0d,'*Set\x20format:*\x20%0',_0x2ebbfb['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':c(_0x4d0a0d,'*Remove\x20format:*\x20%0',_0x2ebbfb['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class Ct extends _0xb83fe9{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x4ce46d){super(_0x4ce46d),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x32cceb=this['editor'],_0x100140=_0x32cceb['model']['document']['selection'];if(!_0x32cceb['plugins']['has']('TableEditing'))return;const _0x111617=_0x32cceb['locale'],_0x34887c=_0x32cceb['plugins']['get']('TrackChangesEditing'),_0x21eb0d=_0x32cceb['plugins']['get']('TableUtils');_0x34887c['descriptionFactory']['registerElementLabel']('table',_0x3b34e9=>c(_0x111617,'ELEMENT_TABLE',_0x3b34e9)),this['_setupColumnsRowsFixing'](),_0x34887c['enableCommand']('insertTable'),_0x34887c['enableCommand']('selectTableRow'),_0x34887c['enableCommand']('selectTableColumn');for(const _0x15386c of['insertTableRowAbove','insertTableRowBelow']){const _0xf9bcb6=_0x32cceb['commands']['get'](_0x15386c);_0x34887c['enableCommand'](_0x15386c,_0x1fecf5=>{_0x32cceb['model']['change'](_0x439cb2=>{_0x1fecf5();const _0x46e43c='above'===_0xf9bcb6['order'],_0x2a7468=_0x21eb0d['getSelectionAffectedTableCells'](_0x100140),_0x5a2fc5=_0x21eb0d['getRowIndexes'](_0x2a7468),_0x4a3831=_0x46e43c?_0x5a2fc5['first']-0x1:_0x5a2fc5['last']+0x1,_0x60492a=_0x2a7468[0x0]['findAncestor']('table'),_0x4220ee=_0x21eb0d['createTableWalker'](_0x60492a,{'startRow':_0x4a3831,'endRow':_0x4a3831}),_0x30731c=Array['from'](_0x4220ee)['map'](_0x10e494=>_0x439cb2['createRangeOn'](_0x10e494['cell']));_0x34887c['markMultiRangeInsertion'](_0x30731c,'tableRow');});});}for(const _0xe46e41 of['insertTableColumnLeft','insertTableColumnRight']){const _0x1eb3b9=_0x32cceb['commands']['get'](_0xe46e41);_0x34887c['enableCommand'](_0xe46e41,_0x10ce55=>{_0x32cceb['model']['change'](_0x539de5=>{_0x10ce55();const _0x201e11='left'===_0x1eb3b9['order'],_0x543b06=_0x21eb0d['getSelectionAffectedTableCells'](_0x100140),_0xc590f2=_0x21eb0d['getColumnIndexes'](_0x543b06),_0x3e6377=_0x201e11?_0xc590f2['first']-0x1:_0xc590f2['last']+0x1,_0x239ca9=_0x543b06[0x0]['findAncestor']('table'),_0x2bb53b=_0x21eb0d['createTableWalker'](_0x239ca9,{'startRow':0x0,'column':_0x3e6377,'includeAllSlots':!0x1}),_0x4afffe=Array['from'](_0x2bb53b)['map'](_0xf6eca=>_0x539de5['createRangeOn'](_0xf6eca['cell']));_0x34887c['markMultiRangeInsertion'](_0x4afffe,'tableColumn');});});}for(const _0x35828e of['removeTableRow','removeTableColumn']){const _0x56a1c0=_0x35828e['substr'](0xb),_0x401b44=_0x56a1c0['toLowerCase'](),_0x5cc956=_0x401b44['substr'](0x0,0x3)+'span',_0x30d832='table'+_0x56a1c0,_0x4b980a='min'+_0x56a1c0,_0x2a21be='max'+_0x56a1c0;_0x34887c['enableCommand'](_0x35828e,()=>{_0x32cceb['model']['change'](_0x288fea=>{const _0x1d2918=_0x21eb0d['getSelectionAffectedTableCells'](_0x100140),_0x2106ed=_0x1d2918[0x0]['findAncestor']('table');let _0x3273ac;if('removeTableRow'==_0x35828e){const _0x4569ac=_0x21eb0d['getRowIndexes'](_0x1d2918);_0x3273ac={'startRow':_0x4569ac['first'],'endRow':_0x4569ac['last'],'includeAllSlots':!0x0};}else{const _0x23ddca=_0x21eb0d['getColumnIndexes'](_0x1d2918);_0x3273ac={'startColumn':_0x23ddca['first'],'endColumn':_0x23ddca['last'],'includeAllSlots':!0x0};}const _0x42347b=_0x21eb0d['createTableWalker'](_0x2106ed,_0x3273ac),_0x46b2dc=Array['from'](_0x42347b)['map'](({cell:_0x1876a3})=>_0x1876a3),_0x33c9dd=Ne(_0x46b2dc['filter'](_0x4b6480=>_0x4b6480['hasAttribute'](_0x5cc956))),_0x3d9272=Ne(_0x46b2dc['filter'](_0x13ee94=>!_0x13ee94['hasAttribute'](_0x5cc956)))['map'](_0x3b477b=>_0x288fea['createRangeOn'](_0x3b477b)),_0x3a3b9c=_0x34887c['markMultiRangeDeletion'](_0x3d9272,_0x30d832);if(_0x3a3b9c&&('tableRow'==_0x3a3b9c['subType']||'tableColumn'==_0x3a3b9c['subType'])){const _0x54737e=this['_getSuggestionCoords'](_0x3a3b9c);for(const _0x33c795 of _0x33c9dd){const _0x14c191=_0x288fea['createRangeOn'](_0x33c795),_0x305c32=_0x21eb0d['getCellLocation'](_0x33c795),_0x2036a3=_0x33c795['getAttribute'](_0x5cc956)-0x1,_0x55aacb=_0x54737e[_0x4b980a],_0x2497e9=_0x54737e[_0x2a21be];_0x55aacb<=_0x305c32[_0x401b44]&&_0x305c32[_0x401b44]+_0x2036a3<=_0x2497e9&&_0x3a3b9c['addRange'](_0x14c191);}}});});}function _0x1a407d(_0x5ced17){const _0x4d55f3=Array['from'](_0x100140['getRanges']())['map'](_0x2631d1=>_0x315628['fromRange'](_0x2631d1));_0x32cceb['model']['change'](_0x3c32b8=>{const _0x3179a8=_0x3c32b8['batch'];_0x5ced17=_0x5ced17['filter'](_0x183cc3=>'$graveyard'!=_0x183cc3['root']['rootName']),_0x3c32b8['setSelection'](_0x5ced17),_0x32cceb['commands']['get']('removeTableRow')['refresh'](),_0x32cceb['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x32cceb['model']['enqueueChange'](()=>{_0x32cceb['model']['enqueueChange'](_0x3179a8,_0x5e76c9=>{const _0x359208=_0x4d55f3['filter'](_0x1ce8a2=>'$graveyard'!=_0x1ce8a2['root']['rootName']);_0x359208['length']>0x0&&_0x5e76c9['setSelection'](_0x359208);for(const _0x48a4d of _0x4d55f3)_0x48a4d['detach']();});});});}function _0x4478ec(_0x57ce9c){_0x32cceb['model']['change'](_0x17282a=>{const _0x19f35c=Array['from'](_0x100140['getRanges']())['map'](_0x2c6608=>_0x315628['fromRange'](_0x2c6608)),_0x3bceec=[];for(const _0xb71985 of _0x57ce9c)for(const _0x58264b of _0xb71985['getItems']({'shallow':!0x0}))_0x3bceec['push'](_0x58264b);for(const _0x503ee2 of _0x3bceec)'$graveyard'!=_0x503ee2['root']['rootName']&&(_0x17282a['setSelection'](_0x17282a['createPositionAt'](_0x503ee2,0x0)),_0x32cceb['commands']['get']('removeTableColumn')['refresh'](),_0x32cceb['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x18cb27=_0x19f35c['filter'](_0x24e382=>'$graveyard'!=_0x24e382['root']['rootName']);_0x18cb27['length']>0x0&&_0x17282a['setSelection'](_0x18cb27);for(const _0x2a3be1 of _0x19f35c)_0x2a3be1['detach']();});}function _0x23e227(_0x160980,_0x204132){return _0x204132['every'](_0x2a2df3=>_0x160980['some'](_0x45f7b7=>_0x45f7b7['end']['isEqual'](_0x2a2df3['start'])||_0x2a2df3['end']['isEqual'](_0x45f7b7['start'])));}function _0x51c23a(_0xd41ba9,_0x53ae23){return!_0xd41ba9['some'](_0x384b72=>_0x53ae23['some'](_0x2e89af=>_0x384b72['isIntersecting'](_0x2e89af)))&&_0xd41ba9['some'](_0x2a88b7=>_0x53ae23['some'](_0x4f821f=>_0x2a88b7['end']['isTouching'](_0x4f821f['start'])));}_0x32cceb['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x36fe6c,_0x55869a,_0x31b2d5)=>{if(!_0x31b2d5['options']['showSuggestionHighlights'])return;const _0x27a228=_0x55869a['item'];if(!_0x27a228)return;const _0xfbc700=_0x31b2d5['mapper']['toViewElement'](_0x27a228);function _0x23a163(_0x2fc724){return Array['isArray'](_0x2fc724)?_0x2fc724:[_0x2fc724];}_0xfbc700&&'tableCell'===_0x27a228['name']&&_0x564d89(_0xfbc700,_0x31b2d5['writer'],(_0x4f2dc9,_0x555fe6,_0x5969bc)=>_0x5969bc['addClass'](_0x23a163(_0x555fe6['classes']),_0x4f2dc9),(_0x5243ec,_0x41334a,_0x4fc972)=>_0x4fc972['removeClass'](_0x23a163(_0x41334a['classes']),_0x5243ec));},{'priority':'highest'}),_0x34887c['descriptionFactory']['registerDescriptionCallback'](_0x123717=>{if('insertion'!=_0x123717['type']&&'deletion'!=_0x123717['type'])return;const _0x480112=_0x123717['getContainedElement']();if(null!=_0x480112&&_0x480112['is']('element','table')){if('insertion'==_0x123717['type']){const _0x51225f=_0x123717['getItems']()['filter'](_0x3fc7f3=>_0x3fc7f3['is']('$textProxy'))['map'](_0x4b78d3=>_0x4b78d3['data']);if(_0x51225f['length'])return{'type':'insertion','content':c(_0x111617,'*Insert:*\x20%0',c(_0x111617,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x51225f['join']('\x20')+'\x22'))};}if('deletion'==_0x123717['type']){const _0x2404cd=_0x123717['getItems']()['filter'](_0x8bbae7=>_0x8bbae7['is']('$textProxy'))['map'](_0x9ac36b=>_0x9ac36b['data']);if(_0x2404cd['length'])return{'type':'deletion','content':c(_0x111617,'*Remove:*\x20%0',c(_0x111617,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x2404cd['join']('\x20')+'\x22'))};}}}),_0x34887c['descriptionFactory']['registerDescriptionCallback'](_0x4e9420=>{if('tableRow'==_0x4e9420['subType']){const _0x5c777f=_0x4e9420['getItems']()['filter'](_0x5a296b=>_0x5a296b['is']('$textProxy'))['map'](_0x3559be=>_0x3559be['data']),_0x1290ec=this['_getSuggestionCoords'](_0x4e9420),_0x1c1fab=_0x1290ec['maxRow']-_0x1290ec['minRow']+0x1;if('insertion'==_0x4e9420['type'])return _0x5c777f['length']?{'type':'insertion','content':c(_0x111617,'*Insert:*\x20%0',c(_0x111617,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x1c1fab,'\x22'+_0x5c777f['join']('\x20')+'\x22']))}:{'type':'insertion','content':c(_0x111617,'*Insert:*\x20%0',c(_0x111617,'ELEMENT_TABLE_ROW',_0x1c1fab))};if('deletion'==_0x4e9420['type'])return _0x5c777f['length']?{'type':'deletion','content':c(_0x111617,'*Remove:*\x20%0',c(_0x111617,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x1c1fab,'\x22'+_0x5c777f['join']('\x20')+'\x22']))}:{'type':'deletion','content':c(_0x111617,'*Remove:*\x20%0',c(_0x111617,'ELEMENT_TABLE_ROW',_0x1c1fab))};}if('tableColumn'==_0x4e9420['subType']){const _0x57da74=_0x4e9420['getItems']()['filter'](_0x223273=>_0x223273['is']('$textProxy'))['map'](_0x3384f6=>_0x3384f6['data']),_0x10412a=this['_getSuggestionCoords'](_0x4e9420),_0x1cd536=_0x10412a['maxColumn']-_0x10412a['minColumn']+0x1;if('insertion'==_0x4e9420['type'])return _0x57da74['length']?{'type':'insertion','content':c(_0x111617,'*Insert:*\x20%0',c(_0x111617,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x1cd536,'\x22'+_0x57da74['join']('\x20')+'\x22']))}:{'type':'insertion','content':c(_0x111617,'*Insert:*\x20%0',c(_0x111617,'ELEMENT_TABLE_COLUMN',_0x1cd536))};if('deletion'==_0x4e9420['type'])return _0x57da74['length']?{'type':'deletion','content':c(_0x111617,'*Remove:*\x20%0',c(_0x111617,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x1cd536,'\x22'+_0x57da74['join']('\x20')+'\x22']))}:{'type':'deletion','content':c(_0x111617,'*Remove:*\x20%0',c(_0x111617,'ELEMENT_TABLE_COLUMN',_0x1cd536))};}}),_0x34887c['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x1a407d),_0x34887c['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x1a407d),_0x34887c['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x4478ec),_0x34887c['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x4478ec),_0x34887c['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x23e227),_0x34887c['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x23e227),_0x34887c['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x51c23a),_0x34887c['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x51c23a);}['_acceptFormatSuggestionCallbackFactory'](){const _0x5dae43=this['editor'],_0x3f6d29=_0x5dae43['model']['document']['selection'];return(_0x3b11cc,_0x2ef38f)=>{_0x5dae43['model']['change'](_0x2ad244=>{const {commandName:_0x4f2429,commandParams:_0x2a23f1}=_0x2ef38f;let _0x2c3320=_0x3b11cc[0x0]['end']['nodeBefore'];_0x2a23f1&&_0x2a23f1[0x0]&&!0x1===_0x2a23f1[0x0]['forceValue']&&(_0x2c3320=_0x3b11cc[0x0]['start']['nodeAfter']);const _0x335f96=_0x2ad244['createRangeIn'](_0x2c3320);if('$graveyard'==_0x335f96['root']['rootName'])return;const _0x1e46c3=Array['from'](_0x3f6d29['getRanges']())['map'](_0x328056=>_0x315628['fromRange'](_0x328056));_0x2ad244['setSelection'](_0x335f96),_0x5dae43['commands']['get'](_0x4f2429)['refresh'](),_0x2a23f1['push']({'forceDefaultExecution':!0x0}),_0x5dae43['execute'](_0x4f2429,..._0x2a23f1);const _0xd42ed6=_0x1e46c3['filter'](_0x46f9f2=>'$graveyard'!=_0x46f9f2['root']['rootName']);_0xd42ed6['length']>0x0&&_0x2ad244['setSelection'](_0xd42ed6);for(const _0x58dc03 of _0x1e46c3)_0x58dc03['detach']();});};}['_getCoordsForCells'](_0x4453f9){const _0xfd9bcb=this['editor']['plugins']['get']('TableUtils');let _0x582993=Number['MAX_SAFE_INTEGER'],_0x5d7e78=Number['MIN_SAFE_INTEGER'],_0x42459f=Number['MAX_SAFE_INTEGER'],_0x1a4264=Number['MIN_SAFE_INTEGER'];for(const _0x58a976 of _0x4453f9){if('$graveyard'==_0x58a976['root']['rootName'])continue;const {row:_0x46de59,column:_0x1d82a6}=_0xfd9bcb['getCellLocation'](_0x58a976),_0x56eeb8=_0x58a976['hasAttribute']('rowspan')?_0x58a976['getAttribute']('rowspan')-0x1:0x0,_0x53b9df=_0x58a976['hasAttribute']('colspan')?_0x58a976['getAttribute']('colspan')-0x1:0x0;_0x582993=_0x46de59<_0x582993?_0x46de59:_0x582993,_0x5d7e78=_0x46de59+_0x56eeb8>_0x5d7e78?_0x46de59+_0x56eeb8:_0x5d7e78,_0x42459f=_0x1d82a6<_0x42459f?_0x1d82a6:_0x42459f,_0x1a4264=_0x1d82a6+_0x53b9df>_0x1a4264?_0x1d82a6+_0x53b9df:_0x1a4264;}return{'minRow':_0x582993,'maxRow':_0x5d7e78,'minColumn':_0x42459f,'maxColumn':_0x1a4264};}['_setupColumnsRowsFixing'](){const _0x455607=this['editor'],_0x1f7cde=_0x455607['plugins']['get']('TrackChangesEditing'),_0x4f75c2=_0x455607['plugins']['get']('TableUtils');_0x455607['model']['document']['on']('change:data',()=>{const _0x36edee=Array['from'](_0x455607['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x4bebe2,data:_0x7cc126}of _0x36edee){const {group:_0x1d78c5,id:_0x191a21,subType:_0x2d14bb}=_0x1f7cde['_splitMarkerName'](_0x4bebe2);if('suggestion'!=_0x1d78c5)continue;if(null!=_0x7cc126['oldRange'])continue;const _0x480df7=_0x1f7cde['getSuggestion'](_0x191a21);this['_tablePostFixingSubtypes']['includes'](_0x2d14bb)&&this['_tableSuggestions']['add'](_0x480df7);}},{'priority':'low'});const _0x538dcb=(_0x22ee3e,_0x36d146)=>{let _0x12c802=!0x1;const _0x2d4d6d=_0x36d146['createRangeOn'](_0x22ee3e),_0x1f66d8=_0x22ee3e['findAncestor']('table'),_0x4af307=_0x4f75c2['getCellLocation'](_0x22ee3e);for(const _0x4cf8cd of this['_tableSuggestions']){const _0x354d0c=_0x4cf8cd['subType'],_0x16fcc4=_0x354d0c['startsWith']('tablePaste'),_0x1e36eb=_0x354d0c['substr'](_0x16fcc4?0xa:0x5),_0x54bbcd=_0x1e36eb['toLowerCase'](),_0x38a72c=_0x54bbcd['substr'](0x0,0x3)+'span',_0x2dd8d0='min'+_0x1e36eb,_0x37949b='max'+_0x1e36eb;if(!_0x4cf8cd['isInContent'])continue;if(_0x1f66d8!=_0x4cf8cd['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x4cf8cd['isIntersectingWithRange'](_0x2d4d6d))continue;const _0x2184e3=_0x22ee3e['hasAttribute'](_0x38a72c)?_0x22ee3e['getAttribute'](_0x38a72c)-0x1:0x0,_0x327e7a=this['_getSuggestionCoords'](_0x4cf8cd),_0x171104=_0x327e7a[_0x2dd8d0],_0x867d8c=_0x327e7a[_0x37949b];_0x171104<=_0x4af307[_0x54bbcd]&&_0x4af307[_0x54bbcd]+_0x2184e3<=_0x867d8c&&(_0x4cf8cd['addRange'](_0x2d4d6d),_0x12c802=!0x0);}return _0x12c802;};_0x455607['model']['document']['registerPostFixer'](_0x433b30=>{let _0x19ed38=!0x1;for(const _0x252291 of _0x455607['model']['document']['differ']['getChanges']())if('insert'==_0x252291['type']){if('tableRow'==_0x252291['name']){for(const _0x1699f0 of _0x252291['position']['nodeAfter']['getChildren']())_0x19ed38=_0x19ed38||_0x538dcb(_0x1699f0,_0x433b30);}else'tableCell'==_0x252291['name']&&(_0x19ed38=_0x19ed38||_0x538dcb(_0x252291['position']['nodeAfter'],_0x433b30));}return _0x19ed38;});}['_getSuggestionCoords'](_0x400ddf){return this['_getCoordsForCells'](_0x400ddf['getRanges']()['map'](_0x4f802a=>_0x4f802a['start']['nodeAfter']));}}function Ne(_0x39b57f){return Array['from'](new Set(_0x39b57f)['values']());}class Nt extends _0xb83fe9{static get['requires'](){return[Ct];}['afterInit'](){const _0x2b1afc=this['editor'],_0x5825cc=_0x2b1afc['model']['document']['selection'],_0x2892d1=_0x2b1afc['locale'];if(!_0x2b1afc['plugins']['has']('TableEditing'))return;const _0x512954=_0x2b1afc['plugins']['get']('TrackChangesEditing'),_0x37f4cc=_0x2b1afc['plugins']['get']('TableUtils'),_0x128b11=_0x2b1afc['plugins']['get'](Ct);_0x128b11['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x512954['enableCommand']('mergeTableCells',()=>{const _0xe034d2=_0x37f4cc['getSelectionAffectedTableCells'](_0x2b1afc['model']['document']['selection']);_0x2b1afc['model']['change'](()=>{_0x512954['markMultiRangeBlockFormat'](_0xe034d2,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x2b1afc['commands']['get']('mergeTableCells')['on']('execute',(_0x32f5f2,_0x565946)=>{_0x2b1afc['commands']['get']('trackChanges')['value']&&(_0x565946['length']>0x0&&_0x565946[_0x565946['length']-0x1]&&_0x565946[_0x565946['length']-0x1]['forceDefaultExecution']||_0x512954['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x32f5f2['stop']());},{'priority':'highest'});for(const _0x4351b6 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x2a5751=_0x2b1afc['commands']['get'](_0x4351b6);_0x512954['enableCommand'](_0x4351b6,()=>{const _0x11ca4c=_0x2b1afc['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x1de403=>_0x1de403['is']('element','tableCell')),_0x1d1ba7=_0x2a5751['value'];_0x2b1afc['model']['change'](()=>{_0x512954['markMultiRangeBlockFormat']([_0x11ca4c,_0x1d1ba7],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x8e306a of['splitTableCellVertically','splitTableCellHorizontally']){const _0xbb7193=_0x2b1afc['commands']['get'](_0x8e306a);_0x512954['enableCommand'](_0x8e306a,()=>{const _0x3e9d90=_0x37f4cc['getSelectionAffectedTableCells'](_0x2b1afc['model']['document']['selection'])[0x0],_0x33c95a=_0x3e9d90['findAncestor']('table'),{column:_0xe40c0a,row:_0x465b14}=_0x37f4cc['getCellLocation'](_0x3e9d90);let _0x2cf0cc=[];if('horizontally'==_0xbb7193['direction']){const _0x59260f=_0x37f4cc['createTableWalker'](_0x33c95a,{'startRow':_0x465b14,'endRow':_0x465b14,'includeAllSlots':!0x0});_0x2cf0cc=Array['from'](_0x59260f)['map'](_0x265e79=>_0x265e79['cell']);}else{const _0x36e10b=_0x37f4cc['createTableWalker'](_0x33c95a,{'column':_0xe40c0a,'includeAllSlots':!0x0});_0x2cf0cc=Array['from'](_0x36e10b)['map'](_0x19482d=>_0x19482d['cell']);}_0x2b1afc['model']['change'](_0x10f40a=>{_0x512954['markBlockFormat'](_0x10f40a['createRangeOn'](_0x3e9d90),{'commandName':_0x8e306a,'commandParams':[]},_0x2cf0cc,_0x8e306a);});});}_0x512954['descriptionFactory']['registerDescriptionCallback'](_0x47e4d1=>{if('formatBlock'!=_0x47e4d1['type']&&'formatInline'!=_0x47e4d1['type'])return;const {data:_0x6f41c}=_0x47e4d1;return _0x6f41c&&'mergeTableCells'==_0x6f41c['commandName']?{'type':'format','content':c(_0x2892d1,'*Merge\x20cells*')}:void 0x0;}),_0x512954['descriptionFactory']['registerDescriptionCallback'](_0x3ac42c=>{if('formatBlock'!=_0x3ac42c['type']&&'formatInline'!=_0x3ac42c['type'])return;const {data:_0x5d12cb}=_0x3ac42c;return _0x5d12cb?'splitTableCellVertically'==_0x5d12cb['commandName']?{'type':'format','content':c(_0x2892d1,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x5d12cb['commandName']?{'type':'format','content':c(_0x2892d1,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x4d439f=_0x128b11['_acceptFormatSuggestionCallbackFactory']();for(const _0x57d727 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x512954['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x57d727,'accept',_0x4d439f);for(const _0x365d00 of['splitTableCellVertically','splitTableCellHorizontally'])_0x512954['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x365d00,'accept',_0x4d439f);_0x512954['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x377e0a=>{_0x2b1afc['model']['change'](_0x26baf7=>{const _0x543e33=Array['from'](_0x5825cc['getRanges']())['map'](_0xd52e48=>_0x315628['fromRange'](_0xd52e48));_0x26baf7['setSelection'](_0x377e0a),_0x2b1afc['commands']['get']('mergeTableCells')['refresh'](),_0x2b1afc['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x1d2e85=_0x543e33['filter'](_0x2cdbe6=>'$graveyard'!=_0x2cdbe6['root']['rootName']);_0x1d2e85['length']>0x0&&_0x26baf7['setSelection'](_0x1d2e85);for(const _0x2c14a6 of _0x543e33)_0x2c14a6['detach']();});});for(const _0x1d7a85 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x3c140c=_0x2b1afc['commands']['get'](_0x1d7a85);_0x3c140c['on']('set:isEnabled',(_0x271e01,_0x4e86f5,_0x2b1646)=>{if(_0x2b1646){const _0x4f25da=_0x2b1afc['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x1e683f=>_0x1e683f['is']('element','tableCell'));this['_areMergableCells'](_0x3c140c['value'],_0x4f25da)||(_0x271e01['return']=!0x1,_0x271e01['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x3fd3bd=this['editor']['commands']['get']('mergeTableCells'),_0x34eff2=this['editor']['plugins']['get']('TableUtils');if(!_0x3fd3bd['isEnabled'])return!0x1;const _0x35d2c5=_0x34eff2['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x3824e4 of _0x35d2c5)for(const _0x28974b of _0x35d2c5)if(_0x3824e4!=_0x28974b&&!this['_areMergableCells'](_0x3824e4,_0x28974b))return!0x1;return!0x0;}['_areMergableCells'](_0x5c2ed5,_0x1282c3){const _0x16fc5b=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4c9511=this['editor']['model']['createRangeOn'](_0x5c2ed5),_0x389887=this['editor']['model']['createRangeOn'](_0x1282c3),_0x1aa73e=new Set(),_0x567348=new Set();for(const _0x4b25eb of _0x16fc5b['getSuggestions']())if(('insertion'==_0x4b25eb['type']||'deletion'==_0x4b25eb['type']||'mergeTableCells'==_0x4b25eb['subType'])&&_0x4b25eb['isInContent']){for(const _0x2651d1 of _0x4b25eb['getRanges']())_0x2651d1['containsRange'](_0x4c9511,!0x0)&&_0x1aa73e['add'](_0x4b25eb['type']+':'+_0x4b25eb['author']['id']),_0x2651d1['containsRange'](_0x389887,!0x0)&&_0x567348['add'](_0x4b25eb['type']+':'+_0x4b25eb['author']['id']);}if(_0x1aa73e['size']!=_0x567348['size'])return!0x1;for(const _0x10d0a5 of _0x1aa73e)if(!_0x567348['has'](_0x10d0a5))return!0x1;return!0x0;}}class Dt extends _0xb83fe9{static get['requires'](){return[Ct];}['afterInit'](){const _0x3029ea=this['editor'];if(!_0x3029ea['plugins']['has']('TableEditing'))return;const _0x3da6b8=_0x3029ea['locale'],_0x38d207=_0x3029ea['plugins']['get']('TrackChangesEditing');_0x38d207['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x38d207['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x38d207['registerBlockAttribute']('headingRows'),_0x38d207['registerBlockAttribute']('headingColumns'),_0x38d207['descriptionFactory']['registerAttributeLabel']('headingRows',c(_0x3da6b8,'FORMAT_HEADER_ROW')),_0x38d207['descriptionFactory']['registerAttributeLabel']('headingColumns',c(_0x3da6b8,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x30766c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3e6023=this['editor']['plugins']['get']('TableUtils'),_0x3f5307=this['editor']['plugins']['get'](Ct)['_acceptFormatSuggestionCallbackFactory']();function _0x4118ce({showActiveMarker:_0x48d093=!0x0,setDataAttribute:_0x5316ed=!0x0}={}){return(_0x573ae4,_0x2f62a4,_0x9178b9)=>{const {type:_0x2c0341,id:_0x88a816}=_0x30766c['_splitMarkerName'](_0x2f62a4['markerName']),_0x24ea6c=_0x30766c['getSuggestion'](_0x88a816),_0x1db2d3=_0x24ea6c['data'];if('formatBlock'!=_0x24ea6c['type']||!_0x1db2d3||'setTableColumnHeader'!=_0x1db2d3['commandName'])return;if(_0x2f62a4['item'])return void _0x573ae4['stop']();if(!_0x9178b9['consumable']['consume'](_0x2f62a4['markerRange'],_0x573ae4['name']))return;const _0x4aa212=_0x2f62a4['markerRange']['start']['nodeAfter'],_0x13ed8a=_0x2f62a4['markerRange']['end']['nodeBefore'],_0x1f3640=_0x4aa212['parent']['parent'],{column:_0x43a624}=_0x3e6023['getCellLocation'](_0x4aa212),{column:_0x474ee8}=_0x3e6023['getCellLocation'](_0x13ed8a);for(let _0x37a950=_0x43a624;_0x37a950<=_0x474ee8;_0x37a950++){const _0x440bb2=_0x3e6023['createTableWalker'](_0x1f3640,{'column':_0x37a950,'includeAllSlots':!0x1});for(const _0x1c6b68 of _0x440bb2){const _0x2f76d8=_0x1c6b68['cell'],_0x14b253=_0x9178b9['mapper']['toViewElement'](_0x2f76d8);_0x9178b9['writer']['addClass']('ck-suggestion-marker-'+_0x2c0341,_0x14b253),_0x5316ed&&_0x9178b9['writer']['setAttribute']('data-suggestion',_0x88a816,_0x14b253),_0x9178b9['mapper']['bindElementToMarker'](_0x14b253,_0x2f62a4['markerName']),_0x48d093&&(_0x30766c['activeMarkers']['includes'](_0x2f62a4['markerName'])?_0x9178b9['writer']['addClass']('ck-suggestion-marker--active',_0x14b253):_0x9178b9['writer']['removeClass']('ck-suggestion-marker--active',_0x14b253));}}};}_0x30766c['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x3f5307),_0x30766c['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x3f5307),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x4118ce(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x1b733e,_0x5214a2,_0x573792)=>{_0x573792['options']['showSuggestionHighlights']&&_0x4118ce({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x1b733e,_0x5214a2,_0x573792);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x4f899b,_0x44145e,_0x46cb97)=>{const {type:_0x51d465,id:_0xc1eb13}=_0x30766c['_splitMarkerName'](_0x44145e['markerName']),_0x114a45=_0x30766c['getSuggestion'](_0xc1eb13),_0x27fd36=_0x114a45['data'];if('formatBlock'!=_0x114a45['type']||!_0x27fd36||'setTableColumnHeader'!=_0x27fd36['commandName'])return;const _0x264a3a=_0x46cb97['mapper']['markerNameToElements'](_0x44145e['markerName']);if(_0x264a3a){for(const _0x208707 of _0x264a3a)_0x46cb97['writer']['removeClass']('ck-suggestion-marker-'+_0x51d465,_0x208707),_0x46cb97['writer']['removeClass']('ck-suggestion-marker--active',_0x208707),_0x46cb97['writer']['removeAttribute']('data-suggestion',_0x208707),_0x46cb97['mapper']['unbindElementFromMarkerName'](_0x208707,_0x44145e['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x51e736=this['editor'],_0x4ad296=_0x51e736['locale'];function _0x480813(_0x4785ec){return{'type':'format','content':c(_0x4ad296,'*Format:*\x20%0',_0x4785ec)};}_0x51e736['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5ddcf7=>{if('formatBlock'!=_0x5ddcf7['type'])return;const {data:_0x376b04}=_0x5ddcf7;if(_0x376b04){if('setTableRowHeader'==_0x376b04['commandName']){const _0x2cc189=_0x376b04['commandParams'][0x0]['forceValue'];return _0x480813(c(_0x4ad296,_0x2cc189?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x376b04['commandName']){const _0x10111f=_0x376b04['commandParams'][0x0]['forceValue'];return _0x480813(c(_0x4ad296,_0x10111f?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Be=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],xe=Object['fromEntries'](Be['map'](_0x3a8cd0=>[_0x3a8cd0,null]));class Mt extends _0xb83fe9{static get['requires'](){return[Ct];}['afterInit'](){const _0x28ae1b=this['editor'];if(!_0x28ae1b['plugins']['has']('TableClipboard'))return;const _0x3415ef=_0x28ae1b['plugins']['get']('TrackChangesEditing'),_0x2fc041=_0x28ae1b['plugins']['get']('TableUtils'),_0x4109c9=_0x28ae1b['plugins']['get'](Ct),_0x3473f3=_0x28ae1b['plugins']['get']('TableClipboard');_0x4109c9['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x28ae1b['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x28ae1b['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x5e3c1e=null;_0x28ae1b['model']['on']('insertContent',(_0x1d6e77,_0x4f4cec)=>{const [_0x1af43a,_0x3eb392]=_0x4f4cec,_0x51521c=_0x4f4cec[_0x4f4cec['length']-0x1];_0x51521c&&_0x51521c['forceDefaultExecution']||_0x3415ef['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x39c63f,_0x387696,_0x1fc5c0,_0x317db1,_0x5508b1){if(_0x387696&&!_0x387696['is']('documentSelection'))return!0x1;const _0xacdb90=_0x5508b1['getTableIfOnlyTableInContent'](_0x39c63f,_0x1fc5c0);if(!_0xacdb90||!Ue(_0xacdb90,void 0x0,_0x317db1))return!0x1;const _0x5cbd2d=_0x317db1['getSelectionAffectedTableCells'](_0x1fc5c0['document']['selection']);if(!_0x5cbd2d['length'])return!0x1;const _0x53255c=_0x5cbd2d[0x0]['findAncestor']('table'),_0x12473b=_0x317db1['getRowIndexes'](_0x5cbd2d),_0x283383=_0x317db1['getColumnIndexes'](_0x5cbd2d),_0x532736={'startRow':_0x12473b['first'],'endRow':_0x12473b['last'],'startColumn':_0x283383['first'],'endColumn':_0x283383['last']};return 0x1==_0x5cbd2d['length']&&(_0x532736['endRow']+=_0x317db1['getRows'](_0xacdb90)-0x1,_0x532736['endColumn']+=_0x317db1['getColumns'](_0xacdb90)-0x1),Ue(_0x53255c,_0x532736,_0x317db1);}(_0x1af43a,_0x3eb392,_0x28ae1b['model'],_0x2fc041,_0x3473f3)&&(_0x1d6e77['stop'](),_0x5e3c1e={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x28ae1b['model']['change'](()=>{_0x28ae1b['model']['insertContent'](_0x4f4cec[0x0],_0x4f4cec[0x1],_0x4f4cec[0x2],{'forceDefaultExecution':!0x0});const _0x42441b=_0x429b71(),{rowInsertionRanges:_0x186529,columnInsertionRanges:_0x267773,insertionRanges:_0x3065b0,deletionRanges:_0x1ad213,cells:_0x476ea6}=_0x5e3c1e;_0x186529['length']&&_0x3415ef['markMultiRangeInsertion'](_0x186529,'tablePasteRow',{'tablePasteChainId':_0x42441b}),_0x267773['length']&&_0x3415ef['markMultiRangeInsertion'](_0x267773,'tablePasteColumn',{'tablePasteChainId':_0x42441b}),_0x3065b0['length']&&(_0x3415ef['markMultiRangeInsertion'](_0x3065b0,'tablePaste',{'tablePasteChainId':_0x42441b,'skipNestingCheck':!0x0}),_0x3065b0['forEach'](_0x1ae16c=>_0x1ae16c['detach']?.())),_0x1ad213['length']&&(_0x3415ef['markMultiRangeDeletion'](_0x1ad213,'tablePaste',{'tablePasteChainId':_0x42441b,'skipNestingCheck':!0x0}),_0x1ad213['forEach'](_0x127820=>_0x127820['detach']?.()));const _0x223a0b=_0x3415ef['markMultiRangeBlockFormat'](_0x476ea6['map'](({element:_0x4b1f08})=>_0x4b1f08),{'formatGroupId':_0x429b71()},[],'tablePasteCell',{'tablePasteChainId':_0x42441b});if(_0x223a0b){const _0x2b9d47=_0x223a0b['getMarkers'](),_0x3f7309=[];for(const {element:_0x161018,attributes:_0x1435eb}of _0x476ea6){if(!_0x1435eb)continue;const _0x5bc894=_0x28ae1b['model']['createRangeOn'](_0x161018),_0x54e36c=_0x2b9d47['find'](_0x198cc9=>_0x198cc9['getRange']()['isEqual'](_0x5bc894));_0x54e36c&&_0x3f7309['push']([_0x54e36c['name'],_0x1435eb]);}_0x3f7309['length']&&_0x223a0b['setAttribute']('markerAttributes',Object['fromEntries'](_0x3f7309));}_0x5e3c1e=null;}));},{'priority':_0xc373b8['high']+0xa}),_0x28ae1b['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x1fd3cf,_0x10a999)=>{const [_0x74252e,_0x1dd8e7,,_0x4199cd]=_0x10a999;if(!_0x5e3c1e)return;_0x1fd3cf['stop']();const _0x2a0a42=_0x74252e['cell'],_0x1a7541=_0x1dd8e7,_0x2bc6ca=Oe(_0x2a0a42),_0x626ac7=Oe(_0x1a7541);_0x1fd3cf['return']=_0x2a0a42;let _0x39d138=null,_0x29063f=null;if(_0x626ac7||_0x2bc6ca){if(_0x2bc6ca&&!_0x626ac7){_0x4199cd['remove'](_0x2a0a42['getChild'](0x0));for(const _0x1c176c of Array['from'](_0x1a7541['getChildren']()))_0x4199cd['insert'](_0x1c176c,_0x2a0a42,'end');const _0x5810b2=_0x5e3c1e['rowInsertionIndexes']['includes'](_0x74252e['row']),_0x8762e4=_0x5e3c1e['columnInsertionIndexes']['includes'](_0x74252e['column']);_0x5810b2||_0x8762e4||(_0x39d138=_0x315628['fromRange'](_0x4199cd['createRangeIn'](_0x2a0a42)));}else _0x626ac7&&!_0x2bc6ca&&(_0x29063f=_0x4199cd['createRangeIn'](_0x2a0a42));}else{const _0x306469=_0x4199cd['createElement']('tableCellSuggestion'),_0x48feb4=_0x4199cd['createElement']('tableCellSuggestion');_0x4199cd['wrap'](_0x4199cd['createRangeIn'](_0x2a0a42),_0x48feb4),_0x4199cd['insert'](_0x306469,_0x2a0a42,0x0);for(const _0x26fadd of Array['from'](_0x1a7541['getChildren']()))_0x4199cd['insert'](_0x26fadd,_0x306469,'end');_0x39d138=_0x315628['fromRange'](_0x4199cd['createRangeOn'](_0x306469)),_0x29063f=_0x315628['fromRange'](_0x4199cd['createRangeOn'](_0x48feb4));}const _0x3086d8=Array['from'](_0x1a7541['getAttributes']())['filter'](([_0x1e724f])=>Be['includes'](_0x1e724f));_0x5e3c1e['cells']['push']({'element':_0x2a0a42,'attributes':_0x3086d8['length']?Object['fromEntries'](_0x3086d8):null}),_0x39d138&&_0x5e3c1e['insertionRanges']['push'](_0x39d138),_0x29063f&&_0x5e3c1e['deletionRanges']['push'](_0x29063f);},{'priority':'high'}),_0x2fc041['on']('insertColumns',(_0x9ed4b9,_0x5890dc)=>{const [_0x1c0c29,_0x3b180e={}]=_0x5890dc;if(!_0x5e3c1e)return;const _0xcc28ce=_0x3b180e['at']||0x0,_0x2dd7c7=_0x3b180e['columns']||0x1;_0x5e3c1e['columnInsertionIndexes']=new Array(_0x2dd7c7)['fill'](_0xcc28ce)['map']((_0x19ec0e,_0x1ff926)=>_0x19ec0e+_0x1ff926);for(const {cell:_0x5d064b}of _0x2fc041['createTableWalker'](_0x1c0c29,{'startColumn':_0xcc28ce,'endColumn':_0xcc28ce+_0x2dd7c7-0x1}))_0x5e3c1e['columnInsertionRanges']['push'](_0x28ae1b['model']['createRangeOn'](_0x5d064b));},{'priority':'low'}),_0x2fc041['on']('insertRows',(_0x5c4617,_0x1d1c82)=>{const [_0x492380,_0x2dec0d={}]=_0x1d1c82;if(!_0x5e3c1e)return;const _0x183853=_0x2dec0d['at']||0x0,_0x3c9d77=_0x2dec0d['rows']||0x1;_0x5e3c1e['rowInsertionIndexes']=new Array(_0x3c9d77)['fill'](_0x183853)['map']((_0x416c06,_0x22168a)=>_0x416c06+_0x22168a);for(const {cell:_0x4243d3}of _0x2fc041['createTableWalker'](_0x492380,{'startRow':_0x183853,'endRow':_0x183853+_0x3c9d77-0x1}))_0x5e3c1e['rowInsertionRanges']['push'](_0x28ae1b['model']['createRangeOn'](_0x4243d3));},{'priority':'low'}),_0x3415ef['descriptionFactory']['registerDescriptionCallback'](_0x1bdb1a=>{if(_0x1bdb1a['subType']&&_0x1bdb1a['subType']['startsWith']('tablePaste'))return _0x1bdb1a['previous']?{}:{'type':'insertion','content':c(_0x28ae1b['locale'],'*Replace\x20table\x20cells*')};});const _0x2dbeb1=()=>!0x1;for(const _0x10ae85 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x3415ef['_suggestionFactory']['registerCustomCallback']('insertion',_0x10ae85,'join',_0x2dbeb1),_0x3415ef['_suggestionFactory']['registerCustomCallback']('deletion',_0x10ae85,'join',_0x2dbeb1),_0x3415ef['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x10ae85,'join',_0x2dbeb1);_0x3415ef['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x2dbeb1),_0x3415ef['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x323d85,_0x2246f0,_0x1736c6)=>{const _0x5e6580=_0x323d85['map'](_0x576413=>_0x576413['getContainedElement']())['filter'](_0x3039f6=>_0x3039f6),_0xafbae2=new Map(_0x5e6580['map'](_0x1fc4db=>[_0x1fc4db,null]));if(_0x5e3c1e){for(const {element:_0x867960,attributes:_0xda7915}of _0x5e3c1e['cells'])_0xda7915&&_0xafbae2['set'](_0x867960,_0xda7915);}else{if(_0x1736c6&&_0x1736c6['markerAttributes'])for(const [_0xbef5b7,_0x35ff66]of Object['entries'](_0x1736c6['markerAttributes'])){const _0x4051ea=_0x28ae1b['model']['markers']['get'](_0xbef5b7),_0x4f9b6a=_0x4051ea?_0x4051ea['getRange']()['getContainedElement']():null;_0x4f9b6a&&_0xafbae2['set'](_0x4f9b6a,_0x35ff66);}}_0x28ae1b['model']['change'](_0x2eb8eb=>{for(const [_0x80703,_0x1e018a]of _0xafbae2)_0x2eb8eb['setAttributes']({...xe,..._0x1e018a},_0x80703);});});const _0x44ce06=(_0x245fb8,_0x36ae08)=>{_0x3415ef['_suggestionFactory']['registerCustomCallback'](_0x245fb8,'tablePaste',_0x36ae08,(_0x85001d,_0x4d9f76,_0x4f86e1)=>{_0x28ae1b['model']['change'](_0x52fc8f=>{const _0x16d9c8=[];for(const _0x5c506c of _0x85001d){const _0xeb1d2f=_0x5c506c['start']['nodeAfter'];_0xeb1d2f['is']('element','tableCellSuggestion')&&_0x16d9c8['push'](_0xeb1d2f);}_0x3415ef['_suggestionFactory']['getSuggestionCallback'](_0x245fb8,null,_0x36ae08)(_0x85001d,_0x4d9f76,_0x4f86e1);for(const _0x214cf9 of _0x16d9c8)'$graveyard'!=_0x214cf9['root']['rootName']&&_0x52fc8f['unwrap'](_0x214cf9);});});};_0x44ce06('insertion','accept'),_0x44ce06('insertion','discard'),_0x44ce06('deletion','accept'),_0x44ce06('deletion','discard'),_0x3415ef['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x5f5450=>{const _0x1eb70=_0x5f5450['map'](_0x4b376=>_0x4b376['getContainedElement']()),_0x1665ef=_0x1eb70[0x0]['findAncestor']('table'),{minRow:_0x263282,maxRow:_0x19e1c3}=_0x4109c9['_getCoordsForCells'](_0x1eb70);_0x2fc041['removeRows'](_0x1665ef,{'at':_0x263282,'rows':_0x19e1c3-_0x263282+0x1});}),_0x3415ef['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x45ebc5=>{const _0x1d51c9=_0x45ebc5['map'](_0x5f2f2c=>_0x5f2f2c['getContainedElement']()),_0xdedd72=_0x1d51c9[0x0]['findAncestor']('table'),{minColumn:_0x16ad5a,maxColumn:_0x314a4c}=_0x4109c9['_getCoordsForCells'](_0x1d51c9);_0x2fc041['removeColumns'](_0xdedd72,{'at':_0x16ad5a,'columns':_0x314a4c-_0x16ad5a+0x1});});const _0x3e5665=(_0x3ca7ec,_0x41f122)=>{if(!_0x41f122['subType']||!_0x41f122['subType']['startsWith']('tablePaste'))return;const _0x351abc=_0x41f122['attributes']['tablePasteChainId'],_0x2dd8de=_0x3415ef['getSuggestions']()['filter'](_0x1f5050=>_0x1f5050['isInContent']&&_0x1f5050['attributes']&&_0x1f5050['attributes']['tablePasteChainId']==_0x351abc);_0x2dd8de['length']&&_0x41f122['getAllAdjacentSuggestions']()['length']!=_0x2dd8de['length']&&_0x2dd8de['reduce']((_0x135011,_0x452d2f)=>(_0x135011['next']=_0x452d2f,_0x452d2f['previous']=_0x135011,_0x452d2f));};function _0x43aa44(_0x3a30d8,_0x270ec0=!0x0){const {id:_0xada233,authorId:_0x4d656c}=_0x3415ef['_splitMarkerName'](_0x3a30d8['markerName']),_0x78597e=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x36af4f=_0x3415ef['activeMarkers']['includes'](_0x3a30d8['markerName']);return _0x36af4f&&_0x78597e['push']('ck-suggestion-marker--active'),{'classes':_0x78597e,'attributes':{'data-suggestion':_0xada233,'data-author-id':_0x4d656c},'priority':_0x36af4f&&_0x270ec0?0xbc2:0xbb8};}_0x3415ef['on']('suggestionLoaded',_0x3e5665,{'priority':'high'}),_0x3415ef['on']('suggestionUnloaded',_0x3e5665,{'priority':'high'}),_0x28ae1b['model']['document']['registerPostFixer'](()=>{let _0x96a03a=!0x1;const _0x31ed88=Array['from'](_0x28ae1b['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2f53be,data:_0x2035b8}of _0x31ed88){const {group:_0x9d51ec,type:_0x4a7e49,id:_0x49e706}=_0x3415ef['_splitMarkerName'](_0x2f53be);if('suggestion'!=_0x9d51ec||'deletion'!=_0x4a7e49||_0x2035b8['oldRange'])continue;if(!_0x3415ef['hasSuggestion'](_0x49e706))continue;const _0x3269a3=_0x3415ef['getSuggestion'](_0x49e706)['getRanges'](),_0x48e527=_0x28ae1b['plugins']['get']('Users')['me'];for(const _0x259fbf of _0x3415ef['getSuggestions']()){if(!_0x259fbf['isInContent']||_0x259fbf['author']!=_0x48e527)continue;if('formatBlock'!=_0x259fbf['type']||'tablePasteCell'!=_0x259fbf['subType'])continue;if(_0x259fbf['getRanges']()['every'](_0x55a286=>_0x3269a3['some'](_0x2ebc38=>_0x2ebc38['containsRange'](_0x55a286,!0x0)))){for(const _0x421cfe of _0x259fbf['getAllAdjacentSuggestions']())_0x421cfe['isInContent']&&(_0x421cfe['discard'](),_0x96a03a=!0x0);}}}return _0x96a03a;}),_0x28ae1b['model']['document']['registerPostFixer'](_0x479f81=>{const _0x382957=_0x28ae1b['commands']['get']('redo');if(!_0x382957||!_0x382957['_createdBatches']['has'](_0x479f81['batch']))return!0x1;let _0x119180=!0x1;const _0x4dde8d=_0x28ae1b['plugins']['get']('Users')['me'],_0x1f3c24=_0x28ae1b['model']['document']['differ']['getChanges'](),_0x108038=Array['from'](_0x28ae1b['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x5809fd,data:_0x6de927})=>{const {group:_0x1db787,subType:_0x2488fd,authorId:_0x552481}=_0x3415ef['_splitMarkerName'](_0x5809fd);return'suggestion'==_0x1db787&&'tablePaste'==_0x2488fd&&_0x552481==_0x4dde8d['id']&&!_0x6de927['oldRange'];});for(const _0x25fc96 of _0x1f3c24){if('insert'!=_0x25fc96['type']||'tableCellSuggestion'!=_0x25fc96['name']||0x1!=_0x25fc96['length'])continue;const _0x53fc77=_0x479f81['createRange'](_0x25fc96['position'],_0x25fc96['position']['getShiftedBy'](0x1));if(!_0x108038['find'](({data:_0x2265b3})=>_0x2265b3['newRange']['isEqual'](_0x53fc77))){for(const {name:_0x4efde0,data:_0xd5b96b}of _0x108038)if(_0x53fc77['containsRange'](_0xd5b96b['newRange'])){_0x479f81['updateMarker'](_0x4efde0,{'range':_0x53fc77}),_0x119180=!0x0;break;}}}return _0x119180;}),_0x28ae1b['model']['document']['registerPostFixer'](_0xa810c2=>{let _0x41c6ab=!0x1;const _0x33ff1a=_0x28ae1b['plugins']['get']('Users')['me'],_0x181b23=_0x3415ef['getSuggestions']()['filter'](_0x5d2ff5=>_0x5d2ff5['isInContent']&&_0x5d2ff5['author']==_0x33ff1a),_0x3b419b=new Set(),_0x522691=new Set();for(const _0xd4d594 of _0x181b23)if('tablePaste'==_0xd4d594['subType'])for(const _0x373890 of _0xd4d594['getMarkers']()){const _0x4935af=_0x373890['getRange']()['getContainedElement']();if(_0x4935af){if(_0x4935af['is']('element','tableCellSuggestion')&&Oe(_0x4935af)){_0xd4d594['removeMarker'](_0x373890['name']),_0x3b419b['add'](_0x4935af),_0x41c6ab=!0x0;const _0xd255e3=_0x4935af['nextSibling'],_0x5a6f4a=_0x4935af['previousSibling'],_0x407423=_0xd255e3&&_0xd255e3['is']('element','tableCellSuggestion'),_0x6cdcfb=_0x5a6f4a&&_0x5a6f4a['is']('element','tableCellSuggestion');_0x407423&&!_0x3b419b['has'](_0xd255e3)&&_0x522691['add'](_0xd255e3),_0x6cdcfb&&!_0x3b419b['has'](_0x5a6f4a)&&_0x522691['add'](_0x5a6f4a);}else _0x4935af['is']('element','paragraph')&&_0x4935af['isEmpty']&&(_0xd4d594['removeMarker'](_0x373890['name']),_0x41c6ab=!0x0);}}else{if('tablePasteCell'==_0xd4d594['subType']){if(!_0xd4d594['attributes']||!_0xd4d594['attributes']['tablePasteChainId'])continue;const _0x501096=_0xd4d594['attributes']['markerAttributes'];if(_0x501096&&Object['keys'](_0x501096)['length'])continue;const _0x4d50b3=_0xd4d594['attributes']['tablePasteChainId'];let _0x519cf5=!0x0,_0x3120a6=!0x0;for(const _0x383326 of _0x181b23)if(_0x383326['subType']&&_0x383326['subType']['startsWith']('tablePaste')){if(!_0x383326['attributes']['tablePasteChainId']){_0x3120a6=!0x1;break;}if(_0x383326['id']!=_0xd4d594['id']&&_0x383326['attributes']['tablePasteChainId']==_0x4d50b3){_0x519cf5=!0x1;break;}}_0x3120a6&&_0x519cf5&&(_0xd4d594['removeMarkers'](),_0x41c6ab=!0x0);}}for(const _0x217de8 of _0x3b419b)_0xa810c2['remove'](_0x217de8);for(const _0x2adcf0 of _0x522691)_0xa810c2['unwrap'](_0x2adcf0);return _0x41c6ab;}),_0x28ae1b['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x43baf2=>_0x43aa44(_0x43baf2),'converterPriority':'high'}),_0x28ae1b['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x4ac0ac,_0x49f17c)=>_0x49f17c['options']['showSuggestionHighlights']?_0x43aa44(_0x4ac0ac,!0x1):null,'converterPriority':'high'});const _0x22ae5a=_0x28ae1b['editing']['view'];this['listenTo'](_0x22ae5a['document'],'clipboardOutput',(_0x1d7fdc,_0x526c9a)=>{const _0x89c3f0=[];for(const _0x76e0fb of _0x22ae5a['createRangeIn'](_0x526c9a['content'])['getItems']())_0x76e0fb['is']('element','suggestion-td')&&_0x89c3f0['push'](_0x76e0fb);_0x22ae5a['change'](_0x597dd5=>{for(const _0x56494f of _0x89c3f0)_0x597dd5['move'](_0x597dd5['createRangeIn'](_0x56494f),_0x597dd5['createPositionBefore'](_0x56494f)),_0x597dd5['remove'](_0x56494f);});});}}function Oe(_0x1a590e){if(_0x1a590e['isEmpty'])return!0x0;const _0x4479ab=_0x1a590e['getChild'](0x0);return _0x4479ab['is']('element','paragraph')&&_0x4479ab['isEmpty'];}function Ue(_0x5f1fb3,_0x58c169={},_0x94a71e){for(const {isAnchor:_0x35909c,cellHeight:_0x3988f0,cellWidth:_0x44dd2f}of _0x94a71e['createTableWalker'](_0x5f1fb3,{'includeAllSlots':!0x0,..._0x58c169}))if(!_0x35909c||0x1!=_0x3988f0||0x1!=_0x44dd2f)return!0x1;return!0x0;}class $t extends _0xb83fe9{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x8dc125=this['editor']['plugins']['get']('TrackChangesEditing');_0x8dc125['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x8dc125['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x8dc125['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x8dc125['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x8dc125['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x8dc125['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x1725ad,_0x2e4757){const _0x19f039=this['editor']['plugins']['get']('TrackChangesEditing'),_0x36a32f=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x268b89=_0x2e4757['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x7e3b8a=_0x36a32f['getColumnGroupElement'](_0x268b89);let _0x1d9015=_0x7e3b8a?_0x36a32f['getTableColumnsWidths'](_0x7e3b8a):null,_0x54686d=_0x268b89['getAttribute']('tableWidth')||null;const _0x51d50f=_0x2e4757['tableWidth']||_0x54686d,_0x51ee92=_0x2e4757['columnWidths']||_0x1d9015,_0x2092b6=this['editor']['plugins']['get']('Users')['me'];for(const _0x319f86 of _0x19f039['getSuggestions']()){const _0x100849=_0x319f86['getContainedElement']();if('resizeTable'===_0x319f86['subType']&&_0x100849===_0x268b89){_0x319f86['author']!==_0x2092b6&&_0x319f86['discard']();const _0x3411ae=_0x319f86['data']['commandParams'];_0x54686d=_0x3411ae[0x0]['tableWidth'],_0x1d9015=_0x3411ae[0x0]['columnWidths'];break;}}_0x1725ad({'table':_0x268b89,'tableWidth':_0x51d50f,'columnWidths':_0x51ee92}),_0x19f039['markBlockFormat'](_0x268b89,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x54686d,'columnWidths':_0x1d9015}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x34db07){if('formatBlock'!=_0x34db07['type']&&'formatInline'!=_0x34db07['type'])return;const {data:_0x47c117}=_0x34db07;if(_0x47c117&&'resizeTable'===_0x47c117['formatGroupId']){const _0x270ca5='*Format:*\x20resize\x20table';return{'type':'format','content':c(this['editor']['locale'],_0x270ca5)};}}}class Bt extends _0xb83fe9{['afterInit'](){const _0x217cb2=this['editor'];_0x217cb2['plugins']['has']('Template')&&_0x217cb2['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Ot extends _0xb83fe9{['afterInit'](){const _0x41eb51=this['editor'];if(!_0x41eb51['commands']['get']('insertTableOfContents'))return;_0x41eb51['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x24835b=_0x41eb51['plugins']['get']('TrackChangesEditing'),_0x26f6e7=_0x41eb51['locale'];_0x24835b['descriptionFactory']['registerElementLabel']('tableOfContents',_0x218050=>c(_0x26f6e7,'ELEMENT_TABLE_OF_CONTENTS',_0x218050));}}class Rt extends _0xb83fe9{['afterInit'](){const _0x1b6409=this['editor'];if(!_0x1b6409['plugins']['has']('Title'))return;const _0x344b44=_0x1b6409['plugins']['get']('TrackChangesEditing');_0x344b44['descriptionFactory']['registerElementLabel']('title-content',()=>c(_0x1b6409['locale'],'ELEMENT_TITLE')),_0x1b6409['model']['document']['registerPostFixer'](_0xb82fae=>{let _0xfcecd9=!0x1;const _0x50e45c=Array['from'](_0x1b6409['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1f57f9,data:_0x56dd1e}of _0x50e45c){const {group:_0x1369c4}=_0x344b44['_splitMarkerName'](_0x1f57f9);if('suggestion'!==_0x1369c4||!_0x56dd1e['newRange'])continue;const _0x54f570=_0x56dd1e['newRange'],_0x5ea939=_0x54f570['end']['nodeBefore'];if(!_0x5ea939||!_0x5ea939['is']('element','title-content'))continue;if(!_0x54f570['start']['isTouching'](_0x54f570['end']))continue;const _0x231777=_0x1b6409['model']['schema']['getNearestSelectionRange'](_0x54f570['end'],'forward');if(_0x231777&&_0x231777['isCollapsed']){const _0xaca7fa=_0xb82fae['createRange'](_0x54f570['start'],_0x231777['start']);_0xaca7fa['isEqual'](_0x54f570)||(_0xb82fae['updateMarker'](_0x1f57f9,{'range':_0xaca7fa}),_0xfcecd9=!0x0);}_0xfcecd9||(_0xb82fae['removeMarker'](_0x1f57f9),_0xfcecd9=!0x0);}return _0xfcecd9;});}}class xt extends _0xb83fe9{['afterInit'](){const _0x266fe7=this['editor'],_0x563cf0=_0x266fe7['plugins']['get']('TrackChangesEditing');_0x266fe7['plugins']['has']('Uploadcare')&&(_0x563cf0['enableCommand']('uploadcare'),_0x266fe7['plugins']['has']('UploadcareImageEdit')&&(_0x563cf0['enableCommand']('uploadcareImageEdit'),_0x563cf0['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x563cf0['registerBlockAttribute']('uploadcareImageId'),_0x563cf0['descriptionFactory']['registerDescriptionCallback'](_0x5b0724=>{if('attribute'!=_0x5b0724['type'])return;const {data:_0x2d5eb8}=_0x5b0724;return _0x2d5eb8&&'uploadcareImageId'==_0x2d5eb8['key']?{'type':'format','content':''}:void 0x0;})));}}class Tt extends _0xb83fe9{['afterInit'](){const _0x2a831b=this['editor'],_0x1dc747=_0x2a831b['plugins']['get']('TrackChangesEditing');_0x2a831b['plugins']['has']('UndoEditing')&&(_0x1dc747['enableCommand']('undo'),_0x1dc747['enableCommand']('redo'));}}class Et extends _0xb83fe9{static get['requires'](){return[Ct];}['afterInit'](){const _0x30ee58=this['editor'];if(!_0x30ee58['plugins']['has']('TableCaptionEditing'))return;_0x30ee58['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Ut extends _0xb83fe9{['tableProperties'];['tableCellProperties'];constructor(_0xa85fd7){super(_0xa85fd7),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 _0x2fe6ec=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x5c6df0 of this['tableProperties'])_0x2fe6ec['enableCommand'](_0x5c6df0,(_0x433ff8,_0x3db8b5)=>{const _0x28538f=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x5c6df0,[_0x28538f],this['tableProperties'],'tableProperties',_0x433ff8,_0x3db8b5);});_0x2fe6ec['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x2fe6ec['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2fe6ec['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x328884,_0x5a5989)=>this['handleDiscardAction'](this['tableProperties'],_0x328884,_0x5a5989)),_0x2fe6ec['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x15fca2 of this['tableCellProperties'])_0x2fe6ec['enableCommand'](_0x15fca2,(_0x550605,_0x31d326)=>{const _0x116bb4=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x15fca2,_0x116bb4,this['tableCellProperties'],'tableCellProperties',_0x550605,_0x31d326);});_0x2fe6ec['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x2fe6ec['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2fe6ec['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x75c9b6,_0x32f5a4)=>this['handleDiscardAction'](this['tableCellProperties'],_0x75c9b6,_0x32f5a4)),_0x2fe6ec['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x2fe6ec['descriptionFactory']['registerDescriptionCallback'](_0x56f34f=>this['handleSuggestionDescription'](_0x56f34f));}['_handlePropertyChange'](_0x497178,_0xc52277,_0xd08c33,_0x5f2ed2,_0x5b6dae,_0x3e3cc0){const _0x1bd638=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x3e3cc0['batch'],()=>{for(const _0x4290ec of _0xc52277){if(this['_getSuggestion'](_0x4290ec,_0x5f2ed2))_0x5b6dae(_0x3e3cc0);else{const _0x4dc4d1={};for(const _0x3b02fa of _0xd08c33){const _0x286639=_0x4290ec['getAttribute'](_0x3b02fa);void 0x0!==_0x286639&&(_0x4dc4d1[_0x3b02fa]=_0x286639);}_0x5b6dae(_0x3e3cc0),_0x1bd638['markBlockFormat'](_0x4290ec,{'commandParams':[_0x4dc4d1]},[],_0x5f2ed2);}}});}['handleDiscardAction'](_0x3bba31,_0x2432dd,_0x1936e8){const _0x17339=_0x2432dd[0x0]['start']['nodeAfter'],_0x1c96be=_0x1936e8['commandParams'][0x0];this['editor']['model']['change'](_0x456fbe=>{for(const _0x61ccbe of _0x3bba31)void 0x0!==_0x1c96be[_0x61ccbe]?_0x456fbe['setAttribute'](_0x61ccbe,_0x1c96be[_0x61ccbe],_0x17339):_0x456fbe['removeAttribute'](_0x61ccbe,_0x17339);});}['handleSuggestionDescription'](_0x117cbe){if(_0x117cbe['data'])switch(_0x117cbe['subType']){case'tableProperties':return{'type':'format','content':c(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':c(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x27d274,_0x492289){const _0xc1ef16=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x462624 of _0xc1ef16['getSuggestions']({'skipNotAttached':!0x0})){const _0x5a4f97=_0x462624['getContainedElement']();if(_0x462624['subType']===_0x492289&&_0x5a4f97===_0x27d274)return _0x462624;}return null;}}const u='$elementName';class p extends _0xb83fe9{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x54b124,_0x33cfe8,U,V,F,G,L,K,J,H,q,z,X,Y,Z,tt,et,nt,it,st,ot,rt,ct,at,ut,ft,ht,gt,Q,kt,lt,W,Se,dt,pt,wt,bt,yt,jt,St,At,It,_t,vt,Ct,Nt,Dt,Et,Mt,$t,Ot,Ut,Bt,Rt,xt,Tt];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x294039){super(_0x294039),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x39e2be,_0x56fefa,_0xfa8154,_0x3dd089)=>{this['_model']['change'](()=>{for(const _0x428233 of[..._0x3dd089,..._0xfa8154])this['_model']['markers']['has'](_0x428233)&&_0x294039['editing']['reconvertMarker'](_0x428233);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Ft(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x294039['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this['_blockAttributeKeys']=new Set([u]),this['_inlineAttributeKeys']=new Set(),_0x294039['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x294039['config']['get']('trackChanges.trackFormatChanges'),_0x294039['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x294039['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x294039,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x5ddfcd=this['editor'],_0x5a57fe=(_0x245c76,_0x3c4fbe)=>{if('attribute'!=_0x245c76)return'ck-suggestion-marker-'+_0x245c76;const _0x1e2bde=_0x3c4fbe['split']('|')[0x0];return this['_isBlockAttribute'](_0x1e2bde)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x5ddfcd['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x4a71d8=>{const {id:_0x238012,authorId:_0x54048e,type:_0x5977d7,subType:_0x4ca11a}=this['_splitMarkerName'](_0x4a71d8['markerName']),_0x3cbbd2=['ck-suggestion-marker',_0x5a57fe(_0x5977d7,_0x4ca11a)];let _0x42d7e7=0xbb8;return this['activeMarkers']['includes'](_0x4a71d8['markerName'])&&(_0x3cbbd2['push']('ck-suggestion-marker--active'),_0x42d7e7=0xbc2),'deletion'==_0x5977d7&&(_0x42d7e7+=0x5),{'classes':_0x3cbbd2,'attributes':{'data-suggestion':_0x238012,'data-author-id':_0x54048e},'priority':_0x42d7e7};}}),_0x5ddfcd['conversion']['for']('dataDowncast')['add'](_0x13dcee=>{_0x13dcee['on']('addMarker:suggestion',(_0x4ce925,_0x161d05,_0x5d6090)=>{if(!_0x5d6090['options']['showSuggestionHighlights'])return;const _0x48374f=_0x161d05['item'];if(!_0x48374f)return;const _0x23f433=_0x5d6090['mapper']['toViewElement'](_0x48374f);_0x5ddfcd['model']['schema']['isObject'](_0x48374f)&&_0x23f433&&!_0x23f433['getCustomProperty']('widget')&&_0x23f433['is']('containerElement')&&_0x3dd96f(_0x23f433,_0x5d6090['writer']);},{'priority':'high'});}),_0x5ddfcd['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x4fafad,_0x430ad0)=>{if(!_0x430ad0['options']['showSuggestionHighlights'])return null;const {type:_0x99793f,subType:_0xcffd3d}=this['_splitMarkerName'](_0x4fafad['markerName']);return{'classes':['ck-suggestion-marker',_0x5a57fe(_0x99793f,_0xcffd3d)],'priority':0xbb8};}});const _0x5ccbdd=({showActiveMarkers:_0x389ce2=!0x0,isAttributeSuggestion:_0x53c977=!0x1}={})=>(_0x4a4159,_0x519a2a,_0x29b148)=>{if(!_0x519a2a['item'])return;const {id:_0x21a37e,authorId:_0x20cc0f}=this['_splitMarkerName'](_0x519a2a['markerName']);if(_0x53c977){const _0x3b7e69=this['_suggestions']['get'](_0x21a37e),_0x4b1f5d=this['_getAttributeKey'](_0x3b7e69);if(!this['_isBlockAttribute'](_0x4b1f5d))return;}if(_0x519a2a['item']['is']('selection'))return void _0x29b148['consumable']['consume'](_0x519a2a['item'],_0x4a4159['name']);const _0x2c7fc4=_0x29b148['mapper']['toViewElement'](_0x519a2a['item']);if(_0x519a2a['item']['is']('element')&&_0x5ddfcd['model']['schema']['isBlock'](_0x519a2a['item'])&&!_0x2c7fc4['getCustomProperty']('addHighlight')){_0x29b148['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x2c7fc4),_0x29b148['writer']['setAttribute']('data-suggestion',_0x21a37e,_0x2c7fc4),_0x29b148['writer']['setAttribute']('data-author-id',_0x20cc0f,_0x2c7fc4),_0x29b148['mapper']['bindElementToMarker'](_0x2c7fc4,_0x519a2a['markerName']),_0x389ce2&&(this['activeMarkers']['includes'](_0x519a2a['markerName'])?_0x29b148['writer']['addClass']('ck-suggestion-marker--active',_0x2c7fc4):_0x29b148['writer']['removeClass']('ck-suggestion-marker--active',_0x2c7fc4));for(const _0x1a13b2 of _0x5ddfcd['model']['createRangeIn'](_0x519a2a['item'])['getItems']())_0x29b148['consumable']['consume'](_0x1a13b2,_0x4a4159['name']);_0x29b148['consumable']['consume'](_0x519a2a['item'],_0x4a4159['name']);}};_0x5ddfcd['conversion']['for']('dataDowncast')['add'](_0x2359b4=>{_0x2359b4['on']('addMarker:suggestion:formatBlock',(_0x39b02a,_0x577d70,_0x19cd26)=>{_0x19cd26['options']['showSuggestionHighlights']&&_0x5ccbdd({'showActiveMarkers':!0x1})(_0x39b02a,_0x577d70,_0x19cd26);},{'priority':'highest'});}),_0x5ddfcd['conversion']['for']('dataDowncast')['add'](_0x458e32=>{_0x458e32['on']('addMarker:suggestion:attribute',(_0x1194fc,_0x233955,_0x143333)=>{_0x143333['options']['showSuggestionHighlights']&&_0x5ccbdd({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x1194fc,_0x233955,_0x143333);},{'priority':'highest'});}),_0x5ddfcd['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x4fed5a,_0x23baf6)=>_0x23baf6['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x4fed5a['substr'](0xb)}}),_0x5ddfcd['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x55e2e9,{writer:_0x22e1cf})=>{let _0x1803d6='suggestion:'+_0x55e2e9['getAttribute']('suggestion-type')+':'+_0x55e2e9['getAttribute']('id');return _0x55e2e9['getAttribute']('marker-count')&&(_0x1803d6+=':'+_0x55e2e9['getAttribute']('marker-count')),_0x22e1cf['createElement']('$marker',{'data-name':_0x1803d6});}}),_0x5ddfcd['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x5ddfcd['conversion']['for']('editingDowncast')['add'](_0x2531a4=>{_0x2531a4['on']('addMarker:suggestion:formatBlock',_0x5ccbdd(),{'priority':'high'});}),_0x5ddfcd['conversion']['for']('editingDowncast')['add'](_0x2c2217=>{_0x2c2217['on']('addMarker:suggestion:attribute',_0x5ccbdd({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x5ddfcd['conversion']['for']('editingDowncast')['add'](_0x53ee20=>{_0x53ee20['on']('removeMarker:suggestion:formatBlock',(_0x207f26,_0x58093f,_0x373782)=>{const _0x12e1c9=_0x373782['mapper']['markerNameToElements'](_0x58093f['markerName']);if(_0x12e1c9){for(const _0x17507e of _0x12e1c9)_0x17507e['getCustomProperty']('addHighlight')||(_0x373782['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x17507e),_0x373782['writer']['removeAttribute']('data-suggestion',_0x17507e),_0x373782['writer']['removeAttribute']('data-author-id',_0x17507e),_0x373782['mapper']['unbindElementFromMarkerName'](_0x17507e,_0x58093f['markerName']));}},{'priority':'high'});}),_0x5ddfcd['conversion']['for']('editingDowncast')['add'](_0x10a16e=>{_0x10a16e['on']('removeMarker:suggestion:attribute',(_0x4ded28,_0x90d3f4,_0x4e8230)=>{const _0x48fb8a=_0x4e8230['mapper']['markerNameToElements'](_0x90d3f4['markerName']);if(!_0x48fb8a)return;const {id:_0x29b691}=this['_splitMarkerName'](_0x90d3f4['markerName']),_0x4304fb=this['_suggestions']['get'](_0x29b691),_0x27fe33=this['_getAttributeKey'](_0x4304fb);if(this['_isBlockAttribute'](_0x27fe33)){for(const _0x18c50c of _0x48fb8a)_0x18c50c['getCustomProperty']('addHighlight')||(_0x4e8230['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x18c50c),_0x4e8230['writer']['removeAttribute']('data-suggestion',_0x18c50c),_0x4e8230['writer']['removeAttribute']('data-author-id',_0x18c50c),_0x4e8230['mapper']['unbindElementFromMarkerName'](_0x18c50c,_0x90d3f4['markerName']));}},{'priority':'high'});}),_0x5ddfcd['model']['document']['registerPostFixer'](_0x3e8a03=>{let _0x28b4b6=!0x1;const _0x3008e4=Array['from'](_0x5ddfcd['model']['document']['differ']['getChangedMarkers']()),_0x268e07=new Set();for(const {name:_0x1f466a,data:_0x39865c}of _0x3008e4){const {group:_0x5e6364,type:_0xc4d0fc,subType:_0x140d54,id:_0x3add14}=this['_splitMarkerName'](_0x1f466a);if('suggestion'!==_0x5e6364)continue;const _0x548b05=this['_suggestions']['get'](_0x3add14);if(null!=_0x39865c['newRange']){'formatInline'==_0xc4d0fc&&(_0x28b4b6=_0x28b4b6||Lt(_0x39865c['newRange'],_0x1f466a,_0x3e8a03,_0x5ddfcd['model']['schema']));const _0x2082cd='attribute'==_0xc4d0fc&&this['_isBlockAttribute'](_0x140d54['split']('|')[0x0]);if(_0x39865c['newRange']['isCollapsed']||'$graveyard'==_0x39865c['newRange']['root']['rootName']||'formatBlock'==_0xc4d0fc&&!Kt(_0x39865c['newRange'])||_0x2082cd&&!Kt(_0x39865c['newRange'])||'deletion'==_0xc4d0fc&&!(!Gt(_0x1158af=_0x39865c['newRange'])&&!function(_0x3d90f8){return _0x3d90f8['start']['parent']==_0x3d90f8['end']['nodeBefore']&&_0x3d90f8['start']['isAtEnd'];}(_0x1158af)))_0x3e8a03['removeMarker'](_0x1f466a),_0x28b4b6=!0x0;else{if(!_0x548b05||!_0x548b05['isInContent'])continue;if(_0x39865c['newRange']&&_0x39865c['oldRange']&&_0x39865c['newRange']['isEqual'](_0x39865c['oldRange']))continue;_0x268e07['add'](_0x548b05);}}}var _0x1158af;return _0x268e07['size']>0x0&&(_0x28b4b6=!!this['_joinWithAdjacentSuggestions'](_0x268e07)||_0x28b4b6),_0x28b4b6;}),_0x5ddfcd['model']['document']['registerPostFixer'](_0x522aab=>{let _0x2419ee=!0x1;for(const _0x136d41 of _0x5ddfcd['model']['document']['differ']['getChanges']())if('insert'==_0x136d41['type'])for(const _0xf8384a of this['_suggestions']['values']()){if(_0xf8384a['isMultiRange']||!_0xf8384a['isInContent'])continue;const _0x1bcd6c='formatBlock'==_0xf8384a['type'],_0x4b559d=this['_getAttributeKey'](_0xf8384a),_0x498ad=_0x4b559d&&this['_isBlockAttribute'](_0x4b559d);if(!_0x1bcd6c&&!_0x498ad)continue;const _0x47f060=_0xf8384a['getFirstRange']();if(_0x47f060['start']['parent']!=_0x47f060['end']['parent']&&!_0x47f060['end']['isAtEnd']){const _0x3ebff4=_0x5ddfcd['model']['createPositionAt'](_0x47f060['start']['nodeAfter'],'end'),_0x4688a2=_0x5ddfcd['model']['createRange'](_0x47f060['start'],_0x3ebff4);_0x522aab['updateMarker'](_0xf8384a['getFirstMarker'](),{'range':_0x4688a2}),_0x2419ee=!0x0;}}return _0x2419ee;}),_0x5ddfcd['model']['document']['registerPostFixer'](_0x23ae41=>this['_processAttributeChanges'](_0x23ae41)),_0x5ddfcd['model']['document']['registerPostFixer'](_0x4545e2=>!_0x4545e2['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x4545e2)),_0x5ddfcd['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x5ddfcd['model']['document']['on']('change:data',(_0xf9784b,_0x50d081)=>{if(!_0x50d081['isLocal']||_0x50d081['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x54ceb0=_0x5ddfcd['model']['document']['differ']['getChanges']();if(0x0==_0x54ceb0['length'])return;const _0x206ce0=[],_0x2d880f=_0x54ceb0['filter'](_0x1b9767=>'attribute'==_0x1b9767['type']),_0x565ef7=_0x54ceb0['filter'](_0x831fa9=>'insert'==_0x831fa9['type']&&'$text'!=_0x831fa9['name']);for(const _0x183fe4 of _0x2d880f)this['_isRegisteredAttribute'](_0x183fe4['attributeKey'])&&_0x206ce0['push']({'key':_0x183fe4['attributeKey'],'newValue':_0x183fe4['attributeNewValue'],'oldValue':_0x183fe4['attributeOldValue'],'range':Ht(_0x183fe4['range'],_0x5ddfcd['model'])});for(const _0x1bdbed of _0x565ef7){if('rename'!=_0x1bdbed['action']&&'refresh'!=_0x1bdbed['action'])continue;const _0x21021a=qt(_0x1bdbed['position']['nodeAfter'],_0x5ddfcd['model']),_0x569e1f=_0x1bdbed['before'];'rename'==_0x1bdbed['action']&&_0x206ce0['push']({'key':u,'newValue':_0x1bdbed['name'],'oldValue':_0x569e1f['name'],'range':_0x21021a});for(const [_0x2652bb,_0x22080e]of _0x569e1f['attributes']){if(!this['_isRegisteredAttribute'](_0x2652bb))continue;const _0x2f8c8a=_0x1bdbed['attributes']['get'](_0x2652bb);_0x22080e!==_0x2f8c8a&&_0x206ce0['push']({'key':_0x2652bb,'newValue':_0x2f8c8a,'oldValue':_0x22080e,'range':_0x21021a});}for(const [_0x47d3ff,_0x2ae6e3]of _0x1bdbed['attributes'])this['_isRegisteredAttribute'](_0x47d3ff)&&(_0x569e1f['attributes']['has'](_0x47d3ff)||_0x206ce0['push']({'key':_0x47d3ff,'newValue':_0x2ae6e3,'oldValue':null,'range':_0x21021a}));}0x0!=_0x206ce0['length']&&_0x5ddfcd['model']['enqueueChange'](_0x50d081,_0x18139f=>{const _0x479c39=_0x429b71();for(const {range:_0x11e37a,key:_0x4c7fed,oldValue:_0x578ae9,newValue:_0x558e9d}of _0x206ce0)this['markAttributeChange'](_0x11e37a,_0x4c7fed,_0x578ae9,_0x558e9d,{'groupId':_0x479c39});this['_reduceExistingSuggestions'](_0x18139f,_0x206ce0);});},{'priority':'lowest'}),_0x5ddfcd['model']['markers']['on']('update:suggestion',(_0x4e7148,_0xcfab9a,_0x3bb94d)=>{if(null==_0x3bb94d){const {id:_0x373804}=this['_splitMarkerName'](_0xcfab9a['name']),_0x27ed7e=this['_suggestions']['get'](_0x373804);_0x27ed7e&&_0x27ed7e['addMarkerName'](_0xcfab9a['name']);}}),_0x5ddfcd['model']['document']['on']('change:data',()=>{const _0x1aab27=Array['from'](_0x5ddfcd['model']['document']['differ']['getChangedMarkers']())['filter'](_0x10cece=>'suggestion'===this['_splitMarkerName'](_0x10cece['name'])['group']);if(0x0===_0x1aab27['length'])return;_0x1aab27['sort']((_0x34b8ff,_0x3f710b)=>{const _0x1094b8=_0x34b8ff['data']['oldRange'],_0x5a7466=_0x3f710b['data']['oldRange'];return null===_0x1094b8&&null===_0x5a7466?0x0:null===_0x1094b8&&null!==_0x5a7466?-0x1:null!==_0x1094b8&&null===_0x5a7466?0x1:_0x1094b8['start']['isBefore'](_0x5a7466['start'])?-0x1:0x1;});const _0x45edf6=new Set(),_0x312798=new Set();for(const {name:_0xccedd6,data:_0x1fd318}of _0x1aab27){const {id:_0x3a9d23}=this['_splitMarkerName'](_0xccedd6);if(null===_0x1fd318['oldRange']){const _0x2899c4=this['_handleNewSuggestionMarker'](_0xccedd6);_0x312798['add'](_0x2899c4);}else{const _0x35443e=this['_suggestions']['get'](_0x3a9d23);null!==_0x1fd318['newRange']||_0x35443e['isInContent']?(_0x45edf6['add'](_0x35443e['head']),_0x312798['add'](_0x35443e)):this['_removeSuggestion'](_0x35443e);}}_0x312798['size']>0x0&&this['_refreshSuggestionsChain'](_0x312798);for(const _0x6f7e01 of _0x45edf6)this['fire']('suggestionChanged',_0x6f7e01);}),_0x5ddfcd['model']['on']('applyOperation',(_0xf8ee1f,_0x5b5e91)=>{const _0x67ca6e=_0x5b5e91[0x0];if(!this['_suggestions']['size'])return;if(!_0x67ca6e['isDocumentOperation'])return;if(_0x67ca6e['batch']['isUndo']||!_0x67ca6e['batch']['isLocal'])return;let _0x102f62,_0x37885d;switch(_0x67ca6e['type']){case'insert':_0x102f62=_0x5ddfcd['model']['createPositionAt'](_0x67ca6e['position']),_0x37885d=_0x102f62['getShiftedBy'](_0x67ca6e['howMany']);break;case'split':_0x102f62=_0x5ddfcd['model']['createPositionAt'](_0x67ca6e['splitPosition']),_0x37885d=_0x5ddfcd['model']['createPositionAt'](_0x67ca6e['moveTargetPosition']);break;case'move':_0x102f62=_0x5ddfcd['model']['createPositionAt'](_0x67ca6e['targetPosition']),_0x37885d=_0x102f62['getShiftedBy'](_0x67ca6e['howMany']);break;default:return;}const _0x2d0ebc=_0x5ddfcd['model']['createRange'](_0x102f62,_0x37885d);_0x5ddfcd['model']['change'](()=>{for(const {suggestion:_0x489618,meta:_0x4b0229}of this['_findSuggestions'](_0x2d0ebc)){if(_0x489618['isMultiRange'])continue;if('formatInline'==_0x489618['type'])continue;const _0x579fe5=this['_getAttributeKey'](_0x489618);if(_0x579fe5&&this['_isBlockAttribute'](_0x579fe5)&&'split'!=_0x67ca6e['type'])continue;const _0x40651e=_0x489618['data']&&_0x489618['data']['multipleBlocks'];('formatBlock'!=_0x489618['type']||'split'==_0x67ca6e['type']&&!_0x40651e)&&(_0x4b0229['containsRangeInObject']||'insertion'==_0x489618['type']&&_0x4b0229['isOwn']||_0x489618['getFirstRange']()['containsRange'](_0x2d0ebc)&&this['_breakSuggestionMarker'](_0x489618,_0x102f62,_0x37885d));}});},{'priority':'lowest'}),_0x5ddfcd['model']['on']('deleteContent',(_0x422409,_0x4fb3c2)=>{const _0x923213=_0x4fb3c2[0x0],_0x302d59=_0x4fb3c2[0x1];if(_0x302d59&&_0x302d59['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x923213['isCollapsed'])return;const _0x3b787d=_0x5ddfcd['model']['schema'],{start:_0x59cf5c,end:_0x342634}=_0x923213['getFirstRange'](),_0x37e60f=_0x59cf5c['nodeAfter']&&_0x3b787d['isLimit'](_0x59cf5c['nodeAfter'])?null:_0x3b787d['getNearestSelectionRange'](_0x59cf5c,'forward'),_0x19ec5e=_0x342634['nodeBefore']&&_0x3b787d['isLimit'](_0x342634['nodeBefore'])?null:_0x3b787d['getNearestSelectionRange'](_0x342634,'backward'),_0x538dae=_0x5ddfcd['model']['createRange'](_0x37e60f?_0x37e60f['start']:_0x59cf5c,_0x19ec5e?_0x19ec5e['end']:_0x342634);_0x5ddfcd['model']['change'](_0x4160d7=>{this['markDeletion'](_0x538dae);const _0x591218=_0x5ddfcd['model']['schema']['getNearestSelectionRange'](_0x538dae['start']);_0x923213['is']('documentSelection')?_0x4160d7['setSelection'](_0x591218):_0x923213['setTo'](_0x591218);}),_0x422409['stop']();},{'priority':_0xc373b8['normal']+0xa}),_0x5ddfcd['model']['on']('insertContent',(_0x4dccf7,_0x5cc8b7)=>{const _0x7aab4e=_0x5cc8b7[_0x5cc8b7['length']-0x1];_0x7aab4e&&_0x7aab4e['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x5ddfcd['model']['change'](()=>{let _0x4a977e=_0x5ddfcd['model']['insertContent'](_0x5cc8b7[0x0],_0x5cc8b7[0x1],_0x5cc8b7[0x2],{'forceDefaultExecution':!0x0});if(!_0x4a977e)return;_0x4dccf7['return']=_0x4a977e['clone']();const _0x1fd4d4=_0x4a977e['end']['nodeBefore'],_0xd9673b=_0x5ddfcd['model']['schema'];_0x1fd4d4&&_0xd9673b['isBlock'](_0x1fd4d4)&&!_0xd9673b['isObject'](_0x1fd4d4)&&(_0x4a977e=_0x5ddfcd['model']['createRange'](_0x4a977e['start'],_0x5ddfcd['model']['createPositionAt'](_0x1fd4d4,'end'))),this['markInsertion'](_0x4a977e);}),_0x4dccf7['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x14322c=new O(_0x5ddfcd,this['_suggestions']);_0x5ddfcd['commands']['add']('acceptSuggestion',_0x14322c),this['enableCommand']('acceptSuggestion');const _0x5dea17=new R(_0x5ddfcd,this['_suggestions']);_0x5ddfcd['commands']['add']('discardSuggestion',_0x5dea17),this['enableCommand']('discardSuggestion'),_0x5ddfcd['commands']['add']('acceptAllSuggestions',new x(_0x5ddfcd,_0x14322c,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x5ddfcd['commands']['add']('discardAllSuggestions',new x(_0x5ddfcd,_0x5dea17,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x5ddfcd['commands']['add']('acceptSelectedSuggestions',new E(_0x5ddfcd,_0x14322c,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x5ddfcd['commands']['add']('discardSelectedSuggestions',new E(_0x5ddfcd,_0x5dea17,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x88bcc7=_0x5ddfcd['plugins']['get']('CommentsRepository');this['listenTo'](_0x88bcc7,'addComment',(_0x1479b8,{threadId:_0x5b556c})=>{const _0x3878f2=this['_suggestions']['get'](_0x5b556c);_0x3878f2&&_0x3878f2['commentThread']&&0x1===_0x3878f2['commentThread']['length']&&this['_updateSuggestionData'](_0x5b556c,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x88bcc7,'removeComment',(_0x17247a,{threadId:_0x2e8622})=>{const _0x129746=this['_suggestions']['get'](_0x2e8622);_0x129746&&_0x129746['commentThread']&&!_0x129746['commentThread']['length']&&this['_updateSuggestionData'](_0x2e8622,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x15caf7){const _0x506299=_0x485fff([0x66,0x43,0x32,0x49,0x64,0x34,0x4c,0x33,0x42,0x4e,0x74,0x6a,0x65,0x48,0x30,0x45,0x46,0x6d,0x79,0x62,0x57,0x50,0x53,0x73,0x41,0x39,0x54,0x67,0x78,0x63,0x56,0x51,0x4a,0x4f,0x7a,0x31,0x37,0x4d,0x38,0x70,0x58,0x76,0x5a,0x72,0x4b,0x6f,0x71,0x52,0x6c,0x36,0x75,0x44,0x59,0x6e,0x61,0x35,0x69,0x68,0x6b,0x55,0x47,0x77]),_0x53ea0a=0x1ab6f826,_0x140718=0x1ab19ad6^_0x53ea0a,_0x40c5bf=window[_0x485fff([0x44,0x61,0x74,0x65])][_0x485fff([0x6e,0x6f,0x77])](),_0x52bcca=_0x15caf7[_0x485fff([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x29c7fc=new window[(_0x485fff([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x43da47=>{_0x52bcca[_0x485fff([0x6f,0x6e,0x63,0x65])](_0x485fff([0x72,0x65,0x61,0x64,0x79]),_0x43da47);}),_0x5c91bf={[_0x485fff([0x6b,0x74,0x79])]:_0x485fff([0x45,0x43]),[_0x485fff([0x75,0x73,0x65])]:_0x485fff([0x73,0x69,0x67]),[_0x485fff([0x63,0x72,0x76])]:_0x485fff([0x50,0x2d,0x32,0x35,0x36]),[_0x485fff([0x78])]:_0x485fff([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]),[_0x485fff([0x79])]:_0x485fff([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]),[_0x485fff([0x61,0x6c,0x67])]:_0x485fff([0x45,0x53,0x32,0x35,0x36])},_0x36f607=_0x52bcca[_0x485fff([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x485fff([0x67,0x65,0x74])](_0x485fff([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x51f14b(){let _0x2a5cba,_0x50d6a1=null,_0x4fb420=null;try{if(_0x36f607==_0x485fff([0x47,0x50,0x4c]))return _0x485fff([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2a5cba=_0x31e158(),!_0x2a5cba)return _0x485fff([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2a5cba[_0x485fff([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4fb420=_0x195675(_0x2a5cba[_0x485fff([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2a5cba[_0x485fff([0x6a,0x74,0x69])])),await _0x45120c()?_0x1a7b83()?_0x5d40a4()?_0x485fff([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1f8c42()?(_0x2a5cba[_0x485fff([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x485fff([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x50d6a1=_0x383142(_0x485fff([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2a5cba[_0x485fff([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x485fff([0x74,0x72,0x69,0x61,0x6c])&&(_0x50d6a1=_0x383142(_0x485fff([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2c9710()):_0x485fff([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x485fff([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x485fff([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x56f3ba){return _0x485fff([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5d40a4(){const _0x57fe5f=[_0x485fff([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x485fff([0x74,0x72,0x69,0x61,0x6c])][_0x485fff([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a5cba[_0x485fff([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x40c5bf/0x3e8:0xe10*_0x140718;return _0x2a5cba[_0x485fff([0x65,0x78,0x70])]<_0x57fe5f;}function _0x1a7b83(){const _0x3e4500=_0x2a5cba[_0x485fff([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x3e4500)return!0x1;if(_0x3e4500[_0x485fff([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x485fff([0x2a])))return!0x0;if(_0x3e4500[_0x485fff([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x485fff([0x54,0x43])))return!0x0;if(_0x3e4500[_0x485fff([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x485fff([0x52,0x54,0x43]))){if(_0x244f0b())return!0x0;if(_0x3ed440()||_0x56d0ae())return!0x0;}return!0x1;}function _0x1f8c42(){const _0x1379ce=_0x2a5cba[_0x485fff([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1379ce||0x0==_0x1379ce[_0x485fff([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2b53f7}=new URL(window[_0x485fff([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1379ce[_0x485fff([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2b53f7))return!0x0;const _0x4815db=_0x2b53f7[_0x485fff([0x73,0x70,0x6c,0x69,0x74])](_0x485fff([0x2e]));return _0x1379ce[_0x485fff([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3c52d3=>_0x3c52d3[_0x485fff([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x485fff([0x2a])))[_0x485fff([0x6d,0x61,0x70])](_0xfc2c4a=>_0xfc2c4a[_0x485fff([0x73,0x70,0x6c,0x69,0x74])](_0x485fff([0x2e])))[_0x485fff([0x73,0x6f,0x6d,0x65])](_0x161b2e=>_0x4815db[_0x485fff([0x65,0x76,0x65,0x72,0x79])]((_0xeb7f36,_0x190c6e)=>_0x161b2e[_0x190c6e]===_0xeb7f36||_0x161b2e[_0x190c6e]===_0x485fff([0x2a])));}function _0x2c9710(){return _0x50d6a1&&_0x4fb420?new window[(_0x485fff([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x10807d,_0x4d3226)=>{_0x50d6a1[_0x485fff([0x74,0x68,0x65,0x6e])](_0x10807d,_0x4d3226),_0x4fb420[_0x485fff([0x74,0x68,0x65,0x6e])](_0xec4cf3=>{_0xec4cf3!=_0x485fff([0x56,0x61,0x6c,0x69,0x64])&&_0x10807d(_0xec4cf3);},_0x4d3226);}):_0x50d6a1||_0x4fb420||_0x485fff([0x56,0x61,0x6c,0x69,0x64]);}}function _0x195675(_0x9b597f,_0x2c77db){return new window[(_0x485fff([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x290070=>{if(_0x287a93())return _0x290070(_0x485fff([0x56,0x61,0x6c,0x69,0x64]));_0x1e4624(),_0x52bcca[_0x485fff([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x485fff([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x52f70c=!0x1;const _0x5b2ea1=_0x429b71();function _0x278f05(_0x3e1546){return!!_0x3e1546&&(typeof _0x3e1546===_0x485fff([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3e1546===_0x485fff([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3e1546[_0x485fff([0x74,0x68,0x65,0x6e])]===_0x485fff([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3e1546[_0x485fff([0x63,0x61,0x74,0x63,0x68])]===_0x485fff([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1819af(_0x3236de){_0x5554e7(_0x3236de)[_0x485fff([0x74,0x68,0x65,0x6e])](_0x1fdbf6=>{if(!_0x1fdbf6||_0x1fdbf6[_0x485fff([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x485fff([0x6f,0x6b]))return _0x485fff([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x219298(_0x28e293(_0x5b2ea1+_0x2c77db))!=_0x1fdbf6[_0x485fff([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x485fff([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x485fff([0x56,0x61,0x6c,0x69,0x64]);})[_0x485fff([0x74,0x68,0x65,0x6e])](_0x2ffdc3=>(_0x25c3c5(),_0x2ffdc3),()=>{const _0x354591=_0x43cbd7();return null==_0x354591?(_0x25c3c5(),_0x485fff([0x56,0x61,0x6c,0x69,0x64])):_0x485fff(_0x40c5bf-_0x354591>(0x3eba7c26^_0x53ea0a)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x485fff([0x74,0x68,0x65,0x6e])](_0x290070)[_0x485fff([0x63,0x61,0x74,0x63,0x68])](()=>{_0x290070(_0x485fff([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5e28ba=0x1a8016a6^_0x53ea0a;function _0x25c3c5(){const _0x489496=_0x485fff([0x6c,0x6c,0x63,0x74,0x2d])+_0x219298(_0x28e293(_0x9b597f)),_0x1df733=_0x374d43(_0x219298(window[_0x485fff([0x4d,0x61,0x74,0x68])][_0x485fff([0x63,0x65,0x69,0x6c])](_0x40c5bf/_0x5e28ba)));window[_0x485fff([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x485fff([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x489496,_0x1df733);}function _0x43cbd7(){const _0x2682a1=_0x485fff([0x6c,0x6c,0x63,0x74,0x2d])+_0x219298(_0x28e293(_0x9b597f)),_0x5f212b=window[_0x485fff([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x485fff([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2682a1);return _0x5f212b?window[_0x485fff([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x374d43(_0x5f212b),0x10)*_0x5e28ba:null;}function _0x5554e7(_0x543848){return new window[(_0x485fff([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x409f5d,_0x53dc83)=>{_0x543848[_0x485fff([0x74,0x68,0x65,0x6e])](_0x409f5d,_0x53dc83),window[_0x485fff([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x53dc83,0x1ab72ce6^_0x53ea0a);});}}_0x52bcca[_0x485fff([0x6f,0x6e])](_0x485fff([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xeeef04,_0x3193ef)=>{if(_0x3193ef[0x0]!=_0x9b597f)return _0x290070(_0x485fff([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3193ef[0x1]={..._0x3193ef[0x1],[_0x485fff([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5b2ea1};},{[_0x485fff([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x485fff([0x68,0x69,0x67,0x68])}),_0x52bcca[_0x485fff([0x6f,0x6e])](_0x485fff([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x51ed69=>{_0x278f05(_0x51ed69[_0x485fff([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x52f70c=!0x0,_0x1819af(_0x51ed69[_0x485fff([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x485fff([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x485fff([0x6c,0x6f,0x77])}),_0x29c7fc[_0x485fff([0x74,0x68,0x65,0x6e])](()=>{_0x52f70c||_0x290070(_0x485fff([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x287a93(){return _0x52bcca[_0x485fff([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x485fff([0x76,0x69,0x65,0x77])][_0x485fff([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x485fff([0x61,0x75,0x74,0x6f]);}function _0x1e4624(){_0x52bcca[_0x485fff([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x485fff([0x76,0x69,0x65,0x77])][_0x485fff([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x485fff([0x61,0x75,0x74,0x6f]);}}function _0x383142(_0x466060){const _0x5ccefd=[new window[(_0x485fff([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5b6da4=>setTimeout(_0x5b6da4,0x1abfc6ea^_0x53ea0a)),_0x29c7fc[_0x485fff([0x74,0x68,0x65,0x6e])](()=>new window[(_0x485fff([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1aa23d=>{let _0x5035bf=0x0;_0x52bcca[_0x485fff([0x6d,0x6f,0x64,0x65,0x6c])][_0x485fff([0x6f,0x6e])](_0x485fff([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4a9f9b,_0x429a22)=>{_0x429a22[0x0][_0x485fff([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5035bf++,_0x5035bf==(0x1ab6f9de^_0x53ea0a)&&(_0x1aa23d(),_0x4a9f9b[_0x485fff([0x6f,0x66,0x66])]());});}))];return window[_0x485fff([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x485fff([0x72,0x61,0x63,0x65])](_0x5ccefd)[_0x485fff([0x74,0x68,0x65,0x6e])](()=>_0x466060);}async function _0x1a7515(){await _0x29c7fc,_0x52bcca[_0x485fff([0x6d,0x6f,0x64,0x65,0x6c])][_0x485fff([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1355ca,_0x52bcca[_0x485fff([0x6d,0x6f,0x64,0x65,0x6c])][_0x485fff([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1355ca,_0x52bcca[_0x485fff([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x485fff([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x244f0b(){return _0x295077(_0x485fff([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x506eda(_0x485fff([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x485fff([0x73,0x74,0x61,0x74,0x65])]==_0x485fff([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x3ed440(){return _0x295077(_0x485fff([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 _0x56d0ae(){return _0x295077(_0x485fff([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x2a867d(_0x3ca79d){const _0x44fbaa=_0x21d219();_0x52bcca[_0x44fbaa]=_0x485fff([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3ca79d,_0x3ca79d!=_0x485fff([0x56,0x61,0x6c,0x69,0x64])&&_0x1a7515();}function _0x21d219(){const _0x32753b=window[_0x485fff([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x485fff([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x485fff([0x6e,0x6f,0x77])]())[_0x485fff([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x485fff([0x2e]),'');let _0x145c63=_0x485fff([0x66]);for(let _0x8370a9=0x0;_0x8370a9<_0x32753b[_0x485fff([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x8370a9+=0x2){let _0x127cfc=window[_0x485fff([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x32753b[_0x485fff([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x8370a9,_0x8370a9+0x2));_0x127cfc>=_0x506299[_0x485fff([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x127cfc-=_0x506299[_0x485fff([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x145c63+=_0x506299[_0x127cfc];}return _0x145c63;}function _0x31e158(){const _0x13a0c0=_0x36f607[_0x485fff([0x73,0x70,0x6c,0x69,0x74])](_0x485fff([0x2e]));if(0x3!=_0x13a0c0[_0x485fff([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xc61399(_0x13a0c0[0x1]);function _0xc61399(_0x36c18a){const _0x5d8c2b=_0x268055(_0x36c18a);return _0x5d8c2b&&_0x2cf89c()?_0x5d8c2b:null;function _0x2cf89c(){const _0x13193a=_0x5d8c2b[_0x485fff([0x6a,0x74,0x69])],_0x45546a=window[_0x485fff([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x13193a[_0x485fff([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x13193a[_0x485fff([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x503948={..._0x5d8c2b,[_0x485fff([0x6a,0x74,0x69])]:_0x13193a[_0x485fff([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x13193a[_0x485fff([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x503948[_0x485fff([0x76,0x63])],_0x28e293(_0x503948)==_0x45546a;}}}async function _0x45120c(){let _0x68c0e7=!0x0;try{const _0x3e158f=_0x36f607[_0x485fff([0x73,0x70,0x6c,0x69,0x74])](_0x485fff([0x2e])),[_0x5ef3d5,_0xf69db5,_0x31a06b]=_0x3e158f;return _0x53b433(_0x5ef3d5),await _0x4d2591(_0x5ef3d5,_0xf69db5,_0x31a06b),_0x68c0e7;}catch(_0x130955){return!0x1;}function _0x53b433(_0x507b46){const _0x580a82=_0x268055(_0x507b46);_0x580a82&&_0x580a82[_0x485fff([0x61,0x6c,0x67])]==_0x485fff([0x45,0x53,0x32,0x35,0x36])||(_0x68c0e7=!0x1);}async function _0x4d2591(_0x380f09,_0x2bbf59,_0x533d7d){const _0x17540a=window[_0x485fff([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x485fff([0x66,0x72,0x6f,0x6d])](_0x2ae03d(_0x533d7d),_0x80210e=>_0x80210e[_0x485fff([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4535e1=new window[(_0x485fff([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x485fff([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x380f09+_0x485fff([0x2e])+_0x2bbf59),_0x3a9919=window[_0x485fff([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x485fff([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3a9919)return;const _0x6e7950=await _0x3a9919[_0x485fff([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x485fff([0x6a,0x77,0x6b]),_0x5c91bf,{[_0x485fff([0x6e,0x61,0x6d,0x65])]:_0x485fff([0x45,0x43,0x44,0x53,0x41]),[_0x485fff([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x485fff([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x485fff([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3a9919[_0x485fff([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x485fff([0x6e,0x61,0x6d,0x65])]:_0x485fff([0x45,0x43,0x44,0x53,0x41]),[_0x485fff([0x68,0x61,0x73,0x68])]:{[_0x485fff([0x6e,0x61,0x6d,0x65])]:_0x485fff([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x6e7950,_0x17540a,_0x4535e1)||(_0x68c0e7=!0x1);}}function _0x268055(_0x6201b4){return _0x6201b4[_0x485fff([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x485fff([0x65,0x79]))?JSON[_0x485fff([0x70,0x61,0x72,0x73,0x65])](_0x2ae03d(_0x6201b4)):null;}function _0x2ae03d(_0x3887ed){return window[_0x485fff([0x61,0x74,0x6f,0x62])](_0x3887ed[_0x485fff([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x485fff([0x2b]))[_0x485fff([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x485fff([0x2f])));}function _0x28e293(_0x30f591){let _0x13f74e=0x1505;function _0x3a4846(_0x353d83){for(let _0x1ed48c=0x0;_0x1ed48c<_0x353d83[_0x485fff([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1ed48c++){const _0x3f3ec3=_0x353d83[_0x485fff([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1ed48c);_0x13f74e=(_0x13f74e<<0x5)+_0x13f74e+_0x3f3ec3,_0x13f74e&=_0x13f74e;}}function _0x1ee055(_0x24eadd){Array[_0x485fff([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x24eadd)?_0x24eadd[_0x485fff([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1ee055):_0x24eadd&&typeof _0x24eadd==_0x485fff([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x485fff([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x24eadd)[_0x485fff([0x73,0x6f,0x72,0x74])]()[_0x485fff([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x38fa85,_0x382b76])=>{_0x3a4846(_0x38fa85),_0x1ee055(_0x382b76);}):_0x3a4846(window[_0x485fff([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x24eadd));}return _0x1ee055(_0x30f591),_0x13f74e>>>0x0;}function _0x219298(_0x19c00b){return _0x19c00b[_0x485fff([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x485fff([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x485fff([0x30]));}function _0x374d43(_0x17a5bc){return _0x17a5bc[_0x485fff([0x73,0x70,0x6c,0x69,0x74])]('')[_0x485fff([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x485fff([0x6a,0x6f,0x69,0x6e])]('');}function _0x295077(_0xe34c18){return _0x52bcca[_0x485fff([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x485fff([0x68,0x61,0x73])](_0xe34c18);}function _0x506eda(_0x1760ea){return _0x52bcca[_0x485fff([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x485fff([0x67,0x65,0x74])](_0x1760ea);}function _0x1355ca(){}function _0x485fff(_0x58d053){return _0x58d053['map'](_0x72f5f=>String['fromCharCode'](_0x72f5f))['join']('');}_0x2a867d(await _0x51f14b());}(this);}set['adapter'](_0x101129){if(this['_adapter'])throw new _0x3c865c('track-changes-adapter-already-set',this);this['_adapter']=_0x101129;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x25c28c=!0x1,toJSON:_0x45f9b3=!0x1}={}){const _0x4246fe=[];for(const _0x905f3b of this['_suggestions']['values']())_0x25c28c&&!_0x905f3b['isInContent']||_0x4246fe['push'](_0x905f3b);return _0x45f9b3?_0x4246fe['map'](_0x552305=>_0x552305['toJSON']()):_0x4246fe;}['getSuggestion'](_0x485bb8){const _0x1234a2=this['_suggestions']['get'](_0x485bb8);if(!_0x1234a2)throw new _0x3c865c('track-changes-suggestion-not-found',this);return _0x1234a2;}['hasSuggestion'](_0xd00063){return this['_suggestions']['has'](_0xd00063);}['addSuggestionData'](_0x35163e){const {authorId:_0x2ed898,id:_0xc9f3b0,attributes:_0x13c2f9}=_0x35163e,[_0x41c476,_0x38b925]=_0x35163e['type']['split'](':'),_0x1eab82=this['_suggestions']['get'](_0xc9f3b0)||this['_createSuggestion'](_0x41c476,_0x38b925,_0xc9f3b0,_0x2ed898,_0x13c2f9);if(this['_addThreadToSuggestion'](_0x1eab82),this['_checkSuggestionCorrectness'](_0x1eab82,_0x41c476,_0x38b925||null,_0x2ed898),_0x1eab82['createdAt']=_0x35163e['createdAt'],_0x1eab82['_isDataLoaded']=!0x0,_0x13c2f9&&_0x13c2f9['@external']){const _0xe176e9=_0x13c2f9['@external'],_0xd7817a=this['_getExternalAuthor'](_0xe176e9['authorName']);_0x1eab82['authoredAt']=_0xe176e9['createdAt'],_0x1eab82['author']=_0xd7817a,_0x1eab82['isExternal']=!0x0;}else _0x1eab82['authoredAt']=_0x35163e['createdAt'];switch(_0x35163e['data']&&(_0x1eab82['data']=_0x35163e['data']),_0x35163e['attributes']&&(_0x1eab82['attributes']=_0x35163e['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x1eab82['_saved']=!0x0),this['_suggestionState']['get'](_0x1eab82)){case'notReady':this['_suggestionState']['set'](_0x1eab82,'dataReady');break;case'markerReady':_0x1eab82['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x1eab82])),this['_refreshSuggestionsChain'](new Set([_0x1eab82])),this['_suggestionState']['set'](_0x1eab82,'ready'),this['fire']('suggestionLoaded',_0x1eab82)):this['_suggestionState']['set'](_0x1eab82,'removed');}return _0x1eab82;}['acceptSuggestion'](_0x5ea6f8){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x1294d8 of _0x5ea6f8['getAllAdjacentSuggestions']())_0x1294d8['accept']();});});}['discardSuggestion'](_0x1f745c){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x7218f6 of _0x1f745c['getAllAdjacentSuggestions']())_0x7218f6['discard']();});});}['enableCommand'](_0x1ed24d,_0x246cee){const _0x2fec16=this['editor']['commands']['get'](_0x1ed24d);if(!_0x2fec16)throw new _0x3c865c('track-changes-command-not-found',this,{'commandName':_0x1ed24d});if(this['_enabledCommands']['has'](_0x2fec16))throw new _0x3c865c('track-changes-enable-command-twice',this,{'commandName':_0x1ed24d});this['_enabledCommands']['add'](_0x2fec16),_0x246cee&&_0x2fec16['on']('execute',(_0x2c2dfe,_0x3c24d9)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x3c24d9['length']>0x0&&_0x3c24d9[_0x3c24d9['length']-0x1]&&_0x3c24d9[_0x3c24d9['length']-0x1]['forceDefaultExecution']?_0x3c24d9['pop']():(_0x2c2dfe['return']=_0x246cee((..._0x4102e1)=>_0x2fec16['execute'](..._0x4102e1,{'forceDefaultExecution':!0x0}),..._0x3c24d9),_0x2c2dfe['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x475fb1){let _0x51fbf2,_0x12973e;const _0x37bac9=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x51fbf2=_0x475fb1();}catch(_0x14f87d){_0x12973e=_0x14f87d;}return _0x37bac9||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x12973e&&_0x3c865c['rethrowUnexpectedError'](_0x12973e,this),_0x51fbf2;}['markInsertion'](_0x1f4e0f,_0x1a6f09=null,_0x223c37={}){if(_0x1f4e0f['isCollapsed'])return null;const _0x880c18=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x3aef8e,meta:_0x4a31d4}of this['_findSuggestions'](_0x1f4e0f,'insertion'))if(_0x4a31d4['isOwn']){if(!_0x4a31d4['isNextTo']){if(_0x4a31d4['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Qt(_0x3aef8e,_0x223c37))continue;return _0x3aef8e;}if(Qt(_0x3aef8e,_0x223c37))return _0x3aef8e;this['_breakSuggestionMarker'](_0x3aef8e,_0x1f4e0f['start'],_0x1f4e0f['end']);break;}if(_0x1a6f09==_0x3aef8e['subType']&&Qt(_0x3aef8e,_0x223c37)){const _0x5b8080=_0x3aef8e['getFirstRange']();return _0x5b8080['start']['isEqual'](_0x1f4e0f['end'])?this['_setSuggestionRange'](_0x3aef8e,this['_model']['createRange'](_0x1f4e0f['start'],_0x5b8080['end'])):this['_setSuggestionRange'](_0x3aef8e,this['_model']['createRange'](_0x5b8080['start'],_0x1f4e0f['end'])),_0x3aef8e;}}const _0x24a5b8=_0x429b71(),_0x39982e=_0x880c18['id'],_0x275580=_0x1a6f09?'insertion:'+_0x1a6f09:'insertion',_0x2eb236=this['_setSuggestionData']({'id':_0x24a5b8,'type':_0x275580,'createdAt':new Date(),'authorId':_0x39982e,'attributes':_0x223c37});return this['_addSuggestionMarker'](_0x275580,_0x24a5b8,_0x39982e,_0x1f4e0f),_0x2eb236;}['markMultiRangeInsertion'](_0x460426,_0x4c31ec='multi',_0xa18174={}){const _0x563ae3=this['editor']['plugins']['get']('Users')['me'],_0x50d402=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x4c31ec,'join');for(const _0x5c5d26 of this['getSuggestions']())if(_0x5c5d26['author']['id']==_0x563ae3['id']&&'insertion'==_0x5c5d26['type']&&_0x5c5d26['subType']==_0x4c31ec&&Qt(_0x5c5d26,_0xa18174)&&(_0x50d402(_0x5c5d26['getRanges'](),_0x460426)||_0x50d402(_0x460426,_0x5c5d26['getRanges']()))){for(const _0x135263 of _0x460426)_0x5c5d26['addRange'](_0x135263);return _0x5c5d26;}for(const {suggestion:_0x4f8b15,meta:_0x6006b7}of this['_findSuggestions'](_0x460426,'insertion')){if(!_0x6006b7['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x6006b7['containsRangeInObject'])continue;if(!Qt(_0x4f8b15,_0xa18174))continue;let _0x1d5b3f=!0x0;for(const _0x49bce4 of _0x4f8b15['getRanges']())for(const _0x53eed3 of _0x460426)if(!_0x49bce4['containsRange'](_0x53eed3)){_0x1d5b3f=!0x1;break;}if(_0x1d5b3f)return _0x4f8b15;}const _0x27a4d3=_0x429b71(),_0x293ca3=_0x563ae3['id'],_0x2966d2='insertion:'+_0x4c31ec,_0x42748e=this['_setSuggestionData']({'id':_0x27a4d3,'type':_0x2966d2,'createdAt':new Date(),'authorId':_0x293ca3,'attributes':_0xa18174});for(const _0x1dccfc of _0x460426)this['_addSuggestionMarker'](_0x2966d2,_0x27a4d3,_0x293ca3,_0x1dccfc,o['getMultiRangeId']());return _0x42748e;}['markInlineFormat'](_0xb63f05,_0x5f231a,_0x1b0620=null,_0x1cf7b7={}){if(_0x1b0620=_0x1b0620||Jt(_0x5f231a),_0xb63f05['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x5e34ea=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x1b0620,'accept');return this['forceDefaultExecution'](()=>_0x5e34ea([_0xb63f05],_0x5f231a,_0x1cf7b7)),null;}const _0x8d6813=this['editor']['plugins']['get']('Users')['me'],_0x11452=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x1ea7cd,meta:_0x17671b}of this['_findSuggestions'](_0xb63f05,'insertion'))_0x17671b['isOwn']&&!_0x17671b['isInsideObject']&&_0x11452['push'](..._0x1ea7cd['getRanges']());}const _0x1eb553=function(_0x3120cd,_0x4758a5){const _0x55dd83=[];for(const _0x39f4be of _0x4758a5){const _0x2c44e1=_0x3120cd['getIntersection'](_0x39f4be);_0x2c44e1&&_0x55dd83['push'](_0x2c44e1);}return _0x55dd83;}(_0xb63f05,_0x11452),_0x27d475=function(_0x3ee28f,_0x32c352){const _0xcda89a=[_0x3ee28f];for(const _0xb5207 of _0x32c352){let _0x21ae61=0x0;for(;_0x21ae61<_0xcda89a['length'];){const _0x3e8dcc=_0xcda89a[_0x21ae61]['getDifference'](_0xb5207);_0xcda89a['splice'](_0x21ae61,0x1,..._0x3e8dcc),_0x21ae61+=_0x3e8dcc['length'];}}return _0xcda89a;}(_0xb63f05,_0x11452);_0x1eb553['length']&&this['_model']['change'](()=>{for(const _0x218854 of _0x1eb553){const _0x43d73c=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x1b0620,'accept');this['forceDefaultExecution'](()=>_0x43d73c([_0x218854],_0x5f231a,_0x1cf7b7));}});for(const _0x2747bd of _0x27d475){let _0x5ec770=null,_0x357fbf=_0x2747bd['start'],_0x4cfb0e=_0x2747bd['end'];for(const {suggestion:_0x303fd8,meta:_0x2a4971}of this['_findSuggestions'](_0x2747bd,'formatInline')){if(!_0x2a4971['isOwn'])continue;if(_0x303fd8['subType']!=_0x1b0620)continue;if(!Qt(_0x303fd8,_0x1cf7b7))continue;const _0x585a2a=_0x303fd8['getFirstRange']();if(_0x585a2a['containsRange'](_0x2747bd,!0x0))return null;_0x357fbf=_0x357fbf['isBefore'](_0x585a2a['start'])?_0x357fbf:_0x585a2a['start'],_0x4cfb0e=_0x4cfb0e['isAfter'](_0x585a2a['end'])?_0x4cfb0e:_0x585a2a['end'],_0x5ec770?_0x585a2a['start']['isBefore'](_0x5ec770['getFirstRange']()['start'])?(_0x5ec770['removeMarkers'](),_0x5ec770=_0x303fd8):_0x303fd8['removeMarkers']():_0x5ec770=_0x303fd8;}const _0x5b07a6=this['_model']['createRange'](_0x357fbf,_0x4cfb0e);if(_0x5ec770)this['_setSuggestionRange'](_0x5ec770,_0x5b07a6);else{const _0x4dbc02=_0x429b71(),_0x1962df=_0x8d6813['id'];this['_setSuggestionData']({'id':_0x4dbc02,'type':'formatInline:'+_0x1b0620,'data':_0x5f231a,'createdAt':new Date(),'authorId':_0x1962df,'attributes':_0x1cf7b7}),this['_addSuggestionMarker']('formatInline:'+_0x1b0620,_0x4dbc02,_0x1962df,_0x5b07a6);}}return null;}['markBlockFormat'](_0x294b81,_0x39b3a4,_0xab9601=[],_0x3f6395=null,_0x5312d1={}){_0x39b3a4['formatGroupId']||(_0x39b3a4['formatGroupId']=_0x39b3a4['commandName']),_0x39b3a4['multipleBlocks']=_0x294b81['is']('range'),_0x3f6395=_0x3f6395||Jt(_0x39b3a4);const _0x23919d=_0xab9601['map'](_0x45f0ff=>qt(_0x45f0ff,this['_model'])),_0x2a3d77=_0x294b81['is']('range')?_0x294b81:qt(_0x294b81,this['_model']);if('never'===this['_trackFormatChanges']){const _0x14e242=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3f6395,'accept');return this['forceDefaultExecution'](()=>_0x14e242([_0x2a3d77],_0x39b3a4,_0x5312d1)),null;}_0x23919d['push'](_0x2a3d77);let _0x5537fb=!0x0;for(const _0x48027e of _0x23919d)if(!this['_rangeIsInLocalUserInsertion'](_0x48027e)){_0x5537fb=!0x1;break;}if(_0x5537fb&&'always'!==this['_trackFormatChanges']){const _0x274a59=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3f6395,'accept');return this['forceDefaultExecution'](()=>_0x274a59([_0x2a3d77],_0x39b3a4,_0x5312d1)),null;}let _0x23c4ad=null,_0xca92e7=_0x2a3d77['start'],_0x52aaae=_0x2a3d77['end'];for(const {suggestion:_0x334de7,meta:_0x14ee08}of this['_findSuggestions'](_0x2a3d77,'formatBlock')){if(!_0x14ee08['isOwn'])continue;if(_0x14ee08['isNextTo']||_0x14ee08['containsRangeInObject']||_0x14ee08['isInsideObject'])continue;if(_0x334de7['data']['formatGroupId']!=_0x39b3a4['formatGroupId'])continue;if(!Qt(_0x334de7,_0x5312d1))continue;const _0x11e4ef=_0x334de7['getFirstRange']();if(_0x334de7['subType']==_0x3f6395){if(_0x11e4ef['containsRange'](_0x2a3d77,!0x0))return null;_0xca92e7=_0xca92e7['isBefore'](_0x11e4ef['start'])?_0xca92e7:_0x11e4ef['start'],_0x52aaae=_0x52aaae['isAfter'](_0x11e4ef['end'])?_0x52aaae:_0x11e4ef['end'],_0x23c4ad?_0x11e4ef['start']['isBefore'](_0x23c4ad['getFirstRange']()['start'])?(_0x23c4ad['removeMarkers'](),_0x23c4ad=_0x334de7):_0x334de7['removeMarkers']():_0x23c4ad=_0x334de7;}else{const _0x306d9a=_0x2a3d77['getIntersection'](_0x11e4ef);this['_cutOutSuggestionMarker'](_0x334de7,_0x306d9a);}}const _0x5ba717=this['editor']['plugins']['get']('Users')['me'],_0x106e2f=_0x429b71(),_0x424842=_0x5ba717['id'];if(_0x23c4ad)return this['_setSuggestionRange'](_0x23c4ad,this['_model']['createRange'](_0xca92e7,_0x52aaae)),_0x23c4ad;{const _0x1520c1=this['_setSuggestionData']({'id':_0x106e2f,'type':'formatBlock:'+_0x3f6395,'data':_0x39b3a4,'createdAt':new Date(),'authorId':_0x424842,'attributes':_0x5312d1});return this['_addSuggestionMarker']('formatBlock:'+_0x3f6395,_0x106e2f,_0x424842,this['_model']['createRange'](_0xca92e7,_0x52aaae)),_0x1520c1;}}['markMultiRangeBlockFormat'](_0x39db58,_0x3f4a83,_0x292d17=[],_0x390caf=null,_0x3de66c={}){_0x3f4a83['formatGroupId']||(_0x3f4a83['formatGroupId']=_0x3f4a83['commandName']);const _0x54cf87=_0x39db58[0x0];_0x3f4a83['multipleBlocks']=_0x54cf87['is']('range'),_0x390caf=_0x390caf||Jt(_0x3f4a83);const _0x45afdf=_0x292d17['map'](_0x583d7f=>qt(_0x583d7f,this['_model'])),_0x3635f3=_0x54cf87['is']('range')?_0x39db58:_0x39db58['map'](_0x132232=>qt(_0x132232,this['_model']));if('never'===this['_trackFormatChanges']){const _0x508b42=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x390caf,'accept');return this['forceDefaultExecution'](()=>_0x508b42(_0x3635f3,_0x3f4a83,_0x3de66c)),null;}_0x45afdf['push'](..._0x3635f3);let _0xb76456=!0x0;for(const _0x46ed54 of _0x45afdf)if(!this['_rangeIsInLocalUserInsertion'](_0x46ed54)){_0xb76456=!0x1;break;}if(_0xb76456&&'always'!==this['_trackFormatChanges']){const _0x132937=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x390caf,'accept');return this['forceDefaultExecution'](()=>_0x132937(_0x3635f3,_0x3f4a83,_0x3de66c)),null;}const _0x522650=this['editor']['plugins']['get']('Users')['me'];for(const _0x135b05 of this['getSuggestions']()){if(_0x135b05['author']['id']!=_0x522650['id'])continue;if('formatBlock'!=_0x135b05['type']||_0x135b05['data']['formatGroupId']!=_0x3f4a83['formatGroupId'])continue;if(!Qt(_0x135b05,_0x3de66c))continue;const _0x5e9f48=_0x135b05['subType']==_0x390caf;for(let _0x572bc3=0x0;_0x572bc3<_0x3635f3['length'];_0x572bc3++){const _0x5e48ef=_0x3635f3[_0x572bc3];for(const _0x2ac628 of _0x135b05['getMarkers']()){const _0x5dd3a1=_0x2ac628['getRange']();if(_0x5e48ef['isEqual'](_0x5dd3a1)){_0x5e9f48?(_0x3635f3['splice'](_0x572bc3,0x1),_0x572bc3--):_0x135b05['removeMarker'](_0x2ac628['name']);break;}}}}if(0x0==_0x3635f3['length'])return null;const _0x8709c4=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x390caf,'join');for(const _0x213dbd of this['getSuggestions']())if(_0x213dbd['author']['id']==_0x522650['id']&&'formatBlock'==_0x213dbd['type']&&_0x213dbd['data']['formatGroupId']==_0x3f4a83['formatGroupId']&&_0x213dbd['subType']==_0x390caf&&Qt(_0x213dbd,_0x3de66c)&&(_0x8709c4(_0x213dbd['getRanges'](),_0x3635f3)||_0x8709c4(_0x3635f3,_0x213dbd['getRanges']()))){for(const _0x48b0f5 of _0x3635f3)_0x213dbd['addRange'](_0x48b0f5);return _0x213dbd;}const _0x59b471=_0x429b71(),_0x2a7a84=_0x522650['id'],_0x5d007b='formatBlock:'+_0x390caf,_0x5d62fd=this['_setSuggestionData']({'id':_0x59b471,'type':_0x5d007b,'data':_0x3f4a83,'createdAt':new Date(),'authorId':_0x2a7a84,'attributes':_0x3de66c});for(const _0x17c6a8 of _0x3635f3)this['_addSuggestionMarker'](_0x5d007b,_0x59b471,_0x2a7a84,_0x17c6a8,o['getMultiRangeId']());return _0x5d62fd;}['markDeletion'](_0x4d7f70,_0x269136=null,_0x396265={}){if(_0x4d7f70['isCollapsed'])return null;const _0x305a6f=this['editor']['plugins']['get']('Users')['me'],_0x46c0f9=new _0x315628(_0x4d7f70['start'],_0x4d7f70['end']);for(const {suggestion:_0x535ad6,meta:_0x4674f3}of this['_findSuggestions'](_0x46c0f9,'insertion'))if(_0x4674f3['isOwn']&&!_0x4674f3['isNextTo']){if(_0x535ad6['isMultiRange']){const _0x37606c=_0x535ad6['getRanges']()['filter'](_0x39e41f=>'$graveyard'!=_0x39e41f['root']['rootName']);_0x37606c['every'](_0x5eede0=>_0x46c0f9['containsRange'](_0x5eede0,!0x0))&&_0x535ad6['discard']();if(_0x37606c['some'](_0x408873=>_0x408873['containsRange'](_0x46c0f9,!0x0))){const _0x408949=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x269136,'accept');return this['forceDefaultExecution'](()=>_0x408949([_0x46c0f9],null,_0x396265)),null;}}else{const _0x1fe2bb=_0x46c0f9['getIntersection'](_0x535ad6['getFirstRange']());null!==_0x1fe2bb&&_0x535ad6['_onDiscard']([_0x1fe2bb],null,_0x396265);}}if(_0x46c0f9['detach'](),_0x46c0f9['isCollapsed']||'$graveyard'==_0x46c0f9['root']['rootName'])return null;let _0x4b6bca=null,_0x102e38=_0x46c0f9['start'],_0x26799f=_0x46c0f9['end'];const _0x45f2d9=this['_findSuggestions'](_0x46c0f9,'deletion');for(const {suggestion:_0x537f59,meta:_0x27f648}of _0x45f2d9){const _0x2428ec=this['_model']['createRange'](_0x102e38,_0x26799f);if(_0x27f648['isOwn']&&(this['_mergeNestedSuggestions']||!_0x27f648['containsRangeInObject']&&!_0x27f648['isInsideObject'])){if(_0x537f59['isMultiRange']){if(!Qt(_0x537f59,_0x396265))continue;let _0x2eaa2f=!0x0;for(const _0x3339ef of _0x537f59['getRanges']()){if(_0x3339ef['containsRange'](_0x2428ec,!0x0))return _0x537f59;_0x2428ec['containsRange'](_0x3339ef)||(_0x2eaa2f=!0x1);}_0x2eaa2f&&_0x537f59['discard']();}else{const _0x4668aa=_0x537f59['getFirstRange']();if(_0x4668aa['containsRange'](_0x2428ec,!0x0))return _0x537f59;if(!Qt(_0x537f59,_0x396265)){_0x2428ec['containsRange'](_0x4668aa)?_0x537f59['removeMarkers']():_0x4668aa['containsPosition'](_0x102e38)?_0x102e38=_0x4668aa['end']:_0x4668aa['containsPosition'](_0x26799f)&&(_0x26799f=_0x4668aa['start']);continue;}_0x102e38=_0x102e38['isBefore'](_0x4668aa['start'])?_0x102e38:_0x4668aa['start'],_0x26799f=_0x26799f['isAfter'](_0x4668aa['end'])?_0x26799f:_0x4668aa['end'],_0x396265=Object['assign']({},_0x537f59['attributes']),_0x4b6bca?_0x4668aa['start']['isBefore'](_0x4b6bca['getFirstRange']()['start'])?(_0x4b6bca['removeMarkers'](),_0x4b6bca=_0x537f59):_0x537f59['removeMarkers']():_0x4b6bca=_0x537f59;}}}if(_0x4b6bca)return this['_setSuggestionRange'](_0x4b6bca,this['_model']['createRange'](_0x102e38,_0x26799f)),_0x4b6bca;{const _0x18d75a=_0x429b71(),_0x4624de=this['_model']['createRange'](_0x102e38,_0x26799f),_0x730b88=_0x305a6f['id'],_0x586211=_0x269136?'deletion:'+_0x269136:'deletion',_0x447b73=this['_setSuggestionData']({'id':_0x18d75a,'type':_0x586211,'createdAt':new Date(),'authorId':_0x730b88,'attributes':_0x396265});return this['_addSuggestionMarker'](_0x586211,_0x18d75a,_0x730b88,_0x4624de),_0x447b73;}}['markMultiRangeDeletion'](_0x539574,_0x58010='multi',_0x39f63d={}){const _0x1114ff=this['editor']['plugins']['get']('Users')['me'],_0x3eae55=_0x539574['map'](_0x5b72e6=>new _0x315628(_0x5b72e6['start'],_0x5b72e6['end'])),_0x11cde5=new Set();for(const {suggestion:_0x1c3cd6,meta:_0x253208}of this['_findSuggestions'](_0x3eae55,'insertion'))_0x253208['isOwn']&&!_0x253208['isNextTo']&&_0x11cde5['add'](_0x1c3cd6);for(const _0x267995 of _0x11cde5)if(_0x267995['isMultiRange']){const _0x2e7a52=_0x267995['getRanges']();(!_0x267995['attributes']||!_0x267995['attributes']['skipNestingCheck'])&&(_0x2e7a52['every'](_0x236752=>_0x3eae55['some'](_0x408517=>_0x408517['containsRange'](_0x236752,!0x0)))&&_0x267995['discard']());if(_0x3eae55['every'](_0x1b1a48=>_0x2e7a52['some'](_0x461702=>_0x461702['containsRange'](_0x1b1a48,!0x0)))){const _0x3458bb=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x58010,'accept');return this['forceDefaultExecution'](()=>_0x3458bb(_0x539574,null,_0x39f63d)),null;}}else{const _0x2b8c7d=_0x267995['getFirstRange']();_0x3eae55['some'](_0x4a8af5=>_0x4a8af5['containsRange'](_0x2b8c7d,!0x0))&&_0x267995['discard']();if(_0x3eae55['every'](_0x2c360a=>_0x2b8c7d['containsRange'](_0x2c360a,!0x0))){const _0x522be1=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x58010,'accept');return this['forceDefaultExecution'](()=>_0x522be1(_0x3eae55,null,_0x39f63d)),null;}}const _0x331351=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x58010,'join');let _0xd232a=null;for(const _0x3cbc95 of this['getSuggestions']())if(_0x3cbc95['author']['id']==_0x1114ff['id']&&_0x3cbc95['isInContent']&&'deletion'==_0x3cbc95['type']&&_0x3cbc95['subType']==_0x58010&&Qt(_0x3cbc95,_0x39f63d)&&(_0x331351(_0x3cbc95['getRanges'](),_0x3eae55)||_0x331351(_0x3eae55,_0x3cbc95['getRanges']()))){if(_0xd232a){if(_0x3cbc95['commentThread']&&_0x3cbc95['commentThread']['length'])continue;for(const _0x4625d5 of _0x3cbc95['getRanges']())_0xd232a['isIntersectingWithRange'](_0x4625d5)||_0xd232a['addRange'](_0x4625d5);_0x3cbc95['removeMarkers']();}else{_0xd232a=_0x3cbc95;for(const _0x2fb7ff of _0x3eae55)_0x3cbc95['isIntersectingWithRange'](_0x2fb7ff)||_0x3cbc95['addRange'](_0x2fb7ff);}}if(_0xd232a)return _0xd232a;_0x11cde5['clear']();for(const {suggestion:_0x828c2c,meta:_0x1771f2}of this['_findSuggestions'](_0x3eae55,'deletion'))_0x1771f2['isOwn']&&(this['_mergeNestedSuggestions']||!_0x1771f2['containsRangeInObject']&&!_0x1771f2['isInsideObject'])&&Qt(_0x828c2c,_0x39f63d)&&_0x11cde5['add'](_0x828c2c);for(const _0x36526b of _0x11cde5){const _0x40b797=_0x36526b['getRanges']();if(!_0x39f63d||!_0x39f63d['skipNestingCheck']){if(_0x3eae55['every'](_0xb718a=>_0x40b797['some'](_0x46bbd0=>_0x46bbd0['containsRange'](_0xb718a,!0x0))))return _0x36526b;}(!_0x36526b['attributes']||!_0x36526b['attributes']['skipNestingCheck'])&&(_0x40b797['every'](_0x3ddd6d=>_0x3eae55['some'](_0xdd5c77=>_0xdd5c77['containsRange'](_0x3ddd6d,!0x0)))&&_0x36526b['discard']());}const _0xbbbe23=_0x429b71(),_0x16b4e2=_0x1114ff['id'],_0x43b94c='deletion:'+_0x58010,_0x517e2=this['_setSuggestionData']({'id':_0xbbbe23,'type':_0x43b94c,'createdAt':new Date(),'authorId':_0x16b4e2,'attributes':_0x39f63d});for(const _0x4526c2 of _0x3eae55)_0x4526c2['detach'](),_0x4526c2['isCollapsed']||'$graveyard'==_0x4526c2['root']['rootName']||this['_addSuggestionMarker'](_0x43b94c,_0xbbbe23,_0x16b4e2,_0x4526c2,o['getMultiRangeId']());return _0x517e2;}['markAttributeChange'](_0x2dbd5d,_0x1e21bd,_0x407151,_0x2a4f54,_0x50a3f5){if(_0x2dbd5d['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x2d50de=this['editor']['plugins']['get']('Users')['me']['id'],_0x4e5a20=Array['from'](this['_suggestions']['values']())['filter'](_0x38de28=>'attribute'==_0x38de28['type']&&_0x38de28['data']['key']==_0x1e21bd&&_0x38de28['isIntersectingWithRange'](_0x2dbd5d));if('default'===this['_trackFormatChanges']){const _0x15817b=this['_findSuggestions'](_0x2dbd5d,'insertion')['filter'](({meta:_0xde93cd})=>_0xde93cd['isOwn']&&!_0xde93cd['isInsideObject']&&!_0xde93cd['isNextTo'])['map'](({suggestion:_0x5088ea})=>_0x5088ea);_0x4e5a20['unshift'](..._0x15817b);}const _0x36f039=new Map([[_0x2dbd5d,_0x407151]]);for(const _0x77024c of _0x4e5a20){const _0x3ff202='attribute'==_0x77024c['type']?_0x77024c['data']['oldValue']:void 0x0,_0x44820e=_0x77024c['getFirstRange'](),_0x39ca78=Array['from'](_0x36f039['keys']())['find'](_0x43120c=>_0x43120c['isIntersecting'](_0x44820e));if(!_0x39ca78)continue;const _0x2d3ef6=_0x39ca78['getDifference'](_0x44820e);this['_isBlockAttribute'](_0x1e21bd)&&'insertion'==_0x77024c['type']&&0x0!=_0x2d3ef6['length']||(_0x36f039['delete'](_0x39ca78),_0x2d3ef6['forEach'](_0x2a1869=>{_0x36f039['set'](_0x2a1869,_0x407151);}),'insertion'!=_0x77024c['type']&&_0x3ff202!=_0x2a4f54&&_0x36f039['set'](_0x39ca78['getIntersection'](_0x44820e),_0x3ff202));}const _0x57d190=[];for(const [_0x3fdcb8,_0x136e41]of _0x36f039){const _0x7a14f4=_0x429b71(),_0xcbd443={'key':_0x1e21bd,'oldValue':_0x136e41,'newValue':_0x2a4f54};_0x1e21bd['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':_0x1e21bd});const _0x58f50f=('attribute:'+(_0x1e21bd+'|'+Jt({'newValue':_0x2a4f54})))['substring'](0x0,0x3c),_0x4af3f2=this['_setSuggestionData']({'id':_0x7a14f4,'type':_0x58f50f,'data':_0xcbd443,'createdAt':new Date(),'authorId':_0x2d50de,'attributes':_0x50a3f5});_0x57d190['push'](_0x4af3f2),this['_addSuggestionMarker'](_0x58f50f,_0x7a14f4,_0x2d50de,_0x3fdcb8);}return _0x57d190;}['enableDefaultAttributesIntegration'](_0x214a50){this['enableCommand'](_0x214a50,(_0x5a7b41,..._0x5cee9b)=>{this['_recordAttributeChanges'](()=>{_0x5a7b41(..._0x5cee9b);});});}['registerBlockAttribute'](_0x345136){this['_blockAttributeKeys']['add'](_0x345136);}['registerInlineAttribute'](_0x2b3525){this['_inlineAttributeKeys']['add'](_0x2b3525);}['_getAttributeKey'](_0x140fc5){return'attribute'==_0x140fc5['type']?_0x140fc5['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x3e3dfe,_0x482d5c){const _0xd753f7=_0x3e3dfe['getFirstMarker']();this['_model']['change'](_0x4b7df8=>{_0x4b7df8['updateMarker'](_0xd753f7,{'range':_0x482d5c});});}['_addThreadToSuggestion'](_0x505a13){const _0x199e87=_0x505a13['id'],_0x1e5da2=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x199e87)||this['_commentsRepository']['addCommentThread']({'channelId':_0x1e5da2,'threadId':_0x199e87,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x2800c4=this['_commentsRepository']['getCommentThread'](_0x199e87);_0x2800c4['unbind']('isRemovable'),_0x2800c4['isRemovable']=!0x1,_0x505a13['commentThread']=_0x2800c4;}['_checkSuggestionCorrectness'](_0x25c8c4,_0x2f5780,_0x6c6b35,_0x501fef){if(_0x25c8c4['type']!=_0x2f5780||_0x25c8c4['subType']!=_0x6c6b35||_0x25c8c4['creator']['id']!=_0x501fef)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x3c865c('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x3dc9a6,_0x6cf42c){const _0x4ece3b=_0x3dc9a6['getFirstRange']();if(_0x6cf42c['isEqual'](_0x4ece3b))_0x3dc9a6['removeMarkers']();else{if(_0x4ece3b['containsRange'](_0x6cf42c)){const _0x50f879=this['_model']['createPositionAt'](_0x6cf42c['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x3dc9a6,this['_model']['createRange'](_0x4ece3b['start'],_0x50f879));const _0x53336b=_0x429b71(),_0x32c903=_0x3dc9a6['creator']['id'],_0x15e09a=_0x3dc9a6['type']+':'+_0x3dc9a6['subType'];this['_setSuggestionData']({'id':_0x53336b,'type':_0x15e09a,'createdAt':new Date(),'authorId':_0x32c903,'data':_0x3dc9a6['data'],'attributes':_0x3dc9a6['attributes']});const _0x18f5cd=this['_model']['createPositionAt'](_0x6cf42c['end']['parent'],'after'),_0x19cc48=this['_model']['createRange'](_0x18f5cd,_0x4ece3b['end']);this['_addSuggestionMarker'](_0x15e09a,_0x53336b,_0x32c903,_0x19cc48);}else{if(_0x4ece3b['containsPosition'](_0x6cf42c['start'])){const _0x6944c1=this['_model']['createPositionAt'](_0x6cf42c['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x3dc9a6,this['_model']['createRange'](_0x4ece3b['start'],_0x6944c1));}else{const _0x2d9c62=this['_model']['createPositionAt'](_0x6cf42c['end']['parent'],'after');this['_setSuggestionRange'](_0x3dc9a6,this['_model']['createRange'](_0x2d9c62,_0x4ece3b['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x463bd6){for(const {suggestion:_0x2f7444,meta:_0xb6b789}of this['_findSuggestions'](_0x463bd6,'insertion')){if(!_0xb6b789['isOwn'])continue;const _0x49e505=_0x2f7444['getRanges']();for(const _0x25a35e of _0x49e505)if(!_0x463bd6['getDifference'](_0x25a35e)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x4662b0){const _0x2da868=this['editor']['plugins']['get']('Users')['getUser'](_0x4662b0);if(!_0x2da868)throw new _0x3c865c('track-changes-user-not-found',this);return _0x2da868;}['_getExternalAuthor'](_0x16e589){const _0x434ac0=this['editor']['plugins']['get']('Users'),_0x4e80d0=_0x2eecaa('external:'+_0x16e589),_0x1d68f9=_0x434ac0['getUser'](_0x4e80d0);return _0x1d68f9||_0x434ac0['addUser']({'id':_0x4e80d0,'name':_0x16e589});}['_createSuggestion'](_0x2c62be,_0xa5e109,_0x384ffe,_0x1388fe,_0x462e99){const _0xed1f5e=this['_getAuthorFromId'](_0x1388fe),_0x351c90=this['_suggestionFactory']['buildSuggestion'](_0x2c62be,_0xa5e109,_0x384ffe,_0xed1f5e,_0x462e99,_0x1b98ef=>{this['_updateSuggestionData'](_0x384ffe,{'attributes':_0x1b98ef});const _0x306341=this['getSuggestion'](_0x384ffe);this['_joinWithAdjacentSuggestions'](new Set([_0x306341])),this['_refreshSuggestionsChain'](new Set([_0x306341]));});return this['listenTo'](_0x351c90,'accept',()=>{this['_updateSuggestionData'](_0x384ffe,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x351c90,'discard',()=>{this['_updateSuggestionData'](_0x384ffe,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x384ffe,_0x351c90),this['_suggestionState']['set'](_0x351c90,'notReady'),_0x351c90;}['_splitMarkerName'](_0x30193c){const _0x13ce15=_0x30193c['split'](':');return{'group':_0x13ce15[0x0],'type':_0x13ce15[0x1],'subType':_0x13ce15['length']>=0x5?_0x13ce15[0x2]:null,'id':_0x13ce15['length']<0x5?_0x13ce15[0x2]:_0x13ce15[0x3],'authorId':_0x13ce15['length']<0x5?_0x13ce15[0x3]:_0x13ce15[0x4],'markerCount':0x6==_0x13ce15['length']?_0x13ce15[0x5]:null};}['_breakSuggestionMarker'](_0x234d9c,_0x5e8edd,_0x364911){const _0x5b6d57=_0x234d9c['getFirstRange'](),_0x8eabaf=_0x5b6d57['start'],_0x2bfe49=_0x5b6d57['end'];this['_setSuggestionRange'](_0x234d9c,this['_model']['createRange'](_0x8eabaf,_0x5e8edd));const _0x40a4ba=_0x429b71(),_0x2627d7=_0x234d9c['creator']['id'],_0x11af21=_0x234d9c['type']+(_0x234d9c['subType']?':'+_0x234d9c['subType']:'');this['_setSuggestionData']({'id':_0x40a4ba,'type':_0x11af21,'createdAt':new Date(),'authorId':_0x2627d7,'originalSuggestionId':_0x234d9c['id'],'attributes':_0x234d9c['attributes'],'data':_0x234d9c['data']});const _0x234065=this['_getAttributeKey'](_0x234d9c);('formatBlock'==_0x234d9c['type']||_0x234065&&this['_isBlockAttribute'](_0x234065))&&(_0x364911=this['_model']['createPositionBefore'](_0x364911['parent'])),this['_addSuggestionMarker'](_0x11af21,_0x40a4ba,_0x2627d7,this['_model']['createRange'](_0x364911,_0x2bfe49));}['_findSuggestions'](_0x455acb,_0x59405e=null){const _0x86ced4=[],_0x58b879=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x455acb)||(_0x455acb=[_0x455acb]);for(const _0x3a0942 of this['getSuggestions']()){if(!_0x3a0942['isInContent'])continue;if(_0x59405e&&_0x3a0942['type']!=_0x59405e)continue;let _0x32c9c4=!0x1;for(const _0x42a611 of _0x3a0942['getRanges']()){for(const _0x1ee4a2 of _0x455acb){const _0x3723d6=_0x1ee4a2['start']['isEqual'](_0x42a611['end'])||_0x1ee4a2['end']['isEqual'](_0x42a611['start']);if(_0x3723d6||_0x1ee4a2['getIntersection'](_0x42a611)){const _0x4bae39=_0x1ee4a2['containsRange'](_0x42a611)&&Pt(this['_model']['schema'],_0x42a611['start'],_0x1ee4a2),_0x14caea=_0x42a611['containsRange'](_0x1ee4a2)&&Pt(this['_model']['schema'],_0x1ee4a2['start'],_0x42a611);_0x86ced4['push']({'suggestion':_0x3a0942,'meta':{'isOwn':_0x58b879==_0x3a0942['author'],'isNextTo':_0x3723d6,'isInsideObject':_0x4bae39,'containsRangeInObject':_0x14caea}}),_0x32c9c4=!0x0;break;}}if(_0x32c9c4)break;}}return _0x86ced4;}['_addSuggestionMarker'](_0x5d5cee,_0x32c94f,_0x57d467,_0x373e26,_0x1f63f9){this['_model']['change'](_0x1081f0=>{let _0x57749b='suggestion:'+_0x5d5cee+':'+_0x32c94f+':'+_0x57d467;_0x1f63f9&&(_0x57749b=_0x57749b+':'+_0x1f63f9),_0x1081f0['addMarker'](_0x57749b,{'range':_0x373e26,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x4458b7){const _0x341cb5=_0x4458b7['previous'],_0x2991c6=_0x4458b7['next'];_0x4458b7['previous']=null,_0x4458b7['next']=null,null!=_0x341cb5&&_0x341cb5['next']==_0x4458b7&&(_0x341cb5['next']=_0x2991c6),null!=_0x2991c6&&_0x2991c6['previous']==_0x4458b7&&(_0x2991c6['previous']=_0x341cb5),'ready'==this['_suggestionState']['get'](_0x4458b7)&&(this['_suggestionState']['set'](_0x4458b7,'removed'),this['fire']('suggestionUnloaded',_0x4458b7,_0x341cb5,_0x2991c6));}['_setSuggestionData'](_0x2c132d){const _0x58bbbb=_0x2c132d['id'],_0x255fe9=this['addSuggestionData'](_0x2c132d);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x90f4ab=this['editor']['plugins']['get']('PendingActions'),_0x102c6a=_0x255fe9['hasComments'],_0x38370f=_0x255fe9['subType']?_0x255fe9['type']+':'+_0x255fe9['subType']:_0x255fe9['type'],_0x49ba92=this['editor']['locale'],_0x463ba1=_0x90f4ab['add'](c(_0x49ba92,'PENDING_ACTION_SUGGESTION')),_0x3cbaf0={'id':_0x58bbbb,'type':_0x38370f,'hasComments':_0x102c6a,'data':_0x2c132d['data']||null,'originalSuggestionId':_0x2c132d['originalSuggestionId']||null,'attributes':_0x255fe9['attributes']};this['_adapter']['addSuggestion'](_0x3cbaf0)['then'](_0x1d9eec=>{_0x255fe9['_saved']=!0x0,_0x90f4ab['remove'](_0x463ba1),_0x1d9eec&&_0x1d9eec['createdAt']&&(this['_suggestions']['get'](_0x58bbbb)['createdAt']=_0x1d9eec['createdAt']);})['catch'](_0x3b2a66=>{throw _0x869b35('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x255fe9['discard']();}),_0x255fe9['stopListening'](),this['_suggestions']['delete'](_0x255fe9['id']),this['_suggestionState']['delete'](_0x255fe9),_0x3b2a66;});}return _0x255fe9;}['_isBlockAttribute'](_0x31eaa5){return this['_blockAttributeKeys']['has'](_0x31eaa5);}['_updateSuggestionData'](_0x56c631,_0x1607f0){const _0x3ad93c=this['editor']['plugins']['get']('PendingActions'),_0x46de49=this['getSuggestion'](_0x56c631);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x46de49['_saved']){const _0x137781=_0x3ad93c['add'](c(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x56c631,_0x1607f0)['then'](()=>{_0x3ad93c['remove'](_0x137781);});}else _0x46de49['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x56c631,_0x1607f0);});}}['_getSuggestionData'](_0x49f541){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x3c865c('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x49f541);}['_handleNewSuggestionMarker'](_0x3b8d78){const {id:_0x496733,type:_0x2c582a,subType:_0x22e447,authorId:_0x52d799}=this['_splitMarkerName'](_0x3b8d78),_0x1fb43d=this['_suggestions']['get'](_0x496733)||this['_createSuggestion'](_0x2c582a,_0x22e447,_0x496733,_0x52d799,{});switch(this['_checkSuggestionCorrectness'](_0x1fb43d,_0x2c582a,_0x22e447,_0x52d799),this['_suggestionState']['get'](_0x1fb43d)){case'notReady':this['_getSuggestionData'](_0x496733)['then'](_0x14517f=>{let _0x564029=Promise['resolve']();_0x14517f['hasComments']&&(_0x564029=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x496733})),_0x564029['then'](()=>{this['addSuggestionData'](_0x14517f)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x1fb43d,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x496733,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x1fb43d,'ready'),this['fire']('suggestionLoaded',_0x1fb43d);break;case'ready':this['fire']('suggestionChanged',_0x1fb43d);}return _0x1fb43d['addMarkerName'](_0x3b8d78),_0x1fb43d;}['_refreshSuggestionsChain'](_0x1eba82){const _0x416f54=Array['from'](_0x1eba82),_0x20d522=_0x416f54['filter'](_0x2eeb00=>'attribute'==_0x2eeb00['type']);this['_refreshAttributeSuggestionsChain'](_0x20d522);const _0x4b0216=_0x416f54['filter'](_0x552f4e=>!_0x552f4e['isMultiRange']&&'attribute'!=_0x552f4e['type']),_0x258d76=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x311687=>!_0x311687['isMultiRange']&&'attribute'!=_0x311687['type']),_0x253ecb=_0x258d76['filter'](_0x13677f=>!_0x1eba82['has'](_0x13677f)),_0x46302a=new Map(_0x258d76['map'](_0x2bee12=>[_0x2bee12,this['_suggestionFactory']['getSuggestionCallback'](_0x2bee12['type'],_0x2bee12['subType'],'chain')])),_0x2ab37c=new Map(_0x258d76['map'](_0x6df606=>[_0x6df606,_0x6df606['getFirstRange']()])),_0x374171=new Set(),_0x2b554b=new Set();for(let _0x2b8881=0x0;_0x2b8881<_0x4b0216['length'];_0x2b8881++)_0x4e06ef(_0x4b0216[_0x2b8881],_0x4b0216,_0x2b8881+0x1);for(let _0x41faba=0x0;_0x41faba<_0x4b0216['length'];_0x41faba++)_0x4e06ef(_0x4b0216[_0x41faba],_0x253ecb,0x0);const _0x27af9f=new Set();for(let _0xb945b1=0x0;_0xb945b1<_0x4b0216['length'];_0xb945b1++){const _0x2002bd=_0x4b0216[_0xb945b1];!_0x2b554b['has'](_0x2002bd)&&_0x2002bd['previous']&&(_0x27af9f['add'](_0x2002bd['previous']),_0x2002bd['previous']['next']===_0x2002bd&&(_0x2002bd['previous']['next']=null),_0x2002bd['previous']=null),!_0x374171['has'](_0x2002bd)&&_0x2002bd['next']&&(_0x27af9f['add'](_0x2002bd['next']),_0x2002bd['next']['previous']===_0x2002bd&&(_0x2002bd['next']['previous']=null),_0x2002bd['next']=null);}function _0x4e06ef(_0x368e2b,_0x356599,_0x6c4e6a){for(let _0x583cf5=_0x6c4e6a;_0x583cf5<_0x356599['length'];_0x583cf5++){const _0x46a247=_0x442e1e(_0x368e2b,_0x356599[_0x583cf5]);_0x46a247&&(_0x46a247[0x0]['next']=_0x46a247[0x1],_0x46a247[0x1]['previous']=_0x46a247[0x0],_0x374171['add'](_0x46a247[0x0]),_0x2b554b['add'](_0x46a247[0x1]));}}function _0x442e1e(_0x3a2310,_0x51e9a7){if(_0x3a2310['author']['id']!==_0x51e9a7['author']['id'])return null;const _0x2fc6f9=_0x46302a['get'](_0x3a2310)(_0x3a2310,_0x51e9a7,_0x2ab37c['get'](_0x3a2310),_0x2ab37c['get'](_0x51e9a7));if(!_0x2fc6f9)return null;return _0x46302a['get'](_0x51e9a7)(_0x3a2310,_0x51e9a7,_0x2ab37c['get'](_0x3a2310),_0x2ab37c['get'](_0x51e9a7))?_0x2fc6f9[0x1]['commentThread']&&_0x2fc6f9[0x1]['commentThread']['length']?null:_0x2fc6f9:null;}_0x27af9f['size']&&this['_refreshSuggestionsChain'](_0x27af9f);}['_refreshAttributeSuggestionsChain'](_0x4d2e2f){if(0x0==_0x4d2e2f['length'])return;const _0x148b34=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x103042=>'attribute'==_0x103042['type']&&_0x103042['_isDataLoaded']),_0x66835b=[],_0x1f2e15=new Map();for(const _0x1590ab of _0x148b34){const _0x2566c7=_0x2eecaa(_0x1590ab['attributes']);_0x1f2e15['has'](_0x2566c7)||(_0x1f2e15['set'](_0x2566c7,_0x66835b['length']),_0x66835b['push']([]));const _0x19aa37=_0x1f2e15['get'](_0x2566c7);_0x66835b[_0x19aa37]['push'](_0x1590ab);}!(function(){_0x66835b['sort']((_0x199285,_0x44eaf1)=>{const _0x212bc5=_0x199285[0x0]['createdAt'],_0x56fc32=_0x44eaf1[0x0]['createdAt'];return _0x212bc5==_0x56fc32?_0x199285[0x0]['attributes']['groupId']<_0x44eaf1[0x0]['attributes']['groupId']?-0x1:0x1:_0x212bc5<_0x56fc32?-0x1:0x1;});for(const _0x5c846c of _0x66835b)_0x5c846c['sort']((_0x563883,_0x2985a0)=>_0x563883['id']<_0x2985a0['id']?-0x1:0x1);}());for(let _0x35a613=0x0;_0x35a613<_0x66835b['length'];_0x35a613++){if(0x0==_0x66835b[_0x35a613]['length'])continue;const _0x212cce=[];for(let _0x2ce682=_0x35a613+0x1;_0x2ce682<_0x66835b['length'];_0x2ce682++)0x0!=_0x66835b[_0x2ce682]['length']&&_0x8d9a72(_0x66835b[_0x35a613],_0x66835b[_0x2ce682])&&_0x212cce['push'](_0x2ce682);for(const _0x415c58 of _0x212cce)_0x66835b[_0x35a613]=_0x66835b[_0x35a613]['concat'](_0x66835b[_0x415c58]),_0x66835b[_0x415c58]=[];}for(const _0x5d4ac2 of _0x66835b)for(let _0x521664=0x0;_0x521664<_0x5d4ac2['length'];_0x521664++){const _0x18eacb=_0x5d4ac2[_0x521664+0x1]||null;_0x5d4ac2[_0x521664]['next']!==_0x18eacb&&(_0x5d4ac2[_0x521664]['next']=_0x18eacb);}for(const _0x38b9f1 of _0x66835b)for(let _0x4f2253=0x0;_0x4f2253<_0x38b9f1['length'];_0x4f2253++){const _0x1d329a=_0x38b9f1[_0x4f2253-0x1]||null;_0x38b9f1[_0x4f2253]['previous']!==_0x1d329a&&(_0x38b9f1[_0x4f2253]['previous']=_0x1d329a);}function _0x8d9a72(_0x13ef0c,_0x8beae2){if(_0x13ef0c[0x0]['attributes']['groupId']!==_0x8beae2[0x0]['attributes']['groupId']&&_0x13ef0c[0x0]['author']!==_0x8beae2[0x0]['author'])return!0x1;if(!function(_0x46647a,_0x5a6163){if(!_0x46647a['hasComments']&&!_0x5a6163['hasComments'])return!0x0;if(_0x46647a['hasComments']&&_0x5a6163['hasComments'])return!0x1;if(_0x46647a['hasComments']&&_0x5a6163['createdAt']<_0x46647a['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x5a6163['hasComments']&&_0x46647a['createdAt']<_0x5a6163['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x13ef0c[0x0],_0x8beae2[0x0]))return!0x1;const _0x3cc055=Vt(_0x13ef0c[0x0]['attributes'],'groupId'),_0x2d1a5d=Vt(_0x8beae2[0x0]['attributes'],'groupId');if(!_0x52f535(_0x3cc055,_0x2d1a5d))return!0x1;return!!_0x13ef0c['every'](_0x493f76=>_0x8beae2['some'](_0x3bb28a=>_0x493f76['getFirstRange']()['isEqual'](_0x3bb28a['getFirstRange']())))&&_0x8beae2['every'](_0x4a3c3b=>_0x13ef0c['some'](_0x34f4a3=>_0x4a3c3b['getFirstRange']()['isEqual'](_0x34f4a3['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x3927ff){const _0x9ef089=Array['from'](_0x3927ff),_0x25ea27=this['getSuggestions']({'skipNotAttached':!0x0}),_0x312717=_0x25ea27['filter'](_0x3c1014=>!_0x3927ff['has'](_0x3c1014)),_0x4d2ce6=new Map(_0x9ef089['map'](_0x5ba8f9=>[_0x5ba8f9,this['_suggestionFactory']['getSuggestionCallback'](_0x5ba8f9['type'],_0x5ba8f9['subType'],'join')])),_0x371ac0=new Map(_0x25ea27['map'](_0x34cab3=>[_0x34cab3,_0x34cab3['getRanges']()]));for(let _0x2263ca=0x0;_0x2263ca<_0x9ef089['length'];_0x2263ca++){if(_0x3a938f(this,_0x9ef089[_0x2263ca],_0x9ef089,_0x2263ca+0x1))return!0x0;}for(let _0x28bc97=0x0;_0x28bc97<_0x9ef089['length'];_0x28bc97++){if(_0x3a938f(this,_0x9ef089[_0x28bc97],_0x312717,0x0))return!0x0;}return!0x1;function _0x3a938f(_0x30a831,_0x215849,_0x55fe9b,_0x162552){for(let _0x1c507e=_0x162552;_0x1c507e<_0x55fe9b['length'];_0x1c507e++){const _0x45c215=_0x55fe9b[_0x1c507e];if(_0x45c215['type']!==_0x215849['type']||_0x45c215['author']['id']!==_0x215849['author']['id']||_0x45c215['subType']!==_0x215849['subType'])continue;if(!Wt(_0x215849,_0x45c215))continue;if('attribute'==_0x215849['type']&&_0x215849['data']['oldValue']!=_0x45c215['data']['oldValue'])continue;if('attribute'==_0x215849['type']&&_0x30a831['_isBlockAttribute'](_0x215849['data']['key']))continue;if('formatBlock'==_0x215849['type']){const _0x117882=_0x30a831['editor']['model'],_0x5b94ec=_0x215849['getContainedElement']();if(_0x5b94ec&&(_0x117882['schema']['isObject'](_0x5b94ec)||_0x117882['schema']['isLimit'](_0x5b94ec)))continue;}const _0x2e2363=_0x4d2ce6['get'](_0x215849),_0x28e66c=_0x371ac0['get'](_0x215849),_0x232ca8=_0x371ac0['get'](_0x45c215),_0x398865=_0x215849['commentThread']&&_0x215849['commentThread']['length'],_0x5db28b=_0x45c215['commentThread']&&_0x45c215['commentThread']['length'];if(!_0x398865&&_0x2e2363(_0x232ca8,_0x28e66c))return _0x30a831['_joinSuggestions'](_0x45c215,_0x215849),_0x371ac0['delete'](_0x215849),!0x0;if(!_0x5db28b&&_0x2e2363(_0x28e66c,_0x232ca8))return _0x30a831['_joinSuggestions'](_0x215849,_0x45c215),_0x371ac0['delete'](_0x45c215),!0x0;}return!0x1;}}['_joinSuggestions'](_0x288d13,_0x56dcef){if(_0x288d13['isMultiRange']){for(const _0x31b6f9 of _0x56dcef['getRanges']())_0x288d13['addRange'](_0x31b6f9);}else{const _0x3d1d38=_0x56dcef['getFirstRange']()['end'];this['_setSuggestionRange'](_0x288d13,this['_model']['createRange'](_0x288d13['getFirstRange']()['start'],_0x3d1d38));}_0x56dcef['removeMarkers']();}['_getMarkerAnnouncementText'](_0x73e34e,_0x474ad0,_0x3676e8){const _0x3a570b=_0x73e34e['startsWith']('format')||_0x73e34e['startsWith']('attribute')?'FORMATTING':_0x73e34e['toUpperCase']();return c(this['editor']['locale'],_0x474ad0+'_'+_0x3a570b+'_SUGGESTION_ANNOUNCEMENT',_0x3676e8);}['_initAriaMarkerChangeAnnouncements'](){const _0xb78a98=this['editor'];if(!_0xb78a98['ui'])return;const {ariaLiveAnnouncer:_0x50fd42}=_0xb78a98['ui'];_0x120bfa(this['_model'],({left:_0x349c58,entered:_0x5672b4})=>{for(const _0x32f4db of _0x349c58){const {group:_0x42625e,type:_0x37072d}=this['_splitMarkerName'](_0x32f4db['name']);if('suggestion'===_0x42625e){_0x50fd42['announce'](this['_getMarkerAnnouncementText'](_0x37072d,'LEAVE'));break;}}for(const _0x3fc185 of _0x5672b4){const {group:_0x54b3a9,type:_0x839d67}=this['_splitMarkerName'](_0x3fc185['name']);if('suggestion'===_0x54b3a9){_0x50fd42['announce'](this['_getMarkerAnnouncementText'](_0x839d67,'ENTER',_0x2c2ad8(_0x2f905b)));break;}}});}['_processAttributeChanges'](_0x1bb385){if(this['_recordAttributeSuggestions'])return!0x1;const _0xd216b0=this['editor'],_0x52f22f=_0xd216b0['model']['document']['differ']['getChanges']();if(0x0==_0x52f22f['length'])return!0x1;const _0x53d1f5=[],_0x36accc=_0x52f22f['filter'](_0x1ee290=>'attribute'==_0x1ee290['type']),_0x2382c3=_0x52f22f['filter'](_0x3e8729=>'insert'==_0x3e8729['type']&&'$text'!=_0x3e8729['name']),_0x80b5cc=_0x52f22f['filter'](_0x2591c8=>'remove'==_0x2591c8['type']&&'$text'!=_0x2591c8['name']);for(const _0x1420b5 of _0x36accc)_0x53d1f5['push']({'key':_0x1420b5['attributeKey'],'newValue':_0x1420b5['attributeNewValue'],'oldValue':_0x1420b5['attributeOldValue'],'range':Ht(_0x1420b5['range'],_0xd216b0['model'])});for(const _0x19fec8 of _0x2382c3){const _0x309406=_0x80b5cc['find'](_0x20b6b0=>_0x20b6b0['position']['isEqual'](_0x19fec8['position']));_0x309406&&_0x53d1f5['push']({'key':u,'newValue':_0x19fec8['name'],'oldValue':_0x309406['name'],'range':_0xd216b0['model']['createRangeOn'](_0x19fec8['position']['nodeAfter'])});}return 0x0!=_0x53d1f5['length']&&this['_reduceExistingSuggestions'](_0x1bb385,_0x53d1f5);}['_processAttributeSuggestions'](_0x131077){let _0x20f9ec=!0x1;const _0xea0602=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0xed54de=>_0xed54de['data']['newRange']&&_0xed54de['name']['startsWith']('suggestion:attribute:'));for(const _0x14f3f1 of _0xea0602){const {subType:_0x37f8fa,id:_0x5c7ef3}=this['_splitMarkerName'](_0x14f3f1['name']),_0x292254=_0x37f8fa['split']('|')[0x0];for(const _0x2e8699 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x2e8699['id']!=_0x5c7ef3&&'attribute'==_0x2e8699['type']&&_0x2e8699['data']&&_0x2e8699['data']['key']==_0x292254&&_0x2e8699['getFirstRange']()['isIntersecting'](_0x14f3f1['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x2e8699,_0x14f3f1['data']['newRange'],_0x131077),_0x20f9ec=!0x0);}return _0x20f9ec;}['_recordAttributeChanges'](_0x35546c){this['_recordAttributeSuggestions']=!0x0,_0x35546c();}['_isRegisteredAttribute'](_0x4c6479){const _0x253300=this['_isBlockAttribute'](_0x4c6479),_0xbc1f89=this['_inlineAttributeKeys']['has'](_0x4c6479);return _0x253300||_0xbc1f89;}['_reduceExistingSuggestions'](_0x2ae6b0,_0x276185){if(0x0==_0x276185['length'])return!0x1;let _0x5cb162=!0x1;for(const _0x14d7a8 of _0x276185){const _0x40e5a5=this['_findSuggestions'](_0x14d7a8['range'],'attribute')['filter'](_0x5a1d9b=>!_0x5a1d9b['meta']['isNextTo'])['map'](_0x3dfaff=>_0x3dfaff['suggestion']),_0x5e42ce=_0x2eecaa({'newValue':_0x14d7a8['newValue']});_0x40e5a5['filter'](_0x23b21f=>{const [_0x580018,_0x9efec0]=_0x23b21f['subType']['split']('|');return _0x580018==_0x14d7a8['key']&&_0x9efec0!=_0x5e42ce;})['forEach'](_0x4da897=>{this['_reduceSuggestionAttributeRange'](_0x4da897,_0x14d7a8['range'],_0x2ae6b0),_0x5cb162=!0x0;});}return _0x5cb162;}['_reduceSuggestionAttributeRange'](_0x3b0ee7,_0x5f1ea6,_0x49f1b5){const _0x58cc6e=_0x3b0ee7['getFirstRange']()['getDifference'](_0x5f1ea6);0x0!==_0x58cc6e['length']?0x1!==_0x58cc6e['length']?this['_breakSuggestionMarker'](_0x3b0ee7,_0x5f1ea6['start'],_0x5f1ea6['end']):this['_setSuggestionRange'](_0x3b0ee7,_0x58cc6e[0x0]):_0x49f1b5['removeMarker'](_0x3b0ee7['getFirstMarker']());}}class Ft{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x15c841){this['_editor']=_0x15c841,this['_model']=_0x15c841['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x47cea0,_0x3114d1,_0x43f3be,_0x1e71e6,_0x268249,_0x33cf1c){return new o(this['_model'],{'type':_0x47cea0,'subType':_0x3114d1,'id':_0x43f3be,'author':_0x1e71e6,'creator':_0x1e71e6,'attributes':_0x268249,'onAttributesChange':_0x33cf1c,'onAccept':(..._0x5804c1)=>this['getSuggestionCallback'](_0x47cea0,_0x3114d1,'accept')(..._0x5804c1),'onDiscard':(..._0x20aeb4)=>this['getSuggestionCallback'](_0x47cea0,_0x3114d1,'discard')(..._0x20aeb4)});}['registerCustomCallback'](_0x230e22,_0x101157,_0xae0f86,_0x2f6c10){const _0x218451=_0x230e22+':'+_0x101157+':'+_0xae0f86;this['_customCallbacks']['set'](_0x218451,_0x2f6c10);}['getSuggestionCallback'](_0x3005dc,_0x532e79,_0xb05d26){const _0x19dda6=_0x3005dc+':'+_0x532e79+':'+_0xb05d26;return this['_customCallbacks']['get'](_0x19dda6)||this['_defaultCallbacks']['get'](_0x3005dc+':'+_0xb05d26);}['_registerDefaultCallbacks'](){const _0x209aa1=()=>!0x1,_0x57511f=_0xa8ab88=>{_0xa8ab88['sort']((_0x4c675b,_0x42ced1)=>_0x4c675b['start']['isBefore'](_0x42ced1['start'])?0x1:-0x1),this['_model']['change'](_0x1adeb3=>{for(const _0x441118 of _0xa8ab88){let _0x942e15;_0x942e15=_0x441118['end']['isAtEnd']&&_0x441118['end']['parent']==_0x441118['start']['nodeAfter']?_0x1adeb3['createSelection'](_0x441118['start']['nodeAfter'],'on'):_0x1adeb3['createSelection'](_0x441118),this['_model']['deleteContent'](_0x942e15,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x1ce398=(_0x3c3a81,_0x8960fe)=>{_0x8960fe&&this['_model']['change'](_0x30c8ce=>{const {commandName:_0x4fc3f8,commandParams:_0x444b72=[]}=_0x8960fe,_0x25a21e=_0x3c3a81['map'](_0x323845=>(Gt(_0x323845)&&(_0x323845=this['_model']['createRange'](_0x323845['end'])),_0x323845))['filter'](_0x5a71e9=>'$graveyard'!==_0x5a71e9['root']['rootName']);if(_0x25a21e['length']<0x1)return;const _0x4f8836=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x21312d=>_0x315628['fromRange'](_0x21312d));_0x30c8ce['setSelection'](_0x25a21e);for(const _0x44d9dd of this['_editor']['commands']['commands']())_0x44d9dd['refresh']();_0x444b72['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x4fc3f8,..._0x444b72);const _0x59f668=_0x4f8836['filter'](_0x520c09=>'$graveyard'!=_0x520c09['root']['rootName']);_0x59f668['length']>0x0&&_0x30c8ce['setSelection'](_0x59f668);for(const _0x33e123 of _0x4f8836)_0x33e123['detach']();});},_0x3cb839=(_0x9f6924,_0x12c197)=>0x1==_0x9f6924['length']&&0x1==_0x12c197['length']&&_0x9f6924[0x0]['end']['isEqual'](_0x12c197[0x0]['start']),_0x347e24=(_0x3733b9,_0xf7cd11,_0x258354,_0x3aa9d5)=>zt(_0x3733b9,_0xf7cd11,_0x258354,_0x3aa9d5)?[_0x3733b9,_0xf7cd11]:zt(_0xf7cd11,_0x3733b9,_0x3aa9d5,_0x258354)?[_0xf7cd11,_0x3733b9]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x209aa1),this['_defaultCallbacks']['set']('insertion:discard',_0x57511f),this['_defaultCallbacks']['set']('insertion:join',_0x3cb839),this['_defaultCallbacks']['set']('insertion:chain',_0x347e24),this['_defaultCallbacks']['set']('deletion:accept',_0x57511f),this['_defaultCallbacks']['set']('deletion:discard',_0x209aa1),this['_defaultCallbacks']['set']('deletion:join',_0x3cb839),this['_defaultCallbacks']['set']('deletion:chain',_0x347e24),this['_defaultCallbacks']['set']('formatInline:accept',_0x1ce398),this['_defaultCallbacks']['set']('formatInline:discard',_0x209aa1),this['_defaultCallbacks']['set']('formatInline:join',_0x3cb839),this['_defaultCallbacks']['set']('formatInline:chain',_0x209aa1),this['_defaultCallbacks']['set']('formatBlock:accept',_0x1ce398),this['_defaultCallbacks']['set']('formatBlock:discard',_0x209aa1),this['_defaultCallbacks']['set']('formatBlock:join',_0x3cb839),this['_defaultCallbacks']['set']('formatBlock:chain',_0x209aa1),this['_defaultCallbacks']['set']('attribute:accept',_0x209aa1),this['_defaultCallbacks']['set']('attribute:discard',(_0x3e47a1,_0x595a64)=>{if(!_0x595a64)return;const _0x21e082=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x266283=>{if(_0x595a64['key']==u)for(const _0x214d6a of _0x3e47a1){const _0x5afa5e=_0x214d6a['start']['nodeAfter'],_0xeacc1d=_0x595a64['oldValue'];_0x266283['rename'](_0x5afa5e,_0xeacc1d);}else{if(_0x21e082['_isBlockAttribute'](_0x595a64['key'])){for(const _0x3c178b of _0x3e47a1)void 0x0!==_0x595a64['oldValue']?_0x266283['setAttribute'](_0x595a64['key'],_0x595a64['oldValue'],_0x3c178b['start']['nodeAfter']):_0x266283['removeAttribute'](_0x595a64['key'],_0x3c178b['start']['nodeAfter']);}else{for(const _0x5bfb09 of _0x3e47a1)_0x595a64['oldValue']?_0x266283['setAttribute'](_0x595a64['key'],_0x595a64['oldValue'],_0x5bfb09):_0x266283['removeAttribute'](_0x595a64['key'],_0x5bfb09);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x3cb839);}}function Pt(_0x5c94e5,_0x14dd97,_0xb94406){for(const _0x1eda4e of _0x14dd97['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x1eda4e['root']==_0x1eda4e)return!0x1;if(!_0xb94406['containsItem'](_0x1eda4e))return!0x1;if(_0x5c94e5['isObject'](_0x1eda4e)||_0x5c94e5['isLimit'](_0x1eda4e))return!0x0;}return!0x1;}function Gt(_0x54f9b3){return _0x54f9b3['end']['parent']==_0x54f9b3['start']['nodeAfter']&&_0x54f9b3['end']['isAtStart'];}function Lt(_0x205c1e,_0x153a64,_0x452b92,_0x4c027f){const _0x3b7f2b=_0x54454b=>!_0x54454b['item']['is']('$textProxy')&&!_0x4c027f['isObject'](_0x54454b['item']),_0x345b8b=_0x205c1e['start']['getLastMatchingPosition'](_0x3b7f2b),_0x9f9511=_0x205c1e['end']['getLastMatchingPosition'](_0x3b7f2b,{'direction':'backward'});return(!_0x205c1e['start']['isEqual'](_0x345b8b)||!_0x205c1e['end']['isEqual'](_0x9f9511))&&(_0x345b8b['isBefore'](_0x9f9511)?_0x452b92['updateMarker'](_0x153a64,{'range':_0x452b92['createRange'](_0x345b8b,_0x9f9511)}):_0x452b92['removeMarker'](_0x153a64),!0x0);}function Jt(_0x4df715){return _0x2eecaa(_0x4df715);}function Kt(_0x3b1955){const _0x2ee160=_0x3b1955['start']['nodeAfter'];return _0x2ee160&&_0x2ee160['is']('element');}function Ht(_0x119ab1,_0x1a4125){return null==_0x119ab1['end']['nodeBefore']&&_0x119ab1['end']['parent']==_0x119ab1['start']['nodeAfter']?qt(_0x119ab1['start']['nodeAfter'],_0x1a4125):_0x119ab1;}function qt(_0x4ac3f5,_0x102125){const _0x2c9f87=_0x102125['schema']['isObject'](_0x4ac3f5)||_0x102125['schema']['isSelectable'](_0x4ac3f5);return _0x102125['createRange'](_0x102125['createPositionAt'](_0x4ac3f5,'before'),_0x2c9f87?_0x102125['createPositionAfter'](_0x4ac3f5):_0x102125['createPositionAt'](_0x4ac3f5,'end'));}function zt(_0x4641f4,_0x446ed4,_0x309f49,_0x24a42a){return!!Wt(_0x4641f4,_0x446ed4)&&_0x309f49['end']['isEqual'](_0x24a42a['start']);}function Wt(_0x216dfb,_0x2528ce){if(!_0x216dfb['_isDataLoaded']||!_0x2528ce['_isDataLoaded'])return!0x1;const _0xae2243=new Set(Object['keys'](_0x216dfb['attributes'])),_0x5a3290=new Set(Object['keys'](_0x2528ce['attributes']));if(_0xae2243['delete']('groupId'),_0x5a3290['delete']('groupId'),0x0==_0xae2243['size']&&0x0==_0x5a3290['size'])return!0x0;if(_0xae2243['size']!=_0x5a3290['size'])return!0x1;const _0x58c39f={..._0x216dfb['attributes']},_0x462610={..._0x2528ce['attributes']};return delete _0x58c39f['groupId'],delete _0x462610['groupId'],JSON['stringify'](_0x58c39f)==JSON['stringify'](_0x462610);}function Qt(_0x3701e0,_0x41e6bf){const _0x3a387f=Xt(_0x3701e0['attributes']),_0x45be9a=Xt(_0x41e6bf);if(!_0x3701e0['_isDataLoaded'])return!0x1;for(const _0x3fa629 of Object['keys'](_0x45be9a))if(!_0x52f535(_0x3a387f[_0x3fa629],_0x45be9a[_0x3fa629]))return!0x1;return!0x0;}function Xt(_0x529e7a){const _0x271895=Object['assign']({},_0x529e7a);return delete _0x271895['skipNestingCheck'],delete _0x271895['tablePasteChainId'],_0x271895;}class pe extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x2c2a41(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x3eef56,_0x5f194b,_0x1e53a0,_0x1f33e8){super(),this['model']=_0x5f194b,this['view']=_0x1e53a0,this['commentThreadController']=_0x1f33e8,this['_editor']=_0x3eef56,this['_acceptCommand']=_0x3eef56['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x3eef56['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x391c5f,_0x21d341)=>_0x391c5f||_0x21d341),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x49d0f6=>_0x49d0f6&&this['_editor']['model']['canEditAt'](_0x5f194b['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x11d25b=>_0x11d25b&&this['_editor']['model']['canEditAt'](_0x5f194b['getRanges']())),this['_pendingAction']=null,_0x1e53a0['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x1e53a0,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x1e53a0,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x1e53a0,'change:isDirty',()=>{_0x1e53a0['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 _0x5eafeb=c(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x5eafeb);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x235f82{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x2aa352,_0x3f6688,_0x469b05,_0x143a49){super(_0x2aa352),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x2241c1(_0x2aa352,c(_0x2aa352,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x3f6688['authoredAt']),this['bind']('authoredAt')['to'](_0x3f6688),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',_0x3f6688,'authoredAt',this,'descriptionParts',(_0x93295a,_0x5af41d,_0x351726)=>{const _0x23d2d3=_0x351726['map'](_0x25e7db=>ls(_0x25e7db['content']))['join']('.\x20')+'.';return c(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x93295a-0x1,_0x3f6688['author']['name'],_0x5af41d?_0x143a49['formatDateTime'](_0x5af41d):'',new DOMParser()['parseFromString'](_0x23d2d3,'text/html')['body']['textContent']]);}),this['focusables']=new _0x5b123c(),this['focusTracker']=new _0x931833(),this['keystrokes']=new _0x2da891(),this['focusCycler']=new _0x8227d0({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x2bb8b4=>_0x2bb8b4['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x3f6688,this['_localUser']=_0x469b05,this['_config']=_0x143a49,_0x143a49['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x36ab3b(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x47405c}=this['_config'];this['commentsListView']=new _0x47405c(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',_0x1debba=>_0x1debba+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0xd255c7,_0xfc60b1)=>_0xd255c7||!!_0xfc60b1);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x26078d}=this['_config'],_0x180c20=new _0x26078d(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x4fa121=_0x180c20['commentInputView'];return _0x180c20['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x4fa121,'value',(_0x5525f2,_0x3d6ee2,_0x4eb0e1)=>!!_0x4eb0e1||_0x5525f2&&!_0x3d6ee2),_0x4fa121['on']('submit',(_0x81eee3,_0x596e44)=>{this['fire']('addComment',_0x596e44),_0x4fa121['editor']['setData']('');}),_0x4fa121['on']('cancel',()=>this['focus']()),_0x4fa121['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x180c20;}}class fe extends us{['suggestionView'];['_descriptionElement'];constructor(_0xc07a30,_0x209a0b,_0x4f1f28,_0x5614dd){super(_0xc07a30,_0x209a0b,_0x4f1f28,_0x5614dd),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x155035=>_0x155035&&_0x155035[0x0]?_0x155035[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x2e90b8,_0x52d846)=>{let _0x27c82b='';for(const _0x5cf0d6 of _0x2e90b8)_0x27c82b+='<p>'+ls(_0x5cf0d6['content'],_0x5cf0d6['color'])+'</p>';return _0x52d846?_0x27c82b:ti(_0x27c82b,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x5614dd['SuggestionView'](_0xc07a30,_0x209a0b,{'formatDateTime':_0x5614dd['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 _0x5079ed=this['bindTemplate'],_0x2d3e94=[this['suggestionView']];return this['commentsListView']&&_0x2d3e94['push'](this['commentsListView']),this['commentThreadInputView']&&_0x2d3e94['push'](this['commentThreadInputView']),_0x2d3e94['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x5079ed['if']('isActive','ck-suggestion-wrapper--active'),_0x5079ed['to']('type',_0x59b20e=>'ck-suggestion-'+_0x59b20e),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':_0x5079ed['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x2d3e94};}['render'](){super['render'](),this['commentsListView']&&(this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this)),this['commentThreadInputView']&&(this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this));}}class we extends _0x235f82{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0xe553f4,_0x299ecd,_0x176c5d){super(_0xe553f4),this['_model']=_0x299ecd,this['_config']=_0x176c5d,this['set']('description',''),this['bind']('authoredAt')['to'](_0x299ecd),this['acceptButton']=this['_createButton'](c(_0xe553f4,'Accept\x20suggestion'),_0x443d20,'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](c(_0xe553f4,'Discard\x20suggestion'),_0x3e9a0b,'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x1f93df(_0xe553f4,_0x299ecd['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x5b123c([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x931833(),this['keystrokes']=new _0x2da891(),this['focusCycler']=new _0x8227d0({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0xa80d88=>_0xa80d88['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x2e56e8=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x2e56e8['innerHTML']=this['description'],this['on']('change:description',(_0x271086,_0x5d729a,_0x1d7e11)=>{_0x2e56e8['innerHTML']=_0x1d7e11;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x2ab382=this['bindTemplate'],_0x370582=[{'tag':'div','attributes':{'class':['ck-suggestion__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-suggestion__info-name','ck-annotation__info-name'],'data-cke-tooltip-text':this['userView']['name']}},{'tag':'time','attributes':{'datetime':_0x2ab382['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x2ab382['to']('authoredAt',_0x425474=>this['_config']['formatDateTime'](_0x425474))}]}]},{'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']&&_0x370582['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':_0x370582}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?c(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):c(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?c(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):c(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x312631,_0xbf2059,_0x2923e1,_0x3a48cd,_0x12000d){const _0x3eecd9=new _0x5ef6fe(this['locale']);return _0x3eecd9['set']({'label':_0x312631,'icon':_0xbf2059,'tooltip':!0x0,'tooltipPosition':_0x12000d}),_0x3eecd9['extendTemplate']({'attributes':{'class':_0x2923e1}}),_0x3eecd9['on']('execute',()=>{this['fire'](_0x3a48cd,this['_model']['id']);}),_0x3eecd9;}['_setupKeyboardNavigation'](){const _0x386fd8=this['element'];this['keystrokes']['listenTo'](_0x386fd8);for(const _0x373c83 of this['focusables'])this['focusTracker']['add'](_0x373c83['element']),this['keystrokes']['listenTo'](_0x373c83['element']);this['keystrokes']['set']('enter',(_0x85f061,_0x181877)=>{_0x386fd8===_0x85f061['target']&&(this['focusCycler']['focusFirst'](),_0x181877());}),this['keystrokes']['set']('esc',(_0x2558a2,_0x15c3d8)=>{_0x386fd8!==_0x2558a2['target']&&(this['focus'](),_0x15c3d8());});}}class d extends _0xb83fe9{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x54b124,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x13ad1d){super(_0x13ad1d),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x3ce366=this['editor']['config'];_0x3ce366['define']('trackChanges.SuggestionThreadView',fe),_0x3ce366['define']('trackChanges.SuggestionView',we),_0x3ce366['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x3ce366['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x1b77b6,_0xf88d0e){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x540bd2,_0x248aed]of this['_handleControllerBuffer']){const _0x3baef7=this['_suggestionToController']['has'](_0x540bd2);_0x3baef7||_0x248aed?_0x3baef7&&_0x248aed&&this['_destroyController'](_0x540bd2):this['_initializeController'](_0x540bd2);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x1b77b6,_0xf88d0e);}['init'](){const _0x577248=this['editor'],_0x1bd778=_0x577248['plugins']['get']('TrackChangesEditing'),_0x113919=_0x577248['plugins']['get']('Annotations'),_0x5eef87=_0x577248['plugins']['get']('EditorAnnotations'),_0x21955b=_0x577248['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x5eef87['addSourceCollector'](()=>{const _0x1eb405=[];for(const [_0xae778f,_0x2981d8]of Array['from'](this['_suggestionToController'])){const _0x161904=_0xae778f['getAllAdjacentSuggestions'](),_0x52aef2=[];for(const _0x7758aa of _0x161904){if(!_0x7758aa['isInContent'])continue;if(_0x7758aa['isMultiRange']){_0x52aef2['push'](..._0x7758aa['getRanges']());continue;}const _0x2b30f5=_0x7758aa['getFirstRange']();if(_0x52aef2['length']>0x0){const _0x230c65=_0x52aef2[0x0]['getJoined'](_0x2b30f5);if(_0x230c65){_0x52aef2[0x0]=_0x230c65;continue;}}_0x52aef2['push'](_0x2b30f5);}_0x1eb405['push']([_0x2981d8['view'],_0x52aef2]);}return _0x1eb405;}),this['listenTo'](_0x1bd778,'suggestionLoaded',(_0x3ef071,_0x124a77)=>{this['listenTo'](_0x124a77,'change:previous',(_0x376f2f,_0xa80f21,_0x8adc1f,_0x5193f8)=>{_0x124a77['isInContent']&&(null==_0x8adc1f?(this['_updateController'](_0x5193f8['head']),this['_handleSuggestionControllerDelayed'](_0x124a77,!0x1)):(this['_updateController'](_0x8adc1f['head']),null==_0x5193f8&&this['_handleSuggestionControllerDelayed'](_0x124a77,!0x0)));}),null!==_0x124a77['previous']?this['_updateController'](_0x124a77['head']):this['_handleSuggestionControllerDelayed'](_0x124a77,!0x1);}),this['listenTo'](_0x1bd778,'suggestionUnloaded',(_0x38b60a,_0x430c85,_0x50e26e)=>{this['stopListening'](_0x430c85,'change:previous'),this['_handleControllerBuffer']['delete'](_0x430c85),this['_suggestionToController']['has'](_0x430c85)&&this['_destroyController'](_0x430c85),_0x50e26e&&this['_updateController'](_0x50e26e['head']);}),this['listenTo'](_0x1bd778,'suggestionChanged',(_0x3630c6,_0x5c0389)=>{this['_updateController'](_0x5c0389);}),this['listenTo'](_0x113919,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x21955b,'addComment',(_0x1dd769,{threadId:_0x56a4c4,isFromAdapter:_0x4db847})=>{if(_0x4db847||!_0x1bd778['hasSuggestion'](_0x56a4c4))return;const _0x417446=_0x1bd778['getSuggestion'](_0x56a4c4);this['_suggestionToController']['get'](_0x417446)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x31b1e6=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x10e0d8;for(const _0x551b85 in _0x31b1e6){const _0x265cff=_0x551b85,_0x39a5e3=_0x31b1e6[_0x265cff];if('trackChangesLicenseKeyValid'==_0x39a5e3||'trackChangesLicenseKeyInvalid'==_0x39a5e3||'trackChangesLicenseKeyExpired'==_0x39a5e3||'trackChangesLicenseKeyDomainLimit'==_0x39a5e3||'trackChangesLicenseKeyNotAllowed'==_0x39a5e3||'trackChangesLicenseKeyEvaluationLimit'==_0x39a5e3||'trackChangesLicenseKeyTrialLimit'==_0x39a5e3||'trackChangesLicenseKeyUsageLimit'==_0x39a5e3){delete _0x31b1e6[_0x265cff],_0x10e0d8=_0x39a5e3,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x10e0d8&&_0x31b1e6['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x10e0d8&&_0x31b1e6['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x10e0d8&&_0x31b1e6['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x10e0d8&&_0x31b1e6['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x10e0d8&&_0x31b1e6['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x10e0d8&&_0x31b1e6['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyUsageLimit'==_0x10e0d8&&_0x31b1e6['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0x3e9a5b=this['editor']['plugins']['get']('Annotations'),_0x18cac6=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1a777a=Array['from'](_0x3e9a5b['activeAnnotations'],_0x171fb8=>_0x171fb8['innerView'])['filter'](_0x34e3ab=>this['_viewToController']['has'](_0x34e3ab)),_0xbb8295=[];for(const _0x2e2ae6 of _0x1a777a){const _0x18f813=this['_viewToController']['get'](_0x2e2ae6)['model']['getAllAdjacentSuggestions']();_0xbb8295['push'](..._0x18f813['reduce']((_0x32b03b,_0xa364e3)=>[..._0x32b03b,..._0xa364e3['getMarkerNames']()],[]));}_0x18cac6['activeMarkers']=_0xbb8295;}['_addUIComponentsToFactory'](){const _0xde44a2=this['editor'],_0x47e674=_0xde44a2['locale'],_0x12008f=c(_0x47e674,'Track\x20changes'),_0x101ae2=new _0xf22989([{'type':'switchbutton','model':new _0xae902f({'withText':!0x0,'isToggleable':!0x0,'label':_0x12008f,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0xae902f({'withText':!0x0,'label':c(_0x47e674,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0xae902f({'withText':!0x0,'label':c(_0x47e674,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0xae902f({'withText':!0x0,'label':c(_0x47e674,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0xae902f({'withText':!0x0,'label':c(_0x47e674,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0xde44a2['plugins']['has']('TrackChangesPreview')&&_0x101ae2['addMany']([{'type':'separator'},{'type':'button','model':new _0xae902f({'withText':!0x0,'label':c(_0x47e674,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x2b8b53 of _0x101ae2)if(ke(_0x2b8b53)){const _0x42e09e=_0xde44a2['commands']['get'](_0x2b8b53['model']['commandName']);_0x2b8b53['model']['bind']('isOn','isEnabled')['to'](_0x42e09e,'value','isEnabled');}_0xde44a2['ui']['componentFactory']['add']('trackChanges',_0x5d3dd9=>this['_createToolbarButton'](_0x5d3dd9,_0x101ae2,_0x12008f)),_0xde44a2['ui']['componentFactory']['add']('menuBar:trackChanges',_0x17c0e0=>this['_createMenuBarMenu'](_0x17c0e0,_0x101ae2,_0x12008f));}['_createToolbarButton'](_0x69a520,_0x187f33,_0x3b3443){const _0xb82a5a=_0x42927a(_0x69a520,_0x3ff2e8),_0x575ae0=this['editor']['commands']['get']('trackChanges');_0xb82a5a['buttonView']['set']({'tooltip':_0x3b3443,'label':_0x3b3443,'icon':_0x5c6e1c}),_0xb82a5a['buttonView']['bind']('isOn')['to'](_0x575ae0,'value'),_0xb82a5a['buttonView']['on']('execute',()=>{_0x575ae0['execute'](),this['editor']['editing']['view']['focus']();}),_0x78a0e5(_0xb82a5a,_0x187f33,{'role':'menu'});const _0x369f24=[];for(const _0x54dd8d of _0x187f33)ke(_0x54dd8d)&&_0x369f24['push'](this['editor']['commands']['get'](_0x54dd8d['model']['commandName']));const _0x14d373=_0xb82a5a['buttonView'];return _0x14d373['actionView']['unbind']('isEnabled'),_0x14d373['arrowView']['unbind']('isEnabled'),_0x14d373['actionView']['bind']('isEnabled')['to'](_0x575ae0,'isEnabled'),_0x14d373['arrowView']['bind']('isEnabled')['toMany'](_0x369f24,'isEnabled',(..._0x59195c)=>_0x59195c['some'](_0xfa93f9=>_0xfa93f9)),_0xb82a5a['on']('execute',_0x5669e6=>{this['editor']['execute'](_0x5669e6['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0xb82a5a;}['_createMenuBarMenu'](_0x1038ea,_0x492b01,_0x95525){const _0x53ecae=new _0x27f4ab(_0x1038ea),_0x340dc4=this['editor']['commands']['get']('trackChanges');_0x53ecae['buttonView']['set']({'label':_0x95525,'icon':_0x5c6e1c});const _0x56ed3b=new _0x3b26fc(_0x1038ea);for(const _0x166fea of _0x492b01){if('separator'==_0x166fea['type']){_0x56ed3b['items']['add'](new _0x1b40d6(_0x1038ea));continue;}const _0x1675af=new _0x520bfb(_0x1038ea,_0x53ecae),_0x6f0e83=new _0x49537e(_0x1038ea),_0x1fe5d7=_0x166fea['model'];_0x6f0e83['bind'](...Object['keys'](_0x1fe5d7))['to'](_0x1fe5d7),_0x6f0e83['delegate']('execute')['to'](_0x53ecae),_0x6f0e83['on']('execute',()=>{this['editor']['execute'](_0x1fe5d7['commandName']),this['editor']['editing']['view']['focus']();}),_0x1675af['children']['add'](_0x6f0e83),_0x56ed3b['items']['add'](_0x1675af);}return _0x53ecae['bind']('isEnabled')['to'](_0x340dc4,'isEnabled'),_0x53ecae['panelView']['children']['add'](_0x56ed3b),_0x53ecae;}['_initializeController'](_0x293a03){const _0x42c56c=this['editor'],_0x181a61=_0x42c56c['config'],_0x2f3b5a=_0x42c56c['plugins']['get']('Annotations'),_0x5616a6=_0x42c56c['plugins']['get']('CommentsRepository'),_0x1c5640=_0x42c56c['plugins']['get']('EditorAnnotations'),_0x557296=_0x42c56c['plugins']['get'](_0x54b124)['me'],_0x51955b=_0x181a61['get']('trackChanges')['SuggestionThreadView'],_0x332167=_0x181a61['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x4c3fd4,CommentThreadInputView:_0x322c4b}=_0x42c56c['plugins']['get']('CommentsUI');let _0x5ff0e4,_0x184762,_0x272f40;this['_annotationViews']['has'](_0x293a03['id'])?(_0x184762=this['_annotationViews']['get'](_0x293a03['id']),_0x5ff0e4=_0x184762['mainView']):(_0x5ff0e4=new _0x51955b(_0x42c56c['locale'],_0x293a03,_0x557296,{'disableComments':this['_disableComments'],'editorConfig':{..._0x181a61['get']('comments.editorConfig'),'licenseKey':_0x181a61['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x181a61['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x181a61['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x181a61['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x13658f(_0x181a61['get']('locale')),'CommentView':_0x181a61['get']('comments')['CommentView'],'CommentsListView':_0x4c3fd4,'CommentThreadInputView':_0x322c4b,'SuggestionView':_0x332167}),_0x5ff0e4['suggestionView']['acceptButton']['on']('execute',()=>{_0x42c56c['editing']['view']['focus']();}),_0x5ff0e4['suggestionView']['discardButton']['on']('execute',()=>{_0x42c56c['editing']['view']['focus']();}),_0x184762=_0x2f3b5a['createAnnotationView'](this['editor']['locale'],_0x5ff0e4),_0x184762['bind']('isDirty')['to'](_0x5ff0e4,'isDirty'),_0x184762['bind']('length')['to'](_0x5ff0e4),_0x184762['bind']('type')['to'](_0x5ff0e4,'type',_0x16d9a5=>'suggestion-'+_0x16d9a5),_0x5ff0e4['on']('escape',()=>{_0x272f40['fire']('escape');}),this['_annotationViews']['set'](_0x293a03['id'],_0x184762));const _0x2872f6=_0x5616a6['createCommentThreadController'](_0x293a03['commentThread'],_0x5ff0e4),_0x144c47=new pe(_0x42c56c,_0x293a03,_0x5ff0e4,_0x2872f6),_0x2b405b=_0x293a03['getAllAdjacentSuggestions']()['filter'](_0x436d5e=>_0x436d5e['isInContent']);_0x5ff0e4['descriptionParts']=_0x42c56c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x2b405b),this['_suggestionToController']['set'](_0x293a03,_0x144c47),this['_viewToController']['set'](_0x5ff0e4,_0x144c47),_0x272f40=_0x2f3b5a['createAnnotation']({'view':_0x184762,'target':()=>{const _0x207e31=[],_0x7c9896=_0x293a03['getAllAdjacentSuggestions']()['filter'](_0x4de15a=>_0x4de15a['isInContent']);for(const _0x211da5 of _0x7c9896)_0x207e31['push'](..._0x211da5['getMarkers']());return _0x394645(_0x42c56c['editing'],_0x207e31);},'type':()=>'suggestion-'+_0x144c47['view']['type']}),_0x5616a6['_bindAnnotationToEditors'](_0x5ff0e4,_0x272f40),_0x2f3b5a['add'](_0x272f40),_0x1c5640['registerAnnotation'](_0x272f40);}['_destroyController'](_0x343c9d){const _0x3a2431=this['editor']['plugins']['get']('CommentsRepository'),_0x4f1240=this['editor']['plugins']['get']('Annotations'),_0x2ba9eb=this['_suggestionToController']['get'](_0x343c9d),_0x245e01=_0x2ba9eb['view'],_0x550eb5=_0x4f1240['getByInnerView'](_0x245e01);_0x3a2431['_unbindEditors'](_0x245e01),_0x550eb5&&_0x4f1240['remove'](_0x550eb5),this['_suggestionToController']['delete'](_0x343c9d),this['_viewToController']['delete'](_0x245e01),_0x2ba9eb['destroy']();}['_updateController'](_0x15d705){if(!_0x15d705['isInContent']||!this['_suggestionToController']['has'](_0x15d705))return;const _0x1b33de=this['editor']['plugins']['get']('TrackChangesEditing'),_0x8cd6ee=this['_suggestionToController']['get'](_0x15d705),_0x96524e=_0x15d705['getAllAdjacentSuggestions']();_0x8cd6ee['view']['descriptionParts']=_0x1b33de['descriptionFactory']['getDescriptions'](_0x96524e);}['destroy'](){for(const _0x1d3705 of this['_suggestionToController']['keys']())this['_destroyController'](_0x1d3705);for(const _0x81044a of this['_annotationViews']['values']())_0x81044a['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function ke(_0x4f2a3d){return'model'in _0x4f2a3d;}class k extends _0xb83fe9{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x1f024b){this['editor']['plugins']['get'](p)['adapter']=_0x1f024b;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x3b1c36){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x3b1c36);}['getSuggestions']({skipNotAttached:_0x1f8c30=!0x1,toJSON:_0x4f6dd7=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x1f8c30,'toJSON':_0x4f6dd7});}['getSuggestion'](_0x1361d1){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x1361d1);}}const w=['Pagination'];class T extends _0xb83fe9{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x43a005=this['editor'];if(_0x43a005['config']['define']('trackChangesData.editorCreator',_0x118de1=>{const _0x44bae2=_0x43a005['model']['document']['getRootNames']()['reduce']((_0x51b335,_0x125590)=>(_0x51b335[_0x125590]='',_0x51b335),{});return _0x43a005['constructor']['create'](_0x44bae2,_0x118de1);}),'function'!=typeof _0x43a005['config']['get']('trackChangesData')['editorCreator'])throw new _0x3c865c('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x519ba9){return N(this['editor'],!0x0,_0x519ba9);}['getDataWithDiscardedSuggestions'](_0x291d73){return N(this['editor'],!0x1,_0x291d73);}}class D extends _0xb83fe9{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4110d9){function _0x206b70(_0x120d93){return _0x120d93['map'](_0x4fd1d9=>String['fromCharCode'](_0x4fd1d9))['join']('');}super(_0x4110d9),this['result']='end',_0x4110d9[_0x206b70([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x206b70([0x76,0x69,0x65,0x77])][_0x206b70([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x206b70([0x61,0x75,0x74,0x6f]),_0x4110d9[_0x206b70([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x206b70([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x206b70([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x206b70([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x206b70([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 Fe(_0x237840){return void 0x0!==_0x237840['getRootsAttributes'];}async function N(_0x516ec3,_0x4492e3,_0x1a25ef){const _0xc55128=_0x1476a8(_0x516ec3,w);_0xc55128['plugins']['push'](p,D),_0xc55128['rootsAttributes']=Fe(_0x516ec3)?_0x516ec3['getRootsAttributes']():void 0x0;const _0x2d946e=document['createDocumentFragment'](),_0x4616c3=_0x516ec3['config']['get']('trackChangesData')['editorCreator'],_0x28c7bd=await _0x4616c3(_0xc55128,()=>function(_0x109474){const _0x4314b3=document['createElement']('div');return _0x109474['appendChild'](_0x4314b3),_0x4314b3;}(_0x2d946e));!function(_0x340201,_0x5dfc3f){const _0x23df9f=_0x340201['model']['document']['getRootNames']()['reduce']((_0x5e0e3f,_0x142410)=>(_0x5e0e3f[_0x142410]=_0x340201['data']['get']({'rootName':_0x142410}),_0x5e0e3f),{}),_0xbcec44=_0x340201['plugins']['get']('Users')['users']['map'](_0x4a159e=>({'id':_0x4a159e['id'],'name':_0x4a159e['name']})),_0x4e0971=_0x340201['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x167364=_0x340201['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x31ab28=_0x5dfc3f['plugins']['get']('Users'),_0x6f4673=_0x5dfc3f['plugins']['get']('TrackChangesEditing'),_0x48b998=_0x5dfc3f['plugins']['get']('CommentsRepository');for(const _0xbe8b14 of _0x48b998['getCommentThreads']())_0xbe8b14['remove']();for(const _0x4df50d of _0xbcec44)_0x31ab28['getUser'](_0x4df50d['id'])||_0x31ab28['addUser'](_0x4df50d);_0x31ab28['me']||_0x31ab28['useAnonymousUser']();for(const _0x414392 of _0x167364)_0x48b998['addCommentThread'](_0x414392);for(const _0x30a01d of _0x4e0971)_0x6f4673['addSuggestionData'](_0x30a01d);_0x5dfc3f['data']['set'](_0x23df9f);}(_0x516ec3,_0x28c7bd),_0x28c7bd['execute'](_0x4492e3?'acceptAllSuggestions':'discardAllSuggestions');const _0x2aec00=Fe(_0x28c7bd)?_0x28c7bd['getFullData'](_0x1a25ef):_0x28c7bd['data']['get'](_0x1a25ef);return await _0x28c7bd['destroy'](),_0x2aec00;}class Me extends _0x235f82{['options'];constructor(_0x17e860,_0x40f7bb){super(_0x17e860),this['options']=_0x40f7bb,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-track-changes-preview'],'tabindex':-0x1}});}['render'](){super['render'](),this['element']['style']['width']=this['options']['dialogRects']['width']+'px',this['element']['style']['height']=this['options']['dialogRects']['height']+'px';}['setPreviewData'](_0x3b6882,_0x298ee3){if(!this['element'])return;const _0x378618=[];for(const [_0x15f704,_0x1f4ba9]of _0x3b6882){const _0x7009b0=document['createElement']('div');_0x7009b0['setAttribute']('data-ck-root-name',_0x15f704),_0x7009b0['className']=_0x1f4ba9['classes']+'\x20ck-track-changes-preview__root-container',_0x7009b0['innerHTML']=_0x1f4ba9['content'],_0x378618['push'](_0x7009b0);}_0x298ee3(this['element'],_0x378618),this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class re extends _0x50c59c{constructor(_0x3db271){super(_0x3db271),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x344f45=this['editor'],_0x5804e0=_0x344f45['locale'],_0x4b118d=_0x344f45['plugins']['get']('Dialog');let _0x5de4b9;const _0x18cd7d=function(_0x2fe0ee){const _0x11d6eb={};if('editables'in _0x2fe0ee['ui']['view']){for(const [_0x5d93f3,_0x31e6f3]of Object['entries'](_0x2fe0ee['ui']['view']['editables']))_0x11d6eb[_0x5d93f3]=_0x31e6f3['element'];}else _0x11d6eb[_0x2fe0ee['model']['document']['getRootNames']()[0x0]]=_0x2fe0ee['ui']['view']['editable']['element'];return _0x11d6eb;}(_0x344f45),_0x52300a=function(_0x9af06b){let _0x5bb057=0x0;for(const _0x4b02f6 of Object['values'](_0x9af06b))_0x5bb057=Math['max'](_0x5bb057,_0x4b02f6['getBoundingClientRect']()['width']);let _0x342784=0x0;for(const _0x2fdb1f of Object['values'](_0x9af06b))_0x342784+=_0x2fdb1f['getBoundingClientRect']()['height'];const _0x1ac1dd=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x317f92=Math['min'](_0x342784,_0x1ac1dd);return{'width':_0x5bb057,'height':_0x317f92};}(_0x18cd7d);_0x4b118d['show']({'id':'finalContentPreview','title':c(_0x5804e0,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new Me(_0x5804e0,{'dialogRects':_0x52300a}),'onHide':()=>{_0x5de4b9['detachFromDom']();},'onShow':()=>{_0x344f45['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x336d1f=>{const _0x516a50=this['_standarizeRootsData'](_0x336d1f,_0x344f45,_0x18cd7d);_0x4b118d['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x516a50,_0x344f45['config']['get']('trackChanges.preview.renderFunction'));}),_0x5de4b9=new _0x144193(_0x5804e0,[_0x4b118d['view']]),_0x5de4b9['attachToDom'](),_0x5de4b9['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x344f45['once']('destroy',()=>{_0x5de4b9['detachFromDom']();});const _0x12ab43=_0x4b118d['view']['headerView']['class'];_0x4b118d['view']['headerView']['class']=_0x12ab43?_0x12ab43+'\x20ck-reset_all':'ck-reset_all',_0x4b118d['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x4b118d['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x19a668=this['editor']['plugins']['get']('MergeFieldsEditing'),_0xc49240=_0x19a668['previewMode'],_0x192996={};if('$labels'===_0xc49240){for(const _0x588a7c of _0x19a668['getMergeFieldsIds']())_0x192996[_0x588a7c]=_0x19a668['getLabel'](_0x588a7c)||_0x588a7c;}else{const _0x40eeec='$defaultValues'===_0xc49240?_0x19a668['getDefaultValues']():_0x19a668['getDataSetValues'](_0xc49240,!0x0);for(const _0x100754 of Object['entries'](_0x40eeec)){const [_0x2fad3b,_0x3931fa]=_0x100754;_0x192996[_0x2fad3b]=null!==_0x3931fa?_0x3931fa:_0x19a668['getLabel'](_0x2fad3b)||_0x2fad3b;}}return{'mergeFieldsData':_0x192996};}['_standarizeRootsData'](_0x48548b,_0x2476fb,_0x3a64b1){let _0x40d447;if('string'==typeof _0x48548b){const _0xa51c37=_0x2476fb['model']['document']['getRootNames']()[0x0];_0x40d447={[_0xa51c37]:_0x48548b};}else _0x40d447=_0x48548b;const _0x2b1204=this['_fixMediaEmbeds'](_0x40d447,_0x2476fb),_0x2dfd2d=function(_0x13765e,_0x3d1357){for(const [_0x53277a,_0x3d7db5]of _0x13765e)_0x3d7db5['classes']=_0x3d1357[_0x53277a]['classList']['value']['replace']('ck-focused','');return _0x13765e;}(this['_sortRoots'](_0x2476fb)['reduce']((_0x1097d3,_0x4ed2e9)=>(_0x1097d3['push']([_0x4ed2e9,{'content':_0x2b1204[_0x4ed2e9],'classes':''}]),_0x1097d3),[]),_0x3a64b1);return _0x2dfd2d;}['_fixMediaEmbeds'](_0xa8e6d2,_0x85e3f4){if(!_0x85e3f4['plugins']['has']('MediaEmbedEditing'))return _0xa8e6d2;const _0x2a7160=_0x85e3f4['plugins']['get']('MediaEmbedEditing');for(const [_0x2a4e7e,_0x5a1730]of Object['entries'](_0xa8e6d2)){const _0x3dc048=document['createElement']('div');_0x3dc048['innerHTML']=_0x5a1730,(_0x3dc048['querySelectorAll']('figure.media')['forEach'](_0x505648=>{const _0x43c657=_0x505648['querySelector']('oembed');if(_0x43c657){const _0x4d3611=_0x43c657['getAttribute']('url');if(_0x4d3611){const _0x2eec47=_0x2a7160['registry']['getMediaViewElement'](new _0x59b703(_0x85e3f4['editing']['view']['document']),_0x4d3611,{'elementName':'','renderForEditingView':!0x0}),_0x2d3e8d=document['createElement']('div');_0x2d3e8d['classList']['add']('ck-media__wrapper'),_0x2eec47['render'](_0x2d3e8d,_0x85e3f4['editing']['view']['domConverter']),_0x43c657['replaceWith'](_0x2d3e8d);}}}),_0xa8e6d2[_0x2a4e7e]=_0x3dc048['innerHTML']);}return _0xa8e6d2;}['_sortRoots'](_0x6dc542){if(!function(_0x17f9cd){return void 0x0!==_0x17f9cd['getRootsAttributes'];}(_0x6dc542))return _0x6dc542['model']['document']['getRootNames']();const _0x4f626f=[],_0x8b8aa5=new Map();for(const _0x3045ac of _0x6dc542['model']['document']['getRootNames']()){const _0x1563c7=_0x6dc542['editing']['view']['getDomRoot'](_0x3045ac)['getClientRects']()['item'](0x0);_0x4f626f['push'](_0x3045ac),_0x8b8aa5['set'](_0x3045ac,_0x1563c7);}return _0x4f626f['sort']((_0x1fca8d,_0x3556c0)=>{const _0x2e8387=_0x8b8aa5['get'](_0x1fca8d),_0x1c1283=_0x8b8aa5['get'](_0x3556c0);return _0x2e8387['y']-_0x1c1283['y']||_0x2e8387['x']-_0x1c1283['x'];}),_0x4f626f;}}class te extends _0xb83fe9{static get['requires'](){return[T,_0xc75f43];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x59427e){super(_0x59427e),_0x59427e['commands']['add']('previewFinalContent',new re(this['editor'])),_0x59427e['config']['define']('trackChanges.preview.renderFunction',(_0x113a94,_0x2943f7)=>{for(const _0x217524 of _0x2943f7)_0x113a94['appendChild'](_0x217524);});}}export{us as BaseSuggestionThreadView,o as Suggestion,fe as SuggestionThreadView,we as SuggestionView,k as TrackChanges,T as TrackChangesData,p as TrackChangesEditing,te as TrackChangesPreview};
|