@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240930.0 → 0.0.0-nightly-20241002.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 _0x59cc13,PendingActions as _0x13770d,icons as _0x20cacf}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x427e50,ObservableMixin as _0x52e7bc,uid as _0x4dfb6e,insertToPriorityArray as _0xc78535,priorities as _0x62bf82,logWarning as _0xabec64,getEnvKeystrokeText as _0x13bccd,FocusTracker as _0x4b4207,KeystrokeHandler as _0x199b71,Collection as Wt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x5654dd,View as _0x1e173c,ViewCollection as _0x4cc9ea,FocusCycler as _0x3319c0,ViewModel as _0x161574,createDropdown as Qt,SplitButtonView as _0x546495,addListToDropdown as Kt,MenuBarMenuView as Yt,MenuBarMenuListView as Zt,ListSeparatorView as Xt,MenuBarMenuListItemView as te,MenuBarMenuListItemButtonView as _0x335d66}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x466894,hashObject as _0x16bb8b,surroundingMarkersDetector as _0x23fca6,FOCUS_ANNOTATION_KEYSTROKE as _0x3fa135,AriaDescriptionView as _0x5b92e8,setupThreadKeyboardNavigation as _0x20ebaa,trimHtml as _0x1ace08,UserView as _0x4916b8,LateFocusButtonView as _0xec2831,getDateTimeFormatter as _0x375b65,getAllMarkersDomElementsSorted as _0x38cdbd,sanitizeEditorConfig as _0x40a82b}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x524cda,LiveRange as _0x5af0c4,LivePosition as _0x24d499}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x451b7d,toWidget as _0x1e7e6d}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x2b4a1c,set as _0x227296,isEqual as _0xea8be9,unset as _0x4326b4,omit as Tt}from'lodash-es';import{Delete as _0x5720e6,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x378ee0,ShiftEnter as _0x41117f}from'@ckeditor/ckeditor5-enter/dist/index.js';class B extends ts{['_enabledCommands'];constructor(_0x3e7f45,_0x5b116f){super(_0x3e7f45),this['_enabledCommands']=_0x5b116f,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 _0x3030fc of this['editor']['commands']['commands']())_0x3030fc['affectsData']&&!this['_enabledCommands']['has'](_0x3030fc)&&_0x3030fc['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0xfcaf44 of this['editor']['commands']['commands']())_0xfcaf44['affectsData']&&!this['_enabledCommands']['has'](_0xfcaf44)&&_0xfcaf44['clearForceDisabled']('TrackChangesCommand');}}class x extends ts{['_suggestions'];constructor(_0x100bef,_0x4f081f){super(_0x100bef),this['_suggestions']=_0x4f081f,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x576c90){const _0x24b67c=this['_suggestions']['get'](_0x576c90);if(!_0x24b67c)throw new _0x427e50('track-changes-accept-suggestion-not-found',this);const _0x3dfa24=_0x24b67c['getRanges']();this['editor']['model']['canEditAt'](_0x3dfa24)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x24b67c);}}class R extends ts{['_suggestions'];constructor(_0x579989,_0x83ad2f){super(_0x579989),this['_suggestions']=_0x83ad2f,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x6e499d){const _0x3daacf=this['_suggestions']['get'](_0x6e499d);if(!_0x3daacf)throw new _0x427e50('track-changes-discard-suggestion-not-found',this);const _0x2726a8=_0x3daacf['getRanges']();this['editor']['model']['canEditAt'](_0x2726a8)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x3daacf);}}function ls(_0x208fdf,_0x46bc55){let _0x330007='';return _0x330007+=_0x208fdf['split']('*')['map']((_0x5b5bef,_0x1c8de0)=>_0x1c8de0%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0x5b5bef)+'</span>':nn(_0x5b5bef))['join'](''),_0x46bc55&&(_0x330007+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x46bc55['value']+'\x22\x20title=\x22'+_0x46bc55['title']+'\x22></span>'),_0x330007;}function nn(_0x1c07f4){const _0x814cf9=document['createElement']('span');return _0x814cf9['innerText']=_0x1c07f4,_0x814cf9['innerHTML'];}function ss(_0x2b7e42){return _0x2b7e42['sort']((_0x4dbca6,_0x251f64)=>'deletion'==_0x4dbca6['type']&&'deletion'!=_0x251f64['type']?-0x1:'deletion'!=_0x4dbca6['type']&&'deletion'==_0x251f64['type']?0x1:0x0);}function to(_0x4f5de9,_0x238cc4){let _0x4faac2,_0x45ba82=0x0;const _0x2375e7=[],_0x34ebaa=_0x238cc4['schema'];for(;_0x45ba82<_0x4f5de9['length'];){const _0x23992f=_0x4f5de9[_0x45ba82],_0x2d6476=_0x4f5de9[_0x45ba82+0x1];_0x4faac2||(_0x4faac2=_0x238cc4['createPositionBefore'](_0x23992f)),on(_0x238cc4,_0x23992f,_0x2d6476)||(_0x2375e7['push'](_0x238cc4['createRange'](_0x4faac2,_0x34ebaa['isObject'](_0x23992f)?_0x238cc4['createPositionAfter'](_0x23992f):_0x238cc4['createPositionAt'](_0x23992f,'end'))),_0x4faac2=null),_0x45ba82++;}return _0x2375e7;}function on(_0x54c0d1,_0x4fedd3,_0x26c5a1){if(!_0x26c5a1)return!0x1;const _0x479dc2=_0x54c0d1['createPositionAfter'](_0x4fedd3),_0x285217=_0x54c0d1['createPositionBefore'](_0x26c5a1);return _0x479dc2['isTouching'](_0x285217);}function rs(_0x404ed9,_0x116eef,_0x36df97){for(;_0x36df97['length'];){const _0x3e07f8=_0x36df97['splice'](0x0,0x64);_0x404ed9['change'](()=>{for(const _0x31ee46 of _0x3e07f8)_0x31ee46['isInContent']&&_0x116eef['execute'](_0x31ee46['id']);});}}class E extends ts{['_command'];['_suggestions'];constructor(_0x3cb944,_0x933227,_0x280d04){super(_0x3cb944),this['_command']=_0x933227,this['_suggestions']=_0x280d04,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x135f87=Array['from'](this['_suggestions']['values']())['some'](_0x39a1da=>_0x39a1da['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x135f87;}['execute'](){const _0x52af1a=ss(Array['from'](this['_suggestions']['values']()));for(const _0xed10f3 of _0x52af1a){const _0x45b209=_0xed10f3['getRanges']();if(!this['editor']['model']['canEditAt'](_0x45b209))return;}rs(this['editor']['model'],this['_command'],_0x52af1a);}}class O extends ts{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0xf12e20,_0x1ad0e0,_0x1e8ff0){super(_0xf12e20),this['_command']=_0x1ad0e0,this['_suggestions']=_0x1e8ff0,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x56fde5=this['editor']['model']['document']['selection'],_0x1342ac=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x1b17eb,_0x144a1a){const _0x4937cd=Array['from'](_0x1b17eb['getRanges']()),_0x1d9955=new Set();for(const _0x11198f of _0x144a1a)if(_0x11198f['isInContent']){for(const _0x365034 of _0x4937cd)for(const _0x5690c8 of _0x11198f['getRanges']())(_0x365034['isIntersecting'](_0x5690c8)||_0x1b17eb['isCollapsed']&&!_0x11198f['isMultiRange']&&_0x11198f['next']&&_0x5690c8['end']['isTouching'](_0x365034['start']))&&_0x1d9955['add'](_0x11198f);}return _0x1d9955;}(_0x56fde5,_0x1342ac),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x48e7b8=ss(Array['from'](this['_selectedSuggestions']));for(const _0x34d83e of _0x48e7b8){const _0x494ad2=_0x34d83e['getRanges']();if(!this['editor']['model']['canEditAt'](_0x494ad2))return;}rs(this['editor']['model'],this['_command'],_0x48e7b8);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x52e7bc(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x336c04,_0x3a0ecd){super(),this['id']=_0x3a0ecd['id'],this['type']=_0x3a0ecd['type'],this['subType']=_0x3a0ecd['subType']||null,this['author']=_0x3a0ecd['author'],this['creator']=_0x3a0ecd['creator']||_0x3a0ecd['author'],this['isExternal']=Boolean(_0x3a0ecd['attributes']&&_0x3a0ecd['attributes']['@external']),this['data']=null,this['_model']=_0x336c04,this['_onAccept']=_0x3a0ecd['onAccept'],this['_onDiscard']=_0x3a0ecd['onDiscard'],this['_onAttributesChange']=_0x3a0ecd['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x3a0ecd['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 _0x686a9b=this;for(;_0x686a9b['previous'];)_0x686a9b=_0x686a9b['previous'];return _0x686a9b;}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'](_0x52fa4a){this['_markerNames']['add'](_0x52fa4a);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x3f6cbd=>this['_model']['markers']['get'](_0x3f6cbd))['filter'](_0x3cadc8=>_0x3cadc8);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x18373f=>{for(const _0x52c85e of this['getMarkers']())_0x18373f['removeMarker'](_0x52c85e);}),this['_markerNames']['clear']();}['removeMarker'](_0x25d769){this['_model']['change'](_0xe075f3=>{_0xe075f3['removeMarker'](_0x25d769);}),this['_markerNames']['delete'](_0x25d769);}['addRange'](_0x3646e8){const _0xb4ef6b='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0xb4ef6b),this['_model']['change'](_0x341c05=>{_0x341c05['addMarker'](_0xb4ef6b,{'range':_0x3646e8,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x494dc8){for(const _0x1c73cf of this['getRanges']())if(_0x1c73cf['isIntersecting'](_0x494dc8))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x4069ed=>_0x4069ed['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x153feb,_0x3fedc9)=>[..._0x153feb,..._0x3fedc9['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x29c84e=this['getRanges']();if(0x1!=_0x29c84e['length'])return null;const _0x1efd96=_0x29c84e[0x0],_0x36a17d=_0x1efd96['start']['nodeAfter'],_0x332f61=_0x1efd96['end']['nodeBefore'];return _0x36a17d instanceof _0x524cda?_0x36a17d!=_0x332f61?null:_0x36a17d: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 _0x547213=[];let _0x448fff=this['head'];for(;_0x448fff;)_0x547213['push'](_0x448fff),_0x448fff=_0x448fff['next'];return _0x547213;}['setAttribute'](_0x46cef1,_0x563843){const _0x53c613=_0x2b4a1c(this['attributes']);_0x227296(_0x53c613,_0x46cef1,_0x563843),_0xea8be9(_0x53c613,this['attributes'])||(this['attributes']=_0x53c613,this['_onAttributesChange'](_0x53c613));}['removeAttribute'](_0x381106){const _0x4e42cd=_0x2b4a1c(this['attributes']);_0x4326b4(_0x4e42cd,_0x381106),_0xea8be9(_0x4e42cd,this['attributes'])||(this['attributes']=_0x4e42cd,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 _0x4dfb6e()['substr'](0x1,0x5);}}function o(_0x43d5ab,_0x1d4a8c,_0x3ece36){const t=_0x43d5ab['t'];switch(_0x1d4a8c){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',_0x3ece36);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x3ece36);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x3ece36);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x3ece36);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x3ece36);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',_0x3ece36);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x3ece36);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',_0x3ece36);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x3ece36);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x3ece36);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x3ece36);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x3ece36);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x3ece36);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x3ece36);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x3ece36);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x3ece36);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x3ece36);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x3ece36);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x3ece36);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x3ece36);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x3ece36);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x3ece36);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x3ece36);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'},_0x3ece36);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x3ece36);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x3ece36);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x3ece36);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x3ece36);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x3ece36);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'},_0x3ece36);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x3ece36);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x3ece36);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x3ece36);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x3ece36);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'},_0x3ece36);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x3ece36);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'},_0x3ece36);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'},_0x3ece36);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x3ece36);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'},_0x3ece36);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x3ece36);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'},_0x3ece36);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x3ece36);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x3ece36);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'},_0x3ece36);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'},_0x3ece36);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'},_0x3ece36);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x3ece36);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'},_0x3ece36);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'},_0x3ece36);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'},_0x3ece36);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x1d4a8c;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x693f94,_0x2951df){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x693f94,this['_locale']=_0x2951df;}['getDescriptions'](_0x2ca34a){const _0x54f5da=[],_0x52c8da=new Set(),_0x1c9191=new Set();for(let _0x3172ad=0x0;_0x3172ad<_0x2ca34a['length'];_0x3172ad++){const _0x1c3ddf=_0x2ca34a[_0x3172ad];if(!_0x1c3ddf['isInContent'])continue;const _0x48801f=this['_handleCustomCallbackDescription'](_0x1c3ddf);if(_0x48801f){if(null!=_0x1c3ddf['subType']){if(_0x52c8da['has'](_0x1c3ddf['subType']))continue;_0x52c8da['add'](_0x1c3ddf['subType']);}_0x54f5da['push'](_0x48801f);}else{if('attribute'!=_0x1c3ddf['type'])'insertion'!=_0x1c3ddf['type']&&'deletion'!=_0x1c3ddf['type']||this['_handleInsertRemoveSuggestionDescription'](_0x54f5da,_0x1c3ddf,_0x2ca34a[_0x3172ad+0x1]);else{const _0x23cfa2=_0x1c3ddf['data']['key'];if(_0x1c9191['has'](_0x23cfa2))continue;_0x1c9191['add'](_0x1c3ddf['data']['key']),_0x23cfa2==m?this['_handleRenameSuggestionDescription'](_0x54f5da,_0x1c3ddf):this['_handleAttributeSuggestionDescription'](_0x54f5da,_0x1c3ddf);}}}return this['_resolveDescriptionItems'](_0x54f5da);}['registerDescriptionCallback'](_0x4f054e){this['_customCallbacks']['push'](_0x4f054e);}['registerElementLabel'](_0x48706e,_0x354e9d,_0x409a62=_0x62bf82['normal']){'function'==typeof _0x48706e?_0xc78535(this['_itemLabelsCallbacks'],{'matchingCallback':_0x48706e,'label':_0x354e9d,'priority':_0x409a62}):this['_itemLabels']['set'](_0x48706e,_0x354e9d);}['registerAttributeLabel'](_0x375ad3,_0x5c8bab){this['_attributeLabels']['set'](_0x375ad3,_0x5c8bab);}['getItemLabel'](_0x223820,_0x2384ab=0x1){let _0x3caaa7;for(const _0x1c0f99 of this['_itemLabelsCallbacks'])if(_0x1c0f99['matchingCallback'](_0x223820)){_0x3caaa7=_0x1c0f99['label'];break;}return _0x3caaa7||(_0x3caaa7=this['_itemLabels']['get'](_0x223820['name'])),_0x3caaa7?_0x3caaa7(_0x2384ab):0x1!==_0x2384ab?_0x2384ab+'\x20'+_0x223820['name']+'s':''+_0x223820['name'];}['_addDescriptionItems'](_0x4113a0,_0x2a14cb){const _0x2e67e7=_0x2a14cb['getFirstRange']()['getWalker'](),_0x5c4239='insertion'==_0x2a14cb['type']?'add':'remove';for(const _0x2c2619 of _0x2e67e7){const _0x7208ae=_0x2c2619['item'],_0x1cda9a=_0x4113a0[_0x4113a0['length']-0x1];if(_0x7208ae['is']('$textProxy'))_0x1cda9a&&_0x1cda9a['type']['indexOf']('Container')>-0x1&&_0x4113a0['pop'](),_0x1cda9a&&'text'==_0x1cda9a['type']?_0x1cda9a[_0x5c4239]+=_0x7208ae['data']:_0x4113a0['push']({'type':'text','add':'add'==_0x5c4239?_0x7208ae['data']:'','remove':'remove'==_0x5c4239?_0x7208ae['data']:''});else{if(this['_schema']['isObject'](_0x7208ae)){const _0x5eee7f=_0x7208ae;if(_0x1cda9a&&_0x1cda9a['type']['indexOf']('Container')>-0x1&&_0x4113a0['pop'](),'elementEnd'==_0x2c2619['type'])continue;_0x1cda9a&&_0x1cda9a['type']==_0x5c4239+'Object'&&_0x1cda9a['element']['name']==_0x5eee7f['name']?_0x1cda9a['quantity']++:_0x4113a0['push']({'type':_0x5c4239+'Object','element':_0x5eee7f,'quantity':0x1}),_0x2e67e7['skip'](_0x2912ef=>!('elementEnd'==_0x2912ef['type']&&_0x2912ef['item']==_0x7208ae));}else{if(this['_schema']['checkChild'](_0x7208ae,'$text')||_0x7208ae['is']('element','softBreak')){const _0x21640a=_0x7208ae;if('add'==_0x5c4239&&'elementStart'==_0x2c2619['type']||'remove'==_0x5c4239&&'elementEnd'==_0x2c2619['type'])continue;if(_0x1cda9a&&-0x1==_0x1cda9a['type']['indexOf']('Container')){'text'==_0x1cda9a['type']&&(_0x1cda9a[_0x5c4239]+='\x0a');continue;}let _0x4f9bf7;if(_0x4f9bf7='add'==_0x5c4239?_0x21640a['nextSibling']&&!this['_schema']['isObject'](_0x21640a['nextSibling'])?_0x21640a['nextSibling']:null:_0x21640a['previousSibling']&&!this['_schema']['isObject'](_0x21640a['previousSibling'])?_0x21640a['previousSibling']:null,_0x21640a['isEmpty']||_0x4f9bf7&&_0x4f9bf7['isEmpty']){const _0x541117=_0x4f9bf7&&_0x4f9bf7['isEmpty']?_0x4f9bf7:_0x21640a;_0x1cda9a&&_0x1cda9a['type']==_0x5c4239+'EmptyContainer'&&_0x1cda9a['element']['name']==_0x541117['name']?_0x1cda9a['quantity']++:_0x4113a0['push']({'type':_0x5c4239+'EmptyContainer','element':_0x541117,'quantity':0x1});}else _0x4113a0['push']({'type':_0x5c4239+'Container','element':_0x21640a});}}}}}['_resolveDescriptionItems'](_0x449d41){const _0x3f8ba6=this['_locale'],_0x343bfd=[],_0x261cd0=[],_0x144ab3=[];for(const _0x52ded7 of _0x449d41)switch(_0x52ded7['type']){case'text':if(_0x52ded7['add']=_0x52ded7['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x52ded7['remove']=_0x52ded7['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x52ded7['add']&&''!=_0x52ded7['remove']){_0x343bfd['push']({'type':'replace','content':o(_0x3f8ba6,'REPLACE_TEXT',['\x22'+_0x52ded7['remove']+'\x22','\x22'+_0x52ded7['add']+'\x22'])});continue;}if(null!=_0x52ded7['add']['match'](/^ +$/)){_0x343bfd['push']({'type':'insertion','content':o(_0x3f8ba6,'*Insert:*\x20%0',o(_0x3f8ba6,'ELEMENT_SPACE',_0x52ded7['add']['length']))});continue;}if(null!=_0x52ded7['remove']['match'](/^ +$/)){_0x343bfd['push']({'type':'deletion','content':o(_0x3f8ba6,'*Remove:*\x20%0',o(_0x3f8ba6,'ELEMENT_SPACE',_0x52ded7['remove']['length']))});continue;}if(''!=_0x52ded7['add']){_0x343bfd['push']({'type':'insertion','content':o(_0x3f8ba6,'*Insert:*\x20%0','\x22'+_0x52ded7['add']+'\x22')});continue;}_0x343bfd['push']({'type':'deletion','content':o(_0x3f8ba6,'*Remove:*\x20%0','\x22'+_0x52ded7['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x343bfd['push']({'type':'insertion','content':o(_0x3f8ba6,'*Insert:*\x20%0',this['getItemLabel'](_0x52ded7['element'],_0x52ded7['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x343bfd['push']({'type':'deletion','content':o(_0x3f8ba6,'*Remove:*\x20%0',this['getItemLabel'](_0x52ded7['element'],_0x52ded7['quantity']))});continue;case'addContainer':_0x343bfd['push']({'type':'insertion','content':o(_0x3f8ba6,'*Split:*\x20%0',this['getItemLabel'](_0x52ded7['element'],_0x52ded7['quantity']))});continue;case'removeContainer':_0x343bfd['push']({'type':'deletion','content':o(_0x3f8ba6,'*Merge:*\x20%0',this['getItemLabel'](_0x52ded7['element'],_0x52ded7['quantity']))});continue;case'addFormat':_0x261cd0['push'](_0x52ded7['key']);continue;case'removeFormat':_0x144ab3['push'](_0x52ded7['key']);continue;default:_0x343bfd['push'](_0x52ded7);}if(_0x261cd0['length']){const _0x3ec24c=_0x261cd0['map'](_0x500201=>this['_attributeLabels']['has'](_0x500201)?this['_attributeLabels']['get'](_0x500201):_0x500201)['join'](',\x20');_0x343bfd['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x3ec24c)});}if(_0x144ab3['length']){const _0x506b18=_0x144ab3['map'](_0x268380=>this['_attributeLabels']['has'](_0x268380)?this['_attributeLabels']['get'](_0x268380):_0x268380)['join'](',\x20');_0x343bfd['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x506b18)});}return _0x343bfd;}['_handleCustomCallbackDescription'](_0x29bad1){for(const _0x4d0d02 of this['_customCallbacks']){const _0x3a9e34=_0x4d0d02(_0x29bad1);if(_0x3a9e34&&'type'in _0x3a9e34)return _0x3a9e34;}}['_handleAttributeSuggestionDescription'](_0x9af454,_0x5b8de1){const _0x2b29f6=_0x5b8de1['data'],_0x745a85=void 0x0===_0x2b29f6['newValue']?'removeFormat':'addFormat';_0x9af454['push']({'type':_0x745a85,'key':_0x2b29f6['key']});}['_handleRenameSuggestionDescription'](_0x2a0287,_0x1a676c){_0x2a0287['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x1a676c['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x3a56a6,_0x31f871,_0x15b8c3){if(this['_addDescriptionItems'](_0x3a56a6,_0x31f871),_0x15b8c3&&_0x15b8c3['getFirstRange']()&&!_0x31f871['getFirstRange']()['end']['isEqual'](_0x15b8c3['getFirstRange']()['start'])){const _0x214a64=_0x3a56a6[_0x3a56a6['length']-0x1],_0x4ccfb1='insertion'==_0x31f871['type']?'add':'remove';_0x214a64&&'text'==_0x214a64['type']&&(_0x214a64[_0x4ccfb1]+='\x0a');}}}class V extends _0x59cc13{['afterInit'](){const _0x12af7a=this['editor'],_0x906b0e=_0x12af7a['plugins']['get']('TrackChangesEditing');_0x12af7a['commands']['get']('showAIAssistant')&&_0x906b0e['enableCommand']('showAIAssistant');}}class U extends _0x59cc13{['afterInit'](){const _0x1c6d9c=this['editor'],_0x42a9f3=_0x1c6d9c['locale'];if(!_0x1c6d9c['plugins']['has']('AlignmentEditing'))return;const _0x262f4d=_0x1c6d9c['plugins']['get']('TrackChangesEditing');_0x262f4d['enableDefaultAttributesIntegration']('alignment'),_0x262f4d['registerBlockAttribute']('alignment'),_0x262f4d['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x42a9f3,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x41481e=this['editor'],_0x382ade=_0x41481e['locale'];_0x41481e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x7c0610=>{if('formatBlock'!=_0x7c0610['type'])return;const {data:_0x3d5d85}=_0x7c0610;if(_0x3d5d85&&'alignment'==_0x3d5d85['commandName']){const _0xc6e6e7=_0x3d5d85['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x382ade,'*Format:*\x20%0',function(_0x49f901){switch(_0x49f901){case'left':return o(_0x382ade,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x382ade,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x382ade,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x382ade,'FORMAT_JUSTIFY_TEXT');}}(_0xc6e6e7))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x59cc13{['afterInit'](){const _0x555cc1=this['editor'],_0x44e423=_0x555cc1['plugins']['get']('TrackChangesEditing'),_0x6997d5=_0x555cc1['locale'];for(const _0x274e4c of ti){if(!_0x555cc1['plugins']['has'](_0x274e4c))continue;const _0x8eb5c0=_0x274e4c['slice'](0x0,-0x7)['toLowerCase'](),_0x2cc532='FORMAT_'+_0x8eb5c0['toUpperCase']();_0x44e423['enableDefaultAttributesIntegration'](_0x8eb5c0),_0x44e423['registerInlineAttribute'](_0x8eb5c0),_0x44e423['descriptionFactory']['registerAttributeLabel'](_0x8eb5c0,o(_0x6997d5,_0x2cc532));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x281b98=this['editor'],_0x20723e=_0x281b98['locale'],_0x4c2d5a=_0x281b98['plugins']['get']('TrackChangesEditing');function _0x268517(_0x46184c,_0x274407){_0x4c2d5a['descriptionFactory']['registerDescriptionCallback'](_0x3b819c=>{if('formatInline'!=_0x3b819c['type'])return;const {data:_0x116620}=_0x3b819c;return _0x116620&&_0x116620['commandName']===_0x46184c?_0x116620['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x20723e,'*Format:*\x20%0',_0x274407)}:{'type':'format','content':o(_0x20723e,'*Remove\x20format:*\x20%0',_0x274407)}:void 0x0;});}_0x268517('bold',o(_0x20723e,'FORMAT_BOLD')),_0x268517('italic',o(_0x20723e,'FORMAT_ITALIC')),_0x268517('underline',o(_0x20723e,'FORMAT_UNDERLINE')),_0x268517('code',o(_0x20723e,'FORMAT_CODE')),_0x268517('strikethrough',o(_0x20723e,'FORMAT_STRIKETHROUGH')),_0x268517('subscript',o(_0x20723e,'FORMAT_SUBSCRIPT')),_0x268517('superscript',o(_0x20723e,'FORMAT_SUPERSCRIPT'));}}class F extends _0x59cc13{['afterInit'](){const _0x3bc5a7=this['editor'],_0x8802df=_0x3bc5a7['locale'];if(!_0x3bc5a7['plugins']['has']('BlockQuoteEditing'))return;const _0x436521=_0x3bc5a7['plugins']['get']('TrackChangesEditing'),_0x4cf416=this['editor']['commands']['get']('blockQuote');_0x436521['enableCommand']('blockQuote',(_0x3e9a4d,_0x38f54c={})=>{const _0x1f11ea=this['editor']['model']['document']['selection'],_0x3e0924=_0x38f54c&&void 0x0!==_0x38f54c['forceValue']?_0x38f54c['forceValue']:!_0x4cf416['value'];let _0x2f5f6a=[];if(_0x3e0924){const _0x4222ca=Array['from'](_0x1f11ea['getSelectedBlocks']())['filter'](_0x51b025=>oo(_0x51b025)||function(_0x38764b,_0x586816){const _0x33a707=_0x586816['checkChild'](_0x38764b['parent'],'blockQuote'),_0xad5626=_0x586816['checkChild'](['$root','blockQuote'],_0x38764b);return _0x33a707&&_0xad5626;}(_0x51b025,this['editor']['model']['schema']));_0x2f5f6a=to(_0x4222ca,_0x3bc5a7['model']);}else{const _0x11aade=Array['from'](_0x1f11ea['getSelectedBlocks']())['filter'](_0x321b71=>oo(_0x321b71));_0x2f5f6a=to(_0x11aade,_0x3bc5a7['model']);}_0x3bc5a7['model']['change'](()=>{for(const _0x21f946 of _0x2f5f6a)_0x436521['markBlockFormat'](_0x21f946,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x3e0924}]});});}),_0x436521['descriptionFactory']['registerDescriptionCallback'](_0x3c09ad=>{const {data:_0x54a83e}=_0x3c09ad;if(_0x54a83e&&'blockQuote'==_0x54a83e['commandName']){const _0x1298ac=o(_0x8802df,'ELEMENT_BLOCK_QUOTE');return _0x54a83e['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x8802df,'*Set\x20format:*\x20%0',_0x1298ac)}:{'type':'format','content':o(_0x8802df,'*Remove\x20format:*\x20%0',_0x1298ac)};}});}}function oo(_0x55a633){return'blockQuote'==_0x55a633['parent']['name'];}class L extends _0x59cc13{['afterInit'](){const _0x142685=this['editor'];_0x142685['plugins']['has']('CaseChange')&&(_0x142685['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x142685['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x142685['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x59cc13{['afterInit'](){const _0x5275be=this['editor'];_0x5275be['commands']['get']('ckbox')&&_0x5275be['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class J extends _0x59cc13{['afterInit'](){const _0x4d4568=this['editor'];if(!_0x4d4568['plugins']['has']('CodeBlock'))return;const _0x178e0c=_0x4d4568['plugins']['get']('TrackChangesEditing'),_0x194e40=_0x4d4568['locale'],_0x4f6e8c=_0x4d4568['config']['get']('codeBlock')['languages'],_0x2ba65c=_0x4d4568['commands']['get']('codeBlock');_0x178e0c['enableCommand']('indentCodeBlock'),_0x178e0c['enableCommand']('outdentCodeBlock'),_0x178e0c['enableCommand']('codeBlock',(_0x2629db,_0x4f3e97={})=>{const _0xe8db07=_0x4d4568['model'],_0x3b97cd=_0x4d4568['model']['document']['selection'],_0x78efbc=_0x4f3e97&&void 0x0!==_0x4f3e97['forceValue']?_0x4f3e97['forceValue']:!_0x2ba65c['value'];let _0x1baad6;_0x4f3e97['language']||(_0x4f3e97['language']=_0x4f6e8c[0x0]['language']),_0x1baad6=_0x78efbc?Array['from'](_0x3b97cd['getSelectedBlocks']())['filter'](_0x47414b=>eo(_0x47414b)||function(_0x36ce3f,_0x45d601){if(_0x36ce3f['is']('rootElement')||_0x45d601['isLimit'](_0x36ce3f))return!0x1;return _0x45d601['checkChild'](_0x36ce3f['parent'],'codeBlock');}(_0x47414b,_0xe8db07['schema'])):Array['from'](_0x3b97cd['getSelectedBlocks']())['filter'](_0x3824dd=>eo(_0x3824dd));const _0x2aee26=to(_0x1baad6,_0xe8db07);_0xe8db07['change'](()=>{for(const _0x41f99d of _0x2aee26)_0x178e0c['markBlockFormat'](_0x41f99d,{'commandName':'codeBlock','commandParams':[{..._0x4f3e97,'forceValue':_0x78efbc}],'formatGroupId':'blockName'});});}),(_0x178e0c['descriptionFactory']['registerElementLabel']('codeBlock',_0x2c534a=>o(_0x194e40,'ELEMENT_CODE_BLOCK',_0x2c534a)),_0x178e0c['descriptionFactory']['registerDescriptionCallback'](_0x1892f6=>{if('formatBlock'!=_0x1892f6['type'])return;const _0x22accc=_0x194e40['t'],{data:_0x2a4fd9}=_0x1892f6;if(!_0x2a4fd9||'codeBlock'!=_0x2a4fd9['commandName'])return;const _0x428efe=_0x2a4fd9['commandParams'][0x0]['language'],_0x338077=_0x22accc(_0x4f6e8c['find'](_0x44c717=>_0x44c717['language']===_0x428efe)['label'])['toLowerCase']();return _0x2a4fd9['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x194e40,'*Set\x20format:*\x20%0',o(_0x194e40,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x338077+')')}:{'type':'format','content':o(_0x194e40,'*Remove\x20format:*\x20%0',o(_0x194e40,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0xaa8f35){return'codeBlock'==_0xaa8f35['name'];}class q extends _0x59cc13{['afterInit'](){const _0x2e8704=this['editor'];if(!_0x2e8704['plugins']['has']('CommentsEditing'))return;_0x2e8704['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x31a7b8,_0x2e9e19,_0x2d290b){const _0xf405d0=[];for(const _0xfb7f24 of _0x2e9e19['getItems']())_0xfb7f24['hasAttribute'](_0x31a7b8)&&_0xf405d0['push'](_0x2d290b['createRangeOn'](_0xfb7f24));return _0xf405d0;}function _e(_0x58c3c7,_0x3f5e74,{showActiveMarker:_0x402b4d=!0x0}={}){const _0x184a4e=_0x58c3c7['plugins']['get']('TrackChangesEditing');return(_0x2ea1bd,_0x5e789d,_0x524979)=>{if(!_0x524979['consumable']['test'](_0x5e789d['markerRange'],_0x2ea1bd['name']))return;const _0x59382c=_0x5e789d['markerRange']['getWalker'](),_0x955bd0=_0x5e789d['markerRange']['start'],_0x50a183=_0x58c3c7['model']['schema'];let _0x24e2c6=null,_0x5cc460=null,_0xa8034a=!0x1,_0x4ab320=!0x1;for(const _0x1d2611 of _0x59382c){const _0x4e06f3=_0x1d2611['item'];_0xa8034a=_0xa8034a||_0x50a183['isContent'](_0x4e06f3);const _0x20dd18=_0x524979['mapper']['toViewElement'](_0x4e06f3);if(_0x20dd18&&_0x20dd18['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x1d2611['type']&&(_0x50a183['isBlock'](_0x4e06f3)&&!_0x50a183['isLimit'](_0x4e06f3)&&(_0x4e06f3['nextSibling']||_0x955bd0['isAtEnd']?_0x24e2c6&&_0x24e2c6['parent']==_0x4e06f3||(_0x24e2c6=_0x4e06f3,_0x2fe95a(_0x1d2611['previousPosition']),_0x4ab320=!0x0):_0x5cc460=_0x5cc460||_0x1d2611['previousPosition']));}function _0x2fe95a(_0x17b4b4){const {authorId:_0x20eb28}=_0x184a4e['_splitMarkerName'](_0x5e789d['markerName']),_0x40a372=_0x524979['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x3f5e74,'data-author-id':_0x20eb28}),_0x5329e2=_0x524979['mapper']['toViewPosition'](_0x17b4b4);_0x402b4d&&_0x184a4e['activeMarkers']['includes'](_0x5e789d['markerName'])&&_0x524979['writer']['addClass']('ck-suggestion-marker--active',_0x40a372),_0x524979['writer']['insert'](_0x5329e2,_0x40a372),_0x524979['mapper']['bindElementToMarker'](_0x40a372,_0x5e789d['markerName']);}_0xa8034a||_0x4ab320||!_0x5cc460||_0x2fe95a(_0x5cc460);};}class z extends _0x59cc13{static get['requires'](){return[_0x5720e6];}['init'](){const _0x37141a=this['editor'],_0xdf7f1b=_0x37141a['plugins']['get']('TrackChangesEditing');_0xdf7f1b['enableCommand']('delete');const _0x37ae1b=_0x37141a['commands']['get']('deleteForward');_0xdf7f1b['enableCommand']('deleteForward',(_0x1b2fd8,_0x10262e={})=>{const _0x1ea581=_0x37141a['model']['createSelection'](_0x37141a['model']['document']['selection']);_0x1ea581['isCollapsed']&&_0x37141a['model']['modifySelection'](_0x1ea581,{'direction':'forward','unit':_0x10262e['unit']});const _0xbf96d2=_0x1ea581['getFirstRange'](),_0x5ba2d8=_0x5af0c4['fromRange'](_0xbf96d2);let _0x464967;_0x1b2fd8(_0x10262e),_0x464967='$graveyard'==_0x5ba2d8['root']['rootName']?_0x37141a['model']['createRange'](_0xbf96d2['start']):_0x37141a['model']['createRange'](_0x5ba2d8['start'],_0x5ba2d8['end']),_0x5ba2d8['detach'](),_0x37141a['model']['enqueueChange'](_0x37ae1b['buffer']['batch'],_0xcd9902=>{_0x37ae1b['buffer']['lock'](),_0xcd9902['setSelection'](_0xcd9902['createRange'](_0x464967['end'])),_0x37ae1b['buffer']['unlock']();});}),_0x37141a['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x37141a,'merge'),{'priority':'high'}),_0x37141a['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x48674f,_0x22a869,_0x2e4b95)=>{_0x2e4b95['options']['showSuggestionHighlights']&&_e(_0x37141a,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x48674f,_0x22a869,_0x2e4b95);},{'priority':'high'}),_0x37141a['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x4058e2,_0x53f625,_0x3ca294)=>{const _0x303a39=_0x3ca294['mapper']['markerNameToElements'](_0x53f625['markerName']);if(_0x303a39){for(const _0x2f4f7d of _0x303a39)_0x2f4f7d['is']('uiElement')&&(_0x3ca294['mapper']['unbindElementFromMarkerName'](_0x2f4f7d,_0x53f625['markerName']),_0x3ca294['writer']['remove'](_0x2f4f7d));}},{'priority':'high'});}}class K extends _0x59cc13{['afterInit'](){const _0x226b65=this['editor'];if(!_0x226b65['plugins']['has']('ListEditing'))return;const _0xf286fd=_0x226b65['locale'],_0x14965b=_0x226b65['plugins']['get']('TrackChangesEditing'),_0x11afb1=_0x226b65['plugins']['has']('TodoListEditing'),_0x1b594a=!!_0x226b65['config']['get']('list.multiBlock');function _0x1beed0(_0xc3a092){return{'type':'format','content':''+o(_0xf286fd,'*Set\x20format:*\x20%0',_0xc3a092)};}function _0x568563(_0x1514d5){return{'type':'format','content':''+o(_0xf286fd,'*Remove\x20format:*\x20%0',_0x1514d5)};}_0x14965b['enableDefaultAttributesIntegration']('numberedList'),_0x14965b['enableDefaultAttributesIntegration']('bulletedList'),_0x14965b['enableDefaultAttributesIntegration']('customNumberedList'),_0x14965b['enableDefaultAttributesIntegration']('customBulletedList'),_0x14965b['enableDefaultAttributesIntegration']('indentList'),_0x14965b['enableDefaultAttributesIntegration']('outdentList'),_0x14965b['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x14965b['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x14965b['registerBlockAttribute']('listItemId'),_0x14965b['registerBlockAttribute']('listType'),_0x14965b['registerBlockAttribute']('listIndent'),_0x1b594a&&(_0x14965b['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x14965b['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x11afb1&&(_0x14965b['enableDefaultAttributesIntegration']('todoList'),_0x14965b['enableDefaultAttributesIntegration']('checkTodoList'),_0x14965b['registerBlockAttribute']('todoListChecked'),_0x14965b['descriptionFactory']['registerDescriptionCallback'](_0x2808bc=>{const {data:_0x439ae2}=_0x2808bc;if(_0x439ae2&&'todoListChecked'==_0x439ae2['key'])return{'type':'format','content':_0x439ae2['newValue']?o(_0xf286fd,'*Check\x20item*'):o(_0xf286fd,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x4075f9=>{if(_0x4075f9['batch']['isUndo'])return!0x1;let _0x221f7b=!0x1;const _0x232179=_0x14965b['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xc2df55=>'todoListChecked'===_0x14965b['_getAttributeKey'](_0xc2df55));for(const _0x1695d9 of _0x232179){'todo'!=_0x1695d9['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x14965b['_findSuggestions'](_0x1695d9['getFirstRange'](),'attribute')['find'](_0x17e05c=>'listType'===_0x14965b['_getAttributeKey'](_0x17e05c['suggestion']))||(_0x4075f9['removeMarker'](_0x1695d9['getFirstMarker']()),_0x221f7b=!0x0));}return _0x221f7b;})),_0x14965b['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0xf286fd,'FORMAT_INDENT'));const _0x25a4ff={'type':'format','content':''};_0x14965b['descriptionFactory']['registerDescriptionCallback'](_0x3b1692=>{const {data:_0x51ba7c}=_0x3b1692;if(!_0x51ba7c||'listType'!=_0x51ba7c['key'])return;let _0x2795c6=_0x3b1692['head'];for(;_0x2795c6;){if(_0x2795c6['data']&&(('listStyle'==_0x2795c6['data']['key']||'listMarkerStyle'==_0x2795c6['data']['key'])&&(_0x2795c6['data']['newValue']&&'default'!=_0x2795c6['data']['newValue']||'default'!=_0x2795c6['data']['oldValue']&&!_0x51ba7c['newValue'])||!_0x1b594a&&_0x2795c6['data']['key']==m))return _0x25a4ff;_0x2795c6=_0x2795c6['next'];}if(null==_0x51ba7c['newValue'])switch(_0x51ba7c['oldValue']){case'bulleted':return _0x568563(o(_0xf286fd,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x568563(o(_0xf286fd,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x568563(o(_0xf286fd,'ELEMENT_TODO_LIST'));}switch(_0x51ba7c['newValue']){case'bulleted':return _0x1beed0(o(_0xf286fd,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1beed0(o(_0xf286fd,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1beed0(o(_0xf286fd,'ELEMENT_TODO_LIST'));}}),_0x14965b['descriptionFactory']['registerDescriptionCallback'](_0x6342ff=>{const {data:_0x2f1a3f}=_0x6342ff;if(_0x2f1a3f&&'listIndent'==_0x2f1a3f['key'])return null==_0x2f1a3f['newValue']||null==_0x2f1a3f['oldValue']&&0x0==_0x2f1a3f['newValue']?_0x25a4ff:void 0x0;}),_0x14965b['descriptionFactory']['registerDescriptionCallback'](_0x43c7bf=>{if('attribute'!=_0x43c7bf['type'])return;const {data:_0x4ab303}=_0x43c7bf;if(!_0x4ab303||'listItemId'!=_0x4ab303['key'])return;const _0x1d59db=Ee(_0x43c7bf);return'newValue'==_0x1d59db?{'type':'format','content':o(_0xf286fd,'*Merge:*\x20list\x20item')}:'oldValue'==_0x1d59db?{'type':'format','content':o(_0xf286fd,'*Split:*\x20list\x20item')}:_0x25a4ff;}),_0x226b65['model']['document']['registerPostFixer'](_0x3c53ff=>this['listItemIdFixer'](_0x3c53ff)),_0x226b65['model']['document']['registerPostFixer'](_0x48c355=>this['noTrackChangesFixer'](_0x48c355)),_0x226b65['model']['document']['on']('change:data',(_0x14fc51,_0x5cfc77)=>{if(_0x5cfc77['isUndo']||!_0x5cfc77['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0xf4de97){if(_0xf4de97['batch']['isUndo']||!_0xf4de97['batch']['isLocal'])return!0x1;let _0x5628de=!0x1;const _0x441c0a=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x802e84=>_0x802e84['data']&&'listItemId'==_0x802e84['data']['key'])['filter'](_0x203516=>_0x203516['data']['newValue']&&_0x203516['data']['oldValue']);for(const _0x5e99a8 of _0x441c0a)Ee(_0x5e99a8)||(_0xf4de97['removeMarker'](_0x5e99a8['getFirstMarker']()),_0x5628de=!0x0);return _0x5628de;}['noTrackChangesFixer'](_0x30d30b){if(_0x30d30b['batch']['isUndo']||!_0x30d30b['batch']['isLocal'])return!0x1;const _0x513b20=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x513b20['trackChangesCommand']['value'])return!0x1;let _0x3408d5=!0x1;const _0x4d12c2=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x235aed=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x4dcd55=>'attribute'==_0x4dcd55['type'])['filter'](_0x3ab1b4=>_0x4d12c2['includes'](_0x3ab1b4['attributeKey']));if(0x0==_0x235aed['length'])return _0x3408d5;for(const _0x2b38f2 of _0x235aed){const _0xa05742=_0x513b20['_findSuggestions'](_0x2b38f2['range'],'attribute')['filter'](_0x35863a=>!_0x35863a['meta']['isNextTo'])['map'](_0x2dcb32=>_0x2dcb32['suggestion'])['filter'](_0x1db836=>{const _0x1e98e4=_0x513b20['_getAttributeKey'](_0x1db836);return _0x4d12c2['includes'](_0x1e98e4);});if(_0xa05742['length']){for(const _0x23b8d0 of _0xa05742)_0x30d30b['removeMarker'](_0x23b8d0['getFirstMarker']());_0x3408d5=!0x0;}}return _0x3408d5;}['assureChains'](){const _0x3ef3c4=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1056da=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x1972d1;const _0x54e018=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x58807d=>{if(_0x58807d['data']['oldRange']||!_0x58807d['data']['newRange'])return null;if(!_0x58807d['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x19ce55}=_0x3ef3c4['_splitMarkerName'](_0x58807d['name']);if(!_0x3ef3c4['hasSuggestion'](_0x19ce55))return null;const _0x3832ba=_0x3ef3c4['getSuggestion'](_0x19ce55);return _0x1056da['includes'](_0x3832ba['data']['key']);})['map'](_0x2b4b18=>{const {id:_0x3943b3}=_0x3ef3c4['_splitMarkerName'](_0x2b4b18['name']),_0x1f39eb=_0x3ef3c4['getSuggestion'](_0x3943b3);return _0x1972d1=_0x1f39eb['attributes']['groupId'],_0x1f39eb['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x54e018['size'])return;const _0x33f9b8=_0x3ef3c4['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xd06e7f=>'attribute'==_0xd06e7f['type']&&_0xd06e7f['data']&&_0x1056da['includes'](_0xd06e7f['data']['key'])&&_0xd06e7f['attributes']['groupId']!=_0x1972d1)['map'](_0xd489aa=>({'listItem':_0xd489aa['getFirstRange']()['start']['nodeAfter'],'groupId':_0xd489aa['attributes']['groupId']})),_0x290825=new Set();for(const {groupId:_0xae445c,listItem:_0x58745e}of _0x33f9b8)_0x54e018['has'](_0x58745e)&&_0x290825['add'](_0xae445c);for(const _0xe427de of _0x3ef3c4['getSuggestions']())_0x290825['has'](_0xe427de['attributes']['groupId'])&&_0xe427de['setAttribute']('groupId',_0x1972d1);}['_supportLegacySuggestions'](){const _0x29635e=this['editor'],_0xb480b7=_0x29635e['locale'],_0x3e7ffe=_0x29635e['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x3e7ffe['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x31da36,_0x50d664){const _0x431475=[];for(let _0x2c86b0 of _0x31da36)_0x2c86b0['start']['nodeAfter']===_0x2c86b0['end']['parent']&&(_0x2c86b0=_0x29635e['model']['createRange'](_0x29635e['model']['createPositionAt'](_0x2c86b0['start']['nodeAfter'],0x0))),_0x431475['push'](_0x2c86b0);_0x29635e['model']['change'](_0x258ca7=>{const _0xcf4dbc=_0x29635e['model']['document']['selection'],_0x1098db=Array['from'](_0xcf4dbc['getRanges']())['map'](_0x394b8e=>_0x5af0c4['fromRange'](_0x394b8e));_0x258ca7['setSelection'](_0x431475),_0x29635e['commands']['get'](_0x50d664['commandName'])['refresh'](),_0x50d664['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x29635e['execute'](_0x50d664['commandName'],..._0x50d664['commandParams']),_0x258ca7['setSelection'](_0x1098db);for(const _0x4bcd73 of _0x1098db)_0x4bcd73['detach']();});}),_0x3e7ffe['descriptionFactory']['registerElementLabel'](function(_0x161fb4){const _0x2ca1e1=!_0x29635e['model']['schema']['isObject'](_0x161fb4),_0x80cc3=_0x161fb4['previousSibling'],_0x48cdcf=_0x161fb4['nextSibling'],_0x6ccb4e=_0x161fb4['getAttribute']('listItemId'),_0x661ba4=!_0x80cc3||_0x80cc3['getAttribute']('listItemId')!==_0x6ccb4e,_0x3d61af=!_0x48cdcf||_0x48cdcf['getAttribute']('listItemId')!==_0x6ccb4e;return _0x2ca1e1&&Boolean(_0x6ccb4e)&&_0x661ba4&&_0x3d61af;},_0x36d899=>o(_0xb480b7,'ELEMENT_LIST_ITEM',_0x36d899));}['_registerLegacyDescription'](){const _0x5a13db=this['editor'],_0x36c0fb=_0x5a13db['locale'];function _0x179d19(_0x2fcad4){const _0x52fefa=_0x5a13db['commands']['get']('bulletedList')['value'],_0xf030f1=_0x5a13db['commands']['get']('numberedList')['value'];return'numberedList'===_0x2fcad4?_0x52fefa:_0xf030f1;}_0x5a13db['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x2fac92){if('formatBlock'!=_0x2fac92['type'])return;const {data:_0x3cfb8d}=_0x2fac92;if(!_0x3cfb8d)return;let _0x36cfe9,_0x2908ca,_0x81ad08,_0x2c1059;switch(_0x3cfb8d['commandName']){case'bulletedList':_0x81ad08=_0x3cfb8d['commandParams'][0x0]['forceValue'],_0x2c1059=_0x179d19(_0x3cfb8d['commandName']),_0x36cfe9=_0x81ad08?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2c1059&&_0x5a13db['config']['get']('list.multiBlock')||(_0x36cfe9='*Change\x20to:*\x20%0'),_0x2908ca={'type':'format','content':o(_0x36c0fb,_0x36cfe9,o(_0x36c0fb,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x81ad08=_0x3cfb8d['commandParams'][0x0]['forceValue'],_0x2c1059=_0x179d19(_0x3cfb8d['commandName']),_0x36cfe9=_0x81ad08?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2c1059&&_0x5a13db['config']['get']('list.multiBlock')||(_0x36cfe9='*Change\x20to:*\x20%0'),_0x2908ca={'type':'format','content':o(_0x36c0fb,_0x36cfe9,o(_0x36c0fb,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x36cfe9='*Indent:*\x20%0',_0x2908ca={'type':'format','content':o(_0x36c0fb,_0x36cfe9,o(_0x36c0fb,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x36cfe9=function(_0x54fb3c){const _0x1c6cb4=_0x54fb3c['getFirstRange']();let _0x3e205b=_0x1c6cb4['start']['nodeAfter'];for(;_0x3e205b&&_0x1c6cb4['containsItem'](_0x3e205b);){if(_0x3e205b['getAttribute']('listIndent')>0x0)return!0x1;_0x3e205b=_0x3e205b['nextSibling'];}return!0x0;}(_0x2fac92)?o(_0x36c0fb,'*Format:*\x20remove\x20from\x20%0',o(_0x36c0fb,function(_0x21ae80){return'ELEMENT_'+_0x21ae80['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x2fac92))):o(_0x36c0fb,'*Outdent:*\x20%0',o(_0x36c0fb,'ELEMENT_LIST_ITEM')),_0x2908ca={'type':'format','content':_0x36cfe9};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x3cfb8d['multipleBlocks']&&(_0x36cfe9='*Merge:*\x20%0',_0x2908ca={'type':'deletion','content':o(_0x36c0fb,_0x36cfe9,o(_0x36c0fb,'ELEMENT_LIST_ITEM'))});}return _0x2908ca;});}}function Ee(_0x4bd86f){let _0x73bdf9=_0x4bd86f['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x73bdf9;){const _0x1d1b37=_0x73bdf9['getAttribute']('listItemId');if(!_0x1d1b37)return!0x1;if(_0x1d1b37==_0x4bd86f['data']['newValue'])return'newValue';if(_0x1d1b37==_0x4bd86f['data']['oldValue'])return'oldValue';_0x73bdf9=_0x73bdf9['previousSibling'];}return!0x1;}class pe extends _0x59cc13{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x272f82=this['editor']['config']['get']('list.properties'),_0x3bc17f=this['editor']['plugins']['get']('TrackChangesEditing');_0x272f82['styles']&&(_0x3bc17f['enableDefaultAttributesIntegration']('listStyle'),_0x3bc17f['registerBlockAttribute']('listStyle')),_0x272f82['reversed']&&(_0x3bc17f['enableDefaultAttributesIntegration']('listReversed'),_0x3bc17f['registerBlockAttribute']('listReversed')),_0x272f82['startIndex']&&(_0x3bc17f['enableDefaultAttributesIntegration']('listStart'),_0x3bc17f['registerBlockAttribute']('listStart'));const _0x1cf356={'type':'format','content':''};_0x3bc17f['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x3281e5=this['editor']['locale'];_0x3bc17f['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x3281e5,'FORMAT_LIST_REVERSED')),_0x3bc17f['descriptionFactory']['registerDescriptionCallback'](_0x166ff5=>{const {data:_0x305917}=_0x166ff5;if(_0x305917&&'listReversed'==_0x305917['key'])return null==_0x305917['newValue']||0x0==_0x305917['newValue']&&null==_0x305917['oldValue']?_0x1cf356:void 0x0;}),_0x3bc17f['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x3281e5,'FORMAT_LIST_START')),_0x3bc17f['descriptionFactory']['registerDescriptionCallback'](_0x45ca61=>{const {data:_0x42252b}=_0x45ca61;if(_0x42252b&&'listStart'==_0x42252b['key'])return null==_0x42252b['newValue']||0x1==_0x42252b['newValue']&&null==_0x42252b['oldValue']?_0x1cf356:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x4891e8=>{if(_0x4891e8['batch']['isUndo'])return!0x1;let _0x37991e=!0x1;const _0x2c3317=_0x3bc17f['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x7253a4=>{const _0x65d11a=_0x3bc17f['_getAttributeKey'](_0x7253a4);return'listStart'==_0x65d11a||'listReversed'==_0x65d11a;});for(const _0x461c7c of _0x2c3317){const _0x45fb01=_0x461c7c['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x45fb01||'customNumbered'==_0x45fb01)continue;_0x3bc17f['_findSuggestions'](_0x461c7c['getFirstRange'](),'attribute')['find'](_0x575828=>'listType'==_0x3bc17f['_getAttributeKey'](_0x575828['suggestion']))||(_0x4891e8['removeMarker'](_0x461c7c['getFirstMarker']()),_0x37991e=!0x0);}return _0x37991e;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x3133c3){const _0x264e08=this['editor']['locale'],{data:_0x542d1e}=_0x3133c3,_0x52a1cd={'type':'format','content':''};if(!_0x542d1e||'listStyle'!=_0x542d1e['key'])return;if(!_0x542d1e['oldValue'])return'default'==_0x542d1e['newValue']?_0x52a1cd:{'type':'format','content':''+o(_0x264e08,'*Set\x20format:*\x20%0',o(_0x264e08,this['_getTranslationKeyForListStyle'](_0x542d1e['newValue'])))};if(!_0x542d1e['newValue']){if('default'==_0x542d1e['oldValue'])return _0x52a1cd;let _0x100e64=_0x3133c3['head'];for(;_0x100e64;){if(_0x100e64['data']&&'listType'==_0x100e64['data']['key']&&_0x100e64['data']['newValue'])return _0x52a1cd;_0x100e64=_0x100e64['next'];}return{'type':'format','content':''+o(_0x264e08,'*Remove\x20format:*\x20%0',o(_0x264e08,this['_getTranslationKeyForListStyle'](_0x542d1e['oldValue'])))};}if('default'!=_0x542d1e['newValue'])return{'type':'format','content':''+o(_0x264e08,'*Set\x20format:*\x20%0',o(_0x264e08,this['_getTranslationKeyForListStyle'](_0x542d1e['newValue'])))};let _0x47dab0=_0x3133c3['head'];for(;_0x47dab0;){if(_0x47dab0['data']&&'listType'==_0x47dab0['data']['key']&&_0x47dab0['data']['newValue']&&_0x47dab0['data']['oldValue'])return _0x52a1cd;_0x47dab0=_0x47dab0['next'];}return{'type':'format','content':o(_0x264e08,'*Set\x20format:*\x20%0',o(_0x264e08,'ELEMENT_'+_0x3133c3['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x3a9d84=this['editor'],_0x441db0=_0x3a9d84['locale'];_0x3a9d84['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x32ffdb=>{if('formatBlock'!=_0x32ffdb['type'])return;const {data:_0x3f989b}=_0x32ffdb;if(!_0x3f989b)return;let _0xdbd89a,_0x5423b2;switch(_0x3f989b['commandName']){case'listStyle':_0xdbd89a='*Change\x20to:*\x20%0',_0x5423b2={'type':'format','content':o(_0x441db0,_0xdbd89a,o(_0x441db0,this['_getTranslationKeyForListStyle'](_0x3f989b['commandParams'][0x0]['type'])))};break;case'listReversed':_0xdbd89a=_0x3f989b['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x5423b2={'type':'format','content':o(_0x441db0,_0xdbd89a)};break;case'listStart':_0xdbd89a='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x5423b2={'type':'format','content':o(_0x441db0,_0xdbd89a,_0x3f989b['commandParams'][0x0]['startIndex'])};}return _0x5423b2;});}['_getTranslationKeyForListStyle'](_0x404520){return'ELEMENT_'+function(_0x31b1bd){if(ye['includes'](_0x31b1bd))return'bulleted';if(Se['includes'](_0x31b1bd))return'numbered';return null;}(_0x404520)['toUpperCase']()+'_LIST_'+_0x404520['toUpperCase']()['replace'](/-/g,'_');}}const ye=['disc','circle','square'],Se=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class Q extends _0x59cc13{static get['requires'](){return[_0x378ee0];}['init'](){const _0x4e7336=this['editor'],_0x1db508=_0x4e7336['plugins']['get']('TrackChangesEditing'),_0x1e2132=_0x4e7336['commands']['get']('enter');_0x1db508['enableCommand']('enter',()=>{_0x4e7336['model']['change'](_0x1e948c=>{const _0x2034a1=_0x4e7336['model']['document']['selection'],_0x115a96=_0x2034a1['getFirstPosition'](),_0x9efe39=_0x5af0c4['fromRange'](_0x2034a1['getFirstRange']());if(_0x1e2132['enterBlock'](_0x1e948c)){const _0x3bef04=_0x4e7336['model']['createPositionAt'](_0x115a96['parent']['nextSibling'],0x0),_0x4b1abf=_0x1e948c['createRange'](_0x115a96,_0x3bef04);_0x1db508['markInsertion'](_0x4b1abf);}else _0x1e948c['setSelection'](_0x1e948c['createRange'](_0x9efe39['end']));_0x9efe39['detach'](),_0x1e2132['fire']('afterExecute',{'writer':_0x1e948c});});}),_0x4e7336['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x4e7336,'split'),{'priority':'high'}),_0x4e7336['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x1a7857,_0x2d946b,_0x2f2a0e)=>{const _0x26a7f0=_0x2f2a0e['mapper']['markerNameToElements'](_0x2d946b['markerName']);if(_0x26a7f0){for(const _0x147d0e of _0x26a7f0)_0x147d0e['hasClass']('ck-suggestion-marker-split')&&(_0x2f2a0e['mapper']['unbindElementFromMarkerName'](_0x147d0e,_0x2d946b['markerName']),_0x2f2a0e['writer']['remove'](_0x147d0e));}},{'priority':'high'}),_0x4e7336['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x38e70a,_0x419610,_0x325634)=>{_0x325634['options']['showSuggestionHighlights']&&_e(_0x4e7336,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x38e70a,_0x419610,_0x325634);},{'priority':'high'});}}class X extends _0x59cc13{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x510e7b=this['editor']['plugins']['get']('TrackChangesEditing');_0x510e7b['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x510e7b['enableCommand']('findNext'),_0x510e7b['enableCommand']('findPrevious'),_0x510e7b['enableCommand']('replace'),_0x510e7b['enableCommand']('replaceAll');}['handleFindCommand'](_0x4644dd,_0x55c8a7,_0x493ab4={}){const _0x470e7b=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x4644dd(_0x4ffd2d=>{let _0x25a89a=('string'==typeof _0x55c8a7?_0x470e7b['findByTextCallback'](_0x55c8a7,_0x493ab4):_0x55c8a7)(_0x4ffd2d);Array['isArray'](_0x25a89a)&&(_0x25a89a={'results':_0x25a89a,'searchText':'string'==typeof _0x55c8a7?_0x55c8a7:''});const _0xb5e0dc=_0x25a89a['results']['filter'](_0x3990d7=>!0x1===this['_isInDeletionRange'](_0x3990d7,_0x4ffd2d['item']));return{..._0x25a89a,'results':_0xb5e0dc};},_0x493ab4);}['_isInDeletionRange'](_0x4fe45f,_0x36f045){const _0x27fcbf=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x36f045,_0x4fe45f['start']),this['editor']['model']['createPositionAt'](_0x36f045,_0x4fe45f['end']));for(const _0x78353f of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x27fcbf['getIntersection'](_0x78353f['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 _0x59cc13{['afterInit'](){const _0x55cb61=this['editor']['locale'],_0x37265d=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x16b4c3,commandName:_0x17c8a2}of ro)this['editor']['plugins']['has'](_0x16b4c3)&&(_0x37265d['enableDefaultAttributesIntegration'](_0x17c8a2),_0x37265d['registerInlineAttribute'](_0x17c8a2));_0x37265d['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x55cb61,'FORMAT_FONT_SIZE')),_0x37265d['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x55cb61,'FORMAT_FONT_FAMILY')),_0x37265d['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x55cb61,'FORMAT_FONT_COLOR')),_0x37265d['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x55cb61,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x15e748=this['editor'],_0x3144c4=_0x15e748['locale'];_0x15e748['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3b9fb5=>{const _0x1e47d5=_0x3144c4['t'];if('formatInline'!=_0x3b9fb5['type'])return;const {data:_0x52ffb2}=_0x3b9fb5;if(null!=_0x52ffb2){if('fontSize'==_0x52ffb2['commandName']){const _0x3ef985=_0x52ffb2['commandParams'][0x0]['value'];if(_0x3ef985){const _0x1e5912=_0x1e47d5(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x2f7aeb=>_0x2f7aeb['model']==_0x3ef985)['title'])['toLowerCase']();return{'type':'format','content':o(_0x3144c4,'*Set\x20font\x20size:*\x20%0',_0x1e5912)};}return{'type':'format','content':o(_0x3144c4,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x52ffb2['commandName']){const _0x51d2a3=_0x52ffb2['commandParams'][0x0]['value'];return _0x51d2a3?{'type':'format','content':o(_0x3144c4,'*Set\x20font\x20family:*\x20%0',_0x51d2a3)}:{'type':'format','content':o(_0x3144c4,'*Reset\x20font\x20family*')};}if('fontColor'==_0x52ffb2['commandName']){const _0x5492dc=_0x52ffb2['commandParams'][0x0]['value'];if(_0x5492dc){const _0x1bcaef=_0x5654dd(this['editor']['config']['get']('fontColor.colors'))['find'](_0x53a4d0=>_0x53a4d0['model']==_0x5492dc);let _0xe2f6d8=_0x5492dc,_0x318cf3='';return _0x1bcaef&&(_0xe2f6d8=_0x1bcaef['label'],_0x318cf3=_0x1e47d5(_0xe2f6d8)['toLowerCase']()),{'type':'format','content':o(_0x3144c4,'*Set\x20font\x20color:*\x20%0',_0x318cf3)['trim'](),'color':{'value':_0x5492dc,'title':_0x318cf3||_0xe2f6d8}};}return{'type':'format','content':o(_0x3144c4,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x52ffb2['commandName']){const _0x2a85c8=_0x52ffb2['commandParams'][0x0]['value'];if(_0x2a85c8){const _0x1c13a0=_0x5654dd(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x223ca5=>_0x223ca5['model']==_0x2a85c8);let _0x5c00c2=_0x2a85c8,_0x411543='';return _0x1c13a0&&(_0x5c00c2=_0x1c13a0['label'],_0x411543=_0x1e47d5(_0x5c00c2)['toLowerCase']()),{'type':'format','content':o(_0x3144c4,'*Set\x20font\x20background\x20color:*\x20%0',_0x411543)['trim'](),'color':{'value':_0x2a85c8,'title':_0x411543||_0x5c00c2}};}return{'type':'format','content':o(_0x3144c4,'*Reset\x20font\x20background\x20color*')};}}});}}class Z extends _0x59cc13{['afterInit'](){const _0xef08c1=this['editor'],_0x1aa954=_0xef08c1['plugins']['get']('TrackChangesEditing'),_0x1c29e2=_0xef08c1['commands']['get']('copyFormat'),_0x4d0c8f=_0xef08c1['commands']['get']('pasteFormat');_0x1c29e2&&_0x4d0c8f&&(_0x1aa954['enableDefaultAttributesIntegration']('pasteFormat'),_0x1aa954['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0xa1fb44=this['editor'],_0x13b93d=_0xa1fb44['locale'];_0xa1fb44['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x610837=>{if('formatBlock'!=_0x610837['type']&&'formatInline'!=_0x610837['type'])return;const {data:_0x2ea03c}=_0x610837;if(_0x2ea03c&&'pasteFormat'===_0x2ea03c['commandName']){const _0x1db1e1=[],_0x3b4770=_0x2ea03c['commandParams'][0x0];for(const [_0x5c097d,_0x502aa7]of Object['entries'](_0x3b4770))_0x1db1e1['push'](so(_0xa1fb44,_0x5c097d,_0x502aa7));return _0x1db1e1['length']?{'type':'format','content':o(_0x13b93d,'*Set\x20format\x20to:*\x20%0',_0x1db1e1['join'](',\x20'))}:{'type':'format','content':o(_0x13b93d,'*Remove\x20all\x20formatting*')};}});}}function so(_0x1482e7,_0x5d588b,_0x30b4b6){const _0x4f8db8=_0x1482e7['locale']['t'],_0x5cdb08=_0x5d588b['split'](/(?=[A-Z])/)['join']('\x20'),_0x387ce3=_0x4f8db8(_0x5cdb08['charAt'](0x0)['toUpperCase']()+_0x5cdb08['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x30b4b6)return _0x387ce3;if('fontColor'===_0x5d588b||'fontBackgroundColor'===_0x5d588b){const _0x4a1734=_0x5654dd(_0x1482e7['config']['get']('fontColor.colors'))['find'](_0x5ae9d5=>_0x5ae9d5['model']==_0x30b4b6);return _0x387ce3+'\x20('+(_0x4a1734?_0x4f8db8(_0x4a1734['label'])['toLowerCase']():_0x30b4b6)+')';}if('fontSize'===_0x5d588b&&isNaN(parseFloat(_0x30b4b6))){const _0x4348a6=_0x1482e7['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x1482e7['config']['get']('fontSize.options'))['find'](_0x40134f=>_0x40134f['model']==_0x30b4b6);return _0x387ce3+'\x20('+(_0x4348a6?_0x4f8db8(_0x4348a6['title'])['toLowerCase']():_0x30b4b6)+')';}return _0x387ce3+'\x20('+_0x30b4b6+')';}class tt extends _0x59cc13{['_headingOptions'];['afterInit'](){const _0x267ba7=this['editor'];if(!_0x267ba7['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x267ba7['config']['get']('heading.options');const _0x381c52=_0x267ba7['locale'],_0x8ffd0a=_0x267ba7['plugins']['get']('TrackChangesEditing');_0x8ffd0a['enableDefaultAttributesIntegration']('heading');for(const _0x292c94 of this['_headingOptions'])'paragraph'!=_0x292c94['model']&&_0x8ffd0a['descriptionFactory']['registerElementLabel'](_0x292c94['model'],_0x4f30f5=>{const _0x4b5ea5=this['_getHeadingLevel'](_0x292c94['model']);return null!==_0x4b5ea5?_0x5488cf(_0x4f30f5,_0x4b5ea5):_0x4a726e(_0x4f30f5,_0x292c94['title']);});function _0x5488cf(_0x2c840f,_0x5607e2){return o(_0x381c52,'ELEMENT_HEADING',[_0x2c840f,_0x5607e2]);}function _0x4a726e(_0x3be645,_0x4ab85d){return o(_0x381c52,'ELEMENT_HEADING_CUSTOM',[_0x3be645,_0x4ab85d]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4fb1f4=this['editor'],_0x228944=_0x4fb1f4['locale'];function _0x2fb335(_0xff3db3,_0x4f39c4){return o(_0x228944,'ELEMENT_HEADING_CUSTOM',[_0xff3db3,_0x4f39c4]);}_0x4fb1f4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4f5ce3=>{if('formatBlock'!=_0x4f5ce3['type'])return;const {data:_0x529530}=_0x4f5ce3;if(_0x529530&&'heading'==_0x529530['commandName']){const _0x21920b=_0x529530['commandParams'][0x0]['value'],_0x7c8ea6=this['_getHeadingLevel'](_0x21920b);if(null!==_0x7c8ea6)return{'type':'format','content':o(_0x228944,'*Change\x20to:*\x20%0',(_0x1fbbfc=0x1,_0x218ac3=_0x7c8ea6,o(_0x228944,'ELEMENT_HEADING',[_0x1fbbfc,_0x218ac3])))};const _0x5e378d=this['_headingOptions']['find'](_0x45b12a=>_0x45b12a['model']===_0x21920b)['title'];return{'type':'format','content':o(_0x228944,'*Change\x20to:*\x20%0',_0x2fb335(0x1,_0x5e378d))};}var _0x1fbbfc,_0x218ac3;});}['_getHeadingLevel'](_0x54b3bc){const _0x298fc5=_0x54b3bc['match'](/^heading(\d+)/);if(_0x298fc5)return _0x298fc5[0x1];const _0x50ab90=this['_headingOptions']?.['find'](_0x17b631=>_0x17b631['model']==_0x54b3bc);if(_0x50ab90&&_0x50ab90['view']){const _0xae98f6=_0x50ab90['view'],_0x4cad09=(_0xae98f6['name']??_0xae98f6)['match'](/^h(\d+)/);if(_0x4cad09)return _0x4cad09[0x1];}return null;}}class et extends _0x59cc13{['afterInit'](){const _0x2ebfb1=this['editor'];if(!_0x2ebfb1['plugins']['has']('HighlightEditing'))return;const _0x2c65b7=_0x2ebfb1['plugins']['get']('TrackChangesEditing'),_0x4b96db=_0x2ebfb1['locale'];_0x2c65b7['enableDefaultAttributesIntegration']('highlight'),_0x2c65b7['registerInlineAttribute']('highlight'),_0x2c65b7['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x4b96db,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x22374c=this['editor'],_0x1ce3f4=_0x22374c['locale'];_0x22374c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x45b6cf=>{if('formatInline'!=_0x45b6cf['type'])return;const {data:_0x3a06eb}=_0x45b6cf;if(_0x3a06eb&&'highlight'==_0x3a06eb['commandName']){const _0xcbad85=_0x1ce3f4['t'],_0xa9bee6=_0x3a06eb['commandParams'][0x0]['value'];if(_0xa9bee6){const _0x32f356=_0x22374c['config']['get']('highlight.options')['find'](_0x167bac=>_0x167bac['model']==_0xa9bee6),_0x476ae5=_0xcbad85(_0x32f356['title'])['toLowerCase']();return{'type':'format','content':o(_0x1ce3f4,'*Set\x20highlight:*\x20%0',_0x476ae5),'color':{'value':_0x32f356['color'],'title':_0x32f356['title']}};}return{'type':'format','content':o(_0x1ce3f4,'*Remove\x20highlight*',o(_0x1ce3f4,'FORMAT_HIGHLIGHT'))};}});}}class it extends _0x59cc13{['afterInit'](){const _0x342e35=this['editor'];if(!_0x342e35['plugins']['has']('HorizontalLineEditing'))return;_0x342e35['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x1e570b=_0x342e35['plugins']['get']('TrackChangesEditing'),_0x15d25c=_0x342e35['locale'];_0x1e570b['descriptionFactory']['registerElementLabel']('horizontalLine',_0x73c1fd=>o(_0x15d25c,'ELEMENT_HORIZONTAL_LINE',_0x73c1fd)),_0x342e35['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x1dd288,{writer:_0x159533,options:_0x6df540})=>{if(!_0x6df540['showSuggestionHighlights'])return null;const _0x1576dc=_0x159533['createContainerElement']('div'),_0x4bec44=_0x159533['createEmptyElement']('hr');return _0x159533['addClass']('ck-horizontal-line',_0x1576dc),_0x159533['insert'](_0x159533['createPositionAt'](_0x1576dc,0x0),_0x4bec44),_0x1576dc;},'converterPriority':'high'});}}class st extends _0x59cc13{['afterInit'](){const _0x57950a=this['editor'];if(!_0x57950a['plugins']['has']('HtmlEmbed'))return;const _0x1c969a=_0x57950a['plugins']['get']('TrackChangesEditing'),_0x1322be=_0x57950a['locale'];_0x1c969a['descriptionFactory']['registerElementLabel']('rawHtml',_0x280b55=>o(_0x1322be,'ELEMENT_HTML_EMBED',_0x280b55)),_0x1c969a['enableDefaultAttributesIntegration']('htmlEmbed'),_0x1c969a['registerBlockAttribute']('value'),_0x1c969a['descriptionFactory']['registerDescriptionCallback'](_0xc0239=>{if('attribute'!=_0xc0239['type'])return;const {data:_0x144669}=_0xc0239;if(_0x144669&&'value'==_0x144669['key']&&_0xc0239['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x59e807=o(_0x1322be,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x1322be,'*Change\x20%0\x20content*',_0x59e807)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x394992=this['editor'],_0x2301f1=_0x394992['locale'];_0x394992['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x59ac03=>{if('formatBlock'!=_0x59ac03['type'])return;const {data:_0x333656}=_0x59ac03;if(_0x333656&&'htmlEmbed'==_0x333656['commandName']){const _0x8acaf6=o(_0x2301f1,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x2301f1,'*Change\x20%0\x20content*',_0x8acaf6)};}});}}class nt extends _0x59cc13{['afterInit'](){const _0x1ab65b=this['editor'];if(!_0x1ab65b['plugins']['has']('ImageEditing'))return;const _0x12f1b9=_0x1ab65b['plugins']['get']('TrackChangesEditing'),_0x5e4b48=_0x1ab65b['plugins']['get']('ImageUtils'),_0x26333b=_0x1ab65b['locale'];_0x12f1b9['enableCommand']('insertImage'),_0x12f1b9['descriptionFactory']['registerElementLabel']('imageBlock',_0x20e986=>o(_0x26333b,'ELEMENT_IMAGE',_0x20e986)),_0x12f1b9['descriptionFactory']['registerElementLabel']('imageInline',_0x453bfb=>o(_0x26333b,'ELEMENT_INLINE_IMAGE',_0x453bfb)),_0x12f1b9['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x26333b,'ELEMENT_CAPTION')),_0x1ab65b['plugins']['has']('ImageUploadEditing')&&_0x12f1b9['enableCommand']('uploadImage'),_0x1ab65b['plugins']['has']('ImageBlockEditing')&&_0x1ab65b['plugins']['has']('ImageInlineEditing')&&(_0x12f1b9['enableCommand']('imageTypeInline',(_0x4f5147,_0x42b994)=>{const _0x17f878=_0x5e4b48['getClosestSelectedImageElement'](_0x1ab65b['model']['document']['selection']);_0x1ab65b['model']['change'](()=>{_0x12f1b9['markBlockFormat'](_0x17f878,{'commandName':'imageTypeInline','commandParams':[_0x42b994]},[],'convertBlockImageToInline');});}),_0x12f1b9['enableCommand']('imageTypeBlock',(_0x27fbe1,_0x794932)=>{_0x1ab65b['model']['change'](_0x432153=>{let _0x357f62=_0x5e4b48['getClosestSelectedImageElement'](_0x1ab65b['model']['document']['selection']),_0x1e66f7=_0x432153['createRangeOn'](_0x357f62);const _0x49dab0=_0x24d499['fromPosition'](_0x1e66f7['start'],'toPrevious'),_0x64980f=_0x24d499['fromPosition'](_0x1e66f7['end'],'toNext');_0x12f1b9['forceDefaultExecution'](()=>_0x27fbe1(_0x794932)),_0x357f62=_0x5e4b48['getClosestSelectedImageElement'](_0x1ab65b['model']['document']['selection']),_0x1e66f7=_0x432153['createRangeOn'](_0x357f62);const _0x1077e6=_0x432153['createRange'](_0x49dab0,_0x64980f);_0x49dab0['detach'](),_0x64980f['detach'](),_0x12f1b9['markBlockFormat'](_0x357f62,{'commandName':'imageTypeInline','commandParams':[_0x794932]},[],'convertInlineImageToBlock'),_0x1077e6['start']['isBefore'](_0x1e66f7['start'])&&_0x12f1b9['markInsertion'](_0x432153['createRange'](_0x1077e6['start'],_0x1e66f7['start']),'convertInlineImageToBlock'),_0x1e66f7['end']['isBefore'](_0x1077e6['end'])&&_0x12f1b9['markInsertion'](_0x432153['createRange'](_0x1e66f7['end'],_0x1077e6['end']),'convertInlineImageToBlock');});}),_0x12f1b9['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x12f1b9['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x12f1b9['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x12f1b9['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x12f1b9['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x12f1b9['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x45e608])=>{const _0x14b77d=_0x12f1b9['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x5dcc60=_0x45e608['start'],_0x513a60=_0x45e608['end'];const _0x37fe64=_0x1ab65b['model']['schema']['getNearestSelectionRange'](_0x5dcc60,'backward'),_0x76d188=_0x1ab65b['model']['schema']['getNearestSelectionRange'](_0x513a60,'forward');_0x37fe64['isCollapsed']&&(_0x5dcc60=_0x37fe64['start']),_0x76d188['isCollapsed']&&(_0x513a60=_0x76d188['end']),_0x14b77d([_0x1ab65b['model']['createRange'](_0x5dcc60,_0x513a60)]);}),_0x12f1b9['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x268945),_0x12f1b9['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x268945)),_0x1ab65b['plugins']['has']('ImageCaptionEditing')&&(_0x12f1b9['enableCommand']('toggleImageCaption',(_0x21fea1,_0x47e026)=>{const _0x537c61=_0x1ab65b['plugins']['get']('ImageCaptionUtils');let _0x437afb=_0x5e4b48['getClosestSelectedImageElement'](_0x1ab65b['model']['document']['selection']),_0x4dcd76=_0x537c61['getCaptionFromImageModelElement'](_0x437afb);_0x1ab65b['model']['change'](()=>{if(_0x4dcd76)return void _0x12f1b9['markDeletion'](_0x1ab65b['model']['createRangeOn'](_0x4dcd76));const _0x46a4ac=_0x5e4b48['isBlockImage'](_0x437afb);_0x21fea1(_0x47e026),_0x437afb=_0x5e4b48['getClosestSelectedImageElement'](_0x1ab65b['model']['document']['selection']),_0x4dcd76=_0x537c61['getCaptionFromImageModelElement'](_0x437afb),_0x12f1b9['markInsertion'](_0x1ab65b['model']['createRangeOn'](_0x4dcd76),_0x46a4ac?null:'imageCaption');});}),_0x12f1b9['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x268945));const _0x15130e=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x4e1f09(_0x533103,_0x28ff44){const _0x466019=_0x15130e['findIndex'](({type:_0x4298cc,subType:_0x7d52cb})=>_0x533103['type']==_0x4298cc&&_0x533103['subType']==_0x7d52cb),_0x380eca=_0x15130e['findIndex'](({type:_0x2e01ea,subType:_0x28bc65})=>_0x28ff44['type']==_0x2e01ea&&_0x28ff44['subType']==_0x28bc65);if(_0x466019<0x0||_0x380eca<0x0)return!0x1;const _0x4dc506=_0x533103['getFirstRange'](),_0x5c898f=_0x28ff44['getFirstRange']();if((0x0==_0x466019||0x1==_0x466019)&&0x2==_0x380eca&&_0x4dc506['isIntersecting'](_0x5c898f))return!0x0;if(0x2==_0x466019&&0x3==_0x380eca){const _0x3d365c=_0x12f1b9['_findSuggestions'](_0x4dc506,'insertion')['filter'](({suggestion:_0x2c5bae,meta:_0x59b81f})=>_0x59b81f['isOwn']&&'convertInlineImageToBlock'==_0x2c5bae['subType']);if(_0x3d365c['length']>0x1&&_0x5c898f['end']['isEqual'](_0x4dc506['start']))return!0x0;if(0x1==_0x3d365c['length']&&(_0x4dc506['start']['isEqual'](_0x5c898f['end'])||_0x4dc506['end']['isEqual'](_0x5c898f['start'])))return!0x0;}if(0x3==_0x466019&&0x3==_0x380eca&&_0x4dc506['start']['isBefore'](_0x5c898f['start'])){const _0x9dcc41=_0x4dc506['end']['nodeAfter'],_0x509c0e=_0x5c898f['start']['nodeBefore'];return _0x5e4b48['isBlockImage'](_0x9dcc41)&&_0x9dcc41===_0x509c0e;}return!0x1;}function _0x268945(_0x2f3b5f,_0x376b6a){return _0x4e1f09(_0x2f3b5f,_0x376b6a)?[_0x2f3b5f,_0x376b6a]:_0x4e1f09(_0x376b6a,_0x2f3b5f)?[_0x376b6a,_0x2f3b5f]:null;}_0x1ab65b['plugins']['has']('ImageResize')&&(_0x12f1b9['enableDefaultAttributesIntegration']('resizeImage'),_0x12f1b9['registerBlockAttribute']('resizedWidth'),_0x12f1b9['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x26333b,'FORMAT_IMAGE_SIZE'))),_0x1ab65b['plugins']['has']('ImageTextAlternativeEditing')&&(_0x12f1b9['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x12f1b9['registerBlockAttribute']('alt')),_0x12f1b9['descriptionFactory']['registerDescriptionCallback'](_0x472e74=>{if(!!_0x15130e['find'](({type:_0xe70291,subType:_0x204806})=>_0x472e74['type']==_0xe70291&&_0x472e74['subType']==_0x204806))return _0x472e74['previous']?{}:void 0x0;}),_0x12f1b9['descriptionFactory']['registerDescriptionCallback'](_0x549340=>{if('insertion'==_0x549340['type']||'deletion'==_0x549340['type']){const _0x3fbd95=_0x549340['getContainedElement']();if(_0x3fbd95&&_0x3fbd95['is']('element','caption'))return{'type':'insertion'==_0x549340['type']?'addObject':'removeObject','element':_0x3fbd95,'quantity':0x1};}}),_0x12f1b9['descriptionFactory']['registerDescriptionCallback'](_0x15ae56=>'formatBlock'==_0x15ae56['type']&&'convertInlineImageToBlock'==_0x15ae56['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x15ae56['type']&&'convertBlockImageToInline'==_0x15ae56['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x12f1b9['descriptionFactory']['registerDescriptionCallback'](_0x35bf78=>{if('attribute'!=_0x35bf78['type'])return;const {data:_0x47c50d}=_0x35bf78;if(!_0x47c50d||'alt'!=_0x47c50d['key'])return;const _0x308608=_0x47c50d['newValue'];return _0x308608?{'type':'format','content':o(_0x26333b,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x308608+'\x22')}:{'type':'format','content':o(_0x26333b,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5eebab=this['editor'],_0x5889f0=_0x5eebab['locale'];_0x5eebab['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2aa54f=>{if('formatBlock'!=_0x2aa54f['type']&&'formatInline'!=_0x2aa54f['type'])return;const {data:_0x322bbc}=_0x2aa54f;if(_0x322bbc){if('imageTextAlternative'==_0x322bbc['commandName']){const _0x33c29d=_0x322bbc['commandParams'][0x0]['newValue'];return _0x33c29d?{'type':'format','content':o(_0x5889f0,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x33c29d+'\x22')}:{'type':'format','content':o(_0x5889f0,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x322bbc['commandName']){const _0xeb2b23=_0x322bbc['commandParams'][0x0]['width'];return _0xeb2b23?{'type':'format','content':o(_0x5889f0,'*Set\x20image\x20width:*\x20%0',_0xeb2b23)}:{'type':'format','content':o(_0x5889f0,'*Reset\x20image\x20width*')};}}});}}class ot extends _0x59cc13{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x39186c=this['editor']['locale'],_0x1f7928=this['editor']['plugins']['get']('TrackChangesEditing');_0x1f7928['enableDefaultAttributesIntegration']('replaceImageSource'),_0x1f7928['registerBlockAttribute']('src'),_0x1f7928['descriptionFactory']['registerDescriptionCallback'](_0x9e8bad=>{if('attribute'!=_0x9e8bad['type'])return;const {data:_0xe83c1f}=_0x9e8bad;return _0xe83c1f&&'src'==_0xe83c1f['key']?_0xe83c1f['newValue']&&_0xe83c1f['oldValue']?{'type':'format','content':o(_0x39186c,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x317c6b=this['editor']['plugins']['get']('TrackChangesEditing');_0x317c6b['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x317c6b['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x317c6b['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x317c6b['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x11086f=this['editor'],_0x37256e=_0x11086f['locale'];_0x11086f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x572043=>{if('formatBlock'!=_0x572043['type']&&'formatInline'!=_0x572043['type'])return;const {data:_0x45e794}=_0x572043;if(!_0x45e794||'replaceImageSource'!=_0x45e794['commandName'])return;return{'type':'format','content':o(_0x37256e,'*Format:*\x20replace\x20image\x20URL')};});}}class rt extends _0x59cc13{['afterInit'](){const _0x250b62=this['editor'];if(!_0x250b62['plugins']['has']('ImageStyleEditing'))return;const _0x3bce89=_0x250b62['plugins']['get']('TrackChangesEditing'),_0x16873e=_0x250b62['plugins']['get']('ImageUtils'),_0x1ed49f={};_0x3bce89['enableCommand']('imageStyle',(_0x506f19,_0xf1bf9f)=>{const _0x5679a6=_0x250b62['plugins']['get']('Users')['me'],_0x5307d8=_0x250b62['commands']['get']('imageStyle');let _0x5f3cbc=_0x16873e['getClosestSelectedImageElement'](_0x250b62['model']['document']['selection']),_0x2c415e=_0x250b62['model']['createRangeOn'](_0x5f3cbc),_0x400ec7=_0x5307d8['value'];if(_0x400ec7==_0xf1bf9f['value'])return;const _0x115cdb={'commandName':'imageStyle','commandParams':[_0xf1bf9f],'formatGroupId':_0x4dfb6e()};_0x250b62['model']['change'](()=>{if(_0x3bce89['getSuggestions']()['filter'](_0x150d8c=>_0x150d8c['isInContent']&&_0x5679a6==_0x150d8c['author']&&('formatBlock'==_0x150d8c['type']||'formatInline'==_0x150d8c['type'])&&('imageStylePreApply'==_0x150d8c['subType']||'imageStylePostApply'==_0x150d8c['subType'])&&_0x150d8c['getFirstRange']()['isEqual'](_0x2c415e))['forEach'](_0x1360b6=>_0x3bce89['discardSuggestion'](_0x1360b6['head'])),_0x5f3cbc=_0x16873e['getClosestSelectedImageElement'](_0x250b62['model']['document']['selection']),_0x2c415e=_0x250b62['model']['createRangeOn'](_0x5f3cbc),_0x5307d8['refresh'](),_0x250b62['commands']['get']('imageTypeInline')['refresh'](),_0x250b62['commands']['get']('imageTypeBlock')['refresh'](),_0x400ec7=_0x5307d8['value'],_0x400ec7!=_0xf1bf9f['value'])return _0x16873e['isInlineImage'](_0x5f3cbc)&&_0x5307d8['shouldConvertImageType'](_0xf1bf9f['value'],_0x5f3cbc)?(_0x506f19({..._0xf1bf9f,'setImageSizes':!0x1}),_0x5f3cbc=_0x16873e['getClosestSelectedImageElement'](_0x250b62['model']['document']['selection']),void _0x3bce89['markBlockFormat'](_0x5f3cbc,{..._0x115cdb,'commandReversedParams':[{'value':_0x400ec7||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x16873e['isBlockImage'](_0x5f3cbc)?_0x3bce89['markBlockFormat'](_0x5f3cbc,_0x115cdb,[],'imageStylePostApply'):_0x3bce89['markInlineFormat'](_0x2c415e,_0x115cdb,'imageStylePostApply'));});});for(const _0x32733f of _0x250b62['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x1ed49f[_0x32733f['name']]=_0x32733f['title']['toLowerCase']();_0x3bce89['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x3bce89['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x3bce89['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x3bce89['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x2354a8])=>{_0x16873e['setImageNaturalSizeAttributes'](_0x2354a8['getContainedElement']());}),_0x3bce89['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x419d6d,_0x4fd3e1)=>{_0x3bce89['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x419d6d,{'commandName':_0x4fd3e1['commandName'],'commandParams':_0x4fd3e1['commandReversedParams']});}),_0x3bce89['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0xea6e34,_0x296aea){if(_0x558ace(_0xea6e34,_0x296aea))return[_0xea6e34,_0x296aea];if(_0x558ace(_0x296aea,_0xea6e34))return[_0x296aea,_0xea6e34];return null;});const _0x11b118=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x558ace(_0x3697e7,_0x530bd6){const _0x570c6b=_0x11b118['findIndex'](({type:_0x19ed52,subType:_0x898535})=>_0x3697e7['type']==_0x19ed52&&_0x3697e7['subType']==_0x898535),_0x57635f=_0x11b118['findIndex'](({type:_0x557f75,subType:_0x36b365})=>_0x530bd6['type']==_0x557f75&&_0x530bd6['subType']==_0x36b365);if(_0x570c6b<0x0||_0x57635f<0x0)return!0x1;const _0x1a3dff=_0x3697e7['getFirstRange'](),_0x261214=_0x530bd6['getFirstRange']();if((0x0==_0x570c6b||0x1==_0x570c6b)&&0x2==_0x57635f&&_0x1a3dff['isIntersecting'](_0x261214))return!0x0;if(0x2==_0x570c6b&&0x3==_0x57635f){const _0x1c73d0=_0x3bce89['_findSuggestions'](_0x1a3dff,'insertion')['filter'](({suggestion:_0x3024fb,meta:_0xfe80fa})=>_0xfe80fa['isOwn']&&'convertInlineImageToBlock'==_0x3024fb['subType']);if(_0x1c73d0['length']>0x1&&_0x261214['end']['isEqual'](_0x1a3dff['start']))return!0x0;if(0x1==_0x1c73d0['length']&&(_0x1a3dff['start']['isEqual'](_0x261214['end'])||_0x1a3dff['end']['isEqual'](_0x261214['start'])))return!0x0;}if(0x3==_0x570c6b&&0x3==_0x57635f&&_0x1a3dff['start']['isBefore'](_0x261214['start'])){const _0x7e1c5e=_0x1a3dff['end']['nodeAfter'],_0x2054fb=_0x261214['start']['nodeBefore'];return _0x16873e['isBlockImage'](_0x7e1c5e)&&_0x7e1c5e===_0x2054fb;}return!0x1;}_0x250b62['model']['document']['registerPostFixer'](()=>{let _0x2724fe=!0x1;const _0x5daee9=Array['from'](_0x250b62['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x364309,data:_0x576dfb}of _0x5daee9){const {group:_0x274dcc,type:_0x546066,subType:_0x1160a3,id:_0x45ec42}=_0x3bce89['_splitMarkerName'](_0x364309);if('suggestion'==_0x274dcc&&_0x3bce89['hasSuggestion'](_0x45ec42)){if('formatBlock'==_0x546066&&('imageStylePreApply'==_0x1160a3||'imageStylePostApply'==_0x1160a3)){const _0x4f476c=_0x3bce89['getSuggestion'](_0x45ec42);if(_0x576dfb['newRange']){const _0x4c20ee=_0x4f476c['getFirstRange']()['getContainedElement']();if(_0x16873e['isBlockImage'](_0x4c20ee))continue;_0x3bce89['discardSuggestion'](_0x4f476c),_0x2724fe=!0x0;}}if('insertion'==_0x546066&&'imageCaption'==_0x1160a3&&!_0x576dfb['newRange']){const _0x4fba87=_0x3bce89['getSuggestion'](_0x45ec42);_0x4fba87['next']&&_0x4fba87['next']['isInContent']&&(_0x3bce89['discardSuggestion'](_0x4fba87['next']),_0x2724fe=!0x0);}}}return _0x2724fe;}),this['_registerLegacyDescription'](_0x1ed49f);}['_registerLegacyDescription'](_0x443e39){const _0xb9cab6=this['editor'],_0x12c97d=_0xb9cab6['locale'];_0xb9cab6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3ad85d=>{if('formatBlock'!=_0x3ad85d['type']&&'formatInline'!=_0x3ad85d['type'])return;const {data:_0x300b30}=_0x3ad85d;if(!_0x300b30||'imageStyle'!=_0x300b30['commandName'])return;const _0x23e44d=_0x300b30['commandParams'][0x0]['value'];return _0x58c82f('side'===_0x23e44d?o(_0x12c97d,'FORMAT_SIDE_IMAGE'):_0x443e39[_0x23e44d]||_0x23e44d);function _0x58c82f(_0x176825){return{'type':'format','content':o(_0x12c97d,'*Format:*\x20%0',_0x176825)};}});}}class at extends _0x59cc13{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0xd6d18d){super(_0xd6d18d),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x3b1d6b=this['editor'],_0xd91f9=_0x3b1d6b['commands']['get']('importWord'),_0x21ddc7=_0x3b1d6b['commands']['get']('trackChanges');_0xd91f9&&(_0xd91f9['on']('execute',(_0x392ad7,[,_0x4b3fe6])=>{this['_trackChangesValueDuringImport']=_0x21ddc7['value'],_0x4b3fe6['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0xd91f9,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0xd91f9,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x21ddc7['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x3b1d6b['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x11084d,_0x4b1f85){const {suggestions:_0x452bc3}=_0x4b1f85,_0x599ee3=this['editor']['commands']['get']('trackChanges'),_0x15e2ba=_0x599ee3['value'];this['_trackChangesValueDuringImport']!==_0x15e2ba&&(_0x599ee3['execute'](),this['_trackChangesExecuted']=!0x0),_0x452bc3&&_0x452bc3['forEach'](({id:_0x247183,type:_0x41d61c,author:_0x20e16c,created_at:_0x5896b5})=>{const _0x587df4={'id':_0x247183,'type':_0x41d61c,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x20e16c,'createdAt':_0x5896b5?new Date(_0x5896b5):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x587df4);});}}class ct extends _0x59cc13{['afterInit'](){const _0x3f92f7=this['editor'],_0x368127=_0x3f92f7['plugins']['get']('TrackChangesEditing');if(_0x3f92f7['plugins']['has']('IndentEditing')&&(_0x368127['enableCommand']('indent'),_0x368127['enableCommand']('outdent')),_0x3f92f7['plugins']['has']('IndentBlock')){for(const _0x2d599a of['indentBlock','outdentBlock'])_0x368127['enableDefaultAttributesIntegration'](_0x2d599a);}const _0x7094cb=_0x3f92f7['locale'];_0x368127['registerBlockAttribute']('blockIndent'),_0x368127['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x7094cb,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5873fb=this['editor'],_0x2620b3=_0x5873fb['locale'],_0x406cb1=_0x5873fb['plugins']['get']('TrackChangesEditing');_0x406cb1['descriptionFactory']['registerDescriptionCallback'](_0x3fea33=>{if('formatBlock'!=_0x3fea33['type'])return;const {data:_0x4ec6ff}=_0x3fea33;if(!_0x4ec6ff)return;if('indentBlock'!=_0x4ec6ff['commandName']&&'outdentBlock'!=_0x4ec6ff['commandName'])return;const _0x143388=_0x3fea33['getItems']()[0x0],_0x10d959=_0x406cb1['descriptionFactory']['getItemLabel'](_0x143388);return'indentBlock'==_0x4ec6ff['commandName']?{'type':'format','content':o(_0x2620b3,'*Indent:*\x20%0',_0x10d959)}:'outdentBlock'==_0x4ec6ff['commandName']?{'type':'format','content':o(_0x2620b3,'*Outdent:*\x20%0',_0x10d959)}:void 0x0;});}}class ut extends _0x59cc13{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x59cc13{['afterInit'](){const _0x4a999c=this['editor'];if(!_0x4a999c['plugins']['has']('LinkEditing'))return;const _0x35bbf2=_0x4a999c['plugins']['get']('TrackChangesEditing'),_0xb958d6=_0x4a999c['commands']['get']('link');_0x35bbf2['enableDefaultAttributesIntegration']('link'),_0x35bbf2['enableDefaultAttributesIntegration']('unlink'),_0x35bbf2['registerInlineAttribute']('linkHref');for(const _0x41f795 of _0xb958d6['manualDecorators'])_0x35bbf2['registerInlineAttribute'](_0x41f795['id']),_0x35bbf2['descriptionFactory']['registerAttributeLabel'](_0x41f795['id'],'link\x20('+_0x41f795['label']['toLowerCase']()+')');_0x35bbf2['descriptionFactory']['registerDescriptionCallback'](_0x301caf=>{if('attribute'!=_0x301caf['type'])return;const {data:_0x2646e0}=_0x301caf;if(!_0x2646e0||'linkHref'!=_0x2646e0['key'])return;const _0x5696c6=_0x2646e0['newValue'],_0x494fa5=_0x4a999c['locale'];return{'type':'format','content':null==_0x5696c6?o(_0x494fa5,'*Remove\x20link*'):o(_0x494fa5,'*Set\x20link:*\x20%0','\x22'+_0x5696c6+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x445a1b=this['editor'],_0x16f5b2=_0x445a1b['locale'];_0x445a1b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x14da9f=>{if('formatInline'!=_0x14da9f['type'])return;const {data:_0x38f6a0}=_0x14da9f;if(_0x38f6a0){if('link'==_0x38f6a0['commandName']){const _0x216e91=_0x38f6a0['commandParams'][0x0];return{'type':'format','content':o(_0x16f5b2,'*Set\x20link:*\x20%0','\x22'+_0x216e91+'\x22')};}return'unlink'==_0x38f6a0['commandName']?{'type':'format','content':o(_0x16f5b2,'*Remove\x20link*')}:void 0x0;}});}}class ft extends _0x59cc13{['afterInit'](){const _0x30199e=this['editor'],_0x378f20=_0x30199e['locale'];if(!_0x30199e['plugins']['has']('LegacyListEditing'))return;const _0x59945d=_0x30199e['plugins']['get']('TrackChangesEditing'),_0x39a9db=_0x30199e['plugins']['has']('LegacyTodoListEditing');function _0x596ddf(_0x3144ac){return()=>{const _0x447f3e=_0x30199e['model']['document']['selection'],_0x24dbdf=_0x30199e['commands']['get'](_0x3144ac);if(_0x24dbdf['value'])return void _0x30199e['execute']('paragraph',{});const _0x596b5e=_0x3144ac['slice'](0x0,-0x4),_0xf7336c=function(_0x3a14be,_0x37b201,_0x4a0f0d){let _0x26af89=Array['from'](_0x3a14be)['filter'](_0x1d2e71=>function(_0x567fea,_0xc15c6b){return _0xc15c6b['checkChild'](_0x567fea['parent'],'listItem')&&!_0xc15c6b['isObject'](_0x567fea);}(_0x1d2e71,_0x4a0f0d));_0x26af89=_0x26af89['filter'](_0x232d0b=>!_0x232d0b['is']('element','listItem')||_0x232d0b['getAttribute']('listType')!=_0x37b201);const _0x157f53=new Set();for(const _0x5aa0ef of _0x26af89)_0x5aa0ef['is']('element','listItem')?_0x157f53['add'](fe(_0x5aa0ef)):_0x157f53['add'](_0x5aa0ef);return Array['from'](_0x157f53);}(_0x447f3e['getSelectedBlocks'](),_0x596b5e,_0x30199e['model']['schema']);_0x30199e['model']['change'](()=>{for(const _0xad833f of _0xf7336c)_0x59945d['markBlockFormat'](_0xad833f,{'commandName':_0x3144ac,'commandParams':[{'forceValue':!_0x24dbdf['value']}],'formatGroupId':'blockName'},ue(_0xad833f));});};}function _0x5a9004(_0x11cb4b){return()=>{const _0x31e6df=function(_0x1ee278){let _0x134a15=Array['from'](_0x1ee278);const _0x36e046=_0x134a15['findIndex'](_0x83d643=>'listItem'!=_0x83d643['name']);return _0x36e046>-0x1&&(_0x134a15=_0x134a15['slice'](0x0,_0x36e046)),_0x134a15;}(_0x30199e['model']['document']['selection']['getSelectedBlocks']()),_0x114315=_0x30199e['model']['createRange'](_0x30199e['model']['createPositionAt'](_0x31e6df[0x0],'before'),_0x30199e['model']['createPositionAt'](_0x31e6df[_0x31e6df['length']-0x1],'end'));_0x30199e['model']['change'](()=>{_0x59945d['markBlockFormat'](_0x114315,{'commandName':_0x11cb4b,'commandParams':[],'formatGroupId':'listIndent'},function(_0x172b3d){const _0x21f630=new Set();for(const _0x4e2810 of _0x172b3d){let _0x2512d4=_0x4e2810['nextSibling'];for(;_0x2512d4&&_0x2512d4['getAttribute']('listIndent')>_0x4e2810['getAttribute']('listIndent');)_0x21f630['add'](_0x2512d4),_0x2512d4=_0x2512d4['nextSibling'];}return Array['from'](_0x21f630);}(_0x31e6df));});};}_0x59945d['enableCommand']('numberedList',_0x596ddf('numberedList')),_0x59945d['enableCommand']('bulletedList',_0x596ddf('bulletedList')),_0x39a9db&&_0x59945d['enableCommand']('todoList',_0x596ddf('todoList')),_0x59945d['enableCommand']('indentList',_0x5a9004('indentList')),_0x59945d['enableCommand']('outdentList',_0x5a9004('outdentList')),_0x39a9db&&_0x59945d['enableCommand']('checkTodoList',()=>{const _0x2d561a=_0x30199e['commands']['get']('checkTodoList'),_0x3f9721=Array['from'](_0x2d561a['_selectedElements']);_0x3f9721['filter'](_0x367e6a=>_0x367e6a['getAttribute']('todoListChecked')!=_0x2d561a['value']),_0x30199e['model']['change'](()=>{for(const _0x314c95 of _0x3f9721)_0x59945d['markBlockFormat'](_0x314c95,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x2d561a['value']}]});});}),_0x59945d['descriptionFactory']['registerElementLabel']('listItem',_0x28e215=>o(_0x378f20,'ELEMENT_LIST_ITEM',_0x28e215)),_0x59945d['descriptionFactory']['registerDescriptionCallback'](_0x185363=>{if('formatBlock'!=_0x185363['type']&&'formatInline'!=_0x185363['type'])return;const {data:_0x4c6fbc}=_0x185363;if(_0x4c6fbc){if('numberedList'==_0x4c6fbc['commandName']||'bulletedList'==_0x4c6fbc['commandName']||'todoList'==_0x4c6fbc['commandName'])switch(_0x4c6fbc['commandName']['replace']('List','')){case'bulleted':return _0x26bfe6(o(_0x378f20,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x26bfe6(o(_0x378f20,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x26bfe6(o(_0x378f20,'ELEMENT_TODO_LIST'));}if('indentList'==_0x4c6fbc['commandName'])return{'type':'format','content':o(_0x378f20,'*Indent:*\x20%0',o(_0x378f20,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x4c6fbc['commandName'])return{'type':'format','content':o(_0x378f20,'*Outdent:*\x20%0',o(_0x378f20,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x4c6fbc['commandName'])return _0x4c6fbc['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x378f20,'*Check\x20item*')}:{'type':'format','content':o(_0x378f20,'*Uncheck\x20item*')};}function _0x26bfe6(_0x353487){return{'type':'format','content':o(_0x378f20,'*Change\x20to:*\x20%0',_0x353487)};}});}}function fe(_0x46b5c7){const _0x3a2aed=_0x46b5c7['getAttribute']('listIndent');if(0x0==_0x3a2aed)return _0x46b5c7;let _0x3663bb=_0x46b5c7;for(;_0x46b5c7['previousSibling']&&_0x46b5c7['previousSibling']['is']('element','listItem');){const _0x7655d4=_0x46b5c7['previousSibling']['getAttribute']('listIndent');if(_0x7655d4==_0x3a2aed)_0x3663bb=_0x46b5c7['previousSibling'];else{if(_0x7655d4<_0x3a2aed)break;}_0x46b5c7=_0x46b5c7['previousSibling'];}return _0x3663bb;}function ue(_0x2a8ba3){const _0x57fd54=[];if(_0x2a8ba3['is']('element','listItem')&&_0x2a8ba3['getAttribute']('listIndent')>0x0){let _0x4255c5=_0x2a8ba3['nextSibling'];for(;_0x4255c5&&'listItem'==_0x4255c5['name']&&_0x4255c5['getAttribute']('listIndent')==_0x2a8ba3['getAttribute']('listIndent');)_0x57fd54['push'](_0x4255c5),_0x4255c5=_0x4255c5['nextSibling'];}return _0x57fd54;}class W extends _0x59cc13{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x88a88b=this['editor']['config']['get']('list.properties'),_0x48ebb1=this['editor']['plugins']['get']('TrackChangesEditing');_0x88a88b['styles']&&_0x48ebb1['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x88a88b['reversed']&&_0x48ebb1['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x88a88b['startIndex']&&_0x48ebb1['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x48ebb1['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x344eb7,_0x24be34={}){const _0x5405f6=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4314dc=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x5405f6['markMultiRangeBlockFormat'](_0x4314dc,{'commandName':'listStyle','commandParams':[{'type':_0x24be34['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0xdfd5f,_0x4edf72={}){const _0x19b1ac=this['editor']['plugins']['get']('TrackChangesEditing'),_0x228388=this['_getSuggestionBlocks'](_0x35c6e7=>_0x35c6e7['is']('element','listItem')&&'numbered'===_0x35c6e7['getAttribute']('listType'));if(_0x228388['length']<0x1)return;const _0x2d37a1=_0x228388['map'](_0x1b1a48=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x1b1a48,'before'),this['editor']['model']['createPositionAt'](_0x1b1a48,0x0)));this['editor']['model']['change'](()=>{_0x19b1ac['markMultiRangeBlockFormat'](_0x2d37a1,{'commandName':'listReversed','commandParams':[{'reversed':_0x4edf72['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x4a474c,_0x3142c0={}){const _0x4187ad=this['editor']['plugins']['get']('TrackChangesEditing'),_0x34addc=this['_getSuggestionBlocks'](_0x24627e=>_0x24627e['is']('element','listItem')&&'numbered'===_0x24627e['getAttribute']('listType'));if(_0x34addc['length']<0x1)return;const _0x158cbf=_0x34addc['map'](_0x23f0cb=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x23f0cb,'before'),this['editor']['model']['createPositionAt'](_0x23f0cb,0x0)));this['editor']['model']['change'](()=>{_0x4187ad['markMultiRangeBlockFormat'](_0x158cbf,{'commandName':'listStart','commandParams':[{'startIndex':_0x3142c0['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x29af5f){if('formatBlock'!=_0x29af5f['type']&&'formatInline'!=_0x29af5f['type'])return;const _0x4ddc19=this['editor']['locale'],{data:_0x198e8f}=_0x29af5f;if(!_0x198e8f)return;let _0xc96523,_0x17c3be;switch(_0x198e8f['commandName']){case'listStyle':_0xc96523='*Change\x20to:*\x20%0',_0x17c3be={'type':'format','content':o(_0x4ddc19,_0xc96523,o(_0x4ddc19,this['_getTranslationKeyForListStyle'](_0x198e8f['commandParams'][0x0]['type'])))};break;case'listReversed':_0xc96523=_0x198e8f['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x17c3be={'type':'format','content':o(_0x4ddc19,_0xc96523)};break;case'listStart':_0xc96523='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x17c3be={'type':'format','content':o(_0x4ddc19,_0xc96523,_0x198e8f['commandParams'][0x0]['startIndex'])};}return _0x17c3be;}['_getSuggestionBlocksForListStyle'](){const _0x1e0d09=this['editor']['plugins']['get']('LegacyListUtils');let _0x542618=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x542618[0x0]?.['is']('element','listItem')&&_0x542618['unshift'](..._0x1e0d09['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x542618[_0x542618['length']-0x1]?.['is']('element','listItem')&&_0x542618['push'](..._0x1e0d09['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x542618=[...new Set(_0x542618)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x542618=_0x542618['filter'](_0x3e7230=>_0x3e7230['is']('element','listItem'))),_0x542618;}['_getSuggestionBlocks'](_0x27edcd){const _0x27c4f5=this['editor']['plugins']['get']('LegacyListUtils');let _0x339664=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x27edcd)['map'](_0xa69e9=>{const _0x1ca2c4=this['editor']['model']['createPositionAt'](_0xa69e9,0x0);return[..._0x27c4f5['getSiblingNodes'](_0x1ca2c4,'backward'),..._0x27c4f5['getSiblingNodes'](_0x1ca2c4,'forward')];})['flat']();return _0x339664=[...new Set(_0x339664)],_0x339664;}['_getTranslationKeyForListStyle'](_0x5abb69){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x5abb69)||'default')['toUpperCase']()+'_LIST_'+_0x5abb69['toUpperCase']()['replace'](/-/g,'_');}}class lt extends _0x59cc13{['afterInit'](){const _0x5d66fc=this['editor'];if(!_0x5d66fc['plugins']['has']('MediaEmbedEditing'))return;const _0x1436b4=_0x5d66fc['plugins']['get']('TrackChangesEditing'),_0x4ba522=_0x5d66fc['locale'];_0x1436b4['enableCommand']('mediaEmbed'),_0x1436b4['descriptionFactory']['registerElementLabel']('media',_0x31060d=>o(_0x4ba522,'ELEMENT_MEDIA',_0x31060d)),_0x5d66fc['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x4f4cde,{writer:_0x178830,options:_0x56806e})=>{if(_0x56806e['showSuggestionHighlights'])return _0x178830['createEmptyElement']('div');},'converterPriority':'high'}),_0x5d66fc['data']['downcastDispatcher']['on']('attribute:url:media',(_0x3eee86,_0x2b0dd7,_0x11db6a)=>{_0x11db6a['options']['showSuggestionHighlights']&&_0x3eee86['stop']();},{'priority':'high'});}}class mt extends _0x59cc13{['afterInit'](){const _0x2b1af7=this['editor'];_0x2b1af7['plugins']['has']('MentionEditing')&&_0x2b1af7['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class dt extends _0x59cc13{['afterInit'](){const _0xb31de5=this['editor'];if(!_0xb31de5['plugins']['has']('MergeFieldsEditing'))return;_0xb31de5['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField'),_0xb31de5['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeFieldBlock');const _0x14645a=_0xb31de5['plugins']['get']('TrackChangesEditing'),_0x2700c3=_0xb31de5['locale'];_0x14645a['descriptionFactory']['registerElementLabel']('mergeField',_0x543c18=>o(_0x2700c3,'ELEMENT_MERGE_FIELD',_0x543c18)),_0x14645a['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x49a6b3=>o(_0x2700c3,'ELEMENT_MERGE_FIELD',_0x49a6b3)),_0x14645a['descriptionFactory']['registerDescriptionCallback'](_0x231575=>{if('insertion'!=_0x231575['type']&&'deletion'!=_0x231575['type'])return;const _0x5607e1=_0x231575['getContainedElement']();if(null==_0x5607e1)return;if(!_0x5607e1['is']('element','mergeField')&&!_0x5607e1['is']('element','mergeFieldBlock'))return;const _0x4b27a9=_0xb31de5['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x5607e1['getAttribute']('id'));return'insertion'==_0x231575['type']?{'type':'insertion','content':o(_0x2700c3,'*Insert:*\x20%0','\x22'+_0x4b27a9+'\x22\x20'+o(_0x2700c3,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x2700c3,'*Remove:*\x20%0','\x22'+_0x4b27a9+'\x22\x20'+o(_0x2700c3,'ELEMENT_MERGE_FIELD'))};});}}class pt extends _0x59cc13{['afterInit'](){const _0x36c79a=this['editor'],_0x4908e6=_0x36c79a['plugins']['get']('TrackChangesEditing');_0x36c79a['plugins']['has']('MultiLevelList')&&(_0x4908e6['enableDefaultAttributesIntegration']('multiLevelList'),_0x4908e6['registerBlockAttribute']('listMarkerStyle'),_0x4908e6['descriptionFactory']['registerDescriptionCallback'](_0x595298=>this['handleDescriptions'](_0x595298)));}['handleDescriptions'](_0x20f8c2){const _0x567918=this['editor']['locale'],{data:_0x1128de}=_0x20f8c2,_0x1f27d5={'type':'format','content':''};if(_0x1128de&&'listMarkerStyle'==_0x1128de['key']){if(!_0x1128de['oldValue'])return{'type':'format','content':o(_0x567918,'*Set\x20format:*\x20%0',o(_0x567918,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x1128de['newValue']+')'};if(!_0x1128de['newValue']){let _0xe743f2=_0x20f8c2['head'];for(;_0xe743f2;){if(_0xe743f2['data']&&'listType'==_0xe743f2['data']['key']&&_0xe743f2['data']['newValue'])return _0x1f27d5;_0xe743f2=_0xe743f2['next'];}return{'type':'format','content':o(_0x567918,'*Remove\x20format:*\x20%0',o(_0x567918,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x1128de['oldValue']+')'};}}}}class kt extends _0x59cc13{['afterInit'](){const _0x1bd98a=this['editor'];if(!_0x1bd98a['plugins']['has']('PageBreakEditing'))return;_0x1bd98a['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x234423=_0x1bd98a['plugins']['get']('TrackChangesEditing'),_0x4d108a=_0x1bd98a['locale'];_0x234423['descriptionFactory']['registerElementLabel']('pageBreak',_0x99dbc8=>o(_0x4d108a,'ELEMENT_PAGE_BREAK',_0x99dbc8));}}class bt extends _0x59cc13{['afterInit'](){const _0x170c2e=this['editor'];if(!_0x170c2e['plugins']['has']('Paragraph'))return;const _0x3b1ab4=_0x170c2e['locale'],_0x174c01=_0x170c2e['plugins']['get']('TrackChangesEditing');_0x174c01['descriptionFactory']['registerElementLabel']('paragraph',_0x20b5c2=>o(_0x3b1ab4,'ELEMENT_PARAGRAPH',_0x20b5c2)),_0x174c01['enableDefaultAttributesIntegration']('paragraph'),_0x174c01['enableCommand']('insertParagraph'),_0x170c2e['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x170c2e),{'priority':'highest'}),_0x170c2e['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x4ca543,_0x2a1605,_0x1f25fd)=>{_0x1f25fd['options']['showSuggestionHighlights']&&nr(_0x170c2e,{'showActiveMarker':!0x1})(_0x4ca543,_0x2a1605,_0x1f25fd);},{'priority':'highest'});const _0x373a90=_0x174c01['descriptionFactory'];_0x373a90['registerDescriptionCallback'](_0x5d66bc=>{if('insertion'!==_0x5d66bc['type'])return;const {start:_0x45a7d5,end:_0x57e49d}=_0x5d66bc['getFirstRange']();if(!_0x45a7d5['isTouching'](_0x57e49d)||!_0x45a7d5['nodeAfter'])return;const _0x3523df=_0x170c2e['model']['schema'],_0x2ef8eb=_0x45a7d5['nodeAfter'];return _0x3523df['isBlock'](_0x2ef8eb)&&!_0x3523df['isLimit'](_0x2ef8eb)&&_0x3523df['checkChild'](_0x2ef8eb,'$text')?{'type':'insertion','content':o(_0x3b1ab4,'*Insert:*\x20%0',_0x373a90['getItemLabel'](_0x2ef8eb,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x530228=this['editor'],_0x27af33=_0x530228['locale'];_0x530228['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1c0152=>{if('formatBlock'!=_0x1c0152['type'])return;const {data:_0x5c1c80}=_0x1c0152;return _0x5c1c80&&'paragraph'==_0x5c1c80['commandName']?{'type':'format','content':o(_0x27af33,'*Change\x20to:*\x20%0',o(_0x27af33,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x33d003,{showActiveMarker:_0x4e7714=!0x0}={}){return(_0x4d2911,_0x66ce06,_0x1b84d0)=>{const _0x190a55=_0x33d003['plugins']['get']('TrackChangesEditing'),_0x32cc43=_0x66ce06['markerRange']['start'],_0x1024b2=_0x66ce06['markerRange']['end'],_0x1c2081=_0x33d003['model']['schema'];if(!_0x32cc43['isTouching'](_0x1024b2)||!_0x32cc43['nodeAfter'])return;const _0x4ca9be=_0x32cc43['nodeAfter'];if(_0x1c2081['isBlock'](_0x4ca9be)&&!_0x1c2081['isLimit'](_0x4ca9be)&&_0x1c2081['checkChild'](_0x4ca9be,'$text')){if(!_0x1b84d0['consumable']['consume'](_0x66ce06['markerRange'],_0x4d2911['name']))return;const {authorId:_0xea9091}=_0x190a55['_splitMarkerName'](_0x66ce06['markerName']),_0x3c2109=_0x1b84d0['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0xea9091}),_0x544bed=_0x1b84d0['mapper']['toViewPosition'](_0x1024b2);_0x4e7714&&_0x190a55['activeMarkers']['includes'](_0x66ce06['markerName'])&&_0x1b84d0['writer']['addClass']('ck-suggestion-marker--active',_0x3c2109),_0x1b84d0['writer']['insert'](_0x544bed,_0x3c2109),_0x1b84d0['mapper']['bindElementToMarker'](_0x3c2109,_0x66ce06['markerName']);}};}class wt extends _0x59cc13{['afterInit'](){const _0x3ce10f=this['editor'];if(!_0x3ce10f['plugins']['has']('RemoveFormatEditing'))return;_0x3ce10f['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x34f028=this['editor'];_0x34f028['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x26f99a=>{if('formatBlock'!=_0x26f99a['type']&&'formatInline'!=_0x26f99a['type'])return;const {data:_0x3f76c6}=_0x26f99a;return _0x3f76c6&&'removeFormat'==_0x3f76c6['commandName']?{'type':'format','content':o(_0x34f028['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class yt extends _0x59cc13{['afterInit'](){const _0x533cf8=this['editor'];if(!_0x533cf8['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x265d39=_0x533cf8['plugins']['get']('TrackChangesEditing');_0x265d39['enableCommand']('goToPreviousRestrictedEditingException'),_0x265d39['enableCommand']('goToNextRestrictedEditingException');const _0x3fbc4a=_0x533cf8['plugins']['get']('RestrictedEditingModeEditing');_0x3fbc4a['enableCommand']('trackChanges'),_0x3fbc4a['enableCommand']('acceptSuggestion'),_0x3fbc4a['enableCommand']('discardSuggestion'),_0x3fbc4a['enableCommand']('acceptAllSuggestions'),_0x3fbc4a['enableCommand']('discardAllSuggestions'),_0x3fbc4a['enableCommand']('acceptSelectedSuggestions'),_0x3fbc4a['enableCommand']('discardSelectedSuggestions');}}class jt extends _0x59cc13{static get['requires'](){return[_0x41117f];}['init'](){const _0x1e3dad=this['editor'],_0x149507=_0x1e3dad['plugins']['get']('TrackChangesEditing');_0x149507['enableCommand']('shiftEnter'),_0x1e3dad['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ge(_0x1e3dad),{'priority':'high'}),_0x1e3dad['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ge(_0x1e3dad),{'priority':'high'}),_0x1e3dad['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x21e081,_0x20d0cf,_0x4072e9)=>{_0x4072e9['options']['showSuggestionHighlights']&&ge(_0x1e3dad,{'showActiveMarker':!0x1})(_0x21e081,_0x20d0cf,_0x4072e9);}),_0x149507['descriptionFactory']['registerElementLabel']('softBreak',_0x31a3fb=>o(_0x1e3dad['locale'],'ELEMENT_LINE_BREAK',_0x31a3fb));}}function ge(_0x24e2e9,{showActiveMarker:_0x3c0c3b=!0x0}={}){return(_0xc17f86,_0x4d5d5f,_0x1767eb)=>{const _0x1793ad=_0x24e2e9['plugins']['get']('TrackChangesEditing');if(!_0x1767eb['consumable']['test'](_0x4d5d5f['markerRange'],_0xc17f86['name']))return;const _0x1ec4f3=_0x24e2e9['model'];for(const _0x53b9e1 of _0x4d5d5f['markerRange']['getItems']()){if(!_0x53b9e1['is']('element','softBreak'))continue;const _0x211929='deletion'==_0x4d5d5f['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x248390}=_0x1793ad['_splitMarkerName'](_0x4d5d5f['markerName']),_0x3c5e39=_0x1767eb['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x211929,'data-author-id':_0x248390}),_0x3387ea=_0x1767eb['mapper']['toViewPosition'](_0x1ec4f3['createPositionBefore'](_0x53b9e1));_0x3c0c3b&&_0x1793ad['activeMarkers']['includes'](_0x4d5d5f['markerName'])&&_0x1767eb['writer']['addClass']('ck-suggestion-marker--active',_0x3c5e39),_0x1767eb['writer']['insert'](_0x3387ea,_0x3c5e39),_0x1767eb['mapper']['bindElementToMarker'](_0x3c5e39,_0x4d5d5f['markerName']);}};}class St extends _0x59cc13{['afterInit'](){const _0x5d565e=this['editor'],_0x694f2e=_0x5d565e['model'],_0x322e1e=_0x5d565e['locale'];if(!_0x5d565e['plugins']['has']('StandardEditingModeEditing'))return;const _0x4199e9=_0x5d565e['plugins']['get']('TrackChangesEditing'),_0x4d7ca7='restrictedEditingException',_0x4bd458=_0x5d565e['commands']['get'](_0x4d7ca7);_0x4199e9['enableCommand'](_0x4d7ca7,(_0x38b991,_0x4a819e={})=>{const _0x384bd5=_0x694f2e['document']['selection'];if(_0x384bd5['isCollapsed'])return void _0x38b991(_0x4a819e);const _0x5f2640=void 0x0!==_0x4a819e['forceValue']?_0x4a819e['forceValue']:!_0x4bd458['value'];_0x694f2e['change'](()=>{const _0x830daf=Array['from'](_0x384bd5['getRanges']());for(const _0x482de3 of _0x830daf){const _0x42f923=_0x5f2640?[_0x482de3]:io(_0x4d7ca7,_0x482de3,_0x694f2e);for(const _0x463b5b of _0x42f923)_0x4199e9['markInlineFormat'](_0x463b5b,{'commandName':_0x4d7ca7,'commandParams':[{'forceValue':_0x5f2640}]});}});}),_0x4199e9['descriptionFactory']['registerDescriptionCallback'](_0x4b5a07=>{if('formatBlock'!=_0x4b5a07['type']&&'formatInline'!=_0x4b5a07['type'])return;const {data:_0x3f0eec}=_0x4b5a07;return _0x3f0eec&&_0x3f0eec['commandName']==_0x4d7ca7?_0x3f0eec['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x322e1e,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x322e1e,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class At extends _0x59cc13{['afterInit'](){const _0x2d1cb9=this['editor'];if(!_0x2d1cb9['plugins']['has']('Style')||!_0x2d1cb9['plugins']['has']('DataSchema'))return;const _0x38d515=_0x2d1cb9['plugins']['get']('TrackChangesEditing'),_0x572537=_0x2d1cb9['locale'],_0x1835c9=_0x2d1cb9['config']['get']('style')||{},_0x1af72a=_0x2d1cb9['plugins']['get']('GeneralHtmlSupport'),_0x399132=_0x2d1cb9['plugins']['get']('StyleUtils')['normalizeConfig'](_0x2d1cb9['plugins']['get']('DataSchema'),_0x1835c9['definitions']);_0x38d515['enableDefaultAttributesIntegration']('style');const _0x44bf9b=new Set();for(const _0x54e156 of _0x399132['block']){const _0x53755f=_0x1af72a['getGhsAttributeNameForElement'](_0x54e156['element']);_0x44bf9b['add'](_0x53755f);}const _0x490c3e=new Set();for(const _0x3948e4 of _0x399132['inline']){const _0x5c8b53=_0x1af72a['getGhsAttributeNameForElement'](_0x3948e4['element']);_0x490c3e['add'](_0x5c8b53);for(const _0xf2d089 of _0x3948e4['ghsAttributes'])_0x490c3e['add'](_0xf2d089);}for(const _0xc68f62 of _0x44bf9b)_0x38d515['registerBlockAttribute'](_0xc68f62),_0x38d515['descriptionFactory']['registerAttributeLabel'](_0xc68f62,o(_0x572537,'FORMAT_STYLE'));for(const _0x2947a9 of _0x490c3e)_0x38d515['registerInlineAttribute'](_0x2947a9),_0x38d515['descriptionFactory']['registerAttributeLabel'](_0x2947a9,o(_0x572537,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x346781=this['editor'],_0x410974=_0x346781['locale'];_0x346781['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x289f56=>{if('formatBlock'!=_0x289f56['type']&&'formatInline'!=_0x289f56['type'])return;const {data:_0x2b7ca7}=_0x289f56;return _0x2b7ca7&&'style'===_0x2b7ca7['commandName']?_0x2b7ca7['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x410974,'*Set\x20format:*\x20%0',_0x2b7ca7['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x410974,'*Remove\x20format:*\x20%0',_0x2b7ca7['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class It extends _0x59cc13{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x55f2c){super(_0x55f2c),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x6be2a2=this['editor'],_0x17a34d=_0x6be2a2['model']['document']['selection'];if(!_0x6be2a2['plugins']['has']('TableEditing'))return;const _0x35058c=_0x6be2a2['locale'],_0x3c7dc2=_0x6be2a2['plugins']['get']('TrackChangesEditing'),_0x41b96d=_0x6be2a2['plugins']['get']('TableUtils');_0x3c7dc2['descriptionFactory']['registerElementLabel']('table',_0x158df4=>o(_0x35058c,'ELEMENT_TABLE',_0x158df4)),this['_setupColumnsRowsFixing'](),_0x3c7dc2['enableCommand']('insertTable'),_0x3c7dc2['enableCommand']('selectTableRow'),_0x3c7dc2['enableCommand']('selectTableColumn');for(const _0x5ab780 of['insertTableRowAbove','insertTableRowBelow']){const _0x27d7ec=_0x6be2a2['commands']['get'](_0x5ab780);_0x3c7dc2['enableCommand'](_0x5ab780,_0x36bf06=>{_0x6be2a2['model']['change'](_0x546c6a=>{_0x36bf06();const _0x59325d='above'===_0x27d7ec['order'],_0x21613f=_0x41b96d['getSelectionAffectedTableCells'](_0x17a34d),_0x1c82a8=_0x41b96d['getRowIndexes'](_0x21613f),_0x481760=_0x59325d?_0x1c82a8['first']-0x1:_0x1c82a8['last']+0x1,_0x3af6ce=_0x21613f[0x0]['findAncestor']('table'),_0x4d6ba1=_0x41b96d['createTableWalker'](_0x3af6ce,{'startRow':_0x481760,'endRow':_0x481760}),_0x5ee71a=Array['from'](_0x4d6ba1)['map'](_0x199724=>_0x546c6a['createRangeOn'](_0x199724['cell']));_0x3c7dc2['markMultiRangeInsertion'](_0x5ee71a,'tableRow');});});}for(const _0x203dde of['insertTableColumnLeft','insertTableColumnRight']){const _0x528919=_0x6be2a2['commands']['get'](_0x203dde);_0x3c7dc2['enableCommand'](_0x203dde,_0x5aa774=>{_0x6be2a2['model']['change'](_0x2d12ab=>{_0x5aa774();const _0x59c163='left'===_0x528919['order'],_0x343521=_0x41b96d['getSelectionAffectedTableCells'](_0x17a34d),_0xb20b50=_0x41b96d['getColumnIndexes'](_0x343521),_0x672533=_0x59c163?_0xb20b50['first']-0x1:_0xb20b50['last']+0x1,_0x17ef43=_0x343521[0x0]['findAncestor']('table'),_0x453514=_0x41b96d['createTableWalker'](_0x17ef43,{'startRow':0x0,'column':_0x672533,'includeAllSlots':!0x1}),_0x496e49=Array['from'](_0x453514)['map'](_0x495640=>_0x2d12ab['createRangeOn'](_0x495640['cell']));_0x3c7dc2['markMultiRangeInsertion'](_0x496e49,'tableColumn');});});}for(const _0xe999d4 of['removeTableRow','removeTableColumn']){const _0x196464=_0xe999d4['substr'](0xb),_0x195bfa=_0x196464['toLowerCase'](),_0x16842a=_0x195bfa['substr'](0x0,0x3)+'span',_0x4c3bd2='table'+_0x196464,_0x52ae5b='min'+_0x196464,_0xc72ce7='max'+_0x196464;_0x3c7dc2['enableCommand'](_0xe999d4,()=>{_0x6be2a2['model']['change'](_0x535a33=>{const _0x3c0ba0=_0x41b96d['getSelectionAffectedTableCells'](_0x17a34d),_0x2caefb=_0x3c0ba0[0x0]['findAncestor']('table');let _0x2043a3;if('removeTableRow'==_0xe999d4){const _0x145480=_0x41b96d['getRowIndexes'](_0x3c0ba0);_0x2043a3={'startRow':_0x145480['first'],'endRow':_0x145480['last'],'includeAllSlots':!0x0};}else{const _0x128790=_0x41b96d['getColumnIndexes'](_0x3c0ba0);_0x2043a3={'startColumn':_0x128790['first'],'endColumn':_0x128790['last'],'includeAllSlots':!0x0};}const _0x2ae257=_0x41b96d['createTableWalker'](_0x2caefb,_0x2043a3),_0x9d6be4=Array['from'](_0x2ae257)['map'](({cell:_0x300396})=>_0x300396),_0x538873=be(_0x9d6be4['filter'](_0x531294=>_0x531294['hasAttribute'](_0x16842a))),_0x1389f8=be(_0x9d6be4['filter'](_0x399dde=>!_0x399dde['hasAttribute'](_0x16842a)))['map'](_0x615a25=>_0x535a33['createRangeOn'](_0x615a25)),_0xa4c3b7=_0x3c7dc2['markMultiRangeDeletion'](_0x1389f8,_0x4c3bd2);if(_0xa4c3b7&&('tableRow'==_0xa4c3b7['subType']||'tableColumn'==_0xa4c3b7['subType'])){const _0x50f1c6=this['_getSuggestionCoords'](_0xa4c3b7);for(const _0x419b61 of _0x538873){const _0x4373cf=_0x535a33['createRangeOn'](_0x419b61),_0x26c039=_0x41b96d['getCellLocation'](_0x419b61),_0x3985a3=_0x419b61['getAttribute'](_0x16842a)-0x1,_0xa4e57=_0x50f1c6[_0x52ae5b],_0x14dde8=_0x50f1c6[_0xc72ce7];_0xa4e57<=_0x26c039[_0x195bfa]&&_0x26c039[_0x195bfa]+_0x3985a3<=_0x14dde8&&_0xa4c3b7['addRange'](_0x4373cf);}}});});}function _0x5712a7(_0x1260fb){const _0x8bef3d=Array['from'](_0x17a34d['getRanges']())['map'](_0x45ca0b=>_0x5af0c4['fromRange'](_0x45ca0b));_0x6be2a2['model']['change'](_0x3a8363=>{const _0x9f8e4d=_0x3a8363['batch'];_0x1260fb=_0x1260fb['filter'](_0x23a83f=>'$graveyard'!=_0x23a83f['root']['rootName']),_0x3a8363['setSelection'](_0x1260fb),_0x6be2a2['commands']['get']('removeTableRow')['refresh'](),_0x6be2a2['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x6be2a2['model']['enqueueChange'](()=>{_0x6be2a2['model']['enqueueChange'](_0x9f8e4d,_0x5248c7=>{const _0xdfffda=_0x8bef3d['filter'](_0x554435=>'$graveyard'!=_0x554435['root']['rootName']);_0xdfffda['length']>0x0&&_0x5248c7['setSelection'](_0xdfffda);for(const _0x280ca3 of _0x8bef3d)_0x280ca3['detach']();});});});}function _0x2adf8b(_0x3e6769){_0x6be2a2['model']['change'](_0x548bbb=>{const _0x2eb942=Array['from'](_0x17a34d['getRanges']())['map'](_0x1b7815=>_0x5af0c4['fromRange'](_0x1b7815)),_0x1c6b50=[];for(const _0xfee71d of _0x3e6769)for(const _0x367bbe of _0xfee71d['getItems']({'shallow':!0x0}))_0x1c6b50['push'](_0x367bbe);for(const _0x5587dd of _0x1c6b50)'$graveyard'!=_0x5587dd['root']['rootName']&&(_0x548bbb['setSelection'](_0x548bbb['createPositionAt'](_0x5587dd,0x0)),_0x6be2a2['commands']['get']('removeTableColumn')['refresh'](),_0x6be2a2['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x4eb2fe=_0x2eb942['filter'](_0x321ee4=>'$graveyard'!=_0x321ee4['root']['rootName']);_0x4eb2fe['length']>0x0&&_0x548bbb['setSelection'](_0x4eb2fe);for(const _0x6909a3 of _0x2eb942)_0x6909a3['detach']();});}function _0x383f0a(_0x80f18c,_0x5620bc){return _0x5620bc['every'](_0x4a07c5=>_0x80f18c['some'](_0x100acc=>_0x100acc['end']['isEqual'](_0x4a07c5['start'])||_0x4a07c5['end']['isEqual'](_0x100acc['start'])));}function _0x368bd1(_0x14512e,_0x3c351d){return!_0x14512e['some'](_0x4368c4=>_0x3c351d['some'](_0x532b94=>_0x4368c4['isIntersecting'](_0x532b94)))&&_0x14512e['some'](_0x1355b9=>_0x3c351d['some'](_0x49c13d=>_0x1355b9['end']['isTouching'](_0x49c13d['start'])));}_0x6be2a2['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x182fad,_0x21f8db,_0x428504)=>{if(!_0x428504['options']['showSuggestionHighlights'])return;const _0x350552=_0x21f8db['item'];if(!_0x350552)return;const _0x18d6d5=_0x428504['mapper']['toViewElement'](_0x350552);function _0x14e381(_0x784cde){return Array['isArray'](_0x784cde)?_0x784cde:[_0x784cde];}_0x18d6d5&&'tableCell'===_0x350552['name']&&_0x451b7d(_0x18d6d5,_0x428504['writer'],(_0x1e5649,_0x504228,_0x3b99c5)=>_0x3b99c5['addClass'](_0x14e381(_0x504228['classes']),_0x1e5649),(_0x45953f,_0xa12f5d,_0x1cf7dd)=>_0x1cf7dd['removeClass'](_0x14e381(_0xa12f5d['classes']),_0x45953f));},{'priority':'highest'}),_0x3c7dc2['descriptionFactory']['registerDescriptionCallback'](_0x414d4c=>{if('insertion'!=_0x414d4c['type']&&'deletion'!=_0x414d4c['type'])return;const _0x1e7340=_0x414d4c['getContainedElement']();if(null!=_0x1e7340&&_0x1e7340['is']('element','table')){if('insertion'==_0x414d4c['type']){const _0x4144be=_0x414d4c['getItems']()['filter'](_0x1e4c0e=>_0x1e4c0e['is']('$textProxy'))['map'](_0x51929d=>_0x51929d['data']);if(_0x4144be['length'])return{'type':'insertion','content':o(_0x35058c,'*Insert:*\x20%0',o(_0x35058c,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x4144be['join']('\x20')+'\x22'))};}if('deletion'==_0x414d4c['type']){const _0x364744=_0x414d4c['getItems']()['filter'](_0x28124a=>_0x28124a['is']('$textProxy'))['map'](_0x47c139=>_0x47c139['data']);if(_0x364744['length'])return{'type':'deletion','content':o(_0x35058c,'*Remove:*\x20%0',o(_0x35058c,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x364744['join']('\x20')+'\x22'))};}}}),_0x3c7dc2['descriptionFactory']['registerDescriptionCallback'](_0x4e1499=>{if('tableRow'==_0x4e1499['subType']){const _0xfa9f27=_0x4e1499['getItems']()['filter'](_0x110b36=>_0x110b36['is']('$textProxy'))['map'](_0x2665ad=>_0x2665ad['data']),_0x37aadd=this['_getSuggestionCoords'](_0x4e1499),_0x2599fe=_0x37aadd['maxRow']-_0x37aadd['minRow']+0x1;if('insertion'==_0x4e1499['type'])return _0xfa9f27['length']?{'type':'insertion','content':o(_0x35058c,'*Insert:*\x20%0',o(_0x35058c,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x2599fe,'\x22'+_0xfa9f27['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x35058c,'*Insert:*\x20%0',o(_0x35058c,'ELEMENT_TABLE_ROW',_0x2599fe))};if('deletion'==_0x4e1499['type'])return _0xfa9f27['length']?{'type':'deletion','content':o(_0x35058c,'*Remove:*\x20%0',o(_0x35058c,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x2599fe,'\x22'+_0xfa9f27['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x35058c,'*Remove:*\x20%0',o(_0x35058c,'ELEMENT_TABLE_ROW',_0x2599fe))};}if('tableColumn'==_0x4e1499['subType']){const _0x8e9a64=_0x4e1499['getItems']()['filter'](_0xc4460=>_0xc4460['is']('$textProxy'))['map'](_0x1d0b38=>_0x1d0b38['data']),_0x1a785e=this['_getSuggestionCoords'](_0x4e1499),_0x152e6a=_0x1a785e['maxColumn']-_0x1a785e['minColumn']+0x1;if('insertion'==_0x4e1499['type'])return _0x8e9a64['length']?{'type':'insertion','content':o(_0x35058c,'*Insert:*\x20%0',o(_0x35058c,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x152e6a,'\x22'+_0x8e9a64['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x35058c,'*Insert:*\x20%0',o(_0x35058c,'ELEMENT_TABLE_COLUMN',_0x152e6a))};if('deletion'==_0x4e1499['type'])return _0x8e9a64['length']?{'type':'deletion','content':o(_0x35058c,'*Remove:*\x20%0',o(_0x35058c,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x152e6a,'\x22'+_0x8e9a64['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x35058c,'*Remove:*\x20%0',o(_0x35058c,'ELEMENT_TABLE_COLUMN',_0x152e6a))};}}),_0x3c7dc2['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x5712a7),_0x3c7dc2['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x5712a7),_0x3c7dc2['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x2adf8b),_0x3c7dc2['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x2adf8b),_0x3c7dc2['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x383f0a),_0x3c7dc2['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x383f0a),_0x3c7dc2['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x368bd1),_0x3c7dc2['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x368bd1);}['_acceptFormatSuggestionCallbackFactory'](){const _0x32d906=this['editor'],_0x22b66e=_0x32d906['model']['document']['selection'];return(_0x368ef9,_0x50c17b)=>{_0x32d906['model']['change'](_0x55e82b=>{const {commandName:_0x548ac1,commandParams:_0x53712e}=_0x50c17b;let _0x62feb=_0x368ef9[0x0]['end']['nodeBefore'];_0x53712e&&_0x53712e[0x0]&&!0x1===_0x53712e[0x0]['forceValue']&&(_0x62feb=_0x368ef9[0x0]['start']['nodeAfter']);const _0x42c762=_0x55e82b['createRangeIn'](_0x62feb);if('$graveyard'==_0x42c762['root']['rootName'])return;const _0xf7448e=Array['from'](_0x22b66e['getRanges']())['map'](_0x3d7513=>_0x5af0c4['fromRange'](_0x3d7513));_0x55e82b['setSelection'](_0x42c762),_0x32d906['commands']['get'](_0x548ac1)['refresh'](),_0x53712e['push']({'forceDefaultExecution':!0x0}),_0x32d906['execute'](_0x548ac1,..._0x53712e);const _0xd3a245=_0xf7448e['filter'](_0x299301=>'$graveyard'!=_0x299301['root']['rootName']);_0xd3a245['length']>0x0&&_0x55e82b['setSelection'](_0xd3a245);for(const _0x5acffc of _0xf7448e)_0x5acffc['detach']();});};}['_getCoordsForCells'](_0x4546bf){const _0x598b38=this['editor']['plugins']['get']('TableUtils');let _0x3e9862=Number['MAX_SAFE_INTEGER'],_0x1a505d=Number['MIN_SAFE_INTEGER'],_0x535133=Number['MAX_SAFE_INTEGER'],_0x521d84=Number['MIN_SAFE_INTEGER'];for(const _0x2fa7fd of _0x4546bf){if('$graveyard'==_0x2fa7fd['root']['rootName'])continue;const {row:_0x3db0d1,column:_0x2d793a}=_0x598b38['getCellLocation'](_0x2fa7fd),_0x553bad=_0x2fa7fd['hasAttribute']('rowspan')?_0x2fa7fd['getAttribute']('rowspan')-0x1:0x0,_0x59d518=_0x2fa7fd['hasAttribute']('colspan')?_0x2fa7fd['getAttribute']('colspan')-0x1:0x0;_0x3e9862=_0x3db0d1<_0x3e9862?_0x3db0d1:_0x3e9862,_0x1a505d=_0x3db0d1+_0x553bad>_0x1a505d?_0x3db0d1+_0x553bad:_0x1a505d,_0x535133=_0x2d793a<_0x535133?_0x2d793a:_0x535133,_0x521d84=_0x2d793a+_0x59d518>_0x521d84?_0x2d793a+_0x59d518:_0x521d84;}return{'minRow':_0x3e9862,'maxRow':_0x1a505d,'minColumn':_0x535133,'maxColumn':_0x521d84};}['_setupColumnsRowsFixing'](){const _0x43ab05=this['editor'],_0x302963=_0x43ab05['plugins']['get']('TrackChangesEditing'),_0x469ae5=_0x43ab05['plugins']['get']('TableUtils');_0x43ab05['model']['document']['on']('change:data',()=>{const _0x143e04=Array['from'](_0x43ab05['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x96da63,data:_0x4565e2}of _0x143e04){const {group:_0x5e96f8,id:_0x415ab2,subType:_0x3ac525}=_0x302963['_splitMarkerName'](_0x96da63);if('suggestion'!=_0x5e96f8)continue;if(null!=_0x4565e2['oldRange'])continue;const _0x285f96=_0x302963['getSuggestion'](_0x415ab2);this['_tablePostFixingSubtypes']['includes'](_0x3ac525)&&this['_tableSuggestions']['add'](_0x285f96);}},{'priority':'low'});const _0xad0822=(_0x12e00e,_0x577891)=>{let _0x314b91=!0x1;const _0x57ad86=_0x577891['createRangeOn'](_0x12e00e),_0x5b490b=_0x12e00e['findAncestor']('table'),_0x1ff8f6=_0x469ae5['getCellLocation'](_0x12e00e);for(const _0x7e3f4d of this['_tableSuggestions']){const _0x3c8d6d=_0x7e3f4d['subType'],_0x4b03f4=_0x3c8d6d['startsWith']('tablePaste'),_0x5f58bb=_0x3c8d6d['substr'](_0x4b03f4?0xa:0x5),_0x2add6b=_0x5f58bb['toLowerCase'](),_0x581e48=_0x2add6b['substr'](0x0,0x3)+'span',_0x3c0e56='min'+_0x5f58bb,_0x123155='max'+_0x5f58bb;if(!_0x7e3f4d['isInContent'])continue;if(_0x5b490b!=_0x7e3f4d['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x7e3f4d['isIntersectingWithRange'](_0x57ad86))continue;const _0x2393ea=_0x12e00e['hasAttribute'](_0x581e48)?_0x12e00e['getAttribute'](_0x581e48)-0x1:0x0,_0x3f7f28=this['_getSuggestionCoords'](_0x7e3f4d),_0x51dd8b=_0x3f7f28[_0x3c0e56],_0x2922a2=_0x3f7f28[_0x123155];_0x51dd8b<=_0x1ff8f6[_0x2add6b]&&_0x1ff8f6[_0x2add6b]+_0x2393ea<=_0x2922a2&&(_0x7e3f4d['addRange'](_0x57ad86),_0x314b91=!0x0);}return _0x314b91;};_0x43ab05['model']['document']['registerPostFixer'](_0x47dac5=>{let _0x3e5f17=!0x1;for(const _0x5e0f9b of _0x43ab05['model']['document']['differ']['getChanges']())if('insert'==_0x5e0f9b['type']){if('tableRow'==_0x5e0f9b['name']){for(const _0x59dec2 of _0x5e0f9b['position']['nodeAfter']['getChildren']())_0x3e5f17=_0x3e5f17||_0xad0822(_0x59dec2,_0x47dac5);}else'tableCell'==_0x5e0f9b['name']&&(_0x3e5f17=_0x3e5f17||_0xad0822(_0x5e0f9b['position']['nodeAfter'],_0x47dac5));}return _0x3e5f17;});}['_getSuggestionCoords'](_0x5a1449){return this['_getCoordsForCells'](_0x5a1449['getRanges']()['map'](_0x76f4a=>_0x76f4a['start']['nodeAfter']));}}function be(_0x5225b1){return Array['from'](new Set(_0x5225b1)['values']());}class vt extends _0x59cc13{static get['requires'](){return[It];}['afterInit'](){const _0x459c5a=this['editor'],_0x399728=_0x459c5a['model']['document']['selection'],_0x289ae6=_0x459c5a['locale'];if(!_0x459c5a['plugins']['has']('TableEditing'))return;const _0x244570=_0x459c5a['plugins']['get']('TrackChangesEditing'),_0x638ac=_0x459c5a['plugins']['get']('TableUtils'),_0x16284e=_0x459c5a['plugins']['get'](It);_0x16284e['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x244570['enableCommand']('mergeTableCells',()=>{const _0x371fcc=_0x638ac['getSelectionAffectedTableCells'](_0x459c5a['model']['document']['selection']);_0x459c5a['model']['change'](()=>{_0x244570['markMultiRangeBlockFormat'](_0x371fcc,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x459c5a['commands']['get']('mergeTableCells')['on']('execute',(_0x1d7f47,_0x583bfa)=>{_0x459c5a['commands']['get']('trackChanges')['value']&&(_0x583bfa['length']>0x0&&_0x583bfa[_0x583bfa['length']-0x1]&&_0x583bfa[_0x583bfa['length']-0x1]['forceDefaultExecution']||_0x244570['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x1d7f47['stop']());},{'priority':'highest'});for(const _0x59e212 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x2a649b=_0x459c5a['commands']['get'](_0x59e212);_0x244570['enableCommand'](_0x59e212,()=>{const _0x594e5b=_0x459c5a['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x1112ad=>_0x1112ad['is']('element','tableCell')),_0x38a71e=_0x2a649b['value'];_0x459c5a['model']['change'](()=>{_0x244570['markMultiRangeBlockFormat']([_0x594e5b,_0x38a71e],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0xccee0c of['splitTableCellVertically','splitTableCellHorizontally']){const _0x27c38e=_0x459c5a['commands']['get'](_0xccee0c);_0x244570['enableCommand'](_0xccee0c,()=>{const _0x19e048=_0x638ac['getSelectionAffectedTableCells'](_0x459c5a['model']['document']['selection'])[0x0],_0x5d2c04=_0x19e048['findAncestor']('table'),{column:_0x27069a,row:_0x2bff40}=_0x638ac['getCellLocation'](_0x19e048);let _0x34a9e8=[];if('horizontally'==_0x27c38e['direction']){const _0x2cceab=_0x638ac['createTableWalker'](_0x5d2c04,{'startRow':_0x2bff40,'endRow':_0x2bff40,'includeAllSlots':!0x0});_0x34a9e8=Array['from'](_0x2cceab)['map'](_0xf9241b=>_0xf9241b['cell']);}else{const _0x290698=_0x638ac['createTableWalker'](_0x5d2c04,{'column':_0x27069a,'includeAllSlots':!0x0});_0x34a9e8=Array['from'](_0x290698)['map'](_0x5f41de=>_0x5f41de['cell']);}_0x459c5a['model']['change'](_0x3b3a79=>{_0x244570['markBlockFormat'](_0x3b3a79['createRangeOn'](_0x19e048),{'commandName':_0xccee0c,'commandParams':[]},_0x34a9e8,_0xccee0c);});});}_0x244570['descriptionFactory']['registerDescriptionCallback'](_0x1226d4=>{if('formatBlock'!=_0x1226d4['type']&&'formatInline'!=_0x1226d4['type'])return;const {data:_0xe538e1}=_0x1226d4;return _0xe538e1&&'mergeTableCells'==_0xe538e1['commandName']?{'type':'format','content':o(_0x289ae6,'*Merge\x20cells*')}:void 0x0;}),_0x244570['descriptionFactory']['registerDescriptionCallback'](_0x4c2dcb=>{if('formatBlock'!=_0x4c2dcb['type']&&'formatInline'!=_0x4c2dcb['type'])return;const {data:_0xe58d67}=_0x4c2dcb;return _0xe58d67?'splitTableCellVertically'==_0xe58d67['commandName']?{'type':'format','content':o(_0x289ae6,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0xe58d67['commandName']?{'type':'format','content':o(_0x289ae6,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x215095=_0x16284e['_acceptFormatSuggestionCallbackFactory']();for(const _0x41de0b of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x244570['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x41de0b,'accept',_0x215095);for(const _0x39979f of['splitTableCellVertically','splitTableCellHorizontally'])_0x244570['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x39979f,'accept',_0x215095);_0x244570['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x5edb0c=>{_0x459c5a['model']['change'](_0x2e96fb=>{const _0xc59170=Array['from'](_0x399728['getRanges']())['map'](_0x3e01d9=>_0x5af0c4['fromRange'](_0x3e01d9));_0x2e96fb['setSelection'](_0x5edb0c),_0x459c5a['commands']['get']('mergeTableCells')['refresh'](),_0x459c5a['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x2a7542=_0xc59170['filter'](_0x495d1d=>'$graveyard'!=_0x495d1d['root']['rootName']);_0x2a7542['length']>0x0&&_0x2e96fb['setSelection'](_0x2a7542);for(const _0x5c4cc3 of _0xc59170)_0x5c4cc3['detach']();});});for(const _0x957a83 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x109603=_0x459c5a['commands']['get'](_0x957a83);_0x109603['on']('set:isEnabled',(_0xbabfe5,_0x5407d6,_0x2c62b5)=>{if(_0x2c62b5){const _0x5bfe28=_0x459c5a['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x178365=>_0x178365['is']('element','tableCell'));this['_areMergableCells'](_0x109603['value'],_0x5bfe28)||(_0xbabfe5['return']=!0x1,_0xbabfe5['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x555a32=this['editor']['commands']['get']('mergeTableCells'),_0x74365c=this['editor']['plugins']['get']('TableUtils');if(!_0x555a32['isEnabled'])return!0x1;const _0x51449e=_0x74365c['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x1a8914 of _0x51449e)for(const _0x20d88f of _0x51449e)if(_0x1a8914!=_0x20d88f&&!this['_areMergableCells'](_0x1a8914,_0x20d88f))return!0x1;return!0x0;}['_areMergableCells'](_0xd4810f,_0x4c9457){const _0xf207f6=this['editor']['plugins']['get']('TrackChangesEditing'),_0x85740a=this['editor']['model']['createRangeOn'](_0xd4810f),_0x41ff0b=this['editor']['model']['createRangeOn'](_0x4c9457),_0x1181e0=new Set(),_0x833d6=new Set();for(const _0x26e543 of _0xf207f6['getSuggestions']())if(('insertion'==_0x26e543['type']||'deletion'==_0x26e543['type']||'mergeTableCells'==_0x26e543['subType'])&&_0x26e543['isInContent']){for(const _0x2fea8f of _0x26e543['getRanges']())_0x2fea8f['containsRange'](_0x85740a,!0x0)&&_0x1181e0['add'](_0x26e543['type']+':'+_0x26e543['author']['id']),_0x2fea8f['containsRange'](_0x41ff0b,!0x0)&&_0x833d6['add'](_0x26e543['type']+':'+_0x26e543['author']['id']);}if(_0x1181e0['size']!=_0x833d6['size'])return!0x1;for(const _0x3f5255 of _0x1181e0)if(!_0x833d6['has'](_0x3f5255))return!0x1;return!0x0;}}class Ct extends _0x59cc13{static get['requires'](){return[It];}['afterInit'](){const _0x23a0cf=this['editor'];if(!_0x23a0cf['plugins']['has']('TableEditing'))return;const _0x441330=_0x23a0cf['locale'],_0x218681=_0x23a0cf['plugins']['get']('TrackChangesEditing');_0x218681['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x218681['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x218681['registerBlockAttribute']('headingRows'),_0x218681['registerBlockAttribute']('headingColumns'),_0x218681['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x441330,'FORMAT_HEADER_ROW')),_0x218681['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x441330,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x56f48e=this['editor']['plugins']['get']('TrackChangesEditing'),_0x57e8ee=this['editor']['plugins']['get']('TableUtils'),_0x4da3b5=this['editor']['plugins']['get'](It)['_acceptFormatSuggestionCallbackFactory']();function _0x5003f3({showActiveMarker:_0x3143a2=!0x0,setDataAttribute:_0x13842f=!0x0}={}){return(_0x4ea68c,_0x107abf,_0x45310e)=>{const {type:_0x1964bb,id:_0xdb1bf}=_0x56f48e['_splitMarkerName'](_0x107abf['markerName']),_0xb76f11=_0x56f48e['getSuggestion'](_0xdb1bf),_0x486998=_0xb76f11['data'];if('formatBlock'!=_0xb76f11['type']||!_0x486998||'setTableColumnHeader'!=_0x486998['commandName'])return;if(_0x107abf['item'])return void _0x4ea68c['stop']();if(!_0x45310e['consumable']['consume'](_0x107abf['markerRange'],_0x4ea68c['name']))return;const _0x16d16e=_0x107abf['markerRange']['start']['nodeAfter'],_0x4a7cb0=_0x107abf['markerRange']['end']['nodeBefore'],_0x4898c7=_0x16d16e['parent']['parent'],{column:_0x225502}=_0x57e8ee['getCellLocation'](_0x16d16e),{column:_0xf2f82a}=_0x57e8ee['getCellLocation'](_0x4a7cb0);for(let _0x4989c9=_0x225502;_0x4989c9<=_0xf2f82a;_0x4989c9++){const _0x54c3b8=_0x57e8ee['createTableWalker'](_0x4898c7,{'column':_0x4989c9,'includeAllSlots':!0x1});for(const _0x24149a of _0x54c3b8){const _0x114aaf=_0x24149a['cell'],_0x3875c8=_0x45310e['mapper']['toViewElement'](_0x114aaf);_0x45310e['writer']['addClass']('ck-suggestion-marker-'+_0x1964bb,_0x3875c8),_0x13842f&&_0x45310e['writer']['setAttribute']('data-suggestion',_0xdb1bf,_0x3875c8),_0x45310e['mapper']['bindElementToMarker'](_0x3875c8,_0x107abf['markerName']),_0x3143a2&&(_0x56f48e['activeMarkers']['includes'](_0x107abf['markerName'])?_0x45310e['writer']['addClass']('ck-suggestion-marker--active',_0x3875c8):_0x45310e['writer']['removeClass']('ck-suggestion-marker--active',_0x3875c8));}}};}_0x56f48e['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x4da3b5),_0x56f48e['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x4da3b5),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x5003f3(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x12c753,_0x3ab86f,_0x4c3d4f)=>{_0x4c3d4f['options']['showSuggestionHighlights']&&_0x5003f3({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x12c753,_0x3ab86f,_0x4c3d4f);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x2d31ae,_0x4eec88,_0x3ecd62)=>{const {type:_0x4b0a80,id:_0x7561bb}=_0x56f48e['_splitMarkerName'](_0x4eec88['markerName']),_0x49ebda=_0x56f48e['getSuggestion'](_0x7561bb),_0x1f61f3=_0x49ebda['data'];if('formatBlock'!=_0x49ebda['type']||!_0x1f61f3||'setTableColumnHeader'!=_0x1f61f3['commandName'])return;const _0x354f14=_0x3ecd62['mapper']['markerNameToElements'](_0x4eec88['markerName']);if(_0x354f14){for(const _0x578b70 of _0x354f14)_0x3ecd62['writer']['removeClass']('ck-suggestion-marker-'+_0x4b0a80,_0x578b70),_0x3ecd62['writer']['removeClass']('ck-suggestion-marker--active',_0x578b70),_0x3ecd62['writer']['removeAttribute']('data-suggestion',_0x578b70),_0x3ecd62['mapper']['unbindElementFromMarkerName'](_0x578b70,_0x4eec88['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x54f7a7=this['editor'],_0x2b10ad=_0x54f7a7['locale'];function _0xf62bda(_0x243289){return{'type':'format','content':o(_0x2b10ad,'*Format:*\x20%0',_0x243289)};}_0x54f7a7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xa4d159=>{if('formatBlock'!=_0xa4d159['type'])return;const {data:_0x80c185}=_0xa4d159;if(_0x80c185){if('setTableRowHeader'==_0x80c185['commandName']){const _0x593250=_0x80c185['commandParams'][0x0]['forceValue'];return _0xf62bda(o(_0x2b10ad,_0x593250?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x80c185['commandName']){const _0x3165fe=_0x80c185['commandParams'][0x0]['forceValue'];return _0xf62bda(o(_0x2b10ad,_0x3165fe?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Pe=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],we=Object['fromEntries'](Pe['map'](_0x1a1660=>[_0x1a1660,null]));class _t extends _0x59cc13{static get['requires'](){return[It];}['afterInit'](){const _0x45f0bc=this['editor'];if(!_0x45f0bc['plugins']['has']('TableClipboard'))return;const _0x367a73=_0x45f0bc['plugins']['get']('TrackChangesEditing'),_0x306d16=_0x45f0bc['plugins']['get']('TableUtils'),_0x1aeee5=_0x45f0bc['plugins']['get'](It),_0x37913e=_0x45f0bc['plugins']['get']('TableClipboard');_0x1aeee5['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x45f0bc['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x45f0bc['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x388eb3=null;_0x45f0bc['model']['on']('insertContent',(_0x236aa6,_0x152643)=>{const [_0x2858e0,_0x395a28]=_0x152643,_0x36554f=_0x152643[_0x152643['length']-0x1];_0x36554f&&_0x36554f['forceDefaultExecution']||_0x367a73['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x1d656f,_0x2a91de,_0xab35f4,_0x6e45be,_0x4f45dc){if(_0x2a91de&&!_0x2a91de['is']('documentSelection'))return!0x1;const _0x69395e=_0x4f45dc['getTableIfOnlyTableInContent'](_0x1d656f,_0xab35f4);if(!_0x69395e||!Re(_0x69395e,void 0x0,_0x6e45be))return!0x1;const _0x3f65ab=_0x6e45be['getSelectionAffectedTableCells'](_0xab35f4['document']['selection']);if(!_0x3f65ab['length'])return!0x1;const _0x13e585=_0x3f65ab[0x0]['findAncestor']('table'),_0x353991=_0x6e45be['getRowIndexes'](_0x3f65ab),_0xc00b69=_0x6e45be['getColumnIndexes'](_0x3f65ab),_0x3429de={'startRow':_0x353991['first'],'endRow':_0x353991['last'],'startColumn':_0xc00b69['first'],'endColumn':_0xc00b69['last']};return 0x1==_0x3f65ab['length']&&(_0x3429de['endRow']+=_0x6e45be['getRows'](_0x69395e)-0x1,_0x3429de['endColumn']+=_0x6e45be['getColumns'](_0x69395e)-0x1),Re(_0x13e585,_0x3429de,_0x6e45be);}(_0x2858e0,_0x395a28,_0x45f0bc['model'],_0x306d16,_0x37913e)&&(_0x236aa6['stop'](),_0x388eb3={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x45f0bc['model']['change'](()=>{_0x45f0bc['model']['insertContent'](_0x152643[0x0],_0x152643[0x1],_0x152643[0x2],{'forceDefaultExecution':!0x0});const _0x396b84=_0x4dfb6e(),{rowInsertionRanges:_0x78ab83,columnInsertionRanges:_0x260e9d,insertionRanges:_0x42dec9,deletionRanges:_0x5b13af,cells:_0xb6fb58}=_0x388eb3;_0x78ab83['length']&&_0x367a73['markMultiRangeInsertion'](_0x78ab83,'tablePasteRow',{'tablePasteChainId':_0x396b84}),_0x260e9d['length']&&_0x367a73['markMultiRangeInsertion'](_0x260e9d,'tablePasteColumn',{'tablePasteChainId':_0x396b84}),_0x42dec9['length']&&(_0x367a73['markMultiRangeInsertion'](_0x42dec9,'tablePaste',{'tablePasteChainId':_0x396b84,'skipNestingCheck':!0x0}),_0x42dec9['forEach'](_0x20156e=>_0x20156e['detach']?.())),_0x5b13af['length']&&(_0x367a73['markMultiRangeDeletion'](_0x5b13af,'tablePaste',{'tablePasteChainId':_0x396b84,'skipNestingCheck':!0x0}),_0x5b13af['forEach'](_0x43d3f9=>_0x43d3f9['detach']?.()));const _0x23959c=_0x367a73['markMultiRangeBlockFormat'](_0xb6fb58['map'](({element:_0x3f646d})=>_0x3f646d),{'formatGroupId':_0x4dfb6e()},[],'tablePasteCell',{'tablePasteChainId':_0x396b84});if(_0x23959c){const _0x5963f8=_0x23959c['getMarkers'](),_0xdaeb49=[];for(const {element:_0x571884,attributes:_0x4881f1}of _0xb6fb58){if(!_0x4881f1)continue;const _0x5e70c0=_0x45f0bc['model']['createRangeOn'](_0x571884),_0x4f8f1a=_0x5963f8['find'](_0x57d30a=>_0x57d30a['getRange']()['isEqual'](_0x5e70c0));_0x4f8f1a&&_0xdaeb49['push']([_0x4f8f1a['name'],_0x4881f1]);}_0xdaeb49['length']&&_0x23959c['setAttribute']('markerAttributes',Object['fromEntries'](_0xdaeb49));}_0x388eb3=null;}));},{'priority':_0x62bf82['high']+0xa}),_0x45f0bc['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x2a27e4,_0x54e987)=>{const [_0x57161b,_0x2fd024,,_0x40bf44]=_0x54e987;if(!_0x388eb3)return;_0x2a27e4['stop']();const _0x3a9101=_0x57161b['cell'],_0x88f9b6=_0x2fd024,_0x56fabc=ke(_0x3a9101),_0x204363=ke(_0x88f9b6);_0x2a27e4['return']=_0x3a9101;let _0x5b6c78=null,_0x596cbe=null;if(_0x204363||_0x56fabc){if(_0x56fabc&&!_0x204363){_0x40bf44['remove'](_0x3a9101['getChild'](0x0));for(const _0x9dfb3a of Array['from'](_0x88f9b6['getChildren']()))_0x40bf44['insert'](_0x9dfb3a,_0x3a9101,'end');const _0x24e708=_0x388eb3['rowInsertionIndexes']['includes'](_0x57161b['row']),_0x171384=_0x388eb3['columnInsertionIndexes']['includes'](_0x57161b['column']);_0x24e708||_0x171384||(_0x5b6c78=_0x5af0c4['fromRange'](_0x40bf44['createRangeIn'](_0x3a9101)));}else _0x204363&&!_0x56fabc&&(_0x596cbe=_0x40bf44['createRangeIn'](_0x3a9101));}else{const _0x25278a=_0x40bf44['createElement']('tableCellSuggestion'),_0x51631a=_0x40bf44['createElement']('tableCellSuggestion');_0x40bf44['wrap'](_0x40bf44['createRangeIn'](_0x3a9101),_0x51631a),_0x40bf44['insert'](_0x25278a,_0x3a9101,0x0);for(const _0x3e9458 of Array['from'](_0x88f9b6['getChildren']()))_0x40bf44['insert'](_0x3e9458,_0x25278a,'end');_0x5b6c78=_0x5af0c4['fromRange'](_0x40bf44['createRangeOn'](_0x25278a)),_0x596cbe=_0x5af0c4['fromRange'](_0x40bf44['createRangeOn'](_0x51631a));}const _0x550a56=Array['from'](_0x88f9b6['getAttributes']())['filter'](([_0x4c57d8])=>Pe['includes'](_0x4c57d8));_0x388eb3['cells']['push']({'element':_0x3a9101,'attributes':_0x550a56['length']?Object['fromEntries'](_0x550a56):null}),_0x5b6c78&&_0x388eb3['insertionRanges']['push'](_0x5b6c78),_0x596cbe&&_0x388eb3['deletionRanges']['push'](_0x596cbe);},{'priority':'high'}),_0x306d16['on']('insertColumns',(_0x210cf5,_0x9e85ad)=>{const [_0x53e57,_0x5542cf={}]=_0x9e85ad;if(!_0x388eb3)return;const _0x40ccfe=_0x5542cf['at']||0x0,_0x38445a=_0x5542cf['columns']||0x1;_0x388eb3['columnInsertionIndexes']=new Array(_0x38445a)['fill'](_0x40ccfe)['map']((_0x253d7f,_0xa86b72)=>_0x253d7f+_0xa86b72);for(const {cell:_0x33a9}of _0x306d16['createTableWalker'](_0x53e57,{'startColumn':_0x40ccfe,'endColumn':_0x40ccfe+_0x38445a-0x1}))_0x388eb3['columnInsertionRanges']['push'](_0x45f0bc['model']['createRangeOn'](_0x33a9));},{'priority':'low'}),_0x306d16['on']('insertRows',(_0x48f898,_0x40b3db)=>{const [_0xe792a9,_0x54d022={}]=_0x40b3db;if(!_0x388eb3)return;const _0x3a2b31=_0x54d022['at']||0x0,_0x1a8f9d=_0x54d022['rows']||0x1;_0x388eb3['rowInsertionIndexes']=new Array(_0x1a8f9d)['fill'](_0x3a2b31)['map']((_0x172602,_0x83480c)=>_0x172602+_0x83480c);for(const {cell:_0x38aaf6}of _0x306d16['createTableWalker'](_0xe792a9,{'startRow':_0x3a2b31,'endRow':_0x3a2b31+_0x1a8f9d-0x1}))_0x388eb3['rowInsertionRanges']['push'](_0x45f0bc['model']['createRangeOn'](_0x38aaf6));},{'priority':'low'}),_0x367a73['descriptionFactory']['registerDescriptionCallback'](_0x173984=>{if(_0x173984['subType']&&_0x173984['subType']['startsWith']('tablePaste'))return _0x173984['previous']?{}:{'type':'insertion','content':o(_0x45f0bc['locale'],'*Replace\x20table\x20cells*')};});const _0x3d96a2=()=>!0x1;for(const _0x4801e7 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x367a73['_suggestionFactory']['registerCustomCallback']('insertion',_0x4801e7,'join',_0x3d96a2),_0x367a73['_suggestionFactory']['registerCustomCallback']('deletion',_0x4801e7,'join',_0x3d96a2),_0x367a73['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4801e7,'join',_0x3d96a2);_0x367a73['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x3d96a2),_0x367a73['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x1a1b96,_0x1b7e5b,_0x308d1e)=>{const _0x58eb64=_0x1a1b96['map'](_0x27bcff=>_0x27bcff['getContainedElement']())['filter'](_0x192033=>_0x192033),_0x362e43=new Map(_0x58eb64['map'](_0x1113dc=>[_0x1113dc,null]));if(_0x388eb3){for(const {element:_0x4154b0,attributes:_0x19daba}of _0x388eb3['cells'])_0x19daba&&_0x362e43['set'](_0x4154b0,_0x19daba);}else{if(_0x308d1e&&_0x308d1e['markerAttributes'])for(const [_0x79898c,_0x2b7c2c]of Object['entries'](_0x308d1e['markerAttributes'])){const _0x5e3bb7=_0x45f0bc['model']['markers']['get'](_0x79898c),_0x2597e1=_0x5e3bb7?_0x5e3bb7['getRange']()['getContainedElement']():null;_0x2597e1&&_0x362e43['set'](_0x2597e1,_0x2b7c2c);}}_0x45f0bc['model']['change'](_0xecd11=>{for(const [_0x3cfe6a,_0x19078c]of _0x362e43)_0xecd11['setAttributes']({...we,..._0x19078c},_0x3cfe6a);});});const _0x2f3c41=(_0x5a4e16,_0x5f529e)=>{_0x367a73['_suggestionFactory']['registerCustomCallback'](_0x5a4e16,'tablePaste',_0x5f529e,(_0x57d59c,_0x9a3346,_0x37fae7)=>{_0x45f0bc['model']['change'](_0x595f05=>{const _0x568639=[];for(const _0x1f07b2 of _0x57d59c){const _0xb8569f=_0x1f07b2['start']['nodeAfter'];_0xb8569f['is']('element','tableCellSuggestion')&&_0x568639['push'](_0xb8569f);}_0x367a73['_suggestionFactory']['getSuggestionCallback'](_0x5a4e16,null,_0x5f529e)(_0x57d59c,_0x9a3346,_0x37fae7);for(const _0x4920b2 of _0x568639)'$graveyard'!=_0x4920b2['root']['rootName']&&_0x595f05['unwrap'](_0x4920b2);});});};_0x2f3c41('insertion','accept'),_0x2f3c41('insertion','discard'),_0x2f3c41('deletion','accept'),_0x2f3c41('deletion','discard'),_0x367a73['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x12b65d=>{const _0x3d3ce1=_0x12b65d['map'](_0x3190be=>_0x3190be['getContainedElement']()),_0x16dfdd=_0x3d3ce1[0x0]['findAncestor']('table'),{minRow:_0x285734,maxRow:_0x3cbe97}=_0x1aeee5['_getCoordsForCells'](_0x3d3ce1);_0x306d16['removeRows'](_0x16dfdd,{'at':_0x285734,'rows':_0x3cbe97-_0x285734+0x1});}),_0x367a73['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x3c0060=>{const _0x23e8eb=_0x3c0060['map'](_0x21cf03=>_0x21cf03['getContainedElement']()),_0x5779d3=_0x23e8eb[0x0]['findAncestor']('table'),{minColumn:_0x3b57c2,maxColumn:_0x21b53a}=_0x1aeee5['_getCoordsForCells'](_0x23e8eb);_0x306d16['removeColumns'](_0x5779d3,{'at':_0x3b57c2,'columns':_0x21b53a-_0x3b57c2+0x1});});const _0x31a92c=(_0x564b4b,_0x3338ad)=>{if(!_0x3338ad['subType']||!_0x3338ad['subType']['startsWith']('tablePaste'))return;const _0x5f2b5b=_0x3338ad['attributes']['tablePasteChainId'],_0xd211b1=_0x367a73['getSuggestions']()['filter'](_0x4211a7=>_0x4211a7['isInContent']&&_0x4211a7['attributes']&&_0x4211a7['attributes']['tablePasteChainId']==_0x5f2b5b);_0xd211b1['length']&&_0x3338ad['getAllAdjacentSuggestions']()['length']!=_0xd211b1['length']&&_0xd211b1['reduce']((_0x1f09fa,_0x4223ac)=>(_0x1f09fa['next']=_0x4223ac,_0x4223ac['previous']=_0x1f09fa,_0x4223ac));};function _0x29d9bb(_0x9d96d9,_0x5d8154=!0x0){const {id:_0x16693c,authorId:_0x241593}=_0x367a73['_splitMarkerName'](_0x9d96d9['markerName']),_0x597bd0=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x47f3f1=_0x367a73['activeMarkers']['includes'](_0x9d96d9['markerName']);return _0x47f3f1&&_0x597bd0['push']('ck-suggestion-marker--active'),{'classes':_0x597bd0,'attributes':{'data-suggestion':_0x16693c,'data-author-id':_0x241593},'priority':_0x47f3f1&&_0x5d8154?0xbc2:0xbb8};}_0x367a73['on']('suggestionLoaded',_0x31a92c,{'priority':'high'}),_0x367a73['on']('suggestionUnloaded',_0x31a92c,{'priority':'high'}),_0x45f0bc['model']['document']['registerPostFixer'](()=>{let _0x5139ef=!0x1;const _0xe3038d=Array['from'](_0x45f0bc['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x360c83,data:_0x4d86ba}of _0xe3038d){const {group:_0x167d5f,type:_0x4b53ce,id:_0x72c8f8}=_0x367a73['_splitMarkerName'](_0x360c83);if('suggestion'!=_0x167d5f||'deletion'!=_0x4b53ce||_0x4d86ba['oldRange'])continue;if(!_0x367a73['hasSuggestion'](_0x72c8f8))continue;const _0x45b357=_0x367a73['getSuggestion'](_0x72c8f8)['getRanges'](),_0x2e24bf=_0x45f0bc['plugins']['get']('Users')['me'];for(const _0x2615f1 of _0x367a73['getSuggestions']()){if(!_0x2615f1['isInContent']||_0x2615f1['author']!=_0x2e24bf)continue;if('formatBlock'!=_0x2615f1['type']||'tablePasteCell'!=_0x2615f1['subType'])continue;if(_0x2615f1['getRanges']()['every'](_0x5a983b=>_0x45b357['some'](_0x4ea714=>_0x4ea714['containsRange'](_0x5a983b,!0x0)))){for(const _0x442986 of _0x2615f1['getAllAdjacentSuggestions']())_0x442986['isInContent']&&(_0x442986['discard'](),_0x5139ef=!0x0);}}}return _0x5139ef;}),_0x45f0bc['model']['document']['registerPostFixer'](_0x2494d8=>{const _0x6e6f80=_0x45f0bc['commands']['get']('redo');if(!_0x6e6f80||!_0x6e6f80['_createdBatches']['has'](_0x2494d8['batch']))return!0x1;let _0x1bc8cd=!0x1;const _0x107b9d=_0x45f0bc['plugins']['get']('Users')['me'],_0x14e56f=_0x45f0bc['model']['document']['differ']['getChanges'](),_0x3520d3=Array['from'](_0x45f0bc['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x1bf227,data:_0x12ace9})=>{const {group:_0x202d1d,subType:_0x3b488a,authorId:_0x32a30e}=_0x367a73['_splitMarkerName'](_0x1bf227);return'suggestion'==_0x202d1d&&'tablePaste'==_0x3b488a&&_0x32a30e==_0x107b9d['id']&&!_0x12ace9['oldRange'];});for(const _0x35f86a of _0x14e56f){if('insert'!=_0x35f86a['type']||'tableCellSuggestion'!=_0x35f86a['name']||0x1!=_0x35f86a['length'])continue;const _0x18f713=_0x2494d8['createRange'](_0x35f86a['position'],_0x35f86a['position']['getShiftedBy'](0x1));if(!_0x3520d3['find'](({data:_0x1da8f1})=>_0x1da8f1['newRange']['isEqual'](_0x18f713))){for(const {name:_0x5c99d9,data:_0x1bc87b}of _0x3520d3)if(_0x18f713['containsRange'](_0x1bc87b['newRange'])){_0x2494d8['updateMarker'](_0x5c99d9,{'range':_0x18f713}),_0x1bc8cd=!0x0;break;}}}return _0x1bc8cd;}),_0x45f0bc['model']['document']['registerPostFixer'](_0x5d9ce6=>{let _0x5f23a7=!0x1;const _0x54760d=_0x45f0bc['plugins']['get']('Users')['me'],_0x4459f0=_0x367a73['getSuggestions']()['filter'](_0x40eea1=>_0x40eea1['isInContent']&&_0x40eea1['author']==_0x54760d),_0x543f15=new Set(),_0x34105c=new Set();for(const _0x52b9eb of _0x4459f0)if('tablePaste'==_0x52b9eb['subType'])for(const _0x4d0111 of _0x52b9eb['getMarkers']()){const _0x115e28=_0x4d0111['getRange']()['getContainedElement']();if(_0x115e28){if(_0x115e28['is']('element','tableCellSuggestion')&&ke(_0x115e28)){_0x52b9eb['removeMarker'](_0x4d0111['name']),_0x543f15['add'](_0x115e28),_0x5f23a7=!0x0;const _0x2330bf=_0x115e28['nextSibling'],_0x13ac59=_0x115e28['previousSibling'],_0x1eeb0d=_0x2330bf&&_0x2330bf['is']('element','tableCellSuggestion'),_0x2ed941=_0x13ac59&&_0x13ac59['is']('element','tableCellSuggestion');_0x1eeb0d&&!_0x543f15['has'](_0x2330bf)&&_0x34105c['add'](_0x2330bf),_0x2ed941&&!_0x543f15['has'](_0x13ac59)&&_0x34105c['add'](_0x13ac59);}else _0x115e28['is']('element','paragraph')&&_0x115e28['isEmpty']&&(_0x52b9eb['removeMarker'](_0x4d0111['name']),_0x5f23a7=!0x0);}}else{if('tablePasteCell'==_0x52b9eb['subType']){if(!_0x52b9eb['attributes']||!_0x52b9eb['attributes']['tablePasteChainId'])continue;const _0x37a076=_0x52b9eb['attributes']['markerAttributes'];if(_0x37a076&&Object['keys'](_0x37a076)['length'])continue;const _0x290516=_0x52b9eb['attributes']['tablePasteChainId'];let _0x481a36=!0x0,_0x57d065=!0x0;for(const _0xc482f9 of _0x4459f0)if(_0xc482f9['subType']&&_0xc482f9['subType']['startsWith']('tablePaste')){if(!_0xc482f9['attributes']['tablePasteChainId']){_0x57d065=!0x1;break;}if(_0xc482f9['id']!=_0x52b9eb['id']&&_0xc482f9['attributes']['tablePasteChainId']==_0x290516){_0x481a36=!0x1;break;}}_0x57d065&&_0x481a36&&(_0x52b9eb['removeMarkers'](),_0x5f23a7=!0x0);}}for(const _0x425605 of _0x543f15)_0x5d9ce6['remove'](_0x425605);for(const _0x269abd of _0x34105c)_0x5d9ce6['unwrap'](_0x269abd);return _0x5f23a7;}),_0x45f0bc['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x143868=>_0x29d9bb(_0x143868),'converterPriority':'high'}),_0x45f0bc['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x3b4b8c,_0x484bab)=>_0x484bab['options']['showSuggestionHighlights']?_0x29d9bb(_0x3b4b8c,!0x1):null,'converterPriority':'high'});const _0x5c98a3=_0x45f0bc['editing']['view'];this['listenTo'](_0x5c98a3['document'],'clipboardOutput',(_0x35d04d,_0x3b9b77)=>{const _0x4ee7af=[];for(const _0x21f672 of _0x5c98a3['createRangeIn'](_0x3b9b77['content'])['getItems']())_0x21f672['is']('element','suggestion-td')&&_0x4ee7af['push'](_0x21f672);_0x5c98a3['change'](_0x540c49=>{for(const _0x3c9dc3 of _0x4ee7af)_0x540c49['move'](_0x540c49['createRangeIn'](_0x3c9dc3),_0x540c49['createPositionBefore'](_0x3c9dc3)),_0x540c49['remove'](_0x3c9dc3);});});}}function ke(_0xa4849e){if(_0xa4849e['isEmpty'])return!0x0;const _0x934c4a=_0xa4849e['getChild'](0x0);return _0x934c4a['is']('element','paragraph')&&_0x934c4a['isEmpty'];}function Re(_0x4b8091,_0x50e671={},_0x1f55da){for(const {isAnchor:_0x1e4a81,cellHeight:_0x244710,cellWidth:_0xfb87f8}of _0x1f55da['createTableWalker'](_0x4b8091,{'includeAllSlots':!0x0,..._0x50e671}))if(!_0x1e4a81||0x1!=_0x244710||0x1!=_0xfb87f8)return!0x1;return!0x0;}class Nt extends _0x59cc13{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x2a627c=this['editor']['plugins']['get']('TrackChangesEditing');_0x2a627c['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x2a627c['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x2a627c['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2a627c['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x2a627c['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x2a627c['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x36c7e3,_0xd5b8dd){const _0xd6db0c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x26c584=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x16ae13=_0xd5b8dd['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x3cb6d6=_0x26c584['getColumnGroupElement'](_0x16ae13);let _0x33e598=_0x3cb6d6?_0x26c584['getTableColumnsWidths'](_0x3cb6d6):null,_0x1ee184=_0x16ae13['getAttribute']('tableWidth')||null;const _0xf95750=_0xd5b8dd['tableWidth']||_0x1ee184,_0x78d297=_0xd5b8dd['columnWidths']||_0x33e598,_0x38ad21=this['editor']['plugins']['get']('Users')['me'];for(const _0x355b5f of _0xd6db0c['getSuggestions']()){const _0x42b49f=_0x355b5f['getContainedElement']();if('resizeTable'===_0x355b5f['subType']&&_0x42b49f===_0x16ae13){_0x355b5f['author']!==_0x38ad21&&_0x355b5f['discard']();const _0x235ff4=_0x355b5f['data']['commandParams'];_0x1ee184=_0x235ff4[0x0]['tableWidth'],_0x33e598=_0x235ff4[0x0]['columnWidths'];break;}}_0x36c7e3({'table':_0x16ae13,'tableWidth':_0xf95750,'columnWidths':_0x78d297}),_0xd6db0c['markBlockFormat'](_0x16ae13,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x1ee184,'columnWidths':_0x33e598}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0xe1b63e){if('formatBlock'!=_0xe1b63e['type']&&'formatInline'!=_0xe1b63e['type'])return;const {data:_0x63fbaa}=_0xe1b63e;if(_0x63fbaa&&'resizeTable'===_0x63fbaa['formatGroupId']){const _0xaae440='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0xaae440)};}}}class Dt extends _0x59cc13{['afterInit'](){const _0x707737=this['editor'];_0x707737['plugins']['has']('Template')&&_0x707737['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x59cc13{['afterInit'](){const _0x1e1edb=this['editor'];if(!_0x1e1edb['commands']['get']('insertTableOfContents'))return;_0x1e1edb['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x213a6b=_0x1e1edb['plugins']['get']('TrackChangesEditing'),_0x338c23=_0x1e1edb['locale'];_0x213a6b['descriptionFactory']['registerElementLabel']('tableOfContents',_0x12d57e=>o(_0x338c23,'ELEMENT_TABLE_OF_CONTENTS',_0x12d57e));}}class $t extends _0x59cc13{['afterInit'](){const _0x3e66da=this['editor'];if(!_0x3e66da['plugins']['has']('Title'))return;const _0x436dd1=_0x3e66da['plugins']['get']('TrackChangesEditing');_0x436dd1['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x3e66da['locale'],'ELEMENT_TITLE')),_0x3e66da['model']['document']['registerPostFixer'](_0x227146=>{let _0x4736de=!0x1;const _0x1239ce=Array['from'](_0x3e66da['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x5bb548,data:_0x1649b5}of _0x1239ce){const {group:_0x4fd99e}=_0x436dd1['_splitMarkerName'](_0x5bb548);if('suggestion'!==_0x4fd99e||!_0x1649b5['newRange'])continue;const _0x59b799=_0x1649b5['newRange'],_0x2119ba=_0x59b799['end']['nodeBefore'];if(!_0x2119ba||!_0x2119ba['is']('element','title-content'))continue;if(!_0x59b799['start']['isTouching'](_0x59b799['end']))continue;const _0x4c53c4=_0x3e66da['model']['schema']['getNearestSelectionRange'](_0x59b799['end'],'forward');if(_0x4c53c4&&_0x4c53c4['isCollapsed']){const _0x333526=_0x227146['createRange'](_0x59b799['start'],_0x4c53c4['start']);_0x333526['isEqual'](_0x59b799)||(_0x227146['updateMarker'](_0x5bb548,{'range':_0x333526}),_0x4736de=!0x0);}_0x4736de||(_0x227146['removeMarker'](_0x5bb548),_0x4736de=!0x0);}return _0x4736de;});}}class Bt extends _0x59cc13{['afterInit'](){const _0x41b059=this['editor'],_0x5932a0=_0x41b059['plugins']['get']('TrackChangesEditing');_0x41b059['plugins']['has']('UndoEditing')&&(_0x5932a0['enableCommand']('undo'),_0x5932a0['enableCommand']('redo'));}}class xt extends _0x59cc13{static get['requires'](){return[It];}['afterInit'](){const _0x5f3e0f=this['editor'];if(!_0x5f3e0f['plugins']['has']('TableCaptionEditing'))return;_0x5f3e0f['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Rt extends _0x59cc13{['tableProperties'];['tableCellProperties'];constructor(_0x2af40d){super(_0x2af40d),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 _0x2f031d=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x47c3f5 of this['tableProperties'])_0x2f031d['enableCommand'](_0x47c3f5,(_0x1f1ab4,_0xf2b4b8)=>{const _0x1812ef=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x47c3f5,[_0x1812ef],this['tableProperties'],'tableProperties',_0x1f1ab4,_0xf2b4b8);});_0x2f031d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x2f031d['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2f031d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x26b005,_0x130deb)=>this['handleDiscardAction'](this['tableProperties'],_0x26b005,_0x130deb)),_0x2f031d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x3f9e77 of this['tableCellProperties'])_0x2f031d['enableCommand'](_0x3f9e77,(_0xf04618,_0x49105a)=>{const _0xf5bd68=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x3f9e77,_0xf5bd68,this['tableCellProperties'],'tableCellProperties',_0xf04618,_0x49105a);});_0x2f031d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x2f031d['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2f031d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x510ddc,_0x5ccb1d)=>this['handleDiscardAction'](this['tableCellProperties'],_0x510ddc,_0x5ccb1d)),_0x2f031d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x2f031d['descriptionFactory']['registerDescriptionCallback'](_0x253b99=>this['handleSuggestionDescription'](_0x253b99));}['_handlePropertyChange'](_0x566d3d,_0x1363ed,_0xfb0c6f,_0x5b59c4,_0x4bb0ba,_0x344bbb){const _0x2a4511=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x344bbb['batch'],()=>{for(const _0xb22bdf of _0x1363ed){if(this['_getSuggestion'](_0xb22bdf,_0x5b59c4))_0x4bb0ba(_0x344bbb);else{const _0x327f6d={};for(const _0x1c351b of _0xfb0c6f){const _0xfe0ae8=_0xb22bdf['getAttribute'](_0x1c351b);void 0x0!==_0xfe0ae8&&(_0x327f6d[_0x1c351b]=_0xfe0ae8);}_0x4bb0ba(_0x344bbb),_0x2a4511['markBlockFormat'](_0xb22bdf,{'commandParams':[_0x327f6d]},[],_0x5b59c4);}}});}['handleDiscardAction'](_0xc2d9e0,_0x33bbc9,_0x31e422){const _0x3f43b9=_0x33bbc9[0x0]['start']['nodeAfter'],_0x148610=_0x31e422['commandParams'][0x0];this['editor']['model']['change'](_0x2712f7=>{for(const _0x12bc04 of _0xc2d9e0)void 0x0!==_0x148610[_0x12bc04]?_0x2712f7['setAttribute'](_0x12bc04,_0x148610[_0x12bc04],_0x3f43b9):_0x2712f7['removeAttribute'](_0x12bc04,_0x3f43b9);});}['handleSuggestionDescription'](_0x1db46a){if(_0x1db46a['data'])switch(_0x1db46a['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'](_0x42f4cc,_0x61d6dc){const _0x134999=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x1a8f93 of _0x134999['getSuggestions']({'skipNotAttached':!0x0})){const _0x31b48f=_0x1a8f93['getContainedElement']();if(_0x1a8f93['subType']===_0x61d6dc&&_0x31b48f===_0x42f4cc)return _0x1a8f93;}return null;}}const m='$elementName';class p extends _0x59cc13{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x466894,_0x13770d,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(_0x2340a5){function _0x19c5c1(_0xb3bc64){return _0xb3bc64['map'](_0x10d79c=>String['fromCharCode'](_0x10d79c))['join']('');}super(_0x2340a5),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x249036,_0x2a78f2,_0x3e1ad4,_0xf92542)=>{this['_model']['change'](()=>{for(const _0x54555a of[..._0xf92542,..._0x3e1ad4])this['_model']['markers']['has'](_0x54555a)&&_0x2340a5['editing']['reconvertMarker'](_0x54555a);});}),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']=_0x2340a5['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(),_0x2340a5['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x2340a5['config']['get']('trackChanges.trackFormatChanges'),_0x2340a5['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x2340a5['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x2340a5,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x19c5c1([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x19c5c1([0x34,0x30,0x34,0x38,0x32,0x30,0x30,0x34]);}['init'](){const _0x296ca1=this['editor'],_0x52d60c=(_0x42de06,_0x118d97)=>{if('attribute'!=_0x42de06)return'ck-suggestion-marker-'+_0x42de06;const _0x18908a=_0x118d97['split']('|')[0x0];return this['_isBlockAttribute'](_0x18908a)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x296ca1['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x2529fb=>{const {id:_0x416e60,authorId:_0x2a8041,type:_0x2c96a4,subType:_0xd13ad4}=this['_splitMarkerName'](_0x2529fb['markerName']),_0x48786f=['ck-suggestion-marker',_0x52d60c(_0x2c96a4,_0xd13ad4)];let _0x3969f9=0xbb8;return this['activeMarkers']['includes'](_0x2529fb['markerName'])&&(_0x48786f['push']('ck-suggestion-marker--active'),_0x3969f9=0xbc2),'deletion'==_0x2c96a4&&(_0x3969f9+=0x5),{'classes':_0x48786f,'attributes':{'data-suggestion':_0x416e60,'data-author-id':_0x2a8041},'priority':_0x3969f9};}}),_0x296ca1['conversion']['for']('dataDowncast')['add'](_0x3ceee4=>{_0x3ceee4['on']('addMarker:suggestion',(_0x2b6fd6,_0x326b10,_0x4bdbfa)=>{if(!_0x4bdbfa['options']['showSuggestionHighlights'])return;const _0x2261a3=_0x326b10['item'];if(!_0x2261a3)return;const _0x4b8b66=_0x4bdbfa['mapper']['toViewElement'](_0x2261a3);_0x296ca1['model']['schema']['isObject'](_0x2261a3)&&_0x4b8b66&&!_0x4b8b66['getCustomProperty']('widget')&&_0x4b8b66['is']('containerElement')&&_0x1e7e6d(_0x4b8b66,_0x4bdbfa['writer']);},{'priority':'high'});}),_0x296ca1['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x15e80d,_0x36290d)=>{if(!_0x36290d['options']['showSuggestionHighlights'])return null;const {type:_0x485784,subType:_0x3931e2}=this['_splitMarkerName'](_0x15e80d['markerName']);return{'classes':['ck-suggestion-marker',_0x52d60c(_0x485784,_0x3931e2)],'priority':0xbb8};}});const _0x37068d=({showActiveMarkers:_0x4d9f7a=!0x0,isAttributeSuggestion:_0x4c32ce=!0x1}={})=>(_0x233d07,_0x18cbc4,_0x467d37)=>{if(!_0x18cbc4['item'])return;const {id:_0x19130f,authorId:_0x19eacc}=this['_splitMarkerName'](_0x18cbc4['markerName']);if(_0x4c32ce){const _0x2203de=this['_suggestions']['get'](_0x19130f),_0x46fb26=this['_getAttributeKey'](_0x2203de);if(!this['_isBlockAttribute'](_0x46fb26))return;}if(_0x18cbc4['item']['is']('selection'))return void _0x467d37['consumable']['consume'](_0x18cbc4['item'],_0x233d07['name']);const _0x4286fe=_0x467d37['mapper']['toViewElement'](_0x18cbc4['item']);if(_0x18cbc4['item']['is']('element')&&_0x296ca1['model']['schema']['isBlock'](_0x18cbc4['item'])&&!_0x4286fe['getCustomProperty']('addHighlight')){_0x467d37['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x4286fe),_0x467d37['writer']['setAttribute']('data-suggestion',_0x19130f,_0x4286fe),_0x467d37['writer']['setAttribute']('data-author-id',_0x19eacc,_0x4286fe),_0x467d37['mapper']['bindElementToMarker'](_0x4286fe,_0x18cbc4['markerName']),_0x4d9f7a&&(this['activeMarkers']['includes'](_0x18cbc4['markerName'])?_0x467d37['writer']['addClass']('ck-suggestion-marker--active',_0x4286fe):_0x467d37['writer']['removeClass']('ck-suggestion-marker--active',_0x4286fe));for(const _0x47ee26 of _0x296ca1['model']['createRangeIn'](_0x18cbc4['item'])['getItems']())_0x467d37['consumable']['consume'](_0x47ee26,_0x233d07['name']);_0x467d37['consumable']['consume'](_0x18cbc4['item'],_0x233d07['name']);}};_0x296ca1['conversion']['for']('dataDowncast')['add'](_0xb21cd0=>{_0xb21cd0['on']('addMarker:suggestion:formatBlock',(_0x1782ef,_0x4e68f9,_0x209494)=>{_0x209494['options']['showSuggestionHighlights']&&_0x37068d({'showActiveMarkers':!0x1})(_0x1782ef,_0x4e68f9,_0x209494);},{'priority':'highest'});}),_0x296ca1['conversion']['for']('dataDowncast')['add'](_0x311172=>{_0x311172['on']('addMarker:suggestion:attribute',(_0x4323a3,_0x4d8d1b,_0x5cf1b3)=>{_0x5cf1b3['options']['showSuggestionHighlights']&&_0x37068d({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x4323a3,_0x4d8d1b,_0x5cf1b3);},{'priority':'highest'});}),_0x296ca1['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0xb7d9d3,_0xa88407)=>_0xa88407['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0xb7d9d3['substr'](0xb)}}),_0x296ca1['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x525020,{writer:_0x1a25ce})=>{let _0x35921a='suggestion:'+_0x525020['getAttribute']('suggestion-type')+':'+_0x525020['getAttribute']('id');return _0x525020['getAttribute']('marker-count')&&(_0x35921a+=':'+_0x525020['getAttribute']('marker-count')),_0x1a25ce['createElement']('$marker',{'data-name':_0x35921a});}}),_0x296ca1['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x296ca1['conversion']['for']('editingDowncast')['add'](_0x455d73=>{_0x455d73['on']('addMarker:suggestion:formatBlock',_0x37068d(),{'priority':'high'});}),_0x296ca1['conversion']['for']('editingDowncast')['add'](_0x575acf=>{_0x575acf['on']('addMarker:suggestion:attribute',_0x37068d({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x296ca1['conversion']['for']('editingDowncast')['add'](_0x224432=>{_0x224432['on']('removeMarker:suggestion:formatBlock',(_0x239696,_0x9a5756,_0x105e5b)=>{const _0x4533b1=_0x105e5b['mapper']['markerNameToElements'](_0x9a5756['markerName']);if(_0x4533b1){for(const _0x351dcf of _0x4533b1)_0x351dcf['getCustomProperty']('addHighlight')||(_0x105e5b['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x351dcf),_0x105e5b['writer']['removeAttribute']('data-suggestion',_0x351dcf),_0x105e5b['writer']['removeAttribute']('data-author-id',_0x351dcf),_0x105e5b['mapper']['unbindElementFromMarkerName'](_0x351dcf,_0x9a5756['markerName']));}},{'priority':'high'});}),_0x296ca1['conversion']['for']('editingDowncast')['add'](_0x44457a=>{_0x44457a['on']('removeMarker:suggestion:attribute',(_0x5a510d,_0x839a53,_0x420a64)=>{const _0x3757e4=_0x420a64['mapper']['markerNameToElements'](_0x839a53['markerName']);if(!_0x3757e4)return;const {id:_0x14b6d1}=this['_splitMarkerName'](_0x839a53['markerName']),_0x1385a8=this['_suggestions']['get'](_0x14b6d1),_0x218169=this['_getAttributeKey'](_0x1385a8);if(this['_isBlockAttribute'](_0x218169)){for(const _0x3b789 of _0x3757e4)_0x3b789['getCustomProperty']('addHighlight')||(_0x420a64['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x3b789),_0x420a64['writer']['removeAttribute']('data-suggestion',_0x3b789),_0x420a64['writer']['removeAttribute']('data-author-id',_0x3b789),_0x420a64['mapper']['unbindElementFromMarkerName'](_0x3b789,_0x839a53['markerName']));}},{'priority':'high'});}),_0x296ca1['model']['document']['registerPostFixer'](_0x15e321=>{let _0x52c46f=!0x1;const _0x2f5f40=Array['from'](_0x296ca1['model']['document']['differ']['getChangedMarkers']()),_0x552e6e=new Set();for(const {name:_0x33ffdd,data:_0x51d0c8}of _0x2f5f40){const {group:_0x28f5be,type:_0x35046e,subType:_0x1a1b8d,id:_0x1cc978}=this['_splitMarkerName'](_0x33ffdd);if('suggestion'!==_0x28f5be)continue;const _0x1f911e=this['_suggestions']['get'](_0x1cc978);if(null!=_0x51d0c8['newRange']){'formatInline'==_0x35046e&&(_0x52c46f=_0x52c46f||Ut(_0x51d0c8['newRange'],_0x33ffdd,_0x15e321,_0x296ca1['model']['schema']));const _0x1079fb='attribute'==_0x35046e&&this['_isBlockAttribute'](_0x1a1b8d['split']('|')[0x0]);if(_0x51d0c8['newRange']['isCollapsed']||'$graveyard'==_0x51d0c8['newRange']['root']['rootName']||'formatBlock'==_0x35046e&&!Ft(_0x51d0c8['newRange'])||_0x1079fb&&!Ft(_0x51d0c8['newRange'])||'deletion'==_0x35046e&&!(!Vt(_0x5e5c40=_0x51d0c8['newRange'])&&!function(_0x364104){return _0x364104['start']['parent']==_0x364104['end']['nodeBefore']&&_0x364104['start']['isAtEnd'];}(_0x5e5c40)))_0x15e321['removeMarker'](_0x33ffdd),_0x52c46f=!0x0;else{if(!_0x1f911e||!_0x1f911e['isInContent'])continue;if(_0x51d0c8['newRange']&&_0x51d0c8['oldRange']&&_0x51d0c8['newRange']['isEqual'](_0x51d0c8['oldRange']))continue;_0x552e6e['add'](_0x1f911e);}}}var _0x5e5c40;return _0x552e6e['size']>0x0&&(_0x52c46f=!!this['_joinWithAdjacentSuggestions'](_0x552e6e)||_0x52c46f),_0x52c46f;}),_0x296ca1['model']['document']['registerPostFixer'](_0x474fc8=>{let _0x3f9fce=!0x1;for(const _0x6cf3a1 of _0x296ca1['model']['document']['differ']['getChanges']())if('insert'==_0x6cf3a1['type'])for(const _0x2146b7 of this['_suggestions']['values']()){if(_0x2146b7['isMultiRange']||!_0x2146b7['isInContent'])continue;const _0x3248ca='formatBlock'==_0x2146b7['type'],_0x14cde4=this['_getAttributeKey'](_0x2146b7),_0x3f5b6a=_0x14cde4&&this['_isBlockAttribute'](_0x14cde4);if(!_0x3248ca&&!_0x3f5b6a)continue;const _0x499e8d=_0x2146b7['getFirstRange']();if(_0x499e8d['start']['parent']!=_0x499e8d['end']['parent']&&!_0x499e8d['end']['isAtEnd']){const _0x2def4a=_0x296ca1['model']['createPositionAt'](_0x499e8d['start']['nodeAfter'],'end'),_0x44a7e3=_0x296ca1['model']['createRange'](_0x499e8d['start'],_0x2def4a);_0x474fc8['updateMarker'](_0x2146b7['getFirstMarker'](),{'range':_0x44a7e3}),_0x3f9fce=!0x0;}}return _0x3f9fce;}),_0x296ca1['model']['document']['registerPostFixer'](_0x425b51=>this['_processAttributeChanges'](_0x425b51)),_0x296ca1['model']['document']['registerPostFixer'](_0x1cb6e4=>!_0x1cb6e4['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x1cb6e4)),_0x296ca1['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x296ca1['model']['document']['on']('change:data',(_0x3305d1,_0x3170f2)=>{if(!_0x3170f2['isLocal']||_0x3170f2['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x2c4933=_0x296ca1['model']['document']['differ']['getChanges']();if(0x0==_0x2c4933['length'])return;const _0x371ff5=[],_0x1e3491=_0x2c4933['filter'](_0x41583a=>'attribute'==_0x41583a['type']),_0x3b679c=_0x2c4933['filter'](_0x2484fe=>'insert'==_0x2484fe['type']&&'$text'!=_0x2484fe['name']);for(const _0x3f9b26 of _0x1e3491)this['_isRegisteredAttribute'](_0x3f9b26['attributeKey'])&&_0x371ff5['push']({'key':_0x3f9b26['attributeKey'],'newValue':_0x3f9b26['attributeNewValue'],'oldValue':_0x3f9b26['attributeOldValue'],'range':Pt(_0x3f9b26['range'],_0x296ca1['model'])});for(const _0x164a82 of _0x3b679c){if('rename'!=_0x164a82['action']&&'refresh'!=_0x164a82['action'])continue;const _0xea4121=Lt(_0x164a82['position']['nodeAfter'],_0x296ca1['model']),_0x2c2f8c=_0x164a82['before'];'rename'==_0x164a82['action']&&_0x371ff5['push']({'key':m,'newValue':_0x164a82['name'],'oldValue':_0x2c2f8c['name'],'range':_0xea4121});for(const [_0x3b5202,_0x2a59c3]of _0x2c2f8c['attributes']){if(!this['_isRegisteredAttribute'](_0x3b5202))continue;const _0x11e2c1=_0x164a82['attributes']['get'](_0x3b5202);_0x2a59c3!==_0x11e2c1&&_0x371ff5['push']({'key':_0x3b5202,'newValue':_0x11e2c1,'oldValue':_0x2a59c3,'range':_0xea4121});}for(const [_0x3ccd00,_0xfd9bcb]of _0x164a82['attributes'])this['_isRegisteredAttribute'](_0x3ccd00)&&(_0x2c2f8c['attributes']['has'](_0x3ccd00)||_0x371ff5['push']({'key':_0x3ccd00,'newValue':_0xfd9bcb,'oldValue':null,'range':_0xea4121}));}0x0!=_0x371ff5['length']&&_0x296ca1['model']['enqueueChange'](_0x3170f2,_0x5a5234=>{const _0x984e11=_0x4dfb6e();for(const {range:_0x1e0d15,key:_0x264a47,oldValue:_0x266b8a,newValue:_0x350ccc}of _0x371ff5)this['markAttributeChange'](_0x1e0d15,_0x264a47,_0x266b8a,_0x350ccc,{'groupId':_0x984e11});this['_reduceExistingSuggestions'](_0x5a5234,_0x371ff5);});},{'priority':'lowest'}),_0x296ca1['model']['markers']['on']('update:suggestion',(_0x3c92c5,_0x4b6664,_0x3e812b)=>{if(null==_0x3e812b){const {id:_0x3fd978}=this['_splitMarkerName'](_0x4b6664['name']),_0x1e003e=this['_suggestions']['get'](_0x3fd978);_0x1e003e&&_0x1e003e['addMarkerName'](_0x4b6664['name']);}}),_0x296ca1['model']['document']['on']('change:data',()=>{const _0xd63f0e=Array['from'](_0x296ca1['model']['document']['differ']['getChangedMarkers']())['filter'](_0x1821ed=>'suggestion'===this['_splitMarkerName'](_0x1821ed['name'])['group']);if(0x0===_0xd63f0e['length'])return;_0xd63f0e['sort']((_0x3e0f01,_0x2f29a7)=>{const _0x490dc7=_0x3e0f01['data']['oldRange'],_0x26d7a4=_0x2f29a7['data']['oldRange'];return null===_0x490dc7&&null===_0x26d7a4?0x0:null===_0x490dc7&&null!==_0x26d7a4?-0x1:null!==_0x490dc7&&null===_0x26d7a4?0x1:_0x490dc7['start']['isBefore'](_0x26d7a4['start'])?-0x1:0x1;});const _0x253e3b=new Set(),_0x3cdd76=new Set();for(const {name:_0x1d354f,data:_0x3b12a1}of _0xd63f0e){const {id:_0x4299dc}=this['_splitMarkerName'](_0x1d354f);if(null===_0x3b12a1['oldRange']){const _0x4adc24=this['_handleNewSuggestionMarker'](_0x1d354f);_0x3cdd76['add'](_0x4adc24);}else{const _0x4df7fe=this['_suggestions']['get'](_0x4299dc);null!==_0x3b12a1['newRange']||_0x4df7fe['isInContent']?(_0x253e3b['add'](_0x4df7fe['head']),_0x3cdd76['add'](_0x4df7fe)):this['_removeSuggestion'](_0x4df7fe);}}_0x3cdd76['size']>0x0&&this['_refreshSuggestionsChain'](_0x3cdd76);for(const _0x34321c of _0x253e3b)this['fire']('suggestionChanged',_0x34321c);}),_0x296ca1['model']['on']('applyOperation',(_0x56bb4a,_0x236eea)=>{const _0x8a178d=_0x236eea[0x0];if(!this['_suggestions']['size'])return;if(!_0x8a178d['isDocumentOperation'])return;if(_0x8a178d['batch']['isUndo']||!_0x8a178d['batch']['isLocal'])return;let _0x1a66e0,_0x217916;switch(_0x8a178d['type']){case'insert':_0x1a66e0=_0x296ca1['model']['createPositionAt'](_0x8a178d['position']),_0x217916=_0x1a66e0['getShiftedBy'](_0x8a178d['howMany']);break;case'split':_0x1a66e0=_0x296ca1['model']['createPositionAt'](_0x8a178d['splitPosition']),_0x217916=_0x296ca1['model']['createPositionAt'](_0x8a178d['moveTargetPosition']);break;case'move':_0x1a66e0=_0x296ca1['model']['createPositionAt'](_0x8a178d['targetPosition']),_0x217916=_0x1a66e0['getShiftedBy'](_0x8a178d['howMany']);break;default:return;}const _0x151e22=_0x296ca1['model']['createRange'](_0x1a66e0,_0x217916);_0x296ca1['model']['change'](()=>{for(const {suggestion:_0x23eb04,meta:_0x3ceae4}of this['_findSuggestions'](_0x151e22)){if(_0x23eb04['isMultiRange'])continue;if('formatInline'==_0x23eb04['type'])continue;const _0x2c0958=this['_getAttributeKey'](_0x23eb04);if(_0x2c0958&&this['_isBlockAttribute'](_0x2c0958)&&'split'!=_0x8a178d['type'])continue;const _0x45666e=_0x23eb04['data']&&_0x23eb04['data']['multipleBlocks'];('formatBlock'!=_0x23eb04['type']||'split'==_0x8a178d['type']&&!_0x45666e)&&(_0x3ceae4['containsRangeInObject']||'insertion'==_0x23eb04['type']&&_0x3ceae4['isOwn']||_0x23eb04['getFirstRange']()['containsRange'](_0x151e22)&&this['_breakSuggestionMarker'](_0x23eb04,_0x1a66e0,_0x217916));}});},{'priority':'lowest'}),_0x296ca1['model']['on']('deleteContent',(_0x1d4f01,_0x4eea9d)=>{const _0x1afe0a=_0x4eea9d[0x0],_0x448a54=_0x4eea9d[0x1];if(_0x448a54&&_0x448a54['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x1afe0a['isCollapsed'])return;const _0x22d85d=_0x296ca1['model']['schema'],{start:_0x511e81,end:_0x593b87}=_0x1afe0a['getFirstRange'](),_0x3b8cd6=_0x511e81['nodeAfter']&&_0x22d85d['isLimit'](_0x511e81['nodeAfter'])?null:_0x22d85d['getNearestSelectionRange'](_0x511e81,'forward'),_0x2b84dc=_0x593b87['nodeBefore']&&_0x22d85d['isLimit'](_0x593b87['nodeBefore'])?null:_0x22d85d['getNearestSelectionRange'](_0x593b87,'backward'),_0x598c47=_0x296ca1['model']['createRange'](_0x3b8cd6?_0x3b8cd6['start']:_0x511e81,_0x2b84dc?_0x2b84dc['end']:_0x593b87);_0x296ca1['model']['change'](_0x38accd=>{this['markDeletion'](_0x598c47);const _0x3cc2a7=_0x296ca1['model']['schema']['getNearestSelectionRange'](_0x598c47['start']);_0x1afe0a['is']('documentSelection')?_0x38accd['setSelection'](_0x3cc2a7):_0x1afe0a['setTo'](_0x3cc2a7);}),_0x1d4f01['stop']();},{'priority':_0x62bf82['normal']+0xa}),_0x296ca1['model']['on']('insertContent',(_0x292cba,_0x9e2457)=>{const _0x19587c=_0x9e2457[_0x9e2457['length']-0x1];_0x19587c&&_0x19587c['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x296ca1['model']['change'](()=>{let _0x3c18dd=_0x296ca1['model']['insertContent'](_0x9e2457[0x0],_0x9e2457[0x1],_0x9e2457[0x2],{'forceDefaultExecution':!0x0});if(!_0x3c18dd)return;_0x292cba['return']=_0x3c18dd['clone']();const _0x4e2c28=_0x3c18dd['end']['nodeBefore'],_0x1d0e0e=_0x296ca1['model']['schema'];_0x4e2c28&&_0x1d0e0e['isBlock'](_0x4e2c28)&&!_0x1d0e0e['isObject'](_0x4e2c28)&&(_0x3c18dd=_0x296ca1['model']['createRange'](_0x3c18dd['start'],_0x296ca1['model']['createPositionAt'](_0x4e2c28,'end'))),this['markInsertion'](_0x3c18dd);}),_0x292cba['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x59ae55=new x(_0x296ca1,this['_suggestions']);_0x296ca1['commands']['add']('acceptSuggestion',_0x59ae55),this['enableCommand']('acceptSuggestion');const _0x54f997=new R(_0x296ca1,this['_suggestions']);_0x296ca1['commands']['add']('discardSuggestion',_0x54f997),this['enableCommand']('discardSuggestion'),_0x296ca1['commands']['add']('acceptAllSuggestions',new E(_0x296ca1,_0x59ae55,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x296ca1['commands']['add']('discardAllSuggestions',new E(_0x296ca1,_0x54f997,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x296ca1['commands']['add']('acceptSelectedSuggestions',new O(_0x296ca1,_0x59ae55,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x296ca1['commands']['add']('discardSelectedSuggestions',new O(_0x296ca1,_0x54f997,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x257dfd=_0x296ca1['plugins']['get']('CommentsRepository');this['listenTo'](_0x257dfd,'addComment',(_0x4acd56,{threadId:_0x418121})=>{const _0x16a904=this['_suggestions']['get'](_0x418121);_0x16a904&&_0x16a904['commentThread']&&0x1===_0x16a904['commentThread']['length']&&this['_updateSuggestionData'](_0x418121,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x257dfd,'removeComment',(_0x14f4b1,{threadId:_0x301d56})=>{const _0x12455f=this['_suggestions']['get'](_0x301d56);_0x12455f&&_0x12455f['commentThread']&&!_0x12455f['commentThread']['length']&&this['_updateSuggestionData'](_0x301d56,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x572f31){if(this['_adapter'])throw new _0x427e50('track-changes-adapter-already-set',this);this['_adapter']=_0x572f31;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x2594b4=!0x1,toJSON:_0x38147b=!0x1}={}){const _0x4794e6=[];for(const _0x986cd8 of this['_suggestions']['values']())_0x2594b4&&!_0x986cd8['isInContent']||_0x4794e6['push'](_0x986cd8);return _0x38147b?_0x4794e6['map'](_0x2d94c9=>_0x2d94c9['toJSON']()):_0x4794e6;}['getSuggestion'](_0x59f2f9){const _0xa5ce2d=this['_suggestions']['get'](_0x59f2f9);if(!_0xa5ce2d)throw new _0x427e50('track-changes-suggestion-not-found',this);return _0xa5ce2d;}['hasSuggestion'](_0x576f55){return this['_suggestions']['has'](_0x576f55);}['addSuggestionData'](_0x1cefae){const {authorId:_0x163407,id:_0x24d75c,attributes:_0x5f4343}=_0x1cefae,[_0x20491e,_0x4dfb30]=_0x1cefae['type']['split'](':'),_0x495a3f=this['_suggestions']['get'](_0x24d75c)||this['_createSuggestion'](_0x20491e,_0x4dfb30,_0x24d75c,_0x163407,_0x5f4343);if(this['_addThreadToSuggestion'](_0x495a3f),this['_checkSuggestionCorrectness'](_0x495a3f,_0x20491e,_0x4dfb30||null,_0x163407),_0x495a3f['createdAt']=_0x1cefae['createdAt'],_0x495a3f['_isDataLoaded']=!0x0,_0x5f4343&&_0x5f4343['@external']){const _0x286b84=_0x5f4343['@external'],_0x50f4f3=this['_getExternalAuthor'](_0x286b84['authorName']);_0x495a3f['authoredAt']=_0x286b84['createdAt'],_0x495a3f['author']=_0x50f4f3,_0x495a3f['isExternal']=!0x0;}else _0x495a3f['authoredAt']=_0x1cefae['createdAt'];switch(_0x1cefae['data']&&(_0x495a3f['data']=_0x1cefae['data']),_0x1cefae['attributes']&&(_0x495a3f['attributes']=_0x1cefae['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x495a3f['_saved']=!0x0),this['_suggestionState']['get'](_0x495a3f)){case'notReady':this['_suggestionState']['set'](_0x495a3f,'dataReady');break;case'markerReady':_0x495a3f['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x495a3f])),this['_refreshSuggestionsChain'](new Set([_0x495a3f])),this['_suggestionState']['set'](_0x495a3f,'ready'),this['fire']('suggestionLoaded',_0x495a3f)):this['_suggestionState']['set'](_0x495a3f,'removed');}return _0x495a3f;}['acceptSuggestion'](_0x41c5ef){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x3a8f86 of _0x41c5ef['getAllAdjacentSuggestions']())_0x3a8f86['accept']();});});}['discardSuggestion'](_0x281598){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x119f9d of _0x281598['getAllAdjacentSuggestions']())_0x119f9d['discard']();});});}['enableCommand'](_0x9cea5b,_0x276097){const _0x4c6dec=this['editor']['commands']['get'](_0x9cea5b);if(!_0x4c6dec)throw new _0x427e50('track-changes-command-not-found',this,{'commandName':_0x9cea5b});if(this['_enabledCommands']['has'](_0x4c6dec))throw new _0x427e50('track-changes-enable-command-twice',this,{'commandName':_0x9cea5b});this['_enabledCommands']['add'](_0x4c6dec),_0x276097&&_0x4c6dec['on']('execute',(_0x16da5f,_0x136e48)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x136e48['length']>0x0&&_0x136e48[_0x136e48['length']-0x1]&&_0x136e48[_0x136e48['length']-0x1]['forceDefaultExecution']?_0x136e48['pop']():(_0x16da5f['return']=_0x276097((..._0x224eb8)=>_0x4c6dec['execute'](..._0x224eb8,{'forceDefaultExecution':!0x0}),..._0x136e48),_0x16da5f['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0xd9d275){let _0x16d3cf,_0x497c01;const _0x63e04=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x16d3cf=_0xd9d275();}catch(_0x2bc102){_0x497c01=_0x2bc102;}return _0x63e04||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x497c01&&_0x427e50['rethrowUnexpectedError'](_0x497c01,this),_0x16d3cf;}['markInsertion'](_0x4d1c2c,_0x291de5=null,_0x185a1e={}){if(_0x4d1c2c['isCollapsed'])return null;const _0x195e29=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x368d0e,meta:_0x437278}of this['_findSuggestions'](_0x4d1c2c,'insertion'))if(_0x437278['isOwn']){if(!_0x437278['isNextTo']){if(_0x437278['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!qt(_0x368d0e,_0x185a1e))continue;return _0x368d0e;}if(qt(_0x368d0e,_0x185a1e))return _0x368d0e;this['_breakSuggestionMarker'](_0x368d0e,_0x4d1c2c['start'],_0x4d1c2c['end']);break;}if(_0x291de5==_0x368d0e['subType']&&qt(_0x368d0e,_0x185a1e)){const _0x14d5bc=_0x368d0e['getFirstRange']();return _0x14d5bc['start']['isEqual'](_0x4d1c2c['end'])?this['_setSuggestionRange'](_0x368d0e,this['_model']['createRange'](_0x4d1c2c['start'],_0x14d5bc['end'])):this['_setSuggestionRange'](_0x368d0e,this['_model']['createRange'](_0x14d5bc['start'],_0x4d1c2c['end'])),_0x368d0e;}}const _0x4efcc3=_0x4dfb6e(),_0x1a0bf8=_0x195e29['id'],_0x54cf85=_0x291de5?'insertion:'+_0x291de5:'insertion',_0x3fc43d=this['_setSuggestionData']({'id':_0x4efcc3,'type':_0x54cf85,'createdAt':new Date(),'authorId':_0x1a0bf8,'attributes':_0x185a1e});return this['_addSuggestionMarker'](_0x54cf85,_0x4efcc3,_0x1a0bf8,_0x4d1c2c),_0x3fc43d;}['markMultiRangeInsertion'](_0x1b7c15,_0x1ac902='multi',_0x17103={}){const _0x47b343=this['editor']['plugins']['get']('Users')['me'],_0x489245=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x1ac902,'join');for(const _0x3fe95e of this['getSuggestions']())if(_0x3fe95e['author']['id']==_0x47b343['id']&&'insertion'==_0x3fe95e['type']&&_0x3fe95e['subType']==_0x1ac902&&qt(_0x3fe95e,_0x17103)&&(_0x489245(_0x3fe95e['getRanges'](),_0x1b7c15)||_0x489245(_0x1b7c15,_0x3fe95e['getRanges']()))){for(const _0x17289c of _0x1b7c15)_0x3fe95e['addRange'](_0x17289c);return _0x3fe95e;}for(const {suggestion:_0x5dbf90,meta:_0x5a5566}of this['_findSuggestions'](_0x1b7c15,'insertion')){if(!_0x5a5566['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x5a5566['containsRangeInObject'])continue;if(!qt(_0x5dbf90,_0x17103))continue;let _0x3cd5c2=!0x0;for(const _0x56d5f0 of _0x5dbf90['getRanges']())for(const _0x4a749c of _0x1b7c15)if(!_0x56d5f0['containsRange'](_0x4a749c)){_0x3cd5c2=!0x1;break;}if(_0x3cd5c2)return _0x5dbf90;}const _0x462b73=_0x4dfb6e(),_0x31ed67=_0x47b343['id'],_0xa6dd82='insertion:'+_0x1ac902,_0x3c3366=this['_setSuggestionData']({'id':_0x462b73,'type':_0xa6dd82,'createdAt':new Date(),'authorId':_0x31ed67,'attributes':_0x17103});for(const _0x575372 of _0x1b7c15)this['_addSuggestionMarker'](_0xa6dd82,_0x462b73,_0x31ed67,_0x575372,u['getMultiRangeId']());return _0x3c3366;}['markInlineFormat'](_0x184a8e,_0x257aec,_0x55cafd=null,_0x5d9fc2={}){if(_0x55cafd=_0x55cafd||Gt(_0x257aec),_0x184a8e['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x5e4336=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x55cafd,'accept');return this['forceDefaultExecution'](()=>_0x5e4336([_0x184a8e],_0x257aec,_0x5d9fc2)),null;}const _0x2e12ff=this['editor']['plugins']['get']('Users')['me'],_0x4842b=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x29bdb3,meta:_0x1779b}of this['_findSuggestions'](_0x184a8e,'insertion'))_0x1779b['isOwn']&&!_0x1779b['isInsideObject']&&_0x4842b['push'](..._0x29bdb3['getRanges']());}const _0x238878=function(_0x3c7f5c,_0x3592ed){const _0x29c8cb=[];for(const _0x3528dc of _0x3592ed){const _0x35c063=_0x3c7f5c['getIntersection'](_0x3528dc);_0x35c063&&_0x29c8cb['push'](_0x35c063);}return _0x29c8cb;}(_0x184a8e,_0x4842b),_0xfbb95f=function(_0x260235,_0x125502){const _0x1d414b=[_0x260235];for(const _0x3f90b0 of _0x125502){let _0x56f075=0x0;for(;_0x56f075<_0x1d414b['length'];){const _0x469be7=_0x1d414b[_0x56f075]['getDifference'](_0x3f90b0);_0x1d414b['splice'](_0x56f075,0x1,..._0x469be7),_0x56f075+=_0x469be7['length'];}}return _0x1d414b;}(_0x184a8e,_0x4842b);_0x238878['length']&&this['_model']['change'](()=>{for(const _0x19bdaf of _0x238878){const _0x27931b=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x55cafd,'accept');this['forceDefaultExecution'](()=>_0x27931b([_0x19bdaf],_0x257aec,_0x5d9fc2));}});for(const _0x2cc4b3 of _0xfbb95f){let _0x2cb54b=null,_0x5baf33=_0x2cc4b3['start'],_0x55b393=_0x2cc4b3['end'];for(const {suggestion:_0x83eeec,meta:_0x5afd4e}of this['_findSuggestions'](_0x2cc4b3,'formatInline')){if(!_0x5afd4e['isOwn'])continue;if(_0x83eeec['subType']!=_0x55cafd)continue;if(!qt(_0x83eeec,_0x5d9fc2))continue;const _0x36f6e9=_0x83eeec['getFirstRange']();if(_0x36f6e9['containsRange'](_0x2cc4b3,!0x0))return null;_0x5baf33=_0x5baf33['isBefore'](_0x36f6e9['start'])?_0x5baf33:_0x36f6e9['start'],_0x55b393=_0x55b393['isAfter'](_0x36f6e9['end'])?_0x55b393:_0x36f6e9['end'],_0x2cb54b?_0x36f6e9['start']['isBefore'](_0x2cb54b['getFirstRange']()['start'])?(_0x2cb54b['removeMarkers'](),_0x2cb54b=_0x83eeec):_0x83eeec['removeMarkers']():_0x2cb54b=_0x83eeec;}const _0x41dad9=this['_model']['createRange'](_0x5baf33,_0x55b393);if(_0x2cb54b)this['_setSuggestionRange'](_0x2cb54b,_0x41dad9);else{const _0x4d2e7b=_0x4dfb6e(),_0x2ce635=_0x2e12ff['id'];this['_setSuggestionData']({'id':_0x4d2e7b,'type':'formatInline:'+_0x55cafd,'data':_0x257aec,'createdAt':new Date(),'authorId':_0x2ce635,'attributes':_0x5d9fc2}),this['_addSuggestionMarker']('formatInline:'+_0x55cafd,_0x4d2e7b,_0x2ce635,_0x41dad9);}}return null;}['markBlockFormat'](_0x26e933,_0x1b11c4,_0x1886c6=[],_0x4f4963=null,_0x2f84a5={}){_0x1b11c4['formatGroupId']||(_0x1b11c4['formatGroupId']=_0x1b11c4['commandName']),_0x1b11c4['multipleBlocks']=_0x26e933['is']('range'),_0x4f4963=_0x4f4963||Gt(_0x1b11c4);const _0x8d654=_0x1886c6['map'](_0x2e3ece=>Lt(_0x2e3ece,this['_model'])),_0x5efda6=_0x26e933['is']('range')?_0x26e933:Lt(_0x26e933,this['_model']);if('never'===this['_trackFormatChanges']){const _0x33e843=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x4f4963,'accept');return this['forceDefaultExecution'](()=>_0x33e843([_0x5efda6],_0x1b11c4,_0x2f84a5)),null;}_0x8d654['push'](_0x5efda6);let _0x11faea=!0x0;for(const _0x421b30 of _0x8d654)if(!this['_rangeIsInLocalUserInsertion'](_0x421b30)){_0x11faea=!0x1;break;}if(_0x11faea&&'always'!==this['_trackFormatChanges']){const _0x33bfd0=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x4f4963,'accept');return this['forceDefaultExecution'](()=>_0x33bfd0([_0x5efda6],_0x1b11c4,_0x2f84a5)),null;}let _0x772243=null,_0x19335e=_0x5efda6['start'],_0x207acd=_0x5efda6['end'];for(const {suggestion:_0x3d229f,meta:_0x5e25b0}of this['_findSuggestions'](_0x5efda6,'formatBlock')){if(!_0x5e25b0['isOwn'])continue;if(_0x5e25b0['isNextTo']||_0x5e25b0['containsRangeInObject']||_0x5e25b0['isInsideObject'])continue;if(_0x3d229f['data']['formatGroupId']!=_0x1b11c4['formatGroupId'])continue;if(!qt(_0x3d229f,_0x2f84a5))continue;const _0x1eb876=_0x3d229f['getFirstRange']();if(_0x3d229f['subType']==_0x4f4963){if(_0x1eb876['containsRange'](_0x5efda6,!0x0))return null;_0x19335e=_0x19335e['isBefore'](_0x1eb876['start'])?_0x19335e:_0x1eb876['start'],_0x207acd=_0x207acd['isAfter'](_0x1eb876['end'])?_0x207acd:_0x1eb876['end'],_0x772243?_0x1eb876['start']['isBefore'](_0x772243['getFirstRange']()['start'])?(_0x772243['removeMarkers'](),_0x772243=_0x3d229f):_0x3d229f['removeMarkers']():_0x772243=_0x3d229f;}else{const _0x3758bd=_0x5efda6['getIntersection'](_0x1eb876);this['_cutOutSuggestionMarker'](_0x3d229f,_0x3758bd);}}const _0x1c4dbd=this['editor']['plugins']['get']('Users')['me'],_0x16945a=_0x4dfb6e(),_0x59ffbd=_0x1c4dbd['id'];if(_0x772243)return this['_setSuggestionRange'](_0x772243,this['_model']['createRange'](_0x19335e,_0x207acd)),_0x772243;{const _0x3cc5f6=this['_setSuggestionData']({'id':_0x16945a,'type':'formatBlock:'+_0x4f4963,'data':_0x1b11c4,'createdAt':new Date(),'authorId':_0x59ffbd,'attributes':_0x2f84a5});return this['_addSuggestionMarker']('formatBlock:'+_0x4f4963,_0x16945a,_0x59ffbd,this['_model']['createRange'](_0x19335e,_0x207acd)),_0x3cc5f6;}}['markMultiRangeBlockFormat'](_0x40fee1,_0x4d408c,_0x632bdb=[],_0x53516c=null,_0x52ea79={}){_0x4d408c['formatGroupId']||(_0x4d408c['formatGroupId']=_0x4d408c['commandName']);const _0x1c2c3a=_0x40fee1[0x0];_0x4d408c['multipleBlocks']=_0x1c2c3a['is']('range'),_0x53516c=_0x53516c||Gt(_0x4d408c);const _0x8645b=_0x632bdb['map'](_0xc13a8b=>Lt(_0xc13a8b,this['_model'])),_0x4be9eb=_0x1c2c3a['is']('range')?_0x40fee1:_0x40fee1['map'](_0x1ef7bb=>Lt(_0x1ef7bb,this['_model']));if('never'===this['_trackFormatChanges']){const _0x516712=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x53516c,'accept');return this['forceDefaultExecution'](()=>_0x516712(_0x4be9eb,_0x4d408c,_0x52ea79)),null;}_0x8645b['push'](..._0x4be9eb);let _0x2b9da4=!0x0;for(const _0x4437b3 of _0x8645b)if(!this['_rangeIsInLocalUserInsertion'](_0x4437b3)){_0x2b9da4=!0x1;break;}if(_0x2b9da4&&'always'!==this['_trackFormatChanges']){const _0x2690ba=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x53516c,'accept');return this['forceDefaultExecution'](()=>_0x2690ba(_0x4be9eb,_0x4d408c,_0x52ea79)),null;}const _0x94de34=this['editor']['plugins']['get']('Users')['me'];for(const _0x301218 of this['getSuggestions']()){if(_0x301218['author']['id']!=_0x94de34['id'])continue;if('formatBlock'!=_0x301218['type']||_0x301218['data']['formatGroupId']!=_0x4d408c['formatGroupId'])continue;if(!qt(_0x301218,_0x52ea79))continue;const _0x5e42cb=_0x301218['subType']==_0x53516c;for(let _0x518eda=0x0;_0x518eda<_0x4be9eb['length'];_0x518eda++){const _0x2361fa=_0x4be9eb[_0x518eda];for(const _0x10fd54 of _0x301218['getMarkers']()){const _0x11f182=_0x10fd54['getRange']();if(_0x2361fa['isEqual'](_0x11f182)){_0x5e42cb?(_0x4be9eb['splice'](_0x518eda,0x1),_0x518eda--):_0x301218['removeMarker'](_0x10fd54['name']);break;}}}}if(0x0==_0x4be9eb['length'])return null;const _0x20208e=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x53516c,'join');for(const _0x187037 of this['getSuggestions']())if(_0x187037['author']['id']==_0x94de34['id']&&'formatBlock'==_0x187037['type']&&_0x187037['data']['formatGroupId']==_0x4d408c['formatGroupId']&&_0x187037['subType']==_0x53516c&&qt(_0x187037,_0x52ea79)&&(_0x20208e(_0x187037['getRanges'](),_0x4be9eb)||_0x20208e(_0x4be9eb,_0x187037['getRanges']()))){for(const _0x373de7 of _0x4be9eb)_0x187037['addRange'](_0x373de7);return _0x187037;}const _0x14200e=_0x4dfb6e(),_0x520fc7=_0x94de34['id'],_0x5274f4='formatBlock:'+_0x53516c,_0x3a14f8=this['_setSuggestionData']({'id':_0x14200e,'type':_0x5274f4,'data':_0x4d408c,'createdAt':new Date(),'authorId':_0x520fc7,'attributes':_0x52ea79});for(const _0x3449e2 of _0x4be9eb)this['_addSuggestionMarker'](_0x5274f4,_0x14200e,_0x520fc7,_0x3449e2,u['getMultiRangeId']());return _0x3a14f8;}['markDeletion'](_0x2ca554,_0x1a5c30=null,_0x5985b3={}){if(_0x2ca554['isCollapsed'])return null;const _0x1c7941=this['editor']['plugins']['get']('Users')['me'],_0x3156d5=new _0x5af0c4(_0x2ca554['start'],_0x2ca554['end']);for(const {suggestion:_0x2ab57f,meta:_0x4cdb76}of this['_findSuggestions'](_0x3156d5,'insertion'))if(_0x4cdb76['isOwn']&&!_0x4cdb76['isNextTo']){if(_0x2ab57f['isMultiRange']){const _0x47dbc6=_0x2ab57f['getRanges']()['filter'](_0x55915d=>'$graveyard'!=_0x55915d['root']['rootName']);_0x47dbc6['every'](_0x4860e4=>_0x3156d5['containsRange'](_0x4860e4,!0x0))&&_0x2ab57f['discard']();if(_0x47dbc6['some'](_0x32e20a=>_0x32e20a['containsRange'](_0x3156d5,!0x0))){const _0x276c88=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1a5c30,'accept');return this['forceDefaultExecution'](()=>_0x276c88([_0x3156d5],null,_0x5985b3)),null;}}else{const _0x927ed=_0x3156d5['getIntersection'](_0x2ab57f['getFirstRange']());null!==_0x927ed&&_0x2ab57f['_onDiscard']([_0x927ed],null,_0x5985b3);}}if(_0x3156d5['detach'](),_0x3156d5['isCollapsed']||'$graveyard'==_0x3156d5['root']['rootName'])return null;let _0xa1812c=null,_0x28a7a9=_0x3156d5['start'],_0x10bbf3=_0x3156d5['end'];const _0x55d358=this['_findSuggestions'](_0x3156d5,'deletion');for(const {suggestion:_0x1e7c5e,meta:_0x26308a}of _0x55d358){const _0x2b9fb0=this['_model']['createRange'](_0x28a7a9,_0x10bbf3);if(_0x26308a['isOwn']&&(this['_mergeNestedSuggestions']||!_0x26308a['containsRangeInObject']&&!_0x26308a['isInsideObject'])){if(_0x1e7c5e['isMultiRange']){if(!qt(_0x1e7c5e,_0x5985b3))continue;let _0x12e640=!0x0;for(const _0x27e390 of _0x1e7c5e['getRanges']()){if(_0x27e390['containsRange'](_0x2b9fb0,!0x0))return _0x1e7c5e;_0x2b9fb0['containsRange'](_0x27e390)||(_0x12e640=!0x1);}_0x12e640&&_0x1e7c5e['discard']();}else{const _0x1ea136=_0x1e7c5e['getFirstRange']();if(_0x1ea136['containsRange'](_0x2b9fb0,!0x0))return _0x1e7c5e;if(!qt(_0x1e7c5e,_0x5985b3)){_0x2b9fb0['containsRange'](_0x1ea136)?_0x1e7c5e['removeMarkers']():_0x1ea136['containsPosition'](_0x28a7a9)?_0x28a7a9=_0x1ea136['end']:_0x1ea136['containsPosition'](_0x10bbf3)&&(_0x10bbf3=_0x1ea136['start']);continue;}_0x28a7a9=_0x28a7a9['isBefore'](_0x1ea136['start'])?_0x28a7a9:_0x1ea136['start'],_0x10bbf3=_0x10bbf3['isAfter'](_0x1ea136['end'])?_0x10bbf3:_0x1ea136['end'],_0x5985b3=Object['assign']({},_0x1e7c5e['attributes']),_0xa1812c?_0x1ea136['start']['isBefore'](_0xa1812c['getFirstRange']()['start'])?(_0xa1812c['removeMarkers'](),_0xa1812c=_0x1e7c5e):_0x1e7c5e['removeMarkers']():_0xa1812c=_0x1e7c5e;}}}if(_0xa1812c)return this['_setSuggestionRange'](_0xa1812c,this['_model']['createRange'](_0x28a7a9,_0x10bbf3)),_0xa1812c;{const _0x38efa1=_0x4dfb6e(),_0x579598=this['_model']['createRange'](_0x28a7a9,_0x10bbf3),_0x2e24d8=_0x1c7941['id'],_0x2c1283=_0x1a5c30?'deletion:'+_0x1a5c30:'deletion',_0x1ace33=this['_setSuggestionData']({'id':_0x38efa1,'type':_0x2c1283,'createdAt':new Date(),'authorId':_0x2e24d8,'attributes':_0x5985b3});return this['_addSuggestionMarker'](_0x2c1283,_0x38efa1,_0x2e24d8,_0x579598),_0x1ace33;}}['markMultiRangeDeletion'](_0xacc53b,_0x48f8ea='multi',_0x590c50={}){const _0x32e804=this['editor']['plugins']['get']('Users')['me'],_0x3c0ab6=_0xacc53b['map'](_0x254383=>new _0x5af0c4(_0x254383['start'],_0x254383['end'])),_0x46dc67=new Set();for(const {suggestion:_0x5cb2f2,meta:_0x1f6390}of this['_findSuggestions'](_0x3c0ab6,'insertion'))_0x1f6390['isOwn']&&!_0x1f6390['isNextTo']&&_0x46dc67['add'](_0x5cb2f2);for(const _0x612fe2 of _0x46dc67)if(_0x612fe2['isMultiRange']){const _0x53d541=_0x612fe2['getRanges']();(!_0x612fe2['attributes']||!_0x612fe2['attributes']['skipNestingCheck'])&&(_0x53d541['every'](_0x291858=>_0x3c0ab6['some'](_0x530fbe=>_0x530fbe['containsRange'](_0x291858,!0x0)))&&_0x612fe2['discard']());if(_0x3c0ab6['every'](_0x26420b=>_0x53d541['some'](_0x3ed3a7=>_0x3ed3a7['containsRange'](_0x26420b,!0x0)))){const _0x2f98f3=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x48f8ea,'accept');return this['forceDefaultExecution'](()=>_0x2f98f3(_0xacc53b,null,_0x590c50)),null;}}else{const _0x595795=_0x612fe2['getFirstRange']();_0x3c0ab6['some'](_0x5e9453=>_0x5e9453['containsRange'](_0x595795,!0x0))&&_0x612fe2['discard']();if(_0x3c0ab6['every'](_0x1f5429=>_0x595795['containsRange'](_0x1f5429,!0x0))){const _0x1712a9=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x48f8ea,'accept');return this['forceDefaultExecution'](()=>_0x1712a9(_0x3c0ab6,null,_0x590c50)),null;}}const _0x51764c=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x48f8ea,'join');let _0x3d1563=null;for(const _0x4811ac of this['getSuggestions']())if(_0x4811ac['author']['id']==_0x32e804['id']&&_0x4811ac['isInContent']&&'deletion'==_0x4811ac['type']&&_0x4811ac['subType']==_0x48f8ea&&qt(_0x4811ac,_0x590c50)&&(_0x51764c(_0x4811ac['getRanges'](),_0x3c0ab6)||_0x51764c(_0x3c0ab6,_0x4811ac['getRanges']()))){if(_0x3d1563){if(_0x4811ac['commentThread']&&_0x4811ac['commentThread']['length'])continue;for(const _0x21dda4 of _0x4811ac['getRanges']())_0x3d1563['isIntersectingWithRange'](_0x21dda4)||_0x3d1563['addRange'](_0x21dda4);_0x4811ac['removeMarkers']();}else{_0x3d1563=_0x4811ac;for(const _0x3c69c4 of _0x3c0ab6)_0x4811ac['isIntersectingWithRange'](_0x3c69c4)||_0x4811ac['addRange'](_0x3c69c4);}}if(_0x3d1563)return _0x3d1563;_0x46dc67['clear']();for(const {suggestion:_0x34114f,meta:_0x3f3c74}of this['_findSuggestions'](_0x3c0ab6,'deletion'))_0x3f3c74['isOwn']&&(this['_mergeNestedSuggestions']||!_0x3f3c74['containsRangeInObject']&&!_0x3f3c74['isInsideObject'])&&qt(_0x34114f,_0x590c50)&&_0x46dc67['add'](_0x34114f);for(const _0x28840b of _0x46dc67){const _0x5a4930=_0x28840b['getRanges']();if(!_0x590c50||!_0x590c50['skipNestingCheck']){if(_0x3c0ab6['every'](_0x419abe=>_0x5a4930['some'](_0x3dde09=>_0x3dde09['containsRange'](_0x419abe,!0x0))))return _0x28840b;}(!_0x28840b['attributes']||!_0x28840b['attributes']['skipNestingCheck'])&&(_0x5a4930['every'](_0x44095b=>_0x3c0ab6['some'](_0x4c0901=>_0x4c0901['containsRange'](_0x44095b,!0x0)))&&_0x28840b['discard']());}const _0x52f0cc=_0x4dfb6e(),_0x2c9e38=_0x32e804['id'],_0x254341='deletion:'+_0x48f8ea,_0x6f93b8=this['_setSuggestionData']({'id':_0x52f0cc,'type':_0x254341,'createdAt':new Date(),'authorId':_0x2c9e38,'attributes':_0x590c50});for(const _0x124e10 of _0x3c0ab6)_0x124e10['detach'](),_0x124e10['isCollapsed']||'$graveyard'==_0x124e10['root']['rootName']||this['_addSuggestionMarker'](_0x254341,_0x52f0cc,_0x2c9e38,_0x124e10,u['getMultiRangeId']());return _0x6f93b8;}['markAttributeChange'](_0x5d7983,_0x55dc93,_0x50e90b,_0x46d829,_0x192d01){if(_0x5d7983['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x4d34f9=this['editor']['plugins']['get']('Users')['me']['id'],_0x1940bc=Array['from'](this['_suggestions']['values']())['filter'](_0x37f522=>'attribute'==_0x37f522['type']&&_0x37f522['data']['key']==_0x55dc93&&_0x37f522['isIntersectingWithRange'](_0x5d7983));if('default'===this['_trackFormatChanges']){const _0x42e5f7=this['_findSuggestions'](_0x5d7983,'insertion')['filter'](({meta:_0x5c795d})=>_0x5c795d['isOwn']&&!_0x5c795d['isInsideObject']&&!_0x5c795d['isNextTo'])['map'](({suggestion:_0x3ed757})=>_0x3ed757);_0x1940bc['unshift'](..._0x42e5f7);}const _0x521879=new Map([[_0x5d7983,_0x50e90b]]);for(const _0x2777fe of _0x1940bc){const _0x54654f='attribute'==_0x2777fe['type']?_0x2777fe['data']['oldValue']:void 0x0,_0x3e36e0=_0x2777fe['getFirstRange'](),_0x57ba73=Array['from'](_0x521879['keys']())['find'](_0xc2b5ee=>_0xc2b5ee['isIntersecting'](_0x3e36e0));if(!_0x57ba73)continue;const _0x4f8033=_0x57ba73['getDifference'](_0x3e36e0);this['_isBlockAttribute'](_0x55dc93)&&'insertion'==_0x2777fe['type']&&0x0!=_0x4f8033['length']||(_0x521879['delete'](_0x57ba73),_0x4f8033['forEach'](_0x4b90ac=>{_0x521879['set'](_0x4b90ac,_0x50e90b);}),'insertion'!=_0x2777fe['type']&&_0x54654f!=_0x46d829&&_0x521879['set'](_0x57ba73['getIntersection'](_0x3e36e0),_0x54654f));}const _0x58a7bd=[];for(const [_0x12e1c5,_0x64c3c7]of _0x521879){const _0x3bf42f=_0x4dfb6e(),_0x24d889={'key':_0x55dc93,'oldValue':_0x64c3c7,'newValue':_0x46d829};_0x55dc93['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':_0x55dc93});const _0xdb65f8=('attribute:'+(_0x55dc93+'|'+Gt({'newValue':_0x46d829})))['substring'](0x0,0x3c),_0x260b0b=this['_setSuggestionData']({'id':_0x3bf42f,'type':_0xdb65f8,'data':_0x24d889,'createdAt':new Date(),'authorId':_0x4d34f9,'attributes':_0x192d01});_0x58a7bd['push'](_0x260b0b),this['_addSuggestionMarker'](_0xdb65f8,_0x3bf42f,_0x4d34f9,_0x12e1c5);}return _0x58a7bd;}['enableDefaultAttributesIntegration'](_0x2eb4a2){this['enableCommand'](_0x2eb4a2,(_0x5b4aab,..._0x286c67)=>{this['_recordAttributeChanges'](()=>{_0x5b4aab(..._0x286c67);});});}['registerBlockAttribute'](_0x3ff0c2){this['_blockAttributeKeys']['add'](_0x3ff0c2);}['registerInlineAttribute'](_0x52912e){this['_inlineAttributeKeys']['add'](_0x52912e);}['_getAttributeKey'](_0x27fd98){return'attribute'==_0x27fd98['type']?_0x27fd98['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x1ef169,_0x438982){const _0x4d4c00=_0x1ef169['getFirstMarker']();this['_model']['change'](_0x58a9cd=>{_0x58a9cd['updateMarker'](_0x4d4c00,{'range':_0x438982});});}['_addThreadToSuggestion'](_0x5a4c34){const _0x2c4bd3=_0x5a4c34['id'],_0x4ed7d5=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x2c4bd3)||this['_commentsRepository']['addCommentThread']({'channelId':_0x4ed7d5,'threadId':_0x2c4bd3,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x186571=this['_commentsRepository']['getCommentThread'](_0x2c4bd3);_0x186571['unbind']('isRemovable'),_0x186571['isRemovable']=!0x1,_0x5a4c34['commentThread']=_0x186571;}['_checkSuggestionCorrectness'](_0x1243a9,_0x119d78,_0x17340b,_0x22e194){if(_0x1243a9['type']!=_0x119d78||_0x1243a9['subType']!=_0x17340b||_0x1243a9['creator']['id']!=_0x22e194)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x427e50('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x291703,_0x5cf046){const _0x4f308c=_0x291703['getFirstRange']();if(_0x5cf046['isEqual'](_0x4f308c))_0x291703['removeMarkers']();else{if(_0x4f308c['containsRange'](_0x5cf046)){const _0x2b4d22=this['_model']['createPositionAt'](_0x5cf046['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x291703,this['_model']['createRange'](_0x4f308c['start'],_0x2b4d22));const _0xf52cbf=_0x4dfb6e(),_0x9a9074=_0x291703['creator']['id'],_0x174947=_0x291703['type']+':'+_0x291703['subType'];this['_setSuggestionData']({'id':_0xf52cbf,'type':_0x174947,'createdAt':new Date(),'authorId':_0x9a9074,'data':_0x291703['data'],'attributes':_0x291703['attributes']});const _0x1e5c4a=this['_model']['createPositionAt'](_0x5cf046['end']['parent'],'after'),_0x3b221b=this['_model']['createRange'](_0x1e5c4a,_0x4f308c['end']);this['_addSuggestionMarker'](_0x174947,_0xf52cbf,_0x9a9074,_0x3b221b);}else{if(_0x4f308c['containsPosition'](_0x5cf046['start'])){const _0x5c83a3=this['_model']['createPositionAt'](_0x5cf046['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x291703,this['_model']['createRange'](_0x4f308c['start'],_0x5c83a3));}else{const _0xca1d86=this['_model']['createPositionAt'](_0x5cf046['end']['parent'],'after');this['_setSuggestionRange'](_0x291703,this['_model']['createRange'](_0xca1d86,_0x4f308c['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x4c1181){for(const {suggestion:_0x167fe8,meta:_0x54d729}of this['_findSuggestions'](_0x4c1181,'insertion')){if(!_0x54d729['isOwn'])continue;const _0x39d676=_0x167fe8['getRanges']();for(const _0x16634a of _0x39d676)if(!_0x4c1181['getDifference'](_0x16634a)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x1d4dd1){const _0x269700=this['editor']['plugins']['get']('Users')['getUser'](_0x1d4dd1);if(!_0x269700)throw new _0x427e50('track-changes-user-not-found',this);return _0x269700;}['_getExternalAuthor'](_0x23d15c){const _0x63fe14=this['editor']['plugins']['get']('Users'),_0x100e7d=_0x16bb8b('external:'+_0x23d15c),_0x1bd7c5=_0x63fe14['getUser'](_0x100e7d);return _0x1bd7c5||_0x63fe14['addUser']({'id':_0x100e7d,'name':_0x23d15c});}['_createSuggestion'](_0x24c138,_0x5dd7d0,_0x448620,_0x5a570a,_0x19eba6){const _0x1d7d07=this['_getAuthorFromId'](_0x5a570a),_0x5041e6=this['_suggestionFactory']['buildSuggestion'](_0x24c138,_0x5dd7d0,_0x448620,_0x1d7d07,_0x19eba6,_0x3d022f=>{this['_updateSuggestionData'](_0x448620,{'attributes':_0x3d022f});const _0x4af765=this['getSuggestion'](_0x448620);this['_joinWithAdjacentSuggestions'](new Set([_0x4af765])),this['_refreshSuggestionsChain'](new Set([_0x4af765]));});return this['listenTo'](_0x5041e6,'accept',()=>{this['_updateSuggestionData'](_0x448620,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x5041e6,'discard',()=>{this['_updateSuggestionData'](_0x448620,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x448620,_0x5041e6),this['_suggestionState']['set'](_0x5041e6,'notReady'),_0x5041e6;}['_splitMarkerName'](_0x4a7350){const _0x45de6b=_0x4a7350['split'](':');return{'group':_0x45de6b[0x0],'type':_0x45de6b[0x1],'subType':_0x45de6b['length']>=0x5?_0x45de6b[0x2]:null,'id':_0x45de6b['length']<0x5?_0x45de6b[0x2]:_0x45de6b[0x3],'authorId':_0x45de6b['length']<0x5?_0x45de6b[0x3]:_0x45de6b[0x4],'markerCount':0x6==_0x45de6b['length']?_0x45de6b[0x5]:null};}['_breakSuggestionMarker'](_0x1cfa41,_0x113efd,_0x4fdc59){const _0x3253c4=_0x1cfa41['getFirstRange'](),_0x44040c=_0x3253c4['start'],_0x103454=_0x3253c4['end'];this['_setSuggestionRange'](_0x1cfa41,this['_model']['createRange'](_0x44040c,_0x113efd));const _0x331fc6=_0x4dfb6e(),_0x1a3fdc=_0x1cfa41['creator']['id'],_0x342de1=_0x1cfa41['type']+(_0x1cfa41['subType']?':'+_0x1cfa41['subType']:'');this['_setSuggestionData']({'id':_0x331fc6,'type':_0x342de1,'createdAt':new Date(),'authorId':_0x1a3fdc,'originalSuggestionId':_0x1cfa41['id'],'attributes':_0x1cfa41['attributes'],'data':_0x1cfa41['data']});const _0x1f8de2=this['_getAttributeKey'](_0x1cfa41);('formatBlock'==_0x1cfa41['type']||_0x1f8de2&&this['_isBlockAttribute'](_0x1f8de2))&&(_0x4fdc59=this['_model']['createPositionBefore'](_0x4fdc59['parent'])),this['_addSuggestionMarker'](_0x342de1,_0x331fc6,_0x1a3fdc,this['_model']['createRange'](_0x4fdc59,_0x103454));}['_findSuggestions'](_0x408901,_0x579ebf=null){const _0x5612cd=[],_0x40ce7e=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x408901)||(_0x408901=[_0x408901]);for(const _0x451368 of this['getSuggestions']()){if(!_0x451368['isInContent'])continue;if(_0x579ebf&&_0x451368['type']!=_0x579ebf)continue;let _0x2a3570=!0x1;for(const _0x56bf4c of _0x451368['getRanges']()){for(const _0x521e50 of _0x408901){const _0x5c9a39=_0x521e50['start']['isEqual'](_0x56bf4c['end'])||_0x521e50['end']['isEqual'](_0x56bf4c['start']);if(_0x5c9a39||_0x521e50['getIntersection'](_0x56bf4c)){const _0x3ec5c2=_0x521e50['containsRange'](_0x56bf4c)&&Ot(this['_model']['schema'],_0x56bf4c['start'],_0x521e50),_0x5ad9d2=_0x56bf4c['containsRange'](_0x521e50)&&Ot(this['_model']['schema'],_0x521e50['start'],_0x56bf4c);_0x5612cd['push']({'suggestion':_0x451368,'meta':{'isOwn':_0x40ce7e==_0x451368['author'],'isNextTo':_0x5c9a39,'isInsideObject':_0x3ec5c2,'containsRangeInObject':_0x5ad9d2}}),_0x2a3570=!0x0;break;}}if(_0x2a3570)break;}}return _0x5612cd;}['_addSuggestionMarker'](_0x1a961b,_0x37709f,_0xda0b90,_0x53b77b,_0x37a6fb){this['_model']['change'](_0x258ea7=>{let _0xd5b811='suggestion:'+_0x1a961b+':'+_0x37709f+':'+_0xda0b90;_0x37a6fb&&(_0xd5b811=_0xd5b811+':'+_0x37a6fb),_0x258ea7['addMarker'](_0xd5b811,{'range':_0x53b77b,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x1e88f5){const _0x76859e=_0x1e88f5['previous'],_0xc13789=_0x1e88f5['next'];_0x1e88f5['previous']=null,_0x1e88f5['next']=null,null!=_0x76859e&&_0x76859e['next']==_0x1e88f5&&(_0x76859e['next']=_0xc13789),null!=_0xc13789&&_0xc13789['previous']==_0x1e88f5&&(_0xc13789['previous']=_0x76859e),'ready'==this['_suggestionState']['get'](_0x1e88f5)&&(this['_suggestionState']['set'](_0x1e88f5,'removed'),this['fire']('suggestionUnloaded',_0x1e88f5,_0x76859e,_0xc13789));}['_setSuggestionData'](_0x2b79e3){const _0x1ad016=_0x2b79e3['id'],_0x5c4eac=this['addSuggestionData'](_0x2b79e3);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x3d437f=this['editor']['plugins']['get']('PendingActions'),_0x6d4047=_0x5c4eac['hasComments'],_0xb2934a=_0x5c4eac['subType']?_0x5c4eac['type']+':'+_0x5c4eac['subType']:_0x5c4eac['type'],_0x6bda57=this['editor']['locale'],_0x457b4c=_0x3d437f['add'](o(_0x6bda57,'PENDING_ACTION_SUGGESTION')),_0x1a4557={'id':_0x1ad016,'type':_0xb2934a,'hasComments':_0x6d4047,'data':_0x2b79e3['data']||null,'originalSuggestionId':_0x2b79e3['originalSuggestionId']||null,'attributes':_0x5c4eac['attributes']};this['_adapter']['addSuggestion'](_0x1a4557)['then'](_0x34455d=>{_0x5c4eac['_saved']=!0x0,_0x3d437f['remove'](_0x457b4c),_0x34455d&&_0x34455d['createdAt']&&(this['_suggestions']['get'](_0x1ad016)['createdAt']=_0x34455d['createdAt']);})['catch'](_0x3538db=>{throw _0xabec64('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x5c4eac['discard']();}),_0x5c4eac['stopListening'](),this['_suggestions']['delete'](_0x5c4eac['id']),this['_suggestionState']['delete'](_0x5c4eac),_0x3538db;});}return _0x5c4eac;}['_isBlockAttribute'](_0x42153e){return this['_blockAttributeKeys']['has'](_0x42153e);}['_updateSuggestionData'](_0x106514,_0x1e8761){const _0x2ea1fb=this['editor']['plugins']['get']('PendingActions'),_0x363bc8=this['getSuggestion'](_0x106514);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x363bc8['_saved']){const _0x4f6a17=_0x2ea1fb['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x106514,_0x1e8761)['then'](()=>{_0x2ea1fb['remove'](_0x4f6a17);});}else _0x363bc8['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x106514,_0x1e8761);});}}['_getSuggestionData'](_0x25c48f){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x427e50('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x25c48f);}['_handleNewSuggestionMarker'](_0x1dcc78){const {id:_0x566752,type:_0x49d65d,subType:_0x2edc27,authorId:_0x4184ea}=this['_splitMarkerName'](_0x1dcc78),_0x32c665=this['_suggestions']['get'](_0x566752)||this['_createSuggestion'](_0x49d65d,_0x2edc27,_0x566752,_0x4184ea,{});switch(this['_checkSuggestionCorrectness'](_0x32c665,_0x49d65d,_0x2edc27,_0x4184ea),this['_suggestionState']['get'](_0x32c665)){case'notReady':this['_getSuggestionData'](_0x566752)['then'](_0x5cfbfb=>{let _0x45bddd=Promise['resolve']();_0x5cfbfb['hasComments']&&(_0x45bddd=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x566752})),_0x45bddd['then'](()=>{this['addSuggestionData'](_0x5cfbfb)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x32c665,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x566752,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x32c665,'ready'),this['fire']('suggestionLoaded',_0x32c665);break;case'ready':this['fire']('suggestionChanged',_0x32c665);}return _0x32c665['addMarkerName'](_0x1dcc78),_0x32c665;}['_refreshSuggestionsChain'](_0x1c0fc8){const _0x3502c4=Array['from'](_0x1c0fc8),_0x4c44ba=_0x3502c4['filter'](_0x1ab143=>'attribute'==_0x1ab143['type']);this['_refreshAttributeSuggestionsChain'](_0x4c44ba);const _0x4f6280=_0x3502c4['filter'](_0x552ee1=>!_0x552ee1['isMultiRange']&&'attribute'!=_0x552ee1['type']),_0x2cf200=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1f1767=>!_0x1f1767['isMultiRange']&&'attribute'!=_0x1f1767['type']),_0x4f6c1a=_0x2cf200['filter'](_0x1144c0=>!_0x1c0fc8['has'](_0x1144c0)),_0x546954=new Map(_0x2cf200['map'](_0x192f33=>[_0x192f33,this['_suggestionFactory']['getSuggestionCallback'](_0x192f33['type'],_0x192f33['subType'],'chain')])),_0x1e1b1d=new Map(_0x2cf200['map'](_0x585763=>[_0x585763,_0x585763['getFirstRange']()])),_0x2594f5=new Set(),_0x5aba45=new Set();for(let _0x554f38=0x0;_0x554f38<_0x4f6280['length'];_0x554f38++)_0x285f4b(_0x4f6280[_0x554f38],_0x4f6280,_0x554f38+0x1);for(let _0x34982b=0x0;_0x34982b<_0x4f6280['length'];_0x34982b++)_0x285f4b(_0x4f6280[_0x34982b],_0x4f6c1a,0x0);const _0x33eee8=new Set();for(let _0x40cdd3=0x0;_0x40cdd3<_0x4f6280['length'];_0x40cdd3++){const _0x7c4029=_0x4f6280[_0x40cdd3];!_0x5aba45['has'](_0x7c4029)&&_0x7c4029['previous']&&(_0x33eee8['add'](_0x7c4029['previous']),_0x7c4029['previous']['next']===_0x7c4029&&(_0x7c4029['previous']['next']=null),_0x7c4029['previous']=null),!_0x2594f5['has'](_0x7c4029)&&_0x7c4029['next']&&(_0x33eee8['add'](_0x7c4029['next']),_0x7c4029['next']['previous']===_0x7c4029&&(_0x7c4029['next']['previous']=null),_0x7c4029['next']=null);}function _0x285f4b(_0x16fdd8,_0x11fced,_0x2a2dc5){for(let _0x199e0c=_0x2a2dc5;_0x199e0c<_0x11fced['length'];_0x199e0c++){const _0x35e7ce=_0x352779(_0x16fdd8,_0x11fced[_0x199e0c]);_0x35e7ce&&(_0x35e7ce[0x0]['next']=_0x35e7ce[0x1],_0x35e7ce[0x1]['previous']=_0x35e7ce[0x0],_0x2594f5['add'](_0x35e7ce[0x0]),_0x5aba45['add'](_0x35e7ce[0x1]));}}function _0x352779(_0x24599f,_0x282cd5){if(_0x24599f['author']['id']!==_0x282cd5['author']['id'])return null;const _0x5dd539=_0x546954['get'](_0x24599f)(_0x24599f,_0x282cd5,_0x1e1b1d['get'](_0x24599f),_0x1e1b1d['get'](_0x282cd5));if(!_0x5dd539)return null;return _0x546954['get'](_0x282cd5)(_0x24599f,_0x282cd5,_0x1e1b1d['get'](_0x24599f),_0x1e1b1d['get'](_0x282cd5))?_0x5dd539[0x1]['commentThread']&&_0x5dd539[0x1]['commentThread']['length']?null:_0x5dd539:null;}_0x33eee8['size']&&this['_refreshSuggestionsChain'](_0x33eee8);}['_refreshAttributeSuggestionsChain'](_0x4b1334){if(0x0==_0x4b1334['length'])return;const _0x4f9807=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2c2eec=>'attribute'==_0x2c2eec['type']&&_0x2c2eec['_isDataLoaded']),_0x19a213=[],_0x1d5d7f=new Map();for(const _0xaf3014 of _0x4f9807){const _0x506876=_0x16bb8b(_0xaf3014['attributes']);_0x1d5d7f['has'](_0x506876)||(_0x1d5d7f['set'](_0x506876,_0x19a213['length']),_0x19a213['push']([]));const _0xe37ba6=_0x1d5d7f['get'](_0x506876);_0x19a213[_0xe37ba6]['push'](_0xaf3014);}!(function(){_0x19a213['sort']((_0x532715,_0x4572bb)=>{const _0x305d45=_0x532715[0x0]['createdAt'],_0x53defc=_0x4572bb[0x0]['createdAt'];return _0x305d45==_0x53defc?_0x532715[0x0]['attributes']['groupId']<_0x4572bb[0x0]['attributes']['groupId']?-0x1:0x1:_0x305d45<_0x53defc?-0x1:0x1;});for(const _0x1da606 of _0x19a213)_0x1da606['sort']((_0x43b3da,_0x55593e)=>_0x43b3da['id']<_0x55593e['id']?-0x1:0x1);}());for(let _0x1ab5ec=0x0;_0x1ab5ec<_0x19a213['length'];_0x1ab5ec++){if(0x0==_0x19a213[_0x1ab5ec]['length'])continue;const _0x178440=[];for(let _0xcf13d4=_0x1ab5ec+0x1;_0xcf13d4<_0x19a213['length'];_0xcf13d4++)0x0!=_0x19a213[_0xcf13d4]['length']&&_0x24c537(_0x19a213[_0x1ab5ec],_0x19a213[_0xcf13d4])&&_0x178440['push'](_0xcf13d4);for(const _0x3d4807 of _0x178440)_0x19a213[_0x1ab5ec]=_0x19a213[_0x1ab5ec]['concat'](_0x19a213[_0x3d4807]),_0x19a213[_0x3d4807]=[];}for(const _0x30685e of _0x19a213)for(let _0x5a90d4=0x0;_0x5a90d4<_0x30685e['length'];_0x5a90d4++){const _0x1e5a6f=_0x30685e[_0x5a90d4+0x1]||null;_0x30685e[_0x5a90d4]['next']!==_0x1e5a6f&&(_0x30685e[_0x5a90d4]['next']=_0x1e5a6f);}for(const _0x25e604 of _0x19a213)for(let _0x5ef29e=0x0;_0x5ef29e<_0x25e604['length'];_0x5ef29e++){const _0x30e759=_0x25e604[_0x5ef29e-0x1]||null;_0x25e604[_0x5ef29e]['previous']!==_0x30e759&&(_0x25e604[_0x5ef29e]['previous']=_0x30e759);}function _0x24c537(_0x3514c1,_0x11e984){if(_0x3514c1[0x0]['attributes']['groupId']!==_0x11e984[0x0]['attributes']['groupId']&&_0x3514c1[0x0]['author']!==_0x11e984[0x0]['author'])return!0x1;if(!function(_0x37eeaf,_0x58e036){if(!_0x37eeaf['hasComments']&&!_0x58e036['hasComments'])return!0x0;if(_0x37eeaf['hasComments']&&_0x58e036['hasComments'])return!0x1;if(_0x37eeaf['hasComments']&&_0x58e036['createdAt']<_0x37eeaf['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x58e036['hasComments']&&_0x37eeaf['createdAt']<_0x58e036['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x3514c1[0x0],_0x11e984[0x0]))return!0x1;const _0x25ba2d=Tt(_0x3514c1[0x0]['attributes'],'groupId'),_0xe6bb9a=Tt(_0x11e984[0x0]['attributes'],'groupId');if(!_0xea8be9(_0x25ba2d,_0xe6bb9a))return!0x1;return!!_0x3514c1['every'](_0x53d594=>_0x11e984['some'](_0x17aaa7=>_0x53d594['getFirstRange']()['isEqual'](_0x17aaa7['getFirstRange']())))&&_0x11e984['every'](_0x4aa531=>_0x3514c1['some'](_0xba6826=>_0x4aa531['getFirstRange']()['isEqual'](_0xba6826['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x6e9003){const _0x370edb=Array['from'](_0x6e9003),_0x25c40f=this['getSuggestions']({'skipNotAttached':!0x0}),_0x2c7951=_0x25c40f['filter'](_0x4847b1=>!_0x6e9003['has'](_0x4847b1)),_0x388911=new Map(_0x370edb['map'](_0x2a79a0=>[_0x2a79a0,this['_suggestionFactory']['getSuggestionCallback'](_0x2a79a0['type'],_0x2a79a0['subType'],'join')])),_0x2d59ad=new Map(_0x25c40f['map'](_0x4e5ad1=>[_0x4e5ad1,_0x4e5ad1['getRanges']()]));for(let _0x2cf921=0x0;_0x2cf921<_0x370edb['length'];_0x2cf921++){if(_0x1ec188(this,_0x370edb[_0x2cf921],_0x370edb,_0x2cf921+0x1))return!0x0;}for(let _0x526d7f=0x0;_0x526d7f<_0x370edb['length'];_0x526d7f++){if(_0x1ec188(this,_0x370edb[_0x526d7f],_0x2c7951,0x0))return!0x0;}return!0x1;function _0x1ec188(_0x5b57a2,_0x1d2e84,_0x4df3ea,_0x37949f){for(let _0x246216=_0x37949f;_0x246216<_0x4df3ea['length'];_0x246216++){const _0x8fc535=_0x4df3ea[_0x246216];if(_0x8fc535['type']!==_0x1d2e84['type']||_0x8fc535['author']['id']!==_0x1d2e84['author']['id']||_0x8fc535['subType']!==_0x1d2e84['subType'])continue;if(!Jt(_0x1d2e84,_0x8fc535))continue;if('attribute'==_0x1d2e84['type']&&_0x1d2e84['data']['oldValue']!=_0x8fc535['data']['oldValue'])continue;if('attribute'==_0x1d2e84['type']&&_0x5b57a2['_isBlockAttribute'](_0x1d2e84['data']['key']))continue;if('formatBlock'==_0x1d2e84['type']){const _0x3e8d61=_0x5b57a2['editor']['model'],_0x4ab417=_0x1d2e84['getContainedElement']();if(_0x4ab417&&(_0x3e8d61['schema']['isObject'](_0x4ab417)||_0x3e8d61['schema']['isLimit'](_0x4ab417)))continue;}const _0x24e9e7=_0x388911['get'](_0x1d2e84),_0x4c6027=_0x2d59ad['get'](_0x1d2e84),_0x3e35d8=_0x2d59ad['get'](_0x8fc535),_0x5a68be=_0x1d2e84['commentThread']&&_0x1d2e84['commentThread']['length'],_0x16c8a0=_0x8fc535['commentThread']&&_0x8fc535['commentThread']['length'];if(!_0x5a68be&&_0x24e9e7(_0x3e35d8,_0x4c6027))return _0x5b57a2['_joinSuggestions'](_0x8fc535,_0x1d2e84),_0x2d59ad['delete'](_0x1d2e84),!0x0;if(!_0x16c8a0&&_0x24e9e7(_0x4c6027,_0x3e35d8))return _0x5b57a2['_joinSuggestions'](_0x1d2e84,_0x8fc535),_0x2d59ad['delete'](_0x8fc535),!0x0;}return!0x1;}}['_joinSuggestions'](_0x3c5344,_0x2eca19){if(_0x3c5344['isMultiRange']){for(const _0x4d6564 of _0x2eca19['getRanges']())_0x3c5344['addRange'](_0x4d6564);}else{const _0x56e715=_0x2eca19['getFirstRange']()['end'];this['_setSuggestionRange'](_0x3c5344,this['_model']['createRange'](_0x3c5344['getFirstRange']()['start'],_0x56e715));}_0x2eca19['removeMarkers']();}['_getMarkerAnnouncementText'](_0x2f20b6,_0x9bd768,_0x191f5b){const _0x1f7778=_0x2f20b6['startsWith']('format')||_0x2f20b6['startsWith']('attribute')?'FORMATTING':_0x2f20b6['toUpperCase']();return o(this['editor']['locale'],_0x9bd768+'_'+_0x1f7778+'_SUGGESTION_ANNOUNCEMENT',_0x191f5b);}['_initAriaMarkerChangeAnnouncements'](){const _0xfd3e9b=this['editor'];if(!_0xfd3e9b['ui'])return;const {ariaLiveAnnouncer:_0x2b1bc1}=_0xfd3e9b['ui'];_0x23fca6(this['_model'],({left:_0x1338d6,entered:_0x19fefb})=>{for(const _0x375319 of _0x1338d6){const {group:_0xd5abaa,type:_0x1eb668}=this['_splitMarkerName'](_0x375319['name']);if('suggestion'===_0xd5abaa){_0x2b1bc1['announce'](this['_getMarkerAnnouncementText'](_0x1eb668,'LEAVE'));break;}}for(const _0xf8f7e9 of _0x19fefb){const {group:_0x3871a2,type:_0x376d4c}=this['_splitMarkerName'](_0xf8f7e9['name']);if('suggestion'===_0x3871a2){_0x2b1bc1['announce'](this['_getMarkerAnnouncementText'](_0x376d4c,'ENTER',_0x13bccd(_0x3fa135)));break;}}});}['_processAttributeChanges'](_0x34ea63){if(this['_recordAttributeSuggestions'])return!0x1;const _0x184048=this['editor'],_0x32b6c5=_0x184048['model']['document']['differ']['getChanges']();if(0x0==_0x32b6c5['length'])return!0x1;const _0x2663e9=[],_0x454b1f=_0x32b6c5['filter'](_0x2d59ae=>'attribute'==_0x2d59ae['type']),_0x13a8f0=_0x32b6c5['filter'](_0x2ec163=>'insert'==_0x2ec163['type']&&'$text'!=_0x2ec163['name']),_0xc3cfeb=_0x32b6c5['filter'](_0x57a76d=>'remove'==_0x57a76d['type']&&'$text'!=_0x57a76d['name']);for(const _0x1cd366 of _0x454b1f)_0x2663e9['push']({'key':_0x1cd366['attributeKey'],'newValue':_0x1cd366['attributeNewValue'],'oldValue':_0x1cd366['attributeOldValue'],'range':Pt(_0x1cd366['range'],_0x184048['model'])});for(const _0x16d4ff of _0x13a8f0){const _0x49ed57=_0xc3cfeb['find'](_0x38e17c=>_0x38e17c['position']['isEqual'](_0x16d4ff['position']));_0x49ed57&&_0x2663e9['push']({'key':m,'newValue':_0x16d4ff['name'],'oldValue':_0x49ed57['name'],'range':_0x184048['model']['createRangeOn'](_0x16d4ff['position']['nodeAfter'])});}return 0x0!=_0x2663e9['length']&&this['_reduceExistingSuggestions'](_0x34ea63,_0x2663e9);}['_processAttributeSuggestions'](_0x3e54ce){let _0x4750ab=!0x1;const _0x526342=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x42b104=>_0x42b104['data']['newRange']&&_0x42b104['name']['startsWith']('suggestion:attribute:'));for(const _0x1e239a of _0x526342){const {subType:_0x1f47ab,id:_0x19defc}=this['_splitMarkerName'](_0x1e239a['name']),_0x5a80ec=_0x1f47ab['split']('|')[0x0];for(const _0xe55589 of this['getSuggestions']({'skipNotAttached':!0x0}))_0xe55589['id']!=_0x19defc&&'attribute'==_0xe55589['type']&&_0xe55589['data']&&_0xe55589['data']['key']==_0x5a80ec&&_0xe55589['getFirstRange']()['isIntersecting'](_0x1e239a['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0xe55589,_0x1e239a['data']['newRange'],_0x3e54ce),_0x4750ab=!0x0);}return _0x4750ab;}['_recordAttributeChanges'](_0x193f04){this['_recordAttributeSuggestions']=!0x0,_0x193f04();}['_isRegisteredAttribute'](_0x28da7f){const _0x472d6f=this['_isBlockAttribute'](_0x28da7f),_0x4977c3=this['_inlineAttributeKeys']['has'](_0x28da7f);return _0x472d6f||_0x4977c3;}['_reduceExistingSuggestions'](_0x3eab1c,_0x39ef06){if(0x0==_0x39ef06['length'])return!0x1;let _0x2fb5ff=!0x1;for(const _0x37d1d4 of _0x39ef06){const _0x37aaf7=this['_findSuggestions'](_0x37d1d4['range'],'attribute')['filter'](_0x51d0c5=>!_0x51d0c5['meta']['isNextTo'])['map'](_0xe73994=>_0xe73994['suggestion']),_0x52685e=_0x16bb8b({'newValue':_0x37d1d4['newValue']});_0x37aaf7['filter'](_0x75243e=>{const [_0x48cee3,_0xadb7c5]=_0x75243e['subType']['split']('|');return _0x48cee3==_0x37d1d4['key']&&_0xadb7c5!=_0x52685e;})['forEach'](_0x7fa8fa=>{this['_reduceSuggestionAttributeRange'](_0x7fa8fa,_0x37d1d4['range'],_0x3eab1c),_0x2fb5ff=!0x0;});}return _0x2fb5ff;}['_reduceSuggestionAttributeRange'](_0xe27375,_0x18ced8,_0xda7aac){const _0x59196c=_0xe27375['getFirstRange']()['getDifference'](_0x18ced8);0x0!==_0x59196c['length']?0x1!==_0x59196c['length']?this['_breakSuggestionMarker'](_0xe27375,_0x18ced8['start'],_0x18ced8['end']):this['_setSuggestionRange'](_0xe27375,_0x59196c[0x0]):_0xda7aac['removeMarker'](_0xe27375['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x313fef){this['_editor']=_0x313fef,this['_model']=_0x313fef['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x2f5623,_0x5bdfbc,_0x4f7d3b,_0x5c3a34,_0x4b311f,_0x53c9d0){return new u(this['_model'],{'type':_0x2f5623,'subType':_0x5bdfbc,'id':_0x4f7d3b,'author':_0x5c3a34,'creator':_0x5c3a34,'attributes':_0x4b311f,'onAttributesChange':_0x53c9d0,'onAccept':(..._0x525cbc)=>this['getSuggestionCallback'](_0x2f5623,_0x5bdfbc,'accept')(..._0x525cbc),'onDiscard':(..._0x20e8a6)=>this['getSuggestionCallback'](_0x2f5623,_0x5bdfbc,'discard')(..._0x20e8a6)});}['registerCustomCallback'](_0x24eda4,_0x5b73be,_0x28c658,_0x3b2e02){const _0x2ba4a5=_0x24eda4+':'+_0x5b73be+':'+_0x28c658;this['_customCallbacks']['set'](_0x2ba4a5,_0x3b2e02);}['getSuggestionCallback'](_0x2dc872,_0x313041,_0xc4aa49){const _0x41058b=_0x2dc872+':'+_0x313041+':'+_0xc4aa49;return this['_customCallbacks']['get'](_0x41058b)||this['_defaultCallbacks']['get'](_0x2dc872+':'+_0xc4aa49);}['_registerDefaultCallbacks'](){const _0x1b1be0=()=>!0x1,_0x243371=_0x2f8eb3=>{_0x2f8eb3['sort']((_0x4fa872,_0x58b983)=>_0x4fa872['start']['isBefore'](_0x58b983['start'])?0x1:-0x1),this['_model']['change'](_0x430692=>{for(const _0x5dc6b1 of _0x2f8eb3){let _0x3d274c;_0x3d274c=_0x5dc6b1['end']['isAtEnd']&&_0x5dc6b1['end']['parent']==_0x5dc6b1['start']['nodeAfter']?_0x430692['createSelection'](_0x5dc6b1['start']['nodeAfter'],'on'):_0x430692['createSelection'](_0x5dc6b1),this['_model']['deleteContent'](_0x3d274c,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x34e9f1=(_0x15770f,_0x230bb3)=>{_0x230bb3&&this['_model']['change'](_0x53660f=>{const {commandName:_0x65ddba,commandParams:_0x2e5e3d=[]}=_0x230bb3,_0x41c2a8=_0x15770f['map'](_0xb49773=>(Vt(_0xb49773)&&(_0xb49773=this['_model']['createRange'](_0xb49773['end'])),_0xb49773))['filter'](_0x5e5066=>'$graveyard'!==_0x5e5066['root']['rootName']);if(_0x41c2a8['length']<0x1)return;const _0x15c85d=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x2fb8c7=>_0x5af0c4['fromRange'](_0x2fb8c7));_0x53660f['setSelection'](_0x41c2a8);for(const _0x3a8648 of this['_editor']['commands']['commands']())_0x3a8648['refresh']();_0x2e5e3d['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x65ddba,..._0x2e5e3d);const _0x2ee370=_0x15c85d['filter'](_0x358da5=>'$graveyard'!=_0x358da5['root']['rootName']);_0x2ee370['length']>0x0&&_0x53660f['setSelection'](_0x2ee370);for(const _0x4d1d16 of _0x15c85d)_0x4d1d16['detach']();});},_0x2af2fa=(_0x57520d,_0x57a2e7)=>0x1==_0x57520d['length']&&0x1==_0x57a2e7['length']&&_0x57520d[0x0]['end']['isEqual'](_0x57a2e7[0x0]['start']),_0x506507=(_0x27d38d,_0x149ac9,_0x32bb71,_0x3c35af)=>Ht(_0x27d38d,_0x149ac9,_0x32bb71,_0x3c35af,this['_model'])?[_0x27d38d,_0x149ac9]:Ht(_0x149ac9,_0x27d38d,_0x3c35af,_0x32bb71,this['_model'])?[_0x149ac9,_0x27d38d]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x1b1be0),this['_defaultCallbacks']['set']('insertion:discard',_0x243371),this['_defaultCallbacks']['set']('insertion:join',_0x2af2fa),this['_defaultCallbacks']['set']('insertion:chain',_0x506507),this['_defaultCallbacks']['set']('deletion:accept',_0x243371),this['_defaultCallbacks']['set']('deletion:discard',_0x1b1be0),this['_defaultCallbacks']['set']('deletion:join',_0x2af2fa),this['_defaultCallbacks']['set']('deletion:chain',_0x506507),this['_defaultCallbacks']['set']('formatInline:accept',_0x34e9f1),this['_defaultCallbacks']['set']('formatInline:discard',_0x1b1be0),this['_defaultCallbacks']['set']('formatInline:join',_0x2af2fa),this['_defaultCallbacks']['set']('formatInline:chain',_0x1b1be0),this['_defaultCallbacks']['set']('formatBlock:accept',_0x34e9f1),this['_defaultCallbacks']['set']('formatBlock:discard',_0x1b1be0),this['_defaultCallbacks']['set']('formatBlock:join',_0x2af2fa),this['_defaultCallbacks']['set']('formatBlock:chain',_0x1b1be0),this['_defaultCallbacks']['set']('attribute:accept',_0x1b1be0),this['_defaultCallbacks']['set']('attribute:discard',(_0x1cce04,_0x4396f2)=>{if(!_0x4396f2)return;const _0x35157a=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x13942e=>{if(_0x4396f2['key']==m)for(const _0x2cb191 of _0x1cce04){const _0x2d5639=_0x2cb191['start']['nodeAfter'],_0x3471cd=_0x4396f2['oldValue'];_0x13942e['rename'](_0x2d5639,_0x3471cd);}else{if(_0x35157a['_isBlockAttribute'](_0x4396f2['key'])){for(const _0x2d65a7 of _0x1cce04)void 0x0!==_0x4396f2['oldValue']?_0x13942e['setAttribute'](_0x4396f2['key'],_0x4396f2['oldValue'],_0x2d65a7['start']['nodeAfter']):_0x13942e['removeAttribute'](_0x4396f2['key'],_0x2d65a7['start']['nodeAfter']);}else{for(const _0x31e7f0 of _0x1cce04)_0x4396f2['oldValue']?_0x13942e['setAttribute'](_0x4396f2['key'],_0x4396f2['oldValue'],_0x31e7f0):_0x13942e['removeAttribute'](_0x4396f2['key'],_0x31e7f0);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x2af2fa);}}function Ot(_0x390485,_0xd032ed,_0x514922){for(const _0x328bb6 of _0xd032ed['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x328bb6['root']==_0x328bb6)return!0x1;if(!_0x514922['containsItem'](_0x328bb6))return!0x1;if(_0x390485['isObject'](_0x328bb6)||_0x390485['isLimit'](_0x328bb6))return!0x0;}return!0x1;}function Vt(_0xd4f681){return _0xd4f681['end']['parent']==_0xd4f681['start']['nodeAfter']&&_0xd4f681['end']['isAtStart'];}function Ut(_0x29b946,_0x1457a0,_0x24f22b,_0x3df504){const _0x53df50=_0x6045c8=>!_0x6045c8['item']['is']('$textProxy')&&!_0x3df504['isObject'](_0x6045c8['item']),_0x6a7f88=_0x29b946['start']['getLastMatchingPosition'](_0x53df50),_0xcccd37=_0x29b946['end']['getLastMatchingPosition'](_0x53df50,{'direction':'backward'});return(!_0x29b946['start']['isEqual'](_0x6a7f88)||!_0x29b946['end']['isEqual'](_0xcccd37))&&(_0x6a7f88['isBefore'](_0xcccd37)?_0x24f22b['updateMarker'](_0x1457a0,{'range':_0x24f22b['createRange'](_0x6a7f88,_0xcccd37)}):_0x24f22b['removeMarker'](_0x1457a0),!0x0);}function Gt(_0x48be80){return _0x16bb8b(_0x48be80);}function Ft(_0x350496){const _0x28784b=_0x350496['start']['nodeAfter'];return _0x28784b&&_0x28784b['is']('element');}function Pt(_0x4357bf,_0x16c745){return null==_0x4357bf['end']['nodeBefore']&&_0x4357bf['end']['parent']==_0x4357bf['start']['nodeAfter']?Lt(_0x4357bf['start']['nodeAfter'],_0x16c745):_0x4357bf;}function Lt(_0x5f2119,_0x3a930b){const _0xcb5c34=_0x3a930b['schema']['isObject'](_0x5f2119)||_0x3a930b['schema']['isSelectable'](_0x5f2119);return _0x3a930b['createRange'](_0x3a930b['createPositionAt'](_0x5f2119,'before'),_0xcb5c34?_0x3a930b['createPositionAfter'](_0x5f2119):_0x3a930b['createPositionAt'](_0x5f2119,'end'));}function Ht(_0x5e5c4d,_0x4e8d09,_0x26b020,_0x263546,_0x32f315){if(_0x5e5c4d['next'])return!0x1;if(!Jt(_0x5e5c4d,_0x4e8d09))return!0x1;if(_0x26b020['end']['isEqual'](_0x263546['start']))return!0x0;if(_0x5e5c4d['type']!=_0x4e8d09['type'])return!0x1;if(!_0x26b020['end']['isTouching'](_0x263546['start']))return!0x1;const _0x32f880=_0x32f315['createRange'](_0x26b020['end'],_0x263546['start'])['getWalker']();for(const _0x3a7717 of _0x32f880)if(['elementStart','elementEnd']['includes'](_0x3a7717['type'])&&_0x32f315['schema']['isLimit'](_0x3a7717['item']))return!0x1;return!0x0;}function Jt(_0x336a06,_0xf9b4e7){if(!_0x336a06['_isDataLoaded']||!_0xf9b4e7['_isDataLoaded'])return!0x1;const _0x1a4d71=new Set(Object['keys'](_0x336a06['attributes'])),_0x5d1e71=new Set(Object['keys'](_0xf9b4e7['attributes']));if(_0x1a4d71['delete']('groupId'),_0x5d1e71['delete']('groupId'),0x0==_0x1a4d71['size']&&0x0==_0x5d1e71['size'])return!0x0;if(_0x1a4d71['size']!=_0x5d1e71['size'])return!0x1;const _0x3de173={..._0x336a06['attributes']},_0x157967={..._0xf9b4e7['attributes']};return delete _0x3de173['groupId'],delete _0x157967['groupId'],JSON['stringify'](_0x3de173)==JSON['stringify'](_0x157967);}function qt(_0x1aaf12,_0x49bd67){const _0x13bf5f=zt(_0x1aaf12['attributes']),_0x1bcb38=zt(_0x49bd67);if(!_0x1aaf12['_isDataLoaded'])return!0x1;for(const _0x25d6ec of Object['keys'](_0x1bcb38))if(!_0xea8be9(_0x13bf5f[_0x25d6ec],_0x1bcb38[_0x25d6ec]))return!0x1;return!0x0;}function zt(_0x32791b){const _0x65fdc1=Object['assign']({},_0x32791b);return delete _0x65fdc1['skipNestingCheck'],delete _0x65fdc1['tablePasteChainId'],_0x65fdc1;}class ae extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x52e7bc(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x5aac08,_0x2cd01c,_0x5a3ad7,_0xabf79e){super(),this['model']=_0x2cd01c,this['view']=_0x5a3ad7,this['commentThreadController']=_0xabf79e,this['_editor']=_0x5aac08,this['_acceptCommand']=_0x5aac08['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x5aac08['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x240cb8,_0x353b55)=>_0x240cb8||_0x353b55),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x5766bb=>_0x5766bb&&this['_editor']['model']['canEditAt'](_0x2cd01c['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x2c2315=>_0x2c2315&&this['_editor']['model']['canEditAt'](_0x2cd01c['getRanges']())),this['_pendingAction']=null,_0x5a3ad7['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x5a3ad7,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x5a3ad7,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x5a3ad7,'change:isDirty',()=>{_0x5a3ad7['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 _0x47197f=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x47197f);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x1e173c{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x2c75f5,_0x11f7b2,_0x178314,_0x20441d){super(_0x2c75f5),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x5b92e8(_0x2c75f5,o(_0x2c75f5,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x11f7b2['authoredAt']),this['bind']('authoredAt')['to'](_0x11f7b2),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',_0x11f7b2,'authoredAt',this,'descriptionParts',(_0x46eed8,_0x320549,_0x51899c)=>{const _0x1bccf9=_0x51899c['map'](_0x56ae80=>ls(_0x56ae80['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x46eed8-0x1,_0x11f7b2['author']['name'],_0x320549?_0x20441d['formatDateTime'](_0x320549):'',new DOMParser()['parseFromString'](_0x1bccf9,'text/html')['body']['textContent']]);}),this['focusables']=new _0x4cc9ea(),this['focusTracker']=new _0x4b4207(),this['keystrokes']=new _0x199b71(),this['focusCycler']=new _0x3319c0({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x412e8f=>_0x412e8f['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x11f7b2,this['_localUser']=_0x178314,this['_config']=_0x20441d,_0x20441d['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x20ebaa(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x462580}=this['_config'];this['commentsListView']=new _0x462580(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',_0x5da0d3=>_0x5da0d3+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x2518c6,_0x1a8c4e)=>_0x2518c6||!!_0x1a8c4e);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0xb28f6d}=this['_config'],_0x4e9fa2=new _0xb28f6d(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x5480e0=_0x4e9fa2['commentInputView'];return _0x4e9fa2['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x5480e0,'value',(_0x3c44e6,_0x26654f,_0x6326d5)=>!!_0x6326d5||_0x3c44e6&&!_0x26654f),_0x5480e0['on']('submit',(_0x405fd1,_0x2314de)=>{this['fire']('addComment',_0x2314de),_0x5480e0['editor']['setData']('');}),_0x5480e0['on']('cancel',()=>this['focus']()),_0x5480e0['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x4e9fa2;}}class re extends us{['suggestionView'];['_descriptionElement'];constructor(_0x5397d3,_0x2e4feb,_0x20613b,_0x31391a){super(_0x5397d3,_0x2e4feb,_0x20613b,_0x31391a),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x261573=>_0x261573&&_0x261573[0x0]?_0x261573[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x5cb26a,_0x624afd)=>{let _0x1e9bd4='';for(const _0x594d8e of _0x5cb26a)_0x1e9bd4+='<p>'+ls(_0x594d8e['content'],_0x594d8e['color'])+'</p>';return _0x624afd?_0x1e9bd4:_0x1ace08(_0x1e9bd4,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x31391a['SuggestionView'](_0x5397d3,_0x2e4feb,{'formatDateTime':_0x31391a['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 _0x2c3ed7=this['bindTemplate'],_0x6a150b=[this['suggestionView']];return this['commentsListView']&&_0x6a150b['push'](this['commentsListView']),this['commentThreadInputView']&&_0x6a150b['push'](this['commentThreadInputView']),_0x6a150b['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x2c3ed7['if']('isActive','ck-suggestion-wrapper--active'),_0x2c3ed7['to']('type',_0x40a463=>'ck-suggestion-'+_0x40a463),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':_0x2c3ed7['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x6a150b};}['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 _0x1e173c{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x2884ac,_0x2dc49b,_0x24fdc){super(_0x2884ac),this['_model']=_0x2dc49b,this['_config']=_0x24fdc,this['set']('description',''),this['bind']('authoredAt')['to'](_0x2dc49b),this['acceptButton']=this['_createButton'](o(_0x2884ac,'Accept\x20suggestion'),_0x20cacf['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x2884ac,'Discard\x20suggestion'),_0x20cacf['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x4916b8(_0x2884ac,_0x2dc49b['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x4cc9ea([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x4b4207(),this['keystrokes']=new _0x199b71(),this['focusCycler']=new _0x3319c0({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x1e8d63=>_0x1e8d63['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x53a654=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x53a654['innerHTML']=this['description'],this['on']('change:description',(_0x352956,_0xfac573,_0x318865)=>{_0x53a654['innerHTML']=_0x318865;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x255224=this['bindTemplate'],_0x19fac4=[{'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':_0x255224['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x255224['to']('authoredAt',_0x492d54=>this['_config']['formatDateTime'](_0x492d54))}]}]},{'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']&&_0x19fac4['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':_0x19fac4}]};}['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'](_0xa417db,_0x412ed5,_0x1e262a,_0x5bc0bc,_0x5c0729){const _0x49d4c0=new _0xec2831(this['locale']);return _0x49d4c0['set']({'label':_0xa417db,'icon':_0x412ed5,'tooltip':!0x0,'tooltipPosition':_0x5c0729}),_0x49d4c0['extendTemplate']({'attributes':{'class':_0x1e262a}}),_0x49d4c0['on']('execute',()=>{this['fire'](_0x5bc0bc,this['_model']['id']);}),_0x49d4c0;}['_setupKeyboardNavigation'](){const _0x3fdaa0=this['element'];this['keystrokes']['listenTo'](_0x3fdaa0);for(const _0x12089c of this['focusables'])this['focusTracker']['add'](_0x12089c['element']),this['keystrokes']['listenTo'](_0x12089c['element']);this['keystrokes']['set']('enter',(_0x2534d6,_0x2ea4e5)=>{_0x3fdaa0===_0x2534d6['target']&&(this['focusCycler']['focusFirst'](),_0x2ea4e5());}),this['keystrokes']['set']('esc',(_0x40ec52,_0x5a55c6)=>{_0x3fdaa0!==_0x40ec52['target']&&(this['focus'](),_0x5a55c6());});}}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 _0x59cc13{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x466894,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x107769){super(_0x107769),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x509878=this['editor']['config'];_0x509878['define']('trackChanges.SuggestionThreadView',re),_0x509878['define']('trackChanges.SuggestionView',ce),_0x509878['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x509878['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x40e58a,_0x13f3a3){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x91cd10,_0x842dd6]of this['_handleControllerBuffer']){const _0x23117f=this['_suggestionToController']['has'](_0x91cd10);_0x23117f||_0x842dd6?_0x23117f&&_0x842dd6&&this['_destroyController'](_0x91cd10):this['_initializeController'](_0x91cd10);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x40e58a,_0x13f3a3);}['init'](){const _0xc4812b=this['editor'],_0x534b8d=_0xc4812b['plugins']['get']('TrackChangesEditing'),_0xc47b96=_0xc4812b['plugins']['get']('Annotations'),_0x86fc0c=_0xc4812b['plugins']['get']('EditorAnnotations'),_0x1aeb81=_0xc4812b['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x86fc0c['addSourceCollector'](()=>{const _0x4c2bb7=[];for(const [_0x345269,_0x5870dd]of Array['from'](this['_suggestionToController'])){const _0x33888c=_0x345269['getAllAdjacentSuggestions'](),_0xb94bed=[];for(const _0x9597e5 of _0x33888c){if(!_0x9597e5['isInContent'])continue;if(_0x9597e5['isMultiRange']){_0xb94bed['push'](..._0x9597e5['getRanges']());continue;}const _0x54125e=_0x9597e5['getFirstRange']();if(_0xb94bed['length']>0x0){const _0x21007f=_0xb94bed[0x0]['getJoined'](_0x54125e);if(_0x21007f){_0xb94bed[0x0]=_0x21007f;continue;}}_0xb94bed['push'](_0x54125e);}_0x4c2bb7['push']([_0x5870dd['view'],_0xb94bed]);}return _0x4c2bb7;}),this['listenTo'](_0x534b8d,'suggestionLoaded',(_0x1b0713,_0x2764f0)=>{this['listenTo'](_0x2764f0,'change:previous',(_0x1ef1c1,_0x5458fc,_0x23510d,_0x19453a)=>{_0x2764f0['isInContent']&&(null==_0x23510d?(this['_updateController'](_0x19453a['head']),this['_handleSuggestionControllerDelayed'](_0x2764f0,!0x1)):(this['_updateController'](_0x23510d['head']),null==_0x19453a&&this['_handleSuggestionControllerDelayed'](_0x2764f0,!0x0)));}),null!==_0x2764f0['previous']?this['_updateController'](_0x2764f0['head']):this['_handleSuggestionControllerDelayed'](_0x2764f0,!0x1);}),this['listenTo'](_0x534b8d,'suggestionUnloaded',(_0x490c16,_0x1c92d6,_0x3a57ad)=>{this['stopListening'](_0x1c92d6,'change:previous'),this['_handleControllerBuffer']['delete'](_0x1c92d6),this['_suggestionToController']['has'](_0x1c92d6)&&this['_destroyController'](_0x1c92d6),_0x3a57ad&&this['_updateController'](_0x3a57ad['head']);}),this['listenTo'](_0x534b8d,'suggestionChanged',(_0x711b86,_0x16b2fc)=>{this['_updateController'](_0x16b2fc);}),this['listenTo'](_0xc47b96,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x1aeb81,'addComment',(_0x302b90,{threadId:_0x2714ad,isFromAdapter:_0x57e1f4})=>{if(_0x57e1f4||!_0x534b8d['hasSuggestion'](_0x2714ad))return;const _0x454ff5=_0x534b8d['getSuggestion'](_0x2714ad);this['_suggestionToController']['get'](_0x454ff5)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x21072d=this['editor']['plugins']['get']('Annotations'),_0x5a38c6=this['editor']['plugins']['get']('TrackChangesEditing'),_0xf386ea=Array['from'](_0x21072d['activeAnnotations'],_0x4a00ba=>_0x4a00ba['innerView'])['filter'](_0x28a107=>this['_viewToController']['has'](_0x28a107)),_0x28f59b=[];for(const _0x288744 of _0xf386ea){const _0x10e22d=this['_viewToController']['get'](_0x288744)['model']['getAllAdjacentSuggestions']();_0x28f59b['push'](..._0x10e22d['reduce']((_0x45cb75,_0x5cdd93)=>[..._0x45cb75,..._0x5cdd93['getMarkerNames']()],[]));}_0x5a38c6['activeMarkers']=_0x28f59b;}['_addUIComponentsToFactory'](){const _0x13982c=this['editor'],_0x2178fd=_0x13982c['locale'],_0x2f3785=o(_0x2178fd,'Track\x20changes'),_0x541ddf=new Wt([{'type':'switchbutton','model':new _0x161574({'withText':!0x0,'isToggleable':!0x0,'label':_0x2f3785,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x161574({'withText':!0x0,'label':o(_0x2178fd,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x161574({'withText':!0x0,'label':o(_0x2178fd,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x161574({'withText':!0x0,'label':o(_0x2178fd,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x161574({'withText':!0x0,'label':o(_0x2178fd,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x43b08a of _0x541ddf)if(me(_0x43b08a)){const _0x2b6580=_0x13982c['commands']['get'](_0x43b08a['model']['commandName']);_0x43b08a['model']['bind']('isOn','isEnabled')['to'](_0x2b6580,'value','isEnabled');}_0x13982c['ui']['componentFactory']['add']('trackChanges',_0x2599ad=>this['_createToolbarButton'](_0x2599ad,_0x541ddf,_0x2f3785)),_0x13982c['ui']['componentFactory']['add']('menuBar:trackChanges',_0x1838e6=>this['_createMenuBarMenu'](_0x1838e6,_0x541ddf,_0x2f3785));}['_createToolbarButton'](_0x54974d,_0x1c8ea7,_0x32ce29){const _0x2d5c95=Qt(_0x54974d,_0x546495),_0x4b0fe8=this['editor']['commands']['get']('trackChanges');_0x2d5c95['buttonView']['set']({'tooltip':_0x32ce29,'label':_0x32ce29,'icon':he}),_0x2d5c95['buttonView']['bind']('isOn')['to'](_0x4b0fe8,'value'),_0x2d5c95['buttonView']['on']('execute',()=>{_0x4b0fe8['execute'](),this['editor']['editing']['view']['focus']();}),Kt(_0x2d5c95,_0x1c8ea7,{'role':'menu'});const _0x4936f5=[];for(const _0xe41639 of _0x1c8ea7)me(_0xe41639)&&_0x4936f5['push'](this['editor']['commands']['get'](_0xe41639['model']['commandName']));const _0x1a7115=_0x2d5c95['buttonView'];return _0x1a7115['actionView']['unbind']('isEnabled'),_0x1a7115['arrowView']['unbind']('isEnabled'),_0x1a7115['actionView']['bind']('isEnabled')['to'](_0x4b0fe8,'isEnabled'),_0x1a7115['arrowView']['bind']('isEnabled')['toMany'](_0x4936f5,'isEnabled',(..._0xf9bd5e)=>_0xf9bd5e['some'](_0x2163c2=>_0x2163c2)),_0x2d5c95['on']('execute',_0x4597d4=>{this['editor']['execute'](_0x4597d4['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x2d5c95;}['_createMenuBarMenu'](_0xb095e6,_0x48623c,_0x15ef59){const _0x2ea026=new Yt(_0xb095e6),_0x5e995d=this['editor']['commands']['get']('trackChanges');_0x2ea026['buttonView']['set']({'label':_0x15ef59,'icon':he});const _0x4caca8=new Zt(_0xb095e6);for(const _0xdcc0a4 of _0x48623c){if('separator'==_0xdcc0a4['type']){_0x4caca8['items']['add'](new Xt(_0xb095e6));continue;}const _0x237d00=new te(_0xb095e6,_0x2ea026),_0x38b121=new _0x335d66(_0xb095e6),_0xcfbad0=_0xdcc0a4['model'];_0x38b121['bind'](...Object['keys'](_0xcfbad0))['to'](_0xcfbad0),_0x38b121['delegate']('execute')['to'](_0x2ea026),_0x38b121['on']('execute',()=>{this['editor']['execute'](_0xcfbad0['commandName']),this['editor']['editing']['view']['focus']();}),_0x237d00['children']['add'](_0x38b121),_0x4caca8['items']['add'](_0x237d00);}return _0x2ea026['bind']('isEnabled')['to'](_0x5e995d,'isEnabled'),_0x2ea026['panelView']['children']['add'](_0x4caca8),_0x2ea026;}['_initializeController'](_0x471e6f){const _0x4425b6=this['editor'],_0x453ae2=_0x4425b6['config'],_0xd12a23=_0x4425b6['plugins']['get']('Annotations'),_0x132687=_0x4425b6['plugins']['get']('CommentsRepository'),_0x444d46=_0x4425b6['plugins']['get']('EditorAnnotations'),_0x1e3070=_0x4425b6['plugins']['get'](_0x466894)['me'],_0x21db17=_0x453ae2['get']('trackChanges')['SuggestionThreadView'],_0x399ed5=_0x453ae2['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x188be5,CommentThreadInputView:_0x152cd0}=_0x4425b6['plugins']['get']('CommentsUI');let _0x58056d,_0x198f47,_0x592606;this['_annotationViews']['has'](_0x471e6f['id'])?(_0x198f47=this['_annotationViews']['get'](_0x471e6f['id']),_0x58056d=_0x198f47['mainView']):(_0x58056d=new _0x21db17(_0x4425b6['locale'],_0x471e6f,_0x1e3070,{'disableComments':this['_disableComments'],'editorConfig':_0x453ae2['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x453ae2['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x453ae2['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x453ae2['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x375b65(_0x453ae2['get']('locale')),'CommentView':_0x453ae2['get']('comments')['CommentView'],'CommentsListView':_0x188be5,'CommentThreadInputView':_0x152cd0,'SuggestionView':_0x399ed5}),_0x58056d['suggestionView']['acceptButton']['on']('execute',()=>{_0x4425b6['editing']['view']['focus']();}),_0x58056d['suggestionView']['discardButton']['on']('execute',()=>{_0x4425b6['editing']['view']['focus']();}),_0x198f47=_0xd12a23['createAnnotationView'](this['editor']['locale'],_0x58056d),_0x198f47['bind']('isDirty')['to'](_0x58056d,'isDirty'),_0x198f47['bind']('length')['to'](_0x58056d),_0x198f47['bind']('type')['to'](_0x58056d,'type',_0x4b6413=>'suggestion-'+_0x4b6413),_0x58056d['on']('escape',()=>{_0x592606['fire']('escape');}),this['_annotationViews']['set'](_0x471e6f['id'],_0x198f47));const _0x32277c=_0x132687['createCommentThreadController'](_0x471e6f['commentThread'],_0x58056d),_0x463941=new ae(_0x4425b6,_0x471e6f,_0x58056d,_0x32277c),_0xd1b147=_0x471e6f['getAllAdjacentSuggestions']()['filter'](_0xeadc63=>_0xeadc63['isInContent']);_0x58056d['descriptionParts']=_0x4425b6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0xd1b147),this['_suggestionToController']['set'](_0x471e6f,_0x463941),this['_viewToController']['set'](_0x58056d,_0x463941),_0x592606=_0xd12a23['createAnnotation']({'view':_0x198f47,'target':()=>{const _0x223924=[],_0x5ccc66=_0x471e6f['getAllAdjacentSuggestions']()['filter'](_0x4d8252=>_0x4d8252['isInContent']);for(const _0x2bf559 of _0x5ccc66)_0x223924['push'](..._0x2bf559['getMarkers']());return _0x38cdbd(_0x4425b6['editing'],_0x223924);},'type':()=>'suggestion-'+_0x463941['view']['type']}),_0x132687['_bindAnnotationToEditors'](_0x58056d,_0x592606),_0xd12a23['add'](_0x592606),_0x444d46['registerAnnotation'](_0x592606);}['_destroyController'](_0x29e5ea){const _0x38c381=this['editor']['plugins']['get']('CommentsRepository'),_0x48cb4a=this['editor']['plugins']['get']('Annotations'),_0x5c13a8=this['_suggestionToController']['get'](_0x29e5ea),_0xd715c3=_0x5c13a8['view'],_0x550aa9=_0x48cb4a['getByInnerView'](_0xd715c3);_0x38c381['_unbindEditors'](_0xd715c3),_0x550aa9&&_0x48cb4a['remove'](_0x550aa9),this['_suggestionToController']['delete'](_0x29e5ea),this['_viewToController']['delete'](_0xd715c3),_0x5c13a8['destroy']();}['_updateController'](_0x34b272){if(!_0x34b272['isInContent']||!this['_suggestionToController']['has'](_0x34b272))return;const _0xe39af2=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4ca0af=this['_suggestionToController']['get'](_0x34b272),_0x8e8f4b=_0x34b272['getAllAdjacentSuggestions']();_0x4ca0af['view']['descriptionParts']=_0xe39af2['descriptionFactory']['getDescriptions'](_0x8e8f4b);}['destroy'](){for(const _0x53cd25 of this['_suggestionToController']['keys']())this['_destroyController'](_0x53cd25);for(const _0xd58019 of this['_annotationViews']['values']())_0xd58019['mainView']['destroy']();super['destroy']();}}function me(_0x5a4247){return'model'in _0x5a4247;}class k extends _0x59cc13{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x27e513){this['editor']['plugins']['get'](p)['adapter']=_0x27e513;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x1da146){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x1da146);}['getSuggestions']({skipNotAttached:_0x6c669f=!0x1,toJSON:_0xe182b4=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x6c669f,'toJSON':_0xe182b4});}['getSuggestion'](_0x3e1193){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x3e1193);}}const T=['Pagination'];class P extends _0x59cc13{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x46f80d=this['editor'];if(_0x46f80d['config']['define']('trackChangesData.editorCreator',_0x5c8ff2=>{const _0x566a05=_0x46f80d['model']['document']['getRootNames']()['reduce']((_0x142a68,_0x594a43)=>(_0x142a68[_0x594a43]='',_0x142a68),{});return _0x46f80d['constructor']['create'](_0x566a05,_0x5c8ff2);}),'function'!=typeof _0x46f80d['config']['get']('trackChangesData')['editorCreator'])throw new _0x427e50('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x505747){return N(this['editor'],!0x0,_0x505747);}['getDataWithDiscardedSuggestions'](_0x984c2){return N(this['editor'],!0x1,_0x984c2);}}class D extends _0x59cc13{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x33b802){super(_0x33b802),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(_0x2119c7){return void 0x0!==_0x2119c7['getRootsAttributes'];}async function N(_0x300fe0,_0x575cb2,_0x134cb2){const _0x130cff=_0x40a82b(_0x300fe0,T);_0x130cff['plugins']['push'](p,D),_0x130cff['rootsAttributes']=v(_0x300fe0)?_0x300fe0['getRootsAttributes']():void 0x0;const _0x5cec52=document['createDocumentFragment'](),_0x2e479a=_0x300fe0['config']['get']('trackChangesData')['editorCreator'],_0x4d1cfd=await _0x2e479a(_0x130cff,()=>function(_0x2bcb11){const _0x52eddb=document['createElement']('div');return _0x2bcb11['appendChild'](_0x52eddb),_0x52eddb;}(_0x5cec52));!function(_0x690596,_0xd33486){const _0x39719f=_0x690596['model']['document']['getRootNames']()['reduce']((_0x5b9048,_0x29517a)=>(_0x5b9048[_0x29517a]=_0x690596['data']['get']({'rootName':_0x29517a}),_0x5b9048),{}),_0x191f06=_0x690596['plugins']['get']('Users')['users']['map'](_0x37a976=>({'id':_0x37a976['id'],'name':_0x37a976['name']})),_0x45a70d=_0x690596['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x402bef=_0x690596['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x402dfd=_0xd33486['plugins']['get']('Users'),_0x4ce8cb=_0xd33486['plugins']['get']('TrackChangesEditing'),_0x3bbac8=_0xd33486['plugins']['get']('CommentsRepository');for(const _0x230148 of _0x3bbac8['getCommentThreads']())_0x230148['remove']();for(const _0x41fc2a of _0x191f06)_0x402dfd['getUser'](_0x41fc2a['id'])||_0x402dfd['addUser'](_0x41fc2a);_0x402dfd['me']||_0x402dfd['useAnonymousUser']();for(const _0x1ec5bf of _0x402bef)_0x3bbac8['addCommentThread'](_0x1ec5bf);for(const _0x752d6 of _0x45a70d)_0x4ce8cb['addSuggestionData'](_0x752d6);_0xd33486['data']['set'](_0x39719f);}(_0x300fe0,_0x4d1cfd),_0x4d1cfd['execute'](_0x575cb2?'acceptAllSuggestions':'discardAllSuggestions');const _0x18bc75=v(_0x4d1cfd)?_0x4d1cfd['getFullData'](_0x134cb2):_0x4d1cfd['data']['get'](_0x134cb2);return await _0x4d1cfd['destroy'](),_0x18bc75;}export{us as BaseSuggestionThreadView,u as Suggestion,re as SuggestionThreadView,ce as SuggestionView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|