@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240918.0 → 0.0.0-nightly-20240921.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/package.json +10 -10
- package/src/trackchangesediting.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as ts,Plugin as
|
|
24
|
-
_0x2b690f(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x1ef8db,_0x3e6444){super(),this['id']=_0x3e6444['id'],this['type']=_0x3e6444['type'],this['subType']=_0x3e6444['subType']||null,this['author']=_0x3e6444['author'],this['creator']=_0x3e6444['creator']||_0x3e6444['author'],this['isExternal']=Boolean(_0x3e6444['attributes']&&_0x3e6444['attributes']['@external']),this['data']=null,this['_model']=_0x1ef8db,this['_onAccept']=_0x3e6444['onAccept'],this['_onDiscard']=_0x3e6444['onDiscard'],this['_onAttributesChange']=_0x3e6444['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x3e6444['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 _0x2530d9=this;for(;_0x2530d9['previous'];)_0x2530d9=_0x2530d9['previous'];return _0x2530d9;}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'](_0x9164eb){this['_markerNames']['add'](_0x9164eb);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x3bcd63=>this['_model']['markers']['get'](_0x3bcd63))['filter'](_0x45ac1e=>_0x45ac1e);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x1c3a3c=>{for(const _0x1dbe26 of this['getMarkers']())_0x1c3a3c['removeMarker'](_0x1dbe26);}),this['_markerNames']['clear']();}['removeMarker'](_0x515e28){this['_model']['change'](_0x4764c1=>{_0x4764c1['removeMarker'](_0x515e28);}),this['_markerNames']['delete'](_0x515e28);}['addRange'](_0x407d49){const _0x204eb9='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x204eb9),this['_model']['change'](_0x51b3fc=>{_0x51b3fc['addMarker'](_0x204eb9,{'range':_0x407d49,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x4ffd8f){for(const _0x354df1 of this['getRanges']())if(_0x354df1['isIntersecting'](_0x4ffd8f))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0xc4364c=>_0xc4364c['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x3e90f0,_0x46d15c)=>[..._0x3e90f0,..._0x46d15c['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x4c1976=this['getRanges']();if(0x1!=_0x4c1976['length'])return null;const _0xc3dd4c=_0x4c1976[0x0],_0x4fc3f9=_0xc3dd4c['start']['nodeAfter'],_0x1e448b=_0xc3dd4c['end']['nodeBefore'];return _0x4fc3f9 instanceof _0x1a8cff?_0x4fc3f9!=_0x1e448b?null:_0x4fc3f9: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 _0x1f7b07=[];let _0x5d690f=this['head'];for(;_0x5d690f;)_0x1f7b07['push'](_0x5d690f),_0x5d690f=_0x5d690f['next'];return _0x1f7b07;}['setAttribute'](_0x141ca4,_0x39828b){const _0x2c3bd1=_0x1b07aa(this['attributes']);_0x3b1d56(_0x2c3bd1,_0x141ca4,_0x39828b),_0x5b354c(_0x2c3bd1,this['attributes'])||(this['attributes']=_0x2c3bd1,this['_onAttributesChange'](_0x2c3bd1));}['removeAttribute'](_0x3c86d5){const _0x8af199=_0x1b07aa(this['attributes']);_0x1febcc(_0x8af199,_0x3c86d5),_0x5b354c(_0x8af199,this['attributes'])||(this['attributes']=_0x8af199,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 _0x3529ea()['substr'](0x1,0x5);}}function o(_0x60202,_0x353469,_0x571d21){const t=_0x60202['t'];switch(_0x353469){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x571d21);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x571d21);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x571d21);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x571d21);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x571d21);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',_0x571d21);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x571d21);case'*Replace\x20image\x20URL*':return t('*Replace\x20image\x20URL*');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x571d21);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x571d21);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x571d21);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x571d21);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x571d21);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x571d21);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x571d21);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x571d21);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x571d21);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x571d21);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x571d21);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x571d21);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x571d21);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x571d21);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x571d21);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x571d21);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'},_0x571d21);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x571d21);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x571d21);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x571d21);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x571d21);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x571d21);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'},_0x571d21);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x571d21);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x571d21);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x571d21);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x571d21);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'},_0x571d21);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x571d21);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'},_0x571d21);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'},_0x571d21);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x571d21);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'},_0x571d21);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x571d21);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'},_0x571d21);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x571d21);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x571d21);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'},_0x571d21);case'EXTERNAL_SUGGESTION':return t({'id':'EXTERNAL_SUGGESTION','string':'This\x20suggestion\x20comes\x20from\x20an\x20external\x20source.'});case'EXTERNAL_IMPORT_WORD_SUGGESTION':return t({'string':'This\x20suggestion\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_SUGGESTION'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x571d21);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x571d21);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x571d21);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'},_0x571d21);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'},_0x571d21);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'},_0x571d21);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x353469;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x1721db,_0x3690ae){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x1721db,this['_locale']=_0x3690ae;}['getDescriptions'](_0x3faa77){const _0x28f1ee=[],_0x5961b6=new Set(),_0x3e3078=new Set();for(let _0x44132b=0x0;_0x44132b<_0x3faa77['length'];_0x44132b++){const _0x267752=_0x3faa77[_0x44132b];if(!_0x267752['isInContent'])continue;const _0x48311e=this['_handleCustomCallbackDescription'](_0x267752);if(_0x48311e){if(null!=_0x267752['subType']){if(_0x5961b6['has'](_0x267752['subType']))continue;_0x5961b6['add'](_0x267752['subType']);}_0x28f1ee['push'](_0x48311e);}else{if('attribute'!=_0x267752['type'])'insertion'!=_0x267752['type']&&'deletion'!=_0x267752['type']||this['_handleInsertRemoveSuggestionDescription'](_0x28f1ee,_0x267752,_0x3faa77[_0x44132b+0x1]);else{const _0x522dfa=_0x267752['data']['key'];if(_0x3e3078['has'](_0x522dfa))continue;_0x3e3078['add'](_0x267752['data']['key']),_0x522dfa==m?this['_handleRenameSuggestionDescription'](_0x28f1ee,_0x267752):this['_handleAttributeSuggestionDescription'](_0x28f1ee,_0x267752);}}}return this['_resolveDescriptionItems'](_0x28f1ee);}['registerDescriptionCallback'](_0x5d2746){this['_customCallbacks']['push'](_0x5d2746);}['registerElementLabel'](_0x37bea6,_0x27efb5,_0x1c2d30=_0x273d74['normal']){'function'==typeof _0x37bea6?_0x330c6d(this['_itemLabelsCallbacks'],{'matchingCallback':_0x37bea6,'label':_0x27efb5,'priority':_0x1c2d30}):this['_itemLabels']['set'](_0x37bea6,_0x27efb5);}['registerAttributeLabel'](_0xa94a82,_0x46150a){this['_attributeLabels']['set'](_0xa94a82,_0x46150a);}['getItemLabel'](_0x5a85f8,_0x3a8bd4=0x1){let _0x1e69d9;for(const _0x1a1892 of this['_itemLabelsCallbacks'])if(_0x1a1892['matchingCallback'](_0x5a85f8)){_0x1e69d9=_0x1a1892['label'];break;}return _0x1e69d9||(_0x1e69d9=this['_itemLabels']['get'](_0x5a85f8['name'])),_0x1e69d9?_0x1e69d9(_0x3a8bd4):0x1!==_0x3a8bd4?_0x3a8bd4+'\x20'+_0x5a85f8['name']+'s':''+_0x5a85f8['name'];}['_addDescriptionItems'](_0x1ee013,_0x4a2892){const _0x4a0a89=_0x4a2892['getFirstRange']()['getWalker'](),_0x1bac87='insertion'==_0x4a2892['type']?'add':'remove';for(const _0xb00771 of _0x4a0a89){const _0x4f370f=_0xb00771['item'],_0x430eb2=_0x1ee013[_0x1ee013['length']-0x1];if(_0x4f370f['is']('$textProxy'))_0x430eb2&&_0x430eb2['type']['indexOf']('Container')>-0x1&&_0x1ee013['pop'](),_0x430eb2&&'text'==_0x430eb2['type']?_0x430eb2[_0x1bac87]+=_0x4f370f['data']:_0x1ee013['push']({'type':'text','add':'add'==_0x1bac87?_0x4f370f['data']:'','remove':'remove'==_0x1bac87?_0x4f370f['data']:''});else{if(this['_schema']['isObject'](_0x4f370f)){const _0x36c998=_0x4f370f;if(_0x430eb2&&_0x430eb2['type']['indexOf']('Container')>-0x1&&_0x1ee013['pop'](),'elementEnd'==_0xb00771['type'])continue;_0x430eb2&&_0x430eb2['type']==_0x1bac87+'Object'&&_0x430eb2['element']['name']==_0x36c998['name']?_0x430eb2['quantity']++:_0x1ee013['push']({'type':_0x1bac87+'Object','element':_0x36c998,'quantity':0x1}),_0x4a0a89['skip'](_0x8ac092=>!('elementEnd'==_0x8ac092['type']&&_0x8ac092['item']==_0x4f370f));}else{if(this['_schema']['checkChild'](_0x4f370f,'$text')||_0x4f370f['is']('element','softBreak')){const _0x2137f2=_0x4f370f;if('add'==_0x1bac87&&'elementStart'==_0xb00771['type']||'remove'==_0x1bac87&&'elementEnd'==_0xb00771['type'])continue;if(_0x430eb2&&-0x1==_0x430eb2['type']['indexOf']('Container')){'text'==_0x430eb2['type']&&(_0x430eb2[_0x1bac87]+='\x0a');continue;}let _0x3885c4;if(_0x3885c4='add'==_0x1bac87?_0x2137f2['nextSibling']&&!this['_schema']['isObject'](_0x2137f2['nextSibling'])?_0x2137f2['nextSibling']:null:_0x2137f2['previousSibling']&&!this['_schema']['isObject'](_0x2137f2['previousSibling'])?_0x2137f2['previousSibling']:null,_0x2137f2['isEmpty']||_0x3885c4&&_0x3885c4['isEmpty']){const _0x448a68=_0x3885c4&&_0x3885c4['isEmpty']?_0x3885c4:_0x2137f2;_0x430eb2&&_0x430eb2['type']==_0x1bac87+'EmptyContainer'&&_0x430eb2['element']['name']==_0x448a68['name']?_0x430eb2['quantity']++:_0x1ee013['push']({'type':_0x1bac87+'EmptyContainer','element':_0x448a68,'quantity':0x1});}else _0x1ee013['push']({'type':_0x1bac87+'Container','element':_0x2137f2});}}}}}['_resolveDescriptionItems'](_0x5e9349){const _0x4da1cb=this['_locale'],_0x197216=[],_0x22cc4d=[],_0x183331=[];for(const _0x5ac413 of _0x5e9349)switch(_0x5ac413['type']){case'text':if(_0x5ac413['add']=_0x5ac413['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x5ac413['remove']=_0x5ac413['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x5ac413['add']&&''!=_0x5ac413['remove']){_0x197216['push']({'type':'replace','content':o(_0x4da1cb,'REPLACE_TEXT',['\x22'+_0x5ac413['remove']+'\x22','\x22'+_0x5ac413['add']+'\x22'])});continue;}if(null!=_0x5ac413['add']['match'](/^ +$/)){_0x197216['push']({'type':'insertion','content':o(_0x4da1cb,'*Insert:*\x20%0',o(_0x4da1cb,'ELEMENT_SPACE',_0x5ac413['add']['length']))});continue;}if(null!=_0x5ac413['remove']['match'](/^ +$/)){_0x197216['push']({'type':'deletion','content':o(_0x4da1cb,'*Remove:*\x20%0',o(_0x4da1cb,'ELEMENT_SPACE',_0x5ac413['remove']['length']))});continue;}if(''!=_0x5ac413['add']){_0x197216['push']({'type':'insertion','content':o(_0x4da1cb,'*Insert:*\x20%0','\x22'+_0x5ac413['add']+'\x22')});continue;}_0x197216['push']({'type':'deletion','content':o(_0x4da1cb,'*Remove:*\x20%0','\x22'+_0x5ac413['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x197216['push']({'type':'insertion','content':o(_0x4da1cb,'*Insert:*\x20%0',this['getItemLabel'](_0x5ac413['element'],_0x5ac413['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x197216['push']({'type':'deletion','content':o(_0x4da1cb,'*Remove:*\x20%0',this['getItemLabel'](_0x5ac413['element'],_0x5ac413['quantity']))});continue;case'addContainer':_0x197216['push']({'type':'insertion','content':o(_0x4da1cb,'*Split:*\x20%0',this['getItemLabel'](_0x5ac413['element'],_0x5ac413['quantity']))});continue;case'removeContainer':_0x197216['push']({'type':'deletion','content':o(_0x4da1cb,'*Merge:*\x20%0',this['getItemLabel'](_0x5ac413['element'],_0x5ac413['quantity']))});continue;case'addFormat':_0x22cc4d['push'](_0x5ac413['key']);continue;case'removeFormat':_0x183331['push'](_0x5ac413['key']);continue;default:_0x197216['push'](_0x5ac413);}if(_0x22cc4d['length']){const _0x31c834=_0x22cc4d['map'](_0x10d40d=>this['_attributeLabels']['has'](_0x10d40d)?this['_attributeLabels']['get'](_0x10d40d):_0x10d40d)['join'](',\x20');_0x197216['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x31c834)});}if(_0x183331['length']){const _0x344f9b=_0x183331['map'](_0x129dd6=>this['_attributeLabels']['has'](_0x129dd6)?this['_attributeLabels']['get'](_0x129dd6):_0x129dd6)['join'](',\x20');_0x197216['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x344f9b)});}return _0x197216;}['_handleCustomCallbackDescription'](_0x2a58a4){for(const _0x4ec938 of this['_customCallbacks']){const _0x37c1e1=_0x4ec938(_0x2a58a4);if(_0x37c1e1&&'type'in _0x37c1e1)return _0x37c1e1;}}['_handleAttributeSuggestionDescription'](_0x557f58,_0xe38a2){const _0x2966ac=_0xe38a2['data'],_0x3151fa=void 0x0===_0x2966ac['newValue']?'removeFormat':'addFormat';_0x557f58['push']({'type':_0x3151fa,'key':_0x2966ac['key']});}['_handleRenameSuggestionDescription'](_0x3ce7f6,_0xbed71d){_0x3ce7f6['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0xbed71d['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0xc2ac39,_0x41d885,_0x2f192a){if(this['_addDescriptionItems'](_0xc2ac39,_0x41d885),_0x2f192a&&_0x2f192a['getFirstRange']()&&!_0x41d885['getFirstRange']()['end']['isEqual'](_0x2f192a['getFirstRange']()['start'])){const _0x10a6a7=_0xc2ac39[_0xc2ac39['length']-0x1],_0x2993e7='insertion'==_0x41d885['type']?'add':'remove';_0x10a6a7&&'text'==_0x10a6a7['type']&&(_0x10a6a7[_0x2993e7]+='\x0a');}}}class V extends _0x5eca65{['afterInit'](){const _0x41b5c0=this['editor'],_0x28e4b6=_0x41b5c0['plugins']['get']('TrackChangesEditing');_0x41b5c0['commands']['get']('showAIAssistant')&&_0x28e4b6['enableCommand']('showAIAssistant');}}class U extends _0x5eca65{['afterInit'](){const _0x499f94=this['editor'],_0x2689a5=_0x499f94['locale'];if(!_0x499f94['plugins']['has']('AlignmentEditing'))return;const _0x2b616a=_0x499f94['plugins']['get']('TrackChangesEditing');_0x2b616a['enableDefaultAttributesIntegration']('alignment'),_0x2b616a['registerBlockAttribute']('alignment'),_0x2b616a['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x2689a5,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5561a5=this['editor'],_0xbc42ef=_0x5561a5['locale'];_0x5561a5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x409f20=>{if('formatBlock'!=_0x409f20['type'])return;const {data:_0x140b0d}=_0x409f20;if(_0x140b0d&&'alignment'==_0x140b0d['commandName']){const _0xe63b97=_0x140b0d['commandParams'][0x0]['value'];return{'type':'format','content':o(_0xbc42ef,'*Format:*\x20%0',function(_0x160071){switch(_0x160071){case'left':return o(_0xbc42ef,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0xbc42ef,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0xbc42ef,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0xbc42ef,'FORMAT_JUSTIFY_TEXT');}}(_0xe63b97))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x5eca65{['afterInit'](){const _0x45850a=this['editor'],_0x406720=_0x45850a['plugins']['get']('TrackChangesEditing'),_0x82ce40=_0x45850a['locale'];for(const _0x3301f9 of ti){if(!_0x45850a['plugins']['has'](_0x3301f9))continue;const _0x5905f9=_0x3301f9['slice'](0x0,-0x7)['toLowerCase'](),_0x46ea6a='FORMAT_'+_0x5905f9['toUpperCase']();_0x406720['enableDefaultAttributesIntegration'](_0x5905f9),_0x406720['registerInlineAttribute'](_0x5905f9),_0x406720['descriptionFactory']['registerAttributeLabel'](_0x5905f9,o(_0x82ce40,_0x46ea6a));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2da69d=this['editor'],_0x2c387b=_0x2da69d['locale'],_0x2af9c6=_0x2da69d['plugins']['get']('TrackChangesEditing');function _0xe2779d(_0x111df0,_0x442e15){_0x2af9c6['descriptionFactory']['registerDescriptionCallback'](_0x5aba57=>{if('formatInline'!=_0x5aba57['type'])return;const {data:_0x251b94}=_0x5aba57;return _0x251b94&&_0x251b94['commandName']===_0x111df0?_0x251b94['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2c387b,'*Format:*\x20%0',_0x442e15)}:{'type':'format','content':o(_0x2c387b,'*Remove\x20format:*\x20%0',_0x442e15)}:void 0x0;});}_0xe2779d('bold',o(_0x2c387b,'FORMAT_BOLD')),_0xe2779d('italic',o(_0x2c387b,'FORMAT_ITALIC')),_0xe2779d('underline',o(_0x2c387b,'FORMAT_UNDERLINE')),_0xe2779d('code',o(_0x2c387b,'FORMAT_CODE')),_0xe2779d('strikethrough',o(_0x2c387b,'FORMAT_STRIKETHROUGH')),_0xe2779d('subscript',o(_0x2c387b,'FORMAT_SUBSCRIPT')),_0xe2779d('superscript',o(_0x2c387b,'FORMAT_SUPERSCRIPT'));}}class F extends _0x5eca65{['afterInit'](){const _0xdcdd16=this['editor'],_0x33100d=_0xdcdd16['locale'];if(!_0xdcdd16['plugins']['has']('BlockQuoteEditing'))return;const _0x21f1a6=_0xdcdd16['plugins']['get']('TrackChangesEditing'),_0x16f2d0=this['editor']['commands']['get']('blockQuote');_0x21f1a6['enableCommand']('blockQuote',(_0x446968,_0x8e1ed1={})=>{const _0x524267=this['editor']['model']['document']['selection'],_0xb87592=_0x8e1ed1&&void 0x0!==_0x8e1ed1['forceValue']?_0x8e1ed1['forceValue']:!_0x16f2d0['value'];let _0x517a2c=[];if(_0xb87592){const _0x5a9fa9=Array['from'](_0x524267['getSelectedBlocks']())['filter'](_0x4936a8=>oo(_0x4936a8)||function(_0x12fd1d,_0x18dcb3){const _0x343991=_0x18dcb3['checkChild'](_0x12fd1d['parent'],'blockQuote'),_0x4cc722=_0x18dcb3['checkChild'](['$root','blockQuote'],_0x12fd1d);return _0x343991&&_0x4cc722;}(_0x4936a8,this['editor']['model']['schema']));_0x517a2c=to(_0x5a9fa9,_0xdcdd16['model']);}else{const _0x22af9e=Array['from'](_0x524267['getSelectedBlocks']())['filter'](_0xe76f7d=>oo(_0xe76f7d));_0x517a2c=to(_0x22af9e,_0xdcdd16['model']);}_0xdcdd16['model']['change'](()=>{for(const _0x127998 of _0x517a2c)_0x21f1a6['markBlockFormat'](_0x127998,{'commandName':'blockQuote','commandParams':[{'forceValue':_0xb87592}]});});}),_0x21f1a6['descriptionFactory']['registerDescriptionCallback'](_0x31f547=>{const {data:_0x2416f4}=_0x31f547;if(_0x2416f4&&'blockQuote'==_0x2416f4['commandName']){const _0x37188f=o(_0x33100d,'ELEMENT_BLOCK_QUOTE');return _0x2416f4['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x33100d,'*Set\x20format:*\x20%0',_0x37188f)}:{'type':'format','content':o(_0x33100d,'*Remove\x20format:*\x20%0',_0x37188f)};}});}}function oo(_0x387a26){return'blockQuote'==_0x387a26['parent']['name'];}class L extends _0x5eca65{['afterInit'](){const _0x32e7da=this['editor'];_0x32e7da['plugins']['has']('CaseChange')&&(_0x32e7da['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x32e7da['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x32e7da['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x5eca65{['afterInit'](){const _0x34ad18=this['editor'];_0x34ad18['commands']['get']('ckbox')&&_0x34ad18['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class J extends _0x5eca65{['afterInit'](){const _0x214c81=this['editor'];if(!_0x214c81['plugins']['has']('CodeBlock'))return;const _0x1b1450=_0x214c81['plugins']['get']('TrackChangesEditing'),_0x282bd5=_0x214c81['locale'],_0x4dff83=_0x214c81['config']['get']('codeBlock')['languages'],_0x3a4661=_0x214c81['commands']['get']('codeBlock');_0x1b1450['enableCommand']('indentCodeBlock'),_0x1b1450['enableCommand']('outdentCodeBlock'),_0x1b1450['enableCommand']('codeBlock',(_0x4841c9,_0x3afe78={})=>{const _0x587e91=_0x214c81['model'],_0x5f5149=_0x214c81['model']['document']['selection'],_0x108338=_0x3afe78&&void 0x0!==_0x3afe78['forceValue']?_0x3afe78['forceValue']:!_0x3a4661['value'];let _0x5e9abe;_0x3afe78['language']||(_0x3afe78['language']=_0x4dff83[0x0]['language']),_0x5e9abe=_0x108338?Array['from'](_0x5f5149['getSelectedBlocks']())['filter'](_0x57b017=>eo(_0x57b017)||function(_0x457f91,_0x12b5fa){if(_0x457f91['is']('rootElement')||_0x12b5fa['isLimit'](_0x457f91))return!0x1;return _0x12b5fa['checkChild'](_0x457f91['parent'],'codeBlock');}(_0x57b017,_0x587e91['schema'])):Array['from'](_0x5f5149['getSelectedBlocks']())['filter'](_0x36fe12=>eo(_0x36fe12));const _0x136b63=to(_0x5e9abe,_0x587e91);_0x587e91['change'](()=>{for(const _0x510209 of _0x136b63)_0x1b1450['markBlockFormat'](_0x510209,{'commandName':'codeBlock','commandParams':[{..._0x3afe78,'forceValue':_0x108338}],'formatGroupId':'blockName'});});}),(_0x1b1450['descriptionFactory']['registerElementLabel']('codeBlock',_0x55472f=>o(_0x282bd5,'ELEMENT_CODE_BLOCK',_0x55472f)),_0x1b1450['descriptionFactory']['registerDescriptionCallback'](_0x84e0b2=>{if('formatBlock'!=_0x84e0b2['type'])return;const _0x30fbd5=_0x282bd5['t'],{data:_0x411059}=_0x84e0b2;if(!_0x411059||'codeBlock'!=_0x411059['commandName'])return;const _0x4fff89=_0x411059['commandParams'][0x0]['language'],_0x4cc3fa=_0x30fbd5(_0x4dff83['find'](_0x3dfa82=>_0x3dfa82['language']===_0x4fff89)['label'])['toLowerCase']();return _0x411059['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x282bd5,'*Set\x20format:*\x20%0',o(_0x282bd5,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x4cc3fa+')')}:{'type':'format','content':o(_0x282bd5,'*Remove\x20format:*\x20%0',o(_0x282bd5,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x8a1738){return'codeBlock'==_0x8a1738['name'];}class q extends _0x5eca65{['afterInit'](){const _0x27d8c8=this['editor'];if(!_0x27d8c8['plugins']['has']('CommentsEditing'))return;_0x27d8c8['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x3fad01,_0x10eaaa,_0x171f93){const _0x64f294=[];for(const _0x212749 of _0x10eaaa['getItems']())_0x212749['hasAttribute'](_0x3fad01)&&_0x64f294['push'](_0x171f93['createRangeOn'](_0x212749));return _0x64f294;}function _e(_0x4298c3,_0x273343,{showActiveMarker:_0x311ec4=!0x0}={}){const _0x47e1a7=_0x4298c3['plugins']['get']('TrackChangesEditing');return(_0x11c396,_0x59f7a6,_0x1619c2)=>{if(!_0x1619c2['consumable']['test'](_0x59f7a6['markerRange'],_0x11c396['name']))return;const _0x32a1c9=_0x59f7a6['markerRange']['getWalker'](),_0x4f1804=_0x59f7a6['markerRange']['start'],_0x64e74f=_0x4298c3['model']['schema'];let _0x5f49b3=null,_0x5b5cf2=null,_0x29863e=!0x1,_0x199f5c=!0x1;for(const _0xbd4fdd of _0x32a1c9){const _0x40daa4=_0xbd4fdd['item'];_0x29863e=_0x29863e||_0x64e74f['isContent'](_0x40daa4);const _0x24e03c=_0x1619c2['mapper']['toViewElement'](_0x40daa4);if(_0x24e03c&&_0x24e03c['getCustomProperty']('addHighlight'))return;'elementEnd'==_0xbd4fdd['type']&&(_0x64e74f['isBlock'](_0x40daa4)&&!_0x64e74f['isLimit'](_0x40daa4)&&(_0x40daa4['nextSibling']||_0x4f1804['isAtEnd']?_0x5f49b3&&_0x5f49b3['parent']==_0x40daa4||(_0x5f49b3=_0x40daa4,_0x4a9df5(_0xbd4fdd['previousPosition']),_0x199f5c=!0x0):_0x5b5cf2=_0x5b5cf2||_0xbd4fdd['previousPosition']));}function _0x4a9df5(_0x4b4e03){const {authorId:_0x2221d7}=_0x47e1a7['_splitMarkerName'](_0x59f7a6['markerName']),_0x5206d9=_0x1619c2['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x273343,'data-author-id':_0x2221d7}),_0x27eb6c=_0x1619c2['mapper']['toViewPosition'](_0x4b4e03);_0x311ec4&&_0x47e1a7['activeMarkers']['includes'](_0x59f7a6['markerName'])&&_0x1619c2['writer']['addClass']('ck-suggestion-marker--active',_0x5206d9),_0x1619c2['writer']['insert'](_0x27eb6c,_0x5206d9),_0x1619c2['mapper']['bindElementToMarker'](_0x5206d9,_0x59f7a6['markerName']);}_0x29863e||_0x199f5c||!_0x5b5cf2||_0x4a9df5(_0x5b5cf2);};}class z extends _0x5eca65{static get['requires'](){return[_0x3fa6c3];}['init'](){const _0xcee73b=this['editor'],_0x33b4cd=_0xcee73b['plugins']['get']('TrackChangesEditing');_0x33b4cd['enableCommand']('delete');const _0x40a9a7=_0xcee73b['commands']['get']('deleteForward');_0x33b4cd['enableCommand']('deleteForward',(_0x50e501,_0xd32c03={})=>{const _0x2de7b8=_0xcee73b['model']['createSelection'](_0xcee73b['model']['document']['selection']);_0x2de7b8['isCollapsed']&&_0xcee73b['model']['modifySelection'](_0x2de7b8,{'direction':'forward','unit':_0xd32c03['unit']});const _0x585c35=_0x2de7b8['getFirstRange'](),_0xf2a675=_0x1c0e5b['fromRange'](_0x585c35);let _0x405b5c;_0x50e501(_0xd32c03),_0x405b5c='$graveyard'==_0xf2a675['root']['rootName']?_0xcee73b['model']['createRange'](_0x585c35['start']):_0xcee73b['model']['createRange'](_0xf2a675['start'],_0xf2a675['end']),_0xf2a675['detach'](),_0xcee73b['model']['enqueueChange'](_0x40a9a7['buffer']['batch'],_0x54dd7e=>{_0x40a9a7['buffer']['lock'](),_0x54dd7e['setSelection'](_0x54dd7e['createRange'](_0x405b5c['end'])),_0x40a9a7['buffer']['unlock']();});}),_0xcee73b['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0xcee73b,'merge'),{'priority':'high'}),_0xcee73b['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0xa18ef9,_0x36753c,_0x105df8)=>{_0x105df8['options']['showSuggestionHighlights']&&_e(_0xcee73b,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0xa18ef9,_0x36753c,_0x105df8);},{'priority':'high'}),_0xcee73b['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0xf0ccc9,_0x259e48,_0x330c47)=>{const _0xb2531=_0x330c47['mapper']['markerNameToElements'](_0x259e48['markerName']);if(_0xb2531){for(const _0x180b2d of _0xb2531)_0x180b2d['is']('uiElement')&&(_0x330c47['mapper']['unbindElementFromMarkerName'](_0x180b2d,_0x259e48['markerName']),_0x330c47['writer']['remove'](_0x180b2d));}},{'priority':'high'});}}class K extends _0x5eca65{['afterInit'](){const _0x2b59d6=this['editor'];if(!_0x2b59d6['plugins']['has']('ListEditing'))return;const _0x594281=_0x2b59d6['locale'],_0x32c229=_0x2b59d6['plugins']['get']('TrackChangesEditing'),_0x5c9753=_0x2b59d6['plugins']['has']('TodoListEditing'),_0x1c0ae6=!!_0x2b59d6['config']['get']('list.multiBlock');function _0x30472d(_0x2dd0f3){return{'type':'format','content':''+o(_0x594281,'*Set\x20format:*\x20%0',_0x2dd0f3)};}function _0x34ac61(_0x21f23f){return{'type':'format','content':''+o(_0x594281,'*Remove\x20format:*\x20%0',_0x21f23f)};}_0x32c229['enableDefaultAttributesIntegration']('numberedList'),_0x32c229['enableDefaultAttributesIntegration']('bulletedList'),_0x32c229['enableDefaultAttributesIntegration']('customNumberedList'),_0x32c229['enableDefaultAttributesIntegration']('customBulletedList'),_0x32c229['enableDefaultAttributesIntegration']('indentList'),_0x32c229['enableDefaultAttributesIntegration']('outdentList'),_0x32c229['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x32c229['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x32c229['registerBlockAttribute']('listItemId'),_0x32c229['registerBlockAttribute']('listType'),_0x32c229['registerBlockAttribute']('listIndent'),_0x1c0ae6&&(_0x32c229['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x32c229['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x5c9753&&(_0x32c229['enableDefaultAttributesIntegration']('todoList'),_0x32c229['enableDefaultAttributesIntegration']('checkTodoList'),_0x32c229['registerBlockAttribute']('todoListChecked'),_0x32c229['descriptionFactory']['registerDescriptionCallback'](_0x3f5241=>{const {data:_0x30a938}=_0x3f5241;if(_0x30a938&&'todoListChecked'==_0x30a938['key'])return{'type':'format','content':_0x30a938['newValue']?o(_0x594281,'*Check\x20item*'):o(_0x594281,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x48ad4d=>{if(_0x48ad4d['batch']['isUndo'])return!0x1;let _0x557ace=!0x1;const _0x2805fc=_0x32c229['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x57d8f8=>'todoListChecked'===_0x32c229['_getAttributeKey'](_0x57d8f8));for(const _0x32eed4 of _0x2805fc){'todo'!=_0x32eed4['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x32c229['_findSuggestions'](_0x32eed4['getFirstRange'](),'attribute')['find'](_0x107d45=>'listType'===_0x32c229['_getAttributeKey'](_0x107d45['suggestion']))||(_0x48ad4d['removeMarker'](_0x32eed4['getFirstMarker']()),_0x557ace=!0x0));}return _0x557ace;})),_0x32c229['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x594281,'FORMAT_INDENT'));const _0x4795f7={'type':'format','content':''};_0x32c229['descriptionFactory']['registerDescriptionCallback'](_0x52d561=>{const {data:_0x170991}=_0x52d561;if(!_0x170991||'listType'!=_0x170991['key'])return;let _0x38f604=_0x52d561['head'];for(;_0x38f604;){if(_0x38f604['data']&&(('listStyle'==_0x38f604['data']['key']||'listMarkerStyle'==_0x38f604['data']['key'])&&(_0x38f604['data']['newValue']&&'default'!=_0x38f604['data']['newValue']||'default'!=_0x38f604['data']['oldValue']&&!_0x170991['newValue'])||!_0x1c0ae6&&_0x38f604['data']['key']==m))return _0x4795f7;_0x38f604=_0x38f604['next'];}if(null==_0x170991['newValue'])switch(_0x170991['oldValue']){case'bulleted':return _0x34ac61(o(_0x594281,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x34ac61(o(_0x594281,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x34ac61(o(_0x594281,'ELEMENT_TODO_LIST'));}switch(_0x170991['newValue']){case'bulleted':return _0x30472d(o(_0x594281,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x30472d(o(_0x594281,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x30472d(o(_0x594281,'ELEMENT_TODO_LIST'));}}),_0x32c229['descriptionFactory']['registerDescriptionCallback'](_0x360faa=>{const {data:_0x32e9dc}=_0x360faa;if(_0x32e9dc&&'listIndent'==_0x32e9dc['key'])return null==_0x32e9dc['newValue']||null==_0x32e9dc['oldValue']&&0x0==_0x32e9dc['newValue']?_0x4795f7:void 0x0;}),_0x32c229['descriptionFactory']['registerDescriptionCallback'](_0x3ae25c=>{if('attribute'!=_0x3ae25c['type'])return;const {data:_0x1657e2}=_0x3ae25c;if(!_0x1657e2||'listItemId'!=_0x1657e2['key'])return;const _0x145e91=Ee(_0x3ae25c);return'newValue'==_0x145e91?{'type':'format','content':o(_0x594281,'*Merge:*\x20list\x20item')}:'oldValue'==_0x145e91?{'type':'format','content':o(_0x594281,'*Split:*\x20list\x20item')}:_0x4795f7;}),_0x2b59d6['model']['document']['registerPostFixer'](_0x408284=>this['listItemIdFixer'](_0x408284)),_0x2b59d6['model']['document']['registerPostFixer'](_0x240917=>this['noTrackChangesFixer'](_0x240917)),_0x2b59d6['model']['document']['on']('change:data',(_0x158515,_0x111ef4)=>{if(_0x111ef4['isUndo']||!_0x111ef4['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x3722b1){if(_0x3722b1['batch']['isUndo']||!_0x3722b1['batch']['isLocal'])return!0x1;let _0xb2d100=!0x1;const _0x1469e6=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2c98fc=>_0x2c98fc['data']&&'listItemId'==_0x2c98fc['data']['key'])['filter'](_0xc653f3=>_0xc653f3['data']['newValue']&&_0xc653f3['data']['oldValue']);for(const _0x3075a2 of _0x1469e6)Ee(_0x3075a2)||(_0x3722b1['removeMarker'](_0x3075a2['getFirstMarker']()),_0xb2d100=!0x0);return _0xb2d100;}['noTrackChangesFixer'](_0x266ef6){if(_0x266ef6['batch']['isUndo']||!_0x266ef6['batch']['isLocal'])return!0x1;const _0x2c6220=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x2c6220['trackChangesCommand']['value'])return!0x1;let _0x1f96ab=!0x1;const _0x236062=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x49aa40=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x3e2b76=>'attribute'==_0x3e2b76['type'])['filter'](_0x48b6a2=>_0x236062['includes'](_0x48b6a2['attributeKey']));if(0x0==_0x49aa40['length'])return _0x1f96ab;for(const _0x2d8cee of _0x49aa40){const _0x2832f2=_0x2c6220['_findSuggestions'](_0x2d8cee['range'],'attribute')['filter'](_0x154934=>!_0x154934['meta']['isNextTo'])['map'](_0x557184=>_0x557184['suggestion'])['filter'](_0x371f8b=>{const _0xc7bbca=_0x2c6220['_getAttributeKey'](_0x371f8b);return _0x236062['includes'](_0xc7bbca);});if(_0x2832f2['length']){for(const _0x5a284a of _0x2832f2)_0x266ef6['removeMarker'](_0x5a284a['getFirstMarker']());_0x1f96ab=!0x0;}}return _0x1f96ab;}['assureChains'](){const _0x5aded2=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5eab78=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x15e410;const _0x47de7e=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x4cca6f=>{if(_0x4cca6f['data']['oldRange']||!_0x4cca6f['data']['newRange'])return null;if(!_0x4cca6f['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x5471d3}=_0x5aded2['_splitMarkerName'](_0x4cca6f['name']);if(!_0x5aded2['hasSuggestion'](_0x5471d3))return null;const _0x3e5d29=_0x5aded2['getSuggestion'](_0x5471d3);return _0x5eab78['includes'](_0x3e5d29['data']['key']);})['map'](_0xdd5e9=>{const {id:_0x1e77c5}=_0x5aded2['_splitMarkerName'](_0xdd5e9['name']),_0x3c791d=_0x5aded2['getSuggestion'](_0x1e77c5);return _0x15e410=_0x3c791d['attributes']['groupId'],_0x3c791d['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x47de7e['size'])return;const _0x508647=_0x5aded2['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4f1a2c=>'attribute'==_0x4f1a2c['type']&&_0x4f1a2c['data']&&_0x5eab78['includes'](_0x4f1a2c['data']['key'])&&_0x4f1a2c['attributes']['groupId']!=_0x15e410)['map'](_0x2583cf=>({'listItem':_0x2583cf['getFirstRange']()['start']['nodeAfter'],'groupId':_0x2583cf['attributes']['groupId']})),_0x3edaec=new Set();for(const {groupId:_0x36aecb,listItem:_0x3475f2}of _0x508647)_0x47de7e['has'](_0x3475f2)&&_0x3edaec['add'](_0x36aecb);for(const _0x9f2d37 of _0x5aded2['getSuggestions']())_0x3edaec['has'](_0x9f2d37['attributes']['groupId'])&&_0x9f2d37['setAttribute']('groupId',_0x15e410);}['_supportLegacySuggestions'](){const _0x301231=this['editor'],_0xa034be=_0x301231['locale'],_0x19b7e0=_0x301231['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x19b7e0['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x7ecd99,_0x287f63){const _0x2a6924=[];for(let _0x7bcfcc of _0x7ecd99)_0x7bcfcc['start']['nodeAfter']===_0x7bcfcc['end']['parent']&&(_0x7bcfcc=_0x301231['model']['createRange'](_0x301231['model']['createPositionAt'](_0x7bcfcc['start']['nodeAfter'],0x0))),_0x2a6924['push'](_0x7bcfcc);_0x301231['model']['change'](_0x38f6ea=>{const _0x250f14=_0x301231['model']['document']['selection'],_0x4dc167=Array['from'](_0x250f14['getRanges']())['map'](_0x4b1ba2=>_0x1c0e5b['fromRange'](_0x4b1ba2));_0x38f6ea['setSelection'](_0x2a6924),_0x301231['commands']['get'](_0x287f63['commandName'])['refresh'](),_0x287f63['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x301231['execute'](_0x287f63['commandName'],..._0x287f63['commandParams']),_0x38f6ea['setSelection'](_0x4dc167);for(const _0x1de58d of _0x4dc167)_0x1de58d['detach']();});}),_0x19b7e0['descriptionFactory']['registerElementLabel'](function(_0x28d8ad){const _0x1b4169=!_0x301231['model']['schema']['isObject'](_0x28d8ad),_0x41f696=_0x28d8ad['previousSibling'],_0x12c525=_0x28d8ad['nextSibling'],_0x496c8e=_0x28d8ad['getAttribute']('listItemId'),_0x376236=!_0x41f696||_0x41f696['getAttribute']('listItemId')!==_0x496c8e,_0x3ecd39=!_0x12c525||_0x12c525['getAttribute']('listItemId')!==_0x496c8e;return _0x1b4169&&Boolean(_0x496c8e)&&_0x376236&&_0x3ecd39;},_0x308aed=>o(_0xa034be,'ELEMENT_LIST_ITEM',_0x308aed));}['_registerLegacyDescription'](){const _0x262801=this['editor'],_0x135ae6=_0x262801['locale'];function _0x3a0c5f(_0x2c967a){const _0x46009f=_0x262801['commands']['get']('bulletedList')['value'],_0x3450d1=_0x262801['commands']['get']('numberedList')['value'];return'numberedList'===_0x2c967a?_0x46009f:_0x3450d1;}_0x262801['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x5262c7){if('formatBlock'!=_0x5262c7['type'])return;const {data:_0x25627d}=_0x5262c7;if(!_0x25627d)return;let _0x3659dc,_0x4fde34,_0x37de90,_0x1e49a4;switch(_0x25627d['commandName']){case'bulletedList':_0x37de90=_0x25627d['commandParams'][0x0]['forceValue'],_0x1e49a4=_0x3a0c5f(_0x25627d['commandName']),_0x3659dc=_0x37de90?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x1e49a4&&_0x262801['config']['get']('list.multiBlock')||(_0x3659dc='*Change\x20to:*\x20%0'),_0x4fde34={'type':'format','content':o(_0x135ae6,_0x3659dc,o(_0x135ae6,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x37de90=_0x25627d['commandParams'][0x0]['forceValue'],_0x1e49a4=_0x3a0c5f(_0x25627d['commandName']),_0x3659dc=_0x37de90?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x1e49a4&&_0x262801['config']['get']('list.multiBlock')||(_0x3659dc='*Change\x20to:*\x20%0'),_0x4fde34={'type':'format','content':o(_0x135ae6,_0x3659dc,o(_0x135ae6,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x3659dc='*Indent:*\x20%0',_0x4fde34={'type':'format','content':o(_0x135ae6,_0x3659dc,o(_0x135ae6,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x3659dc=function(_0x4417ba){const _0x552237=_0x4417ba['getFirstRange']();let _0x36918b=_0x552237['start']['nodeAfter'];for(;_0x36918b&&_0x552237['containsItem'](_0x36918b);){if(_0x36918b['getAttribute']('listIndent')>0x0)return!0x1;_0x36918b=_0x36918b['nextSibling'];}return!0x0;}(_0x5262c7)?o(_0x135ae6,'*Format:*\x20remove\x20from\x20%0',o(_0x135ae6,function(_0x1279b5){return'ELEMENT_'+_0x1279b5['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x5262c7))):o(_0x135ae6,'*Outdent:*\x20%0',o(_0x135ae6,'ELEMENT_LIST_ITEM')),_0x4fde34={'type':'format','content':_0x3659dc};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x25627d['multipleBlocks']&&(_0x3659dc='*Merge:*\x20%0',_0x4fde34={'type':'deletion','content':o(_0x135ae6,_0x3659dc,o(_0x135ae6,'ELEMENT_LIST_ITEM'))});}return _0x4fde34;});}}function Ee(_0x525b2d){let _0x1d7acc=_0x525b2d['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x1d7acc;){const _0x241dc4=_0x1d7acc['getAttribute']('listItemId');if(!_0x241dc4)return!0x1;if(_0x241dc4==_0x525b2d['data']['newValue'])return'newValue';if(_0x241dc4==_0x525b2d['data']['oldValue'])return'oldValue';_0x1d7acc=_0x1d7acc['previousSibling'];}return!0x1;}class pe extends _0x5eca65{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x294179=this['editor']['config']['get']('list.properties'),_0x5c39f2=this['editor']['plugins']['get']('TrackChangesEditing');_0x294179['styles']&&(_0x5c39f2['enableDefaultAttributesIntegration']('listStyle'),_0x5c39f2['registerBlockAttribute']('listStyle')),_0x294179['reversed']&&(_0x5c39f2['enableDefaultAttributesIntegration']('listReversed'),_0x5c39f2['registerBlockAttribute']('listReversed')),_0x294179['startIndex']&&(_0x5c39f2['enableDefaultAttributesIntegration']('listStart'),_0x5c39f2['registerBlockAttribute']('listStart'));const _0x15ef21={'type':'format','content':''};_0x5c39f2['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x27e43f=this['editor']['locale'];_0x5c39f2['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x27e43f,'FORMAT_LIST_REVERSED')),_0x5c39f2['descriptionFactory']['registerDescriptionCallback'](_0x175d50=>{const {data:_0x3377ba}=_0x175d50;if(_0x3377ba&&'listReversed'==_0x3377ba['key'])return null==_0x3377ba['newValue']||0x0==_0x3377ba['newValue']&&null==_0x3377ba['oldValue']?_0x15ef21:void 0x0;}),_0x5c39f2['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x27e43f,'FORMAT_LIST_START')),_0x5c39f2['descriptionFactory']['registerDescriptionCallback'](_0xba0b6e=>{const {data:_0x480d76}=_0xba0b6e;if(_0x480d76&&'listStart'==_0x480d76['key'])return null==_0x480d76['newValue']||0x1==_0x480d76['newValue']&&null==_0x480d76['oldValue']?_0x15ef21:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x21c932=>{if(_0x21c932['batch']['isUndo'])return!0x1;let _0x2d4016=!0x1;const _0x5a0b71=_0x5c39f2['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3619ef=>{const _0x16e803=_0x5c39f2['_getAttributeKey'](_0x3619ef);return'listStart'==_0x16e803||'listReversed'==_0x16e803;});for(const _0x5a958d of _0x5a0b71){const _0x1ff99f=_0x5a958d['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x1ff99f||'customNumbered'==_0x1ff99f)continue;_0x5c39f2['_findSuggestions'](_0x5a958d['getFirstRange'](),'attribute')['find'](_0xead183=>'listType'==_0x5c39f2['_getAttributeKey'](_0xead183['suggestion']))||(_0x21c932['removeMarker'](_0x5a958d['getFirstMarker']()),_0x2d4016=!0x0);}return _0x2d4016;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x5b4f7d){const _0x32e6bf=this['editor']['locale'],{data:_0x213528}=_0x5b4f7d,_0x106dc7={'type':'format','content':''};if(!_0x213528||'listStyle'!=_0x213528['key'])return;if(!_0x213528['oldValue'])return'default'==_0x213528['newValue']?_0x106dc7:{'type':'format','content':''+o(_0x32e6bf,'*Set\x20format:*\x20%0',o(_0x32e6bf,this['_getTranslationKeyForListStyle'](_0x213528['newValue'])))};if(!_0x213528['newValue']){if('default'==_0x213528['oldValue'])return _0x106dc7;let _0x3132fa=_0x5b4f7d['head'];for(;_0x3132fa;){if(_0x3132fa['data']&&'listType'==_0x3132fa['data']['key']&&_0x3132fa['data']['newValue'])return _0x106dc7;_0x3132fa=_0x3132fa['next'];}return{'type':'format','content':''+o(_0x32e6bf,'*Remove\x20format:*\x20%0',o(_0x32e6bf,this['_getTranslationKeyForListStyle'](_0x213528['oldValue'])))};}if('default'!=_0x213528['newValue'])return{'type':'format','content':''+o(_0x32e6bf,'*Set\x20format:*\x20%0',o(_0x32e6bf,this['_getTranslationKeyForListStyle'](_0x213528['newValue'])))};let _0xa74919=_0x5b4f7d['head'];for(;_0xa74919;){if(_0xa74919['data']&&'listType'==_0xa74919['data']['key']&&_0xa74919['data']['newValue']&&_0xa74919['data']['oldValue'])return _0x106dc7;_0xa74919=_0xa74919['next'];}return{'type':'format','content':o(_0x32e6bf,'*Set\x20format:*\x20%0',o(_0x32e6bf,'ELEMENT_'+_0x5b4f7d['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x10f305=this['editor'],_0xbe1904=_0x10f305['locale'];_0x10f305['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5de992=>{if('formatBlock'!=_0x5de992['type'])return;const {data:_0xfcc6f8}=_0x5de992;if(!_0xfcc6f8)return;let _0x741523,_0x3697c1;switch(_0xfcc6f8['commandName']){case'listStyle':_0x741523='*Change\x20to:*\x20%0',_0x3697c1={'type':'format','content':o(_0xbe1904,_0x741523,o(_0xbe1904,this['_getTranslationKeyForListStyle'](_0xfcc6f8['commandParams'][0x0]['type'])))};break;case'listReversed':_0x741523=_0xfcc6f8['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x3697c1={'type':'format','content':o(_0xbe1904,_0x741523)};break;case'listStart':_0x741523='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x3697c1={'type':'format','content':o(_0xbe1904,_0x741523,_0xfcc6f8['commandParams'][0x0]['startIndex'])};}return _0x3697c1;});}['_getTranslationKeyForListStyle'](_0x4e93bd){return'ELEMENT_'+function(_0x3f2032){if(ye['includes'](_0x3f2032))return'bulleted';if(Se['includes'](_0x3f2032))return'numbered';return null;}(_0x4e93bd)['toUpperCase']()+'_LIST_'+_0x4e93bd['toUpperCase']()['replace'](/-/g,'_');}}const ye=['disc','circle','square'],Se=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class Q extends _0x5eca65{static get['requires'](){return[_0x1ca728];}['init'](){const _0x4bae8e=this['editor'],_0x418dea=_0x4bae8e['plugins']['get']('TrackChangesEditing'),_0x1a5d09=_0x4bae8e['commands']['get']('enter');_0x418dea['enableCommand']('enter',()=>{_0x4bae8e['model']['change'](_0x1b6ad3=>{const _0x5246ce=_0x4bae8e['model']['document']['selection'],_0x462a48=_0x5246ce['getFirstPosition'](),_0x175298=_0x1c0e5b['fromRange'](_0x5246ce['getFirstRange']());if(_0x1a5d09['enterBlock'](_0x1b6ad3)){const _0x381dba=_0x4bae8e['model']['createPositionAt'](_0x462a48['parent']['nextSibling'],0x0),_0x4bf962=_0x1b6ad3['createRange'](_0x462a48,_0x381dba);_0x418dea['markInsertion'](_0x4bf962);}else _0x1b6ad3['setSelection'](_0x1b6ad3['createRange'](_0x175298['end']));_0x175298['detach'](),_0x1a5d09['fire']('afterExecute',{'writer':_0x1b6ad3});});}),_0x4bae8e['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x4bae8e,'split'),{'priority':'high'}),_0x4bae8e['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x5ebccd,_0x109079,_0x5e6e72)=>{const _0x903435=_0x5e6e72['mapper']['markerNameToElements'](_0x109079['markerName']);if(_0x903435){for(const _0x48bbc of _0x903435)_0x48bbc['hasClass']('ck-suggestion-marker-split')&&(_0x5e6e72['mapper']['unbindElementFromMarkerName'](_0x48bbc,_0x109079['markerName']),_0x5e6e72['writer']['remove'](_0x48bbc));}},{'priority':'high'}),_0x4bae8e['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x1f29c5,_0x4fa64f,_0x506518)=>{_0x506518['options']['showSuggestionHighlights']&&_e(_0x4bae8e,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x1f29c5,_0x4fa64f,_0x506518);},{'priority':'high'});}}class X extends _0x5eca65{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x19b2fa=this['editor']['plugins']['get']('TrackChangesEditing');_0x19b2fa['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x19b2fa['enableCommand']('findNext'),_0x19b2fa['enableCommand']('findPrevious'),_0x19b2fa['enableCommand']('replace'),_0x19b2fa['enableCommand']('replaceAll');}['handleFindCommand'](_0x5728fb,_0x32e7d7,_0x3c977b={}){const _0x10a59b=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x5728fb(_0x3e9188=>{let _0x293387=('string'==typeof _0x32e7d7?_0x10a59b['findByTextCallback'](_0x32e7d7,_0x3c977b):_0x32e7d7)(_0x3e9188);Array['isArray'](_0x293387)&&(_0x293387={'results':_0x293387,'searchText':'string'==typeof _0x32e7d7?_0x32e7d7:''});const _0x4b713b=_0x293387['results']['filter'](_0x95240f=>!0x1===this['_isInDeletionRange'](_0x95240f,_0x3e9188['item']));return{..._0x293387,'results':_0x4b713b};},_0x3c977b);}['_isInDeletionRange'](_0x2f9caf,_0x363023){const _0x558147=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x363023,_0x2f9caf['start']),this['editor']['model']['createPositionAt'](_0x363023,_0x2f9caf['end']));for(const _0x1ff735 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x558147['getIntersection'](_0x1ff735['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Y extends _0x5eca65{['afterInit'](){const _0x5370c0=this['editor']['locale'],_0x51ce21=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x3671dd,commandName:_0x3f23d7}of ro)this['editor']['plugins']['has'](_0x3671dd)&&(_0x51ce21['enableDefaultAttributesIntegration'](_0x3f23d7),_0x51ce21['registerInlineAttribute'](_0x3f23d7));_0x51ce21['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x5370c0,'FORMAT_FONT_SIZE')),_0x51ce21['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x5370c0,'FORMAT_FONT_FAMILY')),_0x51ce21['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x5370c0,'FORMAT_FONT_COLOR')),_0x51ce21['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x5370c0,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xd3de0c=this['editor'],_0x18fc28=_0xd3de0c['locale'];_0xd3de0c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x415f35=>{const _0x2bf06a=_0x18fc28['t'];if('formatInline'!=_0x415f35['type'])return;const {data:_0x1930ba}=_0x415f35;if(null!=_0x1930ba){if('fontSize'==_0x1930ba['commandName']){const _0x58df3b=_0x1930ba['commandParams'][0x0]['value'];if(_0x58df3b){const _0x2678f8=_0x2bf06a(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x33300d=>_0x33300d['model']==_0x58df3b)['title'])['toLowerCase']();return{'type':'format','content':o(_0x18fc28,'*Set\x20font\x20size:*\x20%0',_0x2678f8)};}return{'type':'format','content':o(_0x18fc28,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x1930ba['commandName']){const _0x190e0a=_0x1930ba['commandParams'][0x0]['value'];return _0x190e0a?{'type':'format','content':o(_0x18fc28,'*Set\x20font\x20family:*\x20%0',_0x190e0a)}:{'type':'format','content':o(_0x18fc28,'*Reset\x20font\x20family*')};}if('fontColor'==_0x1930ba['commandName']){const _0x56fb56=_0x1930ba['commandParams'][0x0]['value'];if(_0x56fb56){const _0x277b7f=_0x4bc733(this['editor']['config']['get']('fontColor.colors'))['find'](_0x405130=>_0x405130['model']==_0x56fb56);let _0x428098=_0x56fb56,_0x56ac54='';return _0x277b7f&&(_0x428098=_0x277b7f['label'],_0x56ac54=_0x2bf06a(_0x428098)['toLowerCase']()),{'type':'format','content':o(_0x18fc28,'*Set\x20font\x20color:*\x20%0',_0x56ac54)['trim'](),'color':{'value':_0x56fb56,'title':_0x56ac54||_0x428098}};}return{'type':'format','content':o(_0x18fc28,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x1930ba['commandName']){const _0x24bd1b=_0x1930ba['commandParams'][0x0]['value'];if(_0x24bd1b){const _0xe73f5b=_0x4bc733(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x1df684=>_0x1df684['model']==_0x24bd1b);let _0x400c30=_0x24bd1b,_0x5ba85c='';return _0xe73f5b&&(_0x400c30=_0xe73f5b['label'],_0x5ba85c=_0x2bf06a(_0x400c30)['toLowerCase']()),{'type':'format','content':o(_0x18fc28,'*Set\x20font\x20background\x20color:*\x20%0',_0x5ba85c)['trim'](),'color':{'value':_0x24bd1b,'title':_0x5ba85c||_0x400c30}};}return{'type':'format','content':o(_0x18fc28,'*Reset\x20font\x20background\x20color*')};}}});}}class Z extends _0x5eca65{['afterInit'](){const _0x34c5a7=this['editor'],_0x4542ec=_0x34c5a7['plugins']['get']('TrackChangesEditing'),_0x215446=_0x34c5a7['commands']['get']('copyFormat'),_0x5c0a2c=_0x34c5a7['commands']['get']('pasteFormat');_0x215446&&_0x5c0a2c&&(_0x4542ec['enableDefaultAttributesIntegration']('pasteFormat'),_0x4542ec['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x8abcce=this['editor'],_0x6a4855=_0x8abcce['locale'];_0x8abcce['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x30c804=>{if('formatBlock'!=_0x30c804['type']&&'formatInline'!=_0x30c804['type'])return;const {data:_0x16f91a}=_0x30c804;if(_0x16f91a&&'pasteFormat'===_0x16f91a['commandName']){const _0x1fd08d=[],_0x390f69=_0x16f91a['commandParams'][0x0];for(const [_0x3591ec,_0x4f1df3]of Object['entries'](_0x390f69))_0x1fd08d['push'](so(_0x8abcce,_0x3591ec,_0x4f1df3));return _0x1fd08d['length']?{'type':'format','content':o(_0x6a4855,'*Set\x20format\x20to:*\x20%0',_0x1fd08d['join'](',\x20'))}:{'type':'format','content':o(_0x6a4855,'*Remove\x20all\x20formatting*')};}});}}function so(_0xeee29c,_0x4c9efd,_0x4ebeb5){const _0x3e5589=_0xeee29c['locale']['t'],_0x31e611=_0x4c9efd['split'](/(?=[A-Z])/)['join']('\x20'),_0x29604e=_0x3e5589(_0x31e611['charAt'](0x0)['toUpperCase']()+_0x31e611['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x4ebeb5)return _0x29604e;if('fontColor'===_0x4c9efd||'fontBackgroundColor'===_0x4c9efd){const _0x51b1a7=_0x4bc733(_0xeee29c['config']['get']('fontColor.colors'))['find'](_0x1dccfe=>_0x1dccfe['model']==_0x4ebeb5);return _0x29604e+'\x20('+(_0x51b1a7?_0x3e5589(_0x51b1a7['label'])['toLowerCase']():_0x4ebeb5)+')';}if('fontSize'===_0x4c9efd&&isNaN(parseFloat(_0x4ebeb5))){const _0x31ba71=_0xeee29c['plugins']['get']('FontSize')['normalizeSizeOptions'](_0xeee29c['config']['get']('fontSize.options'))['find'](_0x316538=>_0x316538['model']==_0x4ebeb5);return _0x29604e+'\x20('+(_0x31ba71?_0x3e5589(_0x31ba71['title'])['toLowerCase']():_0x4ebeb5)+')';}return _0x29604e+'\x20('+_0x4ebeb5+')';}class tt extends _0x5eca65{['_headingOptions'];['afterInit'](){const _0xd1f7b7=this['editor'];if(!_0xd1f7b7['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0xd1f7b7['config']['get']('heading.options');const _0x56598a=_0xd1f7b7['locale'],_0x570e47=_0xd1f7b7['plugins']['get']('TrackChangesEditing');_0x570e47['enableDefaultAttributesIntegration']('heading');for(const _0x51d457 of this['_headingOptions'])'paragraph'!=_0x51d457['model']&&_0x570e47['descriptionFactory']['registerElementLabel'](_0x51d457['model'],_0x29618a=>{const _0x33e028=this['_getHeadingLevel'](_0x51d457['model']);return null!==_0x33e028?_0xddb4e3(_0x29618a,_0x33e028):_0x5c36a4(_0x29618a,_0x51d457['title']);});function _0xddb4e3(_0x1bba0f,_0x50c11d){return o(_0x56598a,'ELEMENT_HEADING',[_0x1bba0f,_0x50c11d]);}function _0x5c36a4(_0x3f1bb4,_0x196103){return o(_0x56598a,'ELEMENT_HEADING_CUSTOM',[_0x3f1bb4,_0x196103]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x190047=this['editor'],_0x547c13=_0x190047['locale'];function _0x363476(_0x3381ec,_0x67e0ca){return o(_0x547c13,'ELEMENT_HEADING_CUSTOM',[_0x3381ec,_0x67e0ca]);}_0x190047['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x21a8e6=>{if('formatBlock'!=_0x21a8e6['type'])return;const {data:_0x4d0401}=_0x21a8e6;if(_0x4d0401&&'heading'==_0x4d0401['commandName']){const _0x5b11a7=_0x4d0401['commandParams'][0x0]['value'],_0xd4156a=this['_getHeadingLevel'](_0x5b11a7);if(null!==_0xd4156a)return{'type':'format','content':o(_0x547c13,'*Change\x20to:*\x20%0',(_0x429705=0x1,_0x2fd5ba=_0xd4156a,o(_0x547c13,'ELEMENT_HEADING',[_0x429705,_0x2fd5ba])))};const _0x4526e0=this['_headingOptions']['find'](_0x6e19d1=>_0x6e19d1['model']===_0x5b11a7)['title'];return{'type':'format','content':o(_0x547c13,'*Change\x20to:*\x20%0',_0x363476(0x1,_0x4526e0))};}var _0x429705,_0x2fd5ba;});}['_getHeadingLevel'](_0x4359c2){const _0x3fd63d=_0x4359c2['match'](/^heading(\d+)/);if(_0x3fd63d)return _0x3fd63d[0x1];const _0x311da2=this['_headingOptions']?.['find'](_0x6dae14=>_0x6dae14['model']==_0x4359c2);if(_0x311da2&&_0x311da2['view']){const _0x4dc048=_0x311da2['view'],_0x4d35b9=(_0x4dc048['name']??_0x4dc048)['match'](/^h(\d+)/);if(_0x4d35b9)return _0x4d35b9[0x1];}return null;}}class et extends _0x5eca65{['afterInit'](){const _0x421277=this['editor'];if(!_0x421277['plugins']['has']('HighlightEditing'))return;const _0x37840d=_0x421277['plugins']['get']('TrackChangesEditing'),_0x2bf397=_0x421277['locale'];_0x37840d['enableDefaultAttributesIntegration']('highlight'),_0x37840d['registerInlineAttribute']('highlight'),_0x37840d['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x2bf397,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x6a216f=this['editor'],_0xb69bc3=_0x6a216f['locale'];_0x6a216f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5dac85=>{if('formatInline'!=_0x5dac85['type'])return;const {data:_0x1a8a0e}=_0x5dac85;if(_0x1a8a0e&&'highlight'==_0x1a8a0e['commandName']){const _0x18ca1e=_0xb69bc3['t'],_0x14cefb=_0x1a8a0e['commandParams'][0x0]['value'];if(_0x14cefb){const _0xdf21ef=_0x6a216f['config']['get']('highlight.options')['find'](_0x10753b=>_0x10753b['model']==_0x14cefb),_0x2d0827=_0x18ca1e(_0xdf21ef['title'])['toLowerCase']();return{'type':'format','content':o(_0xb69bc3,'*Set\x20highlight:*\x20%0',_0x2d0827),'color':{'value':_0xdf21ef['color'],'title':_0xdf21ef['title']}};}return{'type':'format','content':o(_0xb69bc3,'*Remove\x20highlight*',o(_0xb69bc3,'FORMAT_HIGHLIGHT'))};}});}}class it extends _0x5eca65{['afterInit'](){const _0x258bfa=this['editor'];if(!_0x258bfa['plugins']['has']('HorizontalLineEditing'))return;_0x258bfa['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x5d7b27=_0x258bfa['plugins']['get']('TrackChangesEditing'),_0x1d9068=_0x258bfa['locale'];_0x5d7b27['descriptionFactory']['registerElementLabel']('horizontalLine',_0x3050ce=>o(_0x1d9068,'ELEMENT_HORIZONTAL_LINE',_0x3050ce)),_0x258bfa['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x37c464,{writer:_0x45f992,options:_0x476af9})=>{if(!_0x476af9['showSuggestionHighlights'])return null;const _0x2ec23e=_0x45f992['createContainerElement']('div'),_0x439419=_0x45f992['createEmptyElement']('hr');return _0x45f992['addClass']('ck-horizontal-line',_0x2ec23e),_0x45f992['insert'](_0x45f992['createPositionAt'](_0x2ec23e,0x0),_0x439419),_0x2ec23e;},'converterPriority':'high'});}}class st extends _0x5eca65{['afterInit'](){const _0x28fbf2=this['editor'];if(!_0x28fbf2['plugins']['has']('HtmlEmbed'))return;const _0x1190fa=_0x28fbf2['plugins']['get']('TrackChangesEditing'),_0x5db53c=_0x28fbf2['locale'];_0x1190fa['descriptionFactory']['registerElementLabel']('rawHtml',_0xf34c76=>o(_0x5db53c,'ELEMENT_HTML_EMBED',_0xf34c76)),_0x1190fa['enableDefaultAttributesIntegration']('htmlEmbed'),_0x1190fa['registerBlockAttribute']('value'),_0x1190fa['descriptionFactory']['registerDescriptionCallback'](_0x488981=>{if('attribute'!=_0x488981['type'])return;const {data:_0x10b69f}=_0x488981;if(_0x10b69f&&'value'==_0x10b69f['key']&&_0x488981['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0xd2cd09=o(_0x5db53c,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x5db53c,'*Change\x20%0\x20content*',_0xd2cd09)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x26cf23=this['editor'],_0x3a2395=_0x26cf23['locale'];_0x26cf23['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x7c43d0=>{if('formatBlock'!=_0x7c43d0['type'])return;const {data:_0x479642}=_0x7c43d0;if(_0x479642&&'htmlEmbed'==_0x479642['commandName']){const _0x199421=o(_0x3a2395,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x3a2395,'*Change\x20%0\x20content*',_0x199421)};}});}}class nt extends _0x5eca65{['afterInit'](){const _0x1dab17=this['editor'];if(!_0x1dab17['plugins']['has']('ImageEditing'))return;const _0x16b53e=_0x1dab17['plugins']['get']('TrackChangesEditing'),_0x5f247e=_0x1dab17['plugins']['get']('ImageUtils'),_0x283b30=_0x1dab17['locale'];_0x16b53e['enableCommand']('insertImage'),_0x16b53e['descriptionFactory']['registerElementLabel']('imageBlock',_0x31152d=>o(_0x283b30,'ELEMENT_IMAGE',_0x31152d)),_0x16b53e['descriptionFactory']['registerElementLabel']('imageInline',_0x2cca7d=>o(_0x283b30,'ELEMENT_INLINE_IMAGE',_0x2cca7d)),_0x16b53e['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x283b30,'ELEMENT_CAPTION')),_0x1dab17['plugins']['has']('ImageUploadEditing')&&_0x16b53e['enableCommand']('uploadImage'),_0x1dab17['plugins']['has']('ImageBlockEditing')&&_0x1dab17['plugins']['has']('ImageInlineEditing')&&(_0x16b53e['enableCommand']('imageTypeInline',(_0x52c8f3,_0x50e43a)=>{const _0x50e445=_0x5f247e['getClosestSelectedImageElement'](_0x1dab17['model']['document']['selection']);_0x1dab17['model']['change'](()=>{_0x16b53e['markBlockFormat'](_0x50e445,{'commandName':'imageTypeInline','commandParams':[_0x50e43a]},[],'convertBlockImageToInline');});}),_0x16b53e['enableCommand']('imageTypeBlock',(_0x402899,_0x15403c)=>{_0x1dab17['model']['change'](_0x494d0e=>{let _0x21d472=_0x5f247e['getClosestSelectedImageElement'](_0x1dab17['model']['document']['selection']),_0xab4cf8=_0x494d0e['createRangeOn'](_0x21d472);const _0x18fe00=_0x363280['fromPosition'](_0xab4cf8['start'],'toPrevious'),_0x4d83e0=_0x363280['fromPosition'](_0xab4cf8['end'],'toNext');_0x16b53e['forceDefaultExecution'](()=>_0x402899(_0x15403c)),_0x21d472=_0x5f247e['getClosestSelectedImageElement'](_0x1dab17['model']['document']['selection']),_0xab4cf8=_0x494d0e['createRangeOn'](_0x21d472);const _0x561359=_0x494d0e['createRange'](_0x18fe00,_0x4d83e0);_0x18fe00['detach'](),_0x4d83e0['detach'](),_0x16b53e['markBlockFormat'](_0x21d472,{'commandName':'imageTypeInline','commandParams':[_0x15403c]},[],'convertInlineImageToBlock'),_0x561359['start']['isBefore'](_0xab4cf8['start'])&&_0x16b53e['markInsertion'](_0x494d0e['createRange'](_0x561359['start'],_0xab4cf8['start']),'convertInlineImageToBlock'),_0xab4cf8['end']['isBefore'](_0x561359['end'])&&_0x16b53e['markInsertion'](_0x494d0e['createRange'](_0xab4cf8['end'],_0x561359['end']),'convertInlineImageToBlock');});}),_0x16b53e['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x16b53e['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x16b53e['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x16b53e['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x16b53e['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x16b53e['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x4f3ca6])=>{const _0x54e4e5=_0x16b53e['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x4749ae=_0x4f3ca6['start'],_0x3c0644=_0x4f3ca6['end'];const _0x8678cf=_0x1dab17['model']['schema']['getNearestSelectionRange'](_0x4749ae,'backward'),_0x4a08e0=_0x1dab17['model']['schema']['getNearestSelectionRange'](_0x3c0644,'forward');_0x8678cf['isCollapsed']&&(_0x4749ae=_0x8678cf['start']),_0x4a08e0['isCollapsed']&&(_0x3c0644=_0x4a08e0['end']),_0x54e4e5([_0x1dab17['model']['createRange'](_0x4749ae,_0x3c0644)]);}),_0x16b53e['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x44be41),_0x16b53e['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x44be41)),_0x1dab17['plugins']['has']('ImageCaptionEditing')&&(_0x16b53e['enableCommand']('toggleImageCaption',(_0x1b4b6b,_0x1577ef)=>{const _0x2e7856=_0x1dab17['plugins']['get']('ImageCaptionUtils');let _0x32e9cb=_0x5f247e['getClosestSelectedImageElement'](_0x1dab17['model']['document']['selection']),_0x38bc35=_0x2e7856['getCaptionFromImageModelElement'](_0x32e9cb);_0x1dab17['model']['change'](()=>{if(_0x38bc35)return void _0x16b53e['markDeletion'](_0x1dab17['model']['createRangeOn'](_0x38bc35));const _0x39b710=_0x5f247e['isBlockImage'](_0x32e9cb);_0x1b4b6b(_0x1577ef),_0x32e9cb=_0x5f247e['getClosestSelectedImageElement'](_0x1dab17['model']['document']['selection']),_0x38bc35=_0x2e7856['getCaptionFromImageModelElement'](_0x32e9cb),_0x16b53e['markInsertion'](_0x1dab17['model']['createRangeOn'](_0x38bc35),_0x39b710?null:'imageCaption');});}),_0x16b53e['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x44be41));const _0x389d7b=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x2fb6db(_0x9c357b,_0x34e915){const _0x1fccc2=_0x389d7b['findIndex'](({type:_0x49fe68,subType:_0x4a8534})=>_0x9c357b['type']==_0x49fe68&&_0x9c357b['subType']==_0x4a8534),_0x21ba0a=_0x389d7b['findIndex'](({type:_0x125261,subType:_0x44b665})=>_0x34e915['type']==_0x125261&&_0x34e915['subType']==_0x44b665);if(_0x1fccc2<0x0||_0x21ba0a<0x0)return!0x1;const _0x343a19=_0x9c357b['getFirstRange'](),_0x335eb2=_0x34e915['getFirstRange']();if((0x0==_0x1fccc2||0x1==_0x1fccc2)&&0x2==_0x21ba0a&&_0x343a19['isIntersecting'](_0x335eb2))return!0x0;if(0x2==_0x1fccc2&&0x3==_0x21ba0a){const _0x169dee=_0x16b53e['_findSuggestions'](_0x343a19,'insertion')['filter'](({suggestion:_0x416946,meta:_0x2b449e})=>_0x2b449e['isOwn']&&'convertInlineImageToBlock'==_0x416946['subType']);if(_0x169dee['length']>0x1&&_0x335eb2['end']['isEqual'](_0x343a19['start']))return!0x0;if(0x1==_0x169dee['length']&&(_0x343a19['start']['isEqual'](_0x335eb2['end'])||_0x343a19['end']['isEqual'](_0x335eb2['start'])))return!0x0;}if(0x3==_0x1fccc2&&0x3==_0x21ba0a&&_0x343a19['start']['isBefore'](_0x335eb2['start'])){const _0x1add08=_0x343a19['end']['nodeAfter'],_0x3cc11d=_0x335eb2['start']['nodeBefore'];return _0x5f247e['isBlockImage'](_0x1add08)&&_0x1add08===_0x3cc11d;}return!0x1;}function _0x44be41(_0x902eac,_0x20eabc){return _0x2fb6db(_0x902eac,_0x20eabc)?[_0x902eac,_0x20eabc]:_0x2fb6db(_0x20eabc,_0x902eac)?[_0x20eabc,_0x902eac]:null;}_0x1dab17['plugins']['has']('ImageResize')&&(_0x16b53e['enableDefaultAttributesIntegration']('resizeImage'),_0x16b53e['registerBlockAttribute']('resizedWidth'),_0x16b53e['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x283b30,'FORMAT_IMAGE_SIZE'))),_0x1dab17['plugins']['has']('ImageTextAlternativeEditing')&&(_0x16b53e['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x16b53e['registerBlockAttribute']('alt')),_0x16b53e['descriptionFactory']['registerDescriptionCallback'](_0x42b341=>{if(!!_0x389d7b['find'](({type:_0x325d77,subType:_0x267f64})=>_0x42b341['type']==_0x325d77&&_0x42b341['subType']==_0x267f64))return _0x42b341['previous']?{}:void 0x0;}),_0x16b53e['descriptionFactory']['registerDescriptionCallback'](_0x164fc8=>{if('insertion'==_0x164fc8['type']||'deletion'==_0x164fc8['type']){const _0x482144=_0x164fc8['getContainedElement']();if(_0x482144&&_0x482144['is']('element','caption'))return{'type':'insertion'==_0x164fc8['type']?'addObject':'removeObject','element':_0x482144,'quantity':0x1};}}),_0x16b53e['descriptionFactory']['registerDescriptionCallback'](_0x3b8018=>'formatBlock'==_0x3b8018['type']&&'convertInlineImageToBlock'==_0x3b8018['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x3b8018['type']&&'convertBlockImageToInline'==_0x3b8018['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x16b53e['descriptionFactory']['registerDescriptionCallback'](_0x5b04bb=>{if('attribute'!=_0x5b04bb['type'])return;const {data:_0x47684a}=_0x5b04bb;if(!_0x47684a||'alt'!=_0x47684a['key'])return;const _0x328719=_0x47684a['newValue'];return _0x328719?{'type':'format','content':o(_0x283b30,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x328719+'\x22')}:{'type':'format','content':o(_0x283b30,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x268acc=this['editor'],_0x333779=_0x268acc['locale'];_0x268acc['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2e6788=>{if('formatBlock'!=_0x2e6788['type']&&'formatInline'!=_0x2e6788['type'])return;const {data:_0x34708e}=_0x2e6788;if(_0x34708e){if('imageTextAlternative'==_0x34708e['commandName']){const _0x254818=_0x34708e['commandParams'][0x0]['newValue'];return _0x254818?{'type':'format','content':o(_0x333779,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x254818+'\x22')}:{'type':'format','content':o(_0x333779,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x34708e['commandName']){const _0x3b6f1f=_0x34708e['commandParams'][0x0]['width'];return _0x3b6f1f?{'type':'format','content':o(_0x333779,'*Set\x20image\x20width:*\x20%0',_0x3b6f1f)}:{'type':'format','content':o(_0x333779,'*Reset\x20image\x20width*')};}}});}}class ot extends _0x5eca65{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x266279=this['editor']['locale'],_0x10fb5a=this['editor']['plugins']['get']('TrackChangesEditing');_0x10fb5a['enableDefaultAttributesIntegration']('replaceImageSource'),_0x10fb5a['registerBlockAttribute']('src'),_0x10fb5a['descriptionFactory']['registerDescriptionCallback'](_0x38b7a4=>{if('attribute'!=_0x38b7a4['type'])return;const {data:_0x27f276}=_0x38b7a4;return _0x27f276&&'src'==_0x27f276['key']?_0x27f276['newValue']&&_0x27f276['oldValue']?{'type':'format','content':o(_0x266279,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x31ad11=this['editor']['plugins']['get']('TrackChangesEditing');_0x31ad11['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x31ad11['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x31ad11['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x31ad11['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xaf1bb6=this['editor'],_0x681eed=_0xaf1bb6['locale'];_0xaf1bb6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5444fb=>{if('formatBlock'!=_0x5444fb['type']&&'formatInline'!=_0x5444fb['type'])return;const {data:_0x930e0c}=_0x5444fb;if(!_0x930e0c||'replaceImageSource'!=_0x930e0c['commandName'])return;return{'type':'format','content':o(_0x681eed,'*Format:*\x20replace\x20image\x20URL')};});}}class rt extends _0x5eca65{['afterInit'](){const _0x5af967=this['editor'];if(!_0x5af967['plugins']['has']('ImageStyleEditing'))return;const _0x3c8f92=_0x5af967['plugins']['get']('TrackChangesEditing'),_0x6ea033=_0x5af967['plugins']['get']('ImageUtils'),_0x2aaf39={};_0x3c8f92['enableCommand']('imageStyle',(_0x376dc6,_0x2eb941)=>{const _0x454552=_0x5af967['plugins']['get']('Users')['me'],_0x41dd22=_0x5af967['commands']['get']('imageStyle');let _0x2b1121=_0x6ea033['getClosestSelectedImageElement'](_0x5af967['model']['document']['selection']),_0x5f2bc3=_0x5af967['model']['createRangeOn'](_0x2b1121),_0x2958da=_0x41dd22['value'];if(_0x2958da==_0x2eb941['value'])return;const _0x266723={'commandName':'imageStyle','commandParams':[_0x2eb941],'formatGroupId':_0x3529ea()};_0x5af967['model']['change'](()=>{if(_0x3c8f92['getSuggestions']()['filter'](_0x209cb9=>_0x209cb9['isInContent']&&_0x454552==_0x209cb9['author']&&('formatBlock'==_0x209cb9['type']||'formatInline'==_0x209cb9['type'])&&('imageStylePreApply'==_0x209cb9['subType']||'imageStylePostApply'==_0x209cb9['subType'])&&_0x209cb9['getFirstRange']()['isEqual'](_0x5f2bc3))['forEach'](_0x20ef2d=>_0x3c8f92['discardSuggestion'](_0x20ef2d['head'])),_0x2b1121=_0x6ea033['getClosestSelectedImageElement'](_0x5af967['model']['document']['selection']),_0x5f2bc3=_0x5af967['model']['createRangeOn'](_0x2b1121),_0x41dd22['refresh'](),_0x5af967['commands']['get']('imageTypeInline')['refresh'](),_0x5af967['commands']['get']('imageTypeBlock')['refresh'](),_0x2958da=_0x41dd22['value'],_0x2958da!=_0x2eb941['value'])return _0x6ea033['isInlineImage'](_0x2b1121)&&_0x41dd22['shouldConvertImageType'](_0x2eb941['value'],_0x2b1121)?(_0x376dc6({..._0x2eb941,'setImageSizes':!0x1}),_0x2b1121=_0x6ea033['getClosestSelectedImageElement'](_0x5af967['model']['document']['selection']),void _0x3c8f92['markBlockFormat'](_0x2b1121,{..._0x266723,'commandReversedParams':[{'value':_0x2958da||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x6ea033['isBlockImage'](_0x2b1121)?_0x3c8f92['markBlockFormat'](_0x2b1121,_0x266723,[],'imageStylePostApply'):_0x3c8f92['markInlineFormat'](_0x5f2bc3,_0x266723,'imageStylePostApply'));});});for(const _0x4c5e88 of _0x5af967['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x2aaf39[_0x4c5e88['name']]=_0x4c5e88['title']['toLowerCase']();_0x3c8f92['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x3c8f92['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x3c8f92['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x3c8f92['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x2d77ca])=>{_0x6ea033['setImageNaturalSizeAttributes'](_0x2d77ca['getContainedElement']());}),_0x3c8f92['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x19dcb4,_0x299da9)=>{_0x3c8f92['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x19dcb4,{'commandName':_0x299da9['commandName'],'commandParams':_0x299da9['commandReversedParams']});}),_0x3c8f92['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x1c001d,_0x398a73){if(_0x5ecce7(_0x1c001d,_0x398a73))return[_0x1c001d,_0x398a73];if(_0x5ecce7(_0x398a73,_0x1c001d))return[_0x398a73,_0x1c001d];return null;});const _0x3c25e3=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x5ecce7(_0x3ce021,_0x3dcae8){const _0x95162e=_0x3c25e3['findIndex'](({type:_0x1abdef,subType:_0x360c99})=>_0x3ce021['type']==_0x1abdef&&_0x3ce021['subType']==_0x360c99),_0x39cb45=_0x3c25e3['findIndex'](({type:_0x37e34d,subType:_0x1a384a})=>_0x3dcae8['type']==_0x37e34d&&_0x3dcae8['subType']==_0x1a384a);if(_0x95162e<0x0||_0x39cb45<0x0)return!0x1;const _0x54fab5=_0x3ce021['getFirstRange'](),_0x14869f=_0x3dcae8['getFirstRange']();if((0x0==_0x95162e||0x1==_0x95162e)&&0x2==_0x39cb45&&_0x54fab5['isIntersecting'](_0x14869f))return!0x0;if(0x2==_0x95162e&&0x3==_0x39cb45){const _0x538de1=_0x3c8f92['_findSuggestions'](_0x54fab5,'insertion')['filter'](({suggestion:_0x530b41,meta:_0x49ee22})=>_0x49ee22['isOwn']&&'convertInlineImageToBlock'==_0x530b41['subType']);if(_0x538de1['length']>0x1&&_0x14869f['end']['isEqual'](_0x54fab5['start']))return!0x0;if(0x1==_0x538de1['length']&&(_0x54fab5['start']['isEqual'](_0x14869f['end'])||_0x54fab5['end']['isEqual'](_0x14869f['start'])))return!0x0;}if(0x3==_0x95162e&&0x3==_0x39cb45&&_0x54fab5['start']['isBefore'](_0x14869f['start'])){const _0x14c710=_0x54fab5['end']['nodeAfter'],_0x44c111=_0x14869f['start']['nodeBefore'];return _0x6ea033['isBlockImage'](_0x14c710)&&_0x14c710===_0x44c111;}return!0x1;}_0x5af967['model']['document']['registerPostFixer'](()=>{let _0x54eb9e=!0x1;const _0x3541a2=Array['from'](_0x5af967['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1110f7,data:_0x235ac6}of _0x3541a2){const {group:_0x455f27,type:_0x54b951,subType:_0xf03ea5,id:_0x5ef5fc}=_0x3c8f92['_splitMarkerName'](_0x1110f7);if('suggestion'==_0x455f27&&_0x3c8f92['hasSuggestion'](_0x5ef5fc)){if('formatBlock'==_0x54b951&&('imageStylePreApply'==_0xf03ea5||'imageStylePostApply'==_0xf03ea5)){const _0x113cfe=_0x3c8f92['getSuggestion'](_0x5ef5fc);if(_0x235ac6['newRange']){const _0x1a5be9=_0x113cfe['getFirstRange']()['getContainedElement']();if(_0x6ea033['isBlockImage'](_0x1a5be9))continue;_0x3c8f92['discardSuggestion'](_0x113cfe),_0x54eb9e=!0x0;}}if('insertion'==_0x54b951&&'imageCaption'==_0xf03ea5&&!_0x235ac6['newRange']){const _0x335508=_0x3c8f92['getSuggestion'](_0x5ef5fc);_0x335508['next']&&_0x335508['next']['isInContent']&&(_0x3c8f92['discardSuggestion'](_0x335508['next']),_0x54eb9e=!0x0);}}}return _0x54eb9e;}),this['_registerLegacyDescription'](_0x2aaf39);}['_registerLegacyDescription'](_0xc0ec74){const _0x1c314c=this['editor'],_0x47bad4=_0x1c314c['locale'];_0x1c314c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x558038=>{if('formatBlock'!=_0x558038['type']&&'formatInline'!=_0x558038['type'])return;const {data:_0x3f8903}=_0x558038;if(!_0x3f8903||'imageStyle'!=_0x3f8903['commandName'])return;const _0x382105=_0x3f8903['commandParams'][0x0]['value'];return _0x2bb48e('side'===_0x382105?o(_0x47bad4,'FORMAT_SIDE_IMAGE'):_0xc0ec74[_0x382105]||_0x382105);function _0x2bb48e(_0x5b7df3){return{'type':'format','content':o(_0x47bad4,'*Format:*\x20%0',_0x5b7df3)};}});}}class at extends _0x5eca65{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x13c58b){super(_0x13c58b),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x57c667=this['editor'],_0x56376e=_0x57c667['commands']['get']('importWord'),_0x55702f=_0x57c667['commands']['get']('trackChanges');_0x56376e&&(_0x56376e['on']('execute',(_0x375217,[,_0x1d2dfd])=>{this['_trackChangesValueDuringImport']=_0x55702f['value'],_0x1d2dfd['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x56376e,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x56376e,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x55702f['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x57c667['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x26a8cd,_0x14aaca){const {suggestions:_0x32bafc}=_0x14aaca,_0x5b3b0e=this['editor']['commands']['get']('trackChanges'),_0x1270bf=_0x5b3b0e['value'];this['_trackChangesValueDuringImport']!==_0x1270bf&&(_0x5b3b0e['execute'](),this['_trackChangesExecuted']=!0x0),_0x32bafc&&_0x32bafc['forEach'](({id:_0x58f591,type:_0xf049da,author:_0x53951e,created_at:_0x5cd104})=>{const _0x5ebd4c={'id':_0x58f591,'type':_0xf049da,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x53951e,'createdAt':_0x5cd104?new Date(_0x5cd104):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x5ebd4c);});}}class ct extends _0x5eca65{['afterInit'](){const _0x9dc361=this['editor'],_0x319917=_0x9dc361['plugins']['get']('TrackChangesEditing');if(_0x9dc361['plugins']['has']('IndentEditing')&&(_0x319917['enableCommand']('indent'),_0x319917['enableCommand']('outdent')),_0x9dc361['plugins']['has']('IndentBlock')){for(const _0x343632 of['indentBlock','outdentBlock'])_0x319917['enableDefaultAttributesIntegration'](_0x343632);}const _0x408a00=_0x9dc361['locale'];_0x319917['registerBlockAttribute']('blockIndent'),_0x319917['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x408a00,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x555432=this['editor'],_0x1b2bc4=_0x555432['locale'],_0x266f9e=_0x555432['plugins']['get']('TrackChangesEditing');_0x266f9e['descriptionFactory']['registerDescriptionCallback'](_0x191306=>{if('formatBlock'!=_0x191306['type'])return;const {data:_0x13cb16}=_0x191306;if(!_0x13cb16)return;if('indentBlock'!=_0x13cb16['commandName']&&'outdentBlock'!=_0x13cb16['commandName'])return;const _0xc19425=_0x191306['getItems']()[0x0],_0x1aa026=_0x266f9e['descriptionFactory']['getItemLabel'](_0xc19425);return'indentBlock'==_0x13cb16['commandName']?{'type':'format','content':o(_0x1b2bc4,'*Indent:*\x20%0',_0x1aa026)}:'outdentBlock'==_0x13cb16['commandName']?{'type':'format','content':o(_0x1b2bc4,'*Outdent:*\x20%0',_0x1aa026)}:void 0x0;});}}class ut extends _0x5eca65{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x5eca65{['afterInit'](){const _0x574a3a=this['editor'];if(!_0x574a3a['plugins']['has']('LinkEditing'))return;const _0xbb4db6=_0x574a3a['plugins']['get']('TrackChangesEditing'),_0x3a09ff=_0x574a3a['commands']['get']('link');_0xbb4db6['enableDefaultAttributesIntegration']('link'),_0xbb4db6['enableDefaultAttributesIntegration']('unlink'),_0xbb4db6['registerInlineAttribute']('linkHref');for(const _0xae2e95 of _0x3a09ff['manualDecorators'])_0xbb4db6['registerInlineAttribute'](_0xae2e95['id']),_0xbb4db6['descriptionFactory']['registerAttributeLabel'](_0xae2e95['id'],'link\x20('+_0xae2e95['label']['toLowerCase']()+')');_0xbb4db6['descriptionFactory']['registerDescriptionCallback'](_0x3ced2e=>{if('attribute'!=_0x3ced2e['type'])return;const {data:_0x4cfed3}=_0x3ced2e;if(!_0x4cfed3||'linkHref'!=_0x4cfed3['key'])return;const _0x4426b3=_0x4cfed3['newValue'],_0x155f53=_0x574a3a['locale'];return{'type':'format','content':null==_0x4426b3?o(_0x155f53,'*Remove\x20link*'):o(_0x155f53,'*Set\x20link:*\x20%0','\x22'+_0x4426b3+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x403892=this['editor'],_0xa28099=_0x403892['locale'];_0x403892['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x55196a=>{if('formatInline'!=_0x55196a['type'])return;const {data:_0x1b6f32}=_0x55196a;if(_0x1b6f32){if('link'==_0x1b6f32['commandName']){const _0x5d1e1c=_0x1b6f32['commandParams'][0x0];return{'type':'format','content':o(_0xa28099,'*Set\x20link:*\x20%0','\x22'+_0x5d1e1c+'\x22')};}return'unlink'==_0x1b6f32['commandName']?{'type':'format','content':o(_0xa28099,'*Remove\x20link*')}:void 0x0;}});}}class ft extends _0x5eca65{['afterInit'](){const _0x138d82=this['editor'],_0x223586=_0x138d82['locale'];if(!_0x138d82['plugins']['has']('LegacyListEditing'))return;const _0x3555ca=_0x138d82['plugins']['get']('TrackChangesEditing'),_0x4b8be7=_0x138d82['plugins']['has']('LegacyTodoListEditing');function _0x36335c(_0x2d104d){return()=>{const _0xbbc69e=_0x138d82['model']['document']['selection'],_0x5c7ce8=_0x138d82['commands']['get'](_0x2d104d);if(_0x5c7ce8['value'])return void _0x138d82['execute']('paragraph',{});const _0x1a59fa=_0x2d104d['slice'](0x0,-0x4),_0x2c1e9c=function(_0x37c258,_0x452e90,_0x125906){let _0x5bc968=Array['from'](_0x37c258)['filter'](_0x268574=>function(_0x4f7fd6,_0x55e572){return _0x55e572['checkChild'](_0x4f7fd6['parent'],'listItem')&&!_0x55e572['isObject'](_0x4f7fd6);}(_0x268574,_0x125906));_0x5bc968=_0x5bc968['filter'](_0x47507a=>!_0x47507a['is']('element','listItem')||_0x47507a['getAttribute']('listType')!=_0x452e90);const _0x5a9fd4=new Set();for(const _0x1ffe78 of _0x5bc968)_0x1ffe78['is']('element','listItem')?_0x5a9fd4['add'](fe(_0x1ffe78)):_0x5a9fd4['add'](_0x1ffe78);return Array['from'](_0x5a9fd4);}(_0xbbc69e['getSelectedBlocks'](),_0x1a59fa,_0x138d82['model']['schema']);_0x138d82['model']['change'](()=>{for(const _0x428817 of _0x2c1e9c)_0x3555ca['markBlockFormat'](_0x428817,{'commandName':_0x2d104d,'commandParams':[{'forceValue':!_0x5c7ce8['value']}],'formatGroupId':'blockName'},ue(_0x428817));});};}function _0xf3f7be(_0x7c75d0){return()=>{const _0x24b6cb=function(_0x5bdcf2){let _0x3a434a=Array['from'](_0x5bdcf2);const _0x10a934=_0x3a434a['findIndex'](_0x11ecd5=>'listItem'!=_0x11ecd5['name']);return _0x10a934>-0x1&&(_0x3a434a=_0x3a434a['slice'](0x0,_0x10a934)),_0x3a434a;}(_0x138d82['model']['document']['selection']['getSelectedBlocks']()),_0x1419ca=_0x138d82['model']['createRange'](_0x138d82['model']['createPositionAt'](_0x24b6cb[0x0],'before'),_0x138d82['model']['createPositionAt'](_0x24b6cb[_0x24b6cb['length']-0x1],'end'));_0x138d82['model']['change'](()=>{_0x3555ca['markBlockFormat'](_0x1419ca,{'commandName':_0x7c75d0,'commandParams':[],'formatGroupId':'listIndent'},function(_0x29562a){const _0x3cbc2b=new Set();for(const _0x143ee2 of _0x29562a){let _0x3ddd8c=_0x143ee2['nextSibling'];for(;_0x3ddd8c&&_0x3ddd8c['getAttribute']('listIndent')>_0x143ee2['getAttribute']('listIndent');)_0x3cbc2b['add'](_0x3ddd8c),_0x3ddd8c=_0x3ddd8c['nextSibling'];}return Array['from'](_0x3cbc2b);}(_0x24b6cb));});};}_0x3555ca['enableCommand']('numberedList',_0x36335c('numberedList')),_0x3555ca['enableCommand']('bulletedList',_0x36335c('bulletedList')),_0x4b8be7&&_0x3555ca['enableCommand']('todoList',_0x36335c('todoList')),_0x3555ca['enableCommand']('indentList',_0xf3f7be('indentList')),_0x3555ca['enableCommand']('outdentList',_0xf3f7be('outdentList')),_0x4b8be7&&_0x3555ca['enableCommand']('checkTodoList',()=>{const _0x15234=_0x138d82['commands']['get']('checkTodoList'),_0x39d480=Array['from'](_0x15234['_selectedElements']);_0x39d480['filter'](_0x46f055=>_0x46f055['getAttribute']('todoListChecked')!=_0x15234['value']),_0x138d82['model']['change'](()=>{for(const _0xa30973 of _0x39d480)_0x3555ca['markBlockFormat'](_0xa30973,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x15234['value']}]});});}),_0x3555ca['descriptionFactory']['registerElementLabel']('listItem',_0x425e8d=>o(_0x223586,'ELEMENT_LIST_ITEM',_0x425e8d)),_0x3555ca['descriptionFactory']['registerDescriptionCallback'](_0x1f9cb9=>{if('formatBlock'!=_0x1f9cb9['type']&&'formatInline'!=_0x1f9cb9['type'])return;const {data:_0x250611}=_0x1f9cb9;if(_0x250611){if('numberedList'==_0x250611['commandName']||'bulletedList'==_0x250611['commandName']||'todoList'==_0x250611['commandName'])switch(_0x250611['commandName']['replace']('List','')){case'bulleted':return _0x1227ea(o(_0x223586,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1227ea(o(_0x223586,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1227ea(o(_0x223586,'ELEMENT_TODO_LIST'));}if('indentList'==_0x250611['commandName'])return{'type':'format','content':o(_0x223586,'*Indent:*\x20%0',o(_0x223586,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x250611['commandName'])return{'type':'format','content':o(_0x223586,'*Outdent:*\x20%0',o(_0x223586,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x250611['commandName'])return _0x250611['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x223586,'*Check\x20item*')}:{'type':'format','content':o(_0x223586,'*Uncheck\x20item*')};}function _0x1227ea(_0x56d900){return{'type':'format','content':o(_0x223586,'*Change\x20to:*\x20%0',_0x56d900)};}});}}function fe(_0x333ede){const _0x328425=_0x333ede['getAttribute']('listIndent');if(0x0==_0x328425)return _0x333ede;let _0x24fc1d=_0x333ede;for(;_0x333ede['previousSibling']&&_0x333ede['previousSibling']['is']('element','listItem');){const _0xad3f17=_0x333ede['previousSibling']['getAttribute']('listIndent');if(_0xad3f17==_0x328425)_0x24fc1d=_0x333ede['previousSibling'];else{if(_0xad3f17<_0x328425)break;}_0x333ede=_0x333ede['previousSibling'];}return _0x24fc1d;}function ue(_0x1d3465){const _0x12bf13=[];if(_0x1d3465['is']('element','listItem')&&_0x1d3465['getAttribute']('listIndent')>0x0){let _0x1619b8=_0x1d3465['nextSibling'];for(;_0x1619b8&&'listItem'==_0x1619b8['name']&&_0x1619b8['getAttribute']('listIndent')==_0x1d3465['getAttribute']('listIndent');)_0x12bf13['push'](_0x1619b8),_0x1619b8=_0x1619b8['nextSibling'];}return _0x12bf13;}class W extends _0x5eca65{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x44bbdb=this['editor']['config']['get']('list.properties'),_0x462bca=this['editor']['plugins']['get']('TrackChangesEditing');_0x44bbdb['styles']&&_0x462bca['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x44bbdb['reversed']&&_0x462bca['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x44bbdb['startIndex']&&_0x462bca['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x462bca['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x111d3d,_0x3e0b69={}){const _0x481879=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3dce71=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x481879['markMultiRangeBlockFormat'](_0x3dce71,{'commandName':'listStyle','commandParams':[{'type':_0x3e0b69['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x2bc416,_0x560514={}){const _0x8e89a8=this['editor']['plugins']['get']('TrackChangesEditing'),_0xb60fee=this['_getSuggestionBlocks'](_0x5d0ee7=>_0x5d0ee7['is']('element','listItem')&&'numbered'===_0x5d0ee7['getAttribute']('listType'));if(_0xb60fee['length']<0x1)return;const _0x1b0e73=_0xb60fee['map'](_0x4913ac=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x4913ac,'before'),this['editor']['model']['createPositionAt'](_0x4913ac,0x0)));this['editor']['model']['change'](()=>{_0x8e89a8['markMultiRangeBlockFormat'](_0x1b0e73,{'commandName':'listReversed','commandParams':[{'reversed':_0x560514['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x3cd271,_0xfb8218={}){const _0x42996a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x355e2d=this['_getSuggestionBlocks'](_0xdffe3b=>_0xdffe3b['is']('element','listItem')&&'numbered'===_0xdffe3b['getAttribute']('listType'));if(_0x355e2d['length']<0x1)return;const _0x5896b8=_0x355e2d['map'](_0x1ad100=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x1ad100,'before'),this['editor']['model']['createPositionAt'](_0x1ad100,0x0)));this['editor']['model']['change'](()=>{_0x42996a['markMultiRangeBlockFormat'](_0x5896b8,{'commandName':'listStart','commandParams':[{'startIndex':_0xfb8218['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x9c7d90){if('formatBlock'!=_0x9c7d90['type']&&'formatInline'!=_0x9c7d90['type'])return;const _0x1cd7e6=this['editor']['locale'],{data:_0x3394ae}=_0x9c7d90;if(!_0x3394ae)return;let _0x53c74d,_0x35bd9e;switch(_0x3394ae['commandName']){case'listStyle':_0x53c74d='*Change\x20to:*\x20%0',_0x35bd9e={'type':'format','content':o(_0x1cd7e6,_0x53c74d,o(_0x1cd7e6,this['_getTranslationKeyForListStyle'](_0x3394ae['commandParams'][0x0]['type'])))};break;case'listReversed':_0x53c74d=_0x3394ae['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x35bd9e={'type':'format','content':o(_0x1cd7e6,_0x53c74d)};break;case'listStart':_0x53c74d='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x35bd9e={'type':'format','content':o(_0x1cd7e6,_0x53c74d,_0x3394ae['commandParams'][0x0]['startIndex'])};}return _0x35bd9e;}['_getSuggestionBlocksForListStyle'](){const _0x5be675=this['editor']['plugins']['get']('LegacyListUtils');let _0x4ae7f4=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x4ae7f4[0x0]?.['is']('element','listItem')&&_0x4ae7f4['unshift'](..._0x5be675['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x4ae7f4[_0x4ae7f4['length']-0x1]?.['is']('element','listItem')&&_0x4ae7f4['push'](..._0x5be675['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x4ae7f4=[...new Set(_0x4ae7f4)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x4ae7f4=_0x4ae7f4['filter'](_0x25a08c=>_0x25a08c['is']('element','listItem'))),_0x4ae7f4;}['_getSuggestionBlocks'](_0x452489){const _0x3338f6=this['editor']['plugins']['get']('LegacyListUtils');let _0x362a8f=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x452489)['map'](_0x11639e=>{const _0x4d06e7=this['editor']['model']['createPositionAt'](_0x11639e,0x0);return[..._0x3338f6['getSiblingNodes'](_0x4d06e7,'backward'),..._0x3338f6['getSiblingNodes'](_0x4d06e7,'forward')];})['flat']();return _0x362a8f=[...new Set(_0x362a8f)],_0x362a8f;}['_getTranslationKeyForListStyle'](_0x4c0683){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x4c0683)||'default')['toUpperCase']()+'_LIST_'+_0x4c0683['toUpperCase']()['replace'](/-/g,'_');}}class lt extends _0x5eca65{['afterInit'](){const _0xd07a00=this['editor'];if(!_0xd07a00['plugins']['has']('MediaEmbedEditing'))return;const _0x3c4d7b=_0xd07a00['plugins']['get']('TrackChangesEditing'),_0x20bc83=_0xd07a00['locale'];_0x3c4d7b['enableCommand']('mediaEmbed'),_0x3c4d7b['descriptionFactory']['registerElementLabel']('media',_0x1d7094=>o(_0x20bc83,'ELEMENT_MEDIA',_0x1d7094)),_0xd07a00['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x323ffc,{writer:_0x17965d,options:_0x36e3df})=>{if(_0x36e3df['showSuggestionHighlights'])return _0x17965d['createEmptyElement']('div');},'converterPriority':'high'}),_0xd07a00['data']['downcastDispatcher']['on']('attribute:url:media',(_0x75f99f,_0x5798e2,_0x45cc1e)=>{_0x45cc1e['options']['showSuggestionHighlights']&&_0x75f99f['stop']();},{'priority':'high'});}}class mt extends _0x5eca65{['afterInit'](){const _0x5d27cd=this['editor'];_0x5d27cd['plugins']['has']('MentionEditing')&&_0x5d27cd['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class dt extends _0x5eca65{['afterInit'](){const _0x53faef=this['editor'];if(!_0x53faef['plugins']['has']('MergeFieldsEditing'))return;_0x53faef['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField'),_0x53faef['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeFieldBlock');const _0x31083b=_0x53faef['plugins']['get']('TrackChangesEditing'),_0x58504c=_0x53faef['locale'];_0x31083b['descriptionFactory']['registerElementLabel']('mergeField',_0x335b48=>o(_0x58504c,'ELEMENT_MERGE_FIELD',_0x335b48)),_0x31083b['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x58074d=>o(_0x58504c,'ELEMENT_MERGE_FIELD',_0x58074d)),_0x31083b['descriptionFactory']['registerDescriptionCallback'](_0x457440=>{if('insertion'!=_0x457440['type']&&'deletion'!=_0x457440['type'])return;const _0x1e7b33=_0x457440['getContainedElement']();if(null==_0x1e7b33)return;if(!_0x1e7b33['is']('element','mergeField')&&!_0x1e7b33['is']('element','mergeFieldBlock'))return;const _0x495222=_0x53faef['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x1e7b33['getAttribute']('id'));return'insertion'==_0x457440['type']?{'type':'insertion','content':o(_0x58504c,'*Insert:*\x20%0','\x22'+_0x495222+'\x22\x20'+o(_0x58504c,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x58504c,'*Remove:*\x20%0','\x22'+_0x495222+'\x22\x20'+o(_0x58504c,'ELEMENT_MERGE_FIELD'))};});}}class pt extends _0x5eca65{['afterInit'](){const _0x502322=this['editor'],_0x306f98=_0x502322['plugins']['get']('TrackChangesEditing');_0x502322['plugins']['has']('MultiLevelList')&&(_0x306f98['enableDefaultAttributesIntegration']('multiLevelList'),_0x306f98['registerBlockAttribute']('listMarkerStyle'),_0x306f98['descriptionFactory']['registerDescriptionCallback'](_0x31d3c1=>this['handleDescriptions'](_0x31d3c1)));}['handleDescriptions'](_0x581bfd){const _0x5c3d85=this['editor']['locale'],{data:_0x9543a}=_0x581bfd,_0x1fc267={'type':'format','content':''};if(_0x9543a&&'listMarkerStyle'==_0x9543a['key']){if(!_0x9543a['oldValue'])return{'type':'format','content':o(_0x5c3d85,'*Set\x20format:*\x20%0',o(_0x5c3d85,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x9543a['newValue']+')'};if(!_0x9543a['newValue']){let _0x11093a=_0x581bfd['head'];for(;_0x11093a;){if(_0x11093a['data']&&'listType'==_0x11093a['data']['key']&&_0x11093a['data']['newValue'])return _0x1fc267;_0x11093a=_0x11093a['next'];}return{'type':'format','content':o(_0x5c3d85,'*Remove\x20format:*\x20%0',o(_0x5c3d85,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x9543a['oldValue']+')'};}}}}class kt extends _0x5eca65{['afterInit'](){const _0x4d2dd2=this['editor'];if(!_0x4d2dd2['plugins']['has']('PageBreakEditing'))return;_0x4d2dd2['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x2c2ac8=_0x4d2dd2['plugins']['get']('TrackChangesEditing'),_0x2707e1=_0x4d2dd2['locale'];_0x2c2ac8['descriptionFactory']['registerElementLabel']('pageBreak',_0x6ba833=>o(_0x2707e1,'ELEMENT_PAGE_BREAK',_0x6ba833));}}class bt extends _0x5eca65{['afterInit'](){const _0x134210=this['editor'];if(!_0x134210['plugins']['has']('Paragraph'))return;const _0x49ba37=_0x134210['locale'],_0xb5969d=_0x134210['plugins']['get']('TrackChangesEditing');_0xb5969d['descriptionFactory']['registerElementLabel']('paragraph',_0x3a8973=>o(_0x49ba37,'ELEMENT_PARAGRAPH',_0x3a8973)),_0xb5969d['enableDefaultAttributesIntegration']('paragraph'),_0xb5969d['enableCommand']('insertParagraph'),_0x134210['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x134210),{'priority':'highest'}),_0x134210['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x272dea,_0x333299,_0x3ebd65)=>{_0x3ebd65['options']['showSuggestionHighlights']&&nr(_0x134210,{'showActiveMarker':!0x1})(_0x272dea,_0x333299,_0x3ebd65);},{'priority':'highest'});const _0x152775=_0xb5969d['descriptionFactory'];_0x152775['registerDescriptionCallback'](_0x48105a=>{if('insertion'!==_0x48105a['type'])return;const {start:_0x39c1a2,end:_0x5a2a47}=_0x48105a['getFirstRange']();if(!_0x39c1a2['isTouching'](_0x5a2a47)||!_0x39c1a2['nodeAfter'])return;const _0x46f3bb=_0x134210['model']['schema'],_0x24e6b0=_0x39c1a2['nodeAfter'];return _0x46f3bb['isBlock'](_0x24e6b0)&&!_0x46f3bb['isLimit'](_0x24e6b0)&&_0x46f3bb['checkChild'](_0x24e6b0,'$text')?{'type':'insertion','content':o(_0x49ba37,'*Insert:*\x20%0',_0x152775['getItemLabel'](_0x24e6b0,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4987c5=this['editor'],_0x438294=_0x4987c5['locale'];_0x4987c5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x30708f=>{if('formatBlock'!=_0x30708f['type'])return;const {data:_0x1083a1}=_0x30708f;return _0x1083a1&&'paragraph'==_0x1083a1['commandName']?{'type':'format','content':o(_0x438294,'*Change\x20to:*\x20%0',o(_0x438294,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x5339e5,{showActiveMarker:_0x3b2c5b=!0x0}={}){return(_0x2f726f,_0x16bb28,_0x19a25e)=>{const _0x1043d0=_0x5339e5['plugins']['get']('TrackChangesEditing'),_0xaf38a3=_0x16bb28['markerRange']['start'],_0x4661dd=_0x16bb28['markerRange']['end'],_0x4e58d8=_0x5339e5['model']['schema'];if(!_0xaf38a3['isTouching'](_0x4661dd)||!_0xaf38a3['nodeAfter'])return;const _0x56ea9b=_0xaf38a3['nodeAfter'];if(_0x4e58d8['isBlock'](_0x56ea9b)&&!_0x4e58d8['isLimit'](_0x56ea9b)&&_0x4e58d8['checkChild'](_0x56ea9b,'$text')){if(!_0x19a25e['consumable']['consume'](_0x16bb28['markerRange'],_0x2f726f['name']))return;const {authorId:_0x52a3ad}=_0x1043d0['_splitMarkerName'](_0x16bb28['markerName']),_0x4b8a61=_0x19a25e['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x52a3ad}),_0x366c90=_0x19a25e['mapper']['toViewPosition'](_0x4661dd);_0x3b2c5b&&_0x1043d0['activeMarkers']['includes'](_0x16bb28['markerName'])&&_0x19a25e['writer']['addClass']('ck-suggestion-marker--active',_0x4b8a61),_0x19a25e['writer']['insert'](_0x366c90,_0x4b8a61),_0x19a25e['mapper']['bindElementToMarker'](_0x4b8a61,_0x16bb28['markerName']);}};}class wt extends _0x5eca65{['afterInit'](){const _0x4004e0=this['editor'];if(!_0x4004e0['plugins']['has']('RemoveFormatEditing'))return;_0x4004e0['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x417625=this['editor'];_0x417625['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x23cfee=>{if('formatBlock'!=_0x23cfee['type']&&'formatInline'!=_0x23cfee['type'])return;const {data:_0x1a93be}=_0x23cfee;return _0x1a93be&&'removeFormat'==_0x1a93be['commandName']?{'type':'format','content':o(_0x417625['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class yt extends _0x5eca65{['afterInit'](){const _0x94388=this['editor'];if(!_0x94388['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x106050=_0x94388['plugins']['get']('TrackChangesEditing');_0x106050['enableCommand']('goToPreviousRestrictedEditingException'),_0x106050['enableCommand']('goToNextRestrictedEditingException');const _0x108a8e=_0x94388['plugins']['get']('RestrictedEditingModeEditing');_0x108a8e['enableCommand']('trackChanges'),_0x108a8e['enableCommand']('acceptSuggestion'),_0x108a8e['enableCommand']('discardSuggestion'),_0x108a8e['enableCommand']('acceptAllSuggestions'),_0x108a8e['enableCommand']('discardAllSuggestions'),_0x108a8e['enableCommand']('acceptSelectedSuggestions'),_0x108a8e['enableCommand']('discardSelectedSuggestions');}}class jt extends _0x5eca65{static get['requires'](){return[_0x39d9f3];}['init'](){const _0x39089b=this['editor'],_0x531621=_0x39089b['plugins']['get']('TrackChangesEditing');_0x531621['enableCommand']('shiftEnter'),_0x39089b['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ge(_0x39089b),{'priority':'high'}),_0x39089b['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ge(_0x39089b),{'priority':'high'}),_0x39089b['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x50afbe,_0x9928ce,_0xf5cab1)=>{_0xf5cab1['options']['showSuggestionHighlights']&&ge(_0x39089b,{'showActiveMarker':!0x1})(_0x50afbe,_0x9928ce,_0xf5cab1);}),_0x531621['descriptionFactory']['registerElementLabel']('softBreak',_0x4897bb=>o(_0x39089b['locale'],'ELEMENT_LINE_BREAK',_0x4897bb));}}function ge(_0x4ee717,{showActiveMarker:_0x19f9b1=!0x0}={}){return(_0x693acc,_0x489ce4,_0xe0f16e)=>{const _0x5cab1f=_0x4ee717['plugins']['get']('TrackChangesEditing');if(!_0xe0f16e['consumable']['test'](_0x489ce4['markerRange'],_0x693acc['name']))return;const _0x21b300=_0x4ee717['model'];for(const _0x412005 of _0x489ce4['markerRange']['getItems']()){if(!_0x412005['is']('element','softBreak'))continue;const _0xdde6d4='deletion'==_0x489ce4['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x17d5a0}=_0x5cab1f['_splitMarkerName'](_0x489ce4['markerName']),_0x43cecd=_0xe0f16e['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0xdde6d4,'data-author-id':_0x17d5a0}),_0x1d978e=_0xe0f16e['mapper']['toViewPosition'](_0x21b300['createPositionBefore'](_0x412005));_0x19f9b1&&_0x5cab1f['activeMarkers']['includes'](_0x489ce4['markerName'])&&_0xe0f16e['writer']['addClass']('ck-suggestion-marker--active',_0x43cecd),_0xe0f16e['writer']['insert'](_0x1d978e,_0x43cecd),_0xe0f16e['mapper']['bindElementToMarker'](_0x43cecd,_0x489ce4['markerName']);}};}class St extends _0x5eca65{['afterInit'](){const _0x5296a8=this['editor'],_0x117e05=_0x5296a8['model'],_0x2fd9bf=_0x5296a8['locale'];if(!_0x5296a8['plugins']['has']('StandardEditingModeEditing'))return;const _0x408ae1=_0x5296a8['plugins']['get']('TrackChangesEditing'),_0x268ae3='restrictedEditingException',_0x1200e4=_0x5296a8['commands']['get'](_0x268ae3);_0x408ae1['enableCommand'](_0x268ae3,(_0xb97e9e,_0x311aeb={})=>{const _0x11bd38=_0x117e05['document']['selection'];if(_0x11bd38['isCollapsed'])return void _0xb97e9e(_0x311aeb);const _0x54e10e=void 0x0!==_0x311aeb['forceValue']?_0x311aeb['forceValue']:!_0x1200e4['value'];_0x117e05['change'](()=>{const _0x1b87d6=Array['from'](_0x11bd38['getRanges']());for(const _0x427600 of _0x1b87d6){const _0x6fdc43=_0x54e10e?[_0x427600]:io(_0x268ae3,_0x427600,_0x117e05);for(const _0x52ad59 of _0x6fdc43)_0x408ae1['markInlineFormat'](_0x52ad59,{'commandName':_0x268ae3,'commandParams':[{'forceValue':_0x54e10e}]});}});}),_0x408ae1['descriptionFactory']['registerDescriptionCallback'](_0x39a6db=>{if('formatBlock'!=_0x39a6db['type']&&'formatInline'!=_0x39a6db['type'])return;const {data:_0x106135}=_0x39a6db;return _0x106135&&_0x106135['commandName']==_0x268ae3?_0x106135['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2fd9bf,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x2fd9bf,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class At extends _0x5eca65{['afterInit'](){const _0x4e348c=this['editor'];if(!_0x4e348c['plugins']['has']('Style')||!_0x4e348c['plugins']['has']('DataSchema'))return;const _0x959911=_0x4e348c['plugins']['get']('TrackChangesEditing'),_0x2e91ff=_0x4e348c['locale'],_0x209d20=_0x4e348c['config']['get']('style')||{},_0x1879c5=_0x4e348c['plugins']['get']('GeneralHtmlSupport'),_0x3106ea=_0x4e348c['plugins']['get']('StyleUtils')['normalizeConfig'](_0x4e348c['plugins']['get']('DataSchema'),_0x209d20['definitions']);_0x959911['enableDefaultAttributesIntegration']('style');const _0x35308c=new Set();for(const _0x42b334 of _0x3106ea['block']){const _0x3f33e8=_0x1879c5['getGhsAttributeNameForElement'](_0x42b334['element']);_0x35308c['add'](_0x3f33e8);}const _0x345b6a=new Set();for(const _0x5bffa2 of _0x3106ea['inline']){const _0x359c6d=_0x1879c5['getGhsAttributeNameForElement'](_0x5bffa2['element']);_0x345b6a['add'](_0x359c6d);for(const _0x2f670b of _0x5bffa2['ghsAttributes'])_0x345b6a['add'](_0x2f670b);}for(const _0x1804b0 of _0x35308c)_0x959911['registerBlockAttribute'](_0x1804b0),_0x959911['descriptionFactory']['registerAttributeLabel'](_0x1804b0,o(_0x2e91ff,'FORMAT_STYLE'));for(const _0x194a81 of _0x345b6a)_0x959911['registerInlineAttribute'](_0x194a81),_0x959911['descriptionFactory']['registerAttributeLabel'](_0x194a81,o(_0x2e91ff,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x27304d=this['editor'],_0x55bebb=_0x27304d['locale'];_0x27304d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4e46f7=>{if('formatBlock'!=_0x4e46f7['type']&&'formatInline'!=_0x4e46f7['type'])return;const {data:_0x2526a5}=_0x4e46f7;return _0x2526a5&&'style'===_0x2526a5['commandName']?_0x2526a5['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x55bebb,'*Set\x20format:*\x20%0',_0x2526a5['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x55bebb,'*Remove\x20format:*\x20%0',_0x2526a5['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class It extends _0x5eca65{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x279fff){super(_0x279fff),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x12f2a6=this['editor'],_0x3e34b1=_0x12f2a6['model']['document']['selection'];if(!_0x12f2a6['plugins']['has']('TableEditing'))return;const _0xfa2a10=_0x12f2a6['locale'],_0x3076d8=_0x12f2a6['plugins']['get']('TrackChangesEditing'),_0x307d42=_0x12f2a6['plugins']['get']('TableUtils');_0x3076d8['descriptionFactory']['registerElementLabel']('table',_0x40b485=>o(_0xfa2a10,'ELEMENT_TABLE',_0x40b485)),this['_setupColumnsRowsFixing'](),_0x3076d8['enableCommand']('insertTable'),_0x3076d8['enableCommand']('selectTableRow'),_0x3076d8['enableCommand']('selectTableColumn');for(const _0xea1be4 of['insertTableRowAbove','insertTableRowBelow']){const _0x28ab95=_0x12f2a6['commands']['get'](_0xea1be4);_0x3076d8['enableCommand'](_0xea1be4,_0x83bd36=>{_0x12f2a6['model']['change'](_0x391c13=>{_0x83bd36();const _0x5eeeca='above'===_0x28ab95['order'],_0x5212cf=_0x307d42['getSelectionAffectedTableCells'](_0x3e34b1),_0x4036fc=_0x307d42['getRowIndexes'](_0x5212cf),_0x1393ba=_0x5eeeca?_0x4036fc['first']-0x1:_0x4036fc['last']+0x1,_0x690618=_0x5212cf[0x0]['findAncestor']('table'),_0x3419d8=_0x307d42['createTableWalker'](_0x690618,{'startRow':_0x1393ba,'endRow':_0x1393ba}),_0x5c4f6c=Array['from'](_0x3419d8)['map'](_0x192d62=>_0x391c13['createRangeOn'](_0x192d62['cell']));_0x3076d8['markMultiRangeInsertion'](_0x5c4f6c,'tableRow');});});}for(const _0x16e35d of['insertTableColumnLeft','insertTableColumnRight']){const _0x2fe957=_0x12f2a6['commands']['get'](_0x16e35d);_0x3076d8['enableCommand'](_0x16e35d,_0x5e00ca=>{_0x12f2a6['model']['change'](_0x437500=>{_0x5e00ca();const _0x46f9e5='left'===_0x2fe957['order'],_0x45457=_0x307d42['getSelectionAffectedTableCells'](_0x3e34b1),_0x375da1=_0x307d42['getColumnIndexes'](_0x45457),_0x1dd889=_0x46f9e5?_0x375da1['first']-0x1:_0x375da1['last']+0x1,_0x2fc35d=_0x45457[0x0]['findAncestor']('table'),_0x177e14=_0x307d42['createTableWalker'](_0x2fc35d,{'startRow':0x0,'column':_0x1dd889,'includeAllSlots':!0x1}),_0x295e4a=Array['from'](_0x177e14)['map'](_0x5a897b=>_0x437500['createRangeOn'](_0x5a897b['cell']));_0x3076d8['markMultiRangeInsertion'](_0x295e4a,'tableColumn');});});}for(const _0x4bc194 of['removeTableRow','removeTableColumn']){const _0x5baba0=_0x4bc194['substr'](0xb),_0x2d5fea=_0x5baba0['toLowerCase'](),_0x24c92b=_0x2d5fea['substr'](0x0,0x3)+'span',_0x496eb='table'+_0x5baba0,_0x7bcff7='min'+_0x5baba0,_0x55d494='max'+_0x5baba0;_0x3076d8['enableCommand'](_0x4bc194,()=>{_0x12f2a6['model']['change'](_0x3cfae1=>{const _0x337895=_0x307d42['getSelectionAffectedTableCells'](_0x3e34b1),_0x3192c2=_0x337895[0x0]['findAncestor']('table');let _0x199eb0;if('removeTableRow'==_0x4bc194){const _0x3e3ede=_0x307d42['getRowIndexes'](_0x337895);_0x199eb0={'startRow':_0x3e3ede['first'],'endRow':_0x3e3ede['last'],'includeAllSlots':!0x0};}else{const _0x3e73b9=_0x307d42['getColumnIndexes'](_0x337895);_0x199eb0={'startColumn':_0x3e73b9['first'],'endColumn':_0x3e73b9['last'],'includeAllSlots':!0x0};}const _0x1eb777=_0x307d42['createTableWalker'](_0x3192c2,_0x199eb0),_0x3ae090=Array['from'](_0x1eb777)['map'](({cell:_0x337c1e})=>_0x337c1e),_0x231217=be(_0x3ae090['filter'](_0x982ee0=>_0x982ee0['hasAttribute'](_0x24c92b))),_0x305c44=be(_0x3ae090['filter'](_0x20aa3a=>!_0x20aa3a['hasAttribute'](_0x24c92b)))['map'](_0x5596f5=>_0x3cfae1['createRangeOn'](_0x5596f5)),_0x53b8f9=_0x3076d8['markMultiRangeDeletion'](_0x305c44,_0x496eb);if(_0x53b8f9&&('tableRow'==_0x53b8f9['subType']||'tableColumn'==_0x53b8f9['subType'])){const _0x4c7b9e=this['_getSuggestionCoords'](_0x53b8f9);for(const _0x47aa72 of _0x231217){const _0x475577=_0x3cfae1['createRangeOn'](_0x47aa72),_0x44cada=_0x307d42['getCellLocation'](_0x47aa72),_0x5f0002=_0x47aa72['getAttribute'](_0x24c92b)-0x1,_0x2c73a0=_0x4c7b9e[_0x7bcff7],_0x229b61=_0x4c7b9e[_0x55d494];_0x2c73a0<=_0x44cada[_0x2d5fea]&&_0x44cada[_0x2d5fea]+_0x5f0002<=_0x229b61&&_0x53b8f9['addRange'](_0x475577);}}});});}function _0xa103bb(_0x2c7390){const _0x1c192b=Array['from'](_0x3e34b1['getRanges']())['map'](_0x2fc2f4=>_0x1c0e5b['fromRange'](_0x2fc2f4));_0x12f2a6['model']['change'](_0x350965=>{const _0x26d0e3=_0x350965['batch'];_0x2c7390=_0x2c7390['filter'](_0x54540f=>'$graveyard'!=_0x54540f['root']['rootName']),_0x350965['setSelection'](_0x2c7390),_0x12f2a6['commands']['get']('removeTableRow')['refresh'](),_0x12f2a6['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x12f2a6['model']['enqueueChange'](()=>{_0x12f2a6['model']['enqueueChange'](_0x26d0e3,_0x5cd36e=>{const _0x1526ba=_0x1c192b['filter'](_0x5a8f2c=>'$graveyard'!=_0x5a8f2c['root']['rootName']);_0x1526ba['length']>0x0&&_0x5cd36e['setSelection'](_0x1526ba);for(const _0x11e0d8 of _0x1c192b)_0x11e0d8['detach']();});});});}function _0x4549e7(_0x437b2b){_0x12f2a6['model']['change'](_0x2f9657=>{const _0x31f05e=Array['from'](_0x3e34b1['getRanges']())['map'](_0x95a614=>_0x1c0e5b['fromRange'](_0x95a614)),_0x41d406=[];for(const _0x1dea58 of _0x437b2b)for(const _0x1fd0db of _0x1dea58['getItems']({'shallow':!0x0}))_0x41d406['push'](_0x1fd0db);for(const _0x3a709e of _0x41d406)'$graveyard'!=_0x3a709e['root']['rootName']&&(_0x2f9657['setSelection'](_0x2f9657['createPositionAt'](_0x3a709e,0x0)),_0x12f2a6['commands']['get']('removeTableColumn')['refresh'](),_0x12f2a6['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x10f869=_0x31f05e['filter'](_0x201e05=>'$graveyard'!=_0x201e05['root']['rootName']);_0x10f869['length']>0x0&&_0x2f9657['setSelection'](_0x10f869);for(const _0x3149db of _0x31f05e)_0x3149db['detach']();});}function _0x4f28ea(_0x305057,_0x3cd7f3){return _0x3cd7f3['every'](_0x323a45=>_0x305057['some'](_0x30ff8f=>_0x30ff8f['end']['isEqual'](_0x323a45['start'])||_0x323a45['end']['isEqual'](_0x30ff8f['start'])));}function _0x340e20(_0x2a2ab1,_0x59637e){return!_0x2a2ab1['some'](_0x85c24c=>_0x59637e['some'](_0x593235=>_0x85c24c['isIntersecting'](_0x593235)))&&_0x2a2ab1['some'](_0x5cbb8d=>_0x59637e['some'](_0x46d2ca=>_0x5cbb8d['end']['isTouching'](_0x46d2ca['start'])));}_0x12f2a6['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x48909d,_0x49f367,_0x1fea89)=>{if(!_0x1fea89['options']['showSuggestionHighlights'])return;const _0x54d022=_0x49f367['item'];if(!_0x54d022)return;const _0x344a96=_0x1fea89['mapper']['toViewElement'](_0x54d022);function _0x47770b(_0xe83e14){return Array['isArray'](_0xe83e14)?_0xe83e14:[_0xe83e14];}_0x344a96&&'tableCell'===_0x54d022['name']&&_0xdd39e7(_0x344a96,_0x1fea89['writer'],(_0x1c681a,_0x3021ae,_0x22a2c0)=>_0x22a2c0['addClass'](_0x47770b(_0x3021ae['classes']),_0x1c681a),(_0x36a175,_0xd08be0,_0x5df7d7)=>_0x5df7d7['removeClass'](_0x47770b(_0xd08be0['classes']),_0x36a175));},{'priority':'highest'}),_0x3076d8['descriptionFactory']['registerDescriptionCallback'](_0x3371fe=>{if('insertion'!=_0x3371fe['type']&&'deletion'!=_0x3371fe['type'])return;const _0x5233b7=_0x3371fe['getContainedElement']();if(null!=_0x5233b7&&_0x5233b7['is']('element','table')){if('insertion'==_0x3371fe['type']){const _0x3909e0=_0x3371fe['getItems']()['filter'](_0x266d59=>_0x266d59['is']('$textProxy'))['map'](_0x4558ad=>_0x4558ad['data']);if(_0x3909e0['length'])return{'type':'insertion','content':o(_0xfa2a10,'*Insert:*\x20%0',o(_0xfa2a10,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x3909e0['join']('\x20')+'\x22'))};}if('deletion'==_0x3371fe['type']){const _0x4580ff=_0x3371fe['getItems']()['filter'](_0x30dc44=>_0x30dc44['is']('$textProxy'))['map'](_0x25b9c5=>_0x25b9c5['data']);if(_0x4580ff['length'])return{'type':'deletion','content':o(_0xfa2a10,'*Remove:*\x20%0',o(_0xfa2a10,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x4580ff['join']('\x20')+'\x22'))};}}}),_0x3076d8['descriptionFactory']['registerDescriptionCallback'](_0x6cd817=>{if('tableRow'==_0x6cd817['subType']){const _0x569fbe=_0x6cd817['getItems']()['filter'](_0x3e7400=>_0x3e7400['is']('$textProxy'))['map'](_0x407256=>_0x407256['data']),_0x6bbb0b=this['_getSuggestionCoords'](_0x6cd817),_0x4ee125=_0x6bbb0b['maxRow']-_0x6bbb0b['minRow']+0x1;if('insertion'==_0x6cd817['type'])return _0x569fbe['length']?{'type':'insertion','content':o(_0xfa2a10,'*Insert:*\x20%0',o(_0xfa2a10,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x4ee125,'\x22'+_0x569fbe['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0xfa2a10,'*Insert:*\x20%0',o(_0xfa2a10,'ELEMENT_TABLE_ROW',_0x4ee125))};if('deletion'==_0x6cd817['type'])return _0x569fbe['length']?{'type':'deletion','content':o(_0xfa2a10,'*Remove:*\x20%0',o(_0xfa2a10,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x4ee125,'\x22'+_0x569fbe['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0xfa2a10,'*Remove:*\x20%0',o(_0xfa2a10,'ELEMENT_TABLE_ROW',_0x4ee125))};}if('tableColumn'==_0x6cd817['subType']){const _0x4bc99c=_0x6cd817['getItems']()['filter'](_0x1dd8af=>_0x1dd8af['is']('$textProxy'))['map'](_0x420dc2=>_0x420dc2['data']),_0x3acb34=this['_getSuggestionCoords'](_0x6cd817),_0x3a42b3=_0x3acb34['maxColumn']-_0x3acb34['minColumn']+0x1;if('insertion'==_0x6cd817['type'])return _0x4bc99c['length']?{'type':'insertion','content':o(_0xfa2a10,'*Insert:*\x20%0',o(_0xfa2a10,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x3a42b3,'\x22'+_0x4bc99c['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0xfa2a10,'*Insert:*\x20%0',o(_0xfa2a10,'ELEMENT_TABLE_COLUMN',_0x3a42b3))};if('deletion'==_0x6cd817['type'])return _0x4bc99c['length']?{'type':'deletion','content':o(_0xfa2a10,'*Remove:*\x20%0',o(_0xfa2a10,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x3a42b3,'\x22'+_0x4bc99c['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0xfa2a10,'*Remove:*\x20%0',o(_0xfa2a10,'ELEMENT_TABLE_COLUMN',_0x3a42b3))};}}),_0x3076d8['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0xa103bb),_0x3076d8['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0xa103bb),_0x3076d8['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x4549e7),_0x3076d8['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x4549e7),_0x3076d8['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x4f28ea),_0x3076d8['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x4f28ea),_0x3076d8['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x340e20),_0x3076d8['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x340e20);}['_acceptFormatSuggestionCallbackFactory'](){const _0x20240a=this['editor'],_0x59150b=_0x20240a['model']['document']['selection'];return(_0x1c3c56,_0x33686c)=>{_0x20240a['model']['change'](_0x1b8ea1=>{const {commandName:_0x28c5da,commandParams:_0x5c2319}=_0x33686c;let _0x22b93f=_0x1c3c56[0x0]['end']['nodeBefore'];_0x5c2319&&_0x5c2319[0x0]&&!0x1===_0x5c2319[0x0]['forceValue']&&(_0x22b93f=_0x1c3c56[0x0]['start']['nodeAfter']);const _0x36989e=_0x1b8ea1['createRangeIn'](_0x22b93f);if('$graveyard'==_0x36989e['root']['rootName'])return;const _0x3ee246=Array['from'](_0x59150b['getRanges']())['map'](_0x43dec0=>_0x1c0e5b['fromRange'](_0x43dec0));_0x1b8ea1['setSelection'](_0x36989e),_0x20240a['commands']['get'](_0x28c5da)['refresh'](),_0x5c2319['push']({'forceDefaultExecution':!0x0}),_0x20240a['execute'](_0x28c5da,..._0x5c2319);const _0x305c23=_0x3ee246['filter'](_0x15c161=>'$graveyard'!=_0x15c161['root']['rootName']);_0x305c23['length']>0x0&&_0x1b8ea1['setSelection'](_0x305c23);for(const _0x29824b of _0x3ee246)_0x29824b['detach']();});};}['_getCoordsForCells'](_0x44f736){const _0x159901=this['editor']['plugins']['get']('TableUtils');let _0x4e390d=Number['MAX_SAFE_INTEGER'],_0x49ac01=Number['MIN_SAFE_INTEGER'],_0x52b562=Number['MAX_SAFE_INTEGER'],_0x4143d2=Number['MIN_SAFE_INTEGER'];for(const _0x2bd2fa of _0x44f736){if('$graveyard'==_0x2bd2fa['root']['rootName'])continue;const {row:_0x4d5276,column:_0x326c4f}=_0x159901['getCellLocation'](_0x2bd2fa),_0x37676d=_0x2bd2fa['hasAttribute']('rowspan')?_0x2bd2fa['getAttribute']('rowspan')-0x1:0x0,_0x14f90b=_0x2bd2fa['hasAttribute']('colspan')?_0x2bd2fa['getAttribute']('colspan')-0x1:0x0;_0x4e390d=_0x4d5276<_0x4e390d?_0x4d5276:_0x4e390d,_0x49ac01=_0x4d5276+_0x37676d>_0x49ac01?_0x4d5276+_0x37676d:_0x49ac01,_0x52b562=_0x326c4f<_0x52b562?_0x326c4f:_0x52b562,_0x4143d2=_0x326c4f+_0x14f90b>_0x4143d2?_0x326c4f+_0x14f90b:_0x4143d2;}return{'minRow':_0x4e390d,'maxRow':_0x49ac01,'minColumn':_0x52b562,'maxColumn':_0x4143d2};}['_setupColumnsRowsFixing'](){const _0x25cd7b=this['editor'],_0x2073ba=_0x25cd7b['plugins']['get']('TrackChangesEditing'),_0x4f6cb0=_0x25cd7b['plugins']['get']('TableUtils');_0x25cd7b['model']['document']['on']('change:data',()=>{const _0x4533e5=Array['from'](_0x25cd7b['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x172c8f,data:_0x540a09}of _0x4533e5){const {group:_0x4e8174,id:_0x248390,subType:_0x1fe2b7}=_0x2073ba['_splitMarkerName'](_0x172c8f);if('suggestion'!=_0x4e8174)continue;if(null!=_0x540a09['oldRange'])continue;const _0x32b0df=_0x2073ba['getSuggestion'](_0x248390);this['_tablePostFixingSubtypes']['includes'](_0x1fe2b7)&&this['_tableSuggestions']['add'](_0x32b0df);}},{'priority':'low'});const _0x23efac=(_0x4696b6,_0x424abc)=>{let _0xec0f6=!0x1;const _0xcc803e=_0x424abc['createRangeOn'](_0x4696b6),_0x18e778=_0x4696b6['findAncestor']('table'),_0xb8baf6=_0x4f6cb0['getCellLocation'](_0x4696b6);for(const _0xf15da of this['_tableSuggestions']){const _0x286cab=_0xf15da['subType'],_0x3e67c9=_0x286cab['startsWith']('tablePaste'),_0x2f4d4e=_0x286cab['substr'](_0x3e67c9?0xa:0x5),_0x49dee6=_0x2f4d4e['toLowerCase'](),_0x54e948=_0x49dee6['substr'](0x0,0x3)+'span',_0x31fb7f='min'+_0x2f4d4e,_0x517245='max'+_0x2f4d4e;if(!_0xf15da['isInContent'])continue;if(_0x18e778!=_0xf15da['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0xf15da['isIntersectingWithRange'](_0xcc803e))continue;const _0xf8095c=_0x4696b6['hasAttribute'](_0x54e948)?_0x4696b6['getAttribute'](_0x54e948)-0x1:0x0,_0x35c35b=this['_getSuggestionCoords'](_0xf15da),_0x59da56=_0x35c35b[_0x31fb7f],_0x28f5bf=_0x35c35b[_0x517245];_0x59da56<=_0xb8baf6[_0x49dee6]&&_0xb8baf6[_0x49dee6]+_0xf8095c<=_0x28f5bf&&(_0xf15da['addRange'](_0xcc803e),_0xec0f6=!0x0);}return _0xec0f6;};_0x25cd7b['model']['document']['registerPostFixer'](_0x5a1425=>{let _0x4b81a8=!0x1;for(const _0x4251a5 of _0x25cd7b['model']['document']['differ']['getChanges']())if('insert'==_0x4251a5['type']){if('tableRow'==_0x4251a5['name']){for(const _0x5f53f7 of _0x4251a5['position']['nodeAfter']['getChildren']())_0x4b81a8=_0x4b81a8||_0x23efac(_0x5f53f7,_0x5a1425);}else'tableCell'==_0x4251a5['name']&&(_0x4b81a8=_0x4b81a8||_0x23efac(_0x4251a5['position']['nodeAfter'],_0x5a1425));}return _0x4b81a8;});}['_getSuggestionCoords'](_0x5db09f){return this['_getCoordsForCells'](_0x5db09f['getRanges']()['map'](_0x16afaf=>_0x16afaf['start']['nodeAfter']));}}function be(_0x397acd){return Array['from'](new Set(_0x397acd)['values']());}class vt extends _0x5eca65{static get['requires'](){return[It];}['afterInit'](){const _0x3883ba=this['editor'],_0x1c794f=_0x3883ba['model']['document']['selection'],_0x1f2343=_0x3883ba['locale'];if(!_0x3883ba['plugins']['has']('TableEditing'))return;const _0x716b63=_0x3883ba['plugins']['get']('TrackChangesEditing'),_0xb2d273=_0x3883ba['plugins']['get']('TableUtils'),_0x1cb4ea=_0x3883ba['plugins']['get'](It);_0x1cb4ea['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x716b63['enableCommand']('mergeTableCells',()=>{const _0x3414c8=_0xb2d273['getSelectionAffectedTableCells'](_0x3883ba['model']['document']['selection']);_0x3883ba['model']['change'](()=>{_0x716b63['markMultiRangeBlockFormat'](_0x3414c8,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x3883ba['commands']['get']('mergeTableCells')['on']('execute',(_0x2b4647,_0x4acb79)=>{_0x3883ba['commands']['get']('trackChanges')['value']&&(_0x4acb79['length']>0x0&&_0x4acb79[_0x4acb79['length']-0x1]&&_0x4acb79[_0x4acb79['length']-0x1]['forceDefaultExecution']||_0x716b63['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x2b4647['stop']());},{'priority':'highest'});for(const _0x398264 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x3c4945=_0x3883ba['commands']['get'](_0x398264);_0x716b63['enableCommand'](_0x398264,()=>{const _0x26a44f=_0x3883ba['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x197c79=>_0x197c79['is']('element','tableCell')),_0x43f87f=_0x3c4945['value'];_0x3883ba['model']['change'](()=>{_0x716b63['markMultiRangeBlockFormat']([_0x26a44f,_0x43f87f],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x339769 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x46e57d=_0x3883ba['commands']['get'](_0x339769);_0x716b63['enableCommand'](_0x339769,()=>{const _0xcefeda=_0xb2d273['getSelectionAffectedTableCells'](_0x3883ba['model']['document']['selection'])[0x0],_0x3bfb60=_0xcefeda['findAncestor']('table'),{column:_0x141c6e,row:_0x5b9c39}=_0xb2d273['getCellLocation'](_0xcefeda);let _0x5acfdf=[];if('horizontally'==_0x46e57d['direction']){const _0x2260ee=_0xb2d273['createTableWalker'](_0x3bfb60,{'startRow':_0x5b9c39,'endRow':_0x5b9c39,'includeAllSlots':!0x0});_0x5acfdf=Array['from'](_0x2260ee)['map'](_0x5917dd=>_0x5917dd['cell']);}else{const _0x56f183=_0xb2d273['createTableWalker'](_0x3bfb60,{'column':_0x141c6e,'includeAllSlots':!0x0});_0x5acfdf=Array['from'](_0x56f183)['map'](_0x538e7b=>_0x538e7b['cell']);}_0x3883ba['model']['change'](_0x576b1a=>{_0x716b63['markBlockFormat'](_0x576b1a['createRangeOn'](_0xcefeda),{'commandName':_0x339769,'commandParams':[]},_0x5acfdf,_0x339769);});});}_0x716b63['descriptionFactory']['registerDescriptionCallback'](_0x2709ba=>{if('formatBlock'!=_0x2709ba['type']&&'formatInline'!=_0x2709ba['type'])return;const {data:_0x1e7a9d}=_0x2709ba;return _0x1e7a9d&&'mergeTableCells'==_0x1e7a9d['commandName']?{'type':'format','content':o(_0x1f2343,'*Merge\x20cells*')}:void 0x0;}),_0x716b63['descriptionFactory']['registerDescriptionCallback'](_0x1b8305=>{if('formatBlock'!=_0x1b8305['type']&&'formatInline'!=_0x1b8305['type'])return;const {data:_0x2de3b1}=_0x1b8305;return _0x2de3b1?'splitTableCellVertically'==_0x2de3b1['commandName']?{'type':'format','content':o(_0x1f2343,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x2de3b1['commandName']?{'type':'format','content':o(_0x1f2343,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x1c388e=_0x1cb4ea['_acceptFormatSuggestionCallbackFactory']();for(const _0x3f49fc of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x716b63['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x3f49fc,'accept',_0x1c388e);for(const _0x311ecb of['splitTableCellVertically','splitTableCellHorizontally'])_0x716b63['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x311ecb,'accept',_0x1c388e);_0x716b63['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x13e284=>{_0x3883ba['model']['change'](_0x2ef067=>{const _0x43fa3c=Array['from'](_0x1c794f['getRanges']())['map'](_0x331767=>_0x1c0e5b['fromRange'](_0x331767));_0x2ef067['setSelection'](_0x13e284),_0x3883ba['commands']['get']('mergeTableCells')['refresh'](),_0x3883ba['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0xf37f69=_0x43fa3c['filter'](_0x3d93b2=>'$graveyard'!=_0x3d93b2['root']['rootName']);_0xf37f69['length']>0x0&&_0x2ef067['setSelection'](_0xf37f69);for(const _0x364784 of _0x43fa3c)_0x364784['detach']();});});for(const _0xacd2d0 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x2e3bd8=_0x3883ba['commands']['get'](_0xacd2d0);_0x2e3bd8['on']('set:isEnabled',(_0x38988b,_0x45d02b,_0x3144b5)=>{if(_0x3144b5){const _0x2a8c8b=_0x3883ba['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x13385e=>_0x13385e['is']('element','tableCell'));this['_areMergableCells'](_0x2e3bd8['value'],_0x2a8c8b)||(_0x38988b['return']=!0x1,_0x38988b['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x92f122=this['editor']['commands']['get']('mergeTableCells'),_0x13a010=this['editor']['plugins']['get']('TableUtils');if(!_0x92f122['isEnabled'])return!0x1;const _0x1c0506=_0x13a010['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x5b7056 of _0x1c0506)for(const _0x522805 of _0x1c0506)if(_0x5b7056!=_0x522805&&!this['_areMergableCells'](_0x5b7056,_0x522805))return!0x1;return!0x0;}['_areMergableCells'](_0x1ae0d3,_0x2a2027){const _0x54cb73=this['editor']['plugins']['get']('TrackChangesEditing'),_0xfb636d=this['editor']['model']['createRangeOn'](_0x1ae0d3),_0x3fadd9=this['editor']['model']['createRangeOn'](_0x2a2027),_0x3c78f9=new Set(),_0x1eb45b=new Set();for(const _0x3c7a6d of _0x54cb73['getSuggestions']())if(('insertion'==_0x3c7a6d['type']||'deletion'==_0x3c7a6d['type']||'mergeTableCells'==_0x3c7a6d['subType'])&&_0x3c7a6d['isInContent']){for(const _0x4e1986 of _0x3c7a6d['getRanges']())_0x4e1986['containsRange'](_0xfb636d,!0x0)&&_0x3c78f9['add'](_0x3c7a6d['type']+':'+_0x3c7a6d['author']['id']),_0x4e1986['containsRange'](_0x3fadd9,!0x0)&&_0x1eb45b['add'](_0x3c7a6d['type']+':'+_0x3c7a6d['author']['id']);}if(_0x3c78f9['size']!=_0x1eb45b['size'])return!0x1;for(const _0x182fbd of _0x3c78f9)if(!_0x1eb45b['has'](_0x182fbd))return!0x1;return!0x0;}}class Ct extends _0x5eca65{static get['requires'](){return[It];}['afterInit'](){const _0x257c4e=this['editor'];if(!_0x257c4e['plugins']['has']('TableEditing'))return;const _0x366de5=_0x257c4e['locale'],_0x23fc11=_0x257c4e['plugins']['get']('TrackChangesEditing');_0x23fc11['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x23fc11['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x23fc11['registerBlockAttribute']('headingRows'),_0x23fc11['registerBlockAttribute']('headingColumns'),_0x23fc11['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x366de5,'FORMAT_HEADER_ROW')),_0x23fc11['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x366de5,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x421c68=this['editor']['plugins']['get']('TrackChangesEditing'),_0x55ca7b=this['editor']['plugins']['get']('TableUtils'),_0x523401=this['editor']['plugins']['get'](It)['_acceptFormatSuggestionCallbackFactory']();function _0x31ecf3({showActiveMarker:_0x569d6d=!0x0,setDataAttribute:_0x337030=!0x0}={}){return(_0x5e1ae8,_0x599b61,_0xb41fe2)=>{const {type:_0x55618d,id:_0xb932f0}=_0x421c68['_splitMarkerName'](_0x599b61['markerName']),_0x6b4f75=_0x421c68['getSuggestion'](_0xb932f0),_0x457ba2=_0x6b4f75['data'];if('formatBlock'!=_0x6b4f75['type']||!_0x457ba2||'setTableColumnHeader'!=_0x457ba2['commandName'])return;if(_0x599b61['item'])return void _0x5e1ae8['stop']();if(!_0xb41fe2['consumable']['consume'](_0x599b61['markerRange'],_0x5e1ae8['name']))return;const _0x6db66b=_0x599b61['markerRange']['start']['nodeAfter'],_0x3a0050=_0x599b61['markerRange']['end']['nodeBefore'],_0x59baeb=_0x6db66b['parent']['parent'],{column:_0x90d9ca}=_0x55ca7b['getCellLocation'](_0x6db66b),{column:_0x4f90b5}=_0x55ca7b['getCellLocation'](_0x3a0050);for(let _0x377e30=_0x90d9ca;_0x377e30<=_0x4f90b5;_0x377e30++){const _0x191703=_0x55ca7b['createTableWalker'](_0x59baeb,{'column':_0x377e30,'includeAllSlots':!0x1});for(const _0x55659f of _0x191703){const _0x574dcd=_0x55659f['cell'],_0x384667=_0xb41fe2['mapper']['toViewElement'](_0x574dcd);_0xb41fe2['writer']['addClass']('ck-suggestion-marker-'+_0x55618d,_0x384667),_0x337030&&_0xb41fe2['writer']['setAttribute']('data-suggestion',_0xb932f0,_0x384667),_0xb41fe2['mapper']['bindElementToMarker'](_0x384667,_0x599b61['markerName']),_0x569d6d&&(_0x421c68['activeMarkers']['includes'](_0x599b61['markerName'])?_0xb41fe2['writer']['addClass']('ck-suggestion-marker--active',_0x384667):_0xb41fe2['writer']['removeClass']('ck-suggestion-marker--active',_0x384667));}}};}_0x421c68['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x523401),_0x421c68['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x523401),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x31ecf3(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x4d8a24,_0x230e79,_0x2d91f8)=>{_0x2d91f8['options']['showSuggestionHighlights']&&_0x31ecf3({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x4d8a24,_0x230e79,_0x2d91f8);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x344ce9,_0x374bee,_0x12a6fd)=>{const {type:_0x53ef08,id:_0x3fc9d1}=_0x421c68['_splitMarkerName'](_0x374bee['markerName']),_0x446850=_0x421c68['getSuggestion'](_0x3fc9d1),_0x652630=_0x446850['data'];if('formatBlock'!=_0x446850['type']||!_0x652630||'setTableColumnHeader'!=_0x652630['commandName'])return;const _0x49797d=_0x12a6fd['mapper']['markerNameToElements'](_0x374bee['markerName']);if(_0x49797d){for(const _0x28b3b1 of _0x49797d)_0x12a6fd['writer']['removeClass']('ck-suggestion-marker-'+_0x53ef08,_0x28b3b1),_0x12a6fd['writer']['removeClass']('ck-suggestion-marker--active',_0x28b3b1),_0x12a6fd['writer']['removeAttribute']('data-suggestion',_0x28b3b1),_0x12a6fd['mapper']['unbindElementFromMarkerName'](_0x28b3b1,_0x374bee['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1f4c74=this['editor'],_0x532888=_0x1f4c74['locale'];function _0x16f075(_0x3d79e8){return{'type':'format','content':o(_0x532888,'*Format:*\x20%0',_0x3d79e8)};}_0x1f4c74['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2aed10=>{if('formatBlock'!=_0x2aed10['type'])return;const {data:_0x4e9325}=_0x2aed10;if(_0x4e9325){if('setTableRowHeader'==_0x4e9325['commandName']){const _0x392221=_0x4e9325['commandParams'][0x0]['forceValue'];return _0x16f075(o(_0x532888,_0x392221?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x4e9325['commandName']){const _0x35904d=_0x4e9325['commandParams'][0x0]['forceValue'];return _0x16f075(o(_0x532888,_0x35904d?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Pe=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],we=Object['fromEntries'](Pe['map'](_0x365164=>[_0x365164,null]));class _t extends _0x5eca65{static get['requires'](){return[It];}['afterInit'](){const _0x11ee4d=this['editor'];if(!_0x11ee4d['plugins']['has']('TableClipboard'))return;const _0x29ee89=_0x11ee4d['plugins']['get']('TrackChangesEditing'),_0x4b3a92=_0x11ee4d['plugins']['get']('TableUtils'),_0x43b45f=_0x11ee4d['plugins']['get'](It),_0x28a5c7=_0x11ee4d['plugins']['get']('TableClipboard');_0x43b45f['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x11ee4d['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x11ee4d['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x5d4c50=null;_0x11ee4d['model']['on']('insertContent',(_0x5707fb,_0x184bd4)=>{const [_0x1e3111,_0x173359]=_0x184bd4,_0x294564=_0x184bd4[_0x184bd4['length']-0x1];_0x294564&&_0x294564['forceDefaultExecution']||_0x29ee89['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x18afc1,_0x363543,_0x138608,_0x5770c8,_0x32552e){if(_0x363543&&!_0x363543['is']('documentSelection'))return!0x1;const _0x143f63=_0x32552e['getTableIfOnlyTableInContent'](_0x18afc1,_0x138608);if(!_0x143f63||!Re(_0x143f63,void 0x0,_0x5770c8))return!0x1;const _0x54c331=_0x5770c8['getSelectionAffectedTableCells'](_0x138608['document']['selection']);if(!_0x54c331['length'])return!0x1;const _0x2403e3=_0x54c331[0x0]['findAncestor']('table'),_0x422282=_0x5770c8['getRowIndexes'](_0x54c331),_0xabbc05=_0x5770c8['getColumnIndexes'](_0x54c331),_0x4a6797={'startRow':_0x422282['first'],'endRow':_0x422282['last'],'startColumn':_0xabbc05['first'],'endColumn':_0xabbc05['last']};return 0x1==_0x54c331['length']&&(_0x4a6797['endRow']+=_0x5770c8['getRows'](_0x143f63)-0x1,_0x4a6797['endColumn']+=_0x5770c8['getColumns'](_0x143f63)-0x1),Re(_0x2403e3,_0x4a6797,_0x5770c8);}(_0x1e3111,_0x173359,_0x11ee4d['model'],_0x4b3a92,_0x28a5c7)&&(_0x5707fb['stop'](),_0x5d4c50={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x11ee4d['model']['change'](()=>{_0x11ee4d['model']['insertContent'](_0x184bd4[0x0],_0x184bd4[0x1],_0x184bd4[0x2],{'forceDefaultExecution':!0x0});const _0x489782=_0x3529ea(),{rowInsertionRanges:_0x1ca372,columnInsertionRanges:_0x111044,insertionRanges:_0x41ae95,deletionRanges:_0x4481d9,cells:_0x4d6adc}=_0x5d4c50;_0x1ca372['length']&&_0x29ee89['markMultiRangeInsertion'](_0x1ca372,'tablePasteRow',{'tablePasteChainId':_0x489782}),_0x111044['length']&&_0x29ee89['markMultiRangeInsertion'](_0x111044,'tablePasteColumn',{'tablePasteChainId':_0x489782}),_0x41ae95['length']&&(_0x29ee89['markMultiRangeInsertion'](_0x41ae95,'tablePaste',{'tablePasteChainId':_0x489782,'skipNestingCheck':!0x0}),_0x41ae95['forEach'](_0x443ac7=>_0x443ac7['detach']?.())),_0x4481d9['length']&&(_0x29ee89['markMultiRangeDeletion'](_0x4481d9,'tablePaste',{'tablePasteChainId':_0x489782,'skipNestingCheck':!0x0}),_0x4481d9['forEach'](_0x5bc354=>_0x5bc354['detach']?.()));const _0x16be6d=_0x29ee89['markMultiRangeBlockFormat'](_0x4d6adc['map'](({element:_0x14ff6d})=>_0x14ff6d),{'formatGroupId':_0x3529ea()},[],'tablePasteCell',{'tablePasteChainId':_0x489782});if(_0x16be6d){const _0x21bfe4=_0x16be6d['getMarkers'](),_0x465e1d=[];for(const {element:_0xcfe854,attributes:_0xe23bd3}of _0x4d6adc){if(!_0xe23bd3)continue;const _0x4ada99=_0x11ee4d['model']['createRangeOn'](_0xcfe854),_0x3d188b=_0x21bfe4['find'](_0x450ba1=>_0x450ba1['getRange']()['isEqual'](_0x4ada99));_0x3d188b&&_0x465e1d['push']([_0x3d188b['name'],_0xe23bd3]);}_0x465e1d['length']&&_0x16be6d['setAttribute']('markerAttributes',Object['fromEntries'](_0x465e1d));}_0x5d4c50=null;}));},{'priority':_0x273d74['high']+0xa}),_0x11ee4d['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0xbbd690,_0x2c7e2f)=>{const [_0x3272d9,_0x539392,,_0x59d45a]=_0x2c7e2f;if(!_0x5d4c50)return;_0xbbd690['stop']();const _0x44f1f3=_0x3272d9['cell'],_0xe9429e=_0x539392,_0x33bd97=ke(_0x44f1f3),_0x2415d1=ke(_0xe9429e);_0xbbd690['return']=_0x44f1f3;let _0x1db141=null,_0x4dc2c7=null;if(_0x2415d1||_0x33bd97){if(_0x33bd97&&!_0x2415d1){_0x59d45a['remove'](_0x44f1f3['getChild'](0x0));for(const _0x4773c8 of Array['from'](_0xe9429e['getChildren']()))_0x59d45a['insert'](_0x4773c8,_0x44f1f3,'end');const _0x13c778=_0x5d4c50['rowInsertionIndexes']['includes'](_0x3272d9['row']),_0x12f4ef=_0x5d4c50['columnInsertionIndexes']['includes'](_0x3272d9['column']);_0x13c778||_0x12f4ef||(_0x1db141=_0x1c0e5b['fromRange'](_0x59d45a['createRangeIn'](_0x44f1f3)));}else _0x2415d1&&!_0x33bd97&&(_0x4dc2c7=_0x59d45a['createRangeIn'](_0x44f1f3));}else{const _0x50e80b=_0x59d45a['createElement']('tableCellSuggestion'),_0x44d191=_0x59d45a['createElement']('tableCellSuggestion');_0x59d45a['wrap'](_0x59d45a['createRangeIn'](_0x44f1f3),_0x44d191),_0x59d45a['insert'](_0x50e80b,_0x44f1f3,0x0);for(const _0xa288e7 of Array['from'](_0xe9429e['getChildren']()))_0x59d45a['insert'](_0xa288e7,_0x50e80b,'end');_0x1db141=_0x1c0e5b['fromRange'](_0x59d45a['createRangeOn'](_0x50e80b)),_0x4dc2c7=_0x1c0e5b['fromRange'](_0x59d45a['createRangeOn'](_0x44d191));}const _0x19153e=Array['from'](_0xe9429e['getAttributes']())['filter'](([_0x24d0ba])=>Pe['includes'](_0x24d0ba));_0x5d4c50['cells']['push']({'element':_0x44f1f3,'attributes':_0x19153e['length']?Object['fromEntries'](_0x19153e):null}),_0x1db141&&_0x5d4c50['insertionRanges']['push'](_0x1db141),_0x4dc2c7&&_0x5d4c50['deletionRanges']['push'](_0x4dc2c7);},{'priority':'high'}),_0x4b3a92['on']('insertColumns',(_0x1b21a0,_0x44b197)=>{const [_0x1f15bc,_0x5539f4={}]=_0x44b197;if(!_0x5d4c50)return;const _0x42b160=_0x5539f4['at']||0x0,_0x5d3094=_0x5539f4['columns']||0x1;_0x5d4c50['columnInsertionIndexes']=new Array(_0x5d3094)['fill'](_0x42b160)['map']((_0x5d39e1,_0x58d1e3)=>_0x5d39e1+_0x58d1e3);for(const {cell:_0x4d9764}of _0x4b3a92['createTableWalker'](_0x1f15bc,{'startColumn':_0x42b160,'endColumn':_0x42b160+_0x5d3094-0x1}))_0x5d4c50['columnInsertionRanges']['push'](_0x11ee4d['model']['createRangeOn'](_0x4d9764));},{'priority':'low'}),_0x4b3a92['on']('insertRows',(_0x4769e6,_0x405638)=>{const [_0xbceb9e,_0x44f975={}]=_0x405638;if(!_0x5d4c50)return;const _0x19e0b4=_0x44f975['at']||0x0,_0x3c16cb=_0x44f975['rows']||0x1;_0x5d4c50['rowInsertionIndexes']=new Array(_0x3c16cb)['fill'](_0x19e0b4)['map']((_0x4567b1,_0x470b07)=>_0x4567b1+_0x470b07);for(const {cell:_0x439030}of _0x4b3a92['createTableWalker'](_0xbceb9e,{'startRow':_0x19e0b4,'endRow':_0x19e0b4+_0x3c16cb-0x1}))_0x5d4c50['rowInsertionRanges']['push'](_0x11ee4d['model']['createRangeOn'](_0x439030));},{'priority':'low'}),_0x29ee89['descriptionFactory']['registerDescriptionCallback'](_0x324220=>{if(_0x324220['subType']&&_0x324220['subType']['startsWith']('tablePaste'))return _0x324220['previous']?{}:{'type':'insertion','content':o(_0x11ee4d['locale'],'*Replace\x20table\x20cells*')};});const _0x5676be=()=>!0x1;for(const _0x155956 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x29ee89['_suggestionFactory']['registerCustomCallback']('insertion',_0x155956,'join',_0x5676be),_0x29ee89['_suggestionFactory']['registerCustomCallback']('deletion',_0x155956,'join',_0x5676be),_0x29ee89['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x155956,'join',_0x5676be);_0x29ee89['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x5676be),_0x29ee89['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0xb9ca4f,_0xd5609d,_0x1c0147)=>{const _0x4f644e=_0xb9ca4f['map'](_0x1d8571=>_0x1d8571['getContainedElement']())['filter'](_0x5c26a7=>_0x5c26a7),_0x276d25=new Map(_0x4f644e['map'](_0x21f434=>[_0x21f434,null]));if(_0x5d4c50){for(const {element:_0x2cb4e1,attributes:_0x14d579}of _0x5d4c50['cells'])_0x14d579&&_0x276d25['set'](_0x2cb4e1,_0x14d579);}else{if(_0x1c0147&&_0x1c0147['markerAttributes'])for(const [_0x3a2e01,_0x1ee9bf]of Object['entries'](_0x1c0147['markerAttributes'])){const _0x511945=_0x11ee4d['model']['markers']['get'](_0x3a2e01),_0x377e04=_0x511945?_0x511945['getRange']()['getContainedElement']():null;_0x377e04&&_0x276d25['set'](_0x377e04,_0x1ee9bf);}}_0x11ee4d['model']['change'](_0xf932cc=>{for(const [_0x3c55da,_0x25ce00]of _0x276d25)_0xf932cc['setAttributes']({...we,..._0x25ce00},_0x3c55da);});});const _0xf43856=(_0x4dd803,_0x40f359)=>{_0x29ee89['_suggestionFactory']['registerCustomCallback'](_0x4dd803,'tablePaste',_0x40f359,(_0x4379f2,_0x58174b,_0x28640e)=>{_0x11ee4d['model']['change'](_0x30dac2=>{const _0x3cf5cb=[];for(const _0x39b358 of _0x4379f2){const _0x239f19=_0x39b358['start']['nodeAfter'];_0x239f19['is']('element','tableCellSuggestion')&&_0x3cf5cb['push'](_0x239f19);}_0x29ee89['_suggestionFactory']['getSuggestionCallback'](_0x4dd803,null,_0x40f359)(_0x4379f2,_0x58174b,_0x28640e);for(const _0x1dca8e of _0x3cf5cb)'$graveyard'!=_0x1dca8e['root']['rootName']&&_0x30dac2['unwrap'](_0x1dca8e);});});};_0xf43856('insertion','accept'),_0xf43856('insertion','discard'),_0xf43856('deletion','accept'),_0xf43856('deletion','discard'),_0x29ee89['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x18dbbd=>{const _0x3d7f21=_0x18dbbd['map'](_0x2414bc=>_0x2414bc['getContainedElement']()),_0x11d131=_0x3d7f21[0x0]['findAncestor']('table'),{minRow:_0x507e79,maxRow:_0x7450a4}=_0x43b45f['_getCoordsForCells'](_0x3d7f21);_0x4b3a92['removeRows'](_0x11d131,{'at':_0x507e79,'rows':_0x7450a4-_0x507e79+0x1});}),_0x29ee89['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x320406=>{const _0x2b9d2e=_0x320406['map'](_0x758d97=>_0x758d97['getContainedElement']()),_0x5e2077=_0x2b9d2e[0x0]['findAncestor']('table'),{minColumn:_0x5d8be2,maxColumn:_0x3323e0}=_0x43b45f['_getCoordsForCells'](_0x2b9d2e);_0x4b3a92['removeColumns'](_0x5e2077,{'at':_0x5d8be2,'columns':_0x3323e0-_0x5d8be2+0x1});});const _0x128028=(_0xde3053,_0x4bad44)=>{if(!_0x4bad44['subType']||!_0x4bad44['subType']['startsWith']('tablePaste'))return;const _0x287f13=_0x4bad44['attributes']['tablePasteChainId'],_0x107c01=_0x29ee89['getSuggestions']()['filter'](_0x524b1=>_0x524b1['isInContent']&&_0x524b1['attributes']&&_0x524b1['attributes']['tablePasteChainId']==_0x287f13);_0x107c01['length']&&_0x4bad44['getAllAdjacentSuggestions']()['length']!=_0x107c01['length']&&_0x107c01['reduce']((_0x3b107d,_0xa3814f)=>(_0x3b107d['next']=_0xa3814f,_0xa3814f['previous']=_0x3b107d,_0xa3814f));};function _0x507e92(_0x356c73,_0x430cce=!0x0){const {id:_0x204cb0,authorId:_0x3160b1}=_0x29ee89['_splitMarkerName'](_0x356c73['markerName']),_0x398dcf=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x417b53=_0x29ee89['activeMarkers']['includes'](_0x356c73['markerName']);return _0x417b53&&_0x398dcf['push']('ck-suggestion-marker--active'),{'classes':_0x398dcf,'attributes':{'data-suggestion':_0x204cb0,'data-author-id':_0x3160b1},'priority':_0x417b53&&_0x430cce?0xbc2:0xbb8};}_0x29ee89['on']('suggestionLoaded',_0x128028,{'priority':'high'}),_0x29ee89['on']('suggestionUnloaded',_0x128028,{'priority':'high'}),_0x11ee4d['model']['document']['registerPostFixer'](()=>{let _0x28d7ad=!0x1;const _0x2a862a=Array['from'](_0x11ee4d['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x47401e,data:_0x1a8345}of _0x2a862a){const {group:_0x56bdbe,type:_0x332e4e,id:_0x3cf348}=_0x29ee89['_splitMarkerName'](_0x47401e);if('suggestion'!=_0x56bdbe||'deletion'!=_0x332e4e||_0x1a8345['oldRange'])continue;if(!_0x29ee89['hasSuggestion'](_0x3cf348))continue;const _0x1232e4=_0x29ee89['getSuggestion'](_0x3cf348)['getRanges'](),_0x26152d=_0x11ee4d['plugins']['get']('Users')['me'];for(const _0x2549bf of _0x29ee89['getSuggestions']()){if(!_0x2549bf['isInContent']||_0x2549bf['author']!=_0x26152d)continue;if('formatBlock'!=_0x2549bf['type']||'tablePasteCell'!=_0x2549bf['subType'])continue;if(_0x2549bf['getRanges']()['every'](_0x2f4931=>_0x1232e4['some'](_0x59bdab=>_0x59bdab['containsRange'](_0x2f4931,!0x0)))){for(const _0x3e8ed5 of _0x2549bf['getAllAdjacentSuggestions']())_0x3e8ed5['isInContent']&&(_0x3e8ed5['discard'](),_0x28d7ad=!0x0);}}}return _0x28d7ad;}),_0x11ee4d['model']['document']['registerPostFixer'](_0x17f8fd=>{const _0x2f831d=_0x11ee4d['commands']['get']('redo');if(!_0x2f831d||!_0x2f831d['_createdBatches']['has'](_0x17f8fd['batch']))return!0x1;let _0x52f711=!0x1;const _0x255dda=_0x11ee4d['plugins']['get']('Users')['me'],_0x4d41b4=_0x11ee4d['model']['document']['differ']['getChanges'](),_0x2f30f0=Array['from'](_0x11ee4d['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x195c77,data:_0x4e6855})=>{const {group:_0x424613,subType:_0x2f967b,authorId:_0x5eb844}=_0x29ee89['_splitMarkerName'](_0x195c77);return'suggestion'==_0x424613&&'tablePaste'==_0x2f967b&&_0x5eb844==_0x255dda['id']&&!_0x4e6855['oldRange'];});for(const _0x2f00b8 of _0x4d41b4){if('insert'!=_0x2f00b8['type']||'tableCellSuggestion'!=_0x2f00b8['name']||0x1!=_0x2f00b8['length'])continue;const _0x23490c=_0x17f8fd['createRange'](_0x2f00b8['position'],_0x2f00b8['position']['getShiftedBy'](0x1));if(!_0x2f30f0['find'](({data:_0x3bba1e})=>_0x3bba1e['newRange']['isEqual'](_0x23490c))){for(const {name:_0x12040a,data:_0x29f8ab}of _0x2f30f0)if(_0x23490c['containsRange'](_0x29f8ab['newRange'])){_0x17f8fd['updateMarker'](_0x12040a,{'range':_0x23490c}),_0x52f711=!0x0;break;}}}return _0x52f711;}),_0x11ee4d['model']['document']['registerPostFixer'](_0x5d567f=>{let _0x369d32=!0x1;const _0x5c5433=_0x11ee4d['plugins']['get']('Users')['me'],_0x214cfb=_0x29ee89['getSuggestions']()['filter'](_0x366a40=>_0x366a40['isInContent']&&_0x366a40['author']==_0x5c5433),_0x12d476=new Set(),_0x458bb6=new Set();for(const _0x546ac9 of _0x214cfb)if('tablePaste'==_0x546ac9['subType'])for(const _0x2c06d1 of _0x546ac9['getMarkers']()){const _0x360423=_0x2c06d1['getRange']()['getContainedElement']();if(_0x360423){if(_0x360423['is']('element','tableCellSuggestion')&&ke(_0x360423)){_0x546ac9['removeMarker'](_0x2c06d1['name']),_0x12d476['add'](_0x360423),_0x369d32=!0x0;const _0x1e72a8=_0x360423['nextSibling'],_0x4ba90d=_0x360423['previousSibling'],_0x59d8a5=_0x1e72a8&&_0x1e72a8['is']('element','tableCellSuggestion'),_0x53bf86=_0x4ba90d&&_0x4ba90d['is']('element','tableCellSuggestion');_0x59d8a5&&!_0x12d476['has'](_0x1e72a8)&&_0x458bb6['add'](_0x1e72a8),_0x53bf86&&!_0x12d476['has'](_0x4ba90d)&&_0x458bb6['add'](_0x4ba90d);}else _0x360423['is']('element','paragraph')&&_0x360423['isEmpty']&&(_0x546ac9['removeMarker'](_0x2c06d1['name']),_0x369d32=!0x0);}}else{if('tablePasteCell'==_0x546ac9['subType']){if(!_0x546ac9['attributes']||!_0x546ac9['attributes']['tablePasteChainId'])continue;const _0x47d5b8=_0x546ac9['attributes']['markerAttributes'];if(_0x47d5b8&&Object['keys'](_0x47d5b8)['length'])continue;const _0x3e6aa0=_0x546ac9['attributes']['tablePasteChainId'];let _0x7e5add=!0x0,_0x49c2ec=!0x0;for(const _0xb33b4e of _0x214cfb)if(_0xb33b4e['subType']&&_0xb33b4e['subType']['startsWith']('tablePaste')){if(!_0xb33b4e['attributes']['tablePasteChainId']){_0x49c2ec=!0x1;break;}if(_0xb33b4e['id']!=_0x546ac9['id']&&_0xb33b4e['attributes']['tablePasteChainId']==_0x3e6aa0){_0x7e5add=!0x1;break;}}_0x49c2ec&&_0x7e5add&&(_0x546ac9['removeMarkers'](),_0x369d32=!0x0);}}for(const _0x165eaa of _0x12d476)_0x5d567f['remove'](_0x165eaa);for(const _0x2a7cb5 of _0x458bb6)_0x5d567f['unwrap'](_0x2a7cb5);return _0x369d32;}),_0x11ee4d['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x45cb90=>_0x507e92(_0x45cb90),'converterPriority':'high'}),_0x11ee4d['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x5aaf31,_0x17b604)=>_0x17b604['options']['showSuggestionHighlights']?_0x507e92(_0x5aaf31,!0x1):null,'converterPriority':'high'});const _0x4da552=_0x11ee4d['editing']['view'];this['listenTo'](_0x4da552['document'],'clipboardOutput',(_0x3c602f,_0x46ec06)=>{const _0x285274=[];for(const _0x2616fc of _0x4da552['createRangeIn'](_0x46ec06['content'])['getItems']())_0x2616fc['is']('element','suggestion-td')&&_0x285274['push'](_0x2616fc);_0x4da552['change'](_0x4fa109=>{for(const _0x4695da of _0x285274)_0x4fa109['move'](_0x4fa109['createRangeIn'](_0x4695da),_0x4fa109['createPositionBefore'](_0x4695da)),_0x4fa109['remove'](_0x4695da);});});}}function ke(_0x17abdd){if(_0x17abdd['isEmpty'])return!0x0;const _0x2a9069=_0x17abdd['getChild'](0x0);return _0x2a9069['is']('element','paragraph')&&_0x2a9069['isEmpty'];}function Re(_0x9f84f4,_0x5821f6={},_0x5e8037){for(const {isAnchor:_0x420543,cellHeight:_0x3b3961,cellWidth:_0x128614}of _0x5e8037['createTableWalker'](_0x9f84f4,{'includeAllSlots':!0x0,..._0x5821f6}))if(!_0x420543||0x1!=_0x3b3961||0x1!=_0x128614)return!0x1;return!0x0;}class Nt extends _0x5eca65{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x2c318d=this['editor']['plugins']['get']('TrackChangesEditing');_0x2c318d['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x2c318d['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x2c318d['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2c318d['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x2c318d['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x2c318d['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x493358,_0x387fd0){const _0x1ca74b=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1a40f7=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x438f66=_0x387fd0['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x20ef98=_0x1a40f7['getColumnGroupElement'](_0x438f66);let _0x2b6375=_0x20ef98?_0x1a40f7['getTableColumnsWidths'](_0x20ef98):null,_0x18a779=_0x438f66['getAttribute']('tableWidth')||null;const _0x20acbc=_0x387fd0['tableWidth']||_0x18a779,_0x444759=_0x387fd0['columnWidths']||_0x2b6375,_0x26c911=this['editor']['plugins']['get']('Users')['me'];for(const _0x433e3f of _0x1ca74b['getSuggestions']()){const _0x41ea2f=_0x433e3f['getContainedElement']();if('resizeTable'===_0x433e3f['subType']&&_0x41ea2f===_0x438f66){_0x433e3f['author']!==_0x26c911&&_0x433e3f['discard']();const _0xe72ba7=_0x433e3f['data']['commandParams'];_0x18a779=_0xe72ba7[0x0]['tableWidth'],_0x2b6375=_0xe72ba7[0x0]['columnWidths'];break;}}_0x493358({'table':_0x438f66,'tableWidth':_0x20acbc,'columnWidths':_0x444759}),_0x1ca74b['markBlockFormat'](_0x438f66,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x18a779,'columnWidths':_0x2b6375}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x3e2bc2){if('formatBlock'!=_0x3e2bc2['type']&&'formatInline'!=_0x3e2bc2['type'])return;const {data:_0x3f0229}=_0x3e2bc2;if(_0x3f0229&&'resizeTable'===_0x3f0229['formatGroupId']){const _0x395e9a='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x395e9a)};}}}class Dt extends _0x5eca65{['afterInit'](){const _0x2ba162=this['editor'];_0x2ba162['plugins']['has']('Template')&&_0x2ba162['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x5eca65{['afterInit'](){const _0x5eab96=this['editor'];if(!_0x5eab96['commands']['get']('insertTableOfContents'))return;_0x5eab96['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x51e7f1=_0x5eab96['plugins']['get']('TrackChangesEditing'),_0x2b30f2=_0x5eab96['locale'];_0x51e7f1['descriptionFactory']['registerElementLabel']('tableOfContents',_0x2cf06b=>o(_0x2b30f2,'ELEMENT_TABLE_OF_CONTENTS',_0x2cf06b));}}class $t extends _0x5eca65{['afterInit'](){const _0x29c958=this['editor'];if(!_0x29c958['plugins']['has']('Title'))return;const _0x2dd4a1=_0x29c958['plugins']['get']('TrackChangesEditing');_0x2dd4a1['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x29c958['locale'],'ELEMENT_TITLE')),_0x29c958['model']['document']['registerPostFixer'](_0x18741d=>{let _0x23f1f4=!0x1;const _0x2b6596=Array['from'](_0x29c958['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x84cf4d,data:_0x17bf43}of _0x2b6596){const {group:_0x2f37eb}=_0x2dd4a1['_splitMarkerName'](_0x84cf4d);if('suggestion'!==_0x2f37eb||!_0x17bf43['newRange'])continue;const _0x32cc75=_0x17bf43['newRange'],_0x21685d=_0x32cc75['end']['nodeBefore'];if(!_0x21685d||!_0x21685d['is']('element','title-content'))continue;if(!_0x32cc75['start']['isTouching'](_0x32cc75['end']))continue;const _0x258537=_0x29c958['model']['schema']['getNearestSelectionRange'](_0x32cc75['end'],'forward');if(_0x258537&&_0x258537['isCollapsed']){const _0x4605ce=_0x18741d['createRange'](_0x32cc75['start'],_0x258537['start']);_0x4605ce['isEqual'](_0x32cc75)||(_0x18741d['updateMarker'](_0x84cf4d,{'range':_0x4605ce}),_0x23f1f4=!0x0);}_0x23f1f4||(_0x18741d['removeMarker'](_0x84cf4d),_0x23f1f4=!0x0);}return _0x23f1f4;});}}class Bt extends _0x5eca65{['afterInit'](){const _0x5a301b=this['editor'],_0x472f9a=_0x5a301b['plugins']['get']('TrackChangesEditing');_0x5a301b['plugins']['has']('UndoEditing')&&(_0x472f9a['enableCommand']('undo'),_0x472f9a['enableCommand']('redo'));}}class xt extends _0x5eca65{static get['requires'](){return[It];}['afterInit'](){const _0x32236a=this['editor'];if(!_0x32236a['plugins']['has']('TableCaptionEditing'))return;_0x32236a['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Rt extends _0x5eca65{['tableProperties'];['tableCellProperties'];constructor(_0x38d69f){super(_0x38d69f),this['tableProperties']=['tableBorderColor','tableBorderStyle','tableBorderWidth','tableAlignment','tableWidth','tableHeight','tableBackgroundColor'],this['tableCellProperties']=['tableCellBorderColor','tableCellBorderStyle','tableCellBorderWidth','tableCellPadding','tableCellWidth','tableCellHeight','tableCellBackgroundColor','tableCellHorizontalAlignment','tableCellVerticalAlignment'];}static get['pluginName'](){return'TrackChangesTableProperties';}['afterInit'](){const _0x4d358e=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x85ea70 of this['tableProperties'])_0x4d358e['enableCommand'](_0x85ea70,(_0x4cea10,_0x35056a)=>{const _0x387d7f=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x85ea70,[_0x387d7f],this['tableProperties'],'tableProperties',_0x4cea10,_0x35056a);});_0x4d358e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x4d358e['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4d358e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x1c5c0c,_0x59d1cd)=>this['handleDiscardAction'](this['tableProperties'],_0x1c5c0c,_0x59d1cd)),_0x4d358e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0xa85b08 of this['tableCellProperties'])_0x4d358e['enableCommand'](_0xa85b08,(_0x1da67c,_0x79c2a2)=>{const _0x57648f=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0xa85b08,_0x57648f,this['tableCellProperties'],'tableCellProperties',_0x1da67c,_0x79c2a2);});_0x4d358e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x4d358e['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4d358e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x4c08f6,_0x4a8ebf)=>this['handleDiscardAction'](this['tableCellProperties'],_0x4c08f6,_0x4a8ebf)),_0x4d358e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x4d358e['descriptionFactory']['registerDescriptionCallback'](_0xefc87=>this['handleSuggestionDescription'](_0xefc87));}['_handlePropertyChange'](_0x40901e,_0x1c305a,_0x254aca,_0x4c8e29,_0x13ff0d,_0x540a15){const _0xe0bfe=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x540a15['batch'],()=>{for(const _0x10245b of _0x1c305a){if(this['_getSuggestion'](_0x10245b,_0x4c8e29))_0x13ff0d(_0x540a15);else{const _0x489790={};for(const _0x3ca342 of _0x254aca){const _0x155a02=_0x10245b['getAttribute'](_0x3ca342);void 0x0!==_0x155a02&&(_0x489790[_0x3ca342]=_0x155a02);}_0x13ff0d(_0x540a15),_0xe0bfe['markBlockFormat'](_0x10245b,{'commandParams':[_0x489790]},[],_0x4c8e29);}}});}['handleDiscardAction'](_0x3cca77,_0x4f595a,_0x2cac87){const _0x1dc514=_0x4f595a[0x0]['start']['nodeAfter'],_0x5e54f1=_0x2cac87['commandParams'][0x0];this['editor']['model']['change'](_0x37f6c2=>{for(const _0x3cdaa2 of _0x3cca77)void 0x0!==_0x5e54f1[_0x3cdaa2]?_0x37f6c2['setAttribute'](_0x3cdaa2,_0x5e54f1[_0x3cdaa2],_0x1dc514):_0x37f6c2['removeAttribute'](_0x3cdaa2,_0x1dc514);});}['handleSuggestionDescription'](_0x2ba8c3){if(_0x2ba8c3['data'])switch(_0x2ba8c3['subType']){case'tableProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x507973,_0x571137){const _0x2babee=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x5d1653 of _0x2babee['getSuggestions']({'skipNotAttached':!0x0})){const _0x9a9184=_0x5d1653['getContainedElement']();if(_0x5d1653['subType']===_0x571137&&_0x9a9184===_0x507973)return _0x5d1653;}return null;}}const m='$elementName';class p extends _0x5eca65{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x17bd53,_0x3c05f6,V,U,G,F,H,L,J,q,z,Q,X,Y,Z,tt,et,it,st,nt,rt,ot,at,ct,ut,ft,W,pt,ht,K,pe,lt,mt,dt,kt,bt,wt,yt,jt,St,At,It,vt,Ct,xt,_t,Nt,Mt,Rt,Dt,$t,Bt];}static get['pluginName'](){return'TrackChangesEditing';}constructor(_0x18881e){function _0x96513f(_0x2d51cd){return _0x2d51cd['map'](_0x1fa47c=>String['fromCharCode'](_0x1fa47c))['join']('');}super(_0x18881e),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x52bac8,_0x1c40f0,_0x2bd54f,_0x360fd8)=>{this['_model']['change'](()=>{for(const _0x3dca65 of[..._0x360fd8,..._0x2bd54f])this['_model']['markers']['has'](_0x3dca65)&&_0x18881e['editing']['reconvertMarker'](_0x3dca65);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Et(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x18881e['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this['_blockAttributeKeys']=new Set([m]),this['_inlineAttributeKeys']=new Set(),_0x18881e['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x18881e['config']['get']('trackChanges.trackFormatChanges'),_0x18881e['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x18881e['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x18881e,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x96513f([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x96513f([0x34,0x30,0x34,0x38,0x31,0x38,0x33,0x36]);}['init'](){const _0x16f8cf=this['editor'],_0x2108ea=(_0x4c11f5,_0x2d836c)=>{if('attribute'!=_0x4c11f5)return'ck-suggestion-marker-'+_0x4c11f5;const _0x36e8e6=_0x2d836c['split']('|')[0x0];return this['_isBlockAttribute'](_0x36e8e6)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x16f8cf['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x33fee1=>{const {id:_0x2c3630,authorId:_0x4a468a,type:_0x57f83f,subType:_0x4210bc}=this['_splitMarkerName'](_0x33fee1['markerName']),_0x97dda4=['ck-suggestion-marker',_0x2108ea(_0x57f83f,_0x4210bc)];let _0x5316e4=0xbb8;return this['activeMarkers']['includes'](_0x33fee1['markerName'])&&(_0x97dda4['push']('ck-suggestion-marker--active'),_0x5316e4=0xbc2),'deletion'==_0x57f83f&&(_0x5316e4+=0x5),{'classes':_0x97dda4,'attributes':{'data-suggestion':_0x2c3630,'data-author-id':_0x4a468a},'priority':_0x5316e4};}}),_0x16f8cf['conversion']['for']('dataDowncast')['add'](_0xa653cc=>{_0xa653cc['on']('addMarker:suggestion',(_0x2fdfb4,_0x3963d0,_0x30d696)=>{if(!_0x30d696['options']['showSuggestionHighlights'])return;const _0x2b7f6e=_0x3963d0['item'];if(!_0x2b7f6e)return;const _0x3e8f4c=_0x30d696['mapper']['toViewElement'](_0x2b7f6e);_0x16f8cf['model']['schema']['isObject'](_0x2b7f6e)&&_0x3e8f4c&&!_0x3e8f4c['getCustomProperty']('widget')&&_0x3e8f4c['is']('containerElement')&&_0x45ff41(_0x3e8f4c,_0x30d696['writer']);},{'priority':'high'});}),_0x16f8cf['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x579cb0,_0x3991aa)=>{if(!_0x3991aa['options']['showSuggestionHighlights'])return null;const {type:_0x5cde14,subType:_0x370627}=this['_splitMarkerName'](_0x579cb0['markerName']);return{'classes':['ck-suggestion-marker',_0x2108ea(_0x5cde14,_0x370627)],'priority':0xbb8};}});const _0x35374e=({showActiveMarkers:_0x400f74=!0x0,isAttributeSuggestion:_0x3f6cdd=!0x1}={})=>(_0x25239e,_0x104b1d,_0x27e44d)=>{if(!_0x104b1d['item'])return;const {id:_0x1f6e62,authorId:_0x3d427f}=this['_splitMarkerName'](_0x104b1d['markerName']);if(_0x3f6cdd){const _0x280dfb=this['_suggestions']['get'](_0x1f6e62),_0x1237fe=this['_getAttributeKey'](_0x280dfb);if(!this['_isBlockAttribute'](_0x1237fe))return;}if(_0x104b1d['item']['is']('selection'))return void _0x27e44d['consumable']['consume'](_0x104b1d['item'],_0x25239e['name']);const _0x22559a=_0x27e44d['mapper']['toViewElement'](_0x104b1d['item']);if(_0x104b1d['item']['is']('element')&&_0x16f8cf['model']['schema']['isBlock'](_0x104b1d['item'])&&!_0x22559a['getCustomProperty']('addHighlight')){_0x27e44d['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x22559a),_0x27e44d['writer']['setAttribute']('data-suggestion',_0x1f6e62,_0x22559a),_0x27e44d['writer']['setAttribute']('data-author-id',_0x3d427f,_0x22559a),_0x27e44d['mapper']['bindElementToMarker'](_0x22559a,_0x104b1d['markerName']),_0x400f74&&(this['activeMarkers']['includes'](_0x104b1d['markerName'])?_0x27e44d['writer']['addClass']('ck-suggestion-marker--active',_0x22559a):_0x27e44d['writer']['removeClass']('ck-suggestion-marker--active',_0x22559a));for(const _0x3ce9d9 of _0x16f8cf['model']['createRangeIn'](_0x104b1d['item'])['getItems']())_0x27e44d['consumable']['consume'](_0x3ce9d9,_0x25239e['name']);_0x27e44d['consumable']['consume'](_0x104b1d['item'],_0x25239e['name']);}};_0x16f8cf['conversion']['for']('dataDowncast')['add'](_0x1ccd0e=>{_0x1ccd0e['on']('addMarker:suggestion:formatBlock',(_0x2996a4,_0x56c187,_0x42721a)=>{_0x42721a['options']['showSuggestionHighlights']&&_0x35374e({'showActiveMarkers':!0x1})(_0x2996a4,_0x56c187,_0x42721a);},{'priority':'highest'});}),_0x16f8cf['conversion']['for']('dataDowncast')['add'](_0x2d85a4=>{_0x2d85a4['on']('addMarker:suggestion:attribute',(_0x12e7ae,_0x1c6528,_0x5793e1)=>{_0x5793e1['options']['showSuggestionHighlights']&&_0x35374e({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x12e7ae,_0x1c6528,_0x5793e1);},{'priority':'highest'});}),_0x16f8cf['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x57ea93,_0x1bcbf5)=>_0x1bcbf5['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x57ea93['substr'](0xb)}}),_0x16f8cf['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x155808,{writer:_0x4044c2})=>{let _0x2d372d='suggestion:'+_0x155808['getAttribute']('suggestion-type')+':'+_0x155808['getAttribute']('id');return _0x155808['getAttribute']('marker-count')&&(_0x2d372d+=':'+_0x155808['getAttribute']('marker-count')),_0x4044c2['createElement']('$marker',{'data-name':_0x2d372d});}}),_0x16f8cf['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x16f8cf['conversion']['for']('editingDowncast')['add'](_0x231f13=>{_0x231f13['on']('addMarker:suggestion:formatBlock',_0x35374e(),{'priority':'high'});}),_0x16f8cf['conversion']['for']('editingDowncast')['add'](_0xe7b7d5=>{_0xe7b7d5['on']('addMarker:suggestion:attribute',_0x35374e({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x16f8cf['conversion']['for']('editingDowncast')['add'](_0x56f8d3=>{_0x56f8d3['on']('removeMarker:suggestion:formatBlock',(_0xa20732,_0x2a18a2,_0x478ee0)=>{const _0x3bf239=_0x478ee0['mapper']['markerNameToElements'](_0x2a18a2['markerName']);if(_0x3bf239){for(const _0x3a768c of _0x3bf239)_0x3a768c['getCustomProperty']('addHighlight')||(_0x478ee0['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x3a768c),_0x478ee0['writer']['removeAttribute']('data-suggestion',_0x3a768c),_0x478ee0['writer']['removeAttribute']('data-author-id',_0x3a768c),_0x478ee0['mapper']['unbindElementFromMarkerName'](_0x3a768c,_0x2a18a2['markerName']));}},{'priority':'high'});}),_0x16f8cf['conversion']['for']('editingDowncast')['add'](_0x4d1166=>{_0x4d1166['on']('removeMarker:suggestion:attribute',(_0x125e4f,_0x2b4835,_0x31d38d)=>{const _0x11a480=_0x31d38d['mapper']['markerNameToElements'](_0x2b4835['markerName']);if(!_0x11a480)return;const {id:_0x5c0d2e}=this['_splitMarkerName'](_0x2b4835['markerName']),_0x2406e7=this['_suggestions']['get'](_0x5c0d2e),_0x5993de=this['_getAttributeKey'](_0x2406e7);if(this['_isBlockAttribute'](_0x5993de)){for(const _0x1abc1b of _0x11a480)_0x1abc1b['getCustomProperty']('addHighlight')||(_0x31d38d['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x1abc1b),_0x31d38d['writer']['removeAttribute']('data-suggestion',_0x1abc1b),_0x31d38d['writer']['removeAttribute']('data-author-id',_0x1abc1b),_0x31d38d['mapper']['unbindElementFromMarkerName'](_0x1abc1b,_0x2b4835['markerName']));}},{'priority':'high'});}),_0x16f8cf['model']['document']['registerPostFixer'](_0x1ef1e1=>{let _0x5d12da=!0x1;const _0x2f8ee5=Array['from'](_0x16f8cf['model']['document']['differ']['getChangedMarkers']()),_0x38b628=new Set();for(const {name:_0x4bfa01,data:_0x5797d1}of _0x2f8ee5){const {group:_0x25d760,type:_0x56fa25,subType:_0x5adbda,id:_0x1c663c}=this['_splitMarkerName'](_0x4bfa01);if('suggestion'!==_0x25d760)continue;const _0x16c3ba=this['_suggestions']['get'](_0x1c663c);if(null!=_0x5797d1['newRange']){'formatInline'==_0x56fa25&&(_0x5d12da=_0x5d12da||Ut(_0x5797d1['newRange'],_0x4bfa01,_0x1ef1e1,_0x16f8cf['model']['schema']));const _0x3b1d84='attribute'==_0x56fa25&&this['_isBlockAttribute'](_0x5adbda['split']('|')[0x0]);if(_0x5797d1['newRange']['isCollapsed']||'$graveyard'==_0x5797d1['newRange']['root']['rootName']||'formatBlock'==_0x56fa25&&!Ft(_0x5797d1['newRange'])||_0x3b1d84&&!Ft(_0x5797d1['newRange'])||'deletion'==_0x56fa25&&!(!Vt(_0x1b4c60=_0x5797d1['newRange'])&&!function(_0x2d214a){return _0x2d214a['start']['parent']==_0x2d214a['end']['nodeBefore']&&_0x2d214a['start']['isAtEnd'];}(_0x1b4c60)))_0x1ef1e1['removeMarker'](_0x4bfa01),_0x5d12da=!0x0;else{if(!_0x16c3ba||!_0x16c3ba['isInContent'])continue;if(_0x5797d1['newRange']&&_0x5797d1['oldRange']&&_0x5797d1['newRange']['isEqual'](_0x5797d1['oldRange']))continue;_0x38b628['add'](_0x16c3ba);}}}var _0x1b4c60;return _0x38b628['size']>0x0&&(_0x5d12da=!!this['_joinWithAdjacentSuggestions'](_0x38b628)||_0x5d12da),_0x5d12da;}),_0x16f8cf['model']['document']['registerPostFixer'](_0x108115=>{let _0x52bac2=!0x1;for(const _0x3dd686 of _0x16f8cf['model']['document']['differ']['getChanges']())if('insert'==_0x3dd686['type'])for(const _0x530223 of this['_suggestions']['values']()){if(_0x530223['isMultiRange']||!_0x530223['isInContent'])continue;const _0x2b4b7b='formatBlock'==_0x530223['type'],_0x494331=this['_getAttributeKey'](_0x530223),_0x3b1908=_0x494331&&this['_isBlockAttribute'](_0x494331);if(!_0x2b4b7b&&!_0x3b1908)continue;const _0x52d633=_0x530223['getFirstRange']();if(_0x52d633['start']['parent']!=_0x52d633['end']['parent']&&!_0x52d633['end']['isAtEnd']){const _0x24dd96=_0x16f8cf['model']['createPositionAt'](_0x52d633['start']['nodeAfter'],'end'),_0x4db577=_0x16f8cf['model']['createRange'](_0x52d633['start'],_0x24dd96);_0x108115['updateMarker'](_0x530223['getFirstMarker'](),{'range':_0x4db577}),_0x52bac2=!0x0;}}return _0x52bac2;}),_0x16f8cf['model']['document']['registerPostFixer'](_0x18009b=>this['_processAttributeChanges'](_0x18009b)),_0x16f8cf['model']['document']['registerPostFixer'](_0x2213ea=>!_0x2213ea['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x2213ea)),_0x16f8cf['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x16f8cf['model']['document']['on']('change:data',(_0x3ba23b,_0x35cc44)=>{if(!_0x35cc44['isLocal']||_0x35cc44['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x3ad1bd=_0x16f8cf['model']['document']['differ']['getChanges']();if(0x0==_0x3ad1bd['length'])return;const _0x360c4c=[],_0x1f428f=_0x3ad1bd['filter'](_0xd3589e=>'attribute'==_0xd3589e['type']),_0x24e1c6=_0x3ad1bd['filter'](_0x223555=>'insert'==_0x223555['type']&&'$text'!=_0x223555['name']);for(const _0x4e54ab of _0x1f428f)this['_isRegisteredAttribute'](_0x4e54ab['attributeKey'])&&_0x360c4c['push']({'key':_0x4e54ab['attributeKey'],'newValue':_0x4e54ab['attributeNewValue'],'oldValue':_0x4e54ab['attributeOldValue'],'range':Pt(_0x4e54ab['range'],_0x16f8cf['model'])});for(const _0x4b4f95 of _0x24e1c6){if('rename'!=_0x4b4f95['action']&&'refresh'!=_0x4b4f95['action'])continue;const _0x2ce3ae=Lt(_0x4b4f95['position']['nodeAfter'],_0x16f8cf['model']),_0x48b51f=_0x4b4f95['before'];'rename'==_0x4b4f95['action']&&_0x360c4c['push']({'key':m,'newValue':_0x4b4f95['name'],'oldValue':_0x48b51f['name'],'range':_0x2ce3ae});for(const [_0x49c88f,_0x43ad84]of _0x48b51f['attributes']){if(!this['_isRegisteredAttribute'](_0x49c88f))continue;const _0x3559db=_0x4b4f95['attributes']['get'](_0x49c88f);_0x43ad84!==_0x3559db&&_0x360c4c['push']({'key':_0x49c88f,'newValue':_0x3559db,'oldValue':_0x43ad84,'range':_0x2ce3ae});}for(const [_0x2b4144,_0x4f25e7]of _0x4b4f95['attributes'])this['_isRegisteredAttribute'](_0x2b4144)&&(_0x48b51f['attributes']['has'](_0x2b4144)||_0x360c4c['push']({'key':_0x2b4144,'newValue':_0x4f25e7,'oldValue':null,'range':_0x2ce3ae}));}0x0!=_0x360c4c['length']&&_0x16f8cf['model']['enqueueChange'](_0x35cc44,_0x1a3958=>{const _0x351c49=_0x3529ea();for(const {range:_0x2afc77,key:_0x16668b,oldValue:_0x1e1e93,newValue:_0x80e8f1}of _0x360c4c)this['markAttributeChange'](_0x2afc77,_0x16668b,_0x1e1e93,_0x80e8f1,{'groupId':_0x351c49});this['_reduceExistingSuggestions'](_0x1a3958,_0x360c4c);});},{'priority':'lowest'}),_0x16f8cf['model']['markers']['on']('update:suggestion',(_0x559c7b,_0x11a4cc,_0x2c3e1b)=>{if(null==_0x2c3e1b){const {id:_0x33dc8e}=this['_splitMarkerName'](_0x11a4cc['name']),_0x3e77e6=this['_suggestions']['get'](_0x33dc8e);_0x3e77e6&&_0x3e77e6['addMarkerName'](_0x11a4cc['name']);}}),_0x16f8cf['model']['document']['on']('change:data',()=>{const _0x16a2c5=Array['from'](_0x16f8cf['model']['document']['differ']['getChangedMarkers']())['filter'](_0x42cd5c=>'suggestion'===this['_splitMarkerName'](_0x42cd5c['name'])['group']);if(0x0===_0x16a2c5['length'])return;_0x16a2c5['sort']((_0xdab8e5,_0x2e27ac)=>{const _0x3289df=_0xdab8e5['data']['oldRange'],_0x1cf0e9=_0x2e27ac['data']['oldRange'];return null===_0x3289df&&null===_0x1cf0e9?0x0:null===_0x3289df&&null!==_0x1cf0e9?-0x1:null!==_0x3289df&&null===_0x1cf0e9?0x1:_0x3289df['start']['isBefore'](_0x1cf0e9['start'])?-0x1:0x1;});const _0x25dd04=new Set(),_0x14eee4=new Set();for(const {name:_0x2aef2d,data:_0x72558f}of _0x16a2c5){const {id:_0x49c69e}=this['_splitMarkerName'](_0x2aef2d);if(null===_0x72558f['oldRange']){const _0x1dc3cb=this['_handleNewSuggestionMarker'](_0x2aef2d);_0x14eee4['add'](_0x1dc3cb);}else{const _0x12c170=this['_suggestions']['get'](_0x49c69e);null!==_0x72558f['newRange']||_0x12c170['isInContent']?(_0x25dd04['add'](_0x12c170['head']),_0x14eee4['add'](_0x12c170)):this['_removeSuggestion'](_0x12c170);}}_0x14eee4['size']>0x0&&this['_refreshSuggestionsChain'](_0x14eee4);for(const _0x4782c5 of _0x25dd04)this['fire']('suggestionChanged',_0x4782c5);}),_0x16f8cf['model']['on']('applyOperation',(_0x111284,_0x3c27c6)=>{const _0x2f2fe4=_0x3c27c6[0x0];if(!this['_suggestions']['size'])return;if(!_0x2f2fe4['isDocumentOperation'])return;if(_0x2f2fe4['batch']['isUndo']||!_0x2f2fe4['batch']['isLocal'])return;let _0x5985da,_0x308d8a;switch(_0x2f2fe4['type']){case'insert':_0x5985da=_0x16f8cf['model']['createPositionAt'](_0x2f2fe4['position']),_0x308d8a=_0x5985da['getShiftedBy'](_0x2f2fe4['howMany']);break;case'split':_0x5985da=_0x16f8cf['model']['createPositionAt'](_0x2f2fe4['splitPosition']),_0x308d8a=_0x16f8cf['model']['createPositionAt'](_0x2f2fe4['moveTargetPosition']);break;case'move':_0x5985da=_0x16f8cf['model']['createPositionAt'](_0x2f2fe4['targetPosition']),_0x308d8a=_0x5985da['getShiftedBy'](_0x2f2fe4['howMany']);break;default:return;}const _0x39cd58=_0x16f8cf['model']['createRange'](_0x5985da,_0x308d8a);_0x16f8cf['model']['change'](()=>{for(const {suggestion:_0x2a270b,meta:_0x33251e}of this['_findSuggestions'](_0x39cd58)){if(_0x2a270b['isMultiRange'])continue;if('formatInline'==_0x2a270b['type'])continue;const _0x2586d0=this['_getAttributeKey'](_0x2a270b);if(_0x2586d0&&this['_isBlockAttribute'](_0x2586d0)&&'split'!=_0x2f2fe4['type'])continue;const _0x74b397=_0x2a270b['data']&&_0x2a270b['data']['multipleBlocks'];('formatBlock'!=_0x2a270b['type']||'split'==_0x2f2fe4['type']&&!_0x74b397)&&(_0x33251e['containsRangeInObject']||'insertion'==_0x2a270b['type']&&_0x33251e['isOwn']||_0x2a270b['getFirstRange']()['containsRange'](_0x39cd58)&&this['_breakSuggestionMarker'](_0x2a270b,_0x5985da,_0x308d8a));}});},{'priority':'lowest'}),_0x16f8cf['model']['on']('deleteContent',(_0x271a2f,_0x3dcb5f)=>{const _0x4b2e4f=_0x3dcb5f[0x0],_0x32faff=_0x3dcb5f[0x1];if(_0x32faff&&_0x32faff['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x4b2e4f['isCollapsed'])return;const _0xaee8f3=_0x16f8cf['model']['schema'],{start:_0x51f104,end:_0x3b6a76}=_0x4b2e4f['getFirstRange'](),_0x492032=_0x51f104['nodeAfter']&&_0xaee8f3['isLimit'](_0x51f104['nodeAfter'])?null:_0xaee8f3['getNearestSelectionRange'](_0x51f104,'forward'),_0x3346c9=_0x3b6a76['nodeBefore']&&_0xaee8f3['isLimit'](_0x3b6a76['nodeBefore'])?null:_0xaee8f3['getNearestSelectionRange'](_0x3b6a76,'backward'),_0x125401=_0x16f8cf['model']['createRange'](_0x492032?_0x492032['start']:_0x51f104,_0x3346c9?_0x3346c9['end']:_0x3b6a76);_0x16f8cf['model']['change'](_0x4d9777=>{this['markDeletion'](_0x125401);const _0x10e571=_0x16f8cf['model']['schema']['getNearestSelectionRange'](_0x125401['start']);_0x4b2e4f['is']('documentSelection')?_0x4d9777['setSelection'](_0x10e571):_0x4b2e4f['setTo'](_0x10e571);}),_0x271a2f['stop']();},{'priority':_0x273d74['normal']+0xa}),_0x16f8cf['model']['on']('insertContent',(_0x37c7fe,_0x38dcfe)=>{const _0x3f816d=_0x38dcfe[_0x38dcfe['length']-0x1];_0x3f816d&&_0x3f816d['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x16f8cf['model']['change'](()=>{let _0x578ca6=_0x16f8cf['model']['insertContent'](_0x38dcfe[0x0],_0x38dcfe[0x1],_0x38dcfe[0x2],{'forceDefaultExecution':!0x0});if(!_0x578ca6)return;_0x37c7fe['return']=_0x578ca6['clone']();const _0x1a7c6d=_0x578ca6['end']['nodeBefore'],_0x481bac=_0x16f8cf['model']['schema'];_0x1a7c6d&&_0x481bac['isBlock'](_0x1a7c6d)&&!_0x481bac['isObject'](_0x1a7c6d)&&(_0x578ca6=_0x16f8cf['model']['createRange'](_0x578ca6['start'],_0x16f8cf['model']['createPositionAt'](_0x1a7c6d,'end'))),this['markInsertion'](_0x578ca6);}),_0x37c7fe['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x5d5fe9=new x(_0x16f8cf,this['_suggestions']);_0x16f8cf['commands']['add']('acceptSuggestion',_0x5d5fe9),this['enableCommand']('acceptSuggestion');const _0x20fbf2=new R(_0x16f8cf,this['_suggestions']);_0x16f8cf['commands']['add']('discardSuggestion',_0x20fbf2),this['enableCommand']('discardSuggestion'),_0x16f8cf['commands']['add']('acceptAllSuggestions',new E(_0x16f8cf,_0x5d5fe9,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x16f8cf['commands']['add']('discardAllSuggestions',new E(_0x16f8cf,_0x20fbf2,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x16f8cf['commands']['add']('acceptSelectedSuggestions',new O(_0x16f8cf,_0x5d5fe9,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x16f8cf['commands']['add']('discardSelectedSuggestions',new O(_0x16f8cf,_0x20fbf2,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x551e7b=_0x16f8cf['plugins']['get']('CommentsRepository');this['listenTo'](_0x551e7b,'addComment',(_0x291d70,{threadId:_0x344e1f})=>{const _0x32d69d=this['_suggestions']['get'](_0x344e1f);_0x32d69d&&_0x32d69d['commentThread']&&0x1===_0x32d69d['commentThread']['length']&&this['_updateSuggestionData'](_0x344e1f,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x551e7b,'removeComment',(_0x4b3a44,{threadId:_0x1e4c99})=>{const _0x55d948=this['_suggestions']['get'](_0x1e4c99);_0x55d948&&_0x55d948['commentThread']&&!_0x55d948['commentThread']['length']&&this['_updateSuggestionData'](_0x1e4c99,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x41496f){if(this['_adapter'])throw new _0x97e699('track-changes-adapter-already-set',this);this['_adapter']=_0x41496f;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x8a518d=!0x1,toJSON:_0x54d2bc=!0x1}={}){const _0x242f54=[];for(const _0x52d558 of this['_suggestions']['values']())_0x8a518d&&!_0x52d558['isInContent']||_0x242f54['push'](_0x52d558);return _0x54d2bc?_0x242f54['map'](_0x428204=>_0x428204['toJSON']()):_0x242f54;}['getSuggestion'](_0x493bc2){const _0x1de77d=this['_suggestions']['get'](_0x493bc2);if(!_0x1de77d)throw new _0x97e699('track-changes-suggestion-not-found',this);return _0x1de77d;}['hasSuggestion'](_0x4e5a3b){return this['_suggestions']['has'](_0x4e5a3b);}['addSuggestionData'](_0x507697){const {authorId:_0x4bef07,id:_0x5d77d9,attributes:_0x3e013a}=_0x507697,[_0x473057,_0x441e27]=_0x507697['type']['split'](':'),_0x49758e=this['_suggestions']['get'](_0x5d77d9)||this['_createSuggestion'](_0x473057,_0x441e27,_0x5d77d9,_0x4bef07,_0x3e013a);if(this['_addThreadToSuggestion'](_0x49758e),this['_checkSuggestionCorrectness'](_0x49758e,_0x473057,_0x441e27||null,_0x4bef07),_0x49758e['createdAt']=_0x507697['createdAt'],_0x49758e['_isDataLoaded']=!0x0,_0x3e013a&&_0x3e013a['@external']){const _0x40ef32=_0x3e013a['@external'],_0x385a7a=this['_getExternalAuthor'](_0x40ef32['authorName']);_0x49758e['authoredAt']=_0x40ef32['createdAt'],_0x49758e['author']=_0x385a7a,_0x49758e['isExternal']=!0x0;}else _0x49758e['authoredAt']=_0x507697['createdAt'];switch(_0x507697['data']&&(_0x49758e['data']=_0x507697['data']),_0x507697['attributes']&&(_0x49758e['attributes']=_0x507697['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x49758e['_saved']=!0x0),this['_suggestionState']['get'](_0x49758e)){case'notReady':this['_suggestionState']['set'](_0x49758e,'dataReady');break;case'markerReady':_0x49758e['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x49758e])),this['_refreshSuggestionsChain'](new Set([_0x49758e])),this['_suggestionState']['set'](_0x49758e,'ready'),this['fire']('suggestionLoaded',_0x49758e)):this['_suggestionState']['set'](_0x49758e,'removed');}return _0x49758e;}['acceptSuggestion'](_0x1d2b76){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x3d5e52 of _0x1d2b76['getAllAdjacentSuggestions']())_0x3d5e52['accept']();});});}['discardSuggestion'](_0x2eea94){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x3ac3ad of _0x2eea94['getAllAdjacentSuggestions']())_0x3ac3ad['discard']();});});}['enableCommand'](_0x4ba31b,_0x48eda7){const _0x1b225a=this['editor']['commands']['get'](_0x4ba31b);if(!_0x1b225a)throw new _0x97e699('track-changes-command-not-found',this,{'commandName':_0x4ba31b});if(this['_enabledCommands']['has'](_0x1b225a))throw new _0x97e699('track-changes-enable-command-twice',this,{'commandName':_0x4ba31b});this['_enabledCommands']['add'](_0x1b225a),_0x48eda7&&_0x1b225a['on']('execute',(_0x1cac6c,_0x1da6fc)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x1da6fc['length']>0x0&&_0x1da6fc[_0x1da6fc['length']-0x1]&&_0x1da6fc[_0x1da6fc['length']-0x1]['forceDefaultExecution']?_0x1da6fc['pop']():(_0x1cac6c['return']=_0x48eda7((..._0xb77263)=>_0x1b225a['execute'](..._0xb77263,{'forceDefaultExecution':!0x0}),..._0x1da6fc),_0x1cac6c['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x4976f8){let _0x364c25,_0x246587;const _0x27f628=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x364c25=_0x4976f8();}catch(_0x484cab){_0x246587=_0x484cab;}return _0x27f628||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x246587&&_0x97e699['rethrowUnexpectedError'](_0x246587,this),_0x364c25;}['markInsertion'](_0x3bf0ad,_0x24df5e=null,_0x1b65bc={}){if(_0x3bf0ad['isCollapsed'])return null;const _0x2b0ce0=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x2124e4,meta:_0x3d6248}of this['_findSuggestions'](_0x3bf0ad,'insertion'))if(_0x3d6248['isOwn']){if(!_0x3d6248['isNextTo']){if(_0x3d6248['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!qt(_0x2124e4,_0x1b65bc))continue;return _0x2124e4;}if(qt(_0x2124e4,_0x1b65bc))return _0x2124e4;this['_breakSuggestionMarker'](_0x2124e4,_0x3bf0ad['start'],_0x3bf0ad['end']);break;}if(_0x24df5e==_0x2124e4['subType']&&qt(_0x2124e4,_0x1b65bc)){const _0xe5c586=_0x2124e4['getFirstRange']();return _0xe5c586['start']['isEqual'](_0x3bf0ad['end'])?this['_setSuggestionRange'](_0x2124e4,this['_model']['createRange'](_0x3bf0ad['start'],_0xe5c586['end'])):this['_setSuggestionRange'](_0x2124e4,this['_model']['createRange'](_0xe5c586['start'],_0x3bf0ad['end'])),_0x2124e4;}}const _0x1576a3=_0x3529ea(),_0x2d8065=_0x2b0ce0['id'],_0x19ef86=_0x24df5e?'insertion:'+_0x24df5e:'insertion',_0x179f5f=this['_setSuggestionData']({'id':_0x1576a3,'type':_0x19ef86,'createdAt':new Date(),'authorId':_0x2d8065,'attributes':_0x1b65bc});return this['_addSuggestionMarker'](_0x19ef86,_0x1576a3,_0x2d8065,_0x3bf0ad),_0x179f5f;}['markMultiRangeInsertion'](_0x510bc2,_0xbce3aa='multi',_0x5266c3={}){const _0x5d30b5=this['editor']['plugins']['get']('Users')['me'],_0x51a8d6=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0xbce3aa,'join');for(const _0x25b52e of this['getSuggestions']())if(_0x25b52e['author']['id']==_0x5d30b5['id']&&'insertion'==_0x25b52e['type']&&_0x25b52e['subType']==_0xbce3aa&&qt(_0x25b52e,_0x5266c3)&&(_0x51a8d6(_0x25b52e['getRanges'](),_0x510bc2)||_0x51a8d6(_0x510bc2,_0x25b52e['getRanges']()))){for(const _0x25eca0 of _0x510bc2)_0x25b52e['addRange'](_0x25eca0);return _0x25b52e;}for(const {suggestion:_0x23740d,meta:_0x53bfe5}of this['_findSuggestions'](_0x510bc2,'insertion')){if(!_0x53bfe5['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x53bfe5['containsRangeInObject'])continue;if(!qt(_0x23740d,_0x5266c3))continue;let _0x2a3140=!0x0;for(const _0x5798be of _0x23740d['getRanges']())for(const _0x49feb0 of _0x510bc2)if(!_0x5798be['containsRange'](_0x49feb0)){_0x2a3140=!0x1;break;}if(_0x2a3140)return _0x23740d;}const _0x4e977e=_0x3529ea(),_0x4fa4e8=_0x5d30b5['id'],_0x136801='insertion:'+_0xbce3aa,_0x183797=this['_setSuggestionData']({'id':_0x4e977e,'type':_0x136801,'createdAt':new Date(),'authorId':_0x4fa4e8,'attributes':_0x5266c3});for(const _0x58d11c of _0x510bc2)this['_addSuggestionMarker'](_0x136801,_0x4e977e,_0x4fa4e8,_0x58d11c,u['getMultiRangeId']());return _0x183797;}['markInlineFormat'](_0x5bb28a,_0x2caeb9,_0x3be737=null,_0x38c1fd={}){if(_0x3be737=_0x3be737||Gt(_0x2caeb9),_0x5bb28a['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x1f4627=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x3be737,'accept');return this['forceDefaultExecution'](()=>_0x1f4627([_0x5bb28a],_0x2caeb9,_0x38c1fd)),null;}const _0xbb0546=this['editor']['plugins']['get']('Users')['me'],_0x84b157=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x5a0497,meta:_0x4f0608}of this['_findSuggestions'](_0x5bb28a,'insertion'))_0x4f0608['isOwn']&&!_0x4f0608['isInsideObject']&&_0x84b157['push'](..._0x5a0497['getRanges']());}const _0x101724=function(_0x17e3d6,_0x40b421){const _0x259241=[];for(const _0x5b89d5 of _0x40b421){const _0x3531ac=_0x17e3d6['getIntersection'](_0x5b89d5);_0x3531ac&&_0x259241['push'](_0x3531ac);}return _0x259241;}(_0x5bb28a,_0x84b157),_0x47b261=function(_0x468051,_0x171c87){const _0xa92f17=[_0x468051];for(const _0x354f1e of _0x171c87){let _0x1259bb=0x0;for(;_0x1259bb<_0xa92f17['length'];){const _0x4f3e53=_0xa92f17[_0x1259bb]['getDifference'](_0x354f1e);_0xa92f17['splice'](_0x1259bb,0x1,..._0x4f3e53),_0x1259bb+=_0x4f3e53['length'];}}return _0xa92f17;}(_0x5bb28a,_0x84b157);_0x101724['length']&&this['_model']['change'](()=>{for(const _0xfe3d52 of _0x101724){const _0x44fd20=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x3be737,'accept');this['forceDefaultExecution'](()=>_0x44fd20([_0xfe3d52],_0x2caeb9,_0x38c1fd));}});for(const _0x319ec4 of _0x47b261){let _0x152fe8=null,_0x2a51ba=_0x319ec4['start'],_0x5936b3=_0x319ec4['end'];for(const {suggestion:_0x4687c7,meta:_0x4f2325}of this['_findSuggestions'](_0x319ec4,'formatInline')){if(!_0x4f2325['isOwn'])continue;if(_0x4687c7['subType']!=_0x3be737)continue;if(!qt(_0x4687c7,_0x38c1fd))continue;const _0x38447f=_0x4687c7['getFirstRange']();if(_0x38447f['containsRange'](_0x319ec4,!0x0))return null;_0x2a51ba=_0x2a51ba['isBefore'](_0x38447f['start'])?_0x2a51ba:_0x38447f['start'],_0x5936b3=_0x5936b3['isAfter'](_0x38447f['end'])?_0x5936b3:_0x38447f['end'],_0x152fe8?_0x38447f['start']['isBefore'](_0x152fe8['getFirstRange']()['start'])?(_0x152fe8['removeMarkers'](),_0x152fe8=_0x4687c7):_0x4687c7['removeMarkers']():_0x152fe8=_0x4687c7;}const _0x2f1de1=this['_model']['createRange'](_0x2a51ba,_0x5936b3);if(_0x152fe8)this['_setSuggestionRange'](_0x152fe8,_0x2f1de1);else{const _0x28c354=_0x3529ea(),_0x25e28a=_0xbb0546['id'];this['_setSuggestionData']({'id':_0x28c354,'type':'formatInline:'+_0x3be737,'data':_0x2caeb9,'createdAt':new Date(),'authorId':_0x25e28a,'attributes':_0x38c1fd}),this['_addSuggestionMarker']('formatInline:'+_0x3be737,_0x28c354,_0x25e28a,_0x2f1de1);}}return null;}['markBlockFormat'](_0x1519f7,_0x3a1abd,_0x1c3267=[],_0x4eaf1f=null,_0x4c20fc={}){_0x3a1abd['formatGroupId']||(_0x3a1abd['formatGroupId']=_0x3a1abd['commandName']),_0x3a1abd['multipleBlocks']=_0x1519f7['is']('range'),_0x4eaf1f=_0x4eaf1f||Gt(_0x3a1abd);const _0x14492b=_0x1c3267['map'](_0x54b577=>Lt(_0x54b577,this['_model'])),_0x4b30bb=_0x1519f7['is']('range')?_0x1519f7:Lt(_0x1519f7,this['_model']);if('never'===this['_trackFormatChanges']){const _0x19095d=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x4eaf1f,'accept');return this['forceDefaultExecution'](()=>_0x19095d([_0x4b30bb],_0x3a1abd,_0x4c20fc)),null;}_0x14492b['push'](_0x4b30bb);let _0x58f02b=!0x0;for(const _0x2df9ed of _0x14492b)if(!this['_rangeIsInLocalUserInsertion'](_0x2df9ed)){_0x58f02b=!0x1;break;}if(_0x58f02b&&'always'!==this['_trackFormatChanges']){const _0x28f754=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x4eaf1f,'accept');return this['forceDefaultExecution'](()=>_0x28f754([_0x4b30bb],_0x3a1abd,_0x4c20fc)),null;}let _0x2fe5e6=null,_0x38a860=_0x4b30bb['start'],_0x1f840f=_0x4b30bb['end'];for(const {suggestion:_0x3a1b47,meta:_0xeeb8c0}of this['_findSuggestions'](_0x4b30bb,'formatBlock')){if(!_0xeeb8c0['isOwn'])continue;if(_0xeeb8c0['isNextTo']||_0xeeb8c0['containsRangeInObject']||_0xeeb8c0['isInsideObject'])continue;if(_0x3a1b47['data']['formatGroupId']!=_0x3a1abd['formatGroupId'])continue;if(!qt(_0x3a1b47,_0x4c20fc))continue;const _0x5ae0bf=_0x3a1b47['getFirstRange']();if(_0x3a1b47['subType']==_0x4eaf1f){if(_0x5ae0bf['containsRange'](_0x4b30bb,!0x0))return null;_0x38a860=_0x38a860['isBefore'](_0x5ae0bf['start'])?_0x38a860:_0x5ae0bf['start'],_0x1f840f=_0x1f840f['isAfter'](_0x5ae0bf['end'])?_0x1f840f:_0x5ae0bf['end'],_0x2fe5e6?_0x5ae0bf['start']['isBefore'](_0x2fe5e6['getFirstRange']()['start'])?(_0x2fe5e6['removeMarkers'](),_0x2fe5e6=_0x3a1b47):_0x3a1b47['removeMarkers']():_0x2fe5e6=_0x3a1b47;}else{const _0x4ee718=_0x4b30bb['getIntersection'](_0x5ae0bf);this['_cutOutSuggestionMarker'](_0x3a1b47,_0x4ee718);}}const _0x417078=this['editor']['plugins']['get']('Users')['me'],_0x2ff7e4=_0x3529ea(),_0x30c7ea=_0x417078['id'];if(_0x2fe5e6)return this['_setSuggestionRange'](_0x2fe5e6,this['_model']['createRange'](_0x38a860,_0x1f840f)),_0x2fe5e6;{const _0x1f0e93=this['_setSuggestionData']({'id':_0x2ff7e4,'type':'formatBlock:'+_0x4eaf1f,'data':_0x3a1abd,'createdAt':new Date(),'authorId':_0x30c7ea,'attributes':_0x4c20fc});return this['_addSuggestionMarker']('formatBlock:'+_0x4eaf1f,_0x2ff7e4,_0x30c7ea,this['_model']['createRange'](_0x38a860,_0x1f840f)),_0x1f0e93;}}['markMultiRangeBlockFormat'](_0x383bde,_0x502689,_0x274ba0=[],_0x33fd8c=null,_0x514724={}){_0x502689['formatGroupId']||(_0x502689['formatGroupId']=_0x502689['commandName']);const _0x3bb2da=_0x383bde[0x0];_0x502689['multipleBlocks']=_0x3bb2da['is']('range'),_0x33fd8c=_0x33fd8c||Gt(_0x502689);const _0x256fe6=_0x274ba0['map'](_0x38e275=>Lt(_0x38e275,this['_model'])),_0x54f564=_0x3bb2da['is']('range')?_0x383bde:_0x383bde['map'](_0x117c57=>Lt(_0x117c57,this['_model']));if('never'===this['_trackFormatChanges']){const _0x36d10a=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x33fd8c,'accept');return this['forceDefaultExecution'](()=>_0x36d10a(_0x54f564,_0x502689,_0x514724)),null;}_0x256fe6['push'](..._0x54f564);let _0x30cc68=!0x0;for(const _0x1a1708 of _0x256fe6)if(!this['_rangeIsInLocalUserInsertion'](_0x1a1708)){_0x30cc68=!0x1;break;}if(_0x30cc68&&'always'!==this['_trackFormatChanges']){const _0x2f6e1e=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x33fd8c,'accept');return this['forceDefaultExecution'](()=>_0x2f6e1e(_0x54f564,_0x502689,_0x514724)),null;}const _0x537717=this['editor']['plugins']['get']('Users')['me'];for(const _0x4525d0 of this['getSuggestions']()){if(_0x4525d0['author']['id']!=_0x537717['id'])continue;if('formatBlock'!=_0x4525d0['type']||_0x4525d0['data']['formatGroupId']!=_0x502689['formatGroupId'])continue;if(!qt(_0x4525d0,_0x514724))continue;const _0x528b0b=_0x4525d0['subType']==_0x33fd8c;for(let _0x22ae25=0x0;_0x22ae25<_0x54f564['length'];_0x22ae25++){const _0xa1ace3=_0x54f564[_0x22ae25];for(const _0x312f39 of _0x4525d0['getMarkers']()){const _0x4e6d4b=_0x312f39['getRange']();if(_0xa1ace3['isEqual'](_0x4e6d4b)){_0x528b0b?(_0x54f564['splice'](_0x22ae25,0x1),_0x22ae25--):_0x4525d0['removeMarker'](_0x312f39['name']);break;}}}}if(0x0==_0x54f564['length'])return null;const _0x1637aa=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x33fd8c,'join');for(const _0x9acb3d of this['getSuggestions']())if(_0x9acb3d['author']['id']==_0x537717['id']&&'formatBlock'==_0x9acb3d['type']&&_0x9acb3d['data']['formatGroupId']==_0x502689['formatGroupId']&&_0x9acb3d['subType']==_0x33fd8c&&qt(_0x9acb3d,_0x514724)&&(_0x1637aa(_0x9acb3d['getRanges'](),_0x54f564)||_0x1637aa(_0x54f564,_0x9acb3d['getRanges']()))){for(const _0x2a60d1 of _0x54f564)_0x9acb3d['addRange'](_0x2a60d1);return _0x9acb3d;}const _0x43d2d9=_0x3529ea(),_0x54f38b=_0x537717['id'],_0x4b79e4='formatBlock:'+_0x33fd8c,_0x2abd5b=this['_setSuggestionData']({'id':_0x43d2d9,'type':_0x4b79e4,'data':_0x502689,'createdAt':new Date(),'authorId':_0x54f38b,'attributes':_0x514724});for(const _0x50e931 of _0x54f564)this['_addSuggestionMarker'](_0x4b79e4,_0x43d2d9,_0x54f38b,_0x50e931,u['getMultiRangeId']());return _0x2abd5b;}['markDeletion'](_0x121e51,_0x4c9598=null,_0x4b8c8c={}){if(_0x121e51['isCollapsed'])return null;const _0x5d3230=this['editor']['plugins']['get']('Users')['me'],_0x52b9eb=new _0x1c0e5b(_0x121e51['start'],_0x121e51['end']);for(const {suggestion:_0x5227ed,meta:_0x5c0979}of this['_findSuggestions'](_0x52b9eb,'insertion'))if(_0x5c0979['isOwn']&&!_0x5c0979['isNextTo']){if(_0x5227ed['isMultiRange']){const _0xe78239=_0x5227ed['getRanges']()['filter'](_0x44b7af=>'$graveyard'!=_0x44b7af['root']['rootName']);_0xe78239['every'](_0x48adda=>_0x52b9eb['containsRange'](_0x48adda,!0x0))&&_0x5227ed['discard']();if(_0xe78239['some'](_0xf93b23=>_0xf93b23['containsRange'](_0x52b9eb,!0x0))){const _0x59d73d=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4c9598,'accept');return this['forceDefaultExecution'](()=>_0x59d73d([_0x52b9eb],null,_0x4b8c8c)),null;}}else{const _0x152f75=_0x52b9eb['getIntersection'](_0x5227ed['getFirstRange']());null!==_0x152f75&&_0x5227ed['_onDiscard']([_0x152f75],null,_0x4b8c8c);}}if(_0x52b9eb['detach'](),_0x52b9eb['isCollapsed']||'$graveyard'==_0x52b9eb['root']['rootName'])return null;let _0x4189f6=null,_0x3ac4f5=_0x52b9eb['start'],_0x4ac780=_0x52b9eb['end'];const _0x5227a4=this['_findSuggestions'](_0x52b9eb,'deletion');for(const {suggestion:_0xae6582,meta:_0x537a90}of _0x5227a4){const _0x2ba13f=this['_model']['createRange'](_0x3ac4f5,_0x4ac780);if(_0x537a90['isOwn']&&(this['_mergeNestedSuggestions']||!_0x537a90['containsRangeInObject']&&!_0x537a90['isInsideObject'])){if(_0xae6582['isMultiRange']){if(!qt(_0xae6582,_0x4b8c8c))continue;let _0x38828c=!0x0;for(const _0x36ef30 of _0xae6582['getRanges']()){if(_0x36ef30['containsRange'](_0x2ba13f,!0x0))return _0xae6582;_0x2ba13f['containsRange'](_0x36ef30)||(_0x38828c=!0x1);}_0x38828c&&_0xae6582['discard']();}else{const _0x41551a=_0xae6582['getFirstRange']();if(_0x41551a['containsRange'](_0x2ba13f,!0x0))return _0xae6582;if(!qt(_0xae6582,_0x4b8c8c)){_0x2ba13f['containsRange'](_0x41551a)?_0xae6582['removeMarkers']():_0x41551a['containsPosition'](_0x3ac4f5)?_0x3ac4f5=_0x41551a['end']:_0x41551a['containsPosition'](_0x4ac780)&&(_0x4ac780=_0x41551a['start']);continue;}_0x3ac4f5=_0x3ac4f5['isBefore'](_0x41551a['start'])?_0x3ac4f5:_0x41551a['start'],_0x4ac780=_0x4ac780['isAfter'](_0x41551a['end'])?_0x4ac780:_0x41551a['end'],_0x4b8c8c=Object['assign']({},_0xae6582['attributes']),_0x4189f6?_0x41551a['start']['isBefore'](_0x4189f6['getFirstRange']()['start'])?(_0x4189f6['removeMarkers'](),_0x4189f6=_0xae6582):_0xae6582['removeMarkers']():_0x4189f6=_0xae6582;}}}if(_0x4189f6)return this['_setSuggestionRange'](_0x4189f6,this['_model']['createRange'](_0x3ac4f5,_0x4ac780)),_0x4189f6;{const _0x5c2d34=_0x3529ea(),_0x4b0009=this['_model']['createRange'](_0x3ac4f5,_0x4ac780),_0x21a6bc=_0x5d3230['id'],_0x4a9824=_0x4c9598?'deletion:'+_0x4c9598:'deletion',_0x1921b9=this['_setSuggestionData']({'id':_0x5c2d34,'type':_0x4a9824,'createdAt':new Date(),'authorId':_0x21a6bc,'attributes':_0x4b8c8c});return this['_addSuggestionMarker'](_0x4a9824,_0x5c2d34,_0x21a6bc,_0x4b0009),_0x1921b9;}}['markMultiRangeDeletion'](_0x18fc2c,_0x3a5483='multi',_0x3f33ad={}){const _0x2e3c1b=this['editor']['plugins']['get']('Users')['me'],_0x3143bc=_0x18fc2c['map'](_0x197ca3=>new _0x1c0e5b(_0x197ca3['start'],_0x197ca3['end'])),_0xe24260=new Set();for(const {suggestion:_0x3b030e,meta:_0xb7c1c2}of this['_findSuggestions'](_0x3143bc,'insertion'))_0xb7c1c2['isOwn']&&!_0xb7c1c2['isNextTo']&&_0xe24260['add'](_0x3b030e);for(const _0x54a48 of _0xe24260)if(_0x54a48['isMultiRange']){const _0xd4f8c9=_0x54a48['getRanges']();(!_0x54a48['attributes']||!_0x54a48['attributes']['skipNestingCheck'])&&(_0xd4f8c9['every'](_0x4f1c28=>_0x3143bc['some'](_0x2d2f54=>_0x2d2f54['containsRange'](_0x4f1c28,!0x0)))&&_0x54a48['discard']());if(_0x3143bc['every'](_0xa6e954=>_0xd4f8c9['some'](_0x17cb17=>_0x17cb17['containsRange'](_0xa6e954,!0x0)))){const _0x3f51f1=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x3a5483,'accept');return this['forceDefaultExecution'](()=>_0x3f51f1(_0x18fc2c,null,_0x3f33ad)),null;}}else{const _0x489794=_0x54a48['getFirstRange']();_0x3143bc['some'](_0x4ce5b8=>_0x4ce5b8['containsRange'](_0x489794,!0x0))&&_0x54a48['discard']();if(_0x3143bc['every'](_0x5718fe=>_0x489794['containsRange'](_0x5718fe,!0x0))){const _0x3a955d=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x3a5483,'accept');return this['forceDefaultExecution'](()=>_0x3a955d(_0x3143bc,null,_0x3f33ad)),null;}}const _0x41a742=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x3a5483,'join');let _0x36677e=null;for(const _0x1edcb6 of this['getSuggestions']())if(_0x1edcb6['author']['id']==_0x2e3c1b['id']&&_0x1edcb6['isInContent']&&'deletion'==_0x1edcb6['type']&&_0x1edcb6['subType']==_0x3a5483&&qt(_0x1edcb6,_0x3f33ad)&&(_0x41a742(_0x1edcb6['getRanges'](),_0x3143bc)||_0x41a742(_0x3143bc,_0x1edcb6['getRanges']()))){if(_0x36677e){if(_0x1edcb6['commentThread']&&_0x1edcb6['commentThread']['length'])continue;for(const _0xe29086 of _0x1edcb6['getRanges']())_0x36677e['isIntersectingWithRange'](_0xe29086)||_0x36677e['addRange'](_0xe29086);_0x1edcb6['removeMarkers']();}else{_0x36677e=_0x1edcb6;for(const _0x4d0e57 of _0x3143bc)_0x1edcb6['isIntersectingWithRange'](_0x4d0e57)||_0x1edcb6['addRange'](_0x4d0e57);}}if(_0x36677e)return _0x36677e;_0xe24260['clear']();for(const {suggestion:_0x92c554,meta:_0x34fdca}of this['_findSuggestions'](_0x3143bc,'deletion'))_0x34fdca['isOwn']&&(this['_mergeNestedSuggestions']||!_0x34fdca['containsRangeInObject']&&!_0x34fdca['isInsideObject'])&&qt(_0x92c554,_0x3f33ad)&&_0xe24260['add'](_0x92c554);for(const _0x34e7c4 of _0xe24260){const _0x37c910=_0x34e7c4['getRanges']();if(!_0x3f33ad||!_0x3f33ad['skipNestingCheck']){if(_0x3143bc['every'](_0x3a8121=>_0x37c910['some'](_0x1fe1f4=>_0x1fe1f4['containsRange'](_0x3a8121,!0x0))))return _0x34e7c4;}(!_0x34e7c4['attributes']||!_0x34e7c4['attributes']['skipNestingCheck'])&&(_0x37c910['every'](_0x282e74=>_0x3143bc['some'](_0x167f8f=>_0x167f8f['containsRange'](_0x282e74,!0x0)))&&_0x34e7c4['discard']());}const _0xae7640=_0x3529ea(),_0x53e381=_0x2e3c1b['id'],_0x2c4aca='deletion:'+_0x3a5483,_0x449b57=this['_setSuggestionData']({'id':_0xae7640,'type':_0x2c4aca,'createdAt':new Date(),'authorId':_0x53e381,'attributes':_0x3f33ad});for(const _0x216b20 of _0x3143bc)_0x216b20['detach'](),_0x216b20['isCollapsed']||'$graveyard'==_0x216b20['root']['rootName']||this['_addSuggestionMarker'](_0x2c4aca,_0xae7640,_0x53e381,_0x216b20,u['getMultiRangeId']());return _0x449b57;}['markAttributeChange'](_0x5632bd,_0x365772,_0x1ecf63,_0x78d719,_0x27d498){if(_0x5632bd['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x5748ad=this['editor']['plugins']['get']('Users')['me']['id'],_0x336709=Array['from'](this['_suggestions']['values']())['filter'](_0x4f091c=>'attribute'==_0x4f091c['type']&&_0x4f091c['data']['key']==_0x365772&&_0x4f091c['isIntersectingWithRange'](_0x5632bd));if('default'===this['_trackFormatChanges']){const _0x50cebd=this['_findSuggestions'](_0x5632bd,'insertion')['filter'](({meta:_0x56dd70})=>_0x56dd70['isOwn']&&!_0x56dd70['isInsideObject']&&!_0x56dd70['isNextTo'])['map'](({suggestion:_0x290da0})=>_0x290da0);_0x336709['unshift'](..._0x50cebd);}const _0x1523b9=new Map([[_0x5632bd,_0x1ecf63]]);for(const _0x29cf01 of _0x336709){const _0x7de2ac='attribute'==_0x29cf01['type']?_0x29cf01['data']['oldValue']:void 0x0,_0x5ede12=_0x29cf01['getFirstRange'](),_0x421416=Array['from'](_0x1523b9['keys']())['find'](_0x312dda=>_0x312dda['isIntersecting'](_0x5ede12));if(!_0x421416)continue;const _0x1988b2=_0x421416['getDifference'](_0x5ede12);this['_isBlockAttribute'](_0x365772)&&'insertion'==_0x29cf01['type']&&0x0!=_0x1988b2['length']||(_0x1523b9['delete'](_0x421416),_0x1988b2['forEach'](_0x38b9c9=>{_0x1523b9['set'](_0x38b9c9,_0x1ecf63);}),'insertion'!=_0x29cf01['type']&&_0x7de2ac!=_0x78d719&&_0x1523b9['set'](_0x421416['getIntersection'](_0x5ede12),_0x7de2ac));}const _0xcbd91d=[];for(const [_0x4505ae,_0x4e0d2d]of _0x1523b9){const _0x41ce6c=_0x3529ea(),_0x164f93={'key':_0x365772,'oldValue':_0x4e0d2d,'newValue':_0x78d719};_0x365772['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':_0x365772});const _0x2467e7=('attribute:'+(_0x365772+'|'+Gt({'newValue':_0x78d719})))['substring'](0x0,0x3c),_0x488cf3=this['_setSuggestionData']({'id':_0x41ce6c,'type':_0x2467e7,'data':_0x164f93,'createdAt':new Date(),'authorId':_0x5748ad,'attributes':_0x27d498});_0xcbd91d['push'](_0x488cf3),this['_addSuggestionMarker'](_0x2467e7,_0x41ce6c,_0x5748ad,_0x4505ae);}return _0xcbd91d;}['enableDefaultAttributesIntegration'](_0xe0e78f){this['enableCommand'](_0xe0e78f,(_0x4413e3,..._0x11a6da)=>{this['_recordAttributeChanges'](()=>{_0x4413e3(..._0x11a6da);});});}['registerBlockAttribute'](_0x497f31){this['_blockAttributeKeys']['add'](_0x497f31);}['registerInlineAttribute'](_0x1f1810){this['_inlineAttributeKeys']['add'](_0x1f1810);}['_getAttributeKey'](_0x55c806){return'attribute'==_0x55c806['type']?_0x55c806['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x3423f4,_0x421344){const _0x3d8018=_0x3423f4['getFirstMarker']();this['_model']['change'](_0x3ddf49=>{_0x3ddf49['updateMarker'](_0x3d8018,{'range':_0x421344});});}['_addThreadToSuggestion'](_0x38a572){const _0x1252fb=_0x38a572['id'],_0x1937a1=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x1252fb)||this['_commentsRepository']['addCommentThread']({'channelId':_0x1937a1,'threadId':_0x1252fb,'isResolvable':!0x1,'isSubmitted':!0x0});const _0xfacfde=this['_commentsRepository']['getCommentThread'](_0x1252fb);_0xfacfde['unbind']('isRemovable'),_0xfacfde['isRemovable']=!0x1,_0x38a572['commentThread']=_0xfacfde;}['_checkSuggestionCorrectness'](_0x2de4b3,_0x1ee632,_0x160be4,_0x5e17bf){if(_0x2de4b3['type']!=_0x1ee632||_0x2de4b3['subType']!=_0x160be4||_0x2de4b3['creator']['id']!=_0x5e17bf)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x97e699('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x14e5d5,_0x12cdc4){const _0x58995c=_0x14e5d5['getFirstRange']();if(_0x12cdc4['isEqual'](_0x58995c))_0x14e5d5['removeMarkers']();else{if(_0x58995c['containsRange'](_0x12cdc4)){const _0x337e16=this['_model']['createPositionAt'](_0x12cdc4['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x14e5d5,this['_model']['createRange'](_0x58995c['start'],_0x337e16));const _0x39e80b=_0x3529ea(),_0x15498a=_0x14e5d5['creator']['id'],_0x16f6f1=_0x14e5d5['type']+':'+_0x14e5d5['subType'];this['_setSuggestionData']({'id':_0x39e80b,'type':_0x16f6f1,'createdAt':new Date(),'authorId':_0x15498a,'data':_0x14e5d5['data'],'attributes':_0x14e5d5['attributes']});const _0x5b2024=this['_model']['createPositionAt'](_0x12cdc4['end']['parent'],'after'),_0x59cd3c=this['_model']['createRange'](_0x5b2024,_0x58995c['end']);this['_addSuggestionMarker'](_0x16f6f1,_0x39e80b,_0x15498a,_0x59cd3c);}else{if(_0x58995c['containsPosition'](_0x12cdc4['start'])){const _0x3fd860=this['_model']['createPositionAt'](_0x12cdc4['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x14e5d5,this['_model']['createRange'](_0x58995c['start'],_0x3fd860));}else{const _0x56f879=this['_model']['createPositionAt'](_0x12cdc4['end']['parent'],'after');this['_setSuggestionRange'](_0x14e5d5,this['_model']['createRange'](_0x56f879,_0x58995c['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x3f9076){for(const {suggestion:_0x2d1617,meta:_0x4d74d4}of this['_findSuggestions'](_0x3f9076,'insertion')){if(!_0x4d74d4['isOwn'])continue;const _0x393ceb=_0x2d1617['getRanges']();for(const _0xa119b5 of _0x393ceb)if(!_0x3f9076['getDifference'](_0xa119b5)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x55c86c){const _0x1b7ea7=this['editor']['plugins']['get']('Users')['getUser'](_0x55c86c);if(!_0x1b7ea7)throw new _0x97e699('track-changes-user-not-found',this);return _0x1b7ea7;}['_getExternalAuthor'](_0x1b78eb){const _0x352351=this['editor']['plugins']['get']('Users'),_0x36ea77=_0x39bb84('external:'+_0x1b78eb),_0x15f4ea=_0x352351['getUser'](_0x36ea77);return _0x15f4ea||_0x352351['addUser']({'id':_0x36ea77,'name':_0x1b78eb});}['_createSuggestion'](_0xfdc35b,_0x33b9ef,_0x53162b,_0x13d27b,_0x25e015){const _0x2af9b6=this['_getAuthorFromId'](_0x13d27b),_0x92c2f5=this['_suggestionFactory']['buildSuggestion'](_0xfdc35b,_0x33b9ef,_0x53162b,_0x2af9b6,_0x25e015,_0x4b3946=>{this['_updateSuggestionData'](_0x53162b,{'attributes':_0x4b3946});const _0x2e887a=this['getSuggestion'](_0x53162b);this['_joinWithAdjacentSuggestions'](new Set([_0x2e887a])),this['_refreshSuggestionsChain'](new Set([_0x2e887a]));});return this['listenTo'](_0x92c2f5,'accept',()=>{this['_updateSuggestionData'](_0x53162b,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x92c2f5,'discard',()=>{this['_updateSuggestionData'](_0x53162b,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x53162b,_0x92c2f5),this['_suggestionState']['set'](_0x92c2f5,'notReady'),_0x92c2f5;}['_splitMarkerName'](_0x34b4f7){const _0x139877=_0x34b4f7['split'](':');return{'group':_0x139877[0x0],'type':_0x139877[0x1],'subType':_0x139877['length']>=0x5?_0x139877[0x2]:null,'id':_0x139877['length']<0x5?_0x139877[0x2]:_0x139877[0x3],'authorId':_0x139877['length']<0x5?_0x139877[0x3]:_0x139877[0x4],'markerCount':0x6==_0x139877['length']?_0x139877[0x5]:null};}['_breakSuggestionMarker'](_0x2232f7,_0x358c20,_0x34aeac){const _0x1bf528=_0x2232f7['getFirstRange'](),_0x2431fa=_0x1bf528['start'],_0x165b5c=_0x1bf528['end'];this['_setSuggestionRange'](_0x2232f7,this['_model']['createRange'](_0x2431fa,_0x358c20));const _0x20690f=_0x3529ea(),_0x3ed669=_0x2232f7['creator']['id'],_0x1dd2df=_0x2232f7['type']+(_0x2232f7['subType']?':'+_0x2232f7['subType']:'');this['_setSuggestionData']({'id':_0x20690f,'type':_0x1dd2df,'createdAt':new Date(),'authorId':_0x3ed669,'originalSuggestionId':_0x2232f7['id'],'attributes':_0x2232f7['attributes'],'data':_0x2232f7['data']});const _0x434417=this['_getAttributeKey'](_0x2232f7);('formatBlock'==_0x2232f7['type']||_0x434417&&this['_isBlockAttribute'](_0x434417))&&(_0x34aeac=this['_model']['createPositionBefore'](_0x34aeac['parent'])),this['_addSuggestionMarker'](_0x1dd2df,_0x20690f,_0x3ed669,this['_model']['createRange'](_0x34aeac,_0x165b5c));}['_findSuggestions'](_0x103e56,_0x485e70=null){const _0x1dc9b2=[],_0x3d9f20=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x103e56)||(_0x103e56=[_0x103e56]);for(const _0x505966 of this['getSuggestions']()){if(!_0x505966['isInContent'])continue;if(_0x485e70&&_0x505966['type']!=_0x485e70)continue;let _0x57a6d6=!0x1;for(const _0x4a7f40 of _0x505966['getRanges']()){for(const _0x4a8d1d of _0x103e56){const _0x528700=_0x4a8d1d['start']['isEqual'](_0x4a7f40['end'])||_0x4a8d1d['end']['isEqual'](_0x4a7f40['start']);if(_0x528700||_0x4a8d1d['getIntersection'](_0x4a7f40)){const _0x46100d=_0x4a8d1d['containsRange'](_0x4a7f40)&&Ot(this['_model']['schema'],_0x4a7f40['start'],_0x4a8d1d),_0x34f897=_0x4a7f40['containsRange'](_0x4a8d1d)&&Ot(this['_model']['schema'],_0x4a8d1d['start'],_0x4a7f40);_0x1dc9b2['push']({'suggestion':_0x505966,'meta':{'isOwn':_0x3d9f20==_0x505966['author'],'isNextTo':_0x528700,'isInsideObject':_0x46100d,'containsRangeInObject':_0x34f897}}),_0x57a6d6=!0x0;break;}}if(_0x57a6d6)break;}}return _0x1dc9b2;}['_addSuggestionMarker'](_0x9554fd,_0x2aaf1b,_0x14c476,_0x5f289a,_0x4ee9fd){this['_model']['change'](_0x3fa5b4=>{let _0x5b86ed='suggestion:'+_0x9554fd+':'+_0x2aaf1b+':'+_0x14c476;_0x4ee9fd&&(_0x5b86ed=_0x5b86ed+':'+_0x4ee9fd),_0x3fa5b4['addMarker'](_0x5b86ed,{'range':_0x5f289a,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x416d54){const _0x3e5e83=_0x416d54['previous'],_0x36a8d1=_0x416d54['next'];_0x416d54['previous']=null,_0x416d54['next']=null,null!=_0x3e5e83&&_0x3e5e83['next']==_0x416d54&&(_0x3e5e83['next']=_0x36a8d1),null!=_0x36a8d1&&_0x36a8d1['previous']==_0x416d54&&(_0x36a8d1['previous']=_0x3e5e83),'ready'==this['_suggestionState']['get'](_0x416d54)&&(this['_suggestionState']['set'](_0x416d54,'removed'),this['fire']('suggestionUnloaded',_0x416d54,_0x3e5e83,_0x36a8d1));}['_setSuggestionData'](_0x13f5c4){const _0xd68df3=_0x13f5c4['id'],_0x51dd88=this['addSuggestionData'](_0x13f5c4);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x32af12=this['editor']['plugins']['get']('PendingActions'),_0x47cfa4=_0x51dd88['hasComments'],_0x2696fc=_0x51dd88['subType']?_0x51dd88['type']+':'+_0x51dd88['subType']:_0x51dd88['type'],_0x41fedd=this['editor']['locale'],_0x3825ed=_0x32af12['add'](o(_0x41fedd,'PENDING_ACTION_SUGGESTION')),_0x1a5ca6={'id':_0xd68df3,'type':_0x2696fc,'hasComments':_0x47cfa4,'data':_0x13f5c4['data']||null,'originalSuggestionId':_0x13f5c4['originalSuggestionId']||null,'attributes':_0x51dd88['attributes']};this['_adapter']['addSuggestion'](_0x1a5ca6)['then'](_0x5929d4=>{_0x51dd88['_saved']=!0x0,_0x32af12['remove'](_0x3825ed),_0x5929d4&&_0x5929d4['createdAt']&&(this['_suggestions']['get'](_0xd68df3)['createdAt']=_0x5929d4['createdAt']);})['catch'](_0x27cd30=>{throw _0x3be10d('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x51dd88['discard']();}),_0x51dd88['stopListening'](),this['_suggestions']['delete'](_0x51dd88['id']),this['_suggestionState']['delete'](_0x51dd88),_0x27cd30;});}return _0x51dd88;}['_isBlockAttribute'](_0x2fb1c2){return this['_blockAttributeKeys']['has'](_0x2fb1c2);}['_updateSuggestionData'](_0x193b58,_0x2d9e4b){const _0x7aae5c=this['editor']['plugins']['get']('PendingActions'),_0x17f613=this['getSuggestion'](_0x193b58);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x17f613['_saved']){const _0x427e9c=_0x7aae5c['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x193b58,_0x2d9e4b)['then'](()=>{_0x7aae5c['remove'](_0x427e9c);});}else _0x17f613['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x193b58,_0x2d9e4b);});}}['_getSuggestionData'](_0x1725de){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x97e699('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x1725de);}['_handleNewSuggestionMarker'](_0x40f0ea){const {id:_0x166586,type:_0x396812,subType:_0x34cba5,authorId:_0x7d0b51}=this['_splitMarkerName'](_0x40f0ea),_0x166dc9=this['_suggestions']['get'](_0x166586)||this['_createSuggestion'](_0x396812,_0x34cba5,_0x166586,_0x7d0b51,{});switch(this['_checkSuggestionCorrectness'](_0x166dc9,_0x396812,_0x34cba5,_0x7d0b51),this['_suggestionState']['get'](_0x166dc9)){case'notReady':this['_getSuggestionData'](_0x166586)['then'](_0x201956=>{let _0x526e53=Promise['resolve']();_0x201956['hasComments']&&(_0x526e53=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x166586})),_0x526e53['then'](()=>{this['addSuggestionData'](_0x201956)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x166dc9,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x166586,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x166dc9,'ready'),this['fire']('suggestionLoaded',_0x166dc9);break;case'ready':this['fire']('suggestionChanged',_0x166dc9);}return _0x166dc9['addMarkerName'](_0x40f0ea),_0x166dc9;}['_refreshSuggestionsChain'](_0x2577b9){const _0x4726a5=Array['from'](_0x2577b9),_0x1e0f49=_0x4726a5['filter'](_0x3201f9=>'attribute'==_0x3201f9['type']);this['_refreshAttributeSuggestionsChain'](_0x1e0f49);const _0x262748=_0x4726a5['filter'](_0x4a3cfc=>!_0x4a3cfc['isMultiRange']&&'attribute'!=_0x4a3cfc['type']),_0x1a5e4a=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x323d92=>!_0x323d92['isMultiRange']&&'attribute'!=_0x323d92['type']),_0x5aee66=_0x1a5e4a['filter'](_0x56cbb4=>!_0x2577b9['has'](_0x56cbb4)),_0x126ae4=new Map(_0x1a5e4a['map'](_0x5a737f=>[_0x5a737f,this['_suggestionFactory']['getSuggestionCallback'](_0x5a737f['type'],_0x5a737f['subType'],'chain')])),_0x58bbe9=new Map(_0x1a5e4a['map'](_0x7b313c=>[_0x7b313c,_0x7b313c['getFirstRange']()])),_0x1429fa=new Set(),_0xd33d9=new Set();for(let _0x34a3d5=0x0;_0x34a3d5<_0x262748['length'];_0x34a3d5++)_0x467864(_0x262748[_0x34a3d5],_0x262748,_0x34a3d5+0x1);for(let _0x21a9f8=0x0;_0x21a9f8<_0x262748['length'];_0x21a9f8++)_0x467864(_0x262748[_0x21a9f8],_0x5aee66,0x0);const _0x5a8882=new Set();for(let _0x2449a1=0x0;_0x2449a1<_0x262748['length'];_0x2449a1++){const _0x1ea9a0=_0x262748[_0x2449a1];!_0xd33d9['has'](_0x1ea9a0)&&_0x1ea9a0['previous']&&(_0x5a8882['add'](_0x1ea9a0['previous']),_0x1ea9a0['previous']['next']===_0x1ea9a0&&(_0x1ea9a0['previous']['next']=null),_0x1ea9a0['previous']=null),!_0x1429fa['has'](_0x1ea9a0)&&_0x1ea9a0['next']&&(_0x5a8882['add'](_0x1ea9a0['next']),_0x1ea9a0['next']['previous']===_0x1ea9a0&&(_0x1ea9a0['next']['previous']=null),_0x1ea9a0['next']=null);}function _0x467864(_0x350fa9,_0x55e64a,_0x5772c4){for(let _0x58b1c5=_0x5772c4;_0x58b1c5<_0x55e64a['length'];_0x58b1c5++){const _0x22f2ba=_0x56a100(_0x350fa9,_0x55e64a[_0x58b1c5]);_0x22f2ba&&(_0x22f2ba[0x0]['next']=_0x22f2ba[0x1],_0x22f2ba[0x1]['previous']=_0x22f2ba[0x0],_0x1429fa['add'](_0x22f2ba[0x0]),_0xd33d9['add'](_0x22f2ba[0x1]));}}function _0x56a100(_0x3d5321,_0x4e5317){if(_0x3d5321['author']['id']!==_0x4e5317['author']['id'])return null;const _0x1831cc=_0x126ae4['get'](_0x3d5321)(_0x3d5321,_0x4e5317,_0x58bbe9['get'](_0x3d5321),_0x58bbe9['get'](_0x4e5317));if(!_0x1831cc)return null;return _0x126ae4['get'](_0x4e5317)(_0x3d5321,_0x4e5317,_0x58bbe9['get'](_0x3d5321),_0x58bbe9['get'](_0x4e5317))?_0x1831cc[0x1]['commentThread']&&_0x1831cc[0x1]['commentThread']['length']?null:_0x1831cc:null;}_0x5a8882['size']&&this['_refreshSuggestionsChain'](_0x5a8882);}['_refreshAttributeSuggestionsChain'](_0x1d79e4){if(0x0==_0x1d79e4['length'])return;const _0x411113=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5ec69f=>'attribute'==_0x5ec69f['type']&&_0x5ec69f['_isDataLoaded']),_0x2b0926=[],_0x1582e8=new Map();for(const _0x477e06 of _0x411113){const _0x4eb5ee=_0x39bb84(_0x477e06['attributes']);_0x1582e8['has'](_0x4eb5ee)||(_0x1582e8['set'](_0x4eb5ee,_0x2b0926['length']),_0x2b0926['push']([]));const _0x505ca6=_0x1582e8['get'](_0x4eb5ee);_0x2b0926[_0x505ca6]['push'](_0x477e06);}!(function(){_0x2b0926['sort']((_0x209cf9,_0x1607f5)=>{const _0x1e1530=_0x209cf9[0x0]['createdAt'],_0x5a8a97=_0x1607f5[0x0]['createdAt'];return _0x1e1530==_0x5a8a97?_0x209cf9[0x0]['attributes']['groupId']<_0x1607f5[0x0]['attributes']['groupId']?-0x1:0x1:_0x1e1530<_0x5a8a97?-0x1:0x1;});for(const _0x2dea42 of _0x2b0926)_0x2dea42['sort']((_0x44240a,_0x453af5)=>_0x44240a['id']<_0x453af5['id']?-0x1:0x1);}());for(let _0x35b3b7=0x0;_0x35b3b7<_0x2b0926['length'];_0x35b3b7++){if(0x0==_0x2b0926[_0x35b3b7]['length'])continue;const _0x5bfc94=[];for(let _0x5895ef=_0x35b3b7+0x1;_0x5895ef<_0x2b0926['length'];_0x5895ef++)0x0!=_0x2b0926[_0x5895ef]['length']&&_0x46fa5d(_0x2b0926[_0x35b3b7],_0x2b0926[_0x5895ef])&&_0x5bfc94['push'](_0x5895ef);for(const _0x23168a of _0x5bfc94)_0x2b0926[_0x35b3b7]=_0x2b0926[_0x35b3b7]['concat'](_0x2b0926[_0x23168a]),_0x2b0926[_0x23168a]=[];}for(const _0x5c0497 of _0x2b0926)for(let _0x1f81fd=0x0;_0x1f81fd<_0x5c0497['length'];_0x1f81fd++){const _0x44f33f=_0x5c0497[_0x1f81fd+0x1]||null;_0x5c0497[_0x1f81fd]['next']!==_0x44f33f&&(_0x5c0497[_0x1f81fd]['next']=_0x44f33f);}for(const _0x54a043 of _0x2b0926)for(let _0x4ebde9=0x0;_0x4ebde9<_0x54a043['length'];_0x4ebde9++){const _0x548c0a=_0x54a043[_0x4ebde9-0x1]||null;_0x54a043[_0x4ebde9]['previous']!==_0x548c0a&&(_0x54a043[_0x4ebde9]['previous']=_0x548c0a);}function _0x46fa5d(_0x40d212,_0x1f33ba){if(_0x40d212[0x0]['attributes']['groupId']!==_0x1f33ba[0x0]['attributes']['groupId']&&_0x40d212[0x0]['author']!==_0x1f33ba[0x0]['author'])return!0x1;if(!function(_0x3e1bbb,_0x5b0006){if(!_0x3e1bbb['hasComments']&&!_0x5b0006['hasComments'])return!0x0;if(_0x3e1bbb['hasComments']&&_0x5b0006['hasComments'])return!0x1;if(_0x3e1bbb['hasComments']&&_0x5b0006['createdAt']<_0x3e1bbb['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x5b0006['hasComments']&&_0x3e1bbb['createdAt']<_0x5b0006['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x40d212[0x0],_0x1f33ba[0x0]))return!0x1;const _0x59fab8=Tt(_0x40d212[0x0]['attributes'],'groupId'),_0x32a4b4=Tt(_0x1f33ba[0x0]['attributes'],'groupId');if(!_0x5b354c(_0x59fab8,_0x32a4b4))return!0x1;return!!_0x40d212['every'](_0x524460=>_0x1f33ba['some'](_0x2df9e7=>_0x524460['getFirstRange']()['isEqual'](_0x2df9e7['getFirstRange']())))&&_0x1f33ba['every'](_0x183711=>_0x40d212['some'](_0x57653e=>_0x183711['getFirstRange']()['isEqual'](_0x57653e['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x395e3f){const _0x3a1892=Array['from'](_0x395e3f),_0x58c9b7=this['getSuggestions']({'skipNotAttached':!0x0}),_0x13ea31=_0x58c9b7['filter'](_0x492635=>!_0x395e3f['has'](_0x492635)),_0x50bb5d=new Map(_0x3a1892['map'](_0x4567c4=>[_0x4567c4,this['_suggestionFactory']['getSuggestionCallback'](_0x4567c4['type'],_0x4567c4['subType'],'join')])),_0x15c837=new Map(_0x58c9b7['map'](_0x5beed1=>[_0x5beed1,_0x5beed1['getRanges']()]));for(let _0x10514f=0x0;_0x10514f<_0x3a1892['length'];_0x10514f++){if(_0x3239e9(this,_0x3a1892[_0x10514f],_0x3a1892,_0x10514f+0x1))return!0x0;}for(let _0x5389a1=0x0;_0x5389a1<_0x3a1892['length'];_0x5389a1++){if(_0x3239e9(this,_0x3a1892[_0x5389a1],_0x13ea31,0x0))return!0x0;}return!0x1;function _0x3239e9(_0x263b35,_0x18a32e,_0x2a85c7,_0x5bb5d5){for(let _0x724c1e=_0x5bb5d5;_0x724c1e<_0x2a85c7['length'];_0x724c1e++){const _0x21f83f=_0x2a85c7[_0x724c1e];if(_0x21f83f['type']!==_0x18a32e['type']||_0x21f83f['author']['id']!==_0x18a32e['author']['id']||_0x21f83f['subType']!==_0x18a32e['subType'])continue;if(!Jt(_0x18a32e,_0x21f83f))continue;if('attribute'==_0x18a32e['type']&&_0x18a32e['data']['oldValue']!=_0x21f83f['data']['oldValue'])continue;if('attribute'==_0x18a32e['type']&&_0x263b35['_isBlockAttribute'](_0x18a32e['data']['key']))continue;if('formatBlock'==_0x18a32e['type']){const _0x4410d0=_0x263b35['editor']['model'],_0x4c4d36=_0x18a32e['getContainedElement']();if(_0x4c4d36&&(_0x4410d0['schema']['isObject'](_0x4c4d36)||_0x4410d0['schema']['isLimit'](_0x4c4d36)))continue;}const _0x1ca04e=_0x50bb5d['get'](_0x18a32e),_0x2d14e9=_0x15c837['get'](_0x18a32e),_0x51d364=_0x15c837['get'](_0x21f83f),_0x1bee0a=_0x18a32e['commentThread']&&_0x18a32e['commentThread']['length'],_0x55d81c=_0x21f83f['commentThread']&&_0x21f83f['commentThread']['length'];if(!_0x1bee0a&&_0x1ca04e(_0x51d364,_0x2d14e9))return _0x263b35['_joinSuggestions'](_0x21f83f,_0x18a32e),_0x15c837['delete'](_0x18a32e),!0x0;if(!_0x55d81c&&_0x1ca04e(_0x2d14e9,_0x51d364))return _0x263b35['_joinSuggestions'](_0x18a32e,_0x21f83f),_0x15c837['delete'](_0x21f83f),!0x0;}return!0x1;}}['_joinSuggestions'](_0x944d1c,_0x3bda44){if(_0x944d1c['isMultiRange']){for(const _0x4657ce of _0x3bda44['getRanges']())_0x944d1c['addRange'](_0x4657ce);}else{const _0xc85c49=_0x3bda44['getFirstRange']()['end'];this['_setSuggestionRange'](_0x944d1c,this['_model']['createRange'](_0x944d1c['getFirstRange']()['start'],_0xc85c49));}_0x3bda44['removeMarkers']();}['_getMarkerAnnouncementText'](_0x3859f9,_0x58e3f7,_0x557c29){const _0x59db4f=_0x3859f9['startsWith']('format')||_0x3859f9['startsWith']('attribute')?'FORMATTING':_0x3859f9['toUpperCase']();return o(this['editor']['locale'],_0x58e3f7+'_'+_0x59db4f+'_SUGGESTION_ANNOUNCEMENT',_0x557c29);}['_initAriaMarkerChangeAnnouncements'](){const _0x35a077=this['editor'];if(!_0x35a077['ui'])return;const {ariaLiveAnnouncer:_0x23eca1}=_0x35a077['ui'];_0x1bf8aa(this['_model'],({left:_0x3bfbd6,entered:_0x52a8d5})=>{for(const _0x151a9f of _0x3bfbd6){const {group:_0x1e5eb5,type:_0x12447a}=this['_splitMarkerName'](_0x151a9f['name']);if('suggestion'===_0x1e5eb5){_0x23eca1['announce'](this['_getMarkerAnnouncementText'](_0x12447a,'LEAVE'));break;}}for(const _0x404d2b of _0x52a8d5){const {group:_0x4184a4,type:_0x48af75}=this['_splitMarkerName'](_0x404d2b['name']);if('suggestion'===_0x4184a4){_0x23eca1['announce'](this['_getMarkerAnnouncementText'](_0x48af75,'ENTER',_0x5d66a8(_0x734bd5)));break;}}});}['_processAttributeChanges'](_0x12d145){if(this['_recordAttributeSuggestions'])return!0x1;const _0x88415e=this['editor'],_0x5f9fe4=_0x88415e['model']['document']['differ']['getChanges']();if(0x0==_0x5f9fe4['length'])return!0x1;const _0x287c5b=[],_0xd80af1=_0x5f9fe4['filter'](_0xbe8023=>'attribute'==_0xbe8023['type']),_0x6ab92e=_0x5f9fe4['filter'](_0x29e0e3=>'insert'==_0x29e0e3['type']&&'$text'!=_0x29e0e3['name']),_0x5e1d0c=_0x5f9fe4['filter'](_0x18993e=>'remove'==_0x18993e['type']&&'$text'!=_0x18993e['name']);for(const _0xdd8816 of _0xd80af1)_0x287c5b['push']({'key':_0xdd8816['attributeKey'],'newValue':_0xdd8816['attributeNewValue'],'oldValue':_0xdd8816['attributeOldValue'],'range':Pt(_0xdd8816['range'],_0x88415e['model'])});for(const _0x381585 of _0x6ab92e){const _0xff72b5=_0x5e1d0c['find'](_0x436d61=>_0x436d61['position']['isEqual'](_0x381585['position']));_0xff72b5&&_0x287c5b['push']({'key':m,'newValue':_0x381585['name'],'oldValue':_0xff72b5['name'],'range':_0x88415e['model']['createRangeOn'](_0x381585['position']['nodeAfter'])});}return 0x0!=_0x287c5b['length']&&this['_reduceExistingSuggestions'](_0x12d145,_0x287c5b);}['_processAttributeSuggestions'](_0x29573b){let _0x944df6=!0x1;const _0x1d1fe9=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x73ffb1=>_0x73ffb1['data']['newRange']&&_0x73ffb1['name']['startsWith']('suggestion:attribute:'));for(const _0x48f055 of _0x1d1fe9){const {subType:_0x3e9839,id:_0x2fef1e}=this['_splitMarkerName'](_0x48f055['name']),_0x2566b2=_0x3e9839['split']('|')[0x0];for(const _0x490650 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x490650['id']!=_0x2fef1e&&'attribute'==_0x490650['type']&&_0x490650['data']&&_0x490650['data']['key']==_0x2566b2&&_0x490650['getFirstRange']()['isIntersecting'](_0x48f055['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x490650,_0x48f055['data']['newRange'],_0x29573b),_0x944df6=!0x0);}return _0x944df6;}['_recordAttributeChanges'](_0x521769){this['_recordAttributeSuggestions']=!0x0,_0x521769();}['_isRegisteredAttribute'](_0x1bb105){const _0x20a507=this['_isBlockAttribute'](_0x1bb105),_0x4716e9=this['_inlineAttributeKeys']['has'](_0x1bb105);return _0x20a507||_0x4716e9;}['_reduceExistingSuggestions'](_0x5b0f53,_0x2b6195){if(0x0==_0x2b6195['length'])return!0x1;let _0x5b657d=!0x1;for(const _0x19d259 of _0x2b6195){const _0x101cd3=this['_findSuggestions'](_0x19d259['range'],'attribute')['filter'](_0x543f51=>!_0x543f51['meta']['isNextTo'])['map'](_0x253551=>_0x253551['suggestion']),_0x562a53=_0x39bb84({'newValue':_0x19d259['newValue']});_0x101cd3['filter'](_0x399e05=>{const [_0x30c65c,_0x47adac]=_0x399e05['subType']['split']('|');return _0x30c65c==_0x19d259['key']&&_0x47adac!=_0x562a53;})['forEach'](_0x5c5f4c=>{this['_reduceSuggestionAttributeRange'](_0x5c5f4c,_0x19d259['range'],_0x5b0f53),_0x5b657d=!0x0;});}return _0x5b657d;}['_reduceSuggestionAttributeRange'](_0xf5bee9,_0x41f3b8,_0x20c591){const _0x14a456=_0xf5bee9['getFirstRange']()['getDifference'](_0x41f3b8);0x0!==_0x14a456['length']?0x1!==_0x14a456['length']?this['_breakSuggestionMarker'](_0xf5bee9,_0x41f3b8['start'],_0x41f3b8['end']):this['_setSuggestionRange'](_0xf5bee9,_0x14a456[0x0]):_0x20c591['removeMarker'](_0xf5bee9['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x112104){this['_editor']=_0x112104,this['_model']=_0x112104['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x142b0c,_0x3c4214,_0x146a14,_0x954c63,_0x2ab21e,_0x16900c){return new u(this['_model'],{'type':_0x142b0c,'subType':_0x3c4214,'id':_0x146a14,'author':_0x954c63,'creator':_0x954c63,'attributes':_0x2ab21e,'onAttributesChange':_0x16900c,'onAccept':(..._0x111c17)=>this['getSuggestionCallback'](_0x142b0c,_0x3c4214,'accept')(..._0x111c17),'onDiscard':(..._0x317baf)=>this['getSuggestionCallback'](_0x142b0c,_0x3c4214,'discard')(..._0x317baf)});}['registerCustomCallback'](_0x153e1a,_0x21f7b3,_0xc60d35,_0x5a3d4f){const _0x756a88=_0x153e1a+':'+_0x21f7b3+':'+_0xc60d35;this['_customCallbacks']['set'](_0x756a88,_0x5a3d4f);}['getSuggestionCallback'](_0x4cda28,_0x5871f2,_0x3cbbb2){const _0xef18e0=_0x4cda28+':'+_0x5871f2+':'+_0x3cbbb2;return this['_customCallbacks']['get'](_0xef18e0)||this['_defaultCallbacks']['get'](_0x4cda28+':'+_0x3cbbb2);}['_registerDefaultCallbacks'](){const _0x27bba9=()=>!0x1,_0x3775a0=_0x3be91a=>{_0x3be91a['sort']((_0x56c5ad,_0x182f3e)=>_0x56c5ad['start']['isBefore'](_0x182f3e['start'])?0x1:-0x1),this['_model']['change'](_0x10ac79=>{for(const _0x2ec504 of _0x3be91a){let _0x36693;_0x36693=_0x2ec504['end']['isAtEnd']&&_0x2ec504['end']['parent']==_0x2ec504['start']['nodeAfter']?_0x10ac79['createSelection'](_0x2ec504['start']['nodeAfter'],'on'):_0x10ac79['createSelection'](_0x2ec504),this['_model']['deleteContent'](_0x36693,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x48d442=(_0x448f0e,_0x3e2f7c)=>{_0x3e2f7c&&this['_model']['change'](_0x912177=>{const {commandName:_0x35f485,commandParams:_0x2470c2=[]}=_0x3e2f7c,_0x4a8f69=_0x448f0e['map'](_0x1571e7=>(Vt(_0x1571e7)&&(_0x1571e7=this['_model']['createRange'](_0x1571e7['end'])),_0x1571e7))['filter'](_0x497d6d=>'$graveyard'!==_0x497d6d['root']['rootName']);if(_0x4a8f69['length']<0x1)return;const _0xfd0b0c=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x33e8e5=>_0x1c0e5b['fromRange'](_0x33e8e5));_0x912177['setSelection'](_0x4a8f69);for(const _0x59cce7 of this['_editor']['commands']['commands']())_0x59cce7['refresh']();_0x2470c2['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x35f485,..._0x2470c2);const _0x2deed0=_0xfd0b0c['filter'](_0x578be1=>'$graveyard'!=_0x578be1['root']['rootName']);_0x2deed0['length']>0x0&&_0x912177['setSelection'](_0x2deed0);for(const _0x12f1b2 of _0xfd0b0c)_0x12f1b2['detach']();});},_0xfd9659=(_0x5807e8,_0x8e0547)=>0x1==_0x5807e8['length']&&0x1==_0x8e0547['length']&&_0x5807e8[0x0]['end']['isEqual'](_0x8e0547[0x0]['start']),_0x438c36=(_0x190fa9,_0x3b16d7,_0x2e8aa8,_0x4099e8)=>Ht(_0x190fa9,_0x3b16d7,_0x2e8aa8,_0x4099e8,this['_model'])?[_0x190fa9,_0x3b16d7]:Ht(_0x3b16d7,_0x190fa9,_0x4099e8,_0x2e8aa8,this['_model'])?[_0x3b16d7,_0x190fa9]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x27bba9),this['_defaultCallbacks']['set']('insertion:discard',_0x3775a0),this['_defaultCallbacks']['set']('insertion:join',_0xfd9659),this['_defaultCallbacks']['set']('insertion:chain',_0x438c36),this['_defaultCallbacks']['set']('deletion:accept',_0x3775a0),this['_defaultCallbacks']['set']('deletion:discard',_0x27bba9),this['_defaultCallbacks']['set']('deletion:join',_0xfd9659),this['_defaultCallbacks']['set']('deletion:chain',_0x438c36),this['_defaultCallbacks']['set']('formatInline:accept',_0x48d442),this['_defaultCallbacks']['set']('formatInline:discard',_0x27bba9),this['_defaultCallbacks']['set']('formatInline:join',_0xfd9659),this['_defaultCallbacks']['set']('formatInline:chain',_0x27bba9),this['_defaultCallbacks']['set']('formatBlock:accept',_0x48d442),this['_defaultCallbacks']['set']('formatBlock:discard',_0x27bba9),this['_defaultCallbacks']['set']('formatBlock:join',_0xfd9659),this['_defaultCallbacks']['set']('formatBlock:chain',_0x27bba9),this['_defaultCallbacks']['set']('attribute:accept',_0x27bba9),this['_defaultCallbacks']['set']('attribute:discard',(_0x3a0211,_0x3c825c)=>{if(!_0x3c825c)return;const _0x1255a3=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x4da330=>{if(_0x3c825c['key']==m)for(const _0x2fc7b4 of _0x3a0211){const _0x215843=_0x2fc7b4['start']['nodeAfter'],_0x498868=_0x3c825c['oldValue'];_0x4da330['rename'](_0x215843,_0x498868);}else{if(_0x1255a3['_isBlockAttribute'](_0x3c825c['key'])){for(const _0x2898c5 of _0x3a0211)void 0x0!==_0x3c825c['oldValue']?_0x4da330['setAttribute'](_0x3c825c['key'],_0x3c825c['oldValue'],_0x2898c5['start']['nodeAfter']):_0x4da330['removeAttribute'](_0x3c825c['key'],_0x2898c5['start']['nodeAfter']);}else{for(const _0x5b589d of _0x3a0211)_0x3c825c['oldValue']?_0x4da330['setAttribute'](_0x3c825c['key'],_0x3c825c['oldValue'],_0x5b589d):_0x4da330['removeAttribute'](_0x3c825c['key'],_0x5b589d);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0xfd9659);}}function Ot(_0x10e892,_0x24d109,_0x4501ee){for(const _0x464618 of _0x24d109['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x464618['root']==_0x464618)return!0x1;if(!_0x4501ee['containsItem'](_0x464618))return!0x1;if(_0x10e892['isObject'](_0x464618)||_0x10e892['isLimit'](_0x464618))return!0x0;}return!0x1;}function Vt(_0x5f1e55){return _0x5f1e55['end']['parent']==_0x5f1e55['start']['nodeAfter']&&_0x5f1e55['end']['isAtStart'];}function Ut(_0x3f330b,_0xea428c,_0x94db30,_0x5258e5){const _0x406360=_0x184210=>!_0x184210['item']['is']('$textProxy')&&!_0x5258e5['isObject'](_0x184210['item']),_0x4e2c90=_0x3f330b['start']['getLastMatchingPosition'](_0x406360),_0x3eadd1=_0x3f330b['end']['getLastMatchingPosition'](_0x406360,{'direction':'backward'});return(!_0x3f330b['start']['isEqual'](_0x4e2c90)||!_0x3f330b['end']['isEqual'](_0x3eadd1))&&(_0x4e2c90['isBefore'](_0x3eadd1)?_0x94db30['updateMarker'](_0xea428c,{'range':_0x94db30['createRange'](_0x4e2c90,_0x3eadd1)}):_0x94db30['removeMarker'](_0xea428c),!0x0);}function Gt(_0x4dea5c){return _0x39bb84(_0x4dea5c);}function Ft(_0x3dbbee){const _0x348737=_0x3dbbee['start']['nodeAfter'];return _0x348737&&_0x348737['is']('element');}function Pt(_0x1142d2,_0x2b431d){return null==_0x1142d2['end']['nodeBefore']&&_0x1142d2['end']['parent']==_0x1142d2['start']['nodeAfter']?Lt(_0x1142d2['start']['nodeAfter'],_0x2b431d):_0x1142d2;}function Lt(_0xa73896,_0x4f0e47){const _0x52d414=_0x4f0e47['schema']['isObject'](_0xa73896)||_0x4f0e47['schema']['isSelectable'](_0xa73896);return _0x4f0e47['createRange'](_0x4f0e47['createPositionAt'](_0xa73896,'before'),_0x52d414?_0x4f0e47['createPositionAfter'](_0xa73896):_0x4f0e47['createPositionAt'](_0xa73896,'end'));}function Ht(_0x450978,_0x502cb8,_0x1ff282,_0x5b385d,_0x498046){if(_0x450978['next'])return!0x1;if(!Jt(_0x450978,_0x502cb8))return!0x1;if(_0x1ff282['end']['isEqual'](_0x5b385d['start']))return!0x0;if(_0x450978['type']!=_0x502cb8['type'])return!0x1;if(!_0x1ff282['end']['isTouching'](_0x5b385d['start']))return!0x1;const _0x2227f2=_0x498046['createRange'](_0x1ff282['end'],_0x5b385d['start'])['getWalker']();for(const _0x1eb920 of _0x2227f2)if(['elementStart','elementEnd']['includes'](_0x1eb920['type'])&&_0x498046['schema']['isLimit'](_0x1eb920['item']))return!0x1;return!0x0;}function Jt(_0xf17475,_0x52c84f){if(!_0xf17475['_isDataLoaded']||!_0x52c84f['_isDataLoaded'])return!0x1;const _0x5502f3=new Set(Object['keys'](_0xf17475['attributes'])),_0x3a2979=new Set(Object['keys'](_0x52c84f['attributes']));if(_0x5502f3['delete']('groupId'),_0x3a2979['delete']('groupId'),0x0==_0x5502f3['size']&&0x0==_0x3a2979['size'])return!0x0;if(_0x5502f3['size']!=_0x3a2979['size'])return!0x1;const _0x2666f9={..._0xf17475['attributes']},_0x27eac4={..._0x52c84f['attributes']};return delete _0x2666f9['groupId'],delete _0x27eac4['groupId'],JSON['stringify'](_0x2666f9)==JSON['stringify'](_0x27eac4);}function qt(_0xc012b2,_0x1811f3){const _0x157613=zt(_0xc012b2['attributes']),_0x3ed159=zt(_0x1811f3);if(!_0xc012b2['_isDataLoaded'])return!0x1;for(const _0x5002c4 of Object['keys'](_0x3ed159))if(!_0x5b354c(_0x157613[_0x5002c4],_0x3ed159[_0x5002c4]))return!0x1;return!0x0;}function zt(_0x3aa94b){const _0x3ebb42=Object['assign']({},_0x3aa94b);return delete _0x3ebb42['skipNestingCheck'],delete _0x3ebb42['tablePasteChainId'],_0x3ebb42;}class ae extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x2b690f(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x284169,_0x291b01,_0x372130,_0x87c061){super(),this['model']=_0x291b01,this['view']=_0x372130,this['commentThreadController']=_0x87c061,this['_editor']=_0x284169,this['_acceptCommand']=_0x284169['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x284169['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x546193,_0x504b63)=>_0x546193||_0x504b63),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x3cd83a=>_0x3cd83a&&this['_editor']['model']['canEditAt'](_0x291b01['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x298028=>_0x298028&&this['_editor']['model']['canEditAt'](_0x291b01['getRanges']())),this['_pendingAction']=null,_0x372130['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x372130,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x372130,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x372130,'change:isDirty',()=>{_0x372130['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 _0x19a58b=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x19a58b);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x1a1f2a{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x5e69f4,_0x461df2,_0x5de4c2,_0x2b4957){super(_0x5e69f4),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x593ead(_0x5e69f4,o(_0x5e69f4,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x461df2['authoredAt']),this['bind']('authoredAt')['to'](_0x461df2),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',_0x461df2,'authoredAt',this,'descriptionParts',(_0xeaacbf,_0x28dd33,_0x5edf7f)=>{const _0x228337=_0x5edf7f['map'](_0x42a413=>ls(_0x42a413['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0xeaacbf-0x1,_0x461df2['author']['name'],_0x28dd33?_0x2b4957['formatDateTime'](_0x28dd33):'',new DOMParser()['parseFromString'](_0x228337,'text/html')['body']['textContent']]);}),this['focusables']=new _0x13eefd(),this['focusTracker']=new _0x21770b(),this['keystrokes']=new _0x2c4637(),this['focusCycler']=new _0x5f435a({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x382ee7=>_0x382ee7['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x461df2,this['_localUser']=_0x5de4c2,this['_config']=_0x2b4957,_0x2b4957['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x4f811d(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x145020}=this['_config'];this['commentsListView']=new _0x145020(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',_0x120339=>_0x120339+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0xab7db4,_0x3ec4d0)=>_0xab7db4||!!_0x3ec4d0);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x3ec779}=this['_config'],_0x2c37ab=new _0x3ec779(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x523ffd=_0x2c37ab['commentInputView'];return _0x2c37ab['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x523ffd,'value',(_0x31b085,_0x3a3505,_0x3642d8)=>!!_0x3642d8||_0x31b085&&!_0x3a3505),_0x523ffd['on']('submit',(_0x188ead,_0x3ba853)=>{this['fire']('addComment',_0x3ba853),_0x523ffd['editor']['setData']('');}),_0x523ffd['on']('cancel',()=>this['focus']()),_0x523ffd['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x2c37ab;}}class re extends us{['suggestionView'];['_descriptionElement'];constructor(_0x35ffdb,_0x47459f,_0x578fac,_0xf4fdff){super(_0x35ffdb,_0x47459f,_0x578fac,_0xf4fdff),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0xab57ce=>_0xab57ce&&_0xab57ce[0x0]?_0xab57ce[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x3f25d2,_0x35500b)=>{let _0x316bc0='';for(const _0x20e4f9 of _0x3f25d2)_0x316bc0+='<p>'+ls(_0x20e4f9['content'],_0x20e4f9['color'])+'</p>';return _0x35500b?_0x316bc0:_0x31e836(_0x316bc0,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0xf4fdff['SuggestionView'](_0x35ffdb,_0x47459f,{'formatDateTime':_0xf4fdff['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 _0x57442c=this['bindTemplate'],_0xdb9c81=[this['suggestionView']];return this['commentsListView']&&_0xdb9c81['push'](this['commentsListView']),this['commentThreadInputView']&&_0xdb9c81['push'](this['commentThreadInputView']),_0xdb9c81['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x57442c['if']('isActive','ck-suggestion-wrapper--active'),_0x57442c['to']('type',_0x5f21e9=>'ck-suggestion-'+_0x5f21e9),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':_0x57442c['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0xdb9c81};}['render'](){super['render'](),this['commentsListView']&&(this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this)),this['commentThreadInputView']&&(this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this));}}class ce extends _0x1a1f2a{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x5bf296,_0x15bc96,_0x5053cb){super(_0x5bf296),this['_model']=_0x15bc96,this['_config']=_0x5053cb,this['set']('description',''),this['bind']('authoredAt')['to'](_0x15bc96),this['acceptButton']=this['_createButton'](o(_0x5bf296,'Accept\x20suggestion'),_0x54e97a['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x5bf296,'Discard\x20suggestion'),_0x54e97a['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x3cbe58(_0x5bf296,_0x15bc96['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x13eefd([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x21770b(),this['keystrokes']=new _0x2c4637(),this['focusCycler']=new _0x5f435a({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x3fe9bf=>_0x3fe9bf['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x53bcb6=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x53bcb6['innerHTML']=this['description'],this['on']('change:description',(_0x3d549d,_0x107d37,_0x2b8b11)=>{_0x53bcb6['innerHTML']=_0x2b8b11;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x4872f0=this['bindTemplate'],_0x127ef9=[{'tag':'div','attributes':{'class':['ck-suggestion__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-suggestion__info-name','ck-annotation__info-name']}},{'tag':'time','attributes':{'datetime':_0x4872f0['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x4872f0['to']('authoredAt',_0x5a816f=>this['_config']['formatDateTime'](_0x5a816f))}]}]},{'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']&&_0x127ef9['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':_0x127ef9}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):o(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x537264,_0x57b565,_0x4c8b7d,_0x42eda8,_0x1eac95){const _0x452663=new _0x595eaa(this['locale']);return _0x452663['set']({'label':_0x537264,'icon':_0x57b565,'tooltip':!0x0,'tooltipPosition':_0x1eac95}),_0x452663['extendTemplate']({'attributes':{'class':_0x4c8b7d}}),_0x452663['on']('execute',()=>{this['fire'](_0x42eda8,this['_model']['id']);}),_0x452663;}['_setupKeyboardNavigation'](){const _0x25069e=this['element'];this['keystrokes']['listenTo'](_0x25069e);for(const _0x11dd31 of this['focusables'])this['focusTracker']['add'](_0x11dd31['element']),this['keystrokes']['listenTo'](_0x11dd31['element']);this['keystrokes']['set']('enter',(_0x574f9f,_0x3366f8)=>{_0x25069e===_0x574f9f['target']&&(this['focusCycler']['focusFirst'](),_0x3366f8());}),this['keystrokes']['set']('esc',(_0x23ad4d,_0x454adb)=>{_0x25069e!==_0x23ad4d['target']&&(this['focus'](),_0x454adb());});}}var he='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M6.182\x205.514a.643.643\x200\x200\x200-.636.64v-.001a.636.636\x200\x200\x200\x20.636.639h5.682a.641.641\x200\x200\x200\x20.636-.638.637.637\x200\x200\x200-.636-.64H6.182Z\x22/><path\x20d=\x22M6.182\x208.5a.642.642\x200\x200\x200-.588.882.636.636\x200\x200\x200\x20.588.395h5.682a.641.641\x200\x200\x200\x20.636-.639.635.635\x200\x200\x200-.636-.638H6.182Z\x22/><path\x20d=\x22M6.18\x2011.5a.64.64\x200\x200\x200\x200\x201.278h3.133a.64.64\x200\x200\x200\x200-1.278H6.18Z\x22/><path\x20d=\x22m11.772\x2018.308.154-.23c-.195-.098-.304-.192-.328-.28-.024-.09\x200-.274.076-.551.062-.166.099-.296.11-.393a2.934\x202.934\x200\x200\x200\x200-.479c-.137-.41-.2-.685-.186-.83.013-.145.117-.335.313-.57l4.465-6.207c.356-.6\x201.059-.56\x202.11.118\x201.05.68\x201.443\x201.272\x201.177\x201.772l-3.876\x206.833c-.105.27-.22.444-.347.515-.128.07-.4.119-.813.139a2.954\x202.954\x200\x200\x200-.487.21c-.127.09-.244.193-.347.31-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.739Zm-.184.274\x201.039.727-.26.34h-1.496l.717-1.067Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M3.272\x201A1.28\x201.28\x200\x200\x200\x202\x202.28v14.439a1.276\x201.276\x200\x200\x200\x201.272\x201.28h6.838a2.13\x202.13\x200\x200\x201\x20.003-.61c.024-.18.066-.363.113-.534.012-.046.027-.092.043-.136.011-.029.02-.052.025-.069v-.008a7.395\x207.395\x200\x200\x201-.042-.142H3.5V2.46s11\x20.002\x2011\x20.005v6.341l.627-.872c.204-.32.49-.614.873-.819V2.281c0-.707-.569-1.28-1.272-1.28L3.272\x201ZM16\x209.29l-1.5\x202.085V16.5h-2.708c.005.118.002.236-.007.354a.904.904\x200\x200\x201-.013.075l-.001.005a3.108\x203.108\x200\x200\x201-.097.312c-.027.101-.048.19-.062.266a.734.734\x200\x200\x200-.014.287.25.25\x200\x200\x200\x20.068.105.65.65\x200\x200\x200\x20.088.074l.017.011.016.01h.175L14.73\x2018c.697\x200\x201.271-.573\x201.271-1.281v-7.43Z\x22/></svg>\x0a';class d extends _0x5eca65{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x17bd53,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x16e876){super(_0x16e876),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x41fefe=this['editor']['config'];_0x41fefe['define']('trackChanges.SuggestionThreadView',re),_0x41fefe['define']('trackChanges.SuggestionView',ce),_0x41fefe['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x41fefe['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x1164f1,_0x3cb9f7){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x43fedc,_0x4d1147]of this['_handleControllerBuffer']){const _0x472596=this['_suggestionToController']['has'](_0x43fedc);_0x472596||_0x4d1147?_0x472596&&_0x4d1147&&this['_destroyController'](_0x43fedc):this['_initializeController'](_0x43fedc);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x1164f1,_0x3cb9f7);}['init'](){const _0x2e4f51=this['editor'],_0x4545fe=_0x2e4f51['plugins']['get']('TrackChangesEditing'),_0x27a6a6=_0x2e4f51['plugins']['get']('Annotations'),_0xdbc3e9=_0x2e4f51['plugins']['get']('EditorAnnotations'),_0x256a89=_0x2e4f51['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0xdbc3e9['addSourceCollector'](()=>{const _0x479680=[];for(const [_0x385c31,_0x184cee]of Array['from'](this['_suggestionToController'])){const _0x6fa42c=_0x385c31['getAllAdjacentSuggestions'](),_0x383cdb=[];for(const _0x4019e4 of _0x6fa42c){if(!_0x4019e4['isInContent'])continue;if(_0x4019e4['isMultiRange']){_0x383cdb['push'](..._0x4019e4['getRanges']());continue;}const _0x4a02bb=_0x4019e4['getFirstRange']();if(_0x383cdb['length']>0x0){const _0x3a4191=_0x383cdb[0x0]['getJoined'](_0x4a02bb);if(_0x3a4191){_0x383cdb[0x0]=_0x3a4191;continue;}}_0x383cdb['push'](_0x4a02bb);}_0x479680['push']([_0x184cee['view'],_0x383cdb]);}return _0x479680;}),this['listenTo'](_0x4545fe,'suggestionLoaded',(_0x16900b,_0x1dabbd)=>{this['listenTo'](_0x1dabbd,'change:previous',(_0x64ad56,_0x214c26,_0x543650,_0x43eb3d)=>{_0x1dabbd['isInContent']&&(null==_0x543650?(this['_updateController'](_0x43eb3d['head']),this['_handleSuggestionControllerDelayed'](_0x1dabbd,!0x1)):(this['_updateController'](_0x543650['head']),null==_0x43eb3d&&this['_handleSuggestionControllerDelayed'](_0x1dabbd,!0x0)));}),null!==_0x1dabbd['previous']?this['_updateController'](_0x1dabbd['head']):this['_handleSuggestionControllerDelayed'](_0x1dabbd,!0x1);}),this['listenTo'](_0x4545fe,'suggestionUnloaded',(_0x118102,_0x41c11f,_0xd448ff)=>{this['stopListening'](_0x41c11f,'change:previous'),this['_handleControllerBuffer']['delete'](_0x41c11f),this['_suggestionToController']['has'](_0x41c11f)&&this['_destroyController'](_0x41c11f),_0xd448ff&&this['_updateController'](_0xd448ff['head']);}),this['listenTo'](_0x4545fe,'suggestionChanged',(_0x285bc6,_0x1732eb)=>{this['_updateController'](_0x1732eb);}),this['listenTo'](_0x27a6a6,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x256a89,'addComment',(_0x4409ff,{threadId:_0x5e958e,isFromAdapter:_0x1d082a})=>{if(_0x1d082a||!_0x4545fe['hasSuggestion'](_0x5e958e))return;const _0x5e4993=_0x4545fe['getSuggestion'](_0x5e958e);this['_suggestionToController']['get'](_0x5e4993)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x2db5d8=this['editor']['plugins']['get']('Annotations'),_0x80d8d1=this['editor']['plugins']['get']('TrackChangesEditing'),_0xfa4b63=Array['from'](_0x2db5d8['activeAnnotations'],_0x4a9552=>_0x4a9552['innerView'])['filter'](_0x2153d6=>this['_viewToController']['has'](_0x2153d6)),_0x518a49=[];for(const _0x44b948 of _0xfa4b63){const _0x304277=this['_viewToController']['get'](_0x44b948)['model']['getAllAdjacentSuggestions']();_0x518a49['push'](..._0x304277['reduce']((_0x43d66d,_0x3e56cc)=>[..._0x43d66d,..._0x3e56cc['getMarkerNames']()],[]));}_0x80d8d1['activeMarkers']=_0x518a49;}['_addUIComponentsToFactory'](){const _0x165f7c=this['editor'],_0x4a615c=_0x165f7c['locale'],_0x570272=o(_0x4a615c,'Track\x20changes'),_0x538559=new Wt([{'type':'switchbutton','model':new _0x440560({'withText':!0x0,'isToggleable':!0x0,'label':_0x570272,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x440560({'withText':!0x0,'label':o(_0x4a615c,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x440560({'withText':!0x0,'label':o(_0x4a615c,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x440560({'withText':!0x0,'label':o(_0x4a615c,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x440560({'withText':!0x0,'label':o(_0x4a615c,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x38b7e1 of _0x538559)if(me(_0x38b7e1)){const _0x349800=_0x165f7c['commands']['get'](_0x38b7e1['model']['commandName']);_0x38b7e1['model']['bind']('isOn','isEnabled')['to'](_0x349800,'value','isEnabled');}_0x165f7c['ui']['componentFactory']['add']('trackChanges',_0x3f624c=>this['_createToolbarButton'](_0x3f624c,_0x538559,_0x570272)),_0x165f7c['ui']['componentFactory']['add']('menuBar:trackChanges',_0x1b5743=>this['_createMenuBarMenu'](_0x1b5743,_0x538559,_0x570272));}['_createToolbarButton'](_0x443a0d,_0x43d272,_0x55c2ab){const _0x6640ae=Qt(_0x443a0d,_0x3f6de1),_0x1ae102=this['editor']['commands']['get']('trackChanges');_0x6640ae['buttonView']['set']({'tooltip':_0x55c2ab,'label':_0x55c2ab,'icon':he}),_0x6640ae['buttonView']['bind']('isOn')['to'](_0x1ae102,'value'),_0x6640ae['buttonView']['on']('execute',()=>{_0x1ae102['execute'](),this['editor']['editing']['view']['focus']();}),Kt(_0x6640ae,_0x43d272,{'role':'menu'});const _0xf48647=[];for(const _0x49076d of _0x43d272)me(_0x49076d)&&_0xf48647['push'](this['editor']['commands']['get'](_0x49076d['model']['commandName']));const _0x5869ba=_0x6640ae['buttonView'];return _0x5869ba['actionView']['unbind']('isEnabled'),_0x5869ba['arrowView']['unbind']('isEnabled'),_0x5869ba['actionView']['bind']('isEnabled')['to'](_0x1ae102,'isEnabled'),_0x5869ba['arrowView']['bind']('isEnabled')['toMany'](_0xf48647,'isEnabled',(..._0x3d7ca5)=>_0x3d7ca5['some'](_0x430859=>_0x430859)),_0x6640ae['on']('execute',_0x399ad3=>{this['editor']['execute'](_0x399ad3['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x6640ae;}['_createMenuBarMenu'](_0x138893,_0xceaeee,_0xd092e7){const _0x171169=new Yt(_0x138893),_0x10674f=this['editor']['commands']['get']('trackChanges');_0x171169['buttonView']['set']({'label':_0xd092e7,'icon':he});const _0x3e2d63=new Zt(_0x138893);for(const _0x11515f of _0xceaeee){if('separator'==_0x11515f['type']){_0x3e2d63['items']['add'](new Xt(_0x138893));continue;}const _0x49f24b=new te(_0x138893,_0x171169),_0x2920eb=new _0x2a1bb3(_0x138893),_0x3f5108=_0x11515f['model'];_0x2920eb['bind'](...Object['keys'](_0x3f5108))['to'](_0x3f5108),_0x2920eb['delegate']('execute')['to'](_0x171169),_0x2920eb['on']('execute',()=>{this['editor']['execute'](_0x3f5108['commandName']),this['editor']['editing']['view']['focus']();}),_0x49f24b['children']['add'](_0x2920eb),_0x3e2d63['items']['add'](_0x49f24b);}return _0x171169['bind']('isEnabled')['to'](_0x10674f,'isEnabled'),_0x171169['panelView']['children']['add'](_0x3e2d63),_0x171169;}['_initializeController'](_0x21edc7){const _0x3ca7d4=this['editor'],_0x129327=_0x3ca7d4['config'],_0xae806a=_0x3ca7d4['plugins']['get']('Annotations'),_0x52c9df=_0x3ca7d4['plugins']['get']('CommentsRepository'),_0x2d609f=_0x3ca7d4['plugins']['get']('EditorAnnotations'),_0x3564fd=_0x3ca7d4['plugins']['get'](_0x17bd53)['me'],_0x2420d2=_0x129327['get']('trackChanges')['SuggestionThreadView'],_0x577353=_0x129327['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x537c0a,CommentThreadInputView:_0x4090e0}=_0x3ca7d4['plugins']['get']('CommentsUI');let _0x13b737,_0x484e44,_0x664720;this['_annotationViews']['has'](_0x21edc7['id'])?(_0x484e44=this['_annotationViews']['get'](_0x21edc7['id']),_0x13b737=_0x484e44['mainView']):(_0x13b737=new _0x2420d2(_0x3ca7d4['locale'],_0x21edc7,_0x3564fd,{'disableComments':this['_disableComments'],'editorConfig':_0x129327['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x129327['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x129327['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x129327['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x43e9aa(_0x129327['get']('locale')),'CommentView':_0x129327['get']('comments')['CommentView'],'CommentsListView':_0x537c0a,'CommentThreadInputView':_0x4090e0,'SuggestionView':_0x577353}),_0x13b737['suggestionView']['acceptButton']['on']('execute',()=>{_0x3ca7d4['editing']['view']['focus']();}),_0x13b737['suggestionView']['discardButton']['on']('execute',()=>{_0x3ca7d4['editing']['view']['focus']();}),_0x484e44=_0xae806a['createAnnotationView'](this['editor']['locale'],_0x13b737),_0x484e44['bind']('isDirty')['to'](_0x13b737,'isDirty'),_0x484e44['bind']('length')['to'](_0x13b737),_0x484e44['bind']('type')['to'](_0x13b737,'type',_0x1c8504=>'suggestion-'+_0x1c8504),_0x13b737['on']('escape',()=>{_0x664720['fire']('escape');}),this['_annotationViews']['set'](_0x21edc7['id'],_0x484e44));const _0x2fddd0=_0x52c9df['createCommentThreadController'](_0x21edc7['commentThread'],_0x13b737),_0x54c61a=new ae(_0x3ca7d4,_0x21edc7,_0x13b737,_0x2fddd0),_0x197aff=_0x21edc7['getAllAdjacentSuggestions']()['filter'](_0x55d77e=>_0x55d77e['isInContent']);_0x13b737['descriptionParts']=_0x3ca7d4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x197aff),this['_suggestionToController']['set'](_0x21edc7,_0x54c61a),this['_viewToController']['set'](_0x13b737,_0x54c61a),_0x664720=_0xae806a['createAnnotation']({'view':_0x484e44,'target':()=>{const _0x432504=[],_0x2c0863=_0x21edc7['getAllAdjacentSuggestions']()['filter'](_0x17172b=>_0x17172b['isInContent']);for(const _0x5006ec of _0x2c0863)_0x432504['push'](..._0x5006ec['getMarkers']());return _0x46e998(_0x3ca7d4['editing'],_0x432504);},'type':()=>'suggestion-'+_0x54c61a['view']['type']}),_0x52c9df['_bindAnnotationToEditors'](_0x13b737,_0x664720),_0xae806a['add'](_0x664720),_0x2d609f['registerAnnotation'](_0x664720);}['_destroyController'](_0x5c0660){const _0x5ab409=this['editor']['plugins']['get']('CommentsRepository'),_0x550b59=this['editor']['plugins']['get']('Annotations'),_0x155ed9=this['_suggestionToController']['get'](_0x5c0660),_0x203523=_0x155ed9['view'],_0x3ddd4b=_0x550b59['getByInnerView'](_0x203523);_0x5ab409['_unbindEditors'](_0x203523),_0x3ddd4b&&_0x550b59['remove'](_0x3ddd4b),this['_suggestionToController']['delete'](_0x5c0660),this['_viewToController']['delete'](_0x203523),_0x155ed9['destroy']();}['_updateController'](_0x342d8b){if(!_0x342d8b['isInContent']||!this['_suggestionToController']['has'](_0x342d8b))return;const _0xf8aacc=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4d21d3=this['_suggestionToController']['get'](_0x342d8b),_0x413a6f=_0x342d8b['getAllAdjacentSuggestions']();_0x4d21d3['view']['descriptionParts']=_0xf8aacc['descriptionFactory']['getDescriptions'](_0x413a6f);}['destroy'](){for(const _0x22d997 of this['_suggestionToController']['keys']())this['_destroyController'](_0x22d997);for(const _0x50f7af of this['_annotationViews']['values']())_0x50f7af['mainView']['destroy']();super['destroy']();}}function me(_0x281d0f){return'model'in _0x281d0f;}class k extends _0x5eca65{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x24c2be){this['editor']['plugins']['get'](p)['adapter']=_0x24c2be;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x18661f){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x18661f);}['getSuggestions']({skipNotAttached:_0x35001f=!0x1,toJSON:_0x4e2a78=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x35001f,'toJSON':_0x4e2a78});}['getSuggestion'](_0x47e4de){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x47e4de);}}const T=['Pagination'];class P extends _0x5eca65{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x137e5e=this['editor'];if(_0x137e5e['config']['define']('trackChangesData.editorCreator',_0x4f000a=>{const _0xe180c6=_0x137e5e['model']['document']['getRootNames']()['reduce']((_0x25560b,_0x3c2d36)=>(_0x25560b[_0x3c2d36]='',_0x25560b),{});return _0x137e5e['constructor']['create'](_0xe180c6,_0x4f000a);}),'function'!=typeof _0x137e5e['config']['get']('trackChangesData')['editorCreator'])throw new _0x97e699('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x3d4d21){return N(this['editor'],!0x0,_0x3d4d21);}['getDataWithDiscardedSuggestions'](_0x2a7afb){return N(this['editor'],!0x1,_0x2a7afb);}}class D extends _0x5eca65{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x38e427){super(_0x38e427),this['result']='end';}['init'](){this['editor']['plugins']['get']('CommentsRepository')['_adapter']={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this['editor']['plugins']['get']('TrackChangesEditing')['_adapter']=null;}}function v(_0x192f5b){return void 0x0!==_0x192f5b['getRootsAttributes'];}async function N(_0x5353c8,_0x17c279,_0x1babdf){const _0x3f0faa=_0x16a92b(_0x5353c8,T);_0x3f0faa['plugins']['push'](p,D),_0x3f0faa['rootsAttributes']=v(_0x5353c8)?_0x5353c8['getRootsAttributes']():void 0x0;const _0x2d245a=document['createDocumentFragment'](),_0x3d751e=_0x5353c8['config']['get']('trackChangesData')['editorCreator'],_0xdf5f02=await _0x3d751e(_0x3f0faa,()=>function(_0xcdb850){const _0x428d38=document['createElement']('div');return _0xcdb850['appendChild'](_0x428d38),_0x428d38;}(_0x2d245a));!function(_0x4a1739,_0xdfe665){const _0x185300=_0x4a1739['model']['document']['getRootNames']()['reduce']((_0x23cfef,_0x246d53)=>(_0x23cfef[_0x246d53]=_0x4a1739['data']['get']({'rootName':_0x246d53}),_0x23cfef),{}),_0x16afc6=_0x4a1739['plugins']['get']('Users')['users']['map'](_0x3eeadc=>({'id':_0x3eeadc['id'],'name':_0x3eeadc['name']})),_0x52d11e=_0x4a1739['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x40aad0=_0x4a1739['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x204166=_0xdfe665['plugins']['get']('Users'),_0x1ee78d=_0xdfe665['plugins']['get']('TrackChangesEditing'),_0xe4b8a3=_0xdfe665['plugins']['get']('CommentsRepository');for(const _0x4ba765 of _0xe4b8a3['getCommentThreads']())_0x4ba765['remove']();for(const _0x4ae7a4 of _0x16afc6)_0x204166['getUser'](_0x4ae7a4['id'])||_0x204166['addUser'](_0x4ae7a4);_0x204166['me']||_0x204166['useAnonymousUser']();for(const _0x156a84 of _0x40aad0)_0xe4b8a3['addCommentThread'](_0x156a84);for(const _0x5666c3 of _0x52d11e)_0x1ee78d['addSuggestionData'](_0x5666c3);_0xdfe665['data']['set'](_0x185300);}(_0x5353c8,_0xdf5f02),_0xdf5f02['execute'](_0x17c279?'acceptAllSuggestions':'discardAllSuggestions');const _0x342630=v(_0xdf5f02)?_0xdf5f02['getFullData'](_0x1babdf):_0xdf5f02['data']['get'](_0x1babdf);return await _0xdf5f02['destroy'](),_0x342630;}export{us as BaseSuggestionThreadView,u as Suggestion,re as SuggestionThreadView,ce as SuggestionView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|
|
23
|
+
import{Command as ts,Plugin as _0x57873f,PendingActions as _0x5c60d5,icons as _0x516dbf}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x328131,ObservableMixin as _0x1147b1,uid as _0x59c837,insertToPriorityArray as _0x403020,priorities as _0x445841,logWarning as _0x330638,getEnvKeystrokeText as _0x212988,FocusTracker as _0x328653,KeystrokeHandler as _0x5d34be,Collection as Wt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0xc9e50a,View as _0x10a9d1,ViewCollection as _0x5a0728,FocusCycler as _0x4eabd2,ViewModel as _0x393b2d,createDropdown as Qt,SplitButtonView as _0x5775b6,addListToDropdown as Kt,MenuBarMenuView as Yt,MenuBarMenuListView as Zt,ListSeparatorView as Xt,MenuBarMenuListItemView as te,MenuBarMenuListItemButtonView as _0x158741}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x389e1f,hashObject as _0x2a3d48,surroundingMarkersDetector as _0x205bdd,FOCUS_ANNOTATION_KEYSTROKE as _0x148af5,AriaDescriptionView as _0x4cc66d,setupThreadKeyboardNavigation as _0x28bfc2,trimHtml as _0x521f52,UserView as _0x56b331,LateFocusButtonView as _0x5e9479,getDateTimeFormatter as _0x5e8a8b,getAllMarkersDomElementsSorted as _0x52eb0c,sanitizeEditorConfig as _0x144ba7}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x51ef91,LiveRange as _0x40584f,LivePosition as _0x34baf9}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x3fcf47,toWidget as _0x31d75f}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x5cbe5b,set as _0x3cfc38,isEqual as _0x503e72,unset as _0x3a75ef,omit as Tt}from'lodash-es';import{Delete as _0x4715dd,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x301288,ShiftEnter as _0x255de6}from'@ckeditor/ckeditor5-enter/dist/index.js';class B extends ts{['_enabledCommands'];constructor(_0x290ca1,_0x1c360f){super(_0x290ca1),this['_enabledCommands']=_0x1c360f,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 _0xab9b1a of this['editor']['commands']['commands']())_0xab9b1a['affectsData']&&!this['_enabledCommands']['has'](_0xab9b1a)&&_0xab9b1a['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x48c019 of this['editor']['commands']['commands']())_0x48c019['affectsData']&&!this['_enabledCommands']['has'](_0x48c019)&&_0x48c019['clearForceDisabled']('TrackChangesCommand');}}class x extends ts{['_suggestions'];constructor(_0x2f0fc5,_0xdb1d85){super(_0x2f0fc5),this['_suggestions']=_0xdb1d85,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0xe88034){const _0x20ade7=this['_suggestions']['get'](_0xe88034);if(!_0x20ade7)throw new _0x328131('track-changes-accept-suggestion-not-found',this);const _0x189e7c=_0x20ade7['getRanges']();this['editor']['model']['canEditAt'](_0x189e7c)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x20ade7);}}class R extends ts{['_suggestions'];constructor(_0x423d68,_0x2c9baf){super(_0x423d68),this['_suggestions']=_0x2c9baf,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x40e294){const _0x5d781e=this['_suggestions']['get'](_0x40e294);if(!_0x5d781e)throw new _0x328131('track-changes-discard-suggestion-not-found',this);const _0x53b879=_0x5d781e['getRanges']();this['editor']['model']['canEditAt'](_0x53b879)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x5d781e);}}function ls(_0x3d3185,_0x4bad5d){let _0x442a51='';return _0x442a51+=_0x3d3185['split']('*')['map']((_0x338c3e,_0x508b54)=>_0x508b54%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0x338c3e)+'</span>':nn(_0x338c3e))['join'](''),_0x4bad5d&&(_0x442a51+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x4bad5d['value']+'\x22\x20title=\x22'+_0x4bad5d['title']+'\x22></span>'),_0x442a51;}function nn(_0x1f10ff){const _0x5c8327=document['createElement']('span');return _0x5c8327['innerText']=_0x1f10ff,_0x5c8327['innerHTML'];}function ss(_0x5bd175){return _0x5bd175['sort']((_0x4b4dc6,_0x3fb0d5)=>'deletion'==_0x4b4dc6['type']&&'deletion'!=_0x3fb0d5['type']?-0x1:'deletion'!=_0x4b4dc6['type']&&'deletion'==_0x3fb0d5['type']?0x1:0x0);}function to(_0x46833f,_0x41ee04){let _0x3deafd,_0x146fd6=0x0;const _0x1e3f57=[],_0x1b50d1=_0x41ee04['schema'];for(;_0x146fd6<_0x46833f['length'];){const _0x5ad4e1=_0x46833f[_0x146fd6],_0x3c0d52=_0x46833f[_0x146fd6+0x1];_0x3deafd||(_0x3deafd=_0x41ee04['createPositionBefore'](_0x5ad4e1)),on(_0x41ee04,_0x5ad4e1,_0x3c0d52)||(_0x1e3f57['push'](_0x41ee04['createRange'](_0x3deafd,_0x1b50d1['isObject'](_0x5ad4e1)?_0x41ee04['createPositionAfter'](_0x5ad4e1):_0x41ee04['createPositionAt'](_0x5ad4e1,'end'))),_0x3deafd=null),_0x146fd6++;}return _0x1e3f57;}function on(_0x27362d,_0x2cf921,_0x9e95a1){if(!_0x9e95a1)return!0x1;const _0x3f6c75=_0x27362d['createPositionAfter'](_0x2cf921),_0x3e8839=_0x27362d['createPositionBefore'](_0x9e95a1);return _0x3f6c75['isTouching'](_0x3e8839);}function rs(_0x3c42bb,_0xc38df7,_0x208e6a){for(;_0x208e6a['length'];){const _0x1133f1=_0x208e6a['splice'](0x0,0x64);_0x3c42bb['change'](()=>{for(const _0x5f341a of _0x1133f1)_0x5f341a['isInContent']&&_0xc38df7['execute'](_0x5f341a['id']);});}}class E extends ts{['_command'];['_suggestions'];constructor(_0x2332a8,_0x436033,_0x4880ef){super(_0x2332a8),this['_command']=_0x436033,this['_suggestions']=_0x4880ef,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x595ead=Array['from'](this['_suggestions']['values']())['some'](_0x1af921=>_0x1af921['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x595ead;}['execute'](){const _0x5e84cc=ss(Array['from'](this['_suggestions']['values']()));for(const _0xfd15a1 of _0x5e84cc){const _0x2fb668=_0xfd15a1['getRanges']();if(!this['editor']['model']['canEditAt'](_0x2fb668))return;}rs(this['editor']['model'],this['_command'],_0x5e84cc);}}class O extends ts{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x502fac,_0x36872c,_0x1c5a49){super(_0x502fac),this['_command']=_0x36872c,this['_suggestions']=_0x1c5a49,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x289f8d=this['editor']['model']['document']['selection'],_0x50dda3=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x539ccc,_0x4ff3a2){const _0x305076=Array['from'](_0x539ccc['getRanges']()),_0x525a1c=new Set();for(const _0x6405c3 of _0x4ff3a2)if(_0x6405c3['isInContent']){for(const _0x3fa0cf of _0x305076)for(const _0x23b085 of _0x6405c3['getRanges']())(_0x3fa0cf['isIntersecting'](_0x23b085)||_0x539ccc['isCollapsed']&&!_0x6405c3['isMultiRange']&&_0x6405c3['next']&&_0x23b085['end']['isTouching'](_0x3fa0cf['start']))&&_0x525a1c['add'](_0x6405c3);}return _0x525a1c;}(_0x289f8d,_0x50dda3),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x1f73b7=ss(Array['from'](this['_selectedSuggestions']));for(const _0x1fdecd of _0x1f73b7){const _0x4ca4b9=_0x1fdecd['getRanges']();if(!this['editor']['model']['canEditAt'](_0x4ca4b9))return;}rs(this['editor']['model'],this['_command'],_0x1f73b7);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x1147b1(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x46fa8c,_0x133f94){super(),this['id']=_0x133f94['id'],this['type']=_0x133f94['type'],this['subType']=_0x133f94['subType']||null,this['author']=_0x133f94['author'],this['creator']=_0x133f94['creator']||_0x133f94['author'],this['isExternal']=Boolean(_0x133f94['attributes']&&_0x133f94['attributes']['@external']),this['data']=null,this['_model']=_0x46fa8c,this['_onAccept']=_0x133f94['onAccept'],this['_onDiscard']=_0x133f94['onDiscard'],this['_onAttributesChange']=_0x133f94['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x133f94['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 _0x18c0d3=this;for(;_0x18c0d3['previous'];)_0x18c0d3=_0x18c0d3['previous'];return _0x18c0d3;}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'](_0x736bed){this['_markerNames']['add'](_0x736bed);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x68cd46=>this['_model']['markers']['get'](_0x68cd46))['filter'](_0x15b4c1=>_0x15b4c1);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x128ff4=>{for(const _0x29ef46 of this['getMarkers']())_0x128ff4['removeMarker'](_0x29ef46);}),this['_markerNames']['clear']();}['removeMarker'](_0x33d800){this['_model']['change'](_0x3d39d7=>{_0x3d39d7['removeMarker'](_0x33d800);}),this['_markerNames']['delete'](_0x33d800);}['addRange'](_0x25fb46){const _0x55324a='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x55324a),this['_model']['change'](_0x45f8c1=>{_0x45f8c1['addMarker'](_0x55324a,{'range':_0x25fb46,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x3e367b){for(const _0x402b8c of this['getRanges']())if(_0x402b8c['isIntersecting'](_0x3e367b))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x307891=>_0x307891['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0xc9733,_0x477d4b)=>[..._0xc9733,..._0x477d4b['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x20d188=this['getRanges']();if(0x1!=_0x20d188['length'])return null;const _0x9d3194=_0x20d188[0x0],_0x4e3feb=_0x9d3194['start']['nodeAfter'],_0x106a9b=_0x9d3194['end']['nodeBefore'];return _0x4e3feb instanceof _0x51ef91?_0x4e3feb!=_0x106a9b?null:_0x4e3feb: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 _0x1801c7=[];let _0x1c6570=this['head'];for(;_0x1c6570;)_0x1801c7['push'](_0x1c6570),_0x1c6570=_0x1c6570['next'];return _0x1801c7;}['setAttribute'](_0x3df1cc,_0x17bee4){const _0x866e4e=_0x5cbe5b(this['attributes']);_0x3cfc38(_0x866e4e,_0x3df1cc,_0x17bee4),_0x503e72(_0x866e4e,this['attributes'])||(this['attributes']=_0x866e4e,this['_onAttributesChange'](_0x866e4e));}['removeAttribute'](_0x4dd64b){const _0x385ffd=_0x5cbe5b(this['attributes']);_0x3a75ef(_0x385ffd,_0x4dd64b),_0x503e72(_0x385ffd,this['attributes'])||(this['attributes']=_0x385ffd,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 _0x59c837()['substr'](0x1,0x5);}}function o(_0x34c2a9,_0xad2956,_0x5458c0){const t=_0x34c2a9['t'];switch(_0xad2956){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x5458c0);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x5458c0);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x5458c0);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x5458c0);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x5458c0);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',_0x5458c0);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x5458c0);case'*Replace\x20image\x20URL*':return t('*Replace\x20image\x20URL*');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x5458c0);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x5458c0);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x5458c0);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x5458c0);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x5458c0);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x5458c0);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x5458c0);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x5458c0);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x5458c0);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x5458c0);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x5458c0);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x5458c0);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x5458c0);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x5458c0);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x5458c0);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x5458c0);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'},_0x5458c0);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x5458c0);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x5458c0);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x5458c0);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x5458c0);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x5458c0);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'},_0x5458c0);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x5458c0);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x5458c0);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x5458c0);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x5458c0);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'},_0x5458c0);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x5458c0);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'},_0x5458c0);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'},_0x5458c0);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x5458c0);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'},_0x5458c0);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x5458c0);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'},_0x5458c0);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x5458c0);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x5458c0);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'},_0x5458c0);case'EXTERNAL_SUGGESTION':return t({'id':'EXTERNAL_SUGGESTION','string':'This\x20suggestion\x20comes\x20from\x20an\x20external\x20source.'});case'EXTERNAL_IMPORT_WORD_SUGGESTION':return t({'string':'This\x20suggestion\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_SUGGESTION'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x5458c0);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x5458c0);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x5458c0);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'},_0x5458c0);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'},_0x5458c0);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'},_0x5458c0);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0xad2956;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0xea27a0,_0x21dc0b){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0xea27a0,this['_locale']=_0x21dc0b;}['getDescriptions'](_0xdeba97){const _0xd819fd=[],_0x20f0cf=new Set(),_0x3a5e4c=new Set();for(let _0x433545=0x0;_0x433545<_0xdeba97['length'];_0x433545++){const _0x37ba1d=_0xdeba97[_0x433545];if(!_0x37ba1d['isInContent'])continue;const _0x9dffff=this['_handleCustomCallbackDescription'](_0x37ba1d);if(_0x9dffff){if(null!=_0x37ba1d['subType']){if(_0x20f0cf['has'](_0x37ba1d['subType']))continue;_0x20f0cf['add'](_0x37ba1d['subType']);}_0xd819fd['push'](_0x9dffff);}else{if('attribute'!=_0x37ba1d['type'])'insertion'!=_0x37ba1d['type']&&'deletion'!=_0x37ba1d['type']||this['_handleInsertRemoveSuggestionDescription'](_0xd819fd,_0x37ba1d,_0xdeba97[_0x433545+0x1]);else{const _0x5b7d20=_0x37ba1d['data']['key'];if(_0x3a5e4c['has'](_0x5b7d20))continue;_0x3a5e4c['add'](_0x37ba1d['data']['key']),_0x5b7d20==m?this['_handleRenameSuggestionDescription'](_0xd819fd,_0x37ba1d):this['_handleAttributeSuggestionDescription'](_0xd819fd,_0x37ba1d);}}}return this['_resolveDescriptionItems'](_0xd819fd);}['registerDescriptionCallback'](_0x4edb4c){this['_customCallbacks']['push'](_0x4edb4c);}['registerElementLabel'](_0x1471e8,_0x1324ef,_0xb03aea=_0x445841['normal']){'function'==typeof _0x1471e8?_0x403020(this['_itemLabelsCallbacks'],{'matchingCallback':_0x1471e8,'label':_0x1324ef,'priority':_0xb03aea}):this['_itemLabels']['set'](_0x1471e8,_0x1324ef);}['registerAttributeLabel'](_0x5d3c00,_0x29af06){this['_attributeLabels']['set'](_0x5d3c00,_0x29af06);}['getItemLabel'](_0x1cd1b0,_0xef809b=0x1){let _0xee160e;for(const _0x23a23f of this['_itemLabelsCallbacks'])if(_0x23a23f['matchingCallback'](_0x1cd1b0)){_0xee160e=_0x23a23f['label'];break;}return _0xee160e||(_0xee160e=this['_itemLabels']['get'](_0x1cd1b0['name'])),_0xee160e?_0xee160e(_0xef809b):0x1!==_0xef809b?_0xef809b+'\x20'+_0x1cd1b0['name']+'s':''+_0x1cd1b0['name'];}['_addDescriptionItems'](_0x156da3,_0x57b93e){const _0x1730a0=_0x57b93e['getFirstRange']()['getWalker'](),_0x44883b='insertion'==_0x57b93e['type']?'add':'remove';for(const _0x1b1b4c of _0x1730a0){const _0x898a6b=_0x1b1b4c['item'],_0x5ce1b0=_0x156da3[_0x156da3['length']-0x1];if(_0x898a6b['is']('$textProxy'))_0x5ce1b0&&_0x5ce1b0['type']['indexOf']('Container')>-0x1&&_0x156da3['pop'](),_0x5ce1b0&&'text'==_0x5ce1b0['type']?_0x5ce1b0[_0x44883b]+=_0x898a6b['data']:_0x156da3['push']({'type':'text','add':'add'==_0x44883b?_0x898a6b['data']:'','remove':'remove'==_0x44883b?_0x898a6b['data']:''});else{if(this['_schema']['isObject'](_0x898a6b)){const _0x21ef7c=_0x898a6b;if(_0x5ce1b0&&_0x5ce1b0['type']['indexOf']('Container')>-0x1&&_0x156da3['pop'](),'elementEnd'==_0x1b1b4c['type'])continue;_0x5ce1b0&&_0x5ce1b0['type']==_0x44883b+'Object'&&_0x5ce1b0['element']['name']==_0x21ef7c['name']?_0x5ce1b0['quantity']++:_0x156da3['push']({'type':_0x44883b+'Object','element':_0x21ef7c,'quantity':0x1}),_0x1730a0['skip'](_0x2686cc=>!('elementEnd'==_0x2686cc['type']&&_0x2686cc['item']==_0x898a6b));}else{if(this['_schema']['checkChild'](_0x898a6b,'$text')||_0x898a6b['is']('element','softBreak')){const _0x3e6207=_0x898a6b;if('add'==_0x44883b&&'elementStart'==_0x1b1b4c['type']||'remove'==_0x44883b&&'elementEnd'==_0x1b1b4c['type'])continue;if(_0x5ce1b0&&-0x1==_0x5ce1b0['type']['indexOf']('Container')){'text'==_0x5ce1b0['type']&&(_0x5ce1b0[_0x44883b]+='\x0a');continue;}let _0x24e5a2;if(_0x24e5a2='add'==_0x44883b?_0x3e6207['nextSibling']&&!this['_schema']['isObject'](_0x3e6207['nextSibling'])?_0x3e6207['nextSibling']:null:_0x3e6207['previousSibling']&&!this['_schema']['isObject'](_0x3e6207['previousSibling'])?_0x3e6207['previousSibling']:null,_0x3e6207['isEmpty']||_0x24e5a2&&_0x24e5a2['isEmpty']){const _0x4fb9c4=_0x24e5a2&&_0x24e5a2['isEmpty']?_0x24e5a2:_0x3e6207;_0x5ce1b0&&_0x5ce1b0['type']==_0x44883b+'EmptyContainer'&&_0x5ce1b0['element']['name']==_0x4fb9c4['name']?_0x5ce1b0['quantity']++:_0x156da3['push']({'type':_0x44883b+'EmptyContainer','element':_0x4fb9c4,'quantity':0x1});}else _0x156da3['push']({'type':_0x44883b+'Container','element':_0x3e6207});}}}}}['_resolveDescriptionItems'](_0x44a8e7){const _0x566087=this['_locale'],_0x5f062c=[],_0x386a27=[],_0x2d1e61=[];for(const _0x3b56b3 of _0x44a8e7)switch(_0x3b56b3['type']){case'text':if(_0x3b56b3['add']=_0x3b56b3['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x3b56b3['remove']=_0x3b56b3['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x3b56b3['add']&&''!=_0x3b56b3['remove']){_0x5f062c['push']({'type':'replace','content':o(_0x566087,'REPLACE_TEXT',['\x22'+_0x3b56b3['remove']+'\x22','\x22'+_0x3b56b3['add']+'\x22'])});continue;}if(null!=_0x3b56b3['add']['match'](/^ +$/)){_0x5f062c['push']({'type':'insertion','content':o(_0x566087,'*Insert:*\x20%0',o(_0x566087,'ELEMENT_SPACE',_0x3b56b3['add']['length']))});continue;}if(null!=_0x3b56b3['remove']['match'](/^ +$/)){_0x5f062c['push']({'type':'deletion','content':o(_0x566087,'*Remove:*\x20%0',o(_0x566087,'ELEMENT_SPACE',_0x3b56b3['remove']['length']))});continue;}if(''!=_0x3b56b3['add']){_0x5f062c['push']({'type':'insertion','content':o(_0x566087,'*Insert:*\x20%0','\x22'+_0x3b56b3['add']+'\x22')});continue;}_0x5f062c['push']({'type':'deletion','content':o(_0x566087,'*Remove:*\x20%0','\x22'+_0x3b56b3['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x5f062c['push']({'type':'insertion','content':o(_0x566087,'*Insert:*\x20%0',this['getItemLabel'](_0x3b56b3['element'],_0x3b56b3['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x5f062c['push']({'type':'deletion','content':o(_0x566087,'*Remove:*\x20%0',this['getItemLabel'](_0x3b56b3['element'],_0x3b56b3['quantity']))});continue;case'addContainer':_0x5f062c['push']({'type':'insertion','content':o(_0x566087,'*Split:*\x20%0',this['getItemLabel'](_0x3b56b3['element'],_0x3b56b3['quantity']))});continue;case'removeContainer':_0x5f062c['push']({'type':'deletion','content':o(_0x566087,'*Merge:*\x20%0',this['getItemLabel'](_0x3b56b3['element'],_0x3b56b3['quantity']))});continue;case'addFormat':_0x386a27['push'](_0x3b56b3['key']);continue;case'removeFormat':_0x2d1e61['push'](_0x3b56b3['key']);continue;default:_0x5f062c['push'](_0x3b56b3);}if(_0x386a27['length']){const _0x5a5c4c=_0x386a27['map'](_0x41edc8=>this['_attributeLabels']['has'](_0x41edc8)?this['_attributeLabels']['get'](_0x41edc8):_0x41edc8)['join'](',\x20');_0x5f062c['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x5a5c4c)});}if(_0x2d1e61['length']){const _0x32238c=_0x2d1e61['map'](_0x270cfc=>this['_attributeLabels']['has'](_0x270cfc)?this['_attributeLabels']['get'](_0x270cfc):_0x270cfc)['join'](',\x20');_0x5f062c['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x32238c)});}return _0x5f062c;}['_handleCustomCallbackDescription'](_0x2cfd30){for(const _0x2765c6 of this['_customCallbacks']){const _0x1cb7bb=_0x2765c6(_0x2cfd30);if(_0x1cb7bb&&'type'in _0x1cb7bb)return _0x1cb7bb;}}['_handleAttributeSuggestionDescription'](_0x4fc41d,_0x35932b){const _0x52b65c=_0x35932b['data'],_0x5e5ef1=void 0x0===_0x52b65c['newValue']?'removeFormat':'addFormat';_0x4fc41d['push']({'type':_0x5e5ef1,'key':_0x52b65c['key']});}['_handleRenameSuggestionDescription'](_0x342186,_0x12bed9){_0x342186['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x12bed9['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x803683,_0x4098fe,_0x3c4d12){if(this['_addDescriptionItems'](_0x803683,_0x4098fe),_0x3c4d12&&_0x3c4d12['getFirstRange']()&&!_0x4098fe['getFirstRange']()['end']['isEqual'](_0x3c4d12['getFirstRange']()['start'])){const _0x4ff8ba=_0x803683[_0x803683['length']-0x1],_0x481241='insertion'==_0x4098fe['type']?'add':'remove';_0x4ff8ba&&'text'==_0x4ff8ba['type']&&(_0x4ff8ba[_0x481241]+='\x0a');}}}class V extends _0x57873f{['afterInit'](){const _0x1d4df3=this['editor'],_0x5b063d=_0x1d4df3['plugins']['get']('TrackChangesEditing');_0x1d4df3['commands']['get']('showAIAssistant')&&_0x5b063d['enableCommand']('showAIAssistant');}}class U extends _0x57873f{['afterInit'](){const _0x8954d=this['editor'],_0x3fa14e=_0x8954d['locale'];if(!_0x8954d['plugins']['has']('AlignmentEditing'))return;const _0x4cbf8a=_0x8954d['plugins']['get']('TrackChangesEditing');_0x4cbf8a['enableDefaultAttributesIntegration']('alignment'),_0x4cbf8a['registerBlockAttribute']('alignment'),_0x4cbf8a['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x3fa14e,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4b8eaa=this['editor'],_0x6aa84f=_0x4b8eaa['locale'];_0x4b8eaa['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xf609d6=>{if('formatBlock'!=_0xf609d6['type'])return;const {data:_0x5c7510}=_0xf609d6;if(_0x5c7510&&'alignment'==_0x5c7510['commandName']){const _0x50afd0=_0x5c7510['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x6aa84f,'*Format:*\x20%0',function(_0x1e2fc2){switch(_0x1e2fc2){case'left':return o(_0x6aa84f,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x6aa84f,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x6aa84f,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x6aa84f,'FORMAT_JUSTIFY_TEXT');}}(_0x50afd0))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x57873f{['afterInit'](){const _0x553ae9=this['editor'],_0xc99849=_0x553ae9['plugins']['get']('TrackChangesEditing'),_0x4b0e2f=_0x553ae9['locale'];for(const _0x108626 of ti){if(!_0x553ae9['plugins']['has'](_0x108626))continue;const _0x33247a=_0x108626['slice'](0x0,-0x7)['toLowerCase'](),_0x4c5a27='FORMAT_'+_0x33247a['toUpperCase']();_0xc99849['enableDefaultAttributesIntegration'](_0x33247a),_0xc99849['registerInlineAttribute'](_0x33247a),_0xc99849['descriptionFactory']['registerAttributeLabel'](_0x33247a,o(_0x4b0e2f,_0x4c5a27));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x223d28=this['editor'],_0x4c4dc6=_0x223d28['locale'],_0xe13001=_0x223d28['plugins']['get']('TrackChangesEditing');function _0x47921f(_0x20b356,_0x5d11b6){_0xe13001['descriptionFactory']['registerDescriptionCallback'](_0x3284e7=>{if('formatInline'!=_0x3284e7['type'])return;const {data:_0x1bf16c}=_0x3284e7;return _0x1bf16c&&_0x1bf16c['commandName']===_0x20b356?_0x1bf16c['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4c4dc6,'*Format:*\x20%0',_0x5d11b6)}:{'type':'format','content':o(_0x4c4dc6,'*Remove\x20format:*\x20%0',_0x5d11b6)}:void 0x0;});}_0x47921f('bold',o(_0x4c4dc6,'FORMAT_BOLD')),_0x47921f('italic',o(_0x4c4dc6,'FORMAT_ITALIC')),_0x47921f('underline',o(_0x4c4dc6,'FORMAT_UNDERLINE')),_0x47921f('code',o(_0x4c4dc6,'FORMAT_CODE')),_0x47921f('strikethrough',o(_0x4c4dc6,'FORMAT_STRIKETHROUGH')),_0x47921f('subscript',o(_0x4c4dc6,'FORMAT_SUBSCRIPT')),_0x47921f('superscript',o(_0x4c4dc6,'FORMAT_SUPERSCRIPT'));}}class F extends _0x57873f{['afterInit'](){const _0x405f15=this['editor'],_0x1a597b=_0x405f15['locale'];if(!_0x405f15['plugins']['has']('BlockQuoteEditing'))return;const _0x23b056=_0x405f15['plugins']['get']('TrackChangesEditing'),_0x49a83b=this['editor']['commands']['get']('blockQuote');_0x23b056['enableCommand']('blockQuote',(_0x5e2c95,_0x1923ba={})=>{const _0x35e29f=this['editor']['model']['document']['selection'],_0x2a0dce=_0x1923ba&&void 0x0!==_0x1923ba['forceValue']?_0x1923ba['forceValue']:!_0x49a83b['value'];let _0x398d83=[];if(_0x2a0dce){const _0x2d72f1=Array['from'](_0x35e29f['getSelectedBlocks']())['filter'](_0x239ad1=>oo(_0x239ad1)||function(_0x192f7b,_0x27f66a){const _0x4deadc=_0x27f66a['checkChild'](_0x192f7b['parent'],'blockQuote'),_0x126444=_0x27f66a['checkChild'](['$root','blockQuote'],_0x192f7b);return _0x4deadc&&_0x126444;}(_0x239ad1,this['editor']['model']['schema']));_0x398d83=to(_0x2d72f1,_0x405f15['model']);}else{const _0xd05075=Array['from'](_0x35e29f['getSelectedBlocks']())['filter'](_0x37a29f=>oo(_0x37a29f));_0x398d83=to(_0xd05075,_0x405f15['model']);}_0x405f15['model']['change'](()=>{for(const _0x5739a4 of _0x398d83)_0x23b056['markBlockFormat'](_0x5739a4,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x2a0dce}]});});}),_0x23b056['descriptionFactory']['registerDescriptionCallback'](_0x5002a0=>{const {data:_0xd4e91e}=_0x5002a0;if(_0xd4e91e&&'blockQuote'==_0xd4e91e['commandName']){const _0x145caa=o(_0x1a597b,'ELEMENT_BLOCK_QUOTE');return _0xd4e91e['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1a597b,'*Set\x20format:*\x20%0',_0x145caa)}:{'type':'format','content':o(_0x1a597b,'*Remove\x20format:*\x20%0',_0x145caa)};}});}}function oo(_0x3d4059){return'blockQuote'==_0x3d4059['parent']['name'];}class L extends _0x57873f{['afterInit'](){const _0x3d4a1b=this['editor'];_0x3d4a1b['plugins']['has']('CaseChange')&&(_0x3d4a1b['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x3d4a1b['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x3d4a1b['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x57873f{['afterInit'](){const _0x2b209c=this['editor'];_0x2b209c['commands']['get']('ckbox')&&_0x2b209c['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class J extends _0x57873f{['afterInit'](){const _0x52e48e=this['editor'];if(!_0x52e48e['plugins']['has']('CodeBlock'))return;const _0x1af372=_0x52e48e['plugins']['get']('TrackChangesEditing'),_0xba98d3=_0x52e48e['locale'],_0x1c405d=_0x52e48e['config']['get']('codeBlock')['languages'],_0x59c015=_0x52e48e['commands']['get']('codeBlock');_0x1af372['enableCommand']('indentCodeBlock'),_0x1af372['enableCommand']('outdentCodeBlock'),_0x1af372['enableCommand']('codeBlock',(_0x1ba40b,_0x3e0b2a={})=>{const _0x1dea37=_0x52e48e['model'],_0x223f27=_0x52e48e['model']['document']['selection'],_0x1bd6d4=_0x3e0b2a&&void 0x0!==_0x3e0b2a['forceValue']?_0x3e0b2a['forceValue']:!_0x59c015['value'];let _0x27b1db;_0x3e0b2a['language']||(_0x3e0b2a['language']=_0x1c405d[0x0]['language']),_0x27b1db=_0x1bd6d4?Array['from'](_0x223f27['getSelectedBlocks']())['filter'](_0x44dba7=>eo(_0x44dba7)||function(_0x4c4d10,_0x54d8e2){if(_0x4c4d10['is']('rootElement')||_0x54d8e2['isLimit'](_0x4c4d10))return!0x1;return _0x54d8e2['checkChild'](_0x4c4d10['parent'],'codeBlock');}(_0x44dba7,_0x1dea37['schema'])):Array['from'](_0x223f27['getSelectedBlocks']())['filter'](_0x353961=>eo(_0x353961));const _0x1d88ef=to(_0x27b1db,_0x1dea37);_0x1dea37['change'](()=>{for(const _0x128be2 of _0x1d88ef)_0x1af372['markBlockFormat'](_0x128be2,{'commandName':'codeBlock','commandParams':[{..._0x3e0b2a,'forceValue':_0x1bd6d4}],'formatGroupId':'blockName'});});}),(_0x1af372['descriptionFactory']['registerElementLabel']('codeBlock',_0x4af49c=>o(_0xba98d3,'ELEMENT_CODE_BLOCK',_0x4af49c)),_0x1af372['descriptionFactory']['registerDescriptionCallback'](_0x38e26a=>{if('formatBlock'!=_0x38e26a['type'])return;const _0x27f25d=_0xba98d3['t'],{data:_0x557e97}=_0x38e26a;if(!_0x557e97||'codeBlock'!=_0x557e97['commandName'])return;const _0x282bc3=_0x557e97['commandParams'][0x0]['language'],_0x90bf98=_0x27f25d(_0x1c405d['find'](_0x46e130=>_0x46e130['language']===_0x282bc3)['label'])['toLowerCase']();return _0x557e97['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xba98d3,'*Set\x20format:*\x20%0',o(_0xba98d3,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x90bf98+')')}:{'type':'format','content':o(_0xba98d3,'*Remove\x20format:*\x20%0',o(_0xba98d3,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x2edfb3){return'codeBlock'==_0x2edfb3['name'];}class q extends _0x57873f{['afterInit'](){const _0x3fdcab=this['editor'];if(!_0x3fdcab['plugins']['has']('CommentsEditing'))return;_0x3fdcab['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x40a4c1,_0x221328,_0x3e3021){const _0x43d588=[];for(const _0xe373e7 of _0x221328['getItems']())_0xe373e7['hasAttribute'](_0x40a4c1)&&_0x43d588['push'](_0x3e3021['createRangeOn'](_0xe373e7));return _0x43d588;}function _e(_0x42b488,_0x305359,{showActiveMarker:_0x5e4718=!0x0}={}){const _0x3a952c=_0x42b488['plugins']['get']('TrackChangesEditing');return(_0x531391,_0x5865b6,_0x5cda3d)=>{if(!_0x5cda3d['consumable']['test'](_0x5865b6['markerRange'],_0x531391['name']))return;const _0x257c1c=_0x5865b6['markerRange']['getWalker'](),_0x4e0b91=_0x5865b6['markerRange']['start'],_0x5e5a61=_0x42b488['model']['schema'];let _0x445819=null,_0x189167=null,_0x226f3d=!0x1,_0x14b7ef=!0x1;for(const _0x42af29 of _0x257c1c){const _0x33d21e=_0x42af29['item'];_0x226f3d=_0x226f3d||_0x5e5a61['isContent'](_0x33d21e);const _0x4c9219=_0x5cda3d['mapper']['toViewElement'](_0x33d21e);if(_0x4c9219&&_0x4c9219['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x42af29['type']&&(_0x5e5a61['isBlock'](_0x33d21e)&&!_0x5e5a61['isLimit'](_0x33d21e)&&(_0x33d21e['nextSibling']||_0x4e0b91['isAtEnd']?_0x445819&&_0x445819['parent']==_0x33d21e||(_0x445819=_0x33d21e,_0x3b2ba0(_0x42af29['previousPosition']),_0x14b7ef=!0x0):_0x189167=_0x189167||_0x42af29['previousPosition']));}function _0x3b2ba0(_0x513ecd){const {authorId:_0x39af41}=_0x3a952c['_splitMarkerName'](_0x5865b6['markerName']),_0x302ef3=_0x5cda3d['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x305359,'data-author-id':_0x39af41}),_0x17ff70=_0x5cda3d['mapper']['toViewPosition'](_0x513ecd);_0x5e4718&&_0x3a952c['activeMarkers']['includes'](_0x5865b6['markerName'])&&_0x5cda3d['writer']['addClass']('ck-suggestion-marker--active',_0x302ef3),_0x5cda3d['writer']['insert'](_0x17ff70,_0x302ef3),_0x5cda3d['mapper']['bindElementToMarker'](_0x302ef3,_0x5865b6['markerName']);}_0x226f3d||_0x14b7ef||!_0x189167||_0x3b2ba0(_0x189167);};}class z extends _0x57873f{static get['requires'](){return[_0x4715dd];}['init'](){const _0x24c953=this['editor'],_0x22b0dc=_0x24c953['plugins']['get']('TrackChangesEditing');_0x22b0dc['enableCommand']('delete');const _0x1733b7=_0x24c953['commands']['get']('deleteForward');_0x22b0dc['enableCommand']('deleteForward',(_0x50c640,_0x5761db={})=>{const _0x56618a=_0x24c953['model']['createSelection'](_0x24c953['model']['document']['selection']);_0x56618a['isCollapsed']&&_0x24c953['model']['modifySelection'](_0x56618a,{'direction':'forward','unit':_0x5761db['unit']});const _0x3bc59a=_0x56618a['getFirstRange'](),_0x21166e=_0x40584f['fromRange'](_0x3bc59a);let _0x32da42;_0x50c640(_0x5761db),_0x32da42='$graveyard'==_0x21166e['root']['rootName']?_0x24c953['model']['createRange'](_0x3bc59a['start']):_0x24c953['model']['createRange'](_0x21166e['start'],_0x21166e['end']),_0x21166e['detach'](),_0x24c953['model']['enqueueChange'](_0x1733b7['buffer']['batch'],_0x49e1a5=>{_0x1733b7['buffer']['lock'](),_0x49e1a5['setSelection'](_0x49e1a5['createRange'](_0x32da42['end'])),_0x1733b7['buffer']['unlock']();});}),_0x24c953['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x24c953,'merge'),{'priority':'high'}),_0x24c953['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x378f94,_0xcd7cc6,_0x212c01)=>{_0x212c01['options']['showSuggestionHighlights']&&_e(_0x24c953,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x378f94,_0xcd7cc6,_0x212c01);},{'priority':'high'}),_0x24c953['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x28496d,_0x4814ce,_0x5f35b8)=>{const _0x479942=_0x5f35b8['mapper']['markerNameToElements'](_0x4814ce['markerName']);if(_0x479942){for(const _0x5e61a4 of _0x479942)_0x5e61a4['is']('uiElement')&&(_0x5f35b8['mapper']['unbindElementFromMarkerName'](_0x5e61a4,_0x4814ce['markerName']),_0x5f35b8['writer']['remove'](_0x5e61a4));}},{'priority':'high'});}}class K extends _0x57873f{['afterInit'](){const _0x34a94f=this['editor'];if(!_0x34a94f['plugins']['has']('ListEditing'))return;const _0x5ca07e=_0x34a94f['locale'],_0x54d074=_0x34a94f['plugins']['get']('TrackChangesEditing'),_0x27c5d7=_0x34a94f['plugins']['has']('TodoListEditing'),_0x38de5e=!!_0x34a94f['config']['get']('list.multiBlock');function _0x78ac92(_0x3e1b86){return{'type':'format','content':''+o(_0x5ca07e,'*Set\x20format:*\x20%0',_0x3e1b86)};}function _0x315a1f(_0x51c6ef){return{'type':'format','content':''+o(_0x5ca07e,'*Remove\x20format:*\x20%0',_0x51c6ef)};}_0x54d074['enableDefaultAttributesIntegration']('numberedList'),_0x54d074['enableDefaultAttributesIntegration']('bulletedList'),_0x54d074['enableDefaultAttributesIntegration']('customNumberedList'),_0x54d074['enableDefaultAttributesIntegration']('customBulletedList'),_0x54d074['enableDefaultAttributesIntegration']('indentList'),_0x54d074['enableDefaultAttributesIntegration']('outdentList'),_0x54d074['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x54d074['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x54d074['registerBlockAttribute']('listItemId'),_0x54d074['registerBlockAttribute']('listType'),_0x54d074['registerBlockAttribute']('listIndent'),_0x38de5e&&(_0x54d074['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x54d074['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x27c5d7&&(_0x54d074['enableDefaultAttributesIntegration']('todoList'),_0x54d074['enableDefaultAttributesIntegration']('checkTodoList'),_0x54d074['registerBlockAttribute']('todoListChecked'),_0x54d074['descriptionFactory']['registerDescriptionCallback'](_0x139342=>{const {data:_0x27d6bb}=_0x139342;if(_0x27d6bb&&'todoListChecked'==_0x27d6bb['key'])return{'type':'format','content':_0x27d6bb['newValue']?o(_0x5ca07e,'*Check\x20item*'):o(_0x5ca07e,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x51b4a9=>{if(_0x51b4a9['batch']['isUndo'])return!0x1;let _0x6ce9ac=!0x1;const _0x3715db=_0x54d074['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5acaf3=>'todoListChecked'===_0x54d074['_getAttributeKey'](_0x5acaf3));for(const _0x552424 of _0x3715db){'todo'!=_0x552424['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x54d074['_findSuggestions'](_0x552424['getFirstRange'](),'attribute')['find'](_0x3a4c5a=>'listType'===_0x54d074['_getAttributeKey'](_0x3a4c5a['suggestion']))||(_0x51b4a9['removeMarker'](_0x552424['getFirstMarker']()),_0x6ce9ac=!0x0));}return _0x6ce9ac;})),_0x54d074['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x5ca07e,'FORMAT_INDENT'));const _0x4f6588={'type':'format','content':''};_0x54d074['descriptionFactory']['registerDescriptionCallback'](_0x3b2c8=>{const {data:_0x33fda5}=_0x3b2c8;if(!_0x33fda5||'listType'!=_0x33fda5['key'])return;let _0x141d1e=_0x3b2c8['head'];for(;_0x141d1e;){if(_0x141d1e['data']&&(('listStyle'==_0x141d1e['data']['key']||'listMarkerStyle'==_0x141d1e['data']['key'])&&(_0x141d1e['data']['newValue']&&'default'!=_0x141d1e['data']['newValue']||'default'!=_0x141d1e['data']['oldValue']&&!_0x33fda5['newValue'])||!_0x38de5e&&_0x141d1e['data']['key']==m))return _0x4f6588;_0x141d1e=_0x141d1e['next'];}if(null==_0x33fda5['newValue'])switch(_0x33fda5['oldValue']){case'bulleted':return _0x315a1f(o(_0x5ca07e,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x315a1f(o(_0x5ca07e,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x315a1f(o(_0x5ca07e,'ELEMENT_TODO_LIST'));}switch(_0x33fda5['newValue']){case'bulleted':return _0x78ac92(o(_0x5ca07e,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x78ac92(o(_0x5ca07e,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x78ac92(o(_0x5ca07e,'ELEMENT_TODO_LIST'));}}),_0x54d074['descriptionFactory']['registerDescriptionCallback'](_0x104bd7=>{const {data:_0x5c00b2}=_0x104bd7;if(_0x5c00b2&&'listIndent'==_0x5c00b2['key'])return null==_0x5c00b2['newValue']||null==_0x5c00b2['oldValue']&&0x0==_0x5c00b2['newValue']?_0x4f6588:void 0x0;}),_0x54d074['descriptionFactory']['registerDescriptionCallback'](_0x16b6c0=>{if('attribute'!=_0x16b6c0['type'])return;const {data:_0x5cf3b6}=_0x16b6c0;if(!_0x5cf3b6||'listItemId'!=_0x5cf3b6['key'])return;const _0x9e021d=Ee(_0x16b6c0);return'newValue'==_0x9e021d?{'type':'format','content':o(_0x5ca07e,'*Merge:*\x20list\x20item')}:'oldValue'==_0x9e021d?{'type':'format','content':o(_0x5ca07e,'*Split:*\x20list\x20item')}:_0x4f6588;}),_0x34a94f['model']['document']['registerPostFixer'](_0xf63e32=>this['listItemIdFixer'](_0xf63e32)),_0x34a94f['model']['document']['registerPostFixer'](_0x4ffe38=>this['noTrackChangesFixer'](_0x4ffe38)),_0x34a94f['model']['document']['on']('change:data',(_0x105096,_0x43f10b)=>{if(_0x43f10b['isUndo']||!_0x43f10b['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x947e44){if(_0x947e44['batch']['isUndo']||!_0x947e44['batch']['isLocal'])return!0x1;let _0x4823f5=!0x1;const _0x1f02e5=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x43a7a0=>_0x43a7a0['data']&&'listItemId'==_0x43a7a0['data']['key'])['filter'](_0x3d150d=>_0x3d150d['data']['newValue']&&_0x3d150d['data']['oldValue']);for(const _0x22ac88 of _0x1f02e5)Ee(_0x22ac88)||(_0x947e44['removeMarker'](_0x22ac88['getFirstMarker']()),_0x4823f5=!0x0);return _0x4823f5;}['noTrackChangesFixer'](_0x1109e8){if(_0x1109e8['batch']['isUndo']||!_0x1109e8['batch']['isLocal'])return!0x1;const _0x4e586c=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x4e586c['trackChangesCommand']['value'])return!0x1;let _0x5684bc=!0x1;const _0x27e7c0=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x530b96=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x299c05=>'attribute'==_0x299c05['type'])['filter'](_0x4605d7=>_0x27e7c0['includes'](_0x4605d7['attributeKey']));if(0x0==_0x530b96['length'])return _0x5684bc;for(const _0x500803 of _0x530b96){const _0x587ec0=_0x4e586c['_findSuggestions'](_0x500803['range'],'attribute')['filter'](_0x3beae9=>!_0x3beae9['meta']['isNextTo'])['map'](_0x5819f2=>_0x5819f2['suggestion'])['filter'](_0xbce4e5=>{const _0x28d4a3=_0x4e586c['_getAttributeKey'](_0xbce4e5);return _0x27e7c0['includes'](_0x28d4a3);});if(_0x587ec0['length']){for(const _0x548f87 of _0x587ec0)_0x1109e8['removeMarker'](_0x548f87['getFirstMarker']());_0x5684bc=!0x0;}}return _0x5684bc;}['assureChains'](){const _0x4760dc=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5921c8=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x203d56;const _0x52b1d9=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x1eea0d=>{if(_0x1eea0d['data']['oldRange']||!_0x1eea0d['data']['newRange'])return null;if(!_0x1eea0d['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x1e501e}=_0x4760dc['_splitMarkerName'](_0x1eea0d['name']);if(!_0x4760dc['hasSuggestion'](_0x1e501e))return null;const _0x306cf0=_0x4760dc['getSuggestion'](_0x1e501e);return _0x5921c8['includes'](_0x306cf0['data']['key']);})['map'](_0x3d0243=>{const {id:_0x4056da}=_0x4760dc['_splitMarkerName'](_0x3d0243['name']),_0x58b0cc=_0x4760dc['getSuggestion'](_0x4056da);return _0x203d56=_0x58b0cc['attributes']['groupId'],_0x58b0cc['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x52b1d9['size'])return;const _0x3b2289=_0x4760dc['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x100fb7=>'attribute'==_0x100fb7['type']&&_0x100fb7['data']&&_0x5921c8['includes'](_0x100fb7['data']['key'])&&_0x100fb7['attributes']['groupId']!=_0x203d56)['map'](_0x2a8261=>({'listItem':_0x2a8261['getFirstRange']()['start']['nodeAfter'],'groupId':_0x2a8261['attributes']['groupId']})),_0x2ef7af=new Set();for(const {groupId:_0x5437b5,listItem:_0x2c4308}of _0x3b2289)_0x52b1d9['has'](_0x2c4308)&&_0x2ef7af['add'](_0x5437b5);for(const _0x1e5c49 of _0x4760dc['getSuggestions']())_0x2ef7af['has'](_0x1e5c49['attributes']['groupId'])&&_0x1e5c49['setAttribute']('groupId',_0x203d56);}['_supportLegacySuggestions'](){const _0x224cb5=this['editor'],_0x91f175=_0x224cb5['locale'],_0x3bfec6=_0x224cb5['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x3bfec6['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x3453d8,_0x607ca2){const _0x442255=[];for(let _0x293b08 of _0x3453d8)_0x293b08['start']['nodeAfter']===_0x293b08['end']['parent']&&(_0x293b08=_0x224cb5['model']['createRange'](_0x224cb5['model']['createPositionAt'](_0x293b08['start']['nodeAfter'],0x0))),_0x442255['push'](_0x293b08);_0x224cb5['model']['change'](_0x4a124c=>{const _0xcfc80f=_0x224cb5['model']['document']['selection'],_0xf8b02a=Array['from'](_0xcfc80f['getRanges']())['map'](_0x52fc81=>_0x40584f['fromRange'](_0x52fc81));_0x4a124c['setSelection'](_0x442255),_0x224cb5['commands']['get'](_0x607ca2['commandName'])['refresh'](),_0x607ca2['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x224cb5['execute'](_0x607ca2['commandName'],..._0x607ca2['commandParams']),_0x4a124c['setSelection'](_0xf8b02a);for(const _0x51d27e of _0xf8b02a)_0x51d27e['detach']();});}),_0x3bfec6['descriptionFactory']['registerElementLabel'](function(_0x4af0d2){const _0x5c5ea7=!_0x224cb5['model']['schema']['isObject'](_0x4af0d2),_0x3c3e3b=_0x4af0d2['previousSibling'],_0x4b2cd0=_0x4af0d2['nextSibling'],_0x3ea6ba=_0x4af0d2['getAttribute']('listItemId'),_0x23575b=!_0x3c3e3b||_0x3c3e3b['getAttribute']('listItemId')!==_0x3ea6ba,_0x5d8587=!_0x4b2cd0||_0x4b2cd0['getAttribute']('listItemId')!==_0x3ea6ba;return _0x5c5ea7&&Boolean(_0x3ea6ba)&&_0x23575b&&_0x5d8587;},_0x83d4d4=>o(_0x91f175,'ELEMENT_LIST_ITEM',_0x83d4d4));}['_registerLegacyDescription'](){const _0x1ec97c=this['editor'],_0x3d75e7=_0x1ec97c['locale'];function _0x338666(_0x4b559f){const _0x389295=_0x1ec97c['commands']['get']('bulletedList')['value'],_0x175d54=_0x1ec97c['commands']['get']('numberedList')['value'];return'numberedList'===_0x4b559f?_0x389295:_0x175d54;}_0x1ec97c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x4569fc){if('formatBlock'!=_0x4569fc['type'])return;const {data:_0x49fe03}=_0x4569fc;if(!_0x49fe03)return;let _0x2bdb4b,_0xf0f3fb,_0x4218a3,_0xe7d725;switch(_0x49fe03['commandName']){case'bulletedList':_0x4218a3=_0x49fe03['commandParams'][0x0]['forceValue'],_0xe7d725=_0x338666(_0x49fe03['commandName']),_0x2bdb4b=_0x4218a3?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0xe7d725&&_0x1ec97c['config']['get']('list.multiBlock')||(_0x2bdb4b='*Change\x20to:*\x20%0'),_0xf0f3fb={'type':'format','content':o(_0x3d75e7,_0x2bdb4b,o(_0x3d75e7,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x4218a3=_0x49fe03['commandParams'][0x0]['forceValue'],_0xe7d725=_0x338666(_0x49fe03['commandName']),_0x2bdb4b=_0x4218a3?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0xe7d725&&_0x1ec97c['config']['get']('list.multiBlock')||(_0x2bdb4b='*Change\x20to:*\x20%0'),_0xf0f3fb={'type':'format','content':o(_0x3d75e7,_0x2bdb4b,o(_0x3d75e7,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x2bdb4b='*Indent:*\x20%0',_0xf0f3fb={'type':'format','content':o(_0x3d75e7,_0x2bdb4b,o(_0x3d75e7,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x2bdb4b=function(_0x1eef74){const _0x2b0f4b=_0x1eef74['getFirstRange']();let _0x38df02=_0x2b0f4b['start']['nodeAfter'];for(;_0x38df02&&_0x2b0f4b['containsItem'](_0x38df02);){if(_0x38df02['getAttribute']('listIndent')>0x0)return!0x1;_0x38df02=_0x38df02['nextSibling'];}return!0x0;}(_0x4569fc)?o(_0x3d75e7,'*Format:*\x20remove\x20from\x20%0',o(_0x3d75e7,function(_0x673ad1){return'ELEMENT_'+_0x673ad1['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x4569fc))):o(_0x3d75e7,'*Outdent:*\x20%0',o(_0x3d75e7,'ELEMENT_LIST_ITEM')),_0xf0f3fb={'type':'format','content':_0x2bdb4b};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x49fe03['multipleBlocks']&&(_0x2bdb4b='*Merge:*\x20%0',_0xf0f3fb={'type':'deletion','content':o(_0x3d75e7,_0x2bdb4b,o(_0x3d75e7,'ELEMENT_LIST_ITEM'))});}return _0xf0f3fb;});}}function Ee(_0x4dbc83){let _0x553d80=_0x4dbc83['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x553d80;){const _0xa2e0b7=_0x553d80['getAttribute']('listItemId');if(!_0xa2e0b7)return!0x1;if(_0xa2e0b7==_0x4dbc83['data']['newValue'])return'newValue';if(_0xa2e0b7==_0x4dbc83['data']['oldValue'])return'oldValue';_0x553d80=_0x553d80['previousSibling'];}return!0x1;}class pe extends _0x57873f{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x59965a=this['editor']['config']['get']('list.properties'),_0x394b84=this['editor']['plugins']['get']('TrackChangesEditing');_0x59965a['styles']&&(_0x394b84['enableDefaultAttributesIntegration']('listStyle'),_0x394b84['registerBlockAttribute']('listStyle')),_0x59965a['reversed']&&(_0x394b84['enableDefaultAttributesIntegration']('listReversed'),_0x394b84['registerBlockAttribute']('listReversed')),_0x59965a['startIndex']&&(_0x394b84['enableDefaultAttributesIntegration']('listStart'),_0x394b84['registerBlockAttribute']('listStart'));const _0x1e556e={'type':'format','content':''};_0x394b84['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x5ac3db=this['editor']['locale'];_0x394b84['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x5ac3db,'FORMAT_LIST_REVERSED')),_0x394b84['descriptionFactory']['registerDescriptionCallback'](_0x43322f=>{const {data:_0x40c4ee}=_0x43322f;if(_0x40c4ee&&'listReversed'==_0x40c4ee['key'])return null==_0x40c4ee['newValue']||0x0==_0x40c4ee['newValue']&&null==_0x40c4ee['oldValue']?_0x1e556e:void 0x0;}),_0x394b84['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x5ac3db,'FORMAT_LIST_START')),_0x394b84['descriptionFactory']['registerDescriptionCallback'](_0x22a2a6=>{const {data:_0x340bdf}=_0x22a2a6;if(_0x340bdf&&'listStart'==_0x340bdf['key'])return null==_0x340bdf['newValue']||0x1==_0x340bdf['newValue']&&null==_0x340bdf['oldValue']?_0x1e556e:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x172721=>{if(_0x172721['batch']['isUndo'])return!0x1;let _0x481928=!0x1;const _0xad21de=_0x394b84['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4749b6=>{const _0x4b7caf=_0x394b84['_getAttributeKey'](_0x4749b6);return'listStart'==_0x4b7caf||'listReversed'==_0x4b7caf;});for(const _0x1a1f9a of _0xad21de){const _0x4aae26=_0x1a1f9a['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x4aae26||'customNumbered'==_0x4aae26)continue;_0x394b84['_findSuggestions'](_0x1a1f9a['getFirstRange'](),'attribute')['find'](_0x17eefb=>'listType'==_0x394b84['_getAttributeKey'](_0x17eefb['suggestion']))||(_0x172721['removeMarker'](_0x1a1f9a['getFirstMarker']()),_0x481928=!0x0);}return _0x481928;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x403c9e){const _0x1c9a11=this['editor']['locale'],{data:_0x49d68a}=_0x403c9e,_0x560b96={'type':'format','content':''};if(!_0x49d68a||'listStyle'!=_0x49d68a['key'])return;if(!_0x49d68a['oldValue'])return'default'==_0x49d68a['newValue']?_0x560b96:{'type':'format','content':''+o(_0x1c9a11,'*Set\x20format:*\x20%0',o(_0x1c9a11,this['_getTranslationKeyForListStyle'](_0x49d68a['newValue'])))};if(!_0x49d68a['newValue']){if('default'==_0x49d68a['oldValue'])return _0x560b96;let _0x25000c=_0x403c9e['head'];for(;_0x25000c;){if(_0x25000c['data']&&'listType'==_0x25000c['data']['key']&&_0x25000c['data']['newValue'])return _0x560b96;_0x25000c=_0x25000c['next'];}return{'type':'format','content':''+o(_0x1c9a11,'*Remove\x20format:*\x20%0',o(_0x1c9a11,this['_getTranslationKeyForListStyle'](_0x49d68a['oldValue'])))};}if('default'!=_0x49d68a['newValue'])return{'type':'format','content':''+o(_0x1c9a11,'*Set\x20format:*\x20%0',o(_0x1c9a11,this['_getTranslationKeyForListStyle'](_0x49d68a['newValue'])))};let _0x2b84a4=_0x403c9e['head'];for(;_0x2b84a4;){if(_0x2b84a4['data']&&'listType'==_0x2b84a4['data']['key']&&_0x2b84a4['data']['newValue']&&_0x2b84a4['data']['oldValue'])return _0x560b96;_0x2b84a4=_0x2b84a4['next'];}return{'type':'format','content':o(_0x1c9a11,'*Set\x20format:*\x20%0',o(_0x1c9a11,'ELEMENT_'+_0x403c9e['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x2d1194=this['editor'],_0x171abf=_0x2d1194['locale'];_0x2d1194['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5c1c91=>{if('formatBlock'!=_0x5c1c91['type'])return;const {data:_0x4fb9d0}=_0x5c1c91;if(!_0x4fb9d0)return;let _0x2501a4,_0x333533;switch(_0x4fb9d0['commandName']){case'listStyle':_0x2501a4='*Change\x20to:*\x20%0',_0x333533={'type':'format','content':o(_0x171abf,_0x2501a4,o(_0x171abf,this['_getTranslationKeyForListStyle'](_0x4fb9d0['commandParams'][0x0]['type'])))};break;case'listReversed':_0x2501a4=_0x4fb9d0['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x333533={'type':'format','content':o(_0x171abf,_0x2501a4)};break;case'listStart':_0x2501a4='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x333533={'type':'format','content':o(_0x171abf,_0x2501a4,_0x4fb9d0['commandParams'][0x0]['startIndex'])};}return _0x333533;});}['_getTranslationKeyForListStyle'](_0xa4da3d){return'ELEMENT_'+function(_0x451ff4){if(ye['includes'](_0x451ff4))return'bulleted';if(Se['includes'](_0x451ff4))return'numbered';return null;}(_0xa4da3d)['toUpperCase']()+'_LIST_'+_0xa4da3d['toUpperCase']()['replace'](/-/g,'_');}}const ye=['disc','circle','square'],Se=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class Q extends _0x57873f{static get['requires'](){return[_0x301288];}['init'](){const _0x1caf83=this['editor'],_0x16e367=_0x1caf83['plugins']['get']('TrackChangesEditing'),_0x43d82f=_0x1caf83['commands']['get']('enter');_0x16e367['enableCommand']('enter',()=>{_0x1caf83['model']['change'](_0x51491f=>{const _0x34e698=_0x1caf83['model']['document']['selection'],_0x47a9aa=_0x34e698['getFirstPosition'](),_0x3936ac=_0x40584f['fromRange'](_0x34e698['getFirstRange']());if(_0x43d82f['enterBlock'](_0x51491f)){const _0x3df596=_0x1caf83['model']['createPositionAt'](_0x47a9aa['parent']['nextSibling'],0x0),_0x8a87d7=_0x51491f['createRange'](_0x47a9aa,_0x3df596);_0x16e367['markInsertion'](_0x8a87d7);}else _0x51491f['setSelection'](_0x51491f['createRange'](_0x3936ac['end']));_0x3936ac['detach'](),_0x43d82f['fire']('afterExecute',{'writer':_0x51491f});});}),_0x1caf83['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x1caf83,'split'),{'priority':'high'}),_0x1caf83['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x13b4dc,_0x1b0ab9,_0x223728)=>{const _0x48c6d3=_0x223728['mapper']['markerNameToElements'](_0x1b0ab9['markerName']);if(_0x48c6d3){for(const _0x4f4a79 of _0x48c6d3)_0x4f4a79['hasClass']('ck-suggestion-marker-split')&&(_0x223728['mapper']['unbindElementFromMarkerName'](_0x4f4a79,_0x1b0ab9['markerName']),_0x223728['writer']['remove'](_0x4f4a79));}},{'priority':'high'}),_0x1caf83['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x58e034,_0x1e266e,_0x4100de)=>{_0x4100de['options']['showSuggestionHighlights']&&_e(_0x1caf83,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x58e034,_0x1e266e,_0x4100de);},{'priority':'high'});}}class X extends _0x57873f{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x5d5479=this['editor']['plugins']['get']('TrackChangesEditing');_0x5d5479['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x5d5479['enableCommand']('findNext'),_0x5d5479['enableCommand']('findPrevious'),_0x5d5479['enableCommand']('replace'),_0x5d5479['enableCommand']('replaceAll');}['handleFindCommand'](_0xd2be03,_0x4a4259,_0x2107d2={}){const _0x151cb7=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0xd2be03(_0x4c4d40=>{let _0x2b4f98=('string'==typeof _0x4a4259?_0x151cb7['findByTextCallback'](_0x4a4259,_0x2107d2):_0x4a4259)(_0x4c4d40);Array['isArray'](_0x2b4f98)&&(_0x2b4f98={'results':_0x2b4f98,'searchText':'string'==typeof _0x4a4259?_0x4a4259:''});const _0xfe40a1=_0x2b4f98['results']['filter'](_0x57a6fb=>!0x1===this['_isInDeletionRange'](_0x57a6fb,_0x4c4d40['item']));return{..._0x2b4f98,'results':_0xfe40a1};},_0x2107d2);}['_isInDeletionRange'](_0x27d23f,_0x4c7b73){const _0x20a8bf=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x4c7b73,_0x27d23f['start']),this['editor']['model']['createPositionAt'](_0x4c7b73,_0x27d23f['end']));for(const _0x1807cf of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x20a8bf['getIntersection'](_0x1807cf['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Y extends _0x57873f{['afterInit'](){const _0x114a8b=this['editor']['locale'],_0x4d0063=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x16ba67,commandName:_0x5de8af}of ro)this['editor']['plugins']['has'](_0x16ba67)&&(_0x4d0063['enableDefaultAttributesIntegration'](_0x5de8af),_0x4d0063['registerInlineAttribute'](_0x5de8af));_0x4d0063['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x114a8b,'FORMAT_FONT_SIZE')),_0x4d0063['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x114a8b,'FORMAT_FONT_FAMILY')),_0x4d0063['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x114a8b,'FORMAT_FONT_COLOR')),_0x4d0063['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x114a8b,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4ce7c2=this['editor'],_0x59b484=_0x4ce7c2['locale'];_0x4ce7c2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2ab9c7=>{const _0x524e17=_0x59b484['t'];if('formatInline'!=_0x2ab9c7['type'])return;const {data:_0x2b93dd}=_0x2ab9c7;if(null!=_0x2b93dd){if('fontSize'==_0x2b93dd['commandName']){const _0x2e3ade=_0x2b93dd['commandParams'][0x0]['value'];if(_0x2e3ade){const _0xd8e68=_0x524e17(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x4f890f=>_0x4f890f['model']==_0x2e3ade)['title'])['toLowerCase']();return{'type':'format','content':o(_0x59b484,'*Set\x20font\x20size:*\x20%0',_0xd8e68)};}return{'type':'format','content':o(_0x59b484,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x2b93dd['commandName']){const _0x49686c=_0x2b93dd['commandParams'][0x0]['value'];return _0x49686c?{'type':'format','content':o(_0x59b484,'*Set\x20font\x20family:*\x20%0',_0x49686c)}:{'type':'format','content':o(_0x59b484,'*Reset\x20font\x20family*')};}if('fontColor'==_0x2b93dd['commandName']){const _0x355c9b=_0x2b93dd['commandParams'][0x0]['value'];if(_0x355c9b){const _0x420a60=_0xc9e50a(this['editor']['config']['get']('fontColor.colors'))['find'](_0x3fe2eb=>_0x3fe2eb['model']==_0x355c9b);let _0x7c85f3=_0x355c9b,_0x2652d0='';return _0x420a60&&(_0x7c85f3=_0x420a60['label'],_0x2652d0=_0x524e17(_0x7c85f3)['toLowerCase']()),{'type':'format','content':o(_0x59b484,'*Set\x20font\x20color:*\x20%0',_0x2652d0)['trim'](),'color':{'value':_0x355c9b,'title':_0x2652d0||_0x7c85f3}};}return{'type':'format','content':o(_0x59b484,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x2b93dd['commandName']){const _0x39b118=_0x2b93dd['commandParams'][0x0]['value'];if(_0x39b118){const _0x59e3f7=_0xc9e50a(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x558c4c=>_0x558c4c['model']==_0x39b118);let _0x90205e=_0x39b118,_0x10b2d3='';return _0x59e3f7&&(_0x90205e=_0x59e3f7['label'],_0x10b2d3=_0x524e17(_0x90205e)['toLowerCase']()),{'type':'format','content':o(_0x59b484,'*Set\x20font\x20background\x20color:*\x20%0',_0x10b2d3)['trim'](),'color':{'value':_0x39b118,'title':_0x10b2d3||_0x90205e}};}return{'type':'format','content':o(_0x59b484,'*Reset\x20font\x20background\x20color*')};}}});}}class Z extends _0x57873f{['afterInit'](){const _0x79e67f=this['editor'],_0x561806=_0x79e67f['plugins']['get']('TrackChangesEditing'),_0xfdc53=_0x79e67f['commands']['get']('copyFormat'),_0x16b0b3=_0x79e67f['commands']['get']('pasteFormat');_0xfdc53&&_0x16b0b3&&(_0x561806['enableDefaultAttributesIntegration']('pasteFormat'),_0x561806['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x4a6756=this['editor'],_0x1c28d2=_0x4a6756['locale'];_0x4a6756['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4959d8=>{if('formatBlock'!=_0x4959d8['type']&&'formatInline'!=_0x4959d8['type'])return;const {data:_0x163bb0}=_0x4959d8;if(_0x163bb0&&'pasteFormat'===_0x163bb0['commandName']){const _0x406810=[],_0x4f63b2=_0x163bb0['commandParams'][0x0];for(const [_0x19ae15,_0xb43293]of Object['entries'](_0x4f63b2))_0x406810['push'](so(_0x4a6756,_0x19ae15,_0xb43293));return _0x406810['length']?{'type':'format','content':o(_0x1c28d2,'*Set\x20format\x20to:*\x20%0',_0x406810['join'](',\x20'))}:{'type':'format','content':o(_0x1c28d2,'*Remove\x20all\x20formatting*')};}});}}function so(_0xa69724,_0x14cfba,_0x1ce9f){const _0x28b5c6=_0xa69724['locale']['t'],_0x4f3901=_0x14cfba['split'](/(?=[A-Z])/)['join']('\x20'),_0x5853f6=_0x28b5c6(_0x4f3901['charAt'](0x0)['toUpperCase']()+_0x4f3901['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x1ce9f)return _0x5853f6;if('fontColor'===_0x14cfba||'fontBackgroundColor'===_0x14cfba){const _0x35216b=_0xc9e50a(_0xa69724['config']['get']('fontColor.colors'))['find'](_0x599c76=>_0x599c76['model']==_0x1ce9f);return _0x5853f6+'\x20('+(_0x35216b?_0x28b5c6(_0x35216b['label'])['toLowerCase']():_0x1ce9f)+')';}if('fontSize'===_0x14cfba&&isNaN(parseFloat(_0x1ce9f))){const _0x5754a5=_0xa69724['plugins']['get']('FontSize')['normalizeSizeOptions'](_0xa69724['config']['get']('fontSize.options'))['find'](_0x388d4a=>_0x388d4a['model']==_0x1ce9f);return _0x5853f6+'\x20('+(_0x5754a5?_0x28b5c6(_0x5754a5['title'])['toLowerCase']():_0x1ce9f)+')';}return _0x5853f6+'\x20('+_0x1ce9f+')';}class tt extends _0x57873f{['_headingOptions'];['afterInit'](){const _0xa9c22a=this['editor'];if(!_0xa9c22a['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0xa9c22a['config']['get']('heading.options');const _0x2d693e=_0xa9c22a['locale'],_0xaf132e=_0xa9c22a['plugins']['get']('TrackChangesEditing');_0xaf132e['enableDefaultAttributesIntegration']('heading');for(const _0x2df388 of this['_headingOptions'])'paragraph'!=_0x2df388['model']&&_0xaf132e['descriptionFactory']['registerElementLabel'](_0x2df388['model'],_0xce7693=>{const _0x4db8ab=this['_getHeadingLevel'](_0x2df388['model']);return null!==_0x4db8ab?_0x2e6498(_0xce7693,_0x4db8ab):_0xb7d402(_0xce7693,_0x2df388['title']);});function _0x2e6498(_0xac35e3,_0x4939c8){return o(_0x2d693e,'ELEMENT_HEADING',[_0xac35e3,_0x4939c8]);}function _0xb7d402(_0x579dcf,_0xe5d8b4){return o(_0x2d693e,'ELEMENT_HEADING_CUSTOM',[_0x579dcf,_0xe5d8b4]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3ec3c4=this['editor'],_0x255d72=_0x3ec3c4['locale'];function _0x4e2a62(_0xfb1ac0,_0x1987a5){return o(_0x255d72,'ELEMENT_HEADING_CUSTOM',[_0xfb1ac0,_0x1987a5]);}_0x3ec3c4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2a32a2=>{if('formatBlock'!=_0x2a32a2['type'])return;const {data:_0x449ac7}=_0x2a32a2;if(_0x449ac7&&'heading'==_0x449ac7['commandName']){const _0x595970=_0x449ac7['commandParams'][0x0]['value'],_0x505e8d=this['_getHeadingLevel'](_0x595970);if(null!==_0x505e8d)return{'type':'format','content':o(_0x255d72,'*Change\x20to:*\x20%0',(_0x4422f6=0x1,_0x4454d4=_0x505e8d,o(_0x255d72,'ELEMENT_HEADING',[_0x4422f6,_0x4454d4])))};const _0x464199=this['_headingOptions']['find'](_0x485e63=>_0x485e63['model']===_0x595970)['title'];return{'type':'format','content':o(_0x255d72,'*Change\x20to:*\x20%0',_0x4e2a62(0x1,_0x464199))};}var _0x4422f6,_0x4454d4;});}['_getHeadingLevel'](_0x5c01b5){const _0x24aa24=_0x5c01b5['match'](/^heading(\d+)/);if(_0x24aa24)return _0x24aa24[0x1];const _0x52c3ff=this['_headingOptions']?.['find'](_0x3c8e6e=>_0x3c8e6e['model']==_0x5c01b5);if(_0x52c3ff&&_0x52c3ff['view']){const _0x12cc24=_0x52c3ff['view'],_0x42cac4=(_0x12cc24['name']??_0x12cc24)['match'](/^h(\d+)/);if(_0x42cac4)return _0x42cac4[0x1];}return null;}}class et extends _0x57873f{['afterInit'](){const _0x55fc41=this['editor'];if(!_0x55fc41['plugins']['has']('HighlightEditing'))return;const _0x41c30a=_0x55fc41['plugins']['get']('TrackChangesEditing'),_0x3fda77=_0x55fc41['locale'];_0x41c30a['enableDefaultAttributesIntegration']('highlight'),_0x41c30a['registerInlineAttribute']('highlight'),_0x41c30a['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x3fda77,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3cffd3=this['editor'],_0xdf5480=_0x3cffd3['locale'];_0x3cffd3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x584570=>{if('formatInline'!=_0x584570['type'])return;const {data:_0xbfd80b}=_0x584570;if(_0xbfd80b&&'highlight'==_0xbfd80b['commandName']){const _0x575343=_0xdf5480['t'],_0x578fc6=_0xbfd80b['commandParams'][0x0]['value'];if(_0x578fc6){const _0x16247d=_0x3cffd3['config']['get']('highlight.options')['find'](_0x9ae203=>_0x9ae203['model']==_0x578fc6),_0x26e224=_0x575343(_0x16247d['title'])['toLowerCase']();return{'type':'format','content':o(_0xdf5480,'*Set\x20highlight:*\x20%0',_0x26e224),'color':{'value':_0x16247d['color'],'title':_0x16247d['title']}};}return{'type':'format','content':o(_0xdf5480,'*Remove\x20highlight*',o(_0xdf5480,'FORMAT_HIGHLIGHT'))};}});}}class it extends _0x57873f{['afterInit'](){const _0xa58087=this['editor'];if(!_0xa58087['plugins']['has']('HorizontalLineEditing'))return;_0xa58087['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x21bd78=_0xa58087['plugins']['get']('TrackChangesEditing'),_0xb20efb=_0xa58087['locale'];_0x21bd78['descriptionFactory']['registerElementLabel']('horizontalLine',_0x4d4fa7=>o(_0xb20efb,'ELEMENT_HORIZONTAL_LINE',_0x4d4fa7)),_0xa58087['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x40f497,{writer:_0x1d8db1,options:_0x1d3891})=>{if(!_0x1d3891['showSuggestionHighlights'])return null;const _0x2290a4=_0x1d8db1['createContainerElement']('div'),_0x42a6db=_0x1d8db1['createEmptyElement']('hr');return _0x1d8db1['addClass']('ck-horizontal-line',_0x2290a4),_0x1d8db1['insert'](_0x1d8db1['createPositionAt'](_0x2290a4,0x0),_0x42a6db),_0x2290a4;},'converterPriority':'high'});}}class st extends _0x57873f{['afterInit'](){const _0x3b3dbc=this['editor'];if(!_0x3b3dbc['plugins']['has']('HtmlEmbed'))return;const _0x3cfb80=_0x3b3dbc['plugins']['get']('TrackChangesEditing'),_0x50017e=_0x3b3dbc['locale'];_0x3cfb80['descriptionFactory']['registerElementLabel']('rawHtml',_0x3f6c19=>o(_0x50017e,'ELEMENT_HTML_EMBED',_0x3f6c19)),_0x3cfb80['enableDefaultAttributesIntegration']('htmlEmbed'),_0x3cfb80['registerBlockAttribute']('value'),_0x3cfb80['descriptionFactory']['registerDescriptionCallback'](_0x2e4830=>{if('attribute'!=_0x2e4830['type'])return;const {data:_0x4bfc0c}=_0x2e4830;if(_0x4bfc0c&&'value'==_0x4bfc0c['key']&&_0x2e4830['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x62f5a4=o(_0x50017e,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x50017e,'*Change\x20%0\x20content*',_0x62f5a4)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3d0a9f=this['editor'],_0x415486=_0x3d0a9f['locale'];_0x3d0a9f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xfdbd33=>{if('formatBlock'!=_0xfdbd33['type'])return;const {data:_0x3b5530}=_0xfdbd33;if(_0x3b5530&&'htmlEmbed'==_0x3b5530['commandName']){const _0x2ce910=o(_0x415486,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x415486,'*Change\x20%0\x20content*',_0x2ce910)};}});}}class nt extends _0x57873f{['afterInit'](){const _0x10d730=this['editor'];if(!_0x10d730['plugins']['has']('ImageEditing'))return;const _0x35fdf3=_0x10d730['plugins']['get']('TrackChangesEditing'),_0x55205d=_0x10d730['plugins']['get']('ImageUtils'),_0x42e357=_0x10d730['locale'];_0x35fdf3['enableCommand']('insertImage'),_0x35fdf3['descriptionFactory']['registerElementLabel']('imageBlock',_0x27e47e=>o(_0x42e357,'ELEMENT_IMAGE',_0x27e47e)),_0x35fdf3['descriptionFactory']['registerElementLabel']('imageInline',_0xbb8d9a=>o(_0x42e357,'ELEMENT_INLINE_IMAGE',_0xbb8d9a)),_0x35fdf3['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x42e357,'ELEMENT_CAPTION')),_0x10d730['plugins']['has']('ImageUploadEditing')&&_0x35fdf3['enableCommand']('uploadImage'),_0x10d730['plugins']['has']('ImageBlockEditing')&&_0x10d730['plugins']['has']('ImageInlineEditing')&&(_0x35fdf3['enableCommand']('imageTypeInline',(_0xfdd244,_0x51a48b)=>{const _0x20ebea=_0x55205d['getClosestSelectedImageElement'](_0x10d730['model']['document']['selection']);_0x10d730['model']['change'](()=>{_0x35fdf3['markBlockFormat'](_0x20ebea,{'commandName':'imageTypeInline','commandParams':[_0x51a48b]},[],'convertBlockImageToInline');});}),_0x35fdf3['enableCommand']('imageTypeBlock',(_0x3fe1f5,_0x262831)=>{_0x10d730['model']['change'](_0x498086=>{let _0xf98a93=_0x55205d['getClosestSelectedImageElement'](_0x10d730['model']['document']['selection']),_0xcb5014=_0x498086['createRangeOn'](_0xf98a93);const _0x2eb011=_0x34baf9['fromPosition'](_0xcb5014['start'],'toPrevious'),_0x49c960=_0x34baf9['fromPosition'](_0xcb5014['end'],'toNext');_0x35fdf3['forceDefaultExecution'](()=>_0x3fe1f5(_0x262831)),_0xf98a93=_0x55205d['getClosestSelectedImageElement'](_0x10d730['model']['document']['selection']),_0xcb5014=_0x498086['createRangeOn'](_0xf98a93);const _0x5c947d=_0x498086['createRange'](_0x2eb011,_0x49c960);_0x2eb011['detach'](),_0x49c960['detach'](),_0x35fdf3['markBlockFormat'](_0xf98a93,{'commandName':'imageTypeInline','commandParams':[_0x262831]},[],'convertInlineImageToBlock'),_0x5c947d['start']['isBefore'](_0xcb5014['start'])&&_0x35fdf3['markInsertion'](_0x498086['createRange'](_0x5c947d['start'],_0xcb5014['start']),'convertInlineImageToBlock'),_0xcb5014['end']['isBefore'](_0x5c947d['end'])&&_0x35fdf3['markInsertion'](_0x498086['createRange'](_0xcb5014['end'],_0x5c947d['end']),'convertInlineImageToBlock');});}),_0x35fdf3['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x35fdf3['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x35fdf3['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x35fdf3['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x35fdf3['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x35fdf3['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x261bcf])=>{const _0x24cb49=_0x35fdf3['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x2578a0=_0x261bcf['start'],_0x5e1a8e=_0x261bcf['end'];const _0x13dedc=_0x10d730['model']['schema']['getNearestSelectionRange'](_0x2578a0,'backward'),_0x21b7b7=_0x10d730['model']['schema']['getNearestSelectionRange'](_0x5e1a8e,'forward');_0x13dedc['isCollapsed']&&(_0x2578a0=_0x13dedc['start']),_0x21b7b7['isCollapsed']&&(_0x5e1a8e=_0x21b7b7['end']),_0x24cb49([_0x10d730['model']['createRange'](_0x2578a0,_0x5e1a8e)]);}),_0x35fdf3['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x373ae1),_0x35fdf3['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x373ae1)),_0x10d730['plugins']['has']('ImageCaptionEditing')&&(_0x35fdf3['enableCommand']('toggleImageCaption',(_0x190263,_0x5379da)=>{const _0x5025ad=_0x10d730['plugins']['get']('ImageCaptionUtils');let _0xe1fd1b=_0x55205d['getClosestSelectedImageElement'](_0x10d730['model']['document']['selection']),_0x573a70=_0x5025ad['getCaptionFromImageModelElement'](_0xe1fd1b);_0x10d730['model']['change'](()=>{if(_0x573a70)return void _0x35fdf3['markDeletion'](_0x10d730['model']['createRangeOn'](_0x573a70));const _0x2b5bff=_0x55205d['isBlockImage'](_0xe1fd1b);_0x190263(_0x5379da),_0xe1fd1b=_0x55205d['getClosestSelectedImageElement'](_0x10d730['model']['document']['selection']),_0x573a70=_0x5025ad['getCaptionFromImageModelElement'](_0xe1fd1b),_0x35fdf3['markInsertion'](_0x10d730['model']['createRangeOn'](_0x573a70),_0x2b5bff?null:'imageCaption');});}),_0x35fdf3['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x373ae1));const _0x201c25=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x5cd5c4(_0x5d87a6,_0x5a8954){const _0x1218c6=_0x201c25['findIndex'](({type:_0x4db86e,subType:_0x5242f0})=>_0x5d87a6['type']==_0x4db86e&&_0x5d87a6['subType']==_0x5242f0),_0x37750f=_0x201c25['findIndex'](({type:_0x3fdeab,subType:_0x429985})=>_0x5a8954['type']==_0x3fdeab&&_0x5a8954['subType']==_0x429985);if(_0x1218c6<0x0||_0x37750f<0x0)return!0x1;const _0x418876=_0x5d87a6['getFirstRange'](),_0x1f9791=_0x5a8954['getFirstRange']();if((0x0==_0x1218c6||0x1==_0x1218c6)&&0x2==_0x37750f&&_0x418876['isIntersecting'](_0x1f9791))return!0x0;if(0x2==_0x1218c6&&0x3==_0x37750f){const _0x5626cb=_0x35fdf3['_findSuggestions'](_0x418876,'insertion')['filter'](({suggestion:_0x3d9c98,meta:_0x122fda})=>_0x122fda['isOwn']&&'convertInlineImageToBlock'==_0x3d9c98['subType']);if(_0x5626cb['length']>0x1&&_0x1f9791['end']['isEqual'](_0x418876['start']))return!0x0;if(0x1==_0x5626cb['length']&&(_0x418876['start']['isEqual'](_0x1f9791['end'])||_0x418876['end']['isEqual'](_0x1f9791['start'])))return!0x0;}if(0x3==_0x1218c6&&0x3==_0x37750f&&_0x418876['start']['isBefore'](_0x1f9791['start'])){const _0x2eac31=_0x418876['end']['nodeAfter'],_0x3e6ad6=_0x1f9791['start']['nodeBefore'];return _0x55205d['isBlockImage'](_0x2eac31)&&_0x2eac31===_0x3e6ad6;}return!0x1;}function _0x373ae1(_0x5683eb,_0x5d97c1){return _0x5cd5c4(_0x5683eb,_0x5d97c1)?[_0x5683eb,_0x5d97c1]:_0x5cd5c4(_0x5d97c1,_0x5683eb)?[_0x5d97c1,_0x5683eb]:null;}_0x10d730['plugins']['has']('ImageResize')&&(_0x35fdf3['enableDefaultAttributesIntegration']('resizeImage'),_0x35fdf3['registerBlockAttribute']('resizedWidth'),_0x35fdf3['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x42e357,'FORMAT_IMAGE_SIZE'))),_0x10d730['plugins']['has']('ImageTextAlternativeEditing')&&(_0x35fdf3['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x35fdf3['registerBlockAttribute']('alt')),_0x35fdf3['descriptionFactory']['registerDescriptionCallback'](_0x3f3286=>{if(!!_0x201c25['find'](({type:_0x47f924,subType:_0x13a247})=>_0x3f3286['type']==_0x47f924&&_0x3f3286['subType']==_0x13a247))return _0x3f3286['previous']?{}:void 0x0;}),_0x35fdf3['descriptionFactory']['registerDescriptionCallback'](_0x12bd03=>{if('insertion'==_0x12bd03['type']||'deletion'==_0x12bd03['type']){const _0x1d77e9=_0x12bd03['getContainedElement']();if(_0x1d77e9&&_0x1d77e9['is']('element','caption'))return{'type':'insertion'==_0x12bd03['type']?'addObject':'removeObject','element':_0x1d77e9,'quantity':0x1};}}),_0x35fdf3['descriptionFactory']['registerDescriptionCallback'](_0x18fcc4=>'formatBlock'==_0x18fcc4['type']&&'convertInlineImageToBlock'==_0x18fcc4['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x18fcc4['type']&&'convertBlockImageToInline'==_0x18fcc4['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x35fdf3['descriptionFactory']['registerDescriptionCallback'](_0x5b9439=>{if('attribute'!=_0x5b9439['type'])return;const {data:_0x3fadeb}=_0x5b9439;if(!_0x3fadeb||'alt'!=_0x3fadeb['key'])return;const _0x10395b=_0x3fadeb['newValue'];return _0x10395b?{'type':'format','content':o(_0x42e357,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x10395b+'\x22')}:{'type':'format','content':o(_0x42e357,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x11fdd2=this['editor'],_0x3c7fa9=_0x11fdd2['locale'];_0x11fdd2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5c876=>{if('formatBlock'!=_0x5c876['type']&&'formatInline'!=_0x5c876['type'])return;const {data:_0x8f685f}=_0x5c876;if(_0x8f685f){if('imageTextAlternative'==_0x8f685f['commandName']){const _0x4a7f4f=_0x8f685f['commandParams'][0x0]['newValue'];return _0x4a7f4f?{'type':'format','content':o(_0x3c7fa9,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x4a7f4f+'\x22')}:{'type':'format','content':o(_0x3c7fa9,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x8f685f['commandName']){const _0x22f3fa=_0x8f685f['commandParams'][0x0]['width'];return _0x22f3fa?{'type':'format','content':o(_0x3c7fa9,'*Set\x20image\x20width:*\x20%0',_0x22f3fa)}:{'type':'format','content':o(_0x3c7fa9,'*Reset\x20image\x20width*')};}}});}}class ot extends _0x57873f{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x17892c=this['editor']['locale'],_0x446e42=this['editor']['plugins']['get']('TrackChangesEditing');_0x446e42['enableDefaultAttributesIntegration']('replaceImageSource'),_0x446e42['registerBlockAttribute']('src'),_0x446e42['descriptionFactory']['registerDescriptionCallback'](_0x475bdd=>{if('attribute'!=_0x475bdd['type'])return;const {data:_0x485f6a}=_0x475bdd;return _0x485f6a&&'src'==_0x485f6a['key']?_0x485f6a['newValue']&&_0x485f6a['oldValue']?{'type':'format','content':o(_0x17892c,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x212e26=this['editor']['plugins']['get']('TrackChangesEditing');_0x212e26['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x212e26['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x212e26['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x212e26['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5336d1=this['editor'],_0x35a223=_0x5336d1['locale'];_0x5336d1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xba13e2=>{if('formatBlock'!=_0xba13e2['type']&&'formatInline'!=_0xba13e2['type'])return;const {data:_0x2d55f}=_0xba13e2;if(!_0x2d55f||'replaceImageSource'!=_0x2d55f['commandName'])return;return{'type':'format','content':o(_0x35a223,'*Format:*\x20replace\x20image\x20URL')};});}}class rt extends _0x57873f{['afterInit'](){const _0x3e046e=this['editor'];if(!_0x3e046e['plugins']['has']('ImageStyleEditing'))return;const _0x232f46=_0x3e046e['plugins']['get']('TrackChangesEditing'),_0xc910a0=_0x3e046e['plugins']['get']('ImageUtils'),_0x38b88c={};_0x232f46['enableCommand']('imageStyle',(_0x3c709d,_0x1ef1fe)=>{const _0x1a4919=_0x3e046e['plugins']['get']('Users')['me'],_0x93dc72=_0x3e046e['commands']['get']('imageStyle');let _0x4f0220=_0xc910a0['getClosestSelectedImageElement'](_0x3e046e['model']['document']['selection']),_0x10196c=_0x3e046e['model']['createRangeOn'](_0x4f0220),_0x5c56c6=_0x93dc72['value'];if(_0x5c56c6==_0x1ef1fe['value'])return;const _0x554ffa={'commandName':'imageStyle','commandParams':[_0x1ef1fe],'formatGroupId':_0x59c837()};_0x3e046e['model']['change'](()=>{if(_0x232f46['getSuggestions']()['filter'](_0x37dc47=>_0x37dc47['isInContent']&&_0x1a4919==_0x37dc47['author']&&('formatBlock'==_0x37dc47['type']||'formatInline'==_0x37dc47['type'])&&('imageStylePreApply'==_0x37dc47['subType']||'imageStylePostApply'==_0x37dc47['subType'])&&_0x37dc47['getFirstRange']()['isEqual'](_0x10196c))['forEach'](_0x57b2a0=>_0x232f46['discardSuggestion'](_0x57b2a0['head'])),_0x4f0220=_0xc910a0['getClosestSelectedImageElement'](_0x3e046e['model']['document']['selection']),_0x10196c=_0x3e046e['model']['createRangeOn'](_0x4f0220),_0x93dc72['refresh'](),_0x3e046e['commands']['get']('imageTypeInline')['refresh'](),_0x3e046e['commands']['get']('imageTypeBlock')['refresh'](),_0x5c56c6=_0x93dc72['value'],_0x5c56c6!=_0x1ef1fe['value'])return _0xc910a0['isInlineImage'](_0x4f0220)&&_0x93dc72['shouldConvertImageType'](_0x1ef1fe['value'],_0x4f0220)?(_0x3c709d({..._0x1ef1fe,'setImageSizes':!0x1}),_0x4f0220=_0xc910a0['getClosestSelectedImageElement'](_0x3e046e['model']['document']['selection']),void _0x232f46['markBlockFormat'](_0x4f0220,{..._0x554ffa,'commandReversedParams':[{'value':_0x5c56c6||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0xc910a0['isBlockImage'](_0x4f0220)?_0x232f46['markBlockFormat'](_0x4f0220,_0x554ffa,[],'imageStylePostApply'):_0x232f46['markInlineFormat'](_0x10196c,_0x554ffa,'imageStylePostApply'));});});for(const _0x5c3c4e of _0x3e046e['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x38b88c[_0x5c3c4e['name']]=_0x5c3c4e['title']['toLowerCase']();_0x232f46['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x232f46['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x232f46['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x232f46['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x4ec0d0])=>{_0xc910a0['setImageNaturalSizeAttributes'](_0x4ec0d0['getContainedElement']());}),_0x232f46['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x3b41b1,_0x4f9fc8)=>{_0x232f46['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x3b41b1,{'commandName':_0x4f9fc8['commandName'],'commandParams':_0x4f9fc8['commandReversedParams']});}),_0x232f46['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x5a44d5,_0xe44854){if(_0x5ae104(_0x5a44d5,_0xe44854))return[_0x5a44d5,_0xe44854];if(_0x5ae104(_0xe44854,_0x5a44d5))return[_0xe44854,_0x5a44d5];return null;});const _0x33947b=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x5ae104(_0x5e5ae8,_0x10cc71){const _0x4e1475=_0x33947b['findIndex'](({type:_0x1b57e4,subType:_0xdc47})=>_0x5e5ae8['type']==_0x1b57e4&&_0x5e5ae8['subType']==_0xdc47),_0x436240=_0x33947b['findIndex'](({type:_0x3e0d5e,subType:_0x1c6be})=>_0x10cc71['type']==_0x3e0d5e&&_0x10cc71['subType']==_0x1c6be);if(_0x4e1475<0x0||_0x436240<0x0)return!0x1;const _0x4d820b=_0x5e5ae8['getFirstRange'](),_0x219d53=_0x10cc71['getFirstRange']();if((0x0==_0x4e1475||0x1==_0x4e1475)&&0x2==_0x436240&&_0x4d820b['isIntersecting'](_0x219d53))return!0x0;if(0x2==_0x4e1475&&0x3==_0x436240){const _0x4b02ac=_0x232f46['_findSuggestions'](_0x4d820b,'insertion')['filter'](({suggestion:_0x418ca8,meta:_0x1ba0a1})=>_0x1ba0a1['isOwn']&&'convertInlineImageToBlock'==_0x418ca8['subType']);if(_0x4b02ac['length']>0x1&&_0x219d53['end']['isEqual'](_0x4d820b['start']))return!0x0;if(0x1==_0x4b02ac['length']&&(_0x4d820b['start']['isEqual'](_0x219d53['end'])||_0x4d820b['end']['isEqual'](_0x219d53['start'])))return!0x0;}if(0x3==_0x4e1475&&0x3==_0x436240&&_0x4d820b['start']['isBefore'](_0x219d53['start'])){const _0x925e3e=_0x4d820b['end']['nodeAfter'],_0xd8b63a=_0x219d53['start']['nodeBefore'];return _0xc910a0['isBlockImage'](_0x925e3e)&&_0x925e3e===_0xd8b63a;}return!0x1;}_0x3e046e['model']['document']['registerPostFixer'](()=>{let _0x2c2ce1=!0x1;const _0x1ccb16=Array['from'](_0x3e046e['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x58b863,data:_0x5e064d}of _0x1ccb16){const {group:_0xc750d6,type:_0x38d2ee,subType:_0x5c623f,id:_0x180c13}=_0x232f46['_splitMarkerName'](_0x58b863);if('suggestion'==_0xc750d6&&_0x232f46['hasSuggestion'](_0x180c13)){if('formatBlock'==_0x38d2ee&&('imageStylePreApply'==_0x5c623f||'imageStylePostApply'==_0x5c623f)){const _0x904e4b=_0x232f46['getSuggestion'](_0x180c13);if(_0x5e064d['newRange']){const _0xc42229=_0x904e4b['getFirstRange']()['getContainedElement']();if(_0xc910a0['isBlockImage'](_0xc42229))continue;_0x232f46['discardSuggestion'](_0x904e4b),_0x2c2ce1=!0x0;}}if('insertion'==_0x38d2ee&&'imageCaption'==_0x5c623f&&!_0x5e064d['newRange']){const _0x597fd9=_0x232f46['getSuggestion'](_0x180c13);_0x597fd9['next']&&_0x597fd9['next']['isInContent']&&(_0x232f46['discardSuggestion'](_0x597fd9['next']),_0x2c2ce1=!0x0);}}}return _0x2c2ce1;}),this['_registerLegacyDescription'](_0x38b88c);}['_registerLegacyDescription'](_0x52a14b){const _0x5786af=this['editor'],_0x46f770=_0x5786af['locale'];_0x5786af['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5b322f=>{if('formatBlock'!=_0x5b322f['type']&&'formatInline'!=_0x5b322f['type'])return;const {data:_0x571037}=_0x5b322f;if(!_0x571037||'imageStyle'!=_0x571037['commandName'])return;const _0x203441=_0x571037['commandParams'][0x0]['value'];return _0x2d4050('side'===_0x203441?o(_0x46f770,'FORMAT_SIDE_IMAGE'):_0x52a14b[_0x203441]||_0x203441);function _0x2d4050(_0x47ed5c){return{'type':'format','content':o(_0x46f770,'*Format:*\x20%0',_0x47ed5c)};}});}}class at extends _0x57873f{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x136fb4){super(_0x136fb4),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x56c3ec=this['editor'],_0x30673d=_0x56c3ec['commands']['get']('importWord'),_0x26610c=_0x56c3ec['commands']['get']('trackChanges');_0x30673d&&(_0x30673d['on']('execute',(_0x16ef8a,[,_0x2b3acb])=>{this['_trackChangesValueDuringImport']=_0x26610c['value'],_0x2b3acb['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x30673d,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x30673d,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x26610c['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x56c3ec['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x46f830,_0xec70ef){const {suggestions:_0x2c2428}=_0xec70ef,_0x3e6af1=this['editor']['commands']['get']('trackChanges'),_0x1bb223=_0x3e6af1['value'];this['_trackChangesValueDuringImport']!==_0x1bb223&&(_0x3e6af1['execute'](),this['_trackChangesExecuted']=!0x0),_0x2c2428&&_0x2c2428['forEach'](({id:_0x44f737,type:_0x43680d,author:_0x5f4504,created_at:_0x2bb039})=>{const _0x18e96c={'id':_0x44f737,'type':_0x43680d,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x5f4504,'createdAt':_0x2bb039?new Date(_0x2bb039):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x18e96c);});}}class ct extends _0x57873f{['afterInit'](){const _0x1e9acc=this['editor'],_0x4ef6f7=_0x1e9acc['plugins']['get']('TrackChangesEditing');if(_0x1e9acc['plugins']['has']('IndentEditing')&&(_0x4ef6f7['enableCommand']('indent'),_0x4ef6f7['enableCommand']('outdent')),_0x1e9acc['plugins']['has']('IndentBlock')){for(const _0xce0986 of['indentBlock','outdentBlock'])_0x4ef6f7['enableDefaultAttributesIntegration'](_0xce0986);}const _0x4cb4a2=_0x1e9acc['locale'];_0x4ef6f7['registerBlockAttribute']('blockIndent'),_0x4ef6f7['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x4cb4a2,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3dd0b7=this['editor'],_0x5d2c0d=_0x3dd0b7['locale'],_0x25b08a=_0x3dd0b7['plugins']['get']('TrackChangesEditing');_0x25b08a['descriptionFactory']['registerDescriptionCallback'](_0x5a56db=>{if('formatBlock'!=_0x5a56db['type'])return;const {data:_0x52ccf0}=_0x5a56db;if(!_0x52ccf0)return;if('indentBlock'!=_0x52ccf0['commandName']&&'outdentBlock'!=_0x52ccf0['commandName'])return;const _0xf3c4ff=_0x5a56db['getItems']()[0x0],_0x1f644d=_0x25b08a['descriptionFactory']['getItemLabel'](_0xf3c4ff);return'indentBlock'==_0x52ccf0['commandName']?{'type':'format','content':o(_0x5d2c0d,'*Indent:*\x20%0',_0x1f644d)}:'outdentBlock'==_0x52ccf0['commandName']?{'type':'format','content':o(_0x5d2c0d,'*Outdent:*\x20%0',_0x1f644d)}:void 0x0;});}}class ut extends _0x57873f{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x57873f{['afterInit'](){const _0x2f1f26=this['editor'];if(!_0x2f1f26['plugins']['has']('LinkEditing'))return;const _0x36a682=_0x2f1f26['plugins']['get']('TrackChangesEditing'),_0x3b7c3f=_0x2f1f26['commands']['get']('link');_0x36a682['enableDefaultAttributesIntegration']('link'),_0x36a682['enableDefaultAttributesIntegration']('unlink'),_0x36a682['registerInlineAttribute']('linkHref');for(const _0x59fe59 of _0x3b7c3f['manualDecorators'])_0x36a682['registerInlineAttribute'](_0x59fe59['id']),_0x36a682['descriptionFactory']['registerAttributeLabel'](_0x59fe59['id'],'link\x20('+_0x59fe59['label']['toLowerCase']()+')');_0x36a682['descriptionFactory']['registerDescriptionCallback'](_0x2fce78=>{if('attribute'!=_0x2fce78['type'])return;const {data:_0x5eac61}=_0x2fce78;if(!_0x5eac61||'linkHref'!=_0x5eac61['key'])return;const _0x9ce3b=_0x5eac61['newValue'],_0x51c4a2=_0x2f1f26['locale'];return{'type':'format','content':null==_0x9ce3b?o(_0x51c4a2,'*Remove\x20link*'):o(_0x51c4a2,'*Set\x20link:*\x20%0','\x22'+_0x9ce3b+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x36c63a=this['editor'],_0x59ab93=_0x36c63a['locale'];_0x36c63a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1c8424=>{if('formatInline'!=_0x1c8424['type'])return;const {data:_0x369a4f}=_0x1c8424;if(_0x369a4f){if('link'==_0x369a4f['commandName']){const _0x4095c2=_0x369a4f['commandParams'][0x0];return{'type':'format','content':o(_0x59ab93,'*Set\x20link:*\x20%0','\x22'+_0x4095c2+'\x22')};}return'unlink'==_0x369a4f['commandName']?{'type':'format','content':o(_0x59ab93,'*Remove\x20link*')}:void 0x0;}});}}class ft extends _0x57873f{['afterInit'](){const _0x36652f=this['editor'],_0x593c42=_0x36652f['locale'];if(!_0x36652f['plugins']['has']('LegacyListEditing'))return;const _0x20cd89=_0x36652f['plugins']['get']('TrackChangesEditing'),_0x4c8b71=_0x36652f['plugins']['has']('LegacyTodoListEditing');function _0x6055e8(_0x6be19b){return()=>{const _0x1d3849=_0x36652f['model']['document']['selection'],_0x4317f6=_0x36652f['commands']['get'](_0x6be19b);if(_0x4317f6['value'])return void _0x36652f['execute']('paragraph',{});const _0x2bc3d2=_0x6be19b['slice'](0x0,-0x4),_0x22ec34=function(_0x357c80,_0xe8f9ba,_0x3a3b16){let _0x2604d7=Array['from'](_0x357c80)['filter'](_0x5581ec=>function(_0x929f2f,_0x4349d0){return _0x4349d0['checkChild'](_0x929f2f['parent'],'listItem')&&!_0x4349d0['isObject'](_0x929f2f);}(_0x5581ec,_0x3a3b16));_0x2604d7=_0x2604d7['filter'](_0x3000ef=>!_0x3000ef['is']('element','listItem')||_0x3000ef['getAttribute']('listType')!=_0xe8f9ba);const _0x224110=new Set();for(const _0x1b9304 of _0x2604d7)_0x1b9304['is']('element','listItem')?_0x224110['add'](fe(_0x1b9304)):_0x224110['add'](_0x1b9304);return Array['from'](_0x224110);}(_0x1d3849['getSelectedBlocks'](),_0x2bc3d2,_0x36652f['model']['schema']);_0x36652f['model']['change'](()=>{for(const _0x1d19ed of _0x22ec34)_0x20cd89['markBlockFormat'](_0x1d19ed,{'commandName':_0x6be19b,'commandParams':[{'forceValue':!_0x4317f6['value']}],'formatGroupId':'blockName'},ue(_0x1d19ed));});};}function _0x36d725(_0xa15649){return()=>{const _0x5efc7e=function(_0x2f6a79){let _0x347e00=Array['from'](_0x2f6a79);const _0x3998d8=_0x347e00['findIndex'](_0x37752a=>'listItem'!=_0x37752a['name']);return _0x3998d8>-0x1&&(_0x347e00=_0x347e00['slice'](0x0,_0x3998d8)),_0x347e00;}(_0x36652f['model']['document']['selection']['getSelectedBlocks']()),_0x454fdd=_0x36652f['model']['createRange'](_0x36652f['model']['createPositionAt'](_0x5efc7e[0x0],'before'),_0x36652f['model']['createPositionAt'](_0x5efc7e[_0x5efc7e['length']-0x1],'end'));_0x36652f['model']['change'](()=>{_0x20cd89['markBlockFormat'](_0x454fdd,{'commandName':_0xa15649,'commandParams':[],'formatGroupId':'listIndent'},function(_0x410c8e){const _0x1daac8=new Set();for(const _0xeffec7 of _0x410c8e){let _0x148d83=_0xeffec7['nextSibling'];for(;_0x148d83&&_0x148d83['getAttribute']('listIndent')>_0xeffec7['getAttribute']('listIndent');)_0x1daac8['add'](_0x148d83),_0x148d83=_0x148d83['nextSibling'];}return Array['from'](_0x1daac8);}(_0x5efc7e));});};}_0x20cd89['enableCommand']('numberedList',_0x6055e8('numberedList')),_0x20cd89['enableCommand']('bulletedList',_0x6055e8('bulletedList')),_0x4c8b71&&_0x20cd89['enableCommand']('todoList',_0x6055e8('todoList')),_0x20cd89['enableCommand']('indentList',_0x36d725('indentList')),_0x20cd89['enableCommand']('outdentList',_0x36d725('outdentList')),_0x4c8b71&&_0x20cd89['enableCommand']('checkTodoList',()=>{const _0x164b38=_0x36652f['commands']['get']('checkTodoList'),_0xbb4815=Array['from'](_0x164b38['_selectedElements']);_0xbb4815['filter'](_0x318006=>_0x318006['getAttribute']('todoListChecked')!=_0x164b38['value']),_0x36652f['model']['change'](()=>{for(const _0x362b8f of _0xbb4815)_0x20cd89['markBlockFormat'](_0x362b8f,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x164b38['value']}]});});}),_0x20cd89['descriptionFactory']['registerElementLabel']('listItem',_0x3ed04b=>o(_0x593c42,'ELEMENT_LIST_ITEM',_0x3ed04b)),_0x20cd89['descriptionFactory']['registerDescriptionCallback'](_0x498fae=>{if('formatBlock'!=_0x498fae['type']&&'formatInline'!=_0x498fae['type'])return;const {data:_0x566d7e}=_0x498fae;if(_0x566d7e){if('numberedList'==_0x566d7e['commandName']||'bulletedList'==_0x566d7e['commandName']||'todoList'==_0x566d7e['commandName'])switch(_0x566d7e['commandName']['replace']('List','')){case'bulleted':return _0x5e7d47(o(_0x593c42,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x5e7d47(o(_0x593c42,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x5e7d47(o(_0x593c42,'ELEMENT_TODO_LIST'));}if('indentList'==_0x566d7e['commandName'])return{'type':'format','content':o(_0x593c42,'*Indent:*\x20%0',o(_0x593c42,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x566d7e['commandName'])return{'type':'format','content':o(_0x593c42,'*Outdent:*\x20%0',o(_0x593c42,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x566d7e['commandName'])return _0x566d7e['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x593c42,'*Check\x20item*')}:{'type':'format','content':o(_0x593c42,'*Uncheck\x20item*')};}function _0x5e7d47(_0x3c637b){return{'type':'format','content':o(_0x593c42,'*Change\x20to:*\x20%0',_0x3c637b)};}});}}function fe(_0x49595a){const _0x2156a4=_0x49595a['getAttribute']('listIndent');if(0x0==_0x2156a4)return _0x49595a;let _0x42b859=_0x49595a;for(;_0x49595a['previousSibling']&&_0x49595a['previousSibling']['is']('element','listItem');){const _0x5e7899=_0x49595a['previousSibling']['getAttribute']('listIndent');if(_0x5e7899==_0x2156a4)_0x42b859=_0x49595a['previousSibling'];else{if(_0x5e7899<_0x2156a4)break;}_0x49595a=_0x49595a['previousSibling'];}return _0x42b859;}function ue(_0x54c79c){const _0xecf760=[];if(_0x54c79c['is']('element','listItem')&&_0x54c79c['getAttribute']('listIndent')>0x0){let _0x20dea8=_0x54c79c['nextSibling'];for(;_0x20dea8&&'listItem'==_0x20dea8['name']&&_0x20dea8['getAttribute']('listIndent')==_0x54c79c['getAttribute']('listIndent');)_0xecf760['push'](_0x20dea8),_0x20dea8=_0x20dea8['nextSibling'];}return _0xecf760;}class W extends _0x57873f{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x2fd5a3=this['editor']['config']['get']('list.properties'),_0x5a1796=this['editor']['plugins']['get']('TrackChangesEditing');_0x2fd5a3['styles']&&_0x5a1796['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x2fd5a3['reversed']&&_0x5a1796['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x2fd5a3['startIndex']&&_0x5a1796['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x5a1796['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x44a64d,_0xcda58f={}){const _0x352f95=this['editor']['plugins']['get']('TrackChangesEditing'),_0x238b8=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x352f95['markMultiRangeBlockFormat'](_0x238b8,{'commandName':'listStyle','commandParams':[{'type':_0xcda58f['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x30a21d,_0xbad7bf={}){const _0x53c252=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2ee699=this['_getSuggestionBlocks'](_0x2bf57a=>_0x2bf57a['is']('element','listItem')&&'numbered'===_0x2bf57a['getAttribute']('listType'));if(_0x2ee699['length']<0x1)return;const _0x57e88c=_0x2ee699['map'](_0x17039e=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x17039e,'before'),this['editor']['model']['createPositionAt'](_0x17039e,0x0)));this['editor']['model']['change'](()=>{_0x53c252['markMultiRangeBlockFormat'](_0x57e88c,{'commandName':'listReversed','commandParams':[{'reversed':_0xbad7bf['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x3d6a2c,_0x5a028e={}){const _0x18f878=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2f3233=this['_getSuggestionBlocks'](_0x17fd65=>_0x17fd65['is']('element','listItem')&&'numbered'===_0x17fd65['getAttribute']('listType'));if(_0x2f3233['length']<0x1)return;const _0x121717=_0x2f3233['map'](_0x2bd939=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x2bd939,'before'),this['editor']['model']['createPositionAt'](_0x2bd939,0x0)));this['editor']['model']['change'](()=>{_0x18f878['markMultiRangeBlockFormat'](_0x121717,{'commandName':'listStart','commandParams':[{'startIndex':_0x5a028e['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x1e210d){if('formatBlock'!=_0x1e210d['type']&&'formatInline'!=_0x1e210d['type'])return;const _0x3952b8=this['editor']['locale'],{data:_0x1a7f9b}=_0x1e210d;if(!_0x1a7f9b)return;let _0x14ef47,_0x9c4068;switch(_0x1a7f9b['commandName']){case'listStyle':_0x14ef47='*Change\x20to:*\x20%0',_0x9c4068={'type':'format','content':o(_0x3952b8,_0x14ef47,o(_0x3952b8,this['_getTranslationKeyForListStyle'](_0x1a7f9b['commandParams'][0x0]['type'])))};break;case'listReversed':_0x14ef47=_0x1a7f9b['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x9c4068={'type':'format','content':o(_0x3952b8,_0x14ef47)};break;case'listStart':_0x14ef47='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x9c4068={'type':'format','content':o(_0x3952b8,_0x14ef47,_0x1a7f9b['commandParams'][0x0]['startIndex'])};}return _0x9c4068;}['_getSuggestionBlocksForListStyle'](){const _0x474b82=this['editor']['plugins']['get']('LegacyListUtils');let _0x3107f4=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x3107f4[0x0]?.['is']('element','listItem')&&_0x3107f4['unshift'](..._0x474b82['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x3107f4[_0x3107f4['length']-0x1]?.['is']('element','listItem')&&_0x3107f4['push'](..._0x474b82['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x3107f4=[...new Set(_0x3107f4)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x3107f4=_0x3107f4['filter'](_0x25e863=>_0x25e863['is']('element','listItem'))),_0x3107f4;}['_getSuggestionBlocks'](_0x312f4b){const _0x26eff6=this['editor']['plugins']['get']('LegacyListUtils');let _0x20a0f8=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x312f4b)['map'](_0x3069ff=>{const _0x5aede3=this['editor']['model']['createPositionAt'](_0x3069ff,0x0);return[..._0x26eff6['getSiblingNodes'](_0x5aede3,'backward'),..._0x26eff6['getSiblingNodes'](_0x5aede3,'forward')];})['flat']();return _0x20a0f8=[...new Set(_0x20a0f8)],_0x20a0f8;}['_getTranslationKeyForListStyle'](_0x204f6b){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x204f6b)||'default')['toUpperCase']()+'_LIST_'+_0x204f6b['toUpperCase']()['replace'](/-/g,'_');}}class lt extends _0x57873f{['afterInit'](){const _0x4d9afa=this['editor'];if(!_0x4d9afa['plugins']['has']('MediaEmbedEditing'))return;const _0x5360c7=_0x4d9afa['plugins']['get']('TrackChangesEditing'),_0x154f54=_0x4d9afa['locale'];_0x5360c7['enableCommand']('mediaEmbed'),_0x5360c7['descriptionFactory']['registerElementLabel']('media',_0x244f97=>o(_0x154f54,'ELEMENT_MEDIA',_0x244f97)),_0x4d9afa['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x34adcd,{writer:_0x31043d,options:_0x5bd0c5})=>{if(_0x5bd0c5['showSuggestionHighlights'])return _0x31043d['createEmptyElement']('div');},'converterPriority':'high'}),_0x4d9afa['data']['downcastDispatcher']['on']('attribute:url:media',(_0xbf1294,_0x359cad,_0x2a6445)=>{_0x2a6445['options']['showSuggestionHighlights']&&_0xbf1294['stop']();},{'priority':'high'});}}class mt extends _0x57873f{['afterInit'](){const _0x49a5c5=this['editor'];_0x49a5c5['plugins']['has']('MentionEditing')&&_0x49a5c5['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class dt extends _0x57873f{['afterInit'](){const _0x5d81d8=this['editor'];if(!_0x5d81d8['plugins']['has']('MergeFieldsEditing'))return;_0x5d81d8['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField'),_0x5d81d8['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeFieldBlock');const _0x315e7a=_0x5d81d8['plugins']['get']('TrackChangesEditing'),_0x558cd8=_0x5d81d8['locale'];_0x315e7a['descriptionFactory']['registerElementLabel']('mergeField',_0x3430f2=>o(_0x558cd8,'ELEMENT_MERGE_FIELD',_0x3430f2)),_0x315e7a['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x514ad5=>o(_0x558cd8,'ELEMENT_MERGE_FIELD',_0x514ad5)),_0x315e7a['descriptionFactory']['registerDescriptionCallback'](_0x1e682d=>{if('insertion'!=_0x1e682d['type']&&'deletion'!=_0x1e682d['type'])return;const _0x4db45d=_0x1e682d['getContainedElement']();if(null==_0x4db45d)return;if(!_0x4db45d['is']('element','mergeField')&&!_0x4db45d['is']('element','mergeFieldBlock'))return;const _0x4e530d=_0x5d81d8['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x4db45d['getAttribute']('id'));return'insertion'==_0x1e682d['type']?{'type':'insertion','content':o(_0x558cd8,'*Insert:*\x20%0','\x22'+_0x4e530d+'\x22\x20'+o(_0x558cd8,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x558cd8,'*Remove:*\x20%0','\x22'+_0x4e530d+'\x22\x20'+o(_0x558cd8,'ELEMENT_MERGE_FIELD'))};});}}class pt extends _0x57873f{['afterInit'](){const _0x3b425c=this['editor'],_0x18f824=_0x3b425c['plugins']['get']('TrackChangesEditing');_0x3b425c['plugins']['has']('MultiLevelList')&&(_0x18f824['enableDefaultAttributesIntegration']('multiLevelList'),_0x18f824['registerBlockAttribute']('listMarkerStyle'),_0x18f824['descriptionFactory']['registerDescriptionCallback'](_0x7e4b45=>this['handleDescriptions'](_0x7e4b45)));}['handleDescriptions'](_0x1a0828){const _0x2fd941=this['editor']['locale'],{data:_0x1ac528}=_0x1a0828,_0xf82043={'type':'format','content':''};if(_0x1ac528&&'listMarkerStyle'==_0x1ac528['key']){if(!_0x1ac528['oldValue'])return{'type':'format','content':o(_0x2fd941,'*Set\x20format:*\x20%0',o(_0x2fd941,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x1ac528['newValue']+')'};if(!_0x1ac528['newValue']){let _0x45f48b=_0x1a0828['head'];for(;_0x45f48b;){if(_0x45f48b['data']&&'listType'==_0x45f48b['data']['key']&&_0x45f48b['data']['newValue'])return _0xf82043;_0x45f48b=_0x45f48b['next'];}return{'type':'format','content':o(_0x2fd941,'*Remove\x20format:*\x20%0',o(_0x2fd941,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x1ac528['oldValue']+')'};}}}}class kt extends _0x57873f{['afterInit'](){const _0x1111ef=this['editor'];if(!_0x1111ef['plugins']['has']('PageBreakEditing'))return;_0x1111ef['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x4f6fae=_0x1111ef['plugins']['get']('TrackChangesEditing'),_0xf9629a=_0x1111ef['locale'];_0x4f6fae['descriptionFactory']['registerElementLabel']('pageBreak',_0x3a57e7=>o(_0xf9629a,'ELEMENT_PAGE_BREAK',_0x3a57e7));}}class bt extends _0x57873f{['afterInit'](){const _0x263347=this['editor'];if(!_0x263347['plugins']['has']('Paragraph'))return;const _0x3f5510=_0x263347['locale'],_0x2a8ea6=_0x263347['plugins']['get']('TrackChangesEditing');_0x2a8ea6['descriptionFactory']['registerElementLabel']('paragraph',_0x3cb2de=>o(_0x3f5510,'ELEMENT_PARAGRAPH',_0x3cb2de)),_0x2a8ea6['enableDefaultAttributesIntegration']('paragraph'),_0x2a8ea6['enableCommand']('insertParagraph'),_0x263347['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x263347),{'priority':'highest'}),_0x263347['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0xe8ff60,_0x378307,_0x4b92bd)=>{_0x4b92bd['options']['showSuggestionHighlights']&&nr(_0x263347,{'showActiveMarker':!0x1})(_0xe8ff60,_0x378307,_0x4b92bd);},{'priority':'highest'});const _0x56c06f=_0x2a8ea6['descriptionFactory'];_0x56c06f['registerDescriptionCallback'](_0x52eab1=>{if('insertion'!==_0x52eab1['type'])return;const {start:_0x4ba595,end:_0x3c4066}=_0x52eab1['getFirstRange']();if(!_0x4ba595['isTouching'](_0x3c4066)||!_0x4ba595['nodeAfter'])return;const _0x54ec61=_0x263347['model']['schema'],_0x296afc=_0x4ba595['nodeAfter'];return _0x54ec61['isBlock'](_0x296afc)&&!_0x54ec61['isLimit'](_0x296afc)&&_0x54ec61['checkChild'](_0x296afc,'$text')?{'type':'insertion','content':o(_0x3f5510,'*Insert:*\x20%0',_0x56c06f['getItemLabel'](_0x296afc,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x15a197=this['editor'],_0x578fc1=_0x15a197['locale'];_0x15a197['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3de9c9=>{if('formatBlock'!=_0x3de9c9['type'])return;const {data:_0x5618cb}=_0x3de9c9;return _0x5618cb&&'paragraph'==_0x5618cb['commandName']?{'type':'format','content':o(_0x578fc1,'*Change\x20to:*\x20%0',o(_0x578fc1,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x25a257,{showActiveMarker:_0x3d99b3=!0x0}={}){return(_0x239448,_0x2c7681,_0x2c71c7)=>{const _0x3aa43a=_0x25a257['plugins']['get']('TrackChangesEditing'),_0x56f104=_0x2c7681['markerRange']['start'],_0x3e9ffa=_0x2c7681['markerRange']['end'],_0x261bfc=_0x25a257['model']['schema'];if(!_0x56f104['isTouching'](_0x3e9ffa)||!_0x56f104['nodeAfter'])return;const _0x1d4a07=_0x56f104['nodeAfter'];if(_0x261bfc['isBlock'](_0x1d4a07)&&!_0x261bfc['isLimit'](_0x1d4a07)&&_0x261bfc['checkChild'](_0x1d4a07,'$text')){if(!_0x2c71c7['consumable']['consume'](_0x2c7681['markerRange'],_0x239448['name']))return;const {authorId:_0x1839e2}=_0x3aa43a['_splitMarkerName'](_0x2c7681['markerName']),_0x12a339=_0x2c71c7['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x1839e2}),_0x2adf26=_0x2c71c7['mapper']['toViewPosition'](_0x3e9ffa);_0x3d99b3&&_0x3aa43a['activeMarkers']['includes'](_0x2c7681['markerName'])&&_0x2c71c7['writer']['addClass']('ck-suggestion-marker--active',_0x12a339),_0x2c71c7['writer']['insert'](_0x2adf26,_0x12a339),_0x2c71c7['mapper']['bindElementToMarker'](_0x12a339,_0x2c7681['markerName']);}};}class wt extends _0x57873f{['afterInit'](){const _0x20fc34=this['editor'];if(!_0x20fc34['plugins']['has']('RemoveFormatEditing'))return;_0x20fc34['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1be6cc=this['editor'];_0x1be6cc['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3df163=>{if('formatBlock'!=_0x3df163['type']&&'formatInline'!=_0x3df163['type'])return;const {data:_0x376f0f}=_0x3df163;return _0x376f0f&&'removeFormat'==_0x376f0f['commandName']?{'type':'format','content':o(_0x1be6cc['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class yt extends _0x57873f{['afterInit'](){const _0x27670d=this['editor'];if(!_0x27670d['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x140db0=_0x27670d['plugins']['get']('TrackChangesEditing');_0x140db0['enableCommand']('goToPreviousRestrictedEditingException'),_0x140db0['enableCommand']('goToNextRestrictedEditingException');const _0x5870d4=_0x27670d['plugins']['get']('RestrictedEditingModeEditing');_0x5870d4['enableCommand']('trackChanges'),_0x5870d4['enableCommand']('acceptSuggestion'),_0x5870d4['enableCommand']('discardSuggestion'),_0x5870d4['enableCommand']('acceptAllSuggestions'),_0x5870d4['enableCommand']('discardAllSuggestions'),_0x5870d4['enableCommand']('acceptSelectedSuggestions'),_0x5870d4['enableCommand']('discardSelectedSuggestions');}}class jt extends _0x57873f{static get['requires'](){return[_0x255de6];}['init'](){const _0x40d02b=this['editor'],_0x52c21b=_0x40d02b['plugins']['get']('TrackChangesEditing');_0x52c21b['enableCommand']('shiftEnter'),_0x40d02b['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ge(_0x40d02b),{'priority':'high'}),_0x40d02b['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ge(_0x40d02b),{'priority':'high'}),_0x40d02b['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x586423,_0x3528a1,_0xc073b)=>{_0xc073b['options']['showSuggestionHighlights']&&ge(_0x40d02b,{'showActiveMarker':!0x1})(_0x586423,_0x3528a1,_0xc073b);}),_0x52c21b['descriptionFactory']['registerElementLabel']('softBreak',_0x38940f=>o(_0x40d02b['locale'],'ELEMENT_LINE_BREAK',_0x38940f));}}function ge(_0x321627,{showActiveMarker:_0x299d95=!0x0}={}){return(_0x374e7b,_0x1bafb7,_0xa28d8b)=>{const _0x3d0fb0=_0x321627['plugins']['get']('TrackChangesEditing');if(!_0xa28d8b['consumable']['test'](_0x1bafb7['markerRange'],_0x374e7b['name']))return;const _0x5c243f=_0x321627['model'];for(const _0xf21ff4 of _0x1bafb7['markerRange']['getItems']()){if(!_0xf21ff4['is']('element','softBreak'))continue;const _0x33c52e='deletion'==_0x1bafb7['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x148a9e}=_0x3d0fb0['_splitMarkerName'](_0x1bafb7['markerName']),_0x59958=_0xa28d8b['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x33c52e,'data-author-id':_0x148a9e}),_0x308def=_0xa28d8b['mapper']['toViewPosition'](_0x5c243f['createPositionBefore'](_0xf21ff4));_0x299d95&&_0x3d0fb0['activeMarkers']['includes'](_0x1bafb7['markerName'])&&_0xa28d8b['writer']['addClass']('ck-suggestion-marker--active',_0x59958),_0xa28d8b['writer']['insert'](_0x308def,_0x59958),_0xa28d8b['mapper']['bindElementToMarker'](_0x59958,_0x1bafb7['markerName']);}};}class St extends _0x57873f{['afterInit'](){const _0x347dfb=this['editor'],_0x5e05ab=_0x347dfb['model'],_0x42a7f4=_0x347dfb['locale'];if(!_0x347dfb['plugins']['has']('StandardEditingModeEditing'))return;const _0x405d02=_0x347dfb['plugins']['get']('TrackChangesEditing'),_0xbad78e='restrictedEditingException',_0x33a7a6=_0x347dfb['commands']['get'](_0xbad78e);_0x405d02['enableCommand'](_0xbad78e,(_0x299462,_0x1b7698={})=>{const _0x54bae7=_0x5e05ab['document']['selection'];if(_0x54bae7['isCollapsed'])return void _0x299462(_0x1b7698);const _0x173238=void 0x0!==_0x1b7698['forceValue']?_0x1b7698['forceValue']:!_0x33a7a6['value'];_0x5e05ab['change'](()=>{const _0x122ee8=Array['from'](_0x54bae7['getRanges']());for(const _0x41b907 of _0x122ee8){const _0x59cdf2=_0x173238?[_0x41b907]:io(_0xbad78e,_0x41b907,_0x5e05ab);for(const _0x56e89d of _0x59cdf2)_0x405d02['markInlineFormat'](_0x56e89d,{'commandName':_0xbad78e,'commandParams':[{'forceValue':_0x173238}]});}});}),_0x405d02['descriptionFactory']['registerDescriptionCallback'](_0x42268e=>{if('formatBlock'!=_0x42268e['type']&&'formatInline'!=_0x42268e['type'])return;const {data:_0x335e39}=_0x42268e;return _0x335e39&&_0x335e39['commandName']==_0xbad78e?_0x335e39['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x42a7f4,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x42a7f4,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class At extends _0x57873f{['afterInit'](){const _0x4d17a3=this['editor'];if(!_0x4d17a3['plugins']['has']('Style')||!_0x4d17a3['plugins']['has']('DataSchema'))return;const _0x32ff7b=_0x4d17a3['plugins']['get']('TrackChangesEditing'),_0x11f615=_0x4d17a3['locale'],_0x3481e2=_0x4d17a3['config']['get']('style')||{},_0x4d9348=_0x4d17a3['plugins']['get']('GeneralHtmlSupport'),_0xfc9e65=_0x4d17a3['plugins']['get']('StyleUtils')['normalizeConfig'](_0x4d17a3['plugins']['get']('DataSchema'),_0x3481e2['definitions']);_0x32ff7b['enableDefaultAttributesIntegration']('style');const _0xe2975b=new Set();for(const _0x30bc55 of _0xfc9e65['block']){const _0x3d3506=_0x4d9348['getGhsAttributeNameForElement'](_0x30bc55['element']);_0xe2975b['add'](_0x3d3506);}const _0x4bb120=new Set();for(const _0x4b1f81 of _0xfc9e65['inline']){const _0x4d0c5c=_0x4d9348['getGhsAttributeNameForElement'](_0x4b1f81['element']);_0x4bb120['add'](_0x4d0c5c);for(const _0x3db3b8 of _0x4b1f81['ghsAttributes'])_0x4bb120['add'](_0x3db3b8);}for(const _0x322b0d of _0xe2975b)_0x32ff7b['registerBlockAttribute'](_0x322b0d),_0x32ff7b['descriptionFactory']['registerAttributeLabel'](_0x322b0d,o(_0x11f615,'FORMAT_STYLE'));for(const _0x492bd4 of _0x4bb120)_0x32ff7b['registerInlineAttribute'](_0x492bd4),_0x32ff7b['descriptionFactory']['registerAttributeLabel'](_0x492bd4,o(_0x11f615,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4fc618=this['editor'],_0x350491=_0x4fc618['locale'];_0x4fc618['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x36c858=>{if('formatBlock'!=_0x36c858['type']&&'formatInline'!=_0x36c858['type'])return;const {data:_0x1eeecf}=_0x36c858;return _0x1eeecf&&'style'===_0x1eeecf['commandName']?_0x1eeecf['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x350491,'*Set\x20format:*\x20%0',_0x1eeecf['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x350491,'*Remove\x20format:*\x20%0',_0x1eeecf['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class It extends _0x57873f{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x1a7f48){super(_0x1a7f48),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x5614d1=this['editor'],_0x5d33b2=_0x5614d1['model']['document']['selection'];if(!_0x5614d1['plugins']['has']('TableEditing'))return;const _0x5ba73b=_0x5614d1['locale'],_0x2ed50c=_0x5614d1['plugins']['get']('TrackChangesEditing'),_0x3effc6=_0x5614d1['plugins']['get']('TableUtils');_0x2ed50c['descriptionFactory']['registerElementLabel']('table',_0x47b475=>o(_0x5ba73b,'ELEMENT_TABLE',_0x47b475)),this['_setupColumnsRowsFixing'](),_0x2ed50c['enableCommand']('insertTable'),_0x2ed50c['enableCommand']('selectTableRow'),_0x2ed50c['enableCommand']('selectTableColumn');for(const _0x2af757 of['insertTableRowAbove','insertTableRowBelow']){const _0x482715=_0x5614d1['commands']['get'](_0x2af757);_0x2ed50c['enableCommand'](_0x2af757,_0x598148=>{_0x5614d1['model']['change'](_0x765279=>{_0x598148();const _0x523863='above'===_0x482715['order'],_0x1c6ab1=_0x3effc6['getSelectionAffectedTableCells'](_0x5d33b2),_0x211efc=_0x3effc6['getRowIndexes'](_0x1c6ab1),_0x1b66fa=_0x523863?_0x211efc['first']-0x1:_0x211efc['last']+0x1,_0x1a02a4=_0x1c6ab1[0x0]['findAncestor']('table'),_0x2f90d2=_0x3effc6['createTableWalker'](_0x1a02a4,{'startRow':_0x1b66fa,'endRow':_0x1b66fa}),_0xf7699b=Array['from'](_0x2f90d2)['map'](_0x17aae1=>_0x765279['createRangeOn'](_0x17aae1['cell']));_0x2ed50c['markMultiRangeInsertion'](_0xf7699b,'tableRow');});});}for(const _0x45d11d of['insertTableColumnLeft','insertTableColumnRight']){const _0x858e9a=_0x5614d1['commands']['get'](_0x45d11d);_0x2ed50c['enableCommand'](_0x45d11d,_0x1a8bcf=>{_0x5614d1['model']['change'](_0x57c55a=>{_0x1a8bcf();const _0x5a2795='left'===_0x858e9a['order'],_0x462b51=_0x3effc6['getSelectionAffectedTableCells'](_0x5d33b2),_0x3f64e2=_0x3effc6['getColumnIndexes'](_0x462b51),_0x564162=_0x5a2795?_0x3f64e2['first']-0x1:_0x3f64e2['last']+0x1,_0x19cce0=_0x462b51[0x0]['findAncestor']('table'),_0xcd53e9=_0x3effc6['createTableWalker'](_0x19cce0,{'startRow':0x0,'column':_0x564162,'includeAllSlots':!0x1}),_0x18ef2b=Array['from'](_0xcd53e9)['map'](_0x4b6f0f=>_0x57c55a['createRangeOn'](_0x4b6f0f['cell']));_0x2ed50c['markMultiRangeInsertion'](_0x18ef2b,'tableColumn');});});}for(const _0x34c3d1 of['removeTableRow','removeTableColumn']){const _0x528704=_0x34c3d1['substr'](0xb),_0x3e0fbd=_0x528704['toLowerCase'](),_0x3da911=_0x3e0fbd['substr'](0x0,0x3)+'span',_0x326c0e='table'+_0x528704,_0x3045b8='min'+_0x528704,_0x18b537='max'+_0x528704;_0x2ed50c['enableCommand'](_0x34c3d1,()=>{_0x5614d1['model']['change'](_0x4dd071=>{const _0x544ba2=_0x3effc6['getSelectionAffectedTableCells'](_0x5d33b2),_0x41ccb1=_0x544ba2[0x0]['findAncestor']('table');let _0x461420;if('removeTableRow'==_0x34c3d1){const _0x24432d=_0x3effc6['getRowIndexes'](_0x544ba2);_0x461420={'startRow':_0x24432d['first'],'endRow':_0x24432d['last'],'includeAllSlots':!0x0};}else{const _0x294df0=_0x3effc6['getColumnIndexes'](_0x544ba2);_0x461420={'startColumn':_0x294df0['first'],'endColumn':_0x294df0['last'],'includeAllSlots':!0x0};}const _0x55a2ce=_0x3effc6['createTableWalker'](_0x41ccb1,_0x461420),_0x4008a=Array['from'](_0x55a2ce)['map'](({cell:_0x191c35})=>_0x191c35),_0x31dbfc=be(_0x4008a['filter'](_0x46a331=>_0x46a331['hasAttribute'](_0x3da911))),_0x44dc1f=be(_0x4008a['filter'](_0x3caa0a=>!_0x3caa0a['hasAttribute'](_0x3da911)))['map'](_0x48315c=>_0x4dd071['createRangeOn'](_0x48315c)),_0x8fb917=_0x2ed50c['markMultiRangeDeletion'](_0x44dc1f,_0x326c0e);if(_0x8fb917&&('tableRow'==_0x8fb917['subType']||'tableColumn'==_0x8fb917['subType'])){const _0x2b3f9c=this['_getSuggestionCoords'](_0x8fb917);for(const _0x105edf of _0x31dbfc){const _0x46093d=_0x4dd071['createRangeOn'](_0x105edf),_0x2cba14=_0x3effc6['getCellLocation'](_0x105edf),_0x47be3a=_0x105edf['getAttribute'](_0x3da911)-0x1,_0x57d71a=_0x2b3f9c[_0x3045b8],_0x5a9528=_0x2b3f9c[_0x18b537];_0x57d71a<=_0x2cba14[_0x3e0fbd]&&_0x2cba14[_0x3e0fbd]+_0x47be3a<=_0x5a9528&&_0x8fb917['addRange'](_0x46093d);}}});});}function _0x5557e8(_0x3727ac){const _0x3d239c=Array['from'](_0x5d33b2['getRanges']())['map'](_0x57c5cc=>_0x40584f['fromRange'](_0x57c5cc));_0x5614d1['model']['change'](_0x2a802c=>{const _0x4f8e73=_0x2a802c['batch'];_0x3727ac=_0x3727ac['filter'](_0xf41c58=>'$graveyard'!=_0xf41c58['root']['rootName']),_0x2a802c['setSelection'](_0x3727ac),_0x5614d1['commands']['get']('removeTableRow')['refresh'](),_0x5614d1['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x5614d1['model']['enqueueChange'](()=>{_0x5614d1['model']['enqueueChange'](_0x4f8e73,_0xe4926d=>{const _0x29fe74=_0x3d239c['filter'](_0x47d74d=>'$graveyard'!=_0x47d74d['root']['rootName']);_0x29fe74['length']>0x0&&_0xe4926d['setSelection'](_0x29fe74);for(const _0x1cabee of _0x3d239c)_0x1cabee['detach']();});});});}function _0x4a7676(_0x432985){_0x5614d1['model']['change'](_0x30b2cc=>{const _0x249bd0=Array['from'](_0x5d33b2['getRanges']())['map'](_0x592ce0=>_0x40584f['fromRange'](_0x592ce0)),_0x5a05e3=[];for(const _0x3e80d9 of _0x432985)for(const _0x5a56f0 of _0x3e80d9['getItems']({'shallow':!0x0}))_0x5a05e3['push'](_0x5a56f0);for(const _0x723673 of _0x5a05e3)'$graveyard'!=_0x723673['root']['rootName']&&(_0x30b2cc['setSelection'](_0x30b2cc['createPositionAt'](_0x723673,0x0)),_0x5614d1['commands']['get']('removeTableColumn')['refresh'](),_0x5614d1['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x531f75=_0x249bd0['filter'](_0x1d61f1=>'$graveyard'!=_0x1d61f1['root']['rootName']);_0x531f75['length']>0x0&&_0x30b2cc['setSelection'](_0x531f75);for(const _0x421cc8 of _0x249bd0)_0x421cc8['detach']();});}function _0x546305(_0x2810ea,_0x36a8e6){return _0x36a8e6['every'](_0xdc032d=>_0x2810ea['some'](_0x2be66d=>_0x2be66d['end']['isEqual'](_0xdc032d['start'])||_0xdc032d['end']['isEqual'](_0x2be66d['start'])));}function _0x4b8751(_0xbbd1cd,_0xd3860c){return!_0xbbd1cd['some'](_0xf0f455=>_0xd3860c['some'](_0x30df89=>_0xf0f455['isIntersecting'](_0x30df89)))&&_0xbbd1cd['some'](_0x27c09c=>_0xd3860c['some'](_0x18070d=>_0x27c09c['end']['isTouching'](_0x18070d['start'])));}_0x5614d1['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x533f06,_0x3dc1f1,_0x4f3266)=>{if(!_0x4f3266['options']['showSuggestionHighlights'])return;const _0x4976e8=_0x3dc1f1['item'];if(!_0x4976e8)return;const _0x3f4cbf=_0x4f3266['mapper']['toViewElement'](_0x4976e8);function _0x5759f2(_0x5ec360){return Array['isArray'](_0x5ec360)?_0x5ec360:[_0x5ec360];}_0x3f4cbf&&'tableCell'===_0x4976e8['name']&&_0x3fcf47(_0x3f4cbf,_0x4f3266['writer'],(_0x1dc8ec,_0x3d9c52,_0x4021c2)=>_0x4021c2['addClass'](_0x5759f2(_0x3d9c52['classes']),_0x1dc8ec),(_0x2c5bce,_0x1f1fa4,_0x254644)=>_0x254644['removeClass'](_0x5759f2(_0x1f1fa4['classes']),_0x2c5bce));},{'priority':'highest'}),_0x2ed50c['descriptionFactory']['registerDescriptionCallback'](_0x127f04=>{if('insertion'!=_0x127f04['type']&&'deletion'!=_0x127f04['type'])return;const _0x434e91=_0x127f04['getContainedElement']();if(null!=_0x434e91&&_0x434e91['is']('element','table')){if('insertion'==_0x127f04['type']){const _0x57d2a3=_0x127f04['getItems']()['filter'](_0x5bc25a=>_0x5bc25a['is']('$textProxy'))['map'](_0x10c329=>_0x10c329['data']);if(_0x57d2a3['length'])return{'type':'insertion','content':o(_0x5ba73b,'*Insert:*\x20%0',o(_0x5ba73b,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x57d2a3['join']('\x20')+'\x22'))};}if('deletion'==_0x127f04['type']){const _0x31e6e3=_0x127f04['getItems']()['filter'](_0x103bfd=>_0x103bfd['is']('$textProxy'))['map'](_0x4677a8=>_0x4677a8['data']);if(_0x31e6e3['length'])return{'type':'deletion','content':o(_0x5ba73b,'*Remove:*\x20%0',o(_0x5ba73b,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x31e6e3['join']('\x20')+'\x22'))};}}}),_0x2ed50c['descriptionFactory']['registerDescriptionCallback'](_0x9329de=>{if('tableRow'==_0x9329de['subType']){const _0x14e9db=_0x9329de['getItems']()['filter'](_0x529345=>_0x529345['is']('$textProxy'))['map'](_0x18200b=>_0x18200b['data']),_0x39c77d=this['_getSuggestionCoords'](_0x9329de),_0x805efe=_0x39c77d['maxRow']-_0x39c77d['minRow']+0x1;if('insertion'==_0x9329de['type'])return _0x14e9db['length']?{'type':'insertion','content':o(_0x5ba73b,'*Insert:*\x20%0',o(_0x5ba73b,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x805efe,'\x22'+_0x14e9db['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x5ba73b,'*Insert:*\x20%0',o(_0x5ba73b,'ELEMENT_TABLE_ROW',_0x805efe))};if('deletion'==_0x9329de['type'])return _0x14e9db['length']?{'type':'deletion','content':o(_0x5ba73b,'*Remove:*\x20%0',o(_0x5ba73b,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x805efe,'\x22'+_0x14e9db['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x5ba73b,'*Remove:*\x20%0',o(_0x5ba73b,'ELEMENT_TABLE_ROW',_0x805efe))};}if('tableColumn'==_0x9329de['subType']){const _0x15e9ca=_0x9329de['getItems']()['filter'](_0x1bef93=>_0x1bef93['is']('$textProxy'))['map'](_0x3ab0a5=>_0x3ab0a5['data']),_0x1a55d6=this['_getSuggestionCoords'](_0x9329de),_0x2adb1f=_0x1a55d6['maxColumn']-_0x1a55d6['minColumn']+0x1;if('insertion'==_0x9329de['type'])return _0x15e9ca['length']?{'type':'insertion','content':o(_0x5ba73b,'*Insert:*\x20%0',o(_0x5ba73b,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x2adb1f,'\x22'+_0x15e9ca['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x5ba73b,'*Insert:*\x20%0',o(_0x5ba73b,'ELEMENT_TABLE_COLUMN',_0x2adb1f))};if('deletion'==_0x9329de['type'])return _0x15e9ca['length']?{'type':'deletion','content':o(_0x5ba73b,'*Remove:*\x20%0',o(_0x5ba73b,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x2adb1f,'\x22'+_0x15e9ca['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x5ba73b,'*Remove:*\x20%0',o(_0x5ba73b,'ELEMENT_TABLE_COLUMN',_0x2adb1f))};}}),_0x2ed50c['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x5557e8),_0x2ed50c['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x5557e8),_0x2ed50c['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x4a7676),_0x2ed50c['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x4a7676),_0x2ed50c['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x546305),_0x2ed50c['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x546305),_0x2ed50c['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x4b8751),_0x2ed50c['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x4b8751);}['_acceptFormatSuggestionCallbackFactory'](){const _0x13294a=this['editor'],_0x1c5ecb=_0x13294a['model']['document']['selection'];return(_0x4c06aa,_0x2774e6)=>{_0x13294a['model']['change'](_0x283283=>{const {commandName:_0x135405,commandParams:_0x26683b}=_0x2774e6;let _0x58109e=_0x4c06aa[0x0]['end']['nodeBefore'];_0x26683b&&_0x26683b[0x0]&&!0x1===_0x26683b[0x0]['forceValue']&&(_0x58109e=_0x4c06aa[0x0]['start']['nodeAfter']);const _0x1d150d=_0x283283['createRangeIn'](_0x58109e);if('$graveyard'==_0x1d150d['root']['rootName'])return;const _0x5932db=Array['from'](_0x1c5ecb['getRanges']())['map'](_0x50b1f7=>_0x40584f['fromRange'](_0x50b1f7));_0x283283['setSelection'](_0x1d150d),_0x13294a['commands']['get'](_0x135405)['refresh'](),_0x26683b['push']({'forceDefaultExecution':!0x0}),_0x13294a['execute'](_0x135405,..._0x26683b);const _0x54503d=_0x5932db['filter'](_0x254d7f=>'$graveyard'!=_0x254d7f['root']['rootName']);_0x54503d['length']>0x0&&_0x283283['setSelection'](_0x54503d);for(const _0x176813 of _0x5932db)_0x176813['detach']();});};}['_getCoordsForCells'](_0x483252){const _0xc3540e=this['editor']['plugins']['get']('TableUtils');let _0xec278b=Number['MAX_SAFE_INTEGER'],_0x1a6741=Number['MIN_SAFE_INTEGER'],_0xec9f73=Number['MAX_SAFE_INTEGER'],_0x519206=Number['MIN_SAFE_INTEGER'];for(const _0x808f5c of _0x483252){if('$graveyard'==_0x808f5c['root']['rootName'])continue;const {row:_0x3f80c7,column:_0xb9cf7d}=_0xc3540e['getCellLocation'](_0x808f5c),_0x4ef257=_0x808f5c['hasAttribute']('rowspan')?_0x808f5c['getAttribute']('rowspan')-0x1:0x0,_0x341e1a=_0x808f5c['hasAttribute']('colspan')?_0x808f5c['getAttribute']('colspan')-0x1:0x0;_0xec278b=_0x3f80c7<_0xec278b?_0x3f80c7:_0xec278b,_0x1a6741=_0x3f80c7+_0x4ef257>_0x1a6741?_0x3f80c7+_0x4ef257:_0x1a6741,_0xec9f73=_0xb9cf7d<_0xec9f73?_0xb9cf7d:_0xec9f73,_0x519206=_0xb9cf7d+_0x341e1a>_0x519206?_0xb9cf7d+_0x341e1a:_0x519206;}return{'minRow':_0xec278b,'maxRow':_0x1a6741,'minColumn':_0xec9f73,'maxColumn':_0x519206};}['_setupColumnsRowsFixing'](){const _0x3f6365=this['editor'],_0x95cded=_0x3f6365['plugins']['get']('TrackChangesEditing'),_0xb1ef0c=_0x3f6365['plugins']['get']('TableUtils');_0x3f6365['model']['document']['on']('change:data',()=>{const _0x480d47=Array['from'](_0x3f6365['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2e8eb9,data:_0x495dbb}of _0x480d47){const {group:_0x356c05,id:_0x5412cc,subType:_0x3c569f}=_0x95cded['_splitMarkerName'](_0x2e8eb9);if('suggestion'!=_0x356c05)continue;if(null!=_0x495dbb['oldRange'])continue;const _0x9d7990=_0x95cded['getSuggestion'](_0x5412cc);this['_tablePostFixingSubtypes']['includes'](_0x3c569f)&&this['_tableSuggestions']['add'](_0x9d7990);}},{'priority':'low'});const _0x37a484=(_0x19490e,_0xd44f75)=>{let _0x148067=!0x1;const _0x192e14=_0xd44f75['createRangeOn'](_0x19490e),_0x949b6d=_0x19490e['findAncestor']('table'),_0x38f1aa=_0xb1ef0c['getCellLocation'](_0x19490e);for(const _0x5c06c5 of this['_tableSuggestions']){const _0x56cbd5=_0x5c06c5['subType'],_0x1b35a4=_0x56cbd5['startsWith']('tablePaste'),_0x26b7ac=_0x56cbd5['substr'](_0x1b35a4?0xa:0x5),_0x26e58a=_0x26b7ac['toLowerCase'](),_0x5c11c6=_0x26e58a['substr'](0x0,0x3)+'span',_0x29140f='min'+_0x26b7ac,_0x51fc43='max'+_0x26b7ac;if(!_0x5c06c5['isInContent'])continue;if(_0x949b6d!=_0x5c06c5['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x5c06c5['isIntersectingWithRange'](_0x192e14))continue;const _0x19e47b=_0x19490e['hasAttribute'](_0x5c11c6)?_0x19490e['getAttribute'](_0x5c11c6)-0x1:0x0,_0x52944d=this['_getSuggestionCoords'](_0x5c06c5),_0x4f7a44=_0x52944d[_0x29140f],_0x4022d1=_0x52944d[_0x51fc43];_0x4f7a44<=_0x38f1aa[_0x26e58a]&&_0x38f1aa[_0x26e58a]+_0x19e47b<=_0x4022d1&&(_0x5c06c5['addRange'](_0x192e14),_0x148067=!0x0);}return _0x148067;};_0x3f6365['model']['document']['registerPostFixer'](_0x1d2294=>{let _0x3c9cd4=!0x1;for(const _0x17c3ef of _0x3f6365['model']['document']['differ']['getChanges']())if('insert'==_0x17c3ef['type']){if('tableRow'==_0x17c3ef['name']){for(const _0x464337 of _0x17c3ef['position']['nodeAfter']['getChildren']())_0x3c9cd4=_0x3c9cd4||_0x37a484(_0x464337,_0x1d2294);}else'tableCell'==_0x17c3ef['name']&&(_0x3c9cd4=_0x3c9cd4||_0x37a484(_0x17c3ef['position']['nodeAfter'],_0x1d2294));}return _0x3c9cd4;});}['_getSuggestionCoords'](_0x2755f4){return this['_getCoordsForCells'](_0x2755f4['getRanges']()['map'](_0x236afe=>_0x236afe['start']['nodeAfter']));}}function be(_0x53754b){return Array['from'](new Set(_0x53754b)['values']());}class vt extends _0x57873f{static get['requires'](){return[It];}['afterInit'](){const _0x319713=this['editor'],_0x44f0fe=_0x319713['model']['document']['selection'],_0x56b8d1=_0x319713['locale'];if(!_0x319713['plugins']['has']('TableEditing'))return;const _0x59c991=_0x319713['plugins']['get']('TrackChangesEditing'),_0x257c4a=_0x319713['plugins']['get']('TableUtils'),_0x205bcd=_0x319713['plugins']['get'](It);_0x205bcd['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x59c991['enableCommand']('mergeTableCells',()=>{const _0x54e6f7=_0x257c4a['getSelectionAffectedTableCells'](_0x319713['model']['document']['selection']);_0x319713['model']['change'](()=>{_0x59c991['markMultiRangeBlockFormat'](_0x54e6f7,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x319713['commands']['get']('mergeTableCells')['on']('execute',(_0xa54dc6,_0x1a9b8a)=>{_0x319713['commands']['get']('trackChanges')['value']&&(_0x1a9b8a['length']>0x0&&_0x1a9b8a[_0x1a9b8a['length']-0x1]&&_0x1a9b8a[_0x1a9b8a['length']-0x1]['forceDefaultExecution']||_0x59c991['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0xa54dc6['stop']());},{'priority':'highest'});for(const _0x1e0e21 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x4bda3f=_0x319713['commands']['get'](_0x1e0e21);_0x59c991['enableCommand'](_0x1e0e21,()=>{const _0x1ddce9=_0x319713['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x272ef8=>_0x272ef8['is']('element','tableCell')),_0x124e50=_0x4bda3f['value'];_0x319713['model']['change'](()=>{_0x59c991['markMultiRangeBlockFormat']([_0x1ddce9,_0x124e50],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0xa64217 of['splitTableCellVertically','splitTableCellHorizontally']){const _0xcf6a5=_0x319713['commands']['get'](_0xa64217);_0x59c991['enableCommand'](_0xa64217,()=>{const _0x2f4653=_0x257c4a['getSelectionAffectedTableCells'](_0x319713['model']['document']['selection'])[0x0],_0x5bc79e=_0x2f4653['findAncestor']('table'),{column:_0x10bb3f,row:_0x3e50fa}=_0x257c4a['getCellLocation'](_0x2f4653);let _0xbd52dd=[];if('horizontally'==_0xcf6a5['direction']){const _0x4c456e=_0x257c4a['createTableWalker'](_0x5bc79e,{'startRow':_0x3e50fa,'endRow':_0x3e50fa,'includeAllSlots':!0x0});_0xbd52dd=Array['from'](_0x4c456e)['map'](_0x434cd0=>_0x434cd0['cell']);}else{const _0xc7f1c0=_0x257c4a['createTableWalker'](_0x5bc79e,{'column':_0x10bb3f,'includeAllSlots':!0x0});_0xbd52dd=Array['from'](_0xc7f1c0)['map'](_0x89a278=>_0x89a278['cell']);}_0x319713['model']['change'](_0x200210=>{_0x59c991['markBlockFormat'](_0x200210['createRangeOn'](_0x2f4653),{'commandName':_0xa64217,'commandParams':[]},_0xbd52dd,_0xa64217);});});}_0x59c991['descriptionFactory']['registerDescriptionCallback'](_0x5167b1=>{if('formatBlock'!=_0x5167b1['type']&&'formatInline'!=_0x5167b1['type'])return;const {data:_0x39c25a}=_0x5167b1;return _0x39c25a&&'mergeTableCells'==_0x39c25a['commandName']?{'type':'format','content':o(_0x56b8d1,'*Merge\x20cells*')}:void 0x0;}),_0x59c991['descriptionFactory']['registerDescriptionCallback'](_0x198362=>{if('formatBlock'!=_0x198362['type']&&'formatInline'!=_0x198362['type'])return;const {data:_0x37639d}=_0x198362;return _0x37639d?'splitTableCellVertically'==_0x37639d['commandName']?{'type':'format','content':o(_0x56b8d1,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x37639d['commandName']?{'type':'format','content':o(_0x56b8d1,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x38704c=_0x205bcd['_acceptFormatSuggestionCallbackFactory']();for(const _0x5162ca of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x59c991['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x5162ca,'accept',_0x38704c);for(const _0x3de720 of['splitTableCellVertically','splitTableCellHorizontally'])_0x59c991['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x3de720,'accept',_0x38704c);_0x59c991['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x46b892=>{_0x319713['model']['change'](_0x458b70=>{const _0x4c9853=Array['from'](_0x44f0fe['getRanges']())['map'](_0x3d8e28=>_0x40584f['fromRange'](_0x3d8e28));_0x458b70['setSelection'](_0x46b892),_0x319713['commands']['get']('mergeTableCells')['refresh'](),_0x319713['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x3cc77f=_0x4c9853['filter'](_0x427ad3=>'$graveyard'!=_0x427ad3['root']['rootName']);_0x3cc77f['length']>0x0&&_0x458b70['setSelection'](_0x3cc77f);for(const _0x5e8f02 of _0x4c9853)_0x5e8f02['detach']();});});for(const _0x610fa3 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x39bdec=_0x319713['commands']['get'](_0x610fa3);_0x39bdec['on']('set:isEnabled',(_0x2cf5fb,_0x508a72,_0x431855)=>{if(_0x431855){const _0x100089=_0x319713['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x56b10c=>_0x56b10c['is']('element','tableCell'));this['_areMergableCells'](_0x39bdec['value'],_0x100089)||(_0x2cf5fb['return']=!0x1,_0x2cf5fb['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x4a4234=this['editor']['commands']['get']('mergeTableCells'),_0x14e02f=this['editor']['plugins']['get']('TableUtils');if(!_0x4a4234['isEnabled'])return!0x1;const _0x497f6e=_0x14e02f['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x3f4c56 of _0x497f6e)for(const _0x12070e of _0x497f6e)if(_0x3f4c56!=_0x12070e&&!this['_areMergableCells'](_0x3f4c56,_0x12070e))return!0x1;return!0x0;}['_areMergableCells'](_0x28e922,_0x3c0d0f){const _0x1785a2=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1f9930=this['editor']['model']['createRangeOn'](_0x28e922),_0x4ca79a=this['editor']['model']['createRangeOn'](_0x3c0d0f),_0x362592=new Set(),_0x3d31c1=new Set();for(const _0x5aeb77 of _0x1785a2['getSuggestions']())if(('insertion'==_0x5aeb77['type']||'deletion'==_0x5aeb77['type']||'mergeTableCells'==_0x5aeb77['subType'])&&_0x5aeb77['isInContent']){for(const _0x1dde53 of _0x5aeb77['getRanges']())_0x1dde53['containsRange'](_0x1f9930,!0x0)&&_0x362592['add'](_0x5aeb77['type']+':'+_0x5aeb77['author']['id']),_0x1dde53['containsRange'](_0x4ca79a,!0x0)&&_0x3d31c1['add'](_0x5aeb77['type']+':'+_0x5aeb77['author']['id']);}if(_0x362592['size']!=_0x3d31c1['size'])return!0x1;for(const _0x5752b6 of _0x362592)if(!_0x3d31c1['has'](_0x5752b6))return!0x1;return!0x0;}}class Ct extends _0x57873f{static get['requires'](){return[It];}['afterInit'](){const _0x375513=this['editor'];if(!_0x375513['plugins']['has']('TableEditing'))return;const _0x5c32d5=_0x375513['locale'],_0x5c473c=_0x375513['plugins']['get']('TrackChangesEditing');_0x5c473c['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x5c473c['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x5c473c['registerBlockAttribute']('headingRows'),_0x5c473c['registerBlockAttribute']('headingColumns'),_0x5c473c['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x5c32d5,'FORMAT_HEADER_ROW')),_0x5c473c['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x5c32d5,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x5c3f57=this['editor']['plugins']['get']('TrackChangesEditing'),_0x53a88c=this['editor']['plugins']['get']('TableUtils'),_0x5dc6fa=this['editor']['plugins']['get'](It)['_acceptFormatSuggestionCallbackFactory']();function _0xb0b140({showActiveMarker:_0x1c5982=!0x0,setDataAttribute:_0x464653=!0x0}={}){return(_0x427c21,_0xab2de8,_0xb214d8)=>{const {type:_0x56a23e,id:_0x1836a2}=_0x5c3f57['_splitMarkerName'](_0xab2de8['markerName']),_0x2f3527=_0x5c3f57['getSuggestion'](_0x1836a2),_0x10d85a=_0x2f3527['data'];if('formatBlock'!=_0x2f3527['type']||!_0x10d85a||'setTableColumnHeader'!=_0x10d85a['commandName'])return;if(_0xab2de8['item'])return void _0x427c21['stop']();if(!_0xb214d8['consumable']['consume'](_0xab2de8['markerRange'],_0x427c21['name']))return;const _0x4c2ee4=_0xab2de8['markerRange']['start']['nodeAfter'],_0x1e85d7=_0xab2de8['markerRange']['end']['nodeBefore'],_0x1ecbde=_0x4c2ee4['parent']['parent'],{column:_0x397864}=_0x53a88c['getCellLocation'](_0x4c2ee4),{column:_0x10dd58}=_0x53a88c['getCellLocation'](_0x1e85d7);for(let _0x22581b=_0x397864;_0x22581b<=_0x10dd58;_0x22581b++){const _0x5ae5a1=_0x53a88c['createTableWalker'](_0x1ecbde,{'column':_0x22581b,'includeAllSlots':!0x1});for(const _0x725929 of _0x5ae5a1){const _0x26c834=_0x725929['cell'],_0x25cc62=_0xb214d8['mapper']['toViewElement'](_0x26c834);_0xb214d8['writer']['addClass']('ck-suggestion-marker-'+_0x56a23e,_0x25cc62),_0x464653&&_0xb214d8['writer']['setAttribute']('data-suggestion',_0x1836a2,_0x25cc62),_0xb214d8['mapper']['bindElementToMarker'](_0x25cc62,_0xab2de8['markerName']),_0x1c5982&&(_0x5c3f57['activeMarkers']['includes'](_0xab2de8['markerName'])?_0xb214d8['writer']['addClass']('ck-suggestion-marker--active',_0x25cc62):_0xb214d8['writer']['removeClass']('ck-suggestion-marker--active',_0x25cc62));}}};}_0x5c3f57['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x5dc6fa),_0x5c3f57['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x5dc6fa),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0xb0b140(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x5aaacb,_0x2353a5,_0x2498ba)=>{_0x2498ba['options']['showSuggestionHighlights']&&_0xb0b140({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x5aaacb,_0x2353a5,_0x2498ba);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x4a0f0b,_0xd6cb11,_0x17e013)=>{const {type:_0x447401,id:_0x595cd9}=_0x5c3f57['_splitMarkerName'](_0xd6cb11['markerName']),_0x9fb667=_0x5c3f57['getSuggestion'](_0x595cd9),_0x485aec=_0x9fb667['data'];if('formatBlock'!=_0x9fb667['type']||!_0x485aec||'setTableColumnHeader'!=_0x485aec['commandName'])return;const _0x52c596=_0x17e013['mapper']['markerNameToElements'](_0xd6cb11['markerName']);if(_0x52c596){for(const _0x160de3 of _0x52c596)_0x17e013['writer']['removeClass']('ck-suggestion-marker-'+_0x447401,_0x160de3),_0x17e013['writer']['removeClass']('ck-suggestion-marker--active',_0x160de3),_0x17e013['writer']['removeAttribute']('data-suggestion',_0x160de3),_0x17e013['mapper']['unbindElementFromMarkerName'](_0x160de3,_0xd6cb11['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x308a14=this['editor'],_0x31da56=_0x308a14['locale'];function _0x3a088f(_0x4c1758){return{'type':'format','content':o(_0x31da56,'*Format:*\x20%0',_0x4c1758)};}_0x308a14['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3b9cea=>{if('formatBlock'!=_0x3b9cea['type'])return;const {data:_0x5030c7}=_0x3b9cea;if(_0x5030c7){if('setTableRowHeader'==_0x5030c7['commandName']){const _0x2762f9=_0x5030c7['commandParams'][0x0]['forceValue'];return _0x3a088f(o(_0x31da56,_0x2762f9?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x5030c7['commandName']){const _0x3cc4b5=_0x5030c7['commandParams'][0x0]['forceValue'];return _0x3a088f(o(_0x31da56,_0x3cc4b5?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Pe=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],we=Object['fromEntries'](Pe['map'](_0x2a2aac=>[_0x2a2aac,null]));class _t extends _0x57873f{static get['requires'](){return[It];}['afterInit'](){const _0x20ef00=this['editor'];if(!_0x20ef00['plugins']['has']('TableClipboard'))return;const _0x33108a=_0x20ef00['plugins']['get']('TrackChangesEditing'),_0x1c7621=_0x20ef00['plugins']['get']('TableUtils'),_0x5a5006=_0x20ef00['plugins']['get'](It),_0x619fd0=_0x20ef00['plugins']['get']('TableClipboard');_0x5a5006['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x20ef00['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x20ef00['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x3c8341=null;_0x20ef00['model']['on']('insertContent',(_0x51d66b,_0x2fcff1)=>{const [_0x1d9aa5,_0xa4e5ed]=_0x2fcff1,_0x2cfa36=_0x2fcff1[_0x2fcff1['length']-0x1];_0x2cfa36&&_0x2cfa36['forceDefaultExecution']||_0x33108a['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0xe33bc5,_0x421c3e,_0x58afb1,_0x21decc,_0x3e9075){if(_0x421c3e&&!_0x421c3e['is']('documentSelection'))return!0x1;const _0x400f6a=_0x3e9075['getTableIfOnlyTableInContent'](_0xe33bc5,_0x58afb1);if(!_0x400f6a||!Re(_0x400f6a,void 0x0,_0x21decc))return!0x1;const _0x2f8865=_0x21decc['getSelectionAffectedTableCells'](_0x58afb1['document']['selection']);if(!_0x2f8865['length'])return!0x1;const _0x5e6adb=_0x2f8865[0x0]['findAncestor']('table'),_0x5aa667=_0x21decc['getRowIndexes'](_0x2f8865),_0x5c3ecf=_0x21decc['getColumnIndexes'](_0x2f8865),_0x42bfce={'startRow':_0x5aa667['first'],'endRow':_0x5aa667['last'],'startColumn':_0x5c3ecf['first'],'endColumn':_0x5c3ecf['last']};return 0x1==_0x2f8865['length']&&(_0x42bfce['endRow']+=_0x21decc['getRows'](_0x400f6a)-0x1,_0x42bfce['endColumn']+=_0x21decc['getColumns'](_0x400f6a)-0x1),Re(_0x5e6adb,_0x42bfce,_0x21decc);}(_0x1d9aa5,_0xa4e5ed,_0x20ef00['model'],_0x1c7621,_0x619fd0)&&(_0x51d66b['stop'](),_0x3c8341={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x20ef00['model']['change'](()=>{_0x20ef00['model']['insertContent'](_0x2fcff1[0x0],_0x2fcff1[0x1],_0x2fcff1[0x2],{'forceDefaultExecution':!0x0});const _0x20a400=_0x59c837(),{rowInsertionRanges:_0x1d3e66,columnInsertionRanges:_0x320d09,insertionRanges:_0x4183e4,deletionRanges:_0x5754e3,cells:_0x4eb783}=_0x3c8341;_0x1d3e66['length']&&_0x33108a['markMultiRangeInsertion'](_0x1d3e66,'tablePasteRow',{'tablePasteChainId':_0x20a400}),_0x320d09['length']&&_0x33108a['markMultiRangeInsertion'](_0x320d09,'tablePasteColumn',{'tablePasteChainId':_0x20a400}),_0x4183e4['length']&&(_0x33108a['markMultiRangeInsertion'](_0x4183e4,'tablePaste',{'tablePasteChainId':_0x20a400,'skipNestingCheck':!0x0}),_0x4183e4['forEach'](_0x3f8dd6=>_0x3f8dd6['detach']?.())),_0x5754e3['length']&&(_0x33108a['markMultiRangeDeletion'](_0x5754e3,'tablePaste',{'tablePasteChainId':_0x20a400,'skipNestingCheck':!0x0}),_0x5754e3['forEach'](_0x5da738=>_0x5da738['detach']?.()));const _0x761ac6=_0x33108a['markMultiRangeBlockFormat'](_0x4eb783['map'](({element:_0xf61991})=>_0xf61991),{'formatGroupId':_0x59c837()},[],'tablePasteCell',{'tablePasteChainId':_0x20a400});if(_0x761ac6){const _0x5e28e5=_0x761ac6['getMarkers'](),_0x377bcf=[];for(const {element:_0x4370c4,attributes:_0x15ca98}of _0x4eb783){if(!_0x15ca98)continue;const _0x4ddf23=_0x20ef00['model']['createRangeOn'](_0x4370c4),_0x55c7f7=_0x5e28e5['find'](_0x508f6a=>_0x508f6a['getRange']()['isEqual'](_0x4ddf23));_0x55c7f7&&_0x377bcf['push']([_0x55c7f7['name'],_0x15ca98]);}_0x377bcf['length']&&_0x761ac6['setAttribute']('markerAttributes',Object['fromEntries'](_0x377bcf));}_0x3c8341=null;}));},{'priority':_0x445841['high']+0xa}),_0x20ef00['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x3bb877,_0x353520)=>{const [_0x4ef7e9,_0x29c3b6,,_0x33e216]=_0x353520;if(!_0x3c8341)return;_0x3bb877['stop']();const _0x1f7bb0=_0x4ef7e9['cell'],_0x3ccb7e=_0x29c3b6,_0x43bbfc=ke(_0x1f7bb0),_0x29eeaf=ke(_0x3ccb7e);_0x3bb877['return']=_0x1f7bb0;let _0x2331d7=null,_0x596a2c=null;if(_0x29eeaf||_0x43bbfc){if(_0x43bbfc&&!_0x29eeaf){_0x33e216['remove'](_0x1f7bb0['getChild'](0x0));for(const _0xa859fd of Array['from'](_0x3ccb7e['getChildren']()))_0x33e216['insert'](_0xa859fd,_0x1f7bb0,'end');const _0x5b8462=_0x3c8341['rowInsertionIndexes']['includes'](_0x4ef7e9['row']),_0x5ad9e3=_0x3c8341['columnInsertionIndexes']['includes'](_0x4ef7e9['column']);_0x5b8462||_0x5ad9e3||(_0x2331d7=_0x40584f['fromRange'](_0x33e216['createRangeIn'](_0x1f7bb0)));}else _0x29eeaf&&!_0x43bbfc&&(_0x596a2c=_0x33e216['createRangeIn'](_0x1f7bb0));}else{const _0x16c059=_0x33e216['createElement']('tableCellSuggestion'),_0xd13d71=_0x33e216['createElement']('tableCellSuggestion');_0x33e216['wrap'](_0x33e216['createRangeIn'](_0x1f7bb0),_0xd13d71),_0x33e216['insert'](_0x16c059,_0x1f7bb0,0x0);for(const _0x3d2c46 of Array['from'](_0x3ccb7e['getChildren']()))_0x33e216['insert'](_0x3d2c46,_0x16c059,'end');_0x2331d7=_0x40584f['fromRange'](_0x33e216['createRangeOn'](_0x16c059)),_0x596a2c=_0x40584f['fromRange'](_0x33e216['createRangeOn'](_0xd13d71));}const _0x4f8574=Array['from'](_0x3ccb7e['getAttributes']())['filter'](([_0x392a75])=>Pe['includes'](_0x392a75));_0x3c8341['cells']['push']({'element':_0x1f7bb0,'attributes':_0x4f8574['length']?Object['fromEntries'](_0x4f8574):null}),_0x2331d7&&_0x3c8341['insertionRanges']['push'](_0x2331d7),_0x596a2c&&_0x3c8341['deletionRanges']['push'](_0x596a2c);},{'priority':'high'}),_0x1c7621['on']('insertColumns',(_0x391f3e,_0x9a6ced)=>{const [_0x1bbaa1,_0x401915={}]=_0x9a6ced;if(!_0x3c8341)return;const _0x83a31e=_0x401915['at']||0x0,_0x121bb4=_0x401915['columns']||0x1;_0x3c8341['columnInsertionIndexes']=new Array(_0x121bb4)['fill'](_0x83a31e)['map']((_0x228a02,_0x21180e)=>_0x228a02+_0x21180e);for(const {cell:_0x91b64f}of _0x1c7621['createTableWalker'](_0x1bbaa1,{'startColumn':_0x83a31e,'endColumn':_0x83a31e+_0x121bb4-0x1}))_0x3c8341['columnInsertionRanges']['push'](_0x20ef00['model']['createRangeOn'](_0x91b64f));},{'priority':'low'}),_0x1c7621['on']('insertRows',(_0x406b8d,_0x4a4e80)=>{const [_0xcbdc28,_0x3409df={}]=_0x4a4e80;if(!_0x3c8341)return;const _0x3bfdd6=_0x3409df['at']||0x0,_0x1f305c=_0x3409df['rows']||0x1;_0x3c8341['rowInsertionIndexes']=new Array(_0x1f305c)['fill'](_0x3bfdd6)['map']((_0x31541f,_0x2b4265)=>_0x31541f+_0x2b4265);for(const {cell:_0x5e58f2}of _0x1c7621['createTableWalker'](_0xcbdc28,{'startRow':_0x3bfdd6,'endRow':_0x3bfdd6+_0x1f305c-0x1}))_0x3c8341['rowInsertionRanges']['push'](_0x20ef00['model']['createRangeOn'](_0x5e58f2));},{'priority':'low'}),_0x33108a['descriptionFactory']['registerDescriptionCallback'](_0x5e2397=>{if(_0x5e2397['subType']&&_0x5e2397['subType']['startsWith']('tablePaste'))return _0x5e2397['previous']?{}:{'type':'insertion','content':o(_0x20ef00['locale'],'*Replace\x20table\x20cells*')};});const _0x1766f1=()=>!0x1;for(const _0x3d3ccf of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x33108a['_suggestionFactory']['registerCustomCallback']('insertion',_0x3d3ccf,'join',_0x1766f1),_0x33108a['_suggestionFactory']['registerCustomCallback']('deletion',_0x3d3ccf,'join',_0x1766f1),_0x33108a['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x3d3ccf,'join',_0x1766f1);_0x33108a['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x1766f1),_0x33108a['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x316e1c,_0x1304bf,_0x5aa91c)=>{const _0x2a29d1=_0x316e1c['map'](_0x3c9203=>_0x3c9203['getContainedElement']())['filter'](_0x53d1f0=>_0x53d1f0),_0x435f2e=new Map(_0x2a29d1['map'](_0x3b4978=>[_0x3b4978,null]));if(_0x3c8341){for(const {element:_0x513603,attributes:_0x378bf5}of _0x3c8341['cells'])_0x378bf5&&_0x435f2e['set'](_0x513603,_0x378bf5);}else{if(_0x5aa91c&&_0x5aa91c['markerAttributes'])for(const [_0x2ff3df,_0x2c094f]of Object['entries'](_0x5aa91c['markerAttributes'])){const _0x4b7728=_0x20ef00['model']['markers']['get'](_0x2ff3df),_0x562f6d=_0x4b7728?_0x4b7728['getRange']()['getContainedElement']():null;_0x562f6d&&_0x435f2e['set'](_0x562f6d,_0x2c094f);}}_0x20ef00['model']['change'](_0x5a0c46=>{for(const [_0x48f032,_0x1d3441]of _0x435f2e)_0x5a0c46['setAttributes']({...we,..._0x1d3441},_0x48f032);});});const _0x42d520=(_0x2983fb,_0x2f8fe3)=>{_0x33108a['_suggestionFactory']['registerCustomCallback'](_0x2983fb,'tablePaste',_0x2f8fe3,(_0x4eb070,_0x577aee,_0x4d174f)=>{_0x20ef00['model']['change'](_0xab9bbc=>{const _0x3b07f8=[];for(const _0x3ae5b2 of _0x4eb070){const _0x402da7=_0x3ae5b2['start']['nodeAfter'];_0x402da7['is']('element','tableCellSuggestion')&&_0x3b07f8['push'](_0x402da7);}_0x33108a['_suggestionFactory']['getSuggestionCallback'](_0x2983fb,null,_0x2f8fe3)(_0x4eb070,_0x577aee,_0x4d174f);for(const _0x74f87b of _0x3b07f8)'$graveyard'!=_0x74f87b['root']['rootName']&&_0xab9bbc['unwrap'](_0x74f87b);});});};_0x42d520('insertion','accept'),_0x42d520('insertion','discard'),_0x42d520('deletion','accept'),_0x42d520('deletion','discard'),_0x33108a['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x2702ba=>{const _0x510321=_0x2702ba['map'](_0x5db9eb=>_0x5db9eb['getContainedElement']()),_0xd09e9a=_0x510321[0x0]['findAncestor']('table'),{minRow:_0x16e4df,maxRow:_0x128949}=_0x5a5006['_getCoordsForCells'](_0x510321);_0x1c7621['removeRows'](_0xd09e9a,{'at':_0x16e4df,'rows':_0x128949-_0x16e4df+0x1});}),_0x33108a['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x4837d1=>{const _0x11706f=_0x4837d1['map'](_0x51873d=>_0x51873d['getContainedElement']()),_0x386e19=_0x11706f[0x0]['findAncestor']('table'),{minColumn:_0x399e5d,maxColumn:_0x3f530c}=_0x5a5006['_getCoordsForCells'](_0x11706f);_0x1c7621['removeColumns'](_0x386e19,{'at':_0x399e5d,'columns':_0x3f530c-_0x399e5d+0x1});});const _0x2f2fbb=(_0x413563,_0x302232)=>{if(!_0x302232['subType']||!_0x302232['subType']['startsWith']('tablePaste'))return;const _0x1c907c=_0x302232['attributes']['tablePasteChainId'],_0x392e4b=_0x33108a['getSuggestions']()['filter'](_0x3ee85f=>_0x3ee85f['isInContent']&&_0x3ee85f['attributes']&&_0x3ee85f['attributes']['tablePasteChainId']==_0x1c907c);_0x392e4b['length']&&_0x302232['getAllAdjacentSuggestions']()['length']!=_0x392e4b['length']&&_0x392e4b['reduce']((_0x3d1e65,_0x4f5ff3)=>(_0x3d1e65['next']=_0x4f5ff3,_0x4f5ff3['previous']=_0x3d1e65,_0x4f5ff3));};function _0x3a8cd8(_0x287f7d,_0x24edd0=!0x0){const {id:_0x1155b6,authorId:_0x38cd72}=_0x33108a['_splitMarkerName'](_0x287f7d['markerName']),_0x4d3ca9=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x2bae1e=_0x33108a['activeMarkers']['includes'](_0x287f7d['markerName']);return _0x2bae1e&&_0x4d3ca9['push']('ck-suggestion-marker--active'),{'classes':_0x4d3ca9,'attributes':{'data-suggestion':_0x1155b6,'data-author-id':_0x38cd72},'priority':_0x2bae1e&&_0x24edd0?0xbc2:0xbb8};}_0x33108a['on']('suggestionLoaded',_0x2f2fbb,{'priority':'high'}),_0x33108a['on']('suggestionUnloaded',_0x2f2fbb,{'priority':'high'}),_0x20ef00['model']['document']['registerPostFixer'](()=>{let _0xcf06d4=!0x1;const _0x533f89=Array['from'](_0x20ef00['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x267887,data:_0x5d720e}of _0x533f89){const {group:_0x230230,type:_0x9f4ec1,id:_0x10c9d8}=_0x33108a['_splitMarkerName'](_0x267887);if('suggestion'!=_0x230230||'deletion'!=_0x9f4ec1||_0x5d720e['oldRange'])continue;if(!_0x33108a['hasSuggestion'](_0x10c9d8))continue;const _0x5e0d0c=_0x33108a['getSuggestion'](_0x10c9d8)['getRanges'](),_0x4d8f70=_0x20ef00['plugins']['get']('Users')['me'];for(const _0x40551f of _0x33108a['getSuggestions']()){if(!_0x40551f['isInContent']||_0x40551f['author']!=_0x4d8f70)continue;if('formatBlock'!=_0x40551f['type']||'tablePasteCell'!=_0x40551f['subType'])continue;if(_0x40551f['getRanges']()['every'](_0x6a139a=>_0x5e0d0c['some'](_0x2878de=>_0x2878de['containsRange'](_0x6a139a,!0x0)))){for(const _0x3f4997 of _0x40551f['getAllAdjacentSuggestions']())_0x3f4997['isInContent']&&(_0x3f4997['discard'](),_0xcf06d4=!0x0);}}}return _0xcf06d4;}),_0x20ef00['model']['document']['registerPostFixer'](_0xd87563=>{const _0x4574ec=_0x20ef00['commands']['get']('redo');if(!_0x4574ec||!_0x4574ec['_createdBatches']['has'](_0xd87563['batch']))return!0x1;let _0x43d6ef=!0x1;const _0x4ff6ed=_0x20ef00['plugins']['get']('Users')['me'],_0x36e830=_0x20ef00['model']['document']['differ']['getChanges'](),_0xd7fe1c=Array['from'](_0x20ef00['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x18c90b,data:_0x3562d8})=>{const {group:_0x3a04a5,subType:_0x578aaa,authorId:_0x16e8ee}=_0x33108a['_splitMarkerName'](_0x18c90b);return'suggestion'==_0x3a04a5&&'tablePaste'==_0x578aaa&&_0x16e8ee==_0x4ff6ed['id']&&!_0x3562d8['oldRange'];});for(const _0x3154d7 of _0x36e830){if('insert'!=_0x3154d7['type']||'tableCellSuggestion'!=_0x3154d7['name']||0x1!=_0x3154d7['length'])continue;const _0x53981d=_0xd87563['createRange'](_0x3154d7['position'],_0x3154d7['position']['getShiftedBy'](0x1));if(!_0xd7fe1c['find'](({data:_0x55e4f6})=>_0x55e4f6['newRange']['isEqual'](_0x53981d))){for(const {name:_0x1f74f8,data:_0x599a83}of _0xd7fe1c)if(_0x53981d['containsRange'](_0x599a83['newRange'])){_0xd87563['updateMarker'](_0x1f74f8,{'range':_0x53981d}),_0x43d6ef=!0x0;break;}}}return _0x43d6ef;}),_0x20ef00['model']['document']['registerPostFixer'](_0x7285df=>{let _0x36d2d6=!0x1;const _0x2caa2d=_0x20ef00['plugins']['get']('Users')['me'],_0x4147c0=_0x33108a['getSuggestions']()['filter'](_0x588210=>_0x588210['isInContent']&&_0x588210['author']==_0x2caa2d),_0x1a1992=new Set(),_0x474a47=new Set();for(const _0x9ab91d of _0x4147c0)if('tablePaste'==_0x9ab91d['subType'])for(const _0x294ebe of _0x9ab91d['getMarkers']()){const _0x409e88=_0x294ebe['getRange']()['getContainedElement']();if(_0x409e88){if(_0x409e88['is']('element','tableCellSuggestion')&&ke(_0x409e88)){_0x9ab91d['removeMarker'](_0x294ebe['name']),_0x1a1992['add'](_0x409e88),_0x36d2d6=!0x0;const _0x1426f3=_0x409e88['nextSibling'],_0x1eb4fa=_0x409e88['previousSibling'],_0x5eb343=_0x1426f3&&_0x1426f3['is']('element','tableCellSuggestion'),_0x10f3a4=_0x1eb4fa&&_0x1eb4fa['is']('element','tableCellSuggestion');_0x5eb343&&!_0x1a1992['has'](_0x1426f3)&&_0x474a47['add'](_0x1426f3),_0x10f3a4&&!_0x1a1992['has'](_0x1eb4fa)&&_0x474a47['add'](_0x1eb4fa);}else _0x409e88['is']('element','paragraph')&&_0x409e88['isEmpty']&&(_0x9ab91d['removeMarker'](_0x294ebe['name']),_0x36d2d6=!0x0);}}else{if('tablePasteCell'==_0x9ab91d['subType']){if(!_0x9ab91d['attributes']||!_0x9ab91d['attributes']['tablePasteChainId'])continue;const _0x18bad0=_0x9ab91d['attributes']['markerAttributes'];if(_0x18bad0&&Object['keys'](_0x18bad0)['length'])continue;const _0x15c1a5=_0x9ab91d['attributes']['tablePasteChainId'];let _0x18f5bc=!0x0,_0xfbcb85=!0x0;for(const _0x365e5f of _0x4147c0)if(_0x365e5f['subType']&&_0x365e5f['subType']['startsWith']('tablePaste')){if(!_0x365e5f['attributes']['tablePasteChainId']){_0xfbcb85=!0x1;break;}if(_0x365e5f['id']!=_0x9ab91d['id']&&_0x365e5f['attributes']['tablePasteChainId']==_0x15c1a5){_0x18f5bc=!0x1;break;}}_0xfbcb85&&_0x18f5bc&&(_0x9ab91d['removeMarkers'](),_0x36d2d6=!0x0);}}for(const _0x576573 of _0x1a1992)_0x7285df['remove'](_0x576573);for(const _0x390610 of _0x474a47)_0x7285df['unwrap'](_0x390610);return _0x36d2d6;}),_0x20ef00['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x2b6889=>_0x3a8cd8(_0x2b6889),'converterPriority':'high'}),_0x20ef00['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x10e0ad,_0x17cba1)=>_0x17cba1['options']['showSuggestionHighlights']?_0x3a8cd8(_0x10e0ad,!0x1):null,'converterPriority':'high'});const _0x19e3c8=_0x20ef00['editing']['view'];this['listenTo'](_0x19e3c8['document'],'clipboardOutput',(_0x13fc75,_0x408c52)=>{const _0x35c270=[];for(const _0x48f960 of _0x19e3c8['createRangeIn'](_0x408c52['content'])['getItems']())_0x48f960['is']('element','suggestion-td')&&_0x35c270['push'](_0x48f960);_0x19e3c8['change'](_0x3c6b94=>{for(const _0x103fab of _0x35c270)_0x3c6b94['move'](_0x3c6b94['createRangeIn'](_0x103fab),_0x3c6b94['createPositionBefore'](_0x103fab)),_0x3c6b94['remove'](_0x103fab);});});}}function ke(_0x1e6614){if(_0x1e6614['isEmpty'])return!0x0;const _0x14fbdf=_0x1e6614['getChild'](0x0);return _0x14fbdf['is']('element','paragraph')&&_0x14fbdf['isEmpty'];}function Re(_0x2b0608,_0x15cde0={},_0x1fb7ed){for(const {isAnchor:_0x1026d3,cellHeight:_0x4e3761,cellWidth:_0x95ef1f}of _0x1fb7ed['createTableWalker'](_0x2b0608,{'includeAllSlots':!0x0,..._0x15cde0}))if(!_0x1026d3||0x1!=_0x4e3761||0x1!=_0x95ef1f)return!0x1;return!0x0;}class Nt extends _0x57873f{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x423d85=this['editor']['plugins']['get']('TrackChangesEditing');_0x423d85['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x423d85['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x423d85['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x423d85['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x423d85['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x423d85['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x2cc142,_0x4f7415){const _0x23bd07=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1249cc=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x4d95d2=_0x4f7415['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x4e8eec=_0x1249cc['getColumnGroupElement'](_0x4d95d2);let _0x1c1ed9=_0x4e8eec?_0x1249cc['getTableColumnsWidths'](_0x4e8eec):null,_0x237cf7=_0x4d95d2['getAttribute']('tableWidth')||null;const _0x27c5ae=_0x4f7415['tableWidth']||_0x237cf7,_0x1c4bd4=_0x4f7415['columnWidths']||_0x1c1ed9,_0x2562b5=this['editor']['plugins']['get']('Users')['me'];for(const _0x2dfb42 of _0x23bd07['getSuggestions']()){const _0x14780c=_0x2dfb42['getContainedElement']();if('resizeTable'===_0x2dfb42['subType']&&_0x14780c===_0x4d95d2){_0x2dfb42['author']!==_0x2562b5&&_0x2dfb42['discard']();const _0x29bad3=_0x2dfb42['data']['commandParams'];_0x237cf7=_0x29bad3[0x0]['tableWidth'],_0x1c1ed9=_0x29bad3[0x0]['columnWidths'];break;}}_0x2cc142({'table':_0x4d95d2,'tableWidth':_0x27c5ae,'columnWidths':_0x1c4bd4}),_0x23bd07['markBlockFormat'](_0x4d95d2,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x237cf7,'columnWidths':_0x1c1ed9}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x5cdb46){if('formatBlock'!=_0x5cdb46['type']&&'formatInline'!=_0x5cdb46['type'])return;const {data:_0x2c2a80}=_0x5cdb46;if(_0x2c2a80&&'resizeTable'===_0x2c2a80['formatGroupId']){const _0x3bd15b='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x3bd15b)};}}}class Dt extends _0x57873f{['afterInit'](){const _0x1ad14b=this['editor'];_0x1ad14b['plugins']['has']('Template')&&_0x1ad14b['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x57873f{['afterInit'](){const _0x1505cc=this['editor'];if(!_0x1505cc['commands']['get']('insertTableOfContents'))return;_0x1505cc['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x4dcfc4=_0x1505cc['plugins']['get']('TrackChangesEditing'),_0xfa98ab=_0x1505cc['locale'];_0x4dcfc4['descriptionFactory']['registerElementLabel']('tableOfContents',_0x3141d7=>o(_0xfa98ab,'ELEMENT_TABLE_OF_CONTENTS',_0x3141d7));}}class $t extends _0x57873f{['afterInit'](){const _0x265102=this['editor'];if(!_0x265102['plugins']['has']('Title'))return;const _0x5031d5=_0x265102['plugins']['get']('TrackChangesEditing');_0x5031d5['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x265102['locale'],'ELEMENT_TITLE')),_0x265102['model']['document']['registerPostFixer'](_0x5216dd=>{let _0x40acc7=!0x1;const _0x35684a=Array['from'](_0x265102['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x65889,data:_0x12af35}of _0x35684a){const {group:_0x3ec9f3}=_0x5031d5['_splitMarkerName'](_0x65889);if('suggestion'!==_0x3ec9f3||!_0x12af35['newRange'])continue;const _0x28f5e0=_0x12af35['newRange'],_0xa676cd=_0x28f5e0['end']['nodeBefore'];if(!_0xa676cd||!_0xa676cd['is']('element','title-content'))continue;if(!_0x28f5e0['start']['isTouching'](_0x28f5e0['end']))continue;const _0x4de58d=_0x265102['model']['schema']['getNearestSelectionRange'](_0x28f5e0['end'],'forward');if(_0x4de58d&&_0x4de58d['isCollapsed']){const _0x194c0d=_0x5216dd['createRange'](_0x28f5e0['start'],_0x4de58d['start']);_0x194c0d['isEqual'](_0x28f5e0)||(_0x5216dd['updateMarker'](_0x65889,{'range':_0x194c0d}),_0x40acc7=!0x0);}_0x40acc7||(_0x5216dd['removeMarker'](_0x65889),_0x40acc7=!0x0);}return _0x40acc7;});}}class Bt extends _0x57873f{['afterInit'](){const _0x2bb052=this['editor'],_0x139a3=_0x2bb052['plugins']['get']('TrackChangesEditing');_0x2bb052['plugins']['has']('UndoEditing')&&(_0x139a3['enableCommand']('undo'),_0x139a3['enableCommand']('redo'));}}class xt extends _0x57873f{static get['requires'](){return[It];}['afterInit'](){const _0x4dd2fb=this['editor'];if(!_0x4dd2fb['plugins']['has']('TableCaptionEditing'))return;_0x4dd2fb['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Rt extends _0x57873f{['tableProperties'];['tableCellProperties'];constructor(_0x2a18ce){super(_0x2a18ce),this['tableProperties']=['tableBorderColor','tableBorderStyle','tableBorderWidth','tableAlignment','tableWidth','tableHeight','tableBackgroundColor'],this['tableCellProperties']=['tableCellBorderColor','tableCellBorderStyle','tableCellBorderWidth','tableCellPadding','tableCellWidth','tableCellHeight','tableCellBackgroundColor','tableCellHorizontalAlignment','tableCellVerticalAlignment'];}static get['pluginName'](){return'TrackChangesTableProperties';}['afterInit'](){const _0x2da79c=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x28172e of this['tableProperties'])_0x2da79c['enableCommand'](_0x28172e,(_0x527ba8,_0x5cb95f)=>{const _0x40a596=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x28172e,[_0x40a596],this['tableProperties'],'tableProperties',_0x527ba8,_0x5cb95f);});_0x2da79c['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x2da79c['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2da79c['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x1d0496,_0x10be1c)=>this['handleDiscardAction'](this['tableProperties'],_0x1d0496,_0x10be1c)),_0x2da79c['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x1789d1 of this['tableCellProperties'])_0x2da79c['enableCommand'](_0x1789d1,(_0x3b26cf,_0x4188fa)=>{const _0x449f96=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x1789d1,_0x449f96,this['tableCellProperties'],'tableCellProperties',_0x3b26cf,_0x4188fa);});_0x2da79c['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x2da79c['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2da79c['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x56792e,_0x44379c)=>this['handleDiscardAction'](this['tableCellProperties'],_0x56792e,_0x44379c)),_0x2da79c['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x2da79c['descriptionFactory']['registerDescriptionCallback'](_0x15b442=>this['handleSuggestionDescription'](_0x15b442));}['_handlePropertyChange'](_0x5b3a7d,_0x248fd5,_0x3f907f,_0x239283,_0x2f0f9a,_0x3f4ce3){const _0x509917=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x3f4ce3['batch'],()=>{for(const _0x571c14 of _0x248fd5){if(this['_getSuggestion'](_0x571c14,_0x239283))_0x2f0f9a(_0x3f4ce3);else{const _0x6c2c5={};for(const _0x4ff734 of _0x3f907f){const _0x5793f9=_0x571c14['getAttribute'](_0x4ff734);void 0x0!==_0x5793f9&&(_0x6c2c5[_0x4ff734]=_0x5793f9);}_0x2f0f9a(_0x3f4ce3),_0x509917['markBlockFormat'](_0x571c14,{'commandParams':[_0x6c2c5]},[],_0x239283);}}});}['handleDiscardAction'](_0x4287fd,_0x667a68,_0x4bceea){const _0x1b4809=_0x667a68[0x0]['start']['nodeAfter'],_0x53df3b=_0x4bceea['commandParams'][0x0];this['editor']['model']['change'](_0x151960=>{for(const _0x5bac66 of _0x4287fd)void 0x0!==_0x53df3b[_0x5bac66]?_0x151960['setAttribute'](_0x5bac66,_0x53df3b[_0x5bac66],_0x1b4809):_0x151960['removeAttribute'](_0x5bac66,_0x1b4809);});}['handleSuggestionDescription'](_0x5acc5b){if(_0x5acc5b['data'])switch(_0x5acc5b['subType']){case'tableProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x121e61,_0x5da13a){const _0x4cb482=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x7399ff of _0x4cb482['getSuggestions']({'skipNotAttached':!0x0})){const _0x1beb8f=_0x7399ff['getContainedElement']();if(_0x7399ff['subType']===_0x5da13a&&_0x1beb8f===_0x121e61)return _0x7399ff;}return null;}}const m='$elementName';class p extends _0x57873f{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x389e1f,_0x5c60d5,V,U,G,F,H,L,J,q,z,Q,X,Y,Z,tt,et,it,st,nt,rt,ot,at,ct,ut,ft,W,pt,ht,K,pe,lt,mt,dt,kt,bt,wt,yt,jt,St,At,It,vt,Ct,xt,_t,Nt,Mt,Rt,Dt,$t,Bt];}static get['pluginName'](){return'TrackChangesEditing';}constructor(_0xd502ab){function _0x1d8f68(_0x18fcdb){return _0x18fcdb['map'](_0x37bfcb=>String['fromCharCode'](_0x37bfcb))['join']('');}super(_0xd502ab),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x47c329,_0x1798da,_0x1d2241,_0x49f6f6)=>{this['_model']['change'](()=>{for(const _0x48277f of[..._0x49f6f6,..._0x1d2241])this['_model']['markers']['has'](_0x48277f)&&_0xd502ab['editing']['reconvertMarker'](_0x48277f);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Et(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0xd502ab['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this['_blockAttributeKeys']=new Set([m]),this['_inlineAttributeKeys']=new Set(),_0xd502ab['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0xd502ab['config']['get']('trackChanges.trackFormatChanges'),_0xd502ab['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0xd502ab['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0xd502ab,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x1d8f68([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x1d8f68([0x34,0x30,0x34,0x38,0x31,0x38,0x34,0x32]);}['init'](){const _0x1e9d36=this['editor'],_0x784b09=(_0x1ac8d7,_0x35509e)=>{if('attribute'!=_0x1ac8d7)return'ck-suggestion-marker-'+_0x1ac8d7;const _0x3a0568=_0x35509e['split']('|')[0x0];return this['_isBlockAttribute'](_0x3a0568)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x1e9d36['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x45a8d6=>{const {id:_0x4d5a66,authorId:_0x5c0f4e,type:_0x59f0f7,subType:_0x9cd68}=this['_splitMarkerName'](_0x45a8d6['markerName']),_0x1e73ce=['ck-suggestion-marker',_0x784b09(_0x59f0f7,_0x9cd68)];let _0x217c6d=0xbb8;return this['activeMarkers']['includes'](_0x45a8d6['markerName'])&&(_0x1e73ce['push']('ck-suggestion-marker--active'),_0x217c6d=0xbc2),'deletion'==_0x59f0f7&&(_0x217c6d+=0x5),{'classes':_0x1e73ce,'attributes':{'data-suggestion':_0x4d5a66,'data-author-id':_0x5c0f4e},'priority':_0x217c6d};}}),_0x1e9d36['conversion']['for']('dataDowncast')['add'](_0x20080b=>{_0x20080b['on']('addMarker:suggestion',(_0x283cdc,_0x1bd1eb,_0x303943)=>{if(!_0x303943['options']['showSuggestionHighlights'])return;const _0x505aba=_0x1bd1eb['item'];if(!_0x505aba)return;const _0x582ee8=_0x303943['mapper']['toViewElement'](_0x505aba);_0x1e9d36['model']['schema']['isObject'](_0x505aba)&&_0x582ee8&&!_0x582ee8['getCustomProperty']('widget')&&_0x582ee8['is']('containerElement')&&_0x31d75f(_0x582ee8,_0x303943['writer']);},{'priority':'high'});}),_0x1e9d36['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x166731,_0x325db2)=>{if(!_0x325db2['options']['showSuggestionHighlights'])return null;const {type:_0x51010b,subType:_0x59fc5b}=this['_splitMarkerName'](_0x166731['markerName']);return{'classes':['ck-suggestion-marker',_0x784b09(_0x51010b,_0x59fc5b)],'priority':0xbb8};}});const _0x24e4cf=({showActiveMarkers:_0x29b99e=!0x0,isAttributeSuggestion:_0xdb4d38=!0x1}={})=>(_0x5e6f2f,_0x5afd66,_0x57d4fa)=>{if(!_0x5afd66['item'])return;const {id:_0x1ca95e,authorId:_0x5b16b7}=this['_splitMarkerName'](_0x5afd66['markerName']);if(_0xdb4d38){const _0x53238f=this['_suggestions']['get'](_0x1ca95e),_0xbc743e=this['_getAttributeKey'](_0x53238f);if(!this['_isBlockAttribute'](_0xbc743e))return;}if(_0x5afd66['item']['is']('selection'))return void _0x57d4fa['consumable']['consume'](_0x5afd66['item'],_0x5e6f2f['name']);const _0x294b24=_0x57d4fa['mapper']['toViewElement'](_0x5afd66['item']);if(_0x5afd66['item']['is']('element')&&_0x1e9d36['model']['schema']['isBlock'](_0x5afd66['item'])&&!_0x294b24['getCustomProperty']('addHighlight')){_0x57d4fa['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x294b24),_0x57d4fa['writer']['setAttribute']('data-suggestion',_0x1ca95e,_0x294b24),_0x57d4fa['writer']['setAttribute']('data-author-id',_0x5b16b7,_0x294b24),_0x57d4fa['mapper']['bindElementToMarker'](_0x294b24,_0x5afd66['markerName']),_0x29b99e&&(this['activeMarkers']['includes'](_0x5afd66['markerName'])?_0x57d4fa['writer']['addClass']('ck-suggestion-marker--active',_0x294b24):_0x57d4fa['writer']['removeClass']('ck-suggestion-marker--active',_0x294b24));for(const _0x39163a of _0x1e9d36['model']['createRangeIn'](_0x5afd66['item'])['getItems']())_0x57d4fa['consumable']['consume'](_0x39163a,_0x5e6f2f['name']);_0x57d4fa['consumable']['consume'](_0x5afd66['item'],_0x5e6f2f['name']);}};_0x1e9d36['conversion']['for']('dataDowncast')['add'](_0x14c5da=>{_0x14c5da['on']('addMarker:suggestion:formatBlock',(_0x5a8c3d,_0x5bc4c5,_0x2583de)=>{_0x2583de['options']['showSuggestionHighlights']&&_0x24e4cf({'showActiveMarkers':!0x1})(_0x5a8c3d,_0x5bc4c5,_0x2583de);},{'priority':'highest'});}),_0x1e9d36['conversion']['for']('dataDowncast')['add'](_0x48348d=>{_0x48348d['on']('addMarker:suggestion:attribute',(_0x3fa7e4,_0x18776f,_0x182ac4)=>{_0x182ac4['options']['showSuggestionHighlights']&&_0x24e4cf({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x3fa7e4,_0x18776f,_0x182ac4);},{'priority':'highest'});}),_0x1e9d36['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x16fd45,_0x5a40ad)=>_0x5a40ad['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x16fd45['substr'](0xb)}}),_0x1e9d36['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x171601,{writer:_0x3a151f})=>{let _0x5dd40a='suggestion:'+_0x171601['getAttribute']('suggestion-type')+':'+_0x171601['getAttribute']('id');return _0x171601['getAttribute']('marker-count')&&(_0x5dd40a+=':'+_0x171601['getAttribute']('marker-count')),_0x3a151f['createElement']('$marker',{'data-name':_0x5dd40a});}}),_0x1e9d36['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x1e9d36['conversion']['for']('editingDowncast')['add'](_0x4d8be4=>{_0x4d8be4['on']('addMarker:suggestion:formatBlock',_0x24e4cf(),{'priority':'high'});}),_0x1e9d36['conversion']['for']('editingDowncast')['add'](_0x425828=>{_0x425828['on']('addMarker:suggestion:attribute',_0x24e4cf({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x1e9d36['conversion']['for']('editingDowncast')['add'](_0x389460=>{_0x389460['on']('removeMarker:suggestion:formatBlock',(_0x3671d9,_0x49caf4,_0x3192e0)=>{const _0xcf5756=_0x3192e0['mapper']['markerNameToElements'](_0x49caf4['markerName']);if(_0xcf5756){for(const _0x104a0c of _0xcf5756)_0x104a0c['getCustomProperty']('addHighlight')||(_0x3192e0['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x104a0c),_0x3192e0['writer']['removeAttribute']('data-suggestion',_0x104a0c),_0x3192e0['writer']['removeAttribute']('data-author-id',_0x104a0c),_0x3192e0['mapper']['unbindElementFromMarkerName'](_0x104a0c,_0x49caf4['markerName']));}},{'priority':'high'});}),_0x1e9d36['conversion']['for']('editingDowncast')['add'](_0x14e6f9=>{_0x14e6f9['on']('removeMarker:suggestion:attribute',(_0x4845e2,_0x12d59e,_0x2d26c8)=>{const _0x1905ba=_0x2d26c8['mapper']['markerNameToElements'](_0x12d59e['markerName']);if(!_0x1905ba)return;const {id:_0x84bdd8}=this['_splitMarkerName'](_0x12d59e['markerName']),_0x993d34=this['_suggestions']['get'](_0x84bdd8),_0x13712c=this['_getAttributeKey'](_0x993d34);if(this['_isBlockAttribute'](_0x13712c)){for(const _0x10e3fe of _0x1905ba)_0x10e3fe['getCustomProperty']('addHighlight')||(_0x2d26c8['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x10e3fe),_0x2d26c8['writer']['removeAttribute']('data-suggestion',_0x10e3fe),_0x2d26c8['writer']['removeAttribute']('data-author-id',_0x10e3fe),_0x2d26c8['mapper']['unbindElementFromMarkerName'](_0x10e3fe,_0x12d59e['markerName']));}},{'priority':'high'});}),_0x1e9d36['model']['document']['registerPostFixer'](_0x4f08e0=>{let _0x2c6f8e=!0x1;const _0x3336f8=Array['from'](_0x1e9d36['model']['document']['differ']['getChangedMarkers']()),_0x203577=new Set();for(const {name:_0x3dee1b,data:_0x51ffc3}of _0x3336f8){const {group:_0x274c88,type:_0x33513b,subType:_0x508cbb,id:_0x58591e}=this['_splitMarkerName'](_0x3dee1b);if('suggestion'!==_0x274c88)continue;const _0x5dbe52=this['_suggestions']['get'](_0x58591e);if(null!=_0x51ffc3['newRange']){'formatInline'==_0x33513b&&(_0x2c6f8e=_0x2c6f8e||Ut(_0x51ffc3['newRange'],_0x3dee1b,_0x4f08e0,_0x1e9d36['model']['schema']));const _0x57dad1='attribute'==_0x33513b&&this['_isBlockAttribute'](_0x508cbb['split']('|')[0x0]);if(_0x51ffc3['newRange']['isCollapsed']||'$graveyard'==_0x51ffc3['newRange']['root']['rootName']||'formatBlock'==_0x33513b&&!Ft(_0x51ffc3['newRange'])||_0x57dad1&&!Ft(_0x51ffc3['newRange'])||'deletion'==_0x33513b&&!(!Vt(_0x246757=_0x51ffc3['newRange'])&&!function(_0x58e436){return _0x58e436['start']['parent']==_0x58e436['end']['nodeBefore']&&_0x58e436['start']['isAtEnd'];}(_0x246757)))_0x4f08e0['removeMarker'](_0x3dee1b),_0x2c6f8e=!0x0;else{if(!_0x5dbe52||!_0x5dbe52['isInContent'])continue;if(_0x51ffc3['newRange']&&_0x51ffc3['oldRange']&&_0x51ffc3['newRange']['isEqual'](_0x51ffc3['oldRange']))continue;_0x203577['add'](_0x5dbe52);}}}var _0x246757;return _0x203577['size']>0x0&&(_0x2c6f8e=!!this['_joinWithAdjacentSuggestions'](_0x203577)||_0x2c6f8e),_0x2c6f8e;}),_0x1e9d36['model']['document']['registerPostFixer'](_0xb73740=>{let _0x409462=!0x1;for(const _0x15efc2 of _0x1e9d36['model']['document']['differ']['getChanges']())if('insert'==_0x15efc2['type'])for(const _0x2eaf22 of this['_suggestions']['values']()){if(_0x2eaf22['isMultiRange']||!_0x2eaf22['isInContent'])continue;const _0x2e6f2='formatBlock'==_0x2eaf22['type'],_0x22bd50=this['_getAttributeKey'](_0x2eaf22),_0x482fa6=_0x22bd50&&this['_isBlockAttribute'](_0x22bd50);if(!_0x2e6f2&&!_0x482fa6)continue;const _0x2169b3=_0x2eaf22['getFirstRange']();if(_0x2169b3['start']['parent']!=_0x2169b3['end']['parent']&&!_0x2169b3['end']['isAtEnd']){const _0x509216=_0x1e9d36['model']['createPositionAt'](_0x2169b3['start']['nodeAfter'],'end'),_0xc74432=_0x1e9d36['model']['createRange'](_0x2169b3['start'],_0x509216);_0xb73740['updateMarker'](_0x2eaf22['getFirstMarker'](),{'range':_0xc74432}),_0x409462=!0x0;}}return _0x409462;}),_0x1e9d36['model']['document']['registerPostFixer'](_0x386e32=>this['_processAttributeChanges'](_0x386e32)),_0x1e9d36['model']['document']['registerPostFixer'](_0x51f6ba=>!_0x51f6ba['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x51f6ba)),_0x1e9d36['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x1e9d36['model']['document']['on']('change:data',(_0x3e10cd,_0xbd53d1)=>{if(!_0xbd53d1['isLocal']||_0xbd53d1['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0xc9e366=_0x1e9d36['model']['document']['differ']['getChanges']();if(0x0==_0xc9e366['length'])return;const _0x171e95=[],_0x4f23e5=_0xc9e366['filter'](_0x2135eb=>'attribute'==_0x2135eb['type']),_0x3d2ffb=_0xc9e366['filter'](_0x1a5222=>'insert'==_0x1a5222['type']&&'$text'!=_0x1a5222['name']);for(const _0xb7fda3 of _0x4f23e5)this['_isRegisteredAttribute'](_0xb7fda3['attributeKey'])&&_0x171e95['push']({'key':_0xb7fda3['attributeKey'],'newValue':_0xb7fda3['attributeNewValue'],'oldValue':_0xb7fda3['attributeOldValue'],'range':Pt(_0xb7fda3['range'],_0x1e9d36['model'])});for(const _0x409246 of _0x3d2ffb){if('rename'!=_0x409246['action']&&'refresh'!=_0x409246['action'])continue;const _0x3d4213=Lt(_0x409246['position']['nodeAfter'],_0x1e9d36['model']),_0x4c264f=_0x409246['before'];'rename'==_0x409246['action']&&_0x171e95['push']({'key':m,'newValue':_0x409246['name'],'oldValue':_0x4c264f['name'],'range':_0x3d4213});for(const [_0x41da3a,_0x2af734]of _0x4c264f['attributes']){if(!this['_isRegisteredAttribute'](_0x41da3a))continue;const _0x1f8564=_0x409246['attributes']['get'](_0x41da3a);_0x2af734!==_0x1f8564&&_0x171e95['push']({'key':_0x41da3a,'newValue':_0x1f8564,'oldValue':_0x2af734,'range':_0x3d4213});}for(const [_0x291bc4,_0x10d0ee]of _0x409246['attributes'])this['_isRegisteredAttribute'](_0x291bc4)&&(_0x4c264f['attributes']['has'](_0x291bc4)||_0x171e95['push']({'key':_0x291bc4,'newValue':_0x10d0ee,'oldValue':null,'range':_0x3d4213}));}0x0!=_0x171e95['length']&&_0x1e9d36['model']['enqueueChange'](_0xbd53d1,_0x21bd34=>{const _0x290c28=_0x59c837();for(const {range:_0x1d5323,key:_0x4b836a,oldValue:_0x2b9ddd,newValue:_0x29321b}of _0x171e95)this['markAttributeChange'](_0x1d5323,_0x4b836a,_0x2b9ddd,_0x29321b,{'groupId':_0x290c28});this['_reduceExistingSuggestions'](_0x21bd34,_0x171e95);});},{'priority':'lowest'}),_0x1e9d36['model']['markers']['on']('update:suggestion',(_0x3313db,_0xcd6a29,_0x519a33)=>{if(null==_0x519a33){const {id:_0xdd0de4}=this['_splitMarkerName'](_0xcd6a29['name']),_0x3d5d5d=this['_suggestions']['get'](_0xdd0de4);_0x3d5d5d&&_0x3d5d5d['addMarkerName'](_0xcd6a29['name']);}}),_0x1e9d36['model']['document']['on']('change:data',()=>{const _0x39eb9c=Array['from'](_0x1e9d36['model']['document']['differ']['getChangedMarkers']())['filter'](_0x5e8087=>'suggestion'===this['_splitMarkerName'](_0x5e8087['name'])['group']);if(0x0===_0x39eb9c['length'])return;_0x39eb9c['sort']((_0xb7cc95,_0xd8ff14)=>{const _0x3a4b48=_0xb7cc95['data']['oldRange'],_0x5c1b3e=_0xd8ff14['data']['oldRange'];return null===_0x3a4b48&&null===_0x5c1b3e?0x0:null===_0x3a4b48&&null!==_0x5c1b3e?-0x1:null!==_0x3a4b48&&null===_0x5c1b3e?0x1:_0x3a4b48['start']['isBefore'](_0x5c1b3e['start'])?-0x1:0x1;});const _0x176c1c=new Set(),_0x21527b=new Set();for(const {name:_0x35b4a5,data:_0x8a7386}of _0x39eb9c){const {id:_0x3e79f7}=this['_splitMarkerName'](_0x35b4a5);if(null===_0x8a7386['oldRange']){const _0x303e14=this['_handleNewSuggestionMarker'](_0x35b4a5);_0x21527b['add'](_0x303e14);}else{const _0x455fc6=this['_suggestions']['get'](_0x3e79f7);null!==_0x8a7386['newRange']||_0x455fc6['isInContent']?(_0x176c1c['add'](_0x455fc6['head']),_0x21527b['add'](_0x455fc6)):this['_removeSuggestion'](_0x455fc6);}}_0x21527b['size']>0x0&&this['_refreshSuggestionsChain'](_0x21527b);for(const _0x349c34 of _0x176c1c)this['fire']('suggestionChanged',_0x349c34);}),_0x1e9d36['model']['on']('applyOperation',(_0x3c9d67,_0x1f70c8)=>{const _0x44b90f=_0x1f70c8[0x0];if(!this['_suggestions']['size'])return;if(!_0x44b90f['isDocumentOperation'])return;if(_0x44b90f['batch']['isUndo']||!_0x44b90f['batch']['isLocal'])return;let _0x2ee116,_0x59eae2;switch(_0x44b90f['type']){case'insert':_0x2ee116=_0x1e9d36['model']['createPositionAt'](_0x44b90f['position']),_0x59eae2=_0x2ee116['getShiftedBy'](_0x44b90f['howMany']);break;case'split':_0x2ee116=_0x1e9d36['model']['createPositionAt'](_0x44b90f['splitPosition']),_0x59eae2=_0x1e9d36['model']['createPositionAt'](_0x44b90f['moveTargetPosition']);break;case'move':_0x2ee116=_0x1e9d36['model']['createPositionAt'](_0x44b90f['targetPosition']),_0x59eae2=_0x2ee116['getShiftedBy'](_0x44b90f['howMany']);break;default:return;}const _0x321d1a=_0x1e9d36['model']['createRange'](_0x2ee116,_0x59eae2);_0x1e9d36['model']['change'](()=>{for(const {suggestion:_0x51c267,meta:_0xffe506}of this['_findSuggestions'](_0x321d1a)){if(_0x51c267['isMultiRange'])continue;if('formatInline'==_0x51c267['type'])continue;const _0x36e431=this['_getAttributeKey'](_0x51c267);if(_0x36e431&&this['_isBlockAttribute'](_0x36e431)&&'split'!=_0x44b90f['type'])continue;const _0x17ad5e=_0x51c267['data']&&_0x51c267['data']['multipleBlocks'];('formatBlock'!=_0x51c267['type']||'split'==_0x44b90f['type']&&!_0x17ad5e)&&(_0xffe506['containsRangeInObject']||'insertion'==_0x51c267['type']&&_0xffe506['isOwn']||_0x51c267['getFirstRange']()['containsRange'](_0x321d1a)&&this['_breakSuggestionMarker'](_0x51c267,_0x2ee116,_0x59eae2));}});},{'priority':'lowest'}),_0x1e9d36['model']['on']('deleteContent',(_0x53e4e5,_0x34d645)=>{const _0x12131f=_0x34d645[0x0],_0x20bd59=_0x34d645[0x1];if(_0x20bd59&&_0x20bd59['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x12131f['isCollapsed'])return;const _0x3762ad=_0x1e9d36['model']['schema'],{start:_0x44fd8e,end:_0x282db1}=_0x12131f['getFirstRange'](),_0x4675ec=_0x44fd8e['nodeAfter']&&_0x3762ad['isLimit'](_0x44fd8e['nodeAfter'])?null:_0x3762ad['getNearestSelectionRange'](_0x44fd8e,'forward'),_0x204f47=_0x282db1['nodeBefore']&&_0x3762ad['isLimit'](_0x282db1['nodeBefore'])?null:_0x3762ad['getNearestSelectionRange'](_0x282db1,'backward'),_0x192f6b=_0x1e9d36['model']['createRange'](_0x4675ec?_0x4675ec['start']:_0x44fd8e,_0x204f47?_0x204f47['end']:_0x282db1);_0x1e9d36['model']['change'](_0x3fb926=>{this['markDeletion'](_0x192f6b);const _0x41acec=_0x1e9d36['model']['schema']['getNearestSelectionRange'](_0x192f6b['start']);_0x12131f['is']('documentSelection')?_0x3fb926['setSelection'](_0x41acec):_0x12131f['setTo'](_0x41acec);}),_0x53e4e5['stop']();},{'priority':_0x445841['normal']+0xa}),_0x1e9d36['model']['on']('insertContent',(_0x430fa9,_0xb254f9)=>{const _0x4137d0=_0xb254f9[_0xb254f9['length']-0x1];_0x4137d0&&_0x4137d0['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x1e9d36['model']['change'](()=>{let _0x163c13=_0x1e9d36['model']['insertContent'](_0xb254f9[0x0],_0xb254f9[0x1],_0xb254f9[0x2],{'forceDefaultExecution':!0x0});if(!_0x163c13)return;_0x430fa9['return']=_0x163c13['clone']();const _0x1d9c7e=_0x163c13['end']['nodeBefore'],_0x14394e=_0x1e9d36['model']['schema'];_0x1d9c7e&&_0x14394e['isBlock'](_0x1d9c7e)&&!_0x14394e['isObject'](_0x1d9c7e)&&(_0x163c13=_0x1e9d36['model']['createRange'](_0x163c13['start'],_0x1e9d36['model']['createPositionAt'](_0x1d9c7e,'end'))),this['markInsertion'](_0x163c13);}),_0x430fa9['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x44fad6=new x(_0x1e9d36,this['_suggestions']);_0x1e9d36['commands']['add']('acceptSuggestion',_0x44fad6),this['enableCommand']('acceptSuggestion');const _0x12dd31=new R(_0x1e9d36,this['_suggestions']);_0x1e9d36['commands']['add']('discardSuggestion',_0x12dd31),this['enableCommand']('discardSuggestion'),_0x1e9d36['commands']['add']('acceptAllSuggestions',new E(_0x1e9d36,_0x44fad6,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x1e9d36['commands']['add']('discardAllSuggestions',new E(_0x1e9d36,_0x12dd31,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x1e9d36['commands']['add']('acceptSelectedSuggestions',new O(_0x1e9d36,_0x44fad6,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x1e9d36['commands']['add']('discardSelectedSuggestions',new O(_0x1e9d36,_0x12dd31,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x319e6c=_0x1e9d36['plugins']['get']('CommentsRepository');this['listenTo'](_0x319e6c,'addComment',(_0x142d5a,{threadId:_0x58c2d4})=>{const _0x47fa62=this['_suggestions']['get'](_0x58c2d4);_0x47fa62&&_0x47fa62['commentThread']&&0x1===_0x47fa62['commentThread']['length']&&this['_updateSuggestionData'](_0x58c2d4,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x319e6c,'removeComment',(_0x30ba82,{threadId:_0xd63dc})=>{const _0x4a43ea=this['_suggestions']['get'](_0xd63dc);_0x4a43ea&&_0x4a43ea['commentThread']&&!_0x4a43ea['commentThread']['length']&&this['_updateSuggestionData'](_0xd63dc,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x24dbed){if(this['_adapter'])throw new _0x328131('track-changes-adapter-already-set',this);this['_adapter']=_0x24dbed;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x100f89=!0x1,toJSON:_0x4c4315=!0x1}={}){const _0x5c760d=[];for(const _0x3d5da1 of this['_suggestions']['values']())_0x100f89&&!_0x3d5da1['isInContent']||_0x5c760d['push'](_0x3d5da1);return _0x4c4315?_0x5c760d['map'](_0x4fa174=>_0x4fa174['toJSON']()):_0x5c760d;}['getSuggestion'](_0x41875c){const _0x555777=this['_suggestions']['get'](_0x41875c);if(!_0x555777)throw new _0x328131('track-changes-suggestion-not-found',this);return _0x555777;}['hasSuggestion'](_0x2f618e){return this['_suggestions']['has'](_0x2f618e);}['addSuggestionData'](_0x2144cf){const {authorId:_0x22d02b,id:_0x3579d4,attributes:_0x4818e6}=_0x2144cf,[_0xf0c530,_0x309294]=_0x2144cf['type']['split'](':'),_0x344372=this['_suggestions']['get'](_0x3579d4)||this['_createSuggestion'](_0xf0c530,_0x309294,_0x3579d4,_0x22d02b,_0x4818e6);if(this['_addThreadToSuggestion'](_0x344372),this['_checkSuggestionCorrectness'](_0x344372,_0xf0c530,_0x309294||null,_0x22d02b),_0x344372['createdAt']=_0x2144cf['createdAt'],_0x344372['_isDataLoaded']=!0x0,_0x4818e6&&_0x4818e6['@external']){const _0x51d861=_0x4818e6['@external'],_0x43d089=this['_getExternalAuthor'](_0x51d861['authorName']);_0x344372['authoredAt']=_0x51d861['createdAt'],_0x344372['author']=_0x43d089,_0x344372['isExternal']=!0x0;}else _0x344372['authoredAt']=_0x2144cf['createdAt'];switch(_0x2144cf['data']&&(_0x344372['data']=_0x2144cf['data']),_0x2144cf['attributes']&&(_0x344372['attributes']=_0x2144cf['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x344372['_saved']=!0x0),this['_suggestionState']['get'](_0x344372)){case'notReady':this['_suggestionState']['set'](_0x344372,'dataReady');break;case'markerReady':_0x344372['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x344372])),this['_refreshSuggestionsChain'](new Set([_0x344372])),this['_suggestionState']['set'](_0x344372,'ready'),this['fire']('suggestionLoaded',_0x344372)):this['_suggestionState']['set'](_0x344372,'removed');}return _0x344372;}['acceptSuggestion'](_0x58937b){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x1a4393 of _0x58937b['getAllAdjacentSuggestions']())_0x1a4393['accept']();});});}['discardSuggestion'](_0x17451b){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x4b8b99 of _0x17451b['getAllAdjacentSuggestions']())_0x4b8b99['discard']();});});}['enableCommand'](_0x3fc909,_0x4e92af){const _0x452d4c=this['editor']['commands']['get'](_0x3fc909);if(!_0x452d4c)throw new _0x328131('track-changes-command-not-found',this,{'commandName':_0x3fc909});if(this['_enabledCommands']['has'](_0x452d4c))throw new _0x328131('track-changes-enable-command-twice',this,{'commandName':_0x3fc909});this['_enabledCommands']['add'](_0x452d4c),_0x4e92af&&_0x452d4c['on']('execute',(_0x38735d,_0x2c0740)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x2c0740['length']>0x0&&_0x2c0740[_0x2c0740['length']-0x1]&&_0x2c0740[_0x2c0740['length']-0x1]['forceDefaultExecution']?_0x2c0740['pop']():(_0x38735d['return']=_0x4e92af((..._0x122095)=>_0x452d4c['execute'](..._0x122095,{'forceDefaultExecution':!0x0}),..._0x2c0740),_0x38735d['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x10c70e){let _0x408dbb,_0x4c8226;const _0x5300fb=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x408dbb=_0x10c70e();}catch(_0x5e0383){_0x4c8226=_0x5e0383;}return _0x5300fb||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x4c8226&&_0x328131['rethrowUnexpectedError'](_0x4c8226,this),_0x408dbb;}['markInsertion'](_0x57a8dd,_0x1d3ed6=null,_0x145dfa={}){if(_0x57a8dd['isCollapsed'])return null;const _0x1fb5a5=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x1398fa,meta:_0x6348c2}of this['_findSuggestions'](_0x57a8dd,'insertion'))if(_0x6348c2['isOwn']){if(!_0x6348c2['isNextTo']){if(_0x6348c2['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!qt(_0x1398fa,_0x145dfa))continue;return _0x1398fa;}if(qt(_0x1398fa,_0x145dfa))return _0x1398fa;this['_breakSuggestionMarker'](_0x1398fa,_0x57a8dd['start'],_0x57a8dd['end']);break;}if(_0x1d3ed6==_0x1398fa['subType']&&qt(_0x1398fa,_0x145dfa)){const _0x38c578=_0x1398fa['getFirstRange']();return _0x38c578['start']['isEqual'](_0x57a8dd['end'])?this['_setSuggestionRange'](_0x1398fa,this['_model']['createRange'](_0x57a8dd['start'],_0x38c578['end'])):this['_setSuggestionRange'](_0x1398fa,this['_model']['createRange'](_0x38c578['start'],_0x57a8dd['end'])),_0x1398fa;}}const _0x295941=_0x59c837(),_0x183ce4=_0x1fb5a5['id'],_0x2063c4=_0x1d3ed6?'insertion:'+_0x1d3ed6:'insertion',_0x405bef=this['_setSuggestionData']({'id':_0x295941,'type':_0x2063c4,'createdAt':new Date(),'authorId':_0x183ce4,'attributes':_0x145dfa});return this['_addSuggestionMarker'](_0x2063c4,_0x295941,_0x183ce4,_0x57a8dd),_0x405bef;}['markMultiRangeInsertion'](_0x32f30f,_0xd4d9ce='multi',_0x7bdd74={}){const _0x4e58ae=this['editor']['plugins']['get']('Users')['me'],_0x336cdb=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0xd4d9ce,'join');for(const _0x3fd939 of this['getSuggestions']())if(_0x3fd939['author']['id']==_0x4e58ae['id']&&'insertion'==_0x3fd939['type']&&_0x3fd939['subType']==_0xd4d9ce&&qt(_0x3fd939,_0x7bdd74)&&(_0x336cdb(_0x3fd939['getRanges'](),_0x32f30f)||_0x336cdb(_0x32f30f,_0x3fd939['getRanges']()))){for(const _0x5bfd06 of _0x32f30f)_0x3fd939['addRange'](_0x5bfd06);return _0x3fd939;}for(const {suggestion:_0x76a45a,meta:_0x40b475}of this['_findSuggestions'](_0x32f30f,'insertion')){if(!_0x40b475['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x40b475['containsRangeInObject'])continue;if(!qt(_0x76a45a,_0x7bdd74))continue;let _0x3679cc=!0x0;for(const _0x2d4aa3 of _0x76a45a['getRanges']())for(const _0x58217e of _0x32f30f)if(!_0x2d4aa3['containsRange'](_0x58217e)){_0x3679cc=!0x1;break;}if(_0x3679cc)return _0x76a45a;}const _0x3ed906=_0x59c837(),_0x1b1310=_0x4e58ae['id'],_0x550c6c='insertion:'+_0xd4d9ce,_0x255140=this['_setSuggestionData']({'id':_0x3ed906,'type':_0x550c6c,'createdAt':new Date(),'authorId':_0x1b1310,'attributes':_0x7bdd74});for(const _0x21bad8 of _0x32f30f)this['_addSuggestionMarker'](_0x550c6c,_0x3ed906,_0x1b1310,_0x21bad8,u['getMultiRangeId']());return _0x255140;}['markInlineFormat'](_0x2edfc9,_0x54bdac,_0x3f861c=null,_0xac2c6f={}){if(_0x3f861c=_0x3f861c||Gt(_0x54bdac),_0x2edfc9['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x5116c3=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x3f861c,'accept');return this['forceDefaultExecution'](()=>_0x5116c3([_0x2edfc9],_0x54bdac,_0xac2c6f)),null;}const _0x5e64c8=this['editor']['plugins']['get']('Users')['me'],_0x2579b8=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x30853d,meta:_0x1e1ca7}of this['_findSuggestions'](_0x2edfc9,'insertion'))_0x1e1ca7['isOwn']&&!_0x1e1ca7['isInsideObject']&&_0x2579b8['push'](..._0x30853d['getRanges']());}const _0x586607=function(_0xfd6f7e,_0x31702f){const _0x1eb3c1=[];for(const _0x5cc363 of _0x31702f){const _0x11202a=_0xfd6f7e['getIntersection'](_0x5cc363);_0x11202a&&_0x1eb3c1['push'](_0x11202a);}return _0x1eb3c1;}(_0x2edfc9,_0x2579b8),_0x2d5b10=function(_0x2ad2a5,_0x948d0d){const _0x38f8b8=[_0x2ad2a5];for(const _0x45966f of _0x948d0d){let _0x40019b=0x0;for(;_0x40019b<_0x38f8b8['length'];){const _0x278c29=_0x38f8b8[_0x40019b]['getDifference'](_0x45966f);_0x38f8b8['splice'](_0x40019b,0x1,..._0x278c29),_0x40019b+=_0x278c29['length'];}}return _0x38f8b8;}(_0x2edfc9,_0x2579b8);_0x586607['length']&&this['_model']['change'](()=>{for(const _0x3f9d67 of _0x586607){const _0x33d12f=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x3f861c,'accept');this['forceDefaultExecution'](()=>_0x33d12f([_0x3f9d67],_0x54bdac,_0xac2c6f));}});for(const _0x27dcba of _0x2d5b10){let _0x3e0c13=null,_0x12eb67=_0x27dcba['start'],_0x92434c=_0x27dcba['end'];for(const {suggestion:_0x404f81,meta:_0x1bf9e2}of this['_findSuggestions'](_0x27dcba,'formatInline')){if(!_0x1bf9e2['isOwn'])continue;if(_0x404f81['subType']!=_0x3f861c)continue;if(!qt(_0x404f81,_0xac2c6f))continue;const _0x5d1bba=_0x404f81['getFirstRange']();if(_0x5d1bba['containsRange'](_0x27dcba,!0x0))return null;_0x12eb67=_0x12eb67['isBefore'](_0x5d1bba['start'])?_0x12eb67:_0x5d1bba['start'],_0x92434c=_0x92434c['isAfter'](_0x5d1bba['end'])?_0x92434c:_0x5d1bba['end'],_0x3e0c13?_0x5d1bba['start']['isBefore'](_0x3e0c13['getFirstRange']()['start'])?(_0x3e0c13['removeMarkers'](),_0x3e0c13=_0x404f81):_0x404f81['removeMarkers']():_0x3e0c13=_0x404f81;}const _0x14534c=this['_model']['createRange'](_0x12eb67,_0x92434c);if(_0x3e0c13)this['_setSuggestionRange'](_0x3e0c13,_0x14534c);else{const _0x205831=_0x59c837(),_0x5080b8=_0x5e64c8['id'];this['_setSuggestionData']({'id':_0x205831,'type':'formatInline:'+_0x3f861c,'data':_0x54bdac,'createdAt':new Date(),'authorId':_0x5080b8,'attributes':_0xac2c6f}),this['_addSuggestionMarker']('formatInline:'+_0x3f861c,_0x205831,_0x5080b8,_0x14534c);}}return null;}['markBlockFormat'](_0x354925,_0x23d0e6,_0x424f5c=[],_0x291ffa=null,_0xc26827={}){_0x23d0e6['formatGroupId']||(_0x23d0e6['formatGroupId']=_0x23d0e6['commandName']),_0x23d0e6['multipleBlocks']=_0x354925['is']('range'),_0x291ffa=_0x291ffa||Gt(_0x23d0e6);const _0x5a4f7d=_0x424f5c['map'](_0x373af2=>Lt(_0x373af2,this['_model'])),_0x306cb3=_0x354925['is']('range')?_0x354925:Lt(_0x354925,this['_model']);if('never'===this['_trackFormatChanges']){const _0x242679=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x291ffa,'accept');return this['forceDefaultExecution'](()=>_0x242679([_0x306cb3],_0x23d0e6,_0xc26827)),null;}_0x5a4f7d['push'](_0x306cb3);let _0x828ad4=!0x0;for(const _0x128d7e of _0x5a4f7d)if(!this['_rangeIsInLocalUserInsertion'](_0x128d7e)){_0x828ad4=!0x1;break;}if(_0x828ad4&&'always'!==this['_trackFormatChanges']){const _0x3c7563=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x291ffa,'accept');return this['forceDefaultExecution'](()=>_0x3c7563([_0x306cb3],_0x23d0e6,_0xc26827)),null;}let _0x5d7de9=null,_0x7c9adf=_0x306cb3['start'],_0x591574=_0x306cb3['end'];for(const {suggestion:_0xbffd2d,meta:_0x35d9fd}of this['_findSuggestions'](_0x306cb3,'formatBlock')){if(!_0x35d9fd['isOwn'])continue;if(_0x35d9fd['isNextTo']||_0x35d9fd['containsRangeInObject']||_0x35d9fd['isInsideObject'])continue;if(_0xbffd2d['data']['formatGroupId']!=_0x23d0e6['formatGroupId'])continue;if(!qt(_0xbffd2d,_0xc26827))continue;const _0x122c3a=_0xbffd2d['getFirstRange']();if(_0xbffd2d['subType']==_0x291ffa){if(_0x122c3a['containsRange'](_0x306cb3,!0x0))return null;_0x7c9adf=_0x7c9adf['isBefore'](_0x122c3a['start'])?_0x7c9adf:_0x122c3a['start'],_0x591574=_0x591574['isAfter'](_0x122c3a['end'])?_0x591574:_0x122c3a['end'],_0x5d7de9?_0x122c3a['start']['isBefore'](_0x5d7de9['getFirstRange']()['start'])?(_0x5d7de9['removeMarkers'](),_0x5d7de9=_0xbffd2d):_0xbffd2d['removeMarkers']():_0x5d7de9=_0xbffd2d;}else{const _0x2fb4ad=_0x306cb3['getIntersection'](_0x122c3a);this['_cutOutSuggestionMarker'](_0xbffd2d,_0x2fb4ad);}}const _0x52c969=this['editor']['plugins']['get']('Users')['me'],_0x29bbc9=_0x59c837(),_0x1786b2=_0x52c969['id'];if(_0x5d7de9)return this['_setSuggestionRange'](_0x5d7de9,this['_model']['createRange'](_0x7c9adf,_0x591574)),_0x5d7de9;{const _0x18f8f3=this['_setSuggestionData']({'id':_0x29bbc9,'type':'formatBlock:'+_0x291ffa,'data':_0x23d0e6,'createdAt':new Date(),'authorId':_0x1786b2,'attributes':_0xc26827});return this['_addSuggestionMarker']('formatBlock:'+_0x291ffa,_0x29bbc9,_0x1786b2,this['_model']['createRange'](_0x7c9adf,_0x591574)),_0x18f8f3;}}['markMultiRangeBlockFormat'](_0x2d5875,_0x4251a0,_0x482855=[],_0x42b487=null,_0x51d4c7={}){_0x4251a0['formatGroupId']||(_0x4251a0['formatGroupId']=_0x4251a0['commandName']);const _0x26d3f0=_0x2d5875[0x0];_0x4251a0['multipleBlocks']=_0x26d3f0['is']('range'),_0x42b487=_0x42b487||Gt(_0x4251a0);const _0x2c0255=_0x482855['map'](_0xbdc8b4=>Lt(_0xbdc8b4,this['_model'])),_0x336be3=_0x26d3f0['is']('range')?_0x2d5875:_0x2d5875['map'](_0x37f906=>Lt(_0x37f906,this['_model']));if('never'===this['_trackFormatChanges']){const _0x292cab=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x42b487,'accept');return this['forceDefaultExecution'](()=>_0x292cab(_0x336be3,_0x4251a0,_0x51d4c7)),null;}_0x2c0255['push'](..._0x336be3);let _0x1862d8=!0x0;for(const _0x1470e8 of _0x2c0255)if(!this['_rangeIsInLocalUserInsertion'](_0x1470e8)){_0x1862d8=!0x1;break;}if(_0x1862d8&&'always'!==this['_trackFormatChanges']){const _0x178516=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x42b487,'accept');return this['forceDefaultExecution'](()=>_0x178516(_0x336be3,_0x4251a0,_0x51d4c7)),null;}const _0x43a6f8=this['editor']['plugins']['get']('Users')['me'];for(const _0x57c2f1 of this['getSuggestions']()){if(_0x57c2f1['author']['id']!=_0x43a6f8['id'])continue;if('formatBlock'!=_0x57c2f1['type']||_0x57c2f1['data']['formatGroupId']!=_0x4251a0['formatGroupId'])continue;if(!qt(_0x57c2f1,_0x51d4c7))continue;const _0x50abc9=_0x57c2f1['subType']==_0x42b487;for(let _0x465927=0x0;_0x465927<_0x336be3['length'];_0x465927++){const _0x316964=_0x336be3[_0x465927];for(const _0x3175c1 of _0x57c2f1['getMarkers']()){const _0x3cc84b=_0x3175c1['getRange']();if(_0x316964['isEqual'](_0x3cc84b)){_0x50abc9?(_0x336be3['splice'](_0x465927,0x1),_0x465927--):_0x57c2f1['removeMarker'](_0x3175c1['name']);break;}}}}if(0x0==_0x336be3['length'])return null;const _0x2c1b65=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x42b487,'join');for(const _0x2b7d0c of this['getSuggestions']())if(_0x2b7d0c['author']['id']==_0x43a6f8['id']&&'formatBlock'==_0x2b7d0c['type']&&_0x2b7d0c['data']['formatGroupId']==_0x4251a0['formatGroupId']&&_0x2b7d0c['subType']==_0x42b487&&qt(_0x2b7d0c,_0x51d4c7)&&(_0x2c1b65(_0x2b7d0c['getRanges'](),_0x336be3)||_0x2c1b65(_0x336be3,_0x2b7d0c['getRanges']()))){for(const _0x13addf of _0x336be3)_0x2b7d0c['addRange'](_0x13addf);return _0x2b7d0c;}const _0xaa0036=_0x59c837(),_0x395053=_0x43a6f8['id'],_0x1e1286='formatBlock:'+_0x42b487,_0x2c1e77=this['_setSuggestionData']({'id':_0xaa0036,'type':_0x1e1286,'data':_0x4251a0,'createdAt':new Date(),'authorId':_0x395053,'attributes':_0x51d4c7});for(const _0x6b209d of _0x336be3)this['_addSuggestionMarker'](_0x1e1286,_0xaa0036,_0x395053,_0x6b209d,u['getMultiRangeId']());return _0x2c1e77;}['markDeletion'](_0x54975c,_0x4d0912=null,_0x1286a6={}){if(_0x54975c['isCollapsed'])return null;const _0xe13818=this['editor']['plugins']['get']('Users')['me'],_0x5bdf87=new _0x40584f(_0x54975c['start'],_0x54975c['end']);for(const {suggestion:_0x585db0,meta:_0x3c3a26}of this['_findSuggestions'](_0x5bdf87,'insertion'))if(_0x3c3a26['isOwn']&&!_0x3c3a26['isNextTo']){if(_0x585db0['isMultiRange']){const _0x23f10d=_0x585db0['getRanges']()['filter'](_0x20fa4f=>'$graveyard'!=_0x20fa4f['root']['rootName']);_0x23f10d['every'](_0x4b9466=>_0x5bdf87['containsRange'](_0x4b9466,!0x0))&&_0x585db0['discard']();if(_0x23f10d['some'](_0x63873=>_0x63873['containsRange'](_0x5bdf87,!0x0))){const _0x2ae217=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4d0912,'accept');return this['forceDefaultExecution'](()=>_0x2ae217([_0x5bdf87],null,_0x1286a6)),null;}}else{const _0x4e48a1=_0x5bdf87['getIntersection'](_0x585db0['getFirstRange']());null!==_0x4e48a1&&_0x585db0['_onDiscard']([_0x4e48a1],null,_0x1286a6);}}if(_0x5bdf87['detach'](),_0x5bdf87['isCollapsed']||'$graveyard'==_0x5bdf87['root']['rootName'])return null;let _0x52b0d2=null,_0x433dce=_0x5bdf87['start'],_0x1cd2d3=_0x5bdf87['end'];const _0xc0cc98=this['_findSuggestions'](_0x5bdf87,'deletion');for(const {suggestion:_0x4c182a,meta:_0x6cc3be}of _0xc0cc98){const _0x41e265=this['_model']['createRange'](_0x433dce,_0x1cd2d3);if(_0x6cc3be['isOwn']&&(this['_mergeNestedSuggestions']||!_0x6cc3be['containsRangeInObject']&&!_0x6cc3be['isInsideObject'])){if(_0x4c182a['isMultiRange']){if(!qt(_0x4c182a,_0x1286a6))continue;let _0x143b43=!0x0;for(const _0x522cf1 of _0x4c182a['getRanges']()){if(_0x522cf1['containsRange'](_0x41e265,!0x0))return _0x4c182a;_0x41e265['containsRange'](_0x522cf1)||(_0x143b43=!0x1);}_0x143b43&&_0x4c182a['discard']();}else{const _0x586d06=_0x4c182a['getFirstRange']();if(_0x586d06['containsRange'](_0x41e265,!0x0))return _0x4c182a;if(!qt(_0x4c182a,_0x1286a6)){_0x41e265['containsRange'](_0x586d06)?_0x4c182a['removeMarkers']():_0x586d06['containsPosition'](_0x433dce)?_0x433dce=_0x586d06['end']:_0x586d06['containsPosition'](_0x1cd2d3)&&(_0x1cd2d3=_0x586d06['start']);continue;}_0x433dce=_0x433dce['isBefore'](_0x586d06['start'])?_0x433dce:_0x586d06['start'],_0x1cd2d3=_0x1cd2d3['isAfter'](_0x586d06['end'])?_0x1cd2d3:_0x586d06['end'],_0x1286a6=Object['assign']({},_0x4c182a['attributes']),_0x52b0d2?_0x586d06['start']['isBefore'](_0x52b0d2['getFirstRange']()['start'])?(_0x52b0d2['removeMarkers'](),_0x52b0d2=_0x4c182a):_0x4c182a['removeMarkers']():_0x52b0d2=_0x4c182a;}}}if(_0x52b0d2)return this['_setSuggestionRange'](_0x52b0d2,this['_model']['createRange'](_0x433dce,_0x1cd2d3)),_0x52b0d2;{const _0x4b734a=_0x59c837(),_0x441906=this['_model']['createRange'](_0x433dce,_0x1cd2d3),_0x2e84f0=_0xe13818['id'],_0x378754=_0x4d0912?'deletion:'+_0x4d0912:'deletion',_0x24e920=this['_setSuggestionData']({'id':_0x4b734a,'type':_0x378754,'createdAt':new Date(),'authorId':_0x2e84f0,'attributes':_0x1286a6});return this['_addSuggestionMarker'](_0x378754,_0x4b734a,_0x2e84f0,_0x441906),_0x24e920;}}['markMultiRangeDeletion'](_0x418d8b,_0x4398c4='multi',_0x48a80d={}){const _0x985ca1=this['editor']['plugins']['get']('Users')['me'],_0x1a9e39=_0x418d8b['map'](_0x343041=>new _0x40584f(_0x343041['start'],_0x343041['end'])),_0x5ab686=new Set();for(const {suggestion:_0x1e77aa,meta:_0x424967}of this['_findSuggestions'](_0x1a9e39,'insertion'))_0x424967['isOwn']&&!_0x424967['isNextTo']&&_0x5ab686['add'](_0x1e77aa);for(const _0x4ed833 of _0x5ab686)if(_0x4ed833['isMultiRange']){const _0x38e23d=_0x4ed833['getRanges']();(!_0x4ed833['attributes']||!_0x4ed833['attributes']['skipNestingCheck'])&&(_0x38e23d['every'](_0x56080a=>_0x1a9e39['some'](_0x2e7a86=>_0x2e7a86['containsRange'](_0x56080a,!0x0)))&&_0x4ed833['discard']());if(_0x1a9e39['every'](_0x3e9e15=>_0x38e23d['some'](_0x57cd7a=>_0x57cd7a['containsRange'](_0x3e9e15,!0x0)))){const _0x2f8b69=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4398c4,'accept');return this['forceDefaultExecution'](()=>_0x2f8b69(_0x418d8b,null,_0x48a80d)),null;}}else{const _0x41251d=_0x4ed833['getFirstRange']();_0x1a9e39['some'](_0x4a0f74=>_0x4a0f74['containsRange'](_0x41251d,!0x0))&&_0x4ed833['discard']();if(_0x1a9e39['every'](_0x4e7c35=>_0x41251d['containsRange'](_0x4e7c35,!0x0))){const _0x55cbbb=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4398c4,'accept');return this['forceDefaultExecution'](()=>_0x55cbbb(_0x1a9e39,null,_0x48a80d)),null;}}const _0x1e37f9=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4398c4,'join');let _0x57c4d4=null;for(const _0xf14668 of this['getSuggestions']())if(_0xf14668['author']['id']==_0x985ca1['id']&&_0xf14668['isInContent']&&'deletion'==_0xf14668['type']&&_0xf14668['subType']==_0x4398c4&&qt(_0xf14668,_0x48a80d)&&(_0x1e37f9(_0xf14668['getRanges'](),_0x1a9e39)||_0x1e37f9(_0x1a9e39,_0xf14668['getRanges']()))){if(_0x57c4d4){if(_0xf14668['commentThread']&&_0xf14668['commentThread']['length'])continue;for(const _0x2f3218 of _0xf14668['getRanges']())_0x57c4d4['isIntersectingWithRange'](_0x2f3218)||_0x57c4d4['addRange'](_0x2f3218);_0xf14668['removeMarkers']();}else{_0x57c4d4=_0xf14668;for(const _0xbe845e of _0x1a9e39)_0xf14668['isIntersectingWithRange'](_0xbe845e)||_0xf14668['addRange'](_0xbe845e);}}if(_0x57c4d4)return _0x57c4d4;_0x5ab686['clear']();for(const {suggestion:_0x390ed9,meta:_0x998d63}of this['_findSuggestions'](_0x1a9e39,'deletion'))_0x998d63['isOwn']&&(this['_mergeNestedSuggestions']||!_0x998d63['containsRangeInObject']&&!_0x998d63['isInsideObject'])&&qt(_0x390ed9,_0x48a80d)&&_0x5ab686['add'](_0x390ed9);for(const _0xd54dd0 of _0x5ab686){const _0x5acaa7=_0xd54dd0['getRanges']();if(!_0x48a80d||!_0x48a80d['skipNestingCheck']){if(_0x1a9e39['every'](_0x4be96f=>_0x5acaa7['some'](_0x14e741=>_0x14e741['containsRange'](_0x4be96f,!0x0))))return _0xd54dd0;}(!_0xd54dd0['attributes']||!_0xd54dd0['attributes']['skipNestingCheck'])&&(_0x5acaa7['every'](_0x4acb6a=>_0x1a9e39['some'](_0x603e79=>_0x603e79['containsRange'](_0x4acb6a,!0x0)))&&_0xd54dd0['discard']());}const _0x3afe87=_0x59c837(),_0x142688=_0x985ca1['id'],_0x469203='deletion:'+_0x4398c4,_0x165343=this['_setSuggestionData']({'id':_0x3afe87,'type':_0x469203,'createdAt':new Date(),'authorId':_0x142688,'attributes':_0x48a80d});for(const _0x3498a3 of _0x1a9e39)_0x3498a3['detach'](),_0x3498a3['isCollapsed']||'$graveyard'==_0x3498a3['root']['rootName']||this['_addSuggestionMarker'](_0x469203,_0x3afe87,_0x142688,_0x3498a3,u['getMultiRangeId']());return _0x165343;}['markAttributeChange'](_0x4bbd9c,_0x49ec37,_0x31643c,_0x3fc663,_0x26c68e){if(_0x4bbd9c['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x2223f8=this['editor']['plugins']['get']('Users')['me']['id'],_0x35dcd7=Array['from'](this['_suggestions']['values']())['filter'](_0x411454=>'attribute'==_0x411454['type']&&_0x411454['data']['key']==_0x49ec37&&_0x411454['isIntersectingWithRange'](_0x4bbd9c));if('default'===this['_trackFormatChanges']){const _0x3b9aa6=this['_findSuggestions'](_0x4bbd9c,'insertion')['filter'](({meta:_0x449324})=>_0x449324['isOwn']&&!_0x449324['isInsideObject']&&!_0x449324['isNextTo'])['map'](({suggestion:_0x2dfa05})=>_0x2dfa05);_0x35dcd7['unshift'](..._0x3b9aa6);}const _0x2fd3f5=new Map([[_0x4bbd9c,_0x31643c]]);for(const _0x13104a of _0x35dcd7){const _0x517986='attribute'==_0x13104a['type']?_0x13104a['data']['oldValue']:void 0x0,_0x49101e=_0x13104a['getFirstRange'](),_0x16d3d2=Array['from'](_0x2fd3f5['keys']())['find'](_0x1fd035=>_0x1fd035['isIntersecting'](_0x49101e));if(!_0x16d3d2)continue;const _0x11e020=_0x16d3d2['getDifference'](_0x49101e);this['_isBlockAttribute'](_0x49ec37)&&'insertion'==_0x13104a['type']&&0x0!=_0x11e020['length']||(_0x2fd3f5['delete'](_0x16d3d2),_0x11e020['forEach'](_0x10e748=>{_0x2fd3f5['set'](_0x10e748,_0x31643c);}),'insertion'!=_0x13104a['type']&&_0x517986!=_0x3fc663&&_0x2fd3f5['set'](_0x16d3d2['getIntersection'](_0x49101e),_0x517986));}const _0x29b948=[];for(const [_0x526f86,_0x4688f2]of _0x2fd3f5){const _0x19249c=_0x59c837(),_0x4e4a4f={'key':_0x49ec37,'oldValue':_0x4688f2,'newValue':_0x3fc663};_0x49ec37['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':_0x49ec37});const _0x2248a9=('attribute:'+(_0x49ec37+'|'+Gt({'newValue':_0x3fc663})))['substring'](0x0,0x3c),_0x5c421f=this['_setSuggestionData']({'id':_0x19249c,'type':_0x2248a9,'data':_0x4e4a4f,'createdAt':new Date(),'authorId':_0x2223f8,'attributes':_0x26c68e});_0x29b948['push'](_0x5c421f),this['_addSuggestionMarker'](_0x2248a9,_0x19249c,_0x2223f8,_0x526f86);}return _0x29b948;}['enableDefaultAttributesIntegration'](_0x452c78){this['enableCommand'](_0x452c78,(_0x5cafab,..._0xac0a5d)=>{this['_recordAttributeChanges'](()=>{_0x5cafab(..._0xac0a5d);});});}['registerBlockAttribute'](_0x30acce){this['_blockAttributeKeys']['add'](_0x30acce);}['registerInlineAttribute'](_0x38a89a){this['_inlineAttributeKeys']['add'](_0x38a89a);}['_getAttributeKey'](_0x12ea06){return'attribute'==_0x12ea06['type']?_0x12ea06['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x1f0333,_0x106d9c){const _0x4678c6=_0x1f0333['getFirstMarker']();this['_model']['change'](_0x4ea5c6=>{_0x4ea5c6['updateMarker'](_0x4678c6,{'range':_0x106d9c});});}['_addThreadToSuggestion'](_0x1fb516){const _0xc6f8e4=_0x1fb516['id'],_0x371c08=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0xc6f8e4)||this['_commentsRepository']['addCommentThread']({'channelId':_0x371c08,'threadId':_0xc6f8e4,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x43534c=this['_commentsRepository']['getCommentThread'](_0xc6f8e4);_0x43534c['unbind']('isRemovable'),_0x43534c['isRemovable']=!0x1,_0x1fb516['commentThread']=_0x43534c;}['_checkSuggestionCorrectness'](_0x4bc941,_0x2721d0,_0x2a094e,_0x5f33e5){if(_0x4bc941['type']!=_0x2721d0||_0x4bc941['subType']!=_0x2a094e||_0x4bc941['creator']['id']!=_0x5f33e5)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x328131('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x2d4273,_0x45252e){const _0x1f0392=_0x2d4273['getFirstRange']();if(_0x45252e['isEqual'](_0x1f0392))_0x2d4273['removeMarkers']();else{if(_0x1f0392['containsRange'](_0x45252e)){const _0x4c2b1f=this['_model']['createPositionAt'](_0x45252e['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x2d4273,this['_model']['createRange'](_0x1f0392['start'],_0x4c2b1f));const _0x2ce981=_0x59c837(),_0xb60cba=_0x2d4273['creator']['id'],_0x47692b=_0x2d4273['type']+':'+_0x2d4273['subType'];this['_setSuggestionData']({'id':_0x2ce981,'type':_0x47692b,'createdAt':new Date(),'authorId':_0xb60cba,'data':_0x2d4273['data'],'attributes':_0x2d4273['attributes']});const _0x3ace63=this['_model']['createPositionAt'](_0x45252e['end']['parent'],'after'),_0x256add=this['_model']['createRange'](_0x3ace63,_0x1f0392['end']);this['_addSuggestionMarker'](_0x47692b,_0x2ce981,_0xb60cba,_0x256add);}else{if(_0x1f0392['containsPosition'](_0x45252e['start'])){const _0x217933=this['_model']['createPositionAt'](_0x45252e['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x2d4273,this['_model']['createRange'](_0x1f0392['start'],_0x217933));}else{const _0x193128=this['_model']['createPositionAt'](_0x45252e['end']['parent'],'after');this['_setSuggestionRange'](_0x2d4273,this['_model']['createRange'](_0x193128,_0x1f0392['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x12d92a){for(const {suggestion:_0x401a84,meta:_0x1dcada}of this['_findSuggestions'](_0x12d92a,'insertion')){if(!_0x1dcada['isOwn'])continue;const _0x572bd4=_0x401a84['getRanges']();for(const _0x3bb894 of _0x572bd4)if(!_0x12d92a['getDifference'](_0x3bb894)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x2e09b8){const _0x116179=this['editor']['plugins']['get']('Users')['getUser'](_0x2e09b8);if(!_0x116179)throw new _0x328131('track-changes-user-not-found',this);return _0x116179;}['_getExternalAuthor'](_0x170a02){const _0x2eae64=this['editor']['plugins']['get']('Users'),_0x2f99=_0x2a3d48('external:'+_0x170a02),_0xcdbcb6=_0x2eae64['getUser'](_0x2f99);return _0xcdbcb6||_0x2eae64['addUser']({'id':_0x2f99,'name':_0x170a02});}['_createSuggestion'](_0x438768,_0x1865a5,_0x575bcf,_0x5a5067,_0x2435a3){const _0x4114a7=this['_getAuthorFromId'](_0x5a5067),_0xb750a3=this['_suggestionFactory']['buildSuggestion'](_0x438768,_0x1865a5,_0x575bcf,_0x4114a7,_0x2435a3,_0xa2944=>{this['_updateSuggestionData'](_0x575bcf,{'attributes':_0xa2944});const _0x430e9e=this['getSuggestion'](_0x575bcf);this['_joinWithAdjacentSuggestions'](new Set([_0x430e9e])),this['_refreshSuggestionsChain'](new Set([_0x430e9e]));});return this['listenTo'](_0xb750a3,'accept',()=>{this['_updateSuggestionData'](_0x575bcf,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0xb750a3,'discard',()=>{this['_updateSuggestionData'](_0x575bcf,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x575bcf,_0xb750a3),this['_suggestionState']['set'](_0xb750a3,'notReady'),_0xb750a3;}['_splitMarkerName'](_0x8e5fdc){const _0xa84ecd=_0x8e5fdc['split'](':');return{'group':_0xa84ecd[0x0],'type':_0xa84ecd[0x1],'subType':_0xa84ecd['length']>=0x5?_0xa84ecd[0x2]:null,'id':_0xa84ecd['length']<0x5?_0xa84ecd[0x2]:_0xa84ecd[0x3],'authorId':_0xa84ecd['length']<0x5?_0xa84ecd[0x3]:_0xa84ecd[0x4],'markerCount':0x6==_0xa84ecd['length']?_0xa84ecd[0x5]:null};}['_breakSuggestionMarker'](_0x4d1ce4,_0x24270c,_0x543481){const _0x5dc5f7=_0x4d1ce4['getFirstRange'](),_0x596dfd=_0x5dc5f7['start'],_0xb34574=_0x5dc5f7['end'];this['_setSuggestionRange'](_0x4d1ce4,this['_model']['createRange'](_0x596dfd,_0x24270c));const _0x5d94c1=_0x59c837(),_0x341ee3=_0x4d1ce4['creator']['id'],_0x26465a=_0x4d1ce4['type']+(_0x4d1ce4['subType']?':'+_0x4d1ce4['subType']:'');this['_setSuggestionData']({'id':_0x5d94c1,'type':_0x26465a,'createdAt':new Date(),'authorId':_0x341ee3,'originalSuggestionId':_0x4d1ce4['id'],'attributes':_0x4d1ce4['attributes'],'data':_0x4d1ce4['data']});const _0x98735d=this['_getAttributeKey'](_0x4d1ce4);('formatBlock'==_0x4d1ce4['type']||_0x98735d&&this['_isBlockAttribute'](_0x98735d))&&(_0x543481=this['_model']['createPositionBefore'](_0x543481['parent'])),this['_addSuggestionMarker'](_0x26465a,_0x5d94c1,_0x341ee3,this['_model']['createRange'](_0x543481,_0xb34574));}['_findSuggestions'](_0x38346b,_0x106b78=null){const _0x12a0b6=[],_0x46fd08=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x38346b)||(_0x38346b=[_0x38346b]);for(const _0x2b4017 of this['getSuggestions']()){if(!_0x2b4017['isInContent'])continue;if(_0x106b78&&_0x2b4017['type']!=_0x106b78)continue;let _0x75b4cb=!0x1;for(const _0x46b3cc of _0x2b4017['getRanges']()){for(const _0x1df4e1 of _0x38346b){const _0x212e2a=_0x1df4e1['start']['isEqual'](_0x46b3cc['end'])||_0x1df4e1['end']['isEqual'](_0x46b3cc['start']);if(_0x212e2a||_0x1df4e1['getIntersection'](_0x46b3cc)){const _0x3cef1d=_0x1df4e1['containsRange'](_0x46b3cc)&&Ot(this['_model']['schema'],_0x46b3cc['start'],_0x1df4e1),_0xb38c30=_0x46b3cc['containsRange'](_0x1df4e1)&&Ot(this['_model']['schema'],_0x1df4e1['start'],_0x46b3cc);_0x12a0b6['push']({'suggestion':_0x2b4017,'meta':{'isOwn':_0x46fd08==_0x2b4017['author'],'isNextTo':_0x212e2a,'isInsideObject':_0x3cef1d,'containsRangeInObject':_0xb38c30}}),_0x75b4cb=!0x0;break;}}if(_0x75b4cb)break;}}return _0x12a0b6;}['_addSuggestionMarker'](_0x11320c,_0x30d9d7,_0x2df766,_0x582a7f,_0x502d8f){this['_model']['change'](_0xa99d4e=>{let _0x3b52ae='suggestion:'+_0x11320c+':'+_0x30d9d7+':'+_0x2df766;_0x502d8f&&(_0x3b52ae=_0x3b52ae+':'+_0x502d8f),_0xa99d4e['addMarker'](_0x3b52ae,{'range':_0x582a7f,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0xb2dfb5){const _0x4d703c=_0xb2dfb5['previous'],_0x95ff5a=_0xb2dfb5['next'];_0xb2dfb5['previous']=null,_0xb2dfb5['next']=null,null!=_0x4d703c&&_0x4d703c['next']==_0xb2dfb5&&(_0x4d703c['next']=_0x95ff5a),null!=_0x95ff5a&&_0x95ff5a['previous']==_0xb2dfb5&&(_0x95ff5a['previous']=_0x4d703c),'ready'==this['_suggestionState']['get'](_0xb2dfb5)&&(this['_suggestionState']['set'](_0xb2dfb5,'removed'),this['fire']('suggestionUnloaded',_0xb2dfb5,_0x4d703c,_0x95ff5a));}['_setSuggestionData'](_0x2519a1){const _0xcee5f1=_0x2519a1['id'],_0x40c4bc=this['addSuggestionData'](_0x2519a1);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0xef7b44=this['editor']['plugins']['get']('PendingActions'),_0x4936a8=_0x40c4bc['hasComments'],_0x5dfb9e=_0x40c4bc['subType']?_0x40c4bc['type']+':'+_0x40c4bc['subType']:_0x40c4bc['type'],_0x6f037c=this['editor']['locale'],_0x360e70=_0xef7b44['add'](o(_0x6f037c,'PENDING_ACTION_SUGGESTION')),_0x2898c2={'id':_0xcee5f1,'type':_0x5dfb9e,'hasComments':_0x4936a8,'data':_0x2519a1['data']||null,'originalSuggestionId':_0x2519a1['originalSuggestionId']||null,'attributes':_0x40c4bc['attributes']};this['_adapter']['addSuggestion'](_0x2898c2)['then'](_0x17d782=>{_0x40c4bc['_saved']=!0x0,_0xef7b44['remove'](_0x360e70),_0x17d782&&_0x17d782['createdAt']&&(this['_suggestions']['get'](_0xcee5f1)['createdAt']=_0x17d782['createdAt']);})['catch'](_0xb20133=>{throw _0x330638('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x40c4bc['discard']();}),_0x40c4bc['stopListening'](),this['_suggestions']['delete'](_0x40c4bc['id']),this['_suggestionState']['delete'](_0x40c4bc),_0xb20133;});}return _0x40c4bc;}['_isBlockAttribute'](_0x1b200f){return this['_blockAttributeKeys']['has'](_0x1b200f);}['_updateSuggestionData'](_0x5e3d06,_0x2c497a){const _0x52b8f3=this['editor']['plugins']['get']('PendingActions'),_0x4a2676=this['getSuggestion'](_0x5e3d06);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x4a2676['_saved']){const _0x357ae0=_0x52b8f3['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x5e3d06,_0x2c497a)['then'](()=>{_0x52b8f3['remove'](_0x357ae0);});}else _0x4a2676['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x5e3d06,_0x2c497a);});}}['_getSuggestionData'](_0x38e0db){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x328131('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x38e0db);}['_handleNewSuggestionMarker'](_0x44f4da){const {id:_0x166d19,type:_0x142dc5,subType:_0x54e904,authorId:_0xebd18f}=this['_splitMarkerName'](_0x44f4da),_0x2793db=this['_suggestions']['get'](_0x166d19)||this['_createSuggestion'](_0x142dc5,_0x54e904,_0x166d19,_0xebd18f,{});switch(this['_checkSuggestionCorrectness'](_0x2793db,_0x142dc5,_0x54e904,_0xebd18f),this['_suggestionState']['get'](_0x2793db)){case'notReady':this['_getSuggestionData'](_0x166d19)['then'](_0x4207c9=>{let _0x502409=Promise['resolve']();_0x4207c9['hasComments']&&(_0x502409=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x166d19})),_0x502409['then'](()=>{this['addSuggestionData'](_0x4207c9)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x2793db,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x166d19,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x2793db,'ready'),this['fire']('suggestionLoaded',_0x2793db);break;case'ready':this['fire']('suggestionChanged',_0x2793db);}return _0x2793db['addMarkerName'](_0x44f4da),_0x2793db;}['_refreshSuggestionsChain'](_0x1ce3a9){const _0x3396ce=Array['from'](_0x1ce3a9),_0x3d0493=_0x3396ce['filter'](_0x5147d7=>'attribute'==_0x5147d7['type']);this['_refreshAttributeSuggestionsChain'](_0x3d0493);const _0x34d342=_0x3396ce['filter'](_0x1fdd1a=>!_0x1fdd1a['isMultiRange']&&'attribute'!=_0x1fdd1a['type']),_0x15ea02=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1c7e53=>!_0x1c7e53['isMultiRange']&&'attribute'!=_0x1c7e53['type']),_0x51d10c=_0x15ea02['filter'](_0x1479f7=>!_0x1ce3a9['has'](_0x1479f7)),_0x59fa1d=new Map(_0x15ea02['map'](_0x47c019=>[_0x47c019,this['_suggestionFactory']['getSuggestionCallback'](_0x47c019['type'],_0x47c019['subType'],'chain')])),_0x17e222=new Map(_0x15ea02['map'](_0x28269=>[_0x28269,_0x28269['getFirstRange']()])),_0x16bbac=new Set(),_0x4cc598=new Set();for(let _0xe83f58=0x0;_0xe83f58<_0x34d342['length'];_0xe83f58++)_0x286b70(_0x34d342[_0xe83f58],_0x34d342,_0xe83f58+0x1);for(let _0x480074=0x0;_0x480074<_0x34d342['length'];_0x480074++)_0x286b70(_0x34d342[_0x480074],_0x51d10c,0x0);const _0x5d1980=new Set();for(let _0x4a0075=0x0;_0x4a0075<_0x34d342['length'];_0x4a0075++){const _0xfa59db=_0x34d342[_0x4a0075];!_0x4cc598['has'](_0xfa59db)&&_0xfa59db['previous']&&(_0x5d1980['add'](_0xfa59db['previous']),_0xfa59db['previous']['next']===_0xfa59db&&(_0xfa59db['previous']['next']=null),_0xfa59db['previous']=null),!_0x16bbac['has'](_0xfa59db)&&_0xfa59db['next']&&(_0x5d1980['add'](_0xfa59db['next']),_0xfa59db['next']['previous']===_0xfa59db&&(_0xfa59db['next']['previous']=null),_0xfa59db['next']=null);}function _0x286b70(_0x389e4a,_0x17165c,_0x26e0ac){for(let _0x3a6bef=_0x26e0ac;_0x3a6bef<_0x17165c['length'];_0x3a6bef++){const _0x20b2ec=_0x31cd73(_0x389e4a,_0x17165c[_0x3a6bef]);_0x20b2ec&&(_0x20b2ec[0x0]['next']=_0x20b2ec[0x1],_0x20b2ec[0x1]['previous']=_0x20b2ec[0x0],_0x16bbac['add'](_0x20b2ec[0x0]),_0x4cc598['add'](_0x20b2ec[0x1]));}}function _0x31cd73(_0x36f51b,_0x278f17){if(_0x36f51b['author']['id']!==_0x278f17['author']['id'])return null;const _0x5ce963=_0x59fa1d['get'](_0x36f51b)(_0x36f51b,_0x278f17,_0x17e222['get'](_0x36f51b),_0x17e222['get'](_0x278f17));if(!_0x5ce963)return null;return _0x59fa1d['get'](_0x278f17)(_0x36f51b,_0x278f17,_0x17e222['get'](_0x36f51b),_0x17e222['get'](_0x278f17))?_0x5ce963[0x1]['commentThread']&&_0x5ce963[0x1]['commentThread']['length']?null:_0x5ce963:null;}_0x5d1980['size']&&this['_refreshSuggestionsChain'](_0x5d1980);}['_refreshAttributeSuggestionsChain'](_0x508e23){if(0x0==_0x508e23['length'])return;const _0x593562=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4d82e5=>'attribute'==_0x4d82e5['type']&&_0x4d82e5['_isDataLoaded']),_0x4e55c4=[],_0x1773cf=new Map();for(const _0x13326e of _0x593562){const _0x15ec4f=_0x2a3d48(_0x13326e['attributes']);_0x1773cf['has'](_0x15ec4f)||(_0x1773cf['set'](_0x15ec4f,_0x4e55c4['length']),_0x4e55c4['push']([]));const _0x3b80e8=_0x1773cf['get'](_0x15ec4f);_0x4e55c4[_0x3b80e8]['push'](_0x13326e);}!(function(){_0x4e55c4['sort']((_0xe46381,_0x4baa8f)=>{const _0x147e04=_0xe46381[0x0]['createdAt'],_0x47f772=_0x4baa8f[0x0]['createdAt'];return _0x147e04==_0x47f772?_0xe46381[0x0]['attributes']['groupId']<_0x4baa8f[0x0]['attributes']['groupId']?-0x1:0x1:_0x147e04<_0x47f772?-0x1:0x1;});for(const _0x355f8c of _0x4e55c4)_0x355f8c['sort']((_0xf26053,_0xc07fc1)=>_0xf26053['id']<_0xc07fc1['id']?-0x1:0x1);}());for(let _0xd090f=0x0;_0xd090f<_0x4e55c4['length'];_0xd090f++){if(0x0==_0x4e55c4[_0xd090f]['length'])continue;const _0x26778e=[];for(let _0x3f5fd3=_0xd090f+0x1;_0x3f5fd3<_0x4e55c4['length'];_0x3f5fd3++)0x0!=_0x4e55c4[_0x3f5fd3]['length']&&_0x3592fb(_0x4e55c4[_0xd090f],_0x4e55c4[_0x3f5fd3])&&_0x26778e['push'](_0x3f5fd3);for(const _0x150e05 of _0x26778e)_0x4e55c4[_0xd090f]=_0x4e55c4[_0xd090f]['concat'](_0x4e55c4[_0x150e05]),_0x4e55c4[_0x150e05]=[];}for(const _0x7190c8 of _0x4e55c4)for(let _0x2f3c43=0x0;_0x2f3c43<_0x7190c8['length'];_0x2f3c43++){const _0x5e3c7=_0x7190c8[_0x2f3c43+0x1]||null;_0x7190c8[_0x2f3c43]['next']!==_0x5e3c7&&(_0x7190c8[_0x2f3c43]['next']=_0x5e3c7);}for(const _0xa7af79 of _0x4e55c4)for(let _0x2e0b10=0x0;_0x2e0b10<_0xa7af79['length'];_0x2e0b10++){const _0x2b967e=_0xa7af79[_0x2e0b10-0x1]||null;_0xa7af79[_0x2e0b10]['previous']!==_0x2b967e&&(_0xa7af79[_0x2e0b10]['previous']=_0x2b967e);}function _0x3592fb(_0x5ec2e5,_0x446bd6){if(_0x5ec2e5[0x0]['attributes']['groupId']!==_0x446bd6[0x0]['attributes']['groupId']&&_0x5ec2e5[0x0]['author']!==_0x446bd6[0x0]['author'])return!0x1;if(!function(_0x38add4,_0x59b89d){if(!_0x38add4['hasComments']&&!_0x59b89d['hasComments'])return!0x0;if(_0x38add4['hasComments']&&_0x59b89d['hasComments'])return!0x1;if(_0x38add4['hasComments']&&_0x59b89d['createdAt']<_0x38add4['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x59b89d['hasComments']&&_0x38add4['createdAt']<_0x59b89d['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x5ec2e5[0x0],_0x446bd6[0x0]))return!0x1;const _0x5e8bb2=Tt(_0x5ec2e5[0x0]['attributes'],'groupId'),_0x46cad8=Tt(_0x446bd6[0x0]['attributes'],'groupId');if(!_0x503e72(_0x5e8bb2,_0x46cad8))return!0x1;return!!_0x5ec2e5['every'](_0x4d61a7=>_0x446bd6['some'](_0x29eccc=>_0x4d61a7['getFirstRange']()['isEqual'](_0x29eccc['getFirstRange']())))&&_0x446bd6['every'](_0xe338d=>_0x5ec2e5['some'](_0x4ba08b=>_0xe338d['getFirstRange']()['isEqual'](_0x4ba08b['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x121d1e){const _0xd943fc=Array['from'](_0x121d1e),_0x5223c9=this['getSuggestions']({'skipNotAttached':!0x0}),_0x1a9bd8=_0x5223c9['filter'](_0x2251d1=>!_0x121d1e['has'](_0x2251d1)),_0x3c5566=new Map(_0xd943fc['map'](_0x1f55be=>[_0x1f55be,this['_suggestionFactory']['getSuggestionCallback'](_0x1f55be['type'],_0x1f55be['subType'],'join')])),_0x2c61ed=new Map(_0x5223c9['map'](_0x79fb90=>[_0x79fb90,_0x79fb90['getRanges']()]));for(let _0x498417=0x0;_0x498417<_0xd943fc['length'];_0x498417++){if(_0x119913(this,_0xd943fc[_0x498417],_0xd943fc,_0x498417+0x1))return!0x0;}for(let _0x1f4a14=0x0;_0x1f4a14<_0xd943fc['length'];_0x1f4a14++){if(_0x119913(this,_0xd943fc[_0x1f4a14],_0x1a9bd8,0x0))return!0x0;}return!0x1;function _0x119913(_0x27bd55,_0x48f883,_0x40a316,_0x278f38){for(let _0x23c50e=_0x278f38;_0x23c50e<_0x40a316['length'];_0x23c50e++){const _0x3e93cb=_0x40a316[_0x23c50e];if(_0x3e93cb['type']!==_0x48f883['type']||_0x3e93cb['author']['id']!==_0x48f883['author']['id']||_0x3e93cb['subType']!==_0x48f883['subType'])continue;if(!Jt(_0x48f883,_0x3e93cb))continue;if('attribute'==_0x48f883['type']&&_0x48f883['data']['oldValue']!=_0x3e93cb['data']['oldValue'])continue;if('attribute'==_0x48f883['type']&&_0x27bd55['_isBlockAttribute'](_0x48f883['data']['key']))continue;if('formatBlock'==_0x48f883['type']){const _0x696b24=_0x27bd55['editor']['model'],_0x5d420a=_0x48f883['getContainedElement']();if(_0x5d420a&&(_0x696b24['schema']['isObject'](_0x5d420a)||_0x696b24['schema']['isLimit'](_0x5d420a)))continue;}const _0x2d8311=_0x3c5566['get'](_0x48f883),_0x2a68ec=_0x2c61ed['get'](_0x48f883),_0x20b05b=_0x2c61ed['get'](_0x3e93cb),_0x1a16f7=_0x48f883['commentThread']&&_0x48f883['commentThread']['length'],_0x3f86d5=_0x3e93cb['commentThread']&&_0x3e93cb['commentThread']['length'];if(!_0x1a16f7&&_0x2d8311(_0x20b05b,_0x2a68ec))return _0x27bd55['_joinSuggestions'](_0x3e93cb,_0x48f883),_0x2c61ed['delete'](_0x48f883),!0x0;if(!_0x3f86d5&&_0x2d8311(_0x2a68ec,_0x20b05b))return _0x27bd55['_joinSuggestions'](_0x48f883,_0x3e93cb),_0x2c61ed['delete'](_0x3e93cb),!0x0;}return!0x1;}}['_joinSuggestions'](_0x483c8d,_0x9beaeb){if(_0x483c8d['isMultiRange']){for(const _0x2dcb58 of _0x9beaeb['getRanges']())_0x483c8d['addRange'](_0x2dcb58);}else{const _0x166347=_0x9beaeb['getFirstRange']()['end'];this['_setSuggestionRange'](_0x483c8d,this['_model']['createRange'](_0x483c8d['getFirstRange']()['start'],_0x166347));}_0x9beaeb['removeMarkers']();}['_getMarkerAnnouncementText'](_0x2c538e,_0x56acfd,_0x35258d){const _0x2f2e05=_0x2c538e['startsWith']('format')||_0x2c538e['startsWith']('attribute')?'FORMATTING':_0x2c538e['toUpperCase']();return o(this['editor']['locale'],_0x56acfd+'_'+_0x2f2e05+'_SUGGESTION_ANNOUNCEMENT',_0x35258d);}['_initAriaMarkerChangeAnnouncements'](){const _0x52d633=this['editor'];if(!_0x52d633['ui'])return;const {ariaLiveAnnouncer:_0xb457f5}=_0x52d633['ui'];_0x205bdd(this['_model'],({left:_0x558703,entered:_0x170aa3})=>{for(const _0x42b6fe of _0x558703){const {group:_0x15310f,type:_0x5dc2c5}=this['_splitMarkerName'](_0x42b6fe['name']);if('suggestion'===_0x15310f){_0xb457f5['announce'](this['_getMarkerAnnouncementText'](_0x5dc2c5,'LEAVE'));break;}}for(const _0x23373d of _0x170aa3){const {group:_0x424637,type:_0x591db1}=this['_splitMarkerName'](_0x23373d['name']);if('suggestion'===_0x424637){_0xb457f5['announce'](this['_getMarkerAnnouncementText'](_0x591db1,'ENTER',_0x212988(_0x148af5)));break;}}});}['_processAttributeChanges'](_0x308be9){if(this['_recordAttributeSuggestions'])return!0x1;const _0x32b35f=this['editor'],_0x2616e7=_0x32b35f['model']['document']['differ']['getChanges']();if(0x0==_0x2616e7['length'])return!0x1;const _0x131e80=[],_0x1d40de=_0x2616e7['filter'](_0x2563b9=>'attribute'==_0x2563b9['type']),_0x29e979=_0x2616e7['filter'](_0x3432ee=>'insert'==_0x3432ee['type']&&'$text'!=_0x3432ee['name']),_0x2a4ec0=_0x2616e7['filter'](_0x4eeb8d=>'remove'==_0x4eeb8d['type']&&'$text'!=_0x4eeb8d['name']);for(const _0x4b2a64 of _0x1d40de)_0x131e80['push']({'key':_0x4b2a64['attributeKey'],'newValue':_0x4b2a64['attributeNewValue'],'oldValue':_0x4b2a64['attributeOldValue'],'range':Pt(_0x4b2a64['range'],_0x32b35f['model'])});for(const _0x5d5924 of _0x29e979){const _0x7a83f8=_0x2a4ec0['find'](_0x5a5e18=>_0x5a5e18['position']['isEqual'](_0x5d5924['position']));_0x7a83f8&&_0x131e80['push']({'key':m,'newValue':_0x5d5924['name'],'oldValue':_0x7a83f8['name'],'range':_0x32b35f['model']['createRangeOn'](_0x5d5924['position']['nodeAfter'])});}return 0x0!=_0x131e80['length']&&this['_reduceExistingSuggestions'](_0x308be9,_0x131e80);}['_processAttributeSuggestions'](_0x3a6620){let _0x256518=!0x1;const _0x112676=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x2881f0=>_0x2881f0['data']['newRange']&&_0x2881f0['name']['startsWith']('suggestion:attribute:'));for(const _0x173212 of _0x112676){const {subType:_0x2160b4,id:_0x341902}=this['_splitMarkerName'](_0x173212['name']),_0x1ffbdb=_0x2160b4['split']('|')[0x0];for(const _0x373619 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x373619['id']!=_0x341902&&'attribute'==_0x373619['type']&&_0x373619['data']&&_0x373619['data']['key']==_0x1ffbdb&&_0x373619['getFirstRange']()['isIntersecting'](_0x173212['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x373619,_0x173212['data']['newRange'],_0x3a6620),_0x256518=!0x0);}return _0x256518;}['_recordAttributeChanges'](_0x6811b9){this['_recordAttributeSuggestions']=!0x0,_0x6811b9();}['_isRegisteredAttribute'](_0x28e18c){const _0x54ab88=this['_isBlockAttribute'](_0x28e18c),_0x36ab76=this['_inlineAttributeKeys']['has'](_0x28e18c);return _0x54ab88||_0x36ab76;}['_reduceExistingSuggestions'](_0x16974b,_0x44dcee){if(0x0==_0x44dcee['length'])return!0x1;let _0x4decb4=!0x1;for(const _0x2bc53b of _0x44dcee){const _0x193840=this['_findSuggestions'](_0x2bc53b['range'],'attribute')['filter'](_0x2a8433=>!_0x2a8433['meta']['isNextTo'])['map'](_0x3cf7f5=>_0x3cf7f5['suggestion']),_0xdbaff=_0x2a3d48({'newValue':_0x2bc53b['newValue']});_0x193840['filter'](_0xab2ddf=>{const [_0x3ad659,_0x59fd06]=_0xab2ddf['subType']['split']('|');return _0x3ad659==_0x2bc53b['key']&&_0x59fd06!=_0xdbaff;})['forEach'](_0x4f8ef4=>{this['_reduceSuggestionAttributeRange'](_0x4f8ef4,_0x2bc53b['range'],_0x16974b),_0x4decb4=!0x0;});}return _0x4decb4;}['_reduceSuggestionAttributeRange'](_0x57799b,_0x412ce4,_0x53ae6b){const _0x49284e=_0x57799b['getFirstRange']()['getDifference'](_0x412ce4);0x0!==_0x49284e['length']?0x1!==_0x49284e['length']?this['_breakSuggestionMarker'](_0x57799b,_0x412ce4['start'],_0x412ce4['end']):this['_setSuggestionRange'](_0x57799b,_0x49284e[0x0]):_0x53ae6b['removeMarker'](_0x57799b['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0xf8450){this['_editor']=_0xf8450,this['_model']=_0xf8450['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x3972c1,_0xda02f9,_0x1aed67,_0x12c2ea,_0x366b81,_0xc51e7){return new u(this['_model'],{'type':_0x3972c1,'subType':_0xda02f9,'id':_0x1aed67,'author':_0x12c2ea,'creator':_0x12c2ea,'attributes':_0x366b81,'onAttributesChange':_0xc51e7,'onAccept':(..._0x558598)=>this['getSuggestionCallback'](_0x3972c1,_0xda02f9,'accept')(..._0x558598),'onDiscard':(..._0x3bb621)=>this['getSuggestionCallback'](_0x3972c1,_0xda02f9,'discard')(..._0x3bb621)});}['registerCustomCallback'](_0x3f6b98,_0x1913a5,_0x20509b,_0xf35e49){const _0x5f24db=_0x3f6b98+':'+_0x1913a5+':'+_0x20509b;this['_customCallbacks']['set'](_0x5f24db,_0xf35e49);}['getSuggestionCallback'](_0x5e3c75,_0x60329b,_0x10d5e7){const _0x360c65=_0x5e3c75+':'+_0x60329b+':'+_0x10d5e7;return this['_customCallbacks']['get'](_0x360c65)||this['_defaultCallbacks']['get'](_0x5e3c75+':'+_0x10d5e7);}['_registerDefaultCallbacks'](){const _0x278ff2=()=>!0x1,_0x2f969a=_0x523244=>{_0x523244['sort']((_0x1ce459,_0x46dcad)=>_0x1ce459['start']['isBefore'](_0x46dcad['start'])?0x1:-0x1),this['_model']['change'](_0x4b0caa=>{for(const _0x218700 of _0x523244){let _0x4e40e1;_0x4e40e1=_0x218700['end']['isAtEnd']&&_0x218700['end']['parent']==_0x218700['start']['nodeAfter']?_0x4b0caa['createSelection'](_0x218700['start']['nodeAfter'],'on'):_0x4b0caa['createSelection'](_0x218700),this['_model']['deleteContent'](_0x4e40e1,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x4a3cab=(_0x1688bd,_0x286360)=>{_0x286360&&this['_model']['change'](_0x35832c=>{const {commandName:_0x4ba51d,commandParams:_0x46f501=[]}=_0x286360,_0x8560d=_0x1688bd['map'](_0x5e280b=>(Vt(_0x5e280b)&&(_0x5e280b=this['_model']['createRange'](_0x5e280b['end'])),_0x5e280b))['filter'](_0x768cd4=>'$graveyard'!==_0x768cd4['root']['rootName']);if(_0x8560d['length']<0x1)return;const _0x29aacd=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x1884a2=>_0x40584f['fromRange'](_0x1884a2));_0x35832c['setSelection'](_0x8560d);for(const _0x1b2ec6 of this['_editor']['commands']['commands']())_0x1b2ec6['refresh']();_0x46f501['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x4ba51d,..._0x46f501);const _0x394fc9=_0x29aacd['filter'](_0x114e74=>'$graveyard'!=_0x114e74['root']['rootName']);_0x394fc9['length']>0x0&&_0x35832c['setSelection'](_0x394fc9);for(const _0x154c89 of _0x29aacd)_0x154c89['detach']();});},_0x40b8a2=(_0xe4abd9,_0x290dcd)=>0x1==_0xe4abd9['length']&&0x1==_0x290dcd['length']&&_0xe4abd9[0x0]['end']['isEqual'](_0x290dcd[0x0]['start']),_0x35034e=(_0x5bef65,_0x12057d,_0xb6af71,_0x3df59c)=>Ht(_0x5bef65,_0x12057d,_0xb6af71,_0x3df59c,this['_model'])?[_0x5bef65,_0x12057d]:Ht(_0x12057d,_0x5bef65,_0x3df59c,_0xb6af71,this['_model'])?[_0x12057d,_0x5bef65]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x278ff2),this['_defaultCallbacks']['set']('insertion:discard',_0x2f969a),this['_defaultCallbacks']['set']('insertion:join',_0x40b8a2),this['_defaultCallbacks']['set']('insertion:chain',_0x35034e),this['_defaultCallbacks']['set']('deletion:accept',_0x2f969a),this['_defaultCallbacks']['set']('deletion:discard',_0x278ff2),this['_defaultCallbacks']['set']('deletion:join',_0x40b8a2),this['_defaultCallbacks']['set']('deletion:chain',_0x35034e),this['_defaultCallbacks']['set']('formatInline:accept',_0x4a3cab),this['_defaultCallbacks']['set']('formatInline:discard',_0x278ff2),this['_defaultCallbacks']['set']('formatInline:join',_0x40b8a2),this['_defaultCallbacks']['set']('formatInline:chain',_0x278ff2),this['_defaultCallbacks']['set']('formatBlock:accept',_0x4a3cab),this['_defaultCallbacks']['set']('formatBlock:discard',_0x278ff2),this['_defaultCallbacks']['set']('formatBlock:join',_0x40b8a2),this['_defaultCallbacks']['set']('formatBlock:chain',_0x278ff2),this['_defaultCallbacks']['set']('attribute:accept',_0x278ff2),this['_defaultCallbacks']['set']('attribute:discard',(_0x52bbe0,_0x369dfd)=>{if(!_0x369dfd)return;const _0x25c748=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x569918=>{if(_0x369dfd['key']==m)for(const _0x29743d of _0x52bbe0){const _0x27686c=_0x29743d['start']['nodeAfter'],_0x2c043f=_0x369dfd['oldValue'];_0x569918['rename'](_0x27686c,_0x2c043f);}else{if(_0x25c748['_isBlockAttribute'](_0x369dfd['key'])){for(const _0x27b73a of _0x52bbe0)void 0x0!==_0x369dfd['oldValue']?_0x569918['setAttribute'](_0x369dfd['key'],_0x369dfd['oldValue'],_0x27b73a['start']['nodeAfter']):_0x569918['removeAttribute'](_0x369dfd['key'],_0x27b73a['start']['nodeAfter']);}else{for(const _0x5f2eba of _0x52bbe0)_0x369dfd['oldValue']?_0x569918['setAttribute'](_0x369dfd['key'],_0x369dfd['oldValue'],_0x5f2eba):_0x569918['removeAttribute'](_0x369dfd['key'],_0x5f2eba);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x40b8a2);}}function Ot(_0x52495e,_0x3d7dd5,_0x1e1877){for(const _0x4c6d33 of _0x3d7dd5['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x4c6d33['root']==_0x4c6d33)return!0x1;if(!_0x1e1877['containsItem'](_0x4c6d33))return!0x1;if(_0x52495e['isObject'](_0x4c6d33)||_0x52495e['isLimit'](_0x4c6d33))return!0x0;}return!0x1;}function Vt(_0x3c749e){return _0x3c749e['end']['parent']==_0x3c749e['start']['nodeAfter']&&_0x3c749e['end']['isAtStart'];}function Ut(_0x1df76e,_0x43ab3a,_0x3345b1,_0x172e31){const _0x4dc25c=_0x5c4f07=>!_0x5c4f07['item']['is']('$textProxy')&&!_0x172e31['isObject'](_0x5c4f07['item']),_0x195672=_0x1df76e['start']['getLastMatchingPosition'](_0x4dc25c),_0x50fa81=_0x1df76e['end']['getLastMatchingPosition'](_0x4dc25c,{'direction':'backward'});return(!_0x1df76e['start']['isEqual'](_0x195672)||!_0x1df76e['end']['isEqual'](_0x50fa81))&&(_0x195672['isBefore'](_0x50fa81)?_0x3345b1['updateMarker'](_0x43ab3a,{'range':_0x3345b1['createRange'](_0x195672,_0x50fa81)}):_0x3345b1['removeMarker'](_0x43ab3a),!0x0);}function Gt(_0x25aa19){return _0x2a3d48(_0x25aa19);}function Ft(_0x5748e1){const _0x3b053a=_0x5748e1['start']['nodeAfter'];return _0x3b053a&&_0x3b053a['is']('element');}function Pt(_0x41b050,_0x452e94){return null==_0x41b050['end']['nodeBefore']&&_0x41b050['end']['parent']==_0x41b050['start']['nodeAfter']?Lt(_0x41b050['start']['nodeAfter'],_0x452e94):_0x41b050;}function Lt(_0x1db231,_0x118547){const _0xedbd97=_0x118547['schema']['isObject'](_0x1db231)||_0x118547['schema']['isSelectable'](_0x1db231);return _0x118547['createRange'](_0x118547['createPositionAt'](_0x1db231,'before'),_0xedbd97?_0x118547['createPositionAfter'](_0x1db231):_0x118547['createPositionAt'](_0x1db231,'end'));}function Ht(_0xc5a4fd,_0x286990,_0x17ab98,_0x178b43,_0x372b72){if(_0xc5a4fd['next'])return!0x1;if(!Jt(_0xc5a4fd,_0x286990))return!0x1;if(_0x17ab98['end']['isEqual'](_0x178b43['start']))return!0x0;if(_0xc5a4fd['type']!=_0x286990['type'])return!0x1;if(!_0x17ab98['end']['isTouching'](_0x178b43['start']))return!0x1;const _0x40c3be=_0x372b72['createRange'](_0x17ab98['end'],_0x178b43['start'])['getWalker']();for(const _0x497d7f of _0x40c3be)if(['elementStart','elementEnd']['includes'](_0x497d7f['type'])&&_0x372b72['schema']['isLimit'](_0x497d7f['item']))return!0x1;return!0x0;}function Jt(_0xa6c70a,_0x3b2389){if(!_0xa6c70a['_isDataLoaded']||!_0x3b2389['_isDataLoaded'])return!0x1;const _0x214a5c=new Set(Object['keys'](_0xa6c70a['attributes'])),_0x2f56ca=new Set(Object['keys'](_0x3b2389['attributes']));if(_0x214a5c['delete']('groupId'),_0x2f56ca['delete']('groupId'),0x0==_0x214a5c['size']&&0x0==_0x2f56ca['size'])return!0x0;if(_0x214a5c['size']!=_0x2f56ca['size'])return!0x1;const _0x3a07bf={..._0xa6c70a['attributes']},_0x25a0ad={..._0x3b2389['attributes']};return delete _0x3a07bf['groupId'],delete _0x25a0ad['groupId'],JSON['stringify'](_0x3a07bf)==JSON['stringify'](_0x25a0ad);}function qt(_0x49a58c,_0x1575c3){const _0x26ea8a=zt(_0x49a58c['attributes']),_0x5e3359=zt(_0x1575c3);if(!_0x49a58c['_isDataLoaded'])return!0x1;for(const _0xcf8d08 of Object['keys'](_0x5e3359))if(!_0x503e72(_0x26ea8a[_0xcf8d08],_0x5e3359[_0xcf8d08]))return!0x1;return!0x0;}function zt(_0x5320df){const _0xb886c0=Object['assign']({},_0x5320df);return delete _0xb886c0['skipNestingCheck'],delete _0xb886c0['tablePasteChainId'],_0xb886c0;}class ae extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x1147b1(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x3a753d,_0x4c7216,_0x1864fe,_0x5868dd){super(),this['model']=_0x4c7216,this['view']=_0x1864fe,this['commentThreadController']=_0x5868dd,this['_editor']=_0x3a753d,this['_acceptCommand']=_0x3a753d['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x3a753d['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x57c5d9,_0x1d109d)=>_0x57c5d9||_0x1d109d),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x2039d4=>_0x2039d4&&this['_editor']['model']['canEditAt'](_0x4c7216['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x2c7980=>_0x2c7980&&this['_editor']['model']['canEditAt'](_0x4c7216['getRanges']())),this['_pendingAction']=null,_0x1864fe['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x1864fe,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x1864fe,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x1864fe,'change:isDirty',()=>{_0x1864fe['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 _0xb7267e=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0xb7267e);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x10a9d1{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x3f76ff,_0x47d366,_0x56d606,_0x4ba81d){super(_0x3f76ff),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x4cc66d(_0x3f76ff,o(_0x3f76ff,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x47d366['authoredAt']),this['bind']('authoredAt')['to'](_0x47d366),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',_0x47d366,'authoredAt',this,'descriptionParts',(_0x1fff0b,_0x2f098d,_0x5677b1)=>{const _0x5968f4=_0x5677b1['map'](_0x24f093=>ls(_0x24f093['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x1fff0b-0x1,_0x47d366['author']['name'],_0x2f098d?_0x4ba81d['formatDateTime'](_0x2f098d):'',new DOMParser()['parseFromString'](_0x5968f4,'text/html')['body']['textContent']]);}),this['focusables']=new _0x5a0728(),this['focusTracker']=new _0x328653(),this['keystrokes']=new _0x5d34be(),this['focusCycler']=new _0x4eabd2({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x1246c9=>_0x1246c9['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x47d366,this['_localUser']=_0x56d606,this['_config']=_0x4ba81d,_0x4ba81d['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x28bfc2(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x30f9e7}=this['_config'];this['commentsListView']=new _0x30f9e7(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',_0x5026e5=>_0x5026e5+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x711d62,_0x515cdc)=>_0x711d62||!!_0x515cdc);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x23ffe7}=this['_config'],_0x50bfcc=new _0x23ffe7(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x3b536e=_0x50bfcc['commentInputView'];return _0x50bfcc['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x3b536e,'value',(_0x55687e,_0x48a87b,_0x3d79e7)=>!!_0x3d79e7||_0x55687e&&!_0x48a87b),_0x3b536e['on']('submit',(_0x7cc0c7,_0x3c9e77)=>{this['fire']('addComment',_0x3c9e77),_0x3b536e['editor']['setData']('');}),_0x3b536e['on']('cancel',()=>this['focus']()),_0x3b536e['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x50bfcc;}}class re extends us{['suggestionView'];['_descriptionElement'];constructor(_0x41b84c,_0x1b34f5,_0x6e4b5c,_0x34fa4b){super(_0x41b84c,_0x1b34f5,_0x6e4b5c,_0x34fa4b),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x3e09cf=>_0x3e09cf&&_0x3e09cf[0x0]?_0x3e09cf[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x1ba6b0,_0x109e41)=>{let _0xdb1afa='';for(const _0x684a9f of _0x1ba6b0)_0xdb1afa+='<p>'+ls(_0x684a9f['content'],_0x684a9f['color'])+'</p>';return _0x109e41?_0xdb1afa:_0x521f52(_0xdb1afa,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x34fa4b['SuggestionView'](_0x41b84c,_0x1b34f5,{'formatDateTime':_0x34fa4b['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 _0x4d2ec6=this['bindTemplate'],_0x2c62c5=[this['suggestionView']];return this['commentsListView']&&_0x2c62c5['push'](this['commentsListView']),this['commentThreadInputView']&&_0x2c62c5['push'](this['commentThreadInputView']),_0x2c62c5['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x4d2ec6['if']('isActive','ck-suggestion-wrapper--active'),_0x4d2ec6['to']('type',_0x1be0ab=>'ck-suggestion-'+_0x1be0ab),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':_0x4d2ec6['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x2c62c5};}['render'](){super['render'](),this['commentsListView']&&(this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this)),this['commentThreadInputView']&&(this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this));}}class ce extends _0x10a9d1{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x559881,_0x11e24a,_0x135b9f){super(_0x559881),this['_model']=_0x11e24a,this['_config']=_0x135b9f,this['set']('description',''),this['bind']('authoredAt')['to'](_0x11e24a),this['acceptButton']=this['_createButton'](o(_0x559881,'Accept\x20suggestion'),_0x516dbf['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x559881,'Discard\x20suggestion'),_0x516dbf['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x56b331(_0x559881,_0x11e24a['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x5a0728([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x328653(),this['keystrokes']=new _0x5d34be(),this['focusCycler']=new _0x4eabd2({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x2e1027=>_0x2e1027['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x1bbe22=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x1bbe22['innerHTML']=this['description'],this['on']('change:description',(_0x4b2a38,_0x47168a,_0x8bd8f)=>{_0x1bbe22['innerHTML']=_0x8bd8f;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x2c4ece=this['bindTemplate'],_0x173070=[{'tag':'div','attributes':{'class':['ck-suggestion__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-suggestion__info-name','ck-annotation__info-name']}},{'tag':'time','attributes':{'datetime':_0x2c4ece['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x2c4ece['to']('authoredAt',_0x23cf8d=>this['_config']['formatDateTime'](_0x23cf8d))}]}]},{'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']&&_0x173070['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':_0x173070}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):o(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x4dad45,_0xf8ae4d,_0x2bb357,_0x23f74b,_0x18a21e){const _0x2bac92=new _0x5e9479(this['locale']);return _0x2bac92['set']({'label':_0x4dad45,'icon':_0xf8ae4d,'tooltip':!0x0,'tooltipPosition':_0x18a21e}),_0x2bac92['extendTemplate']({'attributes':{'class':_0x2bb357}}),_0x2bac92['on']('execute',()=>{this['fire'](_0x23f74b,this['_model']['id']);}),_0x2bac92;}['_setupKeyboardNavigation'](){const _0x274bda=this['element'];this['keystrokes']['listenTo'](_0x274bda);for(const _0x1f81b6 of this['focusables'])this['focusTracker']['add'](_0x1f81b6['element']),this['keystrokes']['listenTo'](_0x1f81b6['element']);this['keystrokes']['set']('enter',(_0x4e34bc,_0x2fd908)=>{_0x274bda===_0x4e34bc['target']&&(this['focusCycler']['focusFirst'](),_0x2fd908());}),this['keystrokes']['set']('esc',(_0x420670,_0x56a6fb)=>{_0x274bda!==_0x420670['target']&&(this['focus'](),_0x56a6fb());});}}var he='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M6.182\x205.514a.643.643\x200\x200\x200-.636.64v-.001a.636.636\x200\x200\x200\x20.636.639h5.682a.641.641\x200\x200\x200\x20.636-.638.637.637\x200\x200\x200-.636-.64H6.182Z\x22/><path\x20d=\x22M6.182\x208.5a.642.642\x200\x200\x200-.588.882.636.636\x200\x200\x200\x20.588.395h5.682a.641.641\x200\x200\x200\x20.636-.639.635.635\x200\x200\x200-.636-.638H6.182Z\x22/><path\x20d=\x22M6.18\x2011.5a.64.64\x200\x200\x200\x200\x201.278h3.133a.64.64\x200\x200\x200\x200-1.278H6.18Z\x22/><path\x20d=\x22m11.772\x2018.308.154-.23c-.195-.098-.304-.192-.328-.28-.024-.09\x200-.274.076-.551.062-.166.099-.296.11-.393a2.934\x202.934\x200\x200\x200\x200-.479c-.137-.41-.2-.685-.186-.83.013-.145.117-.335.313-.57l4.465-6.207c.356-.6\x201.059-.56\x202.11.118\x201.05.68\x201.443\x201.272\x201.177\x201.772l-3.876\x206.833c-.105.27-.22.444-.347.515-.128.07-.4.119-.813.139a2.954\x202.954\x200\x200\x200-.487.21c-.127.09-.244.193-.347.31-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.739Zm-.184.274\x201.039.727-.26.34h-1.496l.717-1.067Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M3.272\x201A1.28\x201.28\x200\x200\x200\x202\x202.28v14.439a1.276\x201.276\x200\x200\x200\x201.272\x201.28h6.838a2.13\x202.13\x200\x200\x201\x20.003-.61c.024-.18.066-.363.113-.534.012-.046.027-.092.043-.136.011-.029.02-.052.025-.069v-.008a7.395\x207.395\x200\x200\x201-.042-.142H3.5V2.46s11\x20.002\x2011\x20.005v6.341l.627-.872c.204-.32.49-.614.873-.819V2.281c0-.707-.569-1.28-1.272-1.28L3.272\x201ZM16\x209.29l-1.5\x202.085V16.5h-2.708c.005.118.002.236-.007.354a.904.904\x200\x200\x201-.013.075l-.001.005a3.108\x203.108\x200\x200\x201-.097.312c-.027.101-.048.19-.062.266a.734.734\x200\x200\x200-.014.287.25.25\x200\x200\x200\x20.068.105.65.65\x200\x200\x200\x20.088.074l.017.011.016.01h.175L14.73\x2018c.697\x200\x201.271-.573\x201.271-1.281v-7.43Z\x22/></svg>\x0a';class d extends _0x57873f{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x389e1f,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x29b61f){super(_0x29b61f),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x1b9d4e=this['editor']['config'];_0x1b9d4e['define']('trackChanges.SuggestionThreadView',re),_0x1b9d4e['define']('trackChanges.SuggestionView',ce),_0x1b9d4e['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x1b9d4e['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x4a8d41,_0x54f954){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x31a328,_0x5121f6]of this['_handleControllerBuffer']){const _0x54f221=this['_suggestionToController']['has'](_0x31a328);_0x54f221||_0x5121f6?_0x54f221&&_0x5121f6&&this['_destroyController'](_0x31a328):this['_initializeController'](_0x31a328);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x4a8d41,_0x54f954);}['init'](){const _0x48f12f=this['editor'],_0x1d6430=_0x48f12f['plugins']['get']('TrackChangesEditing'),_0x4095a2=_0x48f12f['plugins']['get']('Annotations'),_0xe1efe2=_0x48f12f['plugins']['get']('EditorAnnotations'),_0x15c5b7=_0x48f12f['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0xe1efe2['addSourceCollector'](()=>{const _0x176433=[];for(const [_0x26d6e7,_0x2ce292]of Array['from'](this['_suggestionToController'])){const _0x117dc9=_0x26d6e7['getAllAdjacentSuggestions'](),_0x5e43e9=[];for(const _0x3289dc of _0x117dc9){if(!_0x3289dc['isInContent'])continue;if(_0x3289dc['isMultiRange']){_0x5e43e9['push'](..._0x3289dc['getRanges']());continue;}const _0x498953=_0x3289dc['getFirstRange']();if(_0x5e43e9['length']>0x0){const _0x2dec7c=_0x5e43e9[0x0]['getJoined'](_0x498953);if(_0x2dec7c){_0x5e43e9[0x0]=_0x2dec7c;continue;}}_0x5e43e9['push'](_0x498953);}_0x176433['push']([_0x2ce292['view'],_0x5e43e9]);}return _0x176433;}),this['listenTo'](_0x1d6430,'suggestionLoaded',(_0x5d4cbb,_0x1eab1b)=>{this['listenTo'](_0x1eab1b,'change:previous',(_0x5757c8,_0x4babba,_0xcfc393,_0xbe10bb)=>{_0x1eab1b['isInContent']&&(null==_0xcfc393?(this['_updateController'](_0xbe10bb['head']),this['_handleSuggestionControllerDelayed'](_0x1eab1b,!0x1)):(this['_updateController'](_0xcfc393['head']),null==_0xbe10bb&&this['_handleSuggestionControllerDelayed'](_0x1eab1b,!0x0)));}),null!==_0x1eab1b['previous']?this['_updateController'](_0x1eab1b['head']):this['_handleSuggestionControllerDelayed'](_0x1eab1b,!0x1);}),this['listenTo'](_0x1d6430,'suggestionUnloaded',(_0x287ddf,_0x9e783b,_0x410b48)=>{this['stopListening'](_0x9e783b,'change:previous'),this['_handleControllerBuffer']['delete'](_0x9e783b),this['_suggestionToController']['has'](_0x9e783b)&&this['_destroyController'](_0x9e783b),_0x410b48&&this['_updateController'](_0x410b48['head']);}),this['listenTo'](_0x1d6430,'suggestionChanged',(_0x3d8741,_0x614d01)=>{this['_updateController'](_0x614d01);}),this['listenTo'](_0x4095a2,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x15c5b7,'addComment',(_0x3b68df,{threadId:_0xc9183e,isFromAdapter:_0x119299})=>{if(_0x119299||!_0x1d6430['hasSuggestion'](_0xc9183e))return;const _0x2cc814=_0x1d6430['getSuggestion'](_0xc9183e);this['_suggestionToController']['get'](_0x2cc814)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x1f53a7=this['editor']['plugins']['get']('Annotations'),_0x3189bc=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1d24cc=Array['from'](_0x1f53a7['activeAnnotations'],_0x1a2740=>_0x1a2740['innerView'])['filter'](_0x56f9e3=>this['_viewToController']['has'](_0x56f9e3)),_0x3f0b07=[];for(const _0x21d51e of _0x1d24cc){const _0x5775f1=this['_viewToController']['get'](_0x21d51e)['model']['getAllAdjacentSuggestions']();_0x3f0b07['push'](..._0x5775f1['reduce']((_0x2895da,_0xed9591)=>[..._0x2895da,..._0xed9591['getMarkerNames']()],[]));}_0x3189bc['activeMarkers']=_0x3f0b07;}['_addUIComponentsToFactory'](){const _0x2471df=this['editor'],_0x157406=_0x2471df['locale'],_0x303f43=o(_0x157406,'Track\x20changes'),_0x3d7941=new Wt([{'type':'switchbutton','model':new _0x393b2d({'withText':!0x0,'isToggleable':!0x0,'label':_0x303f43,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x393b2d({'withText':!0x0,'label':o(_0x157406,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x393b2d({'withText':!0x0,'label':o(_0x157406,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x393b2d({'withText':!0x0,'label':o(_0x157406,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x393b2d({'withText':!0x0,'label':o(_0x157406,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x57e200 of _0x3d7941)if(me(_0x57e200)){const _0x40c7bf=_0x2471df['commands']['get'](_0x57e200['model']['commandName']);_0x57e200['model']['bind']('isOn','isEnabled')['to'](_0x40c7bf,'value','isEnabled');}_0x2471df['ui']['componentFactory']['add']('trackChanges',_0x5f4dd3=>this['_createToolbarButton'](_0x5f4dd3,_0x3d7941,_0x303f43)),_0x2471df['ui']['componentFactory']['add']('menuBar:trackChanges',_0x4a3457=>this['_createMenuBarMenu'](_0x4a3457,_0x3d7941,_0x303f43));}['_createToolbarButton'](_0x39acd2,_0x3bc924,_0x148497){const _0xcfac8f=Qt(_0x39acd2,_0x5775b6),_0x522bb0=this['editor']['commands']['get']('trackChanges');_0xcfac8f['buttonView']['set']({'tooltip':_0x148497,'label':_0x148497,'icon':he}),_0xcfac8f['buttonView']['bind']('isOn')['to'](_0x522bb0,'value'),_0xcfac8f['buttonView']['on']('execute',()=>{_0x522bb0['execute'](),this['editor']['editing']['view']['focus']();}),Kt(_0xcfac8f,_0x3bc924,{'role':'menu'});const _0x177998=[];for(const _0x4ad0b0 of _0x3bc924)me(_0x4ad0b0)&&_0x177998['push'](this['editor']['commands']['get'](_0x4ad0b0['model']['commandName']));const _0x304602=_0xcfac8f['buttonView'];return _0x304602['actionView']['unbind']('isEnabled'),_0x304602['arrowView']['unbind']('isEnabled'),_0x304602['actionView']['bind']('isEnabled')['to'](_0x522bb0,'isEnabled'),_0x304602['arrowView']['bind']('isEnabled')['toMany'](_0x177998,'isEnabled',(..._0x2d2177)=>_0x2d2177['some'](_0x561118=>_0x561118)),_0xcfac8f['on']('execute',_0x3ea903=>{this['editor']['execute'](_0x3ea903['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0xcfac8f;}['_createMenuBarMenu'](_0x2574fe,_0x4d974d,_0x4d21a4){const _0x528b48=new Yt(_0x2574fe),_0x650eb6=this['editor']['commands']['get']('trackChanges');_0x528b48['buttonView']['set']({'label':_0x4d21a4,'icon':he});const _0x185e64=new Zt(_0x2574fe);for(const _0x58a60f of _0x4d974d){if('separator'==_0x58a60f['type']){_0x185e64['items']['add'](new Xt(_0x2574fe));continue;}const _0x150d00=new te(_0x2574fe,_0x528b48),_0x37ce73=new _0x158741(_0x2574fe),_0x1775de=_0x58a60f['model'];_0x37ce73['bind'](...Object['keys'](_0x1775de))['to'](_0x1775de),_0x37ce73['delegate']('execute')['to'](_0x528b48),_0x37ce73['on']('execute',()=>{this['editor']['execute'](_0x1775de['commandName']),this['editor']['editing']['view']['focus']();}),_0x150d00['children']['add'](_0x37ce73),_0x185e64['items']['add'](_0x150d00);}return _0x528b48['bind']('isEnabled')['to'](_0x650eb6,'isEnabled'),_0x528b48['panelView']['children']['add'](_0x185e64),_0x528b48;}['_initializeController'](_0x371198){const _0x5e492e=this['editor'],_0x5efa12=_0x5e492e['config'],_0x3ec380=_0x5e492e['plugins']['get']('Annotations'),_0x17379a=_0x5e492e['plugins']['get']('CommentsRepository'),_0x3e762a=_0x5e492e['plugins']['get']('EditorAnnotations'),_0xd0a167=_0x5e492e['plugins']['get'](_0x389e1f)['me'],_0xded0d5=_0x5efa12['get']('trackChanges')['SuggestionThreadView'],_0x4a70f0=_0x5efa12['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x4c512d,CommentThreadInputView:_0x94be27}=_0x5e492e['plugins']['get']('CommentsUI');let _0x31ebeb,_0x476253,_0x5a0090;this['_annotationViews']['has'](_0x371198['id'])?(_0x476253=this['_annotationViews']['get'](_0x371198['id']),_0x31ebeb=_0x476253['mainView']):(_0x31ebeb=new _0xded0d5(_0x5e492e['locale'],_0x371198,_0xd0a167,{'disableComments':this['_disableComments'],'editorConfig':_0x5efa12['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x5efa12['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x5efa12['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x5efa12['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x5e8a8b(_0x5efa12['get']('locale')),'CommentView':_0x5efa12['get']('comments')['CommentView'],'CommentsListView':_0x4c512d,'CommentThreadInputView':_0x94be27,'SuggestionView':_0x4a70f0}),_0x31ebeb['suggestionView']['acceptButton']['on']('execute',()=>{_0x5e492e['editing']['view']['focus']();}),_0x31ebeb['suggestionView']['discardButton']['on']('execute',()=>{_0x5e492e['editing']['view']['focus']();}),_0x476253=_0x3ec380['createAnnotationView'](this['editor']['locale'],_0x31ebeb),_0x476253['bind']('isDirty')['to'](_0x31ebeb,'isDirty'),_0x476253['bind']('length')['to'](_0x31ebeb),_0x476253['bind']('type')['to'](_0x31ebeb,'type',_0x32670a=>'suggestion-'+_0x32670a),_0x31ebeb['on']('escape',()=>{_0x5a0090['fire']('escape');}),this['_annotationViews']['set'](_0x371198['id'],_0x476253));const _0x30beb2=_0x17379a['createCommentThreadController'](_0x371198['commentThread'],_0x31ebeb),_0x4badc9=new ae(_0x5e492e,_0x371198,_0x31ebeb,_0x30beb2),_0x19c917=_0x371198['getAllAdjacentSuggestions']()['filter'](_0x481746=>_0x481746['isInContent']);_0x31ebeb['descriptionParts']=_0x5e492e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x19c917),this['_suggestionToController']['set'](_0x371198,_0x4badc9),this['_viewToController']['set'](_0x31ebeb,_0x4badc9),_0x5a0090=_0x3ec380['createAnnotation']({'view':_0x476253,'target':()=>{const _0x5cf578=[],_0x36be26=_0x371198['getAllAdjacentSuggestions']()['filter'](_0x4f8fbd=>_0x4f8fbd['isInContent']);for(const _0x175c83 of _0x36be26)_0x5cf578['push'](..._0x175c83['getMarkers']());return _0x52eb0c(_0x5e492e['editing'],_0x5cf578);},'type':()=>'suggestion-'+_0x4badc9['view']['type']}),_0x17379a['_bindAnnotationToEditors'](_0x31ebeb,_0x5a0090),_0x3ec380['add'](_0x5a0090),_0x3e762a['registerAnnotation'](_0x5a0090);}['_destroyController'](_0x53113e){const _0x88a0c5=this['editor']['plugins']['get']('CommentsRepository'),_0x21bd7c=this['editor']['plugins']['get']('Annotations'),_0x2a472d=this['_suggestionToController']['get'](_0x53113e),_0x2b0a1e=_0x2a472d['view'],_0x277ae1=_0x21bd7c['getByInnerView'](_0x2b0a1e);_0x88a0c5['_unbindEditors'](_0x2b0a1e),_0x277ae1&&_0x21bd7c['remove'](_0x277ae1),this['_suggestionToController']['delete'](_0x53113e),this['_viewToController']['delete'](_0x2b0a1e),_0x2a472d['destroy']();}['_updateController'](_0x5ee2f6){if(!_0x5ee2f6['isInContent']||!this['_suggestionToController']['has'](_0x5ee2f6))return;const _0x4586eb=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3d5598=this['_suggestionToController']['get'](_0x5ee2f6),_0x5ade06=_0x5ee2f6['getAllAdjacentSuggestions']();_0x3d5598['view']['descriptionParts']=_0x4586eb['descriptionFactory']['getDescriptions'](_0x5ade06);}['destroy'](){for(const _0x3261f1 of this['_suggestionToController']['keys']())this['_destroyController'](_0x3261f1);for(const _0x21f117 of this['_annotationViews']['values']())_0x21f117['mainView']['destroy']();super['destroy']();}}function me(_0x5eef97){return'model'in _0x5eef97;}class k extends _0x57873f{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x4aafea){this['editor']['plugins']['get'](p)['adapter']=_0x4aafea;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x2806fa){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x2806fa);}['getSuggestions']({skipNotAttached:_0x49de3c=!0x1,toJSON:_0x2dec54=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x49de3c,'toJSON':_0x2dec54});}['getSuggestion'](_0x5c0ad6){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x5c0ad6);}}const T=['Pagination'];class P extends _0x57873f{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x3c02f=this['editor'];if(_0x3c02f['config']['define']('trackChangesData.editorCreator',_0x3da361=>{const _0x100965=_0x3c02f['model']['document']['getRootNames']()['reduce']((_0x48e4e1,_0x473696)=>(_0x48e4e1[_0x473696]='',_0x48e4e1),{});return _0x3c02f['constructor']['create'](_0x100965,_0x3da361);}),'function'!=typeof _0x3c02f['config']['get']('trackChangesData')['editorCreator'])throw new _0x328131('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x27db35){return N(this['editor'],!0x0,_0x27db35);}['getDataWithDiscardedSuggestions'](_0x21265d){return N(this['editor'],!0x1,_0x21265d);}}class D extends _0x57873f{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x149234){super(_0x149234),this['result']='end';}['init'](){this['editor']['plugins']['get']('CommentsRepository')['_adapter']={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this['editor']['plugins']['get']('TrackChangesEditing')['_adapter']=null;}}function v(_0x506320){return void 0x0!==_0x506320['getRootsAttributes'];}async function N(_0x17a9cc,_0x46c67b,_0x3f5b37){const _0xda7950=_0x144ba7(_0x17a9cc,T);_0xda7950['plugins']['push'](p,D),_0xda7950['rootsAttributes']=v(_0x17a9cc)?_0x17a9cc['getRootsAttributes']():void 0x0;const _0x186c2e=document['createDocumentFragment'](),_0x4218e1=_0x17a9cc['config']['get']('trackChangesData')['editorCreator'],_0x179288=await _0x4218e1(_0xda7950,()=>function(_0x49603f){const _0x4f9aa9=document['createElement']('div');return _0x49603f['appendChild'](_0x4f9aa9),_0x4f9aa9;}(_0x186c2e));!function(_0x7dca6b,_0x223d57){const _0x86bf2c=_0x7dca6b['model']['document']['getRootNames']()['reduce']((_0x4afcd3,_0x488195)=>(_0x4afcd3[_0x488195]=_0x7dca6b['data']['get']({'rootName':_0x488195}),_0x4afcd3),{}),_0x430107=_0x7dca6b['plugins']['get']('Users')['users']['map'](_0x25d3b=>({'id':_0x25d3b['id'],'name':_0x25d3b['name']})),_0x17a64f=_0x7dca6b['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x51d07a=_0x7dca6b['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x503542=_0x223d57['plugins']['get']('Users'),_0x238c2e=_0x223d57['plugins']['get']('TrackChangesEditing'),_0x4f3ca1=_0x223d57['plugins']['get']('CommentsRepository');for(const _0x28774e of _0x4f3ca1['getCommentThreads']())_0x28774e['remove']();for(const _0x9bf200 of _0x430107)_0x503542['getUser'](_0x9bf200['id'])||_0x503542['addUser'](_0x9bf200);_0x503542['me']||_0x503542['useAnonymousUser']();for(const _0x587283 of _0x51d07a)_0x4f3ca1['addCommentThread'](_0x587283);for(const _0x9a646f of _0x17a64f)_0x238c2e['addSuggestionData'](_0x9a646f);_0x223d57['data']['set'](_0x86bf2c);}(_0x17a9cc,_0x179288),_0x179288['execute'](_0x46c67b?'acceptAllSuggestions':'discardAllSuggestions');const _0x300e42=v(_0x179288)?_0x179288['getFullData'](_0x3f5b37):_0x179288['data']['get'](_0x3f5b37);return await _0x179288['destroy'](),_0x300e42;}export{us as BaseSuggestionThreadView,u as Suggestion,re as SuggestionThreadView,ce as SuggestionView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|