@ckeditor/ckeditor5-track-changes 43.0.0-alpha.2 → 43.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/package.json +10 -10
- package/src/trackchangesediting.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as ts,Plugin as
|
|
24
|
-
_0x3a6870(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x354ad8,_0x4405d5){super(),this['id']=_0x4405d5['id'],this['type']=_0x4405d5['type'],this['subType']=_0x4405d5['subType']||null,this['author']=_0x4405d5['author'],this['creator']=_0x4405d5['creator']||_0x4405d5['author'],this['isExternal']=Boolean(_0x4405d5['attributes']&&_0x4405d5['attributes']['@external']),this['data']=null,this['_model']=_0x354ad8,this['_onAccept']=_0x4405d5['onAccept'],this['_onDiscard']=_0x4405d5['onDiscard'],this['_onAttributesChange']=_0x4405d5['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x4405d5['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 _0x4e6734=this;for(;_0x4e6734['previous'];)_0x4e6734=_0x4e6734['previous'];return _0x4e6734;}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'](_0x31dae4){this['_markerNames']['add'](_0x31dae4);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x572544=>this['_model']['markers']['get'](_0x572544))['filter'](_0x65c0c8=>_0x65c0c8);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x37af36=>{for(const _0x3eee19 of this['getMarkers']())_0x37af36['removeMarker'](_0x3eee19);}),this['_markerNames']['clear']();}['removeMarker'](_0x5a5b68){this['_model']['change'](_0x5a044d=>{_0x5a044d['removeMarker'](_0x5a5b68);}),this['_markerNames']['delete'](_0x5a5b68);}['addRange'](_0x577af1){const _0x3f193b='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x3f193b),this['_model']['change'](_0x4fb992=>{_0x4fb992['addMarker'](_0x3f193b,{'range':_0x577af1,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x5f4475){for(const _0x532ca0 of this['getRanges']())if(_0x532ca0['isIntersecting'](_0x5f4475))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x1d81de=>_0x1d81de['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x405193,_0x44fd02)=>[..._0x405193,..._0x44fd02['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x5547c0=this['getRanges']();if(0x1!=_0x5547c0['length'])return null;const _0x480b42=_0x5547c0[0x0],_0x178470=_0x480b42['start']['nodeAfter'],_0x26ef35=_0x480b42['end']['nodeBefore'];return _0x178470 instanceof _0x20e049?_0x178470!=_0x26ef35?null:_0x178470: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 _0xb84c58=[];let _0x500442=this['head'];for(;_0x500442;)_0xb84c58['push'](_0x500442),_0x500442=_0x500442['next'];return _0xb84c58;}['setAttribute'](_0x1d20ac,_0x27a413){const _0x1fdcee=_0x54bc29(this['attributes']);_0x15536a(_0x1fdcee,_0x1d20ac,_0x27a413),_0x2c5b5c(_0x1fdcee,this['attributes'])||(this['attributes']=_0x1fdcee,this['_onAttributesChange'](_0x1fdcee));}['removeAttribute'](_0x5b5cbd){const _0x38f6c8=_0x54bc29(this['attributes']);_0x2dd42f(_0x38f6c8,_0x5b5cbd),_0x2c5b5c(_0x38f6c8,this['attributes'])||(this['attributes']=_0x38f6c8,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 _0x71cbf7()['substr'](0x1,0x5);}}function o(_0x36444c,_0x596531,_0x10cf38){const t=_0x36444c['t'];switch(_0x596531){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x10cf38);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x10cf38);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x10cf38);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x10cf38);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x10cf38);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',_0x10cf38);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x10cf38);case'*Replace\x20image\x20URL*':return t('*Replace\x20image\x20URL*');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x10cf38);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x10cf38);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x10cf38);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x10cf38);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x10cf38);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x10cf38);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x10cf38);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x10cf38);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x10cf38);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x10cf38);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x10cf38);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x10cf38);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x10cf38);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x10cf38);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x10cf38);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x10cf38);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'},_0x10cf38);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x10cf38);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x10cf38);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x10cf38);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x10cf38);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x10cf38);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'},_0x10cf38);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x10cf38);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x10cf38);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x10cf38);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x10cf38);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'},_0x10cf38);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x10cf38);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'},_0x10cf38);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'},_0x10cf38);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x10cf38);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'},_0x10cf38);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x10cf38);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'},_0x10cf38);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x10cf38);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x10cf38);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'},_0x10cf38);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 t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x10cf38);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x10cf38);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x10cf38);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'},_0x10cf38);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'},_0x10cf38);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'},_0x10cf38);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x596531;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x2c71eb,_0x4cd62f){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x2c71eb,this['_locale']=_0x4cd62f;}['getDescriptions'](_0x59f355){const _0x8cbb84=[],_0x54c0ca=new Set(),_0x41e0b5=new Set();for(let _0x1645dc=0x0;_0x1645dc<_0x59f355['length'];_0x1645dc++){const _0x42d485=_0x59f355[_0x1645dc];if(!_0x42d485['isInContent'])continue;const _0x15f680=this['_handleCustomCallbackDescription'](_0x42d485);if(_0x15f680){if(null!=_0x42d485['subType']){if(_0x54c0ca['has'](_0x42d485['subType']))continue;_0x54c0ca['add'](_0x42d485['subType']);}_0x8cbb84['push'](_0x15f680);}else{if('attribute'!=_0x42d485['type'])'insertion'!=_0x42d485['type']&&'deletion'!=_0x42d485['type']||this['_handleInsertRemoveSuggestionDescription'](_0x8cbb84,_0x42d485,_0x59f355[_0x1645dc+0x1]);else{const _0x25274c=_0x42d485['data']['key'];if(_0x41e0b5['has'](_0x25274c))continue;_0x41e0b5['add'](_0x42d485['data']['key']),_0x25274c==m?this['_handleRenameSuggestionDescription'](_0x8cbb84,_0x42d485):this['_handleAttributeSuggestionDescription'](_0x8cbb84,_0x42d485);}}}return this['_resolveDescriptionItems'](_0x8cbb84);}['registerDescriptionCallback'](_0x48c7e6){this['_customCallbacks']['push'](_0x48c7e6);}['registerElementLabel'](_0x4a165e,_0x8bccec,_0x156d9f=_0x1f0d4e['normal']){'function'==typeof _0x4a165e?_0x388c97(this['_itemLabelsCallbacks'],{'matchingCallback':_0x4a165e,'label':_0x8bccec,'priority':_0x156d9f}):this['_itemLabels']['set'](_0x4a165e,_0x8bccec);}['registerAttributeLabel'](_0x21e7c7,_0x23e79){this['_attributeLabels']['set'](_0x21e7c7,_0x23e79);}['getItemLabel'](_0x2ffaf3,_0x4ffcc0=0x1){let _0x33b27b;for(const _0x1155af of this['_itemLabelsCallbacks'])if(_0x1155af['matchingCallback'](_0x2ffaf3)){_0x33b27b=_0x1155af['label'];break;}return _0x33b27b||(_0x33b27b=this['_itemLabels']['get'](_0x2ffaf3['name'])),_0x33b27b?_0x33b27b(_0x4ffcc0):0x1!==_0x4ffcc0?_0x4ffcc0+'\x20'+_0x2ffaf3['name']+'s':''+_0x2ffaf3['name'];}['_addDescriptionItems'](_0xf6175f,_0x5ab3a9){const _0x3e01bf=_0x5ab3a9['getFirstRange']()['getWalker'](),_0x40dbb8='insertion'==_0x5ab3a9['type']?'add':'remove';for(const _0x7512cc of _0x3e01bf){const _0x4df17f=_0x7512cc['item'],_0x16bc6d=_0xf6175f[_0xf6175f['length']-0x1];if(_0x4df17f['is']('$textProxy'))_0x16bc6d&&_0x16bc6d['type']['indexOf']('Container')>-0x1&&_0xf6175f['pop'](),_0x16bc6d&&'text'==_0x16bc6d['type']?_0x16bc6d[_0x40dbb8]+=_0x4df17f['data']:_0xf6175f['push']({'type':'text','add':'add'==_0x40dbb8?_0x4df17f['data']:'','remove':'remove'==_0x40dbb8?_0x4df17f['data']:''});else{if(this['_schema']['isObject'](_0x4df17f)){const _0x21e574=_0x4df17f;if(_0x16bc6d&&_0x16bc6d['type']['indexOf']('Container')>-0x1&&_0xf6175f['pop'](),'elementEnd'==_0x7512cc['type'])continue;_0x16bc6d&&_0x16bc6d['type']==_0x40dbb8+'Object'&&_0x16bc6d['element']['name']==_0x21e574['name']?_0x16bc6d['quantity']++:_0xf6175f['push']({'type':_0x40dbb8+'Object','element':_0x21e574,'quantity':0x1}),_0x3e01bf['skip'](_0xc9e42e=>!('elementEnd'==_0xc9e42e['type']&&_0xc9e42e['item']==_0x4df17f));}else{if(this['_schema']['checkChild'](_0x4df17f,'$text')||_0x4df17f['is']('element','softBreak')){const _0x1bbc9e=_0x4df17f;if('add'==_0x40dbb8&&'elementStart'==_0x7512cc['type']||'remove'==_0x40dbb8&&'elementEnd'==_0x7512cc['type'])continue;if(_0x16bc6d&&-0x1==_0x16bc6d['type']['indexOf']('Container')){'text'==_0x16bc6d['type']&&(_0x16bc6d[_0x40dbb8]+='\x0a');continue;}let _0x3e7265;if(_0x3e7265='add'==_0x40dbb8?_0x1bbc9e['nextSibling']&&!this['_schema']['isObject'](_0x1bbc9e['nextSibling'])?_0x1bbc9e['nextSibling']:null:_0x1bbc9e['previousSibling']&&!this['_schema']['isObject'](_0x1bbc9e['previousSibling'])?_0x1bbc9e['previousSibling']:null,_0x1bbc9e['isEmpty']||_0x3e7265&&_0x3e7265['isEmpty']){const _0x3a1bae=_0x3e7265&&_0x3e7265['isEmpty']?_0x3e7265:_0x1bbc9e;_0x16bc6d&&_0x16bc6d['type']==_0x40dbb8+'EmptyContainer'&&_0x16bc6d['element']['name']==_0x3a1bae['name']?_0x16bc6d['quantity']++:_0xf6175f['push']({'type':_0x40dbb8+'EmptyContainer','element':_0x3a1bae,'quantity':0x1});}else _0xf6175f['push']({'type':_0x40dbb8+'Container','element':_0x1bbc9e});}}}}}['_resolveDescriptionItems'](_0x132a9e){const _0x5e3b43=this['_locale'],_0x3f020b=[],_0x53f35b=[],_0x3494ca=[];for(const _0x2cae1c of _0x132a9e)switch(_0x2cae1c['type']){case'text':if(_0x2cae1c['add']=_0x2cae1c['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x2cae1c['remove']=_0x2cae1c['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x2cae1c['add']&&''!=_0x2cae1c['remove']){_0x3f020b['push']({'type':'replace','content':o(_0x5e3b43,'REPLACE_TEXT',['\x22'+_0x2cae1c['remove']+'\x22','\x22'+_0x2cae1c['add']+'\x22'])});continue;}if(null!=_0x2cae1c['add']['match'](/^ +$/)){_0x3f020b['push']({'type':'insertion','content':o(_0x5e3b43,'*Insert:*\x20%0',o(_0x5e3b43,'ELEMENT_SPACE',_0x2cae1c['add']['length']))});continue;}if(null!=_0x2cae1c['remove']['match'](/^ +$/)){_0x3f020b['push']({'type':'deletion','content':o(_0x5e3b43,'*Remove:*\x20%0',o(_0x5e3b43,'ELEMENT_SPACE',_0x2cae1c['remove']['length']))});continue;}if(''!=_0x2cae1c['add']){_0x3f020b['push']({'type':'insertion','content':o(_0x5e3b43,'*Insert:*\x20%0','\x22'+_0x2cae1c['add']+'\x22')});continue;}_0x3f020b['push']({'type':'deletion','content':o(_0x5e3b43,'*Remove:*\x20%0','\x22'+_0x2cae1c['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x3f020b['push']({'type':'insertion','content':o(_0x5e3b43,'*Insert:*\x20%0',this['getItemLabel'](_0x2cae1c['element'],_0x2cae1c['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x3f020b['push']({'type':'deletion','content':o(_0x5e3b43,'*Remove:*\x20%0',this['getItemLabel'](_0x2cae1c['element'],_0x2cae1c['quantity']))});continue;case'addContainer':_0x3f020b['push']({'type':'insertion','content':o(_0x5e3b43,'*Split:*\x20%0',this['getItemLabel'](_0x2cae1c['element'],_0x2cae1c['quantity']))});continue;case'removeContainer':_0x3f020b['push']({'type':'deletion','content':o(_0x5e3b43,'*Merge:*\x20%0',this['getItemLabel'](_0x2cae1c['element'],_0x2cae1c['quantity']))});continue;case'addFormat':_0x53f35b['push'](_0x2cae1c['key']);continue;case'removeFormat':_0x3494ca['push'](_0x2cae1c['key']);continue;default:_0x3f020b['push'](_0x2cae1c);}if(_0x53f35b['length']){const _0x343d91=_0x53f35b['map'](_0x2c475b=>this['_attributeLabels']['has'](_0x2c475b)?this['_attributeLabels']['get'](_0x2c475b):_0x2c475b)['join'](',\x20');_0x3f020b['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x343d91)});}if(_0x3494ca['length']){const _0x45e084=_0x3494ca['map'](_0x16dce7=>this['_attributeLabels']['has'](_0x16dce7)?this['_attributeLabels']['get'](_0x16dce7):_0x16dce7)['join'](',\x20');_0x3f020b['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x45e084)});}return _0x3f020b;}['_handleCustomCallbackDescription'](_0x246e06){for(const _0x3c4691 of this['_customCallbacks']){const _0x560a15=_0x3c4691(_0x246e06);if(_0x560a15&&'type'in _0x560a15)return _0x560a15;}}['_handleAttributeSuggestionDescription'](_0x593e6d,_0x16e8a8){const _0x349435=_0x16e8a8['data'],_0x2c600b=void 0x0===_0x349435['newValue']?'removeFormat':'addFormat';_0x593e6d['push']({'type':_0x2c600b,'key':_0x349435['key']});}['_handleRenameSuggestionDescription'](_0x18b59e,_0x5c655a){_0x18b59e['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x5c655a['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x184185,_0x3ee78b,_0x572e22){if(this['_addDescriptionItems'](_0x184185,_0x3ee78b),_0x572e22&&_0x572e22['getFirstRange']()&&!_0x3ee78b['getFirstRange']()['end']['isEqual'](_0x572e22['getFirstRange']()['start'])){const _0x1fdf52=_0x184185[_0x184185['length']-0x1],_0x308d46='insertion'==_0x3ee78b['type']?'add':'remove';_0x1fdf52&&'text'==_0x1fdf52['type']&&(_0x1fdf52[_0x308d46]+='\x0a');}}}class V extends _0x5b3081{['afterInit'](){const _0x5e5e8b=this['editor'],_0x1214d8=_0x5e5e8b['plugins']['get']('TrackChangesEditing');_0x5e5e8b['commands']['get']('showAIAssistant')&&_0x1214d8['enableCommand']('showAIAssistant');}}class U extends _0x5b3081{['afterInit'](){const _0x71ace=this['editor'],_0x10324d=_0x71ace['locale'];if(!_0x71ace['plugins']['has']('AlignmentEditing'))return;const _0x511673=_0x71ace['plugins']['get']('TrackChangesEditing');_0x511673['enableDefaultAttributesIntegration']('alignment'),_0x511673['registerBlockAttribute']('alignment'),_0x511673['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x10324d,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1ff392=this['editor'],_0x114659=_0x1ff392['locale'];_0x1ff392['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xa91834=>{if('formatBlock'!=_0xa91834['type'])return;const {data:_0x1a689c}=_0xa91834;if(_0x1a689c&&'alignment'==_0x1a689c['commandName']){const _0x36c39d=_0x1a689c['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x114659,'*Format:*\x20%0',function(_0x4e198c){switch(_0x4e198c){case'left':return o(_0x114659,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x114659,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x114659,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x114659,'FORMAT_JUSTIFY_TEXT');}}(_0x36c39d))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x5b3081{['afterInit'](){const _0x3399fc=this['editor'],_0x1ca409=_0x3399fc['plugins']['get']('TrackChangesEditing'),_0x2a5e2e=_0x3399fc['locale'];for(const _0xa62cce of ti){if(!_0x3399fc['plugins']['has'](_0xa62cce))continue;const _0x2d4aa0=_0xa62cce['slice'](0x0,-0x7)['toLowerCase'](),_0x188429='FORMAT_'+_0x2d4aa0['toUpperCase']();_0x1ca409['enableDefaultAttributesIntegration'](_0x2d4aa0),_0x1ca409['registerInlineAttribute'](_0x2d4aa0),_0x1ca409['descriptionFactory']['registerAttributeLabel'](_0x2d4aa0,o(_0x2a5e2e,_0x188429));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2217df=this['editor'],_0xddf858=_0x2217df['locale'],_0x5787de=_0x2217df['plugins']['get']('TrackChangesEditing');function _0x38e532(_0x2716b1,_0x5e54ef){_0x5787de['descriptionFactory']['registerDescriptionCallback'](_0x44caca=>{if('formatInline'!=_0x44caca['type'])return;const {data:_0x13134e}=_0x44caca;return _0x13134e&&_0x13134e['commandName']===_0x2716b1?_0x13134e['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xddf858,'*Format:*\x20%0',_0x5e54ef)}:{'type':'format','content':o(_0xddf858,'*Remove\x20format:*\x20%0',_0x5e54ef)}:void 0x0;});}_0x38e532('bold',o(_0xddf858,'FORMAT_BOLD')),_0x38e532('italic',o(_0xddf858,'FORMAT_ITALIC')),_0x38e532('underline',o(_0xddf858,'FORMAT_UNDERLINE')),_0x38e532('code',o(_0xddf858,'FORMAT_CODE')),_0x38e532('strikethrough',o(_0xddf858,'FORMAT_STRIKETHROUGH')),_0x38e532('subscript',o(_0xddf858,'FORMAT_SUBSCRIPT')),_0x38e532('superscript',o(_0xddf858,'FORMAT_SUPERSCRIPT'));}}class F extends _0x5b3081{['afterInit'](){const _0x5d2426=this['editor'],_0x26625c=_0x5d2426['locale'];if(!_0x5d2426['plugins']['has']('BlockQuoteEditing'))return;const _0x492b9c=_0x5d2426['plugins']['get']('TrackChangesEditing'),_0x40168c=this['editor']['commands']['get']('blockQuote');_0x492b9c['enableCommand']('blockQuote',(_0x393bd2,_0x2f71af={})=>{const _0x54604d=this['editor']['model']['document']['selection'],_0x3fe814=_0x2f71af&&void 0x0!==_0x2f71af['forceValue']?_0x2f71af['forceValue']:!_0x40168c['value'];let _0x2189a2=[];if(_0x3fe814){const _0x57e443=Array['from'](_0x54604d['getSelectedBlocks']())['filter'](_0x3c56dc=>oo(_0x3c56dc)||function(_0x493783,_0x4c1fda){const _0x5c45a2=_0x4c1fda['checkChild'](_0x493783['parent'],'blockQuote'),_0x312748=_0x4c1fda['checkChild'](['$root','blockQuote'],_0x493783);return _0x5c45a2&&_0x312748;}(_0x3c56dc,this['editor']['model']['schema']));_0x2189a2=to(_0x57e443,_0x5d2426['model']);}else{const _0x2b397f=Array['from'](_0x54604d['getSelectedBlocks']())['filter'](_0x362497=>oo(_0x362497));_0x2189a2=to(_0x2b397f,_0x5d2426['model']);}_0x5d2426['model']['change'](()=>{for(const _0x48a864 of _0x2189a2)_0x492b9c['markBlockFormat'](_0x48a864,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x3fe814}]});});}),_0x492b9c['descriptionFactory']['registerDescriptionCallback'](_0x44e719=>{const {data:_0x58083d}=_0x44e719;if(_0x58083d&&'blockQuote'==_0x58083d['commandName']){const _0x19e61c=o(_0x26625c,'ELEMENT_BLOCK_QUOTE');return _0x58083d['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x26625c,'*Set\x20format:*\x20%0',_0x19e61c)}:{'type':'format','content':o(_0x26625c,'*Remove\x20format:*\x20%0',_0x19e61c)};}});}}function oo(_0x44f9b4){return'blockQuote'==_0x44f9b4['parent']['name'];}class L extends _0x5b3081{['afterInit'](){const _0x484a82=this['editor'];_0x484a82['plugins']['has']('CaseChange')&&(_0x484a82['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x484a82['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x484a82['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x5b3081{['afterInit'](){const _0x34c06c=this['editor'];_0x34c06c['commands']['get']('ckbox')&&_0x34c06c['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class J extends _0x5b3081{['afterInit'](){const _0xa35ccc=this['editor'];if(!_0xa35ccc['plugins']['has']('CodeBlock'))return;const _0x542478=_0xa35ccc['plugins']['get']('TrackChangesEditing'),_0x5eb4cf=_0xa35ccc['locale'],_0xbd10a9=_0xa35ccc['config']['get']('codeBlock')['languages'],_0x703323=_0xa35ccc['commands']['get']('codeBlock');_0x542478['enableCommand']('indentCodeBlock'),_0x542478['enableCommand']('outdentCodeBlock'),_0x542478['enableCommand']('codeBlock',(_0xccb0fd,_0x247678={})=>{const _0x4ff99a=_0xa35ccc['model'],_0x224068=_0xa35ccc['model']['document']['selection'],_0x40f11d=_0x247678&&void 0x0!==_0x247678['forceValue']?_0x247678['forceValue']:!_0x703323['value'];let _0x5ece01;_0x247678['language']||(_0x247678['language']=_0xbd10a9[0x0]['language']),_0x5ece01=_0x40f11d?Array['from'](_0x224068['getSelectedBlocks']())['filter'](_0x53afbe=>eo(_0x53afbe)||function(_0x1e361b,_0x38092f){if(_0x1e361b['is']('rootElement')||_0x38092f['isLimit'](_0x1e361b))return!0x1;return _0x38092f['checkChild'](_0x1e361b['parent'],'codeBlock');}(_0x53afbe,_0x4ff99a['schema'])):Array['from'](_0x224068['getSelectedBlocks']())['filter'](_0x29a18b=>eo(_0x29a18b));const _0x498e1e=to(_0x5ece01,_0x4ff99a);_0x4ff99a['change'](()=>{for(const _0x48d4d0 of _0x498e1e)_0x542478['markBlockFormat'](_0x48d4d0,{'commandName':'codeBlock','commandParams':[{..._0x247678,'forceValue':_0x40f11d}],'formatGroupId':'blockName'});});}),(_0x542478['descriptionFactory']['registerElementLabel']('codeBlock',_0x522037=>o(_0x5eb4cf,'ELEMENT_CODE_BLOCK',_0x522037)),_0x542478['descriptionFactory']['registerDescriptionCallback'](_0xeff00c=>{if('formatBlock'!=_0xeff00c['type'])return;const _0x527188=_0x5eb4cf['t'],{data:_0x4c12f8}=_0xeff00c;if(!_0x4c12f8||'codeBlock'!=_0x4c12f8['commandName'])return;const _0x168add=_0x4c12f8['commandParams'][0x0]['language'],_0x27a4dd=_0x527188(_0xbd10a9['find'](_0x4a7570=>_0x4a7570['language']===_0x168add)['label'])['toLowerCase']();return _0x4c12f8['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x5eb4cf,'*Set\x20format:*\x20%0',o(_0x5eb4cf,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x27a4dd+')')}:{'type':'format','content':o(_0x5eb4cf,'*Remove\x20format:*\x20%0',o(_0x5eb4cf,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x727335){return'codeBlock'==_0x727335['name'];}class q extends _0x5b3081{['afterInit'](){const _0x57b733=this['editor'];if(!_0x57b733['plugins']['has']('CommentsEditing'))return;_0x57b733['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x3b087c,_0x286105,_0x35d311){const _0x26fa20=[];for(const _0x590e7b of _0x286105['getItems']())_0x590e7b['hasAttribute'](_0x3b087c)&&_0x26fa20['push'](_0x35d311['createRangeOn'](_0x590e7b));return _0x26fa20;}function _e(_0x278d53,_0x250b66,{showActiveMarker:_0x503cd7=!0x0}={}){const _0x315290=_0x278d53['plugins']['get']('TrackChangesEditing');return(_0x251766,_0x56b41d,_0x56f915)=>{if(!_0x56f915['consumable']['test'](_0x56b41d['markerRange'],_0x251766['name']))return;const _0x491202=_0x56b41d['markerRange']['getWalker'](),_0x4de854=_0x56b41d['markerRange']['start'],_0x25c428=_0x278d53['model']['schema'];let _0x565848=null,_0x4c5523=null,_0x5084ac=!0x1,_0x982a1c=!0x1;for(const _0x3160e1 of _0x491202){const _0x1e7d4e=_0x3160e1['item'];_0x5084ac=_0x5084ac||_0x25c428['isContent'](_0x1e7d4e);const _0x4a4cf0=_0x56f915['mapper']['toViewElement'](_0x1e7d4e);if(_0x4a4cf0&&_0x4a4cf0['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x3160e1['type']&&(_0x25c428['isBlock'](_0x1e7d4e)&&!_0x25c428['isLimit'](_0x1e7d4e)&&(_0x1e7d4e['nextSibling']||_0x4de854['isAtEnd']?_0x565848&&_0x565848['parent']==_0x1e7d4e||(_0x565848=_0x1e7d4e,_0x4c9bb5(_0x3160e1['previousPosition']),_0x982a1c=!0x0):_0x4c5523=_0x4c5523||_0x3160e1['previousPosition']));}function _0x4c9bb5(_0x3d6fac){const _0x5d4e19=_0x56f915['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x250b66}),_0x36962f=_0x56f915['mapper']['toViewPosition'](_0x3d6fac);_0x503cd7&&_0x315290['activeMarkers']['includes'](_0x56b41d['markerName'])&&_0x56f915['writer']['addClass']('ck-suggestion-marker--active',_0x5d4e19),_0x56f915['writer']['insert'](_0x36962f,_0x5d4e19),_0x56f915['mapper']['bindElementToMarker'](_0x5d4e19,_0x56b41d['markerName']);}_0x5084ac||_0x982a1c||!_0x4c5523||_0x4c9bb5(_0x4c5523);};}class z extends _0x5b3081{static get['requires'](){return[_0x390dd1];}['init'](){const _0x41bab8=this['editor'],_0x2a818a=_0x41bab8['plugins']['get']('TrackChangesEditing');_0x2a818a['enableCommand']('delete');const _0x538f14=_0x41bab8['commands']['get']('deleteForward');_0x2a818a['enableCommand']('deleteForward',(_0x5cecec,_0x40b163={})=>{const _0x5928a7=_0x41bab8['model']['createSelection'](_0x41bab8['model']['document']['selection']);_0x5928a7['isCollapsed']&&_0x41bab8['model']['modifySelection'](_0x5928a7,{'direction':'forward','unit':_0x40b163['unit']});const _0x44dbc0=_0x5928a7['getFirstRange'](),_0x4a654b=_0x5116e6['fromRange'](_0x44dbc0);let _0x1449a2;_0x5cecec(_0x40b163),_0x1449a2='$graveyard'==_0x4a654b['root']['rootName']?_0x41bab8['model']['createRange'](_0x44dbc0['start']):_0x41bab8['model']['createRange'](_0x4a654b['start'],_0x4a654b['end']),_0x4a654b['detach'](),_0x41bab8['model']['enqueueChange'](_0x538f14['buffer']['batch'],_0x1a426a=>{_0x538f14['buffer']['lock'](),_0x1a426a['setSelection'](_0x1a426a['createRange'](_0x1449a2['end'])),_0x538f14['buffer']['unlock']();});}),_0x41bab8['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x41bab8,'merge'),{'priority':'high'}),_0x41bab8['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x3b1360,_0x523510,_0x2ce5f8)=>{_0x2ce5f8['options']['showSuggestionHighlights']&&_e(_0x41bab8,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x3b1360,_0x523510,_0x2ce5f8);},{'priority':'high'}),_0x41bab8['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x8cc473,_0x224bb8,_0x34e272)=>{const _0xfdeb9=_0x34e272['mapper']['markerNameToElements'](_0x224bb8['markerName']);if(_0xfdeb9){for(const _0x233064 of _0xfdeb9)_0x233064['is']('uiElement')&&(_0x34e272['mapper']['unbindElementFromMarkerName'](_0x233064,_0x224bb8['markerName']),_0x34e272['writer']['remove'](_0x233064));}},{'priority':'high'});}}class K extends _0x5b3081{['afterInit'](){const _0x274ac5=this['editor'];if(!_0x274ac5['plugins']['has']('ListEditing'))return;const _0x5ed438=_0x274ac5['locale'],_0x4d0712=_0x274ac5['plugins']['get']('TrackChangesEditing'),_0x4d0adf=_0x274ac5['plugins']['has']('TodoListEditing'),_0x56ef31=!!_0x274ac5['config']['get']('list.multiBlock');function _0x721afc(_0x91c20b){return{'type':'format','content':''+o(_0x5ed438,'*Set\x20format:*\x20%0',_0x91c20b)};}function _0x4f5e30(_0x551a7c){return{'type':'format','content':''+o(_0x5ed438,'*Remove\x20format:*\x20%0',_0x551a7c)};}_0x4d0712['enableDefaultAttributesIntegration']('numberedList'),_0x4d0712['enableDefaultAttributesIntegration']('bulletedList'),_0x4d0712['enableDefaultAttributesIntegration']('customNumberedList'),_0x4d0712['enableDefaultAttributesIntegration']('customBulletedList'),_0x4d0712['enableDefaultAttributesIntegration']('indentList'),_0x4d0712['enableDefaultAttributesIntegration']('outdentList'),_0x4d0712['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x4d0712['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x4d0712['registerBlockAttribute']('listItemId'),_0x4d0712['registerBlockAttribute']('listType'),_0x4d0712['registerBlockAttribute']('listIndent'),_0x56ef31&&(_0x4d0712['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x4d0712['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x4d0adf&&(_0x4d0712['enableDefaultAttributesIntegration']('todoList'),_0x4d0712['enableDefaultAttributesIntegration']('checkTodoList'),_0x4d0712['registerBlockAttribute']('todoListChecked'),_0x4d0712['descriptionFactory']['registerDescriptionCallback'](_0x49afe6=>{const {data:_0x46d2c4}=_0x49afe6;if(_0x46d2c4&&'todoListChecked'==_0x46d2c4['key'])return{'type':'format','content':_0x46d2c4['newValue']?o(_0x5ed438,'*Check\x20item*'):o(_0x5ed438,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x39f495=>{if(_0x39f495['batch']['isUndo'])return!0x1;let _0x242390=!0x1;const _0x4692ba=_0x4d0712['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1df986=>'todoListChecked'===_0x4d0712['_getAttributeKey'](_0x1df986));for(const _0x4cbf82 of _0x4692ba){'todo'!=_0x4cbf82['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x4d0712['_findSuggestions'](_0x4cbf82['getFirstRange'](),'attribute')['find'](_0x1b3210=>'listType'===_0x4d0712['_getAttributeKey'](_0x1b3210['suggestion']))||(_0x39f495['removeMarker'](_0x4cbf82['getFirstMarker']()),_0x242390=!0x0));}return _0x242390;})),_0x4d0712['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x5ed438,'FORMAT_INDENT'));const _0x2a3780={'type':'format','content':''};_0x4d0712['descriptionFactory']['registerDescriptionCallback'](_0x7a2a9a=>{const {data:_0x22fd80}=_0x7a2a9a;if(!_0x22fd80||'listType'!=_0x22fd80['key'])return;let _0x2060d7=_0x7a2a9a['head'];for(;_0x2060d7;){if(_0x2060d7['data']&&(('listStyle'==_0x2060d7['data']['key']||'listMarkerStyle'==_0x2060d7['data']['key'])&&(_0x2060d7['data']['newValue']&&'default'!=_0x2060d7['data']['newValue']||'default'!=_0x2060d7['data']['oldValue']&&!_0x22fd80['newValue'])||!_0x56ef31&&_0x2060d7['data']['key']==m))return _0x2a3780;_0x2060d7=_0x2060d7['next'];}if(null==_0x22fd80['newValue'])switch(_0x22fd80['oldValue']){case'bulleted':return _0x4f5e30(o(_0x5ed438,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x4f5e30(o(_0x5ed438,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x4f5e30(o(_0x5ed438,'ELEMENT_TODO_LIST'));}switch(_0x22fd80['newValue']){case'bulleted':return _0x721afc(o(_0x5ed438,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x721afc(o(_0x5ed438,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x721afc(o(_0x5ed438,'ELEMENT_TODO_LIST'));}}),_0x4d0712['descriptionFactory']['registerDescriptionCallback'](_0x1761b3=>{const {data:_0x3ac16e}=_0x1761b3;if(_0x3ac16e&&'listIndent'==_0x3ac16e['key'])return null==_0x3ac16e['newValue']||null==_0x3ac16e['oldValue']&&0x0==_0x3ac16e['newValue']?_0x2a3780:void 0x0;}),_0x4d0712['descriptionFactory']['registerDescriptionCallback'](_0x50dd07=>{if('attribute'!=_0x50dd07['type'])return;const {data:_0x412888}=_0x50dd07;if(!_0x412888||'listItemId'!=_0x412888['key'])return;const _0x164118=le(_0x50dd07);return'newValue'==_0x164118?{'type':'format','content':o(_0x5ed438,'*Merge:*\x20list\x20item')}:'oldValue'==_0x164118?{'type':'format','content':o(_0x5ed438,'*Split:*\x20list\x20item')}:_0x2a3780;}),_0x274ac5['model']['document']['registerPostFixer'](_0x1607b7=>this['listItemIdFixer'](_0x1607b7)),_0x274ac5['model']['document']['registerPostFixer'](_0x1dd02d=>this['noTrackChangesFixer'](_0x1dd02d)),_0x274ac5['model']['document']['on']('change:data',(_0x5ab7c8,_0x14e9e0)=>{if(_0x14e9e0['isUndo']||!_0x14e9e0['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x5490fb){if(_0x5490fb['batch']['isUndo']||!_0x5490fb['batch']['isLocal'])return!0x1;let _0x398a89=!0x1;const _0x8cb944=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2e5d80=>_0x2e5d80['data']&&'listItemId'==_0x2e5d80['data']['key'])['filter'](_0xd8fe91=>_0xd8fe91['data']['newValue']&&_0xd8fe91['data']['oldValue']);for(const _0xf02b7a of _0x8cb944)le(_0xf02b7a)||(_0x5490fb['removeMarker'](_0xf02b7a['getFirstMarker']()),_0x398a89=!0x0);return _0x398a89;}['noTrackChangesFixer'](_0x3b77f9){if(_0x3b77f9['batch']['isUndo']||!_0x3b77f9['batch']['isLocal'])return!0x1;const _0x103ce8=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x103ce8['trackChangesCommand']['value'])return!0x1;let _0x391de9=!0x1;const _0x286a6f=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0xf927ac=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x44cfd9=>'attribute'==_0x44cfd9['type'])['filter'](_0x1c79ea=>_0x286a6f['includes'](_0x1c79ea['attributeKey']));if(0x0==_0xf927ac['length'])return _0x391de9;for(const _0x5a6b09 of _0xf927ac){const _0x2cbd68=_0x103ce8['_findSuggestions'](_0x5a6b09['range'],'attribute')['filter'](_0x542157=>!_0x542157['meta']['isNextTo'])['map'](_0x2c3ae9=>_0x2c3ae9['suggestion'])['filter'](_0x4d3413=>{const _0x464a89=_0x103ce8['_getAttributeKey'](_0x4d3413);return _0x286a6f['includes'](_0x464a89);});if(_0x2cbd68['length']){for(const _0x408fc6 of _0x2cbd68)_0x3b77f9['removeMarker'](_0x408fc6['getFirstMarker']());_0x391de9=!0x0;}}return _0x391de9;}['assureChains'](){const _0x1b92f1=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1be189=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x5d633a;const _0x303bd8=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x6ddcdd=>{if(_0x6ddcdd['data']['oldRange']||!_0x6ddcdd['data']['newRange'])return null;if(!_0x6ddcdd['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x4d34af}=_0x1b92f1['_splitMarkerName'](_0x6ddcdd['name']);if(!_0x1b92f1['hasSuggestion'](_0x4d34af))return null;const _0x37eb8f=_0x1b92f1['getSuggestion'](_0x4d34af);return _0x1be189['includes'](_0x37eb8f['data']['key']);})['map'](_0x1c729f=>{const {id:_0xbaf107}=_0x1b92f1['_splitMarkerName'](_0x1c729f['name']),_0x1a0cc7=_0x1b92f1['getSuggestion'](_0xbaf107);return _0x5d633a=_0x1a0cc7['attributes']['groupId'],_0x1a0cc7['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x303bd8['size'])return;const _0x236bb4=_0x1b92f1['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x42ef3b=>'attribute'==_0x42ef3b['type']&&_0x42ef3b['data']&&_0x1be189['includes'](_0x42ef3b['data']['key'])&&_0x42ef3b['attributes']['groupId']!=_0x5d633a)['map'](_0x5944de=>({'listItem':_0x5944de['getFirstRange']()['start']['nodeAfter'],'groupId':_0x5944de['attributes']['groupId']})),_0x3ed739=new Set();for(const {groupId:_0x15cbe6,listItem:_0x251d10}of _0x236bb4)_0x303bd8['has'](_0x251d10)&&_0x3ed739['add'](_0x15cbe6);for(const _0x2b300d of _0x1b92f1['getSuggestions']())_0x3ed739['has'](_0x2b300d['attributes']['groupId'])&&_0x2b300d['setAttribute']('groupId',_0x5d633a);}['_supportLegacySuggestions'](){const _0x28078e=this['editor'],_0x4f9593=_0x28078e['locale'],_0x5ebe13=_0x28078e['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x5ebe13['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x1f8217,_0x2b1d6a){const _0x40687f=[];for(let _0x287704 of _0x1f8217)_0x287704['start']['nodeAfter']===_0x287704['end']['parent']&&(_0x287704=_0x28078e['model']['createRange'](_0x28078e['model']['createPositionAt'](_0x287704['start']['nodeAfter'],0x0))),_0x40687f['push'](_0x287704);_0x28078e['model']['change'](_0x5a7dc1=>{const _0x5bd69b=_0x28078e['model']['document']['selection'],_0x2d1394=Array['from'](_0x5bd69b['getRanges']())['map'](_0x509e67=>_0x5116e6['fromRange'](_0x509e67));_0x5a7dc1['setSelection'](_0x40687f),_0x28078e['commands']['get'](_0x2b1d6a['commandName'])['refresh'](),_0x2b1d6a['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x28078e['execute'](_0x2b1d6a['commandName'],..._0x2b1d6a['commandParams']),_0x5a7dc1['setSelection'](_0x2d1394);for(const _0x1cc00b of _0x2d1394)_0x1cc00b['detach']();});}),_0x5ebe13['descriptionFactory']['registerElementLabel'](function(_0xaef3a4){const _0x5cdfbf=!_0x28078e['model']['schema']['isObject'](_0xaef3a4),_0x3ae260=_0xaef3a4['previousSibling'],_0x27be75=_0xaef3a4['nextSibling'],_0x11bf27=_0xaef3a4['getAttribute']('listItemId'),_0x3d082a=!_0x3ae260||_0x3ae260['getAttribute']('listItemId')!==_0x11bf27,_0x2db9f3=!_0x27be75||_0x27be75['getAttribute']('listItemId')!==_0x11bf27;return _0x5cdfbf&&Boolean(_0x11bf27)&&_0x3d082a&&_0x2db9f3;},_0x42b5df=>o(_0x4f9593,'ELEMENT_LIST_ITEM',_0x42b5df));}['_registerLegacyDescription'](){const _0x2f3610=this['editor'],_0x4464e7=_0x2f3610['locale'];function _0x27782e(_0x26986a){const _0x428873=_0x2f3610['commands']['get']('bulletedList')['value'],_0x4915f5=_0x2f3610['commands']['get']('numberedList')['value'];return'numberedList'===_0x26986a?_0x428873:_0x4915f5;}_0x2f3610['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x477d0b){if('formatBlock'!=_0x477d0b['type'])return;const {data:_0xb289b}=_0x477d0b;if(!_0xb289b)return;let _0x5674b9,_0x4790ae,_0x10fcc2,_0x2ebce1;switch(_0xb289b['commandName']){case'bulletedList':_0x10fcc2=_0xb289b['commandParams'][0x0]['forceValue'],_0x2ebce1=_0x27782e(_0xb289b['commandName']),_0x5674b9=_0x10fcc2?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2ebce1&&_0x2f3610['config']['get']('list.multiBlock')||(_0x5674b9='*Change\x20to:*\x20%0'),_0x4790ae={'type':'format','content':o(_0x4464e7,_0x5674b9,o(_0x4464e7,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x10fcc2=_0xb289b['commandParams'][0x0]['forceValue'],_0x2ebce1=_0x27782e(_0xb289b['commandName']),_0x5674b9=_0x10fcc2?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2ebce1&&_0x2f3610['config']['get']('list.multiBlock')||(_0x5674b9='*Change\x20to:*\x20%0'),_0x4790ae={'type':'format','content':o(_0x4464e7,_0x5674b9,o(_0x4464e7,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x5674b9='*Indent:*\x20%0',_0x4790ae={'type':'format','content':o(_0x4464e7,_0x5674b9,o(_0x4464e7,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x5674b9=function(_0x2d6a7d){const _0x3cc7a0=_0x2d6a7d['getFirstRange']();let _0x1b8b89=_0x3cc7a0['start']['nodeAfter'];for(;_0x1b8b89&&_0x3cc7a0['containsItem'](_0x1b8b89);){if(_0x1b8b89['getAttribute']('listIndent')>0x0)return!0x1;_0x1b8b89=_0x1b8b89['nextSibling'];}return!0x0;}(_0x477d0b)?o(_0x4464e7,'*Format:*\x20remove\x20from\x20%0',o(_0x4464e7,function(_0x267006){return'ELEMENT_'+_0x267006['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x477d0b))):o(_0x4464e7,'*Outdent:*\x20%0',o(_0x4464e7,'ELEMENT_LIST_ITEM')),_0x4790ae={'type':'format','content':_0x5674b9};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0xb289b['multipleBlocks']&&(_0x5674b9='*Merge:*\x20%0',_0x4790ae={'type':'deletion','content':o(_0x4464e7,_0x5674b9,o(_0x4464e7,'ELEMENT_LIST_ITEM'))});}return _0x4790ae;});}}function le(_0x46ea69){let _0x3f5d72=_0x46ea69['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x3f5d72;){const _0x221109=_0x3f5d72['getAttribute']('listItemId');if(!_0x221109)return!0x1;if(_0x221109==_0x46ea69['data']['newValue'])return'newValue';if(_0x221109==_0x46ea69['data']['oldValue'])return'oldValue';_0x3f5d72=_0x3f5d72['previousSibling'];}return!0x1;}class pe extends _0x5b3081{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x50d897=this['editor']['config']['get']('list.properties'),_0x5175e5=this['editor']['plugins']['get']('TrackChangesEditing');_0x50d897['styles']&&(_0x5175e5['enableDefaultAttributesIntegration']('listStyle'),_0x5175e5['registerBlockAttribute']('listStyle')),_0x50d897['reversed']&&(_0x5175e5['enableDefaultAttributesIntegration']('listReversed'),_0x5175e5['registerBlockAttribute']('listReversed')),_0x50d897['startIndex']&&(_0x5175e5['enableDefaultAttributesIntegration']('listStart'),_0x5175e5['registerBlockAttribute']('listStart'));const _0x300b66={'type':'format','content':''};_0x5175e5['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x27e7d8=this['editor']['locale'];_0x5175e5['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x27e7d8,'FORMAT_LIST_REVERSED')),_0x5175e5['descriptionFactory']['registerDescriptionCallback'](_0x1c2535=>{const {data:_0x25c465}=_0x1c2535;if(_0x25c465&&'listReversed'==_0x25c465['key'])return null==_0x25c465['newValue']||0x0==_0x25c465['newValue']&&null==_0x25c465['oldValue']?_0x300b66:void 0x0;}),_0x5175e5['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x27e7d8,'FORMAT_LIST_START')),_0x5175e5['descriptionFactory']['registerDescriptionCallback'](_0x172de5=>{const {data:_0x35bc98}=_0x172de5;if(_0x35bc98&&'listStart'==_0x35bc98['key'])return null==_0x35bc98['newValue']||0x1==_0x35bc98['newValue']&&null==_0x35bc98['oldValue']?_0x300b66:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x55208d=>{if(_0x55208d['batch']['isUndo'])return!0x1;let _0x17e4a4=!0x1;const _0x500478=_0x5175e5['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4aa4ca=>{const _0x65e200=_0x5175e5['_getAttributeKey'](_0x4aa4ca);return'listStart'==_0x65e200||'listReversed'==_0x65e200;});for(const _0x1b790b of _0x500478){const _0x7ddab9=_0x1b790b['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x7ddab9||'customNumbered'==_0x7ddab9)continue;_0x5175e5['_findSuggestions'](_0x1b790b['getFirstRange'](),'attribute')['find'](_0x22e01b=>'listType'==_0x5175e5['_getAttributeKey'](_0x22e01b['suggestion']))||(_0x55208d['removeMarker'](_0x1b790b['getFirstMarker']()),_0x17e4a4=!0x0);}return _0x17e4a4;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x29776){const _0x3db168=this['editor']['locale'],{data:_0x551a59}=_0x29776,_0x1eb9d2={'type':'format','content':''};if(!_0x551a59||'listStyle'!=_0x551a59['key'])return;if(!_0x551a59['oldValue'])return'default'==_0x551a59['newValue']?_0x1eb9d2:{'type':'format','content':''+o(_0x3db168,'*Set\x20format:*\x20%0',o(_0x3db168,this['_getTranslationKeyForListStyle'](_0x551a59['newValue'])))};if(!_0x551a59['newValue']){if('default'==_0x551a59['oldValue'])return _0x1eb9d2;let _0x90d66=_0x29776['head'];for(;_0x90d66;){if(_0x90d66['data']&&'listType'==_0x90d66['data']['key']&&_0x90d66['data']['newValue'])return _0x1eb9d2;_0x90d66=_0x90d66['next'];}return{'type':'format','content':''+o(_0x3db168,'*Remove\x20format:*\x20%0',o(_0x3db168,this['_getTranslationKeyForListStyle'](_0x551a59['oldValue'])))};}if('default'!=_0x551a59['newValue'])return{'type':'format','content':''+o(_0x3db168,'*Set\x20format:*\x20%0',o(_0x3db168,this['_getTranslationKeyForListStyle'](_0x551a59['newValue'])))};let _0x754d0b=_0x29776['head'];for(;_0x754d0b;){if(_0x754d0b['data']&&'listType'==_0x754d0b['data']['key']&&_0x754d0b['data']['newValue']&&_0x754d0b['data']['oldValue'])return _0x1eb9d2;_0x754d0b=_0x754d0b['next'];}return{'type':'format','content':o(_0x3db168,'*Set\x20format:*\x20%0',o(_0x3db168,'ELEMENT_'+_0x29776['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0xe8b68c=this['editor'],_0x31944b=_0xe8b68c['locale'];_0xe8b68c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4fbdf6=>{if('formatBlock'!=_0x4fbdf6['type'])return;const {data:_0x1b8c7c}=_0x4fbdf6;if(!_0x1b8c7c)return;let _0x549bc2,_0x3e70bc;switch(_0x1b8c7c['commandName']){case'listStyle':_0x549bc2='*Change\x20to:*\x20%0',_0x3e70bc={'type':'format','content':o(_0x31944b,_0x549bc2,o(_0x31944b,this['_getTranslationKeyForListStyle'](_0x1b8c7c['commandParams'][0x0]['type'])))};break;case'listReversed':_0x549bc2=_0x1b8c7c['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x3e70bc={'type':'format','content':o(_0x31944b,_0x549bc2)};break;case'listStart':_0x549bc2='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x3e70bc={'type':'format','content':o(_0x31944b,_0x549bc2,_0x1b8c7c['commandParams'][0x0]['startIndex'])};}return _0x3e70bc;});}['_getTranslationKeyForListStyle'](_0x8fffa){return'ELEMENT_'+function(_0x59d4c8){if(ye['includes'](_0x59d4c8))return'bulleted';if(Se['includes'](_0x59d4c8))return'numbered';return null;}(_0x8fffa)['toUpperCase']()+'_LIST_'+_0x8fffa['toUpperCase']()['replace'](/-/g,'_');}}const ye=['disc','circle','square'],Se=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class Q extends _0x5b3081{static get['requires'](){return[_0x3e8c2c];}['init'](){const _0x4d1b1f=this['editor'],_0x390fe0=_0x4d1b1f['plugins']['get']('TrackChangesEditing'),_0x4df7d2=_0x4d1b1f['commands']['get']('enter');_0x390fe0['enableCommand']('enter',()=>{_0x4d1b1f['model']['change'](_0x3bdb7d=>{const _0x18511e=_0x4d1b1f['model']['document']['selection'],_0x46c083=_0x18511e['getFirstPosition'](),_0x1e5b06=_0x5116e6['fromRange'](_0x18511e['getFirstRange']());if(_0x4df7d2['enterBlock'](_0x3bdb7d)){const _0x1fa8a4=_0x4d1b1f['model']['createPositionAt'](_0x46c083['parent']['nextSibling'],0x0),_0x3d06a1=_0x3bdb7d['createRange'](_0x46c083,_0x1fa8a4);_0x390fe0['markInsertion'](_0x3d06a1);}else _0x3bdb7d['setSelection'](_0x3bdb7d['createRange'](_0x1e5b06['end']));_0x1e5b06['detach'](),_0x4df7d2['fire']('afterExecute',{'writer':_0x3bdb7d});});}),_0x4d1b1f['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x4d1b1f,'split'),{'priority':'high'}),_0x4d1b1f['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x56bdba,_0x33d5e6,_0x2be5db)=>{const _0x3b30dd=_0x2be5db['mapper']['markerNameToElements'](_0x33d5e6['markerName']);if(_0x3b30dd){for(const _0x52458d of _0x3b30dd)_0x52458d['hasClass']('ck-suggestion-marker-split')&&(_0x2be5db['mapper']['unbindElementFromMarkerName'](_0x52458d,_0x33d5e6['markerName']),_0x2be5db['writer']['remove'](_0x52458d));}},{'priority':'high'}),_0x4d1b1f['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x10e1f2,_0x319ba3,_0x3cca9b)=>{_0x3cca9b['options']['showSuggestionHighlights']&&_e(_0x4d1b1f,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x10e1f2,_0x319ba3,_0x3cca9b);},{'priority':'high'});}}class X extends _0x5b3081{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x38d214=this['editor']['plugins']['get']('TrackChangesEditing');_0x38d214['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x38d214['enableCommand']('findNext'),_0x38d214['enableCommand']('findPrevious'),_0x38d214['enableCommand']('replace'),_0x38d214['enableCommand']('replaceAll');}['handleFindCommand'](_0x3008e4,_0x1e2b2c,_0x5b4a5e={}){const _0x194d4e=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x3008e4(_0x29ec66=>{let _0x2046d6=('string'==typeof _0x1e2b2c?_0x194d4e['findByTextCallback'](_0x1e2b2c,_0x5b4a5e):_0x1e2b2c)(_0x29ec66);Array['isArray'](_0x2046d6)&&(_0x2046d6={'results':_0x2046d6,'searchText':'string'==typeof _0x1e2b2c?_0x1e2b2c:''});const _0x436260=_0x2046d6['results']['filter'](_0x201daa=>!0x1===this['_isInDeletionRange'](_0x201daa,_0x29ec66['item']));return{..._0x2046d6,'results':_0x436260};},_0x5b4a5e);}['_isInDeletionRange'](_0x490abb,_0x1694b7){const _0x502286=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x1694b7,_0x490abb['start']),this['editor']['model']['createPositionAt'](_0x1694b7,_0x490abb['end']));for(const _0x787c53 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x502286['getIntersection'](_0x787c53['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Y extends _0x5b3081{['afterInit'](){const _0x318a08=this['editor']['locale'],_0x3fd48d=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x3dc788,commandName:_0x1c092a}of ro)this['editor']['plugins']['has'](_0x3dc788)&&(_0x3fd48d['enableDefaultAttributesIntegration'](_0x1c092a),_0x3fd48d['registerInlineAttribute'](_0x1c092a));_0x3fd48d['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x318a08,'FORMAT_FONT_SIZE')),_0x3fd48d['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x318a08,'FORMAT_FONT_FAMILY')),_0x3fd48d['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x318a08,'FORMAT_FONT_COLOR')),_0x3fd48d['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x318a08,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5b0e1e=this['editor'],_0x2a67d5=_0x5b0e1e['locale'];_0x5b0e1e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x17b965=>{const _0x216672=_0x2a67d5['t'];if('formatInline'!=_0x17b965['type'])return;const {data:_0xe8108d}=_0x17b965;if(null!=_0xe8108d){if('fontSize'==_0xe8108d['commandName']){const _0x1290c1=_0xe8108d['commandParams'][0x0]['value'];if(_0x1290c1){const _0x239cd6=_0x216672(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0xd25eca=>_0xd25eca['model']==_0x1290c1)['title'])['toLowerCase']();return{'type':'format','content':o(_0x2a67d5,'*Set\x20font\x20size:*\x20%0',_0x239cd6)};}return{'type':'format','content':o(_0x2a67d5,'*Reset\x20font\x20size*')};}if('fontFamily'==_0xe8108d['commandName']){const _0x4ffb43=_0xe8108d['commandParams'][0x0]['value'];return _0x4ffb43?{'type':'format','content':o(_0x2a67d5,'*Set\x20font\x20family:*\x20%0',_0x4ffb43)}:{'type':'format','content':o(_0x2a67d5,'*Reset\x20font\x20family*')};}if('fontColor'==_0xe8108d['commandName']){const _0x552eef=_0xe8108d['commandParams'][0x0]['value'];if(_0x552eef){const _0x437317=_0x34956b(this['editor']['config']['get']('fontColor.colors'))['find'](_0xf33306=>_0xf33306['model']==_0x552eef);let _0x14865f=_0x552eef,_0x5b53bd='';return _0x437317&&(_0x14865f=_0x437317['label'],_0x5b53bd=_0x216672(_0x14865f)['toLowerCase']()),{'type':'format','content':o(_0x2a67d5,'*Set\x20font\x20color:*\x20%0',_0x5b53bd)['trim'](),'color':{'value':_0x552eef,'title':_0x5b53bd||_0x14865f}};}return{'type':'format','content':o(_0x2a67d5,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0xe8108d['commandName']){const _0x4c4254=_0xe8108d['commandParams'][0x0]['value'];if(_0x4c4254){const _0x1d5d01=_0x34956b(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x2f4d99=>_0x2f4d99['model']==_0x4c4254);let _0x396097=_0x4c4254,_0x4ed926='';return _0x1d5d01&&(_0x396097=_0x1d5d01['label'],_0x4ed926=_0x216672(_0x396097)['toLowerCase']()),{'type':'format','content':o(_0x2a67d5,'*Set\x20font\x20background\x20color:*\x20%0',_0x4ed926)['trim'](),'color':{'value':_0x4c4254,'title':_0x4ed926||_0x396097}};}return{'type':'format','content':o(_0x2a67d5,'*Reset\x20font\x20background\x20color*')};}}});}}class Z extends _0x5b3081{['afterInit'](){const _0x47c46f=this['editor'],_0x4be9ed=_0x47c46f['plugins']['get']('TrackChangesEditing'),_0x183e0a=_0x47c46f['commands']['get']('copyFormat'),_0x4096b0=_0x47c46f['commands']['get']('pasteFormat');_0x183e0a&&_0x4096b0&&(_0x4be9ed['enableDefaultAttributesIntegration']('pasteFormat'),_0x4be9ed['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0xa2b593=this['editor'],_0x584c2e=_0xa2b593['locale'];_0xa2b593['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2bb9f0=>{if('formatBlock'!=_0x2bb9f0['type']&&'formatInline'!=_0x2bb9f0['type'])return;const {data:_0x69c213}=_0x2bb9f0;if(_0x69c213&&'pasteFormat'===_0x69c213['commandName']){const _0x467e09=[],_0x52c1ee=_0x69c213['commandParams'][0x0];for(const [_0xdc3765,_0x1fba49]of Object['entries'](_0x52c1ee))_0x467e09['push'](so(_0xa2b593,_0xdc3765,_0x1fba49));return _0x467e09['length']?{'type':'format','content':o(_0x584c2e,'*Set\x20format\x20to:*\x20%0',_0x467e09['join'](',\x20'))}:{'type':'format','content':o(_0x584c2e,'*Remove\x20all\x20formatting*')};}});}}function so(_0x13396a,_0x126a32,_0x5a8a3e){const _0x154f20=_0x13396a['locale']['t'],_0x3c2e02=_0x126a32['split'](/(?=[A-Z])/)['join']('\x20'),_0xe6aa19=_0x154f20(_0x3c2e02['charAt'](0x0)['toUpperCase']()+_0x3c2e02['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x5a8a3e)return _0xe6aa19;if('fontColor'===_0x126a32||'fontBackgroundColor'===_0x126a32){const _0x50d1c6=_0x34956b(_0x13396a['config']['get']('fontColor.colors'))['find'](_0x3d5279=>_0x3d5279['model']==_0x5a8a3e);return _0xe6aa19+'\x20('+(_0x50d1c6?_0x154f20(_0x50d1c6['label'])['toLowerCase']():_0x5a8a3e)+')';}if('fontSize'===_0x126a32&&isNaN(parseFloat(_0x5a8a3e))){const _0xc42fec=_0x13396a['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x13396a['config']['get']('fontSize.options'))['find'](_0x37b5d1=>_0x37b5d1['model']==_0x5a8a3e);return _0xe6aa19+'\x20('+(_0xc42fec?_0x154f20(_0xc42fec['title'])['toLowerCase']():_0x5a8a3e)+')';}return _0xe6aa19+'\x20('+_0x5a8a3e+')';}class tt extends _0x5b3081{['_headingOptions'];['afterInit'](){const _0x1f47a2=this['editor'];if(!_0x1f47a2['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x1f47a2['config']['get']('heading.options');const _0x2ba0ca=_0x1f47a2['locale'],_0x2ef05b=_0x1f47a2['plugins']['get']('TrackChangesEditing');_0x2ef05b['enableDefaultAttributesIntegration']('heading');for(const _0x28844b of this['_headingOptions'])'paragraph'!=_0x28844b['model']&&_0x2ef05b['descriptionFactory']['registerElementLabel'](_0x28844b['model'],_0x23659c=>{const _0x148b17=this['_getHeadingLevel'](_0x28844b['model']);return null!==_0x148b17?_0x1a9b33(_0x23659c,_0x148b17):_0x2380a6(_0x23659c,_0x28844b['title']);});function _0x1a9b33(_0xd19082,_0x474ad4){return o(_0x2ba0ca,'ELEMENT_HEADING',[_0xd19082,_0x474ad4]);}function _0x2380a6(_0x1115fc,_0x2282f7){return o(_0x2ba0ca,'ELEMENT_HEADING_CUSTOM',[_0x1115fc,_0x2282f7]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x316893=this['editor'],_0x55b6b1=_0x316893['locale'];function _0x23c052(_0x1a03fe,_0x33bdfd){return o(_0x55b6b1,'ELEMENT_HEADING_CUSTOM',[_0x1a03fe,_0x33bdfd]);}_0x316893['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2911d1=>{if('formatBlock'!=_0x2911d1['type'])return;const {data:_0x133536}=_0x2911d1;if(_0x133536&&'heading'==_0x133536['commandName']){const _0x14126d=_0x133536['commandParams'][0x0]['value'],_0x2ea210=this['_getHeadingLevel'](_0x14126d);if(null!==_0x2ea210)return{'type':'format','content':o(_0x55b6b1,'*Change\x20to:*\x20%0',(_0xbc3a36=0x1,_0x432871=_0x2ea210,o(_0x55b6b1,'ELEMENT_HEADING',[_0xbc3a36,_0x432871])))};const _0x2ba724=this['_headingOptions']['find'](_0x400872=>_0x400872['model']===_0x14126d)['title'];return{'type':'format','content':o(_0x55b6b1,'*Change\x20to:*\x20%0',_0x23c052(0x1,_0x2ba724))};}var _0xbc3a36,_0x432871;});}['_getHeadingLevel'](_0x16128b){const _0x93400a=_0x16128b['match'](/^heading(\d+)/);if(_0x93400a)return _0x93400a[0x1];const _0x39670d=this['_headingOptions']?.['find'](_0x2908da=>_0x2908da['model']==_0x16128b);if(_0x39670d&&_0x39670d['view']){const _0x31d72e=_0x39670d['view'],_0x25cc4a=(_0x31d72e['name']??_0x31d72e)['match'](/^h(\d+)/);if(_0x25cc4a)return _0x25cc4a[0x1];}return null;}}class et extends _0x5b3081{['afterInit'](){const _0x2a0cf2=this['editor'];if(!_0x2a0cf2['plugins']['has']('HighlightEditing'))return;const _0x1231d4=_0x2a0cf2['plugins']['get']('TrackChangesEditing'),_0x59a4cd=_0x2a0cf2['locale'];_0x1231d4['enableDefaultAttributesIntegration']('highlight'),_0x1231d4['registerInlineAttribute']('highlight'),_0x1231d4['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x59a4cd,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4d6412=this['editor'],_0x49607d=_0x4d6412['locale'];_0x4d6412['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xc2f816=>{if('formatInline'!=_0xc2f816['type'])return;const {data:_0xbf6a95}=_0xc2f816;if(_0xbf6a95&&'highlight'==_0xbf6a95['commandName']){const _0x1c9860=_0x49607d['t'],_0x533366=_0xbf6a95['commandParams'][0x0]['value'];if(_0x533366){const _0x34ed87=_0x4d6412['config']['get']('highlight.options')['find'](_0x3d799f=>_0x3d799f['model']==_0x533366),_0x3f57bf=_0x1c9860(_0x34ed87['title'])['toLowerCase']();return{'type':'format','content':o(_0x49607d,'*Set\x20highlight:*\x20%0',_0x3f57bf),'color':{'value':_0x34ed87['color'],'title':_0x34ed87['title']}};}return{'type':'format','content':o(_0x49607d,'*Remove\x20highlight*',o(_0x49607d,'FORMAT_HIGHLIGHT'))};}});}}class it extends _0x5b3081{['afterInit'](){const _0x43e0a3=this['editor'];if(!_0x43e0a3['plugins']['has']('HorizontalLineEditing'))return;_0x43e0a3['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x4ae13f=_0x43e0a3['plugins']['get']('TrackChangesEditing'),_0x3e582c=_0x43e0a3['locale'];_0x4ae13f['descriptionFactory']['registerElementLabel']('horizontalLine',_0xf94da=>o(_0x3e582c,'ELEMENT_HORIZONTAL_LINE',_0xf94da)),_0x43e0a3['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x16062b,{writer:_0x14e1ca,options:_0x3853b5})=>{if(!_0x3853b5['showSuggestionHighlights'])return null;const _0x1e6fae=_0x14e1ca['createContainerElement']('div'),_0x88f033=_0x14e1ca['createEmptyElement']('hr');return _0x14e1ca['addClass']('ck-horizontal-line',_0x1e6fae),_0x14e1ca['insert'](_0x14e1ca['createPositionAt'](_0x1e6fae,0x0),_0x88f033),_0x1e6fae;},'converterPriority':'high'});}}class st extends _0x5b3081{['afterInit'](){const _0x5f1f0d=this['editor'];if(!_0x5f1f0d['plugins']['has']('HtmlEmbed'))return;const _0x594b7d=_0x5f1f0d['plugins']['get']('TrackChangesEditing'),_0x2671f7=_0x5f1f0d['locale'];_0x594b7d['descriptionFactory']['registerElementLabel']('rawHtml',_0x5b77fa=>o(_0x2671f7,'ELEMENT_HTML_EMBED',_0x5b77fa)),_0x594b7d['enableDefaultAttributesIntegration']('htmlEmbed'),_0x594b7d['registerBlockAttribute']('value'),_0x594b7d['descriptionFactory']['registerDescriptionCallback'](_0x388fb1=>{if('attribute'!=_0x388fb1['type'])return;const {data:_0x14036e}=_0x388fb1;if(_0x14036e&&'value'==_0x14036e['key']&&_0x388fb1['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x5407e9=o(_0x2671f7,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x2671f7,'*Change\x20%0\x20content*',_0x5407e9)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x9f6ad9=this['editor'],_0x3aea5e=_0x9f6ad9['locale'];_0x9f6ad9['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x59d533=>{if('formatBlock'!=_0x59d533['type'])return;const {data:_0x27c813}=_0x59d533;if(_0x27c813&&'htmlEmbed'==_0x27c813['commandName']){const _0xdf1436=o(_0x3aea5e,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x3aea5e,'*Change\x20%0\x20content*',_0xdf1436)};}});}}class nt extends _0x5b3081{['afterInit'](){const _0xfd5967=this['editor'];if(!_0xfd5967['plugins']['has']('ImageEditing'))return;const _0x3edc4d=_0xfd5967['plugins']['get']('TrackChangesEditing'),_0x50ec9a=_0xfd5967['plugins']['get']('ImageUtils'),_0x17d788=_0xfd5967['locale'];_0x3edc4d['enableCommand']('insertImage'),_0x3edc4d['descriptionFactory']['registerElementLabel']('imageBlock',_0x346712=>o(_0x17d788,'ELEMENT_IMAGE',_0x346712)),_0x3edc4d['descriptionFactory']['registerElementLabel']('imageInline',_0x3425dc=>o(_0x17d788,'ELEMENT_INLINE_IMAGE',_0x3425dc)),_0x3edc4d['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x17d788,'ELEMENT_CAPTION')),_0xfd5967['plugins']['has']('ImageUploadEditing')&&_0x3edc4d['enableCommand']('uploadImage'),_0xfd5967['plugins']['has']('ImageBlockEditing')&&_0xfd5967['plugins']['has']('ImageInlineEditing')&&(_0x3edc4d['enableCommand']('imageTypeInline',(_0x195680,_0x482a5d)=>{const _0x1b2a44=_0x50ec9a['getClosestSelectedImageElement'](_0xfd5967['model']['document']['selection']);_0xfd5967['model']['change'](()=>{_0x3edc4d['markBlockFormat'](_0x1b2a44,{'commandName':'imageTypeInline','commandParams':[_0x482a5d]},[],'convertBlockImageToInline');});}),_0x3edc4d['enableCommand']('imageTypeBlock',(_0x19941f,_0x4765c6)=>{_0xfd5967['model']['change'](_0x3294c5=>{let _0x2e182f=_0x50ec9a['getClosestSelectedImageElement'](_0xfd5967['model']['document']['selection']),_0x306bdd=_0x3294c5['createRangeOn'](_0x2e182f);const _0x48dabf=_0xb8b1db['fromPosition'](_0x306bdd['start'],'toPrevious'),_0x5f1fdf=_0xb8b1db['fromPosition'](_0x306bdd['end'],'toNext');_0x3edc4d['forceDefaultExecution'](()=>_0x19941f(_0x4765c6)),_0x2e182f=_0x50ec9a['getClosestSelectedImageElement'](_0xfd5967['model']['document']['selection']),_0x306bdd=_0x3294c5['createRangeOn'](_0x2e182f);const _0x15bdaa=_0x3294c5['createRange'](_0x48dabf,_0x5f1fdf);_0x48dabf['detach'](),_0x5f1fdf['detach'](),_0x3edc4d['markBlockFormat'](_0x2e182f,{'commandName':'imageTypeInline','commandParams':[_0x4765c6]},[],'convertInlineImageToBlock'),_0x15bdaa['start']['isBefore'](_0x306bdd['start'])&&_0x3edc4d['markInsertion'](_0x3294c5['createRange'](_0x15bdaa['start'],_0x306bdd['start']),'convertInlineImageToBlock'),_0x306bdd['end']['isBefore'](_0x15bdaa['end'])&&_0x3edc4d['markInsertion'](_0x3294c5['createRange'](_0x306bdd['end'],_0x15bdaa['end']),'convertInlineImageToBlock');});}),_0x3edc4d['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x3edc4d['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x3edc4d['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x3edc4d['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x3edc4d['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x3edc4d['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x5a1460])=>{const _0x1f1754=_0x3edc4d['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x57664a=_0x5a1460['start'],_0x52396d=_0x5a1460['end'];const _0x41069d=_0xfd5967['model']['schema']['getNearestSelectionRange'](_0x57664a,'backward'),_0x54df15=_0xfd5967['model']['schema']['getNearestSelectionRange'](_0x52396d,'forward');_0x41069d['isCollapsed']&&(_0x57664a=_0x41069d['start']),_0x54df15['isCollapsed']&&(_0x52396d=_0x54df15['end']),_0x1f1754([_0xfd5967['model']['createRange'](_0x57664a,_0x52396d)]);}),_0x3edc4d['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x1d9cdb),_0x3edc4d['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x1d9cdb)),_0xfd5967['plugins']['has']('ImageCaptionEditing')&&(_0x3edc4d['enableCommand']('toggleImageCaption',(_0x26bb43,_0x4eb197)=>{const _0x1c5002=_0xfd5967['plugins']['get']('ImageCaptionUtils');let _0x461496=_0x50ec9a['getClosestSelectedImageElement'](_0xfd5967['model']['document']['selection']),_0x219eca=_0x1c5002['getCaptionFromImageModelElement'](_0x461496);_0xfd5967['model']['change'](()=>{if(_0x219eca)return void _0x3edc4d['markDeletion'](_0xfd5967['model']['createRangeOn'](_0x219eca));const _0xf48949=_0x50ec9a['isBlockImage'](_0x461496);_0x26bb43(_0x4eb197),_0x461496=_0x50ec9a['getClosestSelectedImageElement'](_0xfd5967['model']['document']['selection']),_0x219eca=_0x1c5002['getCaptionFromImageModelElement'](_0x461496),_0x3edc4d['markInsertion'](_0xfd5967['model']['createRangeOn'](_0x219eca),_0xf48949?null:'imageCaption');});}),_0x3edc4d['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x1d9cdb));const _0x28e1ff=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x3d132c(_0x3c2ba2,_0x3fda4f){const _0x167667=_0x28e1ff['findIndex'](({type:_0x455041,subType:_0x507904})=>_0x3c2ba2['type']==_0x455041&&_0x3c2ba2['subType']==_0x507904),_0x57a78c=_0x28e1ff['findIndex'](({type:_0x13844a,subType:_0xe00bdd})=>_0x3fda4f['type']==_0x13844a&&_0x3fda4f['subType']==_0xe00bdd);if(_0x167667<0x0||_0x57a78c<0x0)return!0x1;const _0x44ac64=_0x3c2ba2['getFirstRange'](),_0x539610=_0x3fda4f['getFirstRange']();if((0x0==_0x167667||0x1==_0x167667)&&0x2==_0x57a78c&&_0x44ac64['isIntersecting'](_0x539610))return!0x0;if(0x2==_0x167667&&0x3==_0x57a78c){const _0x59002a=_0x3edc4d['_findSuggestions'](_0x44ac64,'insertion')['filter'](({suggestion:_0x5de1c8,meta:_0x22053b})=>_0x22053b['isOwn']&&'convertInlineImageToBlock'==_0x5de1c8['subType']);if(_0x59002a['length']>0x1&&_0x539610['end']['isEqual'](_0x44ac64['start']))return!0x0;if(0x1==_0x59002a['length']&&(_0x44ac64['start']['isEqual'](_0x539610['end'])||_0x44ac64['end']['isEqual'](_0x539610['start'])))return!0x0;}if(0x3==_0x167667&&0x3==_0x57a78c&&_0x44ac64['start']['isBefore'](_0x539610['start'])){const _0x560024=_0x44ac64['end']['nodeAfter'],_0x4a4ce6=_0x539610['start']['nodeBefore'];return _0x50ec9a['isBlockImage'](_0x560024)&&_0x560024===_0x4a4ce6;}return!0x1;}function _0x1d9cdb(_0x42dfd8,_0x4d90dd){return _0x3d132c(_0x42dfd8,_0x4d90dd)?[_0x42dfd8,_0x4d90dd]:_0x3d132c(_0x4d90dd,_0x42dfd8)?[_0x4d90dd,_0x42dfd8]:null;}_0xfd5967['plugins']['has']('ImageResize')&&(_0x3edc4d['enableDefaultAttributesIntegration']('resizeImage'),_0x3edc4d['registerBlockAttribute']('resizedWidth'),_0x3edc4d['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x17d788,'FORMAT_IMAGE_SIZE'))),_0xfd5967['plugins']['has']('ImageTextAlternativeEditing')&&(_0x3edc4d['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x3edc4d['registerBlockAttribute']('alt')),_0x3edc4d['descriptionFactory']['registerDescriptionCallback'](_0x23bde6=>{if(!!_0x28e1ff['find'](({type:_0x2a0863,subType:_0x531248})=>_0x23bde6['type']==_0x2a0863&&_0x23bde6['subType']==_0x531248))return _0x23bde6['previous']?{}:void 0x0;}),_0x3edc4d['descriptionFactory']['registerDescriptionCallback'](_0x3b9820=>{if('insertion'==_0x3b9820['type']||'deletion'==_0x3b9820['type']){const _0x3ea5bf=_0x3b9820['getContainedElement']();if(_0x3ea5bf&&_0x3ea5bf['is']('element','caption'))return{'type':'insertion'==_0x3b9820['type']?'addObject':'removeObject','element':_0x3ea5bf,'quantity':0x1};}}),_0x3edc4d['descriptionFactory']['registerDescriptionCallback'](_0x4fad08=>'formatBlock'==_0x4fad08['type']&&'convertInlineImageToBlock'==_0x4fad08['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x4fad08['type']&&'convertBlockImageToInline'==_0x4fad08['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x3edc4d['descriptionFactory']['registerDescriptionCallback'](_0x46a1f8=>{if('attribute'!=_0x46a1f8['type'])return;const {data:_0x195482}=_0x46a1f8;if(!_0x195482||'alt'!=_0x195482['key'])return;const _0x23f395=_0x195482['newValue'];return _0x23f395?{'type':'format','content':o(_0x17d788,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x23f395+'\x22')}:{'type':'format','content':o(_0x17d788,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3a503c=this['editor'],_0x3f4466=_0x3a503c['locale'];_0x3a503c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x75c32=>{if('formatBlock'!=_0x75c32['type']&&'formatInline'!=_0x75c32['type'])return;const {data:_0x29c0d4}=_0x75c32;if(_0x29c0d4){if('imageTextAlternative'==_0x29c0d4['commandName']){const _0x469067=_0x29c0d4['commandParams'][0x0]['newValue'];return _0x469067?{'type':'format','content':o(_0x3f4466,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x469067+'\x22')}:{'type':'format','content':o(_0x3f4466,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x29c0d4['commandName']){const _0x3c0396=_0x29c0d4['commandParams'][0x0]['width'];return _0x3c0396?{'type':'format','content':o(_0x3f4466,'*Set\x20image\x20width:*\x20%0',_0x3c0396)}:{'type':'format','content':o(_0x3f4466,'*Reset\x20image\x20width*')};}}});}}class ot extends _0x5b3081{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x3e741a=this['editor']['locale'],_0x3a7bc3=this['editor']['plugins']['get']('TrackChangesEditing');_0x3a7bc3['enableDefaultAttributesIntegration']('replaceImageSource'),_0x3a7bc3['registerBlockAttribute']('src'),_0x3a7bc3['descriptionFactory']['registerDescriptionCallback'](_0x4f91bc=>{if('attribute'!=_0x4f91bc['type'])return;const {data:_0x1d9eb3}=_0x4f91bc;return _0x1d9eb3&&'src'==_0x1d9eb3['key']?_0x1d9eb3['newValue']&&_0x1d9eb3['oldValue']?{'type':'format','content':o(_0x3e741a,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x15a1e2=this['editor']['plugins']['get']('TrackChangesEditing');_0x15a1e2['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x15a1e2['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x15a1e2['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x15a1e2['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x17be2c=this['editor'],_0x5da1e3=_0x17be2c['locale'];_0x17be2c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4297e5=>{if('formatBlock'!=_0x4297e5['type']&&'formatInline'!=_0x4297e5['type'])return;const {data:_0x41f912}=_0x4297e5;if(!_0x41f912||'replaceImageSource'!=_0x41f912['commandName'])return;return{'type':'format','content':o(_0x5da1e3,'*Format:*\x20replace\x20image\x20URL')};});}}class rt extends _0x5b3081{['afterInit'](){const _0x5725b6=this['editor'];if(!_0x5725b6['plugins']['has']('ImageStyleEditing'))return;const _0x163c86=_0x5725b6['plugins']['get']('TrackChangesEditing'),_0x3b791f=_0x5725b6['plugins']['get']('ImageUtils'),_0x147116={};_0x163c86['enableCommand']('imageStyle',(_0x3d979d,_0x42822a)=>{const _0x3bfa2e=_0x5725b6['plugins']['get']('Users')['me'],_0x484a21=_0x5725b6['commands']['get']('imageStyle');let _0x557594=_0x3b791f['getClosestSelectedImageElement'](_0x5725b6['model']['document']['selection']),_0x3b6a9c=_0x5725b6['model']['createRangeOn'](_0x557594),_0x397b56=_0x484a21['value'];if(_0x397b56==_0x42822a['value'])return;const _0x1e19e5={'commandName':'imageStyle','commandParams':[_0x42822a],'formatGroupId':_0x71cbf7()};_0x5725b6['model']['change'](()=>{if(_0x163c86['getSuggestions']()['filter'](_0x56cd83=>_0x56cd83['isInContent']&&_0x3bfa2e==_0x56cd83['author']&&('formatBlock'==_0x56cd83['type']||'formatInline'==_0x56cd83['type'])&&('imageStylePreApply'==_0x56cd83['subType']||'imageStylePostApply'==_0x56cd83['subType'])&&_0x56cd83['getFirstRange']()['isEqual'](_0x3b6a9c))['forEach'](_0x3ad031=>_0x163c86['discardSuggestion'](_0x3ad031['head'])),_0x557594=_0x3b791f['getClosestSelectedImageElement'](_0x5725b6['model']['document']['selection']),_0x3b6a9c=_0x5725b6['model']['createRangeOn'](_0x557594),_0x484a21['refresh'](),_0x5725b6['commands']['get']('imageTypeInline')['refresh'](),_0x5725b6['commands']['get']('imageTypeBlock')['refresh'](),_0x397b56=_0x484a21['value'],_0x397b56!=_0x42822a['value'])return _0x3b791f['isInlineImage'](_0x557594)&&_0x484a21['shouldConvertImageType'](_0x42822a['value'],_0x557594)?(_0x3d979d({..._0x42822a,'setImageSizes':!0x1}),_0x557594=_0x3b791f['getClosestSelectedImageElement'](_0x5725b6['model']['document']['selection']),void _0x163c86['markBlockFormat'](_0x557594,{..._0x1e19e5,'commandReversedParams':[{'value':_0x397b56||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x3b791f['isBlockImage'](_0x557594)?_0x163c86['markBlockFormat'](_0x557594,_0x1e19e5,[],'imageStylePostApply'):_0x163c86['markInlineFormat'](_0x3b6a9c,_0x1e19e5,'imageStylePostApply'));});});for(const _0x3025dd of _0x5725b6['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x147116[_0x3025dd['name']]=_0x3025dd['title']['toLowerCase']();_0x163c86['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x163c86['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x163c86['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x163c86['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x10b8e3])=>{_0x3b791f['setImageNaturalSizeAttributes'](_0x10b8e3['getContainedElement']());}),_0x163c86['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x4fb033,_0xbd9a1e)=>{_0x163c86['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x4fb033,{'commandName':_0xbd9a1e['commandName'],'commandParams':_0xbd9a1e['commandReversedParams']});}),_0x163c86['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x420630,_0x348eec){if(_0x54acef(_0x420630,_0x348eec))return[_0x420630,_0x348eec];if(_0x54acef(_0x348eec,_0x420630))return[_0x348eec,_0x420630];return null;});const _0x35edb5=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x54acef(_0x13c08c,_0xb1d167){const _0xa0a921=_0x35edb5['findIndex'](({type:_0x474e1b,subType:_0x16d7f5})=>_0x13c08c['type']==_0x474e1b&&_0x13c08c['subType']==_0x16d7f5),_0x5ecda1=_0x35edb5['findIndex'](({type:_0x29db07,subType:_0x349185})=>_0xb1d167['type']==_0x29db07&&_0xb1d167['subType']==_0x349185);if(_0xa0a921<0x0||_0x5ecda1<0x0)return!0x1;const _0xe7312d=_0x13c08c['getFirstRange'](),_0xae6414=_0xb1d167['getFirstRange']();if((0x0==_0xa0a921||0x1==_0xa0a921)&&0x2==_0x5ecda1&&_0xe7312d['isIntersecting'](_0xae6414))return!0x0;if(0x2==_0xa0a921&&0x3==_0x5ecda1){const _0x41a6f9=_0x163c86['_findSuggestions'](_0xe7312d,'insertion')['filter'](({suggestion:_0x3125f4,meta:_0x1657f5})=>_0x1657f5['isOwn']&&'convertInlineImageToBlock'==_0x3125f4['subType']);if(_0x41a6f9['length']>0x1&&_0xae6414['end']['isEqual'](_0xe7312d['start']))return!0x0;if(0x1==_0x41a6f9['length']&&(_0xe7312d['start']['isEqual'](_0xae6414['end'])||_0xe7312d['end']['isEqual'](_0xae6414['start'])))return!0x0;}if(0x3==_0xa0a921&&0x3==_0x5ecda1&&_0xe7312d['start']['isBefore'](_0xae6414['start'])){const _0x5362f8=_0xe7312d['end']['nodeAfter'],_0x3ed8c8=_0xae6414['start']['nodeBefore'];return _0x3b791f['isBlockImage'](_0x5362f8)&&_0x5362f8===_0x3ed8c8;}return!0x1;}_0x5725b6['model']['document']['registerPostFixer'](()=>{let _0x4c8782=!0x1;const _0x2dc069=Array['from'](_0x5725b6['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x28d88c,data:_0x2b4550}of _0x2dc069){const {group:_0x3d7e46,type:_0x3182a8,subType:_0x247557,id:_0x30ef10}=_0x163c86['_splitMarkerName'](_0x28d88c);if('suggestion'==_0x3d7e46&&_0x163c86['hasSuggestion'](_0x30ef10)){if('formatBlock'==_0x3182a8&&('imageStylePreApply'==_0x247557||'imageStylePostApply'==_0x247557)){const _0x49b6c0=_0x163c86['getSuggestion'](_0x30ef10);if(_0x2b4550['newRange']){const _0x2f6595=_0x49b6c0['getFirstRange']()['getContainedElement']();if(_0x3b791f['isBlockImage'](_0x2f6595))continue;_0x163c86['discardSuggestion'](_0x49b6c0),_0x4c8782=!0x0;}}if('insertion'==_0x3182a8&&'imageCaption'==_0x247557&&!_0x2b4550['newRange']){const _0x160f3e=_0x163c86['getSuggestion'](_0x30ef10);_0x160f3e['next']&&_0x160f3e['next']['isInContent']&&(_0x163c86['discardSuggestion'](_0x160f3e['next']),_0x4c8782=!0x0);}}}return _0x4c8782;}),this['_registerLegacyDescription'](_0x147116);}['_registerLegacyDescription'](_0x567be6){const _0x173755=this['editor'],_0x4573f5=_0x173755['locale'];_0x173755['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xe57252=>{if('formatBlock'!=_0xe57252['type']&&'formatInline'!=_0xe57252['type'])return;const {data:_0x36e246}=_0xe57252;if(!_0x36e246||'imageStyle'!=_0x36e246['commandName'])return;const _0x564f43=_0x36e246['commandParams'][0x0]['value'];return _0x18a821('side'===_0x564f43?o(_0x4573f5,'FORMAT_SIDE_IMAGE'):_0x567be6[_0x564f43]||_0x564f43);function _0x18a821(_0x5e30c3){return{'type':'format','content':o(_0x4573f5,'*Format:*\x20%0',_0x5e30c3)};}});}}class at extends _0x5b3081{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x5ea99b){super(_0x5ea99b),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x1ab7bf=this['editor'],_0x4a1237=_0x1ab7bf['commands']['get']('importWord'),_0xfa7348=_0x1ab7bf['commands']['get']('trackChanges');_0x4a1237&&(_0x4a1237['on']('execute',(_0x3f8b26,[,_0x1388d4])=>{this['_trackChangesValueDuringImport']=_0xfa7348['value'],_0x1388d4['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x4a1237,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x4a1237,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0xfa7348['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x1ab7bf['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x180758,_0x231d38){const {suggestions:_0x146a2a}=_0x231d38,_0x4eba43=this['editor']['commands']['get']('trackChanges'),_0xc23cea=_0x4eba43['value'];this['_trackChangesValueDuringImport']!==_0xc23cea&&(_0x4eba43['execute'](),this['_trackChangesExecuted']=!0x0),_0x146a2a&&_0x146a2a['forEach'](({id:_0x5c1cbe,type:_0x2e0ff8,author:_0x2caf8e,created_at:_0x50640f})=>{const _0x3e0823={'id':_0x5c1cbe,'type':_0x2e0ff8,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x2caf8e,'createdAt':_0x50640f?new Date(_0x50640f):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x3e0823);});}}class ct extends _0x5b3081{['afterInit'](){const _0x5708c1=this['editor'],_0x566600=_0x5708c1['plugins']['get']('TrackChangesEditing');if(_0x5708c1['plugins']['has']('IndentEditing')&&(_0x566600['enableCommand']('indent'),_0x566600['enableCommand']('outdent')),_0x5708c1['plugins']['has']('IndentBlock')){for(const _0xf1e3f4 of['indentBlock','outdentBlock'])_0x566600['enableDefaultAttributesIntegration'](_0xf1e3f4);}const _0xf297f8=_0x5708c1['locale'];_0x566600['registerBlockAttribute']('blockIndent'),_0x566600['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0xf297f8,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2f7ff8=this['editor'],_0x168d31=_0x2f7ff8['locale'],_0x37c4a3=_0x2f7ff8['plugins']['get']('TrackChangesEditing');_0x37c4a3['descriptionFactory']['registerDescriptionCallback'](_0x9c9f3e=>{if('formatBlock'!=_0x9c9f3e['type'])return;const {data:_0x2272ee}=_0x9c9f3e;if(!_0x2272ee)return;if('indentBlock'!=_0x2272ee['commandName']&&'outdentBlock'!=_0x2272ee['commandName'])return;const _0x143773=_0x9c9f3e['getItems']()[0x0],_0x29de84=_0x37c4a3['descriptionFactory']['getItemLabel'](_0x143773);return'indentBlock'==_0x2272ee['commandName']?{'type':'format','content':o(_0x168d31,'*Indent:*\x20%0',_0x29de84)}:'outdentBlock'==_0x2272ee['commandName']?{'type':'format','content':o(_0x168d31,'*Outdent:*\x20%0',_0x29de84)}:void 0x0;});}}class ut extends _0x5b3081{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x5b3081{['afterInit'](){const _0x4ada62=this['editor'];if(!_0x4ada62['plugins']['has']('LinkEditing'))return;const _0x3a31fc=_0x4ada62['plugins']['get']('TrackChangesEditing'),_0x1f6029=_0x4ada62['commands']['get']('link');_0x3a31fc['enableDefaultAttributesIntegration']('link'),_0x3a31fc['enableDefaultAttributesIntegration']('unlink'),_0x3a31fc['registerInlineAttribute']('linkHref');for(const _0x54135c of _0x1f6029['manualDecorators'])_0x3a31fc['registerInlineAttribute'](_0x54135c['id']),_0x3a31fc['descriptionFactory']['registerAttributeLabel'](_0x54135c['id'],'link\x20('+_0x54135c['label']['toLowerCase']()+')');_0x3a31fc['descriptionFactory']['registerDescriptionCallback'](_0x744133=>{if('attribute'!=_0x744133['type'])return;const {data:_0x423a25}=_0x744133;if(!_0x423a25||'linkHref'!=_0x423a25['key'])return;const _0x378212=_0x423a25['newValue'],_0x2ddcbd=_0x4ada62['locale'];return{'type':'format','content':null==_0x378212?o(_0x2ddcbd,'*Remove\x20link*'):o(_0x2ddcbd,'*Set\x20link:*\x20%0','\x22'+_0x378212+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x37deda=this['editor'],_0x680884=_0x37deda['locale'];_0x37deda['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2463f=>{if('formatInline'!=_0x2463f['type'])return;const {data:_0x29a151}=_0x2463f;if(_0x29a151){if('link'==_0x29a151['commandName']){const _0xd8824a=_0x29a151['commandParams'][0x0];return{'type':'format','content':o(_0x680884,'*Set\x20link:*\x20%0','\x22'+_0xd8824a+'\x22')};}return'unlink'==_0x29a151['commandName']?{'type':'format','content':o(_0x680884,'*Remove\x20link*')}:void 0x0;}});}}class ft extends _0x5b3081{['afterInit'](){const _0x4b2ee1=this['editor'],_0x39e0f9=_0x4b2ee1['locale'];if(!_0x4b2ee1['plugins']['has']('LegacyListEditing'))return;const _0x13fd28=_0x4b2ee1['plugins']['get']('TrackChangesEditing'),_0x4a0d4d=_0x4b2ee1['plugins']['has']('LegacyTodoListEditing');function _0x801b2d(_0x49dce2){return()=>{const _0x372439=_0x4b2ee1['model']['document']['selection'],_0x3e7fc7=_0x4b2ee1['commands']['get'](_0x49dce2);if(_0x3e7fc7['value'])return void _0x4b2ee1['execute']('paragraph',{});const _0x5af2b4=_0x49dce2['slice'](0x0,-0x4),_0x1efcfc=function(_0x42729d,_0x42a75c,_0x3b5be6){let _0x2e5cd3=Array['from'](_0x42729d)['filter'](_0x369fb2=>function(_0x51f989,_0x187141){return _0x187141['checkChild'](_0x51f989['parent'],'listItem')&&!_0x187141['isObject'](_0x51f989);}(_0x369fb2,_0x3b5be6));_0x2e5cd3=_0x2e5cd3['filter'](_0x4a1e95=>!_0x4a1e95['is']('element','listItem')||_0x4a1e95['getAttribute']('listType')!=_0x42a75c);const _0x4a309b=new Set();for(const _0x29c4f7 of _0x2e5cd3)_0x29c4f7['is']('element','listItem')?_0x4a309b['add'](fe(_0x29c4f7)):_0x4a309b['add'](_0x29c4f7);return Array['from'](_0x4a309b);}(_0x372439['getSelectedBlocks'](),_0x5af2b4,_0x4b2ee1['model']['schema']);_0x4b2ee1['model']['change'](()=>{for(const _0xdfb3cd of _0x1efcfc)_0x13fd28['markBlockFormat'](_0xdfb3cd,{'commandName':_0x49dce2,'commandParams':[{'forceValue':!_0x3e7fc7['value']}],'formatGroupId':'blockName'},ue(_0xdfb3cd));});};}function _0x1f8371(_0x43b956){return()=>{const _0x2061f7=function(_0x1c9c9b){let _0x5f49e2=Array['from'](_0x1c9c9b);const _0x1047d2=_0x5f49e2['findIndex'](_0x2c257c=>'listItem'!=_0x2c257c['name']);return _0x1047d2>-0x1&&(_0x5f49e2=_0x5f49e2['slice'](0x0,_0x1047d2)),_0x5f49e2;}(_0x4b2ee1['model']['document']['selection']['getSelectedBlocks']()),_0x432c54=_0x4b2ee1['model']['createRange'](_0x4b2ee1['model']['createPositionAt'](_0x2061f7[0x0],'before'),_0x4b2ee1['model']['createPositionAt'](_0x2061f7[_0x2061f7['length']-0x1],'end'));_0x4b2ee1['model']['change'](()=>{_0x13fd28['markBlockFormat'](_0x432c54,{'commandName':_0x43b956,'commandParams':[],'formatGroupId':'listIndent'},function(_0xce6904){const _0x432efa=new Set();for(const _0x58694c of _0xce6904){let _0x250fdd=_0x58694c['nextSibling'];for(;_0x250fdd&&_0x250fdd['getAttribute']('listIndent')>_0x58694c['getAttribute']('listIndent');)_0x432efa['add'](_0x250fdd),_0x250fdd=_0x250fdd['nextSibling'];}return Array['from'](_0x432efa);}(_0x2061f7));});};}_0x13fd28['enableCommand']('numberedList',_0x801b2d('numberedList')),_0x13fd28['enableCommand']('bulletedList',_0x801b2d('bulletedList')),_0x4a0d4d&&_0x13fd28['enableCommand']('todoList',_0x801b2d('todoList')),_0x13fd28['enableCommand']('indentList',_0x1f8371('indentList')),_0x13fd28['enableCommand']('outdentList',_0x1f8371('outdentList')),_0x4a0d4d&&_0x13fd28['enableCommand']('checkTodoList',()=>{const _0x72d204=_0x4b2ee1['commands']['get']('checkTodoList'),_0x441303=Array['from'](_0x72d204['_selectedElements']);_0x441303['filter'](_0x2a99d8=>_0x2a99d8['getAttribute']('todoListChecked')!=_0x72d204['value']),_0x4b2ee1['model']['change'](()=>{for(const _0x59f3cd of _0x441303)_0x13fd28['markBlockFormat'](_0x59f3cd,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x72d204['value']}]});});}),_0x13fd28['descriptionFactory']['registerElementLabel']('listItem',_0xec1851=>o(_0x39e0f9,'ELEMENT_LIST_ITEM',_0xec1851)),_0x13fd28['descriptionFactory']['registerDescriptionCallback'](_0x507935=>{if('formatBlock'!=_0x507935['type']&&'formatInline'!=_0x507935['type'])return;const {data:_0x28311b}=_0x507935;if(_0x28311b){if('numberedList'==_0x28311b['commandName']||'bulletedList'==_0x28311b['commandName']||'todoList'==_0x28311b['commandName'])switch(_0x28311b['commandName']['replace']('List','')){case'bulleted':return _0x47e141(o(_0x39e0f9,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x47e141(o(_0x39e0f9,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x47e141(o(_0x39e0f9,'ELEMENT_TODO_LIST'));}if('indentList'==_0x28311b['commandName'])return{'type':'format','content':o(_0x39e0f9,'*Indent:*\x20%0',o(_0x39e0f9,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x28311b['commandName'])return{'type':'format','content':o(_0x39e0f9,'*Outdent:*\x20%0',o(_0x39e0f9,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x28311b['commandName'])return _0x28311b['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x39e0f9,'*Check\x20item*')}:{'type':'format','content':o(_0x39e0f9,'*Uncheck\x20item*')};}function _0x47e141(_0x34859a){return{'type':'format','content':o(_0x39e0f9,'*Change\x20to:*\x20%0',_0x34859a)};}});}}function fe(_0x533df0){const _0x52c49b=_0x533df0['getAttribute']('listIndent');if(0x0==_0x52c49b)return _0x533df0;let _0x2aa584=_0x533df0;for(;_0x533df0['previousSibling']&&_0x533df0['previousSibling']['is']('element','listItem');){const _0x4a5196=_0x533df0['previousSibling']['getAttribute']('listIndent');if(_0x4a5196==_0x52c49b)_0x2aa584=_0x533df0['previousSibling'];else{if(_0x4a5196<_0x52c49b)break;}_0x533df0=_0x533df0['previousSibling'];}return _0x2aa584;}function ue(_0x2c14b6){const _0xef40f7=[];if(_0x2c14b6['is']('element','listItem')&&_0x2c14b6['getAttribute']('listIndent')>0x0){let _0x4ae338=_0x2c14b6['nextSibling'];for(;_0x4ae338&&'listItem'==_0x4ae338['name']&&_0x4ae338['getAttribute']('listIndent')==_0x2c14b6['getAttribute']('listIndent');)_0xef40f7['push'](_0x4ae338),_0x4ae338=_0x4ae338['nextSibling'];}return _0xef40f7;}class W extends _0x5b3081{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x5e3084=this['editor']['config']['get']('list.properties'),_0x219cd0=this['editor']['plugins']['get']('TrackChangesEditing');_0x5e3084['styles']&&_0x219cd0['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x5e3084['reversed']&&_0x219cd0['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x5e3084['startIndex']&&_0x219cd0['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x219cd0['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x4c9b06,_0xb5ac33={}){const _0x38f70a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x32d1aa=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x38f70a['markMultiRangeBlockFormat'](_0x32d1aa,{'commandName':'listStyle','commandParams':[{'type':_0xb5ac33['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x474a6a,_0xd99d2b={}){const _0x2401b5=this['editor']['plugins']['get']('TrackChangesEditing'),_0x36a959=this['_getSuggestionBlocks'](_0x5412e0=>_0x5412e0['is']('element','listItem')&&'numbered'===_0x5412e0['getAttribute']('listType'));if(_0x36a959['length']<0x1)return;const _0x407ca1=_0x36a959['map'](_0x241965=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x241965,'before'),this['editor']['model']['createPositionAt'](_0x241965,0x0)));this['editor']['model']['change'](()=>{_0x2401b5['markMultiRangeBlockFormat'](_0x407ca1,{'commandName':'listReversed','commandParams':[{'reversed':_0xd99d2b['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x5d8b17,_0x45ef48={}){const _0x4ffa95=this['editor']['plugins']['get']('TrackChangesEditing'),_0x295847=this['_getSuggestionBlocks'](_0x17789f=>_0x17789f['is']('element','listItem')&&'numbered'===_0x17789f['getAttribute']('listType'));if(_0x295847['length']<0x1)return;const _0x41ecd3=_0x295847['map'](_0x30bac3=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x30bac3,'before'),this['editor']['model']['createPositionAt'](_0x30bac3,0x0)));this['editor']['model']['change'](()=>{_0x4ffa95['markMultiRangeBlockFormat'](_0x41ecd3,{'commandName':'listStart','commandParams':[{'startIndex':_0x45ef48['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x557c27){if('formatBlock'!=_0x557c27['type']&&'formatInline'!=_0x557c27['type'])return;const _0xfcad0e=this['editor']['locale'],{data:_0x5794a9}=_0x557c27;if(!_0x5794a9)return;let _0x48ba37,_0x3fa83d;switch(_0x5794a9['commandName']){case'listStyle':_0x48ba37='*Change\x20to:*\x20%0',_0x3fa83d={'type':'format','content':o(_0xfcad0e,_0x48ba37,o(_0xfcad0e,this['_getTranslationKeyForListStyle'](_0x5794a9['commandParams'][0x0]['type'])))};break;case'listReversed':_0x48ba37=_0x5794a9['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x3fa83d={'type':'format','content':o(_0xfcad0e,_0x48ba37)};break;case'listStart':_0x48ba37='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x3fa83d={'type':'format','content':o(_0xfcad0e,_0x48ba37,_0x5794a9['commandParams'][0x0]['startIndex'])};}return _0x3fa83d;}['_getSuggestionBlocksForListStyle'](){const _0xb4890=this['editor']['plugins']['get']('LegacyListUtils');let _0x40dc57=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x40dc57[0x0]?.['is']('element','listItem')&&_0x40dc57['unshift'](..._0xb4890['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x40dc57[_0x40dc57['length']-0x1]?.['is']('element','listItem')&&_0x40dc57['push'](..._0xb4890['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x40dc57=[...new Set(_0x40dc57)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x40dc57=_0x40dc57['filter'](_0x40d4a6=>_0x40d4a6['is']('element','listItem'))),_0x40dc57;}['_getSuggestionBlocks'](_0x4dfced){const _0x2d5ad3=this['editor']['plugins']['get']('LegacyListUtils');let _0x4f6b8d=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x4dfced)['map'](_0x4249a4=>{const _0x12485c=this['editor']['model']['createPositionAt'](_0x4249a4,0x0);return[..._0x2d5ad3['getSiblingNodes'](_0x12485c,'backward'),..._0x2d5ad3['getSiblingNodes'](_0x12485c,'forward')];})['flat']();return _0x4f6b8d=[...new Set(_0x4f6b8d)],_0x4f6b8d;}['_getTranslationKeyForListStyle'](_0xc849c8){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0xc849c8)||'default')['toUpperCase']()+'_LIST_'+_0xc849c8['toUpperCase']()['replace'](/-/g,'_');}}class lt extends _0x5b3081{['afterInit'](){const _0x5639e3=this['editor'];if(!_0x5639e3['plugins']['has']('MediaEmbedEditing'))return;const _0x4177f9=_0x5639e3['plugins']['get']('TrackChangesEditing'),_0x1762d4=_0x5639e3['locale'];_0x4177f9['enableCommand']('mediaEmbed'),_0x4177f9['descriptionFactory']['registerElementLabel']('media',_0x17585f=>o(_0x1762d4,'ELEMENT_MEDIA',_0x17585f)),_0x5639e3['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0xb931b2,{writer:_0x945ccd,options:_0x55d5af})=>{if(_0x55d5af['showSuggestionHighlights'])return _0x945ccd['createEmptyElement']('div');},'converterPriority':'high'}),_0x5639e3['data']['downcastDispatcher']['on']('attribute:url:media',(_0x2d125e,_0x465332,_0x3926bb)=>{_0x3926bb['options']['showSuggestionHighlights']&&_0x2d125e['stop']();},{'priority':'high'});}}class mt extends _0x5b3081{['afterInit'](){const _0x4e6184=this['editor'];_0x4e6184['plugins']['has']('MentionEditing')&&_0x4e6184['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class dt extends _0x5b3081{['afterInit'](){const _0x46436d=this['editor'];if(!_0x46436d['commands']['get']('insertMergeField'))return;_0x46436d['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField');const _0xca9d9a=_0x46436d['plugins']['get']('TrackChangesEditing'),_0xb880a=_0x46436d['locale'];_0xca9d9a['descriptionFactory']['registerElementLabel']('mergeField',_0x15d3a8=>o(_0xb880a,'ELEMENT_MERGE_FIELD',_0x15d3a8)),_0xca9d9a['descriptionFactory']['registerDescriptionCallback'](_0x39e949=>{if('insertion'!=_0x39e949['type']&&'deletion'!=_0x39e949['type'])return;const _0x28641f=_0x39e949['getContainedElement']();if(null==_0x28641f)return;if(!_0x28641f['is']('element','mergeField'))return;const _0x1dc1c6=_0x46436d['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x28641f['getAttribute']('id'));return'insertion'==_0x39e949['type']?{'type':'insertion','content':o(_0xb880a,'*Insert:*\x20%0','\x22'+_0x1dc1c6+'\x22\x20'+o(_0xb880a,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0xb880a,'*Remove:*\x20%0','\x22'+_0x1dc1c6+'\x22\x20'+o(_0xb880a,'ELEMENT_MERGE_FIELD'))};});}}class pt extends _0x5b3081{['afterInit'](){const _0x5c8158=this['editor'],_0x431352=_0x5c8158['plugins']['get']('TrackChangesEditing');_0x5c8158['plugins']['has']('MultiLevelList')&&(_0x431352['enableDefaultAttributesIntegration']('multiLevelList'),_0x431352['registerBlockAttribute']('listMarkerStyle'),_0x431352['descriptionFactory']['registerDescriptionCallback'](_0x3d8d90=>this['handleDescriptions'](_0x3d8d90)));}['handleDescriptions'](_0x119418){const _0x962baa=this['editor']['locale'],{data:_0x5b9961}=_0x119418,_0x32aad3={'type':'format','content':''};if(_0x5b9961&&'listMarkerStyle'==_0x5b9961['key']){if(!_0x5b9961['oldValue'])return{'type':'format','content':o(_0x962baa,'*Set\x20format:*\x20%0',o(_0x962baa,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x5b9961['newValue']+')'};if(!_0x5b9961['newValue']){let _0x3ab5f9=_0x119418['head'];for(;_0x3ab5f9;){if(_0x3ab5f9['data']&&'listType'==_0x3ab5f9['data']['key']&&_0x3ab5f9['data']['newValue'])return _0x32aad3;_0x3ab5f9=_0x3ab5f9['next'];}return{'type':'format','content':o(_0x962baa,'*Remove\x20format:*\x20%0',o(_0x962baa,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x5b9961['oldValue']+')'};}}}}class kt extends _0x5b3081{['afterInit'](){const _0x5a5d28=this['editor'];if(!_0x5a5d28['plugins']['has']('PageBreakEditing'))return;_0x5a5d28['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x1db396=_0x5a5d28['plugins']['get']('TrackChangesEditing'),_0x50f6c9=_0x5a5d28['locale'];_0x1db396['descriptionFactory']['registerElementLabel']('pageBreak',_0x12a125=>o(_0x50f6c9,'ELEMENT_PAGE_BREAK',_0x12a125));}}class bt extends _0x5b3081{['afterInit'](){const _0x49669d=this['editor'];if(!_0x49669d['plugins']['has']('Paragraph'))return;const _0x4e785f=_0x49669d['locale'],_0x3e2652=_0x49669d['plugins']['get']('TrackChangesEditing');_0x3e2652['descriptionFactory']['registerElementLabel']('paragraph',_0x3a958c=>o(_0x4e785f,'ELEMENT_PARAGRAPH',_0x3a958c)),_0x3e2652['enableDefaultAttributesIntegration']('paragraph'),_0x3e2652['enableCommand']('insertParagraph'),_0x49669d['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x49669d),{'priority':'highest'}),_0x49669d['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x24d0d3,_0x20bd49,_0x293256)=>{_0x293256['options']['showSuggestionHighlights']&&nr(_0x49669d,{'showActiveMarker':!0x1})(_0x24d0d3,_0x20bd49,_0x293256);},{'priority':'highest'});const _0x1602f7=_0x3e2652['descriptionFactory'];_0x1602f7['registerDescriptionCallback'](_0x2d52a1=>{if('insertion'!==_0x2d52a1['type'])return;const {start:_0xee78c5,end:_0x523bcd}=_0x2d52a1['getFirstRange']();if(!_0xee78c5['isTouching'](_0x523bcd)||!_0xee78c5['nodeAfter'])return;const _0x2ebc95=_0x49669d['model']['schema'],_0x480385=_0xee78c5['nodeAfter'];return _0x2ebc95['isBlock'](_0x480385)&&!_0x2ebc95['isLimit'](_0x480385)&&_0x2ebc95['checkChild'](_0x480385,'$text')?{'type':'insertion','content':o(_0x4e785f,'*Insert:*\x20%0',_0x1602f7['getItemLabel'](_0x480385,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x249600=this['editor'],_0x11808a=_0x249600['locale'];_0x249600['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3546e8=>{if('formatBlock'!=_0x3546e8['type'])return;const {data:_0x567e5c}=_0x3546e8;return _0x567e5c&&'paragraph'==_0x567e5c['commandName']?{'type':'format','content':o(_0x11808a,'*Change\x20to:*\x20%0',o(_0x11808a,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x190a5d,{showActiveMarker:_0x406c2c=!0x0}={}){return(_0x1ce329,_0x3e064b,_0x35d5c4)=>{const _0x21b277=_0x190a5d['plugins']['get']('TrackChangesEditing'),_0x382f55=_0x3e064b['markerRange']['start'],_0x54e6fb=_0x3e064b['markerRange']['end'],_0x2acd99=_0x190a5d['model']['schema'];if(!_0x382f55['isTouching'](_0x54e6fb)||!_0x382f55['nodeAfter'])return;const _0x2dee94=_0x382f55['nodeAfter'];if(_0x2acd99['isBlock'](_0x2dee94)&&!_0x2acd99['isLimit'](_0x2dee94)&&_0x2acd99['checkChild'](_0x2dee94,'$text')){if(!_0x35d5c4['consumable']['consume'](_0x3e064b['markerRange'],_0x1ce329['name']))return;const _0x409bae=_0x35d5c4['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x5f5b4c=_0x35d5c4['mapper']['toViewPosition'](_0x54e6fb);_0x406c2c&&_0x21b277['activeMarkers']['includes'](_0x3e064b['markerName'])&&_0x35d5c4['writer']['addClass']('ck-suggestion-marker--active',_0x409bae),_0x35d5c4['writer']['insert'](_0x5f5b4c,_0x409bae),_0x35d5c4['mapper']['bindElementToMarker'](_0x409bae,_0x3e064b['markerName']);}};}class wt extends _0x5b3081{['afterInit'](){const _0x412610=this['editor'];if(!_0x412610['plugins']['has']('RemoveFormatEditing'))return;_0x412610['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x79e737=this['editor'];_0x79e737['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x207c88=>{if('formatBlock'!=_0x207c88['type']&&'formatInline'!=_0x207c88['type'])return;const {data:_0x49b9cf}=_0x207c88;return _0x49b9cf&&'removeFormat'==_0x49b9cf['commandName']?{'type':'format','content':o(_0x79e737['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class yt extends _0x5b3081{['afterInit'](){const _0x2350d3=this['editor'];if(!_0x2350d3['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x5f5a11=_0x2350d3['plugins']['get']('TrackChangesEditing');_0x5f5a11['enableCommand']('goToPreviousRestrictedEditingException'),_0x5f5a11['enableCommand']('goToNextRestrictedEditingException');const _0x50d0fc=_0x2350d3['plugins']['get']('RestrictedEditingModeEditing');_0x50d0fc['enableCommand']('trackChanges'),_0x50d0fc['enableCommand']('acceptSuggestion'),_0x50d0fc['enableCommand']('discardSuggestion'),_0x50d0fc['enableCommand']('acceptAllSuggestions'),_0x50d0fc['enableCommand']('discardAllSuggestions'),_0x50d0fc['enableCommand']('acceptSelectedSuggestions'),_0x50d0fc['enableCommand']('discardSelectedSuggestions');}}class jt extends _0x5b3081{static get['requires'](){return[_0x9d4658];}['init'](){const _0x444809=this['editor'],_0xc0057b=_0x444809['plugins']['get']('TrackChangesEditing');_0xc0057b['enableCommand']('shiftEnter'),_0x444809['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ge(_0x444809),{'priority':'high'}),_0x444809['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ge(_0x444809),{'priority':'high'}),_0x444809['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x3cee63,_0x495c6a,_0x165d08)=>{_0x165d08['options']['showSuggestionHighlights']&&ge(_0x444809,{'showActiveMarker':!0x1})(_0x3cee63,_0x495c6a,_0x165d08);}),_0xc0057b['descriptionFactory']['registerElementLabel']('softBreak',_0x546c18=>o(_0x444809['locale'],'ELEMENT_LINE_BREAK',_0x546c18));}}function ge(_0x239f17,{showActiveMarker:_0x16d3d5=!0x0}={}){return(_0x94c2b8,_0x2846e0,_0x36596a)=>{const _0xbfc7e0=_0x239f17['plugins']['get']('TrackChangesEditing');if(!_0x36596a['consumable']['test'](_0x2846e0['markerRange'],_0x94c2b8['name']))return;const _0xc778b6=_0x239f17['model'];for(const _0x2123f6 of _0x2846e0['markerRange']['getItems']()){if(!_0x2123f6['is']('element','softBreak'))continue;const _0x597b26='deletion'==_0x2846e0['markerName']['split'](':')[0x1]?'merge':'split',_0x3cee54=_0x36596a['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x597b26}),_0x5ac863=_0x36596a['mapper']['toViewPosition'](_0xc778b6['createPositionBefore'](_0x2123f6));_0x16d3d5&&_0xbfc7e0['activeMarkers']['includes'](_0x2846e0['markerName'])&&_0x36596a['writer']['addClass']('ck-suggestion-marker--active',_0x3cee54),_0x36596a['writer']['insert'](_0x5ac863,_0x3cee54),_0x36596a['mapper']['bindElementToMarker'](_0x3cee54,_0x2846e0['markerName']);}};}class St extends _0x5b3081{['afterInit'](){const _0x34ffd4=this['editor'],_0x578142=_0x34ffd4['model'],_0x387f99=_0x34ffd4['locale'];if(!_0x34ffd4['plugins']['has']('StandardEditingModeEditing'))return;const _0x17288a=_0x34ffd4['plugins']['get']('TrackChangesEditing'),_0x34e842='restrictedEditingException',_0xcddb97=_0x34ffd4['commands']['get'](_0x34e842);_0x17288a['enableCommand'](_0x34e842,(_0x35f750,_0x5883d3={})=>{const _0x23e8ce=_0x578142['document']['selection'];if(_0x23e8ce['isCollapsed'])return void _0x35f750(_0x5883d3);const _0x38f232=void 0x0!==_0x5883d3['forceValue']?_0x5883d3['forceValue']:!_0xcddb97['value'];_0x578142['change'](()=>{const _0x4d0cbe=Array['from'](_0x23e8ce['getRanges']());for(const _0x501c0f of _0x4d0cbe){const _0xb11eb9=_0x38f232?[_0x501c0f]:io(_0x34e842,_0x501c0f,_0x578142);for(const _0x3925af of _0xb11eb9)_0x17288a['markInlineFormat'](_0x3925af,{'commandName':_0x34e842,'commandParams':[{'forceValue':_0x38f232}]});}});}),_0x17288a['descriptionFactory']['registerDescriptionCallback'](_0x22949e=>{if('formatBlock'!=_0x22949e['type']&&'formatInline'!=_0x22949e['type'])return;const {data:_0x2312a4}=_0x22949e;return _0x2312a4&&_0x2312a4['commandName']==_0x34e842?_0x2312a4['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x387f99,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x387f99,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class At extends _0x5b3081{['afterInit'](){const _0x4797d4=this['editor'];if(!_0x4797d4['plugins']['has']('Style')||!_0x4797d4['plugins']['has']('DataSchema'))return;const _0x2862ec=_0x4797d4['plugins']['get']('TrackChangesEditing'),_0x31e005=_0x4797d4['locale'],_0x3aaf4f=_0x4797d4['config']['get']('style')||{},_0x35ab58=_0x4797d4['plugins']['get']('GeneralHtmlSupport'),_0x1861c7=_0x4797d4['plugins']['get']('StyleUtils')['normalizeConfig'](_0x4797d4['plugins']['get']('DataSchema'),_0x3aaf4f['definitions']);_0x2862ec['enableDefaultAttributesIntegration']('style');const _0x37ec10=new Set();for(const _0x4a1267 of _0x1861c7['block']){const _0x310122=_0x35ab58['getGhsAttributeNameForElement'](_0x4a1267['element']);_0x37ec10['add'](_0x310122);}const _0x5e83cc=new Set();for(const _0x5a9080 of _0x1861c7['inline']){const _0xc65d3e=_0x35ab58['getGhsAttributeNameForElement'](_0x5a9080['element']);_0x5e83cc['add'](_0xc65d3e);for(const _0x4c5e1e of _0x5a9080['ghsAttributes'])_0x5e83cc['add'](_0x4c5e1e);}for(const _0x4599ce of _0x37ec10)_0x2862ec['registerBlockAttribute'](_0x4599ce),_0x2862ec['descriptionFactory']['registerAttributeLabel'](_0x4599ce,o(_0x31e005,'FORMAT_STYLE'));for(const _0x5b5e18 of _0x5e83cc)_0x2862ec['registerInlineAttribute'](_0x5b5e18),_0x2862ec['descriptionFactory']['registerAttributeLabel'](_0x5b5e18,o(_0x31e005,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5987c3=this['editor'],_0x441f4d=_0x5987c3['locale'];_0x5987c3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x58da62=>{if('formatBlock'!=_0x58da62['type']&&'formatInline'!=_0x58da62['type'])return;const {data:_0x4e7f5d}=_0x58da62;return _0x4e7f5d&&'style'===_0x4e7f5d['commandName']?_0x4e7f5d['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x441f4d,'*Set\x20format:*\x20%0',_0x4e7f5d['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x441f4d,'*Remove\x20format:*\x20%0',_0x4e7f5d['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class It extends _0x5b3081{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x2a4e68){super(_0x2a4e68),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x5b3f28=this['editor'],_0x6f33e0=_0x5b3f28['model']['document']['selection'];if(!_0x5b3f28['plugins']['has']('TableEditing'))return;const _0x1b1661=_0x5b3f28['locale'],_0x14b146=_0x5b3f28['plugins']['get']('TrackChangesEditing'),_0x3eeb20=_0x5b3f28['plugins']['get']('TableUtils');_0x14b146['descriptionFactory']['registerElementLabel']('table',_0x5e7e4f=>o(_0x1b1661,'ELEMENT_TABLE',_0x5e7e4f)),this['_setupColumnsRowsFixing'](),_0x14b146['enableCommand']('insertTable'),_0x14b146['enableCommand']('selectTableRow'),_0x14b146['enableCommand']('selectTableColumn');for(const _0x16f779 of['insertTableRowAbove','insertTableRowBelow']){const _0x622694=_0x5b3f28['commands']['get'](_0x16f779);_0x14b146['enableCommand'](_0x16f779,_0x2bdf09=>{_0x5b3f28['model']['change'](_0x2c36f6=>{_0x2bdf09();const _0x484c46='above'===_0x622694['order'],_0x537710=_0x3eeb20['getSelectionAffectedTableCells'](_0x6f33e0),_0x33d315=_0x3eeb20['getRowIndexes'](_0x537710),_0x5a4ec4=_0x484c46?_0x33d315['first']-0x1:_0x33d315['last']+0x1,_0x394676=_0x537710[0x0]['findAncestor']('table'),_0xb7263e=_0x3eeb20['createTableWalker'](_0x394676,{'startRow':_0x5a4ec4,'endRow':_0x5a4ec4}),_0x52a53b=Array['from'](_0xb7263e)['map'](_0x4ac403=>_0x2c36f6['createRangeOn'](_0x4ac403['cell']));_0x14b146['markMultiRangeInsertion'](_0x52a53b,'tableRow');});});}for(const _0x7c426b of['insertTableColumnLeft','insertTableColumnRight']){const _0x44ff9a=_0x5b3f28['commands']['get'](_0x7c426b);_0x14b146['enableCommand'](_0x7c426b,_0x1b6f3d=>{_0x5b3f28['model']['change'](_0x32a7be=>{_0x1b6f3d();const _0x4d2963='left'===_0x44ff9a['order'],_0x2cf89e=_0x3eeb20['getSelectionAffectedTableCells'](_0x6f33e0),_0xbd9005=_0x3eeb20['getColumnIndexes'](_0x2cf89e),_0x2f322b=_0x4d2963?_0xbd9005['first']-0x1:_0xbd9005['last']+0x1,_0x3b388d=_0x2cf89e[0x0]['findAncestor']('table'),_0x29f8ab=_0x3eeb20['createTableWalker'](_0x3b388d,{'startRow':0x0,'column':_0x2f322b,'includeAllSlots':!0x1}),_0xc767a1=Array['from'](_0x29f8ab)['map'](_0xaf8e07=>_0x32a7be['createRangeOn'](_0xaf8e07['cell']));_0x14b146['markMultiRangeInsertion'](_0xc767a1,'tableColumn');});});}for(const _0x5dca6e of['removeTableRow','removeTableColumn']){const _0x5d064f=_0x5dca6e['substr'](0xb),_0x3009cd=_0x5d064f['toLowerCase'](),_0x41c5da=_0x3009cd['substr'](0x0,0x3)+'span',_0x3630f4='table'+_0x5d064f,_0x3be988='min'+_0x5d064f,_0x59f2a7='max'+_0x5d064f;_0x14b146['enableCommand'](_0x5dca6e,()=>{_0x5b3f28['model']['change'](_0x2a83b7=>{const _0xa16d60=_0x3eeb20['getSelectionAffectedTableCells'](_0x6f33e0),_0x23bb16=_0xa16d60[0x0]['findAncestor']('table');let _0x58bcb4;if('removeTableRow'==_0x5dca6e){const _0x4cbcae=_0x3eeb20['getRowIndexes'](_0xa16d60);_0x58bcb4={'startRow':_0x4cbcae['first'],'endRow':_0x4cbcae['last'],'includeAllSlots':!0x0};}else{const _0x5774c7=_0x3eeb20['getColumnIndexes'](_0xa16d60);_0x58bcb4={'startColumn':_0x5774c7['first'],'endColumn':_0x5774c7['last'],'includeAllSlots':!0x0};}const _0x3ef479=_0x3eeb20['createTableWalker'](_0x23bb16,_0x58bcb4),_0x3b01aa=Array['from'](_0x3ef479)['map'](({cell:_0x3978e8})=>_0x3978e8),_0x6715ab=Ee(_0x3b01aa['filter'](_0x35e4b5=>_0x35e4b5['hasAttribute'](_0x41c5da))),_0x21576d=Ee(_0x3b01aa['filter'](_0x3c7250=>!_0x3c7250['hasAttribute'](_0x41c5da)))['map'](_0x5dc711=>_0x2a83b7['createRangeOn'](_0x5dc711)),_0xb2e7e6=_0x14b146['markMultiRangeDeletion'](_0x21576d,_0x3630f4);if(_0xb2e7e6&&('tableRow'==_0xb2e7e6['subType']||'tableColumn'==_0xb2e7e6['subType'])){const _0x11dfb4=this['_getSuggestionCoords'](_0xb2e7e6);for(const _0x192d9f of _0x6715ab){const _0x48e515=_0x2a83b7['createRangeOn'](_0x192d9f),_0x45d26f=_0x3eeb20['getCellLocation'](_0x192d9f),_0x12cdc2=_0x192d9f['getAttribute'](_0x41c5da)-0x1,_0x532c3d=_0x11dfb4[_0x3be988],_0x4751f0=_0x11dfb4[_0x59f2a7];_0x532c3d<=_0x45d26f[_0x3009cd]&&_0x45d26f[_0x3009cd]+_0x12cdc2<=_0x4751f0&&_0xb2e7e6['addRange'](_0x48e515);}}});});}function _0xb89005(_0x3a7771){const _0x487415=Array['from'](_0x6f33e0['getRanges']())['map'](_0x4a2e56=>_0x5116e6['fromRange'](_0x4a2e56));_0x5b3f28['model']['change'](_0x31eca7=>{const _0x379ea2=_0x31eca7['batch'];_0x3a7771=_0x3a7771['filter'](_0x422859=>'$graveyard'!=_0x422859['root']['rootName']),_0x31eca7['setSelection'](_0x3a7771),_0x5b3f28['commands']['get']('removeTableRow')['refresh'](),_0x5b3f28['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x5b3f28['model']['enqueueChange'](()=>{_0x5b3f28['model']['enqueueChange'](_0x379ea2,_0x27bbc1=>{const _0x5f9bee=_0x487415['filter'](_0x743b8f=>'$graveyard'!=_0x743b8f['root']['rootName']);_0x5f9bee['length']>0x0&&_0x27bbc1['setSelection'](_0x5f9bee);for(const _0x408a7e of _0x487415)_0x408a7e['detach']();});});});}function _0x30bf65(_0xc3cbef){_0x5b3f28['model']['change'](_0x4d1887=>{const _0x1dc47d=Array['from'](_0x6f33e0['getRanges']())['map'](_0x38b85f=>_0x5116e6['fromRange'](_0x38b85f)),_0x27667c=[];for(const _0x1684b2 of _0xc3cbef)for(const _0x3c710c of _0x1684b2['getItems']({'shallow':!0x0}))_0x27667c['push'](_0x3c710c);for(const _0x5e72ea of _0x27667c)'$graveyard'!=_0x5e72ea['root']['rootName']&&(_0x4d1887['setSelection'](_0x4d1887['createPositionAt'](_0x5e72ea,0x0)),_0x5b3f28['commands']['get']('removeTableColumn')['refresh'](),_0x5b3f28['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x49412a=_0x1dc47d['filter'](_0x546d2f=>'$graveyard'!=_0x546d2f['root']['rootName']);_0x49412a['length']>0x0&&_0x4d1887['setSelection'](_0x49412a);for(const _0x54bd70 of _0x1dc47d)_0x54bd70['detach']();});}function _0x493bc4(_0x44fc74,_0x43e95a){return _0x43e95a['every'](_0x5311f4=>_0x44fc74['some'](_0x3d9dad=>_0x3d9dad['end']['isEqual'](_0x5311f4['start'])||_0x5311f4['end']['isEqual'](_0x3d9dad['start'])));}function _0x1e97c4(_0x1218b2,_0x30926d){return!_0x1218b2['some'](_0x165f35=>_0x30926d['some'](_0x11764d=>_0x165f35['isIntersecting'](_0x11764d)))&&_0x1218b2['some'](_0x432c4d=>_0x30926d['some'](_0x4dc940=>_0x432c4d['end']['isTouching'](_0x4dc940['start'])));}_0x5b3f28['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x20789d,_0x1f3d0a,_0x324111)=>{if(!_0x324111['options']['showSuggestionHighlights'])return;const _0x189123=_0x1f3d0a['item'];if(!_0x189123)return;const _0x151dc7=_0x324111['mapper']['toViewElement'](_0x189123);function _0x1e2836(_0x3190a0){return Array['isArray'](_0x3190a0)?_0x3190a0:[_0x3190a0];}_0x151dc7&&'tableCell'===_0x189123['name']&&_0x106905(_0x151dc7,_0x324111['writer'],(_0x416f1a,_0x132f89,_0x2886d3)=>_0x2886d3['addClass'](_0x1e2836(_0x132f89['classes']),_0x416f1a),(_0x1e8a9c,_0x11261a,_0x306f8f)=>_0x306f8f['removeClass'](_0x1e2836(_0x11261a['classes']),_0x1e8a9c));},{'priority':'highest'}),_0x14b146['descriptionFactory']['registerDescriptionCallback'](_0x4e3c9f=>{if('insertion'!=_0x4e3c9f['type']&&'deletion'!=_0x4e3c9f['type'])return;const _0x5f38d7=_0x4e3c9f['getContainedElement']();if(null!=_0x5f38d7&&_0x5f38d7['is']('element','table')){if('insertion'==_0x4e3c9f['type']){const _0x15a686=_0x4e3c9f['getItems']()['filter'](_0x578d82=>_0x578d82['is']('$textProxy'))['map'](_0x1702e3=>_0x1702e3['data']);if(_0x15a686['length'])return{'type':'insertion','content':o(_0x1b1661,'*Insert:*\x20%0',o(_0x1b1661,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x15a686['join']('\x20')+'\x22'))};}if('deletion'==_0x4e3c9f['type']){const _0xf88aea=_0x4e3c9f['getItems']()['filter'](_0x332f6d=>_0x332f6d['is']('$textProxy'))['map'](_0xddea92=>_0xddea92['data']);if(_0xf88aea['length'])return{'type':'deletion','content':o(_0x1b1661,'*Remove:*\x20%0',o(_0x1b1661,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0xf88aea['join']('\x20')+'\x22'))};}}}),_0x14b146['descriptionFactory']['registerDescriptionCallback'](_0xe63b01=>{if('tableRow'==_0xe63b01['subType']){const _0xf9610e=_0xe63b01['getItems']()['filter'](_0x34d39c=>_0x34d39c['is']('$textProxy'))['map'](_0xe49dce=>_0xe49dce['data']),_0x528669=this['_getSuggestionCoords'](_0xe63b01),_0x286070=_0x528669['maxRow']-_0x528669['minRow']+0x1;if('insertion'==_0xe63b01['type'])return _0xf9610e['length']?{'type':'insertion','content':o(_0x1b1661,'*Insert:*\x20%0',o(_0x1b1661,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x286070,'\x22'+_0xf9610e['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x1b1661,'*Insert:*\x20%0',o(_0x1b1661,'ELEMENT_TABLE_ROW',_0x286070))};if('deletion'==_0xe63b01['type'])return _0xf9610e['length']?{'type':'deletion','content':o(_0x1b1661,'*Remove:*\x20%0',o(_0x1b1661,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x286070,'\x22'+_0xf9610e['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x1b1661,'*Remove:*\x20%0',o(_0x1b1661,'ELEMENT_TABLE_ROW',_0x286070))};}if('tableColumn'==_0xe63b01['subType']){const _0x36d84f=_0xe63b01['getItems']()['filter'](_0x3263e0=>_0x3263e0['is']('$textProxy'))['map'](_0x19a133=>_0x19a133['data']),_0x547a76=this['_getSuggestionCoords'](_0xe63b01),_0x18fba6=_0x547a76['maxColumn']-_0x547a76['minColumn']+0x1;if('insertion'==_0xe63b01['type'])return _0x36d84f['length']?{'type':'insertion','content':o(_0x1b1661,'*Insert:*\x20%0',o(_0x1b1661,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x18fba6,'\x22'+_0x36d84f['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x1b1661,'*Insert:*\x20%0',o(_0x1b1661,'ELEMENT_TABLE_COLUMN',_0x18fba6))};if('deletion'==_0xe63b01['type'])return _0x36d84f['length']?{'type':'deletion','content':o(_0x1b1661,'*Remove:*\x20%0',o(_0x1b1661,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x18fba6,'\x22'+_0x36d84f['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x1b1661,'*Remove:*\x20%0',o(_0x1b1661,'ELEMENT_TABLE_COLUMN',_0x18fba6))};}}),_0x14b146['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0xb89005),_0x14b146['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0xb89005),_0x14b146['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x30bf65),_0x14b146['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x30bf65),_0x14b146['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x493bc4),_0x14b146['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x493bc4),_0x14b146['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x1e97c4),_0x14b146['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x1e97c4);}['_acceptFormatSuggestionCallbackFactory'](){const _0x312d07=this['editor'],_0xc7b308=_0x312d07['model']['document']['selection'];return(_0x23ee33,_0x19319f)=>{_0x312d07['model']['change'](_0x5a5cc0=>{const {commandName:_0x2a56f3,commandParams:_0x2230c9}=_0x19319f;let _0x15fcea=_0x23ee33[0x0]['end']['nodeBefore'];_0x2230c9&&_0x2230c9[0x0]&&!0x1===_0x2230c9[0x0]['forceValue']&&(_0x15fcea=_0x23ee33[0x0]['start']['nodeAfter']);const _0x4ee15f=_0x5a5cc0['createRangeIn'](_0x15fcea);if('$graveyard'==_0x4ee15f['root']['rootName'])return;const _0xc26187=Array['from'](_0xc7b308['getRanges']())['map'](_0x1ff74d=>_0x5116e6['fromRange'](_0x1ff74d));_0x5a5cc0['setSelection'](_0x4ee15f),_0x312d07['commands']['get'](_0x2a56f3)['refresh'](),_0x2230c9['push']({'forceDefaultExecution':!0x0}),_0x312d07['execute'](_0x2a56f3,..._0x2230c9);const _0x5ad688=_0xc26187['filter'](_0x39bc55=>'$graveyard'!=_0x39bc55['root']['rootName']);_0x5ad688['length']>0x0&&_0x5a5cc0['setSelection'](_0x5ad688);for(const _0x3006d7 of _0xc26187)_0x3006d7['detach']();});};}['_getCoordsForCells'](_0x4939c6){const _0x29da29=this['editor']['plugins']['get']('TableUtils');let _0x5879a6=Number['MAX_SAFE_INTEGER'],_0x5ec6f6=Number['MIN_SAFE_INTEGER'],_0x3d9f72=Number['MAX_SAFE_INTEGER'],_0x1303a6=Number['MIN_SAFE_INTEGER'];for(const _0x3c6db3 of _0x4939c6){if('$graveyard'==_0x3c6db3['root']['rootName'])continue;const {row:_0x29cf05,column:_0x28f19d}=_0x29da29['getCellLocation'](_0x3c6db3),_0x3b1dd7=_0x3c6db3['hasAttribute']('rowspan')?_0x3c6db3['getAttribute']('rowspan')-0x1:0x0,_0x1d3745=_0x3c6db3['hasAttribute']('colspan')?_0x3c6db3['getAttribute']('colspan')-0x1:0x0;_0x5879a6=_0x29cf05<_0x5879a6?_0x29cf05:_0x5879a6,_0x5ec6f6=_0x29cf05+_0x3b1dd7>_0x5ec6f6?_0x29cf05+_0x3b1dd7:_0x5ec6f6,_0x3d9f72=_0x28f19d<_0x3d9f72?_0x28f19d:_0x3d9f72,_0x1303a6=_0x28f19d+_0x1d3745>_0x1303a6?_0x28f19d+_0x1d3745:_0x1303a6;}return{'minRow':_0x5879a6,'maxRow':_0x5ec6f6,'minColumn':_0x3d9f72,'maxColumn':_0x1303a6};}['_setupColumnsRowsFixing'](){const _0x29d86b=this['editor'],_0x3b6d23=_0x29d86b['plugins']['get']('TrackChangesEditing'),_0x12d1b3=_0x29d86b['plugins']['get']('TableUtils');_0x29d86b['model']['document']['on']('change:data',()=>{const _0x20c3f1=Array['from'](_0x29d86b['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x12b581,data:_0x677f76}of _0x20c3f1){const {group:_0x23c22b,id:_0x159b4e,subType:_0x5da949}=_0x3b6d23['_splitMarkerName'](_0x12b581);if('suggestion'!=_0x23c22b)continue;if(null!=_0x677f76['oldRange'])continue;const _0x726ec0=_0x3b6d23['getSuggestion'](_0x159b4e);this['_tablePostFixingSubtypes']['includes'](_0x5da949)&&this['_tableSuggestions']['add'](_0x726ec0);}},{'priority':'low'});const _0x55573b=(_0x5c356f,_0x695cc1)=>{let _0x3dcbb1=!0x1;const _0x31518e=_0x695cc1['createRangeOn'](_0x5c356f),_0x52bfff=_0x5c356f['findAncestor']('table'),_0x4ad20b=_0x12d1b3['getCellLocation'](_0x5c356f);for(const _0x42cea7 of this['_tableSuggestions']){const _0x4ad4af=_0x42cea7['subType'],_0x4c478c=_0x4ad4af['startsWith']('tablePaste'),_0x3ae2c9=_0x4ad4af['substr'](_0x4c478c?0xa:0x5),_0x4a4af1=_0x3ae2c9['toLowerCase'](),_0x136ec3=_0x4a4af1['substr'](0x0,0x3)+'span',_0x1a34b7='min'+_0x3ae2c9,_0x39d5bb='max'+_0x3ae2c9;if(!_0x42cea7['isInContent'])continue;if(_0x52bfff!=_0x42cea7['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x42cea7['isIntersectingWithRange'](_0x31518e))continue;const _0x22c0a5=_0x5c356f['hasAttribute'](_0x136ec3)?_0x5c356f['getAttribute'](_0x136ec3)-0x1:0x0,_0x754bcf=this['_getSuggestionCoords'](_0x42cea7),_0x170378=_0x754bcf[_0x1a34b7],_0x1ff7b3=_0x754bcf[_0x39d5bb];_0x170378<=_0x4ad20b[_0x4a4af1]&&_0x4ad20b[_0x4a4af1]+_0x22c0a5<=_0x1ff7b3&&(_0x42cea7['addRange'](_0x31518e),_0x3dcbb1=!0x0);}return _0x3dcbb1;};_0x29d86b['model']['document']['registerPostFixer'](_0x173e7f=>{let _0x1a00b6=!0x1;for(const _0x45c8e9 of _0x29d86b['model']['document']['differ']['getChanges']())if('insert'==_0x45c8e9['type']){if('tableRow'==_0x45c8e9['name']){for(const _0x3c3a1f of _0x45c8e9['position']['nodeAfter']['getChildren']())_0x1a00b6=_0x1a00b6||_0x55573b(_0x3c3a1f,_0x173e7f);}else'tableCell'==_0x45c8e9['name']&&(_0x1a00b6=_0x1a00b6||_0x55573b(_0x45c8e9['position']['nodeAfter'],_0x173e7f));}return _0x1a00b6;});}['_getSuggestionCoords'](_0x9befea){return this['_getCoordsForCells'](_0x9befea['getRanges']()['map'](_0x1fe30a=>_0x1fe30a['start']['nodeAfter']));}}function Ee(_0x25907f){return Array['from'](new Set(_0x25907f)['values']());}class vt extends _0x5b3081{static get['requires'](){return[It];}['afterInit'](){const _0x19ba47=this['editor'],_0x1c4f8c=_0x19ba47['model']['document']['selection'],_0x1e9e15=_0x19ba47['locale'];if(!_0x19ba47['plugins']['has']('TableEditing'))return;const _0x1983a8=_0x19ba47['plugins']['get']('TrackChangesEditing'),_0x3f14be=_0x19ba47['plugins']['get']('TableUtils'),_0x4bc9ca=_0x19ba47['plugins']['get'](It);_0x4bc9ca['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x1983a8['enableCommand']('mergeTableCells',()=>{const _0x8a8191=_0x3f14be['getSelectionAffectedTableCells'](_0x19ba47['model']['document']['selection']);_0x19ba47['model']['change'](()=>{_0x1983a8['markMultiRangeBlockFormat'](_0x8a8191,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x19ba47['commands']['get']('mergeTableCells')['on']('execute',(_0x3eaa72,_0x2e04cd)=>{_0x19ba47['commands']['get']('trackChanges')['value']&&(_0x2e04cd['length']>0x0&&_0x2e04cd[_0x2e04cd['length']-0x1]&&_0x2e04cd[_0x2e04cd['length']-0x1]['forceDefaultExecution']||_0x1983a8['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x3eaa72['stop']());},{'priority':'highest'});for(const _0x31029f of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x322bc7=_0x19ba47['commands']['get'](_0x31029f);_0x1983a8['enableCommand'](_0x31029f,()=>{const _0x1c7bfb=_0x19ba47['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x2cf5fe=>_0x2cf5fe['is']('element','tableCell')),_0x547a94=_0x322bc7['value'];_0x19ba47['model']['change'](()=>{_0x1983a8['markMultiRangeBlockFormat']([_0x1c7bfb,_0x547a94],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x22e5ad of['splitTableCellVertically','splitTableCellHorizontally']){const _0x2afe87=_0x19ba47['commands']['get'](_0x22e5ad);_0x1983a8['enableCommand'](_0x22e5ad,()=>{const _0x398e46=_0x3f14be['getSelectionAffectedTableCells'](_0x19ba47['model']['document']['selection'])[0x0],_0x2056eb=_0x398e46['findAncestor']('table'),{column:_0x330e6b,row:_0x412eda}=_0x3f14be['getCellLocation'](_0x398e46);let _0x22a426=[];if('horizontally'==_0x2afe87['direction']){const _0x159f44=_0x3f14be['createTableWalker'](_0x2056eb,{'startRow':_0x412eda,'endRow':_0x412eda,'includeAllSlots':!0x0});_0x22a426=Array['from'](_0x159f44)['map'](_0x2f9da9=>_0x2f9da9['cell']);}else{const _0x2c03b8=_0x3f14be['createTableWalker'](_0x2056eb,{'column':_0x330e6b,'includeAllSlots':!0x0});_0x22a426=Array['from'](_0x2c03b8)['map'](_0x517c32=>_0x517c32['cell']);}_0x19ba47['model']['change'](_0x1df575=>{_0x1983a8['markBlockFormat'](_0x1df575['createRangeOn'](_0x398e46),{'commandName':_0x22e5ad,'commandParams':[]},_0x22a426,_0x22e5ad);});});}_0x1983a8['descriptionFactory']['registerDescriptionCallback'](_0x2dd7a4=>{if('formatBlock'!=_0x2dd7a4['type']&&'formatInline'!=_0x2dd7a4['type'])return;const {data:_0x8ac9e1}=_0x2dd7a4;return _0x8ac9e1&&'mergeTableCells'==_0x8ac9e1['commandName']?{'type':'format','content':o(_0x1e9e15,'*Merge\x20cells*')}:void 0x0;}),_0x1983a8['descriptionFactory']['registerDescriptionCallback'](_0x395416=>{if('formatBlock'!=_0x395416['type']&&'formatInline'!=_0x395416['type'])return;const {data:_0x3beb1b}=_0x395416;return _0x3beb1b?'splitTableCellVertically'==_0x3beb1b['commandName']?{'type':'format','content':o(_0x1e9e15,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x3beb1b['commandName']?{'type':'format','content':o(_0x1e9e15,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x20e6fe=_0x4bc9ca['_acceptFormatSuggestionCallbackFactory']();for(const _0x1a3921 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x1983a8['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1a3921,'accept',_0x20e6fe);for(const _0x1b94ec of['splitTableCellVertically','splitTableCellHorizontally'])_0x1983a8['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1b94ec,'accept',_0x20e6fe);_0x1983a8['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x31573a=>{_0x19ba47['model']['change'](_0x39dfa3=>{const _0x2f3763=Array['from'](_0x1c4f8c['getRanges']())['map'](_0x47a32e=>_0x5116e6['fromRange'](_0x47a32e));_0x39dfa3['setSelection'](_0x31573a),_0x19ba47['commands']['get']('mergeTableCells')['refresh'](),_0x19ba47['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x5a4c1b=_0x2f3763['filter'](_0x1b160b=>'$graveyard'!=_0x1b160b['root']['rootName']);_0x5a4c1b['length']>0x0&&_0x39dfa3['setSelection'](_0x5a4c1b);for(const _0xdf560 of _0x2f3763)_0xdf560['detach']();});});for(const _0x10c26d of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x1e380f=_0x19ba47['commands']['get'](_0x10c26d);_0x1e380f['on']('set:isEnabled',(_0x1487f2,_0x2c997f,_0x36691b)=>{if(_0x36691b){const _0x5ca540=_0x19ba47['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x3d97aa=>_0x3d97aa['is']('element','tableCell'));this['_areMergableCells'](_0x1e380f['value'],_0x5ca540)||(_0x1487f2['return']=!0x1,_0x1487f2['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x12448d=this['editor']['commands']['get']('mergeTableCells'),_0x12a779=this['editor']['plugins']['get']('TableUtils');if(!_0x12448d['isEnabled'])return!0x1;const _0x13e9f2=_0x12a779['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x37addf of _0x13e9f2)for(const _0x34a8f0 of _0x13e9f2)if(_0x37addf!=_0x34a8f0&&!this['_areMergableCells'](_0x37addf,_0x34a8f0))return!0x1;return!0x0;}['_areMergableCells'](_0x53d43d,_0x18b00f){const _0x27bb81=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3e8e9b=this['editor']['model']['createRangeOn'](_0x53d43d),_0x43aa30=this['editor']['model']['createRangeOn'](_0x18b00f),_0x14d4fa=new Set(),_0x27019b=new Set();for(const _0x3746e9 of _0x27bb81['getSuggestions']())if(('insertion'==_0x3746e9['type']||'deletion'==_0x3746e9['type']||'mergeTableCells'==_0x3746e9['subType'])&&_0x3746e9['isInContent']){for(const _0x48a363 of _0x3746e9['getRanges']())_0x48a363['containsRange'](_0x3e8e9b,!0x0)&&_0x14d4fa['add'](_0x3746e9['type']+':'+_0x3746e9['author']['id']),_0x48a363['containsRange'](_0x43aa30,!0x0)&&_0x27019b['add'](_0x3746e9['type']+':'+_0x3746e9['author']['id']);}if(_0x14d4fa['size']!=_0x27019b['size'])return!0x1;for(const _0x361ea4 of _0x14d4fa)if(!_0x27019b['has'](_0x361ea4))return!0x1;return!0x0;}}class Ct extends _0x5b3081{static get['requires'](){return[It];}['afterInit'](){const _0x409827=this['editor'];if(!_0x409827['plugins']['has']('TableEditing'))return;const _0x283043=_0x409827['locale'],_0xfec440=_0x409827['plugins']['get']('TrackChangesEditing');_0xfec440['enableDefaultAttributesIntegration']('setTableRowHeader'),_0xfec440['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0xfec440['registerBlockAttribute']('headingRows'),_0xfec440['registerBlockAttribute']('headingColumns'),_0xfec440['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x283043,'FORMAT_HEADER_ROW')),_0xfec440['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x283043,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0xa81fd3=this['editor']['plugins']['get']('TrackChangesEditing'),_0x40bd09=this['editor']['plugins']['get']('TableUtils'),_0x5e7d32=this['editor']['plugins']['get'](It)['_acceptFormatSuggestionCallbackFactory']();function _0x5b656a({showActiveMarker:_0x30a12a=!0x0,setDataAttribute:_0x83c3fe=!0x0}={}){return(_0x2ebb96,_0x2d03c4,_0x549d90)=>{const {type:_0x52b0df,id:_0x38460d}=_0xa81fd3['_splitMarkerName'](_0x2d03c4['markerName']),_0x4ebb96=_0xa81fd3['getSuggestion'](_0x38460d),_0x418087=_0x4ebb96['data'];if('formatBlock'!=_0x4ebb96['type']||!_0x418087||'setTableColumnHeader'!=_0x418087['commandName'])return;if(_0x2d03c4['item'])return void _0x2ebb96['stop']();if(!_0x549d90['consumable']['consume'](_0x2d03c4['markerRange'],_0x2ebb96['name']))return;const _0xc08dc1=_0x2d03c4['markerRange']['start']['nodeAfter'],_0x2152e8=_0x2d03c4['markerRange']['end']['nodeBefore'],_0x3c955a=_0xc08dc1['parent']['parent'],{column:_0x264070}=_0x40bd09['getCellLocation'](_0xc08dc1),{column:_0x24a12d}=_0x40bd09['getCellLocation'](_0x2152e8);for(let _0x12a078=_0x264070;_0x12a078<=_0x24a12d;_0x12a078++){const _0x1b582f=_0x40bd09['createTableWalker'](_0x3c955a,{'column':_0x12a078,'includeAllSlots':!0x1});for(const _0x27e515 of _0x1b582f){const _0xa773b0=_0x27e515['cell'],_0x4fb832=_0x549d90['mapper']['toViewElement'](_0xa773b0);_0x549d90['writer']['addClass']('ck-suggestion-marker-'+_0x52b0df,_0x4fb832),_0x83c3fe&&_0x549d90['writer']['setAttribute']('data-suggestion',_0x38460d,_0x4fb832),_0x549d90['mapper']['bindElementToMarker'](_0x4fb832,_0x2d03c4['markerName']),_0x30a12a&&(_0xa81fd3['activeMarkers']['includes'](_0x2d03c4['markerName'])?_0x549d90['writer']['addClass']('ck-suggestion-marker--active',_0x4fb832):_0x549d90['writer']['removeClass']('ck-suggestion-marker--active',_0x4fb832));}}};}_0xa81fd3['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x5e7d32),_0xa81fd3['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x5e7d32),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x5b656a(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x3dca2d,_0x2a54d7,_0x36529c)=>{_0x36529c['options']['showSuggestionHighlights']&&_0x5b656a({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x3dca2d,_0x2a54d7,_0x36529c);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x591c3a,_0x44c03e,_0xa482fb)=>{const {type:_0x27681d,id:_0x3a396a}=_0xa81fd3['_splitMarkerName'](_0x44c03e['markerName']),_0x1a7b15=_0xa81fd3['getSuggestion'](_0x3a396a),_0x328445=_0x1a7b15['data'];if('formatBlock'!=_0x1a7b15['type']||!_0x328445||'setTableColumnHeader'!=_0x328445['commandName'])return;const _0x4d3f6b=_0xa482fb['mapper']['markerNameToElements'](_0x44c03e['markerName']);if(_0x4d3f6b){for(const _0x58b0ec of _0x4d3f6b)_0xa482fb['writer']['removeClass']('ck-suggestion-marker-'+_0x27681d,_0x58b0ec),_0xa482fb['writer']['removeClass']('ck-suggestion-marker--active',_0x58b0ec),_0xa482fb['writer']['removeAttribute']('data-suggestion',_0x58b0ec),_0xa482fb['mapper']['unbindElementFromMarkerName'](_0x58b0ec,_0x44c03e['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xa521de=this['editor'],_0x3400c7=_0xa521de['locale'];function _0x510c39(_0x2bd976){return{'type':'format','content':o(_0x3400c7,'*Format:*\x20%0',_0x2bd976)};}_0xa521de['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x15dfbe=>{if('formatBlock'!=_0x15dfbe['type'])return;const {data:_0xf1a65c}=_0x15dfbe;if(_0xf1a65c){if('setTableRowHeader'==_0xf1a65c['commandName']){const _0x1d3334=_0xf1a65c['commandParams'][0x0]['forceValue'];return _0x510c39(o(_0x3400c7,_0x1d3334?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0xf1a65c['commandName']){const _0x11f2cc=_0xf1a65c['commandParams'][0x0]['forceValue'];return _0x510c39(o(_0x3400c7,_0x11f2cc?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Ce=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Pe=Object['fromEntries'](Ce['map'](_0x49c295=>[_0x49c295,null]));class _t extends _0x5b3081{static get['requires'](){return[It];}['afterInit'](){const _0x2baf93=this['editor'];if(!_0x2baf93['plugins']['has']('TableClipboard'))return;const _0x50e482=_0x2baf93['plugins']['get']('TrackChangesEditing'),_0x1d2d37=_0x2baf93['plugins']['get']('TableUtils'),_0x142995=_0x2baf93['plugins']['get'](It),_0x1467b9=_0x2baf93['plugins']['get']('TableClipboard');_0x142995['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x2baf93['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x2baf93['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x2b29af=null;_0x2baf93['model']['on']('insertContent',(_0x369b07,_0x444c4f)=>{const [_0x45ce62,_0x5f3586]=_0x444c4f,_0x41b476=_0x444c4f[_0x444c4f['length']-0x1];_0x41b476&&_0x41b476['forceDefaultExecution']||_0x50e482['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x187161,_0x582e58,_0x138d90,_0x29f8cb,_0x51114a){if(_0x582e58&&!_0x582e58['is']('documentSelection'))return!0x1;const _0x204071=_0x51114a['getTableIfOnlyTableInContent'](_0x187161,_0x138d90);if(!_0x204071||!ke(_0x204071,void 0x0,_0x29f8cb))return!0x1;const _0x29a24b=_0x29f8cb['getSelectionAffectedTableCells'](_0x138d90['document']['selection']);if(!_0x29a24b['length'])return!0x1;const _0x11cec1=_0x29a24b[0x0]['findAncestor']('table'),_0x4b278d=_0x29f8cb['getRowIndexes'](_0x29a24b),_0x101c9b=_0x29f8cb['getColumnIndexes'](_0x29a24b),_0x9e3972={'startRow':_0x4b278d['first'],'endRow':_0x4b278d['last'],'startColumn':_0x101c9b['first'],'endColumn':_0x101c9b['last']};return 0x1==_0x29a24b['length']&&(_0x9e3972['endRow']+=_0x29f8cb['getRows'](_0x204071)-0x1,_0x9e3972['endColumn']+=_0x29f8cb['getColumns'](_0x204071)-0x1),ke(_0x11cec1,_0x9e3972,_0x29f8cb);}(_0x45ce62,_0x5f3586,_0x2baf93['model'],_0x1d2d37,_0x1467b9)&&(_0x369b07['stop'](),_0x2b29af={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x2baf93['model']['change'](()=>{_0x2baf93['model']['insertContent'](_0x444c4f[0x0],_0x444c4f[0x1],_0x444c4f[0x2],{'forceDefaultExecution':!0x0});const _0x25f1e5=_0x71cbf7(),{rowInsertionRanges:_0x65ac9b,columnInsertionRanges:_0xd1b099,insertionRanges:_0x3ee822,deletionRanges:_0x2b23e8,cells:_0x3b1b9f}=_0x2b29af;_0x65ac9b['length']&&_0x50e482['markMultiRangeInsertion'](_0x65ac9b,'tablePasteRow',{'tablePasteChainId':_0x25f1e5}),_0xd1b099['length']&&_0x50e482['markMultiRangeInsertion'](_0xd1b099,'tablePasteColumn',{'tablePasteChainId':_0x25f1e5}),_0x3ee822['length']&&(_0x50e482['markMultiRangeInsertion'](_0x3ee822,'tablePaste',{'tablePasteChainId':_0x25f1e5,'skipNestingCheck':!0x0}),_0x3ee822['forEach'](_0x19f1c8=>_0x19f1c8['detach']?.())),_0x2b23e8['length']&&(_0x50e482['markMultiRangeDeletion'](_0x2b23e8,'tablePaste',{'tablePasteChainId':_0x25f1e5,'skipNestingCheck':!0x0}),_0x2b23e8['forEach'](_0x2e37d1=>_0x2e37d1['detach']?.()));const _0x333c49=_0x50e482['markMultiRangeBlockFormat'](_0x3b1b9f['map'](({element:_0x57c143})=>_0x57c143),{'formatGroupId':_0x71cbf7()},[],'tablePasteCell',{'tablePasteChainId':_0x25f1e5});if(_0x333c49){const _0x49c9bd=_0x333c49['getMarkers'](),_0x2c9681=[];for(const {element:_0x5cac3b,attributes:_0x14cdc6}of _0x3b1b9f){if(!_0x14cdc6)continue;const _0x51e376=_0x2baf93['model']['createRangeOn'](_0x5cac3b),_0xe2216=_0x49c9bd['find'](_0x4a2882=>_0x4a2882['getRange']()['isEqual'](_0x51e376));_0xe2216&&_0x2c9681['push']([_0xe2216['name'],_0x14cdc6]);}_0x2c9681['length']&&_0x333c49['setAttribute']('markerAttributes',Object['fromEntries'](_0x2c9681));}_0x2b29af=null;}));},{'priority':_0x1f0d4e['high']+0xa}),_0x2baf93['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x433bc3,_0xb739a8)=>{const [_0x468af7,_0x1b47d6,,_0x24601a]=_0xb739a8;if(!_0x2b29af)return;_0x433bc3['stop']();const _0x284bed=_0x468af7['cell'],_0x2743c5=_0x1b47d6,_0x4d574b=we(_0x284bed),_0x55821b=we(_0x2743c5);_0x433bc3['return']=_0x284bed;let _0x2579a5=null,_0x330644=null;if(_0x55821b||_0x4d574b){if(_0x4d574b&&!_0x55821b){_0x24601a['remove'](_0x284bed['getChild'](0x0));for(const _0x3fa43b of Array['from'](_0x2743c5['getChildren']()))_0x24601a['insert'](_0x3fa43b,_0x284bed,'end');const _0x19f358=_0x2b29af['rowInsertionIndexes']['includes'](_0x468af7['row']),_0xe53f44=_0x2b29af['columnInsertionIndexes']['includes'](_0x468af7['column']);_0x19f358||_0xe53f44||(_0x2579a5=_0x5116e6['fromRange'](_0x24601a['createRangeIn'](_0x284bed)));}else _0x55821b&&!_0x4d574b&&(_0x330644=_0x24601a['createRangeIn'](_0x284bed));}else{const _0x5c9060=_0x24601a['createElement']('tableCellSuggestion'),_0x45f32a=_0x24601a['createElement']('tableCellSuggestion');_0x24601a['wrap'](_0x24601a['createRangeIn'](_0x284bed),_0x45f32a),_0x24601a['insert'](_0x5c9060,_0x284bed,0x0);for(const _0x16f9cd of Array['from'](_0x2743c5['getChildren']()))_0x24601a['insert'](_0x16f9cd,_0x5c9060,'end');_0x2579a5=_0x5116e6['fromRange'](_0x24601a['createRangeOn'](_0x5c9060)),_0x330644=_0x5116e6['fromRange'](_0x24601a['createRangeOn'](_0x45f32a));}const _0x5e4236=Array['from'](_0x2743c5['getAttributes']())['filter'](([_0x57f48b])=>Ce['includes'](_0x57f48b));_0x2b29af['cells']['push']({'element':_0x284bed,'attributes':_0x5e4236['length']?Object['fromEntries'](_0x5e4236):null}),_0x2579a5&&_0x2b29af['insertionRanges']['push'](_0x2579a5),_0x330644&&_0x2b29af['deletionRanges']['push'](_0x330644);},{'priority':'high'}),_0x1d2d37['on']('insertColumns',(_0x5e8018,_0x3ac276)=>{const [_0x5c5013,_0x4674ca={}]=_0x3ac276;if(!_0x2b29af)return;const _0x41a7d8=_0x4674ca['at']||0x0,_0x2d93cc=_0x4674ca['columns']||0x1;_0x2b29af['columnInsertionIndexes']=new Array(_0x2d93cc)['fill'](_0x41a7d8)['map']((_0x4b6b1b,_0x18b998)=>_0x4b6b1b+_0x18b998);for(const {cell:_0x23bff0}of _0x1d2d37['createTableWalker'](_0x5c5013,{'startColumn':_0x41a7d8,'endColumn':_0x41a7d8+_0x2d93cc-0x1}))_0x2b29af['columnInsertionRanges']['push'](_0x2baf93['model']['createRangeOn'](_0x23bff0));},{'priority':'low'}),_0x1d2d37['on']('insertRows',(_0x3aba68,_0x6758c1)=>{const [_0x249aa0,_0x2e5469={}]=_0x6758c1;if(!_0x2b29af)return;const _0x1c6fd9=_0x2e5469['at']||0x0,_0x16808e=_0x2e5469['rows']||0x1;_0x2b29af['rowInsertionIndexes']=new Array(_0x16808e)['fill'](_0x1c6fd9)['map']((_0x4709b2,_0x11d5fa)=>_0x4709b2+_0x11d5fa);for(const {cell:_0x4fe396}of _0x1d2d37['createTableWalker'](_0x249aa0,{'startRow':_0x1c6fd9,'endRow':_0x1c6fd9+_0x16808e-0x1}))_0x2b29af['rowInsertionRanges']['push'](_0x2baf93['model']['createRangeOn'](_0x4fe396));},{'priority':'low'}),_0x50e482['descriptionFactory']['registerDescriptionCallback'](_0x29a167=>{if(_0x29a167['subType']&&_0x29a167['subType']['startsWith']('tablePaste'))return _0x29a167['previous']?{}:{'type':'insertion','content':o(_0x2baf93['locale'],'*Replace\x20table\x20cells*')};});const _0x35f993=()=>!0x1;for(const _0x340a90 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x50e482['_suggestionFactory']['registerCustomCallback']('insertion',_0x340a90,'join',_0x35f993),_0x50e482['_suggestionFactory']['registerCustomCallback']('deletion',_0x340a90,'join',_0x35f993),_0x50e482['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x340a90,'join',_0x35f993);_0x50e482['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x35f993),_0x50e482['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x65e3bf,_0x28f6f3,_0x9f8259)=>{const _0xa3ff25=_0x65e3bf['map'](_0x4bd92a=>_0x4bd92a['getContainedElement']())['filter'](_0x5eee13=>_0x5eee13),_0x35bfc1=new Map(_0xa3ff25['map'](_0x3c2c4c=>[_0x3c2c4c,null]));if(_0x2b29af){for(const {element:_0x2d9900,attributes:_0x4832b5}of _0x2b29af['cells'])_0x4832b5&&_0x35bfc1['set'](_0x2d9900,_0x4832b5);}else{if(_0x9f8259&&_0x9f8259['markerAttributes'])for(const [_0x216dd5,_0x584313]of Object['entries'](_0x9f8259['markerAttributes'])){const _0x29a9db=_0x2baf93['model']['markers']['get'](_0x216dd5),_0x18e995=_0x29a9db?_0x29a9db['getRange']()['getContainedElement']():null;_0x18e995&&_0x35bfc1['set'](_0x18e995,_0x584313);}}_0x2baf93['model']['change'](_0x56b24f=>{for(const [_0x18f546,_0xd1da57]of _0x35bfc1)_0x56b24f['setAttributes']({...Pe,..._0xd1da57},_0x18f546);});});const _0x1d746d=(_0x212e53,_0x472264)=>{_0x50e482['_suggestionFactory']['registerCustomCallback'](_0x212e53,'tablePaste',_0x472264,(_0x111bf5,_0x47a1e7,_0x4ffa65)=>{_0x2baf93['model']['change'](_0x1dc986=>{const _0x12d59e=[];for(const _0x5b5656 of _0x111bf5){const _0x18ac8e=_0x5b5656['start']['nodeAfter'];_0x18ac8e['is']('element','tableCellSuggestion')&&_0x12d59e['push'](_0x18ac8e);}_0x50e482['_suggestionFactory']['getSuggestionCallback'](_0x212e53,null,_0x472264)(_0x111bf5,_0x47a1e7,_0x4ffa65);for(const _0x32b95c of _0x12d59e)'$graveyard'!=_0x32b95c['root']['rootName']&&_0x1dc986['unwrap'](_0x32b95c);});});};_0x1d746d('insertion','accept'),_0x1d746d('insertion','discard'),_0x1d746d('deletion','accept'),_0x1d746d('deletion','discard'),_0x50e482['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0xdef468=>{const _0x495dde=_0xdef468['map'](_0x6e09be=>_0x6e09be['getContainedElement']()),_0x3743fa=_0x495dde[0x0]['findAncestor']('table'),{minRow:_0x59bda1,maxRow:_0x3b4a54}=_0x142995['_getCoordsForCells'](_0x495dde);_0x1d2d37['removeRows'](_0x3743fa,{'at':_0x59bda1,'rows':_0x3b4a54-_0x59bda1+0x1});}),_0x50e482['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x4f2002=>{const _0x355beb=_0x4f2002['map'](_0x54c860=>_0x54c860['getContainedElement']()),_0x547cd3=_0x355beb[0x0]['findAncestor']('table'),{minColumn:_0x584cf4,maxColumn:_0xaa7c9c}=_0x142995['_getCoordsForCells'](_0x355beb);_0x1d2d37['removeColumns'](_0x547cd3,{'at':_0x584cf4,'columns':_0xaa7c9c-_0x584cf4+0x1});});const _0x146613=(_0x443028,_0x5b0f95)=>{if(!_0x5b0f95['subType']||!_0x5b0f95['subType']['startsWith']('tablePaste'))return;const _0x45feab=_0x5b0f95['attributes']['tablePasteChainId'],_0x2b40ab=_0x50e482['getSuggestions']()['filter'](_0x1e54fc=>_0x1e54fc['isInContent']&&_0x1e54fc['attributes']&&_0x1e54fc['attributes']['tablePasteChainId']==_0x45feab);_0x2b40ab['length']&&_0x5b0f95['getAllAdjacentSuggestions']()['length']!=_0x2b40ab['length']&&_0x2b40ab['reduce']((_0x10e97b,_0x4d7eea)=>(_0x10e97b['next']=_0x4d7eea,_0x4d7eea['previous']=_0x10e97b,_0x4d7eea));};function _0x29ba8b(_0x35b080,_0x1dab1b=!0x0){const {id:_0x54cf81}=_0x50e482['_splitMarkerName'](_0x35b080['markerName']),_0x499b1d=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x2a8d1e=_0x50e482['activeMarkers']['includes'](_0x35b080['markerName']);return _0x2a8d1e&&_0x499b1d['push']('ck-suggestion-marker--active'),{'classes':_0x499b1d,'attributes':{'data-suggestion':_0x54cf81},'priority':_0x2a8d1e&&_0x1dab1b?0xbc2:0xbb8};}_0x50e482['on']('suggestionLoaded',_0x146613,{'priority':'high'}),_0x50e482['on']('suggestionUnloaded',_0x146613,{'priority':'high'}),_0x2baf93['model']['document']['registerPostFixer'](()=>{let _0x430e1d=!0x1;const _0x25eef6=Array['from'](_0x2baf93['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x451652,data:_0x45c080}of _0x25eef6){const {group:_0x43494d,type:_0x2a8bcf,id:_0x28aa2e}=_0x50e482['_splitMarkerName'](_0x451652);if('suggestion'!=_0x43494d||'deletion'!=_0x2a8bcf||_0x45c080['oldRange'])continue;if(!_0x50e482['hasSuggestion'](_0x28aa2e))continue;const _0x1cf212=_0x50e482['getSuggestion'](_0x28aa2e)['getRanges'](),_0x60e8b=_0x2baf93['plugins']['get']('Users')['me'];for(const _0x2853bf of _0x50e482['getSuggestions']()){if(!_0x2853bf['isInContent']||_0x2853bf['author']!=_0x60e8b)continue;if('formatBlock'!=_0x2853bf['type']||'tablePasteCell'!=_0x2853bf['subType'])continue;if(_0x2853bf['getRanges']()['every'](_0x2ab24d=>_0x1cf212['some'](_0x216288=>_0x216288['containsRange'](_0x2ab24d,!0x0)))){for(const _0x6d8bb9 of _0x2853bf['getAllAdjacentSuggestions']())_0x6d8bb9['isInContent']&&(_0x6d8bb9['discard'](),_0x430e1d=!0x0);}}}return _0x430e1d;}),_0x2baf93['model']['document']['registerPostFixer'](_0x510daa=>{const _0xb2c80c=_0x2baf93['commands']['get']('redo');if(!_0xb2c80c||!_0xb2c80c['_createdBatches']['has'](_0x510daa['batch']))return!0x1;let _0x495168=!0x1;const _0x1a96ac=_0x2baf93['plugins']['get']('Users')['me'],_0x1fcb05=_0x2baf93['model']['document']['differ']['getChanges'](),_0x20eb62=Array['from'](_0x2baf93['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x54c6b6,data:_0x55de22})=>{const {group:_0x18ef3d,subType:_0x2ce5db,authorId:_0x391e35}=_0x50e482['_splitMarkerName'](_0x54c6b6);return'suggestion'==_0x18ef3d&&'tablePaste'==_0x2ce5db&&_0x391e35==_0x1a96ac['id']&&!_0x55de22['oldRange'];});for(const _0x36d2ae of _0x1fcb05){if('insert'!=_0x36d2ae['type']||'tableCellSuggestion'!=_0x36d2ae['name']||0x1!=_0x36d2ae['length'])continue;const _0x2e59a4=_0x510daa['createRange'](_0x36d2ae['position'],_0x36d2ae['position']['getShiftedBy'](0x1));if(!_0x20eb62['find'](({data:_0x42bde3})=>_0x42bde3['newRange']['isEqual'](_0x2e59a4))){for(const {name:_0xbcc615,data:_0x1ebc8d}of _0x20eb62)if(_0x2e59a4['containsRange'](_0x1ebc8d['newRange'])){_0x510daa['updateMarker'](_0xbcc615,{'range':_0x2e59a4}),_0x495168=!0x0;break;}}}return _0x495168;}),_0x2baf93['model']['document']['registerPostFixer'](_0x305494=>{let _0x29d50d=!0x1;const _0x6c1adb=_0x2baf93['plugins']['get']('Users')['me'],_0x1091ce=_0x50e482['getSuggestions']()['filter'](_0x2567b5=>_0x2567b5['isInContent']&&_0x2567b5['author']==_0x6c1adb),_0x499d6d=new Set(),_0x494037=new Set();for(const _0x26f1c4 of _0x1091ce)if('tablePaste'==_0x26f1c4['subType'])for(const _0x105c5a of _0x26f1c4['getMarkers']()){const _0x7d2494=_0x105c5a['getRange']()['getContainedElement']();if(_0x7d2494){if(_0x7d2494['is']('element','tableCellSuggestion')&&we(_0x7d2494)){_0x26f1c4['removeMarker'](_0x105c5a['name']),_0x499d6d['add'](_0x7d2494),_0x29d50d=!0x0;const _0x4a740a=_0x7d2494['nextSibling'],_0x35d475=_0x7d2494['previousSibling'],_0x1e7cf7=_0x4a740a&&_0x4a740a['is']('element','tableCellSuggestion'),_0x40f477=_0x35d475&&_0x35d475['is']('element','tableCellSuggestion');_0x1e7cf7&&!_0x499d6d['has'](_0x4a740a)&&_0x494037['add'](_0x4a740a),_0x40f477&&!_0x499d6d['has'](_0x35d475)&&_0x494037['add'](_0x35d475);}else _0x7d2494['is']('element','paragraph')&&_0x7d2494['isEmpty']&&(_0x26f1c4['removeMarker'](_0x105c5a['name']),_0x29d50d=!0x0);}}else{if('tablePasteCell'==_0x26f1c4['subType']){if(!_0x26f1c4['attributes']||!_0x26f1c4['attributes']['tablePasteChainId'])continue;const _0x3026ae=_0x26f1c4['attributes']['markerAttributes'];if(_0x3026ae&&Object['keys'](_0x3026ae)['length'])continue;const _0x332ac8=_0x26f1c4['attributes']['tablePasteChainId'];let _0xbcfdcc=!0x0,_0x51f672=!0x0;for(const _0xe84273 of _0x1091ce)if(_0xe84273['subType']&&_0xe84273['subType']['startsWith']('tablePaste')){if(!_0xe84273['attributes']['tablePasteChainId']){_0x51f672=!0x1;break;}if(_0xe84273['id']!=_0x26f1c4['id']&&_0xe84273['attributes']['tablePasteChainId']==_0x332ac8){_0xbcfdcc=!0x1;break;}}_0x51f672&&_0xbcfdcc&&(_0x26f1c4['removeMarkers'](),_0x29d50d=!0x0);}}for(const _0x5f51a0 of _0x499d6d)_0x305494['remove'](_0x5f51a0);for(const _0x5c23af of _0x494037)_0x305494['unwrap'](_0x5c23af);return _0x29d50d;}),_0x2baf93['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x12bb8e,_0x1346af)=>_0x29ba8b(_0x12bb8e),'converterPriority':'high'}),_0x2baf93['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x2d6f6c,_0x3039bb)=>_0x3039bb['options']['showSuggestionHighlights']?_0x29ba8b(_0x2d6f6c,!0x1):null,'converterPriority':'high'});const _0x56095e=_0x2baf93['editing']['view'];this['listenTo'](_0x56095e['document'],'clipboardOutput',(_0x26d4ec,_0x4aadc9)=>{const _0x3f4497=[];for(const _0x38e4f9 of _0x56095e['createRangeIn'](_0x4aadc9['content'])['getItems']())_0x38e4f9['is']('element','suggestion-td')&&_0x3f4497['push'](_0x38e4f9);_0x56095e['change'](_0x134620=>{for(const _0x1b2496 of _0x3f4497)_0x134620['move'](_0x134620['createRangeIn'](_0x1b2496),_0x134620['createPositionBefore'](_0x1b2496)),_0x134620['remove'](_0x1b2496);});});}}function we(_0x4705c1){if(_0x4705c1['isEmpty'])return!0x0;const _0xc143f2=_0x4705c1['getChild'](0x0);return _0xc143f2['is']('element','paragraph')&&_0xc143f2['isEmpty'];}function ke(_0x47b1f0,_0x1b8ce9={},_0x2e6930){for(const {isAnchor:_0x11896d,cellHeight:_0x1fa37e,cellWidth:_0x39965a}of _0x2e6930['createTableWalker'](_0x47b1f0,{'includeAllSlots':!0x0,..._0x1b8ce9}))if(!_0x11896d||0x1!=_0x1fa37e||0x1!=_0x39965a)return!0x1;return!0x0;}class Nt extends _0x5b3081{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x308846=this['editor']['plugins']['get']('TrackChangesEditing');_0x308846['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x308846['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x308846['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x308846['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x308846['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x308846['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x1354ab,_0x8ea1ad){const _0x5d27fc=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1ed382=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x3180b0=_0x8ea1ad['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x3a5fa2=_0x1ed382['getColumnGroupElement'](_0x3180b0);let _0x266763=_0x3a5fa2?_0x1ed382['getTableColumnsWidths'](_0x3a5fa2):null,_0x4b1754=_0x3180b0['getAttribute']('tableWidth')||null;const _0x5ebbf7=_0x8ea1ad['tableWidth']||_0x4b1754,_0xfdf3e2=_0x8ea1ad['columnWidths']||_0x266763,_0x23d0bf=this['editor']['plugins']['get']('Users')['me'];for(const _0x25bf62 of _0x5d27fc['getSuggestions']()){const _0x349d68=_0x25bf62['getContainedElement']();if('resizeTable'===_0x25bf62['subType']&&_0x349d68===_0x3180b0){_0x25bf62['author']!==_0x23d0bf&&_0x25bf62['discard']();const _0x4daaa9=_0x25bf62['data']['commandParams'];_0x4b1754=_0x4daaa9[0x0]['tableWidth'],_0x266763=_0x4daaa9[0x0]['columnWidths'];break;}}_0x1354ab({'table':_0x3180b0,'tableWidth':_0x5ebbf7,'columnWidths':_0xfdf3e2}),_0x5d27fc['markBlockFormat'](_0x3180b0,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x4b1754,'columnWidths':_0x266763}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x4854e5){if('formatBlock'!=_0x4854e5['type']&&'formatInline'!=_0x4854e5['type'])return;const {data:_0x5f547a}=_0x4854e5;if(_0x5f547a&&'resizeTable'===_0x5f547a['formatGroupId']){const _0x299110='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x299110)};}}}class Dt extends _0x5b3081{['afterInit'](){const _0x1a654f=this['editor'];_0x1a654f['plugins']['has']('Template')&&_0x1a654f['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x5b3081{['afterInit'](){const _0x2d5d86=this['editor'];if(!_0x2d5d86['commands']['get']('insertTableOfContents'))return;_0x2d5d86['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x5916a2=_0x2d5d86['plugins']['get']('TrackChangesEditing'),_0xeddcae=_0x2d5d86['locale'];_0x5916a2['descriptionFactory']['registerElementLabel']('tableOfContents',_0x4f1772=>o(_0xeddcae,'ELEMENT_TABLE_OF_CONTENTS',_0x4f1772));}}class $t extends _0x5b3081{['afterInit'](){const _0x5e8e32=this['editor'];if(!_0x5e8e32['plugins']['has']('Title'))return;const _0x3647a6=_0x5e8e32['plugins']['get']('TrackChangesEditing');_0x3647a6['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x5e8e32['locale'],'ELEMENT_TITLE')),_0x5e8e32['model']['document']['registerPostFixer'](_0x1f8e48=>{let _0x51f65f=!0x1;const _0x49a496=Array['from'](_0x5e8e32['model']['document']['differ']['getChangedMarkers']());for(const {name:_0xbfb80f,data:_0x527479}of _0x49a496){const {group:_0x6a0ae0}=_0x3647a6['_splitMarkerName'](_0xbfb80f);if('suggestion'!==_0x6a0ae0||!_0x527479['newRange'])continue;const _0xc0d377=_0x527479['newRange'],_0x39e3e5=_0xc0d377['end']['nodeBefore'];if(!_0x39e3e5||!_0x39e3e5['is']('element','title-content'))continue;if(!_0xc0d377['start']['isTouching'](_0xc0d377['end']))continue;const _0x5951d9=_0x5e8e32['model']['schema']['getNearestSelectionRange'](_0xc0d377['end'],'forward');if(_0x5951d9&&_0x5951d9['isCollapsed']){const _0x27faf1=_0x1f8e48['createRange'](_0xc0d377['start'],_0x5951d9['start']);_0x27faf1['isEqual'](_0xc0d377)||(_0x1f8e48['updateMarker'](_0xbfb80f,{'range':_0x27faf1}),_0x51f65f=!0x0);}_0x51f65f||(_0x1f8e48['removeMarker'](_0xbfb80f),_0x51f65f=!0x0);}return _0x51f65f;});}}class Bt extends _0x5b3081{['afterInit'](){const _0x1b8809=this['editor'],_0x1d66ce=_0x1b8809['plugins']['get']('TrackChangesEditing');_0x1b8809['plugins']['has']('UndoEditing')&&(_0x1d66ce['enableCommand']('undo'),_0x1d66ce['enableCommand']('redo'));}}class xt extends _0x5b3081{static get['requires'](){return[It];}['afterInit'](){const _0x4f66bd=this['editor'];if(!_0x4f66bd['plugins']['has']('TableCaptionEditing'))return;_0x4f66bd['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Rt extends _0x5b3081{['tableProperties'];['tableCellProperties'];constructor(_0x4e7dbe){super(_0x4e7dbe),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';}['afterInit'](){const _0x4c3bf9=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x518e67 of this['tableProperties'])_0x4c3bf9['enableCommand'](_0x518e67,(_0x3fd0e8,_0x49c235)=>{const _0x292ae3=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x518e67,[_0x292ae3],this['tableProperties'],'tableProperties',_0x3fd0e8,_0x49c235);});_0x4c3bf9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x4c3bf9['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4c3bf9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x1b932a,_0x504297)=>this['handleDiscardAction'](this['tableProperties'],_0x1b932a,_0x504297)),_0x4c3bf9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x532e5b of this['tableCellProperties'])_0x4c3bf9['enableCommand'](_0x532e5b,(_0x1119fb,_0x50dfa2)=>{const _0x4cc4a5=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x532e5b,_0x4cc4a5,this['tableCellProperties'],'tableCellProperties',_0x1119fb,_0x50dfa2);});_0x4c3bf9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x4c3bf9['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4c3bf9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x5d0089,_0x36c1e7)=>this['handleDiscardAction'](this['tableCellProperties'],_0x5d0089,_0x36c1e7)),_0x4c3bf9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x4c3bf9['descriptionFactory']['registerDescriptionCallback'](_0x1bc656=>this['handleSuggestionDescription'](_0x1bc656));}['_handlePropertyChange'](_0x530ab,_0x239f2c,_0x7a077,_0x45948c,_0x3e52b3,_0x4fe6f5){const _0x25947b=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x4fe6f5['batch'],()=>{for(const _0x417b34 of _0x239f2c){if(this['_getSuggestion'](_0x417b34,_0x45948c))_0x3e52b3(_0x4fe6f5);else{const _0x92bde1={};for(const _0x3b6a26 of _0x7a077){const _0x21d48e=_0x417b34['getAttribute'](_0x3b6a26);void 0x0!==_0x21d48e&&(_0x92bde1[_0x3b6a26]=_0x21d48e);}_0x3e52b3(_0x4fe6f5),_0x25947b['markBlockFormat'](_0x417b34,{'commandParams':[_0x92bde1]},[],_0x45948c);}}});}['handleDiscardAction'](_0x6b139e,_0xe066c7,_0x56f646){const _0x873952=_0xe066c7[0x0]['start']['nodeAfter'],_0x2449c5=_0x56f646['commandParams'][0x0];this['editor']['model']['change'](_0x55f8e5=>{for(const _0xa6b45 of _0x6b139e)void 0x0!==_0x2449c5[_0xa6b45]?_0x55f8e5['setAttribute'](_0xa6b45,_0x2449c5[_0xa6b45],_0x873952):_0x55f8e5['removeAttribute'](_0xa6b45,_0x873952);});}['handleSuggestionDescription'](_0x3164d6){if(_0x3164d6['data'])switch(_0x3164d6['subType']){case'tableProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x455755,_0x87e8f3){const _0x37ff64=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x2de1d9 of _0x37ff64['getSuggestions']({'skipNotAttached':!0x0})){const _0x20e3d7=_0x2de1d9['getContainedElement']();if(_0x2de1d9['subType']===_0x87e8f3&&_0x20e3d7===_0x455755)return _0x2de1d9;}return null;}}const m='$elementName';class p extends _0x5b3081{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x41ab46,_0x28fbb9,V,U,G,F,H,L,J,q,z,Q,X,Y,Z,tt,et,it,st,nt,rt,ot,at,ct,ut,ft,W,pt,ht,K,pe,lt,mt,dt,kt,bt,wt,yt,jt,St,At,It,vt,Ct,xt,_t,Nt,Mt,Rt,Dt,$t,Bt];}static get['pluginName'](){return'TrackChangesEditing';}constructor(_0x33bd99){function _0x3dc1cb(_0x17cbce){return _0x17cbce['map'](_0x13b4a3=>String['fromCharCode'](_0x13b4a3))['join']('');}super(_0x33bd99),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x5d9be1,_0x18a616,_0x4e1e6d,_0x14795b)=>{this['_model']['change'](()=>{for(const _0x3c08a1 of[..._0x14795b,..._0x4e1e6d])this['_model']['markers']['has'](_0x3c08a1)&&_0x33bd99['editing']['reconvertMarker'](_0x3c08a1);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Et(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x33bd99['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this['_blockAttributeKeys']=new Set([m]),this['_inlineAttributeKeys']=new Set(),_0x33bd99['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x33bd99['config']['get']('trackChanges.trackFormatChanges'),_0x33bd99['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x33bd99['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x33bd99,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x3dc1cb([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x3dc1cb([0x34,0x30,0x34,0x38,0x31,0x36,0x30,0x36]);}['init'](){const _0x49ba0c=this['editor'],_0x1c6ee4=(_0x44b227,_0x1f1ff4)=>{if('attribute'!=_0x44b227)return'ck-suggestion-marker-'+_0x44b227;const _0x3118f5=_0x1f1ff4['split']('|')[0x0];return this['_isBlockAttribute'](_0x3118f5)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x49ba0c['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x31c8a8=>{const {id:_0x2c9b8d,type:_0x155a73,subType:_0x4e79a9}=this['_splitMarkerName'](_0x31c8a8['markerName']),_0x37359b=['ck-suggestion-marker',_0x1c6ee4(_0x155a73,_0x4e79a9)];let _0x940dba=0xbb8;return this['activeMarkers']['includes'](_0x31c8a8['markerName'])&&(_0x37359b['push']('ck-suggestion-marker--active'),_0x940dba=0xbc2),'deletion'==_0x155a73&&(_0x940dba+=0x5),{'classes':_0x37359b,'attributes':{'data-suggestion':_0x2c9b8d},'priority':_0x940dba};}}),_0x49ba0c['conversion']['for']('dataDowncast')['add'](_0x33c54f=>{_0x33c54f['on']('addMarker:suggestion',(_0x4357e5,_0x36a5e9,_0x5e68be)=>{if(!_0x5e68be['options']['showSuggestionHighlights'])return;const _0xca98a6=_0x36a5e9['item'];if(!_0xca98a6)return;const _0x58eeea=_0x5e68be['mapper']['toViewElement'](_0xca98a6);_0x49ba0c['model']['schema']['isObject'](_0xca98a6)&&_0x58eeea&&!_0x58eeea['getCustomProperty']('widget')&&_0x58eeea['is']('containerElement')&&_0x2210b8(_0x58eeea,_0x5e68be['writer']);},{'priority':'high'});}),_0x49ba0c['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x4b21c2,_0x42ac81)=>{if(!_0x42ac81['options']['showSuggestionHighlights'])return null;const {type:_0xc39ed6,subType:_0x4732c0}=this['_splitMarkerName'](_0x4b21c2['markerName']);return{'classes':['ck-suggestion-marker',_0x1c6ee4(_0xc39ed6,_0x4732c0)],'priority':0xbb8};}});const _0x561c9f=({showActiveMarkers:_0x5c741d=!0x0,isAttributeSuggestion:_0x145725=!0x1}={})=>(_0x1331d2,_0x42dfe1,_0x55377c)=>{if(!_0x42dfe1['item'])return;const {id:_0x3791af}=this['_splitMarkerName'](_0x42dfe1['markerName']);if(_0x145725){const _0x24e618=this['_suggestions']['get'](_0x3791af),_0x43ff61=this['_getAttributeKey'](_0x24e618);if(!this['_isBlockAttribute'](_0x43ff61))return;}if(_0x42dfe1['item']['is']('selection'))return void _0x55377c['consumable']['consume'](_0x42dfe1['item'],_0x1331d2['name']);const _0x269d71=_0x55377c['mapper']['toViewElement'](_0x42dfe1['item']);if(_0x42dfe1['item']['is']('element')&&_0x49ba0c['model']['schema']['isBlock'](_0x42dfe1['item'])&&!_0x269d71['getCustomProperty']('addHighlight')){_0x55377c['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x269d71),_0x55377c['writer']['setAttribute']('data-suggestion',_0x3791af,_0x269d71),_0x55377c['mapper']['bindElementToMarker'](_0x269d71,_0x42dfe1['markerName']),_0x5c741d&&(this['activeMarkers']['includes'](_0x42dfe1['markerName'])?_0x55377c['writer']['addClass']('ck-suggestion-marker--active',_0x269d71):_0x55377c['writer']['removeClass']('ck-suggestion-marker--active',_0x269d71));for(const _0x7992db of _0x49ba0c['model']['createRangeIn'](_0x42dfe1['item'])['getItems']())_0x55377c['consumable']['consume'](_0x7992db,_0x1331d2['name']);_0x55377c['consumable']['consume'](_0x42dfe1['item'],_0x1331d2['name']);}};_0x49ba0c['conversion']['for']('dataDowncast')['add'](_0x75f2e8=>{_0x75f2e8['on']('addMarker:suggestion:formatBlock',(_0x221cf8,_0x4def58,_0x144983)=>{_0x144983['options']['showSuggestionHighlights']&&_0x561c9f({'showActiveMarkers':!0x1})(_0x221cf8,_0x4def58,_0x144983);},{'priority':'highest'});}),_0x49ba0c['conversion']['for']('dataDowncast')['add'](_0x41449c=>{_0x41449c['on']('addMarker:suggestion:attribute',(_0x3f196b,_0x38411f,_0x13b02e)=>{_0x13b02e['options']['showSuggestionHighlights']&&_0x561c9f({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x3f196b,_0x38411f,_0x13b02e);},{'priority':'highest'});}),_0x49ba0c['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x11bdb7,_0x112246)=>_0x112246['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x11bdb7['substr'](0xb)}}),_0x49ba0c['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x1204de,{writer:_0x117b4d})=>{let _0x5cfcce='suggestion:'+_0x1204de['getAttribute']('suggestion-type')+':'+_0x1204de['getAttribute']('id');return _0x1204de['getAttribute']('marker-count')&&(_0x5cfcce+=':'+_0x1204de['getAttribute']('marker-count')),_0x117b4d['createElement']('$marker',{'data-name':_0x5cfcce});}}),_0x49ba0c['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x49ba0c['conversion']['for']('editingDowncast')['add'](_0x20760d=>{_0x20760d['on']('addMarker:suggestion:formatBlock',_0x561c9f(),{'priority':'high'});}),_0x49ba0c['conversion']['for']('editingDowncast')['add'](_0x247ea8=>{_0x247ea8['on']('addMarker:suggestion:attribute',_0x561c9f({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x49ba0c['conversion']['for']('editingDowncast')['add'](_0x2adcff=>{_0x2adcff['on']('removeMarker:suggestion:formatBlock',(_0x4cc064,_0x1a49e3,_0x518f6c)=>{const _0x3c7b4f=_0x518f6c['mapper']['markerNameToElements'](_0x1a49e3['markerName']);if(_0x3c7b4f){for(const _0x131b66 of _0x3c7b4f)_0x131b66['getCustomProperty']('addHighlight')||(_0x518f6c['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x131b66),_0x518f6c['writer']['removeAttribute']('data-suggestion',_0x131b66),_0x518f6c['mapper']['unbindElementFromMarkerName'](_0x131b66,_0x1a49e3['markerName']));}},{'priority':'high'});}),_0x49ba0c['conversion']['for']('editingDowncast')['add'](_0x5db882=>{_0x5db882['on']('removeMarker:suggestion:attribute',(_0x11d0a4,_0x197ab5,_0x28f593)=>{const _0x45ed32=_0x28f593['mapper']['markerNameToElements'](_0x197ab5['markerName']);if(!_0x45ed32)return;const {id:_0x58a167}=this['_splitMarkerName'](_0x197ab5['markerName']),_0x58e15d=this['_suggestions']['get'](_0x58a167),_0x191685=this['_getAttributeKey'](_0x58e15d);if(this['_isBlockAttribute'](_0x191685)){for(const _0x1a24e8 of _0x45ed32)_0x1a24e8['getCustomProperty']('addHighlight')||(_0x28f593['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x1a24e8),_0x28f593['writer']['removeAttribute']('data-suggestion',_0x1a24e8),_0x28f593['mapper']['unbindElementFromMarkerName'](_0x1a24e8,_0x197ab5['markerName']));}},{'priority':'high'});}),_0x49ba0c['model']['document']['registerPostFixer'](_0x5720f5=>{let _0x2e8afc=!0x1;const _0x1719fb=Array['from'](_0x49ba0c['model']['document']['differ']['getChangedMarkers']()),_0x206a3f=new Set();for(const {name:_0x393833,data:_0x44c4cf}of _0x1719fb){const {group:_0x3fb69f,type:_0x1dffff,subType:_0xb120d9,id:_0x2eb092}=this['_splitMarkerName'](_0x393833);if('suggestion'!==_0x3fb69f)continue;const _0x247eef=this['_suggestions']['get'](_0x2eb092);if(null!=_0x44c4cf['newRange']){'formatInline'==_0x1dffff&&(_0x2e8afc=_0x2e8afc||Ut(_0x44c4cf['newRange'],_0x393833,_0x5720f5,_0x49ba0c['model']['schema']));const _0x3de8c9='attribute'==_0x1dffff&&this['_isBlockAttribute'](_0xb120d9['split']('|')[0x0]);if(_0x44c4cf['newRange']['isCollapsed']||'$graveyard'==_0x44c4cf['newRange']['root']['rootName']||'formatBlock'==_0x1dffff&&!Ft(_0x44c4cf['newRange'])||_0x3de8c9&&!Ft(_0x44c4cf['newRange'])||'deletion'==_0x1dffff&&!(!Vt(_0xdab107=_0x44c4cf['newRange'])&&!function(_0x22e448){return _0x22e448['start']['parent']==_0x22e448['end']['nodeBefore']&&_0x22e448['start']['isAtEnd'];}(_0xdab107)))_0x5720f5['removeMarker'](_0x393833),_0x2e8afc=!0x0;else{if(!_0x247eef||!_0x247eef['isInContent'])continue;if(_0x44c4cf['newRange']&&_0x44c4cf['oldRange']&&_0x44c4cf['newRange']['isEqual'](_0x44c4cf['oldRange']))continue;_0x206a3f['add'](_0x247eef);}}}var _0xdab107;return _0x206a3f['size']>0x0&&(_0x2e8afc=!!this['_joinWithAdjacentSuggestions'](_0x206a3f)||_0x2e8afc),_0x2e8afc;}),_0x49ba0c['model']['document']['registerPostFixer'](_0x402231=>{let _0x65bbbd=!0x1;for(const _0x501ba4 of _0x49ba0c['model']['document']['differ']['getChanges']())if('insert'==_0x501ba4['type'])for(const _0x30ccdb of this['_suggestions']['values']()){if(_0x30ccdb['isMultiRange']||!_0x30ccdb['isInContent'])continue;const _0x34c5ce='formatBlock'==_0x30ccdb['type'],_0x3d67b0=this['_getAttributeKey'](_0x30ccdb),_0x226135=_0x3d67b0&&this['_isBlockAttribute'](_0x3d67b0);if(!_0x34c5ce&&!_0x226135)continue;const _0x1dc052=_0x30ccdb['getFirstRange']();if(_0x1dc052['start']['parent']!=_0x1dc052['end']['parent']&&!_0x1dc052['end']['isAtEnd']){const _0x40c494=_0x49ba0c['model']['createPositionAt'](_0x1dc052['start']['nodeAfter'],'end'),_0x5e7a46=_0x49ba0c['model']['createRange'](_0x1dc052['start'],_0x40c494);_0x402231['updateMarker'](_0x30ccdb['getFirstMarker'](),{'range':_0x5e7a46}),_0x65bbbd=!0x0;}}return _0x65bbbd;}),_0x49ba0c['model']['document']['registerPostFixer'](_0x4cd2be=>this['_processAttributeChanges'](_0x4cd2be)),_0x49ba0c['model']['document']['registerPostFixer'](_0x23a43e=>!_0x23a43e['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x23a43e)),_0x49ba0c['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x49ba0c['model']['document']['on']('change:data',(_0x309969,_0x5510ac)=>{if(!_0x5510ac['isLocal']||_0x5510ac['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x582dc4=_0x49ba0c['model']['document']['differ']['getChanges']();if(0x0==_0x582dc4['length'])return;const _0x1e52ae=[],_0x45a704=_0x582dc4['filter'](_0x5935f7=>'attribute'==_0x5935f7['type']),_0x296f92=_0x582dc4['filter'](_0xa00bf7=>'insert'==_0xa00bf7['type']&&'$text'!=_0xa00bf7['name']);for(const _0x5e5643 of _0x45a704)this['_isRegisteredAttribute'](_0x5e5643['attributeKey'])&&_0x1e52ae['push']({'key':_0x5e5643['attributeKey'],'newValue':_0x5e5643['attributeNewValue'],'oldValue':_0x5e5643['attributeOldValue'],'range':Pt(_0x5e5643['range'],_0x49ba0c['model'])});for(const _0x47b409 of _0x296f92){if('rename'!=_0x47b409['action']&&'refresh'!=_0x47b409['action'])continue;const _0x25711b=Lt(_0x47b409['position']['nodeAfter'],_0x49ba0c['model']),_0x51dedc=_0x47b409['before'];'rename'==_0x47b409['action']&&_0x1e52ae['push']({'key':m,'newValue':_0x47b409['name'],'oldValue':_0x51dedc['name'],'range':_0x25711b});for(const [_0xce057e,_0x132d74]of _0x51dedc['attributes']){if(!this['_isRegisteredAttribute'](_0xce057e))continue;const _0x281cf8=_0x47b409['attributes']['get'](_0xce057e);_0x132d74!==_0x281cf8&&_0x1e52ae['push']({'key':_0xce057e,'newValue':_0x281cf8,'oldValue':_0x132d74,'range':_0x25711b});}for(const [_0x23725f,_0x4ecb12]of _0x47b409['attributes'])this['_isRegisteredAttribute'](_0x23725f)&&(_0x51dedc['attributes']['has'](_0x23725f)||_0x1e52ae['push']({'key':_0x23725f,'newValue':_0x4ecb12,'oldValue':null,'range':_0x25711b}));}0x0!=_0x1e52ae['length']&&_0x49ba0c['model']['enqueueChange'](_0x5510ac,_0x57b73a=>{const _0x196bbb=_0x71cbf7();for(const {range:_0x22220e,key:_0x2404b1,oldValue:_0x4b03e5,newValue:_0x1a1332}of _0x1e52ae)this['markAttributeChange'](_0x22220e,_0x2404b1,_0x4b03e5,_0x1a1332,{'groupId':_0x196bbb});this['_reduceExistingSuggestions'](_0x57b73a,_0x1e52ae);});},{'priority':'lowest'}),_0x49ba0c['model']['markers']['on']('update:suggestion',(_0x131fb3,_0x542d96,_0x3cdeaf)=>{if(null==_0x3cdeaf){const {id:_0x5b87ea}=this['_splitMarkerName'](_0x542d96['name']),_0x5a9208=this['_suggestions']['get'](_0x5b87ea);_0x5a9208&&_0x5a9208['addMarkerName'](_0x542d96['name']);}}),_0x49ba0c['model']['document']['on']('change:data',()=>{const _0x9a0825=Array['from'](_0x49ba0c['model']['document']['differ']['getChangedMarkers']())['filter'](_0x90b395=>'suggestion'===this['_splitMarkerName'](_0x90b395['name'])['group']);if(0x0===_0x9a0825['length'])return;_0x9a0825['sort']((_0x158286,_0x1f8437)=>{const _0x1d0f44=_0x158286['data']['oldRange'],_0x33d098=_0x1f8437['data']['oldRange'];return null===_0x1d0f44&&null===_0x33d098?0x0:null===_0x1d0f44&&null!==_0x33d098?-0x1:null!==_0x1d0f44&&null===_0x33d098?0x1:_0x1d0f44['start']['isBefore'](_0x33d098['start'])?-0x1:0x1;});const _0xe541dc=new Set(),_0x457a55=new Set();for(const {name:_0xdce39b,data:_0x2fccbc}of _0x9a0825){const {id:_0x5f4fb4}=this['_splitMarkerName'](_0xdce39b);if(null===_0x2fccbc['oldRange']){const _0x1ad264=this['_handleNewSuggestionMarker'](_0xdce39b);_0x457a55['add'](_0x1ad264);}else{const _0x4e3f1e=this['_suggestions']['get'](_0x5f4fb4);null!==_0x2fccbc['newRange']||_0x4e3f1e['isInContent']?(_0xe541dc['add'](_0x4e3f1e['head']),_0x457a55['add'](_0x4e3f1e)):this['_removeSuggestion'](_0x4e3f1e);}}_0x457a55['size']>0x0&&this['_refreshSuggestionsChain'](_0x457a55);for(const _0x2af357 of _0xe541dc)this['fire']('suggestionChanged',_0x2af357);}),_0x49ba0c['model']['on']('applyOperation',(_0x2d52dc,_0x51cd0c)=>{const _0x364236=_0x51cd0c[0x0];if(!this['_suggestions']['size'])return;if(!_0x364236['isDocumentOperation'])return;if(_0x364236['batch']['isUndo']||!_0x364236['batch']['isLocal'])return;let _0x33e4c6,_0x25d7a1;switch(_0x364236['type']){case'insert':_0x33e4c6=_0x49ba0c['model']['createPositionAt'](_0x364236['position']),_0x25d7a1=_0x33e4c6['getShiftedBy'](_0x364236['howMany']);break;case'split':_0x33e4c6=_0x49ba0c['model']['createPositionAt'](_0x364236['splitPosition']),_0x25d7a1=_0x49ba0c['model']['createPositionAt'](_0x364236['moveTargetPosition']);break;case'move':_0x33e4c6=_0x49ba0c['model']['createPositionAt'](_0x364236['targetPosition']),_0x25d7a1=_0x33e4c6['getShiftedBy'](_0x364236['howMany']);break;default:return;}const _0x14a438=_0x49ba0c['model']['createRange'](_0x33e4c6,_0x25d7a1);_0x49ba0c['model']['change'](()=>{for(const {suggestion:_0x47bc6e,meta:_0x1f48b0}of this['_findSuggestions'](_0x14a438)){if(_0x47bc6e['isMultiRange'])continue;if('formatInline'==_0x47bc6e['type'])continue;const _0x269e9d=this['_getAttributeKey'](_0x47bc6e);if(_0x269e9d&&this['_isBlockAttribute'](_0x269e9d)&&'split'!=_0x364236['type'])continue;const _0x659396=_0x47bc6e['data']&&_0x47bc6e['data']['multipleBlocks'];('formatBlock'!=_0x47bc6e['type']||'split'==_0x364236['type']&&!_0x659396)&&(_0x1f48b0['containsRangeInObject']||'insertion'==_0x47bc6e['type']&&_0x1f48b0['isOwn']||_0x47bc6e['getFirstRange']()['containsRange'](_0x14a438)&&this['_breakSuggestionMarker'](_0x47bc6e,_0x33e4c6,_0x25d7a1));}});},{'priority':'lowest'}),_0x49ba0c['model']['on']('deleteContent',(_0x5a1266,_0x2bb12e)=>{const _0x506b5d=_0x2bb12e[0x0],_0xfb8132=_0x2bb12e[0x1];if(_0xfb8132&&_0xfb8132['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x506b5d['isCollapsed'])return;const _0x9b8e08=_0x49ba0c['model']['schema'],{start:_0x5901a9,end:_0x1d0eb4}=_0x506b5d['getFirstRange'](),_0x2e0ba1=_0x5901a9['nodeAfter']&&_0x9b8e08['isLimit'](_0x5901a9['nodeAfter'])?null:_0x9b8e08['getNearestSelectionRange'](_0x5901a9,'forward'),_0x14a2ee=_0x1d0eb4['nodeBefore']&&_0x9b8e08['isLimit'](_0x1d0eb4['nodeBefore'])?null:_0x9b8e08['getNearestSelectionRange'](_0x1d0eb4,'backward'),_0x2aef25=_0x49ba0c['model']['createRange'](_0x2e0ba1?_0x2e0ba1['start']:_0x5901a9,_0x14a2ee?_0x14a2ee['end']:_0x1d0eb4);_0x49ba0c['model']['change'](_0x3b3e26=>{this['markDeletion'](_0x2aef25);const _0x41d3fc=_0x49ba0c['model']['schema']['getNearestSelectionRange'](_0x2aef25['start']);_0x506b5d['is']('documentSelection')?_0x3b3e26['setSelection'](_0x41d3fc):_0x506b5d['setTo'](_0x41d3fc);}),_0x5a1266['stop']();},{'priority':_0x1f0d4e['normal']+0xa}),_0x49ba0c['model']['on']('insertContent',(_0x272be9,_0xa0519d)=>{const _0x163ed6=_0xa0519d[_0xa0519d['length']-0x1];_0x163ed6&&_0x163ed6['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x49ba0c['model']['change'](()=>{let _0x17bfb6=_0x49ba0c['model']['insertContent'](_0xa0519d[0x0],_0xa0519d[0x1],_0xa0519d[0x2],{'forceDefaultExecution':!0x0});if(!_0x17bfb6)return;_0x272be9['return']=_0x17bfb6['clone']();const _0x3e6390=_0x17bfb6['end']['nodeBefore'],_0x3e8062=_0x49ba0c['model']['schema'];_0x3e6390&&_0x3e8062['isBlock'](_0x3e6390)&&!_0x3e8062['isObject'](_0x3e6390)&&(_0x17bfb6=_0x49ba0c['model']['createRange'](_0x17bfb6['start'],_0x49ba0c['model']['createPositionAt'](_0x3e6390,'end'))),this['markInsertion'](_0x17bfb6);}),_0x272be9['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x392e83=new x(_0x49ba0c,this['_suggestions']);_0x49ba0c['commands']['add']('acceptSuggestion',_0x392e83),this['enableCommand']('acceptSuggestion');const _0x4112f6=new R(_0x49ba0c,this['_suggestions']);_0x49ba0c['commands']['add']('discardSuggestion',_0x4112f6),this['enableCommand']('discardSuggestion'),_0x49ba0c['commands']['add']('acceptAllSuggestions',new E(_0x49ba0c,_0x392e83,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x49ba0c['commands']['add']('discardAllSuggestions',new E(_0x49ba0c,_0x4112f6,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x49ba0c['commands']['add']('acceptSelectedSuggestions',new O(_0x49ba0c,_0x392e83,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x49ba0c['commands']['add']('discardSelectedSuggestions',new O(_0x49ba0c,_0x4112f6,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x519b1b=_0x49ba0c['plugins']['get']('CommentsRepository');this['listenTo'](_0x519b1b,'addComment',(_0xf7af46,{threadId:_0x1b03e9})=>{const _0x816dba=this['_suggestions']['get'](_0x1b03e9);_0x816dba&&_0x816dba['commentThread']&&0x1===_0x816dba['commentThread']['length']&&this['_updateSuggestionData'](_0x1b03e9,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x519b1b,'removeComment',(_0x2685b5,{threadId:_0x33f1af})=>{const _0x54c78f=this['_suggestions']['get'](_0x33f1af);_0x54c78f&&_0x54c78f['commentThread']&&!_0x54c78f['commentThread']['length']&&this['_updateSuggestionData'](_0x33f1af,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x15796a){if(this['_adapter'])throw new _0x2911cb('track-changes-adapter-already-set',this);this['_adapter']=_0x15796a;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x52e9ab=!0x1,toJSON:_0x26dacb=!0x1}={}){const _0x555051=[];for(const _0x229c8f of this['_suggestions']['values']())_0x52e9ab&&!_0x229c8f['isInContent']||_0x555051['push'](_0x229c8f);return _0x26dacb?_0x555051['map'](_0x54edfa=>_0x54edfa['toJSON']()):_0x555051;}['getSuggestion'](_0x33c31b){const _0x139cce=this['_suggestions']['get'](_0x33c31b);if(!_0x139cce)throw new _0x2911cb('track-changes-suggestion-not-found',this);return _0x139cce;}['hasSuggestion'](_0x5884e6){return this['_suggestions']['has'](_0x5884e6);}['addSuggestionData'](_0x16b947){const {authorId:_0x573071,id:_0x35eac0,attributes:_0x584594}=_0x16b947,[_0x49f325,_0x428251]=_0x16b947['type']['split'](':'),_0xd5a666=this['_suggestions']['get'](_0x35eac0)||this['_createSuggestion'](_0x49f325,_0x428251,_0x35eac0,_0x573071,_0x584594);if(this['_addThreadToSuggestion'](_0xd5a666),this['_checkSuggestionCorrectness'](_0xd5a666,_0x49f325,_0x428251||null,_0x573071),_0xd5a666['createdAt']=_0x16b947['createdAt'],_0xd5a666['_isDataLoaded']=!0x0,_0x584594&&_0x584594['@external']){const _0x45fe6e=_0x584594['@external'],_0x1d2fb0=this['_getExternalAuthor'](_0x45fe6e['authorName']);_0xd5a666['authoredAt']=_0x45fe6e['createdAt'],_0xd5a666['author']=_0x1d2fb0,_0xd5a666['isExternal']=!0x0;}else _0xd5a666['authoredAt']=_0x16b947['createdAt'];switch(_0x16b947['data']&&(_0xd5a666['data']=_0x16b947['data']),_0x16b947['attributes']&&(_0xd5a666['attributes']=_0x16b947['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0xd5a666['_saved']=!0x0),this['_suggestionState']['get'](_0xd5a666)){case'notReady':this['_suggestionState']['set'](_0xd5a666,'dataReady');break;case'markerReady':_0xd5a666['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0xd5a666])),this['_refreshSuggestionsChain'](new Set([_0xd5a666])),this['_suggestionState']['set'](_0xd5a666,'ready'),this['fire']('suggestionLoaded',_0xd5a666)):this['_suggestionState']['set'](_0xd5a666,'removed');}return _0xd5a666;}['acceptSuggestion'](_0x5772f9){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0xca6f23 of _0x5772f9['getAllAdjacentSuggestions']())_0xca6f23['accept']();});});}['discardSuggestion'](_0x6ed3cd){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x5634bd of _0x6ed3cd['getAllAdjacentSuggestions']())_0x5634bd['discard']();});});}['enableCommand'](_0x23cb20,_0x45d1f5){const _0x3fe7bb=this['editor']['commands']['get'](_0x23cb20);if(!_0x3fe7bb)throw new _0x2911cb('track-changes-command-not-found',this,{'commandName':_0x23cb20});if(this['_enabledCommands']['has'](_0x3fe7bb))throw new _0x2911cb('track-changes-enable-command-twice',this,{'commandName':_0x23cb20});this['_enabledCommands']['add'](_0x3fe7bb),_0x45d1f5&&_0x3fe7bb['on']('execute',(_0x23dbe0,_0x349dd0)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x349dd0['length']>0x0&&_0x349dd0[_0x349dd0['length']-0x1]&&_0x349dd0[_0x349dd0['length']-0x1]['forceDefaultExecution']?_0x349dd0['pop']():(_0x23dbe0['return']=_0x45d1f5((..._0x5c6656)=>_0x3fe7bb['execute'](..._0x5c6656,{'forceDefaultExecution':!0x0}),..._0x349dd0),_0x23dbe0['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x42ad88){let _0x31872b,_0x2d78b5;const _0x1dc169=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x31872b=_0x42ad88();}catch(_0x439306){_0x2d78b5=_0x439306;}return _0x1dc169||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x2d78b5&&_0x2911cb['rethrowUnexpectedError'](_0x2d78b5,this),_0x31872b;}['markInsertion'](_0x456a5a,_0x2fc5d7=null,_0x33d084={}){if(_0x456a5a['isCollapsed'])return null;const _0x496e8e=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x4d6f98,meta:_0x38120e}of this['_findSuggestions'](_0x456a5a,'insertion'))if(_0x38120e['isOwn']){if(!_0x38120e['isNextTo']){if(_0x38120e['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!qt(_0x4d6f98,_0x33d084))continue;return _0x4d6f98;}if(qt(_0x4d6f98,_0x33d084))return _0x4d6f98;this['_breakSuggestionMarker'](_0x4d6f98,_0x456a5a['start'],_0x456a5a['end']);break;}if(_0x2fc5d7==_0x4d6f98['subType']&&qt(_0x4d6f98,_0x33d084)){const _0xad4912=_0x4d6f98['getFirstRange']();return _0xad4912['start']['isEqual'](_0x456a5a['end'])?this['_setSuggestionRange'](_0x4d6f98,this['_model']['createRange'](_0x456a5a['start'],_0xad4912['end'])):this['_setSuggestionRange'](_0x4d6f98,this['_model']['createRange'](_0xad4912['start'],_0x456a5a['end'])),_0x4d6f98;}}const _0x101800=_0x71cbf7(),_0x2950ac=_0x496e8e['id'],_0x1d9920=_0x2fc5d7?'insertion:'+_0x2fc5d7:'insertion',_0x54c309=this['_setSuggestionData']({'id':_0x101800,'type':_0x1d9920,'createdAt':new Date(),'authorId':_0x2950ac,'attributes':_0x33d084});return this['_addSuggestionMarker'](_0x1d9920,_0x101800,_0x2950ac,_0x456a5a),_0x54c309;}['markMultiRangeInsertion'](_0x3c6d65,_0x5eef20='multi',_0x44cb17={}){const _0x1fdcc7=this['editor']['plugins']['get']('Users')['me'],_0x4c16be=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x5eef20,'join');for(const _0x2d2f25 of this['getSuggestions']())if(_0x2d2f25['author']['id']==_0x1fdcc7['id']&&'insertion'==_0x2d2f25['type']&&_0x2d2f25['subType']==_0x5eef20&&qt(_0x2d2f25,_0x44cb17)&&(_0x4c16be(_0x2d2f25['getRanges'](),_0x3c6d65)||_0x4c16be(_0x3c6d65,_0x2d2f25['getRanges']()))){for(const _0x9da2f3 of _0x3c6d65)_0x2d2f25['addRange'](_0x9da2f3);return _0x2d2f25;}for(const {suggestion:_0x238dac,meta:_0x506ef}of this['_findSuggestions'](_0x3c6d65,'insertion')){if(!_0x506ef['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x506ef['containsRangeInObject'])continue;if(!qt(_0x238dac,_0x44cb17))continue;let _0xdb1cff=!0x0;for(const _0x20cf05 of _0x238dac['getRanges']())for(const _0x2698f3 of _0x3c6d65)if(!_0x20cf05['containsRange'](_0x2698f3)){_0xdb1cff=!0x1;break;}if(_0xdb1cff)return _0x238dac;}const _0x4ba1ac=_0x71cbf7(),_0x14a021=_0x1fdcc7['id'],_0x1b7bed='insertion:'+_0x5eef20,_0x5f2064=this['_setSuggestionData']({'id':_0x4ba1ac,'type':_0x1b7bed,'createdAt':new Date(),'authorId':_0x14a021,'attributes':_0x44cb17});for(const _0x386292 of _0x3c6d65)this['_addSuggestionMarker'](_0x1b7bed,_0x4ba1ac,_0x14a021,_0x386292,u['getMultiRangeId']());return _0x5f2064;}['markInlineFormat'](_0x39e3a9,_0x2c87fc,_0x553ca4=null,_0x239437={}){if(_0x553ca4=_0x553ca4||Gt(_0x2c87fc),_0x39e3a9['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x5796de=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x553ca4,'accept');return this['forceDefaultExecution'](()=>_0x5796de([_0x39e3a9],_0x2c87fc,_0x239437)),null;}const _0xbb950c=this['editor']['plugins']['get']('Users')['me'],_0x34c80d=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x168b9a,meta:_0xd8e764}of this['_findSuggestions'](_0x39e3a9,'insertion'))_0xd8e764['isOwn']&&!_0xd8e764['isInsideObject']&&_0x34c80d['push'](..._0x168b9a['getRanges']());}const _0x4d12b4=function(_0x3e2785,_0x59b152){const _0x4ef06b=[];for(const _0x3c55af of _0x59b152){const _0x30d7cd=_0x3e2785['getIntersection'](_0x3c55af);_0x30d7cd&&_0x4ef06b['push'](_0x30d7cd);}return _0x4ef06b;}(_0x39e3a9,_0x34c80d),_0x2edf31=function(_0x3e73fd,_0x23ef56){const _0x153486=[_0x3e73fd];for(const _0x47edfb of _0x23ef56){let _0x21ba21=0x0;for(;_0x21ba21<_0x153486['length'];){const _0x10d06d=_0x153486[_0x21ba21]['getDifference'](_0x47edfb);_0x153486['splice'](_0x21ba21,0x1,..._0x10d06d),_0x21ba21+=_0x10d06d['length'];}}return _0x153486;}(_0x39e3a9,_0x34c80d);_0x4d12b4['length']&&this['_model']['change'](()=>{for(const _0x522a63 of _0x4d12b4){const _0x54cb67=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x553ca4,'accept');this['forceDefaultExecution'](()=>_0x54cb67([_0x522a63],_0x2c87fc,_0x239437));}});for(const _0x3c4aad of _0x2edf31){let _0x574286=null,_0x313382=_0x3c4aad['start'],_0x56fde8=_0x3c4aad['end'];for(const {suggestion:_0x55eb08,meta:_0x2cf5d2}of this['_findSuggestions'](_0x3c4aad,'formatInline')){if(!_0x2cf5d2['isOwn'])continue;if(_0x55eb08['subType']!=_0x553ca4)continue;if(!qt(_0x55eb08,_0x239437))continue;const _0x4a83ba=_0x55eb08['getFirstRange']();if(_0x4a83ba['containsRange'](_0x3c4aad,!0x0))return null;_0x313382=_0x313382['isBefore'](_0x4a83ba['start'])?_0x313382:_0x4a83ba['start'],_0x56fde8=_0x56fde8['isAfter'](_0x4a83ba['end'])?_0x56fde8:_0x4a83ba['end'],_0x574286?_0x4a83ba['start']['isBefore'](_0x574286['getFirstRange']()['start'])?(_0x574286['removeMarkers'](),_0x574286=_0x55eb08):_0x55eb08['removeMarkers']():_0x574286=_0x55eb08;}const _0x1884b4=this['_model']['createRange'](_0x313382,_0x56fde8);if(_0x574286)this['_setSuggestionRange'](_0x574286,_0x1884b4);else{const _0xb4680c=_0x71cbf7(),_0x348253=_0xbb950c['id'];this['_setSuggestionData']({'id':_0xb4680c,'type':'formatInline:'+_0x553ca4,'data':_0x2c87fc,'createdAt':new Date(),'authorId':_0x348253,'attributes':_0x239437}),this['_addSuggestionMarker']('formatInline:'+_0x553ca4,_0xb4680c,_0x348253,_0x1884b4);}}return null;}['markBlockFormat'](_0x483439,_0x5692ec,_0x49943d=[],_0x4fa56e=null,_0x20f1be={}){_0x5692ec['formatGroupId']||(_0x5692ec['formatGroupId']=_0x5692ec['commandName']),_0x5692ec['multipleBlocks']=_0x483439['is']('range'),_0x4fa56e=_0x4fa56e||Gt(_0x5692ec);const _0x5dc31f=_0x49943d['map'](_0x419274=>Lt(_0x419274,this['_model'])),_0x44af5b=_0x483439['is']('range')?_0x483439:Lt(_0x483439,this['_model']);if('never'===this['_trackFormatChanges']){const _0x54d8cf=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x4fa56e,'accept');return this['forceDefaultExecution'](()=>_0x54d8cf([_0x44af5b],_0x5692ec,_0x20f1be)),null;}_0x5dc31f['push'](_0x44af5b);let _0x5da77e=!0x0;for(const _0x50956f of _0x5dc31f)if(!this['_rangeIsInLocalUserInsertion'](_0x50956f)){_0x5da77e=!0x1;break;}if(_0x5da77e&&'always'!==this['_trackFormatChanges']){const _0x37f5fd=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x4fa56e,'accept');return this['forceDefaultExecution'](()=>_0x37f5fd([_0x44af5b],_0x5692ec,_0x20f1be)),null;}let _0x67f9d3=null,_0x5605f1=_0x44af5b['start'],_0x4c833b=_0x44af5b['end'];for(const {suggestion:_0xf6840f,meta:_0x3caff9}of this['_findSuggestions'](_0x44af5b,'formatBlock')){if(!_0x3caff9['isOwn'])continue;if(_0x3caff9['isNextTo']||_0x3caff9['containsRangeInObject']||_0x3caff9['isInsideObject'])continue;if(_0xf6840f['data']['formatGroupId']!=_0x5692ec['formatGroupId'])continue;if(!qt(_0xf6840f,_0x20f1be))continue;const _0x331e39=_0xf6840f['getFirstRange']();if(_0xf6840f['subType']==_0x4fa56e){if(_0x331e39['containsRange'](_0x44af5b,!0x0))return null;_0x5605f1=_0x5605f1['isBefore'](_0x331e39['start'])?_0x5605f1:_0x331e39['start'],_0x4c833b=_0x4c833b['isAfter'](_0x331e39['end'])?_0x4c833b:_0x331e39['end'],_0x67f9d3?_0x331e39['start']['isBefore'](_0x67f9d3['getFirstRange']()['start'])?(_0x67f9d3['removeMarkers'](),_0x67f9d3=_0xf6840f):_0xf6840f['removeMarkers']():_0x67f9d3=_0xf6840f;}else{const _0xb96b7=_0x44af5b['getIntersection'](_0x331e39);this['_cutOutSuggestionMarker'](_0xf6840f,_0xb96b7);}}const _0x437f4e=this['editor']['plugins']['get']('Users')['me'],_0x87164f=_0x71cbf7(),_0x423125=_0x437f4e['id'];if(_0x67f9d3)return this['_setSuggestionRange'](_0x67f9d3,this['_model']['createRange'](_0x5605f1,_0x4c833b)),_0x67f9d3;{const _0x574dd4=this['_setSuggestionData']({'id':_0x87164f,'type':'formatBlock:'+_0x4fa56e,'data':_0x5692ec,'createdAt':new Date(),'authorId':_0x423125,'attributes':_0x20f1be});return this['_addSuggestionMarker']('formatBlock:'+_0x4fa56e,_0x87164f,_0x423125,this['_model']['createRange'](_0x5605f1,_0x4c833b)),_0x574dd4;}}['markMultiRangeBlockFormat'](_0x2e98f5,_0xbb17c6,_0x2b7dd3=[],_0x329b74=null,_0x41db10={}){_0xbb17c6['formatGroupId']||(_0xbb17c6['formatGroupId']=_0xbb17c6['commandName']);const _0x3bd920=_0x2e98f5[0x0];_0xbb17c6['multipleBlocks']=_0x3bd920['is']('range'),_0x329b74=_0x329b74||Gt(_0xbb17c6);const _0x237cf6=_0x2b7dd3['map'](_0x548e52=>Lt(_0x548e52,this['_model'])),_0x31a5c2=_0x3bd920['is']('range')?_0x2e98f5:_0x2e98f5['map'](_0x53f88b=>Lt(_0x53f88b,this['_model']));if('never'===this['_trackFormatChanges']){const _0x5c99ca=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x329b74,'accept');return this['forceDefaultExecution'](()=>_0x5c99ca(_0x31a5c2,_0xbb17c6,_0x41db10)),null;}_0x237cf6['push'](..._0x31a5c2);let _0x66e7c9=!0x0;for(const _0x4b2502 of _0x237cf6)if(!this['_rangeIsInLocalUserInsertion'](_0x4b2502)){_0x66e7c9=!0x1;break;}if(_0x66e7c9&&'always'!==this['_trackFormatChanges']){const _0x4b26fa=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x329b74,'accept');return this['forceDefaultExecution'](()=>_0x4b26fa(_0x31a5c2,_0xbb17c6,_0x41db10)),null;}const _0x42929a=this['editor']['plugins']['get']('Users')['me'];for(const _0x181b33 of this['getSuggestions']()){if(_0x181b33['author']['id']!=_0x42929a['id'])continue;if('formatBlock'!=_0x181b33['type']||_0x181b33['data']['formatGroupId']!=_0xbb17c6['formatGroupId'])continue;if(!qt(_0x181b33,_0x41db10))continue;const _0x46ae72=_0x181b33['subType']==_0x329b74;for(let _0xc48e1f=0x0;_0xc48e1f<_0x31a5c2['length'];_0xc48e1f++){const _0x4eeafc=_0x31a5c2[_0xc48e1f];for(const _0x2dd944 of _0x181b33['getMarkers']()){const _0x3be3a3=_0x2dd944['getRange']();if(_0x4eeafc['isEqual'](_0x3be3a3)){_0x46ae72?(_0x31a5c2['splice'](_0xc48e1f,0x1),_0xc48e1f--):_0x181b33['removeMarker'](_0x2dd944['name']);break;}}}}if(0x0==_0x31a5c2['length'])return null;const _0x201aa8=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x329b74,'join');for(const _0x1fefae of this['getSuggestions']())if(_0x1fefae['author']['id']==_0x42929a['id']&&'formatBlock'==_0x1fefae['type']&&_0x1fefae['data']['formatGroupId']==_0xbb17c6['formatGroupId']&&_0x1fefae['subType']==_0x329b74&&qt(_0x1fefae,_0x41db10)&&(_0x201aa8(_0x1fefae['getRanges'](),_0x31a5c2)||_0x201aa8(_0x31a5c2,_0x1fefae['getRanges']()))){for(const _0x4feff0 of _0x31a5c2)_0x1fefae['addRange'](_0x4feff0);return _0x1fefae;}const _0x3f3ed2=_0x71cbf7(),_0x3ac446=_0x42929a['id'],_0x33ba4a='formatBlock:'+_0x329b74,_0x101fea=this['_setSuggestionData']({'id':_0x3f3ed2,'type':_0x33ba4a,'data':_0xbb17c6,'createdAt':new Date(),'authorId':_0x3ac446,'attributes':_0x41db10});for(const _0x278d88 of _0x31a5c2)this['_addSuggestionMarker'](_0x33ba4a,_0x3f3ed2,_0x3ac446,_0x278d88,u['getMultiRangeId']());return _0x101fea;}['markDeletion'](_0x1d3a91,_0x495947=null,_0xc7f654={}){if(_0x1d3a91['isCollapsed'])return null;const _0x911d2e=this['editor']['plugins']['get']('Users')['me'],_0x4c1f67=new _0x5116e6(_0x1d3a91['start'],_0x1d3a91['end']);for(const {suggestion:_0x231344,meta:_0x11b77a}of this['_findSuggestions'](_0x4c1f67,'insertion'))if(_0x11b77a['isOwn']&&!_0x11b77a['isNextTo']){if(_0x231344['isMultiRange']){const _0x283091=_0x231344['getRanges']()['filter'](_0x111ca7=>'$graveyard'!=_0x111ca7['root']['rootName']);_0x283091['every'](_0x5bb438=>_0x4c1f67['containsRange'](_0x5bb438,!0x0))&&_0x231344['discard']();if(_0x283091['some'](_0xf61c8b=>_0xf61c8b['containsRange'](_0x4c1f67,!0x0))){const _0x2b9bb9=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x495947,'accept');return this['forceDefaultExecution'](()=>_0x2b9bb9([_0x4c1f67],null,_0xc7f654)),null;}}else{const _0x1783c8=_0x4c1f67['getIntersection'](_0x231344['getFirstRange']());null!==_0x1783c8&&_0x231344['_onDiscard']([_0x1783c8],null,_0xc7f654);}}if(_0x4c1f67['detach'](),_0x4c1f67['isCollapsed']||'$graveyard'==_0x4c1f67['root']['rootName'])return null;let _0xcf2961=null,_0x31a997=_0x4c1f67['start'],_0x5f37b0=_0x4c1f67['end'];const _0x1e3068=this['_findSuggestions'](_0x4c1f67,'deletion');for(const {suggestion:_0x1bd841,meta:_0xac5c98}of _0x1e3068){const _0x5c7ae0=this['_model']['createRange'](_0x31a997,_0x5f37b0);if(_0xac5c98['isOwn']&&(this['_mergeNestedSuggestions']||!_0xac5c98['containsRangeInObject']&&!_0xac5c98['isInsideObject'])){if(_0x1bd841['isMultiRange']){if(!qt(_0x1bd841,_0xc7f654))continue;let _0x2bd382=!0x0;for(const _0x153c39 of _0x1bd841['getRanges']()){if(_0x153c39['containsRange'](_0x5c7ae0,!0x0))return _0x1bd841;_0x5c7ae0['containsRange'](_0x153c39)||(_0x2bd382=!0x1);}_0x2bd382&&_0x1bd841['discard']();}else{const _0x125ebd=_0x1bd841['getFirstRange']();if(_0x125ebd['containsRange'](_0x5c7ae0,!0x0))return _0x1bd841;if(!qt(_0x1bd841,_0xc7f654)){_0x5c7ae0['containsRange'](_0x125ebd)?_0x1bd841['removeMarkers']():_0x125ebd['containsPosition'](_0x31a997)?_0x31a997=_0x125ebd['end']:_0x125ebd['containsPosition'](_0x5f37b0)&&(_0x5f37b0=_0x125ebd['start']);continue;}_0x31a997=_0x31a997['isBefore'](_0x125ebd['start'])?_0x31a997:_0x125ebd['start'],_0x5f37b0=_0x5f37b0['isAfter'](_0x125ebd['end'])?_0x5f37b0:_0x125ebd['end'],_0xc7f654=Object['assign']({},_0x1bd841['attributes']),_0xcf2961?_0x125ebd['start']['isBefore'](_0xcf2961['getFirstRange']()['start'])?(_0xcf2961['removeMarkers'](),_0xcf2961=_0x1bd841):_0x1bd841['removeMarkers']():_0xcf2961=_0x1bd841;}}}if(_0xcf2961)return this['_setSuggestionRange'](_0xcf2961,this['_model']['createRange'](_0x31a997,_0x5f37b0)),_0xcf2961;{const _0x57b189=_0x71cbf7(),_0x273243=this['_model']['createRange'](_0x31a997,_0x5f37b0),_0xaeab39=_0x911d2e['id'],_0x377d1d=_0x495947?'deletion:'+_0x495947:'deletion',_0x57d08c=this['_setSuggestionData']({'id':_0x57b189,'type':_0x377d1d,'createdAt':new Date(),'authorId':_0xaeab39,'attributes':_0xc7f654});return this['_addSuggestionMarker'](_0x377d1d,_0x57b189,_0xaeab39,_0x273243),_0x57d08c;}}['markMultiRangeDeletion'](_0x4b842c,_0x248258='multi',_0x26a72a={}){const _0x314f41=this['editor']['plugins']['get']('Users')['me'],_0x163775=_0x4b842c['map'](_0x4fccf8=>new _0x5116e6(_0x4fccf8['start'],_0x4fccf8['end'])),_0xf1c78e=new Set();for(const {suggestion:_0x23be78,meta:_0x4d95e0}of this['_findSuggestions'](_0x163775,'insertion'))_0x4d95e0['isOwn']&&!_0x4d95e0['isNextTo']&&_0xf1c78e['add'](_0x23be78);for(const _0x1b9a8b of _0xf1c78e)if(_0x1b9a8b['isMultiRange']){const _0x2d5fc5=_0x1b9a8b['getRanges']();(!_0x1b9a8b['attributes']||!_0x1b9a8b['attributes']['skipNestingCheck'])&&(_0x2d5fc5['every'](_0x40a7b1=>_0x163775['some'](_0x4b52bd=>_0x4b52bd['containsRange'](_0x40a7b1,!0x0)))&&_0x1b9a8b['discard']());if(_0x163775['every'](_0x1df98c=>_0x2d5fc5['some'](_0x3f0a7d=>_0x3f0a7d['containsRange'](_0x1df98c,!0x0)))){const _0x21e461=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x248258,'accept');return this['forceDefaultExecution'](()=>_0x21e461(_0x4b842c,null,_0x26a72a)),null;}}else{const _0x295dc6=_0x1b9a8b['getFirstRange']();_0x163775['some'](_0x3615c4=>_0x3615c4['containsRange'](_0x295dc6,!0x0))&&_0x1b9a8b['discard']();if(_0x163775['every'](_0xb0830b=>_0x295dc6['containsRange'](_0xb0830b,!0x0))){const _0x13584f=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x248258,'accept');return this['forceDefaultExecution'](()=>_0x13584f(_0x163775,null,_0x26a72a)),null;}}const _0x2261a5=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x248258,'join');let _0x4c40e4=null;for(const _0x26ab2c of this['getSuggestions']())if(_0x26ab2c['author']['id']==_0x314f41['id']&&_0x26ab2c['isInContent']&&'deletion'==_0x26ab2c['type']&&_0x26ab2c['subType']==_0x248258&&qt(_0x26ab2c,_0x26a72a)&&(_0x2261a5(_0x26ab2c['getRanges'](),_0x163775)||_0x2261a5(_0x163775,_0x26ab2c['getRanges']()))){if(_0x4c40e4){if(_0x26ab2c['commentThread']&&_0x26ab2c['commentThread']['length'])continue;for(const _0x16271a of _0x26ab2c['getRanges']())_0x4c40e4['isIntersectingWithRange'](_0x16271a)||_0x4c40e4['addRange'](_0x16271a);_0x26ab2c['removeMarkers']();}else{_0x4c40e4=_0x26ab2c;for(const _0x5bbb84 of _0x163775)_0x26ab2c['isIntersectingWithRange'](_0x5bbb84)||_0x26ab2c['addRange'](_0x5bbb84);}}if(_0x4c40e4)return _0x4c40e4;_0xf1c78e['clear']();for(const {suggestion:_0x49f053,meta:_0x1e6b2a}of this['_findSuggestions'](_0x163775,'deletion'))_0x1e6b2a['isOwn']&&(this['_mergeNestedSuggestions']||!_0x1e6b2a['containsRangeInObject']&&!_0x1e6b2a['isInsideObject'])&&qt(_0x49f053,_0x26a72a)&&_0xf1c78e['add'](_0x49f053);for(const _0x3085e8 of _0xf1c78e){const _0xf683c1=_0x3085e8['getRanges']();if(!_0x26a72a||!_0x26a72a['skipNestingCheck']){if(_0x163775['every'](_0x307cd0=>_0xf683c1['some'](_0x5280d4=>_0x5280d4['containsRange'](_0x307cd0,!0x0))))return _0x3085e8;}(!_0x3085e8['attributes']||!_0x3085e8['attributes']['skipNestingCheck'])&&(_0xf683c1['every'](_0x409a8e=>_0x163775['some'](_0x47206c=>_0x47206c['containsRange'](_0x409a8e,!0x0)))&&_0x3085e8['discard']());}const _0x1c8213=_0x71cbf7(),_0x30fd3a=_0x314f41['id'],_0x446e65='deletion:'+_0x248258,_0x26335d=this['_setSuggestionData']({'id':_0x1c8213,'type':_0x446e65,'createdAt':new Date(),'authorId':_0x30fd3a,'attributes':_0x26a72a});for(const _0x2c0d3c of _0x163775)_0x2c0d3c['detach'](),_0x2c0d3c['isCollapsed']||'$graveyard'==_0x2c0d3c['root']['rootName']||this['_addSuggestionMarker'](_0x446e65,_0x1c8213,_0x30fd3a,_0x2c0d3c,u['getMultiRangeId']());return _0x26335d;}['markAttributeChange'](_0x218f31,_0x1186f9,_0x4a41d4,_0x51cefc,_0x367c8b){if(_0x218f31['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x2f38b5=this['editor']['plugins']['get']('Users')['me']['id'],_0x45900f=Array['from'](this['_suggestions']['values']())['filter'](_0x3c50c4=>'attribute'==_0x3c50c4['type']&&_0x3c50c4['data']['key']==_0x1186f9&&_0x3c50c4['isIntersectingWithRange'](_0x218f31));if('default'===this['_trackFormatChanges']){const _0x4600fa=this['_findSuggestions'](_0x218f31,'insertion')['filter'](({meta:_0x31d8d6})=>_0x31d8d6['isOwn']&&!_0x31d8d6['isInsideObject']&&!_0x31d8d6['isNextTo'])['map'](({suggestion:_0x392097})=>_0x392097);_0x45900f['unshift'](..._0x4600fa);}const _0x5443f5=new Map([[_0x218f31,_0x4a41d4]]);for(const _0x851490 of _0x45900f){const _0x1927e3='attribute'==_0x851490['type']?_0x851490['data']['oldValue']:void 0x0,_0x2e46f0=_0x851490['getFirstRange'](),_0x3af613=Array['from'](_0x5443f5['keys']())['find'](_0x31586d=>_0x31586d['isIntersecting'](_0x2e46f0));if(!_0x3af613)continue;const _0x596bab=_0x3af613['getDifference'](_0x2e46f0);this['_isBlockAttribute'](_0x1186f9)&&'insertion'==_0x851490['type']&&0x0!=_0x596bab['length']||(_0x5443f5['delete'](_0x3af613),_0x596bab['forEach'](_0x7a3fea=>{_0x5443f5['set'](_0x7a3fea,_0x4a41d4);}),'insertion'!=_0x851490['type']&&_0x1927e3!=_0x51cefc&&_0x5443f5['set'](_0x3af613['getIntersection'](_0x2e46f0),_0x1927e3));}const _0x3e992c=[];for(const [_0x5882a7,_0x286377]of _0x5443f5){const _0x3e14c0=_0x71cbf7(),_0x5e6e85={'key':_0x1186f9,'oldValue':_0x286377,'newValue':_0x51cefc};_0x1186f9['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':_0x1186f9});const _0x224233=('attribute:'+(_0x1186f9+'|'+Gt({'newValue':_0x51cefc})))['substring'](0x0,0x3c),_0x511f84=this['_setSuggestionData']({'id':_0x3e14c0,'type':_0x224233,'data':_0x5e6e85,'createdAt':new Date(),'authorId':_0x2f38b5,'attributes':_0x367c8b});_0x3e992c['push'](_0x511f84),this['_addSuggestionMarker'](_0x224233,_0x3e14c0,_0x2f38b5,_0x5882a7);}return _0x3e992c;}['enableDefaultAttributesIntegration'](_0x3f570d){this['enableCommand'](_0x3f570d,(_0x428e95,..._0x45149f)=>{this['_recordAttributeChanges'](()=>{_0x428e95(..._0x45149f);});});}['registerBlockAttribute'](_0xa75846){this['_blockAttributeKeys']['add'](_0xa75846);}['registerInlineAttribute'](_0x5ca783){this['_inlineAttributeKeys']['add'](_0x5ca783);}['_getAttributeKey'](_0x2c8d3a){return'attribute'==_0x2c8d3a['type']?_0x2c8d3a['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x5bfb24,_0x40961d){const _0x49a54c=_0x5bfb24['getFirstMarker']();this['_model']['change'](_0x1af7af=>{_0x1af7af['updateMarker'](_0x49a54c,{'range':_0x40961d});});}['_addThreadToSuggestion'](_0x4f1712){const _0x2b4aac=_0x4f1712['id'],_0x151bfb=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x2b4aac)||this['_commentsRepository']['addCommentThread']({'channelId':_0x151bfb,'threadId':_0x2b4aac,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x4cc9f5=this['_commentsRepository']['getCommentThread'](_0x2b4aac);_0x4cc9f5['unbind']('isRemovable'),_0x4cc9f5['isRemovable']=!0x1,_0x4f1712['commentThread']=_0x4cc9f5;}['_checkSuggestionCorrectness'](_0xcd471e,_0x160ad6,_0x3d27e5,_0x130841){if(_0xcd471e['type']!=_0x160ad6||_0xcd471e['subType']!=_0x3d27e5||_0xcd471e['creator']['id']!=_0x130841)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x2911cb('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x55b758,_0x35c750){const _0x2dfa76=_0x55b758['getFirstRange']();if(_0x35c750['isEqual'](_0x2dfa76))_0x55b758['removeMarkers']();else{if(_0x2dfa76['containsRange'](_0x35c750)){const _0x1d3cad=this['_model']['createPositionAt'](_0x35c750['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x55b758,this['_model']['createRange'](_0x2dfa76['start'],_0x1d3cad));const _0x4a5e87=_0x71cbf7(),_0x4789a0=_0x55b758['creator']['id'],_0x5df8c0=_0x55b758['type']+':'+_0x55b758['subType'];this['_setSuggestionData']({'id':_0x4a5e87,'type':_0x5df8c0,'createdAt':new Date(),'authorId':_0x4789a0,'data':_0x55b758['data'],'attributes':_0x55b758['attributes']});const _0x537b6f=this['_model']['createPositionAt'](_0x35c750['end']['parent'],'after'),_0x41f2d1=this['_model']['createRange'](_0x537b6f,_0x2dfa76['end']);this['_addSuggestionMarker'](_0x5df8c0,_0x4a5e87,_0x4789a0,_0x41f2d1);}else{if(_0x2dfa76['containsPosition'](_0x35c750['start'])){const _0x4a7c2d=this['_model']['createPositionAt'](_0x35c750['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x55b758,this['_model']['createRange'](_0x2dfa76['start'],_0x4a7c2d));}else{const _0x11eb23=this['_model']['createPositionAt'](_0x35c750['end']['parent'],'after');this['_setSuggestionRange'](_0x55b758,this['_model']['createRange'](_0x11eb23,_0x2dfa76['end']));}}}}['_rangeIsInLocalUserInsertion'](_0xea0bf4){for(const {suggestion:_0x1e6417,meta:_0x1f8451}of this['_findSuggestions'](_0xea0bf4,'insertion')){if(!_0x1f8451['isOwn'])continue;const _0x1df782=_0x1e6417['getRanges']();for(const _0x503d21 of _0x1df782)if(!_0xea0bf4['getDifference'](_0x503d21)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0xfc92b2){const _0x15e8ba=this['editor']['plugins']['get']('Users')['getUser'](_0xfc92b2);if(!_0x15e8ba)throw new _0x2911cb('track-changes-user-not-found',this);return _0x15e8ba;}['_getExternalAuthor'](_0x4d40e5){const _0x81aef8=this['editor']['plugins']['get']('Users'),_0x4dabf5=_0x178ca5('external:'+_0x4d40e5),_0x258381=_0x81aef8['getUser'](_0x4dabf5);return _0x258381||_0x81aef8['addUser']({'id':_0x4dabf5,'name':_0x4d40e5});}['_createSuggestion'](_0x1dd926,_0x453172,_0x3e712e,_0x535cf4,_0x48db65){const _0x4db862=this['_getAuthorFromId'](_0x535cf4),_0x5990e0=this['_suggestionFactory']['buildSuggestion'](_0x1dd926,_0x453172,_0x3e712e,_0x4db862,_0x48db65,_0x35c1fb=>{this['_updateSuggestionData'](_0x3e712e,{'attributes':_0x35c1fb});const _0x14ad1b=this['getSuggestion'](_0x3e712e);this['_joinWithAdjacentSuggestions'](new Set([_0x14ad1b])),this['_refreshSuggestionsChain'](new Set([_0x14ad1b]));});return this['listenTo'](_0x5990e0,'accept',()=>{this['_updateSuggestionData'](_0x3e712e,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x5990e0,'discard',()=>{this['_updateSuggestionData'](_0x3e712e,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x3e712e,_0x5990e0),this['_suggestionState']['set'](_0x5990e0,'notReady'),_0x5990e0;}['_splitMarkerName'](_0x520ed9){const _0x1da6f1=_0x520ed9['split'](':');return{'group':_0x1da6f1[0x0],'type':_0x1da6f1[0x1],'subType':_0x1da6f1['length']>=0x5?_0x1da6f1[0x2]:null,'id':_0x1da6f1['length']<0x5?_0x1da6f1[0x2]:_0x1da6f1[0x3],'authorId':_0x1da6f1['length']<0x5?_0x1da6f1[0x3]:_0x1da6f1[0x4],'markerCount':0x6==_0x1da6f1['length']?_0x1da6f1[0x5]:null};}['_breakSuggestionMarker'](_0x514c43,_0x1b5275,_0x175106){const _0x232137=_0x514c43['getFirstRange'](),_0x108d1b=_0x232137['start'],_0x3281c4=_0x232137['end'];this['_setSuggestionRange'](_0x514c43,this['_model']['createRange'](_0x108d1b,_0x1b5275));const _0x20645a=_0x71cbf7(),_0x3247c5=_0x514c43['creator']['id'],_0x52abe0=_0x514c43['type']+(_0x514c43['subType']?':'+_0x514c43['subType']:'');this['_setSuggestionData']({'id':_0x20645a,'type':_0x52abe0,'createdAt':new Date(),'authorId':_0x3247c5,'originalSuggestionId':_0x514c43['id'],'attributes':_0x514c43['attributes'],'data':_0x514c43['data']});const _0x4847a4=this['_getAttributeKey'](_0x514c43);('formatBlock'==_0x514c43['type']||_0x4847a4&&this['_isBlockAttribute'](_0x4847a4))&&(_0x175106=this['_model']['createPositionBefore'](_0x175106['parent'])),this['_addSuggestionMarker'](_0x52abe0,_0x20645a,_0x3247c5,this['_model']['createRange'](_0x175106,_0x3281c4));}['_findSuggestions'](_0x3ec8ca,_0x15c3c8=null){const _0x5dcba5=[],_0x531c85=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x3ec8ca)||(_0x3ec8ca=[_0x3ec8ca]);for(const _0x4f39d5 of this['getSuggestions']()){if(!_0x4f39d5['isInContent'])continue;if(_0x15c3c8&&_0x4f39d5['type']!=_0x15c3c8)continue;let _0x285349=!0x1;for(const _0x15c2d7 of _0x4f39d5['getRanges']()){for(const _0x31a0a8 of _0x3ec8ca){const _0xfe7269=_0x31a0a8['start']['isEqual'](_0x15c2d7['end'])||_0x31a0a8['end']['isEqual'](_0x15c2d7['start']);if(_0xfe7269||_0x31a0a8['getIntersection'](_0x15c2d7)){const _0x33781d=_0x31a0a8['containsRange'](_0x15c2d7)&&Ot(this['_model']['schema'],_0x15c2d7['start'],_0x31a0a8),_0x336b87=_0x15c2d7['containsRange'](_0x31a0a8)&&Ot(this['_model']['schema'],_0x31a0a8['start'],_0x15c2d7);_0x5dcba5['push']({'suggestion':_0x4f39d5,'meta':{'isOwn':_0x531c85==_0x4f39d5['author'],'isNextTo':_0xfe7269,'isInsideObject':_0x33781d,'containsRangeInObject':_0x336b87}}),_0x285349=!0x0;break;}}if(_0x285349)break;}}return _0x5dcba5;}['_addSuggestionMarker'](_0x50e73d,_0x264302,_0x3cec8a,_0x1240a2,_0x590b49){this['_model']['change'](_0x42ea90=>{let _0x3753dd='suggestion:'+_0x50e73d+':'+_0x264302+':'+_0x3cec8a;_0x590b49&&(_0x3753dd=_0x3753dd+':'+_0x590b49),_0x42ea90['addMarker'](_0x3753dd,{'range':_0x1240a2,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x450e63){const _0x486fad=_0x450e63['previous'],_0x289374=_0x450e63['next'];_0x450e63['previous']=null,_0x450e63['next']=null,null!=_0x486fad&&_0x486fad['next']==_0x450e63&&(_0x486fad['next']=_0x289374),null!=_0x289374&&_0x289374['previous']==_0x450e63&&(_0x289374['previous']=_0x486fad),'ready'==this['_suggestionState']['get'](_0x450e63)&&(this['_suggestionState']['set'](_0x450e63,'removed'),this['fire']('suggestionUnloaded',_0x450e63,_0x486fad,_0x289374));}['_setSuggestionData'](_0x40f114){const _0x237d6e=_0x40f114['id'],_0x2d03f0=this['addSuggestionData'](_0x40f114);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x1a3e07=this['editor']['plugins']['get']('PendingActions'),_0x5a00ac=_0x2d03f0['hasComments'],_0x54581a=_0x2d03f0['subType']?_0x2d03f0['type']+':'+_0x2d03f0['subType']:_0x2d03f0['type'],_0x3c03a8=this['editor']['locale'],_0x24910f=_0x1a3e07['add'](o(_0x3c03a8,'PENDING_ACTION_SUGGESTION')),_0x1142fa={'id':_0x237d6e,'type':_0x54581a,'hasComments':_0x5a00ac,'data':_0x40f114['data']||null,'originalSuggestionId':_0x40f114['originalSuggestionId']||null,'attributes':_0x2d03f0['attributes']};this['_adapter']['addSuggestion'](_0x1142fa)['then'](_0x300f0c=>{_0x2d03f0['_saved']=!0x0,_0x1a3e07['remove'](_0x24910f),_0x300f0c&&_0x300f0c['createdAt']&&(this['_suggestions']['get'](_0x237d6e)['createdAt']=_0x300f0c['createdAt']);})['catch'](_0x36df39=>{throw _0x367c86('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x2d03f0['discard']();}),_0x2d03f0['stopListening'](),this['_suggestions']['delete'](_0x2d03f0['id']),this['_suggestionState']['delete'](_0x2d03f0),_0x36df39;});}return _0x2d03f0;}['_isBlockAttribute'](_0x4f37ca){return this['_blockAttributeKeys']['has'](_0x4f37ca);}['_updateSuggestionData'](_0x578544,_0x121fd3){const _0x510831=this['editor']['plugins']['get']('PendingActions'),_0x65e754=this['getSuggestion'](_0x578544);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x65e754['_saved']){const _0x69c6f1=_0x510831['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x578544,_0x121fd3)['then'](()=>{_0x510831['remove'](_0x69c6f1);});}else _0x65e754['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x578544,_0x121fd3);});}}['_getSuggestionData'](_0x41e056){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x2911cb('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x41e056);}['_handleNewSuggestionMarker'](_0x3a3a43){const {id:_0x441727,type:_0x2b3e6a,subType:_0x20e174,authorId:_0x4e6f09}=this['_splitMarkerName'](_0x3a3a43),_0x3263c7=this['_suggestions']['get'](_0x441727)||this['_createSuggestion'](_0x2b3e6a,_0x20e174,_0x441727,_0x4e6f09,{});switch(this['_checkSuggestionCorrectness'](_0x3263c7,_0x2b3e6a,_0x20e174,_0x4e6f09),this['_suggestionState']['get'](_0x3263c7)){case'notReady':this['_getSuggestionData'](_0x441727)['then'](_0x274238=>{let _0x6c8f73=Promise['resolve']();_0x274238['hasComments']&&(_0x6c8f73=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x441727})),_0x6c8f73['then'](()=>{this['addSuggestionData'](_0x274238)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x3263c7,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x441727,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x3263c7,'ready'),this['fire']('suggestionLoaded',_0x3263c7);break;case'ready':this['fire']('suggestionChanged',_0x3263c7);}return _0x3263c7['addMarkerName'](_0x3a3a43),_0x3263c7;}['_refreshSuggestionsChain'](_0x58b512){const _0x29ac57=Array['from'](_0x58b512),_0x41f945=_0x29ac57['filter'](_0x151086=>'attribute'==_0x151086['type']);this['_refreshAttributeSuggestionsChain'](_0x41f945);const _0x140efb=_0x29ac57['filter'](_0x5846f7=>!_0x5846f7['isMultiRange']&&'attribute'!=_0x5846f7['type']),_0x133f21=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x35623b=>!_0x35623b['isMultiRange']&&'attribute'!=_0x35623b['type']),_0x3de50d=_0x133f21['filter'](_0x22d119=>!_0x58b512['has'](_0x22d119)),_0x5ec9c1=new Map(_0x133f21['map'](_0xee6456=>[_0xee6456,this['_suggestionFactory']['getSuggestionCallback'](_0xee6456['type'],_0xee6456['subType'],'chain')])),_0x4c303f=new Map(_0x133f21['map'](_0x5391c3=>[_0x5391c3,_0x5391c3['getFirstRange']()])),_0xe7637b=new Set(),_0x40eea4=new Set();for(let _0x5e2fdd=0x0;_0x5e2fdd<_0x140efb['length'];_0x5e2fdd++)_0xc0c314(_0x140efb[_0x5e2fdd],_0x140efb,_0x5e2fdd+0x1);for(let _0x1875ea=0x0;_0x1875ea<_0x140efb['length'];_0x1875ea++)_0xc0c314(_0x140efb[_0x1875ea],_0x3de50d,0x0);const _0x354dac=new Set();for(let _0x2f450d=0x0;_0x2f450d<_0x140efb['length'];_0x2f450d++){const _0x24f055=_0x140efb[_0x2f450d];!_0x40eea4['has'](_0x24f055)&&_0x24f055['previous']&&(_0x354dac['add'](_0x24f055['previous']),_0x24f055['previous']['next']===_0x24f055&&(_0x24f055['previous']['next']=null),_0x24f055['previous']=null),!_0xe7637b['has'](_0x24f055)&&_0x24f055['next']&&(_0x354dac['add'](_0x24f055['next']),_0x24f055['next']['previous']===_0x24f055&&(_0x24f055['next']['previous']=null),_0x24f055['next']=null);}function _0xc0c314(_0x21f492,_0x308a82,_0x507b40){for(let _0x3ec106=_0x507b40;_0x3ec106<_0x308a82['length'];_0x3ec106++){const _0xe6e2b0=_0x29126b(_0x21f492,_0x308a82[_0x3ec106]);_0xe6e2b0&&(_0xe6e2b0[0x0]['next']=_0xe6e2b0[0x1],_0xe6e2b0[0x1]['previous']=_0xe6e2b0[0x0],_0xe7637b['add'](_0xe6e2b0[0x0]),_0x40eea4['add'](_0xe6e2b0[0x1]));}}function _0x29126b(_0x5f199f,_0x2bd986){if(_0x5f199f['author']['id']!==_0x2bd986['author']['id'])return null;const _0x6a0fef=_0x5ec9c1['get'](_0x5f199f)(_0x5f199f,_0x2bd986,_0x4c303f['get'](_0x5f199f),_0x4c303f['get'](_0x2bd986));if(!_0x6a0fef)return null;return _0x5ec9c1['get'](_0x2bd986)(_0x5f199f,_0x2bd986,_0x4c303f['get'](_0x5f199f),_0x4c303f['get'](_0x2bd986))?_0x6a0fef[0x1]['commentThread']&&_0x6a0fef[0x1]['commentThread']['length']?null:_0x6a0fef:null;}_0x354dac['size']&&this['_refreshSuggestionsChain'](_0x354dac);}['_refreshAttributeSuggestionsChain'](_0x2b9a02){if(0x0==_0x2b9a02['length'])return;const _0xd0134=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x348d29=>'attribute'==_0x348d29['type']&&_0x348d29['_isDataLoaded']),_0x3bdc5a=[],_0x2847bb=new Map();for(const _0x27e43f of _0xd0134){const _0x459cad=_0x178ca5(_0x27e43f['attributes']);_0x2847bb['has'](_0x459cad)||(_0x2847bb['set'](_0x459cad,_0x3bdc5a['length']),_0x3bdc5a['push']([]));const _0x103e74=_0x2847bb['get'](_0x459cad);_0x3bdc5a[_0x103e74]['push'](_0x27e43f);}!(function(){_0x3bdc5a['sort']((_0x222e2f,_0x36f824)=>{const _0x1e11aa=_0x222e2f[0x0]['createdAt'],_0x3c0ed7=_0x36f824[0x0]['createdAt'];return _0x1e11aa==_0x3c0ed7?_0x222e2f[0x0]['attributes']['groupId']<_0x36f824[0x0]['attributes']['groupId']?-0x1:0x1:_0x1e11aa<_0x3c0ed7?-0x1:0x1;});for(const _0x44d858 of _0x3bdc5a)_0x44d858['sort']((_0x2be35f,_0x50e474)=>_0x2be35f['id']<_0x50e474['id']?-0x1:0x1);}());for(let _0x38add2=0x0;_0x38add2<_0x3bdc5a['length'];_0x38add2++){if(0x0==_0x3bdc5a[_0x38add2]['length'])continue;const _0x2135b2=[];for(let _0x4334ce=_0x38add2+0x1;_0x4334ce<_0x3bdc5a['length'];_0x4334ce++)0x0!=_0x3bdc5a[_0x4334ce]['length']&&_0x237566(_0x3bdc5a[_0x38add2],_0x3bdc5a[_0x4334ce])&&_0x2135b2['push'](_0x4334ce);for(const _0x57d807 of _0x2135b2)_0x3bdc5a[_0x38add2]=_0x3bdc5a[_0x38add2]['concat'](_0x3bdc5a[_0x57d807]),_0x3bdc5a[_0x57d807]=[];}for(const _0x6d253b of _0x3bdc5a)for(let _0x33d7cb=0x0;_0x33d7cb<_0x6d253b['length'];_0x33d7cb++){const _0x54835c=_0x6d253b[_0x33d7cb+0x1]||null;_0x6d253b[_0x33d7cb]['next']!==_0x54835c&&(_0x6d253b[_0x33d7cb]['next']=_0x54835c);}for(const _0x5b883b of _0x3bdc5a)for(let _0x32e695=0x0;_0x32e695<_0x5b883b['length'];_0x32e695++){const _0x23943d=_0x5b883b[_0x32e695-0x1]||null;_0x5b883b[_0x32e695]['previous']!==_0x23943d&&(_0x5b883b[_0x32e695]['previous']=_0x23943d);}function _0x237566(_0x19b0a0,_0x599bb1){if(_0x19b0a0[0x0]['attributes']['groupId']!==_0x599bb1[0x0]['attributes']['groupId']&&_0x19b0a0[0x0]['author']!==_0x599bb1[0x0]['author'])return!0x1;if(!function(_0x2aecd3,_0x5cb1d6){if(!_0x2aecd3['hasComments']&&!_0x5cb1d6['hasComments'])return!0x0;if(_0x2aecd3['hasComments']&&_0x5cb1d6['hasComments'])return!0x1;if(_0x2aecd3['hasComments']&&_0x5cb1d6['createdAt']<_0x2aecd3['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x5cb1d6['hasComments']&&_0x2aecd3['createdAt']<_0x5cb1d6['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x19b0a0[0x0],_0x599bb1[0x0]))return!0x1;const _0x279f83=Tt(_0x19b0a0[0x0]['attributes'],'groupId'),_0x31a295=Tt(_0x599bb1[0x0]['attributes'],'groupId');if(!_0x2c5b5c(_0x279f83,_0x31a295))return!0x1;return!!_0x19b0a0['every'](_0x292eea=>_0x599bb1['some'](_0x53ef27=>_0x292eea['getFirstRange']()['isEqual'](_0x53ef27['getFirstRange']())))&&_0x599bb1['every'](_0x1bfc5f=>_0x19b0a0['some'](_0x1527b8=>_0x1bfc5f['getFirstRange']()['isEqual'](_0x1527b8['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x6fdb23){const _0x11ad19=Array['from'](_0x6fdb23),_0x1a6a1c=this['getSuggestions']({'skipNotAttached':!0x0}),_0x3f16d9=_0x1a6a1c['filter'](_0x3e6be3=>!_0x6fdb23['has'](_0x3e6be3)),_0x20f5cb=new Map(_0x11ad19['map'](_0x4fa857=>[_0x4fa857,this['_suggestionFactory']['getSuggestionCallback'](_0x4fa857['type'],_0x4fa857['subType'],'join')])),_0x543baf=new Map(_0x1a6a1c['map'](_0x3c3dce=>[_0x3c3dce,_0x3c3dce['getRanges']()]));for(let _0x2cea8b=0x0;_0x2cea8b<_0x11ad19['length'];_0x2cea8b++){if(_0x157b4b(this,_0x11ad19[_0x2cea8b],_0x11ad19,_0x2cea8b+0x1))return!0x0;}for(let _0x18e38d=0x0;_0x18e38d<_0x11ad19['length'];_0x18e38d++){if(_0x157b4b(this,_0x11ad19[_0x18e38d],_0x3f16d9,0x0))return!0x0;}return!0x1;function _0x157b4b(_0x5c54ec,_0x33d70c,_0x532dde,_0x4034f4){for(let _0x23b915=_0x4034f4;_0x23b915<_0x532dde['length'];_0x23b915++){const _0x2c8074=_0x532dde[_0x23b915];if(_0x2c8074['type']!==_0x33d70c['type']||_0x2c8074['author']['id']!==_0x33d70c['author']['id']||_0x2c8074['subType']!==_0x33d70c['subType'])continue;if(!Jt(_0x33d70c,_0x2c8074))continue;if('attribute'==_0x33d70c['type']&&_0x33d70c['data']['oldValue']!=_0x2c8074['data']['oldValue'])continue;if('attribute'==_0x33d70c['type']&&_0x5c54ec['_isBlockAttribute'](_0x33d70c['data']['key']))continue;if('formatBlock'==_0x33d70c['type']){const _0xfbbdf5=_0x5c54ec['editor']['model'],_0x167f57=_0x33d70c['getContainedElement']();if(_0x167f57&&(_0xfbbdf5['schema']['isObject'](_0x167f57)||_0xfbbdf5['schema']['isLimit'](_0x167f57)))continue;}const _0x525158=_0x20f5cb['get'](_0x33d70c),_0x4b04a3=_0x543baf['get'](_0x33d70c),_0x20c3fb=_0x543baf['get'](_0x2c8074),_0x32edde=_0x33d70c['commentThread']&&_0x33d70c['commentThread']['length'],_0x508d5c=_0x2c8074['commentThread']&&_0x2c8074['commentThread']['length'];if(!_0x32edde&&_0x525158(_0x20c3fb,_0x4b04a3))return _0x5c54ec['_joinSuggestions'](_0x2c8074,_0x33d70c),_0x543baf['delete'](_0x33d70c),!0x0;if(!_0x508d5c&&_0x525158(_0x4b04a3,_0x20c3fb))return _0x5c54ec['_joinSuggestions'](_0x33d70c,_0x2c8074),_0x543baf['delete'](_0x2c8074),!0x0;}return!0x1;}}['_joinSuggestions'](_0x3bf817,_0x42bbd5){if(_0x3bf817['isMultiRange']){for(const _0x2938e1 of _0x42bbd5['getRanges']())_0x3bf817['addRange'](_0x2938e1);}else{const _0x245fb0=_0x42bbd5['getFirstRange']()['end'];this['_setSuggestionRange'](_0x3bf817,this['_model']['createRange'](_0x3bf817['getFirstRange']()['start'],_0x245fb0));}_0x42bbd5['removeMarkers']();}['_getMarkerAnnouncementText'](_0x2a511a,_0x43150b,_0x14e983){const _0x586d61=_0x2a511a['startsWith']('format')||_0x2a511a['startsWith']('attribute')?'FORMATTING':_0x2a511a['toUpperCase']();return o(this['editor']['locale'],_0x43150b+'_'+_0x586d61+'_SUGGESTION_ANNOUNCEMENT',_0x14e983);}['_initAriaMarkerChangeAnnouncements'](){const _0x14f738=this['editor'];if(!_0x14f738['ui'])return;const {ariaLiveAnnouncer:_0x2e2006}=_0x14f738['ui'];_0x4edbc3(this['_model'],({left:_0x12d25c,entered:_0x11a9f6})=>{for(const _0x1b4224 of _0x12d25c){const {group:_0x44d4c5,type:_0x22af4a}=this['_splitMarkerName'](_0x1b4224['name']);if('suggestion'===_0x44d4c5){_0x2e2006['announce'](this['_getMarkerAnnouncementText'](_0x22af4a,'LEAVE'));break;}}for(const _0x1c06c4 of _0x11a9f6){const {group:_0x5c6f0f,type:_0x47d271}=this['_splitMarkerName'](_0x1c06c4['name']);if('suggestion'===_0x5c6f0f){_0x2e2006['announce'](this['_getMarkerAnnouncementText'](_0x47d271,'ENTER',_0x19f044(_0x2717db)));break;}}});}['_processAttributeChanges'](_0x3cd0a7){if(this['_recordAttributeSuggestions'])return!0x1;const _0x31edcd=this['editor'],_0xeab29b=_0x31edcd['model']['document']['differ']['getChanges']();if(0x0==_0xeab29b['length'])return!0x1;const _0x31e079=[],_0x6bbc1b=_0xeab29b['filter'](_0x3ca655=>'attribute'==_0x3ca655['type']),_0x4a20c7=_0xeab29b['filter'](_0x3fea2a=>'insert'==_0x3fea2a['type']&&'$text'!=_0x3fea2a['name']),_0xcecf1a=_0xeab29b['filter'](_0x2ce714=>'remove'==_0x2ce714['type']&&'$text'!=_0x2ce714['name']);for(const _0x39dbcf of _0x6bbc1b)_0x31e079['push']({'key':_0x39dbcf['attributeKey'],'newValue':_0x39dbcf['attributeNewValue'],'oldValue':_0x39dbcf['attributeOldValue'],'range':Pt(_0x39dbcf['range'],_0x31edcd['model'])});for(const _0x431eae of _0x4a20c7){const _0x4fb50b=_0xcecf1a['find'](_0x333f1b=>_0x333f1b['position']['isEqual'](_0x431eae['position']));_0x4fb50b&&_0x31e079['push']({'key':m,'newValue':_0x431eae['name'],'oldValue':_0x4fb50b['name'],'range':_0x31edcd['model']['createRangeOn'](_0x431eae['position']['nodeAfter'])});}return 0x0!=_0x31e079['length']&&this['_reduceExistingSuggestions'](_0x3cd0a7,_0x31e079);}['_processAttributeSuggestions'](_0x32e518){let _0x3123f7=!0x1;const _0x4c841c=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x2b400f=>_0x2b400f['data']['newRange']&&_0x2b400f['name']['startsWith']('suggestion:attribute:'));for(const _0x2f92e5 of _0x4c841c){const {subType:_0x4ab7ce,id:_0x4fab37}=this['_splitMarkerName'](_0x2f92e5['name']),_0x17bb46=_0x4ab7ce['split']('|')[0x0];for(const _0x410351 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x410351['id']!=_0x4fab37&&'attribute'==_0x410351['type']&&_0x410351['data']&&_0x410351['data']['key']==_0x17bb46&&_0x410351['getFirstRange']()['isIntersecting'](_0x2f92e5['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x410351,_0x2f92e5['data']['newRange'],_0x32e518),_0x3123f7=!0x0);}return _0x3123f7;}['_recordAttributeChanges'](_0x5c3832){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x5c3832();}['_isRegisteredAttribute'](_0x128ea0){const _0x2a34fc=this['_isBlockAttribute'](_0x128ea0),_0x155a61=this['_inlineAttributeKeys']['has'](_0x128ea0);return _0x2a34fc||_0x155a61;}['_reduceExistingSuggestions'](_0x5c8b85,_0x43eb73){if(0x0==_0x43eb73['length'])return!0x1;let _0x477ca1=!0x1;for(const _0x38fb3a of _0x43eb73){const _0x51fd92=this['_findSuggestions'](_0x38fb3a['range'],'attribute')['filter'](_0x4cf7b6=>!_0x4cf7b6['meta']['isNextTo'])['map'](_0x238ff1=>_0x238ff1['suggestion']),_0xbc4de2=_0x178ca5({'newValue':_0x38fb3a['newValue']});_0x51fd92['filter'](_0x2328de=>{const [_0x224aa2,_0xe8eaa8]=_0x2328de['subType']['split']('|');return _0x224aa2==_0x38fb3a['key']&&_0xe8eaa8!=_0xbc4de2;})['forEach'](_0xa8945c=>{this['_reduceSuggestionAttributeRange'](_0xa8945c,_0x38fb3a['range'],_0x5c8b85),_0x477ca1=!0x0;});}return _0x477ca1;}['_reduceSuggestionAttributeRange'](_0x1db3bc,_0x5314ea,_0x193498){const _0x4c6bbc=_0x1db3bc['getFirstRange']()['getDifference'](_0x5314ea);0x0!==_0x4c6bbc['length']?0x1!==_0x4c6bbc['length']?this['_breakSuggestionMarker'](_0x1db3bc,_0x5314ea['start'],_0x5314ea['end']):this['_setSuggestionRange'](_0x1db3bc,_0x4c6bbc[0x0]):_0x193498['removeMarker'](_0x1db3bc['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x2504ad){this['_editor']=_0x2504ad,this['_model']=_0x2504ad['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x5f35f0,_0x11e305,_0x383476,_0x2d86bc,_0x35abda,_0x2b7f98){return new u(this['_model'],{'type':_0x5f35f0,'subType':_0x11e305,'id':_0x383476,'author':_0x2d86bc,'creator':_0x2d86bc,'attributes':_0x35abda,'onAttributesChange':_0x2b7f98,'onAccept':(..._0x337513)=>this['getSuggestionCallback'](_0x5f35f0,_0x11e305,'accept')(..._0x337513),'onDiscard':(..._0x3a7101)=>this['getSuggestionCallback'](_0x5f35f0,_0x11e305,'discard')(..._0x3a7101)});}['registerCustomCallback'](_0x30e617,_0x454699,_0x19d68f,_0x294aa0){const _0x42f634=_0x30e617+':'+_0x454699+':'+_0x19d68f;this['_customCallbacks']['set'](_0x42f634,_0x294aa0);}['getSuggestionCallback'](_0x2367dc,_0x237ed4,_0xfbb9bc){const _0x5cd876=_0x2367dc+':'+_0x237ed4+':'+_0xfbb9bc;return this['_customCallbacks']['get'](_0x5cd876)||this['_defaultCallbacks']['get'](_0x2367dc+':'+_0xfbb9bc);}['_registerDefaultCallbacks'](){const _0x2cfea2=()=>!0x1,_0x1e49ff=_0x6f3629=>{_0x6f3629['sort']((_0x3dfd6c,_0x2fc816)=>_0x3dfd6c['start']['isBefore'](_0x2fc816['start'])?0x1:-0x1),this['_model']['change'](_0x5933c2=>{for(const _0x5eabac of _0x6f3629){let _0x31bdfd;_0x31bdfd=_0x5eabac['end']['isAtEnd']&&_0x5eabac['end']['parent']==_0x5eabac['start']['nodeAfter']?_0x5933c2['createSelection'](_0x5eabac['start']['nodeAfter'],'on'):_0x5933c2['createSelection'](_0x5eabac),this['_model']['deleteContent'](_0x31bdfd,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x179e47=(_0x4903b5,_0x483f3b)=>{_0x483f3b&&this['_model']['change'](_0x155d12=>{const {commandName:_0x5b5ee2,commandParams:_0x4a9b4b=[]}=_0x483f3b,_0x4611cd=_0x4903b5['map'](_0xaad150=>(Vt(_0xaad150)&&(_0xaad150=this['_model']['createRange'](_0xaad150['end'])),_0xaad150))['filter'](_0x48695a=>'$graveyard'!==_0x48695a['root']['rootName']);if(_0x4611cd['length']<0x1)return;const _0x37ae2a=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x3b5298=>_0x5116e6['fromRange'](_0x3b5298));_0x155d12['setSelection'](_0x4611cd);for(const _0x54be36 of this['_editor']['commands']['commands']())_0x54be36['refresh']();_0x4a9b4b['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x5b5ee2,..._0x4a9b4b);const _0x220f78=_0x37ae2a['filter'](_0x49a40d=>'$graveyard'!=_0x49a40d['root']['rootName']);_0x220f78['length']>0x0&&_0x155d12['setSelection'](_0x220f78);for(const _0x1de530 of _0x37ae2a)_0x1de530['detach']();});},_0x2aded6=(_0xbfe5a4,_0xf17183)=>0x1==_0xbfe5a4['length']&&0x1==_0xf17183['length']&&_0xbfe5a4[0x0]['end']['isEqual'](_0xf17183[0x0]['start']),_0x35c34e=(_0x1e45ab,_0x38c358,_0x1bd855,_0x4fd5a3)=>Ht(_0x1e45ab,_0x38c358,_0x1bd855,_0x4fd5a3,this['_model'])?[_0x1e45ab,_0x38c358]:Ht(_0x38c358,_0x1e45ab,_0x4fd5a3,_0x1bd855,this['_model'])?[_0x38c358,_0x1e45ab]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x2cfea2),this['_defaultCallbacks']['set']('insertion:discard',_0x1e49ff),this['_defaultCallbacks']['set']('insertion:join',_0x2aded6),this['_defaultCallbacks']['set']('insertion:chain',_0x35c34e),this['_defaultCallbacks']['set']('deletion:accept',_0x1e49ff),this['_defaultCallbacks']['set']('deletion:discard',_0x2cfea2),this['_defaultCallbacks']['set']('deletion:join',_0x2aded6),this['_defaultCallbacks']['set']('deletion:chain',_0x35c34e),this['_defaultCallbacks']['set']('formatInline:accept',_0x179e47),this['_defaultCallbacks']['set']('formatInline:discard',_0x2cfea2),this['_defaultCallbacks']['set']('formatInline:join',_0x2aded6),this['_defaultCallbacks']['set']('formatInline:chain',_0x2cfea2),this['_defaultCallbacks']['set']('formatBlock:accept',_0x179e47),this['_defaultCallbacks']['set']('formatBlock:discard',_0x2cfea2),this['_defaultCallbacks']['set']('formatBlock:join',_0x2aded6),this['_defaultCallbacks']['set']('formatBlock:chain',_0x2cfea2),this['_defaultCallbacks']['set']('attribute:accept',_0x2cfea2),this['_defaultCallbacks']['set']('attribute:discard',(_0x544c8e,_0x25bc18)=>{if(!_0x25bc18)return;const _0x558578=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x2873d0=>{if(_0x25bc18['key']==m)for(const _0x22a080 of _0x544c8e){const _0x17a2a1=_0x22a080['start']['nodeAfter'],_0x3fb9c4=_0x25bc18['oldValue'];_0x2873d0['rename'](_0x17a2a1,_0x3fb9c4);}else{if(_0x558578['_isBlockAttribute'](_0x25bc18['key'])){for(const _0x446e99 of _0x544c8e)void 0x0!==_0x25bc18['oldValue']?_0x2873d0['setAttribute'](_0x25bc18['key'],_0x25bc18['oldValue'],_0x446e99['start']['nodeAfter']):_0x2873d0['removeAttribute'](_0x25bc18['key'],_0x446e99['start']['nodeAfter']);}else{for(const _0x511787 of _0x544c8e)_0x25bc18['oldValue']?_0x2873d0['setAttribute'](_0x25bc18['key'],_0x25bc18['oldValue'],_0x511787):_0x2873d0['removeAttribute'](_0x25bc18['key'],_0x511787);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x2aded6);}}function Ot(_0x4ca4ab,_0x236837,_0x416a52){for(const _0xb42165 of _0x236837['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0xb42165['root']==_0xb42165)return!0x1;if(!_0x416a52['containsItem'](_0xb42165))return!0x1;if(_0x4ca4ab['isObject'](_0xb42165)||_0x4ca4ab['isLimit'](_0xb42165))return!0x0;}return!0x1;}function Vt(_0x3ec059){return _0x3ec059['end']['parent']==_0x3ec059['start']['nodeAfter']&&_0x3ec059['end']['isAtStart'];}function Ut(_0x57ef3e,_0x105389,_0x1e8bd6,_0x12c317){const _0x102eba=_0x337cf7=>!_0x337cf7['item']['is']('$textProxy')&&!_0x12c317['isObject'](_0x337cf7['item']),_0x20a512=_0x57ef3e['start']['getLastMatchingPosition'](_0x102eba),_0x15e4c1=_0x57ef3e['end']['getLastMatchingPosition'](_0x102eba,{'direction':'backward'});return(!_0x57ef3e['start']['isEqual'](_0x20a512)||!_0x57ef3e['end']['isEqual'](_0x15e4c1))&&(_0x20a512['isBefore'](_0x15e4c1)?_0x1e8bd6['updateMarker'](_0x105389,{'range':_0x1e8bd6['createRange'](_0x20a512,_0x15e4c1)}):_0x1e8bd6['removeMarker'](_0x105389),!0x0);}function Gt(_0xf0f4e){return _0x178ca5(_0xf0f4e);}function Ft(_0x36439f){const _0x216474=_0x36439f['start']['nodeAfter'];return _0x216474&&_0x216474['is']('element');}function Pt(_0x20470c,_0x397e93){return null==_0x20470c['end']['nodeBefore']&&_0x20470c['end']['parent']==_0x20470c['start']['nodeAfter']?Lt(_0x20470c['start']['nodeAfter'],_0x397e93):_0x20470c;}function Lt(_0x12f3fa,_0xe8781c){const _0x3fdc35=_0xe8781c['schema']['isObject'](_0x12f3fa)||_0xe8781c['schema']['isSelectable'](_0x12f3fa);return _0xe8781c['createRange'](_0xe8781c['createPositionAt'](_0x12f3fa,'before'),_0x3fdc35?_0xe8781c['createPositionAfter'](_0x12f3fa):_0xe8781c['createPositionAt'](_0x12f3fa,'end'));}function Ht(_0x31c45c,_0x32e3ff,_0x295bb5,_0x438d17,_0xf154c9){if(_0x31c45c['next'])return!0x1;if(!Jt(_0x31c45c,_0x32e3ff))return!0x1;if(_0x295bb5['end']['isEqual'](_0x438d17['start']))return!0x0;if(_0x31c45c['type']!=_0x32e3ff['type'])return!0x1;if(!_0x295bb5['end']['isTouching'](_0x438d17['start']))return!0x1;const _0x10aa81=_0xf154c9['createRange'](_0x295bb5['end'],_0x438d17['start'])['getWalker']();for(const _0x2ccd3e of _0x10aa81)if(['elementStart','elementEnd']['includes'](_0x2ccd3e['type'])&&_0xf154c9['schema']['isLimit'](_0x2ccd3e['item']))return!0x1;return!0x0;}function Jt(_0x5178ff,_0x4b0ba7){if(!_0x5178ff['_isDataLoaded']||!_0x4b0ba7['_isDataLoaded'])return!0x1;const _0x564116=new Set(Object['keys'](_0x5178ff['attributes'])),_0x4bbdf1=new Set(Object['keys'](_0x4b0ba7['attributes']));if(_0x564116['delete']('groupId'),_0x4bbdf1['delete']('groupId'),0x0==_0x564116['size']&&0x0==_0x4bbdf1['size'])return!0x0;if(_0x564116['size']!=_0x4bbdf1['size'])return!0x1;const _0x8df300={..._0x5178ff['attributes']},_0x559808={..._0x4b0ba7['attributes']};return delete _0x8df300['groupId'],delete _0x559808['groupId'],JSON['stringify'](_0x8df300)==JSON['stringify'](_0x559808);}function qt(_0x3dde74,_0x3aea08){const _0x4e8e87=zt(_0x3dde74['attributes']),_0x37a567=zt(_0x3aea08);if(!_0x3dde74['_isDataLoaded'])return!0x1;for(const _0x1590cd of Object['keys'](_0x37a567))if(!_0x2c5b5c(_0x4e8e87[_0x1590cd],_0x37a567[_0x1590cd]))return!0x1;return!0x0;}function zt(_0x1537a9){const _0x10a99a=Object['assign']({},_0x1537a9);return delete _0x10a99a['skipNestingCheck'],delete _0x10a99a['tablePasteChainId'],_0x10a99a;}class ae extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x3a6870(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x261fb1,_0x13abff,_0x534c77,_0x17febb){super(),this['model']=_0x13abff,this['view']=_0x534c77,this['commentThreadController']=_0x17febb,this['_editor']=_0x261fb1,this['_acceptCommand']=_0x261fb1['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x261fb1['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x35f66d,_0x2b6fe4)=>_0x35f66d||_0x2b6fe4),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x235297=>_0x235297&&this['_editor']['model']['canEditAt'](_0x13abff['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x2d628a=>_0x2d628a&&this['_editor']['model']['canEditAt'](_0x13abff['getRanges']())),this['_pendingAction']=null,_0x534c77['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x534c77,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x534c77,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x534c77,'change:isDirty',()=>{_0x534c77['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 _0x5c533f=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x5c533f);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0xbc91fb{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0xa792a3,_0x487bbc,_0x26ecf4,_0x386a1f){super(_0xa792a3),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x4cdf67(_0xa792a3,o(_0xa792a3,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x487bbc['authoredAt']),this['bind']('authoredAt')['to'](_0x487bbc),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',_0x487bbc,'authoredAt',this,'descriptionParts',(_0x56f6e8,_0x267202,_0x8417aa)=>{const _0x58e069=_0x8417aa['map'](_0x5bd731=>ls(_0x5bd731['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x56f6e8-0x1,_0x487bbc['author']['name'],_0x267202?_0x386a1f['formatDateTime'](_0x267202):'',new DOMParser()['parseFromString'](_0x58e069,'text/html')['body']['textContent']]);}),this['focusables']=new _0x4715a2(),this['focusTracker']=new _0x3ac365(),this['keystrokes']=new _0xe4e6c0(),this['focusCycler']=new _0x44f295({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x509f8e=>_0x509f8e['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x487bbc,this['_localUser']=_0x26ecf4,this['_config']=_0x386a1f,_0x386a1f['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x584534(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x388a93}=this['_config'];this['commentsListView']=new _0x388a93(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',_0x3d2d62=>_0x3d2d62+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x9166c1,_0x51a6f7)=>_0x9166c1||!!_0x51a6f7);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x5ef4d5}=this['_config'],_0x16a400=new _0x5ef4d5(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x2f7536=_0x16a400['commentInputView'];return _0x16a400['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x2f7536,'value',(_0x553515,_0x288c45,_0x1e05fc)=>!!_0x1e05fc||_0x553515&&!_0x288c45),_0x2f7536['on']('submit',(_0x1e2ca2,_0x2026e2)=>{this['fire']('addComment',_0x2026e2),_0x2f7536['editor']['setData']('');}),_0x2f7536['on']('cancel',()=>this['focus']()),_0x2f7536['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x16a400;}}class re extends us{['userView'];['acceptButton'];['discardButton'];['_descriptionElement'];constructor(_0xbc7f51,_0x40470e,_0xd4224,_0x486aab){super(_0xbc7f51,_0x40470e,_0xd4224,_0x486aab),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x40cab2=>_0x40cab2&&_0x40cab2[0x0]?_0x40cab2[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x4b6917,_0x6b9049)=>{let _0x5e0d7b='';for(const _0x4ae9b7 of _0x4b6917)_0x5e0d7b+='<p>'+ls(_0x4ae9b7['content'],_0x4ae9b7['color'])+'</p>';return _0x6b9049?_0x5e0d7b:_0x3cc04f(_0x5e0d7b,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this['_createButton'](o(_0xbc7f51,'Accept\x20suggestion'),_0x320dbb['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['discardButton']=this['_createButton'](o(_0xbc7f51,'Discard\x20suggestion'),_0x320dbb['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['userView']=new _0x4de6a2(_0xbc7f51,this['_model']['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']['addMany']([this['acceptButton'],this['discardButton']]),this['commentsListView']&&this['focusables']['add'](this['commentsListView']),this['commentThreadInputView']&&this['focusables']['add'](this['commentThreadInputView']),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0xcfb169=this['bindTemplate'],_0x211620=[{'tag':'div','attributes':{'class':['ck-suggestion__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-suggestion__info-name','ck-annotation__info-name']}},{'tag':'time','attributes':{'datetime':_0xcfb169['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0xcfb169['to']('authoredAt',_0x5f0596=>this['_config']['formatDateTime'](_0x5f0596))}]}]},{'tag':'div','attributes':{'class':['ck-suggestion__actions','ck-annotation__actions']},'children':[this['acceptButton'],this['discardButton']]},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']}}];this['_model']['isExternal']&&_0x211620['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x16fe85={'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0xcfb169['if']('isActive','ck-suggestion-wrapper--active'),_0xcfb169['to']('type',_0x1b4f9b=>'ck-suggestion-'+_0x1b4f9b),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':_0xcfb169['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':[{'tag':'div','attributes':{'class':['ck-suggestion','ck-annotation']},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main','ck-annotation__main'],'role':'presentation'},'children':_0x211620},this['ariaDescriptionView']]}]};return this['commentsListView']&&this['commentThreadInputView']&&(_0x16fe85['children']['push'](this['commentsListView'],this['commentThreadInputView']),this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this),this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this)),_0x16fe85;}['render'](){super['render'](),this['_descriptionElement']=this['element']['querySelector']('.ck-annotation__content-wrapper'),this['_descriptionElement']['innerHTML']=this['description'],this['on']('change:description',(_0x1acc14,_0x4d06d9,_0x1fb0ab)=>{this['_descriptionElement']['innerHTML']=_0x1fb0ab;});}['_createButton'](_0x435006,_0xfecb01,_0x4da8d0,_0x372829,_0xc3f35c){const _0x3fea94=new _0x3c3249(this['locale']);return _0x3fea94['set']({'label':_0x435006,'icon':_0xfecb01,'tooltip':!0x0,'tooltipPosition':_0xc3f35c}),_0x3fea94['extendTemplate']({'attributes':{'class':_0x4da8d0}}),_0x3fea94['on']('execute',()=>{this['fire'](_0x372829,this['_model']['id']);}),_0x3fea94;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):o(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}}var ce='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20width=\x2220\x22\x20height=\x2220\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><g\x20fill=\x22#000\x22\x20fill-rule=\x22nonzero\x22><path\x20d=\x22M1\x203.28C1\x202.574\x201.574\x202\x202.272\x202h10.23c.703\x200\x201.272.573\x201.272\x201.28v12.768c0\x20.708-.574\x201.281-1.271\x201.281H2.272A1.276\x201.276\x200\x200\x201\x201\x2016.049V3.28zm11.503\x2012.954c-.008\x200-.006-12.77-.006-12.77\x200-.003-10.225-.004-10.225-.004.007\x200\x20.005\x2012.77.005\x2012.77\x200\x20.003\x2010.226.004\x2010.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351\x200\x20.636.284.636.64a.641.641\x200\x200\x201-.636.638H4.829a.636.636\x200\x200\x201-.635-.639zm0\x202.554c0-.352.292-.638.636-.638h5.116c.351\x200\x20.636.283.636.638a.641.641\x200\x200\x201-.636.639H4.829a.636.636\x200\x200\x201-.635-.639zm0\x202.555c0-.353.289-.639.633-.639h2.567c.35\x200\x20.633.284.633.64a.639.639\x200\x200\x201-.633.638H4.826a.634.634\x200\x200\x201-.632-.639z\x22/><path\x20d=\x22M10.515\x2017.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319\x200-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6\x201.059-.56\x202.11.119\x201.051.68\x201.443\x201.271\x201.177\x201.771L14.53\x2017.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954\x202.954\x200\x200\x200-.487.21\x202.044\x202.044\x200\x200\x200-.347.31c-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z\x22/></g></svg>\x0a';class d extends _0x5b3081{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x41ab46,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x29107a){super(_0x29107a),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x32ec0b=this['editor']['config'];_0x32ec0b['define']('trackChanges.SuggestionThreadView',re),_0x32ec0b['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x32ec0b['get']('trackChanges.disableComments'),this['_initKeyboardNavigationToThread']();}['_handleSuggestionControllerDelayed'](_0x30cbe9,_0x44af14){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x20475e,_0x2d0af4]of this['_handleControllerBuffer']){const _0x3c8865=this['_suggestionToController']['has'](_0x20475e);_0x3c8865||_0x2d0af4?_0x3c8865&&_0x2d0af4&&this['_destroyController'](_0x20475e):this['_initializeController'](_0x20475e);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x30cbe9,_0x44af14);}['init'](){const _0x4d084d=this['editor'],_0x9ba2ec=_0x4d084d['plugins']['get']('TrackChangesEditing'),_0x7b462=_0x4d084d['plugins']['get']('Annotations'),_0x5a8e15=_0x4d084d['plugins']['get']('EditorAnnotations'),_0x207349=_0x4d084d['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x5a8e15['addSourceCollector'](()=>{const _0x1506dc=[];for(const [_0x35e89e,_0x279fd9]of Array['from'](this['_suggestionToController'])){const _0x3f9c76=_0x35e89e['getAllAdjacentSuggestions'](),_0x18ce6b=[];for(const _0x141606 of _0x3f9c76){if(!_0x141606['isInContent'])continue;if(_0x141606['isMultiRange']){_0x18ce6b['push'](..._0x141606['getRanges']());continue;}const _0x59cb1a=_0x141606['getFirstRange']();if(_0x18ce6b['length']>0x0){const _0x1e1a37=_0x18ce6b[0x0]['getJoined'](_0x59cb1a);if(_0x1e1a37){_0x18ce6b[0x0]=_0x1e1a37;continue;}}_0x18ce6b['push'](_0x59cb1a);}_0x1506dc['push']([_0x279fd9['view'],_0x18ce6b]);}return _0x1506dc;}),this['listenTo'](_0x9ba2ec,'suggestionLoaded',(_0x2e37f0,_0x2293ad)=>{this['listenTo'](_0x2293ad,'change:previous',(_0x26c917,_0x65113c,_0x4c08cd,_0x27d531)=>{_0x2293ad['isInContent']&&(null==_0x4c08cd?(this['_updateController'](_0x27d531['head']),this['_handleSuggestionControllerDelayed'](_0x2293ad,!0x1)):(this['_updateController'](_0x4c08cd['head']),null==_0x27d531&&this['_handleSuggestionControllerDelayed'](_0x2293ad,!0x0)));}),null!==_0x2293ad['previous']?this['_updateController'](_0x2293ad['head']):this['_handleSuggestionControllerDelayed'](_0x2293ad,!0x1);}),this['listenTo'](_0x9ba2ec,'suggestionUnloaded',(_0x37792f,_0x316f3a,_0x25feed)=>{this['stopListening'](_0x316f3a,'change:previous'),this['_handleControllerBuffer']['delete'](_0x316f3a),this['_suggestionToController']['has'](_0x316f3a)&&this['_destroyController'](_0x316f3a),_0x25feed&&this['_updateController'](_0x25feed['head']);}),this['listenTo'](_0x9ba2ec,'suggestionChanged',(_0x498a64,_0x4a9c3b)=>{this['_updateController'](_0x4a9c3b);}),this['listenTo'](_0x7b462,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x207349,'addComment',(_0x573528,{threadId:_0x23200d,isFromAdapter:_0x354ef1})=>{if(_0x354ef1||!_0x9ba2ec['hasSuggestion'](_0x23200d))return;const _0x210494=_0x9ba2ec['getSuggestion'](_0x23200d);this['_suggestionToController']['get'](_0x210494)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x1b20db=this['editor']['plugins']['get']('Annotations'),_0x48d62a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x48f697=Array['from'](_0x1b20db['activeAnnotations'],_0x1c25e2=>_0x1c25e2['innerView'])['filter'](_0xd6a5b=>this['_viewToController']['has'](_0xd6a5b)),_0x478d20=[];for(const _0x57ceee of _0x48f697){const _0x47338d=this['_viewToController']['get'](_0x57ceee)['model']['getAllAdjacentSuggestions']();_0x478d20['push'](..._0x47338d['reduce']((_0x670c59,_0x591c42)=>[..._0x670c59,..._0x591c42['getMarkerNames']()],[]));}_0x48d62a['activeMarkers']=_0x478d20;}['_addUIComponentsToFactory'](){const _0x1de7d9=this['editor'],_0x552e86=_0x1de7d9['locale'],_0x50c5f8=o(_0x552e86,'Track\x20changes'),_0x6fc19=new Wt([{'type':'switchbutton','model':new _0x5cf75f({'withText':!0x0,'isToggleable':!0x0,'label':_0x50c5f8,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x5cf75f({'withText':!0x0,'label':o(_0x552e86,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x5cf75f({'withText':!0x0,'label':o(_0x552e86,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x5cf75f({'withText':!0x0,'label':o(_0x552e86,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x5cf75f({'withText':!0x0,'label':o(_0x552e86,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x2dd4b8 of _0x6fc19)if(he(_0x2dd4b8)){const _0x5ad203=_0x1de7d9['commands']['get'](_0x2dd4b8['model']['commandName']);_0x2dd4b8['model']['bind']('isOn','isEnabled')['to'](_0x5ad203,'value','isEnabled');}_0x1de7d9['ui']['componentFactory']['add']('trackChanges',_0x3370b0=>this['_createToolbarButton'](_0x3370b0,_0x6fc19,_0x50c5f8)),_0x1de7d9['ui']['componentFactory']['add']('menuBar:trackChanges',_0xb88975=>this['_createMenuBarMenu'](_0xb88975,_0x6fc19,_0x50c5f8));}['_createToolbarButton'](_0x2c1cc6,_0x21e79f,_0x2b1cdc){const _0x5be8cb=Qt(_0x2c1cc6,_0x4d8a25),_0x593182=this['editor']['commands']['get']('trackChanges');_0x5be8cb['buttonView']['set']({'tooltip':_0x2b1cdc,'label':_0x2b1cdc,'icon':ce}),_0x5be8cb['buttonView']['bind']('isOn')['to'](_0x593182,'value'),_0x5be8cb['buttonView']['on']('execute',()=>{_0x593182['execute'](),this['editor']['editing']['view']['focus']();}),Kt(_0x5be8cb,_0x21e79f,{'role':'menu'});const _0x21a1da=[];for(const _0x43a6e6 of _0x21e79f)he(_0x43a6e6)&&_0x21a1da['push'](this['editor']['commands']['get'](_0x43a6e6['model']['commandName']));const _0x840770=_0x5be8cb['buttonView'];return _0x840770['actionView']['unbind']('isEnabled'),_0x840770['arrowView']['unbind']('isEnabled'),_0x840770['actionView']['bind']('isEnabled')['to'](_0x593182,'isEnabled'),_0x840770['arrowView']['bind']('isEnabled')['toMany'](_0x21a1da,'isEnabled',(..._0x28984e)=>_0x28984e['some'](_0x219dc4=>_0x219dc4)),_0x5be8cb['on']('execute',_0x3f5ee3=>{this['editor']['execute'](_0x3f5ee3['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x5be8cb;}['_createMenuBarMenu'](_0x2808f9,_0x16acdc,_0x4c16b5){const _0x2dcaea=new Yt(_0x2808f9),_0x173866=this['editor']['commands']['get']('trackChanges');_0x2dcaea['buttonView']['set']({'label':_0x4c16b5,'icon':ce});const _0xe45bdc=new Zt(_0x2808f9);for(const _0x24ee66 of _0x16acdc){if('separator'==_0x24ee66['type']){_0xe45bdc['items']['add'](new Xt(_0x2808f9));continue;}const _0x2a1ae6=new te(_0x2808f9,_0x2dcaea),_0x2ec612=new _0x21551b(_0x2808f9),_0x4ac61d=_0x24ee66['model'];_0x2ec612['bind'](...Object['keys'](_0x4ac61d))['to'](_0x4ac61d),_0x2ec612['delegate']('execute')['to'](_0x2dcaea),_0x2ec612['on']('execute',()=>{this['editor']['execute'](_0x4ac61d['commandName']),this['editor']['editing']['view']['focus']();}),_0x2a1ae6['children']['add'](_0x2ec612),_0xe45bdc['items']['add'](_0x2a1ae6);}return _0x2dcaea['bind']('isEnabled')['to'](_0x173866,'isEnabled'),_0x2dcaea['panelView']['children']['add'](_0xe45bdc),_0x2dcaea;}['_initializeController'](_0x369046){const _0x3608e5=this['editor'],_0x5617af=_0x3608e5['config'],_0x2c5cc5=_0x3608e5['plugins']['get']('Annotations'),_0x12ae9c=_0x3608e5['plugins']['get']('CommentsRepository'),_0x3e540f=_0x3608e5['plugins']['get']('EditorAnnotations'),_0x4c2b5d=_0x3608e5['plugins']['get'](_0x41ab46)['me'],_0x57d897=_0x5617af['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0xf202ff,CommentThreadInputView:_0x20be8e}=_0x3608e5['plugins']['get']('CommentsUI');let _0x234a83,_0x3c186c;this['_annotationViews']['has'](_0x369046['id'])?(_0x3c186c=this['_annotationViews']['get'](_0x369046['id']),_0x234a83=_0x3c186c['mainView']):(_0x234a83=new _0x57d897(_0x3608e5['locale'],_0x369046,_0x4c2b5d,{'disableComments':this['_disableComments'],'editorConfig':_0x5617af['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x5617af['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x5617af['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x5617af['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x47d784(_0x5617af['get']('locale')),'CommentView':_0x5617af['get']('comments')['CommentView'],'CommentsListView':_0xf202ff,'CommentThreadInputView':_0x20be8e}),_0x234a83['acceptButton']['on']('execute',()=>{_0x3608e5['editing']['view']['focus']();}),_0x234a83['discardButton']['on']('execute',()=>{_0x3608e5['editing']['view']['focus']();}),_0x3c186c=_0x2c5cc5['createAnnotationView'](this['editor']['locale'],_0x234a83),_0x3c186c['bind']('isDirty')['to'](_0x234a83,'isDirty'),_0x3c186c['bind']('length')['to'](_0x234a83),_0x3c186c['bind']('type')['to'](_0x234a83,'type',_0x40ce79=>'suggestion-'+_0x40ce79),this['listenTo'](_0x234a83,'escape',()=>{_0x3608e5['editing']['view']['focus']();},{'priority':'low'}),this['_annotationViews']['set'](_0x369046['id'],_0x3c186c));const _0x4ce478=_0x12ae9c['createCommentThreadController'](_0x369046['commentThread'],_0x234a83),_0x2d21fc=new ae(_0x3608e5,_0x369046,_0x234a83,_0x4ce478),_0x32a61a=_0x369046['getAllAdjacentSuggestions']()['filter'](_0x5b0494=>_0x5b0494['isInContent']);_0x234a83['descriptionParts']=_0x3608e5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x32a61a),this['_suggestionToController']['set'](_0x369046,_0x2d21fc),this['_viewToController']['set'](_0x234a83,_0x2d21fc);const _0x2736e7=_0x2c5cc5['createAnnotation']({'view':_0x3c186c,'target':()=>{const _0x3e1c32=[],_0x146de1=_0x369046['getAllAdjacentSuggestions']()['filter'](_0x46c19a=>_0x46c19a['isInContent']);for(const _0x2eb85d of _0x146de1)_0x3e1c32['push'](..._0x2eb85d['getMarkers']());return _0x4368fd(_0x3608e5['editing'],_0x3e1c32);},'type':()=>'suggestion-'+_0x2d21fc['view']['type']});_0x12ae9c['_bindAnnotationToEditors'](_0x234a83,_0x2736e7),_0x2c5cc5['add'](_0x2736e7),_0x3e540f['registerAnnotation'](_0x2736e7);}['_destroyController'](_0x58022f){const _0x3b1051=this['editor']['plugins']['get']('CommentsRepository'),_0x3fcc91=this['editor']['plugins']['get']('Annotations'),_0x1eae95=this['_suggestionToController']['get'](_0x58022f),_0x3be69=_0x1eae95['view'],_0x35a110=_0x3fcc91['getByInnerView'](_0x3be69);_0x3b1051['_unbindEditors'](_0x3be69),_0x35a110&&_0x3fcc91['remove'](_0x35a110),this['_suggestionToController']['delete'](_0x58022f),this['_viewToController']['delete'](_0x3be69),_0x1eae95['destroy']();}['_updateController'](_0x7d6f5a){if(!_0x7d6f5a['isInContent']||!this['_suggestionToController']['has'](_0x7d6f5a))return;const _0x41ca2e=this['editor']['plugins']['get']('TrackChangesEditing'),_0x29599e=this['_suggestionToController']['get'](_0x7d6f5a),_0x26801f=_0x7d6f5a['getAllAdjacentSuggestions']();_0x29599e['view']['descriptionParts']=_0x41ca2e['descriptionFactory']['getDescriptions'](_0x26801f);}['_initKeyboardNavigationToThread'](){this['editor']['keystrokes']['set'](_0x2717db,(_0x44dfeb,_0x179a23)=>{const _0x45e65b=this['editor']['plugins']['get'](k),_0x1d496e=this['editor']['plugins']['get'](p);if(!_0x1d496e['activeMarkers']['length'])return;const {id:_0x36528e}=_0x1d496e['_splitMarkerName'](_0x1d496e['activeMarkers'][0x0]),_0x1cec11=_0x45e65b['getSuggestion'](_0x36528e);_0x1cec11&&(this['_suggestionToController']['get'](_0x1cec11)['view']['focus'](),_0x179a23());});}['destroy'](){for(const _0x6c5b28 of this['_suggestionToController']['keys']())this['_destroyController'](_0x6c5b28);for(const _0x5cfe7e of this['_annotationViews']['values']())_0x5cfe7e['mainView']['destroy']();super['destroy']();}}function he(_0x114d3f){return'model'in _0x114d3f;}class k extends _0x5b3081{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x35d4d9){this['editor']['plugins']['get'](p)['adapter']=_0x35d4d9;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x7af505){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x7af505);}['getSuggestions']({skipNotAttached:_0xa28157=!0x1,toJSON:_0x33f77c=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0xa28157,'toJSON':_0x33f77c});}['getSuggestion'](_0x1b92c3){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x1b92c3);}}const T=['Pagination'];class P extends _0x5b3081{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x41445e=this['editor'];if(_0x41445e['config']['define']('trackChangesData.editorCreator',_0x412f55=>{const _0x3043d6=_0x41445e['model']['document']['getRootNames']()['reduce']((_0x2e603c,_0x3fed3a)=>(_0x2e603c[_0x3fed3a]='',_0x2e603c),{});return _0x41445e['constructor']['create'](_0x3043d6,_0x412f55);}),'function'!=typeof _0x41445e['config']['get']('trackChangesData')['editorCreator'])throw new _0x2911cb('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x51d882){return N(this['editor'],!0x0,_0x51d882);}['getDataWithDiscardedSuggestions'](_0x1ff119){return N(this['editor'],!0x1,_0x1ff119);}}class D extends _0x5b3081{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x22984d){super(_0x22984d),this['result']='end';}['init'](){this['editor']['plugins']['get']('CommentsRepository')['_adapter']={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this['editor']['plugins']['get']('TrackChangesEditing')['_adapter']=null;}}function v(_0x4118b9){return void 0x0!==_0x4118b9['getRootsAttributes'];}async function N(_0x3b7f6b,_0x3d29ed,_0x512c0f){const _0x25ef3a=_0x302a98(_0x3b7f6b,T);_0x25ef3a['plugins']['push'](p,D),_0x25ef3a['rootsAttributes']=v(_0x3b7f6b)?_0x3b7f6b['getRootsAttributes']():void 0x0;const _0x463230=document['createDocumentFragment'](),_0x100ce7=_0x3b7f6b['config']['get']('trackChangesData')['editorCreator'],_0x1d57c9=await _0x100ce7(_0x25ef3a,()=>function(_0x1b50a3){const _0x2eedaf=document['createElement']('div');return _0x1b50a3['appendChild'](_0x2eedaf),_0x2eedaf;}(_0x463230));!function(_0x26d087,_0x587217){const _0x3cac5f=_0x26d087['model']['document']['getRootNames']()['reduce']((_0x41e1ad,_0x29c739)=>(_0x41e1ad[_0x29c739]=_0x26d087['data']['get']({'rootName':_0x29c739}),_0x41e1ad),{}),_0x1c585f=_0x26d087['plugins']['get']('Users')['users']['map'](_0x1af211=>({'id':_0x1af211['id'],'name':_0x1af211['name']})),_0xf0c799=_0x26d087['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0xd923c3=_0x26d087['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x1074d2=_0x587217['plugins']['get']('Users'),_0x314300=_0x587217['plugins']['get']('TrackChangesEditing'),_0x49b08f=_0x587217['plugins']['get']('CommentsRepository');for(const _0x1c502c of _0x1c585f)_0x1074d2['getUser'](_0x1c502c['id'])||_0x1074d2['addUser'](_0x1c502c);_0x1074d2['me']||_0x1074d2['useAnonymousUser']();for(const _0x36cf54 of _0xd923c3)_0x49b08f['addCommentThread'](_0x36cf54);for(const _0xb5abf6 of _0xf0c799)_0x314300['addSuggestionData'](_0xb5abf6);_0x587217['data']['set'](_0x3cac5f);}(_0x3b7f6b,_0x1d57c9),_0x1d57c9['execute'](_0x3d29ed?'acceptAllSuggestions':'discardAllSuggestions');const _0x26b98f=v(_0x1d57c9)?_0x1d57c9['getFullData'](_0x512c0f):_0x1d57c9['data']['get'](_0x512c0f);return await _0x1d57c9['destroy'](),_0x26b98f;}export{us as BaseSuggestionThreadView,re as SuggestionThreadView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|
|
23
|
+
import{Command as ts,Plugin as _0x231f11,PendingActions as _0x501b59,icons as _0x2fe3e0}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x643216,ObservableMixin as _0x16dac0,uid as _0x138912,insertToPriorityArray as _0x11940f,priorities as _0x29c3cb,logWarning as _0x5ca2b0,getEnvKeystrokeText as _0x52bb84,FocusTracker as _0x416a3b,KeystrokeHandler as _0x561c62,Collection as Wt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x2730f7,View as _0x1366ed,ViewCollection as _0x4fdb1d,FocusCycler as _0x4afa17,ViewModel as _0x4a9ebe,createDropdown as Qt,SplitButtonView as _0x8f9698,addListToDropdown as Kt,MenuBarMenuView as Yt,MenuBarMenuListView as Zt,ListSeparatorView as Xt,MenuBarMenuListItemView as te,MenuBarMenuListItemButtonView as _0x319522}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x588554,hashObject as _0xde5278,surroundingMarkersDetector as _0x5d8177,ENTER_THREAD_KEYSTROKE as _0x2853f2,AriaDescriptionView as _0x5395b3,setupThreadKeyboardNavigation as _0x19268d,trimHtml as _0x21551e,UserView as _0x43d9f3,LateFocusButtonView as _0x3ae7a3,getDateTimeFormatter as _0x276638,getAllMarkersDomElementsSorted as _0x15af51,sanitizeEditorConfig as _0x2f475e}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x580960,LiveRange as _0x135447,LivePosition as _0x21ff1b}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0xeec9d,toWidget as _0x21b8ef}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x19973e,set as _0x1117ee,isEqual as _0x28ce4a,unset as _0x4206fc,omit as Tt}from'lodash-es';import{Delete as _0x1d1228,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x31408b,ShiftEnter as _0x4e9e3c}from'@ckeditor/ckeditor5-enter/dist/index.js';class B extends ts{['_enabledCommands'];constructor(_0x201702,_0x3681e3){super(_0x201702),this['_enabledCommands']=_0x3681e3,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 _0xa1eb1f of this['editor']['commands']['commands']())_0xa1eb1f['affectsData']&&!this['_enabledCommands']['has'](_0xa1eb1f)&&_0xa1eb1f['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x3a4c0e of this['editor']['commands']['commands']())_0x3a4c0e['affectsData']&&!this['_enabledCommands']['has'](_0x3a4c0e)&&_0x3a4c0e['clearForceDisabled']('TrackChangesCommand');}}class x extends ts{['_suggestions'];constructor(_0x29f377,_0xdf2eaf){super(_0x29f377),this['_suggestions']=_0xdf2eaf,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x28210b){const _0x35afca=this['_suggestions']['get'](_0x28210b);if(!_0x35afca)throw new _0x643216('track-changes-accept-suggestion-not-found',this);const _0x3123b1=_0x35afca['getRanges']();this['editor']['model']['canEditAt'](_0x3123b1)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x35afca);}}class R extends ts{['_suggestions'];constructor(_0x2c302e,_0x51e6b4){super(_0x2c302e),this['_suggestions']=_0x51e6b4,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x3809be){const _0x47a688=this['_suggestions']['get'](_0x3809be);if(!_0x47a688)throw new _0x643216('track-changes-discard-suggestion-not-found',this);const _0x3cbbf1=_0x47a688['getRanges']();this['editor']['model']['canEditAt'](_0x3cbbf1)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x47a688);}}function ls(_0x266796,_0x26e084){let _0x14302b='';return _0x14302b+=_0x266796['split']('*')['map']((_0x4e1a25,_0x22a788)=>_0x22a788%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0x4e1a25)+'</span>':nn(_0x4e1a25))['join'](''),_0x26e084&&(_0x14302b+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x26e084['value']+'\x22\x20title=\x22'+_0x26e084['title']+'\x22></span>'),_0x14302b;}function nn(_0x16049e){const _0x5aeaa8=document['createElement']('span');return _0x5aeaa8['innerText']=_0x16049e,_0x5aeaa8['innerHTML'];}function ss(_0x4dc0eb){return _0x4dc0eb['sort']((_0x370f9a,_0x174442)=>'deletion'==_0x370f9a['type']&&'deletion'!=_0x174442['type']?-0x1:'deletion'!=_0x370f9a['type']&&'deletion'==_0x174442['type']?0x1:0x0);}function to(_0x76a72d,_0x246419){let _0x11df32,_0x3dcb64=0x0;const _0x331fcd=[],_0x501198=_0x246419['schema'];for(;_0x3dcb64<_0x76a72d['length'];){const _0x240f00=_0x76a72d[_0x3dcb64],_0x2d1b60=_0x76a72d[_0x3dcb64+0x1];_0x11df32||(_0x11df32=_0x246419['createPositionBefore'](_0x240f00)),on(_0x246419,_0x240f00,_0x2d1b60)||(_0x331fcd['push'](_0x246419['createRange'](_0x11df32,_0x501198['isObject'](_0x240f00)?_0x246419['createPositionAfter'](_0x240f00):_0x246419['createPositionAt'](_0x240f00,'end'))),_0x11df32=null),_0x3dcb64++;}return _0x331fcd;}function on(_0xb9defd,_0x40bb64,_0x6cb0fa){if(!_0x6cb0fa)return!0x1;const _0x5a75d6=_0xb9defd['createPositionAfter'](_0x40bb64),_0x53b57d=_0xb9defd['createPositionBefore'](_0x6cb0fa);return _0x5a75d6['isTouching'](_0x53b57d);}function rs(_0x1921b8,_0x4392fe,_0x3fb055){for(;_0x3fb055['length'];){const _0x413f48=_0x3fb055['splice'](0x0,0x64);_0x1921b8['change'](()=>{for(const _0x3b6d36 of _0x413f48)_0x3b6d36['isInContent']&&_0x4392fe['execute'](_0x3b6d36['id']);});}}class E extends ts{['_command'];['_suggestions'];constructor(_0x58ca72,_0x4590c8,_0x29138f){super(_0x58ca72),this['_command']=_0x4590c8,this['_suggestions']=_0x29138f,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x79aee3=Array['from'](this['_suggestions']['values']())['some'](_0x543a2c=>_0x543a2c['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x79aee3;}['execute'](){const _0x33f065=ss(Array['from'](this['_suggestions']['values']()));for(const _0x4df3bc of _0x33f065){const _0x6ff8cb=_0x4df3bc['getRanges']();if(!this['editor']['model']['canEditAt'](_0x6ff8cb))return;}rs(this['editor']['model'],this['_command'],_0x33f065);}}class O extends ts{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x276782,_0x4ab2e6,_0x4917ca){super(_0x276782),this['_command']=_0x4ab2e6,this['_suggestions']=_0x4917ca,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x2048ac=this['editor']['model']['document']['selection'],_0x4117ef=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x5cbfc4,_0x7b4c22){const _0x21201c=Array['from'](_0x5cbfc4['getRanges']()),_0x2885dc=new Set();for(const _0x42bde4 of _0x7b4c22)if(_0x42bde4['isInContent']){for(const _0x9acc3c of _0x21201c)for(const _0x2fdcaf of _0x42bde4['getRanges']())(_0x9acc3c['isIntersecting'](_0x2fdcaf)||_0x5cbfc4['isCollapsed']&&!_0x42bde4['isMultiRange']&&_0x42bde4['next']&&_0x2fdcaf['end']['isTouching'](_0x9acc3c['start']))&&_0x2885dc['add'](_0x42bde4);}return _0x2885dc;}(_0x2048ac,_0x4117ef),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x1205c0=ss(Array['from'](this['_selectedSuggestions']));for(const _0x16d34b of _0x1205c0){const _0x2ca3ca=_0x16d34b['getRanges']();if(!this['editor']['model']['canEditAt'](_0x2ca3ca))return;}rs(this['editor']['model'],this['_command'],_0x1205c0);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x16dac0(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x3cda78,_0x377161){super(),this['id']=_0x377161['id'],this['type']=_0x377161['type'],this['subType']=_0x377161['subType']||null,this['author']=_0x377161['author'],this['creator']=_0x377161['creator']||_0x377161['author'],this['isExternal']=Boolean(_0x377161['attributes']&&_0x377161['attributes']['@external']),this['data']=null,this['_model']=_0x3cda78,this['_onAccept']=_0x377161['onAccept'],this['_onDiscard']=_0x377161['onDiscard'],this['_onAttributesChange']=_0x377161['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x377161['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 _0x2dbc57=this;for(;_0x2dbc57['previous'];)_0x2dbc57=_0x2dbc57['previous'];return _0x2dbc57;}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'](_0x40fe51){this['_markerNames']['add'](_0x40fe51);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x5abfbf=>this['_model']['markers']['get'](_0x5abfbf))['filter'](_0x3130b8=>_0x3130b8);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x163e52=>{for(const _0xd1e6ce of this['getMarkers']())_0x163e52['removeMarker'](_0xd1e6ce);}),this['_markerNames']['clear']();}['removeMarker'](_0x93ac0f){this['_model']['change'](_0x3aec51=>{_0x3aec51['removeMarker'](_0x93ac0f);}),this['_markerNames']['delete'](_0x93ac0f);}['addRange'](_0x97842b){const _0x5f5bb3='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x5f5bb3),this['_model']['change'](_0x292948=>{_0x292948['addMarker'](_0x5f5bb3,{'range':_0x97842b,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x2e9eed){for(const _0xabfd5a of this['getRanges']())if(_0xabfd5a['isIntersecting'](_0x2e9eed))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x47e198=>_0x47e198['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x187b8f,_0x30ee3b)=>[..._0x187b8f,..._0x30ee3b['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x3ac9be=this['getRanges']();if(0x1!=_0x3ac9be['length'])return null;const _0x1b8157=_0x3ac9be[0x0],_0x1b5799=_0x1b8157['start']['nodeAfter'],_0x3a0548=_0x1b8157['end']['nodeBefore'];return _0x1b5799 instanceof _0x580960?_0x1b5799!=_0x3a0548?null:_0x1b5799: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 _0xc07dfd=[];let _0x2d2246=this['head'];for(;_0x2d2246;)_0xc07dfd['push'](_0x2d2246),_0x2d2246=_0x2d2246['next'];return _0xc07dfd;}['setAttribute'](_0x1a4425,_0x13e079){const _0x2c3245=_0x19973e(this['attributes']);_0x1117ee(_0x2c3245,_0x1a4425,_0x13e079),_0x28ce4a(_0x2c3245,this['attributes'])||(this['attributes']=_0x2c3245,this['_onAttributesChange'](_0x2c3245));}['removeAttribute'](_0xa6629f){const _0x550f62=_0x19973e(this['attributes']);_0x4206fc(_0x550f62,_0xa6629f),_0x28ce4a(_0x550f62,this['attributes'])||(this['attributes']=_0x550f62,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 _0x138912()['substr'](0x1,0x5);}}function o(_0xf3be77,_0x11715b,_0x5d24f2){const t=_0xf3be77['t'];switch(_0x11715b){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x5d24f2);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x5d24f2);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x5d24f2);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x5d24f2);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x5d24f2);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',_0x5d24f2);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x5d24f2);case'*Replace\x20image\x20URL*':return t('*Replace\x20image\x20URL*');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x5d24f2);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x5d24f2);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x5d24f2);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x5d24f2);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x5d24f2);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x5d24f2);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x5d24f2);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x5d24f2);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x5d24f2);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x5d24f2);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x5d24f2);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x5d24f2);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x5d24f2);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x5d24f2);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x5d24f2);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x5d24f2);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'},_0x5d24f2);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x5d24f2);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x5d24f2);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x5d24f2);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x5d24f2);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x5d24f2);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'},_0x5d24f2);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x5d24f2);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x5d24f2);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x5d24f2);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x5d24f2);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'},_0x5d24f2);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x5d24f2);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'},_0x5d24f2);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'},_0x5d24f2);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x5d24f2);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'},_0x5d24f2);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x5d24f2);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'},_0x5d24f2);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x5d24f2);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x5d24f2);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'},_0x5d24f2);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 t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x5d24f2);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x5d24f2);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x5d24f2);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'},_0x5d24f2);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'},_0x5d24f2);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'},_0x5d24f2);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x11715b;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x134d95,_0x62d00a){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x134d95,this['_locale']=_0x62d00a;}['getDescriptions'](_0x11a74f){const _0x49560b=[],_0xa734de=new Set(),_0x30d955=new Set();for(let _0x313325=0x0;_0x313325<_0x11a74f['length'];_0x313325++){const _0x55d5ff=_0x11a74f[_0x313325];if(!_0x55d5ff['isInContent'])continue;const _0x1b7868=this['_handleCustomCallbackDescription'](_0x55d5ff);if(_0x1b7868){if(null!=_0x55d5ff['subType']){if(_0xa734de['has'](_0x55d5ff['subType']))continue;_0xa734de['add'](_0x55d5ff['subType']);}_0x49560b['push'](_0x1b7868);}else{if('attribute'!=_0x55d5ff['type'])'insertion'!=_0x55d5ff['type']&&'deletion'!=_0x55d5ff['type']||this['_handleInsertRemoveSuggestionDescription'](_0x49560b,_0x55d5ff,_0x11a74f[_0x313325+0x1]);else{const _0x16ad75=_0x55d5ff['data']['key'];if(_0x30d955['has'](_0x16ad75))continue;_0x30d955['add'](_0x55d5ff['data']['key']),_0x16ad75==m?this['_handleRenameSuggestionDescription'](_0x49560b,_0x55d5ff):this['_handleAttributeSuggestionDescription'](_0x49560b,_0x55d5ff);}}}return this['_resolveDescriptionItems'](_0x49560b);}['registerDescriptionCallback'](_0x200839){this['_customCallbacks']['push'](_0x200839);}['registerElementLabel'](_0xb54eba,_0x15776f,_0x11a654=_0x29c3cb['normal']){'function'==typeof _0xb54eba?_0x11940f(this['_itemLabelsCallbacks'],{'matchingCallback':_0xb54eba,'label':_0x15776f,'priority':_0x11a654}):this['_itemLabels']['set'](_0xb54eba,_0x15776f);}['registerAttributeLabel'](_0x9397eb,_0x3c8ea7){this['_attributeLabels']['set'](_0x9397eb,_0x3c8ea7);}['getItemLabel'](_0x48ddd5,_0x5c728e=0x1){let _0x1197f9;for(const _0x356ce9 of this['_itemLabelsCallbacks'])if(_0x356ce9['matchingCallback'](_0x48ddd5)){_0x1197f9=_0x356ce9['label'];break;}return _0x1197f9||(_0x1197f9=this['_itemLabels']['get'](_0x48ddd5['name'])),_0x1197f9?_0x1197f9(_0x5c728e):0x1!==_0x5c728e?_0x5c728e+'\x20'+_0x48ddd5['name']+'s':''+_0x48ddd5['name'];}['_addDescriptionItems'](_0x4a67b1,_0x42c248){const _0x5d4c66=_0x42c248['getFirstRange']()['getWalker'](),_0x416775='insertion'==_0x42c248['type']?'add':'remove';for(const _0x44aa10 of _0x5d4c66){const _0x165caf=_0x44aa10['item'],_0x14e4ba=_0x4a67b1[_0x4a67b1['length']-0x1];if(_0x165caf['is']('$textProxy'))_0x14e4ba&&_0x14e4ba['type']['indexOf']('Container')>-0x1&&_0x4a67b1['pop'](),_0x14e4ba&&'text'==_0x14e4ba['type']?_0x14e4ba[_0x416775]+=_0x165caf['data']:_0x4a67b1['push']({'type':'text','add':'add'==_0x416775?_0x165caf['data']:'','remove':'remove'==_0x416775?_0x165caf['data']:''});else{if(this['_schema']['isObject'](_0x165caf)){const _0x2d668e=_0x165caf;if(_0x14e4ba&&_0x14e4ba['type']['indexOf']('Container')>-0x1&&_0x4a67b1['pop'](),'elementEnd'==_0x44aa10['type'])continue;_0x14e4ba&&_0x14e4ba['type']==_0x416775+'Object'&&_0x14e4ba['element']['name']==_0x2d668e['name']?_0x14e4ba['quantity']++:_0x4a67b1['push']({'type':_0x416775+'Object','element':_0x2d668e,'quantity':0x1}),_0x5d4c66['skip'](_0x2f892d=>!('elementEnd'==_0x2f892d['type']&&_0x2f892d['item']==_0x165caf));}else{if(this['_schema']['checkChild'](_0x165caf,'$text')||_0x165caf['is']('element','softBreak')){const _0x17f5be=_0x165caf;if('add'==_0x416775&&'elementStart'==_0x44aa10['type']||'remove'==_0x416775&&'elementEnd'==_0x44aa10['type'])continue;if(_0x14e4ba&&-0x1==_0x14e4ba['type']['indexOf']('Container')){'text'==_0x14e4ba['type']&&(_0x14e4ba[_0x416775]+='\x0a');continue;}let _0x100ec9;if(_0x100ec9='add'==_0x416775?_0x17f5be['nextSibling']&&!this['_schema']['isObject'](_0x17f5be['nextSibling'])?_0x17f5be['nextSibling']:null:_0x17f5be['previousSibling']&&!this['_schema']['isObject'](_0x17f5be['previousSibling'])?_0x17f5be['previousSibling']:null,_0x17f5be['isEmpty']||_0x100ec9&&_0x100ec9['isEmpty']){const _0x393ad2=_0x100ec9&&_0x100ec9['isEmpty']?_0x100ec9:_0x17f5be;_0x14e4ba&&_0x14e4ba['type']==_0x416775+'EmptyContainer'&&_0x14e4ba['element']['name']==_0x393ad2['name']?_0x14e4ba['quantity']++:_0x4a67b1['push']({'type':_0x416775+'EmptyContainer','element':_0x393ad2,'quantity':0x1});}else _0x4a67b1['push']({'type':_0x416775+'Container','element':_0x17f5be});}}}}}['_resolveDescriptionItems'](_0x1eba8c){const _0x26cbff=this['_locale'],_0x405bf2=[],_0xcb19b9=[],_0x557a10=[];for(const _0x55da4e of _0x1eba8c)switch(_0x55da4e['type']){case'text':if(_0x55da4e['add']=_0x55da4e['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x55da4e['remove']=_0x55da4e['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x55da4e['add']&&''!=_0x55da4e['remove']){_0x405bf2['push']({'type':'replace','content':o(_0x26cbff,'REPLACE_TEXT',['\x22'+_0x55da4e['remove']+'\x22','\x22'+_0x55da4e['add']+'\x22'])});continue;}if(null!=_0x55da4e['add']['match'](/^ +$/)){_0x405bf2['push']({'type':'insertion','content':o(_0x26cbff,'*Insert:*\x20%0',o(_0x26cbff,'ELEMENT_SPACE',_0x55da4e['add']['length']))});continue;}if(null!=_0x55da4e['remove']['match'](/^ +$/)){_0x405bf2['push']({'type':'deletion','content':o(_0x26cbff,'*Remove:*\x20%0',o(_0x26cbff,'ELEMENT_SPACE',_0x55da4e['remove']['length']))});continue;}if(''!=_0x55da4e['add']){_0x405bf2['push']({'type':'insertion','content':o(_0x26cbff,'*Insert:*\x20%0','\x22'+_0x55da4e['add']+'\x22')});continue;}_0x405bf2['push']({'type':'deletion','content':o(_0x26cbff,'*Remove:*\x20%0','\x22'+_0x55da4e['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x405bf2['push']({'type':'insertion','content':o(_0x26cbff,'*Insert:*\x20%0',this['getItemLabel'](_0x55da4e['element'],_0x55da4e['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x405bf2['push']({'type':'deletion','content':o(_0x26cbff,'*Remove:*\x20%0',this['getItemLabel'](_0x55da4e['element'],_0x55da4e['quantity']))});continue;case'addContainer':_0x405bf2['push']({'type':'insertion','content':o(_0x26cbff,'*Split:*\x20%0',this['getItemLabel'](_0x55da4e['element'],_0x55da4e['quantity']))});continue;case'removeContainer':_0x405bf2['push']({'type':'deletion','content':o(_0x26cbff,'*Merge:*\x20%0',this['getItemLabel'](_0x55da4e['element'],_0x55da4e['quantity']))});continue;case'addFormat':_0xcb19b9['push'](_0x55da4e['key']);continue;case'removeFormat':_0x557a10['push'](_0x55da4e['key']);continue;default:_0x405bf2['push'](_0x55da4e);}if(_0xcb19b9['length']){const _0x608cc4=_0xcb19b9['map'](_0x5cf8b1=>this['_attributeLabels']['has'](_0x5cf8b1)?this['_attributeLabels']['get'](_0x5cf8b1):_0x5cf8b1)['join'](',\x20');_0x405bf2['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x608cc4)});}if(_0x557a10['length']){const _0x413ac0=_0x557a10['map'](_0x3e53e4=>this['_attributeLabels']['has'](_0x3e53e4)?this['_attributeLabels']['get'](_0x3e53e4):_0x3e53e4)['join'](',\x20');_0x405bf2['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x413ac0)});}return _0x405bf2;}['_handleCustomCallbackDescription'](_0x435e83){for(const _0x13d0ba of this['_customCallbacks']){const _0x322f30=_0x13d0ba(_0x435e83);if(_0x322f30&&'type'in _0x322f30)return _0x322f30;}}['_handleAttributeSuggestionDescription'](_0x46851a,_0x27159c){const _0x5b1430=_0x27159c['data'],_0x104ba5=void 0x0===_0x5b1430['newValue']?'removeFormat':'addFormat';_0x46851a['push']({'type':_0x104ba5,'key':_0x5b1430['key']});}['_handleRenameSuggestionDescription'](_0x4a6abe,_0x6174b4){_0x4a6abe['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x6174b4['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x567c8e,_0x1cb0df,_0x5a3b2a){if(this['_addDescriptionItems'](_0x567c8e,_0x1cb0df),_0x5a3b2a&&_0x5a3b2a['getFirstRange']()&&!_0x1cb0df['getFirstRange']()['end']['isEqual'](_0x5a3b2a['getFirstRange']()['start'])){const _0x11af19=_0x567c8e[_0x567c8e['length']-0x1],_0x24a709='insertion'==_0x1cb0df['type']?'add':'remove';_0x11af19&&'text'==_0x11af19['type']&&(_0x11af19[_0x24a709]+='\x0a');}}}class V extends _0x231f11{['afterInit'](){const _0x2ca9fe=this['editor'],_0x2ff89c=_0x2ca9fe['plugins']['get']('TrackChangesEditing');_0x2ca9fe['commands']['get']('showAIAssistant')&&_0x2ff89c['enableCommand']('showAIAssistant');}}class U extends _0x231f11{['afterInit'](){const _0x3dbab6=this['editor'],_0x105b68=_0x3dbab6['locale'];if(!_0x3dbab6['plugins']['has']('AlignmentEditing'))return;const _0x19f227=_0x3dbab6['plugins']['get']('TrackChangesEditing');_0x19f227['enableDefaultAttributesIntegration']('alignment'),_0x19f227['registerBlockAttribute']('alignment'),_0x19f227['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x105b68,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x25581e=this['editor'],_0x4a7985=_0x25581e['locale'];_0x25581e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x9d1caf=>{if('formatBlock'!=_0x9d1caf['type'])return;const {data:_0x5a6716}=_0x9d1caf;if(_0x5a6716&&'alignment'==_0x5a6716['commandName']){const _0x5d3aa0=_0x5a6716['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x4a7985,'*Format:*\x20%0',function(_0x412bf2){switch(_0x412bf2){case'left':return o(_0x4a7985,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x4a7985,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x4a7985,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x4a7985,'FORMAT_JUSTIFY_TEXT');}}(_0x5d3aa0))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x231f11{['afterInit'](){const _0xe7c781=this['editor'],_0x1f6a97=_0xe7c781['plugins']['get']('TrackChangesEditing'),_0x26d5de=_0xe7c781['locale'];for(const _0x51fdab of ti){if(!_0xe7c781['plugins']['has'](_0x51fdab))continue;const _0x5620d4=_0x51fdab['slice'](0x0,-0x7)['toLowerCase'](),_0x53cc98='FORMAT_'+_0x5620d4['toUpperCase']();_0x1f6a97['enableDefaultAttributesIntegration'](_0x5620d4),_0x1f6a97['registerInlineAttribute'](_0x5620d4),_0x1f6a97['descriptionFactory']['registerAttributeLabel'](_0x5620d4,o(_0x26d5de,_0x53cc98));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2f5aae=this['editor'],_0xf2a7f9=_0x2f5aae['locale'],_0x5a7c33=_0x2f5aae['plugins']['get']('TrackChangesEditing');function _0x401517(_0x29879c,_0x282b26){_0x5a7c33['descriptionFactory']['registerDescriptionCallback'](_0x21c1dd=>{if('formatInline'!=_0x21c1dd['type'])return;const {data:_0x5c7b55}=_0x21c1dd;return _0x5c7b55&&_0x5c7b55['commandName']===_0x29879c?_0x5c7b55['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xf2a7f9,'*Format:*\x20%0',_0x282b26)}:{'type':'format','content':o(_0xf2a7f9,'*Remove\x20format:*\x20%0',_0x282b26)}:void 0x0;});}_0x401517('bold',o(_0xf2a7f9,'FORMAT_BOLD')),_0x401517('italic',o(_0xf2a7f9,'FORMAT_ITALIC')),_0x401517('underline',o(_0xf2a7f9,'FORMAT_UNDERLINE')),_0x401517('code',o(_0xf2a7f9,'FORMAT_CODE')),_0x401517('strikethrough',o(_0xf2a7f9,'FORMAT_STRIKETHROUGH')),_0x401517('subscript',o(_0xf2a7f9,'FORMAT_SUBSCRIPT')),_0x401517('superscript',o(_0xf2a7f9,'FORMAT_SUPERSCRIPT'));}}class F extends _0x231f11{['afterInit'](){const _0x44408e=this['editor'],_0xca30dd=_0x44408e['locale'];if(!_0x44408e['plugins']['has']('BlockQuoteEditing'))return;const _0x23e181=_0x44408e['plugins']['get']('TrackChangesEditing'),_0x10d70e=this['editor']['commands']['get']('blockQuote');_0x23e181['enableCommand']('blockQuote',(_0x278743,_0x55251a={})=>{const _0x3d2def=this['editor']['model']['document']['selection'],_0x51dec8=_0x55251a&&void 0x0!==_0x55251a['forceValue']?_0x55251a['forceValue']:!_0x10d70e['value'];let _0xc49d26=[];if(_0x51dec8){const _0x50b5ad=Array['from'](_0x3d2def['getSelectedBlocks']())['filter'](_0x2643cb=>oo(_0x2643cb)||function(_0x25678b,_0x42fa15){const _0x5d3b2b=_0x42fa15['checkChild'](_0x25678b['parent'],'blockQuote'),_0x3d7a17=_0x42fa15['checkChild'](['$root','blockQuote'],_0x25678b);return _0x5d3b2b&&_0x3d7a17;}(_0x2643cb,this['editor']['model']['schema']));_0xc49d26=to(_0x50b5ad,_0x44408e['model']);}else{const _0x250b6a=Array['from'](_0x3d2def['getSelectedBlocks']())['filter'](_0x375f1f=>oo(_0x375f1f));_0xc49d26=to(_0x250b6a,_0x44408e['model']);}_0x44408e['model']['change'](()=>{for(const _0x402892 of _0xc49d26)_0x23e181['markBlockFormat'](_0x402892,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x51dec8}]});});}),_0x23e181['descriptionFactory']['registerDescriptionCallback'](_0x41aee5=>{const {data:_0x15048c}=_0x41aee5;if(_0x15048c&&'blockQuote'==_0x15048c['commandName']){const _0x5a8575=o(_0xca30dd,'ELEMENT_BLOCK_QUOTE');return _0x15048c['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xca30dd,'*Set\x20format:*\x20%0',_0x5a8575)}:{'type':'format','content':o(_0xca30dd,'*Remove\x20format:*\x20%0',_0x5a8575)};}});}}function oo(_0x42b7c4){return'blockQuote'==_0x42b7c4['parent']['name'];}class L extends _0x231f11{['afterInit'](){const _0x3a35a9=this['editor'];_0x3a35a9['plugins']['has']('CaseChange')&&(_0x3a35a9['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x3a35a9['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x3a35a9['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x231f11{['afterInit'](){const _0x26ff94=this['editor'];_0x26ff94['commands']['get']('ckbox')&&_0x26ff94['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class J extends _0x231f11{['afterInit'](){const _0x41bf11=this['editor'];if(!_0x41bf11['plugins']['has']('CodeBlock'))return;const _0x5574aa=_0x41bf11['plugins']['get']('TrackChangesEditing'),_0x1e8417=_0x41bf11['locale'],_0xca52b4=_0x41bf11['config']['get']('codeBlock')['languages'],_0x320342=_0x41bf11['commands']['get']('codeBlock');_0x5574aa['enableCommand']('indentCodeBlock'),_0x5574aa['enableCommand']('outdentCodeBlock'),_0x5574aa['enableCommand']('codeBlock',(_0x1af301,_0x332084={})=>{const _0x4c9659=_0x41bf11['model'],_0x3d75bc=_0x41bf11['model']['document']['selection'],_0x3c3fc0=_0x332084&&void 0x0!==_0x332084['forceValue']?_0x332084['forceValue']:!_0x320342['value'];let _0x17d7f9;_0x332084['language']||(_0x332084['language']=_0xca52b4[0x0]['language']),_0x17d7f9=_0x3c3fc0?Array['from'](_0x3d75bc['getSelectedBlocks']())['filter'](_0x309a2a=>eo(_0x309a2a)||function(_0x4112e8,_0x5e6549){if(_0x4112e8['is']('rootElement')||_0x5e6549['isLimit'](_0x4112e8))return!0x1;return _0x5e6549['checkChild'](_0x4112e8['parent'],'codeBlock');}(_0x309a2a,_0x4c9659['schema'])):Array['from'](_0x3d75bc['getSelectedBlocks']())['filter'](_0x53f9e9=>eo(_0x53f9e9));const _0x5aa587=to(_0x17d7f9,_0x4c9659);_0x4c9659['change'](()=>{for(const _0x5b6162 of _0x5aa587)_0x5574aa['markBlockFormat'](_0x5b6162,{'commandName':'codeBlock','commandParams':[{..._0x332084,'forceValue':_0x3c3fc0}],'formatGroupId':'blockName'});});}),(_0x5574aa['descriptionFactory']['registerElementLabel']('codeBlock',_0xb1440f=>o(_0x1e8417,'ELEMENT_CODE_BLOCK',_0xb1440f)),_0x5574aa['descriptionFactory']['registerDescriptionCallback'](_0x46bbc8=>{if('formatBlock'!=_0x46bbc8['type'])return;const _0xf3776=_0x1e8417['t'],{data:_0x3e46ce}=_0x46bbc8;if(!_0x3e46ce||'codeBlock'!=_0x3e46ce['commandName'])return;const _0x1588e4=_0x3e46ce['commandParams'][0x0]['language'],_0x12150f=_0xf3776(_0xca52b4['find'](_0x5613b7=>_0x5613b7['language']===_0x1588e4)['label'])['toLowerCase']();return _0x3e46ce['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1e8417,'*Set\x20format:*\x20%0',o(_0x1e8417,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x12150f+')')}:{'type':'format','content':o(_0x1e8417,'*Remove\x20format:*\x20%0',o(_0x1e8417,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x502f37){return'codeBlock'==_0x502f37['name'];}class q extends _0x231f11{['afterInit'](){const _0x24c8c7=this['editor'];if(!_0x24c8c7['plugins']['has']('CommentsEditing'))return;_0x24c8c7['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x245bc7,_0x981af2,_0x78b4b2){const _0x2787ed=[];for(const _0x344c3a of _0x981af2['getItems']())_0x344c3a['hasAttribute'](_0x245bc7)&&_0x2787ed['push'](_0x78b4b2['createRangeOn'](_0x344c3a));return _0x2787ed;}function _e(_0x5b1310,_0x1bde2c,{showActiveMarker:_0x46d9c0=!0x0}={}){const _0x40a408=_0x5b1310['plugins']['get']('TrackChangesEditing');return(_0x1381ed,_0x340228,_0x4f44bb)=>{if(!_0x4f44bb['consumable']['test'](_0x340228['markerRange'],_0x1381ed['name']))return;const _0x2c13a9=_0x340228['markerRange']['getWalker'](),_0x2e5bd9=_0x340228['markerRange']['start'],_0x4ff76c=_0x5b1310['model']['schema'];let _0x1351aa=null,_0x5c2f10=null,_0x4aa8a3=!0x1,_0x2122d8=!0x1;for(const _0x39ff27 of _0x2c13a9){const _0x1c321b=_0x39ff27['item'];_0x4aa8a3=_0x4aa8a3||_0x4ff76c['isContent'](_0x1c321b);const _0x419522=_0x4f44bb['mapper']['toViewElement'](_0x1c321b);if(_0x419522&&_0x419522['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x39ff27['type']&&(_0x4ff76c['isBlock'](_0x1c321b)&&!_0x4ff76c['isLimit'](_0x1c321b)&&(_0x1c321b['nextSibling']||_0x2e5bd9['isAtEnd']?_0x1351aa&&_0x1351aa['parent']==_0x1c321b||(_0x1351aa=_0x1c321b,_0x1b3f85(_0x39ff27['previousPosition']),_0x2122d8=!0x0):_0x5c2f10=_0x5c2f10||_0x39ff27['previousPosition']));}function _0x1b3f85(_0x4056d9){const _0xa13720=_0x4f44bb['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x1bde2c}),_0x15be0f=_0x4f44bb['mapper']['toViewPosition'](_0x4056d9);_0x46d9c0&&_0x40a408['activeMarkers']['includes'](_0x340228['markerName'])&&_0x4f44bb['writer']['addClass']('ck-suggestion-marker--active',_0xa13720),_0x4f44bb['writer']['insert'](_0x15be0f,_0xa13720),_0x4f44bb['mapper']['bindElementToMarker'](_0xa13720,_0x340228['markerName']);}_0x4aa8a3||_0x2122d8||!_0x5c2f10||_0x1b3f85(_0x5c2f10);};}class z extends _0x231f11{static get['requires'](){return[_0x1d1228];}['init'](){const _0xf0845c=this['editor'],_0x24caa7=_0xf0845c['plugins']['get']('TrackChangesEditing');_0x24caa7['enableCommand']('delete');const _0x23d076=_0xf0845c['commands']['get']('deleteForward');_0x24caa7['enableCommand']('deleteForward',(_0x394dfb,_0x25455f={})=>{const _0x41a754=_0xf0845c['model']['createSelection'](_0xf0845c['model']['document']['selection']);_0x41a754['isCollapsed']&&_0xf0845c['model']['modifySelection'](_0x41a754,{'direction':'forward','unit':_0x25455f['unit']});const _0x44b1e9=_0x41a754['getFirstRange'](),_0x91fec8=_0x135447['fromRange'](_0x44b1e9);let _0x803924;_0x394dfb(_0x25455f),_0x803924='$graveyard'==_0x91fec8['root']['rootName']?_0xf0845c['model']['createRange'](_0x44b1e9['start']):_0xf0845c['model']['createRange'](_0x91fec8['start'],_0x91fec8['end']),_0x91fec8['detach'](),_0xf0845c['model']['enqueueChange'](_0x23d076['buffer']['batch'],_0x58a272=>{_0x23d076['buffer']['lock'](),_0x58a272['setSelection'](_0x58a272['createRange'](_0x803924['end'])),_0x23d076['buffer']['unlock']();});}),_0xf0845c['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0xf0845c,'merge'),{'priority':'high'}),_0xf0845c['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x465f53,_0x15c34f,_0x4f7d83)=>{_0x4f7d83['options']['showSuggestionHighlights']&&_e(_0xf0845c,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x465f53,_0x15c34f,_0x4f7d83);},{'priority':'high'}),_0xf0845c['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x4e9ac4,_0x99f5b,_0x1269c2)=>{const _0x233b01=_0x1269c2['mapper']['markerNameToElements'](_0x99f5b['markerName']);if(_0x233b01){for(const _0x4d3a34 of _0x233b01)_0x4d3a34['is']('uiElement')&&(_0x1269c2['mapper']['unbindElementFromMarkerName'](_0x4d3a34,_0x99f5b['markerName']),_0x1269c2['writer']['remove'](_0x4d3a34));}},{'priority':'high'});}}class K extends _0x231f11{['afterInit'](){const _0x113e42=this['editor'];if(!_0x113e42['plugins']['has']('ListEditing'))return;const _0x123ca3=_0x113e42['locale'],_0x4463a1=_0x113e42['plugins']['get']('TrackChangesEditing'),_0x9a50a5=_0x113e42['plugins']['has']('TodoListEditing'),_0x1b30b0=!!_0x113e42['config']['get']('list.multiBlock');function _0x1a96a8(_0x3d6ae0){return{'type':'format','content':''+o(_0x123ca3,'*Set\x20format:*\x20%0',_0x3d6ae0)};}function _0x386bf5(_0xbed9c){return{'type':'format','content':''+o(_0x123ca3,'*Remove\x20format:*\x20%0',_0xbed9c)};}_0x4463a1['enableDefaultAttributesIntegration']('numberedList'),_0x4463a1['enableDefaultAttributesIntegration']('bulletedList'),_0x4463a1['enableDefaultAttributesIntegration']('customNumberedList'),_0x4463a1['enableDefaultAttributesIntegration']('customBulletedList'),_0x4463a1['enableDefaultAttributesIntegration']('indentList'),_0x4463a1['enableDefaultAttributesIntegration']('outdentList'),_0x4463a1['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x4463a1['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x4463a1['registerBlockAttribute']('listItemId'),_0x4463a1['registerBlockAttribute']('listType'),_0x4463a1['registerBlockAttribute']('listIndent'),_0x1b30b0&&(_0x4463a1['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x4463a1['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x9a50a5&&(_0x4463a1['enableDefaultAttributesIntegration']('todoList'),_0x4463a1['enableDefaultAttributesIntegration']('checkTodoList'),_0x4463a1['registerBlockAttribute']('todoListChecked'),_0x4463a1['descriptionFactory']['registerDescriptionCallback'](_0x3e4b53=>{const {data:_0x12c2ca}=_0x3e4b53;if(_0x12c2ca&&'todoListChecked'==_0x12c2ca['key'])return{'type':'format','content':_0x12c2ca['newValue']?o(_0x123ca3,'*Check\x20item*'):o(_0x123ca3,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x33a410=>{if(_0x33a410['batch']['isUndo'])return!0x1;let _0x188f16=!0x1;const _0x3a2bd3=_0x4463a1['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x432409=>'todoListChecked'===_0x4463a1['_getAttributeKey'](_0x432409));for(const _0xa366fb of _0x3a2bd3){'todo'!=_0xa366fb['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x4463a1['_findSuggestions'](_0xa366fb['getFirstRange'](),'attribute')['find'](_0x3e467f=>'listType'===_0x4463a1['_getAttributeKey'](_0x3e467f['suggestion']))||(_0x33a410['removeMarker'](_0xa366fb['getFirstMarker']()),_0x188f16=!0x0));}return _0x188f16;})),_0x4463a1['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x123ca3,'FORMAT_INDENT'));const _0x571728={'type':'format','content':''};_0x4463a1['descriptionFactory']['registerDescriptionCallback'](_0x157e8e=>{const {data:_0x4c6450}=_0x157e8e;if(!_0x4c6450||'listType'!=_0x4c6450['key'])return;let _0x32a4b9=_0x157e8e['head'];for(;_0x32a4b9;){if(_0x32a4b9['data']&&(('listStyle'==_0x32a4b9['data']['key']||'listMarkerStyle'==_0x32a4b9['data']['key'])&&(_0x32a4b9['data']['newValue']&&'default'!=_0x32a4b9['data']['newValue']||'default'!=_0x32a4b9['data']['oldValue']&&!_0x4c6450['newValue'])||!_0x1b30b0&&_0x32a4b9['data']['key']==m))return _0x571728;_0x32a4b9=_0x32a4b9['next'];}if(null==_0x4c6450['newValue'])switch(_0x4c6450['oldValue']){case'bulleted':return _0x386bf5(o(_0x123ca3,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x386bf5(o(_0x123ca3,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x386bf5(o(_0x123ca3,'ELEMENT_TODO_LIST'));}switch(_0x4c6450['newValue']){case'bulleted':return _0x1a96a8(o(_0x123ca3,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1a96a8(o(_0x123ca3,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1a96a8(o(_0x123ca3,'ELEMENT_TODO_LIST'));}}),_0x4463a1['descriptionFactory']['registerDescriptionCallback'](_0x5c6a9a=>{const {data:_0x4e8f6e}=_0x5c6a9a;if(_0x4e8f6e&&'listIndent'==_0x4e8f6e['key'])return null==_0x4e8f6e['newValue']||null==_0x4e8f6e['oldValue']&&0x0==_0x4e8f6e['newValue']?_0x571728:void 0x0;}),_0x4463a1['descriptionFactory']['registerDescriptionCallback'](_0x24c9e2=>{if('attribute'!=_0x24c9e2['type'])return;const {data:_0x32dc30}=_0x24c9e2;if(!_0x32dc30||'listItemId'!=_0x32dc30['key'])return;const _0x5b0467=le(_0x24c9e2);return'newValue'==_0x5b0467?{'type':'format','content':o(_0x123ca3,'*Merge:*\x20list\x20item')}:'oldValue'==_0x5b0467?{'type':'format','content':o(_0x123ca3,'*Split:*\x20list\x20item')}:_0x571728;}),_0x113e42['model']['document']['registerPostFixer'](_0x2b734b=>this['listItemIdFixer'](_0x2b734b)),_0x113e42['model']['document']['registerPostFixer'](_0x44d293=>this['noTrackChangesFixer'](_0x44d293)),_0x113e42['model']['document']['on']('change:data',(_0x254e7d,_0x2a19b1)=>{if(_0x2a19b1['isUndo']||!_0x2a19b1['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x410138){if(_0x410138['batch']['isUndo']||!_0x410138['batch']['isLocal'])return!0x1;let _0x89e55c=!0x1;const _0x15fead=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4aab5d=>_0x4aab5d['data']&&'listItemId'==_0x4aab5d['data']['key'])['filter'](_0x49d822=>_0x49d822['data']['newValue']&&_0x49d822['data']['oldValue']);for(const _0x159dc5 of _0x15fead)le(_0x159dc5)||(_0x410138['removeMarker'](_0x159dc5['getFirstMarker']()),_0x89e55c=!0x0);return _0x89e55c;}['noTrackChangesFixer'](_0x315a02){if(_0x315a02['batch']['isUndo']||!_0x315a02['batch']['isLocal'])return!0x1;const _0xedf15=this['editor']['plugins']['get']('TrackChangesEditing');if(_0xedf15['trackChangesCommand']['value'])return!0x1;let _0x16d081=!0x1;const _0x1cd39c=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x2e4c35=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x20c0e8=>'attribute'==_0x20c0e8['type'])['filter'](_0x5a8c20=>_0x1cd39c['includes'](_0x5a8c20['attributeKey']));if(0x0==_0x2e4c35['length'])return _0x16d081;for(const _0x3b801b of _0x2e4c35){const _0x276480=_0xedf15['_findSuggestions'](_0x3b801b['range'],'attribute')['filter'](_0x249198=>!_0x249198['meta']['isNextTo'])['map'](_0x14e264=>_0x14e264['suggestion'])['filter'](_0x19062a=>{const _0x2eb4f3=_0xedf15['_getAttributeKey'](_0x19062a);return _0x1cd39c['includes'](_0x2eb4f3);});if(_0x276480['length']){for(const _0x2725e1 of _0x276480)_0x315a02['removeMarker'](_0x2725e1['getFirstMarker']());_0x16d081=!0x0;}}return _0x16d081;}['assureChains'](){const _0x56b047=this['editor']['plugins']['get']('TrackChangesEditing'),_0x21fd4f=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x411673;const _0x3f83a0=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0xd8b134=>{if(_0xd8b134['data']['oldRange']||!_0xd8b134['data']['newRange'])return null;if(!_0xd8b134['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x2b86e0}=_0x56b047['_splitMarkerName'](_0xd8b134['name']);if(!_0x56b047['hasSuggestion'](_0x2b86e0))return null;const _0x2e8763=_0x56b047['getSuggestion'](_0x2b86e0);return _0x21fd4f['includes'](_0x2e8763['data']['key']);})['map'](_0x403242=>{const {id:_0x3b9cda}=_0x56b047['_splitMarkerName'](_0x403242['name']),_0x2e3183=_0x56b047['getSuggestion'](_0x3b9cda);return _0x411673=_0x2e3183['attributes']['groupId'],_0x2e3183['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x3f83a0['size'])return;const _0x225f88=_0x56b047['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x157499=>'attribute'==_0x157499['type']&&_0x157499['data']&&_0x21fd4f['includes'](_0x157499['data']['key'])&&_0x157499['attributes']['groupId']!=_0x411673)['map'](_0x44b0cc=>({'listItem':_0x44b0cc['getFirstRange']()['start']['nodeAfter'],'groupId':_0x44b0cc['attributes']['groupId']})),_0x4cf811=new Set();for(const {groupId:_0x3c1c68,listItem:_0x1c7712}of _0x225f88)_0x3f83a0['has'](_0x1c7712)&&_0x4cf811['add'](_0x3c1c68);for(const _0x218f53 of _0x56b047['getSuggestions']())_0x4cf811['has'](_0x218f53['attributes']['groupId'])&&_0x218f53['setAttribute']('groupId',_0x411673);}['_supportLegacySuggestions'](){const _0x461107=this['editor'],_0x375982=_0x461107['locale'],_0x2f8c2c=_0x461107['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x2f8c2c['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x50dcf0,_0x360bd4){const _0x4f8675=[];for(let _0x149cd6 of _0x50dcf0)_0x149cd6['start']['nodeAfter']===_0x149cd6['end']['parent']&&(_0x149cd6=_0x461107['model']['createRange'](_0x461107['model']['createPositionAt'](_0x149cd6['start']['nodeAfter'],0x0))),_0x4f8675['push'](_0x149cd6);_0x461107['model']['change'](_0x10cbcf=>{const _0x52ec4f=_0x461107['model']['document']['selection'],_0x2d1c0f=Array['from'](_0x52ec4f['getRanges']())['map'](_0x464955=>_0x135447['fromRange'](_0x464955));_0x10cbcf['setSelection'](_0x4f8675),_0x461107['commands']['get'](_0x360bd4['commandName'])['refresh'](),_0x360bd4['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x461107['execute'](_0x360bd4['commandName'],..._0x360bd4['commandParams']),_0x10cbcf['setSelection'](_0x2d1c0f);for(const _0x2c7dbf of _0x2d1c0f)_0x2c7dbf['detach']();});}),_0x2f8c2c['descriptionFactory']['registerElementLabel'](function(_0x188c0d){const _0x270c0e=!_0x461107['model']['schema']['isObject'](_0x188c0d),_0x52423c=_0x188c0d['previousSibling'],_0x4cee42=_0x188c0d['nextSibling'],_0x239c5f=_0x188c0d['getAttribute']('listItemId'),_0xb9c849=!_0x52423c||_0x52423c['getAttribute']('listItemId')!==_0x239c5f,_0x12a015=!_0x4cee42||_0x4cee42['getAttribute']('listItemId')!==_0x239c5f;return _0x270c0e&&Boolean(_0x239c5f)&&_0xb9c849&&_0x12a015;},_0x450866=>o(_0x375982,'ELEMENT_LIST_ITEM',_0x450866));}['_registerLegacyDescription'](){const _0x39c50f=this['editor'],_0x486982=_0x39c50f['locale'];function _0x2665a5(_0x46c766){const _0x53af58=_0x39c50f['commands']['get']('bulletedList')['value'],_0x57a0a1=_0x39c50f['commands']['get']('numberedList')['value'];return'numberedList'===_0x46c766?_0x53af58:_0x57a0a1;}_0x39c50f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x1978fe){if('formatBlock'!=_0x1978fe['type'])return;const {data:_0xe31648}=_0x1978fe;if(!_0xe31648)return;let _0xdc28a9,_0x1cbd01,_0x40824b,_0xb6ad4a;switch(_0xe31648['commandName']){case'bulletedList':_0x40824b=_0xe31648['commandParams'][0x0]['forceValue'],_0xb6ad4a=_0x2665a5(_0xe31648['commandName']),_0xdc28a9=_0x40824b?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0xb6ad4a&&_0x39c50f['config']['get']('list.multiBlock')||(_0xdc28a9='*Change\x20to:*\x20%0'),_0x1cbd01={'type':'format','content':o(_0x486982,_0xdc28a9,o(_0x486982,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x40824b=_0xe31648['commandParams'][0x0]['forceValue'],_0xb6ad4a=_0x2665a5(_0xe31648['commandName']),_0xdc28a9=_0x40824b?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0xb6ad4a&&_0x39c50f['config']['get']('list.multiBlock')||(_0xdc28a9='*Change\x20to:*\x20%0'),_0x1cbd01={'type':'format','content':o(_0x486982,_0xdc28a9,o(_0x486982,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0xdc28a9='*Indent:*\x20%0',_0x1cbd01={'type':'format','content':o(_0x486982,_0xdc28a9,o(_0x486982,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0xdc28a9=function(_0x13ddb8){const _0x3599cc=_0x13ddb8['getFirstRange']();let _0x691a73=_0x3599cc['start']['nodeAfter'];for(;_0x691a73&&_0x3599cc['containsItem'](_0x691a73);){if(_0x691a73['getAttribute']('listIndent')>0x0)return!0x1;_0x691a73=_0x691a73['nextSibling'];}return!0x0;}(_0x1978fe)?o(_0x486982,'*Format:*\x20remove\x20from\x20%0',o(_0x486982,function(_0x5be9ad){return'ELEMENT_'+_0x5be9ad['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x1978fe))):o(_0x486982,'*Outdent:*\x20%0',o(_0x486982,'ELEMENT_LIST_ITEM')),_0x1cbd01={'type':'format','content':_0xdc28a9};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0xe31648['multipleBlocks']&&(_0xdc28a9='*Merge:*\x20%0',_0x1cbd01={'type':'deletion','content':o(_0x486982,_0xdc28a9,o(_0x486982,'ELEMENT_LIST_ITEM'))});}return _0x1cbd01;});}}function le(_0x55550f){let _0x4fd5da=_0x55550f['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x4fd5da;){const _0x3d37e3=_0x4fd5da['getAttribute']('listItemId');if(!_0x3d37e3)return!0x1;if(_0x3d37e3==_0x55550f['data']['newValue'])return'newValue';if(_0x3d37e3==_0x55550f['data']['oldValue'])return'oldValue';_0x4fd5da=_0x4fd5da['previousSibling'];}return!0x1;}class pe extends _0x231f11{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x222e53=this['editor']['config']['get']('list.properties'),_0x389793=this['editor']['plugins']['get']('TrackChangesEditing');_0x222e53['styles']&&(_0x389793['enableDefaultAttributesIntegration']('listStyle'),_0x389793['registerBlockAttribute']('listStyle')),_0x222e53['reversed']&&(_0x389793['enableDefaultAttributesIntegration']('listReversed'),_0x389793['registerBlockAttribute']('listReversed')),_0x222e53['startIndex']&&(_0x389793['enableDefaultAttributesIntegration']('listStart'),_0x389793['registerBlockAttribute']('listStart'));const _0x5c13f2={'type':'format','content':''};_0x389793['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x576e30=this['editor']['locale'];_0x389793['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x576e30,'FORMAT_LIST_REVERSED')),_0x389793['descriptionFactory']['registerDescriptionCallback'](_0x191ba8=>{const {data:_0x519eb9}=_0x191ba8;if(_0x519eb9&&'listReversed'==_0x519eb9['key'])return null==_0x519eb9['newValue']||0x0==_0x519eb9['newValue']&&null==_0x519eb9['oldValue']?_0x5c13f2:void 0x0;}),_0x389793['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x576e30,'FORMAT_LIST_START')),_0x389793['descriptionFactory']['registerDescriptionCallback'](_0x318b87=>{const {data:_0x5ee166}=_0x318b87;if(_0x5ee166&&'listStart'==_0x5ee166['key'])return null==_0x5ee166['newValue']||0x1==_0x5ee166['newValue']&&null==_0x5ee166['oldValue']?_0x5c13f2:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x11cfe5=>{if(_0x11cfe5['batch']['isUndo'])return!0x1;let _0x3b2d07=!0x1;const _0x50e1ec=_0x389793['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5fa824=>{const _0x13a32d=_0x389793['_getAttributeKey'](_0x5fa824);return'listStart'==_0x13a32d||'listReversed'==_0x13a32d;});for(const _0x4a71cd of _0x50e1ec){const _0x52f2c4=_0x4a71cd['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x52f2c4||'customNumbered'==_0x52f2c4)continue;_0x389793['_findSuggestions'](_0x4a71cd['getFirstRange'](),'attribute')['find'](_0x3a8353=>'listType'==_0x389793['_getAttributeKey'](_0x3a8353['suggestion']))||(_0x11cfe5['removeMarker'](_0x4a71cd['getFirstMarker']()),_0x3b2d07=!0x0);}return _0x3b2d07;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x5bdede){const _0x403b97=this['editor']['locale'],{data:_0x32f61b}=_0x5bdede,_0x519a05={'type':'format','content':''};if(!_0x32f61b||'listStyle'!=_0x32f61b['key'])return;if(!_0x32f61b['oldValue'])return'default'==_0x32f61b['newValue']?_0x519a05:{'type':'format','content':''+o(_0x403b97,'*Set\x20format:*\x20%0',o(_0x403b97,this['_getTranslationKeyForListStyle'](_0x32f61b['newValue'])))};if(!_0x32f61b['newValue']){if('default'==_0x32f61b['oldValue'])return _0x519a05;let _0x12f7e9=_0x5bdede['head'];for(;_0x12f7e9;){if(_0x12f7e9['data']&&'listType'==_0x12f7e9['data']['key']&&_0x12f7e9['data']['newValue'])return _0x519a05;_0x12f7e9=_0x12f7e9['next'];}return{'type':'format','content':''+o(_0x403b97,'*Remove\x20format:*\x20%0',o(_0x403b97,this['_getTranslationKeyForListStyle'](_0x32f61b['oldValue'])))};}if('default'!=_0x32f61b['newValue'])return{'type':'format','content':''+o(_0x403b97,'*Set\x20format:*\x20%0',o(_0x403b97,this['_getTranslationKeyForListStyle'](_0x32f61b['newValue'])))};let _0x5b8e2f=_0x5bdede['head'];for(;_0x5b8e2f;){if(_0x5b8e2f['data']&&'listType'==_0x5b8e2f['data']['key']&&_0x5b8e2f['data']['newValue']&&_0x5b8e2f['data']['oldValue'])return _0x519a05;_0x5b8e2f=_0x5b8e2f['next'];}return{'type':'format','content':o(_0x403b97,'*Set\x20format:*\x20%0',o(_0x403b97,'ELEMENT_'+_0x5bdede['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x207f96=this['editor'],_0xd6f202=_0x207f96['locale'];_0x207f96['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5da675=>{if('formatBlock'!=_0x5da675['type'])return;const {data:_0x353721}=_0x5da675;if(!_0x353721)return;let _0x2b5979,_0x44b685;switch(_0x353721['commandName']){case'listStyle':_0x2b5979='*Change\x20to:*\x20%0',_0x44b685={'type':'format','content':o(_0xd6f202,_0x2b5979,o(_0xd6f202,this['_getTranslationKeyForListStyle'](_0x353721['commandParams'][0x0]['type'])))};break;case'listReversed':_0x2b5979=_0x353721['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x44b685={'type':'format','content':o(_0xd6f202,_0x2b5979)};break;case'listStart':_0x2b5979='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x44b685={'type':'format','content':o(_0xd6f202,_0x2b5979,_0x353721['commandParams'][0x0]['startIndex'])};}return _0x44b685;});}['_getTranslationKeyForListStyle'](_0x51266c){return'ELEMENT_'+function(_0x5dbf9d){if(ye['includes'](_0x5dbf9d))return'bulleted';if(Se['includes'](_0x5dbf9d))return'numbered';return null;}(_0x51266c)['toUpperCase']()+'_LIST_'+_0x51266c['toUpperCase']()['replace'](/-/g,'_');}}const ye=['disc','circle','square'],Se=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class Q extends _0x231f11{static get['requires'](){return[_0x31408b];}['init'](){const _0x24adef=this['editor'],_0x2d76b1=_0x24adef['plugins']['get']('TrackChangesEditing'),_0x5f3e65=_0x24adef['commands']['get']('enter');_0x2d76b1['enableCommand']('enter',()=>{_0x24adef['model']['change'](_0x389f7e=>{const _0x5bedb9=_0x24adef['model']['document']['selection'],_0x56735b=_0x5bedb9['getFirstPosition'](),_0x3fea67=_0x135447['fromRange'](_0x5bedb9['getFirstRange']());if(_0x5f3e65['enterBlock'](_0x389f7e)){const _0x400a90=_0x24adef['model']['createPositionAt'](_0x56735b['parent']['nextSibling'],0x0),_0x7b59a5=_0x389f7e['createRange'](_0x56735b,_0x400a90);_0x2d76b1['markInsertion'](_0x7b59a5);}else _0x389f7e['setSelection'](_0x389f7e['createRange'](_0x3fea67['end']));_0x3fea67['detach'](),_0x5f3e65['fire']('afterExecute',{'writer':_0x389f7e});});}),_0x24adef['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x24adef,'split'),{'priority':'high'}),_0x24adef['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x587540,_0x29ae46,_0x41ecf8)=>{const _0x4a88e2=_0x41ecf8['mapper']['markerNameToElements'](_0x29ae46['markerName']);if(_0x4a88e2){for(const _0x26fa14 of _0x4a88e2)_0x26fa14['hasClass']('ck-suggestion-marker-split')&&(_0x41ecf8['mapper']['unbindElementFromMarkerName'](_0x26fa14,_0x29ae46['markerName']),_0x41ecf8['writer']['remove'](_0x26fa14));}},{'priority':'high'}),_0x24adef['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x5bc431,_0x4ce210,_0x46f45f)=>{_0x46f45f['options']['showSuggestionHighlights']&&_e(_0x24adef,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x5bc431,_0x4ce210,_0x46f45f);},{'priority':'high'});}}class X extends _0x231f11{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x1747af=this['editor']['plugins']['get']('TrackChangesEditing');_0x1747af['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x1747af['enableCommand']('findNext'),_0x1747af['enableCommand']('findPrevious'),_0x1747af['enableCommand']('replace'),_0x1747af['enableCommand']('replaceAll');}['handleFindCommand'](_0x78af74,_0x41005f,_0x568300={}){const _0x42cf8b=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x78af74(_0x342623=>{let _0x41b461=('string'==typeof _0x41005f?_0x42cf8b['findByTextCallback'](_0x41005f,_0x568300):_0x41005f)(_0x342623);Array['isArray'](_0x41b461)&&(_0x41b461={'results':_0x41b461,'searchText':'string'==typeof _0x41005f?_0x41005f:''});const _0x3c1e5a=_0x41b461['results']['filter'](_0x1ed5a7=>!0x1===this['_isInDeletionRange'](_0x1ed5a7,_0x342623['item']));return{..._0x41b461,'results':_0x3c1e5a};},_0x568300);}['_isInDeletionRange'](_0x37e616,_0x43c9a1){const _0x476c08=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x43c9a1,_0x37e616['start']),this['editor']['model']['createPositionAt'](_0x43c9a1,_0x37e616['end']));for(const _0x18642a of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x476c08['getIntersection'](_0x18642a['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Y extends _0x231f11{['afterInit'](){const _0x417745=this['editor']['locale'],_0x237267=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x50e878,commandName:_0x4446c9}of ro)this['editor']['plugins']['has'](_0x50e878)&&(_0x237267['enableDefaultAttributesIntegration'](_0x4446c9),_0x237267['registerInlineAttribute'](_0x4446c9));_0x237267['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x417745,'FORMAT_FONT_SIZE')),_0x237267['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x417745,'FORMAT_FONT_FAMILY')),_0x237267['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x417745,'FORMAT_FONT_COLOR')),_0x237267['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x417745,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x98b0b5=this['editor'],_0x3fc517=_0x98b0b5['locale'];_0x98b0b5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2eb5f5=>{const _0x33f668=_0x3fc517['t'];if('formatInline'!=_0x2eb5f5['type'])return;const {data:_0x4aaab1}=_0x2eb5f5;if(null!=_0x4aaab1){if('fontSize'==_0x4aaab1['commandName']){const _0x2bc15c=_0x4aaab1['commandParams'][0x0]['value'];if(_0x2bc15c){const _0x47496f=_0x33f668(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x543df9=>_0x543df9['model']==_0x2bc15c)['title'])['toLowerCase']();return{'type':'format','content':o(_0x3fc517,'*Set\x20font\x20size:*\x20%0',_0x47496f)};}return{'type':'format','content':o(_0x3fc517,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x4aaab1['commandName']){const _0x2fc08d=_0x4aaab1['commandParams'][0x0]['value'];return _0x2fc08d?{'type':'format','content':o(_0x3fc517,'*Set\x20font\x20family:*\x20%0',_0x2fc08d)}:{'type':'format','content':o(_0x3fc517,'*Reset\x20font\x20family*')};}if('fontColor'==_0x4aaab1['commandName']){const _0x52d698=_0x4aaab1['commandParams'][0x0]['value'];if(_0x52d698){const _0x43a01e=_0x2730f7(this['editor']['config']['get']('fontColor.colors'))['find'](_0x5c6e55=>_0x5c6e55['model']==_0x52d698);let _0x38b338=_0x52d698,_0x31d15f='';return _0x43a01e&&(_0x38b338=_0x43a01e['label'],_0x31d15f=_0x33f668(_0x38b338)['toLowerCase']()),{'type':'format','content':o(_0x3fc517,'*Set\x20font\x20color:*\x20%0',_0x31d15f)['trim'](),'color':{'value':_0x52d698,'title':_0x31d15f||_0x38b338}};}return{'type':'format','content':o(_0x3fc517,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x4aaab1['commandName']){const _0x5b25bf=_0x4aaab1['commandParams'][0x0]['value'];if(_0x5b25bf){const _0x2c1621=_0x2730f7(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x50c26d=>_0x50c26d['model']==_0x5b25bf);let _0x1b0d5a=_0x5b25bf,_0x46621d='';return _0x2c1621&&(_0x1b0d5a=_0x2c1621['label'],_0x46621d=_0x33f668(_0x1b0d5a)['toLowerCase']()),{'type':'format','content':o(_0x3fc517,'*Set\x20font\x20background\x20color:*\x20%0',_0x46621d)['trim'](),'color':{'value':_0x5b25bf,'title':_0x46621d||_0x1b0d5a}};}return{'type':'format','content':o(_0x3fc517,'*Reset\x20font\x20background\x20color*')};}}});}}class Z extends _0x231f11{['afterInit'](){const _0x3453d7=this['editor'],_0x92f74f=_0x3453d7['plugins']['get']('TrackChangesEditing'),_0x5e773a=_0x3453d7['commands']['get']('copyFormat'),_0x175359=_0x3453d7['commands']['get']('pasteFormat');_0x5e773a&&_0x175359&&(_0x92f74f['enableDefaultAttributesIntegration']('pasteFormat'),_0x92f74f['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x2e7bc2=this['editor'],_0x6c3c06=_0x2e7bc2['locale'];_0x2e7bc2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x261df3=>{if('formatBlock'!=_0x261df3['type']&&'formatInline'!=_0x261df3['type'])return;const {data:_0xd186f9}=_0x261df3;if(_0xd186f9&&'pasteFormat'===_0xd186f9['commandName']){const _0x3bc77b=[],_0x3deb9e=_0xd186f9['commandParams'][0x0];for(const [_0x10f123,_0x1bfc1d]of Object['entries'](_0x3deb9e))_0x3bc77b['push'](so(_0x2e7bc2,_0x10f123,_0x1bfc1d));return _0x3bc77b['length']?{'type':'format','content':o(_0x6c3c06,'*Set\x20format\x20to:*\x20%0',_0x3bc77b['join'](',\x20'))}:{'type':'format','content':o(_0x6c3c06,'*Remove\x20all\x20formatting*')};}});}}function so(_0x2a844a,_0x3f072c,_0x33967d){const _0x8557fd=_0x2a844a['locale']['t'],_0x12d5cf=_0x3f072c['split'](/(?=[A-Z])/)['join']('\x20'),_0x381df4=_0x8557fd(_0x12d5cf['charAt'](0x0)['toUpperCase']()+_0x12d5cf['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x33967d)return _0x381df4;if('fontColor'===_0x3f072c||'fontBackgroundColor'===_0x3f072c){const _0x1e97bd=_0x2730f7(_0x2a844a['config']['get']('fontColor.colors'))['find'](_0x6ca929=>_0x6ca929['model']==_0x33967d);return _0x381df4+'\x20('+(_0x1e97bd?_0x8557fd(_0x1e97bd['label'])['toLowerCase']():_0x33967d)+')';}if('fontSize'===_0x3f072c&&isNaN(parseFloat(_0x33967d))){const _0x453155=_0x2a844a['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x2a844a['config']['get']('fontSize.options'))['find'](_0x5c5e81=>_0x5c5e81['model']==_0x33967d);return _0x381df4+'\x20('+(_0x453155?_0x8557fd(_0x453155['title'])['toLowerCase']():_0x33967d)+')';}return _0x381df4+'\x20('+_0x33967d+')';}class tt extends _0x231f11{['_headingOptions'];['afterInit'](){const _0x121a9a=this['editor'];if(!_0x121a9a['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x121a9a['config']['get']('heading.options');const _0x133225=_0x121a9a['locale'],_0x43ecd7=_0x121a9a['plugins']['get']('TrackChangesEditing');_0x43ecd7['enableDefaultAttributesIntegration']('heading');for(const _0x13e2f8 of this['_headingOptions'])'paragraph'!=_0x13e2f8['model']&&_0x43ecd7['descriptionFactory']['registerElementLabel'](_0x13e2f8['model'],_0x554ac7=>{const _0x359fad=this['_getHeadingLevel'](_0x13e2f8['model']);return null!==_0x359fad?_0x5a3461(_0x554ac7,_0x359fad):_0x31dac2(_0x554ac7,_0x13e2f8['title']);});function _0x5a3461(_0x145550,_0x2a3f7d){return o(_0x133225,'ELEMENT_HEADING',[_0x145550,_0x2a3f7d]);}function _0x31dac2(_0x42938f,_0x57c624){return o(_0x133225,'ELEMENT_HEADING_CUSTOM',[_0x42938f,_0x57c624]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x11244=this['editor'],_0x1c5968=_0x11244['locale'];function _0x1097b3(_0x4aed0f,_0x4e9218){return o(_0x1c5968,'ELEMENT_HEADING_CUSTOM',[_0x4aed0f,_0x4e9218]);}_0x11244['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x29fe19=>{if('formatBlock'!=_0x29fe19['type'])return;const {data:_0x43bdeb}=_0x29fe19;if(_0x43bdeb&&'heading'==_0x43bdeb['commandName']){const _0x3c97df=_0x43bdeb['commandParams'][0x0]['value'],_0x2efbdb=this['_getHeadingLevel'](_0x3c97df);if(null!==_0x2efbdb)return{'type':'format','content':o(_0x1c5968,'*Change\x20to:*\x20%0',(_0x44714c=0x1,_0x3e0ccd=_0x2efbdb,o(_0x1c5968,'ELEMENT_HEADING',[_0x44714c,_0x3e0ccd])))};const _0x44e8d5=this['_headingOptions']['find'](_0x25ee41=>_0x25ee41['model']===_0x3c97df)['title'];return{'type':'format','content':o(_0x1c5968,'*Change\x20to:*\x20%0',_0x1097b3(0x1,_0x44e8d5))};}var _0x44714c,_0x3e0ccd;});}['_getHeadingLevel'](_0x4d7b54){const _0x43bee5=_0x4d7b54['match'](/^heading(\d+)/);if(_0x43bee5)return _0x43bee5[0x1];const _0x9f7180=this['_headingOptions']?.['find'](_0x15675f=>_0x15675f['model']==_0x4d7b54);if(_0x9f7180&&_0x9f7180['view']){const _0x140c02=_0x9f7180['view'],_0x2589f9=(_0x140c02['name']??_0x140c02)['match'](/^h(\d+)/);if(_0x2589f9)return _0x2589f9[0x1];}return null;}}class et extends _0x231f11{['afterInit'](){const _0x1953b8=this['editor'];if(!_0x1953b8['plugins']['has']('HighlightEditing'))return;const _0x2ea858=_0x1953b8['plugins']['get']('TrackChangesEditing'),_0x2482c3=_0x1953b8['locale'];_0x2ea858['enableDefaultAttributesIntegration']('highlight'),_0x2ea858['registerInlineAttribute']('highlight'),_0x2ea858['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x2482c3,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4ebb8c=this['editor'],_0x5ae9fa=_0x4ebb8c['locale'];_0x4ebb8c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x29f58=>{if('formatInline'!=_0x29f58['type'])return;const {data:_0x4c94c5}=_0x29f58;if(_0x4c94c5&&'highlight'==_0x4c94c5['commandName']){const _0x420ac0=_0x5ae9fa['t'],_0x32d502=_0x4c94c5['commandParams'][0x0]['value'];if(_0x32d502){const _0x21e018=_0x4ebb8c['config']['get']('highlight.options')['find'](_0x3986e6=>_0x3986e6['model']==_0x32d502),_0x1de654=_0x420ac0(_0x21e018['title'])['toLowerCase']();return{'type':'format','content':o(_0x5ae9fa,'*Set\x20highlight:*\x20%0',_0x1de654),'color':{'value':_0x21e018['color'],'title':_0x21e018['title']}};}return{'type':'format','content':o(_0x5ae9fa,'*Remove\x20highlight*',o(_0x5ae9fa,'FORMAT_HIGHLIGHT'))};}});}}class it extends _0x231f11{['afterInit'](){const _0x1eced2=this['editor'];if(!_0x1eced2['plugins']['has']('HorizontalLineEditing'))return;_0x1eced2['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x26547e=_0x1eced2['plugins']['get']('TrackChangesEditing'),_0xbbaaf5=_0x1eced2['locale'];_0x26547e['descriptionFactory']['registerElementLabel']('horizontalLine',_0x56616c=>o(_0xbbaaf5,'ELEMENT_HORIZONTAL_LINE',_0x56616c)),_0x1eced2['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x532629,{writer:_0x2f7e13,options:_0x453b96})=>{if(!_0x453b96['showSuggestionHighlights'])return null;const _0x364870=_0x2f7e13['createContainerElement']('div'),_0xefdcd8=_0x2f7e13['createEmptyElement']('hr');return _0x2f7e13['addClass']('ck-horizontal-line',_0x364870),_0x2f7e13['insert'](_0x2f7e13['createPositionAt'](_0x364870,0x0),_0xefdcd8),_0x364870;},'converterPriority':'high'});}}class st extends _0x231f11{['afterInit'](){const _0x13bb46=this['editor'];if(!_0x13bb46['plugins']['has']('HtmlEmbed'))return;const _0x3b791d=_0x13bb46['plugins']['get']('TrackChangesEditing'),_0x52445e=_0x13bb46['locale'];_0x3b791d['descriptionFactory']['registerElementLabel']('rawHtml',_0x5efb49=>o(_0x52445e,'ELEMENT_HTML_EMBED',_0x5efb49)),_0x3b791d['enableDefaultAttributesIntegration']('htmlEmbed'),_0x3b791d['registerBlockAttribute']('value'),_0x3b791d['descriptionFactory']['registerDescriptionCallback'](_0x3b4c64=>{if('attribute'!=_0x3b4c64['type'])return;const {data:_0x12ae9c}=_0x3b4c64;if(_0x12ae9c&&'value'==_0x12ae9c['key']&&_0x3b4c64['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x2f86fd=o(_0x52445e,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x52445e,'*Change\x20%0\x20content*',_0x2f86fd)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xe94182=this['editor'],_0x4bd929=_0xe94182['locale'];_0xe94182['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4e89e3=>{if('formatBlock'!=_0x4e89e3['type'])return;const {data:_0x40dbe0}=_0x4e89e3;if(_0x40dbe0&&'htmlEmbed'==_0x40dbe0['commandName']){const _0x375871=o(_0x4bd929,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x4bd929,'*Change\x20%0\x20content*',_0x375871)};}});}}class nt extends _0x231f11{['afterInit'](){const _0x36b3c5=this['editor'];if(!_0x36b3c5['plugins']['has']('ImageEditing'))return;const _0xe5ff93=_0x36b3c5['plugins']['get']('TrackChangesEditing'),_0x5b7758=_0x36b3c5['plugins']['get']('ImageUtils'),_0x2d918d=_0x36b3c5['locale'];_0xe5ff93['enableCommand']('insertImage'),_0xe5ff93['descriptionFactory']['registerElementLabel']('imageBlock',_0x6b5952=>o(_0x2d918d,'ELEMENT_IMAGE',_0x6b5952)),_0xe5ff93['descriptionFactory']['registerElementLabel']('imageInline',_0x463c46=>o(_0x2d918d,'ELEMENT_INLINE_IMAGE',_0x463c46)),_0xe5ff93['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x2d918d,'ELEMENT_CAPTION')),_0x36b3c5['plugins']['has']('ImageUploadEditing')&&_0xe5ff93['enableCommand']('uploadImage'),_0x36b3c5['plugins']['has']('ImageBlockEditing')&&_0x36b3c5['plugins']['has']('ImageInlineEditing')&&(_0xe5ff93['enableCommand']('imageTypeInline',(_0x6b392f,_0x211215)=>{const _0x2291b7=_0x5b7758['getClosestSelectedImageElement'](_0x36b3c5['model']['document']['selection']);_0x36b3c5['model']['change'](()=>{_0xe5ff93['markBlockFormat'](_0x2291b7,{'commandName':'imageTypeInline','commandParams':[_0x211215]},[],'convertBlockImageToInline');});}),_0xe5ff93['enableCommand']('imageTypeBlock',(_0x5acd1f,_0x165749)=>{_0x36b3c5['model']['change'](_0x1c05e6=>{let _0x428bee=_0x5b7758['getClosestSelectedImageElement'](_0x36b3c5['model']['document']['selection']),_0x2bc298=_0x1c05e6['createRangeOn'](_0x428bee);const _0x19b19a=_0x21ff1b['fromPosition'](_0x2bc298['start'],'toPrevious'),_0x3611d3=_0x21ff1b['fromPosition'](_0x2bc298['end'],'toNext');_0xe5ff93['forceDefaultExecution'](()=>_0x5acd1f(_0x165749)),_0x428bee=_0x5b7758['getClosestSelectedImageElement'](_0x36b3c5['model']['document']['selection']),_0x2bc298=_0x1c05e6['createRangeOn'](_0x428bee);const _0x1b89cb=_0x1c05e6['createRange'](_0x19b19a,_0x3611d3);_0x19b19a['detach'](),_0x3611d3['detach'](),_0xe5ff93['markBlockFormat'](_0x428bee,{'commandName':'imageTypeInline','commandParams':[_0x165749]},[],'convertInlineImageToBlock'),_0x1b89cb['start']['isBefore'](_0x2bc298['start'])&&_0xe5ff93['markInsertion'](_0x1c05e6['createRange'](_0x1b89cb['start'],_0x2bc298['start']),'convertInlineImageToBlock'),_0x2bc298['end']['isBefore'](_0x1b89cb['end'])&&_0xe5ff93['markInsertion'](_0x1c05e6['createRange'](_0x2bc298['end'],_0x1b89cb['end']),'convertInlineImageToBlock');});}),_0xe5ff93['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0xe5ff93['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0xe5ff93['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0xe5ff93['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0xe5ff93['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0xe5ff93['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x4aceda])=>{const _0x370416=_0xe5ff93['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x53b510=_0x4aceda['start'],_0x2c39fa=_0x4aceda['end'];const _0x44a6f3=_0x36b3c5['model']['schema']['getNearestSelectionRange'](_0x53b510,'backward'),_0x463397=_0x36b3c5['model']['schema']['getNearestSelectionRange'](_0x2c39fa,'forward');_0x44a6f3['isCollapsed']&&(_0x53b510=_0x44a6f3['start']),_0x463397['isCollapsed']&&(_0x2c39fa=_0x463397['end']),_0x370416([_0x36b3c5['model']['createRange'](_0x53b510,_0x2c39fa)]);}),_0xe5ff93['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x2288e5),_0xe5ff93['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x2288e5)),_0x36b3c5['plugins']['has']('ImageCaptionEditing')&&(_0xe5ff93['enableCommand']('toggleImageCaption',(_0x4f4916,_0x24cef6)=>{const _0x5bc113=_0x36b3c5['plugins']['get']('ImageCaptionUtils');let _0x3ef7ff=_0x5b7758['getClosestSelectedImageElement'](_0x36b3c5['model']['document']['selection']),_0x2f7a44=_0x5bc113['getCaptionFromImageModelElement'](_0x3ef7ff);_0x36b3c5['model']['change'](()=>{if(_0x2f7a44)return void _0xe5ff93['markDeletion'](_0x36b3c5['model']['createRangeOn'](_0x2f7a44));const _0x2d7cc9=_0x5b7758['isBlockImage'](_0x3ef7ff);_0x4f4916(_0x24cef6),_0x3ef7ff=_0x5b7758['getClosestSelectedImageElement'](_0x36b3c5['model']['document']['selection']),_0x2f7a44=_0x5bc113['getCaptionFromImageModelElement'](_0x3ef7ff),_0xe5ff93['markInsertion'](_0x36b3c5['model']['createRangeOn'](_0x2f7a44),_0x2d7cc9?null:'imageCaption');});}),_0xe5ff93['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x2288e5));const _0x16d335=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x4eb717(_0x15b250,_0x166798){const _0x1a2773=_0x16d335['findIndex'](({type:_0x582774,subType:_0x552b89})=>_0x15b250['type']==_0x582774&&_0x15b250['subType']==_0x552b89),_0x5eb6f2=_0x16d335['findIndex'](({type:_0x23cf26,subType:_0x5d638b})=>_0x166798['type']==_0x23cf26&&_0x166798['subType']==_0x5d638b);if(_0x1a2773<0x0||_0x5eb6f2<0x0)return!0x1;const _0x370ebf=_0x15b250['getFirstRange'](),_0x9c577e=_0x166798['getFirstRange']();if((0x0==_0x1a2773||0x1==_0x1a2773)&&0x2==_0x5eb6f2&&_0x370ebf['isIntersecting'](_0x9c577e))return!0x0;if(0x2==_0x1a2773&&0x3==_0x5eb6f2){const _0x2a4ad2=_0xe5ff93['_findSuggestions'](_0x370ebf,'insertion')['filter'](({suggestion:_0x19da5c,meta:_0x4bd56e})=>_0x4bd56e['isOwn']&&'convertInlineImageToBlock'==_0x19da5c['subType']);if(_0x2a4ad2['length']>0x1&&_0x9c577e['end']['isEqual'](_0x370ebf['start']))return!0x0;if(0x1==_0x2a4ad2['length']&&(_0x370ebf['start']['isEqual'](_0x9c577e['end'])||_0x370ebf['end']['isEqual'](_0x9c577e['start'])))return!0x0;}if(0x3==_0x1a2773&&0x3==_0x5eb6f2&&_0x370ebf['start']['isBefore'](_0x9c577e['start'])){const _0x558df8=_0x370ebf['end']['nodeAfter'],_0x4116a4=_0x9c577e['start']['nodeBefore'];return _0x5b7758['isBlockImage'](_0x558df8)&&_0x558df8===_0x4116a4;}return!0x1;}function _0x2288e5(_0x126dac,_0x2ff280){return _0x4eb717(_0x126dac,_0x2ff280)?[_0x126dac,_0x2ff280]:_0x4eb717(_0x2ff280,_0x126dac)?[_0x2ff280,_0x126dac]:null;}_0x36b3c5['plugins']['has']('ImageResize')&&(_0xe5ff93['enableDefaultAttributesIntegration']('resizeImage'),_0xe5ff93['registerBlockAttribute']('resizedWidth'),_0xe5ff93['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x2d918d,'FORMAT_IMAGE_SIZE'))),_0x36b3c5['plugins']['has']('ImageTextAlternativeEditing')&&(_0xe5ff93['enableDefaultAttributesIntegration']('imageTextAlternative'),_0xe5ff93['registerBlockAttribute']('alt')),_0xe5ff93['descriptionFactory']['registerDescriptionCallback'](_0xc59e2e=>{if(!!_0x16d335['find'](({type:_0x3ec988,subType:_0x366fb9})=>_0xc59e2e['type']==_0x3ec988&&_0xc59e2e['subType']==_0x366fb9))return _0xc59e2e['previous']?{}:void 0x0;}),_0xe5ff93['descriptionFactory']['registerDescriptionCallback'](_0x286f09=>{if('insertion'==_0x286f09['type']||'deletion'==_0x286f09['type']){const _0x48d71f=_0x286f09['getContainedElement']();if(_0x48d71f&&_0x48d71f['is']('element','caption'))return{'type':'insertion'==_0x286f09['type']?'addObject':'removeObject','element':_0x48d71f,'quantity':0x1};}}),_0xe5ff93['descriptionFactory']['registerDescriptionCallback'](_0x28d894=>'formatBlock'==_0x28d894['type']&&'convertInlineImageToBlock'==_0x28d894['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x28d894['type']&&'convertBlockImageToInline'==_0x28d894['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0xe5ff93['descriptionFactory']['registerDescriptionCallback'](_0x168c76=>{if('attribute'!=_0x168c76['type'])return;const {data:_0x345cb9}=_0x168c76;if(!_0x345cb9||'alt'!=_0x345cb9['key'])return;const _0xd18e06=_0x345cb9['newValue'];return _0xd18e06?{'type':'format','content':o(_0x2d918d,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0xd18e06+'\x22')}:{'type':'format','content':o(_0x2d918d,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1e4ea0=this['editor'],_0x95f811=_0x1e4ea0['locale'];_0x1e4ea0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4de0c7=>{if('formatBlock'!=_0x4de0c7['type']&&'formatInline'!=_0x4de0c7['type'])return;const {data:_0xeda947}=_0x4de0c7;if(_0xeda947){if('imageTextAlternative'==_0xeda947['commandName']){const _0x1b654e=_0xeda947['commandParams'][0x0]['newValue'];return _0x1b654e?{'type':'format','content':o(_0x95f811,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x1b654e+'\x22')}:{'type':'format','content':o(_0x95f811,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0xeda947['commandName']){const _0x17dd82=_0xeda947['commandParams'][0x0]['width'];return _0x17dd82?{'type':'format','content':o(_0x95f811,'*Set\x20image\x20width:*\x20%0',_0x17dd82)}:{'type':'format','content':o(_0x95f811,'*Reset\x20image\x20width*')};}}});}}class ot extends _0x231f11{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x1b0321=this['editor']['locale'],_0x45fab0=this['editor']['plugins']['get']('TrackChangesEditing');_0x45fab0['enableDefaultAttributesIntegration']('replaceImageSource'),_0x45fab0['registerBlockAttribute']('src'),_0x45fab0['descriptionFactory']['registerDescriptionCallback'](_0x48dded=>{if('attribute'!=_0x48dded['type'])return;const {data:_0x308f96}=_0x48dded;return _0x308f96&&'src'==_0x308f96['key']?_0x308f96['newValue']&&_0x308f96['oldValue']?{'type':'format','content':o(_0x1b0321,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x13336a=this['editor']['plugins']['get']('TrackChangesEditing');_0x13336a['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x13336a['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x13336a['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x13336a['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x40aeb7=this['editor'],_0x33d65d=_0x40aeb7['locale'];_0x40aeb7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x206bad=>{if('formatBlock'!=_0x206bad['type']&&'formatInline'!=_0x206bad['type'])return;const {data:_0x41b3b2}=_0x206bad;if(!_0x41b3b2||'replaceImageSource'!=_0x41b3b2['commandName'])return;return{'type':'format','content':o(_0x33d65d,'*Format:*\x20replace\x20image\x20URL')};});}}class rt extends _0x231f11{['afterInit'](){const _0x380a57=this['editor'];if(!_0x380a57['plugins']['has']('ImageStyleEditing'))return;const _0x529ccf=_0x380a57['plugins']['get']('TrackChangesEditing'),_0x5b76c9=_0x380a57['plugins']['get']('ImageUtils'),_0x24b68f={};_0x529ccf['enableCommand']('imageStyle',(_0x41c194,_0x3c4564)=>{const _0x469fdc=_0x380a57['plugins']['get']('Users')['me'],_0xebefbd=_0x380a57['commands']['get']('imageStyle');let _0x71f46f=_0x5b76c9['getClosestSelectedImageElement'](_0x380a57['model']['document']['selection']),_0x4b95ac=_0x380a57['model']['createRangeOn'](_0x71f46f),_0x3cac08=_0xebefbd['value'];if(_0x3cac08==_0x3c4564['value'])return;const _0x45ff49={'commandName':'imageStyle','commandParams':[_0x3c4564],'formatGroupId':_0x138912()};_0x380a57['model']['change'](()=>{if(_0x529ccf['getSuggestions']()['filter'](_0x22bef3=>_0x22bef3['isInContent']&&_0x469fdc==_0x22bef3['author']&&('formatBlock'==_0x22bef3['type']||'formatInline'==_0x22bef3['type'])&&('imageStylePreApply'==_0x22bef3['subType']||'imageStylePostApply'==_0x22bef3['subType'])&&_0x22bef3['getFirstRange']()['isEqual'](_0x4b95ac))['forEach'](_0x2fdec2=>_0x529ccf['discardSuggestion'](_0x2fdec2['head'])),_0x71f46f=_0x5b76c9['getClosestSelectedImageElement'](_0x380a57['model']['document']['selection']),_0x4b95ac=_0x380a57['model']['createRangeOn'](_0x71f46f),_0xebefbd['refresh'](),_0x380a57['commands']['get']('imageTypeInline')['refresh'](),_0x380a57['commands']['get']('imageTypeBlock')['refresh'](),_0x3cac08=_0xebefbd['value'],_0x3cac08!=_0x3c4564['value'])return _0x5b76c9['isInlineImage'](_0x71f46f)&&_0xebefbd['shouldConvertImageType'](_0x3c4564['value'],_0x71f46f)?(_0x41c194({..._0x3c4564,'setImageSizes':!0x1}),_0x71f46f=_0x5b76c9['getClosestSelectedImageElement'](_0x380a57['model']['document']['selection']),void _0x529ccf['markBlockFormat'](_0x71f46f,{..._0x45ff49,'commandReversedParams':[{'value':_0x3cac08||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x5b76c9['isBlockImage'](_0x71f46f)?_0x529ccf['markBlockFormat'](_0x71f46f,_0x45ff49,[],'imageStylePostApply'):_0x529ccf['markInlineFormat'](_0x4b95ac,_0x45ff49,'imageStylePostApply'));});});for(const _0x5015ed of _0x380a57['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x24b68f[_0x5015ed['name']]=_0x5015ed['title']['toLowerCase']();_0x529ccf['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x529ccf['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x529ccf['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x529ccf['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x2acf66])=>{_0x5b76c9['setImageNaturalSizeAttributes'](_0x2acf66['getContainedElement']());}),_0x529ccf['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x2d06b4,_0x45efe8)=>{_0x529ccf['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x2d06b4,{'commandName':_0x45efe8['commandName'],'commandParams':_0x45efe8['commandReversedParams']});}),_0x529ccf['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x35f75c,_0x24a900){if(_0x5bb84e(_0x35f75c,_0x24a900))return[_0x35f75c,_0x24a900];if(_0x5bb84e(_0x24a900,_0x35f75c))return[_0x24a900,_0x35f75c];return null;});const _0xc41005=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x5bb84e(_0x4731fb,_0x18f3c7){const _0x1111a3=_0xc41005['findIndex'](({type:_0x3f04bd,subType:_0x22c7d0})=>_0x4731fb['type']==_0x3f04bd&&_0x4731fb['subType']==_0x22c7d0),_0x20d37c=_0xc41005['findIndex'](({type:_0x3ccb6b,subType:_0x116b79})=>_0x18f3c7['type']==_0x3ccb6b&&_0x18f3c7['subType']==_0x116b79);if(_0x1111a3<0x0||_0x20d37c<0x0)return!0x1;const _0x1d23c7=_0x4731fb['getFirstRange'](),_0xdc84b2=_0x18f3c7['getFirstRange']();if((0x0==_0x1111a3||0x1==_0x1111a3)&&0x2==_0x20d37c&&_0x1d23c7['isIntersecting'](_0xdc84b2))return!0x0;if(0x2==_0x1111a3&&0x3==_0x20d37c){const _0x9e19d7=_0x529ccf['_findSuggestions'](_0x1d23c7,'insertion')['filter'](({suggestion:_0x3cda4e,meta:_0x18e249})=>_0x18e249['isOwn']&&'convertInlineImageToBlock'==_0x3cda4e['subType']);if(_0x9e19d7['length']>0x1&&_0xdc84b2['end']['isEqual'](_0x1d23c7['start']))return!0x0;if(0x1==_0x9e19d7['length']&&(_0x1d23c7['start']['isEqual'](_0xdc84b2['end'])||_0x1d23c7['end']['isEqual'](_0xdc84b2['start'])))return!0x0;}if(0x3==_0x1111a3&&0x3==_0x20d37c&&_0x1d23c7['start']['isBefore'](_0xdc84b2['start'])){const _0x5d8677=_0x1d23c7['end']['nodeAfter'],_0x2d44ff=_0xdc84b2['start']['nodeBefore'];return _0x5b76c9['isBlockImage'](_0x5d8677)&&_0x5d8677===_0x2d44ff;}return!0x1;}_0x380a57['model']['document']['registerPostFixer'](()=>{let _0x4bf32a=!0x1;const _0x28e35f=Array['from'](_0x380a57['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x3f06e4,data:_0x49b869}of _0x28e35f){const {group:_0x5317ab,type:_0x50d0d6,subType:_0x272d43,id:_0x517520}=_0x529ccf['_splitMarkerName'](_0x3f06e4);if('suggestion'==_0x5317ab&&_0x529ccf['hasSuggestion'](_0x517520)){if('formatBlock'==_0x50d0d6&&('imageStylePreApply'==_0x272d43||'imageStylePostApply'==_0x272d43)){const _0xb359b0=_0x529ccf['getSuggestion'](_0x517520);if(_0x49b869['newRange']){const _0x39d893=_0xb359b0['getFirstRange']()['getContainedElement']();if(_0x5b76c9['isBlockImage'](_0x39d893))continue;_0x529ccf['discardSuggestion'](_0xb359b0),_0x4bf32a=!0x0;}}if('insertion'==_0x50d0d6&&'imageCaption'==_0x272d43&&!_0x49b869['newRange']){const _0x5bdb58=_0x529ccf['getSuggestion'](_0x517520);_0x5bdb58['next']&&_0x5bdb58['next']['isInContent']&&(_0x529ccf['discardSuggestion'](_0x5bdb58['next']),_0x4bf32a=!0x0);}}}return _0x4bf32a;}),this['_registerLegacyDescription'](_0x24b68f);}['_registerLegacyDescription'](_0x4ab04c){const _0x84a34=this['editor'],_0x24f886=_0x84a34['locale'];_0x84a34['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x193ae4=>{if('formatBlock'!=_0x193ae4['type']&&'formatInline'!=_0x193ae4['type'])return;const {data:_0x4e0f38}=_0x193ae4;if(!_0x4e0f38||'imageStyle'!=_0x4e0f38['commandName'])return;const _0x2a2356=_0x4e0f38['commandParams'][0x0]['value'];return _0x6d073d('side'===_0x2a2356?o(_0x24f886,'FORMAT_SIDE_IMAGE'):_0x4ab04c[_0x2a2356]||_0x2a2356);function _0x6d073d(_0x88d5ff){return{'type':'format','content':o(_0x24f886,'*Format:*\x20%0',_0x88d5ff)};}});}}class at extends _0x231f11{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x252304){super(_0x252304),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x335065=this['editor'],_0x1b587b=_0x335065['commands']['get']('importWord'),_0x2d0038=_0x335065['commands']['get']('trackChanges');_0x1b587b&&(_0x1b587b['on']('execute',(_0x526a2a,[,_0x297294])=>{this['_trackChangesValueDuringImport']=_0x2d0038['value'],_0x297294['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x1b587b,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x1b587b,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x2d0038['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x335065['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x2ab9c0,_0x362daa){const {suggestions:_0x3db351}=_0x362daa,_0x5c31f4=this['editor']['commands']['get']('trackChanges'),_0x195b56=_0x5c31f4['value'];this['_trackChangesValueDuringImport']!==_0x195b56&&(_0x5c31f4['execute'](),this['_trackChangesExecuted']=!0x0),_0x3db351&&_0x3db351['forEach'](({id:_0x1f034c,type:_0x1566b2,author:_0x314599,created_at:_0x4991d2})=>{const _0x1be5e5={'id':_0x1f034c,'type':_0x1566b2,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x314599,'createdAt':_0x4991d2?new Date(_0x4991d2):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x1be5e5);});}}class ct extends _0x231f11{['afterInit'](){const _0x4ca3f7=this['editor'],_0x502e07=_0x4ca3f7['plugins']['get']('TrackChangesEditing');if(_0x4ca3f7['plugins']['has']('IndentEditing')&&(_0x502e07['enableCommand']('indent'),_0x502e07['enableCommand']('outdent')),_0x4ca3f7['plugins']['has']('IndentBlock')){for(const _0x2e6229 of['indentBlock','outdentBlock'])_0x502e07['enableDefaultAttributesIntegration'](_0x2e6229);}const _0x1b6dff=_0x4ca3f7['locale'];_0x502e07['registerBlockAttribute']('blockIndent'),_0x502e07['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x1b6dff,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x883505=this['editor'],_0x493828=_0x883505['locale'],_0x1482fe=_0x883505['plugins']['get']('TrackChangesEditing');_0x1482fe['descriptionFactory']['registerDescriptionCallback'](_0x4a3681=>{if('formatBlock'!=_0x4a3681['type'])return;const {data:_0x3450d4}=_0x4a3681;if(!_0x3450d4)return;if('indentBlock'!=_0x3450d4['commandName']&&'outdentBlock'!=_0x3450d4['commandName'])return;const _0x1633e9=_0x4a3681['getItems']()[0x0],_0x2cf36c=_0x1482fe['descriptionFactory']['getItemLabel'](_0x1633e9);return'indentBlock'==_0x3450d4['commandName']?{'type':'format','content':o(_0x493828,'*Indent:*\x20%0',_0x2cf36c)}:'outdentBlock'==_0x3450d4['commandName']?{'type':'format','content':o(_0x493828,'*Outdent:*\x20%0',_0x2cf36c)}:void 0x0;});}}class ut extends _0x231f11{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x231f11{['afterInit'](){const _0x2ce2c3=this['editor'];if(!_0x2ce2c3['plugins']['has']('LinkEditing'))return;const _0x1c2e3e=_0x2ce2c3['plugins']['get']('TrackChangesEditing'),_0x466ebc=_0x2ce2c3['commands']['get']('link');_0x1c2e3e['enableDefaultAttributesIntegration']('link'),_0x1c2e3e['enableDefaultAttributesIntegration']('unlink'),_0x1c2e3e['registerInlineAttribute']('linkHref');for(const _0x588211 of _0x466ebc['manualDecorators'])_0x1c2e3e['registerInlineAttribute'](_0x588211['id']),_0x1c2e3e['descriptionFactory']['registerAttributeLabel'](_0x588211['id'],'link\x20('+_0x588211['label']['toLowerCase']()+')');_0x1c2e3e['descriptionFactory']['registerDescriptionCallback'](_0x14d56f=>{if('attribute'!=_0x14d56f['type'])return;const {data:_0x4b64f6}=_0x14d56f;if(!_0x4b64f6||'linkHref'!=_0x4b64f6['key'])return;const _0x3c7668=_0x4b64f6['newValue'],_0x62c66d=_0x2ce2c3['locale'];return{'type':'format','content':null==_0x3c7668?o(_0x62c66d,'*Remove\x20link*'):o(_0x62c66d,'*Set\x20link:*\x20%0','\x22'+_0x3c7668+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2a99c6=this['editor'],_0x58de59=_0x2a99c6['locale'];_0x2a99c6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x333d93=>{if('formatInline'!=_0x333d93['type'])return;const {data:_0x2f03d5}=_0x333d93;if(_0x2f03d5){if('link'==_0x2f03d5['commandName']){const _0x50de44=_0x2f03d5['commandParams'][0x0];return{'type':'format','content':o(_0x58de59,'*Set\x20link:*\x20%0','\x22'+_0x50de44+'\x22')};}return'unlink'==_0x2f03d5['commandName']?{'type':'format','content':o(_0x58de59,'*Remove\x20link*')}:void 0x0;}});}}class ft extends _0x231f11{['afterInit'](){const _0xe1c993=this['editor'],_0x463006=_0xe1c993['locale'];if(!_0xe1c993['plugins']['has']('LegacyListEditing'))return;const _0x5ddc3c=_0xe1c993['plugins']['get']('TrackChangesEditing'),_0x2d367e=_0xe1c993['plugins']['has']('LegacyTodoListEditing');function _0x5d3b1c(_0x5b2f02){return()=>{const _0x4cdf55=_0xe1c993['model']['document']['selection'],_0x8d4672=_0xe1c993['commands']['get'](_0x5b2f02);if(_0x8d4672['value'])return void _0xe1c993['execute']('paragraph',{});const _0x58033f=_0x5b2f02['slice'](0x0,-0x4),_0x2c3e0b=function(_0x43eb18,_0x2fdba7,_0xc3ffb5){let _0x1aff36=Array['from'](_0x43eb18)['filter'](_0x2cbd45=>function(_0x4f39d8,_0x59e3f8){return _0x59e3f8['checkChild'](_0x4f39d8['parent'],'listItem')&&!_0x59e3f8['isObject'](_0x4f39d8);}(_0x2cbd45,_0xc3ffb5));_0x1aff36=_0x1aff36['filter'](_0x22ec01=>!_0x22ec01['is']('element','listItem')||_0x22ec01['getAttribute']('listType')!=_0x2fdba7);const _0x4509c1=new Set();for(const _0x241add of _0x1aff36)_0x241add['is']('element','listItem')?_0x4509c1['add'](fe(_0x241add)):_0x4509c1['add'](_0x241add);return Array['from'](_0x4509c1);}(_0x4cdf55['getSelectedBlocks'](),_0x58033f,_0xe1c993['model']['schema']);_0xe1c993['model']['change'](()=>{for(const _0xb400f1 of _0x2c3e0b)_0x5ddc3c['markBlockFormat'](_0xb400f1,{'commandName':_0x5b2f02,'commandParams':[{'forceValue':!_0x8d4672['value']}],'formatGroupId':'blockName'},ue(_0xb400f1));});};}function _0x260fee(_0xee1523){return()=>{const _0x703edb=function(_0x2b86cf){let _0x340f08=Array['from'](_0x2b86cf);const _0x2ec974=_0x340f08['findIndex'](_0x5efa96=>'listItem'!=_0x5efa96['name']);return _0x2ec974>-0x1&&(_0x340f08=_0x340f08['slice'](0x0,_0x2ec974)),_0x340f08;}(_0xe1c993['model']['document']['selection']['getSelectedBlocks']()),_0x43af62=_0xe1c993['model']['createRange'](_0xe1c993['model']['createPositionAt'](_0x703edb[0x0],'before'),_0xe1c993['model']['createPositionAt'](_0x703edb[_0x703edb['length']-0x1],'end'));_0xe1c993['model']['change'](()=>{_0x5ddc3c['markBlockFormat'](_0x43af62,{'commandName':_0xee1523,'commandParams':[],'formatGroupId':'listIndent'},function(_0x335983){const _0x536044=new Set();for(const _0x91125f of _0x335983){let _0x408f76=_0x91125f['nextSibling'];for(;_0x408f76&&_0x408f76['getAttribute']('listIndent')>_0x91125f['getAttribute']('listIndent');)_0x536044['add'](_0x408f76),_0x408f76=_0x408f76['nextSibling'];}return Array['from'](_0x536044);}(_0x703edb));});};}_0x5ddc3c['enableCommand']('numberedList',_0x5d3b1c('numberedList')),_0x5ddc3c['enableCommand']('bulletedList',_0x5d3b1c('bulletedList')),_0x2d367e&&_0x5ddc3c['enableCommand']('todoList',_0x5d3b1c('todoList')),_0x5ddc3c['enableCommand']('indentList',_0x260fee('indentList')),_0x5ddc3c['enableCommand']('outdentList',_0x260fee('outdentList')),_0x2d367e&&_0x5ddc3c['enableCommand']('checkTodoList',()=>{const _0x48134c=_0xe1c993['commands']['get']('checkTodoList'),_0x1bb0df=Array['from'](_0x48134c['_selectedElements']);_0x1bb0df['filter'](_0x357faf=>_0x357faf['getAttribute']('todoListChecked')!=_0x48134c['value']),_0xe1c993['model']['change'](()=>{for(const _0x52087c of _0x1bb0df)_0x5ddc3c['markBlockFormat'](_0x52087c,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x48134c['value']}]});});}),_0x5ddc3c['descriptionFactory']['registerElementLabel']('listItem',_0x3e916a=>o(_0x463006,'ELEMENT_LIST_ITEM',_0x3e916a)),_0x5ddc3c['descriptionFactory']['registerDescriptionCallback'](_0x14e1fe=>{if('formatBlock'!=_0x14e1fe['type']&&'formatInline'!=_0x14e1fe['type'])return;const {data:_0xee13e4}=_0x14e1fe;if(_0xee13e4){if('numberedList'==_0xee13e4['commandName']||'bulletedList'==_0xee13e4['commandName']||'todoList'==_0xee13e4['commandName'])switch(_0xee13e4['commandName']['replace']('List','')){case'bulleted':return _0xfbdd72(o(_0x463006,'ELEMENT_BULLETED_LIST'));case'numbered':return _0xfbdd72(o(_0x463006,'ELEMENT_NUMBERED_LIST'));case'todo':return _0xfbdd72(o(_0x463006,'ELEMENT_TODO_LIST'));}if('indentList'==_0xee13e4['commandName'])return{'type':'format','content':o(_0x463006,'*Indent:*\x20%0',o(_0x463006,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0xee13e4['commandName'])return{'type':'format','content':o(_0x463006,'*Outdent:*\x20%0',o(_0x463006,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0xee13e4['commandName'])return _0xee13e4['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x463006,'*Check\x20item*')}:{'type':'format','content':o(_0x463006,'*Uncheck\x20item*')};}function _0xfbdd72(_0x88d107){return{'type':'format','content':o(_0x463006,'*Change\x20to:*\x20%0',_0x88d107)};}});}}function fe(_0x3f852a){const _0x12a0c7=_0x3f852a['getAttribute']('listIndent');if(0x0==_0x12a0c7)return _0x3f852a;let _0x1d211f=_0x3f852a;for(;_0x3f852a['previousSibling']&&_0x3f852a['previousSibling']['is']('element','listItem');){const _0x41f7a2=_0x3f852a['previousSibling']['getAttribute']('listIndent');if(_0x41f7a2==_0x12a0c7)_0x1d211f=_0x3f852a['previousSibling'];else{if(_0x41f7a2<_0x12a0c7)break;}_0x3f852a=_0x3f852a['previousSibling'];}return _0x1d211f;}function ue(_0x6f96){const _0x562ae2=[];if(_0x6f96['is']('element','listItem')&&_0x6f96['getAttribute']('listIndent')>0x0){let _0x240587=_0x6f96['nextSibling'];for(;_0x240587&&'listItem'==_0x240587['name']&&_0x240587['getAttribute']('listIndent')==_0x6f96['getAttribute']('listIndent');)_0x562ae2['push'](_0x240587),_0x240587=_0x240587['nextSibling'];}return _0x562ae2;}class W extends _0x231f11{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x3e1a61=this['editor']['config']['get']('list.properties'),_0x30f485=this['editor']['plugins']['get']('TrackChangesEditing');_0x3e1a61['styles']&&_0x30f485['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x3e1a61['reversed']&&_0x30f485['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x3e1a61['startIndex']&&_0x30f485['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x30f485['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x1efd00,_0x2747cd={}){const _0x3cb2ca=this['editor']['plugins']['get']('TrackChangesEditing'),_0x56b8c5=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x3cb2ca['markMultiRangeBlockFormat'](_0x56b8c5,{'commandName':'listStyle','commandParams':[{'type':_0x2747cd['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x4a2ad0,_0x4d1b61={}){const _0x235f63=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4ff624=this['_getSuggestionBlocks'](_0x794b33=>_0x794b33['is']('element','listItem')&&'numbered'===_0x794b33['getAttribute']('listType'));if(_0x4ff624['length']<0x1)return;const _0x44b8b5=_0x4ff624['map'](_0x452abd=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x452abd,'before'),this['editor']['model']['createPositionAt'](_0x452abd,0x0)));this['editor']['model']['change'](()=>{_0x235f63['markMultiRangeBlockFormat'](_0x44b8b5,{'commandName':'listReversed','commandParams':[{'reversed':_0x4d1b61['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x5c4003,_0x5a70bb={}){const _0x30c3b5=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1f43a6=this['_getSuggestionBlocks'](_0x5667d1=>_0x5667d1['is']('element','listItem')&&'numbered'===_0x5667d1['getAttribute']('listType'));if(_0x1f43a6['length']<0x1)return;const _0x234b9a=_0x1f43a6['map'](_0x231560=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x231560,'before'),this['editor']['model']['createPositionAt'](_0x231560,0x0)));this['editor']['model']['change'](()=>{_0x30c3b5['markMultiRangeBlockFormat'](_0x234b9a,{'commandName':'listStart','commandParams':[{'startIndex':_0x5a70bb['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x14c2f0){if('formatBlock'!=_0x14c2f0['type']&&'formatInline'!=_0x14c2f0['type'])return;const _0x4d9487=this['editor']['locale'],{data:_0x2757a4}=_0x14c2f0;if(!_0x2757a4)return;let _0x19098d,_0x51708b;switch(_0x2757a4['commandName']){case'listStyle':_0x19098d='*Change\x20to:*\x20%0',_0x51708b={'type':'format','content':o(_0x4d9487,_0x19098d,o(_0x4d9487,this['_getTranslationKeyForListStyle'](_0x2757a4['commandParams'][0x0]['type'])))};break;case'listReversed':_0x19098d=_0x2757a4['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x51708b={'type':'format','content':o(_0x4d9487,_0x19098d)};break;case'listStart':_0x19098d='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x51708b={'type':'format','content':o(_0x4d9487,_0x19098d,_0x2757a4['commandParams'][0x0]['startIndex'])};}return _0x51708b;}['_getSuggestionBlocksForListStyle'](){const _0x28b129=this['editor']['plugins']['get']('LegacyListUtils');let _0x50db94=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x50db94[0x0]?.['is']('element','listItem')&&_0x50db94['unshift'](..._0x28b129['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x50db94[_0x50db94['length']-0x1]?.['is']('element','listItem')&&_0x50db94['push'](..._0x28b129['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x50db94=[...new Set(_0x50db94)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x50db94=_0x50db94['filter'](_0x52a6bd=>_0x52a6bd['is']('element','listItem'))),_0x50db94;}['_getSuggestionBlocks'](_0x5cacb1){const _0x10999f=this['editor']['plugins']['get']('LegacyListUtils');let _0x101aa4=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x5cacb1)['map'](_0x2a1675=>{const _0x218bea=this['editor']['model']['createPositionAt'](_0x2a1675,0x0);return[..._0x10999f['getSiblingNodes'](_0x218bea,'backward'),..._0x10999f['getSiblingNodes'](_0x218bea,'forward')];})['flat']();return _0x101aa4=[...new Set(_0x101aa4)],_0x101aa4;}['_getTranslationKeyForListStyle'](_0x42fd2d){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x42fd2d)||'default')['toUpperCase']()+'_LIST_'+_0x42fd2d['toUpperCase']()['replace'](/-/g,'_');}}class lt extends _0x231f11{['afterInit'](){const _0x3c8bbd=this['editor'];if(!_0x3c8bbd['plugins']['has']('MediaEmbedEditing'))return;const _0x190a01=_0x3c8bbd['plugins']['get']('TrackChangesEditing'),_0x231d00=_0x3c8bbd['locale'];_0x190a01['enableCommand']('mediaEmbed'),_0x190a01['descriptionFactory']['registerElementLabel']('media',_0x46d26c=>o(_0x231d00,'ELEMENT_MEDIA',_0x46d26c)),_0x3c8bbd['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x438e70,{writer:_0xab50d,options:_0xae08b})=>{if(_0xae08b['showSuggestionHighlights'])return _0xab50d['createEmptyElement']('div');},'converterPriority':'high'}),_0x3c8bbd['data']['downcastDispatcher']['on']('attribute:url:media',(_0x44cf9f,_0x1fc6da,_0x406737)=>{_0x406737['options']['showSuggestionHighlights']&&_0x44cf9f['stop']();},{'priority':'high'});}}class mt extends _0x231f11{['afterInit'](){const _0x2f99fd=this['editor'];_0x2f99fd['plugins']['has']('MentionEditing')&&_0x2f99fd['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class dt extends _0x231f11{['afterInit'](){const _0x5dcc30=this['editor'];if(!_0x5dcc30['commands']['get']('insertMergeField'))return;_0x5dcc30['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField');const _0x111274=_0x5dcc30['plugins']['get']('TrackChangesEditing'),_0x42b531=_0x5dcc30['locale'];_0x111274['descriptionFactory']['registerElementLabel']('mergeField',_0x39fb08=>o(_0x42b531,'ELEMENT_MERGE_FIELD',_0x39fb08)),_0x111274['descriptionFactory']['registerDescriptionCallback'](_0xdd0fb9=>{if('insertion'!=_0xdd0fb9['type']&&'deletion'!=_0xdd0fb9['type'])return;const _0x19f563=_0xdd0fb9['getContainedElement']();if(null==_0x19f563)return;if(!_0x19f563['is']('element','mergeField'))return;const _0xfabaf8=_0x5dcc30['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x19f563['getAttribute']('id'));return'insertion'==_0xdd0fb9['type']?{'type':'insertion','content':o(_0x42b531,'*Insert:*\x20%0','\x22'+_0xfabaf8+'\x22\x20'+o(_0x42b531,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x42b531,'*Remove:*\x20%0','\x22'+_0xfabaf8+'\x22\x20'+o(_0x42b531,'ELEMENT_MERGE_FIELD'))};});}}class pt extends _0x231f11{['afterInit'](){const _0x568d91=this['editor'],_0x5594c=_0x568d91['plugins']['get']('TrackChangesEditing');_0x568d91['plugins']['has']('MultiLevelList')&&(_0x5594c['enableDefaultAttributesIntegration']('multiLevelList'),_0x5594c['registerBlockAttribute']('listMarkerStyle'),_0x5594c['descriptionFactory']['registerDescriptionCallback'](_0x5a0164=>this['handleDescriptions'](_0x5a0164)));}['handleDescriptions'](_0x4ecb43){const _0x571391=this['editor']['locale'],{data:_0x3c2952}=_0x4ecb43,_0xccb30f={'type':'format','content':''};if(_0x3c2952&&'listMarkerStyle'==_0x3c2952['key']){if(!_0x3c2952['oldValue'])return{'type':'format','content':o(_0x571391,'*Set\x20format:*\x20%0',o(_0x571391,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x3c2952['newValue']+')'};if(!_0x3c2952['newValue']){let _0x27d931=_0x4ecb43['head'];for(;_0x27d931;){if(_0x27d931['data']&&'listType'==_0x27d931['data']['key']&&_0x27d931['data']['newValue'])return _0xccb30f;_0x27d931=_0x27d931['next'];}return{'type':'format','content':o(_0x571391,'*Remove\x20format:*\x20%0',o(_0x571391,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x3c2952['oldValue']+')'};}}}}class kt extends _0x231f11{['afterInit'](){const _0x5925b5=this['editor'];if(!_0x5925b5['plugins']['has']('PageBreakEditing'))return;_0x5925b5['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x33fb5b=_0x5925b5['plugins']['get']('TrackChangesEditing'),_0x2259b4=_0x5925b5['locale'];_0x33fb5b['descriptionFactory']['registerElementLabel']('pageBreak',_0x2904e4=>o(_0x2259b4,'ELEMENT_PAGE_BREAK',_0x2904e4));}}class bt extends _0x231f11{['afterInit'](){const _0x311c77=this['editor'];if(!_0x311c77['plugins']['has']('Paragraph'))return;const _0x430644=_0x311c77['locale'],_0x5d1b68=_0x311c77['plugins']['get']('TrackChangesEditing');_0x5d1b68['descriptionFactory']['registerElementLabel']('paragraph',_0x46b7f2=>o(_0x430644,'ELEMENT_PARAGRAPH',_0x46b7f2)),_0x5d1b68['enableDefaultAttributesIntegration']('paragraph'),_0x5d1b68['enableCommand']('insertParagraph'),_0x311c77['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x311c77),{'priority':'highest'}),_0x311c77['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x2606d5,_0x1fe5b0,_0xec38b)=>{_0xec38b['options']['showSuggestionHighlights']&&nr(_0x311c77,{'showActiveMarker':!0x1})(_0x2606d5,_0x1fe5b0,_0xec38b);},{'priority':'highest'});const _0x3252a0=_0x5d1b68['descriptionFactory'];_0x3252a0['registerDescriptionCallback'](_0x31590f=>{if('insertion'!==_0x31590f['type'])return;const {start:_0x468299,end:_0x4238fc}=_0x31590f['getFirstRange']();if(!_0x468299['isTouching'](_0x4238fc)||!_0x468299['nodeAfter'])return;const _0x2d66f1=_0x311c77['model']['schema'],_0x3e669e=_0x468299['nodeAfter'];return _0x2d66f1['isBlock'](_0x3e669e)&&!_0x2d66f1['isLimit'](_0x3e669e)&&_0x2d66f1['checkChild'](_0x3e669e,'$text')?{'type':'insertion','content':o(_0x430644,'*Insert:*\x20%0',_0x3252a0['getItemLabel'](_0x3e669e,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x224f4b=this['editor'],_0x348f9a=_0x224f4b['locale'];_0x224f4b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x8a5b6b=>{if('formatBlock'!=_0x8a5b6b['type'])return;const {data:_0x20e202}=_0x8a5b6b;return _0x20e202&&'paragraph'==_0x20e202['commandName']?{'type':'format','content':o(_0x348f9a,'*Change\x20to:*\x20%0',o(_0x348f9a,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x17e080,{showActiveMarker:_0x1f9835=!0x0}={}){return(_0x1193ee,_0x27e451,_0x19d88e)=>{const _0xc48db9=_0x17e080['plugins']['get']('TrackChangesEditing'),_0x4cbc30=_0x27e451['markerRange']['start'],_0x51ee51=_0x27e451['markerRange']['end'],_0x21e3de=_0x17e080['model']['schema'];if(!_0x4cbc30['isTouching'](_0x51ee51)||!_0x4cbc30['nodeAfter'])return;const _0x481695=_0x4cbc30['nodeAfter'];if(_0x21e3de['isBlock'](_0x481695)&&!_0x21e3de['isLimit'](_0x481695)&&_0x21e3de['checkChild'](_0x481695,'$text')){if(!_0x19d88e['consumable']['consume'](_0x27e451['markerRange'],_0x1193ee['name']))return;const _0x21a3ab=_0x19d88e['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x57e093=_0x19d88e['mapper']['toViewPosition'](_0x51ee51);_0x1f9835&&_0xc48db9['activeMarkers']['includes'](_0x27e451['markerName'])&&_0x19d88e['writer']['addClass']('ck-suggestion-marker--active',_0x21a3ab),_0x19d88e['writer']['insert'](_0x57e093,_0x21a3ab),_0x19d88e['mapper']['bindElementToMarker'](_0x21a3ab,_0x27e451['markerName']);}};}class wt extends _0x231f11{['afterInit'](){const _0x200f52=this['editor'];if(!_0x200f52['plugins']['has']('RemoveFormatEditing'))return;_0x200f52['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1150c9=this['editor'];_0x1150c9['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x8d75b6=>{if('formatBlock'!=_0x8d75b6['type']&&'formatInline'!=_0x8d75b6['type'])return;const {data:_0xb64fd5}=_0x8d75b6;return _0xb64fd5&&'removeFormat'==_0xb64fd5['commandName']?{'type':'format','content':o(_0x1150c9['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class yt extends _0x231f11{['afterInit'](){const _0x1189be=this['editor'];if(!_0x1189be['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x564a4c=_0x1189be['plugins']['get']('TrackChangesEditing');_0x564a4c['enableCommand']('goToPreviousRestrictedEditingException'),_0x564a4c['enableCommand']('goToNextRestrictedEditingException');const _0x225009=_0x1189be['plugins']['get']('RestrictedEditingModeEditing');_0x225009['enableCommand']('trackChanges'),_0x225009['enableCommand']('acceptSuggestion'),_0x225009['enableCommand']('discardSuggestion'),_0x225009['enableCommand']('acceptAllSuggestions'),_0x225009['enableCommand']('discardAllSuggestions'),_0x225009['enableCommand']('acceptSelectedSuggestions'),_0x225009['enableCommand']('discardSelectedSuggestions');}}class jt extends _0x231f11{static get['requires'](){return[_0x4e9e3c];}['init'](){const _0x46f9c4=this['editor'],_0x30e1b9=_0x46f9c4['plugins']['get']('TrackChangesEditing');_0x30e1b9['enableCommand']('shiftEnter'),_0x46f9c4['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ge(_0x46f9c4),{'priority':'high'}),_0x46f9c4['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ge(_0x46f9c4),{'priority':'high'}),_0x46f9c4['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x234181,_0x45a766,_0x581ed0)=>{_0x581ed0['options']['showSuggestionHighlights']&&ge(_0x46f9c4,{'showActiveMarker':!0x1})(_0x234181,_0x45a766,_0x581ed0);}),_0x30e1b9['descriptionFactory']['registerElementLabel']('softBreak',_0x8dac92=>o(_0x46f9c4['locale'],'ELEMENT_LINE_BREAK',_0x8dac92));}}function ge(_0x6f48a1,{showActiveMarker:_0x1fe2f8=!0x0}={}){return(_0x4d3c64,_0x5b9f83,_0x2b5e4f)=>{const _0x30e84f=_0x6f48a1['plugins']['get']('TrackChangesEditing');if(!_0x2b5e4f['consumable']['test'](_0x5b9f83['markerRange'],_0x4d3c64['name']))return;const _0x3334b5=_0x6f48a1['model'];for(const _0x50696f of _0x5b9f83['markerRange']['getItems']()){if(!_0x50696f['is']('element','softBreak'))continue;const _0x37d7a3='deletion'==_0x5b9f83['markerName']['split'](':')[0x1]?'merge':'split',_0x2a45e6=_0x2b5e4f['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x37d7a3}),_0x32f729=_0x2b5e4f['mapper']['toViewPosition'](_0x3334b5['createPositionBefore'](_0x50696f));_0x1fe2f8&&_0x30e84f['activeMarkers']['includes'](_0x5b9f83['markerName'])&&_0x2b5e4f['writer']['addClass']('ck-suggestion-marker--active',_0x2a45e6),_0x2b5e4f['writer']['insert'](_0x32f729,_0x2a45e6),_0x2b5e4f['mapper']['bindElementToMarker'](_0x2a45e6,_0x5b9f83['markerName']);}};}class St extends _0x231f11{['afterInit'](){const _0xf91c46=this['editor'],_0x5883fe=_0xf91c46['model'],_0x484f79=_0xf91c46['locale'];if(!_0xf91c46['plugins']['has']('StandardEditingModeEditing'))return;const _0x71f652=_0xf91c46['plugins']['get']('TrackChangesEditing'),_0x463d60='restrictedEditingException',_0xc9b3ed=_0xf91c46['commands']['get'](_0x463d60);_0x71f652['enableCommand'](_0x463d60,(_0x6e7993,_0x598eb8={})=>{const _0x12a2df=_0x5883fe['document']['selection'];if(_0x12a2df['isCollapsed'])return void _0x6e7993(_0x598eb8);const _0x24be6d=void 0x0!==_0x598eb8['forceValue']?_0x598eb8['forceValue']:!_0xc9b3ed['value'];_0x5883fe['change'](()=>{const _0xc7847a=Array['from'](_0x12a2df['getRanges']());for(const _0x2112c7 of _0xc7847a){const _0x2937a0=_0x24be6d?[_0x2112c7]:io(_0x463d60,_0x2112c7,_0x5883fe);for(const _0x53288d of _0x2937a0)_0x71f652['markInlineFormat'](_0x53288d,{'commandName':_0x463d60,'commandParams':[{'forceValue':_0x24be6d}]});}});}),_0x71f652['descriptionFactory']['registerDescriptionCallback'](_0x14c79c=>{if('formatBlock'!=_0x14c79c['type']&&'formatInline'!=_0x14c79c['type'])return;const {data:_0x533cf9}=_0x14c79c;return _0x533cf9&&_0x533cf9['commandName']==_0x463d60?_0x533cf9['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x484f79,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x484f79,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class At extends _0x231f11{['afterInit'](){const _0x25b47b=this['editor'];if(!_0x25b47b['plugins']['has']('Style')||!_0x25b47b['plugins']['has']('DataSchema'))return;const _0x4184b4=_0x25b47b['plugins']['get']('TrackChangesEditing'),_0x21902d=_0x25b47b['locale'],_0x13c779=_0x25b47b['config']['get']('style')||{},_0x2f35a3=_0x25b47b['plugins']['get']('GeneralHtmlSupport'),_0x5cf7f0=_0x25b47b['plugins']['get']('StyleUtils')['normalizeConfig'](_0x25b47b['plugins']['get']('DataSchema'),_0x13c779['definitions']);_0x4184b4['enableDefaultAttributesIntegration']('style');const _0xe627b2=new Set();for(const _0x4f1806 of _0x5cf7f0['block']){const _0x114d9f=_0x2f35a3['getGhsAttributeNameForElement'](_0x4f1806['element']);_0xe627b2['add'](_0x114d9f);}const _0xca102b=new Set();for(const _0x5cb54d of _0x5cf7f0['inline']){const _0xc45103=_0x2f35a3['getGhsAttributeNameForElement'](_0x5cb54d['element']);_0xca102b['add'](_0xc45103);for(const _0x4af409 of _0x5cb54d['ghsAttributes'])_0xca102b['add'](_0x4af409);}for(const _0x137042 of _0xe627b2)_0x4184b4['registerBlockAttribute'](_0x137042),_0x4184b4['descriptionFactory']['registerAttributeLabel'](_0x137042,o(_0x21902d,'FORMAT_STYLE'));for(const _0x7243d4 of _0xca102b)_0x4184b4['registerInlineAttribute'](_0x7243d4),_0x4184b4['descriptionFactory']['registerAttributeLabel'](_0x7243d4,o(_0x21902d,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4d0977=this['editor'],_0x5252b1=_0x4d0977['locale'];_0x4d0977['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3cc0c8=>{if('formatBlock'!=_0x3cc0c8['type']&&'formatInline'!=_0x3cc0c8['type'])return;const {data:_0xf68a4c}=_0x3cc0c8;return _0xf68a4c&&'style'===_0xf68a4c['commandName']?_0xf68a4c['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x5252b1,'*Set\x20format:*\x20%0',_0xf68a4c['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x5252b1,'*Remove\x20format:*\x20%0',_0xf68a4c['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class It extends _0x231f11{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x5c5c23){super(_0x5c5c23),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x35a4bc=this['editor'],_0x23c5fe=_0x35a4bc['model']['document']['selection'];if(!_0x35a4bc['plugins']['has']('TableEditing'))return;const _0x40dff3=_0x35a4bc['locale'],_0x30c484=_0x35a4bc['plugins']['get']('TrackChangesEditing'),_0x2e6573=_0x35a4bc['plugins']['get']('TableUtils');_0x30c484['descriptionFactory']['registerElementLabel']('table',_0x3b0920=>o(_0x40dff3,'ELEMENT_TABLE',_0x3b0920)),this['_setupColumnsRowsFixing'](),_0x30c484['enableCommand']('insertTable'),_0x30c484['enableCommand']('selectTableRow'),_0x30c484['enableCommand']('selectTableColumn');for(const _0x35f948 of['insertTableRowAbove','insertTableRowBelow']){const _0x1a1cb5=_0x35a4bc['commands']['get'](_0x35f948);_0x30c484['enableCommand'](_0x35f948,_0x6f5a29=>{_0x35a4bc['model']['change'](_0xe36bce=>{_0x6f5a29();const _0x436888='above'===_0x1a1cb5['order'],_0x4210b2=_0x2e6573['getSelectionAffectedTableCells'](_0x23c5fe),_0x53ddc0=_0x2e6573['getRowIndexes'](_0x4210b2),_0x4fceb3=_0x436888?_0x53ddc0['first']-0x1:_0x53ddc0['last']+0x1,_0x2bacbe=_0x4210b2[0x0]['findAncestor']('table'),_0x4e72b7=_0x2e6573['createTableWalker'](_0x2bacbe,{'startRow':_0x4fceb3,'endRow':_0x4fceb3}),_0x328b70=Array['from'](_0x4e72b7)['map'](_0x5a1da0=>_0xe36bce['createRangeOn'](_0x5a1da0['cell']));_0x30c484['markMultiRangeInsertion'](_0x328b70,'tableRow');});});}for(const _0x22f235 of['insertTableColumnLeft','insertTableColumnRight']){const _0x1a5f0d=_0x35a4bc['commands']['get'](_0x22f235);_0x30c484['enableCommand'](_0x22f235,_0x2dfa85=>{_0x35a4bc['model']['change'](_0x3e7e9d=>{_0x2dfa85();const _0x2b4e2a='left'===_0x1a5f0d['order'],_0x432587=_0x2e6573['getSelectionAffectedTableCells'](_0x23c5fe),_0x4b7efe=_0x2e6573['getColumnIndexes'](_0x432587),_0x2537bf=_0x2b4e2a?_0x4b7efe['first']-0x1:_0x4b7efe['last']+0x1,_0x1aa15b=_0x432587[0x0]['findAncestor']('table'),_0x727887=_0x2e6573['createTableWalker'](_0x1aa15b,{'startRow':0x0,'column':_0x2537bf,'includeAllSlots':!0x1}),_0x2019ee=Array['from'](_0x727887)['map'](_0x4e0612=>_0x3e7e9d['createRangeOn'](_0x4e0612['cell']));_0x30c484['markMultiRangeInsertion'](_0x2019ee,'tableColumn');});});}for(const _0xd26248 of['removeTableRow','removeTableColumn']){const _0x1e1549=_0xd26248['substr'](0xb),_0x5dad71=_0x1e1549['toLowerCase'](),_0x246f87=_0x5dad71['substr'](0x0,0x3)+'span',_0x552ed6='table'+_0x1e1549,_0x42c7f9='min'+_0x1e1549,_0x5ee95c='max'+_0x1e1549;_0x30c484['enableCommand'](_0xd26248,()=>{_0x35a4bc['model']['change'](_0x3c1ddc=>{const _0xc51cae=_0x2e6573['getSelectionAffectedTableCells'](_0x23c5fe),_0x4245a5=_0xc51cae[0x0]['findAncestor']('table');let _0xa51b4c;if('removeTableRow'==_0xd26248){const _0x25749d=_0x2e6573['getRowIndexes'](_0xc51cae);_0xa51b4c={'startRow':_0x25749d['first'],'endRow':_0x25749d['last'],'includeAllSlots':!0x0};}else{const _0x37d187=_0x2e6573['getColumnIndexes'](_0xc51cae);_0xa51b4c={'startColumn':_0x37d187['first'],'endColumn':_0x37d187['last'],'includeAllSlots':!0x0};}const _0x191924=_0x2e6573['createTableWalker'](_0x4245a5,_0xa51b4c),_0x37045b=Array['from'](_0x191924)['map'](({cell:_0x5a97c9})=>_0x5a97c9),_0x107934=Ee(_0x37045b['filter'](_0x56b7b4=>_0x56b7b4['hasAttribute'](_0x246f87))),_0x45d18e=Ee(_0x37045b['filter'](_0x3579f3=>!_0x3579f3['hasAttribute'](_0x246f87)))['map'](_0x33abab=>_0x3c1ddc['createRangeOn'](_0x33abab)),_0x4ed46e=_0x30c484['markMultiRangeDeletion'](_0x45d18e,_0x552ed6);if(_0x4ed46e&&('tableRow'==_0x4ed46e['subType']||'tableColumn'==_0x4ed46e['subType'])){const _0x5310ef=this['_getSuggestionCoords'](_0x4ed46e);for(const _0xe521ab of _0x107934){const _0x236182=_0x3c1ddc['createRangeOn'](_0xe521ab),_0x2462ea=_0x2e6573['getCellLocation'](_0xe521ab),_0x3f5e9a=_0xe521ab['getAttribute'](_0x246f87)-0x1,_0x2ce3ec=_0x5310ef[_0x42c7f9],_0x5d722b=_0x5310ef[_0x5ee95c];_0x2ce3ec<=_0x2462ea[_0x5dad71]&&_0x2462ea[_0x5dad71]+_0x3f5e9a<=_0x5d722b&&_0x4ed46e['addRange'](_0x236182);}}});});}function _0x567179(_0x3cf1fe){const _0x55a88b=Array['from'](_0x23c5fe['getRanges']())['map'](_0x7746a1=>_0x135447['fromRange'](_0x7746a1));_0x35a4bc['model']['change'](_0x394347=>{const _0x5193ec=_0x394347['batch'];_0x3cf1fe=_0x3cf1fe['filter'](_0x18d532=>'$graveyard'!=_0x18d532['root']['rootName']),_0x394347['setSelection'](_0x3cf1fe),_0x35a4bc['commands']['get']('removeTableRow')['refresh'](),_0x35a4bc['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x35a4bc['model']['enqueueChange'](()=>{_0x35a4bc['model']['enqueueChange'](_0x5193ec,_0x4e40a3=>{const _0x5e8b26=_0x55a88b['filter'](_0x581e21=>'$graveyard'!=_0x581e21['root']['rootName']);_0x5e8b26['length']>0x0&&_0x4e40a3['setSelection'](_0x5e8b26);for(const _0x143541 of _0x55a88b)_0x143541['detach']();});});});}function _0x4df2d7(_0x4e185d){_0x35a4bc['model']['change'](_0x243d5e=>{const _0x571add=Array['from'](_0x23c5fe['getRanges']())['map'](_0x5d891c=>_0x135447['fromRange'](_0x5d891c)),_0x12b413=[];for(const _0x20a3dd of _0x4e185d)for(const _0x3ee108 of _0x20a3dd['getItems']({'shallow':!0x0}))_0x12b413['push'](_0x3ee108);for(const _0x52bdfd of _0x12b413)'$graveyard'!=_0x52bdfd['root']['rootName']&&(_0x243d5e['setSelection'](_0x243d5e['createPositionAt'](_0x52bdfd,0x0)),_0x35a4bc['commands']['get']('removeTableColumn')['refresh'](),_0x35a4bc['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x461d6c=_0x571add['filter'](_0xfec252=>'$graveyard'!=_0xfec252['root']['rootName']);_0x461d6c['length']>0x0&&_0x243d5e['setSelection'](_0x461d6c);for(const _0x4597ac of _0x571add)_0x4597ac['detach']();});}function _0x112d00(_0x32e9c9,_0x55cc81){return _0x55cc81['every'](_0x49c371=>_0x32e9c9['some'](_0x486a6d=>_0x486a6d['end']['isEqual'](_0x49c371['start'])||_0x49c371['end']['isEqual'](_0x486a6d['start'])));}function _0x5e4106(_0x23b707,_0x3e6687){return!_0x23b707['some'](_0x5193e4=>_0x3e6687['some'](_0xee97eb=>_0x5193e4['isIntersecting'](_0xee97eb)))&&_0x23b707['some'](_0x192295=>_0x3e6687['some'](_0x11eed2=>_0x192295['end']['isTouching'](_0x11eed2['start'])));}_0x35a4bc['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x430a9e,_0x58b4b9,_0x52bc82)=>{if(!_0x52bc82['options']['showSuggestionHighlights'])return;const _0x2d30a4=_0x58b4b9['item'];if(!_0x2d30a4)return;const _0x33bcaf=_0x52bc82['mapper']['toViewElement'](_0x2d30a4);function _0x493ff3(_0x2ce4f9){return Array['isArray'](_0x2ce4f9)?_0x2ce4f9:[_0x2ce4f9];}_0x33bcaf&&'tableCell'===_0x2d30a4['name']&&_0xeec9d(_0x33bcaf,_0x52bc82['writer'],(_0xb753b0,_0x3c718b,_0x54a0d8)=>_0x54a0d8['addClass'](_0x493ff3(_0x3c718b['classes']),_0xb753b0),(_0x178101,_0x232853,_0x26d604)=>_0x26d604['removeClass'](_0x493ff3(_0x232853['classes']),_0x178101));},{'priority':'highest'}),_0x30c484['descriptionFactory']['registerDescriptionCallback'](_0x11ae38=>{if('insertion'!=_0x11ae38['type']&&'deletion'!=_0x11ae38['type'])return;const _0x2d920b=_0x11ae38['getContainedElement']();if(null!=_0x2d920b&&_0x2d920b['is']('element','table')){if('insertion'==_0x11ae38['type']){const _0x32b190=_0x11ae38['getItems']()['filter'](_0x34ebc8=>_0x34ebc8['is']('$textProxy'))['map'](_0x24eb30=>_0x24eb30['data']);if(_0x32b190['length'])return{'type':'insertion','content':o(_0x40dff3,'*Insert:*\x20%0',o(_0x40dff3,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x32b190['join']('\x20')+'\x22'))};}if('deletion'==_0x11ae38['type']){const _0x4122df=_0x11ae38['getItems']()['filter'](_0xdc1415=>_0xdc1415['is']('$textProxy'))['map'](_0x4423cd=>_0x4423cd['data']);if(_0x4122df['length'])return{'type':'deletion','content':o(_0x40dff3,'*Remove:*\x20%0',o(_0x40dff3,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x4122df['join']('\x20')+'\x22'))};}}}),_0x30c484['descriptionFactory']['registerDescriptionCallback'](_0xf0c527=>{if('tableRow'==_0xf0c527['subType']){const _0x3380e4=_0xf0c527['getItems']()['filter'](_0x5eb856=>_0x5eb856['is']('$textProxy'))['map'](_0x42ccc1=>_0x42ccc1['data']),_0x5e27eb=this['_getSuggestionCoords'](_0xf0c527),_0x2c80ae=_0x5e27eb['maxRow']-_0x5e27eb['minRow']+0x1;if('insertion'==_0xf0c527['type'])return _0x3380e4['length']?{'type':'insertion','content':o(_0x40dff3,'*Insert:*\x20%0',o(_0x40dff3,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x2c80ae,'\x22'+_0x3380e4['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x40dff3,'*Insert:*\x20%0',o(_0x40dff3,'ELEMENT_TABLE_ROW',_0x2c80ae))};if('deletion'==_0xf0c527['type'])return _0x3380e4['length']?{'type':'deletion','content':o(_0x40dff3,'*Remove:*\x20%0',o(_0x40dff3,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x2c80ae,'\x22'+_0x3380e4['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x40dff3,'*Remove:*\x20%0',o(_0x40dff3,'ELEMENT_TABLE_ROW',_0x2c80ae))};}if('tableColumn'==_0xf0c527['subType']){const _0x231702=_0xf0c527['getItems']()['filter'](_0x4f8d1e=>_0x4f8d1e['is']('$textProxy'))['map'](_0x31c930=>_0x31c930['data']),_0x2eb3e2=this['_getSuggestionCoords'](_0xf0c527),_0x5be348=_0x2eb3e2['maxColumn']-_0x2eb3e2['minColumn']+0x1;if('insertion'==_0xf0c527['type'])return _0x231702['length']?{'type':'insertion','content':o(_0x40dff3,'*Insert:*\x20%0',o(_0x40dff3,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x5be348,'\x22'+_0x231702['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x40dff3,'*Insert:*\x20%0',o(_0x40dff3,'ELEMENT_TABLE_COLUMN',_0x5be348))};if('deletion'==_0xf0c527['type'])return _0x231702['length']?{'type':'deletion','content':o(_0x40dff3,'*Remove:*\x20%0',o(_0x40dff3,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x5be348,'\x22'+_0x231702['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x40dff3,'*Remove:*\x20%0',o(_0x40dff3,'ELEMENT_TABLE_COLUMN',_0x5be348))};}}),_0x30c484['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x567179),_0x30c484['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x567179),_0x30c484['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x4df2d7),_0x30c484['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x4df2d7),_0x30c484['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x112d00),_0x30c484['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x112d00),_0x30c484['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x5e4106),_0x30c484['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x5e4106);}['_acceptFormatSuggestionCallbackFactory'](){const _0x39a2ed=this['editor'],_0x4ec7d6=_0x39a2ed['model']['document']['selection'];return(_0x320170,_0x4ce7db)=>{_0x39a2ed['model']['change'](_0x2006b8=>{const {commandName:_0x59b454,commandParams:_0x11b469}=_0x4ce7db;let _0x3f9043=_0x320170[0x0]['end']['nodeBefore'];_0x11b469&&_0x11b469[0x0]&&!0x1===_0x11b469[0x0]['forceValue']&&(_0x3f9043=_0x320170[0x0]['start']['nodeAfter']);const _0x36800f=_0x2006b8['createRangeIn'](_0x3f9043);if('$graveyard'==_0x36800f['root']['rootName'])return;const _0x1b8227=Array['from'](_0x4ec7d6['getRanges']())['map'](_0x4537dc=>_0x135447['fromRange'](_0x4537dc));_0x2006b8['setSelection'](_0x36800f),_0x39a2ed['commands']['get'](_0x59b454)['refresh'](),_0x11b469['push']({'forceDefaultExecution':!0x0}),_0x39a2ed['execute'](_0x59b454,..._0x11b469);const _0x3d65e2=_0x1b8227['filter'](_0x1ce693=>'$graveyard'!=_0x1ce693['root']['rootName']);_0x3d65e2['length']>0x0&&_0x2006b8['setSelection'](_0x3d65e2);for(const _0x175706 of _0x1b8227)_0x175706['detach']();});};}['_getCoordsForCells'](_0x3c7492){const _0x1cb41f=this['editor']['plugins']['get']('TableUtils');let _0x14f037=Number['MAX_SAFE_INTEGER'],_0x18333a=Number['MIN_SAFE_INTEGER'],_0x5229be=Number['MAX_SAFE_INTEGER'],_0x5245b0=Number['MIN_SAFE_INTEGER'];for(const _0x45d24d of _0x3c7492){if('$graveyard'==_0x45d24d['root']['rootName'])continue;const {row:_0x3ba20d,column:_0x17a6a4}=_0x1cb41f['getCellLocation'](_0x45d24d),_0xd69418=_0x45d24d['hasAttribute']('rowspan')?_0x45d24d['getAttribute']('rowspan')-0x1:0x0,_0x535028=_0x45d24d['hasAttribute']('colspan')?_0x45d24d['getAttribute']('colspan')-0x1:0x0;_0x14f037=_0x3ba20d<_0x14f037?_0x3ba20d:_0x14f037,_0x18333a=_0x3ba20d+_0xd69418>_0x18333a?_0x3ba20d+_0xd69418:_0x18333a,_0x5229be=_0x17a6a4<_0x5229be?_0x17a6a4:_0x5229be,_0x5245b0=_0x17a6a4+_0x535028>_0x5245b0?_0x17a6a4+_0x535028:_0x5245b0;}return{'minRow':_0x14f037,'maxRow':_0x18333a,'minColumn':_0x5229be,'maxColumn':_0x5245b0};}['_setupColumnsRowsFixing'](){const _0xc1c09f=this['editor'],_0xd9217a=_0xc1c09f['plugins']['get']('TrackChangesEditing'),_0x3c6367=_0xc1c09f['plugins']['get']('TableUtils');_0xc1c09f['model']['document']['on']('change:data',()=>{const _0x4f9e62=Array['from'](_0xc1c09f['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x3cb053,data:_0x5e9962}of _0x4f9e62){const {group:_0xa2f616,id:_0x2abadb,subType:_0x46e8ef}=_0xd9217a['_splitMarkerName'](_0x3cb053);if('suggestion'!=_0xa2f616)continue;if(null!=_0x5e9962['oldRange'])continue;const _0x300501=_0xd9217a['getSuggestion'](_0x2abadb);this['_tablePostFixingSubtypes']['includes'](_0x46e8ef)&&this['_tableSuggestions']['add'](_0x300501);}},{'priority':'low'});const _0x5101f3=(_0x15e076,_0x221663)=>{let _0x119b1d=!0x1;const _0x183750=_0x221663['createRangeOn'](_0x15e076),_0x231c43=_0x15e076['findAncestor']('table'),_0x3182fd=_0x3c6367['getCellLocation'](_0x15e076);for(const _0x4c9ecd of this['_tableSuggestions']){const _0x9f74a8=_0x4c9ecd['subType'],_0x5e06e3=_0x9f74a8['startsWith']('tablePaste'),_0x411261=_0x9f74a8['substr'](_0x5e06e3?0xa:0x5),_0x29a4f8=_0x411261['toLowerCase'](),_0xef03e9=_0x29a4f8['substr'](0x0,0x3)+'span',_0x5d1280='min'+_0x411261,_0x3128df='max'+_0x411261;if(!_0x4c9ecd['isInContent'])continue;if(_0x231c43!=_0x4c9ecd['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x4c9ecd['isIntersectingWithRange'](_0x183750))continue;const _0x576b6e=_0x15e076['hasAttribute'](_0xef03e9)?_0x15e076['getAttribute'](_0xef03e9)-0x1:0x0,_0x18d703=this['_getSuggestionCoords'](_0x4c9ecd),_0x51e9d4=_0x18d703[_0x5d1280],_0x597093=_0x18d703[_0x3128df];_0x51e9d4<=_0x3182fd[_0x29a4f8]&&_0x3182fd[_0x29a4f8]+_0x576b6e<=_0x597093&&(_0x4c9ecd['addRange'](_0x183750),_0x119b1d=!0x0);}return _0x119b1d;};_0xc1c09f['model']['document']['registerPostFixer'](_0x2fb0b7=>{let _0x4d378d=!0x1;for(const _0x243ead of _0xc1c09f['model']['document']['differ']['getChanges']())if('insert'==_0x243ead['type']){if('tableRow'==_0x243ead['name']){for(const _0x500719 of _0x243ead['position']['nodeAfter']['getChildren']())_0x4d378d=_0x4d378d||_0x5101f3(_0x500719,_0x2fb0b7);}else'tableCell'==_0x243ead['name']&&(_0x4d378d=_0x4d378d||_0x5101f3(_0x243ead['position']['nodeAfter'],_0x2fb0b7));}return _0x4d378d;});}['_getSuggestionCoords'](_0x5cd1a3){return this['_getCoordsForCells'](_0x5cd1a3['getRanges']()['map'](_0x187c85=>_0x187c85['start']['nodeAfter']));}}function Ee(_0x427c4d){return Array['from'](new Set(_0x427c4d)['values']());}class vt extends _0x231f11{static get['requires'](){return[It];}['afterInit'](){const _0x2a0922=this['editor'],_0x5ee794=_0x2a0922['model']['document']['selection'],_0xb6edaa=_0x2a0922['locale'];if(!_0x2a0922['plugins']['has']('TableEditing'))return;const _0x270af8=_0x2a0922['plugins']['get']('TrackChangesEditing'),_0x24ac1f=_0x2a0922['plugins']['get']('TableUtils'),_0x3f40da=_0x2a0922['plugins']['get'](It);_0x3f40da['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x270af8['enableCommand']('mergeTableCells',()=>{const _0x25242b=_0x24ac1f['getSelectionAffectedTableCells'](_0x2a0922['model']['document']['selection']);_0x2a0922['model']['change'](()=>{_0x270af8['markMultiRangeBlockFormat'](_0x25242b,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x2a0922['commands']['get']('mergeTableCells')['on']('execute',(_0x20fa2b,_0x346c1f)=>{_0x2a0922['commands']['get']('trackChanges')['value']&&(_0x346c1f['length']>0x0&&_0x346c1f[_0x346c1f['length']-0x1]&&_0x346c1f[_0x346c1f['length']-0x1]['forceDefaultExecution']||_0x270af8['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x20fa2b['stop']());},{'priority':'highest'});for(const _0x53d7bf of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x379f81=_0x2a0922['commands']['get'](_0x53d7bf);_0x270af8['enableCommand'](_0x53d7bf,()=>{const _0x5e058f=_0x2a0922['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x51262d=>_0x51262d['is']('element','tableCell')),_0x53e714=_0x379f81['value'];_0x2a0922['model']['change'](()=>{_0x270af8['markMultiRangeBlockFormat']([_0x5e058f,_0x53e714],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x3d46a3 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x4fd647=_0x2a0922['commands']['get'](_0x3d46a3);_0x270af8['enableCommand'](_0x3d46a3,()=>{const _0x788038=_0x24ac1f['getSelectionAffectedTableCells'](_0x2a0922['model']['document']['selection'])[0x0],_0x48fd2d=_0x788038['findAncestor']('table'),{column:_0x1e4509,row:_0x64c203}=_0x24ac1f['getCellLocation'](_0x788038);let _0x357774=[];if('horizontally'==_0x4fd647['direction']){const _0x37d20d=_0x24ac1f['createTableWalker'](_0x48fd2d,{'startRow':_0x64c203,'endRow':_0x64c203,'includeAllSlots':!0x0});_0x357774=Array['from'](_0x37d20d)['map'](_0x4dede7=>_0x4dede7['cell']);}else{const _0x4bd59c=_0x24ac1f['createTableWalker'](_0x48fd2d,{'column':_0x1e4509,'includeAllSlots':!0x0});_0x357774=Array['from'](_0x4bd59c)['map'](_0x162bc5=>_0x162bc5['cell']);}_0x2a0922['model']['change'](_0x361d75=>{_0x270af8['markBlockFormat'](_0x361d75['createRangeOn'](_0x788038),{'commandName':_0x3d46a3,'commandParams':[]},_0x357774,_0x3d46a3);});});}_0x270af8['descriptionFactory']['registerDescriptionCallback'](_0x148498=>{if('formatBlock'!=_0x148498['type']&&'formatInline'!=_0x148498['type'])return;const {data:_0x4cc25c}=_0x148498;return _0x4cc25c&&'mergeTableCells'==_0x4cc25c['commandName']?{'type':'format','content':o(_0xb6edaa,'*Merge\x20cells*')}:void 0x0;}),_0x270af8['descriptionFactory']['registerDescriptionCallback'](_0x275531=>{if('formatBlock'!=_0x275531['type']&&'formatInline'!=_0x275531['type'])return;const {data:_0x11a4bd}=_0x275531;return _0x11a4bd?'splitTableCellVertically'==_0x11a4bd['commandName']?{'type':'format','content':o(_0xb6edaa,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x11a4bd['commandName']?{'type':'format','content':o(_0xb6edaa,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x2d41e9=_0x3f40da['_acceptFormatSuggestionCallbackFactory']();for(const _0x58c988 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x270af8['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x58c988,'accept',_0x2d41e9);for(const _0x451142 of['splitTableCellVertically','splitTableCellHorizontally'])_0x270af8['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x451142,'accept',_0x2d41e9);_0x270af8['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x244161=>{_0x2a0922['model']['change'](_0xb1febc=>{const _0x4d4bbd=Array['from'](_0x5ee794['getRanges']())['map'](_0x8f27cd=>_0x135447['fromRange'](_0x8f27cd));_0xb1febc['setSelection'](_0x244161),_0x2a0922['commands']['get']('mergeTableCells')['refresh'](),_0x2a0922['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x1ad83e=_0x4d4bbd['filter'](_0x547f5a=>'$graveyard'!=_0x547f5a['root']['rootName']);_0x1ad83e['length']>0x0&&_0xb1febc['setSelection'](_0x1ad83e);for(const _0xba78a of _0x4d4bbd)_0xba78a['detach']();});});for(const _0x101c2c of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x269b96=_0x2a0922['commands']['get'](_0x101c2c);_0x269b96['on']('set:isEnabled',(_0x20c316,_0x4e7e0b,_0x59fa72)=>{if(_0x59fa72){const _0x5ef7ab=_0x2a0922['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x435259=>_0x435259['is']('element','tableCell'));this['_areMergableCells'](_0x269b96['value'],_0x5ef7ab)||(_0x20c316['return']=!0x1,_0x20c316['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x1c5b1b=this['editor']['commands']['get']('mergeTableCells'),_0x23d638=this['editor']['plugins']['get']('TableUtils');if(!_0x1c5b1b['isEnabled'])return!0x1;const _0x39b45d=_0x23d638['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x6ea449 of _0x39b45d)for(const _0x3d3f58 of _0x39b45d)if(_0x6ea449!=_0x3d3f58&&!this['_areMergableCells'](_0x6ea449,_0x3d3f58))return!0x1;return!0x0;}['_areMergableCells'](_0x3ae0ff,_0x487f07){const _0x5be324=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1e3e69=this['editor']['model']['createRangeOn'](_0x3ae0ff),_0x56b057=this['editor']['model']['createRangeOn'](_0x487f07),_0x4112e6=new Set(),_0x19c602=new Set();for(const _0x44da6c of _0x5be324['getSuggestions']())if(('insertion'==_0x44da6c['type']||'deletion'==_0x44da6c['type']||'mergeTableCells'==_0x44da6c['subType'])&&_0x44da6c['isInContent']){for(const _0x279636 of _0x44da6c['getRanges']())_0x279636['containsRange'](_0x1e3e69,!0x0)&&_0x4112e6['add'](_0x44da6c['type']+':'+_0x44da6c['author']['id']),_0x279636['containsRange'](_0x56b057,!0x0)&&_0x19c602['add'](_0x44da6c['type']+':'+_0x44da6c['author']['id']);}if(_0x4112e6['size']!=_0x19c602['size'])return!0x1;for(const _0x58c3d9 of _0x4112e6)if(!_0x19c602['has'](_0x58c3d9))return!0x1;return!0x0;}}class Ct extends _0x231f11{static get['requires'](){return[It];}['afterInit'](){const _0x2b3a0f=this['editor'];if(!_0x2b3a0f['plugins']['has']('TableEditing'))return;const _0x4673d2=_0x2b3a0f['locale'],_0x4ee532=_0x2b3a0f['plugins']['get']('TrackChangesEditing');_0x4ee532['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x4ee532['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x4ee532['registerBlockAttribute']('headingRows'),_0x4ee532['registerBlockAttribute']('headingColumns'),_0x4ee532['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x4673d2,'FORMAT_HEADER_ROW')),_0x4ee532['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x4673d2,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0xfd9a70=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1bdeee=this['editor']['plugins']['get']('TableUtils'),_0x27b7d7=this['editor']['plugins']['get'](It)['_acceptFormatSuggestionCallbackFactory']();function _0x18b80e({showActiveMarker:_0x4bd9e9=!0x0,setDataAttribute:_0x18ddd1=!0x0}={}){return(_0x1bc9ac,_0x258f05,_0x1dead4)=>{const {type:_0x45fcca,id:_0x20912b}=_0xfd9a70['_splitMarkerName'](_0x258f05['markerName']),_0x418c9e=_0xfd9a70['getSuggestion'](_0x20912b),_0x222b84=_0x418c9e['data'];if('formatBlock'!=_0x418c9e['type']||!_0x222b84||'setTableColumnHeader'!=_0x222b84['commandName'])return;if(_0x258f05['item'])return void _0x1bc9ac['stop']();if(!_0x1dead4['consumable']['consume'](_0x258f05['markerRange'],_0x1bc9ac['name']))return;const _0x27d912=_0x258f05['markerRange']['start']['nodeAfter'],_0x3020ed=_0x258f05['markerRange']['end']['nodeBefore'],_0x2ec58b=_0x27d912['parent']['parent'],{column:_0x20d753}=_0x1bdeee['getCellLocation'](_0x27d912),{column:_0xbd5487}=_0x1bdeee['getCellLocation'](_0x3020ed);for(let _0x1778b2=_0x20d753;_0x1778b2<=_0xbd5487;_0x1778b2++){const _0x474c6b=_0x1bdeee['createTableWalker'](_0x2ec58b,{'column':_0x1778b2,'includeAllSlots':!0x1});for(const _0x530398 of _0x474c6b){const _0x5d9a40=_0x530398['cell'],_0x7bd25d=_0x1dead4['mapper']['toViewElement'](_0x5d9a40);_0x1dead4['writer']['addClass']('ck-suggestion-marker-'+_0x45fcca,_0x7bd25d),_0x18ddd1&&_0x1dead4['writer']['setAttribute']('data-suggestion',_0x20912b,_0x7bd25d),_0x1dead4['mapper']['bindElementToMarker'](_0x7bd25d,_0x258f05['markerName']),_0x4bd9e9&&(_0xfd9a70['activeMarkers']['includes'](_0x258f05['markerName'])?_0x1dead4['writer']['addClass']('ck-suggestion-marker--active',_0x7bd25d):_0x1dead4['writer']['removeClass']('ck-suggestion-marker--active',_0x7bd25d));}}};}_0xfd9a70['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x27b7d7),_0xfd9a70['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x27b7d7),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x18b80e(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0xeba11b,_0x1f0bf7,_0x24aa31)=>{_0x24aa31['options']['showSuggestionHighlights']&&_0x18b80e({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0xeba11b,_0x1f0bf7,_0x24aa31);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x486269,_0x48f6b7,_0x3f5be8)=>{const {type:_0x1326bc,id:_0x2ef76b}=_0xfd9a70['_splitMarkerName'](_0x48f6b7['markerName']),_0x5c962b=_0xfd9a70['getSuggestion'](_0x2ef76b),_0x1f6e3b=_0x5c962b['data'];if('formatBlock'!=_0x5c962b['type']||!_0x1f6e3b||'setTableColumnHeader'!=_0x1f6e3b['commandName'])return;const _0x142b9a=_0x3f5be8['mapper']['markerNameToElements'](_0x48f6b7['markerName']);if(_0x142b9a){for(const _0x11a484 of _0x142b9a)_0x3f5be8['writer']['removeClass']('ck-suggestion-marker-'+_0x1326bc,_0x11a484),_0x3f5be8['writer']['removeClass']('ck-suggestion-marker--active',_0x11a484),_0x3f5be8['writer']['removeAttribute']('data-suggestion',_0x11a484),_0x3f5be8['mapper']['unbindElementFromMarkerName'](_0x11a484,_0x48f6b7['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x236cf3=this['editor'],_0x374985=_0x236cf3['locale'];function _0x2d66c1(_0x3e8c9b){return{'type':'format','content':o(_0x374985,'*Format:*\x20%0',_0x3e8c9b)};}_0x236cf3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x270805=>{if('formatBlock'!=_0x270805['type'])return;const {data:_0x3e6cbe}=_0x270805;if(_0x3e6cbe){if('setTableRowHeader'==_0x3e6cbe['commandName']){const _0x25a13c=_0x3e6cbe['commandParams'][0x0]['forceValue'];return _0x2d66c1(o(_0x374985,_0x25a13c?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x3e6cbe['commandName']){const _0x32011a=_0x3e6cbe['commandParams'][0x0]['forceValue'];return _0x2d66c1(o(_0x374985,_0x32011a?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Ce=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Pe=Object['fromEntries'](Ce['map'](_0x52780b=>[_0x52780b,null]));class _t extends _0x231f11{static get['requires'](){return[It];}['afterInit'](){const _0x4007df=this['editor'];if(!_0x4007df['plugins']['has']('TableClipboard'))return;const _0x53bcea=_0x4007df['plugins']['get']('TrackChangesEditing'),_0x5e6934=_0x4007df['plugins']['get']('TableUtils'),_0x22f863=_0x4007df['plugins']['get'](It),_0x1b0dcc=_0x4007df['plugins']['get']('TableClipboard');_0x22f863['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x4007df['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x4007df['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x2dfaec=null;_0x4007df['model']['on']('insertContent',(_0xd84f21,_0x22acc6)=>{const [_0x74cc50,_0x44eacb]=_0x22acc6,_0x1a3601=_0x22acc6[_0x22acc6['length']-0x1];_0x1a3601&&_0x1a3601['forceDefaultExecution']||_0x53bcea['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x12887c,_0x4989fa,_0x2fc6ad,_0xa88a7e,_0xac81f6){if(_0x4989fa&&!_0x4989fa['is']('documentSelection'))return!0x1;const _0x13f673=_0xac81f6['getTableIfOnlyTableInContent'](_0x12887c,_0x2fc6ad);if(!_0x13f673||!ke(_0x13f673,void 0x0,_0xa88a7e))return!0x1;const _0x364433=_0xa88a7e['getSelectionAffectedTableCells'](_0x2fc6ad['document']['selection']);if(!_0x364433['length'])return!0x1;const _0x4648d3=_0x364433[0x0]['findAncestor']('table'),_0x3527a4=_0xa88a7e['getRowIndexes'](_0x364433),_0x2ee6c2=_0xa88a7e['getColumnIndexes'](_0x364433),_0x4a0b6e={'startRow':_0x3527a4['first'],'endRow':_0x3527a4['last'],'startColumn':_0x2ee6c2['first'],'endColumn':_0x2ee6c2['last']};return 0x1==_0x364433['length']&&(_0x4a0b6e['endRow']+=_0xa88a7e['getRows'](_0x13f673)-0x1,_0x4a0b6e['endColumn']+=_0xa88a7e['getColumns'](_0x13f673)-0x1),ke(_0x4648d3,_0x4a0b6e,_0xa88a7e);}(_0x74cc50,_0x44eacb,_0x4007df['model'],_0x5e6934,_0x1b0dcc)&&(_0xd84f21['stop'](),_0x2dfaec={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x4007df['model']['change'](()=>{_0x4007df['model']['insertContent'](_0x22acc6[0x0],_0x22acc6[0x1],_0x22acc6[0x2],{'forceDefaultExecution':!0x0});const _0x4bc91c=_0x138912(),{rowInsertionRanges:_0x1a262e,columnInsertionRanges:_0x41ffa6,insertionRanges:_0x4c947d,deletionRanges:_0x42f3bf,cells:_0x981e0c}=_0x2dfaec;_0x1a262e['length']&&_0x53bcea['markMultiRangeInsertion'](_0x1a262e,'tablePasteRow',{'tablePasteChainId':_0x4bc91c}),_0x41ffa6['length']&&_0x53bcea['markMultiRangeInsertion'](_0x41ffa6,'tablePasteColumn',{'tablePasteChainId':_0x4bc91c}),_0x4c947d['length']&&(_0x53bcea['markMultiRangeInsertion'](_0x4c947d,'tablePaste',{'tablePasteChainId':_0x4bc91c,'skipNestingCheck':!0x0}),_0x4c947d['forEach'](_0x260721=>_0x260721['detach']?.())),_0x42f3bf['length']&&(_0x53bcea['markMultiRangeDeletion'](_0x42f3bf,'tablePaste',{'tablePasteChainId':_0x4bc91c,'skipNestingCheck':!0x0}),_0x42f3bf['forEach'](_0x34fc30=>_0x34fc30['detach']?.()));const _0x345083=_0x53bcea['markMultiRangeBlockFormat'](_0x981e0c['map'](({element:_0x3162c9})=>_0x3162c9),{'formatGroupId':_0x138912()},[],'tablePasteCell',{'tablePasteChainId':_0x4bc91c});if(_0x345083){const _0xef363f=_0x345083['getMarkers'](),_0x478c6d=[];for(const {element:_0x2fe060,attributes:_0x4f3385}of _0x981e0c){if(!_0x4f3385)continue;const _0x42664b=_0x4007df['model']['createRangeOn'](_0x2fe060),_0x18cc5f=_0xef363f['find'](_0x43f7a7=>_0x43f7a7['getRange']()['isEqual'](_0x42664b));_0x18cc5f&&_0x478c6d['push']([_0x18cc5f['name'],_0x4f3385]);}_0x478c6d['length']&&_0x345083['setAttribute']('markerAttributes',Object['fromEntries'](_0x478c6d));}_0x2dfaec=null;}));},{'priority':_0x29c3cb['high']+0xa}),_0x4007df['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x5a582d,_0x42a199)=>{const [_0x278c8f,_0x480873,,_0x2c7644]=_0x42a199;if(!_0x2dfaec)return;_0x5a582d['stop']();const _0x4132d8=_0x278c8f['cell'],_0x31a1a6=_0x480873,_0x41e7be=we(_0x4132d8),_0x5479e=we(_0x31a1a6);_0x5a582d['return']=_0x4132d8;let _0x22703a=null,_0x10e033=null;if(_0x5479e||_0x41e7be){if(_0x41e7be&&!_0x5479e){_0x2c7644['remove'](_0x4132d8['getChild'](0x0));for(const _0x462b70 of Array['from'](_0x31a1a6['getChildren']()))_0x2c7644['insert'](_0x462b70,_0x4132d8,'end');const _0x20422e=_0x2dfaec['rowInsertionIndexes']['includes'](_0x278c8f['row']),_0x359a74=_0x2dfaec['columnInsertionIndexes']['includes'](_0x278c8f['column']);_0x20422e||_0x359a74||(_0x22703a=_0x135447['fromRange'](_0x2c7644['createRangeIn'](_0x4132d8)));}else _0x5479e&&!_0x41e7be&&(_0x10e033=_0x2c7644['createRangeIn'](_0x4132d8));}else{const _0x39ddc1=_0x2c7644['createElement']('tableCellSuggestion'),_0x4c2a10=_0x2c7644['createElement']('tableCellSuggestion');_0x2c7644['wrap'](_0x2c7644['createRangeIn'](_0x4132d8),_0x4c2a10),_0x2c7644['insert'](_0x39ddc1,_0x4132d8,0x0);for(const _0x1b767d of Array['from'](_0x31a1a6['getChildren']()))_0x2c7644['insert'](_0x1b767d,_0x39ddc1,'end');_0x22703a=_0x135447['fromRange'](_0x2c7644['createRangeOn'](_0x39ddc1)),_0x10e033=_0x135447['fromRange'](_0x2c7644['createRangeOn'](_0x4c2a10));}const _0x26bcc3=Array['from'](_0x31a1a6['getAttributes']())['filter'](([_0x412e39])=>Ce['includes'](_0x412e39));_0x2dfaec['cells']['push']({'element':_0x4132d8,'attributes':_0x26bcc3['length']?Object['fromEntries'](_0x26bcc3):null}),_0x22703a&&_0x2dfaec['insertionRanges']['push'](_0x22703a),_0x10e033&&_0x2dfaec['deletionRanges']['push'](_0x10e033);},{'priority':'high'}),_0x5e6934['on']('insertColumns',(_0x2bee2c,_0x104169)=>{const [_0x2a61fd,_0x1d44eb={}]=_0x104169;if(!_0x2dfaec)return;const _0x4e5e81=_0x1d44eb['at']||0x0,_0x41ed05=_0x1d44eb['columns']||0x1;_0x2dfaec['columnInsertionIndexes']=new Array(_0x41ed05)['fill'](_0x4e5e81)['map']((_0x499c2b,_0x5e38bf)=>_0x499c2b+_0x5e38bf);for(const {cell:_0x11b004}of _0x5e6934['createTableWalker'](_0x2a61fd,{'startColumn':_0x4e5e81,'endColumn':_0x4e5e81+_0x41ed05-0x1}))_0x2dfaec['columnInsertionRanges']['push'](_0x4007df['model']['createRangeOn'](_0x11b004));},{'priority':'low'}),_0x5e6934['on']('insertRows',(_0x5df80d,_0x3228d2)=>{const [_0x2e356e,_0x65d468={}]=_0x3228d2;if(!_0x2dfaec)return;const _0x4ddc89=_0x65d468['at']||0x0,_0x3cc39b=_0x65d468['rows']||0x1;_0x2dfaec['rowInsertionIndexes']=new Array(_0x3cc39b)['fill'](_0x4ddc89)['map']((_0x375411,_0x2d5a1c)=>_0x375411+_0x2d5a1c);for(const {cell:_0x3c2205}of _0x5e6934['createTableWalker'](_0x2e356e,{'startRow':_0x4ddc89,'endRow':_0x4ddc89+_0x3cc39b-0x1}))_0x2dfaec['rowInsertionRanges']['push'](_0x4007df['model']['createRangeOn'](_0x3c2205));},{'priority':'low'}),_0x53bcea['descriptionFactory']['registerDescriptionCallback'](_0x3b49f6=>{if(_0x3b49f6['subType']&&_0x3b49f6['subType']['startsWith']('tablePaste'))return _0x3b49f6['previous']?{}:{'type':'insertion','content':o(_0x4007df['locale'],'*Replace\x20table\x20cells*')};});const _0x162804=()=>!0x1;for(const _0x1ace64 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x53bcea['_suggestionFactory']['registerCustomCallback']('insertion',_0x1ace64,'join',_0x162804),_0x53bcea['_suggestionFactory']['registerCustomCallback']('deletion',_0x1ace64,'join',_0x162804),_0x53bcea['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1ace64,'join',_0x162804);_0x53bcea['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x162804),_0x53bcea['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x352914,_0x492ecd,_0x55031e)=>{const _0x1b8fd3=_0x352914['map'](_0x4f3dc2=>_0x4f3dc2['getContainedElement']())['filter'](_0x1f4494=>_0x1f4494),_0x2624a0=new Map(_0x1b8fd3['map'](_0x4b4701=>[_0x4b4701,null]));if(_0x2dfaec){for(const {element:_0x201ab1,attributes:_0x46f5ce}of _0x2dfaec['cells'])_0x46f5ce&&_0x2624a0['set'](_0x201ab1,_0x46f5ce);}else{if(_0x55031e&&_0x55031e['markerAttributes'])for(const [_0x2d1a1c,_0x356bee]of Object['entries'](_0x55031e['markerAttributes'])){const _0x284a90=_0x4007df['model']['markers']['get'](_0x2d1a1c),_0x7f1511=_0x284a90?_0x284a90['getRange']()['getContainedElement']():null;_0x7f1511&&_0x2624a0['set'](_0x7f1511,_0x356bee);}}_0x4007df['model']['change'](_0x4ef126=>{for(const [_0x5e78c4,_0x3c4014]of _0x2624a0)_0x4ef126['setAttributes']({...Pe,..._0x3c4014},_0x5e78c4);});});const _0xf00042=(_0x296f9c,_0x59234f)=>{_0x53bcea['_suggestionFactory']['registerCustomCallback'](_0x296f9c,'tablePaste',_0x59234f,(_0x21bde1,_0x334670,_0xc10ef)=>{_0x4007df['model']['change'](_0x334b47=>{const _0x35294a=[];for(const _0x328d29 of _0x21bde1){const _0x22f337=_0x328d29['start']['nodeAfter'];_0x22f337['is']('element','tableCellSuggestion')&&_0x35294a['push'](_0x22f337);}_0x53bcea['_suggestionFactory']['getSuggestionCallback'](_0x296f9c,null,_0x59234f)(_0x21bde1,_0x334670,_0xc10ef);for(const _0x37fe72 of _0x35294a)'$graveyard'!=_0x37fe72['root']['rootName']&&_0x334b47['unwrap'](_0x37fe72);});});};_0xf00042('insertion','accept'),_0xf00042('insertion','discard'),_0xf00042('deletion','accept'),_0xf00042('deletion','discard'),_0x53bcea['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x471a7e=>{const _0xd567f1=_0x471a7e['map'](_0x2b009c=>_0x2b009c['getContainedElement']()),_0x272d91=_0xd567f1[0x0]['findAncestor']('table'),{minRow:_0x61532c,maxRow:_0x35cd65}=_0x22f863['_getCoordsForCells'](_0xd567f1);_0x5e6934['removeRows'](_0x272d91,{'at':_0x61532c,'rows':_0x35cd65-_0x61532c+0x1});}),_0x53bcea['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0xe20ee0=>{const _0xe99302=_0xe20ee0['map'](_0x17929c=>_0x17929c['getContainedElement']()),_0x4e4fac=_0xe99302[0x0]['findAncestor']('table'),{minColumn:_0x1de391,maxColumn:_0x23e143}=_0x22f863['_getCoordsForCells'](_0xe99302);_0x5e6934['removeColumns'](_0x4e4fac,{'at':_0x1de391,'columns':_0x23e143-_0x1de391+0x1});});const _0x326661=(_0x373331,_0x30cb99)=>{if(!_0x30cb99['subType']||!_0x30cb99['subType']['startsWith']('tablePaste'))return;const _0x11883c=_0x30cb99['attributes']['tablePasteChainId'],_0x2b765e=_0x53bcea['getSuggestions']()['filter'](_0x59f077=>_0x59f077['isInContent']&&_0x59f077['attributes']&&_0x59f077['attributes']['tablePasteChainId']==_0x11883c);_0x2b765e['length']&&_0x30cb99['getAllAdjacentSuggestions']()['length']!=_0x2b765e['length']&&_0x2b765e['reduce']((_0x5c3671,_0x78a632)=>(_0x5c3671['next']=_0x78a632,_0x78a632['previous']=_0x5c3671,_0x78a632));};function _0x36a014(_0x330167,_0x521842=!0x0){const {id:_0x44cf01}=_0x53bcea['_splitMarkerName'](_0x330167['markerName']),_0x4a81e0=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x1fe1bf=_0x53bcea['activeMarkers']['includes'](_0x330167['markerName']);return _0x1fe1bf&&_0x4a81e0['push']('ck-suggestion-marker--active'),{'classes':_0x4a81e0,'attributes':{'data-suggestion':_0x44cf01},'priority':_0x1fe1bf&&_0x521842?0xbc2:0xbb8};}_0x53bcea['on']('suggestionLoaded',_0x326661,{'priority':'high'}),_0x53bcea['on']('suggestionUnloaded',_0x326661,{'priority':'high'}),_0x4007df['model']['document']['registerPostFixer'](()=>{let _0x575530=!0x1;const _0x488e6f=Array['from'](_0x4007df['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1a9514,data:_0x4b6d08}of _0x488e6f){const {group:_0x2c4fca,type:_0x1d0014,id:_0x2fedba}=_0x53bcea['_splitMarkerName'](_0x1a9514);if('suggestion'!=_0x2c4fca||'deletion'!=_0x1d0014||_0x4b6d08['oldRange'])continue;if(!_0x53bcea['hasSuggestion'](_0x2fedba))continue;const _0x5b604f=_0x53bcea['getSuggestion'](_0x2fedba)['getRanges'](),_0x212120=_0x4007df['plugins']['get']('Users')['me'];for(const _0x2d5b1f of _0x53bcea['getSuggestions']()){if(!_0x2d5b1f['isInContent']||_0x2d5b1f['author']!=_0x212120)continue;if('formatBlock'!=_0x2d5b1f['type']||'tablePasteCell'!=_0x2d5b1f['subType'])continue;if(_0x2d5b1f['getRanges']()['every'](_0x51ac89=>_0x5b604f['some'](_0x488d6c=>_0x488d6c['containsRange'](_0x51ac89,!0x0)))){for(const _0xfd7f31 of _0x2d5b1f['getAllAdjacentSuggestions']())_0xfd7f31['isInContent']&&(_0xfd7f31['discard'](),_0x575530=!0x0);}}}return _0x575530;}),_0x4007df['model']['document']['registerPostFixer'](_0xbecad7=>{const _0x303db3=_0x4007df['commands']['get']('redo');if(!_0x303db3||!_0x303db3['_createdBatches']['has'](_0xbecad7['batch']))return!0x1;let _0x357e30=!0x1;const _0x256300=_0x4007df['plugins']['get']('Users')['me'],_0x4e7ed1=_0x4007df['model']['document']['differ']['getChanges'](),_0x556219=Array['from'](_0x4007df['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x467b22,data:_0xfa259})=>{const {group:_0x56f4c8,subType:_0x2e7297,authorId:_0x1e6631}=_0x53bcea['_splitMarkerName'](_0x467b22);return'suggestion'==_0x56f4c8&&'tablePaste'==_0x2e7297&&_0x1e6631==_0x256300['id']&&!_0xfa259['oldRange'];});for(const _0x5b328f of _0x4e7ed1){if('insert'!=_0x5b328f['type']||'tableCellSuggestion'!=_0x5b328f['name']||0x1!=_0x5b328f['length'])continue;const _0x47e150=_0xbecad7['createRange'](_0x5b328f['position'],_0x5b328f['position']['getShiftedBy'](0x1));if(!_0x556219['find'](({data:_0x5d8f35})=>_0x5d8f35['newRange']['isEqual'](_0x47e150))){for(const {name:_0xa6091e,data:_0x1a8638}of _0x556219)if(_0x47e150['containsRange'](_0x1a8638['newRange'])){_0xbecad7['updateMarker'](_0xa6091e,{'range':_0x47e150}),_0x357e30=!0x0;break;}}}return _0x357e30;}),_0x4007df['model']['document']['registerPostFixer'](_0x13466d=>{let _0x510261=!0x1;const _0x5dbd1e=_0x4007df['plugins']['get']('Users')['me'],_0x3a011a=_0x53bcea['getSuggestions']()['filter'](_0x23ac70=>_0x23ac70['isInContent']&&_0x23ac70['author']==_0x5dbd1e),_0x555d30=new Set(),_0x141632=new Set();for(const _0x167583 of _0x3a011a)if('tablePaste'==_0x167583['subType'])for(const _0x56a082 of _0x167583['getMarkers']()){const _0x1cc5bd=_0x56a082['getRange']()['getContainedElement']();if(_0x1cc5bd){if(_0x1cc5bd['is']('element','tableCellSuggestion')&&we(_0x1cc5bd)){_0x167583['removeMarker'](_0x56a082['name']),_0x555d30['add'](_0x1cc5bd),_0x510261=!0x0;const _0x5b2794=_0x1cc5bd['nextSibling'],_0x4156e2=_0x1cc5bd['previousSibling'],_0x23c07b=_0x5b2794&&_0x5b2794['is']('element','tableCellSuggestion'),_0x4ca53e=_0x4156e2&&_0x4156e2['is']('element','tableCellSuggestion');_0x23c07b&&!_0x555d30['has'](_0x5b2794)&&_0x141632['add'](_0x5b2794),_0x4ca53e&&!_0x555d30['has'](_0x4156e2)&&_0x141632['add'](_0x4156e2);}else _0x1cc5bd['is']('element','paragraph')&&_0x1cc5bd['isEmpty']&&(_0x167583['removeMarker'](_0x56a082['name']),_0x510261=!0x0);}}else{if('tablePasteCell'==_0x167583['subType']){if(!_0x167583['attributes']||!_0x167583['attributes']['tablePasteChainId'])continue;const _0xc17548=_0x167583['attributes']['markerAttributes'];if(_0xc17548&&Object['keys'](_0xc17548)['length'])continue;const _0xaabef3=_0x167583['attributes']['tablePasteChainId'];let _0x4de996=!0x0,_0x3a9328=!0x0;for(const _0x305871 of _0x3a011a)if(_0x305871['subType']&&_0x305871['subType']['startsWith']('tablePaste')){if(!_0x305871['attributes']['tablePasteChainId']){_0x3a9328=!0x1;break;}if(_0x305871['id']!=_0x167583['id']&&_0x305871['attributes']['tablePasteChainId']==_0xaabef3){_0x4de996=!0x1;break;}}_0x3a9328&&_0x4de996&&(_0x167583['removeMarkers'](),_0x510261=!0x0);}}for(const _0x27907d of _0x555d30)_0x13466d['remove'](_0x27907d);for(const _0x2f4fc4 of _0x141632)_0x13466d['unwrap'](_0x2f4fc4);return _0x510261;}),_0x4007df['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x147653,_0x307cfb)=>_0x36a014(_0x147653),'converterPriority':'high'}),_0x4007df['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x36cc87,_0x54cfc3)=>_0x54cfc3['options']['showSuggestionHighlights']?_0x36a014(_0x36cc87,!0x1):null,'converterPriority':'high'});const _0x1138c9=_0x4007df['editing']['view'];this['listenTo'](_0x1138c9['document'],'clipboardOutput',(_0x14e6c4,_0x3f46ac)=>{const _0x360dab=[];for(const _0x4cf52a of _0x1138c9['createRangeIn'](_0x3f46ac['content'])['getItems']())_0x4cf52a['is']('element','suggestion-td')&&_0x360dab['push'](_0x4cf52a);_0x1138c9['change'](_0x225d61=>{for(const _0x1a7978 of _0x360dab)_0x225d61['move'](_0x225d61['createRangeIn'](_0x1a7978),_0x225d61['createPositionBefore'](_0x1a7978)),_0x225d61['remove'](_0x1a7978);});});}}function we(_0x98e85c){if(_0x98e85c['isEmpty'])return!0x0;const _0x587311=_0x98e85c['getChild'](0x0);return _0x587311['is']('element','paragraph')&&_0x587311['isEmpty'];}function ke(_0x4ad980,_0x5ad9da={},_0x325bcc){for(const {isAnchor:_0x1ea02f,cellHeight:_0x8a9e45,cellWidth:_0x4f027d}of _0x325bcc['createTableWalker'](_0x4ad980,{'includeAllSlots':!0x0,..._0x5ad9da}))if(!_0x1ea02f||0x1!=_0x8a9e45||0x1!=_0x4f027d)return!0x1;return!0x0;}class Nt extends _0x231f11{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x37a6d3=this['editor']['plugins']['get']('TrackChangesEditing');_0x37a6d3['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x37a6d3['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x37a6d3['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x37a6d3['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x37a6d3['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x37a6d3['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x122d06,_0x4fc342){const _0x567630=this['editor']['plugins']['get']('TrackChangesEditing'),_0x478705=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x5f15e3=_0x4fc342['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x7b617f=_0x478705['getColumnGroupElement'](_0x5f15e3);let _0x3da1c5=_0x7b617f?_0x478705['getTableColumnsWidths'](_0x7b617f):null,_0x510bbd=_0x5f15e3['getAttribute']('tableWidth')||null;const _0x2a2b79=_0x4fc342['tableWidth']||_0x510bbd,_0x1a3242=_0x4fc342['columnWidths']||_0x3da1c5,_0x20686d=this['editor']['plugins']['get']('Users')['me'];for(const _0x2da4f2 of _0x567630['getSuggestions']()){const _0xbb6b23=_0x2da4f2['getContainedElement']();if('resizeTable'===_0x2da4f2['subType']&&_0xbb6b23===_0x5f15e3){_0x2da4f2['author']!==_0x20686d&&_0x2da4f2['discard']();const _0x1f3198=_0x2da4f2['data']['commandParams'];_0x510bbd=_0x1f3198[0x0]['tableWidth'],_0x3da1c5=_0x1f3198[0x0]['columnWidths'];break;}}_0x122d06({'table':_0x5f15e3,'tableWidth':_0x2a2b79,'columnWidths':_0x1a3242}),_0x567630['markBlockFormat'](_0x5f15e3,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x510bbd,'columnWidths':_0x3da1c5}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x3a61e1){if('formatBlock'!=_0x3a61e1['type']&&'formatInline'!=_0x3a61e1['type'])return;const {data:_0x5d7986}=_0x3a61e1;if(_0x5d7986&&'resizeTable'===_0x5d7986['formatGroupId']){const _0x337032='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x337032)};}}}class Dt extends _0x231f11{['afterInit'](){const _0x1a9472=this['editor'];_0x1a9472['plugins']['has']('Template')&&_0x1a9472['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x231f11{['afterInit'](){const _0x5c2b7a=this['editor'];if(!_0x5c2b7a['commands']['get']('insertTableOfContents'))return;_0x5c2b7a['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x27eb22=_0x5c2b7a['plugins']['get']('TrackChangesEditing'),_0x27f0bb=_0x5c2b7a['locale'];_0x27eb22['descriptionFactory']['registerElementLabel']('tableOfContents',_0x58deed=>o(_0x27f0bb,'ELEMENT_TABLE_OF_CONTENTS',_0x58deed));}}class $t extends _0x231f11{['afterInit'](){const _0x59c0ae=this['editor'];if(!_0x59c0ae['plugins']['has']('Title'))return;const _0x12f8e3=_0x59c0ae['plugins']['get']('TrackChangesEditing');_0x12f8e3['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x59c0ae['locale'],'ELEMENT_TITLE')),_0x59c0ae['model']['document']['registerPostFixer'](_0x1b9f5f=>{let _0x384ebc=!0x1;const _0x57e853=Array['from'](_0x59c0ae['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x24a0e7,data:_0x1bb207}of _0x57e853){const {group:_0xa486d6}=_0x12f8e3['_splitMarkerName'](_0x24a0e7);if('suggestion'!==_0xa486d6||!_0x1bb207['newRange'])continue;const _0x32e8af=_0x1bb207['newRange'],_0x25dd16=_0x32e8af['end']['nodeBefore'];if(!_0x25dd16||!_0x25dd16['is']('element','title-content'))continue;if(!_0x32e8af['start']['isTouching'](_0x32e8af['end']))continue;const _0x200577=_0x59c0ae['model']['schema']['getNearestSelectionRange'](_0x32e8af['end'],'forward');if(_0x200577&&_0x200577['isCollapsed']){const _0x965649=_0x1b9f5f['createRange'](_0x32e8af['start'],_0x200577['start']);_0x965649['isEqual'](_0x32e8af)||(_0x1b9f5f['updateMarker'](_0x24a0e7,{'range':_0x965649}),_0x384ebc=!0x0);}_0x384ebc||(_0x1b9f5f['removeMarker'](_0x24a0e7),_0x384ebc=!0x0);}return _0x384ebc;});}}class Bt extends _0x231f11{['afterInit'](){const _0x46505d=this['editor'],_0x39c05b=_0x46505d['plugins']['get']('TrackChangesEditing');_0x46505d['plugins']['has']('UndoEditing')&&(_0x39c05b['enableCommand']('undo'),_0x39c05b['enableCommand']('redo'));}}class xt extends _0x231f11{static get['requires'](){return[It];}['afterInit'](){const _0x3786d4=this['editor'];if(!_0x3786d4['plugins']['has']('TableCaptionEditing'))return;_0x3786d4['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Rt extends _0x231f11{['tableProperties'];['tableCellProperties'];constructor(_0xc08ee8){super(_0xc08ee8),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';}['afterInit'](){const _0x517e45=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x3a34dc of this['tableProperties'])_0x517e45['enableCommand'](_0x3a34dc,(_0x50f26f,_0xb78555)=>{const _0x10d660=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x3a34dc,[_0x10d660],this['tableProperties'],'tableProperties',_0x50f26f,_0xb78555);});_0x517e45['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x517e45['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x517e45['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x508f80,_0x31cc38)=>this['handleDiscardAction'](this['tableProperties'],_0x508f80,_0x31cc38)),_0x517e45['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x52026c of this['tableCellProperties'])_0x517e45['enableCommand'](_0x52026c,(_0x10026e,_0x378575)=>{const _0x1aa0af=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x52026c,_0x1aa0af,this['tableCellProperties'],'tableCellProperties',_0x10026e,_0x378575);});_0x517e45['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x517e45['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x517e45['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x11b3b9,_0x1be251)=>this['handleDiscardAction'](this['tableCellProperties'],_0x11b3b9,_0x1be251)),_0x517e45['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x517e45['descriptionFactory']['registerDescriptionCallback'](_0x47e2a2=>this['handleSuggestionDescription'](_0x47e2a2));}['_handlePropertyChange'](_0x470a93,_0x1c797f,_0x21b2a3,_0x528ec5,_0xe83974,_0x1a956a){const _0x531cdb=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x1a956a['batch'],()=>{for(const _0x34f999 of _0x1c797f){if(this['_getSuggestion'](_0x34f999,_0x528ec5))_0xe83974(_0x1a956a);else{const _0x9f3ee5={};for(const _0x41ce45 of _0x21b2a3){const _0x55e69c=_0x34f999['getAttribute'](_0x41ce45);void 0x0!==_0x55e69c&&(_0x9f3ee5[_0x41ce45]=_0x55e69c);}_0xe83974(_0x1a956a),_0x531cdb['markBlockFormat'](_0x34f999,{'commandParams':[_0x9f3ee5]},[],_0x528ec5);}}});}['handleDiscardAction'](_0x43377f,_0x36281a,_0x377b15){const _0x38e6f3=_0x36281a[0x0]['start']['nodeAfter'],_0x4a4883=_0x377b15['commandParams'][0x0];this['editor']['model']['change'](_0x5dacee=>{for(const _0x4fdbcb of _0x43377f)void 0x0!==_0x4a4883[_0x4fdbcb]?_0x5dacee['setAttribute'](_0x4fdbcb,_0x4a4883[_0x4fdbcb],_0x38e6f3):_0x5dacee['removeAttribute'](_0x4fdbcb,_0x38e6f3);});}['handleSuggestionDescription'](_0x19a603){if(_0x19a603['data'])switch(_0x19a603['subType']){case'tableProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x340c77,_0x39e3e8){const _0x388b3a=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x303028 of _0x388b3a['getSuggestions']({'skipNotAttached':!0x0})){const _0x44dbf9=_0x303028['getContainedElement']();if(_0x303028['subType']===_0x39e3e8&&_0x44dbf9===_0x340c77)return _0x303028;}return null;}}const m='$elementName';class p extends _0x231f11{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x588554,_0x501b59,V,U,G,F,H,L,J,q,z,Q,X,Y,Z,tt,et,it,st,nt,rt,ot,at,ct,ut,ft,W,pt,ht,K,pe,lt,mt,dt,kt,bt,wt,yt,jt,St,At,It,vt,Ct,xt,_t,Nt,Mt,Rt,Dt,$t,Bt];}static get['pluginName'](){return'TrackChangesEditing';}constructor(_0x4c4775){function _0x150016(_0x297cbd){return _0x297cbd['map'](_0x40b025=>String['fromCharCode'](_0x40b025))['join']('');}super(_0x4c4775),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x12cf26,_0x55eebe,_0x45c0b0,_0x327f4b)=>{this['_model']['change'](()=>{for(const _0x240d4c of[..._0x327f4b,..._0x45c0b0])this['_model']['markers']['has'](_0x240d4c)&&_0x4c4775['editing']['reconvertMarker'](_0x240d4c);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Et(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x4c4775['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this['_blockAttributeKeys']=new Set([m]),this['_inlineAttributeKeys']=new Set(),_0x4c4775['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x4c4775['config']['get']('trackChanges.trackFormatChanges'),_0x4c4775['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x4c4775['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x4c4775,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x150016([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x150016([0x34,0x30,0x34,0x38,0x31,0x36,0x31,0x30]);}['init'](){const _0x1671c4=this['editor'],_0x5650fb=(_0x21f1e0,_0x3446b1)=>{if('attribute'!=_0x21f1e0)return'ck-suggestion-marker-'+_0x21f1e0;const _0x858a03=_0x3446b1['split']('|')[0x0];return this['_isBlockAttribute'](_0x858a03)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x1671c4['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x59901c=>{const {id:_0x2758f8,type:_0x783d6d,subType:_0x4d7263}=this['_splitMarkerName'](_0x59901c['markerName']),_0x39c99c=['ck-suggestion-marker',_0x5650fb(_0x783d6d,_0x4d7263)];let _0x29a350=0xbb8;return this['activeMarkers']['includes'](_0x59901c['markerName'])&&(_0x39c99c['push']('ck-suggestion-marker--active'),_0x29a350=0xbc2),'deletion'==_0x783d6d&&(_0x29a350+=0x5),{'classes':_0x39c99c,'attributes':{'data-suggestion':_0x2758f8},'priority':_0x29a350};}}),_0x1671c4['conversion']['for']('dataDowncast')['add'](_0x5b2162=>{_0x5b2162['on']('addMarker:suggestion',(_0x13fd56,_0x40f509,_0x4e5029)=>{if(!_0x4e5029['options']['showSuggestionHighlights'])return;const _0xe1dca9=_0x40f509['item'];if(!_0xe1dca9)return;const _0x480853=_0x4e5029['mapper']['toViewElement'](_0xe1dca9);_0x1671c4['model']['schema']['isObject'](_0xe1dca9)&&_0x480853&&!_0x480853['getCustomProperty']('widget')&&_0x480853['is']('containerElement')&&_0x21b8ef(_0x480853,_0x4e5029['writer']);},{'priority':'high'});}),_0x1671c4['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x801dcb,_0x26f6a5)=>{if(!_0x26f6a5['options']['showSuggestionHighlights'])return null;const {type:_0x111078,subType:_0xc87e87}=this['_splitMarkerName'](_0x801dcb['markerName']);return{'classes':['ck-suggestion-marker',_0x5650fb(_0x111078,_0xc87e87)],'priority':0xbb8};}});const _0xb2a0f7=({showActiveMarkers:_0x3a4ec9=!0x0,isAttributeSuggestion:_0x374a68=!0x1}={})=>(_0x5a8871,_0x5f0799,_0x4412d7)=>{if(!_0x5f0799['item'])return;const {id:_0x3a5543}=this['_splitMarkerName'](_0x5f0799['markerName']);if(_0x374a68){const _0x358c9d=this['_suggestions']['get'](_0x3a5543),_0x204dd3=this['_getAttributeKey'](_0x358c9d);if(!this['_isBlockAttribute'](_0x204dd3))return;}if(_0x5f0799['item']['is']('selection'))return void _0x4412d7['consumable']['consume'](_0x5f0799['item'],_0x5a8871['name']);const _0x58a2ff=_0x4412d7['mapper']['toViewElement'](_0x5f0799['item']);if(_0x5f0799['item']['is']('element')&&_0x1671c4['model']['schema']['isBlock'](_0x5f0799['item'])&&!_0x58a2ff['getCustomProperty']('addHighlight')){_0x4412d7['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x58a2ff),_0x4412d7['writer']['setAttribute']('data-suggestion',_0x3a5543,_0x58a2ff),_0x4412d7['mapper']['bindElementToMarker'](_0x58a2ff,_0x5f0799['markerName']),_0x3a4ec9&&(this['activeMarkers']['includes'](_0x5f0799['markerName'])?_0x4412d7['writer']['addClass']('ck-suggestion-marker--active',_0x58a2ff):_0x4412d7['writer']['removeClass']('ck-suggestion-marker--active',_0x58a2ff));for(const _0x72f8b3 of _0x1671c4['model']['createRangeIn'](_0x5f0799['item'])['getItems']())_0x4412d7['consumable']['consume'](_0x72f8b3,_0x5a8871['name']);_0x4412d7['consumable']['consume'](_0x5f0799['item'],_0x5a8871['name']);}};_0x1671c4['conversion']['for']('dataDowncast')['add'](_0x7c7296=>{_0x7c7296['on']('addMarker:suggestion:formatBlock',(_0x163497,_0x3fb70d,_0x445c22)=>{_0x445c22['options']['showSuggestionHighlights']&&_0xb2a0f7({'showActiveMarkers':!0x1})(_0x163497,_0x3fb70d,_0x445c22);},{'priority':'highest'});}),_0x1671c4['conversion']['for']('dataDowncast')['add'](_0x119390=>{_0x119390['on']('addMarker:suggestion:attribute',(_0x123144,_0xbd22ff,_0x1cc855)=>{_0x1cc855['options']['showSuggestionHighlights']&&_0xb2a0f7({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x123144,_0xbd22ff,_0x1cc855);},{'priority':'highest'});}),_0x1671c4['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x417037,_0x1dc3e6)=>_0x1dc3e6['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x417037['substr'](0xb)}}),_0x1671c4['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x2be123,{writer:_0x220e51})=>{let _0x7d8a70='suggestion:'+_0x2be123['getAttribute']('suggestion-type')+':'+_0x2be123['getAttribute']('id');return _0x2be123['getAttribute']('marker-count')&&(_0x7d8a70+=':'+_0x2be123['getAttribute']('marker-count')),_0x220e51['createElement']('$marker',{'data-name':_0x7d8a70});}}),_0x1671c4['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x1671c4['conversion']['for']('editingDowncast')['add'](_0x192a19=>{_0x192a19['on']('addMarker:suggestion:formatBlock',_0xb2a0f7(),{'priority':'high'});}),_0x1671c4['conversion']['for']('editingDowncast')['add'](_0x1d8bef=>{_0x1d8bef['on']('addMarker:suggestion:attribute',_0xb2a0f7({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x1671c4['conversion']['for']('editingDowncast')['add'](_0x39c1c4=>{_0x39c1c4['on']('removeMarker:suggestion:formatBlock',(_0x4d1256,_0x5bbf58,_0x277867)=>{const _0x1b5e31=_0x277867['mapper']['markerNameToElements'](_0x5bbf58['markerName']);if(_0x1b5e31){for(const _0x4fa983 of _0x1b5e31)_0x4fa983['getCustomProperty']('addHighlight')||(_0x277867['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x4fa983),_0x277867['writer']['removeAttribute']('data-suggestion',_0x4fa983),_0x277867['mapper']['unbindElementFromMarkerName'](_0x4fa983,_0x5bbf58['markerName']));}},{'priority':'high'});}),_0x1671c4['conversion']['for']('editingDowncast')['add'](_0x2a0ed2=>{_0x2a0ed2['on']('removeMarker:suggestion:attribute',(_0x5b8c50,_0x270dcc,_0x1b948a)=>{const _0x5331f7=_0x1b948a['mapper']['markerNameToElements'](_0x270dcc['markerName']);if(!_0x5331f7)return;const {id:_0x4291e5}=this['_splitMarkerName'](_0x270dcc['markerName']),_0x19df6b=this['_suggestions']['get'](_0x4291e5),_0x9a0f9a=this['_getAttributeKey'](_0x19df6b);if(this['_isBlockAttribute'](_0x9a0f9a)){for(const _0x32d3f7 of _0x5331f7)_0x32d3f7['getCustomProperty']('addHighlight')||(_0x1b948a['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x32d3f7),_0x1b948a['writer']['removeAttribute']('data-suggestion',_0x32d3f7),_0x1b948a['mapper']['unbindElementFromMarkerName'](_0x32d3f7,_0x270dcc['markerName']));}},{'priority':'high'});}),_0x1671c4['model']['document']['registerPostFixer'](_0x5ae775=>{let _0x1d43b2=!0x1;const _0x4a3107=Array['from'](_0x1671c4['model']['document']['differ']['getChangedMarkers']()),_0x4fd766=new Set();for(const {name:_0x3469d4,data:_0x374b03}of _0x4a3107){const {group:_0x56a331,type:_0x49175d,subType:_0x11df6c,id:_0x38d20d}=this['_splitMarkerName'](_0x3469d4);if('suggestion'!==_0x56a331)continue;const _0x491415=this['_suggestions']['get'](_0x38d20d);if(null!=_0x374b03['newRange']){'formatInline'==_0x49175d&&(_0x1d43b2=_0x1d43b2||Ut(_0x374b03['newRange'],_0x3469d4,_0x5ae775,_0x1671c4['model']['schema']));const _0x4cce1a='attribute'==_0x49175d&&this['_isBlockAttribute'](_0x11df6c['split']('|')[0x0]);if(_0x374b03['newRange']['isCollapsed']||'$graveyard'==_0x374b03['newRange']['root']['rootName']||'formatBlock'==_0x49175d&&!Ft(_0x374b03['newRange'])||_0x4cce1a&&!Ft(_0x374b03['newRange'])||'deletion'==_0x49175d&&!(!Vt(_0x1751c9=_0x374b03['newRange'])&&!function(_0x54304d){return _0x54304d['start']['parent']==_0x54304d['end']['nodeBefore']&&_0x54304d['start']['isAtEnd'];}(_0x1751c9)))_0x5ae775['removeMarker'](_0x3469d4),_0x1d43b2=!0x0;else{if(!_0x491415||!_0x491415['isInContent'])continue;if(_0x374b03['newRange']&&_0x374b03['oldRange']&&_0x374b03['newRange']['isEqual'](_0x374b03['oldRange']))continue;_0x4fd766['add'](_0x491415);}}}var _0x1751c9;return _0x4fd766['size']>0x0&&(_0x1d43b2=!!this['_joinWithAdjacentSuggestions'](_0x4fd766)||_0x1d43b2),_0x1d43b2;}),_0x1671c4['model']['document']['registerPostFixer'](_0x42a7ae=>{let _0x1c6b39=!0x1;for(const _0x3c35e7 of _0x1671c4['model']['document']['differ']['getChanges']())if('insert'==_0x3c35e7['type'])for(const _0xca123a of this['_suggestions']['values']()){if(_0xca123a['isMultiRange']||!_0xca123a['isInContent'])continue;const _0x55523b='formatBlock'==_0xca123a['type'],_0xfc9bc3=this['_getAttributeKey'](_0xca123a),_0x343bee=_0xfc9bc3&&this['_isBlockAttribute'](_0xfc9bc3);if(!_0x55523b&&!_0x343bee)continue;const _0xeba7a8=_0xca123a['getFirstRange']();if(_0xeba7a8['start']['parent']!=_0xeba7a8['end']['parent']&&!_0xeba7a8['end']['isAtEnd']){const _0x373f2e=_0x1671c4['model']['createPositionAt'](_0xeba7a8['start']['nodeAfter'],'end'),_0x476318=_0x1671c4['model']['createRange'](_0xeba7a8['start'],_0x373f2e);_0x42a7ae['updateMarker'](_0xca123a['getFirstMarker'](),{'range':_0x476318}),_0x1c6b39=!0x0;}}return _0x1c6b39;}),_0x1671c4['model']['document']['registerPostFixer'](_0x3d4791=>this['_processAttributeChanges'](_0x3d4791)),_0x1671c4['model']['document']['registerPostFixer'](_0x14589c=>!_0x14589c['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x14589c)),_0x1671c4['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x1671c4['model']['document']['on']('change:data',(_0x45a97e,_0x38a06f)=>{if(!_0x38a06f['isLocal']||_0x38a06f['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x39e9c1=_0x1671c4['model']['document']['differ']['getChanges']();if(0x0==_0x39e9c1['length'])return;const _0x4b7b27=[],_0x129ed8=_0x39e9c1['filter'](_0x186264=>'attribute'==_0x186264['type']),_0x202985=_0x39e9c1['filter'](_0xe64c7f=>'insert'==_0xe64c7f['type']&&'$text'!=_0xe64c7f['name']);for(const _0x5e2431 of _0x129ed8)this['_isRegisteredAttribute'](_0x5e2431['attributeKey'])&&_0x4b7b27['push']({'key':_0x5e2431['attributeKey'],'newValue':_0x5e2431['attributeNewValue'],'oldValue':_0x5e2431['attributeOldValue'],'range':Pt(_0x5e2431['range'],_0x1671c4['model'])});for(const _0x4a8fc0 of _0x202985){if('rename'!=_0x4a8fc0['action']&&'refresh'!=_0x4a8fc0['action'])continue;const _0x422c11=Lt(_0x4a8fc0['position']['nodeAfter'],_0x1671c4['model']),_0x4f42cc=_0x4a8fc0['before'];'rename'==_0x4a8fc0['action']&&_0x4b7b27['push']({'key':m,'newValue':_0x4a8fc0['name'],'oldValue':_0x4f42cc['name'],'range':_0x422c11});for(const [_0xbc6d3,_0x526770]of _0x4f42cc['attributes']){if(!this['_isRegisteredAttribute'](_0xbc6d3))continue;const _0x1af000=_0x4a8fc0['attributes']['get'](_0xbc6d3);_0x526770!==_0x1af000&&_0x4b7b27['push']({'key':_0xbc6d3,'newValue':_0x1af000,'oldValue':_0x526770,'range':_0x422c11});}for(const [_0x599c34,_0x4364a2]of _0x4a8fc0['attributes'])this['_isRegisteredAttribute'](_0x599c34)&&(_0x4f42cc['attributes']['has'](_0x599c34)||_0x4b7b27['push']({'key':_0x599c34,'newValue':_0x4364a2,'oldValue':null,'range':_0x422c11}));}0x0!=_0x4b7b27['length']&&_0x1671c4['model']['enqueueChange'](_0x38a06f,_0x1edc4e=>{const _0x2320d7=_0x138912();for(const {range:_0x21a9f6,key:_0x34b9c5,oldValue:_0x1359f3,newValue:_0x435118}of _0x4b7b27)this['markAttributeChange'](_0x21a9f6,_0x34b9c5,_0x1359f3,_0x435118,{'groupId':_0x2320d7});this['_reduceExistingSuggestions'](_0x1edc4e,_0x4b7b27);});},{'priority':'lowest'}),_0x1671c4['model']['markers']['on']('update:suggestion',(_0x4f2443,_0x3ade0a,_0x5809ee)=>{if(null==_0x5809ee){const {id:_0x102990}=this['_splitMarkerName'](_0x3ade0a['name']),_0x5465d9=this['_suggestions']['get'](_0x102990);_0x5465d9&&_0x5465d9['addMarkerName'](_0x3ade0a['name']);}}),_0x1671c4['model']['document']['on']('change:data',()=>{const _0xd06f04=Array['from'](_0x1671c4['model']['document']['differ']['getChangedMarkers']())['filter'](_0x2ba9ca=>'suggestion'===this['_splitMarkerName'](_0x2ba9ca['name'])['group']);if(0x0===_0xd06f04['length'])return;_0xd06f04['sort']((_0x2f1ad1,_0x4c874e)=>{const _0x1c5b35=_0x2f1ad1['data']['oldRange'],_0x301ea9=_0x4c874e['data']['oldRange'];return null===_0x1c5b35&&null===_0x301ea9?0x0:null===_0x1c5b35&&null!==_0x301ea9?-0x1:null!==_0x1c5b35&&null===_0x301ea9?0x1:_0x1c5b35['start']['isBefore'](_0x301ea9['start'])?-0x1:0x1;});const _0x24558f=new Set(),_0x47fd3a=new Set();for(const {name:_0x678906,data:_0x11cb21}of _0xd06f04){const {id:_0x474ebc}=this['_splitMarkerName'](_0x678906);if(null===_0x11cb21['oldRange']){const _0x521ca1=this['_handleNewSuggestionMarker'](_0x678906);_0x47fd3a['add'](_0x521ca1);}else{const _0xc21fc=this['_suggestions']['get'](_0x474ebc);null!==_0x11cb21['newRange']||_0xc21fc['isInContent']?(_0x24558f['add'](_0xc21fc['head']),_0x47fd3a['add'](_0xc21fc)):this['_removeSuggestion'](_0xc21fc);}}_0x47fd3a['size']>0x0&&this['_refreshSuggestionsChain'](_0x47fd3a);for(const _0x3b8a02 of _0x24558f)this['fire']('suggestionChanged',_0x3b8a02);}),_0x1671c4['model']['on']('applyOperation',(_0xca5e12,_0x52e4a8)=>{const _0x4fd263=_0x52e4a8[0x0];if(!this['_suggestions']['size'])return;if(!_0x4fd263['isDocumentOperation'])return;if(_0x4fd263['batch']['isUndo']||!_0x4fd263['batch']['isLocal'])return;let _0x1cb74b,_0x17eff0;switch(_0x4fd263['type']){case'insert':_0x1cb74b=_0x1671c4['model']['createPositionAt'](_0x4fd263['position']),_0x17eff0=_0x1cb74b['getShiftedBy'](_0x4fd263['howMany']);break;case'split':_0x1cb74b=_0x1671c4['model']['createPositionAt'](_0x4fd263['splitPosition']),_0x17eff0=_0x1671c4['model']['createPositionAt'](_0x4fd263['moveTargetPosition']);break;case'move':_0x1cb74b=_0x1671c4['model']['createPositionAt'](_0x4fd263['targetPosition']),_0x17eff0=_0x1cb74b['getShiftedBy'](_0x4fd263['howMany']);break;default:return;}const _0x32b3bf=_0x1671c4['model']['createRange'](_0x1cb74b,_0x17eff0);_0x1671c4['model']['change'](()=>{for(const {suggestion:_0x1919f0,meta:_0x557600}of this['_findSuggestions'](_0x32b3bf)){if(_0x1919f0['isMultiRange'])continue;if('formatInline'==_0x1919f0['type'])continue;const _0x15c229=this['_getAttributeKey'](_0x1919f0);if(_0x15c229&&this['_isBlockAttribute'](_0x15c229)&&'split'!=_0x4fd263['type'])continue;const _0x424434=_0x1919f0['data']&&_0x1919f0['data']['multipleBlocks'];('formatBlock'!=_0x1919f0['type']||'split'==_0x4fd263['type']&&!_0x424434)&&(_0x557600['containsRangeInObject']||'insertion'==_0x1919f0['type']&&_0x557600['isOwn']||_0x1919f0['getFirstRange']()['containsRange'](_0x32b3bf)&&this['_breakSuggestionMarker'](_0x1919f0,_0x1cb74b,_0x17eff0));}});},{'priority':'lowest'}),_0x1671c4['model']['on']('deleteContent',(_0x284803,_0x420c86)=>{const _0x3c9d6b=_0x420c86[0x0],_0x251484=_0x420c86[0x1];if(_0x251484&&_0x251484['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x3c9d6b['isCollapsed'])return;const _0x271143=_0x1671c4['model']['schema'],{start:_0x3df987,end:_0x3cf79e}=_0x3c9d6b['getFirstRange'](),_0x14c750=_0x3df987['nodeAfter']&&_0x271143['isLimit'](_0x3df987['nodeAfter'])?null:_0x271143['getNearestSelectionRange'](_0x3df987,'forward'),_0x1704a2=_0x3cf79e['nodeBefore']&&_0x271143['isLimit'](_0x3cf79e['nodeBefore'])?null:_0x271143['getNearestSelectionRange'](_0x3cf79e,'backward'),_0x5b0da8=_0x1671c4['model']['createRange'](_0x14c750?_0x14c750['start']:_0x3df987,_0x1704a2?_0x1704a2['end']:_0x3cf79e);_0x1671c4['model']['change'](_0x5e0322=>{this['markDeletion'](_0x5b0da8);const _0x12014b=_0x1671c4['model']['schema']['getNearestSelectionRange'](_0x5b0da8['start']);_0x3c9d6b['is']('documentSelection')?_0x5e0322['setSelection'](_0x12014b):_0x3c9d6b['setTo'](_0x12014b);}),_0x284803['stop']();},{'priority':_0x29c3cb['normal']+0xa}),_0x1671c4['model']['on']('insertContent',(_0xb0f266,_0x44d7a1)=>{const _0x245b52=_0x44d7a1[_0x44d7a1['length']-0x1];_0x245b52&&_0x245b52['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x1671c4['model']['change'](()=>{let _0xeeb0a8=_0x1671c4['model']['insertContent'](_0x44d7a1[0x0],_0x44d7a1[0x1],_0x44d7a1[0x2],{'forceDefaultExecution':!0x0});if(!_0xeeb0a8)return;_0xb0f266['return']=_0xeeb0a8['clone']();const _0x13d477=_0xeeb0a8['end']['nodeBefore'],_0x1abf1a=_0x1671c4['model']['schema'];_0x13d477&&_0x1abf1a['isBlock'](_0x13d477)&&!_0x1abf1a['isObject'](_0x13d477)&&(_0xeeb0a8=_0x1671c4['model']['createRange'](_0xeeb0a8['start'],_0x1671c4['model']['createPositionAt'](_0x13d477,'end'))),this['markInsertion'](_0xeeb0a8);}),_0xb0f266['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x393182=new x(_0x1671c4,this['_suggestions']);_0x1671c4['commands']['add']('acceptSuggestion',_0x393182),this['enableCommand']('acceptSuggestion');const _0x493ae9=new R(_0x1671c4,this['_suggestions']);_0x1671c4['commands']['add']('discardSuggestion',_0x493ae9),this['enableCommand']('discardSuggestion'),_0x1671c4['commands']['add']('acceptAllSuggestions',new E(_0x1671c4,_0x393182,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x1671c4['commands']['add']('discardAllSuggestions',new E(_0x1671c4,_0x493ae9,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x1671c4['commands']['add']('acceptSelectedSuggestions',new O(_0x1671c4,_0x393182,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x1671c4['commands']['add']('discardSelectedSuggestions',new O(_0x1671c4,_0x493ae9,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x25ee9d=_0x1671c4['plugins']['get']('CommentsRepository');this['listenTo'](_0x25ee9d,'addComment',(_0x430480,{threadId:_0x3ad303})=>{const _0x291220=this['_suggestions']['get'](_0x3ad303);_0x291220&&_0x291220['commentThread']&&0x1===_0x291220['commentThread']['length']&&this['_updateSuggestionData'](_0x3ad303,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x25ee9d,'removeComment',(_0x53b6e3,{threadId:_0x5b4237})=>{const _0x94bb35=this['_suggestions']['get'](_0x5b4237);_0x94bb35&&_0x94bb35['commentThread']&&!_0x94bb35['commentThread']['length']&&this['_updateSuggestionData'](_0x5b4237,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x58d701){if(this['_adapter'])throw new _0x643216('track-changes-adapter-already-set',this);this['_adapter']=_0x58d701;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x41804f=!0x1,toJSON:_0x15055b=!0x1}={}){const _0x32ef72=[];for(const _0x27f3d7 of this['_suggestions']['values']())_0x41804f&&!_0x27f3d7['isInContent']||_0x32ef72['push'](_0x27f3d7);return _0x15055b?_0x32ef72['map'](_0x3941bb=>_0x3941bb['toJSON']()):_0x32ef72;}['getSuggestion'](_0x7679dd){const _0x25d553=this['_suggestions']['get'](_0x7679dd);if(!_0x25d553)throw new _0x643216('track-changes-suggestion-not-found',this);return _0x25d553;}['hasSuggestion'](_0x2ac2c5){return this['_suggestions']['has'](_0x2ac2c5);}['addSuggestionData'](_0x862b39){const {authorId:_0x277254,id:_0x2a1b05,attributes:_0x47a1b4}=_0x862b39,[_0x281bf5,_0xf59270]=_0x862b39['type']['split'](':'),_0x2ac265=this['_suggestions']['get'](_0x2a1b05)||this['_createSuggestion'](_0x281bf5,_0xf59270,_0x2a1b05,_0x277254,_0x47a1b4);if(this['_addThreadToSuggestion'](_0x2ac265),this['_checkSuggestionCorrectness'](_0x2ac265,_0x281bf5,_0xf59270||null,_0x277254),_0x2ac265['createdAt']=_0x862b39['createdAt'],_0x2ac265['_isDataLoaded']=!0x0,_0x47a1b4&&_0x47a1b4['@external']){const _0x583025=_0x47a1b4['@external'],_0x54c93f=this['_getExternalAuthor'](_0x583025['authorName']);_0x2ac265['authoredAt']=_0x583025['createdAt'],_0x2ac265['author']=_0x54c93f,_0x2ac265['isExternal']=!0x0;}else _0x2ac265['authoredAt']=_0x862b39['createdAt'];switch(_0x862b39['data']&&(_0x2ac265['data']=_0x862b39['data']),_0x862b39['attributes']&&(_0x2ac265['attributes']=_0x862b39['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x2ac265['_saved']=!0x0),this['_suggestionState']['get'](_0x2ac265)){case'notReady':this['_suggestionState']['set'](_0x2ac265,'dataReady');break;case'markerReady':_0x2ac265['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x2ac265])),this['_refreshSuggestionsChain'](new Set([_0x2ac265])),this['_suggestionState']['set'](_0x2ac265,'ready'),this['fire']('suggestionLoaded',_0x2ac265)):this['_suggestionState']['set'](_0x2ac265,'removed');}return _0x2ac265;}['acceptSuggestion'](_0x137c50){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x3a377a of _0x137c50['getAllAdjacentSuggestions']())_0x3a377a['accept']();});});}['discardSuggestion'](_0x2af130){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0xea7d3f of _0x2af130['getAllAdjacentSuggestions']())_0xea7d3f['discard']();});});}['enableCommand'](_0x3811ad,_0x372b2a){const _0x578d29=this['editor']['commands']['get'](_0x3811ad);if(!_0x578d29)throw new _0x643216('track-changes-command-not-found',this,{'commandName':_0x3811ad});if(this['_enabledCommands']['has'](_0x578d29))throw new _0x643216('track-changes-enable-command-twice',this,{'commandName':_0x3811ad});this['_enabledCommands']['add'](_0x578d29),_0x372b2a&&_0x578d29['on']('execute',(_0x6cd117,_0x4ca0eb)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x4ca0eb['length']>0x0&&_0x4ca0eb[_0x4ca0eb['length']-0x1]&&_0x4ca0eb[_0x4ca0eb['length']-0x1]['forceDefaultExecution']?_0x4ca0eb['pop']():(_0x6cd117['return']=_0x372b2a((..._0x40035c)=>_0x578d29['execute'](..._0x40035c,{'forceDefaultExecution':!0x0}),..._0x4ca0eb),_0x6cd117['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x5bf12e){let _0x38c909,_0x311421;const _0x525c4c=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x38c909=_0x5bf12e();}catch(_0x31c8f8){_0x311421=_0x31c8f8;}return _0x525c4c||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x311421&&_0x643216['rethrowUnexpectedError'](_0x311421,this),_0x38c909;}['markInsertion'](_0x2acf17,_0x129d58=null,_0x23aa69={}){if(_0x2acf17['isCollapsed'])return null;const _0x23766c=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x3b93cd,meta:_0x35870f}of this['_findSuggestions'](_0x2acf17,'insertion'))if(_0x35870f['isOwn']){if(!_0x35870f['isNextTo']){if(_0x35870f['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!qt(_0x3b93cd,_0x23aa69))continue;return _0x3b93cd;}if(qt(_0x3b93cd,_0x23aa69))return _0x3b93cd;this['_breakSuggestionMarker'](_0x3b93cd,_0x2acf17['start'],_0x2acf17['end']);break;}if(_0x129d58==_0x3b93cd['subType']&&qt(_0x3b93cd,_0x23aa69)){const _0x2c3830=_0x3b93cd['getFirstRange']();return _0x2c3830['start']['isEqual'](_0x2acf17['end'])?this['_setSuggestionRange'](_0x3b93cd,this['_model']['createRange'](_0x2acf17['start'],_0x2c3830['end'])):this['_setSuggestionRange'](_0x3b93cd,this['_model']['createRange'](_0x2c3830['start'],_0x2acf17['end'])),_0x3b93cd;}}const _0x4f2b1b=_0x138912(),_0x3d6dee=_0x23766c['id'],_0x4f9fd0=_0x129d58?'insertion:'+_0x129d58:'insertion',_0x9d4dad=this['_setSuggestionData']({'id':_0x4f2b1b,'type':_0x4f9fd0,'createdAt':new Date(),'authorId':_0x3d6dee,'attributes':_0x23aa69});return this['_addSuggestionMarker'](_0x4f9fd0,_0x4f2b1b,_0x3d6dee,_0x2acf17),_0x9d4dad;}['markMultiRangeInsertion'](_0x27e734,_0x508e89='multi',_0x4f4748={}){const _0x5c1599=this['editor']['plugins']['get']('Users')['me'],_0x122426=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x508e89,'join');for(const _0x530d44 of this['getSuggestions']())if(_0x530d44['author']['id']==_0x5c1599['id']&&'insertion'==_0x530d44['type']&&_0x530d44['subType']==_0x508e89&&qt(_0x530d44,_0x4f4748)&&(_0x122426(_0x530d44['getRanges'](),_0x27e734)||_0x122426(_0x27e734,_0x530d44['getRanges']()))){for(const _0x31995a of _0x27e734)_0x530d44['addRange'](_0x31995a);return _0x530d44;}for(const {suggestion:_0x468138,meta:_0x5d9bf7}of this['_findSuggestions'](_0x27e734,'insertion')){if(!_0x5d9bf7['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x5d9bf7['containsRangeInObject'])continue;if(!qt(_0x468138,_0x4f4748))continue;let _0x3b15c1=!0x0;for(const _0x4b35c0 of _0x468138['getRanges']())for(const _0x54a677 of _0x27e734)if(!_0x4b35c0['containsRange'](_0x54a677)){_0x3b15c1=!0x1;break;}if(_0x3b15c1)return _0x468138;}const _0x27bef7=_0x138912(),_0x3a0705=_0x5c1599['id'],_0xe97b83='insertion:'+_0x508e89,_0x6a9ad3=this['_setSuggestionData']({'id':_0x27bef7,'type':_0xe97b83,'createdAt':new Date(),'authorId':_0x3a0705,'attributes':_0x4f4748});for(const _0x4a5908 of _0x27e734)this['_addSuggestionMarker'](_0xe97b83,_0x27bef7,_0x3a0705,_0x4a5908,u['getMultiRangeId']());return _0x6a9ad3;}['markInlineFormat'](_0x502fd3,_0x2d69fb,_0x5c0e03=null,_0x3395e8={}){if(_0x5c0e03=_0x5c0e03||Gt(_0x2d69fb),_0x502fd3['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x510503=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x5c0e03,'accept');return this['forceDefaultExecution'](()=>_0x510503([_0x502fd3],_0x2d69fb,_0x3395e8)),null;}const _0x79b5ed=this['editor']['plugins']['get']('Users')['me'],_0x4abd49=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x596062,meta:_0x326f4c}of this['_findSuggestions'](_0x502fd3,'insertion'))_0x326f4c['isOwn']&&!_0x326f4c['isInsideObject']&&_0x4abd49['push'](..._0x596062['getRanges']());}const _0x4fdaa1=function(_0x1da758,_0x28c3f9){const _0x52d092=[];for(const _0x395d44 of _0x28c3f9){const _0x5a5fc0=_0x1da758['getIntersection'](_0x395d44);_0x5a5fc0&&_0x52d092['push'](_0x5a5fc0);}return _0x52d092;}(_0x502fd3,_0x4abd49),_0x1c6441=function(_0x4b1480,_0x3c77ca){const _0x59ecfa=[_0x4b1480];for(const _0xe66a72 of _0x3c77ca){let _0x131aae=0x0;for(;_0x131aae<_0x59ecfa['length'];){const _0x5612e7=_0x59ecfa[_0x131aae]['getDifference'](_0xe66a72);_0x59ecfa['splice'](_0x131aae,0x1,..._0x5612e7),_0x131aae+=_0x5612e7['length'];}}return _0x59ecfa;}(_0x502fd3,_0x4abd49);_0x4fdaa1['length']&&this['_model']['change'](()=>{for(const _0x237b96 of _0x4fdaa1){const _0x4822ea=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x5c0e03,'accept');this['forceDefaultExecution'](()=>_0x4822ea([_0x237b96],_0x2d69fb,_0x3395e8));}});for(const _0xdc29dd of _0x1c6441){let _0x2901ee=null,_0x4ef7a8=_0xdc29dd['start'],_0x2e08c6=_0xdc29dd['end'];for(const {suggestion:_0x577fc3,meta:_0x4abc1e}of this['_findSuggestions'](_0xdc29dd,'formatInline')){if(!_0x4abc1e['isOwn'])continue;if(_0x577fc3['subType']!=_0x5c0e03)continue;if(!qt(_0x577fc3,_0x3395e8))continue;const _0x1dade=_0x577fc3['getFirstRange']();if(_0x1dade['containsRange'](_0xdc29dd,!0x0))return null;_0x4ef7a8=_0x4ef7a8['isBefore'](_0x1dade['start'])?_0x4ef7a8:_0x1dade['start'],_0x2e08c6=_0x2e08c6['isAfter'](_0x1dade['end'])?_0x2e08c6:_0x1dade['end'],_0x2901ee?_0x1dade['start']['isBefore'](_0x2901ee['getFirstRange']()['start'])?(_0x2901ee['removeMarkers'](),_0x2901ee=_0x577fc3):_0x577fc3['removeMarkers']():_0x2901ee=_0x577fc3;}const _0x4dcee1=this['_model']['createRange'](_0x4ef7a8,_0x2e08c6);if(_0x2901ee)this['_setSuggestionRange'](_0x2901ee,_0x4dcee1);else{const _0x23113c=_0x138912(),_0x515cd9=_0x79b5ed['id'];this['_setSuggestionData']({'id':_0x23113c,'type':'formatInline:'+_0x5c0e03,'data':_0x2d69fb,'createdAt':new Date(),'authorId':_0x515cd9,'attributes':_0x3395e8}),this['_addSuggestionMarker']('formatInline:'+_0x5c0e03,_0x23113c,_0x515cd9,_0x4dcee1);}}return null;}['markBlockFormat'](_0x1d9ff3,_0x13dced,_0x5a1416=[],_0x2ba726=null,_0x7bd745={}){_0x13dced['formatGroupId']||(_0x13dced['formatGroupId']=_0x13dced['commandName']),_0x13dced['multipleBlocks']=_0x1d9ff3['is']('range'),_0x2ba726=_0x2ba726||Gt(_0x13dced);const _0x51aee9=_0x5a1416['map'](_0x246ada=>Lt(_0x246ada,this['_model'])),_0x4ab488=_0x1d9ff3['is']('range')?_0x1d9ff3:Lt(_0x1d9ff3,this['_model']);if('never'===this['_trackFormatChanges']){const _0x52441f=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2ba726,'accept');return this['forceDefaultExecution'](()=>_0x52441f([_0x4ab488],_0x13dced,_0x7bd745)),null;}_0x51aee9['push'](_0x4ab488);let _0x4ebc35=!0x0;for(const _0x1520ec of _0x51aee9)if(!this['_rangeIsInLocalUserInsertion'](_0x1520ec)){_0x4ebc35=!0x1;break;}if(_0x4ebc35&&'always'!==this['_trackFormatChanges']){const _0x387b38=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2ba726,'accept');return this['forceDefaultExecution'](()=>_0x387b38([_0x4ab488],_0x13dced,_0x7bd745)),null;}let _0x22e4ad=null,_0x7f1042=_0x4ab488['start'],_0x3625e7=_0x4ab488['end'];for(const {suggestion:_0x53c408,meta:_0x22b08c}of this['_findSuggestions'](_0x4ab488,'formatBlock')){if(!_0x22b08c['isOwn'])continue;if(_0x22b08c['isNextTo']||_0x22b08c['containsRangeInObject']||_0x22b08c['isInsideObject'])continue;if(_0x53c408['data']['formatGroupId']!=_0x13dced['formatGroupId'])continue;if(!qt(_0x53c408,_0x7bd745))continue;const _0x5ae50d=_0x53c408['getFirstRange']();if(_0x53c408['subType']==_0x2ba726){if(_0x5ae50d['containsRange'](_0x4ab488,!0x0))return null;_0x7f1042=_0x7f1042['isBefore'](_0x5ae50d['start'])?_0x7f1042:_0x5ae50d['start'],_0x3625e7=_0x3625e7['isAfter'](_0x5ae50d['end'])?_0x3625e7:_0x5ae50d['end'],_0x22e4ad?_0x5ae50d['start']['isBefore'](_0x22e4ad['getFirstRange']()['start'])?(_0x22e4ad['removeMarkers'](),_0x22e4ad=_0x53c408):_0x53c408['removeMarkers']():_0x22e4ad=_0x53c408;}else{const _0x51619f=_0x4ab488['getIntersection'](_0x5ae50d);this['_cutOutSuggestionMarker'](_0x53c408,_0x51619f);}}const _0x350cf0=this['editor']['plugins']['get']('Users')['me'],_0x13437f=_0x138912(),_0x3dc778=_0x350cf0['id'];if(_0x22e4ad)return this['_setSuggestionRange'](_0x22e4ad,this['_model']['createRange'](_0x7f1042,_0x3625e7)),_0x22e4ad;{const _0x31e12a=this['_setSuggestionData']({'id':_0x13437f,'type':'formatBlock:'+_0x2ba726,'data':_0x13dced,'createdAt':new Date(),'authorId':_0x3dc778,'attributes':_0x7bd745});return this['_addSuggestionMarker']('formatBlock:'+_0x2ba726,_0x13437f,_0x3dc778,this['_model']['createRange'](_0x7f1042,_0x3625e7)),_0x31e12a;}}['markMultiRangeBlockFormat'](_0x8b7bd2,_0x16e0e7,_0x281ab2=[],_0x4eb84e=null,_0x4fbc66={}){_0x16e0e7['formatGroupId']||(_0x16e0e7['formatGroupId']=_0x16e0e7['commandName']);const _0x92fc42=_0x8b7bd2[0x0];_0x16e0e7['multipleBlocks']=_0x92fc42['is']('range'),_0x4eb84e=_0x4eb84e||Gt(_0x16e0e7);const _0x574e28=_0x281ab2['map'](_0x56c6b5=>Lt(_0x56c6b5,this['_model'])),_0x25b8c0=_0x92fc42['is']('range')?_0x8b7bd2:_0x8b7bd2['map'](_0x3c6c2f=>Lt(_0x3c6c2f,this['_model']));if('never'===this['_trackFormatChanges']){const _0x3709e7=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x4eb84e,'accept');return this['forceDefaultExecution'](()=>_0x3709e7(_0x25b8c0,_0x16e0e7,_0x4fbc66)),null;}_0x574e28['push'](..._0x25b8c0);let _0x3fd08d=!0x0;for(const _0x232fcd of _0x574e28)if(!this['_rangeIsInLocalUserInsertion'](_0x232fcd)){_0x3fd08d=!0x1;break;}if(_0x3fd08d&&'always'!==this['_trackFormatChanges']){const _0x32aac1=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x4eb84e,'accept');return this['forceDefaultExecution'](()=>_0x32aac1(_0x25b8c0,_0x16e0e7,_0x4fbc66)),null;}const _0x2c95a8=this['editor']['plugins']['get']('Users')['me'];for(const _0x264bf7 of this['getSuggestions']()){if(_0x264bf7['author']['id']!=_0x2c95a8['id'])continue;if('formatBlock'!=_0x264bf7['type']||_0x264bf7['data']['formatGroupId']!=_0x16e0e7['formatGroupId'])continue;if(!qt(_0x264bf7,_0x4fbc66))continue;const _0x51af32=_0x264bf7['subType']==_0x4eb84e;for(let _0x38cb77=0x0;_0x38cb77<_0x25b8c0['length'];_0x38cb77++){const _0x4d5d21=_0x25b8c0[_0x38cb77];for(const _0x1d5010 of _0x264bf7['getMarkers']()){const _0x1b1abd=_0x1d5010['getRange']();if(_0x4d5d21['isEqual'](_0x1b1abd)){_0x51af32?(_0x25b8c0['splice'](_0x38cb77,0x1),_0x38cb77--):_0x264bf7['removeMarker'](_0x1d5010['name']);break;}}}}if(0x0==_0x25b8c0['length'])return null;const _0x2a1b02=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x4eb84e,'join');for(const _0x1e03d9 of this['getSuggestions']())if(_0x1e03d9['author']['id']==_0x2c95a8['id']&&'formatBlock'==_0x1e03d9['type']&&_0x1e03d9['data']['formatGroupId']==_0x16e0e7['formatGroupId']&&_0x1e03d9['subType']==_0x4eb84e&&qt(_0x1e03d9,_0x4fbc66)&&(_0x2a1b02(_0x1e03d9['getRanges'](),_0x25b8c0)||_0x2a1b02(_0x25b8c0,_0x1e03d9['getRanges']()))){for(const _0x52c381 of _0x25b8c0)_0x1e03d9['addRange'](_0x52c381);return _0x1e03d9;}const _0x1d180d=_0x138912(),_0xc7fc39=_0x2c95a8['id'],_0x291457='formatBlock:'+_0x4eb84e,_0x3e0cfe=this['_setSuggestionData']({'id':_0x1d180d,'type':_0x291457,'data':_0x16e0e7,'createdAt':new Date(),'authorId':_0xc7fc39,'attributes':_0x4fbc66});for(const _0x1590a0 of _0x25b8c0)this['_addSuggestionMarker'](_0x291457,_0x1d180d,_0xc7fc39,_0x1590a0,u['getMultiRangeId']());return _0x3e0cfe;}['markDeletion'](_0x2884a0,_0x54a384=null,_0x5e9d38={}){if(_0x2884a0['isCollapsed'])return null;const _0x47d9ce=this['editor']['plugins']['get']('Users')['me'],_0x22adfc=new _0x135447(_0x2884a0['start'],_0x2884a0['end']);for(const {suggestion:_0x524f80,meta:_0xba9920}of this['_findSuggestions'](_0x22adfc,'insertion'))if(_0xba9920['isOwn']&&!_0xba9920['isNextTo']){if(_0x524f80['isMultiRange']){const _0x550a5=_0x524f80['getRanges']()['filter'](_0x2053c3=>'$graveyard'!=_0x2053c3['root']['rootName']);_0x550a5['every'](_0xf23e3b=>_0x22adfc['containsRange'](_0xf23e3b,!0x0))&&_0x524f80['discard']();if(_0x550a5['some'](_0x2387ad=>_0x2387ad['containsRange'](_0x22adfc,!0x0))){const _0x12f799=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x54a384,'accept');return this['forceDefaultExecution'](()=>_0x12f799([_0x22adfc],null,_0x5e9d38)),null;}}else{const _0x14e381=_0x22adfc['getIntersection'](_0x524f80['getFirstRange']());null!==_0x14e381&&_0x524f80['_onDiscard']([_0x14e381],null,_0x5e9d38);}}if(_0x22adfc['detach'](),_0x22adfc['isCollapsed']||'$graveyard'==_0x22adfc['root']['rootName'])return null;let _0x18a0e7=null,_0x1af3b0=_0x22adfc['start'],_0x56de07=_0x22adfc['end'];const _0x5e2eb6=this['_findSuggestions'](_0x22adfc,'deletion');for(const {suggestion:_0xa034a5,meta:_0x4c77bf}of _0x5e2eb6){const _0x4e73e1=this['_model']['createRange'](_0x1af3b0,_0x56de07);if(_0x4c77bf['isOwn']&&(this['_mergeNestedSuggestions']||!_0x4c77bf['containsRangeInObject']&&!_0x4c77bf['isInsideObject'])){if(_0xa034a5['isMultiRange']){if(!qt(_0xa034a5,_0x5e9d38))continue;let _0x4fdf8e=!0x0;for(const _0x416a49 of _0xa034a5['getRanges']()){if(_0x416a49['containsRange'](_0x4e73e1,!0x0))return _0xa034a5;_0x4e73e1['containsRange'](_0x416a49)||(_0x4fdf8e=!0x1);}_0x4fdf8e&&_0xa034a5['discard']();}else{const _0x32298f=_0xa034a5['getFirstRange']();if(_0x32298f['containsRange'](_0x4e73e1,!0x0))return _0xa034a5;if(!qt(_0xa034a5,_0x5e9d38)){_0x4e73e1['containsRange'](_0x32298f)?_0xa034a5['removeMarkers']():_0x32298f['containsPosition'](_0x1af3b0)?_0x1af3b0=_0x32298f['end']:_0x32298f['containsPosition'](_0x56de07)&&(_0x56de07=_0x32298f['start']);continue;}_0x1af3b0=_0x1af3b0['isBefore'](_0x32298f['start'])?_0x1af3b0:_0x32298f['start'],_0x56de07=_0x56de07['isAfter'](_0x32298f['end'])?_0x56de07:_0x32298f['end'],_0x5e9d38=Object['assign']({},_0xa034a5['attributes']),_0x18a0e7?_0x32298f['start']['isBefore'](_0x18a0e7['getFirstRange']()['start'])?(_0x18a0e7['removeMarkers'](),_0x18a0e7=_0xa034a5):_0xa034a5['removeMarkers']():_0x18a0e7=_0xa034a5;}}}if(_0x18a0e7)return this['_setSuggestionRange'](_0x18a0e7,this['_model']['createRange'](_0x1af3b0,_0x56de07)),_0x18a0e7;{const _0x4869ba=_0x138912(),_0x5255e7=this['_model']['createRange'](_0x1af3b0,_0x56de07),_0x5bfe60=_0x47d9ce['id'],_0x2e9d79=_0x54a384?'deletion:'+_0x54a384:'deletion',_0x499e05=this['_setSuggestionData']({'id':_0x4869ba,'type':_0x2e9d79,'createdAt':new Date(),'authorId':_0x5bfe60,'attributes':_0x5e9d38});return this['_addSuggestionMarker'](_0x2e9d79,_0x4869ba,_0x5bfe60,_0x5255e7),_0x499e05;}}['markMultiRangeDeletion'](_0x4990ba,_0x40a622='multi',_0x1cf5e4={}){const _0x5c6069=this['editor']['plugins']['get']('Users')['me'],_0x3a3ae0=_0x4990ba['map'](_0x973e7f=>new _0x135447(_0x973e7f['start'],_0x973e7f['end'])),_0x5ecc00=new Set();for(const {suggestion:_0x13e537,meta:_0x54d4f0}of this['_findSuggestions'](_0x3a3ae0,'insertion'))_0x54d4f0['isOwn']&&!_0x54d4f0['isNextTo']&&_0x5ecc00['add'](_0x13e537);for(const _0x1edc98 of _0x5ecc00)if(_0x1edc98['isMultiRange']){const _0x4c04ac=_0x1edc98['getRanges']();(!_0x1edc98['attributes']||!_0x1edc98['attributes']['skipNestingCheck'])&&(_0x4c04ac['every'](_0x1ad3ec=>_0x3a3ae0['some'](_0x9f5b0c=>_0x9f5b0c['containsRange'](_0x1ad3ec,!0x0)))&&_0x1edc98['discard']());if(_0x3a3ae0['every'](_0x13a4e9=>_0x4c04ac['some'](_0xd5c424=>_0xd5c424['containsRange'](_0x13a4e9,!0x0)))){const _0x1d06c4=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x40a622,'accept');return this['forceDefaultExecution'](()=>_0x1d06c4(_0x4990ba,null,_0x1cf5e4)),null;}}else{const _0x3e8f00=_0x1edc98['getFirstRange']();_0x3a3ae0['some'](_0x2343b8=>_0x2343b8['containsRange'](_0x3e8f00,!0x0))&&_0x1edc98['discard']();if(_0x3a3ae0['every'](_0x353a2e=>_0x3e8f00['containsRange'](_0x353a2e,!0x0))){const _0x54e4c2=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x40a622,'accept');return this['forceDefaultExecution'](()=>_0x54e4c2(_0x3a3ae0,null,_0x1cf5e4)),null;}}const _0x93ebed=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x40a622,'join');let _0x2b6d2f=null;for(const _0x33cee7 of this['getSuggestions']())if(_0x33cee7['author']['id']==_0x5c6069['id']&&_0x33cee7['isInContent']&&'deletion'==_0x33cee7['type']&&_0x33cee7['subType']==_0x40a622&&qt(_0x33cee7,_0x1cf5e4)&&(_0x93ebed(_0x33cee7['getRanges'](),_0x3a3ae0)||_0x93ebed(_0x3a3ae0,_0x33cee7['getRanges']()))){if(_0x2b6d2f){if(_0x33cee7['commentThread']&&_0x33cee7['commentThread']['length'])continue;for(const _0x74eb5d of _0x33cee7['getRanges']())_0x2b6d2f['isIntersectingWithRange'](_0x74eb5d)||_0x2b6d2f['addRange'](_0x74eb5d);_0x33cee7['removeMarkers']();}else{_0x2b6d2f=_0x33cee7;for(const _0x3426ca of _0x3a3ae0)_0x33cee7['isIntersectingWithRange'](_0x3426ca)||_0x33cee7['addRange'](_0x3426ca);}}if(_0x2b6d2f)return _0x2b6d2f;_0x5ecc00['clear']();for(const {suggestion:_0x48dc18,meta:_0x137534}of this['_findSuggestions'](_0x3a3ae0,'deletion'))_0x137534['isOwn']&&(this['_mergeNestedSuggestions']||!_0x137534['containsRangeInObject']&&!_0x137534['isInsideObject'])&&qt(_0x48dc18,_0x1cf5e4)&&_0x5ecc00['add'](_0x48dc18);for(const _0x44d8dc of _0x5ecc00){const _0x16c622=_0x44d8dc['getRanges']();if(!_0x1cf5e4||!_0x1cf5e4['skipNestingCheck']){if(_0x3a3ae0['every'](_0x2eec1f=>_0x16c622['some'](_0x4bcc00=>_0x4bcc00['containsRange'](_0x2eec1f,!0x0))))return _0x44d8dc;}(!_0x44d8dc['attributes']||!_0x44d8dc['attributes']['skipNestingCheck'])&&(_0x16c622['every'](_0x1cfc2b=>_0x3a3ae0['some'](_0x367e28=>_0x367e28['containsRange'](_0x1cfc2b,!0x0)))&&_0x44d8dc['discard']());}const _0x1ccf64=_0x138912(),_0x3f58fe=_0x5c6069['id'],_0x51e535='deletion:'+_0x40a622,_0x462857=this['_setSuggestionData']({'id':_0x1ccf64,'type':_0x51e535,'createdAt':new Date(),'authorId':_0x3f58fe,'attributes':_0x1cf5e4});for(const _0x52c119 of _0x3a3ae0)_0x52c119['detach'](),_0x52c119['isCollapsed']||'$graveyard'==_0x52c119['root']['rootName']||this['_addSuggestionMarker'](_0x51e535,_0x1ccf64,_0x3f58fe,_0x52c119,u['getMultiRangeId']());return _0x462857;}['markAttributeChange'](_0x2dfcf2,_0xdfb65a,_0x37035f,_0x3d7f7f,_0x325f90){if(_0x2dfcf2['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x50da72=this['editor']['plugins']['get']('Users')['me']['id'],_0x8e9128=Array['from'](this['_suggestions']['values']())['filter'](_0x4d4a5e=>'attribute'==_0x4d4a5e['type']&&_0x4d4a5e['data']['key']==_0xdfb65a&&_0x4d4a5e['isIntersectingWithRange'](_0x2dfcf2));if('default'===this['_trackFormatChanges']){const _0x1b686e=this['_findSuggestions'](_0x2dfcf2,'insertion')['filter'](({meta:_0xdccd42})=>_0xdccd42['isOwn']&&!_0xdccd42['isInsideObject']&&!_0xdccd42['isNextTo'])['map'](({suggestion:_0x556f45})=>_0x556f45);_0x8e9128['unshift'](..._0x1b686e);}const _0x42eee2=new Map([[_0x2dfcf2,_0x37035f]]);for(const _0x232a50 of _0x8e9128){const _0x32f443='attribute'==_0x232a50['type']?_0x232a50['data']['oldValue']:void 0x0,_0x567aa3=_0x232a50['getFirstRange'](),_0x70d524=Array['from'](_0x42eee2['keys']())['find'](_0x28b031=>_0x28b031['isIntersecting'](_0x567aa3));if(!_0x70d524)continue;const _0x167382=_0x70d524['getDifference'](_0x567aa3);this['_isBlockAttribute'](_0xdfb65a)&&'insertion'==_0x232a50['type']&&0x0!=_0x167382['length']||(_0x42eee2['delete'](_0x70d524),_0x167382['forEach'](_0x5b5534=>{_0x42eee2['set'](_0x5b5534,_0x37035f);}),'insertion'!=_0x232a50['type']&&_0x32f443!=_0x3d7f7f&&_0x42eee2['set'](_0x70d524['getIntersection'](_0x567aa3),_0x32f443));}const _0x263f04=[];for(const [_0x4b319a,_0x305e00]of _0x42eee2){const _0x19f135=_0x138912(),_0x148883={'key':_0xdfb65a,'oldValue':_0x305e00,'newValue':_0x3d7f7f};_0xdfb65a['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':_0xdfb65a});const _0x425807=('attribute:'+(_0xdfb65a+'|'+Gt({'newValue':_0x3d7f7f})))['substring'](0x0,0x3c),_0x4d9951=this['_setSuggestionData']({'id':_0x19f135,'type':_0x425807,'data':_0x148883,'createdAt':new Date(),'authorId':_0x50da72,'attributes':_0x325f90});_0x263f04['push'](_0x4d9951),this['_addSuggestionMarker'](_0x425807,_0x19f135,_0x50da72,_0x4b319a);}return _0x263f04;}['enableDefaultAttributesIntegration'](_0x364267){this['enableCommand'](_0x364267,(_0x45235b,..._0x3508f7)=>{this['_recordAttributeChanges'](()=>{_0x45235b(..._0x3508f7);});});}['registerBlockAttribute'](_0x1291a4){this['_blockAttributeKeys']['add'](_0x1291a4);}['registerInlineAttribute'](_0x1990e4){this['_inlineAttributeKeys']['add'](_0x1990e4);}['_getAttributeKey'](_0x567837){return'attribute'==_0x567837['type']?_0x567837['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x361fe8,_0x41d27c){const _0x3c5de0=_0x361fe8['getFirstMarker']();this['_model']['change'](_0x20d298=>{_0x20d298['updateMarker'](_0x3c5de0,{'range':_0x41d27c});});}['_addThreadToSuggestion'](_0x2ec934){const _0x547b02=_0x2ec934['id'],_0x1b8512=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x547b02)||this['_commentsRepository']['addCommentThread']({'channelId':_0x1b8512,'threadId':_0x547b02,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x1ecb9d=this['_commentsRepository']['getCommentThread'](_0x547b02);_0x1ecb9d['unbind']('isRemovable'),_0x1ecb9d['isRemovable']=!0x1,_0x2ec934['commentThread']=_0x1ecb9d;}['_checkSuggestionCorrectness'](_0x4e29c5,_0x201c02,_0x4ad5ab,_0x310dda){if(_0x4e29c5['type']!=_0x201c02||_0x4e29c5['subType']!=_0x4ad5ab||_0x4e29c5['creator']['id']!=_0x310dda)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x643216('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x47f84e,_0xd77d69){const _0x3116b4=_0x47f84e['getFirstRange']();if(_0xd77d69['isEqual'](_0x3116b4))_0x47f84e['removeMarkers']();else{if(_0x3116b4['containsRange'](_0xd77d69)){const _0x4d18fe=this['_model']['createPositionAt'](_0xd77d69['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x47f84e,this['_model']['createRange'](_0x3116b4['start'],_0x4d18fe));const _0x1ab248=_0x138912(),_0x3562d0=_0x47f84e['creator']['id'],_0x40a050=_0x47f84e['type']+':'+_0x47f84e['subType'];this['_setSuggestionData']({'id':_0x1ab248,'type':_0x40a050,'createdAt':new Date(),'authorId':_0x3562d0,'data':_0x47f84e['data'],'attributes':_0x47f84e['attributes']});const _0x312015=this['_model']['createPositionAt'](_0xd77d69['end']['parent'],'after'),_0x487e8b=this['_model']['createRange'](_0x312015,_0x3116b4['end']);this['_addSuggestionMarker'](_0x40a050,_0x1ab248,_0x3562d0,_0x487e8b);}else{if(_0x3116b4['containsPosition'](_0xd77d69['start'])){const _0x4b2263=this['_model']['createPositionAt'](_0xd77d69['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x47f84e,this['_model']['createRange'](_0x3116b4['start'],_0x4b2263));}else{const _0x2ced86=this['_model']['createPositionAt'](_0xd77d69['end']['parent'],'after');this['_setSuggestionRange'](_0x47f84e,this['_model']['createRange'](_0x2ced86,_0x3116b4['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x5d5be1){for(const {suggestion:_0x3315b4,meta:_0x4ba6aa}of this['_findSuggestions'](_0x5d5be1,'insertion')){if(!_0x4ba6aa['isOwn'])continue;const _0x3ea619=_0x3315b4['getRanges']();for(const _0x2b763e of _0x3ea619)if(!_0x5d5be1['getDifference'](_0x2b763e)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x45a616){const _0x219771=this['editor']['plugins']['get']('Users')['getUser'](_0x45a616);if(!_0x219771)throw new _0x643216('track-changes-user-not-found',this);return _0x219771;}['_getExternalAuthor'](_0x373858){const _0x53db86=this['editor']['plugins']['get']('Users'),_0x3e387f=_0xde5278('external:'+_0x373858),_0x402b43=_0x53db86['getUser'](_0x3e387f);return _0x402b43||_0x53db86['addUser']({'id':_0x3e387f,'name':_0x373858});}['_createSuggestion'](_0x4fcdc6,_0x324a54,_0x173620,_0x110fff,_0x2c5cd4){const _0x29f615=this['_getAuthorFromId'](_0x110fff),_0x52ea19=this['_suggestionFactory']['buildSuggestion'](_0x4fcdc6,_0x324a54,_0x173620,_0x29f615,_0x2c5cd4,_0x5986cc=>{this['_updateSuggestionData'](_0x173620,{'attributes':_0x5986cc});const _0x316e56=this['getSuggestion'](_0x173620);this['_joinWithAdjacentSuggestions'](new Set([_0x316e56])),this['_refreshSuggestionsChain'](new Set([_0x316e56]));});return this['listenTo'](_0x52ea19,'accept',()=>{this['_updateSuggestionData'](_0x173620,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x52ea19,'discard',()=>{this['_updateSuggestionData'](_0x173620,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x173620,_0x52ea19),this['_suggestionState']['set'](_0x52ea19,'notReady'),_0x52ea19;}['_splitMarkerName'](_0xd2d715){const _0x1ffb17=_0xd2d715['split'](':');return{'group':_0x1ffb17[0x0],'type':_0x1ffb17[0x1],'subType':_0x1ffb17['length']>=0x5?_0x1ffb17[0x2]:null,'id':_0x1ffb17['length']<0x5?_0x1ffb17[0x2]:_0x1ffb17[0x3],'authorId':_0x1ffb17['length']<0x5?_0x1ffb17[0x3]:_0x1ffb17[0x4],'markerCount':0x6==_0x1ffb17['length']?_0x1ffb17[0x5]:null};}['_breakSuggestionMarker'](_0x3556e8,_0x2bbba0,_0x5065c1){const _0x5e8d41=_0x3556e8['getFirstRange'](),_0x29c6f2=_0x5e8d41['start'],_0x227abc=_0x5e8d41['end'];this['_setSuggestionRange'](_0x3556e8,this['_model']['createRange'](_0x29c6f2,_0x2bbba0));const _0x452a20=_0x138912(),_0xf4cbfa=_0x3556e8['creator']['id'],_0x4813c8=_0x3556e8['type']+(_0x3556e8['subType']?':'+_0x3556e8['subType']:'');this['_setSuggestionData']({'id':_0x452a20,'type':_0x4813c8,'createdAt':new Date(),'authorId':_0xf4cbfa,'originalSuggestionId':_0x3556e8['id'],'attributes':_0x3556e8['attributes'],'data':_0x3556e8['data']});const _0x9f54be=this['_getAttributeKey'](_0x3556e8);('formatBlock'==_0x3556e8['type']||_0x9f54be&&this['_isBlockAttribute'](_0x9f54be))&&(_0x5065c1=this['_model']['createPositionBefore'](_0x5065c1['parent'])),this['_addSuggestionMarker'](_0x4813c8,_0x452a20,_0xf4cbfa,this['_model']['createRange'](_0x5065c1,_0x227abc));}['_findSuggestions'](_0x28bb35,_0x1f5b15=null){const _0xad0773=[],_0x5d9cd7=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x28bb35)||(_0x28bb35=[_0x28bb35]);for(const _0x2b666f of this['getSuggestions']()){if(!_0x2b666f['isInContent'])continue;if(_0x1f5b15&&_0x2b666f['type']!=_0x1f5b15)continue;let _0x4c0fe2=!0x1;for(const _0x35e6da of _0x2b666f['getRanges']()){for(const _0x29f3ac of _0x28bb35){const _0x26856b=_0x29f3ac['start']['isEqual'](_0x35e6da['end'])||_0x29f3ac['end']['isEqual'](_0x35e6da['start']);if(_0x26856b||_0x29f3ac['getIntersection'](_0x35e6da)){const _0x5e6804=_0x29f3ac['containsRange'](_0x35e6da)&&Ot(this['_model']['schema'],_0x35e6da['start'],_0x29f3ac),_0x3c9271=_0x35e6da['containsRange'](_0x29f3ac)&&Ot(this['_model']['schema'],_0x29f3ac['start'],_0x35e6da);_0xad0773['push']({'suggestion':_0x2b666f,'meta':{'isOwn':_0x5d9cd7==_0x2b666f['author'],'isNextTo':_0x26856b,'isInsideObject':_0x5e6804,'containsRangeInObject':_0x3c9271}}),_0x4c0fe2=!0x0;break;}}if(_0x4c0fe2)break;}}return _0xad0773;}['_addSuggestionMarker'](_0x4a001b,_0xcc1316,_0xd61ea4,_0x7f12d9,_0x37594f){this['_model']['change'](_0x32b89f=>{let _0x30bd3a='suggestion:'+_0x4a001b+':'+_0xcc1316+':'+_0xd61ea4;_0x37594f&&(_0x30bd3a=_0x30bd3a+':'+_0x37594f),_0x32b89f['addMarker'](_0x30bd3a,{'range':_0x7f12d9,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x51d8d1){const _0x5b0042=_0x51d8d1['previous'],_0x3432dc=_0x51d8d1['next'];_0x51d8d1['previous']=null,_0x51d8d1['next']=null,null!=_0x5b0042&&_0x5b0042['next']==_0x51d8d1&&(_0x5b0042['next']=_0x3432dc),null!=_0x3432dc&&_0x3432dc['previous']==_0x51d8d1&&(_0x3432dc['previous']=_0x5b0042),'ready'==this['_suggestionState']['get'](_0x51d8d1)&&(this['_suggestionState']['set'](_0x51d8d1,'removed'),this['fire']('suggestionUnloaded',_0x51d8d1,_0x5b0042,_0x3432dc));}['_setSuggestionData'](_0xeb7257){const _0x21c9ea=_0xeb7257['id'],_0x942097=this['addSuggestionData'](_0xeb7257);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x475796=this['editor']['plugins']['get']('PendingActions'),_0x5b8fb2=_0x942097['hasComments'],_0x496ae7=_0x942097['subType']?_0x942097['type']+':'+_0x942097['subType']:_0x942097['type'],_0x42e725=this['editor']['locale'],_0x53ebbe=_0x475796['add'](o(_0x42e725,'PENDING_ACTION_SUGGESTION')),_0x34b349={'id':_0x21c9ea,'type':_0x496ae7,'hasComments':_0x5b8fb2,'data':_0xeb7257['data']||null,'originalSuggestionId':_0xeb7257['originalSuggestionId']||null,'attributes':_0x942097['attributes']};this['_adapter']['addSuggestion'](_0x34b349)['then'](_0x5ced3e=>{_0x942097['_saved']=!0x0,_0x475796['remove'](_0x53ebbe),_0x5ced3e&&_0x5ced3e['createdAt']&&(this['_suggestions']['get'](_0x21c9ea)['createdAt']=_0x5ced3e['createdAt']);})['catch'](_0x53d7e8=>{throw _0x5ca2b0('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x942097['discard']();}),_0x942097['stopListening'](),this['_suggestions']['delete'](_0x942097['id']),this['_suggestionState']['delete'](_0x942097),_0x53d7e8;});}return _0x942097;}['_isBlockAttribute'](_0x1c4974){return this['_blockAttributeKeys']['has'](_0x1c4974);}['_updateSuggestionData'](_0x52eb72,_0x373ea4){const _0x493e5e=this['editor']['plugins']['get']('PendingActions'),_0x4f8070=this['getSuggestion'](_0x52eb72);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x4f8070['_saved']){const _0x4a3810=_0x493e5e['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x52eb72,_0x373ea4)['then'](()=>{_0x493e5e['remove'](_0x4a3810);});}else _0x4f8070['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x52eb72,_0x373ea4);});}}['_getSuggestionData'](_0x13c639){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x643216('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x13c639);}['_handleNewSuggestionMarker'](_0x192092){const {id:_0x291cd3,type:_0x26e729,subType:_0x3eda27,authorId:_0x401281}=this['_splitMarkerName'](_0x192092),_0x44ed20=this['_suggestions']['get'](_0x291cd3)||this['_createSuggestion'](_0x26e729,_0x3eda27,_0x291cd3,_0x401281,{});switch(this['_checkSuggestionCorrectness'](_0x44ed20,_0x26e729,_0x3eda27,_0x401281),this['_suggestionState']['get'](_0x44ed20)){case'notReady':this['_getSuggestionData'](_0x291cd3)['then'](_0x3bcad6=>{let _0x2deaa8=Promise['resolve']();_0x3bcad6['hasComments']&&(_0x2deaa8=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x291cd3})),_0x2deaa8['then'](()=>{this['addSuggestionData'](_0x3bcad6)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x44ed20,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x291cd3,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x44ed20,'ready'),this['fire']('suggestionLoaded',_0x44ed20);break;case'ready':this['fire']('suggestionChanged',_0x44ed20);}return _0x44ed20['addMarkerName'](_0x192092),_0x44ed20;}['_refreshSuggestionsChain'](_0x149534){const _0x55124c=Array['from'](_0x149534),_0x326738=_0x55124c['filter'](_0x21abbf=>'attribute'==_0x21abbf['type']);this['_refreshAttributeSuggestionsChain'](_0x326738);const _0x35aa58=_0x55124c['filter'](_0x17c05b=>!_0x17c05b['isMultiRange']&&'attribute'!=_0x17c05b['type']),_0x4d41ce=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4449be=>!_0x4449be['isMultiRange']&&'attribute'!=_0x4449be['type']),_0xfb4969=_0x4d41ce['filter'](_0x1eee9c=>!_0x149534['has'](_0x1eee9c)),_0x411bf7=new Map(_0x4d41ce['map'](_0x1b6d2f=>[_0x1b6d2f,this['_suggestionFactory']['getSuggestionCallback'](_0x1b6d2f['type'],_0x1b6d2f['subType'],'chain')])),_0x4e824a=new Map(_0x4d41ce['map'](_0x1f91b9=>[_0x1f91b9,_0x1f91b9['getFirstRange']()])),_0x19b7a1=new Set(),_0x769359=new Set();for(let _0x2d7384=0x0;_0x2d7384<_0x35aa58['length'];_0x2d7384++)_0x119a3a(_0x35aa58[_0x2d7384],_0x35aa58,_0x2d7384+0x1);for(let _0x124b7c=0x0;_0x124b7c<_0x35aa58['length'];_0x124b7c++)_0x119a3a(_0x35aa58[_0x124b7c],_0xfb4969,0x0);const _0x15a197=new Set();for(let _0x30fd25=0x0;_0x30fd25<_0x35aa58['length'];_0x30fd25++){const _0x43b6f5=_0x35aa58[_0x30fd25];!_0x769359['has'](_0x43b6f5)&&_0x43b6f5['previous']&&(_0x15a197['add'](_0x43b6f5['previous']),_0x43b6f5['previous']['next']===_0x43b6f5&&(_0x43b6f5['previous']['next']=null),_0x43b6f5['previous']=null),!_0x19b7a1['has'](_0x43b6f5)&&_0x43b6f5['next']&&(_0x15a197['add'](_0x43b6f5['next']),_0x43b6f5['next']['previous']===_0x43b6f5&&(_0x43b6f5['next']['previous']=null),_0x43b6f5['next']=null);}function _0x119a3a(_0x360c0f,_0x58f496,_0x19b09b){for(let _0x4339b9=_0x19b09b;_0x4339b9<_0x58f496['length'];_0x4339b9++){const _0x3a6310=_0x258a62(_0x360c0f,_0x58f496[_0x4339b9]);_0x3a6310&&(_0x3a6310[0x0]['next']=_0x3a6310[0x1],_0x3a6310[0x1]['previous']=_0x3a6310[0x0],_0x19b7a1['add'](_0x3a6310[0x0]),_0x769359['add'](_0x3a6310[0x1]));}}function _0x258a62(_0x279986,_0x262d6e){if(_0x279986['author']['id']!==_0x262d6e['author']['id'])return null;const _0x457358=_0x411bf7['get'](_0x279986)(_0x279986,_0x262d6e,_0x4e824a['get'](_0x279986),_0x4e824a['get'](_0x262d6e));if(!_0x457358)return null;return _0x411bf7['get'](_0x262d6e)(_0x279986,_0x262d6e,_0x4e824a['get'](_0x279986),_0x4e824a['get'](_0x262d6e))?_0x457358[0x1]['commentThread']&&_0x457358[0x1]['commentThread']['length']?null:_0x457358:null;}_0x15a197['size']&&this['_refreshSuggestionsChain'](_0x15a197);}['_refreshAttributeSuggestionsChain'](_0x2ed82b){if(0x0==_0x2ed82b['length'])return;const _0x18003d=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x18c370=>'attribute'==_0x18c370['type']&&_0x18c370['_isDataLoaded']),_0x8cf3a7=[],_0x22bcf7=new Map();for(const _0x325bce of _0x18003d){const _0x4a1b40=_0xde5278(_0x325bce['attributes']);_0x22bcf7['has'](_0x4a1b40)||(_0x22bcf7['set'](_0x4a1b40,_0x8cf3a7['length']),_0x8cf3a7['push']([]));const _0x537a3c=_0x22bcf7['get'](_0x4a1b40);_0x8cf3a7[_0x537a3c]['push'](_0x325bce);}!(function(){_0x8cf3a7['sort']((_0xfdf6cc,_0x379b3f)=>{const _0x3840ab=_0xfdf6cc[0x0]['createdAt'],_0x39e4cf=_0x379b3f[0x0]['createdAt'];return _0x3840ab==_0x39e4cf?_0xfdf6cc[0x0]['attributes']['groupId']<_0x379b3f[0x0]['attributes']['groupId']?-0x1:0x1:_0x3840ab<_0x39e4cf?-0x1:0x1;});for(const _0x1340d9 of _0x8cf3a7)_0x1340d9['sort']((_0x2cc448,_0x38c6a3)=>_0x2cc448['id']<_0x38c6a3['id']?-0x1:0x1);}());for(let _0xa70c7=0x0;_0xa70c7<_0x8cf3a7['length'];_0xa70c7++){if(0x0==_0x8cf3a7[_0xa70c7]['length'])continue;const _0x39a914=[];for(let _0x40e6da=_0xa70c7+0x1;_0x40e6da<_0x8cf3a7['length'];_0x40e6da++)0x0!=_0x8cf3a7[_0x40e6da]['length']&&_0x429eb3(_0x8cf3a7[_0xa70c7],_0x8cf3a7[_0x40e6da])&&_0x39a914['push'](_0x40e6da);for(const _0x409d96 of _0x39a914)_0x8cf3a7[_0xa70c7]=_0x8cf3a7[_0xa70c7]['concat'](_0x8cf3a7[_0x409d96]),_0x8cf3a7[_0x409d96]=[];}for(const _0x2e9c04 of _0x8cf3a7)for(let _0x14ab68=0x0;_0x14ab68<_0x2e9c04['length'];_0x14ab68++){const _0x2eb454=_0x2e9c04[_0x14ab68+0x1]||null;_0x2e9c04[_0x14ab68]['next']!==_0x2eb454&&(_0x2e9c04[_0x14ab68]['next']=_0x2eb454);}for(const _0x1bf554 of _0x8cf3a7)for(let _0x522aeb=0x0;_0x522aeb<_0x1bf554['length'];_0x522aeb++){const _0xbe8814=_0x1bf554[_0x522aeb-0x1]||null;_0x1bf554[_0x522aeb]['previous']!==_0xbe8814&&(_0x1bf554[_0x522aeb]['previous']=_0xbe8814);}function _0x429eb3(_0x5064de,_0x5502f8){if(_0x5064de[0x0]['attributes']['groupId']!==_0x5502f8[0x0]['attributes']['groupId']&&_0x5064de[0x0]['author']!==_0x5502f8[0x0]['author'])return!0x1;if(!function(_0xe45f6d,_0x4ba49d){if(!_0xe45f6d['hasComments']&&!_0x4ba49d['hasComments'])return!0x0;if(_0xe45f6d['hasComments']&&_0x4ba49d['hasComments'])return!0x1;if(_0xe45f6d['hasComments']&&_0x4ba49d['createdAt']<_0xe45f6d['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x4ba49d['hasComments']&&_0xe45f6d['createdAt']<_0x4ba49d['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x5064de[0x0],_0x5502f8[0x0]))return!0x1;const _0x3f412a=Tt(_0x5064de[0x0]['attributes'],'groupId'),_0x35d00e=Tt(_0x5502f8[0x0]['attributes'],'groupId');if(!_0x28ce4a(_0x3f412a,_0x35d00e))return!0x1;return!!_0x5064de['every'](_0x430769=>_0x5502f8['some'](_0x3dade1=>_0x430769['getFirstRange']()['isEqual'](_0x3dade1['getFirstRange']())))&&_0x5502f8['every'](_0x4d4bf1=>_0x5064de['some'](_0x244bba=>_0x4d4bf1['getFirstRange']()['isEqual'](_0x244bba['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x1843d6){const _0x347f18=Array['from'](_0x1843d6),_0x16f1a9=this['getSuggestions']({'skipNotAttached':!0x0}),_0x3c5f04=_0x16f1a9['filter'](_0x5835bd=>!_0x1843d6['has'](_0x5835bd)),_0x477034=new Map(_0x347f18['map'](_0x20dfd3=>[_0x20dfd3,this['_suggestionFactory']['getSuggestionCallback'](_0x20dfd3['type'],_0x20dfd3['subType'],'join')])),_0x29edb1=new Map(_0x16f1a9['map'](_0x51a7bc=>[_0x51a7bc,_0x51a7bc['getRanges']()]));for(let _0x4415ab=0x0;_0x4415ab<_0x347f18['length'];_0x4415ab++){if(_0x12d4d4(this,_0x347f18[_0x4415ab],_0x347f18,_0x4415ab+0x1))return!0x0;}for(let _0xc0dc18=0x0;_0xc0dc18<_0x347f18['length'];_0xc0dc18++){if(_0x12d4d4(this,_0x347f18[_0xc0dc18],_0x3c5f04,0x0))return!0x0;}return!0x1;function _0x12d4d4(_0xdf085d,_0x35bda4,_0x52aa46,_0x14d9f9){for(let _0x1b7774=_0x14d9f9;_0x1b7774<_0x52aa46['length'];_0x1b7774++){const _0x573778=_0x52aa46[_0x1b7774];if(_0x573778['type']!==_0x35bda4['type']||_0x573778['author']['id']!==_0x35bda4['author']['id']||_0x573778['subType']!==_0x35bda4['subType'])continue;if(!Jt(_0x35bda4,_0x573778))continue;if('attribute'==_0x35bda4['type']&&_0x35bda4['data']['oldValue']!=_0x573778['data']['oldValue'])continue;if('attribute'==_0x35bda4['type']&&_0xdf085d['_isBlockAttribute'](_0x35bda4['data']['key']))continue;if('formatBlock'==_0x35bda4['type']){const _0x47b8fb=_0xdf085d['editor']['model'],_0x1aafab=_0x35bda4['getContainedElement']();if(_0x1aafab&&(_0x47b8fb['schema']['isObject'](_0x1aafab)||_0x47b8fb['schema']['isLimit'](_0x1aafab)))continue;}const _0x5f0152=_0x477034['get'](_0x35bda4),_0x547a5a=_0x29edb1['get'](_0x35bda4),_0x3ff58b=_0x29edb1['get'](_0x573778),_0x312054=_0x35bda4['commentThread']&&_0x35bda4['commentThread']['length'],_0x6fdc04=_0x573778['commentThread']&&_0x573778['commentThread']['length'];if(!_0x312054&&_0x5f0152(_0x3ff58b,_0x547a5a))return _0xdf085d['_joinSuggestions'](_0x573778,_0x35bda4),_0x29edb1['delete'](_0x35bda4),!0x0;if(!_0x6fdc04&&_0x5f0152(_0x547a5a,_0x3ff58b))return _0xdf085d['_joinSuggestions'](_0x35bda4,_0x573778),_0x29edb1['delete'](_0x573778),!0x0;}return!0x1;}}['_joinSuggestions'](_0xe109e9,_0x1c9ee4){if(_0xe109e9['isMultiRange']){for(const _0x1f1572 of _0x1c9ee4['getRanges']())_0xe109e9['addRange'](_0x1f1572);}else{const _0x4044f4=_0x1c9ee4['getFirstRange']()['end'];this['_setSuggestionRange'](_0xe109e9,this['_model']['createRange'](_0xe109e9['getFirstRange']()['start'],_0x4044f4));}_0x1c9ee4['removeMarkers']();}['_getMarkerAnnouncementText'](_0x135f2c,_0x293aa6,_0x3cf59a){const _0x746e4b=_0x135f2c['startsWith']('format')||_0x135f2c['startsWith']('attribute')?'FORMATTING':_0x135f2c['toUpperCase']();return o(this['editor']['locale'],_0x293aa6+'_'+_0x746e4b+'_SUGGESTION_ANNOUNCEMENT',_0x3cf59a);}['_initAriaMarkerChangeAnnouncements'](){const _0x271965=this['editor'];if(!_0x271965['ui'])return;const {ariaLiveAnnouncer:_0x55b254}=_0x271965['ui'];_0x5d8177(this['_model'],({left:_0x5c537f,entered:_0x42e474})=>{for(const _0x5a1f29 of _0x5c537f){const {group:_0xb91f5,type:_0x14f706}=this['_splitMarkerName'](_0x5a1f29['name']);if('suggestion'===_0xb91f5){_0x55b254['announce'](this['_getMarkerAnnouncementText'](_0x14f706,'LEAVE'));break;}}for(const _0x1f8017 of _0x42e474){const {group:_0x18f85f,type:_0x4e2c3e}=this['_splitMarkerName'](_0x1f8017['name']);if('suggestion'===_0x18f85f){_0x55b254['announce'](this['_getMarkerAnnouncementText'](_0x4e2c3e,'ENTER',_0x52bb84(_0x2853f2)));break;}}});}['_processAttributeChanges'](_0x1a6faa){if(this['_recordAttributeSuggestions'])return!0x1;const _0x6dac2d=this['editor'],_0x5f3753=_0x6dac2d['model']['document']['differ']['getChanges']();if(0x0==_0x5f3753['length'])return!0x1;const _0x1a82c0=[],_0x33c65a=_0x5f3753['filter'](_0x5394b4=>'attribute'==_0x5394b4['type']),_0x4658f0=_0x5f3753['filter'](_0xcb92e5=>'insert'==_0xcb92e5['type']&&'$text'!=_0xcb92e5['name']),_0x5ac2ad=_0x5f3753['filter'](_0x4838f1=>'remove'==_0x4838f1['type']&&'$text'!=_0x4838f1['name']);for(const _0x4ee28e of _0x33c65a)_0x1a82c0['push']({'key':_0x4ee28e['attributeKey'],'newValue':_0x4ee28e['attributeNewValue'],'oldValue':_0x4ee28e['attributeOldValue'],'range':Pt(_0x4ee28e['range'],_0x6dac2d['model'])});for(const _0x1a6c13 of _0x4658f0){const _0x5b3630=_0x5ac2ad['find'](_0x34cdf3=>_0x34cdf3['position']['isEqual'](_0x1a6c13['position']));_0x5b3630&&_0x1a82c0['push']({'key':m,'newValue':_0x1a6c13['name'],'oldValue':_0x5b3630['name'],'range':_0x6dac2d['model']['createRangeOn'](_0x1a6c13['position']['nodeAfter'])});}return 0x0!=_0x1a82c0['length']&&this['_reduceExistingSuggestions'](_0x1a6faa,_0x1a82c0);}['_processAttributeSuggestions'](_0x8759b9){let _0x18e3c3=!0x1;const _0x1a15ab=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x4509e2=>_0x4509e2['data']['newRange']&&_0x4509e2['name']['startsWith']('suggestion:attribute:'));for(const _0x386a5b of _0x1a15ab){const {subType:_0x594bdd,id:_0x23dc2b}=this['_splitMarkerName'](_0x386a5b['name']),_0x9c94fd=_0x594bdd['split']('|')[0x0];for(const _0x1e30d7 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x1e30d7['id']!=_0x23dc2b&&'attribute'==_0x1e30d7['type']&&_0x1e30d7['data']&&_0x1e30d7['data']['key']==_0x9c94fd&&_0x1e30d7['getFirstRange']()['isIntersecting'](_0x386a5b['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x1e30d7,_0x386a5b['data']['newRange'],_0x8759b9),_0x18e3c3=!0x0);}return _0x18e3c3;}['_recordAttributeChanges'](_0x29a32d){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x29a32d();}['_isRegisteredAttribute'](_0x5b665d){const _0x4f526c=this['_isBlockAttribute'](_0x5b665d),_0x42b2d7=this['_inlineAttributeKeys']['has'](_0x5b665d);return _0x4f526c||_0x42b2d7;}['_reduceExistingSuggestions'](_0x3d71a8,_0x52cb0b){if(0x0==_0x52cb0b['length'])return!0x1;let _0x410470=!0x1;for(const _0x5ce496 of _0x52cb0b){const _0x3ecd59=this['_findSuggestions'](_0x5ce496['range'],'attribute')['filter'](_0x2fa561=>!_0x2fa561['meta']['isNextTo'])['map'](_0x2f63a1=>_0x2f63a1['suggestion']),_0x3e22e2=_0xde5278({'newValue':_0x5ce496['newValue']});_0x3ecd59['filter'](_0x1bdb3e=>{const [_0x4c22d9,_0x50fde7]=_0x1bdb3e['subType']['split']('|');return _0x4c22d9==_0x5ce496['key']&&_0x50fde7!=_0x3e22e2;})['forEach'](_0x1a34e3=>{this['_reduceSuggestionAttributeRange'](_0x1a34e3,_0x5ce496['range'],_0x3d71a8),_0x410470=!0x0;});}return _0x410470;}['_reduceSuggestionAttributeRange'](_0x474eab,_0x1a9410,_0x4a8d88){const _0xbc601=_0x474eab['getFirstRange']()['getDifference'](_0x1a9410);0x0!==_0xbc601['length']?0x1!==_0xbc601['length']?this['_breakSuggestionMarker'](_0x474eab,_0x1a9410['start'],_0x1a9410['end']):this['_setSuggestionRange'](_0x474eab,_0xbc601[0x0]):_0x4a8d88['removeMarker'](_0x474eab['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x2d2016){this['_editor']=_0x2d2016,this['_model']=_0x2d2016['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x3155d5,_0x6a6500,_0x406262,_0x22ce14,_0x50f646,_0xb102fc){return new u(this['_model'],{'type':_0x3155d5,'subType':_0x6a6500,'id':_0x406262,'author':_0x22ce14,'creator':_0x22ce14,'attributes':_0x50f646,'onAttributesChange':_0xb102fc,'onAccept':(..._0x58fd65)=>this['getSuggestionCallback'](_0x3155d5,_0x6a6500,'accept')(..._0x58fd65),'onDiscard':(..._0xf60b16)=>this['getSuggestionCallback'](_0x3155d5,_0x6a6500,'discard')(..._0xf60b16)});}['registerCustomCallback'](_0x38725d,_0x56ef21,_0x3648ab,_0x2834a1){const _0x302ba6=_0x38725d+':'+_0x56ef21+':'+_0x3648ab;this['_customCallbacks']['set'](_0x302ba6,_0x2834a1);}['getSuggestionCallback'](_0x29c251,_0x1d9672,_0x4c993d){const _0x2ee961=_0x29c251+':'+_0x1d9672+':'+_0x4c993d;return this['_customCallbacks']['get'](_0x2ee961)||this['_defaultCallbacks']['get'](_0x29c251+':'+_0x4c993d);}['_registerDefaultCallbacks'](){const _0x574e31=()=>!0x1,_0x502ca6=_0x39f4e8=>{_0x39f4e8['sort']((_0x1c8cf0,_0x9c25c9)=>_0x1c8cf0['start']['isBefore'](_0x9c25c9['start'])?0x1:-0x1),this['_model']['change'](_0xa6c1e9=>{for(const _0x40b173 of _0x39f4e8){let _0x1abbe3;_0x1abbe3=_0x40b173['end']['isAtEnd']&&_0x40b173['end']['parent']==_0x40b173['start']['nodeAfter']?_0xa6c1e9['createSelection'](_0x40b173['start']['nodeAfter'],'on'):_0xa6c1e9['createSelection'](_0x40b173),this['_model']['deleteContent'](_0x1abbe3,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x7d1853=(_0x552822,_0x455979)=>{_0x455979&&this['_model']['change'](_0x3865d2=>{const {commandName:_0x3b2483,commandParams:_0x34215e=[]}=_0x455979,_0xd7f47c=_0x552822['map'](_0xc8472b=>(Vt(_0xc8472b)&&(_0xc8472b=this['_model']['createRange'](_0xc8472b['end'])),_0xc8472b))['filter'](_0x1e58bb=>'$graveyard'!==_0x1e58bb['root']['rootName']);if(_0xd7f47c['length']<0x1)return;const _0x364b2e=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x53314c=>_0x135447['fromRange'](_0x53314c));_0x3865d2['setSelection'](_0xd7f47c);for(const _0x59fab1 of this['_editor']['commands']['commands']())_0x59fab1['refresh']();_0x34215e['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x3b2483,..._0x34215e);const _0x3f3f36=_0x364b2e['filter'](_0x1c8643=>'$graveyard'!=_0x1c8643['root']['rootName']);_0x3f3f36['length']>0x0&&_0x3865d2['setSelection'](_0x3f3f36);for(const _0xa2f3ba of _0x364b2e)_0xa2f3ba['detach']();});},_0x49a56d=(_0x191ec2,_0x10c910)=>0x1==_0x191ec2['length']&&0x1==_0x10c910['length']&&_0x191ec2[0x0]['end']['isEqual'](_0x10c910[0x0]['start']),_0x2bcedc=(_0x3332c1,_0x7b2e8d,_0x396de5,_0x2988db)=>Ht(_0x3332c1,_0x7b2e8d,_0x396de5,_0x2988db,this['_model'])?[_0x3332c1,_0x7b2e8d]:Ht(_0x7b2e8d,_0x3332c1,_0x2988db,_0x396de5,this['_model'])?[_0x7b2e8d,_0x3332c1]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x574e31),this['_defaultCallbacks']['set']('insertion:discard',_0x502ca6),this['_defaultCallbacks']['set']('insertion:join',_0x49a56d),this['_defaultCallbacks']['set']('insertion:chain',_0x2bcedc),this['_defaultCallbacks']['set']('deletion:accept',_0x502ca6),this['_defaultCallbacks']['set']('deletion:discard',_0x574e31),this['_defaultCallbacks']['set']('deletion:join',_0x49a56d),this['_defaultCallbacks']['set']('deletion:chain',_0x2bcedc),this['_defaultCallbacks']['set']('formatInline:accept',_0x7d1853),this['_defaultCallbacks']['set']('formatInline:discard',_0x574e31),this['_defaultCallbacks']['set']('formatInline:join',_0x49a56d),this['_defaultCallbacks']['set']('formatInline:chain',_0x574e31),this['_defaultCallbacks']['set']('formatBlock:accept',_0x7d1853),this['_defaultCallbacks']['set']('formatBlock:discard',_0x574e31),this['_defaultCallbacks']['set']('formatBlock:join',_0x49a56d),this['_defaultCallbacks']['set']('formatBlock:chain',_0x574e31),this['_defaultCallbacks']['set']('attribute:accept',_0x574e31),this['_defaultCallbacks']['set']('attribute:discard',(_0x38dad8,_0x4a1787)=>{if(!_0x4a1787)return;const _0x44a10d=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x493cab=>{if(_0x4a1787['key']==m)for(const _0x20f7d6 of _0x38dad8){const _0x1e5671=_0x20f7d6['start']['nodeAfter'],_0x1db6f4=_0x4a1787['oldValue'];_0x493cab['rename'](_0x1e5671,_0x1db6f4);}else{if(_0x44a10d['_isBlockAttribute'](_0x4a1787['key'])){for(const _0xbfe4ca of _0x38dad8)void 0x0!==_0x4a1787['oldValue']?_0x493cab['setAttribute'](_0x4a1787['key'],_0x4a1787['oldValue'],_0xbfe4ca['start']['nodeAfter']):_0x493cab['removeAttribute'](_0x4a1787['key'],_0xbfe4ca['start']['nodeAfter']);}else{for(const _0x149951 of _0x38dad8)_0x4a1787['oldValue']?_0x493cab['setAttribute'](_0x4a1787['key'],_0x4a1787['oldValue'],_0x149951):_0x493cab['removeAttribute'](_0x4a1787['key'],_0x149951);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x49a56d);}}function Ot(_0x1e6986,_0xcd493a,_0x1fefb5){for(const _0x1c27a2 of _0xcd493a['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x1c27a2['root']==_0x1c27a2)return!0x1;if(!_0x1fefb5['containsItem'](_0x1c27a2))return!0x1;if(_0x1e6986['isObject'](_0x1c27a2)||_0x1e6986['isLimit'](_0x1c27a2))return!0x0;}return!0x1;}function Vt(_0xc9dbcc){return _0xc9dbcc['end']['parent']==_0xc9dbcc['start']['nodeAfter']&&_0xc9dbcc['end']['isAtStart'];}function Ut(_0x3b1904,_0x3873e6,_0x514545,_0x100d76){const _0x4dd482=_0x50dcbb=>!_0x50dcbb['item']['is']('$textProxy')&&!_0x100d76['isObject'](_0x50dcbb['item']),_0x466642=_0x3b1904['start']['getLastMatchingPosition'](_0x4dd482),_0x409e3f=_0x3b1904['end']['getLastMatchingPosition'](_0x4dd482,{'direction':'backward'});return(!_0x3b1904['start']['isEqual'](_0x466642)||!_0x3b1904['end']['isEqual'](_0x409e3f))&&(_0x466642['isBefore'](_0x409e3f)?_0x514545['updateMarker'](_0x3873e6,{'range':_0x514545['createRange'](_0x466642,_0x409e3f)}):_0x514545['removeMarker'](_0x3873e6),!0x0);}function Gt(_0x4f1131){return _0xde5278(_0x4f1131);}function Ft(_0x103026){const _0x3d7b42=_0x103026['start']['nodeAfter'];return _0x3d7b42&&_0x3d7b42['is']('element');}function Pt(_0x4d442d,_0x23a4f8){return null==_0x4d442d['end']['nodeBefore']&&_0x4d442d['end']['parent']==_0x4d442d['start']['nodeAfter']?Lt(_0x4d442d['start']['nodeAfter'],_0x23a4f8):_0x4d442d;}function Lt(_0x15235d,_0x2942e3){const _0x260b0f=_0x2942e3['schema']['isObject'](_0x15235d)||_0x2942e3['schema']['isSelectable'](_0x15235d);return _0x2942e3['createRange'](_0x2942e3['createPositionAt'](_0x15235d,'before'),_0x260b0f?_0x2942e3['createPositionAfter'](_0x15235d):_0x2942e3['createPositionAt'](_0x15235d,'end'));}function Ht(_0x212e1e,_0x103f24,_0x5060ca,_0x536667,_0x14085b){if(_0x212e1e['next'])return!0x1;if(!Jt(_0x212e1e,_0x103f24))return!0x1;if(_0x5060ca['end']['isEqual'](_0x536667['start']))return!0x0;if(_0x212e1e['type']!=_0x103f24['type'])return!0x1;if(!_0x5060ca['end']['isTouching'](_0x536667['start']))return!0x1;const _0x26c421=_0x14085b['createRange'](_0x5060ca['end'],_0x536667['start'])['getWalker']();for(const _0x121067 of _0x26c421)if(['elementStart','elementEnd']['includes'](_0x121067['type'])&&_0x14085b['schema']['isLimit'](_0x121067['item']))return!0x1;return!0x0;}function Jt(_0x57f76c,_0x518d10){if(!_0x57f76c['_isDataLoaded']||!_0x518d10['_isDataLoaded'])return!0x1;const _0x48afb3=new Set(Object['keys'](_0x57f76c['attributes'])),_0x4ce80d=new Set(Object['keys'](_0x518d10['attributes']));if(_0x48afb3['delete']('groupId'),_0x4ce80d['delete']('groupId'),0x0==_0x48afb3['size']&&0x0==_0x4ce80d['size'])return!0x0;if(_0x48afb3['size']!=_0x4ce80d['size'])return!0x1;const _0x4a2513={..._0x57f76c['attributes']},_0x1d9466={..._0x518d10['attributes']};return delete _0x4a2513['groupId'],delete _0x1d9466['groupId'],JSON['stringify'](_0x4a2513)==JSON['stringify'](_0x1d9466);}function qt(_0x22da3e,_0x2f62af){const _0x485c62=zt(_0x22da3e['attributes']),_0x159bff=zt(_0x2f62af);if(!_0x22da3e['_isDataLoaded'])return!0x1;for(const _0x20db4d of Object['keys'](_0x159bff))if(!_0x28ce4a(_0x485c62[_0x20db4d],_0x159bff[_0x20db4d]))return!0x1;return!0x0;}function zt(_0x2ede44){const _0x54b236=Object['assign']({},_0x2ede44);return delete _0x54b236['skipNestingCheck'],delete _0x54b236['tablePasteChainId'],_0x54b236;}class ae extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x16dac0(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x5d7297,_0x1bac5c,_0x530e65,_0x17eacb){super(),this['model']=_0x1bac5c,this['view']=_0x530e65,this['commentThreadController']=_0x17eacb,this['_editor']=_0x5d7297,this['_acceptCommand']=_0x5d7297['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x5d7297['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x3af7d1,_0x28c43f)=>_0x3af7d1||_0x28c43f),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x2d3efa=>_0x2d3efa&&this['_editor']['model']['canEditAt'](_0x1bac5c['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x4e3045=>_0x4e3045&&this['_editor']['model']['canEditAt'](_0x1bac5c['getRanges']())),this['_pendingAction']=null,_0x530e65['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x530e65,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x530e65,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x530e65,'change:isDirty',()=>{_0x530e65['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 _0x45baba=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x45baba);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x1366ed{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x18ed8b,_0xcf38,_0x324748,_0x3cd15c){super(_0x18ed8b),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x5395b3(_0x18ed8b,o(_0x18ed8b,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0xcf38['authoredAt']),this['bind']('authoredAt')['to'](_0xcf38),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',_0xcf38,'authoredAt',this,'descriptionParts',(_0x3feaf4,_0x12ccac,_0x46623c)=>{const _0x5bc51d=_0x46623c['map'](_0x2d4e48=>ls(_0x2d4e48['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x3feaf4-0x1,_0xcf38['author']['name'],_0x12ccac?_0x3cd15c['formatDateTime'](_0x12ccac):'',new DOMParser()['parseFromString'](_0x5bc51d,'text/html')['body']['textContent']]);}),this['focusables']=new _0x4fdb1d(),this['focusTracker']=new _0x416a3b(),this['keystrokes']=new _0x561c62(),this['focusCycler']=new _0x4afa17({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x3db6a6=>_0x3db6a6['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0xcf38,this['_localUser']=_0x324748,this['_config']=_0x3cd15c,_0x3cd15c['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x19268d(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x3b4da9}=this['_config'];this['commentsListView']=new _0x3b4da9(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',_0x2f268e=>_0x2f268e+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x5edbfa,_0x2ffc14)=>_0x5edbfa||!!_0x2ffc14);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x273444}=this['_config'],_0x1b9e03=new _0x273444(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x3bdce0=_0x1b9e03['commentInputView'];return _0x1b9e03['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x3bdce0,'value',(_0x4bafc6,_0x156a28,_0x184fd5)=>!!_0x184fd5||_0x4bafc6&&!_0x156a28),_0x3bdce0['on']('submit',(_0x27053c,_0x166749)=>{this['fire']('addComment',_0x166749),_0x3bdce0['editor']['setData']('');}),_0x3bdce0['on']('cancel',()=>this['focus']()),_0x3bdce0['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x1b9e03;}}class re extends us{['userView'];['acceptButton'];['discardButton'];['_descriptionElement'];constructor(_0x566bf4,_0x37f7c4,_0x5d50c1,_0x443814){super(_0x566bf4,_0x37f7c4,_0x5d50c1,_0x443814),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x184c7d=>_0x184c7d&&_0x184c7d[0x0]?_0x184c7d[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x13cf27,_0x28eb78)=>{let _0x966d='';for(const _0x3a9eb7 of _0x13cf27)_0x966d+='<p>'+ls(_0x3a9eb7['content'],_0x3a9eb7['color'])+'</p>';return _0x28eb78?_0x966d:_0x21551e(_0x966d,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this['_createButton'](o(_0x566bf4,'Accept\x20suggestion'),_0x2fe3e0['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['discardButton']=this['_createButton'](o(_0x566bf4,'Discard\x20suggestion'),_0x2fe3e0['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['userView']=new _0x43d9f3(_0x566bf4,this['_model']['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']['addMany']([this['acceptButton'],this['discardButton']]),this['commentsListView']&&this['focusables']['add'](this['commentsListView']),this['commentThreadInputView']&&this['focusables']['add'](this['commentThreadInputView']),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x5b1a9e=this['bindTemplate'],_0x58c929=[{'tag':'div','attributes':{'class':['ck-suggestion__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-suggestion__info-name','ck-annotation__info-name']}},{'tag':'time','attributes':{'datetime':_0x5b1a9e['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x5b1a9e['to']('authoredAt',_0x529c7f=>this['_config']['formatDateTime'](_0x529c7f))}]}]},{'tag':'div','attributes':{'class':['ck-suggestion__actions','ck-annotation__actions']},'children':[this['acceptButton'],this['discardButton']]},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']}}];this['_model']['isExternal']&&_0x58c929['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x378e6c={'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x5b1a9e['if']('isActive','ck-suggestion-wrapper--active'),_0x5b1a9e['to']('type',_0x58be65=>'ck-suggestion-'+_0x58be65),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':_0x5b1a9e['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':[{'tag':'div','attributes':{'class':['ck-suggestion','ck-annotation']},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main','ck-annotation__main'],'role':'presentation'},'children':_0x58c929},this['ariaDescriptionView']]}]};return this['commentsListView']&&this['commentThreadInputView']&&(_0x378e6c['children']['push'](this['commentsListView'],this['commentThreadInputView']),this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this),this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this)),_0x378e6c;}['render'](){super['render'](),this['_descriptionElement']=this['element']['querySelector']('.ck-annotation__content-wrapper'),this['_descriptionElement']['innerHTML']=this['description'],this['on']('change:description',(_0x466c7e,_0x57ad53,_0x3e9d22)=>{this['_descriptionElement']['innerHTML']=_0x3e9d22;});}['_createButton'](_0x173ebb,_0xcb95cf,_0x44bc82,_0xae187f,_0x53b875){const _0x23e19d=new _0x3ae7a3(this['locale']);return _0x23e19d['set']({'label':_0x173ebb,'icon':_0xcb95cf,'tooltip':!0x0,'tooltipPosition':_0x53b875}),_0x23e19d['extendTemplate']({'attributes':{'class':_0x44bc82}}),_0x23e19d['on']('execute',()=>{this['fire'](_0xae187f,this['_model']['id']);}),_0x23e19d;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):o(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}}var ce='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20width=\x2220\x22\x20height=\x2220\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><g\x20fill=\x22#000\x22\x20fill-rule=\x22nonzero\x22><path\x20d=\x22M1\x203.28C1\x202.574\x201.574\x202\x202.272\x202h10.23c.703\x200\x201.272.573\x201.272\x201.28v12.768c0\x20.708-.574\x201.281-1.271\x201.281H2.272A1.276\x201.276\x200\x200\x201\x201\x2016.049V3.28zm11.503\x2012.954c-.008\x200-.006-12.77-.006-12.77\x200-.003-10.225-.004-10.225-.004.007\x200\x20.005\x2012.77.005\x2012.77\x200\x20.003\x2010.226.004\x2010.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351\x200\x20.636.284.636.64a.641.641\x200\x200\x201-.636.638H4.829a.636.636\x200\x200\x201-.635-.639zm0\x202.554c0-.352.292-.638.636-.638h5.116c.351\x200\x20.636.283.636.638a.641.641\x200\x200\x201-.636.639H4.829a.636.636\x200\x200\x201-.635-.639zm0\x202.555c0-.353.289-.639.633-.639h2.567c.35\x200\x20.633.284.633.64a.639.639\x200\x200\x201-.633.638H4.826a.634.634\x200\x200\x201-.632-.639z\x22/><path\x20d=\x22M10.515\x2017.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319\x200-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6\x201.059-.56\x202.11.119\x201.051.68\x201.443\x201.271\x201.177\x201.771L14.53\x2017.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954\x202.954\x200\x200\x200-.487.21\x202.044\x202.044\x200\x200\x200-.347.31c-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z\x22/></g></svg>\x0a';class d extends _0x231f11{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x588554,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x3866db){super(_0x3866db),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x1bdaf4=this['editor']['config'];_0x1bdaf4['define']('trackChanges.SuggestionThreadView',re),_0x1bdaf4['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x1bdaf4['get']('trackChanges.disableComments'),this['_initKeyboardNavigationToThread']();}['_handleSuggestionControllerDelayed'](_0x1062bc,_0x1505d9){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x6e2cbd,_0x1fa80c]of this['_handleControllerBuffer']){const _0x4b0c01=this['_suggestionToController']['has'](_0x6e2cbd);_0x4b0c01||_0x1fa80c?_0x4b0c01&&_0x1fa80c&&this['_destroyController'](_0x6e2cbd):this['_initializeController'](_0x6e2cbd);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x1062bc,_0x1505d9);}['init'](){const _0x2195d5=this['editor'],_0x5ea605=_0x2195d5['plugins']['get']('TrackChangesEditing'),_0x41d278=_0x2195d5['plugins']['get']('Annotations'),_0x20e95c=_0x2195d5['plugins']['get']('EditorAnnotations'),_0x4d44a8=_0x2195d5['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x20e95c['addSourceCollector'](()=>{const _0x5f0b88=[];for(const [_0x9e507f,_0x591180]of Array['from'](this['_suggestionToController'])){const _0x434fe8=_0x9e507f['getAllAdjacentSuggestions'](),_0xc78fef=[];for(const _0x229dd8 of _0x434fe8){if(!_0x229dd8['isInContent'])continue;if(_0x229dd8['isMultiRange']){_0xc78fef['push'](..._0x229dd8['getRanges']());continue;}const _0x44d1fd=_0x229dd8['getFirstRange']();if(_0xc78fef['length']>0x0){const _0x23cda9=_0xc78fef[0x0]['getJoined'](_0x44d1fd);if(_0x23cda9){_0xc78fef[0x0]=_0x23cda9;continue;}}_0xc78fef['push'](_0x44d1fd);}_0x5f0b88['push']([_0x591180['view'],_0xc78fef]);}return _0x5f0b88;}),this['listenTo'](_0x5ea605,'suggestionLoaded',(_0x2cc813,_0x515c82)=>{this['listenTo'](_0x515c82,'change:previous',(_0xea5783,_0x3f4769,_0x25ca14,_0xa87b8b)=>{_0x515c82['isInContent']&&(null==_0x25ca14?(this['_updateController'](_0xa87b8b['head']),this['_handleSuggestionControllerDelayed'](_0x515c82,!0x1)):(this['_updateController'](_0x25ca14['head']),null==_0xa87b8b&&this['_handleSuggestionControllerDelayed'](_0x515c82,!0x0)));}),null!==_0x515c82['previous']?this['_updateController'](_0x515c82['head']):this['_handleSuggestionControllerDelayed'](_0x515c82,!0x1);}),this['listenTo'](_0x5ea605,'suggestionUnloaded',(_0x467f10,_0x3d3c1c,_0x264abb)=>{this['stopListening'](_0x3d3c1c,'change:previous'),this['_handleControllerBuffer']['delete'](_0x3d3c1c),this['_suggestionToController']['has'](_0x3d3c1c)&&this['_destroyController'](_0x3d3c1c),_0x264abb&&this['_updateController'](_0x264abb['head']);}),this['listenTo'](_0x5ea605,'suggestionChanged',(_0x254693,_0x22e608)=>{this['_updateController'](_0x22e608);}),this['listenTo'](_0x41d278,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x4d44a8,'addComment',(_0xdc418,{threadId:_0x1b37f5,isFromAdapter:_0x512240})=>{if(_0x512240||!_0x5ea605['hasSuggestion'](_0x1b37f5))return;const _0xc9e791=_0x5ea605['getSuggestion'](_0x1b37f5);this['_suggestionToController']['get'](_0xc9e791)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x2b8fb8=this['editor']['plugins']['get']('Annotations'),_0x5ac492=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2466eb=Array['from'](_0x2b8fb8['activeAnnotations'],_0x831e91=>_0x831e91['innerView'])['filter'](_0x42b1a1=>this['_viewToController']['has'](_0x42b1a1)),_0x22da70=[];for(const _0x3383ac of _0x2466eb){const _0x3aed99=this['_viewToController']['get'](_0x3383ac)['model']['getAllAdjacentSuggestions']();_0x22da70['push'](..._0x3aed99['reduce']((_0x36aaa9,_0xe22b50)=>[..._0x36aaa9,..._0xe22b50['getMarkerNames']()],[]));}_0x5ac492['activeMarkers']=_0x22da70;}['_addUIComponentsToFactory'](){const _0x41dd38=this['editor'],_0x172d7e=_0x41dd38['locale'],_0xfde8dd=o(_0x172d7e,'Track\x20changes'),_0x5cf94f=new Wt([{'type':'switchbutton','model':new _0x4a9ebe({'withText':!0x0,'isToggleable':!0x0,'label':_0xfde8dd,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x4a9ebe({'withText':!0x0,'label':o(_0x172d7e,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x4a9ebe({'withText':!0x0,'label':o(_0x172d7e,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x4a9ebe({'withText':!0x0,'label':o(_0x172d7e,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x4a9ebe({'withText':!0x0,'label':o(_0x172d7e,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x4f42e6 of _0x5cf94f)if(he(_0x4f42e6)){const _0x321419=_0x41dd38['commands']['get'](_0x4f42e6['model']['commandName']);_0x4f42e6['model']['bind']('isOn','isEnabled')['to'](_0x321419,'value','isEnabled');}_0x41dd38['ui']['componentFactory']['add']('trackChanges',_0x45fc31=>this['_createToolbarButton'](_0x45fc31,_0x5cf94f,_0xfde8dd)),_0x41dd38['ui']['componentFactory']['add']('menuBar:trackChanges',_0x3e54e4=>this['_createMenuBarMenu'](_0x3e54e4,_0x5cf94f,_0xfde8dd));}['_createToolbarButton'](_0x4397ef,_0x304bb7,_0x4641a4){const _0x2e038d=Qt(_0x4397ef,_0x8f9698),_0x3c77ad=this['editor']['commands']['get']('trackChanges');_0x2e038d['buttonView']['set']({'tooltip':_0x4641a4,'label':_0x4641a4,'icon':ce}),_0x2e038d['buttonView']['bind']('isOn')['to'](_0x3c77ad,'value'),_0x2e038d['buttonView']['on']('execute',()=>{_0x3c77ad['execute'](),this['editor']['editing']['view']['focus']();}),Kt(_0x2e038d,_0x304bb7,{'role':'menu'});const _0xd5c980=[];for(const _0x13a2a0 of _0x304bb7)he(_0x13a2a0)&&_0xd5c980['push'](this['editor']['commands']['get'](_0x13a2a0['model']['commandName']));const _0x3525cd=_0x2e038d['buttonView'];return _0x3525cd['actionView']['unbind']('isEnabled'),_0x3525cd['arrowView']['unbind']('isEnabled'),_0x3525cd['actionView']['bind']('isEnabled')['to'](_0x3c77ad,'isEnabled'),_0x3525cd['arrowView']['bind']('isEnabled')['toMany'](_0xd5c980,'isEnabled',(..._0x4cb8ca)=>_0x4cb8ca['some'](_0x4563b4=>_0x4563b4)),_0x2e038d['on']('execute',_0x2fda69=>{this['editor']['execute'](_0x2fda69['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x2e038d;}['_createMenuBarMenu'](_0x110937,_0x2a8d72,_0x560c70){const _0x394f18=new Yt(_0x110937),_0x4e607c=this['editor']['commands']['get']('trackChanges');_0x394f18['buttonView']['set']({'label':_0x560c70,'icon':ce});const _0x2bcf8d=new Zt(_0x110937);for(const _0x5022c7 of _0x2a8d72){if('separator'==_0x5022c7['type']){_0x2bcf8d['items']['add'](new Xt(_0x110937));continue;}const _0x1a0c56=new te(_0x110937,_0x394f18),_0x312d64=new _0x319522(_0x110937),_0x5c25ee=_0x5022c7['model'];_0x312d64['bind'](...Object['keys'](_0x5c25ee))['to'](_0x5c25ee),_0x312d64['delegate']('execute')['to'](_0x394f18),_0x312d64['on']('execute',()=>{this['editor']['execute'](_0x5c25ee['commandName']),this['editor']['editing']['view']['focus']();}),_0x1a0c56['children']['add'](_0x312d64),_0x2bcf8d['items']['add'](_0x1a0c56);}return _0x394f18['bind']('isEnabled')['to'](_0x4e607c,'isEnabled'),_0x394f18['panelView']['children']['add'](_0x2bcf8d),_0x394f18;}['_initializeController'](_0x248c6e){const _0x47fe76=this['editor'],_0x7a0a2f=_0x47fe76['config'],_0x5000d5=_0x47fe76['plugins']['get']('Annotations'),_0x3142c7=_0x47fe76['plugins']['get']('CommentsRepository'),_0x1b09ea=_0x47fe76['plugins']['get']('EditorAnnotations'),_0x3e15df=_0x47fe76['plugins']['get'](_0x588554)['me'],_0x5de569=_0x7a0a2f['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0x572c53,CommentThreadInputView:_0x54620a}=_0x47fe76['plugins']['get']('CommentsUI');let _0x55dc55,_0xcaf575;this['_annotationViews']['has'](_0x248c6e['id'])?(_0xcaf575=this['_annotationViews']['get'](_0x248c6e['id']),_0x55dc55=_0xcaf575['mainView']):(_0x55dc55=new _0x5de569(_0x47fe76['locale'],_0x248c6e,_0x3e15df,{'disableComments':this['_disableComments'],'editorConfig':_0x7a0a2f['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x7a0a2f['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x7a0a2f['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x7a0a2f['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x276638(_0x7a0a2f['get']('locale')),'CommentView':_0x7a0a2f['get']('comments')['CommentView'],'CommentsListView':_0x572c53,'CommentThreadInputView':_0x54620a}),_0x55dc55['acceptButton']['on']('execute',()=>{_0x47fe76['editing']['view']['focus']();}),_0x55dc55['discardButton']['on']('execute',()=>{_0x47fe76['editing']['view']['focus']();}),_0xcaf575=_0x5000d5['createAnnotationView'](this['editor']['locale'],_0x55dc55),_0xcaf575['bind']('isDirty')['to'](_0x55dc55,'isDirty'),_0xcaf575['bind']('length')['to'](_0x55dc55),_0xcaf575['bind']('type')['to'](_0x55dc55,'type',_0x371b86=>'suggestion-'+_0x371b86),this['listenTo'](_0x55dc55,'escape',()=>{_0x47fe76['editing']['view']['focus']();},{'priority':'low'}),this['_annotationViews']['set'](_0x248c6e['id'],_0xcaf575));const _0x5ac7fa=_0x3142c7['createCommentThreadController'](_0x248c6e['commentThread'],_0x55dc55),_0x47c127=new ae(_0x47fe76,_0x248c6e,_0x55dc55,_0x5ac7fa),_0x3eaf9c=_0x248c6e['getAllAdjacentSuggestions']()['filter'](_0x2759eb=>_0x2759eb['isInContent']);_0x55dc55['descriptionParts']=_0x47fe76['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x3eaf9c),this['_suggestionToController']['set'](_0x248c6e,_0x47c127),this['_viewToController']['set'](_0x55dc55,_0x47c127);const _0x39a673=_0x5000d5['createAnnotation']({'view':_0xcaf575,'target':()=>{const _0x2cdcbb=[],_0x1c1d3a=_0x248c6e['getAllAdjacentSuggestions']()['filter'](_0x347b74=>_0x347b74['isInContent']);for(const _0x47d652 of _0x1c1d3a)_0x2cdcbb['push'](..._0x47d652['getMarkers']());return _0x15af51(_0x47fe76['editing'],_0x2cdcbb);},'type':()=>'suggestion-'+_0x47c127['view']['type']});_0x3142c7['_bindAnnotationToEditors'](_0x55dc55,_0x39a673),_0x5000d5['add'](_0x39a673),_0x1b09ea['registerAnnotation'](_0x39a673);}['_destroyController'](_0x57b949){const _0x5c64b8=this['editor']['plugins']['get']('CommentsRepository'),_0x58037d=this['editor']['plugins']['get']('Annotations'),_0x48714a=this['_suggestionToController']['get'](_0x57b949),_0xb35393=_0x48714a['view'],_0x3c6b5f=_0x58037d['getByInnerView'](_0xb35393);_0x5c64b8['_unbindEditors'](_0xb35393),_0x3c6b5f&&_0x58037d['remove'](_0x3c6b5f),this['_suggestionToController']['delete'](_0x57b949),this['_viewToController']['delete'](_0xb35393),_0x48714a['destroy']();}['_updateController'](_0x42b5a9){if(!_0x42b5a9['isInContent']||!this['_suggestionToController']['has'](_0x42b5a9))return;const _0x4d64f3=this['editor']['plugins']['get']('TrackChangesEditing'),_0x27096d=this['_suggestionToController']['get'](_0x42b5a9),_0xa11052=_0x42b5a9['getAllAdjacentSuggestions']();_0x27096d['view']['descriptionParts']=_0x4d64f3['descriptionFactory']['getDescriptions'](_0xa11052);}['_initKeyboardNavigationToThread'](){this['editor']['keystrokes']['set'](_0x2853f2,(_0x28e65a,_0x506ac9)=>{const _0x5091da=this['editor']['plugins']['get'](k),_0x225398=this['editor']['plugins']['get'](p);if(!_0x225398['activeMarkers']['length'])return;const {id:_0x20d64c}=_0x225398['_splitMarkerName'](_0x225398['activeMarkers'][0x0]),_0x48bb28=_0x5091da['getSuggestion'](_0x20d64c);_0x48bb28&&(this['_suggestionToController']['get'](_0x48bb28)['view']['focus'](),_0x506ac9());});}['destroy'](){for(const _0x382667 of this['_suggestionToController']['keys']())this['_destroyController'](_0x382667);for(const _0x302c12 of this['_annotationViews']['values']())_0x302c12['mainView']['destroy']();super['destroy']();}}function he(_0x57b953){return'model'in _0x57b953;}class k extends _0x231f11{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x19a729){this['editor']['plugins']['get'](p)['adapter']=_0x19a729;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x58aa2b){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x58aa2b);}['getSuggestions']({skipNotAttached:_0x34e3b4=!0x1,toJSON:_0x3dd5f1=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x34e3b4,'toJSON':_0x3dd5f1});}['getSuggestion'](_0x2c14f2){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x2c14f2);}}const T=['Pagination'];class P extends _0x231f11{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x49f42a=this['editor'];if(_0x49f42a['config']['define']('trackChangesData.editorCreator',_0x2b911f=>{const _0x4ddc8f=_0x49f42a['model']['document']['getRootNames']()['reduce']((_0x5f37f9,_0x147939)=>(_0x5f37f9[_0x147939]='',_0x5f37f9),{});return _0x49f42a['constructor']['create'](_0x4ddc8f,_0x2b911f);}),'function'!=typeof _0x49f42a['config']['get']('trackChangesData')['editorCreator'])throw new _0x643216('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x5b8ebe){return N(this['editor'],!0x0,_0x5b8ebe);}['getDataWithDiscardedSuggestions'](_0x529a4d){return N(this['editor'],!0x1,_0x529a4d);}}class D extends _0x231f11{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x2b5c5d){super(_0x2b5c5d),this['result']='end';}['init'](){this['editor']['plugins']['get']('CommentsRepository')['_adapter']={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this['editor']['plugins']['get']('TrackChangesEditing')['_adapter']=null;}}function v(_0x2061a3){return void 0x0!==_0x2061a3['getRootsAttributes'];}async function N(_0x3ac3b5,_0x4dc53c,_0x14558e){const _0x6b5524=_0x2f475e(_0x3ac3b5,T);_0x6b5524['plugins']['push'](p,D),_0x6b5524['rootsAttributes']=v(_0x3ac3b5)?_0x3ac3b5['getRootsAttributes']():void 0x0;const _0x3478ae=document['createDocumentFragment'](),_0x44d523=_0x3ac3b5['config']['get']('trackChangesData')['editorCreator'],_0x2dcd50=await _0x44d523(_0x6b5524,()=>function(_0x2a325d){const _0x2b43d5=document['createElement']('div');return _0x2a325d['appendChild'](_0x2b43d5),_0x2b43d5;}(_0x3478ae));!function(_0xca947b,_0xae7f44){const _0x3b9afd=_0xca947b['model']['document']['getRootNames']()['reduce']((_0x34a816,_0x5252a0)=>(_0x34a816[_0x5252a0]=_0xca947b['data']['get']({'rootName':_0x5252a0}),_0x34a816),{}),_0x35eb90=_0xca947b['plugins']['get']('Users')['users']['map'](_0xfd1521=>({'id':_0xfd1521['id'],'name':_0xfd1521['name']})),_0x877f9b=_0xca947b['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x4fe1a4=_0xca947b['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x494f3f=_0xae7f44['plugins']['get']('Users'),_0xb9faef=_0xae7f44['plugins']['get']('TrackChangesEditing'),_0x4df637=_0xae7f44['plugins']['get']('CommentsRepository');for(const _0x51acfa of _0x35eb90)_0x494f3f['getUser'](_0x51acfa['id'])||_0x494f3f['addUser'](_0x51acfa);_0x494f3f['me']||_0x494f3f['useAnonymousUser']();for(const _0x334ce9 of _0x4fe1a4)_0x4df637['addCommentThread'](_0x334ce9);for(const _0x20d670 of _0x877f9b)_0xb9faef['addSuggestionData'](_0x20d670);_0xae7f44['data']['set'](_0x3b9afd);}(_0x3ac3b5,_0x2dcd50),_0x2dcd50['execute'](_0x4dc53c?'acceptAllSuggestions':'discardAllSuggestions');const _0x46fde1=v(_0x2dcd50)?_0x2dcd50['getFullData'](_0x14558e):_0x2dcd50['data']['get'](_0x14558e);return await _0x2dcd50['destroy'](),_0x46fde1;}export{us as BaseSuggestionThreadView,re as SuggestionThreadView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|