@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240930.0 → 0.0.0-nightly-20241001.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/package.json +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
|
-
_0x1e1a2e(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0xbba3d9,_0x579c1b){super(),this['id']=_0x579c1b['id'],this['type']=_0x579c1b['type'],this['subType']=_0x579c1b['subType']||null,this['author']=_0x579c1b['author'],this['creator']=_0x579c1b['creator']||_0x579c1b['author'],this['isExternal']=Boolean(_0x579c1b['attributes']&&_0x579c1b['attributes']['@external']),this['data']=null,this['_model']=_0xbba3d9,this['_onAccept']=_0x579c1b['onAccept'],this['_onDiscard']=_0x579c1b['onDiscard'],this['_onAttributesChange']=_0x579c1b['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x579c1b['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 _0x5362ff=this;for(;_0x5362ff['previous'];)_0x5362ff=_0x5362ff['previous'];return _0x5362ff;}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'](_0x17d093){this['_markerNames']['add'](_0x17d093);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x29fa45=>this['_model']['markers']['get'](_0x29fa45))['filter'](_0x532fbf=>_0x532fbf);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x477df6=>{for(const _0x50cb53 of this['getMarkers']())_0x477df6['removeMarker'](_0x50cb53);}),this['_markerNames']['clear']();}['removeMarker'](_0x14bf0b){this['_model']['change'](_0x58ee90=>{_0x58ee90['removeMarker'](_0x14bf0b);}),this['_markerNames']['delete'](_0x14bf0b);}['addRange'](_0x2981ad){const _0x354a67='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x354a67),this['_model']['change'](_0xc21968=>{_0xc21968['addMarker'](_0x354a67,{'range':_0x2981ad,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x485d1e){for(const _0x18a94f of this['getRanges']())if(_0x18a94f['isIntersecting'](_0x485d1e))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x12e9c8=>_0x12e9c8['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x7ad033,_0x36bbd0)=>[..._0x7ad033,..._0x36bbd0['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x340c34=this['getRanges']();if(0x1!=_0x340c34['length'])return null;const _0x1706ca=_0x340c34[0x0],_0x35332a=_0x1706ca['start']['nodeAfter'],_0x52ee28=_0x1706ca['end']['nodeBefore'];return _0x35332a instanceof _0x33f1de?_0x35332a!=_0x52ee28?null:_0x35332a: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 _0x1295aa=[];let _0x265f76=this['head'];for(;_0x265f76;)_0x1295aa['push'](_0x265f76),_0x265f76=_0x265f76['next'];return _0x1295aa;}['setAttribute'](_0xacd1b4,_0xffd881){const _0x9492cc=_0x245d06(this['attributes']);_0x2e7e06(_0x9492cc,_0xacd1b4,_0xffd881),_0x1fb0dc(_0x9492cc,this['attributes'])||(this['attributes']=_0x9492cc,this['_onAttributesChange'](_0x9492cc));}['removeAttribute'](_0xf9f973){const _0x3e0ed9=_0x245d06(this['attributes']);_0x312aad(_0x3e0ed9,_0xf9f973),_0x1fb0dc(_0x3e0ed9,this['attributes'])||(this['attributes']=_0x3e0ed9,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 _0x27c666()['substr'](0x1,0x5);}}function o(_0x3733d5,_0x4017b9,_0x26d19b){const t=_0x3733d5['t'];switch(_0x4017b9){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',_0x26d19b);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x26d19b);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x26d19b);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x26d19b);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x26d19b);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',_0x26d19b);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x26d19b);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',_0x26d19b);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x26d19b);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x26d19b);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x26d19b);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x26d19b);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x26d19b);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x26d19b);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x26d19b);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x26d19b);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x26d19b);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x26d19b);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x26d19b);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x26d19b);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x26d19b);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x26d19b);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x26d19b);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'},_0x26d19b);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x26d19b);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x26d19b);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x26d19b);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x26d19b);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x26d19b);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'},_0x26d19b);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x26d19b);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x26d19b);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x26d19b);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x26d19b);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'},_0x26d19b);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x26d19b);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'},_0x26d19b);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'},_0x26d19b);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x26d19b);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'},_0x26d19b);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x26d19b);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'},_0x26d19b);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x26d19b);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x26d19b);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'},_0x26d19b);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'},_0x26d19b);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'},_0x26d19b);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x26d19b);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'},_0x26d19b);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'},_0x26d19b);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'},_0x26d19b);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x4017b9;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x127964,_0x9caf59){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x127964,this['_locale']=_0x9caf59;}['getDescriptions'](_0x39e6db){const _0x238931=[],_0x4c9cb4=new Set(),_0x26d6da=new Set();for(let _0x2faccc=0x0;_0x2faccc<_0x39e6db['length'];_0x2faccc++){const _0x582aad=_0x39e6db[_0x2faccc];if(!_0x582aad['isInContent'])continue;const _0xe873e8=this['_handleCustomCallbackDescription'](_0x582aad);if(_0xe873e8){if(null!=_0x582aad['subType']){if(_0x4c9cb4['has'](_0x582aad['subType']))continue;_0x4c9cb4['add'](_0x582aad['subType']);}_0x238931['push'](_0xe873e8);}else{if('attribute'!=_0x582aad['type'])'insertion'!=_0x582aad['type']&&'deletion'!=_0x582aad['type']||this['_handleInsertRemoveSuggestionDescription'](_0x238931,_0x582aad,_0x39e6db[_0x2faccc+0x1]);else{const _0x54c248=_0x582aad['data']['key'];if(_0x26d6da['has'](_0x54c248))continue;_0x26d6da['add'](_0x582aad['data']['key']),_0x54c248==m?this['_handleRenameSuggestionDescription'](_0x238931,_0x582aad):this['_handleAttributeSuggestionDescription'](_0x238931,_0x582aad);}}}return this['_resolveDescriptionItems'](_0x238931);}['registerDescriptionCallback'](_0x4a66fd){this['_customCallbacks']['push'](_0x4a66fd);}['registerElementLabel'](_0xc670e3,_0x238c5e,_0x3915a4=_0x4e98c9['normal']){'function'==typeof _0xc670e3?_0x406904(this['_itemLabelsCallbacks'],{'matchingCallback':_0xc670e3,'label':_0x238c5e,'priority':_0x3915a4}):this['_itemLabels']['set'](_0xc670e3,_0x238c5e);}['registerAttributeLabel'](_0x1798a2,_0x44f4ef){this['_attributeLabels']['set'](_0x1798a2,_0x44f4ef);}['getItemLabel'](_0x1fe0eb,_0x56b48b=0x1){let _0x3fca7b;for(const _0x4a3110 of this['_itemLabelsCallbacks'])if(_0x4a3110['matchingCallback'](_0x1fe0eb)){_0x3fca7b=_0x4a3110['label'];break;}return _0x3fca7b||(_0x3fca7b=this['_itemLabels']['get'](_0x1fe0eb['name'])),_0x3fca7b?_0x3fca7b(_0x56b48b):0x1!==_0x56b48b?_0x56b48b+'\x20'+_0x1fe0eb['name']+'s':''+_0x1fe0eb['name'];}['_addDescriptionItems'](_0x227106,_0x196ba9){const _0x426f28=_0x196ba9['getFirstRange']()['getWalker'](),_0x5dc7a3='insertion'==_0x196ba9['type']?'add':'remove';for(const _0x11ad8a of _0x426f28){const _0x58bd18=_0x11ad8a['item'],_0x211e24=_0x227106[_0x227106['length']-0x1];if(_0x58bd18['is']('$textProxy'))_0x211e24&&_0x211e24['type']['indexOf']('Container')>-0x1&&_0x227106['pop'](),_0x211e24&&'text'==_0x211e24['type']?_0x211e24[_0x5dc7a3]+=_0x58bd18['data']:_0x227106['push']({'type':'text','add':'add'==_0x5dc7a3?_0x58bd18['data']:'','remove':'remove'==_0x5dc7a3?_0x58bd18['data']:''});else{if(this['_schema']['isObject'](_0x58bd18)){const _0x45128f=_0x58bd18;if(_0x211e24&&_0x211e24['type']['indexOf']('Container')>-0x1&&_0x227106['pop'](),'elementEnd'==_0x11ad8a['type'])continue;_0x211e24&&_0x211e24['type']==_0x5dc7a3+'Object'&&_0x211e24['element']['name']==_0x45128f['name']?_0x211e24['quantity']++:_0x227106['push']({'type':_0x5dc7a3+'Object','element':_0x45128f,'quantity':0x1}),_0x426f28['skip'](_0x31e0ea=>!('elementEnd'==_0x31e0ea['type']&&_0x31e0ea['item']==_0x58bd18));}else{if(this['_schema']['checkChild'](_0x58bd18,'$text')||_0x58bd18['is']('element','softBreak')){const _0x1213bf=_0x58bd18;if('add'==_0x5dc7a3&&'elementStart'==_0x11ad8a['type']||'remove'==_0x5dc7a3&&'elementEnd'==_0x11ad8a['type'])continue;if(_0x211e24&&-0x1==_0x211e24['type']['indexOf']('Container')){'text'==_0x211e24['type']&&(_0x211e24[_0x5dc7a3]+='\x0a');continue;}let _0x45daa7;if(_0x45daa7='add'==_0x5dc7a3?_0x1213bf['nextSibling']&&!this['_schema']['isObject'](_0x1213bf['nextSibling'])?_0x1213bf['nextSibling']:null:_0x1213bf['previousSibling']&&!this['_schema']['isObject'](_0x1213bf['previousSibling'])?_0x1213bf['previousSibling']:null,_0x1213bf['isEmpty']||_0x45daa7&&_0x45daa7['isEmpty']){const _0x287cc5=_0x45daa7&&_0x45daa7['isEmpty']?_0x45daa7:_0x1213bf;_0x211e24&&_0x211e24['type']==_0x5dc7a3+'EmptyContainer'&&_0x211e24['element']['name']==_0x287cc5['name']?_0x211e24['quantity']++:_0x227106['push']({'type':_0x5dc7a3+'EmptyContainer','element':_0x287cc5,'quantity':0x1});}else _0x227106['push']({'type':_0x5dc7a3+'Container','element':_0x1213bf});}}}}}['_resolveDescriptionItems'](_0x549e5b){const _0x1a627e=this['_locale'],_0x44b3a8=[],_0x53982e=[],_0x438194=[];for(const _0x493002 of _0x549e5b)switch(_0x493002['type']){case'text':if(_0x493002['add']=_0x493002['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x493002['remove']=_0x493002['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x493002['add']&&''!=_0x493002['remove']){_0x44b3a8['push']({'type':'replace','content':o(_0x1a627e,'REPLACE_TEXT',['\x22'+_0x493002['remove']+'\x22','\x22'+_0x493002['add']+'\x22'])});continue;}if(null!=_0x493002['add']['match'](/^ +$/)){_0x44b3a8['push']({'type':'insertion','content':o(_0x1a627e,'*Insert:*\x20%0',o(_0x1a627e,'ELEMENT_SPACE',_0x493002['add']['length']))});continue;}if(null!=_0x493002['remove']['match'](/^ +$/)){_0x44b3a8['push']({'type':'deletion','content':o(_0x1a627e,'*Remove:*\x20%0',o(_0x1a627e,'ELEMENT_SPACE',_0x493002['remove']['length']))});continue;}if(''!=_0x493002['add']){_0x44b3a8['push']({'type':'insertion','content':o(_0x1a627e,'*Insert:*\x20%0','\x22'+_0x493002['add']+'\x22')});continue;}_0x44b3a8['push']({'type':'deletion','content':o(_0x1a627e,'*Remove:*\x20%0','\x22'+_0x493002['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x44b3a8['push']({'type':'insertion','content':o(_0x1a627e,'*Insert:*\x20%0',this['getItemLabel'](_0x493002['element'],_0x493002['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x44b3a8['push']({'type':'deletion','content':o(_0x1a627e,'*Remove:*\x20%0',this['getItemLabel'](_0x493002['element'],_0x493002['quantity']))});continue;case'addContainer':_0x44b3a8['push']({'type':'insertion','content':o(_0x1a627e,'*Split:*\x20%0',this['getItemLabel'](_0x493002['element'],_0x493002['quantity']))});continue;case'removeContainer':_0x44b3a8['push']({'type':'deletion','content':o(_0x1a627e,'*Merge:*\x20%0',this['getItemLabel'](_0x493002['element'],_0x493002['quantity']))});continue;case'addFormat':_0x53982e['push'](_0x493002['key']);continue;case'removeFormat':_0x438194['push'](_0x493002['key']);continue;default:_0x44b3a8['push'](_0x493002);}if(_0x53982e['length']){const _0x49c818=_0x53982e['map'](_0x1d1eca=>this['_attributeLabels']['has'](_0x1d1eca)?this['_attributeLabels']['get'](_0x1d1eca):_0x1d1eca)['join'](',\x20');_0x44b3a8['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x49c818)});}if(_0x438194['length']){const _0x19c660=_0x438194['map'](_0x2c50ef=>this['_attributeLabels']['has'](_0x2c50ef)?this['_attributeLabels']['get'](_0x2c50ef):_0x2c50ef)['join'](',\x20');_0x44b3a8['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x19c660)});}return _0x44b3a8;}['_handleCustomCallbackDescription'](_0x4ccad2){for(const _0x3421e8 of this['_customCallbacks']){const _0x5a00a0=_0x3421e8(_0x4ccad2);if(_0x5a00a0&&'type'in _0x5a00a0)return _0x5a00a0;}}['_handleAttributeSuggestionDescription'](_0x35a128,_0x161632){const _0x285b6e=_0x161632['data'],_0x4d0bf9=void 0x0===_0x285b6e['newValue']?'removeFormat':'addFormat';_0x35a128['push']({'type':_0x4d0bf9,'key':_0x285b6e['key']});}['_handleRenameSuggestionDescription'](_0x244a4c,_0x4ee1bd){_0x244a4c['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x4ee1bd['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x156ebb,_0x271a0e,_0x32aa8c){if(this['_addDescriptionItems'](_0x156ebb,_0x271a0e),_0x32aa8c&&_0x32aa8c['getFirstRange']()&&!_0x271a0e['getFirstRange']()['end']['isEqual'](_0x32aa8c['getFirstRange']()['start'])){const _0x3ef563=_0x156ebb[_0x156ebb['length']-0x1],_0x22acd7='insertion'==_0x271a0e['type']?'add':'remove';_0x3ef563&&'text'==_0x3ef563['type']&&(_0x3ef563[_0x22acd7]+='\x0a');}}}class V extends _0x82b22a{['afterInit'](){const _0x553745=this['editor'],_0x49f937=_0x553745['plugins']['get']('TrackChangesEditing');_0x553745['commands']['get']('showAIAssistant')&&_0x49f937['enableCommand']('showAIAssistant');}}class U extends _0x82b22a{['afterInit'](){const _0x3f3cd9=this['editor'],_0x3fde2e=_0x3f3cd9['locale'];if(!_0x3f3cd9['plugins']['has']('AlignmentEditing'))return;const _0x301ed7=_0x3f3cd9['plugins']['get']('TrackChangesEditing');_0x301ed7['enableDefaultAttributesIntegration']('alignment'),_0x301ed7['registerBlockAttribute']('alignment'),_0x301ed7['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x3fde2e,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1f0e58=this['editor'],_0xd34bef=_0x1f0e58['locale'];_0x1f0e58['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4cc5c3=>{if('formatBlock'!=_0x4cc5c3['type'])return;const {data:_0x15e46f}=_0x4cc5c3;if(_0x15e46f&&'alignment'==_0x15e46f['commandName']){const _0x2ad522=_0x15e46f['commandParams'][0x0]['value'];return{'type':'format','content':o(_0xd34bef,'*Format:*\x20%0',function(_0x2b6aea){switch(_0x2b6aea){case'left':return o(_0xd34bef,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0xd34bef,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0xd34bef,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0xd34bef,'FORMAT_JUSTIFY_TEXT');}}(_0x2ad522))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x82b22a{['afterInit'](){const _0x2bb9e1=this['editor'],_0x29c157=_0x2bb9e1['plugins']['get']('TrackChangesEditing'),_0x3e11df=_0x2bb9e1['locale'];for(const _0x1544f6 of ti){if(!_0x2bb9e1['plugins']['has'](_0x1544f6))continue;const _0x5a6820=_0x1544f6['slice'](0x0,-0x7)['toLowerCase'](),_0x2ccbbf='FORMAT_'+_0x5a6820['toUpperCase']();_0x29c157['enableDefaultAttributesIntegration'](_0x5a6820),_0x29c157['registerInlineAttribute'](_0x5a6820),_0x29c157['descriptionFactory']['registerAttributeLabel'](_0x5a6820,o(_0x3e11df,_0x2ccbbf));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x20b97d=this['editor'],_0x188a75=_0x20b97d['locale'],_0x58d11e=_0x20b97d['plugins']['get']('TrackChangesEditing');function _0x251aac(_0x494166,_0x16d619){_0x58d11e['descriptionFactory']['registerDescriptionCallback'](_0x17e806=>{if('formatInline'!=_0x17e806['type'])return;const {data:_0x2e9d9d}=_0x17e806;return _0x2e9d9d&&_0x2e9d9d['commandName']===_0x494166?_0x2e9d9d['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x188a75,'*Format:*\x20%0',_0x16d619)}:{'type':'format','content':o(_0x188a75,'*Remove\x20format:*\x20%0',_0x16d619)}:void 0x0;});}_0x251aac('bold',o(_0x188a75,'FORMAT_BOLD')),_0x251aac('italic',o(_0x188a75,'FORMAT_ITALIC')),_0x251aac('underline',o(_0x188a75,'FORMAT_UNDERLINE')),_0x251aac('code',o(_0x188a75,'FORMAT_CODE')),_0x251aac('strikethrough',o(_0x188a75,'FORMAT_STRIKETHROUGH')),_0x251aac('subscript',o(_0x188a75,'FORMAT_SUBSCRIPT')),_0x251aac('superscript',o(_0x188a75,'FORMAT_SUPERSCRIPT'));}}class F extends _0x82b22a{['afterInit'](){const _0x112d7=this['editor'],_0xfef8b9=_0x112d7['locale'];if(!_0x112d7['plugins']['has']('BlockQuoteEditing'))return;const _0xefd37e=_0x112d7['plugins']['get']('TrackChangesEditing'),_0x375410=this['editor']['commands']['get']('blockQuote');_0xefd37e['enableCommand']('blockQuote',(_0x29bfc3,_0x381476={})=>{const _0x10fe29=this['editor']['model']['document']['selection'],_0x273296=_0x381476&&void 0x0!==_0x381476['forceValue']?_0x381476['forceValue']:!_0x375410['value'];let _0x428cdb=[];if(_0x273296){const _0x36a984=Array['from'](_0x10fe29['getSelectedBlocks']())['filter'](_0x696a12=>oo(_0x696a12)||function(_0x4ead53,_0x4320bc){const _0x480893=_0x4320bc['checkChild'](_0x4ead53['parent'],'blockQuote'),_0x575f87=_0x4320bc['checkChild'](['$root','blockQuote'],_0x4ead53);return _0x480893&&_0x575f87;}(_0x696a12,this['editor']['model']['schema']));_0x428cdb=to(_0x36a984,_0x112d7['model']);}else{const _0x3c6290=Array['from'](_0x10fe29['getSelectedBlocks']())['filter'](_0x5f2b94=>oo(_0x5f2b94));_0x428cdb=to(_0x3c6290,_0x112d7['model']);}_0x112d7['model']['change'](()=>{for(const _0x141ac7 of _0x428cdb)_0xefd37e['markBlockFormat'](_0x141ac7,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x273296}]});});}),_0xefd37e['descriptionFactory']['registerDescriptionCallback'](_0x58b53a=>{const {data:_0x1a00bf}=_0x58b53a;if(_0x1a00bf&&'blockQuote'==_0x1a00bf['commandName']){const _0x27b29c=o(_0xfef8b9,'ELEMENT_BLOCK_QUOTE');return _0x1a00bf['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xfef8b9,'*Set\x20format:*\x20%0',_0x27b29c)}:{'type':'format','content':o(_0xfef8b9,'*Remove\x20format:*\x20%0',_0x27b29c)};}});}}function oo(_0x11b4de){return'blockQuote'==_0x11b4de['parent']['name'];}class L extends _0x82b22a{['afterInit'](){const _0x578792=this['editor'];_0x578792['plugins']['has']('CaseChange')&&(_0x578792['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x578792['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x578792['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x82b22a{['afterInit'](){const _0x400746=this['editor'];_0x400746['commands']['get']('ckbox')&&_0x400746['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class J extends _0x82b22a{['afterInit'](){const _0x26b17c=this['editor'];if(!_0x26b17c['plugins']['has']('CodeBlock'))return;const _0x11fc12=_0x26b17c['plugins']['get']('TrackChangesEditing'),_0x4cb418=_0x26b17c['locale'],_0x5ae819=_0x26b17c['config']['get']('codeBlock')['languages'],_0x19160b=_0x26b17c['commands']['get']('codeBlock');_0x11fc12['enableCommand']('indentCodeBlock'),_0x11fc12['enableCommand']('outdentCodeBlock'),_0x11fc12['enableCommand']('codeBlock',(_0xeb7fa3,_0x349023={})=>{const _0x1bc30d=_0x26b17c['model'],_0x4a844f=_0x26b17c['model']['document']['selection'],_0x4b1eb5=_0x349023&&void 0x0!==_0x349023['forceValue']?_0x349023['forceValue']:!_0x19160b['value'];let _0x1da97e;_0x349023['language']||(_0x349023['language']=_0x5ae819[0x0]['language']),_0x1da97e=_0x4b1eb5?Array['from'](_0x4a844f['getSelectedBlocks']())['filter'](_0x2f1034=>eo(_0x2f1034)||function(_0x41e2bb,_0x2de3f1){if(_0x41e2bb['is']('rootElement')||_0x2de3f1['isLimit'](_0x41e2bb))return!0x1;return _0x2de3f1['checkChild'](_0x41e2bb['parent'],'codeBlock');}(_0x2f1034,_0x1bc30d['schema'])):Array['from'](_0x4a844f['getSelectedBlocks']())['filter'](_0x2a5b9d=>eo(_0x2a5b9d));const _0x3cddb4=to(_0x1da97e,_0x1bc30d);_0x1bc30d['change'](()=>{for(const _0x26640e of _0x3cddb4)_0x11fc12['markBlockFormat'](_0x26640e,{'commandName':'codeBlock','commandParams':[{..._0x349023,'forceValue':_0x4b1eb5}],'formatGroupId':'blockName'});});}),(_0x11fc12['descriptionFactory']['registerElementLabel']('codeBlock',_0x150f53=>o(_0x4cb418,'ELEMENT_CODE_BLOCK',_0x150f53)),_0x11fc12['descriptionFactory']['registerDescriptionCallback'](_0x236c5f=>{if('formatBlock'!=_0x236c5f['type'])return;const _0x3bb1f4=_0x4cb418['t'],{data:_0x33a0ec}=_0x236c5f;if(!_0x33a0ec||'codeBlock'!=_0x33a0ec['commandName'])return;const _0x117fa3=_0x33a0ec['commandParams'][0x0]['language'],_0x3b9f5a=_0x3bb1f4(_0x5ae819['find'](_0x2bc6ea=>_0x2bc6ea['language']===_0x117fa3)['label'])['toLowerCase']();return _0x33a0ec['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4cb418,'*Set\x20format:*\x20%0',o(_0x4cb418,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x3b9f5a+')')}:{'type':'format','content':o(_0x4cb418,'*Remove\x20format:*\x20%0',o(_0x4cb418,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x80c10f){return'codeBlock'==_0x80c10f['name'];}class q extends _0x82b22a{['afterInit'](){const _0x148371=this['editor'];if(!_0x148371['plugins']['has']('CommentsEditing'))return;_0x148371['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x3a2ab0,_0x289943,_0x455b6c){const _0x24d34c=[];for(const _0x5e0db8 of _0x289943['getItems']())_0x5e0db8['hasAttribute'](_0x3a2ab0)&&_0x24d34c['push'](_0x455b6c['createRangeOn'](_0x5e0db8));return _0x24d34c;}function _e(_0x583919,_0x474153,{showActiveMarker:_0x263e0f=!0x0}={}){const _0x34ead8=_0x583919['plugins']['get']('TrackChangesEditing');return(_0x4ecfce,_0xf76696,_0x4c44ce)=>{if(!_0x4c44ce['consumable']['test'](_0xf76696['markerRange'],_0x4ecfce['name']))return;const _0x2755b8=_0xf76696['markerRange']['getWalker'](),_0x37957c=_0xf76696['markerRange']['start'],_0x3a2f87=_0x583919['model']['schema'];let _0x966ad7=null,_0x3ab278=null,_0x40887c=!0x1,_0x4789e5=!0x1;for(const _0x5e41d9 of _0x2755b8){const _0x49db22=_0x5e41d9['item'];_0x40887c=_0x40887c||_0x3a2f87['isContent'](_0x49db22);const _0x5debad=_0x4c44ce['mapper']['toViewElement'](_0x49db22);if(_0x5debad&&_0x5debad['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x5e41d9['type']&&(_0x3a2f87['isBlock'](_0x49db22)&&!_0x3a2f87['isLimit'](_0x49db22)&&(_0x49db22['nextSibling']||_0x37957c['isAtEnd']?_0x966ad7&&_0x966ad7['parent']==_0x49db22||(_0x966ad7=_0x49db22,_0x18b1d0(_0x5e41d9['previousPosition']),_0x4789e5=!0x0):_0x3ab278=_0x3ab278||_0x5e41d9['previousPosition']));}function _0x18b1d0(_0x24416b){const {authorId:_0x3e0430}=_0x34ead8['_splitMarkerName'](_0xf76696['markerName']),_0x5c393c=_0x4c44ce['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x474153,'data-author-id':_0x3e0430}),_0x27948f=_0x4c44ce['mapper']['toViewPosition'](_0x24416b);_0x263e0f&&_0x34ead8['activeMarkers']['includes'](_0xf76696['markerName'])&&_0x4c44ce['writer']['addClass']('ck-suggestion-marker--active',_0x5c393c),_0x4c44ce['writer']['insert'](_0x27948f,_0x5c393c),_0x4c44ce['mapper']['bindElementToMarker'](_0x5c393c,_0xf76696['markerName']);}_0x40887c||_0x4789e5||!_0x3ab278||_0x18b1d0(_0x3ab278);};}class z extends _0x82b22a{static get['requires'](){return[_0x5269e1];}['init'](){const _0x4af787=this['editor'],_0x461be0=_0x4af787['plugins']['get']('TrackChangesEditing');_0x461be0['enableCommand']('delete');const _0x1d16f0=_0x4af787['commands']['get']('deleteForward');_0x461be0['enableCommand']('deleteForward',(_0x434852,_0x48436b={})=>{const _0x179d91=_0x4af787['model']['createSelection'](_0x4af787['model']['document']['selection']);_0x179d91['isCollapsed']&&_0x4af787['model']['modifySelection'](_0x179d91,{'direction':'forward','unit':_0x48436b['unit']});const _0x7a8009=_0x179d91['getFirstRange'](),_0x36edb7=_0xb1b223['fromRange'](_0x7a8009);let _0x549c96;_0x434852(_0x48436b),_0x549c96='$graveyard'==_0x36edb7['root']['rootName']?_0x4af787['model']['createRange'](_0x7a8009['start']):_0x4af787['model']['createRange'](_0x36edb7['start'],_0x36edb7['end']),_0x36edb7['detach'](),_0x4af787['model']['enqueueChange'](_0x1d16f0['buffer']['batch'],_0x3cd8fa=>{_0x1d16f0['buffer']['lock'](),_0x3cd8fa['setSelection'](_0x3cd8fa['createRange'](_0x549c96['end'])),_0x1d16f0['buffer']['unlock']();});}),_0x4af787['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x4af787,'merge'),{'priority':'high'}),_0x4af787['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x3cd161,_0x13d69f,_0xd8e311)=>{_0xd8e311['options']['showSuggestionHighlights']&&_e(_0x4af787,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x3cd161,_0x13d69f,_0xd8e311);},{'priority':'high'}),_0x4af787['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0xcc6935,_0x50a8bb,_0x5cb76a)=>{const _0x361aa5=_0x5cb76a['mapper']['markerNameToElements'](_0x50a8bb['markerName']);if(_0x361aa5){for(const _0x128c8b of _0x361aa5)_0x128c8b['is']('uiElement')&&(_0x5cb76a['mapper']['unbindElementFromMarkerName'](_0x128c8b,_0x50a8bb['markerName']),_0x5cb76a['writer']['remove'](_0x128c8b));}},{'priority':'high'});}}class K extends _0x82b22a{['afterInit'](){const _0x5b3104=this['editor'];if(!_0x5b3104['plugins']['has']('ListEditing'))return;const _0x2c9149=_0x5b3104['locale'],_0x5352de=_0x5b3104['plugins']['get']('TrackChangesEditing'),_0x318920=_0x5b3104['plugins']['has']('TodoListEditing'),_0x59a2c6=!!_0x5b3104['config']['get']('list.multiBlock');function _0x4fdbd0(_0x3ad80a){return{'type':'format','content':''+o(_0x2c9149,'*Set\x20format:*\x20%0',_0x3ad80a)};}function _0x3e3521(_0x12cdaf){return{'type':'format','content':''+o(_0x2c9149,'*Remove\x20format:*\x20%0',_0x12cdaf)};}_0x5352de['enableDefaultAttributesIntegration']('numberedList'),_0x5352de['enableDefaultAttributesIntegration']('bulletedList'),_0x5352de['enableDefaultAttributesIntegration']('customNumberedList'),_0x5352de['enableDefaultAttributesIntegration']('customBulletedList'),_0x5352de['enableDefaultAttributesIntegration']('indentList'),_0x5352de['enableDefaultAttributesIntegration']('outdentList'),_0x5352de['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x5352de['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x5352de['registerBlockAttribute']('listItemId'),_0x5352de['registerBlockAttribute']('listType'),_0x5352de['registerBlockAttribute']('listIndent'),_0x59a2c6&&(_0x5352de['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x5352de['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x318920&&(_0x5352de['enableDefaultAttributesIntegration']('todoList'),_0x5352de['enableDefaultAttributesIntegration']('checkTodoList'),_0x5352de['registerBlockAttribute']('todoListChecked'),_0x5352de['descriptionFactory']['registerDescriptionCallback'](_0x30bc84=>{const {data:_0x51deb4}=_0x30bc84;if(_0x51deb4&&'todoListChecked'==_0x51deb4['key'])return{'type':'format','content':_0x51deb4['newValue']?o(_0x2c9149,'*Check\x20item*'):o(_0x2c9149,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x43b34e=>{if(_0x43b34e['batch']['isUndo'])return!0x1;let _0x4c738f=!0x1;const _0x71d53e=_0x5352de['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3c2f25=>'todoListChecked'===_0x5352de['_getAttributeKey'](_0x3c2f25));for(const _0x46f281 of _0x71d53e){'todo'!=_0x46f281['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x5352de['_findSuggestions'](_0x46f281['getFirstRange'](),'attribute')['find'](_0x4e2069=>'listType'===_0x5352de['_getAttributeKey'](_0x4e2069['suggestion']))||(_0x43b34e['removeMarker'](_0x46f281['getFirstMarker']()),_0x4c738f=!0x0));}return _0x4c738f;})),_0x5352de['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x2c9149,'FORMAT_INDENT'));const _0x1beabe={'type':'format','content':''};_0x5352de['descriptionFactory']['registerDescriptionCallback'](_0x115356=>{const {data:_0x5d0043}=_0x115356;if(!_0x5d0043||'listType'!=_0x5d0043['key'])return;let _0x29091e=_0x115356['head'];for(;_0x29091e;){if(_0x29091e['data']&&(('listStyle'==_0x29091e['data']['key']||'listMarkerStyle'==_0x29091e['data']['key'])&&(_0x29091e['data']['newValue']&&'default'!=_0x29091e['data']['newValue']||'default'!=_0x29091e['data']['oldValue']&&!_0x5d0043['newValue'])||!_0x59a2c6&&_0x29091e['data']['key']==m))return _0x1beabe;_0x29091e=_0x29091e['next'];}if(null==_0x5d0043['newValue'])switch(_0x5d0043['oldValue']){case'bulleted':return _0x3e3521(o(_0x2c9149,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x3e3521(o(_0x2c9149,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x3e3521(o(_0x2c9149,'ELEMENT_TODO_LIST'));}switch(_0x5d0043['newValue']){case'bulleted':return _0x4fdbd0(o(_0x2c9149,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x4fdbd0(o(_0x2c9149,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x4fdbd0(o(_0x2c9149,'ELEMENT_TODO_LIST'));}}),_0x5352de['descriptionFactory']['registerDescriptionCallback'](_0x48cdc2=>{const {data:_0x337039}=_0x48cdc2;if(_0x337039&&'listIndent'==_0x337039['key'])return null==_0x337039['newValue']||null==_0x337039['oldValue']&&0x0==_0x337039['newValue']?_0x1beabe:void 0x0;}),_0x5352de['descriptionFactory']['registerDescriptionCallback'](_0xaaefaf=>{if('attribute'!=_0xaaefaf['type'])return;const {data:_0x566120}=_0xaaefaf;if(!_0x566120||'listItemId'!=_0x566120['key'])return;const _0x395722=Ee(_0xaaefaf);return'newValue'==_0x395722?{'type':'format','content':o(_0x2c9149,'*Merge:*\x20list\x20item')}:'oldValue'==_0x395722?{'type':'format','content':o(_0x2c9149,'*Split:*\x20list\x20item')}:_0x1beabe;}),_0x5b3104['model']['document']['registerPostFixer'](_0x3b5dff=>this['listItemIdFixer'](_0x3b5dff)),_0x5b3104['model']['document']['registerPostFixer'](_0x2b9970=>this['noTrackChangesFixer'](_0x2b9970)),_0x5b3104['model']['document']['on']('change:data',(_0x411dc9,_0x1eb681)=>{if(_0x1eb681['isUndo']||!_0x1eb681['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x110e22){if(_0x110e22['batch']['isUndo']||!_0x110e22['batch']['isLocal'])return!0x1;let _0x3a643f=!0x1;const _0x21e9f2=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2375b5=>_0x2375b5['data']&&'listItemId'==_0x2375b5['data']['key'])['filter'](_0x1f753d=>_0x1f753d['data']['newValue']&&_0x1f753d['data']['oldValue']);for(const _0x35fa92 of _0x21e9f2)Ee(_0x35fa92)||(_0x110e22['removeMarker'](_0x35fa92['getFirstMarker']()),_0x3a643f=!0x0);return _0x3a643f;}['noTrackChangesFixer'](_0x27e446){if(_0x27e446['batch']['isUndo']||!_0x27e446['batch']['isLocal'])return!0x1;const _0x1ac05d=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x1ac05d['trackChangesCommand']['value'])return!0x1;let _0x59a4d4=!0x1;const _0x25c58e=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x3c1ca9=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x8685be=>'attribute'==_0x8685be['type'])['filter'](_0x44af23=>_0x25c58e['includes'](_0x44af23['attributeKey']));if(0x0==_0x3c1ca9['length'])return _0x59a4d4;for(const _0x5bc0cb of _0x3c1ca9){const _0xa4e589=_0x1ac05d['_findSuggestions'](_0x5bc0cb['range'],'attribute')['filter'](_0x36f856=>!_0x36f856['meta']['isNextTo'])['map'](_0x552e0f=>_0x552e0f['suggestion'])['filter'](_0x39da3e=>{const _0x4436bb=_0x1ac05d['_getAttributeKey'](_0x39da3e);return _0x25c58e['includes'](_0x4436bb);});if(_0xa4e589['length']){for(const _0x14c56d of _0xa4e589)_0x27e446['removeMarker'](_0x14c56d['getFirstMarker']());_0x59a4d4=!0x0;}}return _0x59a4d4;}['assureChains'](){const _0x47e920=this['editor']['plugins']['get']('TrackChangesEditing'),_0x410e4a=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x5087d2;const _0x49f736=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x17ee4a=>{if(_0x17ee4a['data']['oldRange']||!_0x17ee4a['data']['newRange'])return null;if(!_0x17ee4a['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x3c7a90}=_0x47e920['_splitMarkerName'](_0x17ee4a['name']);if(!_0x47e920['hasSuggestion'](_0x3c7a90))return null;const _0x2b5ddf=_0x47e920['getSuggestion'](_0x3c7a90);return _0x410e4a['includes'](_0x2b5ddf['data']['key']);})['map'](_0x57ccc3=>{const {id:_0x1bbd76}=_0x47e920['_splitMarkerName'](_0x57ccc3['name']),_0x30f90f=_0x47e920['getSuggestion'](_0x1bbd76);return _0x5087d2=_0x30f90f['attributes']['groupId'],_0x30f90f['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x49f736['size'])return;const _0x4f796c=_0x47e920['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x46fcc5=>'attribute'==_0x46fcc5['type']&&_0x46fcc5['data']&&_0x410e4a['includes'](_0x46fcc5['data']['key'])&&_0x46fcc5['attributes']['groupId']!=_0x5087d2)['map'](_0x45de5a=>({'listItem':_0x45de5a['getFirstRange']()['start']['nodeAfter'],'groupId':_0x45de5a['attributes']['groupId']})),_0x380115=new Set();for(const {groupId:_0x589ea1,listItem:_0x3c9862}of _0x4f796c)_0x49f736['has'](_0x3c9862)&&_0x380115['add'](_0x589ea1);for(const _0x14ad73 of _0x47e920['getSuggestions']())_0x380115['has'](_0x14ad73['attributes']['groupId'])&&_0x14ad73['setAttribute']('groupId',_0x5087d2);}['_supportLegacySuggestions'](){const _0x164b82=this['editor'],_0xece43d=_0x164b82['locale'],_0x2110f1=_0x164b82['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x2110f1['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x2010fb,_0x46d8ec){const _0x38dd99=[];for(let _0x459bb4 of _0x2010fb)_0x459bb4['start']['nodeAfter']===_0x459bb4['end']['parent']&&(_0x459bb4=_0x164b82['model']['createRange'](_0x164b82['model']['createPositionAt'](_0x459bb4['start']['nodeAfter'],0x0))),_0x38dd99['push'](_0x459bb4);_0x164b82['model']['change'](_0x36c436=>{const _0xd3e56b=_0x164b82['model']['document']['selection'],_0x699f3e=Array['from'](_0xd3e56b['getRanges']())['map'](_0x49985e=>_0xb1b223['fromRange'](_0x49985e));_0x36c436['setSelection'](_0x38dd99),_0x164b82['commands']['get'](_0x46d8ec['commandName'])['refresh'](),_0x46d8ec['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x164b82['execute'](_0x46d8ec['commandName'],..._0x46d8ec['commandParams']),_0x36c436['setSelection'](_0x699f3e);for(const _0x74fc64 of _0x699f3e)_0x74fc64['detach']();});}),_0x2110f1['descriptionFactory']['registerElementLabel'](function(_0x18a5f9){const _0x327d6f=!_0x164b82['model']['schema']['isObject'](_0x18a5f9),_0x4397a3=_0x18a5f9['previousSibling'],_0x58718d=_0x18a5f9['nextSibling'],_0x15b9c3=_0x18a5f9['getAttribute']('listItemId'),_0x4f0c01=!_0x4397a3||_0x4397a3['getAttribute']('listItemId')!==_0x15b9c3,_0x5d2b1e=!_0x58718d||_0x58718d['getAttribute']('listItemId')!==_0x15b9c3;return _0x327d6f&&Boolean(_0x15b9c3)&&_0x4f0c01&&_0x5d2b1e;},_0x106776=>o(_0xece43d,'ELEMENT_LIST_ITEM',_0x106776));}['_registerLegacyDescription'](){const _0x56f3ff=this['editor'],_0x35a77a=_0x56f3ff['locale'];function _0x369eb2(_0xeee0ee){const _0x32d123=_0x56f3ff['commands']['get']('bulletedList')['value'],_0x4c6e89=_0x56f3ff['commands']['get']('numberedList')['value'];return'numberedList'===_0xeee0ee?_0x32d123:_0x4c6e89;}_0x56f3ff['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x1a4f08){if('formatBlock'!=_0x1a4f08['type'])return;const {data:_0x4f0f23}=_0x1a4f08;if(!_0x4f0f23)return;let _0x23dceb,_0x229095,_0x4f1419,_0x2dd2bc;switch(_0x4f0f23['commandName']){case'bulletedList':_0x4f1419=_0x4f0f23['commandParams'][0x0]['forceValue'],_0x2dd2bc=_0x369eb2(_0x4f0f23['commandName']),_0x23dceb=_0x4f1419?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2dd2bc&&_0x56f3ff['config']['get']('list.multiBlock')||(_0x23dceb='*Change\x20to:*\x20%0'),_0x229095={'type':'format','content':o(_0x35a77a,_0x23dceb,o(_0x35a77a,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x4f1419=_0x4f0f23['commandParams'][0x0]['forceValue'],_0x2dd2bc=_0x369eb2(_0x4f0f23['commandName']),_0x23dceb=_0x4f1419?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2dd2bc&&_0x56f3ff['config']['get']('list.multiBlock')||(_0x23dceb='*Change\x20to:*\x20%0'),_0x229095={'type':'format','content':o(_0x35a77a,_0x23dceb,o(_0x35a77a,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x23dceb='*Indent:*\x20%0',_0x229095={'type':'format','content':o(_0x35a77a,_0x23dceb,o(_0x35a77a,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x23dceb=function(_0xc02356){const _0x52409e=_0xc02356['getFirstRange']();let _0x3df0d5=_0x52409e['start']['nodeAfter'];for(;_0x3df0d5&&_0x52409e['containsItem'](_0x3df0d5);){if(_0x3df0d5['getAttribute']('listIndent')>0x0)return!0x1;_0x3df0d5=_0x3df0d5['nextSibling'];}return!0x0;}(_0x1a4f08)?o(_0x35a77a,'*Format:*\x20remove\x20from\x20%0',o(_0x35a77a,function(_0x1cf066){return'ELEMENT_'+_0x1cf066['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x1a4f08))):o(_0x35a77a,'*Outdent:*\x20%0',o(_0x35a77a,'ELEMENT_LIST_ITEM')),_0x229095={'type':'format','content':_0x23dceb};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x4f0f23['multipleBlocks']&&(_0x23dceb='*Merge:*\x20%0',_0x229095={'type':'deletion','content':o(_0x35a77a,_0x23dceb,o(_0x35a77a,'ELEMENT_LIST_ITEM'))});}return _0x229095;});}}function Ee(_0x1078c1){let _0x398b11=_0x1078c1['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x398b11;){const _0x171400=_0x398b11['getAttribute']('listItemId');if(!_0x171400)return!0x1;if(_0x171400==_0x1078c1['data']['newValue'])return'newValue';if(_0x171400==_0x1078c1['data']['oldValue'])return'oldValue';_0x398b11=_0x398b11['previousSibling'];}return!0x1;}class pe extends _0x82b22a{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x24f781=this['editor']['config']['get']('list.properties'),_0x3bf423=this['editor']['plugins']['get']('TrackChangesEditing');_0x24f781['styles']&&(_0x3bf423['enableDefaultAttributesIntegration']('listStyle'),_0x3bf423['registerBlockAttribute']('listStyle')),_0x24f781['reversed']&&(_0x3bf423['enableDefaultAttributesIntegration']('listReversed'),_0x3bf423['registerBlockAttribute']('listReversed')),_0x24f781['startIndex']&&(_0x3bf423['enableDefaultAttributesIntegration']('listStart'),_0x3bf423['registerBlockAttribute']('listStart'));const _0x2d244b={'type':'format','content':''};_0x3bf423['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x334941=this['editor']['locale'];_0x3bf423['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x334941,'FORMAT_LIST_REVERSED')),_0x3bf423['descriptionFactory']['registerDescriptionCallback'](_0x1f2106=>{const {data:_0x10abb9}=_0x1f2106;if(_0x10abb9&&'listReversed'==_0x10abb9['key'])return null==_0x10abb9['newValue']||0x0==_0x10abb9['newValue']&&null==_0x10abb9['oldValue']?_0x2d244b:void 0x0;}),_0x3bf423['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x334941,'FORMAT_LIST_START')),_0x3bf423['descriptionFactory']['registerDescriptionCallback'](_0x40a1a5=>{const {data:_0x9810cc}=_0x40a1a5;if(_0x9810cc&&'listStart'==_0x9810cc['key'])return null==_0x9810cc['newValue']||0x1==_0x9810cc['newValue']&&null==_0x9810cc['oldValue']?_0x2d244b:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x280c46=>{if(_0x280c46['batch']['isUndo'])return!0x1;let _0x332616=!0x1;const _0x3d40f2=_0x3bf423['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4c3909=>{const _0xe22ed1=_0x3bf423['_getAttributeKey'](_0x4c3909);return'listStart'==_0xe22ed1||'listReversed'==_0xe22ed1;});for(const _0x1cb58f of _0x3d40f2){const _0x1f3408=_0x1cb58f['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x1f3408||'customNumbered'==_0x1f3408)continue;_0x3bf423['_findSuggestions'](_0x1cb58f['getFirstRange'](),'attribute')['find'](_0x1614c0=>'listType'==_0x3bf423['_getAttributeKey'](_0x1614c0['suggestion']))||(_0x280c46['removeMarker'](_0x1cb58f['getFirstMarker']()),_0x332616=!0x0);}return _0x332616;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x4d189c){const _0x504160=this['editor']['locale'],{data:_0x4cb1be}=_0x4d189c,_0x317975={'type':'format','content':''};if(!_0x4cb1be||'listStyle'!=_0x4cb1be['key'])return;if(!_0x4cb1be['oldValue'])return'default'==_0x4cb1be['newValue']?_0x317975:{'type':'format','content':''+o(_0x504160,'*Set\x20format:*\x20%0',o(_0x504160,this['_getTranslationKeyForListStyle'](_0x4cb1be['newValue'])))};if(!_0x4cb1be['newValue']){if('default'==_0x4cb1be['oldValue'])return _0x317975;let _0x50d676=_0x4d189c['head'];for(;_0x50d676;){if(_0x50d676['data']&&'listType'==_0x50d676['data']['key']&&_0x50d676['data']['newValue'])return _0x317975;_0x50d676=_0x50d676['next'];}return{'type':'format','content':''+o(_0x504160,'*Remove\x20format:*\x20%0',o(_0x504160,this['_getTranslationKeyForListStyle'](_0x4cb1be['oldValue'])))};}if('default'!=_0x4cb1be['newValue'])return{'type':'format','content':''+o(_0x504160,'*Set\x20format:*\x20%0',o(_0x504160,this['_getTranslationKeyForListStyle'](_0x4cb1be['newValue'])))};let _0x1d0d6d=_0x4d189c['head'];for(;_0x1d0d6d;){if(_0x1d0d6d['data']&&'listType'==_0x1d0d6d['data']['key']&&_0x1d0d6d['data']['newValue']&&_0x1d0d6d['data']['oldValue'])return _0x317975;_0x1d0d6d=_0x1d0d6d['next'];}return{'type':'format','content':o(_0x504160,'*Set\x20format:*\x20%0',o(_0x504160,'ELEMENT_'+_0x4d189c['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x5e2206=this['editor'],_0x20e0ab=_0x5e2206['locale'];_0x5e2206['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3135be=>{if('formatBlock'!=_0x3135be['type'])return;const {data:_0x478611}=_0x3135be;if(!_0x478611)return;let _0x264c01,_0x55588c;switch(_0x478611['commandName']){case'listStyle':_0x264c01='*Change\x20to:*\x20%0',_0x55588c={'type':'format','content':o(_0x20e0ab,_0x264c01,o(_0x20e0ab,this['_getTranslationKeyForListStyle'](_0x478611['commandParams'][0x0]['type'])))};break;case'listReversed':_0x264c01=_0x478611['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x55588c={'type':'format','content':o(_0x20e0ab,_0x264c01)};break;case'listStart':_0x264c01='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x55588c={'type':'format','content':o(_0x20e0ab,_0x264c01,_0x478611['commandParams'][0x0]['startIndex'])};}return _0x55588c;});}['_getTranslationKeyForListStyle'](_0x852c94){return'ELEMENT_'+function(_0x5a2983){if(ye['includes'](_0x5a2983))return'bulleted';if(Se['includes'](_0x5a2983))return'numbered';return null;}(_0x852c94)['toUpperCase']()+'_LIST_'+_0x852c94['toUpperCase']()['replace'](/-/g,'_');}}const ye=['disc','circle','square'],Se=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class Q extends _0x82b22a{static get['requires'](){return[_0x3aabb4];}['init'](){const _0x16e308=this['editor'],_0x31a61f=_0x16e308['plugins']['get']('TrackChangesEditing'),_0x1cbaea=_0x16e308['commands']['get']('enter');_0x31a61f['enableCommand']('enter',()=>{_0x16e308['model']['change'](_0x2c0235=>{const _0x58aca1=_0x16e308['model']['document']['selection'],_0x4c305f=_0x58aca1['getFirstPosition'](),_0x15344b=_0xb1b223['fromRange'](_0x58aca1['getFirstRange']());if(_0x1cbaea['enterBlock'](_0x2c0235)){const _0x50cfab=_0x16e308['model']['createPositionAt'](_0x4c305f['parent']['nextSibling'],0x0),_0x6bf64d=_0x2c0235['createRange'](_0x4c305f,_0x50cfab);_0x31a61f['markInsertion'](_0x6bf64d);}else _0x2c0235['setSelection'](_0x2c0235['createRange'](_0x15344b['end']));_0x15344b['detach'](),_0x1cbaea['fire']('afterExecute',{'writer':_0x2c0235});});}),_0x16e308['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x16e308,'split'),{'priority':'high'}),_0x16e308['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x28d774,_0x39e858,_0x210323)=>{const _0x376b75=_0x210323['mapper']['markerNameToElements'](_0x39e858['markerName']);if(_0x376b75){for(const _0x1790e2 of _0x376b75)_0x1790e2['hasClass']('ck-suggestion-marker-split')&&(_0x210323['mapper']['unbindElementFromMarkerName'](_0x1790e2,_0x39e858['markerName']),_0x210323['writer']['remove'](_0x1790e2));}},{'priority':'high'}),_0x16e308['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x279b1f,_0x4aec5e,_0x49500f)=>{_0x49500f['options']['showSuggestionHighlights']&&_e(_0x16e308,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x279b1f,_0x4aec5e,_0x49500f);},{'priority':'high'});}}class X extends _0x82b22a{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x4191cc=this['editor']['plugins']['get']('TrackChangesEditing');_0x4191cc['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x4191cc['enableCommand']('findNext'),_0x4191cc['enableCommand']('findPrevious'),_0x4191cc['enableCommand']('replace'),_0x4191cc['enableCommand']('replaceAll');}['handleFindCommand'](_0x281206,_0x59cf2d,_0x3c3d64={}){const _0x2509aa=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x281206(_0x5968b2=>{let _0x400fc6=('string'==typeof _0x59cf2d?_0x2509aa['findByTextCallback'](_0x59cf2d,_0x3c3d64):_0x59cf2d)(_0x5968b2);Array['isArray'](_0x400fc6)&&(_0x400fc6={'results':_0x400fc6,'searchText':'string'==typeof _0x59cf2d?_0x59cf2d:''});const _0x4eb7af=_0x400fc6['results']['filter'](_0x485359=>!0x1===this['_isInDeletionRange'](_0x485359,_0x5968b2['item']));return{..._0x400fc6,'results':_0x4eb7af};},_0x3c3d64);}['_isInDeletionRange'](_0xa0bbec,_0x3f6106){const _0x440c3e=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x3f6106,_0xa0bbec['start']),this['editor']['model']['createPositionAt'](_0x3f6106,_0xa0bbec['end']));for(const _0x21d04d of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x440c3e['getIntersection'](_0x21d04d['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 _0x82b22a{['afterInit'](){const _0x2dad47=this['editor']['locale'],_0x23b357=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x34aff4,commandName:_0x2b2a37}of ro)this['editor']['plugins']['has'](_0x34aff4)&&(_0x23b357['enableDefaultAttributesIntegration'](_0x2b2a37),_0x23b357['registerInlineAttribute'](_0x2b2a37));_0x23b357['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x2dad47,'FORMAT_FONT_SIZE')),_0x23b357['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x2dad47,'FORMAT_FONT_FAMILY')),_0x23b357['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x2dad47,'FORMAT_FONT_COLOR')),_0x23b357['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x2dad47,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1cf0ed=this['editor'],_0x2b831e=_0x1cf0ed['locale'];_0x1cf0ed['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2fed28=>{const _0x14cdf7=_0x2b831e['t'];if('formatInline'!=_0x2fed28['type'])return;const {data:_0x9cb58}=_0x2fed28;if(null!=_0x9cb58){if('fontSize'==_0x9cb58['commandName']){const _0x5aa11a=_0x9cb58['commandParams'][0x0]['value'];if(_0x5aa11a){const _0xb66d70=_0x14cdf7(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x1c54a3=>_0x1c54a3['model']==_0x5aa11a)['title'])['toLowerCase']();return{'type':'format','content':o(_0x2b831e,'*Set\x20font\x20size:*\x20%0',_0xb66d70)};}return{'type':'format','content':o(_0x2b831e,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x9cb58['commandName']){const _0x382101=_0x9cb58['commandParams'][0x0]['value'];return _0x382101?{'type':'format','content':o(_0x2b831e,'*Set\x20font\x20family:*\x20%0',_0x382101)}:{'type':'format','content':o(_0x2b831e,'*Reset\x20font\x20family*')};}if('fontColor'==_0x9cb58['commandName']){const _0x390ecc=_0x9cb58['commandParams'][0x0]['value'];if(_0x390ecc){const _0x3cdb05=_0x51d8f8(this['editor']['config']['get']('fontColor.colors'))['find'](_0x25ec04=>_0x25ec04['model']==_0x390ecc);let _0x492c4e=_0x390ecc,_0x16c64b='';return _0x3cdb05&&(_0x492c4e=_0x3cdb05['label'],_0x16c64b=_0x14cdf7(_0x492c4e)['toLowerCase']()),{'type':'format','content':o(_0x2b831e,'*Set\x20font\x20color:*\x20%0',_0x16c64b)['trim'](),'color':{'value':_0x390ecc,'title':_0x16c64b||_0x492c4e}};}return{'type':'format','content':o(_0x2b831e,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x9cb58['commandName']){const _0x41b90f=_0x9cb58['commandParams'][0x0]['value'];if(_0x41b90f){const _0x2323b0=_0x51d8f8(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x54b407=>_0x54b407['model']==_0x41b90f);let _0x1de9b3=_0x41b90f,_0x4b7c78='';return _0x2323b0&&(_0x1de9b3=_0x2323b0['label'],_0x4b7c78=_0x14cdf7(_0x1de9b3)['toLowerCase']()),{'type':'format','content':o(_0x2b831e,'*Set\x20font\x20background\x20color:*\x20%0',_0x4b7c78)['trim'](),'color':{'value':_0x41b90f,'title':_0x4b7c78||_0x1de9b3}};}return{'type':'format','content':o(_0x2b831e,'*Reset\x20font\x20background\x20color*')};}}});}}class Z extends _0x82b22a{['afterInit'](){const _0x1ce1bb=this['editor'],_0x57cac4=_0x1ce1bb['plugins']['get']('TrackChangesEditing'),_0x57ea85=_0x1ce1bb['commands']['get']('copyFormat'),_0x23cb75=_0x1ce1bb['commands']['get']('pasteFormat');_0x57ea85&&_0x23cb75&&(_0x57cac4['enableDefaultAttributesIntegration']('pasteFormat'),_0x57cac4['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x41a8ae=this['editor'],_0x78828c=_0x41a8ae['locale'];_0x41a8ae['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2694e1=>{if('formatBlock'!=_0x2694e1['type']&&'formatInline'!=_0x2694e1['type'])return;const {data:_0x4f3016}=_0x2694e1;if(_0x4f3016&&'pasteFormat'===_0x4f3016['commandName']){const _0x26cf57=[],_0x1603c8=_0x4f3016['commandParams'][0x0];for(const [_0x4293e3,_0x58e71d]of Object['entries'](_0x1603c8))_0x26cf57['push'](so(_0x41a8ae,_0x4293e3,_0x58e71d));return _0x26cf57['length']?{'type':'format','content':o(_0x78828c,'*Set\x20format\x20to:*\x20%0',_0x26cf57['join'](',\x20'))}:{'type':'format','content':o(_0x78828c,'*Remove\x20all\x20formatting*')};}});}}function so(_0x3f7370,_0x57c703,_0x48d4dc){const _0x15988f=_0x3f7370['locale']['t'],_0x4812b6=_0x57c703['split'](/(?=[A-Z])/)['join']('\x20'),_0x3d5745=_0x15988f(_0x4812b6['charAt'](0x0)['toUpperCase']()+_0x4812b6['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x48d4dc)return _0x3d5745;if('fontColor'===_0x57c703||'fontBackgroundColor'===_0x57c703){const _0x5076ca=_0x51d8f8(_0x3f7370['config']['get']('fontColor.colors'))['find'](_0x79036b=>_0x79036b['model']==_0x48d4dc);return _0x3d5745+'\x20('+(_0x5076ca?_0x15988f(_0x5076ca['label'])['toLowerCase']():_0x48d4dc)+')';}if('fontSize'===_0x57c703&&isNaN(parseFloat(_0x48d4dc))){const _0x9b0c14=_0x3f7370['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x3f7370['config']['get']('fontSize.options'))['find'](_0x29f01a=>_0x29f01a['model']==_0x48d4dc);return _0x3d5745+'\x20('+(_0x9b0c14?_0x15988f(_0x9b0c14['title'])['toLowerCase']():_0x48d4dc)+')';}return _0x3d5745+'\x20('+_0x48d4dc+')';}class tt extends _0x82b22a{['_headingOptions'];['afterInit'](){const _0x4fae1e=this['editor'];if(!_0x4fae1e['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x4fae1e['config']['get']('heading.options');const _0x5130a4=_0x4fae1e['locale'],_0x40f84b=_0x4fae1e['plugins']['get']('TrackChangesEditing');_0x40f84b['enableDefaultAttributesIntegration']('heading');for(const _0x5572ac of this['_headingOptions'])'paragraph'!=_0x5572ac['model']&&_0x40f84b['descriptionFactory']['registerElementLabel'](_0x5572ac['model'],_0x11b413=>{const _0x58d444=this['_getHeadingLevel'](_0x5572ac['model']);return null!==_0x58d444?_0x5741b8(_0x11b413,_0x58d444):_0xc40031(_0x11b413,_0x5572ac['title']);});function _0x5741b8(_0x1275c7,_0x46df47){return o(_0x5130a4,'ELEMENT_HEADING',[_0x1275c7,_0x46df47]);}function _0xc40031(_0x189b93,_0x36ee70){return o(_0x5130a4,'ELEMENT_HEADING_CUSTOM',[_0x189b93,_0x36ee70]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x561bb6=this['editor'],_0x5edc94=_0x561bb6['locale'];function _0x1bdf1c(_0x1121cf,_0x4584e2){return o(_0x5edc94,'ELEMENT_HEADING_CUSTOM',[_0x1121cf,_0x4584e2]);}_0x561bb6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5d2264=>{if('formatBlock'!=_0x5d2264['type'])return;const {data:_0x575ee2}=_0x5d2264;if(_0x575ee2&&'heading'==_0x575ee2['commandName']){const _0x3c55dc=_0x575ee2['commandParams'][0x0]['value'],_0x33bfff=this['_getHeadingLevel'](_0x3c55dc);if(null!==_0x33bfff)return{'type':'format','content':o(_0x5edc94,'*Change\x20to:*\x20%0',(_0x390891=0x1,_0x2a554b=_0x33bfff,o(_0x5edc94,'ELEMENT_HEADING',[_0x390891,_0x2a554b])))};const _0x5a61a3=this['_headingOptions']['find'](_0x2a64be=>_0x2a64be['model']===_0x3c55dc)['title'];return{'type':'format','content':o(_0x5edc94,'*Change\x20to:*\x20%0',_0x1bdf1c(0x1,_0x5a61a3))};}var _0x390891,_0x2a554b;});}['_getHeadingLevel'](_0x389b1f){const _0x14e0dd=_0x389b1f['match'](/^heading(\d+)/);if(_0x14e0dd)return _0x14e0dd[0x1];const _0x5aa01c=this['_headingOptions']?.['find'](_0x207e0e=>_0x207e0e['model']==_0x389b1f);if(_0x5aa01c&&_0x5aa01c['view']){const _0x1a24f7=_0x5aa01c['view'],_0x50d2ab=(_0x1a24f7['name']??_0x1a24f7)['match'](/^h(\d+)/);if(_0x50d2ab)return _0x50d2ab[0x1];}return null;}}class et extends _0x82b22a{['afterInit'](){const _0x57388f=this['editor'];if(!_0x57388f['plugins']['has']('HighlightEditing'))return;const _0x433df1=_0x57388f['plugins']['get']('TrackChangesEditing'),_0x496fdc=_0x57388f['locale'];_0x433df1['enableDefaultAttributesIntegration']('highlight'),_0x433df1['registerInlineAttribute']('highlight'),_0x433df1['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x496fdc,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x34eb06=this['editor'],_0x48981d=_0x34eb06['locale'];_0x34eb06['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x871934=>{if('formatInline'!=_0x871934['type'])return;const {data:_0x563d88}=_0x871934;if(_0x563d88&&'highlight'==_0x563d88['commandName']){const _0x44e527=_0x48981d['t'],_0x2e7788=_0x563d88['commandParams'][0x0]['value'];if(_0x2e7788){const _0x395b3c=_0x34eb06['config']['get']('highlight.options')['find'](_0x310c65=>_0x310c65['model']==_0x2e7788),_0x1c5ea3=_0x44e527(_0x395b3c['title'])['toLowerCase']();return{'type':'format','content':o(_0x48981d,'*Set\x20highlight:*\x20%0',_0x1c5ea3),'color':{'value':_0x395b3c['color'],'title':_0x395b3c['title']}};}return{'type':'format','content':o(_0x48981d,'*Remove\x20highlight*',o(_0x48981d,'FORMAT_HIGHLIGHT'))};}});}}class it extends _0x82b22a{['afterInit'](){const _0x252f98=this['editor'];if(!_0x252f98['plugins']['has']('HorizontalLineEditing'))return;_0x252f98['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x5d9a71=_0x252f98['plugins']['get']('TrackChangesEditing'),_0x4e65a6=_0x252f98['locale'];_0x5d9a71['descriptionFactory']['registerElementLabel']('horizontalLine',_0x2a6191=>o(_0x4e65a6,'ELEMENT_HORIZONTAL_LINE',_0x2a6191)),_0x252f98['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x18f083,{writer:_0x667126,options:_0x5c9d71})=>{if(!_0x5c9d71['showSuggestionHighlights'])return null;const _0xe72b90=_0x667126['createContainerElement']('div'),_0x5e94f3=_0x667126['createEmptyElement']('hr');return _0x667126['addClass']('ck-horizontal-line',_0xe72b90),_0x667126['insert'](_0x667126['createPositionAt'](_0xe72b90,0x0),_0x5e94f3),_0xe72b90;},'converterPriority':'high'});}}class st extends _0x82b22a{['afterInit'](){const _0x31418a=this['editor'];if(!_0x31418a['plugins']['has']('HtmlEmbed'))return;const _0x26eec6=_0x31418a['plugins']['get']('TrackChangesEditing'),_0x567c19=_0x31418a['locale'];_0x26eec6['descriptionFactory']['registerElementLabel']('rawHtml',_0x1e640c=>o(_0x567c19,'ELEMENT_HTML_EMBED',_0x1e640c)),_0x26eec6['enableDefaultAttributesIntegration']('htmlEmbed'),_0x26eec6['registerBlockAttribute']('value'),_0x26eec6['descriptionFactory']['registerDescriptionCallback'](_0x51c31f=>{if('attribute'!=_0x51c31f['type'])return;const {data:_0x47d580}=_0x51c31f;if(_0x47d580&&'value'==_0x47d580['key']&&_0x51c31f['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x17695f=o(_0x567c19,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x567c19,'*Change\x20%0\x20content*',_0x17695f)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4562b2=this['editor'],_0x358601=_0x4562b2['locale'];_0x4562b2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x41859e=>{if('formatBlock'!=_0x41859e['type'])return;const {data:_0x3fc030}=_0x41859e;if(_0x3fc030&&'htmlEmbed'==_0x3fc030['commandName']){const _0x3e97f1=o(_0x358601,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x358601,'*Change\x20%0\x20content*',_0x3e97f1)};}});}}class nt extends _0x82b22a{['afterInit'](){const _0x5b147b=this['editor'];if(!_0x5b147b['plugins']['has']('ImageEditing'))return;const _0x9b95ff=_0x5b147b['plugins']['get']('TrackChangesEditing'),_0x1ee380=_0x5b147b['plugins']['get']('ImageUtils'),_0x39d86f=_0x5b147b['locale'];_0x9b95ff['enableCommand']('insertImage'),_0x9b95ff['descriptionFactory']['registerElementLabel']('imageBlock',_0x695ce3=>o(_0x39d86f,'ELEMENT_IMAGE',_0x695ce3)),_0x9b95ff['descriptionFactory']['registerElementLabel']('imageInline',_0x83ccc5=>o(_0x39d86f,'ELEMENT_INLINE_IMAGE',_0x83ccc5)),_0x9b95ff['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x39d86f,'ELEMENT_CAPTION')),_0x5b147b['plugins']['has']('ImageUploadEditing')&&_0x9b95ff['enableCommand']('uploadImage'),_0x5b147b['plugins']['has']('ImageBlockEditing')&&_0x5b147b['plugins']['has']('ImageInlineEditing')&&(_0x9b95ff['enableCommand']('imageTypeInline',(_0x560909,_0x395711)=>{const _0x26ecce=_0x1ee380['getClosestSelectedImageElement'](_0x5b147b['model']['document']['selection']);_0x5b147b['model']['change'](()=>{_0x9b95ff['markBlockFormat'](_0x26ecce,{'commandName':'imageTypeInline','commandParams':[_0x395711]},[],'convertBlockImageToInline');});}),_0x9b95ff['enableCommand']('imageTypeBlock',(_0x4d345a,_0x490fc8)=>{_0x5b147b['model']['change'](_0x4b26e0=>{let _0x3886d0=_0x1ee380['getClosestSelectedImageElement'](_0x5b147b['model']['document']['selection']),_0x4b4369=_0x4b26e0['createRangeOn'](_0x3886d0);const _0x27304a=_0x3fc9ae['fromPosition'](_0x4b4369['start'],'toPrevious'),_0x5c2beb=_0x3fc9ae['fromPosition'](_0x4b4369['end'],'toNext');_0x9b95ff['forceDefaultExecution'](()=>_0x4d345a(_0x490fc8)),_0x3886d0=_0x1ee380['getClosestSelectedImageElement'](_0x5b147b['model']['document']['selection']),_0x4b4369=_0x4b26e0['createRangeOn'](_0x3886d0);const _0x4ad76d=_0x4b26e0['createRange'](_0x27304a,_0x5c2beb);_0x27304a['detach'](),_0x5c2beb['detach'](),_0x9b95ff['markBlockFormat'](_0x3886d0,{'commandName':'imageTypeInline','commandParams':[_0x490fc8]},[],'convertInlineImageToBlock'),_0x4ad76d['start']['isBefore'](_0x4b4369['start'])&&_0x9b95ff['markInsertion'](_0x4b26e0['createRange'](_0x4ad76d['start'],_0x4b4369['start']),'convertInlineImageToBlock'),_0x4b4369['end']['isBefore'](_0x4ad76d['end'])&&_0x9b95ff['markInsertion'](_0x4b26e0['createRange'](_0x4b4369['end'],_0x4ad76d['end']),'convertInlineImageToBlock');});}),_0x9b95ff['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x9b95ff['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x9b95ff['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x9b95ff['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x9b95ff['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x9b95ff['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0xed7fca])=>{const _0x360e6c=_0x9b95ff['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x2b1174=_0xed7fca['start'],_0x2326ec=_0xed7fca['end'];const _0x43a00b=_0x5b147b['model']['schema']['getNearestSelectionRange'](_0x2b1174,'backward'),_0x34a733=_0x5b147b['model']['schema']['getNearestSelectionRange'](_0x2326ec,'forward');_0x43a00b['isCollapsed']&&(_0x2b1174=_0x43a00b['start']),_0x34a733['isCollapsed']&&(_0x2326ec=_0x34a733['end']),_0x360e6c([_0x5b147b['model']['createRange'](_0x2b1174,_0x2326ec)]);}),_0x9b95ff['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x3ccd55),_0x9b95ff['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x3ccd55)),_0x5b147b['plugins']['has']('ImageCaptionEditing')&&(_0x9b95ff['enableCommand']('toggleImageCaption',(_0x41a5ac,_0x5610b0)=>{const _0x224da2=_0x5b147b['plugins']['get']('ImageCaptionUtils');let _0xe84a21=_0x1ee380['getClosestSelectedImageElement'](_0x5b147b['model']['document']['selection']),_0x47ab4d=_0x224da2['getCaptionFromImageModelElement'](_0xe84a21);_0x5b147b['model']['change'](()=>{if(_0x47ab4d)return void _0x9b95ff['markDeletion'](_0x5b147b['model']['createRangeOn'](_0x47ab4d));const _0x157a85=_0x1ee380['isBlockImage'](_0xe84a21);_0x41a5ac(_0x5610b0),_0xe84a21=_0x1ee380['getClosestSelectedImageElement'](_0x5b147b['model']['document']['selection']),_0x47ab4d=_0x224da2['getCaptionFromImageModelElement'](_0xe84a21),_0x9b95ff['markInsertion'](_0x5b147b['model']['createRangeOn'](_0x47ab4d),_0x157a85?null:'imageCaption');});}),_0x9b95ff['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x3ccd55));const _0x21ff1e=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x4453ad(_0x1727bd,_0x5d6dc1){const _0x3dbc6e=_0x21ff1e['findIndex'](({type:_0x36a1a1,subType:_0x45fd35})=>_0x1727bd['type']==_0x36a1a1&&_0x1727bd['subType']==_0x45fd35),_0x2d64ef=_0x21ff1e['findIndex'](({type:_0x36acf9,subType:_0x3a2a49})=>_0x5d6dc1['type']==_0x36acf9&&_0x5d6dc1['subType']==_0x3a2a49);if(_0x3dbc6e<0x0||_0x2d64ef<0x0)return!0x1;const _0x1b26ab=_0x1727bd['getFirstRange'](),_0x5af0ba=_0x5d6dc1['getFirstRange']();if((0x0==_0x3dbc6e||0x1==_0x3dbc6e)&&0x2==_0x2d64ef&&_0x1b26ab['isIntersecting'](_0x5af0ba))return!0x0;if(0x2==_0x3dbc6e&&0x3==_0x2d64ef){const _0x34d12d=_0x9b95ff['_findSuggestions'](_0x1b26ab,'insertion')['filter'](({suggestion:_0x4bd29c,meta:_0x30e029})=>_0x30e029['isOwn']&&'convertInlineImageToBlock'==_0x4bd29c['subType']);if(_0x34d12d['length']>0x1&&_0x5af0ba['end']['isEqual'](_0x1b26ab['start']))return!0x0;if(0x1==_0x34d12d['length']&&(_0x1b26ab['start']['isEqual'](_0x5af0ba['end'])||_0x1b26ab['end']['isEqual'](_0x5af0ba['start'])))return!0x0;}if(0x3==_0x3dbc6e&&0x3==_0x2d64ef&&_0x1b26ab['start']['isBefore'](_0x5af0ba['start'])){const _0x449237=_0x1b26ab['end']['nodeAfter'],_0x2b2ca8=_0x5af0ba['start']['nodeBefore'];return _0x1ee380['isBlockImage'](_0x449237)&&_0x449237===_0x2b2ca8;}return!0x1;}function _0x3ccd55(_0x1ece06,_0x5d74aa){return _0x4453ad(_0x1ece06,_0x5d74aa)?[_0x1ece06,_0x5d74aa]:_0x4453ad(_0x5d74aa,_0x1ece06)?[_0x5d74aa,_0x1ece06]:null;}_0x5b147b['plugins']['has']('ImageResize')&&(_0x9b95ff['enableDefaultAttributesIntegration']('resizeImage'),_0x9b95ff['registerBlockAttribute']('resizedWidth'),_0x9b95ff['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x39d86f,'FORMAT_IMAGE_SIZE'))),_0x5b147b['plugins']['has']('ImageTextAlternativeEditing')&&(_0x9b95ff['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x9b95ff['registerBlockAttribute']('alt')),_0x9b95ff['descriptionFactory']['registerDescriptionCallback'](_0x4a5fcb=>{if(!!_0x21ff1e['find'](({type:_0xe0decd,subType:_0x337c85})=>_0x4a5fcb['type']==_0xe0decd&&_0x4a5fcb['subType']==_0x337c85))return _0x4a5fcb['previous']?{}:void 0x0;}),_0x9b95ff['descriptionFactory']['registerDescriptionCallback'](_0x596fb7=>{if('insertion'==_0x596fb7['type']||'deletion'==_0x596fb7['type']){const _0x1343ff=_0x596fb7['getContainedElement']();if(_0x1343ff&&_0x1343ff['is']('element','caption'))return{'type':'insertion'==_0x596fb7['type']?'addObject':'removeObject','element':_0x1343ff,'quantity':0x1};}}),_0x9b95ff['descriptionFactory']['registerDescriptionCallback'](_0x4b92bd=>'formatBlock'==_0x4b92bd['type']&&'convertInlineImageToBlock'==_0x4b92bd['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x4b92bd['type']&&'convertBlockImageToInline'==_0x4b92bd['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x9b95ff['descriptionFactory']['registerDescriptionCallback'](_0x29a0de=>{if('attribute'!=_0x29a0de['type'])return;const {data:_0x6e3330}=_0x29a0de;if(!_0x6e3330||'alt'!=_0x6e3330['key'])return;const _0x2ac6f5=_0x6e3330['newValue'];return _0x2ac6f5?{'type':'format','content':o(_0x39d86f,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x2ac6f5+'\x22')}:{'type':'format','content':o(_0x39d86f,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x526d8c=this['editor'],_0x13b9ee=_0x526d8c['locale'];_0x526d8c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xa5fd9a=>{if('formatBlock'!=_0xa5fd9a['type']&&'formatInline'!=_0xa5fd9a['type'])return;const {data:_0x38e07b}=_0xa5fd9a;if(_0x38e07b){if('imageTextAlternative'==_0x38e07b['commandName']){const _0x103239=_0x38e07b['commandParams'][0x0]['newValue'];return _0x103239?{'type':'format','content':o(_0x13b9ee,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x103239+'\x22')}:{'type':'format','content':o(_0x13b9ee,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x38e07b['commandName']){const _0x4f61e2=_0x38e07b['commandParams'][0x0]['width'];return _0x4f61e2?{'type':'format','content':o(_0x13b9ee,'*Set\x20image\x20width:*\x20%0',_0x4f61e2)}:{'type':'format','content':o(_0x13b9ee,'*Reset\x20image\x20width*')};}}});}}class ot extends _0x82b22a{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x4167a5=this['editor']['locale'],_0x159a46=this['editor']['plugins']['get']('TrackChangesEditing');_0x159a46['enableDefaultAttributesIntegration']('replaceImageSource'),_0x159a46['registerBlockAttribute']('src'),_0x159a46['descriptionFactory']['registerDescriptionCallback'](_0x185455=>{if('attribute'!=_0x185455['type'])return;const {data:_0x2043ae}=_0x185455;return _0x2043ae&&'src'==_0x2043ae['key']?_0x2043ae['newValue']&&_0x2043ae['oldValue']?{'type':'format','content':o(_0x4167a5,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x2e59b3=this['editor']['plugins']['get']('TrackChangesEditing');_0x2e59b3['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x2e59b3['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2e59b3['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x2e59b3['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3f12b3=this['editor'],_0x1b7215=_0x3f12b3['locale'];_0x3f12b3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x42fcc0=>{if('formatBlock'!=_0x42fcc0['type']&&'formatInline'!=_0x42fcc0['type'])return;const {data:_0x4fb2be}=_0x42fcc0;if(!_0x4fb2be||'replaceImageSource'!=_0x4fb2be['commandName'])return;return{'type':'format','content':o(_0x1b7215,'*Format:*\x20replace\x20image\x20URL')};});}}class rt extends _0x82b22a{['afterInit'](){const _0x2057fe=this['editor'];if(!_0x2057fe['plugins']['has']('ImageStyleEditing'))return;const _0x28caf6=_0x2057fe['plugins']['get']('TrackChangesEditing'),_0x1a70e7=_0x2057fe['plugins']['get']('ImageUtils'),_0x46be2b={};_0x28caf6['enableCommand']('imageStyle',(_0x52b10e,_0x24d796)=>{const _0x5a1d57=_0x2057fe['plugins']['get']('Users')['me'],_0x816398=_0x2057fe['commands']['get']('imageStyle');let _0x38b0fa=_0x1a70e7['getClosestSelectedImageElement'](_0x2057fe['model']['document']['selection']),_0x314c1a=_0x2057fe['model']['createRangeOn'](_0x38b0fa),_0x253bc9=_0x816398['value'];if(_0x253bc9==_0x24d796['value'])return;const _0x718f70={'commandName':'imageStyle','commandParams':[_0x24d796],'formatGroupId':_0x27c666()};_0x2057fe['model']['change'](()=>{if(_0x28caf6['getSuggestions']()['filter'](_0x3f334a=>_0x3f334a['isInContent']&&_0x5a1d57==_0x3f334a['author']&&('formatBlock'==_0x3f334a['type']||'formatInline'==_0x3f334a['type'])&&('imageStylePreApply'==_0x3f334a['subType']||'imageStylePostApply'==_0x3f334a['subType'])&&_0x3f334a['getFirstRange']()['isEqual'](_0x314c1a))['forEach'](_0x56a0c8=>_0x28caf6['discardSuggestion'](_0x56a0c8['head'])),_0x38b0fa=_0x1a70e7['getClosestSelectedImageElement'](_0x2057fe['model']['document']['selection']),_0x314c1a=_0x2057fe['model']['createRangeOn'](_0x38b0fa),_0x816398['refresh'](),_0x2057fe['commands']['get']('imageTypeInline')['refresh'](),_0x2057fe['commands']['get']('imageTypeBlock')['refresh'](),_0x253bc9=_0x816398['value'],_0x253bc9!=_0x24d796['value'])return _0x1a70e7['isInlineImage'](_0x38b0fa)&&_0x816398['shouldConvertImageType'](_0x24d796['value'],_0x38b0fa)?(_0x52b10e({..._0x24d796,'setImageSizes':!0x1}),_0x38b0fa=_0x1a70e7['getClosestSelectedImageElement'](_0x2057fe['model']['document']['selection']),void _0x28caf6['markBlockFormat'](_0x38b0fa,{..._0x718f70,'commandReversedParams':[{'value':_0x253bc9||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x1a70e7['isBlockImage'](_0x38b0fa)?_0x28caf6['markBlockFormat'](_0x38b0fa,_0x718f70,[],'imageStylePostApply'):_0x28caf6['markInlineFormat'](_0x314c1a,_0x718f70,'imageStylePostApply'));});});for(const _0x54b2ea of _0x2057fe['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x46be2b[_0x54b2ea['name']]=_0x54b2ea['title']['toLowerCase']();_0x28caf6['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x28caf6['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x28caf6['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x28caf6['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x47c42f])=>{_0x1a70e7['setImageNaturalSizeAttributes'](_0x47c42f['getContainedElement']());}),_0x28caf6['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x1270ae,_0x385347)=>{_0x28caf6['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x1270ae,{'commandName':_0x385347['commandName'],'commandParams':_0x385347['commandReversedParams']});}),_0x28caf6['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x6d3cdc,_0x18f8d0){if(_0x44cfb2(_0x6d3cdc,_0x18f8d0))return[_0x6d3cdc,_0x18f8d0];if(_0x44cfb2(_0x18f8d0,_0x6d3cdc))return[_0x18f8d0,_0x6d3cdc];return null;});const _0x1efc41=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x44cfb2(_0x590252,_0x56a66d){const _0x347e96=_0x1efc41['findIndex'](({type:_0x29b418,subType:_0x5933e3})=>_0x590252['type']==_0x29b418&&_0x590252['subType']==_0x5933e3),_0x3fd9a0=_0x1efc41['findIndex'](({type:_0x10eb16,subType:_0x3710fc})=>_0x56a66d['type']==_0x10eb16&&_0x56a66d['subType']==_0x3710fc);if(_0x347e96<0x0||_0x3fd9a0<0x0)return!0x1;const _0x38ecbd=_0x590252['getFirstRange'](),_0x447070=_0x56a66d['getFirstRange']();if((0x0==_0x347e96||0x1==_0x347e96)&&0x2==_0x3fd9a0&&_0x38ecbd['isIntersecting'](_0x447070))return!0x0;if(0x2==_0x347e96&&0x3==_0x3fd9a0){const _0x5378a3=_0x28caf6['_findSuggestions'](_0x38ecbd,'insertion')['filter'](({suggestion:_0x1a6598,meta:_0x149312})=>_0x149312['isOwn']&&'convertInlineImageToBlock'==_0x1a6598['subType']);if(_0x5378a3['length']>0x1&&_0x447070['end']['isEqual'](_0x38ecbd['start']))return!0x0;if(0x1==_0x5378a3['length']&&(_0x38ecbd['start']['isEqual'](_0x447070['end'])||_0x38ecbd['end']['isEqual'](_0x447070['start'])))return!0x0;}if(0x3==_0x347e96&&0x3==_0x3fd9a0&&_0x38ecbd['start']['isBefore'](_0x447070['start'])){const _0x638542=_0x38ecbd['end']['nodeAfter'],_0x185a25=_0x447070['start']['nodeBefore'];return _0x1a70e7['isBlockImage'](_0x638542)&&_0x638542===_0x185a25;}return!0x1;}_0x2057fe['model']['document']['registerPostFixer'](()=>{let _0x531528=!0x1;const _0x51e47f=Array['from'](_0x2057fe['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x351ee9,data:_0x438063}of _0x51e47f){const {group:_0x4a0f3b,type:_0x3540e8,subType:_0x4fadf1,id:_0xe4835f}=_0x28caf6['_splitMarkerName'](_0x351ee9);if('suggestion'==_0x4a0f3b&&_0x28caf6['hasSuggestion'](_0xe4835f)){if('formatBlock'==_0x3540e8&&('imageStylePreApply'==_0x4fadf1||'imageStylePostApply'==_0x4fadf1)){const _0x2e1c8a=_0x28caf6['getSuggestion'](_0xe4835f);if(_0x438063['newRange']){const _0x580003=_0x2e1c8a['getFirstRange']()['getContainedElement']();if(_0x1a70e7['isBlockImage'](_0x580003))continue;_0x28caf6['discardSuggestion'](_0x2e1c8a),_0x531528=!0x0;}}if('insertion'==_0x3540e8&&'imageCaption'==_0x4fadf1&&!_0x438063['newRange']){const _0x29802a=_0x28caf6['getSuggestion'](_0xe4835f);_0x29802a['next']&&_0x29802a['next']['isInContent']&&(_0x28caf6['discardSuggestion'](_0x29802a['next']),_0x531528=!0x0);}}}return _0x531528;}),this['_registerLegacyDescription'](_0x46be2b);}['_registerLegacyDescription'](_0x27cc66){const _0x30a4f2=this['editor'],_0x50a39c=_0x30a4f2['locale'];_0x30a4f2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1077e2=>{if('formatBlock'!=_0x1077e2['type']&&'formatInline'!=_0x1077e2['type'])return;const {data:_0x1a45b1}=_0x1077e2;if(!_0x1a45b1||'imageStyle'!=_0x1a45b1['commandName'])return;const _0x314541=_0x1a45b1['commandParams'][0x0]['value'];return _0x4584c4('side'===_0x314541?o(_0x50a39c,'FORMAT_SIDE_IMAGE'):_0x27cc66[_0x314541]||_0x314541);function _0x4584c4(_0x1f75c3){return{'type':'format','content':o(_0x50a39c,'*Format:*\x20%0',_0x1f75c3)};}});}}class at extends _0x82b22a{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x47d079){super(_0x47d079),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x26cfc7=this['editor'],_0xf64037=_0x26cfc7['commands']['get']('importWord'),_0x5a399b=_0x26cfc7['commands']['get']('trackChanges');_0xf64037&&(_0xf64037['on']('execute',(_0x447459,[,_0x52cd31])=>{this['_trackChangesValueDuringImport']=_0x5a399b['value'],_0x52cd31['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0xf64037,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0xf64037,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x5a399b['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x26cfc7['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x44a3d,_0x24737d){const {suggestions:_0x30f15f}=_0x24737d,_0x3b63df=this['editor']['commands']['get']('trackChanges'),_0x2194a3=_0x3b63df['value'];this['_trackChangesValueDuringImport']!==_0x2194a3&&(_0x3b63df['execute'](),this['_trackChangesExecuted']=!0x0),_0x30f15f&&_0x30f15f['forEach'](({id:_0x3949ab,type:_0x2d4b11,author:_0x537d8a,created_at:_0x15c032})=>{const _0x5207ba={'id':_0x3949ab,'type':_0x2d4b11,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x537d8a,'createdAt':_0x15c032?new Date(_0x15c032):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x5207ba);});}}class ct extends _0x82b22a{['afterInit'](){const _0x100b81=this['editor'],_0x3e5800=_0x100b81['plugins']['get']('TrackChangesEditing');if(_0x100b81['plugins']['has']('IndentEditing')&&(_0x3e5800['enableCommand']('indent'),_0x3e5800['enableCommand']('outdent')),_0x100b81['plugins']['has']('IndentBlock')){for(const _0x51e206 of['indentBlock','outdentBlock'])_0x3e5800['enableDefaultAttributesIntegration'](_0x51e206);}const _0x104b8b=_0x100b81['locale'];_0x3e5800['registerBlockAttribute']('blockIndent'),_0x3e5800['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x104b8b,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4cff6c=this['editor'],_0x53c75e=_0x4cff6c['locale'],_0xf5264=_0x4cff6c['plugins']['get']('TrackChangesEditing');_0xf5264['descriptionFactory']['registerDescriptionCallback'](_0x5db2cb=>{if('formatBlock'!=_0x5db2cb['type'])return;const {data:_0x8df4}=_0x5db2cb;if(!_0x8df4)return;if('indentBlock'!=_0x8df4['commandName']&&'outdentBlock'!=_0x8df4['commandName'])return;const _0x7b1432=_0x5db2cb['getItems']()[0x0],_0x5071d6=_0xf5264['descriptionFactory']['getItemLabel'](_0x7b1432);return'indentBlock'==_0x8df4['commandName']?{'type':'format','content':o(_0x53c75e,'*Indent:*\x20%0',_0x5071d6)}:'outdentBlock'==_0x8df4['commandName']?{'type':'format','content':o(_0x53c75e,'*Outdent:*\x20%0',_0x5071d6)}:void 0x0;});}}class ut extends _0x82b22a{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x82b22a{['afterInit'](){const _0x349506=this['editor'];if(!_0x349506['plugins']['has']('LinkEditing'))return;const _0x2e2a80=_0x349506['plugins']['get']('TrackChangesEditing'),_0x492854=_0x349506['commands']['get']('link');_0x2e2a80['enableDefaultAttributesIntegration']('link'),_0x2e2a80['enableDefaultAttributesIntegration']('unlink'),_0x2e2a80['registerInlineAttribute']('linkHref');for(const _0x139e52 of _0x492854['manualDecorators'])_0x2e2a80['registerInlineAttribute'](_0x139e52['id']),_0x2e2a80['descriptionFactory']['registerAttributeLabel'](_0x139e52['id'],'link\x20('+_0x139e52['label']['toLowerCase']()+')');_0x2e2a80['descriptionFactory']['registerDescriptionCallback'](_0x183d8f=>{if('attribute'!=_0x183d8f['type'])return;const {data:_0x342f71}=_0x183d8f;if(!_0x342f71||'linkHref'!=_0x342f71['key'])return;const _0x1f1104=_0x342f71['newValue'],_0x813f87=_0x349506['locale'];return{'type':'format','content':null==_0x1f1104?o(_0x813f87,'*Remove\x20link*'):o(_0x813f87,'*Set\x20link:*\x20%0','\x22'+_0x1f1104+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1c73c8=this['editor'],_0xdf33ac=_0x1c73c8['locale'];_0x1c73c8['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x11317e=>{if('formatInline'!=_0x11317e['type'])return;const {data:_0x3e3211}=_0x11317e;if(_0x3e3211){if('link'==_0x3e3211['commandName']){const _0x391d83=_0x3e3211['commandParams'][0x0];return{'type':'format','content':o(_0xdf33ac,'*Set\x20link:*\x20%0','\x22'+_0x391d83+'\x22')};}return'unlink'==_0x3e3211['commandName']?{'type':'format','content':o(_0xdf33ac,'*Remove\x20link*')}:void 0x0;}});}}class ft extends _0x82b22a{['afterInit'](){const _0x33b15c=this['editor'],_0x134250=_0x33b15c['locale'];if(!_0x33b15c['plugins']['has']('LegacyListEditing'))return;const _0x456b4f=_0x33b15c['plugins']['get']('TrackChangesEditing'),_0x1a025c=_0x33b15c['plugins']['has']('LegacyTodoListEditing');function _0x2b8392(_0x3a7a3b){return()=>{const _0x121fa9=_0x33b15c['model']['document']['selection'],_0x2dc262=_0x33b15c['commands']['get'](_0x3a7a3b);if(_0x2dc262['value'])return void _0x33b15c['execute']('paragraph',{});const _0x2991fb=_0x3a7a3b['slice'](0x0,-0x4),_0x4f0fe7=function(_0xc048b7,_0x3ab539,_0x50a505){let _0x298dfb=Array['from'](_0xc048b7)['filter'](_0x5ac0ad=>function(_0x193727,_0x516756){return _0x516756['checkChild'](_0x193727['parent'],'listItem')&&!_0x516756['isObject'](_0x193727);}(_0x5ac0ad,_0x50a505));_0x298dfb=_0x298dfb['filter'](_0x2dfbbb=>!_0x2dfbbb['is']('element','listItem')||_0x2dfbbb['getAttribute']('listType')!=_0x3ab539);const _0x56cbd4=new Set();for(const _0x41ceae of _0x298dfb)_0x41ceae['is']('element','listItem')?_0x56cbd4['add'](fe(_0x41ceae)):_0x56cbd4['add'](_0x41ceae);return Array['from'](_0x56cbd4);}(_0x121fa9['getSelectedBlocks'](),_0x2991fb,_0x33b15c['model']['schema']);_0x33b15c['model']['change'](()=>{for(const _0x4aee20 of _0x4f0fe7)_0x456b4f['markBlockFormat'](_0x4aee20,{'commandName':_0x3a7a3b,'commandParams':[{'forceValue':!_0x2dc262['value']}],'formatGroupId':'blockName'},ue(_0x4aee20));});};}function _0x749379(_0x854261){return()=>{const _0x3564a3=function(_0x1fd8af){let _0x5bed42=Array['from'](_0x1fd8af);const _0x487b95=_0x5bed42['findIndex'](_0x1dd963=>'listItem'!=_0x1dd963['name']);return _0x487b95>-0x1&&(_0x5bed42=_0x5bed42['slice'](0x0,_0x487b95)),_0x5bed42;}(_0x33b15c['model']['document']['selection']['getSelectedBlocks']()),_0x3336f2=_0x33b15c['model']['createRange'](_0x33b15c['model']['createPositionAt'](_0x3564a3[0x0],'before'),_0x33b15c['model']['createPositionAt'](_0x3564a3[_0x3564a3['length']-0x1],'end'));_0x33b15c['model']['change'](()=>{_0x456b4f['markBlockFormat'](_0x3336f2,{'commandName':_0x854261,'commandParams':[],'formatGroupId':'listIndent'},function(_0x31e794){const _0x439ff4=new Set();for(const _0x3981 of _0x31e794){let _0x1146b3=_0x3981['nextSibling'];for(;_0x1146b3&&_0x1146b3['getAttribute']('listIndent')>_0x3981['getAttribute']('listIndent');)_0x439ff4['add'](_0x1146b3),_0x1146b3=_0x1146b3['nextSibling'];}return Array['from'](_0x439ff4);}(_0x3564a3));});};}_0x456b4f['enableCommand']('numberedList',_0x2b8392('numberedList')),_0x456b4f['enableCommand']('bulletedList',_0x2b8392('bulletedList')),_0x1a025c&&_0x456b4f['enableCommand']('todoList',_0x2b8392('todoList')),_0x456b4f['enableCommand']('indentList',_0x749379('indentList')),_0x456b4f['enableCommand']('outdentList',_0x749379('outdentList')),_0x1a025c&&_0x456b4f['enableCommand']('checkTodoList',()=>{const _0x273ac7=_0x33b15c['commands']['get']('checkTodoList'),_0x16509a=Array['from'](_0x273ac7['_selectedElements']);_0x16509a['filter'](_0x431ca5=>_0x431ca5['getAttribute']('todoListChecked')!=_0x273ac7['value']),_0x33b15c['model']['change'](()=>{for(const _0x392558 of _0x16509a)_0x456b4f['markBlockFormat'](_0x392558,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x273ac7['value']}]});});}),_0x456b4f['descriptionFactory']['registerElementLabel']('listItem',_0xd90788=>o(_0x134250,'ELEMENT_LIST_ITEM',_0xd90788)),_0x456b4f['descriptionFactory']['registerDescriptionCallback'](_0x2035a6=>{if('formatBlock'!=_0x2035a6['type']&&'formatInline'!=_0x2035a6['type'])return;const {data:_0x5da10a}=_0x2035a6;if(_0x5da10a){if('numberedList'==_0x5da10a['commandName']||'bulletedList'==_0x5da10a['commandName']||'todoList'==_0x5da10a['commandName'])switch(_0x5da10a['commandName']['replace']('List','')){case'bulleted':return _0x325cd8(o(_0x134250,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x325cd8(o(_0x134250,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x325cd8(o(_0x134250,'ELEMENT_TODO_LIST'));}if('indentList'==_0x5da10a['commandName'])return{'type':'format','content':o(_0x134250,'*Indent:*\x20%0',o(_0x134250,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x5da10a['commandName'])return{'type':'format','content':o(_0x134250,'*Outdent:*\x20%0',o(_0x134250,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x5da10a['commandName'])return _0x5da10a['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x134250,'*Check\x20item*')}:{'type':'format','content':o(_0x134250,'*Uncheck\x20item*')};}function _0x325cd8(_0x491f65){return{'type':'format','content':o(_0x134250,'*Change\x20to:*\x20%0',_0x491f65)};}});}}function fe(_0x20bef7){const _0x22c7f4=_0x20bef7['getAttribute']('listIndent');if(0x0==_0x22c7f4)return _0x20bef7;let _0x2b855e=_0x20bef7;for(;_0x20bef7['previousSibling']&&_0x20bef7['previousSibling']['is']('element','listItem');){const _0x25f37b=_0x20bef7['previousSibling']['getAttribute']('listIndent');if(_0x25f37b==_0x22c7f4)_0x2b855e=_0x20bef7['previousSibling'];else{if(_0x25f37b<_0x22c7f4)break;}_0x20bef7=_0x20bef7['previousSibling'];}return _0x2b855e;}function ue(_0x4e66ed){const _0x26cdca=[];if(_0x4e66ed['is']('element','listItem')&&_0x4e66ed['getAttribute']('listIndent')>0x0){let _0x1a5062=_0x4e66ed['nextSibling'];for(;_0x1a5062&&'listItem'==_0x1a5062['name']&&_0x1a5062['getAttribute']('listIndent')==_0x4e66ed['getAttribute']('listIndent');)_0x26cdca['push'](_0x1a5062),_0x1a5062=_0x1a5062['nextSibling'];}return _0x26cdca;}class W extends _0x82b22a{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0xe94e09=this['editor']['config']['get']('list.properties'),_0x3f7f44=this['editor']['plugins']['get']('TrackChangesEditing');_0xe94e09['styles']&&_0x3f7f44['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0xe94e09['reversed']&&_0x3f7f44['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0xe94e09['startIndex']&&_0x3f7f44['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x3f7f44['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x462828,_0x4a657e={}){const _0x31c115=this['editor']['plugins']['get']('TrackChangesEditing'),_0x259777=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x31c115['markMultiRangeBlockFormat'](_0x259777,{'commandName':'listStyle','commandParams':[{'type':_0x4a657e['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x3d6214,_0x16b9ea={}){const _0xce175b=this['editor']['plugins']['get']('TrackChangesEditing'),_0x98dbfe=this['_getSuggestionBlocks'](_0x50b1e0=>_0x50b1e0['is']('element','listItem')&&'numbered'===_0x50b1e0['getAttribute']('listType'));if(_0x98dbfe['length']<0x1)return;const _0x49d128=_0x98dbfe['map'](_0x5b44e6=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x5b44e6,'before'),this['editor']['model']['createPositionAt'](_0x5b44e6,0x0)));this['editor']['model']['change'](()=>{_0xce175b['markMultiRangeBlockFormat'](_0x49d128,{'commandName':'listReversed','commandParams':[{'reversed':_0x16b9ea['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x12af93,_0x1eefa3={}){const _0x4700f4=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2e450c=this['_getSuggestionBlocks'](_0x5d8233=>_0x5d8233['is']('element','listItem')&&'numbered'===_0x5d8233['getAttribute']('listType'));if(_0x2e450c['length']<0x1)return;const _0x5f0de5=_0x2e450c['map'](_0xfb2031=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0xfb2031,'before'),this['editor']['model']['createPositionAt'](_0xfb2031,0x0)));this['editor']['model']['change'](()=>{_0x4700f4['markMultiRangeBlockFormat'](_0x5f0de5,{'commandName':'listStart','commandParams':[{'startIndex':_0x1eefa3['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x4f7d98){if('formatBlock'!=_0x4f7d98['type']&&'formatInline'!=_0x4f7d98['type'])return;const _0x1803b8=this['editor']['locale'],{data:_0x272fa7}=_0x4f7d98;if(!_0x272fa7)return;let _0x3f5e3f,_0x2b2a88;switch(_0x272fa7['commandName']){case'listStyle':_0x3f5e3f='*Change\x20to:*\x20%0',_0x2b2a88={'type':'format','content':o(_0x1803b8,_0x3f5e3f,o(_0x1803b8,this['_getTranslationKeyForListStyle'](_0x272fa7['commandParams'][0x0]['type'])))};break;case'listReversed':_0x3f5e3f=_0x272fa7['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x2b2a88={'type':'format','content':o(_0x1803b8,_0x3f5e3f)};break;case'listStart':_0x3f5e3f='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x2b2a88={'type':'format','content':o(_0x1803b8,_0x3f5e3f,_0x272fa7['commandParams'][0x0]['startIndex'])};}return _0x2b2a88;}['_getSuggestionBlocksForListStyle'](){const _0x14d3d3=this['editor']['plugins']['get']('LegacyListUtils');let _0x3794cc=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x3794cc[0x0]?.['is']('element','listItem')&&_0x3794cc['unshift'](..._0x14d3d3['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x3794cc[_0x3794cc['length']-0x1]?.['is']('element','listItem')&&_0x3794cc['push'](..._0x14d3d3['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x3794cc=[...new Set(_0x3794cc)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x3794cc=_0x3794cc['filter'](_0x3f38cc=>_0x3f38cc['is']('element','listItem'))),_0x3794cc;}['_getSuggestionBlocks'](_0xc1c39d){const _0x3bc672=this['editor']['plugins']['get']('LegacyListUtils');let _0x15f204=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0xc1c39d)['map'](_0x3dd39c=>{const _0x250aff=this['editor']['model']['createPositionAt'](_0x3dd39c,0x0);return[..._0x3bc672['getSiblingNodes'](_0x250aff,'backward'),..._0x3bc672['getSiblingNodes'](_0x250aff,'forward')];})['flat']();return _0x15f204=[...new Set(_0x15f204)],_0x15f204;}['_getTranslationKeyForListStyle'](_0x594d64){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x594d64)||'default')['toUpperCase']()+'_LIST_'+_0x594d64['toUpperCase']()['replace'](/-/g,'_');}}class lt extends _0x82b22a{['afterInit'](){const _0x14481a=this['editor'];if(!_0x14481a['plugins']['has']('MediaEmbedEditing'))return;const _0x2dfebf=_0x14481a['plugins']['get']('TrackChangesEditing'),_0x5803c=_0x14481a['locale'];_0x2dfebf['enableCommand']('mediaEmbed'),_0x2dfebf['descriptionFactory']['registerElementLabel']('media',_0xe9d464=>o(_0x5803c,'ELEMENT_MEDIA',_0xe9d464)),_0x14481a['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x594a15,{writer:_0x229bb5,options:_0x2f5ff0})=>{if(_0x2f5ff0['showSuggestionHighlights'])return _0x229bb5['createEmptyElement']('div');},'converterPriority':'high'}),_0x14481a['data']['downcastDispatcher']['on']('attribute:url:media',(_0x2fab31,_0x41f4c6,_0x39d1a6)=>{_0x39d1a6['options']['showSuggestionHighlights']&&_0x2fab31['stop']();},{'priority':'high'});}}class mt extends _0x82b22a{['afterInit'](){const _0x3d38b0=this['editor'];_0x3d38b0['plugins']['has']('MentionEditing')&&_0x3d38b0['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class dt extends _0x82b22a{['afterInit'](){const _0x4eb8cd=this['editor'];if(!_0x4eb8cd['plugins']['has']('MergeFieldsEditing'))return;_0x4eb8cd['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField'),_0x4eb8cd['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeFieldBlock');const _0x5310ed=_0x4eb8cd['plugins']['get']('TrackChangesEditing'),_0x39dbc4=_0x4eb8cd['locale'];_0x5310ed['descriptionFactory']['registerElementLabel']('mergeField',_0x83dcc5=>o(_0x39dbc4,'ELEMENT_MERGE_FIELD',_0x83dcc5)),_0x5310ed['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x2ea8b0=>o(_0x39dbc4,'ELEMENT_MERGE_FIELD',_0x2ea8b0)),_0x5310ed['descriptionFactory']['registerDescriptionCallback'](_0x6b4f4e=>{if('insertion'!=_0x6b4f4e['type']&&'deletion'!=_0x6b4f4e['type'])return;const _0x2fd164=_0x6b4f4e['getContainedElement']();if(null==_0x2fd164)return;if(!_0x2fd164['is']('element','mergeField')&&!_0x2fd164['is']('element','mergeFieldBlock'))return;const _0x1ee71f=_0x4eb8cd['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x2fd164['getAttribute']('id'));return'insertion'==_0x6b4f4e['type']?{'type':'insertion','content':o(_0x39dbc4,'*Insert:*\x20%0','\x22'+_0x1ee71f+'\x22\x20'+o(_0x39dbc4,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x39dbc4,'*Remove:*\x20%0','\x22'+_0x1ee71f+'\x22\x20'+o(_0x39dbc4,'ELEMENT_MERGE_FIELD'))};});}}class pt extends _0x82b22a{['afterInit'](){const _0x4a15e6=this['editor'],_0x3be381=_0x4a15e6['plugins']['get']('TrackChangesEditing');_0x4a15e6['plugins']['has']('MultiLevelList')&&(_0x3be381['enableDefaultAttributesIntegration']('multiLevelList'),_0x3be381['registerBlockAttribute']('listMarkerStyle'),_0x3be381['descriptionFactory']['registerDescriptionCallback'](_0x2092d1=>this['handleDescriptions'](_0x2092d1)));}['handleDescriptions'](_0x4559da){const _0x1cb6f9=this['editor']['locale'],{data:_0x5993d1}=_0x4559da,_0x342de3={'type':'format','content':''};if(_0x5993d1&&'listMarkerStyle'==_0x5993d1['key']){if(!_0x5993d1['oldValue'])return{'type':'format','content':o(_0x1cb6f9,'*Set\x20format:*\x20%0',o(_0x1cb6f9,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x5993d1['newValue']+')'};if(!_0x5993d1['newValue']){let _0x2ee2ea=_0x4559da['head'];for(;_0x2ee2ea;){if(_0x2ee2ea['data']&&'listType'==_0x2ee2ea['data']['key']&&_0x2ee2ea['data']['newValue'])return _0x342de3;_0x2ee2ea=_0x2ee2ea['next'];}return{'type':'format','content':o(_0x1cb6f9,'*Remove\x20format:*\x20%0',o(_0x1cb6f9,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x5993d1['oldValue']+')'};}}}}class kt extends _0x82b22a{['afterInit'](){const _0x2d71fa=this['editor'];if(!_0x2d71fa['plugins']['has']('PageBreakEditing'))return;_0x2d71fa['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x3a932b=_0x2d71fa['plugins']['get']('TrackChangesEditing'),_0x44ecad=_0x2d71fa['locale'];_0x3a932b['descriptionFactory']['registerElementLabel']('pageBreak',_0x5d4c40=>o(_0x44ecad,'ELEMENT_PAGE_BREAK',_0x5d4c40));}}class bt extends _0x82b22a{['afterInit'](){const _0x4d39d5=this['editor'];if(!_0x4d39d5['plugins']['has']('Paragraph'))return;const _0x4115e1=_0x4d39d5['locale'],_0x5f27e1=_0x4d39d5['plugins']['get']('TrackChangesEditing');_0x5f27e1['descriptionFactory']['registerElementLabel']('paragraph',_0x443c84=>o(_0x4115e1,'ELEMENT_PARAGRAPH',_0x443c84)),_0x5f27e1['enableDefaultAttributesIntegration']('paragraph'),_0x5f27e1['enableCommand']('insertParagraph'),_0x4d39d5['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x4d39d5),{'priority':'highest'}),_0x4d39d5['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x2197d6,_0x380630,_0x3cd303)=>{_0x3cd303['options']['showSuggestionHighlights']&&nr(_0x4d39d5,{'showActiveMarker':!0x1})(_0x2197d6,_0x380630,_0x3cd303);},{'priority':'highest'});const _0x12c0bc=_0x5f27e1['descriptionFactory'];_0x12c0bc['registerDescriptionCallback'](_0x182b07=>{if('insertion'!==_0x182b07['type'])return;const {start:_0x191015,end:_0x1f6c47}=_0x182b07['getFirstRange']();if(!_0x191015['isTouching'](_0x1f6c47)||!_0x191015['nodeAfter'])return;const _0x50262d=_0x4d39d5['model']['schema'],_0x21abb1=_0x191015['nodeAfter'];return _0x50262d['isBlock'](_0x21abb1)&&!_0x50262d['isLimit'](_0x21abb1)&&_0x50262d['checkChild'](_0x21abb1,'$text')?{'type':'insertion','content':o(_0x4115e1,'*Insert:*\x20%0',_0x12c0bc['getItemLabel'](_0x21abb1,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x11777a=this['editor'],_0x14895d=_0x11777a['locale'];_0x11777a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x52bc0c=>{if('formatBlock'!=_0x52bc0c['type'])return;const {data:_0x55b63f}=_0x52bc0c;return _0x55b63f&&'paragraph'==_0x55b63f['commandName']?{'type':'format','content':o(_0x14895d,'*Change\x20to:*\x20%0',o(_0x14895d,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x1f7b25,{showActiveMarker:_0x547cd3=!0x0}={}){return(_0x32eb14,_0x5b566f,_0x5ac560)=>{const _0x1d4fe7=_0x1f7b25['plugins']['get']('TrackChangesEditing'),_0x3515e6=_0x5b566f['markerRange']['start'],_0x493750=_0x5b566f['markerRange']['end'],_0x39f31f=_0x1f7b25['model']['schema'];if(!_0x3515e6['isTouching'](_0x493750)||!_0x3515e6['nodeAfter'])return;const _0xf0b708=_0x3515e6['nodeAfter'];if(_0x39f31f['isBlock'](_0xf0b708)&&!_0x39f31f['isLimit'](_0xf0b708)&&_0x39f31f['checkChild'](_0xf0b708,'$text')){if(!_0x5ac560['consumable']['consume'](_0x5b566f['markerRange'],_0x32eb14['name']))return;const {authorId:_0x4de186}=_0x1d4fe7['_splitMarkerName'](_0x5b566f['markerName']),_0x14a775=_0x5ac560['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x4de186}),_0x65d9ed=_0x5ac560['mapper']['toViewPosition'](_0x493750);_0x547cd3&&_0x1d4fe7['activeMarkers']['includes'](_0x5b566f['markerName'])&&_0x5ac560['writer']['addClass']('ck-suggestion-marker--active',_0x14a775),_0x5ac560['writer']['insert'](_0x65d9ed,_0x14a775),_0x5ac560['mapper']['bindElementToMarker'](_0x14a775,_0x5b566f['markerName']);}};}class wt extends _0x82b22a{['afterInit'](){const _0x421e6d=this['editor'];if(!_0x421e6d['plugins']['has']('RemoveFormatEditing'))return;_0x421e6d['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4b6c2e=this['editor'];_0x4b6c2e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x43f87c=>{if('formatBlock'!=_0x43f87c['type']&&'formatInline'!=_0x43f87c['type'])return;const {data:_0x36c11e}=_0x43f87c;return _0x36c11e&&'removeFormat'==_0x36c11e['commandName']?{'type':'format','content':o(_0x4b6c2e['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class yt extends _0x82b22a{['afterInit'](){const _0x521c49=this['editor'];if(!_0x521c49['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x53c13c=_0x521c49['plugins']['get']('TrackChangesEditing');_0x53c13c['enableCommand']('goToPreviousRestrictedEditingException'),_0x53c13c['enableCommand']('goToNextRestrictedEditingException');const _0x202699=_0x521c49['plugins']['get']('RestrictedEditingModeEditing');_0x202699['enableCommand']('trackChanges'),_0x202699['enableCommand']('acceptSuggestion'),_0x202699['enableCommand']('discardSuggestion'),_0x202699['enableCommand']('acceptAllSuggestions'),_0x202699['enableCommand']('discardAllSuggestions'),_0x202699['enableCommand']('acceptSelectedSuggestions'),_0x202699['enableCommand']('discardSelectedSuggestions');}}class jt extends _0x82b22a{static get['requires'](){return[_0x464641];}['init'](){const _0x5395b5=this['editor'],_0x1e5f66=_0x5395b5['plugins']['get']('TrackChangesEditing');_0x1e5f66['enableCommand']('shiftEnter'),_0x5395b5['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ge(_0x5395b5),{'priority':'high'}),_0x5395b5['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ge(_0x5395b5),{'priority':'high'}),_0x5395b5['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x1ea4ed,_0x54db53,_0x39df7f)=>{_0x39df7f['options']['showSuggestionHighlights']&&ge(_0x5395b5,{'showActiveMarker':!0x1})(_0x1ea4ed,_0x54db53,_0x39df7f);}),_0x1e5f66['descriptionFactory']['registerElementLabel']('softBreak',_0x19e0cf=>o(_0x5395b5['locale'],'ELEMENT_LINE_BREAK',_0x19e0cf));}}function ge(_0x41a713,{showActiveMarker:_0x3a2078=!0x0}={}){return(_0x543062,_0x9fa4d2,_0x253c19)=>{const _0x553762=_0x41a713['plugins']['get']('TrackChangesEditing');if(!_0x253c19['consumable']['test'](_0x9fa4d2['markerRange'],_0x543062['name']))return;const _0x1ecb5a=_0x41a713['model'];for(const _0x33acbc of _0x9fa4d2['markerRange']['getItems']()){if(!_0x33acbc['is']('element','softBreak'))continue;const _0x5b7369='deletion'==_0x9fa4d2['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x2c5730}=_0x553762['_splitMarkerName'](_0x9fa4d2['markerName']),_0x2d46ba=_0x253c19['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x5b7369,'data-author-id':_0x2c5730}),_0x159d6c=_0x253c19['mapper']['toViewPosition'](_0x1ecb5a['createPositionBefore'](_0x33acbc));_0x3a2078&&_0x553762['activeMarkers']['includes'](_0x9fa4d2['markerName'])&&_0x253c19['writer']['addClass']('ck-suggestion-marker--active',_0x2d46ba),_0x253c19['writer']['insert'](_0x159d6c,_0x2d46ba),_0x253c19['mapper']['bindElementToMarker'](_0x2d46ba,_0x9fa4d2['markerName']);}};}class St extends _0x82b22a{['afterInit'](){const _0x5e2528=this['editor'],_0x2a4e00=_0x5e2528['model'],_0x12a946=_0x5e2528['locale'];if(!_0x5e2528['plugins']['has']('StandardEditingModeEditing'))return;const _0x290c2f=_0x5e2528['plugins']['get']('TrackChangesEditing'),_0x24c04c='restrictedEditingException',_0x3b3c76=_0x5e2528['commands']['get'](_0x24c04c);_0x290c2f['enableCommand'](_0x24c04c,(_0x91e17c,_0x5a40aa={})=>{const _0x40ee77=_0x2a4e00['document']['selection'];if(_0x40ee77['isCollapsed'])return void _0x91e17c(_0x5a40aa);const _0xc46bcd=void 0x0!==_0x5a40aa['forceValue']?_0x5a40aa['forceValue']:!_0x3b3c76['value'];_0x2a4e00['change'](()=>{const _0x2cf8a5=Array['from'](_0x40ee77['getRanges']());for(const _0x2fe9ed of _0x2cf8a5){const _0x55ef44=_0xc46bcd?[_0x2fe9ed]:io(_0x24c04c,_0x2fe9ed,_0x2a4e00);for(const _0xa37403 of _0x55ef44)_0x290c2f['markInlineFormat'](_0xa37403,{'commandName':_0x24c04c,'commandParams':[{'forceValue':_0xc46bcd}]});}});}),_0x290c2f['descriptionFactory']['registerDescriptionCallback'](_0x3b6c84=>{if('formatBlock'!=_0x3b6c84['type']&&'formatInline'!=_0x3b6c84['type'])return;const {data:_0x1c72af}=_0x3b6c84;return _0x1c72af&&_0x1c72af['commandName']==_0x24c04c?_0x1c72af['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x12a946,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x12a946,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class At extends _0x82b22a{['afterInit'](){const _0x15d95c=this['editor'];if(!_0x15d95c['plugins']['has']('Style')||!_0x15d95c['plugins']['has']('DataSchema'))return;const _0x2c52b0=_0x15d95c['plugins']['get']('TrackChangesEditing'),_0x1ee89c=_0x15d95c['locale'],_0x43e947=_0x15d95c['config']['get']('style')||{},_0x2cfb4f=_0x15d95c['plugins']['get']('GeneralHtmlSupport'),_0x134507=_0x15d95c['plugins']['get']('StyleUtils')['normalizeConfig'](_0x15d95c['plugins']['get']('DataSchema'),_0x43e947['definitions']);_0x2c52b0['enableDefaultAttributesIntegration']('style');const _0x49431a=new Set();for(const _0x393937 of _0x134507['block']){const _0x26bc61=_0x2cfb4f['getGhsAttributeNameForElement'](_0x393937['element']);_0x49431a['add'](_0x26bc61);}const _0x163690=new Set();for(const _0x3f1ad3 of _0x134507['inline']){const _0x18d806=_0x2cfb4f['getGhsAttributeNameForElement'](_0x3f1ad3['element']);_0x163690['add'](_0x18d806);for(const _0x2b2886 of _0x3f1ad3['ghsAttributes'])_0x163690['add'](_0x2b2886);}for(const _0x2d5139 of _0x49431a)_0x2c52b0['registerBlockAttribute'](_0x2d5139),_0x2c52b0['descriptionFactory']['registerAttributeLabel'](_0x2d5139,o(_0x1ee89c,'FORMAT_STYLE'));for(const _0x5bccde of _0x163690)_0x2c52b0['registerInlineAttribute'](_0x5bccde),_0x2c52b0['descriptionFactory']['registerAttributeLabel'](_0x5bccde,o(_0x1ee89c,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x225023=this['editor'],_0x1b7fcc=_0x225023['locale'];_0x225023['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x20eafa=>{if('formatBlock'!=_0x20eafa['type']&&'formatInline'!=_0x20eafa['type'])return;const {data:_0x24aa12}=_0x20eafa;return _0x24aa12&&'style'===_0x24aa12['commandName']?_0x24aa12['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1b7fcc,'*Set\x20format:*\x20%0',_0x24aa12['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x1b7fcc,'*Remove\x20format:*\x20%0',_0x24aa12['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class It extends _0x82b22a{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x2be093){super(_0x2be093),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x1d496f=this['editor'],_0x44080b=_0x1d496f['model']['document']['selection'];if(!_0x1d496f['plugins']['has']('TableEditing'))return;const _0x53d7fa=_0x1d496f['locale'],_0xaad34a=_0x1d496f['plugins']['get']('TrackChangesEditing'),_0x3dcd53=_0x1d496f['plugins']['get']('TableUtils');_0xaad34a['descriptionFactory']['registerElementLabel']('table',_0x264628=>o(_0x53d7fa,'ELEMENT_TABLE',_0x264628)),this['_setupColumnsRowsFixing'](),_0xaad34a['enableCommand']('insertTable'),_0xaad34a['enableCommand']('selectTableRow'),_0xaad34a['enableCommand']('selectTableColumn');for(const _0x27d61e of['insertTableRowAbove','insertTableRowBelow']){const _0x160319=_0x1d496f['commands']['get'](_0x27d61e);_0xaad34a['enableCommand'](_0x27d61e,_0x39319f=>{_0x1d496f['model']['change'](_0x25ae8a=>{_0x39319f();const _0x23bffe='above'===_0x160319['order'],_0x52e3cf=_0x3dcd53['getSelectionAffectedTableCells'](_0x44080b),_0x4a1535=_0x3dcd53['getRowIndexes'](_0x52e3cf),_0x1fcf96=_0x23bffe?_0x4a1535['first']-0x1:_0x4a1535['last']+0x1,_0x43d939=_0x52e3cf[0x0]['findAncestor']('table'),_0x237f94=_0x3dcd53['createTableWalker'](_0x43d939,{'startRow':_0x1fcf96,'endRow':_0x1fcf96}),_0x5639cc=Array['from'](_0x237f94)['map'](_0x53a243=>_0x25ae8a['createRangeOn'](_0x53a243['cell']));_0xaad34a['markMultiRangeInsertion'](_0x5639cc,'tableRow');});});}for(const _0x1b7016 of['insertTableColumnLeft','insertTableColumnRight']){const _0x4eebc6=_0x1d496f['commands']['get'](_0x1b7016);_0xaad34a['enableCommand'](_0x1b7016,_0x5022e8=>{_0x1d496f['model']['change'](_0x5b9f19=>{_0x5022e8();const _0x234970='left'===_0x4eebc6['order'],_0x504b3b=_0x3dcd53['getSelectionAffectedTableCells'](_0x44080b),_0x480989=_0x3dcd53['getColumnIndexes'](_0x504b3b),_0x2f02ef=_0x234970?_0x480989['first']-0x1:_0x480989['last']+0x1,_0x4867fd=_0x504b3b[0x0]['findAncestor']('table'),_0x2ccc2a=_0x3dcd53['createTableWalker'](_0x4867fd,{'startRow':0x0,'column':_0x2f02ef,'includeAllSlots':!0x1}),_0x321f5d=Array['from'](_0x2ccc2a)['map'](_0x24c60a=>_0x5b9f19['createRangeOn'](_0x24c60a['cell']));_0xaad34a['markMultiRangeInsertion'](_0x321f5d,'tableColumn');});});}for(const _0x133916 of['removeTableRow','removeTableColumn']){const _0x48d80f=_0x133916['substr'](0xb),_0x9146b9=_0x48d80f['toLowerCase'](),_0x5db043=_0x9146b9['substr'](0x0,0x3)+'span',_0x4f8054='table'+_0x48d80f,_0x4c8473='min'+_0x48d80f,_0x533593='max'+_0x48d80f;_0xaad34a['enableCommand'](_0x133916,()=>{_0x1d496f['model']['change'](_0x3d3c00=>{const _0x916247=_0x3dcd53['getSelectionAffectedTableCells'](_0x44080b),_0xe01ec3=_0x916247[0x0]['findAncestor']('table');let _0x165583;if('removeTableRow'==_0x133916){const _0x55f06b=_0x3dcd53['getRowIndexes'](_0x916247);_0x165583={'startRow':_0x55f06b['first'],'endRow':_0x55f06b['last'],'includeAllSlots':!0x0};}else{const _0x133212=_0x3dcd53['getColumnIndexes'](_0x916247);_0x165583={'startColumn':_0x133212['first'],'endColumn':_0x133212['last'],'includeAllSlots':!0x0};}const _0x50c880=_0x3dcd53['createTableWalker'](_0xe01ec3,_0x165583),_0x72e117=Array['from'](_0x50c880)['map'](({cell:_0x2b91ee})=>_0x2b91ee),_0x46d744=be(_0x72e117['filter'](_0x55e7c4=>_0x55e7c4['hasAttribute'](_0x5db043))),_0x5143ec=be(_0x72e117['filter'](_0x582f12=>!_0x582f12['hasAttribute'](_0x5db043)))['map'](_0x333695=>_0x3d3c00['createRangeOn'](_0x333695)),_0x5cecc0=_0xaad34a['markMultiRangeDeletion'](_0x5143ec,_0x4f8054);if(_0x5cecc0&&('tableRow'==_0x5cecc0['subType']||'tableColumn'==_0x5cecc0['subType'])){const _0x24c7f8=this['_getSuggestionCoords'](_0x5cecc0);for(const _0x3cb89a of _0x46d744){const _0x7690fc=_0x3d3c00['createRangeOn'](_0x3cb89a),_0x14725a=_0x3dcd53['getCellLocation'](_0x3cb89a),_0x12445a=_0x3cb89a['getAttribute'](_0x5db043)-0x1,_0x2b385f=_0x24c7f8[_0x4c8473],_0x5b9a93=_0x24c7f8[_0x533593];_0x2b385f<=_0x14725a[_0x9146b9]&&_0x14725a[_0x9146b9]+_0x12445a<=_0x5b9a93&&_0x5cecc0['addRange'](_0x7690fc);}}});});}function _0x4cea44(_0x435a46){const _0x579833=Array['from'](_0x44080b['getRanges']())['map'](_0x1af720=>_0xb1b223['fromRange'](_0x1af720));_0x1d496f['model']['change'](_0x41bb86=>{const _0x3b49e6=_0x41bb86['batch'];_0x435a46=_0x435a46['filter'](_0x4a25ab=>'$graveyard'!=_0x4a25ab['root']['rootName']),_0x41bb86['setSelection'](_0x435a46),_0x1d496f['commands']['get']('removeTableRow')['refresh'](),_0x1d496f['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x1d496f['model']['enqueueChange'](()=>{_0x1d496f['model']['enqueueChange'](_0x3b49e6,_0x2aaf6e=>{const _0x533d92=_0x579833['filter'](_0x262166=>'$graveyard'!=_0x262166['root']['rootName']);_0x533d92['length']>0x0&&_0x2aaf6e['setSelection'](_0x533d92);for(const _0x31694b of _0x579833)_0x31694b['detach']();});});});}function _0x13bd5c(_0x55c893){_0x1d496f['model']['change'](_0x12553c=>{const _0x14d881=Array['from'](_0x44080b['getRanges']())['map'](_0x550761=>_0xb1b223['fromRange'](_0x550761)),_0x21b69e=[];for(const _0x1c7331 of _0x55c893)for(const _0x29cb73 of _0x1c7331['getItems']({'shallow':!0x0}))_0x21b69e['push'](_0x29cb73);for(const _0x1b47e3 of _0x21b69e)'$graveyard'!=_0x1b47e3['root']['rootName']&&(_0x12553c['setSelection'](_0x12553c['createPositionAt'](_0x1b47e3,0x0)),_0x1d496f['commands']['get']('removeTableColumn')['refresh'](),_0x1d496f['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x2f74ea=_0x14d881['filter'](_0x527380=>'$graveyard'!=_0x527380['root']['rootName']);_0x2f74ea['length']>0x0&&_0x12553c['setSelection'](_0x2f74ea);for(const _0x30a8b3 of _0x14d881)_0x30a8b3['detach']();});}function _0x5419b7(_0x10924c,_0x3d171b){return _0x3d171b['every'](_0xa34db5=>_0x10924c['some'](_0x61c228=>_0x61c228['end']['isEqual'](_0xa34db5['start'])||_0xa34db5['end']['isEqual'](_0x61c228['start'])));}function _0x8cb826(_0x7becb,_0x3632ac){return!_0x7becb['some'](_0x223961=>_0x3632ac['some'](_0x1a209c=>_0x223961['isIntersecting'](_0x1a209c)))&&_0x7becb['some'](_0x444f04=>_0x3632ac['some'](_0x5ae149=>_0x444f04['end']['isTouching'](_0x5ae149['start'])));}_0x1d496f['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0xd9c091,_0x2d7960,_0x156514)=>{if(!_0x156514['options']['showSuggestionHighlights'])return;const _0x457bb7=_0x2d7960['item'];if(!_0x457bb7)return;const _0x4e40ed=_0x156514['mapper']['toViewElement'](_0x457bb7);function _0x345b0e(_0x1956a9){return Array['isArray'](_0x1956a9)?_0x1956a9:[_0x1956a9];}_0x4e40ed&&'tableCell'===_0x457bb7['name']&&_0x1b99eb(_0x4e40ed,_0x156514['writer'],(_0x41b108,_0x169c93,_0x499425)=>_0x499425['addClass'](_0x345b0e(_0x169c93['classes']),_0x41b108),(_0x37dc39,_0x2cc82e,_0x23b666)=>_0x23b666['removeClass'](_0x345b0e(_0x2cc82e['classes']),_0x37dc39));},{'priority':'highest'}),_0xaad34a['descriptionFactory']['registerDescriptionCallback'](_0x2bf9ff=>{if('insertion'!=_0x2bf9ff['type']&&'deletion'!=_0x2bf9ff['type'])return;const _0x26cf8a=_0x2bf9ff['getContainedElement']();if(null!=_0x26cf8a&&_0x26cf8a['is']('element','table')){if('insertion'==_0x2bf9ff['type']){const _0x2cec51=_0x2bf9ff['getItems']()['filter'](_0x2457aa=>_0x2457aa['is']('$textProxy'))['map'](_0x287279=>_0x287279['data']);if(_0x2cec51['length'])return{'type':'insertion','content':o(_0x53d7fa,'*Insert:*\x20%0',o(_0x53d7fa,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x2cec51['join']('\x20')+'\x22'))};}if('deletion'==_0x2bf9ff['type']){const _0x4d2892=_0x2bf9ff['getItems']()['filter'](_0x3cf3dd=>_0x3cf3dd['is']('$textProxy'))['map'](_0x28c351=>_0x28c351['data']);if(_0x4d2892['length'])return{'type':'deletion','content':o(_0x53d7fa,'*Remove:*\x20%0',o(_0x53d7fa,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x4d2892['join']('\x20')+'\x22'))};}}}),_0xaad34a['descriptionFactory']['registerDescriptionCallback'](_0x3d6d11=>{if('tableRow'==_0x3d6d11['subType']){const _0x1636dd=_0x3d6d11['getItems']()['filter'](_0x5bc73b=>_0x5bc73b['is']('$textProxy'))['map'](_0x21f8ac=>_0x21f8ac['data']),_0x44ee0c=this['_getSuggestionCoords'](_0x3d6d11),_0x5bb648=_0x44ee0c['maxRow']-_0x44ee0c['minRow']+0x1;if('insertion'==_0x3d6d11['type'])return _0x1636dd['length']?{'type':'insertion','content':o(_0x53d7fa,'*Insert:*\x20%0',o(_0x53d7fa,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x5bb648,'\x22'+_0x1636dd['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x53d7fa,'*Insert:*\x20%0',o(_0x53d7fa,'ELEMENT_TABLE_ROW',_0x5bb648))};if('deletion'==_0x3d6d11['type'])return _0x1636dd['length']?{'type':'deletion','content':o(_0x53d7fa,'*Remove:*\x20%0',o(_0x53d7fa,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x5bb648,'\x22'+_0x1636dd['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x53d7fa,'*Remove:*\x20%0',o(_0x53d7fa,'ELEMENT_TABLE_ROW',_0x5bb648))};}if('tableColumn'==_0x3d6d11['subType']){const _0x56d2fd=_0x3d6d11['getItems']()['filter'](_0x337055=>_0x337055['is']('$textProxy'))['map'](_0xcf4ccd=>_0xcf4ccd['data']),_0x4dd3ac=this['_getSuggestionCoords'](_0x3d6d11),_0x3b8d76=_0x4dd3ac['maxColumn']-_0x4dd3ac['minColumn']+0x1;if('insertion'==_0x3d6d11['type'])return _0x56d2fd['length']?{'type':'insertion','content':o(_0x53d7fa,'*Insert:*\x20%0',o(_0x53d7fa,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x3b8d76,'\x22'+_0x56d2fd['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x53d7fa,'*Insert:*\x20%0',o(_0x53d7fa,'ELEMENT_TABLE_COLUMN',_0x3b8d76))};if('deletion'==_0x3d6d11['type'])return _0x56d2fd['length']?{'type':'deletion','content':o(_0x53d7fa,'*Remove:*\x20%0',o(_0x53d7fa,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x3b8d76,'\x22'+_0x56d2fd['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x53d7fa,'*Remove:*\x20%0',o(_0x53d7fa,'ELEMENT_TABLE_COLUMN',_0x3b8d76))};}}),_0xaad34a['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x4cea44),_0xaad34a['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x4cea44),_0xaad34a['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x13bd5c),_0xaad34a['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x13bd5c),_0xaad34a['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x5419b7),_0xaad34a['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x5419b7),_0xaad34a['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x8cb826),_0xaad34a['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x8cb826);}['_acceptFormatSuggestionCallbackFactory'](){const _0x308766=this['editor'],_0x4d2066=_0x308766['model']['document']['selection'];return(_0x509992,_0x1b34ba)=>{_0x308766['model']['change'](_0x23068d=>{const {commandName:_0x198ac3,commandParams:_0x187874}=_0x1b34ba;let _0x29dbda=_0x509992[0x0]['end']['nodeBefore'];_0x187874&&_0x187874[0x0]&&!0x1===_0x187874[0x0]['forceValue']&&(_0x29dbda=_0x509992[0x0]['start']['nodeAfter']);const _0x1f737c=_0x23068d['createRangeIn'](_0x29dbda);if('$graveyard'==_0x1f737c['root']['rootName'])return;const _0x24ca69=Array['from'](_0x4d2066['getRanges']())['map'](_0x442d34=>_0xb1b223['fromRange'](_0x442d34));_0x23068d['setSelection'](_0x1f737c),_0x308766['commands']['get'](_0x198ac3)['refresh'](),_0x187874['push']({'forceDefaultExecution':!0x0}),_0x308766['execute'](_0x198ac3,..._0x187874);const _0x38ab5b=_0x24ca69['filter'](_0x1f8e8a=>'$graveyard'!=_0x1f8e8a['root']['rootName']);_0x38ab5b['length']>0x0&&_0x23068d['setSelection'](_0x38ab5b);for(const _0x1ff841 of _0x24ca69)_0x1ff841['detach']();});};}['_getCoordsForCells'](_0x5dd42a){const _0x5b9f02=this['editor']['plugins']['get']('TableUtils');let _0x165291=Number['MAX_SAFE_INTEGER'],_0x172156=Number['MIN_SAFE_INTEGER'],_0x36957a=Number['MAX_SAFE_INTEGER'],_0x32791b=Number['MIN_SAFE_INTEGER'];for(const _0x2d6bdb of _0x5dd42a){if('$graveyard'==_0x2d6bdb['root']['rootName'])continue;const {row:_0x6a8e23,column:_0x14de7b}=_0x5b9f02['getCellLocation'](_0x2d6bdb),_0x473fda=_0x2d6bdb['hasAttribute']('rowspan')?_0x2d6bdb['getAttribute']('rowspan')-0x1:0x0,_0x5592fc=_0x2d6bdb['hasAttribute']('colspan')?_0x2d6bdb['getAttribute']('colspan')-0x1:0x0;_0x165291=_0x6a8e23<_0x165291?_0x6a8e23:_0x165291,_0x172156=_0x6a8e23+_0x473fda>_0x172156?_0x6a8e23+_0x473fda:_0x172156,_0x36957a=_0x14de7b<_0x36957a?_0x14de7b:_0x36957a,_0x32791b=_0x14de7b+_0x5592fc>_0x32791b?_0x14de7b+_0x5592fc:_0x32791b;}return{'minRow':_0x165291,'maxRow':_0x172156,'minColumn':_0x36957a,'maxColumn':_0x32791b};}['_setupColumnsRowsFixing'](){const _0x1a2745=this['editor'],_0x2a6629=_0x1a2745['plugins']['get']('TrackChangesEditing'),_0x1a17f9=_0x1a2745['plugins']['get']('TableUtils');_0x1a2745['model']['document']['on']('change:data',()=>{const _0x4f76aa=Array['from'](_0x1a2745['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x87a531,data:_0x106695}of _0x4f76aa){const {group:_0x1fac20,id:_0x1c5fec,subType:_0x44d326}=_0x2a6629['_splitMarkerName'](_0x87a531);if('suggestion'!=_0x1fac20)continue;if(null!=_0x106695['oldRange'])continue;const _0x290e51=_0x2a6629['getSuggestion'](_0x1c5fec);this['_tablePostFixingSubtypes']['includes'](_0x44d326)&&this['_tableSuggestions']['add'](_0x290e51);}},{'priority':'low'});const _0x1f8ebe=(_0x14f666,_0x2e5481)=>{let _0x89f460=!0x1;const _0x5e8c35=_0x2e5481['createRangeOn'](_0x14f666),_0x2e5404=_0x14f666['findAncestor']('table'),_0x21db9b=_0x1a17f9['getCellLocation'](_0x14f666);for(const _0x5e0b60 of this['_tableSuggestions']){const _0x5b9ae0=_0x5e0b60['subType'],_0x4ef04a=_0x5b9ae0['startsWith']('tablePaste'),_0x7bb811=_0x5b9ae0['substr'](_0x4ef04a?0xa:0x5),_0x39460f=_0x7bb811['toLowerCase'](),_0x53e77c=_0x39460f['substr'](0x0,0x3)+'span',_0x5b9e25='min'+_0x7bb811,_0x288a09='max'+_0x7bb811;if(!_0x5e0b60['isInContent'])continue;if(_0x2e5404!=_0x5e0b60['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x5e0b60['isIntersectingWithRange'](_0x5e8c35))continue;const _0x3f6bc7=_0x14f666['hasAttribute'](_0x53e77c)?_0x14f666['getAttribute'](_0x53e77c)-0x1:0x0,_0x37edf7=this['_getSuggestionCoords'](_0x5e0b60),_0x5658e7=_0x37edf7[_0x5b9e25],_0x4004ee=_0x37edf7[_0x288a09];_0x5658e7<=_0x21db9b[_0x39460f]&&_0x21db9b[_0x39460f]+_0x3f6bc7<=_0x4004ee&&(_0x5e0b60['addRange'](_0x5e8c35),_0x89f460=!0x0);}return _0x89f460;};_0x1a2745['model']['document']['registerPostFixer'](_0x3a9585=>{let _0x431f28=!0x1;for(const _0x55a846 of _0x1a2745['model']['document']['differ']['getChanges']())if('insert'==_0x55a846['type']){if('tableRow'==_0x55a846['name']){for(const _0x26e24f of _0x55a846['position']['nodeAfter']['getChildren']())_0x431f28=_0x431f28||_0x1f8ebe(_0x26e24f,_0x3a9585);}else'tableCell'==_0x55a846['name']&&(_0x431f28=_0x431f28||_0x1f8ebe(_0x55a846['position']['nodeAfter'],_0x3a9585));}return _0x431f28;});}['_getSuggestionCoords'](_0x60c702){return this['_getCoordsForCells'](_0x60c702['getRanges']()['map'](_0x5c8c68=>_0x5c8c68['start']['nodeAfter']));}}function be(_0x43c731){return Array['from'](new Set(_0x43c731)['values']());}class vt extends _0x82b22a{static get['requires'](){return[It];}['afterInit'](){const _0x17bdcf=this['editor'],_0xab87df=_0x17bdcf['model']['document']['selection'],_0x44c73c=_0x17bdcf['locale'];if(!_0x17bdcf['plugins']['has']('TableEditing'))return;const _0x506d13=_0x17bdcf['plugins']['get']('TrackChangesEditing'),_0x41b93d=_0x17bdcf['plugins']['get']('TableUtils'),_0x335b18=_0x17bdcf['plugins']['get'](It);_0x335b18['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x506d13['enableCommand']('mergeTableCells',()=>{const _0x3fa795=_0x41b93d['getSelectionAffectedTableCells'](_0x17bdcf['model']['document']['selection']);_0x17bdcf['model']['change'](()=>{_0x506d13['markMultiRangeBlockFormat'](_0x3fa795,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x17bdcf['commands']['get']('mergeTableCells')['on']('execute',(_0x177fad,_0x46fdaa)=>{_0x17bdcf['commands']['get']('trackChanges')['value']&&(_0x46fdaa['length']>0x0&&_0x46fdaa[_0x46fdaa['length']-0x1]&&_0x46fdaa[_0x46fdaa['length']-0x1]['forceDefaultExecution']||_0x506d13['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x177fad['stop']());},{'priority':'highest'});for(const _0x383e51 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x44d88f=_0x17bdcf['commands']['get'](_0x383e51);_0x506d13['enableCommand'](_0x383e51,()=>{const _0x3bd695=_0x17bdcf['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x5c985d=>_0x5c985d['is']('element','tableCell')),_0x14d7ca=_0x44d88f['value'];_0x17bdcf['model']['change'](()=>{_0x506d13['markMultiRangeBlockFormat']([_0x3bd695,_0x14d7ca],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x362b1b of['splitTableCellVertically','splitTableCellHorizontally']){const _0x4dbd05=_0x17bdcf['commands']['get'](_0x362b1b);_0x506d13['enableCommand'](_0x362b1b,()=>{const _0x22bfd6=_0x41b93d['getSelectionAffectedTableCells'](_0x17bdcf['model']['document']['selection'])[0x0],_0x392bc7=_0x22bfd6['findAncestor']('table'),{column:_0x3ce7aa,row:_0x55ddc1}=_0x41b93d['getCellLocation'](_0x22bfd6);let _0x43cc0b=[];if('horizontally'==_0x4dbd05['direction']){const _0x221659=_0x41b93d['createTableWalker'](_0x392bc7,{'startRow':_0x55ddc1,'endRow':_0x55ddc1,'includeAllSlots':!0x0});_0x43cc0b=Array['from'](_0x221659)['map'](_0x1a8599=>_0x1a8599['cell']);}else{const _0x156a72=_0x41b93d['createTableWalker'](_0x392bc7,{'column':_0x3ce7aa,'includeAllSlots':!0x0});_0x43cc0b=Array['from'](_0x156a72)['map'](_0x560089=>_0x560089['cell']);}_0x17bdcf['model']['change'](_0x319456=>{_0x506d13['markBlockFormat'](_0x319456['createRangeOn'](_0x22bfd6),{'commandName':_0x362b1b,'commandParams':[]},_0x43cc0b,_0x362b1b);});});}_0x506d13['descriptionFactory']['registerDescriptionCallback'](_0x56a800=>{if('formatBlock'!=_0x56a800['type']&&'formatInline'!=_0x56a800['type'])return;const {data:_0x539bf2}=_0x56a800;return _0x539bf2&&'mergeTableCells'==_0x539bf2['commandName']?{'type':'format','content':o(_0x44c73c,'*Merge\x20cells*')}:void 0x0;}),_0x506d13['descriptionFactory']['registerDescriptionCallback'](_0x5ebf79=>{if('formatBlock'!=_0x5ebf79['type']&&'formatInline'!=_0x5ebf79['type'])return;const {data:_0x1aede8}=_0x5ebf79;return _0x1aede8?'splitTableCellVertically'==_0x1aede8['commandName']?{'type':'format','content':o(_0x44c73c,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x1aede8['commandName']?{'type':'format','content':o(_0x44c73c,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x1ecf5a=_0x335b18['_acceptFormatSuggestionCallbackFactory']();for(const _0x142d79 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x506d13['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x142d79,'accept',_0x1ecf5a);for(const _0x1ff4a1 of['splitTableCellVertically','splitTableCellHorizontally'])_0x506d13['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1ff4a1,'accept',_0x1ecf5a);_0x506d13['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x3feb1e=>{_0x17bdcf['model']['change'](_0xfb8c69=>{const _0x530bb6=Array['from'](_0xab87df['getRanges']())['map'](_0x43d1e2=>_0xb1b223['fromRange'](_0x43d1e2));_0xfb8c69['setSelection'](_0x3feb1e),_0x17bdcf['commands']['get']('mergeTableCells')['refresh'](),_0x17bdcf['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x3b9d15=_0x530bb6['filter'](_0x3766cb=>'$graveyard'!=_0x3766cb['root']['rootName']);_0x3b9d15['length']>0x0&&_0xfb8c69['setSelection'](_0x3b9d15);for(const _0x522e14 of _0x530bb6)_0x522e14['detach']();});});for(const _0x290080 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x5e31c5=_0x17bdcf['commands']['get'](_0x290080);_0x5e31c5['on']('set:isEnabled',(_0x4d60ae,_0x2b32d6,_0x2b333c)=>{if(_0x2b333c){const _0x353e78=_0x17bdcf['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x42d04a=>_0x42d04a['is']('element','tableCell'));this['_areMergableCells'](_0x5e31c5['value'],_0x353e78)||(_0x4d60ae['return']=!0x1,_0x4d60ae['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x1cc5ee=this['editor']['commands']['get']('mergeTableCells'),_0x16a7ca=this['editor']['plugins']['get']('TableUtils');if(!_0x1cc5ee['isEnabled'])return!0x1;const _0x535e9b=_0x16a7ca['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x249d0e of _0x535e9b)for(const _0x1e0490 of _0x535e9b)if(_0x249d0e!=_0x1e0490&&!this['_areMergableCells'](_0x249d0e,_0x1e0490))return!0x1;return!0x0;}['_areMergableCells'](_0x5da280,_0x4cad48){const _0x5573e6=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4fa271=this['editor']['model']['createRangeOn'](_0x5da280),_0x42e20b=this['editor']['model']['createRangeOn'](_0x4cad48),_0x568957=new Set(),_0xb8cf2b=new Set();for(const _0x13b2c8 of _0x5573e6['getSuggestions']())if(('insertion'==_0x13b2c8['type']||'deletion'==_0x13b2c8['type']||'mergeTableCells'==_0x13b2c8['subType'])&&_0x13b2c8['isInContent']){for(const _0x47e92d of _0x13b2c8['getRanges']())_0x47e92d['containsRange'](_0x4fa271,!0x0)&&_0x568957['add'](_0x13b2c8['type']+':'+_0x13b2c8['author']['id']),_0x47e92d['containsRange'](_0x42e20b,!0x0)&&_0xb8cf2b['add'](_0x13b2c8['type']+':'+_0x13b2c8['author']['id']);}if(_0x568957['size']!=_0xb8cf2b['size'])return!0x1;for(const _0x3a2ba6 of _0x568957)if(!_0xb8cf2b['has'](_0x3a2ba6))return!0x1;return!0x0;}}class Ct extends _0x82b22a{static get['requires'](){return[It];}['afterInit'](){const _0x5f5622=this['editor'];if(!_0x5f5622['plugins']['has']('TableEditing'))return;const _0x160829=_0x5f5622['locale'],_0x58e54d=_0x5f5622['plugins']['get']('TrackChangesEditing');_0x58e54d['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x58e54d['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x58e54d['registerBlockAttribute']('headingRows'),_0x58e54d['registerBlockAttribute']('headingColumns'),_0x58e54d['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x160829,'FORMAT_HEADER_ROW')),_0x58e54d['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x160829,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x161a4d=this['editor']['plugins']['get']('TrackChangesEditing'),_0x41eb7e=this['editor']['plugins']['get']('TableUtils'),_0x296412=this['editor']['plugins']['get'](It)['_acceptFormatSuggestionCallbackFactory']();function _0x45b15e({showActiveMarker:_0x51cc88=!0x0,setDataAttribute:_0x276b9c=!0x0}={}){return(_0x213ccf,_0x32acc4,_0x2e9f46)=>{const {type:_0x2ca36f,id:_0x152e82}=_0x161a4d['_splitMarkerName'](_0x32acc4['markerName']),_0x341dcd=_0x161a4d['getSuggestion'](_0x152e82),_0x5c1918=_0x341dcd['data'];if('formatBlock'!=_0x341dcd['type']||!_0x5c1918||'setTableColumnHeader'!=_0x5c1918['commandName'])return;if(_0x32acc4['item'])return void _0x213ccf['stop']();if(!_0x2e9f46['consumable']['consume'](_0x32acc4['markerRange'],_0x213ccf['name']))return;const _0x103b7e=_0x32acc4['markerRange']['start']['nodeAfter'],_0x524be1=_0x32acc4['markerRange']['end']['nodeBefore'],_0x9d1a83=_0x103b7e['parent']['parent'],{column:_0x56d399}=_0x41eb7e['getCellLocation'](_0x103b7e),{column:_0x132e26}=_0x41eb7e['getCellLocation'](_0x524be1);for(let _0x54a18c=_0x56d399;_0x54a18c<=_0x132e26;_0x54a18c++){const _0x15d826=_0x41eb7e['createTableWalker'](_0x9d1a83,{'column':_0x54a18c,'includeAllSlots':!0x1});for(const _0x3f9ada of _0x15d826){const _0x4b48cf=_0x3f9ada['cell'],_0x36ae0b=_0x2e9f46['mapper']['toViewElement'](_0x4b48cf);_0x2e9f46['writer']['addClass']('ck-suggestion-marker-'+_0x2ca36f,_0x36ae0b),_0x276b9c&&_0x2e9f46['writer']['setAttribute']('data-suggestion',_0x152e82,_0x36ae0b),_0x2e9f46['mapper']['bindElementToMarker'](_0x36ae0b,_0x32acc4['markerName']),_0x51cc88&&(_0x161a4d['activeMarkers']['includes'](_0x32acc4['markerName'])?_0x2e9f46['writer']['addClass']('ck-suggestion-marker--active',_0x36ae0b):_0x2e9f46['writer']['removeClass']('ck-suggestion-marker--active',_0x36ae0b));}}};}_0x161a4d['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x296412),_0x161a4d['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x296412),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x45b15e(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x3f7cb8,_0x44ec94,_0x33aa5b)=>{_0x33aa5b['options']['showSuggestionHighlights']&&_0x45b15e({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x3f7cb8,_0x44ec94,_0x33aa5b);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x22e7c,_0x581ff7,_0x3fcec9)=>{const {type:_0x4c4242,id:_0x5eab51}=_0x161a4d['_splitMarkerName'](_0x581ff7['markerName']),_0x1312a3=_0x161a4d['getSuggestion'](_0x5eab51),_0x390eac=_0x1312a3['data'];if('formatBlock'!=_0x1312a3['type']||!_0x390eac||'setTableColumnHeader'!=_0x390eac['commandName'])return;const _0x5837f1=_0x3fcec9['mapper']['markerNameToElements'](_0x581ff7['markerName']);if(_0x5837f1){for(const _0x5da84c of _0x5837f1)_0x3fcec9['writer']['removeClass']('ck-suggestion-marker-'+_0x4c4242,_0x5da84c),_0x3fcec9['writer']['removeClass']('ck-suggestion-marker--active',_0x5da84c),_0x3fcec9['writer']['removeAttribute']('data-suggestion',_0x5da84c),_0x3fcec9['mapper']['unbindElementFromMarkerName'](_0x5da84c,_0x581ff7['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x536dc5=this['editor'],_0x472fa2=_0x536dc5['locale'];function _0x3990f0(_0x45c5e9){return{'type':'format','content':o(_0x472fa2,'*Format:*\x20%0',_0x45c5e9)};}_0x536dc5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x46e7c8=>{if('formatBlock'!=_0x46e7c8['type'])return;const {data:_0x96f16f}=_0x46e7c8;if(_0x96f16f){if('setTableRowHeader'==_0x96f16f['commandName']){const _0x3569e8=_0x96f16f['commandParams'][0x0]['forceValue'];return _0x3990f0(o(_0x472fa2,_0x3569e8?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x96f16f['commandName']){const _0x4db028=_0x96f16f['commandParams'][0x0]['forceValue'];return _0x3990f0(o(_0x472fa2,_0x4db028?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Pe=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],we=Object['fromEntries'](Pe['map'](_0x56cac5=>[_0x56cac5,null]));class _t extends _0x82b22a{static get['requires'](){return[It];}['afterInit'](){const _0x3282ae=this['editor'];if(!_0x3282ae['plugins']['has']('TableClipboard'))return;const _0x44fe5e=_0x3282ae['plugins']['get']('TrackChangesEditing'),_0x2d1fd9=_0x3282ae['plugins']['get']('TableUtils'),_0x8e832b=_0x3282ae['plugins']['get'](It),_0x547e9a=_0x3282ae['plugins']['get']('TableClipboard');_0x8e832b['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x3282ae['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x3282ae['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x4e8c08=null;_0x3282ae['model']['on']('insertContent',(_0x342668,_0x400e3e)=>{const [_0x42e222,_0x1f3878]=_0x400e3e,_0x4f8cb8=_0x400e3e[_0x400e3e['length']-0x1];_0x4f8cb8&&_0x4f8cb8['forceDefaultExecution']||_0x44fe5e['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x12d490,_0x58f05e,_0x478d81,_0x58eaab,_0x5eef97){if(_0x58f05e&&!_0x58f05e['is']('documentSelection'))return!0x1;const _0x3e578a=_0x5eef97['getTableIfOnlyTableInContent'](_0x12d490,_0x478d81);if(!_0x3e578a||!Re(_0x3e578a,void 0x0,_0x58eaab))return!0x1;const _0x25cb28=_0x58eaab['getSelectionAffectedTableCells'](_0x478d81['document']['selection']);if(!_0x25cb28['length'])return!0x1;const _0x5542e5=_0x25cb28[0x0]['findAncestor']('table'),_0x390548=_0x58eaab['getRowIndexes'](_0x25cb28),_0x46d373=_0x58eaab['getColumnIndexes'](_0x25cb28),_0xe29378={'startRow':_0x390548['first'],'endRow':_0x390548['last'],'startColumn':_0x46d373['first'],'endColumn':_0x46d373['last']};return 0x1==_0x25cb28['length']&&(_0xe29378['endRow']+=_0x58eaab['getRows'](_0x3e578a)-0x1,_0xe29378['endColumn']+=_0x58eaab['getColumns'](_0x3e578a)-0x1),Re(_0x5542e5,_0xe29378,_0x58eaab);}(_0x42e222,_0x1f3878,_0x3282ae['model'],_0x2d1fd9,_0x547e9a)&&(_0x342668['stop'](),_0x4e8c08={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x3282ae['model']['change'](()=>{_0x3282ae['model']['insertContent'](_0x400e3e[0x0],_0x400e3e[0x1],_0x400e3e[0x2],{'forceDefaultExecution':!0x0});const _0x247e6f=_0x27c666(),{rowInsertionRanges:_0x3bd45a,columnInsertionRanges:_0x528a45,insertionRanges:_0x129c38,deletionRanges:_0x16c028,cells:_0xfb5a90}=_0x4e8c08;_0x3bd45a['length']&&_0x44fe5e['markMultiRangeInsertion'](_0x3bd45a,'tablePasteRow',{'tablePasteChainId':_0x247e6f}),_0x528a45['length']&&_0x44fe5e['markMultiRangeInsertion'](_0x528a45,'tablePasteColumn',{'tablePasteChainId':_0x247e6f}),_0x129c38['length']&&(_0x44fe5e['markMultiRangeInsertion'](_0x129c38,'tablePaste',{'tablePasteChainId':_0x247e6f,'skipNestingCheck':!0x0}),_0x129c38['forEach'](_0x67ad78=>_0x67ad78['detach']?.())),_0x16c028['length']&&(_0x44fe5e['markMultiRangeDeletion'](_0x16c028,'tablePaste',{'tablePasteChainId':_0x247e6f,'skipNestingCheck':!0x0}),_0x16c028['forEach'](_0x453257=>_0x453257['detach']?.()));const _0x5c4697=_0x44fe5e['markMultiRangeBlockFormat'](_0xfb5a90['map'](({element:_0x234002})=>_0x234002),{'formatGroupId':_0x27c666()},[],'tablePasteCell',{'tablePasteChainId':_0x247e6f});if(_0x5c4697){const _0x4b9057=_0x5c4697['getMarkers'](),_0x424e15=[];for(const {element:_0x3ff1f7,attributes:_0x187e54}of _0xfb5a90){if(!_0x187e54)continue;const _0x5cff43=_0x3282ae['model']['createRangeOn'](_0x3ff1f7),_0xecd27c=_0x4b9057['find'](_0x58d8e6=>_0x58d8e6['getRange']()['isEqual'](_0x5cff43));_0xecd27c&&_0x424e15['push']([_0xecd27c['name'],_0x187e54]);}_0x424e15['length']&&_0x5c4697['setAttribute']('markerAttributes',Object['fromEntries'](_0x424e15));}_0x4e8c08=null;}));},{'priority':_0x4e98c9['high']+0xa}),_0x3282ae['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0xd1a902,_0x5658af)=>{const [_0x25b38b,_0x2286dc,,_0x5d662c]=_0x5658af;if(!_0x4e8c08)return;_0xd1a902['stop']();const _0x8ada28=_0x25b38b['cell'],_0xb05f09=_0x2286dc,_0x4f91ca=ke(_0x8ada28),_0x157b7c=ke(_0xb05f09);_0xd1a902['return']=_0x8ada28;let _0x4871f9=null,_0x517090=null;if(_0x157b7c||_0x4f91ca){if(_0x4f91ca&&!_0x157b7c){_0x5d662c['remove'](_0x8ada28['getChild'](0x0));for(const _0x159e84 of Array['from'](_0xb05f09['getChildren']()))_0x5d662c['insert'](_0x159e84,_0x8ada28,'end');const _0x2b3cb0=_0x4e8c08['rowInsertionIndexes']['includes'](_0x25b38b['row']),_0x4dd31c=_0x4e8c08['columnInsertionIndexes']['includes'](_0x25b38b['column']);_0x2b3cb0||_0x4dd31c||(_0x4871f9=_0xb1b223['fromRange'](_0x5d662c['createRangeIn'](_0x8ada28)));}else _0x157b7c&&!_0x4f91ca&&(_0x517090=_0x5d662c['createRangeIn'](_0x8ada28));}else{const _0x411584=_0x5d662c['createElement']('tableCellSuggestion'),_0x45902d=_0x5d662c['createElement']('tableCellSuggestion');_0x5d662c['wrap'](_0x5d662c['createRangeIn'](_0x8ada28),_0x45902d),_0x5d662c['insert'](_0x411584,_0x8ada28,0x0);for(const _0x3590b7 of Array['from'](_0xb05f09['getChildren']()))_0x5d662c['insert'](_0x3590b7,_0x411584,'end');_0x4871f9=_0xb1b223['fromRange'](_0x5d662c['createRangeOn'](_0x411584)),_0x517090=_0xb1b223['fromRange'](_0x5d662c['createRangeOn'](_0x45902d));}const _0x3f2738=Array['from'](_0xb05f09['getAttributes']())['filter'](([_0x3cb2fe])=>Pe['includes'](_0x3cb2fe));_0x4e8c08['cells']['push']({'element':_0x8ada28,'attributes':_0x3f2738['length']?Object['fromEntries'](_0x3f2738):null}),_0x4871f9&&_0x4e8c08['insertionRanges']['push'](_0x4871f9),_0x517090&&_0x4e8c08['deletionRanges']['push'](_0x517090);},{'priority':'high'}),_0x2d1fd9['on']('insertColumns',(_0x50bcc5,_0x16a6f0)=>{const [_0x147dfd,_0x4d3a60={}]=_0x16a6f0;if(!_0x4e8c08)return;const _0x25e6cf=_0x4d3a60['at']||0x0,_0x428945=_0x4d3a60['columns']||0x1;_0x4e8c08['columnInsertionIndexes']=new Array(_0x428945)['fill'](_0x25e6cf)['map']((_0xa0953f,_0x54b4fe)=>_0xa0953f+_0x54b4fe);for(const {cell:_0x584c7b}of _0x2d1fd9['createTableWalker'](_0x147dfd,{'startColumn':_0x25e6cf,'endColumn':_0x25e6cf+_0x428945-0x1}))_0x4e8c08['columnInsertionRanges']['push'](_0x3282ae['model']['createRangeOn'](_0x584c7b));},{'priority':'low'}),_0x2d1fd9['on']('insertRows',(_0x270ab4,_0x3c6bc4)=>{const [_0x3cca6e,_0x1b375d={}]=_0x3c6bc4;if(!_0x4e8c08)return;const _0x2bb4dd=_0x1b375d['at']||0x0,_0x6c3574=_0x1b375d['rows']||0x1;_0x4e8c08['rowInsertionIndexes']=new Array(_0x6c3574)['fill'](_0x2bb4dd)['map']((_0x465587,_0x52b0c1)=>_0x465587+_0x52b0c1);for(const {cell:_0x426adf}of _0x2d1fd9['createTableWalker'](_0x3cca6e,{'startRow':_0x2bb4dd,'endRow':_0x2bb4dd+_0x6c3574-0x1}))_0x4e8c08['rowInsertionRanges']['push'](_0x3282ae['model']['createRangeOn'](_0x426adf));},{'priority':'low'}),_0x44fe5e['descriptionFactory']['registerDescriptionCallback'](_0x43c672=>{if(_0x43c672['subType']&&_0x43c672['subType']['startsWith']('tablePaste'))return _0x43c672['previous']?{}:{'type':'insertion','content':o(_0x3282ae['locale'],'*Replace\x20table\x20cells*')};});const _0xf780d2=()=>!0x1;for(const _0x520890 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x44fe5e['_suggestionFactory']['registerCustomCallback']('insertion',_0x520890,'join',_0xf780d2),_0x44fe5e['_suggestionFactory']['registerCustomCallback']('deletion',_0x520890,'join',_0xf780d2),_0x44fe5e['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x520890,'join',_0xf780d2);_0x44fe5e['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0xf780d2),_0x44fe5e['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x3ac564,_0x2554ad,_0x168693)=>{const _0x3449ce=_0x3ac564['map'](_0x3a27d1=>_0x3a27d1['getContainedElement']())['filter'](_0x4bed65=>_0x4bed65),_0x5ce662=new Map(_0x3449ce['map'](_0x23042a=>[_0x23042a,null]));if(_0x4e8c08){for(const {element:_0x296999,attributes:_0x452db6}of _0x4e8c08['cells'])_0x452db6&&_0x5ce662['set'](_0x296999,_0x452db6);}else{if(_0x168693&&_0x168693['markerAttributes'])for(const [_0x562a1e,_0x418035]of Object['entries'](_0x168693['markerAttributes'])){const _0x567764=_0x3282ae['model']['markers']['get'](_0x562a1e),_0x46afab=_0x567764?_0x567764['getRange']()['getContainedElement']():null;_0x46afab&&_0x5ce662['set'](_0x46afab,_0x418035);}}_0x3282ae['model']['change'](_0xc1486d=>{for(const [_0x293534,_0x364e37]of _0x5ce662)_0xc1486d['setAttributes']({...we,..._0x364e37},_0x293534);});});const _0x576bcf=(_0x28d840,_0x2d5826)=>{_0x44fe5e['_suggestionFactory']['registerCustomCallback'](_0x28d840,'tablePaste',_0x2d5826,(_0x24e5ed,_0x5a9da5,_0x1f6a2d)=>{_0x3282ae['model']['change'](_0xf0de9f=>{const _0x2bc5b9=[];for(const _0x299532 of _0x24e5ed){const _0x4a2902=_0x299532['start']['nodeAfter'];_0x4a2902['is']('element','tableCellSuggestion')&&_0x2bc5b9['push'](_0x4a2902);}_0x44fe5e['_suggestionFactory']['getSuggestionCallback'](_0x28d840,null,_0x2d5826)(_0x24e5ed,_0x5a9da5,_0x1f6a2d);for(const _0x7cfeac of _0x2bc5b9)'$graveyard'!=_0x7cfeac['root']['rootName']&&_0xf0de9f['unwrap'](_0x7cfeac);});});};_0x576bcf('insertion','accept'),_0x576bcf('insertion','discard'),_0x576bcf('deletion','accept'),_0x576bcf('deletion','discard'),_0x44fe5e['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x49e562=>{const _0x14eaec=_0x49e562['map'](_0x5d593a=>_0x5d593a['getContainedElement']()),_0x2c7b8a=_0x14eaec[0x0]['findAncestor']('table'),{minRow:_0x1cdf98,maxRow:_0x1bd5ff}=_0x8e832b['_getCoordsForCells'](_0x14eaec);_0x2d1fd9['removeRows'](_0x2c7b8a,{'at':_0x1cdf98,'rows':_0x1bd5ff-_0x1cdf98+0x1});}),_0x44fe5e['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x4b8bb9=>{const _0x31499d=_0x4b8bb9['map'](_0x391483=>_0x391483['getContainedElement']()),_0x4741af=_0x31499d[0x0]['findAncestor']('table'),{minColumn:_0x437099,maxColumn:_0x8b904e}=_0x8e832b['_getCoordsForCells'](_0x31499d);_0x2d1fd9['removeColumns'](_0x4741af,{'at':_0x437099,'columns':_0x8b904e-_0x437099+0x1});});const _0x4448af=(_0x4fe9e4,_0x47a95e)=>{if(!_0x47a95e['subType']||!_0x47a95e['subType']['startsWith']('tablePaste'))return;const _0x172cec=_0x47a95e['attributes']['tablePasteChainId'],_0x3c68df=_0x44fe5e['getSuggestions']()['filter'](_0x70e70c=>_0x70e70c['isInContent']&&_0x70e70c['attributes']&&_0x70e70c['attributes']['tablePasteChainId']==_0x172cec);_0x3c68df['length']&&_0x47a95e['getAllAdjacentSuggestions']()['length']!=_0x3c68df['length']&&_0x3c68df['reduce']((_0x175be3,_0x458580)=>(_0x175be3['next']=_0x458580,_0x458580['previous']=_0x175be3,_0x458580));};function _0xe895ce(_0x44f708,_0x2cd359=!0x0){const {id:_0x1fe63c,authorId:_0x5d328f}=_0x44fe5e['_splitMarkerName'](_0x44f708['markerName']),_0x42478a=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x21c53a=_0x44fe5e['activeMarkers']['includes'](_0x44f708['markerName']);return _0x21c53a&&_0x42478a['push']('ck-suggestion-marker--active'),{'classes':_0x42478a,'attributes':{'data-suggestion':_0x1fe63c,'data-author-id':_0x5d328f},'priority':_0x21c53a&&_0x2cd359?0xbc2:0xbb8};}_0x44fe5e['on']('suggestionLoaded',_0x4448af,{'priority':'high'}),_0x44fe5e['on']('suggestionUnloaded',_0x4448af,{'priority':'high'}),_0x3282ae['model']['document']['registerPostFixer'](()=>{let _0x3d9682=!0x1;const _0x55bb9e=Array['from'](_0x3282ae['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2d5ae5,data:_0x3582a0}of _0x55bb9e){const {group:_0x5c6d1e,type:_0x2123f7,id:_0xe9a56b}=_0x44fe5e['_splitMarkerName'](_0x2d5ae5);if('suggestion'!=_0x5c6d1e||'deletion'!=_0x2123f7||_0x3582a0['oldRange'])continue;if(!_0x44fe5e['hasSuggestion'](_0xe9a56b))continue;const _0x1dae69=_0x44fe5e['getSuggestion'](_0xe9a56b)['getRanges'](),_0x5d8cf1=_0x3282ae['plugins']['get']('Users')['me'];for(const _0x4bd9b2 of _0x44fe5e['getSuggestions']()){if(!_0x4bd9b2['isInContent']||_0x4bd9b2['author']!=_0x5d8cf1)continue;if('formatBlock'!=_0x4bd9b2['type']||'tablePasteCell'!=_0x4bd9b2['subType'])continue;if(_0x4bd9b2['getRanges']()['every'](_0x16a781=>_0x1dae69['some'](_0x5328dc=>_0x5328dc['containsRange'](_0x16a781,!0x0)))){for(const _0x2b155d of _0x4bd9b2['getAllAdjacentSuggestions']())_0x2b155d['isInContent']&&(_0x2b155d['discard'](),_0x3d9682=!0x0);}}}return _0x3d9682;}),_0x3282ae['model']['document']['registerPostFixer'](_0x536f53=>{const _0x237207=_0x3282ae['commands']['get']('redo');if(!_0x237207||!_0x237207['_createdBatches']['has'](_0x536f53['batch']))return!0x1;let _0x431c28=!0x1;const _0x344d7d=_0x3282ae['plugins']['get']('Users')['me'],_0x2bea31=_0x3282ae['model']['document']['differ']['getChanges'](),_0x232fe7=Array['from'](_0x3282ae['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x10b520,data:_0x286f67})=>{const {group:_0x221ccd,subType:_0x3b277a,authorId:_0x155ce5}=_0x44fe5e['_splitMarkerName'](_0x10b520);return'suggestion'==_0x221ccd&&'tablePaste'==_0x3b277a&&_0x155ce5==_0x344d7d['id']&&!_0x286f67['oldRange'];});for(const _0x152109 of _0x2bea31){if('insert'!=_0x152109['type']||'tableCellSuggestion'!=_0x152109['name']||0x1!=_0x152109['length'])continue;const _0xf4e817=_0x536f53['createRange'](_0x152109['position'],_0x152109['position']['getShiftedBy'](0x1));if(!_0x232fe7['find'](({data:_0x4059b2})=>_0x4059b2['newRange']['isEqual'](_0xf4e817))){for(const {name:_0x132a8a,data:_0x4d99c9}of _0x232fe7)if(_0xf4e817['containsRange'](_0x4d99c9['newRange'])){_0x536f53['updateMarker'](_0x132a8a,{'range':_0xf4e817}),_0x431c28=!0x0;break;}}}return _0x431c28;}),_0x3282ae['model']['document']['registerPostFixer'](_0x10091d=>{let _0x4a1bf2=!0x1;const _0x5e77b5=_0x3282ae['plugins']['get']('Users')['me'],_0x3eafd5=_0x44fe5e['getSuggestions']()['filter'](_0x2f005d=>_0x2f005d['isInContent']&&_0x2f005d['author']==_0x5e77b5),_0x275cff=new Set(),_0x1b0572=new Set();for(const _0x4a2c1a of _0x3eafd5)if('tablePaste'==_0x4a2c1a['subType'])for(const _0x228550 of _0x4a2c1a['getMarkers']()){const _0x111e2a=_0x228550['getRange']()['getContainedElement']();if(_0x111e2a){if(_0x111e2a['is']('element','tableCellSuggestion')&&ke(_0x111e2a)){_0x4a2c1a['removeMarker'](_0x228550['name']),_0x275cff['add'](_0x111e2a),_0x4a1bf2=!0x0;const _0x1b0d36=_0x111e2a['nextSibling'],_0x3902eb=_0x111e2a['previousSibling'],_0x392cef=_0x1b0d36&&_0x1b0d36['is']('element','tableCellSuggestion'),_0x3cbe7d=_0x3902eb&&_0x3902eb['is']('element','tableCellSuggestion');_0x392cef&&!_0x275cff['has'](_0x1b0d36)&&_0x1b0572['add'](_0x1b0d36),_0x3cbe7d&&!_0x275cff['has'](_0x3902eb)&&_0x1b0572['add'](_0x3902eb);}else _0x111e2a['is']('element','paragraph')&&_0x111e2a['isEmpty']&&(_0x4a2c1a['removeMarker'](_0x228550['name']),_0x4a1bf2=!0x0);}}else{if('tablePasteCell'==_0x4a2c1a['subType']){if(!_0x4a2c1a['attributes']||!_0x4a2c1a['attributes']['tablePasteChainId'])continue;const _0x20a32c=_0x4a2c1a['attributes']['markerAttributes'];if(_0x20a32c&&Object['keys'](_0x20a32c)['length'])continue;const _0x4d968=_0x4a2c1a['attributes']['tablePasteChainId'];let _0x17056d=!0x0,_0x422f2a=!0x0;for(const _0x1219c8 of _0x3eafd5)if(_0x1219c8['subType']&&_0x1219c8['subType']['startsWith']('tablePaste')){if(!_0x1219c8['attributes']['tablePasteChainId']){_0x422f2a=!0x1;break;}if(_0x1219c8['id']!=_0x4a2c1a['id']&&_0x1219c8['attributes']['tablePasteChainId']==_0x4d968){_0x17056d=!0x1;break;}}_0x422f2a&&_0x17056d&&(_0x4a2c1a['removeMarkers'](),_0x4a1bf2=!0x0);}}for(const _0x1d795a of _0x275cff)_0x10091d['remove'](_0x1d795a);for(const _0x5dee12 of _0x1b0572)_0x10091d['unwrap'](_0x5dee12);return _0x4a1bf2;}),_0x3282ae['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x395be6=>_0xe895ce(_0x395be6),'converterPriority':'high'}),_0x3282ae['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x13aef7,_0xcbadb0)=>_0xcbadb0['options']['showSuggestionHighlights']?_0xe895ce(_0x13aef7,!0x1):null,'converterPriority':'high'});const _0xccf5d9=_0x3282ae['editing']['view'];this['listenTo'](_0xccf5d9['document'],'clipboardOutput',(_0x2d8f88,_0x245b74)=>{const _0x4a8145=[];for(const _0x56bbea of _0xccf5d9['createRangeIn'](_0x245b74['content'])['getItems']())_0x56bbea['is']('element','suggestion-td')&&_0x4a8145['push'](_0x56bbea);_0xccf5d9['change'](_0x27da84=>{for(const _0x3046cc of _0x4a8145)_0x27da84['move'](_0x27da84['createRangeIn'](_0x3046cc),_0x27da84['createPositionBefore'](_0x3046cc)),_0x27da84['remove'](_0x3046cc);});});}}function ke(_0x16b1b1){if(_0x16b1b1['isEmpty'])return!0x0;const _0x356e74=_0x16b1b1['getChild'](0x0);return _0x356e74['is']('element','paragraph')&&_0x356e74['isEmpty'];}function Re(_0x1b7f5f,_0x11b36f={},_0x479629){for(const {isAnchor:_0x44fe50,cellHeight:_0x315c9d,cellWidth:_0x5349ea}of _0x479629['createTableWalker'](_0x1b7f5f,{'includeAllSlots':!0x0,..._0x11b36f}))if(!_0x44fe50||0x1!=_0x315c9d||0x1!=_0x5349ea)return!0x1;return!0x0;}class Nt extends _0x82b22a{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x366450=this['editor']['plugins']['get']('TrackChangesEditing');_0x366450['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x366450['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x366450['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x366450['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x366450['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x366450['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x1d447d,_0x4be05c){const _0x2666b0=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5a30c3=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x13faf1=_0x4be05c['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0xc96ba0=_0x5a30c3['getColumnGroupElement'](_0x13faf1);let _0x4e346b=_0xc96ba0?_0x5a30c3['getTableColumnsWidths'](_0xc96ba0):null,_0xd3f92f=_0x13faf1['getAttribute']('tableWidth')||null;const _0x4ea57b=_0x4be05c['tableWidth']||_0xd3f92f,_0x44f9c8=_0x4be05c['columnWidths']||_0x4e346b,_0x54af53=this['editor']['plugins']['get']('Users')['me'];for(const _0x37438d of _0x2666b0['getSuggestions']()){const _0x5108b3=_0x37438d['getContainedElement']();if('resizeTable'===_0x37438d['subType']&&_0x5108b3===_0x13faf1){_0x37438d['author']!==_0x54af53&&_0x37438d['discard']();const _0x29db4f=_0x37438d['data']['commandParams'];_0xd3f92f=_0x29db4f[0x0]['tableWidth'],_0x4e346b=_0x29db4f[0x0]['columnWidths'];break;}}_0x1d447d({'table':_0x13faf1,'tableWidth':_0x4ea57b,'columnWidths':_0x44f9c8}),_0x2666b0['markBlockFormat'](_0x13faf1,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0xd3f92f,'columnWidths':_0x4e346b}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x1eff72){if('formatBlock'!=_0x1eff72['type']&&'formatInline'!=_0x1eff72['type'])return;const {data:_0x2ac07b}=_0x1eff72;if(_0x2ac07b&&'resizeTable'===_0x2ac07b['formatGroupId']){const _0x142dbe='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x142dbe)};}}}class Dt extends _0x82b22a{['afterInit'](){const _0x53f836=this['editor'];_0x53f836['plugins']['has']('Template')&&_0x53f836['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x82b22a{['afterInit'](){const _0x1d9e96=this['editor'];if(!_0x1d9e96['commands']['get']('insertTableOfContents'))return;_0x1d9e96['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x913d50=_0x1d9e96['plugins']['get']('TrackChangesEditing'),_0x4a653c=_0x1d9e96['locale'];_0x913d50['descriptionFactory']['registerElementLabel']('tableOfContents',_0xf423d7=>o(_0x4a653c,'ELEMENT_TABLE_OF_CONTENTS',_0xf423d7));}}class $t extends _0x82b22a{['afterInit'](){const _0x4ebdc0=this['editor'];if(!_0x4ebdc0['plugins']['has']('Title'))return;const _0x26bf61=_0x4ebdc0['plugins']['get']('TrackChangesEditing');_0x26bf61['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x4ebdc0['locale'],'ELEMENT_TITLE')),_0x4ebdc0['model']['document']['registerPostFixer'](_0x5f5cc8=>{let _0x16b2df=!0x1;const _0x1b4972=Array['from'](_0x4ebdc0['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x256e0a,data:_0x3582dd}of _0x1b4972){const {group:_0x99e3c1}=_0x26bf61['_splitMarkerName'](_0x256e0a);if('suggestion'!==_0x99e3c1||!_0x3582dd['newRange'])continue;const _0x27d4ca=_0x3582dd['newRange'],_0x160920=_0x27d4ca['end']['nodeBefore'];if(!_0x160920||!_0x160920['is']('element','title-content'))continue;if(!_0x27d4ca['start']['isTouching'](_0x27d4ca['end']))continue;const _0x360649=_0x4ebdc0['model']['schema']['getNearestSelectionRange'](_0x27d4ca['end'],'forward');if(_0x360649&&_0x360649['isCollapsed']){const _0xf2952e=_0x5f5cc8['createRange'](_0x27d4ca['start'],_0x360649['start']);_0xf2952e['isEqual'](_0x27d4ca)||(_0x5f5cc8['updateMarker'](_0x256e0a,{'range':_0xf2952e}),_0x16b2df=!0x0);}_0x16b2df||(_0x5f5cc8['removeMarker'](_0x256e0a),_0x16b2df=!0x0);}return _0x16b2df;});}}class Bt extends _0x82b22a{['afterInit'](){const _0x34e48d=this['editor'],_0x39ee29=_0x34e48d['plugins']['get']('TrackChangesEditing');_0x34e48d['plugins']['has']('UndoEditing')&&(_0x39ee29['enableCommand']('undo'),_0x39ee29['enableCommand']('redo'));}}class xt extends _0x82b22a{static get['requires'](){return[It];}['afterInit'](){const _0x35b337=this['editor'];if(!_0x35b337['plugins']['has']('TableCaptionEditing'))return;_0x35b337['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Rt extends _0x82b22a{['tableProperties'];['tableCellProperties'];constructor(_0x1833d4){super(_0x1833d4),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 _0x5b2fa9=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x3bf6f7 of this['tableProperties'])_0x5b2fa9['enableCommand'](_0x3bf6f7,(_0x16fd44,_0x3fb8c4)=>{const _0x3e987f=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x3bf6f7,[_0x3e987f],this['tableProperties'],'tableProperties',_0x16fd44,_0x3fb8c4);});_0x5b2fa9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x5b2fa9['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x5b2fa9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x890649,_0x30f56c)=>this['handleDiscardAction'](this['tableProperties'],_0x890649,_0x30f56c)),_0x5b2fa9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x30429e of this['tableCellProperties'])_0x5b2fa9['enableCommand'](_0x30429e,(_0x42db6b,_0x50cf78)=>{const _0x462b61=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x30429e,_0x462b61,this['tableCellProperties'],'tableCellProperties',_0x42db6b,_0x50cf78);});_0x5b2fa9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x5b2fa9['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x5b2fa9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x3e57ec,_0x26c933)=>this['handleDiscardAction'](this['tableCellProperties'],_0x3e57ec,_0x26c933)),_0x5b2fa9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x5b2fa9['descriptionFactory']['registerDescriptionCallback'](_0x4fa0ad=>this['handleSuggestionDescription'](_0x4fa0ad));}['_handlePropertyChange'](_0x1c21d0,_0x246046,_0x236c8a,_0x3295fb,_0x41f15d,_0x367d85){const _0x486602=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x367d85['batch'],()=>{for(const _0x17d9f4 of _0x246046){if(this['_getSuggestion'](_0x17d9f4,_0x3295fb))_0x41f15d(_0x367d85);else{const _0x4fe872={};for(const _0x4e28a2 of _0x236c8a){const _0x462c2d=_0x17d9f4['getAttribute'](_0x4e28a2);void 0x0!==_0x462c2d&&(_0x4fe872[_0x4e28a2]=_0x462c2d);}_0x41f15d(_0x367d85),_0x486602['markBlockFormat'](_0x17d9f4,{'commandParams':[_0x4fe872]},[],_0x3295fb);}}});}['handleDiscardAction'](_0x305327,_0xb13862,_0x329ea7){const _0x193c86=_0xb13862[0x0]['start']['nodeAfter'],_0x1b852d=_0x329ea7['commandParams'][0x0];this['editor']['model']['change'](_0x519700=>{for(const _0x258467 of _0x305327)void 0x0!==_0x1b852d[_0x258467]?_0x519700['setAttribute'](_0x258467,_0x1b852d[_0x258467],_0x193c86):_0x519700['removeAttribute'](_0x258467,_0x193c86);});}['handleSuggestionDescription'](_0x58f269){if(_0x58f269['data'])switch(_0x58f269['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'](_0x221e98,_0x25269c){const _0x1410b4=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x46cc41 of _0x1410b4['getSuggestions']({'skipNotAttached':!0x0})){const _0x3b5d2f=_0x46cc41['getContainedElement']();if(_0x46cc41['subType']===_0x25269c&&_0x3b5d2f===_0x221e98)return _0x46cc41;}return null;}}const m='$elementName';class p extends _0x82b22a{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x4f0890,_0x2d2e55,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(_0x1d40fa){function _0x2eeb50(_0x4544f6){return _0x4544f6['map'](_0x1955fe=>String['fromCharCode'](_0x1955fe))['join']('');}super(_0x1d40fa),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x4eb6b3,_0x340676,_0x55a91a,_0x247fdf)=>{this['_model']['change'](()=>{for(const _0x149dc7 of[..._0x247fdf,..._0x55a91a])this['_model']['markers']['has'](_0x149dc7)&&_0x1d40fa['editing']['reconvertMarker'](_0x149dc7);});}),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']=_0x1d40fa['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(),_0x1d40fa['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x1d40fa['config']['get']('trackChanges.trackFormatChanges'),_0x1d40fa['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x1d40fa['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x1d40fa,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x2eeb50([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x2eeb50([0x34,0x30,0x34,0x38,0x31,0x38,0x36,0x30]);}['init'](){const _0x4a25df=this['editor'],_0x4928de=(_0x5e29ed,_0x5925e0)=>{if('attribute'!=_0x5e29ed)return'ck-suggestion-marker-'+_0x5e29ed;const _0x2cbca2=_0x5925e0['split']('|')[0x0];return this['_isBlockAttribute'](_0x2cbca2)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x4a25df['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x34bdeb=>{const {id:_0x4bf86a,authorId:_0x1b96d4,type:_0x15ca60,subType:_0xc9c51c}=this['_splitMarkerName'](_0x34bdeb['markerName']),_0x4a0a08=['ck-suggestion-marker',_0x4928de(_0x15ca60,_0xc9c51c)];let _0x387c72=0xbb8;return this['activeMarkers']['includes'](_0x34bdeb['markerName'])&&(_0x4a0a08['push']('ck-suggestion-marker--active'),_0x387c72=0xbc2),'deletion'==_0x15ca60&&(_0x387c72+=0x5),{'classes':_0x4a0a08,'attributes':{'data-suggestion':_0x4bf86a,'data-author-id':_0x1b96d4},'priority':_0x387c72};}}),_0x4a25df['conversion']['for']('dataDowncast')['add'](_0x52b705=>{_0x52b705['on']('addMarker:suggestion',(_0x27106e,_0x5c723a,_0x48cddd)=>{if(!_0x48cddd['options']['showSuggestionHighlights'])return;const _0x31595f=_0x5c723a['item'];if(!_0x31595f)return;const _0x6b924d=_0x48cddd['mapper']['toViewElement'](_0x31595f);_0x4a25df['model']['schema']['isObject'](_0x31595f)&&_0x6b924d&&!_0x6b924d['getCustomProperty']('widget')&&_0x6b924d['is']('containerElement')&&_0x150fd6(_0x6b924d,_0x48cddd['writer']);},{'priority':'high'});}),_0x4a25df['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x5c3da6,_0x4b6358)=>{if(!_0x4b6358['options']['showSuggestionHighlights'])return null;const {type:_0x3fb4c2,subType:_0xf5d67e}=this['_splitMarkerName'](_0x5c3da6['markerName']);return{'classes':['ck-suggestion-marker',_0x4928de(_0x3fb4c2,_0xf5d67e)],'priority':0xbb8};}});const _0x331db8=({showActiveMarkers:_0x27f93c=!0x0,isAttributeSuggestion:_0x265f52=!0x1}={})=>(_0x2608fb,_0x3bb95d,_0x5ccc24)=>{if(!_0x3bb95d['item'])return;const {id:_0x2ae291,authorId:_0x42f7bd}=this['_splitMarkerName'](_0x3bb95d['markerName']);if(_0x265f52){const _0x156643=this['_suggestions']['get'](_0x2ae291),_0x16bf8a=this['_getAttributeKey'](_0x156643);if(!this['_isBlockAttribute'](_0x16bf8a))return;}if(_0x3bb95d['item']['is']('selection'))return void _0x5ccc24['consumable']['consume'](_0x3bb95d['item'],_0x2608fb['name']);const _0x2b1710=_0x5ccc24['mapper']['toViewElement'](_0x3bb95d['item']);if(_0x3bb95d['item']['is']('element')&&_0x4a25df['model']['schema']['isBlock'](_0x3bb95d['item'])&&!_0x2b1710['getCustomProperty']('addHighlight')){_0x5ccc24['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x2b1710),_0x5ccc24['writer']['setAttribute']('data-suggestion',_0x2ae291,_0x2b1710),_0x5ccc24['writer']['setAttribute']('data-author-id',_0x42f7bd,_0x2b1710),_0x5ccc24['mapper']['bindElementToMarker'](_0x2b1710,_0x3bb95d['markerName']),_0x27f93c&&(this['activeMarkers']['includes'](_0x3bb95d['markerName'])?_0x5ccc24['writer']['addClass']('ck-suggestion-marker--active',_0x2b1710):_0x5ccc24['writer']['removeClass']('ck-suggestion-marker--active',_0x2b1710));for(const _0x591466 of _0x4a25df['model']['createRangeIn'](_0x3bb95d['item'])['getItems']())_0x5ccc24['consumable']['consume'](_0x591466,_0x2608fb['name']);_0x5ccc24['consumable']['consume'](_0x3bb95d['item'],_0x2608fb['name']);}};_0x4a25df['conversion']['for']('dataDowncast')['add'](_0x113e0c=>{_0x113e0c['on']('addMarker:suggestion:formatBlock',(_0x1ba98d,_0x4f99a3,_0x393629)=>{_0x393629['options']['showSuggestionHighlights']&&_0x331db8({'showActiveMarkers':!0x1})(_0x1ba98d,_0x4f99a3,_0x393629);},{'priority':'highest'});}),_0x4a25df['conversion']['for']('dataDowncast')['add'](_0x2e24c2=>{_0x2e24c2['on']('addMarker:suggestion:attribute',(_0x43d108,_0x51931d,_0x39dd93)=>{_0x39dd93['options']['showSuggestionHighlights']&&_0x331db8({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x43d108,_0x51931d,_0x39dd93);},{'priority':'highest'});}),_0x4a25df['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x2c6c4a,_0x1f9410)=>_0x1f9410['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x2c6c4a['substr'](0xb)}}),_0x4a25df['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0xbab64e,{writer:_0x350884})=>{let _0x4f61ac='suggestion:'+_0xbab64e['getAttribute']('suggestion-type')+':'+_0xbab64e['getAttribute']('id');return _0xbab64e['getAttribute']('marker-count')&&(_0x4f61ac+=':'+_0xbab64e['getAttribute']('marker-count')),_0x350884['createElement']('$marker',{'data-name':_0x4f61ac});}}),_0x4a25df['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x4a25df['conversion']['for']('editingDowncast')['add'](_0x491996=>{_0x491996['on']('addMarker:suggestion:formatBlock',_0x331db8(),{'priority':'high'});}),_0x4a25df['conversion']['for']('editingDowncast')['add'](_0xbe0b08=>{_0xbe0b08['on']('addMarker:suggestion:attribute',_0x331db8({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x4a25df['conversion']['for']('editingDowncast')['add'](_0x5ceb4d=>{_0x5ceb4d['on']('removeMarker:suggestion:formatBlock',(_0x5f491b,_0x4f406b,_0x18543b)=>{const _0x2e59f4=_0x18543b['mapper']['markerNameToElements'](_0x4f406b['markerName']);if(_0x2e59f4){for(const _0x5b787c of _0x2e59f4)_0x5b787c['getCustomProperty']('addHighlight')||(_0x18543b['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x5b787c),_0x18543b['writer']['removeAttribute']('data-suggestion',_0x5b787c),_0x18543b['writer']['removeAttribute']('data-author-id',_0x5b787c),_0x18543b['mapper']['unbindElementFromMarkerName'](_0x5b787c,_0x4f406b['markerName']));}},{'priority':'high'});}),_0x4a25df['conversion']['for']('editingDowncast')['add'](_0x52d180=>{_0x52d180['on']('removeMarker:suggestion:attribute',(_0x21a438,_0x4899b3,_0x532201)=>{const _0x548139=_0x532201['mapper']['markerNameToElements'](_0x4899b3['markerName']);if(!_0x548139)return;const {id:_0x2264a5}=this['_splitMarkerName'](_0x4899b3['markerName']),_0xae0d23=this['_suggestions']['get'](_0x2264a5),_0x3fc4ff=this['_getAttributeKey'](_0xae0d23);if(this['_isBlockAttribute'](_0x3fc4ff)){for(const _0x52efdb of _0x548139)_0x52efdb['getCustomProperty']('addHighlight')||(_0x532201['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x52efdb),_0x532201['writer']['removeAttribute']('data-suggestion',_0x52efdb),_0x532201['writer']['removeAttribute']('data-author-id',_0x52efdb),_0x532201['mapper']['unbindElementFromMarkerName'](_0x52efdb,_0x4899b3['markerName']));}},{'priority':'high'});}),_0x4a25df['model']['document']['registerPostFixer'](_0x526523=>{let _0xdb2497=!0x1;const _0x1ac3b7=Array['from'](_0x4a25df['model']['document']['differ']['getChangedMarkers']()),_0x1fa603=new Set();for(const {name:_0x1e6df8,data:_0x5f5b29}of _0x1ac3b7){const {group:_0x51dd99,type:_0xd50d5a,subType:_0x4b9b5c,id:_0x5bb192}=this['_splitMarkerName'](_0x1e6df8);if('suggestion'!==_0x51dd99)continue;const _0x36b1d9=this['_suggestions']['get'](_0x5bb192);if(null!=_0x5f5b29['newRange']){'formatInline'==_0xd50d5a&&(_0xdb2497=_0xdb2497||Ut(_0x5f5b29['newRange'],_0x1e6df8,_0x526523,_0x4a25df['model']['schema']));const _0x4b94a5='attribute'==_0xd50d5a&&this['_isBlockAttribute'](_0x4b9b5c['split']('|')[0x0]);if(_0x5f5b29['newRange']['isCollapsed']||'$graveyard'==_0x5f5b29['newRange']['root']['rootName']||'formatBlock'==_0xd50d5a&&!Ft(_0x5f5b29['newRange'])||_0x4b94a5&&!Ft(_0x5f5b29['newRange'])||'deletion'==_0xd50d5a&&!(!Vt(_0x1c11d3=_0x5f5b29['newRange'])&&!function(_0x384a9b){return _0x384a9b['start']['parent']==_0x384a9b['end']['nodeBefore']&&_0x384a9b['start']['isAtEnd'];}(_0x1c11d3)))_0x526523['removeMarker'](_0x1e6df8),_0xdb2497=!0x0;else{if(!_0x36b1d9||!_0x36b1d9['isInContent'])continue;if(_0x5f5b29['newRange']&&_0x5f5b29['oldRange']&&_0x5f5b29['newRange']['isEqual'](_0x5f5b29['oldRange']))continue;_0x1fa603['add'](_0x36b1d9);}}}var _0x1c11d3;return _0x1fa603['size']>0x0&&(_0xdb2497=!!this['_joinWithAdjacentSuggestions'](_0x1fa603)||_0xdb2497),_0xdb2497;}),_0x4a25df['model']['document']['registerPostFixer'](_0x21396b=>{let _0xf3dc7d=!0x1;for(const _0x312a46 of _0x4a25df['model']['document']['differ']['getChanges']())if('insert'==_0x312a46['type'])for(const _0x4785f3 of this['_suggestions']['values']()){if(_0x4785f3['isMultiRange']||!_0x4785f3['isInContent'])continue;const _0x5dad1d='formatBlock'==_0x4785f3['type'],_0x4de0d1=this['_getAttributeKey'](_0x4785f3),_0x11ad78=_0x4de0d1&&this['_isBlockAttribute'](_0x4de0d1);if(!_0x5dad1d&&!_0x11ad78)continue;const _0x460a13=_0x4785f3['getFirstRange']();if(_0x460a13['start']['parent']!=_0x460a13['end']['parent']&&!_0x460a13['end']['isAtEnd']){const _0x1d8f39=_0x4a25df['model']['createPositionAt'](_0x460a13['start']['nodeAfter'],'end'),_0x6afb78=_0x4a25df['model']['createRange'](_0x460a13['start'],_0x1d8f39);_0x21396b['updateMarker'](_0x4785f3['getFirstMarker'](),{'range':_0x6afb78}),_0xf3dc7d=!0x0;}}return _0xf3dc7d;}),_0x4a25df['model']['document']['registerPostFixer'](_0x2b87c0=>this['_processAttributeChanges'](_0x2b87c0)),_0x4a25df['model']['document']['registerPostFixer'](_0x52374=>!_0x52374['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x52374)),_0x4a25df['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x4a25df['model']['document']['on']('change:data',(_0x449789,_0x529e64)=>{if(!_0x529e64['isLocal']||_0x529e64['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x35a57a=_0x4a25df['model']['document']['differ']['getChanges']();if(0x0==_0x35a57a['length'])return;const _0x3f53a7=[],_0x1a971f=_0x35a57a['filter'](_0x4bae40=>'attribute'==_0x4bae40['type']),_0x416d0c=_0x35a57a['filter'](_0x10d905=>'insert'==_0x10d905['type']&&'$text'!=_0x10d905['name']);for(const _0x3f28bc of _0x1a971f)this['_isRegisteredAttribute'](_0x3f28bc['attributeKey'])&&_0x3f53a7['push']({'key':_0x3f28bc['attributeKey'],'newValue':_0x3f28bc['attributeNewValue'],'oldValue':_0x3f28bc['attributeOldValue'],'range':Pt(_0x3f28bc['range'],_0x4a25df['model'])});for(const _0x7ae12b of _0x416d0c){if('rename'!=_0x7ae12b['action']&&'refresh'!=_0x7ae12b['action'])continue;const _0x288365=Lt(_0x7ae12b['position']['nodeAfter'],_0x4a25df['model']),_0x18ebb0=_0x7ae12b['before'];'rename'==_0x7ae12b['action']&&_0x3f53a7['push']({'key':m,'newValue':_0x7ae12b['name'],'oldValue':_0x18ebb0['name'],'range':_0x288365});for(const [_0xb0fb04,_0x41c313]of _0x18ebb0['attributes']){if(!this['_isRegisteredAttribute'](_0xb0fb04))continue;const _0x3b72f3=_0x7ae12b['attributes']['get'](_0xb0fb04);_0x41c313!==_0x3b72f3&&_0x3f53a7['push']({'key':_0xb0fb04,'newValue':_0x3b72f3,'oldValue':_0x41c313,'range':_0x288365});}for(const [_0x54a531,_0x4ae8a6]of _0x7ae12b['attributes'])this['_isRegisteredAttribute'](_0x54a531)&&(_0x18ebb0['attributes']['has'](_0x54a531)||_0x3f53a7['push']({'key':_0x54a531,'newValue':_0x4ae8a6,'oldValue':null,'range':_0x288365}));}0x0!=_0x3f53a7['length']&&_0x4a25df['model']['enqueueChange'](_0x529e64,_0x12d783=>{const _0x569590=_0x27c666();for(const {range:_0x7047af,key:_0x1cc740,oldValue:_0x429c9b,newValue:_0x5ad2f6}of _0x3f53a7)this['markAttributeChange'](_0x7047af,_0x1cc740,_0x429c9b,_0x5ad2f6,{'groupId':_0x569590});this['_reduceExistingSuggestions'](_0x12d783,_0x3f53a7);});},{'priority':'lowest'}),_0x4a25df['model']['markers']['on']('update:suggestion',(_0x3947b0,_0xb34644,_0x5268a3)=>{if(null==_0x5268a3){const {id:_0x46a4a3}=this['_splitMarkerName'](_0xb34644['name']),_0x2d02a8=this['_suggestions']['get'](_0x46a4a3);_0x2d02a8&&_0x2d02a8['addMarkerName'](_0xb34644['name']);}}),_0x4a25df['model']['document']['on']('change:data',()=>{const _0x110a73=Array['from'](_0x4a25df['model']['document']['differ']['getChangedMarkers']())['filter'](_0x2a82bf=>'suggestion'===this['_splitMarkerName'](_0x2a82bf['name'])['group']);if(0x0===_0x110a73['length'])return;_0x110a73['sort']((_0x5ceba6,_0x5305b7)=>{const _0x4d57ba=_0x5ceba6['data']['oldRange'],_0x42511c=_0x5305b7['data']['oldRange'];return null===_0x4d57ba&&null===_0x42511c?0x0:null===_0x4d57ba&&null!==_0x42511c?-0x1:null!==_0x4d57ba&&null===_0x42511c?0x1:_0x4d57ba['start']['isBefore'](_0x42511c['start'])?-0x1:0x1;});const _0x391c82=new Set(),_0x3bee6e=new Set();for(const {name:_0x4c7353,data:_0x346263}of _0x110a73){const {id:_0x242ec4}=this['_splitMarkerName'](_0x4c7353);if(null===_0x346263['oldRange']){const _0x18912f=this['_handleNewSuggestionMarker'](_0x4c7353);_0x3bee6e['add'](_0x18912f);}else{const _0x48b998=this['_suggestions']['get'](_0x242ec4);null!==_0x346263['newRange']||_0x48b998['isInContent']?(_0x391c82['add'](_0x48b998['head']),_0x3bee6e['add'](_0x48b998)):this['_removeSuggestion'](_0x48b998);}}_0x3bee6e['size']>0x0&&this['_refreshSuggestionsChain'](_0x3bee6e);for(const _0x2f91a5 of _0x391c82)this['fire']('suggestionChanged',_0x2f91a5);}),_0x4a25df['model']['on']('applyOperation',(_0x2ce682,_0x4f3df4)=>{const _0x1861e5=_0x4f3df4[0x0];if(!this['_suggestions']['size'])return;if(!_0x1861e5['isDocumentOperation'])return;if(_0x1861e5['batch']['isUndo']||!_0x1861e5['batch']['isLocal'])return;let _0x116bc3,_0x32c7f5;switch(_0x1861e5['type']){case'insert':_0x116bc3=_0x4a25df['model']['createPositionAt'](_0x1861e5['position']),_0x32c7f5=_0x116bc3['getShiftedBy'](_0x1861e5['howMany']);break;case'split':_0x116bc3=_0x4a25df['model']['createPositionAt'](_0x1861e5['splitPosition']),_0x32c7f5=_0x4a25df['model']['createPositionAt'](_0x1861e5['moveTargetPosition']);break;case'move':_0x116bc3=_0x4a25df['model']['createPositionAt'](_0x1861e5['targetPosition']),_0x32c7f5=_0x116bc3['getShiftedBy'](_0x1861e5['howMany']);break;default:return;}const _0x498934=_0x4a25df['model']['createRange'](_0x116bc3,_0x32c7f5);_0x4a25df['model']['change'](()=>{for(const {suggestion:_0x890625,meta:_0x38aaf2}of this['_findSuggestions'](_0x498934)){if(_0x890625['isMultiRange'])continue;if('formatInline'==_0x890625['type'])continue;const _0x2f11ed=this['_getAttributeKey'](_0x890625);if(_0x2f11ed&&this['_isBlockAttribute'](_0x2f11ed)&&'split'!=_0x1861e5['type'])continue;const _0x45adb4=_0x890625['data']&&_0x890625['data']['multipleBlocks'];('formatBlock'!=_0x890625['type']||'split'==_0x1861e5['type']&&!_0x45adb4)&&(_0x38aaf2['containsRangeInObject']||'insertion'==_0x890625['type']&&_0x38aaf2['isOwn']||_0x890625['getFirstRange']()['containsRange'](_0x498934)&&this['_breakSuggestionMarker'](_0x890625,_0x116bc3,_0x32c7f5));}});},{'priority':'lowest'}),_0x4a25df['model']['on']('deleteContent',(_0x2ab0f8,_0x6bc75a)=>{const _0x3f70f9=_0x6bc75a[0x0],_0xeb92f3=_0x6bc75a[0x1];if(_0xeb92f3&&_0xeb92f3['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x3f70f9['isCollapsed'])return;const _0x22a638=_0x4a25df['model']['schema'],{start:_0x3e9a05,end:_0x310f92}=_0x3f70f9['getFirstRange'](),_0x1dd859=_0x3e9a05['nodeAfter']&&_0x22a638['isLimit'](_0x3e9a05['nodeAfter'])?null:_0x22a638['getNearestSelectionRange'](_0x3e9a05,'forward'),_0x44419d=_0x310f92['nodeBefore']&&_0x22a638['isLimit'](_0x310f92['nodeBefore'])?null:_0x22a638['getNearestSelectionRange'](_0x310f92,'backward'),_0x39490c=_0x4a25df['model']['createRange'](_0x1dd859?_0x1dd859['start']:_0x3e9a05,_0x44419d?_0x44419d['end']:_0x310f92);_0x4a25df['model']['change'](_0x1bb278=>{this['markDeletion'](_0x39490c);const _0x2f82c5=_0x4a25df['model']['schema']['getNearestSelectionRange'](_0x39490c['start']);_0x3f70f9['is']('documentSelection')?_0x1bb278['setSelection'](_0x2f82c5):_0x3f70f9['setTo'](_0x2f82c5);}),_0x2ab0f8['stop']();},{'priority':_0x4e98c9['normal']+0xa}),_0x4a25df['model']['on']('insertContent',(_0x34daae,_0x33033a)=>{const _0x40c0af=_0x33033a[_0x33033a['length']-0x1];_0x40c0af&&_0x40c0af['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x4a25df['model']['change'](()=>{let _0x17fb62=_0x4a25df['model']['insertContent'](_0x33033a[0x0],_0x33033a[0x1],_0x33033a[0x2],{'forceDefaultExecution':!0x0});if(!_0x17fb62)return;_0x34daae['return']=_0x17fb62['clone']();const _0xf9a630=_0x17fb62['end']['nodeBefore'],_0x2852bb=_0x4a25df['model']['schema'];_0xf9a630&&_0x2852bb['isBlock'](_0xf9a630)&&!_0x2852bb['isObject'](_0xf9a630)&&(_0x17fb62=_0x4a25df['model']['createRange'](_0x17fb62['start'],_0x4a25df['model']['createPositionAt'](_0xf9a630,'end'))),this['markInsertion'](_0x17fb62);}),_0x34daae['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x313e67=new x(_0x4a25df,this['_suggestions']);_0x4a25df['commands']['add']('acceptSuggestion',_0x313e67),this['enableCommand']('acceptSuggestion');const _0x1104a0=new R(_0x4a25df,this['_suggestions']);_0x4a25df['commands']['add']('discardSuggestion',_0x1104a0),this['enableCommand']('discardSuggestion'),_0x4a25df['commands']['add']('acceptAllSuggestions',new E(_0x4a25df,_0x313e67,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x4a25df['commands']['add']('discardAllSuggestions',new E(_0x4a25df,_0x1104a0,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x4a25df['commands']['add']('acceptSelectedSuggestions',new O(_0x4a25df,_0x313e67,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x4a25df['commands']['add']('discardSelectedSuggestions',new O(_0x4a25df,_0x1104a0,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x437aca=_0x4a25df['plugins']['get']('CommentsRepository');this['listenTo'](_0x437aca,'addComment',(_0x589265,{threadId:_0xb093c6})=>{const _0x247201=this['_suggestions']['get'](_0xb093c6);_0x247201&&_0x247201['commentThread']&&0x1===_0x247201['commentThread']['length']&&this['_updateSuggestionData'](_0xb093c6,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x437aca,'removeComment',(_0x2b9e19,{threadId:_0x1ebb9b})=>{const _0x2ef1f3=this['_suggestions']['get'](_0x1ebb9b);_0x2ef1f3&&_0x2ef1f3['commentThread']&&!_0x2ef1f3['commentThread']['length']&&this['_updateSuggestionData'](_0x1ebb9b,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x344062){if(this['_adapter'])throw new _0x5adf17('track-changes-adapter-already-set',this);this['_adapter']=_0x344062;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x231383=!0x1,toJSON:_0x4840b0=!0x1}={}){const _0x302b21=[];for(const _0x50ef0b of this['_suggestions']['values']())_0x231383&&!_0x50ef0b['isInContent']||_0x302b21['push'](_0x50ef0b);return _0x4840b0?_0x302b21['map'](_0x225cb6=>_0x225cb6['toJSON']()):_0x302b21;}['getSuggestion'](_0x2a3143){const _0x1802a8=this['_suggestions']['get'](_0x2a3143);if(!_0x1802a8)throw new _0x5adf17('track-changes-suggestion-not-found',this);return _0x1802a8;}['hasSuggestion'](_0xef4d25){return this['_suggestions']['has'](_0xef4d25);}['addSuggestionData'](_0x509b73){const {authorId:_0x1b8bc1,id:_0xf38305,attributes:_0x137ab1}=_0x509b73,[_0x331bc7,_0x3bcd5d]=_0x509b73['type']['split'](':'),_0x407056=this['_suggestions']['get'](_0xf38305)||this['_createSuggestion'](_0x331bc7,_0x3bcd5d,_0xf38305,_0x1b8bc1,_0x137ab1);if(this['_addThreadToSuggestion'](_0x407056),this['_checkSuggestionCorrectness'](_0x407056,_0x331bc7,_0x3bcd5d||null,_0x1b8bc1),_0x407056['createdAt']=_0x509b73['createdAt'],_0x407056['_isDataLoaded']=!0x0,_0x137ab1&&_0x137ab1['@external']){const _0x5d842d=_0x137ab1['@external'],_0x314e5f=this['_getExternalAuthor'](_0x5d842d['authorName']);_0x407056['authoredAt']=_0x5d842d['createdAt'],_0x407056['author']=_0x314e5f,_0x407056['isExternal']=!0x0;}else _0x407056['authoredAt']=_0x509b73['createdAt'];switch(_0x509b73['data']&&(_0x407056['data']=_0x509b73['data']),_0x509b73['attributes']&&(_0x407056['attributes']=_0x509b73['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x407056['_saved']=!0x0),this['_suggestionState']['get'](_0x407056)){case'notReady':this['_suggestionState']['set'](_0x407056,'dataReady');break;case'markerReady':_0x407056['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x407056])),this['_refreshSuggestionsChain'](new Set([_0x407056])),this['_suggestionState']['set'](_0x407056,'ready'),this['fire']('suggestionLoaded',_0x407056)):this['_suggestionState']['set'](_0x407056,'removed');}return _0x407056;}['acceptSuggestion'](_0x48673e){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x259c6e of _0x48673e['getAllAdjacentSuggestions']())_0x259c6e['accept']();});});}['discardSuggestion'](_0x5bf29c){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x5c46e2 of _0x5bf29c['getAllAdjacentSuggestions']())_0x5c46e2['discard']();});});}['enableCommand'](_0x2cc9fb,_0x414e14){const _0x524fc7=this['editor']['commands']['get'](_0x2cc9fb);if(!_0x524fc7)throw new _0x5adf17('track-changes-command-not-found',this,{'commandName':_0x2cc9fb});if(this['_enabledCommands']['has'](_0x524fc7))throw new _0x5adf17('track-changes-enable-command-twice',this,{'commandName':_0x2cc9fb});this['_enabledCommands']['add'](_0x524fc7),_0x414e14&&_0x524fc7['on']('execute',(_0x13efee,_0x8f3b69)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x8f3b69['length']>0x0&&_0x8f3b69[_0x8f3b69['length']-0x1]&&_0x8f3b69[_0x8f3b69['length']-0x1]['forceDefaultExecution']?_0x8f3b69['pop']():(_0x13efee['return']=_0x414e14((..._0x2c2f7a)=>_0x524fc7['execute'](..._0x2c2f7a,{'forceDefaultExecution':!0x0}),..._0x8f3b69),_0x13efee['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x3c8dba){let _0x50cc2d,_0x493dd4;const _0x1f61a9=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x50cc2d=_0x3c8dba();}catch(_0x357664){_0x493dd4=_0x357664;}return _0x1f61a9||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x493dd4&&_0x5adf17['rethrowUnexpectedError'](_0x493dd4,this),_0x50cc2d;}['markInsertion'](_0x45aa21,_0x5f4a41=null,_0x4f8d15={}){if(_0x45aa21['isCollapsed'])return null;const _0x1d9f00=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x9ef8da,meta:_0xfe1584}of this['_findSuggestions'](_0x45aa21,'insertion'))if(_0xfe1584['isOwn']){if(!_0xfe1584['isNextTo']){if(_0xfe1584['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!qt(_0x9ef8da,_0x4f8d15))continue;return _0x9ef8da;}if(qt(_0x9ef8da,_0x4f8d15))return _0x9ef8da;this['_breakSuggestionMarker'](_0x9ef8da,_0x45aa21['start'],_0x45aa21['end']);break;}if(_0x5f4a41==_0x9ef8da['subType']&&qt(_0x9ef8da,_0x4f8d15)){const _0x4b6ab0=_0x9ef8da['getFirstRange']();return _0x4b6ab0['start']['isEqual'](_0x45aa21['end'])?this['_setSuggestionRange'](_0x9ef8da,this['_model']['createRange'](_0x45aa21['start'],_0x4b6ab0['end'])):this['_setSuggestionRange'](_0x9ef8da,this['_model']['createRange'](_0x4b6ab0['start'],_0x45aa21['end'])),_0x9ef8da;}}const _0x49d1c7=_0x27c666(),_0x2915b2=_0x1d9f00['id'],_0x2568ac=_0x5f4a41?'insertion:'+_0x5f4a41:'insertion',_0x270379=this['_setSuggestionData']({'id':_0x49d1c7,'type':_0x2568ac,'createdAt':new Date(),'authorId':_0x2915b2,'attributes':_0x4f8d15});return this['_addSuggestionMarker'](_0x2568ac,_0x49d1c7,_0x2915b2,_0x45aa21),_0x270379;}['markMultiRangeInsertion'](_0x197b57,_0xa717b4='multi',_0x3120b7={}){const _0xddea4=this['editor']['plugins']['get']('Users')['me'],_0x29d78d=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0xa717b4,'join');for(const _0x1f37ba of this['getSuggestions']())if(_0x1f37ba['author']['id']==_0xddea4['id']&&'insertion'==_0x1f37ba['type']&&_0x1f37ba['subType']==_0xa717b4&&qt(_0x1f37ba,_0x3120b7)&&(_0x29d78d(_0x1f37ba['getRanges'](),_0x197b57)||_0x29d78d(_0x197b57,_0x1f37ba['getRanges']()))){for(const _0x31d00a of _0x197b57)_0x1f37ba['addRange'](_0x31d00a);return _0x1f37ba;}for(const {suggestion:_0x3319f2,meta:_0x36a2b7}of this['_findSuggestions'](_0x197b57,'insertion')){if(!_0x36a2b7['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x36a2b7['containsRangeInObject'])continue;if(!qt(_0x3319f2,_0x3120b7))continue;let _0x47a615=!0x0;for(const _0x2f4d25 of _0x3319f2['getRanges']())for(const _0x2142f6 of _0x197b57)if(!_0x2f4d25['containsRange'](_0x2142f6)){_0x47a615=!0x1;break;}if(_0x47a615)return _0x3319f2;}const _0x23dc1c=_0x27c666(),_0x342fa0=_0xddea4['id'],_0x3f52f1='insertion:'+_0xa717b4,_0x3015b3=this['_setSuggestionData']({'id':_0x23dc1c,'type':_0x3f52f1,'createdAt':new Date(),'authorId':_0x342fa0,'attributes':_0x3120b7});for(const _0x30b671 of _0x197b57)this['_addSuggestionMarker'](_0x3f52f1,_0x23dc1c,_0x342fa0,_0x30b671,u['getMultiRangeId']());return _0x3015b3;}['markInlineFormat'](_0x54be3c,_0x23781d,_0x2d9e1d=null,_0x27cc0d={}){if(_0x2d9e1d=_0x2d9e1d||Gt(_0x23781d),_0x54be3c['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x441dc1=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x2d9e1d,'accept');return this['forceDefaultExecution'](()=>_0x441dc1([_0x54be3c],_0x23781d,_0x27cc0d)),null;}const _0x572db2=this['editor']['plugins']['get']('Users')['me'],_0x2bdd0f=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x1019fe,meta:_0x3ffaf6}of this['_findSuggestions'](_0x54be3c,'insertion'))_0x3ffaf6['isOwn']&&!_0x3ffaf6['isInsideObject']&&_0x2bdd0f['push'](..._0x1019fe['getRanges']());}const _0x15bd72=function(_0x599a18,_0x199def){const _0x5327f5=[];for(const _0x3a04c3 of _0x199def){const _0x26ade2=_0x599a18['getIntersection'](_0x3a04c3);_0x26ade2&&_0x5327f5['push'](_0x26ade2);}return _0x5327f5;}(_0x54be3c,_0x2bdd0f),_0x405b3c=function(_0x5582e1,_0x1e7f52){const _0xfbabc3=[_0x5582e1];for(const _0x2815ce of _0x1e7f52){let _0x340df7=0x0;for(;_0x340df7<_0xfbabc3['length'];){const _0x76fd4d=_0xfbabc3[_0x340df7]['getDifference'](_0x2815ce);_0xfbabc3['splice'](_0x340df7,0x1,..._0x76fd4d),_0x340df7+=_0x76fd4d['length'];}}return _0xfbabc3;}(_0x54be3c,_0x2bdd0f);_0x15bd72['length']&&this['_model']['change'](()=>{for(const _0x14f3ad of _0x15bd72){const _0x539f54=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x2d9e1d,'accept');this['forceDefaultExecution'](()=>_0x539f54([_0x14f3ad],_0x23781d,_0x27cc0d));}});for(const _0x5c1528 of _0x405b3c){let _0x1aa526=null,_0xe4aa=_0x5c1528['start'],_0x1e0819=_0x5c1528['end'];for(const {suggestion:_0x31458a,meta:_0xb5cfa9}of this['_findSuggestions'](_0x5c1528,'formatInline')){if(!_0xb5cfa9['isOwn'])continue;if(_0x31458a['subType']!=_0x2d9e1d)continue;if(!qt(_0x31458a,_0x27cc0d))continue;const _0x305d9d=_0x31458a['getFirstRange']();if(_0x305d9d['containsRange'](_0x5c1528,!0x0))return null;_0xe4aa=_0xe4aa['isBefore'](_0x305d9d['start'])?_0xe4aa:_0x305d9d['start'],_0x1e0819=_0x1e0819['isAfter'](_0x305d9d['end'])?_0x1e0819:_0x305d9d['end'],_0x1aa526?_0x305d9d['start']['isBefore'](_0x1aa526['getFirstRange']()['start'])?(_0x1aa526['removeMarkers'](),_0x1aa526=_0x31458a):_0x31458a['removeMarkers']():_0x1aa526=_0x31458a;}const _0x5c2afd=this['_model']['createRange'](_0xe4aa,_0x1e0819);if(_0x1aa526)this['_setSuggestionRange'](_0x1aa526,_0x5c2afd);else{const _0x4f879e=_0x27c666(),_0x83d857=_0x572db2['id'];this['_setSuggestionData']({'id':_0x4f879e,'type':'formatInline:'+_0x2d9e1d,'data':_0x23781d,'createdAt':new Date(),'authorId':_0x83d857,'attributes':_0x27cc0d}),this['_addSuggestionMarker']('formatInline:'+_0x2d9e1d,_0x4f879e,_0x83d857,_0x5c2afd);}}return null;}['markBlockFormat'](_0x2b68e1,_0x4d27fd,_0x47ca3d=[],_0x5701cd=null,_0x462e4e={}){_0x4d27fd['formatGroupId']||(_0x4d27fd['formatGroupId']=_0x4d27fd['commandName']),_0x4d27fd['multipleBlocks']=_0x2b68e1['is']('range'),_0x5701cd=_0x5701cd||Gt(_0x4d27fd);const _0x2d6ceb=_0x47ca3d['map'](_0x204491=>Lt(_0x204491,this['_model'])),_0x34b555=_0x2b68e1['is']('range')?_0x2b68e1:Lt(_0x2b68e1,this['_model']);if('never'===this['_trackFormatChanges']){const _0x51987e=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x5701cd,'accept');return this['forceDefaultExecution'](()=>_0x51987e([_0x34b555],_0x4d27fd,_0x462e4e)),null;}_0x2d6ceb['push'](_0x34b555);let _0x26d8d4=!0x0;for(const _0x5d11c1 of _0x2d6ceb)if(!this['_rangeIsInLocalUserInsertion'](_0x5d11c1)){_0x26d8d4=!0x1;break;}if(_0x26d8d4&&'always'!==this['_trackFormatChanges']){const _0x485fb9=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x5701cd,'accept');return this['forceDefaultExecution'](()=>_0x485fb9([_0x34b555],_0x4d27fd,_0x462e4e)),null;}let _0x4809f1=null,_0x2fc5a1=_0x34b555['start'],_0x558f62=_0x34b555['end'];for(const {suggestion:_0x85a5dc,meta:_0x357fce}of this['_findSuggestions'](_0x34b555,'formatBlock')){if(!_0x357fce['isOwn'])continue;if(_0x357fce['isNextTo']||_0x357fce['containsRangeInObject']||_0x357fce['isInsideObject'])continue;if(_0x85a5dc['data']['formatGroupId']!=_0x4d27fd['formatGroupId'])continue;if(!qt(_0x85a5dc,_0x462e4e))continue;const _0x17e20b=_0x85a5dc['getFirstRange']();if(_0x85a5dc['subType']==_0x5701cd){if(_0x17e20b['containsRange'](_0x34b555,!0x0))return null;_0x2fc5a1=_0x2fc5a1['isBefore'](_0x17e20b['start'])?_0x2fc5a1:_0x17e20b['start'],_0x558f62=_0x558f62['isAfter'](_0x17e20b['end'])?_0x558f62:_0x17e20b['end'],_0x4809f1?_0x17e20b['start']['isBefore'](_0x4809f1['getFirstRange']()['start'])?(_0x4809f1['removeMarkers'](),_0x4809f1=_0x85a5dc):_0x85a5dc['removeMarkers']():_0x4809f1=_0x85a5dc;}else{const _0x4759fc=_0x34b555['getIntersection'](_0x17e20b);this['_cutOutSuggestionMarker'](_0x85a5dc,_0x4759fc);}}const _0x3d0313=this['editor']['plugins']['get']('Users')['me'],_0x1945b=_0x27c666(),_0x23d303=_0x3d0313['id'];if(_0x4809f1)return this['_setSuggestionRange'](_0x4809f1,this['_model']['createRange'](_0x2fc5a1,_0x558f62)),_0x4809f1;{const _0x5f1913=this['_setSuggestionData']({'id':_0x1945b,'type':'formatBlock:'+_0x5701cd,'data':_0x4d27fd,'createdAt':new Date(),'authorId':_0x23d303,'attributes':_0x462e4e});return this['_addSuggestionMarker']('formatBlock:'+_0x5701cd,_0x1945b,_0x23d303,this['_model']['createRange'](_0x2fc5a1,_0x558f62)),_0x5f1913;}}['markMultiRangeBlockFormat'](_0x4f3d88,_0x2f6186,_0x331300=[],_0x1296fa=null,_0x91e019={}){_0x2f6186['formatGroupId']||(_0x2f6186['formatGroupId']=_0x2f6186['commandName']);const _0x39388c=_0x4f3d88[0x0];_0x2f6186['multipleBlocks']=_0x39388c['is']('range'),_0x1296fa=_0x1296fa||Gt(_0x2f6186);const _0x424ccf=_0x331300['map'](_0x41c5c2=>Lt(_0x41c5c2,this['_model'])),_0x2599a5=_0x39388c['is']('range')?_0x4f3d88:_0x4f3d88['map'](_0x43750d=>Lt(_0x43750d,this['_model']));if('never'===this['_trackFormatChanges']){const _0x30b159=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1296fa,'accept');return this['forceDefaultExecution'](()=>_0x30b159(_0x2599a5,_0x2f6186,_0x91e019)),null;}_0x424ccf['push'](..._0x2599a5);let _0x12caae=!0x0;for(const _0x580ff3 of _0x424ccf)if(!this['_rangeIsInLocalUserInsertion'](_0x580ff3)){_0x12caae=!0x1;break;}if(_0x12caae&&'always'!==this['_trackFormatChanges']){const _0x1b301f=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1296fa,'accept');return this['forceDefaultExecution'](()=>_0x1b301f(_0x2599a5,_0x2f6186,_0x91e019)),null;}const _0x40576d=this['editor']['plugins']['get']('Users')['me'];for(const _0x1d57ad of this['getSuggestions']()){if(_0x1d57ad['author']['id']!=_0x40576d['id'])continue;if('formatBlock'!=_0x1d57ad['type']||_0x1d57ad['data']['formatGroupId']!=_0x2f6186['formatGroupId'])continue;if(!qt(_0x1d57ad,_0x91e019))continue;const _0x1bcc79=_0x1d57ad['subType']==_0x1296fa;for(let _0x29de30=0x0;_0x29de30<_0x2599a5['length'];_0x29de30++){const _0x3c4722=_0x2599a5[_0x29de30];for(const _0x44e592 of _0x1d57ad['getMarkers']()){const _0x5e3f88=_0x44e592['getRange']();if(_0x3c4722['isEqual'](_0x5e3f88)){_0x1bcc79?(_0x2599a5['splice'](_0x29de30,0x1),_0x29de30--):_0x1d57ad['removeMarker'](_0x44e592['name']);break;}}}}if(0x0==_0x2599a5['length'])return null;const _0x1c77d5=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1296fa,'join');for(const _0x53b539 of this['getSuggestions']())if(_0x53b539['author']['id']==_0x40576d['id']&&'formatBlock'==_0x53b539['type']&&_0x53b539['data']['formatGroupId']==_0x2f6186['formatGroupId']&&_0x53b539['subType']==_0x1296fa&&qt(_0x53b539,_0x91e019)&&(_0x1c77d5(_0x53b539['getRanges'](),_0x2599a5)||_0x1c77d5(_0x2599a5,_0x53b539['getRanges']()))){for(const _0xa7b898 of _0x2599a5)_0x53b539['addRange'](_0xa7b898);return _0x53b539;}const _0x31db21=_0x27c666(),_0x4dc2e2=_0x40576d['id'],_0x49e5e4='formatBlock:'+_0x1296fa,_0x445105=this['_setSuggestionData']({'id':_0x31db21,'type':_0x49e5e4,'data':_0x2f6186,'createdAt':new Date(),'authorId':_0x4dc2e2,'attributes':_0x91e019});for(const _0x2ce123 of _0x2599a5)this['_addSuggestionMarker'](_0x49e5e4,_0x31db21,_0x4dc2e2,_0x2ce123,u['getMultiRangeId']());return _0x445105;}['markDeletion'](_0x524774,_0x55e6a0=null,_0xe28e0e={}){if(_0x524774['isCollapsed'])return null;const _0x509358=this['editor']['plugins']['get']('Users')['me'],_0x5aea2a=new _0xb1b223(_0x524774['start'],_0x524774['end']);for(const {suggestion:_0x3cf77f,meta:_0x41b2b0}of this['_findSuggestions'](_0x5aea2a,'insertion'))if(_0x41b2b0['isOwn']&&!_0x41b2b0['isNextTo']){if(_0x3cf77f['isMultiRange']){const _0x13d16d=_0x3cf77f['getRanges']()['filter'](_0x1a79dc=>'$graveyard'!=_0x1a79dc['root']['rootName']);_0x13d16d['every'](_0x190f02=>_0x5aea2a['containsRange'](_0x190f02,!0x0))&&_0x3cf77f['discard']();if(_0x13d16d['some'](_0x5a577d=>_0x5a577d['containsRange'](_0x5aea2a,!0x0))){const _0x48a9fa=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x55e6a0,'accept');return this['forceDefaultExecution'](()=>_0x48a9fa([_0x5aea2a],null,_0xe28e0e)),null;}}else{const _0x270a44=_0x5aea2a['getIntersection'](_0x3cf77f['getFirstRange']());null!==_0x270a44&&_0x3cf77f['_onDiscard']([_0x270a44],null,_0xe28e0e);}}if(_0x5aea2a['detach'](),_0x5aea2a['isCollapsed']||'$graveyard'==_0x5aea2a['root']['rootName'])return null;let _0x1bbfac=null,_0x49f6a9=_0x5aea2a['start'],_0x3c76b9=_0x5aea2a['end'];const _0x366015=this['_findSuggestions'](_0x5aea2a,'deletion');for(const {suggestion:_0x5e24ce,meta:_0x570cf0}of _0x366015){const _0x3117c7=this['_model']['createRange'](_0x49f6a9,_0x3c76b9);if(_0x570cf0['isOwn']&&(this['_mergeNestedSuggestions']||!_0x570cf0['containsRangeInObject']&&!_0x570cf0['isInsideObject'])){if(_0x5e24ce['isMultiRange']){if(!qt(_0x5e24ce,_0xe28e0e))continue;let _0x260f17=!0x0;for(const _0x5b5da2 of _0x5e24ce['getRanges']()){if(_0x5b5da2['containsRange'](_0x3117c7,!0x0))return _0x5e24ce;_0x3117c7['containsRange'](_0x5b5da2)||(_0x260f17=!0x1);}_0x260f17&&_0x5e24ce['discard']();}else{const _0x27461d=_0x5e24ce['getFirstRange']();if(_0x27461d['containsRange'](_0x3117c7,!0x0))return _0x5e24ce;if(!qt(_0x5e24ce,_0xe28e0e)){_0x3117c7['containsRange'](_0x27461d)?_0x5e24ce['removeMarkers']():_0x27461d['containsPosition'](_0x49f6a9)?_0x49f6a9=_0x27461d['end']:_0x27461d['containsPosition'](_0x3c76b9)&&(_0x3c76b9=_0x27461d['start']);continue;}_0x49f6a9=_0x49f6a9['isBefore'](_0x27461d['start'])?_0x49f6a9:_0x27461d['start'],_0x3c76b9=_0x3c76b9['isAfter'](_0x27461d['end'])?_0x3c76b9:_0x27461d['end'],_0xe28e0e=Object['assign']({},_0x5e24ce['attributes']),_0x1bbfac?_0x27461d['start']['isBefore'](_0x1bbfac['getFirstRange']()['start'])?(_0x1bbfac['removeMarkers'](),_0x1bbfac=_0x5e24ce):_0x5e24ce['removeMarkers']():_0x1bbfac=_0x5e24ce;}}}if(_0x1bbfac)return this['_setSuggestionRange'](_0x1bbfac,this['_model']['createRange'](_0x49f6a9,_0x3c76b9)),_0x1bbfac;{const _0x467a29=_0x27c666(),_0x1665a1=this['_model']['createRange'](_0x49f6a9,_0x3c76b9),_0x5a57dc=_0x509358['id'],_0x1f4af4=_0x55e6a0?'deletion:'+_0x55e6a0:'deletion',_0x40bf82=this['_setSuggestionData']({'id':_0x467a29,'type':_0x1f4af4,'createdAt':new Date(),'authorId':_0x5a57dc,'attributes':_0xe28e0e});return this['_addSuggestionMarker'](_0x1f4af4,_0x467a29,_0x5a57dc,_0x1665a1),_0x40bf82;}}['markMultiRangeDeletion'](_0x1f0457,_0x223e46='multi',_0x47043c={}){const _0x58cf78=this['editor']['plugins']['get']('Users')['me'],_0x482e65=_0x1f0457['map'](_0x5b4f33=>new _0xb1b223(_0x5b4f33['start'],_0x5b4f33['end'])),_0x36f659=new Set();for(const {suggestion:_0x34178c,meta:_0x4e03e5}of this['_findSuggestions'](_0x482e65,'insertion'))_0x4e03e5['isOwn']&&!_0x4e03e5['isNextTo']&&_0x36f659['add'](_0x34178c);for(const _0x391aeb of _0x36f659)if(_0x391aeb['isMultiRange']){const _0x1e2c28=_0x391aeb['getRanges']();(!_0x391aeb['attributes']||!_0x391aeb['attributes']['skipNestingCheck'])&&(_0x1e2c28['every'](_0x5e6d1a=>_0x482e65['some'](_0x55c6bb=>_0x55c6bb['containsRange'](_0x5e6d1a,!0x0)))&&_0x391aeb['discard']());if(_0x482e65['every'](_0x30004a=>_0x1e2c28['some'](_0x7252d8=>_0x7252d8['containsRange'](_0x30004a,!0x0)))){const _0x427745=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x223e46,'accept');return this['forceDefaultExecution'](()=>_0x427745(_0x1f0457,null,_0x47043c)),null;}}else{const _0x1499ed=_0x391aeb['getFirstRange']();_0x482e65['some'](_0x40f61d=>_0x40f61d['containsRange'](_0x1499ed,!0x0))&&_0x391aeb['discard']();if(_0x482e65['every'](_0x1fe7c4=>_0x1499ed['containsRange'](_0x1fe7c4,!0x0))){const _0x3ee1c1=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x223e46,'accept');return this['forceDefaultExecution'](()=>_0x3ee1c1(_0x482e65,null,_0x47043c)),null;}}const _0x7181b0=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x223e46,'join');let _0x1964bf=null;for(const _0x1679af of this['getSuggestions']())if(_0x1679af['author']['id']==_0x58cf78['id']&&_0x1679af['isInContent']&&'deletion'==_0x1679af['type']&&_0x1679af['subType']==_0x223e46&&qt(_0x1679af,_0x47043c)&&(_0x7181b0(_0x1679af['getRanges'](),_0x482e65)||_0x7181b0(_0x482e65,_0x1679af['getRanges']()))){if(_0x1964bf){if(_0x1679af['commentThread']&&_0x1679af['commentThread']['length'])continue;for(const _0x9016 of _0x1679af['getRanges']())_0x1964bf['isIntersectingWithRange'](_0x9016)||_0x1964bf['addRange'](_0x9016);_0x1679af['removeMarkers']();}else{_0x1964bf=_0x1679af;for(const _0x426d10 of _0x482e65)_0x1679af['isIntersectingWithRange'](_0x426d10)||_0x1679af['addRange'](_0x426d10);}}if(_0x1964bf)return _0x1964bf;_0x36f659['clear']();for(const {suggestion:_0x1e0e84,meta:_0x67a074}of this['_findSuggestions'](_0x482e65,'deletion'))_0x67a074['isOwn']&&(this['_mergeNestedSuggestions']||!_0x67a074['containsRangeInObject']&&!_0x67a074['isInsideObject'])&&qt(_0x1e0e84,_0x47043c)&&_0x36f659['add'](_0x1e0e84);for(const _0x6c9351 of _0x36f659){const _0x26e13a=_0x6c9351['getRanges']();if(!_0x47043c||!_0x47043c['skipNestingCheck']){if(_0x482e65['every'](_0xd696c0=>_0x26e13a['some'](_0x2b0878=>_0x2b0878['containsRange'](_0xd696c0,!0x0))))return _0x6c9351;}(!_0x6c9351['attributes']||!_0x6c9351['attributes']['skipNestingCheck'])&&(_0x26e13a['every'](_0x1cd467=>_0x482e65['some'](_0x413ba7=>_0x413ba7['containsRange'](_0x1cd467,!0x0)))&&_0x6c9351['discard']());}const _0x2d447d=_0x27c666(),_0x42e7f2=_0x58cf78['id'],_0x584eaf='deletion:'+_0x223e46,_0x4c5b73=this['_setSuggestionData']({'id':_0x2d447d,'type':_0x584eaf,'createdAt':new Date(),'authorId':_0x42e7f2,'attributes':_0x47043c});for(const _0x361814 of _0x482e65)_0x361814['detach'](),_0x361814['isCollapsed']||'$graveyard'==_0x361814['root']['rootName']||this['_addSuggestionMarker'](_0x584eaf,_0x2d447d,_0x42e7f2,_0x361814,u['getMultiRangeId']());return _0x4c5b73;}['markAttributeChange'](_0x2f7e6c,_0x13c404,_0x5a38ae,_0x3efa16,_0x1dbd5e){if(_0x2f7e6c['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x2cb653=this['editor']['plugins']['get']('Users')['me']['id'],_0x3b6a47=Array['from'](this['_suggestions']['values']())['filter'](_0x2c60d8=>'attribute'==_0x2c60d8['type']&&_0x2c60d8['data']['key']==_0x13c404&&_0x2c60d8['isIntersectingWithRange'](_0x2f7e6c));if('default'===this['_trackFormatChanges']){const _0x235a54=this['_findSuggestions'](_0x2f7e6c,'insertion')['filter'](({meta:_0xf59c49})=>_0xf59c49['isOwn']&&!_0xf59c49['isInsideObject']&&!_0xf59c49['isNextTo'])['map'](({suggestion:_0x946e21})=>_0x946e21);_0x3b6a47['unshift'](..._0x235a54);}const _0x3b285d=new Map([[_0x2f7e6c,_0x5a38ae]]);for(const _0x3138a7 of _0x3b6a47){const _0xeda4a3='attribute'==_0x3138a7['type']?_0x3138a7['data']['oldValue']:void 0x0,_0x292d48=_0x3138a7['getFirstRange'](),_0x51ec5a=Array['from'](_0x3b285d['keys']())['find'](_0x24076d=>_0x24076d['isIntersecting'](_0x292d48));if(!_0x51ec5a)continue;const _0x209d1c=_0x51ec5a['getDifference'](_0x292d48);this['_isBlockAttribute'](_0x13c404)&&'insertion'==_0x3138a7['type']&&0x0!=_0x209d1c['length']||(_0x3b285d['delete'](_0x51ec5a),_0x209d1c['forEach'](_0x22d054=>{_0x3b285d['set'](_0x22d054,_0x5a38ae);}),'insertion'!=_0x3138a7['type']&&_0xeda4a3!=_0x3efa16&&_0x3b285d['set'](_0x51ec5a['getIntersection'](_0x292d48),_0xeda4a3));}const _0x19d314=[];for(const [_0x3f3818,_0x4b8635]of _0x3b285d){const _0x246630=_0x27c666(),_0x3007b1={'key':_0x13c404,'oldValue':_0x4b8635,'newValue':_0x3efa16};_0x13c404['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':_0x13c404});const _0x4c2693=('attribute:'+(_0x13c404+'|'+Gt({'newValue':_0x3efa16})))['substring'](0x0,0x3c),_0x25e0cb=this['_setSuggestionData']({'id':_0x246630,'type':_0x4c2693,'data':_0x3007b1,'createdAt':new Date(),'authorId':_0x2cb653,'attributes':_0x1dbd5e});_0x19d314['push'](_0x25e0cb),this['_addSuggestionMarker'](_0x4c2693,_0x246630,_0x2cb653,_0x3f3818);}return _0x19d314;}['enableDefaultAttributesIntegration'](_0xcf4154){this['enableCommand'](_0xcf4154,(_0x591ac2,..._0x4c9ba1)=>{this['_recordAttributeChanges'](()=>{_0x591ac2(..._0x4c9ba1);});});}['registerBlockAttribute'](_0x79d1b7){this['_blockAttributeKeys']['add'](_0x79d1b7);}['registerInlineAttribute'](_0x8b08f1){this['_inlineAttributeKeys']['add'](_0x8b08f1);}['_getAttributeKey'](_0x50dde1){return'attribute'==_0x50dde1['type']?_0x50dde1['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x2d6c6c,_0x112949){const _0x5d1649=_0x2d6c6c['getFirstMarker']();this['_model']['change'](_0xefcf58=>{_0xefcf58['updateMarker'](_0x5d1649,{'range':_0x112949});});}['_addThreadToSuggestion'](_0x461752){const _0x2178ef=_0x461752['id'],_0x1afb81=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x2178ef)||this['_commentsRepository']['addCommentThread']({'channelId':_0x1afb81,'threadId':_0x2178ef,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x59828e=this['_commentsRepository']['getCommentThread'](_0x2178ef);_0x59828e['unbind']('isRemovable'),_0x59828e['isRemovable']=!0x1,_0x461752['commentThread']=_0x59828e;}['_checkSuggestionCorrectness'](_0x3b82a9,_0x47a5ab,_0xed2c60,_0x55212f){if(_0x3b82a9['type']!=_0x47a5ab||_0x3b82a9['subType']!=_0xed2c60||_0x3b82a9['creator']['id']!=_0x55212f)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x5adf17('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x13bc60,_0x3a5736){const _0x2c1036=_0x13bc60['getFirstRange']();if(_0x3a5736['isEqual'](_0x2c1036))_0x13bc60['removeMarkers']();else{if(_0x2c1036['containsRange'](_0x3a5736)){const _0x345402=this['_model']['createPositionAt'](_0x3a5736['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x13bc60,this['_model']['createRange'](_0x2c1036['start'],_0x345402));const _0x39ffc6=_0x27c666(),_0x55b211=_0x13bc60['creator']['id'],_0x4dfc51=_0x13bc60['type']+':'+_0x13bc60['subType'];this['_setSuggestionData']({'id':_0x39ffc6,'type':_0x4dfc51,'createdAt':new Date(),'authorId':_0x55b211,'data':_0x13bc60['data'],'attributes':_0x13bc60['attributes']});const _0x7f8dc0=this['_model']['createPositionAt'](_0x3a5736['end']['parent'],'after'),_0x29798a=this['_model']['createRange'](_0x7f8dc0,_0x2c1036['end']);this['_addSuggestionMarker'](_0x4dfc51,_0x39ffc6,_0x55b211,_0x29798a);}else{if(_0x2c1036['containsPosition'](_0x3a5736['start'])){const _0x26567b=this['_model']['createPositionAt'](_0x3a5736['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x13bc60,this['_model']['createRange'](_0x2c1036['start'],_0x26567b));}else{const _0x4f78d7=this['_model']['createPositionAt'](_0x3a5736['end']['parent'],'after');this['_setSuggestionRange'](_0x13bc60,this['_model']['createRange'](_0x4f78d7,_0x2c1036['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x6b0acd){for(const {suggestion:_0x31ffb1,meta:_0x2cb930}of this['_findSuggestions'](_0x6b0acd,'insertion')){if(!_0x2cb930['isOwn'])continue;const _0x215b11=_0x31ffb1['getRanges']();for(const _0x119d54 of _0x215b11)if(!_0x6b0acd['getDifference'](_0x119d54)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x1a6580){const _0x8d4ad2=this['editor']['plugins']['get']('Users')['getUser'](_0x1a6580);if(!_0x8d4ad2)throw new _0x5adf17('track-changes-user-not-found',this);return _0x8d4ad2;}['_getExternalAuthor'](_0x4a0b38){const _0x354a33=this['editor']['plugins']['get']('Users'),_0xdfe2c0=_0x2b6f8('external:'+_0x4a0b38),_0x2bbaa9=_0x354a33['getUser'](_0xdfe2c0);return _0x2bbaa9||_0x354a33['addUser']({'id':_0xdfe2c0,'name':_0x4a0b38});}['_createSuggestion'](_0x2a87ab,_0x4b380c,_0x403052,_0x42db51,_0x3416e2){const _0x37a1bb=this['_getAuthorFromId'](_0x42db51),_0x30f894=this['_suggestionFactory']['buildSuggestion'](_0x2a87ab,_0x4b380c,_0x403052,_0x37a1bb,_0x3416e2,_0x9954e9=>{this['_updateSuggestionData'](_0x403052,{'attributes':_0x9954e9});const _0x182d77=this['getSuggestion'](_0x403052);this['_joinWithAdjacentSuggestions'](new Set([_0x182d77])),this['_refreshSuggestionsChain'](new Set([_0x182d77]));});return this['listenTo'](_0x30f894,'accept',()=>{this['_updateSuggestionData'](_0x403052,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x30f894,'discard',()=>{this['_updateSuggestionData'](_0x403052,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x403052,_0x30f894),this['_suggestionState']['set'](_0x30f894,'notReady'),_0x30f894;}['_splitMarkerName'](_0x41d238){const _0x11cd3d=_0x41d238['split'](':');return{'group':_0x11cd3d[0x0],'type':_0x11cd3d[0x1],'subType':_0x11cd3d['length']>=0x5?_0x11cd3d[0x2]:null,'id':_0x11cd3d['length']<0x5?_0x11cd3d[0x2]:_0x11cd3d[0x3],'authorId':_0x11cd3d['length']<0x5?_0x11cd3d[0x3]:_0x11cd3d[0x4],'markerCount':0x6==_0x11cd3d['length']?_0x11cd3d[0x5]:null};}['_breakSuggestionMarker'](_0x3e0f82,_0x32d856,_0x4eeddd){const _0x864ace=_0x3e0f82['getFirstRange'](),_0x215702=_0x864ace['start'],_0x272553=_0x864ace['end'];this['_setSuggestionRange'](_0x3e0f82,this['_model']['createRange'](_0x215702,_0x32d856));const _0x184ee3=_0x27c666(),_0x2174c7=_0x3e0f82['creator']['id'],_0x1e1b20=_0x3e0f82['type']+(_0x3e0f82['subType']?':'+_0x3e0f82['subType']:'');this['_setSuggestionData']({'id':_0x184ee3,'type':_0x1e1b20,'createdAt':new Date(),'authorId':_0x2174c7,'originalSuggestionId':_0x3e0f82['id'],'attributes':_0x3e0f82['attributes'],'data':_0x3e0f82['data']});const _0x261eee=this['_getAttributeKey'](_0x3e0f82);('formatBlock'==_0x3e0f82['type']||_0x261eee&&this['_isBlockAttribute'](_0x261eee))&&(_0x4eeddd=this['_model']['createPositionBefore'](_0x4eeddd['parent'])),this['_addSuggestionMarker'](_0x1e1b20,_0x184ee3,_0x2174c7,this['_model']['createRange'](_0x4eeddd,_0x272553));}['_findSuggestions'](_0x448809,_0x14dbfa=null){const _0x1e1b09=[],_0x4af9df=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x448809)||(_0x448809=[_0x448809]);for(const _0x1cfd39 of this['getSuggestions']()){if(!_0x1cfd39['isInContent'])continue;if(_0x14dbfa&&_0x1cfd39['type']!=_0x14dbfa)continue;let _0x5342ba=!0x1;for(const _0x92a181 of _0x1cfd39['getRanges']()){for(const _0x4ed653 of _0x448809){const _0xcd7b93=_0x4ed653['start']['isEqual'](_0x92a181['end'])||_0x4ed653['end']['isEqual'](_0x92a181['start']);if(_0xcd7b93||_0x4ed653['getIntersection'](_0x92a181)){const _0x3afb59=_0x4ed653['containsRange'](_0x92a181)&&Ot(this['_model']['schema'],_0x92a181['start'],_0x4ed653),_0x1eb793=_0x92a181['containsRange'](_0x4ed653)&&Ot(this['_model']['schema'],_0x4ed653['start'],_0x92a181);_0x1e1b09['push']({'suggestion':_0x1cfd39,'meta':{'isOwn':_0x4af9df==_0x1cfd39['author'],'isNextTo':_0xcd7b93,'isInsideObject':_0x3afb59,'containsRangeInObject':_0x1eb793}}),_0x5342ba=!0x0;break;}}if(_0x5342ba)break;}}return _0x1e1b09;}['_addSuggestionMarker'](_0x30ed09,_0x3f36cf,_0x45bb65,_0x492c4f,_0x40e337){this['_model']['change'](_0x4c2c94=>{let _0x24218f='suggestion:'+_0x30ed09+':'+_0x3f36cf+':'+_0x45bb65;_0x40e337&&(_0x24218f=_0x24218f+':'+_0x40e337),_0x4c2c94['addMarker'](_0x24218f,{'range':_0x492c4f,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x5cf6df){const _0x365a2b=_0x5cf6df['previous'],_0x430ca8=_0x5cf6df['next'];_0x5cf6df['previous']=null,_0x5cf6df['next']=null,null!=_0x365a2b&&_0x365a2b['next']==_0x5cf6df&&(_0x365a2b['next']=_0x430ca8),null!=_0x430ca8&&_0x430ca8['previous']==_0x5cf6df&&(_0x430ca8['previous']=_0x365a2b),'ready'==this['_suggestionState']['get'](_0x5cf6df)&&(this['_suggestionState']['set'](_0x5cf6df,'removed'),this['fire']('suggestionUnloaded',_0x5cf6df,_0x365a2b,_0x430ca8));}['_setSuggestionData'](_0x291c93){const _0x5c686e=_0x291c93['id'],_0x4070ad=this['addSuggestionData'](_0x291c93);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x2b6761=this['editor']['plugins']['get']('PendingActions'),_0x72728b=_0x4070ad['hasComments'],_0x2b3e57=_0x4070ad['subType']?_0x4070ad['type']+':'+_0x4070ad['subType']:_0x4070ad['type'],_0x295919=this['editor']['locale'],_0x3581d5=_0x2b6761['add'](o(_0x295919,'PENDING_ACTION_SUGGESTION')),_0x51e976={'id':_0x5c686e,'type':_0x2b3e57,'hasComments':_0x72728b,'data':_0x291c93['data']||null,'originalSuggestionId':_0x291c93['originalSuggestionId']||null,'attributes':_0x4070ad['attributes']};this['_adapter']['addSuggestion'](_0x51e976)['then'](_0x4bee77=>{_0x4070ad['_saved']=!0x0,_0x2b6761['remove'](_0x3581d5),_0x4bee77&&_0x4bee77['createdAt']&&(this['_suggestions']['get'](_0x5c686e)['createdAt']=_0x4bee77['createdAt']);})['catch'](_0x3397ba=>{throw _0x327844('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x4070ad['discard']();}),_0x4070ad['stopListening'](),this['_suggestions']['delete'](_0x4070ad['id']),this['_suggestionState']['delete'](_0x4070ad),_0x3397ba;});}return _0x4070ad;}['_isBlockAttribute'](_0x236dc0){return this['_blockAttributeKeys']['has'](_0x236dc0);}['_updateSuggestionData'](_0x16a821,_0x28698e){const _0x13ace5=this['editor']['plugins']['get']('PendingActions'),_0x303437=this['getSuggestion'](_0x16a821);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x303437['_saved']){const _0xfa9b4d=_0x13ace5['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x16a821,_0x28698e)['then'](()=>{_0x13ace5['remove'](_0xfa9b4d);});}else _0x303437['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x16a821,_0x28698e);});}}['_getSuggestionData'](_0x18d444){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x5adf17('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x18d444);}['_handleNewSuggestionMarker'](_0xb065e2){const {id:_0x3dc9ed,type:_0x21a315,subType:_0x5ea7d5,authorId:_0x273166}=this['_splitMarkerName'](_0xb065e2),_0x25ff04=this['_suggestions']['get'](_0x3dc9ed)||this['_createSuggestion'](_0x21a315,_0x5ea7d5,_0x3dc9ed,_0x273166,{});switch(this['_checkSuggestionCorrectness'](_0x25ff04,_0x21a315,_0x5ea7d5,_0x273166),this['_suggestionState']['get'](_0x25ff04)){case'notReady':this['_getSuggestionData'](_0x3dc9ed)['then'](_0x4a3966=>{let _0x31afce=Promise['resolve']();_0x4a3966['hasComments']&&(_0x31afce=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x3dc9ed})),_0x31afce['then'](()=>{this['addSuggestionData'](_0x4a3966)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x25ff04,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x3dc9ed,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x25ff04,'ready'),this['fire']('suggestionLoaded',_0x25ff04);break;case'ready':this['fire']('suggestionChanged',_0x25ff04);}return _0x25ff04['addMarkerName'](_0xb065e2),_0x25ff04;}['_refreshSuggestionsChain'](_0x53d980){const _0x1963fd=Array['from'](_0x53d980),_0x52d3f6=_0x1963fd['filter'](_0x566970=>'attribute'==_0x566970['type']);this['_refreshAttributeSuggestionsChain'](_0x52d3f6);const _0x1162d1=_0x1963fd['filter'](_0x50e585=>!_0x50e585['isMultiRange']&&'attribute'!=_0x50e585['type']),_0x30c55f=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3d5591=>!_0x3d5591['isMultiRange']&&'attribute'!=_0x3d5591['type']),_0x166f86=_0x30c55f['filter'](_0x2d4178=>!_0x53d980['has'](_0x2d4178)),_0x419ed4=new Map(_0x30c55f['map'](_0x35a609=>[_0x35a609,this['_suggestionFactory']['getSuggestionCallback'](_0x35a609['type'],_0x35a609['subType'],'chain')])),_0x147d90=new Map(_0x30c55f['map'](_0x4ba7f1=>[_0x4ba7f1,_0x4ba7f1['getFirstRange']()])),_0x3991de=new Set(),_0x3a07a3=new Set();for(let _0x384223=0x0;_0x384223<_0x1162d1['length'];_0x384223++)_0x12a680(_0x1162d1[_0x384223],_0x1162d1,_0x384223+0x1);for(let _0x4908c7=0x0;_0x4908c7<_0x1162d1['length'];_0x4908c7++)_0x12a680(_0x1162d1[_0x4908c7],_0x166f86,0x0);const _0xee2c7c=new Set();for(let _0x92e5d2=0x0;_0x92e5d2<_0x1162d1['length'];_0x92e5d2++){const _0x112861=_0x1162d1[_0x92e5d2];!_0x3a07a3['has'](_0x112861)&&_0x112861['previous']&&(_0xee2c7c['add'](_0x112861['previous']),_0x112861['previous']['next']===_0x112861&&(_0x112861['previous']['next']=null),_0x112861['previous']=null),!_0x3991de['has'](_0x112861)&&_0x112861['next']&&(_0xee2c7c['add'](_0x112861['next']),_0x112861['next']['previous']===_0x112861&&(_0x112861['next']['previous']=null),_0x112861['next']=null);}function _0x12a680(_0x21234a,_0x3a11be,_0x51aea0){for(let _0xf1a94f=_0x51aea0;_0xf1a94f<_0x3a11be['length'];_0xf1a94f++){const _0x400c30=_0x25eb50(_0x21234a,_0x3a11be[_0xf1a94f]);_0x400c30&&(_0x400c30[0x0]['next']=_0x400c30[0x1],_0x400c30[0x1]['previous']=_0x400c30[0x0],_0x3991de['add'](_0x400c30[0x0]),_0x3a07a3['add'](_0x400c30[0x1]));}}function _0x25eb50(_0x427032,_0x1a52bb){if(_0x427032['author']['id']!==_0x1a52bb['author']['id'])return null;const _0x3bc5dd=_0x419ed4['get'](_0x427032)(_0x427032,_0x1a52bb,_0x147d90['get'](_0x427032),_0x147d90['get'](_0x1a52bb));if(!_0x3bc5dd)return null;return _0x419ed4['get'](_0x1a52bb)(_0x427032,_0x1a52bb,_0x147d90['get'](_0x427032),_0x147d90['get'](_0x1a52bb))?_0x3bc5dd[0x1]['commentThread']&&_0x3bc5dd[0x1]['commentThread']['length']?null:_0x3bc5dd:null;}_0xee2c7c['size']&&this['_refreshSuggestionsChain'](_0xee2c7c);}['_refreshAttributeSuggestionsChain'](_0x514140){if(0x0==_0x514140['length'])return;const _0x1780a4=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1fab61=>'attribute'==_0x1fab61['type']&&_0x1fab61['_isDataLoaded']),_0x477477=[],_0x331439=new Map();for(const _0xad96f5 of _0x1780a4){const _0x5626fa=_0x2b6f8(_0xad96f5['attributes']);_0x331439['has'](_0x5626fa)||(_0x331439['set'](_0x5626fa,_0x477477['length']),_0x477477['push']([]));const _0xcffea1=_0x331439['get'](_0x5626fa);_0x477477[_0xcffea1]['push'](_0xad96f5);}!(function(){_0x477477['sort']((_0x14e7cf,_0x1823f1)=>{const _0x45e85d=_0x14e7cf[0x0]['createdAt'],_0x23d383=_0x1823f1[0x0]['createdAt'];return _0x45e85d==_0x23d383?_0x14e7cf[0x0]['attributes']['groupId']<_0x1823f1[0x0]['attributes']['groupId']?-0x1:0x1:_0x45e85d<_0x23d383?-0x1:0x1;});for(const _0x31beea of _0x477477)_0x31beea['sort']((_0x3c116b,_0x6f6d03)=>_0x3c116b['id']<_0x6f6d03['id']?-0x1:0x1);}());for(let _0x1701fe=0x0;_0x1701fe<_0x477477['length'];_0x1701fe++){if(0x0==_0x477477[_0x1701fe]['length'])continue;const _0x3b401f=[];for(let _0x46479b=_0x1701fe+0x1;_0x46479b<_0x477477['length'];_0x46479b++)0x0!=_0x477477[_0x46479b]['length']&&_0x42faa0(_0x477477[_0x1701fe],_0x477477[_0x46479b])&&_0x3b401f['push'](_0x46479b);for(const _0x415872 of _0x3b401f)_0x477477[_0x1701fe]=_0x477477[_0x1701fe]['concat'](_0x477477[_0x415872]),_0x477477[_0x415872]=[];}for(const _0x2b2e1c of _0x477477)for(let _0x418873=0x0;_0x418873<_0x2b2e1c['length'];_0x418873++){const _0x46990b=_0x2b2e1c[_0x418873+0x1]||null;_0x2b2e1c[_0x418873]['next']!==_0x46990b&&(_0x2b2e1c[_0x418873]['next']=_0x46990b);}for(const _0xdbd8df of _0x477477)for(let _0xf9ea32=0x0;_0xf9ea32<_0xdbd8df['length'];_0xf9ea32++){const _0x1aef83=_0xdbd8df[_0xf9ea32-0x1]||null;_0xdbd8df[_0xf9ea32]['previous']!==_0x1aef83&&(_0xdbd8df[_0xf9ea32]['previous']=_0x1aef83);}function _0x42faa0(_0x431022,_0x293cd8){if(_0x431022[0x0]['attributes']['groupId']!==_0x293cd8[0x0]['attributes']['groupId']&&_0x431022[0x0]['author']!==_0x293cd8[0x0]['author'])return!0x1;if(!function(_0x414827,_0x54b42a){if(!_0x414827['hasComments']&&!_0x54b42a['hasComments'])return!0x0;if(_0x414827['hasComments']&&_0x54b42a['hasComments'])return!0x1;if(_0x414827['hasComments']&&_0x54b42a['createdAt']<_0x414827['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x54b42a['hasComments']&&_0x414827['createdAt']<_0x54b42a['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x431022[0x0],_0x293cd8[0x0]))return!0x1;const _0x2b2b68=Tt(_0x431022[0x0]['attributes'],'groupId'),_0x2dac2=Tt(_0x293cd8[0x0]['attributes'],'groupId');if(!_0x1fb0dc(_0x2b2b68,_0x2dac2))return!0x1;return!!_0x431022['every'](_0x7d8689=>_0x293cd8['some'](_0x9507bd=>_0x7d8689['getFirstRange']()['isEqual'](_0x9507bd['getFirstRange']())))&&_0x293cd8['every'](_0x27934e=>_0x431022['some'](_0x2acbce=>_0x27934e['getFirstRange']()['isEqual'](_0x2acbce['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x1abb8a){const _0x1c8bef=Array['from'](_0x1abb8a),_0x2add4f=this['getSuggestions']({'skipNotAttached':!0x0}),_0x5e78d8=_0x2add4f['filter'](_0x4bf666=>!_0x1abb8a['has'](_0x4bf666)),_0x2556e7=new Map(_0x1c8bef['map'](_0x4da7ab=>[_0x4da7ab,this['_suggestionFactory']['getSuggestionCallback'](_0x4da7ab['type'],_0x4da7ab['subType'],'join')])),_0x3a6440=new Map(_0x2add4f['map'](_0x2863b2=>[_0x2863b2,_0x2863b2['getRanges']()]));for(let _0x5a5ade=0x0;_0x5a5ade<_0x1c8bef['length'];_0x5a5ade++){if(_0x18e651(this,_0x1c8bef[_0x5a5ade],_0x1c8bef,_0x5a5ade+0x1))return!0x0;}for(let _0x28fe02=0x0;_0x28fe02<_0x1c8bef['length'];_0x28fe02++){if(_0x18e651(this,_0x1c8bef[_0x28fe02],_0x5e78d8,0x0))return!0x0;}return!0x1;function _0x18e651(_0x31b3a7,_0x15e8b5,_0x46bd5a,_0x536907){for(let _0xed0fe7=_0x536907;_0xed0fe7<_0x46bd5a['length'];_0xed0fe7++){const _0x1e83ad=_0x46bd5a[_0xed0fe7];if(_0x1e83ad['type']!==_0x15e8b5['type']||_0x1e83ad['author']['id']!==_0x15e8b5['author']['id']||_0x1e83ad['subType']!==_0x15e8b5['subType'])continue;if(!Jt(_0x15e8b5,_0x1e83ad))continue;if('attribute'==_0x15e8b5['type']&&_0x15e8b5['data']['oldValue']!=_0x1e83ad['data']['oldValue'])continue;if('attribute'==_0x15e8b5['type']&&_0x31b3a7['_isBlockAttribute'](_0x15e8b5['data']['key']))continue;if('formatBlock'==_0x15e8b5['type']){const _0x32aacd=_0x31b3a7['editor']['model'],_0x313ae9=_0x15e8b5['getContainedElement']();if(_0x313ae9&&(_0x32aacd['schema']['isObject'](_0x313ae9)||_0x32aacd['schema']['isLimit'](_0x313ae9)))continue;}const _0x9dda80=_0x2556e7['get'](_0x15e8b5),_0xd96fb6=_0x3a6440['get'](_0x15e8b5),_0x1b9616=_0x3a6440['get'](_0x1e83ad),_0x417143=_0x15e8b5['commentThread']&&_0x15e8b5['commentThread']['length'],_0x2ec8b7=_0x1e83ad['commentThread']&&_0x1e83ad['commentThread']['length'];if(!_0x417143&&_0x9dda80(_0x1b9616,_0xd96fb6))return _0x31b3a7['_joinSuggestions'](_0x1e83ad,_0x15e8b5),_0x3a6440['delete'](_0x15e8b5),!0x0;if(!_0x2ec8b7&&_0x9dda80(_0xd96fb6,_0x1b9616))return _0x31b3a7['_joinSuggestions'](_0x15e8b5,_0x1e83ad),_0x3a6440['delete'](_0x1e83ad),!0x0;}return!0x1;}}['_joinSuggestions'](_0x1ecc58,_0x84a749){if(_0x1ecc58['isMultiRange']){for(const _0x175748 of _0x84a749['getRanges']())_0x1ecc58['addRange'](_0x175748);}else{const _0x2894cf=_0x84a749['getFirstRange']()['end'];this['_setSuggestionRange'](_0x1ecc58,this['_model']['createRange'](_0x1ecc58['getFirstRange']()['start'],_0x2894cf));}_0x84a749['removeMarkers']();}['_getMarkerAnnouncementText'](_0x3abcc3,_0x53becc,_0x1c8a28){const _0x2571d4=_0x3abcc3['startsWith']('format')||_0x3abcc3['startsWith']('attribute')?'FORMATTING':_0x3abcc3['toUpperCase']();return o(this['editor']['locale'],_0x53becc+'_'+_0x2571d4+'_SUGGESTION_ANNOUNCEMENT',_0x1c8a28);}['_initAriaMarkerChangeAnnouncements'](){const _0x6624b7=this['editor'];if(!_0x6624b7['ui'])return;const {ariaLiveAnnouncer:_0x14a13f}=_0x6624b7['ui'];_0x3d70e3(this['_model'],({left:_0x446d18,entered:_0x2a5b0f})=>{for(const _0x43843b of _0x446d18){const {group:_0x4bb1d1,type:_0x12159c}=this['_splitMarkerName'](_0x43843b['name']);if('suggestion'===_0x4bb1d1){_0x14a13f['announce'](this['_getMarkerAnnouncementText'](_0x12159c,'LEAVE'));break;}}for(const _0x302d1b of _0x2a5b0f){const {group:_0x58aa43,type:_0x4aaa6f}=this['_splitMarkerName'](_0x302d1b['name']);if('suggestion'===_0x58aa43){_0x14a13f['announce'](this['_getMarkerAnnouncementText'](_0x4aaa6f,'ENTER',_0x560e7d(_0x5cd213)));break;}}});}['_processAttributeChanges'](_0x4547fc){if(this['_recordAttributeSuggestions'])return!0x1;const _0x1a3e93=this['editor'],_0xb89089=_0x1a3e93['model']['document']['differ']['getChanges']();if(0x0==_0xb89089['length'])return!0x1;const _0x26818b=[],_0x131ff3=_0xb89089['filter'](_0x3ccbbb=>'attribute'==_0x3ccbbb['type']),_0x5875d2=_0xb89089['filter'](_0x199bda=>'insert'==_0x199bda['type']&&'$text'!=_0x199bda['name']),_0x25da86=_0xb89089['filter'](_0x186b73=>'remove'==_0x186b73['type']&&'$text'!=_0x186b73['name']);for(const _0x389a82 of _0x131ff3)_0x26818b['push']({'key':_0x389a82['attributeKey'],'newValue':_0x389a82['attributeNewValue'],'oldValue':_0x389a82['attributeOldValue'],'range':Pt(_0x389a82['range'],_0x1a3e93['model'])});for(const _0xfb8123 of _0x5875d2){const _0x5b4bdc=_0x25da86['find'](_0x8472d2=>_0x8472d2['position']['isEqual'](_0xfb8123['position']));_0x5b4bdc&&_0x26818b['push']({'key':m,'newValue':_0xfb8123['name'],'oldValue':_0x5b4bdc['name'],'range':_0x1a3e93['model']['createRangeOn'](_0xfb8123['position']['nodeAfter'])});}return 0x0!=_0x26818b['length']&&this['_reduceExistingSuggestions'](_0x4547fc,_0x26818b);}['_processAttributeSuggestions'](_0x21526c){let _0x23dd38=!0x1;const _0x56411d=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x242f3a=>_0x242f3a['data']['newRange']&&_0x242f3a['name']['startsWith']('suggestion:attribute:'));for(const _0x1bf6f8 of _0x56411d){const {subType:_0x528e65,id:_0x275ddd}=this['_splitMarkerName'](_0x1bf6f8['name']),_0x1fa999=_0x528e65['split']('|')[0x0];for(const _0x1c2b8c of this['getSuggestions']({'skipNotAttached':!0x0}))_0x1c2b8c['id']!=_0x275ddd&&'attribute'==_0x1c2b8c['type']&&_0x1c2b8c['data']&&_0x1c2b8c['data']['key']==_0x1fa999&&_0x1c2b8c['getFirstRange']()['isIntersecting'](_0x1bf6f8['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x1c2b8c,_0x1bf6f8['data']['newRange'],_0x21526c),_0x23dd38=!0x0);}return _0x23dd38;}['_recordAttributeChanges'](_0x5ef81d){this['_recordAttributeSuggestions']=!0x0,_0x5ef81d();}['_isRegisteredAttribute'](_0x3ac639){const _0x51c077=this['_isBlockAttribute'](_0x3ac639),_0x33c079=this['_inlineAttributeKeys']['has'](_0x3ac639);return _0x51c077||_0x33c079;}['_reduceExistingSuggestions'](_0x1d52d5,_0x3a0d61){if(0x0==_0x3a0d61['length'])return!0x1;let _0x2202fe=!0x1;for(const _0x5dcd82 of _0x3a0d61){const _0x385a26=this['_findSuggestions'](_0x5dcd82['range'],'attribute')['filter'](_0x381195=>!_0x381195['meta']['isNextTo'])['map'](_0x61496c=>_0x61496c['suggestion']),_0x17dd47=_0x2b6f8({'newValue':_0x5dcd82['newValue']});_0x385a26['filter'](_0x2f260d=>{const [_0x4c7024,_0x41a9d4]=_0x2f260d['subType']['split']('|');return _0x4c7024==_0x5dcd82['key']&&_0x41a9d4!=_0x17dd47;})['forEach'](_0x494e54=>{this['_reduceSuggestionAttributeRange'](_0x494e54,_0x5dcd82['range'],_0x1d52d5),_0x2202fe=!0x0;});}return _0x2202fe;}['_reduceSuggestionAttributeRange'](_0x46d48c,_0x276371,_0x588142){const _0x176e2f=_0x46d48c['getFirstRange']()['getDifference'](_0x276371);0x0!==_0x176e2f['length']?0x1!==_0x176e2f['length']?this['_breakSuggestionMarker'](_0x46d48c,_0x276371['start'],_0x276371['end']):this['_setSuggestionRange'](_0x46d48c,_0x176e2f[0x0]):_0x588142['removeMarker'](_0x46d48c['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0xcddfb3){this['_editor']=_0xcddfb3,this['_model']=_0xcddfb3['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x35bbd6,_0x1424e2,_0x488028,_0x3d8541,_0x453cef,_0x5d74d2){return new u(this['_model'],{'type':_0x35bbd6,'subType':_0x1424e2,'id':_0x488028,'author':_0x3d8541,'creator':_0x3d8541,'attributes':_0x453cef,'onAttributesChange':_0x5d74d2,'onAccept':(..._0x369b73)=>this['getSuggestionCallback'](_0x35bbd6,_0x1424e2,'accept')(..._0x369b73),'onDiscard':(..._0x22aa96)=>this['getSuggestionCallback'](_0x35bbd6,_0x1424e2,'discard')(..._0x22aa96)});}['registerCustomCallback'](_0x4109ce,_0x28085f,_0x4eef6b,_0x68a3ee){const _0x436551=_0x4109ce+':'+_0x28085f+':'+_0x4eef6b;this['_customCallbacks']['set'](_0x436551,_0x68a3ee);}['getSuggestionCallback'](_0x1b7e3e,_0x19bb32,_0x1413f6){const _0x4ca675=_0x1b7e3e+':'+_0x19bb32+':'+_0x1413f6;return this['_customCallbacks']['get'](_0x4ca675)||this['_defaultCallbacks']['get'](_0x1b7e3e+':'+_0x1413f6);}['_registerDefaultCallbacks'](){const _0x16339e=()=>!0x1,_0x2cb5f6=_0x5b5a96=>{_0x5b5a96['sort']((_0x541292,_0x4be086)=>_0x541292['start']['isBefore'](_0x4be086['start'])?0x1:-0x1),this['_model']['change'](_0x5676e6=>{for(const _0x553d31 of _0x5b5a96){let _0x3bcbf5;_0x3bcbf5=_0x553d31['end']['isAtEnd']&&_0x553d31['end']['parent']==_0x553d31['start']['nodeAfter']?_0x5676e6['createSelection'](_0x553d31['start']['nodeAfter'],'on'):_0x5676e6['createSelection'](_0x553d31),this['_model']['deleteContent'](_0x3bcbf5,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x592b1d=(_0xc670e8,_0x31bd63)=>{_0x31bd63&&this['_model']['change'](_0x54edb9=>{const {commandName:_0x53ba3e,commandParams:_0x2237e8=[]}=_0x31bd63,_0x2b8c16=_0xc670e8['map'](_0x5a183b=>(Vt(_0x5a183b)&&(_0x5a183b=this['_model']['createRange'](_0x5a183b['end'])),_0x5a183b))['filter'](_0x549e1e=>'$graveyard'!==_0x549e1e['root']['rootName']);if(_0x2b8c16['length']<0x1)return;const _0x3afbdd=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x4e0dfc=>_0xb1b223['fromRange'](_0x4e0dfc));_0x54edb9['setSelection'](_0x2b8c16);for(const _0x1a3608 of this['_editor']['commands']['commands']())_0x1a3608['refresh']();_0x2237e8['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x53ba3e,..._0x2237e8);const _0x8544b5=_0x3afbdd['filter'](_0x3f9b63=>'$graveyard'!=_0x3f9b63['root']['rootName']);_0x8544b5['length']>0x0&&_0x54edb9['setSelection'](_0x8544b5);for(const _0x1fb56d of _0x3afbdd)_0x1fb56d['detach']();});},_0x5a305d=(_0xa5b535,_0x3949d6)=>0x1==_0xa5b535['length']&&0x1==_0x3949d6['length']&&_0xa5b535[0x0]['end']['isEqual'](_0x3949d6[0x0]['start']),_0x325fe4=(_0xe4e4bb,_0x5853e5,_0x1a577e,_0x40fc45)=>Ht(_0xe4e4bb,_0x5853e5,_0x1a577e,_0x40fc45,this['_model'])?[_0xe4e4bb,_0x5853e5]:Ht(_0x5853e5,_0xe4e4bb,_0x40fc45,_0x1a577e,this['_model'])?[_0x5853e5,_0xe4e4bb]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x16339e),this['_defaultCallbacks']['set']('insertion:discard',_0x2cb5f6),this['_defaultCallbacks']['set']('insertion:join',_0x5a305d),this['_defaultCallbacks']['set']('insertion:chain',_0x325fe4),this['_defaultCallbacks']['set']('deletion:accept',_0x2cb5f6),this['_defaultCallbacks']['set']('deletion:discard',_0x16339e),this['_defaultCallbacks']['set']('deletion:join',_0x5a305d),this['_defaultCallbacks']['set']('deletion:chain',_0x325fe4),this['_defaultCallbacks']['set']('formatInline:accept',_0x592b1d),this['_defaultCallbacks']['set']('formatInline:discard',_0x16339e),this['_defaultCallbacks']['set']('formatInline:join',_0x5a305d),this['_defaultCallbacks']['set']('formatInline:chain',_0x16339e),this['_defaultCallbacks']['set']('formatBlock:accept',_0x592b1d),this['_defaultCallbacks']['set']('formatBlock:discard',_0x16339e),this['_defaultCallbacks']['set']('formatBlock:join',_0x5a305d),this['_defaultCallbacks']['set']('formatBlock:chain',_0x16339e),this['_defaultCallbacks']['set']('attribute:accept',_0x16339e),this['_defaultCallbacks']['set']('attribute:discard',(_0x51915e,_0x2cf111)=>{if(!_0x2cf111)return;const _0x1696c2=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x55a54a=>{if(_0x2cf111['key']==m)for(const _0x178dfb of _0x51915e){const _0x54e3b9=_0x178dfb['start']['nodeAfter'],_0x1fa201=_0x2cf111['oldValue'];_0x55a54a['rename'](_0x54e3b9,_0x1fa201);}else{if(_0x1696c2['_isBlockAttribute'](_0x2cf111['key'])){for(const _0x5d893f of _0x51915e)void 0x0!==_0x2cf111['oldValue']?_0x55a54a['setAttribute'](_0x2cf111['key'],_0x2cf111['oldValue'],_0x5d893f['start']['nodeAfter']):_0x55a54a['removeAttribute'](_0x2cf111['key'],_0x5d893f['start']['nodeAfter']);}else{for(const _0x1f0421 of _0x51915e)_0x2cf111['oldValue']?_0x55a54a['setAttribute'](_0x2cf111['key'],_0x2cf111['oldValue'],_0x1f0421):_0x55a54a['removeAttribute'](_0x2cf111['key'],_0x1f0421);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x5a305d);}}function Ot(_0x42666f,_0x5518b0,_0x5e0e79){for(const _0x3303de of _0x5518b0['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x3303de['root']==_0x3303de)return!0x1;if(!_0x5e0e79['containsItem'](_0x3303de))return!0x1;if(_0x42666f['isObject'](_0x3303de)||_0x42666f['isLimit'](_0x3303de))return!0x0;}return!0x1;}function Vt(_0x5e3841){return _0x5e3841['end']['parent']==_0x5e3841['start']['nodeAfter']&&_0x5e3841['end']['isAtStart'];}function Ut(_0x19def0,_0x513e73,_0x343846,_0x603dc7){const _0x330d57=_0x587796=>!_0x587796['item']['is']('$textProxy')&&!_0x603dc7['isObject'](_0x587796['item']),_0x2e56c7=_0x19def0['start']['getLastMatchingPosition'](_0x330d57),_0x2b3d98=_0x19def0['end']['getLastMatchingPosition'](_0x330d57,{'direction':'backward'});return(!_0x19def0['start']['isEqual'](_0x2e56c7)||!_0x19def0['end']['isEqual'](_0x2b3d98))&&(_0x2e56c7['isBefore'](_0x2b3d98)?_0x343846['updateMarker'](_0x513e73,{'range':_0x343846['createRange'](_0x2e56c7,_0x2b3d98)}):_0x343846['removeMarker'](_0x513e73),!0x0);}function Gt(_0x2e936c){return _0x2b6f8(_0x2e936c);}function Ft(_0x40595d){const _0x29a4d5=_0x40595d['start']['nodeAfter'];return _0x29a4d5&&_0x29a4d5['is']('element');}function Pt(_0x348ede,_0x10cdfc){return null==_0x348ede['end']['nodeBefore']&&_0x348ede['end']['parent']==_0x348ede['start']['nodeAfter']?Lt(_0x348ede['start']['nodeAfter'],_0x10cdfc):_0x348ede;}function Lt(_0xb269f1,_0x505157){const _0x27fa88=_0x505157['schema']['isObject'](_0xb269f1)||_0x505157['schema']['isSelectable'](_0xb269f1);return _0x505157['createRange'](_0x505157['createPositionAt'](_0xb269f1,'before'),_0x27fa88?_0x505157['createPositionAfter'](_0xb269f1):_0x505157['createPositionAt'](_0xb269f1,'end'));}function Ht(_0x101178,_0x28bce7,_0x20539e,_0x36d733,_0x45ac63){if(_0x101178['next'])return!0x1;if(!Jt(_0x101178,_0x28bce7))return!0x1;if(_0x20539e['end']['isEqual'](_0x36d733['start']))return!0x0;if(_0x101178['type']!=_0x28bce7['type'])return!0x1;if(!_0x20539e['end']['isTouching'](_0x36d733['start']))return!0x1;const _0x5082e7=_0x45ac63['createRange'](_0x20539e['end'],_0x36d733['start'])['getWalker']();for(const _0x286a2a of _0x5082e7)if(['elementStart','elementEnd']['includes'](_0x286a2a['type'])&&_0x45ac63['schema']['isLimit'](_0x286a2a['item']))return!0x1;return!0x0;}function Jt(_0x38aed4,_0x279b3f){if(!_0x38aed4['_isDataLoaded']||!_0x279b3f['_isDataLoaded'])return!0x1;const _0x459c58=new Set(Object['keys'](_0x38aed4['attributes'])),_0x27adbc=new Set(Object['keys'](_0x279b3f['attributes']));if(_0x459c58['delete']('groupId'),_0x27adbc['delete']('groupId'),0x0==_0x459c58['size']&&0x0==_0x27adbc['size'])return!0x0;if(_0x459c58['size']!=_0x27adbc['size'])return!0x1;const _0xcfc2a9={..._0x38aed4['attributes']},_0x3b5f37={..._0x279b3f['attributes']};return delete _0xcfc2a9['groupId'],delete _0x3b5f37['groupId'],JSON['stringify'](_0xcfc2a9)==JSON['stringify'](_0x3b5f37);}function qt(_0x149927,_0x3b7005){const _0x1ec2b6=zt(_0x149927['attributes']),_0x4cd5f7=zt(_0x3b7005);if(!_0x149927['_isDataLoaded'])return!0x1;for(const _0x1b40b5 of Object['keys'](_0x4cd5f7))if(!_0x1fb0dc(_0x1ec2b6[_0x1b40b5],_0x4cd5f7[_0x1b40b5]))return!0x1;return!0x0;}function zt(_0x218a69){const _0x1ad7a9=Object['assign']({},_0x218a69);return delete _0x1ad7a9['skipNestingCheck'],delete _0x1ad7a9['tablePasteChainId'],_0x1ad7a9;}class ae extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x1e1a2e(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x3eae7a,_0x139731,_0x338112,_0x94e638){super(),this['model']=_0x139731,this['view']=_0x338112,this['commentThreadController']=_0x94e638,this['_editor']=_0x3eae7a,this['_acceptCommand']=_0x3eae7a['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x3eae7a['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0xc2ddc0,_0x7b85fc)=>_0xc2ddc0||_0x7b85fc),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x4542e7=>_0x4542e7&&this['_editor']['model']['canEditAt'](_0x139731['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x17ed3e=>_0x17ed3e&&this['_editor']['model']['canEditAt'](_0x139731['getRanges']())),this['_pendingAction']=null,_0x338112['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x338112,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x338112,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x338112,'change:isDirty',()=>{_0x338112['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 _0x23fd6b=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x23fd6b);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x10e2b5{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x5c969d,_0x5a5c26,_0x54225b,_0x18173c){super(_0x5c969d),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x32cda8(_0x5c969d,o(_0x5c969d,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x5a5c26['authoredAt']),this['bind']('authoredAt')['to'](_0x5a5c26),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',_0x5a5c26,'authoredAt',this,'descriptionParts',(_0x2e6e53,_0x436d13,_0x1fb689)=>{const _0x2a119a=_0x1fb689['map'](_0x3425a6=>ls(_0x3425a6['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x2e6e53-0x1,_0x5a5c26['author']['name'],_0x436d13?_0x18173c['formatDateTime'](_0x436d13):'',new DOMParser()['parseFromString'](_0x2a119a,'text/html')['body']['textContent']]);}),this['focusables']=new _0x4aba3a(),this['focusTracker']=new _0x48966d(),this['keystrokes']=new _0x5dbddc(),this['focusCycler']=new _0x77a4f5({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x4a5752=>_0x4a5752['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x5a5c26,this['_localUser']=_0x54225b,this['_config']=_0x18173c,_0x18173c['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x24aa29(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x4c8152}=this['_config'];this['commentsListView']=new _0x4c8152(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',_0x51b2ef=>_0x51b2ef+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x41dc25,_0x11db1b)=>_0x41dc25||!!_0x11db1b);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x3fc8dd}=this['_config'],_0x2ef64a=new _0x3fc8dd(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x20ca63=_0x2ef64a['commentInputView'];return _0x2ef64a['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x20ca63,'value',(_0x5143f1,_0x2c1b68,_0x3d192a)=>!!_0x3d192a||_0x5143f1&&!_0x2c1b68),_0x20ca63['on']('submit',(_0x4639be,_0x14459a)=>{this['fire']('addComment',_0x14459a),_0x20ca63['editor']['setData']('');}),_0x20ca63['on']('cancel',()=>this['focus']()),_0x20ca63['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x2ef64a;}}class re extends us{['suggestionView'];['_descriptionElement'];constructor(_0x22fe2b,_0x135226,_0x3f6abf,_0x3e3e66){super(_0x22fe2b,_0x135226,_0x3f6abf,_0x3e3e66),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x40b1cf=>_0x40b1cf&&_0x40b1cf[0x0]?_0x40b1cf[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x1fda6e,_0x56d5b8)=>{let _0x4bc801='';for(const _0x2ac423 of _0x1fda6e)_0x4bc801+='<p>'+ls(_0x2ac423['content'],_0x2ac423['color'])+'</p>';return _0x56d5b8?_0x4bc801:_0x5cd2e2(_0x4bc801,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x3e3e66['SuggestionView'](_0x22fe2b,_0x135226,{'formatDateTime':_0x3e3e66['formatDateTime']}),this['suggestionView']['bind']('description')['to'](this),this['suggestionView']['delegate']('acceptSuggestion','discardSuggestion')['to'](this),this['suggestionView']['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['suggestionView']['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['focusables']['add'](this['suggestionView']),this['commentsListView']&&this['focusables']['add'](this['commentsListView']),this['commentThreadInputView']&&this['focusables']['add'](this['commentThreadInputView']),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x8aa07e=this['bindTemplate'],_0x53d0c3=[this['suggestionView']];return this['commentsListView']&&_0x53d0c3['push'](this['commentsListView']),this['commentThreadInputView']&&_0x53d0c3['push'](this['commentThreadInputView']),_0x53d0c3['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x8aa07e['if']('isActive','ck-suggestion-wrapper--active'),_0x8aa07e['to']('type',_0x4e4a60=>'ck-suggestion-'+_0x4e4a60),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':_0x8aa07e['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x53d0c3};}['render'](){super['render'](),this['commentsListView']&&(this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this)),this['commentThreadInputView']&&(this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this));}}class ce extends _0x10e2b5{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x8f8c94,_0x24653a,_0x218f6f){super(_0x8f8c94),this['_model']=_0x24653a,this['_config']=_0x218f6f,this['set']('description',''),this['bind']('authoredAt')['to'](_0x24653a),this['acceptButton']=this['_createButton'](o(_0x8f8c94,'Accept\x20suggestion'),_0x429b1b['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x8f8c94,'Discard\x20suggestion'),_0x429b1b['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x5343fc(_0x8f8c94,_0x24653a['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x4aba3a([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x48966d(),this['keystrokes']=new _0x5dbddc(),this['focusCycler']=new _0x77a4f5({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x394989=>_0x394989['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x5c3914=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x5c3914['innerHTML']=this['description'],this['on']('change:description',(_0x440a8e,_0x12d0bb,_0x2cdd31)=>{_0x5c3914['innerHTML']=_0x2cdd31;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x41cd60=this['bindTemplate'],_0x32b12f=[{'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':_0x41cd60['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x41cd60['to']('authoredAt',_0x5ac8a8=>this['_config']['formatDateTime'](_0x5ac8a8))}]}]},{'tag':'div','attributes':{'class':['ck-suggestion__actions','ck-annotation__actions']},'children':[this['acceptButton'],this['discardButton']]},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']}}];return this['_model']['isExternal']&&_0x32b12f['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]}),{'tag':'div','attributes':{'class':['ck-suggestion','ck-annotation'],'tabindex':-0x1},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main','ck-annotation__main'],'role':'presentation'},'children':_0x32b12f}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):o(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x38884d,_0x3535fd,_0x1768e8,_0x1f245f,_0x5f3dc5){const _0x12414e=new _0x9ec70d(this['locale']);return _0x12414e['set']({'label':_0x38884d,'icon':_0x3535fd,'tooltip':!0x0,'tooltipPosition':_0x5f3dc5}),_0x12414e['extendTemplate']({'attributes':{'class':_0x1768e8}}),_0x12414e['on']('execute',()=>{this['fire'](_0x1f245f,this['_model']['id']);}),_0x12414e;}['_setupKeyboardNavigation'](){const _0x2cb923=this['element'];this['keystrokes']['listenTo'](_0x2cb923);for(const _0x36f800 of this['focusables'])this['focusTracker']['add'](_0x36f800['element']),this['keystrokes']['listenTo'](_0x36f800['element']);this['keystrokes']['set']('enter',(_0x41a734,_0x1742a9)=>{_0x2cb923===_0x41a734['target']&&(this['focusCycler']['focusFirst'](),_0x1742a9());}),this['keystrokes']['set']('esc',(_0x7a6c1a,_0x12a36d)=>{_0x2cb923!==_0x7a6c1a['target']&&(this['focus'](),_0x12a36d());});}}var he='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M6.182\x205.514a.643.643\x200\x200\x200-.636.64v-.001a.636.636\x200\x200\x200\x20.636.639h5.682a.641.641\x200\x200\x200\x20.636-.638.637.637\x200\x200\x200-.636-.64H6.182Z\x22/><path\x20d=\x22M6.182\x208.5a.642.642\x200\x200\x200-.588.882.636.636\x200\x200\x200\x20.588.395h5.682a.641.641\x200\x200\x200\x20.636-.639.635.635\x200\x200\x200-.636-.638H6.182Z\x22/><path\x20d=\x22M6.18\x2011.5a.64.64\x200\x200\x200\x200\x201.278h3.133a.64.64\x200\x200\x200\x200-1.278H6.18Z\x22/><path\x20d=\x22m11.772\x2018.308.154-.23c-.195-.098-.304-.192-.328-.28-.024-.09\x200-.274.076-.551.062-.166.099-.296.11-.393a2.934\x202.934\x200\x200\x200\x200-.479c-.137-.41-.2-.685-.186-.83.013-.145.117-.335.313-.57l4.465-6.207c.356-.6\x201.059-.56\x202.11.118\x201.05.68\x201.443\x201.272\x201.177\x201.772l-3.876\x206.833c-.105.27-.22.444-.347.515-.128.07-.4.119-.813.139a2.954\x202.954\x200\x200\x200-.487.21c-.127.09-.244.193-.347.31-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.739Zm-.184.274\x201.039.727-.26.34h-1.496l.717-1.067Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M3.272\x201A1.28\x201.28\x200\x200\x200\x202\x202.28v14.439a1.276\x201.276\x200\x200\x200\x201.272\x201.28h6.838a2.13\x202.13\x200\x200\x201\x20.003-.61c.024-.18.066-.363.113-.534.012-.046.027-.092.043-.136.011-.029.02-.052.025-.069v-.008a7.395\x207.395\x200\x200\x201-.042-.142H3.5V2.46s11\x20.002\x2011\x20.005v6.341l.627-.872c.204-.32.49-.614.873-.819V2.281c0-.707-.569-1.28-1.272-1.28L3.272\x201ZM16\x209.29l-1.5\x202.085V16.5h-2.708c.005.118.002.236-.007.354a.904.904\x200\x200\x201-.013.075l-.001.005a3.108\x203.108\x200\x200\x201-.097.312c-.027.101-.048.19-.062.266a.734.734\x200\x200\x200-.014.287.25.25\x200\x200\x200\x20.068.105.65.65\x200\x200\x200\x20.088.074l.017.011.016.01h.175L14.73\x2018c.697\x200\x201.271-.573\x201.271-1.281v-7.43Z\x22/></svg>\x0a';class d extends _0x82b22a{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x4f0890,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x19d0ce){super(_0x19d0ce),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x40d0a7=this['editor']['config'];_0x40d0a7['define']('trackChanges.SuggestionThreadView',re),_0x40d0a7['define']('trackChanges.SuggestionView',ce),_0x40d0a7['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x40d0a7['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x46f9ca,_0x32f0a9){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0xfa6a2c,_0x3b59b3]of this['_handleControllerBuffer']){const _0x5c72bb=this['_suggestionToController']['has'](_0xfa6a2c);_0x5c72bb||_0x3b59b3?_0x5c72bb&&_0x3b59b3&&this['_destroyController'](_0xfa6a2c):this['_initializeController'](_0xfa6a2c);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x46f9ca,_0x32f0a9);}['init'](){const _0x11f9ef=this['editor'],_0x9fade2=_0x11f9ef['plugins']['get']('TrackChangesEditing'),_0x214bad=_0x11f9ef['plugins']['get']('Annotations'),_0x1a35fc=_0x11f9ef['plugins']['get']('EditorAnnotations'),_0x182c3b=_0x11f9ef['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x1a35fc['addSourceCollector'](()=>{const _0x30dc43=[];for(const [_0x4cdbd4,_0x4d77d9]of Array['from'](this['_suggestionToController'])){const _0x5d7b2c=_0x4cdbd4['getAllAdjacentSuggestions'](),_0x5d067a=[];for(const _0x3e1d72 of _0x5d7b2c){if(!_0x3e1d72['isInContent'])continue;if(_0x3e1d72['isMultiRange']){_0x5d067a['push'](..._0x3e1d72['getRanges']());continue;}const _0x11d6fc=_0x3e1d72['getFirstRange']();if(_0x5d067a['length']>0x0){const _0x4e4092=_0x5d067a[0x0]['getJoined'](_0x11d6fc);if(_0x4e4092){_0x5d067a[0x0]=_0x4e4092;continue;}}_0x5d067a['push'](_0x11d6fc);}_0x30dc43['push']([_0x4d77d9['view'],_0x5d067a]);}return _0x30dc43;}),this['listenTo'](_0x9fade2,'suggestionLoaded',(_0x2718e4,_0x52758e)=>{this['listenTo'](_0x52758e,'change:previous',(_0x255687,_0x9e70a3,_0x498596,_0x4b0a66)=>{_0x52758e['isInContent']&&(null==_0x498596?(this['_updateController'](_0x4b0a66['head']),this['_handleSuggestionControllerDelayed'](_0x52758e,!0x1)):(this['_updateController'](_0x498596['head']),null==_0x4b0a66&&this['_handleSuggestionControllerDelayed'](_0x52758e,!0x0)));}),null!==_0x52758e['previous']?this['_updateController'](_0x52758e['head']):this['_handleSuggestionControllerDelayed'](_0x52758e,!0x1);}),this['listenTo'](_0x9fade2,'suggestionUnloaded',(_0x523a96,_0x512006,_0x24f2ef)=>{this['stopListening'](_0x512006,'change:previous'),this['_handleControllerBuffer']['delete'](_0x512006),this['_suggestionToController']['has'](_0x512006)&&this['_destroyController'](_0x512006),_0x24f2ef&&this['_updateController'](_0x24f2ef['head']);}),this['listenTo'](_0x9fade2,'suggestionChanged',(_0x327a4b,_0x5b0fc5)=>{this['_updateController'](_0x5b0fc5);}),this['listenTo'](_0x214bad,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x182c3b,'addComment',(_0xc4693f,{threadId:_0x1b53f,isFromAdapter:_0x41282e})=>{if(_0x41282e||!_0x9fade2['hasSuggestion'](_0x1b53f))return;const _0x1d2635=_0x9fade2['getSuggestion'](_0x1b53f);this['_suggestionToController']['get'](_0x1d2635)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x364eff=this['editor']['plugins']['get']('Annotations'),_0x525aaf=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5f3722=Array['from'](_0x364eff['activeAnnotations'],_0x17378b=>_0x17378b['innerView'])['filter'](_0x1b5042=>this['_viewToController']['has'](_0x1b5042)),_0x2a632d=[];for(const _0x3c3ebe of _0x5f3722){const _0x4d07b0=this['_viewToController']['get'](_0x3c3ebe)['model']['getAllAdjacentSuggestions']();_0x2a632d['push'](..._0x4d07b0['reduce']((_0x50c82f,_0x2c6f15)=>[..._0x50c82f,..._0x2c6f15['getMarkerNames']()],[]));}_0x525aaf['activeMarkers']=_0x2a632d;}['_addUIComponentsToFactory'](){const _0x2a3078=this['editor'],_0x1f3f2b=_0x2a3078['locale'],_0x23d07d=o(_0x1f3f2b,'Track\x20changes'),_0x12b71e=new Wt([{'type':'switchbutton','model':new _0x58f1f8({'withText':!0x0,'isToggleable':!0x0,'label':_0x23d07d,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x58f1f8({'withText':!0x0,'label':o(_0x1f3f2b,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x58f1f8({'withText':!0x0,'label':o(_0x1f3f2b,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x58f1f8({'withText':!0x0,'label':o(_0x1f3f2b,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x58f1f8({'withText':!0x0,'label':o(_0x1f3f2b,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x237d0e of _0x12b71e)if(me(_0x237d0e)){const _0x310e2c=_0x2a3078['commands']['get'](_0x237d0e['model']['commandName']);_0x237d0e['model']['bind']('isOn','isEnabled')['to'](_0x310e2c,'value','isEnabled');}_0x2a3078['ui']['componentFactory']['add']('trackChanges',_0x587b70=>this['_createToolbarButton'](_0x587b70,_0x12b71e,_0x23d07d)),_0x2a3078['ui']['componentFactory']['add']('menuBar:trackChanges',_0x2b91a5=>this['_createMenuBarMenu'](_0x2b91a5,_0x12b71e,_0x23d07d));}['_createToolbarButton'](_0x607523,_0x39e32c,_0x42dd93){const _0x83edc8=Qt(_0x607523,_0x11b29e),_0x2c2094=this['editor']['commands']['get']('trackChanges');_0x83edc8['buttonView']['set']({'tooltip':_0x42dd93,'label':_0x42dd93,'icon':he}),_0x83edc8['buttonView']['bind']('isOn')['to'](_0x2c2094,'value'),_0x83edc8['buttonView']['on']('execute',()=>{_0x2c2094['execute'](),this['editor']['editing']['view']['focus']();}),Kt(_0x83edc8,_0x39e32c,{'role':'menu'});const _0x109d7a=[];for(const _0xbedd81 of _0x39e32c)me(_0xbedd81)&&_0x109d7a['push'](this['editor']['commands']['get'](_0xbedd81['model']['commandName']));const _0x432fa4=_0x83edc8['buttonView'];return _0x432fa4['actionView']['unbind']('isEnabled'),_0x432fa4['arrowView']['unbind']('isEnabled'),_0x432fa4['actionView']['bind']('isEnabled')['to'](_0x2c2094,'isEnabled'),_0x432fa4['arrowView']['bind']('isEnabled')['toMany'](_0x109d7a,'isEnabled',(..._0x217f13)=>_0x217f13['some'](_0x3d0d9b=>_0x3d0d9b)),_0x83edc8['on']('execute',_0x25471c=>{this['editor']['execute'](_0x25471c['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x83edc8;}['_createMenuBarMenu'](_0x49620b,_0x2e97e1,_0x54c66c){const _0x5eabce=new Yt(_0x49620b),_0x4c6e0c=this['editor']['commands']['get']('trackChanges');_0x5eabce['buttonView']['set']({'label':_0x54c66c,'icon':he});const _0x2591ab=new Zt(_0x49620b);for(const _0x3d9153 of _0x2e97e1){if('separator'==_0x3d9153['type']){_0x2591ab['items']['add'](new Xt(_0x49620b));continue;}const _0x4362fc=new te(_0x49620b,_0x5eabce),_0x58198b=new _0x3fefe3(_0x49620b),_0xc5be02=_0x3d9153['model'];_0x58198b['bind'](...Object['keys'](_0xc5be02))['to'](_0xc5be02),_0x58198b['delegate']('execute')['to'](_0x5eabce),_0x58198b['on']('execute',()=>{this['editor']['execute'](_0xc5be02['commandName']),this['editor']['editing']['view']['focus']();}),_0x4362fc['children']['add'](_0x58198b),_0x2591ab['items']['add'](_0x4362fc);}return _0x5eabce['bind']('isEnabled')['to'](_0x4c6e0c,'isEnabled'),_0x5eabce['panelView']['children']['add'](_0x2591ab),_0x5eabce;}['_initializeController'](_0x5eb789){const _0x760033=this['editor'],_0x547f2e=_0x760033['config'],_0x45c4f7=_0x760033['plugins']['get']('Annotations'),_0x35371a=_0x760033['plugins']['get']('CommentsRepository'),_0x291c2c=_0x760033['plugins']['get']('EditorAnnotations'),_0xc10dd4=_0x760033['plugins']['get'](_0x4f0890)['me'],_0x1e4313=_0x547f2e['get']('trackChanges')['SuggestionThreadView'],_0x1a2960=_0x547f2e['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x58ecbf,CommentThreadInputView:_0x1ce31f}=_0x760033['plugins']['get']('CommentsUI');let _0x372c80,_0x4afb74,_0x533ffc;this['_annotationViews']['has'](_0x5eb789['id'])?(_0x4afb74=this['_annotationViews']['get'](_0x5eb789['id']),_0x372c80=_0x4afb74['mainView']):(_0x372c80=new _0x1e4313(_0x760033['locale'],_0x5eb789,_0xc10dd4,{'disableComments':this['_disableComments'],'editorConfig':_0x547f2e['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x547f2e['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x547f2e['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x547f2e['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x494301(_0x547f2e['get']('locale')),'CommentView':_0x547f2e['get']('comments')['CommentView'],'CommentsListView':_0x58ecbf,'CommentThreadInputView':_0x1ce31f,'SuggestionView':_0x1a2960}),_0x372c80['suggestionView']['acceptButton']['on']('execute',()=>{_0x760033['editing']['view']['focus']();}),_0x372c80['suggestionView']['discardButton']['on']('execute',()=>{_0x760033['editing']['view']['focus']();}),_0x4afb74=_0x45c4f7['createAnnotationView'](this['editor']['locale'],_0x372c80),_0x4afb74['bind']('isDirty')['to'](_0x372c80,'isDirty'),_0x4afb74['bind']('length')['to'](_0x372c80),_0x4afb74['bind']('type')['to'](_0x372c80,'type',_0x5c3342=>'suggestion-'+_0x5c3342),_0x372c80['on']('escape',()=>{_0x533ffc['fire']('escape');}),this['_annotationViews']['set'](_0x5eb789['id'],_0x4afb74));const _0x249108=_0x35371a['createCommentThreadController'](_0x5eb789['commentThread'],_0x372c80),_0x583aab=new ae(_0x760033,_0x5eb789,_0x372c80,_0x249108),_0x1bff2a=_0x5eb789['getAllAdjacentSuggestions']()['filter'](_0x42f0ec=>_0x42f0ec['isInContent']);_0x372c80['descriptionParts']=_0x760033['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x1bff2a),this['_suggestionToController']['set'](_0x5eb789,_0x583aab),this['_viewToController']['set'](_0x372c80,_0x583aab),_0x533ffc=_0x45c4f7['createAnnotation']({'view':_0x4afb74,'target':()=>{const _0x27b365=[],_0x4a798c=_0x5eb789['getAllAdjacentSuggestions']()['filter'](_0x28f374=>_0x28f374['isInContent']);for(const _0xf157bb of _0x4a798c)_0x27b365['push'](..._0xf157bb['getMarkers']());return _0x121c8d(_0x760033['editing'],_0x27b365);},'type':()=>'suggestion-'+_0x583aab['view']['type']}),_0x35371a['_bindAnnotationToEditors'](_0x372c80,_0x533ffc),_0x45c4f7['add'](_0x533ffc),_0x291c2c['registerAnnotation'](_0x533ffc);}['_destroyController'](_0x3a2678){const _0x17add8=this['editor']['plugins']['get']('CommentsRepository'),_0x128e0a=this['editor']['plugins']['get']('Annotations'),_0x297805=this['_suggestionToController']['get'](_0x3a2678),_0x4b1f96=_0x297805['view'],_0x1d663f=_0x128e0a['getByInnerView'](_0x4b1f96);_0x17add8['_unbindEditors'](_0x4b1f96),_0x1d663f&&_0x128e0a['remove'](_0x1d663f),this['_suggestionToController']['delete'](_0x3a2678),this['_viewToController']['delete'](_0x4b1f96),_0x297805['destroy']();}['_updateController'](_0xa2e29a){if(!_0xa2e29a['isInContent']||!this['_suggestionToController']['has'](_0xa2e29a))return;const _0x1a0633=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5a7201=this['_suggestionToController']['get'](_0xa2e29a),_0x290df9=_0xa2e29a['getAllAdjacentSuggestions']();_0x5a7201['view']['descriptionParts']=_0x1a0633['descriptionFactory']['getDescriptions'](_0x290df9);}['destroy'](){for(const _0x5de49d of this['_suggestionToController']['keys']())this['_destroyController'](_0x5de49d);for(const _0xebdbf9 of this['_annotationViews']['values']())_0xebdbf9['mainView']['destroy']();super['destroy']();}}function me(_0x4a6379){return'model'in _0x4a6379;}class k extends _0x82b22a{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x5230ce){this['editor']['plugins']['get'](p)['adapter']=_0x5230ce;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x24a22f){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x24a22f);}['getSuggestions']({skipNotAttached:_0x1c25b7=!0x1,toJSON:_0x377ab4=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x1c25b7,'toJSON':_0x377ab4});}['getSuggestion'](_0x3822c3){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x3822c3);}}const T=['Pagination'];class P extends _0x82b22a{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x5d342b=this['editor'];if(_0x5d342b['config']['define']('trackChangesData.editorCreator',_0x29feb0=>{const _0x309b6c=_0x5d342b['model']['document']['getRootNames']()['reduce']((_0x5675e0,_0x5bc4a9)=>(_0x5675e0[_0x5bc4a9]='',_0x5675e0),{});return _0x5d342b['constructor']['create'](_0x309b6c,_0x29feb0);}),'function'!=typeof _0x5d342b['config']['get']('trackChangesData')['editorCreator'])throw new _0x5adf17('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x13e8ce){return N(this['editor'],!0x0,_0x13e8ce);}['getDataWithDiscardedSuggestions'](_0x837584){return N(this['editor'],!0x1,_0x837584);}}class D extends _0x82b22a{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x3fc099){super(_0x3fc099),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(_0x35a2df){return void 0x0!==_0x35a2df['getRootsAttributes'];}async function N(_0x7501db,_0x46cc22,_0x200843){const _0xb0cfbc=_0xbe7cb0(_0x7501db,T);_0xb0cfbc['plugins']['push'](p,D),_0xb0cfbc['rootsAttributes']=v(_0x7501db)?_0x7501db['getRootsAttributes']():void 0x0;const _0x4c373a=document['createDocumentFragment'](),_0x50d2a0=_0x7501db['config']['get']('trackChangesData')['editorCreator'],_0x12ee75=await _0x50d2a0(_0xb0cfbc,()=>function(_0x3b8786){const _0x1e0448=document['createElement']('div');return _0x3b8786['appendChild'](_0x1e0448),_0x1e0448;}(_0x4c373a));!function(_0x4368dd,_0x263f5a){const _0x34f1bc=_0x4368dd['model']['document']['getRootNames']()['reduce']((_0x48186a,_0x154701)=>(_0x48186a[_0x154701]=_0x4368dd['data']['get']({'rootName':_0x154701}),_0x48186a),{}),_0x2fd83b=_0x4368dd['plugins']['get']('Users')['users']['map'](_0x422d5b=>({'id':_0x422d5b['id'],'name':_0x422d5b['name']})),_0x432a2a=_0x4368dd['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x297128=_0x4368dd['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x1461db=_0x263f5a['plugins']['get']('Users'),_0x574b3d=_0x263f5a['plugins']['get']('TrackChangesEditing'),_0x10821c=_0x263f5a['plugins']['get']('CommentsRepository');for(const _0x5686a5 of _0x10821c['getCommentThreads']())_0x5686a5['remove']();for(const _0x3673ab of _0x2fd83b)_0x1461db['getUser'](_0x3673ab['id'])||_0x1461db['addUser'](_0x3673ab);_0x1461db['me']||_0x1461db['useAnonymousUser']();for(const _0x5e9644 of _0x297128)_0x10821c['addCommentThread'](_0x5e9644);for(const _0x399ab3 of _0x432a2a)_0x574b3d['addSuggestionData'](_0x399ab3);_0x263f5a['data']['set'](_0x34f1bc);}(_0x7501db,_0x12ee75),_0x12ee75['execute'](_0x46cc22?'acceptAllSuggestions':'discardAllSuggestions');const _0x386529=v(_0x12ee75)?_0x12ee75['getFullData'](_0x200843):_0x12ee75['data']['get'](_0x200843);return await _0x12ee75['destroy'](),_0x386529;}export{us as BaseSuggestionThreadView,u as Suggestion,re as SuggestionThreadView,ce as SuggestionView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|
|
23
|
+
import{Command as ts,Plugin as _0x328234,PendingActions as _0x11fe9d,icons as _0x266fe0}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x2d253a,ObservableMixin as _0x9ee3f1,uid as _0x2b4c20,insertToPriorityArray as _0x5d21a8,priorities as _0x408fd7,logWarning as _0x32c801,getEnvKeystrokeText as _0x753ada,FocusTracker as _0x261afb,KeystrokeHandler as _0x3ca11b,Collection as Wt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x4bf0f0,View as _0x228380,ViewCollection as _0x400e93,FocusCycler as _0x2e8663,ViewModel as _0x1bd09f,createDropdown as Qt,SplitButtonView as _0x34e820,addListToDropdown as Kt,MenuBarMenuView as Yt,MenuBarMenuListView as Zt,ListSeparatorView as Xt,MenuBarMenuListItemView as te,MenuBarMenuListItemButtonView as _0x45f15a}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x25715a,hashObject as _0x4eeb59,surroundingMarkersDetector as _0x4c46e3,FOCUS_ANNOTATION_KEYSTROKE as _0x5ece77,AriaDescriptionView as _0x3bb823,setupThreadKeyboardNavigation as _0x228aad,trimHtml as _0x227449,UserView as _0x1986f5,LateFocusButtonView as _0xb1998d,getDateTimeFormatter as _0x5a3cec,getAllMarkersDomElementsSorted as _0x54b84c,sanitizeEditorConfig as _0x323a73}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x355757,LiveRange as _0xf41792,LivePosition as _0x3cc3dd}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x476147,toWidget as _0x20adee}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x4d2352,set as _0x394d02,isEqual as _0x3bc98d,unset as _0x4bd5bb,omit as Tt}from'lodash-es';import{Delete as _0x131b3f,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x5e4ac3,ShiftEnter as _0x51d29b}from'@ckeditor/ckeditor5-enter/dist/index.js';class B extends ts{['_enabledCommands'];constructor(_0x2b4d6b,_0x54ecac){super(_0x2b4d6b),this['_enabledCommands']=_0x54ecac,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 _0x442222 of this['editor']['commands']['commands']())_0x442222['affectsData']&&!this['_enabledCommands']['has'](_0x442222)&&_0x442222['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x4b835e of this['editor']['commands']['commands']())_0x4b835e['affectsData']&&!this['_enabledCommands']['has'](_0x4b835e)&&_0x4b835e['clearForceDisabled']('TrackChangesCommand');}}class x extends ts{['_suggestions'];constructor(_0x54087c,_0x269ba9){super(_0x54087c),this['_suggestions']=_0x269ba9,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x4c9b56){const _0xe5e653=this['_suggestions']['get'](_0x4c9b56);if(!_0xe5e653)throw new _0x2d253a('track-changes-accept-suggestion-not-found',this);const _0x18f181=_0xe5e653['getRanges']();this['editor']['model']['canEditAt'](_0x18f181)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0xe5e653);}}class R extends ts{['_suggestions'];constructor(_0x112e8b,_0x460128){super(_0x112e8b),this['_suggestions']=_0x460128,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x17348d){const _0x46dc38=this['_suggestions']['get'](_0x17348d);if(!_0x46dc38)throw new _0x2d253a('track-changes-discard-suggestion-not-found',this);const _0x3c7e1d=_0x46dc38['getRanges']();this['editor']['model']['canEditAt'](_0x3c7e1d)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x46dc38);}}function ls(_0x26088a,_0x19c57c){let _0x2c869='';return _0x2c869+=_0x26088a['split']('*')['map']((_0x547691,_0x4e02af)=>_0x4e02af%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0x547691)+'</span>':nn(_0x547691))['join'](''),_0x19c57c&&(_0x2c869+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x19c57c['value']+'\x22\x20title=\x22'+_0x19c57c['title']+'\x22></span>'),_0x2c869;}function nn(_0x135fda){const _0x423608=document['createElement']('span');return _0x423608['innerText']=_0x135fda,_0x423608['innerHTML'];}function ss(_0x2c3aaa){return _0x2c3aaa['sort']((_0x202b38,_0x36ff45)=>'deletion'==_0x202b38['type']&&'deletion'!=_0x36ff45['type']?-0x1:'deletion'!=_0x202b38['type']&&'deletion'==_0x36ff45['type']?0x1:0x0);}function to(_0x19b405,_0x17c97b){let _0x5bb663,_0x3d6661=0x0;const _0x512b72=[],_0x5d8117=_0x17c97b['schema'];for(;_0x3d6661<_0x19b405['length'];){const _0x151685=_0x19b405[_0x3d6661],_0x545b45=_0x19b405[_0x3d6661+0x1];_0x5bb663||(_0x5bb663=_0x17c97b['createPositionBefore'](_0x151685)),on(_0x17c97b,_0x151685,_0x545b45)||(_0x512b72['push'](_0x17c97b['createRange'](_0x5bb663,_0x5d8117['isObject'](_0x151685)?_0x17c97b['createPositionAfter'](_0x151685):_0x17c97b['createPositionAt'](_0x151685,'end'))),_0x5bb663=null),_0x3d6661++;}return _0x512b72;}function on(_0x533084,_0xc0560f,_0x142c2b){if(!_0x142c2b)return!0x1;const _0xf3c025=_0x533084['createPositionAfter'](_0xc0560f),_0x17825d=_0x533084['createPositionBefore'](_0x142c2b);return _0xf3c025['isTouching'](_0x17825d);}function rs(_0xbb2565,_0x2e3f50,_0x9197b2){for(;_0x9197b2['length'];){const _0x369bff=_0x9197b2['splice'](0x0,0x64);_0xbb2565['change'](()=>{for(const _0x3e0c32 of _0x369bff)_0x3e0c32['isInContent']&&_0x2e3f50['execute'](_0x3e0c32['id']);});}}class E extends ts{['_command'];['_suggestions'];constructor(_0x1ef2ca,_0x2eeb31,_0x102928){super(_0x1ef2ca),this['_command']=_0x2eeb31,this['_suggestions']=_0x102928,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x1ead95=Array['from'](this['_suggestions']['values']())['some'](_0x5d0ec2=>_0x5d0ec2['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x1ead95;}['execute'](){const _0x481aee=ss(Array['from'](this['_suggestions']['values']()));for(const _0x478838 of _0x481aee){const _0x5e9626=_0x478838['getRanges']();if(!this['editor']['model']['canEditAt'](_0x5e9626))return;}rs(this['editor']['model'],this['_command'],_0x481aee);}}class O extends ts{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x3a644b,_0x57b653,_0x270100){super(_0x3a644b),this['_command']=_0x57b653,this['_suggestions']=_0x270100,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x2bce7d=this['editor']['model']['document']['selection'],_0x417abe=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0xa6a56e,_0x3d2d2c){const _0x283ebe=Array['from'](_0xa6a56e['getRanges']()),_0x290150=new Set();for(const _0xe9d4b5 of _0x3d2d2c)if(_0xe9d4b5['isInContent']){for(const _0x20771c of _0x283ebe)for(const _0x39abd5 of _0xe9d4b5['getRanges']())(_0x20771c['isIntersecting'](_0x39abd5)||_0xa6a56e['isCollapsed']&&!_0xe9d4b5['isMultiRange']&&_0xe9d4b5['next']&&_0x39abd5['end']['isTouching'](_0x20771c['start']))&&_0x290150['add'](_0xe9d4b5);}return _0x290150;}(_0x2bce7d,_0x417abe),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0xf0bb96=ss(Array['from'](this['_selectedSuggestions']));for(const _0x1c2882 of _0xf0bb96){const _0x3593b6=_0x1c2882['getRanges']();if(!this['editor']['model']['canEditAt'](_0x3593b6))return;}rs(this['editor']['model'],this['_command'],_0xf0bb96);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x9ee3f1(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x9c7a50,_0x1c3bef){super(),this['id']=_0x1c3bef['id'],this['type']=_0x1c3bef['type'],this['subType']=_0x1c3bef['subType']||null,this['author']=_0x1c3bef['author'],this['creator']=_0x1c3bef['creator']||_0x1c3bef['author'],this['isExternal']=Boolean(_0x1c3bef['attributes']&&_0x1c3bef['attributes']['@external']),this['data']=null,this['_model']=_0x9c7a50,this['_onAccept']=_0x1c3bef['onAccept'],this['_onDiscard']=_0x1c3bef['onDiscard'],this['_onAttributesChange']=_0x1c3bef['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x1c3bef['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 _0x40c681=this;for(;_0x40c681['previous'];)_0x40c681=_0x40c681['previous'];return _0x40c681;}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'](_0x4aa50b){this['_markerNames']['add'](_0x4aa50b);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x2a4ce4=>this['_model']['markers']['get'](_0x2a4ce4))['filter'](_0x12aa20=>_0x12aa20);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0xca71f2=>{for(const _0x32171d of this['getMarkers']())_0xca71f2['removeMarker'](_0x32171d);}),this['_markerNames']['clear']();}['removeMarker'](_0x533b92){this['_model']['change'](_0x338625=>{_0x338625['removeMarker'](_0x533b92);}),this['_markerNames']['delete'](_0x533b92);}['addRange'](_0x53a0fd){const _0x5bf126='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x5bf126),this['_model']['change'](_0x2e2b14=>{_0x2e2b14['addMarker'](_0x5bf126,{'range':_0x53a0fd,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x3876c0){for(const _0x3c8ea1 of this['getRanges']())if(_0x3c8ea1['isIntersecting'](_0x3876c0))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x50fe85=>_0x50fe85['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x498772,_0x3c9ba4)=>[..._0x498772,..._0x3c9ba4['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x1b8872=this['getRanges']();if(0x1!=_0x1b8872['length'])return null;const _0x548cba=_0x1b8872[0x0],_0x29e5b4=_0x548cba['start']['nodeAfter'],_0x2ddc76=_0x548cba['end']['nodeBefore'];return _0x29e5b4 instanceof _0x355757?_0x29e5b4!=_0x2ddc76?null:_0x29e5b4: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 _0x569dbe=[];let _0x13a17a=this['head'];for(;_0x13a17a;)_0x569dbe['push'](_0x13a17a),_0x13a17a=_0x13a17a['next'];return _0x569dbe;}['setAttribute'](_0x2f88df,_0x5854da){const _0x27400e=_0x4d2352(this['attributes']);_0x394d02(_0x27400e,_0x2f88df,_0x5854da),_0x3bc98d(_0x27400e,this['attributes'])||(this['attributes']=_0x27400e,this['_onAttributesChange'](_0x27400e));}['removeAttribute'](_0x419338){const _0x205984=_0x4d2352(this['attributes']);_0x4bd5bb(_0x205984,_0x419338),_0x3bc98d(_0x205984,this['attributes'])||(this['attributes']=_0x205984,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 _0x2b4c20()['substr'](0x1,0x5);}}function o(_0x1869fe,_0x2ff590,_0x4ab5ce){const t=_0x1869fe['t'];switch(_0x2ff590){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',_0x4ab5ce);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x4ab5ce);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x4ab5ce);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x4ab5ce);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x4ab5ce);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',_0x4ab5ce);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x4ab5ce);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',_0x4ab5ce);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x4ab5ce);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x4ab5ce);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x4ab5ce);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x4ab5ce);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x4ab5ce);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x4ab5ce);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x4ab5ce);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x4ab5ce);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x4ab5ce);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x4ab5ce);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x4ab5ce);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x4ab5ce);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x4ab5ce);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x4ab5ce);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x4ab5ce);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'},_0x4ab5ce);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x4ab5ce);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x4ab5ce);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x4ab5ce);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x4ab5ce);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x4ab5ce);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'},_0x4ab5ce);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x4ab5ce);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x4ab5ce);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x4ab5ce);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x4ab5ce);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'},_0x4ab5ce);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x4ab5ce);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'},_0x4ab5ce);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'},_0x4ab5ce);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x4ab5ce);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'},_0x4ab5ce);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x4ab5ce);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'},_0x4ab5ce);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x4ab5ce);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x4ab5ce);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'},_0x4ab5ce);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'},_0x4ab5ce);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'},_0x4ab5ce);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x4ab5ce);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'},_0x4ab5ce);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'},_0x4ab5ce);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'},_0x4ab5ce);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x2ff590;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x5c0bd9,_0x554eba){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x5c0bd9,this['_locale']=_0x554eba;}['getDescriptions'](_0x1483c2){const _0x39c2cd=[],_0x3b4ad2=new Set(),_0x1b7f6b=new Set();for(let _0x131fc1=0x0;_0x131fc1<_0x1483c2['length'];_0x131fc1++){const _0x57b49c=_0x1483c2[_0x131fc1];if(!_0x57b49c['isInContent'])continue;const _0x25ffc7=this['_handleCustomCallbackDescription'](_0x57b49c);if(_0x25ffc7){if(null!=_0x57b49c['subType']){if(_0x3b4ad2['has'](_0x57b49c['subType']))continue;_0x3b4ad2['add'](_0x57b49c['subType']);}_0x39c2cd['push'](_0x25ffc7);}else{if('attribute'!=_0x57b49c['type'])'insertion'!=_0x57b49c['type']&&'deletion'!=_0x57b49c['type']||this['_handleInsertRemoveSuggestionDescription'](_0x39c2cd,_0x57b49c,_0x1483c2[_0x131fc1+0x1]);else{const _0x2b06c3=_0x57b49c['data']['key'];if(_0x1b7f6b['has'](_0x2b06c3))continue;_0x1b7f6b['add'](_0x57b49c['data']['key']),_0x2b06c3==m?this['_handleRenameSuggestionDescription'](_0x39c2cd,_0x57b49c):this['_handleAttributeSuggestionDescription'](_0x39c2cd,_0x57b49c);}}}return this['_resolveDescriptionItems'](_0x39c2cd);}['registerDescriptionCallback'](_0xff96f8){this['_customCallbacks']['push'](_0xff96f8);}['registerElementLabel'](_0x1156ab,_0xf5fd05,_0x5639b9=_0x408fd7['normal']){'function'==typeof _0x1156ab?_0x5d21a8(this['_itemLabelsCallbacks'],{'matchingCallback':_0x1156ab,'label':_0xf5fd05,'priority':_0x5639b9}):this['_itemLabels']['set'](_0x1156ab,_0xf5fd05);}['registerAttributeLabel'](_0x3a80c3,_0x22913d){this['_attributeLabels']['set'](_0x3a80c3,_0x22913d);}['getItemLabel'](_0x1e28e4,_0x125d88=0x1){let _0x44b649;for(const _0x400ea9 of this['_itemLabelsCallbacks'])if(_0x400ea9['matchingCallback'](_0x1e28e4)){_0x44b649=_0x400ea9['label'];break;}return _0x44b649||(_0x44b649=this['_itemLabels']['get'](_0x1e28e4['name'])),_0x44b649?_0x44b649(_0x125d88):0x1!==_0x125d88?_0x125d88+'\x20'+_0x1e28e4['name']+'s':''+_0x1e28e4['name'];}['_addDescriptionItems'](_0x25f79f,_0x21ce77){const _0x4dd1d3=_0x21ce77['getFirstRange']()['getWalker'](),_0x2577d2='insertion'==_0x21ce77['type']?'add':'remove';for(const _0x2f1f88 of _0x4dd1d3){const _0x165722=_0x2f1f88['item'],_0x33f28f=_0x25f79f[_0x25f79f['length']-0x1];if(_0x165722['is']('$textProxy'))_0x33f28f&&_0x33f28f['type']['indexOf']('Container')>-0x1&&_0x25f79f['pop'](),_0x33f28f&&'text'==_0x33f28f['type']?_0x33f28f[_0x2577d2]+=_0x165722['data']:_0x25f79f['push']({'type':'text','add':'add'==_0x2577d2?_0x165722['data']:'','remove':'remove'==_0x2577d2?_0x165722['data']:''});else{if(this['_schema']['isObject'](_0x165722)){const _0x2a3cf7=_0x165722;if(_0x33f28f&&_0x33f28f['type']['indexOf']('Container')>-0x1&&_0x25f79f['pop'](),'elementEnd'==_0x2f1f88['type'])continue;_0x33f28f&&_0x33f28f['type']==_0x2577d2+'Object'&&_0x33f28f['element']['name']==_0x2a3cf7['name']?_0x33f28f['quantity']++:_0x25f79f['push']({'type':_0x2577d2+'Object','element':_0x2a3cf7,'quantity':0x1}),_0x4dd1d3['skip'](_0x2c9784=>!('elementEnd'==_0x2c9784['type']&&_0x2c9784['item']==_0x165722));}else{if(this['_schema']['checkChild'](_0x165722,'$text')||_0x165722['is']('element','softBreak')){const _0x55de4c=_0x165722;if('add'==_0x2577d2&&'elementStart'==_0x2f1f88['type']||'remove'==_0x2577d2&&'elementEnd'==_0x2f1f88['type'])continue;if(_0x33f28f&&-0x1==_0x33f28f['type']['indexOf']('Container')){'text'==_0x33f28f['type']&&(_0x33f28f[_0x2577d2]+='\x0a');continue;}let _0x41eee0;if(_0x41eee0='add'==_0x2577d2?_0x55de4c['nextSibling']&&!this['_schema']['isObject'](_0x55de4c['nextSibling'])?_0x55de4c['nextSibling']:null:_0x55de4c['previousSibling']&&!this['_schema']['isObject'](_0x55de4c['previousSibling'])?_0x55de4c['previousSibling']:null,_0x55de4c['isEmpty']||_0x41eee0&&_0x41eee0['isEmpty']){const _0x3b775c=_0x41eee0&&_0x41eee0['isEmpty']?_0x41eee0:_0x55de4c;_0x33f28f&&_0x33f28f['type']==_0x2577d2+'EmptyContainer'&&_0x33f28f['element']['name']==_0x3b775c['name']?_0x33f28f['quantity']++:_0x25f79f['push']({'type':_0x2577d2+'EmptyContainer','element':_0x3b775c,'quantity':0x1});}else _0x25f79f['push']({'type':_0x2577d2+'Container','element':_0x55de4c});}}}}}['_resolveDescriptionItems'](_0x3b0900){const _0x25aa61=this['_locale'],_0x36dcd7=[],_0x2ccaec=[],_0x33f967=[];for(const _0x166dc5 of _0x3b0900)switch(_0x166dc5['type']){case'text':if(_0x166dc5['add']=_0x166dc5['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x166dc5['remove']=_0x166dc5['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x166dc5['add']&&''!=_0x166dc5['remove']){_0x36dcd7['push']({'type':'replace','content':o(_0x25aa61,'REPLACE_TEXT',['\x22'+_0x166dc5['remove']+'\x22','\x22'+_0x166dc5['add']+'\x22'])});continue;}if(null!=_0x166dc5['add']['match'](/^ +$/)){_0x36dcd7['push']({'type':'insertion','content':o(_0x25aa61,'*Insert:*\x20%0',o(_0x25aa61,'ELEMENT_SPACE',_0x166dc5['add']['length']))});continue;}if(null!=_0x166dc5['remove']['match'](/^ +$/)){_0x36dcd7['push']({'type':'deletion','content':o(_0x25aa61,'*Remove:*\x20%0',o(_0x25aa61,'ELEMENT_SPACE',_0x166dc5['remove']['length']))});continue;}if(''!=_0x166dc5['add']){_0x36dcd7['push']({'type':'insertion','content':o(_0x25aa61,'*Insert:*\x20%0','\x22'+_0x166dc5['add']+'\x22')});continue;}_0x36dcd7['push']({'type':'deletion','content':o(_0x25aa61,'*Remove:*\x20%0','\x22'+_0x166dc5['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x36dcd7['push']({'type':'insertion','content':o(_0x25aa61,'*Insert:*\x20%0',this['getItemLabel'](_0x166dc5['element'],_0x166dc5['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x36dcd7['push']({'type':'deletion','content':o(_0x25aa61,'*Remove:*\x20%0',this['getItemLabel'](_0x166dc5['element'],_0x166dc5['quantity']))});continue;case'addContainer':_0x36dcd7['push']({'type':'insertion','content':o(_0x25aa61,'*Split:*\x20%0',this['getItemLabel'](_0x166dc5['element'],_0x166dc5['quantity']))});continue;case'removeContainer':_0x36dcd7['push']({'type':'deletion','content':o(_0x25aa61,'*Merge:*\x20%0',this['getItemLabel'](_0x166dc5['element'],_0x166dc5['quantity']))});continue;case'addFormat':_0x2ccaec['push'](_0x166dc5['key']);continue;case'removeFormat':_0x33f967['push'](_0x166dc5['key']);continue;default:_0x36dcd7['push'](_0x166dc5);}if(_0x2ccaec['length']){const _0x1d2b68=_0x2ccaec['map'](_0x34ef41=>this['_attributeLabels']['has'](_0x34ef41)?this['_attributeLabels']['get'](_0x34ef41):_0x34ef41)['join'](',\x20');_0x36dcd7['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x1d2b68)});}if(_0x33f967['length']){const _0x3ca9c3=_0x33f967['map'](_0x4ec983=>this['_attributeLabels']['has'](_0x4ec983)?this['_attributeLabels']['get'](_0x4ec983):_0x4ec983)['join'](',\x20');_0x36dcd7['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x3ca9c3)});}return _0x36dcd7;}['_handleCustomCallbackDescription'](_0x5e28ee){for(const _0x1e99a6 of this['_customCallbacks']){const _0x2f79f3=_0x1e99a6(_0x5e28ee);if(_0x2f79f3&&'type'in _0x2f79f3)return _0x2f79f3;}}['_handleAttributeSuggestionDescription'](_0x2baab3,_0x2570d2){const _0x2b39aa=_0x2570d2['data'],_0x3112e2=void 0x0===_0x2b39aa['newValue']?'removeFormat':'addFormat';_0x2baab3['push']({'type':_0x3112e2,'key':_0x2b39aa['key']});}['_handleRenameSuggestionDescription'](_0x5df15d,_0x384d3a){_0x5df15d['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x384d3a['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x53d26d,_0x58934a,_0x1f0313){if(this['_addDescriptionItems'](_0x53d26d,_0x58934a),_0x1f0313&&_0x1f0313['getFirstRange']()&&!_0x58934a['getFirstRange']()['end']['isEqual'](_0x1f0313['getFirstRange']()['start'])){const _0x5486fa=_0x53d26d[_0x53d26d['length']-0x1],_0x4d4c5f='insertion'==_0x58934a['type']?'add':'remove';_0x5486fa&&'text'==_0x5486fa['type']&&(_0x5486fa[_0x4d4c5f]+='\x0a');}}}class V extends _0x328234{['afterInit'](){const _0x17c528=this['editor'],_0x39f7b9=_0x17c528['plugins']['get']('TrackChangesEditing');_0x17c528['commands']['get']('showAIAssistant')&&_0x39f7b9['enableCommand']('showAIAssistant');}}class U extends _0x328234{['afterInit'](){const _0x407c78=this['editor'],_0x4b2a5a=_0x407c78['locale'];if(!_0x407c78['plugins']['has']('AlignmentEditing'))return;const _0x1b3618=_0x407c78['plugins']['get']('TrackChangesEditing');_0x1b3618['enableDefaultAttributesIntegration']('alignment'),_0x1b3618['registerBlockAttribute']('alignment'),_0x1b3618['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x4b2a5a,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x440ea5=this['editor'],_0x9e44e0=_0x440ea5['locale'];_0x440ea5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x376258=>{if('formatBlock'!=_0x376258['type'])return;const {data:_0x47e65d}=_0x376258;if(_0x47e65d&&'alignment'==_0x47e65d['commandName']){const _0x1aecd3=_0x47e65d['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x9e44e0,'*Format:*\x20%0',function(_0x281a97){switch(_0x281a97){case'left':return o(_0x9e44e0,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x9e44e0,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x9e44e0,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x9e44e0,'FORMAT_JUSTIFY_TEXT');}}(_0x1aecd3))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x328234{['afterInit'](){const _0x552ccc=this['editor'],_0x28f0ff=_0x552ccc['plugins']['get']('TrackChangesEditing'),_0x2c5ffe=_0x552ccc['locale'];for(const _0x1a90a7 of ti){if(!_0x552ccc['plugins']['has'](_0x1a90a7))continue;const _0x4698f1=_0x1a90a7['slice'](0x0,-0x7)['toLowerCase'](),_0x434c50='FORMAT_'+_0x4698f1['toUpperCase']();_0x28f0ff['enableDefaultAttributesIntegration'](_0x4698f1),_0x28f0ff['registerInlineAttribute'](_0x4698f1),_0x28f0ff['descriptionFactory']['registerAttributeLabel'](_0x4698f1,o(_0x2c5ffe,_0x434c50));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x51260d=this['editor'],_0x103af9=_0x51260d['locale'],_0x4270c7=_0x51260d['plugins']['get']('TrackChangesEditing');function _0x464c18(_0x41b5e0,_0x590b87){_0x4270c7['descriptionFactory']['registerDescriptionCallback'](_0x589c4c=>{if('formatInline'!=_0x589c4c['type'])return;const {data:_0x3918a0}=_0x589c4c;return _0x3918a0&&_0x3918a0['commandName']===_0x41b5e0?_0x3918a0['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x103af9,'*Format:*\x20%0',_0x590b87)}:{'type':'format','content':o(_0x103af9,'*Remove\x20format:*\x20%0',_0x590b87)}:void 0x0;});}_0x464c18('bold',o(_0x103af9,'FORMAT_BOLD')),_0x464c18('italic',o(_0x103af9,'FORMAT_ITALIC')),_0x464c18('underline',o(_0x103af9,'FORMAT_UNDERLINE')),_0x464c18('code',o(_0x103af9,'FORMAT_CODE')),_0x464c18('strikethrough',o(_0x103af9,'FORMAT_STRIKETHROUGH')),_0x464c18('subscript',o(_0x103af9,'FORMAT_SUBSCRIPT')),_0x464c18('superscript',o(_0x103af9,'FORMAT_SUPERSCRIPT'));}}class F extends _0x328234{['afterInit'](){const _0x4861b8=this['editor'],_0x4448b6=_0x4861b8['locale'];if(!_0x4861b8['plugins']['has']('BlockQuoteEditing'))return;const _0x5d01aa=_0x4861b8['plugins']['get']('TrackChangesEditing'),_0x34773a=this['editor']['commands']['get']('blockQuote');_0x5d01aa['enableCommand']('blockQuote',(_0x5d4fd3,_0x437466={})=>{const _0x45a7df=this['editor']['model']['document']['selection'],_0x212b06=_0x437466&&void 0x0!==_0x437466['forceValue']?_0x437466['forceValue']:!_0x34773a['value'];let _0x12a9ac=[];if(_0x212b06){const _0x77b9c7=Array['from'](_0x45a7df['getSelectedBlocks']())['filter'](_0x129209=>oo(_0x129209)||function(_0x3bf220,_0x481425){const _0x2b3e90=_0x481425['checkChild'](_0x3bf220['parent'],'blockQuote'),_0xcebe76=_0x481425['checkChild'](['$root','blockQuote'],_0x3bf220);return _0x2b3e90&&_0xcebe76;}(_0x129209,this['editor']['model']['schema']));_0x12a9ac=to(_0x77b9c7,_0x4861b8['model']);}else{const _0xd76021=Array['from'](_0x45a7df['getSelectedBlocks']())['filter'](_0x1f6d85=>oo(_0x1f6d85));_0x12a9ac=to(_0xd76021,_0x4861b8['model']);}_0x4861b8['model']['change'](()=>{for(const _0x2a75c9 of _0x12a9ac)_0x5d01aa['markBlockFormat'](_0x2a75c9,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x212b06}]});});}),_0x5d01aa['descriptionFactory']['registerDescriptionCallback'](_0x280625=>{const {data:_0x5c7e6c}=_0x280625;if(_0x5c7e6c&&'blockQuote'==_0x5c7e6c['commandName']){const _0x1b74a9=o(_0x4448b6,'ELEMENT_BLOCK_QUOTE');return _0x5c7e6c['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4448b6,'*Set\x20format:*\x20%0',_0x1b74a9)}:{'type':'format','content':o(_0x4448b6,'*Remove\x20format:*\x20%0',_0x1b74a9)};}});}}function oo(_0x4231b1){return'blockQuote'==_0x4231b1['parent']['name'];}class L extends _0x328234{['afterInit'](){const _0x3d1d28=this['editor'];_0x3d1d28['plugins']['has']('CaseChange')&&(_0x3d1d28['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x3d1d28['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x3d1d28['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x328234{['afterInit'](){const _0x1876ba=this['editor'];_0x1876ba['commands']['get']('ckbox')&&_0x1876ba['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class J extends _0x328234{['afterInit'](){const _0x4ed767=this['editor'];if(!_0x4ed767['plugins']['has']('CodeBlock'))return;const _0x44100e=_0x4ed767['plugins']['get']('TrackChangesEditing'),_0x303ec3=_0x4ed767['locale'],_0x20d9d8=_0x4ed767['config']['get']('codeBlock')['languages'],_0x53da85=_0x4ed767['commands']['get']('codeBlock');_0x44100e['enableCommand']('indentCodeBlock'),_0x44100e['enableCommand']('outdentCodeBlock'),_0x44100e['enableCommand']('codeBlock',(_0x5bf2fa,_0x17a816={})=>{const _0x1e01df=_0x4ed767['model'],_0x563693=_0x4ed767['model']['document']['selection'],_0x48adc9=_0x17a816&&void 0x0!==_0x17a816['forceValue']?_0x17a816['forceValue']:!_0x53da85['value'];let _0xda6451;_0x17a816['language']||(_0x17a816['language']=_0x20d9d8[0x0]['language']),_0xda6451=_0x48adc9?Array['from'](_0x563693['getSelectedBlocks']())['filter'](_0x41ac4a=>eo(_0x41ac4a)||function(_0x5c4c14,_0x4474f7){if(_0x5c4c14['is']('rootElement')||_0x4474f7['isLimit'](_0x5c4c14))return!0x1;return _0x4474f7['checkChild'](_0x5c4c14['parent'],'codeBlock');}(_0x41ac4a,_0x1e01df['schema'])):Array['from'](_0x563693['getSelectedBlocks']())['filter'](_0x152ac1=>eo(_0x152ac1));const _0x2a983e=to(_0xda6451,_0x1e01df);_0x1e01df['change'](()=>{for(const _0x288b8e of _0x2a983e)_0x44100e['markBlockFormat'](_0x288b8e,{'commandName':'codeBlock','commandParams':[{..._0x17a816,'forceValue':_0x48adc9}],'formatGroupId':'blockName'});});}),(_0x44100e['descriptionFactory']['registerElementLabel']('codeBlock',_0x4877d8=>o(_0x303ec3,'ELEMENT_CODE_BLOCK',_0x4877d8)),_0x44100e['descriptionFactory']['registerDescriptionCallback'](_0x591ae1=>{if('formatBlock'!=_0x591ae1['type'])return;const _0x51c9ba=_0x303ec3['t'],{data:_0x42faf7}=_0x591ae1;if(!_0x42faf7||'codeBlock'!=_0x42faf7['commandName'])return;const _0x3be676=_0x42faf7['commandParams'][0x0]['language'],_0x3c344c=_0x51c9ba(_0x20d9d8['find'](_0x535f9f=>_0x535f9f['language']===_0x3be676)['label'])['toLowerCase']();return _0x42faf7['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x303ec3,'*Set\x20format:*\x20%0',o(_0x303ec3,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x3c344c+')')}:{'type':'format','content':o(_0x303ec3,'*Remove\x20format:*\x20%0',o(_0x303ec3,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x78d299){return'codeBlock'==_0x78d299['name'];}class q extends _0x328234{['afterInit'](){const _0x20cf6a=this['editor'];if(!_0x20cf6a['plugins']['has']('CommentsEditing'))return;_0x20cf6a['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x145108,_0x207245,_0x56c362){const _0x464ae2=[];for(const _0x898567 of _0x207245['getItems']())_0x898567['hasAttribute'](_0x145108)&&_0x464ae2['push'](_0x56c362['createRangeOn'](_0x898567));return _0x464ae2;}function _e(_0x42212e,_0x164b0b,{showActiveMarker:_0x33f255=!0x0}={}){const _0x1ca10d=_0x42212e['plugins']['get']('TrackChangesEditing');return(_0x50f819,_0x9b869f,_0x372bf9)=>{if(!_0x372bf9['consumable']['test'](_0x9b869f['markerRange'],_0x50f819['name']))return;const _0x4504ec=_0x9b869f['markerRange']['getWalker'](),_0x3e6d4e=_0x9b869f['markerRange']['start'],_0x23832c=_0x42212e['model']['schema'];let _0x300446=null,_0x46872d=null,_0x48b8d0=!0x1,_0x23c8a9=!0x1;for(const _0x39a901 of _0x4504ec){const _0x595eb4=_0x39a901['item'];_0x48b8d0=_0x48b8d0||_0x23832c['isContent'](_0x595eb4);const _0x4bd72e=_0x372bf9['mapper']['toViewElement'](_0x595eb4);if(_0x4bd72e&&_0x4bd72e['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x39a901['type']&&(_0x23832c['isBlock'](_0x595eb4)&&!_0x23832c['isLimit'](_0x595eb4)&&(_0x595eb4['nextSibling']||_0x3e6d4e['isAtEnd']?_0x300446&&_0x300446['parent']==_0x595eb4||(_0x300446=_0x595eb4,_0x203a3a(_0x39a901['previousPosition']),_0x23c8a9=!0x0):_0x46872d=_0x46872d||_0x39a901['previousPosition']));}function _0x203a3a(_0x2071d7){const {authorId:_0xb3cf9a}=_0x1ca10d['_splitMarkerName'](_0x9b869f['markerName']),_0x199c81=_0x372bf9['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x164b0b,'data-author-id':_0xb3cf9a}),_0x120ce4=_0x372bf9['mapper']['toViewPosition'](_0x2071d7);_0x33f255&&_0x1ca10d['activeMarkers']['includes'](_0x9b869f['markerName'])&&_0x372bf9['writer']['addClass']('ck-suggestion-marker--active',_0x199c81),_0x372bf9['writer']['insert'](_0x120ce4,_0x199c81),_0x372bf9['mapper']['bindElementToMarker'](_0x199c81,_0x9b869f['markerName']);}_0x48b8d0||_0x23c8a9||!_0x46872d||_0x203a3a(_0x46872d);};}class z extends _0x328234{static get['requires'](){return[_0x131b3f];}['init'](){const _0x5a6efd=this['editor'],_0x4709fa=_0x5a6efd['plugins']['get']('TrackChangesEditing');_0x4709fa['enableCommand']('delete');const _0x7aedb5=_0x5a6efd['commands']['get']('deleteForward');_0x4709fa['enableCommand']('deleteForward',(_0x379ab2,_0x25dea3={})=>{const _0x189079=_0x5a6efd['model']['createSelection'](_0x5a6efd['model']['document']['selection']);_0x189079['isCollapsed']&&_0x5a6efd['model']['modifySelection'](_0x189079,{'direction':'forward','unit':_0x25dea3['unit']});const _0x70cec8=_0x189079['getFirstRange'](),_0x440bdb=_0xf41792['fromRange'](_0x70cec8);let _0x16305b;_0x379ab2(_0x25dea3),_0x16305b='$graveyard'==_0x440bdb['root']['rootName']?_0x5a6efd['model']['createRange'](_0x70cec8['start']):_0x5a6efd['model']['createRange'](_0x440bdb['start'],_0x440bdb['end']),_0x440bdb['detach'](),_0x5a6efd['model']['enqueueChange'](_0x7aedb5['buffer']['batch'],_0x364e9c=>{_0x7aedb5['buffer']['lock'](),_0x364e9c['setSelection'](_0x364e9c['createRange'](_0x16305b['end'])),_0x7aedb5['buffer']['unlock']();});}),_0x5a6efd['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x5a6efd,'merge'),{'priority':'high'}),_0x5a6efd['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x9ad387,_0xcb4e52,_0x47505d)=>{_0x47505d['options']['showSuggestionHighlights']&&_e(_0x5a6efd,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x9ad387,_0xcb4e52,_0x47505d);},{'priority':'high'}),_0x5a6efd['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x128859,_0x7849ba,_0x51664c)=>{const _0x3134e5=_0x51664c['mapper']['markerNameToElements'](_0x7849ba['markerName']);if(_0x3134e5){for(const _0x365127 of _0x3134e5)_0x365127['is']('uiElement')&&(_0x51664c['mapper']['unbindElementFromMarkerName'](_0x365127,_0x7849ba['markerName']),_0x51664c['writer']['remove'](_0x365127));}},{'priority':'high'});}}class K extends _0x328234{['afterInit'](){const _0x26a80e=this['editor'];if(!_0x26a80e['plugins']['has']('ListEditing'))return;const _0x3de7c5=_0x26a80e['locale'],_0x4d09d5=_0x26a80e['plugins']['get']('TrackChangesEditing'),_0x4cce2f=_0x26a80e['plugins']['has']('TodoListEditing'),_0x3b3633=!!_0x26a80e['config']['get']('list.multiBlock');function _0x1797af(_0x1a63b0){return{'type':'format','content':''+o(_0x3de7c5,'*Set\x20format:*\x20%0',_0x1a63b0)};}function _0x23b960(_0x1156b3){return{'type':'format','content':''+o(_0x3de7c5,'*Remove\x20format:*\x20%0',_0x1156b3)};}_0x4d09d5['enableDefaultAttributesIntegration']('numberedList'),_0x4d09d5['enableDefaultAttributesIntegration']('bulletedList'),_0x4d09d5['enableDefaultAttributesIntegration']('customNumberedList'),_0x4d09d5['enableDefaultAttributesIntegration']('customBulletedList'),_0x4d09d5['enableDefaultAttributesIntegration']('indentList'),_0x4d09d5['enableDefaultAttributesIntegration']('outdentList'),_0x4d09d5['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x4d09d5['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x4d09d5['registerBlockAttribute']('listItemId'),_0x4d09d5['registerBlockAttribute']('listType'),_0x4d09d5['registerBlockAttribute']('listIndent'),_0x3b3633&&(_0x4d09d5['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x4d09d5['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x4cce2f&&(_0x4d09d5['enableDefaultAttributesIntegration']('todoList'),_0x4d09d5['enableDefaultAttributesIntegration']('checkTodoList'),_0x4d09d5['registerBlockAttribute']('todoListChecked'),_0x4d09d5['descriptionFactory']['registerDescriptionCallback'](_0x4f938f=>{const {data:_0x2dac9a}=_0x4f938f;if(_0x2dac9a&&'todoListChecked'==_0x2dac9a['key'])return{'type':'format','content':_0x2dac9a['newValue']?o(_0x3de7c5,'*Check\x20item*'):o(_0x3de7c5,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x77040=>{if(_0x77040['batch']['isUndo'])return!0x1;let _0x1dfa8d=!0x1;const _0xb4b577=_0x4d09d5['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4f5ed0=>'todoListChecked'===_0x4d09d5['_getAttributeKey'](_0x4f5ed0));for(const _0x58ef1f of _0xb4b577){'todo'!=_0x58ef1f['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x4d09d5['_findSuggestions'](_0x58ef1f['getFirstRange'](),'attribute')['find'](_0x85b325=>'listType'===_0x4d09d5['_getAttributeKey'](_0x85b325['suggestion']))||(_0x77040['removeMarker'](_0x58ef1f['getFirstMarker']()),_0x1dfa8d=!0x0));}return _0x1dfa8d;})),_0x4d09d5['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x3de7c5,'FORMAT_INDENT'));const _0x260691={'type':'format','content':''};_0x4d09d5['descriptionFactory']['registerDescriptionCallback'](_0x2d83aa=>{const {data:_0xbc000d}=_0x2d83aa;if(!_0xbc000d||'listType'!=_0xbc000d['key'])return;let _0x4ca0a5=_0x2d83aa['head'];for(;_0x4ca0a5;){if(_0x4ca0a5['data']&&(('listStyle'==_0x4ca0a5['data']['key']||'listMarkerStyle'==_0x4ca0a5['data']['key'])&&(_0x4ca0a5['data']['newValue']&&'default'!=_0x4ca0a5['data']['newValue']||'default'!=_0x4ca0a5['data']['oldValue']&&!_0xbc000d['newValue'])||!_0x3b3633&&_0x4ca0a5['data']['key']==m))return _0x260691;_0x4ca0a5=_0x4ca0a5['next'];}if(null==_0xbc000d['newValue'])switch(_0xbc000d['oldValue']){case'bulleted':return _0x23b960(o(_0x3de7c5,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x23b960(o(_0x3de7c5,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x23b960(o(_0x3de7c5,'ELEMENT_TODO_LIST'));}switch(_0xbc000d['newValue']){case'bulleted':return _0x1797af(o(_0x3de7c5,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1797af(o(_0x3de7c5,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1797af(o(_0x3de7c5,'ELEMENT_TODO_LIST'));}}),_0x4d09d5['descriptionFactory']['registerDescriptionCallback'](_0x1b51e3=>{const {data:_0x333e3a}=_0x1b51e3;if(_0x333e3a&&'listIndent'==_0x333e3a['key'])return null==_0x333e3a['newValue']||null==_0x333e3a['oldValue']&&0x0==_0x333e3a['newValue']?_0x260691:void 0x0;}),_0x4d09d5['descriptionFactory']['registerDescriptionCallback'](_0x3b6e32=>{if('attribute'!=_0x3b6e32['type'])return;const {data:_0x266416}=_0x3b6e32;if(!_0x266416||'listItemId'!=_0x266416['key'])return;const _0x5bc816=Ee(_0x3b6e32);return'newValue'==_0x5bc816?{'type':'format','content':o(_0x3de7c5,'*Merge:*\x20list\x20item')}:'oldValue'==_0x5bc816?{'type':'format','content':o(_0x3de7c5,'*Split:*\x20list\x20item')}:_0x260691;}),_0x26a80e['model']['document']['registerPostFixer'](_0x263e8c=>this['listItemIdFixer'](_0x263e8c)),_0x26a80e['model']['document']['registerPostFixer'](_0x14160c=>this['noTrackChangesFixer'](_0x14160c)),_0x26a80e['model']['document']['on']('change:data',(_0x4c39c2,_0x1e9fa2)=>{if(_0x1e9fa2['isUndo']||!_0x1e9fa2['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x334d02){if(_0x334d02['batch']['isUndo']||!_0x334d02['batch']['isLocal'])return!0x1;let _0x59eaf2=!0x1;const _0x212166=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1e471f=>_0x1e471f['data']&&'listItemId'==_0x1e471f['data']['key'])['filter'](_0x3a64ea=>_0x3a64ea['data']['newValue']&&_0x3a64ea['data']['oldValue']);for(const _0x4e1fb7 of _0x212166)Ee(_0x4e1fb7)||(_0x334d02['removeMarker'](_0x4e1fb7['getFirstMarker']()),_0x59eaf2=!0x0);return _0x59eaf2;}['noTrackChangesFixer'](_0x59288b){if(_0x59288b['batch']['isUndo']||!_0x59288b['batch']['isLocal'])return!0x1;const _0x1248de=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x1248de['trackChangesCommand']['value'])return!0x1;let _0x4d0457=!0x1;const _0x32e824=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x46427a=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x27fbee=>'attribute'==_0x27fbee['type'])['filter'](_0x22438c=>_0x32e824['includes'](_0x22438c['attributeKey']));if(0x0==_0x46427a['length'])return _0x4d0457;for(const _0x4d331b of _0x46427a){const _0x50d591=_0x1248de['_findSuggestions'](_0x4d331b['range'],'attribute')['filter'](_0x3c7e5d=>!_0x3c7e5d['meta']['isNextTo'])['map'](_0x3a63f8=>_0x3a63f8['suggestion'])['filter'](_0x6a3ce9=>{const _0x46b541=_0x1248de['_getAttributeKey'](_0x6a3ce9);return _0x32e824['includes'](_0x46b541);});if(_0x50d591['length']){for(const _0x33fe8b of _0x50d591)_0x59288b['removeMarker'](_0x33fe8b['getFirstMarker']());_0x4d0457=!0x0;}}return _0x4d0457;}['assureChains'](){const _0x2a8ebd=this['editor']['plugins']['get']('TrackChangesEditing'),_0x581098=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x33cc3e;const _0x5557b2=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x39c0a3=>{if(_0x39c0a3['data']['oldRange']||!_0x39c0a3['data']['newRange'])return null;if(!_0x39c0a3['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x87f24f}=_0x2a8ebd['_splitMarkerName'](_0x39c0a3['name']);if(!_0x2a8ebd['hasSuggestion'](_0x87f24f))return null;const _0x3127ef=_0x2a8ebd['getSuggestion'](_0x87f24f);return _0x581098['includes'](_0x3127ef['data']['key']);})['map'](_0x567a37=>{const {id:_0x36f801}=_0x2a8ebd['_splitMarkerName'](_0x567a37['name']),_0x1237c2=_0x2a8ebd['getSuggestion'](_0x36f801);return _0x33cc3e=_0x1237c2['attributes']['groupId'],_0x1237c2['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x5557b2['size'])return;const _0x2985b3=_0x2a8ebd['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1dba0b=>'attribute'==_0x1dba0b['type']&&_0x1dba0b['data']&&_0x581098['includes'](_0x1dba0b['data']['key'])&&_0x1dba0b['attributes']['groupId']!=_0x33cc3e)['map'](_0x1209cf=>({'listItem':_0x1209cf['getFirstRange']()['start']['nodeAfter'],'groupId':_0x1209cf['attributes']['groupId']})),_0x56453c=new Set();for(const {groupId:_0x4a4531,listItem:_0x738256}of _0x2985b3)_0x5557b2['has'](_0x738256)&&_0x56453c['add'](_0x4a4531);for(const _0x106a6f of _0x2a8ebd['getSuggestions']())_0x56453c['has'](_0x106a6f['attributes']['groupId'])&&_0x106a6f['setAttribute']('groupId',_0x33cc3e);}['_supportLegacySuggestions'](){const _0x2e580f=this['editor'],_0x30df29=_0x2e580f['locale'],_0x7fef6b=_0x2e580f['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x7fef6b['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x987560,_0x5de21b){const _0x5cba58=[];for(let _0x1c516f of _0x987560)_0x1c516f['start']['nodeAfter']===_0x1c516f['end']['parent']&&(_0x1c516f=_0x2e580f['model']['createRange'](_0x2e580f['model']['createPositionAt'](_0x1c516f['start']['nodeAfter'],0x0))),_0x5cba58['push'](_0x1c516f);_0x2e580f['model']['change'](_0x1c8f32=>{const _0x44aea9=_0x2e580f['model']['document']['selection'],_0x58c879=Array['from'](_0x44aea9['getRanges']())['map'](_0x2ad36f=>_0xf41792['fromRange'](_0x2ad36f));_0x1c8f32['setSelection'](_0x5cba58),_0x2e580f['commands']['get'](_0x5de21b['commandName'])['refresh'](),_0x5de21b['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x2e580f['execute'](_0x5de21b['commandName'],..._0x5de21b['commandParams']),_0x1c8f32['setSelection'](_0x58c879);for(const _0x47017c of _0x58c879)_0x47017c['detach']();});}),_0x7fef6b['descriptionFactory']['registerElementLabel'](function(_0x126d29){const _0x59cad3=!_0x2e580f['model']['schema']['isObject'](_0x126d29),_0x3e8e7a=_0x126d29['previousSibling'],_0x2ad84f=_0x126d29['nextSibling'],_0x1b2663=_0x126d29['getAttribute']('listItemId'),_0x540b8b=!_0x3e8e7a||_0x3e8e7a['getAttribute']('listItemId')!==_0x1b2663,_0xea601f=!_0x2ad84f||_0x2ad84f['getAttribute']('listItemId')!==_0x1b2663;return _0x59cad3&&Boolean(_0x1b2663)&&_0x540b8b&&_0xea601f;},_0x442525=>o(_0x30df29,'ELEMENT_LIST_ITEM',_0x442525));}['_registerLegacyDescription'](){const _0x58f532=this['editor'],_0x4ce307=_0x58f532['locale'];function _0x47e99a(_0x11825a){const _0x44dca2=_0x58f532['commands']['get']('bulletedList')['value'],_0x5909e0=_0x58f532['commands']['get']('numberedList')['value'];return'numberedList'===_0x11825a?_0x44dca2:_0x5909e0;}_0x58f532['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x48a5bc){if('formatBlock'!=_0x48a5bc['type'])return;const {data:_0x3dcf95}=_0x48a5bc;if(!_0x3dcf95)return;let _0x4b1f20,_0x18ed21,_0x432c76,_0x2fd728;switch(_0x3dcf95['commandName']){case'bulletedList':_0x432c76=_0x3dcf95['commandParams'][0x0]['forceValue'],_0x2fd728=_0x47e99a(_0x3dcf95['commandName']),_0x4b1f20=_0x432c76?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2fd728&&_0x58f532['config']['get']('list.multiBlock')||(_0x4b1f20='*Change\x20to:*\x20%0'),_0x18ed21={'type':'format','content':o(_0x4ce307,_0x4b1f20,o(_0x4ce307,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x432c76=_0x3dcf95['commandParams'][0x0]['forceValue'],_0x2fd728=_0x47e99a(_0x3dcf95['commandName']),_0x4b1f20=_0x432c76?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2fd728&&_0x58f532['config']['get']('list.multiBlock')||(_0x4b1f20='*Change\x20to:*\x20%0'),_0x18ed21={'type':'format','content':o(_0x4ce307,_0x4b1f20,o(_0x4ce307,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x4b1f20='*Indent:*\x20%0',_0x18ed21={'type':'format','content':o(_0x4ce307,_0x4b1f20,o(_0x4ce307,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x4b1f20=function(_0x157d1d){const _0x4e5c73=_0x157d1d['getFirstRange']();let _0x2547d7=_0x4e5c73['start']['nodeAfter'];for(;_0x2547d7&&_0x4e5c73['containsItem'](_0x2547d7);){if(_0x2547d7['getAttribute']('listIndent')>0x0)return!0x1;_0x2547d7=_0x2547d7['nextSibling'];}return!0x0;}(_0x48a5bc)?o(_0x4ce307,'*Format:*\x20remove\x20from\x20%0',o(_0x4ce307,function(_0x63c3ea){return'ELEMENT_'+_0x63c3ea['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x48a5bc))):o(_0x4ce307,'*Outdent:*\x20%0',o(_0x4ce307,'ELEMENT_LIST_ITEM')),_0x18ed21={'type':'format','content':_0x4b1f20};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x3dcf95['multipleBlocks']&&(_0x4b1f20='*Merge:*\x20%0',_0x18ed21={'type':'deletion','content':o(_0x4ce307,_0x4b1f20,o(_0x4ce307,'ELEMENT_LIST_ITEM'))});}return _0x18ed21;});}}function Ee(_0x3b6a29){let _0x1b073c=_0x3b6a29['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x1b073c;){const _0x2dd3ad=_0x1b073c['getAttribute']('listItemId');if(!_0x2dd3ad)return!0x1;if(_0x2dd3ad==_0x3b6a29['data']['newValue'])return'newValue';if(_0x2dd3ad==_0x3b6a29['data']['oldValue'])return'oldValue';_0x1b073c=_0x1b073c['previousSibling'];}return!0x1;}class pe extends _0x328234{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x3b6137=this['editor']['config']['get']('list.properties'),_0x26072a=this['editor']['plugins']['get']('TrackChangesEditing');_0x3b6137['styles']&&(_0x26072a['enableDefaultAttributesIntegration']('listStyle'),_0x26072a['registerBlockAttribute']('listStyle')),_0x3b6137['reversed']&&(_0x26072a['enableDefaultAttributesIntegration']('listReversed'),_0x26072a['registerBlockAttribute']('listReversed')),_0x3b6137['startIndex']&&(_0x26072a['enableDefaultAttributesIntegration']('listStart'),_0x26072a['registerBlockAttribute']('listStart'));const _0x43d0a6={'type':'format','content':''};_0x26072a['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x11df2e=this['editor']['locale'];_0x26072a['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x11df2e,'FORMAT_LIST_REVERSED')),_0x26072a['descriptionFactory']['registerDescriptionCallback'](_0x30fc97=>{const {data:_0x264c8e}=_0x30fc97;if(_0x264c8e&&'listReversed'==_0x264c8e['key'])return null==_0x264c8e['newValue']||0x0==_0x264c8e['newValue']&&null==_0x264c8e['oldValue']?_0x43d0a6:void 0x0;}),_0x26072a['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x11df2e,'FORMAT_LIST_START')),_0x26072a['descriptionFactory']['registerDescriptionCallback'](_0x570e5e=>{const {data:_0x3a89f6}=_0x570e5e;if(_0x3a89f6&&'listStart'==_0x3a89f6['key'])return null==_0x3a89f6['newValue']||0x1==_0x3a89f6['newValue']&&null==_0x3a89f6['oldValue']?_0x43d0a6:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x4bf963=>{if(_0x4bf963['batch']['isUndo'])return!0x1;let _0x34520b=!0x1;const _0x20cfbf=_0x26072a['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4bfc58=>{const _0x2419bd=_0x26072a['_getAttributeKey'](_0x4bfc58);return'listStart'==_0x2419bd||'listReversed'==_0x2419bd;});for(const _0x4c0bb9 of _0x20cfbf){const _0xb3997d=_0x4c0bb9['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0xb3997d||'customNumbered'==_0xb3997d)continue;_0x26072a['_findSuggestions'](_0x4c0bb9['getFirstRange'](),'attribute')['find'](_0x132850=>'listType'==_0x26072a['_getAttributeKey'](_0x132850['suggestion']))||(_0x4bf963['removeMarker'](_0x4c0bb9['getFirstMarker']()),_0x34520b=!0x0);}return _0x34520b;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x58f45c){const _0x3b2d4c=this['editor']['locale'],{data:_0x40bd76}=_0x58f45c,_0x28a54f={'type':'format','content':''};if(!_0x40bd76||'listStyle'!=_0x40bd76['key'])return;if(!_0x40bd76['oldValue'])return'default'==_0x40bd76['newValue']?_0x28a54f:{'type':'format','content':''+o(_0x3b2d4c,'*Set\x20format:*\x20%0',o(_0x3b2d4c,this['_getTranslationKeyForListStyle'](_0x40bd76['newValue'])))};if(!_0x40bd76['newValue']){if('default'==_0x40bd76['oldValue'])return _0x28a54f;let _0x55dcf7=_0x58f45c['head'];for(;_0x55dcf7;){if(_0x55dcf7['data']&&'listType'==_0x55dcf7['data']['key']&&_0x55dcf7['data']['newValue'])return _0x28a54f;_0x55dcf7=_0x55dcf7['next'];}return{'type':'format','content':''+o(_0x3b2d4c,'*Remove\x20format:*\x20%0',o(_0x3b2d4c,this['_getTranslationKeyForListStyle'](_0x40bd76['oldValue'])))};}if('default'!=_0x40bd76['newValue'])return{'type':'format','content':''+o(_0x3b2d4c,'*Set\x20format:*\x20%0',o(_0x3b2d4c,this['_getTranslationKeyForListStyle'](_0x40bd76['newValue'])))};let _0x3b4897=_0x58f45c['head'];for(;_0x3b4897;){if(_0x3b4897['data']&&'listType'==_0x3b4897['data']['key']&&_0x3b4897['data']['newValue']&&_0x3b4897['data']['oldValue'])return _0x28a54f;_0x3b4897=_0x3b4897['next'];}return{'type':'format','content':o(_0x3b2d4c,'*Set\x20format:*\x20%0',o(_0x3b2d4c,'ELEMENT_'+_0x58f45c['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x13e302=this['editor'],_0x240214=_0x13e302['locale'];_0x13e302['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1138ae=>{if('formatBlock'!=_0x1138ae['type'])return;const {data:_0x13a418}=_0x1138ae;if(!_0x13a418)return;let _0x436bfa,_0x40baee;switch(_0x13a418['commandName']){case'listStyle':_0x436bfa='*Change\x20to:*\x20%0',_0x40baee={'type':'format','content':o(_0x240214,_0x436bfa,o(_0x240214,this['_getTranslationKeyForListStyle'](_0x13a418['commandParams'][0x0]['type'])))};break;case'listReversed':_0x436bfa=_0x13a418['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x40baee={'type':'format','content':o(_0x240214,_0x436bfa)};break;case'listStart':_0x436bfa='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x40baee={'type':'format','content':o(_0x240214,_0x436bfa,_0x13a418['commandParams'][0x0]['startIndex'])};}return _0x40baee;});}['_getTranslationKeyForListStyle'](_0x369fbe){return'ELEMENT_'+function(_0x284c2a){if(ye['includes'](_0x284c2a))return'bulleted';if(Se['includes'](_0x284c2a))return'numbered';return null;}(_0x369fbe)['toUpperCase']()+'_LIST_'+_0x369fbe['toUpperCase']()['replace'](/-/g,'_');}}const ye=['disc','circle','square'],Se=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class Q extends _0x328234{static get['requires'](){return[_0x5e4ac3];}['init'](){const _0x4f7635=this['editor'],_0x15ba43=_0x4f7635['plugins']['get']('TrackChangesEditing'),_0x658cce=_0x4f7635['commands']['get']('enter');_0x15ba43['enableCommand']('enter',()=>{_0x4f7635['model']['change'](_0x48a15a=>{const _0x5d736c=_0x4f7635['model']['document']['selection'],_0x2d48a5=_0x5d736c['getFirstPosition'](),_0x3a6c6f=_0xf41792['fromRange'](_0x5d736c['getFirstRange']());if(_0x658cce['enterBlock'](_0x48a15a)){const _0x39eb19=_0x4f7635['model']['createPositionAt'](_0x2d48a5['parent']['nextSibling'],0x0),_0x4b26fe=_0x48a15a['createRange'](_0x2d48a5,_0x39eb19);_0x15ba43['markInsertion'](_0x4b26fe);}else _0x48a15a['setSelection'](_0x48a15a['createRange'](_0x3a6c6f['end']));_0x3a6c6f['detach'](),_0x658cce['fire']('afterExecute',{'writer':_0x48a15a});});}),_0x4f7635['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x4f7635,'split'),{'priority':'high'}),_0x4f7635['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x2fc592,_0x492212,_0x2bb509)=>{const _0x4cf80d=_0x2bb509['mapper']['markerNameToElements'](_0x492212['markerName']);if(_0x4cf80d){for(const _0x1e2374 of _0x4cf80d)_0x1e2374['hasClass']('ck-suggestion-marker-split')&&(_0x2bb509['mapper']['unbindElementFromMarkerName'](_0x1e2374,_0x492212['markerName']),_0x2bb509['writer']['remove'](_0x1e2374));}},{'priority':'high'}),_0x4f7635['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x13626f,_0x495989,_0x1bc098)=>{_0x1bc098['options']['showSuggestionHighlights']&&_e(_0x4f7635,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x13626f,_0x495989,_0x1bc098);},{'priority':'high'});}}class X extends _0x328234{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x10808c=this['editor']['plugins']['get']('TrackChangesEditing');_0x10808c['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x10808c['enableCommand']('findNext'),_0x10808c['enableCommand']('findPrevious'),_0x10808c['enableCommand']('replace'),_0x10808c['enableCommand']('replaceAll');}['handleFindCommand'](_0x54b8b7,_0x2b778d,_0x537837={}){const _0x9dae62=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x54b8b7(_0x9adcba=>{let _0x3a3609=('string'==typeof _0x2b778d?_0x9dae62['findByTextCallback'](_0x2b778d,_0x537837):_0x2b778d)(_0x9adcba);Array['isArray'](_0x3a3609)&&(_0x3a3609={'results':_0x3a3609,'searchText':'string'==typeof _0x2b778d?_0x2b778d:''});const _0x49fb59=_0x3a3609['results']['filter'](_0x4e61e5=>!0x1===this['_isInDeletionRange'](_0x4e61e5,_0x9adcba['item']));return{..._0x3a3609,'results':_0x49fb59};},_0x537837);}['_isInDeletionRange'](_0x10158b,_0x33fdb3){const _0x407656=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x33fdb3,_0x10158b['start']),this['editor']['model']['createPositionAt'](_0x33fdb3,_0x10158b['end']));for(const _0x1bb302 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x407656['getIntersection'](_0x1bb302['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 _0x328234{['afterInit'](){const _0x5462b1=this['editor']['locale'],_0x593919=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x3d788f,commandName:_0xaf5d7f}of ro)this['editor']['plugins']['has'](_0x3d788f)&&(_0x593919['enableDefaultAttributesIntegration'](_0xaf5d7f),_0x593919['registerInlineAttribute'](_0xaf5d7f));_0x593919['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x5462b1,'FORMAT_FONT_SIZE')),_0x593919['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x5462b1,'FORMAT_FONT_FAMILY')),_0x593919['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x5462b1,'FORMAT_FONT_COLOR')),_0x593919['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x5462b1,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x38a384=this['editor'],_0x31b0b0=_0x38a384['locale'];_0x38a384['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xd40a03=>{const _0x3d51fe=_0x31b0b0['t'];if('formatInline'!=_0xd40a03['type'])return;const {data:_0x403084}=_0xd40a03;if(null!=_0x403084){if('fontSize'==_0x403084['commandName']){const _0x7cbc75=_0x403084['commandParams'][0x0]['value'];if(_0x7cbc75){const _0x3bc84e=_0x3d51fe(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x3a3c5f=>_0x3a3c5f['model']==_0x7cbc75)['title'])['toLowerCase']();return{'type':'format','content':o(_0x31b0b0,'*Set\x20font\x20size:*\x20%0',_0x3bc84e)};}return{'type':'format','content':o(_0x31b0b0,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x403084['commandName']){const _0x26d951=_0x403084['commandParams'][0x0]['value'];return _0x26d951?{'type':'format','content':o(_0x31b0b0,'*Set\x20font\x20family:*\x20%0',_0x26d951)}:{'type':'format','content':o(_0x31b0b0,'*Reset\x20font\x20family*')};}if('fontColor'==_0x403084['commandName']){const _0x2560c8=_0x403084['commandParams'][0x0]['value'];if(_0x2560c8){const _0x6de905=_0x4bf0f0(this['editor']['config']['get']('fontColor.colors'))['find'](_0x44458b=>_0x44458b['model']==_0x2560c8);let _0x147e14=_0x2560c8,_0x33c8ad='';return _0x6de905&&(_0x147e14=_0x6de905['label'],_0x33c8ad=_0x3d51fe(_0x147e14)['toLowerCase']()),{'type':'format','content':o(_0x31b0b0,'*Set\x20font\x20color:*\x20%0',_0x33c8ad)['trim'](),'color':{'value':_0x2560c8,'title':_0x33c8ad||_0x147e14}};}return{'type':'format','content':o(_0x31b0b0,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x403084['commandName']){const _0x4ad53c=_0x403084['commandParams'][0x0]['value'];if(_0x4ad53c){const _0x382b85=_0x4bf0f0(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x488a16=>_0x488a16['model']==_0x4ad53c);let _0x260c9e=_0x4ad53c,_0x4290db='';return _0x382b85&&(_0x260c9e=_0x382b85['label'],_0x4290db=_0x3d51fe(_0x260c9e)['toLowerCase']()),{'type':'format','content':o(_0x31b0b0,'*Set\x20font\x20background\x20color:*\x20%0',_0x4290db)['trim'](),'color':{'value':_0x4ad53c,'title':_0x4290db||_0x260c9e}};}return{'type':'format','content':o(_0x31b0b0,'*Reset\x20font\x20background\x20color*')};}}});}}class Z extends _0x328234{['afterInit'](){const _0x2f11ef=this['editor'],_0x3c34c2=_0x2f11ef['plugins']['get']('TrackChangesEditing'),_0x3e8c80=_0x2f11ef['commands']['get']('copyFormat'),_0x34b105=_0x2f11ef['commands']['get']('pasteFormat');_0x3e8c80&&_0x34b105&&(_0x3c34c2['enableDefaultAttributesIntegration']('pasteFormat'),_0x3c34c2['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x1772fb=this['editor'],_0x2eedd8=_0x1772fb['locale'];_0x1772fb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x47b1ba=>{if('formatBlock'!=_0x47b1ba['type']&&'formatInline'!=_0x47b1ba['type'])return;const {data:_0x1d27ab}=_0x47b1ba;if(_0x1d27ab&&'pasteFormat'===_0x1d27ab['commandName']){const _0x275af8=[],_0x50a84e=_0x1d27ab['commandParams'][0x0];for(const [_0x341066,_0x1dd38e]of Object['entries'](_0x50a84e))_0x275af8['push'](so(_0x1772fb,_0x341066,_0x1dd38e));return _0x275af8['length']?{'type':'format','content':o(_0x2eedd8,'*Set\x20format\x20to:*\x20%0',_0x275af8['join'](',\x20'))}:{'type':'format','content':o(_0x2eedd8,'*Remove\x20all\x20formatting*')};}});}}function so(_0x12a4d5,_0x2beb91,_0x22b7e2){const _0x177014=_0x12a4d5['locale']['t'],_0x2ac029=_0x2beb91['split'](/(?=[A-Z])/)['join']('\x20'),_0x13723f=_0x177014(_0x2ac029['charAt'](0x0)['toUpperCase']()+_0x2ac029['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x22b7e2)return _0x13723f;if('fontColor'===_0x2beb91||'fontBackgroundColor'===_0x2beb91){const _0x3f44e7=_0x4bf0f0(_0x12a4d5['config']['get']('fontColor.colors'))['find'](_0x2b5c5f=>_0x2b5c5f['model']==_0x22b7e2);return _0x13723f+'\x20('+(_0x3f44e7?_0x177014(_0x3f44e7['label'])['toLowerCase']():_0x22b7e2)+')';}if('fontSize'===_0x2beb91&&isNaN(parseFloat(_0x22b7e2))){const _0x34c25e=_0x12a4d5['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x12a4d5['config']['get']('fontSize.options'))['find'](_0x333df2=>_0x333df2['model']==_0x22b7e2);return _0x13723f+'\x20('+(_0x34c25e?_0x177014(_0x34c25e['title'])['toLowerCase']():_0x22b7e2)+')';}return _0x13723f+'\x20('+_0x22b7e2+')';}class tt extends _0x328234{['_headingOptions'];['afterInit'](){const _0x3f1792=this['editor'];if(!_0x3f1792['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x3f1792['config']['get']('heading.options');const _0x3e5f67=_0x3f1792['locale'],_0x2944e5=_0x3f1792['plugins']['get']('TrackChangesEditing');_0x2944e5['enableDefaultAttributesIntegration']('heading');for(const _0x3bb9df of this['_headingOptions'])'paragraph'!=_0x3bb9df['model']&&_0x2944e5['descriptionFactory']['registerElementLabel'](_0x3bb9df['model'],_0x282ff5=>{const _0x307c44=this['_getHeadingLevel'](_0x3bb9df['model']);return null!==_0x307c44?_0xf38ba7(_0x282ff5,_0x307c44):_0x157cea(_0x282ff5,_0x3bb9df['title']);});function _0xf38ba7(_0x437c36,_0xadf101){return o(_0x3e5f67,'ELEMENT_HEADING',[_0x437c36,_0xadf101]);}function _0x157cea(_0x1c18a9,_0x1cf647){return o(_0x3e5f67,'ELEMENT_HEADING_CUSTOM',[_0x1c18a9,_0x1cf647]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1fcdd7=this['editor'],_0x3b6885=_0x1fcdd7['locale'];function _0x542371(_0x4fbe63,_0x5d380b){return o(_0x3b6885,'ELEMENT_HEADING_CUSTOM',[_0x4fbe63,_0x5d380b]);}_0x1fcdd7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1eb94d=>{if('formatBlock'!=_0x1eb94d['type'])return;const {data:_0x564445}=_0x1eb94d;if(_0x564445&&'heading'==_0x564445['commandName']){const _0xd8986e=_0x564445['commandParams'][0x0]['value'],_0x835f5e=this['_getHeadingLevel'](_0xd8986e);if(null!==_0x835f5e)return{'type':'format','content':o(_0x3b6885,'*Change\x20to:*\x20%0',(_0x2160a3=0x1,_0x3aab2f=_0x835f5e,o(_0x3b6885,'ELEMENT_HEADING',[_0x2160a3,_0x3aab2f])))};const _0xb9545b=this['_headingOptions']['find'](_0x481af5=>_0x481af5['model']===_0xd8986e)['title'];return{'type':'format','content':o(_0x3b6885,'*Change\x20to:*\x20%0',_0x542371(0x1,_0xb9545b))};}var _0x2160a3,_0x3aab2f;});}['_getHeadingLevel'](_0x4f8f3c){const _0x179955=_0x4f8f3c['match'](/^heading(\d+)/);if(_0x179955)return _0x179955[0x1];const _0x4ce5c9=this['_headingOptions']?.['find'](_0x13ed16=>_0x13ed16['model']==_0x4f8f3c);if(_0x4ce5c9&&_0x4ce5c9['view']){const _0x3aae96=_0x4ce5c9['view'],_0x38a6da=(_0x3aae96['name']??_0x3aae96)['match'](/^h(\d+)/);if(_0x38a6da)return _0x38a6da[0x1];}return null;}}class et extends _0x328234{['afterInit'](){const _0x235084=this['editor'];if(!_0x235084['plugins']['has']('HighlightEditing'))return;const _0x410f44=_0x235084['plugins']['get']('TrackChangesEditing'),_0x56a65e=_0x235084['locale'];_0x410f44['enableDefaultAttributesIntegration']('highlight'),_0x410f44['registerInlineAttribute']('highlight'),_0x410f44['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x56a65e,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4736a4=this['editor'],_0xa2ae82=_0x4736a4['locale'];_0x4736a4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x545cf1=>{if('formatInline'!=_0x545cf1['type'])return;const {data:_0x4c87f3}=_0x545cf1;if(_0x4c87f3&&'highlight'==_0x4c87f3['commandName']){const _0x17557b=_0xa2ae82['t'],_0x33a9d3=_0x4c87f3['commandParams'][0x0]['value'];if(_0x33a9d3){const _0x41c424=_0x4736a4['config']['get']('highlight.options')['find'](_0x29e96c=>_0x29e96c['model']==_0x33a9d3),_0x35ef0e=_0x17557b(_0x41c424['title'])['toLowerCase']();return{'type':'format','content':o(_0xa2ae82,'*Set\x20highlight:*\x20%0',_0x35ef0e),'color':{'value':_0x41c424['color'],'title':_0x41c424['title']}};}return{'type':'format','content':o(_0xa2ae82,'*Remove\x20highlight*',o(_0xa2ae82,'FORMAT_HIGHLIGHT'))};}});}}class it extends _0x328234{['afterInit'](){const _0x1c1b56=this['editor'];if(!_0x1c1b56['plugins']['has']('HorizontalLineEditing'))return;_0x1c1b56['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x50e07e=_0x1c1b56['plugins']['get']('TrackChangesEditing'),_0x22b37e=_0x1c1b56['locale'];_0x50e07e['descriptionFactory']['registerElementLabel']('horizontalLine',_0x3dd055=>o(_0x22b37e,'ELEMENT_HORIZONTAL_LINE',_0x3dd055)),_0x1c1b56['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x4224a8,{writer:_0x4600f4,options:_0x4c1234})=>{if(!_0x4c1234['showSuggestionHighlights'])return null;const _0x2fbcc9=_0x4600f4['createContainerElement']('div'),_0x3d67a2=_0x4600f4['createEmptyElement']('hr');return _0x4600f4['addClass']('ck-horizontal-line',_0x2fbcc9),_0x4600f4['insert'](_0x4600f4['createPositionAt'](_0x2fbcc9,0x0),_0x3d67a2),_0x2fbcc9;},'converterPriority':'high'});}}class st extends _0x328234{['afterInit'](){const _0x16810f=this['editor'];if(!_0x16810f['plugins']['has']('HtmlEmbed'))return;const _0x26c49c=_0x16810f['plugins']['get']('TrackChangesEditing'),_0x2b0c45=_0x16810f['locale'];_0x26c49c['descriptionFactory']['registerElementLabel']('rawHtml',_0x5d9403=>o(_0x2b0c45,'ELEMENT_HTML_EMBED',_0x5d9403)),_0x26c49c['enableDefaultAttributesIntegration']('htmlEmbed'),_0x26c49c['registerBlockAttribute']('value'),_0x26c49c['descriptionFactory']['registerDescriptionCallback'](_0x159e82=>{if('attribute'!=_0x159e82['type'])return;const {data:_0x217c08}=_0x159e82;if(_0x217c08&&'value'==_0x217c08['key']&&_0x159e82['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x57c5a4=o(_0x2b0c45,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x2b0c45,'*Change\x20%0\x20content*',_0x57c5a4)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2d5c3c=this['editor'],_0xf983c1=_0x2d5c3c['locale'];_0x2d5c3c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4e66d6=>{if('formatBlock'!=_0x4e66d6['type'])return;const {data:_0x5ca97e}=_0x4e66d6;if(_0x5ca97e&&'htmlEmbed'==_0x5ca97e['commandName']){const _0x25c889=o(_0xf983c1,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0xf983c1,'*Change\x20%0\x20content*',_0x25c889)};}});}}class nt extends _0x328234{['afterInit'](){const _0x59d849=this['editor'];if(!_0x59d849['plugins']['has']('ImageEditing'))return;const _0x8e4505=_0x59d849['plugins']['get']('TrackChangesEditing'),_0x169484=_0x59d849['plugins']['get']('ImageUtils'),_0x2f5bdd=_0x59d849['locale'];_0x8e4505['enableCommand']('insertImage'),_0x8e4505['descriptionFactory']['registerElementLabel']('imageBlock',_0x576db2=>o(_0x2f5bdd,'ELEMENT_IMAGE',_0x576db2)),_0x8e4505['descriptionFactory']['registerElementLabel']('imageInline',_0x2c06e7=>o(_0x2f5bdd,'ELEMENT_INLINE_IMAGE',_0x2c06e7)),_0x8e4505['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x2f5bdd,'ELEMENT_CAPTION')),_0x59d849['plugins']['has']('ImageUploadEditing')&&_0x8e4505['enableCommand']('uploadImage'),_0x59d849['plugins']['has']('ImageBlockEditing')&&_0x59d849['plugins']['has']('ImageInlineEditing')&&(_0x8e4505['enableCommand']('imageTypeInline',(_0xc5a3e,_0x44fd48)=>{const _0x2af183=_0x169484['getClosestSelectedImageElement'](_0x59d849['model']['document']['selection']);_0x59d849['model']['change'](()=>{_0x8e4505['markBlockFormat'](_0x2af183,{'commandName':'imageTypeInline','commandParams':[_0x44fd48]},[],'convertBlockImageToInline');});}),_0x8e4505['enableCommand']('imageTypeBlock',(_0x3fb6c5,_0x382015)=>{_0x59d849['model']['change'](_0x56af31=>{let _0x97561f=_0x169484['getClosestSelectedImageElement'](_0x59d849['model']['document']['selection']),_0x2d6090=_0x56af31['createRangeOn'](_0x97561f);const _0xaa957=_0x3cc3dd['fromPosition'](_0x2d6090['start'],'toPrevious'),_0x798228=_0x3cc3dd['fromPosition'](_0x2d6090['end'],'toNext');_0x8e4505['forceDefaultExecution'](()=>_0x3fb6c5(_0x382015)),_0x97561f=_0x169484['getClosestSelectedImageElement'](_0x59d849['model']['document']['selection']),_0x2d6090=_0x56af31['createRangeOn'](_0x97561f);const _0x4f6068=_0x56af31['createRange'](_0xaa957,_0x798228);_0xaa957['detach'](),_0x798228['detach'](),_0x8e4505['markBlockFormat'](_0x97561f,{'commandName':'imageTypeInline','commandParams':[_0x382015]},[],'convertInlineImageToBlock'),_0x4f6068['start']['isBefore'](_0x2d6090['start'])&&_0x8e4505['markInsertion'](_0x56af31['createRange'](_0x4f6068['start'],_0x2d6090['start']),'convertInlineImageToBlock'),_0x2d6090['end']['isBefore'](_0x4f6068['end'])&&_0x8e4505['markInsertion'](_0x56af31['createRange'](_0x2d6090['end'],_0x4f6068['end']),'convertInlineImageToBlock');});}),_0x8e4505['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x8e4505['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x8e4505['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x8e4505['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x8e4505['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x8e4505['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x52a6f8])=>{const _0x3ab9d9=_0x8e4505['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x547a75=_0x52a6f8['start'],_0x383fb3=_0x52a6f8['end'];const _0x172ee9=_0x59d849['model']['schema']['getNearestSelectionRange'](_0x547a75,'backward'),_0x1ad1af=_0x59d849['model']['schema']['getNearestSelectionRange'](_0x383fb3,'forward');_0x172ee9['isCollapsed']&&(_0x547a75=_0x172ee9['start']),_0x1ad1af['isCollapsed']&&(_0x383fb3=_0x1ad1af['end']),_0x3ab9d9([_0x59d849['model']['createRange'](_0x547a75,_0x383fb3)]);}),_0x8e4505['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x5093df),_0x8e4505['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x5093df)),_0x59d849['plugins']['has']('ImageCaptionEditing')&&(_0x8e4505['enableCommand']('toggleImageCaption',(_0x51a07d,_0x2ec693)=>{const _0x1d8862=_0x59d849['plugins']['get']('ImageCaptionUtils');let _0x1d2c9a=_0x169484['getClosestSelectedImageElement'](_0x59d849['model']['document']['selection']),_0x20fe3e=_0x1d8862['getCaptionFromImageModelElement'](_0x1d2c9a);_0x59d849['model']['change'](()=>{if(_0x20fe3e)return void _0x8e4505['markDeletion'](_0x59d849['model']['createRangeOn'](_0x20fe3e));const _0x15bf37=_0x169484['isBlockImage'](_0x1d2c9a);_0x51a07d(_0x2ec693),_0x1d2c9a=_0x169484['getClosestSelectedImageElement'](_0x59d849['model']['document']['selection']),_0x20fe3e=_0x1d8862['getCaptionFromImageModelElement'](_0x1d2c9a),_0x8e4505['markInsertion'](_0x59d849['model']['createRangeOn'](_0x20fe3e),_0x15bf37?null:'imageCaption');});}),_0x8e4505['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x5093df));const _0x1fd8ba=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x572eb7(_0x44ea80,_0x22f389){const _0x26f5ba=_0x1fd8ba['findIndex'](({type:_0x46afcb,subType:_0x148bb8})=>_0x44ea80['type']==_0x46afcb&&_0x44ea80['subType']==_0x148bb8),_0x3d7a39=_0x1fd8ba['findIndex'](({type:_0x5bf781,subType:_0x3b5d07})=>_0x22f389['type']==_0x5bf781&&_0x22f389['subType']==_0x3b5d07);if(_0x26f5ba<0x0||_0x3d7a39<0x0)return!0x1;const _0xee1f7a=_0x44ea80['getFirstRange'](),_0x11c01d=_0x22f389['getFirstRange']();if((0x0==_0x26f5ba||0x1==_0x26f5ba)&&0x2==_0x3d7a39&&_0xee1f7a['isIntersecting'](_0x11c01d))return!0x0;if(0x2==_0x26f5ba&&0x3==_0x3d7a39){const _0x30df54=_0x8e4505['_findSuggestions'](_0xee1f7a,'insertion')['filter'](({suggestion:_0x8e9b8e,meta:_0x5714f4})=>_0x5714f4['isOwn']&&'convertInlineImageToBlock'==_0x8e9b8e['subType']);if(_0x30df54['length']>0x1&&_0x11c01d['end']['isEqual'](_0xee1f7a['start']))return!0x0;if(0x1==_0x30df54['length']&&(_0xee1f7a['start']['isEqual'](_0x11c01d['end'])||_0xee1f7a['end']['isEqual'](_0x11c01d['start'])))return!0x0;}if(0x3==_0x26f5ba&&0x3==_0x3d7a39&&_0xee1f7a['start']['isBefore'](_0x11c01d['start'])){const _0x5f20ea=_0xee1f7a['end']['nodeAfter'],_0x10d72d=_0x11c01d['start']['nodeBefore'];return _0x169484['isBlockImage'](_0x5f20ea)&&_0x5f20ea===_0x10d72d;}return!0x1;}function _0x5093df(_0xdd4dfb,_0x31a083){return _0x572eb7(_0xdd4dfb,_0x31a083)?[_0xdd4dfb,_0x31a083]:_0x572eb7(_0x31a083,_0xdd4dfb)?[_0x31a083,_0xdd4dfb]:null;}_0x59d849['plugins']['has']('ImageResize')&&(_0x8e4505['enableDefaultAttributesIntegration']('resizeImage'),_0x8e4505['registerBlockAttribute']('resizedWidth'),_0x8e4505['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x2f5bdd,'FORMAT_IMAGE_SIZE'))),_0x59d849['plugins']['has']('ImageTextAlternativeEditing')&&(_0x8e4505['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x8e4505['registerBlockAttribute']('alt')),_0x8e4505['descriptionFactory']['registerDescriptionCallback'](_0x5752fe=>{if(!!_0x1fd8ba['find'](({type:_0x51b2ed,subType:_0x3b6acf})=>_0x5752fe['type']==_0x51b2ed&&_0x5752fe['subType']==_0x3b6acf))return _0x5752fe['previous']?{}:void 0x0;}),_0x8e4505['descriptionFactory']['registerDescriptionCallback'](_0x1e9808=>{if('insertion'==_0x1e9808['type']||'deletion'==_0x1e9808['type']){const _0x2ad6f5=_0x1e9808['getContainedElement']();if(_0x2ad6f5&&_0x2ad6f5['is']('element','caption'))return{'type':'insertion'==_0x1e9808['type']?'addObject':'removeObject','element':_0x2ad6f5,'quantity':0x1};}}),_0x8e4505['descriptionFactory']['registerDescriptionCallback'](_0x4afdf5=>'formatBlock'==_0x4afdf5['type']&&'convertInlineImageToBlock'==_0x4afdf5['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x4afdf5['type']&&'convertBlockImageToInline'==_0x4afdf5['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x8e4505['descriptionFactory']['registerDescriptionCallback'](_0xb7b490=>{if('attribute'!=_0xb7b490['type'])return;const {data:_0xca953}=_0xb7b490;if(!_0xca953||'alt'!=_0xca953['key'])return;const _0x340f5b=_0xca953['newValue'];return _0x340f5b?{'type':'format','content':o(_0x2f5bdd,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x340f5b+'\x22')}:{'type':'format','content':o(_0x2f5bdd,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1903bd=this['editor'],_0x28a5a8=_0x1903bd['locale'];_0x1903bd['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1b261f=>{if('formatBlock'!=_0x1b261f['type']&&'formatInline'!=_0x1b261f['type'])return;const {data:_0x4fed45}=_0x1b261f;if(_0x4fed45){if('imageTextAlternative'==_0x4fed45['commandName']){const _0x37991b=_0x4fed45['commandParams'][0x0]['newValue'];return _0x37991b?{'type':'format','content':o(_0x28a5a8,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x37991b+'\x22')}:{'type':'format','content':o(_0x28a5a8,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x4fed45['commandName']){const _0x320670=_0x4fed45['commandParams'][0x0]['width'];return _0x320670?{'type':'format','content':o(_0x28a5a8,'*Set\x20image\x20width:*\x20%0',_0x320670)}:{'type':'format','content':o(_0x28a5a8,'*Reset\x20image\x20width*')};}}});}}class ot extends _0x328234{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x4bba04=this['editor']['locale'],_0x147c4c=this['editor']['plugins']['get']('TrackChangesEditing');_0x147c4c['enableDefaultAttributesIntegration']('replaceImageSource'),_0x147c4c['registerBlockAttribute']('src'),_0x147c4c['descriptionFactory']['registerDescriptionCallback'](_0x4682a6=>{if('attribute'!=_0x4682a6['type'])return;const {data:_0x4077b9}=_0x4682a6;return _0x4077b9&&'src'==_0x4077b9['key']?_0x4077b9['newValue']&&_0x4077b9['oldValue']?{'type':'format','content':o(_0x4bba04,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x350106=this['editor']['plugins']['get']('TrackChangesEditing');_0x350106['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x350106['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x350106['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x350106['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3cd2ea=this['editor'],_0x2b1323=_0x3cd2ea['locale'];_0x3cd2ea['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4abdbe=>{if('formatBlock'!=_0x4abdbe['type']&&'formatInline'!=_0x4abdbe['type'])return;const {data:_0x8ba1fb}=_0x4abdbe;if(!_0x8ba1fb||'replaceImageSource'!=_0x8ba1fb['commandName'])return;return{'type':'format','content':o(_0x2b1323,'*Format:*\x20replace\x20image\x20URL')};});}}class rt extends _0x328234{['afterInit'](){const _0x4d3f2c=this['editor'];if(!_0x4d3f2c['plugins']['has']('ImageStyleEditing'))return;const _0x1a8b15=_0x4d3f2c['plugins']['get']('TrackChangesEditing'),_0x3bf344=_0x4d3f2c['plugins']['get']('ImageUtils'),_0x363772={};_0x1a8b15['enableCommand']('imageStyle',(_0x181e39,_0x16fa7b)=>{const _0x352eb3=_0x4d3f2c['plugins']['get']('Users')['me'],_0x4f1a70=_0x4d3f2c['commands']['get']('imageStyle');let _0x568d99=_0x3bf344['getClosestSelectedImageElement'](_0x4d3f2c['model']['document']['selection']),_0x18f5a8=_0x4d3f2c['model']['createRangeOn'](_0x568d99),_0x5ee253=_0x4f1a70['value'];if(_0x5ee253==_0x16fa7b['value'])return;const _0x2f3fd8={'commandName':'imageStyle','commandParams':[_0x16fa7b],'formatGroupId':_0x2b4c20()};_0x4d3f2c['model']['change'](()=>{if(_0x1a8b15['getSuggestions']()['filter'](_0x539353=>_0x539353['isInContent']&&_0x352eb3==_0x539353['author']&&('formatBlock'==_0x539353['type']||'formatInline'==_0x539353['type'])&&('imageStylePreApply'==_0x539353['subType']||'imageStylePostApply'==_0x539353['subType'])&&_0x539353['getFirstRange']()['isEqual'](_0x18f5a8))['forEach'](_0x573f00=>_0x1a8b15['discardSuggestion'](_0x573f00['head'])),_0x568d99=_0x3bf344['getClosestSelectedImageElement'](_0x4d3f2c['model']['document']['selection']),_0x18f5a8=_0x4d3f2c['model']['createRangeOn'](_0x568d99),_0x4f1a70['refresh'](),_0x4d3f2c['commands']['get']('imageTypeInline')['refresh'](),_0x4d3f2c['commands']['get']('imageTypeBlock')['refresh'](),_0x5ee253=_0x4f1a70['value'],_0x5ee253!=_0x16fa7b['value'])return _0x3bf344['isInlineImage'](_0x568d99)&&_0x4f1a70['shouldConvertImageType'](_0x16fa7b['value'],_0x568d99)?(_0x181e39({..._0x16fa7b,'setImageSizes':!0x1}),_0x568d99=_0x3bf344['getClosestSelectedImageElement'](_0x4d3f2c['model']['document']['selection']),void _0x1a8b15['markBlockFormat'](_0x568d99,{..._0x2f3fd8,'commandReversedParams':[{'value':_0x5ee253||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x3bf344['isBlockImage'](_0x568d99)?_0x1a8b15['markBlockFormat'](_0x568d99,_0x2f3fd8,[],'imageStylePostApply'):_0x1a8b15['markInlineFormat'](_0x18f5a8,_0x2f3fd8,'imageStylePostApply'));});});for(const _0x5c1f8d of _0x4d3f2c['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x363772[_0x5c1f8d['name']]=_0x5c1f8d['title']['toLowerCase']();_0x1a8b15['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x1a8b15['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x1a8b15['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x1a8b15['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x110b32])=>{_0x3bf344['setImageNaturalSizeAttributes'](_0x110b32['getContainedElement']());}),_0x1a8b15['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x4df31a,_0x5b4aac)=>{_0x1a8b15['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x4df31a,{'commandName':_0x5b4aac['commandName'],'commandParams':_0x5b4aac['commandReversedParams']});}),_0x1a8b15['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x172c29,_0x5e6d0e){if(_0x438a2d(_0x172c29,_0x5e6d0e))return[_0x172c29,_0x5e6d0e];if(_0x438a2d(_0x5e6d0e,_0x172c29))return[_0x5e6d0e,_0x172c29];return null;});const _0x47df21=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x438a2d(_0x538fe9,_0x49ac52){const _0x5e7e56=_0x47df21['findIndex'](({type:_0x27a76d,subType:_0x42e57f})=>_0x538fe9['type']==_0x27a76d&&_0x538fe9['subType']==_0x42e57f),_0x4c7c03=_0x47df21['findIndex'](({type:_0x11720c,subType:_0x4a858f})=>_0x49ac52['type']==_0x11720c&&_0x49ac52['subType']==_0x4a858f);if(_0x5e7e56<0x0||_0x4c7c03<0x0)return!0x1;const _0x3b38f5=_0x538fe9['getFirstRange'](),_0x5ca96e=_0x49ac52['getFirstRange']();if((0x0==_0x5e7e56||0x1==_0x5e7e56)&&0x2==_0x4c7c03&&_0x3b38f5['isIntersecting'](_0x5ca96e))return!0x0;if(0x2==_0x5e7e56&&0x3==_0x4c7c03){const _0x12e0d6=_0x1a8b15['_findSuggestions'](_0x3b38f5,'insertion')['filter'](({suggestion:_0x4bc67a,meta:_0x3f52e9})=>_0x3f52e9['isOwn']&&'convertInlineImageToBlock'==_0x4bc67a['subType']);if(_0x12e0d6['length']>0x1&&_0x5ca96e['end']['isEqual'](_0x3b38f5['start']))return!0x0;if(0x1==_0x12e0d6['length']&&(_0x3b38f5['start']['isEqual'](_0x5ca96e['end'])||_0x3b38f5['end']['isEqual'](_0x5ca96e['start'])))return!0x0;}if(0x3==_0x5e7e56&&0x3==_0x4c7c03&&_0x3b38f5['start']['isBefore'](_0x5ca96e['start'])){const _0x4d40b7=_0x3b38f5['end']['nodeAfter'],_0x29524c=_0x5ca96e['start']['nodeBefore'];return _0x3bf344['isBlockImage'](_0x4d40b7)&&_0x4d40b7===_0x29524c;}return!0x1;}_0x4d3f2c['model']['document']['registerPostFixer'](()=>{let _0x54d49f=!0x1;const _0x4b38a7=Array['from'](_0x4d3f2c['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x491070,data:_0x17d315}of _0x4b38a7){const {group:_0x20ba6b,type:_0x26b74b,subType:_0x4f41d7,id:_0x4228bc}=_0x1a8b15['_splitMarkerName'](_0x491070);if('suggestion'==_0x20ba6b&&_0x1a8b15['hasSuggestion'](_0x4228bc)){if('formatBlock'==_0x26b74b&&('imageStylePreApply'==_0x4f41d7||'imageStylePostApply'==_0x4f41d7)){const _0x528b96=_0x1a8b15['getSuggestion'](_0x4228bc);if(_0x17d315['newRange']){const _0x511893=_0x528b96['getFirstRange']()['getContainedElement']();if(_0x3bf344['isBlockImage'](_0x511893))continue;_0x1a8b15['discardSuggestion'](_0x528b96),_0x54d49f=!0x0;}}if('insertion'==_0x26b74b&&'imageCaption'==_0x4f41d7&&!_0x17d315['newRange']){const _0x1e4cd8=_0x1a8b15['getSuggestion'](_0x4228bc);_0x1e4cd8['next']&&_0x1e4cd8['next']['isInContent']&&(_0x1a8b15['discardSuggestion'](_0x1e4cd8['next']),_0x54d49f=!0x0);}}}return _0x54d49f;}),this['_registerLegacyDescription'](_0x363772);}['_registerLegacyDescription'](_0x137e19){const _0x313df1=this['editor'],_0x59727d=_0x313df1['locale'];_0x313df1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x18a954=>{if('formatBlock'!=_0x18a954['type']&&'formatInline'!=_0x18a954['type'])return;const {data:_0x37b309}=_0x18a954;if(!_0x37b309||'imageStyle'!=_0x37b309['commandName'])return;const _0x30fbb3=_0x37b309['commandParams'][0x0]['value'];return _0x34c5cc('side'===_0x30fbb3?o(_0x59727d,'FORMAT_SIDE_IMAGE'):_0x137e19[_0x30fbb3]||_0x30fbb3);function _0x34c5cc(_0x58809d){return{'type':'format','content':o(_0x59727d,'*Format:*\x20%0',_0x58809d)};}});}}class at extends _0x328234{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x162eb8){super(_0x162eb8),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x1f547c=this['editor'],_0x580076=_0x1f547c['commands']['get']('importWord'),_0x19fd6b=_0x1f547c['commands']['get']('trackChanges');_0x580076&&(_0x580076['on']('execute',(_0x21939f,[,_0xa77f38])=>{this['_trackChangesValueDuringImport']=_0x19fd6b['value'],_0xa77f38['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x580076,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x580076,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x19fd6b['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x1f547c['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x571e9a,_0x5bfe09){const {suggestions:_0x59c137}=_0x5bfe09,_0x5a3d84=this['editor']['commands']['get']('trackChanges'),_0x4d0bdb=_0x5a3d84['value'];this['_trackChangesValueDuringImport']!==_0x4d0bdb&&(_0x5a3d84['execute'](),this['_trackChangesExecuted']=!0x0),_0x59c137&&_0x59c137['forEach'](({id:_0x5d23d8,type:_0x36e39a,author:_0x4ad871,created_at:_0x4cd476})=>{const _0xb265de={'id':_0x5d23d8,'type':_0x36e39a,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x4ad871,'createdAt':_0x4cd476?new Date(_0x4cd476):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0xb265de);});}}class ct extends _0x328234{['afterInit'](){const _0x1e05db=this['editor'],_0x211d20=_0x1e05db['plugins']['get']('TrackChangesEditing');if(_0x1e05db['plugins']['has']('IndentEditing')&&(_0x211d20['enableCommand']('indent'),_0x211d20['enableCommand']('outdent')),_0x1e05db['plugins']['has']('IndentBlock')){for(const _0x232bdc of['indentBlock','outdentBlock'])_0x211d20['enableDefaultAttributesIntegration'](_0x232bdc);}const _0x13d9af=_0x1e05db['locale'];_0x211d20['registerBlockAttribute']('blockIndent'),_0x211d20['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x13d9af,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3030ce=this['editor'],_0x14d965=_0x3030ce['locale'],_0x5cb987=_0x3030ce['plugins']['get']('TrackChangesEditing');_0x5cb987['descriptionFactory']['registerDescriptionCallback'](_0x535f05=>{if('formatBlock'!=_0x535f05['type'])return;const {data:_0x39c266}=_0x535f05;if(!_0x39c266)return;if('indentBlock'!=_0x39c266['commandName']&&'outdentBlock'!=_0x39c266['commandName'])return;const _0x2c03f0=_0x535f05['getItems']()[0x0],_0x23fed8=_0x5cb987['descriptionFactory']['getItemLabel'](_0x2c03f0);return'indentBlock'==_0x39c266['commandName']?{'type':'format','content':o(_0x14d965,'*Indent:*\x20%0',_0x23fed8)}:'outdentBlock'==_0x39c266['commandName']?{'type':'format','content':o(_0x14d965,'*Outdent:*\x20%0',_0x23fed8)}:void 0x0;});}}class ut extends _0x328234{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x328234{['afterInit'](){const _0x4f4cfa=this['editor'];if(!_0x4f4cfa['plugins']['has']('LinkEditing'))return;const _0x1cdbb0=_0x4f4cfa['plugins']['get']('TrackChangesEditing'),_0x41b9e9=_0x4f4cfa['commands']['get']('link');_0x1cdbb0['enableDefaultAttributesIntegration']('link'),_0x1cdbb0['enableDefaultAttributesIntegration']('unlink'),_0x1cdbb0['registerInlineAttribute']('linkHref');for(const _0x1056cf of _0x41b9e9['manualDecorators'])_0x1cdbb0['registerInlineAttribute'](_0x1056cf['id']),_0x1cdbb0['descriptionFactory']['registerAttributeLabel'](_0x1056cf['id'],'link\x20('+_0x1056cf['label']['toLowerCase']()+')');_0x1cdbb0['descriptionFactory']['registerDescriptionCallback'](_0x597ba4=>{if('attribute'!=_0x597ba4['type'])return;const {data:_0x544800}=_0x597ba4;if(!_0x544800||'linkHref'!=_0x544800['key'])return;const _0x5d8b82=_0x544800['newValue'],_0x54d872=_0x4f4cfa['locale'];return{'type':'format','content':null==_0x5d8b82?o(_0x54d872,'*Remove\x20link*'):o(_0x54d872,'*Set\x20link:*\x20%0','\x22'+_0x5d8b82+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xa8e309=this['editor'],_0x5052b1=_0xa8e309['locale'];_0xa8e309['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5f48f9=>{if('formatInline'!=_0x5f48f9['type'])return;const {data:_0x31f5b1}=_0x5f48f9;if(_0x31f5b1){if('link'==_0x31f5b1['commandName']){const _0x32968b=_0x31f5b1['commandParams'][0x0];return{'type':'format','content':o(_0x5052b1,'*Set\x20link:*\x20%0','\x22'+_0x32968b+'\x22')};}return'unlink'==_0x31f5b1['commandName']?{'type':'format','content':o(_0x5052b1,'*Remove\x20link*')}:void 0x0;}});}}class ft extends _0x328234{['afterInit'](){const _0x3c7fa7=this['editor'],_0x22620e=_0x3c7fa7['locale'];if(!_0x3c7fa7['plugins']['has']('LegacyListEditing'))return;const _0x4366e5=_0x3c7fa7['plugins']['get']('TrackChangesEditing'),_0x43544c=_0x3c7fa7['plugins']['has']('LegacyTodoListEditing');function _0x349a19(_0x18dc0e){return()=>{const _0x49a18d=_0x3c7fa7['model']['document']['selection'],_0x137202=_0x3c7fa7['commands']['get'](_0x18dc0e);if(_0x137202['value'])return void _0x3c7fa7['execute']('paragraph',{});const _0x293960=_0x18dc0e['slice'](0x0,-0x4),_0x362517=function(_0x179fb0,_0xcca1c6,_0x2b797c){let _0x568ef3=Array['from'](_0x179fb0)['filter'](_0x4ab7da=>function(_0x1c21db,_0x2049d3){return _0x2049d3['checkChild'](_0x1c21db['parent'],'listItem')&&!_0x2049d3['isObject'](_0x1c21db);}(_0x4ab7da,_0x2b797c));_0x568ef3=_0x568ef3['filter'](_0x2f9233=>!_0x2f9233['is']('element','listItem')||_0x2f9233['getAttribute']('listType')!=_0xcca1c6);const _0x4ec30e=new Set();for(const _0x17277a of _0x568ef3)_0x17277a['is']('element','listItem')?_0x4ec30e['add'](fe(_0x17277a)):_0x4ec30e['add'](_0x17277a);return Array['from'](_0x4ec30e);}(_0x49a18d['getSelectedBlocks'](),_0x293960,_0x3c7fa7['model']['schema']);_0x3c7fa7['model']['change'](()=>{for(const _0x294703 of _0x362517)_0x4366e5['markBlockFormat'](_0x294703,{'commandName':_0x18dc0e,'commandParams':[{'forceValue':!_0x137202['value']}],'formatGroupId':'blockName'},ue(_0x294703));});};}function _0x6ebef(_0x366f6e){return()=>{const _0x36b902=function(_0xa260e9){let _0x58abe4=Array['from'](_0xa260e9);const _0x3183eb=_0x58abe4['findIndex'](_0x5035dd=>'listItem'!=_0x5035dd['name']);return _0x3183eb>-0x1&&(_0x58abe4=_0x58abe4['slice'](0x0,_0x3183eb)),_0x58abe4;}(_0x3c7fa7['model']['document']['selection']['getSelectedBlocks']()),_0x5aa321=_0x3c7fa7['model']['createRange'](_0x3c7fa7['model']['createPositionAt'](_0x36b902[0x0],'before'),_0x3c7fa7['model']['createPositionAt'](_0x36b902[_0x36b902['length']-0x1],'end'));_0x3c7fa7['model']['change'](()=>{_0x4366e5['markBlockFormat'](_0x5aa321,{'commandName':_0x366f6e,'commandParams':[],'formatGroupId':'listIndent'},function(_0x5714ce){const _0x5149dc=new Set();for(const _0x5ad09e of _0x5714ce){let _0x40f874=_0x5ad09e['nextSibling'];for(;_0x40f874&&_0x40f874['getAttribute']('listIndent')>_0x5ad09e['getAttribute']('listIndent');)_0x5149dc['add'](_0x40f874),_0x40f874=_0x40f874['nextSibling'];}return Array['from'](_0x5149dc);}(_0x36b902));});};}_0x4366e5['enableCommand']('numberedList',_0x349a19('numberedList')),_0x4366e5['enableCommand']('bulletedList',_0x349a19('bulletedList')),_0x43544c&&_0x4366e5['enableCommand']('todoList',_0x349a19('todoList')),_0x4366e5['enableCommand']('indentList',_0x6ebef('indentList')),_0x4366e5['enableCommand']('outdentList',_0x6ebef('outdentList')),_0x43544c&&_0x4366e5['enableCommand']('checkTodoList',()=>{const _0x27278c=_0x3c7fa7['commands']['get']('checkTodoList'),_0xc7cf9c=Array['from'](_0x27278c['_selectedElements']);_0xc7cf9c['filter'](_0x59c448=>_0x59c448['getAttribute']('todoListChecked')!=_0x27278c['value']),_0x3c7fa7['model']['change'](()=>{for(const _0xd52ad4 of _0xc7cf9c)_0x4366e5['markBlockFormat'](_0xd52ad4,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x27278c['value']}]});});}),_0x4366e5['descriptionFactory']['registerElementLabel']('listItem',_0x31870c=>o(_0x22620e,'ELEMENT_LIST_ITEM',_0x31870c)),_0x4366e5['descriptionFactory']['registerDescriptionCallback'](_0x1900a3=>{if('formatBlock'!=_0x1900a3['type']&&'formatInline'!=_0x1900a3['type'])return;const {data:_0x39ae1b}=_0x1900a3;if(_0x39ae1b){if('numberedList'==_0x39ae1b['commandName']||'bulletedList'==_0x39ae1b['commandName']||'todoList'==_0x39ae1b['commandName'])switch(_0x39ae1b['commandName']['replace']('List','')){case'bulleted':return _0x521df0(o(_0x22620e,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x521df0(o(_0x22620e,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x521df0(o(_0x22620e,'ELEMENT_TODO_LIST'));}if('indentList'==_0x39ae1b['commandName'])return{'type':'format','content':o(_0x22620e,'*Indent:*\x20%0',o(_0x22620e,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x39ae1b['commandName'])return{'type':'format','content':o(_0x22620e,'*Outdent:*\x20%0',o(_0x22620e,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x39ae1b['commandName'])return _0x39ae1b['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x22620e,'*Check\x20item*')}:{'type':'format','content':o(_0x22620e,'*Uncheck\x20item*')};}function _0x521df0(_0x2c94c6){return{'type':'format','content':o(_0x22620e,'*Change\x20to:*\x20%0',_0x2c94c6)};}});}}function fe(_0x1c57fd){const _0x42432e=_0x1c57fd['getAttribute']('listIndent');if(0x0==_0x42432e)return _0x1c57fd;let _0x3f334c=_0x1c57fd;for(;_0x1c57fd['previousSibling']&&_0x1c57fd['previousSibling']['is']('element','listItem');){const _0x2ff9af=_0x1c57fd['previousSibling']['getAttribute']('listIndent');if(_0x2ff9af==_0x42432e)_0x3f334c=_0x1c57fd['previousSibling'];else{if(_0x2ff9af<_0x42432e)break;}_0x1c57fd=_0x1c57fd['previousSibling'];}return _0x3f334c;}function ue(_0x51180e){const _0x2c58b2=[];if(_0x51180e['is']('element','listItem')&&_0x51180e['getAttribute']('listIndent')>0x0){let _0x21fefe=_0x51180e['nextSibling'];for(;_0x21fefe&&'listItem'==_0x21fefe['name']&&_0x21fefe['getAttribute']('listIndent')==_0x51180e['getAttribute']('listIndent');)_0x2c58b2['push'](_0x21fefe),_0x21fefe=_0x21fefe['nextSibling'];}return _0x2c58b2;}class W extends _0x328234{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x329844=this['editor']['config']['get']('list.properties'),_0x1c1ef2=this['editor']['plugins']['get']('TrackChangesEditing');_0x329844['styles']&&_0x1c1ef2['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x329844['reversed']&&_0x1c1ef2['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x329844['startIndex']&&_0x1c1ef2['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x1c1ef2['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x14fc6f,_0x4a2044={}){const _0x56ec04=this['editor']['plugins']['get']('TrackChangesEditing'),_0x24bad3=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x56ec04['markMultiRangeBlockFormat'](_0x24bad3,{'commandName':'listStyle','commandParams':[{'type':_0x4a2044['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x312602,_0x38f73d={}){const _0x21e351=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4473e6=this['_getSuggestionBlocks'](_0x5b57f4=>_0x5b57f4['is']('element','listItem')&&'numbered'===_0x5b57f4['getAttribute']('listType'));if(_0x4473e6['length']<0x1)return;const _0x334cdd=_0x4473e6['map'](_0x4e0812=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x4e0812,'before'),this['editor']['model']['createPositionAt'](_0x4e0812,0x0)));this['editor']['model']['change'](()=>{_0x21e351['markMultiRangeBlockFormat'](_0x334cdd,{'commandName':'listReversed','commandParams':[{'reversed':_0x38f73d['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x5af60f,_0x40d840={}){const _0x211c9b=this['editor']['plugins']['get']('TrackChangesEditing'),_0x222274=this['_getSuggestionBlocks'](_0xba13c7=>_0xba13c7['is']('element','listItem')&&'numbered'===_0xba13c7['getAttribute']('listType'));if(_0x222274['length']<0x1)return;const _0x468de0=_0x222274['map'](_0x2c8620=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x2c8620,'before'),this['editor']['model']['createPositionAt'](_0x2c8620,0x0)));this['editor']['model']['change'](()=>{_0x211c9b['markMultiRangeBlockFormat'](_0x468de0,{'commandName':'listStart','commandParams':[{'startIndex':_0x40d840['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x3cf059){if('formatBlock'!=_0x3cf059['type']&&'formatInline'!=_0x3cf059['type'])return;const _0x26e1e5=this['editor']['locale'],{data:_0x193d39}=_0x3cf059;if(!_0x193d39)return;let _0x5c92d2,_0x6df66e;switch(_0x193d39['commandName']){case'listStyle':_0x5c92d2='*Change\x20to:*\x20%0',_0x6df66e={'type':'format','content':o(_0x26e1e5,_0x5c92d2,o(_0x26e1e5,this['_getTranslationKeyForListStyle'](_0x193d39['commandParams'][0x0]['type'])))};break;case'listReversed':_0x5c92d2=_0x193d39['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x6df66e={'type':'format','content':o(_0x26e1e5,_0x5c92d2)};break;case'listStart':_0x5c92d2='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x6df66e={'type':'format','content':o(_0x26e1e5,_0x5c92d2,_0x193d39['commandParams'][0x0]['startIndex'])};}return _0x6df66e;}['_getSuggestionBlocksForListStyle'](){const _0x22b57e=this['editor']['plugins']['get']('LegacyListUtils');let _0x16c844=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x16c844[0x0]?.['is']('element','listItem')&&_0x16c844['unshift'](..._0x22b57e['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x16c844[_0x16c844['length']-0x1]?.['is']('element','listItem')&&_0x16c844['push'](..._0x22b57e['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x16c844=[...new Set(_0x16c844)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x16c844=_0x16c844['filter'](_0x5193d2=>_0x5193d2['is']('element','listItem'))),_0x16c844;}['_getSuggestionBlocks'](_0x3dd935){const _0x53fba5=this['editor']['plugins']['get']('LegacyListUtils');let _0x6b3393=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x3dd935)['map'](_0x2974f0=>{const _0x24d8fa=this['editor']['model']['createPositionAt'](_0x2974f0,0x0);return[..._0x53fba5['getSiblingNodes'](_0x24d8fa,'backward'),..._0x53fba5['getSiblingNodes'](_0x24d8fa,'forward')];})['flat']();return _0x6b3393=[...new Set(_0x6b3393)],_0x6b3393;}['_getTranslationKeyForListStyle'](_0x24d8da){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x24d8da)||'default')['toUpperCase']()+'_LIST_'+_0x24d8da['toUpperCase']()['replace'](/-/g,'_');}}class lt extends _0x328234{['afterInit'](){const _0x4571fd=this['editor'];if(!_0x4571fd['plugins']['has']('MediaEmbedEditing'))return;const _0xd6a22b=_0x4571fd['plugins']['get']('TrackChangesEditing'),_0x4b3624=_0x4571fd['locale'];_0xd6a22b['enableCommand']('mediaEmbed'),_0xd6a22b['descriptionFactory']['registerElementLabel']('media',_0x5f0036=>o(_0x4b3624,'ELEMENT_MEDIA',_0x5f0036)),_0x4571fd['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x31d936,{writer:_0x14bc65,options:_0x441997})=>{if(_0x441997['showSuggestionHighlights'])return _0x14bc65['createEmptyElement']('div');},'converterPriority':'high'}),_0x4571fd['data']['downcastDispatcher']['on']('attribute:url:media',(_0x718bb4,_0x36727f,_0x290039)=>{_0x290039['options']['showSuggestionHighlights']&&_0x718bb4['stop']();},{'priority':'high'});}}class mt extends _0x328234{['afterInit'](){const _0x1446bc=this['editor'];_0x1446bc['plugins']['has']('MentionEditing')&&_0x1446bc['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class dt extends _0x328234{['afterInit'](){const _0x508c1a=this['editor'];if(!_0x508c1a['plugins']['has']('MergeFieldsEditing'))return;_0x508c1a['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField'),_0x508c1a['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeFieldBlock');const _0x39debc=_0x508c1a['plugins']['get']('TrackChangesEditing'),_0x3cb77f=_0x508c1a['locale'];_0x39debc['descriptionFactory']['registerElementLabel']('mergeField',_0x4904a3=>o(_0x3cb77f,'ELEMENT_MERGE_FIELD',_0x4904a3)),_0x39debc['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x2676d8=>o(_0x3cb77f,'ELEMENT_MERGE_FIELD',_0x2676d8)),_0x39debc['descriptionFactory']['registerDescriptionCallback'](_0x202e2a=>{if('insertion'!=_0x202e2a['type']&&'deletion'!=_0x202e2a['type'])return;const _0x172eb5=_0x202e2a['getContainedElement']();if(null==_0x172eb5)return;if(!_0x172eb5['is']('element','mergeField')&&!_0x172eb5['is']('element','mergeFieldBlock'))return;const _0x501c52=_0x508c1a['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x172eb5['getAttribute']('id'));return'insertion'==_0x202e2a['type']?{'type':'insertion','content':o(_0x3cb77f,'*Insert:*\x20%0','\x22'+_0x501c52+'\x22\x20'+o(_0x3cb77f,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x3cb77f,'*Remove:*\x20%0','\x22'+_0x501c52+'\x22\x20'+o(_0x3cb77f,'ELEMENT_MERGE_FIELD'))};});}}class pt extends _0x328234{['afterInit'](){const _0x336562=this['editor'],_0xcf21a4=_0x336562['plugins']['get']('TrackChangesEditing');_0x336562['plugins']['has']('MultiLevelList')&&(_0xcf21a4['enableDefaultAttributesIntegration']('multiLevelList'),_0xcf21a4['registerBlockAttribute']('listMarkerStyle'),_0xcf21a4['descriptionFactory']['registerDescriptionCallback'](_0x245546=>this['handleDescriptions'](_0x245546)));}['handleDescriptions'](_0x4364d3){const _0x31bfc1=this['editor']['locale'],{data:_0x2f0787}=_0x4364d3,_0x51b666={'type':'format','content':''};if(_0x2f0787&&'listMarkerStyle'==_0x2f0787['key']){if(!_0x2f0787['oldValue'])return{'type':'format','content':o(_0x31bfc1,'*Set\x20format:*\x20%0',o(_0x31bfc1,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x2f0787['newValue']+')'};if(!_0x2f0787['newValue']){let _0x57f8ce=_0x4364d3['head'];for(;_0x57f8ce;){if(_0x57f8ce['data']&&'listType'==_0x57f8ce['data']['key']&&_0x57f8ce['data']['newValue'])return _0x51b666;_0x57f8ce=_0x57f8ce['next'];}return{'type':'format','content':o(_0x31bfc1,'*Remove\x20format:*\x20%0',o(_0x31bfc1,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x2f0787['oldValue']+')'};}}}}class kt extends _0x328234{['afterInit'](){const _0x5bd041=this['editor'];if(!_0x5bd041['plugins']['has']('PageBreakEditing'))return;_0x5bd041['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x369fee=_0x5bd041['plugins']['get']('TrackChangesEditing'),_0x40e251=_0x5bd041['locale'];_0x369fee['descriptionFactory']['registerElementLabel']('pageBreak',_0x57055b=>o(_0x40e251,'ELEMENT_PAGE_BREAK',_0x57055b));}}class bt extends _0x328234{['afterInit'](){const _0x29428c=this['editor'];if(!_0x29428c['plugins']['has']('Paragraph'))return;const _0x1a4dce=_0x29428c['locale'],_0x44f7ef=_0x29428c['plugins']['get']('TrackChangesEditing');_0x44f7ef['descriptionFactory']['registerElementLabel']('paragraph',_0x2b5310=>o(_0x1a4dce,'ELEMENT_PARAGRAPH',_0x2b5310)),_0x44f7ef['enableDefaultAttributesIntegration']('paragraph'),_0x44f7ef['enableCommand']('insertParagraph'),_0x29428c['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x29428c),{'priority':'highest'}),_0x29428c['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x1e088b,_0x25766b,_0x1d1650)=>{_0x1d1650['options']['showSuggestionHighlights']&&nr(_0x29428c,{'showActiveMarker':!0x1})(_0x1e088b,_0x25766b,_0x1d1650);},{'priority':'highest'});const _0x4ad5f7=_0x44f7ef['descriptionFactory'];_0x4ad5f7['registerDescriptionCallback'](_0x1e96fd=>{if('insertion'!==_0x1e96fd['type'])return;const {start:_0x4d11c7,end:_0xbda0fa}=_0x1e96fd['getFirstRange']();if(!_0x4d11c7['isTouching'](_0xbda0fa)||!_0x4d11c7['nodeAfter'])return;const _0x541bb4=_0x29428c['model']['schema'],_0x8cde8a=_0x4d11c7['nodeAfter'];return _0x541bb4['isBlock'](_0x8cde8a)&&!_0x541bb4['isLimit'](_0x8cde8a)&&_0x541bb4['checkChild'](_0x8cde8a,'$text')?{'type':'insertion','content':o(_0x1a4dce,'*Insert:*\x20%0',_0x4ad5f7['getItemLabel'](_0x8cde8a,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4879c4=this['editor'],_0x1de12d=_0x4879c4['locale'];_0x4879c4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3bc35e=>{if('formatBlock'!=_0x3bc35e['type'])return;const {data:_0x1a5e76}=_0x3bc35e;return _0x1a5e76&&'paragraph'==_0x1a5e76['commandName']?{'type':'format','content':o(_0x1de12d,'*Change\x20to:*\x20%0',o(_0x1de12d,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x54055e,{showActiveMarker:_0x1923a5=!0x0}={}){return(_0xe08ce7,_0x556763,_0x5149d9)=>{const _0x241f07=_0x54055e['plugins']['get']('TrackChangesEditing'),_0x239316=_0x556763['markerRange']['start'],_0x425193=_0x556763['markerRange']['end'],_0xdcd656=_0x54055e['model']['schema'];if(!_0x239316['isTouching'](_0x425193)||!_0x239316['nodeAfter'])return;const _0x190ae4=_0x239316['nodeAfter'];if(_0xdcd656['isBlock'](_0x190ae4)&&!_0xdcd656['isLimit'](_0x190ae4)&&_0xdcd656['checkChild'](_0x190ae4,'$text')){if(!_0x5149d9['consumable']['consume'](_0x556763['markerRange'],_0xe08ce7['name']))return;const {authorId:_0xaace3}=_0x241f07['_splitMarkerName'](_0x556763['markerName']),_0x207c85=_0x5149d9['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0xaace3}),_0x12c013=_0x5149d9['mapper']['toViewPosition'](_0x425193);_0x1923a5&&_0x241f07['activeMarkers']['includes'](_0x556763['markerName'])&&_0x5149d9['writer']['addClass']('ck-suggestion-marker--active',_0x207c85),_0x5149d9['writer']['insert'](_0x12c013,_0x207c85),_0x5149d9['mapper']['bindElementToMarker'](_0x207c85,_0x556763['markerName']);}};}class wt extends _0x328234{['afterInit'](){const _0x19d16a=this['editor'];if(!_0x19d16a['plugins']['has']('RemoveFormatEditing'))return;_0x19d16a['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x57a258=this['editor'];_0x57a258['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xeb1128=>{if('formatBlock'!=_0xeb1128['type']&&'formatInline'!=_0xeb1128['type'])return;const {data:_0x1e3179}=_0xeb1128;return _0x1e3179&&'removeFormat'==_0x1e3179['commandName']?{'type':'format','content':o(_0x57a258['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class yt extends _0x328234{['afterInit'](){const _0x2c6a6d=this['editor'];if(!_0x2c6a6d['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x3532c8=_0x2c6a6d['plugins']['get']('TrackChangesEditing');_0x3532c8['enableCommand']('goToPreviousRestrictedEditingException'),_0x3532c8['enableCommand']('goToNextRestrictedEditingException');const _0x77ac2a=_0x2c6a6d['plugins']['get']('RestrictedEditingModeEditing');_0x77ac2a['enableCommand']('trackChanges'),_0x77ac2a['enableCommand']('acceptSuggestion'),_0x77ac2a['enableCommand']('discardSuggestion'),_0x77ac2a['enableCommand']('acceptAllSuggestions'),_0x77ac2a['enableCommand']('discardAllSuggestions'),_0x77ac2a['enableCommand']('acceptSelectedSuggestions'),_0x77ac2a['enableCommand']('discardSelectedSuggestions');}}class jt extends _0x328234{static get['requires'](){return[_0x51d29b];}['init'](){const _0x43a744=this['editor'],_0x71b943=_0x43a744['plugins']['get']('TrackChangesEditing');_0x71b943['enableCommand']('shiftEnter'),_0x43a744['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ge(_0x43a744),{'priority':'high'}),_0x43a744['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ge(_0x43a744),{'priority':'high'}),_0x43a744['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x228394,_0x30f299,_0x145924)=>{_0x145924['options']['showSuggestionHighlights']&&ge(_0x43a744,{'showActiveMarker':!0x1})(_0x228394,_0x30f299,_0x145924);}),_0x71b943['descriptionFactory']['registerElementLabel']('softBreak',_0x144f4e=>o(_0x43a744['locale'],'ELEMENT_LINE_BREAK',_0x144f4e));}}function ge(_0x1f0482,{showActiveMarker:_0x9c6a7=!0x0}={}){return(_0x5ab0a5,_0x1bef8d,_0x407730)=>{const _0x104b6e=_0x1f0482['plugins']['get']('TrackChangesEditing');if(!_0x407730['consumable']['test'](_0x1bef8d['markerRange'],_0x5ab0a5['name']))return;const _0x1bd142=_0x1f0482['model'];for(const _0x542a58 of _0x1bef8d['markerRange']['getItems']()){if(!_0x542a58['is']('element','softBreak'))continue;const _0x56dbf5='deletion'==_0x1bef8d['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x1c8c3f}=_0x104b6e['_splitMarkerName'](_0x1bef8d['markerName']),_0x1421be=_0x407730['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x56dbf5,'data-author-id':_0x1c8c3f}),_0x2f1cb5=_0x407730['mapper']['toViewPosition'](_0x1bd142['createPositionBefore'](_0x542a58));_0x9c6a7&&_0x104b6e['activeMarkers']['includes'](_0x1bef8d['markerName'])&&_0x407730['writer']['addClass']('ck-suggestion-marker--active',_0x1421be),_0x407730['writer']['insert'](_0x2f1cb5,_0x1421be),_0x407730['mapper']['bindElementToMarker'](_0x1421be,_0x1bef8d['markerName']);}};}class St extends _0x328234{['afterInit'](){const _0x2ed452=this['editor'],_0x3c042b=_0x2ed452['model'],_0x35b81f=_0x2ed452['locale'];if(!_0x2ed452['plugins']['has']('StandardEditingModeEditing'))return;const _0x231c8a=_0x2ed452['plugins']['get']('TrackChangesEditing'),_0x468d89='restrictedEditingException',_0x1ed1b9=_0x2ed452['commands']['get'](_0x468d89);_0x231c8a['enableCommand'](_0x468d89,(_0x37c05e,_0x3c0e3a={})=>{const _0x39d85d=_0x3c042b['document']['selection'];if(_0x39d85d['isCollapsed'])return void _0x37c05e(_0x3c0e3a);const _0x47eed8=void 0x0!==_0x3c0e3a['forceValue']?_0x3c0e3a['forceValue']:!_0x1ed1b9['value'];_0x3c042b['change'](()=>{const _0x2da8f6=Array['from'](_0x39d85d['getRanges']());for(const _0x5a4bf4 of _0x2da8f6){const _0x1e0027=_0x47eed8?[_0x5a4bf4]:io(_0x468d89,_0x5a4bf4,_0x3c042b);for(const _0x13f777 of _0x1e0027)_0x231c8a['markInlineFormat'](_0x13f777,{'commandName':_0x468d89,'commandParams':[{'forceValue':_0x47eed8}]});}});}),_0x231c8a['descriptionFactory']['registerDescriptionCallback'](_0x315c8f=>{if('formatBlock'!=_0x315c8f['type']&&'formatInline'!=_0x315c8f['type'])return;const {data:_0x35a725}=_0x315c8f;return _0x35a725&&_0x35a725['commandName']==_0x468d89?_0x35a725['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x35b81f,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x35b81f,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class At extends _0x328234{['afterInit'](){const _0x5f4f8c=this['editor'];if(!_0x5f4f8c['plugins']['has']('Style')||!_0x5f4f8c['plugins']['has']('DataSchema'))return;const _0x307cdd=_0x5f4f8c['plugins']['get']('TrackChangesEditing'),_0xd2b28b=_0x5f4f8c['locale'],_0x415b02=_0x5f4f8c['config']['get']('style')||{},_0x131937=_0x5f4f8c['plugins']['get']('GeneralHtmlSupport'),_0x5819bb=_0x5f4f8c['plugins']['get']('StyleUtils')['normalizeConfig'](_0x5f4f8c['plugins']['get']('DataSchema'),_0x415b02['definitions']);_0x307cdd['enableDefaultAttributesIntegration']('style');const _0x4178a0=new Set();for(const _0x2b3f8e of _0x5819bb['block']){const _0x12d132=_0x131937['getGhsAttributeNameForElement'](_0x2b3f8e['element']);_0x4178a0['add'](_0x12d132);}const _0x20391d=new Set();for(const _0xa42acf of _0x5819bb['inline']){const _0x1826a7=_0x131937['getGhsAttributeNameForElement'](_0xa42acf['element']);_0x20391d['add'](_0x1826a7);for(const _0x5e68ee of _0xa42acf['ghsAttributes'])_0x20391d['add'](_0x5e68ee);}for(const _0x2d8183 of _0x4178a0)_0x307cdd['registerBlockAttribute'](_0x2d8183),_0x307cdd['descriptionFactory']['registerAttributeLabel'](_0x2d8183,o(_0xd2b28b,'FORMAT_STYLE'));for(const _0x552b91 of _0x20391d)_0x307cdd['registerInlineAttribute'](_0x552b91),_0x307cdd['descriptionFactory']['registerAttributeLabel'](_0x552b91,o(_0xd2b28b,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x249b9d=this['editor'],_0x4f5f83=_0x249b9d['locale'];_0x249b9d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x152ded=>{if('formatBlock'!=_0x152ded['type']&&'formatInline'!=_0x152ded['type'])return;const {data:_0x4d0e69}=_0x152ded;return _0x4d0e69&&'style'===_0x4d0e69['commandName']?_0x4d0e69['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4f5f83,'*Set\x20format:*\x20%0',_0x4d0e69['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x4f5f83,'*Remove\x20format:*\x20%0',_0x4d0e69['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class It extends _0x328234{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x49d824){super(_0x49d824),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0xf34919=this['editor'],_0x494774=_0xf34919['model']['document']['selection'];if(!_0xf34919['plugins']['has']('TableEditing'))return;const _0x6dc08=_0xf34919['locale'],_0x2ea94f=_0xf34919['plugins']['get']('TrackChangesEditing'),_0x251317=_0xf34919['plugins']['get']('TableUtils');_0x2ea94f['descriptionFactory']['registerElementLabel']('table',_0x2ccf91=>o(_0x6dc08,'ELEMENT_TABLE',_0x2ccf91)),this['_setupColumnsRowsFixing'](),_0x2ea94f['enableCommand']('insertTable'),_0x2ea94f['enableCommand']('selectTableRow'),_0x2ea94f['enableCommand']('selectTableColumn');for(const _0x3a6955 of['insertTableRowAbove','insertTableRowBelow']){const _0x23be5e=_0xf34919['commands']['get'](_0x3a6955);_0x2ea94f['enableCommand'](_0x3a6955,_0x29f07b=>{_0xf34919['model']['change'](_0x377f8f=>{_0x29f07b();const _0x8eadb4='above'===_0x23be5e['order'],_0x40bc2f=_0x251317['getSelectionAffectedTableCells'](_0x494774),_0x385442=_0x251317['getRowIndexes'](_0x40bc2f),_0x93b74b=_0x8eadb4?_0x385442['first']-0x1:_0x385442['last']+0x1,_0x1fabf0=_0x40bc2f[0x0]['findAncestor']('table'),_0x1f95ec=_0x251317['createTableWalker'](_0x1fabf0,{'startRow':_0x93b74b,'endRow':_0x93b74b}),_0x3cd0c0=Array['from'](_0x1f95ec)['map'](_0x4f91ed=>_0x377f8f['createRangeOn'](_0x4f91ed['cell']));_0x2ea94f['markMultiRangeInsertion'](_0x3cd0c0,'tableRow');});});}for(const _0x5e13ff of['insertTableColumnLeft','insertTableColumnRight']){const _0x3a268c=_0xf34919['commands']['get'](_0x5e13ff);_0x2ea94f['enableCommand'](_0x5e13ff,_0x4999cc=>{_0xf34919['model']['change'](_0x3b8d7b=>{_0x4999cc();const _0x4082b3='left'===_0x3a268c['order'],_0x4eee6c=_0x251317['getSelectionAffectedTableCells'](_0x494774),_0x4ed919=_0x251317['getColumnIndexes'](_0x4eee6c),_0x26d42f=_0x4082b3?_0x4ed919['first']-0x1:_0x4ed919['last']+0x1,_0x5b2fda=_0x4eee6c[0x0]['findAncestor']('table'),_0x3547a6=_0x251317['createTableWalker'](_0x5b2fda,{'startRow':0x0,'column':_0x26d42f,'includeAllSlots':!0x1}),_0x59aa10=Array['from'](_0x3547a6)['map'](_0x4b1e27=>_0x3b8d7b['createRangeOn'](_0x4b1e27['cell']));_0x2ea94f['markMultiRangeInsertion'](_0x59aa10,'tableColumn');});});}for(const _0x5edd3d of['removeTableRow','removeTableColumn']){const _0x573bbc=_0x5edd3d['substr'](0xb),_0x28091d=_0x573bbc['toLowerCase'](),_0x489652=_0x28091d['substr'](0x0,0x3)+'span',_0x3a2123='table'+_0x573bbc,_0xd338d0='min'+_0x573bbc,_0x364fd6='max'+_0x573bbc;_0x2ea94f['enableCommand'](_0x5edd3d,()=>{_0xf34919['model']['change'](_0x1090f7=>{const _0x3923aa=_0x251317['getSelectionAffectedTableCells'](_0x494774),_0x44a157=_0x3923aa[0x0]['findAncestor']('table');let _0x5bea9a;if('removeTableRow'==_0x5edd3d){const _0xcfd3fe=_0x251317['getRowIndexes'](_0x3923aa);_0x5bea9a={'startRow':_0xcfd3fe['first'],'endRow':_0xcfd3fe['last'],'includeAllSlots':!0x0};}else{const _0x200706=_0x251317['getColumnIndexes'](_0x3923aa);_0x5bea9a={'startColumn':_0x200706['first'],'endColumn':_0x200706['last'],'includeAllSlots':!0x0};}const _0x3c8a97=_0x251317['createTableWalker'](_0x44a157,_0x5bea9a),_0xf3f3c6=Array['from'](_0x3c8a97)['map'](({cell:_0x2e5853})=>_0x2e5853),_0x535378=be(_0xf3f3c6['filter'](_0x4d0b10=>_0x4d0b10['hasAttribute'](_0x489652))),_0x3bdac6=be(_0xf3f3c6['filter'](_0x5ecb83=>!_0x5ecb83['hasAttribute'](_0x489652)))['map'](_0x328768=>_0x1090f7['createRangeOn'](_0x328768)),_0x3b06b7=_0x2ea94f['markMultiRangeDeletion'](_0x3bdac6,_0x3a2123);if(_0x3b06b7&&('tableRow'==_0x3b06b7['subType']||'tableColumn'==_0x3b06b7['subType'])){const _0x779909=this['_getSuggestionCoords'](_0x3b06b7);for(const _0x5e33fc of _0x535378){const _0x4e6873=_0x1090f7['createRangeOn'](_0x5e33fc),_0x3db54e=_0x251317['getCellLocation'](_0x5e33fc),_0x2fef9f=_0x5e33fc['getAttribute'](_0x489652)-0x1,_0x2efe08=_0x779909[_0xd338d0],_0x1a87d5=_0x779909[_0x364fd6];_0x2efe08<=_0x3db54e[_0x28091d]&&_0x3db54e[_0x28091d]+_0x2fef9f<=_0x1a87d5&&_0x3b06b7['addRange'](_0x4e6873);}}});});}function _0x3d1c58(_0x4988f2){const _0x112648=Array['from'](_0x494774['getRanges']())['map'](_0x495457=>_0xf41792['fromRange'](_0x495457));_0xf34919['model']['change'](_0x4d644a=>{const _0x811173=_0x4d644a['batch'];_0x4988f2=_0x4988f2['filter'](_0x3c32bf=>'$graveyard'!=_0x3c32bf['root']['rootName']),_0x4d644a['setSelection'](_0x4988f2),_0xf34919['commands']['get']('removeTableRow')['refresh'](),_0xf34919['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0xf34919['model']['enqueueChange'](()=>{_0xf34919['model']['enqueueChange'](_0x811173,_0x3e51b3=>{const _0x52bd34=_0x112648['filter'](_0xb86cbe=>'$graveyard'!=_0xb86cbe['root']['rootName']);_0x52bd34['length']>0x0&&_0x3e51b3['setSelection'](_0x52bd34);for(const _0x841a2d of _0x112648)_0x841a2d['detach']();});});});}function _0x5709a3(_0x241280){_0xf34919['model']['change'](_0x5ee781=>{const _0x104353=Array['from'](_0x494774['getRanges']())['map'](_0x452a7f=>_0xf41792['fromRange'](_0x452a7f)),_0xaa84df=[];for(const _0x925484 of _0x241280)for(const _0x39ca50 of _0x925484['getItems']({'shallow':!0x0}))_0xaa84df['push'](_0x39ca50);for(const _0xa96aee of _0xaa84df)'$graveyard'!=_0xa96aee['root']['rootName']&&(_0x5ee781['setSelection'](_0x5ee781['createPositionAt'](_0xa96aee,0x0)),_0xf34919['commands']['get']('removeTableColumn')['refresh'](),_0xf34919['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x22f1ab=_0x104353['filter'](_0x37a1f9=>'$graveyard'!=_0x37a1f9['root']['rootName']);_0x22f1ab['length']>0x0&&_0x5ee781['setSelection'](_0x22f1ab);for(const _0x5a372f of _0x104353)_0x5a372f['detach']();});}function _0x5137a5(_0x563490,_0x45571b){return _0x45571b['every'](_0x2eea8a=>_0x563490['some'](_0x29dc6e=>_0x29dc6e['end']['isEqual'](_0x2eea8a['start'])||_0x2eea8a['end']['isEqual'](_0x29dc6e['start'])));}function _0x4b95d6(_0x36b916,_0x253a04){return!_0x36b916['some'](_0xb27d6f=>_0x253a04['some'](_0x2659e3=>_0xb27d6f['isIntersecting'](_0x2659e3)))&&_0x36b916['some'](_0x4d4795=>_0x253a04['some'](_0x2d28c0=>_0x4d4795['end']['isTouching'](_0x2d28c0['start'])));}_0xf34919['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0xe17ca7,_0x3ab207,_0x433761)=>{if(!_0x433761['options']['showSuggestionHighlights'])return;const _0x7e12a8=_0x3ab207['item'];if(!_0x7e12a8)return;const _0x1f3a9a=_0x433761['mapper']['toViewElement'](_0x7e12a8);function _0x17efdc(_0x247e9){return Array['isArray'](_0x247e9)?_0x247e9:[_0x247e9];}_0x1f3a9a&&'tableCell'===_0x7e12a8['name']&&_0x476147(_0x1f3a9a,_0x433761['writer'],(_0x85263,_0x37b247,_0x1b974c)=>_0x1b974c['addClass'](_0x17efdc(_0x37b247['classes']),_0x85263),(_0x15328f,_0x4fd6be,_0x389515)=>_0x389515['removeClass'](_0x17efdc(_0x4fd6be['classes']),_0x15328f));},{'priority':'highest'}),_0x2ea94f['descriptionFactory']['registerDescriptionCallback'](_0x1069e0=>{if('insertion'!=_0x1069e0['type']&&'deletion'!=_0x1069e0['type'])return;const _0x4c941e=_0x1069e0['getContainedElement']();if(null!=_0x4c941e&&_0x4c941e['is']('element','table')){if('insertion'==_0x1069e0['type']){const _0x425b41=_0x1069e0['getItems']()['filter'](_0x160192=>_0x160192['is']('$textProxy'))['map'](_0x227990=>_0x227990['data']);if(_0x425b41['length'])return{'type':'insertion','content':o(_0x6dc08,'*Insert:*\x20%0',o(_0x6dc08,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x425b41['join']('\x20')+'\x22'))};}if('deletion'==_0x1069e0['type']){const _0x5b1865=_0x1069e0['getItems']()['filter'](_0x5b020e=>_0x5b020e['is']('$textProxy'))['map'](_0xdaf178=>_0xdaf178['data']);if(_0x5b1865['length'])return{'type':'deletion','content':o(_0x6dc08,'*Remove:*\x20%0',o(_0x6dc08,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x5b1865['join']('\x20')+'\x22'))};}}}),_0x2ea94f['descriptionFactory']['registerDescriptionCallback'](_0x567337=>{if('tableRow'==_0x567337['subType']){const _0x5b7af7=_0x567337['getItems']()['filter'](_0x5841e0=>_0x5841e0['is']('$textProxy'))['map'](_0x820a63=>_0x820a63['data']),_0x1f7d93=this['_getSuggestionCoords'](_0x567337),_0x365482=_0x1f7d93['maxRow']-_0x1f7d93['minRow']+0x1;if('insertion'==_0x567337['type'])return _0x5b7af7['length']?{'type':'insertion','content':o(_0x6dc08,'*Insert:*\x20%0',o(_0x6dc08,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x365482,'\x22'+_0x5b7af7['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x6dc08,'*Insert:*\x20%0',o(_0x6dc08,'ELEMENT_TABLE_ROW',_0x365482))};if('deletion'==_0x567337['type'])return _0x5b7af7['length']?{'type':'deletion','content':o(_0x6dc08,'*Remove:*\x20%0',o(_0x6dc08,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x365482,'\x22'+_0x5b7af7['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x6dc08,'*Remove:*\x20%0',o(_0x6dc08,'ELEMENT_TABLE_ROW',_0x365482))};}if('tableColumn'==_0x567337['subType']){const _0x463797=_0x567337['getItems']()['filter'](_0x249fc4=>_0x249fc4['is']('$textProxy'))['map'](_0x2a88ae=>_0x2a88ae['data']),_0x106a88=this['_getSuggestionCoords'](_0x567337),_0x567272=_0x106a88['maxColumn']-_0x106a88['minColumn']+0x1;if('insertion'==_0x567337['type'])return _0x463797['length']?{'type':'insertion','content':o(_0x6dc08,'*Insert:*\x20%0',o(_0x6dc08,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x567272,'\x22'+_0x463797['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x6dc08,'*Insert:*\x20%0',o(_0x6dc08,'ELEMENT_TABLE_COLUMN',_0x567272))};if('deletion'==_0x567337['type'])return _0x463797['length']?{'type':'deletion','content':o(_0x6dc08,'*Remove:*\x20%0',o(_0x6dc08,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x567272,'\x22'+_0x463797['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x6dc08,'*Remove:*\x20%0',o(_0x6dc08,'ELEMENT_TABLE_COLUMN',_0x567272))};}}),_0x2ea94f['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x3d1c58),_0x2ea94f['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x3d1c58),_0x2ea94f['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x5709a3),_0x2ea94f['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x5709a3),_0x2ea94f['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x5137a5),_0x2ea94f['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x5137a5),_0x2ea94f['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x4b95d6),_0x2ea94f['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x4b95d6);}['_acceptFormatSuggestionCallbackFactory'](){const _0x27ccc0=this['editor'],_0x3f20a5=_0x27ccc0['model']['document']['selection'];return(_0x3908e5,_0x4df937)=>{_0x27ccc0['model']['change'](_0x36bfd7=>{const {commandName:_0x4b0aec,commandParams:_0x582921}=_0x4df937;let _0x1fc2da=_0x3908e5[0x0]['end']['nodeBefore'];_0x582921&&_0x582921[0x0]&&!0x1===_0x582921[0x0]['forceValue']&&(_0x1fc2da=_0x3908e5[0x0]['start']['nodeAfter']);const _0x187156=_0x36bfd7['createRangeIn'](_0x1fc2da);if('$graveyard'==_0x187156['root']['rootName'])return;const _0x586901=Array['from'](_0x3f20a5['getRanges']())['map'](_0x293d97=>_0xf41792['fromRange'](_0x293d97));_0x36bfd7['setSelection'](_0x187156),_0x27ccc0['commands']['get'](_0x4b0aec)['refresh'](),_0x582921['push']({'forceDefaultExecution':!0x0}),_0x27ccc0['execute'](_0x4b0aec,..._0x582921);const _0x4ed59a=_0x586901['filter'](_0x4edebf=>'$graveyard'!=_0x4edebf['root']['rootName']);_0x4ed59a['length']>0x0&&_0x36bfd7['setSelection'](_0x4ed59a);for(const _0x3026c7 of _0x586901)_0x3026c7['detach']();});};}['_getCoordsForCells'](_0x51f92d){const _0x5dadf8=this['editor']['plugins']['get']('TableUtils');let _0x4fb937=Number['MAX_SAFE_INTEGER'],_0x19ae7b=Number['MIN_SAFE_INTEGER'],_0x1b8e2d=Number['MAX_SAFE_INTEGER'],_0x4859ac=Number['MIN_SAFE_INTEGER'];for(const _0x18eb0d of _0x51f92d){if('$graveyard'==_0x18eb0d['root']['rootName'])continue;const {row:_0x3dc747,column:_0x3349cf}=_0x5dadf8['getCellLocation'](_0x18eb0d),_0x1fc69c=_0x18eb0d['hasAttribute']('rowspan')?_0x18eb0d['getAttribute']('rowspan')-0x1:0x0,_0x47b2b7=_0x18eb0d['hasAttribute']('colspan')?_0x18eb0d['getAttribute']('colspan')-0x1:0x0;_0x4fb937=_0x3dc747<_0x4fb937?_0x3dc747:_0x4fb937,_0x19ae7b=_0x3dc747+_0x1fc69c>_0x19ae7b?_0x3dc747+_0x1fc69c:_0x19ae7b,_0x1b8e2d=_0x3349cf<_0x1b8e2d?_0x3349cf:_0x1b8e2d,_0x4859ac=_0x3349cf+_0x47b2b7>_0x4859ac?_0x3349cf+_0x47b2b7:_0x4859ac;}return{'minRow':_0x4fb937,'maxRow':_0x19ae7b,'minColumn':_0x1b8e2d,'maxColumn':_0x4859ac};}['_setupColumnsRowsFixing'](){const _0x999d81=this['editor'],_0x3a0d79=_0x999d81['plugins']['get']('TrackChangesEditing'),_0x45409e=_0x999d81['plugins']['get']('TableUtils');_0x999d81['model']['document']['on']('change:data',()=>{const _0x10355b=Array['from'](_0x999d81['model']['document']['differ']['getChangedMarkers']());for(const {name:_0xbc79ff,data:_0x9b0d4b}of _0x10355b){const {group:_0xc5568d,id:_0x2ff268,subType:_0x2d81ba}=_0x3a0d79['_splitMarkerName'](_0xbc79ff);if('suggestion'!=_0xc5568d)continue;if(null!=_0x9b0d4b['oldRange'])continue;const _0x766816=_0x3a0d79['getSuggestion'](_0x2ff268);this['_tablePostFixingSubtypes']['includes'](_0x2d81ba)&&this['_tableSuggestions']['add'](_0x766816);}},{'priority':'low'});const _0x1f90f4=(_0x158b3a,_0x21c9f1)=>{let _0x351351=!0x1;const _0x58d8f6=_0x21c9f1['createRangeOn'](_0x158b3a),_0x2499aa=_0x158b3a['findAncestor']('table'),_0x1ec3ee=_0x45409e['getCellLocation'](_0x158b3a);for(const _0x4825e6 of this['_tableSuggestions']){const _0x2f52a6=_0x4825e6['subType'],_0x32af38=_0x2f52a6['startsWith']('tablePaste'),_0x48f4f9=_0x2f52a6['substr'](_0x32af38?0xa:0x5),_0x3cddcf=_0x48f4f9['toLowerCase'](),_0x209825=_0x3cddcf['substr'](0x0,0x3)+'span',_0x343e2e='min'+_0x48f4f9,_0x59dccd='max'+_0x48f4f9;if(!_0x4825e6['isInContent'])continue;if(_0x2499aa!=_0x4825e6['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x4825e6['isIntersectingWithRange'](_0x58d8f6))continue;const _0x66c0eb=_0x158b3a['hasAttribute'](_0x209825)?_0x158b3a['getAttribute'](_0x209825)-0x1:0x0,_0x54e444=this['_getSuggestionCoords'](_0x4825e6),_0x3952d2=_0x54e444[_0x343e2e],_0x586e82=_0x54e444[_0x59dccd];_0x3952d2<=_0x1ec3ee[_0x3cddcf]&&_0x1ec3ee[_0x3cddcf]+_0x66c0eb<=_0x586e82&&(_0x4825e6['addRange'](_0x58d8f6),_0x351351=!0x0);}return _0x351351;};_0x999d81['model']['document']['registerPostFixer'](_0x411dd0=>{let _0x2af623=!0x1;for(const _0xa8ce9c of _0x999d81['model']['document']['differ']['getChanges']())if('insert'==_0xa8ce9c['type']){if('tableRow'==_0xa8ce9c['name']){for(const _0x3281f0 of _0xa8ce9c['position']['nodeAfter']['getChildren']())_0x2af623=_0x2af623||_0x1f90f4(_0x3281f0,_0x411dd0);}else'tableCell'==_0xa8ce9c['name']&&(_0x2af623=_0x2af623||_0x1f90f4(_0xa8ce9c['position']['nodeAfter'],_0x411dd0));}return _0x2af623;});}['_getSuggestionCoords'](_0x39ac71){return this['_getCoordsForCells'](_0x39ac71['getRanges']()['map'](_0x1d0c0d=>_0x1d0c0d['start']['nodeAfter']));}}function be(_0x19cc39){return Array['from'](new Set(_0x19cc39)['values']());}class vt extends _0x328234{static get['requires'](){return[It];}['afterInit'](){const _0x805cb7=this['editor'],_0x37d2b3=_0x805cb7['model']['document']['selection'],_0x11e08f=_0x805cb7['locale'];if(!_0x805cb7['plugins']['has']('TableEditing'))return;const _0x495718=_0x805cb7['plugins']['get']('TrackChangesEditing'),_0x45d0ec=_0x805cb7['plugins']['get']('TableUtils'),_0x389286=_0x805cb7['plugins']['get'](It);_0x389286['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x495718['enableCommand']('mergeTableCells',()=>{const _0x1fe895=_0x45d0ec['getSelectionAffectedTableCells'](_0x805cb7['model']['document']['selection']);_0x805cb7['model']['change'](()=>{_0x495718['markMultiRangeBlockFormat'](_0x1fe895,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x805cb7['commands']['get']('mergeTableCells')['on']('execute',(_0x55c94b,_0x54292d)=>{_0x805cb7['commands']['get']('trackChanges')['value']&&(_0x54292d['length']>0x0&&_0x54292d[_0x54292d['length']-0x1]&&_0x54292d[_0x54292d['length']-0x1]['forceDefaultExecution']||_0x495718['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x55c94b['stop']());},{'priority':'highest'});for(const _0xf1cd33 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x50ae76=_0x805cb7['commands']['get'](_0xf1cd33);_0x495718['enableCommand'](_0xf1cd33,()=>{const _0x523abf=_0x805cb7['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0xef8717=>_0xef8717['is']('element','tableCell')),_0x5ad28c=_0x50ae76['value'];_0x805cb7['model']['change'](()=>{_0x495718['markMultiRangeBlockFormat']([_0x523abf,_0x5ad28c],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x54165e of['splitTableCellVertically','splitTableCellHorizontally']){const _0x48d4c9=_0x805cb7['commands']['get'](_0x54165e);_0x495718['enableCommand'](_0x54165e,()=>{const _0x4f28c0=_0x45d0ec['getSelectionAffectedTableCells'](_0x805cb7['model']['document']['selection'])[0x0],_0x42e6a4=_0x4f28c0['findAncestor']('table'),{column:_0x5ce9a1,row:_0x19450d}=_0x45d0ec['getCellLocation'](_0x4f28c0);let _0x2675d4=[];if('horizontally'==_0x48d4c9['direction']){const _0x40626a=_0x45d0ec['createTableWalker'](_0x42e6a4,{'startRow':_0x19450d,'endRow':_0x19450d,'includeAllSlots':!0x0});_0x2675d4=Array['from'](_0x40626a)['map'](_0x1017ba=>_0x1017ba['cell']);}else{const _0xfe37d0=_0x45d0ec['createTableWalker'](_0x42e6a4,{'column':_0x5ce9a1,'includeAllSlots':!0x0});_0x2675d4=Array['from'](_0xfe37d0)['map'](_0x103f09=>_0x103f09['cell']);}_0x805cb7['model']['change'](_0x511f46=>{_0x495718['markBlockFormat'](_0x511f46['createRangeOn'](_0x4f28c0),{'commandName':_0x54165e,'commandParams':[]},_0x2675d4,_0x54165e);});});}_0x495718['descriptionFactory']['registerDescriptionCallback'](_0x236519=>{if('formatBlock'!=_0x236519['type']&&'formatInline'!=_0x236519['type'])return;const {data:_0xb1255e}=_0x236519;return _0xb1255e&&'mergeTableCells'==_0xb1255e['commandName']?{'type':'format','content':o(_0x11e08f,'*Merge\x20cells*')}:void 0x0;}),_0x495718['descriptionFactory']['registerDescriptionCallback'](_0x170229=>{if('formatBlock'!=_0x170229['type']&&'formatInline'!=_0x170229['type'])return;const {data:_0x122687}=_0x170229;return _0x122687?'splitTableCellVertically'==_0x122687['commandName']?{'type':'format','content':o(_0x11e08f,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x122687['commandName']?{'type':'format','content':o(_0x11e08f,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x48f7ae=_0x389286['_acceptFormatSuggestionCallbackFactory']();for(const _0x2cf20e of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x495718['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x2cf20e,'accept',_0x48f7ae);for(const _0x2cae23 of['splitTableCellVertically','splitTableCellHorizontally'])_0x495718['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x2cae23,'accept',_0x48f7ae);_0x495718['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x5a0fb5=>{_0x805cb7['model']['change'](_0x227d83=>{const _0x3bd1dd=Array['from'](_0x37d2b3['getRanges']())['map'](_0x5514cb=>_0xf41792['fromRange'](_0x5514cb));_0x227d83['setSelection'](_0x5a0fb5),_0x805cb7['commands']['get']('mergeTableCells')['refresh'](),_0x805cb7['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x56b2fe=_0x3bd1dd['filter'](_0x4861c4=>'$graveyard'!=_0x4861c4['root']['rootName']);_0x56b2fe['length']>0x0&&_0x227d83['setSelection'](_0x56b2fe);for(const _0x18bf85 of _0x3bd1dd)_0x18bf85['detach']();});});for(const _0x4f65f4 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0xbb9284=_0x805cb7['commands']['get'](_0x4f65f4);_0xbb9284['on']('set:isEnabled',(_0x4b41f5,_0xe7ac87,_0x538d74)=>{if(_0x538d74){const _0x584b65=_0x805cb7['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x464568=>_0x464568['is']('element','tableCell'));this['_areMergableCells'](_0xbb9284['value'],_0x584b65)||(_0x4b41f5['return']=!0x1,_0x4b41f5['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x16c564=this['editor']['commands']['get']('mergeTableCells'),_0x13bc3f=this['editor']['plugins']['get']('TableUtils');if(!_0x16c564['isEnabled'])return!0x1;const _0x37ca0e=_0x13bc3f['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x1247d7 of _0x37ca0e)for(const _0x41d371 of _0x37ca0e)if(_0x1247d7!=_0x41d371&&!this['_areMergableCells'](_0x1247d7,_0x41d371))return!0x1;return!0x0;}['_areMergableCells'](_0x4a8d9c,_0x234d52){const _0x5bd2e1=this['editor']['plugins']['get']('TrackChangesEditing'),_0x153601=this['editor']['model']['createRangeOn'](_0x4a8d9c),_0x3c954a=this['editor']['model']['createRangeOn'](_0x234d52),_0x53a2ec=new Set(),_0x1b8b1c=new Set();for(const _0x59c156 of _0x5bd2e1['getSuggestions']())if(('insertion'==_0x59c156['type']||'deletion'==_0x59c156['type']||'mergeTableCells'==_0x59c156['subType'])&&_0x59c156['isInContent']){for(const _0x520e1d of _0x59c156['getRanges']())_0x520e1d['containsRange'](_0x153601,!0x0)&&_0x53a2ec['add'](_0x59c156['type']+':'+_0x59c156['author']['id']),_0x520e1d['containsRange'](_0x3c954a,!0x0)&&_0x1b8b1c['add'](_0x59c156['type']+':'+_0x59c156['author']['id']);}if(_0x53a2ec['size']!=_0x1b8b1c['size'])return!0x1;for(const _0x202dae of _0x53a2ec)if(!_0x1b8b1c['has'](_0x202dae))return!0x1;return!0x0;}}class Ct extends _0x328234{static get['requires'](){return[It];}['afterInit'](){const _0x10f16c=this['editor'];if(!_0x10f16c['plugins']['has']('TableEditing'))return;const _0x358e88=_0x10f16c['locale'],_0x55a256=_0x10f16c['plugins']['get']('TrackChangesEditing');_0x55a256['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x55a256['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x55a256['registerBlockAttribute']('headingRows'),_0x55a256['registerBlockAttribute']('headingColumns'),_0x55a256['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x358e88,'FORMAT_HEADER_ROW')),_0x55a256['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x358e88,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x5312c5=this['editor']['plugins']['get']('TrackChangesEditing'),_0xc609e3=this['editor']['plugins']['get']('TableUtils'),_0x274e0f=this['editor']['plugins']['get'](It)['_acceptFormatSuggestionCallbackFactory']();function _0x53091a({showActiveMarker:_0x3d46ac=!0x0,setDataAttribute:_0x2bf8b5=!0x0}={}){return(_0x5eb29e,_0x21687a,_0x2c5e83)=>{const {type:_0x379a0d,id:_0x387f9b}=_0x5312c5['_splitMarkerName'](_0x21687a['markerName']),_0x1b0fcb=_0x5312c5['getSuggestion'](_0x387f9b),_0x41b42d=_0x1b0fcb['data'];if('formatBlock'!=_0x1b0fcb['type']||!_0x41b42d||'setTableColumnHeader'!=_0x41b42d['commandName'])return;if(_0x21687a['item'])return void _0x5eb29e['stop']();if(!_0x2c5e83['consumable']['consume'](_0x21687a['markerRange'],_0x5eb29e['name']))return;const _0x35cb91=_0x21687a['markerRange']['start']['nodeAfter'],_0xde864a=_0x21687a['markerRange']['end']['nodeBefore'],_0x15be07=_0x35cb91['parent']['parent'],{column:_0x10d9de}=_0xc609e3['getCellLocation'](_0x35cb91),{column:_0x50ce1e}=_0xc609e3['getCellLocation'](_0xde864a);for(let _0x5570dd=_0x10d9de;_0x5570dd<=_0x50ce1e;_0x5570dd++){const _0x340cb=_0xc609e3['createTableWalker'](_0x15be07,{'column':_0x5570dd,'includeAllSlots':!0x1});for(const _0xfe4933 of _0x340cb){const _0x43760f=_0xfe4933['cell'],_0x86e7d9=_0x2c5e83['mapper']['toViewElement'](_0x43760f);_0x2c5e83['writer']['addClass']('ck-suggestion-marker-'+_0x379a0d,_0x86e7d9),_0x2bf8b5&&_0x2c5e83['writer']['setAttribute']('data-suggestion',_0x387f9b,_0x86e7d9),_0x2c5e83['mapper']['bindElementToMarker'](_0x86e7d9,_0x21687a['markerName']),_0x3d46ac&&(_0x5312c5['activeMarkers']['includes'](_0x21687a['markerName'])?_0x2c5e83['writer']['addClass']('ck-suggestion-marker--active',_0x86e7d9):_0x2c5e83['writer']['removeClass']('ck-suggestion-marker--active',_0x86e7d9));}}};}_0x5312c5['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x274e0f),_0x5312c5['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x274e0f),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x53091a(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x4416ec,_0x48dd80,_0x24b0c6)=>{_0x24b0c6['options']['showSuggestionHighlights']&&_0x53091a({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x4416ec,_0x48dd80,_0x24b0c6);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x80b8ce,_0xcaf0ed,_0x39d594)=>{const {type:_0x3ae08d,id:_0x252a15}=_0x5312c5['_splitMarkerName'](_0xcaf0ed['markerName']),_0x205d29=_0x5312c5['getSuggestion'](_0x252a15),_0x4f9568=_0x205d29['data'];if('formatBlock'!=_0x205d29['type']||!_0x4f9568||'setTableColumnHeader'!=_0x4f9568['commandName'])return;const _0x5bb743=_0x39d594['mapper']['markerNameToElements'](_0xcaf0ed['markerName']);if(_0x5bb743){for(const _0x323c13 of _0x5bb743)_0x39d594['writer']['removeClass']('ck-suggestion-marker-'+_0x3ae08d,_0x323c13),_0x39d594['writer']['removeClass']('ck-suggestion-marker--active',_0x323c13),_0x39d594['writer']['removeAttribute']('data-suggestion',_0x323c13),_0x39d594['mapper']['unbindElementFromMarkerName'](_0x323c13,_0xcaf0ed['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2e000a=this['editor'],_0x5cacb2=_0x2e000a['locale'];function _0x27a531(_0x139435){return{'type':'format','content':o(_0x5cacb2,'*Format:*\x20%0',_0x139435)};}_0x2e000a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x11df79=>{if('formatBlock'!=_0x11df79['type'])return;const {data:_0x1bc0d2}=_0x11df79;if(_0x1bc0d2){if('setTableRowHeader'==_0x1bc0d2['commandName']){const _0xf725d=_0x1bc0d2['commandParams'][0x0]['forceValue'];return _0x27a531(o(_0x5cacb2,_0xf725d?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x1bc0d2['commandName']){const _0x13c964=_0x1bc0d2['commandParams'][0x0]['forceValue'];return _0x27a531(o(_0x5cacb2,_0x13c964?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Pe=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],we=Object['fromEntries'](Pe['map'](_0x23eb50=>[_0x23eb50,null]));class _t extends _0x328234{static get['requires'](){return[It];}['afterInit'](){const _0x187d67=this['editor'];if(!_0x187d67['plugins']['has']('TableClipboard'))return;const _0x531cbc=_0x187d67['plugins']['get']('TrackChangesEditing'),_0x55a3aa=_0x187d67['plugins']['get']('TableUtils'),_0x56fe83=_0x187d67['plugins']['get'](It),_0x177a4a=_0x187d67['plugins']['get']('TableClipboard');_0x56fe83['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x187d67['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x187d67['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x108108=null;_0x187d67['model']['on']('insertContent',(_0x23c980,_0x173b27)=>{const [_0x3a5b11,_0x3976d1]=_0x173b27,_0x39be31=_0x173b27[_0x173b27['length']-0x1];_0x39be31&&_0x39be31['forceDefaultExecution']||_0x531cbc['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x45b8cb,_0x305d38,_0x57608a,_0x158567,_0x3cd417){if(_0x305d38&&!_0x305d38['is']('documentSelection'))return!0x1;const _0x5e8053=_0x3cd417['getTableIfOnlyTableInContent'](_0x45b8cb,_0x57608a);if(!_0x5e8053||!Re(_0x5e8053,void 0x0,_0x158567))return!0x1;const _0xb1879a=_0x158567['getSelectionAffectedTableCells'](_0x57608a['document']['selection']);if(!_0xb1879a['length'])return!0x1;const _0x51d649=_0xb1879a[0x0]['findAncestor']('table'),_0x339b0f=_0x158567['getRowIndexes'](_0xb1879a),_0x42335b=_0x158567['getColumnIndexes'](_0xb1879a),_0x33efaa={'startRow':_0x339b0f['first'],'endRow':_0x339b0f['last'],'startColumn':_0x42335b['first'],'endColumn':_0x42335b['last']};return 0x1==_0xb1879a['length']&&(_0x33efaa['endRow']+=_0x158567['getRows'](_0x5e8053)-0x1,_0x33efaa['endColumn']+=_0x158567['getColumns'](_0x5e8053)-0x1),Re(_0x51d649,_0x33efaa,_0x158567);}(_0x3a5b11,_0x3976d1,_0x187d67['model'],_0x55a3aa,_0x177a4a)&&(_0x23c980['stop'](),_0x108108={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x187d67['model']['change'](()=>{_0x187d67['model']['insertContent'](_0x173b27[0x0],_0x173b27[0x1],_0x173b27[0x2],{'forceDefaultExecution':!0x0});const _0x98ea22=_0x2b4c20(),{rowInsertionRanges:_0x4723e1,columnInsertionRanges:_0x2a83d5,insertionRanges:_0x39591d,deletionRanges:_0xc7d64c,cells:_0x16250b}=_0x108108;_0x4723e1['length']&&_0x531cbc['markMultiRangeInsertion'](_0x4723e1,'tablePasteRow',{'tablePasteChainId':_0x98ea22}),_0x2a83d5['length']&&_0x531cbc['markMultiRangeInsertion'](_0x2a83d5,'tablePasteColumn',{'tablePasteChainId':_0x98ea22}),_0x39591d['length']&&(_0x531cbc['markMultiRangeInsertion'](_0x39591d,'tablePaste',{'tablePasteChainId':_0x98ea22,'skipNestingCheck':!0x0}),_0x39591d['forEach'](_0x9994f5=>_0x9994f5['detach']?.())),_0xc7d64c['length']&&(_0x531cbc['markMultiRangeDeletion'](_0xc7d64c,'tablePaste',{'tablePasteChainId':_0x98ea22,'skipNestingCheck':!0x0}),_0xc7d64c['forEach'](_0x4558b8=>_0x4558b8['detach']?.()));const _0x4a7641=_0x531cbc['markMultiRangeBlockFormat'](_0x16250b['map'](({element:_0xe605d8})=>_0xe605d8),{'formatGroupId':_0x2b4c20()},[],'tablePasteCell',{'tablePasteChainId':_0x98ea22});if(_0x4a7641){const _0x513445=_0x4a7641['getMarkers'](),_0x87ed3b=[];for(const {element:_0xadb7c2,attributes:_0x163843}of _0x16250b){if(!_0x163843)continue;const _0x3348c1=_0x187d67['model']['createRangeOn'](_0xadb7c2),_0x11cae6=_0x513445['find'](_0x69792c=>_0x69792c['getRange']()['isEqual'](_0x3348c1));_0x11cae6&&_0x87ed3b['push']([_0x11cae6['name'],_0x163843]);}_0x87ed3b['length']&&_0x4a7641['setAttribute']('markerAttributes',Object['fromEntries'](_0x87ed3b));}_0x108108=null;}));},{'priority':_0x408fd7['high']+0xa}),_0x187d67['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x464f6e,_0x44d29b)=>{const [_0x4201b7,_0xaddf43,,_0x7bcccb]=_0x44d29b;if(!_0x108108)return;_0x464f6e['stop']();const _0xeb033c=_0x4201b7['cell'],_0x15b342=_0xaddf43,_0x286cd9=ke(_0xeb033c),_0x46457f=ke(_0x15b342);_0x464f6e['return']=_0xeb033c;let _0x5a3f66=null,_0x4753ff=null;if(_0x46457f||_0x286cd9){if(_0x286cd9&&!_0x46457f){_0x7bcccb['remove'](_0xeb033c['getChild'](0x0));for(const _0x2fea64 of Array['from'](_0x15b342['getChildren']()))_0x7bcccb['insert'](_0x2fea64,_0xeb033c,'end');const _0x369baf=_0x108108['rowInsertionIndexes']['includes'](_0x4201b7['row']),_0x1a745e=_0x108108['columnInsertionIndexes']['includes'](_0x4201b7['column']);_0x369baf||_0x1a745e||(_0x5a3f66=_0xf41792['fromRange'](_0x7bcccb['createRangeIn'](_0xeb033c)));}else _0x46457f&&!_0x286cd9&&(_0x4753ff=_0x7bcccb['createRangeIn'](_0xeb033c));}else{const _0x2e3564=_0x7bcccb['createElement']('tableCellSuggestion'),_0x21c21a=_0x7bcccb['createElement']('tableCellSuggestion');_0x7bcccb['wrap'](_0x7bcccb['createRangeIn'](_0xeb033c),_0x21c21a),_0x7bcccb['insert'](_0x2e3564,_0xeb033c,0x0);for(const _0x29010e of Array['from'](_0x15b342['getChildren']()))_0x7bcccb['insert'](_0x29010e,_0x2e3564,'end');_0x5a3f66=_0xf41792['fromRange'](_0x7bcccb['createRangeOn'](_0x2e3564)),_0x4753ff=_0xf41792['fromRange'](_0x7bcccb['createRangeOn'](_0x21c21a));}const _0x4f2d70=Array['from'](_0x15b342['getAttributes']())['filter'](([_0x51489f])=>Pe['includes'](_0x51489f));_0x108108['cells']['push']({'element':_0xeb033c,'attributes':_0x4f2d70['length']?Object['fromEntries'](_0x4f2d70):null}),_0x5a3f66&&_0x108108['insertionRanges']['push'](_0x5a3f66),_0x4753ff&&_0x108108['deletionRanges']['push'](_0x4753ff);},{'priority':'high'}),_0x55a3aa['on']('insertColumns',(_0x4e51bd,_0x57a1c2)=>{const [_0x413eef,_0x5b4bf3={}]=_0x57a1c2;if(!_0x108108)return;const _0x59bf39=_0x5b4bf3['at']||0x0,_0x2c7440=_0x5b4bf3['columns']||0x1;_0x108108['columnInsertionIndexes']=new Array(_0x2c7440)['fill'](_0x59bf39)['map']((_0x1ef927,_0x271fe8)=>_0x1ef927+_0x271fe8);for(const {cell:_0x46c08f}of _0x55a3aa['createTableWalker'](_0x413eef,{'startColumn':_0x59bf39,'endColumn':_0x59bf39+_0x2c7440-0x1}))_0x108108['columnInsertionRanges']['push'](_0x187d67['model']['createRangeOn'](_0x46c08f));},{'priority':'low'}),_0x55a3aa['on']('insertRows',(_0x3fb321,_0x3ec117)=>{const [_0x1ef4b1,_0x9536ed={}]=_0x3ec117;if(!_0x108108)return;const _0x445b23=_0x9536ed['at']||0x0,_0x2c12e8=_0x9536ed['rows']||0x1;_0x108108['rowInsertionIndexes']=new Array(_0x2c12e8)['fill'](_0x445b23)['map']((_0x56dff5,_0x17260c)=>_0x56dff5+_0x17260c);for(const {cell:_0x500cae}of _0x55a3aa['createTableWalker'](_0x1ef4b1,{'startRow':_0x445b23,'endRow':_0x445b23+_0x2c12e8-0x1}))_0x108108['rowInsertionRanges']['push'](_0x187d67['model']['createRangeOn'](_0x500cae));},{'priority':'low'}),_0x531cbc['descriptionFactory']['registerDescriptionCallback'](_0xe94fd=>{if(_0xe94fd['subType']&&_0xe94fd['subType']['startsWith']('tablePaste'))return _0xe94fd['previous']?{}:{'type':'insertion','content':o(_0x187d67['locale'],'*Replace\x20table\x20cells*')};});const _0x70edbb=()=>!0x1;for(const _0x47c17f of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x531cbc['_suggestionFactory']['registerCustomCallback']('insertion',_0x47c17f,'join',_0x70edbb),_0x531cbc['_suggestionFactory']['registerCustomCallback']('deletion',_0x47c17f,'join',_0x70edbb),_0x531cbc['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x47c17f,'join',_0x70edbb);_0x531cbc['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x70edbb),_0x531cbc['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x52aeba,_0x46ed58,_0x48a5cf)=>{const _0x4be0d4=_0x52aeba['map'](_0x22ec0a=>_0x22ec0a['getContainedElement']())['filter'](_0x582752=>_0x582752),_0xa806b0=new Map(_0x4be0d4['map'](_0x87a69c=>[_0x87a69c,null]));if(_0x108108){for(const {element:_0xa840b3,attributes:_0x12a713}of _0x108108['cells'])_0x12a713&&_0xa806b0['set'](_0xa840b3,_0x12a713);}else{if(_0x48a5cf&&_0x48a5cf['markerAttributes'])for(const [_0x14e27b,_0x5cf66d]of Object['entries'](_0x48a5cf['markerAttributes'])){const _0x589c84=_0x187d67['model']['markers']['get'](_0x14e27b),_0x49c72d=_0x589c84?_0x589c84['getRange']()['getContainedElement']():null;_0x49c72d&&_0xa806b0['set'](_0x49c72d,_0x5cf66d);}}_0x187d67['model']['change'](_0x499e7a=>{for(const [_0x1812c3,_0x101f45]of _0xa806b0)_0x499e7a['setAttributes']({...we,..._0x101f45},_0x1812c3);});});const _0x908992=(_0x265a4a,_0x45abc3)=>{_0x531cbc['_suggestionFactory']['registerCustomCallback'](_0x265a4a,'tablePaste',_0x45abc3,(_0xe0e944,_0x5f047f,_0x5dbadc)=>{_0x187d67['model']['change'](_0x2d22c2=>{const _0x3254fe=[];for(const _0x27b092 of _0xe0e944){const _0x293a8e=_0x27b092['start']['nodeAfter'];_0x293a8e['is']('element','tableCellSuggestion')&&_0x3254fe['push'](_0x293a8e);}_0x531cbc['_suggestionFactory']['getSuggestionCallback'](_0x265a4a,null,_0x45abc3)(_0xe0e944,_0x5f047f,_0x5dbadc);for(const _0x3e9c61 of _0x3254fe)'$graveyard'!=_0x3e9c61['root']['rootName']&&_0x2d22c2['unwrap'](_0x3e9c61);});});};_0x908992('insertion','accept'),_0x908992('insertion','discard'),_0x908992('deletion','accept'),_0x908992('deletion','discard'),_0x531cbc['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x239ced=>{const _0x33eed4=_0x239ced['map'](_0x742f19=>_0x742f19['getContainedElement']()),_0x4a3276=_0x33eed4[0x0]['findAncestor']('table'),{minRow:_0x2d4d5f,maxRow:_0x24a12d}=_0x56fe83['_getCoordsForCells'](_0x33eed4);_0x55a3aa['removeRows'](_0x4a3276,{'at':_0x2d4d5f,'rows':_0x24a12d-_0x2d4d5f+0x1});}),_0x531cbc['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0xb3786e=>{const _0x5f2f6a=_0xb3786e['map'](_0x453f0a=>_0x453f0a['getContainedElement']()),_0x247d29=_0x5f2f6a[0x0]['findAncestor']('table'),{minColumn:_0x1c3b8c,maxColumn:_0x3fad04}=_0x56fe83['_getCoordsForCells'](_0x5f2f6a);_0x55a3aa['removeColumns'](_0x247d29,{'at':_0x1c3b8c,'columns':_0x3fad04-_0x1c3b8c+0x1});});const _0x56f568=(_0xda70cb,_0x15049a)=>{if(!_0x15049a['subType']||!_0x15049a['subType']['startsWith']('tablePaste'))return;const _0x311f56=_0x15049a['attributes']['tablePasteChainId'],_0x3b88fb=_0x531cbc['getSuggestions']()['filter'](_0x3eacda=>_0x3eacda['isInContent']&&_0x3eacda['attributes']&&_0x3eacda['attributes']['tablePasteChainId']==_0x311f56);_0x3b88fb['length']&&_0x15049a['getAllAdjacentSuggestions']()['length']!=_0x3b88fb['length']&&_0x3b88fb['reduce']((_0x2fef9c,_0x43abda)=>(_0x2fef9c['next']=_0x43abda,_0x43abda['previous']=_0x2fef9c,_0x43abda));};function _0x2de001(_0x1de109,_0x20c813=!0x0){const {id:_0x1251ea,authorId:_0x2805ac}=_0x531cbc['_splitMarkerName'](_0x1de109['markerName']),_0x4cd9df=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x14f63=_0x531cbc['activeMarkers']['includes'](_0x1de109['markerName']);return _0x14f63&&_0x4cd9df['push']('ck-suggestion-marker--active'),{'classes':_0x4cd9df,'attributes':{'data-suggestion':_0x1251ea,'data-author-id':_0x2805ac},'priority':_0x14f63&&_0x20c813?0xbc2:0xbb8};}_0x531cbc['on']('suggestionLoaded',_0x56f568,{'priority':'high'}),_0x531cbc['on']('suggestionUnloaded',_0x56f568,{'priority':'high'}),_0x187d67['model']['document']['registerPostFixer'](()=>{let _0x3da0a2=!0x1;const _0x531ef4=Array['from'](_0x187d67['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x96ec0f,data:_0x59fed3}of _0x531ef4){const {group:_0x15e241,type:_0x1b80ed,id:_0x98bc4}=_0x531cbc['_splitMarkerName'](_0x96ec0f);if('suggestion'!=_0x15e241||'deletion'!=_0x1b80ed||_0x59fed3['oldRange'])continue;if(!_0x531cbc['hasSuggestion'](_0x98bc4))continue;const _0x254e37=_0x531cbc['getSuggestion'](_0x98bc4)['getRanges'](),_0x336f9d=_0x187d67['plugins']['get']('Users')['me'];for(const _0x22aa29 of _0x531cbc['getSuggestions']()){if(!_0x22aa29['isInContent']||_0x22aa29['author']!=_0x336f9d)continue;if('formatBlock'!=_0x22aa29['type']||'tablePasteCell'!=_0x22aa29['subType'])continue;if(_0x22aa29['getRanges']()['every'](_0x5f5c29=>_0x254e37['some'](_0x21a3a8=>_0x21a3a8['containsRange'](_0x5f5c29,!0x0)))){for(const _0x54191a of _0x22aa29['getAllAdjacentSuggestions']())_0x54191a['isInContent']&&(_0x54191a['discard'](),_0x3da0a2=!0x0);}}}return _0x3da0a2;}),_0x187d67['model']['document']['registerPostFixer'](_0x107ce4=>{const _0x5f3ccb=_0x187d67['commands']['get']('redo');if(!_0x5f3ccb||!_0x5f3ccb['_createdBatches']['has'](_0x107ce4['batch']))return!0x1;let _0x95b8cd=!0x1;const _0x11e6b9=_0x187d67['plugins']['get']('Users')['me'],_0x1df7b1=_0x187d67['model']['document']['differ']['getChanges'](),_0x5545fd=Array['from'](_0x187d67['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x5b8061,data:_0x463cc6})=>{const {group:_0x1bc893,subType:_0x2810f4,authorId:_0x4d24cc}=_0x531cbc['_splitMarkerName'](_0x5b8061);return'suggestion'==_0x1bc893&&'tablePaste'==_0x2810f4&&_0x4d24cc==_0x11e6b9['id']&&!_0x463cc6['oldRange'];});for(const _0x441398 of _0x1df7b1){if('insert'!=_0x441398['type']||'tableCellSuggestion'!=_0x441398['name']||0x1!=_0x441398['length'])continue;const _0x120e55=_0x107ce4['createRange'](_0x441398['position'],_0x441398['position']['getShiftedBy'](0x1));if(!_0x5545fd['find'](({data:_0x566616})=>_0x566616['newRange']['isEqual'](_0x120e55))){for(const {name:_0xb34357,data:_0x32c6e2}of _0x5545fd)if(_0x120e55['containsRange'](_0x32c6e2['newRange'])){_0x107ce4['updateMarker'](_0xb34357,{'range':_0x120e55}),_0x95b8cd=!0x0;break;}}}return _0x95b8cd;}),_0x187d67['model']['document']['registerPostFixer'](_0x2fdaf6=>{let _0x23f009=!0x1;const _0x3b3322=_0x187d67['plugins']['get']('Users')['me'],_0xfee98=_0x531cbc['getSuggestions']()['filter'](_0x3ddd38=>_0x3ddd38['isInContent']&&_0x3ddd38['author']==_0x3b3322),_0x143226=new Set(),_0x3fbc99=new Set();for(const _0xf83711 of _0xfee98)if('tablePaste'==_0xf83711['subType'])for(const _0xca926d of _0xf83711['getMarkers']()){const _0x44f633=_0xca926d['getRange']()['getContainedElement']();if(_0x44f633){if(_0x44f633['is']('element','tableCellSuggestion')&&ke(_0x44f633)){_0xf83711['removeMarker'](_0xca926d['name']),_0x143226['add'](_0x44f633),_0x23f009=!0x0;const _0x4500e9=_0x44f633['nextSibling'],_0x5562a8=_0x44f633['previousSibling'],_0x14b82a=_0x4500e9&&_0x4500e9['is']('element','tableCellSuggestion'),_0x41b2aa=_0x5562a8&&_0x5562a8['is']('element','tableCellSuggestion');_0x14b82a&&!_0x143226['has'](_0x4500e9)&&_0x3fbc99['add'](_0x4500e9),_0x41b2aa&&!_0x143226['has'](_0x5562a8)&&_0x3fbc99['add'](_0x5562a8);}else _0x44f633['is']('element','paragraph')&&_0x44f633['isEmpty']&&(_0xf83711['removeMarker'](_0xca926d['name']),_0x23f009=!0x0);}}else{if('tablePasteCell'==_0xf83711['subType']){if(!_0xf83711['attributes']||!_0xf83711['attributes']['tablePasteChainId'])continue;const _0x36795f=_0xf83711['attributes']['markerAttributes'];if(_0x36795f&&Object['keys'](_0x36795f)['length'])continue;const _0x4ef18d=_0xf83711['attributes']['tablePasteChainId'];let _0x15ae92=!0x0,_0x14fb7d=!0x0;for(const _0x17b9e6 of _0xfee98)if(_0x17b9e6['subType']&&_0x17b9e6['subType']['startsWith']('tablePaste')){if(!_0x17b9e6['attributes']['tablePasteChainId']){_0x14fb7d=!0x1;break;}if(_0x17b9e6['id']!=_0xf83711['id']&&_0x17b9e6['attributes']['tablePasteChainId']==_0x4ef18d){_0x15ae92=!0x1;break;}}_0x14fb7d&&_0x15ae92&&(_0xf83711['removeMarkers'](),_0x23f009=!0x0);}}for(const _0x3b7b27 of _0x143226)_0x2fdaf6['remove'](_0x3b7b27);for(const _0x28d94f of _0x3fbc99)_0x2fdaf6['unwrap'](_0x28d94f);return _0x23f009;}),_0x187d67['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x38446b=>_0x2de001(_0x38446b),'converterPriority':'high'}),_0x187d67['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x32e07d,_0x4f43d3)=>_0x4f43d3['options']['showSuggestionHighlights']?_0x2de001(_0x32e07d,!0x1):null,'converterPriority':'high'});const _0x4765fb=_0x187d67['editing']['view'];this['listenTo'](_0x4765fb['document'],'clipboardOutput',(_0x30aae2,_0x154db7)=>{const _0x4b204f=[];for(const _0x4102ed of _0x4765fb['createRangeIn'](_0x154db7['content'])['getItems']())_0x4102ed['is']('element','suggestion-td')&&_0x4b204f['push'](_0x4102ed);_0x4765fb['change'](_0x1adabf=>{for(const _0x843d6b of _0x4b204f)_0x1adabf['move'](_0x1adabf['createRangeIn'](_0x843d6b),_0x1adabf['createPositionBefore'](_0x843d6b)),_0x1adabf['remove'](_0x843d6b);});});}}function ke(_0x345e3c){if(_0x345e3c['isEmpty'])return!0x0;const _0x4d2ff3=_0x345e3c['getChild'](0x0);return _0x4d2ff3['is']('element','paragraph')&&_0x4d2ff3['isEmpty'];}function Re(_0x1c0566,_0x12277f={},_0x470bc0){for(const {isAnchor:_0xbd9187,cellHeight:_0x586728,cellWidth:_0xfc1250}of _0x470bc0['createTableWalker'](_0x1c0566,{'includeAllSlots':!0x0,..._0x12277f}))if(!_0xbd9187||0x1!=_0x586728||0x1!=_0xfc1250)return!0x1;return!0x0;}class Nt extends _0x328234{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x2a9454=this['editor']['plugins']['get']('TrackChangesEditing');_0x2a9454['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x2a9454['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x2a9454['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2a9454['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x2a9454['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x2a9454['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x271e94,_0x1181d7){const _0x4be10a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2de9a5=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x5c52c9=_0x1181d7['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x46102f=_0x2de9a5['getColumnGroupElement'](_0x5c52c9);let _0x3b4c38=_0x46102f?_0x2de9a5['getTableColumnsWidths'](_0x46102f):null,_0x50ce71=_0x5c52c9['getAttribute']('tableWidth')||null;const _0x5095dc=_0x1181d7['tableWidth']||_0x50ce71,_0x3656ad=_0x1181d7['columnWidths']||_0x3b4c38,_0x1d78d1=this['editor']['plugins']['get']('Users')['me'];for(const _0x2cc50a of _0x4be10a['getSuggestions']()){const _0x202884=_0x2cc50a['getContainedElement']();if('resizeTable'===_0x2cc50a['subType']&&_0x202884===_0x5c52c9){_0x2cc50a['author']!==_0x1d78d1&&_0x2cc50a['discard']();const _0x590032=_0x2cc50a['data']['commandParams'];_0x50ce71=_0x590032[0x0]['tableWidth'],_0x3b4c38=_0x590032[0x0]['columnWidths'];break;}}_0x271e94({'table':_0x5c52c9,'tableWidth':_0x5095dc,'columnWidths':_0x3656ad}),_0x4be10a['markBlockFormat'](_0x5c52c9,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x50ce71,'columnWidths':_0x3b4c38}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x1c1698){if('formatBlock'!=_0x1c1698['type']&&'formatInline'!=_0x1c1698['type'])return;const {data:_0x5d44b6}=_0x1c1698;if(_0x5d44b6&&'resizeTable'===_0x5d44b6['formatGroupId']){const _0x140802='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x140802)};}}}class Dt extends _0x328234{['afterInit'](){const _0x316deb=this['editor'];_0x316deb['plugins']['has']('Template')&&_0x316deb['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x328234{['afterInit'](){const _0x1b8ccb=this['editor'];if(!_0x1b8ccb['commands']['get']('insertTableOfContents'))return;_0x1b8ccb['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x5d231e=_0x1b8ccb['plugins']['get']('TrackChangesEditing'),_0x4b0494=_0x1b8ccb['locale'];_0x5d231e['descriptionFactory']['registerElementLabel']('tableOfContents',_0x1318ff=>o(_0x4b0494,'ELEMENT_TABLE_OF_CONTENTS',_0x1318ff));}}class $t extends _0x328234{['afterInit'](){const _0xee801=this['editor'];if(!_0xee801['plugins']['has']('Title'))return;const _0x20b81f=_0xee801['plugins']['get']('TrackChangesEditing');_0x20b81f['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0xee801['locale'],'ELEMENT_TITLE')),_0xee801['model']['document']['registerPostFixer'](_0x3e9202=>{let _0x325441=!0x1;const _0x2037c1=Array['from'](_0xee801['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2fefee,data:_0x5d87ad}of _0x2037c1){const {group:_0x18da86}=_0x20b81f['_splitMarkerName'](_0x2fefee);if('suggestion'!==_0x18da86||!_0x5d87ad['newRange'])continue;const _0x2fc5a3=_0x5d87ad['newRange'],_0x3f264e=_0x2fc5a3['end']['nodeBefore'];if(!_0x3f264e||!_0x3f264e['is']('element','title-content'))continue;if(!_0x2fc5a3['start']['isTouching'](_0x2fc5a3['end']))continue;const _0x55003a=_0xee801['model']['schema']['getNearestSelectionRange'](_0x2fc5a3['end'],'forward');if(_0x55003a&&_0x55003a['isCollapsed']){const _0x58f4af=_0x3e9202['createRange'](_0x2fc5a3['start'],_0x55003a['start']);_0x58f4af['isEqual'](_0x2fc5a3)||(_0x3e9202['updateMarker'](_0x2fefee,{'range':_0x58f4af}),_0x325441=!0x0);}_0x325441||(_0x3e9202['removeMarker'](_0x2fefee),_0x325441=!0x0);}return _0x325441;});}}class Bt extends _0x328234{['afterInit'](){const _0xa2aaba=this['editor'],_0x590b63=_0xa2aaba['plugins']['get']('TrackChangesEditing');_0xa2aaba['plugins']['has']('UndoEditing')&&(_0x590b63['enableCommand']('undo'),_0x590b63['enableCommand']('redo'));}}class xt extends _0x328234{static get['requires'](){return[It];}['afterInit'](){const _0x1f7b0c=this['editor'];if(!_0x1f7b0c['plugins']['has']('TableCaptionEditing'))return;_0x1f7b0c['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Rt extends _0x328234{['tableProperties'];['tableCellProperties'];constructor(_0x3b15fd){super(_0x3b15fd),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 _0x149694=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x549c7c of this['tableProperties'])_0x149694['enableCommand'](_0x549c7c,(_0x13dbd5,_0x106229)=>{const _0x5e8dbf=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x549c7c,[_0x5e8dbf],this['tableProperties'],'tableProperties',_0x13dbd5,_0x106229);});_0x149694['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x149694['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x149694['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x5cab41,_0x407186)=>this['handleDiscardAction'](this['tableProperties'],_0x5cab41,_0x407186)),_0x149694['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x3536c4 of this['tableCellProperties'])_0x149694['enableCommand'](_0x3536c4,(_0x104cdc,_0x3aa617)=>{const _0x5b141c=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x3536c4,_0x5b141c,this['tableCellProperties'],'tableCellProperties',_0x104cdc,_0x3aa617);});_0x149694['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x149694['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x149694['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x13f82b,_0x304ad0)=>this['handleDiscardAction'](this['tableCellProperties'],_0x13f82b,_0x304ad0)),_0x149694['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x149694['descriptionFactory']['registerDescriptionCallback'](_0x46a087=>this['handleSuggestionDescription'](_0x46a087));}['_handlePropertyChange'](_0x2aea5f,_0x1d8cc4,_0x3b5633,_0x37255c,_0x2d6e30,_0x3025d5){const _0x2c4d48=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x3025d5['batch'],()=>{for(const _0x1214a4 of _0x1d8cc4){if(this['_getSuggestion'](_0x1214a4,_0x37255c))_0x2d6e30(_0x3025d5);else{const _0x13b6cb={};for(const _0x4a8b7a of _0x3b5633){const _0x3e3391=_0x1214a4['getAttribute'](_0x4a8b7a);void 0x0!==_0x3e3391&&(_0x13b6cb[_0x4a8b7a]=_0x3e3391);}_0x2d6e30(_0x3025d5),_0x2c4d48['markBlockFormat'](_0x1214a4,{'commandParams':[_0x13b6cb]},[],_0x37255c);}}});}['handleDiscardAction'](_0x43c07f,_0x5c9556,_0x427ace){const _0x5632e0=_0x5c9556[0x0]['start']['nodeAfter'],_0xbe1f6e=_0x427ace['commandParams'][0x0];this['editor']['model']['change'](_0x394310=>{for(const _0xddd7f5 of _0x43c07f)void 0x0!==_0xbe1f6e[_0xddd7f5]?_0x394310['setAttribute'](_0xddd7f5,_0xbe1f6e[_0xddd7f5],_0x5632e0):_0x394310['removeAttribute'](_0xddd7f5,_0x5632e0);});}['handleSuggestionDescription'](_0xbc2fd){if(_0xbc2fd['data'])switch(_0xbc2fd['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'](_0x103e01,_0x140968){const _0x99a30=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x2da2e4 of _0x99a30['getSuggestions']({'skipNotAttached':!0x0})){const _0x164f63=_0x2da2e4['getContainedElement']();if(_0x2da2e4['subType']===_0x140968&&_0x164f63===_0x103e01)return _0x2da2e4;}return null;}}const m='$elementName';class p extends _0x328234{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x25715a,_0x11fe9d,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(_0x2a2bad){function _0x447f46(_0x1e8963){return _0x1e8963['map'](_0x2e127d=>String['fromCharCode'](_0x2e127d))['join']('');}super(_0x2a2bad),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x223200,_0x57577c,_0x1319cd,_0x1eb1e9)=>{this['_model']['change'](()=>{for(const _0x21dcb0 of[..._0x1eb1e9,..._0x1319cd])this['_model']['markers']['has'](_0x21dcb0)&&_0x2a2bad['editing']['reconvertMarker'](_0x21dcb0);});}),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']=_0x2a2bad['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(),_0x2a2bad['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x2a2bad['config']['get']('trackChanges.trackFormatChanges'),_0x2a2bad['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x2a2bad['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x2a2bad,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x447f46([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x447f46([0x34,0x30,0x34,0x38,0x32,0x30,0x30,0x32]);}['init'](){const _0x1fca45=this['editor'],_0x2840dc=(_0x296210,_0x212275)=>{if('attribute'!=_0x296210)return'ck-suggestion-marker-'+_0x296210;const _0x35db6c=_0x212275['split']('|')[0x0];return this['_isBlockAttribute'](_0x35db6c)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x1fca45['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x394af0=>{const {id:_0x249aee,authorId:_0x112e1f,type:_0xb668ca,subType:_0x44d9a2}=this['_splitMarkerName'](_0x394af0['markerName']),_0x1a4e25=['ck-suggestion-marker',_0x2840dc(_0xb668ca,_0x44d9a2)];let _0x21c966=0xbb8;return this['activeMarkers']['includes'](_0x394af0['markerName'])&&(_0x1a4e25['push']('ck-suggestion-marker--active'),_0x21c966=0xbc2),'deletion'==_0xb668ca&&(_0x21c966+=0x5),{'classes':_0x1a4e25,'attributes':{'data-suggestion':_0x249aee,'data-author-id':_0x112e1f},'priority':_0x21c966};}}),_0x1fca45['conversion']['for']('dataDowncast')['add'](_0x252685=>{_0x252685['on']('addMarker:suggestion',(_0xea0b5e,_0x28bf4a,_0x46e78b)=>{if(!_0x46e78b['options']['showSuggestionHighlights'])return;const _0x1c15c5=_0x28bf4a['item'];if(!_0x1c15c5)return;const _0x1abfdf=_0x46e78b['mapper']['toViewElement'](_0x1c15c5);_0x1fca45['model']['schema']['isObject'](_0x1c15c5)&&_0x1abfdf&&!_0x1abfdf['getCustomProperty']('widget')&&_0x1abfdf['is']('containerElement')&&_0x20adee(_0x1abfdf,_0x46e78b['writer']);},{'priority':'high'});}),_0x1fca45['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x47b4ec,_0x115682)=>{if(!_0x115682['options']['showSuggestionHighlights'])return null;const {type:_0x3972f3,subType:_0x5a295f}=this['_splitMarkerName'](_0x47b4ec['markerName']);return{'classes':['ck-suggestion-marker',_0x2840dc(_0x3972f3,_0x5a295f)],'priority':0xbb8};}});const _0x1d6f0c=({showActiveMarkers:_0x549fee=!0x0,isAttributeSuggestion:_0x2e3903=!0x1}={})=>(_0x2746bb,_0x2b2b05,_0x708d8d)=>{if(!_0x2b2b05['item'])return;const {id:_0x3f0991,authorId:_0x1c006c}=this['_splitMarkerName'](_0x2b2b05['markerName']);if(_0x2e3903){const _0x582376=this['_suggestions']['get'](_0x3f0991),_0x4c3838=this['_getAttributeKey'](_0x582376);if(!this['_isBlockAttribute'](_0x4c3838))return;}if(_0x2b2b05['item']['is']('selection'))return void _0x708d8d['consumable']['consume'](_0x2b2b05['item'],_0x2746bb['name']);const _0x1542d6=_0x708d8d['mapper']['toViewElement'](_0x2b2b05['item']);if(_0x2b2b05['item']['is']('element')&&_0x1fca45['model']['schema']['isBlock'](_0x2b2b05['item'])&&!_0x1542d6['getCustomProperty']('addHighlight')){_0x708d8d['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x1542d6),_0x708d8d['writer']['setAttribute']('data-suggestion',_0x3f0991,_0x1542d6),_0x708d8d['writer']['setAttribute']('data-author-id',_0x1c006c,_0x1542d6),_0x708d8d['mapper']['bindElementToMarker'](_0x1542d6,_0x2b2b05['markerName']),_0x549fee&&(this['activeMarkers']['includes'](_0x2b2b05['markerName'])?_0x708d8d['writer']['addClass']('ck-suggestion-marker--active',_0x1542d6):_0x708d8d['writer']['removeClass']('ck-suggestion-marker--active',_0x1542d6));for(const _0x52b98b of _0x1fca45['model']['createRangeIn'](_0x2b2b05['item'])['getItems']())_0x708d8d['consumable']['consume'](_0x52b98b,_0x2746bb['name']);_0x708d8d['consumable']['consume'](_0x2b2b05['item'],_0x2746bb['name']);}};_0x1fca45['conversion']['for']('dataDowncast')['add'](_0x498da0=>{_0x498da0['on']('addMarker:suggestion:formatBlock',(_0x5dc27a,_0x4ffa86,_0x4c52ad)=>{_0x4c52ad['options']['showSuggestionHighlights']&&_0x1d6f0c({'showActiveMarkers':!0x1})(_0x5dc27a,_0x4ffa86,_0x4c52ad);},{'priority':'highest'});}),_0x1fca45['conversion']['for']('dataDowncast')['add'](_0x2d1773=>{_0x2d1773['on']('addMarker:suggestion:attribute',(_0x38b466,_0x656fe8,_0x21f723)=>{_0x21f723['options']['showSuggestionHighlights']&&_0x1d6f0c({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x38b466,_0x656fe8,_0x21f723);},{'priority':'highest'});}),_0x1fca45['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x51f888,_0x30e27c)=>_0x30e27c['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x51f888['substr'](0xb)}}),_0x1fca45['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x404c40,{writer:_0x5332f3})=>{let _0x20c2e5='suggestion:'+_0x404c40['getAttribute']('suggestion-type')+':'+_0x404c40['getAttribute']('id');return _0x404c40['getAttribute']('marker-count')&&(_0x20c2e5+=':'+_0x404c40['getAttribute']('marker-count')),_0x5332f3['createElement']('$marker',{'data-name':_0x20c2e5});}}),_0x1fca45['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x1fca45['conversion']['for']('editingDowncast')['add'](_0x16369a=>{_0x16369a['on']('addMarker:suggestion:formatBlock',_0x1d6f0c(),{'priority':'high'});}),_0x1fca45['conversion']['for']('editingDowncast')['add'](_0x211aae=>{_0x211aae['on']('addMarker:suggestion:attribute',_0x1d6f0c({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x1fca45['conversion']['for']('editingDowncast')['add'](_0x5dfa34=>{_0x5dfa34['on']('removeMarker:suggestion:formatBlock',(_0x5d5d35,_0x305d25,_0xeca696)=>{const _0x24c657=_0xeca696['mapper']['markerNameToElements'](_0x305d25['markerName']);if(_0x24c657){for(const _0x2671ac of _0x24c657)_0x2671ac['getCustomProperty']('addHighlight')||(_0xeca696['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x2671ac),_0xeca696['writer']['removeAttribute']('data-suggestion',_0x2671ac),_0xeca696['writer']['removeAttribute']('data-author-id',_0x2671ac),_0xeca696['mapper']['unbindElementFromMarkerName'](_0x2671ac,_0x305d25['markerName']));}},{'priority':'high'});}),_0x1fca45['conversion']['for']('editingDowncast')['add'](_0x1484e6=>{_0x1484e6['on']('removeMarker:suggestion:attribute',(_0x33858f,_0x3cb5b7,_0x14823f)=>{const _0x397baf=_0x14823f['mapper']['markerNameToElements'](_0x3cb5b7['markerName']);if(!_0x397baf)return;const {id:_0x56f87f}=this['_splitMarkerName'](_0x3cb5b7['markerName']),_0x50931c=this['_suggestions']['get'](_0x56f87f),_0x4bd926=this['_getAttributeKey'](_0x50931c);if(this['_isBlockAttribute'](_0x4bd926)){for(const _0x9b47b9 of _0x397baf)_0x9b47b9['getCustomProperty']('addHighlight')||(_0x14823f['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x9b47b9),_0x14823f['writer']['removeAttribute']('data-suggestion',_0x9b47b9),_0x14823f['writer']['removeAttribute']('data-author-id',_0x9b47b9),_0x14823f['mapper']['unbindElementFromMarkerName'](_0x9b47b9,_0x3cb5b7['markerName']));}},{'priority':'high'});}),_0x1fca45['model']['document']['registerPostFixer'](_0x3573bd=>{let _0x53f384=!0x1;const _0x35e1d1=Array['from'](_0x1fca45['model']['document']['differ']['getChangedMarkers']()),_0x57f3f7=new Set();for(const {name:_0x316d13,data:_0x2a171f}of _0x35e1d1){const {group:_0x16ec0e,type:_0x7ea048,subType:_0x398b86,id:_0x1a706c}=this['_splitMarkerName'](_0x316d13);if('suggestion'!==_0x16ec0e)continue;const _0x598f47=this['_suggestions']['get'](_0x1a706c);if(null!=_0x2a171f['newRange']){'formatInline'==_0x7ea048&&(_0x53f384=_0x53f384||Ut(_0x2a171f['newRange'],_0x316d13,_0x3573bd,_0x1fca45['model']['schema']));const _0x495fdc='attribute'==_0x7ea048&&this['_isBlockAttribute'](_0x398b86['split']('|')[0x0]);if(_0x2a171f['newRange']['isCollapsed']||'$graveyard'==_0x2a171f['newRange']['root']['rootName']||'formatBlock'==_0x7ea048&&!Ft(_0x2a171f['newRange'])||_0x495fdc&&!Ft(_0x2a171f['newRange'])||'deletion'==_0x7ea048&&!(!Vt(_0x19ccf2=_0x2a171f['newRange'])&&!function(_0x250adf){return _0x250adf['start']['parent']==_0x250adf['end']['nodeBefore']&&_0x250adf['start']['isAtEnd'];}(_0x19ccf2)))_0x3573bd['removeMarker'](_0x316d13),_0x53f384=!0x0;else{if(!_0x598f47||!_0x598f47['isInContent'])continue;if(_0x2a171f['newRange']&&_0x2a171f['oldRange']&&_0x2a171f['newRange']['isEqual'](_0x2a171f['oldRange']))continue;_0x57f3f7['add'](_0x598f47);}}}var _0x19ccf2;return _0x57f3f7['size']>0x0&&(_0x53f384=!!this['_joinWithAdjacentSuggestions'](_0x57f3f7)||_0x53f384),_0x53f384;}),_0x1fca45['model']['document']['registerPostFixer'](_0x18adfb=>{let _0x1a162f=!0x1;for(const _0x4aa107 of _0x1fca45['model']['document']['differ']['getChanges']())if('insert'==_0x4aa107['type'])for(const _0x13458b of this['_suggestions']['values']()){if(_0x13458b['isMultiRange']||!_0x13458b['isInContent'])continue;const _0x3acb09='formatBlock'==_0x13458b['type'],_0x2ee36d=this['_getAttributeKey'](_0x13458b),_0x15b5f3=_0x2ee36d&&this['_isBlockAttribute'](_0x2ee36d);if(!_0x3acb09&&!_0x15b5f3)continue;const _0x492bdd=_0x13458b['getFirstRange']();if(_0x492bdd['start']['parent']!=_0x492bdd['end']['parent']&&!_0x492bdd['end']['isAtEnd']){const _0x2c99fd=_0x1fca45['model']['createPositionAt'](_0x492bdd['start']['nodeAfter'],'end'),_0x2e4409=_0x1fca45['model']['createRange'](_0x492bdd['start'],_0x2c99fd);_0x18adfb['updateMarker'](_0x13458b['getFirstMarker'](),{'range':_0x2e4409}),_0x1a162f=!0x0;}}return _0x1a162f;}),_0x1fca45['model']['document']['registerPostFixer'](_0x54cb88=>this['_processAttributeChanges'](_0x54cb88)),_0x1fca45['model']['document']['registerPostFixer'](_0x5b1659=>!_0x5b1659['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x5b1659)),_0x1fca45['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x1fca45['model']['document']['on']('change:data',(_0x5c8c50,_0x14046d)=>{if(!_0x14046d['isLocal']||_0x14046d['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x4f75ed=_0x1fca45['model']['document']['differ']['getChanges']();if(0x0==_0x4f75ed['length'])return;const _0x5e8588=[],_0xb2a1db=_0x4f75ed['filter'](_0x172347=>'attribute'==_0x172347['type']),_0x3518dc=_0x4f75ed['filter'](_0x5df69c=>'insert'==_0x5df69c['type']&&'$text'!=_0x5df69c['name']);for(const _0x5b23c1 of _0xb2a1db)this['_isRegisteredAttribute'](_0x5b23c1['attributeKey'])&&_0x5e8588['push']({'key':_0x5b23c1['attributeKey'],'newValue':_0x5b23c1['attributeNewValue'],'oldValue':_0x5b23c1['attributeOldValue'],'range':Pt(_0x5b23c1['range'],_0x1fca45['model'])});for(const _0x2e679b of _0x3518dc){if('rename'!=_0x2e679b['action']&&'refresh'!=_0x2e679b['action'])continue;const _0x5b8fa9=Lt(_0x2e679b['position']['nodeAfter'],_0x1fca45['model']),_0x19525a=_0x2e679b['before'];'rename'==_0x2e679b['action']&&_0x5e8588['push']({'key':m,'newValue':_0x2e679b['name'],'oldValue':_0x19525a['name'],'range':_0x5b8fa9});for(const [_0x106512,_0x1b9b9e]of _0x19525a['attributes']){if(!this['_isRegisteredAttribute'](_0x106512))continue;const _0x157f00=_0x2e679b['attributes']['get'](_0x106512);_0x1b9b9e!==_0x157f00&&_0x5e8588['push']({'key':_0x106512,'newValue':_0x157f00,'oldValue':_0x1b9b9e,'range':_0x5b8fa9});}for(const [_0x1bdbff,_0x4fa57c]of _0x2e679b['attributes'])this['_isRegisteredAttribute'](_0x1bdbff)&&(_0x19525a['attributes']['has'](_0x1bdbff)||_0x5e8588['push']({'key':_0x1bdbff,'newValue':_0x4fa57c,'oldValue':null,'range':_0x5b8fa9}));}0x0!=_0x5e8588['length']&&_0x1fca45['model']['enqueueChange'](_0x14046d,_0x35c9fd=>{const _0x4e3938=_0x2b4c20();for(const {range:_0x3b8063,key:_0x3ab182,oldValue:_0x50674,newValue:_0x2e1459}of _0x5e8588)this['markAttributeChange'](_0x3b8063,_0x3ab182,_0x50674,_0x2e1459,{'groupId':_0x4e3938});this['_reduceExistingSuggestions'](_0x35c9fd,_0x5e8588);});},{'priority':'lowest'}),_0x1fca45['model']['markers']['on']('update:suggestion',(_0x23b20c,_0x308219,_0x451ab0)=>{if(null==_0x451ab0){const {id:_0x677c0a}=this['_splitMarkerName'](_0x308219['name']),_0x387437=this['_suggestions']['get'](_0x677c0a);_0x387437&&_0x387437['addMarkerName'](_0x308219['name']);}}),_0x1fca45['model']['document']['on']('change:data',()=>{const _0x1019bf=Array['from'](_0x1fca45['model']['document']['differ']['getChangedMarkers']())['filter'](_0x58d037=>'suggestion'===this['_splitMarkerName'](_0x58d037['name'])['group']);if(0x0===_0x1019bf['length'])return;_0x1019bf['sort']((_0xc5b54d,_0xf3dc91)=>{const _0xd28f26=_0xc5b54d['data']['oldRange'],_0x43f3d2=_0xf3dc91['data']['oldRange'];return null===_0xd28f26&&null===_0x43f3d2?0x0:null===_0xd28f26&&null!==_0x43f3d2?-0x1:null!==_0xd28f26&&null===_0x43f3d2?0x1:_0xd28f26['start']['isBefore'](_0x43f3d2['start'])?-0x1:0x1;});const _0x9008d4=new Set(),_0x3330fa=new Set();for(const {name:_0x5ce97c,data:_0x3ebf44}of _0x1019bf){const {id:_0x46b5ae}=this['_splitMarkerName'](_0x5ce97c);if(null===_0x3ebf44['oldRange']){const _0x5ac521=this['_handleNewSuggestionMarker'](_0x5ce97c);_0x3330fa['add'](_0x5ac521);}else{const _0x18d48b=this['_suggestions']['get'](_0x46b5ae);null!==_0x3ebf44['newRange']||_0x18d48b['isInContent']?(_0x9008d4['add'](_0x18d48b['head']),_0x3330fa['add'](_0x18d48b)):this['_removeSuggestion'](_0x18d48b);}}_0x3330fa['size']>0x0&&this['_refreshSuggestionsChain'](_0x3330fa);for(const _0xcb2e0d of _0x9008d4)this['fire']('suggestionChanged',_0xcb2e0d);}),_0x1fca45['model']['on']('applyOperation',(_0x31f619,_0x40728d)=>{const _0x40856d=_0x40728d[0x0];if(!this['_suggestions']['size'])return;if(!_0x40856d['isDocumentOperation'])return;if(_0x40856d['batch']['isUndo']||!_0x40856d['batch']['isLocal'])return;let _0x39c10f,_0x375ed1;switch(_0x40856d['type']){case'insert':_0x39c10f=_0x1fca45['model']['createPositionAt'](_0x40856d['position']),_0x375ed1=_0x39c10f['getShiftedBy'](_0x40856d['howMany']);break;case'split':_0x39c10f=_0x1fca45['model']['createPositionAt'](_0x40856d['splitPosition']),_0x375ed1=_0x1fca45['model']['createPositionAt'](_0x40856d['moveTargetPosition']);break;case'move':_0x39c10f=_0x1fca45['model']['createPositionAt'](_0x40856d['targetPosition']),_0x375ed1=_0x39c10f['getShiftedBy'](_0x40856d['howMany']);break;default:return;}const _0x14a8be=_0x1fca45['model']['createRange'](_0x39c10f,_0x375ed1);_0x1fca45['model']['change'](()=>{for(const {suggestion:_0x3bfb0a,meta:_0x4a230e}of this['_findSuggestions'](_0x14a8be)){if(_0x3bfb0a['isMultiRange'])continue;if('formatInline'==_0x3bfb0a['type'])continue;const _0xec662d=this['_getAttributeKey'](_0x3bfb0a);if(_0xec662d&&this['_isBlockAttribute'](_0xec662d)&&'split'!=_0x40856d['type'])continue;const _0x2f559c=_0x3bfb0a['data']&&_0x3bfb0a['data']['multipleBlocks'];('formatBlock'!=_0x3bfb0a['type']||'split'==_0x40856d['type']&&!_0x2f559c)&&(_0x4a230e['containsRangeInObject']||'insertion'==_0x3bfb0a['type']&&_0x4a230e['isOwn']||_0x3bfb0a['getFirstRange']()['containsRange'](_0x14a8be)&&this['_breakSuggestionMarker'](_0x3bfb0a,_0x39c10f,_0x375ed1));}});},{'priority':'lowest'}),_0x1fca45['model']['on']('deleteContent',(_0x1620bd,_0xb4e71e)=>{const _0x393fa5=_0xb4e71e[0x0],_0x22bea8=_0xb4e71e[0x1];if(_0x22bea8&&_0x22bea8['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x393fa5['isCollapsed'])return;const _0x14303f=_0x1fca45['model']['schema'],{start:_0x572f8d,end:_0x457d56}=_0x393fa5['getFirstRange'](),_0x1d51db=_0x572f8d['nodeAfter']&&_0x14303f['isLimit'](_0x572f8d['nodeAfter'])?null:_0x14303f['getNearestSelectionRange'](_0x572f8d,'forward'),_0x4e0f4=_0x457d56['nodeBefore']&&_0x14303f['isLimit'](_0x457d56['nodeBefore'])?null:_0x14303f['getNearestSelectionRange'](_0x457d56,'backward'),_0x30d558=_0x1fca45['model']['createRange'](_0x1d51db?_0x1d51db['start']:_0x572f8d,_0x4e0f4?_0x4e0f4['end']:_0x457d56);_0x1fca45['model']['change'](_0x3ec7aa=>{this['markDeletion'](_0x30d558);const _0x7dceca=_0x1fca45['model']['schema']['getNearestSelectionRange'](_0x30d558['start']);_0x393fa5['is']('documentSelection')?_0x3ec7aa['setSelection'](_0x7dceca):_0x393fa5['setTo'](_0x7dceca);}),_0x1620bd['stop']();},{'priority':_0x408fd7['normal']+0xa}),_0x1fca45['model']['on']('insertContent',(_0x1dbece,_0x7509df)=>{const _0x5c39b3=_0x7509df[_0x7509df['length']-0x1];_0x5c39b3&&_0x5c39b3['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x1fca45['model']['change'](()=>{let _0x1ad3b6=_0x1fca45['model']['insertContent'](_0x7509df[0x0],_0x7509df[0x1],_0x7509df[0x2],{'forceDefaultExecution':!0x0});if(!_0x1ad3b6)return;_0x1dbece['return']=_0x1ad3b6['clone']();const _0x33e5e1=_0x1ad3b6['end']['nodeBefore'],_0x2678d9=_0x1fca45['model']['schema'];_0x33e5e1&&_0x2678d9['isBlock'](_0x33e5e1)&&!_0x2678d9['isObject'](_0x33e5e1)&&(_0x1ad3b6=_0x1fca45['model']['createRange'](_0x1ad3b6['start'],_0x1fca45['model']['createPositionAt'](_0x33e5e1,'end'))),this['markInsertion'](_0x1ad3b6);}),_0x1dbece['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x458520=new x(_0x1fca45,this['_suggestions']);_0x1fca45['commands']['add']('acceptSuggestion',_0x458520),this['enableCommand']('acceptSuggestion');const _0x4ada37=new R(_0x1fca45,this['_suggestions']);_0x1fca45['commands']['add']('discardSuggestion',_0x4ada37),this['enableCommand']('discardSuggestion'),_0x1fca45['commands']['add']('acceptAllSuggestions',new E(_0x1fca45,_0x458520,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x1fca45['commands']['add']('discardAllSuggestions',new E(_0x1fca45,_0x4ada37,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x1fca45['commands']['add']('acceptSelectedSuggestions',new O(_0x1fca45,_0x458520,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x1fca45['commands']['add']('discardSelectedSuggestions',new O(_0x1fca45,_0x4ada37,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x439faa=_0x1fca45['plugins']['get']('CommentsRepository');this['listenTo'](_0x439faa,'addComment',(_0x5a3a9d,{threadId:_0xf41ca})=>{const _0x36c6d4=this['_suggestions']['get'](_0xf41ca);_0x36c6d4&&_0x36c6d4['commentThread']&&0x1===_0x36c6d4['commentThread']['length']&&this['_updateSuggestionData'](_0xf41ca,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x439faa,'removeComment',(_0x443a06,{threadId:_0x32821c})=>{const _0xf32b03=this['_suggestions']['get'](_0x32821c);_0xf32b03&&_0xf32b03['commentThread']&&!_0xf32b03['commentThread']['length']&&this['_updateSuggestionData'](_0x32821c,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x143d4f){if(this['_adapter'])throw new _0x2d253a('track-changes-adapter-already-set',this);this['_adapter']=_0x143d4f;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x3a2de0=!0x1,toJSON:_0x50acb8=!0x1}={}){const _0x161b7b=[];for(const _0x5106b7 of this['_suggestions']['values']())_0x3a2de0&&!_0x5106b7['isInContent']||_0x161b7b['push'](_0x5106b7);return _0x50acb8?_0x161b7b['map'](_0x58da55=>_0x58da55['toJSON']()):_0x161b7b;}['getSuggestion'](_0x5c7c0a){const _0x4b0cce=this['_suggestions']['get'](_0x5c7c0a);if(!_0x4b0cce)throw new _0x2d253a('track-changes-suggestion-not-found',this);return _0x4b0cce;}['hasSuggestion'](_0x4fc0e5){return this['_suggestions']['has'](_0x4fc0e5);}['addSuggestionData'](_0x1878e5){const {authorId:_0x5bd4d8,id:_0x5ca2de,attributes:_0x3c955f}=_0x1878e5,[_0xdfa46a,_0x3ff623]=_0x1878e5['type']['split'](':'),_0x5323fd=this['_suggestions']['get'](_0x5ca2de)||this['_createSuggestion'](_0xdfa46a,_0x3ff623,_0x5ca2de,_0x5bd4d8,_0x3c955f);if(this['_addThreadToSuggestion'](_0x5323fd),this['_checkSuggestionCorrectness'](_0x5323fd,_0xdfa46a,_0x3ff623||null,_0x5bd4d8),_0x5323fd['createdAt']=_0x1878e5['createdAt'],_0x5323fd['_isDataLoaded']=!0x0,_0x3c955f&&_0x3c955f['@external']){const _0x1041f6=_0x3c955f['@external'],_0x25a073=this['_getExternalAuthor'](_0x1041f6['authorName']);_0x5323fd['authoredAt']=_0x1041f6['createdAt'],_0x5323fd['author']=_0x25a073,_0x5323fd['isExternal']=!0x0;}else _0x5323fd['authoredAt']=_0x1878e5['createdAt'];switch(_0x1878e5['data']&&(_0x5323fd['data']=_0x1878e5['data']),_0x1878e5['attributes']&&(_0x5323fd['attributes']=_0x1878e5['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x5323fd['_saved']=!0x0),this['_suggestionState']['get'](_0x5323fd)){case'notReady':this['_suggestionState']['set'](_0x5323fd,'dataReady');break;case'markerReady':_0x5323fd['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x5323fd])),this['_refreshSuggestionsChain'](new Set([_0x5323fd])),this['_suggestionState']['set'](_0x5323fd,'ready'),this['fire']('suggestionLoaded',_0x5323fd)):this['_suggestionState']['set'](_0x5323fd,'removed');}return _0x5323fd;}['acceptSuggestion'](_0x3a658e){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x379da0 of _0x3a658e['getAllAdjacentSuggestions']())_0x379da0['accept']();});});}['discardSuggestion'](_0x5c9a7a){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x43fcb5 of _0x5c9a7a['getAllAdjacentSuggestions']())_0x43fcb5['discard']();});});}['enableCommand'](_0x2ee2fc,_0x2d1c72){const _0xc1a58e=this['editor']['commands']['get'](_0x2ee2fc);if(!_0xc1a58e)throw new _0x2d253a('track-changes-command-not-found',this,{'commandName':_0x2ee2fc});if(this['_enabledCommands']['has'](_0xc1a58e))throw new _0x2d253a('track-changes-enable-command-twice',this,{'commandName':_0x2ee2fc});this['_enabledCommands']['add'](_0xc1a58e),_0x2d1c72&&_0xc1a58e['on']('execute',(_0x5783b3,_0x43c039)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x43c039['length']>0x0&&_0x43c039[_0x43c039['length']-0x1]&&_0x43c039[_0x43c039['length']-0x1]['forceDefaultExecution']?_0x43c039['pop']():(_0x5783b3['return']=_0x2d1c72((..._0x3b39a1)=>_0xc1a58e['execute'](..._0x3b39a1,{'forceDefaultExecution':!0x0}),..._0x43c039),_0x5783b3['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x250c49){let _0xdb2733,_0x25b786;const _0x31f6cb=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0xdb2733=_0x250c49();}catch(_0x43697b){_0x25b786=_0x43697b;}return _0x31f6cb||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x25b786&&_0x2d253a['rethrowUnexpectedError'](_0x25b786,this),_0xdb2733;}['markInsertion'](_0x1e0d5e,_0x3b6ed1=null,_0x59dbba={}){if(_0x1e0d5e['isCollapsed'])return null;const _0x54b9bf=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x4d4585,meta:_0x56b00e}of this['_findSuggestions'](_0x1e0d5e,'insertion'))if(_0x56b00e['isOwn']){if(!_0x56b00e['isNextTo']){if(_0x56b00e['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!qt(_0x4d4585,_0x59dbba))continue;return _0x4d4585;}if(qt(_0x4d4585,_0x59dbba))return _0x4d4585;this['_breakSuggestionMarker'](_0x4d4585,_0x1e0d5e['start'],_0x1e0d5e['end']);break;}if(_0x3b6ed1==_0x4d4585['subType']&&qt(_0x4d4585,_0x59dbba)){const _0x37e3c8=_0x4d4585['getFirstRange']();return _0x37e3c8['start']['isEqual'](_0x1e0d5e['end'])?this['_setSuggestionRange'](_0x4d4585,this['_model']['createRange'](_0x1e0d5e['start'],_0x37e3c8['end'])):this['_setSuggestionRange'](_0x4d4585,this['_model']['createRange'](_0x37e3c8['start'],_0x1e0d5e['end'])),_0x4d4585;}}const _0x203e18=_0x2b4c20(),_0x557d8a=_0x54b9bf['id'],_0x248008=_0x3b6ed1?'insertion:'+_0x3b6ed1:'insertion',_0x51950c=this['_setSuggestionData']({'id':_0x203e18,'type':_0x248008,'createdAt':new Date(),'authorId':_0x557d8a,'attributes':_0x59dbba});return this['_addSuggestionMarker'](_0x248008,_0x203e18,_0x557d8a,_0x1e0d5e),_0x51950c;}['markMultiRangeInsertion'](_0x100bbe,_0x40c839='multi',_0x243765={}){const _0x577c97=this['editor']['plugins']['get']('Users')['me'],_0xc5ea52=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x40c839,'join');for(const _0x29f4ff of this['getSuggestions']())if(_0x29f4ff['author']['id']==_0x577c97['id']&&'insertion'==_0x29f4ff['type']&&_0x29f4ff['subType']==_0x40c839&&qt(_0x29f4ff,_0x243765)&&(_0xc5ea52(_0x29f4ff['getRanges'](),_0x100bbe)||_0xc5ea52(_0x100bbe,_0x29f4ff['getRanges']()))){for(const _0x367b13 of _0x100bbe)_0x29f4ff['addRange'](_0x367b13);return _0x29f4ff;}for(const {suggestion:_0x5885cb,meta:_0x1d0323}of this['_findSuggestions'](_0x100bbe,'insertion')){if(!_0x1d0323['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x1d0323['containsRangeInObject'])continue;if(!qt(_0x5885cb,_0x243765))continue;let _0x14db46=!0x0;for(const _0x56691 of _0x5885cb['getRanges']())for(const _0x507289 of _0x100bbe)if(!_0x56691['containsRange'](_0x507289)){_0x14db46=!0x1;break;}if(_0x14db46)return _0x5885cb;}const _0x33f4bc=_0x2b4c20(),_0x2cc3b2=_0x577c97['id'],_0x1094c4='insertion:'+_0x40c839,_0x318f3b=this['_setSuggestionData']({'id':_0x33f4bc,'type':_0x1094c4,'createdAt':new Date(),'authorId':_0x2cc3b2,'attributes':_0x243765});for(const _0x1ae3a9 of _0x100bbe)this['_addSuggestionMarker'](_0x1094c4,_0x33f4bc,_0x2cc3b2,_0x1ae3a9,u['getMultiRangeId']());return _0x318f3b;}['markInlineFormat'](_0x341cd6,_0x7de036,_0x57115b=null,_0x5b6ba7={}){if(_0x57115b=_0x57115b||Gt(_0x7de036),_0x341cd6['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x1f9030=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x57115b,'accept');return this['forceDefaultExecution'](()=>_0x1f9030([_0x341cd6],_0x7de036,_0x5b6ba7)),null;}const _0x30a7e3=this['editor']['plugins']['get']('Users')['me'],_0x236280=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x3e0053,meta:_0x55b5b3}of this['_findSuggestions'](_0x341cd6,'insertion'))_0x55b5b3['isOwn']&&!_0x55b5b3['isInsideObject']&&_0x236280['push'](..._0x3e0053['getRanges']());}const _0x8630cf=function(_0x4412c9,_0x566a8b){const _0x1482ac=[];for(const _0xc82c3d of _0x566a8b){const _0x506867=_0x4412c9['getIntersection'](_0xc82c3d);_0x506867&&_0x1482ac['push'](_0x506867);}return _0x1482ac;}(_0x341cd6,_0x236280),_0x1c69e1=function(_0x224903,_0x325c7c){const _0x40790c=[_0x224903];for(const _0x100faa of _0x325c7c){let _0x2409f6=0x0;for(;_0x2409f6<_0x40790c['length'];){const _0x1b5f51=_0x40790c[_0x2409f6]['getDifference'](_0x100faa);_0x40790c['splice'](_0x2409f6,0x1,..._0x1b5f51),_0x2409f6+=_0x1b5f51['length'];}}return _0x40790c;}(_0x341cd6,_0x236280);_0x8630cf['length']&&this['_model']['change'](()=>{for(const _0xb59acd of _0x8630cf){const _0x457262=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x57115b,'accept');this['forceDefaultExecution'](()=>_0x457262([_0xb59acd],_0x7de036,_0x5b6ba7));}});for(const _0x375569 of _0x1c69e1){let _0x1ac64d=null,_0x44ce4e=_0x375569['start'],_0xc10595=_0x375569['end'];for(const {suggestion:_0x4e6706,meta:_0x58e9bf}of this['_findSuggestions'](_0x375569,'formatInline')){if(!_0x58e9bf['isOwn'])continue;if(_0x4e6706['subType']!=_0x57115b)continue;if(!qt(_0x4e6706,_0x5b6ba7))continue;const _0xbe9da5=_0x4e6706['getFirstRange']();if(_0xbe9da5['containsRange'](_0x375569,!0x0))return null;_0x44ce4e=_0x44ce4e['isBefore'](_0xbe9da5['start'])?_0x44ce4e:_0xbe9da5['start'],_0xc10595=_0xc10595['isAfter'](_0xbe9da5['end'])?_0xc10595:_0xbe9da5['end'],_0x1ac64d?_0xbe9da5['start']['isBefore'](_0x1ac64d['getFirstRange']()['start'])?(_0x1ac64d['removeMarkers'](),_0x1ac64d=_0x4e6706):_0x4e6706['removeMarkers']():_0x1ac64d=_0x4e6706;}const _0x59d9a4=this['_model']['createRange'](_0x44ce4e,_0xc10595);if(_0x1ac64d)this['_setSuggestionRange'](_0x1ac64d,_0x59d9a4);else{const _0x4398b3=_0x2b4c20(),_0x99f93c=_0x30a7e3['id'];this['_setSuggestionData']({'id':_0x4398b3,'type':'formatInline:'+_0x57115b,'data':_0x7de036,'createdAt':new Date(),'authorId':_0x99f93c,'attributes':_0x5b6ba7}),this['_addSuggestionMarker']('formatInline:'+_0x57115b,_0x4398b3,_0x99f93c,_0x59d9a4);}}return null;}['markBlockFormat'](_0x5a4f4a,_0x5d7a72,_0x5496d8=[],_0x5bb7ba=null,_0xaaf593={}){_0x5d7a72['formatGroupId']||(_0x5d7a72['formatGroupId']=_0x5d7a72['commandName']),_0x5d7a72['multipleBlocks']=_0x5a4f4a['is']('range'),_0x5bb7ba=_0x5bb7ba||Gt(_0x5d7a72);const _0x223e9c=_0x5496d8['map'](_0x2d19ba=>Lt(_0x2d19ba,this['_model'])),_0x43a8f9=_0x5a4f4a['is']('range')?_0x5a4f4a:Lt(_0x5a4f4a,this['_model']);if('never'===this['_trackFormatChanges']){const _0x439378=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x5bb7ba,'accept');return this['forceDefaultExecution'](()=>_0x439378([_0x43a8f9],_0x5d7a72,_0xaaf593)),null;}_0x223e9c['push'](_0x43a8f9);let _0x4913a4=!0x0;for(const _0x19d853 of _0x223e9c)if(!this['_rangeIsInLocalUserInsertion'](_0x19d853)){_0x4913a4=!0x1;break;}if(_0x4913a4&&'always'!==this['_trackFormatChanges']){const _0x121133=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x5bb7ba,'accept');return this['forceDefaultExecution'](()=>_0x121133([_0x43a8f9],_0x5d7a72,_0xaaf593)),null;}let _0x58f8fb=null,_0x31adb7=_0x43a8f9['start'],_0x4a072e=_0x43a8f9['end'];for(const {suggestion:_0x4a9a30,meta:_0x3753b9}of this['_findSuggestions'](_0x43a8f9,'formatBlock')){if(!_0x3753b9['isOwn'])continue;if(_0x3753b9['isNextTo']||_0x3753b9['containsRangeInObject']||_0x3753b9['isInsideObject'])continue;if(_0x4a9a30['data']['formatGroupId']!=_0x5d7a72['formatGroupId'])continue;if(!qt(_0x4a9a30,_0xaaf593))continue;const _0x5369e2=_0x4a9a30['getFirstRange']();if(_0x4a9a30['subType']==_0x5bb7ba){if(_0x5369e2['containsRange'](_0x43a8f9,!0x0))return null;_0x31adb7=_0x31adb7['isBefore'](_0x5369e2['start'])?_0x31adb7:_0x5369e2['start'],_0x4a072e=_0x4a072e['isAfter'](_0x5369e2['end'])?_0x4a072e:_0x5369e2['end'],_0x58f8fb?_0x5369e2['start']['isBefore'](_0x58f8fb['getFirstRange']()['start'])?(_0x58f8fb['removeMarkers'](),_0x58f8fb=_0x4a9a30):_0x4a9a30['removeMarkers']():_0x58f8fb=_0x4a9a30;}else{const _0x52023a=_0x43a8f9['getIntersection'](_0x5369e2);this['_cutOutSuggestionMarker'](_0x4a9a30,_0x52023a);}}const _0x4bc2eb=this['editor']['plugins']['get']('Users')['me'],_0x953b5b=_0x2b4c20(),_0x5cee32=_0x4bc2eb['id'];if(_0x58f8fb)return this['_setSuggestionRange'](_0x58f8fb,this['_model']['createRange'](_0x31adb7,_0x4a072e)),_0x58f8fb;{const _0x284772=this['_setSuggestionData']({'id':_0x953b5b,'type':'formatBlock:'+_0x5bb7ba,'data':_0x5d7a72,'createdAt':new Date(),'authorId':_0x5cee32,'attributes':_0xaaf593});return this['_addSuggestionMarker']('formatBlock:'+_0x5bb7ba,_0x953b5b,_0x5cee32,this['_model']['createRange'](_0x31adb7,_0x4a072e)),_0x284772;}}['markMultiRangeBlockFormat'](_0x11e8b5,_0x5a23d2,_0x5b60f1=[],_0x1482d0=null,_0x1f6507={}){_0x5a23d2['formatGroupId']||(_0x5a23d2['formatGroupId']=_0x5a23d2['commandName']);const _0x5eeffe=_0x11e8b5[0x0];_0x5a23d2['multipleBlocks']=_0x5eeffe['is']('range'),_0x1482d0=_0x1482d0||Gt(_0x5a23d2);const _0x1909b4=_0x5b60f1['map'](_0x11a8b6=>Lt(_0x11a8b6,this['_model'])),_0x59a4a0=_0x5eeffe['is']('range')?_0x11e8b5:_0x11e8b5['map'](_0x225544=>Lt(_0x225544,this['_model']));if('never'===this['_trackFormatChanges']){const _0x2022fd=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1482d0,'accept');return this['forceDefaultExecution'](()=>_0x2022fd(_0x59a4a0,_0x5a23d2,_0x1f6507)),null;}_0x1909b4['push'](..._0x59a4a0);let _0x5cb651=!0x0;for(const _0x2f360f of _0x1909b4)if(!this['_rangeIsInLocalUserInsertion'](_0x2f360f)){_0x5cb651=!0x1;break;}if(_0x5cb651&&'always'!==this['_trackFormatChanges']){const _0x367052=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1482d0,'accept');return this['forceDefaultExecution'](()=>_0x367052(_0x59a4a0,_0x5a23d2,_0x1f6507)),null;}const _0x267033=this['editor']['plugins']['get']('Users')['me'];for(const _0xd35c4c of this['getSuggestions']()){if(_0xd35c4c['author']['id']!=_0x267033['id'])continue;if('formatBlock'!=_0xd35c4c['type']||_0xd35c4c['data']['formatGroupId']!=_0x5a23d2['formatGroupId'])continue;if(!qt(_0xd35c4c,_0x1f6507))continue;const _0x524567=_0xd35c4c['subType']==_0x1482d0;for(let _0x22d6e1=0x0;_0x22d6e1<_0x59a4a0['length'];_0x22d6e1++){const _0x175f4e=_0x59a4a0[_0x22d6e1];for(const _0x55afc2 of _0xd35c4c['getMarkers']()){const _0x54f1f0=_0x55afc2['getRange']();if(_0x175f4e['isEqual'](_0x54f1f0)){_0x524567?(_0x59a4a0['splice'](_0x22d6e1,0x1),_0x22d6e1--):_0xd35c4c['removeMarker'](_0x55afc2['name']);break;}}}}if(0x0==_0x59a4a0['length'])return null;const _0x37ff9c=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1482d0,'join');for(const _0x1d8835 of this['getSuggestions']())if(_0x1d8835['author']['id']==_0x267033['id']&&'formatBlock'==_0x1d8835['type']&&_0x1d8835['data']['formatGroupId']==_0x5a23d2['formatGroupId']&&_0x1d8835['subType']==_0x1482d0&&qt(_0x1d8835,_0x1f6507)&&(_0x37ff9c(_0x1d8835['getRanges'](),_0x59a4a0)||_0x37ff9c(_0x59a4a0,_0x1d8835['getRanges']()))){for(const _0x401c43 of _0x59a4a0)_0x1d8835['addRange'](_0x401c43);return _0x1d8835;}const _0x292793=_0x2b4c20(),_0x149bcd=_0x267033['id'],_0x265a42='formatBlock:'+_0x1482d0,_0x1395c9=this['_setSuggestionData']({'id':_0x292793,'type':_0x265a42,'data':_0x5a23d2,'createdAt':new Date(),'authorId':_0x149bcd,'attributes':_0x1f6507});for(const _0x29f9a9 of _0x59a4a0)this['_addSuggestionMarker'](_0x265a42,_0x292793,_0x149bcd,_0x29f9a9,u['getMultiRangeId']());return _0x1395c9;}['markDeletion'](_0x55c010,_0x25cb6d=null,_0x5a9585={}){if(_0x55c010['isCollapsed'])return null;const _0x424596=this['editor']['plugins']['get']('Users')['me'],_0x2c9daa=new _0xf41792(_0x55c010['start'],_0x55c010['end']);for(const {suggestion:_0x309633,meta:_0x2df17a}of this['_findSuggestions'](_0x2c9daa,'insertion'))if(_0x2df17a['isOwn']&&!_0x2df17a['isNextTo']){if(_0x309633['isMultiRange']){const _0x221824=_0x309633['getRanges']()['filter'](_0x38b6be=>'$graveyard'!=_0x38b6be['root']['rootName']);_0x221824['every'](_0x3289b3=>_0x2c9daa['containsRange'](_0x3289b3,!0x0))&&_0x309633['discard']();if(_0x221824['some'](_0x5593c7=>_0x5593c7['containsRange'](_0x2c9daa,!0x0))){const _0x5a84a1=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x25cb6d,'accept');return this['forceDefaultExecution'](()=>_0x5a84a1([_0x2c9daa],null,_0x5a9585)),null;}}else{const _0x3c175b=_0x2c9daa['getIntersection'](_0x309633['getFirstRange']());null!==_0x3c175b&&_0x309633['_onDiscard']([_0x3c175b],null,_0x5a9585);}}if(_0x2c9daa['detach'](),_0x2c9daa['isCollapsed']||'$graveyard'==_0x2c9daa['root']['rootName'])return null;let _0x5f1085=null,_0x14401c=_0x2c9daa['start'],_0x20a8dd=_0x2c9daa['end'];const _0x2bc364=this['_findSuggestions'](_0x2c9daa,'deletion');for(const {suggestion:_0x1d37d5,meta:_0x23ddc2}of _0x2bc364){const _0x1e9983=this['_model']['createRange'](_0x14401c,_0x20a8dd);if(_0x23ddc2['isOwn']&&(this['_mergeNestedSuggestions']||!_0x23ddc2['containsRangeInObject']&&!_0x23ddc2['isInsideObject'])){if(_0x1d37d5['isMultiRange']){if(!qt(_0x1d37d5,_0x5a9585))continue;let _0x1bfdee=!0x0;for(const _0x4aceea of _0x1d37d5['getRanges']()){if(_0x4aceea['containsRange'](_0x1e9983,!0x0))return _0x1d37d5;_0x1e9983['containsRange'](_0x4aceea)||(_0x1bfdee=!0x1);}_0x1bfdee&&_0x1d37d5['discard']();}else{const _0x285a78=_0x1d37d5['getFirstRange']();if(_0x285a78['containsRange'](_0x1e9983,!0x0))return _0x1d37d5;if(!qt(_0x1d37d5,_0x5a9585)){_0x1e9983['containsRange'](_0x285a78)?_0x1d37d5['removeMarkers']():_0x285a78['containsPosition'](_0x14401c)?_0x14401c=_0x285a78['end']:_0x285a78['containsPosition'](_0x20a8dd)&&(_0x20a8dd=_0x285a78['start']);continue;}_0x14401c=_0x14401c['isBefore'](_0x285a78['start'])?_0x14401c:_0x285a78['start'],_0x20a8dd=_0x20a8dd['isAfter'](_0x285a78['end'])?_0x20a8dd:_0x285a78['end'],_0x5a9585=Object['assign']({},_0x1d37d5['attributes']),_0x5f1085?_0x285a78['start']['isBefore'](_0x5f1085['getFirstRange']()['start'])?(_0x5f1085['removeMarkers'](),_0x5f1085=_0x1d37d5):_0x1d37d5['removeMarkers']():_0x5f1085=_0x1d37d5;}}}if(_0x5f1085)return this['_setSuggestionRange'](_0x5f1085,this['_model']['createRange'](_0x14401c,_0x20a8dd)),_0x5f1085;{const _0x524b62=_0x2b4c20(),_0x1a3ec4=this['_model']['createRange'](_0x14401c,_0x20a8dd),_0x190766=_0x424596['id'],_0x484078=_0x25cb6d?'deletion:'+_0x25cb6d:'deletion',_0x690288=this['_setSuggestionData']({'id':_0x524b62,'type':_0x484078,'createdAt':new Date(),'authorId':_0x190766,'attributes':_0x5a9585});return this['_addSuggestionMarker'](_0x484078,_0x524b62,_0x190766,_0x1a3ec4),_0x690288;}}['markMultiRangeDeletion'](_0x5dccb5,_0x39995c='multi',_0x3bee83={}){const _0x1be8a=this['editor']['plugins']['get']('Users')['me'],_0x2194d3=_0x5dccb5['map'](_0x17eb51=>new _0xf41792(_0x17eb51['start'],_0x17eb51['end'])),_0x5d6d8a=new Set();for(const {suggestion:_0x92fa0,meta:_0x5827e5}of this['_findSuggestions'](_0x2194d3,'insertion'))_0x5827e5['isOwn']&&!_0x5827e5['isNextTo']&&_0x5d6d8a['add'](_0x92fa0);for(const _0x474b86 of _0x5d6d8a)if(_0x474b86['isMultiRange']){const _0x1743e6=_0x474b86['getRanges']();(!_0x474b86['attributes']||!_0x474b86['attributes']['skipNestingCheck'])&&(_0x1743e6['every'](_0x1defe8=>_0x2194d3['some'](_0x34efed=>_0x34efed['containsRange'](_0x1defe8,!0x0)))&&_0x474b86['discard']());if(_0x2194d3['every'](_0x40efba=>_0x1743e6['some'](_0x12e28d=>_0x12e28d['containsRange'](_0x40efba,!0x0)))){const _0x2dc041=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x39995c,'accept');return this['forceDefaultExecution'](()=>_0x2dc041(_0x5dccb5,null,_0x3bee83)),null;}}else{const _0x5f345d=_0x474b86['getFirstRange']();_0x2194d3['some'](_0x2c80cc=>_0x2c80cc['containsRange'](_0x5f345d,!0x0))&&_0x474b86['discard']();if(_0x2194d3['every'](_0x46c8e0=>_0x5f345d['containsRange'](_0x46c8e0,!0x0))){const _0x38821d=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x39995c,'accept');return this['forceDefaultExecution'](()=>_0x38821d(_0x2194d3,null,_0x3bee83)),null;}}const _0x72d449=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x39995c,'join');let _0x27f4cd=null;for(const _0x1423a6 of this['getSuggestions']())if(_0x1423a6['author']['id']==_0x1be8a['id']&&_0x1423a6['isInContent']&&'deletion'==_0x1423a6['type']&&_0x1423a6['subType']==_0x39995c&&qt(_0x1423a6,_0x3bee83)&&(_0x72d449(_0x1423a6['getRanges'](),_0x2194d3)||_0x72d449(_0x2194d3,_0x1423a6['getRanges']()))){if(_0x27f4cd){if(_0x1423a6['commentThread']&&_0x1423a6['commentThread']['length'])continue;for(const _0x1e9f03 of _0x1423a6['getRanges']())_0x27f4cd['isIntersectingWithRange'](_0x1e9f03)||_0x27f4cd['addRange'](_0x1e9f03);_0x1423a6['removeMarkers']();}else{_0x27f4cd=_0x1423a6;for(const _0x2101a2 of _0x2194d3)_0x1423a6['isIntersectingWithRange'](_0x2101a2)||_0x1423a6['addRange'](_0x2101a2);}}if(_0x27f4cd)return _0x27f4cd;_0x5d6d8a['clear']();for(const {suggestion:_0xa771fb,meta:_0x1e7973}of this['_findSuggestions'](_0x2194d3,'deletion'))_0x1e7973['isOwn']&&(this['_mergeNestedSuggestions']||!_0x1e7973['containsRangeInObject']&&!_0x1e7973['isInsideObject'])&&qt(_0xa771fb,_0x3bee83)&&_0x5d6d8a['add'](_0xa771fb);for(const _0x241c5e of _0x5d6d8a){const _0x33c364=_0x241c5e['getRanges']();if(!_0x3bee83||!_0x3bee83['skipNestingCheck']){if(_0x2194d3['every'](_0x465f26=>_0x33c364['some'](_0x4e6dc1=>_0x4e6dc1['containsRange'](_0x465f26,!0x0))))return _0x241c5e;}(!_0x241c5e['attributes']||!_0x241c5e['attributes']['skipNestingCheck'])&&(_0x33c364['every'](_0x196eca=>_0x2194d3['some'](_0x1070dc=>_0x1070dc['containsRange'](_0x196eca,!0x0)))&&_0x241c5e['discard']());}const _0x3c1011=_0x2b4c20(),_0x21f492=_0x1be8a['id'],_0xeaceb9='deletion:'+_0x39995c,_0x43fdb9=this['_setSuggestionData']({'id':_0x3c1011,'type':_0xeaceb9,'createdAt':new Date(),'authorId':_0x21f492,'attributes':_0x3bee83});for(const _0xb838b5 of _0x2194d3)_0xb838b5['detach'](),_0xb838b5['isCollapsed']||'$graveyard'==_0xb838b5['root']['rootName']||this['_addSuggestionMarker'](_0xeaceb9,_0x3c1011,_0x21f492,_0xb838b5,u['getMultiRangeId']());return _0x43fdb9;}['markAttributeChange'](_0x4a7a23,_0x54aa13,_0x2e7736,_0x52c1ae,_0x36a1a5){if(_0x4a7a23['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x313525=this['editor']['plugins']['get']('Users')['me']['id'],_0x4b5737=Array['from'](this['_suggestions']['values']())['filter'](_0x19a0c8=>'attribute'==_0x19a0c8['type']&&_0x19a0c8['data']['key']==_0x54aa13&&_0x19a0c8['isIntersectingWithRange'](_0x4a7a23));if('default'===this['_trackFormatChanges']){const _0x356bd3=this['_findSuggestions'](_0x4a7a23,'insertion')['filter'](({meta:_0x492114})=>_0x492114['isOwn']&&!_0x492114['isInsideObject']&&!_0x492114['isNextTo'])['map'](({suggestion:_0x1e73de})=>_0x1e73de);_0x4b5737['unshift'](..._0x356bd3);}const _0x181bc7=new Map([[_0x4a7a23,_0x2e7736]]);for(const _0x1b3213 of _0x4b5737){const _0x3ec388='attribute'==_0x1b3213['type']?_0x1b3213['data']['oldValue']:void 0x0,_0xb790e8=_0x1b3213['getFirstRange'](),_0x2a0634=Array['from'](_0x181bc7['keys']())['find'](_0x4db35f=>_0x4db35f['isIntersecting'](_0xb790e8));if(!_0x2a0634)continue;const _0x489916=_0x2a0634['getDifference'](_0xb790e8);this['_isBlockAttribute'](_0x54aa13)&&'insertion'==_0x1b3213['type']&&0x0!=_0x489916['length']||(_0x181bc7['delete'](_0x2a0634),_0x489916['forEach'](_0x1a0276=>{_0x181bc7['set'](_0x1a0276,_0x2e7736);}),'insertion'!=_0x1b3213['type']&&_0x3ec388!=_0x52c1ae&&_0x181bc7['set'](_0x2a0634['getIntersection'](_0xb790e8),_0x3ec388));}const _0x422cce=[];for(const [_0x193f6a,_0x507795]of _0x181bc7){const _0x3794f8=_0x2b4c20(),_0x2ae7dc={'key':_0x54aa13,'oldValue':_0x507795,'newValue':_0x52c1ae};_0x54aa13['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':_0x54aa13});const _0x179be5=('attribute:'+(_0x54aa13+'|'+Gt({'newValue':_0x52c1ae})))['substring'](0x0,0x3c),_0x1b7f18=this['_setSuggestionData']({'id':_0x3794f8,'type':_0x179be5,'data':_0x2ae7dc,'createdAt':new Date(),'authorId':_0x313525,'attributes':_0x36a1a5});_0x422cce['push'](_0x1b7f18),this['_addSuggestionMarker'](_0x179be5,_0x3794f8,_0x313525,_0x193f6a);}return _0x422cce;}['enableDefaultAttributesIntegration'](_0x37ddda){this['enableCommand'](_0x37ddda,(_0x4e3709,..._0x5976ed)=>{this['_recordAttributeChanges'](()=>{_0x4e3709(..._0x5976ed);});});}['registerBlockAttribute'](_0x10a79d){this['_blockAttributeKeys']['add'](_0x10a79d);}['registerInlineAttribute'](_0x12a983){this['_inlineAttributeKeys']['add'](_0x12a983);}['_getAttributeKey'](_0x34ccfd){return'attribute'==_0x34ccfd['type']?_0x34ccfd['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x5bd8ec,_0x291bc2){const _0x1d01ee=_0x5bd8ec['getFirstMarker']();this['_model']['change'](_0x51560b=>{_0x51560b['updateMarker'](_0x1d01ee,{'range':_0x291bc2});});}['_addThreadToSuggestion'](_0x478f74){const _0x258a8e=_0x478f74['id'],_0x4e8f3c=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x258a8e)||this['_commentsRepository']['addCommentThread']({'channelId':_0x4e8f3c,'threadId':_0x258a8e,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x34b0f9=this['_commentsRepository']['getCommentThread'](_0x258a8e);_0x34b0f9['unbind']('isRemovable'),_0x34b0f9['isRemovable']=!0x1,_0x478f74['commentThread']=_0x34b0f9;}['_checkSuggestionCorrectness'](_0x2bfd2a,_0x480e19,_0x10b2a7,_0x36d5ee){if(_0x2bfd2a['type']!=_0x480e19||_0x2bfd2a['subType']!=_0x10b2a7||_0x2bfd2a['creator']['id']!=_0x36d5ee)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x2d253a('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x423de,_0x45e432){const _0x5b97ad=_0x423de['getFirstRange']();if(_0x45e432['isEqual'](_0x5b97ad))_0x423de['removeMarkers']();else{if(_0x5b97ad['containsRange'](_0x45e432)){const _0x4b3f64=this['_model']['createPositionAt'](_0x45e432['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x423de,this['_model']['createRange'](_0x5b97ad['start'],_0x4b3f64));const _0x1cf5d4=_0x2b4c20(),_0x4ae29e=_0x423de['creator']['id'],_0x233ad0=_0x423de['type']+':'+_0x423de['subType'];this['_setSuggestionData']({'id':_0x1cf5d4,'type':_0x233ad0,'createdAt':new Date(),'authorId':_0x4ae29e,'data':_0x423de['data'],'attributes':_0x423de['attributes']});const _0x274358=this['_model']['createPositionAt'](_0x45e432['end']['parent'],'after'),_0x39fda1=this['_model']['createRange'](_0x274358,_0x5b97ad['end']);this['_addSuggestionMarker'](_0x233ad0,_0x1cf5d4,_0x4ae29e,_0x39fda1);}else{if(_0x5b97ad['containsPosition'](_0x45e432['start'])){const _0x338343=this['_model']['createPositionAt'](_0x45e432['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x423de,this['_model']['createRange'](_0x5b97ad['start'],_0x338343));}else{const _0x1b03c7=this['_model']['createPositionAt'](_0x45e432['end']['parent'],'after');this['_setSuggestionRange'](_0x423de,this['_model']['createRange'](_0x1b03c7,_0x5b97ad['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x26ec13){for(const {suggestion:_0x1b3bfc,meta:_0x19dd5e}of this['_findSuggestions'](_0x26ec13,'insertion')){if(!_0x19dd5e['isOwn'])continue;const _0x5822f9=_0x1b3bfc['getRanges']();for(const _0x3b134f of _0x5822f9)if(!_0x26ec13['getDifference'](_0x3b134f)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x3ec237){const _0x1b7ecf=this['editor']['plugins']['get']('Users')['getUser'](_0x3ec237);if(!_0x1b7ecf)throw new _0x2d253a('track-changes-user-not-found',this);return _0x1b7ecf;}['_getExternalAuthor'](_0x2a6308){const _0x3698c4=this['editor']['plugins']['get']('Users'),_0x3fe064=_0x4eeb59('external:'+_0x2a6308),_0x14475e=_0x3698c4['getUser'](_0x3fe064);return _0x14475e||_0x3698c4['addUser']({'id':_0x3fe064,'name':_0x2a6308});}['_createSuggestion'](_0x45a029,_0x111472,_0x5311cf,_0x304a25,_0x27c15c){const _0x4a422e=this['_getAuthorFromId'](_0x304a25),_0xc312fe=this['_suggestionFactory']['buildSuggestion'](_0x45a029,_0x111472,_0x5311cf,_0x4a422e,_0x27c15c,_0x20a358=>{this['_updateSuggestionData'](_0x5311cf,{'attributes':_0x20a358});const _0x24c29a=this['getSuggestion'](_0x5311cf);this['_joinWithAdjacentSuggestions'](new Set([_0x24c29a])),this['_refreshSuggestionsChain'](new Set([_0x24c29a]));});return this['listenTo'](_0xc312fe,'accept',()=>{this['_updateSuggestionData'](_0x5311cf,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0xc312fe,'discard',()=>{this['_updateSuggestionData'](_0x5311cf,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x5311cf,_0xc312fe),this['_suggestionState']['set'](_0xc312fe,'notReady'),_0xc312fe;}['_splitMarkerName'](_0x4e0ae4){const _0x625ee6=_0x4e0ae4['split'](':');return{'group':_0x625ee6[0x0],'type':_0x625ee6[0x1],'subType':_0x625ee6['length']>=0x5?_0x625ee6[0x2]:null,'id':_0x625ee6['length']<0x5?_0x625ee6[0x2]:_0x625ee6[0x3],'authorId':_0x625ee6['length']<0x5?_0x625ee6[0x3]:_0x625ee6[0x4],'markerCount':0x6==_0x625ee6['length']?_0x625ee6[0x5]:null};}['_breakSuggestionMarker'](_0x10a5cd,_0x26ff90,_0x151d61){const _0x227662=_0x10a5cd['getFirstRange'](),_0xff11e4=_0x227662['start'],_0x17c635=_0x227662['end'];this['_setSuggestionRange'](_0x10a5cd,this['_model']['createRange'](_0xff11e4,_0x26ff90));const _0x3159f6=_0x2b4c20(),_0x54474e=_0x10a5cd['creator']['id'],_0x114923=_0x10a5cd['type']+(_0x10a5cd['subType']?':'+_0x10a5cd['subType']:'');this['_setSuggestionData']({'id':_0x3159f6,'type':_0x114923,'createdAt':new Date(),'authorId':_0x54474e,'originalSuggestionId':_0x10a5cd['id'],'attributes':_0x10a5cd['attributes'],'data':_0x10a5cd['data']});const _0x573538=this['_getAttributeKey'](_0x10a5cd);('formatBlock'==_0x10a5cd['type']||_0x573538&&this['_isBlockAttribute'](_0x573538))&&(_0x151d61=this['_model']['createPositionBefore'](_0x151d61['parent'])),this['_addSuggestionMarker'](_0x114923,_0x3159f6,_0x54474e,this['_model']['createRange'](_0x151d61,_0x17c635));}['_findSuggestions'](_0x8fc582,_0xb650f1=null){const _0x146892=[],_0x2b1863=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x8fc582)||(_0x8fc582=[_0x8fc582]);for(const _0x4ab12d of this['getSuggestions']()){if(!_0x4ab12d['isInContent'])continue;if(_0xb650f1&&_0x4ab12d['type']!=_0xb650f1)continue;let _0x263175=!0x1;for(const _0x2612cd of _0x4ab12d['getRanges']()){for(const _0x370928 of _0x8fc582){const _0xc95209=_0x370928['start']['isEqual'](_0x2612cd['end'])||_0x370928['end']['isEqual'](_0x2612cd['start']);if(_0xc95209||_0x370928['getIntersection'](_0x2612cd)){const _0x3c85cb=_0x370928['containsRange'](_0x2612cd)&&Ot(this['_model']['schema'],_0x2612cd['start'],_0x370928),_0x18cceb=_0x2612cd['containsRange'](_0x370928)&&Ot(this['_model']['schema'],_0x370928['start'],_0x2612cd);_0x146892['push']({'suggestion':_0x4ab12d,'meta':{'isOwn':_0x2b1863==_0x4ab12d['author'],'isNextTo':_0xc95209,'isInsideObject':_0x3c85cb,'containsRangeInObject':_0x18cceb}}),_0x263175=!0x0;break;}}if(_0x263175)break;}}return _0x146892;}['_addSuggestionMarker'](_0x20621d,_0x4a751a,_0x14d164,_0x328945,_0x4dcd32){this['_model']['change'](_0x17f5e2=>{let _0x15f57d='suggestion:'+_0x20621d+':'+_0x4a751a+':'+_0x14d164;_0x4dcd32&&(_0x15f57d=_0x15f57d+':'+_0x4dcd32),_0x17f5e2['addMarker'](_0x15f57d,{'range':_0x328945,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x2b0699){const _0x2b7297=_0x2b0699['previous'],_0x4ce769=_0x2b0699['next'];_0x2b0699['previous']=null,_0x2b0699['next']=null,null!=_0x2b7297&&_0x2b7297['next']==_0x2b0699&&(_0x2b7297['next']=_0x4ce769),null!=_0x4ce769&&_0x4ce769['previous']==_0x2b0699&&(_0x4ce769['previous']=_0x2b7297),'ready'==this['_suggestionState']['get'](_0x2b0699)&&(this['_suggestionState']['set'](_0x2b0699,'removed'),this['fire']('suggestionUnloaded',_0x2b0699,_0x2b7297,_0x4ce769));}['_setSuggestionData'](_0x429145){const _0x65e13c=_0x429145['id'],_0xbc4dd9=this['addSuggestionData'](_0x429145);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x5ac8f4=this['editor']['plugins']['get']('PendingActions'),_0x352cf5=_0xbc4dd9['hasComments'],_0x34e7d8=_0xbc4dd9['subType']?_0xbc4dd9['type']+':'+_0xbc4dd9['subType']:_0xbc4dd9['type'],_0x42b367=this['editor']['locale'],_0xd46ed4=_0x5ac8f4['add'](o(_0x42b367,'PENDING_ACTION_SUGGESTION')),_0x4efa8f={'id':_0x65e13c,'type':_0x34e7d8,'hasComments':_0x352cf5,'data':_0x429145['data']||null,'originalSuggestionId':_0x429145['originalSuggestionId']||null,'attributes':_0xbc4dd9['attributes']};this['_adapter']['addSuggestion'](_0x4efa8f)['then'](_0xba7353=>{_0xbc4dd9['_saved']=!0x0,_0x5ac8f4['remove'](_0xd46ed4),_0xba7353&&_0xba7353['createdAt']&&(this['_suggestions']['get'](_0x65e13c)['createdAt']=_0xba7353['createdAt']);})['catch'](_0x71c48=>{throw _0x32c801('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0xbc4dd9['discard']();}),_0xbc4dd9['stopListening'](),this['_suggestions']['delete'](_0xbc4dd9['id']),this['_suggestionState']['delete'](_0xbc4dd9),_0x71c48;});}return _0xbc4dd9;}['_isBlockAttribute'](_0x539a8b){return this['_blockAttributeKeys']['has'](_0x539a8b);}['_updateSuggestionData'](_0x134d7c,_0x20ab3d){const _0x33e502=this['editor']['plugins']['get']('PendingActions'),_0x39ec32=this['getSuggestion'](_0x134d7c);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x39ec32['_saved']){const _0x52c3a1=_0x33e502['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x134d7c,_0x20ab3d)['then'](()=>{_0x33e502['remove'](_0x52c3a1);});}else _0x39ec32['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x134d7c,_0x20ab3d);});}}['_getSuggestionData'](_0x701746){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x2d253a('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x701746);}['_handleNewSuggestionMarker'](_0x546082){const {id:_0x1e17db,type:_0x4da55a,subType:_0xe0108d,authorId:_0x3eab02}=this['_splitMarkerName'](_0x546082),_0xc67963=this['_suggestions']['get'](_0x1e17db)||this['_createSuggestion'](_0x4da55a,_0xe0108d,_0x1e17db,_0x3eab02,{});switch(this['_checkSuggestionCorrectness'](_0xc67963,_0x4da55a,_0xe0108d,_0x3eab02),this['_suggestionState']['get'](_0xc67963)){case'notReady':this['_getSuggestionData'](_0x1e17db)['then'](_0x237f3a=>{let _0x3e9ed0=Promise['resolve']();_0x237f3a['hasComments']&&(_0x3e9ed0=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x1e17db})),_0x3e9ed0['then'](()=>{this['addSuggestionData'](_0x237f3a)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0xc67963,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x1e17db,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0xc67963,'ready'),this['fire']('suggestionLoaded',_0xc67963);break;case'ready':this['fire']('suggestionChanged',_0xc67963);}return _0xc67963['addMarkerName'](_0x546082),_0xc67963;}['_refreshSuggestionsChain'](_0x4f61ff){const _0xf908aa=Array['from'](_0x4f61ff),_0x38ed34=_0xf908aa['filter'](_0x1dceaa=>'attribute'==_0x1dceaa['type']);this['_refreshAttributeSuggestionsChain'](_0x38ed34);const _0xa46750=_0xf908aa['filter'](_0x5e5445=>!_0x5e5445['isMultiRange']&&'attribute'!=_0x5e5445['type']),_0x197d7b=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x18c590=>!_0x18c590['isMultiRange']&&'attribute'!=_0x18c590['type']),_0x1f4e13=_0x197d7b['filter'](_0x1650df=>!_0x4f61ff['has'](_0x1650df)),_0x4d4456=new Map(_0x197d7b['map'](_0x499b6f=>[_0x499b6f,this['_suggestionFactory']['getSuggestionCallback'](_0x499b6f['type'],_0x499b6f['subType'],'chain')])),_0x43199b=new Map(_0x197d7b['map'](_0x59f389=>[_0x59f389,_0x59f389['getFirstRange']()])),_0x1b6c89=new Set(),_0x1f83a7=new Set();for(let _0x2206e8=0x0;_0x2206e8<_0xa46750['length'];_0x2206e8++)_0x2cf89f(_0xa46750[_0x2206e8],_0xa46750,_0x2206e8+0x1);for(let _0x2a57da=0x0;_0x2a57da<_0xa46750['length'];_0x2a57da++)_0x2cf89f(_0xa46750[_0x2a57da],_0x1f4e13,0x0);const _0x2b9ede=new Set();for(let _0x43f842=0x0;_0x43f842<_0xa46750['length'];_0x43f842++){const _0x4e1173=_0xa46750[_0x43f842];!_0x1f83a7['has'](_0x4e1173)&&_0x4e1173['previous']&&(_0x2b9ede['add'](_0x4e1173['previous']),_0x4e1173['previous']['next']===_0x4e1173&&(_0x4e1173['previous']['next']=null),_0x4e1173['previous']=null),!_0x1b6c89['has'](_0x4e1173)&&_0x4e1173['next']&&(_0x2b9ede['add'](_0x4e1173['next']),_0x4e1173['next']['previous']===_0x4e1173&&(_0x4e1173['next']['previous']=null),_0x4e1173['next']=null);}function _0x2cf89f(_0x1685e8,_0x28fd6b,_0x1df6df){for(let _0x21fbd7=_0x1df6df;_0x21fbd7<_0x28fd6b['length'];_0x21fbd7++){const _0x5539e3=_0x3b7a96(_0x1685e8,_0x28fd6b[_0x21fbd7]);_0x5539e3&&(_0x5539e3[0x0]['next']=_0x5539e3[0x1],_0x5539e3[0x1]['previous']=_0x5539e3[0x0],_0x1b6c89['add'](_0x5539e3[0x0]),_0x1f83a7['add'](_0x5539e3[0x1]));}}function _0x3b7a96(_0x2fd06c,_0x46b937){if(_0x2fd06c['author']['id']!==_0x46b937['author']['id'])return null;const _0x497839=_0x4d4456['get'](_0x2fd06c)(_0x2fd06c,_0x46b937,_0x43199b['get'](_0x2fd06c),_0x43199b['get'](_0x46b937));if(!_0x497839)return null;return _0x4d4456['get'](_0x46b937)(_0x2fd06c,_0x46b937,_0x43199b['get'](_0x2fd06c),_0x43199b['get'](_0x46b937))?_0x497839[0x1]['commentThread']&&_0x497839[0x1]['commentThread']['length']?null:_0x497839:null;}_0x2b9ede['size']&&this['_refreshSuggestionsChain'](_0x2b9ede);}['_refreshAttributeSuggestionsChain'](_0x564677){if(0x0==_0x564677['length'])return;const _0x150301=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x22fc9e=>'attribute'==_0x22fc9e['type']&&_0x22fc9e['_isDataLoaded']),_0x22e8a0=[],_0x4dc13d=new Map();for(const _0x7df050 of _0x150301){const _0x249f9f=_0x4eeb59(_0x7df050['attributes']);_0x4dc13d['has'](_0x249f9f)||(_0x4dc13d['set'](_0x249f9f,_0x22e8a0['length']),_0x22e8a0['push']([]));const _0x2cb515=_0x4dc13d['get'](_0x249f9f);_0x22e8a0[_0x2cb515]['push'](_0x7df050);}!(function(){_0x22e8a0['sort']((_0x3d8d68,_0x429fdb)=>{const _0x3fab13=_0x3d8d68[0x0]['createdAt'],_0x27a49d=_0x429fdb[0x0]['createdAt'];return _0x3fab13==_0x27a49d?_0x3d8d68[0x0]['attributes']['groupId']<_0x429fdb[0x0]['attributes']['groupId']?-0x1:0x1:_0x3fab13<_0x27a49d?-0x1:0x1;});for(const _0x1e4595 of _0x22e8a0)_0x1e4595['sort']((_0x139e3e,_0x4d241c)=>_0x139e3e['id']<_0x4d241c['id']?-0x1:0x1);}());for(let _0x29dff3=0x0;_0x29dff3<_0x22e8a0['length'];_0x29dff3++){if(0x0==_0x22e8a0[_0x29dff3]['length'])continue;const _0x5c0ca6=[];for(let _0x4e5ed6=_0x29dff3+0x1;_0x4e5ed6<_0x22e8a0['length'];_0x4e5ed6++)0x0!=_0x22e8a0[_0x4e5ed6]['length']&&_0x19ceda(_0x22e8a0[_0x29dff3],_0x22e8a0[_0x4e5ed6])&&_0x5c0ca6['push'](_0x4e5ed6);for(const _0x1e2b73 of _0x5c0ca6)_0x22e8a0[_0x29dff3]=_0x22e8a0[_0x29dff3]['concat'](_0x22e8a0[_0x1e2b73]),_0x22e8a0[_0x1e2b73]=[];}for(const _0x2cf8c1 of _0x22e8a0)for(let _0x59f34b=0x0;_0x59f34b<_0x2cf8c1['length'];_0x59f34b++){const _0x50ebd3=_0x2cf8c1[_0x59f34b+0x1]||null;_0x2cf8c1[_0x59f34b]['next']!==_0x50ebd3&&(_0x2cf8c1[_0x59f34b]['next']=_0x50ebd3);}for(const _0x3d3fbc of _0x22e8a0)for(let _0x17ddc5=0x0;_0x17ddc5<_0x3d3fbc['length'];_0x17ddc5++){const _0x485fb3=_0x3d3fbc[_0x17ddc5-0x1]||null;_0x3d3fbc[_0x17ddc5]['previous']!==_0x485fb3&&(_0x3d3fbc[_0x17ddc5]['previous']=_0x485fb3);}function _0x19ceda(_0x1b6ef3,_0x52692b){if(_0x1b6ef3[0x0]['attributes']['groupId']!==_0x52692b[0x0]['attributes']['groupId']&&_0x1b6ef3[0x0]['author']!==_0x52692b[0x0]['author'])return!0x1;if(!function(_0xb09238,_0x1316c8){if(!_0xb09238['hasComments']&&!_0x1316c8['hasComments'])return!0x0;if(_0xb09238['hasComments']&&_0x1316c8['hasComments'])return!0x1;if(_0xb09238['hasComments']&&_0x1316c8['createdAt']<_0xb09238['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x1316c8['hasComments']&&_0xb09238['createdAt']<_0x1316c8['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x1b6ef3[0x0],_0x52692b[0x0]))return!0x1;const _0x27210e=Tt(_0x1b6ef3[0x0]['attributes'],'groupId'),_0x5c87ed=Tt(_0x52692b[0x0]['attributes'],'groupId');if(!_0x3bc98d(_0x27210e,_0x5c87ed))return!0x1;return!!_0x1b6ef3['every'](_0xeb2855=>_0x52692b['some'](_0x49625a=>_0xeb2855['getFirstRange']()['isEqual'](_0x49625a['getFirstRange']())))&&_0x52692b['every'](_0x73ece5=>_0x1b6ef3['some'](_0xc6da10=>_0x73ece5['getFirstRange']()['isEqual'](_0xc6da10['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x2fadcb){const _0x4ccb99=Array['from'](_0x2fadcb),_0x2379c3=this['getSuggestions']({'skipNotAttached':!0x0}),_0x2cb8ed=_0x2379c3['filter'](_0xb02510=>!_0x2fadcb['has'](_0xb02510)),_0x270e50=new Map(_0x4ccb99['map'](_0xc3356f=>[_0xc3356f,this['_suggestionFactory']['getSuggestionCallback'](_0xc3356f['type'],_0xc3356f['subType'],'join')])),_0x5a0854=new Map(_0x2379c3['map'](_0x32a64c=>[_0x32a64c,_0x32a64c['getRanges']()]));for(let _0xa2877=0x0;_0xa2877<_0x4ccb99['length'];_0xa2877++){if(_0x4757a7(this,_0x4ccb99[_0xa2877],_0x4ccb99,_0xa2877+0x1))return!0x0;}for(let _0x15a479=0x0;_0x15a479<_0x4ccb99['length'];_0x15a479++){if(_0x4757a7(this,_0x4ccb99[_0x15a479],_0x2cb8ed,0x0))return!0x0;}return!0x1;function _0x4757a7(_0x25ba81,_0x55a141,_0x6eb049,_0x254d52){for(let _0x1170fa=_0x254d52;_0x1170fa<_0x6eb049['length'];_0x1170fa++){const _0x30bf6a=_0x6eb049[_0x1170fa];if(_0x30bf6a['type']!==_0x55a141['type']||_0x30bf6a['author']['id']!==_0x55a141['author']['id']||_0x30bf6a['subType']!==_0x55a141['subType'])continue;if(!Jt(_0x55a141,_0x30bf6a))continue;if('attribute'==_0x55a141['type']&&_0x55a141['data']['oldValue']!=_0x30bf6a['data']['oldValue'])continue;if('attribute'==_0x55a141['type']&&_0x25ba81['_isBlockAttribute'](_0x55a141['data']['key']))continue;if('formatBlock'==_0x55a141['type']){const _0x550533=_0x25ba81['editor']['model'],_0x5726b9=_0x55a141['getContainedElement']();if(_0x5726b9&&(_0x550533['schema']['isObject'](_0x5726b9)||_0x550533['schema']['isLimit'](_0x5726b9)))continue;}const _0x330c2f=_0x270e50['get'](_0x55a141),_0xd7f46b=_0x5a0854['get'](_0x55a141),_0x22abf4=_0x5a0854['get'](_0x30bf6a),_0x3abe7=_0x55a141['commentThread']&&_0x55a141['commentThread']['length'],_0x2da160=_0x30bf6a['commentThread']&&_0x30bf6a['commentThread']['length'];if(!_0x3abe7&&_0x330c2f(_0x22abf4,_0xd7f46b))return _0x25ba81['_joinSuggestions'](_0x30bf6a,_0x55a141),_0x5a0854['delete'](_0x55a141),!0x0;if(!_0x2da160&&_0x330c2f(_0xd7f46b,_0x22abf4))return _0x25ba81['_joinSuggestions'](_0x55a141,_0x30bf6a),_0x5a0854['delete'](_0x30bf6a),!0x0;}return!0x1;}}['_joinSuggestions'](_0x3436a8,_0x55915b){if(_0x3436a8['isMultiRange']){for(const _0x4669cf of _0x55915b['getRanges']())_0x3436a8['addRange'](_0x4669cf);}else{const _0x44198e=_0x55915b['getFirstRange']()['end'];this['_setSuggestionRange'](_0x3436a8,this['_model']['createRange'](_0x3436a8['getFirstRange']()['start'],_0x44198e));}_0x55915b['removeMarkers']();}['_getMarkerAnnouncementText'](_0x547061,_0x121fe6,_0x276c3f){const _0x4c0bd7=_0x547061['startsWith']('format')||_0x547061['startsWith']('attribute')?'FORMATTING':_0x547061['toUpperCase']();return o(this['editor']['locale'],_0x121fe6+'_'+_0x4c0bd7+'_SUGGESTION_ANNOUNCEMENT',_0x276c3f);}['_initAriaMarkerChangeAnnouncements'](){const _0xea04b2=this['editor'];if(!_0xea04b2['ui'])return;const {ariaLiveAnnouncer:_0x116ff0}=_0xea04b2['ui'];_0x4c46e3(this['_model'],({left:_0x2c8d7a,entered:_0x5354cc})=>{for(const _0x34fa21 of _0x2c8d7a){const {group:_0x4cafcb,type:_0xd310c2}=this['_splitMarkerName'](_0x34fa21['name']);if('suggestion'===_0x4cafcb){_0x116ff0['announce'](this['_getMarkerAnnouncementText'](_0xd310c2,'LEAVE'));break;}}for(const _0x130429 of _0x5354cc){const {group:_0x207aa0,type:_0x3c43a3}=this['_splitMarkerName'](_0x130429['name']);if('suggestion'===_0x207aa0){_0x116ff0['announce'](this['_getMarkerAnnouncementText'](_0x3c43a3,'ENTER',_0x753ada(_0x5ece77)));break;}}});}['_processAttributeChanges'](_0x3b5deb){if(this['_recordAttributeSuggestions'])return!0x1;const _0x37c9f4=this['editor'],_0x22192e=_0x37c9f4['model']['document']['differ']['getChanges']();if(0x0==_0x22192e['length'])return!0x1;const _0x8998f2=[],_0x2e0323=_0x22192e['filter'](_0x37208d=>'attribute'==_0x37208d['type']),_0x2b2925=_0x22192e['filter'](_0x3ed285=>'insert'==_0x3ed285['type']&&'$text'!=_0x3ed285['name']),_0x39adbe=_0x22192e['filter'](_0x2b2a09=>'remove'==_0x2b2a09['type']&&'$text'!=_0x2b2a09['name']);for(const _0x49a8c7 of _0x2e0323)_0x8998f2['push']({'key':_0x49a8c7['attributeKey'],'newValue':_0x49a8c7['attributeNewValue'],'oldValue':_0x49a8c7['attributeOldValue'],'range':Pt(_0x49a8c7['range'],_0x37c9f4['model'])});for(const _0x564edb of _0x2b2925){const _0x527dcf=_0x39adbe['find'](_0x1c0fc4=>_0x1c0fc4['position']['isEqual'](_0x564edb['position']));_0x527dcf&&_0x8998f2['push']({'key':m,'newValue':_0x564edb['name'],'oldValue':_0x527dcf['name'],'range':_0x37c9f4['model']['createRangeOn'](_0x564edb['position']['nodeAfter'])});}return 0x0!=_0x8998f2['length']&&this['_reduceExistingSuggestions'](_0x3b5deb,_0x8998f2);}['_processAttributeSuggestions'](_0x301b65){let _0x1b254c=!0x1;const _0x15c4ee=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x462be9=>_0x462be9['data']['newRange']&&_0x462be9['name']['startsWith']('suggestion:attribute:'));for(const _0xbb2246 of _0x15c4ee){const {subType:_0x42344a,id:_0x57e230}=this['_splitMarkerName'](_0xbb2246['name']),_0x48b24d=_0x42344a['split']('|')[0x0];for(const _0xff4f86 of this['getSuggestions']({'skipNotAttached':!0x0}))_0xff4f86['id']!=_0x57e230&&'attribute'==_0xff4f86['type']&&_0xff4f86['data']&&_0xff4f86['data']['key']==_0x48b24d&&_0xff4f86['getFirstRange']()['isIntersecting'](_0xbb2246['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0xff4f86,_0xbb2246['data']['newRange'],_0x301b65),_0x1b254c=!0x0);}return _0x1b254c;}['_recordAttributeChanges'](_0x8eef9b){this['_recordAttributeSuggestions']=!0x0,_0x8eef9b();}['_isRegisteredAttribute'](_0x3275fd){const _0x3301ae=this['_isBlockAttribute'](_0x3275fd),_0x513aae=this['_inlineAttributeKeys']['has'](_0x3275fd);return _0x3301ae||_0x513aae;}['_reduceExistingSuggestions'](_0x233703,_0x2024b2){if(0x0==_0x2024b2['length'])return!0x1;let _0x452cb7=!0x1;for(const _0xb27d4a of _0x2024b2){const _0x1c4d20=this['_findSuggestions'](_0xb27d4a['range'],'attribute')['filter'](_0x2bf384=>!_0x2bf384['meta']['isNextTo'])['map'](_0x27aa5a=>_0x27aa5a['suggestion']),_0xd386ae=_0x4eeb59({'newValue':_0xb27d4a['newValue']});_0x1c4d20['filter'](_0xac368a=>{const [_0x48905c,_0xc14e98]=_0xac368a['subType']['split']('|');return _0x48905c==_0xb27d4a['key']&&_0xc14e98!=_0xd386ae;})['forEach'](_0x3e63d0=>{this['_reduceSuggestionAttributeRange'](_0x3e63d0,_0xb27d4a['range'],_0x233703),_0x452cb7=!0x0;});}return _0x452cb7;}['_reduceSuggestionAttributeRange'](_0x169d2e,_0x2eaa55,_0x339443){const _0x29e724=_0x169d2e['getFirstRange']()['getDifference'](_0x2eaa55);0x0!==_0x29e724['length']?0x1!==_0x29e724['length']?this['_breakSuggestionMarker'](_0x169d2e,_0x2eaa55['start'],_0x2eaa55['end']):this['_setSuggestionRange'](_0x169d2e,_0x29e724[0x0]):_0x339443['removeMarker'](_0x169d2e['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x217ef1){this['_editor']=_0x217ef1,this['_model']=_0x217ef1['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x3401b8,_0x119370,_0x10dccc,_0x202eb9,_0xf3e0b8,_0x513375){return new u(this['_model'],{'type':_0x3401b8,'subType':_0x119370,'id':_0x10dccc,'author':_0x202eb9,'creator':_0x202eb9,'attributes':_0xf3e0b8,'onAttributesChange':_0x513375,'onAccept':(..._0x2b9256)=>this['getSuggestionCallback'](_0x3401b8,_0x119370,'accept')(..._0x2b9256),'onDiscard':(..._0x5c8ed5)=>this['getSuggestionCallback'](_0x3401b8,_0x119370,'discard')(..._0x5c8ed5)});}['registerCustomCallback'](_0x486b6d,_0x48b2c9,_0x5a6268,_0x2ba452){const _0x2778ba=_0x486b6d+':'+_0x48b2c9+':'+_0x5a6268;this['_customCallbacks']['set'](_0x2778ba,_0x2ba452);}['getSuggestionCallback'](_0x571740,_0x57dbcb,_0x3aa383){const _0x25bc76=_0x571740+':'+_0x57dbcb+':'+_0x3aa383;return this['_customCallbacks']['get'](_0x25bc76)||this['_defaultCallbacks']['get'](_0x571740+':'+_0x3aa383);}['_registerDefaultCallbacks'](){const _0x307b1d=()=>!0x1,_0x291a68=_0x25f9ff=>{_0x25f9ff['sort']((_0x42f308,_0x38532c)=>_0x42f308['start']['isBefore'](_0x38532c['start'])?0x1:-0x1),this['_model']['change'](_0x545103=>{for(const _0x4c3aee of _0x25f9ff){let _0x41b125;_0x41b125=_0x4c3aee['end']['isAtEnd']&&_0x4c3aee['end']['parent']==_0x4c3aee['start']['nodeAfter']?_0x545103['createSelection'](_0x4c3aee['start']['nodeAfter'],'on'):_0x545103['createSelection'](_0x4c3aee),this['_model']['deleteContent'](_0x41b125,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2d3e92=(_0x293b63,_0xc057b)=>{_0xc057b&&this['_model']['change'](_0x35796c=>{const {commandName:_0x103a9f,commandParams:_0x23efb1=[]}=_0xc057b,_0x49d80f=_0x293b63['map'](_0x235f51=>(Vt(_0x235f51)&&(_0x235f51=this['_model']['createRange'](_0x235f51['end'])),_0x235f51))['filter'](_0x3d97fd=>'$graveyard'!==_0x3d97fd['root']['rootName']);if(_0x49d80f['length']<0x1)return;const _0x1fdb68=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x2dcc53=>_0xf41792['fromRange'](_0x2dcc53));_0x35796c['setSelection'](_0x49d80f);for(const _0x4af3ee of this['_editor']['commands']['commands']())_0x4af3ee['refresh']();_0x23efb1['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x103a9f,..._0x23efb1);const _0xeb7256=_0x1fdb68['filter'](_0x146324=>'$graveyard'!=_0x146324['root']['rootName']);_0xeb7256['length']>0x0&&_0x35796c['setSelection'](_0xeb7256);for(const _0xb6bb1f of _0x1fdb68)_0xb6bb1f['detach']();});},_0x20fab0=(_0x5e56fc,_0x106660)=>0x1==_0x5e56fc['length']&&0x1==_0x106660['length']&&_0x5e56fc[0x0]['end']['isEqual'](_0x106660[0x0]['start']),_0x70e3f3=(_0x3fcb02,_0x1941e7,_0x45c127,_0x141d08)=>Ht(_0x3fcb02,_0x1941e7,_0x45c127,_0x141d08,this['_model'])?[_0x3fcb02,_0x1941e7]:Ht(_0x1941e7,_0x3fcb02,_0x141d08,_0x45c127,this['_model'])?[_0x1941e7,_0x3fcb02]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x307b1d),this['_defaultCallbacks']['set']('insertion:discard',_0x291a68),this['_defaultCallbacks']['set']('insertion:join',_0x20fab0),this['_defaultCallbacks']['set']('insertion:chain',_0x70e3f3),this['_defaultCallbacks']['set']('deletion:accept',_0x291a68),this['_defaultCallbacks']['set']('deletion:discard',_0x307b1d),this['_defaultCallbacks']['set']('deletion:join',_0x20fab0),this['_defaultCallbacks']['set']('deletion:chain',_0x70e3f3),this['_defaultCallbacks']['set']('formatInline:accept',_0x2d3e92),this['_defaultCallbacks']['set']('formatInline:discard',_0x307b1d),this['_defaultCallbacks']['set']('formatInline:join',_0x20fab0),this['_defaultCallbacks']['set']('formatInline:chain',_0x307b1d),this['_defaultCallbacks']['set']('formatBlock:accept',_0x2d3e92),this['_defaultCallbacks']['set']('formatBlock:discard',_0x307b1d),this['_defaultCallbacks']['set']('formatBlock:join',_0x20fab0),this['_defaultCallbacks']['set']('formatBlock:chain',_0x307b1d),this['_defaultCallbacks']['set']('attribute:accept',_0x307b1d),this['_defaultCallbacks']['set']('attribute:discard',(_0x5cee09,_0x2282f3)=>{if(!_0x2282f3)return;const _0x3247f4=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x26de4c=>{if(_0x2282f3['key']==m)for(const _0x55181e of _0x5cee09){const _0xe9a8cd=_0x55181e['start']['nodeAfter'],_0x248131=_0x2282f3['oldValue'];_0x26de4c['rename'](_0xe9a8cd,_0x248131);}else{if(_0x3247f4['_isBlockAttribute'](_0x2282f3['key'])){for(const _0x1cec6d of _0x5cee09)void 0x0!==_0x2282f3['oldValue']?_0x26de4c['setAttribute'](_0x2282f3['key'],_0x2282f3['oldValue'],_0x1cec6d['start']['nodeAfter']):_0x26de4c['removeAttribute'](_0x2282f3['key'],_0x1cec6d['start']['nodeAfter']);}else{for(const _0x230f07 of _0x5cee09)_0x2282f3['oldValue']?_0x26de4c['setAttribute'](_0x2282f3['key'],_0x2282f3['oldValue'],_0x230f07):_0x26de4c['removeAttribute'](_0x2282f3['key'],_0x230f07);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x20fab0);}}function Ot(_0x11d052,_0x41bf30,_0x56782b){for(const _0x484607 of _0x41bf30['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x484607['root']==_0x484607)return!0x1;if(!_0x56782b['containsItem'](_0x484607))return!0x1;if(_0x11d052['isObject'](_0x484607)||_0x11d052['isLimit'](_0x484607))return!0x0;}return!0x1;}function Vt(_0x168d80){return _0x168d80['end']['parent']==_0x168d80['start']['nodeAfter']&&_0x168d80['end']['isAtStart'];}function Ut(_0x53c06e,_0x9b8361,_0x266761,_0x473abf){const _0x970bd5=_0xc77ad6=>!_0xc77ad6['item']['is']('$textProxy')&&!_0x473abf['isObject'](_0xc77ad6['item']),_0x264eb7=_0x53c06e['start']['getLastMatchingPosition'](_0x970bd5),_0x7db956=_0x53c06e['end']['getLastMatchingPosition'](_0x970bd5,{'direction':'backward'});return(!_0x53c06e['start']['isEqual'](_0x264eb7)||!_0x53c06e['end']['isEqual'](_0x7db956))&&(_0x264eb7['isBefore'](_0x7db956)?_0x266761['updateMarker'](_0x9b8361,{'range':_0x266761['createRange'](_0x264eb7,_0x7db956)}):_0x266761['removeMarker'](_0x9b8361),!0x0);}function Gt(_0x318914){return _0x4eeb59(_0x318914);}function Ft(_0x360567){const _0x35196f=_0x360567['start']['nodeAfter'];return _0x35196f&&_0x35196f['is']('element');}function Pt(_0x3e7a14,_0x5a70e1){return null==_0x3e7a14['end']['nodeBefore']&&_0x3e7a14['end']['parent']==_0x3e7a14['start']['nodeAfter']?Lt(_0x3e7a14['start']['nodeAfter'],_0x5a70e1):_0x3e7a14;}function Lt(_0x26205f,_0x3ea47a){const _0x127490=_0x3ea47a['schema']['isObject'](_0x26205f)||_0x3ea47a['schema']['isSelectable'](_0x26205f);return _0x3ea47a['createRange'](_0x3ea47a['createPositionAt'](_0x26205f,'before'),_0x127490?_0x3ea47a['createPositionAfter'](_0x26205f):_0x3ea47a['createPositionAt'](_0x26205f,'end'));}function Ht(_0x108ede,_0x17b99b,_0x4a81ad,_0xcee527,_0x5a6476){if(_0x108ede['next'])return!0x1;if(!Jt(_0x108ede,_0x17b99b))return!0x1;if(_0x4a81ad['end']['isEqual'](_0xcee527['start']))return!0x0;if(_0x108ede['type']!=_0x17b99b['type'])return!0x1;if(!_0x4a81ad['end']['isTouching'](_0xcee527['start']))return!0x1;const _0x182911=_0x5a6476['createRange'](_0x4a81ad['end'],_0xcee527['start'])['getWalker']();for(const _0x23dce2 of _0x182911)if(['elementStart','elementEnd']['includes'](_0x23dce2['type'])&&_0x5a6476['schema']['isLimit'](_0x23dce2['item']))return!0x1;return!0x0;}function Jt(_0x1f6004,_0x187691){if(!_0x1f6004['_isDataLoaded']||!_0x187691['_isDataLoaded'])return!0x1;const _0x37dd38=new Set(Object['keys'](_0x1f6004['attributes'])),_0x1df42f=new Set(Object['keys'](_0x187691['attributes']));if(_0x37dd38['delete']('groupId'),_0x1df42f['delete']('groupId'),0x0==_0x37dd38['size']&&0x0==_0x1df42f['size'])return!0x0;if(_0x37dd38['size']!=_0x1df42f['size'])return!0x1;const _0x42bff6={..._0x1f6004['attributes']},_0x6233e0={..._0x187691['attributes']};return delete _0x42bff6['groupId'],delete _0x6233e0['groupId'],JSON['stringify'](_0x42bff6)==JSON['stringify'](_0x6233e0);}function qt(_0x298d44,_0x11d70a){const _0xfd8e54=zt(_0x298d44['attributes']),_0xb823e9=zt(_0x11d70a);if(!_0x298d44['_isDataLoaded'])return!0x1;for(const _0x15fb0e of Object['keys'](_0xb823e9))if(!_0x3bc98d(_0xfd8e54[_0x15fb0e],_0xb823e9[_0x15fb0e]))return!0x1;return!0x0;}function zt(_0x927090){const _0x3630f6=Object['assign']({},_0x927090);return delete _0x3630f6['skipNestingCheck'],delete _0x3630f6['tablePasteChainId'],_0x3630f6;}class ae extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x9ee3f1(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x336701,_0xd5be1,_0xce96bb,_0x4371b2){super(),this['model']=_0xd5be1,this['view']=_0xce96bb,this['commentThreadController']=_0x4371b2,this['_editor']=_0x336701,this['_acceptCommand']=_0x336701['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x336701['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x10ec2e,_0x4947)=>_0x10ec2e||_0x4947),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x207546=>_0x207546&&this['_editor']['model']['canEditAt'](_0xd5be1['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x94dd73=>_0x94dd73&&this['_editor']['model']['canEditAt'](_0xd5be1['getRanges']())),this['_pendingAction']=null,_0xce96bb['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0xce96bb,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0xce96bb,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0xce96bb,'change:isDirty',()=>{_0xce96bb['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 _0x2df1b1=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x2df1b1);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x228380{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x505eb7,_0x1bf22a,_0xf37ace,_0x45cc1e){super(_0x505eb7),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x3bb823(_0x505eb7,o(_0x505eb7,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x1bf22a['authoredAt']),this['bind']('authoredAt')['to'](_0x1bf22a),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',_0x1bf22a,'authoredAt',this,'descriptionParts',(_0x4db004,_0x3652b9,_0x5dce95)=>{const _0x38215a=_0x5dce95['map'](_0x1adc3d=>ls(_0x1adc3d['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x4db004-0x1,_0x1bf22a['author']['name'],_0x3652b9?_0x45cc1e['formatDateTime'](_0x3652b9):'',new DOMParser()['parseFromString'](_0x38215a,'text/html')['body']['textContent']]);}),this['focusables']=new _0x400e93(),this['focusTracker']=new _0x261afb(),this['keystrokes']=new _0x3ca11b(),this['focusCycler']=new _0x2e8663({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x235120=>_0x235120['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x1bf22a,this['_localUser']=_0xf37ace,this['_config']=_0x45cc1e,_0x45cc1e['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x228aad(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x2de8c6}=this['_config'];this['commentsListView']=new _0x2de8c6(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',_0xe94555=>_0xe94555+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x4063af,_0xed56)=>_0x4063af||!!_0xed56);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x36ef01}=this['_config'],_0x189228=new _0x36ef01(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x35ead1=_0x189228['commentInputView'];return _0x189228['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x35ead1,'value',(_0x47a670,_0x282e95,_0x118933)=>!!_0x118933||_0x47a670&&!_0x282e95),_0x35ead1['on']('submit',(_0xcbdcd1,_0x119cbc)=>{this['fire']('addComment',_0x119cbc),_0x35ead1['editor']['setData']('');}),_0x35ead1['on']('cancel',()=>this['focus']()),_0x35ead1['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x189228;}}class re extends us{['suggestionView'];['_descriptionElement'];constructor(_0x1cb335,_0x4d0892,_0xf51020,_0x234627){super(_0x1cb335,_0x4d0892,_0xf51020,_0x234627),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x49997a=>_0x49997a&&_0x49997a[0x0]?_0x49997a[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0xcfadd9,_0x2250c1)=>{let _0x1e8080='';for(const _0x351b6b of _0xcfadd9)_0x1e8080+='<p>'+ls(_0x351b6b['content'],_0x351b6b['color'])+'</p>';return _0x2250c1?_0x1e8080:_0x227449(_0x1e8080,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x234627['SuggestionView'](_0x1cb335,_0x4d0892,{'formatDateTime':_0x234627['formatDateTime']}),this['suggestionView']['bind']('description')['to'](this),this['suggestionView']['delegate']('acceptSuggestion','discardSuggestion')['to'](this),this['suggestionView']['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['suggestionView']['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['focusables']['add'](this['suggestionView']),this['commentsListView']&&this['focusables']['add'](this['commentsListView']),this['commentThreadInputView']&&this['focusables']['add'](this['commentThreadInputView']),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x3901ea=this['bindTemplate'],_0x372db4=[this['suggestionView']];return this['commentsListView']&&_0x372db4['push'](this['commentsListView']),this['commentThreadInputView']&&_0x372db4['push'](this['commentThreadInputView']),_0x372db4['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x3901ea['if']('isActive','ck-suggestion-wrapper--active'),_0x3901ea['to']('type',_0x5f4a01=>'ck-suggestion-'+_0x5f4a01),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':_0x3901ea['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x372db4};}['render'](){super['render'](),this['commentsListView']&&(this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this)),this['commentThreadInputView']&&(this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this));}}class ce extends _0x228380{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x27da57,_0x2583d6,_0xef299c){super(_0x27da57),this['_model']=_0x2583d6,this['_config']=_0xef299c,this['set']('description',''),this['bind']('authoredAt')['to'](_0x2583d6),this['acceptButton']=this['_createButton'](o(_0x27da57,'Accept\x20suggestion'),_0x266fe0['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x27da57,'Discard\x20suggestion'),_0x266fe0['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x1986f5(_0x27da57,_0x2583d6['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x400e93([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x261afb(),this['keystrokes']=new _0x3ca11b(),this['focusCycler']=new _0x2e8663({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x1f10ac=>_0x1f10ac['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x3d1bee=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x3d1bee['innerHTML']=this['description'],this['on']('change:description',(_0x4484a1,_0x21d68d,_0x3070dc)=>{_0x3d1bee['innerHTML']=_0x3070dc;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x53c0ec=this['bindTemplate'],_0xba8783=[{'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':_0x53c0ec['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x53c0ec['to']('authoredAt',_0x4c24bb=>this['_config']['formatDateTime'](_0x4c24bb))}]}]},{'tag':'div','attributes':{'class':['ck-suggestion__actions','ck-annotation__actions']},'children':[this['acceptButton'],this['discardButton']]},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']}}];return this['_model']['isExternal']&&_0xba8783['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]}),{'tag':'div','attributes':{'class':['ck-suggestion','ck-annotation'],'tabindex':-0x1},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main','ck-annotation__main'],'role':'presentation'},'children':_0xba8783}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):o(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x5c844b,_0x1cba7a,_0x311e00,_0x22436b,_0x49c430){const _0x1df067=new _0xb1998d(this['locale']);return _0x1df067['set']({'label':_0x5c844b,'icon':_0x1cba7a,'tooltip':!0x0,'tooltipPosition':_0x49c430}),_0x1df067['extendTemplate']({'attributes':{'class':_0x311e00}}),_0x1df067['on']('execute',()=>{this['fire'](_0x22436b,this['_model']['id']);}),_0x1df067;}['_setupKeyboardNavigation'](){const _0xcdfb08=this['element'];this['keystrokes']['listenTo'](_0xcdfb08);for(const _0x31e5ef of this['focusables'])this['focusTracker']['add'](_0x31e5ef['element']),this['keystrokes']['listenTo'](_0x31e5ef['element']);this['keystrokes']['set']('enter',(_0x54ad3f,_0x410888)=>{_0xcdfb08===_0x54ad3f['target']&&(this['focusCycler']['focusFirst'](),_0x410888());}),this['keystrokes']['set']('esc',(_0x28e078,_0x2cf025)=>{_0xcdfb08!==_0x28e078['target']&&(this['focus'](),_0x2cf025());});}}var he='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M6.182\x205.514a.643.643\x200\x200\x200-.636.64v-.001a.636.636\x200\x200\x200\x20.636.639h5.682a.641.641\x200\x200\x200\x20.636-.638.637.637\x200\x200\x200-.636-.64H6.182Z\x22/><path\x20d=\x22M6.182\x208.5a.642.642\x200\x200\x200-.588.882.636.636\x200\x200\x200\x20.588.395h5.682a.641.641\x200\x200\x200\x20.636-.639.635.635\x200\x200\x200-.636-.638H6.182Z\x22/><path\x20d=\x22M6.18\x2011.5a.64.64\x200\x200\x200\x200\x201.278h3.133a.64.64\x200\x200\x200\x200-1.278H6.18Z\x22/><path\x20d=\x22m11.772\x2018.308.154-.23c-.195-.098-.304-.192-.328-.28-.024-.09\x200-.274.076-.551.062-.166.099-.296.11-.393a2.934\x202.934\x200\x200\x200\x200-.479c-.137-.41-.2-.685-.186-.83.013-.145.117-.335.313-.57l4.465-6.207c.356-.6\x201.059-.56\x202.11.118\x201.05.68\x201.443\x201.272\x201.177\x201.772l-3.876\x206.833c-.105.27-.22.444-.347.515-.128.07-.4.119-.813.139a2.954\x202.954\x200\x200\x200-.487.21c-.127.09-.244.193-.347.31-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.739Zm-.184.274\x201.039.727-.26.34h-1.496l.717-1.067Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M3.272\x201A1.28\x201.28\x200\x200\x200\x202\x202.28v14.439a1.276\x201.276\x200\x200\x200\x201.272\x201.28h6.838a2.13\x202.13\x200\x200\x201\x20.003-.61c.024-.18.066-.363.113-.534.012-.046.027-.092.043-.136.011-.029.02-.052.025-.069v-.008a7.395\x207.395\x200\x200\x201-.042-.142H3.5V2.46s11\x20.002\x2011\x20.005v6.341l.627-.872c.204-.32.49-.614.873-.819V2.281c0-.707-.569-1.28-1.272-1.28L3.272\x201ZM16\x209.29l-1.5\x202.085V16.5h-2.708c.005.118.002.236-.007.354a.904.904\x200\x200\x201-.013.075l-.001.005a3.108\x203.108\x200\x200\x201-.097.312c-.027.101-.048.19-.062.266a.734.734\x200\x200\x200-.014.287.25.25\x200\x200\x200\x20.068.105.65.65\x200\x200\x200\x20.088.074l.017.011.016.01h.175L14.73\x2018c.697\x200\x201.271-.573\x201.271-1.281v-7.43Z\x22/></svg>\x0a';class d extends _0x328234{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x25715a,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x2d0032){super(_0x2d0032),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x531671=this['editor']['config'];_0x531671['define']('trackChanges.SuggestionThreadView',re),_0x531671['define']('trackChanges.SuggestionView',ce),_0x531671['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x531671['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x39167e,_0x1bdf59){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x3867bf,_0x1f719e]of this['_handleControllerBuffer']){const _0x76be79=this['_suggestionToController']['has'](_0x3867bf);_0x76be79||_0x1f719e?_0x76be79&&_0x1f719e&&this['_destroyController'](_0x3867bf):this['_initializeController'](_0x3867bf);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x39167e,_0x1bdf59);}['init'](){const _0x27d207=this['editor'],_0x353b81=_0x27d207['plugins']['get']('TrackChangesEditing'),_0x272966=_0x27d207['plugins']['get']('Annotations'),_0x5ed7fb=_0x27d207['plugins']['get']('EditorAnnotations'),_0x757b10=_0x27d207['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x5ed7fb['addSourceCollector'](()=>{const _0x193236=[];for(const [_0x291ada,_0x1bb910]of Array['from'](this['_suggestionToController'])){const _0x2bf7d6=_0x291ada['getAllAdjacentSuggestions'](),_0x25a67c=[];for(const _0x1efa58 of _0x2bf7d6){if(!_0x1efa58['isInContent'])continue;if(_0x1efa58['isMultiRange']){_0x25a67c['push'](..._0x1efa58['getRanges']());continue;}const _0x39ec04=_0x1efa58['getFirstRange']();if(_0x25a67c['length']>0x0){const _0x1f2015=_0x25a67c[0x0]['getJoined'](_0x39ec04);if(_0x1f2015){_0x25a67c[0x0]=_0x1f2015;continue;}}_0x25a67c['push'](_0x39ec04);}_0x193236['push']([_0x1bb910['view'],_0x25a67c]);}return _0x193236;}),this['listenTo'](_0x353b81,'suggestionLoaded',(_0x3d6991,_0x5b3da1)=>{this['listenTo'](_0x5b3da1,'change:previous',(_0x5467ff,_0x3cff69,_0x3c3905,_0x9aa0be)=>{_0x5b3da1['isInContent']&&(null==_0x3c3905?(this['_updateController'](_0x9aa0be['head']),this['_handleSuggestionControllerDelayed'](_0x5b3da1,!0x1)):(this['_updateController'](_0x3c3905['head']),null==_0x9aa0be&&this['_handleSuggestionControllerDelayed'](_0x5b3da1,!0x0)));}),null!==_0x5b3da1['previous']?this['_updateController'](_0x5b3da1['head']):this['_handleSuggestionControllerDelayed'](_0x5b3da1,!0x1);}),this['listenTo'](_0x353b81,'suggestionUnloaded',(_0x19177c,_0xd6a89,_0x4cc4e6)=>{this['stopListening'](_0xd6a89,'change:previous'),this['_handleControllerBuffer']['delete'](_0xd6a89),this['_suggestionToController']['has'](_0xd6a89)&&this['_destroyController'](_0xd6a89),_0x4cc4e6&&this['_updateController'](_0x4cc4e6['head']);}),this['listenTo'](_0x353b81,'suggestionChanged',(_0x5560c5,_0xfb7c3d)=>{this['_updateController'](_0xfb7c3d);}),this['listenTo'](_0x272966,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x757b10,'addComment',(_0x55b77d,{threadId:_0x42d300,isFromAdapter:_0x5555ce})=>{if(_0x5555ce||!_0x353b81['hasSuggestion'](_0x42d300))return;const _0x593ad9=_0x353b81['getSuggestion'](_0x42d300);this['_suggestionToController']['get'](_0x593ad9)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x4a0ca6=this['editor']['plugins']['get']('Annotations'),_0xc5a1a6=this['editor']['plugins']['get']('TrackChangesEditing'),_0x41b1ff=Array['from'](_0x4a0ca6['activeAnnotations'],_0x371205=>_0x371205['innerView'])['filter'](_0x38024d=>this['_viewToController']['has'](_0x38024d)),_0x30a3b7=[];for(const _0x10aa90 of _0x41b1ff){const _0x32cf62=this['_viewToController']['get'](_0x10aa90)['model']['getAllAdjacentSuggestions']();_0x30a3b7['push'](..._0x32cf62['reduce']((_0x207a84,_0x2b78c9)=>[..._0x207a84,..._0x2b78c9['getMarkerNames']()],[]));}_0xc5a1a6['activeMarkers']=_0x30a3b7;}['_addUIComponentsToFactory'](){const _0x5bb407=this['editor'],_0x47eca2=_0x5bb407['locale'],_0x29d963=o(_0x47eca2,'Track\x20changes'),_0x2154fb=new Wt([{'type':'switchbutton','model':new _0x1bd09f({'withText':!0x0,'isToggleable':!0x0,'label':_0x29d963,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x1bd09f({'withText':!0x0,'label':o(_0x47eca2,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x1bd09f({'withText':!0x0,'label':o(_0x47eca2,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x1bd09f({'withText':!0x0,'label':o(_0x47eca2,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x1bd09f({'withText':!0x0,'label':o(_0x47eca2,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0xb65f47 of _0x2154fb)if(me(_0xb65f47)){const _0x2b9d4c=_0x5bb407['commands']['get'](_0xb65f47['model']['commandName']);_0xb65f47['model']['bind']('isOn','isEnabled')['to'](_0x2b9d4c,'value','isEnabled');}_0x5bb407['ui']['componentFactory']['add']('trackChanges',_0x41197c=>this['_createToolbarButton'](_0x41197c,_0x2154fb,_0x29d963)),_0x5bb407['ui']['componentFactory']['add']('menuBar:trackChanges',_0x1d81f1=>this['_createMenuBarMenu'](_0x1d81f1,_0x2154fb,_0x29d963));}['_createToolbarButton'](_0x1d4e15,_0x547789,_0x2917f4){const _0xb64fbd=Qt(_0x1d4e15,_0x34e820),_0x34c220=this['editor']['commands']['get']('trackChanges');_0xb64fbd['buttonView']['set']({'tooltip':_0x2917f4,'label':_0x2917f4,'icon':he}),_0xb64fbd['buttonView']['bind']('isOn')['to'](_0x34c220,'value'),_0xb64fbd['buttonView']['on']('execute',()=>{_0x34c220['execute'](),this['editor']['editing']['view']['focus']();}),Kt(_0xb64fbd,_0x547789,{'role':'menu'});const _0x5174e3=[];for(const _0xb18e0f of _0x547789)me(_0xb18e0f)&&_0x5174e3['push'](this['editor']['commands']['get'](_0xb18e0f['model']['commandName']));const _0xfe5b5d=_0xb64fbd['buttonView'];return _0xfe5b5d['actionView']['unbind']('isEnabled'),_0xfe5b5d['arrowView']['unbind']('isEnabled'),_0xfe5b5d['actionView']['bind']('isEnabled')['to'](_0x34c220,'isEnabled'),_0xfe5b5d['arrowView']['bind']('isEnabled')['toMany'](_0x5174e3,'isEnabled',(..._0x14152d)=>_0x14152d['some'](_0x1edf03=>_0x1edf03)),_0xb64fbd['on']('execute',_0x4a88ff=>{this['editor']['execute'](_0x4a88ff['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0xb64fbd;}['_createMenuBarMenu'](_0x511a95,_0x406834,_0x5d9d19){const _0x24b8fd=new Yt(_0x511a95),_0x10c8e3=this['editor']['commands']['get']('trackChanges');_0x24b8fd['buttonView']['set']({'label':_0x5d9d19,'icon':he});const _0x21a199=new Zt(_0x511a95);for(const _0x1d39af of _0x406834){if('separator'==_0x1d39af['type']){_0x21a199['items']['add'](new Xt(_0x511a95));continue;}const _0x2513b3=new te(_0x511a95,_0x24b8fd),_0x405077=new _0x45f15a(_0x511a95),_0x1fe695=_0x1d39af['model'];_0x405077['bind'](...Object['keys'](_0x1fe695))['to'](_0x1fe695),_0x405077['delegate']('execute')['to'](_0x24b8fd),_0x405077['on']('execute',()=>{this['editor']['execute'](_0x1fe695['commandName']),this['editor']['editing']['view']['focus']();}),_0x2513b3['children']['add'](_0x405077),_0x21a199['items']['add'](_0x2513b3);}return _0x24b8fd['bind']('isEnabled')['to'](_0x10c8e3,'isEnabled'),_0x24b8fd['panelView']['children']['add'](_0x21a199),_0x24b8fd;}['_initializeController'](_0x5c26bf){const _0x529d11=this['editor'],_0x257550=_0x529d11['config'],_0x191dce=_0x529d11['plugins']['get']('Annotations'),_0x42a9f8=_0x529d11['plugins']['get']('CommentsRepository'),_0x25d1e1=_0x529d11['plugins']['get']('EditorAnnotations'),_0x5b2801=_0x529d11['plugins']['get'](_0x25715a)['me'],_0x4561be=_0x257550['get']('trackChanges')['SuggestionThreadView'],_0x5de33f=_0x257550['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x5f564f,CommentThreadInputView:_0x35aa3d}=_0x529d11['plugins']['get']('CommentsUI');let _0x4f949c,_0x4e88f7,_0x559230;this['_annotationViews']['has'](_0x5c26bf['id'])?(_0x4e88f7=this['_annotationViews']['get'](_0x5c26bf['id']),_0x4f949c=_0x4e88f7['mainView']):(_0x4f949c=new _0x4561be(_0x529d11['locale'],_0x5c26bf,_0x5b2801,{'disableComments':this['_disableComments'],'editorConfig':_0x257550['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x257550['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x257550['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x257550['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x5a3cec(_0x257550['get']('locale')),'CommentView':_0x257550['get']('comments')['CommentView'],'CommentsListView':_0x5f564f,'CommentThreadInputView':_0x35aa3d,'SuggestionView':_0x5de33f}),_0x4f949c['suggestionView']['acceptButton']['on']('execute',()=>{_0x529d11['editing']['view']['focus']();}),_0x4f949c['suggestionView']['discardButton']['on']('execute',()=>{_0x529d11['editing']['view']['focus']();}),_0x4e88f7=_0x191dce['createAnnotationView'](this['editor']['locale'],_0x4f949c),_0x4e88f7['bind']('isDirty')['to'](_0x4f949c,'isDirty'),_0x4e88f7['bind']('length')['to'](_0x4f949c),_0x4e88f7['bind']('type')['to'](_0x4f949c,'type',_0x5db73d=>'suggestion-'+_0x5db73d),_0x4f949c['on']('escape',()=>{_0x559230['fire']('escape');}),this['_annotationViews']['set'](_0x5c26bf['id'],_0x4e88f7));const _0x2b8656=_0x42a9f8['createCommentThreadController'](_0x5c26bf['commentThread'],_0x4f949c),_0x21330b=new ae(_0x529d11,_0x5c26bf,_0x4f949c,_0x2b8656),_0x5be572=_0x5c26bf['getAllAdjacentSuggestions']()['filter'](_0x4b6f88=>_0x4b6f88['isInContent']);_0x4f949c['descriptionParts']=_0x529d11['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x5be572),this['_suggestionToController']['set'](_0x5c26bf,_0x21330b),this['_viewToController']['set'](_0x4f949c,_0x21330b),_0x559230=_0x191dce['createAnnotation']({'view':_0x4e88f7,'target':()=>{const _0x173134=[],_0x48bb94=_0x5c26bf['getAllAdjacentSuggestions']()['filter'](_0x3f4fe8=>_0x3f4fe8['isInContent']);for(const _0x544362 of _0x48bb94)_0x173134['push'](..._0x544362['getMarkers']());return _0x54b84c(_0x529d11['editing'],_0x173134);},'type':()=>'suggestion-'+_0x21330b['view']['type']}),_0x42a9f8['_bindAnnotationToEditors'](_0x4f949c,_0x559230),_0x191dce['add'](_0x559230),_0x25d1e1['registerAnnotation'](_0x559230);}['_destroyController'](_0x54723a){const _0x4b53a5=this['editor']['plugins']['get']('CommentsRepository'),_0x594486=this['editor']['plugins']['get']('Annotations'),_0x5954d6=this['_suggestionToController']['get'](_0x54723a),_0x49c3f9=_0x5954d6['view'],_0x16320c=_0x594486['getByInnerView'](_0x49c3f9);_0x4b53a5['_unbindEditors'](_0x49c3f9),_0x16320c&&_0x594486['remove'](_0x16320c),this['_suggestionToController']['delete'](_0x54723a),this['_viewToController']['delete'](_0x49c3f9),_0x5954d6['destroy']();}['_updateController'](_0x5646d8){if(!_0x5646d8['isInContent']||!this['_suggestionToController']['has'](_0x5646d8))return;const _0x8f317f=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2d307d=this['_suggestionToController']['get'](_0x5646d8),_0x149716=_0x5646d8['getAllAdjacentSuggestions']();_0x2d307d['view']['descriptionParts']=_0x8f317f['descriptionFactory']['getDescriptions'](_0x149716);}['destroy'](){for(const _0x2b7883 of this['_suggestionToController']['keys']())this['_destroyController'](_0x2b7883);for(const _0x4bd275 of this['_annotationViews']['values']())_0x4bd275['mainView']['destroy']();super['destroy']();}}function me(_0x2f45e1){return'model'in _0x2f45e1;}class k extends _0x328234{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x528458){this['editor']['plugins']['get'](p)['adapter']=_0x528458;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x2399d4){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x2399d4);}['getSuggestions']({skipNotAttached:_0x5b5402=!0x1,toJSON:_0x334e25=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x5b5402,'toJSON':_0x334e25});}['getSuggestion'](_0x4855c8){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x4855c8);}}const T=['Pagination'];class P extends _0x328234{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x5581a9=this['editor'];if(_0x5581a9['config']['define']('trackChangesData.editorCreator',_0x2f867b=>{const _0x89737a=_0x5581a9['model']['document']['getRootNames']()['reduce']((_0x414e74,_0x245e25)=>(_0x414e74[_0x245e25]='',_0x414e74),{});return _0x5581a9['constructor']['create'](_0x89737a,_0x2f867b);}),'function'!=typeof _0x5581a9['config']['get']('trackChangesData')['editorCreator'])throw new _0x2d253a('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x164bbd){return N(this['editor'],!0x0,_0x164bbd);}['getDataWithDiscardedSuggestions'](_0x22e7e8){return N(this['editor'],!0x1,_0x22e7e8);}}class D extends _0x328234{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x2379ba){super(_0x2379ba),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(_0x1ca7e8){return void 0x0!==_0x1ca7e8['getRootsAttributes'];}async function N(_0x523d7f,_0x181930,_0xc12b30){const _0x3ad39f=_0x323a73(_0x523d7f,T);_0x3ad39f['plugins']['push'](p,D),_0x3ad39f['rootsAttributes']=v(_0x523d7f)?_0x523d7f['getRootsAttributes']():void 0x0;const _0x3edaab=document['createDocumentFragment'](),_0x1a7f47=_0x523d7f['config']['get']('trackChangesData')['editorCreator'],_0x526029=await _0x1a7f47(_0x3ad39f,()=>function(_0x572fad){const _0x59f210=document['createElement']('div');return _0x572fad['appendChild'](_0x59f210),_0x59f210;}(_0x3edaab));!function(_0x38356a,_0x982e40){const _0x1eea53=_0x38356a['model']['document']['getRootNames']()['reduce']((_0x236039,_0x2549c7)=>(_0x236039[_0x2549c7]=_0x38356a['data']['get']({'rootName':_0x2549c7}),_0x236039),{}),_0x2dc7a0=_0x38356a['plugins']['get']('Users')['users']['map'](_0x43f397=>({'id':_0x43f397['id'],'name':_0x43f397['name']})),_0x683487=_0x38356a['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x4558cb=_0x38356a['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x56a925=_0x982e40['plugins']['get']('Users'),_0x1cf4f4=_0x982e40['plugins']['get']('TrackChangesEditing'),_0x1301da=_0x982e40['plugins']['get']('CommentsRepository');for(const _0x11f8fa of _0x1301da['getCommentThreads']())_0x11f8fa['remove']();for(const _0x44cdde of _0x2dc7a0)_0x56a925['getUser'](_0x44cdde['id'])||_0x56a925['addUser'](_0x44cdde);_0x56a925['me']||_0x56a925['useAnonymousUser']();for(const _0x41b39f of _0x4558cb)_0x1301da['addCommentThread'](_0x41b39f);for(const _0x1ea43d of _0x683487)_0x1cf4f4['addSuggestionData'](_0x1ea43d);_0x982e40['data']['set'](_0x1eea53);}(_0x523d7f,_0x526029),_0x526029['execute'](_0x181930?'acceptAllSuggestions':'discardAllSuggestions');const _0x1aa049=v(_0x526029)?_0x526029['getFullData'](_0xc12b30):_0x526029['data']['get'](_0xc12b30);return await _0x526029['destroy'](),_0x1aa049;}export{us as BaseSuggestionThreadView,u as Suggestion,re as SuggestionThreadView,ce as SuggestionView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|