@ckeditor/ckeditor5-track-changes 45.2.1-alpha.7 → 45.2.1-alpha.9
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 +27 -27
- package/src/trackchangesediting.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
24
|
-
_0x314fbc(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_originalSuggestionId'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x24a424,_0x45589e){super(),this['id']=_0x45589e['id'],this['type']=_0x45589e['type'],this['subType']=_0x45589e['subType']||null,this['author']=_0x45589e['author'],this['creator']=_0x45589e['creator']||_0x45589e['author'],this['isExternal']=Boolean(_0x45589e['attributes']&&_0x45589e['attributes']['@external']),this['data']=null,this['_originalSuggestionId']=_0x45589e['originalSuggestionId']||null,this['_model']=_0x24a424,this['_onAccept']=_0x45589e['onAccept'],this['_onDiscard']=_0x45589e['onDiscard'],this['_onAttributesChange']=_0x45589e['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x45589e['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 _0xcfdab2=this;for(;_0xcfdab2['previous'];)_0xcfdab2=_0xcfdab2['previous'];return _0xcfdab2;}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'](_0x14ed84){this['_markerNames']['add'](_0x14ed84);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x55f8dd=>this['_model']['markers']['get'](_0x55f8dd))['filter'](_0x188998=>_0x188998);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x238dff=>{for(const _0x55f259 of this['getMarkers']())_0x238dff['removeMarker'](_0x55f259);}),this['_markerNames']['clear']();}['removeMarker'](_0x1d2e1c){this['_model']['change'](_0x182675=>{_0x182675['removeMarker'](_0x1d2e1c);}),this['_markerNames']['delete'](_0x1d2e1c);}['addRange'](_0x4afe55){const _0x38e2be='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+o['getMultiRangeId']();this['addMarkerName'](_0x38e2be),this['_model']['change'](_0x32e0d4=>{_0x32e0d4['addMarker'](_0x38e2be,{'range':_0x4afe55,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x42768c){for(const _0x57f3d9 of this['getRanges']())if(_0x57f3d9['isIntersecting'](_0x42768c))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x14da5f=>_0x14da5f['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x2c74f8,_0x3badf0)=>[..._0x2c74f8,..._0x3badf0['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x47343d=this['getRanges']();if(0x1!=_0x47343d['length'])return null;const _0xe73194=_0x47343d[0x0],_0x1792e3=_0xe73194['start']['nodeAfter'],_0x9df232=_0xe73194['end']['nodeBefore'];return _0x1792e3 instanceof _0x492b8a?_0x1792e3!=_0x9df232?null:_0x1792e3: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 _0x1fd27b=[];let _0xac9d10=this['head'];for(;_0xac9d10;)_0x1fd27b['push'](_0xac9d10),_0xac9d10=_0xac9d10['next'];return _0x1fd27b;}['setAttribute'](_0x57e0ca,_0xa54b8a){const _0x491652=_0x453693(this['attributes']);_0x41fd3b(_0x491652,_0x57e0ca,_0xa54b8a),_0xbbaa66(_0x491652,this['attributes'])||(this['attributes']=_0x491652,this['_onAttributesChange'](_0x491652));}['removeAttribute'](_0x4f8218){const _0x27d9f6=_0x453693(this['attributes']);_0xd94820(_0x27d9f6,_0x4f8218),_0xbbaa66(_0x27d9f6,this['attributes'])||(this['attributes']=_0x27d9f6,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 _0x21999f()['substr'](0x1,0x5);}}function c(_0x3c8e8b,_0x3bb1d9,_0x17278b){const _0x4d6332=_0x3c8e8b['t'],t=_0x3c8e8b['t'];switch(_0x3bb1d9){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'Preview\x20final\x20content':return t('Preview\x20final\x20content');case'Final\x20content\x20preview':return t('Final\x20content\x20preview');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x17278b);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x17278b);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x17278b);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x17278b);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x17278b);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',_0x17278b);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x17278b);case'*Replace\x20image*':return t('*Replace\x20image*');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x17278b);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x17278b);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x17278b);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x17278b);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x17278b);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x17278b);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x17278b);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x17278b);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x17278b);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x17278b);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x17278b);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x17278b);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x17278b);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x17278b);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x17278b);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x17278b);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x17278b);case'*Set\x20table\x20type:*\x20%0':return t('*Set\x20table\x20type:*\x20%0',_0x17278b);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'},_0x17278b);case'ELEMENT_CONTENT_TABLE':return t({'string':'content\x20table','plural':'%0\x20content\x20tables','id':'ELEMENT_CONTENT_TABLE'},_0x17278b);case'ELEMENT_LAYOUT_TABLE':return t({'string':'layout\x20table','plural':'%0\x20layout\x20tables','id':'ELEMENT_LAYOUT_TABLE'},_0x17278b);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x17278b);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x17278b);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x17278b);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x17278b);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x17278b);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'},_0x17278b);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x17278b);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x17278b);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x17278b);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x17278b);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'},_0x17278b);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x17278b);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'},_0x17278b);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'},_0x17278b);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x17278b);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'},_0x17278b);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x17278b);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'},_0x17278b);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x17278b);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x17278b);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'},_0x17278b);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x17278b);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 _0x4d6332({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x17278b);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x4d6332({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x17278b);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x17278b);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'},_0x17278b);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'},_0x17278b);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'},_0x17278b);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x3bb1d9;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x103866,_0x34a9a3){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x103866,this['_locale']=_0x34a9a3;}['getDescriptions'](_0xac57d0){const _0x52590c=[],_0x1abd6b=new Set(),_0x1813fb=new Set();for(let _0x42cbe8=0x0;_0x42cbe8<_0xac57d0['length'];_0x42cbe8++){const _0x1df7cd=_0xac57d0[_0x42cbe8];if(!_0x1df7cd['isInContent'])continue;const _0x42b5be=this['_handleCustomCallbackDescription'](_0x1df7cd);if(_0x42b5be){if(null!=_0x1df7cd['subType']){if(_0x1abd6b['has'](_0x1df7cd['subType']))continue;_0x1abd6b['add'](_0x1df7cd['subType']);}_0x52590c['push'](_0x42b5be);}else{if('attribute'==_0x1df7cd['type']){const _0x4bf620=_0x1df7cd['data']['key'];if(_0x1813fb['has'](_0x4bf620))continue;_0x1813fb['add'](_0x1df7cd['data']['key']),_0x4bf620==u?this['_handleRenameSuggestionDescription'](_0x52590c,_0x1df7cd):this['_handleAttributeSuggestionDescription'](_0x52590c,_0x1df7cd);continue;}'insertion'!=_0x1df7cd['type']&&'deletion'!=_0x1df7cd['type']||this['_handleInsertRemoveSuggestionDescription'](_0x52590c,_0x1df7cd,_0xac57d0[_0x42cbe8+0x1]);}}return this['_resolveDescriptionItems'](_0x52590c);}['registerDescriptionCallback'](_0x86dfa7){this['_customCallbacks']['push'](_0x86dfa7);}['registerElementLabel'](_0x5d8716,_0x27a8b9,_0x5dc774=_0x38d918['normal']){'function'==typeof _0x5d8716?_0x459e09(this['_itemLabelsCallbacks'],{'matchingCallback':_0x5d8716,'label':_0x27a8b9,'priority':_0x5dc774}):this['_itemLabels']['set'](_0x5d8716,_0x27a8b9);}['registerAttributeLabel'](_0x34906c,_0xfaf979){this['_attributeLabels']['set'](_0x34906c,_0xfaf979);}['getItemLabel'](_0x356c25,_0x11d30a=0x1){let _0x1702d2;for(const _0x48121a of this['_itemLabelsCallbacks'])if(_0x48121a['matchingCallback'](_0x356c25)){_0x1702d2=_0x48121a['label'];break;}return _0x1702d2||(_0x1702d2=this['_itemLabels']['get'](_0x356c25['name'])),_0x1702d2?_0x1702d2(_0x11d30a):0x1!==_0x11d30a?_0x11d30a+'\x20'+_0x356c25['name']+'s':''+_0x356c25['name'];}['_addDescriptionItems'](_0x297755,_0x74c00a){const _0x317719=_0x74c00a['getFirstRange']()['getWalker'](),_0x405384='insertion'==_0x74c00a['type']?'add':'remove';for(const _0x4737ee of _0x317719){const _0x3c81f4=_0x4737ee['item'],_0x59a80c=_0x297755[_0x297755['length']-0x1];if(_0x3c81f4['is']('$textProxy'))_0x59a80c&&_0x59a80c['type']['indexOf']('Container')>-0x1&&_0x297755['pop'](),_0x59a80c&&'text'==_0x59a80c['type']?_0x59a80c[_0x405384]+=_0x3c81f4['data']:_0x297755['push']({'type':'text','add':'add'==_0x405384?_0x3c81f4['data']:'','remove':'remove'==_0x405384?_0x3c81f4['data']:''});else{if(this['_schema']['isObject'](_0x3c81f4)){const _0x5106d6=_0x3c81f4;if(_0x59a80c&&_0x59a80c['type']['indexOf']('Container')>-0x1&&_0x297755['pop'](),'elementEnd'==_0x4737ee['type'])continue;_0x59a80c&&_0x59a80c['type']==_0x405384+'Object'&&_0x59a80c['element']['name']==_0x5106d6['name']?_0x59a80c['quantity']++:_0x297755['push']({'type':_0x405384+'Object','element':_0x5106d6,'quantity':0x1}),_0x317719['skip'](_0x5648d7=>!('elementEnd'==_0x5648d7['type']&&_0x5648d7['item']==_0x3c81f4));}else{if(this['_schema']['checkChild'](_0x3c81f4,'$text')||_0x3c81f4['is']('element','softBreak')){const _0x41b069=_0x3c81f4;if('add'==_0x405384&&'elementStart'==_0x4737ee['type']||'remove'==_0x405384&&'elementEnd'==_0x4737ee['type'])continue;if(_0x59a80c&&-0x1==_0x59a80c['type']['indexOf']('Container')){'text'==_0x59a80c['type']&&(_0x59a80c[_0x405384]+='\x0a');continue;}let _0x5b57cb;if(_0x5b57cb='add'==_0x405384?_0x41b069['nextSibling']&&!this['_schema']['isObject'](_0x41b069['nextSibling'])?_0x41b069['nextSibling']:null:_0x41b069['previousSibling']&&!this['_schema']['isObject'](_0x41b069['previousSibling'])?_0x41b069['previousSibling']:null,_0x41b069['isEmpty']||_0x5b57cb&&_0x5b57cb['isEmpty']){const _0x387a5a=_0x5b57cb&&_0x5b57cb['isEmpty']?_0x5b57cb:_0x41b069;_0x59a80c&&_0x59a80c['type']==_0x405384+'EmptyContainer'&&_0x59a80c['element']['name']==_0x387a5a['name']?_0x59a80c['quantity']++:_0x297755['push']({'type':_0x405384+'EmptyContainer','element':_0x387a5a,'quantity':0x1});}else _0x297755['push']({'type':_0x405384+'Container','element':_0x41b069});}}}}}['_resolveDescriptionItems'](_0x4fc2fe){const _0x34093f=this['_locale'],_0x262bb1=[],_0x1a89e7=[],_0x2d9364=[];for(const _0x55a03d of _0x4fc2fe)switch(_0x55a03d['type']){case'text':if(_0x55a03d['add']=_0x55a03d['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x55a03d['remove']=_0x55a03d['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x55a03d['add']&&''!=_0x55a03d['remove']){_0x262bb1['push']({'type':'replace','content':c(_0x34093f,'REPLACE_TEXT',['\x22'+_0x55a03d['remove']+'\x22','\x22'+_0x55a03d['add']+'\x22'])});continue;}if(null!=_0x55a03d['add']['match'](/^ +$/)){_0x262bb1['push']({'type':'insertion','content':c(_0x34093f,'*Insert:*\x20%0',c(_0x34093f,'ELEMENT_SPACE',_0x55a03d['add']['length']))});continue;}if(null!=_0x55a03d['remove']['match'](/^ +$/)){_0x262bb1['push']({'type':'deletion','content':c(_0x34093f,'*Remove:*\x20%0',c(_0x34093f,'ELEMENT_SPACE',_0x55a03d['remove']['length']))});continue;}if(''!=_0x55a03d['add']){_0x262bb1['push']({'type':'insertion','content':c(_0x34093f,'*Insert:*\x20%0','\x22'+_0x55a03d['add']+'\x22')});continue;}_0x262bb1['push']({'type':'deletion','content':c(_0x34093f,'*Remove:*\x20%0','\x22'+_0x55a03d['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x262bb1['push']({'type':'insertion','content':c(_0x34093f,'*Insert:*\x20%0',this['getItemLabel'](_0x55a03d['element'],_0x55a03d['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x262bb1['push']({'type':'deletion','content':c(_0x34093f,'*Remove:*\x20%0',this['getItemLabel'](_0x55a03d['element'],_0x55a03d['quantity']))});continue;case'addContainer':_0x262bb1['push']({'type':'insertion','content':c(_0x34093f,'*Split:*\x20%0',this['getItemLabel'](_0x55a03d['element'],_0x55a03d['quantity']))});continue;case'removeContainer':_0x262bb1['push']({'type':'deletion','content':c(_0x34093f,'*Merge:*\x20%0',this['getItemLabel'](_0x55a03d['element'],_0x55a03d['quantity']))});continue;case'addFormat':_0x1a89e7['push'](_0x55a03d['key']);continue;case'removeFormat':_0x2d9364['push'](_0x55a03d['key']);continue;default:_0x262bb1['push'](_0x55a03d);}if(_0x1a89e7['length']){const _0x2f9ec4=_0x1a89e7['map'](_0x5806f3=>this['_attributeLabels']['has'](_0x5806f3)?this['_attributeLabels']['get'](_0x5806f3):_0x5806f3)['join'](',\x20');_0x262bb1['push']({'type':'format','content':c(this['_locale'],'*Set\x20format:*\x20%0',_0x2f9ec4)});}if(_0x2d9364['length']){const _0x5183d6=_0x2d9364['map'](_0x5a2ef4=>this['_attributeLabels']['has'](_0x5a2ef4)?this['_attributeLabels']['get'](_0x5a2ef4):_0x5a2ef4)['join'](',\x20');_0x262bb1['push']({'type':'format','content':c(this['_locale'],'*Remove\x20format:*\x20%0',_0x5183d6)});}return _0x262bb1;}['_handleCustomCallbackDescription'](_0x38401b){for(const _0x53541b of this['_customCallbacks']){const _0xfb05fc=_0x53541b(_0x38401b);if(_0xfb05fc&&'type'in _0xfb05fc)return _0xfb05fc;}}['_handleAttributeSuggestionDescription'](_0x116b31,_0x4f136c){const _0xb2028a=_0x4f136c['data'],_0x3a8806=void 0x0===_0xb2028a['newValue']?'removeFormat':'addFormat';_0x116b31['push']({'type':_0x3a8806,'key':_0xb2028a['key']});}['_handleRenameSuggestionDescription'](_0x2793fe,_0xb08441){_0x2793fe['push']({'type':'format','content':c(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0xb08441['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x64e3c3,_0x289cc8,_0x8798ae){if(this['_addDescriptionItems'](_0x64e3c3,_0x289cc8),_0x8798ae&&_0x8798ae['getFirstRange']()&&!_0x289cc8['getFirstRange']()['end']['isEqual'](_0x8798ae['getFirstRange']()['start'])){const _0x1cf845=_0x64e3c3[_0x64e3c3['length']-0x1],_0x7554f8='insertion'==_0x289cc8['type']?'add':'remove';_0x1cf845&&'text'==_0x1cf845['type']&&(_0x1cf845[_0x7554f8]+='\x0a');}}}class U extends _0x465839{['afterInit'](){const _0x5ac0cc=this['editor'],_0x229a32=_0x5ac0cc['plugins']['get']('TrackChangesEditing');_0x5ac0cc['commands']['get']('showAIAssistant')&&_0x229a32['enableCommand']('showAIAssistant');}}class V extends _0x465839{['afterInit'](){const _0x52d414=this['editor'],_0x5f2a4c=_0x52d414['locale'];if(!_0x52d414['plugins']['has']('AlignmentEditing'))return;const _0x3245d8=_0x52d414['plugins']['get']('TrackChangesEditing');_0x3245d8['enableDefaultAttributesIntegration']('alignment'),_0x3245d8['registerBlockAttribute']('alignment'),_0x3245d8['descriptionFactory']['registerAttributeLabel']('alignment',c(_0x5f2a4c,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1554a4=this['editor'],_0x554be3=_0x1554a4['locale'];_0x1554a4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1583a1=>{if('formatBlock'!=_0x1583a1['type'])return;const {data:_0x28ee11}=_0x1583a1;if(_0x28ee11&&'alignment'==_0x28ee11['commandName']){const _0x3301b0=_0x28ee11['commandParams'][0x0]['value'];return{'type':'format','content':c(_0x554be3,'*Format:*\x20%0',function(_0x5d85df){switch(_0x5d85df){case'left':return c(_0x554be3,'FORMAT_ALIGN_TO_LEFT');case'right':return c(_0x554be3,'FORMAT_ALIGN_TO_RIGHT');case'center':return c(_0x554be3,'FORMAT_ALIGN_TO_CENTER');case'justify':return c(_0x554be3,'FORMAT_JUSTIFY_TEXT');}}(_0x3301b0))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class F extends _0x465839{['afterInit'](){const _0x102e26=this['editor'],_0xc85fc4=_0x102e26['plugins']['get']('TrackChangesEditing'),_0x5aff17=_0x102e26['locale'];for(const _0x3a69af of ti){if(!_0x102e26['plugins']['has'](_0x3a69af))continue;const _0x4ecfee=_0x3a69af['slice'](0x0,-0x7)['toLowerCase'](),_0x48d75f='FORMAT_'+_0x4ecfee['toUpperCase']();_0xc85fc4['enableDefaultAttributesIntegration'](_0x4ecfee),_0xc85fc4['registerInlineAttribute'](_0x4ecfee),_0xc85fc4['descriptionFactory']['registerAttributeLabel'](_0x4ecfee,c(_0x5aff17,_0x48d75f));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2a2e43=this['editor'],_0xad4277=_0x2a2e43['locale'],_0x2e002e=_0x2a2e43['plugins']['get']('TrackChangesEditing');function _0x4b1a4c(_0x45e1dd,_0x5818de){_0x2e002e['descriptionFactory']['registerDescriptionCallback'](_0x4948ae=>{if('formatInline'!=_0x4948ae['type'])return;const {data:_0xdc2849}=_0x4948ae;return _0xdc2849&&_0xdc2849['commandName']===_0x45e1dd?_0xdc2849['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0xad4277,'*Format:*\x20%0',_0x5818de)}:{'type':'format','content':c(_0xad4277,'*Remove\x20format:*\x20%0',_0x5818de)}:void 0x0;});}_0x4b1a4c('bold',c(_0xad4277,'FORMAT_BOLD')),_0x4b1a4c('italic',c(_0xad4277,'FORMAT_ITALIC')),_0x4b1a4c('underline',c(_0xad4277,'FORMAT_UNDERLINE')),_0x4b1a4c('code',c(_0xad4277,'FORMAT_CODE')),_0x4b1a4c('strikethrough',c(_0xad4277,'FORMAT_STRIKETHROUGH')),_0x4b1a4c('subscript',c(_0xad4277,'FORMAT_SUBSCRIPT')),_0x4b1a4c('superscript',c(_0xad4277,'FORMAT_SUPERSCRIPT'));}}class G extends _0x465839{['afterInit'](){const _0x22884e=this['editor'],_0xf2e0b5=_0x22884e['locale'];if(!_0x22884e['plugins']['has']('BlockQuoteEditing'))return;const _0xa82571=_0x22884e['plugins']['get']('TrackChangesEditing'),_0x2468d4=this['editor']['commands']['get']('blockQuote');_0xa82571['enableCommand']('blockQuote',(_0x41d0b1,_0x19af78={})=>{const _0x50a269=this['editor']['model']['document']['selection'],_0x1a589a=_0x19af78&&void 0x0!==_0x19af78['forceValue']?_0x19af78['forceValue']:!_0x2468d4['value'];let _0x40b76d=[];if(_0x1a589a){const _0x205088=Array['from'](_0x50a269['getSelectedBlocks']())['filter'](_0x4c55e5=>oo(_0x4c55e5)||function(_0x3b45bf,_0x356f8d){const _0x561ab3=_0x356f8d['checkChild'](_0x3b45bf['parent'],'blockQuote'),_0x387eca=_0x356f8d['checkChild'](['$root','blockQuote'],_0x3b45bf);return _0x561ab3&&_0x387eca;}(_0x4c55e5,this['editor']['model']['schema']));_0x40b76d=to(_0x205088,_0x22884e['model']);}else{const _0x2eed39=Array['from'](_0x50a269['getSelectedBlocks']())['filter'](_0x2ecbdf=>oo(_0x2ecbdf));_0x40b76d=to(_0x2eed39,_0x22884e['model']);}_0x22884e['model']['change'](()=>{for(const _0x5892bc of _0x40b76d)_0xa82571['markBlockFormat'](_0x5892bc,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x1a589a}]});});}),_0xa82571['descriptionFactory']['registerDescriptionCallback'](_0x19cf02=>{const {data:_0x41485d}=_0x19cf02;if(_0x41485d&&'blockQuote'==_0x41485d['commandName']){const _0x9d2644=c(_0xf2e0b5,'ELEMENT_BLOCK_QUOTE');return _0x41485d['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0xf2e0b5,'*Set\x20format:*\x20%0',_0x9d2644)}:{'type':'format','content':c(_0xf2e0b5,'*Remove\x20format:*\x20%0',_0x9d2644)};}});}}function oo(_0x442564){return'blockQuote'==_0x442564['parent']['name'];}class L extends _0x465839{['afterInit'](){const _0x5a4d01=this['editor'],_0x5b8e97=_0x5a4d01['locale'],_0x65b477=_0x5a4d01['plugins']['get']('TrackChangesEditing');_0x5a4d01['plugins']['has']('BookmarkEditing')&&(_0x65b477['enableCommand']('insertBookmark'),_0x65b477['enableDefaultAttributesIntegration']('updateBookmark'),_0x65b477['registerBlockAttribute']('bookmarkId'),_0x65b477['descriptionFactory']['registerDescriptionCallback'](_0x3f06a4=>{if('insertion'!=_0x3f06a4['type']&&'deletion'!=_0x3f06a4['type']&&'attribute'!=_0x3f06a4['type'])return;const _0x1d89e0=_0x3f06a4['getContainedElement']();if(null==_0x1d89e0)return;if(!_0x1d89e0['is']('element','bookmark'))return;const _0x5d7d81=_0x1d89e0['getAttribute']('bookmarkId');if('insertion'==_0x3f06a4['type'])return{'type':'insertion','content':c(_0x5b8e97,'*Insert:*\x20%0','\x22'+_0x5d7d81+'\x22\x20'+c(_0x5b8e97,'ELEMENT_BOOKMARK'))};if('deletion'==_0x3f06a4['type'])return{'type':'deletion','content':c(_0x5b8e97,'*Remove:*\x20%0','\x22'+_0x5d7d81+'\x22\x20'+c(_0x5b8e97,'ELEMENT_BOOKMARK'))};const {data:_0x2a071a}=_0x3f06a4;if(!_0x2a071a||'bookmarkId'!=_0x2a071a['key'])return;return{'type':'format','content':c(_0x5b8e97,'*Set\x20bookmark:*\x20%0','\x22'+_0x2a071a['newValue']+'\x22')};}));}}class J extends _0x465839{['afterInit'](){const _0xbe9077=this['editor'];_0xbe9077['plugins']['has']('CaseChange')&&(_0xbe9077['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0xbe9077['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0xbe9077['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class K extends _0x465839{['afterInit'](){const _0x2ceec8=this['editor'];_0x2ceec8['commands']['get']('ckbox')&&_0x2ceec8['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class H extends _0x465839{['afterInit'](){const _0x15d275=this['editor'];if(!_0x15d275['plugins']['has']('CodeBlock'))return;const _0x45abbc=_0x15d275['plugins']['get']('TrackChangesEditing'),_0x4e9a46=_0x15d275['locale'],_0x350b98=_0x15d275['config']['get']('codeBlock')['languages'],_0x3b7796=_0x15d275['commands']['get']('codeBlock');_0x45abbc['enableCommand']('indentCodeBlock'),_0x45abbc['enableCommand']('outdentCodeBlock'),_0x45abbc['enableCommand']('codeBlock',(_0x5b2d30,_0x165cfd={})=>{const _0x50b87e=_0x15d275['model'],_0x1846dc=_0x15d275['model']['document']['selection'],_0x4b63f2=_0x165cfd&&void 0x0!==_0x165cfd['forceValue']?_0x165cfd['forceValue']:!_0x3b7796['value'];let _0x4dbb6a;_0x165cfd['language']||(_0x165cfd['language']=_0x350b98[0x0]['language']),_0x4dbb6a=_0x4b63f2?Array['from'](_0x1846dc['getSelectedBlocks']())['filter'](_0x4947c8=>eo(_0x4947c8)||function(_0xc9b07d,_0x293a14){if(_0xc9b07d['is']('rootElement')||_0x293a14['isLimit'](_0xc9b07d))return!0x1;return _0x293a14['checkChild'](_0xc9b07d['parent'],'codeBlock');}(_0x4947c8,_0x50b87e['schema'])):Array['from'](_0x1846dc['getSelectedBlocks']())['filter'](_0x4a1135=>eo(_0x4a1135));const _0x5370f1=to(_0x4dbb6a,_0x50b87e);_0x50b87e['change'](()=>{for(const _0x38f30a of _0x5370f1)_0x45abbc['markBlockFormat'](_0x38f30a,{'commandName':'codeBlock','commandParams':[{..._0x165cfd,'forceValue':_0x4b63f2}],'formatGroupId':'blockName'});});}),(_0x45abbc['descriptionFactory']['registerElementLabel']('codeBlock',_0x2b2d8e=>c(_0x4e9a46,'ELEMENT_CODE_BLOCK',_0x2b2d8e)),_0x45abbc['descriptionFactory']['registerDescriptionCallback'](_0x13051f=>{if('formatBlock'!=_0x13051f['type'])return;const _0x9adbd2=_0x4e9a46['t'],{data:_0x53f209}=_0x13051f;if(!_0x53f209||'codeBlock'!=_0x53f209['commandName'])return;const _0x5a4d22=_0x53f209['commandParams'][0x0]['language'],_0x19a5ea=_0x9adbd2(_0x350b98['find'](_0x1f576a=>_0x1f576a['language']===_0x5a4d22)['label'])['toLowerCase']();return _0x53f209['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x4e9a46,'*Set\x20format:*\x20%0',c(_0x4e9a46,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x19a5ea+')')}:{'type':'format','content':c(_0x4e9a46,'*Remove\x20format:*\x20%0',c(_0x4e9a46,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x59ed26){return'codeBlock'==_0x59ed26['name'];}class q extends _0x465839{['afterInit'](){const _0x206e2c=this['editor'];if(!_0x206e2c['plugins']['has']('CommentsEditing'))return;_0x206e2c['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x2aa982,_0x4d714f,_0x2a2ec2){const _0x87697a=[];for(const _0xb9e87 of _0x4d714f['getItems']())_0xb9e87['hasAttribute'](_0x2aa982)&&_0x87697a['push'](_0x2a2ec2['createRangeOn'](_0xb9e87));return _0x87697a;}function Fe(_0x105407,_0x2ad5ce,{showActiveMarker:_0xd1e049=!0x0}={}){const _0x19c53c=_0x105407['plugins']['get']('TrackChangesEditing');return(_0x154ee9,_0x2fe5cc,_0x5154e6)=>{if(!_0x5154e6['consumable']['test'](_0x2fe5cc['markerRange'],_0x154ee9['name']))return;const _0x41a22b=_0x2fe5cc['markerRange']['getWalker'](),_0x21360e=_0x2fe5cc['markerRange']['start'],_0x312300=_0x105407['model']['schema'];let _0x340463=null,_0x1243e1=null,_0x38bfed=!0x1,_0x483ab9=!0x1;for(const _0x3987e3 of _0x41a22b){const _0x278d84=_0x3987e3['item'];_0x38bfed=_0x38bfed||_0x312300['isContent'](_0x278d84);const _0x48741c=_0x5154e6['mapper']['toViewElement'](_0x278d84);if(_0x48741c&&_0x48741c['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x3987e3['type']&&(_0x312300['isBlock'](_0x278d84)&&!_0x312300['isLimit'](_0x278d84)&&(_0x278d84['nextSibling']||_0x21360e['isAtEnd']?_0x340463&&_0x340463['parent']==_0x278d84||(_0x340463=_0x278d84,_0x137752(_0x3987e3['previousPosition']),_0x483ab9=!0x0):_0x1243e1=_0x1243e1||_0x3987e3['previousPosition']));}function _0x137752(_0xf7a20a){const {id:_0x39ac5c,authorId:_0x35708e}=_0x19c53c['_splitMarkerName'](_0x2fe5cc['markerName']),_0x509230=_0x5154e6['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x2ad5ce,'data-suggestion':_0x39ac5c,'data-author-id':_0x35708e}),_0x2dbd1a=_0x5154e6['mapper']['toViewPosition'](_0xf7a20a);_0xd1e049&&_0x19c53c['activeMarkers']['includes'](_0x2fe5cc['markerName'])&&_0x5154e6['writer']['addClass']('ck-suggestion-marker--active',_0x509230),_0x5154e6['writer']['insert'](_0x2dbd1a,_0x509230),_0x5154e6['mapper']['bindElementToMarker'](_0x509230,_0x2fe5cc['markerName']);}_0x38bfed||_0x483ab9||!_0x1243e1||_0x137752(_0x1243e1);};}class z extends _0x465839{static get['requires'](){return[_0x2c2264];}['init'](){const _0x24a7d2=this['editor'],_0x3f1701=_0x24a7d2['plugins']['get']('TrackChangesEditing');_0x3f1701['enableCommand']('delete');const _0xb017a9=_0x24a7d2['commands']['get']('deleteForward');_0x3f1701['enableCommand']('deleteForward',(_0x397ea8,_0x3a233e={})=>{const _0x36f0b4=_0x24a7d2['model']['createSelection'](_0x24a7d2['model']['document']['selection']);_0x36f0b4['isCollapsed']&&_0x24a7d2['model']['modifySelection'](_0x36f0b4,{'direction':'forward','unit':_0x3a233e['unit']});const _0x45ab94=_0x36f0b4['getFirstRange'](),_0x60cea5=_0x1a5d6e['fromRange'](_0x45ab94);let _0x8e3e46;_0x397ea8(_0x3a233e),_0x8e3e46='$graveyard'==_0x60cea5['root']['rootName']?_0x24a7d2['model']['createRange'](_0x45ab94['start']):_0x24a7d2['model']['createRange'](_0x60cea5['start'],_0x60cea5['end']),_0x60cea5['detach'](),_0x24a7d2['model']['enqueueChange'](_0xb017a9['buffer']['batch'],_0x5050c4=>{_0xb017a9['buffer']['lock'](),_0x5050c4['setSelection'](_0x5050c4['createRange'](_0x8e3e46['end'])),_0xb017a9['buffer']['unlock']();});}),_0x24a7d2['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',Fe(_0x24a7d2,'merge'),{'priority':'high'}),_0x24a7d2['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x3466da,_0x23f9bc,_0x607ece)=>{_0x607ece['options']['showSuggestionHighlights']&&Fe(_0x24a7d2,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x3466da,_0x23f9bc,_0x607ece);},{'priority':'high'}),_0x24a7d2['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x5708b5,_0x4f5c83,_0x33fd40)=>{const _0x5235ca=_0x33fd40['mapper']['markerNameToElements'](_0x4f5c83['markerName']);if(_0x5235ca){for(const _0x3c2f53 of _0x5235ca)_0x3c2f53['is']('uiElement')&&(_0x33fd40['mapper']['unbindElementFromMarkerName'](_0x3c2f53,_0x4f5c83['markerName']),_0x33fd40['writer']['remove'](_0x3c2f53));}},{'priority':'high'});}}class W extends _0x465839{['afterInit'](){const _0x3a7c09=this['editor'];if(!_0x3a7c09['plugins']['has']('ListEditing'))return;const _0x209f27=_0x3a7c09['locale'],_0x5e9418=_0x3a7c09['plugins']['get']('TrackChangesEditing'),_0x44d36b=_0x3a7c09['plugins']['has']('TodoListEditing'),_0x249a0e=!!_0x3a7c09['config']['get']('list.multiBlock');function _0x440abd(_0x38fe98){return{'type':'format','content':''+c(_0x209f27,'*Set\x20format:*\x20%0',_0x38fe98)};}function _0x2d61c3(_0x557c00){return{'type':'format','content':''+c(_0x209f27,'*Remove\x20format:*\x20%0',_0x557c00)};}_0x5e9418['enableDefaultAttributesIntegration']('numberedList'),_0x5e9418['enableDefaultAttributesIntegration']('bulletedList'),_0x5e9418['enableDefaultAttributesIntegration']('customNumberedList'),_0x5e9418['enableDefaultAttributesIntegration']('customBulletedList'),_0x5e9418['enableDefaultAttributesIntegration']('indentList'),_0x5e9418['enableDefaultAttributesIntegration']('outdentList'),_0x5e9418['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x5e9418['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x5e9418['registerBlockAttribute']('listItemId'),_0x5e9418['registerBlockAttribute']('listType'),_0x5e9418['registerBlockAttribute']('listIndent'),_0x249a0e&&(_0x5e9418['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x5e9418['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x44d36b&&(_0x5e9418['enableDefaultAttributesIntegration']('todoList'),_0x5e9418['enableDefaultAttributesIntegration']('checkTodoList'),_0x5e9418['registerBlockAttribute']('todoListChecked'),_0x5e9418['descriptionFactory']['registerDescriptionCallback'](_0x51a644=>{const {data:_0x4ede77}=_0x51a644;if(_0x4ede77&&'todoListChecked'==_0x4ede77['key'])return{'type':'format','content':_0x4ede77['newValue']?c(_0x209f27,'*Check\x20item*'):c(_0x209f27,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x1a3686=>{if(_0x1a3686['batch']['isUndo'])return!0x1;let _0x42245c=!0x1;const _0x18f8b6=_0x5e9418['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x21e88a=>'todoListChecked'===_0x5e9418['_getAttributeKey'](_0x21e88a));for(const _0x494732 of _0x18f8b6){'todo'!=_0x494732['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x5e9418['_findSuggestions'](_0x494732['getFirstRange'](),'attribute')['find'](_0x476187=>'listType'===_0x5e9418['_getAttributeKey'](_0x476187['suggestion']))||(_0x1a3686['removeMarker'](_0x494732['getFirstMarker']()),_0x42245c=!0x0));}return _0x42245c;})),_0x5e9418['descriptionFactory']['registerAttributeLabel']('listIndent',c(_0x209f27,'FORMAT_INDENT'));const _0x2f6d49={'type':'format','content':''};_0x5e9418['descriptionFactory']['registerDescriptionCallback'](_0x1ff7a9=>{const {data:_0x44bff7}=_0x1ff7a9;if(!_0x44bff7||'listType'!=_0x44bff7['key'])return;let _0x430099=_0x1ff7a9['head'];for(;_0x430099;){if(_0x430099['data']&&(('listStyle'==_0x430099['data']['key']||'listMarkerStyle'==_0x430099['data']['key'])&&(_0x430099['data']['newValue']&&'default'!=_0x430099['data']['newValue']||'default'!=_0x430099['data']['oldValue']&&!_0x44bff7['newValue'])||!_0x249a0e&&_0x430099['data']['key']==u))return _0x2f6d49;_0x430099=_0x430099['next'];}if(null==_0x44bff7['newValue'])switch(_0x44bff7['oldValue']){case'bulleted':return _0x2d61c3(c(_0x209f27,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x2d61c3(c(_0x209f27,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x2d61c3(c(_0x209f27,'ELEMENT_TODO_LIST'));}switch(_0x44bff7['newValue']){case'bulleted':return _0x440abd(c(_0x209f27,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x440abd(c(_0x209f27,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x440abd(c(_0x209f27,'ELEMENT_TODO_LIST'));}}),_0x5e9418['descriptionFactory']['registerDescriptionCallback'](_0x56bc54=>{const {data:_0x44d916}=_0x56bc54;if(_0x44d916&&'listIndent'==_0x44d916['key'])return null==_0x44d916['newValue']||null==_0x44d916['oldValue']&&0x0==_0x44d916['newValue']?_0x2f6d49:void 0x0;}),_0x5e9418['descriptionFactory']['registerDescriptionCallback'](_0xd31510=>{if('attribute'!=_0xd31510['type'])return;const {data:_0xbbfb73}=_0xd31510;if(!_0xbbfb73||'listItemId'!=_0xbbfb73['key'])return;const _0x2e4521=Te(_0xd31510);return'newValue'==_0x2e4521?{'type':'format','content':c(_0x209f27,'*Merge:*\x20list\x20item')}:'oldValue'==_0x2e4521?{'type':'format','content':c(_0x209f27,'*Split:*\x20list\x20item')}:_0x2f6d49;}),_0x3a7c09['model']['document']['registerPostFixer'](_0x4d9fbb=>this['listItemIdFixer'](_0x4d9fbb)),_0x3a7c09['model']['document']['registerPostFixer'](_0x6a9947=>this['noTrackChangesFixer'](_0x6a9947)),_0x3a7c09['model']['document']['on']('change:data',(_0x2e8330,_0x1a4c14)=>{if(_0x1a4c14['isUndo']||!_0x1a4c14['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x5b8c8e){if(_0x5b8c8e['batch']['isUndo']||!_0x5b8c8e['batch']['isLocal'])return!0x1;let _0x31ab72=!0x1;const _0x12208f=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xcce8d0=>_0xcce8d0['data']&&'listItemId'==_0xcce8d0['data']['key'])['filter'](_0x565c2a=>_0x565c2a['data']['newValue']&&_0x565c2a['data']['oldValue']);for(const _0x4492f9 of _0x12208f)Te(_0x4492f9)||(_0x5b8c8e['removeMarker'](_0x4492f9['getFirstMarker']()),_0x31ab72=!0x0);return _0x31ab72;}['noTrackChangesFixer'](_0x484524){if(_0x484524['batch']['isUndo']||!_0x484524['batch']['isLocal'])return!0x1;const _0x17c253=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x17c253['trackChangesCommand']['value'])return!0x1;let _0x474b71=!0x1;const _0x467897=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x5b39bb=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x421b35=>'attribute'==_0x421b35['type'])['filter'](_0x2586f4=>_0x467897['includes'](_0x2586f4['attributeKey']));if(0x0==_0x5b39bb['length'])return _0x474b71;for(const _0x1319cc of _0x5b39bb){const _0x17636c=_0x17c253['_findSuggestions'](_0x1319cc['range'],'attribute')['filter'](_0x65d250=>!_0x65d250['meta']['isNextTo'])['map'](_0x339567=>_0x339567['suggestion'])['filter'](_0x553ea0=>{const _0x4092e2=_0x17c253['_getAttributeKey'](_0x553ea0);return _0x467897['includes'](_0x4092e2);});if(_0x17636c['length']){for(const _0x10d376 of _0x17636c)_0x484524['removeMarker'](_0x10d376['getFirstMarker']());_0x474b71=!0x0;}}return _0x474b71;}['assureChains'](){const _0x4d019a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x11e9ab=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x846fd4;const _0x4bdbeb=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x348d1c=>{if(_0x348d1c['data']['oldRange']||!_0x348d1c['data']['newRange'])return null;if(!_0x348d1c['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x147b6e}=_0x4d019a['_splitMarkerName'](_0x348d1c['name']);if(!_0x4d019a['hasSuggestion'](_0x147b6e))return null;const _0x258dc3=_0x4d019a['getSuggestion'](_0x147b6e);return _0x11e9ab['includes'](_0x258dc3['data']['key']);})['map'](_0x5341c0=>{const {id:_0x2a4f33}=_0x4d019a['_splitMarkerName'](_0x5341c0['name']),_0x5009cf=_0x4d019a['getSuggestion'](_0x2a4f33);return _0x846fd4=_0x5009cf['attributes']['groupId'],_0x5009cf['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x4bdbeb['size'])return;const _0x2a4287=_0x4d019a['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5da5a2=>'attribute'==_0x5da5a2['type']&&_0x5da5a2['data']&&_0x11e9ab['includes'](_0x5da5a2['data']['key'])&&_0x5da5a2['attributes']['groupId']!=_0x846fd4)['map'](_0x505f39=>({'listItem':_0x505f39['getFirstRange']()['start']['nodeAfter'],'groupId':_0x505f39['attributes']['groupId']})),_0x9bbf7=new Set();for(const {groupId:_0x2cd04b,listItem:_0x7f0cee}of _0x2a4287)_0x4bdbeb['has'](_0x7f0cee)&&_0x9bbf7['add'](_0x2cd04b);for(const _0x3fc45b of _0x4d019a['getSuggestions']())_0x9bbf7['has'](_0x3fc45b['attributes']['groupId'])&&_0x3fc45b['setAttribute']('groupId',_0x846fd4);}['_supportLegacySuggestions'](){const _0x1a4eb7=this['editor'],_0xc1e60d=_0x1a4eb7['locale'],_0x2d0469=_0x1a4eb7['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x2d0469['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x234818,_0x7d76c1){const _0x4d9814=[];for(let _0x37b1bf of _0x234818)_0x37b1bf['start']['nodeAfter']===_0x37b1bf['end']['parent']&&(_0x37b1bf=_0x1a4eb7['model']['createRange'](_0x1a4eb7['model']['createPositionAt'](_0x37b1bf['start']['nodeAfter'],0x0))),_0x4d9814['push'](_0x37b1bf);_0x1a4eb7['model']['change'](_0x1599ba=>{const _0x7f278b=_0x1a4eb7['model']['document']['selection'],_0x55ee08=Array['from'](_0x7f278b['getRanges']())['map'](_0x521055=>_0x1a5d6e['fromRange'](_0x521055));_0x1599ba['setSelection'](_0x4d9814),_0x1a4eb7['commands']['get'](_0x7d76c1['commandName'])['refresh'](),_0x7d76c1['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x1a4eb7['execute'](_0x7d76c1['commandName'],..._0x7d76c1['commandParams']),_0x1599ba['setSelection'](_0x55ee08);for(const _0x499826 of _0x55ee08)_0x499826['detach']();});}),_0x2d0469['descriptionFactory']['registerElementLabel'](function(_0x136425){const _0x2d1e90=!_0x1a4eb7['model']['schema']['isObject'](_0x136425),_0x5cdf4d=_0x136425['previousSibling'],_0xae580c=_0x136425['nextSibling'],_0x1426b6=_0x136425['getAttribute']('listItemId'),_0x137942=!_0x5cdf4d||_0x5cdf4d['getAttribute']('listItemId')!==_0x1426b6,_0x33f9ea=!_0xae580c||_0xae580c['getAttribute']('listItemId')!==_0x1426b6;return _0x2d1e90&&Boolean(_0x1426b6)&&_0x137942&&_0x33f9ea;},_0x4157c0=>c(_0xc1e60d,'ELEMENT_LIST_ITEM',_0x4157c0));}['_registerLegacyDescription'](){const _0x35e321=this['editor'],_0x1925dd=_0x35e321['locale'];function _0x259af4(_0x562916){const _0x26aefd=_0x35e321['commands']['get']('bulletedList')['value'],_0x7adccf=_0x35e321['commands']['get']('numberedList')['value'];return'numberedList'===_0x562916?_0x26aefd:_0x7adccf;}_0x35e321['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x4877e8){if('formatBlock'!=_0x4877e8['type'])return;const {data:_0x5532f5}=_0x4877e8;if(!_0x5532f5)return;let _0x27d255,_0x4850f6,_0x4a1cf4,_0x52604a;switch(_0x5532f5['commandName']){case'bulletedList':_0x4a1cf4=_0x5532f5['commandParams'][0x0]['forceValue'],_0x52604a=_0x259af4(_0x5532f5['commandName']),_0x27d255=_0x4a1cf4?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x52604a&&_0x35e321['config']['get']('list.multiBlock')||(_0x27d255='*Change\x20to:*\x20%0'),_0x4850f6={'type':'format','content':c(_0x1925dd,_0x27d255,c(_0x1925dd,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x4a1cf4=_0x5532f5['commandParams'][0x0]['forceValue'],_0x52604a=_0x259af4(_0x5532f5['commandName']),_0x27d255=_0x4a1cf4?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x52604a&&_0x35e321['config']['get']('list.multiBlock')||(_0x27d255='*Change\x20to:*\x20%0'),_0x4850f6={'type':'format','content':c(_0x1925dd,_0x27d255,c(_0x1925dd,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x27d255='*Indent:*\x20%0',_0x4850f6={'type':'format','content':c(_0x1925dd,_0x27d255,c(_0x1925dd,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x27d255=function(_0x4a0f47){const _0x150620=_0x4a0f47['getFirstRange']();let _0x4c1da0=_0x150620['start']['nodeAfter'];for(;_0x4c1da0&&_0x150620['containsItem'](_0x4c1da0);){if(_0x4c1da0['getAttribute']('listIndent')>0x0)return!0x1;_0x4c1da0=_0x4c1da0['nextSibling'];}return!0x0;}(_0x4877e8)?c(_0x1925dd,'*Format:*\x20remove\x20from\x20%0',c(_0x1925dd,function(_0x34bc58){return'ELEMENT_'+_0x34bc58['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x4877e8))):c(_0x1925dd,'*Outdent:*\x20%0',c(_0x1925dd,'ELEMENT_LIST_ITEM')),_0x4850f6={'type':'format','content':_0x27d255};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x5532f5['multipleBlocks']&&(_0x27d255='*Merge:*\x20%0',_0x4850f6={'type':'deletion','content':c(_0x1925dd,_0x27d255,c(_0x1925dd,'ELEMENT_LIST_ITEM'))});}return _0x4850f6;});}}function Te(_0x460dfb){let _0x2a4172=_0x460dfb['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x2a4172;){const _0x3466d2=_0x2a4172['getAttribute']('listItemId');if(!_0x3466d2)return!0x1;if(_0x3466d2==_0x460dfb['data']['newValue'])return'newValue';if(_0x3466d2==_0x460dfb['data']['oldValue'])return'oldValue';_0x2a4172=_0x2a4172['previousSibling'];}return!0x1;}class Se extends _0x465839{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x197850=this['editor']['config']['get']('list.properties'),_0x144a00=this['editor']['plugins']['get']('TrackChangesEditing');_0x197850['styles']&&(_0x144a00['enableDefaultAttributesIntegration']('listStyle'),_0x144a00['registerBlockAttribute']('listStyle')),_0x197850['reversed']&&(_0x144a00['enableDefaultAttributesIntegration']('listReversed'),_0x144a00['registerBlockAttribute']('listReversed')),_0x197850['startIndex']&&(_0x144a00['enableDefaultAttributesIntegration']('listStart'),_0x144a00['registerBlockAttribute']('listStart'));const _0x223ddf={'type':'format','content':''};_0x144a00['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x56aa2a=this['editor']['locale'];_0x144a00['descriptionFactory']['registerAttributeLabel']('listReversed',c(_0x56aa2a,'FORMAT_LIST_REVERSED')),_0x144a00['descriptionFactory']['registerDescriptionCallback'](_0x595384=>{const {data:_0xc3907f}=_0x595384;if(_0xc3907f&&'listReversed'==_0xc3907f['key'])return null==_0xc3907f['newValue']||0x0==_0xc3907f['newValue']&&null==_0xc3907f['oldValue']?_0x223ddf:void 0x0;}),_0x144a00['descriptionFactory']['registerAttributeLabel']('listStart',c(_0x56aa2a,'FORMAT_LIST_START')),_0x144a00['descriptionFactory']['registerDescriptionCallback'](_0x403daf=>{const {data:_0x42b3ea}=_0x403daf;if(_0x42b3ea&&'listStart'==_0x42b3ea['key'])return null==_0x42b3ea['newValue']||0x1==_0x42b3ea['newValue']&&null==_0x42b3ea['oldValue']?_0x223ddf:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x4e7201=>{if(_0x4e7201['batch']['isUndo'])return!0x1;let _0x402bf6=!0x1;const _0x124ff5=_0x144a00['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1bbdb0=>{const _0x254e15=_0x144a00['_getAttributeKey'](_0x1bbdb0);return'listStart'==_0x254e15||'listReversed'==_0x254e15;});for(const _0x293f0b of _0x124ff5){const _0x101c16=_0x293f0b['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x101c16||'customNumbered'==_0x101c16)continue;_0x144a00['_findSuggestions'](_0x293f0b['getFirstRange'](),'attribute')['find'](_0x48e94d=>'listType'==_0x144a00['_getAttributeKey'](_0x48e94d['suggestion']))||(_0x4e7201['removeMarker'](_0x293f0b['getFirstMarker']()),_0x402bf6=!0x0);}return _0x402bf6;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x7587b8){const _0x43db68=this['editor']['locale'],{data:_0x4443e7}=_0x7587b8,_0x373814={'type':'format','content':''};if(!_0x4443e7||'listStyle'!=_0x4443e7['key'])return;if(!_0x4443e7['oldValue'])return'default'==_0x4443e7['newValue']?_0x373814:{'type':'format','content':''+c(_0x43db68,'*Set\x20format:*\x20%0',c(_0x43db68,this['_getTranslationKeyForListStyle'](_0x4443e7['newValue'])))};if(!_0x4443e7['newValue']){if('default'==_0x4443e7['oldValue'])return _0x373814;let _0x571a7e=_0x7587b8['head'];for(;_0x571a7e;){if(_0x571a7e['data']&&'listType'==_0x571a7e['data']['key']&&_0x571a7e['data']['newValue'])return _0x373814;_0x571a7e=_0x571a7e['next'];}return{'type':'format','content':''+c(_0x43db68,'*Remove\x20format:*\x20%0',c(_0x43db68,this['_getTranslationKeyForListStyle'](_0x4443e7['oldValue'])))};}if('default'!=_0x4443e7['newValue'])return{'type':'format','content':''+c(_0x43db68,'*Set\x20format:*\x20%0',c(_0x43db68,this['_getTranslationKeyForListStyle'](_0x4443e7['newValue'])))};let _0x181944=_0x7587b8['head'];for(;_0x181944;){if(_0x181944['data']&&'listType'==_0x181944['data']['key']&&_0x181944['data']['newValue']&&_0x181944['data']['oldValue'])return _0x373814;_0x181944=_0x181944['next'];}return{'type':'format','content':c(_0x43db68,'*Set\x20format:*\x20%0',c(_0x43db68,'ELEMENT_'+_0x7587b8['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x687b7=this['editor'],_0x129348=_0x687b7['locale'];_0x687b7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xd4ccbb=>{if('formatBlock'!=_0xd4ccbb['type'])return;const {data:_0x250944}=_0xd4ccbb;if(!_0x250944)return;let _0x53c4fe,_0x254d69;switch(_0x250944['commandName']){case'listStyle':_0x53c4fe='*Change\x20to:*\x20%0',_0x254d69={'type':'format','content':c(_0x129348,_0x53c4fe,c(_0x129348,this['_getTranslationKeyForListStyle'](_0x250944['commandParams'][0x0]['type'])))};break;case'listReversed':_0x53c4fe=_0x250944['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x254d69={'type':'format','content':c(_0x129348,_0x53c4fe)};break;case'listStart':_0x53c4fe='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x254d69={'type':'format','content':c(_0x129348,_0x53c4fe,_0x250944['commandParams'][0x0]['startIndex'])};}return _0x254d69;});}['_getTranslationKeyForListStyle'](_0x4986ab){return'ELEMENT_'+function(_0x3a34f7){if(_e['includes'](_0x3a34f7))return'bulleted';if(Re['includes'](_0x3a34f7))return'numbered';return null;}(_0x4986ab)['toUpperCase']()+'_LIST_'+_0x4986ab['toUpperCase']()['replace'](/-/g,'_');}}const _e=['disc','circle','square'],Re=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0x465839{['afterInit'](){const _0x390217=this['editor'];_0x390217['commands']['get']('emoji')&&_0x390217['plugins']['get']('TrackChangesEditing')['enableCommand']('emoji');}}class Y extends _0x465839{static get['requires'](){return[_0xb6d27e];}['init'](){const _0x5c0c3b=this['editor'],_0x2e91ba=_0x5c0c3b['plugins']['get']('TrackChangesEditing'),_0x1d663b=_0x5c0c3b['commands']['get']('enter');_0x2e91ba['enableCommand']('enter',()=>{_0x5c0c3b['model']['change'](_0xa800ce=>{const _0x19c39d=_0x5c0c3b['model']['document']['selection'],_0x35d313=_0x19c39d['getFirstPosition'](),_0x2f4afc=_0x1a5d6e['fromRange'](_0x19c39d['getFirstRange']());if(_0x1d663b['enterBlock'](_0xa800ce)){const _0x29d093=_0x5c0c3b['model']['createPositionAt'](_0x35d313['parent']['nextSibling'],0x0),_0x22d734=_0xa800ce['createRange'](_0x35d313,_0x29d093);_0x2e91ba['markInsertion'](_0x22d734);}else _0xa800ce['setSelection'](_0xa800ce['createRange'](_0x2f4afc['end']));_0x2f4afc['detach'](),_0x1d663b['fire']('afterExecute',{'writer':_0xa800ce});});}),_0x5c0c3b['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',Fe(_0x5c0c3b,'split'),{'priority':'high'}),_0x5c0c3b['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x399548,_0x59c8bc,_0xf6a2cb)=>{const _0x263089=_0xf6a2cb['mapper']['markerNameToElements'](_0x59c8bc['markerName']);if(_0x263089){for(const _0x319a2e of _0x263089)_0x319a2e['hasClass']('ck-suggestion-marker-split')&&(_0xf6a2cb['mapper']['unbindElementFromMarkerName'](_0x319a2e,_0x59c8bc['markerName']),_0xf6a2cb['writer']['remove'](_0x319a2e));}},{'priority':'high'}),_0x5c0c3b['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x1d063f,_0x1cc7f0,_0xb3e90b)=>{_0xb3e90b['options']['showSuggestionHighlights']&&Fe(_0x5c0c3b,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x1d063f,_0x1cc7f0,_0xb3e90b);},{'priority':'high'});}}class Z extends _0x465839{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x443ab5=this['editor']['plugins']['get']('TrackChangesEditing');_0x443ab5['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x443ab5['enableCommand']('findNext'),_0x443ab5['enableCommand']('findPrevious'),_0x443ab5['enableCommand']('replace'),_0x443ab5['enableCommand']('replaceAll');}['handleFindCommand'](_0x5c7336,_0x136c63,_0x44b05d={}){const _0xdf0844=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x5c7336(_0x31494e=>{let _0x111e48=('string'==typeof _0x136c63?_0xdf0844['findByTextCallback'](_0x136c63,_0x44b05d):_0x136c63)(_0x31494e);Array['isArray'](_0x111e48)&&(_0x111e48={'results':_0x111e48,'searchText':'string'==typeof _0x136c63?_0x136c63:''});const _0x22c8a8=_0x111e48['results']['filter'](_0x561dd7=>!0x1===this['_isInDeletionRange'](_0x561dd7,_0x31494e['item']));return{..._0x111e48,'results':_0x22c8a8};},_0x44b05d);}['_isInDeletionRange'](_0x1ccab0,_0xb84999){const _0x2a112a=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0xb84999,_0x1ccab0['start']),this['editor']['model']['createPositionAt'](_0xb84999,_0x1ccab0['end']));for(const _0x47a877 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x2a112a['getIntersection'](_0x47a877['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class tt extends _0x465839{['afterInit'](){const _0x2bebca=this['editor']['locale'],_0x3ac713=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x420d40,commandName:_0x4e3556}of ro)this['editor']['plugins']['has'](_0x420d40)&&(_0x3ac713['enableDefaultAttributesIntegration'](_0x4e3556),_0x3ac713['registerInlineAttribute'](_0x4e3556));_0x3ac713['descriptionFactory']['registerAttributeLabel']('fontSize',c(_0x2bebca,'FORMAT_FONT_SIZE')),_0x3ac713['descriptionFactory']['registerAttributeLabel']('fontFamily',c(_0x2bebca,'FORMAT_FONT_FAMILY')),_0x3ac713['descriptionFactory']['registerAttributeLabel']('fontColor',c(_0x2bebca,'FORMAT_FONT_COLOR')),_0x3ac713['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',c(_0x2bebca,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x50d241=this['editor'],_0x16bd29=_0x50d241['locale'];_0x50d241['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1f50ac=>{const _0x30700b=_0x16bd29['t'];if('formatInline'!=_0x1f50ac['type'])return;const {data:_0x41c118}=_0x1f50ac;if(null!=_0x41c118){if('fontSize'==_0x41c118['commandName']){const _0x3aac17=_0x41c118['commandParams'][0x0]['value'];if(_0x3aac17){const _0x4f058f=_0x30700b(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x1d8e8a=>_0x1d8e8a['model']==_0x3aac17)['title'])['toLowerCase']();return{'type':'format','content':c(_0x16bd29,'*Set\x20font\x20size:*\x20%0',_0x4f058f)};}return{'type':'format','content':c(_0x16bd29,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x41c118['commandName']){const _0xa8c945=_0x41c118['commandParams'][0x0]['value'];return _0xa8c945?{'type':'format','content':c(_0x16bd29,'*Set\x20font\x20family:*\x20%0',_0xa8c945)}:{'type':'format','content':c(_0x16bd29,'*Reset\x20font\x20family*')};}if('fontColor'==_0x41c118['commandName']){const _0x5e586c=_0x41c118['commandParams'][0x0]['value'];if(_0x5e586c){const _0xa701c5=_0x4f5407(this['editor']['config']['get']('fontColor.colors'))['find'](_0xd0856a=>_0xd0856a['model']==_0x5e586c);let _0x6e4b69=_0x5e586c,_0x56007b='';return _0xa701c5&&(_0x6e4b69=_0xa701c5['label'],_0x56007b=_0x30700b(_0x6e4b69)['toLowerCase']()),{'type':'format','content':c(_0x16bd29,'*Set\x20font\x20color:*\x20%0',_0x56007b)['trim'](),'color':{'value':_0x5e586c,'title':_0x56007b||_0x6e4b69}};}return{'type':'format','content':c(_0x16bd29,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x41c118['commandName']){const _0x165aa8=_0x41c118['commandParams'][0x0]['value'];if(_0x165aa8){const _0x1f8ab0=_0x4f5407(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x46610e=>_0x46610e['model']==_0x165aa8);let _0x468fda=_0x165aa8,_0x278caa='';return _0x1f8ab0&&(_0x468fda=_0x1f8ab0['label'],_0x278caa=_0x30700b(_0x468fda)['toLowerCase']()),{'type':'format','content':c(_0x16bd29,'*Set\x20font\x20background\x20color:*\x20%0',_0x278caa)['trim'](),'color':{'value':_0x165aa8,'title':_0x278caa||_0x468fda}};}return{'type':'format','content':c(_0x16bd29,'*Reset\x20font\x20background\x20color*')};}}});}}class it extends _0x465839{['afterInit'](){const _0x449d4e=this['editor'],_0x42b9b0=_0x449d4e['plugins']['get']('TrackChangesEditing'),_0x91a197=_0x449d4e['commands']['get']('copyFormat'),_0x59b78d=_0x449d4e['commands']['get']('pasteFormat');_0x91a197&&_0x59b78d&&(_0x42b9b0['enableDefaultAttributesIntegration']('pasteFormat'),_0x42b9b0['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x32a80b=this['editor'],_0x172ee1=_0x32a80b['locale'];_0x32a80b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x53f68f=>{if('formatBlock'!=_0x53f68f['type']&&'formatInline'!=_0x53f68f['type'])return;const {data:_0x46f018}=_0x53f68f;if(_0x46f018&&'pasteFormat'===_0x46f018['commandName']){const _0x4dac91=[],_0x2da422=_0x46f018['commandParams'][0x0];for(const [_0x278fa7,_0x53e569]of Object['entries'](_0x2da422))_0x4dac91['push'](so(_0x32a80b,_0x278fa7,_0x53e569));return _0x4dac91['length']?{'type':'format','content':c(_0x172ee1,'*Set\x20format\x20to:*\x20%0',_0x4dac91['join'](',\x20'))}:{'type':'format','content':c(_0x172ee1,'*Remove\x20all\x20formatting*')};}});}}function so(_0x36a13a,_0x178a13,_0x44330c){const _0x2a0655=_0x36a13a['locale']['t'],_0xe55208=_0x178a13['split'](/(?=[A-Z])/)['join']('\x20'),_0x4427ea=_0x2a0655(_0xe55208['charAt'](0x0)['toUpperCase']()+_0xe55208['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x44330c)return _0x4427ea;if('fontColor'===_0x178a13||'fontBackgroundColor'===_0x178a13){const _0xe50567=_0x4f5407(_0x36a13a['config']['get']('fontColor.colors'))['find'](_0x29acaf=>_0x29acaf['model']==_0x44330c);return _0x4427ea+'\x20('+(_0xe50567?_0x2a0655(_0xe50567['label'])['toLowerCase']():_0x44330c)+')';}if('fontSize'===_0x178a13&&isNaN(parseFloat(_0x44330c))){const _0xf7aba5=_0x36a13a['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x36a13a['config']['get']('fontSize.options'))['find'](_0x1afbae=>_0x1afbae['model']==_0x44330c);return _0x4427ea+'\x20('+(_0xf7aba5?_0x2a0655(_0xf7aba5['title'])['toLowerCase']():_0x44330c)+')';}return _0x4427ea+'\x20('+_0x44330c+')';}class et extends _0x465839{['_headingOptions'];['afterInit'](){const _0x3153eb=this['editor'];if(!_0x3153eb['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x3153eb['config']['get']('heading.options');const _0x2e07a0=_0x3153eb['locale'],_0x27dc81=_0x3153eb['plugins']['get']('TrackChangesEditing');_0x27dc81['enableDefaultAttributesIntegration']('heading');for(const _0x39109e of this['_headingOptions'])'paragraph'!=_0x39109e['model']&&_0x27dc81['descriptionFactory']['registerElementLabel'](_0x39109e['model'],_0x307aab=>{const _0x2e8d48=this['_getHeadingLevel'](_0x39109e['model']);return null!==_0x2e8d48?_0x583e5a(_0x307aab,_0x2e8d48):_0x545e38(_0x307aab,_0x39109e['title']);});function _0x583e5a(_0x55f90f,_0x210868){return c(_0x2e07a0,'ELEMENT_HEADING',[_0x55f90f,_0x210868]);}function _0x545e38(_0x32c56e,_0x17217d){return c(_0x2e07a0,'ELEMENT_HEADING_CUSTOM',[_0x32c56e,_0x17217d]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1277a9=this['editor'],_0x53f470=_0x1277a9['locale'];function _0x5a4bef(_0x47ac59,_0x26174c){return c(_0x53f470,'ELEMENT_HEADING_CUSTOM',[_0x47ac59,_0x26174c]);}_0x1277a9['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x58faee=>{if('formatBlock'!=_0x58faee['type'])return;const {data:_0x4f3e2b}=_0x58faee;if(_0x4f3e2b&&'heading'==_0x4f3e2b['commandName']){const _0x1fdb38=_0x4f3e2b['commandParams'][0x0]['value'],_0x5f2d66=this['_getHeadingLevel'](_0x1fdb38);if(null!==_0x5f2d66)return{'type':'format','content':c(_0x53f470,'*Change\x20to:*\x20%0',(_0x288dd5=0x1,_0xdfec24=_0x5f2d66,c(_0x53f470,'ELEMENT_HEADING',[_0x288dd5,_0xdfec24])))};const _0x5cb940=this['_headingOptions']['find'](_0x4d448c=>_0x4d448c['model']===_0x1fdb38)['title'];return{'type':'format','content':c(_0x53f470,'*Change\x20to:*\x20%0',_0x5a4bef(0x1,_0x5cb940))};}var _0x288dd5,_0xdfec24;});}['_getHeadingLevel'](_0xc1fcda){const _0x45fe3c=_0xc1fcda['match'](/^heading(\d+)/);if(_0x45fe3c)return _0x45fe3c[0x1];const _0x567ffd=this['_headingOptions']?.['find'](_0x2a3250=>_0x2a3250['model']==_0xc1fcda);if(_0x567ffd&&_0x567ffd['view']){const _0x7074e2=_0x567ffd['view'],_0x2ed15e=(_0x7074e2['name']??_0x7074e2)['match'](/^h(\d+)/);if(_0x2ed15e)return _0x2ed15e[0x1];}return null;}}class nt extends _0x465839{['afterInit'](){const _0x19579b=this['editor'];if(!_0x19579b['plugins']['has']('HighlightEditing'))return;const _0xcc7141=_0x19579b['plugins']['get']('TrackChangesEditing'),_0x1b690e=_0x19579b['locale'];_0xcc7141['enableDefaultAttributesIntegration']('highlight'),_0xcc7141['registerInlineAttribute']('highlight'),_0xcc7141['descriptionFactory']['registerAttributeLabel']('highlight',c(_0x1b690e,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x50bfa7=this['editor'],_0x2badc4=_0x50bfa7['locale'];_0x50bfa7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x54e095=>{if('formatInline'!=_0x54e095['type'])return;const {data:_0x41073e}=_0x54e095;if(_0x41073e&&'highlight'==_0x41073e['commandName']){const _0x365405=_0x2badc4['t'],_0x497916=_0x41073e['commandParams'][0x0]['value'];if(_0x497916){const _0x4807b4=_0x50bfa7['config']['get']('highlight.options')['find'](_0x25d584=>_0x25d584['model']==_0x497916),_0x117c01=_0x365405(_0x4807b4['title'])['toLowerCase']();return{'type':'format','content':c(_0x2badc4,'*Set\x20highlight:*\x20%0',_0x117c01),'color':{'value':_0x4807b4['color'],'title':_0x4807b4['title']}};}return{'type':'format','content':c(_0x2badc4,'*Remove\x20highlight*',c(_0x2badc4,'FORMAT_HIGHLIGHT'))};}});}}class st extends _0x465839{['afterInit'](){const _0x5343f9=this['editor'];if(!_0x5343f9['plugins']['has']('HorizontalLineEditing'))return;_0x5343f9['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x16826e=_0x5343f9['plugins']['get']('TrackChangesEditing'),_0x29f816=_0x5343f9['locale'];_0x16826e['descriptionFactory']['registerElementLabel']('horizontalLine',_0x1cbf7d=>c(_0x29f816,'ELEMENT_HORIZONTAL_LINE',_0x1cbf7d)),_0x5343f9['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x4e8814,{writer:_0x56a345,options:_0x33bb34})=>{if(!_0x33bb34['showSuggestionHighlights'])return null;const _0x5d4288=_0x56a345['createContainerElement']('div'),_0x4cc7b4=_0x56a345['createEmptyElement']('hr');return _0x56a345['addClass']('ck-horizontal-line',_0x5d4288),_0x56a345['insert'](_0x56a345['createPositionAt'](_0x5d4288,0x0),_0x4cc7b4),_0x5d4288;},'converterPriority':'high'});}}class ot extends _0x465839{['afterInit'](){const _0x3d1053=this['editor'];if(!_0x3d1053['plugins']['has']('HtmlEmbed'))return;const _0x19722d=_0x3d1053['plugins']['get']('TrackChangesEditing'),_0x2a02b4=_0x3d1053['locale'];_0x19722d['descriptionFactory']['registerElementLabel']('rawHtml',_0x21e6e1=>c(_0x2a02b4,'ELEMENT_HTML_EMBED',_0x21e6e1)),_0x19722d['enableDefaultAttributesIntegration']('htmlEmbed'),_0x19722d['registerBlockAttribute']('value'),_0x19722d['descriptionFactory']['registerDescriptionCallback'](_0x256bfc=>{if('attribute'!=_0x256bfc['type'])return;const {data:_0x849c18}=_0x256bfc;if(_0x849c18&&'value'==_0x849c18['key']&&_0x256bfc['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0xff6e55=c(_0x2a02b4,'ELEMENT_HTML_EMBED');return{'type':'format','content':c(_0x2a02b4,'*Change\x20%0\x20content*',_0xff6e55)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x119869=this['editor'],_0x48f3b0=_0x119869['locale'];_0x119869['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x202dcf=>{if('formatBlock'!=_0x202dcf['type'])return;const {data:_0x4f428b}=_0x202dcf;if(_0x4f428b&&'htmlEmbed'==_0x4f428b['commandName']){const _0xed6613=c(_0x48f3b0,'ELEMENT_HTML_EMBED');return{'type':'format','content':c(_0x48f3b0,'*Change\x20%0\x20content*',_0xed6613)};}});}}class rt extends _0x465839{['afterInit'](){const _0x5913fd=this['editor'];if(!_0x5913fd['plugins']['has']('ImageEditing'))return;const _0x3932f5=_0x5913fd['plugins']['get']('TrackChangesEditing'),_0x38d1b4=_0x5913fd['plugins']['get']('ImageUtils'),_0x5394a7=_0x5913fd['locale'];_0x3932f5['enableCommand']('insertImage'),_0x3932f5['descriptionFactory']['registerElementLabel']('imageBlock',_0xe65402=>c(_0x5394a7,'ELEMENT_IMAGE',_0xe65402)),_0x3932f5['descriptionFactory']['registerElementLabel']('imageInline',_0x59d319=>c(_0x5394a7,'ELEMENT_INLINE_IMAGE',_0x59d319)),_0x3932f5['descriptionFactory']['registerElementLabel']('caption',()=>c(_0x5394a7,'ELEMENT_CAPTION')),_0x5913fd['plugins']['has']('ImageUploadEditing')&&_0x3932f5['enableCommand']('uploadImage'),_0x5913fd['plugins']['has']('ImageBlockEditing')&&_0x5913fd['plugins']['has']('ImageInlineEditing')&&(_0x3932f5['enableCommand']('imageTypeInline',(_0x417710,_0x207c29)=>{const _0x2393cb=_0x38d1b4['getClosestSelectedImageElement'](_0x5913fd['model']['document']['selection']);_0x5913fd['model']['change'](()=>{_0x3932f5['markBlockFormat'](_0x2393cb,{'commandName':'imageTypeInline','commandParams':[_0x207c29]},[],'convertBlockImageToInline');});}),_0x3932f5['enableCommand']('imageTypeBlock',(_0x24401e,_0x450510)=>{_0x5913fd['model']['change'](_0x5c99b0=>{let _0x158161=_0x38d1b4['getClosestSelectedImageElement'](_0x5913fd['model']['document']['selection']),_0x4b9b75=_0x5c99b0['createRangeOn'](_0x158161);const _0x28f3ed=_0x1ff9a7['fromPosition'](_0x4b9b75['start'],'toPrevious'),_0x5b3b27=_0x1ff9a7['fromPosition'](_0x4b9b75['end'],'toNext');_0x3932f5['forceDefaultExecution'](()=>_0x24401e(_0x450510)),_0x158161=_0x38d1b4['getClosestSelectedImageElement'](_0x5913fd['model']['document']['selection']),_0x4b9b75=_0x5c99b0['createRangeOn'](_0x158161);const _0x31428e=_0x5c99b0['createRange'](_0x28f3ed,_0x5b3b27);_0x28f3ed['detach'](),_0x5b3b27['detach'](),_0x3932f5['markBlockFormat'](_0x158161,{'commandName':'imageTypeInline','commandParams':[_0x450510]},[],'convertInlineImageToBlock'),_0x31428e['start']['isBefore'](_0x4b9b75['start'])&&_0x3932f5['markInsertion'](_0x5c99b0['createRange'](_0x31428e['start'],_0x4b9b75['start']),'convertInlineImageToBlock'),_0x4b9b75['end']['isBefore'](_0x31428e['end'])&&_0x3932f5['markInsertion'](_0x5c99b0['createRange'](_0x4b9b75['end'],_0x31428e['end']),'convertInlineImageToBlock');});}),_0x3932f5['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x3932f5['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x3932f5['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x3932f5['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x3932f5['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x3932f5['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x515bba])=>{const _0x3a0767=_0x3932f5['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x91e7cb=_0x515bba['start'],_0x375a4b=_0x515bba['end'];const _0x5e038a=_0x5913fd['model']['schema']['getNearestSelectionRange'](_0x91e7cb,'backward'),_0x197807=_0x5913fd['model']['schema']['getNearestSelectionRange'](_0x375a4b,'forward');_0x5e038a['isCollapsed']&&(_0x91e7cb=_0x5e038a['start']),_0x197807['isCollapsed']&&(_0x375a4b=_0x197807['end']),_0x3a0767([_0x5913fd['model']['createRange'](_0x91e7cb,_0x375a4b)]);}),_0x3932f5['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x38a680),_0x3932f5['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x38a680)),_0x5913fd['plugins']['has']('ImageCaptionEditing')&&(_0x3932f5['enableCommand']('toggleImageCaption',(_0x5a8ad6,_0x16c63c)=>{const _0x3090fe=_0x5913fd['plugins']['get']('ImageCaptionUtils');let _0x1a4cca=_0x38d1b4['getClosestSelectedImageElement'](_0x5913fd['model']['document']['selection']),_0x3c5bb9=_0x3090fe['getCaptionFromImageModelElement'](_0x1a4cca);_0x5913fd['model']['change'](()=>{if(_0x3c5bb9)return void _0x3932f5['markDeletion'](_0x5913fd['model']['createRangeOn'](_0x3c5bb9));const _0x2c4498=_0x38d1b4['isBlockImage'](_0x1a4cca);_0x5a8ad6(_0x16c63c),_0x1a4cca=_0x38d1b4['getClosestSelectedImageElement'](_0x5913fd['model']['document']['selection']),_0x3c5bb9=_0x3090fe['getCaptionFromImageModelElement'](_0x1a4cca),_0x3932f5['markInsertion'](_0x5913fd['model']['createRangeOn'](_0x3c5bb9),_0x2c4498?null:'imageCaption');});}),_0x3932f5['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x38a680));const _0x39eec0=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0xba46eb(_0x1a001e,_0xa4b826){const _0x59b772=_0x39eec0['findIndex'](({type:_0x2919aa,subType:_0x14fcba})=>_0x1a001e['type']==_0x2919aa&&_0x1a001e['subType']==_0x14fcba),_0x489f10=_0x39eec0['findIndex'](({type:_0x8671ac,subType:_0x4dd142})=>_0xa4b826['type']==_0x8671ac&&_0xa4b826['subType']==_0x4dd142);if(_0x59b772<0x0||_0x489f10<0x0)return!0x1;const _0x1de1e4=_0x1a001e['getFirstRange'](),_0x2820e4=_0xa4b826['getFirstRange']();if((0x0==_0x59b772||0x1==_0x59b772)&&0x2==_0x489f10&&_0x1de1e4['isIntersecting'](_0x2820e4))return!0x0;if(0x2==_0x59b772&&0x3==_0x489f10){const _0x2faad2=_0x3932f5['_findSuggestions'](_0x1de1e4,'insertion')['filter'](({suggestion:_0x3f3554,meta:_0x2bbdb0})=>_0x2bbdb0['isOwn']&&'convertInlineImageToBlock'==_0x3f3554['subType']);if(_0x2faad2['length']>0x1&&_0x2820e4['end']['isEqual'](_0x1de1e4['start']))return!0x0;if(0x1==_0x2faad2['length']&&(_0x1de1e4['start']['isEqual'](_0x2820e4['end'])||_0x1de1e4['end']['isEqual'](_0x2820e4['start'])))return!0x0;}if(0x3==_0x59b772&&0x3==_0x489f10&&_0x1de1e4['start']['isBefore'](_0x2820e4['start'])){const _0x13a70b=_0x1de1e4['end']['nodeAfter'],_0x13f891=_0x2820e4['start']['nodeBefore'];return _0x38d1b4['isBlockImage'](_0x13a70b)&&_0x13a70b===_0x13f891;}return!0x1;}function _0x38a680(_0x3e9ebe,_0x571690){return _0xba46eb(_0x3e9ebe,_0x571690)?[_0x3e9ebe,_0x571690]:_0xba46eb(_0x571690,_0x3e9ebe)?[_0x571690,_0x3e9ebe]:null;}_0x5913fd['plugins']['has']('ImageResize')&&(_0x3932f5['enableDefaultAttributesIntegration']('resizeImage'),_0x3932f5['registerBlockAttribute']('resizedWidth'),_0x3932f5['descriptionFactory']['registerAttributeLabel']('resizedWidth',c(_0x5394a7,'FORMAT_IMAGE_SIZE'))),_0x5913fd['plugins']['has']('ImageTextAlternativeEditing')&&(_0x3932f5['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x3932f5['registerBlockAttribute']('alt')),_0x5913fd['plugins']['has']('PictureEditing')&&(_0x3932f5['registerBlockAttribute']('sources'),_0x3932f5['descriptionFactory']['registerDescriptionCallback'](_0x317a57=>{if('attribute'!=_0x317a57['type'])return;const {data:_0x3a6234}=_0x317a57;return _0x3a6234&&'sources'==_0x3a6234['key']?{'type':'format','content':''}:void 0x0;})),_0x5913fd['plugins']['has']('ImageSizeAttributes')&&(_0x3932f5['registerBlockAttribute']('width'),_0x3932f5['registerBlockAttribute']('height'),_0x3932f5['descriptionFactory']['registerDescriptionCallback'](_0x4de444=>{if('attribute'!=_0x4de444['type'])return;const {data:_0x198ee8}=_0x4de444;return!_0x198ee8||'width'!=_0x198ee8['key']&&'height'!=_0x198ee8['key']?void 0x0:{'type':'format','content':''};})),_0x3932f5['descriptionFactory']['registerDescriptionCallback'](_0x3919c2=>{if(!!_0x39eec0['find'](({type:_0x8c1ad6,subType:_0x5bd630})=>_0x3919c2['type']==_0x8c1ad6&&_0x3919c2['subType']==_0x5bd630))return _0x3919c2['previous']?{}:void 0x0;}),_0x3932f5['descriptionFactory']['registerDescriptionCallback'](_0x30f34f=>{if('insertion'==_0x30f34f['type']||'deletion'==_0x30f34f['type']){const _0x3166b6=_0x30f34f['getContainedElement']();if(_0x3166b6&&_0x3166b6['is']('element','caption'))return{'type':'insertion'==_0x30f34f['type']?'addObject':'removeObject','element':_0x3166b6,'quantity':0x1};}}),_0x3932f5['descriptionFactory']['registerDescriptionCallback'](_0x11d32a=>'formatBlock'==_0x11d32a['type']&&'convertInlineImageToBlock'==_0x11d32a['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x11d32a['type']&&'convertBlockImageToInline'==_0x11d32a['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x3932f5['descriptionFactory']['registerDescriptionCallback'](_0x232f80=>{if('attribute'!=_0x232f80['type'])return;const {data:_0x77a17b}=_0x232f80;if(!_0x77a17b||'alt'!=_0x77a17b['key'])return;const _0x4e7051=_0x77a17b['newValue'];return _0x4e7051?{'type':'format','content':c(_0x5394a7,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x4e7051+'\x22')}:{'type':'format','content':c(_0x5394a7,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xbebbdb=this['editor'],_0x8ebd20=_0xbebbdb['locale'];_0xbebbdb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x37915c=>{if('formatBlock'!=_0x37915c['type']&&'formatInline'!=_0x37915c['type'])return;const {data:_0x1a2447}=_0x37915c;if(_0x1a2447){if('imageTextAlternative'==_0x1a2447['commandName']){const _0x48f77e=_0x1a2447['commandParams'][0x0]['newValue'];return _0x48f77e?{'type':'format','content':c(_0x8ebd20,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x48f77e+'\x22')}:{'type':'format','content':c(_0x8ebd20,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x1a2447['commandName']){const _0x37becd=_0x1a2447['commandParams'][0x0]['width'];return _0x37becd?{'type':'format','content':c(_0x8ebd20,'*Set\x20image\x20width:*\x20%0',_0x37becd)}:{'type':'format','content':c(_0x8ebd20,'*Reset\x20image\x20width*')};}}});}}class at extends _0x465839{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x297428=this['editor']['locale'],_0x22b348=this['editor']['plugins']['get']('TrackChangesEditing');_0x22b348['enableDefaultAttributesIntegration']('replaceImageSource'),_0x22b348['registerBlockAttribute']('src'),_0x22b348['descriptionFactory']['registerDescriptionCallback'](_0x26e404=>{if('attribute'!=_0x26e404['type'])return;const {data:_0x28af70}=_0x26e404;return _0x28af70&&'src'==_0x28af70['key']?_0x28af70['newValue']&&_0x28af70['oldValue']?{'type':'format','content':c(_0x297428,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x2b37e2=this['editor']['plugins']['get']('TrackChangesEditing');_0x2b37e2['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x2b37e2['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2b37e2['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x2b37e2['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xcdee23=this['editor'],_0x321676=_0xcdee23['locale'];_0xcdee23['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4ae4f6=>{if('formatBlock'!=_0x4ae4f6['type']&&'formatInline'!=_0x4ae4f6['type'])return;const {data:_0x4d8bdb}=_0x4ae4f6;if(!_0x4d8bdb||'replaceImageSource'!=_0x4d8bdb['commandName'])return;return{'type':'format','content':c(_0x321676,'*Format:*\x20replace\x20image\x20URL')};});}}class ct extends _0x465839{['afterInit'](){const _0x432c6b=this['editor'];if(!_0x432c6b['plugins']['has']('ImageStyleEditing'))return;const _0x53cdd5=_0x432c6b['plugins']['get']('TrackChangesEditing'),_0x13921e=_0x432c6b['plugins']['get']('ImageUtils'),_0x79c911={};_0x53cdd5['enableCommand']('imageStyle',(_0x3c9482,_0x4e1708)=>{const _0x68bff1=_0x432c6b['plugins']['get']('Users')['me'],_0x2d877b=_0x432c6b['commands']['get']('imageStyle');let _0x266f9b=_0x13921e['getClosestSelectedImageElement'](_0x432c6b['model']['document']['selection']),_0x178382=_0x432c6b['model']['createRangeOn'](_0x266f9b),_0x5a96cb=_0x2d877b['value'];if(_0x5a96cb==_0x4e1708['value'])return;const _0x2a6f9c={'commandName':'imageStyle','commandParams':[_0x4e1708],'formatGroupId':_0x21999f()};_0x432c6b['model']['change'](()=>{if(_0x53cdd5['getSuggestions']()['filter'](_0x439753=>_0x439753['isInContent']&&_0x68bff1==_0x439753['author']&&('formatBlock'==_0x439753['type']||'formatInline'==_0x439753['type'])&&('imageStylePreApply'==_0x439753['subType']||'imageStylePostApply'==_0x439753['subType'])&&_0x439753['getFirstRange']()['isEqual'](_0x178382))['forEach'](_0x8c06b=>_0x53cdd5['discardSuggestion'](_0x8c06b['head'])),_0x266f9b=_0x13921e['getClosestSelectedImageElement'](_0x432c6b['model']['document']['selection']),_0x178382=_0x432c6b['model']['createRangeOn'](_0x266f9b),_0x2d877b['refresh'](),_0x432c6b['commands']['get']('imageTypeInline')['refresh'](),_0x432c6b['commands']['get']('imageTypeBlock')['refresh'](),_0x5a96cb=_0x2d877b['value'],_0x5a96cb!=_0x4e1708['value'])return _0x13921e['isInlineImage'](_0x266f9b)&&_0x2d877b['shouldConvertImageType'](_0x4e1708['value'],_0x266f9b)?(_0x3c9482({..._0x4e1708,'setImageSizes':!0x1}),_0x266f9b=_0x13921e['getClosestSelectedImageElement'](_0x432c6b['model']['document']['selection']),void _0x53cdd5['markBlockFormat'](_0x266f9b,{..._0x2a6f9c,'commandReversedParams':[{'value':_0x5a96cb||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x13921e['isBlockImage'](_0x266f9b)?_0x53cdd5['markBlockFormat'](_0x266f9b,_0x2a6f9c,[],'imageStylePostApply'):_0x53cdd5['markInlineFormat'](_0x178382,_0x2a6f9c,'imageStylePostApply'));});});for(const _0x56bfc5 of _0x432c6b['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x79c911[_0x56bfc5['name']]=_0x56bfc5['title']['toLowerCase']();_0x53cdd5['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x53cdd5['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x53cdd5['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x53cdd5['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x2c9238])=>{_0x13921e['setImageNaturalSizeAttributes'](_0x2c9238['getContainedElement']());}),_0x53cdd5['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x1c533f,_0x2a646b)=>{_0x53cdd5['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x1c533f,{'commandName':_0x2a646b['commandName'],'commandParams':_0x2a646b['commandReversedParams']});}),_0x53cdd5['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x30d876,_0x4cfb7b){if(_0x83aab8(_0x30d876,_0x4cfb7b))return[_0x30d876,_0x4cfb7b];if(_0x83aab8(_0x4cfb7b,_0x30d876))return[_0x4cfb7b,_0x30d876];return null;});const _0x465182=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x83aab8(_0xa97125,_0x5e0ff6){const _0x2e295b=_0x465182['findIndex'](({type:_0x30ce28,subType:_0x8baedc})=>_0xa97125['type']==_0x30ce28&&_0xa97125['subType']==_0x8baedc),_0x59c3c0=_0x465182['findIndex'](({type:_0x161c89,subType:_0x5f1dda})=>_0x5e0ff6['type']==_0x161c89&&_0x5e0ff6['subType']==_0x5f1dda);if(_0x2e295b<0x0||_0x59c3c0<0x0)return!0x1;const _0x21ad52=_0xa97125['getFirstRange'](),_0x441c25=_0x5e0ff6['getFirstRange']();if((0x0==_0x2e295b||0x1==_0x2e295b)&&0x2==_0x59c3c0&&_0x21ad52['isIntersecting'](_0x441c25))return!0x0;if(0x2==_0x2e295b&&0x3==_0x59c3c0){const _0x360e01=_0x53cdd5['_findSuggestions'](_0x21ad52,'insertion')['filter'](({suggestion:_0x3b159d,meta:_0x2c458b})=>_0x2c458b['isOwn']&&'convertInlineImageToBlock'==_0x3b159d['subType']);if(_0x360e01['length']>0x1&&_0x441c25['end']['isEqual'](_0x21ad52['start']))return!0x0;if(0x1==_0x360e01['length']&&(_0x21ad52['start']['isEqual'](_0x441c25['end'])||_0x21ad52['end']['isEqual'](_0x441c25['start'])))return!0x0;}if(0x3==_0x2e295b&&0x3==_0x59c3c0&&_0x21ad52['start']['isBefore'](_0x441c25['start'])){const _0x22fe90=_0x21ad52['end']['nodeAfter'],_0x26a6b2=_0x441c25['start']['nodeBefore'];return _0x13921e['isBlockImage'](_0x22fe90)&&_0x22fe90===_0x26a6b2;}return!0x1;}_0x432c6b['model']['document']['registerPostFixer'](()=>{let _0x373416=!0x1;const _0x33a8e7=Array['from'](_0x432c6b['model']['document']['differ']['getChangedMarkers']());for(const {name:_0xd09cd2,data:_0x3e9c5a}of _0x33a8e7){const {group:_0x2aae4f,type:_0x5ef5b2,subType:_0x19bd62,id:_0x542d8d}=_0x53cdd5['_splitMarkerName'](_0xd09cd2);if('suggestion'==_0x2aae4f&&_0x53cdd5['hasSuggestion'](_0x542d8d)){if('formatBlock'==_0x5ef5b2&&('imageStylePreApply'==_0x19bd62||'imageStylePostApply'==_0x19bd62)){const _0x531bfb=_0x53cdd5['getSuggestion'](_0x542d8d);if(_0x3e9c5a['newRange']){const _0x301c77=_0x531bfb['getFirstRange']()['getContainedElement']();if(_0x13921e['isBlockImage'](_0x301c77))continue;_0x53cdd5['discardSuggestion'](_0x531bfb),_0x373416=!0x0;}}if('insertion'==_0x5ef5b2&&'imageCaption'==_0x19bd62&&!_0x3e9c5a['newRange']){const _0x3466a8=_0x53cdd5['getSuggestion'](_0x542d8d);_0x3466a8['next']&&_0x3466a8['next']['isInContent']&&(_0x53cdd5['discardSuggestion'](_0x3466a8['next']),_0x373416=!0x0);}}}return _0x373416;}),this['_registerLegacyDescription'](_0x79c911);}['_registerLegacyDescription'](_0x263a5e){const _0x3ef30a=this['editor'],_0x831a85=_0x3ef30a['locale'];_0x3ef30a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xbddf7b=>{if('formatBlock'!=_0xbddf7b['type']&&'formatInline'!=_0xbddf7b['type'])return;const {data:_0x15b4ef}=_0xbddf7b;if(!_0x15b4ef||'imageStyle'!=_0x15b4ef['commandName'])return;const _0x5ef06c=_0x15b4ef['commandParams'][0x0]['value'];return _0x155e3b('side'===_0x5ef06c?c(_0x831a85,'FORMAT_SIDE_IMAGE'):_0x263a5e[_0x5ef06c]||_0x5ef06c);function _0x155e3b(_0x23a57e){return{'type':'format','content':c(_0x831a85,'*Format:*\x20%0',_0x23a57e)};}});}}class ut extends _0x465839{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x19c03d){super(_0x19c03d),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x41f622=this['editor'],_0x1b2298=_0x41f622['commands']['get']('importWord'),_0x411329=_0x41f622['commands']['get']('trackChanges');_0x1b2298&&(_0x1b2298['on']('execute',(_0x232710,[,_0x1e6b20])=>{this['_trackChangesValueDuringImport']=_0x411329['value'],_0x1e6b20['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x1b2298,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x1b2298,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x411329['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x41f622['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x4a2985,_0x51f68a){const {suggestions:_0x1dfa23}=_0x51f68a,_0x20eb89=this['editor']['commands']['get']('trackChanges'),_0x36f055=_0x20eb89['value'];this['_trackChangesValueDuringImport']!==_0x36f055&&(_0x20eb89['execute'](),this['_trackChangesExecuted']=!0x0),_0x1dfa23&&_0x1dfa23['forEach'](({id:_0x4d124b,type:_0x58c3a0,author:_0x5e1c4c,created_at:_0x47f67})=>{const _0x270ef2={'id':_0x4d124b,'type':_0x58c3a0,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x5e1c4c,'createdAt':_0x47f67?new Date(_0x47f67):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x270ef2);});}}class ft extends _0x465839{['afterInit'](){const _0xb82ab0=this['editor'],_0x4f3994=_0xb82ab0['plugins']['get']('TrackChangesEditing');if(_0xb82ab0['plugins']['has']('IndentEditing')&&(_0x4f3994['enableCommand']('indent'),_0x4f3994['enableCommand']('outdent')),_0xb82ab0['plugins']['has']('IndentBlock')){for(const _0x38d2d9 of['indentBlock','outdentBlock'])_0x4f3994['enableDefaultAttributesIntegration'](_0x38d2d9);}const _0x3dc129=_0xb82ab0['locale'];_0x4f3994['registerBlockAttribute']('blockIndent'),_0x4f3994['descriptionFactory']['registerAttributeLabel']('blockIndent',c(_0x3dc129,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x441f6b=this['editor'],_0x38f1ca=_0x441f6b['locale'],_0x1afb21=_0x441f6b['plugins']['get']('TrackChangesEditing');_0x1afb21['descriptionFactory']['registerDescriptionCallback'](_0x5790ce=>{if('formatBlock'!=_0x5790ce['type'])return;const {data:_0x366098}=_0x5790ce;if(!_0x366098)return;if('indentBlock'!=_0x366098['commandName']&&'outdentBlock'!=_0x366098['commandName'])return;const _0x3e8f23=_0x5790ce['getItems']()[0x0],_0xc3da79=_0x1afb21['descriptionFactory']['getItemLabel'](_0x3e8f23);return'indentBlock'==_0x366098['commandName']?{'type':'format','content':c(_0x38f1ca,'*Indent:*\x20%0',_0xc3da79)}:'outdentBlock'==_0x366098['commandName']?{'type':'format','content':c(_0x38f1ca,'*Outdent:*\x20%0',_0xc3da79)}:void 0x0;});}}class ht extends _0x465839{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class gt extends _0x465839{['afterInit'](){const _0x35a7e5=this['editor'];if(!_0x35a7e5['plugins']['has']('LinkEditing'))return;const _0x4b86eb=_0x35a7e5['plugins']['get']('TrackChangesEditing'),_0x424bde=_0x35a7e5['commands']['get']('link');_0x4b86eb['enableDefaultAttributesIntegration']('link'),_0x4b86eb['enableDefaultAttributesIntegration']('unlink'),_0x4b86eb['registerInlineAttribute']('linkHref');for(const _0x3dda3a of _0x424bde['manualDecorators'])_0x4b86eb['registerInlineAttribute'](_0x3dda3a['id']),_0x4b86eb['descriptionFactory']['registerAttributeLabel'](_0x3dda3a['id'],'link\x20('+_0x3dda3a['label']['toLowerCase']()+')');_0x4b86eb['descriptionFactory']['registerDescriptionCallback'](_0xe03738=>{if('attribute'!=_0xe03738['type'])return;const {data:_0x22c08a}=_0xe03738;if(!_0x22c08a||'linkHref'!=_0x22c08a['key'])return;const _0x3ac49c=_0x22c08a['newValue'],_0x2f1295=_0x35a7e5['locale'];return{'type':'format','content':null==_0x3ac49c?c(_0x2f1295,'*Remove\x20link*'):c(_0x2f1295,'*Set\x20link:*\x20%0','\x22'+_0x3ac49c+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x16822a=this['editor'],_0x3ba9c1=_0x16822a['locale'];_0x16822a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x445b61=>{if('formatInline'!=_0x445b61['type'])return;const {data:_0x4d7ee6}=_0x445b61;if(_0x4d7ee6){if('link'==_0x4d7ee6['commandName']){const _0x523871=_0x4d7ee6['commandParams'][0x0];return{'type':'format','content':c(_0x3ba9c1,'*Set\x20link:*\x20%0','\x22'+_0x523871+'\x22')};}return'unlink'==_0x4d7ee6['commandName']?{'type':'format','content':c(_0x3ba9c1,'*Remove\x20link*')}:void 0x0;}});}}class lt extends _0x465839{['afterInit'](){const _0x23e962=this['editor'],_0xdf7b68=_0x23e962['locale'];if(!_0x23e962['plugins']['has']('LegacyListEditing'))return;const _0x381214=_0x23e962['plugins']['get']('TrackChangesEditing'),_0x6c040e=_0x23e962['plugins']['has']('LegacyTodoListEditing');function _0x33d28e(_0x220257){return()=>{const _0x44ceeb=_0x23e962['model']['document']['selection'],_0x5a2224=_0x23e962['commands']['get'](_0x220257);if(_0x5a2224['value'])return void _0x23e962['execute']('paragraph',{});const _0x418bbe=_0x220257['slice'](0x0,-0x4),_0x576429=function(_0x809dbf,_0x20fa13,_0x36b1a1){let _0x35637a=Array['from'](_0x809dbf)['filter'](_0xf3c022=>function(_0x484c09,_0x374954){return _0x374954['checkChild'](_0x484c09['parent'],'listItem')&&!_0x374954['isObject'](_0x484c09);}(_0xf3c022,_0x36b1a1));_0x35637a=_0x35637a['filter'](_0x272329=>!_0x272329['is']('element','listItem')||_0x272329['getAttribute']('listType')!=_0x20fa13);const _0x397eab=new Set();for(const _0x589f30 of _0x35637a)_0x589f30['is']('element','listItem')?_0x397eab['add'](Le(_0x589f30)):_0x397eab['add'](_0x589f30);return Array['from'](_0x397eab);}(_0x44ceeb['getSelectedBlocks'](),_0x418bbe,_0x23e962['model']['schema']);_0x23e962['model']['change'](()=>{for(const _0x15a61e of _0x576429)_0x381214['markBlockFormat'](_0x15a61e,{'commandName':_0x220257,'commandParams':[{'forceValue':!_0x5a2224['value']}],'formatGroupId':'blockName'},Ee(_0x15a61e));});};}function _0x3fb496(_0x13f79f){return()=>{const _0x46705c=function(_0x32af6a){let _0x14f672=Array['from'](_0x32af6a);const _0x32ddd3=_0x14f672['findIndex'](_0x44c78c=>'listItem'!=_0x44c78c['name']);return _0x32ddd3>-0x1&&(_0x14f672=_0x14f672['slice'](0x0,_0x32ddd3)),_0x14f672;}(_0x23e962['model']['document']['selection']['getSelectedBlocks']()),_0x2b0213=_0x23e962['model']['createRange'](_0x23e962['model']['createPositionAt'](_0x46705c[0x0],'before'),_0x23e962['model']['createPositionAt'](_0x46705c[_0x46705c['length']-0x1],'end'));_0x23e962['model']['change'](()=>{_0x381214['markBlockFormat'](_0x2b0213,{'commandName':_0x13f79f,'commandParams':[],'formatGroupId':'listIndent'},function(_0x17d57d){const _0xa878f4=new Set();for(const _0x16b85c of _0x17d57d){let _0x187691=_0x16b85c['nextSibling'];for(;_0x187691&&_0x187691['getAttribute']('listIndent')>_0x16b85c['getAttribute']('listIndent');)_0xa878f4['add'](_0x187691),_0x187691=_0x187691['nextSibling'];}return Array['from'](_0xa878f4);}(_0x46705c));});};}_0x381214['enableCommand']('numberedList',_0x33d28e('numberedList')),_0x381214['enableCommand']('bulletedList',_0x33d28e('bulletedList')),_0x6c040e&&_0x381214['enableCommand']('todoList',_0x33d28e('todoList')),_0x381214['enableCommand']('indentList',_0x3fb496('indentList')),_0x381214['enableCommand']('outdentList',_0x3fb496('outdentList')),_0x6c040e&&_0x381214['enableCommand']('checkTodoList',()=>{const _0x308d19=_0x23e962['commands']['get']('checkTodoList'),_0x13cfba=Array['from'](_0x308d19['_selectedElements']);_0x13cfba['filter'](_0xf34cf0=>_0xf34cf0['getAttribute']('todoListChecked')!=_0x308d19['value']),_0x23e962['model']['change'](()=>{for(const _0x109f4a of _0x13cfba)_0x381214['markBlockFormat'](_0x109f4a,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x308d19['value']}]});});}),_0x381214['descriptionFactory']['registerElementLabel']('listItem',_0x529532=>c(_0xdf7b68,'ELEMENT_LIST_ITEM',_0x529532)),_0x381214['descriptionFactory']['registerDescriptionCallback'](_0x1c28fb=>{if('formatBlock'!=_0x1c28fb['type']&&'formatInline'!=_0x1c28fb['type'])return;const {data:_0x2d57b5}=_0x1c28fb;if(_0x2d57b5){if('numberedList'==_0x2d57b5['commandName']||'bulletedList'==_0x2d57b5['commandName']||'todoList'==_0x2d57b5['commandName'])switch(_0x2d57b5['commandName']['replace']('List','')){case'bulleted':return _0x45bbaf(c(_0xdf7b68,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x45bbaf(c(_0xdf7b68,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x45bbaf(c(_0xdf7b68,'ELEMENT_TODO_LIST'));}if('indentList'==_0x2d57b5['commandName'])return{'type':'format','content':c(_0xdf7b68,'*Indent:*\x20%0',c(_0xdf7b68,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x2d57b5['commandName'])return{'type':'format','content':c(_0xdf7b68,'*Outdent:*\x20%0',c(_0xdf7b68,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x2d57b5['commandName'])return _0x2d57b5['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0xdf7b68,'*Check\x20item*')}:{'type':'format','content':c(_0xdf7b68,'*Uncheck\x20item*')};}function _0x45bbaf(_0x4b6757){return{'type':'format','content':c(_0xdf7b68,'*Change\x20to:*\x20%0',_0x4b6757)};}});}}function Le(_0xdbf74f){const _0x246f89=_0xdbf74f['getAttribute']('listIndent');if(0x0==_0x246f89)return _0xdbf74f;let _0x1298bb=_0xdbf74f;for(;_0xdbf74f['previousSibling']&&_0xdbf74f['previousSibling']['is']('element','listItem');){const _0x2e99a6=_0xdbf74f['previousSibling']['getAttribute']('listIndent');if(_0x2e99a6==_0x246f89)_0x1298bb=_0xdbf74f['previousSibling'];else{if(_0x2e99a6<_0x246f89)break;}_0xdbf74f=_0xdbf74f['previousSibling'];}return _0x1298bb;}function Ee(_0x3da38b){const _0x5a9324=[];if(_0x3da38b['is']('element','listItem')&&_0x3da38b['getAttribute']('listIndent')>0x0){let _0x5e2766=_0x3da38b['nextSibling'];for(;_0x5e2766&&'listItem'==_0x5e2766['name']&&_0x5e2766['getAttribute']('listIndent')==_0x3da38b['getAttribute']('listIndent');)_0x5a9324['push'](_0x5e2766),_0x5e2766=_0x5e2766['nextSibling'];}return _0x5a9324;}class Q extends _0x465839{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x59af05=this['editor']['config']['get']('list.properties'),_0x478419=this['editor']['plugins']['get']('TrackChangesEditing');_0x59af05['styles']&&_0x478419['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x59af05['reversed']&&_0x478419['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x59af05['startIndex']&&_0x478419['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x478419['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x1c2188,_0x5da132={}){const _0x2a11b5=this['editor']['plugins']['get']('TrackChangesEditing'),_0xf7d5fa=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x2a11b5['markMultiRangeBlockFormat'](_0xf7d5fa,{'commandName':'listStyle','commandParams':[{'type':_0x5da132['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x3f9f1a,_0x7bca9c={}){const _0x27b4b6=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2b32ed=this['_getSuggestionBlocks'](_0x125b8d=>_0x125b8d['is']('element','listItem')&&'numbered'===_0x125b8d['getAttribute']('listType'));if(_0x2b32ed['length']<0x1)return;const _0x1de4aa=_0x2b32ed['map'](_0x5da458=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x5da458,'before'),this['editor']['model']['createPositionAt'](_0x5da458,0x0)));this['editor']['model']['change'](()=>{_0x27b4b6['markMultiRangeBlockFormat'](_0x1de4aa,{'commandName':'listReversed','commandParams':[{'reversed':_0x7bca9c['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0xa42d27,_0x1b526b={}){const _0x5e4e93=this['editor']['plugins']['get']('TrackChangesEditing'),_0x13ed12=this['_getSuggestionBlocks'](_0x202ab5=>_0x202ab5['is']('element','listItem')&&'numbered'===_0x202ab5['getAttribute']('listType'));if(_0x13ed12['length']<0x1)return;const _0x581f7e=_0x13ed12['map'](_0x171580=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x171580,'before'),this['editor']['model']['createPositionAt'](_0x171580,0x0)));this['editor']['model']['change'](()=>{_0x5e4e93['markMultiRangeBlockFormat'](_0x581f7e,{'commandName':'listStart','commandParams':[{'startIndex':_0x1b526b['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x4c9eb6){if('formatBlock'!=_0x4c9eb6['type']&&'formatInline'!=_0x4c9eb6['type'])return;const _0x1f7ed3=this['editor']['locale'],{data:_0x59b40a}=_0x4c9eb6;if(!_0x59b40a)return;let _0x426a98,_0x6084f0;switch(_0x59b40a['commandName']){case'listStyle':_0x426a98='*Change\x20to:*\x20%0',_0x6084f0={'type':'format','content':c(_0x1f7ed3,_0x426a98,c(_0x1f7ed3,this['_getTranslationKeyForListStyle'](_0x59b40a['commandParams'][0x0]['type'])))};break;case'listReversed':_0x426a98=_0x59b40a['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x6084f0={'type':'format','content':c(_0x1f7ed3,_0x426a98)};break;case'listStart':_0x426a98='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x6084f0={'type':'format','content':c(_0x1f7ed3,_0x426a98,_0x59b40a['commandParams'][0x0]['startIndex'])};}return _0x6084f0;}['_getSuggestionBlocksForListStyle'](){const _0x949f45=this['editor']['plugins']['get']('LegacyListUtils');let _0x4291ba=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x4291ba[0x0]?.['is']('element','listItem')&&_0x4291ba['unshift'](..._0x949f45['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x4291ba[_0x4291ba['length']-0x1]?.['is']('element','listItem')&&_0x4291ba['push'](..._0x949f45['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x4291ba=[...new Set(_0x4291ba)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x4291ba=_0x4291ba['filter'](_0x4af013=>_0x4af013['is']('element','listItem'))),_0x4291ba;}['_getSuggestionBlocks'](_0x576a45){const _0x10b65e=this['editor']['plugins']['get']('LegacyListUtils');let _0x5092f6=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x576a45)['map'](_0x467b5e=>{const _0x3e9329=this['editor']['model']['createPositionAt'](_0x467b5e,0x0);return[..._0x10b65e['getSiblingNodes'](_0x3e9329,'backward'),..._0x10b65e['getSiblingNodes'](_0x3e9329,'forward')];})['flat']();return _0x5092f6=[...new Set(_0x5092f6)],_0x5092f6;}['_getTranslationKeyForListStyle'](_0x514f26){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x514f26)||'default')['toUpperCase']()+'_LIST_'+_0x514f26['toUpperCase']()['replace'](/-/g,'_');}}class mt extends _0x465839{['afterInit'](){const _0x4d1ff6=this['editor'];if(!_0x4d1ff6['plugins']['has']('MediaEmbedEditing'))return;const _0x881afc=_0x4d1ff6['plugins']['get']('TrackChangesEditing'),_0xd9d1c=_0x4d1ff6['locale'];_0x881afc['enableCommand']('mediaEmbed'),_0x881afc['descriptionFactory']['registerElementLabel']('media',_0x57ae74=>c(_0xd9d1c,'ELEMENT_MEDIA',_0x57ae74)),_0x4d1ff6['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x3860df,{writer:_0x142cc1,options:_0x43ff8c})=>{if(_0x43ff8c['showSuggestionHighlights'])return _0x142cc1['createEmptyElement']('div');},'converterPriority':'high'}),_0x4d1ff6['data']['downcastDispatcher']['on']('attribute:url:media',(_0x5beac1,_0x527e34,_0x31f6a8)=>{_0x31f6a8['options']['showSuggestionHighlights']&&_0x5beac1['stop']();},{'priority':'high'});}}class pt extends _0x465839{['afterInit'](){const _0x223961=this['editor'];_0x223961['plugins']['has']('MentionEditing')&&_0x223961['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class kt extends _0x465839{['afterInit'](){const _0x24ed4d=this['editor'];if(!_0x24ed4d['plugins']['has']('MergeFieldsEditing'))return;const _0xa8b4ed=_0x24ed4d['plugins']['get']('TrackChangesEditing'),_0x2c976e=_0x24ed4d['locale'];_0xa8b4ed['enableCommand']('insertMergeField'),_0xa8b4ed['enableCommand']('insertMergeFieldBlock'),_0xa8b4ed['enableCommand']('insertMergeFieldImage'),_0xa8b4ed['descriptionFactory']['registerElementLabel']('mergeField',_0xc4705b=>c(_0x2c976e,'ELEMENT_MERGE_FIELD',_0xc4705b)),_0xa8b4ed['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x15f406=>c(_0x2c976e,'ELEMENT_MERGE_FIELD',_0x15f406)),_0xa8b4ed['descriptionFactory']['registerDescriptionCallback'](_0x5621d2=>{if('insertion'!=_0x5621d2['type']&&'deletion'!=_0x5621d2['type'])return;const _0x543332=_0x5621d2['getContainedElement']();if(null==_0x543332)return;const _0x445f73=_0x24ed4d['plugins']['get']('MergeFieldsEditing');let _0x3b5b96;switch(_0x445f73['getMergeFieldType'](_0x543332)){case null:return;case'image':{const _0x165d53=_0x445f73['unwrapAffixes'](_0x543332['getAttribute']('src'));_0x3b5b96=_0x445f73['getLabel'](_0x165d53)||_0x165d53;break;}default:{const _0x293c5d=_0x543332['getAttribute']('id');_0x3b5b96=_0x445f73['getLabel'](_0x293c5d)||_0x293c5d;break;}}return'insertion'==_0x5621d2['type']?{'type':'insertion','content':c(_0x2c976e,'*Insert:*\x20%0','\x22'+_0x3b5b96+'\x22\x20'+c(_0x2c976e,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':c(_0x2c976e,'*Remove:*\x20%0','\x22'+_0x3b5b96+'\x22\x20'+c(_0x2c976e,'ELEMENT_MERGE_FIELD'))};});}}class wt extends _0x465839{['afterInit'](){const _0x39cd2d=this['editor'],_0x5c4530=_0x39cd2d['plugins']['get']('TrackChangesEditing');_0x39cd2d['plugins']['has']('MultiLevelList')&&(_0x5c4530['enableDefaultAttributesIntegration']('multiLevelList'),_0x5c4530['registerBlockAttribute']('listMarkerStyle'),_0x5c4530['descriptionFactory']['registerDescriptionCallback'](_0x78b11b=>this['handleDescriptions'](_0x78b11b)));}['handleDescriptions'](_0x1f771e){const _0x474a6a=this['editor']['locale'],{data:_0x58fa0c}=_0x1f771e,_0x55f9ed={'type':'format','content':''};if(_0x58fa0c&&'listMarkerStyle'==_0x58fa0c['key']){if(!_0x58fa0c['oldValue'])return{'type':'format','content':c(_0x474a6a,'*Set\x20format:*\x20%0',c(_0x474a6a,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x58fa0c['newValue']+')'};if(!_0x58fa0c['newValue']){let _0x478f00=_0x1f771e['head'];for(;_0x478f00;){if(_0x478f00['data']&&'listType'==_0x478f00['data']['key']&&_0x478f00['data']['newValue'])return _0x55f9ed;_0x478f00=_0x478f00['next'];}return{'type':'format','content':c(_0x474a6a,'*Remove\x20format:*\x20%0',c(_0x474a6a,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x58fa0c['oldValue']+')'};}}}}class bt extends _0x465839{['afterInit'](){const _0x559a65=this['editor'];if(!_0x559a65['plugins']['has']('PageBreakEditing'))return;_0x559a65['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x46d9f6=_0x559a65['plugins']['get']('TrackChangesEditing'),_0x25b9f4=_0x559a65['locale'];_0x46d9f6['descriptionFactory']['registerElementLabel']('pageBreak',_0x1de8c2=>c(_0x25b9f4,'ELEMENT_PAGE_BREAK',_0x1de8c2));}}class yt extends _0x465839{['afterInit'](){const _0x5c0152=this['editor'];if(!_0x5c0152['plugins']['has']('Paragraph'))return;const _0x42a977=_0x5c0152['locale'],_0x3e4928=_0x5c0152['plugins']['get']('TrackChangesEditing');_0x3e4928['descriptionFactory']['registerElementLabel']('paragraph',_0x5e0f90=>c(_0x42a977,'ELEMENT_PARAGRAPH',_0x5e0f90)),_0x3e4928['enableDefaultAttributesIntegration']('paragraph'),_0x3e4928['enableCommand']('insertParagraph'),_0x5c0152['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x5c0152),{'priority':'highest'}),_0x5c0152['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x56a735,_0x576da0,_0x13cd62)=>{_0x13cd62['options']['showSuggestionHighlights']&&nr(_0x5c0152,{'showActiveMarker':!0x1})(_0x56a735,_0x576da0,_0x13cd62);},{'priority':'highest'});const _0x4f4fe9=_0x3e4928['descriptionFactory'];_0x4f4fe9['registerDescriptionCallback'](_0x29af65=>{if('insertion'!==_0x29af65['type'])return;const {start:_0x18f417,end:_0x2e7091}=_0x29af65['getFirstRange']();if(!_0x18f417['isTouching'](_0x2e7091)||!_0x18f417['nodeAfter'])return;const _0x579a1e=_0x5c0152['model']['schema'],_0x22260e=_0x18f417['nodeAfter'];return _0x579a1e['isBlock'](_0x22260e)&&!_0x579a1e['isLimit'](_0x22260e)&&_0x579a1e['checkChild'](_0x22260e,'$text')?{'type':'insertion','content':c(_0x42a977,'*Insert:*\x20%0',_0x4f4fe9['getItemLabel'](_0x22260e,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x40b55a=this['editor'],_0x4dc255=_0x40b55a['locale'];_0x40b55a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2e7d09=>{if('formatBlock'!=_0x2e7d09['type'])return;const {data:_0x1d9de5}=_0x2e7d09;return _0x1d9de5&&'paragraph'==_0x1d9de5['commandName']?{'type':'format','content':c(_0x4dc255,'*Change\x20to:*\x20%0',c(_0x4dc255,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x164fb4,{showActiveMarker:_0x497869=!0x0}={}){return(_0x2e17c4,_0x15b74f,_0x3c7f74)=>{const _0x55e46d=_0x164fb4['plugins']['get']('TrackChangesEditing'),_0xf7db89=_0x15b74f['markerRange']['start'],_0x4030c6=_0x15b74f['markerRange']['end'],_0x5f2fbb=_0x164fb4['model']['schema'];if(!_0xf7db89['isTouching'](_0x4030c6)||!_0xf7db89['nodeAfter'])return;const _0x584334=_0xf7db89['nodeAfter'];if(_0x5f2fbb['isBlock'](_0x584334)&&!_0x5f2fbb['isLimit'](_0x584334)&&_0x5f2fbb['checkChild'](_0x584334,'$text')){if(!_0x3c7f74['consumable']['consume'](_0x15b74f['markerRange'],_0x2e17c4['name']))return;const {id:_0x3b447a,authorId:_0x463bf4}=_0x55e46d['_splitMarkerName'](_0x15b74f['markerName']),_0x38840b=_0x3c7f74['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-suggestion':_0x3b447a,'data-author-id':_0x463bf4}),_0x48209c=_0x3c7f74['mapper']['toViewPosition'](_0x4030c6);_0x497869&&_0x55e46d['activeMarkers']['includes'](_0x15b74f['markerName'])&&_0x3c7f74['writer']['addClass']('ck-suggestion-marker--active',_0x38840b),_0x3c7f74['writer']['insert'](_0x48209c,_0x38840b),_0x3c7f74['mapper']['bindElementToMarker'](_0x38840b,_0x15b74f['markerName']);}};}class St extends _0x465839{['afterInit'](){const _0x21358f=this['editor'];_0x21358f['commands']['get']('replaceSource')&&_0x21358f['plugins']['get']('TrackChangesEditing')['enableCommand']('replaceSource');}}class jt extends _0x465839{['afterInit'](){const _0x4b0506=this['editor'];if(!_0x4b0506['plugins']['has']('RemoveFormatEditing'))return;_0x4b0506['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x59094e=this['editor'];_0x59094e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x105f4f=>{if('formatBlock'!=_0x105f4f['type']&&'formatInline'!=_0x105f4f['type'])return;const {data:_0x600ed5}=_0x105f4f;return _0x600ed5&&'removeFormat'==_0x600ed5['commandName']?{'type':'format','content':c(_0x59094e['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class It extends _0x465839{['afterInit'](){const _0x5e2da0=this['editor'];if(!_0x5e2da0['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x5e9796=_0x5e2da0['plugins']['get']('TrackChangesEditing');_0x5e9796['enableCommand']('goToPreviousRestrictedEditingException'),_0x5e9796['enableCommand']('goToNextRestrictedEditingException');const _0x34f8f1=_0x5e2da0['plugins']['get']('RestrictedEditingModeEditing');_0x34f8f1['enableCommand']('trackChanges'),_0x34f8f1['enableCommand']('acceptSuggestion'),_0x34f8f1['enableCommand']('discardSuggestion'),_0x34f8f1['enableCommand']('acceptAllSuggestions'),_0x34f8f1['enableCommand']('discardAllSuggestions'),_0x34f8f1['enableCommand']('acceptSelectedSuggestions'),_0x34f8f1['enableCommand']('discardSelectedSuggestions');}}class At extends _0x465839{['afterInit'](){const _0x50bec3=this['editor'];if(!_0x50bec3['plugins']['has']('ShiftEnter'))return;const _0x2a4929=_0x50bec3['plugins']['get']('TrackChangesEditing');_0x2a4929['enableCommand']('shiftEnter'),_0x50bec3['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',je(_0x50bec3),{'priority':'high'}),_0x50bec3['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',je(_0x50bec3),{'priority':'high'}),_0x50bec3['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x42fb7a,_0x37958e,_0x14179c)=>{_0x14179c['options']['showSuggestionHighlights']&&je(_0x50bec3,{'showActiveMarker':!0x1})(_0x42fb7a,_0x37958e,_0x14179c);}),_0x2a4929['descriptionFactory']['registerElementLabel']('softBreak',_0x465e16=>c(_0x50bec3['locale'],'ELEMENT_LINE_BREAK',_0x465e16));}}function je(_0x1f4798,{showActiveMarker:_0x4d2d3f=!0x0}={}){return(_0x229ce0,_0x5bc29c,_0x24cf56)=>{const _0x449f26=_0x1f4798['plugins']['get']('TrackChangesEditing');if(!_0x24cf56['consumable']['test'](_0x5bc29c['markerRange'],_0x229ce0['name']))return;const _0x486551=_0x1f4798['model'];for(const _0x4a8aaf of _0x5bc29c['markerRange']['getItems']()){if(!_0x4a8aaf['is']('element','softBreak'))continue;const _0x416c62='deletion'==_0x5bc29c['markerName']['split'](':')[0x1]?'merge':'split',{id:_0x25d285,authorId:_0x357011}=_0x449f26['_splitMarkerName'](_0x5bc29c['markerName']),_0x32c92a=_0x24cf56['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x416c62,'data-suggestion':_0x25d285,'data-author-id':_0x357011}),_0x8de6e1=_0x24cf56['mapper']['toViewPosition'](_0x486551['createPositionBefore'](_0x4a8aaf));_0x4d2d3f&&_0x449f26['activeMarkers']['includes'](_0x5bc29c['markerName'])&&_0x24cf56['writer']['addClass']('ck-suggestion-marker--active',_0x32c92a),_0x24cf56['writer']['insert'](_0x8de6e1,_0x32c92a),_0x24cf56['mapper']['bindElementToMarker'](_0x32c92a,_0x5bc29c['markerName']);}};}class _t extends _0x465839{['afterInit'](){const _0x142b68=this['editor'],_0x382228=_0x142b68['model'],_0x48ba9f=_0x142b68['locale'];if(!_0x142b68['plugins']['has']('StandardEditingModeEditing'))return;const _0x4b8d8a=_0x142b68['plugins']['get']('TrackChangesEditing'),_0x164f47='restrictedEditingException',_0x449595=_0x142b68['commands']['get'](_0x164f47);_0x4b8d8a['enableCommand'](_0x164f47,(_0x192a20,_0x590727={})=>{const _0x4ed385=_0x382228['document']['selection'];if(_0x4ed385['isCollapsed'])return void _0x192a20(_0x590727);const _0xd34dd=void 0x0!==_0x590727['forceValue']?_0x590727['forceValue']:!_0x449595['value'];_0x382228['change'](()=>{const _0x599ec8=Array['from'](_0x4ed385['getRanges']());for(const _0x2ea23d of _0x599ec8){const _0x25ff66=_0xd34dd?[_0x2ea23d]:io(_0x164f47,_0x2ea23d,_0x382228);for(const _0x3ba42d of _0x25ff66)_0x4b8d8a['markInlineFormat'](_0x3ba42d,{'commandName':_0x164f47,'commandParams':[{'forceValue':_0xd34dd}]});}});}),_0x4b8d8a['descriptionFactory']['registerDescriptionCallback'](_0x48d39f=>{if('formatBlock'!=_0x48d39f['type']&&'formatInline'!=_0x48d39f['type'])return;const {data:_0x2f0c63}=_0x48d39f;return _0x2f0c63&&_0x2f0c63['commandName']==_0x164f47?_0x2f0c63['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x48ba9f,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':c(_0x48ba9f,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class vt extends _0x465839{['afterInit'](){const _0x576bf8=this['editor'];if(!_0x576bf8['plugins']['has']('Style')||!_0x576bf8['plugins']['has']('DataSchema'))return;const _0x2e621f=_0x576bf8['plugins']['get']('TrackChangesEditing'),_0x444f14=_0x576bf8['locale'],_0xeee973=_0x576bf8['config']['get']('style')||{},_0x57dc88=_0x576bf8['plugins']['get']('GeneralHtmlSupport'),_0x49bc84=_0x576bf8['plugins']['get']('StyleUtils')['normalizeConfig'](_0x576bf8['plugins']['get']('DataSchema'),_0xeee973['definitions']);_0x2e621f['enableDefaultAttributesIntegration']('style');const _0x2afb49=new Set();for(const _0x5cc888 of _0x49bc84['block']){const _0x1186f0=_0x57dc88['getGhsAttributeNameForElement'](_0x5cc888['element']);_0x2afb49['add'](_0x1186f0);}const _0x57d320=new Set();for(const _0x5144e0 of _0x49bc84['inline']){const _0x525ec6=_0x57dc88['getGhsAttributeNameForElement'](_0x5144e0['element']);_0x57d320['add'](_0x525ec6);for(const _0x12e73c of _0x5144e0['ghsAttributes'])_0x57d320['add'](_0x12e73c);}for(const _0x307a61 of _0x2afb49)_0x2e621f['registerBlockAttribute'](_0x307a61),_0x2e621f['descriptionFactory']['registerAttributeLabel'](_0x307a61,c(_0x444f14,'FORMAT_STYLE'));for(const _0x12eb4b of _0x57d320)_0x2e621f['registerInlineAttribute'](_0x12eb4b),_0x2e621f['descriptionFactory']['registerAttributeLabel'](_0x12eb4b,c(_0x444f14,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x153afd=this['editor'],_0x4f2c33=_0x153afd['locale'];_0x153afd['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x40202e=>{if('formatBlock'!=_0x40202e['type']&&'formatInline'!=_0x40202e['type'])return;const {data:_0x553457}=_0x40202e;return _0x553457&&'style'===_0x553457['commandName']?_0x553457['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x4f2c33,'*Set\x20format:*\x20%0',_0x553457['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':c(_0x4f2c33,'*Remove\x20format:*\x20%0',_0x553457['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class Ct extends _0x465839{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x514a9a){super(_0x514a9a),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x15ca5d=this['editor'],_0x5790ee=_0x15ca5d['model']['document']['selection'];if(!_0x15ca5d['plugins']['has']('TableEditing'))return;const _0x33ada3=_0x15ca5d['locale'],_0x4effe6=_0x15ca5d['plugins']['get']('TrackChangesEditing'),_0x5dcf4d=_0x15ca5d['plugins']['get']('TableUtils');_0x4effe6['descriptionFactory']['registerElementLabel']('table',_0x284f0f=>c(_0x33ada3,'ELEMENT_TABLE',_0x284f0f)),this['_setupColumnsRowsFixing'](),_0x4effe6['enableCommand']('insertTable'),_0x4effe6['enableCommand']('selectTableRow'),_0x4effe6['enableCommand']('selectTableColumn');for(const _0x59422f of['insertTableRowAbove','insertTableRowBelow']){const _0x264b0d=_0x15ca5d['commands']['get'](_0x59422f);_0x4effe6['enableCommand'](_0x59422f,_0x3f71d6=>{_0x15ca5d['model']['change'](_0x40dc28=>{_0x3f71d6();const _0x61c081='above'===_0x264b0d['order'],_0x108339=_0x5dcf4d['getSelectionAffectedTableCells'](_0x5790ee),_0x3a1f53=_0x5dcf4d['getRowIndexes'](_0x108339),_0x525fa6=_0x61c081?_0x3a1f53['first']-0x1:_0x3a1f53['last']+0x1,_0x545606=_0x108339[0x0]['findAncestor']('table'),_0x5dbb94=_0x5dcf4d['createTableWalker'](_0x545606,{'startRow':_0x525fa6,'endRow':_0x525fa6}),_0x457629=Array['from'](_0x5dbb94)['map'](_0x3381ee=>_0x40dc28['createRangeOn'](_0x3381ee['cell']));_0x4effe6['markMultiRangeInsertion'](_0x457629,'tableRow');});});}for(const _0x23326d of['insertTableColumnLeft','insertTableColumnRight']){const _0x3228ec=_0x15ca5d['commands']['get'](_0x23326d);_0x4effe6['enableCommand'](_0x23326d,_0x53bc52=>{_0x15ca5d['model']['change'](_0x5a3062=>{_0x53bc52();const _0x1cffb7='left'===_0x3228ec['order'],_0x33dd47=_0x5dcf4d['getSelectionAffectedTableCells'](_0x5790ee),_0x3d11b4=_0x5dcf4d['getColumnIndexes'](_0x33dd47),_0x321faa=_0x1cffb7?_0x3d11b4['first']-0x1:_0x3d11b4['last']+0x1,_0x2d7e06=_0x33dd47[0x0]['findAncestor']('table'),_0x27cff2=_0x5dcf4d['createTableWalker'](_0x2d7e06,{'startRow':0x0,'column':_0x321faa,'includeAllSlots':!0x1}),_0xa9ad99=Array['from'](_0x27cff2)['map'](_0x5bf6a6=>_0x5a3062['createRangeOn'](_0x5bf6a6['cell']));_0x4effe6['markMultiRangeInsertion'](_0xa9ad99,'tableColumn');});});}for(const _0x59d2d5 of['removeTableRow','removeTableColumn']){const _0x193bfe=_0x59d2d5['substr'](0xb),_0x310e9a=_0x193bfe['toLowerCase'](),_0x2554ab=_0x310e9a['substr'](0x0,0x3)+'span',_0x336787='table'+_0x193bfe,_0x48fcba='min'+_0x193bfe,_0x26c0e8='max'+_0x193bfe;_0x4effe6['enableCommand'](_0x59d2d5,()=>{_0x15ca5d['model']['change'](_0x112a81=>{const _0x1030b2=_0x5dcf4d['getSelectionAffectedTableCells'](_0x5790ee),_0x3e6eba=_0x1030b2[0x0]['findAncestor']('table');let _0x532445;if('removeTableRow'==_0x59d2d5){const _0x463080=_0x5dcf4d['getRowIndexes'](_0x1030b2);_0x532445={'startRow':_0x463080['first'],'endRow':_0x463080['last'],'includeAllSlots':!0x0};}else{const _0x24d36b=_0x5dcf4d['getColumnIndexes'](_0x1030b2);_0x532445={'startColumn':_0x24d36b['first'],'endColumn':_0x24d36b['last'],'includeAllSlots':!0x0};}const _0x23c63b=_0x5dcf4d['createTableWalker'](_0x3e6eba,_0x532445),_0x25ec8d=Array['from'](_0x23c63b)['map'](({cell:_0x311b60})=>_0x311b60),_0x97d159=xe(_0x25ec8d['filter'](_0xa437d4=>_0xa437d4['hasAttribute'](_0x2554ab))),_0x4c7cf3=xe(_0x25ec8d['filter'](_0x275fff=>!_0x275fff['hasAttribute'](_0x2554ab)))['map'](_0x572cc7=>_0x112a81['createRangeOn'](_0x572cc7)),_0x2bcdc7=_0x4effe6['markMultiRangeDeletion'](_0x4c7cf3,_0x336787);if(_0x2bcdc7&&('tableRow'==_0x2bcdc7['subType']||'tableColumn'==_0x2bcdc7['subType'])){const _0x298257=this['_getSuggestionCoords'](_0x2bcdc7);for(const _0x5029cb of _0x97d159){const _0x1066c2=_0x112a81['createRangeOn'](_0x5029cb),_0x39faa3=_0x5dcf4d['getCellLocation'](_0x5029cb),_0x49cc37=_0x5029cb['getAttribute'](_0x2554ab)-0x1,_0x20d7b7=_0x298257[_0x48fcba],_0x39f741=_0x298257[_0x26c0e8];_0x20d7b7<=_0x39faa3[_0x310e9a]&&_0x39faa3[_0x310e9a]+_0x49cc37<=_0x39f741&&_0x2bcdc7['addRange'](_0x1066c2);}}});});}function _0x58178b(_0x1e3520){const _0x4b65fb=Array['from'](_0x5790ee['getRanges']())['map'](_0x2dad82=>_0x1a5d6e['fromRange'](_0x2dad82));_0x15ca5d['model']['change'](_0x42be5=>{const _0x2fb0e0=_0x42be5['batch'];_0x1e3520=_0x1e3520['filter'](_0x258733=>'$graveyard'!=_0x258733['root']['rootName']),_0x42be5['setSelection'](_0x1e3520),_0x15ca5d['commands']['get']('removeTableRow')['refresh'](),_0x15ca5d['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x15ca5d['model']['enqueueChange'](()=>{_0x15ca5d['model']['enqueueChange'](_0x2fb0e0,_0x30b0ca=>{const _0x223ff1=_0x4b65fb['filter'](_0xaba060=>'$graveyard'!=_0xaba060['root']['rootName']);_0x223ff1['length']>0x0&&_0x30b0ca['setSelection'](_0x223ff1);for(const _0x5764e0 of _0x4b65fb)_0x5764e0['detach']();});});});}function _0x262a28(_0xf7b894){_0x15ca5d['model']['change'](_0x51b612=>{const _0x2b0e0a=Array['from'](_0x5790ee['getRanges']())['map'](_0x2ff78c=>_0x1a5d6e['fromRange'](_0x2ff78c)),_0x1259b3=[];for(const _0x2d935a of _0xf7b894)for(const _0xe8d369 of _0x2d935a['getItems']({'shallow':!0x0}))_0x1259b3['push'](_0xe8d369);for(const _0x59f4be of _0x1259b3)'$graveyard'!=_0x59f4be['root']['rootName']&&(_0x51b612['setSelection'](_0x51b612['createPositionAt'](_0x59f4be,0x0)),_0x15ca5d['commands']['get']('removeTableColumn')['refresh'](),_0x15ca5d['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x221f38=_0x2b0e0a['filter'](_0x5c20e2=>'$graveyard'!=_0x5c20e2['root']['rootName']);_0x221f38['length']>0x0&&_0x51b612['setSelection'](_0x221f38);for(const _0x10efeb of _0x2b0e0a)_0x10efeb['detach']();});}function _0x35a5a8(_0xd679d7,_0x5799c6){return _0x5799c6['every'](_0x3037ed=>_0xd679d7['some'](_0x570830=>_0x570830['end']['isEqual'](_0x3037ed['start'])||_0x3037ed['end']['isEqual'](_0x570830['start'])));}function _0x3702c4(_0x212f60,_0x53aad6){return!_0x212f60['some'](_0x39490f=>_0x53aad6['some'](_0x19f762=>_0x39490f['isIntersecting'](_0x19f762)))&&_0x212f60['some'](_0xbaa4fd=>_0x53aad6['some'](_0x3920bd=>_0xbaa4fd['end']['isTouching'](_0x3920bd['start'])));}_0x15ca5d['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x5cb08f,_0x54f703,_0x398449)=>{if(!_0x398449['options']['showSuggestionHighlights'])return;const _0x3c3251=_0x54f703['item'];if(!_0x3c3251||!_0x3c3251['is']('element','tableCell'))return;const _0x4428d4=_0x398449['mapper']['toViewElement'](_0x3c3251);if(_0x4428d4){const {id:_0x3ae0f3,authorId:_0x253ed1}=_0x4effe6['_splitMarkerName'](_0x54f703['markerName']);_0x5ad207(_0x4428d4,_0x398449['writer'],(_0x2c0e75,_0x4bf560,_0x4a277e)=>{_0x4a277e['addClass'](_0x27001d(_0x4bf560['classes']),_0x2c0e75),_0x4a277e['setAttribute']('data-suggestion-id',_0x3ae0f3,_0x2c0e75),_0x4a277e['setAttribute']('data-author-id',_0x253ed1,_0x2c0e75);},(_0x8d23d5,_0x17dc6f,_0x369ee1)=>{_0x369ee1['removeClass'](_0x27001d(_0x17dc6f['classes']),_0x8d23d5),_0x369ee1['removeAttribute']('data-suggestion-id',_0x8d23d5),_0x369ee1['removeAttribute']('data-author-id',_0x8d23d5);});}},{'priority':'highest'}),_0x4effe6['descriptionFactory']['registerDescriptionCallback'](_0x4127d2=>{if('insertion'!=_0x4127d2['type']&&'deletion'!=_0x4127d2['type'])return;const _0xa61a9b=_0x4127d2['getContainedElement']();if(null!=_0xa61a9b&&_0xa61a9b['is']('element','table')){if('insertion'==_0x4127d2['type']){const _0x3aa56e=_0x4127d2['getItems']()['filter'](_0x5e20d5=>_0x5e20d5['is']('$textProxy'))['map'](_0x3352c3=>_0x3352c3['data']);if(_0x3aa56e['length'])return{'type':'insertion','content':c(_0x33ada3,'*Insert:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x3aa56e['join']('\x20')+'\x22'))};}if('deletion'==_0x4127d2['type']){const _0x28b3c7=_0x4127d2['getItems']()['filter'](_0xcb8a2c=>_0xcb8a2c['is']('$textProxy'))['map'](_0x5cad93=>_0x5cad93['data']);if(_0x28b3c7['length'])return{'type':'deletion','content':c(_0x33ada3,'*Remove:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x28b3c7['join']('\x20')+'\x22'))};}}}),_0x4effe6['descriptionFactory']['registerDescriptionCallback'](_0x27b06a=>{if('tableRow'==_0x27b06a['subType']){const _0x858077=_0x27b06a['getItems']()['filter'](_0x3ff800=>_0x3ff800['is']('$textProxy'))['map'](_0x5afdfb=>_0x5afdfb['data']),_0xf4195d=this['_getSuggestionCoords'](_0x27b06a),_0x2ef791=_0xf4195d['maxRow']-_0xf4195d['minRow']+0x1;if('insertion'==_0x27b06a['type'])return _0x858077['length']?{'type':'insertion','content':c(_0x33ada3,'*Insert:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x2ef791,'\x22'+_0x858077['join']('\x20')+'\x22']))}:{'type':'insertion','content':c(_0x33ada3,'*Insert:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_ROW',_0x2ef791))};if('deletion'==_0x27b06a['type'])return _0x858077['length']?{'type':'deletion','content':c(_0x33ada3,'*Remove:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x2ef791,'\x22'+_0x858077['join']('\x20')+'\x22']))}:{'type':'deletion','content':c(_0x33ada3,'*Remove:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_ROW',_0x2ef791))};}if('tableColumn'==_0x27b06a['subType']){const _0x53e57a=_0x27b06a['getItems']()['filter'](_0xb8bf0a=>_0xb8bf0a['is']('$textProxy'))['map'](_0x1a25ab=>_0x1a25ab['data']),_0x4ed254=this['_getSuggestionCoords'](_0x27b06a),_0x43f0eb=_0x4ed254['maxColumn']-_0x4ed254['minColumn']+0x1;if('insertion'==_0x27b06a['type'])return _0x53e57a['length']?{'type':'insertion','content':c(_0x33ada3,'*Insert:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x43f0eb,'\x22'+_0x53e57a['join']('\x20')+'\x22']))}:{'type':'insertion','content':c(_0x33ada3,'*Insert:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_COLUMN',_0x43f0eb))};if('deletion'==_0x27b06a['type'])return _0x53e57a['length']?{'type':'deletion','content':c(_0x33ada3,'*Remove:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x43f0eb,'\x22'+_0x53e57a['join']('\x20')+'\x22']))}:{'type':'deletion','content':c(_0x33ada3,'*Remove:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_COLUMN',_0x43f0eb))};}}),_0x4effe6['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x58178b),_0x4effe6['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x58178b),_0x4effe6['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x262a28),_0x4effe6['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x262a28),_0x4effe6['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x35a5a8),_0x4effe6['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x35a5a8),_0x4effe6['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x3702c4),_0x4effe6['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x3702c4);}['_acceptFormatSuggestionCallbackFactory'](){const _0x2d9a6e=this['editor'],_0x2ee209=_0x2d9a6e['model']['document']['selection'];return(_0xfe65b0,_0x55abad)=>{_0x2d9a6e['model']['change'](_0x1d27b7=>{const {commandName:_0x44e43d,commandParams:_0x44190d}=_0x55abad;let _0x5a54a8=_0xfe65b0[0x0]['end']['nodeBefore'];_0x44190d&&_0x44190d[0x0]&&!0x1===_0x44190d[0x0]['forceValue']&&(_0x5a54a8=_0xfe65b0[0x0]['start']['nodeAfter']);const _0x5a611c=_0x1d27b7['createRangeIn'](_0x5a54a8);if('$graveyard'==_0x5a611c['root']['rootName'])return;const _0x582d2b=Array['from'](_0x2ee209['getRanges']())['map'](_0x5cb8ba=>_0x1a5d6e['fromRange'](_0x5cb8ba));_0x1d27b7['setSelection'](_0x5a611c),_0x2d9a6e['commands']['get'](_0x44e43d)['refresh'](),_0x44190d['push']({'forceDefaultExecution':!0x0}),_0x2d9a6e['execute'](_0x44e43d,..._0x44190d);const _0x87ea51=_0x582d2b['filter'](_0x3c48ca=>'$graveyard'!=_0x3c48ca['root']['rootName']);_0x87ea51['length']>0x0&&_0x1d27b7['setSelection'](_0x87ea51);for(const _0x427afb of _0x582d2b)_0x427afb['detach']();});};}['_getCoordsForCells'](_0x4a5e33){const _0x41bb9c=this['editor']['plugins']['get']('TableUtils');let _0x37eea2=Number['MAX_SAFE_INTEGER'],_0x477367=Number['MIN_SAFE_INTEGER'],_0x53106f=Number['MAX_SAFE_INTEGER'],_0x1c37d0=Number['MIN_SAFE_INTEGER'];for(const _0x20240a of _0x4a5e33){if('$graveyard'==_0x20240a['root']['rootName'])continue;const {row:_0xf0bd98,column:_0x200e3b}=_0x41bb9c['getCellLocation'](_0x20240a),_0x14a9a8=_0x20240a['hasAttribute']('rowspan')?_0x20240a['getAttribute']('rowspan')-0x1:0x0,_0x3f554b=_0x20240a['hasAttribute']('colspan')?_0x20240a['getAttribute']('colspan')-0x1:0x0;_0x37eea2=_0xf0bd98<_0x37eea2?_0xf0bd98:_0x37eea2,_0x477367=_0xf0bd98+_0x14a9a8>_0x477367?_0xf0bd98+_0x14a9a8:_0x477367,_0x53106f=_0x200e3b<_0x53106f?_0x200e3b:_0x53106f,_0x1c37d0=_0x200e3b+_0x3f554b>_0x1c37d0?_0x200e3b+_0x3f554b:_0x1c37d0;}return{'minRow':_0x37eea2,'maxRow':_0x477367,'minColumn':_0x53106f,'maxColumn':_0x1c37d0};}['_setupColumnsRowsFixing'](){const _0x2daa16=this['editor'],_0x55d00c=_0x2daa16['plugins']['get']('TrackChangesEditing'),_0x14fe0f=_0x2daa16['plugins']['get']('TableUtils');_0x2daa16['model']['document']['on']('change:data',()=>{const _0x104fff=Array['from'](_0x2daa16['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x22fe49,data:_0x1612c8}of _0x104fff){const {group:_0x294600,id:_0xa8b2b4,subType:_0x1fd966}=_0x55d00c['_splitMarkerName'](_0x22fe49);if('suggestion'!=_0x294600)continue;if(null!=_0x1612c8['oldRange'])continue;const _0x4a63c6=_0x55d00c['getSuggestion'](_0xa8b2b4);this['_tablePostFixingSubtypes']['includes'](_0x1fd966)&&this['_tableSuggestions']['add'](_0x4a63c6);}},{'priority':'low'});const _0x276954=(_0x5cb57c,_0x259ab1)=>{let _0x45b905=!0x1;const _0xe6992c=_0x259ab1['createRangeOn'](_0x5cb57c),_0x5dc1b1=_0x5cb57c['findAncestor']('table'),_0x487b2b=_0x14fe0f['getCellLocation'](_0x5cb57c);for(const _0x336865 of this['_tableSuggestions']){const _0x52f31a=_0x336865['subType'],_0x4defa8=_0x52f31a['startsWith']('tablePaste'),_0x22e84d=_0x52f31a['substr'](_0x4defa8?0xa:0x5),_0x31e055=_0x22e84d['toLowerCase'](),_0x4a73d2=_0x31e055['substr'](0x0,0x3)+'span',_0x11dee0='min'+_0x22e84d,_0x439599='max'+_0x22e84d;if(!_0x336865['isInContent'])continue;if(_0x5dc1b1!=_0x336865['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x336865['isIntersectingWithRange'](_0xe6992c))continue;const _0x260cfc=_0x5cb57c['hasAttribute'](_0x4a73d2)?_0x5cb57c['getAttribute'](_0x4a73d2)-0x1:0x0,_0x17d440=this['_getSuggestionCoords'](_0x336865),_0xb54252=_0x17d440[_0x11dee0],_0x120666=_0x17d440[_0x439599];_0xb54252<=_0x487b2b[_0x31e055]&&_0x487b2b[_0x31e055]+_0x260cfc<=_0x120666&&(_0x336865['addRange'](_0xe6992c),_0x45b905=!0x0);}return _0x45b905;};_0x2daa16['model']['document']['registerPostFixer'](_0xb35800=>{let _0x5f5a25=!0x1;for(const _0x29c46e of _0x2daa16['model']['document']['differ']['getChanges']())if('insert'==_0x29c46e['type']){if('tableRow'==_0x29c46e['name']){for(const _0x455940 of _0x29c46e['position']['nodeAfter']['getChildren']())_0x5f5a25=_0x5f5a25||_0x276954(_0x455940,_0xb35800);}else'tableCell'==_0x29c46e['name']&&(_0x5f5a25=_0x5f5a25||_0x276954(_0x29c46e['position']['nodeAfter'],_0xb35800));}return _0x5f5a25;});}['_getSuggestionCoords'](_0x4b5d26){return this['_getCoordsForCells'](_0x4b5d26['getRanges']()['map'](_0x588781=>_0x588781['start']['nodeAfter']));}}function xe(_0x5ee91b){return Array['from'](new Set(_0x5ee91b)['values']());}class Nt extends _0x465839{static get['requires'](){return[Ct];}['afterInit'](){const _0x33a1fa=this['editor'],_0x58530a=_0x33a1fa['model']['document']['selection'],_0x279b4d=_0x33a1fa['locale'];if(!_0x33a1fa['plugins']['has']('TableEditing'))return;const _0x3158eb=_0x33a1fa['plugins']['get']('TrackChangesEditing'),_0x55b8fa=_0x33a1fa['plugins']['get']('TableUtils'),_0x421a19=_0x33a1fa['plugins']['get'](Ct);_0x421a19['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x3158eb['enableCommand']('mergeTableCells',()=>{const _0x59c276=_0x55b8fa['getSelectionAffectedTableCells'](_0x33a1fa['model']['document']['selection']);_0x33a1fa['model']['change'](()=>{_0x3158eb['markMultiRangeBlockFormat'](_0x59c276,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x33a1fa['commands']['get']('mergeTableCells')['on']('execute',(_0x307af5,_0x41f903)=>{_0x33a1fa['commands']['get']('trackChanges')['value']&&(_0x41f903['length']>0x0&&_0x41f903[_0x41f903['length']-0x1]&&_0x41f903[_0x41f903['length']-0x1]['forceDefaultExecution']||_0x3158eb['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x307af5['stop']());},{'priority':'highest'});for(const _0xef005d of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x2ba7ae=_0x33a1fa['commands']['get'](_0xef005d);_0x3158eb['enableCommand'](_0xef005d,()=>{const _0x517615=_0x33a1fa['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x491016=>_0x491016['is']('element','tableCell')),_0x271836=_0x2ba7ae['value'];_0x33a1fa['model']['change'](()=>{_0x3158eb['markMultiRangeBlockFormat']([_0x517615,_0x271836],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x4e2800 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x382623=_0x33a1fa['commands']['get'](_0x4e2800);_0x3158eb['enableCommand'](_0x4e2800,()=>{const _0x6d8a6d=_0x55b8fa['getSelectionAffectedTableCells'](_0x33a1fa['model']['document']['selection'])[0x0],_0x2fbae3=_0x6d8a6d['findAncestor']('table'),{column:_0x3b6b28,row:_0x25aac3}=_0x55b8fa['getCellLocation'](_0x6d8a6d);let _0x10ae0a=[];if('horizontally'==_0x382623['direction']){const _0x323855=_0x55b8fa['createTableWalker'](_0x2fbae3,{'startRow':_0x25aac3,'endRow':_0x25aac3,'includeAllSlots':!0x0});_0x10ae0a=Array['from'](_0x323855)['map'](_0x2416be=>_0x2416be['cell']);}else{const _0x5de050=_0x55b8fa['createTableWalker'](_0x2fbae3,{'column':_0x3b6b28,'includeAllSlots':!0x0});_0x10ae0a=Array['from'](_0x5de050)['map'](_0x137fdb=>_0x137fdb['cell']);}_0x33a1fa['model']['change'](_0x412031=>{_0x3158eb['markBlockFormat'](_0x412031['createRangeOn'](_0x6d8a6d),{'commandName':_0x4e2800,'commandParams':[]},_0x10ae0a,_0x4e2800);});});}_0x3158eb['descriptionFactory']['registerDescriptionCallback'](_0x4f2c99=>{if('formatBlock'!=_0x4f2c99['type']&&'formatInline'!=_0x4f2c99['type'])return;const {data:_0x5c99e0}=_0x4f2c99;return _0x5c99e0&&'mergeTableCells'==_0x5c99e0['commandName']?{'type':'format','content':c(_0x279b4d,'*Merge\x20cells*')}:void 0x0;}),_0x3158eb['descriptionFactory']['registerDescriptionCallback'](_0x5e7c71=>{if('formatBlock'!=_0x5e7c71['type']&&'formatInline'!=_0x5e7c71['type'])return;const {data:_0x222f4b}=_0x5e7c71;return _0x222f4b?'splitTableCellVertically'==_0x222f4b['commandName']?{'type':'format','content':c(_0x279b4d,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x222f4b['commandName']?{'type':'format','content':c(_0x279b4d,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0xc11941=_0x421a19['_acceptFormatSuggestionCallbackFactory']();for(const _0x5837ae of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x3158eb['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x5837ae,'accept',_0xc11941);for(const _0x59f376 of['splitTableCellVertically','splitTableCellHorizontally'])_0x3158eb['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x59f376,'accept',_0xc11941);_0x3158eb['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x17c537=>{_0x33a1fa['model']['change'](_0x13958d=>{const _0x31f45a=Array['from'](_0x58530a['getRanges']())['map'](_0x4e1835=>_0x1a5d6e['fromRange'](_0x4e1835));_0x13958d['setSelection'](_0x17c537),_0x33a1fa['commands']['get']('mergeTableCells')['refresh'](),_0x33a1fa['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x48fed6=_0x31f45a['filter'](_0x3eacd3=>'$graveyard'!=_0x3eacd3['root']['rootName']);_0x48fed6['length']>0x0&&_0x13958d['setSelection'](_0x48fed6);for(const _0xc972fa of _0x31f45a)_0xc972fa['detach']();});});for(const _0x565a7f of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x299a4a=_0x33a1fa['commands']['get'](_0x565a7f);_0x299a4a['on']('set:isEnabled',(_0x270957,_0x596947,_0x5a420e)=>{if(_0x5a420e){const _0x3acc2e=_0x33a1fa['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x42c473=>_0x42c473['is']('element','tableCell'));this['_areMergableCells'](_0x299a4a['value'],_0x3acc2e)||(_0x270957['return']=!0x1,_0x270957['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x29db98=this['editor']['commands']['get']('mergeTableCells'),_0x5ad5cf=this['editor']['plugins']['get']('TableUtils');if(!_0x29db98['isEnabled'])return!0x1;const _0x536c33=_0x5ad5cf['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x3bc6c8 of _0x536c33)for(const _0x37a465 of _0x536c33)if(_0x3bc6c8!=_0x37a465&&!this['_areMergableCells'](_0x3bc6c8,_0x37a465))return!0x1;return!0x0;}['_areMergableCells'](_0xf5626e,_0x368cc3){const _0x438df6=this['editor']['plugins']['get']('TrackChangesEditing'),_0xaef7a5=this['editor']['model']['createRangeOn'](_0xf5626e),_0x1eee01=this['editor']['model']['createRangeOn'](_0x368cc3),_0x2a374b=new Set(),_0x19f663=new Set();for(const _0x43a63f of _0x438df6['getSuggestions']())if(('insertion'==_0x43a63f['type']||'deletion'==_0x43a63f['type']||'mergeTableCells'==_0x43a63f['subType'])&&_0x43a63f['isInContent']){for(const _0x1c92dd of _0x43a63f['getRanges']())_0x1c92dd['containsRange'](_0xaef7a5,!0x0)&&_0x2a374b['add'](_0x43a63f['type']+':'+_0x43a63f['author']['id']),_0x1c92dd['containsRange'](_0x1eee01,!0x0)&&_0x19f663['add'](_0x43a63f['type']+':'+_0x43a63f['author']['id']);}if(_0x2a374b['size']!=_0x19f663['size'])return!0x1;for(const _0x3efabf of _0x2a374b)if(!_0x19f663['has'](_0x3efabf))return!0x1;return!0x0;}}class Dt extends _0x465839{static get['requires'](){return[Ct];}['afterInit'](){const _0x420056=this['editor'];if(!_0x420056['plugins']['has']('TableEditing'))return;const _0x48ec3a=_0x420056['locale'],_0x154e78=_0x420056['plugins']['get']('TrackChangesEditing');_0x154e78['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x154e78['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x154e78['registerBlockAttribute']('headingRows'),_0x154e78['registerBlockAttribute']('headingColumns'),_0x154e78['descriptionFactory']['registerAttributeLabel']('headingRows',c(_0x48ec3a,'FORMAT_HEADER_ROW')),_0x154e78['descriptionFactory']['registerAttributeLabel']('headingColumns',c(_0x48ec3a,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x325af1=this['editor']['plugins']['get']('TrackChangesEditing'),_0x110a10=this['editor']['plugins']['get']('TableUtils'),_0x3aa3ef=this['editor']['plugins']['get'](Ct)['_acceptFormatSuggestionCallbackFactory']();function _0x162c23({showActiveMarker:_0xd0df0d=!0x0,setDataAttribute:_0x5b1df1=!0x0}={}){return(_0x53e989,_0x47e6c9,_0x1c459f)=>{const {type:_0x558ec1,id:_0x4189c3}=_0x325af1['_splitMarkerName'](_0x47e6c9['markerName']),_0x1e5b5d=_0x325af1['getSuggestion'](_0x4189c3),_0x43c398=_0x1e5b5d['data'];if('formatBlock'!=_0x1e5b5d['type']||!_0x43c398||'setTableColumnHeader'!=_0x43c398['commandName'])return;if(_0x47e6c9['item'])return void _0x53e989['stop']();if(!_0x1c459f['consumable']['consume'](_0x47e6c9['markerRange'],_0x53e989['name']))return;const _0xa7b306=_0x47e6c9['markerRange']['start']['nodeAfter'],_0x90855=_0x47e6c9['markerRange']['end']['nodeBefore'],_0x53f581=_0xa7b306['parent']['parent'],{column:_0x34787e}=_0x110a10['getCellLocation'](_0xa7b306),{column:_0x52fc0e}=_0x110a10['getCellLocation'](_0x90855);for(let _0x2dac54=_0x34787e;_0x2dac54<=_0x52fc0e;_0x2dac54++){const _0x814bcd=_0x110a10['createTableWalker'](_0x53f581,{'column':_0x2dac54,'includeAllSlots':!0x1});for(const _0x3f790b of _0x814bcd){const _0x123d27=_0x3f790b['cell'],_0x4c77b2=_0x1c459f['mapper']['toViewElement'](_0x123d27);_0x1c459f['writer']['addClass']('ck-suggestion-marker-'+_0x558ec1,_0x4c77b2),_0x5b1df1&&_0x1c459f['writer']['setAttribute']('data-suggestion',_0x4189c3,_0x4c77b2),_0x1c459f['mapper']['bindElementToMarker'](_0x4c77b2,_0x47e6c9['markerName']),_0xd0df0d&&(_0x325af1['activeMarkers']['includes'](_0x47e6c9['markerName'])?_0x1c459f['writer']['addClass']('ck-suggestion-marker--active',_0x4c77b2):_0x1c459f['writer']['removeClass']('ck-suggestion-marker--active',_0x4c77b2));}}};}_0x325af1['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x3aa3ef),_0x325af1['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x3aa3ef),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x162c23(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x17df14,_0x4745c4,_0x5a647d)=>{_0x5a647d['options']['showSuggestionHighlights']&&_0x162c23({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x17df14,_0x4745c4,_0x5a647d);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x46dcc5,_0x1fe0c0,_0x99c165)=>{const {type:_0x18cfb1,id:_0x356cf1}=_0x325af1['_splitMarkerName'](_0x1fe0c0['markerName']),_0x311968=_0x325af1['getSuggestion'](_0x356cf1),_0xf3e7ad=_0x311968['data'];if('formatBlock'!=_0x311968['type']||!_0xf3e7ad||'setTableColumnHeader'!=_0xf3e7ad['commandName'])return;const _0x382354=_0x99c165['mapper']['markerNameToElements'](_0x1fe0c0['markerName']);if(_0x382354){for(const _0x48c25f of _0x382354)_0x99c165['writer']['removeClass']('ck-suggestion-marker-'+_0x18cfb1,_0x48c25f),_0x99c165['writer']['removeClass']('ck-suggestion-marker--active',_0x48c25f),_0x99c165['writer']['removeAttribute']('data-suggestion',_0x48c25f),_0x99c165['mapper']['unbindElementFromMarkerName'](_0x48c25f,_0x1fe0c0['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x11f2bb=this['editor'],_0x332bb1=_0x11f2bb['locale'];function _0x506b66(_0x2568da){return{'type':'format','content':c(_0x332bb1,'*Format:*\x20%0',_0x2568da)};}_0x11f2bb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x125d25=>{if('formatBlock'!=_0x125d25['type'])return;const {data:_0x578ba7}=_0x125d25;if(_0x578ba7){if('setTableRowHeader'==_0x578ba7['commandName']){const _0xf3f30=_0x578ba7['commandParams'][0x0]['forceValue'];return _0x506b66(c(_0x332bb1,_0xf3f30?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x578ba7['commandName']){const _0x447a44=_0x578ba7['commandParams'][0x0]['forceValue'];return _0x506b66(c(_0x332bb1,_0x447a44?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}class Ye extends _0x465839{['afterInit'](){const _0x2b1b17=this['editor'],_0x508869=_0x2b1b17['locale'],_0xe29f0b=_0x2b1b17['plugins']['get']('TrackChangesEditing');function _0xe640c(_0x48961b){return{'type':'format','content':''+c(_0x508869,'*Set\x20table\x20type:*\x20%0',_0x48961b)};}_0x2b1b17['plugins']['has']('TableLayout')&&(_0xe29f0b['enableCommand']('insertTableLayout'),_0xe29f0b['enableDefaultAttributesIntegration']('tableType'),_0xe29f0b['registerBlockAttribute']('tableType'),_0xe29f0b['descriptionFactory']['registerElementLabel'](_0x238a79=>_0x238a79['is']('element','table')&&'layout'===_0x238a79['getAttribute']('tableType'),_0x47b7ab=>c(_0x508869,'ELEMENT_LAYOUT_TABLE',_0x47b7ab)),_0xe29f0b['descriptionFactory']['registerDescriptionCallback'](_0x28f265=>{const {data:_0x47c4c1}=_0x28f265;if(_0x47c4c1&&'tableType'==_0x47c4c1['key'])switch(_0x47c4c1['newValue']){case'layout':return _0xe640c(c(_0x508869,'ELEMENT_LAYOUT_TABLE'));case'content':return _0xe640c(c(_0x508869,'ELEMENT_CONTENT_TABLE'));}}));}}const Oe=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ue=Object['fromEntries'](Oe['map'](_0x3bf066=>[_0x3bf066,null]));class $t extends _0x465839{static get['requires'](){return[Ct];}['afterInit'](){const _0x177804=this['editor'];if(!_0x177804['plugins']['has']('TableClipboard'))return;const _0x4faa31=_0x177804['plugins']['get']('TrackChangesEditing'),_0x347436=_0x177804['plugins']['get']('TableUtils'),_0x46f843=_0x177804['plugins']['get'](Ct),_0x2fa55d=_0x177804['plugins']['get']('TableClipboard'),_0x4f8396=_0x177804['plugins']['get']('TableSelection'),_0x175b46=_0x177804['plugins']['get'](_0x1a48ee);_0x46f843['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x177804['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x177804['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x24ac73=null,_0x5cc353=!0x1;_0x175b46['on']('contentInsertion',(_0x224b04,_0x51b700)=>{_0x5cc353='paste'===_0x51b700['method'];}),_0x177804['model']['on']('insertContent',(_0x43477c,_0x299fd1)=>{if(!_0x5cc353&&null===_0x4f8396['getSelectedTableCells']())return;const [_0x5274cc,_0x5a8438]=_0x299fd1,_0x26c7dc=_0x299fd1[_0x299fd1['length']-0x1];_0x26c7dc&&_0x26c7dc['forceDefaultExecution']||_0x4faa31['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x37245,_0x180744,_0x14649c,_0x1d9c18,_0x530e18){if(_0x180744&&!_0x180744['is']('documentSelection'))return!0x1;const _0x2cb6e8=_0x530e18['getTableIfOnlyTableInContent'](_0x37245,_0x14649c);if(!_0x2cb6e8||!He(_0x2cb6e8,void 0x0,_0x1d9c18))return!0x1;const _0x3f09b0=_0x1d9c18['getSelectionAffectedTableCells'](_0x14649c['document']['selection']);if(!_0x3f09b0['length'])return!0x1;const _0x400855=_0x3f09b0[0x0]['findAncestor']('table'),_0x130413=_0x1d9c18['getRowIndexes'](_0x3f09b0),_0x2781e4=_0x1d9c18['getColumnIndexes'](_0x3f09b0),_0x14a411={'startRow':_0x130413['first'],'endRow':_0x130413['last'],'startColumn':_0x2781e4['first'],'endColumn':_0x2781e4['last']};return 0x1==_0x3f09b0['length']&&(_0x14a411['endRow']+=_0x1d9c18['getRows'](_0x2cb6e8)-0x1,_0x14a411['endColumn']+=_0x1d9c18['getColumns'](_0x2cb6e8)-0x1),He(_0x400855,_0x14a411,_0x1d9c18);}(_0x5274cc,_0x5a8438,_0x177804['model'],_0x347436,_0x2fa55d)&&(_0x43477c['stop'](),_0x24ac73={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x177804['model']['change'](()=>{_0x177804['model']['insertContent'](_0x299fd1[0x0],_0x299fd1[0x1],_0x299fd1[0x2],{'forceDefaultExecution':!0x0});const _0x2842aa=_0x21999f(),{rowInsertionRanges:_0x6946c7,columnInsertionRanges:_0x5a257a,insertionRanges:_0x50d843,deletionRanges:_0x3de354,cells:_0x4cf5f8}=_0x24ac73;_0x6946c7['length']&&_0x4faa31['markMultiRangeInsertion'](_0x6946c7,'tablePasteRow',{'tablePasteChainId':_0x2842aa}),_0x5a257a['length']&&_0x4faa31['markMultiRangeInsertion'](_0x5a257a,'tablePasteColumn',{'tablePasteChainId':_0x2842aa}),_0x50d843['length']&&(_0x4faa31['markMultiRangeInsertion'](_0x50d843,'tablePaste',{'tablePasteChainId':_0x2842aa,'skipNestingCheck':!0x0}),_0x50d843['forEach'](_0x3ba2f9=>_0x3ba2f9['detach']?.())),_0x3de354['length']&&(_0x4faa31['markMultiRangeDeletion'](_0x3de354,'tablePaste',{'tablePasteChainId':_0x2842aa,'skipNestingCheck':!0x0}),_0x3de354['forEach'](_0x22ac09=>_0x22ac09['detach']?.()));const _0x14060d=_0x4faa31['markMultiRangeBlockFormat'](_0x4cf5f8['map'](({element:_0xb81cb5})=>_0xb81cb5),{'formatGroupId':_0x21999f()},[],'tablePasteCell',{'tablePasteChainId':_0x2842aa});if(_0x14060d){const _0x554149=_0x14060d['getMarkers'](),_0x68c10e=[];for(const {element:_0x2353c3,attributes:_0x12b18c}of _0x4cf5f8){if(!_0x12b18c)continue;const _0x21c8ea=_0x177804['model']['createRangeOn'](_0x2353c3),_0x34f617=_0x554149['find'](_0x3ba0d0=>_0x3ba0d0['getRange']()['isEqual'](_0x21c8ea));_0x34f617&&_0x68c10e['push']([_0x34f617['name'],_0x12b18c]);}_0x68c10e['length']&&_0x14060d['setAttribute']('markerAttributes',Object['fromEntries'](_0x68c10e));}_0x24ac73=null;}));},{'priority':_0x38d918['high']+0xa}),_0x175b46['on']('contentInsertion',()=>{_0x5cc353=!0x1;},{'priority':'lowest'}),_0x177804['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x3e4dac,_0x4171f1)=>{const [_0xacf557,_0x46bc41,,_0x2e37e1]=_0x4171f1;if(!_0x24ac73)return;_0x3e4dac['stop']();const _0x1177b6=_0xacf557['cell'],_0x13d1b1=_0x46bc41,_0x9106d5=De(_0x1177b6),_0xcf05b7=De(_0x13d1b1);_0x3e4dac['return']=_0x1177b6;let _0x4cd76b=null,_0x2d567b=null;if(_0xcf05b7||_0x9106d5){if(_0x9106d5&&!_0xcf05b7){_0x2e37e1['remove'](_0x1177b6['getChild'](0x0));for(const _0x3593fc of Array['from'](_0x13d1b1['getChildren']()))_0x2e37e1['insert'](_0x3593fc,_0x1177b6,'end');const _0x3d08f4=_0x24ac73['rowInsertionIndexes']['includes'](_0xacf557['row']),_0xa02db6=_0x24ac73['columnInsertionIndexes']['includes'](_0xacf557['column']);_0x3d08f4||_0xa02db6||(_0x4cd76b=_0x1a5d6e['fromRange'](_0x2e37e1['createRangeIn'](_0x1177b6)));}else _0xcf05b7&&!_0x9106d5&&(_0x2d567b=_0x2e37e1['createRangeIn'](_0x1177b6));}else{const _0x4718d8=_0x2e37e1['createElement']('tableCellSuggestion'),_0x4e3592=_0x2e37e1['createElement']('tableCellSuggestion');_0x2e37e1['wrap'](_0x2e37e1['createRangeIn'](_0x1177b6),_0x4e3592),_0x2e37e1['insert'](_0x4718d8,_0x1177b6,0x0);for(const _0x1b47cd of Array['from'](_0x13d1b1['getChildren']()))_0x2e37e1['insert'](_0x1b47cd,_0x4718d8,'end');_0x4cd76b=_0x1a5d6e['fromRange'](_0x2e37e1['createRangeOn'](_0x4718d8)),_0x2d567b=_0x1a5d6e['fromRange'](_0x2e37e1['createRangeOn'](_0x4e3592));}const _0x5f2b97=Array['from'](_0x13d1b1['getAttributes']())['filter'](([_0x520c3c])=>Oe['includes'](_0x520c3c));_0x24ac73['cells']['push']({'element':_0x1177b6,'attributes':_0x5f2b97['length']?Object['fromEntries'](_0x5f2b97):null}),_0x4cd76b&&_0x24ac73['insertionRanges']['push'](_0x4cd76b),_0x2d567b&&_0x24ac73['deletionRanges']['push'](_0x2d567b);},{'priority':'high'}),_0x347436['on']('insertColumns',(_0x371e34,_0x295432)=>{const [_0x347d2c,_0x208cfc={}]=_0x295432;if(!_0x24ac73)return;const _0x1e524f=_0x208cfc['at']||0x0,_0x132df4=_0x208cfc['columns']||0x1;_0x24ac73['columnInsertionIndexes']=new Array(_0x132df4)['fill'](_0x1e524f)['map']((_0x3c5f08,_0x5cde0c)=>_0x3c5f08+_0x5cde0c);for(const {cell:_0xa8512b}of _0x347436['createTableWalker'](_0x347d2c,{'startColumn':_0x1e524f,'endColumn':_0x1e524f+_0x132df4-0x1}))_0x24ac73['columnInsertionRanges']['push'](_0x177804['model']['createRangeOn'](_0xa8512b));},{'priority':'low'}),_0x347436['on']('insertRows',(_0x5f445e,_0x13c02d)=>{const [_0x4ea0b0,_0x47ffad={}]=_0x13c02d;if(!_0x24ac73)return;const _0x9d486d=_0x47ffad['at']||0x0,_0x14b86a=_0x47ffad['rows']||0x1;_0x24ac73['rowInsertionIndexes']=new Array(_0x14b86a)['fill'](_0x9d486d)['map']((_0x5c0fca,_0x24057a)=>_0x5c0fca+_0x24057a);for(const {cell:_0x5dd79e}of _0x347436['createTableWalker'](_0x4ea0b0,{'startRow':_0x9d486d,'endRow':_0x9d486d+_0x14b86a-0x1}))_0x24ac73['rowInsertionRanges']['push'](_0x177804['model']['createRangeOn'](_0x5dd79e));},{'priority':'low'}),_0x4faa31['descriptionFactory']['registerDescriptionCallback'](_0x1edd26=>{if(_0x1edd26['subType']&&_0x1edd26['subType']['startsWith']('tablePaste'))return _0x1edd26['previous']?{}:{'type':'insertion','content':c(_0x177804['locale'],'*Replace\x20table\x20cells*')};});const _0x197c96=()=>!0x1;for(const _0x6977b9 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x4faa31['_suggestionFactory']['registerCustomCallback']('insertion',_0x6977b9,'join',_0x197c96),_0x4faa31['_suggestionFactory']['registerCustomCallback']('deletion',_0x6977b9,'join',_0x197c96),_0x4faa31['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x6977b9,'join',_0x197c96);_0x4faa31['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x197c96),_0x4faa31['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x7fb321,_0x50c0e8,_0x208a95)=>{const _0x27f5d2=_0x7fb321['map'](_0x5d0a00=>_0x5d0a00['getContainedElement']())['filter'](_0x40ea8b=>_0x40ea8b),_0x2e8197=new Map(_0x27f5d2['map'](_0x5b1746=>[_0x5b1746,null]));if(_0x24ac73){for(const {element:_0x3ee8fd,attributes:_0x4b2abf}of _0x24ac73['cells'])_0x4b2abf&&_0x2e8197['set'](_0x3ee8fd,_0x4b2abf);}else{if(_0x208a95&&_0x208a95['markerAttributes'])for(const [_0x12b072,_0x46a817]of Object['entries'](_0x208a95['markerAttributes'])){const _0x278e6f=_0x177804['model']['markers']['get'](_0x12b072),_0x3e1b88=_0x278e6f?_0x278e6f['getRange']()['getContainedElement']():null;_0x3e1b88&&_0x2e8197['set'](_0x3e1b88,_0x46a817);}}_0x177804['model']['change'](_0x3aa233=>{for(const [_0x13413b,_0x580c98]of _0x2e8197)_0x3aa233['setAttributes']({...Ue,..._0x580c98},_0x13413b);});});const _0x432a36=(_0x2fd1f6,_0x4fdaa9)=>{_0x4faa31['_suggestionFactory']['registerCustomCallback'](_0x2fd1f6,'tablePaste',_0x4fdaa9,(_0x422173,_0x113d3d,_0x2521b1)=>{_0x177804['model']['change'](_0x4faaf0=>{const _0x37043c=[];for(const _0x5c7e77 of _0x422173){const _0x47812f=_0x5c7e77['start']['nodeAfter'];_0x47812f['is']('element','tableCellSuggestion')&&_0x37043c['push'](_0x47812f);}_0x4faa31['_suggestionFactory']['getSuggestionCallback'](_0x2fd1f6,null,_0x4fdaa9)(_0x422173,_0x113d3d,_0x2521b1);for(const _0x9781f9 of _0x37043c)'$graveyard'!=_0x9781f9['root']['rootName']&&_0x4faaf0['unwrap'](_0x9781f9);});});};_0x432a36('insertion','accept'),_0x432a36('insertion','discard'),_0x432a36('deletion','accept'),_0x432a36('deletion','discard'),_0x4faa31['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x5e9f28=>{const _0x5bce6b=_0x5e9f28['map'](_0x9c11d5=>_0x9c11d5['getContainedElement']()),_0x3442f1=_0x5bce6b[0x0]['findAncestor']('table'),{minRow:_0x38e67c,maxRow:_0x304f8e}=_0x46f843['_getCoordsForCells'](_0x5bce6b);_0x347436['removeRows'](_0x3442f1,{'at':_0x38e67c,'rows':_0x304f8e-_0x38e67c+0x1});}),_0x4faa31['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x39a34b=>{const _0x52ead7=_0x39a34b['map'](_0x2e0ca7=>_0x2e0ca7['getContainedElement']()),_0x34ff14=_0x52ead7[0x0]['findAncestor']('table'),{minColumn:_0x274c76,maxColumn:_0x337d86}=_0x46f843['_getCoordsForCells'](_0x52ead7);_0x347436['removeColumns'](_0x34ff14,{'at':_0x274c76,'columns':_0x337d86-_0x274c76+0x1});});const _0x3096ed=(_0x366692,_0x4fa92d)=>{if(!_0x4fa92d['subType']||!_0x4fa92d['subType']['startsWith']('tablePaste'))return;const _0x7c781c=_0x4fa92d['attributes']['tablePasteChainId'],_0x5ba57c=_0x4faa31['getSuggestions']()['filter'](_0xa6f0b8=>_0xa6f0b8['isInContent']&&_0xa6f0b8['attributes']&&_0xa6f0b8['attributes']['tablePasteChainId']==_0x7c781c);_0x5ba57c['length']&&_0x4fa92d['getAllAdjacentSuggestions']()['length']!=_0x5ba57c['length']&&_0x5ba57c['reduce']((_0x5d8151,_0x5a29e4)=>(_0x5d8151['next']=_0x5a29e4,_0x5a29e4['previous']=_0x5d8151,_0x5a29e4));};function _0x10b701(_0x3bc6c0,_0x2b9964=!0x0){const {id:_0x481b08,authorId:_0x1e82a2}=_0x4faa31['_splitMarkerName'](_0x3bc6c0['markerName']),_0x3d939e=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x29b41f=_0x4faa31['activeMarkers']['includes'](_0x3bc6c0['markerName']);return _0x29b41f&&_0x3d939e['push']('ck-suggestion-marker--active'),{'classes':_0x3d939e,'attributes':{'data-suggestion':_0x481b08,'data-author-id':_0x1e82a2},'priority':_0x29b41f&&_0x2b9964?0xbc2:0xbb8};}_0x4faa31['on']('suggestionLoaded',_0x3096ed,{'priority':'high'}),_0x4faa31['on']('suggestionUnloaded',_0x3096ed,{'priority':'high'}),_0x177804['model']['document']['registerPostFixer'](()=>{let _0x5cc47b=!0x1;const _0x5ab6cc=Array['from'](_0x177804['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x3bc9fd,data:_0x4cffcd}of _0x5ab6cc){const {group:_0x1ab606,type:_0xe432b8,id:_0x4cbdf5}=_0x4faa31['_splitMarkerName'](_0x3bc9fd);if('suggestion'!=_0x1ab606||'deletion'!=_0xe432b8||_0x4cffcd['oldRange'])continue;if(!_0x4faa31['hasSuggestion'](_0x4cbdf5))continue;const _0x55661c=_0x4faa31['getSuggestion'](_0x4cbdf5)['getRanges'](),_0x20abd3=_0x177804['plugins']['get']('Users')['me'];for(const _0x562e54 of _0x4faa31['getSuggestions']()){if(!_0x562e54['isInContent']||_0x562e54['author']!=_0x20abd3)continue;if('formatBlock'!=_0x562e54['type']||'tablePasteCell'!=_0x562e54['subType'])continue;if(_0x562e54['getRanges']()['every'](_0x32ea29=>_0x55661c['some'](_0x4ae81f=>_0x4ae81f['containsRange'](_0x32ea29,!0x0)))){for(const _0xeafdc0 of _0x562e54['getAllAdjacentSuggestions']())_0xeafdc0['isInContent']&&(_0xeafdc0['discard'](),_0x5cc47b=!0x0);}}}return _0x5cc47b;}),_0x177804['model']['document']['registerPostFixer'](_0x4fd7f5=>{const _0xce0601=_0x177804['commands']['get']('redo');if(!_0xce0601||!_0xce0601['_createdBatches']['has'](_0x4fd7f5['batch']))return!0x1;let _0x474810=!0x1;const _0x521bfc=_0x177804['plugins']['get']('Users')['me'],_0xeaecbc=_0x177804['model']['document']['differ']['getChanges'](),_0x22c32e=Array['from'](_0x177804['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x193d2c,data:_0x1e9759})=>{const {group:_0x46377f,subType:_0x26cb04,authorId:_0x18b613}=_0x4faa31['_splitMarkerName'](_0x193d2c);return'suggestion'==_0x46377f&&'tablePaste'==_0x26cb04&&_0x18b613==_0x521bfc['id']&&!_0x1e9759['oldRange'];});for(const _0x4d1600 of _0xeaecbc){if('insert'!=_0x4d1600['type']||'tableCellSuggestion'!=_0x4d1600['name']||0x1!=_0x4d1600['length'])continue;const _0x4bf1f7=_0x4fd7f5['createRange'](_0x4d1600['position'],_0x4d1600['position']['getShiftedBy'](0x1));if(!_0x22c32e['find'](({data:_0x3ca901})=>_0x3ca901['newRange']['isEqual'](_0x4bf1f7))){for(const {name:_0x362c4b,data:_0x397f83}of _0x22c32e)if(_0x4bf1f7['containsRange'](_0x397f83['newRange'])){_0x4fd7f5['updateMarker'](_0x362c4b,{'range':_0x4bf1f7}),_0x474810=!0x0;break;}}}return _0x474810;}),_0x177804['model']['document']['registerPostFixer'](_0x5288b3=>{let _0x13a9d7=!0x1;const _0x2d061d=_0x177804['plugins']['get']('Users')['me'],_0x1e7135=_0x4faa31['getSuggestions']()['filter'](_0x4a729f=>_0x4a729f['isInContent']&&_0x4a729f['author']==_0x2d061d),_0x200f5e=new Set(),_0x50046d=new Set();for(const _0x245654 of _0x1e7135)if('tablePaste'==_0x245654['subType'])for(const _0x1a67e0 of _0x245654['getMarkers']()){const _0x108994=_0x1a67e0['getRange']()['getContainedElement']();if(_0x108994){if(_0x108994['is']('element','tableCellSuggestion')&&De(_0x108994)){_0x245654['removeMarker'](_0x1a67e0['name']),_0x200f5e['add'](_0x108994),_0x13a9d7=!0x0;const _0x1e447f=_0x108994['nextSibling'],_0x234a12=_0x108994['previousSibling'],_0x229b09=_0x1e447f&&_0x1e447f['is']('element','tableCellSuggestion'),_0x29b53d=_0x234a12&&_0x234a12['is']('element','tableCellSuggestion');_0x229b09&&!_0x200f5e['has'](_0x1e447f)&&_0x50046d['add'](_0x1e447f),_0x29b53d&&!_0x200f5e['has'](_0x234a12)&&_0x50046d['add'](_0x234a12);}else _0x108994['is']('element','paragraph')&&_0x108994['isEmpty']&&(_0x245654['removeMarker'](_0x1a67e0['name']),_0x13a9d7=!0x0);}}else{if('tablePasteCell'==_0x245654['subType']){if(!_0x245654['attributes']||!_0x245654['attributes']['tablePasteChainId'])continue;const _0x29a475=_0x245654['attributes']['markerAttributes'];if(_0x29a475&&Object['keys'](_0x29a475)['length'])continue;const _0x206a73=_0x245654['attributes']['tablePasteChainId'];let _0x23d4c5=!0x0,_0x202326=!0x0;for(const _0x218397 of _0x1e7135)if(_0x218397['subType']&&_0x218397['subType']['startsWith']('tablePaste')){if(!_0x218397['attributes']['tablePasteChainId']){_0x202326=!0x1;break;}if(_0x218397['id']!=_0x245654['id']&&_0x218397['attributes']['tablePasteChainId']==_0x206a73){_0x23d4c5=!0x1;break;}}_0x202326&&_0x23d4c5&&(_0x245654['removeMarkers'](),_0x13a9d7=!0x0);}}for(const _0x32cede of _0x200f5e)_0x5288b3['remove'](_0x32cede);for(const _0x488858 of _0x50046d)_0x5288b3['unwrap'](_0x488858);return _0x13a9d7;}),_0x177804['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x592593=>_0x10b701(_0x592593),'converterPriority':'high'}),_0x177804['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x4e16b3,_0x230b85)=>_0x230b85['options']['showSuggestionHighlights']?_0x10b701(_0x4e16b3,!0x1):null,'converterPriority':'high'});const _0x149c6c=_0x177804['editing']['view'];this['listenTo'](_0x149c6c['document'],'clipboardOutput',(_0x865e6d,_0x116da0)=>{const _0x187142=[];for(const _0x168a27 of _0x149c6c['createRangeIn'](_0x116da0['content'])['getItems']())_0x168a27['is']('element','suggestion-td')&&_0x187142['push'](_0x168a27);_0x149c6c['change'](_0x20fe6d=>{for(const _0x329e88 of _0x187142)_0x20fe6d['move'](_0x20fe6d['createRangeIn'](_0x329e88),_0x20fe6d['createPositionBefore'](_0x329e88)),_0x20fe6d['remove'](_0x329e88);});});}}function De(_0x26adfe){if(_0x26adfe['isEmpty'])return!0x0;const _0x48f166=_0x26adfe['getChild'](0x0);return _0x48f166['is']('element','paragraph')&&_0x48f166['isEmpty'];}function He(_0x5b0603,_0xe4a1ab={},_0x5c836d){for(const {isAnchor:_0x4ac1d7,cellHeight:_0x4c8152,cellWidth:_0x99cda2}of _0x5c836d['createTableWalker'](_0x5b0603,{'includeAllSlots':!0x0,..._0xe4a1ab}))if(!_0x4ac1d7||0x1!=_0x4c8152||0x1!=_0x99cda2)return!0x1;return!0x0;}class Bt extends _0x465839{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x125669=this['editor']['plugins']['get']('TrackChangesEditing');_0x125669['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x125669['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x125669['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x125669['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x125669['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x125669['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x488728,_0xfb039f){const _0x1267df=this['editor']['plugins']['get']('TrackChangesEditing'),_0x321d07=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x489f70=_0xfb039f['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x5df8d0=_0x321d07['getColumnGroupElement'](_0x489f70);let _0xdf6270=_0x5df8d0?_0x321d07['getTableColumnsWidths'](_0x5df8d0):null,_0xeb339f=_0x489f70['getAttribute']('tableWidth')||null;const _0x39377d=_0xfb039f['tableWidth']||_0xeb339f,_0x7723e8=_0xfb039f['columnWidths']||_0xdf6270,_0x51d55d=this['editor']['plugins']['get']('Users')['me'];for(const _0x2e5b6a of _0x1267df['getSuggestions']()){const _0x48afa2=_0x2e5b6a['getContainedElement']();if('resizeTable'===_0x2e5b6a['subType']&&_0x48afa2===_0x489f70){_0x2e5b6a['author']!==_0x51d55d&&_0x2e5b6a['discard']();const _0x25ca0a=_0x2e5b6a['data']['commandParams'];_0xeb339f=_0x25ca0a[0x0]['tableWidth'],_0xdf6270=_0x25ca0a[0x0]['columnWidths'];break;}}_0x488728({'table':_0x489f70,'tableWidth':_0x39377d,'columnWidths':_0x7723e8}),_0x1267df['markBlockFormat'](_0x489f70,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0xeb339f,'columnWidths':_0xdf6270}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x4f827c){if('formatBlock'!=_0x4f827c['type']&&'formatInline'!=_0x4f827c['type'])return;const {data:_0x58720e}=_0x4f827c;if(_0x58720e&&'resizeTable'===_0x58720e['formatGroupId']){const _0x420c48='*Format:*\x20resize\x20table';return{'type':'format','content':c(this['editor']['locale'],_0x420c48)};}}}class xt extends _0x465839{['afterInit'](){const _0x5b13e0=this['editor'];_0x5b13e0['plugins']['has']('Template')&&_0x5b13e0['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Ot extends _0x465839{['afterInit'](){const _0x189870=this['editor'];if(!_0x189870['commands']['get']('insertTableOfContents'))return;_0x189870['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x1c2aa9=_0x189870['plugins']['get']('TrackChangesEditing'),_0x184511=_0x189870['locale'];_0x1c2aa9['descriptionFactory']['registerElementLabel']('tableOfContents',_0x2b57c0=>c(_0x184511,'ELEMENT_TABLE_OF_CONTENTS',_0x2b57c0));}}class Rt extends _0x465839{['afterInit'](){const _0x32da4d=this['editor'];if(!_0x32da4d['plugins']['has']('Title'))return;const _0x52eebf=_0x32da4d['plugins']['get']('TrackChangesEditing');_0x52eebf['descriptionFactory']['registerElementLabel']('title-content',()=>c(_0x32da4d['locale'],'ELEMENT_TITLE')),_0x32da4d['model']['document']['registerPostFixer'](_0x345649=>{let _0x2c6456=!0x1;const _0x66e50c=Array['from'](_0x32da4d['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x35b814,data:_0x33d027}of _0x66e50c){const {group:_0xe6353f}=_0x52eebf['_splitMarkerName'](_0x35b814);if('suggestion'!==_0xe6353f||!_0x33d027['newRange'])continue;const _0x1c7906=_0x33d027['newRange'],_0x108ab5=_0x1c7906['end']['nodeBefore'];if(!_0x108ab5||!_0x108ab5['is']('element','title-content'))continue;if(!_0x1c7906['start']['isTouching'](_0x1c7906['end']))continue;const _0x270a05=_0x32da4d['model']['schema']['getNearestSelectionRange'](_0x1c7906['end'],'forward');if(_0x270a05&&_0x270a05['isCollapsed']){const _0x372047=_0x345649['createRange'](_0x1c7906['start'],_0x270a05['start']);_0x372047['isEqual'](_0x1c7906)||(_0x345649['updateMarker'](_0x35b814,{'range':_0x372047}),_0x2c6456=!0x0);}_0x2c6456||(_0x345649['removeMarker'](_0x35b814),_0x2c6456=!0x0);}return _0x2c6456;});}}class Tt extends _0x465839{['afterInit'](){const _0x7b76a3=this['editor'],_0x510703=_0x7b76a3['plugins']['get']('TrackChangesEditing');_0x7b76a3['plugins']['has']('Uploadcare')&&(_0x510703['enableCommand']('uploadcare'),_0x7b76a3['plugins']['has']('UploadcareImageEdit')&&(_0x510703['enableCommand']('uploadcareImageEdit'),_0x510703['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x510703['registerBlockAttribute']('uploadcareImageId'),_0x510703['descriptionFactory']['registerDescriptionCallback'](_0x12b3a3=>{if('attribute'!=_0x12b3a3['type'])return;const {data:_0x350132}=_0x12b3a3;return _0x350132&&'uploadcareImageId'==_0x350132['key']?{'type':'format','content':''}:void 0x0;})));}}class Et extends _0x465839{['afterInit'](){const _0xec6f78=this['editor'],_0x319e02=_0xec6f78['plugins']['get']('TrackChangesEditing');_0xec6f78['plugins']['has']('UndoEditing')&&(_0x319e02['enableCommand']('undo'),_0x319e02['enableCommand']('redo'));}}class Ut extends _0x465839{static get['requires'](){return[Ct];}['afterInit'](){const _0x200a64=this['editor'];if(!_0x200a64['plugins']['has']('TableCaptionEditing'))return;_0x200a64['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Vt extends _0x465839{['tableProperties'];['tableCellProperties'];constructor(_0x1a8c43){super(_0x1a8c43),this['tableProperties']=['tableBorderColor','tableBorderStyle','tableBorderWidth','tableAlignment','tableWidth','tableHeight','tableBackgroundColor'],this['tableCellProperties']=['tableCellBorderColor','tableCellBorderStyle','tableCellBorderWidth','tableCellPadding','tableCellWidth','tableCellHeight','tableCellBackgroundColor','tableCellHorizontalAlignment','tableCellVerticalAlignment'];}static get['pluginName'](){return'TrackChangesTableProperties';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x1f9b42=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x6a3d1a of this['tableProperties'])_0x1f9b42['enableCommand'](_0x6a3d1a,(_0x15b695,_0x40bad2)=>{const _0x1f0f01=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x6a3d1a,[_0x1f0f01],this['tableProperties'],'tableProperties',_0x15b695,_0x40bad2);});_0x1f9b42['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x1f9b42['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x1f9b42['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x7f727b,_0x17542d)=>this['handleDiscardAction'](this['tableProperties'],_0x7f727b,_0x17542d)),_0x1f9b42['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x368c0e of this['tableCellProperties'])_0x1f9b42['enableCommand'](_0x368c0e,(_0xa2fb8f,_0x3947d8)=>{const _0x289592=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x368c0e,_0x289592,this['tableCellProperties'],'tableCellProperties',_0xa2fb8f,_0x3947d8);});_0x1f9b42['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x1f9b42['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x1f9b42['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x392d34,_0x40f7b1)=>this['handleDiscardAction'](this['tableCellProperties'],_0x392d34,_0x40f7b1)),_0x1f9b42['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x1f9b42['descriptionFactory']['registerDescriptionCallback'](_0x12f8c8=>this['handleSuggestionDescription'](_0x12f8c8));}['_handlePropertyChange'](_0x3bf07a,_0x57a5d1,_0x46e1a1,_0x485e91,_0x3e08a6,_0x4acbe8){const _0x26219e=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x4acbe8['batch'],()=>{for(const _0x4b147e of _0x57a5d1){if(this['_getSuggestion'](_0x4b147e,_0x485e91))_0x3e08a6(_0x4acbe8);else{const _0x200846={};for(const _0xa64032 of _0x46e1a1){const _0x553305=_0x4b147e['getAttribute'](_0xa64032);void 0x0!==_0x553305&&(_0x200846[_0xa64032]=_0x553305);}_0x3e08a6(_0x4acbe8),_0x26219e['markBlockFormat'](_0x4b147e,{'commandParams':[_0x200846]},[],_0x485e91);}}});}['handleDiscardAction'](_0x268f35,_0x1b0549,_0xb88918){const _0x3a067a=_0x1b0549[0x0]['start']['nodeAfter'],_0x5d2333=_0xb88918['commandParams'][0x0];this['editor']['model']['change'](_0x5602a9=>{for(const _0x315f8e of _0x268f35)void 0x0!==_0x5d2333[_0x315f8e]?_0x5602a9['setAttribute'](_0x315f8e,_0x5d2333[_0x315f8e],_0x3a067a):_0x5602a9['removeAttribute'](_0x315f8e,_0x3a067a);});}['handleSuggestionDescription'](_0x4b4488){if(_0x4b4488['data'])switch(_0x4b4488['subType']){case'tableProperties':return{'type':'format','content':c(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':c(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x294a5a,_0x3db8d0){const _0xbb43fd=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x15ef54 of _0xbb43fd['getSuggestions']({'skipNotAttached':!0x0})){const _0x432f94=_0x15ef54['getContainedElement']();if(_0x15ef54['subType']===_0x3db8d0&&_0x432f94===_0x294a5a)return _0x15ef54;}return null;}}const u='$elementName';class p extends _0x465839{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;['_trackingSessionId']=null;static get['requires'](){return['CommentsRepository',_0x50a8cf,_0x12d319,U,V,F,G,L,K,J,H,q,z,X,Y,Z,tt,it,et,nt,st,ot,rt,ct,at,ut,ft,ht,lt,Q,wt,gt,W,Se,mt,pt,kt,bt,yt,St,jt,It,At,_t,vt,Ct,Nt,Dt,Ye,Ut,$t,Bt,Ot,Vt,xt,Rt,Tt,Et];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x54f421){super(_0x54f421),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x3291af,_0x1244d1,_0x4ed978,_0x487a75)=>{this['_model']['change'](()=>{for(const _0x183157 of[..._0x487a75,..._0x4ed978])this['_model']['markers']['has'](_0x183157)&&_0x54f421['editing']['reconvertMarker'](_0x183157);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Pt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x54f421['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this['_blockAttributeKeys']=new Set([u]),this['_inlineAttributeKeys']=new Set(),_0x54f421['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x54f421['config']['get']('trackChanges.trackFormatChanges'),_0x54f421['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x54f421['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x54f421,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x45a148=this['editor'],_0x5676ca=(_0x1837a0,_0xd792cd)=>{if('attribute'!=_0x1837a0)return'ck-suggestion-marker-'+_0x1837a0;const _0x9fc6cd=_0xd792cd['split']('|')[0x0];return this['_isBlockAttribute'](_0x9fc6cd)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x45a148['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x23eeef=>{const {id:_0x1e848a,authorId:_0x46e2f9,type:_0x1b5c6c,subType:_0x5a2f67}=this['_splitMarkerName'](_0x23eeef['markerName']),_0x290b5b=['ck-suggestion-marker',_0x5676ca(_0x1b5c6c,_0x5a2f67)];let _0x242591=0xbb8;return this['activeMarkers']['includes'](_0x23eeef['markerName'])&&(_0x290b5b['push']('ck-suggestion-marker--active'),_0x242591=0xbc2),'deletion'==_0x1b5c6c&&(_0x242591+=0x5),{'classes':_0x290b5b,'attributes':{'data-suggestion':_0x1e848a,'data-author-id':_0x46e2f9},'priority':_0x242591};}}),_0x45a148['conversion']['for']('dataDowncast')['add'](_0xf1eb0a=>{_0xf1eb0a['on']('addMarker:suggestion',(_0x25668a,_0x4e3002,_0x482c53)=>{if(!_0x482c53['options']['showSuggestionHighlights'])return;const _0x4a8e2f=_0x4e3002['item'];if(!_0x4a8e2f)return;const _0x18163a=_0x482c53['mapper']['toViewElement'](_0x4a8e2f);_0x45a148['model']['schema']['isObject'](_0x4a8e2f)&&_0x18163a&&!_0x18163a['getCustomProperty']('widget')&&_0x18163a['is']('containerElement')&&_0x107d70(_0x18163a,_0x482c53['writer']);},{'priority':'high'});}),_0x45a148['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x1b7e73,_0x189cf1)=>{if(!_0x189cf1['options']['showSuggestionHighlights'])return null;const {id:_0x313e3d,authorId:_0x395301,type:_0x2f7c48,subType:_0x53cef4}=this['_splitMarkerName'](_0x1b7e73['markerName']);return{'classes':['ck-suggestion-marker',_0x5676ca(_0x2f7c48,_0x53cef4)],'priority':0xbb8,'attributes':{'data-suggestion':_0x313e3d,'data-author-id':_0x395301}};}});const _0x2ecc40=({showActiveMarkers:_0x264af6=!0x0,isAttributeSuggestion:_0x3338e6=!0x1}={})=>(_0x54d77a,_0x35034a,_0x5ce5a2)=>{if(!_0x35034a['item'])return;const {id:_0x54b0e0,authorId:_0x272700}=this['_splitMarkerName'](_0x35034a['markerName']);if(_0x3338e6){const _0x1eafb5=this['_suggestions']['get'](_0x54b0e0),_0x1b2c27=this['_getAttributeKey'](_0x1eafb5);if(!this['_isBlockAttribute'](_0x1b2c27))return;}if(_0x35034a['item']['is']('selection'))return void _0x5ce5a2['consumable']['consume'](_0x35034a['item'],_0x54d77a['name']);const _0xea7822=_0x5ce5a2['mapper']['toViewElement'](_0x35034a['item']);if(_0x35034a['item']['is']('element')&&_0x45a148['model']['schema']['isBlock'](_0x35034a['item'])&&!_0xea7822['getCustomProperty']('addHighlight')){_0x5ce5a2['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0xea7822),_0x5ce5a2['writer']['setAttribute']('data-suggestion',_0x54b0e0,_0xea7822),_0x5ce5a2['writer']['setAttribute']('data-author-id',_0x272700,_0xea7822),_0x5ce5a2['mapper']['bindElementToMarker'](_0xea7822,_0x35034a['markerName']),_0x264af6&&(this['activeMarkers']['includes'](_0x35034a['markerName'])?_0x5ce5a2['writer']['addClass']('ck-suggestion-marker--active',_0xea7822):_0x5ce5a2['writer']['removeClass']('ck-suggestion-marker--active',_0xea7822));for(const _0x4ace49 of _0x45a148['model']['createRangeIn'](_0x35034a['item'])['getItems']())_0x5ce5a2['consumable']['consume'](_0x4ace49,_0x54d77a['name']);_0x5ce5a2['consumable']['consume'](_0x35034a['item'],_0x54d77a['name']);}};_0x45a148['conversion']['for']('dataDowncast')['add'](_0x5944b6=>{_0x5944b6['on']('addMarker:suggestion:formatBlock',(_0x43906e,_0x2360dc,_0x58784d)=>{_0x58784d['options']['showSuggestionHighlights']&&_0x2ecc40({'showActiveMarkers':!0x1})(_0x43906e,_0x2360dc,_0x58784d);},{'priority':'highest'});}),_0x45a148['conversion']['for']('dataDowncast')['add'](_0xa7c4f7=>{_0xa7c4f7['on']('addMarker:suggestion:attribute',(_0x3d0f16,_0x22ded0,_0x3e1b20)=>{_0x3e1b20['options']['showSuggestionHighlights']&&_0x2ecc40({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x3d0f16,_0x22ded0,_0x3e1b20);},{'priority':'highest'});}),_0x45a148['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x3c9d2e,_0x16ef02)=>{if(_0x16ef02['options']['showSuggestionHighlights']){const {id:_0x3f83f4,authorId:_0x4996e0}=this['_splitMarkerName'](_0x3c9d2e);return _0x3c9d2e['includes'](':split')||_0x3c9d2e['includes'](':merge')?{'group':'suggestion','name':_0x3c9d2e['substr'](0xb),'attributes':{'data-suggestion':_0x3f83f4,'data-author-id':_0x4996e0}}:null;}return{'group':'suggestion','name':_0x3c9d2e['substr'](0xb)};}}),_0x45a148['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x24d92c,{writer:_0x5c14e8})=>{let _0xbcaf1d='suggestion:'+_0x24d92c['getAttribute']('suggestion-type')+':'+_0x24d92c['getAttribute']('id');return _0x24d92c['getAttribute']('marker-count')&&(_0xbcaf1d+=':'+_0x24d92c['getAttribute']('marker-count')),_0x5c14e8['createElement']('$marker',{'data-name':_0xbcaf1d});}}),_0x45a148['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x45a148['conversion']['for']('editingDowncast')['add'](_0x533cf6=>{_0x533cf6['on']('addMarker:suggestion:formatBlock',_0x2ecc40(),{'priority':'high'});}),_0x45a148['conversion']['for']('editingDowncast')['add'](_0x5d394b=>{_0x5d394b['on']('addMarker:suggestion:attribute',_0x2ecc40({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x45a148['conversion']['for']('editingDowncast')['add'](_0x33df8e=>{_0x33df8e['on']('removeMarker:suggestion:formatBlock',(_0x2209d1,_0x3a97d5,_0xde21d9)=>{const _0x4c6f1f=_0xde21d9['mapper']['markerNameToElements'](_0x3a97d5['markerName']);if(_0x4c6f1f){for(const _0x381aa8 of _0x4c6f1f)_0x381aa8['getCustomProperty']('addHighlight')||(_0xde21d9['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x381aa8),_0xde21d9['writer']['removeAttribute']('data-suggestion',_0x381aa8),_0xde21d9['writer']['removeAttribute']('data-author-id',_0x381aa8),_0xde21d9['mapper']['unbindElementFromMarkerName'](_0x381aa8,_0x3a97d5['markerName']));}},{'priority':'high'});}),_0x45a148['conversion']['for']('editingDowncast')['add'](_0x460d95=>{_0x460d95['on']('removeMarker:suggestion:attribute',(_0x9bd994,_0x1060a2,_0x2d0cbe)=>{const _0x16228f=_0x2d0cbe['mapper']['markerNameToElements'](_0x1060a2['markerName']);if(!_0x16228f)return;const {id:_0x270f14}=this['_splitMarkerName'](_0x1060a2['markerName']),_0x4a3653=this['_suggestions']['get'](_0x270f14),_0x5e3f7b=this['_getAttributeKey'](_0x4a3653);if(this['_isBlockAttribute'](_0x5e3f7b)){for(const _0x50158f of _0x16228f)_0x50158f['getCustomProperty']('addHighlight')||(_0x2d0cbe['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x50158f),_0x2d0cbe['writer']['removeAttribute']('data-suggestion',_0x50158f),_0x2d0cbe['writer']['removeAttribute']('data-author-id',_0x50158f),_0x2d0cbe['mapper']['unbindElementFromMarkerName'](_0x50158f,_0x1060a2['markerName']));}},{'priority':'high'});}),_0x45a148['model']['document']['registerPostFixer'](_0x582218=>{let _0x4fdbdd=!0x1;const _0x4e0e5b=Array['from'](_0x45a148['model']['document']['differ']['getChangedMarkers']()),_0x2dd7ab=new Set();for(const {name:_0x41a63f,data:_0x111c04}of _0x4e0e5b){const {group:_0x4a882e,type:_0x532a79,subType:_0x5a574e,id:_0x10cff7}=this['_splitMarkerName'](_0x41a63f);if('suggestion'!==_0x4a882e)continue;const _0x4bbf72=this['_suggestions']['get'](_0x10cff7);if(null!=_0x111c04['newRange']){'formatInline'==_0x532a79&&(_0x4fdbdd=_0x4fdbdd||Jt(_0x111c04['newRange'],_0x41a63f,_0x582218,_0x45a148['model']['schema']));const _0x23c24c='attribute'==_0x532a79&&this['_isBlockAttribute'](_0x5a574e['split']('|')[0x0]);if(_0x111c04['newRange']['isCollapsed']||'$graveyard'==_0x111c04['newRange']['root']['rootName']||'formatBlock'==_0x532a79&&!Ht(_0x111c04['newRange'])||_0x23c24c&&!Ht(_0x111c04['newRange'])||'deletion'==_0x532a79&&!qt(_0x111c04['newRange']))_0x582218['removeMarker'](_0x41a63f),_0x4fdbdd=!0x0;else{if(!_0x4bbf72||!_0x4bbf72['isInContent'])continue;if(_0x111c04['newRange']&&_0x111c04['oldRange']&&_0x111c04['newRange']['isEqual'](_0x111c04['oldRange']))continue;_0x2dd7ab['add'](_0x4bbf72);}}}return _0x2dd7ab['size']>0x0&&(_0x4fdbdd=!!this['_joinWithAdjacentSuggestions'](_0x2dd7ab)||_0x4fdbdd),_0x4fdbdd;}),_0x45a148['model']['document']['registerPostFixer'](_0x4733cc=>{let _0x69bf5e=!0x1;for(const _0x575b4b of _0x45a148['model']['document']['differ']['getChanges']())if('insert'==_0x575b4b['type'])for(const _0x54adb8 of this['_suggestions']['values']()){if(_0x54adb8['isMultiRange']||!_0x54adb8['isInContent'])continue;const _0x2316e9='formatBlock'==_0x54adb8['type'],_0x2b1023=this['_getAttributeKey'](_0x54adb8),_0x16e003=_0x2b1023&&this['_isBlockAttribute'](_0x2b1023);if(!_0x2316e9&&!_0x16e003)continue;const _0x511070=_0x54adb8['getFirstRange']();if(_0x511070['start']['parent']!=_0x511070['end']['parent']&&!_0x511070['end']['isAtEnd']){const _0x2238e3=_0x45a148['model']['createPositionAt'](_0x511070['start']['nodeAfter'],'end'),_0x39b6f7=_0x45a148['model']['createRange'](_0x511070['start'],_0x2238e3);_0x4733cc['updateMarker'](_0x54adb8['getFirstMarker'](),{'range':_0x39b6f7}),_0x69bf5e=!0x0;}}return _0x69bf5e;}),_0x45a148['model']['document']['registerPostFixer'](_0x4afe01=>this['_processAttributeChanges'](_0x4afe01)),_0x45a148['model']['document']['registerPostFixer'](_0x5ee295=>!_0x5ee295['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x5ee295)),_0x45a148['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x45a148['model']['document']['on']('change:data',(_0x12bd14,_0x1777d6)=>{if(!_0x1777d6['isLocal']||_0x1777d6['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x276bff=_0x45a148['model']['document']['differ']['getChanges']();if(0x0==_0x276bff['length'])return;const _0x160c9f=[],_0x1736c9=_0x276bff['filter'](_0x3bc7bb=>'attribute'==_0x3bc7bb['type']),_0x5e8b05=_0x276bff['filter'](_0x57d27b=>'insert'==_0x57d27b['type']&&'$text'!=_0x57d27b['name']);for(const _0x588e8e of _0x1736c9)this['_isRegisteredAttribute'](_0x588e8e['attributeKey'])&&_0x160c9f['push']({'key':_0x588e8e['attributeKey'],'newValue':_0x588e8e['attributeNewValue'],'oldValue':_0x588e8e['attributeOldValue'],'range':zt(_0x588e8e['range'],_0x45a148['model'])});for(const _0x152049 of _0x5e8b05){if('rename'!=_0x152049['action']&&'refresh'!=_0x152049['action'])continue;const _0x2364f9=Wt(_0x152049['position']['nodeAfter'],_0x45a148['model']),_0x29fb53=_0x152049['before'];'rename'==_0x152049['action']&&_0x160c9f['push']({'key':u,'newValue':_0x152049['name'],'oldValue':_0x29fb53['name'],'range':_0x2364f9});for(const [_0x5e4f33,_0x3a492c]of _0x29fb53['attributes']){if(!this['_isRegisteredAttribute'](_0x5e4f33))continue;const _0x3a69c8=_0x152049['attributes']['get'](_0x5e4f33);_0x3a492c!==_0x3a69c8&&_0x160c9f['push']({'key':_0x5e4f33,'newValue':_0x3a69c8,'oldValue':_0x3a492c,'range':_0x2364f9});}for(const [_0x28fd77,_0x173f18]of _0x152049['attributes'])this['_isRegisteredAttribute'](_0x28fd77)&&(_0x29fb53['attributes']['has'](_0x28fd77)||_0x160c9f['push']({'key':_0x28fd77,'newValue':_0x173f18,'oldValue':null,'range':_0x2364f9}));}0x0!=_0x160c9f['length']&&_0x45a148['model']['enqueueChange'](_0x1777d6,_0x3eaef8=>{const _0x431972=_0x21999f();for(const {range:_0x2e1f17,key:_0x40f186,oldValue:_0x35baa4,newValue:_0x3004e0}of _0x160c9f)this['markAttributeChange'](_0x2e1f17,_0x40f186,_0x35baa4,_0x3004e0,{'groupId':_0x431972});this['_reduceExistingSuggestions'](_0x3eaef8,_0x160c9f);});},{'priority':'lowest'}),_0x45a148['model']['markers']['on']('update:suggestion',(_0x48e494,_0x3bde27,_0xf362a1)=>{if(null==_0xf362a1){const {id:_0xc5fc0e}=this['_splitMarkerName'](_0x3bde27['name']),_0x1d387d=this['_suggestions']['get'](_0xc5fc0e);_0x1d387d&&_0x1d387d['addMarkerName'](_0x3bde27['name']);}}),_0x45a148['model']['document']['on']('change:data',()=>{const _0x3db8ff=Array['from'](_0x45a148['model']['document']['differ']['getChangedMarkers']())['filter'](_0x5e02b1=>'suggestion'===this['_splitMarkerName'](_0x5e02b1['name'])['group']);if(0x0===_0x3db8ff['length'])return;_0x3db8ff['sort']((_0x54e23c,_0x551fae)=>{const _0x126628=_0x54e23c['data']['oldRange'],_0xd88088=_0x551fae['data']['oldRange'];return null===_0x126628&&null===_0xd88088?0x0:null===_0x126628&&null!==_0xd88088?-0x1:null!==_0x126628&&null===_0xd88088?0x1:_0x126628['start']['isBefore'](_0xd88088['start'])?-0x1:0x1;});const _0x4182c2=new Set(),_0x2746cd=new Set();for(const {name:_0x234334,data:_0x296da3}of _0x3db8ff){const {id:_0x33735b}=this['_splitMarkerName'](_0x234334);if(null===_0x296da3['oldRange']){const _0x3deb93=this['_handleNewSuggestionMarker'](_0x234334);_0x2746cd['add'](_0x3deb93);}else{const _0x53b1cd=this['_suggestions']['get'](_0x33735b);null!==_0x296da3['newRange']||_0x53b1cd['isInContent']?(_0x4182c2['add'](_0x53b1cd['head']),_0x2746cd['add'](_0x53b1cd)):this['_removeSuggestion'](_0x53b1cd);}}_0x2746cd['size']>0x0&&this['_refreshSuggestionsChain'](_0x2746cd);for(const _0x3a6211 of _0x4182c2)this['fire']('suggestionChanged',_0x3a6211);}),_0x45a148['model']['on']('applyOperation',(_0x17c421,_0x4f5ce7)=>{const _0x2e6eea=_0x4f5ce7[0x0];if(!this['_suggestions']['size'])return;if(!_0x2e6eea['isDocumentOperation'])return;if(_0x2e6eea['batch']['isUndo']||!_0x2e6eea['batch']['isLocal'])return;let _0x52f6cb,_0x1ded05;switch(_0x2e6eea['type']){case'insert':_0x52f6cb=_0x45a148['model']['createPositionAt'](_0x2e6eea['position']),_0x1ded05=_0x52f6cb['getShiftedBy'](_0x2e6eea['howMany']);break;case'split':_0x52f6cb=_0x45a148['model']['createPositionAt'](_0x2e6eea['splitPosition']),_0x1ded05=_0x45a148['model']['createPositionAt'](_0x2e6eea['moveTargetPosition']);break;case'move':_0x52f6cb=_0x45a148['model']['createPositionAt'](_0x2e6eea['targetPosition']),_0x1ded05=_0x52f6cb['getShiftedBy'](_0x2e6eea['howMany']);break;default:return;}const _0x23001b=_0x45a148['model']['createRange'](_0x52f6cb,_0x1ded05);_0x45a148['model']['change'](()=>{for(const {suggestion:_0x1e05db,meta:_0x2a8795}of this['_findSuggestions'](_0x23001b)){if(_0x1e05db['isMultiRange'])continue;if('formatInline'==_0x1e05db['type'])continue;const _0x29690d=this['_getAttributeKey'](_0x1e05db);if(_0x29690d&&this['_isBlockAttribute'](_0x29690d)&&'split'!=_0x2e6eea['type'])continue;const _0xb1679f=_0x1e05db['data']&&_0x1e05db['data']['multipleBlocks'];('formatBlock'!=_0x1e05db['type']||'split'==_0x2e6eea['type']&&!_0xb1679f)&&(_0x2a8795['containsRangeInObject']||'insertion'==_0x1e05db['type']&&_0x2a8795['isOwn']||_0x1e05db['getFirstRange']()['containsRange'](_0x23001b)&&this['_breakSuggestionMarker'](_0x1e05db,_0x52f6cb,_0x1ded05));}});},{'priority':'lowest'}),_0x45a148['model']['on']('deleteContent',(_0x43d049,_0x2d7f46)=>{const _0x4b5173=_0x2d7f46[0x0],_0x53acc3=_0x2d7f46[0x1];if(_0x53acc3&&_0x53acc3['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x4b5173['isCollapsed'])return;const _0x1e2b66=_0x45a148['model']['schema'],{start:_0x4b1732,end:_0x584a29}=_0x4b5173['getFirstRange'](),_0x1283bf=_0x4b1732['nodeAfter']&&_0x1e2b66['isLimit'](_0x4b1732['nodeAfter'])?null:_0x1e2b66['getNearestSelectionRange'](_0x4b1732,'forward'),_0x3fa15d=_0x584a29['nodeBefore']&&_0x1e2b66['isLimit'](_0x584a29['nodeBefore'])?null:_0x1e2b66['getNearestSelectionRange'](_0x584a29,'backward'),_0x30c9d2=_0x45a148['model']['createRange'](_0x1283bf?_0x1283bf['start']:_0x4b1732,_0x3fa15d?_0x3fa15d['end']:_0x584a29);_0x45a148['model']['change'](_0x4bf67f=>{this['markDeletion'](_0x30c9d2);const _0x7f9547=_0x45a148['model']['schema']['getNearestSelectionRange'](_0x30c9d2['start']);_0x4b5173['is']('documentSelection')?_0x4bf67f['setSelection'](_0x7f9547):_0x4b5173['setTo'](_0x7f9547);}),_0x43d049['stop']();},{'priority':_0x38d918['normal']+0xa}),_0x45a148['model']['on']('insertContent',(_0x1ea44a,_0x2127dd)=>{const _0xf91a4d=_0x2127dd[_0x2127dd['length']-0x1];_0xf91a4d&&_0xf91a4d['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x45a148['model']['change'](()=>{let _0x2bbcce=_0x45a148['model']['insertContent'](_0x2127dd[0x0],_0x2127dd[0x1],_0x2127dd[0x2],{'forceDefaultExecution':!0x0});if(!_0x2bbcce)return;_0x1ea44a['return']=_0x2bbcce['clone']();const _0x50d913=_0x2bbcce['end']['nodeBefore'],_0x52c08e=_0x45a148['model']['schema'];_0x50d913&&_0x52c08e['isBlock'](_0x50d913)&&!_0x52c08e['isObject'](_0x50d913)&&(_0x2bbcce=_0x45a148['model']['createRange'](_0x2bbcce['start'],_0x45a148['model']['createPositionAt'](_0x50d913,'end'))),this['markInsertion'](_0x2bbcce);}),_0x1ea44a['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x35bee2=new x(_0x45a148,this['_suggestions']);_0x45a148['commands']['add']('acceptSuggestion',_0x35bee2),this['enableCommand']('acceptSuggestion');const _0x205a21=new O(_0x45a148,this['_suggestions']);_0x45a148['commands']['add']('discardSuggestion',_0x205a21),this['enableCommand']('discardSuggestion'),_0x45a148['commands']['add']('acceptAllSuggestions',new R(_0x45a148,_0x35bee2,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x45a148['commands']['add']('discardAllSuggestions',new R(_0x45a148,_0x205a21,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x45a148['commands']['add']('acceptSelectedSuggestions',new E(_0x45a148,_0x35bee2,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x45a148['commands']['add']('discardSelectedSuggestions',new E(_0x45a148,_0x205a21,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x303114=_0x45a148['plugins']['get']('CommentsRepository');this['listenTo'](_0x303114,'addComment',(_0x72ad7d,{threadId:_0x2d530e})=>{const _0x29a699=this['_suggestions']['get'](_0x2d530e);_0x29a699&&_0x29a699['commentThread']&&0x1===_0x29a699['commentThread']['length']&&this['_updateSuggestionData'](_0x2d530e,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x303114,'removeComment',(_0x8d6de9,{threadId:_0x1b2274})=>{const _0x581b81=this['_suggestions']['get'](_0x1b2274);_0x581b81&&_0x581b81['commentThread']&&!_0x581b81['commentThread']['length']&&this['_updateSuggestionData'](_0x1b2274,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x5f52d6){const _0x20e2e9=_0x1d5191([0x4c,0x30,0x4b,0x44,0x43,0x79,0x65,0x55,0x49,0x48,0x70,0x34,0x32,0x31,0x39,0x46,0x58,0x6d,0x77,0x53,0x75,0x72,0x6b,0x57,0x4f,0x37,0x4e,0x35,0x33,0x6f,0x52,0x42,0x74,0x63,0x73,0x62,0x38,0x36,0x4a,0x5a,0x66,0x69,0x6c,0x67,0x56,0x51,0x59,0x50,0x7a,0x68,0x71,0x78,0x76,0x61,0x54,0x45,0x41,0x6e,0x6a,0x64,0x47,0x4d]),_0xc2a751=0x1c711a30,_0x5af6ec=0x1c767150^_0xc2a751,_0x56868a=window[_0x1d5191([0x44,0x61,0x74,0x65])][_0x1d5191([0x6e,0x6f,0x77])](),_0x2ea5cf=_0x5f52d6[_0x1d5191([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3e0e10=new window[(_0x1d5191([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5cb3a6=>{_0x2ea5cf[_0x1d5191([0x6f,0x6e,0x63,0x65])](_0x1d5191([0x72,0x65,0x61,0x64,0x79]),_0x5cb3a6);}),_0x299767={[_0x1d5191([0x6b,0x74,0x79])]:_0x1d5191([0x45,0x43]),[_0x1d5191([0x75,0x73,0x65])]:_0x1d5191([0x73,0x69,0x67]),[_0x1d5191([0x63,0x72,0x76])]:_0x1d5191([0x50,0x2d,0x32,0x35,0x36]),[_0x1d5191([0x78])]:_0x1d5191([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x1d5191([0x79])]:_0x1d5191([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x1d5191([0x61,0x6c,0x67])]:_0x1d5191([0x45,0x53,0x32,0x35,0x36])},_0x4a41e2=_0x2ea5cf[_0x1d5191([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1d5191([0x67,0x65,0x74])](_0x1d5191([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x477dae(){let _0x39d827,_0x100d0f=null,_0x498650=null;try{if(_0x4a41e2==_0x1d5191([0x47,0x50,0x4c]))return _0x1d5191([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x39d827=_0x287e16(),!_0x39d827)return _0x1d5191([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x39d827[_0x1d5191([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x498650=_0xe720a2(_0x39d827[_0x1d5191([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x39d827[_0x1d5191([0x6a,0x74,0x69])])),await _0x5ced87()?_0xe4631c()?_0x486a54()?_0x1d5191([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3b973e()?(_0x39d827[_0x1d5191([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1d5191([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x100d0f=_0x3c7fa1(_0x1d5191([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x39d827[_0x1d5191([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1d5191([0x74,0x72,0x69,0x61,0x6c])&&(_0x100d0f=_0x3c7fa1(_0x1d5191([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1e0ac3()):_0x1d5191([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1d5191([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1d5191([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1d5191([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x486a54(){const _0x552e40=[_0x1d5191([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1d5191([0x74,0x72,0x69,0x61,0x6c])][_0x1d5191([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39d827[_0x1d5191([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x56868a/0x3e8:0xe10*_0x5af6ec;return _0x39d827[_0x1d5191([0x65,0x78,0x70])]<_0x552e40;}function _0xe4631c(){const _0x535b91=_0x39d827[_0x1d5191([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x535b91)return!0x1;if(_0x535b91[_0x1d5191([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d5191([0x2a])))return!0x0;if(_0x535b91[_0x1d5191([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d5191([0x54,0x43])))return!0x0;if(_0x535b91[_0x1d5191([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d5191([0x52,0x54,0x43]))){if(_0x7a21c4())return!0x0;if(_0x1ca327()||_0xb137c2())return!0x0;}return!0x1;}function _0x3b973e(){const _0x145e76=_0x39d827[_0x1d5191([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x145e76||0x0==_0x145e76[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x47cb44}=new URL(window[_0x1d5191([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x145e76[_0x1d5191([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x47cb44))return!0x0;const _0xf9cca=_0x47cb44[_0x1d5191([0x73,0x70,0x6c,0x69,0x74])](_0x1d5191([0x2e]));return _0x145e76[_0x1d5191([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x59f12f=>_0x59f12f[_0x1d5191([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d5191([0x2a])))[_0x1d5191([0x6d,0x61,0x70])](_0xaedf9=>_0xaedf9[_0x1d5191([0x73,0x70,0x6c,0x69,0x74])](_0x1d5191([0x2e])))[_0x1d5191([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x53aaab=>_0x53aaab[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xf9cca[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1d5191([0x6d,0x61,0x70])](_0x4f9a96=>Array(_0xf9cca[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4f9a96[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1d5191([0x66,0x69,0x6c,0x6c])](_0x4f9a96[0x0]===_0x1d5191([0x2a])?_0x1d5191([0x2a]):'')[_0x1d5191([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4f9a96))[_0x1d5191([0x73,0x6f,0x6d,0x65])](_0x3a5302=>_0xf9cca[_0x1d5191([0x65,0x76,0x65,0x72,0x79])]((_0x319cf4,_0x1e1ed2)=>_0x3a5302[_0x1e1ed2]===_0x319cf4||_0x3a5302[_0x1e1ed2]===_0x1d5191([0x2a])));}function _0x1e0ac3(){return _0x100d0f&&_0x498650?new window[(_0x1d5191([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x55eef6,_0x51f24e)=>{_0x100d0f[_0x1d5191([0x74,0x68,0x65,0x6e])](_0x55eef6,_0x51f24e),_0x498650[_0x1d5191([0x74,0x68,0x65,0x6e])](_0x235b66=>{_0x235b66!=_0x1d5191([0x56,0x61,0x6c,0x69,0x64])&&_0x55eef6(_0x235b66);},_0x51f24e);}):_0x100d0f||_0x498650||_0x1d5191([0x56,0x61,0x6c,0x69,0x64]);}}function _0xe720a2(_0x5a9875,_0x2e1091){return new window[(_0x1d5191([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x42b742=>{if(_0x458032())return _0x42b742(_0x1d5191([0x56,0x61,0x6c,0x69,0x64]));_0x4164ec(),_0x2ea5cf[_0x1d5191([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1d5191([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x52413f=!0x1;const _0x4194cc=_0x21999f();function _0x314327(_0x251312){return!!_0x251312&&(typeof _0x251312===_0x1d5191([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x251312===_0x1d5191([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x251312[_0x1d5191([0x74,0x68,0x65,0x6e])]===_0x1d5191([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x251312[_0x1d5191([0x63,0x61,0x74,0x63,0x68])]===_0x1d5191([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x51d913(_0x1c84c9){_0xce8622(_0x1c84c9)[_0x1d5191([0x74,0x68,0x65,0x6e])](_0x594a3d=>{if(!_0x594a3d||_0x594a3d[_0x1d5191([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1d5191([0x6f,0x6b]))return _0x1d5191([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1a853f(_0x3661e4(_0x4194cc+_0x2e1091))!=_0x594a3d[_0x1d5191([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1d5191([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1d5191([0x56,0x61,0x6c,0x69,0x64]);})[_0x1d5191([0x74,0x68,0x65,0x6e])](_0x58f7d2=>(_0x57669d(),_0x58f7d2),()=>{const _0x257c91=_0x37d2ec();return null==_0x257c91?(_0x57669d(),_0x1d5191([0x56,0x61,0x6c,0x69,0x64])):_0x1d5191(_0x56868a-_0x257c91>(0x387d9e30^_0xc2a751)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1d5191([0x74,0x68,0x65,0x6e])](_0x42b742)[_0x1d5191([0x63,0x61,0x74,0x63,0x68])](()=>{_0x42b742(_0x1d5191([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x274683=0x1c47f4b0^_0xc2a751;function _0x57669d(){const _0x4c5534=_0x1d5191([0x6c,0x6c,0x63,0x74,0x2d])+_0x1a853f(_0x3661e4(_0x5a9875)),_0x2738ce=_0x2ca20a(_0x1a853f(window[_0x1d5191([0x4d,0x61,0x74,0x68])][_0x1d5191([0x63,0x65,0x69,0x6c])](_0x56868a/_0x274683)));window[_0x1d5191([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1d5191([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4c5534,_0x2738ce);}function _0x37d2ec(){const _0x3ac8d0=_0x1d5191([0x6c,0x6c,0x63,0x74,0x2d])+_0x1a853f(_0x3661e4(_0x5a9875)),_0x9b73cc=window[_0x1d5191([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1d5191([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3ac8d0);return _0x9b73cc?window[_0x1d5191([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2ca20a(_0x9b73cc),0x10)*_0x274683:null;}function _0xce8622(_0xbd7c6c){return new window[(_0x1d5191([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1f53fe,_0x3158e4)=>{_0xbd7c6c[_0x1d5191([0x74,0x68,0x65,0x6e])](_0x1f53fe,_0x3158e4),window[_0x1d5191([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3158e4,0x1c70cef0^_0xc2a751);});}}_0x2ea5cf[_0x1d5191([0x6f,0x6e])](_0x1d5191([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1bbeac,_0x276e6d)=>{if(_0x276e6d[0x0]!=_0x5a9875)return _0x42b742(_0x1d5191([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x276e6d[0x1]={..._0x276e6d[0x1],[_0x1d5191([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4194cc};},{[_0x1d5191([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1d5191([0x68,0x69,0x67,0x68])}),_0x2ea5cf[_0x1d5191([0x6f,0x6e])](_0x1d5191([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3aa297=>{_0x314327(_0x3aa297[_0x1d5191([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x52413f=!0x0,_0x51d913(_0x3aa297[_0x1d5191([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1d5191([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1d5191([0x6c,0x6f,0x77])}),_0x3e0e10[_0x1d5191([0x74,0x68,0x65,0x6e])](()=>{_0x52413f||_0x42b742(_0x1d5191([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x458032(){return _0x2ea5cf[_0x1d5191([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1d5191([0x76,0x69,0x65,0x77])][_0x1d5191([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1d5191([0x61,0x75,0x74,0x6f]);}function _0x4164ec(){_0x2ea5cf[_0x1d5191([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1d5191([0x76,0x69,0x65,0x77])][_0x1d5191([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1d5191([0x61,0x75,0x74,0x6f]);}}function _0x3c7fa1(_0x555e05){const _0x71b5c9=[new window[(_0x1d5191([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3da736=>setTimeout(_0x3da736,0x1c7824fc^_0xc2a751)),_0x3e0e10[_0x1d5191([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1d5191([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x26f5d3=>{let _0x11ad3e=0x0;_0x2ea5cf[_0x1d5191([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d5191([0x6f,0x6e])](_0x1d5191([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x25d4a8,_0x64474e)=>{_0x64474e[0x0][_0x1d5191([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x11ad3e++,_0x11ad3e==(0x1c711bc8^_0xc2a751)&&(_0x26f5d3(),_0x25d4a8[_0x1d5191([0x6f,0x66,0x66])]());});}))];return window[_0x1d5191([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1d5191([0x72,0x61,0x63,0x65])](_0x71b5c9)[_0x1d5191([0x74,0x68,0x65,0x6e])](()=>_0x555e05);}async function _0x5a5004(){await _0x3e0e10,_0x2ea5cf[_0x1d5191([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d5191([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x9026ba,_0x2ea5cf[_0x1d5191([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d5191([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x9026ba,_0x2ea5cf[_0x1d5191([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1d5191([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x7a21c4(){return _0xb012eb(_0x1d5191([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0xa505b4(_0x1d5191([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x1d5191([0x73,0x74,0x61,0x74,0x65])]==_0x1d5191([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x1ca327(){return _0xb012eb(_0x1d5191([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]));}function _0xb137c2(){return _0xb012eb(_0x1d5191([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x414291(_0x1e9845){const _0x339b34=_0x3152be();_0x2ea5cf[_0x339b34]=_0x1d5191([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x1e9845,_0x1e9845!=_0x1d5191([0x56,0x61,0x6c,0x69,0x64])&&_0x5a5004();}function _0x3152be(){const _0x5b5adb=window[_0x1d5191([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1d5191([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1d5191([0x6e,0x6f,0x77])]())[_0x1d5191([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1d5191([0x2e]),'');let _0x51b2a9=_0x1d5191([0x4c]);for(let _0x523adb=0x0;_0x523adb<_0x5b5adb[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x523adb+=0x2){let _0x39cc11=window[_0x1d5191([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5b5adb[_0x1d5191([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x523adb,_0x523adb+0x2));_0x39cc11>=_0x20e2e9[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x39cc11-=_0x20e2e9[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x51b2a9+=_0x20e2e9[_0x39cc11];}return _0x51b2a9;}function _0x287e16(){const _0x36f502=_0x4a41e2[_0x1d5191([0x73,0x70,0x6c,0x69,0x74])](_0x1d5191([0x2e]));if(0x3!=_0x36f502[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x39fd13(_0x36f502[0x1]);function _0x39fd13(_0x5119b1){const _0x34e531=_0x31ea16(_0x5119b1);return _0x34e531&&_0x2cd9aa()?_0x34e531:null;function _0x2cd9aa(){const _0x1febcf=_0x34e531[_0x1d5191([0x6a,0x74,0x69])],_0x3a1524=window[_0x1d5191([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1febcf[_0x1d5191([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1febcf[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x161634={..._0x34e531,[_0x1d5191([0x6a,0x74,0x69])]:_0x1febcf[_0x1d5191([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1febcf[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x161634[_0x1d5191([0x76,0x63])],_0x3661e4(_0x161634)==_0x3a1524;}}}async function _0x5ced87(){let _0x3b4fad=!0x0;try{const _0x4aa73c=_0x4a41e2[_0x1d5191([0x73,0x70,0x6c,0x69,0x74])](_0x1d5191([0x2e])),[_0x3de3f5,_0x2158f2,_0x60d862]=_0x4aa73c;return _0x27b3f0(_0x3de3f5),await _0x2c01aa(_0x3de3f5,_0x2158f2,_0x60d862),_0x3b4fad;}catch{return!0x1;}function _0x27b3f0(_0x2ca126){const _0x453bd5=_0x31ea16(_0x2ca126);_0x453bd5&&_0x453bd5[_0x1d5191([0x61,0x6c,0x67])]==_0x1d5191([0x45,0x53,0x32,0x35,0x36])||(_0x3b4fad=!0x1);}async function _0x2c01aa(_0x1ec544,_0x5569e3,_0x4e1a2){const _0xcb353d=window[_0x1d5191([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1d5191([0x66,0x72,0x6f,0x6d])](_0x5575d6(_0x4e1a2),_0x1b2856=>_0x1b2856[_0x1d5191([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x43978d=new window[(_0x1d5191([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1d5191([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1ec544+_0x1d5191([0x2e])+_0x5569e3),_0x70c5f6=window[_0x1d5191([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1d5191([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x70c5f6)return;const _0x10fb03=await _0x70c5f6[_0x1d5191([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1d5191([0x6a,0x77,0x6b]),_0x299767,{[_0x1d5191([0x6e,0x61,0x6d,0x65])]:_0x1d5191([0x45,0x43,0x44,0x53,0x41]),[_0x1d5191([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1d5191([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1d5191([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x70c5f6[_0x1d5191([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1d5191([0x6e,0x61,0x6d,0x65])]:_0x1d5191([0x45,0x43,0x44,0x53,0x41]),[_0x1d5191([0x68,0x61,0x73,0x68])]:{[_0x1d5191([0x6e,0x61,0x6d,0x65])]:_0x1d5191([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x10fb03,_0xcb353d,_0x43978d)||(_0x3b4fad=!0x1);}}function _0x31ea16(_0x323920){return _0x323920[_0x1d5191([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1d5191([0x65,0x79]))?JSON[_0x1d5191([0x70,0x61,0x72,0x73,0x65])](_0x5575d6(_0x323920)):null;}function _0x5575d6(_0x3d8df9){return window[_0x1d5191([0x61,0x74,0x6f,0x62])](_0x3d8df9[_0x1d5191([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1d5191([0x2b]))[_0x1d5191([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1d5191([0x2f])));}function _0x3661e4(_0x10e6e0){let _0x442b39=0x1505;function _0x90fa8d(_0x28ea2e){for(let _0x1ddbe7=0x0;_0x1ddbe7<_0x28ea2e[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1ddbe7++){const _0x3abde2=_0x28ea2e[_0x1d5191([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1ddbe7);_0x442b39=(_0x442b39<<0x5)+_0x442b39+_0x3abde2,_0x442b39&=_0x442b39;}}function _0x2ddb5a(_0x4e91c4){Array[_0x1d5191([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4e91c4)?_0x4e91c4[_0x1d5191([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2ddb5a):_0x4e91c4&&typeof _0x4e91c4==_0x1d5191([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1d5191([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4e91c4)[_0x1d5191([0x73,0x6f,0x72,0x74])]()[_0x1d5191([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x15a24b,_0x22065f])=>{_0x90fa8d(_0x15a24b),_0x2ddb5a(_0x22065f);}):_0x90fa8d(window[_0x1d5191([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4e91c4));}return _0x2ddb5a(_0x10e6e0),_0x442b39>>>0x0;}function _0x1a853f(_0x420396){return _0x420396[_0x1d5191([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1d5191([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1d5191([0x30]));}function _0x2ca20a(_0x40c135){return _0x40c135[_0x1d5191([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1d5191([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1d5191([0x6a,0x6f,0x69,0x6e])]('');}function _0xb012eb(_0xc3928d){return _0x2ea5cf[_0x1d5191([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1d5191([0x68,0x61,0x73])](_0xc3928d);}function _0xa505b4(_0x304c02){return _0x2ea5cf[_0x1d5191([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1d5191([0x67,0x65,0x74])](_0x304c02);}function _0x9026ba(){}function _0x1d5191(_0x132098){return _0x132098['map'](_0x8020ed=>String['fromCharCode'](_0x8020ed))['join']('');}_0x414291(await _0x477dae());}(this);}set['adapter'](_0x2fed1e){if(this['_adapter'])throw new _0x3f002a('track-changes-adapter-already-set',this);this['_adapter']=_0x2fed1e;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x496abb=!0x1,toJSON:_0x57051a=!0x1}={}){const _0x25a333=[];for(const _0x55e984 of this['_suggestions']['values']())_0x496abb&&!_0x55e984['isInContent']||_0x25a333['push'](_0x55e984);return _0x57051a?_0x25a333['map'](_0x5c7acb=>_0x5c7acb['toJSON']()):_0x25a333;}['getSuggestion'](_0x72b60f){const _0x2bebd0=this['_suggestions']['get'](_0x72b60f);if(!_0x2bebd0)throw new _0x3f002a('track-changes-suggestion-not-found',this);return _0x2bebd0;}['hasSuggestion'](_0x24f3d7){return this['_suggestions']['has'](_0x24f3d7);}['addSuggestionData'](_0xe3df29){const {authorId:_0x58e4b5,id:_0x18558b,originalSuggestionId:_0x3a82ee,attributes:_0x103aaf}=_0xe3df29,[_0x5c21f2,_0x2513bd]=_0xe3df29['type']['split'](':'),_0x14c189=this['_suggestions']['get'](_0x18558b)||this['_createSuggestion'](_0x5c21f2,_0x2513bd,_0x18558b,_0x58e4b5,_0x103aaf,_0x3a82ee);if(this['_addThreadToSuggestion'](_0x14c189),this['_checkSuggestionCorrectness'](_0x14c189,_0x5c21f2,_0x2513bd||null,_0x58e4b5),_0x14c189['createdAt']=_0xe3df29['createdAt'],_0x14c189['_isDataLoaded']=!0x0,_0x103aaf&&_0x103aaf['@external']){const _0x4172a7=_0x103aaf['@external'],_0x54f4de=this['_getExternalAuthor'](_0x4172a7['authorName']);_0x14c189['authoredAt']=_0x4172a7['createdAt'],_0x14c189['author']=_0x54f4de,_0x14c189['isExternal']=!0x0;}else _0x14c189['authoredAt']=_0xe3df29['createdAt'];switch(_0xe3df29['data']&&(_0x14c189['data']=_0xe3df29['data']),_0xe3df29['attributes']&&(_0x14c189['attributes']=_0xe3df29['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x14c189['_saved']=!0x0),this['_suggestionState']['get'](_0x14c189)){case'notReady':this['_suggestionState']['set'](_0x14c189,'dataReady');break;case'markerReady':_0x14c189['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x14c189])),this['_refreshSuggestionsChain'](new Set([_0x14c189])),this['_suggestionState']['set'](_0x14c189,'ready'),this['fire']('suggestionLoaded',_0x14c189)):this['_suggestionState']['set'](_0x14c189,'removed');}return _0x14c189;}['acceptSuggestion'](_0x26e408){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x449308 of _0x26e408['getAllAdjacentSuggestions']())_0x449308['accept']();});});}['discardSuggestion'](_0x2f56e8){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x3f0245 of _0x2f56e8['getAllAdjacentSuggestions']())_0x3f0245['discard']();});});}['enableCommand'](_0x2807e3,_0x1d0a02){const _0xe56116=this['editor']['commands']['get'](_0x2807e3);if(!_0xe56116)throw new _0x3f002a('track-changes-command-not-found',this,{'commandName':_0x2807e3});if(this['_enabledCommands']['has'](_0xe56116))throw new _0x3f002a('track-changes-enable-command-twice',this,{'commandName':_0x2807e3});this['_enabledCommands']['add'](_0xe56116),_0x1d0a02&&_0xe56116['on']('execute',(_0x1703d2,_0xf643b2)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0xf643b2['length']>0x0&&_0xf643b2[_0xf643b2['length']-0x1]&&_0xf643b2[_0xf643b2['length']-0x1]['forceDefaultExecution']?_0xf643b2['pop']():(_0x1703d2['return']=_0x1d0a02((..._0x5b41c)=>_0xe56116['execute'](..._0x5b41c,{'forceDefaultExecution':!0x0}),..._0xf643b2),_0x1703d2['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x57afa2){let _0x3bc932,_0x1fec89;const _0x5d460c=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x3bc932=_0x57afa2();}catch(_0x1d4099){_0x1fec89=_0x1d4099;}return _0x5d460c||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x1fec89&&_0x3f002a['rethrowUnexpectedError'](_0x1fec89,this),_0x3bc932;}['markInsertion'](_0x57624d,_0x440533=null,_0x37a5e7={}){if(_0x57624d['isCollapsed'])return null;const _0x27cd61=this['editor']['plugins']['get']('Users')['me'];this['_trackingSessionId']&&(_0x37a5e7['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x338d3e,meta:_0x3ce1a8}of this['_findSuggestions'](_0x57624d,'insertion'))if(_0x3ce1a8['isOwn']){if(!_0x3ce1a8['isNextTo']){if(_0x3ce1a8['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Yt(_0x338d3e,_0x37a5e7))continue;return _0x338d3e;}if(Yt(_0x338d3e,_0x37a5e7))return _0x338d3e;this['_breakSuggestionMarker'](_0x338d3e,_0x57624d['start'],_0x57624d['end']);break;}if(_0x440533==_0x338d3e['subType']&&Yt(_0x338d3e,_0x37a5e7)){const _0x1365ac=_0x338d3e['getFirstRange']();return _0x1365ac['start']['isEqual'](_0x57624d['end'])?this['_setSuggestionRange'](_0x338d3e,this['_model']['createRange'](_0x57624d['start'],_0x1365ac['end'])):this['_setSuggestionRange'](_0x338d3e,this['_model']['createRange'](_0x1365ac['start'],_0x57624d['end'])),_0x338d3e;}}const _0x2cd8c1=_0x21999f(),_0xd5a025=_0x27cd61['id'],_0x13f2fb=_0x440533?'insertion:'+_0x440533:'insertion',_0x3920a0=this['_setSuggestionData']({'id':_0x2cd8c1,'type':_0x13f2fb,'createdAt':new Date(),'authorId':_0xd5a025,'attributes':_0x37a5e7});return this['_addSuggestionMarker'](_0x13f2fb,_0x2cd8c1,_0xd5a025,_0x57624d),_0x3920a0;}['markMultiRangeInsertion'](_0x15d3a4,_0x493cfc='multi',_0x4e6c1e={}){const _0x534491=this['editor']['plugins']['get']('Users')['me'],_0x454ee1=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x493cfc,'join');this['_trackingSessionId']&&(_0x4e6c1e['trackingSessionId']=this['_trackingSessionId']);for(const _0x25339d of this['getSuggestions']())if(_0x25339d['author']['id']==_0x534491['id']&&'insertion'==_0x25339d['type']&&_0x25339d['subType']==_0x493cfc&&Yt(_0x25339d,_0x4e6c1e)&&(_0x454ee1(_0x25339d['getRanges'](),_0x15d3a4)||_0x454ee1(_0x15d3a4,_0x25339d['getRanges']()))){for(const _0x3c0d81 of _0x15d3a4)_0x25339d['addRange'](_0x3c0d81);return _0x25339d;}for(const {suggestion:_0x436126,meta:_0x401ddc}of this['_findSuggestions'](_0x15d3a4,'insertion')){if(!_0x401ddc['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x401ddc['containsRangeInObject'])continue;if(!Yt(_0x436126,_0x4e6c1e))continue;let _0x22e421=!0x0;for(const _0xb91334 of _0x436126['getRanges']())for(const _0x5b6e8f of _0x15d3a4)if(!_0xb91334['containsRange'](_0x5b6e8f)){_0x22e421=!0x1;break;}if(_0x22e421)return _0x436126;}const _0x5eb9ca=_0x21999f(),_0xb25295=_0x534491['id'],_0x5b3bc5='insertion:'+_0x493cfc,_0x5f10fe=this['_setSuggestionData']({'id':_0x5eb9ca,'type':_0x5b3bc5,'createdAt':new Date(),'authorId':_0xb25295,'attributes':_0x4e6c1e});for(const _0x3d6f28 of _0x15d3a4)this['_addSuggestionMarker'](_0x5b3bc5,_0x5eb9ca,_0xb25295,_0x3d6f28,o['getMultiRangeId']());return _0x5f10fe;}['markInlineFormat'](_0x43e78e,_0x3361ed,_0x30d75b=null,_0x427dc5={}){if(_0x30d75b=_0x30d75b||Kt(_0x3361ed),_0x43e78e['isCollapsed'])return null;if(this['_trackingSessionId']&&(_0x427dc5['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x5114cd=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x30d75b,'accept');return this['forceDefaultExecution'](()=>_0x5114cd([_0x43e78e],_0x3361ed,_0x427dc5)),null;}const _0x2c84b6=this['editor']['plugins']['get']('Users')['me'],_0x3b8c68=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x5af95d,meta:_0x206f90}of this['_findSuggestions'](_0x43e78e,'insertion'))_0x206f90['isOwn']&&!_0x206f90['isInsideObject']&&_0x3b8c68['push'](..._0x5af95d['getRanges']());}const _0x107f22=function(_0x40f0d1,_0x44a657){const _0x1ba8e8=[];for(const _0x37ca04 of _0x44a657){const _0x3e1ac6=_0x40f0d1['getIntersection'](_0x37ca04);_0x3e1ac6&&_0x1ba8e8['push'](_0x3e1ac6);}return _0x1ba8e8;}(_0x43e78e,_0x3b8c68),_0x53947b=function(_0x5b062d,_0x18a49a){const _0x1877be=[_0x5b062d];for(const _0x117adb of _0x18a49a){let _0x87873c=0x0;for(;_0x87873c<_0x1877be['length'];){const _0x4ba99b=_0x1877be[_0x87873c]['getDifference'](_0x117adb);_0x1877be['splice'](_0x87873c,0x1,..._0x4ba99b),_0x87873c+=_0x4ba99b['length'];}}return _0x1877be;}(_0x43e78e,_0x3b8c68);_0x107f22['length']&&this['_model']['change'](()=>{for(const _0x2fccfe of _0x107f22){const _0x4721a4=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x30d75b,'accept');this['forceDefaultExecution'](()=>_0x4721a4([_0x2fccfe],_0x3361ed,_0x427dc5));}});for(const _0x314272 of _0x53947b){let _0x51d90a=null,_0x2bea21=_0x314272['start'],_0x8fcb93=_0x314272['end'];for(const {suggestion:_0x2b7ab1,meta:_0x137070}of this['_findSuggestions'](_0x314272,'formatInline')){if(!_0x137070['isOwn'])continue;if(_0x2b7ab1['subType']!=_0x30d75b)continue;if(!Yt(_0x2b7ab1,_0x427dc5))continue;const _0xf64bcb=_0x2b7ab1['getFirstRange']();if(_0xf64bcb['containsRange'](_0x314272,!0x0))return null;_0x2bea21=_0x2bea21['isBefore'](_0xf64bcb['start'])?_0x2bea21:_0xf64bcb['start'],_0x8fcb93=_0x8fcb93['isAfter'](_0xf64bcb['end'])?_0x8fcb93:_0xf64bcb['end'],_0x51d90a?_0xf64bcb['start']['isBefore'](_0x51d90a['getFirstRange']()['start'])?(_0x51d90a['removeMarkers'](),_0x51d90a=_0x2b7ab1):_0x2b7ab1['removeMarkers']():_0x51d90a=_0x2b7ab1;}const _0x5aa079=this['_model']['createRange'](_0x2bea21,_0x8fcb93);if(_0x51d90a)this['_setSuggestionRange'](_0x51d90a,_0x5aa079);else{const _0x158db1=_0x21999f(),_0x3c3e66=_0x2c84b6['id'];this['_setSuggestionData']({'id':_0x158db1,'type':'formatInline:'+_0x30d75b,'data':_0x3361ed,'createdAt':new Date(),'authorId':_0x3c3e66,'attributes':_0x427dc5}),this['_addSuggestionMarker']('formatInline:'+_0x30d75b,_0x158db1,_0x3c3e66,_0x5aa079);}}return null;}['markBlockFormat'](_0x1f404e,_0x9b14a3,_0x4f62b5=[],_0x1ddfcc=null,_0x4ec177={}){_0x9b14a3['formatGroupId']||(_0x9b14a3['formatGroupId']=_0x9b14a3['commandName']),_0x9b14a3['multipleBlocks']=_0x1f404e['is']('range'),_0x1ddfcc=_0x1ddfcc||Kt(_0x9b14a3);const _0x51e8d6=_0x4f62b5['map'](_0x4509e6=>Wt(_0x4509e6,this['_model'])),_0x29fd1a=_0x1f404e['is']('range')?_0x1f404e:Wt(_0x1f404e,this['_model']);if(this['_trackingSessionId']&&(_0x4ec177['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x260f9d=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1ddfcc,'accept');return this['forceDefaultExecution'](()=>_0x260f9d([_0x29fd1a],_0x9b14a3,_0x4ec177)),null;}_0x51e8d6['push'](_0x29fd1a);let _0x2a762c=!0x0;for(const _0x5903fc of _0x51e8d6)if(!this['_rangeIsInLocalUserInsertion'](_0x5903fc)){_0x2a762c=!0x1;break;}if(_0x2a762c&&'always'!==this['_trackFormatChanges']){const _0x2f19d7=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1ddfcc,'accept');return this['forceDefaultExecution'](()=>_0x2f19d7([_0x29fd1a],_0x9b14a3,_0x4ec177)),null;}let _0x5e58cc=null,_0x202e22=_0x29fd1a['start'],_0x1790bb=_0x29fd1a['end'];for(const {suggestion:_0x5e0524,meta:_0x2a5676}of this['_findSuggestions'](_0x29fd1a,'formatBlock')){if(!_0x2a5676['isOwn'])continue;if(_0x2a5676['isNextTo']||_0x2a5676['containsRangeInObject']||_0x2a5676['isInsideObject'])continue;if(_0x5e0524['data']['formatGroupId']!=_0x9b14a3['formatGroupId'])continue;if(!Yt(_0x5e0524,_0x4ec177))continue;const _0xdbf5ca=_0x5e0524['getFirstRange']();if(_0x5e0524['subType']==_0x1ddfcc){if(_0xdbf5ca['containsRange'](_0x29fd1a,!0x0))return null;_0x202e22=_0x202e22['isBefore'](_0xdbf5ca['start'])?_0x202e22:_0xdbf5ca['start'],_0x1790bb=_0x1790bb['isAfter'](_0xdbf5ca['end'])?_0x1790bb:_0xdbf5ca['end'],_0x5e58cc?_0xdbf5ca['start']['isBefore'](_0x5e58cc['getFirstRange']()['start'])?(_0x5e58cc['removeMarkers'](),_0x5e58cc=_0x5e0524):_0x5e0524['removeMarkers']():_0x5e58cc=_0x5e0524;}else{const _0x2dac36=_0x29fd1a['getIntersection'](_0xdbf5ca);this['_cutOutSuggestionMarker'](_0x5e0524,_0x2dac36);}}const _0x3f5cab=this['editor']['plugins']['get']('Users')['me'],_0x4743bb=_0x21999f(),_0x3e3464=_0x3f5cab['id'];if(_0x5e58cc)return this['_setSuggestionRange'](_0x5e58cc,this['_model']['createRange'](_0x202e22,_0x1790bb)),_0x5e58cc;{const _0x5c164d=this['_setSuggestionData']({'id':_0x4743bb,'type':'formatBlock:'+_0x1ddfcc,'data':_0x9b14a3,'createdAt':new Date(),'authorId':_0x3e3464,'attributes':_0x4ec177});return this['_addSuggestionMarker']('formatBlock:'+_0x1ddfcc,_0x4743bb,_0x3e3464,this['_model']['createRange'](_0x202e22,_0x1790bb)),_0x5c164d;}}['markMultiRangeBlockFormat'](_0x5b25c1,_0x4097b4,_0x13c461=[],_0x277fcb=null,_0x4cdd12={}){_0x4097b4['formatGroupId']||(_0x4097b4['formatGroupId']=_0x4097b4['commandName']);const _0x1662dc=_0x5b25c1[0x0];_0x4097b4['multipleBlocks']=_0x1662dc['is']('range'),_0x277fcb=_0x277fcb||Kt(_0x4097b4);const _0x478bda=_0x13c461['map'](_0x56c465=>Wt(_0x56c465,this['_model'])),_0x4698f3=_0x1662dc['is']('range')?_0x5b25c1:_0x5b25c1['map'](_0x1f171f=>Wt(_0x1f171f,this['_model']));if(this['_trackingSessionId']&&(_0x4cdd12['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x228380=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x277fcb,'accept');return this['forceDefaultExecution'](()=>_0x228380(_0x4698f3,_0x4097b4,_0x4cdd12)),null;}_0x478bda['push'](..._0x4698f3);let _0x81b979=!0x0;for(const _0x3dd608 of _0x478bda)if(!this['_rangeIsInLocalUserInsertion'](_0x3dd608)){_0x81b979=!0x1;break;}if(_0x81b979&&'always'!==this['_trackFormatChanges']){const _0x15bb4e=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x277fcb,'accept');return this['forceDefaultExecution'](()=>_0x15bb4e(_0x4698f3,_0x4097b4,_0x4cdd12)),null;}const _0x2bc422=this['editor']['plugins']['get']('Users')['me'];for(const _0x474366 of this['getSuggestions']()){if(_0x474366['author']['id']!=_0x2bc422['id'])continue;if('formatBlock'!=_0x474366['type']||_0x474366['data']['formatGroupId']!=_0x4097b4['formatGroupId'])continue;if(!Yt(_0x474366,_0x4cdd12))continue;const _0x130cf3=_0x474366['subType']==_0x277fcb;for(let _0x15d565=0x0;_0x15d565<_0x4698f3['length'];_0x15d565++){const _0x576994=_0x4698f3[_0x15d565];for(const _0x322d55 of _0x474366['getMarkers']()){const _0x3de766=_0x322d55['getRange']();if(_0x576994['isEqual'](_0x3de766)){_0x130cf3?(_0x4698f3['splice'](_0x15d565,0x1),_0x15d565--):_0x474366['removeMarker'](_0x322d55['name']);break;}}}}if(0x0==_0x4698f3['length'])return null;const _0x22be21=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x277fcb,'join');for(const _0x3a95fe of this['getSuggestions']())if(_0x3a95fe['author']['id']==_0x2bc422['id']&&'formatBlock'==_0x3a95fe['type']&&_0x3a95fe['data']['formatGroupId']==_0x4097b4['formatGroupId']&&_0x3a95fe['subType']==_0x277fcb&&Yt(_0x3a95fe,_0x4cdd12)&&(_0x22be21(_0x3a95fe['getRanges'](),_0x4698f3)||_0x22be21(_0x4698f3,_0x3a95fe['getRanges']()))){for(const _0x5509ff of _0x4698f3)_0x3a95fe['addRange'](_0x5509ff);return _0x3a95fe;}const _0x40a214=_0x21999f(),_0x2a39c4=_0x2bc422['id'],_0x56cdc1='formatBlock:'+_0x277fcb,_0xbb8e74=this['_setSuggestionData']({'id':_0x40a214,'type':_0x56cdc1,'data':_0x4097b4,'createdAt':new Date(),'authorId':_0x2a39c4,'attributes':_0x4cdd12});for(const _0x1cfe39 of _0x4698f3)this['_addSuggestionMarker'](_0x56cdc1,_0x40a214,_0x2a39c4,_0x1cfe39,o['getMultiRangeId']());return _0xbb8e74;}['markDeletion'](_0x393e0e,_0x19509d=null,_0x5bfeb1={}){if(_0x393e0e['isCollapsed'])return null;const _0x652c8b=this['editor']['plugins']['get']('Users')['me'],_0x231d90=new _0x1a5d6e(_0x393e0e['start'],_0x393e0e['end']);this['_trackingSessionId']&&(_0x5bfeb1['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x2c9a61,meta:_0x44f0ee}of this['_findSuggestions'](_0x231d90,'insertion'))if(_0x44f0ee['isOwn']&&!_0x44f0ee['isNextTo']){if(_0x2c9a61['isMultiRange']){const _0x2f6d44=_0x2c9a61['getRanges']()['filter'](_0x381fa2=>'$graveyard'!=_0x381fa2['root']['rootName']);_0x2f6d44['every'](_0x4b748a=>_0x231d90['containsRange'](_0x4b748a,!0x0))&&_0x2c9a61['discard']();if(_0x2f6d44['some'](_0x49b8bb=>_0x49b8bb['containsRange'](_0x231d90,!0x0))){const _0x4b352c=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x19509d,'accept');return this['forceDefaultExecution'](()=>_0x4b352c([_0x231d90],null,_0x5bfeb1)),null;}}else{const _0x53bf1a=_0x231d90['getIntersection'](_0x2c9a61['getFirstRange']());null!==_0x53bf1a&&_0x2c9a61['_onDiscard']([_0x53bf1a],null,_0x5bfeb1);}}if(_0x231d90['detach'](),_0x231d90['isCollapsed']||'$graveyard'==_0x231d90['root']['rootName'])return null;let _0x18306e=null,_0x2df3cd=_0x231d90['start'],_0x1edb27=_0x231d90['end'];const _0x5316f5=this['_findSuggestions'](_0x231d90,'deletion');for(const {suggestion:_0x7c6573,meta:_0x1d2783}of _0x5316f5){const _0xee94e7=this['_model']['createRange'](_0x2df3cd,_0x1edb27);if(_0x1d2783['isOwn']&&(this['_mergeNestedSuggestions']||!_0x1d2783['containsRangeInObject']&&!_0x1d2783['isInsideObject'])){if(_0x7c6573['isMultiRange']){if(!Yt(_0x7c6573,_0x5bfeb1))continue;let _0x4757a3=!0x0;for(const _0x50f74b of _0x7c6573['getRanges']()){if(_0x50f74b['containsRange'](_0xee94e7,!0x0))return _0x7c6573;_0xee94e7['containsRange'](_0x50f74b)||(_0x4757a3=!0x1);}_0x4757a3&&_0x7c6573['discard']();}else{const _0x41b688=_0x7c6573['getFirstRange']();if(_0x41b688['containsRange'](_0xee94e7,!0x0))return _0x7c6573;if(!Yt(_0x7c6573,_0x5bfeb1)){_0xee94e7['containsRange'](_0x41b688)?_0x7c6573['removeMarkers']():_0x41b688['containsPosition'](_0x2df3cd)?_0x2df3cd=_0x41b688['end']:_0x41b688['containsPosition'](_0x1edb27)&&(_0x1edb27=_0x41b688['start']);continue;}_0x2df3cd=_0x2df3cd['isBefore'](_0x41b688['start'])?_0x2df3cd:_0x41b688['start'],_0x1edb27=_0x1edb27['isAfter'](_0x41b688['end'])?_0x1edb27:_0x41b688['end'],_0x5bfeb1=Object['assign']({},_0x7c6573['attributes']),_0x18306e?_0x41b688['start']['isBefore'](_0x18306e['getFirstRange']()['start'])?(_0x18306e['removeMarkers'](),_0x18306e=_0x7c6573):_0x7c6573['removeMarkers']():_0x18306e=_0x7c6573;}}}if(_0x18306e)return this['_setSuggestionRange'](_0x18306e,this['_model']['createRange'](_0x2df3cd,_0x1edb27)),_0x18306e;{const _0x4d45e2=_0x21999f(),_0x3f9367=this['_model']['createRange'](_0x2df3cd,_0x1edb27),_0x2fd952=_0x652c8b['id'],_0x58a227=_0x19509d?'deletion:'+_0x19509d:'deletion',_0x556d60=this['_setSuggestionData']({'id':_0x4d45e2,'type':_0x58a227,'createdAt':new Date(),'authorId':_0x2fd952,'attributes':_0x5bfeb1});return this['_addSuggestionMarker'](_0x58a227,_0x4d45e2,_0x2fd952,_0x3f9367),_0x556d60;}}['markMultiRangeDeletion'](_0x817729,_0x4cc434='multi',_0x4388af={}){const _0x2f3bd8=this['editor']['plugins']['get']('Users')['me'],_0x280545=_0x817729['map'](_0x4d1876=>new _0x1a5d6e(_0x4d1876['start'],_0x4d1876['end'])),_0xfa1479=new Set();this['_trackingSessionId']&&(_0x4388af['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x14dfcf,meta:_0x1e38dc}of this['_findSuggestions'](_0x280545,'insertion'))_0x1e38dc['isOwn']&&!_0x1e38dc['isNextTo']&&_0xfa1479['add'](_0x14dfcf);for(const _0x40cfec of _0xfa1479)if(_0x40cfec['isMultiRange']){const _0x113a65=_0x40cfec['getRanges']();(!_0x40cfec['attributes']||!_0x40cfec['attributes']['skipNestingCheck'])&&(_0x113a65['every'](_0x38a491=>_0x280545['some'](_0x40dd44=>_0x40dd44['containsRange'](_0x38a491,!0x0)))&&_0x40cfec['discard']());if(_0x280545['every'](_0x3bb851=>_0x113a65['some'](_0x2b23c8=>_0x2b23c8['containsRange'](_0x3bb851,!0x0)))){const _0x181394=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4cc434,'accept');return this['forceDefaultExecution'](()=>_0x181394(_0x817729,null,_0x4388af)),null;}}else{const _0x553116=_0x40cfec['getFirstRange']();_0x280545['some'](_0x53b02b=>_0x53b02b['containsRange'](_0x553116,!0x0))&&_0x40cfec['discard']();if(_0x280545['every'](_0x4c083d=>_0x553116['containsRange'](_0x4c083d,!0x0))){const _0x4b84fb=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4cc434,'accept');return this['forceDefaultExecution'](()=>_0x4b84fb(_0x280545,null,_0x4388af)),null;}}const _0x4343bf=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4cc434,'join');let _0x4da317=null;for(const _0x11de15 of this['getSuggestions']())if(_0x11de15['author']['id']==_0x2f3bd8['id']&&_0x11de15['isInContent']&&'deletion'==_0x11de15['type']&&_0x11de15['subType']==_0x4cc434&&Yt(_0x11de15,_0x4388af)&&(_0x4343bf(_0x11de15['getRanges'](),_0x280545)||_0x4343bf(_0x280545,_0x11de15['getRanges']()))){if(_0x4da317){if(_0x11de15['commentThread']&&_0x11de15['commentThread']['length'])continue;for(const _0x2d88ee of _0x11de15['getRanges']())_0x4da317['isIntersectingWithRange'](_0x2d88ee)||_0x4da317['addRange'](_0x2d88ee);_0x11de15['removeMarkers']();}else{_0x4da317=_0x11de15;for(const _0x3a6bbd of _0x280545)_0x11de15['isIntersectingWithRange'](_0x3a6bbd)||_0x11de15['addRange'](_0x3a6bbd);}}if(_0x4da317)return _0x4da317;_0xfa1479['clear']();for(const {suggestion:_0xc7242,meta:_0x507dcb}of this['_findSuggestions'](_0x280545,'deletion'))_0x507dcb['isOwn']&&(this['_mergeNestedSuggestions']||!_0x507dcb['containsRangeInObject']&&!_0x507dcb['isInsideObject'])&&Yt(_0xc7242,_0x4388af)&&_0xfa1479['add'](_0xc7242);for(const _0x58e00c of _0xfa1479){const _0x38c7f9=_0x58e00c['getRanges']();if(!_0x4388af||!_0x4388af['skipNestingCheck']){if(_0x280545['every'](_0x3e30ca=>_0x38c7f9['some'](_0x131084=>_0x131084['containsRange'](_0x3e30ca,!0x0))))return _0x58e00c;}(!_0x58e00c['attributes']||!_0x58e00c['attributes']['skipNestingCheck'])&&(_0x38c7f9['every'](_0x352a7b=>_0x280545['some'](_0x124d78=>_0x124d78['containsRange'](_0x352a7b,!0x0)))&&_0x58e00c['discard']());}const _0xa58189=_0x21999f(),_0x190077=_0x2f3bd8['id'],_0x344981='deletion:'+_0x4cc434,_0xea5575=this['_setSuggestionData']({'id':_0xa58189,'type':_0x344981,'createdAt':new Date(),'authorId':_0x190077,'attributes':_0x4388af});for(const _0x18db15 of _0x280545)_0x18db15['detach'](),_0x18db15['isCollapsed']||'$graveyard'==_0x18db15['root']['rootName']||this['_addSuggestionMarker'](_0x344981,_0xa58189,_0x190077,_0x18db15,o['getMultiRangeId']());return _0xea5575;}['markAttributeChange'](_0x26290e,_0x4245cd,_0x34e3e4,_0x3f8dc0,_0x543bfe){if(_0x26290e['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x493a08=this['editor']['plugins']['get']('Users')['me']['id'],_0x40fd2a=Array['from'](this['_suggestions']['values']())['filter'](_0x3d34c5=>'attribute'==_0x3d34c5['type']&&_0x3d34c5['data']['key']==_0x4245cd&&_0x3d34c5['isIntersectingWithRange'](_0x26290e));if(this['_trackingSessionId']&&(_0x543bfe['trackingSessionId']=this['_trackingSessionId']),'default'===this['_trackFormatChanges']){const _0x5998b3=this['_findSuggestions'](_0x26290e,'insertion')['filter'](({meta:_0x51229e})=>_0x51229e['isOwn']&&!_0x51229e['isInsideObject']&&!_0x51229e['isNextTo'])['map'](({suggestion:_0x35f422})=>_0x35f422);_0x40fd2a['unshift'](..._0x5998b3);}const _0x49d7fb=new Map([[_0x26290e,_0x34e3e4]]);for(const _0x25029c of _0x40fd2a){const _0x1cf6d3='attribute'==_0x25029c['type']?_0x25029c['data']['oldValue']:void 0x0,_0x1eedb1=_0x25029c['getFirstRange'](),_0xcec8c2=Array['from'](_0x49d7fb['keys']())['find'](_0x2bf5bb=>_0x2bf5bb['isIntersecting'](_0x1eedb1));if(!_0xcec8c2)continue;const _0x5db60b=_0xcec8c2['getDifference'](_0x1eedb1);this['_isBlockAttribute'](_0x4245cd)&&'insertion'==_0x25029c['type']&&0x0!=_0x5db60b['length']||(_0x49d7fb['delete'](_0xcec8c2),_0x5db60b['forEach'](_0x1fd43d=>{_0x49d7fb['set'](_0x1fd43d,_0x34e3e4);}),'insertion'!=_0x25029c['type']&&_0x1cf6d3!=_0x3f8dc0&&_0x49d7fb['set'](_0xcec8c2['getIntersection'](_0x1eedb1),_0x1cf6d3));}const _0x341658=[];for(const [_0x24e8e9,_0x5b0b4a]of _0x49d7fb){const _0x40f006=_0x21999f(),_0x189a99={'key':_0x4245cd,'oldValue':_0x5b0b4a,'newValue':_0x3f8dc0};_0x4245cd['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':_0x4245cd});const _0x49a1f0=('attribute:'+(_0x4245cd+'|'+Kt({'newValue':_0x3f8dc0})))['substring'](0x0,0x3c),_0x492c8b=this['_setSuggestionData']({'id':_0x40f006,'type':_0x49a1f0,'data':_0x189a99,'createdAt':new Date(),'authorId':_0x493a08,'attributes':_0x543bfe});_0x341658['push'](_0x492c8b),this['_addSuggestionMarker'](_0x49a1f0,_0x40f006,_0x493a08,_0x24e8e9);}return _0x341658;}['enableDefaultAttributesIntegration'](_0x38ccc4){this['enableCommand'](_0x38ccc4,(_0x4279cc,..._0x34385a)=>{this['_recordAttributeChanges'](()=>{_0x4279cc(..._0x34385a);});});}['registerBlockAttribute'](_0x4fce4e){this['_blockAttributeKeys']['add'](_0x4fce4e);}['registerInlineAttribute'](_0x33c1d1){this['_inlineAttributeKeys']['add'](_0x33c1d1);}['startTrackingSession'](_0x4f6ec9){return this['_trackingSessionId']=void 0x0!==_0x4f6ec9?_0x4f6ec9:_0x21999f(),this['_trackingSessionId'];}['_getAttributeKey'](_0x54a0ac){return'attribute'==_0x54a0ac['type']?_0x54a0ac['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x5071b5,_0x74a0d9){const _0x55a3ae=_0x5071b5['getFirstMarker']();this['_model']['change'](_0x2f78dc=>{_0x2f78dc['updateMarker'](_0x55a3ae,{'range':_0x74a0d9});});}['_addThreadToSuggestion'](_0x1f62c4){const _0x39b3be=_0x1f62c4['id'],_0x3a5044=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x39b3be)||this['_commentsRepository']['addCommentThread']({'channelId':_0x3a5044,'threadId':_0x39b3be,'isResolvable':!0x1,'isSubmitted':!0x0});const _0xaac326=this['_commentsRepository']['getCommentThread'](_0x39b3be);_0xaac326['unbind']('isRemovable'),_0xaac326['isRemovable']=!0x1,_0x1f62c4['commentThread']=_0xaac326;}['_checkSuggestionCorrectness'](_0x1f7c34,_0x5b8cc2,_0x2ce3c2,_0x2d3ca2){if(_0x1f7c34['type']!=_0x5b8cc2||_0x1f7c34['subType']!=_0x2ce3c2||_0x1f7c34['creator']['id']!=_0x2d3ca2)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x3f002a('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x5943ee,_0x74d039){const _0x4a4de8=_0x5943ee['getFirstRange']();if(_0x74d039['isEqual'](_0x4a4de8))_0x5943ee['removeMarkers']();else{if(_0x4a4de8['containsRange'](_0x74d039)){const _0x167d07=this['_model']['createPositionAt'](_0x74d039['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x5943ee,this['_model']['createRange'](_0x4a4de8['start'],_0x167d07));const _0x3ac3a1=_0x21999f(),_0xea431f=_0x5943ee['creator']['id'],_0x11abeb=_0x5943ee['type']+':'+_0x5943ee['subType'];this['_setSuggestionData']({'id':_0x3ac3a1,'type':_0x11abeb,'createdAt':new Date(),'authorId':_0xea431f,'data':_0x5943ee['data'],'attributes':_0x5943ee['attributes']});const _0x59d5b6=this['_model']['createPositionAt'](_0x74d039['end']['parent'],'after'),_0x34fc1d=this['_model']['createRange'](_0x59d5b6,_0x4a4de8['end']);this['_addSuggestionMarker'](_0x11abeb,_0x3ac3a1,_0xea431f,_0x34fc1d);}else{if(_0x4a4de8['containsPosition'](_0x74d039['start'])){const _0x162c02=this['_model']['createPositionAt'](_0x74d039['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x5943ee,this['_model']['createRange'](_0x4a4de8['start'],_0x162c02));}else{const _0x595a2c=this['_model']['createPositionAt'](_0x74d039['end']['parent'],'after');this['_setSuggestionRange'](_0x5943ee,this['_model']['createRange'](_0x595a2c,_0x4a4de8['end']));}}}}['_rangeIsInLocalUserInsertion'](_0xd15ae2){for(const {suggestion:_0x773f11,meta:_0x59d5d4}of this['_findSuggestions'](_0xd15ae2,'insertion')){if(!_0x59d5d4['isOwn'])continue;const _0x34e53d=_0x773f11['getRanges']();for(const _0x3e82d7 of _0x34e53d)if(!_0xd15ae2['getDifference'](_0x3e82d7)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x5894b0){const _0x5cdd26=this['editor']['plugins']['get']('Users')['getUser'](_0x5894b0);if(!_0x5cdd26)throw new _0x3f002a('track-changes-user-not-found',this);return _0x5cdd26;}['_getExternalAuthor'](_0x44aba0){const _0x2c2207=this['editor']['plugins']['get']('Users'),_0x41bf74=_0x49b0ed('external:'+_0x44aba0),_0x556aab=_0x2c2207['getUser'](_0x41bf74);return _0x556aab||_0x2c2207['addUser']({'id':_0x41bf74,'name':_0x44aba0});}['_createSuggestion'](_0x2c9880,_0x44eead,_0x210675,_0x59e667,_0x4c7e95,_0x35a029){const _0x1681f2=this['_getAuthorFromId'](_0x59e667),_0x3e4ead=this['_suggestionFactory']['buildSuggestion'](_0x2c9880,_0x44eead,_0x210675,_0x1681f2,_0x4c7e95,_0xd6f4dd=>{this['_updateSuggestionData'](_0x210675,{'attributes':_0xd6f4dd});const _0x2904c7=this['getSuggestion'](_0x210675);this['_joinWithAdjacentSuggestions'](new Set([_0x2904c7])),this['_refreshSuggestionsChain'](new Set([_0x2904c7]));},_0x35a029);return this['listenTo'](_0x3e4ead,'accept',()=>{this['_updateSuggestionData'](_0x210675,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x3e4ead,'discard',()=>{this['_updateSuggestionData'](_0x210675,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x210675,_0x3e4ead),this['_suggestionState']['set'](_0x3e4ead,'notReady'),_0x3e4ead;}['_splitMarkerName'](_0x506005){const _0x775729=_0x506005['split'](':');return{'group':_0x775729[0x0],'type':_0x775729[0x1],'subType':_0x775729['length']>=0x5?_0x775729[0x2]:null,'id':_0x775729['length']<0x5?_0x775729[0x2]:_0x775729[0x3],'authorId':_0x775729['length']<0x5?_0x775729[0x3]:_0x775729[0x4],'markerCount':0x6==_0x775729['length']?_0x775729[0x5]:null};}['_breakSuggestionMarker'](_0x43e9f0,_0x53155a,_0x2b0258){const _0x2a4e83=_0x43e9f0['getFirstRange'](),_0x7babe5=_0x2a4e83['start'],_0x40a49d=_0x2a4e83['end'];this['_setSuggestionRange'](_0x43e9f0,this['_model']['createRange'](_0x7babe5,_0x53155a));const _0x1c6aa8=_0x21999f(),_0x5816a6=_0x43e9f0['creator']['id'],_0x18b4bd=_0x43e9f0['type']+(_0x43e9f0['subType']?':'+_0x43e9f0['subType']:'');this['_setSuggestionData']({'id':_0x1c6aa8,'type':_0x18b4bd,'createdAt':new Date(),'authorId':_0x5816a6,'originalSuggestionId':_0x43e9f0['_originalSuggestionId']||_0x43e9f0['id'],'attributes':_0x43e9f0['attributes'],'data':_0x43e9f0['data']});const _0x126278=this['_getAttributeKey'](_0x43e9f0);('formatBlock'==_0x43e9f0['type']||_0x126278&&this['_isBlockAttribute'](_0x126278))&&(_0x2b0258=this['_model']['createPositionBefore'](_0x2b0258['parent'])),this['_addSuggestionMarker'](_0x18b4bd,_0x1c6aa8,_0x5816a6,this['_model']['createRange'](_0x2b0258,_0x40a49d));}['_findSuggestions'](_0x40fab2,_0x40434c=null){const _0x437bb8=[],_0xa4d8a=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x40fab2)||(_0x40fab2=[_0x40fab2]);for(const _0x40d3d2 of this['getSuggestions']()){if(!_0x40d3d2['isInContent'])continue;if(_0x40434c&&_0x40d3d2['type']!=_0x40434c)continue;let _0x328aa8=!0x1;for(const _0x331911 of _0x40d3d2['getRanges']()){for(const _0x4afa5a of _0x40fab2){const _0xd9e5d0=_0x4afa5a['start']['isEqual'](_0x331911['end'])||_0x4afa5a['end']['isEqual'](_0x331911['start']);if(_0xd9e5d0||_0x4afa5a['getIntersection'](_0x331911)){const _0xb109c4=_0x4afa5a['containsRange'](_0x331911)&&Gt(this['_model']['schema'],_0x331911['start'],_0x4afa5a),_0x19c816=_0x331911['containsRange'](_0x4afa5a)&&Gt(this['_model']['schema'],_0x4afa5a['start'],_0x331911);_0x437bb8['push']({'suggestion':_0x40d3d2,'meta':{'isOwn':_0xa4d8a==_0x40d3d2['author'],'isNextTo':_0xd9e5d0,'isInsideObject':_0xb109c4,'containsRangeInObject':_0x19c816}}),_0x328aa8=!0x0;break;}}if(_0x328aa8)break;}}return _0x437bb8;}['_addSuggestionMarker'](_0x149cb1,_0x73ab6b,_0x29f070,_0xa9e143,_0x2d49d7){this['_model']['change'](_0x1ba9f3=>{let _0x2bbc0c='suggestion:'+_0x149cb1+':'+_0x73ab6b+':'+_0x29f070;_0x2d49d7&&(_0x2bbc0c=_0x2bbc0c+':'+_0x2d49d7),_0x1ba9f3['addMarker'](_0x2bbc0c,{'range':_0xa9e143,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x5c8023){const _0x2cc41a=_0x5c8023['previous'],_0xf33714=_0x5c8023['next'];_0x5c8023['previous']=null,_0x5c8023['next']=null,null!=_0x2cc41a&&_0x2cc41a['next']==_0x5c8023&&(_0x2cc41a['next']=_0xf33714),null!=_0xf33714&&_0xf33714['previous']==_0x5c8023&&(_0xf33714['previous']=_0x2cc41a),'ready'==this['_suggestionState']['get'](_0x5c8023)&&(this['_suggestionState']['set'](_0x5c8023,'removed'),this['fire']('suggestionUnloaded',_0x5c8023,_0x2cc41a,_0xf33714));}['_setSuggestionData'](_0x2bcbbe){const _0x4660ae=_0x2bcbbe['id'],_0x92b1d5=this['addSuggestionData'](_0x2bcbbe);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x4b2694=this['editor']['plugins']['get']('PendingActions'),_0x4abfd5=_0x92b1d5['hasComments'],_0x55dd32=_0x92b1d5['subType']?_0x92b1d5['type']+':'+_0x92b1d5['subType']:_0x92b1d5['type'],_0x25c60d=this['editor']['locale'],_0x18a23b=_0x4b2694['add'](c(_0x25c60d,'PENDING_ACTION_SUGGESTION')),_0x3f4ba4={'id':_0x4660ae,'type':_0x55dd32,'hasComments':_0x4abfd5,'data':_0x2bcbbe['data']||null,'originalSuggestionId':_0x2bcbbe['originalSuggestionId']||null,'attributes':_0x92b1d5['attributes']};this['_adapter']['addSuggestion'](_0x3f4ba4)['then'](_0x14ff5c=>{_0x92b1d5['_saved']=!0x0,_0x4b2694['remove'](_0x18a23b),_0x14ff5c&&_0x14ff5c['createdAt']&&(this['_suggestions']['get'](_0x4660ae)['createdAt']=_0x14ff5c['createdAt']);})['catch'](_0x29d454=>{throw _0xb01b9a('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x92b1d5['discard']();}),_0x92b1d5['stopListening'](),this['_suggestions']['delete'](_0x92b1d5['id']),this['_suggestionState']['delete'](_0x92b1d5),_0x29d454;});}return _0x92b1d5;}['_isBlockAttribute'](_0x586229){return this['_blockAttributeKeys']['has'](_0x586229);}['_updateSuggestionData'](_0x3b81a5,_0xc5ff98){const _0x4e0f31=this['editor']['plugins']['get']('PendingActions'),_0x69fd5c=this['getSuggestion'](_0x3b81a5);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x69fd5c['_saved']){const _0x25c916=_0x4e0f31['add'](c(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x3b81a5,_0xc5ff98)['then'](()=>{_0x4e0f31['remove'](_0x25c916);});}else _0x69fd5c['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x3b81a5,_0xc5ff98);});}}['_getSuggestionData'](_0x24f8de){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x3f002a('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x24f8de);}['_handleNewSuggestionMarker'](_0x485e9d){const {id:_0x559423,type:_0x1b8420,subType:_0x592a39,authorId:_0x4bc9f2}=this['_splitMarkerName'](_0x485e9d),_0x7e1280=this['_suggestions']['get'](_0x559423)||this['_createSuggestion'](_0x1b8420,_0x592a39,_0x559423,_0x4bc9f2,{});switch(this['_checkSuggestionCorrectness'](_0x7e1280,_0x1b8420,_0x592a39,_0x4bc9f2),this['_suggestionState']['get'](_0x7e1280)){case'notReady':this['_getSuggestionData'](_0x559423)['then'](_0x54ede7=>{let _0x1dc8e4=Promise['resolve']();_0x54ede7['hasComments']&&(_0x1dc8e4=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x559423})),_0x1dc8e4['then'](()=>{this['addSuggestionData'](_0x54ede7)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x7e1280,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x559423,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x7e1280,'ready'),this['fire']('suggestionLoaded',_0x7e1280);break;case'ready':this['fire']('suggestionChanged',_0x7e1280);}return _0x7e1280['addMarkerName'](_0x485e9d),_0x7e1280;}['_refreshSuggestionsChain'](_0x14832a){const _0x341450=Array['from'](_0x14832a),_0x98edf4=_0x341450['filter'](_0x591e69=>'attribute'==_0x591e69['type']);this['_refreshAttributeSuggestionsChain'](_0x98edf4);const _0x60f11=_0x341450['filter'](_0x4490af=>!_0x4490af['isMultiRange']&&'attribute'!=_0x4490af['type']),_0x5f414d=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1d9912=>!_0x1d9912['isMultiRange']&&'attribute'!=_0x1d9912['type']),_0x17f0c2=_0x5f414d['filter'](_0x4dbe9c=>!_0x14832a['has'](_0x4dbe9c)),_0x47c17f=new Map(_0x5f414d['map'](_0x2de947=>[_0x2de947,this['_suggestionFactory']['getSuggestionCallback'](_0x2de947['type'],_0x2de947['subType'],'chain')])),_0x1b2546=new Map(_0x5f414d['map'](_0x1cf154=>[_0x1cf154,_0x1cf154['getFirstRange']()])),_0x4b9244=new Set(),_0x131cf2=new Set();for(let _0x5c6f9a=0x0;_0x5c6f9a<_0x60f11['length'];_0x5c6f9a++)_0x538061(_0x60f11[_0x5c6f9a],_0x60f11,_0x5c6f9a+0x1);for(let _0x3ddada=0x0;_0x3ddada<_0x60f11['length'];_0x3ddada++)_0x538061(_0x60f11[_0x3ddada],_0x17f0c2,0x0);const _0x267e0b=new Set();for(let _0x2147fd=0x0;_0x2147fd<_0x60f11['length'];_0x2147fd++){const _0x15640a=_0x60f11[_0x2147fd];!_0x131cf2['has'](_0x15640a)&&_0x15640a['previous']&&(_0x267e0b['add'](_0x15640a['previous']),_0x15640a['previous']['next']===_0x15640a&&(_0x15640a['previous']['next']=null),_0x15640a['previous']=null),!_0x4b9244['has'](_0x15640a)&&_0x15640a['next']&&(_0x267e0b['add'](_0x15640a['next']),_0x15640a['next']['previous']===_0x15640a&&(_0x15640a['next']['previous']=null),_0x15640a['next']=null);}function _0x538061(_0x30eaf9,_0x382e4a,_0x5caac7){for(let _0xd915da=_0x5caac7;_0xd915da<_0x382e4a['length'];_0xd915da++){const _0x2ae959=_0x119e9b(_0x30eaf9,_0x382e4a[_0xd915da]);_0x2ae959&&(_0x2ae959[0x0]['next']=_0x2ae959[0x1],_0x2ae959[0x1]['previous']=_0x2ae959[0x0],_0x4b9244['add'](_0x2ae959[0x0]),_0x131cf2['add'](_0x2ae959[0x1]));}}function _0x119e9b(_0x4db041,_0x19c644){if(_0x4db041['author']['id']!==_0x19c644['author']['id'])return null;const _0x2d4418=_0x47c17f['get'](_0x4db041)(_0x4db041,_0x19c644,_0x1b2546['get'](_0x4db041),_0x1b2546['get'](_0x19c644));if(!_0x2d4418)return null;return _0x47c17f['get'](_0x19c644)(_0x4db041,_0x19c644,_0x1b2546['get'](_0x4db041),_0x1b2546['get'](_0x19c644))?_0x2d4418[0x1]['commentThread']&&_0x2d4418[0x1]['commentThread']['length']?null:_0x2d4418:null;}_0x267e0b['size']&&this['_refreshSuggestionsChain'](_0x267e0b);}['_refreshAttributeSuggestionsChain'](_0x4e2469){if(0x0==_0x4e2469['length'])return;const _0x23fb87=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2cc527=>'attribute'==_0x2cc527['type']&&_0x2cc527['_isDataLoaded']),_0x4a2733=[],_0x2b6aed=new Map();for(const _0x10e0a0 of _0x23fb87){const _0x8c12ee=_0x49b0ed(_0x10e0a0['attributes']);_0x2b6aed['has'](_0x8c12ee)||(_0x2b6aed['set'](_0x8c12ee,_0x4a2733['length']),_0x4a2733['push']([]));const _0x1c7d4d=_0x2b6aed['get'](_0x8c12ee);_0x4a2733[_0x1c7d4d]['push'](_0x10e0a0);}!(function(){_0x4a2733['sort']((_0xb20ba8,_0x4063c8)=>{const _0x927b9c=_0xb20ba8[0x0]['createdAt'],_0x10dd9c=_0x4063c8[0x0]['createdAt'];return _0x927b9c==_0x10dd9c?_0xb20ba8[0x0]['attributes']['groupId']<_0x4063c8[0x0]['attributes']['groupId']?-0x1:0x1:_0x927b9c<_0x10dd9c?-0x1:0x1;});for(const _0x323619 of _0x4a2733)_0x323619['sort']((_0xa5a56a,_0x443e5b)=>_0xa5a56a['id']<_0x443e5b['id']?-0x1:0x1);}());for(let _0x53180b=0x0;_0x53180b<_0x4a2733['length'];_0x53180b++){if(0x0==_0x4a2733[_0x53180b]['length'])continue;const _0xbe47fb=[];for(let _0x37b68c=_0x53180b+0x1;_0x37b68c<_0x4a2733['length'];_0x37b68c++)0x0!=_0x4a2733[_0x37b68c]['length']&&_0x28a2aa(_0x4a2733[_0x53180b],_0x4a2733[_0x37b68c])&&_0xbe47fb['push'](_0x37b68c);for(const _0x3f367b of _0xbe47fb)_0x4a2733[_0x53180b]=_0x4a2733[_0x53180b]['concat'](_0x4a2733[_0x3f367b]),_0x4a2733[_0x3f367b]=[];}for(const _0x4c5d16 of _0x4a2733)for(let _0x40d81d=0x0;_0x40d81d<_0x4c5d16['length'];_0x40d81d++){const _0x5ca882=_0x4c5d16[_0x40d81d+0x1]||null;_0x4c5d16[_0x40d81d]['next']!==_0x5ca882&&(_0x4c5d16[_0x40d81d]['next']=_0x5ca882);}for(const _0x1b9ae7 of _0x4a2733)for(let _0x297090=0x0;_0x297090<_0x1b9ae7['length'];_0x297090++){const _0x33b28d=_0x1b9ae7[_0x297090-0x1]||null;_0x1b9ae7[_0x297090]['previous']!==_0x33b28d&&(_0x1b9ae7[_0x297090]['previous']=_0x33b28d);}function _0x28a2aa(_0x509032,_0x178f3d){if(_0x509032[0x0]['attributes']['groupId']!==_0x178f3d[0x0]['attributes']['groupId']&&_0x509032[0x0]['author']!==_0x178f3d[0x0]['author'])return!0x1;if(!function(_0x1739f1,_0xfafe1c){if(!_0x1739f1['hasComments']&&!_0xfafe1c['hasComments'])return!0x0;if(_0x1739f1['hasComments']&&_0xfafe1c['hasComments'])return!0x1;if(_0x1739f1['hasComments']&&_0xfafe1c['createdAt']<_0x1739f1['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0xfafe1c['hasComments']&&_0x1739f1['createdAt']<_0xfafe1c['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x509032[0x0],_0x178f3d[0x0]))return!0x1;const _0x276d5c=Ft(_0x509032[0x0]['attributes'],['groupId','trackingSessionId']),_0x34dfd4=Ft(_0x178f3d[0x0]['attributes'],['groupId','trackingSessionId']);if(!_0xbbaa66(_0x276d5c,_0x34dfd4))return!0x1;if(_0x509032[0x0]['attributes']['groupId']==_0x178f3d[0x0]['attributes']['groupId'])return!0x0;if(_0x509032[0x0]['attributes']['trackingSessionId']!==_0x178f3d[0x0]['attributes']['trackingSessionId'])return!0x1;return!!_0x509032['every'](_0xc94476=>_0x178f3d['some'](_0x190883=>_0xc94476['getFirstRange']()['isEqual'](_0x190883['getFirstRange']())))&&_0x178f3d['every'](_0x46ca67=>_0x509032['some'](_0x449cf6=>_0x46ca67['getFirstRange']()['isEqual'](_0x449cf6['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x585748){const _0x602b5=Array['from'](_0x585748),_0x343955=this['getSuggestions']({'skipNotAttached':!0x0}),_0xff52b1=_0x343955['filter'](_0x459409=>!_0x585748['has'](_0x459409)),_0x122083=new Map(_0x602b5['map'](_0x1dcc78=>[_0x1dcc78,this['_suggestionFactory']['getSuggestionCallback'](_0x1dcc78['type'],_0x1dcc78['subType'],'join')])),_0x2f5a59=new Map(_0x343955['map'](_0x292915=>[_0x292915,_0x292915['getRanges']()]));for(let _0x4edf0f=0x0;_0x4edf0f<_0x602b5['length'];_0x4edf0f++){if(_0x30d54a(this,_0x602b5[_0x4edf0f],_0x602b5,_0x4edf0f+0x1))return!0x0;}for(let _0x2fd0ca=0x0;_0x2fd0ca<_0x602b5['length'];_0x2fd0ca++){if(_0x30d54a(this,_0x602b5[_0x2fd0ca],_0xff52b1,0x0))return!0x0;}return!0x1;function _0x30d54a(_0x492193,_0x5a7f2a,_0x1d1f73,_0xea2843){for(let _0x504de8=_0xea2843;_0x504de8<_0x1d1f73['length'];_0x504de8++){const _0x4939dd=_0x1d1f73[_0x504de8];if(_0x4939dd['type']!==_0x5a7f2a['type']||_0x4939dd['author']['id']!==_0x5a7f2a['author']['id']||_0x4939dd['subType']!==_0x5a7f2a['subType'])continue;if(!Xt(_0x5a7f2a,_0x4939dd))continue;if('attribute'==_0x5a7f2a['type']&&_0x5a7f2a['data']['oldValue']!=_0x4939dd['data']['oldValue'])continue;if('attribute'==_0x5a7f2a['type']&&_0x492193['_isBlockAttribute'](_0x5a7f2a['data']['key']))continue;if('formatBlock'==_0x5a7f2a['type']){const _0x3643f4=_0x492193['editor']['model'],_0x2586c5=_0x5a7f2a['getContainedElement']();if(_0x2586c5&&(_0x3643f4['schema']['isObject'](_0x2586c5)||_0x3643f4['schema']['isLimit'](_0x2586c5)))continue;}const _0x3ad94d=_0x122083['get'](_0x5a7f2a),_0x1fb7f5=_0x2f5a59['get'](_0x5a7f2a),_0x6fb25c=_0x2f5a59['get'](_0x4939dd),_0xb4100d=_0x5a7f2a['commentThread']&&_0x5a7f2a['commentThread']['length'],_0x1096e2=_0x4939dd['commentThread']&&_0x4939dd['commentThread']['length'];if(!_0xb4100d&&_0x3ad94d(_0x6fb25c,_0x1fb7f5))return _0x492193['_joinSuggestions'](_0x4939dd,_0x5a7f2a),_0x2f5a59['delete'](_0x5a7f2a),!0x0;if(!_0x1096e2&&_0x3ad94d(_0x1fb7f5,_0x6fb25c))return _0x492193['_joinSuggestions'](_0x5a7f2a,_0x4939dd),_0x2f5a59['delete'](_0x4939dd),!0x0;}return!0x1;}}['_joinSuggestions'](_0x287ec3,_0x47b0aa){if(_0x287ec3['isMultiRange']){for(const _0x3e29fc of _0x47b0aa['getRanges']())_0x287ec3['addRange'](_0x3e29fc);}else{const _0x53eee1=_0x47b0aa['getFirstRange']()['end'];this['_setSuggestionRange'](_0x287ec3,this['_model']['createRange'](_0x287ec3['getFirstRange']()['start'],_0x53eee1));}_0x47b0aa['removeMarkers']();}['_getMarkerAnnouncementText'](_0x586575,_0x4a1633,_0x6ee0c6){const _0x277177=_0x586575['startsWith']('format')||_0x586575['startsWith']('attribute')?'FORMATTING':_0x586575['toUpperCase']();return c(this['editor']['locale'],_0x4a1633+'_'+_0x277177+'_SUGGESTION_ANNOUNCEMENT',_0x6ee0c6);}['_initAriaMarkerChangeAnnouncements'](){const _0x2c184a=this['editor'];if(!_0x2c184a['ui'])return;const {ariaLiveAnnouncer:_0x35d7f0}=_0x2c184a['ui'];_0x545f3a(this['_model'],({left:_0x2a2324,entered:_0x2411f1})=>{for(const _0x272126 of _0x2a2324){const {group:_0x12b3f1,type:_0x1a6164}=this['_splitMarkerName'](_0x272126['name']);if('suggestion'===_0x12b3f1){_0x35d7f0['announce'](this['_getMarkerAnnouncementText'](_0x1a6164,'LEAVE'));break;}}for(const _0x28c3b3 of _0x2411f1){const {group:_0x4526f2,type:_0xc4b69e}=this['_splitMarkerName'](_0x28c3b3['name']);if('suggestion'===_0x4526f2){_0x35d7f0['announce'](this['_getMarkerAnnouncementText'](_0xc4b69e,'ENTER',_0x34b607(_0x3ff4ca)));break;}}});}['_processAttributeChanges'](_0x36c9ef){if(this['_recordAttributeSuggestions'])return!0x1;const _0x4b65a9=this['editor'],_0x139444=_0x4b65a9['model']['document']['differ']['getChanges']();if(0x0==_0x139444['length'])return!0x1;const _0x442231=[],_0x3b0077=_0x139444['filter'](_0x5702dd=>'attribute'==_0x5702dd['type']),_0x106cc4=_0x139444['filter'](_0xd2792d=>'insert'==_0xd2792d['type']&&'$text'!=_0xd2792d['name']),_0xe89f05=_0x139444['filter'](_0x10e007=>'remove'==_0x10e007['type']&&'$text'!=_0x10e007['name']);for(const _0x3b54a4 of _0x3b0077)_0x442231['push']({'key':_0x3b54a4['attributeKey'],'newValue':_0x3b54a4['attributeNewValue'],'oldValue':_0x3b54a4['attributeOldValue'],'range':zt(_0x3b54a4['range'],_0x4b65a9['model'])});for(const _0x44bbf3 of _0x106cc4){const _0x551bdf=_0xe89f05['find'](_0x5efe44=>_0x5efe44['position']['isEqual'](_0x44bbf3['position']));_0x551bdf&&_0x442231['push']({'key':u,'newValue':_0x44bbf3['name'],'oldValue':_0x551bdf['name'],'range':_0x4b65a9['model']['createRangeOn'](_0x44bbf3['position']['nodeAfter'])});}return 0x0!=_0x442231['length']&&this['_reduceExistingSuggestions'](_0x36c9ef,_0x442231);}['_processAttributeSuggestions'](_0x39c198){let _0x31bd2f=!0x1;const _0x30c995=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0xd96a46=>_0xd96a46['data']['newRange']&&_0xd96a46['name']['startsWith']('suggestion:attribute:'));for(const _0x43c2a5 of _0x30c995){const {subType:_0x1ec983,id:_0x35bbfe}=this['_splitMarkerName'](_0x43c2a5['name']),_0x2e4a5f=_0x1ec983['split']('|')[0x0];for(const _0x67cd23 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x67cd23['id']!=_0x35bbfe&&'attribute'==_0x67cd23['type']&&_0x67cd23['data']&&_0x67cd23['data']['key']==_0x2e4a5f&&_0x67cd23['getFirstRange']()['isIntersecting'](_0x43c2a5['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x67cd23,_0x43c2a5['data']['newRange'],_0x39c198),_0x31bd2f=!0x0);}return _0x31bd2f;}['_recordAttributeChanges'](_0x1d649c){this['_recordAttributeSuggestions']=!0x0,_0x1d649c();}['_isRegisteredAttribute'](_0x2481c9){const _0x5a7dff=this['_isBlockAttribute'](_0x2481c9),_0x3efb37=this['_inlineAttributeKeys']['has'](_0x2481c9);return _0x5a7dff||_0x3efb37;}['_reduceExistingSuggestions'](_0x8a509a,_0x1af28e){if(0x0==_0x1af28e['length'])return!0x1;let _0x3c57b1=!0x1;for(const _0x4b568b of _0x1af28e){const _0x52337e=this['_findSuggestions'](_0x4b568b['range'],'attribute')['filter'](_0x1f8201=>!_0x1f8201['meta']['isNextTo'])['map'](_0x49e591=>_0x49e591['suggestion']),_0x474bdb=_0x49b0ed({'newValue':_0x4b568b['newValue']});_0x52337e['filter'](_0x34bb80=>{const [_0x5a2b2d,_0x5b57fe]=_0x34bb80['subType']['split']('|');return _0x5a2b2d==_0x4b568b['key']&&_0x5b57fe!=_0x474bdb;})['forEach'](_0x432fa8=>{this['_reduceSuggestionAttributeRange'](_0x432fa8,_0x4b568b['range'],_0x8a509a),_0x3c57b1=!0x0;});}return _0x3c57b1;}['_reduceSuggestionAttributeRange'](_0x225296,_0x2babea,_0xb8e09){const _0x113b52=_0x225296['getFirstRange']()['getDifference'](_0x2babea);0x0!==_0x113b52['length']?0x1!==_0x113b52['length']?this['_breakSuggestionMarker'](_0x225296,_0x2babea['start'],_0x2babea['end']):this['_setSuggestionRange'](_0x225296,_0x113b52[0x0]):_0xb8e09['removeMarker'](_0x225296['getFirstMarker']());}}class Pt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x242717){this['_editor']=_0x242717,this['_model']=_0x242717['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x228e70,_0xa9e6ca,_0x271ff0,_0x264c8c,_0x434d88,_0x530b9c,_0x1636a0){return new o(this['_model'],{'type':_0x228e70,'subType':_0xa9e6ca,'id':_0x271ff0,'originalSuggestionId':_0x1636a0,'author':_0x264c8c,'creator':_0x264c8c,'attributes':_0x434d88,'onAttributesChange':_0x530b9c,'onAccept':(..._0x576720)=>this['getSuggestionCallback'](_0x228e70,_0xa9e6ca,'accept')(..._0x576720),'onDiscard':(..._0x13b0f1)=>this['getSuggestionCallback'](_0x228e70,_0xa9e6ca,'discard')(..._0x13b0f1)});}['registerCustomCallback'](_0x2825e8,_0x359144,_0x334ac5,_0x16ecde){const _0x5804cb=_0x2825e8+':'+_0x359144+':'+_0x334ac5;this['_customCallbacks']['set'](_0x5804cb,_0x16ecde);}['getSuggestionCallback'](_0x3fea40,_0x28b367,_0xf10e19){const _0x17646a=_0x3fea40+':'+_0x28b367+':'+_0xf10e19;return this['_customCallbacks']['get'](_0x17646a)||this['_defaultCallbacks']['get'](_0x3fea40+':'+_0xf10e19);}['_registerDefaultCallbacks'](){const _0x5e69c2=()=>!0x1,_0x119cb3=_0xe213be=>{_0xe213be['sort']((_0x20920b,_0x14e4f7)=>_0x20920b['start']['isBefore'](_0x14e4f7['start'])?0x1:-0x1),this['_model']['change'](_0x89108c=>{for(const _0x18f7d1 of _0xe213be){let _0x3c4762;_0x3c4762=_0x18f7d1['end']['isAtEnd']&&_0x18f7d1['end']['parent']==_0x18f7d1['start']['nodeAfter']?_0x89108c['createSelection'](_0x18f7d1['start']['nodeAfter'],'on'):_0x89108c['createSelection'](_0x18f7d1),this['_model']['deleteContent'](_0x3c4762,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0,'doNotFixSelection':!0x0});}});},_0x1f576c=(_0x268c94,_0x5454f3)=>{_0x5454f3&&this['_model']['change'](_0x46e570=>{const {commandName:_0x4910ff,commandParams:_0x5cf2ae=[]}=_0x5454f3,_0x360c12=_0x268c94['map'](_0x5ddc2d=>(Lt(_0x5ddc2d)&&(_0x5ddc2d=this['_model']['createRange'](_0x5ddc2d['end'])),_0x5ddc2d))['filter'](_0x54c8e8=>'$graveyard'!==_0x54c8e8['root']['rootName']);if(_0x360c12['length']<0x1)return;const _0x2aa58f=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x2211ff=>_0x1a5d6e['fromRange'](_0x2211ff));_0x46e570['setSelection'](_0x360c12);for(const _0x564c9a of this['_editor']['commands']['commands']())_0x564c9a['refresh']();_0x5cf2ae['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x4910ff,..._0x5cf2ae);const _0x14d541=_0x2aa58f['filter'](_0x2224d8=>'$graveyard'!=_0x2224d8['root']['rootName']);_0x14d541['length']>0x0&&_0x46e570['setSelection'](_0x14d541);for(const _0x13952f of _0x2aa58f)_0x13952f['detach']();});},_0x2e1530=(_0x3d84e6,_0x471138)=>0x1==_0x3d84e6['length']&&0x1==_0x471138['length']&&_0x3d84e6[0x0]['end']['isEqual'](_0x471138[0x0]['start']),_0x386cb8=(_0x40e3a6,_0x4739cb,_0x1e75e2,_0x21870c)=>Qt(_0x40e3a6,_0x4739cb,_0x1e75e2,_0x21870c)?[_0x40e3a6,_0x4739cb]:Qt(_0x4739cb,_0x40e3a6,_0x21870c,_0x1e75e2)?[_0x4739cb,_0x40e3a6]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x5e69c2),this['_defaultCallbacks']['set']('insertion:discard',_0x119cb3),this['_defaultCallbacks']['set']('insertion:join',_0x2e1530),this['_defaultCallbacks']['set']('insertion:chain',_0x386cb8),this['_defaultCallbacks']['set']('deletion:accept',_0x119cb3),this['_defaultCallbacks']['set']('deletion:discard',_0x5e69c2),this['_defaultCallbacks']['set']('deletion:join',_0x2e1530),this['_defaultCallbacks']['set']('deletion:chain',_0x386cb8),this['_defaultCallbacks']['set']('formatInline:accept',_0x1f576c),this['_defaultCallbacks']['set']('formatInline:discard',_0x5e69c2),this['_defaultCallbacks']['set']('formatInline:join',_0x2e1530),this['_defaultCallbacks']['set']('formatInline:chain',_0x5e69c2),this['_defaultCallbacks']['set']('formatBlock:accept',_0x1f576c),this['_defaultCallbacks']['set']('formatBlock:discard',_0x5e69c2),this['_defaultCallbacks']['set']('formatBlock:join',_0x2e1530),this['_defaultCallbacks']['set']('formatBlock:chain',_0x5e69c2),this['_defaultCallbacks']['set']('attribute:accept',_0x5e69c2),this['_defaultCallbacks']['set']('attribute:discard',(_0x18f753,_0x328664)=>{if(!_0x328664)return;const _0x24b248=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x4e5dd3=>{if(_0x328664['key']==u)for(const _0x423ff7 of _0x18f753){const _0xaf4b34=_0x423ff7['start']['nodeAfter'],_0x3c83b6=_0x328664['oldValue'];_0x4e5dd3['rename'](_0xaf4b34,_0x3c83b6);}else{if(_0x24b248['_isBlockAttribute'](_0x328664['key'])){for(const _0x534ef3 of _0x18f753)void 0x0!==_0x328664['oldValue']?_0x4e5dd3['setAttribute'](_0x328664['key'],_0x328664['oldValue'],_0x534ef3['start']['nodeAfter']):_0x4e5dd3['removeAttribute'](_0x328664['key'],_0x534ef3['start']['nodeAfter']);}else{for(const _0x157df2 of _0x18f753)_0x328664['oldValue']?_0x4e5dd3['setAttribute'](_0x328664['key'],_0x328664['oldValue'],_0x157df2):_0x4e5dd3['removeAttribute'](_0x328664['key'],_0x157df2);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x2e1530);}}function Gt(_0xe711e5,_0x1a8995,_0x29eb66){for(const _0x1ea4e7 of _0x1a8995['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x1ea4e7['root']==_0x1ea4e7)return!0x1;if(!_0x29eb66['containsItem'](_0x1ea4e7))return!0x1;if(_0xe711e5['isObject'](_0x1ea4e7)||_0xe711e5['isLimit'](_0x1ea4e7))return!0x0;}return!0x1;}function Lt(_0x47f1b9){return _0x47f1b9['end']['parent']==_0x47f1b9['start']['nodeAfter']&&_0x47f1b9['end']['isAtStart'];}function Jt(_0x22a3d4,_0x55f7b6,_0x4e7dde,_0x448023){const _0x275d9b=_0x53d784=>!_0x53d784['item']['is']('$textProxy')&&!_0x448023['isObject'](_0x53d784['item']),_0x1f0460=_0x22a3d4['start']['getLastMatchingPosition'](_0x275d9b),_0x56ea5b=_0x22a3d4['end']['getLastMatchingPosition'](_0x275d9b,{'direction':'backward'});return(!_0x22a3d4['start']['isEqual'](_0x1f0460)||!_0x22a3d4['end']['isEqual'](_0x56ea5b))&&(_0x1f0460['isBefore'](_0x56ea5b)?_0x4e7dde['updateMarker'](_0x55f7b6,{'range':_0x4e7dde['createRange'](_0x1f0460,_0x56ea5b)}):_0x4e7dde['removeMarker'](_0x55f7b6),!0x0);}function Kt(_0x45c6e2){return _0x49b0ed(_0x45c6e2);}function Ht(_0x14d01f){const _0x3cad1e=_0x14d01f['start']['nodeAfter'];return _0x3cad1e&&_0x3cad1e['is']('element');}function qt(_0x12b386){return!Lt(_0x12b386)&&!function(_0x1f7bf1){return _0x1f7bf1['start']['parent']==_0x1f7bf1['end']['nodeBefore']&&_0x1f7bf1['start']['isAtEnd'];}(_0x12b386);}function zt(_0x1aa04a,_0x44aad7){return null==_0x1aa04a['end']['nodeBefore']&&_0x1aa04a['end']['parent']==_0x1aa04a['start']['nodeAfter']?Wt(_0x1aa04a['start']['nodeAfter'],_0x44aad7):_0x1aa04a;}function Wt(_0x2bfd9d,_0x4f666c){const _0xe3e0e2=_0x4f666c['schema']['isObject'](_0x2bfd9d)||_0x4f666c['schema']['isSelectable'](_0x2bfd9d);return _0x4f666c['createRange'](_0x4f666c['createPositionAt'](_0x2bfd9d,'before'),_0xe3e0e2?_0x4f666c['createPositionAfter'](_0x2bfd9d):_0x4f666c['createPositionAt'](_0x2bfd9d,'end'));}function Qt(_0x125634,_0x41b5d3,_0xc4feef,_0x42a972){return!!Xt(_0x125634,_0x41b5d3)&&_0xc4feef['end']['isEqual'](_0x42a972['start']);}function Xt(_0x176b7e,_0x350b8b){if(!_0x176b7e['_isDataLoaded']||!_0x350b8b['_isDataLoaded'])return!0x1;const _0x3df446=new Set(Object['keys'](_0x176b7e['attributes'])),_0x59d87c=new Set(Object['keys'](_0x350b8b['attributes']));if(_0x3df446['delete']('groupId'),_0x59d87c['delete']('groupId'),0x0==_0x3df446['size']&&0x0==_0x59d87c['size'])return!0x0;if(_0x3df446['size']!=_0x59d87c['size'])return!0x1;const _0x50f8ca={..._0x176b7e['attributes']},_0x135fc3={..._0x350b8b['attributes']};return delete _0x50f8ca['groupId'],delete _0x135fc3['groupId'],JSON['stringify'](_0x50f8ca)==JSON['stringify'](_0x135fc3);}function Yt(_0x2c52ab,_0x4d6453){const _0x504481=Zt(_0x2c52ab['attributes']),_0xb9b0da=Zt(_0x4d6453);if(!_0x2c52ab['_isDataLoaded'])return!0x1;for(const _0x4c2447 of Object['keys'](_0xb9b0da))if(!_0xbbaa66(_0x504481[_0x4c2447],_0xb9b0da[_0x4c2447]))return!0x1;return!0x0;}function Zt(_0xe8baf4){const _0xe9839f=Object['assign']({},_0xe8baf4);return delete _0xe9839f['skipNestingCheck'],delete _0xe9839f['tablePasteChainId'],_0xe9839f;}class pe extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x314fbc(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x2cf04a,_0x3a7750,_0x5a373b,_0x20a3a1){super(),this['model']=_0x3a7750,this['view']=_0x5a373b,this['commentThreadController']=_0x20a3a1,this['_editor']=_0x2cf04a,this['_acceptCommand']=_0x2cf04a['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x2cf04a['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x4b9e21,_0x4470ff)=>_0x4b9e21||_0x4470ff),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x1a270e=>_0x1a270e&&this['_editor']['model']['canEditAt'](_0x3a7750['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0xaab88=>_0xaab88&&this['_editor']['model']['canEditAt'](_0x3a7750['getRanges']())),this['_pendingAction']=null,_0x5a373b['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x5a373b,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x5a373b,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x5a373b,'change:isDirty',()=>{_0x5a373b['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 _0x64ef6=c(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x64ef6);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x5687e5{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x12051e,_0x10ab65,_0x2da2a3,_0x11c834){super(_0x12051e),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x5cbd9d(_0x12051e,c(_0x12051e,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x10ab65['authoredAt']),this['bind']('authoredAt')['to'](_0x10ab65),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',_0x10ab65,'authoredAt',this,'descriptionParts',(_0x12587a,_0x5871d7,_0x21f020)=>{const _0xf84012=_0x21f020['map'](_0x1c6fbb=>ls(_0x1c6fbb['content']))['join']('.\x20')+'.';return c(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x12587a-0x1,_0x10ab65['author']['name'],_0x5871d7?_0x11c834['formatDateTime'](_0x5871d7):'',new DOMParser()['parseFromString'](_0xf84012,'text/html')['body']['textContent']]);}),this['focusables']=new _0x3d9848(),this['focusTracker']=new _0x564b3d(),this['keystrokes']=new _0x31e822(),this['focusCycler']=new _0x42ca04({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x5d4bdf=>_0x5d4bdf['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x10ab65,this['_localUser']=_0x2da2a3,this['_config']=_0x11c834,_0x11c834['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x868696(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x3cbfd8}=this['_config'];this['commentsListView']=new _0x3cbfd8(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',_0x403cb2=>_0x403cb2+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x5bb413,_0x44f0c7)=>_0x5bb413||!!_0x44f0c7);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x205982}=this['_config'],_0x44a7e4=new _0x205982(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x408bba=_0x44a7e4['commentInputView'];return _0x44a7e4['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x408bba,'value',(_0x2fb004,_0x10be27,_0x5a14d5)=>!!_0x5a14d5||_0x2fb004&&!_0x10be27),_0x408bba['on']('submit',(_0x231e65,_0x5606e2)=>{this['fire']('addComment',_0x5606e2),_0x408bba['editor']['setData']('');}),_0x408bba['on']('cancel',()=>this['focus']()),_0x408bba['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x44a7e4;}}class fe extends us{['suggestionView'];['_descriptionElement'];constructor(_0x3138dc,_0x274b8a,_0x1e9cdf,_0x59b37e){super(_0x3138dc,_0x274b8a,_0x1e9cdf,_0x59b37e),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x2babef=>_0x2babef&&_0x2babef[0x0]?_0x2babef[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x55b445,_0x482b93)=>{let _0xd58890='';for(const _0x5c43e1 of _0x55b445)_0xd58890+='<p>'+ls(_0x5c43e1['content'],_0x5c43e1['color'])+'</p>';return _0x482b93?_0xd58890:_0x4850f5(_0xd58890,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x59b37e['SuggestionView'](_0x3138dc,_0x274b8a,{'formatDateTime':_0x59b37e['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 _0x5dbd8e=this['bindTemplate'],_0x521e96=[this['suggestionView']];return this['commentsListView']&&_0x521e96['push'](this['commentsListView']),this['commentThreadInputView']&&_0x521e96['push'](this['commentThreadInputView']),_0x521e96['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x5dbd8e['if']('isActive','ck-suggestion-wrapper--active'),_0x5dbd8e['to']('type',_0x26100b=>'ck-suggestion-'+_0x26100b),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':_0x5dbd8e['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x521e96};}['render'](){super['render'](),this['commentsListView']&&(this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this)),this['commentThreadInputView']&&(this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this));}}class we extends _0x5687e5{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x369b57,_0x56371c,_0x3fc510){super(_0x369b57),this['_model']=_0x56371c,this['_config']=_0x3fc510,this['set']('description',''),this['bind']('authoredAt')['to'](_0x56371c),this['acceptButton']=this['_createButton'](c(_0x369b57,'Accept\x20suggestion'),_0x39baa5,'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](c(_0x369b57,'Discard\x20suggestion'),_0x1b5757,'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0xccd57(_0x369b57,_0x56371c['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x3d9848([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x564b3d(),this['keystrokes']=new _0x31e822(),this['focusCycler']=new _0x42ca04({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x2b9fa9=>_0x2b9fa9['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x33870b=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x33870b['innerHTML']=this['description'],this['on']('change:description',(_0x1d6be3,_0x2b2413,_0x1902ad)=>{_0x33870b['innerHTML']=_0x1902ad;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x2c002f=this['bindTemplate'],_0x5b25b4=[{'tag':'div','attributes':{'class':['ck-suggestion__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-suggestion__info-name','ck-annotation__info-name'],'data-cke-tooltip-text':this['userView']['name']}},{'tag':'time','attributes':{'datetime':_0x2c002f['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x2c002f['to']('authoredAt',_0x3f8abb=>this['_config']['formatDateTime'](_0x3f8abb))}]}]},{'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']&&_0x5b25b4['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':_0x5b25b4}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?c(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):c(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?c(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):c(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x319c6a,_0x52b42b,_0x3119ca,_0x151cf8,_0x634d5f){const _0x2699a8=new _0x180bf7(this['locale']);return _0x2699a8['set']({'label':_0x319c6a,'icon':_0x52b42b,'tooltip':!0x0,'tooltipPosition':_0x634d5f}),_0x2699a8['extendTemplate']({'attributes':{'class':_0x3119ca}}),_0x2699a8['on']('execute',()=>{this['fire'](_0x151cf8,this['_model']['id']);}),_0x2699a8;}['_setupKeyboardNavigation'](){const _0xa9f057=this['element'];this['keystrokes']['listenTo'](_0xa9f057);for(const _0x20faed of this['focusables'])this['focusTracker']['add'](_0x20faed['element']),this['keystrokes']['listenTo'](_0x20faed['element']);this['keystrokes']['set']('enter',(_0xc87383,_0x1c25b0)=>{_0xa9f057===_0xc87383['target']&&(this['focusCycler']['focusFirst'](),_0x1c25b0());}),this['keystrokes']['set']('esc',(_0x27e273,_0x1937dc)=>{_0xa9f057!==_0x27e273['target']&&(this['focus'](),_0x1937dc());});}}class d extends _0x465839{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x50a8cf,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x320c38){super(_0x320c38),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x4138af=this['editor']['config'];_0x4138af['define']('trackChanges.SuggestionThreadView',fe),_0x4138af['define']('trackChanges.SuggestionView',we),_0x4138af['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x4138af['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x52139e,_0x32f77d){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x19dd5b,_0x3467f8]of this['_handleControllerBuffer']){const _0x30ce1a=this['_suggestionToController']['has'](_0x19dd5b);_0x30ce1a||_0x3467f8?_0x30ce1a&&_0x3467f8&&this['_destroyController'](_0x19dd5b):this['_initializeController'](_0x19dd5b);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x52139e,_0x32f77d);}['init'](){const _0x44b624=this['editor'],_0x11e8a9=_0x44b624['plugins']['get']('TrackChangesEditing'),_0x536895=_0x44b624['plugins']['get']('Annotations'),_0x29d5f9=_0x44b624['plugins']['get']('EditorAnnotations'),_0x2ceff5=_0x44b624['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x29d5f9['addSourceCollector'](()=>{const _0x9162b0=[];for(const [_0x385281,_0x4b5992]of Array['from'](this['_suggestionToController'])){const _0x272dc7=_0x385281['getAllAdjacentSuggestions'](),_0x51a7b0=[];for(const _0x2bac18 of _0x272dc7){if(!_0x2bac18['isInContent'])continue;if(_0x2bac18['isMultiRange']){_0x51a7b0['push'](..._0x2bac18['getRanges']());continue;}const _0x24a51f=_0x2bac18['getFirstRange']();if(_0x51a7b0['length']>0x0){const _0x5499eb=_0x51a7b0[0x0]['getJoined'](_0x24a51f);if(_0x5499eb){_0x51a7b0[0x0]=_0x5499eb;continue;}}_0x51a7b0['push'](_0x24a51f);}_0x9162b0['push']([_0x4b5992['view'],_0x51a7b0]);}return _0x9162b0;}),this['listenTo'](_0x11e8a9,'suggestionLoaded',(_0x25300e,_0x17bfcb)=>{this['listenTo'](_0x17bfcb,'change:previous',(_0x270f30,_0x34ce99,_0x4440d4,_0x14fb5e)=>{_0x17bfcb['isInContent']&&(null==_0x4440d4?(this['_updateController'](_0x14fb5e['head']),this['_handleSuggestionControllerDelayed'](_0x17bfcb,!0x1)):(this['_updateController'](_0x4440d4['head']),null==_0x14fb5e&&this['_handleSuggestionControllerDelayed'](_0x17bfcb,!0x0)));}),null!==_0x17bfcb['previous']?this['_updateController'](_0x17bfcb['head']):this['_handleSuggestionControllerDelayed'](_0x17bfcb,!0x1);}),this['listenTo'](_0x11e8a9,'suggestionUnloaded',(_0x2f913c,_0x5c251f,_0x2062d8)=>{this['stopListening'](_0x5c251f,'change:previous'),this['_handleControllerBuffer']['delete'](_0x5c251f),this['_suggestionToController']['has'](_0x5c251f)&&this['_destroyController'](_0x5c251f),_0x2062d8&&this['_updateController'](_0x2062d8['head']);}),this['listenTo'](_0x11e8a9,'suggestionChanged',(_0x5ba5a4,_0x5e19e0)=>{this['_updateController'](_0x5e19e0);}),this['listenTo'](_0x536895,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x2ceff5,'addComment',(_0x3b2832,{threadId:_0x1a020d,isFromAdapter:_0x1d2d2e})=>{if(_0x1d2d2e||!_0x11e8a9['hasSuggestion'](_0x1a020d))return;const _0x42f583=_0x11e8a9['getSuggestion'](_0x1a020d);this['_suggestionToController']['get'](_0x42f583)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x25035f=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x51c4b6;for(const _0x29585b in _0x25035f){const _0x40aa94=_0x29585b,_0xcb8232=_0x25035f[_0x40aa94];if('trackChangesLicenseKeyValid'==_0xcb8232||'trackChangesLicenseKeyInvalid'==_0xcb8232||'trackChangesLicenseKeyExpired'==_0xcb8232||'trackChangesLicenseKeyDomainLimit'==_0xcb8232||'trackChangesLicenseKeyNotAllowed'==_0xcb8232||'trackChangesLicenseKeyEvaluationLimit'==_0xcb8232||'trackChangesLicenseKeyTrialLimit'==_0xcb8232||'trackChangesLicenseKeyUsageLimit'==_0xcb8232){delete _0x25035f[_0x40aa94],_0x51c4b6=_0xcb8232,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x51c4b6&&_0x25035f['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x51c4b6&&_0x25035f['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x51c4b6&&_0x25035f['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x51c4b6&&_0x25035f['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x51c4b6&&_0x25035f['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x51c4b6&&_0x25035f['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyUsageLimit'==_0x51c4b6&&_0x25035f['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0x56b531=this['editor']['plugins']['get']('Annotations'),_0x512366=this['editor']['plugins']['get']('TrackChangesEditing'),_0x49671b=Array['from'](_0x56b531['activeAnnotations'],_0x400984=>_0x400984['innerView'])['filter'](_0x43dd41=>this['_viewToController']['has'](_0x43dd41)),_0x53b075=[];for(const _0x1cf546 of _0x49671b){const _0x1b5501=this['_viewToController']['get'](_0x1cf546)['model']['getAllAdjacentSuggestions']();_0x53b075['push'](..._0x1b5501['reduce']((_0x2ae59a,_0x671d4d)=>[..._0x2ae59a,..._0x671d4d['getMarkerNames']()],[]));}_0x512366['activeMarkers']=_0x53b075;}['_addUIComponentsToFactory'](){const _0x286b11=this['editor'],_0x5fde72=_0x286b11['locale'],_0x363e40=c(_0x5fde72,'Track\x20changes'),_0x2c9472=new _0x45a1d9([{'type':'switchbutton','model':new _0x417432({'withText':!0x0,'isToggleable':!0x0,'label':_0x363e40,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x417432({'withText':!0x0,'label':c(_0x5fde72,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x417432({'withText':!0x0,'label':c(_0x5fde72,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x417432({'withText':!0x0,'label':c(_0x5fde72,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x417432({'withText':!0x0,'label':c(_0x5fde72,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x286b11['plugins']['has']('TrackChangesPreview')&&_0x2c9472['addMany']([{'type':'separator'},{'type':'button','model':new _0x417432({'withText':!0x0,'label':c(_0x5fde72,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x16d469 of _0x2c9472)if(ke(_0x16d469)){const _0x31d14a=_0x286b11['commands']['get'](_0x16d469['model']['commandName']);_0x16d469['model']['bind']('isOn','isEnabled')['to'](_0x31d14a,'value','isEnabled');}_0x286b11['ui']['componentFactory']['add']('trackChanges',_0x334999=>this['_createToolbarButton'](_0x334999,_0x2c9472,_0x363e40)),_0x286b11['ui']['componentFactory']['add']('menuBar:trackChanges',_0x381bc4=>this['_createMenuBarMenu'](_0x381bc4,_0x2c9472,_0x363e40));}['_createToolbarButton'](_0x9e945c,_0x85bdb9,_0x4d43d5){const _0x350b32=_0x3864aa(_0x9e945c,_0x42daf1),_0x203072=this['editor']['commands']['get']('trackChanges');_0x350b32['buttonView']['set']({'tooltip':_0x4d43d5,'label':_0x4d43d5,'icon':_0x98e570}),_0x350b32['buttonView']['bind']('isOn')['to'](_0x203072,'value'),_0x350b32['buttonView']['on']('execute',()=>{_0x203072['execute'](),this['editor']['editing']['view']['focus']();}),_0x4a292e(_0x350b32,_0x85bdb9,{'role':'menu'});const _0x3052d8=[];for(const _0x2f5da6 of _0x85bdb9)ke(_0x2f5da6)&&_0x3052d8['push'](this['editor']['commands']['get'](_0x2f5da6['model']['commandName']));const _0x2609e7=_0x350b32['buttonView'];return _0x2609e7['actionView']['unbind']('isEnabled'),_0x2609e7['arrowView']['unbind']('isEnabled'),_0x2609e7['actionView']['bind']('isEnabled')['to'](_0x203072,'isEnabled'),_0x2609e7['arrowView']['bind']('isEnabled')['toMany'](_0x3052d8,'isEnabled',(..._0x3486c6)=>_0x3486c6['some'](_0x4af15a=>_0x4af15a)),_0x350b32['on']('execute',_0x471b4c=>{this['editor']['execute'](_0x471b4c['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x350b32;}['_createMenuBarMenu'](_0x1815e0,_0x16fcec,_0x139aa5){const _0x62ef29=new _0x4fe0fe(_0x1815e0),_0x128c5c=this['editor']['commands']['get']('trackChanges');_0x62ef29['buttonView']['set']({'label':_0x139aa5,'icon':_0x98e570});const _0x10829a=new _0x2a4117(_0x1815e0);for(const _0x14c3cd of _0x16fcec){if('separator'==_0x14c3cd['type']){_0x10829a['items']['add'](new _0x5cecbf(_0x1815e0));continue;}const _0x1f6382=new _0xb4328e(_0x1815e0,_0x62ef29),_0x83c951=new _0x2d5af2(_0x1815e0),_0x1e21af=_0x14c3cd['model'];_0x83c951['bind'](...Object['keys'](_0x1e21af))['to'](_0x1e21af),_0x83c951['delegate']('execute')['to'](_0x62ef29),_0x83c951['on']('execute',()=>{this['editor']['execute'](_0x1e21af['commandName']),this['editor']['editing']['view']['focus']();}),_0x1f6382['children']['add'](_0x83c951),_0x10829a['items']['add'](_0x1f6382);}return _0x62ef29['bind']('isEnabled')['to'](_0x128c5c,'isEnabled'),_0x62ef29['panelView']['children']['add'](_0x10829a),_0x62ef29;}['_initializeController'](_0x4b3c8b){const _0x454ea1=this['editor'],_0x3de601=_0x454ea1['config'],_0x9a21df=_0x454ea1['plugins']['get']('Annotations'),_0x42fe3a=_0x454ea1['plugins']['get']('CommentsRepository'),_0x1d3bcf=_0x454ea1['plugins']['get']('EditorAnnotations'),_0x1ecd58=_0x454ea1['plugins']['get'](_0x50a8cf)['me'],_0x465340=_0x3de601['get']('trackChanges')['SuggestionThreadView'],_0x3939f9=_0x3de601['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x39c0f3,CommentThreadInputView:_0x24b3bb}=_0x454ea1['plugins']['get']('CommentsUI');let _0x5e6fca,_0x2100d2,_0x174720;this['_annotationViews']['has'](_0x4b3c8b['id'])?(_0x2100d2=this['_annotationViews']['get'](_0x4b3c8b['id']),_0x5e6fca=_0x2100d2['mainView']):(_0x5e6fca=new _0x465340(_0x454ea1['locale'],_0x4b3c8b,_0x1ecd58,{'disableComments':this['_disableComments'],'editorConfig':{..._0x3de601['get']('comments.editorConfig'),'licenseKey':_0x3de601['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x3de601['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x3de601['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x3de601['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x1c1134(_0x3de601['get']('locale'),_0x454ea1['locale']),'CommentView':_0x3de601['get']('comments')['CommentView'],'CommentsListView':_0x39c0f3,'CommentThreadInputView':_0x24b3bb,'SuggestionView':_0x3939f9}),_0x5e6fca['suggestionView']['acceptButton']['on']('execute',()=>{_0x454ea1['editing']['view']['focus']();}),_0x5e6fca['suggestionView']['discardButton']['on']('execute',()=>{_0x454ea1['editing']['view']['focus']();}),_0x2100d2=_0x9a21df['createAnnotationView'](this['editor']['locale'],_0x5e6fca),_0x2100d2['bind']('isDirty')['to'](_0x5e6fca,'isDirty'),_0x2100d2['bind']('length')['to'](_0x5e6fca),_0x2100d2['bind']('type')['to'](_0x5e6fca,'type',_0xed014c=>'suggestion-'+_0xed014c),_0x5e6fca['on']('escape',()=>{_0x174720['fire']('escape');}),this['_annotationViews']['set'](_0x4b3c8b['id'],_0x2100d2));const _0x5f1735=_0x42fe3a['createCommentThreadController'](_0x4b3c8b['commentThread'],_0x5e6fca),_0x331583=new pe(_0x454ea1,_0x4b3c8b,_0x5e6fca,_0x5f1735),_0x1069fc=_0x4b3c8b['getAllAdjacentSuggestions']()['filter'](_0x2b2066=>_0x2b2066['isInContent']);_0x5e6fca['descriptionParts']=_0x454ea1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x1069fc),this['_suggestionToController']['set'](_0x4b3c8b,_0x331583),this['_viewToController']['set'](_0x5e6fca,_0x331583),_0x174720=_0x9a21df['createAnnotation']({'view':_0x2100d2,'target':()=>{const _0x37594b=[],_0x8b65b3=_0x4b3c8b['getAllAdjacentSuggestions']()['filter'](_0x33c6d=>_0x33c6d['isInContent']);for(const _0x2bd493 of _0x8b65b3)_0x37594b['push'](..._0x2bd493['getMarkers']());return _0x36f853(_0x454ea1['editing'],_0x37594b);},'type':()=>'suggestion-'+_0x331583['view']['type']}),_0x42fe3a['_bindAnnotationToEditors'](_0x5e6fca,_0x174720),_0x9a21df['add'](_0x174720),_0x1d3bcf['registerAnnotation'](_0x174720);}['_destroyController'](_0x383c41){const _0x25a8ca=this['editor']['plugins']['get']('CommentsRepository'),_0x39d701=this['editor']['plugins']['get']('Annotations'),_0x2ae9f5=this['_suggestionToController']['get'](_0x383c41),_0x489566=_0x2ae9f5['view'],_0x35bf3a=_0x39d701['getByInnerView'](_0x489566);_0x25a8ca['_unbindEditors'](_0x489566),_0x35bf3a&&_0x39d701['remove'](_0x35bf3a),this['_suggestionToController']['delete'](_0x383c41),this['_viewToController']['delete'](_0x489566),_0x2ae9f5['destroy']();}['_updateController'](_0x11d060){if(!_0x11d060['isInContent']||!this['_suggestionToController']['has'](_0x11d060))return;const _0xdd8937=this['editor']['plugins']['get']('TrackChangesEditing'),_0xa6773d=this['_suggestionToController']['get'](_0x11d060),_0x423d12=_0x11d060['getAllAdjacentSuggestions']();_0xa6773d['view']['descriptionParts']=_0xdd8937['descriptionFactory']['getDescriptions'](_0x423d12);}['destroy'](){for(const _0x30765d of this['_suggestionToController']['keys']())this['_destroyController'](_0x30765d);for(const _0x1c95d7 of this['_annotationViews']['values']())_0x1c95d7['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function ke(_0x4082cd){return'model'in _0x4082cd;}class k extends _0x465839{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x4b099){this['editor']['plugins']['get'](p)['adapter']=_0x4b099;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x13bd5e){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x13bd5e);}['getSuggestions']({skipNotAttached:_0x10354e=!0x1,toJSON:_0x3fd2f6=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x10354e,'toJSON':_0x3fd2f6});}['getSuggestion'](_0x58594f){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x58594f);}}const w=['Pagination'];class T extends _0x465839{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x1c94b5=this['editor'];if(_0x1c94b5['config']['define']('trackChangesData.editorCreator',_0x384b7c=>{const _0x51edf5=_0x1c94b5['model']['document']['getRootNames']()['reduce']((_0x485a82,_0x333dde)=>(_0x485a82[_0x333dde]='',_0x485a82),{});return _0x1c94b5['constructor']['create'](_0x51edf5,_0x384b7c);}),'function'!=typeof _0x1c94b5['config']['get']('trackChangesData')['editorCreator'])throw new _0x3f002a('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x4d5919){return N(this['editor'],!0x0,_0x4d5919);}['getDataWithDiscardedSuggestions'](_0x539f60){return N(this['editor'],!0x1,_0x539f60);}}class D extends _0x465839{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x24d108){function _0x5a433d(_0xab4089){return _0xab4089['map'](_0x2af50c=>String['fromCharCode'](_0x2af50c))['join']('');}super(_0x24d108),this['result']='end',_0x24d108[_0x5a433d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5a433d([0x76,0x69,0x65,0x77])][_0x5a433d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5a433d([0x61,0x75,0x74,0x6f]),_0x24d108[_0x5a433d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x5a433d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5a433d([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x5a433d([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x5a433d([0x6f,0x6b])});}['init'](){this['editor']['plugins']['get']('CommentsRepository')['_adapter']={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this['editor']['plugins']['get']('TrackChangesEditing')['_adapter']=null;}}function Ge(_0x448ead){return void 0x0!==_0x448ead['getRootsAttributes'];}async function N(_0x1b2c68,_0x5d1e88,_0x4dc58e){const _0x452998=_0x4ad614(_0x1b2c68,w);_0x452998['plugins']['push'](p,D),_0x452998['rootsAttributes']=Ge(_0x1b2c68)?_0x1b2c68['getRootsAttributes']():void 0x0;const _0x5a4192=document['createDocumentFragment'](),_0x135de0=_0x1b2c68['config']['get']('trackChangesData')['editorCreator'],_0x2e61f7=await _0x135de0(_0x452998,()=>function(_0x14e872){const _0x5e15f0=document['createElement']('div');return _0x14e872['appendChild'](_0x5e15f0),_0x5e15f0;}(_0x5a4192));!function(_0x51996b,_0x5ea044){const _0x13fda5=_0x51996b['model']['document']['getRootNames']()['reduce']((_0x5a1629,_0x2e9fc1)=>(_0x5a1629[_0x2e9fc1]=_0x51996b['data']['get']({'rootName':_0x2e9fc1}),_0x5a1629),{}),_0x2b189c=_0x51996b['plugins']['get']('Users')['users']['map'](_0xd7185d=>({'id':_0xd7185d['id'],'name':_0xd7185d['name']})),_0x14e5d7=_0x51996b['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x50d99a=_0x51996b['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x3fcb6d=_0x5ea044['plugins']['get']('Users'),_0xd3fa44=_0x5ea044['plugins']['get']('TrackChangesEditing'),_0x24b635=_0x5ea044['plugins']['get']('CommentsRepository');for(const _0x4ab469 of _0x24b635['getCommentThreads']())_0x4ab469['remove']();for(const _0x3aef6d of _0x2b189c)_0x3fcb6d['getUser'](_0x3aef6d['id'])||_0x3fcb6d['addUser'](_0x3aef6d);_0x3fcb6d['me']||_0x3fcb6d['useAnonymousUser']();for(const _0x718efe of _0x50d99a)_0x24b635['addCommentThread'](_0x718efe);for(const _0x52a62e of _0x14e5d7)_0xd3fa44['addSuggestionData'](_0x52a62e);_0x5ea044['data']['set'](_0x13fda5);}(_0x1b2c68,_0x2e61f7),_0x2e61f7['execute'](_0x5d1e88?'acceptAllSuggestions':'discardAllSuggestions');const _0x35d746=Ge(_0x2e61f7)?_0x2e61f7['getFullData'](_0x4dc58e):_0x2e61f7['data']['get'](_0x4dc58e);return await _0x2e61f7['destroy'](),_0x35d746;}class Me extends _0x5687e5{['options'];constructor(_0xbac554,_0x14a071){super(_0xbac554),this['options']=_0x14a071,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-track-changes-preview'],'tabindex':-0x1}});}['render'](){super['render'](),this['element']['style']['width']=this['options']['dialogRects']['width']+'px',this['element']['style']['height']=this['options']['dialogRects']['height']+'px';}['setPreviewData'](_0x3a5d41,_0x3c0f2f){if(!this['element'])return;const _0x46cc8d=[];for(const [_0x3dda69,_0x225e37]of _0x3a5d41){const _0x4c9785=document['createElement']('div');_0x4c9785['setAttribute']('data-ck-root-name',_0x3dda69),_0x4c9785['className']=_0x225e37['classes']+'\x20ck-track-changes-preview__root-container',_0x4c9785['innerHTML']=_0x225e37['content'],_0x46cc8d['push'](_0x4c9785);}_0x3c0f2f(this['element'],_0x46cc8d),this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class re extends _0x455c8c{constructor(_0x32b66f){super(_0x32b66f),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x874d02=this['editor'],_0x3ddf5e=_0x874d02['locale'],_0x47974c=_0x874d02['plugins']['get']('Dialog');let _0x404c94;const _0x4da9fd=function(_0x130f74){const _0x320cb3={};if('editables'in _0x130f74['ui']['view']){for(const [_0x1027bc,_0x3c58bb]of Object['entries'](_0x130f74['ui']['view']['editables']))_0x320cb3[_0x1027bc]=_0x3c58bb['element'];}else _0x320cb3[_0x130f74['model']['document']['getRootNames']()[0x0]]=_0x130f74['ui']['view']['editable']['element'];return _0x320cb3;}(_0x874d02),_0x4f4139=function(_0x221ed8){let _0x4d605a=0x0;for(const _0x380bd1 of Object['values'](_0x221ed8))_0x4d605a=Math['max'](_0x4d605a,_0x380bd1['getBoundingClientRect']()['width']);let _0x290ed6=0x0;for(const _0x4dd8e9 of Object['values'](_0x221ed8))_0x290ed6+=_0x4dd8e9['getBoundingClientRect']()['height'];const _0x166443=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x471e34=Math['min'](_0x290ed6,_0x166443);return{'width':_0x4d605a,'height':_0x471e34};}(_0x4da9fd);_0x47974c['show']({'id':'finalContentPreview','title':c(_0x3ddf5e,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new Me(_0x3ddf5e,{'dialogRects':_0x4f4139}),'onHide':()=>{_0x404c94['detachFromDom']();},'onShow':()=>{_0x874d02['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x445307=>{const _0x7d7fd9=this['_standarizeRootsData'](_0x445307,_0x874d02,_0x4da9fd);_0x47974c['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x7d7fd9,_0x874d02['config']['get']('trackChanges.preview.renderFunction'));}),_0x404c94=new _0x1bee4e(_0x3ddf5e,[_0x47974c['view']]),_0x404c94['attachToDom'](),_0x404c94['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x874d02['once']('destroy',()=>{_0x404c94['detachFromDom']();});const _0x3b13eb=_0x47974c['view']['headerView']['class'];_0x47974c['view']['headerView']['class']=_0x3b13eb?_0x3b13eb+'\x20ck-reset_all':'ck-reset_all',_0x47974c['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x47974c['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x27830a=this['editor']['plugins']['get']('MergeFieldsEditing'),_0x201dea=_0x27830a['previewMode'],_0x4ac7de={};if('$labels'===_0x201dea){for(const _0x218185 of _0x27830a['getMergeFieldsIds']())_0x4ac7de[_0x218185]=_0x27830a['getLabel'](_0x218185)||_0x218185;}else{const _0xc31e76='$defaultValues'===_0x201dea?_0x27830a['getDefaultValues']():_0x27830a['getDataSetValues'](_0x201dea,!0x0);for(const _0x2bd308 of Object['entries'](_0xc31e76)){const [_0x4b59ef,_0x1517d3]=_0x2bd308;_0x4ac7de[_0x4b59ef]=null!==_0x1517d3?_0x1517d3:_0x27830a['getLabel'](_0x4b59ef)||_0x4b59ef;}}return{'mergeFieldsData':_0x4ac7de};}['_standarizeRootsData'](_0x437e0e,_0x57f56d,_0x42d4e0){let _0x4db37e;if('string'==typeof _0x437e0e){const _0x1be992=_0x57f56d['model']['document']['getRootNames']()[0x0];_0x4db37e={[_0x1be992]:_0x437e0e};}else _0x4db37e=_0x437e0e;const _0x50d73f=this['_fixMediaEmbeds'](_0x4db37e,_0x57f56d),_0x5954bd=function(_0x388c6f,_0x49fcaa){for(const [_0x539492,_0x309e7d]of _0x388c6f)_0x309e7d['classes']=_0x49fcaa[_0x539492]['classList']['value']['replace']('ck-focused','');return _0x388c6f;}(this['_sortRoots'](_0x57f56d)['reduce']((_0x1ac897,_0x522d79)=>(_0x1ac897['push']([_0x522d79,{'content':_0x50d73f[_0x522d79],'classes':''}]),_0x1ac897),[]),_0x42d4e0);return _0x5954bd;}['_fixMediaEmbeds'](_0xa7b376,_0x395913){if(!_0x395913['plugins']['has']('MediaEmbedEditing'))return _0xa7b376;const _0x456298=_0x395913['plugins']['get']('MediaEmbedEditing');for(const [_0x9b8002,_0x48fe28]of Object['entries'](_0xa7b376)){const _0x435cdc=document['createElement']('div');_0x435cdc['innerHTML']=_0x48fe28,(_0x435cdc['querySelectorAll']('figure.media')['forEach'](_0x540752=>{const _0x173c5a=_0x540752['querySelector']('oembed');if(_0x173c5a){const _0x1887e8=_0x173c5a['getAttribute']('url');if(_0x1887e8){const _0x3f177a=_0x456298['registry']['getMediaViewElement'](new _0x3407f8(_0x395913['editing']['view']['document']),_0x1887e8,{'elementName':'','renderForEditingView':!0x0}),_0x29893b=document['createElement']('div');_0x29893b['classList']['add']('ck-media__wrapper'),_0x3f177a['render'](_0x29893b,_0x395913['editing']['view']['domConverter']),_0x173c5a['replaceWith'](_0x29893b);}}}),_0xa7b376[_0x9b8002]=_0x435cdc['innerHTML']);}return _0xa7b376;}['_sortRoots'](_0x2a9e14){if(!function(_0x38b54a){return void 0x0!==_0x38b54a['getRootsAttributes'];}(_0x2a9e14))return _0x2a9e14['model']['document']['getRootNames']();const _0x4cad44=[],_0x3e6365=new Map();for(const _0x155d58 of _0x2a9e14['model']['document']['getRootNames']()){const _0x395826=_0x2a9e14['editing']['view']['getDomRoot'](_0x155d58)['getClientRects']()['item'](0x0);_0x4cad44['push'](_0x155d58),_0x3e6365['set'](_0x155d58,_0x395826);}return _0x4cad44['sort']((_0x479ba3,_0xe6ab55)=>{const _0x21d0d9=_0x3e6365['get'](_0x479ba3),_0x14e649=_0x3e6365['get'](_0xe6ab55);return _0x21d0d9['y']-_0x14e649['y']||_0x21d0d9['x']-_0x14e649['x'];}),_0x4cad44;}}class te extends _0x465839{static get['requires'](){return[T,_0x5a4850];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x23371c){super(_0x23371c),_0x23371c['commands']['add']('previewFinalContent',new re(this['editor'])),_0x23371c['config']['define']('trackChanges.preview.renderFunction',(_0x4e5f68,_0xa7021b)=>{for(const _0x1f3230 of _0xa7021b)_0x4e5f68['appendChild'](_0x1f3230);});}}export{us as BaseSuggestionThreadView,o as Suggestion,fe as SuggestionThreadView,we as SuggestionView,k as TrackChanges,T as TrackChangesData,p as TrackChangesEditing,te as TrackChangesPreview};
|
|
23
|
+
import{Command as _0x33e207,Plugin as _0xbd04a2,PendingActions as _0x24a9be}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x1f6909,ObservableMixin as _0x27073d,uid as _0x5d0d76,priorities as _0x5b8d51,insertToPriorityArray as _0x27cbe9,toArray as _0x57e57e,logWarning as _0x2b0070,getEnvKeystrokeText as _0x165679,FocusTracker as _0xb5f4d6,KeystrokeHandler as _0x32904e,Collection as _0x1269ce}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconCheck as _0x33ac7b,IconCancel as _0x5cdb5d,IconTrackChanges as _0xd65741}from'@ckeditor/ckeditor5-icons/dist/index.js';import{normalizeColorOptions as _0x1041e7,View as _0x50b601,ViewCollection as _0x401fc9,FocusCycler as _0x406251,ViewModel as _0x57dc56,createDropdown as _0x4292ab,SplitButtonView as _0x311709,addListToDropdown as _0x47f22f,MenuBarMenuView as _0x5261c4,MenuBarMenuListView as _0x51fa38,ListSeparatorView as _0x1238bd,MenuBarMenuListItemView as _0x2d2eaa,MenuBarMenuListItemButtonView as _0x2e41da,BodyCollection as _0x4f665f,Dialog as _0x31c855}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x322151,hashObject as _0x2c4802,surroundingMarkersDetector as _0x2e452e,FOCUS_ANNOTATION_KEYSTROKE as _0x353f58,AriaDescriptionView as _0x5042cf,setupThreadKeyboardNavigation as _0x2d210b,trimHtml as _0x223738,UserView as _0x4d8127,LateFocusButtonView as _0x5b6156,getDateTimeFormatter as _0x38f4b0,getAllMarkersDomElementsSorted as _0x3fc30b,sanitizeEditorConfig as _0x473fd6}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x4f135c,LiveRange as _0x3dc9e4,LivePosition as _0x30b02d,DowncastWriter as _0x3faa85}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x1dec4c,toWidget as _0x4c1c5e}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x4a78fa,set as _0x1b7c87,isEqual as _0x42ff0b,unset as _0x304730,omit as Ft}from'es-toolkit/compat';import{Delete as _0x4780f1,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x47bd7a}from'@ckeditor/ckeditor5-enter/dist/index.js';import{ClipboardPipeline as _0x5a4e7a}from'@ckeditor/ckeditor5-clipboard/dist/index.js';class B extends _0x33e207{['_enabledCommands'];constructor(_0x1fd838,_0x26adef){super(_0x1fd838),this['_enabledCommands']=_0x26adef,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 _0x1220e2 of this['editor']['commands']['commands']())_0x1220e2['affectsData']&&!this['_enabledCommands']['has'](_0x1220e2)&&_0x1220e2['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x4baa4d of this['editor']['commands']['commands']())_0x4baa4d['affectsData']&&!this['_enabledCommands']['has'](_0x4baa4d)&&_0x4baa4d['clearForceDisabled']('TrackChangesCommand');}}class x extends _0x33e207{['_suggestions'];constructor(_0x47b77a,_0x1f8577){super(_0x47b77a),this['_suggestions']=_0x1f8577,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x25ff09){const _0x331cca=this['_suggestions']['get'](_0x25ff09);if(!_0x331cca)throw new _0x1f6909('track-changes-accept-suggestion-not-found',this);const _0x15fe53=_0x331cca['getRanges']();this['editor']['model']['canEditAt'](_0x15fe53)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x331cca);}}class O extends _0x33e207{['_suggestions'];constructor(_0x7e132d,_0x3de1c9){super(_0x7e132d),this['_suggestions']=_0x3de1c9,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x25088e){const _0x302bc0=this['_suggestions']['get'](_0x25088e);if(!_0x302bc0)throw new _0x1f6909('track-changes-discard-suggestion-not-found',this);const _0x20487c=_0x302bc0['getRanges']();this['editor']['model']['canEditAt'](_0x20487c)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x302bc0);}}function ls(_0x2c9eeb,_0x3eabb0){let _0x3a89f6='';return _0x3a89f6+=_0x2c9eeb['split']('*')['map']((_0x1e6e53,_0xd0427b)=>_0xd0427b%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0x1e6e53)+'</span>':nn(_0x1e6e53))['join'](''),_0x3eabb0&&(_0x3a89f6+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x3eabb0['value']+'\x22\x20title=\x22'+_0x3eabb0['title']+'\x22></span>'),_0x3a89f6;}function nn(_0x5b3a25){const _0x1da85a=document['createElement']('span');return _0x1da85a['innerText']=_0x5b3a25,_0x1da85a['innerHTML'];}function ts(_0x46835e){return _0x46835e['sort']((_0x136d9c,_0x5e2693)=>'deletion'==_0x136d9c['type']&&'deletion'!=_0x5e2693['type']?-0x1:'deletion'!=_0x136d9c['type']&&'deletion'==_0x5e2693['type']?0x1:0x0);}function to(_0x19bcda,_0x336f73){let _0x2bce71,_0xe6da4c=0x0;const _0xdde82c=[],_0x5baa26=_0x336f73['schema'];for(;_0xe6da4c<_0x19bcda['length'];){const _0x2c78a2=_0x19bcda[_0xe6da4c],_0x25d09d=_0x19bcda[_0xe6da4c+0x1];_0x2bce71||(_0x2bce71=_0x336f73['createPositionBefore'](_0x2c78a2)),on(_0x336f73,_0x2c78a2,_0x25d09d)||(_0xdde82c['push'](_0x336f73['createRange'](_0x2bce71,_0x5baa26['isObject'](_0x2c78a2)?_0x336f73['createPositionAfter'](_0x2c78a2):_0x336f73['createPositionAt'](_0x2c78a2,'end'))),_0x2bce71=null),_0xe6da4c++;}return _0xdde82c;}function on(_0x501d2a,_0x4c7596,_0x1d7ccf){if(!_0x1d7ccf)return!0x1;const _0x5c0c2c=_0x501d2a['createPositionAfter'](_0x4c7596),_0x19fa21=_0x501d2a['createPositionBefore'](_0x1d7ccf);return _0x5c0c2c['isTouching'](_0x19fa21);}function rs(_0x586389,_0x52ad24,_0x2c048a){for(;_0x2c048a['length'];){const _0xab7bf=_0x2c048a['splice'](0x0,0x64);_0x586389['change'](()=>{for(const _0x295026 of _0xab7bf)_0x295026['isInContent']&&_0x52ad24['execute'](_0x295026['id']);});}}class R extends _0x33e207{['_command'];['_suggestions'];constructor(_0x55f302,_0x2ec6d9,_0x17403d){super(_0x55f302),this['_command']=_0x2ec6d9,this['_suggestions']=_0x17403d,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x31ea2d=Array['from'](this['_suggestions']['values']())['some'](_0x7646b0=>_0x7646b0['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x31ea2d;}['execute'](){const _0x25e0eb=ts(Array['from'](this['_suggestions']['values']()));for(const _0x2c3f0a of _0x25e0eb){const _0x357ea1=_0x2c3f0a['getRanges']();if(!this['editor']['model']['canEditAt'](_0x357ea1))return;}rs(this['editor']['model'],this['_command'],_0x25e0eb);}}class E extends _0x33e207{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x458f4c,_0x3096ee,_0x5b6d2a){super(_0x458f4c),this['_command']=_0x3096ee,this['_suggestions']=_0x5b6d2a,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x2bb245=this['editor']['model']['document']['selection'],_0x75d5a9=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x31011f,_0x2d5266){const _0x519c5d=Array['from'](_0x31011f['getRanges']()),_0x859089=new Set();for(const _0x4ebf31 of _0x2d5266)if(_0x4ebf31['isInContent']){for(const _0x14da00 of _0x519c5d)for(const _0x48fdbd of _0x4ebf31['getRanges']())(_0x14da00['isIntersecting'](_0x48fdbd)||_0x31011f['isCollapsed']&&!_0x4ebf31['isMultiRange']&&_0x4ebf31['next']&&_0x48fdbd['end']['isTouching'](_0x14da00['start']))&&_0x859089['add'](_0x4ebf31);}return _0x859089;}(_0x2bb245,_0x75d5a9),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x3da23a=ts(Array['from'](this['_selectedSuggestions']));for(const _0x367d7c of _0x3da23a){const _0x59aa2f=_0x367d7c['getRanges']();if(!this['editor']['model']['canEditAt'](_0x59aa2f))return;}rs(this['editor']['model'],this['_command'],_0x3da23a);}}class o extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x27073d(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_originalSuggestionId'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x179152,_0x28893f){super(),this['id']=_0x28893f['id'],this['type']=_0x28893f['type'],this['subType']=_0x28893f['subType']||null,this['author']=_0x28893f['author'],this['creator']=_0x28893f['creator']||_0x28893f['author'],this['isExternal']=Boolean(_0x28893f['attributes']&&_0x28893f['attributes']['@external']),this['data']=null,this['_originalSuggestionId']=_0x28893f['originalSuggestionId']||null,this['_model']=_0x179152,this['_onAccept']=_0x28893f['onAccept'],this['_onDiscard']=_0x28893f['onDiscard'],this['_onAttributesChange']=_0x28893f['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x28893f['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 _0x3777aa=this;for(;_0x3777aa['previous'];)_0x3777aa=_0x3777aa['previous'];return _0x3777aa;}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'](_0x812f2b){this['_markerNames']['add'](_0x812f2b);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x5673a3=>this['_model']['markers']['get'](_0x5673a3))['filter'](_0xcff78b=>_0xcff78b);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x4607b9=>{for(const _0x9004e8 of this['getMarkers']())_0x4607b9['removeMarker'](_0x9004e8);}),this['_markerNames']['clear']();}['removeMarker'](_0x1591ae){this['_model']['change'](_0x404543=>{_0x404543['removeMarker'](_0x1591ae);}),this['_markerNames']['delete'](_0x1591ae);}['addRange'](_0x11c29a){const _0x19d162='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+o['getMultiRangeId']();this['addMarkerName'](_0x19d162),this['_model']['change'](_0x10fe12=>{_0x10fe12['addMarker'](_0x19d162,{'range':_0x11c29a,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x1599c4){for(const _0x351e17 of this['getRanges']())if(_0x351e17['isIntersecting'](_0x1599c4))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x5c51db=>_0x5c51db['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x140f41,_0x41c66e)=>[..._0x140f41,..._0x41c66e['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0xab22ca=this['getRanges']();if(0x1!=_0xab22ca['length'])return null;const _0x317f99=_0xab22ca[0x0],_0xef2fe5=_0x317f99['start']['nodeAfter'],_0x10f398=_0x317f99['end']['nodeBefore'];return _0xef2fe5 instanceof _0x4f135c?_0xef2fe5!=_0x10f398?null:_0xef2fe5: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 _0x2c8ba9=[];let _0xa463e9=this['head'];for(;_0xa463e9;)_0x2c8ba9['push'](_0xa463e9),_0xa463e9=_0xa463e9['next'];return _0x2c8ba9;}['setAttribute'](_0x2680a3,_0x276428){const _0x5d7f0d=_0x4a78fa(this['attributes']);_0x1b7c87(_0x5d7f0d,_0x2680a3,_0x276428),_0x42ff0b(_0x5d7f0d,this['attributes'])||(this['attributes']=_0x5d7f0d,this['_onAttributesChange'](_0x5d7f0d));}['removeAttribute'](_0x214649){const _0x4b8ad6=_0x4a78fa(this['attributes']);_0x304730(_0x4b8ad6,_0x214649),_0x42ff0b(_0x4b8ad6,this['attributes'])||(this['attributes']=_0x4b8ad6,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 _0x5d0d76()['substr'](0x1,0x5);}}function c(_0x16f9f0,_0x2569d3,_0x323d5b){const _0x417f51=_0x16f9f0['t'],t=_0x16f9f0['t'];switch(_0x2569d3){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'Preview\x20final\x20content':return t('Preview\x20final\x20content');case'Final\x20content\x20preview':return t('Final\x20content\x20preview');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x323d5b);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x323d5b);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x323d5b);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x323d5b);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x323d5b);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',_0x323d5b);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x323d5b);case'*Replace\x20image*':return t('*Replace\x20image*');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x323d5b);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x323d5b);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x323d5b);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x323d5b);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x323d5b);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x323d5b);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x323d5b);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x323d5b);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x323d5b);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x323d5b);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x323d5b);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x323d5b);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x323d5b);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x323d5b);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x323d5b);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x323d5b);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x323d5b);case'*Set\x20table\x20type:*\x20%0':return t('*Set\x20table\x20type:*\x20%0',_0x323d5b);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'},_0x323d5b);case'ELEMENT_CONTENT_TABLE':return t({'string':'content\x20table','plural':'%0\x20content\x20tables','id':'ELEMENT_CONTENT_TABLE'},_0x323d5b);case'ELEMENT_LAYOUT_TABLE':return t({'string':'layout\x20table','plural':'%0\x20layout\x20tables','id':'ELEMENT_LAYOUT_TABLE'},_0x323d5b);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x323d5b);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x323d5b);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x323d5b);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x323d5b);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x323d5b);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'},_0x323d5b);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x323d5b);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x323d5b);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x323d5b);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x323d5b);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'},_0x323d5b);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x323d5b);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'},_0x323d5b);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'},_0x323d5b);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x323d5b);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'},_0x323d5b);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x323d5b);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'},_0x323d5b);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x323d5b);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x323d5b);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'},_0x323d5b);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x323d5b);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 _0x417f51({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x323d5b);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x417f51({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x323d5b);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x323d5b);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'},_0x323d5b);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'},_0x323d5b);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'},_0x323d5b);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x2569d3;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x3bcab6,_0x5618ab){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x3bcab6,this['_locale']=_0x5618ab;}['getDescriptions'](_0x19b1cc){const _0x2feea3=[],_0x22a5a1=new Set(),_0x445b18=new Set();for(let _0x23595e=0x0;_0x23595e<_0x19b1cc['length'];_0x23595e++){const _0x49553d=_0x19b1cc[_0x23595e];if(!_0x49553d['isInContent'])continue;const _0x7a8ae=this['_handleCustomCallbackDescription'](_0x49553d);if(_0x7a8ae){if(null!=_0x49553d['subType']){if(_0x22a5a1['has'](_0x49553d['subType']))continue;_0x22a5a1['add'](_0x49553d['subType']);}_0x2feea3['push'](_0x7a8ae);}else{if('attribute'==_0x49553d['type']){const _0x447bb0=_0x49553d['data']['key'];if(_0x445b18['has'](_0x447bb0))continue;_0x445b18['add'](_0x49553d['data']['key']),_0x447bb0==u?this['_handleRenameSuggestionDescription'](_0x2feea3,_0x49553d):this['_handleAttributeSuggestionDescription'](_0x2feea3,_0x49553d);continue;}'insertion'!=_0x49553d['type']&&'deletion'!=_0x49553d['type']||this['_handleInsertRemoveSuggestionDescription'](_0x2feea3,_0x49553d,_0x19b1cc[_0x23595e+0x1]);}}return this['_resolveDescriptionItems'](_0x2feea3);}['registerDescriptionCallback'](_0x459cd9){this['_customCallbacks']['push'](_0x459cd9);}['registerElementLabel'](_0x2a1b96,_0x254add,_0x4175e6=_0x5b8d51['normal']){'function'==typeof _0x2a1b96?_0x27cbe9(this['_itemLabelsCallbacks'],{'matchingCallback':_0x2a1b96,'label':_0x254add,'priority':_0x4175e6}):this['_itemLabels']['set'](_0x2a1b96,_0x254add);}['registerAttributeLabel'](_0x5e0351,_0x524ab5){this['_attributeLabels']['set'](_0x5e0351,_0x524ab5);}['getItemLabel'](_0x358db5,_0x302000=0x1){let _0x30cb79;for(const _0x358f20 of this['_itemLabelsCallbacks'])if(_0x358f20['matchingCallback'](_0x358db5)){_0x30cb79=_0x358f20['label'];break;}return _0x30cb79||(_0x30cb79=this['_itemLabels']['get'](_0x358db5['name'])),_0x30cb79?_0x30cb79(_0x302000):0x1!==_0x302000?_0x302000+'\x20'+_0x358db5['name']+'s':''+_0x358db5['name'];}['_addDescriptionItems'](_0x488c1e,_0x1d4299){const _0x4b68be=_0x1d4299['getFirstRange']()['getWalker'](),_0x17d960='insertion'==_0x1d4299['type']?'add':'remove';for(const _0x13e666 of _0x4b68be){const _0x44e8d7=_0x13e666['item'],_0x579ee9=_0x488c1e[_0x488c1e['length']-0x1];if(_0x44e8d7['is']('$textProxy'))_0x579ee9&&_0x579ee9['type']['indexOf']('Container')>-0x1&&_0x488c1e['pop'](),_0x579ee9&&'text'==_0x579ee9['type']?_0x579ee9[_0x17d960]+=_0x44e8d7['data']:_0x488c1e['push']({'type':'text','add':'add'==_0x17d960?_0x44e8d7['data']:'','remove':'remove'==_0x17d960?_0x44e8d7['data']:''});else{if(this['_schema']['isObject'](_0x44e8d7)){const _0xb6e6f2=_0x44e8d7;if(_0x579ee9&&_0x579ee9['type']['indexOf']('Container')>-0x1&&_0x488c1e['pop'](),'elementEnd'==_0x13e666['type'])continue;_0x579ee9&&_0x579ee9['type']==_0x17d960+'Object'&&_0x579ee9['element']['name']==_0xb6e6f2['name']?_0x579ee9['quantity']++:_0x488c1e['push']({'type':_0x17d960+'Object','element':_0xb6e6f2,'quantity':0x1}),_0x4b68be['skip'](_0x2f929f=>!('elementEnd'==_0x2f929f['type']&&_0x2f929f['item']==_0x44e8d7));}else{if(this['_schema']['checkChild'](_0x44e8d7,'$text')||_0x44e8d7['is']('element','softBreak')){const _0x337f54=_0x44e8d7;if('add'==_0x17d960&&'elementStart'==_0x13e666['type']||'remove'==_0x17d960&&'elementEnd'==_0x13e666['type'])continue;if(_0x579ee9&&-0x1==_0x579ee9['type']['indexOf']('Container')){'text'==_0x579ee9['type']&&(_0x579ee9[_0x17d960]+='\x0a');continue;}let _0x22e59e;if(_0x22e59e='add'==_0x17d960?_0x337f54['nextSibling']&&!this['_schema']['isObject'](_0x337f54['nextSibling'])?_0x337f54['nextSibling']:null:_0x337f54['previousSibling']&&!this['_schema']['isObject'](_0x337f54['previousSibling'])?_0x337f54['previousSibling']:null,_0x337f54['isEmpty']||_0x22e59e&&_0x22e59e['isEmpty']){const _0x192f90=_0x22e59e&&_0x22e59e['isEmpty']?_0x22e59e:_0x337f54;_0x579ee9&&_0x579ee9['type']==_0x17d960+'EmptyContainer'&&_0x579ee9['element']['name']==_0x192f90['name']?_0x579ee9['quantity']++:_0x488c1e['push']({'type':_0x17d960+'EmptyContainer','element':_0x192f90,'quantity':0x1});}else _0x488c1e['push']({'type':_0x17d960+'Container','element':_0x337f54});}}}}}['_resolveDescriptionItems'](_0xf335ed){const _0x1ec868=this['_locale'],_0x14e343=[],_0x21c8ff=[],_0x340359=[];for(const _0x278f8f of _0xf335ed)switch(_0x278f8f['type']){case'text':if(_0x278f8f['add']=_0x278f8f['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x278f8f['remove']=_0x278f8f['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x278f8f['add']&&''!=_0x278f8f['remove']){_0x14e343['push']({'type':'replace','content':c(_0x1ec868,'REPLACE_TEXT',['\x22'+_0x278f8f['remove']+'\x22','\x22'+_0x278f8f['add']+'\x22'])});continue;}if(null!=_0x278f8f['add']['match'](/^ +$/)){_0x14e343['push']({'type':'insertion','content':c(_0x1ec868,'*Insert:*\x20%0',c(_0x1ec868,'ELEMENT_SPACE',_0x278f8f['add']['length']))});continue;}if(null!=_0x278f8f['remove']['match'](/^ +$/)){_0x14e343['push']({'type':'deletion','content':c(_0x1ec868,'*Remove:*\x20%0',c(_0x1ec868,'ELEMENT_SPACE',_0x278f8f['remove']['length']))});continue;}if(''!=_0x278f8f['add']){_0x14e343['push']({'type':'insertion','content':c(_0x1ec868,'*Insert:*\x20%0','\x22'+_0x278f8f['add']+'\x22')});continue;}_0x14e343['push']({'type':'deletion','content':c(_0x1ec868,'*Remove:*\x20%0','\x22'+_0x278f8f['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x14e343['push']({'type':'insertion','content':c(_0x1ec868,'*Insert:*\x20%0',this['getItemLabel'](_0x278f8f['element'],_0x278f8f['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x14e343['push']({'type':'deletion','content':c(_0x1ec868,'*Remove:*\x20%0',this['getItemLabel'](_0x278f8f['element'],_0x278f8f['quantity']))});continue;case'addContainer':_0x14e343['push']({'type':'insertion','content':c(_0x1ec868,'*Split:*\x20%0',this['getItemLabel'](_0x278f8f['element'],_0x278f8f['quantity']))});continue;case'removeContainer':_0x14e343['push']({'type':'deletion','content':c(_0x1ec868,'*Merge:*\x20%0',this['getItemLabel'](_0x278f8f['element'],_0x278f8f['quantity']))});continue;case'addFormat':_0x21c8ff['push'](_0x278f8f['key']);continue;case'removeFormat':_0x340359['push'](_0x278f8f['key']);continue;default:_0x14e343['push'](_0x278f8f);}if(_0x21c8ff['length']){const _0x3e2294=_0x21c8ff['map'](_0x414029=>this['_attributeLabels']['has'](_0x414029)?this['_attributeLabels']['get'](_0x414029):_0x414029)['join'](',\x20');_0x14e343['push']({'type':'format','content':c(this['_locale'],'*Set\x20format:*\x20%0',_0x3e2294)});}if(_0x340359['length']){const _0x2006cc=_0x340359['map'](_0x53f65d=>this['_attributeLabels']['has'](_0x53f65d)?this['_attributeLabels']['get'](_0x53f65d):_0x53f65d)['join'](',\x20');_0x14e343['push']({'type':'format','content':c(this['_locale'],'*Remove\x20format:*\x20%0',_0x2006cc)});}return _0x14e343;}['_handleCustomCallbackDescription'](_0xdd9b7c){for(const _0x154b0f of this['_customCallbacks']){const _0x416f55=_0x154b0f(_0xdd9b7c);if(_0x416f55&&'type'in _0x416f55)return _0x416f55;}}['_handleAttributeSuggestionDescription'](_0x45e8d9,_0x5eb4e1){const _0x215fe0=_0x5eb4e1['data'],_0xa6f030=void 0x0===_0x215fe0['newValue']?'removeFormat':'addFormat';_0x45e8d9['push']({'type':_0xa6f030,'key':_0x215fe0['key']});}['_handleRenameSuggestionDescription'](_0x3f45ac,_0x58e463){_0x3f45ac['push']({'type':'format','content':c(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x58e463['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x4fe313,_0x3936ad,_0x55df5f){if(this['_addDescriptionItems'](_0x4fe313,_0x3936ad),_0x55df5f&&_0x55df5f['getFirstRange']()&&!_0x3936ad['getFirstRange']()['end']['isEqual'](_0x55df5f['getFirstRange']()['start'])){const _0x1c0191=_0x4fe313[_0x4fe313['length']-0x1],_0x1d92ba='insertion'==_0x3936ad['type']?'add':'remove';_0x1c0191&&'text'==_0x1c0191['type']&&(_0x1c0191[_0x1d92ba]+='\x0a');}}}class U extends _0xbd04a2{['afterInit'](){const _0x48c2b4=this['editor'],_0x2cd2bd=_0x48c2b4['plugins']['get']('TrackChangesEditing');_0x48c2b4['commands']['get']('showAIAssistant')&&_0x2cd2bd['enableCommand']('showAIAssistant');}}class V extends _0xbd04a2{['afterInit'](){const _0x3dcdd5=this['editor'],_0x386ac0=_0x3dcdd5['locale'];if(!_0x3dcdd5['plugins']['has']('AlignmentEditing'))return;const _0xfe5272=_0x3dcdd5['plugins']['get']('TrackChangesEditing');_0xfe5272['enableDefaultAttributesIntegration']('alignment'),_0xfe5272['registerBlockAttribute']('alignment'),_0xfe5272['descriptionFactory']['registerAttributeLabel']('alignment',c(_0x386ac0,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x405f4b=this['editor'],_0x2afbea=_0x405f4b['locale'];_0x405f4b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x140574=>{if('formatBlock'!=_0x140574['type'])return;const {data:_0x4f4af4}=_0x140574;if(_0x4f4af4&&'alignment'==_0x4f4af4['commandName']){const _0x179723=_0x4f4af4['commandParams'][0x0]['value'];return{'type':'format','content':c(_0x2afbea,'*Format:*\x20%0',function(_0xb71b7a){switch(_0xb71b7a){case'left':return c(_0x2afbea,'FORMAT_ALIGN_TO_LEFT');case'right':return c(_0x2afbea,'FORMAT_ALIGN_TO_RIGHT');case'center':return c(_0x2afbea,'FORMAT_ALIGN_TO_CENTER');case'justify':return c(_0x2afbea,'FORMAT_JUSTIFY_TEXT');}}(_0x179723))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class F extends _0xbd04a2{['afterInit'](){const _0x281744=this['editor'],_0x20f990=_0x281744['plugins']['get']('TrackChangesEditing'),_0x35d7b3=_0x281744['locale'];for(const _0x535843 of ti){if(!_0x281744['plugins']['has'](_0x535843))continue;const _0x3e3d00=_0x535843['slice'](0x0,-0x7)['toLowerCase'](),_0x2e50b0='FORMAT_'+_0x3e3d00['toUpperCase']();_0x20f990['enableDefaultAttributesIntegration'](_0x3e3d00),_0x20f990['registerInlineAttribute'](_0x3e3d00),_0x20f990['descriptionFactory']['registerAttributeLabel'](_0x3e3d00,c(_0x35d7b3,_0x2e50b0));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x51ba2d=this['editor'],_0x3d79ee=_0x51ba2d['locale'],_0x445b3b=_0x51ba2d['plugins']['get']('TrackChangesEditing');function _0x32b35b(_0x31e388,_0x1e1527){_0x445b3b['descriptionFactory']['registerDescriptionCallback'](_0x323436=>{if('formatInline'!=_0x323436['type'])return;const {data:_0x25027e}=_0x323436;return _0x25027e&&_0x25027e['commandName']===_0x31e388?_0x25027e['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x3d79ee,'*Format:*\x20%0',_0x1e1527)}:{'type':'format','content':c(_0x3d79ee,'*Remove\x20format:*\x20%0',_0x1e1527)}:void 0x0;});}_0x32b35b('bold',c(_0x3d79ee,'FORMAT_BOLD')),_0x32b35b('italic',c(_0x3d79ee,'FORMAT_ITALIC')),_0x32b35b('underline',c(_0x3d79ee,'FORMAT_UNDERLINE')),_0x32b35b('code',c(_0x3d79ee,'FORMAT_CODE')),_0x32b35b('strikethrough',c(_0x3d79ee,'FORMAT_STRIKETHROUGH')),_0x32b35b('subscript',c(_0x3d79ee,'FORMAT_SUBSCRIPT')),_0x32b35b('superscript',c(_0x3d79ee,'FORMAT_SUPERSCRIPT'));}}class G extends _0xbd04a2{['afterInit'](){const _0x555f81=this['editor'],_0x133fa5=_0x555f81['locale'];if(!_0x555f81['plugins']['has']('BlockQuoteEditing'))return;const _0x213260=_0x555f81['plugins']['get']('TrackChangesEditing'),_0x1eaf34=this['editor']['commands']['get']('blockQuote');_0x213260['enableCommand']('blockQuote',(_0x161462,_0x538153={})=>{const _0x283799=this['editor']['model']['document']['selection'],_0x5d1504=_0x538153&&void 0x0!==_0x538153['forceValue']?_0x538153['forceValue']:!_0x1eaf34['value'];let _0x622584=[];if(_0x5d1504){const _0x479f70=Array['from'](_0x283799['getSelectedBlocks']())['filter'](_0x4724e5=>oo(_0x4724e5)||function(_0x431b9e,_0x245fa4){const _0x4fe491=_0x245fa4['checkChild'](_0x431b9e['parent'],'blockQuote'),_0x4ea9f1=_0x245fa4['checkChild'](['$root','blockQuote'],_0x431b9e);return _0x4fe491&&_0x4ea9f1;}(_0x4724e5,this['editor']['model']['schema']));_0x622584=to(_0x479f70,_0x555f81['model']);}else{const _0x4b5758=Array['from'](_0x283799['getSelectedBlocks']())['filter'](_0x1ee0c7=>oo(_0x1ee0c7));_0x622584=to(_0x4b5758,_0x555f81['model']);}_0x555f81['model']['change'](()=>{for(const _0x37b0a7 of _0x622584)_0x213260['markBlockFormat'](_0x37b0a7,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x5d1504}]});});}),_0x213260['descriptionFactory']['registerDescriptionCallback'](_0x39a7af=>{const {data:_0x2d81f6}=_0x39a7af;if(_0x2d81f6&&'blockQuote'==_0x2d81f6['commandName']){const _0x426f12=c(_0x133fa5,'ELEMENT_BLOCK_QUOTE');return _0x2d81f6['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x133fa5,'*Set\x20format:*\x20%0',_0x426f12)}:{'type':'format','content':c(_0x133fa5,'*Remove\x20format:*\x20%0',_0x426f12)};}});}}function oo(_0x568ca2){return'blockQuote'==_0x568ca2['parent']['name'];}class L extends _0xbd04a2{['afterInit'](){const _0x39b3b4=this['editor'],_0xa3e56c=_0x39b3b4['locale'],_0xd1979e=_0x39b3b4['plugins']['get']('TrackChangesEditing');_0x39b3b4['plugins']['has']('BookmarkEditing')&&(_0xd1979e['enableCommand']('insertBookmark'),_0xd1979e['enableDefaultAttributesIntegration']('updateBookmark'),_0xd1979e['registerBlockAttribute']('bookmarkId'),_0xd1979e['descriptionFactory']['registerDescriptionCallback'](_0x5e1cbd=>{if('insertion'!=_0x5e1cbd['type']&&'deletion'!=_0x5e1cbd['type']&&'attribute'!=_0x5e1cbd['type'])return;const _0x382d5b=_0x5e1cbd['getContainedElement']();if(null==_0x382d5b)return;if(!_0x382d5b['is']('element','bookmark'))return;const _0x57333f=_0x382d5b['getAttribute']('bookmarkId');if('insertion'==_0x5e1cbd['type'])return{'type':'insertion','content':c(_0xa3e56c,'*Insert:*\x20%0','\x22'+_0x57333f+'\x22\x20'+c(_0xa3e56c,'ELEMENT_BOOKMARK'))};if('deletion'==_0x5e1cbd['type'])return{'type':'deletion','content':c(_0xa3e56c,'*Remove:*\x20%0','\x22'+_0x57333f+'\x22\x20'+c(_0xa3e56c,'ELEMENT_BOOKMARK'))};const {data:_0x489dbb}=_0x5e1cbd;if(!_0x489dbb||'bookmarkId'!=_0x489dbb['key'])return;return{'type':'format','content':c(_0xa3e56c,'*Set\x20bookmark:*\x20%0','\x22'+_0x489dbb['newValue']+'\x22')};}));}}class J extends _0xbd04a2{['afterInit'](){const _0x1f57ef=this['editor'];_0x1f57ef['plugins']['has']('CaseChange')&&(_0x1f57ef['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x1f57ef['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x1f57ef['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class K extends _0xbd04a2{['afterInit'](){const _0xfec044=this['editor'];_0xfec044['commands']['get']('ckbox')&&_0xfec044['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class H extends _0xbd04a2{['afterInit'](){const _0x2e2885=this['editor'];if(!_0x2e2885['plugins']['has']('CodeBlock'))return;const _0x3882cf=_0x2e2885['plugins']['get']('TrackChangesEditing'),_0x4a8954=_0x2e2885['locale'],_0x3783ba=_0x2e2885['config']['get']('codeBlock')['languages'],_0x46d439=_0x2e2885['commands']['get']('codeBlock');_0x3882cf['enableCommand']('indentCodeBlock'),_0x3882cf['enableCommand']('outdentCodeBlock'),_0x3882cf['enableCommand']('codeBlock',(_0x262784,_0x25525c={})=>{const _0x52cc71=_0x2e2885['model'],_0xb87595=_0x2e2885['model']['document']['selection'],_0x58e04e=_0x25525c&&void 0x0!==_0x25525c['forceValue']?_0x25525c['forceValue']:!_0x46d439['value'];let _0x1a73ee;_0x25525c['language']||(_0x25525c['language']=_0x3783ba[0x0]['language']),_0x1a73ee=_0x58e04e?Array['from'](_0xb87595['getSelectedBlocks']())['filter'](_0x3fc6e1=>eo(_0x3fc6e1)||function(_0x422e9e,_0x19a2d4){if(_0x422e9e['is']('rootElement')||_0x19a2d4['isLimit'](_0x422e9e))return!0x1;return _0x19a2d4['checkChild'](_0x422e9e['parent'],'codeBlock');}(_0x3fc6e1,_0x52cc71['schema'])):Array['from'](_0xb87595['getSelectedBlocks']())['filter'](_0x3c0b2b=>eo(_0x3c0b2b));const _0x228329=to(_0x1a73ee,_0x52cc71);_0x52cc71['change'](()=>{for(const _0x16d3c1 of _0x228329)_0x3882cf['markBlockFormat'](_0x16d3c1,{'commandName':'codeBlock','commandParams':[{..._0x25525c,'forceValue':_0x58e04e}],'formatGroupId':'blockName'});});}),(_0x3882cf['descriptionFactory']['registerElementLabel']('codeBlock',_0x163470=>c(_0x4a8954,'ELEMENT_CODE_BLOCK',_0x163470)),_0x3882cf['descriptionFactory']['registerDescriptionCallback'](_0x31805b=>{if('formatBlock'!=_0x31805b['type'])return;const _0x5310c3=_0x4a8954['t'],{data:_0x5d826b}=_0x31805b;if(!_0x5d826b||'codeBlock'!=_0x5d826b['commandName'])return;const _0x520cbf=_0x5d826b['commandParams'][0x0]['language'],_0x57db8c=_0x5310c3(_0x3783ba['find'](_0x5ebeb0=>_0x5ebeb0['language']===_0x520cbf)['label'])['toLowerCase']();return _0x5d826b['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x4a8954,'*Set\x20format:*\x20%0',c(_0x4a8954,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x57db8c+')')}:{'type':'format','content':c(_0x4a8954,'*Remove\x20format:*\x20%0',c(_0x4a8954,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x3890f0){return'codeBlock'==_0x3890f0['name'];}class q extends _0xbd04a2{['afterInit'](){const _0x186064=this['editor'];if(!_0x186064['plugins']['has']('CommentsEditing'))return;_0x186064['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x21afda,_0x4d2563,_0x3adf29){const _0x1752c0=[];for(const _0x220d3b of _0x4d2563['getItems']())_0x220d3b['hasAttribute'](_0x21afda)&&_0x1752c0['push'](_0x3adf29['createRangeOn'](_0x220d3b));return _0x1752c0;}function Fe(_0x3ba035,_0x22de28,{showActiveMarker:_0x1285da=!0x0}={}){const _0x283e98=_0x3ba035['plugins']['get']('TrackChangesEditing');return(_0x40fe8a,_0x17612f,_0x42f1e6)=>{if(!_0x42f1e6['consumable']['test'](_0x17612f['markerRange'],_0x40fe8a['name']))return;const _0x5f4e0b=_0x17612f['markerRange']['getWalker'](),_0x123b64=_0x17612f['markerRange']['start'],_0x23ac5b=_0x3ba035['model']['schema'];let _0x4ec4f3=null,_0x5afeae=null,_0x250a8a=!0x1,_0x4805f5=!0x1;for(const _0x410949 of _0x5f4e0b){const _0x4e40dc=_0x410949['item'];_0x250a8a=_0x250a8a||_0x23ac5b['isContent'](_0x4e40dc);const _0x4af8ee=_0x42f1e6['mapper']['toViewElement'](_0x4e40dc);if(_0x4af8ee&&_0x4af8ee['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x410949['type']&&(_0x23ac5b['isBlock'](_0x4e40dc)&&!_0x23ac5b['isLimit'](_0x4e40dc)&&(_0x4e40dc['nextSibling']||_0x123b64['isAtEnd']?_0x4ec4f3&&_0x4ec4f3['parent']==_0x4e40dc||(_0x4ec4f3=_0x4e40dc,_0x14832c(_0x410949['previousPosition']),_0x4805f5=!0x0):_0x5afeae=_0x5afeae||_0x410949['previousPosition']));}function _0x14832c(_0x36717c){const {id:_0x4c75f2,authorId:_0xa03c64}=_0x283e98['_splitMarkerName'](_0x17612f['markerName']),_0x54b193=_0x42f1e6['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x22de28,'data-suggestion':_0x4c75f2,'data-author-id':_0xa03c64}),_0x3a0810=_0x42f1e6['mapper']['toViewPosition'](_0x36717c);_0x1285da&&_0x283e98['activeMarkers']['includes'](_0x17612f['markerName'])&&_0x42f1e6['writer']['addClass']('ck-suggestion-marker--active',_0x54b193),_0x42f1e6['writer']['insert'](_0x3a0810,_0x54b193),_0x42f1e6['mapper']['bindElementToMarker'](_0x54b193,_0x17612f['markerName']);}_0x250a8a||_0x4805f5||!_0x5afeae||_0x14832c(_0x5afeae);};}class z extends _0xbd04a2{static get['requires'](){return[_0x4780f1];}['init'](){const _0x2b6ce8=this['editor'],_0x437333=_0x2b6ce8['plugins']['get']('TrackChangesEditing');_0x437333['enableCommand']('delete');const _0x3c348b=_0x2b6ce8['commands']['get']('deleteForward');_0x437333['enableCommand']('deleteForward',(_0x46bc2e,_0x1fb9b9={})=>{const _0x48dd32=_0x2b6ce8['model']['createSelection'](_0x2b6ce8['model']['document']['selection']);_0x48dd32['isCollapsed']&&_0x2b6ce8['model']['modifySelection'](_0x48dd32,{'direction':'forward','unit':_0x1fb9b9['unit']});const _0x79c000=_0x48dd32['getFirstRange'](),_0x57167c=_0x3dc9e4['fromRange'](_0x79c000);let _0x20b346;_0x46bc2e(_0x1fb9b9),_0x20b346='$graveyard'==_0x57167c['root']['rootName']?_0x2b6ce8['model']['createRange'](_0x79c000['start']):_0x2b6ce8['model']['createRange'](_0x57167c['start'],_0x57167c['end']),_0x57167c['detach'](),_0x2b6ce8['model']['enqueueChange'](_0x3c348b['buffer']['batch'],_0x5e55cd=>{_0x3c348b['buffer']['lock'](),_0x5e55cd['setSelection'](_0x5e55cd['createRange'](_0x20b346['end'])),_0x3c348b['buffer']['unlock']();});}),_0x2b6ce8['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',Fe(_0x2b6ce8,'merge'),{'priority':'high'}),_0x2b6ce8['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x5e90ba,_0x132183,_0x519025)=>{_0x519025['options']['showSuggestionHighlights']&&Fe(_0x2b6ce8,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x5e90ba,_0x132183,_0x519025);},{'priority':'high'}),_0x2b6ce8['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x37cb08,_0x28dfce,_0x498a35)=>{const _0x533a49=_0x498a35['mapper']['markerNameToElements'](_0x28dfce['markerName']);if(_0x533a49){for(const _0x19f8c5 of _0x533a49)_0x19f8c5['is']('uiElement')&&(_0x498a35['mapper']['unbindElementFromMarkerName'](_0x19f8c5,_0x28dfce['markerName']),_0x498a35['writer']['remove'](_0x19f8c5));}},{'priority':'high'});}}class W extends _0xbd04a2{['afterInit'](){const _0xc0ba2=this['editor'];if(!_0xc0ba2['plugins']['has']('ListEditing'))return;const _0x42e799=_0xc0ba2['locale'],_0x14b119=_0xc0ba2['plugins']['get']('TrackChangesEditing'),_0x3a0b0f=_0xc0ba2['plugins']['has']('TodoListEditing'),_0x33aeff=!!_0xc0ba2['config']['get']('list.multiBlock');function _0x388692(_0x10778e){return{'type':'format','content':''+c(_0x42e799,'*Set\x20format:*\x20%0',_0x10778e)};}function _0x41ce51(_0x665ff){return{'type':'format','content':''+c(_0x42e799,'*Remove\x20format:*\x20%0',_0x665ff)};}_0x14b119['enableDefaultAttributesIntegration']('numberedList'),_0x14b119['enableDefaultAttributesIntegration']('bulletedList'),_0x14b119['enableDefaultAttributesIntegration']('customNumberedList'),_0x14b119['enableDefaultAttributesIntegration']('customBulletedList'),_0x14b119['enableDefaultAttributesIntegration']('indentList'),_0x14b119['enableDefaultAttributesIntegration']('outdentList'),_0x14b119['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x14b119['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x14b119['registerBlockAttribute']('listItemId'),_0x14b119['registerBlockAttribute']('listType'),_0x14b119['registerBlockAttribute']('listIndent'),_0x33aeff&&(_0x14b119['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x14b119['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x3a0b0f&&(_0x14b119['enableDefaultAttributesIntegration']('todoList'),_0x14b119['enableDefaultAttributesIntegration']('checkTodoList'),_0x14b119['registerBlockAttribute']('todoListChecked'),_0x14b119['descriptionFactory']['registerDescriptionCallback'](_0x456bec=>{const {data:_0x5b9e44}=_0x456bec;if(_0x5b9e44&&'todoListChecked'==_0x5b9e44['key'])return{'type':'format','content':_0x5b9e44['newValue']?c(_0x42e799,'*Check\x20item*'):c(_0x42e799,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x3769d7=>{if(_0x3769d7['batch']['isUndo'])return!0x1;let _0x1e8279=!0x1;const _0x8729a6=_0x14b119['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2116bb=>'todoListChecked'===_0x14b119['_getAttributeKey'](_0x2116bb));for(const _0xe9d158 of _0x8729a6){'todo'!=_0xe9d158['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x14b119['_findSuggestions'](_0xe9d158['getFirstRange'](),'attribute')['find'](_0x49e7f8=>'listType'===_0x14b119['_getAttributeKey'](_0x49e7f8['suggestion']))||(_0x3769d7['removeMarker'](_0xe9d158['getFirstMarker']()),_0x1e8279=!0x0));}return _0x1e8279;})),_0x14b119['descriptionFactory']['registerAttributeLabel']('listIndent',c(_0x42e799,'FORMAT_INDENT'));const _0x3c2cdf={'type':'format','content':''};_0x14b119['descriptionFactory']['registerDescriptionCallback'](_0x3cd745=>{const {data:_0x10e783}=_0x3cd745;if(!_0x10e783||'listType'!=_0x10e783['key'])return;let _0x4f7b5b=_0x3cd745['head'];for(;_0x4f7b5b;){if(_0x4f7b5b['data']&&(('listStyle'==_0x4f7b5b['data']['key']||'listMarkerStyle'==_0x4f7b5b['data']['key'])&&(_0x4f7b5b['data']['newValue']&&'default'!=_0x4f7b5b['data']['newValue']||'default'!=_0x4f7b5b['data']['oldValue']&&!_0x10e783['newValue'])||!_0x33aeff&&_0x4f7b5b['data']['key']==u))return _0x3c2cdf;_0x4f7b5b=_0x4f7b5b['next'];}if(null==_0x10e783['newValue'])switch(_0x10e783['oldValue']){case'bulleted':return _0x41ce51(c(_0x42e799,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x41ce51(c(_0x42e799,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x41ce51(c(_0x42e799,'ELEMENT_TODO_LIST'));}switch(_0x10e783['newValue']){case'bulleted':return _0x388692(c(_0x42e799,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x388692(c(_0x42e799,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x388692(c(_0x42e799,'ELEMENT_TODO_LIST'));}}),_0x14b119['descriptionFactory']['registerDescriptionCallback'](_0x27c62e=>{const {data:_0xd2be87}=_0x27c62e;if(_0xd2be87&&'listIndent'==_0xd2be87['key'])return null==_0xd2be87['newValue']||null==_0xd2be87['oldValue']&&0x0==_0xd2be87['newValue']?_0x3c2cdf:void 0x0;}),_0x14b119['descriptionFactory']['registerDescriptionCallback'](_0x2f4857=>{if('attribute'!=_0x2f4857['type'])return;const {data:_0x4c82e1}=_0x2f4857;if(!_0x4c82e1||'listItemId'!=_0x4c82e1['key'])return;const _0x15ebbe=Te(_0x2f4857);return'newValue'==_0x15ebbe?{'type':'format','content':c(_0x42e799,'*Merge:*\x20list\x20item')}:'oldValue'==_0x15ebbe?{'type':'format','content':c(_0x42e799,'*Split:*\x20list\x20item')}:_0x3c2cdf;}),_0xc0ba2['model']['document']['registerPostFixer'](_0x33eb90=>this['listItemIdFixer'](_0x33eb90)),_0xc0ba2['model']['document']['registerPostFixer'](_0x256130=>this['noTrackChangesFixer'](_0x256130)),_0xc0ba2['model']['document']['on']('change:data',(_0x22b158,_0x4ca13a)=>{if(_0x4ca13a['isUndo']||!_0x4ca13a['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x1d9318){if(_0x1d9318['batch']['isUndo']||!_0x1d9318['batch']['isLocal'])return!0x1;let _0x5c82bf=!0x1;const _0x4426d9=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2d0ae9=>_0x2d0ae9['data']&&'listItemId'==_0x2d0ae9['data']['key'])['filter'](_0x4b424c=>_0x4b424c['data']['newValue']&&_0x4b424c['data']['oldValue']);for(const _0x2dd1c1 of _0x4426d9)Te(_0x2dd1c1)||(_0x1d9318['removeMarker'](_0x2dd1c1['getFirstMarker']()),_0x5c82bf=!0x0);return _0x5c82bf;}['noTrackChangesFixer'](_0x57d829){if(_0x57d829['batch']['isUndo']||!_0x57d829['batch']['isLocal'])return!0x1;const _0x3aa469=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x3aa469['trackChangesCommand']['value'])return!0x1;let _0x54a3ab=!0x1;const _0x217924=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x46c92e=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x41cd05=>'attribute'==_0x41cd05['type'])['filter'](_0x2c2f09=>_0x217924['includes'](_0x2c2f09['attributeKey']));if(0x0==_0x46c92e['length'])return _0x54a3ab;for(const _0x30ebd2 of _0x46c92e){const _0x2984d3=_0x3aa469['_findSuggestions'](_0x30ebd2['range'],'attribute')['filter'](_0x5aa61f=>!_0x5aa61f['meta']['isNextTo'])['map'](_0x9aceb0=>_0x9aceb0['suggestion'])['filter'](_0x2ff45b=>{const _0x510c49=_0x3aa469['_getAttributeKey'](_0x2ff45b);return _0x217924['includes'](_0x510c49);});if(_0x2984d3['length']){for(const _0x147b0e of _0x2984d3)_0x57d829['removeMarker'](_0x147b0e['getFirstMarker']());_0x54a3ab=!0x0;}}return _0x54a3ab;}['assureChains'](){const _0x1617dd=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3267b8=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x21e271;const _0x2a335a=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x3a6796=>{if(_0x3a6796['data']['oldRange']||!_0x3a6796['data']['newRange'])return null;if(!_0x3a6796['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x4f6a96}=_0x1617dd['_splitMarkerName'](_0x3a6796['name']);if(!_0x1617dd['hasSuggestion'](_0x4f6a96))return null;const _0x4aabcb=_0x1617dd['getSuggestion'](_0x4f6a96);return _0x3267b8['includes'](_0x4aabcb['data']['key']);})['map'](_0x195df6=>{const {id:_0x20909a}=_0x1617dd['_splitMarkerName'](_0x195df6['name']),_0x3d9436=_0x1617dd['getSuggestion'](_0x20909a);return _0x21e271=_0x3d9436['attributes']['groupId'],_0x3d9436['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x2a335a['size'])return;const _0xe9183b=_0x1617dd['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1d9a86=>'attribute'==_0x1d9a86['type']&&_0x1d9a86['data']&&_0x3267b8['includes'](_0x1d9a86['data']['key'])&&_0x1d9a86['attributes']['groupId']!=_0x21e271)['map'](_0x3355e9=>({'listItem':_0x3355e9['getFirstRange']()['start']['nodeAfter'],'groupId':_0x3355e9['attributes']['groupId']})),_0x140157=new Set();for(const {groupId:_0x521e23,listItem:_0x2c0ac9}of _0xe9183b)_0x2a335a['has'](_0x2c0ac9)&&_0x140157['add'](_0x521e23);for(const _0xe62450 of _0x1617dd['getSuggestions']())_0x140157['has'](_0xe62450['attributes']['groupId'])&&_0xe62450['setAttribute']('groupId',_0x21e271);}['_supportLegacySuggestions'](){const _0x5787b9=this['editor'],_0x4ec445=_0x5787b9['locale'],_0x29c660=_0x5787b9['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x29c660['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x4ecacd,_0x109d32){const _0x70ec5f=[];for(let _0x3e7a07 of _0x4ecacd)_0x3e7a07['start']['nodeAfter']===_0x3e7a07['end']['parent']&&(_0x3e7a07=_0x5787b9['model']['createRange'](_0x5787b9['model']['createPositionAt'](_0x3e7a07['start']['nodeAfter'],0x0))),_0x70ec5f['push'](_0x3e7a07);_0x5787b9['model']['change'](_0x1cc2b3=>{const _0xd5ca19=_0x5787b9['model']['document']['selection'],_0x52cedc=Array['from'](_0xd5ca19['getRanges']())['map'](_0x2af71e=>_0x3dc9e4['fromRange'](_0x2af71e));_0x1cc2b3['setSelection'](_0x70ec5f),_0x5787b9['commands']['get'](_0x109d32['commandName'])['refresh'](),_0x109d32['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x5787b9['execute'](_0x109d32['commandName'],..._0x109d32['commandParams']),_0x1cc2b3['setSelection'](_0x52cedc);for(const _0x43a347 of _0x52cedc)_0x43a347['detach']();});}),_0x29c660['descriptionFactory']['registerElementLabel'](function(_0x2c5722){const _0x5031f5=!_0x5787b9['model']['schema']['isObject'](_0x2c5722),_0x40232b=_0x2c5722['previousSibling'],_0x359fe3=_0x2c5722['nextSibling'],_0x25643b=_0x2c5722['getAttribute']('listItemId'),_0x1ad01b=!_0x40232b||_0x40232b['getAttribute']('listItemId')!==_0x25643b,_0x5b59a3=!_0x359fe3||_0x359fe3['getAttribute']('listItemId')!==_0x25643b;return _0x5031f5&&Boolean(_0x25643b)&&_0x1ad01b&&_0x5b59a3;},_0x540bcc=>c(_0x4ec445,'ELEMENT_LIST_ITEM',_0x540bcc));}['_registerLegacyDescription'](){const _0x42985c=this['editor'],_0x489531=_0x42985c['locale'];function _0xe9cb00(_0x6207c1){const _0x2627a0=_0x42985c['commands']['get']('bulletedList')['value'],_0x3322d4=_0x42985c['commands']['get']('numberedList')['value'];return'numberedList'===_0x6207c1?_0x2627a0:_0x3322d4;}_0x42985c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x3525a2){if('formatBlock'!=_0x3525a2['type'])return;const {data:_0x37f0f1}=_0x3525a2;if(!_0x37f0f1)return;let _0x52ec5c,_0x15e439,_0x40d0fc,_0x2decc9;switch(_0x37f0f1['commandName']){case'bulletedList':_0x40d0fc=_0x37f0f1['commandParams'][0x0]['forceValue'],_0x2decc9=_0xe9cb00(_0x37f0f1['commandName']),_0x52ec5c=_0x40d0fc?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2decc9&&_0x42985c['config']['get']('list.multiBlock')||(_0x52ec5c='*Change\x20to:*\x20%0'),_0x15e439={'type':'format','content':c(_0x489531,_0x52ec5c,c(_0x489531,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x40d0fc=_0x37f0f1['commandParams'][0x0]['forceValue'],_0x2decc9=_0xe9cb00(_0x37f0f1['commandName']),_0x52ec5c=_0x40d0fc?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2decc9&&_0x42985c['config']['get']('list.multiBlock')||(_0x52ec5c='*Change\x20to:*\x20%0'),_0x15e439={'type':'format','content':c(_0x489531,_0x52ec5c,c(_0x489531,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x52ec5c='*Indent:*\x20%0',_0x15e439={'type':'format','content':c(_0x489531,_0x52ec5c,c(_0x489531,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x52ec5c=function(_0xada0c9){const _0xd54964=_0xada0c9['getFirstRange']();let _0x114e64=_0xd54964['start']['nodeAfter'];for(;_0x114e64&&_0xd54964['containsItem'](_0x114e64);){if(_0x114e64['getAttribute']('listIndent')>0x0)return!0x1;_0x114e64=_0x114e64['nextSibling'];}return!0x0;}(_0x3525a2)?c(_0x489531,'*Format:*\x20remove\x20from\x20%0',c(_0x489531,function(_0x36f4dd){return'ELEMENT_'+_0x36f4dd['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x3525a2))):c(_0x489531,'*Outdent:*\x20%0',c(_0x489531,'ELEMENT_LIST_ITEM')),_0x15e439={'type':'format','content':_0x52ec5c};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x37f0f1['multipleBlocks']&&(_0x52ec5c='*Merge:*\x20%0',_0x15e439={'type':'deletion','content':c(_0x489531,_0x52ec5c,c(_0x489531,'ELEMENT_LIST_ITEM'))});}return _0x15e439;});}}function Te(_0x867d9d){let _0x59f150=_0x867d9d['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x59f150;){const _0x556995=_0x59f150['getAttribute']('listItemId');if(!_0x556995)return!0x1;if(_0x556995==_0x867d9d['data']['newValue'])return'newValue';if(_0x556995==_0x867d9d['data']['oldValue'])return'oldValue';_0x59f150=_0x59f150['previousSibling'];}return!0x1;}class Se extends _0xbd04a2{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x840943=this['editor']['config']['get']('list.properties'),_0x4d73c1=this['editor']['plugins']['get']('TrackChangesEditing');_0x840943['styles']&&(_0x4d73c1['enableDefaultAttributesIntegration']('listStyle'),_0x4d73c1['registerBlockAttribute']('listStyle')),_0x840943['reversed']&&(_0x4d73c1['enableDefaultAttributesIntegration']('listReversed'),_0x4d73c1['registerBlockAttribute']('listReversed')),_0x840943['startIndex']&&(_0x4d73c1['enableDefaultAttributesIntegration']('listStart'),_0x4d73c1['registerBlockAttribute']('listStart'));const _0x389e49={'type':'format','content':''};_0x4d73c1['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x80085e=this['editor']['locale'];_0x4d73c1['descriptionFactory']['registerAttributeLabel']('listReversed',c(_0x80085e,'FORMAT_LIST_REVERSED')),_0x4d73c1['descriptionFactory']['registerDescriptionCallback'](_0x2fe337=>{const {data:_0x15b0f3}=_0x2fe337;if(_0x15b0f3&&'listReversed'==_0x15b0f3['key'])return null==_0x15b0f3['newValue']||0x0==_0x15b0f3['newValue']&&null==_0x15b0f3['oldValue']?_0x389e49:void 0x0;}),_0x4d73c1['descriptionFactory']['registerAttributeLabel']('listStart',c(_0x80085e,'FORMAT_LIST_START')),_0x4d73c1['descriptionFactory']['registerDescriptionCallback'](_0x7f0ddc=>{const {data:_0x4782b6}=_0x7f0ddc;if(_0x4782b6&&'listStart'==_0x4782b6['key'])return null==_0x4782b6['newValue']||0x1==_0x4782b6['newValue']&&null==_0x4782b6['oldValue']?_0x389e49:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x19ab04=>{if(_0x19ab04['batch']['isUndo'])return!0x1;let _0x1a2a1e=!0x1;const _0x4a3656=_0x4d73c1['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x400da0=>{const _0x3d000b=_0x4d73c1['_getAttributeKey'](_0x400da0);return'listStart'==_0x3d000b||'listReversed'==_0x3d000b;});for(const _0xd06ed8 of _0x4a3656){const _0x26e6a3=_0xd06ed8['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x26e6a3||'customNumbered'==_0x26e6a3)continue;_0x4d73c1['_findSuggestions'](_0xd06ed8['getFirstRange'](),'attribute')['find'](_0xd9c6c2=>'listType'==_0x4d73c1['_getAttributeKey'](_0xd9c6c2['suggestion']))||(_0x19ab04['removeMarker'](_0xd06ed8['getFirstMarker']()),_0x1a2a1e=!0x0);}return _0x1a2a1e;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x5125fd){const _0x26f5c3=this['editor']['locale'],{data:_0x452153}=_0x5125fd,_0x3ecfc3={'type':'format','content':''};if(!_0x452153||'listStyle'!=_0x452153['key'])return;if(!_0x452153['oldValue'])return'default'==_0x452153['newValue']?_0x3ecfc3:{'type':'format','content':''+c(_0x26f5c3,'*Set\x20format:*\x20%0',c(_0x26f5c3,this['_getTranslationKeyForListStyle'](_0x452153['newValue'])))};if(!_0x452153['newValue']){if('default'==_0x452153['oldValue'])return _0x3ecfc3;let _0x36fe50=_0x5125fd['head'];for(;_0x36fe50;){if(_0x36fe50['data']&&'listType'==_0x36fe50['data']['key']&&_0x36fe50['data']['newValue'])return _0x3ecfc3;_0x36fe50=_0x36fe50['next'];}return{'type':'format','content':''+c(_0x26f5c3,'*Remove\x20format:*\x20%0',c(_0x26f5c3,this['_getTranslationKeyForListStyle'](_0x452153['oldValue'])))};}if('default'!=_0x452153['newValue'])return{'type':'format','content':''+c(_0x26f5c3,'*Set\x20format:*\x20%0',c(_0x26f5c3,this['_getTranslationKeyForListStyle'](_0x452153['newValue'])))};let _0x5f0188=_0x5125fd['head'];for(;_0x5f0188;){if(_0x5f0188['data']&&'listType'==_0x5f0188['data']['key']&&_0x5f0188['data']['newValue']&&_0x5f0188['data']['oldValue'])return _0x3ecfc3;_0x5f0188=_0x5f0188['next'];}return{'type':'format','content':c(_0x26f5c3,'*Set\x20format:*\x20%0',c(_0x26f5c3,'ELEMENT_'+_0x5125fd['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x91e6cf=this['editor'],_0x1b4193=_0x91e6cf['locale'];_0x91e6cf['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x553976=>{if('formatBlock'!=_0x553976['type'])return;const {data:_0x3c43b9}=_0x553976;if(!_0x3c43b9)return;let _0x860129,_0x1ee034;switch(_0x3c43b9['commandName']){case'listStyle':_0x860129='*Change\x20to:*\x20%0',_0x1ee034={'type':'format','content':c(_0x1b4193,_0x860129,c(_0x1b4193,this['_getTranslationKeyForListStyle'](_0x3c43b9['commandParams'][0x0]['type'])))};break;case'listReversed':_0x860129=_0x3c43b9['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x1ee034={'type':'format','content':c(_0x1b4193,_0x860129)};break;case'listStart':_0x860129='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x1ee034={'type':'format','content':c(_0x1b4193,_0x860129,_0x3c43b9['commandParams'][0x0]['startIndex'])};}return _0x1ee034;});}['_getTranslationKeyForListStyle'](_0x55040d){return'ELEMENT_'+function(_0x3990fc){if(_e['includes'](_0x3990fc))return'bulleted';if(Re['includes'](_0x3990fc))return'numbered';return null;}(_0x55040d)['toUpperCase']()+'_LIST_'+_0x55040d['toUpperCase']()['replace'](/-/g,'_');}}const _e=['disc','circle','square'],Re=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0xbd04a2{['afterInit'](){const _0x4e2d68=this['editor'];_0x4e2d68['commands']['get']('emoji')&&_0x4e2d68['plugins']['get']('TrackChangesEditing')['enableCommand']('emoji');}}class Y extends _0xbd04a2{static get['requires'](){return[_0x47bd7a];}['init'](){const _0x5f01a3=this['editor'],_0x9ada67=_0x5f01a3['plugins']['get']('TrackChangesEditing'),_0x39f96d=_0x5f01a3['commands']['get']('enter');_0x9ada67['enableCommand']('enter',()=>{_0x5f01a3['model']['change'](_0x4cfb08=>{const _0x346cf8=_0x5f01a3['model']['document']['selection'],_0x1f3a88=_0x346cf8['getFirstPosition'](),_0x3bda23=_0x3dc9e4['fromRange'](_0x346cf8['getFirstRange']());if(_0x39f96d['enterBlock'](_0x4cfb08)){const _0x5d2d62=_0x5f01a3['model']['createPositionAt'](_0x1f3a88['parent']['nextSibling'],0x0),_0x2d5345=_0x4cfb08['createRange'](_0x1f3a88,_0x5d2d62);_0x9ada67['markInsertion'](_0x2d5345);}else _0x4cfb08['setSelection'](_0x4cfb08['createRange'](_0x3bda23['end']));_0x3bda23['detach'](),_0x39f96d['fire']('afterExecute',{'writer':_0x4cfb08});});}),_0x5f01a3['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',Fe(_0x5f01a3,'split'),{'priority':'high'}),_0x5f01a3['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x28a6e6,_0x4e01fa,_0x55a5c3)=>{const _0x3c4314=_0x55a5c3['mapper']['markerNameToElements'](_0x4e01fa['markerName']);if(_0x3c4314){for(const _0x3fbd88 of _0x3c4314)_0x3fbd88['hasClass']('ck-suggestion-marker-split')&&(_0x55a5c3['mapper']['unbindElementFromMarkerName'](_0x3fbd88,_0x4e01fa['markerName']),_0x55a5c3['writer']['remove'](_0x3fbd88));}},{'priority':'high'}),_0x5f01a3['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x5ff942,_0x24a280,_0x144854)=>{_0x144854['options']['showSuggestionHighlights']&&Fe(_0x5f01a3,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x5ff942,_0x24a280,_0x144854);},{'priority':'high'});}}class Z extends _0xbd04a2{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x1c3ac6=this['editor']['plugins']['get']('TrackChangesEditing');_0x1c3ac6['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x1c3ac6['enableCommand']('findNext'),_0x1c3ac6['enableCommand']('findPrevious'),_0x1c3ac6['enableCommand']('replace'),_0x1c3ac6['enableCommand']('replaceAll');}['handleFindCommand'](_0x42fb9d,_0x27e8b3,_0xae5f46={}){const _0xebc7b=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x42fb9d(_0x377dac=>{let _0x4b4f04=('string'==typeof _0x27e8b3?_0xebc7b['findByTextCallback'](_0x27e8b3,_0xae5f46):_0x27e8b3)(_0x377dac);Array['isArray'](_0x4b4f04)&&(_0x4b4f04={'results':_0x4b4f04,'searchText':'string'==typeof _0x27e8b3?_0x27e8b3:''});const _0x42586e=_0x4b4f04['results']['filter'](_0x4c4246=>!0x1===this['_isInDeletionRange'](_0x4c4246,_0x377dac['item']));return{..._0x4b4f04,'results':_0x42586e};},_0xae5f46);}['_isInDeletionRange'](_0x2ce8a7,_0x22fb0c){const _0x5b40ac=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x22fb0c,_0x2ce8a7['start']),this['editor']['model']['createPositionAt'](_0x22fb0c,_0x2ce8a7['end']));for(const _0x43d233 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x5b40ac['getIntersection'](_0x43d233['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class tt extends _0xbd04a2{['afterInit'](){const _0xb309ab=this['editor']['locale'],_0x27e11d=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x3998e4,commandName:_0x52c006}of ro)this['editor']['plugins']['has'](_0x3998e4)&&(_0x27e11d['enableDefaultAttributesIntegration'](_0x52c006),_0x27e11d['registerInlineAttribute'](_0x52c006));_0x27e11d['descriptionFactory']['registerAttributeLabel']('fontSize',c(_0xb309ab,'FORMAT_FONT_SIZE')),_0x27e11d['descriptionFactory']['registerAttributeLabel']('fontFamily',c(_0xb309ab,'FORMAT_FONT_FAMILY')),_0x27e11d['descriptionFactory']['registerAttributeLabel']('fontColor',c(_0xb309ab,'FORMAT_FONT_COLOR')),_0x27e11d['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',c(_0xb309ab,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x32ae45=this['editor'],_0x43185f=_0x32ae45['locale'];_0x32ae45['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x36906c=>{const _0x15e1ef=_0x43185f['t'];if('formatInline'!=_0x36906c['type'])return;const {data:_0x329d8d}=_0x36906c;if(null!=_0x329d8d){if('fontSize'==_0x329d8d['commandName']){const _0x3e4241=_0x329d8d['commandParams'][0x0]['value'];if(_0x3e4241){const _0x36df79=_0x15e1ef(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0xce0473=>_0xce0473['model']==_0x3e4241)['title'])['toLowerCase']();return{'type':'format','content':c(_0x43185f,'*Set\x20font\x20size:*\x20%0',_0x36df79)};}return{'type':'format','content':c(_0x43185f,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x329d8d['commandName']){const _0x12dd6b=_0x329d8d['commandParams'][0x0]['value'];return _0x12dd6b?{'type':'format','content':c(_0x43185f,'*Set\x20font\x20family:*\x20%0',_0x12dd6b)}:{'type':'format','content':c(_0x43185f,'*Reset\x20font\x20family*')};}if('fontColor'==_0x329d8d['commandName']){const _0x53255d=_0x329d8d['commandParams'][0x0]['value'];if(_0x53255d){const _0x412627=_0x1041e7(this['editor']['config']['get']('fontColor.colors'))['find'](_0x5b6c28=>_0x5b6c28['model']==_0x53255d);let _0x21f961=_0x53255d,_0x170c4b='';return _0x412627&&(_0x21f961=_0x412627['label'],_0x170c4b=_0x15e1ef(_0x21f961)['toLowerCase']()),{'type':'format','content':c(_0x43185f,'*Set\x20font\x20color:*\x20%0',_0x170c4b)['trim'](),'color':{'value':_0x53255d,'title':_0x170c4b||_0x21f961}};}return{'type':'format','content':c(_0x43185f,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x329d8d['commandName']){const _0x2b1428=_0x329d8d['commandParams'][0x0]['value'];if(_0x2b1428){const _0x2610aa=_0x1041e7(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x1587e2=>_0x1587e2['model']==_0x2b1428);let _0x152180=_0x2b1428,_0x28da30='';return _0x2610aa&&(_0x152180=_0x2610aa['label'],_0x28da30=_0x15e1ef(_0x152180)['toLowerCase']()),{'type':'format','content':c(_0x43185f,'*Set\x20font\x20background\x20color:*\x20%0',_0x28da30)['trim'](),'color':{'value':_0x2b1428,'title':_0x28da30||_0x152180}};}return{'type':'format','content':c(_0x43185f,'*Reset\x20font\x20background\x20color*')};}}});}}class it extends _0xbd04a2{['afterInit'](){const _0x4ec1aa=this['editor'],_0x2de235=_0x4ec1aa['plugins']['get']('TrackChangesEditing'),_0x272542=_0x4ec1aa['commands']['get']('copyFormat'),_0x10b996=_0x4ec1aa['commands']['get']('pasteFormat');_0x272542&&_0x10b996&&(_0x2de235['enableDefaultAttributesIntegration']('pasteFormat'),_0x2de235['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x41c934=this['editor'],_0x3a84dd=_0x41c934['locale'];_0x41c934['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x448d1d=>{if('formatBlock'!=_0x448d1d['type']&&'formatInline'!=_0x448d1d['type'])return;const {data:_0x14cc79}=_0x448d1d;if(_0x14cc79&&'pasteFormat'===_0x14cc79['commandName']){const _0x34bf3e=[],_0x4d27e1=_0x14cc79['commandParams'][0x0];for(const [_0x4fc6f8,_0x3ff231]of Object['entries'](_0x4d27e1))_0x34bf3e['push'](so(_0x41c934,_0x4fc6f8,_0x3ff231));return _0x34bf3e['length']?{'type':'format','content':c(_0x3a84dd,'*Set\x20format\x20to:*\x20%0',_0x34bf3e['join'](',\x20'))}:{'type':'format','content':c(_0x3a84dd,'*Remove\x20all\x20formatting*')};}});}}function so(_0x59cfff,_0x498325,_0x5697cf){const _0x3d63b3=_0x59cfff['locale']['t'],_0x46498f=_0x498325['split'](/(?=[A-Z])/)['join']('\x20'),_0x205cef=_0x3d63b3(_0x46498f['charAt'](0x0)['toUpperCase']()+_0x46498f['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x5697cf)return _0x205cef;if('fontColor'===_0x498325||'fontBackgroundColor'===_0x498325){const _0x41a052=_0x1041e7(_0x59cfff['config']['get']('fontColor.colors'))['find'](_0x5ebda4=>_0x5ebda4['model']==_0x5697cf);return _0x205cef+'\x20('+(_0x41a052?_0x3d63b3(_0x41a052['label'])['toLowerCase']():_0x5697cf)+')';}if('fontSize'===_0x498325&&isNaN(parseFloat(_0x5697cf))){const _0x3d86d9=_0x59cfff['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x59cfff['config']['get']('fontSize.options'))['find'](_0x2134ff=>_0x2134ff['model']==_0x5697cf);return _0x205cef+'\x20('+(_0x3d86d9?_0x3d63b3(_0x3d86d9['title'])['toLowerCase']():_0x5697cf)+')';}return _0x205cef+'\x20('+_0x5697cf+')';}class et extends _0xbd04a2{['_headingOptions'];['afterInit'](){const _0x3600ec=this['editor'];if(!_0x3600ec['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x3600ec['config']['get']('heading.options');const _0xcec35c=_0x3600ec['locale'],_0x21ce15=_0x3600ec['plugins']['get']('TrackChangesEditing');_0x21ce15['enableDefaultAttributesIntegration']('heading');for(const _0x1f7c09 of this['_headingOptions'])'paragraph'!=_0x1f7c09['model']&&_0x21ce15['descriptionFactory']['registerElementLabel'](_0x1f7c09['model'],_0x116d1b=>{const _0xf0cb46=this['_getHeadingLevel'](_0x1f7c09['model']);return null!==_0xf0cb46?_0x15bc59(_0x116d1b,_0xf0cb46):_0x2a8387(_0x116d1b,_0x1f7c09['title']);});function _0x15bc59(_0x1c0a4a,_0x5725b6){return c(_0xcec35c,'ELEMENT_HEADING',[_0x1c0a4a,_0x5725b6]);}function _0x2a8387(_0x106a87,_0x458f12){return c(_0xcec35c,'ELEMENT_HEADING_CUSTOM',[_0x106a87,_0x458f12]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xe98f96=this['editor'],_0x175872=_0xe98f96['locale'];function _0x1d8ca2(_0x5708ee,_0x3f09c5){return c(_0x175872,'ELEMENT_HEADING_CUSTOM',[_0x5708ee,_0x3f09c5]);}_0xe98f96['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x159d81=>{if('formatBlock'!=_0x159d81['type'])return;const {data:_0x4ccb15}=_0x159d81;if(_0x4ccb15&&'heading'==_0x4ccb15['commandName']){const _0x815f45=_0x4ccb15['commandParams'][0x0]['value'],_0x436acf=this['_getHeadingLevel'](_0x815f45);if(null!==_0x436acf)return{'type':'format','content':c(_0x175872,'*Change\x20to:*\x20%0',(_0x1c6e10=0x1,_0x4baeec=_0x436acf,c(_0x175872,'ELEMENT_HEADING',[_0x1c6e10,_0x4baeec])))};const _0x31cc4f=this['_headingOptions']['find'](_0xab89ee=>_0xab89ee['model']===_0x815f45)['title'];return{'type':'format','content':c(_0x175872,'*Change\x20to:*\x20%0',_0x1d8ca2(0x1,_0x31cc4f))};}var _0x1c6e10,_0x4baeec;});}['_getHeadingLevel'](_0x34f4c0){const _0x514337=_0x34f4c0['match'](/^heading(\d+)/);if(_0x514337)return _0x514337[0x1];const _0x539036=this['_headingOptions']?.['find'](_0xe5be43=>_0xe5be43['model']==_0x34f4c0);if(_0x539036&&_0x539036['view']){const _0x2e701f=_0x539036['view'],_0x4a1c03=(_0x2e701f['name']??_0x2e701f)['match'](/^h(\d+)/);if(_0x4a1c03)return _0x4a1c03[0x1];}return null;}}class nt extends _0xbd04a2{['afterInit'](){const _0x59c292=this['editor'];if(!_0x59c292['plugins']['has']('HighlightEditing'))return;const _0x213358=_0x59c292['plugins']['get']('TrackChangesEditing'),_0x1daa7f=_0x59c292['locale'];_0x213358['enableDefaultAttributesIntegration']('highlight'),_0x213358['registerInlineAttribute']('highlight'),_0x213358['descriptionFactory']['registerAttributeLabel']('highlight',c(_0x1daa7f,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x328c32=this['editor'],_0x349205=_0x328c32['locale'];_0x328c32['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x408e1b=>{if('formatInline'!=_0x408e1b['type'])return;const {data:_0x253fe1}=_0x408e1b;if(_0x253fe1&&'highlight'==_0x253fe1['commandName']){const _0x30d13f=_0x349205['t'],_0x3423d1=_0x253fe1['commandParams'][0x0]['value'];if(_0x3423d1){const _0x588505=_0x328c32['config']['get']('highlight.options')['find'](_0x1d53ab=>_0x1d53ab['model']==_0x3423d1),_0x363fe6=_0x30d13f(_0x588505['title'])['toLowerCase']();return{'type':'format','content':c(_0x349205,'*Set\x20highlight:*\x20%0',_0x363fe6),'color':{'value':_0x588505['color'],'title':_0x588505['title']}};}return{'type':'format','content':c(_0x349205,'*Remove\x20highlight*',c(_0x349205,'FORMAT_HIGHLIGHT'))};}});}}class st extends _0xbd04a2{['afterInit'](){const _0x2ea519=this['editor'];if(!_0x2ea519['plugins']['has']('HorizontalLineEditing'))return;_0x2ea519['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x34e596=_0x2ea519['plugins']['get']('TrackChangesEditing'),_0x1e8bc6=_0x2ea519['locale'];_0x34e596['descriptionFactory']['registerElementLabel']('horizontalLine',_0x18dce3=>c(_0x1e8bc6,'ELEMENT_HORIZONTAL_LINE',_0x18dce3)),_0x2ea519['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x378f0e,{writer:_0x43a677,options:_0x4a867d})=>{if(!_0x4a867d['showSuggestionHighlights'])return null;const _0x369936=_0x43a677['createContainerElement']('div'),_0x728b0c=_0x43a677['createEmptyElement']('hr');return _0x43a677['addClass']('ck-horizontal-line',_0x369936),_0x43a677['insert'](_0x43a677['createPositionAt'](_0x369936,0x0),_0x728b0c),_0x369936;},'converterPriority':'high'});}}class ot extends _0xbd04a2{['afterInit'](){const _0xb7a03f=this['editor'];if(!_0xb7a03f['plugins']['has']('HtmlEmbed'))return;const _0x19f3fc=_0xb7a03f['plugins']['get']('TrackChangesEditing'),_0x50ac99=_0xb7a03f['locale'];_0x19f3fc['descriptionFactory']['registerElementLabel']('rawHtml',_0x1ef962=>c(_0x50ac99,'ELEMENT_HTML_EMBED',_0x1ef962)),_0x19f3fc['enableDefaultAttributesIntegration']('htmlEmbed'),_0x19f3fc['registerBlockAttribute']('value'),_0x19f3fc['descriptionFactory']['registerDescriptionCallback'](_0x18dca9=>{if('attribute'!=_0x18dca9['type'])return;const {data:_0x1e4b6a}=_0x18dca9;if(_0x1e4b6a&&'value'==_0x1e4b6a['key']&&_0x18dca9['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x1274ae=c(_0x50ac99,'ELEMENT_HTML_EMBED');return{'type':'format','content':c(_0x50ac99,'*Change\x20%0\x20content*',_0x1274ae)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3045df=this['editor'],_0x1d5109=_0x3045df['locale'];_0x3045df['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x50b7ea=>{if('formatBlock'!=_0x50b7ea['type'])return;const {data:_0x584259}=_0x50b7ea;if(_0x584259&&'htmlEmbed'==_0x584259['commandName']){const _0x176101=c(_0x1d5109,'ELEMENT_HTML_EMBED');return{'type':'format','content':c(_0x1d5109,'*Change\x20%0\x20content*',_0x176101)};}});}}class rt extends _0xbd04a2{['afterInit'](){const _0x250bd7=this['editor'];if(!_0x250bd7['plugins']['has']('ImageEditing'))return;const _0x14f323=_0x250bd7['plugins']['get']('TrackChangesEditing'),_0x412aa2=_0x250bd7['plugins']['get']('ImageUtils'),_0x567e0c=_0x250bd7['locale'];_0x14f323['enableCommand']('insertImage'),_0x14f323['descriptionFactory']['registerElementLabel']('imageBlock',_0x456a3a=>c(_0x567e0c,'ELEMENT_IMAGE',_0x456a3a)),_0x14f323['descriptionFactory']['registerElementLabel']('imageInline',_0x17fddb=>c(_0x567e0c,'ELEMENT_INLINE_IMAGE',_0x17fddb)),_0x14f323['descriptionFactory']['registerElementLabel']('caption',()=>c(_0x567e0c,'ELEMENT_CAPTION')),_0x250bd7['plugins']['has']('ImageUploadEditing')&&_0x14f323['enableCommand']('uploadImage'),_0x250bd7['plugins']['has']('ImageBlockEditing')&&_0x250bd7['plugins']['has']('ImageInlineEditing')&&(_0x14f323['enableCommand']('imageTypeInline',(_0x93162,_0x4f3ba6)=>{const _0x533065=_0x412aa2['getClosestSelectedImageElement'](_0x250bd7['model']['document']['selection']);_0x250bd7['model']['change'](()=>{_0x14f323['markBlockFormat'](_0x533065,{'commandName':'imageTypeInline','commandParams':[_0x4f3ba6]},[],'convertBlockImageToInline');});}),_0x14f323['enableCommand']('imageTypeBlock',(_0x310748,_0xd563a7)=>{_0x250bd7['model']['change'](_0x216872=>{let _0xa4fbc7=_0x412aa2['getClosestSelectedImageElement'](_0x250bd7['model']['document']['selection']),_0x411d9d=_0x216872['createRangeOn'](_0xa4fbc7);const _0x4226c2=_0x30b02d['fromPosition'](_0x411d9d['start'],'toPrevious'),_0x3ca9a3=_0x30b02d['fromPosition'](_0x411d9d['end'],'toNext');_0x14f323['forceDefaultExecution'](()=>_0x310748(_0xd563a7)),_0xa4fbc7=_0x412aa2['getClosestSelectedImageElement'](_0x250bd7['model']['document']['selection']),_0x411d9d=_0x216872['createRangeOn'](_0xa4fbc7);const _0x237410=_0x216872['createRange'](_0x4226c2,_0x3ca9a3);_0x4226c2['detach'](),_0x3ca9a3['detach'](),_0x14f323['markBlockFormat'](_0xa4fbc7,{'commandName':'imageTypeInline','commandParams':[_0xd563a7]},[],'convertInlineImageToBlock'),_0x237410['start']['isBefore'](_0x411d9d['start'])&&_0x14f323['markInsertion'](_0x216872['createRange'](_0x237410['start'],_0x411d9d['start']),'convertInlineImageToBlock'),_0x411d9d['end']['isBefore'](_0x237410['end'])&&_0x14f323['markInsertion'](_0x216872['createRange'](_0x411d9d['end'],_0x237410['end']),'convertInlineImageToBlock');});}),_0x14f323['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x14f323['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x14f323['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x14f323['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x14f323['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x14f323['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x3ff15a])=>{const _0x4774c4=_0x14f323['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x3d47b5=_0x3ff15a['start'],_0x2364ff=_0x3ff15a['end'];const _0x18dcd2=_0x250bd7['model']['schema']['getNearestSelectionRange'](_0x3d47b5,'backward'),_0x2b1452=_0x250bd7['model']['schema']['getNearestSelectionRange'](_0x2364ff,'forward');_0x18dcd2['isCollapsed']&&(_0x3d47b5=_0x18dcd2['start']),_0x2b1452['isCollapsed']&&(_0x2364ff=_0x2b1452['end']),_0x4774c4([_0x250bd7['model']['createRange'](_0x3d47b5,_0x2364ff)]);}),_0x14f323['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x47b030),_0x14f323['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x47b030)),_0x250bd7['plugins']['has']('ImageCaptionEditing')&&(_0x14f323['enableCommand']('toggleImageCaption',(_0xde65ef,_0x5f397a)=>{const _0x12b042=_0x250bd7['plugins']['get']('ImageCaptionUtils');let _0x4f90ab=_0x412aa2['getClosestSelectedImageElement'](_0x250bd7['model']['document']['selection']),_0x3fb860=_0x12b042['getCaptionFromImageModelElement'](_0x4f90ab);_0x250bd7['model']['change'](()=>{if(_0x3fb860)return void _0x14f323['markDeletion'](_0x250bd7['model']['createRangeOn'](_0x3fb860));const _0x551bb7=_0x412aa2['isBlockImage'](_0x4f90ab);_0xde65ef(_0x5f397a),_0x4f90ab=_0x412aa2['getClosestSelectedImageElement'](_0x250bd7['model']['document']['selection']),_0x3fb860=_0x12b042['getCaptionFromImageModelElement'](_0x4f90ab),_0x14f323['markInsertion'](_0x250bd7['model']['createRangeOn'](_0x3fb860),_0x551bb7?null:'imageCaption');});}),_0x14f323['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x47b030));const _0x92d034=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x5789e5(_0x6e4635,_0x5c2550){const _0x4625f8=_0x92d034['findIndex'](({type:_0x4b99b7,subType:_0x356ed5})=>_0x6e4635['type']==_0x4b99b7&&_0x6e4635['subType']==_0x356ed5),_0x4ded6e=_0x92d034['findIndex'](({type:_0x1a784e,subType:_0x1f429f})=>_0x5c2550['type']==_0x1a784e&&_0x5c2550['subType']==_0x1f429f);if(_0x4625f8<0x0||_0x4ded6e<0x0)return!0x1;const _0x298ce5=_0x6e4635['getFirstRange'](),_0x424e58=_0x5c2550['getFirstRange']();if((0x0==_0x4625f8||0x1==_0x4625f8)&&0x2==_0x4ded6e&&_0x298ce5['isIntersecting'](_0x424e58))return!0x0;if(0x2==_0x4625f8&&0x3==_0x4ded6e){const _0x121f0d=_0x14f323['_findSuggestions'](_0x298ce5,'insertion')['filter'](({suggestion:_0x3a29f6,meta:_0x3c70ad})=>_0x3c70ad['isOwn']&&'convertInlineImageToBlock'==_0x3a29f6['subType']);if(_0x121f0d['length']>0x1&&_0x424e58['end']['isEqual'](_0x298ce5['start']))return!0x0;if(0x1==_0x121f0d['length']&&(_0x298ce5['start']['isEqual'](_0x424e58['end'])||_0x298ce5['end']['isEqual'](_0x424e58['start'])))return!0x0;}if(0x3==_0x4625f8&&0x3==_0x4ded6e&&_0x298ce5['start']['isBefore'](_0x424e58['start'])){const _0x3bf12e=_0x298ce5['end']['nodeAfter'],_0x5545da=_0x424e58['start']['nodeBefore'];return _0x412aa2['isBlockImage'](_0x3bf12e)&&_0x3bf12e===_0x5545da;}return!0x1;}function _0x47b030(_0x1f89dd,_0x3b48a4){return _0x5789e5(_0x1f89dd,_0x3b48a4)?[_0x1f89dd,_0x3b48a4]:_0x5789e5(_0x3b48a4,_0x1f89dd)?[_0x3b48a4,_0x1f89dd]:null;}_0x250bd7['plugins']['has']('ImageResize')&&(_0x14f323['enableDefaultAttributesIntegration']('resizeImage'),_0x14f323['registerBlockAttribute']('resizedWidth'),_0x14f323['descriptionFactory']['registerAttributeLabel']('resizedWidth',c(_0x567e0c,'FORMAT_IMAGE_SIZE'))),_0x250bd7['plugins']['has']('ImageTextAlternativeEditing')&&(_0x14f323['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x14f323['registerBlockAttribute']('alt')),_0x250bd7['plugins']['has']('PictureEditing')&&(_0x14f323['registerBlockAttribute']('sources'),_0x14f323['descriptionFactory']['registerDescriptionCallback'](_0x13444a=>{if('attribute'!=_0x13444a['type'])return;const {data:_0x4c31fd}=_0x13444a;return _0x4c31fd&&'sources'==_0x4c31fd['key']?{'type':'format','content':''}:void 0x0;})),_0x250bd7['plugins']['has']('ImageSizeAttributes')&&(_0x14f323['registerBlockAttribute']('width'),_0x14f323['registerBlockAttribute']('height'),_0x14f323['descriptionFactory']['registerDescriptionCallback'](_0x2022a3=>{if('attribute'!=_0x2022a3['type'])return;const {data:_0xc8af3f}=_0x2022a3;return!_0xc8af3f||'width'!=_0xc8af3f['key']&&'height'!=_0xc8af3f['key']?void 0x0:{'type':'format','content':''};})),_0x14f323['descriptionFactory']['registerDescriptionCallback'](_0x2d85cc=>{if(!!_0x92d034['find'](({type:_0x4e77b8,subType:_0x171d37})=>_0x2d85cc['type']==_0x4e77b8&&_0x2d85cc['subType']==_0x171d37))return _0x2d85cc['previous']?{}:void 0x0;}),_0x14f323['descriptionFactory']['registerDescriptionCallback'](_0x2a2b9e=>{if('insertion'==_0x2a2b9e['type']||'deletion'==_0x2a2b9e['type']){const _0x7f39b9=_0x2a2b9e['getContainedElement']();if(_0x7f39b9&&_0x7f39b9['is']('element','caption'))return{'type':'insertion'==_0x2a2b9e['type']?'addObject':'removeObject','element':_0x7f39b9,'quantity':0x1};}}),_0x14f323['descriptionFactory']['registerDescriptionCallback'](_0x9bcb28=>'formatBlock'==_0x9bcb28['type']&&'convertInlineImageToBlock'==_0x9bcb28['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x9bcb28['type']&&'convertBlockImageToInline'==_0x9bcb28['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x14f323['descriptionFactory']['registerDescriptionCallback'](_0x659663=>{if('attribute'!=_0x659663['type'])return;const {data:_0x2e3325}=_0x659663;if(!_0x2e3325||'alt'!=_0x2e3325['key'])return;const _0xa22621=_0x2e3325['newValue'];return _0xa22621?{'type':'format','content':c(_0x567e0c,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0xa22621+'\x22')}:{'type':'format','content':c(_0x567e0c,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4f86ac=this['editor'],_0x33b79d=_0x4f86ac['locale'];_0x4f86ac['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x316b13=>{if('formatBlock'!=_0x316b13['type']&&'formatInline'!=_0x316b13['type'])return;const {data:_0x26c49e}=_0x316b13;if(_0x26c49e){if('imageTextAlternative'==_0x26c49e['commandName']){const _0x183505=_0x26c49e['commandParams'][0x0]['newValue'];return _0x183505?{'type':'format','content':c(_0x33b79d,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x183505+'\x22')}:{'type':'format','content':c(_0x33b79d,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x26c49e['commandName']){const _0x2f72a1=_0x26c49e['commandParams'][0x0]['width'];return _0x2f72a1?{'type':'format','content':c(_0x33b79d,'*Set\x20image\x20width:*\x20%0',_0x2f72a1)}:{'type':'format','content':c(_0x33b79d,'*Reset\x20image\x20width*')};}}});}}class at extends _0xbd04a2{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x1ecafc=this['editor']['locale'],_0xd7ac9e=this['editor']['plugins']['get']('TrackChangesEditing');_0xd7ac9e['enableDefaultAttributesIntegration']('replaceImageSource'),_0xd7ac9e['registerBlockAttribute']('src'),_0xd7ac9e['descriptionFactory']['registerDescriptionCallback'](_0x116823=>{if('attribute'!=_0x116823['type'])return;const {data:_0xfa8c22}=_0x116823;return _0xfa8c22&&'src'==_0xfa8c22['key']?_0xfa8c22['newValue']&&_0xfa8c22['oldValue']?{'type':'format','content':c(_0x1ecafc,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x42e221=this['editor']['plugins']['get']('TrackChangesEditing');_0x42e221['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x42e221['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x42e221['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x42e221['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x32b55f=this['editor'],_0x2f7a61=_0x32b55f['locale'];_0x32b55f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1702bc=>{if('formatBlock'!=_0x1702bc['type']&&'formatInline'!=_0x1702bc['type'])return;const {data:_0x6bb8d3}=_0x1702bc;if(!_0x6bb8d3||'replaceImageSource'!=_0x6bb8d3['commandName'])return;return{'type':'format','content':c(_0x2f7a61,'*Format:*\x20replace\x20image\x20URL')};});}}class ct extends _0xbd04a2{['afterInit'](){const _0x27983e=this['editor'];if(!_0x27983e['plugins']['has']('ImageStyleEditing'))return;const _0x434f1a=_0x27983e['plugins']['get']('TrackChangesEditing'),_0x4c9fbe=_0x27983e['plugins']['get']('ImageUtils'),_0x4252fc={};_0x434f1a['enableCommand']('imageStyle',(_0x10e0bd,_0x4623e3)=>{const _0x1a8fb6=_0x27983e['plugins']['get']('Users')['me'],_0x589fd5=_0x27983e['commands']['get']('imageStyle');let _0x1eff3d=_0x4c9fbe['getClosestSelectedImageElement'](_0x27983e['model']['document']['selection']),_0x591f42=_0x27983e['model']['createRangeOn'](_0x1eff3d),_0x34b079=_0x589fd5['value'];if(_0x34b079==_0x4623e3['value'])return;const _0x4161b3={'commandName':'imageStyle','commandParams':[_0x4623e3],'formatGroupId':_0x5d0d76()};_0x27983e['model']['change'](()=>{if(_0x434f1a['getSuggestions']()['filter'](_0x10d9c1=>_0x10d9c1['isInContent']&&_0x1a8fb6==_0x10d9c1['author']&&('formatBlock'==_0x10d9c1['type']||'formatInline'==_0x10d9c1['type'])&&('imageStylePreApply'==_0x10d9c1['subType']||'imageStylePostApply'==_0x10d9c1['subType'])&&_0x10d9c1['getFirstRange']()['isEqual'](_0x591f42))['forEach'](_0xa286af=>_0x434f1a['discardSuggestion'](_0xa286af['head'])),_0x1eff3d=_0x4c9fbe['getClosestSelectedImageElement'](_0x27983e['model']['document']['selection']),_0x591f42=_0x27983e['model']['createRangeOn'](_0x1eff3d),_0x589fd5['refresh'](),_0x27983e['commands']['get']('imageTypeInline')['refresh'](),_0x27983e['commands']['get']('imageTypeBlock')['refresh'](),_0x34b079=_0x589fd5['value'],_0x34b079!=_0x4623e3['value'])return _0x4c9fbe['isInlineImage'](_0x1eff3d)&&_0x589fd5['shouldConvertImageType'](_0x4623e3['value'],_0x1eff3d)?(_0x10e0bd({..._0x4623e3,'setImageSizes':!0x1}),_0x1eff3d=_0x4c9fbe['getClosestSelectedImageElement'](_0x27983e['model']['document']['selection']),void _0x434f1a['markBlockFormat'](_0x1eff3d,{..._0x4161b3,'commandReversedParams':[{'value':_0x34b079||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x4c9fbe['isBlockImage'](_0x1eff3d)?_0x434f1a['markBlockFormat'](_0x1eff3d,_0x4161b3,[],'imageStylePostApply'):_0x434f1a['markInlineFormat'](_0x591f42,_0x4161b3,'imageStylePostApply'));});});for(const _0x33af65 of _0x27983e['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x4252fc[_0x33af65['name']]=_0x33af65['title']['toLowerCase']();_0x434f1a['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x434f1a['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x434f1a['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x434f1a['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x5d11cf])=>{_0x4c9fbe['setImageNaturalSizeAttributes'](_0x5d11cf['getContainedElement']());}),_0x434f1a['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x3b06b6,_0xa5a727)=>{_0x434f1a['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x3b06b6,{'commandName':_0xa5a727['commandName'],'commandParams':_0xa5a727['commandReversedParams']});}),_0x434f1a['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x197539,_0x1a9941){if(_0x572fed(_0x197539,_0x1a9941))return[_0x197539,_0x1a9941];if(_0x572fed(_0x1a9941,_0x197539))return[_0x1a9941,_0x197539];return null;});const _0x54d8ef=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x572fed(_0x1add02,_0x364945){const _0x282cd8=_0x54d8ef['findIndex'](({type:_0x3cfb30,subType:_0x5b8929})=>_0x1add02['type']==_0x3cfb30&&_0x1add02['subType']==_0x5b8929),_0x2778fb=_0x54d8ef['findIndex'](({type:_0x2d252a,subType:_0x539f7c})=>_0x364945['type']==_0x2d252a&&_0x364945['subType']==_0x539f7c);if(_0x282cd8<0x0||_0x2778fb<0x0)return!0x1;const _0x4763fd=_0x1add02['getFirstRange'](),_0x16b9fb=_0x364945['getFirstRange']();if((0x0==_0x282cd8||0x1==_0x282cd8)&&0x2==_0x2778fb&&_0x4763fd['isIntersecting'](_0x16b9fb))return!0x0;if(0x2==_0x282cd8&&0x3==_0x2778fb){const _0xe0190=_0x434f1a['_findSuggestions'](_0x4763fd,'insertion')['filter'](({suggestion:_0x384590,meta:_0x6a4df6})=>_0x6a4df6['isOwn']&&'convertInlineImageToBlock'==_0x384590['subType']);if(_0xe0190['length']>0x1&&_0x16b9fb['end']['isEqual'](_0x4763fd['start']))return!0x0;if(0x1==_0xe0190['length']&&(_0x4763fd['start']['isEqual'](_0x16b9fb['end'])||_0x4763fd['end']['isEqual'](_0x16b9fb['start'])))return!0x0;}if(0x3==_0x282cd8&&0x3==_0x2778fb&&_0x4763fd['start']['isBefore'](_0x16b9fb['start'])){const _0x92b18d=_0x4763fd['end']['nodeAfter'],_0x535565=_0x16b9fb['start']['nodeBefore'];return _0x4c9fbe['isBlockImage'](_0x92b18d)&&_0x92b18d===_0x535565;}return!0x1;}_0x27983e['model']['document']['registerPostFixer'](()=>{let _0x126b6b=!0x1;const _0x17a628=Array['from'](_0x27983e['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2eed25,data:_0x14aeaa}of _0x17a628){const {group:_0xe81e3c,type:_0x46da7e,subType:_0x58e905,id:_0x1dd372}=_0x434f1a['_splitMarkerName'](_0x2eed25);if('suggestion'==_0xe81e3c&&_0x434f1a['hasSuggestion'](_0x1dd372)){if('formatBlock'==_0x46da7e&&('imageStylePreApply'==_0x58e905||'imageStylePostApply'==_0x58e905)){const _0x156e17=_0x434f1a['getSuggestion'](_0x1dd372);if(_0x14aeaa['newRange']){const _0x4293ed=_0x156e17['getFirstRange']()['getContainedElement']();if(_0x4c9fbe['isBlockImage'](_0x4293ed))continue;_0x434f1a['discardSuggestion'](_0x156e17),_0x126b6b=!0x0;}}if('insertion'==_0x46da7e&&'imageCaption'==_0x58e905&&!_0x14aeaa['newRange']){const _0x2b6173=_0x434f1a['getSuggestion'](_0x1dd372);_0x2b6173['next']&&_0x2b6173['next']['isInContent']&&(_0x434f1a['discardSuggestion'](_0x2b6173['next']),_0x126b6b=!0x0);}}}return _0x126b6b;}),this['_registerLegacyDescription'](_0x4252fc);}['_registerLegacyDescription'](_0x4bbe22){const _0xdb8014=this['editor'],_0x2042b3=_0xdb8014['locale'];_0xdb8014['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1d390d=>{if('formatBlock'!=_0x1d390d['type']&&'formatInline'!=_0x1d390d['type'])return;const {data:_0x522a6a}=_0x1d390d;if(!_0x522a6a||'imageStyle'!=_0x522a6a['commandName'])return;const _0x172d02=_0x522a6a['commandParams'][0x0]['value'];return _0x3f94af('side'===_0x172d02?c(_0x2042b3,'FORMAT_SIDE_IMAGE'):_0x4bbe22[_0x172d02]||_0x172d02);function _0x3f94af(_0x48191c){return{'type':'format','content':c(_0x2042b3,'*Format:*\x20%0',_0x48191c)};}});}}class ut extends _0xbd04a2{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0xa6c03d){super(_0xa6c03d),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x18a364=this['editor'],_0x45cae2=_0x18a364['commands']['get']('importWord'),_0x3c5031=_0x18a364['commands']['get']('trackChanges');_0x45cae2&&(_0x45cae2['on']('execute',(_0x52f7e6,[,_0x31fd2c])=>{this['_trackChangesValueDuringImport']=_0x3c5031['value'],_0x31fd2c['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x45cae2,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x45cae2,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x3c5031['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x18a364['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x4febfc,_0x319288){const {suggestions:_0x23c305}=_0x319288,_0x1c03d2=this['editor']['commands']['get']('trackChanges'),_0x593bad=_0x1c03d2['value'];this['_trackChangesValueDuringImport']!==_0x593bad&&(_0x1c03d2['execute'](),this['_trackChangesExecuted']=!0x0),_0x23c305&&_0x23c305['forEach'](({id:_0x50ca53,type:_0x159199,author:_0x6705a2,created_at:_0x4255a6})=>{const _0x7f819a={'id':_0x50ca53,'type':_0x159199,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x6705a2,'createdAt':_0x4255a6?new Date(_0x4255a6):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x7f819a);});}}class ft extends _0xbd04a2{['afterInit'](){const _0x5061b6=this['editor'],_0x3da95a=_0x5061b6['plugins']['get']('TrackChangesEditing');if(_0x5061b6['plugins']['has']('IndentEditing')&&(_0x3da95a['enableCommand']('indent'),_0x3da95a['enableCommand']('outdent')),_0x5061b6['plugins']['has']('IndentBlock')){for(const _0x410e21 of['indentBlock','outdentBlock'])_0x3da95a['enableDefaultAttributesIntegration'](_0x410e21);}const _0x5c3082=_0x5061b6['locale'];_0x3da95a['registerBlockAttribute']('blockIndent'),_0x3da95a['descriptionFactory']['registerAttributeLabel']('blockIndent',c(_0x5c3082,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5b7800=this['editor'],_0x167b74=_0x5b7800['locale'],_0x1a1992=_0x5b7800['plugins']['get']('TrackChangesEditing');_0x1a1992['descriptionFactory']['registerDescriptionCallback'](_0x21e1e3=>{if('formatBlock'!=_0x21e1e3['type'])return;const {data:_0x99aa7d}=_0x21e1e3;if(!_0x99aa7d)return;if('indentBlock'!=_0x99aa7d['commandName']&&'outdentBlock'!=_0x99aa7d['commandName'])return;const _0x5835a8=_0x21e1e3['getItems']()[0x0],_0x37f87b=_0x1a1992['descriptionFactory']['getItemLabel'](_0x5835a8);return'indentBlock'==_0x99aa7d['commandName']?{'type':'format','content':c(_0x167b74,'*Indent:*\x20%0',_0x37f87b)}:'outdentBlock'==_0x99aa7d['commandName']?{'type':'format','content':c(_0x167b74,'*Outdent:*\x20%0',_0x37f87b)}:void 0x0;});}}class ht extends _0xbd04a2{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class gt extends _0xbd04a2{['afterInit'](){const _0x99e864=this['editor'];if(!_0x99e864['plugins']['has']('LinkEditing'))return;const _0x19d0c3=_0x99e864['plugins']['get']('TrackChangesEditing'),_0x7d77b2=_0x99e864['commands']['get']('link');_0x19d0c3['enableDefaultAttributesIntegration']('link'),_0x19d0c3['enableDefaultAttributesIntegration']('unlink'),_0x19d0c3['registerInlineAttribute']('linkHref');for(const _0x2b3cea of _0x7d77b2['manualDecorators'])_0x19d0c3['registerInlineAttribute'](_0x2b3cea['id']),_0x19d0c3['descriptionFactory']['registerAttributeLabel'](_0x2b3cea['id'],'link\x20('+_0x2b3cea['label']['toLowerCase']()+')');_0x19d0c3['descriptionFactory']['registerDescriptionCallback'](_0x5695a7=>{if('attribute'!=_0x5695a7['type'])return;const {data:_0xfa264b}=_0x5695a7;if(!_0xfa264b||'linkHref'!=_0xfa264b['key'])return;const _0x1c02fc=_0xfa264b['newValue'],_0x14883a=_0x99e864['locale'];return{'type':'format','content':null==_0x1c02fc?c(_0x14883a,'*Remove\x20link*'):c(_0x14883a,'*Set\x20link:*\x20%0','\x22'+_0x1c02fc+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x244c05=this['editor'],_0x11eb53=_0x244c05['locale'];_0x244c05['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1fff0a=>{if('formatInline'!=_0x1fff0a['type'])return;const {data:_0x10332a}=_0x1fff0a;if(_0x10332a){if('link'==_0x10332a['commandName']){const _0x18b038=_0x10332a['commandParams'][0x0];return{'type':'format','content':c(_0x11eb53,'*Set\x20link:*\x20%0','\x22'+_0x18b038+'\x22')};}return'unlink'==_0x10332a['commandName']?{'type':'format','content':c(_0x11eb53,'*Remove\x20link*')}:void 0x0;}});}}class lt extends _0xbd04a2{['afterInit'](){const _0x530ab0=this['editor'],_0x2e5a93=_0x530ab0['locale'];if(!_0x530ab0['plugins']['has']('LegacyListEditing'))return;const _0x4f9b00=_0x530ab0['plugins']['get']('TrackChangesEditing'),_0x5d2eaf=_0x530ab0['plugins']['has']('LegacyTodoListEditing');function _0x67b080(_0x2bb75e){return()=>{const _0x368ece=_0x530ab0['model']['document']['selection'],_0x5d69c4=_0x530ab0['commands']['get'](_0x2bb75e);if(_0x5d69c4['value'])return void _0x530ab0['execute']('paragraph',{});const _0x9b4d48=_0x2bb75e['slice'](0x0,-0x4),_0x3c7a4f=function(_0x40b759,_0x22edd9,_0x3c029b){let _0x267f47=Array['from'](_0x40b759)['filter'](_0x210a6a=>function(_0x1740de,_0xfa60ee){return _0xfa60ee['checkChild'](_0x1740de['parent'],'listItem')&&!_0xfa60ee['isObject'](_0x1740de);}(_0x210a6a,_0x3c029b));_0x267f47=_0x267f47['filter'](_0x480313=>!_0x480313['is']('element','listItem')||_0x480313['getAttribute']('listType')!=_0x22edd9);const _0x555da7=new Set();for(const _0x3b22dc of _0x267f47)_0x3b22dc['is']('element','listItem')?_0x555da7['add'](Le(_0x3b22dc)):_0x555da7['add'](_0x3b22dc);return Array['from'](_0x555da7);}(_0x368ece['getSelectedBlocks'](),_0x9b4d48,_0x530ab0['model']['schema']);_0x530ab0['model']['change'](()=>{for(const _0x3eb20a of _0x3c7a4f)_0x4f9b00['markBlockFormat'](_0x3eb20a,{'commandName':_0x2bb75e,'commandParams':[{'forceValue':!_0x5d69c4['value']}],'formatGroupId':'blockName'},Ee(_0x3eb20a));});};}function _0x5504b4(_0x36cc91){return()=>{const _0x5a9caf=function(_0x3d9259){let _0x3a7ed4=Array['from'](_0x3d9259);const _0x32445b=_0x3a7ed4['findIndex'](_0x40dba0=>'listItem'!=_0x40dba0['name']);return _0x32445b>-0x1&&(_0x3a7ed4=_0x3a7ed4['slice'](0x0,_0x32445b)),_0x3a7ed4;}(_0x530ab0['model']['document']['selection']['getSelectedBlocks']()),_0x3843b6=_0x530ab0['model']['createRange'](_0x530ab0['model']['createPositionAt'](_0x5a9caf[0x0],'before'),_0x530ab0['model']['createPositionAt'](_0x5a9caf[_0x5a9caf['length']-0x1],'end'));_0x530ab0['model']['change'](()=>{_0x4f9b00['markBlockFormat'](_0x3843b6,{'commandName':_0x36cc91,'commandParams':[],'formatGroupId':'listIndent'},function(_0x437b31){const _0x490ffe=new Set();for(const _0x1687f5 of _0x437b31){let _0x1ca1cc=_0x1687f5['nextSibling'];for(;_0x1ca1cc&&_0x1ca1cc['getAttribute']('listIndent')>_0x1687f5['getAttribute']('listIndent');)_0x490ffe['add'](_0x1ca1cc),_0x1ca1cc=_0x1ca1cc['nextSibling'];}return Array['from'](_0x490ffe);}(_0x5a9caf));});};}_0x4f9b00['enableCommand']('numberedList',_0x67b080('numberedList')),_0x4f9b00['enableCommand']('bulletedList',_0x67b080('bulletedList')),_0x5d2eaf&&_0x4f9b00['enableCommand']('todoList',_0x67b080('todoList')),_0x4f9b00['enableCommand']('indentList',_0x5504b4('indentList')),_0x4f9b00['enableCommand']('outdentList',_0x5504b4('outdentList')),_0x5d2eaf&&_0x4f9b00['enableCommand']('checkTodoList',()=>{const _0x5eca4d=_0x530ab0['commands']['get']('checkTodoList'),_0x253c11=Array['from'](_0x5eca4d['_selectedElements']);_0x253c11['filter'](_0x9486fe=>_0x9486fe['getAttribute']('todoListChecked')!=_0x5eca4d['value']),_0x530ab0['model']['change'](()=>{for(const _0x247513 of _0x253c11)_0x4f9b00['markBlockFormat'](_0x247513,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x5eca4d['value']}]});});}),_0x4f9b00['descriptionFactory']['registerElementLabel']('listItem',_0x26d286=>c(_0x2e5a93,'ELEMENT_LIST_ITEM',_0x26d286)),_0x4f9b00['descriptionFactory']['registerDescriptionCallback'](_0x1f425b=>{if('formatBlock'!=_0x1f425b['type']&&'formatInline'!=_0x1f425b['type'])return;const {data:_0x3ce0fe}=_0x1f425b;if(_0x3ce0fe){if('numberedList'==_0x3ce0fe['commandName']||'bulletedList'==_0x3ce0fe['commandName']||'todoList'==_0x3ce0fe['commandName'])switch(_0x3ce0fe['commandName']['replace']('List','')){case'bulleted':return _0x18c1bc(c(_0x2e5a93,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x18c1bc(c(_0x2e5a93,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x18c1bc(c(_0x2e5a93,'ELEMENT_TODO_LIST'));}if('indentList'==_0x3ce0fe['commandName'])return{'type':'format','content':c(_0x2e5a93,'*Indent:*\x20%0',c(_0x2e5a93,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x3ce0fe['commandName'])return{'type':'format','content':c(_0x2e5a93,'*Outdent:*\x20%0',c(_0x2e5a93,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x3ce0fe['commandName'])return _0x3ce0fe['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x2e5a93,'*Check\x20item*')}:{'type':'format','content':c(_0x2e5a93,'*Uncheck\x20item*')};}function _0x18c1bc(_0x3d71ea){return{'type':'format','content':c(_0x2e5a93,'*Change\x20to:*\x20%0',_0x3d71ea)};}});}}function Le(_0x295aa0){const _0x4af6a6=_0x295aa0['getAttribute']('listIndent');if(0x0==_0x4af6a6)return _0x295aa0;let _0x472d22=_0x295aa0;for(;_0x295aa0['previousSibling']&&_0x295aa0['previousSibling']['is']('element','listItem');){const _0x502e35=_0x295aa0['previousSibling']['getAttribute']('listIndent');if(_0x502e35==_0x4af6a6)_0x472d22=_0x295aa0['previousSibling'];else{if(_0x502e35<_0x4af6a6)break;}_0x295aa0=_0x295aa0['previousSibling'];}return _0x472d22;}function Ee(_0x268357){const _0x4c8787=[];if(_0x268357['is']('element','listItem')&&_0x268357['getAttribute']('listIndent')>0x0){let _0x241bbb=_0x268357['nextSibling'];for(;_0x241bbb&&'listItem'==_0x241bbb['name']&&_0x241bbb['getAttribute']('listIndent')==_0x268357['getAttribute']('listIndent');)_0x4c8787['push'](_0x241bbb),_0x241bbb=_0x241bbb['nextSibling'];}return _0x4c8787;}class Q extends _0xbd04a2{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x429e20=this['editor']['config']['get']('list.properties'),_0x30adb4=this['editor']['plugins']['get']('TrackChangesEditing');_0x429e20['styles']&&_0x30adb4['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x429e20['reversed']&&_0x30adb4['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x429e20['startIndex']&&_0x30adb4['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x30adb4['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x29a453,_0x3902dc={}){const _0x20f525=this['editor']['plugins']['get']('TrackChangesEditing'),_0x12f1bf=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x20f525['markMultiRangeBlockFormat'](_0x12f1bf,{'commandName':'listStyle','commandParams':[{'type':_0x3902dc['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x3aeb34,_0x3d800c={}){const _0x41587f=this['editor']['plugins']['get']('TrackChangesEditing'),_0x351d1e=this['_getSuggestionBlocks'](_0xb28d3a=>_0xb28d3a['is']('element','listItem')&&'numbered'===_0xb28d3a['getAttribute']('listType'));if(_0x351d1e['length']<0x1)return;const _0x2b866f=_0x351d1e['map'](_0x11d2ad=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x11d2ad,'before'),this['editor']['model']['createPositionAt'](_0x11d2ad,0x0)));this['editor']['model']['change'](()=>{_0x41587f['markMultiRangeBlockFormat'](_0x2b866f,{'commandName':'listReversed','commandParams':[{'reversed':_0x3d800c['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x1bd645,_0x409e73={}){const _0x1eb786=this['editor']['plugins']['get']('TrackChangesEditing'),_0x28de7d=this['_getSuggestionBlocks'](_0x5e2cfd=>_0x5e2cfd['is']('element','listItem')&&'numbered'===_0x5e2cfd['getAttribute']('listType'));if(_0x28de7d['length']<0x1)return;const _0xa41a98=_0x28de7d['map'](_0x43cb9b=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x43cb9b,'before'),this['editor']['model']['createPositionAt'](_0x43cb9b,0x0)));this['editor']['model']['change'](()=>{_0x1eb786['markMultiRangeBlockFormat'](_0xa41a98,{'commandName':'listStart','commandParams':[{'startIndex':_0x409e73['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x4c50d3){if('formatBlock'!=_0x4c50d3['type']&&'formatInline'!=_0x4c50d3['type'])return;const _0x5e3fce=this['editor']['locale'],{data:_0x524923}=_0x4c50d3;if(!_0x524923)return;let _0x3b1bea,_0x569077;switch(_0x524923['commandName']){case'listStyle':_0x3b1bea='*Change\x20to:*\x20%0',_0x569077={'type':'format','content':c(_0x5e3fce,_0x3b1bea,c(_0x5e3fce,this['_getTranslationKeyForListStyle'](_0x524923['commandParams'][0x0]['type'])))};break;case'listReversed':_0x3b1bea=_0x524923['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x569077={'type':'format','content':c(_0x5e3fce,_0x3b1bea)};break;case'listStart':_0x3b1bea='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x569077={'type':'format','content':c(_0x5e3fce,_0x3b1bea,_0x524923['commandParams'][0x0]['startIndex'])};}return _0x569077;}['_getSuggestionBlocksForListStyle'](){const _0x474651=this['editor']['plugins']['get']('LegacyListUtils');let _0x3a0289=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x3a0289[0x0]?.['is']('element','listItem')&&_0x3a0289['unshift'](..._0x474651['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x3a0289[_0x3a0289['length']-0x1]?.['is']('element','listItem')&&_0x3a0289['push'](..._0x474651['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x3a0289=[...new Set(_0x3a0289)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x3a0289=_0x3a0289['filter'](_0x57f95d=>_0x57f95d['is']('element','listItem'))),_0x3a0289;}['_getSuggestionBlocks'](_0x166e57){const _0x32028f=this['editor']['plugins']['get']('LegacyListUtils');let _0x12e063=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x166e57)['map'](_0x510242=>{const _0x327c65=this['editor']['model']['createPositionAt'](_0x510242,0x0);return[..._0x32028f['getSiblingNodes'](_0x327c65,'backward'),..._0x32028f['getSiblingNodes'](_0x327c65,'forward')];})['flat']();return _0x12e063=[...new Set(_0x12e063)],_0x12e063;}['_getTranslationKeyForListStyle'](_0x59627f){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x59627f)||'default')['toUpperCase']()+'_LIST_'+_0x59627f['toUpperCase']()['replace'](/-/g,'_');}}class mt extends _0xbd04a2{['afterInit'](){const _0x181978=this['editor'];if(!_0x181978['plugins']['has']('MediaEmbedEditing'))return;const _0xdc7886=_0x181978['plugins']['get']('TrackChangesEditing'),_0x15ee6d=_0x181978['locale'];_0xdc7886['enableCommand']('mediaEmbed'),_0xdc7886['descriptionFactory']['registerElementLabel']('media',_0x4a0734=>c(_0x15ee6d,'ELEMENT_MEDIA',_0x4a0734)),_0x181978['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x4f4689,{writer:_0x114ec3,options:_0x2691b5})=>{if(_0x2691b5['showSuggestionHighlights'])return _0x114ec3['createEmptyElement']('div');},'converterPriority':'high'}),_0x181978['data']['downcastDispatcher']['on']('attribute:url:media',(_0xe42f1d,_0x15a093,_0x525cd8)=>{_0x525cd8['options']['showSuggestionHighlights']&&_0xe42f1d['stop']();},{'priority':'high'});}}class pt extends _0xbd04a2{['afterInit'](){const _0x193226=this['editor'];_0x193226['plugins']['has']('MentionEditing')&&_0x193226['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class kt extends _0xbd04a2{['afterInit'](){const _0x3ca237=this['editor'];if(!_0x3ca237['plugins']['has']('MergeFieldsEditing'))return;const _0x595676=_0x3ca237['plugins']['get']('TrackChangesEditing'),_0xe33513=_0x3ca237['locale'];_0x595676['enableCommand']('insertMergeField'),_0x595676['enableCommand']('insertMergeFieldBlock'),_0x595676['enableCommand']('insertMergeFieldImage'),_0x595676['descriptionFactory']['registerElementLabel']('mergeField',_0xf0a71=>c(_0xe33513,'ELEMENT_MERGE_FIELD',_0xf0a71)),_0x595676['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x432d70=>c(_0xe33513,'ELEMENT_MERGE_FIELD',_0x432d70)),_0x595676['descriptionFactory']['registerDescriptionCallback'](_0xcd0987=>{if('insertion'!=_0xcd0987['type']&&'deletion'!=_0xcd0987['type'])return;const _0x5b2029=_0xcd0987['getContainedElement']();if(null==_0x5b2029)return;const _0x55eff1=_0x3ca237['plugins']['get']('MergeFieldsEditing');let _0x2781a6;switch(_0x55eff1['getMergeFieldType'](_0x5b2029)){case null:return;case'image':{const _0x3e1e63=_0x55eff1['unwrapAffixes'](_0x5b2029['getAttribute']('src'));_0x2781a6=_0x55eff1['getLabel'](_0x3e1e63)||_0x3e1e63;break;}default:{const _0x252611=_0x5b2029['getAttribute']('id');_0x2781a6=_0x55eff1['getLabel'](_0x252611)||_0x252611;break;}}return'insertion'==_0xcd0987['type']?{'type':'insertion','content':c(_0xe33513,'*Insert:*\x20%0','\x22'+_0x2781a6+'\x22\x20'+c(_0xe33513,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':c(_0xe33513,'*Remove:*\x20%0','\x22'+_0x2781a6+'\x22\x20'+c(_0xe33513,'ELEMENT_MERGE_FIELD'))};});}}class wt extends _0xbd04a2{['afterInit'](){const _0x3105da=this['editor'],_0x6b54c3=_0x3105da['plugins']['get']('TrackChangesEditing');_0x3105da['plugins']['has']('MultiLevelList')&&(_0x6b54c3['enableDefaultAttributesIntegration']('multiLevelList'),_0x6b54c3['registerBlockAttribute']('listMarkerStyle'),_0x6b54c3['descriptionFactory']['registerDescriptionCallback'](_0x52571c=>this['handleDescriptions'](_0x52571c)));}['handleDescriptions'](_0x2e574e){const _0x193281=this['editor']['locale'],{data:_0x497367}=_0x2e574e,_0x2fbe60={'type':'format','content':''};if(_0x497367&&'listMarkerStyle'==_0x497367['key']){if(!_0x497367['oldValue'])return{'type':'format','content':c(_0x193281,'*Set\x20format:*\x20%0',c(_0x193281,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x497367['newValue']+')'};if(!_0x497367['newValue']){let _0x57123c=_0x2e574e['head'];for(;_0x57123c;){if(_0x57123c['data']&&'listType'==_0x57123c['data']['key']&&_0x57123c['data']['newValue'])return _0x2fbe60;_0x57123c=_0x57123c['next'];}return{'type':'format','content':c(_0x193281,'*Remove\x20format:*\x20%0',c(_0x193281,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x497367['oldValue']+')'};}}}}class bt extends _0xbd04a2{['afterInit'](){const _0x12ce0e=this['editor'];if(!_0x12ce0e['plugins']['has']('PageBreakEditing'))return;_0x12ce0e['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x5c46bf=_0x12ce0e['plugins']['get']('TrackChangesEditing'),_0x7a6f7d=_0x12ce0e['locale'];_0x5c46bf['descriptionFactory']['registerElementLabel']('pageBreak',_0x452233=>c(_0x7a6f7d,'ELEMENT_PAGE_BREAK',_0x452233));}}class yt extends _0xbd04a2{['afterInit'](){const _0x3df288=this['editor'];if(!_0x3df288['plugins']['has']('Paragraph'))return;const _0x1c7cdd=_0x3df288['locale'],_0x4688dc=_0x3df288['plugins']['get']('TrackChangesEditing');_0x4688dc['descriptionFactory']['registerElementLabel']('paragraph',_0x599d2c=>c(_0x1c7cdd,'ELEMENT_PARAGRAPH',_0x599d2c)),_0x4688dc['enableDefaultAttributesIntegration']('paragraph'),_0x4688dc['enableCommand']('insertParagraph'),_0x3df288['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x3df288),{'priority':'highest'}),_0x3df288['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x5523d4,_0x296c3e,_0x30f663)=>{_0x30f663['options']['showSuggestionHighlights']&&nr(_0x3df288,{'showActiveMarker':!0x1})(_0x5523d4,_0x296c3e,_0x30f663);},{'priority':'highest'});const _0x3cc0df=_0x4688dc['descriptionFactory'];_0x3cc0df['registerDescriptionCallback'](_0x3e5f1c=>{if('insertion'!==_0x3e5f1c['type'])return;const {start:_0x46b866,end:_0x657cce}=_0x3e5f1c['getFirstRange']();if(!_0x46b866['isTouching'](_0x657cce)||!_0x46b866['nodeAfter'])return;const _0x1e5cf3=_0x3df288['model']['schema'],_0x388dce=_0x46b866['nodeAfter'];return _0x1e5cf3['isBlock'](_0x388dce)&&!_0x1e5cf3['isLimit'](_0x388dce)&&_0x1e5cf3['checkChild'](_0x388dce,'$text')?{'type':'insertion','content':c(_0x1c7cdd,'*Insert:*\x20%0',_0x3cc0df['getItemLabel'](_0x388dce,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2559c0=this['editor'],_0xbe3458=_0x2559c0['locale'];_0x2559c0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xc1ea8b=>{if('formatBlock'!=_0xc1ea8b['type'])return;const {data:_0x76eb2e}=_0xc1ea8b;return _0x76eb2e&&'paragraph'==_0x76eb2e['commandName']?{'type':'format','content':c(_0xbe3458,'*Change\x20to:*\x20%0',c(_0xbe3458,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x516288,{showActiveMarker:_0x32c102=!0x0}={}){return(_0x30fdaf,_0x48e43e,_0x21024d)=>{const _0x27a898=_0x516288['plugins']['get']('TrackChangesEditing'),_0x465442=_0x48e43e['markerRange']['start'],_0x2687ab=_0x48e43e['markerRange']['end'],_0x8cbb4b=_0x516288['model']['schema'];if(!_0x465442['isTouching'](_0x2687ab)||!_0x465442['nodeAfter'])return;const _0x4fb5aa=_0x465442['nodeAfter'];if(_0x8cbb4b['isBlock'](_0x4fb5aa)&&!_0x8cbb4b['isLimit'](_0x4fb5aa)&&_0x8cbb4b['checkChild'](_0x4fb5aa,'$text')){if(!_0x21024d['consumable']['consume'](_0x48e43e['markerRange'],_0x30fdaf['name']))return;const {id:_0x3318a1,authorId:_0x3d2641}=_0x27a898['_splitMarkerName'](_0x48e43e['markerName']),_0x5e2ded=_0x21024d['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-suggestion':_0x3318a1,'data-author-id':_0x3d2641}),_0x376356=_0x21024d['mapper']['toViewPosition'](_0x2687ab);_0x32c102&&_0x27a898['activeMarkers']['includes'](_0x48e43e['markerName'])&&_0x21024d['writer']['addClass']('ck-suggestion-marker--active',_0x5e2ded),_0x21024d['writer']['insert'](_0x376356,_0x5e2ded),_0x21024d['mapper']['bindElementToMarker'](_0x5e2ded,_0x48e43e['markerName']);}};}class St extends _0xbd04a2{['afterInit'](){const _0xa91443=this['editor'];_0xa91443['commands']['get']('replaceSource')&&_0xa91443['plugins']['get']('TrackChangesEditing')['enableCommand']('replaceSource');}}class jt extends _0xbd04a2{['afterInit'](){const _0x37018e=this['editor'];if(!_0x37018e['plugins']['has']('RemoveFormatEditing'))return;_0x37018e['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1d728c=this['editor'];_0x1d728c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1f7883=>{if('formatBlock'!=_0x1f7883['type']&&'formatInline'!=_0x1f7883['type'])return;const {data:_0x955ac}=_0x1f7883;return _0x955ac&&'removeFormat'==_0x955ac['commandName']?{'type':'format','content':c(_0x1d728c['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class It extends _0xbd04a2{['afterInit'](){const _0x37346e=this['editor'];if(!_0x37346e['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x4e1397=_0x37346e['plugins']['get']('TrackChangesEditing');_0x4e1397['enableCommand']('goToPreviousRestrictedEditingException'),_0x4e1397['enableCommand']('goToNextRestrictedEditingException');const _0x1bc368=_0x37346e['plugins']['get']('RestrictedEditingModeEditing');_0x1bc368['enableCommand']('trackChanges'),_0x1bc368['enableCommand']('acceptSuggestion'),_0x1bc368['enableCommand']('discardSuggestion'),_0x1bc368['enableCommand']('acceptAllSuggestions'),_0x1bc368['enableCommand']('discardAllSuggestions'),_0x1bc368['enableCommand']('acceptSelectedSuggestions'),_0x1bc368['enableCommand']('discardSelectedSuggestions');}}class At extends _0xbd04a2{['afterInit'](){const _0x312413=this['editor'];if(!_0x312413['plugins']['has']('ShiftEnter'))return;const _0x981c91=_0x312413['plugins']['get']('TrackChangesEditing');_0x981c91['enableCommand']('shiftEnter'),_0x312413['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',je(_0x312413),{'priority':'high'}),_0x312413['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',je(_0x312413),{'priority':'high'}),_0x312413['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x14e77c,_0x6f4e10,_0xd27467)=>{_0xd27467['options']['showSuggestionHighlights']&&je(_0x312413,{'showActiveMarker':!0x1})(_0x14e77c,_0x6f4e10,_0xd27467);}),_0x981c91['descriptionFactory']['registerElementLabel']('softBreak',_0x115fad=>c(_0x312413['locale'],'ELEMENT_LINE_BREAK',_0x115fad));}}function je(_0x4c06fa,{showActiveMarker:_0xf781f0=!0x0}={}){return(_0x499497,_0xdd0110,_0x57ecad)=>{const _0x7c347a=_0x4c06fa['plugins']['get']('TrackChangesEditing');if(!_0x57ecad['consumable']['test'](_0xdd0110['markerRange'],_0x499497['name']))return;const _0x1516cd=_0x4c06fa['model'];for(const _0x570885 of _0xdd0110['markerRange']['getItems']()){if(!_0x570885['is']('element','softBreak'))continue;const _0x563f27='deletion'==_0xdd0110['markerName']['split'](':')[0x1]?'merge':'split',{id:_0x3928c5,authorId:_0x3ca5d2}=_0x7c347a['_splitMarkerName'](_0xdd0110['markerName']),_0xe4c760=_0x57ecad['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x563f27,'data-suggestion':_0x3928c5,'data-author-id':_0x3ca5d2}),_0x1eb39b=_0x57ecad['mapper']['toViewPosition'](_0x1516cd['createPositionBefore'](_0x570885));_0xf781f0&&_0x7c347a['activeMarkers']['includes'](_0xdd0110['markerName'])&&_0x57ecad['writer']['addClass']('ck-suggestion-marker--active',_0xe4c760),_0x57ecad['writer']['insert'](_0x1eb39b,_0xe4c760),_0x57ecad['mapper']['bindElementToMarker'](_0xe4c760,_0xdd0110['markerName']);}};}class _t extends _0xbd04a2{['afterInit'](){const _0x1e731f=this['editor'],_0x4db996=_0x1e731f['model'],_0x5ec7fa=_0x1e731f['locale'];if(!_0x1e731f['plugins']['has']('StandardEditingModeEditing'))return;const _0x10f7e1=_0x1e731f['plugins']['get']('TrackChangesEditing'),_0x566272='restrictedEditingException',_0x44dd10=_0x1e731f['commands']['get'](_0x566272);_0x10f7e1['enableCommand'](_0x566272,(_0x1b661a,_0x3b6598={})=>{const _0x37ac16=_0x4db996['document']['selection'];if(_0x37ac16['isCollapsed'])return void _0x1b661a(_0x3b6598);const _0x43a4ea=void 0x0!==_0x3b6598['forceValue']?_0x3b6598['forceValue']:!_0x44dd10['value'];_0x4db996['change'](()=>{const _0xf3221f=Array['from'](_0x37ac16['getRanges']());for(const _0x37ee07 of _0xf3221f){const _0x34177d=_0x43a4ea?[_0x37ee07]:io(_0x566272,_0x37ee07,_0x4db996);for(const _0x5d21c7 of _0x34177d)_0x10f7e1['markInlineFormat'](_0x5d21c7,{'commandName':_0x566272,'commandParams':[{'forceValue':_0x43a4ea}]});}});}),_0x10f7e1['descriptionFactory']['registerDescriptionCallback'](_0x387975=>{if('formatBlock'!=_0x387975['type']&&'formatInline'!=_0x387975['type'])return;const {data:_0x1c558f}=_0x387975;return _0x1c558f&&_0x1c558f['commandName']==_0x566272?_0x1c558f['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x5ec7fa,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':c(_0x5ec7fa,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class vt extends _0xbd04a2{['afterInit'](){const _0x209a5d=this['editor'];if(!_0x209a5d['plugins']['has']('Style')||!_0x209a5d['plugins']['has']('DataSchema'))return;const _0x223a03=_0x209a5d['plugins']['get']('TrackChangesEditing'),_0x4037ff=_0x209a5d['locale'],_0x1d608d=_0x209a5d['config']['get']('style')||{},_0x590093=_0x209a5d['plugins']['get']('GeneralHtmlSupport'),_0x43a712=_0x209a5d['plugins']['get']('StyleUtils')['normalizeConfig'](_0x209a5d['plugins']['get']('DataSchema'),_0x1d608d['definitions']);_0x223a03['enableDefaultAttributesIntegration']('style');const _0x2a8aef=new Set();for(const _0x11e5b3 of _0x43a712['block']){const _0x5237b8=_0x590093['getGhsAttributeNameForElement'](_0x11e5b3['element']);_0x2a8aef['add'](_0x5237b8);}const _0x44ed83=new Set();for(const _0x48626b of _0x43a712['inline']){const _0x28b2ab=_0x590093['getGhsAttributeNameForElement'](_0x48626b['element']);_0x44ed83['add'](_0x28b2ab);for(const _0x5cc7e2 of _0x48626b['ghsAttributes'])_0x44ed83['add'](_0x5cc7e2);}for(const _0x11007d of _0x2a8aef)_0x223a03['registerBlockAttribute'](_0x11007d),_0x223a03['descriptionFactory']['registerAttributeLabel'](_0x11007d,c(_0x4037ff,'FORMAT_STYLE'));for(const _0x42dec8 of _0x44ed83)_0x223a03['registerInlineAttribute'](_0x42dec8),_0x223a03['descriptionFactory']['registerAttributeLabel'](_0x42dec8,c(_0x4037ff,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xc6e22e=this['editor'],_0x4945ec=_0xc6e22e['locale'];_0xc6e22e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x22f2a6=>{if('formatBlock'!=_0x22f2a6['type']&&'formatInline'!=_0x22f2a6['type'])return;const {data:_0x5efb7a}=_0x22f2a6;return _0x5efb7a&&'style'===_0x5efb7a['commandName']?_0x5efb7a['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x4945ec,'*Set\x20format:*\x20%0',_0x5efb7a['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':c(_0x4945ec,'*Remove\x20format:*\x20%0',_0x5efb7a['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class Ct extends _0xbd04a2{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x4b9ca1){super(_0x4b9ca1),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x1df1bf=this['editor'],_0x49e5b3=_0x1df1bf['model']['document']['selection'];if(!_0x1df1bf['plugins']['has']('TableEditing'))return;const _0x454c90=_0x1df1bf['locale'],_0x56a4ed=_0x1df1bf['plugins']['get']('TrackChangesEditing'),_0x5db924=_0x1df1bf['plugins']['get']('TableUtils');_0x56a4ed['descriptionFactory']['registerElementLabel']('table',_0x4f5587=>c(_0x454c90,'ELEMENT_TABLE',_0x4f5587)),this['_setupColumnsRowsFixing'](),_0x56a4ed['enableCommand']('insertTable'),_0x56a4ed['enableCommand']('selectTableRow'),_0x56a4ed['enableCommand']('selectTableColumn');for(const _0x1d913c of['insertTableRowAbove','insertTableRowBelow']){const _0x3375c5=_0x1df1bf['commands']['get'](_0x1d913c);_0x56a4ed['enableCommand'](_0x1d913c,_0x26ff36=>{_0x1df1bf['model']['change'](_0x503380=>{_0x26ff36();const _0x5afeec='above'===_0x3375c5['order'],_0x2a8dd7=_0x5db924['getSelectionAffectedTableCells'](_0x49e5b3),_0x1f5952=_0x5db924['getRowIndexes'](_0x2a8dd7),_0x3619ab=_0x5afeec?_0x1f5952['first']-0x1:_0x1f5952['last']+0x1,_0x1b031e=_0x2a8dd7[0x0]['findAncestor']('table'),_0x4ecd96=_0x5db924['createTableWalker'](_0x1b031e,{'startRow':_0x3619ab,'endRow':_0x3619ab}),_0x41f2bf=Array['from'](_0x4ecd96)['map'](_0x56bfaa=>_0x503380['createRangeOn'](_0x56bfaa['cell']));_0x56a4ed['markMultiRangeInsertion'](_0x41f2bf,'tableRow');});});}for(const _0x2d1094 of['insertTableColumnLeft','insertTableColumnRight']){const _0x37aee3=_0x1df1bf['commands']['get'](_0x2d1094);_0x56a4ed['enableCommand'](_0x2d1094,_0x148f4c=>{_0x1df1bf['model']['change'](_0x539a7c=>{_0x148f4c();const _0x932c66='left'===_0x37aee3['order'],_0x42e22c=_0x5db924['getSelectionAffectedTableCells'](_0x49e5b3),_0x484ce4=_0x5db924['getColumnIndexes'](_0x42e22c),_0x363084=_0x932c66?_0x484ce4['first']-0x1:_0x484ce4['last']+0x1,_0x2b05e0=_0x42e22c[0x0]['findAncestor']('table'),_0x5bf83b=_0x5db924['createTableWalker'](_0x2b05e0,{'startRow':0x0,'column':_0x363084,'includeAllSlots':!0x1}),_0x2d1806=Array['from'](_0x5bf83b)['map'](_0x1a7ae5=>_0x539a7c['createRangeOn'](_0x1a7ae5['cell']));_0x56a4ed['markMultiRangeInsertion'](_0x2d1806,'tableColumn');});});}for(const _0x2bfd5f of['removeTableRow','removeTableColumn']){const _0x540c26=_0x2bfd5f['substr'](0xb),_0x1fa063=_0x540c26['toLowerCase'](),_0x15fbbc=_0x1fa063['substr'](0x0,0x3)+'span',_0x4ec1b5='table'+_0x540c26,_0x2cbe33='min'+_0x540c26,_0x3c9541='max'+_0x540c26;_0x56a4ed['enableCommand'](_0x2bfd5f,()=>{_0x1df1bf['model']['change'](_0x5c8723=>{const _0x5f2420=_0x5db924['getSelectionAffectedTableCells'](_0x49e5b3),_0x500a19=_0x5f2420[0x0]['findAncestor']('table');let _0x102299;if('removeTableRow'==_0x2bfd5f){const _0x581beb=_0x5db924['getRowIndexes'](_0x5f2420);_0x102299={'startRow':_0x581beb['first'],'endRow':_0x581beb['last'],'includeAllSlots':!0x0};}else{const _0x1480e3=_0x5db924['getColumnIndexes'](_0x5f2420);_0x102299={'startColumn':_0x1480e3['first'],'endColumn':_0x1480e3['last'],'includeAllSlots':!0x0};}const _0x5b9c7d=_0x5db924['createTableWalker'](_0x500a19,_0x102299),_0x16b802=Array['from'](_0x5b9c7d)['map'](({cell:_0x55716a})=>_0x55716a),_0x168321=xe(_0x16b802['filter'](_0x136390=>_0x136390['hasAttribute'](_0x15fbbc))),_0x3577ca=xe(_0x16b802['filter'](_0x5b2904=>!_0x5b2904['hasAttribute'](_0x15fbbc)))['map'](_0x275261=>_0x5c8723['createRangeOn'](_0x275261)),_0x14b588=_0x56a4ed['markMultiRangeDeletion'](_0x3577ca,_0x4ec1b5);if(_0x14b588&&('tableRow'==_0x14b588['subType']||'tableColumn'==_0x14b588['subType'])){const _0x430660=this['_getSuggestionCoords'](_0x14b588);for(const _0x59e1aa of _0x168321){const _0x239868=_0x5c8723['createRangeOn'](_0x59e1aa),_0x41b6ee=_0x5db924['getCellLocation'](_0x59e1aa),_0x52f583=_0x59e1aa['getAttribute'](_0x15fbbc)-0x1,_0x52b190=_0x430660[_0x2cbe33],_0x53e0b8=_0x430660[_0x3c9541];_0x52b190<=_0x41b6ee[_0x1fa063]&&_0x41b6ee[_0x1fa063]+_0x52f583<=_0x53e0b8&&_0x14b588['addRange'](_0x239868);}}});});}function _0x4c5596(_0x2271e0){const _0x337959=Array['from'](_0x49e5b3['getRanges']())['map'](_0x189881=>_0x3dc9e4['fromRange'](_0x189881));_0x1df1bf['model']['change'](_0x1ca5d1=>{const _0x269280=_0x1ca5d1['batch'];_0x2271e0=_0x2271e0['filter'](_0xc99255=>'$graveyard'!=_0xc99255['root']['rootName']),_0x1ca5d1['setSelection'](_0x2271e0),_0x1df1bf['commands']['get']('removeTableRow')['refresh'](),_0x1df1bf['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x1df1bf['model']['enqueueChange'](()=>{_0x1df1bf['model']['enqueueChange'](_0x269280,_0x1ed780=>{const _0x38aa87=_0x337959['filter'](_0x637ba4=>'$graveyard'!=_0x637ba4['root']['rootName']);_0x38aa87['length']>0x0&&_0x1ed780['setSelection'](_0x38aa87);for(const _0x55df32 of _0x337959)_0x55df32['detach']();});});});}function _0x1a3b55(_0x2df6a5){_0x1df1bf['model']['change'](_0x158b6b=>{const _0x488697=Array['from'](_0x49e5b3['getRanges']())['map'](_0x2f0208=>_0x3dc9e4['fromRange'](_0x2f0208)),_0x143e92=[];for(const _0x229888 of _0x2df6a5)for(const _0x46b078 of _0x229888['getItems']({'shallow':!0x0}))_0x143e92['push'](_0x46b078);for(const _0x2cfae1 of _0x143e92)'$graveyard'!=_0x2cfae1['root']['rootName']&&(_0x158b6b['setSelection'](_0x158b6b['createPositionAt'](_0x2cfae1,0x0)),_0x1df1bf['commands']['get']('removeTableColumn')['refresh'](),_0x1df1bf['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x1e6323=_0x488697['filter'](_0x51404d=>'$graveyard'!=_0x51404d['root']['rootName']);_0x1e6323['length']>0x0&&_0x158b6b['setSelection'](_0x1e6323);for(const _0x47c9b6 of _0x488697)_0x47c9b6['detach']();});}function _0x27774a(_0x4970fd,_0x5c5c58){return _0x5c5c58['every'](_0x78c862=>_0x4970fd['some'](_0x148107=>_0x148107['end']['isEqual'](_0x78c862['start'])||_0x78c862['end']['isEqual'](_0x148107['start'])));}function _0x21fdef(_0x200ac4,_0x3205bf){return!_0x200ac4['some'](_0x5da1c6=>_0x3205bf['some'](_0x386dd4=>_0x5da1c6['isIntersecting'](_0x386dd4)))&&_0x200ac4['some'](_0x779373=>_0x3205bf['some'](_0x52984b=>_0x779373['end']['isTouching'](_0x52984b['start'])));}_0x1df1bf['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x3a3556,_0x3df347,_0x28c94a)=>{if(!_0x28c94a['options']['showSuggestionHighlights'])return;const _0x58be1a=_0x3df347['item'];if(!_0x58be1a||!_0x58be1a['is']('element','tableCell'))return;const _0x41b0f5=_0x28c94a['mapper']['toViewElement'](_0x58be1a);if(_0x41b0f5){const {id:_0xf0f1b2,authorId:_0xe63cd2}=_0x56a4ed['_splitMarkerName'](_0x3df347['markerName']);_0x1dec4c(_0x41b0f5,_0x28c94a['writer'],(_0x173b2e,_0x56e834,_0x4d5a18)=>{_0x4d5a18['addClass'](_0x57e57e(_0x56e834['classes']),_0x173b2e),_0x4d5a18['setAttribute']('data-suggestion-id',_0xf0f1b2,_0x173b2e),_0x4d5a18['setAttribute']('data-author-id',_0xe63cd2,_0x173b2e);},(_0x23ea11,_0x191ff9,_0x575bb6)=>{_0x575bb6['removeClass'](_0x57e57e(_0x191ff9['classes']),_0x23ea11),_0x575bb6['removeAttribute']('data-suggestion-id',_0x23ea11),_0x575bb6['removeAttribute']('data-author-id',_0x23ea11);});}},{'priority':'highest'}),_0x56a4ed['descriptionFactory']['registerDescriptionCallback'](_0x47bda3=>{if('insertion'!=_0x47bda3['type']&&'deletion'!=_0x47bda3['type'])return;const _0x516ed5=_0x47bda3['getContainedElement']();if(null!=_0x516ed5&&_0x516ed5['is']('element','table')){if('insertion'==_0x47bda3['type']){const _0x360f83=_0x47bda3['getItems']()['filter'](_0x458d42=>_0x458d42['is']('$textProxy'))['map'](_0x5953ac=>_0x5953ac['data']);if(_0x360f83['length'])return{'type':'insertion','content':c(_0x454c90,'*Insert:*\x20%0',c(_0x454c90,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x360f83['join']('\x20')+'\x22'))};}if('deletion'==_0x47bda3['type']){const _0x4bcca7=_0x47bda3['getItems']()['filter'](_0x54d046=>_0x54d046['is']('$textProxy'))['map'](_0x33a66e=>_0x33a66e['data']);if(_0x4bcca7['length'])return{'type':'deletion','content':c(_0x454c90,'*Remove:*\x20%0',c(_0x454c90,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x4bcca7['join']('\x20')+'\x22'))};}}}),_0x56a4ed['descriptionFactory']['registerDescriptionCallback'](_0x3c920b=>{if('tableRow'==_0x3c920b['subType']){const _0x82ea7b=_0x3c920b['getItems']()['filter'](_0x142958=>_0x142958['is']('$textProxy'))['map'](_0x457446=>_0x457446['data']),_0x5cc7df=this['_getSuggestionCoords'](_0x3c920b),_0x26da25=_0x5cc7df['maxRow']-_0x5cc7df['minRow']+0x1;if('insertion'==_0x3c920b['type'])return _0x82ea7b['length']?{'type':'insertion','content':c(_0x454c90,'*Insert:*\x20%0',c(_0x454c90,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x26da25,'\x22'+_0x82ea7b['join']('\x20')+'\x22']))}:{'type':'insertion','content':c(_0x454c90,'*Insert:*\x20%0',c(_0x454c90,'ELEMENT_TABLE_ROW',_0x26da25))};if('deletion'==_0x3c920b['type'])return _0x82ea7b['length']?{'type':'deletion','content':c(_0x454c90,'*Remove:*\x20%0',c(_0x454c90,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x26da25,'\x22'+_0x82ea7b['join']('\x20')+'\x22']))}:{'type':'deletion','content':c(_0x454c90,'*Remove:*\x20%0',c(_0x454c90,'ELEMENT_TABLE_ROW',_0x26da25))};}if('tableColumn'==_0x3c920b['subType']){const _0x41b087=_0x3c920b['getItems']()['filter'](_0x50e376=>_0x50e376['is']('$textProxy'))['map'](_0x5e3bbf=>_0x5e3bbf['data']),_0x44a82d=this['_getSuggestionCoords'](_0x3c920b),_0x5f598c=_0x44a82d['maxColumn']-_0x44a82d['minColumn']+0x1;if('insertion'==_0x3c920b['type'])return _0x41b087['length']?{'type':'insertion','content':c(_0x454c90,'*Insert:*\x20%0',c(_0x454c90,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x5f598c,'\x22'+_0x41b087['join']('\x20')+'\x22']))}:{'type':'insertion','content':c(_0x454c90,'*Insert:*\x20%0',c(_0x454c90,'ELEMENT_TABLE_COLUMN',_0x5f598c))};if('deletion'==_0x3c920b['type'])return _0x41b087['length']?{'type':'deletion','content':c(_0x454c90,'*Remove:*\x20%0',c(_0x454c90,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x5f598c,'\x22'+_0x41b087['join']('\x20')+'\x22']))}:{'type':'deletion','content':c(_0x454c90,'*Remove:*\x20%0',c(_0x454c90,'ELEMENT_TABLE_COLUMN',_0x5f598c))};}}),_0x56a4ed['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x4c5596),_0x56a4ed['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x4c5596),_0x56a4ed['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x1a3b55),_0x56a4ed['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x1a3b55),_0x56a4ed['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x27774a),_0x56a4ed['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x27774a),_0x56a4ed['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x21fdef),_0x56a4ed['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x21fdef);}['_acceptFormatSuggestionCallbackFactory'](){const _0x5d38fc=this['editor'],_0xbd6100=_0x5d38fc['model']['document']['selection'];return(_0x82e754,_0x510b7d)=>{_0x5d38fc['model']['change'](_0x509dd3=>{const {commandName:_0x8c1a63,commandParams:_0xdd5f0b}=_0x510b7d;let _0x420ffa=_0x82e754[0x0]['end']['nodeBefore'];_0xdd5f0b&&_0xdd5f0b[0x0]&&!0x1===_0xdd5f0b[0x0]['forceValue']&&(_0x420ffa=_0x82e754[0x0]['start']['nodeAfter']);const _0x367dff=_0x509dd3['createRangeIn'](_0x420ffa);if('$graveyard'==_0x367dff['root']['rootName'])return;const _0xb8e483=Array['from'](_0xbd6100['getRanges']())['map'](_0x558ef5=>_0x3dc9e4['fromRange'](_0x558ef5));_0x509dd3['setSelection'](_0x367dff),_0x5d38fc['commands']['get'](_0x8c1a63)['refresh'](),_0xdd5f0b['push']({'forceDefaultExecution':!0x0}),_0x5d38fc['execute'](_0x8c1a63,..._0xdd5f0b);const _0x777d19=_0xb8e483['filter'](_0x542cd2=>'$graveyard'!=_0x542cd2['root']['rootName']);_0x777d19['length']>0x0&&_0x509dd3['setSelection'](_0x777d19);for(const _0x12f1c0 of _0xb8e483)_0x12f1c0['detach']();});};}['_getCoordsForCells'](_0x282733){const _0x28a502=this['editor']['plugins']['get']('TableUtils');let _0x50bb44=Number['MAX_SAFE_INTEGER'],_0x2f37e6=Number['MIN_SAFE_INTEGER'],_0x42b4f3=Number['MAX_SAFE_INTEGER'],_0x44e9ab=Number['MIN_SAFE_INTEGER'];for(const _0x28211d of _0x282733){if('$graveyard'==_0x28211d['root']['rootName'])continue;const {row:_0x1778af,column:_0x56e508}=_0x28a502['getCellLocation'](_0x28211d),_0xb82df2=_0x28211d['hasAttribute']('rowspan')?_0x28211d['getAttribute']('rowspan')-0x1:0x0,_0xccd92b=_0x28211d['hasAttribute']('colspan')?_0x28211d['getAttribute']('colspan')-0x1:0x0;_0x50bb44=_0x1778af<_0x50bb44?_0x1778af:_0x50bb44,_0x2f37e6=_0x1778af+_0xb82df2>_0x2f37e6?_0x1778af+_0xb82df2:_0x2f37e6,_0x42b4f3=_0x56e508<_0x42b4f3?_0x56e508:_0x42b4f3,_0x44e9ab=_0x56e508+_0xccd92b>_0x44e9ab?_0x56e508+_0xccd92b:_0x44e9ab;}return{'minRow':_0x50bb44,'maxRow':_0x2f37e6,'minColumn':_0x42b4f3,'maxColumn':_0x44e9ab};}['_setupColumnsRowsFixing'](){const _0x4cb43a=this['editor'],_0x743714=_0x4cb43a['plugins']['get']('TrackChangesEditing'),_0x23173a=_0x4cb43a['plugins']['get']('TableUtils');_0x4cb43a['model']['document']['on']('change:data',()=>{const _0x553fe6=Array['from'](_0x4cb43a['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x415511,data:_0x23ec74}of _0x553fe6){const {group:_0x18d104,id:_0x753162,subType:_0x6502fd}=_0x743714['_splitMarkerName'](_0x415511);if('suggestion'!=_0x18d104)continue;if(null!=_0x23ec74['oldRange'])continue;const _0x159162=_0x743714['getSuggestion'](_0x753162);this['_tablePostFixingSubtypes']['includes'](_0x6502fd)&&this['_tableSuggestions']['add'](_0x159162);}},{'priority':'low'});const _0x56b651=(_0x19d380,_0xa3b286)=>{let _0x2d743f=!0x1;const _0x5c85ad=_0xa3b286['createRangeOn'](_0x19d380),_0x5d4696=_0x19d380['findAncestor']('table'),_0x4283bc=_0x23173a['getCellLocation'](_0x19d380);for(const _0x52a5e1 of this['_tableSuggestions']){const _0x563359=_0x52a5e1['subType'],_0x40c8d8=_0x563359['startsWith']('tablePaste'),_0x5d1845=_0x563359['substr'](_0x40c8d8?0xa:0x5),_0x2fa316=_0x5d1845['toLowerCase'](),_0x352576=_0x2fa316['substr'](0x0,0x3)+'span',_0x2dc3ee='min'+_0x5d1845,_0x3b38ba='max'+_0x5d1845;if(!_0x52a5e1['isInContent'])continue;if(_0x5d4696!=_0x52a5e1['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x52a5e1['isIntersectingWithRange'](_0x5c85ad))continue;const _0x5882ee=_0x19d380['hasAttribute'](_0x352576)?_0x19d380['getAttribute'](_0x352576)-0x1:0x0,_0x56a744=this['_getSuggestionCoords'](_0x52a5e1),_0x298553=_0x56a744[_0x2dc3ee],_0x2738e0=_0x56a744[_0x3b38ba];_0x298553<=_0x4283bc[_0x2fa316]&&_0x4283bc[_0x2fa316]+_0x5882ee<=_0x2738e0&&(_0x52a5e1['addRange'](_0x5c85ad),_0x2d743f=!0x0);}return _0x2d743f;};_0x4cb43a['model']['document']['registerPostFixer'](_0x371f96=>{let _0x2a80e0=!0x1;for(const _0x12c657 of _0x4cb43a['model']['document']['differ']['getChanges']())if('insert'==_0x12c657['type']){if('tableRow'==_0x12c657['name']){for(const _0x22f696 of _0x12c657['position']['nodeAfter']['getChildren']())_0x2a80e0=_0x2a80e0||_0x56b651(_0x22f696,_0x371f96);}else'tableCell'==_0x12c657['name']&&(_0x2a80e0=_0x2a80e0||_0x56b651(_0x12c657['position']['nodeAfter'],_0x371f96));}return _0x2a80e0;});}['_getSuggestionCoords'](_0x25cb6){return this['_getCoordsForCells'](_0x25cb6['getRanges']()['map'](_0x5622e2=>_0x5622e2['start']['nodeAfter']));}}function xe(_0x2a8b6c){return Array['from'](new Set(_0x2a8b6c)['values']());}class Nt extends _0xbd04a2{static get['requires'](){return[Ct];}['afterInit'](){const _0xc3050a=this['editor'],_0x40da8f=_0xc3050a['model']['document']['selection'],_0x5b8f3d=_0xc3050a['locale'];if(!_0xc3050a['plugins']['has']('TableEditing'))return;const _0x4d43de=_0xc3050a['plugins']['get']('TrackChangesEditing'),_0xb977a=_0xc3050a['plugins']['get']('TableUtils'),_0x16a714=_0xc3050a['plugins']['get'](Ct);_0x16a714['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x4d43de['enableCommand']('mergeTableCells',()=>{const _0x2bf901=_0xb977a['getSelectionAffectedTableCells'](_0xc3050a['model']['document']['selection']);_0xc3050a['model']['change'](()=>{_0x4d43de['markMultiRangeBlockFormat'](_0x2bf901,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0xc3050a['commands']['get']('mergeTableCells')['on']('execute',(_0x381267,_0x4b2d98)=>{_0xc3050a['commands']['get']('trackChanges')['value']&&(_0x4b2d98['length']>0x0&&_0x4b2d98[_0x4b2d98['length']-0x1]&&_0x4b2d98[_0x4b2d98['length']-0x1]['forceDefaultExecution']||_0x4d43de['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x381267['stop']());},{'priority':'highest'});for(const _0x2c1634 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x31b931=_0xc3050a['commands']['get'](_0x2c1634);_0x4d43de['enableCommand'](_0x2c1634,()=>{const _0x56bfc8=_0xc3050a['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x134e22=>_0x134e22['is']('element','tableCell')),_0x158a87=_0x31b931['value'];_0xc3050a['model']['change'](()=>{_0x4d43de['markMultiRangeBlockFormat']([_0x56bfc8,_0x158a87],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x46dd39 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x195ec8=_0xc3050a['commands']['get'](_0x46dd39);_0x4d43de['enableCommand'](_0x46dd39,()=>{const _0xa559d4=_0xb977a['getSelectionAffectedTableCells'](_0xc3050a['model']['document']['selection'])[0x0],_0x230479=_0xa559d4['findAncestor']('table'),{column:_0x12392d,row:_0x558512}=_0xb977a['getCellLocation'](_0xa559d4);let _0x52b098=[];if('horizontally'==_0x195ec8['direction']){const _0x20e17e=_0xb977a['createTableWalker'](_0x230479,{'startRow':_0x558512,'endRow':_0x558512,'includeAllSlots':!0x0});_0x52b098=Array['from'](_0x20e17e)['map'](_0x5b4ecb=>_0x5b4ecb['cell']);}else{const _0x3536e5=_0xb977a['createTableWalker'](_0x230479,{'column':_0x12392d,'includeAllSlots':!0x0});_0x52b098=Array['from'](_0x3536e5)['map'](_0x3b1c48=>_0x3b1c48['cell']);}_0xc3050a['model']['change'](_0x4822a7=>{_0x4d43de['markBlockFormat'](_0x4822a7['createRangeOn'](_0xa559d4),{'commandName':_0x46dd39,'commandParams':[]},_0x52b098,_0x46dd39);});});}_0x4d43de['descriptionFactory']['registerDescriptionCallback'](_0x28fcc6=>{if('formatBlock'!=_0x28fcc6['type']&&'formatInline'!=_0x28fcc6['type'])return;const {data:_0x4b7f20}=_0x28fcc6;return _0x4b7f20&&'mergeTableCells'==_0x4b7f20['commandName']?{'type':'format','content':c(_0x5b8f3d,'*Merge\x20cells*')}:void 0x0;}),_0x4d43de['descriptionFactory']['registerDescriptionCallback'](_0x39f233=>{if('formatBlock'!=_0x39f233['type']&&'formatInline'!=_0x39f233['type'])return;const {data:_0x4e9681}=_0x39f233;return _0x4e9681?'splitTableCellVertically'==_0x4e9681['commandName']?{'type':'format','content':c(_0x5b8f3d,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x4e9681['commandName']?{'type':'format','content':c(_0x5b8f3d,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x1c4699=_0x16a714['_acceptFormatSuggestionCallbackFactory']();for(const _0x1c71fe of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x4d43de['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1c71fe,'accept',_0x1c4699);for(const _0x13743e of['splitTableCellVertically','splitTableCellHorizontally'])_0x4d43de['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x13743e,'accept',_0x1c4699);_0x4d43de['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x12913a=>{_0xc3050a['model']['change'](_0x5a1a3f=>{const _0xf62e2=Array['from'](_0x40da8f['getRanges']())['map'](_0x845e6f=>_0x3dc9e4['fromRange'](_0x845e6f));_0x5a1a3f['setSelection'](_0x12913a),_0xc3050a['commands']['get']('mergeTableCells')['refresh'](),_0xc3050a['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x3f48d5=_0xf62e2['filter'](_0x292794=>'$graveyard'!=_0x292794['root']['rootName']);_0x3f48d5['length']>0x0&&_0x5a1a3f['setSelection'](_0x3f48d5);for(const _0x5756be of _0xf62e2)_0x5756be['detach']();});});for(const _0x5ea1a0 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x23e742=_0xc3050a['commands']['get'](_0x5ea1a0);_0x23e742['on']('set:isEnabled',(_0xc9dbb8,_0x4b7f5a,_0x2c2f2c)=>{if(_0x2c2f2c){const _0x2c2495=_0xc3050a['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x32a2a2=>_0x32a2a2['is']('element','tableCell'));this['_areMergableCells'](_0x23e742['value'],_0x2c2495)||(_0xc9dbb8['return']=!0x1,_0xc9dbb8['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x4bcbab=this['editor']['commands']['get']('mergeTableCells'),_0x17708b=this['editor']['plugins']['get']('TableUtils');if(!_0x4bcbab['isEnabled'])return!0x1;const _0x611af3=_0x17708b['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x23e781 of _0x611af3)for(const _0xbc5e8b of _0x611af3)if(_0x23e781!=_0xbc5e8b&&!this['_areMergableCells'](_0x23e781,_0xbc5e8b))return!0x1;return!0x0;}['_areMergableCells'](_0x5d951a,_0x112bd2){const _0x3290d7=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4522aa=this['editor']['model']['createRangeOn'](_0x5d951a),_0x33ad25=this['editor']['model']['createRangeOn'](_0x112bd2),_0x2cf5a4=new Set(),_0x502998=new Set();for(const _0x39926e of _0x3290d7['getSuggestions']())if(('insertion'==_0x39926e['type']||'deletion'==_0x39926e['type']||'mergeTableCells'==_0x39926e['subType'])&&_0x39926e['isInContent']){for(const _0x1bb0b0 of _0x39926e['getRanges']())_0x1bb0b0['containsRange'](_0x4522aa,!0x0)&&_0x2cf5a4['add'](_0x39926e['type']+':'+_0x39926e['author']['id']),_0x1bb0b0['containsRange'](_0x33ad25,!0x0)&&_0x502998['add'](_0x39926e['type']+':'+_0x39926e['author']['id']);}if(_0x2cf5a4['size']!=_0x502998['size'])return!0x1;for(const _0x3af8db of _0x2cf5a4)if(!_0x502998['has'](_0x3af8db))return!0x1;return!0x0;}}class Dt extends _0xbd04a2{static get['requires'](){return[Ct];}['afterInit'](){const _0x4aaff2=this['editor'];if(!_0x4aaff2['plugins']['has']('TableEditing'))return;const _0x3df6e9=_0x4aaff2['locale'],_0x4929d5=_0x4aaff2['plugins']['get']('TrackChangesEditing');_0x4929d5['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x4929d5['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x4929d5['registerBlockAttribute']('headingRows'),_0x4929d5['registerBlockAttribute']('headingColumns'),_0x4929d5['descriptionFactory']['registerAttributeLabel']('headingRows',c(_0x3df6e9,'FORMAT_HEADER_ROW')),_0x4929d5['descriptionFactory']['registerAttributeLabel']('headingColumns',c(_0x3df6e9,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x4876d4=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3d9cf8=this['editor']['plugins']['get']('TableUtils'),_0x3d4641=this['editor']['plugins']['get'](Ct)['_acceptFormatSuggestionCallbackFactory']();function _0x5bc54e({showActiveMarker:_0x29b83d=!0x0,setDataAttribute:_0x3267e8=!0x0}={}){return(_0x2aa09b,_0x2159d2,_0x26ca2e)=>{const {type:_0x1064ea,id:_0x6e3bfc}=_0x4876d4['_splitMarkerName'](_0x2159d2['markerName']),_0x46d68b=_0x4876d4['getSuggestion'](_0x6e3bfc),_0x284fef=_0x46d68b['data'];if('formatBlock'!=_0x46d68b['type']||!_0x284fef||'setTableColumnHeader'!=_0x284fef['commandName'])return;if(_0x2159d2['item'])return void _0x2aa09b['stop']();if(!_0x26ca2e['consumable']['consume'](_0x2159d2['markerRange'],_0x2aa09b['name']))return;const _0x22588d=_0x2159d2['markerRange']['start']['nodeAfter'],_0x36bb49=_0x2159d2['markerRange']['end']['nodeBefore'],_0x5aa424=_0x22588d['parent']['parent'],{column:_0x536bed}=_0x3d9cf8['getCellLocation'](_0x22588d),{column:_0x27f0e9}=_0x3d9cf8['getCellLocation'](_0x36bb49);for(let _0xfc7b67=_0x536bed;_0xfc7b67<=_0x27f0e9;_0xfc7b67++){const _0x395a55=_0x3d9cf8['createTableWalker'](_0x5aa424,{'column':_0xfc7b67,'includeAllSlots':!0x1});for(const _0x3e83d0 of _0x395a55){const _0x396149=_0x3e83d0['cell'],_0x445a70=_0x26ca2e['mapper']['toViewElement'](_0x396149);_0x26ca2e['writer']['addClass']('ck-suggestion-marker-'+_0x1064ea,_0x445a70),_0x3267e8&&_0x26ca2e['writer']['setAttribute']('data-suggestion',_0x6e3bfc,_0x445a70),_0x26ca2e['mapper']['bindElementToMarker'](_0x445a70,_0x2159d2['markerName']),_0x29b83d&&(_0x4876d4['activeMarkers']['includes'](_0x2159d2['markerName'])?_0x26ca2e['writer']['addClass']('ck-suggestion-marker--active',_0x445a70):_0x26ca2e['writer']['removeClass']('ck-suggestion-marker--active',_0x445a70));}}};}_0x4876d4['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x3d4641),_0x4876d4['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x3d4641),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x5bc54e(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x29d12b,_0x323de6,_0xa3b87d)=>{_0xa3b87d['options']['showSuggestionHighlights']&&_0x5bc54e({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x29d12b,_0x323de6,_0xa3b87d);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x5ae143,_0x3dbd2f,_0x403b6b)=>{const {type:_0x3fbfef,id:_0x1d5f95}=_0x4876d4['_splitMarkerName'](_0x3dbd2f['markerName']),_0x1c594e=_0x4876d4['getSuggestion'](_0x1d5f95),_0x39612f=_0x1c594e['data'];if('formatBlock'!=_0x1c594e['type']||!_0x39612f||'setTableColumnHeader'!=_0x39612f['commandName'])return;const _0x353936=_0x403b6b['mapper']['markerNameToElements'](_0x3dbd2f['markerName']);if(_0x353936){for(const _0x4fbb2d of _0x353936)_0x403b6b['writer']['removeClass']('ck-suggestion-marker-'+_0x3fbfef,_0x4fbb2d),_0x403b6b['writer']['removeClass']('ck-suggestion-marker--active',_0x4fbb2d),_0x403b6b['writer']['removeAttribute']('data-suggestion',_0x4fbb2d),_0x403b6b['mapper']['unbindElementFromMarkerName'](_0x4fbb2d,_0x3dbd2f['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x362ada=this['editor'],_0xee6070=_0x362ada['locale'];function _0x52bd22(_0x151534){return{'type':'format','content':c(_0xee6070,'*Format:*\x20%0',_0x151534)};}_0x362ada['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x49bbf6=>{if('formatBlock'!=_0x49bbf6['type'])return;const {data:_0x48d525}=_0x49bbf6;if(_0x48d525){if('setTableRowHeader'==_0x48d525['commandName']){const _0x33f7a7=_0x48d525['commandParams'][0x0]['forceValue'];return _0x52bd22(c(_0xee6070,_0x33f7a7?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x48d525['commandName']){const _0x19c31b=_0x48d525['commandParams'][0x0]['forceValue'];return _0x52bd22(c(_0xee6070,_0x19c31b?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}class Ye extends _0xbd04a2{['afterInit'](){const _0x539d58=this['editor'],_0x40ffd2=_0x539d58['locale'],_0x52640c=_0x539d58['plugins']['get']('TrackChangesEditing');function _0x56e828(_0x79eded){return{'type':'format','content':''+c(_0x40ffd2,'*Set\x20table\x20type:*\x20%0',_0x79eded)};}_0x539d58['plugins']['has']('TableLayout')&&(_0x52640c['enableCommand']('insertTableLayout'),_0x52640c['enableDefaultAttributesIntegration']('tableType'),_0x52640c['registerBlockAttribute']('tableType'),_0x52640c['descriptionFactory']['registerElementLabel'](_0x1de3fa=>_0x1de3fa['is']('element','table')&&'layout'===_0x1de3fa['getAttribute']('tableType'),_0xa5112a=>c(_0x40ffd2,'ELEMENT_LAYOUT_TABLE',_0xa5112a)),_0x52640c['descriptionFactory']['registerDescriptionCallback'](_0x577fdf=>{const {data:_0x20eaef}=_0x577fdf;if(_0x20eaef&&'tableType'==_0x20eaef['key'])switch(_0x20eaef['newValue']){case'layout':return _0x56e828(c(_0x40ffd2,'ELEMENT_LAYOUT_TABLE'));case'content':return _0x56e828(c(_0x40ffd2,'ELEMENT_CONTENT_TABLE'));}}));}}const Oe=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ue=Object['fromEntries'](Oe['map'](_0x14f387=>[_0x14f387,null]));class $t extends _0xbd04a2{static get['requires'](){return[Ct];}['afterInit'](){const _0x14025a=this['editor'];if(!_0x14025a['plugins']['has']('TableClipboard'))return;const _0x4e6871=_0x14025a['plugins']['get']('TrackChangesEditing'),_0x3ab02f=_0x14025a['plugins']['get']('TableUtils'),_0x27cd7e=_0x14025a['plugins']['get'](Ct),_0x4f04df=_0x14025a['plugins']['get']('TableClipboard'),_0x1e1614=_0x14025a['plugins']['get']('TableSelection'),_0x1861d6=_0x14025a['plugins']['get'](_0x5a4e7a);_0x27cd7e['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x14025a['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x14025a['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x53a8ef=null,_0x56b009=!0x1;_0x1861d6['on']('contentInsertion',(_0x3bfd29,_0x1222ba)=>{_0x56b009='paste'===_0x1222ba['method'];}),_0x14025a['model']['on']('insertContent',(_0x3193c6,_0x92510a)=>{if(!_0x56b009&&null===_0x1e1614['getSelectedTableCells']())return;const [_0x4c3051,_0x2f0619]=_0x92510a,_0x23e7ab=_0x92510a[_0x92510a['length']-0x1];_0x23e7ab&&_0x23e7ab['forceDefaultExecution']||_0x4e6871['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x135f2b,_0x3e5033,_0x11211a,_0x2cb279,_0x5051f0){if(_0x3e5033&&!_0x3e5033['is']('documentSelection'))return!0x1;const _0x2216ac=_0x5051f0['getTableIfOnlyTableInContent'](_0x135f2b,_0x11211a);if(!_0x2216ac||!He(_0x2216ac,void 0x0,_0x2cb279))return!0x1;const _0x1044a4=_0x2cb279['getSelectionAffectedTableCells'](_0x11211a['document']['selection']);if(!_0x1044a4['length'])return!0x1;const _0x1b07e9=_0x1044a4[0x0]['findAncestor']('table'),_0x8284cc=_0x2cb279['getRowIndexes'](_0x1044a4),_0x124977=_0x2cb279['getColumnIndexes'](_0x1044a4),_0xe29b6c={'startRow':_0x8284cc['first'],'endRow':_0x8284cc['last'],'startColumn':_0x124977['first'],'endColumn':_0x124977['last']};return 0x1==_0x1044a4['length']&&(_0xe29b6c['endRow']+=_0x2cb279['getRows'](_0x2216ac)-0x1,_0xe29b6c['endColumn']+=_0x2cb279['getColumns'](_0x2216ac)-0x1),He(_0x1b07e9,_0xe29b6c,_0x2cb279);}(_0x4c3051,_0x2f0619,_0x14025a['model'],_0x3ab02f,_0x4f04df)&&(_0x3193c6['stop'](),_0x53a8ef={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x14025a['model']['change'](()=>{_0x14025a['model']['insertContent'](_0x92510a[0x0],_0x92510a[0x1],_0x92510a[0x2],{'forceDefaultExecution':!0x0});const _0x2af1b9=_0x5d0d76(),{rowInsertionRanges:_0x4425bc,columnInsertionRanges:_0x3f6001,insertionRanges:_0x3276cb,deletionRanges:_0x591f78,cells:_0x3b143e}=_0x53a8ef;_0x4425bc['length']&&_0x4e6871['markMultiRangeInsertion'](_0x4425bc,'tablePasteRow',{'tablePasteChainId':_0x2af1b9}),_0x3f6001['length']&&_0x4e6871['markMultiRangeInsertion'](_0x3f6001,'tablePasteColumn',{'tablePasteChainId':_0x2af1b9}),_0x3276cb['length']&&(_0x4e6871['markMultiRangeInsertion'](_0x3276cb,'tablePaste',{'tablePasteChainId':_0x2af1b9,'skipNestingCheck':!0x0}),_0x3276cb['forEach'](_0xad7a2e=>_0xad7a2e['detach']?.())),_0x591f78['length']&&(_0x4e6871['markMultiRangeDeletion'](_0x591f78,'tablePaste',{'tablePasteChainId':_0x2af1b9,'skipNestingCheck':!0x0}),_0x591f78['forEach'](_0x555329=>_0x555329['detach']?.()));const _0x42b0bf=_0x4e6871['markMultiRangeBlockFormat'](_0x3b143e['map'](({element:_0x5f2054})=>_0x5f2054),{'formatGroupId':_0x5d0d76()},[],'tablePasteCell',{'tablePasteChainId':_0x2af1b9});if(_0x42b0bf){const _0x90ad42=_0x42b0bf['getMarkers'](),_0x18b049=[];for(const {element:_0x2459da,attributes:_0x221c53}of _0x3b143e){if(!_0x221c53)continue;const _0x2546f4=_0x14025a['model']['createRangeOn'](_0x2459da),_0x4efbf0=_0x90ad42['find'](_0x54b539=>_0x54b539['getRange']()['isEqual'](_0x2546f4));_0x4efbf0&&_0x18b049['push']([_0x4efbf0['name'],_0x221c53]);}_0x18b049['length']&&_0x42b0bf['setAttribute']('markerAttributes',Object['fromEntries'](_0x18b049));}_0x53a8ef=null;}));},{'priority':_0x5b8d51['high']+0xa}),_0x1861d6['on']('contentInsertion',()=>{_0x56b009=!0x1;},{'priority':'lowest'}),_0x14025a['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x133937,_0x224e89)=>{const [_0x22c67b,_0x2536ee,,_0x2c64fd]=_0x224e89;if(!_0x53a8ef)return;_0x133937['stop']();const _0x3b148b=_0x22c67b['cell'],_0x16af6f=_0x2536ee,_0x240f8c=De(_0x3b148b),_0x5065bc=De(_0x16af6f);_0x133937['return']=_0x3b148b;let _0x527c36=null,_0x24826b=null;if(_0x5065bc||_0x240f8c){if(_0x240f8c&&!_0x5065bc){_0x2c64fd['remove'](_0x3b148b['getChild'](0x0));for(const _0x4d9f9d of Array['from'](_0x16af6f['getChildren']()))_0x2c64fd['insert'](_0x4d9f9d,_0x3b148b,'end');const _0x4f2f65=_0x53a8ef['rowInsertionIndexes']['includes'](_0x22c67b['row']),_0x522256=_0x53a8ef['columnInsertionIndexes']['includes'](_0x22c67b['column']);_0x4f2f65||_0x522256||(_0x527c36=_0x3dc9e4['fromRange'](_0x2c64fd['createRangeIn'](_0x3b148b)));}else _0x5065bc&&!_0x240f8c&&(_0x24826b=_0x2c64fd['createRangeIn'](_0x3b148b));}else{const _0x1f6e2d=_0x2c64fd['createElement']('tableCellSuggestion'),_0x43b4b7=_0x2c64fd['createElement']('tableCellSuggestion');_0x2c64fd['wrap'](_0x2c64fd['createRangeIn'](_0x3b148b),_0x43b4b7),_0x2c64fd['insert'](_0x1f6e2d,_0x3b148b,0x0);for(const _0x4472cd of Array['from'](_0x16af6f['getChildren']()))_0x2c64fd['insert'](_0x4472cd,_0x1f6e2d,'end');_0x527c36=_0x3dc9e4['fromRange'](_0x2c64fd['createRangeOn'](_0x1f6e2d)),_0x24826b=_0x3dc9e4['fromRange'](_0x2c64fd['createRangeOn'](_0x43b4b7));}const _0x4cb49c=Array['from'](_0x16af6f['getAttributes']())['filter'](([_0x4e4d76])=>Oe['includes'](_0x4e4d76));_0x53a8ef['cells']['push']({'element':_0x3b148b,'attributes':_0x4cb49c['length']?Object['fromEntries'](_0x4cb49c):null}),_0x527c36&&_0x53a8ef['insertionRanges']['push'](_0x527c36),_0x24826b&&_0x53a8ef['deletionRanges']['push'](_0x24826b);},{'priority':'high'}),_0x3ab02f['on']('insertColumns',(_0x401059,_0xad97fe)=>{const [_0x3690ca,_0x44e7ba={}]=_0xad97fe;if(!_0x53a8ef)return;const _0x3fb905=_0x44e7ba['at']||0x0,_0x59012a=_0x44e7ba['columns']||0x1;_0x53a8ef['columnInsertionIndexes']=new Array(_0x59012a)['fill'](_0x3fb905)['map']((_0x1a479c,_0x2272e3)=>_0x1a479c+_0x2272e3);for(const {cell:_0x377d30}of _0x3ab02f['createTableWalker'](_0x3690ca,{'startColumn':_0x3fb905,'endColumn':_0x3fb905+_0x59012a-0x1}))_0x53a8ef['columnInsertionRanges']['push'](_0x14025a['model']['createRangeOn'](_0x377d30));},{'priority':'low'}),_0x3ab02f['on']('insertRows',(_0x2feb09,_0x4b05eb)=>{const [_0x49b248,_0x62b050={}]=_0x4b05eb;if(!_0x53a8ef)return;const _0x4c2aef=_0x62b050['at']||0x0,_0x548abf=_0x62b050['rows']||0x1;_0x53a8ef['rowInsertionIndexes']=new Array(_0x548abf)['fill'](_0x4c2aef)['map']((_0xdac195,_0x3dc096)=>_0xdac195+_0x3dc096);for(const {cell:_0x58ce80}of _0x3ab02f['createTableWalker'](_0x49b248,{'startRow':_0x4c2aef,'endRow':_0x4c2aef+_0x548abf-0x1}))_0x53a8ef['rowInsertionRanges']['push'](_0x14025a['model']['createRangeOn'](_0x58ce80));},{'priority':'low'}),_0x4e6871['descriptionFactory']['registerDescriptionCallback'](_0x37391e=>{if(_0x37391e['subType']&&_0x37391e['subType']['startsWith']('tablePaste'))return _0x37391e['previous']?{}:{'type':'insertion','content':c(_0x14025a['locale'],'*Replace\x20table\x20cells*')};});const _0x385037=()=>!0x1;for(const _0x5c4c56 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x4e6871['_suggestionFactory']['registerCustomCallback']('insertion',_0x5c4c56,'join',_0x385037),_0x4e6871['_suggestionFactory']['registerCustomCallback']('deletion',_0x5c4c56,'join',_0x385037),_0x4e6871['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x5c4c56,'join',_0x385037);_0x4e6871['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x385037),_0x4e6871['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x56d626,_0x46c7a8,_0x37b145)=>{const _0x5ccb10=_0x56d626['map'](_0x3f3518=>_0x3f3518['getContainedElement']())['filter'](_0x2407de=>_0x2407de),_0xcaa36a=new Map(_0x5ccb10['map'](_0x33443c=>[_0x33443c,null]));if(_0x53a8ef){for(const {element:_0xaa4c2b,attributes:_0x188bad}of _0x53a8ef['cells'])_0x188bad&&_0xcaa36a['set'](_0xaa4c2b,_0x188bad);}else{if(_0x37b145&&_0x37b145['markerAttributes'])for(const [_0x28c362,_0x1f2b78]of Object['entries'](_0x37b145['markerAttributes'])){const _0x1c5161=_0x14025a['model']['markers']['get'](_0x28c362),_0x9a880c=_0x1c5161?_0x1c5161['getRange']()['getContainedElement']():null;_0x9a880c&&_0xcaa36a['set'](_0x9a880c,_0x1f2b78);}}_0x14025a['model']['change'](_0x16a90a=>{for(const [_0x5e48e5,_0x59321f]of _0xcaa36a)_0x16a90a['setAttributes']({...Ue,..._0x59321f},_0x5e48e5);});});const _0x443dda=(_0x10edd1,_0x353d0f)=>{_0x4e6871['_suggestionFactory']['registerCustomCallback'](_0x10edd1,'tablePaste',_0x353d0f,(_0x29362c,_0x2ad4d4,_0x214b49)=>{_0x14025a['model']['change'](_0x4ce3a7=>{const _0x432824=[];for(const _0x441835 of _0x29362c){const _0x2a2444=_0x441835['start']['nodeAfter'];_0x2a2444['is']('element','tableCellSuggestion')&&_0x432824['push'](_0x2a2444);}_0x4e6871['_suggestionFactory']['getSuggestionCallback'](_0x10edd1,null,_0x353d0f)(_0x29362c,_0x2ad4d4,_0x214b49);for(const _0x46a301 of _0x432824)'$graveyard'!=_0x46a301['root']['rootName']&&_0x4ce3a7['unwrap'](_0x46a301);});});};_0x443dda('insertion','accept'),_0x443dda('insertion','discard'),_0x443dda('deletion','accept'),_0x443dda('deletion','discard'),_0x4e6871['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x37e0bf=>{const _0x3dd6b4=_0x37e0bf['map'](_0x439815=>_0x439815['getContainedElement']()),_0x574c13=_0x3dd6b4[0x0]['findAncestor']('table'),{minRow:_0x274c1d,maxRow:_0x1e112c}=_0x27cd7e['_getCoordsForCells'](_0x3dd6b4);_0x3ab02f['removeRows'](_0x574c13,{'at':_0x274c1d,'rows':_0x1e112c-_0x274c1d+0x1});}),_0x4e6871['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x27bb8c=>{const _0x44c579=_0x27bb8c['map'](_0x4a9fff=>_0x4a9fff['getContainedElement']()),_0x4479a1=_0x44c579[0x0]['findAncestor']('table'),{minColumn:_0x138420,maxColumn:_0x1bb0a4}=_0x27cd7e['_getCoordsForCells'](_0x44c579);_0x3ab02f['removeColumns'](_0x4479a1,{'at':_0x138420,'columns':_0x1bb0a4-_0x138420+0x1});});const _0x340ef8=(_0x4045c6,_0x907a)=>{if(!_0x907a['subType']||!_0x907a['subType']['startsWith']('tablePaste'))return;const _0x5da502=_0x907a['attributes']['tablePasteChainId'],_0xa646a8=_0x4e6871['getSuggestions']()['filter'](_0x35ccbd=>_0x35ccbd['isInContent']&&_0x35ccbd['attributes']&&_0x35ccbd['attributes']['tablePasteChainId']==_0x5da502);_0xa646a8['length']&&_0x907a['getAllAdjacentSuggestions']()['length']!=_0xa646a8['length']&&_0xa646a8['reduce']((_0x5ec9ba,_0x255515)=>(_0x5ec9ba['next']=_0x255515,_0x255515['previous']=_0x5ec9ba,_0x255515));};function _0x383930(_0x559ad6,_0x3c9dfc=!0x0){const {id:_0x230f38,authorId:_0x110aa8}=_0x4e6871['_splitMarkerName'](_0x559ad6['markerName']),_0x5e9894=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x32c882=_0x4e6871['activeMarkers']['includes'](_0x559ad6['markerName']);return _0x32c882&&_0x5e9894['push']('ck-suggestion-marker--active'),{'classes':_0x5e9894,'attributes':{'data-suggestion':_0x230f38,'data-author-id':_0x110aa8},'priority':_0x32c882&&_0x3c9dfc?0xbc2:0xbb8};}_0x4e6871['on']('suggestionLoaded',_0x340ef8,{'priority':'high'}),_0x4e6871['on']('suggestionUnloaded',_0x340ef8,{'priority':'high'}),_0x14025a['model']['document']['registerPostFixer'](()=>{let _0x19301d=!0x1;const _0x57ac0d=Array['from'](_0x14025a['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1dd9fe,data:_0xdccc87}of _0x57ac0d){const {group:_0xae0b93,type:_0x564a84,id:_0x2e523a}=_0x4e6871['_splitMarkerName'](_0x1dd9fe);if('suggestion'!=_0xae0b93||'deletion'!=_0x564a84||_0xdccc87['oldRange'])continue;if(!_0x4e6871['hasSuggestion'](_0x2e523a))continue;const _0x2e6340=_0x4e6871['getSuggestion'](_0x2e523a)['getRanges'](),_0x29f751=_0x14025a['plugins']['get']('Users')['me'];for(const _0x984060 of _0x4e6871['getSuggestions']()){if(!_0x984060['isInContent']||_0x984060['author']!=_0x29f751)continue;if('formatBlock'!=_0x984060['type']||'tablePasteCell'!=_0x984060['subType'])continue;if(_0x984060['getRanges']()['every'](_0x5de99e=>_0x2e6340['some'](_0x4471ed=>_0x4471ed['containsRange'](_0x5de99e,!0x0)))){for(const _0x5698a5 of _0x984060['getAllAdjacentSuggestions']())_0x5698a5['isInContent']&&(_0x5698a5['discard'](),_0x19301d=!0x0);}}}return _0x19301d;}),_0x14025a['model']['document']['registerPostFixer'](_0x5c579f=>{const _0x214c43=_0x14025a['commands']['get']('redo');if(!_0x214c43||!_0x214c43['_createdBatches']['has'](_0x5c579f['batch']))return!0x1;let _0x2cc159=!0x1;const _0x5b677c=_0x14025a['plugins']['get']('Users')['me'],_0xd0abc4=_0x14025a['model']['document']['differ']['getChanges'](),_0x4d19b5=Array['from'](_0x14025a['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x4fa8d0,data:_0x24e13b})=>{const {group:_0x1a2aab,subType:_0x135d97,authorId:_0x33f60b}=_0x4e6871['_splitMarkerName'](_0x4fa8d0);return'suggestion'==_0x1a2aab&&'tablePaste'==_0x135d97&&_0x33f60b==_0x5b677c['id']&&!_0x24e13b['oldRange'];});for(const _0x2a563b of _0xd0abc4){if('insert'!=_0x2a563b['type']||'tableCellSuggestion'!=_0x2a563b['name']||0x1!=_0x2a563b['length'])continue;const _0x159ad1=_0x5c579f['createRange'](_0x2a563b['position'],_0x2a563b['position']['getShiftedBy'](0x1));if(!_0x4d19b5['find'](({data:_0x5596d9})=>_0x5596d9['newRange']['isEqual'](_0x159ad1))){for(const {name:_0x50b04d,data:_0x275d76}of _0x4d19b5)if(_0x159ad1['containsRange'](_0x275d76['newRange'])){_0x5c579f['updateMarker'](_0x50b04d,{'range':_0x159ad1}),_0x2cc159=!0x0;break;}}}return _0x2cc159;}),_0x14025a['model']['document']['registerPostFixer'](_0x36da52=>{let _0x1d9cd8=!0x1;const _0x3a3681=_0x14025a['plugins']['get']('Users')['me'],_0x226547=_0x4e6871['getSuggestions']()['filter'](_0x2474ab=>_0x2474ab['isInContent']&&_0x2474ab['author']==_0x3a3681),_0x16000e=new Set(),_0x4920d7=new Set();for(const _0x1aebe5 of _0x226547)if('tablePaste'==_0x1aebe5['subType'])for(const _0x36e91c of _0x1aebe5['getMarkers']()){const _0x3dc18d=_0x36e91c['getRange']()['getContainedElement']();if(_0x3dc18d){if(_0x3dc18d['is']('element','tableCellSuggestion')&&De(_0x3dc18d)){_0x1aebe5['removeMarker'](_0x36e91c['name']),_0x16000e['add'](_0x3dc18d),_0x1d9cd8=!0x0;const _0xf2b784=_0x3dc18d['nextSibling'],_0x5f42b5=_0x3dc18d['previousSibling'],_0x5ee701=_0xf2b784&&_0xf2b784['is']('element','tableCellSuggestion'),_0x18d9d6=_0x5f42b5&&_0x5f42b5['is']('element','tableCellSuggestion');_0x5ee701&&!_0x16000e['has'](_0xf2b784)&&_0x4920d7['add'](_0xf2b784),_0x18d9d6&&!_0x16000e['has'](_0x5f42b5)&&_0x4920d7['add'](_0x5f42b5);}else _0x3dc18d['is']('element','paragraph')&&_0x3dc18d['isEmpty']&&(_0x1aebe5['removeMarker'](_0x36e91c['name']),_0x1d9cd8=!0x0);}}else{if('tablePasteCell'==_0x1aebe5['subType']){if(!_0x1aebe5['attributes']||!_0x1aebe5['attributes']['tablePasteChainId'])continue;const _0x42152b=_0x1aebe5['attributes']['markerAttributes'];if(_0x42152b&&Object['keys'](_0x42152b)['length'])continue;const _0x12d501=_0x1aebe5['attributes']['tablePasteChainId'];let _0x2b287b=!0x0,_0x2d2898=!0x0;for(const _0x4d2529 of _0x226547)if(_0x4d2529['subType']&&_0x4d2529['subType']['startsWith']('tablePaste')){if(!_0x4d2529['attributes']['tablePasteChainId']){_0x2d2898=!0x1;break;}if(_0x4d2529['id']!=_0x1aebe5['id']&&_0x4d2529['attributes']['tablePasteChainId']==_0x12d501){_0x2b287b=!0x1;break;}}_0x2d2898&&_0x2b287b&&(_0x1aebe5['removeMarkers'](),_0x1d9cd8=!0x0);}}for(const _0x57a7c9 of _0x16000e)_0x36da52['remove'](_0x57a7c9);for(const _0x641d91 of _0x4920d7)_0x36da52['unwrap'](_0x641d91);return _0x1d9cd8;}),_0x14025a['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x114478=>_0x383930(_0x114478),'converterPriority':'high'}),_0x14025a['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x3cc203,_0x300d54)=>_0x300d54['options']['showSuggestionHighlights']?_0x383930(_0x3cc203,!0x1):null,'converterPriority':'high'});const _0x5b0581=_0x14025a['editing']['view'];this['listenTo'](_0x5b0581['document'],'clipboardOutput',(_0x40803e,_0x3fbf22)=>{const _0x4e57bb=[];for(const _0x339c3e of _0x5b0581['createRangeIn'](_0x3fbf22['content'])['getItems']())_0x339c3e['is']('element','suggestion-td')&&_0x4e57bb['push'](_0x339c3e);_0x5b0581['change'](_0x338cf1=>{for(const _0x1beb55 of _0x4e57bb)_0x338cf1['move'](_0x338cf1['createRangeIn'](_0x1beb55),_0x338cf1['createPositionBefore'](_0x1beb55)),_0x338cf1['remove'](_0x1beb55);});});}}function De(_0x1d4a1c){if(_0x1d4a1c['isEmpty'])return!0x0;const _0x2fe32f=_0x1d4a1c['getChild'](0x0);return _0x2fe32f['is']('element','paragraph')&&_0x2fe32f['isEmpty'];}function He(_0x44befe,_0x1c5762={},_0x12297a){for(const {isAnchor:_0x2c5d1d,cellHeight:_0x1e9b8c,cellWidth:_0x2fe141}of _0x12297a['createTableWalker'](_0x44befe,{'includeAllSlots':!0x0,..._0x1c5762}))if(!_0x2c5d1d||0x1!=_0x1e9b8c||0x1!=_0x2fe141)return!0x1;return!0x0;}class Bt extends _0xbd04a2{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x26a20b=this['editor']['plugins']['get']('TrackChangesEditing');_0x26a20b['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x26a20b['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x26a20b['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x26a20b['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x26a20b['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x26a20b['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x5e964f,_0x2c0cc0){const _0x33074c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5b815c=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x48f9d2=_0x2c0cc0['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x222c6a=_0x5b815c['getColumnGroupElement'](_0x48f9d2);let _0x23b915=_0x222c6a?_0x5b815c['getTableColumnsWidths'](_0x222c6a):null,_0x4cdcc1=_0x48f9d2['getAttribute']('tableWidth')||null;const _0x322a54=_0x2c0cc0['tableWidth']||_0x4cdcc1,_0xc39852=_0x2c0cc0['columnWidths']||_0x23b915,_0x569e85=this['editor']['plugins']['get']('Users')['me'];for(const _0xf69dc7 of _0x33074c['getSuggestions']()){const _0x46a1e1=_0xf69dc7['getContainedElement']();if('resizeTable'===_0xf69dc7['subType']&&_0x46a1e1===_0x48f9d2){_0xf69dc7['author']!==_0x569e85&&_0xf69dc7['discard']();const _0x23d05c=_0xf69dc7['data']['commandParams'];_0x4cdcc1=_0x23d05c[0x0]['tableWidth'],_0x23b915=_0x23d05c[0x0]['columnWidths'];break;}}_0x5e964f({'table':_0x48f9d2,'tableWidth':_0x322a54,'columnWidths':_0xc39852}),_0x33074c['markBlockFormat'](_0x48f9d2,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x4cdcc1,'columnWidths':_0x23b915}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x3f2813){if('formatBlock'!=_0x3f2813['type']&&'formatInline'!=_0x3f2813['type'])return;const {data:_0x3d9f09}=_0x3f2813;if(_0x3d9f09&&'resizeTable'===_0x3d9f09['formatGroupId']){const _0x290c4e='*Format:*\x20resize\x20table';return{'type':'format','content':c(this['editor']['locale'],_0x290c4e)};}}}class xt extends _0xbd04a2{['afterInit'](){const _0x243342=this['editor'];_0x243342['plugins']['has']('Template')&&_0x243342['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Ot extends _0xbd04a2{['afterInit'](){const _0x136054=this['editor'];if(!_0x136054['commands']['get']('insertTableOfContents'))return;_0x136054['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x191980=_0x136054['plugins']['get']('TrackChangesEditing'),_0x325c10=_0x136054['locale'];_0x191980['descriptionFactory']['registerElementLabel']('tableOfContents',_0x6c8221=>c(_0x325c10,'ELEMENT_TABLE_OF_CONTENTS',_0x6c8221));}}class Rt extends _0xbd04a2{['afterInit'](){const _0x56dfcd=this['editor'];if(!_0x56dfcd['plugins']['has']('Title'))return;const _0x21f6ca=_0x56dfcd['plugins']['get']('TrackChangesEditing');_0x21f6ca['descriptionFactory']['registerElementLabel']('title-content',()=>c(_0x56dfcd['locale'],'ELEMENT_TITLE')),_0x56dfcd['model']['document']['registerPostFixer'](_0x534d12=>{let _0x2cc8ef=!0x1;const _0x432b11=Array['from'](_0x56dfcd['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x391a42,data:_0x313a83}of _0x432b11){const {group:_0x405152}=_0x21f6ca['_splitMarkerName'](_0x391a42);if('suggestion'!==_0x405152||!_0x313a83['newRange'])continue;const _0x47d556=_0x313a83['newRange'],_0x26f910=_0x47d556['end']['nodeBefore'];if(!_0x26f910||!_0x26f910['is']('element','title-content'))continue;if(!_0x47d556['start']['isTouching'](_0x47d556['end']))continue;const _0x517a30=_0x56dfcd['model']['schema']['getNearestSelectionRange'](_0x47d556['end'],'forward');if(_0x517a30&&_0x517a30['isCollapsed']){const _0x4ded70=_0x534d12['createRange'](_0x47d556['start'],_0x517a30['start']);_0x4ded70['isEqual'](_0x47d556)||(_0x534d12['updateMarker'](_0x391a42,{'range':_0x4ded70}),_0x2cc8ef=!0x0);}_0x2cc8ef||(_0x534d12['removeMarker'](_0x391a42),_0x2cc8ef=!0x0);}return _0x2cc8ef;});}}class Tt extends _0xbd04a2{['afterInit'](){const _0x2d3885=this['editor'],_0x5b11ac=_0x2d3885['plugins']['get']('TrackChangesEditing');_0x2d3885['plugins']['has']('Uploadcare')&&(_0x5b11ac['enableCommand']('uploadcare'),_0x2d3885['plugins']['has']('UploadcareImageEdit')&&(_0x5b11ac['enableCommand']('uploadcareImageEdit'),_0x5b11ac['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x5b11ac['registerBlockAttribute']('uploadcareImageId'),_0x5b11ac['descriptionFactory']['registerDescriptionCallback'](_0x179292=>{if('attribute'!=_0x179292['type'])return;const {data:_0x59a25c}=_0x179292;return _0x59a25c&&'uploadcareImageId'==_0x59a25c['key']?{'type':'format','content':''}:void 0x0;})));}}class Et extends _0xbd04a2{['afterInit'](){const _0x12b4e8=this['editor'],_0x6d091b=_0x12b4e8['plugins']['get']('TrackChangesEditing');_0x12b4e8['plugins']['has']('UndoEditing')&&(_0x6d091b['enableCommand']('undo'),_0x6d091b['enableCommand']('redo'));}}class Ut extends _0xbd04a2{static get['requires'](){return[Ct];}['afterInit'](){const _0x348f0b=this['editor'];if(!_0x348f0b['plugins']['has']('TableCaptionEditing'))return;_0x348f0b['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Vt extends _0xbd04a2{['tableProperties'];['tableCellProperties'];constructor(_0xa505fa){super(_0xa505fa),this['tableProperties']=['tableBorderColor','tableBorderStyle','tableBorderWidth','tableAlignment','tableWidth','tableHeight','tableBackgroundColor'],this['tableCellProperties']=['tableCellBorderColor','tableCellBorderStyle','tableCellBorderWidth','tableCellPadding','tableCellWidth','tableCellHeight','tableCellBackgroundColor','tableCellHorizontalAlignment','tableCellVerticalAlignment'];}static get['pluginName'](){return'TrackChangesTableProperties';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x3e7de9=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x54669a of this['tableProperties'])_0x3e7de9['enableCommand'](_0x54669a,(_0x561074,_0x39bbce)=>{const _0x386eb0=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x54669a,[_0x386eb0],this['tableProperties'],'tableProperties',_0x561074,_0x39bbce);});_0x3e7de9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x3e7de9['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x3e7de9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x276f5f,_0x7d0bc2)=>this['handleDiscardAction'](this['tableProperties'],_0x276f5f,_0x7d0bc2)),_0x3e7de9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x1971d2 of this['tableCellProperties'])_0x3e7de9['enableCommand'](_0x1971d2,(_0x4e5de5,_0x3c5c05)=>{const _0x368f01=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x1971d2,_0x368f01,this['tableCellProperties'],'tableCellProperties',_0x4e5de5,_0x3c5c05);});_0x3e7de9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x3e7de9['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x3e7de9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x3c6206,_0x22742b)=>this['handleDiscardAction'](this['tableCellProperties'],_0x3c6206,_0x22742b)),_0x3e7de9['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x3e7de9['descriptionFactory']['registerDescriptionCallback'](_0x40c2b0=>this['handleSuggestionDescription'](_0x40c2b0));}['_handlePropertyChange'](_0x2cdec4,_0x2c895d,_0x2bd388,_0x5eba37,_0x20fd7e,_0x5a55e8){const _0x3df462=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x5a55e8['batch'],()=>{for(const _0x1abb64 of _0x2c895d){if(this['_getSuggestion'](_0x1abb64,_0x5eba37))_0x20fd7e(_0x5a55e8);else{const _0x1c4765={};for(const _0x2af529 of _0x2bd388){const _0x350038=_0x1abb64['getAttribute'](_0x2af529);void 0x0!==_0x350038&&(_0x1c4765[_0x2af529]=_0x350038);}_0x20fd7e(_0x5a55e8),_0x3df462['markBlockFormat'](_0x1abb64,{'commandParams':[_0x1c4765]},[],_0x5eba37);}}});}['handleDiscardAction'](_0x292a12,_0x51a6a3,_0x5c581f){const _0x19fc37=_0x51a6a3[0x0]['start']['nodeAfter'],_0x456783=_0x5c581f['commandParams'][0x0];this['editor']['model']['change'](_0x5b5a6b=>{for(const _0x360cda of _0x292a12)void 0x0!==_0x456783[_0x360cda]?_0x5b5a6b['setAttribute'](_0x360cda,_0x456783[_0x360cda],_0x19fc37):_0x5b5a6b['removeAttribute'](_0x360cda,_0x19fc37);});}['handleSuggestionDescription'](_0x35758f){if(_0x35758f['data'])switch(_0x35758f['subType']){case'tableProperties':return{'type':'format','content':c(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':c(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x106669,_0x224f86){const _0xb97245=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x5ba2b2 of _0xb97245['getSuggestions']({'skipNotAttached':!0x0})){const _0x4e4c9f=_0x5ba2b2['getContainedElement']();if(_0x5ba2b2['subType']===_0x224f86&&_0x4e4c9f===_0x106669)return _0x5ba2b2;}return null;}}const u='$elementName';class p extends _0xbd04a2{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;['_trackingSessionId']=null;static get['requires'](){return['CommentsRepository',_0x322151,_0x24a9be,U,V,F,G,L,K,J,H,q,z,X,Y,Z,tt,it,et,nt,st,ot,rt,ct,at,ut,ft,ht,lt,Q,wt,gt,W,Se,mt,pt,kt,bt,yt,St,jt,It,At,_t,vt,Ct,Nt,Dt,Ye,Ut,$t,Bt,Ot,Vt,xt,Rt,Tt,Et];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5098ac){super(_0x5098ac),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x38431d,_0x2f1266,_0x504282,_0x39e900)=>{this['_model']['change'](()=>{for(const _0x5b7a55 of[..._0x39e900,..._0x504282])this['_model']['markers']['has'](_0x5b7a55)&&_0x5098ac['editing']['reconvertMarker'](_0x5b7a55);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Pt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x5098ac['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this['_blockAttributeKeys']=new Set([u]),this['_inlineAttributeKeys']=new Set(),_0x5098ac['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x5098ac['config']['get']('trackChanges.trackFormatChanges'),_0x5098ac['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x5098ac['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x5098ac,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x585486=this['editor'],_0x2618d8=(_0x40b985,_0x3c492e)=>{if('attribute'!=_0x40b985)return'ck-suggestion-marker-'+_0x40b985;const _0x32b1d3=_0x3c492e['split']('|')[0x0];return this['_isBlockAttribute'](_0x32b1d3)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x585486['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x5d1168=>{const {id:_0x526bae,authorId:_0x3fdede,type:_0x40a71d,subType:_0x4243fc}=this['_splitMarkerName'](_0x5d1168['markerName']),_0x33467f=['ck-suggestion-marker',_0x2618d8(_0x40a71d,_0x4243fc)];let _0x2f7c31=0xbb8;return this['activeMarkers']['includes'](_0x5d1168['markerName'])&&(_0x33467f['push']('ck-suggestion-marker--active'),_0x2f7c31=0xbc2),'deletion'==_0x40a71d&&(_0x2f7c31+=0x5),{'classes':_0x33467f,'attributes':{'data-suggestion':_0x526bae,'data-author-id':_0x3fdede},'priority':_0x2f7c31};}}),_0x585486['conversion']['for']('dataDowncast')['add'](_0x3818df=>{_0x3818df['on']('addMarker:suggestion',(_0x30c4ee,_0x68e7e6,_0x474a53)=>{if(!_0x474a53['options']['showSuggestionHighlights'])return;const _0x215b6b=_0x68e7e6['item'];if(!_0x215b6b)return;const _0x25e564=_0x474a53['mapper']['toViewElement'](_0x215b6b);_0x585486['model']['schema']['isObject'](_0x215b6b)&&_0x25e564&&!_0x25e564['getCustomProperty']('widget')&&_0x25e564['is']('containerElement')&&_0x4c1c5e(_0x25e564,_0x474a53['writer']);},{'priority':'high'});}),_0x585486['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x2ac98a,_0x4dab8d)=>{if(!_0x4dab8d['options']['showSuggestionHighlights'])return null;const {id:_0x539673,authorId:_0x176213,type:_0x127c6d,subType:_0x323ee5}=this['_splitMarkerName'](_0x2ac98a['markerName']);return{'classes':['ck-suggestion-marker',_0x2618d8(_0x127c6d,_0x323ee5)],'priority':0xbb8,'attributes':{'data-suggestion':_0x539673,'data-author-id':_0x176213}};}});const _0x30d445=({showActiveMarkers:_0x1aa5b6=!0x0,isAttributeSuggestion:_0x1f3151=!0x1}={})=>(_0x2d27b4,_0x1dd6b0,_0x12fd42)=>{if(!_0x1dd6b0['item'])return;const {id:_0x282377,authorId:_0x5496fd}=this['_splitMarkerName'](_0x1dd6b0['markerName']);if(_0x1f3151){const _0x1215d4=this['_suggestions']['get'](_0x282377),_0xd5287f=this['_getAttributeKey'](_0x1215d4);if(!this['_isBlockAttribute'](_0xd5287f))return;}if(_0x1dd6b0['item']['is']('selection'))return void _0x12fd42['consumable']['consume'](_0x1dd6b0['item'],_0x2d27b4['name']);const _0x3f8a45=_0x12fd42['mapper']['toViewElement'](_0x1dd6b0['item']);if(_0x1dd6b0['item']['is']('element')&&_0x585486['model']['schema']['isBlock'](_0x1dd6b0['item'])&&!_0x3f8a45['getCustomProperty']('addHighlight')){_0x12fd42['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x3f8a45),_0x12fd42['writer']['setAttribute']('data-suggestion',_0x282377,_0x3f8a45),_0x12fd42['writer']['setAttribute']('data-author-id',_0x5496fd,_0x3f8a45),_0x12fd42['mapper']['bindElementToMarker'](_0x3f8a45,_0x1dd6b0['markerName']),_0x1aa5b6&&(this['activeMarkers']['includes'](_0x1dd6b0['markerName'])?_0x12fd42['writer']['addClass']('ck-suggestion-marker--active',_0x3f8a45):_0x12fd42['writer']['removeClass']('ck-suggestion-marker--active',_0x3f8a45));for(const _0x27c38c of _0x585486['model']['createRangeIn'](_0x1dd6b0['item'])['getItems']())_0x12fd42['consumable']['consume'](_0x27c38c,_0x2d27b4['name']);_0x12fd42['consumable']['consume'](_0x1dd6b0['item'],_0x2d27b4['name']);}};_0x585486['conversion']['for']('dataDowncast')['add'](_0x587cad=>{_0x587cad['on']('addMarker:suggestion:formatBlock',(_0x4f5a9e,_0x182fc0,_0x270d29)=>{_0x270d29['options']['showSuggestionHighlights']&&_0x30d445({'showActiveMarkers':!0x1})(_0x4f5a9e,_0x182fc0,_0x270d29);},{'priority':'highest'});}),_0x585486['conversion']['for']('dataDowncast')['add'](_0x4fd564=>{_0x4fd564['on']('addMarker:suggestion:attribute',(_0x7e1706,_0x2b10f1,_0x1d69cc)=>{_0x1d69cc['options']['showSuggestionHighlights']&&_0x30d445({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x7e1706,_0x2b10f1,_0x1d69cc);},{'priority':'highest'});}),_0x585486['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x2d0ad1,_0x3a18a5)=>{if(_0x3a18a5['options']['showSuggestionHighlights']){const {id:_0x364470,authorId:_0x41abbe}=this['_splitMarkerName'](_0x2d0ad1);return _0x2d0ad1['includes'](':split')||_0x2d0ad1['includes'](':merge')?{'group':'suggestion','name':_0x2d0ad1['substr'](0xb),'attributes':{'data-suggestion':_0x364470,'data-author-id':_0x41abbe}}:null;}return{'group':'suggestion','name':_0x2d0ad1['substr'](0xb)};}}),_0x585486['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x9ce5ed,{writer:_0x5247d8})=>{let _0x4176ab='suggestion:'+_0x9ce5ed['getAttribute']('suggestion-type')+':'+_0x9ce5ed['getAttribute']('id');return _0x9ce5ed['getAttribute']('marker-count')&&(_0x4176ab+=':'+_0x9ce5ed['getAttribute']('marker-count')),_0x5247d8['createElement']('$marker',{'data-name':_0x4176ab});}}),_0x585486['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x585486['conversion']['for']('editingDowncast')['add'](_0x5d7a95=>{_0x5d7a95['on']('addMarker:suggestion:formatBlock',_0x30d445(),{'priority':'high'});}),_0x585486['conversion']['for']('editingDowncast')['add'](_0x37c567=>{_0x37c567['on']('addMarker:suggestion:attribute',_0x30d445({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x585486['conversion']['for']('editingDowncast')['add'](_0x4a66e5=>{_0x4a66e5['on']('removeMarker:suggestion:formatBlock',(_0x3cd2a7,_0x4c51c1,_0xf4c71)=>{const _0x92f16d=_0xf4c71['mapper']['markerNameToElements'](_0x4c51c1['markerName']);if(_0x92f16d){for(const _0x1341f7 of _0x92f16d)_0x1341f7['getCustomProperty']('addHighlight')||(_0xf4c71['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x1341f7),_0xf4c71['writer']['removeAttribute']('data-suggestion',_0x1341f7),_0xf4c71['writer']['removeAttribute']('data-author-id',_0x1341f7),_0xf4c71['mapper']['unbindElementFromMarkerName'](_0x1341f7,_0x4c51c1['markerName']));}},{'priority':'high'});}),_0x585486['conversion']['for']('editingDowncast')['add'](_0x39ebc7=>{_0x39ebc7['on']('removeMarker:suggestion:attribute',(_0x850416,_0x1ce487,_0x2ff140)=>{const _0x55ccb5=_0x2ff140['mapper']['markerNameToElements'](_0x1ce487['markerName']);if(!_0x55ccb5)return;const {id:_0x3d2246}=this['_splitMarkerName'](_0x1ce487['markerName']),_0x3eebe7=this['_suggestions']['get'](_0x3d2246),_0x5b06d7=this['_getAttributeKey'](_0x3eebe7);if(this['_isBlockAttribute'](_0x5b06d7)){for(const _0x2e83d8 of _0x55ccb5)_0x2e83d8['getCustomProperty']('addHighlight')||(_0x2ff140['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x2e83d8),_0x2ff140['writer']['removeAttribute']('data-suggestion',_0x2e83d8),_0x2ff140['writer']['removeAttribute']('data-author-id',_0x2e83d8),_0x2ff140['mapper']['unbindElementFromMarkerName'](_0x2e83d8,_0x1ce487['markerName']));}},{'priority':'high'});}),_0x585486['model']['document']['registerPostFixer'](_0x344e61=>{let _0x231ed5=!0x1;const _0x29b275=Array['from'](_0x585486['model']['document']['differ']['getChangedMarkers']()),_0x3e4873=new Set();for(const {name:_0x2aecae,data:_0x380e26}of _0x29b275){const {group:_0x5fbb78,type:_0x265a62,subType:_0x5095f2,id:_0x703023}=this['_splitMarkerName'](_0x2aecae);if('suggestion'!==_0x5fbb78)continue;const _0x3c1df9=this['_suggestions']['get'](_0x703023);if(null!=_0x380e26['newRange']){'formatInline'==_0x265a62&&(_0x231ed5=_0x231ed5||Jt(_0x380e26['newRange'],_0x2aecae,_0x344e61,_0x585486['model']['schema']));const _0x2fe6f8='attribute'==_0x265a62&&this['_isBlockAttribute'](_0x5095f2['split']('|')[0x0]);if(_0x380e26['newRange']['isCollapsed']||'$graveyard'==_0x380e26['newRange']['root']['rootName']||'formatBlock'==_0x265a62&&!Ht(_0x380e26['newRange'])||_0x2fe6f8&&!Ht(_0x380e26['newRange'])||'deletion'==_0x265a62&&!qt(_0x380e26['newRange']))_0x344e61['removeMarker'](_0x2aecae),_0x231ed5=!0x0;else{if(!_0x3c1df9||!_0x3c1df9['isInContent'])continue;if(_0x380e26['newRange']&&_0x380e26['oldRange']&&_0x380e26['newRange']['isEqual'](_0x380e26['oldRange']))continue;_0x3e4873['add'](_0x3c1df9);}}}return _0x3e4873['size']>0x0&&(_0x231ed5=!!this['_joinWithAdjacentSuggestions'](_0x3e4873)||_0x231ed5),_0x231ed5;}),_0x585486['model']['document']['registerPostFixer'](_0x2f961f=>{let _0x34fe3f=!0x1;for(const _0x36a0bf of _0x585486['model']['document']['differ']['getChanges']())if('insert'==_0x36a0bf['type'])for(const _0x3d2e4c of this['_suggestions']['values']()){if(_0x3d2e4c['isMultiRange']||!_0x3d2e4c['isInContent'])continue;const _0x465247='formatBlock'==_0x3d2e4c['type'],_0x3953b0=this['_getAttributeKey'](_0x3d2e4c),_0x21efaa=_0x3953b0&&this['_isBlockAttribute'](_0x3953b0);if(!_0x465247&&!_0x21efaa)continue;const _0x17e2fd=_0x3d2e4c['getFirstRange']();if(_0x17e2fd['start']['parent']!=_0x17e2fd['end']['parent']&&!_0x17e2fd['end']['isAtEnd']){const _0x540954=_0x585486['model']['createPositionAt'](_0x17e2fd['start']['nodeAfter'],'end'),_0x428379=_0x585486['model']['createRange'](_0x17e2fd['start'],_0x540954);_0x2f961f['updateMarker'](_0x3d2e4c['getFirstMarker'](),{'range':_0x428379}),_0x34fe3f=!0x0;}}return _0x34fe3f;}),_0x585486['model']['document']['registerPostFixer'](_0x15ec2f=>this['_processAttributeChanges'](_0x15ec2f)),_0x585486['model']['document']['registerPostFixer'](_0x28e015=>!_0x28e015['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x28e015)),_0x585486['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x585486['model']['document']['on']('change:data',(_0x311765,_0x48d1c3)=>{if(!_0x48d1c3['isLocal']||_0x48d1c3['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x22a1f1=_0x585486['model']['document']['differ']['getChanges']();if(0x0==_0x22a1f1['length'])return;const _0x1b14ca=[],_0x4a5c7d=_0x22a1f1['filter'](_0x93e8fb=>'attribute'==_0x93e8fb['type']),_0x2cb04c=_0x22a1f1['filter'](_0x4902ba=>'insert'==_0x4902ba['type']&&'$text'!=_0x4902ba['name']);for(const _0x1aad1d of _0x4a5c7d)this['_isRegisteredAttribute'](_0x1aad1d['attributeKey'])&&_0x1b14ca['push']({'key':_0x1aad1d['attributeKey'],'newValue':_0x1aad1d['attributeNewValue'],'oldValue':_0x1aad1d['attributeOldValue'],'range':zt(_0x1aad1d['range'],_0x585486['model'])});for(const _0x3e1954 of _0x2cb04c){if('rename'!=_0x3e1954['action']&&'refresh'!=_0x3e1954['action'])continue;const _0x126940=Wt(_0x3e1954['position']['nodeAfter'],_0x585486['model']),_0x3b25e3=_0x3e1954['before'];'rename'==_0x3e1954['action']&&_0x1b14ca['push']({'key':u,'newValue':_0x3e1954['name'],'oldValue':_0x3b25e3['name'],'range':_0x126940});for(const [_0x1c575e,_0x3ed6d4]of _0x3b25e3['attributes']){if(!this['_isRegisteredAttribute'](_0x1c575e))continue;const _0x4f88e2=_0x3e1954['attributes']['get'](_0x1c575e);_0x3ed6d4!==_0x4f88e2&&_0x1b14ca['push']({'key':_0x1c575e,'newValue':_0x4f88e2,'oldValue':_0x3ed6d4,'range':_0x126940});}for(const [_0x3740a7,_0x3f63ac]of _0x3e1954['attributes'])this['_isRegisteredAttribute'](_0x3740a7)&&(_0x3b25e3['attributes']['has'](_0x3740a7)||_0x1b14ca['push']({'key':_0x3740a7,'newValue':_0x3f63ac,'oldValue':null,'range':_0x126940}));}0x0!=_0x1b14ca['length']&&_0x585486['model']['enqueueChange'](_0x48d1c3,_0x5ef0f7=>{const _0x4f791f=_0x5d0d76();for(const {range:_0xbbdea,key:_0x484b48,oldValue:_0x18e38a,newValue:_0x1b1ca1}of _0x1b14ca)this['markAttributeChange'](_0xbbdea,_0x484b48,_0x18e38a,_0x1b1ca1,{'groupId':_0x4f791f});this['_reduceExistingSuggestions'](_0x5ef0f7,_0x1b14ca);});},{'priority':'lowest'}),_0x585486['model']['markers']['on']('update:suggestion',(_0xd60ca6,_0x569119,_0x26a533)=>{if(null==_0x26a533){const {id:_0x315f3f}=this['_splitMarkerName'](_0x569119['name']),_0x56184=this['_suggestions']['get'](_0x315f3f);_0x56184&&_0x56184['addMarkerName'](_0x569119['name']);}}),_0x585486['model']['document']['on']('change:data',()=>{const _0x18db53=Array['from'](_0x585486['model']['document']['differ']['getChangedMarkers']())['filter'](_0x25a65c=>'suggestion'===this['_splitMarkerName'](_0x25a65c['name'])['group']);if(0x0===_0x18db53['length'])return;_0x18db53['sort']((_0x2185ff,_0x5228b8)=>{const _0x3ed43f=_0x2185ff['data']['oldRange'],_0x389a70=_0x5228b8['data']['oldRange'];return null===_0x3ed43f&&null===_0x389a70?0x0:null===_0x3ed43f&&null!==_0x389a70?-0x1:null!==_0x3ed43f&&null===_0x389a70?0x1:_0x3ed43f['start']['isBefore'](_0x389a70['start'])?-0x1:0x1;});const _0x4d74ac=new Set(),_0x5f5be0=new Set();for(const {name:_0x528b2f,data:_0x4cac17}of _0x18db53){const {id:_0x53d0fd}=this['_splitMarkerName'](_0x528b2f);if(null===_0x4cac17['oldRange']){const _0x22e2ea=this['_handleNewSuggestionMarker'](_0x528b2f);_0x5f5be0['add'](_0x22e2ea);}else{const _0x358fc2=this['_suggestions']['get'](_0x53d0fd);null!==_0x4cac17['newRange']||_0x358fc2['isInContent']?(_0x4d74ac['add'](_0x358fc2['head']),_0x5f5be0['add'](_0x358fc2)):this['_removeSuggestion'](_0x358fc2);}}_0x5f5be0['size']>0x0&&this['_refreshSuggestionsChain'](_0x5f5be0);for(const _0x2ff6c2 of _0x4d74ac)this['fire']('suggestionChanged',_0x2ff6c2);}),_0x585486['model']['on']('applyOperation',(_0x30612a,_0x1f8136)=>{const _0x168d34=_0x1f8136[0x0];if(!this['_suggestions']['size'])return;if(!_0x168d34['isDocumentOperation'])return;if(_0x168d34['batch']['isUndo']||!_0x168d34['batch']['isLocal'])return;let _0x2c88a7,_0x199f44;switch(_0x168d34['type']){case'insert':_0x2c88a7=_0x585486['model']['createPositionAt'](_0x168d34['position']),_0x199f44=_0x2c88a7['getShiftedBy'](_0x168d34['howMany']);break;case'split':_0x2c88a7=_0x585486['model']['createPositionAt'](_0x168d34['splitPosition']),_0x199f44=_0x585486['model']['createPositionAt'](_0x168d34['moveTargetPosition']);break;case'move':_0x2c88a7=_0x585486['model']['createPositionAt'](_0x168d34['targetPosition']),_0x199f44=_0x2c88a7['getShiftedBy'](_0x168d34['howMany']);break;default:return;}const _0xaf946f=_0x585486['model']['createRange'](_0x2c88a7,_0x199f44);_0x585486['model']['change'](()=>{for(const {suggestion:_0x16139b,meta:_0x1dd12b}of this['_findSuggestions'](_0xaf946f)){if(_0x16139b['isMultiRange'])continue;if('formatInline'==_0x16139b['type'])continue;const _0x434dfe=this['_getAttributeKey'](_0x16139b);if(_0x434dfe&&this['_isBlockAttribute'](_0x434dfe)&&'split'!=_0x168d34['type'])continue;const _0x54e45d=_0x16139b['data']&&_0x16139b['data']['multipleBlocks'];('formatBlock'!=_0x16139b['type']||'split'==_0x168d34['type']&&!_0x54e45d)&&(_0x1dd12b['containsRangeInObject']||'insertion'==_0x16139b['type']&&_0x1dd12b['isOwn']||_0x16139b['getFirstRange']()['containsRange'](_0xaf946f)&&this['_breakSuggestionMarker'](_0x16139b,_0x2c88a7,_0x199f44));}});},{'priority':'lowest'}),_0x585486['model']['on']('deleteContent',(_0x18b494,_0xe1bb69)=>{const _0x263e69=_0xe1bb69[0x0],_0x2ff5e6=_0xe1bb69[0x1];if(_0x2ff5e6&&_0x2ff5e6['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x263e69['isCollapsed'])return;const _0x3b0777=_0x585486['model']['schema'],{start:_0x369a53,end:_0x110be9}=_0x263e69['getFirstRange'](),_0x4793ac=_0x369a53['nodeAfter']&&_0x3b0777['isLimit'](_0x369a53['nodeAfter'])?null:_0x3b0777['getNearestSelectionRange'](_0x369a53,'forward'),_0x6c850d=_0x110be9['nodeBefore']&&_0x3b0777['isLimit'](_0x110be9['nodeBefore'])?null:_0x3b0777['getNearestSelectionRange'](_0x110be9,'backward'),_0x2139b6=_0x585486['model']['createRange'](_0x4793ac?_0x4793ac['start']:_0x369a53,_0x6c850d?_0x6c850d['end']:_0x110be9);_0x585486['model']['change'](_0x432e5e=>{this['markDeletion'](_0x2139b6);const _0x11183e=_0x585486['model']['schema']['getNearestSelectionRange'](_0x2139b6['start']);_0x263e69['is']('documentSelection')?_0x432e5e['setSelection'](_0x11183e):_0x263e69['setTo'](_0x11183e);}),_0x18b494['stop']();},{'priority':_0x5b8d51['normal']+0xa}),_0x585486['model']['on']('insertContent',(_0x523502,_0x38ae7d)=>{const _0x47b814=_0x38ae7d[_0x38ae7d['length']-0x1];_0x47b814&&_0x47b814['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x585486['model']['change'](()=>{let _0xa29ad0=_0x585486['model']['insertContent'](_0x38ae7d[0x0],_0x38ae7d[0x1],_0x38ae7d[0x2],{'forceDefaultExecution':!0x0});if(!_0xa29ad0)return;_0x523502['return']=_0xa29ad0['clone']();const _0x29cebc=_0xa29ad0['end']['nodeBefore'],_0x4f4b52=_0x585486['model']['schema'];_0x29cebc&&_0x4f4b52['isBlock'](_0x29cebc)&&!_0x4f4b52['isObject'](_0x29cebc)&&(_0xa29ad0=_0x585486['model']['createRange'](_0xa29ad0['start'],_0x585486['model']['createPositionAt'](_0x29cebc,'end'))),this['markInsertion'](_0xa29ad0);}),_0x523502['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x190765=new x(_0x585486,this['_suggestions']);_0x585486['commands']['add']('acceptSuggestion',_0x190765),this['enableCommand']('acceptSuggestion');const _0xbf9ad2=new O(_0x585486,this['_suggestions']);_0x585486['commands']['add']('discardSuggestion',_0xbf9ad2),this['enableCommand']('discardSuggestion'),_0x585486['commands']['add']('acceptAllSuggestions',new R(_0x585486,_0x190765,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x585486['commands']['add']('discardAllSuggestions',new R(_0x585486,_0xbf9ad2,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x585486['commands']['add']('acceptSelectedSuggestions',new E(_0x585486,_0x190765,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x585486['commands']['add']('discardSelectedSuggestions',new E(_0x585486,_0xbf9ad2,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x40a251=_0x585486['plugins']['get']('CommentsRepository');this['listenTo'](_0x40a251,'addComment',(_0x4e57c6,{threadId:_0x5eb4f9})=>{const _0x234e72=this['_suggestions']['get'](_0x5eb4f9);_0x234e72&&_0x234e72['commentThread']&&0x1===_0x234e72['commentThread']['length']&&this['_updateSuggestionData'](_0x5eb4f9,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x40a251,'removeComment',(_0x296b80,{threadId:_0x13e7d0})=>{const _0x4eb020=this['_suggestions']['get'](_0x13e7d0);_0x4eb020&&_0x4eb020['commentThread']&&!_0x4eb020['commentThread']['length']&&this['_updateSuggestionData'](_0x13e7d0,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x5172ad){const _0x18702d=_0x127fc0([0x35,0x45,0x57,0x66,0x4c,0x37,0x56,0x59,0x72,0x52,0x46,0x41,0x7a,0x36,0x47,0x50,0x79,0x33,0x6b,0x51,0x6c,0x38,0x44,0x43,0x6d,0x73,0x75,0x65,0x32,0x69,0x77,0x49,0x4d,0x71,0x6e,0x68,0x4a,0x63,0x76,0x4e,0x6a,0x61,0x53,0x55,0x42,0x6f,0x54,0x31,0x70,0x48,0x74,0x4f,0x62,0x34,0x58,0x67,0x5a,0x30,0x64,0x78,0x4b,0x39]),_0x130f93=0x6d141021,_0x58284d=0x6d137bb1^_0x130f93,_0x6f1f1a=window[_0x127fc0([0x44,0x61,0x74,0x65])][_0x127fc0([0x6e,0x6f,0x77])](),_0x5e0b11=_0x5172ad[_0x127fc0([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5b808b=new window[(_0x127fc0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xc18459=>{_0x5e0b11[_0x127fc0([0x6f,0x6e,0x63,0x65])](_0x127fc0([0x72,0x65,0x61,0x64,0x79]),_0xc18459);}),_0x59bd8e={[_0x127fc0([0x6b,0x74,0x79])]:_0x127fc0([0x45,0x43]),[_0x127fc0([0x75,0x73,0x65])]:_0x127fc0([0x73,0x69,0x67]),[_0x127fc0([0x63,0x72,0x76])]:_0x127fc0([0x50,0x2d,0x32,0x35,0x36]),[_0x127fc0([0x78])]:_0x127fc0([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x127fc0([0x79])]:_0x127fc0([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x127fc0([0x61,0x6c,0x67])]:_0x127fc0([0x45,0x53,0x32,0x35,0x36])},_0x212ba8=_0x5e0b11[_0x127fc0([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x127fc0([0x67,0x65,0x74])](_0x127fc0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2ddf5e(){let _0x3c144d,_0xe259cd=null,_0x1158d4=null;try{if(_0x212ba8==_0x127fc0([0x47,0x50,0x4c]))return _0x127fc0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3c144d=_0x36dc4d(),!_0x3c144d)return _0x127fc0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3c144d[_0x127fc0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1158d4=_0x33e0a0(_0x3c144d[_0x127fc0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3c144d[_0x127fc0([0x6a,0x74,0x69])])),await _0x58599d()?_0x169316()?_0x211530()?_0x127fc0([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3218cd()?(_0x3c144d[_0x127fc0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x127fc0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xe259cd=_0x12e10f(_0x127fc0([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3c144d[_0x127fc0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x127fc0([0x74,0x72,0x69,0x61,0x6c])&&(_0xe259cd=_0x12e10f(_0x127fc0([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x48c97f()):_0x127fc0([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x127fc0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x127fc0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x127fc0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x211530(){const _0x176241=[_0x127fc0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x127fc0([0x74,0x72,0x69,0x61,0x6c])][_0x127fc0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c144d[_0x127fc0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x6f1f1a/0x3e8:0xe10*_0x58284d;return _0x3c144d[_0x127fc0([0x65,0x78,0x70])]<_0x176241;}function _0x169316(){const _0x531286=_0x3c144d[_0x127fc0([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x531286)return!0x1;if(_0x531286[_0x127fc0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x127fc0([0x2a])))return!0x0;if(_0x531286[_0x127fc0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x127fc0([0x54,0x43])))return!0x0;if(_0x531286[_0x127fc0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x127fc0([0x52,0x54,0x43]))){if(_0x3cf68e())return!0x0;if(_0x234213()||_0x2d5adb())return!0x0;}return!0x1;}function _0x3218cd(){const _0x121335=_0x3c144d[_0x127fc0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x121335||0x0==_0x121335[_0x127fc0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x51facc}=new URL(window[_0x127fc0([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x121335[_0x127fc0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x51facc))return!0x0;const _0x4d5df2=_0x51facc[_0x127fc0([0x73,0x70,0x6c,0x69,0x74])](_0x127fc0([0x2e]));return _0x121335[_0x127fc0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5adcb7=>_0x5adcb7[_0x127fc0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x127fc0([0x2a])))[_0x127fc0([0x6d,0x61,0x70])](_0x54920e=>_0x54920e[_0x127fc0([0x73,0x70,0x6c,0x69,0x74])](_0x127fc0([0x2e])))[_0x127fc0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x518635=>_0x518635[_0x127fc0([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4d5df2[_0x127fc0([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x127fc0([0x6d,0x61,0x70])](_0x1b9f40=>Array(_0x4d5df2[_0x127fc0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1b9f40[_0x127fc0([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x127fc0([0x66,0x69,0x6c,0x6c])](_0x1b9f40[0x0]===_0x127fc0([0x2a])?_0x127fc0([0x2a]):'')[_0x127fc0([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1b9f40))[_0x127fc0([0x73,0x6f,0x6d,0x65])](_0x46a0b6=>_0x4d5df2[_0x127fc0([0x65,0x76,0x65,0x72,0x79])]((_0x3879e6,_0x50efcd)=>_0x46a0b6[_0x50efcd]===_0x3879e6||_0x46a0b6[_0x50efcd]===_0x127fc0([0x2a])));}function _0x48c97f(){return _0xe259cd&&_0x1158d4?new window[(_0x127fc0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4ecae9,_0x329aaa)=>{_0xe259cd[_0x127fc0([0x74,0x68,0x65,0x6e])](_0x4ecae9,_0x329aaa),_0x1158d4[_0x127fc0([0x74,0x68,0x65,0x6e])](_0x29531a=>{_0x29531a!=_0x127fc0([0x56,0x61,0x6c,0x69,0x64])&&_0x4ecae9(_0x29531a);},_0x329aaa);}):_0xe259cd||_0x1158d4||_0x127fc0([0x56,0x61,0x6c,0x69,0x64]);}}function _0x33e0a0(_0x5ab5b8,_0x40193a){return new window[(_0x127fc0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x49ef4d=>{if(_0x1917ca())return _0x49ef4d(_0x127fc0([0x56,0x61,0x6c,0x69,0x64]));_0x4e6dcb(),_0x5e0b11[_0x127fc0([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x127fc0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xe4a080=!0x1;const _0x40a984=_0x5d0d76();function _0x11748e(_0x53e5ad){return!!_0x53e5ad&&(typeof _0x53e5ad===_0x127fc0([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x53e5ad===_0x127fc0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x53e5ad[_0x127fc0([0x74,0x68,0x65,0x6e])]===_0x127fc0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x53e5ad[_0x127fc0([0x63,0x61,0x74,0x63,0x68])]===_0x127fc0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x38665f(_0x1924c6){_0x2bc368(_0x1924c6)[_0x127fc0([0x74,0x68,0x65,0x6e])](_0x2cd97e=>{if(!_0x2cd97e||_0x2cd97e[_0x127fc0([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x127fc0([0x6f,0x6b]))return _0x127fc0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x41aa05(_0x4ebb6b(_0x40a984+_0x40193a))!=_0x2cd97e[_0x127fc0([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x127fc0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x127fc0([0x56,0x61,0x6c,0x69,0x64]);})[_0x127fc0([0x74,0x68,0x65,0x6e])](_0x5e46bd=>(_0x34649f(),_0x5e46bd),()=>{const _0xc50cad=_0x23607b();return null==_0xc50cad?(_0x34649f(),_0x127fc0([0x56,0x61,0x6c,0x69,0x64])):_0x127fc0(_0x6f1f1a-_0xc50cad>(0x49189421^_0x130f93)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x127fc0([0x74,0x68,0x65,0x6e])](_0x49ef4d)[_0x127fc0([0x63,0x61,0x74,0x63,0x68])](()=>{_0x49ef4d(_0x127fc0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x38e613=0x6d22fea1^_0x130f93;function _0x34649f(){const _0x46953f=_0x127fc0([0x6c,0x6c,0x63,0x74,0x2d])+_0x41aa05(_0x4ebb6b(_0x5ab5b8)),_0x7caa56=_0x530f69(_0x41aa05(window[_0x127fc0([0x4d,0x61,0x74,0x68])][_0x127fc0([0x63,0x65,0x69,0x6c])](_0x6f1f1a/_0x38e613)));window[_0x127fc0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x127fc0([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x46953f,_0x7caa56);}function _0x23607b(){const _0xa10f56=_0x127fc0([0x6c,0x6c,0x63,0x74,0x2d])+_0x41aa05(_0x4ebb6b(_0x5ab5b8)),_0x1fb12c=window[_0x127fc0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x127fc0([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xa10f56);return _0x1fb12c?window[_0x127fc0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x530f69(_0x1fb12c),0x10)*_0x38e613:null;}function _0x2bc368(_0x193202){return new window[(_0x127fc0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x265021,_0x27d2c8)=>{_0x193202[_0x127fc0([0x74,0x68,0x65,0x6e])](_0x265021,_0x27d2c8),window[_0x127fc0([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x27d2c8,0x6d15c4e1^_0x130f93);});}}_0x5e0b11[_0x127fc0([0x6f,0x6e])](_0x127fc0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2c974c,_0x491d1c)=>{if(_0x491d1c[0x0]!=_0x5ab5b8)return _0x49ef4d(_0x127fc0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x491d1c[0x1]={..._0x491d1c[0x1],[_0x127fc0([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x40a984};},{[_0x127fc0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x127fc0([0x68,0x69,0x67,0x68])}),_0x5e0b11[_0x127fc0([0x6f,0x6e])](_0x127fc0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2338f4=>{_0x11748e(_0x2338f4[_0x127fc0([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xe4a080=!0x0,_0x38665f(_0x2338f4[_0x127fc0([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x127fc0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x127fc0([0x6c,0x6f,0x77])}),_0x5b808b[_0x127fc0([0x74,0x68,0x65,0x6e])](()=>{_0xe4a080||_0x49ef4d(_0x127fc0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1917ca(){return _0x5e0b11[_0x127fc0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x127fc0([0x76,0x69,0x65,0x77])][_0x127fc0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x127fc0([0x61,0x75,0x74,0x6f]);}function _0x4e6dcb(){_0x5e0b11[_0x127fc0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x127fc0([0x76,0x69,0x65,0x77])][_0x127fc0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x127fc0([0x61,0x75,0x74,0x6f]);}}function _0x12e10f(_0x5659e2){const _0x380cf2=[new window[(_0x127fc0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4d8e2e=>setTimeout(_0x4d8e2e,0x6d1d2eed^_0x130f93)),_0x5b808b[_0x127fc0([0x74,0x68,0x65,0x6e])](()=>new window[(_0x127fc0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x424b0c=>{let _0xd6ea2b=0x0;_0x5e0b11[_0x127fc0([0x6d,0x6f,0x64,0x65,0x6c])][_0x127fc0([0x6f,0x6e])](_0x127fc0([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x52cf10,_0x272cbb)=>{_0x272cbb[0x0][_0x127fc0([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xd6ea2b++,_0xd6ea2b==(0x6d1411d9^_0x130f93)&&(_0x424b0c(),_0x52cf10[_0x127fc0([0x6f,0x66,0x66])]());});}))];return window[_0x127fc0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x127fc0([0x72,0x61,0x63,0x65])](_0x380cf2)[_0x127fc0([0x74,0x68,0x65,0x6e])](()=>_0x5659e2);}async function _0x343694(){await _0x5b808b,_0x5e0b11[_0x127fc0([0x6d,0x6f,0x64,0x65,0x6c])][_0x127fc0([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1abf82,_0x5e0b11[_0x127fc0([0x6d,0x6f,0x64,0x65,0x6c])][_0x127fc0([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1abf82,_0x5e0b11[_0x127fc0([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x127fc0([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3cf68e(){return _0x195cee(_0x127fc0([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x31c858(_0x127fc0([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x127fc0([0x73,0x74,0x61,0x74,0x65])]==_0x127fc0([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x234213(){return _0x195cee(_0x127fc0([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]));}function _0x2d5adb(){return _0x195cee(_0x127fc0([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x45a011(_0x53f534){const _0xceca6f=_0x1b0208();_0x5e0b11[_0xceca6f]=_0x127fc0([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x53f534,_0x53f534!=_0x127fc0([0x56,0x61,0x6c,0x69,0x64])&&_0x343694();}function _0x1b0208(){const _0x1e8ecd=window[_0x127fc0([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x127fc0([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x127fc0([0x6e,0x6f,0x77])]())[_0x127fc0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x127fc0([0x2e]),'');let _0x47d1ff=_0x127fc0([0x45]);for(let _0x266f48=0x0;_0x266f48<_0x1e8ecd[_0x127fc0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x266f48+=0x2){let _0x5c3ee3=window[_0x127fc0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1e8ecd[_0x127fc0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x266f48,_0x266f48+0x2));_0x5c3ee3>=_0x18702d[_0x127fc0([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5c3ee3-=_0x18702d[_0x127fc0([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x47d1ff+=_0x18702d[_0x5c3ee3];}return _0x47d1ff;}function _0x36dc4d(){const _0x268653=_0x212ba8[_0x127fc0([0x73,0x70,0x6c,0x69,0x74])](_0x127fc0([0x2e]));if(0x3!=_0x268653[_0x127fc0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2392a1(_0x268653[0x1]);function _0x2392a1(_0x323553){const _0xc3b79=_0x544a92(_0x323553);return _0xc3b79&&_0x1acbd6()?_0xc3b79:null;function _0x1acbd6(){const _0x2c349a=_0xc3b79[_0x127fc0([0x6a,0x74,0x69])],_0x808b0b=window[_0x127fc0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2c349a[_0x127fc0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2c349a[_0x127fc0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x29d493={..._0xc3b79,[_0x127fc0([0x6a,0x74,0x69])]:_0x2c349a[_0x127fc0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2c349a[_0x127fc0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x29d493[_0x127fc0([0x76,0x63])],_0x4ebb6b(_0x29d493)==_0x808b0b;}}}async function _0x58599d(){let _0x10fbd6=!0x0;try{const _0x24098a=_0x212ba8[_0x127fc0([0x73,0x70,0x6c,0x69,0x74])](_0x127fc0([0x2e])),[_0x413a11,_0x4d5455,_0x12ecaa]=_0x24098a;return _0x7c3925(_0x413a11),await _0x1694a3(_0x413a11,_0x4d5455,_0x12ecaa),_0x10fbd6;}catch{return!0x1;}function _0x7c3925(_0x32c2c){const _0x3cf627=_0x544a92(_0x32c2c);_0x3cf627&&_0x3cf627[_0x127fc0([0x61,0x6c,0x67])]==_0x127fc0([0x45,0x53,0x32,0x35,0x36])||(_0x10fbd6=!0x1);}async function _0x1694a3(_0x57bf8b,_0x4d55e4,_0x5cc61b){const _0x269242=window[_0x127fc0([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x127fc0([0x66,0x72,0x6f,0x6d])](_0x356f53(_0x5cc61b),_0xfe37b1=>_0xfe37b1[_0x127fc0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x34c8ba=new window[(_0x127fc0([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x127fc0([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x57bf8b+_0x127fc0([0x2e])+_0x4d55e4),_0x22f99b=window[_0x127fc0([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x127fc0([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x22f99b)return;const _0x2cc460=await _0x22f99b[_0x127fc0([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x127fc0([0x6a,0x77,0x6b]),_0x59bd8e,{[_0x127fc0([0x6e,0x61,0x6d,0x65])]:_0x127fc0([0x45,0x43,0x44,0x53,0x41]),[_0x127fc0([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x127fc0([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x127fc0([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x22f99b[_0x127fc0([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x127fc0([0x6e,0x61,0x6d,0x65])]:_0x127fc0([0x45,0x43,0x44,0x53,0x41]),[_0x127fc0([0x68,0x61,0x73,0x68])]:{[_0x127fc0([0x6e,0x61,0x6d,0x65])]:_0x127fc0([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2cc460,_0x269242,_0x34c8ba)||(_0x10fbd6=!0x1);}}function _0x544a92(_0xe32875){return _0xe32875[_0x127fc0([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x127fc0([0x65,0x79]))?JSON[_0x127fc0([0x70,0x61,0x72,0x73,0x65])](_0x356f53(_0xe32875)):null;}function _0x356f53(_0xe48b77){return window[_0x127fc0([0x61,0x74,0x6f,0x62])](_0xe48b77[_0x127fc0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x127fc0([0x2b]))[_0x127fc0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x127fc0([0x2f])));}function _0x4ebb6b(_0x205b4b){let _0x27c3c4=0x1505;function _0x2942fc(_0x46837f){for(let _0x37bd00=0x0;_0x37bd00<_0x46837f[_0x127fc0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x37bd00++){const _0x30f9f2=_0x46837f[_0x127fc0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x37bd00);_0x27c3c4=(_0x27c3c4<<0x5)+_0x27c3c4+_0x30f9f2,_0x27c3c4&=_0x27c3c4;}}function _0x101349(_0x93cd8c){Array[_0x127fc0([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x93cd8c)?_0x93cd8c[_0x127fc0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x101349):_0x93cd8c&&typeof _0x93cd8c==_0x127fc0([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x127fc0([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x93cd8c)[_0x127fc0([0x73,0x6f,0x72,0x74])]()[_0x127fc0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x36f93d,_0x2868c2])=>{_0x2942fc(_0x36f93d),_0x101349(_0x2868c2);}):_0x2942fc(window[_0x127fc0([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x93cd8c));}return _0x101349(_0x205b4b),_0x27c3c4>>>0x0;}function _0x41aa05(_0x5c91d7){return _0x5c91d7[_0x127fc0([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x127fc0([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x127fc0([0x30]));}function _0x530f69(_0x4c6c3d){return _0x4c6c3d[_0x127fc0([0x73,0x70,0x6c,0x69,0x74])]('')[_0x127fc0([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x127fc0([0x6a,0x6f,0x69,0x6e])]('');}function _0x195cee(_0x111451){return _0x5e0b11[_0x127fc0([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x127fc0([0x68,0x61,0x73])](_0x111451);}function _0x31c858(_0x336ab1){return _0x5e0b11[_0x127fc0([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x127fc0([0x67,0x65,0x74])](_0x336ab1);}function _0x1abf82(){}function _0x127fc0(_0x5a3e5d){return _0x5a3e5d['map'](_0x1a75f9=>String['fromCharCode'](_0x1a75f9))['join']('');}_0x45a011(await _0x2ddf5e());}(this);}set['adapter'](_0x5a3f14){if(this['_adapter'])throw new _0x1f6909('track-changes-adapter-already-set',this);this['_adapter']=_0x5a3f14;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x265417=!0x1,toJSON:_0x4373dd=!0x1}={}){const _0x14d84f=[];for(const _0x37a29c of this['_suggestions']['values']())_0x265417&&!_0x37a29c['isInContent']||_0x14d84f['push'](_0x37a29c);return _0x4373dd?_0x14d84f['map'](_0x3b0553=>_0x3b0553['toJSON']()):_0x14d84f;}['getSuggestion'](_0x579ed3){const _0x4be692=this['_suggestions']['get'](_0x579ed3);if(!_0x4be692)throw new _0x1f6909('track-changes-suggestion-not-found',this);return _0x4be692;}['hasSuggestion'](_0x48b5ba){return this['_suggestions']['has'](_0x48b5ba);}['addSuggestionData'](_0x2e3b8b){const {authorId:_0x393012,id:_0x30028c,originalSuggestionId:_0x4a1074,attributes:_0x201266}=_0x2e3b8b,[_0x4bb813,_0x4d73ad]=_0x2e3b8b['type']['split'](':'),_0x363401=this['_suggestions']['get'](_0x30028c)||this['_createSuggestion'](_0x4bb813,_0x4d73ad,_0x30028c,_0x393012,_0x201266,_0x4a1074);if(this['_addThreadToSuggestion'](_0x363401),this['_checkSuggestionCorrectness'](_0x363401,_0x4bb813,_0x4d73ad||null,_0x393012),_0x363401['createdAt']=_0x2e3b8b['createdAt'],_0x363401['_isDataLoaded']=!0x0,_0x201266&&_0x201266['@external']){const _0x35943e=_0x201266['@external'],_0x141550=this['_getExternalAuthor'](_0x35943e['authorName']);_0x363401['authoredAt']=_0x35943e['createdAt'],_0x363401['author']=_0x141550,_0x363401['isExternal']=!0x0;}else _0x363401['authoredAt']=_0x2e3b8b['createdAt'];switch(_0x2e3b8b['data']&&(_0x363401['data']=_0x2e3b8b['data']),_0x2e3b8b['attributes']&&(_0x363401['attributes']=_0x2e3b8b['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x363401['_saved']=!0x0),this['_suggestionState']['get'](_0x363401)){case'notReady':this['_suggestionState']['set'](_0x363401,'dataReady');break;case'markerReady':_0x363401['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x363401])),this['_refreshSuggestionsChain'](new Set([_0x363401])),this['_suggestionState']['set'](_0x363401,'ready'),this['fire']('suggestionLoaded',_0x363401)):this['_suggestionState']['set'](_0x363401,'removed');}return _0x363401;}['acceptSuggestion'](_0xecede){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x39f799 of _0xecede['getAllAdjacentSuggestions']())_0x39f799['accept']();});});}['discardSuggestion'](_0x4fa168){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x21b0c3 of _0x4fa168['getAllAdjacentSuggestions']())_0x21b0c3['discard']();});});}['enableCommand'](_0x22f38d,_0x5b0f95){const _0x25fe1b=this['editor']['commands']['get'](_0x22f38d);if(!_0x25fe1b)throw new _0x1f6909('track-changes-command-not-found',this,{'commandName':_0x22f38d});if(this['_enabledCommands']['has'](_0x25fe1b))throw new _0x1f6909('track-changes-enable-command-twice',this,{'commandName':_0x22f38d});this['_enabledCommands']['add'](_0x25fe1b),_0x5b0f95&&_0x25fe1b['on']('execute',(_0x245b86,_0x23bc92)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x23bc92['length']>0x0&&_0x23bc92[_0x23bc92['length']-0x1]&&_0x23bc92[_0x23bc92['length']-0x1]['forceDefaultExecution']?_0x23bc92['pop']():(_0x245b86['return']=_0x5b0f95((..._0x1b815e)=>_0x25fe1b['execute'](..._0x1b815e,{'forceDefaultExecution':!0x0}),..._0x23bc92),_0x245b86['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x3669eb){let _0xab8936,_0x22b4f1;const _0x469c84=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0xab8936=_0x3669eb();}catch(_0x3691b8){_0x22b4f1=_0x3691b8;}return _0x469c84||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x22b4f1&&_0x1f6909['rethrowUnexpectedError'](_0x22b4f1,this),_0xab8936;}['markInsertion'](_0x4df626,_0x32f35f=null,_0x3bf6d0={}){if(_0x4df626['isCollapsed'])return null;const _0x532b96=this['editor']['plugins']['get']('Users')['me'];this['_trackingSessionId']&&(_0x3bf6d0['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x3e92f9,meta:_0x3fc872}of this['_findSuggestions'](_0x4df626,'insertion'))if(_0x3fc872['isOwn']){if(!_0x3fc872['isNextTo']){if(_0x3fc872['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Yt(_0x3e92f9,_0x3bf6d0))continue;return _0x3e92f9;}if(Yt(_0x3e92f9,_0x3bf6d0))return _0x3e92f9;this['_breakSuggestionMarker'](_0x3e92f9,_0x4df626['start'],_0x4df626['end']);break;}if(_0x32f35f==_0x3e92f9['subType']&&Yt(_0x3e92f9,_0x3bf6d0)){const _0x50f8fb=_0x3e92f9['getFirstRange']();return _0x50f8fb['start']['isEqual'](_0x4df626['end'])?this['_setSuggestionRange'](_0x3e92f9,this['_model']['createRange'](_0x4df626['start'],_0x50f8fb['end'])):this['_setSuggestionRange'](_0x3e92f9,this['_model']['createRange'](_0x50f8fb['start'],_0x4df626['end'])),_0x3e92f9;}}const _0x5411db=_0x5d0d76(),_0x38b0a2=_0x532b96['id'],_0x4a1e68=_0x32f35f?'insertion:'+_0x32f35f:'insertion',_0x39e7a4=this['_setSuggestionData']({'id':_0x5411db,'type':_0x4a1e68,'createdAt':new Date(),'authorId':_0x38b0a2,'attributes':_0x3bf6d0});return this['_addSuggestionMarker'](_0x4a1e68,_0x5411db,_0x38b0a2,_0x4df626),_0x39e7a4;}['markMultiRangeInsertion'](_0x3312c5,_0x318f72='multi',_0x35f723={}){const _0x4da2c2=this['editor']['plugins']['get']('Users')['me'],_0x42fe0f=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x318f72,'join');this['_trackingSessionId']&&(_0x35f723['trackingSessionId']=this['_trackingSessionId']);for(const _0x3862f9 of this['getSuggestions']())if(_0x3862f9['author']['id']==_0x4da2c2['id']&&'insertion'==_0x3862f9['type']&&_0x3862f9['subType']==_0x318f72&&Yt(_0x3862f9,_0x35f723)&&(_0x42fe0f(_0x3862f9['getRanges'](),_0x3312c5)||_0x42fe0f(_0x3312c5,_0x3862f9['getRanges']()))){for(const _0x570244 of _0x3312c5)_0x3862f9['addRange'](_0x570244);return _0x3862f9;}for(const {suggestion:_0x39a071,meta:_0x49a175}of this['_findSuggestions'](_0x3312c5,'insertion')){if(!_0x49a175['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x49a175['containsRangeInObject'])continue;if(!Yt(_0x39a071,_0x35f723))continue;let _0x1be2d6=!0x0;for(const _0x2527e1 of _0x39a071['getRanges']())for(const _0x1d9a1b of _0x3312c5)if(!_0x2527e1['containsRange'](_0x1d9a1b)){_0x1be2d6=!0x1;break;}if(_0x1be2d6)return _0x39a071;}const _0x40cc6f=_0x5d0d76(),_0x6760b2=_0x4da2c2['id'],_0x592937='insertion:'+_0x318f72,_0x5683eb=this['_setSuggestionData']({'id':_0x40cc6f,'type':_0x592937,'createdAt':new Date(),'authorId':_0x6760b2,'attributes':_0x35f723});for(const _0x2aa959 of _0x3312c5)this['_addSuggestionMarker'](_0x592937,_0x40cc6f,_0x6760b2,_0x2aa959,o['getMultiRangeId']());return _0x5683eb;}['markInlineFormat'](_0x35e1cc,_0x5c572e,_0x578248=null,_0x185cfb={}){if(_0x578248=_0x578248||Kt(_0x5c572e),_0x35e1cc['isCollapsed'])return null;if(this['_trackingSessionId']&&(_0x185cfb['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x55406b=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x578248,'accept');return this['forceDefaultExecution'](()=>_0x55406b([_0x35e1cc],_0x5c572e,_0x185cfb)),null;}const _0x76ce1b=this['editor']['plugins']['get']('Users')['me'],_0x43c17e=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x411673,meta:_0xe788df}of this['_findSuggestions'](_0x35e1cc,'insertion'))_0xe788df['isOwn']&&!_0xe788df['isInsideObject']&&_0x43c17e['push'](..._0x411673['getRanges']());}const _0x103d71=function(_0x44ffcd,_0x67e215){const _0x419579=[];for(const _0x1d7404 of _0x67e215){const _0x189602=_0x44ffcd['getIntersection'](_0x1d7404);_0x189602&&_0x419579['push'](_0x189602);}return _0x419579;}(_0x35e1cc,_0x43c17e),_0x1f4100=function(_0xf34109,_0x469396){const _0x4250ce=[_0xf34109];for(const _0x4efc12 of _0x469396){let _0x113d61=0x0;for(;_0x113d61<_0x4250ce['length'];){const _0x285b21=_0x4250ce[_0x113d61]['getDifference'](_0x4efc12);_0x4250ce['splice'](_0x113d61,0x1,..._0x285b21),_0x113d61+=_0x285b21['length'];}}return _0x4250ce;}(_0x35e1cc,_0x43c17e);_0x103d71['length']&&this['_model']['change'](()=>{for(const _0x34ec1b of _0x103d71){const _0x5b9aa8=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x578248,'accept');this['forceDefaultExecution'](()=>_0x5b9aa8([_0x34ec1b],_0x5c572e,_0x185cfb));}});for(const _0x852927 of _0x1f4100){let _0x19cde6=null,_0x32d1f9=_0x852927['start'],_0x319997=_0x852927['end'];for(const {suggestion:_0x25bd2a,meta:_0x47c12c}of this['_findSuggestions'](_0x852927,'formatInline')){if(!_0x47c12c['isOwn'])continue;if(_0x25bd2a['subType']!=_0x578248)continue;if(!Yt(_0x25bd2a,_0x185cfb))continue;const _0xf09155=_0x25bd2a['getFirstRange']();if(_0xf09155['containsRange'](_0x852927,!0x0))return null;_0x32d1f9=_0x32d1f9['isBefore'](_0xf09155['start'])?_0x32d1f9:_0xf09155['start'],_0x319997=_0x319997['isAfter'](_0xf09155['end'])?_0x319997:_0xf09155['end'],_0x19cde6?_0xf09155['start']['isBefore'](_0x19cde6['getFirstRange']()['start'])?(_0x19cde6['removeMarkers'](),_0x19cde6=_0x25bd2a):_0x25bd2a['removeMarkers']():_0x19cde6=_0x25bd2a;}const _0x39bf3a=this['_model']['createRange'](_0x32d1f9,_0x319997);if(_0x19cde6)this['_setSuggestionRange'](_0x19cde6,_0x39bf3a);else{const _0x1e4989=_0x5d0d76(),_0x47114a=_0x76ce1b['id'];this['_setSuggestionData']({'id':_0x1e4989,'type':'formatInline:'+_0x578248,'data':_0x5c572e,'createdAt':new Date(),'authorId':_0x47114a,'attributes':_0x185cfb}),this['_addSuggestionMarker']('formatInline:'+_0x578248,_0x1e4989,_0x47114a,_0x39bf3a);}}return null;}['markBlockFormat'](_0x4bf3b9,_0x1c2fb6,_0x57b055=[],_0x5821d8=null,_0x3c8de7={}){_0x1c2fb6['formatGroupId']||(_0x1c2fb6['formatGroupId']=_0x1c2fb6['commandName']),_0x1c2fb6['multipleBlocks']=_0x4bf3b9['is']('range'),_0x5821d8=_0x5821d8||Kt(_0x1c2fb6);const _0x586740=_0x57b055['map'](_0x48deca=>Wt(_0x48deca,this['_model'])),_0x22cd8b=_0x4bf3b9['is']('range')?_0x4bf3b9:Wt(_0x4bf3b9,this['_model']);if(this['_trackingSessionId']&&(_0x3c8de7['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x275fd8=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x5821d8,'accept');return this['forceDefaultExecution'](()=>_0x275fd8([_0x22cd8b],_0x1c2fb6,_0x3c8de7)),null;}_0x586740['push'](_0x22cd8b);let _0x125886=!0x0;for(const _0x181559 of _0x586740)if(!this['_rangeIsInLocalUserInsertion'](_0x181559)){_0x125886=!0x1;break;}if(_0x125886&&'always'!==this['_trackFormatChanges']){const _0x135100=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x5821d8,'accept');return this['forceDefaultExecution'](()=>_0x135100([_0x22cd8b],_0x1c2fb6,_0x3c8de7)),null;}let _0x424571=null,_0x475e15=_0x22cd8b['start'],_0x2d02b4=_0x22cd8b['end'];for(const {suggestion:_0x239bb2,meta:_0x2618e2}of this['_findSuggestions'](_0x22cd8b,'formatBlock')){if(!_0x2618e2['isOwn'])continue;if(_0x2618e2['isNextTo']||_0x2618e2['containsRangeInObject']||_0x2618e2['isInsideObject'])continue;if(_0x239bb2['data']['formatGroupId']!=_0x1c2fb6['formatGroupId'])continue;if(!Yt(_0x239bb2,_0x3c8de7))continue;const _0x31fae8=_0x239bb2['getFirstRange']();if(_0x239bb2['subType']==_0x5821d8){if(_0x31fae8['containsRange'](_0x22cd8b,!0x0))return null;_0x475e15=_0x475e15['isBefore'](_0x31fae8['start'])?_0x475e15:_0x31fae8['start'],_0x2d02b4=_0x2d02b4['isAfter'](_0x31fae8['end'])?_0x2d02b4:_0x31fae8['end'],_0x424571?_0x31fae8['start']['isBefore'](_0x424571['getFirstRange']()['start'])?(_0x424571['removeMarkers'](),_0x424571=_0x239bb2):_0x239bb2['removeMarkers']():_0x424571=_0x239bb2;}else{const _0x2a1675=_0x22cd8b['getIntersection'](_0x31fae8);this['_cutOutSuggestionMarker'](_0x239bb2,_0x2a1675);}}const _0x27d054=this['editor']['plugins']['get']('Users')['me'],_0x165196=_0x5d0d76(),_0x4e1cf0=_0x27d054['id'];if(_0x424571)return this['_setSuggestionRange'](_0x424571,this['_model']['createRange'](_0x475e15,_0x2d02b4)),_0x424571;{const _0x516551=this['_setSuggestionData']({'id':_0x165196,'type':'formatBlock:'+_0x5821d8,'data':_0x1c2fb6,'createdAt':new Date(),'authorId':_0x4e1cf0,'attributes':_0x3c8de7});return this['_addSuggestionMarker']('formatBlock:'+_0x5821d8,_0x165196,_0x4e1cf0,this['_model']['createRange'](_0x475e15,_0x2d02b4)),_0x516551;}}['markMultiRangeBlockFormat'](_0x416ed4,_0x18509f,_0xed36ab=[],_0x31ff78=null,_0x7bcfde={}){_0x18509f['formatGroupId']||(_0x18509f['formatGroupId']=_0x18509f['commandName']);const _0x32caf7=_0x416ed4[0x0];_0x18509f['multipleBlocks']=_0x32caf7['is']('range'),_0x31ff78=_0x31ff78||Kt(_0x18509f);const _0x561b95=_0xed36ab['map'](_0x4a2fc2=>Wt(_0x4a2fc2,this['_model'])),_0xaf2f9a=_0x32caf7['is']('range')?_0x416ed4:_0x416ed4['map'](_0xef9b17=>Wt(_0xef9b17,this['_model']));if(this['_trackingSessionId']&&(_0x7bcfde['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x13a54f=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x31ff78,'accept');return this['forceDefaultExecution'](()=>_0x13a54f(_0xaf2f9a,_0x18509f,_0x7bcfde)),null;}_0x561b95['push'](..._0xaf2f9a);let _0x596b87=!0x0;for(const _0x3d7f01 of _0x561b95)if(!this['_rangeIsInLocalUserInsertion'](_0x3d7f01)){_0x596b87=!0x1;break;}if(_0x596b87&&'always'!==this['_trackFormatChanges']){const _0x3b9d61=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x31ff78,'accept');return this['forceDefaultExecution'](()=>_0x3b9d61(_0xaf2f9a,_0x18509f,_0x7bcfde)),null;}const _0x3dc0f1=this['editor']['plugins']['get']('Users')['me'];for(const _0x111086 of this['getSuggestions']()){if(_0x111086['author']['id']!=_0x3dc0f1['id'])continue;if('formatBlock'!=_0x111086['type']||_0x111086['data']['formatGroupId']!=_0x18509f['formatGroupId'])continue;if(!Yt(_0x111086,_0x7bcfde))continue;const _0x1c51c2=_0x111086['subType']==_0x31ff78;for(let _0x52834a=0x0;_0x52834a<_0xaf2f9a['length'];_0x52834a++){const _0x229e2e=_0xaf2f9a[_0x52834a];for(const _0xad0420 of _0x111086['getMarkers']()){const _0x2222ed=_0xad0420['getRange']();if(_0x229e2e['isEqual'](_0x2222ed)){_0x1c51c2?(_0xaf2f9a['splice'](_0x52834a,0x1),_0x52834a--):_0x111086['removeMarker'](_0xad0420['name']);break;}}}}if(0x0==_0xaf2f9a['length'])return null;const _0x5b6704=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x31ff78,'join');for(const _0x2ac677 of this['getSuggestions']())if(_0x2ac677['author']['id']==_0x3dc0f1['id']&&'formatBlock'==_0x2ac677['type']&&_0x2ac677['data']['formatGroupId']==_0x18509f['formatGroupId']&&_0x2ac677['subType']==_0x31ff78&&Yt(_0x2ac677,_0x7bcfde)&&(_0x5b6704(_0x2ac677['getRanges'](),_0xaf2f9a)||_0x5b6704(_0xaf2f9a,_0x2ac677['getRanges']()))){for(const _0x53928a of _0xaf2f9a)_0x2ac677['addRange'](_0x53928a);return _0x2ac677;}const _0x53a899=_0x5d0d76(),_0x390d2f=_0x3dc0f1['id'],_0x5466c8='formatBlock:'+_0x31ff78,_0x15402c=this['_setSuggestionData']({'id':_0x53a899,'type':_0x5466c8,'data':_0x18509f,'createdAt':new Date(),'authorId':_0x390d2f,'attributes':_0x7bcfde});for(const _0x3d774c of _0xaf2f9a)this['_addSuggestionMarker'](_0x5466c8,_0x53a899,_0x390d2f,_0x3d774c,o['getMultiRangeId']());return _0x15402c;}['markDeletion'](_0x3d9f4b,_0xcba5c3=null,_0x564fc2={}){if(_0x3d9f4b['isCollapsed'])return null;const _0x1e3557=this['editor']['plugins']['get']('Users')['me'],_0x2a8e83=new _0x3dc9e4(_0x3d9f4b['start'],_0x3d9f4b['end']);this['_trackingSessionId']&&(_0x564fc2['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x28dc33,meta:_0x1d42ad}of this['_findSuggestions'](_0x2a8e83,'insertion'))if(_0x1d42ad['isOwn']&&!_0x1d42ad['isNextTo']){if(_0x28dc33['isMultiRange']){const _0x284215=_0x28dc33['getRanges']()['filter'](_0x26fbb7=>'$graveyard'!=_0x26fbb7['root']['rootName']);_0x284215['every'](_0x410678=>_0x2a8e83['containsRange'](_0x410678,!0x0))&&_0x28dc33['discard']();if(_0x284215['some'](_0xf9ffc8=>_0xf9ffc8['containsRange'](_0x2a8e83,!0x0))){const _0x3c8169=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0xcba5c3,'accept');return this['forceDefaultExecution'](()=>_0x3c8169([_0x2a8e83],null,_0x564fc2)),null;}}else{const _0x424f53=_0x2a8e83['getIntersection'](_0x28dc33['getFirstRange']());null!==_0x424f53&&_0x28dc33['_onDiscard']([_0x424f53],null,_0x564fc2);}}if(_0x2a8e83['detach'](),_0x2a8e83['isCollapsed']||'$graveyard'==_0x2a8e83['root']['rootName'])return null;let _0x1c05fe=null,_0x58ec01=_0x2a8e83['start'],_0x51ffbd=_0x2a8e83['end'];const _0x4f8a8d=this['_findSuggestions'](_0x2a8e83,'deletion');for(const {suggestion:_0x7c13fe,meta:_0x2b5950}of _0x4f8a8d){const _0x1c9de6=this['_model']['createRange'](_0x58ec01,_0x51ffbd);if(_0x2b5950['isOwn']&&(this['_mergeNestedSuggestions']||!_0x2b5950['containsRangeInObject']&&!_0x2b5950['isInsideObject'])){if(_0x7c13fe['isMultiRange']){if(!Yt(_0x7c13fe,_0x564fc2))continue;let _0x39a24d=!0x0;for(const _0x2489a1 of _0x7c13fe['getRanges']()){if(_0x2489a1['containsRange'](_0x1c9de6,!0x0))return _0x7c13fe;_0x1c9de6['containsRange'](_0x2489a1)||(_0x39a24d=!0x1);}_0x39a24d&&_0x7c13fe['discard']();}else{const _0x1e9c7d=_0x7c13fe['getFirstRange']();if(_0x1e9c7d['containsRange'](_0x1c9de6,!0x0))return _0x7c13fe;if(!Yt(_0x7c13fe,_0x564fc2)){_0x1c9de6['containsRange'](_0x1e9c7d)?_0x7c13fe['removeMarkers']():_0x1e9c7d['containsPosition'](_0x58ec01)?_0x58ec01=_0x1e9c7d['end']:_0x1e9c7d['containsPosition'](_0x51ffbd)&&(_0x51ffbd=_0x1e9c7d['start']);continue;}_0x58ec01=_0x58ec01['isBefore'](_0x1e9c7d['start'])?_0x58ec01:_0x1e9c7d['start'],_0x51ffbd=_0x51ffbd['isAfter'](_0x1e9c7d['end'])?_0x51ffbd:_0x1e9c7d['end'],_0x564fc2=Object['assign']({},_0x7c13fe['attributes']),_0x1c05fe?_0x1e9c7d['start']['isBefore'](_0x1c05fe['getFirstRange']()['start'])?(_0x1c05fe['removeMarkers'](),_0x1c05fe=_0x7c13fe):_0x7c13fe['removeMarkers']():_0x1c05fe=_0x7c13fe;}}}if(_0x1c05fe)return this['_setSuggestionRange'](_0x1c05fe,this['_model']['createRange'](_0x58ec01,_0x51ffbd)),_0x1c05fe;{const _0x5aed89=_0x5d0d76(),_0x24b40e=this['_model']['createRange'](_0x58ec01,_0x51ffbd),_0x3490f9=_0x1e3557['id'],_0xcfc7f3=_0xcba5c3?'deletion:'+_0xcba5c3:'deletion',_0x240b89=this['_setSuggestionData']({'id':_0x5aed89,'type':_0xcfc7f3,'createdAt':new Date(),'authorId':_0x3490f9,'attributes':_0x564fc2});return this['_addSuggestionMarker'](_0xcfc7f3,_0x5aed89,_0x3490f9,_0x24b40e),_0x240b89;}}['markMultiRangeDeletion'](_0x1caa65,_0x53cd81='multi',_0x8446cd={}){const _0x3cdafe=this['editor']['plugins']['get']('Users')['me'],_0x18ad5f=_0x1caa65['map'](_0x134540=>new _0x3dc9e4(_0x134540['start'],_0x134540['end'])),_0x21e954=new Set();this['_trackingSessionId']&&(_0x8446cd['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x2f1b99,meta:_0x1bac96}of this['_findSuggestions'](_0x18ad5f,'insertion'))_0x1bac96['isOwn']&&!_0x1bac96['isNextTo']&&_0x21e954['add'](_0x2f1b99);for(const _0x4b57f4 of _0x21e954)if(_0x4b57f4['isMultiRange']){const _0x4f0a5e=_0x4b57f4['getRanges']();(!_0x4b57f4['attributes']||!_0x4b57f4['attributes']['skipNestingCheck'])&&(_0x4f0a5e['every'](_0x471b64=>_0x18ad5f['some'](_0xc742e5=>_0xc742e5['containsRange'](_0x471b64,!0x0)))&&_0x4b57f4['discard']());if(_0x18ad5f['every'](_0x15613b=>_0x4f0a5e['some'](_0x51993d=>_0x51993d['containsRange'](_0x15613b,!0x0)))){const _0x5b41a0=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x53cd81,'accept');return this['forceDefaultExecution'](()=>_0x5b41a0(_0x1caa65,null,_0x8446cd)),null;}}else{const _0x68158f=_0x4b57f4['getFirstRange']();_0x18ad5f['some'](_0x53e31b=>_0x53e31b['containsRange'](_0x68158f,!0x0))&&_0x4b57f4['discard']();if(_0x18ad5f['every'](_0x43ba7a=>_0x68158f['containsRange'](_0x43ba7a,!0x0))){const _0x5e05a6=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x53cd81,'accept');return this['forceDefaultExecution'](()=>_0x5e05a6(_0x18ad5f,null,_0x8446cd)),null;}}const _0x430144=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x53cd81,'join');let _0x220ca5=null;for(const _0x4d4c62 of this['getSuggestions']())if(_0x4d4c62['author']['id']==_0x3cdafe['id']&&_0x4d4c62['isInContent']&&'deletion'==_0x4d4c62['type']&&_0x4d4c62['subType']==_0x53cd81&&Yt(_0x4d4c62,_0x8446cd)&&(_0x430144(_0x4d4c62['getRanges'](),_0x18ad5f)||_0x430144(_0x18ad5f,_0x4d4c62['getRanges']()))){if(_0x220ca5){if(_0x4d4c62['commentThread']&&_0x4d4c62['commentThread']['length'])continue;for(const _0x44265c of _0x4d4c62['getRanges']())_0x220ca5['isIntersectingWithRange'](_0x44265c)||_0x220ca5['addRange'](_0x44265c);_0x4d4c62['removeMarkers']();}else{_0x220ca5=_0x4d4c62;for(const _0xf2b189 of _0x18ad5f)_0x4d4c62['isIntersectingWithRange'](_0xf2b189)||_0x4d4c62['addRange'](_0xf2b189);}}if(_0x220ca5)return _0x220ca5;_0x21e954['clear']();for(const {suggestion:_0x9ef02e,meta:_0x5e4266}of this['_findSuggestions'](_0x18ad5f,'deletion'))_0x5e4266['isOwn']&&(this['_mergeNestedSuggestions']||!_0x5e4266['containsRangeInObject']&&!_0x5e4266['isInsideObject'])&&Yt(_0x9ef02e,_0x8446cd)&&_0x21e954['add'](_0x9ef02e);for(const _0x146eb2 of _0x21e954){const _0x14f767=_0x146eb2['getRanges']();if(!_0x8446cd||!_0x8446cd['skipNestingCheck']){if(_0x18ad5f['every'](_0x237b77=>_0x14f767['some'](_0x38598a=>_0x38598a['containsRange'](_0x237b77,!0x0))))return _0x146eb2;}(!_0x146eb2['attributes']||!_0x146eb2['attributes']['skipNestingCheck'])&&(_0x14f767['every'](_0xdc41b0=>_0x18ad5f['some'](_0x1275b4=>_0x1275b4['containsRange'](_0xdc41b0,!0x0)))&&_0x146eb2['discard']());}const _0x4edcb6=_0x5d0d76(),_0x3dbfad=_0x3cdafe['id'],_0x29cc2e='deletion:'+_0x53cd81,_0x2c6e8f=this['_setSuggestionData']({'id':_0x4edcb6,'type':_0x29cc2e,'createdAt':new Date(),'authorId':_0x3dbfad,'attributes':_0x8446cd});for(const _0x5c6a7e of _0x18ad5f)_0x5c6a7e['detach'](),_0x5c6a7e['isCollapsed']||'$graveyard'==_0x5c6a7e['root']['rootName']||this['_addSuggestionMarker'](_0x29cc2e,_0x4edcb6,_0x3dbfad,_0x5c6a7e,o['getMultiRangeId']());return _0x2c6e8f;}['markAttributeChange'](_0x5d4168,_0x1287fa,_0x12d9ac,_0xfdad3e,_0x557736){if(_0x5d4168['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x5663dc=this['editor']['plugins']['get']('Users')['me']['id'],_0x36f54e=Array['from'](this['_suggestions']['values']())['filter'](_0x5d733c=>'attribute'==_0x5d733c['type']&&_0x5d733c['data']['key']==_0x1287fa&&_0x5d733c['isIntersectingWithRange'](_0x5d4168));if(this['_trackingSessionId']&&(_0x557736['trackingSessionId']=this['_trackingSessionId']),'default'===this['_trackFormatChanges']){const _0x62ab3e=this['_findSuggestions'](_0x5d4168,'insertion')['filter'](({meta:_0x755a4f})=>_0x755a4f['isOwn']&&!_0x755a4f['isInsideObject']&&!_0x755a4f['isNextTo'])['map'](({suggestion:_0xf1f2ed})=>_0xf1f2ed);_0x36f54e['unshift'](..._0x62ab3e);}const _0x47d473=new Map([[_0x5d4168,_0x12d9ac]]);for(const _0x20bd33 of _0x36f54e){const _0x3d4d04='attribute'==_0x20bd33['type']?_0x20bd33['data']['oldValue']:void 0x0,_0xc8e36e=_0x20bd33['getFirstRange'](),_0x390272=Array['from'](_0x47d473['keys']())['find'](_0x99c0ee=>_0x99c0ee['isIntersecting'](_0xc8e36e));if(!_0x390272)continue;const _0xee13ab=_0x390272['getDifference'](_0xc8e36e);this['_isBlockAttribute'](_0x1287fa)&&'insertion'==_0x20bd33['type']&&0x0!=_0xee13ab['length']||(_0x47d473['delete'](_0x390272),_0xee13ab['forEach'](_0x13eb39=>{_0x47d473['set'](_0x13eb39,_0x12d9ac);}),'insertion'!=_0x20bd33['type']&&_0x3d4d04!=_0xfdad3e&&_0x47d473['set'](_0x390272['getIntersection'](_0xc8e36e),_0x3d4d04));}const _0x29d02b=[];for(const [_0x300cdb,_0x144bf5]of _0x47d473){const _0x70ac88=_0x5d0d76(),_0xd9b694={'key':_0x1287fa,'oldValue':_0x144bf5,'newValue':_0xfdad3e};_0x1287fa['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':_0x1287fa});const _0xb0df0=('attribute:'+(_0x1287fa+'|'+Kt({'newValue':_0xfdad3e})))['substring'](0x0,0x3c),_0xce1fa9=this['_setSuggestionData']({'id':_0x70ac88,'type':_0xb0df0,'data':_0xd9b694,'createdAt':new Date(),'authorId':_0x5663dc,'attributes':_0x557736});_0x29d02b['push'](_0xce1fa9),this['_addSuggestionMarker'](_0xb0df0,_0x70ac88,_0x5663dc,_0x300cdb);}return _0x29d02b;}['enableDefaultAttributesIntegration'](_0x2787f3){this['enableCommand'](_0x2787f3,(_0x4286df,..._0x1381b2)=>{this['_recordAttributeChanges'](()=>{_0x4286df(..._0x1381b2);});});}['registerBlockAttribute'](_0x2e5ca5){this['_blockAttributeKeys']['add'](_0x2e5ca5);}['registerInlineAttribute'](_0x32112a){this['_inlineAttributeKeys']['add'](_0x32112a);}['startTrackingSession'](_0x1298c3){return this['_trackingSessionId']=void 0x0!==_0x1298c3?_0x1298c3:_0x5d0d76(),this['_trackingSessionId'];}['_getAttributeKey'](_0x4c7219){return'attribute'==_0x4c7219['type']?_0x4c7219['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x1d3782,_0x35e770){const _0x45f15d=_0x1d3782['getFirstMarker']();this['_model']['change'](_0x18f0f8=>{_0x18f0f8['updateMarker'](_0x45f15d,{'range':_0x35e770});});}['_addThreadToSuggestion'](_0xbeeedb){const _0x2b7e77=_0xbeeedb['id'],_0x37b1ff=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x2b7e77)||this['_commentsRepository']['addCommentThread']({'channelId':_0x37b1ff,'threadId':_0x2b7e77,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x2c6220=this['_commentsRepository']['getCommentThread'](_0x2b7e77);_0x2c6220['unbind']('isRemovable'),_0x2c6220['isRemovable']=!0x1,_0xbeeedb['commentThread']=_0x2c6220;}['_checkSuggestionCorrectness'](_0x50959b,_0x502abd,_0x2c1121,_0x35e6b1){if(_0x50959b['type']!=_0x502abd||_0x50959b['subType']!=_0x2c1121||_0x50959b['creator']['id']!=_0x35e6b1)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x1f6909('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x3f0a0b,_0x121d96){const _0x42ebb2=_0x3f0a0b['getFirstRange']();if(_0x121d96['isEqual'](_0x42ebb2))_0x3f0a0b['removeMarkers']();else{if(_0x42ebb2['containsRange'](_0x121d96)){const _0x2a7118=this['_model']['createPositionAt'](_0x121d96['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x3f0a0b,this['_model']['createRange'](_0x42ebb2['start'],_0x2a7118));const _0x3f5c20=_0x5d0d76(),_0x35765f=_0x3f0a0b['creator']['id'],_0x3272ca=_0x3f0a0b['type']+':'+_0x3f0a0b['subType'];this['_setSuggestionData']({'id':_0x3f5c20,'type':_0x3272ca,'createdAt':new Date(),'authorId':_0x35765f,'data':_0x3f0a0b['data'],'attributes':_0x3f0a0b['attributes']});const _0x205531=this['_model']['createPositionAt'](_0x121d96['end']['parent'],'after'),_0xe90a61=this['_model']['createRange'](_0x205531,_0x42ebb2['end']);this['_addSuggestionMarker'](_0x3272ca,_0x3f5c20,_0x35765f,_0xe90a61);}else{if(_0x42ebb2['containsPosition'](_0x121d96['start'])){const _0x3c4849=this['_model']['createPositionAt'](_0x121d96['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x3f0a0b,this['_model']['createRange'](_0x42ebb2['start'],_0x3c4849));}else{const _0x37383d=this['_model']['createPositionAt'](_0x121d96['end']['parent'],'after');this['_setSuggestionRange'](_0x3f0a0b,this['_model']['createRange'](_0x37383d,_0x42ebb2['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x1dd324){for(const {suggestion:_0x33a9f9,meta:_0x376455}of this['_findSuggestions'](_0x1dd324,'insertion')){if(!_0x376455['isOwn'])continue;const _0xfade99=_0x33a9f9['getRanges']();for(const _0xbb4335 of _0xfade99)if(!_0x1dd324['getDifference'](_0xbb4335)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x668970){const _0x4e133f=this['editor']['plugins']['get']('Users')['getUser'](_0x668970);if(!_0x4e133f)throw new _0x1f6909('track-changes-user-not-found',this);return _0x4e133f;}['_getExternalAuthor'](_0x189d0b){const _0x37b69e=this['editor']['plugins']['get']('Users'),_0x24af5a=_0x2c4802('external:'+_0x189d0b),_0x39facf=_0x37b69e['getUser'](_0x24af5a);return _0x39facf||_0x37b69e['addUser']({'id':_0x24af5a,'name':_0x189d0b});}['_createSuggestion'](_0xf794f2,_0x40170f,_0x2fdcd4,_0x3cf159,_0x38fe74,_0x4dc545){const _0x2dd31f=this['_getAuthorFromId'](_0x3cf159),_0x4b19c5=this['_suggestionFactory']['buildSuggestion'](_0xf794f2,_0x40170f,_0x2fdcd4,_0x2dd31f,_0x38fe74,_0x3d1c2f=>{this['_updateSuggestionData'](_0x2fdcd4,{'attributes':_0x3d1c2f});const _0x5615e8=this['getSuggestion'](_0x2fdcd4);this['_joinWithAdjacentSuggestions'](new Set([_0x5615e8])),this['_refreshSuggestionsChain'](new Set([_0x5615e8]));},_0x4dc545);return this['listenTo'](_0x4b19c5,'accept',()=>{this['_updateSuggestionData'](_0x2fdcd4,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x4b19c5,'discard',()=>{this['_updateSuggestionData'](_0x2fdcd4,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x2fdcd4,_0x4b19c5),this['_suggestionState']['set'](_0x4b19c5,'notReady'),_0x4b19c5;}['_splitMarkerName'](_0x2ddd3c){const _0x1f31ec=_0x2ddd3c['split'](':');return{'group':_0x1f31ec[0x0],'type':_0x1f31ec[0x1],'subType':_0x1f31ec['length']>=0x5?_0x1f31ec[0x2]:null,'id':_0x1f31ec['length']<0x5?_0x1f31ec[0x2]:_0x1f31ec[0x3],'authorId':_0x1f31ec['length']<0x5?_0x1f31ec[0x3]:_0x1f31ec[0x4],'markerCount':0x6==_0x1f31ec['length']?_0x1f31ec[0x5]:null};}['_breakSuggestionMarker'](_0x47ba27,_0x1a1f64,_0x427896){const _0x32c982=_0x47ba27['getFirstRange'](),_0x2c654d=_0x32c982['start'],_0x5c6575=_0x32c982['end'];this['_setSuggestionRange'](_0x47ba27,this['_model']['createRange'](_0x2c654d,_0x1a1f64));const _0x31c7d5=_0x5d0d76(),_0x538477=_0x47ba27['creator']['id'],_0x1d2acc=_0x47ba27['type']+(_0x47ba27['subType']?':'+_0x47ba27['subType']:'');this['_setSuggestionData']({'id':_0x31c7d5,'type':_0x1d2acc,'createdAt':new Date(),'authorId':_0x538477,'originalSuggestionId':_0x47ba27['_originalSuggestionId']||_0x47ba27['id'],'attributes':_0x47ba27['attributes'],'data':_0x47ba27['data']});const _0x2270d1=this['_getAttributeKey'](_0x47ba27);('formatBlock'==_0x47ba27['type']||_0x2270d1&&this['_isBlockAttribute'](_0x2270d1))&&(_0x427896=this['_model']['createPositionBefore'](_0x427896['parent'])),this['_addSuggestionMarker'](_0x1d2acc,_0x31c7d5,_0x538477,this['_model']['createRange'](_0x427896,_0x5c6575));}['_findSuggestions'](_0x8313bf,_0x2a8dff=null){const _0xaa27d=[],_0x55ec97=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x8313bf)||(_0x8313bf=[_0x8313bf]);for(const _0x3d261b of this['getSuggestions']()){if(!_0x3d261b['isInContent'])continue;if(_0x2a8dff&&_0x3d261b['type']!=_0x2a8dff)continue;let _0x350fcf=!0x1;for(const _0x216e83 of _0x3d261b['getRanges']()){for(const _0x2bb86c of _0x8313bf){const _0x4a4587=_0x2bb86c['start']['isEqual'](_0x216e83['end'])||_0x2bb86c['end']['isEqual'](_0x216e83['start']);if(_0x4a4587||_0x2bb86c['getIntersection'](_0x216e83)){const _0x47543c=_0x2bb86c['containsRange'](_0x216e83)&&Gt(this['_model']['schema'],_0x216e83['start'],_0x2bb86c),_0x4962ce=_0x216e83['containsRange'](_0x2bb86c)&&Gt(this['_model']['schema'],_0x2bb86c['start'],_0x216e83);_0xaa27d['push']({'suggestion':_0x3d261b,'meta':{'isOwn':_0x55ec97==_0x3d261b['author'],'isNextTo':_0x4a4587,'isInsideObject':_0x47543c,'containsRangeInObject':_0x4962ce}}),_0x350fcf=!0x0;break;}}if(_0x350fcf)break;}}return _0xaa27d;}['_addSuggestionMarker'](_0x39366c,_0x12f191,_0x31f866,_0x1d8db7,_0x4e8d3c){this['_model']['change'](_0x2bf1a8=>{let _0x494d57='suggestion:'+_0x39366c+':'+_0x12f191+':'+_0x31f866;_0x4e8d3c&&(_0x494d57=_0x494d57+':'+_0x4e8d3c),_0x2bf1a8['addMarker'](_0x494d57,{'range':_0x1d8db7,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x1c25ac){const _0xdb6fda=_0x1c25ac['previous'],_0x4025f4=_0x1c25ac['next'];_0x1c25ac['previous']=null,_0x1c25ac['next']=null,null!=_0xdb6fda&&_0xdb6fda['next']==_0x1c25ac&&(_0xdb6fda['next']=_0x4025f4),null!=_0x4025f4&&_0x4025f4['previous']==_0x1c25ac&&(_0x4025f4['previous']=_0xdb6fda),'ready'==this['_suggestionState']['get'](_0x1c25ac)&&(this['_suggestionState']['set'](_0x1c25ac,'removed'),this['fire']('suggestionUnloaded',_0x1c25ac,_0xdb6fda,_0x4025f4));}['_setSuggestionData'](_0x307fa7){const _0x2db242=_0x307fa7['id'],_0xcf4841=this['addSuggestionData'](_0x307fa7);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x363e17=this['editor']['plugins']['get']('PendingActions'),_0x27ec26=_0xcf4841['hasComments'],_0x6a3e8c=_0xcf4841['subType']?_0xcf4841['type']+':'+_0xcf4841['subType']:_0xcf4841['type'],_0x52d00d=this['editor']['locale'],_0x3a72be=_0x363e17['add'](c(_0x52d00d,'PENDING_ACTION_SUGGESTION')),_0x5683d1={'id':_0x2db242,'type':_0x6a3e8c,'hasComments':_0x27ec26,'data':_0x307fa7['data']||null,'originalSuggestionId':_0x307fa7['originalSuggestionId']||null,'attributes':_0xcf4841['attributes']};this['_adapter']['addSuggestion'](_0x5683d1)['then'](_0x18c93c=>{_0xcf4841['_saved']=!0x0,_0x363e17['remove'](_0x3a72be),_0x18c93c&&_0x18c93c['createdAt']&&(this['_suggestions']['get'](_0x2db242)['createdAt']=_0x18c93c['createdAt']);})['catch'](_0x51d033=>{throw _0x2b0070('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0xcf4841['discard']();}),_0xcf4841['stopListening'](),this['_suggestions']['delete'](_0xcf4841['id']),this['_suggestionState']['delete'](_0xcf4841),_0x51d033;});}return _0xcf4841;}['_isBlockAttribute'](_0x34e7d1){return this['_blockAttributeKeys']['has'](_0x34e7d1);}['_updateSuggestionData'](_0x49db26,_0x3ba212){const _0x5d1666=this['editor']['plugins']['get']('PendingActions'),_0x4c6eff=this['getSuggestion'](_0x49db26);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x4c6eff['_saved']){const _0x4a7557=_0x5d1666['add'](c(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x49db26,_0x3ba212)['then'](()=>{_0x5d1666['remove'](_0x4a7557);});}else _0x4c6eff['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x49db26,_0x3ba212);});}}['_getSuggestionData'](_0x5726d5){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x1f6909('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x5726d5);}['_handleNewSuggestionMarker'](_0x179374){const {id:_0x1687ee,type:_0x6affb6,subType:_0x37f22c,authorId:_0x160376}=this['_splitMarkerName'](_0x179374),_0x1bc94e=this['_suggestions']['get'](_0x1687ee)||this['_createSuggestion'](_0x6affb6,_0x37f22c,_0x1687ee,_0x160376,{});switch(this['_checkSuggestionCorrectness'](_0x1bc94e,_0x6affb6,_0x37f22c,_0x160376),this['_suggestionState']['get'](_0x1bc94e)){case'notReady':this['_getSuggestionData'](_0x1687ee)['then'](_0x2c3fe5=>{let _0x53f34e=Promise['resolve']();_0x2c3fe5['hasComments']&&(_0x53f34e=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x1687ee})),_0x53f34e['then'](()=>{this['addSuggestionData'](_0x2c3fe5)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x1bc94e,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x1687ee,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x1bc94e,'ready'),this['fire']('suggestionLoaded',_0x1bc94e);break;case'ready':this['fire']('suggestionChanged',_0x1bc94e);}return _0x1bc94e['addMarkerName'](_0x179374),_0x1bc94e;}['_refreshSuggestionsChain'](_0x4bb177){const _0x9b10b=Array['from'](_0x4bb177),_0x559dc2=_0x9b10b['filter'](_0x53098b=>'attribute'==_0x53098b['type']);this['_refreshAttributeSuggestionsChain'](_0x559dc2);const _0x2fcf4e=_0x9b10b['filter'](_0x1bbb1f=>!_0x1bbb1f['isMultiRange']&&'attribute'!=_0x1bbb1f['type']),_0x4c6d7b=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5df5d9=>!_0x5df5d9['isMultiRange']&&'attribute'!=_0x5df5d9['type']),_0x2ccb94=_0x4c6d7b['filter'](_0x54f9d3=>!_0x4bb177['has'](_0x54f9d3)),_0x1f74f7=new Map(_0x4c6d7b['map'](_0x393498=>[_0x393498,this['_suggestionFactory']['getSuggestionCallback'](_0x393498['type'],_0x393498['subType'],'chain')])),_0x39914b=new Map(_0x4c6d7b['map'](_0x9d9fb7=>[_0x9d9fb7,_0x9d9fb7['getFirstRange']()])),_0x3c27bb=new Set(),_0x2a389c=new Set();for(let _0x5824f2=0x0;_0x5824f2<_0x2fcf4e['length'];_0x5824f2++)_0x1fa01c(_0x2fcf4e[_0x5824f2],_0x2fcf4e,_0x5824f2+0x1);for(let _0x639748=0x0;_0x639748<_0x2fcf4e['length'];_0x639748++)_0x1fa01c(_0x2fcf4e[_0x639748],_0x2ccb94,0x0);const _0x1f31a1=new Set();for(let _0x59668c=0x0;_0x59668c<_0x2fcf4e['length'];_0x59668c++){const _0x3c5a79=_0x2fcf4e[_0x59668c];!_0x2a389c['has'](_0x3c5a79)&&_0x3c5a79['previous']&&(_0x1f31a1['add'](_0x3c5a79['previous']),_0x3c5a79['previous']['next']===_0x3c5a79&&(_0x3c5a79['previous']['next']=null),_0x3c5a79['previous']=null),!_0x3c27bb['has'](_0x3c5a79)&&_0x3c5a79['next']&&(_0x1f31a1['add'](_0x3c5a79['next']),_0x3c5a79['next']['previous']===_0x3c5a79&&(_0x3c5a79['next']['previous']=null),_0x3c5a79['next']=null);}function _0x1fa01c(_0x2fd9cb,_0x473d34,_0x1dd4f0){for(let _0x3ca538=_0x1dd4f0;_0x3ca538<_0x473d34['length'];_0x3ca538++){const _0x3a5ee8=_0x382880(_0x2fd9cb,_0x473d34[_0x3ca538]);_0x3a5ee8&&(_0x3a5ee8[0x0]['next']=_0x3a5ee8[0x1],_0x3a5ee8[0x1]['previous']=_0x3a5ee8[0x0],_0x3c27bb['add'](_0x3a5ee8[0x0]),_0x2a389c['add'](_0x3a5ee8[0x1]));}}function _0x382880(_0x19db75,_0x7b6674){if(_0x19db75['author']['id']!==_0x7b6674['author']['id'])return null;const _0xe81b8b=_0x1f74f7['get'](_0x19db75)(_0x19db75,_0x7b6674,_0x39914b['get'](_0x19db75),_0x39914b['get'](_0x7b6674));if(!_0xe81b8b)return null;return _0x1f74f7['get'](_0x7b6674)(_0x19db75,_0x7b6674,_0x39914b['get'](_0x19db75),_0x39914b['get'](_0x7b6674))?_0xe81b8b[0x1]['commentThread']&&_0xe81b8b[0x1]['commentThread']['length']?null:_0xe81b8b:null;}_0x1f31a1['size']&&this['_refreshSuggestionsChain'](_0x1f31a1);}['_refreshAttributeSuggestionsChain'](_0x58a148){if(0x0==_0x58a148['length'])return;const _0x533175=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5227ed=>'attribute'==_0x5227ed['type']&&_0x5227ed['_isDataLoaded']),_0x3c14f5=[],_0x4d8239=new Map();for(const _0x1c2646 of _0x533175){const _0x95016=_0x2c4802(_0x1c2646['attributes']);_0x4d8239['has'](_0x95016)||(_0x4d8239['set'](_0x95016,_0x3c14f5['length']),_0x3c14f5['push']([]));const _0x334962=_0x4d8239['get'](_0x95016);_0x3c14f5[_0x334962]['push'](_0x1c2646);}!(function(){_0x3c14f5['sort']((_0x45aeae,_0x4fe2f0)=>{const _0x3559b2=_0x45aeae[0x0]['createdAt'],_0x58c872=_0x4fe2f0[0x0]['createdAt'];return _0x3559b2==_0x58c872?_0x45aeae[0x0]['attributes']['groupId']<_0x4fe2f0[0x0]['attributes']['groupId']?-0x1:0x1:_0x3559b2<_0x58c872?-0x1:0x1;});for(const _0x2afea6 of _0x3c14f5)_0x2afea6['sort']((_0x4d2cf4,_0x1698fc)=>_0x4d2cf4['id']<_0x1698fc['id']?-0x1:0x1);}());for(let _0x50f726=0x0;_0x50f726<_0x3c14f5['length'];_0x50f726++){if(0x0==_0x3c14f5[_0x50f726]['length'])continue;const _0x55cc36=[];for(let _0x479466=_0x50f726+0x1;_0x479466<_0x3c14f5['length'];_0x479466++)0x0!=_0x3c14f5[_0x479466]['length']&&_0x3815f7(_0x3c14f5[_0x50f726],_0x3c14f5[_0x479466])&&_0x55cc36['push'](_0x479466);for(const _0x357bd of _0x55cc36)_0x3c14f5[_0x50f726]=_0x3c14f5[_0x50f726]['concat'](_0x3c14f5[_0x357bd]),_0x3c14f5[_0x357bd]=[];}for(const _0x4470b1 of _0x3c14f5)for(let _0x2f0b43=0x0;_0x2f0b43<_0x4470b1['length'];_0x2f0b43++){const _0x290188=_0x4470b1[_0x2f0b43+0x1]||null;_0x4470b1[_0x2f0b43]['next']!==_0x290188&&(_0x4470b1[_0x2f0b43]['next']=_0x290188);}for(const _0x4670fa of _0x3c14f5)for(let _0x421ca9=0x0;_0x421ca9<_0x4670fa['length'];_0x421ca9++){const _0x19ac93=_0x4670fa[_0x421ca9-0x1]||null;_0x4670fa[_0x421ca9]['previous']!==_0x19ac93&&(_0x4670fa[_0x421ca9]['previous']=_0x19ac93);}function _0x3815f7(_0x420659,_0x375159){if(_0x420659[0x0]['attributes']['groupId']!==_0x375159[0x0]['attributes']['groupId']&&_0x420659[0x0]['author']!==_0x375159[0x0]['author'])return!0x1;if(!function(_0x38cdbe,_0xf558c4){if(!_0x38cdbe['hasComments']&&!_0xf558c4['hasComments'])return!0x0;if(_0x38cdbe['hasComments']&&_0xf558c4['hasComments'])return!0x1;if(_0x38cdbe['hasComments']&&_0xf558c4['createdAt']<_0x38cdbe['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0xf558c4['hasComments']&&_0x38cdbe['createdAt']<_0xf558c4['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x420659[0x0],_0x375159[0x0]))return!0x1;const _0xe76a01=Ft(_0x420659[0x0]['attributes'],['groupId','trackingSessionId']),_0x2d6dab=Ft(_0x375159[0x0]['attributes'],['groupId','trackingSessionId']);if(!_0x42ff0b(_0xe76a01,_0x2d6dab))return!0x1;if(_0x420659[0x0]['attributes']['groupId']==_0x375159[0x0]['attributes']['groupId'])return!0x0;if(_0x420659[0x0]['attributes']['trackingSessionId']!==_0x375159[0x0]['attributes']['trackingSessionId'])return!0x1;return!!_0x420659['every'](_0x25f3cf=>_0x375159['some'](_0x53f1b7=>_0x25f3cf['getFirstRange']()['isEqual'](_0x53f1b7['getFirstRange']())))&&_0x375159['every'](_0x4306e3=>_0x420659['some'](_0x5a7488=>_0x4306e3['getFirstRange']()['isEqual'](_0x5a7488['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x7d73d1){const _0x1fa5f4=Array['from'](_0x7d73d1),_0x508daf=this['getSuggestions']({'skipNotAttached':!0x0}),_0x54a965=_0x508daf['filter'](_0x17a60f=>!_0x7d73d1['has'](_0x17a60f)),_0x4cccec=new Map(_0x1fa5f4['map'](_0x4662f3=>[_0x4662f3,this['_suggestionFactory']['getSuggestionCallback'](_0x4662f3['type'],_0x4662f3['subType'],'join')])),_0x5cdaeb=new Map(_0x508daf['map'](_0x28f8ac=>[_0x28f8ac,_0x28f8ac['getRanges']()]));for(let _0x5c7bb7=0x0;_0x5c7bb7<_0x1fa5f4['length'];_0x5c7bb7++){if(_0x4109b4(this,_0x1fa5f4[_0x5c7bb7],_0x1fa5f4,_0x5c7bb7+0x1))return!0x0;}for(let _0x330884=0x0;_0x330884<_0x1fa5f4['length'];_0x330884++){if(_0x4109b4(this,_0x1fa5f4[_0x330884],_0x54a965,0x0))return!0x0;}return!0x1;function _0x4109b4(_0x485467,_0x49a243,_0x2ebee4,_0x268a70){for(let _0x343d5d=_0x268a70;_0x343d5d<_0x2ebee4['length'];_0x343d5d++){const _0x56e8a5=_0x2ebee4[_0x343d5d];if(_0x56e8a5['type']!==_0x49a243['type']||_0x56e8a5['author']['id']!==_0x49a243['author']['id']||_0x56e8a5['subType']!==_0x49a243['subType'])continue;if(!Xt(_0x49a243,_0x56e8a5))continue;if('attribute'==_0x49a243['type']&&_0x49a243['data']['oldValue']!=_0x56e8a5['data']['oldValue'])continue;if('attribute'==_0x49a243['type']&&_0x485467['_isBlockAttribute'](_0x49a243['data']['key']))continue;if('formatBlock'==_0x49a243['type']){const _0x4f6b2e=_0x485467['editor']['model'],_0x1ad59a=_0x49a243['getContainedElement']();if(_0x1ad59a&&(_0x4f6b2e['schema']['isObject'](_0x1ad59a)||_0x4f6b2e['schema']['isLimit'](_0x1ad59a)))continue;}const _0x12d350=_0x4cccec['get'](_0x49a243),_0x402a57=_0x5cdaeb['get'](_0x49a243),_0x133457=_0x5cdaeb['get'](_0x56e8a5),_0x42b49e=_0x49a243['commentThread']&&_0x49a243['commentThread']['length'],_0x5527f2=_0x56e8a5['commentThread']&&_0x56e8a5['commentThread']['length'];if(!_0x42b49e&&_0x12d350(_0x133457,_0x402a57))return _0x485467['_joinSuggestions'](_0x56e8a5,_0x49a243),_0x5cdaeb['delete'](_0x49a243),!0x0;if(!_0x5527f2&&_0x12d350(_0x402a57,_0x133457))return _0x485467['_joinSuggestions'](_0x49a243,_0x56e8a5),_0x5cdaeb['delete'](_0x56e8a5),!0x0;}return!0x1;}}['_joinSuggestions'](_0x5d15bd,_0x20c714){if(_0x5d15bd['isMultiRange']){for(const _0x245446 of _0x20c714['getRanges']())_0x5d15bd['addRange'](_0x245446);}else{const _0x74ecc0=_0x20c714['getFirstRange']()['end'];this['_setSuggestionRange'](_0x5d15bd,this['_model']['createRange'](_0x5d15bd['getFirstRange']()['start'],_0x74ecc0));}_0x20c714['removeMarkers']();}['_getMarkerAnnouncementText'](_0x139a2e,_0x12f48d,_0x170afe){const _0x519de3=_0x139a2e['startsWith']('format')||_0x139a2e['startsWith']('attribute')?'FORMATTING':_0x139a2e['toUpperCase']();return c(this['editor']['locale'],_0x12f48d+'_'+_0x519de3+'_SUGGESTION_ANNOUNCEMENT',_0x170afe);}['_initAriaMarkerChangeAnnouncements'](){const _0x340957=this['editor'];if(!_0x340957['ui'])return;const {ariaLiveAnnouncer:_0x1c588d}=_0x340957['ui'];_0x2e452e(this['_model'],({left:_0x1fd122,entered:_0x3201d5})=>{for(const _0x5e23d3 of _0x1fd122){const {group:_0x8fe18d,type:_0x4f149b}=this['_splitMarkerName'](_0x5e23d3['name']);if('suggestion'===_0x8fe18d){_0x1c588d['announce'](this['_getMarkerAnnouncementText'](_0x4f149b,'LEAVE'));break;}}for(const _0x3a15b9 of _0x3201d5){const {group:_0x17fd4b,type:_0x382b05}=this['_splitMarkerName'](_0x3a15b9['name']);if('suggestion'===_0x17fd4b){_0x1c588d['announce'](this['_getMarkerAnnouncementText'](_0x382b05,'ENTER',_0x165679(_0x353f58)));break;}}});}['_processAttributeChanges'](_0x187424){if(this['_recordAttributeSuggestions'])return!0x1;const _0x45bb03=this['editor'],_0x4350f3=_0x45bb03['model']['document']['differ']['getChanges']();if(0x0==_0x4350f3['length'])return!0x1;const _0x1742c6=[],_0x4f6bbf=_0x4350f3['filter'](_0x56f224=>'attribute'==_0x56f224['type']),_0x5dc7cb=_0x4350f3['filter'](_0x5aa7fe=>'insert'==_0x5aa7fe['type']&&'$text'!=_0x5aa7fe['name']),_0x5b5774=_0x4350f3['filter'](_0x216726=>'remove'==_0x216726['type']&&'$text'!=_0x216726['name']);for(const _0x315baf of _0x4f6bbf)_0x1742c6['push']({'key':_0x315baf['attributeKey'],'newValue':_0x315baf['attributeNewValue'],'oldValue':_0x315baf['attributeOldValue'],'range':zt(_0x315baf['range'],_0x45bb03['model'])});for(const _0xbc53aa of _0x5dc7cb){const _0x2a6b53=_0x5b5774['find'](_0x461118=>_0x461118['position']['isEqual'](_0xbc53aa['position']));_0x2a6b53&&_0x1742c6['push']({'key':u,'newValue':_0xbc53aa['name'],'oldValue':_0x2a6b53['name'],'range':_0x45bb03['model']['createRangeOn'](_0xbc53aa['position']['nodeAfter'])});}return 0x0!=_0x1742c6['length']&&this['_reduceExistingSuggestions'](_0x187424,_0x1742c6);}['_processAttributeSuggestions'](_0x3cd526){let _0x15e142=!0x1;const _0x4cc07b=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x1632d3=>_0x1632d3['data']['newRange']&&_0x1632d3['name']['startsWith']('suggestion:attribute:'));for(const _0x3dc0d6 of _0x4cc07b){const {subType:_0x30098e,id:_0x205fa5}=this['_splitMarkerName'](_0x3dc0d6['name']),_0x5ed8b0=_0x30098e['split']('|')[0x0];for(const _0x4f5bff of this['getSuggestions']({'skipNotAttached':!0x0}))_0x4f5bff['id']!=_0x205fa5&&'attribute'==_0x4f5bff['type']&&_0x4f5bff['data']&&_0x4f5bff['data']['key']==_0x5ed8b0&&_0x4f5bff['getFirstRange']()['isIntersecting'](_0x3dc0d6['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x4f5bff,_0x3dc0d6['data']['newRange'],_0x3cd526),_0x15e142=!0x0);}return _0x15e142;}['_recordAttributeChanges'](_0x43fcda){this['_recordAttributeSuggestions']=!0x0,_0x43fcda();}['_isRegisteredAttribute'](_0x29ca6c){const _0x38ce9c=this['_isBlockAttribute'](_0x29ca6c),_0x514275=this['_inlineAttributeKeys']['has'](_0x29ca6c);return _0x38ce9c||_0x514275;}['_reduceExistingSuggestions'](_0x18233c,_0x3a4ed7){if(0x0==_0x3a4ed7['length'])return!0x1;let _0x562e5d=!0x1;for(const _0x13dc22 of _0x3a4ed7){const _0x7db19a=this['_findSuggestions'](_0x13dc22['range'],'attribute')['filter'](_0xdd3f06=>!_0xdd3f06['meta']['isNextTo'])['map'](_0x269288=>_0x269288['suggestion']),_0x3329dc=_0x2c4802({'newValue':_0x13dc22['newValue']});_0x7db19a['filter'](_0x4ecb84=>{const [_0x4c8deb,_0x559ee6]=_0x4ecb84['subType']['split']('|');return _0x4c8deb==_0x13dc22['key']&&_0x559ee6!=_0x3329dc;})['forEach'](_0x24e548=>{this['_reduceSuggestionAttributeRange'](_0x24e548,_0x13dc22['range'],_0x18233c),_0x562e5d=!0x0;});}return _0x562e5d;}['_reduceSuggestionAttributeRange'](_0x5c8b8a,_0x12ca5f,_0x2c9f0d){const _0x17524c=_0x5c8b8a['getFirstRange']()['getDifference'](_0x12ca5f);0x0!==_0x17524c['length']?0x1!==_0x17524c['length']?this['_breakSuggestionMarker'](_0x5c8b8a,_0x12ca5f['start'],_0x12ca5f['end']):this['_setSuggestionRange'](_0x5c8b8a,_0x17524c[0x0]):_0x2c9f0d['removeMarker'](_0x5c8b8a['getFirstMarker']());}}class Pt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x2d9bbe){this['_editor']=_0x2d9bbe,this['_model']=_0x2d9bbe['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x4dd569,_0x19068a,_0x71c736,_0x4dd690,_0x477d8c,_0x11a322,_0x403ef3){return new o(this['_model'],{'type':_0x4dd569,'subType':_0x19068a,'id':_0x71c736,'originalSuggestionId':_0x403ef3,'author':_0x4dd690,'creator':_0x4dd690,'attributes':_0x477d8c,'onAttributesChange':_0x11a322,'onAccept':(..._0x373750)=>this['getSuggestionCallback'](_0x4dd569,_0x19068a,'accept')(..._0x373750),'onDiscard':(..._0x188003)=>this['getSuggestionCallback'](_0x4dd569,_0x19068a,'discard')(..._0x188003)});}['registerCustomCallback'](_0x576e78,_0x587b0e,_0x1b757f,_0x278fdc){const _0x1b03b1=_0x576e78+':'+_0x587b0e+':'+_0x1b757f;this['_customCallbacks']['set'](_0x1b03b1,_0x278fdc);}['getSuggestionCallback'](_0x5133a6,_0x29e69f,_0x39897d){const _0x53332b=_0x5133a6+':'+_0x29e69f+':'+_0x39897d;return this['_customCallbacks']['get'](_0x53332b)||this['_defaultCallbacks']['get'](_0x5133a6+':'+_0x39897d);}['_registerDefaultCallbacks'](){const _0x12a2f8=()=>!0x1,_0x4b8330=_0x414b3b=>{_0x414b3b['sort']((_0x1bb974,_0x3d5c3a)=>_0x1bb974['start']['isBefore'](_0x3d5c3a['start'])?0x1:-0x1),this['_model']['change'](_0x97a7ec=>{for(const _0x26cc80 of _0x414b3b){let _0x4c135c;_0x4c135c=_0x26cc80['end']['isAtEnd']&&_0x26cc80['end']['parent']==_0x26cc80['start']['nodeAfter']?_0x97a7ec['createSelection'](_0x26cc80['start']['nodeAfter'],'on'):_0x97a7ec['createSelection'](_0x26cc80),this['_model']['deleteContent'](_0x4c135c,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0,'doNotFixSelection':!0x0});}});},_0x344091=(_0x416bd6,_0x51a5aa)=>{_0x51a5aa&&this['_model']['change'](_0x170ac5=>{const {commandName:_0x270733,commandParams:_0x2a5ddf=[]}=_0x51a5aa,_0x4272aa=_0x416bd6['map'](_0x2f7ab5=>(Lt(_0x2f7ab5)&&(_0x2f7ab5=this['_model']['createRange'](_0x2f7ab5['end'])),_0x2f7ab5))['filter'](_0x148491=>'$graveyard'!==_0x148491['root']['rootName']);if(_0x4272aa['length']<0x1)return;const _0x2d5357=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x477850=>_0x3dc9e4['fromRange'](_0x477850));_0x170ac5['setSelection'](_0x4272aa);for(const _0x4047ab of this['_editor']['commands']['commands']())_0x4047ab['refresh']();_0x2a5ddf['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x270733,..._0x2a5ddf);const _0x2e5f56=_0x2d5357['filter'](_0x3a77f3=>'$graveyard'!=_0x3a77f3['root']['rootName']);_0x2e5f56['length']>0x0&&_0x170ac5['setSelection'](_0x2e5f56);for(const _0x1328c1 of _0x2d5357)_0x1328c1['detach']();});},_0x1494a7=(_0x51779c,_0x52c94b)=>0x1==_0x51779c['length']&&0x1==_0x52c94b['length']&&_0x51779c[0x0]['end']['isEqual'](_0x52c94b[0x0]['start']),_0x51d851=(_0x11faf8,_0x4f5aaa,_0x1de69e,_0x158605)=>Qt(_0x11faf8,_0x4f5aaa,_0x1de69e,_0x158605)?[_0x11faf8,_0x4f5aaa]:Qt(_0x4f5aaa,_0x11faf8,_0x158605,_0x1de69e)?[_0x4f5aaa,_0x11faf8]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x12a2f8),this['_defaultCallbacks']['set']('insertion:discard',_0x4b8330),this['_defaultCallbacks']['set']('insertion:join',_0x1494a7),this['_defaultCallbacks']['set']('insertion:chain',_0x51d851),this['_defaultCallbacks']['set']('deletion:accept',_0x4b8330),this['_defaultCallbacks']['set']('deletion:discard',_0x12a2f8),this['_defaultCallbacks']['set']('deletion:join',_0x1494a7),this['_defaultCallbacks']['set']('deletion:chain',_0x51d851),this['_defaultCallbacks']['set']('formatInline:accept',_0x344091),this['_defaultCallbacks']['set']('formatInline:discard',_0x12a2f8),this['_defaultCallbacks']['set']('formatInline:join',_0x1494a7),this['_defaultCallbacks']['set']('formatInline:chain',_0x12a2f8),this['_defaultCallbacks']['set']('formatBlock:accept',_0x344091),this['_defaultCallbacks']['set']('formatBlock:discard',_0x12a2f8),this['_defaultCallbacks']['set']('formatBlock:join',_0x1494a7),this['_defaultCallbacks']['set']('formatBlock:chain',_0x12a2f8),this['_defaultCallbacks']['set']('attribute:accept',_0x12a2f8),this['_defaultCallbacks']['set']('attribute:discard',(_0x1efebe,_0x5dd634)=>{if(!_0x5dd634)return;const _0x2600be=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x1f33ac=>{if(_0x5dd634['key']==u)for(const _0x18e60d of _0x1efebe){const _0x2e6045=_0x18e60d['start']['nodeAfter'],_0x415966=_0x5dd634['oldValue'];_0x1f33ac['rename'](_0x2e6045,_0x415966);}else{if(_0x2600be['_isBlockAttribute'](_0x5dd634['key'])){for(const _0x15afae of _0x1efebe)void 0x0!==_0x5dd634['oldValue']?_0x1f33ac['setAttribute'](_0x5dd634['key'],_0x5dd634['oldValue'],_0x15afae['start']['nodeAfter']):_0x1f33ac['removeAttribute'](_0x5dd634['key'],_0x15afae['start']['nodeAfter']);}else{for(const _0x288128 of _0x1efebe)_0x5dd634['oldValue']?_0x1f33ac['setAttribute'](_0x5dd634['key'],_0x5dd634['oldValue'],_0x288128):_0x1f33ac['removeAttribute'](_0x5dd634['key'],_0x288128);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x1494a7);}}function Gt(_0xfc0d62,_0x28c449,_0x4309c2){for(const _0x251624 of _0x28c449['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x251624['root']==_0x251624)return!0x1;if(!_0x4309c2['containsItem'](_0x251624))return!0x1;if(_0xfc0d62['isObject'](_0x251624)||_0xfc0d62['isLimit'](_0x251624))return!0x0;}return!0x1;}function Lt(_0x5a6f2b){return _0x5a6f2b['end']['parent']==_0x5a6f2b['start']['nodeAfter']&&_0x5a6f2b['end']['isAtStart'];}function Jt(_0x1baaa4,_0x41d266,_0x3bd642,_0x568e4d){const _0x3cf7bb=_0x3e6ade=>!_0x3e6ade['item']['is']('$textProxy')&&!_0x568e4d['isObject'](_0x3e6ade['item']),_0x2b8146=_0x1baaa4['start']['getLastMatchingPosition'](_0x3cf7bb),_0x323f97=_0x1baaa4['end']['getLastMatchingPosition'](_0x3cf7bb,{'direction':'backward'});return(!_0x1baaa4['start']['isEqual'](_0x2b8146)||!_0x1baaa4['end']['isEqual'](_0x323f97))&&(_0x2b8146['isBefore'](_0x323f97)?_0x3bd642['updateMarker'](_0x41d266,{'range':_0x3bd642['createRange'](_0x2b8146,_0x323f97)}):_0x3bd642['removeMarker'](_0x41d266),!0x0);}function Kt(_0x594783){return _0x2c4802(_0x594783);}function Ht(_0x1aef2f){const _0x2f578f=_0x1aef2f['start']['nodeAfter'];return _0x2f578f&&_0x2f578f['is']('element');}function qt(_0x2854c5){return!Lt(_0x2854c5)&&!function(_0x5dda78){return _0x5dda78['start']['parent']==_0x5dda78['end']['nodeBefore']&&_0x5dda78['start']['isAtEnd'];}(_0x2854c5);}function zt(_0xf191ae,_0x403fae){return null==_0xf191ae['end']['nodeBefore']&&_0xf191ae['end']['parent']==_0xf191ae['start']['nodeAfter']?Wt(_0xf191ae['start']['nodeAfter'],_0x403fae):_0xf191ae;}function Wt(_0x3b79d0,_0x2e8806){const _0x182e4c=_0x2e8806['schema']['isObject'](_0x3b79d0)||_0x2e8806['schema']['isSelectable'](_0x3b79d0);return _0x2e8806['createRange'](_0x2e8806['createPositionAt'](_0x3b79d0,'before'),_0x182e4c?_0x2e8806['createPositionAfter'](_0x3b79d0):_0x2e8806['createPositionAt'](_0x3b79d0,'end'));}function Qt(_0x1baded,_0x2503ac,_0x57ccc2,_0x4fc9a5){return!!Xt(_0x1baded,_0x2503ac)&&_0x57ccc2['end']['isEqual'](_0x4fc9a5['start']);}function Xt(_0x12722d,_0x521857){if(!_0x12722d['_isDataLoaded']||!_0x521857['_isDataLoaded'])return!0x1;const _0xe3ce7d=new Set(Object['keys'](_0x12722d['attributes'])),_0x1be3cd=new Set(Object['keys'](_0x521857['attributes']));if(_0xe3ce7d['delete']('groupId'),_0x1be3cd['delete']('groupId'),0x0==_0xe3ce7d['size']&&0x0==_0x1be3cd['size'])return!0x0;if(_0xe3ce7d['size']!=_0x1be3cd['size'])return!0x1;const _0x2d0463={..._0x12722d['attributes']},_0x1bbf06={..._0x521857['attributes']};return delete _0x2d0463['groupId'],delete _0x1bbf06['groupId'],JSON['stringify'](_0x2d0463)==JSON['stringify'](_0x1bbf06);}function Yt(_0x6d5cc3,_0x57f21b){const _0x5b0778=Zt(_0x6d5cc3['attributes']),_0x526eaf=Zt(_0x57f21b);if(!_0x6d5cc3['_isDataLoaded'])return!0x1;for(const _0x34d9d8 of Object['keys'](_0x526eaf))if(!_0x42ff0b(_0x5b0778[_0x34d9d8],_0x526eaf[_0x34d9d8]))return!0x1;return!0x0;}function Zt(_0x30c529){const _0x325108=Object['assign']({},_0x30c529);return delete _0x325108['skipNestingCheck'],delete _0x325108['tablePasteChainId'],_0x325108;}class pe extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x27073d(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x3aaaf5,_0x1e5bfe,_0x170944,_0x3682c9){super(),this['model']=_0x1e5bfe,this['view']=_0x170944,this['commentThreadController']=_0x3682c9,this['_editor']=_0x3aaaf5,this['_acceptCommand']=_0x3aaaf5['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x3aaaf5['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x34e114,_0x2e27f7)=>_0x34e114||_0x2e27f7),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x36e09f=>_0x36e09f&&this['_editor']['model']['canEditAt'](_0x1e5bfe['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x501f94=>_0x501f94&&this['_editor']['model']['canEditAt'](_0x1e5bfe['getRanges']())),this['_pendingAction']=null,_0x170944['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x170944,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x170944,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x170944,'change:isDirty',()=>{_0x170944['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 _0x2f1276=c(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x2f1276);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x50b601{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x1cf209,_0x533ee1,_0x1f6299,_0x1bb8a1){super(_0x1cf209),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x5042cf(_0x1cf209,c(_0x1cf209,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x533ee1['authoredAt']),this['bind']('authoredAt')['to'](_0x533ee1),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',_0x533ee1,'authoredAt',this,'descriptionParts',(_0x6f5e3d,_0x5de27d,_0x4b612c)=>{const _0x5648d9=_0x4b612c['map'](_0x2c7663=>ls(_0x2c7663['content']))['join']('.\x20')+'.';return c(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x6f5e3d-0x1,_0x533ee1['author']['name'],_0x5de27d?_0x1bb8a1['formatDateTime'](_0x5de27d):'',new DOMParser()['parseFromString'](_0x5648d9,'text/html')['body']['textContent']]);}),this['focusables']=new _0x401fc9(),this['focusTracker']=new _0xb5f4d6(),this['keystrokes']=new _0x32904e(),this['focusCycler']=new _0x406251({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x5a122c=>_0x5a122c['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x533ee1,this['_localUser']=_0x1f6299,this['_config']=_0x1bb8a1,_0x1bb8a1['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x2d210b(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x4d802e}=this['_config'];this['commentsListView']=new _0x4d802e(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',_0x1f2ceb=>_0x1f2ceb+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x2d76d6,_0x2db9ff)=>_0x2d76d6||!!_0x2db9ff);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x39db82}=this['_config'],_0x17259b=new _0x39db82(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0xf97f1a=_0x17259b['commentInputView'];return _0x17259b['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0xf97f1a,'value',(_0x23916c,_0x1a374e,_0x3dc93a)=>!!_0x3dc93a||_0x23916c&&!_0x1a374e),_0xf97f1a['on']('submit',(_0x42d265,_0x3bd10e)=>{this['fire']('addComment',_0x3bd10e),_0xf97f1a['editor']['setData']('');}),_0xf97f1a['on']('cancel',()=>this['focus']()),_0xf97f1a['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x17259b;}}class fe extends us{['suggestionView'];['_descriptionElement'];constructor(_0x47139d,_0x57dfcc,_0x26fae1,_0x396a67){super(_0x47139d,_0x57dfcc,_0x26fae1,_0x396a67),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x509090=>_0x509090&&_0x509090[0x0]?_0x509090[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x21cccc,_0x5859f4)=>{let _0x220922='';for(const _0x755a6c of _0x21cccc)_0x220922+='<p>'+ls(_0x755a6c['content'],_0x755a6c['color'])+'</p>';return _0x5859f4?_0x220922:_0x223738(_0x220922,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x396a67['SuggestionView'](_0x47139d,_0x57dfcc,{'formatDateTime':_0x396a67['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 _0x4fcabe=this['bindTemplate'],_0x480e8b=[this['suggestionView']];return this['commentsListView']&&_0x480e8b['push'](this['commentsListView']),this['commentThreadInputView']&&_0x480e8b['push'](this['commentThreadInputView']),_0x480e8b['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x4fcabe['if']('isActive','ck-suggestion-wrapper--active'),_0x4fcabe['to']('type',_0x5334a3=>'ck-suggestion-'+_0x5334a3),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':_0x4fcabe['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x480e8b};}['render'](){super['render'](),this['commentsListView']&&(this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this)),this['commentThreadInputView']&&(this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this));}}class we extends _0x50b601{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x3fdaf3,_0x4cad72,_0x439eb){super(_0x3fdaf3),this['_model']=_0x4cad72,this['_config']=_0x439eb,this['set']('description',''),this['bind']('authoredAt')['to'](_0x4cad72),this['acceptButton']=this['_createButton'](c(_0x3fdaf3,'Accept\x20suggestion'),_0x33ac7b,'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](c(_0x3fdaf3,'Discard\x20suggestion'),_0x5cdb5d,'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x4d8127(_0x3fdaf3,_0x4cad72['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x401fc9([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0xb5f4d6(),this['keystrokes']=new _0x32904e(),this['focusCycler']=new _0x406251({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x4d2f19=>_0x4d2f19['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x540607=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x540607['innerHTML']=this['description'],this['on']('change:description',(_0x4a72de,_0x1d356e,_0x47fead)=>{_0x540607['innerHTML']=_0x47fead;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x1dbeb2=this['bindTemplate'],_0x18c909=[{'tag':'div','attributes':{'class':['ck-suggestion__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-suggestion__info-name','ck-annotation__info-name'],'data-cke-tooltip-text':this['userView']['name']}},{'tag':'time','attributes':{'datetime':_0x1dbeb2['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x1dbeb2['to']('authoredAt',_0x35fcbf=>this['_config']['formatDateTime'](_0x35fcbf))}]}]},{'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']&&_0x18c909['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':_0x18c909}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?c(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):c(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?c(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):c(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x8d5320,_0x1740fc,_0x5842f5,_0x395e54,_0x11751f){const _0x420041=new _0x5b6156(this['locale']);return _0x420041['set']({'label':_0x8d5320,'icon':_0x1740fc,'tooltip':!0x0,'tooltipPosition':_0x11751f}),_0x420041['extendTemplate']({'attributes':{'class':_0x5842f5}}),_0x420041['on']('execute',()=>{this['fire'](_0x395e54,this['_model']['id']);}),_0x420041;}['_setupKeyboardNavigation'](){const _0x451d24=this['element'];this['keystrokes']['listenTo'](_0x451d24);for(const _0x1af41d of this['focusables'])this['focusTracker']['add'](_0x1af41d['element']),this['keystrokes']['listenTo'](_0x1af41d['element']);this['keystrokes']['set']('enter',(_0x4a2c00,_0x18e790)=>{_0x451d24===_0x4a2c00['target']&&(this['focusCycler']['focusFirst'](),_0x18e790());}),this['keystrokes']['set']('esc',(_0x4ab481,_0x276042)=>{_0x451d24!==_0x4ab481['target']&&(this['focus'](),_0x276042());});}}class d extends _0xbd04a2{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x322151,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2cb105){super(_0x2cb105),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x6a2620=this['editor']['config'];_0x6a2620['define']('trackChanges.SuggestionThreadView',fe),_0x6a2620['define']('trackChanges.SuggestionView',we),_0x6a2620['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x6a2620['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x372e9e,_0x369aa1){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x417cdf,_0x1423ac]of this['_handleControllerBuffer']){const _0x4e5fb2=this['_suggestionToController']['has'](_0x417cdf);_0x4e5fb2||_0x1423ac?_0x4e5fb2&&_0x1423ac&&this['_destroyController'](_0x417cdf):this['_initializeController'](_0x417cdf);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x372e9e,_0x369aa1);}['init'](){const _0x234fa5=this['editor'],_0x9c4503=_0x234fa5['plugins']['get']('TrackChangesEditing'),_0x1dd7fb=_0x234fa5['plugins']['get']('Annotations'),_0x2fcef4=_0x234fa5['plugins']['get']('EditorAnnotations'),_0x94a3bc=_0x234fa5['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x2fcef4['addSourceCollector'](()=>{const _0x357247=[];for(const [_0x506124,_0x272375]of Array['from'](this['_suggestionToController'])){const _0x2407b4=_0x506124['getAllAdjacentSuggestions'](),_0xb78aef=[];for(const _0x5855c6 of _0x2407b4){if(!_0x5855c6['isInContent'])continue;if(_0x5855c6['isMultiRange']){_0xb78aef['push'](..._0x5855c6['getRanges']());continue;}const _0x57541a=_0x5855c6['getFirstRange']();if(_0xb78aef['length']>0x0){const _0x4fd0b8=_0xb78aef[0x0]['getJoined'](_0x57541a);if(_0x4fd0b8){_0xb78aef[0x0]=_0x4fd0b8;continue;}}_0xb78aef['push'](_0x57541a);}_0x357247['push']([_0x272375['view'],_0xb78aef]);}return _0x357247;}),this['listenTo'](_0x9c4503,'suggestionLoaded',(_0x1f4563,_0x414fea)=>{this['listenTo'](_0x414fea,'change:previous',(_0x29e4de,_0x29a2e5,_0x20a2c1,_0x51a609)=>{_0x414fea['isInContent']&&(null==_0x20a2c1?(this['_updateController'](_0x51a609['head']),this['_handleSuggestionControllerDelayed'](_0x414fea,!0x1)):(this['_updateController'](_0x20a2c1['head']),null==_0x51a609&&this['_handleSuggestionControllerDelayed'](_0x414fea,!0x0)));}),null!==_0x414fea['previous']?this['_updateController'](_0x414fea['head']):this['_handleSuggestionControllerDelayed'](_0x414fea,!0x1);}),this['listenTo'](_0x9c4503,'suggestionUnloaded',(_0x344d49,_0x24dd6a,_0x387ca5)=>{this['stopListening'](_0x24dd6a,'change:previous'),this['_handleControllerBuffer']['delete'](_0x24dd6a),this['_suggestionToController']['has'](_0x24dd6a)&&this['_destroyController'](_0x24dd6a),_0x387ca5&&this['_updateController'](_0x387ca5['head']);}),this['listenTo'](_0x9c4503,'suggestionChanged',(_0x1bf459,_0x753735)=>{this['_updateController'](_0x753735);}),this['listenTo'](_0x1dd7fb,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x94a3bc,'addComment',(_0x3c41db,{threadId:_0x412c38,isFromAdapter:_0x520a28})=>{if(_0x520a28||!_0x9c4503['hasSuggestion'](_0x412c38))return;const _0x485584=_0x9c4503['getSuggestion'](_0x412c38);this['_suggestionToController']['get'](_0x485584)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x41ebb=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x90d3fd;for(const _0x3435f in _0x41ebb){const _0x2d25e3=_0x3435f,_0x45a308=_0x41ebb[_0x2d25e3];if('trackChangesLicenseKeyValid'==_0x45a308||'trackChangesLicenseKeyInvalid'==_0x45a308||'trackChangesLicenseKeyExpired'==_0x45a308||'trackChangesLicenseKeyDomainLimit'==_0x45a308||'trackChangesLicenseKeyNotAllowed'==_0x45a308||'trackChangesLicenseKeyEvaluationLimit'==_0x45a308||'trackChangesLicenseKeyTrialLimit'==_0x45a308||'trackChangesLicenseKeyUsageLimit'==_0x45a308){delete _0x41ebb[_0x2d25e3],_0x90d3fd=_0x45a308,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x90d3fd&&_0x41ebb['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x90d3fd&&_0x41ebb['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x90d3fd&&_0x41ebb['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x90d3fd&&_0x41ebb['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x90d3fd&&_0x41ebb['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x90d3fd&&_0x41ebb['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyUsageLimit'==_0x90d3fd&&_0x41ebb['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0xadb130=this['editor']['plugins']['get']('Annotations'),_0x53fa8b=this['editor']['plugins']['get']('TrackChangesEditing'),_0xdaa3bb=Array['from'](_0xadb130['activeAnnotations'],_0x1bd426=>_0x1bd426['innerView'])['filter'](_0x2f4f73=>this['_viewToController']['has'](_0x2f4f73)),_0x315bd0=[];for(const _0x29f40e of _0xdaa3bb){const _0x3ae872=this['_viewToController']['get'](_0x29f40e)['model']['getAllAdjacentSuggestions']();_0x315bd0['push'](..._0x3ae872['reduce']((_0x24696b,_0x279806)=>[..._0x24696b,..._0x279806['getMarkerNames']()],[]));}_0x53fa8b['activeMarkers']=_0x315bd0;}['_addUIComponentsToFactory'](){const _0x574c00=this['editor'],_0x458230=_0x574c00['locale'],_0x36c7d0=c(_0x458230,'Track\x20changes'),_0x5db438=new _0x1269ce([{'type':'switchbutton','model':new _0x57dc56({'withText':!0x0,'isToggleable':!0x0,'label':_0x36c7d0,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x57dc56({'withText':!0x0,'label':c(_0x458230,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x57dc56({'withText':!0x0,'label':c(_0x458230,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x57dc56({'withText':!0x0,'label':c(_0x458230,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x57dc56({'withText':!0x0,'label':c(_0x458230,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x574c00['plugins']['has']('TrackChangesPreview')&&_0x5db438['addMany']([{'type':'separator'},{'type':'button','model':new _0x57dc56({'withText':!0x0,'label':c(_0x458230,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x33ddf4 of _0x5db438)if(ke(_0x33ddf4)){const _0x3282b0=_0x574c00['commands']['get'](_0x33ddf4['model']['commandName']);_0x33ddf4['model']['bind']('isOn','isEnabled')['to'](_0x3282b0,'value','isEnabled');}_0x574c00['ui']['componentFactory']['add']('trackChanges',_0x31998c=>this['_createToolbarButton'](_0x31998c,_0x5db438,_0x36c7d0)),_0x574c00['ui']['componentFactory']['add']('menuBar:trackChanges',_0x507ce5=>this['_createMenuBarMenu'](_0x507ce5,_0x5db438,_0x36c7d0));}['_createToolbarButton'](_0x166e2a,_0x576109,_0x3d0521){const _0x3744cb=_0x4292ab(_0x166e2a,_0x311709),_0xf2fda=this['editor']['commands']['get']('trackChanges');_0x3744cb['buttonView']['set']({'tooltip':_0x3d0521,'label':_0x3d0521,'icon':_0xd65741}),_0x3744cb['buttonView']['bind']('isOn')['to'](_0xf2fda,'value'),_0x3744cb['buttonView']['on']('execute',()=>{_0xf2fda['execute'](),this['editor']['editing']['view']['focus']();}),_0x47f22f(_0x3744cb,_0x576109,{'role':'menu'});const _0x5b6daa=[];for(const _0x4fb220 of _0x576109)ke(_0x4fb220)&&_0x5b6daa['push'](this['editor']['commands']['get'](_0x4fb220['model']['commandName']));const _0x5c24e7=_0x3744cb['buttonView'];return _0x5c24e7['actionView']['unbind']('isEnabled'),_0x5c24e7['arrowView']['unbind']('isEnabled'),_0x5c24e7['actionView']['bind']('isEnabled')['to'](_0xf2fda,'isEnabled'),_0x5c24e7['arrowView']['bind']('isEnabled')['toMany'](_0x5b6daa,'isEnabled',(..._0x201a83)=>_0x201a83['some'](_0x3685d9=>_0x3685d9)),_0x3744cb['on']('execute',_0x522e75=>{this['editor']['execute'](_0x522e75['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x3744cb;}['_createMenuBarMenu'](_0x276df3,_0x2f3b3e,_0x6b4e1a){const _0x3aa8c2=new _0x5261c4(_0x276df3),_0x65c937=this['editor']['commands']['get']('trackChanges');_0x3aa8c2['buttonView']['set']({'label':_0x6b4e1a,'icon':_0xd65741});const _0x10c35d=new _0x51fa38(_0x276df3);for(const _0xbf5c64 of _0x2f3b3e){if('separator'==_0xbf5c64['type']){_0x10c35d['items']['add'](new _0x1238bd(_0x276df3));continue;}const _0x92f33e=new _0x2d2eaa(_0x276df3,_0x3aa8c2),_0x127676=new _0x2e41da(_0x276df3),_0x18bae2=_0xbf5c64['model'];_0x127676['bind'](...Object['keys'](_0x18bae2))['to'](_0x18bae2),_0x127676['delegate']('execute')['to'](_0x3aa8c2),_0x127676['on']('execute',()=>{this['editor']['execute'](_0x18bae2['commandName']),this['editor']['editing']['view']['focus']();}),_0x92f33e['children']['add'](_0x127676),_0x10c35d['items']['add'](_0x92f33e);}return _0x3aa8c2['bind']('isEnabled')['to'](_0x65c937,'isEnabled'),_0x3aa8c2['panelView']['children']['add'](_0x10c35d),_0x3aa8c2;}['_initializeController'](_0x3b5995){const _0x13dbae=this['editor'],_0x4b5e74=_0x13dbae['config'],_0x4b97a7=_0x13dbae['plugins']['get']('Annotations'),_0x57a108=_0x13dbae['plugins']['get']('CommentsRepository'),_0x42d76a=_0x13dbae['plugins']['get']('EditorAnnotations'),_0x19afa6=_0x13dbae['plugins']['get'](_0x322151)['me'],_0x270211=_0x4b5e74['get']('trackChanges')['SuggestionThreadView'],_0x4ed508=_0x4b5e74['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x222247,CommentThreadInputView:_0x74881d}=_0x13dbae['plugins']['get']('CommentsUI');let _0x40aaa3,_0x20da19,_0x128c0e;this['_annotationViews']['has'](_0x3b5995['id'])?(_0x20da19=this['_annotationViews']['get'](_0x3b5995['id']),_0x40aaa3=_0x20da19['mainView']):(_0x40aaa3=new _0x270211(_0x13dbae['locale'],_0x3b5995,_0x19afa6,{'disableComments':this['_disableComments'],'editorConfig':{..._0x4b5e74['get']('comments.editorConfig'),'licenseKey':_0x4b5e74['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x4b5e74['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x4b5e74['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x4b5e74['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x38f4b0(_0x4b5e74['get']('locale'),_0x13dbae['locale']),'CommentView':_0x4b5e74['get']('comments')['CommentView'],'CommentsListView':_0x222247,'CommentThreadInputView':_0x74881d,'SuggestionView':_0x4ed508}),_0x40aaa3['suggestionView']['acceptButton']['on']('execute',()=>{_0x13dbae['editing']['view']['focus']();}),_0x40aaa3['suggestionView']['discardButton']['on']('execute',()=>{_0x13dbae['editing']['view']['focus']();}),_0x20da19=_0x4b97a7['createAnnotationView'](this['editor']['locale'],_0x40aaa3),_0x20da19['bind']('isDirty')['to'](_0x40aaa3,'isDirty'),_0x20da19['bind']('length')['to'](_0x40aaa3),_0x20da19['bind']('type')['to'](_0x40aaa3,'type',_0x256f00=>'suggestion-'+_0x256f00),_0x40aaa3['on']('escape',()=>{_0x128c0e['fire']('escape');}),this['_annotationViews']['set'](_0x3b5995['id'],_0x20da19));const _0x280f54=_0x57a108['createCommentThreadController'](_0x3b5995['commentThread'],_0x40aaa3),_0x4f807a=new pe(_0x13dbae,_0x3b5995,_0x40aaa3,_0x280f54),_0x57fb10=_0x3b5995['getAllAdjacentSuggestions']()['filter'](_0x2e5546=>_0x2e5546['isInContent']);_0x40aaa3['descriptionParts']=_0x13dbae['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x57fb10),this['_suggestionToController']['set'](_0x3b5995,_0x4f807a),this['_viewToController']['set'](_0x40aaa3,_0x4f807a),_0x128c0e=_0x4b97a7['createAnnotation']({'view':_0x20da19,'target':()=>{const _0x308fb1=[],_0x25bd7e=_0x3b5995['getAllAdjacentSuggestions']()['filter'](_0x3f0603=>_0x3f0603['isInContent']);for(const _0x1ae7b8 of _0x25bd7e)_0x308fb1['push'](..._0x1ae7b8['getMarkers']());return _0x3fc30b(_0x13dbae['editing'],_0x308fb1);},'type':()=>'suggestion-'+_0x4f807a['view']['type']}),_0x57a108['_bindAnnotationToEditors'](_0x40aaa3,_0x128c0e),_0x4b97a7['add'](_0x128c0e),_0x42d76a['registerAnnotation'](_0x128c0e);}['_destroyController'](_0x5a86b3){const _0x2b3dcd=this['editor']['plugins']['get']('CommentsRepository'),_0x1685c9=this['editor']['plugins']['get']('Annotations'),_0x260b0d=this['_suggestionToController']['get'](_0x5a86b3),_0x267f39=_0x260b0d['view'],_0x284acc=_0x1685c9['getByInnerView'](_0x267f39);_0x2b3dcd['_unbindEditors'](_0x267f39),_0x284acc&&_0x1685c9['remove'](_0x284acc),this['_suggestionToController']['delete'](_0x5a86b3),this['_viewToController']['delete'](_0x267f39),_0x260b0d['destroy']();}['_updateController'](_0x19896c){if(!_0x19896c['isInContent']||!this['_suggestionToController']['has'](_0x19896c))return;const _0x28e798=this['editor']['plugins']['get']('TrackChangesEditing'),_0x323c03=this['_suggestionToController']['get'](_0x19896c),_0x3ef298=_0x19896c['getAllAdjacentSuggestions']();_0x323c03['view']['descriptionParts']=_0x28e798['descriptionFactory']['getDescriptions'](_0x3ef298);}['destroy'](){for(const _0x5901dd of this['_suggestionToController']['keys']())this['_destroyController'](_0x5901dd);for(const _0xc0bfeb of this['_annotationViews']['values']())_0xc0bfeb['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function ke(_0x231810){return'model'in _0x231810;}class k extends _0xbd04a2{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x532465){this['editor']['plugins']['get'](p)['adapter']=_0x532465;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x3686a4){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x3686a4);}['getSuggestions']({skipNotAttached:_0x432e71=!0x1,toJSON:_0x177bcc=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x432e71,'toJSON':_0x177bcc});}['getSuggestion'](_0xb80084){return this['editor']['plugins']['get'](p)['getSuggestion'](_0xb80084);}}const w=['Pagination'];class T extends _0xbd04a2{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x23bc34=this['editor'];if(_0x23bc34['config']['define']('trackChangesData.editorCreator',_0x1d41ff=>{const _0x14ee79=_0x23bc34['model']['document']['getRootNames']()['reduce']((_0x1693f3,_0x5c6a69)=>(_0x1693f3[_0x5c6a69]='',_0x1693f3),{});return _0x23bc34['constructor']['create'](_0x14ee79,_0x1d41ff);}),'function'!=typeof _0x23bc34['config']['get']('trackChangesData')['editorCreator'])throw new _0x1f6909('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x5cb520){return N(this['editor'],!0x0,_0x5cb520);}['getDataWithDiscardedSuggestions'](_0x58c6aa){return N(this['editor'],!0x1,_0x58c6aa);}}class D extends _0xbd04a2{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x28f0df){function _0x51fc6e(_0x11aad6){return _0x11aad6['map'](_0x563cd3=>String['fromCharCode'](_0x563cd3))['join']('');}super(_0x28f0df),this['result']='end',_0x28f0df[_0x51fc6e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x51fc6e([0x76,0x69,0x65,0x77])][_0x51fc6e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x51fc6e([0x61,0x75,0x74,0x6f]),_0x28f0df[_0x51fc6e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x51fc6e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x51fc6e([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x51fc6e([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x51fc6e([0x6f,0x6b])});}['init'](){this['editor']['plugins']['get']('CommentsRepository')['_adapter']={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this['editor']['plugins']['get']('TrackChangesEditing')['_adapter']=null;}}function Ge(_0x50a588){return void 0x0!==_0x50a588['getRootsAttributes'];}async function N(_0x348b20,_0x407543,_0x1f192f){const _0x240bb4=_0x473fd6(_0x348b20,w);_0x240bb4['plugins']['push'](p,D),_0x240bb4['rootsAttributes']=Ge(_0x348b20)?_0x348b20['getRootsAttributes']():void 0x0;const _0x3a2e56=document['createDocumentFragment'](),_0x4b6a86=_0x348b20['config']['get']('trackChangesData')['editorCreator'],_0x32c76a=await _0x4b6a86(_0x240bb4,()=>function(_0x1586f6){const _0x42ffa8=document['createElement']('div');return _0x1586f6['appendChild'](_0x42ffa8),_0x42ffa8;}(_0x3a2e56));!function(_0x3fa12a,_0x444668){const _0x4fd875=_0x3fa12a['model']['document']['getRootNames']()['reduce']((_0x3d7b49,_0xefbd52)=>(_0x3d7b49[_0xefbd52]=_0x3fa12a['data']['get']({'rootName':_0xefbd52}),_0x3d7b49),{}),_0x55bdb9=_0x3fa12a['plugins']['get']('Users')['users']['map'](_0x3ad6c3=>({'id':_0x3ad6c3['id'],'name':_0x3ad6c3['name']})),_0x3f924b=_0x3fa12a['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x43d124=_0x3fa12a['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x25708d=_0x444668['plugins']['get']('Users'),_0x3ac53b=_0x444668['plugins']['get']('TrackChangesEditing'),_0x5452db=_0x444668['plugins']['get']('CommentsRepository');for(const _0x4d37e0 of _0x5452db['getCommentThreads']())_0x4d37e0['remove']();for(const _0x32cfec of _0x55bdb9)_0x25708d['getUser'](_0x32cfec['id'])||_0x25708d['addUser'](_0x32cfec);_0x25708d['me']||_0x25708d['useAnonymousUser']();for(const _0x24a50d of _0x43d124)_0x5452db['addCommentThread'](_0x24a50d);for(const _0x32e926 of _0x3f924b)_0x3ac53b['addSuggestionData'](_0x32e926);_0x444668['data']['set'](_0x4fd875);}(_0x348b20,_0x32c76a),_0x32c76a['execute'](_0x407543?'acceptAllSuggestions':'discardAllSuggestions');const _0x154599=Ge(_0x32c76a)?_0x32c76a['getFullData'](_0x1f192f):_0x32c76a['data']['get'](_0x1f192f);return await _0x32c76a['destroy'](),_0x154599;}class Me extends _0x50b601{['options'];constructor(_0x3970a7,_0x22d14a){super(_0x3970a7),this['options']=_0x22d14a,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-track-changes-preview'],'tabindex':-0x1}});}['render'](){super['render'](),this['element']['style']['width']=this['options']['dialogRects']['width']+'px',this['element']['style']['height']=this['options']['dialogRects']['height']+'px';}['setPreviewData'](_0x559eaa,_0xf49805){if(!this['element'])return;const _0x2dbdd5=[];for(const [_0x547021,_0x129957]of _0x559eaa){const _0x20ba21=document['createElement']('div');_0x20ba21['setAttribute']('data-ck-root-name',_0x547021),_0x20ba21['className']=_0x129957['classes']+'\x20ck-track-changes-preview__root-container',_0x20ba21['innerHTML']=_0x129957['content'],_0x2dbdd5['push'](_0x20ba21);}_0xf49805(this['element'],_0x2dbdd5),this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class re extends _0x33e207{constructor(_0x701cb8){super(_0x701cb8),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x2a131e=this['editor'],_0x4a833c=_0x2a131e['locale'],_0xeb91c1=_0x2a131e['plugins']['get']('Dialog');let _0x17e013;const _0x220bde=function(_0x5de556){const _0x405a6c={};if('editables'in _0x5de556['ui']['view']){for(const [_0x863a2a,_0x330d17]of Object['entries'](_0x5de556['ui']['view']['editables']))_0x405a6c[_0x863a2a]=_0x330d17['element'];}else _0x405a6c[_0x5de556['model']['document']['getRootNames']()[0x0]]=_0x5de556['ui']['view']['editable']['element'];return _0x405a6c;}(_0x2a131e),_0x38ae58=function(_0x4ce406){let _0x3382f2=0x0;for(const _0x4e1630 of Object['values'](_0x4ce406))_0x3382f2=Math['max'](_0x3382f2,_0x4e1630['getBoundingClientRect']()['width']);let _0x3efca6=0x0;for(const _0xa0046c of Object['values'](_0x4ce406))_0x3efca6+=_0xa0046c['getBoundingClientRect']()['height'];const _0x55a106=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0xc22582=Math['min'](_0x3efca6,_0x55a106);return{'width':_0x3382f2,'height':_0xc22582};}(_0x220bde);_0xeb91c1['show']({'id':'finalContentPreview','title':c(_0x4a833c,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new Me(_0x4a833c,{'dialogRects':_0x38ae58}),'onHide':()=>{_0x17e013['detachFromDom']();},'onShow':()=>{_0x2a131e['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x2a5f18=>{const _0x51a14a=this['_standarizeRootsData'](_0x2a5f18,_0x2a131e,_0x220bde);_0xeb91c1['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x51a14a,_0x2a131e['config']['get']('trackChanges.preview.renderFunction'));}),_0x17e013=new _0x4f665f(_0x4a833c,[_0xeb91c1['view']]),_0x17e013['attachToDom'](),_0x17e013['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x2a131e['once']('destroy',()=>{_0x17e013['detachFromDom']();});const _0x1fccf8=_0xeb91c1['view']['headerView']['class'];_0xeb91c1['view']['headerView']['class']=_0x1fccf8?_0x1fccf8+'\x20ck-reset_all':'ck-reset_all',_0xeb91c1['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0xeb91c1['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x3663ec=this['editor']['plugins']['get']('MergeFieldsEditing'),_0x3fe328=_0x3663ec['previewMode'],_0x50ff52={};if('$labels'===_0x3fe328){for(const _0x17c875 of _0x3663ec['getMergeFieldsIds']())_0x50ff52[_0x17c875]=_0x3663ec['getLabel'](_0x17c875)||_0x17c875;}else{const _0x328637='$defaultValues'===_0x3fe328?_0x3663ec['getDefaultValues']():_0x3663ec['getDataSetValues'](_0x3fe328,!0x0);for(const _0x5f42ae of Object['entries'](_0x328637)){const [_0x34ec47,_0x273dbb]=_0x5f42ae;_0x50ff52[_0x34ec47]=null!==_0x273dbb?_0x273dbb:_0x3663ec['getLabel'](_0x34ec47)||_0x34ec47;}}return{'mergeFieldsData':_0x50ff52};}['_standarizeRootsData'](_0x2a3324,_0x345f4a,_0x17e1e1){let _0x4689a2;if('string'==typeof _0x2a3324){const _0x49e2f9=_0x345f4a['model']['document']['getRootNames']()[0x0];_0x4689a2={[_0x49e2f9]:_0x2a3324};}else _0x4689a2=_0x2a3324;const _0x3a023b=this['_fixMediaEmbeds'](_0x4689a2,_0x345f4a),_0x4c89e2=function(_0x33f806,_0x190ecf){for(const [_0x6d6e54,_0x32fc84]of _0x33f806)_0x32fc84['classes']=_0x190ecf[_0x6d6e54]['classList']['value']['replace']('ck-focused','');return _0x33f806;}(this['_sortRoots'](_0x345f4a)['reduce']((_0xc0aeef,_0xdcb57c)=>(_0xc0aeef['push']([_0xdcb57c,{'content':_0x3a023b[_0xdcb57c],'classes':''}]),_0xc0aeef),[]),_0x17e1e1);return _0x4c89e2;}['_fixMediaEmbeds'](_0x379a30,_0x3bb6a4){if(!_0x3bb6a4['plugins']['has']('MediaEmbedEditing'))return _0x379a30;const _0x3a962f=_0x3bb6a4['plugins']['get']('MediaEmbedEditing');for(const [_0x37b466,_0x50bea7]of Object['entries'](_0x379a30)){const _0x3b590e=document['createElement']('div');_0x3b590e['innerHTML']=_0x50bea7,(_0x3b590e['querySelectorAll']('figure.media')['forEach'](_0x1f57fa=>{const _0x300575=_0x1f57fa['querySelector']('oembed');if(_0x300575){const _0x5f02bb=_0x300575['getAttribute']('url');if(_0x5f02bb){const _0x10d928=_0x3a962f['registry']['getMediaViewElement'](new _0x3faa85(_0x3bb6a4['editing']['view']['document']),_0x5f02bb,{'elementName':'','renderForEditingView':!0x0}),_0x51cac8=document['createElement']('div');_0x51cac8['classList']['add']('ck-media__wrapper'),_0x10d928['render'](_0x51cac8,_0x3bb6a4['editing']['view']['domConverter']),_0x300575['replaceWith'](_0x51cac8);}}}),_0x379a30[_0x37b466]=_0x3b590e['innerHTML']);}return _0x379a30;}['_sortRoots'](_0x3ddf16){if(!function(_0x5bd20c){return void 0x0!==_0x5bd20c['getRootsAttributes'];}(_0x3ddf16))return _0x3ddf16['model']['document']['getRootNames']();const _0x47934d=[],_0x4c5832=new Map();for(const _0x348d02 of _0x3ddf16['model']['document']['getRootNames']()){const _0x2a3e61=_0x3ddf16['editing']['view']['getDomRoot'](_0x348d02)['getClientRects']()['item'](0x0);_0x47934d['push'](_0x348d02),_0x4c5832['set'](_0x348d02,_0x2a3e61);}return _0x47934d['sort']((_0x50ad54,_0x4f914f)=>{const _0x89709d=_0x4c5832['get'](_0x50ad54),_0x447d79=_0x4c5832['get'](_0x4f914f);return _0x89709d['y']-_0x447d79['y']||_0x89709d['x']-_0x447d79['x'];}),_0x47934d;}}class te extends _0xbd04a2{static get['requires'](){return[T,_0x31c855];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3e393b){super(_0x3e393b),_0x3e393b['commands']['add']('previewFinalContent',new re(this['editor'])),_0x3e393b['config']['define']('trackChanges.preview.renderFunction',(_0x1aa5d8,_0x37b998)=>{for(const _0x2e82ff of _0x37b998)_0x1aa5d8['appendChild'](_0x2e82ff);});}}export{us as BaseSuggestionThreadView,o as Suggestion,fe as SuggestionThreadView,we as SuggestionView,k as TrackChanges,T as TrackChangesData,p as TrackChangesEditing,te as TrackChangesPreview};
|