@ckeditor/ckeditor5-track-changes 43.2.0-alpha.3 → 43.2.0-alpha.5
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
|
-
_0x10bfdb(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x181954,_0x385c4f){super(),this['id']=_0x385c4f['id'],this['type']=_0x385c4f['type'],this['subType']=_0x385c4f['subType']||null,this['author']=_0x385c4f['author'],this['creator']=_0x385c4f['creator']||_0x385c4f['author'],this['isExternal']=Boolean(_0x385c4f['attributes']&&_0x385c4f['attributes']['@external']),this['data']=null,this['_model']=_0x181954,this['_onAccept']=_0x385c4f['onAccept'],this['_onDiscard']=_0x385c4f['onDiscard'],this['_onAttributesChange']=_0x385c4f['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x385c4f['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 _0x311b21=this;for(;_0x311b21['previous'];)_0x311b21=_0x311b21['previous'];return _0x311b21;}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'](_0x38f4d9){this['_markerNames']['add'](_0x38f4d9);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x51cef0=>this['_model']['markers']['get'](_0x51cef0))['filter'](_0xd96e3e=>_0xd96e3e);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x1309fe=>{for(const _0x174d9b of this['getMarkers']())_0x1309fe['removeMarker'](_0x174d9b);}),this['_markerNames']['clear']();}['removeMarker'](_0x2f30bc){this['_model']['change'](_0x2b1424=>{_0x2b1424['removeMarker'](_0x2f30bc);}),this['_markerNames']['delete'](_0x2f30bc);}['addRange'](_0x3f6f42){const _0x5e729f='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x5e729f),this['_model']['change'](_0x2897fa=>{_0x2897fa['addMarker'](_0x5e729f,{'range':_0x3f6f42,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x401df8){for(const _0x58dff2 of this['getRanges']())if(_0x58dff2['isIntersecting'](_0x401df8))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x123576=>_0x123576['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x508be5,_0x42993c)=>[..._0x508be5,..._0x42993c['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x27ecf8=this['getRanges']();if(0x1!=_0x27ecf8['length'])return null;const _0x103ec4=_0x27ecf8[0x0],_0xe03844=_0x103ec4['start']['nodeAfter'],_0x8c0377=_0x103ec4['end']['nodeBefore'];return _0xe03844 instanceof _0x49e6c5?_0xe03844!=_0x8c0377?null:_0xe03844: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 _0x4a3880=[];let _0x5d1d49=this['head'];for(;_0x5d1d49;)_0x4a3880['push'](_0x5d1d49),_0x5d1d49=_0x5d1d49['next'];return _0x4a3880;}['setAttribute'](_0x3672a3,_0x39d441){const _0x22543f=_0x38eea0(this['attributes']);_0x43969f(_0x22543f,_0x3672a3,_0x39d441),_0x11e4b7(_0x22543f,this['attributes'])||(this['attributes']=_0x22543f,this['_onAttributesChange'](_0x22543f));}['removeAttribute'](_0x22ce1e){const _0xbb3f6f=_0x38eea0(this['attributes']);_0x467e43(_0xbb3f6f,_0x22ce1e),_0x11e4b7(_0xbb3f6f,this['attributes'])||(this['attributes']=_0xbb3f6f,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 _0x4cf4cc()['substr'](0x1,0x5);}}function o(_0x32c8f9,_0x2548a1,_0x44483e){const t=_0x32c8f9['t'];switch(_0x2548a1){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',_0x44483e);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x44483e);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x44483e);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x44483e);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x44483e);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',_0x44483e);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x44483e);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',_0x44483e);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x44483e);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x44483e);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x44483e);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x44483e);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x44483e);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x44483e);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x44483e);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x44483e);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x44483e);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x44483e);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x44483e);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x44483e);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x44483e);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x44483e);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x44483e);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'},_0x44483e);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x44483e);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x44483e);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x44483e);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x44483e);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x44483e);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'},_0x44483e);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x44483e);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x44483e);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x44483e);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x44483e);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'},_0x44483e);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x44483e);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'},_0x44483e);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'},_0x44483e);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x44483e);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'},_0x44483e);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x44483e);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'},_0x44483e);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x44483e);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x44483e);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'},_0x44483e);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'},_0x44483e);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'},_0x44483e);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x44483e);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'},_0x44483e);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'},_0x44483e);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'},_0x44483e);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x2548a1;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x400c0d,_0xacceb7){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x400c0d,this['_locale']=_0xacceb7;}['getDescriptions'](_0x254211){const _0x3ce6f7=[],_0x57edf6=new Set(),_0x213eb3=new Set();for(let _0x5e5585=0x0;_0x5e5585<_0x254211['length'];_0x5e5585++){const _0x579295=_0x254211[_0x5e5585];if(!_0x579295['isInContent'])continue;const _0x3b1f39=this['_handleCustomCallbackDescription'](_0x579295);if(_0x3b1f39){if(null!=_0x579295['subType']){if(_0x57edf6['has'](_0x579295['subType']))continue;_0x57edf6['add'](_0x579295['subType']);}_0x3ce6f7['push'](_0x3b1f39);}else{if('attribute'!=_0x579295['type'])'insertion'!=_0x579295['type']&&'deletion'!=_0x579295['type']||this['_handleInsertRemoveSuggestionDescription'](_0x3ce6f7,_0x579295,_0x254211[_0x5e5585+0x1]);else{const _0x3bcd81=_0x579295['data']['key'];if(_0x213eb3['has'](_0x3bcd81))continue;_0x213eb3['add'](_0x579295['data']['key']),_0x3bcd81==m?this['_handleRenameSuggestionDescription'](_0x3ce6f7,_0x579295):this['_handleAttributeSuggestionDescription'](_0x3ce6f7,_0x579295);}}}return this['_resolveDescriptionItems'](_0x3ce6f7);}['registerDescriptionCallback'](_0x418626){this['_customCallbacks']['push'](_0x418626);}['registerElementLabel'](_0x1de7ac,_0x2d0ea1,_0x3852be=_0x2219d1['normal']){'function'==typeof _0x1de7ac?_0x45ffc7(this['_itemLabelsCallbacks'],{'matchingCallback':_0x1de7ac,'label':_0x2d0ea1,'priority':_0x3852be}):this['_itemLabels']['set'](_0x1de7ac,_0x2d0ea1);}['registerAttributeLabel'](_0x11f80b,_0x5e2f45){this['_attributeLabels']['set'](_0x11f80b,_0x5e2f45);}['getItemLabel'](_0x25ee4f,_0x309a85=0x1){let _0xe5a6a2;for(const _0x4e914f of this['_itemLabelsCallbacks'])if(_0x4e914f['matchingCallback'](_0x25ee4f)){_0xe5a6a2=_0x4e914f['label'];break;}return _0xe5a6a2||(_0xe5a6a2=this['_itemLabels']['get'](_0x25ee4f['name'])),_0xe5a6a2?_0xe5a6a2(_0x309a85):0x1!==_0x309a85?_0x309a85+'\x20'+_0x25ee4f['name']+'s':''+_0x25ee4f['name'];}['_addDescriptionItems'](_0x54ce2c,_0xfa48c4){const _0x2d2b27=_0xfa48c4['getFirstRange']()['getWalker'](),_0xfdb781='insertion'==_0xfa48c4['type']?'add':'remove';for(const _0x253383 of _0x2d2b27){const _0x156156=_0x253383['item'],_0x4730c1=_0x54ce2c[_0x54ce2c['length']-0x1];if(_0x156156['is']('$textProxy'))_0x4730c1&&_0x4730c1['type']['indexOf']('Container')>-0x1&&_0x54ce2c['pop'](),_0x4730c1&&'text'==_0x4730c1['type']?_0x4730c1[_0xfdb781]+=_0x156156['data']:_0x54ce2c['push']({'type':'text','add':'add'==_0xfdb781?_0x156156['data']:'','remove':'remove'==_0xfdb781?_0x156156['data']:''});else{if(this['_schema']['isObject'](_0x156156)){const _0x589282=_0x156156;if(_0x4730c1&&_0x4730c1['type']['indexOf']('Container')>-0x1&&_0x54ce2c['pop'](),'elementEnd'==_0x253383['type'])continue;_0x4730c1&&_0x4730c1['type']==_0xfdb781+'Object'&&_0x4730c1['element']['name']==_0x589282['name']?_0x4730c1['quantity']++:_0x54ce2c['push']({'type':_0xfdb781+'Object','element':_0x589282,'quantity':0x1}),_0x2d2b27['skip'](_0xdcdbd0=>!('elementEnd'==_0xdcdbd0['type']&&_0xdcdbd0['item']==_0x156156));}else{if(this['_schema']['checkChild'](_0x156156,'$text')||_0x156156['is']('element','softBreak')){const _0x5e1dbf=_0x156156;if('add'==_0xfdb781&&'elementStart'==_0x253383['type']||'remove'==_0xfdb781&&'elementEnd'==_0x253383['type'])continue;if(_0x4730c1&&-0x1==_0x4730c1['type']['indexOf']('Container')){'text'==_0x4730c1['type']&&(_0x4730c1[_0xfdb781]+='\x0a');continue;}let _0x886b5c;if(_0x886b5c='add'==_0xfdb781?_0x5e1dbf['nextSibling']&&!this['_schema']['isObject'](_0x5e1dbf['nextSibling'])?_0x5e1dbf['nextSibling']:null:_0x5e1dbf['previousSibling']&&!this['_schema']['isObject'](_0x5e1dbf['previousSibling'])?_0x5e1dbf['previousSibling']:null,_0x5e1dbf['isEmpty']||_0x886b5c&&_0x886b5c['isEmpty']){const _0x3eaa41=_0x886b5c&&_0x886b5c['isEmpty']?_0x886b5c:_0x5e1dbf;_0x4730c1&&_0x4730c1['type']==_0xfdb781+'EmptyContainer'&&_0x4730c1['element']['name']==_0x3eaa41['name']?_0x4730c1['quantity']++:_0x54ce2c['push']({'type':_0xfdb781+'EmptyContainer','element':_0x3eaa41,'quantity':0x1});}else _0x54ce2c['push']({'type':_0xfdb781+'Container','element':_0x5e1dbf});}}}}}['_resolveDescriptionItems'](_0x19edf2){const _0x2cd287=this['_locale'],_0x552c04=[],_0x2b5d4b=[],_0x1d5e3a=[];for(const _0x5e2821 of _0x19edf2)switch(_0x5e2821['type']){case'text':if(_0x5e2821['add']=_0x5e2821['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x5e2821['remove']=_0x5e2821['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x5e2821['add']&&''!=_0x5e2821['remove']){_0x552c04['push']({'type':'replace','content':o(_0x2cd287,'REPLACE_TEXT',['\x22'+_0x5e2821['remove']+'\x22','\x22'+_0x5e2821['add']+'\x22'])});continue;}if(null!=_0x5e2821['add']['match'](/^ +$/)){_0x552c04['push']({'type':'insertion','content':o(_0x2cd287,'*Insert:*\x20%0',o(_0x2cd287,'ELEMENT_SPACE',_0x5e2821['add']['length']))});continue;}if(null!=_0x5e2821['remove']['match'](/^ +$/)){_0x552c04['push']({'type':'deletion','content':o(_0x2cd287,'*Remove:*\x20%0',o(_0x2cd287,'ELEMENT_SPACE',_0x5e2821['remove']['length']))});continue;}if(''!=_0x5e2821['add']){_0x552c04['push']({'type':'insertion','content':o(_0x2cd287,'*Insert:*\x20%0','\x22'+_0x5e2821['add']+'\x22')});continue;}_0x552c04['push']({'type':'deletion','content':o(_0x2cd287,'*Remove:*\x20%0','\x22'+_0x5e2821['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x552c04['push']({'type':'insertion','content':o(_0x2cd287,'*Insert:*\x20%0',this['getItemLabel'](_0x5e2821['element'],_0x5e2821['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x552c04['push']({'type':'deletion','content':o(_0x2cd287,'*Remove:*\x20%0',this['getItemLabel'](_0x5e2821['element'],_0x5e2821['quantity']))});continue;case'addContainer':_0x552c04['push']({'type':'insertion','content':o(_0x2cd287,'*Split:*\x20%0',this['getItemLabel'](_0x5e2821['element'],_0x5e2821['quantity']))});continue;case'removeContainer':_0x552c04['push']({'type':'deletion','content':o(_0x2cd287,'*Merge:*\x20%0',this['getItemLabel'](_0x5e2821['element'],_0x5e2821['quantity']))});continue;case'addFormat':_0x2b5d4b['push'](_0x5e2821['key']);continue;case'removeFormat':_0x1d5e3a['push'](_0x5e2821['key']);continue;default:_0x552c04['push'](_0x5e2821);}if(_0x2b5d4b['length']){const _0x5732ac=_0x2b5d4b['map'](_0x5e0bd4=>this['_attributeLabels']['has'](_0x5e0bd4)?this['_attributeLabels']['get'](_0x5e0bd4):_0x5e0bd4)['join'](',\x20');_0x552c04['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x5732ac)});}if(_0x1d5e3a['length']){const _0x3f6ed7=_0x1d5e3a['map'](_0x492cec=>this['_attributeLabels']['has'](_0x492cec)?this['_attributeLabels']['get'](_0x492cec):_0x492cec)['join'](',\x20');_0x552c04['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x3f6ed7)});}return _0x552c04;}['_handleCustomCallbackDescription'](_0x534e63){for(const _0x42e00d of this['_customCallbacks']){const _0x149627=_0x42e00d(_0x534e63);if(_0x149627&&'type'in _0x149627)return _0x149627;}}['_handleAttributeSuggestionDescription'](_0x2d2f4b,_0x35bf0b){const _0x5f50d0=_0x35bf0b['data'],_0x2852a8=void 0x0===_0x5f50d0['newValue']?'removeFormat':'addFormat';_0x2d2f4b['push']({'type':_0x2852a8,'key':_0x5f50d0['key']});}['_handleRenameSuggestionDescription'](_0x4dc55b,_0x541007){_0x4dc55b['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x541007['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x3c3e0d,_0x51ac9b,_0xba3cc6){if(this['_addDescriptionItems'](_0x3c3e0d,_0x51ac9b),_0xba3cc6&&_0xba3cc6['getFirstRange']()&&!_0x51ac9b['getFirstRange']()['end']['isEqual'](_0xba3cc6['getFirstRange']()['start'])){const _0x53e7c2=_0x3c3e0d[_0x3c3e0d['length']-0x1],_0x2dc599='insertion'==_0x51ac9b['type']?'add':'remove';_0x53e7c2&&'text'==_0x53e7c2['type']&&(_0x53e7c2[_0x2dc599]+='\x0a');}}}class V extends _0x4ba4b5{['afterInit'](){const _0x51c1a2=this['editor'],_0x1bb2fc=_0x51c1a2['plugins']['get']('TrackChangesEditing');_0x51c1a2['commands']['get']('showAIAssistant')&&_0x1bb2fc['enableCommand']('showAIAssistant');}}class U extends _0x4ba4b5{['afterInit'](){const _0x592f6d=this['editor'],_0x3be68a=_0x592f6d['locale'];if(!_0x592f6d['plugins']['has']('AlignmentEditing'))return;const _0x171e25=_0x592f6d['plugins']['get']('TrackChangesEditing');_0x171e25['enableDefaultAttributesIntegration']('alignment'),_0x171e25['registerBlockAttribute']('alignment'),_0x171e25['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x3be68a,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1f8338=this['editor'],_0x1249f4=_0x1f8338['locale'];_0x1f8338['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4dfa8d=>{if('formatBlock'!=_0x4dfa8d['type'])return;const {data:_0x392e44}=_0x4dfa8d;if(_0x392e44&&'alignment'==_0x392e44['commandName']){const _0x298e59=_0x392e44['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x1249f4,'*Format:*\x20%0',function(_0x1fbef1){switch(_0x1fbef1){case'left':return o(_0x1249f4,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x1249f4,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x1249f4,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x1249f4,'FORMAT_JUSTIFY_TEXT');}}(_0x298e59))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x4ba4b5{['afterInit'](){const _0x5d0f68=this['editor'],_0x269500=_0x5d0f68['plugins']['get']('TrackChangesEditing'),_0x234f99=_0x5d0f68['locale'];for(const _0x52c6b0 of ti){if(!_0x5d0f68['plugins']['has'](_0x52c6b0))continue;const _0xa5f234=_0x52c6b0['slice'](0x0,-0x7)['toLowerCase'](),_0x3d1d4a='FORMAT_'+_0xa5f234['toUpperCase']();_0x269500['enableDefaultAttributesIntegration'](_0xa5f234),_0x269500['registerInlineAttribute'](_0xa5f234),_0x269500['descriptionFactory']['registerAttributeLabel'](_0xa5f234,o(_0x234f99,_0x3d1d4a));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2d7686=this['editor'],_0xc7fc4c=_0x2d7686['locale'],_0x2bd578=_0x2d7686['plugins']['get']('TrackChangesEditing');function _0x353725(_0x12e61f,_0x20d2a8){_0x2bd578['descriptionFactory']['registerDescriptionCallback'](_0x5ec747=>{if('formatInline'!=_0x5ec747['type'])return;const {data:_0x103407}=_0x5ec747;return _0x103407&&_0x103407['commandName']===_0x12e61f?_0x103407['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xc7fc4c,'*Format:*\x20%0',_0x20d2a8)}:{'type':'format','content':o(_0xc7fc4c,'*Remove\x20format:*\x20%0',_0x20d2a8)}:void 0x0;});}_0x353725('bold',o(_0xc7fc4c,'FORMAT_BOLD')),_0x353725('italic',o(_0xc7fc4c,'FORMAT_ITALIC')),_0x353725('underline',o(_0xc7fc4c,'FORMAT_UNDERLINE')),_0x353725('code',o(_0xc7fc4c,'FORMAT_CODE')),_0x353725('strikethrough',o(_0xc7fc4c,'FORMAT_STRIKETHROUGH')),_0x353725('subscript',o(_0xc7fc4c,'FORMAT_SUBSCRIPT')),_0x353725('superscript',o(_0xc7fc4c,'FORMAT_SUPERSCRIPT'));}}class F extends _0x4ba4b5{['afterInit'](){const _0x112042=this['editor'],_0xa0e274=_0x112042['locale'];if(!_0x112042['plugins']['has']('BlockQuoteEditing'))return;const _0x5d099b=_0x112042['plugins']['get']('TrackChangesEditing'),_0x52ef35=this['editor']['commands']['get']('blockQuote');_0x5d099b['enableCommand']('blockQuote',(_0x2ac8f7,_0x239e32={})=>{const _0xc90c78=this['editor']['model']['document']['selection'],_0x502d96=_0x239e32&&void 0x0!==_0x239e32['forceValue']?_0x239e32['forceValue']:!_0x52ef35['value'];let _0x159ced=[];if(_0x502d96){const _0x260966=Array['from'](_0xc90c78['getSelectedBlocks']())['filter'](_0x7a8e38=>oo(_0x7a8e38)||function(_0x5d2a74,_0x43f79f){const _0x4a818b=_0x43f79f['checkChild'](_0x5d2a74['parent'],'blockQuote'),_0x2f09f1=_0x43f79f['checkChild'](['$root','blockQuote'],_0x5d2a74);return _0x4a818b&&_0x2f09f1;}(_0x7a8e38,this['editor']['model']['schema']));_0x159ced=to(_0x260966,_0x112042['model']);}else{const _0x10880c=Array['from'](_0xc90c78['getSelectedBlocks']())['filter'](_0x314d59=>oo(_0x314d59));_0x159ced=to(_0x10880c,_0x112042['model']);}_0x112042['model']['change'](()=>{for(const _0x3fb06a of _0x159ced)_0x5d099b['markBlockFormat'](_0x3fb06a,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x502d96}]});});}),_0x5d099b['descriptionFactory']['registerDescriptionCallback'](_0x18534a=>{const {data:_0x491933}=_0x18534a;if(_0x491933&&'blockQuote'==_0x491933['commandName']){const _0x4fe5e6=o(_0xa0e274,'ELEMENT_BLOCK_QUOTE');return _0x491933['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xa0e274,'*Set\x20format:*\x20%0',_0x4fe5e6)}:{'type':'format','content':o(_0xa0e274,'*Remove\x20format:*\x20%0',_0x4fe5e6)};}});}}function oo(_0x36a681){return'blockQuote'==_0x36a681['parent']['name'];}class L extends _0x4ba4b5{['afterInit'](){const _0xe8669=this['editor'];_0xe8669['plugins']['has']('CaseChange')&&(_0xe8669['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0xe8669['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0xe8669['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x4ba4b5{['afterInit'](){const _0x643701=this['editor'];_0x643701['commands']['get']('ckbox')&&_0x643701['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class J extends _0x4ba4b5{['afterInit'](){const _0x4f9482=this['editor'];if(!_0x4f9482['plugins']['has']('CodeBlock'))return;const _0x452540=_0x4f9482['plugins']['get']('TrackChangesEditing'),_0x53014e=_0x4f9482['locale'],_0x589e39=_0x4f9482['config']['get']('codeBlock')['languages'],_0x5e2874=_0x4f9482['commands']['get']('codeBlock');_0x452540['enableCommand']('indentCodeBlock'),_0x452540['enableCommand']('outdentCodeBlock'),_0x452540['enableCommand']('codeBlock',(_0x74496a,_0x14e6c4={})=>{const _0xfb1e7b=_0x4f9482['model'],_0x3d8fe3=_0x4f9482['model']['document']['selection'],_0x120def=_0x14e6c4&&void 0x0!==_0x14e6c4['forceValue']?_0x14e6c4['forceValue']:!_0x5e2874['value'];let _0x2b15e7;_0x14e6c4['language']||(_0x14e6c4['language']=_0x589e39[0x0]['language']),_0x2b15e7=_0x120def?Array['from'](_0x3d8fe3['getSelectedBlocks']())['filter'](_0x1697a4=>eo(_0x1697a4)||function(_0x2a4696,_0x38ab7e){if(_0x2a4696['is']('rootElement')||_0x38ab7e['isLimit'](_0x2a4696))return!0x1;return _0x38ab7e['checkChild'](_0x2a4696['parent'],'codeBlock');}(_0x1697a4,_0xfb1e7b['schema'])):Array['from'](_0x3d8fe3['getSelectedBlocks']())['filter'](_0x45f00d=>eo(_0x45f00d));const _0xfb6cf4=to(_0x2b15e7,_0xfb1e7b);_0xfb1e7b['change'](()=>{for(const _0xe2dec2 of _0xfb6cf4)_0x452540['markBlockFormat'](_0xe2dec2,{'commandName':'codeBlock','commandParams':[{..._0x14e6c4,'forceValue':_0x120def}],'formatGroupId':'blockName'});});}),(_0x452540['descriptionFactory']['registerElementLabel']('codeBlock',_0x54fadf=>o(_0x53014e,'ELEMENT_CODE_BLOCK',_0x54fadf)),_0x452540['descriptionFactory']['registerDescriptionCallback'](_0x4a5837=>{if('formatBlock'!=_0x4a5837['type'])return;const _0x3572fc=_0x53014e['t'],{data:_0x34f1fd}=_0x4a5837;if(!_0x34f1fd||'codeBlock'!=_0x34f1fd['commandName'])return;const _0x1520be=_0x34f1fd['commandParams'][0x0]['language'],_0x2a088d=_0x3572fc(_0x589e39['find'](_0x18222e=>_0x18222e['language']===_0x1520be)['label'])['toLowerCase']();return _0x34f1fd['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x53014e,'*Set\x20format:*\x20%0',o(_0x53014e,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x2a088d+')')}:{'type':'format','content':o(_0x53014e,'*Remove\x20format:*\x20%0',o(_0x53014e,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x42ecd4){return'codeBlock'==_0x42ecd4['name'];}class q extends _0x4ba4b5{['afterInit'](){const _0x4bab85=this['editor'];if(!_0x4bab85['plugins']['has']('CommentsEditing'))return;_0x4bab85['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x513c55,_0x40b937,_0xc5d347){const _0x5a7e46=[];for(const _0x5a7832 of _0x40b937['getItems']())_0x5a7832['hasAttribute'](_0x513c55)&&_0x5a7e46['push'](_0xc5d347['createRangeOn'](_0x5a7832));return _0x5a7e46;}function _e(_0x38d08f,_0x27fc9d,{showActiveMarker:_0xabfecf=!0x0}={}){const _0x96b8c3=_0x38d08f['plugins']['get']('TrackChangesEditing');return(_0x59a53f,_0x3d038d,_0x31bcfa)=>{if(!_0x31bcfa['consumable']['test'](_0x3d038d['markerRange'],_0x59a53f['name']))return;const _0x2fa740=_0x3d038d['markerRange']['getWalker'](),_0x143328=_0x3d038d['markerRange']['start'],_0x1e8f94=_0x38d08f['model']['schema'];let _0x29357d=null,_0x51acfb=null,_0x4d7b19=!0x1,_0x95f27=!0x1;for(const _0x1331fc of _0x2fa740){const _0x544caf=_0x1331fc['item'];_0x4d7b19=_0x4d7b19||_0x1e8f94['isContent'](_0x544caf);const _0x39592d=_0x31bcfa['mapper']['toViewElement'](_0x544caf);if(_0x39592d&&_0x39592d['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x1331fc['type']&&(_0x1e8f94['isBlock'](_0x544caf)&&!_0x1e8f94['isLimit'](_0x544caf)&&(_0x544caf['nextSibling']||_0x143328['isAtEnd']?_0x29357d&&_0x29357d['parent']==_0x544caf||(_0x29357d=_0x544caf,_0x60a8b7(_0x1331fc['previousPosition']),_0x95f27=!0x0):_0x51acfb=_0x51acfb||_0x1331fc['previousPosition']));}function _0x60a8b7(_0x3cad45){const {authorId:_0x247277}=_0x96b8c3['_splitMarkerName'](_0x3d038d['markerName']),_0x1a0e84=_0x31bcfa['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x27fc9d,'data-author-id':_0x247277}),_0x1010d3=_0x31bcfa['mapper']['toViewPosition'](_0x3cad45);_0xabfecf&&_0x96b8c3['activeMarkers']['includes'](_0x3d038d['markerName'])&&_0x31bcfa['writer']['addClass']('ck-suggestion-marker--active',_0x1a0e84),_0x31bcfa['writer']['insert'](_0x1010d3,_0x1a0e84),_0x31bcfa['mapper']['bindElementToMarker'](_0x1a0e84,_0x3d038d['markerName']);}_0x4d7b19||_0x95f27||!_0x51acfb||_0x60a8b7(_0x51acfb);};}class z extends _0x4ba4b5{static get['requires'](){return[_0x4bb97e];}['init'](){const _0x206c2=this['editor'],_0x15c249=_0x206c2['plugins']['get']('TrackChangesEditing');_0x15c249['enableCommand']('delete');const _0x4e669c=_0x206c2['commands']['get']('deleteForward');_0x15c249['enableCommand']('deleteForward',(_0x2f0c49,_0x3fee00={})=>{const _0x278b5f=_0x206c2['model']['createSelection'](_0x206c2['model']['document']['selection']);_0x278b5f['isCollapsed']&&_0x206c2['model']['modifySelection'](_0x278b5f,{'direction':'forward','unit':_0x3fee00['unit']});const _0x388e2e=_0x278b5f['getFirstRange'](),_0x7dc25e=_0x1a312e['fromRange'](_0x388e2e);let _0x1e808e;_0x2f0c49(_0x3fee00),_0x1e808e='$graveyard'==_0x7dc25e['root']['rootName']?_0x206c2['model']['createRange'](_0x388e2e['start']):_0x206c2['model']['createRange'](_0x7dc25e['start'],_0x7dc25e['end']),_0x7dc25e['detach'](),_0x206c2['model']['enqueueChange'](_0x4e669c['buffer']['batch'],_0x36fc01=>{_0x4e669c['buffer']['lock'](),_0x36fc01['setSelection'](_0x36fc01['createRange'](_0x1e808e['end'])),_0x4e669c['buffer']['unlock']();});}),_0x206c2['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x206c2,'merge'),{'priority':'high'}),_0x206c2['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x37fe73,_0x1bc603,_0x3531c2)=>{_0x3531c2['options']['showSuggestionHighlights']&&_e(_0x206c2,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x37fe73,_0x1bc603,_0x3531c2);},{'priority':'high'}),_0x206c2['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x245cc2,_0x2d7236,_0xfec1c7)=>{const _0x16669e=_0xfec1c7['mapper']['markerNameToElements'](_0x2d7236['markerName']);if(_0x16669e){for(const _0xb2b5e0 of _0x16669e)_0xb2b5e0['is']('uiElement')&&(_0xfec1c7['mapper']['unbindElementFromMarkerName'](_0xb2b5e0,_0x2d7236['markerName']),_0xfec1c7['writer']['remove'](_0xb2b5e0));}},{'priority':'high'});}}class K extends _0x4ba4b5{['afterInit'](){const _0x57325a=this['editor'];if(!_0x57325a['plugins']['has']('ListEditing'))return;const _0x1622d6=_0x57325a['locale'],_0x1718c6=_0x57325a['plugins']['get']('TrackChangesEditing'),_0x14c69f=_0x57325a['plugins']['has']('TodoListEditing'),_0x2f2718=!!_0x57325a['config']['get']('list.multiBlock');function _0x8f97da(_0x2cb342){return{'type':'format','content':''+o(_0x1622d6,'*Set\x20format:*\x20%0',_0x2cb342)};}function _0x5d09b2(_0x3b0af0){return{'type':'format','content':''+o(_0x1622d6,'*Remove\x20format:*\x20%0',_0x3b0af0)};}_0x1718c6['enableDefaultAttributesIntegration']('numberedList'),_0x1718c6['enableDefaultAttributesIntegration']('bulletedList'),_0x1718c6['enableDefaultAttributesIntegration']('customNumberedList'),_0x1718c6['enableDefaultAttributesIntegration']('customBulletedList'),_0x1718c6['enableDefaultAttributesIntegration']('indentList'),_0x1718c6['enableDefaultAttributesIntegration']('outdentList'),_0x1718c6['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x1718c6['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x1718c6['registerBlockAttribute']('listItemId'),_0x1718c6['registerBlockAttribute']('listType'),_0x1718c6['registerBlockAttribute']('listIndent'),_0x2f2718&&(_0x1718c6['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x1718c6['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x14c69f&&(_0x1718c6['enableDefaultAttributesIntegration']('todoList'),_0x1718c6['enableDefaultAttributesIntegration']('checkTodoList'),_0x1718c6['registerBlockAttribute']('todoListChecked'),_0x1718c6['descriptionFactory']['registerDescriptionCallback'](_0x54da96=>{const {data:_0x48ceed}=_0x54da96;if(_0x48ceed&&'todoListChecked'==_0x48ceed['key'])return{'type':'format','content':_0x48ceed['newValue']?o(_0x1622d6,'*Check\x20item*'):o(_0x1622d6,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x307cb4=>{if(_0x307cb4['batch']['isUndo'])return!0x1;let _0x58d492=!0x1;const _0x473c5f=_0x1718c6['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x23924f=>'todoListChecked'===_0x1718c6['_getAttributeKey'](_0x23924f));for(const _0x16d2c8 of _0x473c5f){'todo'!=_0x16d2c8['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x1718c6['_findSuggestions'](_0x16d2c8['getFirstRange'](),'attribute')['find'](_0x2dff43=>'listType'===_0x1718c6['_getAttributeKey'](_0x2dff43['suggestion']))||(_0x307cb4['removeMarker'](_0x16d2c8['getFirstMarker']()),_0x58d492=!0x0));}return _0x58d492;})),_0x1718c6['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x1622d6,'FORMAT_INDENT'));const _0xfb8c63={'type':'format','content':''};_0x1718c6['descriptionFactory']['registerDescriptionCallback'](_0x3a6a08=>{const {data:_0x1f37fb}=_0x3a6a08;if(!_0x1f37fb||'listType'!=_0x1f37fb['key'])return;let _0x53fa27=_0x3a6a08['head'];for(;_0x53fa27;){if(_0x53fa27['data']&&(('listStyle'==_0x53fa27['data']['key']||'listMarkerStyle'==_0x53fa27['data']['key'])&&(_0x53fa27['data']['newValue']&&'default'!=_0x53fa27['data']['newValue']||'default'!=_0x53fa27['data']['oldValue']&&!_0x1f37fb['newValue'])||!_0x2f2718&&_0x53fa27['data']['key']==m))return _0xfb8c63;_0x53fa27=_0x53fa27['next'];}if(null==_0x1f37fb['newValue'])switch(_0x1f37fb['oldValue']){case'bulleted':return _0x5d09b2(o(_0x1622d6,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x5d09b2(o(_0x1622d6,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x5d09b2(o(_0x1622d6,'ELEMENT_TODO_LIST'));}switch(_0x1f37fb['newValue']){case'bulleted':return _0x8f97da(o(_0x1622d6,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x8f97da(o(_0x1622d6,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x8f97da(o(_0x1622d6,'ELEMENT_TODO_LIST'));}}),_0x1718c6['descriptionFactory']['registerDescriptionCallback'](_0xd4e45f=>{const {data:_0x55aa1f}=_0xd4e45f;if(_0x55aa1f&&'listIndent'==_0x55aa1f['key'])return null==_0x55aa1f['newValue']||null==_0x55aa1f['oldValue']&&0x0==_0x55aa1f['newValue']?_0xfb8c63:void 0x0;}),_0x1718c6['descriptionFactory']['registerDescriptionCallback'](_0xe3b61a=>{if('attribute'!=_0xe3b61a['type'])return;const {data:_0x5a399e}=_0xe3b61a;if(!_0x5a399e||'listItemId'!=_0x5a399e['key'])return;const _0x48fe15=Ee(_0xe3b61a);return'newValue'==_0x48fe15?{'type':'format','content':o(_0x1622d6,'*Merge:*\x20list\x20item')}:'oldValue'==_0x48fe15?{'type':'format','content':o(_0x1622d6,'*Split:*\x20list\x20item')}:_0xfb8c63;}),_0x57325a['model']['document']['registerPostFixer'](_0x230669=>this['listItemIdFixer'](_0x230669)),_0x57325a['model']['document']['registerPostFixer'](_0x4311bd=>this['noTrackChangesFixer'](_0x4311bd)),_0x57325a['model']['document']['on']('change:data',(_0x1e583a,_0x150eb4)=>{if(_0x150eb4['isUndo']||!_0x150eb4['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x4afaa1){if(_0x4afaa1['batch']['isUndo']||!_0x4afaa1['batch']['isLocal'])return!0x1;let _0x1b643f=!0x1;const _0x2c86b8=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3919d7=>_0x3919d7['data']&&'listItemId'==_0x3919d7['data']['key'])['filter'](_0x2ad595=>_0x2ad595['data']['newValue']&&_0x2ad595['data']['oldValue']);for(const _0xa89659 of _0x2c86b8)Ee(_0xa89659)||(_0x4afaa1['removeMarker'](_0xa89659['getFirstMarker']()),_0x1b643f=!0x0);return _0x1b643f;}['noTrackChangesFixer'](_0x1e87d4){if(_0x1e87d4['batch']['isUndo']||!_0x1e87d4['batch']['isLocal'])return!0x1;const _0x30ef53=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x30ef53['trackChangesCommand']['value'])return!0x1;let _0x49e954=!0x1;const _0x245b41=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x19b3c7=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x482d3d=>'attribute'==_0x482d3d['type'])['filter'](_0x362ea6=>_0x245b41['includes'](_0x362ea6['attributeKey']));if(0x0==_0x19b3c7['length'])return _0x49e954;for(const _0x3723f1 of _0x19b3c7){const _0x37b890=_0x30ef53['_findSuggestions'](_0x3723f1['range'],'attribute')['filter'](_0x56b6a2=>!_0x56b6a2['meta']['isNextTo'])['map'](_0x39b39b=>_0x39b39b['suggestion'])['filter'](_0x322150=>{const _0x487448=_0x30ef53['_getAttributeKey'](_0x322150);return _0x245b41['includes'](_0x487448);});if(_0x37b890['length']){for(const _0x5930b5 of _0x37b890)_0x1e87d4['removeMarker'](_0x5930b5['getFirstMarker']());_0x49e954=!0x0;}}return _0x49e954;}['assureChains'](){const _0x999c44=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3793bc=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x4e4042;const _0x41ea3e=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x46c883=>{if(_0x46c883['data']['oldRange']||!_0x46c883['data']['newRange'])return null;if(!_0x46c883['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x20cb96}=_0x999c44['_splitMarkerName'](_0x46c883['name']);if(!_0x999c44['hasSuggestion'](_0x20cb96))return null;const _0x9dd282=_0x999c44['getSuggestion'](_0x20cb96);return _0x3793bc['includes'](_0x9dd282['data']['key']);})['map'](_0x5a5738=>{const {id:_0x25f6db}=_0x999c44['_splitMarkerName'](_0x5a5738['name']),_0x584ae1=_0x999c44['getSuggestion'](_0x25f6db);return _0x4e4042=_0x584ae1['attributes']['groupId'],_0x584ae1['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x41ea3e['size'])return;const _0x112955=_0x999c44['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5b8a13=>'attribute'==_0x5b8a13['type']&&_0x5b8a13['data']&&_0x3793bc['includes'](_0x5b8a13['data']['key'])&&_0x5b8a13['attributes']['groupId']!=_0x4e4042)['map'](_0x522e33=>({'listItem':_0x522e33['getFirstRange']()['start']['nodeAfter'],'groupId':_0x522e33['attributes']['groupId']})),_0x58995f=new Set();for(const {groupId:_0x3b8626,listItem:_0x4c4078}of _0x112955)_0x41ea3e['has'](_0x4c4078)&&_0x58995f['add'](_0x3b8626);for(const _0x5d7cf1 of _0x999c44['getSuggestions']())_0x58995f['has'](_0x5d7cf1['attributes']['groupId'])&&_0x5d7cf1['setAttribute']('groupId',_0x4e4042);}['_supportLegacySuggestions'](){const _0x3d6b69=this['editor'],_0x3a4a62=_0x3d6b69['locale'],_0x5eb202=_0x3d6b69['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x5eb202['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x16ccca,_0x52c645){const _0x37ab70=[];for(let _0x3a02ae of _0x16ccca)_0x3a02ae['start']['nodeAfter']===_0x3a02ae['end']['parent']&&(_0x3a02ae=_0x3d6b69['model']['createRange'](_0x3d6b69['model']['createPositionAt'](_0x3a02ae['start']['nodeAfter'],0x0))),_0x37ab70['push'](_0x3a02ae);_0x3d6b69['model']['change'](_0xbb560a=>{const _0x407648=_0x3d6b69['model']['document']['selection'],_0x4e0cc4=Array['from'](_0x407648['getRanges']())['map'](_0x49eeff=>_0x1a312e['fromRange'](_0x49eeff));_0xbb560a['setSelection'](_0x37ab70),_0x3d6b69['commands']['get'](_0x52c645['commandName'])['refresh'](),_0x52c645['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x3d6b69['execute'](_0x52c645['commandName'],..._0x52c645['commandParams']),_0xbb560a['setSelection'](_0x4e0cc4);for(const _0x43291f of _0x4e0cc4)_0x43291f['detach']();});}),_0x5eb202['descriptionFactory']['registerElementLabel'](function(_0xefc367){const _0x3b99a9=!_0x3d6b69['model']['schema']['isObject'](_0xefc367),_0x2320da=_0xefc367['previousSibling'],_0x5afe74=_0xefc367['nextSibling'],_0x12be78=_0xefc367['getAttribute']('listItemId'),_0x1ae5bf=!_0x2320da||_0x2320da['getAttribute']('listItemId')!==_0x12be78,_0x1375d6=!_0x5afe74||_0x5afe74['getAttribute']('listItemId')!==_0x12be78;return _0x3b99a9&&Boolean(_0x12be78)&&_0x1ae5bf&&_0x1375d6;},_0x554468=>o(_0x3a4a62,'ELEMENT_LIST_ITEM',_0x554468));}['_registerLegacyDescription'](){const _0x381fe3=this['editor'],_0x55f910=_0x381fe3['locale'];function _0x5091f4(_0x5ccd06){const _0x25d8ac=_0x381fe3['commands']['get']('bulletedList')['value'],_0x5da4cd=_0x381fe3['commands']['get']('numberedList')['value'];return'numberedList'===_0x5ccd06?_0x25d8ac:_0x5da4cd;}_0x381fe3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x5dbb8e){if('formatBlock'!=_0x5dbb8e['type'])return;const {data:_0x2ab903}=_0x5dbb8e;if(!_0x2ab903)return;let _0x4a799d,_0x1f69e5,_0x550ad5,_0x51a27a;switch(_0x2ab903['commandName']){case'bulletedList':_0x550ad5=_0x2ab903['commandParams'][0x0]['forceValue'],_0x51a27a=_0x5091f4(_0x2ab903['commandName']),_0x4a799d=_0x550ad5?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x51a27a&&_0x381fe3['config']['get']('list.multiBlock')||(_0x4a799d='*Change\x20to:*\x20%0'),_0x1f69e5={'type':'format','content':o(_0x55f910,_0x4a799d,o(_0x55f910,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x550ad5=_0x2ab903['commandParams'][0x0]['forceValue'],_0x51a27a=_0x5091f4(_0x2ab903['commandName']),_0x4a799d=_0x550ad5?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x51a27a&&_0x381fe3['config']['get']('list.multiBlock')||(_0x4a799d='*Change\x20to:*\x20%0'),_0x1f69e5={'type':'format','content':o(_0x55f910,_0x4a799d,o(_0x55f910,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x4a799d='*Indent:*\x20%0',_0x1f69e5={'type':'format','content':o(_0x55f910,_0x4a799d,o(_0x55f910,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x4a799d=function(_0x303ed9){const _0x5be2e1=_0x303ed9['getFirstRange']();let _0x2f6960=_0x5be2e1['start']['nodeAfter'];for(;_0x2f6960&&_0x5be2e1['containsItem'](_0x2f6960);){if(_0x2f6960['getAttribute']('listIndent')>0x0)return!0x1;_0x2f6960=_0x2f6960['nextSibling'];}return!0x0;}(_0x5dbb8e)?o(_0x55f910,'*Format:*\x20remove\x20from\x20%0',o(_0x55f910,function(_0x46fb87){return'ELEMENT_'+_0x46fb87['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x5dbb8e))):o(_0x55f910,'*Outdent:*\x20%0',o(_0x55f910,'ELEMENT_LIST_ITEM')),_0x1f69e5={'type':'format','content':_0x4a799d};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x2ab903['multipleBlocks']&&(_0x4a799d='*Merge:*\x20%0',_0x1f69e5={'type':'deletion','content':o(_0x55f910,_0x4a799d,o(_0x55f910,'ELEMENT_LIST_ITEM'))});}return _0x1f69e5;});}}function Ee(_0x278aff){let _0x4629dc=_0x278aff['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x4629dc;){const _0x50b1b1=_0x4629dc['getAttribute']('listItemId');if(!_0x50b1b1)return!0x1;if(_0x50b1b1==_0x278aff['data']['newValue'])return'newValue';if(_0x50b1b1==_0x278aff['data']['oldValue'])return'oldValue';_0x4629dc=_0x4629dc['previousSibling'];}return!0x1;}class pe extends _0x4ba4b5{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x2c7eaa=this['editor']['config']['get']('list.properties'),_0x1ec832=this['editor']['plugins']['get']('TrackChangesEditing');_0x2c7eaa['styles']&&(_0x1ec832['enableDefaultAttributesIntegration']('listStyle'),_0x1ec832['registerBlockAttribute']('listStyle')),_0x2c7eaa['reversed']&&(_0x1ec832['enableDefaultAttributesIntegration']('listReversed'),_0x1ec832['registerBlockAttribute']('listReversed')),_0x2c7eaa['startIndex']&&(_0x1ec832['enableDefaultAttributesIntegration']('listStart'),_0x1ec832['registerBlockAttribute']('listStart'));const _0x46c422={'type':'format','content':''};_0x1ec832['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x4ab159=this['editor']['locale'];_0x1ec832['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x4ab159,'FORMAT_LIST_REVERSED')),_0x1ec832['descriptionFactory']['registerDescriptionCallback'](_0x33ae4f=>{const {data:_0xab71f}=_0x33ae4f;if(_0xab71f&&'listReversed'==_0xab71f['key'])return null==_0xab71f['newValue']||0x0==_0xab71f['newValue']&&null==_0xab71f['oldValue']?_0x46c422:void 0x0;}),_0x1ec832['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x4ab159,'FORMAT_LIST_START')),_0x1ec832['descriptionFactory']['registerDescriptionCallback'](_0x5ada65=>{const {data:_0x5c84d6}=_0x5ada65;if(_0x5c84d6&&'listStart'==_0x5c84d6['key'])return null==_0x5c84d6['newValue']||0x1==_0x5c84d6['newValue']&&null==_0x5c84d6['oldValue']?_0x46c422:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x5984a6=>{if(_0x5984a6['batch']['isUndo'])return!0x1;let _0x11f065=!0x1;const _0x467ac4=_0x1ec832['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2c9cbf=>{const _0x4cda9a=_0x1ec832['_getAttributeKey'](_0x2c9cbf);return'listStart'==_0x4cda9a||'listReversed'==_0x4cda9a;});for(const _0x58f0ee of _0x467ac4){const _0x2da4bb=_0x58f0ee['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x2da4bb||'customNumbered'==_0x2da4bb)continue;_0x1ec832['_findSuggestions'](_0x58f0ee['getFirstRange'](),'attribute')['find'](_0x20b103=>'listType'==_0x1ec832['_getAttributeKey'](_0x20b103['suggestion']))||(_0x5984a6['removeMarker'](_0x58f0ee['getFirstMarker']()),_0x11f065=!0x0);}return _0x11f065;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x665efd){const _0x5d3b7c=this['editor']['locale'],{data:_0x4d9ac9}=_0x665efd,_0x5684f3={'type':'format','content':''};if(!_0x4d9ac9||'listStyle'!=_0x4d9ac9['key'])return;if(!_0x4d9ac9['oldValue'])return'default'==_0x4d9ac9['newValue']?_0x5684f3:{'type':'format','content':''+o(_0x5d3b7c,'*Set\x20format:*\x20%0',o(_0x5d3b7c,this['_getTranslationKeyForListStyle'](_0x4d9ac9['newValue'])))};if(!_0x4d9ac9['newValue']){if('default'==_0x4d9ac9['oldValue'])return _0x5684f3;let _0x4573e8=_0x665efd['head'];for(;_0x4573e8;){if(_0x4573e8['data']&&'listType'==_0x4573e8['data']['key']&&_0x4573e8['data']['newValue'])return _0x5684f3;_0x4573e8=_0x4573e8['next'];}return{'type':'format','content':''+o(_0x5d3b7c,'*Remove\x20format:*\x20%0',o(_0x5d3b7c,this['_getTranslationKeyForListStyle'](_0x4d9ac9['oldValue'])))};}if('default'!=_0x4d9ac9['newValue'])return{'type':'format','content':''+o(_0x5d3b7c,'*Set\x20format:*\x20%0',o(_0x5d3b7c,this['_getTranslationKeyForListStyle'](_0x4d9ac9['newValue'])))};let _0x33570e=_0x665efd['head'];for(;_0x33570e;){if(_0x33570e['data']&&'listType'==_0x33570e['data']['key']&&_0x33570e['data']['newValue']&&_0x33570e['data']['oldValue'])return _0x5684f3;_0x33570e=_0x33570e['next'];}return{'type':'format','content':o(_0x5d3b7c,'*Set\x20format:*\x20%0',o(_0x5d3b7c,'ELEMENT_'+_0x665efd['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x43be63=this['editor'],_0x42ad6a=_0x43be63['locale'];_0x43be63['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x39c231=>{if('formatBlock'!=_0x39c231['type'])return;const {data:_0x5b0792}=_0x39c231;if(!_0x5b0792)return;let _0x250cca,_0x4326a1;switch(_0x5b0792['commandName']){case'listStyle':_0x250cca='*Change\x20to:*\x20%0',_0x4326a1={'type':'format','content':o(_0x42ad6a,_0x250cca,o(_0x42ad6a,this['_getTranslationKeyForListStyle'](_0x5b0792['commandParams'][0x0]['type'])))};break;case'listReversed':_0x250cca=_0x5b0792['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x4326a1={'type':'format','content':o(_0x42ad6a,_0x250cca)};break;case'listStart':_0x250cca='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x4326a1={'type':'format','content':o(_0x42ad6a,_0x250cca,_0x5b0792['commandParams'][0x0]['startIndex'])};}return _0x4326a1;});}['_getTranslationKeyForListStyle'](_0x5469df){return'ELEMENT_'+function(_0x3c9b0f){if(ye['includes'](_0x3c9b0f))return'bulleted';if(Se['includes'](_0x3c9b0f))return'numbered';return null;}(_0x5469df)['toUpperCase']()+'_LIST_'+_0x5469df['toUpperCase']()['replace'](/-/g,'_');}}const ye=['disc','circle','square'],Se=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class Q extends _0x4ba4b5{static get['requires'](){return[_0x2cfbc4];}['init'](){const _0x220caf=this['editor'],_0x2f109f=_0x220caf['plugins']['get']('TrackChangesEditing'),_0x8d0fa3=_0x220caf['commands']['get']('enter');_0x2f109f['enableCommand']('enter',()=>{_0x220caf['model']['change'](_0x23bf49=>{const _0x25cfac=_0x220caf['model']['document']['selection'],_0x5714da=_0x25cfac['getFirstPosition'](),_0x4cf4d3=_0x1a312e['fromRange'](_0x25cfac['getFirstRange']());if(_0x8d0fa3['enterBlock'](_0x23bf49)){const _0x480bee=_0x220caf['model']['createPositionAt'](_0x5714da['parent']['nextSibling'],0x0),_0x47836d=_0x23bf49['createRange'](_0x5714da,_0x480bee);_0x2f109f['markInsertion'](_0x47836d);}else _0x23bf49['setSelection'](_0x23bf49['createRange'](_0x4cf4d3['end']));_0x4cf4d3['detach'](),_0x8d0fa3['fire']('afterExecute',{'writer':_0x23bf49});});}),_0x220caf['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x220caf,'split'),{'priority':'high'}),_0x220caf['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x18ba4a,_0x52a216,_0x22fe00)=>{const _0x3c93cd=_0x22fe00['mapper']['markerNameToElements'](_0x52a216['markerName']);if(_0x3c93cd){for(const _0x1af6fc of _0x3c93cd)_0x1af6fc['hasClass']('ck-suggestion-marker-split')&&(_0x22fe00['mapper']['unbindElementFromMarkerName'](_0x1af6fc,_0x52a216['markerName']),_0x22fe00['writer']['remove'](_0x1af6fc));}},{'priority':'high'}),_0x220caf['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x41305b,_0x2c5fa3,_0x1710c5)=>{_0x1710c5['options']['showSuggestionHighlights']&&_e(_0x220caf,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x41305b,_0x2c5fa3,_0x1710c5);},{'priority':'high'});}}class X extends _0x4ba4b5{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x23ecf2=this['editor']['plugins']['get']('TrackChangesEditing');_0x23ecf2['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x23ecf2['enableCommand']('findNext'),_0x23ecf2['enableCommand']('findPrevious'),_0x23ecf2['enableCommand']('replace'),_0x23ecf2['enableCommand']('replaceAll');}['handleFindCommand'](_0x1514c6,_0xe560,_0x4b18af={}){const _0x184410=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x1514c6(_0x172b56=>{let _0x314917=('string'==typeof _0xe560?_0x184410['findByTextCallback'](_0xe560,_0x4b18af):_0xe560)(_0x172b56);Array['isArray'](_0x314917)&&(_0x314917={'results':_0x314917,'searchText':'string'==typeof _0xe560?_0xe560:''});const _0x4e2c67=_0x314917['results']['filter'](_0x1d6fdf=>!0x1===this['_isInDeletionRange'](_0x1d6fdf,_0x172b56['item']));return{..._0x314917,'results':_0x4e2c67};},_0x4b18af);}['_isInDeletionRange'](_0xba26ba,_0x237fe0){const _0x48afee=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x237fe0,_0xba26ba['start']),this['editor']['model']['createPositionAt'](_0x237fe0,_0xba26ba['end']));for(const _0x1dde90 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x48afee['getIntersection'](_0x1dde90['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 _0x4ba4b5{['afterInit'](){const _0x2532ca=this['editor']['locale'],_0x16253d=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x334d28,commandName:_0x4e6bd5}of ro)this['editor']['plugins']['has'](_0x334d28)&&(_0x16253d['enableDefaultAttributesIntegration'](_0x4e6bd5),_0x16253d['registerInlineAttribute'](_0x4e6bd5));_0x16253d['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x2532ca,'FORMAT_FONT_SIZE')),_0x16253d['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x2532ca,'FORMAT_FONT_FAMILY')),_0x16253d['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x2532ca,'FORMAT_FONT_COLOR')),_0x16253d['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x2532ca,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2d198d=this['editor'],_0x96e03c=_0x2d198d['locale'];_0x2d198d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4982b1=>{const _0x115e50=_0x96e03c['t'];if('formatInline'!=_0x4982b1['type'])return;const {data:_0xa49122}=_0x4982b1;if(null!=_0xa49122){if('fontSize'==_0xa49122['commandName']){const _0x39164a=_0xa49122['commandParams'][0x0]['value'];if(_0x39164a){const _0x5c4134=_0x115e50(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x4edec6=>_0x4edec6['model']==_0x39164a)['title'])['toLowerCase']();return{'type':'format','content':o(_0x96e03c,'*Set\x20font\x20size:*\x20%0',_0x5c4134)};}return{'type':'format','content':o(_0x96e03c,'*Reset\x20font\x20size*')};}if('fontFamily'==_0xa49122['commandName']){const _0x44effb=_0xa49122['commandParams'][0x0]['value'];return _0x44effb?{'type':'format','content':o(_0x96e03c,'*Set\x20font\x20family:*\x20%0',_0x44effb)}:{'type':'format','content':o(_0x96e03c,'*Reset\x20font\x20family*')};}if('fontColor'==_0xa49122['commandName']){const _0x5121f4=_0xa49122['commandParams'][0x0]['value'];if(_0x5121f4){const _0x18c9b3=_0x273313(this['editor']['config']['get']('fontColor.colors'))['find'](_0x5928a5=>_0x5928a5['model']==_0x5121f4);let _0x8d0e72=_0x5121f4,_0x479d6f='';return _0x18c9b3&&(_0x8d0e72=_0x18c9b3['label'],_0x479d6f=_0x115e50(_0x8d0e72)['toLowerCase']()),{'type':'format','content':o(_0x96e03c,'*Set\x20font\x20color:*\x20%0',_0x479d6f)['trim'](),'color':{'value':_0x5121f4,'title':_0x479d6f||_0x8d0e72}};}return{'type':'format','content':o(_0x96e03c,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0xa49122['commandName']){const _0x4eb937=_0xa49122['commandParams'][0x0]['value'];if(_0x4eb937){const _0x40c40e=_0x273313(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x1b8fd3=>_0x1b8fd3['model']==_0x4eb937);let _0x49c34a=_0x4eb937,_0x4aaa94='';return _0x40c40e&&(_0x49c34a=_0x40c40e['label'],_0x4aaa94=_0x115e50(_0x49c34a)['toLowerCase']()),{'type':'format','content':o(_0x96e03c,'*Set\x20font\x20background\x20color:*\x20%0',_0x4aaa94)['trim'](),'color':{'value':_0x4eb937,'title':_0x4aaa94||_0x49c34a}};}return{'type':'format','content':o(_0x96e03c,'*Reset\x20font\x20background\x20color*')};}}});}}class Z extends _0x4ba4b5{['afterInit'](){const _0x1c0f68=this['editor'],_0x523079=_0x1c0f68['plugins']['get']('TrackChangesEditing'),_0x441e9f=_0x1c0f68['commands']['get']('copyFormat'),_0x3ee4e7=_0x1c0f68['commands']['get']('pasteFormat');_0x441e9f&&_0x3ee4e7&&(_0x523079['enableDefaultAttributesIntegration']('pasteFormat'),_0x523079['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x20cc8e=this['editor'],_0x3c16ca=_0x20cc8e['locale'];_0x20cc8e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x321fb3=>{if('formatBlock'!=_0x321fb3['type']&&'formatInline'!=_0x321fb3['type'])return;const {data:_0x2f9707}=_0x321fb3;if(_0x2f9707&&'pasteFormat'===_0x2f9707['commandName']){const _0x94c36d=[],_0xca8541=_0x2f9707['commandParams'][0x0];for(const [_0x1d4f50,_0x33d90b]of Object['entries'](_0xca8541))_0x94c36d['push'](so(_0x20cc8e,_0x1d4f50,_0x33d90b));return _0x94c36d['length']?{'type':'format','content':o(_0x3c16ca,'*Set\x20format\x20to:*\x20%0',_0x94c36d['join'](',\x20'))}:{'type':'format','content':o(_0x3c16ca,'*Remove\x20all\x20formatting*')};}});}}function so(_0x378c6c,_0x4f9e98,_0x5bb3e8){const _0x27e6b9=_0x378c6c['locale']['t'],_0x2f73ce=_0x4f9e98['split'](/(?=[A-Z])/)['join']('\x20'),_0x2c7ba1=_0x27e6b9(_0x2f73ce['charAt'](0x0)['toUpperCase']()+_0x2f73ce['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x5bb3e8)return _0x2c7ba1;if('fontColor'===_0x4f9e98||'fontBackgroundColor'===_0x4f9e98){const _0x153f0f=_0x273313(_0x378c6c['config']['get']('fontColor.colors'))['find'](_0xe7eb72=>_0xe7eb72['model']==_0x5bb3e8);return _0x2c7ba1+'\x20('+(_0x153f0f?_0x27e6b9(_0x153f0f['label'])['toLowerCase']():_0x5bb3e8)+')';}if('fontSize'===_0x4f9e98&&isNaN(parseFloat(_0x5bb3e8))){const _0x45bf83=_0x378c6c['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x378c6c['config']['get']('fontSize.options'))['find'](_0xc090c0=>_0xc090c0['model']==_0x5bb3e8);return _0x2c7ba1+'\x20('+(_0x45bf83?_0x27e6b9(_0x45bf83['title'])['toLowerCase']():_0x5bb3e8)+')';}return _0x2c7ba1+'\x20('+_0x5bb3e8+')';}class tt extends _0x4ba4b5{['_headingOptions'];['afterInit'](){const _0x1f1c52=this['editor'];if(!_0x1f1c52['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x1f1c52['config']['get']('heading.options');const _0x2bb13d=_0x1f1c52['locale'],_0x3a22ce=_0x1f1c52['plugins']['get']('TrackChangesEditing');_0x3a22ce['enableDefaultAttributesIntegration']('heading');for(const _0x28d604 of this['_headingOptions'])'paragraph'!=_0x28d604['model']&&_0x3a22ce['descriptionFactory']['registerElementLabel'](_0x28d604['model'],_0x3f793b=>{const _0x5103ba=this['_getHeadingLevel'](_0x28d604['model']);return null!==_0x5103ba?_0x2f88af(_0x3f793b,_0x5103ba):_0x362439(_0x3f793b,_0x28d604['title']);});function _0x2f88af(_0x471bca,_0x313f16){return o(_0x2bb13d,'ELEMENT_HEADING',[_0x471bca,_0x313f16]);}function _0x362439(_0x285d52,_0x3d5a3b){return o(_0x2bb13d,'ELEMENT_HEADING_CUSTOM',[_0x285d52,_0x3d5a3b]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x48ce21=this['editor'],_0x1f088e=_0x48ce21['locale'];function _0x1b6a1f(_0xcdbe59,_0x1b3881){return o(_0x1f088e,'ELEMENT_HEADING_CUSTOM',[_0xcdbe59,_0x1b3881]);}_0x48ce21['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x16a488=>{if('formatBlock'!=_0x16a488['type'])return;const {data:_0x3c581c}=_0x16a488;if(_0x3c581c&&'heading'==_0x3c581c['commandName']){const _0x5bfec7=_0x3c581c['commandParams'][0x0]['value'],_0xeae455=this['_getHeadingLevel'](_0x5bfec7);if(null!==_0xeae455)return{'type':'format','content':o(_0x1f088e,'*Change\x20to:*\x20%0',(_0x522494=0x1,_0x13cc34=_0xeae455,o(_0x1f088e,'ELEMENT_HEADING',[_0x522494,_0x13cc34])))};const _0x5b996f=this['_headingOptions']['find'](_0x45cb76=>_0x45cb76['model']===_0x5bfec7)['title'];return{'type':'format','content':o(_0x1f088e,'*Change\x20to:*\x20%0',_0x1b6a1f(0x1,_0x5b996f))};}var _0x522494,_0x13cc34;});}['_getHeadingLevel'](_0x556ddf){const _0x1e2738=_0x556ddf['match'](/^heading(\d+)/);if(_0x1e2738)return _0x1e2738[0x1];const _0xdd70ea=this['_headingOptions']?.['find'](_0x503da4=>_0x503da4['model']==_0x556ddf);if(_0xdd70ea&&_0xdd70ea['view']){const _0x52f155=_0xdd70ea['view'],_0xff38a3=(_0x52f155['name']??_0x52f155)['match'](/^h(\d+)/);if(_0xff38a3)return _0xff38a3[0x1];}return null;}}class et extends _0x4ba4b5{['afterInit'](){const _0x91b8d8=this['editor'];if(!_0x91b8d8['plugins']['has']('HighlightEditing'))return;const _0x53f19b=_0x91b8d8['plugins']['get']('TrackChangesEditing'),_0x42c55a=_0x91b8d8['locale'];_0x53f19b['enableDefaultAttributesIntegration']('highlight'),_0x53f19b['registerInlineAttribute']('highlight'),_0x53f19b['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x42c55a,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xa7cc7=this['editor'],_0x447a55=_0xa7cc7['locale'];_0xa7cc7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3e5f8f=>{if('formatInline'!=_0x3e5f8f['type'])return;const {data:_0x407c34}=_0x3e5f8f;if(_0x407c34&&'highlight'==_0x407c34['commandName']){const _0x4e4fdd=_0x447a55['t'],_0xf020fe=_0x407c34['commandParams'][0x0]['value'];if(_0xf020fe){const _0x2aec30=_0xa7cc7['config']['get']('highlight.options')['find'](_0x4bc4ff=>_0x4bc4ff['model']==_0xf020fe),_0x1813eb=_0x4e4fdd(_0x2aec30['title'])['toLowerCase']();return{'type':'format','content':o(_0x447a55,'*Set\x20highlight:*\x20%0',_0x1813eb),'color':{'value':_0x2aec30['color'],'title':_0x2aec30['title']}};}return{'type':'format','content':o(_0x447a55,'*Remove\x20highlight*',o(_0x447a55,'FORMAT_HIGHLIGHT'))};}});}}class it extends _0x4ba4b5{['afterInit'](){const _0x5025fb=this['editor'];if(!_0x5025fb['plugins']['has']('HorizontalLineEditing'))return;_0x5025fb['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0xaed6ce=_0x5025fb['plugins']['get']('TrackChangesEditing'),_0x5e1c86=_0x5025fb['locale'];_0xaed6ce['descriptionFactory']['registerElementLabel']('horizontalLine',_0x183013=>o(_0x5e1c86,'ELEMENT_HORIZONTAL_LINE',_0x183013)),_0x5025fb['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x25aaeb,{writer:_0x753117,options:_0x42fa88})=>{if(!_0x42fa88['showSuggestionHighlights'])return null;const _0x282374=_0x753117['createContainerElement']('div'),_0x30b9b0=_0x753117['createEmptyElement']('hr');return _0x753117['addClass']('ck-horizontal-line',_0x282374),_0x753117['insert'](_0x753117['createPositionAt'](_0x282374,0x0),_0x30b9b0),_0x282374;},'converterPriority':'high'});}}class st extends _0x4ba4b5{['afterInit'](){const _0x6da693=this['editor'];if(!_0x6da693['plugins']['has']('HtmlEmbed'))return;const _0x5e12fc=_0x6da693['plugins']['get']('TrackChangesEditing'),_0x2cd71f=_0x6da693['locale'];_0x5e12fc['descriptionFactory']['registerElementLabel']('rawHtml',_0x4e1643=>o(_0x2cd71f,'ELEMENT_HTML_EMBED',_0x4e1643)),_0x5e12fc['enableDefaultAttributesIntegration']('htmlEmbed'),_0x5e12fc['registerBlockAttribute']('value'),_0x5e12fc['descriptionFactory']['registerDescriptionCallback'](_0x401a03=>{if('attribute'!=_0x401a03['type'])return;const {data:_0x2a6d8c}=_0x401a03;if(_0x2a6d8c&&'value'==_0x2a6d8c['key']&&_0x401a03['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x231a90=o(_0x2cd71f,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x2cd71f,'*Change\x20%0\x20content*',_0x231a90)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5e2c63=this['editor'],_0xc1f3f2=_0x5e2c63['locale'];_0x5e2c63['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1ca167=>{if('formatBlock'!=_0x1ca167['type'])return;const {data:_0x49a013}=_0x1ca167;if(_0x49a013&&'htmlEmbed'==_0x49a013['commandName']){const _0x3f6112=o(_0xc1f3f2,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0xc1f3f2,'*Change\x20%0\x20content*',_0x3f6112)};}});}}class nt extends _0x4ba4b5{['afterInit'](){const _0x3b3551=this['editor'];if(!_0x3b3551['plugins']['has']('ImageEditing'))return;const _0x3278eb=_0x3b3551['plugins']['get']('TrackChangesEditing'),_0x1833a9=_0x3b3551['plugins']['get']('ImageUtils'),_0x422ef0=_0x3b3551['locale'];_0x3278eb['enableCommand']('insertImage'),_0x3278eb['descriptionFactory']['registerElementLabel']('imageBlock',_0x546976=>o(_0x422ef0,'ELEMENT_IMAGE',_0x546976)),_0x3278eb['descriptionFactory']['registerElementLabel']('imageInline',_0x1c26ef=>o(_0x422ef0,'ELEMENT_INLINE_IMAGE',_0x1c26ef)),_0x3278eb['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x422ef0,'ELEMENT_CAPTION')),_0x3b3551['plugins']['has']('ImageUploadEditing')&&_0x3278eb['enableCommand']('uploadImage'),_0x3b3551['plugins']['has']('ImageBlockEditing')&&_0x3b3551['plugins']['has']('ImageInlineEditing')&&(_0x3278eb['enableCommand']('imageTypeInline',(_0x13163a,_0x26e14e)=>{const _0x88af0b=_0x1833a9['getClosestSelectedImageElement'](_0x3b3551['model']['document']['selection']);_0x3b3551['model']['change'](()=>{_0x3278eb['markBlockFormat'](_0x88af0b,{'commandName':'imageTypeInline','commandParams':[_0x26e14e]},[],'convertBlockImageToInline');});}),_0x3278eb['enableCommand']('imageTypeBlock',(_0x2bef18,_0x378922)=>{_0x3b3551['model']['change'](_0x540399=>{let _0x1dfb78=_0x1833a9['getClosestSelectedImageElement'](_0x3b3551['model']['document']['selection']),_0x165e06=_0x540399['createRangeOn'](_0x1dfb78);const _0x129252=_0x4317c1['fromPosition'](_0x165e06['start'],'toPrevious'),_0x2fc133=_0x4317c1['fromPosition'](_0x165e06['end'],'toNext');_0x3278eb['forceDefaultExecution'](()=>_0x2bef18(_0x378922)),_0x1dfb78=_0x1833a9['getClosestSelectedImageElement'](_0x3b3551['model']['document']['selection']),_0x165e06=_0x540399['createRangeOn'](_0x1dfb78);const _0x53e14d=_0x540399['createRange'](_0x129252,_0x2fc133);_0x129252['detach'](),_0x2fc133['detach'](),_0x3278eb['markBlockFormat'](_0x1dfb78,{'commandName':'imageTypeInline','commandParams':[_0x378922]},[],'convertInlineImageToBlock'),_0x53e14d['start']['isBefore'](_0x165e06['start'])&&_0x3278eb['markInsertion'](_0x540399['createRange'](_0x53e14d['start'],_0x165e06['start']),'convertInlineImageToBlock'),_0x165e06['end']['isBefore'](_0x53e14d['end'])&&_0x3278eb['markInsertion'](_0x540399['createRange'](_0x165e06['end'],_0x53e14d['end']),'convertInlineImageToBlock');});}),_0x3278eb['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x3278eb['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x3278eb['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x3278eb['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x3278eb['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x3278eb['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x988c6c])=>{const _0x4823b4=_0x3278eb['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x5ac480=_0x988c6c['start'],_0x410ff0=_0x988c6c['end'];const _0x381a6b=_0x3b3551['model']['schema']['getNearestSelectionRange'](_0x5ac480,'backward'),_0x207f3d=_0x3b3551['model']['schema']['getNearestSelectionRange'](_0x410ff0,'forward');_0x381a6b['isCollapsed']&&(_0x5ac480=_0x381a6b['start']),_0x207f3d['isCollapsed']&&(_0x410ff0=_0x207f3d['end']),_0x4823b4([_0x3b3551['model']['createRange'](_0x5ac480,_0x410ff0)]);}),_0x3278eb['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x52761f),_0x3278eb['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x52761f)),_0x3b3551['plugins']['has']('ImageCaptionEditing')&&(_0x3278eb['enableCommand']('toggleImageCaption',(_0x49a038,_0x28eac8)=>{const _0x47a5a8=_0x3b3551['plugins']['get']('ImageCaptionUtils');let _0x308732=_0x1833a9['getClosestSelectedImageElement'](_0x3b3551['model']['document']['selection']),_0x12a5f3=_0x47a5a8['getCaptionFromImageModelElement'](_0x308732);_0x3b3551['model']['change'](()=>{if(_0x12a5f3)return void _0x3278eb['markDeletion'](_0x3b3551['model']['createRangeOn'](_0x12a5f3));const _0x2d10b6=_0x1833a9['isBlockImage'](_0x308732);_0x49a038(_0x28eac8),_0x308732=_0x1833a9['getClosestSelectedImageElement'](_0x3b3551['model']['document']['selection']),_0x12a5f3=_0x47a5a8['getCaptionFromImageModelElement'](_0x308732),_0x3278eb['markInsertion'](_0x3b3551['model']['createRangeOn'](_0x12a5f3),_0x2d10b6?null:'imageCaption');});}),_0x3278eb['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x52761f));const _0x772663=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x5841cf(_0x1fea37,_0x115ca1){const _0x27ef62=_0x772663['findIndex'](({type:_0x2cb3f4,subType:_0x12f7db})=>_0x1fea37['type']==_0x2cb3f4&&_0x1fea37['subType']==_0x12f7db),_0x200824=_0x772663['findIndex'](({type:_0x1336a1,subType:_0x4124d3})=>_0x115ca1['type']==_0x1336a1&&_0x115ca1['subType']==_0x4124d3);if(_0x27ef62<0x0||_0x200824<0x0)return!0x1;const _0x4161fc=_0x1fea37['getFirstRange'](),_0x2ea655=_0x115ca1['getFirstRange']();if((0x0==_0x27ef62||0x1==_0x27ef62)&&0x2==_0x200824&&_0x4161fc['isIntersecting'](_0x2ea655))return!0x0;if(0x2==_0x27ef62&&0x3==_0x200824){const _0x32a62f=_0x3278eb['_findSuggestions'](_0x4161fc,'insertion')['filter'](({suggestion:_0x87750b,meta:_0x1da892})=>_0x1da892['isOwn']&&'convertInlineImageToBlock'==_0x87750b['subType']);if(_0x32a62f['length']>0x1&&_0x2ea655['end']['isEqual'](_0x4161fc['start']))return!0x0;if(0x1==_0x32a62f['length']&&(_0x4161fc['start']['isEqual'](_0x2ea655['end'])||_0x4161fc['end']['isEqual'](_0x2ea655['start'])))return!0x0;}if(0x3==_0x27ef62&&0x3==_0x200824&&_0x4161fc['start']['isBefore'](_0x2ea655['start'])){const _0x588a16=_0x4161fc['end']['nodeAfter'],_0x11fa04=_0x2ea655['start']['nodeBefore'];return _0x1833a9['isBlockImage'](_0x588a16)&&_0x588a16===_0x11fa04;}return!0x1;}function _0x52761f(_0x4a01e2,_0x3d538d){return _0x5841cf(_0x4a01e2,_0x3d538d)?[_0x4a01e2,_0x3d538d]:_0x5841cf(_0x3d538d,_0x4a01e2)?[_0x3d538d,_0x4a01e2]:null;}_0x3b3551['plugins']['has']('ImageResize')&&(_0x3278eb['enableDefaultAttributesIntegration']('resizeImage'),_0x3278eb['registerBlockAttribute']('resizedWidth'),_0x3278eb['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x422ef0,'FORMAT_IMAGE_SIZE'))),_0x3b3551['plugins']['has']('ImageTextAlternativeEditing')&&(_0x3278eb['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x3278eb['registerBlockAttribute']('alt')),_0x3278eb['descriptionFactory']['registerDescriptionCallback'](_0xbd9ad2=>{if(!!_0x772663['find'](({type:_0x4c80e8,subType:_0x4e9268})=>_0xbd9ad2['type']==_0x4c80e8&&_0xbd9ad2['subType']==_0x4e9268))return _0xbd9ad2['previous']?{}:void 0x0;}),_0x3278eb['descriptionFactory']['registerDescriptionCallback'](_0x48a031=>{if('insertion'==_0x48a031['type']||'deletion'==_0x48a031['type']){const _0x1e19a2=_0x48a031['getContainedElement']();if(_0x1e19a2&&_0x1e19a2['is']('element','caption'))return{'type':'insertion'==_0x48a031['type']?'addObject':'removeObject','element':_0x1e19a2,'quantity':0x1};}}),_0x3278eb['descriptionFactory']['registerDescriptionCallback'](_0x139d8c=>'formatBlock'==_0x139d8c['type']&&'convertInlineImageToBlock'==_0x139d8c['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x139d8c['type']&&'convertBlockImageToInline'==_0x139d8c['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x3278eb['descriptionFactory']['registerDescriptionCallback'](_0x1ff182=>{if('attribute'!=_0x1ff182['type'])return;const {data:_0x3104af}=_0x1ff182;if(!_0x3104af||'alt'!=_0x3104af['key'])return;const _0x219cd9=_0x3104af['newValue'];return _0x219cd9?{'type':'format','content':o(_0x422ef0,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x219cd9+'\x22')}:{'type':'format','content':o(_0x422ef0,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x39022d=this['editor'],_0x34df26=_0x39022d['locale'];_0x39022d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1a8597=>{if('formatBlock'!=_0x1a8597['type']&&'formatInline'!=_0x1a8597['type'])return;const {data:_0x20d98c}=_0x1a8597;if(_0x20d98c){if('imageTextAlternative'==_0x20d98c['commandName']){const _0x12c0ee=_0x20d98c['commandParams'][0x0]['newValue'];return _0x12c0ee?{'type':'format','content':o(_0x34df26,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x12c0ee+'\x22')}:{'type':'format','content':o(_0x34df26,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x20d98c['commandName']){const _0x3fbb67=_0x20d98c['commandParams'][0x0]['width'];return _0x3fbb67?{'type':'format','content':o(_0x34df26,'*Set\x20image\x20width:*\x20%0',_0x3fbb67)}:{'type':'format','content':o(_0x34df26,'*Reset\x20image\x20width*')};}}});}}class ot extends _0x4ba4b5{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x4001f9=this['editor']['locale'],_0x32d9d1=this['editor']['plugins']['get']('TrackChangesEditing');_0x32d9d1['enableDefaultAttributesIntegration']('replaceImageSource'),_0x32d9d1['registerBlockAttribute']('src'),_0x32d9d1['descriptionFactory']['registerDescriptionCallback'](_0xeaadc3=>{if('attribute'!=_0xeaadc3['type'])return;const {data:_0x529397}=_0xeaadc3;return _0x529397&&'src'==_0x529397['key']?_0x529397['newValue']&&_0x529397['oldValue']?{'type':'format','content':o(_0x4001f9,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x22c142=this['editor']['plugins']['get']('TrackChangesEditing');_0x22c142['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x22c142['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x22c142['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x22c142['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x141f23=this['editor'],_0x58db8f=_0x141f23['locale'];_0x141f23['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1f856f=>{if('formatBlock'!=_0x1f856f['type']&&'formatInline'!=_0x1f856f['type'])return;const {data:_0x10eed7}=_0x1f856f;if(!_0x10eed7||'replaceImageSource'!=_0x10eed7['commandName'])return;return{'type':'format','content':o(_0x58db8f,'*Format:*\x20replace\x20image\x20URL')};});}}class rt extends _0x4ba4b5{['afterInit'](){const _0x332819=this['editor'];if(!_0x332819['plugins']['has']('ImageStyleEditing'))return;const _0x554268=_0x332819['plugins']['get']('TrackChangesEditing'),_0xd1fd5d=_0x332819['plugins']['get']('ImageUtils'),_0xf492f3={};_0x554268['enableCommand']('imageStyle',(_0x4b8c73,_0x323e68)=>{const _0x55a727=_0x332819['plugins']['get']('Users')['me'],_0x23bbf3=_0x332819['commands']['get']('imageStyle');let _0x22c3a8=_0xd1fd5d['getClosestSelectedImageElement'](_0x332819['model']['document']['selection']),_0x48adfa=_0x332819['model']['createRangeOn'](_0x22c3a8),_0x24b089=_0x23bbf3['value'];if(_0x24b089==_0x323e68['value'])return;const _0x2f447e={'commandName':'imageStyle','commandParams':[_0x323e68],'formatGroupId':_0x4cf4cc()};_0x332819['model']['change'](()=>{if(_0x554268['getSuggestions']()['filter'](_0x529217=>_0x529217['isInContent']&&_0x55a727==_0x529217['author']&&('formatBlock'==_0x529217['type']||'formatInline'==_0x529217['type'])&&('imageStylePreApply'==_0x529217['subType']||'imageStylePostApply'==_0x529217['subType'])&&_0x529217['getFirstRange']()['isEqual'](_0x48adfa))['forEach'](_0x40e11a=>_0x554268['discardSuggestion'](_0x40e11a['head'])),_0x22c3a8=_0xd1fd5d['getClosestSelectedImageElement'](_0x332819['model']['document']['selection']),_0x48adfa=_0x332819['model']['createRangeOn'](_0x22c3a8),_0x23bbf3['refresh'](),_0x332819['commands']['get']('imageTypeInline')['refresh'](),_0x332819['commands']['get']('imageTypeBlock')['refresh'](),_0x24b089=_0x23bbf3['value'],_0x24b089!=_0x323e68['value'])return _0xd1fd5d['isInlineImage'](_0x22c3a8)&&_0x23bbf3['shouldConvertImageType'](_0x323e68['value'],_0x22c3a8)?(_0x4b8c73({..._0x323e68,'setImageSizes':!0x1}),_0x22c3a8=_0xd1fd5d['getClosestSelectedImageElement'](_0x332819['model']['document']['selection']),void _0x554268['markBlockFormat'](_0x22c3a8,{..._0x2f447e,'commandReversedParams':[{'value':_0x24b089||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0xd1fd5d['isBlockImage'](_0x22c3a8)?_0x554268['markBlockFormat'](_0x22c3a8,_0x2f447e,[],'imageStylePostApply'):_0x554268['markInlineFormat'](_0x48adfa,_0x2f447e,'imageStylePostApply'));});});for(const _0x4e0438 of _0x332819['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0xf492f3[_0x4e0438['name']]=_0x4e0438['title']['toLowerCase']();_0x554268['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x554268['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x554268['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x554268['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x2aea6f])=>{_0xd1fd5d['setImageNaturalSizeAttributes'](_0x2aea6f['getContainedElement']());}),_0x554268['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x1a1776,_0x5b5e63)=>{_0x554268['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x1a1776,{'commandName':_0x5b5e63['commandName'],'commandParams':_0x5b5e63['commandReversedParams']});}),_0x554268['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x2e388e,_0x3ed9df){if(_0x4ec6d7(_0x2e388e,_0x3ed9df))return[_0x2e388e,_0x3ed9df];if(_0x4ec6d7(_0x3ed9df,_0x2e388e))return[_0x3ed9df,_0x2e388e];return null;});const _0x27c29b=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x4ec6d7(_0x2ce4fc,_0xd1690d){const _0x594faa=_0x27c29b['findIndex'](({type:_0x3eb1e2,subType:_0x1a209a})=>_0x2ce4fc['type']==_0x3eb1e2&&_0x2ce4fc['subType']==_0x1a209a),_0x17f31e=_0x27c29b['findIndex'](({type:_0x434d27,subType:_0x3e3960})=>_0xd1690d['type']==_0x434d27&&_0xd1690d['subType']==_0x3e3960);if(_0x594faa<0x0||_0x17f31e<0x0)return!0x1;const _0x57a7af=_0x2ce4fc['getFirstRange'](),_0x3dacb1=_0xd1690d['getFirstRange']();if((0x0==_0x594faa||0x1==_0x594faa)&&0x2==_0x17f31e&&_0x57a7af['isIntersecting'](_0x3dacb1))return!0x0;if(0x2==_0x594faa&&0x3==_0x17f31e){const _0xe3e489=_0x554268['_findSuggestions'](_0x57a7af,'insertion')['filter'](({suggestion:_0x113686,meta:_0x34d274})=>_0x34d274['isOwn']&&'convertInlineImageToBlock'==_0x113686['subType']);if(_0xe3e489['length']>0x1&&_0x3dacb1['end']['isEqual'](_0x57a7af['start']))return!0x0;if(0x1==_0xe3e489['length']&&(_0x57a7af['start']['isEqual'](_0x3dacb1['end'])||_0x57a7af['end']['isEqual'](_0x3dacb1['start'])))return!0x0;}if(0x3==_0x594faa&&0x3==_0x17f31e&&_0x57a7af['start']['isBefore'](_0x3dacb1['start'])){const _0x540646=_0x57a7af['end']['nodeAfter'],_0x5cd90d=_0x3dacb1['start']['nodeBefore'];return _0xd1fd5d['isBlockImage'](_0x540646)&&_0x540646===_0x5cd90d;}return!0x1;}_0x332819['model']['document']['registerPostFixer'](()=>{let _0x5ef3e2=!0x1;const _0x49d30f=Array['from'](_0x332819['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2795f0,data:_0x1a227b}of _0x49d30f){const {group:_0x2023c1,type:_0x4bf6ae,subType:_0x53ee58,id:_0x5c7791}=_0x554268['_splitMarkerName'](_0x2795f0);if('suggestion'==_0x2023c1&&_0x554268['hasSuggestion'](_0x5c7791)){if('formatBlock'==_0x4bf6ae&&('imageStylePreApply'==_0x53ee58||'imageStylePostApply'==_0x53ee58)){const _0x4e5c47=_0x554268['getSuggestion'](_0x5c7791);if(_0x1a227b['newRange']){const _0x5c8601=_0x4e5c47['getFirstRange']()['getContainedElement']();if(_0xd1fd5d['isBlockImage'](_0x5c8601))continue;_0x554268['discardSuggestion'](_0x4e5c47),_0x5ef3e2=!0x0;}}if('insertion'==_0x4bf6ae&&'imageCaption'==_0x53ee58&&!_0x1a227b['newRange']){const _0x269e4c=_0x554268['getSuggestion'](_0x5c7791);_0x269e4c['next']&&_0x269e4c['next']['isInContent']&&(_0x554268['discardSuggestion'](_0x269e4c['next']),_0x5ef3e2=!0x0);}}}return _0x5ef3e2;}),this['_registerLegacyDescription'](_0xf492f3);}['_registerLegacyDescription'](_0x5effa8){const _0xc96ecb=this['editor'],_0x5c6494=_0xc96ecb['locale'];_0xc96ecb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x21a7f7=>{if('formatBlock'!=_0x21a7f7['type']&&'formatInline'!=_0x21a7f7['type'])return;const {data:_0x6f81af}=_0x21a7f7;if(!_0x6f81af||'imageStyle'!=_0x6f81af['commandName'])return;const _0x1bb01f=_0x6f81af['commandParams'][0x0]['value'];return _0x21df68('side'===_0x1bb01f?o(_0x5c6494,'FORMAT_SIDE_IMAGE'):_0x5effa8[_0x1bb01f]||_0x1bb01f);function _0x21df68(_0x503e1c){return{'type':'format','content':o(_0x5c6494,'*Format:*\x20%0',_0x503e1c)};}});}}class at extends _0x4ba4b5{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x3163ec){super(_0x3163ec),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x5d4439=this['editor'],_0x13fef4=_0x5d4439['commands']['get']('importWord'),_0x3ec716=_0x5d4439['commands']['get']('trackChanges');_0x13fef4&&(_0x13fef4['on']('execute',(_0x1222a4,[,_0x10d4e0])=>{this['_trackChangesValueDuringImport']=_0x3ec716['value'],_0x10d4e0['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x13fef4,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x13fef4,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x3ec716['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x5d4439['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x1f406b,_0x1c96ce){const {suggestions:_0x52db0a}=_0x1c96ce,_0x26ce18=this['editor']['commands']['get']('trackChanges'),_0x260cae=_0x26ce18['value'];this['_trackChangesValueDuringImport']!==_0x260cae&&(_0x26ce18['execute'](),this['_trackChangesExecuted']=!0x0),_0x52db0a&&_0x52db0a['forEach'](({id:_0x795a76,type:_0x269a2c,author:_0xe7e09c,created_at:_0x14f705})=>{const _0x3bd03c={'id':_0x795a76,'type':_0x269a2c,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0xe7e09c,'createdAt':_0x14f705?new Date(_0x14f705):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x3bd03c);});}}class ct extends _0x4ba4b5{['afterInit'](){const _0x5048ca=this['editor'],_0x5ec92d=_0x5048ca['plugins']['get']('TrackChangesEditing');if(_0x5048ca['plugins']['has']('IndentEditing')&&(_0x5ec92d['enableCommand']('indent'),_0x5ec92d['enableCommand']('outdent')),_0x5048ca['plugins']['has']('IndentBlock')){for(const _0x1cbdc1 of['indentBlock','outdentBlock'])_0x5ec92d['enableDefaultAttributesIntegration'](_0x1cbdc1);}const _0x5726cb=_0x5048ca['locale'];_0x5ec92d['registerBlockAttribute']('blockIndent'),_0x5ec92d['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x5726cb,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x17918a=this['editor'],_0x1f7375=_0x17918a['locale'],_0x435476=_0x17918a['plugins']['get']('TrackChangesEditing');_0x435476['descriptionFactory']['registerDescriptionCallback'](_0x1aab51=>{if('formatBlock'!=_0x1aab51['type'])return;const {data:_0x5e3e18}=_0x1aab51;if(!_0x5e3e18)return;if('indentBlock'!=_0x5e3e18['commandName']&&'outdentBlock'!=_0x5e3e18['commandName'])return;const _0x17294c=_0x1aab51['getItems']()[0x0],_0x2f6bc6=_0x435476['descriptionFactory']['getItemLabel'](_0x17294c);return'indentBlock'==_0x5e3e18['commandName']?{'type':'format','content':o(_0x1f7375,'*Indent:*\x20%0',_0x2f6bc6)}:'outdentBlock'==_0x5e3e18['commandName']?{'type':'format','content':o(_0x1f7375,'*Outdent:*\x20%0',_0x2f6bc6)}:void 0x0;});}}class ut extends _0x4ba4b5{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x4ba4b5{['afterInit'](){const _0x3d4565=this['editor'];if(!_0x3d4565['plugins']['has']('LinkEditing'))return;const _0x4a037f=_0x3d4565['plugins']['get']('TrackChangesEditing'),_0x399806=_0x3d4565['commands']['get']('link');_0x4a037f['enableDefaultAttributesIntegration']('link'),_0x4a037f['enableDefaultAttributesIntegration']('unlink'),_0x4a037f['registerInlineAttribute']('linkHref');for(const _0x3d3dc6 of _0x399806['manualDecorators'])_0x4a037f['registerInlineAttribute'](_0x3d3dc6['id']),_0x4a037f['descriptionFactory']['registerAttributeLabel'](_0x3d3dc6['id'],'link\x20('+_0x3d3dc6['label']['toLowerCase']()+')');_0x4a037f['descriptionFactory']['registerDescriptionCallback'](_0x1d5f42=>{if('attribute'!=_0x1d5f42['type'])return;const {data:_0x1c8919}=_0x1d5f42;if(!_0x1c8919||'linkHref'!=_0x1c8919['key'])return;const _0x4bd30b=_0x1c8919['newValue'],_0x5af4cd=_0x3d4565['locale'];return{'type':'format','content':null==_0x4bd30b?o(_0x5af4cd,'*Remove\x20link*'):o(_0x5af4cd,'*Set\x20link:*\x20%0','\x22'+_0x4bd30b+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x359edf=this['editor'],_0x37a50d=_0x359edf['locale'];_0x359edf['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x19734a=>{if('formatInline'!=_0x19734a['type'])return;const {data:_0x5262a4}=_0x19734a;if(_0x5262a4){if('link'==_0x5262a4['commandName']){const _0x499a1e=_0x5262a4['commandParams'][0x0];return{'type':'format','content':o(_0x37a50d,'*Set\x20link:*\x20%0','\x22'+_0x499a1e+'\x22')};}return'unlink'==_0x5262a4['commandName']?{'type':'format','content':o(_0x37a50d,'*Remove\x20link*')}:void 0x0;}});}}class ft extends _0x4ba4b5{['afterInit'](){const _0x38e112=this['editor'],_0x214b41=_0x38e112['locale'];if(!_0x38e112['plugins']['has']('LegacyListEditing'))return;const _0x41ce72=_0x38e112['plugins']['get']('TrackChangesEditing'),_0x2accaf=_0x38e112['plugins']['has']('LegacyTodoListEditing');function _0x2ca386(_0x52df14){return()=>{const _0x10cf7f=_0x38e112['model']['document']['selection'],_0x2af5a6=_0x38e112['commands']['get'](_0x52df14);if(_0x2af5a6['value'])return void _0x38e112['execute']('paragraph',{});const _0xf752ce=_0x52df14['slice'](0x0,-0x4),_0x228f2a=function(_0x4e85e0,_0x3bfddd,_0x11e773){let _0xe4bb3e=Array['from'](_0x4e85e0)['filter'](_0x209b76=>function(_0x462cc3,_0x2a1e3a){return _0x2a1e3a['checkChild'](_0x462cc3['parent'],'listItem')&&!_0x2a1e3a['isObject'](_0x462cc3);}(_0x209b76,_0x11e773));_0xe4bb3e=_0xe4bb3e['filter'](_0x20b573=>!_0x20b573['is']('element','listItem')||_0x20b573['getAttribute']('listType')!=_0x3bfddd);const _0x868885=new Set();for(const _0x5d8569 of _0xe4bb3e)_0x5d8569['is']('element','listItem')?_0x868885['add'](fe(_0x5d8569)):_0x868885['add'](_0x5d8569);return Array['from'](_0x868885);}(_0x10cf7f['getSelectedBlocks'](),_0xf752ce,_0x38e112['model']['schema']);_0x38e112['model']['change'](()=>{for(const _0x35a540 of _0x228f2a)_0x41ce72['markBlockFormat'](_0x35a540,{'commandName':_0x52df14,'commandParams':[{'forceValue':!_0x2af5a6['value']}],'formatGroupId':'blockName'},ue(_0x35a540));});};}function _0x497fb8(_0x3c488f){return()=>{const _0x51d6e5=function(_0x160958){let _0x317a8a=Array['from'](_0x160958);const _0x22a511=_0x317a8a['findIndex'](_0x4ec7a0=>'listItem'!=_0x4ec7a0['name']);return _0x22a511>-0x1&&(_0x317a8a=_0x317a8a['slice'](0x0,_0x22a511)),_0x317a8a;}(_0x38e112['model']['document']['selection']['getSelectedBlocks']()),_0x912210=_0x38e112['model']['createRange'](_0x38e112['model']['createPositionAt'](_0x51d6e5[0x0],'before'),_0x38e112['model']['createPositionAt'](_0x51d6e5[_0x51d6e5['length']-0x1],'end'));_0x38e112['model']['change'](()=>{_0x41ce72['markBlockFormat'](_0x912210,{'commandName':_0x3c488f,'commandParams':[],'formatGroupId':'listIndent'},function(_0x2b5fc5){const _0x135da6=new Set();for(const _0x1cb4d0 of _0x2b5fc5){let _0x4cb693=_0x1cb4d0['nextSibling'];for(;_0x4cb693&&_0x4cb693['getAttribute']('listIndent')>_0x1cb4d0['getAttribute']('listIndent');)_0x135da6['add'](_0x4cb693),_0x4cb693=_0x4cb693['nextSibling'];}return Array['from'](_0x135da6);}(_0x51d6e5));});};}_0x41ce72['enableCommand']('numberedList',_0x2ca386('numberedList')),_0x41ce72['enableCommand']('bulletedList',_0x2ca386('bulletedList')),_0x2accaf&&_0x41ce72['enableCommand']('todoList',_0x2ca386('todoList')),_0x41ce72['enableCommand']('indentList',_0x497fb8('indentList')),_0x41ce72['enableCommand']('outdentList',_0x497fb8('outdentList')),_0x2accaf&&_0x41ce72['enableCommand']('checkTodoList',()=>{const _0x363d66=_0x38e112['commands']['get']('checkTodoList'),_0x1642b7=Array['from'](_0x363d66['_selectedElements']);_0x1642b7['filter'](_0x550bf5=>_0x550bf5['getAttribute']('todoListChecked')!=_0x363d66['value']),_0x38e112['model']['change'](()=>{for(const _0x48db0b of _0x1642b7)_0x41ce72['markBlockFormat'](_0x48db0b,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x363d66['value']}]});});}),_0x41ce72['descriptionFactory']['registerElementLabel']('listItem',_0x4c86db=>o(_0x214b41,'ELEMENT_LIST_ITEM',_0x4c86db)),_0x41ce72['descriptionFactory']['registerDescriptionCallback'](_0x3f4ee1=>{if('formatBlock'!=_0x3f4ee1['type']&&'formatInline'!=_0x3f4ee1['type'])return;const {data:_0x3b32cc}=_0x3f4ee1;if(_0x3b32cc){if('numberedList'==_0x3b32cc['commandName']||'bulletedList'==_0x3b32cc['commandName']||'todoList'==_0x3b32cc['commandName'])switch(_0x3b32cc['commandName']['replace']('List','')){case'bulleted':return _0x5f6a32(o(_0x214b41,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x5f6a32(o(_0x214b41,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x5f6a32(o(_0x214b41,'ELEMENT_TODO_LIST'));}if('indentList'==_0x3b32cc['commandName'])return{'type':'format','content':o(_0x214b41,'*Indent:*\x20%0',o(_0x214b41,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x3b32cc['commandName'])return{'type':'format','content':o(_0x214b41,'*Outdent:*\x20%0',o(_0x214b41,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x3b32cc['commandName'])return _0x3b32cc['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x214b41,'*Check\x20item*')}:{'type':'format','content':o(_0x214b41,'*Uncheck\x20item*')};}function _0x5f6a32(_0x2f2691){return{'type':'format','content':o(_0x214b41,'*Change\x20to:*\x20%0',_0x2f2691)};}});}}function fe(_0x142be2){const _0x36f175=_0x142be2['getAttribute']('listIndent');if(0x0==_0x36f175)return _0x142be2;let _0x446e60=_0x142be2;for(;_0x142be2['previousSibling']&&_0x142be2['previousSibling']['is']('element','listItem');){const _0x2310f3=_0x142be2['previousSibling']['getAttribute']('listIndent');if(_0x2310f3==_0x36f175)_0x446e60=_0x142be2['previousSibling'];else{if(_0x2310f3<_0x36f175)break;}_0x142be2=_0x142be2['previousSibling'];}return _0x446e60;}function ue(_0xefdaf4){const _0x348555=[];if(_0xefdaf4['is']('element','listItem')&&_0xefdaf4['getAttribute']('listIndent')>0x0){let _0x171bcc=_0xefdaf4['nextSibling'];for(;_0x171bcc&&'listItem'==_0x171bcc['name']&&_0x171bcc['getAttribute']('listIndent')==_0xefdaf4['getAttribute']('listIndent');)_0x348555['push'](_0x171bcc),_0x171bcc=_0x171bcc['nextSibling'];}return _0x348555;}class W extends _0x4ba4b5{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x1310f9=this['editor']['config']['get']('list.properties'),_0x13e189=this['editor']['plugins']['get']('TrackChangesEditing');_0x1310f9['styles']&&_0x13e189['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x1310f9['reversed']&&_0x13e189['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x1310f9['startIndex']&&_0x13e189['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x13e189['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x5d1015,_0x2f7812={}){const _0x3b7391=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5a9377=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x3b7391['markMultiRangeBlockFormat'](_0x5a9377,{'commandName':'listStyle','commandParams':[{'type':_0x2f7812['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x4242c7,_0x3840d7={}){const _0x323239=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4aef38=this['_getSuggestionBlocks'](_0x2e34c9=>_0x2e34c9['is']('element','listItem')&&'numbered'===_0x2e34c9['getAttribute']('listType'));if(_0x4aef38['length']<0x1)return;const _0x256749=_0x4aef38['map'](_0x5264de=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x5264de,'before'),this['editor']['model']['createPositionAt'](_0x5264de,0x0)));this['editor']['model']['change'](()=>{_0x323239['markMultiRangeBlockFormat'](_0x256749,{'commandName':'listReversed','commandParams':[{'reversed':_0x3840d7['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x4da9da,_0x2f81a7={}){const _0x4ec3cd=this['editor']['plugins']['get']('TrackChangesEditing'),_0x6182a1=this['_getSuggestionBlocks'](_0x30ce29=>_0x30ce29['is']('element','listItem')&&'numbered'===_0x30ce29['getAttribute']('listType'));if(_0x6182a1['length']<0x1)return;const _0x13bde8=_0x6182a1['map'](_0x65e672=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x65e672,'before'),this['editor']['model']['createPositionAt'](_0x65e672,0x0)));this['editor']['model']['change'](()=>{_0x4ec3cd['markMultiRangeBlockFormat'](_0x13bde8,{'commandName':'listStart','commandParams':[{'startIndex':_0x2f81a7['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x3d038e){if('formatBlock'!=_0x3d038e['type']&&'formatInline'!=_0x3d038e['type'])return;const _0x1bcc7e=this['editor']['locale'],{data:_0x42766}=_0x3d038e;if(!_0x42766)return;let _0x530314,_0x86ad56;switch(_0x42766['commandName']){case'listStyle':_0x530314='*Change\x20to:*\x20%0',_0x86ad56={'type':'format','content':o(_0x1bcc7e,_0x530314,o(_0x1bcc7e,this['_getTranslationKeyForListStyle'](_0x42766['commandParams'][0x0]['type'])))};break;case'listReversed':_0x530314=_0x42766['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x86ad56={'type':'format','content':o(_0x1bcc7e,_0x530314)};break;case'listStart':_0x530314='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x86ad56={'type':'format','content':o(_0x1bcc7e,_0x530314,_0x42766['commandParams'][0x0]['startIndex'])};}return _0x86ad56;}['_getSuggestionBlocksForListStyle'](){const _0x12ad02=this['editor']['plugins']['get']('LegacyListUtils');let _0x313576=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x313576[0x0]?.['is']('element','listItem')&&_0x313576['unshift'](..._0x12ad02['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x313576[_0x313576['length']-0x1]?.['is']('element','listItem')&&_0x313576['push'](..._0x12ad02['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x313576=[...new Set(_0x313576)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x313576=_0x313576['filter'](_0x596793=>_0x596793['is']('element','listItem'))),_0x313576;}['_getSuggestionBlocks'](_0x5ca684){const _0x5cce73=this['editor']['plugins']['get']('LegacyListUtils');let _0xdec1f=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x5ca684)['map'](_0xbf3ce7=>{const _0x4d8af7=this['editor']['model']['createPositionAt'](_0xbf3ce7,0x0);return[..._0x5cce73['getSiblingNodes'](_0x4d8af7,'backward'),..._0x5cce73['getSiblingNodes'](_0x4d8af7,'forward')];})['flat']();return _0xdec1f=[...new Set(_0xdec1f)],_0xdec1f;}['_getTranslationKeyForListStyle'](_0x543192){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x543192)||'default')['toUpperCase']()+'_LIST_'+_0x543192['toUpperCase']()['replace'](/-/g,'_');}}class lt extends _0x4ba4b5{['afterInit'](){const _0x550dc=this['editor'];if(!_0x550dc['plugins']['has']('MediaEmbedEditing'))return;const _0x1181b0=_0x550dc['plugins']['get']('TrackChangesEditing'),_0x3c7181=_0x550dc['locale'];_0x1181b0['enableCommand']('mediaEmbed'),_0x1181b0['descriptionFactory']['registerElementLabel']('media',_0x25bbdf=>o(_0x3c7181,'ELEMENT_MEDIA',_0x25bbdf)),_0x550dc['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x45a621,{writer:_0x2570f5,options:_0x4941ff})=>{if(_0x4941ff['showSuggestionHighlights'])return _0x2570f5['createEmptyElement']('div');},'converterPriority':'high'}),_0x550dc['data']['downcastDispatcher']['on']('attribute:url:media',(_0x5e687f,_0xaa0aa9,_0x4b71f1)=>{_0x4b71f1['options']['showSuggestionHighlights']&&_0x5e687f['stop']();},{'priority':'high'});}}class mt extends _0x4ba4b5{['afterInit'](){const _0x572da7=this['editor'];_0x572da7['plugins']['has']('MentionEditing')&&_0x572da7['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class dt extends _0x4ba4b5{['afterInit'](){const _0x24d716=this['editor'];if(!_0x24d716['plugins']['has']('MergeFieldsEditing'))return;_0x24d716['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField'),_0x24d716['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeFieldBlock');const _0x3288f5=_0x24d716['plugins']['get']('TrackChangesEditing'),_0x467bec=_0x24d716['locale'];_0x3288f5['descriptionFactory']['registerElementLabel']('mergeField',_0x35f8ab=>o(_0x467bec,'ELEMENT_MERGE_FIELD',_0x35f8ab)),_0x3288f5['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x5a59fc=>o(_0x467bec,'ELEMENT_MERGE_FIELD',_0x5a59fc)),_0x3288f5['descriptionFactory']['registerDescriptionCallback'](_0xbabbe0=>{if('insertion'!=_0xbabbe0['type']&&'deletion'!=_0xbabbe0['type'])return;const _0x46d552=_0xbabbe0['getContainedElement']();if(null==_0x46d552)return;if(!_0x46d552['is']('element','mergeField')&&!_0x46d552['is']('element','mergeFieldBlock'))return;const _0x2085d4=_0x24d716['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x46d552['getAttribute']('id'));return'insertion'==_0xbabbe0['type']?{'type':'insertion','content':o(_0x467bec,'*Insert:*\x20%0','\x22'+_0x2085d4+'\x22\x20'+o(_0x467bec,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x467bec,'*Remove:*\x20%0','\x22'+_0x2085d4+'\x22\x20'+o(_0x467bec,'ELEMENT_MERGE_FIELD'))};});}}class pt extends _0x4ba4b5{['afterInit'](){const _0x2d39db=this['editor'],_0x4069b1=_0x2d39db['plugins']['get']('TrackChangesEditing');_0x2d39db['plugins']['has']('MultiLevelList')&&(_0x4069b1['enableDefaultAttributesIntegration']('multiLevelList'),_0x4069b1['registerBlockAttribute']('listMarkerStyle'),_0x4069b1['descriptionFactory']['registerDescriptionCallback'](_0x3f066c=>this['handleDescriptions'](_0x3f066c)));}['handleDescriptions'](_0x1fc887){const _0xa233b1=this['editor']['locale'],{data:_0x4c744d}=_0x1fc887,_0x2cae6d={'type':'format','content':''};if(_0x4c744d&&'listMarkerStyle'==_0x4c744d['key']){if(!_0x4c744d['oldValue'])return{'type':'format','content':o(_0xa233b1,'*Set\x20format:*\x20%0',o(_0xa233b1,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x4c744d['newValue']+')'};if(!_0x4c744d['newValue']){let _0xa1c43e=_0x1fc887['head'];for(;_0xa1c43e;){if(_0xa1c43e['data']&&'listType'==_0xa1c43e['data']['key']&&_0xa1c43e['data']['newValue'])return _0x2cae6d;_0xa1c43e=_0xa1c43e['next'];}return{'type':'format','content':o(_0xa233b1,'*Remove\x20format:*\x20%0',o(_0xa233b1,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x4c744d['oldValue']+')'};}}}}class kt extends _0x4ba4b5{['afterInit'](){const _0x1bc04e=this['editor'];if(!_0x1bc04e['plugins']['has']('PageBreakEditing'))return;_0x1bc04e['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x23839c=_0x1bc04e['plugins']['get']('TrackChangesEditing'),_0x435e02=_0x1bc04e['locale'];_0x23839c['descriptionFactory']['registerElementLabel']('pageBreak',_0x547ed3=>o(_0x435e02,'ELEMENT_PAGE_BREAK',_0x547ed3));}}class bt extends _0x4ba4b5{['afterInit'](){const _0x26f9d7=this['editor'];if(!_0x26f9d7['plugins']['has']('Paragraph'))return;const _0x3fc470=_0x26f9d7['locale'],_0x51bbe5=_0x26f9d7['plugins']['get']('TrackChangesEditing');_0x51bbe5['descriptionFactory']['registerElementLabel']('paragraph',_0x3b7131=>o(_0x3fc470,'ELEMENT_PARAGRAPH',_0x3b7131)),_0x51bbe5['enableDefaultAttributesIntegration']('paragraph'),_0x51bbe5['enableCommand']('insertParagraph'),_0x26f9d7['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x26f9d7),{'priority':'highest'}),_0x26f9d7['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0xce50d5,_0x169e14,_0x4a1a2f)=>{_0x4a1a2f['options']['showSuggestionHighlights']&&nr(_0x26f9d7,{'showActiveMarker':!0x1})(_0xce50d5,_0x169e14,_0x4a1a2f);},{'priority':'highest'});const _0xf2556e=_0x51bbe5['descriptionFactory'];_0xf2556e['registerDescriptionCallback'](_0x132eef=>{if('insertion'!==_0x132eef['type'])return;const {start:_0xae4aa3,end:_0x1ba298}=_0x132eef['getFirstRange']();if(!_0xae4aa3['isTouching'](_0x1ba298)||!_0xae4aa3['nodeAfter'])return;const _0xe2bf9=_0x26f9d7['model']['schema'],_0x7c6fa6=_0xae4aa3['nodeAfter'];return _0xe2bf9['isBlock'](_0x7c6fa6)&&!_0xe2bf9['isLimit'](_0x7c6fa6)&&_0xe2bf9['checkChild'](_0x7c6fa6,'$text')?{'type':'insertion','content':o(_0x3fc470,'*Insert:*\x20%0',_0xf2556e['getItemLabel'](_0x7c6fa6,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5bd5a0=this['editor'],_0x5219a6=_0x5bd5a0['locale'];_0x5bd5a0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x40a865=>{if('formatBlock'!=_0x40a865['type'])return;const {data:_0x1cd602}=_0x40a865;return _0x1cd602&&'paragraph'==_0x1cd602['commandName']?{'type':'format','content':o(_0x5219a6,'*Change\x20to:*\x20%0',o(_0x5219a6,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x7a55b4,{showActiveMarker:_0x514d46=!0x0}={}){return(_0x361b7a,_0x39451e,_0xc5a64)=>{const _0x557497=_0x7a55b4['plugins']['get']('TrackChangesEditing'),_0x3ecb63=_0x39451e['markerRange']['start'],_0x9fcde1=_0x39451e['markerRange']['end'],_0x43c06f=_0x7a55b4['model']['schema'];if(!_0x3ecb63['isTouching'](_0x9fcde1)||!_0x3ecb63['nodeAfter'])return;const _0x1ec8a6=_0x3ecb63['nodeAfter'];if(_0x43c06f['isBlock'](_0x1ec8a6)&&!_0x43c06f['isLimit'](_0x1ec8a6)&&_0x43c06f['checkChild'](_0x1ec8a6,'$text')){if(!_0xc5a64['consumable']['consume'](_0x39451e['markerRange'],_0x361b7a['name']))return;const {authorId:_0x1d0803}=_0x557497['_splitMarkerName'](_0x39451e['markerName']),_0x129da9=_0xc5a64['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x1d0803}),_0x36f2e2=_0xc5a64['mapper']['toViewPosition'](_0x9fcde1);_0x514d46&&_0x557497['activeMarkers']['includes'](_0x39451e['markerName'])&&_0xc5a64['writer']['addClass']('ck-suggestion-marker--active',_0x129da9),_0xc5a64['writer']['insert'](_0x36f2e2,_0x129da9),_0xc5a64['mapper']['bindElementToMarker'](_0x129da9,_0x39451e['markerName']);}};}class wt extends _0x4ba4b5{['afterInit'](){const _0x34f8e0=this['editor'];if(!_0x34f8e0['plugins']['has']('RemoveFormatEditing'))return;_0x34f8e0['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1db9d5=this['editor'];_0x1db9d5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x46eed8=>{if('formatBlock'!=_0x46eed8['type']&&'formatInline'!=_0x46eed8['type'])return;const {data:_0xc61141}=_0x46eed8;return _0xc61141&&'removeFormat'==_0xc61141['commandName']?{'type':'format','content':o(_0x1db9d5['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class yt extends _0x4ba4b5{['afterInit'](){const _0x55f130=this['editor'];if(!_0x55f130['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x2959bf=_0x55f130['plugins']['get']('TrackChangesEditing');_0x2959bf['enableCommand']('goToPreviousRestrictedEditingException'),_0x2959bf['enableCommand']('goToNextRestrictedEditingException');const _0x244db4=_0x55f130['plugins']['get']('RestrictedEditingModeEditing');_0x244db4['enableCommand']('trackChanges'),_0x244db4['enableCommand']('acceptSuggestion'),_0x244db4['enableCommand']('discardSuggestion'),_0x244db4['enableCommand']('acceptAllSuggestions'),_0x244db4['enableCommand']('discardAllSuggestions'),_0x244db4['enableCommand']('acceptSelectedSuggestions'),_0x244db4['enableCommand']('discardSelectedSuggestions');}}class jt extends _0x4ba4b5{static get['requires'](){return[_0x4ecb7f];}['init'](){const _0x65d653=this['editor'],_0x28a43b=_0x65d653['plugins']['get']('TrackChangesEditing');_0x28a43b['enableCommand']('shiftEnter'),_0x65d653['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ge(_0x65d653),{'priority':'high'}),_0x65d653['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ge(_0x65d653),{'priority':'high'}),_0x65d653['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x38a78c,_0x30f22e,_0x4f7dc0)=>{_0x4f7dc0['options']['showSuggestionHighlights']&&ge(_0x65d653,{'showActiveMarker':!0x1})(_0x38a78c,_0x30f22e,_0x4f7dc0);}),_0x28a43b['descriptionFactory']['registerElementLabel']('softBreak',_0x31c212=>o(_0x65d653['locale'],'ELEMENT_LINE_BREAK',_0x31c212));}}function ge(_0x57faf9,{showActiveMarker:_0x5927db=!0x0}={}){return(_0x2b6511,_0x52f9ee,_0x3ca079)=>{const _0x19e1a8=_0x57faf9['plugins']['get']('TrackChangesEditing');if(!_0x3ca079['consumable']['test'](_0x52f9ee['markerRange'],_0x2b6511['name']))return;const _0x200ebe=_0x57faf9['model'];for(const _0x533415 of _0x52f9ee['markerRange']['getItems']()){if(!_0x533415['is']('element','softBreak'))continue;const _0x31bb8d='deletion'==_0x52f9ee['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x998a8e}=_0x19e1a8['_splitMarkerName'](_0x52f9ee['markerName']),_0x19872b=_0x3ca079['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x31bb8d,'data-author-id':_0x998a8e}),_0x33a703=_0x3ca079['mapper']['toViewPosition'](_0x200ebe['createPositionBefore'](_0x533415));_0x5927db&&_0x19e1a8['activeMarkers']['includes'](_0x52f9ee['markerName'])&&_0x3ca079['writer']['addClass']('ck-suggestion-marker--active',_0x19872b),_0x3ca079['writer']['insert'](_0x33a703,_0x19872b),_0x3ca079['mapper']['bindElementToMarker'](_0x19872b,_0x52f9ee['markerName']);}};}class St extends _0x4ba4b5{['afterInit'](){const _0x40c698=this['editor'],_0x39476b=_0x40c698['model'],_0x518a05=_0x40c698['locale'];if(!_0x40c698['plugins']['has']('StandardEditingModeEditing'))return;const _0x5054f4=_0x40c698['plugins']['get']('TrackChangesEditing'),_0x5c82cb='restrictedEditingException',_0x46234e=_0x40c698['commands']['get'](_0x5c82cb);_0x5054f4['enableCommand'](_0x5c82cb,(_0x5655a5,_0x36801f={})=>{const _0x1c095f=_0x39476b['document']['selection'];if(_0x1c095f['isCollapsed'])return void _0x5655a5(_0x36801f);const _0x525ca4=void 0x0!==_0x36801f['forceValue']?_0x36801f['forceValue']:!_0x46234e['value'];_0x39476b['change'](()=>{const _0x460258=Array['from'](_0x1c095f['getRanges']());for(const _0x4ee61d of _0x460258){const _0x2ee21f=_0x525ca4?[_0x4ee61d]:io(_0x5c82cb,_0x4ee61d,_0x39476b);for(const _0x62a396 of _0x2ee21f)_0x5054f4['markInlineFormat'](_0x62a396,{'commandName':_0x5c82cb,'commandParams':[{'forceValue':_0x525ca4}]});}});}),_0x5054f4['descriptionFactory']['registerDescriptionCallback'](_0x2475de=>{if('formatBlock'!=_0x2475de['type']&&'formatInline'!=_0x2475de['type'])return;const {data:_0x28516c}=_0x2475de;return _0x28516c&&_0x28516c['commandName']==_0x5c82cb?_0x28516c['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x518a05,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x518a05,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class At extends _0x4ba4b5{['afterInit'](){const _0xd4a639=this['editor'];if(!_0xd4a639['plugins']['has']('Style')||!_0xd4a639['plugins']['has']('DataSchema'))return;const _0x53fe28=_0xd4a639['plugins']['get']('TrackChangesEditing'),_0x1846ff=_0xd4a639['locale'],_0x1a07a7=_0xd4a639['config']['get']('style')||{},_0x3177d4=_0xd4a639['plugins']['get']('GeneralHtmlSupport'),_0x198fa5=_0xd4a639['plugins']['get']('StyleUtils')['normalizeConfig'](_0xd4a639['plugins']['get']('DataSchema'),_0x1a07a7['definitions']);_0x53fe28['enableDefaultAttributesIntegration']('style');const _0x49b170=new Set();for(const _0x5aa246 of _0x198fa5['block']){const _0x41eb37=_0x3177d4['getGhsAttributeNameForElement'](_0x5aa246['element']);_0x49b170['add'](_0x41eb37);}const _0xfe59be=new Set();for(const _0x75aca9 of _0x198fa5['inline']){const _0x405656=_0x3177d4['getGhsAttributeNameForElement'](_0x75aca9['element']);_0xfe59be['add'](_0x405656);for(const _0x14f27c of _0x75aca9['ghsAttributes'])_0xfe59be['add'](_0x14f27c);}for(const _0x1c0f8c of _0x49b170)_0x53fe28['registerBlockAttribute'](_0x1c0f8c),_0x53fe28['descriptionFactory']['registerAttributeLabel'](_0x1c0f8c,o(_0x1846ff,'FORMAT_STYLE'));for(const _0x4a4442 of _0xfe59be)_0x53fe28['registerInlineAttribute'](_0x4a4442),_0x53fe28['descriptionFactory']['registerAttributeLabel'](_0x4a4442,o(_0x1846ff,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2ef1e7=this['editor'],_0x4a553a=_0x2ef1e7['locale'];_0x2ef1e7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3a5788=>{if('formatBlock'!=_0x3a5788['type']&&'formatInline'!=_0x3a5788['type'])return;const {data:_0x4ab6a8}=_0x3a5788;return _0x4ab6a8&&'style'===_0x4ab6a8['commandName']?_0x4ab6a8['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4a553a,'*Set\x20format:*\x20%0',_0x4ab6a8['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x4a553a,'*Remove\x20format:*\x20%0',_0x4ab6a8['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class It extends _0x4ba4b5{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x37057c){super(_0x37057c),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x57255f=this['editor'],_0x406c1e=_0x57255f['model']['document']['selection'];if(!_0x57255f['plugins']['has']('TableEditing'))return;const _0x5660f7=_0x57255f['locale'],_0x39f226=_0x57255f['plugins']['get']('TrackChangesEditing'),_0x50b30c=_0x57255f['plugins']['get']('TableUtils');_0x39f226['descriptionFactory']['registerElementLabel']('table',_0x56755b=>o(_0x5660f7,'ELEMENT_TABLE',_0x56755b)),this['_setupColumnsRowsFixing'](),_0x39f226['enableCommand']('insertTable'),_0x39f226['enableCommand']('selectTableRow'),_0x39f226['enableCommand']('selectTableColumn');for(const _0x442d7a of['insertTableRowAbove','insertTableRowBelow']){const _0x33ea0c=_0x57255f['commands']['get'](_0x442d7a);_0x39f226['enableCommand'](_0x442d7a,_0x3ae229=>{_0x57255f['model']['change'](_0x33cb06=>{_0x3ae229();const _0x4e0cc9='above'===_0x33ea0c['order'],_0x53907e=_0x50b30c['getSelectionAffectedTableCells'](_0x406c1e),_0x3d3469=_0x50b30c['getRowIndexes'](_0x53907e),_0x3295a7=_0x4e0cc9?_0x3d3469['first']-0x1:_0x3d3469['last']+0x1,_0x655bff=_0x53907e[0x0]['findAncestor']('table'),_0x782920=_0x50b30c['createTableWalker'](_0x655bff,{'startRow':_0x3295a7,'endRow':_0x3295a7}),_0x1017b8=Array['from'](_0x782920)['map'](_0x217e7a=>_0x33cb06['createRangeOn'](_0x217e7a['cell']));_0x39f226['markMultiRangeInsertion'](_0x1017b8,'tableRow');});});}for(const _0x3eef3a of['insertTableColumnLeft','insertTableColumnRight']){const _0x4d9bdf=_0x57255f['commands']['get'](_0x3eef3a);_0x39f226['enableCommand'](_0x3eef3a,_0x32a1f9=>{_0x57255f['model']['change'](_0x48783f=>{_0x32a1f9();const _0x2073df='left'===_0x4d9bdf['order'],_0x262d61=_0x50b30c['getSelectionAffectedTableCells'](_0x406c1e),_0x5c171e=_0x50b30c['getColumnIndexes'](_0x262d61),_0x8953b2=_0x2073df?_0x5c171e['first']-0x1:_0x5c171e['last']+0x1,_0xf67503=_0x262d61[0x0]['findAncestor']('table'),_0x8a2813=_0x50b30c['createTableWalker'](_0xf67503,{'startRow':0x0,'column':_0x8953b2,'includeAllSlots':!0x1}),_0x17d874=Array['from'](_0x8a2813)['map'](_0x331ff4=>_0x48783f['createRangeOn'](_0x331ff4['cell']));_0x39f226['markMultiRangeInsertion'](_0x17d874,'tableColumn');});});}for(const _0x3f5465 of['removeTableRow','removeTableColumn']){const _0x4a777b=_0x3f5465['substr'](0xb),_0x18f799=_0x4a777b['toLowerCase'](),_0x558e8d=_0x18f799['substr'](0x0,0x3)+'span',_0x24c8f8='table'+_0x4a777b,_0x1da936='min'+_0x4a777b,_0x334449='max'+_0x4a777b;_0x39f226['enableCommand'](_0x3f5465,()=>{_0x57255f['model']['change'](_0x408155=>{const _0x50ef3a=_0x50b30c['getSelectionAffectedTableCells'](_0x406c1e),_0x3cae17=_0x50ef3a[0x0]['findAncestor']('table');let _0x54749b;if('removeTableRow'==_0x3f5465){const _0x311abe=_0x50b30c['getRowIndexes'](_0x50ef3a);_0x54749b={'startRow':_0x311abe['first'],'endRow':_0x311abe['last'],'includeAllSlots':!0x0};}else{const _0xe9a935=_0x50b30c['getColumnIndexes'](_0x50ef3a);_0x54749b={'startColumn':_0xe9a935['first'],'endColumn':_0xe9a935['last'],'includeAllSlots':!0x0};}const _0x146b12=_0x50b30c['createTableWalker'](_0x3cae17,_0x54749b),_0x2dab77=Array['from'](_0x146b12)['map'](({cell:_0xdd26e0})=>_0xdd26e0),_0x2e7a2f=be(_0x2dab77['filter'](_0x34db34=>_0x34db34['hasAttribute'](_0x558e8d))),_0x4834b9=be(_0x2dab77['filter'](_0x475da4=>!_0x475da4['hasAttribute'](_0x558e8d)))['map'](_0x321458=>_0x408155['createRangeOn'](_0x321458)),_0x5d6ccb=_0x39f226['markMultiRangeDeletion'](_0x4834b9,_0x24c8f8);if(_0x5d6ccb&&('tableRow'==_0x5d6ccb['subType']||'tableColumn'==_0x5d6ccb['subType'])){const _0x34e10d=this['_getSuggestionCoords'](_0x5d6ccb);for(const _0x39a377 of _0x2e7a2f){const _0x47e7e6=_0x408155['createRangeOn'](_0x39a377),_0x12d6f1=_0x50b30c['getCellLocation'](_0x39a377),_0x562448=_0x39a377['getAttribute'](_0x558e8d)-0x1,_0x1bb009=_0x34e10d[_0x1da936],_0x2c9bf8=_0x34e10d[_0x334449];_0x1bb009<=_0x12d6f1[_0x18f799]&&_0x12d6f1[_0x18f799]+_0x562448<=_0x2c9bf8&&_0x5d6ccb['addRange'](_0x47e7e6);}}});});}function _0x4cbad6(_0x2b0e74){const _0x4ac19d=Array['from'](_0x406c1e['getRanges']())['map'](_0x34175c=>_0x1a312e['fromRange'](_0x34175c));_0x57255f['model']['change'](_0x1a86ef=>{const _0x3b1538=_0x1a86ef['batch'];_0x2b0e74=_0x2b0e74['filter'](_0x4f6485=>'$graveyard'!=_0x4f6485['root']['rootName']),_0x1a86ef['setSelection'](_0x2b0e74),_0x57255f['commands']['get']('removeTableRow')['refresh'](),_0x57255f['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x57255f['model']['enqueueChange'](()=>{_0x57255f['model']['enqueueChange'](_0x3b1538,_0x50fe20=>{const _0x2021f1=_0x4ac19d['filter'](_0x28339a=>'$graveyard'!=_0x28339a['root']['rootName']);_0x2021f1['length']>0x0&&_0x50fe20['setSelection'](_0x2021f1);for(const _0xaa56cf of _0x4ac19d)_0xaa56cf['detach']();});});});}function _0x25caac(_0x587f8){_0x57255f['model']['change'](_0x2e289e=>{const _0x33776d=Array['from'](_0x406c1e['getRanges']())['map'](_0x41b603=>_0x1a312e['fromRange'](_0x41b603)),_0x5250ea=[];for(const _0x475288 of _0x587f8)for(const _0x262634 of _0x475288['getItems']({'shallow':!0x0}))_0x5250ea['push'](_0x262634);for(const _0x298157 of _0x5250ea)'$graveyard'!=_0x298157['root']['rootName']&&(_0x2e289e['setSelection'](_0x2e289e['createPositionAt'](_0x298157,0x0)),_0x57255f['commands']['get']('removeTableColumn')['refresh'](),_0x57255f['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x4021d9=_0x33776d['filter'](_0x488806=>'$graveyard'!=_0x488806['root']['rootName']);_0x4021d9['length']>0x0&&_0x2e289e['setSelection'](_0x4021d9);for(const _0x386108 of _0x33776d)_0x386108['detach']();});}function _0xff26d5(_0x1c1fa4,_0x3f74a9){return _0x3f74a9['every'](_0x5a8561=>_0x1c1fa4['some'](_0x5e7a6a=>_0x5e7a6a['end']['isEqual'](_0x5a8561['start'])||_0x5a8561['end']['isEqual'](_0x5e7a6a['start'])));}function _0x3d6c04(_0x425212,_0x3649c8){return!_0x425212['some'](_0x1837a6=>_0x3649c8['some'](_0x42a9f7=>_0x1837a6['isIntersecting'](_0x42a9f7)))&&_0x425212['some'](_0x3b75b2=>_0x3649c8['some'](_0x1d3add=>_0x3b75b2['end']['isTouching'](_0x1d3add['start'])));}_0x57255f['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x51201c,_0x3d65fa,_0x1c90a3)=>{if(!_0x1c90a3['options']['showSuggestionHighlights'])return;const _0xdca07d=_0x3d65fa['item'];if(!_0xdca07d)return;const _0x550519=_0x1c90a3['mapper']['toViewElement'](_0xdca07d);function _0x4dd66c(_0x5c020f){return Array['isArray'](_0x5c020f)?_0x5c020f:[_0x5c020f];}_0x550519&&'tableCell'===_0xdca07d['name']&&_0x530c8b(_0x550519,_0x1c90a3['writer'],(_0x29c2b4,_0x54a78a,_0x147900)=>_0x147900['addClass'](_0x4dd66c(_0x54a78a['classes']),_0x29c2b4),(_0x2ef1b2,_0x5adebf,_0x161a6e)=>_0x161a6e['removeClass'](_0x4dd66c(_0x5adebf['classes']),_0x2ef1b2));},{'priority':'highest'}),_0x39f226['descriptionFactory']['registerDescriptionCallback'](_0x5f5db1=>{if('insertion'!=_0x5f5db1['type']&&'deletion'!=_0x5f5db1['type'])return;const _0x30b103=_0x5f5db1['getContainedElement']();if(null!=_0x30b103&&_0x30b103['is']('element','table')){if('insertion'==_0x5f5db1['type']){const _0x3af9df=_0x5f5db1['getItems']()['filter'](_0x4a2620=>_0x4a2620['is']('$textProxy'))['map'](_0x423600=>_0x423600['data']);if(_0x3af9df['length'])return{'type':'insertion','content':o(_0x5660f7,'*Insert:*\x20%0',o(_0x5660f7,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x3af9df['join']('\x20')+'\x22'))};}if('deletion'==_0x5f5db1['type']){const _0x490479=_0x5f5db1['getItems']()['filter'](_0x137cbe=>_0x137cbe['is']('$textProxy'))['map'](_0x4b144c=>_0x4b144c['data']);if(_0x490479['length'])return{'type':'deletion','content':o(_0x5660f7,'*Remove:*\x20%0',o(_0x5660f7,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x490479['join']('\x20')+'\x22'))};}}}),_0x39f226['descriptionFactory']['registerDescriptionCallback'](_0x41646e=>{if('tableRow'==_0x41646e['subType']){const _0x10cde9=_0x41646e['getItems']()['filter'](_0x5a8c6c=>_0x5a8c6c['is']('$textProxy'))['map'](_0x2d6f06=>_0x2d6f06['data']),_0x37b1b3=this['_getSuggestionCoords'](_0x41646e),_0x4fde29=_0x37b1b3['maxRow']-_0x37b1b3['minRow']+0x1;if('insertion'==_0x41646e['type'])return _0x10cde9['length']?{'type':'insertion','content':o(_0x5660f7,'*Insert:*\x20%0',o(_0x5660f7,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x4fde29,'\x22'+_0x10cde9['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x5660f7,'*Insert:*\x20%0',o(_0x5660f7,'ELEMENT_TABLE_ROW',_0x4fde29))};if('deletion'==_0x41646e['type'])return _0x10cde9['length']?{'type':'deletion','content':o(_0x5660f7,'*Remove:*\x20%0',o(_0x5660f7,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x4fde29,'\x22'+_0x10cde9['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x5660f7,'*Remove:*\x20%0',o(_0x5660f7,'ELEMENT_TABLE_ROW',_0x4fde29))};}if('tableColumn'==_0x41646e['subType']){const _0x2ae4a5=_0x41646e['getItems']()['filter'](_0x238334=>_0x238334['is']('$textProxy'))['map'](_0x3368d8=>_0x3368d8['data']),_0x42dc15=this['_getSuggestionCoords'](_0x41646e),_0x4c2274=_0x42dc15['maxColumn']-_0x42dc15['minColumn']+0x1;if('insertion'==_0x41646e['type'])return _0x2ae4a5['length']?{'type':'insertion','content':o(_0x5660f7,'*Insert:*\x20%0',o(_0x5660f7,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x4c2274,'\x22'+_0x2ae4a5['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x5660f7,'*Insert:*\x20%0',o(_0x5660f7,'ELEMENT_TABLE_COLUMN',_0x4c2274))};if('deletion'==_0x41646e['type'])return _0x2ae4a5['length']?{'type':'deletion','content':o(_0x5660f7,'*Remove:*\x20%0',o(_0x5660f7,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x4c2274,'\x22'+_0x2ae4a5['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x5660f7,'*Remove:*\x20%0',o(_0x5660f7,'ELEMENT_TABLE_COLUMN',_0x4c2274))};}}),_0x39f226['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x4cbad6),_0x39f226['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x4cbad6),_0x39f226['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x25caac),_0x39f226['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x25caac),_0x39f226['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0xff26d5),_0x39f226['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0xff26d5),_0x39f226['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x3d6c04),_0x39f226['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x3d6c04);}['_acceptFormatSuggestionCallbackFactory'](){const _0xbe36e=this['editor'],_0x35342b=_0xbe36e['model']['document']['selection'];return(_0x2a8065,_0x133145)=>{_0xbe36e['model']['change'](_0x1c9f1d=>{const {commandName:_0x41becc,commandParams:_0x4d92b4}=_0x133145;let _0x457362=_0x2a8065[0x0]['end']['nodeBefore'];_0x4d92b4&&_0x4d92b4[0x0]&&!0x1===_0x4d92b4[0x0]['forceValue']&&(_0x457362=_0x2a8065[0x0]['start']['nodeAfter']);const _0xa1f043=_0x1c9f1d['createRangeIn'](_0x457362);if('$graveyard'==_0xa1f043['root']['rootName'])return;const _0x372a85=Array['from'](_0x35342b['getRanges']())['map'](_0x5813a6=>_0x1a312e['fromRange'](_0x5813a6));_0x1c9f1d['setSelection'](_0xa1f043),_0xbe36e['commands']['get'](_0x41becc)['refresh'](),_0x4d92b4['push']({'forceDefaultExecution':!0x0}),_0xbe36e['execute'](_0x41becc,..._0x4d92b4);const _0x15bd6e=_0x372a85['filter'](_0x161035=>'$graveyard'!=_0x161035['root']['rootName']);_0x15bd6e['length']>0x0&&_0x1c9f1d['setSelection'](_0x15bd6e);for(const _0x1225f8 of _0x372a85)_0x1225f8['detach']();});};}['_getCoordsForCells'](_0x2f4480){const _0x3b789a=this['editor']['plugins']['get']('TableUtils');let _0x555cad=Number['MAX_SAFE_INTEGER'],_0x54c158=Number['MIN_SAFE_INTEGER'],_0x133c53=Number['MAX_SAFE_INTEGER'],_0x4aec7d=Number['MIN_SAFE_INTEGER'];for(const _0x3dd864 of _0x2f4480){if('$graveyard'==_0x3dd864['root']['rootName'])continue;const {row:_0x48c3a8,column:_0x4801a6}=_0x3b789a['getCellLocation'](_0x3dd864),_0x1e3201=_0x3dd864['hasAttribute']('rowspan')?_0x3dd864['getAttribute']('rowspan')-0x1:0x0,_0x4168b3=_0x3dd864['hasAttribute']('colspan')?_0x3dd864['getAttribute']('colspan')-0x1:0x0;_0x555cad=_0x48c3a8<_0x555cad?_0x48c3a8:_0x555cad,_0x54c158=_0x48c3a8+_0x1e3201>_0x54c158?_0x48c3a8+_0x1e3201:_0x54c158,_0x133c53=_0x4801a6<_0x133c53?_0x4801a6:_0x133c53,_0x4aec7d=_0x4801a6+_0x4168b3>_0x4aec7d?_0x4801a6+_0x4168b3:_0x4aec7d;}return{'minRow':_0x555cad,'maxRow':_0x54c158,'minColumn':_0x133c53,'maxColumn':_0x4aec7d};}['_setupColumnsRowsFixing'](){const _0x10da4a=this['editor'],_0x2b48a8=_0x10da4a['plugins']['get']('TrackChangesEditing'),_0x54dd23=_0x10da4a['plugins']['get']('TableUtils');_0x10da4a['model']['document']['on']('change:data',()=>{const _0xc0ca28=Array['from'](_0x10da4a['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x5a125a,data:_0xe7e0c6}of _0xc0ca28){const {group:_0xfec86,id:_0x1cca4e,subType:_0x508d40}=_0x2b48a8['_splitMarkerName'](_0x5a125a);if('suggestion'!=_0xfec86)continue;if(null!=_0xe7e0c6['oldRange'])continue;const _0x40cc42=_0x2b48a8['getSuggestion'](_0x1cca4e);this['_tablePostFixingSubtypes']['includes'](_0x508d40)&&this['_tableSuggestions']['add'](_0x40cc42);}},{'priority':'low'});const _0x31f960=(_0x4246cf,_0xdaf639)=>{let _0x3eff76=!0x1;const _0x4ed2c3=_0xdaf639['createRangeOn'](_0x4246cf),_0x1bacf1=_0x4246cf['findAncestor']('table'),_0x5cd84e=_0x54dd23['getCellLocation'](_0x4246cf);for(const _0x5a01a9 of this['_tableSuggestions']){const _0x4b3537=_0x5a01a9['subType'],_0x5ca8b4=_0x4b3537['startsWith']('tablePaste'),_0xb7f129=_0x4b3537['substr'](_0x5ca8b4?0xa:0x5),_0xb06c84=_0xb7f129['toLowerCase'](),_0x5cbce4=_0xb06c84['substr'](0x0,0x3)+'span',_0x35fec8='min'+_0xb7f129,_0x1f9d53='max'+_0xb7f129;if(!_0x5a01a9['isInContent'])continue;if(_0x1bacf1!=_0x5a01a9['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x5a01a9['isIntersectingWithRange'](_0x4ed2c3))continue;const _0x72ac2f=_0x4246cf['hasAttribute'](_0x5cbce4)?_0x4246cf['getAttribute'](_0x5cbce4)-0x1:0x0,_0x162545=this['_getSuggestionCoords'](_0x5a01a9),_0xa6cf92=_0x162545[_0x35fec8],_0x53da96=_0x162545[_0x1f9d53];_0xa6cf92<=_0x5cd84e[_0xb06c84]&&_0x5cd84e[_0xb06c84]+_0x72ac2f<=_0x53da96&&(_0x5a01a9['addRange'](_0x4ed2c3),_0x3eff76=!0x0);}return _0x3eff76;};_0x10da4a['model']['document']['registerPostFixer'](_0x225e1d=>{let _0x254df7=!0x1;for(const _0x1de660 of _0x10da4a['model']['document']['differ']['getChanges']())if('insert'==_0x1de660['type']){if('tableRow'==_0x1de660['name']){for(const _0x4284a1 of _0x1de660['position']['nodeAfter']['getChildren']())_0x254df7=_0x254df7||_0x31f960(_0x4284a1,_0x225e1d);}else'tableCell'==_0x1de660['name']&&(_0x254df7=_0x254df7||_0x31f960(_0x1de660['position']['nodeAfter'],_0x225e1d));}return _0x254df7;});}['_getSuggestionCoords'](_0x4bf690){return this['_getCoordsForCells'](_0x4bf690['getRanges']()['map'](_0x3d1d50=>_0x3d1d50['start']['nodeAfter']));}}function be(_0x2bc990){return Array['from'](new Set(_0x2bc990)['values']());}class vt extends _0x4ba4b5{static get['requires'](){return[It];}['afterInit'](){const _0x32bac0=this['editor'],_0x3827a9=_0x32bac0['model']['document']['selection'],_0x111720=_0x32bac0['locale'];if(!_0x32bac0['plugins']['has']('TableEditing'))return;const _0x4afd23=_0x32bac0['plugins']['get']('TrackChangesEditing'),_0x243178=_0x32bac0['plugins']['get']('TableUtils'),_0x1f90ea=_0x32bac0['plugins']['get'](It);_0x1f90ea['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x4afd23['enableCommand']('mergeTableCells',()=>{const _0x4740a8=_0x243178['getSelectionAffectedTableCells'](_0x32bac0['model']['document']['selection']);_0x32bac0['model']['change'](()=>{_0x4afd23['markMultiRangeBlockFormat'](_0x4740a8,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x32bac0['commands']['get']('mergeTableCells')['on']('execute',(_0x31107a,_0x3061d4)=>{_0x32bac0['commands']['get']('trackChanges')['value']&&(_0x3061d4['length']>0x0&&_0x3061d4[_0x3061d4['length']-0x1]&&_0x3061d4[_0x3061d4['length']-0x1]['forceDefaultExecution']||_0x4afd23['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x31107a['stop']());},{'priority':'highest'});for(const _0x300ff9 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0xb71297=_0x32bac0['commands']['get'](_0x300ff9);_0x4afd23['enableCommand'](_0x300ff9,()=>{const _0x56134a=_0x32bac0['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x22c5e3=>_0x22c5e3['is']('element','tableCell')),_0x15bdc5=_0xb71297['value'];_0x32bac0['model']['change'](()=>{_0x4afd23['markMultiRangeBlockFormat']([_0x56134a,_0x15bdc5],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x168a0b of['splitTableCellVertically','splitTableCellHorizontally']){const _0x8a0c51=_0x32bac0['commands']['get'](_0x168a0b);_0x4afd23['enableCommand'](_0x168a0b,()=>{const _0x4405a2=_0x243178['getSelectionAffectedTableCells'](_0x32bac0['model']['document']['selection'])[0x0],_0x129c97=_0x4405a2['findAncestor']('table'),{column:_0x1d2840,row:_0x575788}=_0x243178['getCellLocation'](_0x4405a2);let _0x2fc27=[];if('horizontally'==_0x8a0c51['direction']){const _0x7529ec=_0x243178['createTableWalker'](_0x129c97,{'startRow':_0x575788,'endRow':_0x575788,'includeAllSlots':!0x0});_0x2fc27=Array['from'](_0x7529ec)['map'](_0x817391=>_0x817391['cell']);}else{const _0x17a9c3=_0x243178['createTableWalker'](_0x129c97,{'column':_0x1d2840,'includeAllSlots':!0x0});_0x2fc27=Array['from'](_0x17a9c3)['map'](_0x34bbec=>_0x34bbec['cell']);}_0x32bac0['model']['change'](_0x47191e=>{_0x4afd23['markBlockFormat'](_0x47191e['createRangeOn'](_0x4405a2),{'commandName':_0x168a0b,'commandParams':[]},_0x2fc27,_0x168a0b);});});}_0x4afd23['descriptionFactory']['registerDescriptionCallback'](_0xd035eb=>{if('formatBlock'!=_0xd035eb['type']&&'formatInline'!=_0xd035eb['type'])return;const {data:_0x1ec0dc}=_0xd035eb;return _0x1ec0dc&&'mergeTableCells'==_0x1ec0dc['commandName']?{'type':'format','content':o(_0x111720,'*Merge\x20cells*')}:void 0x0;}),_0x4afd23['descriptionFactory']['registerDescriptionCallback'](_0x4db1d1=>{if('formatBlock'!=_0x4db1d1['type']&&'formatInline'!=_0x4db1d1['type'])return;const {data:_0x384cb7}=_0x4db1d1;return _0x384cb7?'splitTableCellVertically'==_0x384cb7['commandName']?{'type':'format','content':o(_0x111720,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x384cb7['commandName']?{'type':'format','content':o(_0x111720,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x290fd8=_0x1f90ea['_acceptFormatSuggestionCallbackFactory']();for(const _0x2d02ab of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x4afd23['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x2d02ab,'accept',_0x290fd8);for(const _0x67df3c of['splitTableCellVertically','splitTableCellHorizontally'])_0x4afd23['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x67df3c,'accept',_0x290fd8);_0x4afd23['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0xff2fd1=>{_0x32bac0['model']['change'](_0x314449=>{const _0x122d97=Array['from'](_0x3827a9['getRanges']())['map'](_0xc6b6ec=>_0x1a312e['fromRange'](_0xc6b6ec));_0x314449['setSelection'](_0xff2fd1),_0x32bac0['commands']['get']('mergeTableCells')['refresh'](),_0x32bac0['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x2c5498=_0x122d97['filter'](_0x451805=>'$graveyard'!=_0x451805['root']['rootName']);_0x2c5498['length']>0x0&&_0x314449['setSelection'](_0x2c5498);for(const _0x169eab of _0x122d97)_0x169eab['detach']();});});for(const _0x1ad70b of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x2222e6=_0x32bac0['commands']['get'](_0x1ad70b);_0x2222e6['on']('set:isEnabled',(_0x5cd07e,_0xac71c4,_0x3ab118)=>{if(_0x3ab118){const _0x1d1943=_0x32bac0['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x234161=>_0x234161['is']('element','tableCell'));this['_areMergableCells'](_0x2222e6['value'],_0x1d1943)||(_0x5cd07e['return']=!0x1,_0x5cd07e['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x6420bf=this['editor']['commands']['get']('mergeTableCells'),_0x21fbff=this['editor']['plugins']['get']('TableUtils');if(!_0x6420bf['isEnabled'])return!0x1;const _0x25492a=_0x21fbff['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x471d59 of _0x25492a)for(const _0x5cea80 of _0x25492a)if(_0x471d59!=_0x5cea80&&!this['_areMergableCells'](_0x471d59,_0x5cea80))return!0x1;return!0x0;}['_areMergableCells'](_0x42d77e,_0x213ccf){const _0x46d434=this['editor']['plugins']['get']('TrackChangesEditing'),_0x27b765=this['editor']['model']['createRangeOn'](_0x42d77e),_0x5d888c=this['editor']['model']['createRangeOn'](_0x213ccf),_0x52ec3b=new Set(),_0x1f2d3c=new Set();for(const _0x2feaf2 of _0x46d434['getSuggestions']())if(('insertion'==_0x2feaf2['type']||'deletion'==_0x2feaf2['type']||'mergeTableCells'==_0x2feaf2['subType'])&&_0x2feaf2['isInContent']){for(const _0x2eb362 of _0x2feaf2['getRanges']())_0x2eb362['containsRange'](_0x27b765,!0x0)&&_0x52ec3b['add'](_0x2feaf2['type']+':'+_0x2feaf2['author']['id']),_0x2eb362['containsRange'](_0x5d888c,!0x0)&&_0x1f2d3c['add'](_0x2feaf2['type']+':'+_0x2feaf2['author']['id']);}if(_0x52ec3b['size']!=_0x1f2d3c['size'])return!0x1;for(const _0x35f958 of _0x52ec3b)if(!_0x1f2d3c['has'](_0x35f958))return!0x1;return!0x0;}}class Ct extends _0x4ba4b5{static get['requires'](){return[It];}['afterInit'](){const _0x42e268=this['editor'];if(!_0x42e268['plugins']['has']('TableEditing'))return;const _0x1b12ff=_0x42e268['locale'],_0x18a39e=_0x42e268['plugins']['get']('TrackChangesEditing');_0x18a39e['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x18a39e['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x18a39e['registerBlockAttribute']('headingRows'),_0x18a39e['registerBlockAttribute']('headingColumns'),_0x18a39e['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x1b12ff,'FORMAT_HEADER_ROW')),_0x18a39e['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x1b12ff,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x59449c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x207e10=this['editor']['plugins']['get']('TableUtils'),_0x444f6c=this['editor']['plugins']['get'](It)['_acceptFormatSuggestionCallbackFactory']();function _0x5a99ff({showActiveMarker:_0x4037b5=!0x0,setDataAttribute:_0x4d407d=!0x0}={}){return(_0x352f26,_0x4e3144,_0x4f2a1d)=>{const {type:_0x32a6d0,id:_0x424666}=_0x59449c['_splitMarkerName'](_0x4e3144['markerName']),_0x48e1cc=_0x59449c['getSuggestion'](_0x424666),_0x56b423=_0x48e1cc['data'];if('formatBlock'!=_0x48e1cc['type']||!_0x56b423||'setTableColumnHeader'!=_0x56b423['commandName'])return;if(_0x4e3144['item'])return void _0x352f26['stop']();if(!_0x4f2a1d['consumable']['consume'](_0x4e3144['markerRange'],_0x352f26['name']))return;const _0x1d76ea=_0x4e3144['markerRange']['start']['nodeAfter'],_0x387ce4=_0x4e3144['markerRange']['end']['nodeBefore'],_0x15c1c7=_0x1d76ea['parent']['parent'],{column:_0xa78dd1}=_0x207e10['getCellLocation'](_0x1d76ea),{column:_0x1af853}=_0x207e10['getCellLocation'](_0x387ce4);for(let _0x1bf346=_0xa78dd1;_0x1bf346<=_0x1af853;_0x1bf346++){const _0x5a763c=_0x207e10['createTableWalker'](_0x15c1c7,{'column':_0x1bf346,'includeAllSlots':!0x1});for(const _0x5ec8e6 of _0x5a763c){const _0x129f97=_0x5ec8e6['cell'],_0x4b9d7e=_0x4f2a1d['mapper']['toViewElement'](_0x129f97);_0x4f2a1d['writer']['addClass']('ck-suggestion-marker-'+_0x32a6d0,_0x4b9d7e),_0x4d407d&&_0x4f2a1d['writer']['setAttribute']('data-suggestion',_0x424666,_0x4b9d7e),_0x4f2a1d['mapper']['bindElementToMarker'](_0x4b9d7e,_0x4e3144['markerName']),_0x4037b5&&(_0x59449c['activeMarkers']['includes'](_0x4e3144['markerName'])?_0x4f2a1d['writer']['addClass']('ck-suggestion-marker--active',_0x4b9d7e):_0x4f2a1d['writer']['removeClass']('ck-suggestion-marker--active',_0x4b9d7e));}}};}_0x59449c['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x444f6c),_0x59449c['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x444f6c),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x5a99ff(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x1a7afb,_0x30ec00,_0x3042e4)=>{_0x3042e4['options']['showSuggestionHighlights']&&_0x5a99ff({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x1a7afb,_0x30ec00,_0x3042e4);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x46000f,_0x1bf62e,_0xe4d9dd)=>{const {type:_0x5efc9d,id:_0x501a3a}=_0x59449c['_splitMarkerName'](_0x1bf62e['markerName']),_0x3074fa=_0x59449c['getSuggestion'](_0x501a3a),_0x314905=_0x3074fa['data'];if('formatBlock'!=_0x3074fa['type']||!_0x314905||'setTableColumnHeader'!=_0x314905['commandName'])return;const _0x41843f=_0xe4d9dd['mapper']['markerNameToElements'](_0x1bf62e['markerName']);if(_0x41843f){for(const _0xd74e6e of _0x41843f)_0xe4d9dd['writer']['removeClass']('ck-suggestion-marker-'+_0x5efc9d,_0xd74e6e),_0xe4d9dd['writer']['removeClass']('ck-suggestion-marker--active',_0xd74e6e),_0xe4d9dd['writer']['removeAttribute']('data-suggestion',_0xd74e6e),_0xe4d9dd['mapper']['unbindElementFromMarkerName'](_0xd74e6e,_0x1bf62e['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xed58ee=this['editor'],_0x278add=_0xed58ee['locale'];function _0x1ffc89(_0x26baad){return{'type':'format','content':o(_0x278add,'*Format:*\x20%0',_0x26baad)};}_0xed58ee['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x20f552=>{if('formatBlock'!=_0x20f552['type'])return;const {data:_0x5d302f}=_0x20f552;if(_0x5d302f){if('setTableRowHeader'==_0x5d302f['commandName']){const _0x2bfde8=_0x5d302f['commandParams'][0x0]['forceValue'];return _0x1ffc89(o(_0x278add,_0x2bfde8?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x5d302f['commandName']){const _0x1a79b2=_0x5d302f['commandParams'][0x0]['forceValue'];return _0x1ffc89(o(_0x278add,_0x1a79b2?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Pe=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],we=Object['fromEntries'](Pe['map'](_0x53cd0c=>[_0x53cd0c,null]));class _t extends _0x4ba4b5{static get['requires'](){return[It];}['afterInit'](){const _0x208132=this['editor'];if(!_0x208132['plugins']['has']('TableClipboard'))return;const _0x65db92=_0x208132['plugins']['get']('TrackChangesEditing'),_0x2174cd=_0x208132['plugins']['get']('TableUtils'),_0x2c5761=_0x208132['plugins']['get'](It),_0xd75745=_0x208132['plugins']['get']('TableClipboard');_0x2c5761['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x208132['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x208132['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x25b36e=null;_0x208132['model']['on']('insertContent',(_0x42b39d,_0x2c5418)=>{const [_0x448670,_0x29f7f6]=_0x2c5418,_0x5d6779=_0x2c5418[_0x2c5418['length']-0x1];_0x5d6779&&_0x5d6779['forceDefaultExecution']||_0x65db92['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x4a1482,_0x137d75,_0x1f500f,_0x8d9326,_0x1fa43c){if(_0x137d75&&!_0x137d75['is']('documentSelection'))return!0x1;const _0x445777=_0x1fa43c['getTableIfOnlyTableInContent'](_0x4a1482,_0x1f500f);if(!_0x445777||!Re(_0x445777,void 0x0,_0x8d9326))return!0x1;const _0x2abaf7=_0x8d9326['getSelectionAffectedTableCells'](_0x1f500f['document']['selection']);if(!_0x2abaf7['length'])return!0x1;const _0x34bb0f=_0x2abaf7[0x0]['findAncestor']('table'),_0x212a1a=_0x8d9326['getRowIndexes'](_0x2abaf7),_0x12545b=_0x8d9326['getColumnIndexes'](_0x2abaf7),_0x59fb4f={'startRow':_0x212a1a['first'],'endRow':_0x212a1a['last'],'startColumn':_0x12545b['first'],'endColumn':_0x12545b['last']};return 0x1==_0x2abaf7['length']&&(_0x59fb4f['endRow']+=_0x8d9326['getRows'](_0x445777)-0x1,_0x59fb4f['endColumn']+=_0x8d9326['getColumns'](_0x445777)-0x1),Re(_0x34bb0f,_0x59fb4f,_0x8d9326);}(_0x448670,_0x29f7f6,_0x208132['model'],_0x2174cd,_0xd75745)&&(_0x42b39d['stop'](),_0x25b36e={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x208132['model']['change'](()=>{_0x208132['model']['insertContent'](_0x2c5418[0x0],_0x2c5418[0x1],_0x2c5418[0x2],{'forceDefaultExecution':!0x0});const _0x29fe8e=_0x4cf4cc(),{rowInsertionRanges:_0x3533c7,columnInsertionRanges:_0x4b38ef,insertionRanges:_0x5f04a9,deletionRanges:_0x209b25,cells:_0x26fa32}=_0x25b36e;_0x3533c7['length']&&_0x65db92['markMultiRangeInsertion'](_0x3533c7,'tablePasteRow',{'tablePasteChainId':_0x29fe8e}),_0x4b38ef['length']&&_0x65db92['markMultiRangeInsertion'](_0x4b38ef,'tablePasteColumn',{'tablePasteChainId':_0x29fe8e}),_0x5f04a9['length']&&(_0x65db92['markMultiRangeInsertion'](_0x5f04a9,'tablePaste',{'tablePasteChainId':_0x29fe8e,'skipNestingCheck':!0x0}),_0x5f04a9['forEach'](_0x1d6269=>_0x1d6269['detach']?.())),_0x209b25['length']&&(_0x65db92['markMultiRangeDeletion'](_0x209b25,'tablePaste',{'tablePasteChainId':_0x29fe8e,'skipNestingCheck':!0x0}),_0x209b25['forEach'](_0x3716dd=>_0x3716dd['detach']?.()));const _0x188273=_0x65db92['markMultiRangeBlockFormat'](_0x26fa32['map'](({element:_0x48b184})=>_0x48b184),{'formatGroupId':_0x4cf4cc()},[],'tablePasteCell',{'tablePasteChainId':_0x29fe8e});if(_0x188273){const _0x49bc62=_0x188273['getMarkers'](),_0x26012d=[];for(const {element:_0x37c6eb,attributes:_0x3e77b7}of _0x26fa32){if(!_0x3e77b7)continue;const _0x4d7dd5=_0x208132['model']['createRangeOn'](_0x37c6eb),_0x1e51bb=_0x49bc62['find'](_0x23a4cd=>_0x23a4cd['getRange']()['isEqual'](_0x4d7dd5));_0x1e51bb&&_0x26012d['push']([_0x1e51bb['name'],_0x3e77b7]);}_0x26012d['length']&&_0x188273['setAttribute']('markerAttributes',Object['fromEntries'](_0x26012d));}_0x25b36e=null;}));},{'priority':_0x2219d1['high']+0xa}),_0x208132['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x13af4d,_0x4ed1bd)=>{const [_0x467aec,_0x38186e,,_0x4db7f8]=_0x4ed1bd;if(!_0x25b36e)return;_0x13af4d['stop']();const _0x129ad6=_0x467aec['cell'],_0x3e6b9f=_0x38186e,_0x5a0a3e=ke(_0x129ad6),_0x2b86af=ke(_0x3e6b9f);_0x13af4d['return']=_0x129ad6;let _0x308a4f=null,_0x5003de=null;if(_0x2b86af||_0x5a0a3e){if(_0x5a0a3e&&!_0x2b86af){_0x4db7f8['remove'](_0x129ad6['getChild'](0x0));for(const _0x14b560 of Array['from'](_0x3e6b9f['getChildren']()))_0x4db7f8['insert'](_0x14b560,_0x129ad6,'end');const _0x279915=_0x25b36e['rowInsertionIndexes']['includes'](_0x467aec['row']),_0x1edc89=_0x25b36e['columnInsertionIndexes']['includes'](_0x467aec['column']);_0x279915||_0x1edc89||(_0x308a4f=_0x1a312e['fromRange'](_0x4db7f8['createRangeIn'](_0x129ad6)));}else _0x2b86af&&!_0x5a0a3e&&(_0x5003de=_0x4db7f8['createRangeIn'](_0x129ad6));}else{const _0x387088=_0x4db7f8['createElement']('tableCellSuggestion'),_0x816150=_0x4db7f8['createElement']('tableCellSuggestion');_0x4db7f8['wrap'](_0x4db7f8['createRangeIn'](_0x129ad6),_0x816150),_0x4db7f8['insert'](_0x387088,_0x129ad6,0x0);for(const _0x189fb3 of Array['from'](_0x3e6b9f['getChildren']()))_0x4db7f8['insert'](_0x189fb3,_0x387088,'end');_0x308a4f=_0x1a312e['fromRange'](_0x4db7f8['createRangeOn'](_0x387088)),_0x5003de=_0x1a312e['fromRange'](_0x4db7f8['createRangeOn'](_0x816150));}const _0x21a6b1=Array['from'](_0x3e6b9f['getAttributes']())['filter'](([_0x5c9f06])=>Pe['includes'](_0x5c9f06));_0x25b36e['cells']['push']({'element':_0x129ad6,'attributes':_0x21a6b1['length']?Object['fromEntries'](_0x21a6b1):null}),_0x308a4f&&_0x25b36e['insertionRanges']['push'](_0x308a4f),_0x5003de&&_0x25b36e['deletionRanges']['push'](_0x5003de);},{'priority':'high'}),_0x2174cd['on']('insertColumns',(_0x2f805e,_0xc6ccd9)=>{const [_0x4f046a,_0x4320bc={}]=_0xc6ccd9;if(!_0x25b36e)return;const _0x4e3bb8=_0x4320bc['at']||0x0,_0x2fc683=_0x4320bc['columns']||0x1;_0x25b36e['columnInsertionIndexes']=new Array(_0x2fc683)['fill'](_0x4e3bb8)['map']((_0x3b87df,_0x4ae35c)=>_0x3b87df+_0x4ae35c);for(const {cell:_0x2e2303}of _0x2174cd['createTableWalker'](_0x4f046a,{'startColumn':_0x4e3bb8,'endColumn':_0x4e3bb8+_0x2fc683-0x1}))_0x25b36e['columnInsertionRanges']['push'](_0x208132['model']['createRangeOn'](_0x2e2303));},{'priority':'low'}),_0x2174cd['on']('insertRows',(_0x4a608b,_0xe1314d)=>{const [_0x4971da,_0x5cd6dd={}]=_0xe1314d;if(!_0x25b36e)return;const _0x240e97=_0x5cd6dd['at']||0x0,_0x9c7874=_0x5cd6dd['rows']||0x1;_0x25b36e['rowInsertionIndexes']=new Array(_0x9c7874)['fill'](_0x240e97)['map']((_0x5a8dd5,_0x118761)=>_0x5a8dd5+_0x118761);for(const {cell:_0x29ac8c}of _0x2174cd['createTableWalker'](_0x4971da,{'startRow':_0x240e97,'endRow':_0x240e97+_0x9c7874-0x1}))_0x25b36e['rowInsertionRanges']['push'](_0x208132['model']['createRangeOn'](_0x29ac8c));},{'priority':'low'}),_0x65db92['descriptionFactory']['registerDescriptionCallback'](_0x2d3164=>{if(_0x2d3164['subType']&&_0x2d3164['subType']['startsWith']('tablePaste'))return _0x2d3164['previous']?{}:{'type':'insertion','content':o(_0x208132['locale'],'*Replace\x20table\x20cells*')};});const _0x4ab357=()=>!0x1;for(const _0x1469d9 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x65db92['_suggestionFactory']['registerCustomCallback']('insertion',_0x1469d9,'join',_0x4ab357),_0x65db92['_suggestionFactory']['registerCustomCallback']('deletion',_0x1469d9,'join',_0x4ab357),_0x65db92['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1469d9,'join',_0x4ab357);_0x65db92['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x4ab357),_0x65db92['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x5d0a7a,_0x976afb,_0x160e11)=>{const _0x368597=_0x5d0a7a['map'](_0x49ad7b=>_0x49ad7b['getContainedElement']())['filter'](_0x539b3a=>_0x539b3a),_0x304ea5=new Map(_0x368597['map'](_0xbb8b57=>[_0xbb8b57,null]));if(_0x25b36e){for(const {element:_0x8eb6cd,attributes:_0x292ad4}of _0x25b36e['cells'])_0x292ad4&&_0x304ea5['set'](_0x8eb6cd,_0x292ad4);}else{if(_0x160e11&&_0x160e11['markerAttributes'])for(const [_0x336268,_0x465521]of Object['entries'](_0x160e11['markerAttributes'])){const _0x1549d6=_0x208132['model']['markers']['get'](_0x336268),_0x50722d=_0x1549d6?_0x1549d6['getRange']()['getContainedElement']():null;_0x50722d&&_0x304ea5['set'](_0x50722d,_0x465521);}}_0x208132['model']['change'](_0x1f529d=>{for(const [_0x2af0e9,_0x30ae81]of _0x304ea5)_0x1f529d['setAttributes']({...we,..._0x30ae81},_0x2af0e9);});});const _0x40f628=(_0xbd1f62,_0x3a0412)=>{_0x65db92['_suggestionFactory']['registerCustomCallback'](_0xbd1f62,'tablePaste',_0x3a0412,(_0x349515,_0x147a3d,_0x3c9137)=>{_0x208132['model']['change'](_0x23dc35=>{const _0x3fa984=[];for(const _0x5d1892 of _0x349515){const _0x78be02=_0x5d1892['start']['nodeAfter'];_0x78be02['is']('element','tableCellSuggestion')&&_0x3fa984['push'](_0x78be02);}_0x65db92['_suggestionFactory']['getSuggestionCallback'](_0xbd1f62,null,_0x3a0412)(_0x349515,_0x147a3d,_0x3c9137);for(const _0x2cf9ff of _0x3fa984)'$graveyard'!=_0x2cf9ff['root']['rootName']&&_0x23dc35['unwrap'](_0x2cf9ff);});});};_0x40f628('insertion','accept'),_0x40f628('insertion','discard'),_0x40f628('deletion','accept'),_0x40f628('deletion','discard'),_0x65db92['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x22a337=>{const _0x9f9fd2=_0x22a337['map'](_0xa664db=>_0xa664db['getContainedElement']()),_0x1a6c06=_0x9f9fd2[0x0]['findAncestor']('table'),{minRow:_0x1fab86,maxRow:_0x29e7ba}=_0x2c5761['_getCoordsForCells'](_0x9f9fd2);_0x2174cd['removeRows'](_0x1a6c06,{'at':_0x1fab86,'rows':_0x29e7ba-_0x1fab86+0x1});}),_0x65db92['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x52a124=>{const _0x718cc8=_0x52a124['map'](_0x10c680=>_0x10c680['getContainedElement']()),_0x40d671=_0x718cc8[0x0]['findAncestor']('table'),{minColumn:_0x5849dd,maxColumn:_0x3cbf2d}=_0x2c5761['_getCoordsForCells'](_0x718cc8);_0x2174cd['removeColumns'](_0x40d671,{'at':_0x5849dd,'columns':_0x3cbf2d-_0x5849dd+0x1});});const _0x11d25f=(_0x4adb97,_0x31a003)=>{if(!_0x31a003['subType']||!_0x31a003['subType']['startsWith']('tablePaste'))return;const _0x4bd757=_0x31a003['attributes']['tablePasteChainId'],_0x682f1f=_0x65db92['getSuggestions']()['filter'](_0x48f9eb=>_0x48f9eb['isInContent']&&_0x48f9eb['attributes']&&_0x48f9eb['attributes']['tablePasteChainId']==_0x4bd757);_0x682f1f['length']&&_0x31a003['getAllAdjacentSuggestions']()['length']!=_0x682f1f['length']&&_0x682f1f['reduce']((_0x1ebf94,_0x54a506)=>(_0x1ebf94['next']=_0x54a506,_0x54a506['previous']=_0x1ebf94,_0x54a506));};function _0x4b578b(_0x4e4421,_0x555134=!0x0){const {id:_0x226456,authorId:_0x239cb8}=_0x65db92['_splitMarkerName'](_0x4e4421['markerName']),_0x299fbc=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x550f3a=_0x65db92['activeMarkers']['includes'](_0x4e4421['markerName']);return _0x550f3a&&_0x299fbc['push']('ck-suggestion-marker--active'),{'classes':_0x299fbc,'attributes':{'data-suggestion':_0x226456,'data-author-id':_0x239cb8},'priority':_0x550f3a&&_0x555134?0xbc2:0xbb8};}_0x65db92['on']('suggestionLoaded',_0x11d25f,{'priority':'high'}),_0x65db92['on']('suggestionUnloaded',_0x11d25f,{'priority':'high'}),_0x208132['model']['document']['registerPostFixer'](()=>{let _0xb6b026=!0x1;const _0x4d90f9=Array['from'](_0x208132['model']['document']['differ']['getChangedMarkers']());for(const {name:_0xe6e92e,data:_0x1e2f7f}of _0x4d90f9){const {group:_0x551562,type:_0x347a90,id:_0x43a074}=_0x65db92['_splitMarkerName'](_0xe6e92e);if('suggestion'!=_0x551562||'deletion'!=_0x347a90||_0x1e2f7f['oldRange'])continue;if(!_0x65db92['hasSuggestion'](_0x43a074))continue;const _0x5058ce=_0x65db92['getSuggestion'](_0x43a074)['getRanges'](),_0x3b37bd=_0x208132['plugins']['get']('Users')['me'];for(const _0x3eeb29 of _0x65db92['getSuggestions']()){if(!_0x3eeb29['isInContent']||_0x3eeb29['author']!=_0x3b37bd)continue;if('formatBlock'!=_0x3eeb29['type']||'tablePasteCell'!=_0x3eeb29['subType'])continue;if(_0x3eeb29['getRanges']()['every'](_0x509a18=>_0x5058ce['some'](_0x201630=>_0x201630['containsRange'](_0x509a18,!0x0)))){for(const _0x5e8f73 of _0x3eeb29['getAllAdjacentSuggestions']())_0x5e8f73['isInContent']&&(_0x5e8f73['discard'](),_0xb6b026=!0x0);}}}return _0xb6b026;}),_0x208132['model']['document']['registerPostFixer'](_0x4553e5=>{const _0x48ace6=_0x208132['commands']['get']('redo');if(!_0x48ace6||!_0x48ace6['_createdBatches']['has'](_0x4553e5['batch']))return!0x1;let _0x517fe0=!0x1;const _0x11fd88=_0x208132['plugins']['get']('Users')['me'],_0x2580de=_0x208132['model']['document']['differ']['getChanges'](),_0x588da1=Array['from'](_0x208132['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x239589,data:_0x447596})=>{const {group:_0x33783c,subType:_0x5ac2f8,authorId:_0xfb2498}=_0x65db92['_splitMarkerName'](_0x239589);return'suggestion'==_0x33783c&&'tablePaste'==_0x5ac2f8&&_0xfb2498==_0x11fd88['id']&&!_0x447596['oldRange'];});for(const _0x410b40 of _0x2580de){if('insert'!=_0x410b40['type']||'tableCellSuggestion'!=_0x410b40['name']||0x1!=_0x410b40['length'])continue;const _0x5c6b76=_0x4553e5['createRange'](_0x410b40['position'],_0x410b40['position']['getShiftedBy'](0x1));if(!_0x588da1['find'](({data:_0x5eff02})=>_0x5eff02['newRange']['isEqual'](_0x5c6b76))){for(const {name:_0x4e656e,data:_0x40e455}of _0x588da1)if(_0x5c6b76['containsRange'](_0x40e455['newRange'])){_0x4553e5['updateMarker'](_0x4e656e,{'range':_0x5c6b76}),_0x517fe0=!0x0;break;}}}return _0x517fe0;}),_0x208132['model']['document']['registerPostFixer'](_0x485f88=>{let _0x4b6e6a=!0x1;const _0xfc4968=_0x208132['plugins']['get']('Users')['me'],_0x3606c1=_0x65db92['getSuggestions']()['filter'](_0x28f625=>_0x28f625['isInContent']&&_0x28f625['author']==_0xfc4968),_0x428b57=new Set(),_0x139783=new Set();for(const _0x42e628 of _0x3606c1)if('tablePaste'==_0x42e628['subType'])for(const _0xd5a8be of _0x42e628['getMarkers']()){const _0xf75b2d=_0xd5a8be['getRange']()['getContainedElement']();if(_0xf75b2d){if(_0xf75b2d['is']('element','tableCellSuggestion')&&ke(_0xf75b2d)){_0x42e628['removeMarker'](_0xd5a8be['name']),_0x428b57['add'](_0xf75b2d),_0x4b6e6a=!0x0;const _0x28b20b=_0xf75b2d['nextSibling'],_0x4aa809=_0xf75b2d['previousSibling'],_0x29b69e=_0x28b20b&&_0x28b20b['is']('element','tableCellSuggestion'),_0x4f72e8=_0x4aa809&&_0x4aa809['is']('element','tableCellSuggestion');_0x29b69e&&!_0x428b57['has'](_0x28b20b)&&_0x139783['add'](_0x28b20b),_0x4f72e8&&!_0x428b57['has'](_0x4aa809)&&_0x139783['add'](_0x4aa809);}else _0xf75b2d['is']('element','paragraph')&&_0xf75b2d['isEmpty']&&(_0x42e628['removeMarker'](_0xd5a8be['name']),_0x4b6e6a=!0x0);}}else{if('tablePasteCell'==_0x42e628['subType']){if(!_0x42e628['attributes']||!_0x42e628['attributes']['tablePasteChainId'])continue;const _0x9b5050=_0x42e628['attributes']['markerAttributes'];if(_0x9b5050&&Object['keys'](_0x9b5050)['length'])continue;const _0x526753=_0x42e628['attributes']['tablePasteChainId'];let _0x14d573=!0x0,_0x38298e=!0x0;for(const _0x397583 of _0x3606c1)if(_0x397583['subType']&&_0x397583['subType']['startsWith']('tablePaste')){if(!_0x397583['attributes']['tablePasteChainId']){_0x38298e=!0x1;break;}if(_0x397583['id']!=_0x42e628['id']&&_0x397583['attributes']['tablePasteChainId']==_0x526753){_0x14d573=!0x1;break;}}_0x38298e&&_0x14d573&&(_0x42e628['removeMarkers'](),_0x4b6e6a=!0x0);}}for(const _0x33c911 of _0x428b57)_0x485f88['remove'](_0x33c911);for(const _0x48cb66 of _0x139783)_0x485f88['unwrap'](_0x48cb66);return _0x4b6e6a;}),_0x208132['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0xb67ef5=>_0x4b578b(_0xb67ef5),'converterPriority':'high'}),_0x208132['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x23981c,_0x57f5c0)=>_0x57f5c0['options']['showSuggestionHighlights']?_0x4b578b(_0x23981c,!0x1):null,'converterPriority':'high'});const _0x1663d8=_0x208132['editing']['view'];this['listenTo'](_0x1663d8['document'],'clipboardOutput',(_0x90a410,_0x57de88)=>{const _0x468069=[];for(const _0x2c7350 of _0x1663d8['createRangeIn'](_0x57de88['content'])['getItems']())_0x2c7350['is']('element','suggestion-td')&&_0x468069['push'](_0x2c7350);_0x1663d8['change'](_0x5747c9=>{for(const _0x2b0ecd of _0x468069)_0x5747c9['move'](_0x5747c9['createRangeIn'](_0x2b0ecd),_0x5747c9['createPositionBefore'](_0x2b0ecd)),_0x5747c9['remove'](_0x2b0ecd);});});}}function ke(_0x5d4271){if(_0x5d4271['isEmpty'])return!0x0;const _0x5c1d17=_0x5d4271['getChild'](0x0);return _0x5c1d17['is']('element','paragraph')&&_0x5c1d17['isEmpty'];}function Re(_0x520536,_0x40bbca={},_0x413577){for(const {isAnchor:_0x5d6ff2,cellHeight:_0x5ceeee,cellWidth:_0x47ec5e}of _0x413577['createTableWalker'](_0x520536,{'includeAllSlots':!0x0,..._0x40bbca}))if(!_0x5d6ff2||0x1!=_0x5ceeee||0x1!=_0x47ec5e)return!0x1;return!0x0;}class Nt extends _0x4ba4b5{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x265934=this['editor']['plugins']['get']('TrackChangesEditing');_0x265934['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x265934['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x265934['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x265934['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x265934['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x265934['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x5df525,_0xdfa013){const _0x529cc4=this['editor']['plugins']['get']('TrackChangesEditing'),_0x16af63=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x1ae222=_0xdfa013['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x5873b6=_0x16af63['getColumnGroupElement'](_0x1ae222);let _0x1bc1ae=_0x5873b6?_0x16af63['getTableColumnsWidths'](_0x5873b6):null,_0xcadaa6=_0x1ae222['getAttribute']('tableWidth')||null;const _0x29e3b6=_0xdfa013['tableWidth']||_0xcadaa6,_0x4f7008=_0xdfa013['columnWidths']||_0x1bc1ae,_0x1ab24c=this['editor']['plugins']['get']('Users')['me'];for(const _0x249fe5 of _0x529cc4['getSuggestions']()){const _0x29d02c=_0x249fe5['getContainedElement']();if('resizeTable'===_0x249fe5['subType']&&_0x29d02c===_0x1ae222){_0x249fe5['author']!==_0x1ab24c&&_0x249fe5['discard']();const _0x5401f8=_0x249fe5['data']['commandParams'];_0xcadaa6=_0x5401f8[0x0]['tableWidth'],_0x1bc1ae=_0x5401f8[0x0]['columnWidths'];break;}}_0x5df525({'table':_0x1ae222,'tableWidth':_0x29e3b6,'columnWidths':_0x4f7008}),_0x529cc4['markBlockFormat'](_0x1ae222,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0xcadaa6,'columnWidths':_0x1bc1ae}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x50e56f){if('formatBlock'!=_0x50e56f['type']&&'formatInline'!=_0x50e56f['type'])return;const {data:_0x4c4cd}=_0x50e56f;if(_0x4c4cd&&'resizeTable'===_0x4c4cd['formatGroupId']){const _0x147a96='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x147a96)};}}}class Dt extends _0x4ba4b5{['afterInit'](){const _0x3b51f7=this['editor'];_0x3b51f7['plugins']['has']('Template')&&_0x3b51f7['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x4ba4b5{['afterInit'](){const _0x5056e1=this['editor'];if(!_0x5056e1['commands']['get']('insertTableOfContents'))return;_0x5056e1['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x69d326=_0x5056e1['plugins']['get']('TrackChangesEditing'),_0x381a94=_0x5056e1['locale'];_0x69d326['descriptionFactory']['registerElementLabel']('tableOfContents',_0x57bf7a=>o(_0x381a94,'ELEMENT_TABLE_OF_CONTENTS',_0x57bf7a));}}class $t extends _0x4ba4b5{['afterInit'](){const _0x45b87b=this['editor'];if(!_0x45b87b['plugins']['has']('Title'))return;const _0x8d96ab=_0x45b87b['plugins']['get']('TrackChangesEditing');_0x8d96ab['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x45b87b['locale'],'ELEMENT_TITLE')),_0x45b87b['model']['document']['registerPostFixer'](_0x120308=>{let _0x196bc7=!0x1;const _0x7090f6=Array['from'](_0x45b87b['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1ffe7f,data:_0x3a1f6e}of _0x7090f6){const {group:_0x2ba302}=_0x8d96ab['_splitMarkerName'](_0x1ffe7f);if('suggestion'!==_0x2ba302||!_0x3a1f6e['newRange'])continue;const _0x1d9167=_0x3a1f6e['newRange'],_0x4fe468=_0x1d9167['end']['nodeBefore'];if(!_0x4fe468||!_0x4fe468['is']('element','title-content'))continue;if(!_0x1d9167['start']['isTouching'](_0x1d9167['end']))continue;const _0x21745c=_0x45b87b['model']['schema']['getNearestSelectionRange'](_0x1d9167['end'],'forward');if(_0x21745c&&_0x21745c['isCollapsed']){const _0x190312=_0x120308['createRange'](_0x1d9167['start'],_0x21745c['start']);_0x190312['isEqual'](_0x1d9167)||(_0x120308['updateMarker'](_0x1ffe7f,{'range':_0x190312}),_0x196bc7=!0x0);}_0x196bc7||(_0x120308['removeMarker'](_0x1ffe7f),_0x196bc7=!0x0);}return _0x196bc7;});}}class Bt extends _0x4ba4b5{['afterInit'](){const _0x253460=this['editor'],_0x55dcae=_0x253460['plugins']['get']('TrackChangesEditing');_0x253460['plugins']['has']('UndoEditing')&&(_0x55dcae['enableCommand']('undo'),_0x55dcae['enableCommand']('redo'));}}class xt extends _0x4ba4b5{static get['requires'](){return[It];}['afterInit'](){const _0x572be6=this['editor'];if(!_0x572be6['plugins']['has']('TableCaptionEditing'))return;_0x572be6['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Rt extends _0x4ba4b5{['tableProperties'];['tableCellProperties'];constructor(_0x1de0e0){super(_0x1de0e0),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 _0x592bad=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x43d7f7 of this['tableProperties'])_0x592bad['enableCommand'](_0x43d7f7,(_0x565c86,_0x10be10)=>{const _0x23222c=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x43d7f7,[_0x23222c],this['tableProperties'],'tableProperties',_0x565c86,_0x10be10);});_0x592bad['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x592bad['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x592bad['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x352b9a,_0xd652ce)=>this['handleDiscardAction'](this['tableProperties'],_0x352b9a,_0xd652ce)),_0x592bad['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x2e442a of this['tableCellProperties'])_0x592bad['enableCommand'](_0x2e442a,(_0x1b4311,_0x14976c)=>{const _0x39d963=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x2e442a,_0x39d963,this['tableCellProperties'],'tableCellProperties',_0x1b4311,_0x14976c);});_0x592bad['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x592bad['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x592bad['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x90b44a,_0x36d49c)=>this['handleDiscardAction'](this['tableCellProperties'],_0x90b44a,_0x36d49c)),_0x592bad['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x592bad['descriptionFactory']['registerDescriptionCallback'](_0x114f58=>this['handleSuggestionDescription'](_0x114f58));}['_handlePropertyChange'](_0x119ebd,_0x54deb5,_0x3a405b,_0x1c8b5c,_0x6c7539,_0x48a6f4){const _0x504852=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x48a6f4['batch'],()=>{for(const _0x3ad9ea of _0x54deb5){if(this['_getSuggestion'](_0x3ad9ea,_0x1c8b5c))_0x6c7539(_0x48a6f4);else{const _0x537085={};for(const _0x26c9db of _0x3a405b){const _0xdaffcf=_0x3ad9ea['getAttribute'](_0x26c9db);void 0x0!==_0xdaffcf&&(_0x537085[_0x26c9db]=_0xdaffcf);}_0x6c7539(_0x48a6f4),_0x504852['markBlockFormat'](_0x3ad9ea,{'commandParams':[_0x537085]},[],_0x1c8b5c);}}});}['handleDiscardAction'](_0x36a3f6,_0x2bc3df,_0x15dc46){const _0x413a7c=_0x2bc3df[0x0]['start']['nodeAfter'],_0x40d7ee=_0x15dc46['commandParams'][0x0];this['editor']['model']['change'](_0x309d63=>{for(const _0x55ab08 of _0x36a3f6)void 0x0!==_0x40d7ee[_0x55ab08]?_0x309d63['setAttribute'](_0x55ab08,_0x40d7ee[_0x55ab08],_0x413a7c):_0x309d63['removeAttribute'](_0x55ab08,_0x413a7c);});}['handleSuggestionDescription'](_0x4e2f4c){if(_0x4e2f4c['data'])switch(_0x4e2f4c['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'](_0x941636,_0x59aede){const _0x9904d=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0xb8b0f of _0x9904d['getSuggestions']({'skipNotAttached':!0x0})){const _0xfc8518=_0xb8b0f['getContainedElement']();if(_0xb8b0f['subType']===_0x59aede&&_0xfc8518===_0x941636)return _0xb8b0f;}return null;}}const m='$elementName';class p extends _0x4ba4b5{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x106ae5,_0x2e42cd,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(_0x4db54c){function _0x210ec3(_0x3bad2e){return _0x3bad2e['map'](_0x2a924b=>String['fromCharCode'](_0x2a924b))['join']('');}super(_0x4db54c),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x1fe91a,_0x301d83,_0x5dc067,_0x1478ec)=>{this['_model']['change'](()=>{for(const _0xc895cd of[..._0x1478ec,..._0x5dc067])this['_model']['markers']['has'](_0xc895cd)&&_0x4db54c['editing']['reconvertMarker'](_0xc895cd);});}),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']=_0x4db54c['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(),_0x4db54c['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x4db54c['config']['get']('trackChanges.trackFormatChanges'),_0x4db54c['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x4db54c['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x4db54c,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x210ec3([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x210ec3([0x34,0x30,0x34,0x38,0x31,0x38,0x35,0x36]);}['init'](){const _0x4e849a=this['editor'],_0x5f16d2=(_0x667aad,_0x9f9cbb)=>{if('attribute'!=_0x667aad)return'ck-suggestion-marker-'+_0x667aad;const _0x54b0d9=_0x9f9cbb['split']('|')[0x0];return this['_isBlockAttribute'](_0x54b0d9)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x4e849a['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x3ef494=>{const {id:_0x524ba0,authorId:_0x5ac038,type:_0x4cc8cb,subType:_0x35e80b}=this['_splitMarkerName'](_0x3ef494['markerName']),_0x410186=['ck-suggestion-marker',_0x5f16d2(_0x4cc8cb,_0x35e80b)];let _0x5136c6=0xbb8;return this['activeMarkers']['includes'](_0x3ef494['markerName'])&&(_0x410186['push']('ck-suggestion-marker--active'),_0x5136c6=0xbc2),'deletion'==_0x4cc8cb&&(_0x5136c6+=0x5),{'classes':_0x410186,'attributes':{'data-suggestion':_0x524ba0,'data-author-id':_0x5ac038},'priority':_0x5136c6};}}),_0x4e849a['conversion']['for']('dataDowncast')['add'](_0x350026=>{_0x350026['on']('addMarker:suggestion',(_0x3ee738,_0x56561f,_0x3d8a67)=>{if(!_0x3d8a67['options']['showSuggestionHighlights'])return;const _0x23f19d=_0x56561f['item'];if(!_0x23f19d)return;const _0x29fef7=_0x3d8a67['mapper']['toViewElement'](_0x23f19d);_0x4e849a['model']['schema']['isObject'](_0x23f19d)&&_0x29fef7&&!_0x29fef7['getCustomProperty']('widget')&&_0x29fef7['is']('containerElement')&&_0x2c0c3d(_0x29fef7,_0x3d8a67['writer']);},{'priority':'high'});}),_0x4e849a['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x1ea477,_0x3778fd)=>{if(!_0x3778fd['options']['showSuggestionHighlights'])return null;const {type:_0x4bf089,subType:_0x4949df}=this['_splitMarkerName'](_0x1ea477['markerName']);return{'classes':['ck-suggestion-marker',_0x5f16d2(_0x4bf089,_0x4949df)],'priority':0xbb8};}});const _0x560b6d=({showActiveMarkers:_0xaffcd1=!0x0,isAttributeSuggestion:_0x7a2945=!0x1}={})=>(_0x4dad52,_0x4247b2,_0x385236)=>{if(!_0x4247b2['item'])return;const {id:_0x14e886,authorId:_0x4c14e2}=this['_splitMarkerName'](_0x4247b2['markerName']);if(_0x7a2945){const _0x5a0ea8=this['_suggestions']['get'](_0x14e886),_0x423a8a=this['_getAttributeKey'](_0x5a0ea8);if(!this['_isBlockAttribute'](_0x423a8a))return;}if(_0x4247b2['item']['is']('selection'))return void _0x385236['consumable']['consume'](_0x4247b2['item'],_0x4dad52['name']);const _0x2962d4=_0x385236['mapper']['toViewElement'](_0x4247b2['item']);if(_0x4247b2['item']['is']('element')&&_0x4e849a['model']['schema']['isBlock'](_0x4247b2['item'])&&!_0x2962d4['getCustomProperty']('addHighlight')){_0x385236['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x2962d4),_0x385236['writer']['setAttribute']('data-suggestion',_0x14e886,_0x2962d4),_0x385236['writer']['setAttribute']('data-author-id',_0x4c14e2,_0x2962d4),_0x385236['mapper']['bindElementToMarker'](_0x2962d4,_0x4247b2['markerName']),_0xaffcd1&&(this['activeMarkers']['includes'](_0x4247b2['markerName'])?_0x385236['writer']['addClass']('ck-suggestion-marker--active',_0x2962d4):_0x385236['writer']['removeClass']('ck-suggestion-marker--active',_0x2962d4));for(const _0x4839fc of _0x4e849a['model']['createRangeIn'](_0x4247b2['item'])['getItems']())_0x385236['consumable']['consume'](_0x4839fc,_0x4dad52['name']);_0x385236['consumable']['consume'](_0x4247b2['item'],_0x4dad52['name']);}};_0x4e849a['conversion']['for']('dataDowncast')['add'](_0x1de560=>{_0x1de560['on']('addMarker:suggestion:formatBlock',(_0x3abba1,_0x273c03,_0x52347d)=>{_0x52347d['options']['showSuggestionHighlights']&&_0x560b6d({'showActiveMarkers':!0x1})(_0x3abba1,_0x273c03,_0x52347d);},{'priority':'highest'});}),_0x4e849a['conversion']['for']('dataDowncast')['add'](_0x2b90f4=>{_0x2b90f4['on']('addMarker:suggestion:attribute',(_0x2f6922,_0x4500d1,_0x4304a2)=>{_0x4304a2['options']['showSuggestionHighlights']&&_0x560b6d({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x2f6922,_0x4500d1,_0x4304a2);},{'priority':'highest'});}),_0x4e849a['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x9ebdfd,_0x496220)=>_0x496220['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x9ebdfd['substr'](0xb)}}),_0x4e849a['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x5526c9,{writer:_0x508b90})=>{let _0x1374e4='suggestion:'+_0x5526c9['getAttribute']('suggestion-type')+':'+_0x5526c9['getAttribute']('id');return _0x5526c9['getAttribute']('marker-count')&&(_0x1374e4+=':'+_0x5526c9['getAttribute']('marker-count')),_0x508b90['createElement']('$marker',{'data-name':_0x1374e4});}}),_0x4e849a['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x4e849a['conversion']['for']('editingDowncast')['add'](_0x456a8f=>{_0x456a8f['on']('addMarker:suggestion:formatBlock',_0x560b6d(),{'priority':'high'});}),_0x4e849a['conversion']['for']('editingDowncast')['add'](_0x41bbab=>{_0x41bbab['on']('addMarker:suggestion:attribute',_0x560b6d({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x4e849a['conversion']['for']('editingDowncast')['add'](_0x16f18d=>{_0x16f18d['on']('removeMarker:suggestion:formatBlock',(_0x2ae808,_0x22a7fd,_0x2817fc)=>{const _0x27b7ce=_0x2817fc['mapper']['markerNameToElements'](_0x22a7fd['markerName']);if(_0x27b7ce){for(const _0x2c0063 of _0x27b7ce)_0x2c0063['getCustomProperty']('addHighlight')||(_0x2817fc['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x2c0063),_0x2817fc['writer']['removeAttribute']('data-suggestion',_0x2c0063),_0x2817fc['writer']['removeAttribute']('data-author-id',_0x2c0063),_0x2817fc['mapper']['unbindElementFromMarkerName'](_0x2c0063,_0x22a7fd['markerName']));}},{'priority':'high'});}),_0x4e849a['conversion']['for']('editingDowncast')['add'](_0x5dc642=>{_0x5dc642['on']('removeMarker:suggestion:attribute',(_0xac89f6,_0x53aaa6,_0x5af39b)=>{const _0x49debc=_0x5af39b['mapper']['markerNameToElements'](_0x53aaa6['markerName']);if(!_0x49debc)return;const {id:_0x4e8720}=this['_splitMarkerName'](_0x53aaa6['markerName']),_0x4d0929=this['_suggestions']['get'](_0x4e8720),_0x2fc784=this['_getAttributeKey'](_0x4d0929);if(this['_isBlockAttribute'](_0x2fc784)){for(const _0x4d585c of _0x49debc)_0x4d585c['getCustomProperty']('addHighlight')||(_0x5af39b['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x4d585c),_0x5af39b['writer']['removeAttribute']('data-suggestion',_0x4d585c),_0x5af39b['writer']['removeAttribute']('data-author-id',_0x4d585c),_0x5af39b['mapper']['unbindElementFromMarkerName'](_0x4d585c,_0x53aaa6['markerName']));}},{'priority':'high'});}),_0x4e849a['model']['document']['registerPostFixer'](_0x407658=>{let _0x46558f=!0x1;const _0x1ef5d7=Array['from'](_0x4e849a['model']['document']['differ']['getChangedMarkers']()),_0x3843c0=new Set();for(const {name:_0x33711d,data:_0x49324b}of _0x1ef5d7){const {group:_0xd47b8e,type:_0x340eb8,subType:_0x3a8160,id:_0x2ce2fa}=this['_splitMarkerName'](_0x33711d);if('suggestion'!==_0xd47b8e)continue;const _0x476f8f=this['_suggestions']['get'](_0x2ce2fa);if(null!=_0x49324b['newRange']){'formatInline'==_0x340eb8&&(_0x46558f=_0x46558f||Ut(_0x49324b['newRange'],_0x33711d,_0x407658,_0x4e849a['model']['schema']));const _0x103a5c='attribute'==_0x340eb8&&this['_isBlockAttribute'](_0x3a8160['split']('|')[0x0]);if(_0x49324b['newRange']['isCollapsed']||'$graveyard'==_0x49324b['newRange']['root']['rootName']||'formatBlock'==_0x340eb8&&!Ft(_0x49324b['newRange'])||_0x103a5c&&!Ft(_0x49324b['newRange'])||'deletion'==_0x340eb8&&!(!Vt(_0x1af6af=_0x49324b['newRange'])&&!function(_0x3babce){return _0x3babce['start']['parent']==_0x3babce['end']['nodeBefore']&&_0x3babce['start']['isAtEnd'];}(_0x1af6af)))_0x407658['removeMarker'](_0x33711d),_0x46558f=!0x0;else{if(!_0x476f8f||!_0x476f8f['isInContent'])continue;if(_0x49324b['newRange']&&_0x49324b['oldRange']&&_0x49324b['newRange']['isEqual'](_0x49324b['oldRange']))continue;_0x3843c0['add'](_0x476f8f);}}}var _0x1af6af;return _0x3843c0['size']>0x0&&(_0x46558f=!!this['_joinWithAdjacentSuggestions'](_0x3843c0)||_0x46558f),_0x46558f;}),_0x4e849a['model']['document']['registerPostFixer'](_0x46ee4f=>{let _0x54065f=!0x1;for(const _0x2ea32e of _0x4e849a['model']['document']['differ']['getChanges']())if('insert'==_0x2ea32e['type'])for(const _0x258bc8 of this['_suggestions']['values']()){if(_0x258bc8['isMultiRange']||!_0x258bc8['isInContent'])continue;const _0x2d4cb6='formatBlock'==_0x258bc8['type'],_0xad600f=this['_getAttributeKey'](_0x258bc8),_0x17dfe5=_0xad600f&&this['_isBlockAttribute'](_0xad600f);if(!_0x2d4cb6&&!_0x17dfe5)continue;const _0x1ce872=_0x258bc8['getFirstRange']();if(_0x1ce872['start']['parent']!=_0x1ce872['end']['parent']&&!_0x1ce872['end']['isAtEnd']){const _0x1a8165=_0x4e849a['model']['createPositionAt'](_0x1ce872['start']['nodeAfter'],'end'),_0x14722a=_0x4e849a['model']['createRange'](_0x1ce872['start'],_0x1a8165);_0x46ee4f['updateMarker'](_0x258bc8['getFirstMarker'](),{'range':_0x14722a}),_0x54065f=!0x0;}}return _0x54065f;}),_0x4e849a['model']['document']['registerPostFixer'](_0x5f1657=>this['_processAttributeChanges'](_0x5f1657)),_0x4e849a['model']['document']['registerPostFixer'](_0x28d1c0=>!_0x28d1c0['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x28d1c0)),_0x4e849a['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x4e849a['model']['document']['on']('change:data',(_0xfb6685,_0x35ef50)=>{if(!_0x35ef50['isLocal']||_0x35ef50['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x1a0df5=_0x4e849a['model']['document']['differ']['getChanges']();if(0x0==_0x1a0df5['length'])return;const _0x2b7dfd=[],_0x1051b4=_0x1a0df5['filter'](_0xa6cdd9=>'attribute'==_0xa6cdd9['type']),_0xf2a844=_0x1a0df5['filter'](_0x192208=>'insert'==_0x192208['type']&&'$text'!=_0x192208['name']);for(const _0x3161fb of _0x1051b4)this['_isRegisteredAttribute'](_0x3161fb['attributeKey'])&&_0x2b7dfd['push']({'key':_0x3161fb['attributeKey'],'newValue':_0x3161fb['attributeNewValue'],'oldValue':_0x3161fb['attributeOldValue'],'range':Pt(_0x3161fb['range'],_0x4e849a['model'])});for(const _0x96a21b of _0xf2a844){if('rename'!=_0x96a21b['action']&&'refresh'!=_0x96a21b['action'])continue;const _0x529d1a=Lt(_0x96a21b['position']['nodeAfter'],_0x4e849a['model']),_0x11c053=_0x96a21b['before'];'rename'==_0x96a21b['action']&&_0x2b7dfd['push']({'key':m,'newValue':_0x96a21b['name'],'oldValue':_0x11c053['name'],'range':_0x529d1a});for(const [_0x4dfa4d,_0x4fdeca]of _0x11c053['attributes']){if(!this['_isRegisteredAttribute'](_0x4dfa4d))continue;const _0x63770f=_0x96a21b['attributes']['get'](_0x4dfa4d);_0x4fdeca!==_0x63770f&&_0x2b7dfd['push']({'key':_0x4dfa4d,'newValue':_0x63770f,'oldValue':_0x4fdeca,'range':_0x529d1a});}for(const [_0x28e904,_0x4884af]of _0x96a21b['attributes'])this['_isRegisteredAttribute'](_0x28e904)&&(_0x11c053['attributes']['has'](_0x28e904)||_0x2b7dfd['push']({'key':_0x28e904,'newValue':_0x4884af,'oldValue':null,'range':_0x529d1a}));}0x0!=_0x2b7dfd['length']&&_0x4e849a['model']['enqueueChange'](_0x35ef50,_0x58a331=>{const _0x4215fd=_0x4cf4cc();for(const {range:_0x346a52,key:_0x49c335,oldValue:_0x49823c,newValue:_0x1ee07c}of _0x2b7dfd)this['markAttributeChange'](_0x346a52,_0x49c335,_0x49823c,_0x1ee07c,{'groupId':_0x4215fd});this['_reduceExistingSuggestions'](_0x58a331,_0x2b7dfd);});},{'priority':'lowest'}),_0x4e849a['model']['markers']['on']('update:suggestion',(_0x338c2d,_0x3039cc,_0x8ce5c8)=>{if(null==_0x8ce5c8){const {id:_0x3c3f17}=this['_splitMarkerName'](_0x3039cc['name']),_0x3a724e=this['_suggestions']['get'](_0x3c3f17);_0x3a724e&&_0x3a724e['addMarkerName'](_0x3039cc['name']);}}),_0x4e849a['model']['document']['on']('change:data',()=>{const _0x3603d1=Array['from'](_0x4e849a['model']['document']['differ']['getChangedMarkers']())['filter'](_0x5ea174=>'suggestion'===this['_splitMarkerName'](_0x5ea174['name'])['group']);if(0x0===_0x3603d1['length'])return;_0x3603d1['sort']((_0x5f5cdc,_0x100a72)=>{const _0x2925be=_0x5f5cdc['data']['oldRange'],_0x36290b=_0x100a72['data']['oldRange'];return null===_0x2925be&&null===_0x36290b?0x0:null===_0x2925be&&null!==_0x36290b?-0x1:null!==_0x2925be&&null===_0x36290b?0x1:_0x2925be['start']['isBefore'](_0x36290b['start'])?-0x1:0x1;});const _0x74450b=new Set(),_0x421a84=new Set();for(const {name:_0x506324,data:_0x2badab}of _0x3603d1){const {id:_0x218cb5}=this['_splitMarkerName'](_0x506324);if(null===_0x2badab['oldRange']){const _0x56ff9c=this['_handleNewSuggestionMarker'](_0x506324);_0x421a84['add'](_0x56ff9c);}else{const _0x429897=this['_suggestions']['get'](_0x218cb5);null!==_0x2badab['newRange']||_0x429897['isInContent']?(_0x74450b['add'](_0x429897['head']),_0x421a84['add'](_0x429897)):this['_removeSuggestion'](_0x429897);}}_0x421a84['size']>0x0&&this['_refreshSuggestionsChain'](_0x421a84);for(const _0x5e89ad of _0x74450b)this['fire']('suggestionChanged',_0x5e89ad);}),_0x4e849a['model']['on']('applyOperation',(_0x1bcbd5,_0x10edf0)=>{const _0x4463ed=_0x10edf0[0x0];if(!this['_suggestions']['size'])return;if(!_0x4463ed['isDocumentOperation'])return;if(_0x4463ed['batch']['isUndo']||!_0x4463ed['batch']['isLocal'])return;let _0x4accad,_0x1f6160;switch(_0x4463ed['type']){case'insert':_0x4accad=_0x4e849a['model']['createPositionAt'](_0x4463ed['position']),_0x1f6160=_0x4accad['getShiftedBy'](_0x4463ed['howMany']);break;case'split':_0x4accad=_0x4e849a['model']['createPositionAt'](_0x4463ed['splitPosition']),_0x1f6160=_0x4e849a['model']['createPositionAt'](_0x4463ed['moveTargetPosition']);break;case'move':_0x4accad=_0x4e849a['model']['createPositionAt'](_0x4463ed['targetPosition']),_0x1f6160=_0x4accad['getShiftedBy'](_0x4463ed['howMany']);break;default:return;}const _0x8398dc=_0x4e849a['model']['createRange'](_0x4accad,_0x1f6160);_0x4e849a['model']['change'](()=>{for(const {suggestion:_0x557faa,meta:_0x5c3b99}of this['_findSuggestions'](_0x8398dc)){if(_0x557faa['isMultiRange'])continue;if('formatInline'==_0x557faa['type'])continue;const _0x9f0863=this['_getAttributeKey'](_0x557faa);if(_0x9f0863&&this['_isBlockAttribute'](_0x9f0863)&&'split'!=_0x4463ed['type'])continue;const _0x7a136c=_0x557faa['data']&&_0x557faa['data']['multipleBlocks'];('formatBlock'!=_0x557faa['type']||'split'==_0x4463ed['type']&&!_0x7a136c)&&(_0x5c3b99['containsRangeInObject']||'insertion'==_0x557faa['type']&&_0x5c3b99['isOwn']||_0x557faa['getFirstRange']()['containsRange'](_0x8398dc)&&this['_breakSuggestionMarker'](_0x557faa,_0x4accad,_0x1f6160));}});},{'priority':'lowest'}),_0x4e849a['model']['on']('deleteContent',(_0x325a74,_0x362f44)=>{const _0xc0f05c=_0x362f44[0x0],_0x3ea16f=_0x362f44[0x1];if(_0x3ea16f&&_0x3ea16f['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0xc0f05c['isCollapsed'])return;const _0x4b5e7a=_0x4e849a['model']['schema'],{start:_0x58ee53,end:_0x159a5e}=_0xc0f05c['getFirstRange'](),_0x2c59a1=_0x58ee53['nodeAfter']&&_0x4b5e7a['isLimit'](_0x58ee53['nodeAfter'])?null:_0x4b5e7a['getNearestSelectionRange'](_0x58ee53,'forward'),_0x43b919=_0x159a5e['nodeBefore']&&_0x4b5e7a['isLimit'](_0x159a5e['nodeBefore'])?null:_0x4b5e7a['getNearestSelectionRange'](_0x159a5e,'backward'),_0x45ea84=_0x4e849a['model']['createRange'](_0x2c59a1?_0x2c59a1['start']:_0x58ee53,_0x43b919?_0x43b919['end']:_0x159a5e);_0x4e849a['model']['change'](_0x59e54c=>{this['markDeletion'](_0x45ea84);const _0x2d9968=_0x4e849a['model']['schema']['getNearestSelectionRange'](_0x45ea84['start']);_0xc0f05c['is']('documentSelection')?_0x59e54c['setSelection'](_0x2d9968):_0xc0f05c['setTo'](_0x2d9968);}),_0x325a74['stop']();},{'priority':_0x2219d1['normal']+0xa}),_0x4e849a['model']['on']('insertContent',(_0x18c26f,_0xb4bd73)=>{const _0x50ac3e=_0xb4bd73[_0xb4bd73['length']-0x1];_0x50ac3e&&_0x50ac3e['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x4e849a['model']['change'](()=>{let _0x2ab19e=_0x4e849a['model']['insertContent'](_0xb4bd73[0x0],_0xb4bd73[0x1],_0xb4bd73[0x2],{'forceDefaultExecution':!0x0});if(!_0x2ab19e)return;_0x18c26f['return']=_0x2ab19e['clone']();const _0x358165=_0x2ab19e['end']['nodeBefore'],_0x53886c=_0x4e849a['model']['schema'];_0x358165&&_0x53886c['isBlock'](_0x358165)&&!_0x53886c['isObject'](_0x358165)&&(_0x2ab19e=_0x4e849a['model']['createRange'](_0x2ab19e['start'],_0x4e849a['model']['createPositionAt'](_0x358165,'end'))),this['markInsertion'](_0x2ab19e);}),_0x18c26f['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x40ed9a=new x(_0x4e849a,this['_suggestions']);_0x4e849a['commands']['add']('acceptSuggestion',_0x40ed9a),this['enableCommand']('acceptSuggestion');const _0xbe795b=new R(_0x4e849a,this['_suggestions']);_0x4e849a['commands']['add']('discardSuggestion',_0xbe795b),this['enableCommand']('discardSuggestion'),_0x4e849a['commands']['add']('acceptAllSuggestions',new E(_0x4e849a,_0x40ed9a,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x4e849a['commands']['add']('discardAllSuggestions',new E(_0x4e849a,_0xbe795b,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x4e849a['commands']['add']('acceptSelectedSuggestions',new O(_0x4e849a,_0x40ed9a,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x4e849a['commands']['add']('discardSelectedSuggestions',new O(_0x4e849a,_0xbe795b,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x47c1c2=_0x4e849a['plugins']['get']('CommentsRepository');this['listenTo'](_0x47c1c2,'addComment',(_0x267077,{threadId:_0x3406a9})=>{const _0x5df124=this['_suggestions']['get'](_0x3406a9);_0x5df124&&_0x5df124['commentThread']&&0x1===_0x5df124['commentThread']['length']&&this['_updateSuggestionData'](_0x3406a9,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x47c1c2,'removeComment',(_0x260fc1,{threadId:_0x3719f7})=>{const _0x562f89=this['_suggestions']['get'](_0x3719f7);_0x562f89&&_0x562f89['commentThread']&&!_0x562f89['commentThread']['length']&&this['_updateSuggestionData'](_0x3719f7,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x31be2d){if(this['_adapter'])throw new _0x1a35b0('track-changes-adapter-already-set',this);this['_adapter']=_0x31be2d;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x23357=!0x1,toJSON:_0x1cd6d4=!0x1}={}){const _0x36f9fb=[];for(const _0x2a0598 of this['_suggestions']['values']())_0x23357&&!_0x2a0598['isInContent']||_0x36f9fb['push'](_0x2a0598);return _0x1cd6d4?_0x36f9fb['map'](_0x18e3e9=>_0x18e3e9['toJSON']()):_0x36f9fb;}['getSuggestion'](_0x13db28){const _0x44d018=this['_suggestions']['get'](_0x13db28);if(!_0x44d018)throw new _0x1a35b0('track-changes-suggestion-not-found',this);return _0x44d018;}['hasSuggestion'](_0x2c1334){return this['_suggestions']['has'](_0x2c1334);}['addSuggestionData'](_0x1e5d28){const {authorId:_0x161b83,id:_0x2ad7d1,attributes:_0x39bcf2}=_0x1e5d28,[_0x2db450,_0x1e14fc]=_0x1e5d28['type']['split'](':'),_0x23b80b=this['_suggestions']['get'](_0x2ad7d1)||this['_createSuggestion'](_0x2db450,_0x1e14fc,_0x2ad7d1,_0x161b83,_0x39bcf2);if(this['_addThreadToSuggestion'](_0x23b80b),this['_checkSuggestionCorrectness'](_0x23b80b,_0x2db450,_0x1e14fc||null,_0x161b83),_0x23b80b['createdAt']=_0x1e5d28['createdAt'],_0x23b80b['_isDataLoaded']=!0x0,_0x39bcf2&&_0x39bcf2['@external']){const _0x1164d0=_0x39bcf2['@external'],_0x48502d=this['_getExternalAuthor'](_0x1164d0['authorName']);_0x23b80b['authoredAt']=_0x1164d0['createdAt'],_0x23b80b['author']=_0x48502d,_0x23b80b['isExternal']=!0x0;}else _0x23b80b['authoredAt']=_0x1e5d28['createdAt'];switch(_0x1e5d28['data']&&(_0x23b80b['data']=_0x1e5d28['data']),_0x1e5d28['attributes']&&(_0x23b80b['attributes']=_0x1e5d28['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x23b80b['_saved']=!0x0),this['_suggestionState']['get'](_0x23b80b)){case'notReady':this['_suggestionState']['set'](_0x23b80b,'dataReady');break;case'markerReady':_0x23b80b['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x23b80b])),this['_refreshSuggestionsChain'](new Set([_0x23b80b])),this['_suggestionState']['set'](_0x23b80b,'ready'),this['fire']('suggestionLoaded',_0x23b80b)):this['_suggestionState']['set'](_0x23b80b,'removed');}return _0x23b80b;}['acceptSuggestion'](_0x5a9204){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x14dae8 of _0x5a9204['getAllAdjacentSuggestions']())_0x14dae8['accept']();});});}['discardSuggestion'](_0x574375){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x587d4d of _0x574375['getAllAdjacentSuggestions']())_0x587d4d['discard']();});});}['enableCommand'](_0x525779,_0x281836){const _0x80de3=this['editor']['commands']['get'](_0x525779);if(!_0x80de3)throw new _0x1a35b0('track-changes-command-not-found',this,{'commandName':_0x525779});if(this['_enabledCommands']['has'](_0x80de3))throw new _0x1a35b0('track-changes-enable-command-twice',this,{'commandName':_0x525779});this['_enabledCommands']['add'](_0x80de3),_0x281836&&_0x80de3['on']('execute',(_0x335274,_0x3d2288)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x3d2288['length']>0x0&&_0x3d2288[_0x3d2288['length']-0x1]&&_0x3d2288[_0x3d2288['length']-0x1]['forceDefaultExecution']?_0x3d2288['pop']():(_0x335274['return']=_0x281836((..._0x422dc4)=>_0x80de3['execute'](..._0x422dc4,{'forceDefaultExecution':!0x0}),..._0x3d2288),_0x335274['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0xb5bd6b){let _0x2d6016,_0x4edb49;const _0x1ace38=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x2d6016=_0xb5bd6b();}catch(_0xe8fc22){_0x4edb49=_0xe8fc22;}return _0x1ace38||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x4edb49&&_0x1a35b0['rethrowUnexpectedError'](_0x4edb49,this),_0x2d6016;}['markInsertion'](_0x378ebc,_0x292a76=null,_0x2e3566={}){if(_0x378ebc['isCollapsed'])return null;const _0x340371=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x141a18,meta:_0x1ea768}of this['_findSuggestions'](_0x378ebc,'insertion'))if(_0x1ea768['isOwn']){if(!_0x1ea768['isNextTo']){if(_0x1ea768['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!qt(_0x141a18,_0x2e3566))continue;return _0x141a18;}if(qt(_0x141a18,_0x2e3566))return _0x141a18;this['_breakSuggestionMarker'](_0x141a18,_0x378ebc['start'],_0x378ebc['end']);break;}if(_0x292a76==_0x141a18['subType']&&qt(_0x141a18,_0x2e3566)){const _0x44e119=_0x141a18['getFirstRange']();return _0x44e119['start']['isEqual'](_0x378ebc['end'])?this['_setSuggestionRange'](_0x141a18,this['_model']['createRange'](_0x378ebc['start'],_0x44e119['end'])):this['_setSuggestionRange'](_0x141a18,this['_model']['createRange'](_0x44e119['start'],_0x378ebc['end'])),_0x141a18;}}const _0x306f3c=_0x4cf4cc(),_0x17353c=_0x340371['id'],_0x568002=_0x292a76?'insertion:'+_0x292a76:'insertion',_0x4b1046=this['_setSuggestionData']({'id':_0x306f3c,'type':_0x568002,'createdAt':new Date(),'authorId':_0x17353c,'attributes':_0x2e3566});return this['_addSuggestionMarker'](_0x568002,_0x306f3c,_0x17353c,_0x378ebc),_0x4b1046;}['markMultiRangeInsertion'](_0x55a908,_0x338f46='multi',_0x5a408f={}){const _0x180894=this['editor']['plugins']['get']('Users')['me'],_0x397e8c=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x338f46,'join');for(const _0x24e8c4 of this['getSuggestions']())if(_0x24e8c4['author']['id']==_0x180894['id']&&'insertion'==_0x24e8c4['type']&&_0x24e8c4['subType']==_0x338f46&&qt(_0x24e8c4,_0x5a408f)&&(_0x397e8c(_0x24e8c4['getRanges'](),_0x55a908)||_0x397e8c(_0x55a908,_0x24e8c4['getRanges']()))){for(const _0x36b0c4 of _0x55a908)_0x24e8c4['addRange'](_0x36b0c4);return _0x24e8c4;}for(const {suggestion:_0x28df4d,meta:_0x36f902}of this['_findSuggestions'](_0x55a908,'insertion')){if(!_0x36f902['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x36f902['containsRangeInObject'])continue;if(!qt(_0x28df4d,_0x5a408f))continue;let _0x348600=!0x0;for(const _0x203116 of _0x28df4d['getRanges']())for(const _0x52ace5 of _0x55a908)if(!_0x203116['containsRange'](_0x52ace5)){_0x348600=!0x1;break;}if(_0x348600)return _0x28df4d;}const _0x1aa8e3=_0x4cf4cc(),_0x46e38d=_0x180894['id'],_0x379661='insertion:'+_0x338f46,_0x46111f=this['_setSuggestionData']({'id':_0x1aa8e3,'type':_0x379661,'createdAt':new Date(),'authorId':_0x46e38d,'attributes':_0x5a408f});for(const _0x9334b0 of _0x55a908)this['_addSuggestionMarker'](_0x379661,_0x1aa8e3,_0x46e38d,_0x9334b0,u['getMultiRangeId']());return _0x46111f;}['markInlineFormat'](_0x1bb288,_0x2c19a2,_0x5571b2=null,_0x10ace9={}){if(_0x5571b2=_0x5571b2||Gt(_0x2c19a2),_0x1bb288['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x4befe3=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x5571b2,'accept');return this['forceDefaultExecution'](()=>_0x4befe3([_0x1bb288],_0x2c19a2,_0x10ace9)),null;}const _0x4adf37=this['editor']['plugins']['get']('Users')['me'],_0x439e03=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x581434,meta:_0x222391}of this['_findSuggestions'](_0x1bb288,'insertion'))_0x222391['isOwn']&&!_0x222391['isInsideObject']&&_0x439e03['push'](..._0x581434['getRanges']());}const _0x551f07=function(_0x3a5b6e,_0x472090){const _0x396843=[];for(const _0x42c0eb of _0x472090){const _0x994154=_0x3a5b6e['getIntersection'](_0x42c0eb);_0x994154&&_0x396843['push'](_0x994154);}return _0x396843;}(_0x1bb288,_0x439e03),_0x2931c9=function(_0x4d094e,_0x3ff3a1){const _0xe60464=[_0x4d094e];for(const _0x56bb76 of _0x3ff3a1){let _0x51c60b=0x0;for(;_0x51c60b<_0xe60464['length'];){const _0x38d749=_0xe60464[_0x51c60b]['getDifference'](_0x56bb76);_0xe60464['splice'](_0x51c60b,0x1,..._0x38d749),_0x51c60b+=_0x38d749['length'];}}return _0xe60464;}(_0x1bb288,_0x439e03);_0x551f07['length']&&this['_model']['change'](()=>{for(const _0x505180 of _0x551f07){const _0x4bb73a=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x5571b2,'accept');this['forceDefaultExecution'](()=>_0x4bb73a([_0x505180],_0x2c19a2,_0x10ace9));}});for(const _0x15cd28 of _0x2931c9){let _0x3f84aa=null,_0x53abc9=_0x15cd28['start'],_0x572107=_0x15cd28['end'];for(const {suggestion:_0x5bd769,meta:_0x1ceac4}of this['_findSuggestions'](_0x15cd28,'formatInline')){if(!_0x1ceac4['isOwn'])continue;if(_0x5bd769['subType']!=_0x5571b2)continue;if(!qt(_0x5bd769,_0x10ace9))continue;const _0x217ba2=_0x5bd769['getFirstRange']();if(_0x217ba2['containsRange'](_0x15cd28,!0x0))return null;_0x53abc9=_0x53abc9['isBefore'](_0x217ba2['start'])?_0x53abc9:_0x217ba2['start'],_0x572107=_0x572107['isAfter'](_0x217ba2['end'])?_0x572107:_0x217ba2['end'],_0x3f84aa?_0x217ba2['start']['isBefore'](_0x3f84aa['getFirstRange']()['start'])?(_0x3f84aa['removeMarkers'](),_0x3f84aa=_0x5bd769):_0x5bd769['removeMarkers']():_0x3f84aa=_0x5bd769;}const _0x59ca73=this['_model']['createRange'](_0x53abc9,_0x572107);if(_0x3f84aa)this['_setSuggestionRange'](_0x3f84aa,_0x59ca73);else{const _0xd2084b=_0x4cf4cc(),_0x440240=_0x4adf37['id'];this['_setSuggestionData']({'id':_0xd2084b,'type':'formatInline:'+_0x5571b2,'data':_0x2c19a2,'createdAt':new Date(),'authorId':_0x440240,'attributes':_0x10ace9}),this['_addSuggestionMarker']('formatInline:'+_0x5571b2,_0xd2084b,_0x440240,_0x59ca73);}}return null;}['markBlockFormat'](_0x3cf355,_0xd7c589,_0x1d9350=[],_0x40437a=null,_0x28a14f={}){_0xd7c589['formatGroupId']||(_0xd7c589['formatGroupId']=_0xd7c589['commandName']),_0xd7c589['multipleBlocks']=_0x3cf355['is']('range'),_0x40437a=_0x40437a||Gt(_0xd7c589);const _0x155277=_0x1d9350['map'](_0xc8cbf0=>Lt(_0xc8cbf0,this['_model'])),_0x279bbf=_0x3cf355['is']('range')?_0x3cf355:Lt(_0x3cf355,this['_model']);if('never'===this['_trackFormatChanges']){const _0x2c90ac=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x40437a,'accept');return this['forceDefaultExecution'](()=>_0x2c90ac([_0x279bbf],_0xd7c589,_0x28a14f)),null;}_0x155277['push'](_0x279bbf);let _0x548923=!0x0;for(const _0x38da19 of _0x155277)if(!this['_rangeIsInLocalUserInsertion'](_0x38da19)){_0x548923=!0x1;break;}if(_0x548923&&'always'!==this['_trackFormatChanges']){const _0x4c1ddb=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x40437a,'accept');return this['forceDefaultExecution'](()=>_0x4c1ddb([_0x279bbf],_0xd7c589,_0x28a14f)),null;}let _0x32f687=null,_0x477b33=_0x279bbf['start'],_0x36e719=_0x279bbf['end'];for(const {suggestion:_0x654d06,meta:_0x563c4b}of this['_findSuggestions'](_0x279bbf,'formatBlock')){if(!_0x563c4b['isOwn'])continue;if(_0x563c4b['isNextTo']||_0x563c4b['containsRangeInObject']||_0x563c4b['isInsideObject'])continue;if(_0x654d06['data']['formatGroupId']!=_0xd7c589['formatGroupId'])continue;if(!qt(_0x654d06,_0x28a14f))continue;const _0x57271a=_0x654d06['getFirstRange']();if(_0x654d06['subType']==_0x40437a){if(_0x57271a['containsRange'](_0x279bbf,!0x0))return null;_0x477b33=_0x477b33['isBefore'](_0x57271a['start'])?_0x477b33:_0x57271a['start'],_0x36e719=_0x36e719['isAfter'](_0x57271a['end'])?_0x36e719:_0x57271a['end'],_0x32f687?_0x57271a['start']['isBefore'](_0x32f687['getFirstRange']()['start'])?(_0x32f687['removeMarkers'](),_0x32f687=_0x654d06):_0x654d06['removeMarkers']():_0x32f687=_0x654d06;}else{const _0x4d0419=_0x279bbf['getIntersection'](_0x57271a);this['_cutOutSuggestionMarker'](_0x654d06,_0x4d0419);}}const _0x2c340d=this['editor']['plugins']['get']('Users')['me'],_0x37af2e=_0x4cf4cc(),_0x4c64d0=_0x2c340d['id'];if(_0x32f687)return this['_setSuggestionRange'](_0x32f687,this['_model']['createRange'](_0x477b33,_0x36e719)),_0x32f687;{const _0x1fff9e=this['_setSuggestionData']({'id':_0x37af2e,'type':'formatBlock:'+_0x40437a,'data':_0xd7c589,'createdAt':new Date(),'authorId':_0x4c64d0,'attributes':_0x28a14f});return this['_addSuggestionMarker']('formatBlock:'+_0x40437a,_0x37af2e,_0x4c64d0,this['_model']['createRange'](_0x477b33,_0x36e719)),_0x1fff9e;}}['markMultiRangeBlockFormat'](_0x3bc529,_0x1356ba,_0x1da445=[],_0x1faf48=null,_0x1b02da={}){_0x1356ba['formatGroupId']||(_0x1356ba['formatGroupId']=_0x1356ba['commandName']);const _0x31fd59=_0x3bc529[0x0];_0x1356ba['multipleBlocks']=_0x31fd59['is']('range'),_0x1faf48=_0x1faf48||Gt(_0x1356ba);const _0x3d77dd=_0x1da445['map'](_0x2d95be=>Lt(_0x2d95be,this['_model'])),_0x507aa2=_0x31fd59['is']('range')?_0x3bc529:_0x3bc529['map'](_0x10c925=>Lt(_0x10c925,this['_model']));if('never'===this['_trackFormatChanges']){const _0x1d5b02=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1faf48,'accept');return this['forceDefaultExecution'](()=>_0x1d5b02(_0x507aa2,_0x1356ba,_0x1b02da)),null;}_0x3d77dd['push'](..._0x507aa2);let _0x61ddb0=!0x0;for(const _0x4fe82c of _0x3d77dd)if(!this['_rangeIsInLocalUserInsertion'](_0x4fe82c)){_0x61ddb0=!0x1;break;}if(_0x61ddb0&&'always'!==this['_trackFormatChanges']){const _0x3107e9=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1faf48,'accept');return this['forceDefaultExecution'](()=>_0x3107e9(_0x507aa2,_0x1356ba,_0x1b02da)),null;}const _0x42faf1=this['editor']['plugins']['get']('Users')['me'];for(const _0x122611 of this['getSuggestions']()){if(_0x122611['author']['id']!=_0x42faf1['id'])continue;if('formatBlock'!=_0x122611['type']||_0x122611['data']['formatGroupId']!=_0x1356ba['formatGroupId'])continue;if(!qt(_0x122611,_0x1b02da))continue;const _0x11a421=_0x122611['subType']==_0x1faf48;for(let _0x4c08f2=0x0;_0x4c08f2<_0x507aa2['length'];_0x4c08f2++){const _0x316d2b=_0x507aa2[_0x4c08f2];for(const _0xb3c08d of _0x122611['getMarkers']()){const _0x4d661b=_0xb3c08d['getRange']();if(_0x316d2b['isEqual'](_0x4d661b)){_0x11a421?(_0x507aa2['splice'](_0x4c08f2,0x1),_0x4c08f2--):_0x122611['removeMarker'](_0xb3c08d['name']);break;}}}}if(0x0==_0x507aa2['length'])return null;const _0x4bccf5=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1faf48,'join');for(const _0x1018cc of this['getSuggestions']())if(_0x1018cc['author']['id']==_0x42faf1['id']&&'formatBlock'==_0x1018cc['type']&&_0x1018cc['data']['formatGroupId']==_0x1356ba['formatGroupId']&&_0x1018cc['subType']==_0x1faf48&&qt(_0x1018cc,_0x1b02da)&&(_0x4bccf5(_0x1018cc['getRanges'](),_0x507aa2)||_0x4bccf5(_0x507aa2,_0x1018cc['getRanges']()))){for(const _0x207c39 of _0x507aa2)_0x1018cc['addRange'](_0x207c39);return _0x1018cc;}const _0xaf8338=_0x4cf4cc(),_0xc994d6=_0x42faf1['id'],_0x598169='formatBlock:'+_0x1faf48,_0x3a42be=this['_setSuggestionData']({'id':_0xaf8338,'type':_0x598169,'data':_0x1356ba,'createdAt':new Date(),'authorId':_0xc994d6,'attributes':_0x1b02da});for(const _0x2dfe48 of _0x507aa2)this['_addSuggestionMarker'](_0x598169,_0xaf8338,_0xc994d6,_0x2dfe48,u['getMultiRangeId']());return _0x3a42be;}['markDeletion'](_0x31deca,_0x2dcfbf=null,_0x23437e={}){if(_0x31deca['isCollapsed'])return null;const _0x340824=this['editor']['plugins']['get']('Users')['me'],_0x2e5745=new _0x1a312e(_0x31deca['start'],_0x31deca['end']);for(const {suggestion:_0x5db4cf,meta:_0x1fbd2b}of this['_findSuggestions'](_0x2e5745,'insertion'))if(_0x1fbd2b['isOwn']&&!_0x1fbd2b['isNextTo']){if(_0x5db4cf['isMultiRange']){const _0x5819bd=_0x5db4cf['getRanges']()['filter'](_0x40a18b=>'$graveyard'!=_0x40a18b['root']['rootName']);_0x5819bd['every'](_0x470131=>_0x2e5745['containsRange'](_0x470131,!0x0))&&_0x5db4cf['discard']();if(_0x5819bd['some'](_0x3c6b4b=>_0x3c6b4b['containsRange'](_0x2e5745,!0x0))){const _0x508233=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x2dcfbf,'accept');return this['forceDefaultExecution'](()=>_0x508233([_0x2e5745],null,_0x23437e)),null;}}else{const _0x41eeb6=_0x2e5745['getIntersection'](_0x5db4cf['getFirstRange']());null!==_0x41eeb6&&_0x5db4cf['_onDiscard']([_0x41eeb6],null,_0x23437e);}}if(_0x2e5745['detach'](),_0x2e5745['isCollapsed']||'$graveyard'==_0x2e5745['root']['rootName'])return null;let _0x16f828=null,_0x52e68a=_0x2e5745['start'],_0x1633e0=_0x2e5745['end'];const _0x543884=this['_findSuggestions'](_0x2e5745,'deletion');for(const {suggestion:_0x4a0687,meta:_0x575987}of _0x543884){const _0x39c0b1=this['_model']['createRange'](_0x52e68a,_0x1633e0);if(_0x575987['isOwn']&&(this['_mergeNestedSuggestions']||!_0x575987['containsRangeInObject']&&!_0x575987['isInsideObject'])){if(_0x4a0687['isMultiRange']){if(!qt(_0x4a0687,_0x23437e))continue;let _0xab8e81=!0x0;for(const _0x3601e6 of _0x4a0687['getRanges']()){if(_0x3601e6['containsRange'](_0x39c0b1,!0x0))return _0x4a0687;_0x39c0b1['containsRange'](_0x3601e6)||(_0xab8e81=!0x1);}_0xab8e81&&_0x4a0687['discard']();}else{const _0x463e68=_0x4a0687['getFirstRange']();if(_0x463e68['containsRange'](_0x39c0b1,!0x0))return _0x4a0687;if(!qt(_0x4a0687,_0x23437e)){_0x39c0b1['containsRange'](_0x463e68)?_0x4a0687['removeMarkers']():_0x463e68['containsPosition'](_0x52e68a)?_0x52e68a=_0x463e68['end']:_0x463e68['containsPosition'](_0x1633e0)&&(_0x1633e0=_0x463e68['start']);continue;}_0x52e68a=_0x52e68a['isBefore'](_0x463e68['start'])?_0x52e68a:_0x463e68['start'],_0x1633e0=_0x1633e0['isAfter'](_0x463e68['end'])?_0x1633e0:_0x463e68['end'],_0x23437e=Object['assign']({},_0x4a0687['attributes']),_0x16f828?_0x463e68['start']['isBefore'](_0x16f828['getFirstRange']()['start'])?(_0x16f828['removeMarkers'](),_0x16f828=_0x4a0687):_0x4a0687['removeMarkers']():_0x16f828=_0x4a0687;}}}if(_0x16f828)return this['_setSuggestionRange'](_0x16f828,this['_model']['createRange'](_0x52e68a,_0x1633e0)),_0x16f828;{const _0x4f82ba=_0x4cf4cc(),_0x20812a=this['_model']['createRange'](_0x52e68a,_0x1633e0),_0x53fdaa=_0x340824['id'],_0x13757b=_0x2dcfbf?'deletion:'+_0x2dcfbf:'deletion',_0x14e77f=this['_setSuggestionData']({'id':_0x4f82ba,'type':_0x13757b,'createdAt':new Date(),'authorId':_0x53fdaa,'attributes':_0x23437e});return this['_addSuggestionMarker'](_0x13757b,_0x4f82ba,_0x53fdaa,_0x20812a),_0x14e77f;}}['markMultiRangeDeletion'](_0x81750b,_0x538b2a='multi',_0xf3bd51={}){const _0x1e5152=this['editor']['plugins']['get']('Users')['me'],_0x30af89=_0x81750b['map'](_0x499431=>new _0x1a312e(_0x499431['start'],_0x499431['end'])),_0x5f0319=new Set();for(const {suggestion:_0x3cb003,meta:_0x3f1f04}of this['_findSuggestions'](_0x30af89,'insertion'))_0x3f1f04['isOwn']&&!_0x3f1f04['isNextTo']&&_0x5f0319['add'](_0x3cb003);for(const _0x360e91 of _0x5f0319)if(_0x360e91['isMultiRange']){const _0x479c2f=_0x360e91['getRanges']();(!_0x360e91['attributes']||!_0x360e91['attributes']['skipNestingCheck'])&&(_0x479c2f['every'](_0x40ba7c=>_0x30af89['some'](_0x371ca2=>_0x371ca2['containsRange'](_0x40ba7c,!0x0)))&&_0x360e91['discard']());if(_0x30af89['every'](_0x592a1a=>_0x479c2f['some'](_0x44ffbf=>_0x44ffbf['containsRange'](_0x592a1a,!0x0)))){const _0x1e6d16=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x538b2a,'accept');return this['forceDefaultExecution'](()=>_0x1e6d16(_0x81750b,null,_0xf3bd51)),null;}}else{const _0x5b61d7=_0x360e91['getFirstRange']();_0x30af89['some'](_0x287f0f=>_0x287f0f['containsRange'](_0x5b61d7,!0x0))&&_0x360e91['discard']();if(_0x30af89['every'](_0x398b52=>_0x5b61d7['containsRange'](_0x398b52,!0x0))){const _0x231752=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x538b2a,'accept');return this['forceDefaultExecution'](()=>_0x231752(_0x30af89,null,_0xf3bd51)),null;}}const _0x2e979f=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x538b2a,'join');let _0x4cd003=null;for(const _0x2ce796 of this['getSuggestions']())if(_0x2ce796['author']['id']==_0x1e5152['id']&&_0x2ce796['isInContent']&&'deletion'==_0x2ce796['type']&&_0x2ce796['subType']==_0x538b2a&&qt(_0x2ce796,_0xf3bd51)&&(_0x2e979f(_0x2ce796['getRanges'](),_0x30af89)||_0x2e979f(_0x30af89,_0x2ce796['getRanges']()))){if(_0x4cd003){if(_0x2ce796['commentThread']&&_0x2ce796['commentThread']['length'])continue;for(const _0x4aa77d of _0x2ce796['getRanges']())_0x4cd003['isIntersectingWithRange'](_0x4aa77d)||_0x4cd003['addRange'](_0x4aa77d);_0x2ce796['removeMarkers']();}else{_0x4cd003=_0x2ce796;for(const _0x59a02e of _0x30af89)_0x2ce796['isIntersectingWithRange'](_0x59a02e)||_0x2ce796['addRange'](_0x59a02e);}}if(_0x4cd003)return _0x4cd003;_0x5f0319['clear']();for(const {suggestion:_0x2e8484,meta:_0x20dce0}of this['_findSuggestions'](_0x30af89,'deletion'))_0x20dce0['isOwn']&&(this['_mergeNestedSuggestions']||!_0x20dce0['containsRangeInObject']&&!_0x20dce0['isInsideObject'])&&qt(_0x2e8484,_0xf3bd51)&&_0x5f0319['add'](_0x2e8484);for(const _0xa16ef of _0x5f0319){const _0x480a07=_0xa16ef['getRanges']();if(!_0xf3bd51||!_0xf3bd51['skipNestingCheck']){if(_0x30af89['every'](_0x189ca4=>_0x480a07['some'](_0xbd3f4e=>_0xbd3f4e['containsRange'](_0x189ca4,!0x0))))return _0xa16ef;}(!_0xa16ef['attributes']||!_0xa16ef['attributes']['skipNestingCheck'])&&(_0x480a07['every'](_0x2c3348=>_0x30af89['some'](_0x3f1088=>_0x3f1088['containsRange'](_0x2c3348,!0x0)))&&_0xa16ef['discard']());}const _0x3d3f9f=_0x4cf4cc(),_0x56be85=_0x1e5152['id'],_0x1b705a='deletion:'+_0x538b2a,_0x26d348=this['_setSuggestionData']({'id':_0x3d3f9f,'type':_0x1b705a,'createdAt':new Date(),'authorId':_0x56be85,'attributes':_0xf3bd51});for(const _0x10acdf of _0x30af89)_0x10acdf['detach'](),_0x10acdf['isCollapsed']||'$graveyard'==_0x10acdf['root']['rootName']||this['_addSuggestionMarker'](_0x1b705a,_0x3d3f9f,_0x56be85,_0x10acdf,u['getMultiRangeId']());return _0x26d348;}['markAttributeChange'](_0x52cf72,_0x3f562,_0x3b4857,_0x5855ec,_0x1613b7){if(_0x52cf72['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x55c200=this['editor']['plugins']['get']('Users')['me']['id'],_0x9dc7fd=Array['from'](this['_suggestions']['values']())['filter'](_0xd9c3de=>'attribute'==_0xd9c3de['type']&&_0xd9c3de['data']['key']==_0x3f562&&_0xd9c3de['isIntersectingWithRange'](_0x52cf72));if('default'===this['_trackFormatChanges']){const _0x51702a=this['_findSuggestions'](_0x52cf72,'insertion')['filter'](({meta:_0x3af1d3})=>_0x3af1d3['isOwn']&&!_0x3af1d3['isInsideObject']&&!_0x3af1d3['isNextTo'])['map'](({suggestion:_0x48fe74})=>_0x48fe74);_0x9dc7fd['unshift'](..._0x51702a);}const _0x36c8e0=new Map([[_0x52cf72,_0x3b4857]]);for(const _0x7c49cb of _0x9dc7fd){const _0x4e87f3='attribute'==_0x7c49cb['type']?_0x7c49cb['data']['oldValue']:void 0x0,_0x4dec94=_0x7c49cb['getFirstRange'](),_0x13561b=Array['from'](_0x36c8e0['keys']())['find'](_0x524ed3=>_0x524ed3['isIntersecting'](_0x4dec94));if(!_0x13561b)continue;const _0x56fb4f=_0x13561b['getDifference'](_0x4dec94);this['_isBlockAttribute'](_0x3f562)&&'insertion'==_0x7c49cb['type']&&0x0!=_0x56fb4f['length']||(_0x36c8e0['delete'](_0x13561b),_0x56fb4f['forEach'](_0x52790e=>{_0x36c8e0['set'](_0x52790e,_0x3b4857);}),'insertion'!=_0x7c49cb['type']&&_0x4e87f3!=_0x5855ec&&_0x36c8e0['set'](_0x13561b['getIntersection'](_0x4dec94),_0x4e87f3));}const _0x49b2d7=[];for(const [_0x2baa8b,_0x2a2e48]of _0x36c8e0){const _0x36a2ec=_0x4cf4cc(),_0x2d808e={'key':_0x3f562,'oldValue':_0x2a2e48,'newValue':_0x5855ec};_0x3f562['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':_0x3f562});const _0x53cb16=('attribute:'+(_0x3f562+'|'+Gt({'newValue':_0x5855ec})))['substring'](0x0,0x3c),_0x2c4e12=this['_setSuggestionData']({'id':_0x36a2ec,'type':_0x53cb16,'data':_0x2d808e,'createdAt':new Date(),'authorId':_0x55c200,'attributes':_0x1613b7});_0x49b2d7['push'](_0x2c4e12),this['_addSuggestionMarker'](_0x53cb16,_0x36a2ec,_0x55c200,_0x2baa8b);}return _0x49b2d7;}['enableDefaultAttributesIntegration'](_0x10fdba){this['enableCommand'](_0x10fdba,(_0x2ea746,..._0x2361ed)=>{this['_recordAttributeChanges'](()=>{_0x2ea746(..._0x2361ed);});});}['registerBlockAttribute'](_0x4a0256){this['_blockAttributeKeys']['add'](_0x4a0256);}['registerInlineAttribute'](_0x4f0c87){this['_inlineAttributeKeys']['add'](_0x4f0c87);}['_getAttributeKey'](_0x84d564){return'attribute'==_0x84d564['type']?_0x84d564['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x178797,_0x265298){const _0x5a9376=_0x178797['getFirstMarker']();this['_model']['change'](_0x2015a6=>{_0x2015a6['updateMarker'](_0x5a9376,{'range':_0x265298});});}['_addThreadToSuggestion'](_0x24b648){const _0x23822d=_0x24b648['id'],_0x140566=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x23822d)||this['_commentsRepository']['addCommentThread']({'channelId':_0x140566,'threadId':_0x23822d,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x54854b=this['_commentsRepository']['getCommentThread'](_0x23822d);_0x54854b['unbind']('isRemovable'),_0x54854b['isRemovable']=!0x1,_0x24b648['commentThread']=_0x54854b;}['_checkSuggestionCorrectness'](_0x51b727,_0x58e17c,_0x3ae47c,_0x3c6a5f){if(_0x51b727['type']!=_0x58e17c||_0x51b727['subType']!=_0x3ae47c||_0x51b727['creator']['id']!=_0x3c6a5f)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x1a35b0('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x1046f5,_0x45db43){const _0x456a8c=_0x1046f5['getFirstRange']();if(_0x45db43['isEqual'](_0x456a8c))_0x1046f5['removeMarkers']();else{if(_0x456a8c['containsRange'](_0x45db43)){const _0x32edb8=this['_model']['createPositionAt'](_0x45db43['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x1046f5,this['_model']['createRange'](_0x456a8c['start'],_0x32edb8));const _0x194626=_0x4cf4cc(),_0x45e2fe=_0x1046f5['creator']['id'],_0x121227=_0x1046f5['type']+':'+_0x1046f5['subType'];this['_setSuggestionData']({'id':_0x194626,'type':_0x121227,'createdAt':new Date(),'authorId':_0x45e2fe,'data':_0x1046f5['data'],'attributes':_0x1046f5['attributes']});const _0x2ffef4=this['_model']['createPositionAt'](_0x45db43['end']['parent'],'after'),_0x357583=this['_model']['createRange'](_0x2ffef4,_0x456a8c['end']);this['_addSuggestionMarker'](_0x121227,_0x194626,_0x45e2fe,_0x357583);}else{if(_0x456a8c['containsPosition'](_0x45db43['start'])){const _0x457274=this['_model']['createPositionAt'](_0x45db43['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x1046f5,this['_model']['createRange'](_0x456a8c['start'],_0x457274));}else{const _0xad5a6c=this['_model']['createPositionAt'](_0x45db43['end']['parent'],'after');this['_setSuggestionRange'](_0x1046f5,this['_model']['createRange'](_0xad5a6c,_0x456a8c['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x2161f7){for(const {suggestion:_0x39fbda,meta:_0x5b8267}of this['_findSuggestions'](_0x2161f7,'insertion')){if(!_0x5b8267['isOwn'])continue;const _0x4be64c=_0x39fbda['getRanges']();for(const _0x14e904 of _0x4be64c)if(!_0x2161f7['getDifference'](_0x14e904)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x3b2c85){const _0x3faa05=this['editor']['plugins']['get']('Users')['getUser'](_0x3b2c85);if(!_0x3faa05)throw new _0x1a35b0('track-changes-user-not-found',this);return _0x3faa05;}['_getExternalAuthor'](_0xe87c46){const _0x4aa609=this['editor']['plugins']['get']('Users'),_0x48b2c5=_0x4704f5('external:'+_0xe87c46),_0x57dd8c=_0x4aa609['getUser'](_0x48b2c5);return _0x57dd8c||_0x4aa609['addUser']({'id':_0x48b2c5,'name':_0xe87c46});}['_createSuggestion'](_0xa1ac3,_0x2f7b67,_0x22152e,_0x1aeac0,_0x37f1b5){const _0x37b53a=this['_getAuthorFromId'](_0x1aeac0),_0x3b8e1f=this['_suggestionFactory']['buildSuggestion'](_0xa1ac3,_0x2f7b67,_0x22152e,_0x37b53a,_0x37f1b5,_0x436c7c=>{this['_updateSuggestionData'](_0x22152e,{'attributes':_0x436c7c});const _0x5b8c76=this['getSuggestion'](_0x22152e);this['_joinWithAdjacentSuggestions'](new Set([_0x5b8c76])),this['_refreshSuggestionsChain'](new Set([_0x5b8c76]));});return this['listenTo'](_0x3b8e1f,'accept',()=>{this['_updateSuggestionData'](_0x22152e,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x3b8e1f,'discard',()=>{this['_updateSuggestionData'](_0x22152e,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x22152e,_0x3b8e1f),this['_suggestionState']['set'](_0x3b8e1f,'notReady'),_0x3b8e1f;}['_splitMarkerName'](_0x3a80db){const _0x33efec=_0x3a80db['split'](':');return{'group':_0x33efec[0x0],'type':_0x33efec[0x1],'subType':_0x33efec['length']>=0x5?_0x33efec[0x2]:null,'id':_0x33efec['length']<0x5?_0x33efec[0x2]:_0x33efec[0x3],'authorId':_0x33efec['length']<0x5?_0x33efec[0x3]:_0x33efec[0x4],'markerCount':0x6==_0x33efec['length']?_0x33efec[0x5]:null};}['_breakSuggestionMarker'](_0x30c692,_0x7acd88,_0x57c2e6){const _0x223fdd=_0x30c692['getFirstRange'](),_0x24cde5=_0x223fdd['start'],_0x1fd26b=_0x223fdd['end'];this['_setSuggestionRange'](_0x30c692,this['_model']['createRange'](_0x24cde5,_0x7acd88));const _0xfb6e49=_0x4cf4cc(),_0xbe64bc=_0x30c692['creator']['id'],_0x38b1d7=_0x30c692['type']+(_0x30c692['subType']?':'+_0x30c692['subType']:'');this['_setSuggestionData']({'id':_0xfb6e49,'type':_0x38b1d7,'createdAt':new Date(),'authorId':_0xbe64bc,'originalSuggestionId':_0x30c692['id'],'attributes':_0x30c692['attributes'],'data':_0x30c692['data']});const _0x3160ab=this['_getAttributeKey'](_0x30c692);('formatBlock'==_0x30c692['type']||_0x3160ab&&this['_isBlockAttribute'](_0x3160ab))&&(_0x57c2e6=this['_model']['createPositionBefore'](_0x57c2e6['parent'])),this['_addSuggestionMarker'](_0x38b1d7,_0xfb6e49,_0xbe64bc,this['_model']['createRange'](_0x57c2e6,_0x1fd26b));}['_findSuggestions'](_0x3eb474,_0x1003d3=null){const _0x44412c=[],_0xb3687e=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x3eb474)||(_0x3eb474=[_0x3eb474]);for(const _0x1b5bda of this['getSuggestions']()){if(!_0x1b5bda['isInContent'])continue;if(_0x1003d3&&_0x1b5bda['type']!=_0x1003d3)continue;let _0x2c88ce=!0x1;for(const _0x1c668b of _0x1b5bda['getRanges']()){for(const _0x11c3a2 of _0x3eb474){const _0x3a2282=_0x11c3a2['start']['isEqual'](_0x1c668b['end'])||_0x11c3a2['end']['isEqual'](_0x1c668b['start']);if(_0x3a2282||_0x11c3a2['getIntersection'](_0x1c668b)){const _0x3f3c06=_0x11c3a2['containsRange'](_0x1c668b)&&Ot(this['_model']['schema'],_0x1c668b['start'],_0x11c3a2),_0x22825d=_0x1c668b['containsRange'](_0x11c3a2)&&Ot(this['_model']['schema'],_0x11c3a2['start'],_0x1c668b);_0x44412c['push']({'suggestion':_0x1b5bda,'meta':{'isOwn':_0xb3687e==_0x1b5bda['author'],'isNextTo':_0x3a2282,'isInsideObject':_0x3f3c06,'containsRangeInObject':_0x22825d}}),_0x2c88ce=!0x0;break;}}if(_0x2c88ce)break;}}return _0x44412c;}['_addSuggestionMarker'](_0x5f5318,_0x59877e,_0x11648e,_0x25b355,_0x4d5d30){this['_model']['change'](_0x319f35=>{let _0x5d0f17='suggestion:'+_0x5f5318+':'+_0x59877e+':'+_0x11648e;_0x4d5d30&&(_0x5d0f17=_0x5d0f17+':'+_0x4d5d30),_0x319f35['addMarker'](_0x5d0f17,{'range':_0x25b355,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x4a9ea3){const _0x556f90=_0x4a9ea3['previous'],_0x23c732=_0x4a9ea3['next'];_0x4a9ea3['previous']=null,_0x4a9ea3['next']=null,null!=_0x556f90&&_0x556f90['next']==_0x4a9ea3&&(_0x556f90['next']=_0x23c732),null!=_0x23c732&&_0x23c732['previous']==_0x4a9ea3&&(_0x23c732['previous']=_0x556f90),'ready'==this['_suggestionState']['get'](_0x4a9ea3)&&(this['_suggestionState']['set'](_0x4a9ea3,'removed'),this['fire']('suggestionUnloaded',_0x4a9ea3,_0x556f90,_0x23c732));}['_setSuggestionData'](_0x1caceb){const _0x437b47=_0x1caceb['id'],_0x3d01ab=this['addSuggestionData'](_0x1caceb);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x184a95=this['editor']['plugins']['get']('PendingActions'),_0x330b2b=_0x3d01ab['hasComments'],_0x1646c9=_0x3d01ab['subType']?_0x3d01ab['type']+':'+_0x3d01ab['subType']:_0x3d01ab['type'],_0x2b88e7=this['editor']['locale'],_0x5adaac=_0x184a95['add'](o(_0x2b88e7,'PENDING_ACTION_SUGGESTION')),_0x3b57ad={'id':_0x437b47,'type':_0x1646c9,'hasComments':_0x330b2b,'data':_0x1caceb['data']||null,'originalSuggestionId':_0x1caceb['originalSuggestionId']||null,'attributes':_0x3d01ab['attributes']};this['_adapter']['addSuggestion'](_0x3b57ad)['then'](_0x1619e3=>{_0x3d01ab['_saved']=!0x0,_0x184a95['remove'](_0x5adaac),_0x1619e3&&_0x1619e3['createdAt']&&(this['_suggestions']['get'](_0x437b47)['createdAt']=_0x1619e3['createdAt']);})['catch'](_0x381c51=>{throw _0x124f83('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x3d01ab['discard']();}),_0x3d01ab['stopListening'](),this['_suggestions']['delete'](_0x3d01ab['id']),this['_suggestionState']['delete'](_0x3d01ab),_0x381c51;});}return _0x3d01ab;}['_isBlockAttribute'](_0x49d502){return this['_blockAttributeKeys']['has'](_0x49d502);}['_updateSuggestionData'](_0x34fa3f,_0x1df7e3){const _0x5bd80e=this['editor']['plugins']['get']('PendingActions'),_0xbc8d75=this['getSuggestion'](_0x34fa3f);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0xbc8d75['_saved']){const _0x2ca870=_0x5bd80e['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x34fa3f,_0x1df7e3)['then'](()=>{_0x5bd80e['remove'](_0x2ca870);});}else _0xbc8d75['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x34fa3f,_0x1df7e3);});}}['_getSuggestionData'](_0xfb7e52){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x1a35b0('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0xfb7e52);}['_handleNewSuggestionMarker'](_0x209cf1){const {id:_0x3e861c,type:_0x183c3d,subType:_0x29f7ba,authorId:_0x188aaf}=this['_splitMarkerName'](_0x209cf1),_0x4ccbfd=this['_suggestions']['get'](_0x3e861c)||this['_createSuggestion'](_0x183c3d,_0x29f7ba,_0x3e861c,_0x188aaf,{});switch(this['_checkSuggestionCorrectness'](_0x4ccbfd,_0x183c3d,_0x29f7ba,_0x188aaf),this['_suggestionState']['get'](_0x4ccbfd)){case'notReady':this['_getSuggestionData'](_0x3e861c)['then'](_0x592323=>{let _0x59d945=Promise['resolve']();_0x592323['hasComments']&&(_0x59d945=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x3e861c})),_0x59d945['then'](()=>{this['addSuggestionData'](_0x592323)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x4ccbfd,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x3e861c,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x4ccbfd,'ready'),this['fire']('suggestionLoaded',_0x4ccbfd);break;case'ready':this['fire']('suggestionChanged',_0x4ccbfd);}return _0x4ccbfd['addMarkerName'](_0x209cf1),_0x4ccbfd;}['_refreshSuggestionsChain'](_0x233a53){const _0x11264b=Array['from'](_0x233a53),_0xd96c03=_0x11264b['filter'](_0x1e788c=>'attribute'==_0x1e788c['type']);this['_refreshAttributeSuggestionsChain'](_0xd96c03);const _0x3b6e61=_0x11264b['filter'](_0x5314d8=>!_0x5314d8['isMultiRange']&&'attribute'!=_0x5314d8['type']),_0x372251=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x16e4e9=>!_0x16e4e9['isMultiRange']&&'attribute'!=_0x16e4e9['type']),_0xa3828c=_0x372251['filter'](_0x287b78=>!_0x233a53['has'](_0x287b78)),_0x2121f0=new Map(_0x372251['map'](_0x1b4abc=>[_0x1b4abc,this['_suggestionFactory']['getSuggestionCallback'](_0x1b4abc['type'],_0x1b4abc['subType'],'chain')])),_0x51e6d5=new Map(_0x372251['map'](_0x51fbb0=>[_0x51fbb0,_0x51fbb0['getFirstRange']()])),_0x45032f=new Set(),_0x41167c=new Set();for(let _0x317683=0x0;_0x317683<_0x3b6e61['length'];_0x317683++)_0x4d0628(_0x3b6e61[_0x317683],_0x3b6e61,_0x317683+0x1);for(let _0x82dbcc=0x0;_0x82dbcc<_0x3b6e61['length'];_0x82dbcc++)_0x4d0628(_0x3b6e61[_0x82dbcc],_0xa3828c,0x0);const _0x5aa762=new Set();for(let _0x11e555=0x0;_0x11e555<_0x3b6e61['length'];_0x11e555++){const _0x55c85d=_0x3b6e61[_0x11e555];!_0x41167c['has'](_0x55c85d)&&_0x55c85d['previous']&&(_0x5aa762['add'](_0x55c85d['previous']),_0x55c85d['previous']['next']===_0x55c85d&&(_0x55c85d['previous']['next']=null),_0x55c85d['previous']=null),!_0x45032f['has'](_0x55c85d)&&_0x55c85d['next']&&(_0x5aa762['add'](_0x55c85d['next']),_0x55c85d['next']['previous']===_0x55c85d&&(_0x55c85d['next']['previous']=null),_0x55c85d['next']=null);}function _0x4d0628(_0x38c720,_0x3d1da2,_0x29fac9){for(let _0x12e4e7=_0x29fac9;_0x12e4e7<_0x3d1da2['length'];_0x12e4e7++){const _0xc78f6b=_0x28b180(_0x38c720,_0x3d1da2[_0x12e4e7]);_0xc78f6b&&(_0xc78f6b[0x0]['next']=_0xc78f6b[0x1],_0xc78f6b[0x1]['previous']=_0xc78f6b[0x0],_0x45032f['add'](_0xc78f6b[0x0]),_0x41167c['add'](_0xc78f6b[0x1]));}}function _0x28b180(_0x567916,_0x5d85bd){if(_0x567916['author']['id']!==_0x5d85bd['author']['id'])return null;const _0x4fd6dd=_0x2121f0['get'](_0x567916)(_0x567916,_0x5d85bd,_0x51e6d5['get'](_0x567916),_0x51e6d5['get'](_0x5d85bd));if(!_0x4fd6dd)return null;return _0x2121f0['get'](_0x5d85bd)(_0x567916,_0x5d85bd,_0x51e6d5['get'](_0x567916),_0x51e6d5['get'](_0x5d85bd))?_0x4fd6dd[0x1]['commentThread']&&_0x4fd6dd[0x1]['commentThread']['length']?null:_0x4fd6dd:null;}_0x5aa762['size']&&this['_refreshSuggestionsChain'](_0x5aa762);}['_refreshAttributeSuggestionsChain'](_0x10f136){if(0x0==_0x10f136['length'])return;const _0x52274b=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3d130f=>'attribute'==_0x3d130f['type']&&_0x3d130f['_isDataLoaded']),_0x3e2078=[],_0x4dca04=new Map();for(const _0xbf4173 of _0x52274b){const _0xcd69df=_0x4704f5(_0xbf4173['attributes']);_0x4dca04['has'](_0xcd69df)||(_0x4dca04['set'](_0xcd69df,_0x3e2078['length']),_0x3e2078['push']([]));const _0x1585b1=_0x4dca04['get'](_0xcd69df);_0x3e2078[_0x1585b1]['push'](_0xbf4173);}!(function(){_0x3e2078['sort']((_0x112c82,_0x2a1fc1)=>{const _0x58a9ef=_0x112c82[0x0]['createdAt'],_0x13db9d=_0x2a1fc1[0x0]['createdAt'];return _0x58a9ef==_0x13db9d?_0x112c82[0x0]['attributes']['groupId']<_0x2a1fc1[0x0]['attributes']['groupId']?-0x1:0x1:_0x58a9ef<_0x13db9d?-0x1:0x1;});for(const _0x20b48b of _0x3e2078)_0x20b48b['sort']((_0x5589c6,_0x564608)=>_0x5589c6['id']<_0x564608['id']?-0x1:0x1);}());for(let _0x321531=0x0;_0x321531<_0x3e2078['length'];_0x321531++){if(0x0==_0x3e2078[_0x321531]['length'])continue;const _0x48003=[];for(let _0x2ffe8e=_0x321531+0x1;_0x2ffe8e<_0x3e2078['length'];_0x2ffe8e++)0x0!=_0x3e2078[_0x2ffe8e]['length']&&_0x5005d4(_0x3e2078[_0x321531],_0x3e2078[_0x2ffe8e])&&_0x48003['push'](_0x2ffe8e);for(const _0x57b80e of _0x48003)_0x3e2078[_0x321531]=_0x3e2078[_0x321531]['concat'](_0x3e2078[_0x57b80e]),_0x3e2078[_0x57b80e]=[];}for(const _0x1d37a5 of _0x3e2078)for(let _0x3cfdd0=0x0;_0x3cfdd0<_0x1d37a5['length'];_0x3cfdd0++){const _0x13c398=_0x1d37a5[_0x3cfdd0+0x1]||null;_0x1d37a5[_0x3cfdd0]['next']!==_0x13c398&&(_0x1d37a5[_0x3cfdd0]['next']=_0x13c398);}for(const _0x2dcc3a of _0x3e2078)for(let _0x27d921=0x0;_0x27d921<_0x2dcc3a['length'];_0x27d921++){const _0x42b1bb=_0x2dcc3a[_0x27d921-0x1]||null;_0x2dcc3a[_0x27d921]['previous']!==_0x42b1bb&&(_0x2dcc3a[_0x27d921]['previous']=_0x42b1bb);}function _0x5005d4(_0x1c0c95,_0x1bfc7a){if(_0x1c0c95[0x0]['attributes']['groupId']!==_0x1bfc7a[0x0]['attributes']['groupId']&&_0x1c0c95[0x0]['author']!==_0x1bfc7a[0x0]['author'])return!0x1;if(!function(_0x872e86,_0x4683e3){if(!_0x872e86['hasComments']&&!_0x4683e3['hasComments'])return!0x0;if(_0x872e86['hasComments']&&_0x4683e3['hasComments'])return!0x1;if(_0x872e86['hasComments']&&_0x4683e3['createdAt']<_0x872e86['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x4683e3['hasComments']&&_0x872e86['createdAt']<_0x4683e3['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x1c0c95[0x0],_0x1bfc7a[0x0]))return!0x1;const _0x4f7947=Tt(_0x1c0c95[0x0]['attributes'],'groupId'),_0x2d59ac=Tt(_0x1bfc7a[0x0]['attributes'],'groupId');if(!_0x11e4b7(_0x4f7947,_0x2d59ac))return!0x1;return!!_0x1c0c95['every'](_0xedadef=>_0x1bfc7a['some'](_0x1c7626=>_0xedadef['getFirstRange']()['isEqual'](_0x1c7626['getFirstRange']())))&&_0x1bfc7a['every'](_0x166799=>_0x1c0c95['some'](_0x34aceb=>_0x166799['getFirstRange']()['isEqual'](_0x34aceb['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x35cb78){const _0x4959be=Array['from'](_0x35cb78),_0x2555c1=this['getSuggestions']({'skipNotAttached':!0x0}),_0x4ff66b=_0x2555c1['filter'](_0x12299f=>!_0x35cb78['has'](_0x12299f)),_0x5cdcea=new Map(_0x4959be['map'](_0x1bb6fb=>[_0x1bb6fb,this['_suggestionFactory']['getSuggestionCallback'](_0x1bb6fb['type'],_0x1bb6fb['subType'],'join')])),_0x19d5ac=new Map(_0x2555c1['map'](_0x3a42dc=>[_0x3a42dc,_0x3a42dc['getRanges']()]));for(let _0x3b671f=0x0;_0x3b671f<_0x4959be['length'];_0x3b671f++){if(_0x799fff(this,_0x4959be[_0x3b671f],_0x4959be,_0x3b671f+0x1))return!0x0;}for(let _0x50fe7f=0x0;_0x50fe7f<_0x4959be['length'];_0x50fe7f++){if(_0x799fff(this,_0x4959be[_0x50fe7f],_0x4ff66b,0x0))return!0x0;}return!0x1;function _0x799fff(_0x21dbd4,_0x3c65dc,_0x129ea7,_0x3d1f4d){for(let _0x1ce517=_0x3d1f4d;_0x1ce517<_0x129ea7['length'];_0x1ce517++){const _0x2ce82d=_0x129ea7[_0x1ce517];if(_0x2ce82d['type']!==_0x3c65dc['type']||_0x2ce82d['author']['id']!==_0x3c65dc['author']['id']||_0x2ce82d['subType']!==_0x3c65dc['subType'])continue;if(!Jt(_0x3c65dc,_0x2ce82d))continue;if('attribute'==_0x3c65dc['type']&&_0x3c65dc['data']['oldValue']!=_0x2ce82d['data']['oldValue'])continue;if('attribute'==_0x3c65dc['type']&&_0x21dbd4['_isBlockAttribute'](_0x3c65dc['data']['key']))continue;if('formatBlock'==_0x3c65dc['type']){const _0xd68222=_0x21dbd4['editor']['model'],_0x329091=_0x3c65dc['getContainedElement']();if(_0x329091&&(_0xd68222['schema']['isObject'](_0x329091)||_0xd68222['schema']['isLimit'](_0x329091)))continue;}const _0x39ac17=_0x5cdcea['get'](_0x3c65dc),_0x5ace56=_0x19d5ac['get'](_0x3c65dc),_0xd0f974=_0x19d5ac['get'](_0x2ce82d),_0x3be039=_0x3c65dc['commentThread']&&_0x3c65dc['commentThread']['length'],_0x5d9cdc=_0x2ce82d['commentThread']&&_0x2ce82d['commentThread']['length'];if(!_0x3be039&&_0x39ac17(_0xd0f974,_0x5ace56))return _0x21dbd4['_joinSuggestions'](_0x2ce82d,_0x3c65dc),_0x19d5ac['delete'](_0x3c65dc),!0x0;if(!_0x5d9cdc&&_0x39ac17(_0x5ace56,_0xd0f974))return _0x21dbd4['_joinSuggestions'](_0x3c65dc,_0x2ce82d),_0x19d5ac['delete'](_0x2ce82d),!0x0;}return!0x1;}}['_joinSuggestions'](_0x58ea5a,_0x1e2993){if(_0x58ea5a['isMultiRange']){for(const _0x3011eb of _0x1e2993['getRanges']())_0x58ea5a['addRange'](_0x3011eb);}else{const _0x13e0bd=_0x1e2993['getFirstRange']()['end'];this['_setSuggestionRange'](_0x58ea5a,this['_model']['createRange'](_0x58ea5a['getFirstRange']()['start'],_0x13e0bd));}_0x1e2993['removeMarkers']();}['_getMarkerAnnouncementText'](_0xfc2cd3,_0x4ce339,_0x48b409){const _0x30b10b=_0xfc2cd3['startsWith']('format')||_0xfc2cd3['startsWith']('attribute')?'FORMATTING':_0xfc2cd3['toUpperCase']();return o(this['editor']['locale'],_0x4ce339+'_'+_0x30b10b+'_SUGGESTION_ANNOUNCEMENT',_0x48b409);}['_initAriaMarkerChangeAnnouncements'](){const _0x3103cd=this['editor'];if(!_0x3103cd['ui'])return;const {ariaLiveAnnouncer:_0x2ac653}=_0x3103cd['ui'];_0x280cba(this['_model'],({left:_0x1a39ce,entered:_0x4f4d61})=>{for(const _0x290f7e of _0x1a39ce){const {group:_0x395afa,type:_0x262cdd}=this['_splitMarkerName'](_0x290f7e['name']);if('suggestion'===_0x395afa){_0x2ac653['announce'](this['_getMarkerAnnouncementText'](_0x262cdd,'LEAVE'));break;}}for(const _0x3f0a6c of _0x4f4d61){const {group:_0x141b27,type:_0x7aca91}=this['_splitMarkerName'](_0x3f0a6c['name']);if('suggestion'===_0x141b27){_0x2ac653['announce'](this['_getMarkerAnnouncementText'](_0x7aca91,'ENTER',_0x4bd46a(_0x61a5af)));break;}}});}['_processAttributeChanges'](_0x35f13a){if(this['_recordAttributeSuggestions'])return!0x1;const _0xf0e12=this['editor'],_0xa9e8b5=_0xf0e12['model']['document']['differ']['getChanges']();if(0x0==_0xa9e8b5['length'])return!0x1;const _0x58f8c8=[],_0x4ceed7=_0xa9e8b5['filter'](_0x62976=>'attribute'==_0x62976['type']),_0x518b82=_0xa9e8b5['filter'](_0x58ce54=>'insert'==_0x58ce54['type']&&'$text'!=_0x58ce54['name']),_0x1e17fb=_0xa9e8b5['filter'](_0x12d7ef=>'remove'==_0x12d7ef['type']&&'$text'!=_0x12d7ef['name']);for(const _0xa00af0 of _0x4ceed7)_0x58f8c8['push']({'key':_0xa00af0['attributeKey'],'newValue':_0xa00af0['attributeNewValue'],'oldValue':_0xa00af0['attributeOldValue'],'range':Pt(_0xa00af0['range'],_0xf0e12['model'])});for(const _0x2c604a of _0x518b82){const _0xa1ec14=_0x1e17fb['find'](_0x165c61=>_0x165c61['position']['isEqual'](_0x2c604a['position']));_0xa1ec14&&_0x58f8c8['push']({'key':m,'newValue':_0x2c604a['name'],'oldValue':_0xa1ec14['name'],'range':_0xf0e12['model']['createRangeOn'](_0x2c604a['position']['nodeAfter'])});}return 0x0!=_0x58f8c8['length']&&this['_reduceExistingSuggestions'](_0x35f13a,_0x58f8c8);}['_processAttributeSuggestions'](_0x133fba){let _0x44e987=!0x1;const _0x5adcae=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x4bf957=>_0x4bf957['data']['newRange']&&_0x4bf957['name']['startsWith']('suggestion:attribute:'));for(const _0xb9d86f of _0x5adcae){const {subType:_0x3b1b3d,id:_0x39c7c8}=this['_splitMarkerName'](_0xb9d86f['name']),_0x3e627f=_0x3b1b3d['split']('|')[0x0];for(const _0x4e468d of this['getSuggestions']({'skipNotAttached':!0x0}))_0x4e468d['id']!=_0x39c7c8&&'attribute'==_0x4e468d['type']&&_0x4e468d['data']&&_0x4e468d['data']['key']==_0x3e627f&&_0x4e468d['getFirstRange']()['isIntersecting'](_0xb9d86f['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x4e468d,_0xb9d86f['data']['newRange'],_0x133fba),_0x44e987=!0x0);}return _0x44e987;}['_recordAttributeChanges'](_0x5ecb37){this['_recordAttributeSuggestions']=!0x0,_0x5ecb37();}['_isRegisteredAttribute'](_0x3a817d){const _0x48616e=this['_isBlockAttribute'](_0x3a817d),_0x52e401=this['_inlineAttributeKeys']['has'](_0x3a817d);return _0x48616e||_0x52e401;}['_reduceExistingSuggestions'](_0x5a169f,_0x3200af){if(0x0==_0x3200af['length'])return!0x1;let _0x72967f=!0x1;for(const _0xac35d3 of _0x3200af){const _0x202acc=this['_findSuggestions'](_0xac35d3['range'],'attribute')['filter'](_0x3b47a8=>!_0x3b47a8['meta']['isNextTo'])['map'](_0x27294c=>_0x27294c['suggestion']),_0x5bf69c=_0x4704f5({'newValue':_0xac35d3['newValue']});_0x202acc['filter'](_0x12db58=>{const [_0x1f1b2a,_0x4d653e]=_0x12db58['subType']['split']('|');return _0x1f1b2a==_0xac35d3['key']&&_0x4d653e!=_0x5bf69c;})['forEach'](_0x122cf3=>{this['_reduceSuggestionAttributeRange'](_0x122cf3,_0xac35d3['range'],_0x5a169f),_0x72967f=!0x0;});}return _0x72967f;}['_reduceSuggestionAttributeRange'](_0x2bb3ae,_0x25d75b,_0x53ab96){const _0x6e254=_0x2bb3ae['getFirstRange']()['getDifference'](_0x25d75b);0x0!==_0x6e254['length']?0x1!==_0x6e254['length']?this['_breakSuggestionMarker'](_0x2bb3ae,_0x25d75b['start'],_0x25d75b['end']):this['_setSuggestionRange'](_0x2bb3ae,_0x6e254[0x0]):_0x53ab96['removeMarker'](_0x2bb3ae['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x464590){this['_editor']=_0x464590,this['_model']=_0x464590['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x173128,_0x5161b8,_0x3bd43e,_0x1d378a,_0x141cb1,_0x43c6a5){return new u(this['_model'],{'type':_0x173128,'subType':_0x5161b8,'id':_0x3bd43e,'author':_0x1d378a,'creator':_0x1d378a,'attributes':_0x141cb1,'onAttributesChange':_0x43c6a5,'onAccept':(..._0x906500)=>this['getSuggestionCallback'](_0x173128,_0x5161b8,'accept')(..._0x906500),'onDiscard':(..._0x2508d5)=>this['getSuggestionCallback'](_0x173128,_0x5161b8,'discard')(..._0x2508d5)});}['registerCustomCallback'](_0x15d66a,_0x5d9845,_0x283d03,_0x2f054b){const _0x1f5bb7=_0x15d66a+':'+_0x5d9845+':'+_0x283d03;this['_customCallbacks']['set'](_0x1f5bb7,_0x2f054b);}['getSuggestionCallback'](_0x1097fb,_0xb61c53,_0x204427){const _0x4d50c8=_0x1097fb+':'+_0xb61c53+':'+_0x204427;return this['_customCallbacks']['get'](_0x4d50c8)||this['_defaultCallbacks']['get'](_0x1097fb+':'+_0x204427);}['_registerDefaultCallbacks'](){const _0x105912=()=>!0x1,_0x589c9d=_0x3fccb2=>{_0x3fccb2['sort']((_0x59513d,_0x1f64ea)=>_0x59513d['start']['isBefore'](_0x1f64ea['start'])?0x1:-0x1),this['_model']['change'](_0x3cd0fa=>{for(const _0x10e44f of _0x3fccb2){let _0x972a03;_0x972a03=_0x10e44f['end']['isAtEnd']&&_0x10e44f['end']['parent']==_0x10e44f['start']['nodeAfter']?_0x3cd0fa['createSelection'](_0x10e44f['start']['nodeAfter'],'on'):_0x3cd0fa['createSelection'](_0x10e44f),this['_model']['deleteContent'](_0x972a03,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x41e466=(_0x3ed1fe,_0x458a72)=>{_0x458a72&&this['_model']['change'](_0x3e8bd8=>{const {commandName:_0x1a40dc,commandParams:_0xd6cb0=[]}=_0x458a72,_0x144efb=_0x3ed1fe['map'](_0x3966fb=>(Vt(_0x3966fb)&&(_0x3966fb=this['_model']['createRange'](_0x3966fb['end'])),_0x3966fb))['filter'](_0x563a03=>'$graveyard'!==_0x563a03['root']['rootName']);if(_0x144efb['length']<0x1)return;const _0x593b66=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x5f5836=>_0x1a312e['fromRange'](_0x5f5836));_0x3e8bd8['setSelection'](_0x144efb);for(const _0x49a95e of this['_editor']['commands']['commands']())_0x49a95e['refresh']();_0xd6cb0['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x1a40dc,..._0xd6cb0);const _0x188b05=_0x593b66['filter'](_0x1c0e08=>'$graveyard'!=_0x1c0e08['root']['rootName']);_0x188b05['length']>0x0&&_0x3e8bd8['setSelection'](_0x188b05);for(const _0xe749ab of _0x593b66)_0xe749ab['detach']();});},_0x4590af=(_0x111725,_0x4d05ee)=>0x1==_0x111725['length']&&0x1==_0x4d05ee['length']&&_0x111725[0x0]['end']['isEqual'](_0x4d05ee[0x0]['start']),_0x5380fb=(_0xdd12b3,_0x1abf88,_0x21cc4d,_0x4d8b4e)=>Ht(_0xdd12b3,_0x1abf88,_0x21cc4d,_0x4d8b4e,this['_model'])?[_0xdd12b3,_0x1abf88]:Ht(_0x1abf88,_0xdd12b3,_0x4d8b4e,_0x21cc4d,this['_model'])?[_0x1abf88,_0xdd12b3]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x105912),this['_defaultCallbacks']['set']('insertion:discard',_0x589c9d),this['_defaultCallbacks']['set']('insertion:join',_0x4590af),this['_defaultCallbacks']['set']('insertion:chain',_0x5380fb),this['_defaultCallbacks']['set']('deletion:accept',_0x589c9d),this['_defaultCallbacks']['set']('deletion:discard',_0x105912),this['_defaultCallbacks']['set']('deletion:join',_0x4590af),this['_defaultCallbacks']['set']('deletion:chain',_0x5380fb),this['_defaultCallbacks']['set']('formatInline:accept',_0x41e466),this['_defaultCallbacks']['set']('formatInline:discard',_0x105912),this['_defaultCallbacks']['set']('formatInline:join',_0x4590af),this['_defaultCallbacks']['set']('formatInline:chain',_0x105912),this['_defaultCallbacks']['set']('formatBlock:accept',_0x41e466),this['_defaultCallbacks']['set']('formatBlock:discard',_0x105912),this['_defaultCallbacks']['set']('formatBlock:join',_0x4590af),this['_defaultCallbacks']['set']('formatBlock:chain',_0x105912),this['_defaultCallbacks']['set']('attribute:accept',_0x105912),this['_defaultCallbacks']['set']('attribute:discard',(_0x49cd4c,_0x1e03ee)=>{if(!_0x1e03ee)return;const _0x51fcaa=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x3adbb5=>{if(_0x1e03ee['key']==m)for(const _0x40a000 of _0x49cd4c){const _0xddaf83=_0x40a000['start']['nodeAfter'],_0x4d6408=_0x1e03ee['oldValue'];_0x3adbb5['rename'](_0xddaf83,_0x4d6408);}else{if(_0x51fcaa['_isBlockAttribute'](_0x1e03ee['key'])){for(const _0x52e4bc of _0x49cd4c)void 0x0!==_0x1e03ee['oldValue']?_0x3adbb5['setAttribute'](_0x1e03ee['key'],_0x1e03ee['oldValue'],_0x52e4bc['start']['nodeAfter']):_0x3adbb5['removeAttribute'](_0x1e03ee['key'],_0x52e4bc['start']['nodeAfter']);}else{for(const _0x44a98e of _0x49cd4c)_0x1e03ee['oldValue']?_0x3adbb5['setAttribute'](_0x1e03ee['key'],_0x1e03ee['oldValue'],_0x44a98e):_0x3adbb5['removeAttribute'](_0x1e03ee['key'],_0x44a98e);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x4590af);}}function Ot(_0x195081,_0x5bac2c,_0x503c33){for(const _0x1686c2 of _0x5bac2c['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x1686c2['root']==_0x1686c2)return!0x1;if(!_0x503c33['containsItem'](_0x1686c2))return!0x1;if(_0x195081['isObject'](_0x1686c2)||_0x195081['isLimit'](_0x1686c2))return!0x0;}return!0x1;}function Vt(_0x16fe11){return _0x16fe11['end']['parent']==_0x16fe11['start']['nodeAfter']&&_0x16fe11['end']['isAtStart'];}function Ut(_0x128240,_0x22972c,_0x18eedc,_0x1c801c){const _0xe8b932=_0x46e57b=>!_0x46e57b['item']['is']('$textProxy')&&!_0x1c801c['isObject'](_0x46e57b['item']),_0x4cf9f8=_0x128240['start']['getLastMatchingPosition'](_0xe8b932),_0x58b3b1=_0x128240['end']['getLastMatchingPosition'](_0xe8b932,{'direction':'backward'});return(!_0x128240['start']['isEqual'](_0x4cf9f8)||!_0x128240['end']['isEqual'](_0x58b3b1))&&(_0x4cf9f8['isBefore'](_0x58b3b1)?_0x18eedc['updateMarker'](_0x22972c,{'range':_0x18eedc['createRange'](_0x4cf9f8,_0x58b3b1)}):_0x18eedc['removeMarker'](_0x22972c),!0x0);}function Gt(_0xc6479e){return _0x4704f5(_0xc6479e);}function Ft(_0x2c24fc){const _0x46f8d6=_0x2c24fc['start']['nodeAfter'];return _0x46f8d6&&_0x46f8d6['is']('element');}function Pt(_0x17d4cc,_0x4fad2c){return null==_0x17d4cc['end']['nodeBefore']&&_0x17d4cc['end']['parent']==_0x17d4cc['start']['nodeAfter']?Lt(_0x17d4cc['start']['nodeAfter'],_0x4fad2c):_0x17d4cc;}function Lt(_0x1cf4fe,_0xb7e119){const _0x39351c=_0xb7e119['schema']['isObject'](_0x1cf4fe)||_0xb7e119['schema']['isSelectable'](_0x1cf4fe);return _0xb7e119['createRange'](_0xb7e119['createPositionAt'](_0x1cf4fe,'before'),_0x39351c?_0xb7e119['createPositionAfter'](_0x1cf4fe):_0xb7e119['createPositionAt'](_0x1cf4fe,'end'));}function Ht(_0x42800d,_0x305199,_0x279856,_0x3c15cc,_0x156666){if(_0x42800d['next'])return!0x1;if(!Jt(_0x42800d,_0x305199))return!0x1;if(_0x279856['end']['isEqual'](_0x3c15cc['start']))return!0x0;if(_0x42800d['type']!=_0x305199['type'])return!0x1;if(!_0x279856['end']['isTouching'](_0x3c15cc['start']))return!0x1;const _0x5aa871=_0x156666['createRange'](_0x279856['end'],_0x3c15cc['start'])['getWalker']();for(const _0x4c43ad of _0x5aa871)if(['elementStart','elementEnd']['includes'](_0x4c43ad['type'])&&_0x156666['schema']['isLimit'](_0x4c43ad['item']))return!0x1;return!0x0;}function Jt(_0x74fcc5,_0x3f160a){if(!_0x74fcc5['_isDataLoaded']||!_0x3f160a['_isDataLoaded'])return!0x1;const _0x29117e=new Set(Object['keys'](_0x74fcc5['attributes'])),_0x583f97=new Set(Object['keys'](_0x3f160a['attributes']));if(_0x29117e['delete']('groupId'),_0x583f97['delete']('groupId'),0x0==_0x29117e['size']&&0x0==_0x583f97['size'])return!0x0;if(_0x29117e['size']!=_0x583f97['size'])return!0x1;const _0x31d93f={..._0x74fcc5['attributes']},_0x319b2c={..._0x3f160a['attributes']};return delete _0x31d93f['groupId'],delete _0x319b2c['groupId'],JSON['stringify'](_0x31d93f)==JSON['stringify'](_0x319b2c);}function qt(_0x285638,_0x56e449){const _0x21d2bc=zt(_0x285638['attributes']),_0x5a3b0c=zt(_0x56e449);if(!_0x285638['_isDataLoaded'])return!0x1;for(const _0x300fb7 of Object['keys'](_0x5a3b0c))if(!_0x11e4b7(_0x21d2bc[_0x300fb7],_0x5a3b0c[_0x300fb7]))return!0x1;return!0x0;}function zt(_0x24581b){const _0x5dc8ce=Object['assign']({},_0x24581b);return delete _0x5dc8ce['skipNestingCheck'],delete _0x5dc8ce['tablePasteChainId'],_0x5dc8ce;}class ae extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x10bfdb(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x40d651,_0x30c0ed,_0x185f70,_0x2d1176){super(),this['model']=_0x30c0ed,this['view']=_0x185f70,this['commentThreadController']=_0x2d1176,this['_editor']=_0x40d651,this['_acceptCommand']=_0x40d651['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x40d651['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x25a833,_0x13584f)=>_0x25a833||_0x13584f),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x2c0da3=>_0x2c0da3&&this['_editor']['model']['canEditAt'](_0x30c0ed['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x4e58ad=>_0x4e58ad&&this['_editor']['model']['canEditAt'](_0x30c0ed['getRanges']())),this['_pendingAction']=null,_0x185f70['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x185f70,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x185f70,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x185f70,'change:isDirty',()=>{_0x185f70['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 _0x27af86=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x27af86);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x1c2486{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x5921bf,_0x3d1ebe,_0x531b0f,_0xb822a){super(_0x5921bf),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x593cee(_0x5921bf,o(_0x5921bf,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x3d1ebe['authoredAt']),this['bind']('authoredAt')['to'](_0x3d1ebe),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',_0x3d1ebe,'authoredAt',this,'descriptionParts',(_0x499397,_0x2c38d9,_0x52cf30)=>{const _0x2d6184=_0x52cf30['map'](_0x123cf7=>ls(_0x123cf7['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x499397-0x1,_0x3d1ebe['author']['name'],_0x2c38d9?_0xb822a['formatDateTime'](_0x2c38d9):'',new DOMParser()['parseFromString'](_0x2d6184,'text/html')['body']['textContent']]);}),this['focusables']=new _0xf17cd7(),this['focusTracker']=new _0x222156(),this['keystrokes']=new _0x2e0953(),this['focusCycler']=new _0x2d9018({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x6fb78e=>_0x6fb78e['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x3d1ebe,this['_localUser']=_0x531b0f,this['_config']=_0xb822a,_0xb822a['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0xe55352(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x42e792}=this['_config'];this['commentsListView']=new _0x42e792(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',_0x500d14=>_0x500d14+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x4158a6,_0x4ee70c)=>_0x4158a6||!!_0x4ee70c);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x18c16a}=this['_config'],_0x4a3566=new _0x18c16a(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x3cdb54=_0x4a3566['commentInputView'];return _0x4a3566['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x3cdb54,'value',(_0x4aae83,_0x197d03,_0x4e1edf)=>!!_0x4e1edf||_0x4aae83&&!_0x197d03),_0x3cdb54['on']('submit',(_0x3fcafe,_0xa1cda9)=>{this['fire']('addComment',_0xa1cda9),_0x3cdb54['editor']['setData']('');}),_0x3cdb54['on']('cancel',()=>this['focus']()),_0x3cdb54['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x4a3566;}}class re extends us{['suggestionView'];['_descriptionElement'];constructor(_0x50f01c,_0x3a07f5,_0x185456,_0x33cdce){super(_0x50f01c,_0x3a07f5,_0x185456,_0x33cdce),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x26227a=>_0x26227a&&_0x26227a[0x0]?_0x26227a[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x18dd6a,_0x2eed25)=>{let _0xb91531='';for(const _0x12151a of _0x18dd6a)_0xb91531+='<p>'+ls(_0x12151a['content'],_0x12151a['color'])+'</p>';return _0x2eed25?_0xb91531:_0xe1f01c(_0xb91531,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x33cdce['SuggestionView'](_0x50f01c,_0x3a07f5,{'formatDateTime':_0x33cdce['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 _0x417439=this['bindTemplate'],_0x4bede8=[this['suggestionView']];return this['commentsListView']&&_0x4bede8['push'](this['commentsListView']),this['commentThreadInputView']&&_0x4bede8['push'](this['commentThreadInputView']),_0x4bede8['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x417439['if']('isActive','ck-suggestion-wrapper--active'),_0x417439['to']('type',_0xbfc766=>'ck-suggestion-'+_0xbfc766),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':_0x417439['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x4bede8};}['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 _0x1c2486{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x1f98ae,_0x17cd0e,_0x220698){super(_0x1f98ae),this['_model']=_0x17cd0e,this['_config']=_0x220698,this['set']('description',''),this['bind']('authoredAt')['to'](_0x17cd0e),this['acceptButton']=this['_createButton'](o(_0x1f98ae,'Accept\x20suggestion'),_0x26ee55['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x1f98ae,'Discard\x20suggestion'),_0x26ee55['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x5d3b1c(_0x1f98ae,_0x17cd0e['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0xf17cd7([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x222156(),this['keystrokes']=new _0x2e0953(),this['focusCycler']=new _0x2d9018({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x200a14=>_0x200a14['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x1ca668=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x1ca668['innerHTML']=this['description'],this['on']('change:description',(_0x20ea5e,_0x4fe4a5,_0x5d4795)=>{_0x1ca668['innerHTML']=_0x5d4795;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x4e4ac8=this['bindTemplate'],_0xf3e65=[{'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':_0x4e4ac8['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x4e4ac8['to']('authoredAt',_0xb818e4=>this['_config']['formatDateTime'](_0xb818e4))}]}]},{'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']&&_0xf3e65['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':_0xf3e65}]};}['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'](_0x31e366,_0x413da4,_0x1fc763,_0x5b5e21,_0x11687b){const _0xa23cd3=new _0x14e887(this['locale']);return _0xa23cd3['set']({'label':_0x31e366,'icon':_0x413da4,'tooltip':!0x0,'tooltipPosition':_0x11687b}),_0xa23cd3['extendTemplate']({'attributes':{'class':_0x1fc763}}),_0xa23cd3['on']('execute',()=>{this['fire'](_0x5b5e21,this['_model']['id']);}),_0xa23cd3;}['_setupKeyboardNavigation'](){const _0x47719b=this['element'];this['keystrokes']['listenTo'](_0x47719b);for(const _0x1013d1 of this['focusables'])this['focusTracker']['add'](_0x1013d1['element']),this['keystrokes']['listenTo'](_0x1013d1['element']);this['keystrokes']['set']('enter',(_0x3d8804,_0x388084)=>{_0x47719b===_0x3d8804['target']&&(this['focusCycler']['focusFirst'](),_0x388084());}),this['keystrokes']['set']('esc',(_0x7092e1,_0x1124c7)=>{_0x47719b!==_0x7092e1['target']&&(this['focus'](),_0x1124c7());});}}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 _0x4ba4b5{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x106ae5,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x12cc34){super(_0x12cc34),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x4d6aef=this['editor']['config'];_0x4d6aef['define']('trackChanges.SuggestionThreadView',re),_0x4d6aef['define']('trackChanges.SuggestionView',ce),_0x4d6aef['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x4d6aef['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x170511,_0x4d9841){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x14c0b6,_0x157e17]of this['_handleControllerBuffer']){const _0x16ceaa=this['_suggestionToController']['has'](_0x14c0b6);_0x16ceaa||_0x157e17?_0x16ceaa&&_0x157e17&&this['_destroyController'](_0x14c0b6):this['_initializeController'](_0x14c0b6);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x170511,_0x4d9841);}['init'](){const _0x13282c=this['editor'],_0x1b2633=_0x13282c['plugins']['get']('TrackChangesEditing'),_0xa4ebe2=_0x13282c['plugins']['get']('Annotations'),_0x59933d=_0x13282c['plugins']['get']('EditorAnnotations'),_0x408ec5=_0x13282c['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x59933d['addSourceCollector'](()=>{const _0xa4b22d=[];for(const [_0x17b7bc,_0x5eb8da]of Array['from'](this['_suggestionToController'])){const _0x534816=_0x17b7bc['getAllAdjacentSuggestions'](),_0x5b6bb4=[];for(const _0x229925 of _0x534816){if(!_0x229925['isInContent'])continue;if(_0x229925['isMultiRange']){_0x5b6bb4['push'](..._0x229925['getRanges']());continue;}const _0x19048a=_0x229925['getFirstRange']();if(_0x5b6bb4['length']>0x0){const _0x369b82=_0x5b6bb4[0x0]['getJoined'](_0x19048a);if(_0x369b82){_0x5b6bb4[0x0]=_0x369b82;continue;}}_0x5b6bb4['push'](_0x19048a);}_0xa4b22d['push']([_0x5eb8da['view'],_0x5b6bb4]);}return _0xa4b22d;}),this['listenTo'](_0x1b2633,'suggestionLoaded',(_0x362d91,_0x5df40f)=>{this['listenTo'](_0x5df40f,'change:previous',(_0x5d1449,_0x16ca0e,_0x462127,_0x3e3628)=>{_0x5df40f['isInContent']&&(null==_0x462127?(this['_updateController'](_0x3e3628['head']),this['_handleSuggestionControllerDelayed'](_0x5df40f,!0x1)):(this['_updateController'](_0x462127['head']),null==_0x3e3628&&this['_handleSuggestionControllerDelayed'](_0x5df40f,!0x0)));}),null!==_0x5df40f['previous']?this['_updateController'](_0x5df40f['head']):this['_handleSuggestionControllerDelayed'](_0x5df40f,!0x1);}),this['listenTo'](_0x1b2633,'suggestionUnloaded',(_0x4b2f0f,_0x11dc8b,_0x5abd54)=>{this['stopListening'](_0x11dc8b,'change:previous'),this['_handleControllerBuffer']['delete'](_0x11dc8b),this['_suggestionToController']['has'](_0x11dc8b)&&this['_destroyController'](_0x11dc8b),_0x5abd54&&this['_updateController'](_0x5abd54['head']);}),this['listenTo'](_0x1b2633,'suggestionChanged',(_0x2b084f,_0x15de1b)=>{this['_updateController'](_0x15de1b);}),this['listenTo'](_0xa4ebe2,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x408ec5,'addComment',(_0x4d1a54,{threadId:_0x2ffb5e,isFromAdapter:_0x3cfccd})=>{if(_0x3cfccd||!_0x1b2633['hasSuggestion'](_0x2ffb5e))return;const _0x471e7b=_0x1b2633['getSuggestion'](_0x2ffb5e);this['_suggestionToController']['get'](_0x471e7b)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0xcacd84=this['editor']['plugins']['get']('Annotations'),_0x2d050b=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5f0777=Array['from'](_0xcacd84['activeAnnotations'],_0x2d596e=>_0x2d596e['innerView'])['filter'](_0x9bf7a8=>this['_viewToController']['has'](_0x9bf7a8)),_0x4cd2c5=[];for(const _0x3edd63 of _0x5f0777){const _0x1ad109=this['_viewToController']['get'](_0x3edd63)['model']['getAllAdjacentSuggestions']();_0x4cd2c5['push'](..._0x1ad109['reduce']((_0x8c92b4,_0x289b56)=>[..._0x8c92b4,..._0x289b56['getMarkerNames']()],[]));}_0x2d050b['activeMarkers']=_0x4cd2c5;}['_addUIComponentsToFactory'](){const _0x407216=this['editor'],_0x5f4497=_0x407216['locale'],_0xcff164=o(_0x5f4497,'Track\x20changes'),_0x25aa3b=new Wt([{'type':'switchbutton','model':new _0x4ab10e({'withText':!0x0,'isToggleable':!0x0,'label':_0xcff164,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x4ab10e({'withText':!0x0,'label':o(_0x5f4497,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x4ab10e({'withText':!0x0,'label':o(_0x5f4497,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x4ab10e({'withText':!0x0,'label':o(_0x5f4497,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x4ab10e({'withText':!0x0,'label':o(_0x5f4497,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x5ab4ca of _0x25aa3b)if(me(_0x5ab4ca)){const _0x27e93f=_0x407216['commands']['get'](_0x5ab4ca['model']['commandName']);_0x5ab4ca['model']['bind']('isOn','isEnabled')['to'](_0x27e93f,'value','isEnabled');}_0x407216['ui']['componentFactory']['add']('trackChanges',_0x2e96c9=>this['_createToolbarButton'](_0x2e96c9,_0x25aa3b,_0xcff164)),_0x407216['ui']['componentFactory']['add']('menuBar:trackChanges',_0x3895cd=>this['_createMenuBarMenu'](_0x3895cd,_0x25aa3b,_0xcff164));}['_createToolbarButton'](_0xd83e5f,_0x3078b6,_0x5ebaab){const _0x589f19=Qt(_0xd83e5f,_0x5b5fce),_0x51caa5=this['editor']['commands']['get']('trackChanges');_0x589f19['buttonView']['set']({'tooltip':_0x5ebaab,'label':_0x5ebaab,'icon':he}),_0x589f19['buttonView']['bind']('isOn')['to'](_0x51caa5,'value'),_0x589f19['buttonView']['on']('execute',()=>{_0x51caa5['execute'](),this['editor']['editing']['view']['focus']();}),Kt(_0x589f19,_0x3078b6,{'role':'menu'});const _0x3a22b8=[];for(const _0x5cef5c of _0x3078b6)me(_0x5cef5c)&&_0x3a22b8['push'](this['editor']['commands']['get'](_0x5cef5c['model']['commandName']));const _0x1be107=_0x589f19['buttonView'];return _0x1be107['actionView']['unbind']('isEnabled'),_0x1be107['arrowView']['unbind']('isEnabled'),_0x1be107['actionView']['bind']('isEnabled')['to'](_0x51caa5,'isEnabled'),_0x1be107['arrowView']['bind']('isEnabled')['toMany'](_0x3a22b8,'isEnabled',(..._0x3cc725)=>_0x3cc725['some'](_0x9a46b9=>_0x9a46b9)),_0x589f19['on']('execute',_0x158a89=>{this['editor']['execute'](_0x158a89['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x589f19;}['_createMenuBarMenu'](_0x3c9fe0,_0x1a62e0,_0x1a92fe){const _0x2861a1=new Yt(_0x3c9fe0),_0xfcb181=this['editor']['commands']['get']('trackChanges');_0x2861a1['buttonView']['set']({'label':_0x1a92fe,'icon':he});const _0x3a2328=new Zt(_0x3c9fe0);for(const _0x24a4c7 of _0x1a62e0){if('separator'==_0x24a4c7['type']){_0x3a2328['items']['add'](new Xt(_0x3c9fe0));continue;}const _0x3b590b=new te(_0x3c9fe0,_0x2861a1),_0x7564bd=new _0x433705(_0x3c9fe0),_0x5bf17e=_0x24a4c7['model'];_0x7564bd['bind'](...Object['keys'](_0x5bf17e))['to'](_0x5bf17e),_0x7564bd['delegate']('execute')['to'](_0x2861a1),_0x7564bd['on']('execute',()=>{this['editor']['execute'](_0x5bf17e['commandName']),this['editor']['editing']['view']['focus']();}),_0x3b590b['children']['add'](_0x7564bd),_0x3a2328['items']['add'](_0x3b590b);}return _0x2861a1['bind']('isEnabled')['to'](_0xfcb181,'isEnabled'),_0x2861a1['panelView']['children']['add'](_0x3a2328),_0x2861a1;}['_initializeController'](_0x233340){const _0x4edc11=this['editor'],_0x36fb8d=_0x4edc11['config'],_0x3a622c=_0x4edc11['plugins']['get']('Annotations'),_0x592fd5=_0x4edc11['plugins']['get']('CommentsRepository'),_0x2de795=_0x4edc11['plugins']['get']('EditorAnnotations'),_0x3ca55e=_0x4edc11['plugins']['get'](_0x106ae5)['me'],_0x18d97e=_0x36fb8d['get']('trackChanges')['SuggestionThreadView'],_0x1a000d=_0x36fb8d['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x101f43,CommentThreadInputView:_0x48736e}=_0x4edc11['plugins']['get']('CommentsUI');let _0x451ed8,_0x2535fe,_0x1d365a;this['_annotationViews']['has'](_0x233340['id'])?(_0x2535fe=this['_annotationViews']['get'](_0x233340['id']),_0x451ed8=_0x2535fe['mainView']):(_0x451ed8=new _0x18d97e(_0x4edc11['locale'],_0x233340,_0x3ca55e,{'disableComments':this['_disableComments'],'editorConfig':_0x36fb8d['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x36fb8d['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x36fb8d['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x36fb8d['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x37339d(_0x36fb8d['get']('locale')),'CommentView':_0x36fb8d['get']('comments')['CommentView'],'CommentsListView':_0x101f43,'CommentThreadInputView':_0x48736e,'SuggestionView':_0x1a000d}),_0x451ed8['suggestionView']['acceptButton']['on']('execute',()=>{_0x4edc11['editing']['view']['focus']();}),_0x451ed8['suggestionView']['discardButton']['on']('execute',()=>{_0x4edc11['editing']['view']['focus']();}),_0x2535fe=_0x3a622c['createAnnotationView'](this['editor']['locale'],_0x451ed8),_0x2535fe['bind']('isDirty')['to'](_0x451ed8,'isDirty'),_0x2535fe['bind']('length')['to'](_0x451ed8),_0x2535fe['bind']('type')['to'](_0x451ed8,'type',_0x1ccc06=>'suggestion-'+_0x1ccc06),_0x451ed8['on']('escape',()=>{_0x1d365a['fire']('escape');}),this['_annotationViews']['set'](_0x233340['id'],_0x2535fe));const _0x41e508=_0x592fd5['createCommentThreadController'](_0x233340['commentThread'],_0x451ed8),_0x44475c=new ae(_0x4edc11,_0x233340,_0x451ed8,_0x41e508),_0x24139d=_0x233340['getAllAdjacentSuggestions']()['filter'](_0x3dcf00=>_0x3dcf00['isInContent']);_0x451ed8['descriptionParts']=_0x4edc11['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x24139d),this['_suggestionToController']['set'](_0x233340,_0x44475c),this['_viewToController']['set'](_0x451ed8,_0x44475c),_0x1d365a=_0x3a622c['createAnnotation']({'view':_0x2535fe,'target':()=>{const _0x53acd1=[],_0x3ca66c=_0x233340['getAllAdjacentSuggestions']()['filter'](_0x2e66cf=>_0x2e66cf['isInContent']);for(const _0x26e60a of _0x3ca66c)_0x53acd1['push'](..._0x26e60a['getMarkers']());return _0x58c05a(_0x4edc11['editing'],_0x53acd1);},'type':()=>'suggestion-'+_0x44475c['view']['type']}),_0x592fd5['_bindAnnotationToEditors'](_0x451ed8,_0x1d365a),_0x3a622c['add'](_0x1d365a),_0x2de795['registerAnnotation'](_0x1d365a);}['_destroyController'](_0x4f0e62){const _0x3edbf8=this['editor']['plugins']['get']('CommentsRepository'),_0x20a8ed=this['editor']['plugins']['get']('Annotations'),_0x4d7e27=this['_suggestionToController']['get'](_0x4f0e62),_0x1e910a=_0x4d7e27['view'],_0x154f10=_0x20a8ed['getByInnerView'](_0x1e910a);_0x3edbf8['_unbindEditors'](_0x1e910a),_0x154f10&&_0x20a8ed['remove'](_0x154f10),this['_suggestionToController']['delete'](_0x4f0e62),this['_viewToController']['delete'](_0x1e910a),_0x4d7e27['destroy']();}['_updateController'](_0x5da493){if(!_0x5da493['isInContent']||!this['_suggestionToController']['has'](_0x5da493))return;const _0x45ce55=this['editor']['plugins']['get']('TrackChangesEditing'),_0x242226=this['_suggestionToController']['get'](_0x5da493),_0x44564f=_0x5da493['getAllAdjacentSuggestions']();_0x242226['view']['descriptionParts']=_0x45ce55['descriptionFactory']['getDescriptions'](_0x44564f);}['destroy'](){for(const _0x3561d2 of this['_suggestionToController']['keys']())this['_destroyController'](_0x3561d2);for(const _0x459c4b of this['_annotationViews']['values']())_0x459c4b['mainView']['destroy']();super['destroy']();}}function me(_0x5687d4){return'model'in _0x5687d4;}class k extends _0x4ba4b5{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x4c5cce){this['editor']['plugins']['get'](p)['adapter']=_0x4c5cce;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x23d1b7){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x23d1b7);}['getSuggestions']({skipNotAttached:_0x10321c=!0x1,toJSON:_0x55697b=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x10321c,'toJSON':_0x55697b});}['getSuggestion'](_0x145e92){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x145e92);}}const T=['Pagination'];class P extends _0x4ba4b5{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x5cd516=this['editor'];if(_0x5cd516['config']['define']('trackChangesData.editorCreator',_0x387e81=>{const _0x555149=_0x5cd516['model']['document']['getRootNames']()['reduce']((_0x3423c8,_0x26f533)=>(_0x3423c8[_0x26f533]='',_0x3423c8),{});return _0x5cd516['constructor']['create'](_0x555149,_0x387e81);}),'function'!=typeof _0x5cd516['config']['get']('trackChangesData')['editorCreator'])throw new _0x1a35b0('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x7da6a){return N(this['editor'],!0x0,_0x7da6a);}['getDataWithDiscardedSuggestions'](_0x336f2f){return N(this['editor'],!0x1,_0x336f2f);}}class D extends _0x4ba4b5{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x182d28){super(_0x182d28),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(_0x3092ac){return void 0x0!==_0x3092ac['getRootsAttributes'];}async function N(_0x189835,_0xaf3794,_0xef4c57){const _0x28f031=_0x3f774b(_0x189835,T);_0x28f031['plugins']['push'](p,D),_0x28f031['rootsAttributes']=v(_0x189835)?_0x189835['getRootsAttributes']():void 0x0;const _0x544796=document['createDocumentFragment'](),_0x123d13=_0x189835['config']['get']('trackChangesData')['editorCreator'],_0x4dbb09=await _0x123d13(_0x28f031,()=>function(_0xa2750d){const _0x51eb51=document['createElement']('div');return _0xa2750d['appendChild'](_0x51eb51),_0x51eb51;}(_0x544796));!function(_0x214aa4,_0x3f56ec){const _0x357cd9=_0x214aa4['model']['document']['getRootNames']()['reduce']((_0x1ff69d,_0x156b43)=>(_0x1ff69d[_0x156b43]=_0x214aa4['data']['get']({'rootName':_0x156b43}),_0x1ff69d),{}),_0xdc4b7c=_0x214aa4['plugins']['get']('Users')['users']['map'](_0x2de24b=>({'id':_0x2de24b['id'],'name':_0x2de24b['name']})),_0xe72daf=_0x214aa4['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x2ecb5d=_0x214aa4['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x5c8acc=_0x3f56ec['plugins']['get']('Users'),_0x3cc747=_0x3f56ec['plugins']['get']('TrackChangesEditing'),_0x35cfb8=_0x3f56ec['plugins']['get']('CommentsRepository');for(const _0x560fd2 of _0x35cfb8['getCommentThreads']())_0x560fd2['remove']();for(const _0x3dbfbc of _0xdc4b7c)_0x5c8acc['getUser'](_0x3dbfbc['id'])||_0x5c8acc['addUser'](_0x3dbfbc);_0x5c8acc['me']||_0x5c8acc['useAnonymousUser']();for(const _0x1d9e98 of _0x2ecb5d)_0x35cfb8['addCommentThread'](_0x1d9e98);for(const _0x2156fc of _0xe72daf)_0x3cc747['addSuggestionData'](_0x2156fc);_0x3f56ec['data']['set'](_0x357cd9);}(_0x189835,_0x4dbb09),_0x4dbb09['execute'](_0xaf3794?'acceptAllSuggestions':'discardAllSuggestions');const _0x2406d7=v(_0x4dbb09)?_0x4dbb09['getFullData'](_0xef4c57):_0x4dbb09['data']['get'](_0xef4c57);return await _0x4dbb09['destroy'](),_0x2406d7;}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 _0x26a770,PendingActions as _0x34b6d6,icons as _0x320a23}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x13c5a0,ObservableMixin as _0x334129,uid as _0x4f54ad,insertToPriorityArray as _0x3966af,priorities as _0x5b8cf7,logWarning as _0x1cc79c,getEnvKeystrokeText as _0x1eb9f0,FocusTracker as _0xf9b9a0,KeystrokeHandler as _0x368b70,Collection as Wt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x5698c1,View as _0x2e19fa,ViewCollection as _0x5f28e2,FocusCycler as _0x1f890a,ViewModel as _0x21730f,createDropdown as Qt,SplitButtonView as _0xa80728,addListToDropdown as Kt,MenuBarMenuView as Yt,MenuBarMenuListView as Zt,ListSeparatorView as Xt,MenuBarMenuListItemView as te,MenuBarMenuListItemButtonView as _0x5180ba}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x53b94d,hashObject as _0x179626,surroundingMarkersDetector as _0x461878,FOCUS_ANNOTATION_KEYSTROKE as _0x5dadca,AriaDescriptionView as _0x77bd41,setupThreadKeyboardNavigation as _0x5d7def,trimHtml as _0x5558c6,UserView as _0x188458,LateFocusButtonView as _0x35c314,getDateTimeFormatter as _0x5c98ba,getAllMarkersDomElementsSorted as _0x36ddf0,sanitizeEditorConfig as _0xeb5872}from'ckeditor5-collaboration/dist/index.js';import{Element as _0xabfdd,LiveRange as _0x7da4c9,LivePosition as _0x3940dc}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x43adf1,toWidget as _0x5c582a}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x244c61,set as _0x1b4d20,isEqual as _0x19ae42,unset as _0x216d45,omit as Tt}from'lodash-es';import{Delete as _0x233af2,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x4eb9ba,ShiftEnter as _0x12f81c}from'@ckeditor/ckeditor5-enter/dist/index.js';class B extends ts{['_enabledCommands'];constructor(_0x33b609,_0x26ecd3){super(_0x33b609),this['_enabledCommands']=_0x26ecd3,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 _0x327891 of this['editor']['commands']['commands']())_0x327891['affectsData']&&!this['_enabledCommands']['has'](_0x327891)&&_0x327891['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x251b3a of this['editor']['commands']['commands']())_0x251b3a['affectsData']&&!this['_enabledCommands']['has'](_0x251b3a)&&_0x251b3a['clearForceDisabled']('TrackChangesCommand');}}class x extends ts{['_suggestions'];constructor(_0x11b2f8,_0x5e58c2){super(_0x11b2f8),this['_suggestions']=_0x5e58c2,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x13774a){const _0x2f5114=this['_suggestions']['get'](_0x13774a);if(!_0x2f5114)throw new _0x13c5a0('track-changes-accept-suggestion-not-found',this);const _0x443c70=_0x2f5114['getRanges']();this['editor']['model']['canEditAt'](_0x443c70)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x2f5114);}}class R extends ts{['_suggestions'];constructor(_0x4e3a27,_0x4b9a32){super(_0x4e3a27),this['_suggestions']=_0x4b9a32,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x293f8c){const _0xaa3de6=this['_suggestions']['get'](_0x293f8c);if(!_0xaa3de6)throw new _0x13c5a0('track-changes-discard-suggestion-not-found',this);const _0x23a243=_0xaa3de6['getRanges']();this['editor']['model']['canEditAt'](_0x23a243)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0xaa3de6);}}function ls(_0x2f7d79,_0x23ee61){let _0x17ee2d='';return _0x17ee2d+=_0x2f7d79['split']('*')['map']((_0x4f7328,_0x58d30f)=>_0x58d30f%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0x4f7328)+'</span>':nn(_0x4f7328))['join'](''),_0x23ee61&&(_0x17ee2d+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x23ee61['value']+'\x22\x20title=\x22'+_0x23ee61['title']+'\x22></span>'),_0x17ee2d;}function nn(_0x310362){const _0x48b243=document['createElement']('span');return _0x48b243['innerText']=_0x310362,_0x48b243['innerHTML'];}function ss(_0xc2d1b5){return _0xc2d1b5['sort']((_0x33653c,_0xa33fee)=>'deletion'==_0x33653c['type']&&'deletion'!=_0xa33fee['type']?-0x1:'deletion'!=_0x33653c['type']&&'deletion'==_0xa33fee['type']?0x1:0x0);}function to(_0x287e2d,_0x3de0f7){let _0x40b722,_0x16663b=0x0;const _0x58b597=[],_0x3e15db=_0x3de0f7['schema'];for(;_0x16663b<_0x287e2d['length'];){const _0x496185=_0x287e2d[_0x16663b],_0x4a2ed8=_0x287e2d[_0x16663b+0x1];_0x40b722||(_0x40b722=_0x3de0f7['createPositionBefore'](_0x496185)),on(_0x3de0f7,_0x496185,_0x4a2ed8)||(_0x58b597['push'](_0x3de0f7['createRange'](_0x40b722,_0x3e15db['isObject'](_0x496185)?_0x3de0f7['createPositionAfter'](_0x496185):_0x3de0f7['createPositionAt'](_0x496185,'end'))),_0x40b722=null),_0x16663b++;}return _0x58b597;}function on(_0x152d49,_0x500116,_0x18dabb){if(!_0x18dabb)return!0x1;const _0x5721a3=_0x152d49['createPositionAfter'](_0x500116),_0x47d27a=_0x152d49['createPositionBefore'](_0x18dabb);return _0x5721a3['isTouching'](_0x47d27a);}function rs(_0x7d27c8,_0x544a96,_0x323806){for(;_0x323806['length'];){const _0x348bf8=_0x323806['splice'](0x0,0x64);_0x7d27c8['change'](()=>{for(const _0x58989a of _0x348bf8)_0x58989a['isInContent']&&_0x544a96['execute'](_0x58989a['id']);});}}class E extends ts{['_command'];['_suggestions'];constructor(_0x44fea6,_0x482147,_0x51adc1){super(_0x44fea6),this['_command']=_0x482147,this['_suggestions']=_0x51adc1,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x38b21f=Array['from'](this['_suggestions']['values']())['some'](_0x38b0b9=>_0x38b0b9['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x38b21f;}['execute'](){const _0x35a78a=ss(Array['from'](this['_suggestions']['values']()));for(const _0x4b3dc4 of _0x35a78a){const _0x861639=_0x4b3dc4['getRanges']();if(!this['editor']['model']['canEditAt'](_0x861639))return;}rs(this['editor']['model'],this['_command'],_0x35a78a);}}class O extends ts{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x398495,_0x381861,_0x1d1beb){super(_0x398495),this['_command']=_0x381861,this['_suggestions']=_0x1d1beb,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x117147=this['editor']['model']['document']['selection'],_0xc71918=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x2fe518,_0x4a897e){const _0x6cc77=Array['from'](_0x2fe518['getRanges']()),_0x7a9aa=new Set();for(const _0x331239 of _0x4a897e)if(_0x331239['isInContent']){for(const _0x3560ba of _0x6cc77)for(const _0x3d222f of _0x331239['getRanges']())(_0x3560ba['isIntersecting'](_0x3d222f)||_0x2fe518['isCollapsed']&&!_0x331239['isMultiRange']&&_0x331239['next']&&_0x3d222f['end']['isTouching'](_0x3560ba['start']))&&_0x7a9aa['add'](_0x331239);}return _0x7a9aa;}(_0x117147,_0xc71918),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x28641a=ss(Array['from'](this['_selectedSuggestions']));for(const _0x288090 of _0x28641a){const _0x13b107=_0x288090['getRanges']();if(!this['editor']['model']['canEditAt'](_0x13b107))return;}rs(this['editor']['model'],this['_command'],_0x28641a);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x334129(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x3830cf,_0x3d740b){super(),this['id']=_0x3d740b['id'],this['type']=_0x3d740b['type'],this['subType']=_0x3d740b['subType']||null,this['author']=_0x3d740b['author'],this['creator']=_0x3d740b['creator']||_0x3d740b['author'],this['isExternal']=Boolean(_0x3d740b['attributes']&&_0x3d740b['attributes']['@external']),this['data']=null,this['_model']=_0x3830cf,this['_onAccept']=_0x3d740b['onAccept'],this['_onDiscard']=_0x3d740b['onDiscard'],this['_onAttributesChange']=_0x3d740b['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x3d740b['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 _0x43b8f0=this;for(;_0x43b8f0['previous'];)_0x43b8f0=_0x43b8f0['previous'];return _0x43b8f0;}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'](_0x4d223e){this['_markerNames']['add'](_0x4d223e);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x459a16=>this['_model']['markers']['get'](_0x459a16))['filter'](_0x569dba=>_0x569dba);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x4c1a48=>{for(const _0x25256f of this['getMarkers']())_0x4c1a48['removeMarker'](_0x25256f);}),this['_markerNames']['clear']();}['removeMarker'](_0x7e0d21){this['_model']['change'](_0x38dc1d=>{_0x38dc1d['removeMarker'](_0x7e0d21);}),this['_markerNames']['delete'](_0x7e0d21);}['addRange'](_0x27f8a9){const _0x3a687f='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x3a687f),this['_model']['change'](_0x2e2e98=>{_0x2e2e98['addMarker'](_0x3a687f,{'range':_0x27f8a9,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x16242b){for(const _0x48d29e of this['getRanges']())if(_0x48d29e['isIntersecting'](_0x16242b))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x33a9ae=>_0x33a9ae['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x296e91,_0xda400a)=>[..._0x296e91,..._0xda400a['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x1a887a=this['getRanges']();if(0x1!=_0x1a887a['length'])return null;const _0x11acf4=_0x1a887a[0x0],_0x4dd9cd=_0x11acf4['start']['nodeAfter'],_0x2a3c17=_0x11acf4['end']['nodeBefore'];return _0x4dd9cd instanceof _0xabfdd?_0x4dd9cd!=_0x2a3c17?null:_0x4dd9cd: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 _0xd6bf5a=[];let _0x1b6a4c=this['head'];for(;_0x1b6a4c;)_0xd6bf5a['push'](_0x1b6a4c),_0x1b6a4c=_0x1b6a4c['next'];return _0xd6bf5a;}['setAttribute'](_0xaced97,_0x67b9b5){const _0x4f0a2c=_0x244c61(this['attributes']);_0x1b4d20(_0x4f0a2c,_0xaced97,_0x67b9b5),_0x19ae42(_0x4f0a2c,this['attributes'])||(this['attributes']=_0x4f0a2c,this['_onAttributesChange'](_0x4f0a2c));}['removeAttribute'](_0x3300d6){const _0x38b594=_0x244c61(this['attributes']);_0x216d45(_0x38b594,_0x3300d6),_0x19ae42(_0x38b594,this['attributes'])||(this['attributes']=_0x38b594,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 _0x4f54ad()['substr'](0x1,0x5);}}function o(_0x164164,_0x3a20c8,_0x110304){const t=_0x164164['t'];switch(_0x3a20c8){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',_0x110304);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x110304);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x110304);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x110304);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x110304);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',_0x110304);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x110304);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',_0x110304);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x110304);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x110304);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x110304);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x110304);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x110304);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x110304);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x110304);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x110304);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x110304);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x110304);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x110304);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x110304);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x110304);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x110304);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x110304);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'},_0x110304);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x110304);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x110304);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x110304);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x110304);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x110304);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'},_0x110304);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x110304);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x110304);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x110304);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x110304);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'},_0x110304);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x110304);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'},_0x110304);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'},_0x110304);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x110304);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'},_0x110304);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x110304);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'},_0x110304);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x110304);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x110304);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'},_0x110304);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'},_0x110304);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'},_0x110304);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x110304);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'},_0x110304);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'},_0x110304);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'},_0x110304);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x3a20c8;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x4ab207,_0x22f7bd){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x4ab207,this['_locale']=_0x22f7bd;}['getDescriptions'](_0x11b208){const _0x414b47=[],_0x394a11=new Set(),_0x40398e=new Set();for(let _0x5393ca=0x0;_0x5393ca<_0x11b208['length'];_0x5393ca++){const _0x323fff=_0x11b208[_0x5393ca];if(!_0x323fff['isInContent'])continue;const _0x5489e6=this['_handleCustomCallbackDescription'](_0x323fff);if(_0x5489e6){if(null!=_0x323fff['subType']){if(_0x394a11['has'](_0x323fff['subType']))continue;_0x394a11['add'](_0x323fff['subType']);}_0x414b47['push'](_0x5489e6);}else{if('attribute'!=_0x323fff['type'])'insertion'!=_0x323fff['type']&&'deletion'!=_0x323fff['type']||this['_handleInsertRemoveSuggestionDescription'](_0x414b47,_0x323fff,_0x11b208[_0x5393ca+0x1]);else{const _0x177170=_0x323fff['data']['key'];if(_0x40398e['has'](_0x177170))continue;_0x40398e['add'](_0x323fff['data']['key']),_0x177170==m?this['_handleRenameSuggestionDescription'](_0x414b47,_0x323fff):this['_handleAttributeSuggestionDescription'](_0x414b47,_0x323fff);}}}return this['_resolveDescriptionItems'](_0x414b47);}['registerDescriptionCallback'](_0x3bd280){this['_customCallbacks']['push'](_0x3bd280);}['registerElementLabel'](_0x22252b,_0x5e337e,_0x401a8e=_0x5b8cf7['normal']){'function'==typeof _0x22252b?_0x3966af(this['_itemLabelsCallbacks'],{'matchingCallback':_0x22252b,'label':_0x5e337e,'priority':_0x401a8e}):this['_itemLabels']['set'](_0x22252b,_0x5e337e);}['registerAttributeLabel'](_0x162dd7,_0x1b7920){this['_attributeLabels']['set'](_0x162dd7,_0x1b7920);}['getItemLabel'](_0x32a68c,_0x6fb261=0x1){let _0x5a1048;for(const _0x4fcba4 of this['_itemLabelsCallbacks'])if(_0x4fcba4['matchingCallback'](_0x32a68c)){_0x5a1048=_0x4fcba4['label'];break;}return _0x5a1048||(_0x5a1048=this['_itemLabels']['get'](_0x32a68c['name'])),_0x5a1048?_0x5a1048(_0x6fb261):0x1!==_0x6fb261?_0x6fb261+'\x20'+_0x32a68c['name']+'s':''+_0x32a68c['name'];}['_addDescriptionItems'](_0x4b9c94,_0x351e09){const _0x1b536c=_0x351e09['getFirstRange']()['getWalker'](),_0x68f080='insertion'==_0x351e09['type']?'add':'remove';for(const _0x386615 of _0x1b536c){const _0x4405fa=_0x386615['item'],_0x2e6edf=_0x4b9c94[_0x4b9c94['length']-0x1];if(_0x4405fa['is']('$textProxy'))_0x2e6edf&&_0x2e6edf['type']['indexOf']('Container')>-0x1&&_0x4b9c94['pop'](),_0x2e6edf&&'text'==_0x2e6edf['type']?_0x2e6edf[_0x68f080]+=_0x4405fa['data']:_0x4b9c94['push']({'type':'text','add':'add'==_0x68f080?_0x4405fa['data']:'','remove':'remove'==_0x68f080?_0x4405fa['data']:''});else{if(this['_schema']['isObject'](_0x4405fa)){const _0x5f2a28=_0x4405fa;if(_0x2e6edf&&_0x2e6edf['type']['indexOf']('Container')>-0x1&&_0x4b9c94['pop'](),'elementEnd'==_0x386615['type'])continue;_0x2e6edf&&_0x2e6edf['type']==_0x68f080+'Object'&&_0x2e6edf['element']['name']==_0x5f2a28['name']?_0x2e6edf['quantity']++:_0x4b9c94['push']({'type':_0x68f080+'Object','element':_0x5f2a28,'quantity':0x1}),_0x1b536c['skip'](_0x50eaeb=>!('elementEnd'==_0x50eaeb['type']&&_0x50eaeb['item']==_0x4405fa));}else{if(this['_schema']['checkChild'](_0x4405fa,'$text')||_0x4405fa['is']('element','softBreak')){const _0xa1cd1d=_0x4405fa;if('add'==_0x68f080&&'elementStart'==_0x386615['type']||'remove'==_0x68f080&&'elementEnd'==_0x386615['type'])continue;if(_0x2e6edf&&-0x1==_0x2e6edf['type']['indexOf']('Container')){'text'==_0x2e6edf['type']&&(_0x2e6edf[_0x68f080]+='\x0a');continue;}let _0x461299;if(_0x461299='add'==_0x68f080?_0xa1cd1d['nextSibling']&&!this['_schema']['isObject'](_0xa1cd1d['nextSibling'])?_0xa1cd1d['nextSibling']:null:_0xa1cd1d['previousSibling']&&!this['_schema']['isObject'](_0xa1cd1d['previousSibling'])?_0xa1cd1d['previousSibling']:null,_0xa1cd1d['isEmpty']||_0x461299&&_0x461299['isEmpty']){const _0x5a2a9b=_0x461299&&_0x461299['isEmpty']?_0x461299:_0xa1cd1d;_0x2e6edf&&_0x2e6edf['type']==_0x68f080+'EmptyContainer'&&_0x2e6edf['element']['name']==_0x5a2a9b['name']?_0x2e6edf['quantity']++:_0x4b9c94['push']({'type':_0x68f080+'EmptyContainer','element':_0x5a2a9b,'quantity':0x1});}else _0x4b9c94['push']({'type':_0x68f080+'Container','element':_0xa1cd1d});}}}}}['_resolveDescriptionItems'](_0xb7509a){const _0x38ee85=this['_locale'],_0xd799b9=[],_0x468ee5=[],_0x50e566=[];for(const _0x2984a9 of _0xb7509a)switch(_0x2984a9['type']){case'text':if(_0x2984a9['add']=_0x2984a9['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x2984a9['remove']=_0x2984a9['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x2984a9['add']&&''!=_0x2984a9['remove']){_0xd799b9['push']({'type':'replace','content':o(_0x38ee85,'REPLACE_TEXT',['\x22'+_0x2984a9['remove']+'\x22','\x22'+_0x2984a9['add']+'\x22'])});continue;}if(null!=_0x2984a9['add']['match'](/^ +$/)){_0xd799b9['push']({'type':'insertion','content':o(_0x38ee85,'*Insert:*\x20%0',o(_0x38ee85,'ELEMENT_SPACE',_0x2984a9['add']['length']))});continue;}if(null!=_0x2984a9['remove']['match'](/^ +$/)){_0xd799b9['push']({'type':'deletion','content':o(_0x38ee85,'*Remove:*\x20%0',o(_0x38ee85,'ELEMENT_SPACE',_0x2984a9['remove']['length']))});continue;}if(''!=_0x2984a9['add']){_0xd799b9['push']({'type':'insertion','content':o(_0x38ee85,'*Insert:*\x20%0','\x22'+_0x2984a9['add']+'\x22')});continue;}_0xd799b9['push']({'type':'deletion','content':o(_0x38ee85,'*Remove:*\x20%0','\x22'+_0x2984a9['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0xd799b9['push']({'type':'insertion','content':o(_0x38ee85,'*Insert:*\x20%0',this['getItemLabel'](_0x2984a9['element'],_0x2984a9['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0xd799b9['push']({'type':'deletion','content':o(_0x38ee85,'*Remove:*\x20%0',this['getItemLabel'](_0x2984a9['element'],_0x2984a9['quantity']))});continue;case'addContainer':_0xd799b9['push']({'type':'insertion','content':o(_0x38ee85,'*Split:*\x20%0',this['getItemLabel'](_0x2984a9['element'],_0x2984a9['quantity']))});continue;case'removeContainer':_0xd799b9['push']({'type':'deletion','content':o(_0x38ee85,'*Merge:*\x20%0',this['getItemLabel'](_0x2984a9['element'],_0x2984a9['quantity']))});continue;case'addFormat':_0x468ee5['push'](_0x2984a9['key']);continue;case'removeFormat':_0x50e566['push'](_0x2984a9['key']);continue;default:_0xd799b9['push'](_0x2984a9);}if(_0x468ee5['length']){const _0x42cbf6=_0x468ee5['map'](_0x31aa64=>this['_attributeLabels']['has'](_0x31aa64)?this['_attributeLabels']['get'](_0x31aa64):_0x31aa64)['join'](',\x20');_0xd799b9['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x42cbf6)});}if(_0x50e566['length']){const _0xf7f254=_0x50e566['map'](_0x483be9=>this['_attributeLabels']['has'](_0x483be9)?this['_attributeLabels']['get'](_0x483be9):_0x483be9)['join'](',\x20');_0xd799b9['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0xf7f254)});}return _0xd799b9;}['_handleCustomCallbackDescription'](_0x4a0d28){for(const _0x182ad6 of this['_customCallbacks']){const _0x27bee7=_0x182ad6(_0x4a0d28);if(_0x27bee7&&'type'in _0x27bee7)return _0x27bee7;}}['_handleAttributeSuggestionDescription'](_0x187639,_0x2b48f9){const _0xf48f35=_0x2b48f9['data'],_0x19894e=void 0x0===_0xf48f35['newValue']?'removeFormat':'addFormat';_0x187639['push']({'type':_0x19894e,'key':_0xf48f35['key']});}['_handleRenameSuggestionDescription'](_0x36d20e,_0x41de5c){_0x36d20e['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x41de5c['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x5ad0d8,_0x555a66,_0x1045b0){if(this['_addDescriptionItems'](_0x5ad0d8,_0x555a66),_0x1045b0&&_0x1045b0['getFirstRange']()&&!_0x555a66['getFirstRange']()['end']['isEqual'](_0x1045b0['getFirstRange']()['start'])){const _0x207ab4=_0x5ad0d8[_0x5ad0d8['length']-0x1],_0xddf06='insertion'==_0x555a66['type']?'add':'remove';_0x207ab4&&'text'==_0x207ab4['type']&&(_0x207ab4[_0xddf06]+='\x0a');}}}class V extends _0x26a770{['afterInit'](){const _0x43c9af=this['editor'],_0x12c7d0=_0x43c9af['plugins']['get']('TrackChangesEditing');_0x43c9af['commands']['get']('showAIAssistant')&&_0x12c7d0['enableCommand']('showAIAssistant');}}class U extends _0x26a770{['afterInit'](){const _0x2b29e4=this['editor'],_0x43e703=_0x2b29e4['locale'];if(!_0x2b29e4['plugins']['has']('AlignmentEditing'))return;const _0x5077fd=_0x2b29e4['plugins']['get']('TrackChangesEditing');_0x5077fd['enableDefaultAttributesIntegration']('alignment'),_0x5077fd['registerBlockAttribute']('alignment'),_0x5077fd['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x43e703,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xe5e509=this['editor'],_0x7f7d04=_0xe5e509['locale'];_0xe5e509['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x22bad4=>{if('formatBlock'!=_0x22bad4['type'])return;const {data:_0x5422ea}=_0x22bad4;if(_0x5422ea&&'alignment'==_0x5422ea['commandName']){const _0x5d85eb=_0x5422ea['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x7f7d04,'*Format:*\x20%0',function(_0x233a6b){switch(_0x233a6b){case'left':return o(_0x7f7d04,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x7f7d04,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x7f7d04,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x7f7d04,'FORMAT_JUSTIFY_TEXT');}}(_0x5d85eb))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x26a770{['afterInit'](){const _0x57daab=this['editor'],_0x3aac01=_0x57daab['plugins']['get']('TrackChangesEditing'),_0x9c9b47=_0x57daab['locale'];for(const _0x2fbbc7 of ti){if(!_0x57daab['plugins']['has'](_0x2fbbc7))continue;const _0x3ae791=_0x2fbbc7['slice'](0x0,-0x7)['toLowerCase'](),_0x33f742='FORMAT_'+_0x3ae791['toUpperCase']();_0x3aac01['enableDefaultAttributesIntegration'](_0x3ae791),_0x3aac01['registerInlineAttribute'](_0x3ae791),_0x3aac01['descriptionFactory']['registerAttributeLabel'](_0x3ae791,o(_0x9c9b47,_0x33f742));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4ccba6=this['editor'],_0x497fb3=_0x4ccba6['locale'],_0x4b3756=_0x4ccba6['plugins']['get']('TrackChangesEditing');function _0x1d7069(_0x2d7e74,_0x3c62db){_0x4b3756['descriptionFactory']['registerDescriptionCallback'](_0x46bbd1=>{if('formatInline'!=_0x46bbd1['type'])return;const {data:_0x595a29}=_0x46bbd1;return _0x595a29&&_0x595a29['commandName']===_0x2d7e74?_0x595a29['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x497fb3,'*Format:*\x20%0',_0x3c62db)}:{'type':'format','content':o(_0x497fb3,'*Remove\x20format:*\x20%0',_0x3c62db)}:void 0x0;});}_0x1d7069('bold',o(_0x497fb3,'FORMAT_BOLD')),_0x1d7069('italic',o(_0x497fb3,'FORMAT_ITALIC')),_0x1d7069('underline',o(_0x497fb3,'FORMAT_UNDERLINE')),_0x1d7069('code',o(_0x497fb3,'FORMAT_CODE')),_0x1d7069('strikethrough',o(_0x497fb3,'FORMAT_STRIKETHROUGH')),_0x1d7069('subscript',o(_0x497fb3,'FORMAT_SUBSCRIPT')),_0x1d7069('superscript',o(_0x497fb3,'FORMAT_SUPERSCRIPT'));}}class F extends _0x26a770{['afterInit'](){const _0x4b1e35=this['editor'],_0x188f9f=_0x4b1e35['locale'];if(!_0x4b1e35['plugins']['has']('BlockQuoteEditing'))return;const _0x5132fc=_0x4b1e35['plugins']['get']('TrackChangesEditing'),_0x4226f9=this['editor']['commands']['get']('blockQuote');_0x5132fc['enableCommand']('blockQuote',(_0xc5446e,_0x53f532={})=>{const _0x1a5b9e=this['editor']['model']['document']['selection'],_0x119760=_0x53f532&&void 0x0!==_0x53f532['forceValue']?_0x53f532['forceValue']:!_0x4226f9['value'];let _0x4b834b=[];if(_0x119760){const _0x1be080=Array['from'](_0x1a5b9e['getSelectedBlocks']())['filter'](_0x220037=>oo(_0x220037)||function(_0x1984ca,_0x19aaa3){const _0x3aacb6=_0x19aaa3['checkChild'](_0x1984ca['parent'],'blockQuote'),_0x4c3773=_0x19aaa3['checkChild'](['$root','blockQuote'],_0x1984ca);return _0x3aacb6&&_0x4c3773;}(_0x220037,this['editor']['model']['schema']));_0x4b834b=to(_0x1be080,_0x4b1e35['model']);}else{const _0x2bdc25=Array['from'](_0x1a5b9e['getSelectedBlocks']())['filter'](_0x217939=>oo(_0x217939));_0x4b834b=to(_0x2bdc25,_0x4b1e35['model']);}_0x4b1e35['model']['change'](()=>{for(const _0x4eddc3 of _0x4b834b)_0x5132fc['markBlockFormat'](_0x4eddc3,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x119760}]});});}),_0x5132fc['descriptionFactory']['registerDescriptionCallback'](_0x5c1fb8=>{const {data:_0x7e032e}=_0x5c1fb8;if(_0x7e032e&&'blockQuote'==_0x7e032e['commandName']){const _0x5470d5=o(_0x188f9f,'ELEMENT_BLOCK_QUOTE');return _0x7e032e['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x188f9f,'*Set\x20format:*\x20%0',_0x5470d5)}:{'type':'format','content':o(_0x188f9f,'*Remove\x20format:*\x20%0',_0x5470d5)};}});}}function oo(_0x2983e5){return'blockQuote'==_0x2983e5['parent']['name'];}class L extends _0x26a770{['afterInit'](){const _0x4e387c=this['editor'];_0x4e387c['plugins']['has']('CaseChange')&&(_0x4e387c['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x4e387c['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x4e387c['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x26a770{['afterInit'](){const _0x5c1aa4=this['editor'];_0x5c1aa4['commands']['get']('ckbox')&&_0x5c1aa4['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class J extends _0x26a770{['afterInit'](){const _0x185f39=this['editor'];if(!_0x185f39['plugins']['has']('CodeBlock'))return;const _0x21bc96=_0x185f39['plugins']['get']('TrackChangesEditing'),_0x294976=_0x185f39['locale'],_0x558f4c=_0x185f39['config']['get']('codeBlock')['languages'],_0x571b27=_0x185f39['commands']['get']('codeBlock');_0x21bc96['enableCommand']('indentCodeBlock'),_0x21bc96['enableCommand']('outdentCodeBlock'),_0x21bc96['enableCommand']('codeBlock',(_0x4edb27,_0x2bc0c7={})=>{const _0x569348=_0x185f39['model'],_0x2e71f1=_0x185f39['model']['document']['selection'],_0x47261a=_0x2bc0c7&&void 0x0!==_0x2bc0c7['forceValue']?_0x2bc0c7['forceValue']:!_0x571b27['value'];let _0x3d1089;_0x2bc0c7['language']||(_0x2bc0c7['language']=_0x558f4c[0x0]['language']),_0x3d1089=_0x47261a?Array['from'](_0x2e71f1['getSelectedBlocks']())['filter'](_0x3940c0=>eo(_0x3940c0)||function(_0x30a1e5,_0xc95fdf){if(_0x30a1e5['is']('rootElement')||_0xc95fdf['isLimit'](_0x30a1e5))return!0x1;return _0xc95fdf['checkChild'](_0x30a1e5['parent'],'codeBlock');}(_0x3940c0,_0x569348['schema'])):Array['from'](_0x2e71f1['getSelectedBlocks']())['filter'](_0x5e1e66=>eo(_0x5e1e66));const _0x4541ec=to(_0x3d1089,_0x569348);_0x569348['change'](()=>{for(const _0x467302 of _0x4541ec)_0x21bc96['markBlockFormat'](_0x467302,{'commandName':'codeBlock','commandParams':[{..._0x2bc0c7,'forceValue':_0x47261a}],'formatGroupId':'blockName'});});}),(_0x21bc96['descriptionFactory']['registerElementLabel']('codeBlock',_0x1d08ec=>o(_0x294976,'ELEMENT_CODE_BLOCK',_0x1d08ec)),_0x21bc96['descriptionFactory']['registerDescriptionCallback'](_0x44e01b=>{if('formatBlock'!=_0x44e01b['type'])return;const _0x204c00=_0x294976['t'],{data:_0x269136}=_0x44e01b;if(!_0x269136||'codeBlock'!=_0x269136['commandName'])return;const _0x254c98=_0x269136['commandParams'][0x0]['language'],_0x4554e0=_0x204c00(_0x558f4c['find'](_0x25efd2=>_0x25efd2['language']===_0x254c98)['label'])['toLowerCase']();return _0x269136['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x294976,'*Set\x20format:*\x20%0',o(_0x294976,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x4554e0+')')}:{'type':'format','content':o(_0x294976,'*Remove\x20format:*\x20%0',o(_0x294976,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x5c3fe3){return'codeBlock'==_0x5c3fe3['name'];}class q extends _0x26a770{['afterInit'](){const _0x30e68b=this['editor'];if(!_0x30e68b['plugins']['has']('CommentsEditing'))return;_0x30e68b['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x17530a,_0x4a34ae,_0x28bb22){const _0x5336e4=[];for(const _0x14e03a of _0x4a34ae['getItems']())_0x14e03a['hasAttribute'](_0x17530a)&&_0x5336e4['push'](_0x28bb22['createRangeOn'](_0x14e03a));return _0x5336e4;}function _e(_0x129977,_0x3cd6a0,{showActiveMarker:_0x5a1a24=!0x0}={}){const _0x10a282=_0x129977['plugins']['get']('TrackChangesEditing');return(_0x312fe5,_0x9c6372,_0x4a0e7d)=>{if(!_0x4a0e7d['consumable']['test'](_0x9c6372['markerRange'],_0x312fe5['name']))return;const _0x39fcba=_0x9c6372['markerRange']['getWalker'](),_0x4bb838=_0x9c6372['markerRange']['start'],_0x39681f=_0x129977['model']['schema'];let _0x333a26=null,_0x3a3670=null,_0x4db955=!0x1,_0x405cff=!0x1;for(const _0xd04a4c of _0x39fcba){const _0x21ab8c=_0xd04a4c['item'];_0x4db955=_0x4db955||_0x39681f['isContent'](_0x21ab8c);const _0x1933c7=_0x4a0e7d['mapper']['toViewElement'](_0x21ab8c);if(_0x1933c7&&_0x1933c7['getCustomProperty']('addHighlight'))return;'elementEnd'==_0xd04a4c['type']&&(_0x39681f['isBlock'](_0x21ab8c)&&!_0x39681f['isLimit'](_0x21ab8c)&&(_0x21ab8c['nextSibling']||_0x4bb838['isAtEnd']?_0x333a26&&_0x333a26['parent']==_0x21ab8c||(_0x333a26=_0x21ab8c,_0x81f0e4(_0xd04a4c['previousPosition']),_0x405cff=!0x0):_0x3a3670=_0x3a3670||_0xd04a4c['previousPosition']));}function _0x81f0e4(_0xaa2ccc){const {authorId:_0x452e47}=_0x10a282['_splitMarkerName'](_0x9c6372['markerName']),_0xb930b0=_0x4a0e7d['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x3cd6a0,'data-author-id':_0x452e47}),_0x31e15c=_0x4a0e7d['mapper']['toViewPosition'](_0xaa2ccc);_0x5a1a24&&_0x10a282['activeMarkers']['includes'](_0x9c6372['markerName'])&&_0x4a0e7d['writer']['addClass']('ck-suggestion-marker--active',_0xb930b0),_0x4a0e7d['writer']['insert'](_0x31e15c,_0xb930b0),_0x4a0e7d['mapper']['bindElementToMarker'](_0xb930b0,_0x9c6372['markerName']);}_0x4db955||_0x405cff||!_0x3a3670||_0x81f0e4(_0x3a3670);};}class z extends _0x26a770{static get['requires'](){return[_0x233af2];}['init'](){const _0x45bbb6=this['editor'],_0x40966d=_0x45bbb6['plugins']['get']('TrackChangesEditing');_0x40966d['enableCommand']('delete');const _0x3ca1b5=_0x45bbb6['commands']['get']('deleteForward');_0x40966d['enableCommand']('deleteForward',(_0x277647,_0x17872f={})=>{const _0x51e843=_0x45bbb6['model']['createSelection'](_0x45bbb6['model']['document']['selection']);_0x51e843['isCollapsed']&&_0x45bbb6['model']['modifySelection'](_0x51e843,{'direction':'forward','unit':_0x17872f['unit']});const _0x1a4615=_0x51e843['getFirstRange'](),_0xb7b5a3=_0x7da4c9['fromRange'](_0x1a4615);let _0x161fb0;_0x277647(_0x17872f),_0x161fb0='$graveyard'==_0xb7b5a3['root']['rootName']?_0x45bbb6['model']['createRange'](_0x1a4615['start']):_0x45bbb6['model']['createRange'](_0xb7b5a3['start'],_0xb7b5a3['end']),_0xb7b5a3['detach'](),_0x45bbb6['model']['enqueueChange'](_0x3ca1b5['buffer']['batch'],_0x5b79af=>{_0x3ca1b5['buffer']['lock'](),_0x5b79af['setSelection'](_0x5b79af['createRange'](_0x161fb0['end'])),_0x3ca1b5['buffer']['unlock']();});}),_0x45bbb6['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x45bbb6,'merge'),{'priority':'high'}),_0x45bbb6['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x21591d,_0x493866,_0x46dd46)=>{_0x46dd46['options']['showSuggestionHighlights']&&_e(_0x45bbb6,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x21591d,_0x493866,_0x46dd46);},{'priority':'high'}),_0x45bbb6['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x42da4c,_0x29440c,_0x11a9ff)=>{const _0x503a06=_0x11a9ff['mapper']['markerNameToElements'](_0x29440c['markerName']);if(_0x503a06){for(const _0x445528 of _0x503a06)_0x445528['is']('uiElement')&&(_0x11a9ff['mapper']['unbindElementFromMarkerName'](_0x445528,_0x29440c['markerName']),_0x11a9ff['writer']['remove'](_0x445528));}},{'priority':'high'});}}class K extends _0x26a770{['afterInit'](){const _0x3dbdd8=this['editor'];if(!_0x3dbdd8['plugins']['has']('ListEditing'))return;const _0x48d7cd=_0x3dbdd8['locale'],_0xc6804c=_0x3dbdd8['plugins']['get']('TrackChangesEditing'),_0x14cd6f=_0x3dbdd8['plugins']['has']('TodoListEditing'),_0x2f171b=!!_0x3dbdd8['config']['get']('list.multiBlock');function _0x3ff197(_0x678d61){return{'type':'format','content':''+o(_0x48d7cd,'*Set\x20format:*\x20%0',_0x678d61)};}function _0x1fe89f(_0x29ff88){return{'type':'format','content':''+o(_0x48d7cd,'*Remove\x20format:*\x20%0',_0x29ff88)};}_0xc6804c['enableDefaultAttributesIntegration']('numberedList'),_0xc6804c['enableDefaultAttributesIntegration']('bulletedList'),_0xc6804c['enableDefaultAttributesIntegration']('customNumberedList'),_0xc6804c['enableDefaultAttributesIntegration']('customBulletedList'),_0xc6804c['enableDefaultAttributesIntegration']('indentList'),_0xc6804c['enableDefaultAttributesIntegration']('outdentList'),_0xc6804c['enableDefaultAttributesIntegration']('splitListItemAfter'),_0xc6804c['enableDefaultAttributesIntegration']('splitListItemBefore'),_0xc6804c['registerBlockAttribute']('listItemId'),_0xc6804c['registerBlockAttribute']('listType'),_0xc6804c['registerBlockAttribute']('listIndent'),_0x2f171b&&(_0xc6804c['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0xc6804c['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x14cd6f&&(_0xc6804c['enableDefaultAttributesIntegration']('todoList'),_0xc6804c['enableDefaultAttributesIntegration']('checkTodoList'),_0xc6804c['registerBlockAttribute']('todoListChecked'),_0xc6804c['descriptionFactory']['registerDescriptionCallback'](_0x5bdfb2=>{const {data:_0x2df04e}=_0x5bdfb2;if(_0x2df04e&&'todoListChecked'==_0x2df04e['key'])return{'type':'format','content':_0x2df04e['newValue']?o(_0x48d7cd,'*Check\x20item*'):o(_0x48d7cd,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x39ed26=>{if(_0x39ed26['batch']['isUndo'])return!0x1;let _0x3a842a=!0x1;const _0x1eea34=_0xc6804c['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3d2b92=>'todoListChecked'===_0xc6804c['_getAttributeKey'](_0x3d2b92));for(const _0x287205 of _0x1eea34){'todo'!=_0x287205['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0xc6804c['_findSuggestions'](_0x287205['getFirstRange'](),'attribute')['find'](_0x93de43=>'listType'===_0xc6804c['_getAttributeKey'](_0x93de43['suggestion']))||(_0x39ed26['removeMarker'](_0x287205['getFirstMarker']()),_0x3a842a=!0x0));}return _0x3a842a;})),_0xc6804c['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x48d7cd,'FORMAT_INDENT'));const _0x435a5d={'type':'format','content':''};_0xc6804c['descriptionFactory']['registerDescriptionCallback'](_0x39b7de=>{const {data:_0x4210db}=_0x39b7de;if(!_0x4210db||'listType'!=_0x4210db['key'])return;let _0x352b90=_0x39b7de['head'];for(;_0x352b90;){if(_0x352b90['data']&&(('listStyle'==_0x352b90['data']['key']||'listMarkerStyle'==_0x352b90['data']['key'])&&(_0x352b90['data']['newValue']&&'default'!=_0x352b90['data']['newValue']||'default'!=_0x352b90['data']['oldValue']&&!_0x4210db['newValue'])||!_0x2f171b&&_0x352b90['data']['key']==m))return _0x435a5d;_0x352b90=_0x352b90['next'];}if(null==_0x4210db['newValue'])switch(_0x4210db['oldValue']){case'bulleted':return _0x1fe89f(o(_0x48d7cd,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1fe89f(o(_0x48d7cd,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1fe89f(o(_0x48d7cd,'ELEMENT_TODO_LIST'));}switch(_0x4210db['newValue']){case'bulleted':return _0x3ff197(o(_0x48d7cd,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x3ff197(o(_0x48d7cd,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x3ff197(o(_0x48d7cd,'ELEMENT_TODO_LIST'));}}),_0xc6804c['descriptionFactory']['registerDescriptionCallback'](_0x269f35=>{const {data:_0x713112}=_0x269f35;if(_0x713112&&'listIndent'==_0x713112['key'])return null==_0x713112['newValue']||null==_0x713112['oldValue']&&0x0==_0x713112['newValue']?_0x435a5d:void 0x0;}),_0xc6804c['descriptionFactory']['registerDescriptionCallback'](_0x1bcddc=>{if('attribute'!=_0x1bcddc['type'])return;const {data:_0x405614}=_0x1bcddc;if(!_0x405614||'listItemId'!=_0x405614['key'])return;const _0x45430c=Ee(_0x1bcddc);return'newValue'==_0x45430c?{'type':'format','content':o(_0x48d7cd,'*Merge:*\x20list\x20item')}:'oldValue'==_0x45430c?{'type':'format','content':o(_0x48d7cd,'*Split:*\x20list\x20item')}:_0x435a5d;}),_0x3dbdd8['model']['document']['registerPostFixer'](_0x3e2271=>this['listItemIdFixer'](_0x3e2271)),_0x3dbdd8['model']['document']['registerPostFixer'](_0x55d6c9=>this['noTrackChangesFixer'](_0x55d6c9)),_0x3dbdd8['model']['document']['on']('change:data',(_0x273136,_0x42ddae)=>{if(_0x42ddae['isUndo']||!_0x42ddae['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x40e8a3){if(_0x40e8a3['batch']['isUndo']||!_0x40e8a3['batch']['isLocal'])return!0x1;let _0x2af527=!0x1;const _0x7b47fe=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x265c94=>_0x265c94['data']&&'listItemId'==_0x265c94['data']['key'])['filter'](_0x1ffcd1=>_0x1ffcd1['data']['newValue']&&_0x1ffcd1['data']['oldValue']);for(const _0x1dbf1b of _0x7b47fe)Ee(_0x1dbf1b)||(_0x40e8a3['removeMarker'](_0x1dbf1b['getFirstMarker']()),_0x2af527=!0x0);return _0x2af527;}['noTrackChangesFixer'](_0x4c8f76){if(_0x4c8f76['batch']['isUndo']||!_0x4c8f76['batch']['isLocal'])return!0x1;const _0x53fc48=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x53fc48['trackChangesCommand']['value'])return!0x1;let _0x4a7e70=!0x1;const _0x46969c=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x19230b=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x12011e=>'attribute'==_0x12011e['type'])['filter'](_0x3f832d=>_0x46969c['includes'](_0x3f832d['attributeKey']));if(0x0==_0x19230b['length'])return _0x4a7e70;for(const _0x4e5067 of _0x19230b){const _0x212399=_0x53fc48['_findSuggestions'](_0x4e5067['range'],'attribute')['filter'](_0x4d275d=>!_0x4d275d['meta']['isNextTo'])['map'](_0x3eebc2=>_0x3eebc2['suggestion'])['filter'](_0x34b79f=>{const _0xa71754=_0x53fc48['_getAttributeKey'](_0x34b79f);return _0x46969c['includes'](_0xa71754);});if(_0x212399['length']){for(const _0x257831 of _0x212399)_0x4c8f76['removeMarker'](_0x257831['getFirstMarker']());_0x4a7e70=!0x0;}}return _0x4a7e70;}['assureChains'](){const _0x2e2730=this['editor']['plugins']['get']('TrackChangesEditing'),_0x194172=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0xc8db9a;const _0x5ca285=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x531a54=>{if(_0x531a54['data']['oldRange']||!_0x531a54['data']['newRange'])return null;if(!_0x531a54['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x5eb99a}=_0x2e2730['_splitMarkerName'](_0x531a54['name']);if(!_0x2e2730['hasSuggestion'](_0x5eb99a))return null;const _0x4d2e8f=_0x2e2730['getSuggestion'](_0x5eb99a);return _0x194172['includes'](_0x4d2e8f['data']['key']);})['map'](_0x1f97f9=>{const {id:_0x135549}=_0x2e2730['_splitMarkerName'](_0x1f97f9['name']),_0x4a2ec3=_0x2e2730['getSuggestion'](_0x135549);return _0xc8db9a=_0x4a2ec3['attributes']['groupId'],_0x4a2ec3['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x5ca285['size'])return;const _0x36e533=_0x2e2730['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x571ab=>'attribute'==_0x571ab['type']&&_0x571ab['data']&&_0x194172['includes'](_0x571ab['data']['key'])&&_0x571ab['attributes']['groupId']!=_0xc8db9a)['map'](_0x29675c=>({'listItem':_0x29675c['getFirstRange']()['start']['nodeAfter'],'groupId':_0x29675c['attributes']['groupId']})),_0x249695=new Set();for(const {groupId:_0x2f7a1e,listItem:_0x3f5256}of _0x36e533)_0x5ca285['has'](_0x3f5256)&&_0x249695['add'](_0x2f7a1e);for(const _0x51a5dc of _0x2e2730['getSuggestions']())_0x249695['has'](_0x51a5dc['attributes']['groupId'])&&_0x51a5dc['setAttribute']('groupId',_0xc8db9a);}['_supportLegacySuggestions'](){const _0x2c37be=this['editor'],_0x89180a=_0x2c37be['locale'],_0x2d6e67=_0x2c37be['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x2d6e67['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x2caad9,_0x27b9fd){const _0x39c69f=[];for(let _0x2cbb72 of _0x2caad9)_0x2cbb72['start']['nodeAfter']===_0x2cbb72['end']['parent']&&(_0x2cbb72=_0x2c37be['model']['createRange'](_0x2c37be['model']['createPositionAt'](_0x2cbb72['start']['nodeAfter'],0x0))),_0x39c69f['push'](_0x2cbb72);_0x2c37be['model']['change'](_0x167c44=>{const _0x4967de=_0x2c37be['model']['document']['selection'],_0x5ef26e=Array['from'](_0x4967de['getRanges']())['map'](_0x2518fb=>_0x7da4c9['fromRange'](_0x2518fb));_0x167c44['setSelection'](_0x39c69f),_0x2c37be['commands']['get'](_0x27b9fd['commandName'])['refresh'](),_0x27b9fd['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x2c37be['execute'](_0x27b9fd['commandName'],..._0x27b9fd['commandParams']),_0x167c44['setSelection'](_0x5ef26e);for(const _0x477aa8 of _0x5ef26e)_0x477aa8['detach']();});}),_0x2d6e67['descriptionFactory']['registerElementLabel'](function(_0x58c5d9){const _0x3551c4=!_0x2c37be['model']['schema']['isObject'](_0x58c5d9),_0x66c0a7=_0x58c5d9['previousSibling'],_0x4b21d5=_0x58c5d9['nextSibling'],_0x1548d2=_0x58c5d9['getAttribute']('listItemId'),_0x39d9a8=!_0x66c0a7||_0x66c0a7['getAttribute']('listItemId')!==_0x1548d2,_0x3f24b4=!_0x4b21d5||_0x4b21d5['getAttribute']('listItemId')!==_0x1548d2;return _0x3551c4&&Boolean(_0x1548d2)&&_0x39d9a8&&_0x3f24b4;},_0xb1c032=>o(_0x89180a,'ELEMENT_LIST_ITEM',_0xb1c032));}['_registerLegacyDescription'](){const _0x3ba05e=this['editor'],_0x568ea9=_0x3ba05e['locale'];function _0xc37d11(_0x38085a){const _0x5af4b5=_0x3ba05e['commands']['get']('bulletedList')['value'],_0x5c13c8=_0x3ba05e['commands']['get']('numberedList')['value'];return'numberedList'===_0x38085a?_0x5af4b5:_0x5c13c8;}_0x3ba05e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x437724){if('formatBlock'!=_0x437724['type'])return;const {data:_0x1b82aa}=_0x437724;if(!_0x1b82aa)return;let _0x268e36,_0x4ef029,_0x4d2898,_0x129faa;switch(_0x1b82aa['commandName']){case'bulletedList':_0x4d2898=_0x1b82aa['commandParams'][0x0]['forceValue'],_0x129faa=_0xc37d11(_0x1b82aa['commandName']),_0x268e36=_0x4d2898?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x129faa&&_0x3ba05e['config']['get']('list.multiBlock')||(_0x268e36='*Change\x20to:*\x20%0'),_0x4ef029={'type':'format','content':o(_0x568ea9,_0x268e36,o(_0x568ea9,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x4d2898=_0x1b82aa['commandParams'][0x0]['forceValue'],_0x129faa=_0xc37d11(_0x1b82aa['commandName']),_0x268e36=_0x4d2898?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x129faa&&_0x3ba05e['config']['get']('list.multiBlock')||(_0x268e36='*Change\x20to:*\x20%0'),_0x4ef029={'type':'format','content':o(_0x568ea9,_0x268e36,o(_0x568ea9,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x268e36='*Indent:*\x20%0',_0x4ef029={'type':'format','content':o(_0x568ea9,_0x268e36,o(_0x568ea9,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x268e36=function(_0x46553d){const _0x4fe7c3=_0x46553d['getFirstRange']();let _0x4ca256=_0x4fe7c3['start']['nodeAfter'];for(;_0x4ca256&&_0x4fe7c3['containsItem'](_0x4ca256);){if(_0x4ca256['getAttribute']('listIndent')>0x0)return!0x1;_0x4ca256=_0x4ca256['nextSibling'];}return!0x0;}(_0x437724)?o(_0x568ea9,'*Format:*\x20remove\x20from\x20%0',o(_0x568ea9,function(_0x1df523){return'ELEMENT_'+_0x1df523['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x437724))):o(_0x568ea9,'*Outdent:*\x20%0',o(_0x568ea9,'ELEMENT_LIST_ITEM')),_0x4ef029={'type':'format','content':_0x268e36};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x1b82aa['multipleBlocks']&&(_0x268e36='*Merge:*\x20%0',_0x4ef029={'type':'deletion','content':o(_0x568ea9,_0x268e36,o(_0x568ea9,'ELEMENT_LIST_ITEM'))});}return _0x4ef029;});}}function Ee(_0x335b12){let _0x4fb33d=_0x335b12['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x4fb33d;){const _0x2e3b5f=_0x4fb33d['getAttribute']('listItemId');if(!_0x2e3b5f)return!0x1;if(_0x2e3b5f==_0x335b12['data']['newValue'])return'newValue';if(_0x2e3b5f==_0x335b12['data']['oldValue'])return'oldValue';_0x4fb33d=_0x4fb33d['previousSibling'];}return!0x1;}class pe extends _0x26a770{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x5f327d=this['editor']['config']['get']('list.properties'),_0x2fb095=this['editor']['plugins']['get']('TrackChangesEditing');_0x5f327d['styles']&&(_0x2fb095['enableDefaultAttributesIntegration']('listStyle'),_0x2fb095['registerBlockAttribute']('listStyle')),_0x5f327d['reversed']&&(_0x2fb095['enableDefaultAttributesIntegration']('listReversed'),_0x2fb095['registerBlockAttribute']('listReversed')),_0x5f327d['startIndex']&&(_0x2fb095['enableDefaultAttributesIntegration']('listStart'),_0x2fb095['registerBlockAttribute']('listStart'));const _0x5db2c6={'type':'format','content':''};_0x2fb095['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x20fda9=this['editor']['locale'];_0x2fb095['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x20fda9,'FORMAT_LIST_REVERSED')),_0x2fb095['descriptionFactory']['registerDescriptionCallback'](_0x2ea975=>{const {data:_0x1ba262}=_0x2ea975;if(_0x1ba262&&'listReversed'==_0x1ba262['key'])return null==_0x1ba262['newValue']||0x0==_0x1ba262['newValue']&&null==_0x1ba262['oldValue']?_0x5db2c6:void 0x0;}),_0x2fb095['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x20fda9,'FORMAT_LIST_START')),_0x2fb095['descriptionFactory']['registerDescriptionCallback'](_0x507c8e=>{const {data:_0x1d0ee1}=_0x507c8e;if(_0x1d0ee1&&'listStart'==_0x1d0ee1['key'])return null==_0x1d0ee1['newValue']||0x1==_0x1d0ee1['newValue']&&null==_0x1d0ee1['oldValue']?_0x5db2c6:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x117851=>{if(_0x117851['batch']['isUndo'])return!0x1;let _0x1c2ed1=!0x1;const _0x5bbc6a=_0x2fb095['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x300ac9=>{const _0x2adabf=_0x2fb095['_getAttributeKey'](_0x300ac9);return'listStart'==_0x2adabf||'listReversed'==_0x2adabf;});for(const _0x5d2512 of _0x5bbc6a){const _0xdf3ad7=_0x5d2512['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0xdf3ad7||'customNumbered'==_0xdf3ad7)continue;_0x2fb095['_findSuggestions'](_0x5d2512['getFirstRange'](),'attribute')['find'](_0x1502b8=>'listType'==_0x2fb095['_getAttributeKey'](_0x1502b8['suggestion']))||(_0x117851['removeMarker'](_0x5d2512['getFirstMarker']()),_0x1c2ed1=!0x0);}return _0x1c2ed1;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x47f547){const _0x4c67db=this['editor']['locale'],{data:_0x262ed1}=_0x47f547,_0x5c13e6={'type':'format','content':''};if(!_0x262ed1||'listStyle'!=_0x262ed1['key'])return;if(!_0x262ed1['oldValue'])return'default'==_0x262ed1['newValue']?_0x5c13e6:{'type':'format','content':''+o(_0x4c67db,'*Set\x20format:*\x20%0',o(_0x4c67db,this['_getTranslationKeyForListStyle'](_0x262ed1['newValue'])))};if(!_0x262ed1['newValue']){if('default'==_0x262ed1['oldValue'])return _0x5c13e6;let _0x3c0594=_0x47f547['head'];for(;_0x3c0594;){if(_0x3c0594['data']&&'listType'==_0x3c0594['data']['key']&&_0x3c0594['data']['newValue'])return _0x5c13e6;_0x3c0594=_0x3c0594['next'];}return{'type':'format','content':''+o(_0x4c67db,'*Remove\x20format:*\x20%0',o(_0x4c67db,this['_getTranslationKeyForListStyle'](_0x262ed1['oldValue'])))};}if('default'!=_0x262ed1['newValue'])return{'type':'format','content':''+o(_0x4c67db,'*Set\x20format:*\x20%0',o(_0x4c67db,this['_getTranslationKeyForListStyle'](_0x262ed1['newValue'])))};let _0x4fec69=_0x47f547['head'];for(;_0x4fec69;){if(_0x4fec69['data']&&'listType'==_0x4fec69['data']['key']&&_0x4fec69['data']['newValue']&&_0x4fec69['data']['oldValue'])return _0x5c13e6;_0x4fec69=_0x4fec69['next'];}return{'type':'format','content':o(_0x4c67db,'*Set\x20format:*\x20%0',o(_0x4c67db,'ELEMENT_'+_0x47f547['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x1fb77d=this['editor'],_0x488139=_0x1fb77d['locale'];_0x1fb77d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x139806=>{if('formatBlock'!=_0x139806['type'])return;const {data:_0x437ec5}=_0x139806;if(!_0x437ec5)return;let _0x550eb5,_0x5e7bb7;switch(_0x437ec5['commandName']){case'listStyle':_0x550eb5='*Change\x20to:*\x20%0',_0x5e7bb7={'type':'format','content':o(_0x488139,_0x550eb5,o(_0x488139,this['_getTranslationKeyForListStyle'](_0x437ec5['commandParams'][0x0]['type'])))};break;case'listReversed':_0x550eb5=_0x437ec5['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x5e7bb7={'type':'format','content':o(_0x488139,_0x550eb5)};break;case'listStart':_0x550eb5='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x5e7bb7={'type':'format','content':o(_0x488139,_0x550eb5,_0x437ec5['commandParams'][0x0]['startIndex'])};}return _0x5e7bb7;});}['_getTranslationKeyForListStyle'](_0x3b5696){return'ELEMENT_'+function(_0x4a52cc){if(ye['includes'](_0x4a52cc))return'bulleted';if(Se['includes'](_0x4a52cc))return'numbered';return null;}(_0x3b5696)['toUpperCase']()+'_LIST_'+_0x3b5696['toUpperCase']()['replace'](/-/g,'_');}}const ye=['disc','circle','square'],Se=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class Q extends _0x26a770{static get['requires'](){return[_0x4eb9ba];}['init'](){const _0x47f133=this['editor'],_0x381845=_0x47f133['plugins']['get']('TrackChangesEditing'),_0x2a4924=_0x47f133['commands']['get']('enter');_0x381845['enableCommand']('enter',()=>{_0x47f133['model']['change'](_0x50dd7d=>{const _0x1ad8ca=_0x47f133['model']['document']['selection'],_0x1cd9b7=_0x1ad8ca['getFirstPosition'](),_0x3ff8e6=_0x7da4c9['fromRange'](_0x1ad8ca['getFirstRange']());if(_0x2a4924['enterBlock'](_0x50dd7d)){const _0x40d0c6=_0x47f133['model']['createPositionAt'](_0x1cd9b7['parent']['nextSibling'],0x0),_0x59e53d=_0x50dd7d['createRange'](_0x1cd9b7,_0x40d0c6);_0x381845['markInsertion'](_0x59e53d);}else _0x50dd7d['setSelection'](_0x50dd7d['createRange'](_0x3ff8e6['end']));_0x3ff8e6['detach'](),_0x2a4924['fire']('afterExecute',{'writer':_0x50dd7d});});}),_0x47f133['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x47f133,'split'),{'priority':'high'}),_0x47f133['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x2d5e8d,_0x358e26,_0x46c800)=>{const _0x15890f=_0x46c800['mapper']['markerNameToElements'](_0x358e26['markerName']);if(_0x15890f){for(const _0x433333 of _0x15890f)_0x433333['hasClass']('ck-suggestion-marker-split')&&(_0x46c800['mapper']['unbindElementFromMarkerName'](_0x433333,_0x358e26['markerName']),_0x46c800['writer']['remove'](_0x433333));}},{'priority':'high'}),_0x47f133['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x3262dd,_0x329a9d,_0x53cadb)=>{_0x53cadb['options']['showSuggestionHighlights']&&_e(_0x47f133,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x3262dd,_0x329a9d,_0x53cadb);},{'priority':'high'});}}class X extends _0x26a770{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x121578=this['editor']['plugins']['get']('TrackChangesEditing');_0x121578['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x121578['enableCommand']('findNext'),_0x121578['enableCommand']('findPrevious'),_0x121578['enableCommand']('replace'),_0x121578['enableCommand']('replaceAll');}['handleFindCommand'](_0x5cac30,_0x2d38c5,_0x471271={}){const _0x345468=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x5cac30(_0x811d38=>{let _0x1991d3=('string'==typeof _0x2d38c5?_0x345468['findByTextCallback'](_0x2d38c5,_0x471271):_0x2d38c5)(_0x811d38);Array['isArray'](_0x1991d3)&&(_0x1991d3={'results':_0x1991d3,'searchText':'string'==typeof _0x2d38c5?_0x2d38c5:''});const _0x449ad9=_0x1991d3['results']['filter'](_0x152510=>!0x1===this['_isInDeletionRange'](_0x152510,_0x811d38['item']));return{..._0x1991d3,'results':_0x449ad9};},_0x471271);}['_isInDeletionRange'](_0x43d827,_0x371217){const _0x2d1058=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x371217,_0x43d827['start']),this['editor']['model']['createPositionAt'](_0x371217,_0x43d827['end']));for(const _0x10c143 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x2d1058['getIntersection'](_0x10c143['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 _0x26a770{['afterInit'](){const _0x32cbfd=this['editor']['locale'],_0x360cc6=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x364252,commandName:_0x4a3993}of ro)this['editor']['plugins']['has'](_0x364252)&&(_0x360cc6['enableDefaultAttributesIntegration'](_0x4a3993),_0x360cc6['registerInlineAttribute'](_0x4a3993));_0x360cc6['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x32cbfd,'FORMAT_FONT_SIZE')),_0x360cc6['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x32cbfd,'FORMAT_FONT_FAMILY')),_0x360cc6['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x32cbfd,'FORMAT_FONT_COLOR')),_0x360cc6['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x32cbfd,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x38f779=this['editor'],_0x5b18d2=_0x38f779['locale'];_0x38f779['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x708c9b=>{const _0x31a9df=_0x5b18d2['t'];if('formatInline'!=_0x708c9b['type'])return;const {data:_0x337ed6}=_0x708c9b;if(null!=_0x337ed6){if('fontSize'==_0x337ed6['commandName']){const _0x19a49c=_0x337ed6['commandParams'][0x0]['value'];if(_0x19a49c){const _0x1eafe2=_0x31a9df(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x451d57=>_0x451d57['model']==_0x19a49c)['title'])['toLowerCase']();return{'type':'format','content':o(_0x5b18d2,'*Set\x20font\x20size:*\x20%0',_0x1eafe2)};}return{'type':'format','content':o(_0x5b18d2,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x337ed6['commandName']){const _0x3d13f5=_0x337ed6['commandParams'][0x0]['value'];return _0x3d13f5?{'type':'format','content':o(_0x5b18d2,'*Set\x20font\x20family:*\x20%0',_0x3d13f5)}:{'type':'format','content':o(_0x5b18d2,'*Reset\x20font\x20family*')};}if('fontColor'==_0x337ed6['commandName']){const _0x546151=_0x337ed6['commandParams'][0x0]['value'];if(_0x546151){const _0x19d668=_0x5698c1(this['editor']['config']['get']('fontColor.colors'))['find'](_0x536a96=>_0x536a96['model']==_0x546151);let _0x35e4c3=_0x546151,_0x1f21c0='';return _0x19d668&&(_0x35e4c3=_0x19d668['label'],_0x1f21c0=_0x31a9df(_0x35e4c3)['toLowerCase']()),{'type':'format','content':o(_0x5b18d2,'*Set\x20font\x20color:*\x20%0',_0x1f21c0)['trim'](),'color':{'value':_0x546151,'title':_0x1f21c0||_0x35e4c3}};}return{'type':'format','content':o(_0x5b18d2,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x337ed6['commandName']){const _0x5e9658=_0x337ed6['commandParams'][0x0]['value'];if(_0x5e9658){const _0xb7e913=_0x5698c1(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x421b9b=>_0x421b9b['model']==_0x5e9658);let _0x44ea58=_0x5e9658,_0x2bb12f='';return _0xb7e913&&(_0x44ea58=_0xb7e913['label'],_0x2bb12f=_0x31a9df(_0x44ea58)['toLowerCase']()),{'type':'format','content':o(_0x5b18d2,'*Set\x20font\x20background\x20color:*\x20%0',_0x2bb12f)['trim'](),'color':{'value':_0x5e9658,'title':_0x2bb12f||_0x44ea58}};}return{'type':'format','content':o(_0x5b18d2,'*Reset\x20font\x20background\x20color*')};}}});}}class Z extends _0x26a770{['afterInit'](){const _0x232293=this['editor'],_0x398386=_0x232293['plugins']['get']('TrackChangesEditing'),_0x360214=_0x232293['commands']['get']('copyFormat'),_0x241b79=_0x232293['commands']['get']('pasteFormat');_0x360214&&_0x241b79&&(_0x398386['enableDefaultAttributesIntegration']('pasteFormat'),_0x398386['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x5dc5f6=this['editor'],_0x27737a=_0x5dc5f6['locale'];_0x5dc5f6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5894d4=>{if('formatBlock'!=_0x5894d4['type']&&'formatInline'!=_0x5894d4['type'])return;const {data:_0x48a9fa}=_0x5894d4;if(_0x48a9fa&&'pasteFormat'===_0x48a9fa['commandName']){const _0x3920e=[],_0x3c94d7=_0x48a9fa['commandParams'][0x0];for(const [_0x135d8a,_0x5ae64c]of Object['entries'](_0x3c94d7))_0x3920e['push'](so(_0x5dc5f6,_0x135d8a,_0x5ae64c));return _0x3920e['length']?{'type':'format','content':o(_0x27737a,'*Set\x20format\x20to:*\x20%0',_0x3920e['join'](',\x20'))}:{'type':'format','content':o(_0x27737a,'*Remove\x20all\x20formatting*')};}});}}function so(_0x2d1edb,_0x2fd5c5,_0x1e5f06){const _0x1572ea=_0x2d1edb['locale']['t'],_0xbbeadb=_0x2fd5c5['split'](/(?=[A-Z])/)['join']('\x20'),_0x3114d8=_0x1572ea(_0xbbeadb['charAt'](0x0)['toUpperCase']()+_0xbbeadb['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x1e5f06)return _0x3114d8;if('fontColor'===_0x2fd5c5||'fontBackgroundColor'===_0x2fd5c5){const _0x379c45=_0x5698c1(_0x2d1edb['config']['get']('fontColor.colors'))['find'](_0x480425=>_0x480425['model']==_0x1e5f06);return _0x3114d8+'\x20('+(_0x379c45?_0x1572ea(_0x379c45['label'])['toLowerCase']():_0x1e5f06)+')';}if('fontSize'===_0x2fd5c5&&isNaN(parseFloat(_0x1e5f06))){const _0x4efcd8=_0x2d1edb['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x2d1edb['config']['get']('fontSize.options'))['find'](_0x291366=>_0x291366['model']==_0x1e5f06);return _0x3114d8+'\x20('+(_0x4efcd8?_0x1572ea(_0x4efcd8['title'])['toLowerCase']():_0x1e5f06)+')';}return _0x3114d8+'\x20('+_0x1e5f06+')';}class tt extends _0x26a770{['_headingOptions'];['afterInit'](){const _0x2c9ad3=this['editor'];if(!_0x2c9ad3['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x2c9ad3['config']['get']('heading.options');const _0x53829d=_0x2c9ad3['locale'],_0x4d84cb=_0x2c9ad3['plugins']['get']('TrackChangesEditing');_0x4d84cb['enableDefaultAttributesIntegration']('heading');for(const _0x3a98d2 of this['_headingOptions'])'paragraph'!=_0x3a98d2['model']&&_0x4d84cb['descriptionFactory']['registerElementLabel'](_0x3a98d2['model'],_0xf4305=>{const _0x311d00=this['_getHeadingLevel'](_0x3a98d2['model']);return null!==_0x311d00?_0x4b06c5(_0xf4305,_0x311d00):_0x3fd76b(_0xf4305,_0x3a98d2['title']);});function _0x4b06c5(_0x421cbd,_0x173b11){return o(_0x53829d,'ELEMENT_HEADING',[_0x421cbd,_0x173b11]);}function _0x3fd76b(_0x9937be,_0x361abc){return o(_0x53829d,'ELEMENT_HEADING_CUSTOM',[_0x9937be,_0x361abc]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3932ec=this['editor'],_0x175d97=_0x3932ec['locale'];function _0x334421(_0x4c0c83,_0x2b8345){return o(_0x175d97,'ELEMENT_HEADING_CUSTOM',[_0x4c0c83,_0x2b8345]);}_0x3932ec['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x12b569=>{if('formatBlock'!=_0x12b569['type'])return;const {data:_0x599be3}=_0x12b569;if(_0x599be3&&'heading'==_0x599be3['commandName']){const _0x158b93=_0x599be3['commandParams'][0x0]['value'],_0x807176=this['_getHeadingLevel'](_0x158b93);if(null!==_0x807176)return{'type':'format','content':o(_0x175d97,'*Change\x20to:*\x20%0',(_0x30beee=0x1,_0x36db6b=_0x807176,o(_0x175d97,'ELEMENT_HEADING',[_0x30beee,_0x36db6b])))};const _0x1b0fe1=this['_headingOptions']['find'](_0x2f44fa=>_0x2f44fa['model']===_0x158b93)['title'];return{'type':'format','content':o(_0x175d97,'*Change\x20to:*\x20%0',_0x334421(0x1,_0x1b0fe1))};}var _0x30beee,_0x36db6b;});}['_getHeadingLevel'](_0x14bb69){const _0x123cdb=_0x14bb69['match'](/^heading(\d+)/);if(_0x123cdb)return _0x123cdb[0x1];const _0x12a0d1=this['_headingOptions']?.['find'](_0x2da6af=>_0x2da6af['model']==_0x14bb69);if(_0x12a0d1&&_0x12a0d1['view']){const _0x15e920=_0x12a0d1['view'],_0x5d9f73=(_0x15e920['name']??_0x15e920)['match'](/^h(\d+)/);if(_0x5d9f73)return _0x5d9f73[0x1];}return null;}}class et extends _0x26a770{['afterInit'](){const _0x4b0f64=this['editor'];if(!_0x4b0f64['plugins']['has']('HighlightEditing'))return;const _0x5e3c67=_0x4b0f64['plugins']['get']('TrackChangesEditing'),_0x1efdf4=_0x4b0f64['locale'];_0x5e3c67['enableDefaultAttributesIntegration']('highlight'),_0x5e3c67['registerInlineAttribute']('highlight'),_0x5e3c67['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x1efdf4,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x49cb68=this['editor'],_0x23c367=_0x49cb68['locale'];_0x49cb68['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3adf9f=>{if('formatInline'!=_0x3adf9f['type'])return;const {data:_0x21c744}=_0x3adf9f;if(_0x21c744&&'highlight'==_0x21c744['commandName']){const _0xd16c64=_0x23c367['t'],_0x46a98a=_0x21c744['commandParams'][0x0]['value'];if(_0x46a98a){const _0xa05273=_0x49cb68['config']['get']('highlight.options')['find'](_0x4a9629=>_0x4a9629['model']==_0x46a98a),_0x1af7d6=_0xd16c64(_0xa05273['title'])['toLowerCase']();return{'type':'format','content':o(_0x23c367,'*Set\x20highlight:*\x20%0',_0x1af7d6),'color':{'value':_0xa05273['color'],'title':_0xa05273['title']}};}return{'type':'format','content':o(_0x23c367,'*Remove\x20highlight*',o(_0x23c367,'FORMAT_HIGHLIGHT'))};}});}}class it extends _0x26a770{['afterInit'](){const _0x3f756a=this['editor'];if(!_0x3f756a['plugins']['has']('HorizontalLineEditing'))return;_0x3f756a['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x2778df=_0x3f756a['plugins']['get']('TrackChangesEditing'),_0xf81b0=_0x3f756a['locale'];_0x2778df['descriptionFactory']['registerElementLabel']('horizontalLine',_0x21fb30=>o(_0xf81b0,'ELEMENT_HORIZONTAL_LINE',_0x21fb30)),_0x3f756a['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x213f81,{writer:_0x4ba03e,options:_0x590175})=>{if(!_0x590175['showSuggestionHighlights'])return null;const _0x3ba140=_0x4ba03e['createContainerElement']('div'),_0x2a669a=_0x4ba03e['createEmptyElement']('hr');return _0x4ba03e['addClass']('ck-horizontal-line',_0x3ba140),_0x4ba03e['insert'](_0x4ba03e['createPositionAt'](_0x3ba140,0x0),_0x2a669a),_0x3ba140;},'converterPriority':'high'});}}class st extends _0x26a770{['afterInit'](){const _0x3be22e=this['editor'];if(!_0x3be22e['plugins']['has']('HtmlEmbed'))return;const _0x2d1645=_0x3be22e['plugins']['get']('TrackChangesEditing'),_0x4e82cf=_0x3be22e['locale'];_0x2d1645['descriptionFactory']['registerElementLabel']('rawHtml',_0xb1871f=>o(_0x4e82cf,'ELEMENT_HTML_EMBED',_0xb1871f)),_0x2d1645['enableDefaultAttributesIntegration']('htmlEmbed'),_0x2d1645['registerBlockAttribute']('value'),_0x2d1645['descriptionFactory']['registerDescriptionCallback'](_0x389979=>{if('attribute'!=_0x389979['type'])return;const {data:_0x503487}=_0x389979;if(_0x503487&&'value'==_0x503487['key']&&_0x389979['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x3d8d73=o(_0x4e82cf,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x4e82cf,'*Change\x20%0\x20content*',_0x3d8d73)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x48dd07=this['editor'],_0x5d38a6=_0x48dd07['locale'];_0x48dd07['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3ccd54=>{if('formatBlock'!=_0x3ccd54['type'])return;const {data:_0x44c33a}=_0x3ccd54;if(_0x44c33a&&'htmlEmbed'==_0x44c33a['commandName']){const _0x7817b9=o(_0x5d38a6,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x5d38a6,'*Change\x20%0\x20content*',_0x7817b9)};}});}}class nt extends _0x26a770{['afterInit'](){const _0x50e21a=this['editor'];if(!_0x50e21a['plugins']['has']('ImageEditing'))return;const _0x50db10=_0x50e21a['plugins']['get']('TrackChangesEditing'),_0x173772=_0x50e21a['plugins']['get']('ImageUtils'),_0x1a664e=_0x50e21a['locale'];_0x50db10['enableCommand']('insertImage'),_0x50db10['descriptionFactory']['registerElementLabel']('imageBlock',_0x3a2862=>o(_0x1a664e,'ELEMENT_IMAGE',_0x3a2862)),_0x50db10['descriptionFactory']['registerElementLabel']('imageInline',_0x388233=>o(_0x1a664e,'ELEMENT_INLINE_IMAGE',_0x388233)),_0x50db10['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x1a664e,'ELEMENT_CAPTION')),_0x50e21a['plugins']['has']('ImageUploadEditing')&&_0x50db10['enableCommand']('uploadImage'),_0x50e21a['plugins']['has']('ImageBlockEditing')&&_0x50e21a['plugins']['has']('ImageInlineEditing')&&(_0x50db10['enableCommand']('imageTypeInline',(_0x9154a5,_0x3fa9e1)=>{const _0x5425e0=_0x173772['getClosestSelectedImageElement'](_0x50e21a['model']['document']['selection']);_0x50e21a['model']['change'](()=>{_0x50db10['markBlockFormat'](_0x5425e0,{'commandName':'imageTypeInline','commandParams':[_0x3fa9e1]},[],'convertBlockImageToInline');});}),_0x50db10['enableCommand']('imageTypeBlock',(_0xff3c93,_0x27934d)=>{_0x50e21a['model']['change'](_0x5192d1=>{let _0x34f3f6=_0x173772['getClosestSelectedImageElement'](_0x50e21a['model']['document']['selection']),_0x11ffbb=_0x5192d1['createRangeOn'](_0x34f3f6);const _0xf44a9=_0x3940dc['fromPosition'](_0x11ffbb['start'],'toPrevious'),_0x5d6398=_0x3940dc['fromPosition'](_0x11ffbb['end'],'toNext');_0x50db10['forceDefaultExecution'](()=>_0xff3c93(_0x27934d)),_0x34f3f6=_0x173772['getClosestSelectedImageElement'](_0x50e21a['model']['document']['selection']),_0x11ffbb=_0x5192d1['createRangeOn'](_0x34f3f6);const _0x4cd57e=_0x5192d1['createRange'](_0xf44a9,_0x5d6398);_0xf44a9['detach'](),_0x5d6398['detach'](),_0x50db10['markBlockFormat'](_0x34f3f6,{'commandName':'imageTypeInline','commandParams':[_0x27934d]},[],'convertInlineImageToBlock'),_0x4cd57e['start']['isBefore'](_0x11ffbb['start'])&&_0x50db10['markInsertion'](_0x5192d1['createRange'](_0x4cd57e['start'],_0x11ffbb['start']),'convertInlineImageToBlock'),_0x11ffbb['end']['isBefore'](_0x4cd57e['end'])&&_0x50db10['markInsertion'](_0x5192d1['createRange'](_0x11ffbb['end'],_0x4cd57e['end']),'convertInlineImageToBlock');});}),_0x50db10['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x50db10['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x50db10['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x50db10['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x50db10['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x50db10['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x3fe491])=>{const _0x4ade8e=_0x50db10['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x11320f=_0x3fe491['start'],_0x452bb3=_0x3fe491['end'];const _0x12dbb2=_0x50e21a['model']['schema']['getNearestSelectionRange'](_0x11320f,'backward'),_0x59b686=_0x50e21a['model']['schema']['getNearestSelectionRange'](_0x452bb3,'forward');_0x12dbb2['isCollapsed']&&(_0x11320f=_0x12dbb2['start']),_0x59b686['isCollapsed']&&(_0x452bb3=_0x59b686['end']),_0x4ade8e([_0x50e21a['model']['createRange'](_0x11320f,_0x452bb3)]);}),_0x50db10['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x5889a0),_0x50db10['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x5889a0)),_0x50e21a['plugins']['has']('ImageCaptionEditing')&&(_0x50db10['enableCommand']('toggleImageCaption',(_0x4b0202,_0x144ed3)=>{const _0x1cb8a0=_0x50e21a['plugins']['get']('ImageCaptionUtils');let _0x2dcc22=_0x173772['getClosestSelectedImageElement'](_0x50e21a['model']['document']['selection']),_0x4e6971=_0x1cb8a0['getCaptionFromImageModelElement'](_0x2dcc22);_0x50e21a['model']['change'](()=>{if(_0x4e6971)return void _0x50db10['markDeletion'](_0x50e21a['model']['createRangeOn'](_0x4e6971));const _0x2ba0ba=_0x173772['isBlockImage'](_0x2dcc22);_0x4b0202(_0x144ed3),_0x2dcc22=_0x173772['getClosestSelectedImageElement'](_0x50e21a['model']['document']['selection']),_0x4e6971=_0x1cb8a0['getCaptionFromImageModelElement'](_0x2dcc22),_0x50db10['markInsertion'](_0x50e21a['model']['createRangeOn'](_0x4e6971),_0x2ba0ba?null:'imageCaption');});}),_0x50db10['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x5889a0));const _0x48b58e=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x15dc4e(_0x14f800,_0x2d1f34){const _0x561cdb=_0x48b58e['findIndex'](({type:_0x324138,subType:_0x93fb89})=>_0x14f800['type']==_0x324138&&_0x14f800['subType']==_0x93fb89),_0x44d9ae=_0x48b58e['findIndex'](({type:_0x1d8cb7,subType:_0x8ecee9})=>_0x2d1f34['type']==_0x1d8cb7&&_0x2d1f34['subType']==_0x8ecee9);if(_0x561cdb<0x0||_0x44d9ae<0x0)return!0x1;const _0x352041=_0x14f800['getFirstRange'](),_0x10fb5f=_0x2d1f34['getFirstRange']();if((0x0==_0x561cdb||0x1==_0x561cdb)&&0x2==_0x44d9ae&&_0x352041['isIntersecting'](_0x10fb5f))return!0x0;if(0x2==_0x561cdb&&0x3==_0x44d9ae){const _0x5c3b40=_0x50db10['_findSuggestions'](_0x352041,'insertion')['filter'](({suggestion:_0x3cf9b0,meta:_0x3908ae})=>_0x3908ae['isOwn']&&'convertInlineImageToBlock'==_0x3cf9b0['subType']);if(_0x5c3b40['length']>0x1&&_0x10fb5f['end']['isEqual'](_0x352041['start']))return!0x0;if(0x1==_0x5c3b40['length']&&(_0x352041['start']['isEqual'](_0x10fb5f['end'])||_0x352041['end']['isEqual'](_0x10fb5f['start'])))return!0x0;}if(0x3==_0x561cdb&&0x3==_0x44d9ae&&_0x352041['start']['isBefore'](_0x10fb5f['start'])){const _0x30ccef=_0x352041['end']['nodeAfter'],_0x1ef6b8=_0x10fb5f['start']['nodeBefore'];return _0x173772['isBlockImage'](_0x30ccef)&&_0x30ccef===_0x1ef6b8;}return!0x1;}function _0x5889a0(_0x3ca74c,_0xc359f5){return _0x15dc4e(_0x3ca74c,_0xc359f5)?[_0x3ca74c,_0xc359f5]:_0x15dc4e(_0xc359f5,_0x3ca74c)?[_0xc359f5,_0x3ca74c]:null;}_0x50e21a['plugins']['has']('ImageResize')&&(_0x50db10['enableDefaultAttributesIntegration']('resizeImage'),_0x50db10['registerBlockAttribute']('resizedWidth'),_0x50db10['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x1a664e,'FORMAT_IMAGE_SIZE'))),_0x50e21a['plugins']['has']('ImageTextAlternativeEditing')&&(_0x50db10['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x50db10['registerBlockAttribute']('alt')),_0x50db10['descriptionFactory']['registerDescriptionCallback'](_0x2d7782=>{if(!!_0x48b58e['find'](({type:_0x224e30,subType:_0x4aa9b6})=>_0x2d7782['type']==_0x224e30&&_0x2d7782['subType']==_0x4aa9b6))return _0x2d7782['previous']?{}:void 0x0;}),_0x50db10['descriptionFactory']['registerDescriptionCallback'](_0x5709b6=>{if('insertion'==_0x5709b6['type']||'deletion'==_0x5709b6['type']){const _0xc86c7a=_0x5709b6['getContainedElement']();if(_0xc86c7a&&_0xc86c7a['is']('element','caption'))return{'type':'insertion'==_0x5709b6['type']?'addObject':'removeObject','element':_0xc86c7a,'quantity':0x1};}}),_0x50db10['descriptionFactory']['registerDescriptionCallback'](_0x215582=>'formatBlock'==_0x215582['type']&&'convertInlineImageToBlock'==_0x215582['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x215582['type']&&'convertBlockImageToInline'==_0x215582['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x50db10['descriptionFactory']['registerDescriptionCallback'](_0x120c25=>{if('attribute'!=_0x120c25['type'])return;const {data:_0x19e135}=_0x120c25;if(!_0x19e135||'alt'!=_0x19e135['key'])return;const _0x1c8833=_0x19e135['newValue'];return _0x1c8833?{'type':'format','content':o(_0x1a664e,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x1c8833+'\x22')}:{'type':'format','content':o(_0x1a664e,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x471a5f=this['editor'],_0x48b0ce=_0x471a5f['locale'];_0x471a5f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1a8a23=>{if('formatBlock'!=_0x1a8a23['type']&&'formatInline'!=_0x1a8a23['type'])return;const {data:_0x4c415a}=_0x1a8a23;if(_0x4c415a){if('imageTextAlternative'==_0x4c415a['commandName']){const _0x3c7efc=_0x4c415a['commandParams'][0x0]['newValue'];return _0x3c7efc?{'type':'format','content':o(_0x48b0ce,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x3c7efc+'\x22')}:{'type':'format','content':o(_0x48b0ce,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x4c415a['commandName']){const _0x1ee3bc=_0x4c415a['commandParams'][0x0]['width'];return _0x1ee3bc?{'type':'format','content':o(_0x48b0ce,'*Set\x20image\x20width:*\x20%0',_0x1ee3bc)}:{'type':'format','content':o(_0x48b0ce,'*Reset\x20image\x20width*')};}}});}}class ot extends _0x26a770{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x484fd8=this['editor']['locale'],_0x3791a8=this['editor']['plugins']['get']('TrackChangesEditing');_0x3791a8['enableDefaultAttributesIntegration']('replaceImageSource'),_0x3791a8['registerBlockAttribute']('src'),_0x3791a8['descriptionFactory']['registerDescriptionCallback'](_0xfb0062=>{if('attribute'!=_0xfb0062['type'])return;const {data:_0x584365}=_0xfb0062;return _0x584365&&'src'==_0x584365['key']?_0x584365['newValue']&&_0x584365['oldValue']?{'type':'format','content':o(_0x484fd8,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0xb09311=this['editor']['plugins']['get']('TrackChangesEditing');_0xb09311['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0xb09311['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0xb09311['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0xb09311['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x496ab1=this['editor'],_0x43a3cc=_0x496ab1['locale'];_0x496ab1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x568784=>{if('formatBlock'!=_0x568784['type']&&'formatInline'!=_0x568784['type'])return;const {data:_0x1bc5c2}=_0x568784;if(!_0x1bc5c2||'replaceImageSource'!=_0x1bc5c2['commandName'])return;return{'type':'format','content':o(_0x43a3cc,'*Format:*\x20replace\x20image\x20URL')};});}}class rt extends _0x26a770{['afterInit'](){const _0x5b3e5a=this['editor'];if(!_0x5b3e5a['plugins']['has']('ImageStyleEditing'))return;const _0x219672=_0x5b3e5a['plugins']['get']('TrackChangesEditing'),_0x54644e=_0x5b3e5a['plugins']['get']('ImageUtils'),_0x12a6d1={};_0x219672['enableCommand']('imageStyle',(_0x4bd788,_0x4c4ec8)=>{const _0x72cd08=_0x5b3e5a['plugins']['get']('Users')['me'],_0x448dbc=_0x5b3e5a['commands']['get']('imageStyle');let _0x2f403f=_0x54644e['getClosestSelectedImageElement'](_0x5b3e5a['model']['document']['selection']),_0x3bcf23=_0x5b3e5a['model']['createRangeOn'](_0x2f403f),_0x5beba2=_0x448dbc['value'];if(_0x5beba2==_0x4c4ec8['value'])return;const _0x49679d={'commandName':'imageStyle','commandParams':[_0x4c4ec8],'formatGroupId':_0x4f54ad()};_0x5b3e5a['model']['change'](()=>{if(_0x219672['getSuggestions']()['filter'](_0x3cb361=>_0x3cb361['isInContent']&&_0x72cd08==_0x3cb361['author']&&('formatBlock'==_0x3cb361['type']||'formatInline'==_0x3cb361['type'])&&('imageStylePreApply'==_0x3cb361['subType']||'imageStylePostApply'==_0x3cb361['subType'])&&_0x3cb361['getFirstRange']()['isEqual'](_0x3bcf23))['forEach'](_0x273732=>_0x219672['discardSuggestion'](_0x273732['head'])),_0x2f403f=_0x54644e['getClosestSelectedImageElement'](_0x5b3e5a['model']['document']['selection']),_0x3bcf23=_0x5b3e5a['model']['createRangeOn'](_0x2f403f),_0x448dbc['refresh'](),_0x5b3e5a['commands']['get']('imageTypeInline')['refresh'](),_0x5b3e5a['commands']['get']('imageTypeBlock')['refresh'](),_0x5beba2=_0x448dbc['value'],_0x5beba2!=_0x4c4ec8['value'])return _0x54644e['isInlineImage'](_0x2f403f)&&_0x448dbc['shouldConvertImageType'](_0x4c4ec8['value'],_0x2f403f)?(_0x4bd788({..._0x4c4ec8,'setImageSizes':!0x1}),_0x2f403f=_0x54644e['getClosestSelectedImageElement'](_0x5b3e5a['model']['document']['selection']),void _0x219672['markBlockFormat'](_0x2f403f,{..._0x49679d,'commandReversedParams':[{'value':_0x5beba2||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x54644e['isBlockImage'](_0x2f403f)?_0x219672['markBlockFormat'](_0x2f403f,_0x49679d,[],'imageStylePostApply'):_0x219672['markInlineFormat'](_0x3bcf23,_0x49679d,'imageStylePostApply'));});});for(const _0x1843ad of _0x5b3e5a['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x12a6d1[_0x1843ad['name']]=_0x1843ad['title']['toLowerCase']();_0x219672['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x219672['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x219672['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x219672['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x327c9c])=>{_0x54644e['setImageNaturalSizeAttributes'](_0x327c9c['getContainedElement']());}),_0x219672['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x4356ba,_0xe049d)=>{_0x219672['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x4356ba,{'commandName':_0xe049d['commandName'],'commandParams':_0xe049d['commandReversedParams']});}),_0x219672['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x39c07e,_0x1e3456){if(_0x2ec995(_0x39c07e,_0x1e3456))return[_0x39c07e,_0x1e3456];if(_0x2ec995(_0x1e3456,_0x39c07e))return[_0x1e3456,_0x39c07e];return null;});const _0x1eb48=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x2ec995(_0x348d2e,_0x417c3d){const _0x736479=_0x1eb48['findIndex'](({type:_0x49b5a7,subType:_0x42984c})=>_0x348d2e['type']==_0x49b5a7&&_0x348d2e['subType']==_0x42984c),_0x57f707=_0x1eb48['findIndex'](({type:_0x5bbc03,subType:_0x3e7cbb})=>_0x417c3d['type']==_0x5bbc03&&_0x417c3d['subType']==_0x3e7cbb);if(_0x736479<0x0||_0x57f707<0x0)return!0x1;const _0x40752a=_0x348d2e['getFirstRange'](),_0x134c2a=_0x417c3d['getFirstRange']();if((0x0==_0x736479||0x1==_0x736479)&&0x2==_0x57f707&&_0x40752a['isIntersecting'](_0x134c2a))return!0x0;if(0x2==_0x736479&&0x3==_0x57f707){const _0x59be64=_0x219672['_findSuggestions'](_0x40752a,'insertion')['filter'](({suggestion:_0x29a15f,meta:_0x2b3f04})=>_0x2b3f04['isOwn']&&'convertInlineImageToBlock'==_0x29a15f['subType']);if(_0x59be64['length']>0x1&&_0x134c2a['end']['isEqual'](_0x40752a['start']))return!0x0;if(0x1==_0x59be64['length']&&(_0x40752a['start']['isEqual'](_0x134c2a['end'])||_0x40752a['end']['isEqual'](_0x134c2a['start'])))return!0x0;}if(0x3==_0x736479&&0x3==_0x57f707&&_0x40752a['start']['isBefore'](_0x134c2a['start'])){const _0x2e975b=_0x40752a['end']['nodeAfter'],_0x413e25=_0x134c2a['start']['nodeBefore'];return _0x54644e['isBlockImage'](_0x2e975b)&&_0x2e975b===_0x413e25;}return!0x1;}_0x5b3e5a['model']['document']['registerPostFixer'](()=>{let _0x38ee19=!0x1;const _0x1a5191=Array['from'](_0x5b3e5a['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x4fbe38,data:_0x2af17f}of _0x1a5191){const {group:_0x73f98a,type:_0x35228f,subType:_0xfd29ef,id:_0x7dcdbc}=_0x219672['_splitMarkerName'](_0x4fbe38);if('suggestion'==_0x73f98a&&_0x219672['hasSuggestion'](_0x7dcdbc)){if('formatBlock'==_0x35228f&&('imageStylePreApply'==_0xfd29ef||'imageStylePostApply'==_0xfd29ef)){const _0x2285e6=_0x219672['getSuggestion'](_0x7dcdbc);if(_0x2af17f['newRange']){const _0x97045a=_0x2285e6['getFirstRange']()['getContainedElement']();if(_0x54644e['isBlockImage'](_0x97045a))continue;_0x219672['discardSuggestion'](_0x2285e6),_0x38ee19=!0x0;}}if('insertion'==_0x35228f&&'imageCaption'==_0xfd29ef&&!_0x2af17f['newRange']){const _0xa2daf9=_0x219672['getSuggestion'](_0x7dcdbc);_0xa2daf9['next']&&_0xa2daf9['next']['isInContent']&&(_0x219672['discardSuggestion'](_0xa2daf9['next']),_0x38ee19=!0x0);}}}return _0x38ee19;}),this['_registerLegacyDescription'](_0x12a6d1);}['_registerLegacyDescription'](_0xff41cf){const _0x5b3c1a=this['editor'],_0x50de32=_0x5b3c1a['locale'];_0x5b3c1a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2a4735=>{if('formatBlock'!=_0x2a4735['type']&&'formatInline'!=_0x2a4735['type'])return;const {data:_0x380fb1}=_0x2a4735;if(!_0x380fb1||'imageStyle'!=_0x380fb1['commandName'])return;const _0x3b0fbc=_0x380fb1['commandParams'][0x0]['value'];return _0x1ad614('side'===_0x3b0fbc?o(_0x50de32,'FORMAT_SIDE_IMAGE'):_0xff41cf[_0x3b0fbc]||_0x3b0fbc);function _0x1ad614(_0x107fae){return{'type':'format','content':o(_0x50de32,'*Format:*\x20%0',_0x107fae)};}});}}class at extends _0x26a770{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x34b1dd){super(_0x34b1dd),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x3bbe87=this['editor'],_0x4ef0f2=_0x3bbe87['commands']['get']('importWord'),_0x4fe35b=_0x3bbe87['commands']['get']('trackChanges');_0x4ef0f2&&(_0x4ef0f2['on']('execute',(_0x3c9e15,[,_0x1fa101])=>{this['_trackChangesValueDuringImport']=_0x4fe35b['value'],_0x1fa101['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x4ef0f2,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x4ef0f2,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x4fe35b['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x3bbe87['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x309666,_0x3a888){const {suggestions:_0x42c272}=_0x3a888,_0x31c570=this['editor']['commands']['get']('trackChanges'),_0x3fb1d3=_0x31c570['value'];this['_trackChangesValueDuringImport']!==_0x3fb1d3&&(_0x31c570['execute'](),this['_trackChangesExecuted']=!0x0),_0x42c272&&_0x42c272['forEach'](({id:_0x5f4249,type:_0x22390b,author:_0x5955e8,created_at:_0x54fe46})=>{const _0x158ad2={'id':_0x5f4249,'type':_0x22390b,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x5955e8,'createdAt':_0x54fe46?new Date(_0x54fe46):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x158ad2);});}}class ct extends _0x26a770{['afterInit'](){const _0x44f2d9=this['editor'],_0x20f174=_0x44f2d9['plugins']['get']('TrackChangesEditing');if(_0x44f2d9['plugins']['has']('IndentEditing')&&(_0x20f174['enableCommand']('indent'),_0x20f174['enableCommand']('outdent')),_0x44f2d9['plugins']['has']('IndentBlock')){for(const _0x3aa4e4 of['indentBlock','outdentBlock'])_0x20f174['enableDefaultAttributesIntegration'](_0x3aa4e4);}const _0x4d7f1b=_0x44f2d9['locale'];_0x20f174['registerBlockAttribute']('blockIndent'),_0x20f174['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x4d7f1b,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2ab4bf=this['editor'],_0x41ccbf=_0x2ab4bf['locale'],_0x59c788=_0x2ab4bf['plugins']['get']('TrackChangesEditing');_0x59c788['descriptionFactory']['registerDescriptionCallback'](_0x1f7376=>{if('formatBlock'!=_0x1f7376['type'])return;const {data:_0x5a66e2}=_0x1f7376;if(!_0x5a66e2)return;if('indentBlock'!=_0x5a66e2['commandName']&&'outdentBlock'!=_0x5a66e2['commandName'])return;const _0x22cc33=_0x1f7376['getItems']()[0x0],_0x145b01=_0x59c788['descriptionFactory']['getItemLabel'](_0x22cc33);return'indentBlock'==_0x5a66e2['commandName']?{'type':'format','content':o(_0x41ccbf,'*Indent:*\x20%0',_0x145b01)}:'outdentBlock'==_0x5a66e2['commandName']?{'type':'format','content':o(_0x41ccbf,'*Outdent:*\x20%0',_0x145b01)}:void 0x0;});}}class ut extends _0x26a770{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x26a770{['afterInit'](){const _0x44b43c=this['editor'];if(!_0x44b43c['plugins']['has']('LinkEditing'))return;const _0x3e06b4=_0x44b43c['plugins']['get']('TrackChangesEditing'),_0x63192=_0x44b43c['commands']['get']('link');_0x3e06b4['enableDefaultAttributesIntegration']('link'),_0x3e06b4['enableDefaultAttributesIntegration']('unlink'),_0x3e06b4['registerInlineAttribute']('linkHref');for(const _0x3bcc59 of _0x63192['manualDecorators'])_0x3e06b4['registerInlineAttribute'](_0x3bcc59['id']),_0x3e06b4['descriptionFactory']['registerAttributeLabel'](_0x3bcc59['id'],'link\x20('+_0x3bcc59['label']['toLowerCase']()+')');_0x3e06b4['descriptionFactory']['registerDescriptionCallback'](_0x139a88=>{if('attribute'!=_0x139a88['type'])return;const {data:_0x98dfa4}=_0x139a88;if(!_0x98dfa4||'linkHref'!=_0x98dfa4['key'])return;const _0xbcb5df=_0x98dfa4['newValue'],_0x2772bc=_0x44b43c['locale'];return{'type':'format','content':null==_0xbcb5df?o(_0x2772bc,'*Remove\x20link*'):o(_0x2772bc,'*Set\x20link:*\x20%0','\x22'+_0xbcb5df+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3751ac=this['editor'],_0x337081=_0x3751ac['locale'];_0x3751ac['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5a0cac=>{if('formatInline'!=_0x5a0cac['type'])return;const {data:_0x262c86}=_0x5a0cac;if(_0x262c86){if('link'==_0x262c86['commandName']){const _0x315ee0=_0x262c86['commandParams'][0x0];return{'type':'format','content':o(_0x337081,'*Set\x20link:*\x20%0','\x22'+_0x315ee0+'\x22')};}return'unlink'==_0x262c86['commandName']?{'type':'format','content':o(_0x337081,'*Remove\x20link*')}:void 0x0;}});}}class ft extends _0x26a770{['afterInit'](){const _0x48cc12=this['editor'],_0x4b7597=_0x48cc12['locale'];if(!_0x48cc12['plugins']['has']('LegacyListEditing'))return;const _0x4522e1=_0x48cc12['plugins']['get']('TrackChangesEditing'),_0xac6130=_0x48cc12['plugins']['has']('LegacyTodoListEditing');function _0x16c465(_0x374f89){return()=>{const _0x25e378=_0x48cc12['model']['document']['selection'],_0xd4ef4d=_0x48cc12['commands']['get'](_0x374f89);if(_0xd4ef4d['value'])return void _0x48cc12['execute']('paragraph',{});const _0x29efca=_0x374f89['slice'](0x0,-0x4),_0x56928c=function(_0x458ac1,_0x5d84c4,_0x3aedf0){let _0x1ce158=Array['from'](_0x458ac1)['filter'](_0x49c86d=>function(_0x3c8b8c,_0x5b8d6d){return _0x5b8d6d['checkChild'](_0x3c8b8c['parent'],'listItem')&&!_0x5b8d6d['isObject'](_0x3c8b8c);}(_0x49c86d,_0x3aedf0));_0x1ce158=_0x1ce158['filter'](_0x3de27d=>!_0x3de27d['is']('element','listItem')||_0x3de27d['getAttribute']('listType')!=_0x5d84c4);const _0x55607d=new Set();for(const _0x31bfac of _0x1ce158)_0x31bfac['is']('element','listItem')?_0x55607d['add'](fe(_0x31bfac)):_0x55607d['add'](_0x31bfac);return Array['from'](_0x55607d);}(_0x25e378['getSelectedBlocks'](),_0x29efca,_0x48cc12['model']['schema']);_0x48cc12['model']['change'](()=>{for(const _0xcac97a of _0x56928c)_0x4522e1['markBlockFormat'](_0xcac97a,{'commandName':_0x374f89,'commandParams':[{'forceValue':!_0xd4ef4d['value']}],'formatGroupId':'blockName'},ue(_0xcac97a));});};}function _0x464d1d(_0x547121){return()=>{const _0x1333b7=function(_0x5b156e){let _0x4e0f68=Array['from'](_0x5b156e);const _0x2b563c=_0x4e0f68['findIndex'](_0x492c06=>'listItem'!=_0x492c06['name']);return _0x2b563c>-0x1&&(_0x4e0f68=_0x4e0f68['slice'](0x0,_0x2b563c)),_0x4e0f68;}(_0x48cc12['model']['document']['selection']['getSelectedBlocks']()),_0x53ea36=_0x48cc12['model']['createRange'](_0x48cc12['model']['createPositionAt'](_0x1333b7[0x0],'before'),_0x48cc12['model']['createPositionAt'](_0x1333b7[_0x1333b7['length']-0x1],'end'));_0x48cc12['model']['change'](()=>{_0x4522e1['markBlockFormat'](_0x53ea36,{'commandName':_0x547121,'commandParams':[],'formatGroupId':'listIndent'},function(_0x691293){const _0x5e3376=new Set();for(const _0xa8f82 of _0x691293){let _0x1860e6=_0xa8f82['nextSibling'];for(;_0x1860e6&&_0x1860e6['getAttribute']('listIndent')>_0xa8f82['getAttribute']('listIndent');)_0x5e3376['add'](_0x1860e6),_0x1860e6=_0x1860e6['nextSibling'];}return Array['from'](_0x5e3376);}(_0x1333b7));});};}_0x4522e1['enableCommand']('numberedList',_0x16c465('numberedList')),_0x4522e1['enableCommand']('bulletedList',_0x16c465('bulletedList')),_0xac6130&&_0x4522e1['enableCommand']('todoList',_0x16c465('todoList')),_0x4522e1['enableCommand']('indentList',_0x464d1d('indentList')),_0x4522e1['enableCommand']('outdentList',_0x464d1d('outdentList')),_0xac6130&&_0x4522e1['enableCommand']('checkTodoList',()=>{const _0x1ae537=_0x48cc12['commands']['get']('checkTodoList'),_0x53b670=Array['from'](_0x1ae537['_selectedElements']);_0x53b670['filter'](_0x34e171=>_0x34e171['getAttribute']('todoListChecked')!=_0x1ae537['value']),_0x48cc12['model']['change'](()=>{for(const _0x7ac48a of _0x53b670)_0x4522e1['markBlockFormat'](_0x7ac48a,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x1ae537['value']}]});});}),_0x4522e1['descriptionFactory']['registerElementLabel']('listItem',_0x1a8275=>o(_0x4b7597,'ELEMENT_LIST_ITEM',_0x1a8275)),_0x4522e1['descriptionFactory']['registerDescriptionCallback'](_0x518e0c=>{if('formatBlock'!=_0x518e0c['type']&&'formatInline'!=_0x518e0c['type'])return;const {data:_0x556fde}=_0x518e0c;if(_0x556fde){if('numberedList'==_0x556fde['commandName']||'bulletedList'==_0x556fde['commandName']||'todoList'==_0x556fde['commandName'])switch(_0x556fde['commandName']['replace']('List','')){case'bulleted':return _0x48e84c(o(_0x4b7597,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x48e84c(o(_0x4b7597,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x48e84c(o(_0x4b7597,'ELEMENT_TODO_LIST'));}if('indentList'==_0x556fde['commandName'])return{'type':'format','content':o(_0x4b7597,'*Indent:*\x20%0',o(_0x4b7597,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x556fde['commandName'])return{'type':'format','content':o(_0x4b7597,'*Outdent:*\x20%0',o(_0x4b7597,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x556fde['commandName'])return _0x556fde['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4b7597,'*Check\x20item*')}:{'type':'format','content':o(_0x4b7597,'*Uncheck\x20item*')};}function _0x48e84c(_0x214134){return{'type':'format','content':o(_0x4b7597,'*Change\x20to:*\x20%0',_0x214134)};}});}}function fe(_0x58092c){const _0x34a30d=_0x58092c['getAttribute']('listIndent');if(0x0==_0x34a30d)return _0x58092c;let _0x4da927=_0x58092c;for(;_0x58092c['previousSibling']&&_0x58092c['previousSibling']['is']('element','listItem');){const _0x37ac07=_0x58092c['previousSibling']['getAttribute']('listIndent');if(_0x37ac07==_0x34a30d)_0x4da927=_0x58092c['previousSibling'];else{if(_0x37ac07<_0x34a30d)break;}_0x58092c=_0x58092c['previousSibling'];}return _0x4da927;}function ue(_0x1ad0fe){const _0x57b71e=[];if(_0x1ad0fe['is']('element','listItem')&&_0x1ad0fe['getAttribute']('listIndent')>0x0){let _0x421d58=_0x1ad0fe['nextSibling'];for(;_0x421d58&&'listItem'==_0x421d58['name']&&_0x421d58['getAttribute']('listIndent')==_0x1ad0fe['getAttribute']('listIndent');)_0x57b71e['push'](_0x421d58),_0x421d58=_0x421d58['nextSibling'];}return _0x57b71e;}class W extends _0x26a770{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x2fa2ed=this['editor']['config']['get']('list.properties'),_0x3347fc=this['editor']['plugins']['get']('TrackChangesEditing');_0x2fa2ed['styles']&&_0x3347fc['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x2fa2ed['reversed']&&_0x3347fc['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x2fa2ed['startIndex']&&_0x3347fc['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x3347fc['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x2b55ae,_0x38fa95={}){const _0x20f9bc=this['editor']['plugins']['get']('TrackChangesEditing'),_0xbab811=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x20f9bc['markMultiRangeBlockFormat'](_0xbab811,{'commandName':'listStyle','commandParams':[{'type':_0x38fa95['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x30c47f,_0x1705aa={}){const _0x536802=this['editor']['plugins']['get']('TrackChangesEditing'),_0xa8623c=this['_getSuggestionBlocks'](_0x409cb4=>_0x409cb4['is']('element','listItem')&&'numbered'===_0x409cb4['getAttribute']('listType'));if(_0xa8623c['length']<0x1)return;const _0x472508=_0xa8623c['map'](_0x251f25=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x251f25,'before'),this['editor']['model']['createPositionAt'](_0x251f25,0x0)));this['editor']['model']['change'](()=>{_0x536802['markMultiRangeBlockFormat'](_0x472508,{'commandName':'listReversed','commandParams':[{'reversed':_0x1705aa['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x5c5b6e,_0x4112e7={}){const _0x58ea76=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1a02d9=this['_getSuggestionBlocks'](_0xfca0e5=>_0xfca0e5['is']('element','listItem')&&'numbered'===_0xfca0e5['getAttribute']('listType'));if(_0x1a02d9['length']<0x1)return;const _0x1e1f6d=_0x1a02d9['map'](_0x3f0cce=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x3f0cce,'before'),this['editor']['model']['createPositionAt'](_0x3f0cce,0x0)));this['editor']['model']['change'](()=>{_0x58ea76['markMultiRangeBlockFormat'](_0x1e1f6d,{'commandName':'listStart','commandParams':[{'startIndex':_0x4112e7['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x492bf5){if('formatBlock'!=_0x492bf5['type']&&'formatInline'!=_0x492bf5['type'])return;const _0x5b68ce=this['editor']['locale'],{data:_0xa0e3d9}=_0x492bf5;if(!_0xa0e3d9)return;let _0x425fb6,_0x66dd8d;switch(_0xa0e3d9['commandName']){case'listStyle':_0x425fb6='*Change\x20to:*\x20%0',_0x66dd8d={'type':'format','content':o(_0x5b68ce,_0x425fb6,o(_0x5b68ce,this['_getTranslationKeyForListStyle'](_0xa0e3d9['commandParams'][0x0]['type'])))};break;case'listReversed':_0x425fb6=_0xa0e3d9['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x66dd8d={'type':'format','content':o(_0x5b68ce,_0x425fb6)};break;case'listStart':_0x425fb6='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x66dd8d={'type':'format','content':o(_0x5b68ce,_0x425fb6,_0xa0e3d9['commandParams'][0x0]['startIndex'])};}return _0x66dd8d;}['_getSuggestionBlocksForListStyle'](){const _0x11c86a=this['editor']['plugins']['get']('LegacyListUtils');let _0xe84dad=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0xe84dad[0x0]?.['is']('element','listItem')&&_0xe84dad['unshift'](..._0x11c86a['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0xe84dad[_0xe84dad['length']-0x1]?.['is']('element','listItem')&&_0xe84dad['push'](..._0x11c86a['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0xe84dad=[...new Set(_0xe84dad)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0xe84dad=_0xe84dad['filter'](_0x212e11=>_0x212e11['is']('element','listItem'))),_0xe84dad;}['_getSuggestionBlocks'](_0x40c877){const _0x4538c9=this['editor']['plugins']['get']('LegacyListUtils');let _0x4b3e4d=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x40c877)['map'](_0x5a4680=>{const _0x380087=this['editor']['model']['createPositionAt'](_0x5a4680,0x0);return[..._0x4538c9['getSiblingNodes'](_0x380087,'backward'),..._0x4538c9['getSiblingNodes'](_0x380087,'forward')];})['flat']();return _0x4b3e4d=[...new Set(_0x4b3e4d)],_0x4b3e4d;}['_getTranslationKeyForListStyle'](_0x3273fd){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x3273fd)||'default')['toUpperCase']()+'_LIST_'+_0x3273fd['toUpperCase']()['replace'](/-/g,'_');}}class lt extends _0x26a770{['afterInit'](){const _0x3d1090=this['editor'];if(!_0x3d1090['plugins']['has']('MediaEmbedEditing'))return;const _0x18a77d=_0x3d1090['plugins']['get']('TrackChangesEditing'),_0x1bafc9=_0x3d1090['locale'];_0x18a77d['enableCommand']('mediaEmbed'),_0x18a77d['descriptionFactory']['registerElementLabel']('media',_0x2767db=>o(_0x1bafc9,'ELEMENT_MEDIA',_0x2767db)),_0x3d1090['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x5a58b6,{writer:_0x3ca698,options:_0xe2d6c9})=>{if(_0xe2d6c9['showSuggestionHighlights'])return _0x3ca698['createEmptyElement']('div');},'converterPriority':'high'}),_0x3d1090['data']['downcastDispatcher']['on']('attribute:url:media',(_0x762a4f,_0x4040fc,_0x109794)=>{_0x109794['options']['showSuggestionHighlights']&&_0x762a4f['stop']();},{'priority':'high'});}}class mt extends _0x26a770{['afterInit'](){const _0xa06a5d=this['editor'];_0xa06a5d['plugins']['has']('MentionEditing')&&_0xa06a5d['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class dt extends _0x26a770{['afterInit'](){const _0x34460b=this['editor'];if(!_0x34460b['plugins']['has']('MergeFieldsEditing'))return;_0x34460b['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField'),_0x34460b['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeFieldBlock');const _0x1784db=_0x34460b['plugins']['get']('TrackChangesEditing'),_0x541da8=_0x34460b['locale'];_0x1784db['descriptionFactory']['registerElementLabel']('mergeField',_0x3ac03d=>o(_0x541da8,'ELEMENT_MERGE_FIELD',_0x3ac03d)),_0x1784db['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x5007d4=>o(_0x541da8,'ELEMENT_MERGE_FIELD',_0x5007d4)),_0x1784db['descriptionFactory']['registerDescriptionCallback'](_0x526dc3=>{if('insertion'!=_0x526dc3['type']&&'deletion'!=_0x526dc3['type'])return;const _0x1f06ef=_0x526dc3['getContainedElement']();if(null==_0x1f06ef)return;if(!_0x1f06ef['is']('element','mergeField')&&!_0x1f06ef['is']('element','mergeFieldBlock'))return;const _0x4a708d=_0x34460b['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x1f06ef['getAttribute']('id'));return'insertion'==_0x526dc3['type']?{'type':'insertion','content':o(_0x541da8,'*Insert:*\x20%0','\x22'+_0x4a708d+'\x22\x20'+o(_0x541da8,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x541da8,'*Remove:*\x20%0','\x22'+_0x4a708d+'\x22\x20'+o(_0x541da8,'ELEMENT_MERGE_FIELD'))};});}}class pt extends _0x26a770{['afterInit'](){const _0x55c8ba=this['editor'],_0x81ff6c=_0x55c8ba['plugins']['get']('TrackChangesEditing');_0x55c8ba['plugins']['has']('MultiLevelList')&&(_0x81ff6c['enableDefaultAttributesIntegration']('multiLevelList'),_0x81ff6c['registerBlockAttribute']('listMarkerStyle'),_0x81ff6c['descriptionFactory']['registerDescriptionCallback'](_0x29f53a=>this['handleDescriptions'](_0x29f53a)));}['handleDescriptions'](_0x10bd04){const _0xb9e1e0=this['editor']['locale'],{data:_0x196382}=_0x10bd04,_0x137401={'type':'format','content':''};if(_0x196382&&'listMarkerStyle'==_0x196382['key']){if(!_0x196382['oldValue'])return{'type':'format','content':o(_0xb9e1e0,'*Set\x20format:*\x20%0',o(_0xb9e1e0,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x196382['newValue']+')'};if(!_0x196382['newValue']){let _0x5c9f32=_0x10bd04['head'];for(;_0x5c9f32;){if(_0x5c9f32['data']&&'listType'==_0x5c9f32['data']['key']&&_0x5c9f32['data']['newValue'])return _0x137401;_0x5c9f32=_0x5c9f32['next'];}return{'type':'format','content':o(_0xb9e1e0,'*Remove\x20format:*\x20%0',o(_0xb9e1e0,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x196382['oldValue']+')'};}}}}class kt extends _0x26a770{['afterInit'](){const _0xc427d2=this['editor'];if(!_0xc427d2['plugins']['has']('PageBreakEditing'))return;_0xc427d2['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x18a460=_0xc427d2['plugins']['get']('TrackChangesEditing'),_0x28933b=_0xc427d2['locale'];_0x18a460['descriptionFactory']['registerElementLabel']('pageBreak',_0x15cb7b=>o(_0x28933b,'ELEMENT_PAGE_BREAK',_0x15cb7b));}}class bt extends _0x26a770{['afterInit'](){const _0x38e491=this['editor'];if(!_0x38e491['plugins']['has']('Paragraph'))return;const _0x4b7357=_0x38e491['locale'],_0x535b4f=_0x38e491['plugins']['get']('TrackChangesEditing');_0x535b4f['descriptionFactory']['registerElementLabel']('paragraph',_0x2708c3=>o(_0x4b7357,'ELEMENT_PARAGRAPH',_0x2708c3)),_0x535b4f['enableDefaultAttributesIntegration']('paragraph'),_0x535b4f['enableCommand']('insertParagraph'),_0x38e491['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x38e491),{'priority':'highest'}),_0x38e491['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x156959,_0x343c05,_0x3e32f9)=>{_0x3e32f9['options']['showSuggestionHighlights']&&nr(_0x38e491,{'showActiveMarker':!0x1})(_0x156959,_0x343c05,_0x3e32f9);},{'priority':'highest'});const _0x2f6f9d=_0x535b4f['descriptionFactory'];_0x2f6f9d['registerDescriptionCallback'](_0x28b74c=>{if('insertion'!==_0x28b74c['type'])return;const {start:_0x343fce,end:_0x52064d}=_0x28b74c['getFirstRange']();if(!_0x343fce['isTouching'](_0x52064d)||!_0x343fce['nodeAfter'])return;const _0x2994aa=_0x38e491['model']['schema'],_0x1eee58=_0x343fce['nodeAfter'];return _0x2994aa['isBlock'](_0x1eee58)&&!_0x2994aa['isLimit'](_0x1eee58)&&_0x2994aa['checkChild'](_0x1eee58,'$text')?{'type':'insertion','content':o(_0x4b7357,'*Insert:*\x20%0',_0x2f6f9d['getItemLabel'](_0x1eee58,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5b5511=this['editor'],_0x709b63=_0x5b5511['locale'];_0x5b5511['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x47dd49=>{if('formatBlock'!=_0x47dd49['type'])return;const {data:_0x4c7cc1}=_0x47dd49;return _0x4c7cc1&&'paragraph'==_0x4c7cc1['commandName']?{'type':'format','content':o(_0x709b63,'*Change\x20to:*\x20%0',o(_0x709b63,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0xe45406,{showActiveMarker:_0x40176a=!0x0}={}){return(_0x3a946e,_0x2d1f86,_0x211268)=>{const _0x2b0683=_0xe45406['plugins']['get']('TrackChangesEditing'),_0x56af67=_0x2d1f86['markerRange']['start'],_0x22fa67=_0x2d1f86['markerRange']['end'],_0xd0dfa9=_0xe45406['model']['schema'];if(!_0x56af67['isTouching'](_0x22fa67)||!_0x56af67['nodeAfter'])return;const _0x226654=_0x56af67['nodeAfter'];if(_0xd0dfa9['isBlock'](_0x226654)&&!_0xd0dfa9['isLimit'](_0x226654)&&_0xd0dfa9['checkChild'](_0x226654,'$text')){if(!_0x211268['consumable']['consume'](_0x2d1f86['markerRange'],_0x3a946e['name']))return;const {authorId:_0x2a17b3}=_0x2b0683['_splitMarkerName'](_0x2d1f86['markerName']),_0x4904f8=_0x211268['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x2a17b3}),_0x5e1799=_0x211268['mapper']['toViewPosition'](_0x22fa67);_0x40176a&&_0x2b0683['activeMarkers']['includes'](_0x2d1f86['markerName'])&&_0x211268['writer']['addClass']('ck-suggestion-marker--active',_0x4904f8),_0x211268['writer']['insert'](_0x5e1799,_0x4904f8),_0x211268['mapper']['bindElementToMarker'](_0x4904f8,_0x2d1f86['markerName']);}};}class wt extends _0x26a770{['afterInit'](){const _0x5836df=this['editor'];if(!_0x5836df['plugins']['has']('RemoveFormatEditing'))return;_0x5836df['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4f470f=this['editor'];_0x4f470f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xb9b930=>{if('formatBlock'!=_0xb9b930['type']&&'formatInline'!=_0xb9b930['type'])return;const {data:_0x33354c}=_0xb9b930;return _0x33354c&&'removeFormat'==_0x33354c['commandName']?{'type':'format','content':o(_0x4f470f['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class yt extends _0x26a770{['afterInit'](){const _0x1a5648=this['editor'];if(!_0x1a5648['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x1dff08=_0x1a5648['plugins']['get']('TrackChangesEditing');_0x1dff08['enableCommand']('goToPreviousRestrictedEditingException'),_0x1dff08['enableCommand']('goToNextRestrictedEditingException');const _0x1294f9=_0x1a5648['plugins']['get']('RestrictedEditingModeEditing');_0x1294f9['enableCommand']('trackChanges'),_0x1294f9['enableCommand']('acceptSuggestion'),_0x1294f9['enableCommand']('discardSuggestion'),_0x1294f9['enableCommand']('acceptAllSuggestions'),_0x1294f9['enableCommand']('discardAllSuggestions'),_0x1294f9['enableCommand']('acceptSelectedSuggestions'),_0x1294f9['enableCommand']('discardSelectedSuggestions');}}class jt extends _0x26a770{static get['requires'](){return[_0x12f81c];}['init'](){const _0xce6028=this['editor'],_0x4df44d=_0xce6028['plugins']['get']('TrackChangesEditing');_0x4df44d['enableCommand']('shiftEnter'),_0xce6028['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ge(_0xce6028),{'priority':'high'}),_0xce6028['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ge(_0xce6028),{'priority':'high'}),_0xce6028['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x13f81d,_0x9b21e7,_0x108860)=>{_0x108860['options']['showSuggestionHighlights']&&ge(_0xce6028,{'showActiveMarker':!0x1})(_0x13f81d,_0x9b21e7,_0x108860);}),_0x4df44d['descriptionFactory']['registerElementLabel']('softBreak',_0x45fe4c=>o(_0xce6028['locale'],'ELEMENT_LINE_BREAK',_0x45fe4c));}}function ge(_0x26f1bd,{showActiveMarker:_0x438a8f=!0x0}={}){return(_0x56916b,_0x545525,_0x348f02)=>{const _0x1f5e96=_0x26f1bd['plugins']['get']('TrackChangesEditing');if(!_0x348f02['consumable']['test'](_0x545525['markerRange'],_0x56916b['name']))return;const _0x287f0d=_0x26f1bd['model'];for(const _0x14d1dd of _0x545525['markerRange']['getItems']()){if(!_0x14d1dd['is']('element','softBreak'))continue;const _0x15b424='deletion'==_0x545525['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x3a9a46}=_0x1f5e96['_splitMarkerName'](_0x545525['markerName']),_0x5209ef=_0x348f02['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x15b424,'data-author-id':_0x3a9a46}),_0x18f760=_0x348f02['mapper']['toViewPosition'](_0x287f0d['createPositionBefore'](_0x14d1dd));_0x438a8f&&_0x1f5e96['activeMarkers']['includes'](_0x545525['markerName'])&&_0x348f02['writer']['addClass']('ck-suggestion-marker--active',_0x5209ef),_0x348f02['writer']['insert'](_0x18f760,_0x5209ef),_0x348f02['mapper']['bindElementToMarker'](_0x5209ef,_0x545525['markerName']);}};}class St extends _0x26a770{['afterInit'](){const _0x2504ff=this['editor'],_0x54da9e=_0x2504ff['model'],_0x42334e=_0x2504ff['locale'];if(!_0x2504ff['plugins']['has']('StandardEditingModeEditing'))return;const _0x355307=_0x2504ff['plugins']['get']('TrackChangesEditing'),_0x17174c='restrictedEditingException',_0x4f48af=_0x2504ff['commands']['get'](_0x17174c);_0x355307['enableCommand'](_0x17174c,(_0x3a4363,_0xba0e20={})=>{const _0x4dafd3=_0x54da9e['document']['selection'];if(_0x4dafd3['isCollapsed'])return void _0x3a4363(_0xba0e20);const _0x13e7fa=void 0x0!==_0xba0e20['forceValue']?_0xba0e20['forceValue']:!_0x4f48af['value'];_0x54da9e['change'](()=>{const _0x145724=Array['from'](_0x4dafd3['getRanges']());for(const _0x4b580a of _0x145724){const _0x46f5bd=_0x13e7fa?[_0x4b580a]:io(_0x17174c,_0x4b580a,_0x54da9e);for(const _0x72ebda of _0x46f5bd)_0x355307['markInlineFormat'](_0x72ebda,{'commandName':_0x17174c,'commandParams':[{'forceValue':_0x13e7fa}]});}});}),_0x355307['descriptionFactory']['registerDescriptionCallback'](_0x38a451=>{if('formatBlock'!=_0x38a451['type']&&'formatInline'!=_0x38a451['type'])return;const {data:_0x38b047}=_0x38a451;return _0x38b047&&_0x38b047['commandName']==_0x17174c?_0x38b047['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x42334e,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x42334e,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class At extends _0x26a770{['afterInit'](){const _0x3e547d=this['editor'];if(!_0x3e547d['plugins']['has']('Style')||!_0x3e547d['plugins']['has']('DataSchema'))return;const _0x299080=_0x3e547d['plugins']['get']('TrackChangesEditing'),_0xba6f97=_0x3e547d['locale'],_0x371026=_0x3e547d['config']['get']('style')||{},_0x1f8cad=_0x3e547d['plugins']['get']('GeneralHtmlSupport'),_0x5a2004=_0x3e547d['plugins']['get']('StyleUtils')['normalizeConfig'](_0x3e547d['plugins']['get']('DataSchema'),_0x371026['definitions']);_0x299080['enableDefaultAttributesIntegration']('style');const _0x389ced=new Set();for(const _0x16a095 of _0x5a2004['block']){const _0x360e8a=_0x1f8cad['getGhsAttributeNameForElement'](_0x16a095['element']);_0x389ced['add'](_0x360e8a);}const _0x450cea=new Set();for(const _0x99c716 of _0x5a2004['inline']){const _0x402c52=_0x1f8cad['getGhsAttributeNameForElement'](_0x99c716['element']);_0x450cea['add'](_0x402c52);for(const _0x28fbe1 of _0x99c716['ghsAttributes'])_0x450cea['add'](_0x28fbe1);}for(const _0x18b6da of _0x389ced)_0x299080['registerBlockAttribute'](_0x18b6da),_0x299080['descriptionFactory']['registerAttributeLabel'](_0x18b6da,o(_0xba6f97,'FORMAT_STYLE'));for(const _0x3cb1e0 of _0x450cea)_0x299080['registerInlineAttribute'](_0x3cb1e0),_0x299080['descriptionFactory']['registerAttributeLabel'](_0x3cb1e0,o(_0xba6f97,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xcbeb92=this['editor'],_0x307c8a=_0xcbeb92['locale'];_0xcbeb92['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x28afc0=>{if('formatBlock'!=_0x28afc0['type']&&'formatInline'!=_0x28afc0['type'])return;const {data:_0x5cdc2b}=_0x28afc0;return _0x5cdc2b&&'style'===_0x5cdc2b['commandName']?_0x5cdc2b['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x307c8a,'*Set\x20format:*\x20%0',_0x5cdc2b['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x307c8a,'*Remove\x20format:*\x20%0',_0x5cdc2b['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class It extends _0x26a770{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x52ec11){super(_0x52ec11),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x3c2476=this['editor'],_0x345ab3=_0x3c2476['model']['document']['selection'];if(!_0x3c2476['plugins']['has']('TableEditing'))return;const _0x3c98b1=_0x3c2476['locale'],_0x4494ab=_0x3c2476['plugins']['get']('TrackChangesEditing'),_0x28c793=_0x3c2476['plugins']['get']('TableUtils');_0x4494ab['descriptionFactory']['registerElementLabel']('table',_0x52bc27=>o(_0x3c98b1,'ELEMENT_TABLE',_0x52bc27)),this['_setupColumnsRowsFixing'](),_0x4494ab['enableCommand']('insertTable'),_0x4494ab['enableCommand']('selectTableRow'),_0x4494ab['enableCommand']('selectTableColumn');for(const _0x5bd8c4 of['insertTableRowAbove','insertTableRowBelow']){const _0x4c2359=_0x3c2476['commands']['get'](_0x5bd8c4);_0x4494ab['enableCommand'](_0x5bd8c4,_0x3dd2aa=>{_0x3c2476['model']['change'](_0x190e5c=>{_0x3dd2aa();const _0x117fd2='above'===_0x4c2359['order'],_0xed3f2f=_0x28c793['getSelectionAffectedTableCells'](_0x345ab3),_0x5c7f83=_0x28c793['getRowIndexes'](_0xed3f2f),_0x173838=_0x117fd2?_0x5c7f83['first']-0x1:_0x5c7f83['last']+0x1,_0x560067=_0xed3f2f[0x0]['findAncestor']('table'),_0xee7070=_0x28c793['createTableWalker'](_0x560067,{'startRow':_0x173838,'endRow':_0x173838}),_0x428f85=Array['from'](_0xee7070)['map'](_0x883e9a=>_0x190e5c['createRangeOn'](_0x883e9a['cell']));_0x4494ab['markMultiRangeInsertion'](_0x428f85,'tableRow');});});}for(const _0x288bcb of['insertTableColumnLeft','insertTableColumnRight']){const _0x187dfa=_0x3c2476['commands']['get'](_0x288bcb);_0x4494ab['enableCommand'](_0x288bcb,_0x2964f4=>{_0x3c2476['model']['change'](_0x5b0c2c=>{_0x2964f4();const _0x2388e1='left'===_0x187dfa['order'],_0x22bce7=_0x28c793['getSelectionAffectedTableCells'](_0x345ab3),_0xd40941=_0x28c793['getColumnIndexes'](_0x22bce7),_0xe4b1d=_0x2388e1?_0xd40941['first']-0x1:_0xd40941['last']+0x1,_0x4f882b=_0x22bce7[0x0]['findAncestor']('table'),_0x1ae025=_0x28c793['createTableWalker'](_0x4f882b,{'startRow':0x0,'column':_0xe4b1d,'includeAllSlots':!0x1}),_0x173618=Array['from'](_0x1ae025)['map'](_0x5bf8e4=>_0x5b0c2c['createRangeOn'](_0x5bf8e4['cell']));_0x4494ab['markMultiRangeInsertion'](_0x173618,'tableColumn');});});}for(const _0x42a2a6 of['removeTableRow','removeTableColumn']){const _0x15ba86=_0x42a2a6['substr'](0xb),_0x149b1e=_0x15ba86['toLowerCase'](),_0x2af037=_0x149b1e['substr'](0x0,0x3)+'span',_0x57a75b='table'+_0x15ba86,_0x1eb0a6='min'+_0x15ba86,_0x284689='max'+_0x15ba86;_0x4494ab['enableCommand'](_0x42a2a6,()=>{_0x3c2476['model']['change'](_0x243504=>{const _0x1ffd98=_0x28c793['getSelectionAffectedTableCells'](_0x345ab3),_0x13b852=_0x1ffd98[0x0]['findAncestor']('table');let _0x52e9bb;if('removeTableRow'==_0x42a2a6){const _0x42d098=_0x28c793['getRowIndexes'](_0x1ffd98);_0x52e9bb={'startRow':_0x42d098['first'],'endRow':_0x42d098['last'],'includeAllSlots':!0x0};}else{const _0xf74dd6=_0x28c793['getColumnIndexes'](_0x1ffd98);_0x52e9bb={'startColumn':_0xf74dd6['first'],'endColumn':_0xf74dd6['last'],'includeAllSlots':!0x0};}const _0x4f3e49=_0x28c793['createTableWalker'](_0x13b852,_0x52e9bb),_0x38d8e1=Array['from'](_0x4f3e49)['map'](({cell:_0x548a28})=>_0x548a28),_0x49e5e8=be(_0x38d8e1['filter'](_0x2e807b=>_0x2e807b['hasAttribute'](_0x2af037))),_0x160e37=be(_0x38d8e1['filter'](_0x2b7de3=>!_0x2b7de3['hasAttribute'](_0x2af037)))['map'](_0x55d9b1=>_0x243504['createRangeOn'](_0x55d9b1)),_0x5bb141=_0x4494ab['markMultiRangeDeletion'](_0x160e37,_0x57a75b);if(_0x5bb141&&('tableRow'==_0x5bb141['subType']||'tableColumn'==_0x5bb141['subType'])){const _0x2a839d=this['_getSuggestionCoords'](_0x5bb141);for(const _0x4a6f30 of _0x49e5e8){const _0x281a43=_0x243504['createRangeOn'](_0x4a6f30),_0x26bb95=_0x28c793['getCellLocation'](_0x4a6f30),_0x1e0c81=_0x4a6f30['getAttribute'](_0x2af037)-0x1,_0x527d8a=_0x2a839d[_0x1eb0a6],_0x4a8ed3=_0x2a839d[_0x284689];_0x527d8a<=_0x26bb95[_0x149b1e]&&_0x26bb95[_0x149b1e]+_0x1e0c81<=_0x4a8ed3&&_0x5bb141['addRange'](_0x281a43);}}});});}function _0x9a6647(_0x41a5d9){const _0x4905aa=Array['from'](_0x345ab3['getRanges']())['map'](_0xb95154=>_0x7da4c9['fromRange'](_0xb95154));_0x3c2476['model']['change'](_0x65339b=>{const _0x42b1de=_0x65339b['batch'];_0x41a5d9=_0x41a5d9['filter'](_0x20638e=>'$graveyard'!=_0x20638e['root']['rootName']),_0x65339b['setSelection'](_0x41a5d9),_0x3c2476['commands']['get']('removeTableRow')['refresh'](),_0x3c2476['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x3c2476['model']['enqueueChange'](()=>{_0x3c2476['model']['enqueueChange'](_0x42b1de,_0x4d7b60=>{const _0x4ba337=_0x4905aa['filter'](_0x59eead=>'$graveyard'!=_0x59eead['root']['rootName']);_0x4ba337['length']>0x0&&_0x4d7b60['setSelection'](_0x4ba337);for(const _0x55a4fa of _0x4905aa)_0x55a4fa['detach']();});});});}function _0xf9a1e1(_0x453a7a){_0x3c2476['model']['change'](_0x295493=>{const _0x5535cc=Array['from'](_0x345ab3['getRanges']())['map'](_0x56d853=>_0x7da4c9['fromRange'](_0x56d853)),_0x1310b0=[];for(const _0x19ea4a of _0x453a7a)for(const _0x13a253 of _0x19ea4a['getItems']({'shallow':!0x0}))_0x1310b0['push'](_0x13a253);for(const _0x1dc925 of _0x1310b0)'$graveyard'!=_0x1dc925['root']['rootName']&&(_0x295493['setSelection'](_0x295493['createPositionAt'](_0x1dc925,0x0)),_0x3c2476['commands']['get']('removeTableColumn')['refresh'](),_0x3c2476['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x275cfc=_0x5535cc['filter'](_0x88c031=>'$graveyard'!=_0x88c031['root']['rootName']);_0x275cfc['length']>0x0&&_0x295493['setSelection'](_0x275cfc);for(const _0x3c45aa of _0x5535cc)_0x3c45aa['detach']();});}function _0x2cbf31(_0x592130,_0x56a3c4){return _0x56a3c4['every'](_0x328d0e=>_0x592130['some'](_0x289ab4=>_0x289ab4['end']['isEqual'](_0x328d0e['start'])||_0x328d0e['end']['isEqual'](_0x289ab4['start'])));}function _0x1470c6(_0x48457b,_0x39fcc9){return!_0x48457b['some'](_0x1b6802=>_0x39fcc9['some'](_0x1b7640=>_0x1b6802['isIntersecting'](_0x1b7640)))&&_0x48457b['some'](_0x4ad9ba=>_0x39fcc9['some'](_0x1eb2f2=>_0x4ad9ba['end']['isTouching'](_0x1eb2f2['start'])));}_0x3c2476['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0xf22031,_0x30898d,_0x6d422f)=>{if(!_0x6d422f['options']['showSuggestionHighlights'])return;const _0x401050=_0x30898d['item'];if(!_0x401050)return;const _0x2653c0=_0x6d422f['mapper']['toViewElement'](_0x401050);function _0x44ce78(_0x2faaac){return Array['isArray'](_0x2faaac)?_0x2faaac:[_0x2faaac];}_0x2653c0&&'tableCell'===_0x401050['name']&&_0x43adf1(_0x2653c0,_0x6d422f['writer'],(_0x1828a1,_0x320255,_0x376e57)=>_0x376e57['addClass'](_0x44ce78(_0x320255['classes']),_0x1828a1),(_0x14d0ee,_0x408056,_0x490c99)=>_0x490c99['removeClass'](_0x44ce78(_0x408056['classes']),_0x14d0ee));},{'priority':'highest'}),_0x4494ab['descriptionFactory']['registerDescriptionCallback'](_0x303b11=>{if('insertion'!=_0x303b11['type']&&'deletion'!=_0x303b11['type'])return;const _0x29edc0=_0x303b11['getContainedElement']();if(null!=_0x29edc0&&_0x29edc0['is']('element','table')){if('insertion'==_0x303b11['type']){const _0x4b0f27=_0x303b11['getItems']()['filter'](_0x3ccc49=>_0x3ccc49['is']('$textProxy'))['map'](_0x44e023=>_0x44e023['data']);if(_0x4b0f27['length'])return{'type':'insertion','content':o(_0x3c98b1,'*Insert:*\x20%0',o(_0x3c98b1,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x4b0f27['join']('\x20')+'\x22'))};}if('deletion'==_0x303b11['type']){const _0x5d7db1=_0x303b11['getItems']()['filter'](_0xa7e230=>_0xa7e230['is']('$textProxy'))['map'](_0x1b4f32=>_0x1b4f32['data']);if(_0x5d7db1['length'])return{'type':'deletion','content':o(_0x3c98b1,'*Remove:*\x20%0',o(_0x3c98b1,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x5d7db1['join']('\x20')+'\x22'))};}}}),_0x4494ab['descriptionFactory']['registerDescriptionCallback'](_0x4acb9f=>{if('tableRow'==_0x4acb9f['subType']){const _0x2066f1=_0x4acb9f['getItems']()['filter'](_0x3292bf=>_0x3292bf['is']('$textProxy'))['map'](_0x4f644b=>_0x4f644b['data']),_0x4fe145=this['_getSuggestionCoords'](_0x4acb9f),_0x4089dc=_0x4fe145['maxRow']-_0x4fe145['minRow']+0x1;if('insertion'==_0x4acb9f['type'])return _0x2066f1['length']?{'type':'insertion','content':o(_0x3c98b1,'*Insert:*\x20%0',o(_0x3c98b1,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x4089dc,'\x22'+_0x2066f1['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x3c98b1,'*Insert:*\x20%0',o(_0x3c98b1,'ELEMENT_TABLE_ROW',_0x4089dc))};if('deletion'==_0x4acb9f['type'])return _0x2066f1['length']?{'type':'deletion','content':o(_0x3c98b1,'*Remove:*\x20%0',o(_0x3c98b1,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x4089dc,'\x22'+_0x2066f1['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x3c98b1,'*Remove:*\x20%0',o(_0x3c98b1,'ELEMENT_TABLE_ROW',_0x4089dc))};}if('tableColumn'==_0x4acb9f['subType']){const _0x87f4ad=_0x4acb9f['getItems']()['filter'](_0x11895d=>_0x11895d['is']('$textProxy'))['map'](_0x6bf7aa=>_0x6bf7aa['data']),_0x1500d0=this['_getSuggestionCoords'](_0x4acb9f),_0x1dc1fc=_0x1500d0['maxColumn']-_0x1500d0['minColumn']+0x1;if('insertion'==_0x4acb9f['type'])return _0x87f4ad['length']?{'type':'insertion','content':o(_0x3c98b1,'*Insert:*\x20%0',o(_0x3c98b1,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x1dc1fc,'\x22'+_0x87f4ad['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x3c98b1,'*Insert:*\x20%0',o(_0x3c98b1,'ELEMENT_TABLE_COLUMN',_0x1dc1fc))};if('deletion'==_0x4acb9f['type'])return _0x87f4ad['length']?{'type':'deletion','content':o(_0x3c98b1,'*Remove:*\x20%0',o(_0x3c98b1,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x1dc1fc,'\x22'+_0x87f4ad['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x3c98b1,'*Remove:*\x20%0',o(_0x3c98b1,'ELEMENT_TABLE_COLUMN',_0x1dc1fc))};}}),_0x4494ab['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x9a6647),_0x4494ab['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x9a6647),_0x4494ab['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0xf9a1e1),_0x4494ab['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0xf9a1e1),_0x4494ab['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x2cbf31),_0x4494ab['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x2cbf31),_0x4494ab['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x1470c6),_0x4494ab['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x1470c6);}['_acceptFormatSuggestionCallbackFactory'](){const _0x301ba4=this['editor'],_0x5baa2e=_0x301ba4['model']['document']['selection'];return(_0x4659d5,_0x13d64c)=>{_0x301ba4['model']['change'](_0x4fbeb8=>{const {commandName:_0x2110fd,commandParams:_0x5ee5fd}=_0x13d64c;let _0x4b8c6d=_0x4659d5[0x0]['end']['nodeBefore'];_0x5ee5fd&&_0x5ee5fd[0x0]&&!0x1===_0x5ee5fd[0x0]['forceValue']&&(_0x4b8c6d=_0x4659d5[0x0]['start']['nodeAfter']);const _0x14a5af=_0x4fbeb8['createRangeIn'](_0x4b8c6d);if('$graveyard'==_0x14a5af['root']['rootName'])return;const _0x240b41=Array['from'](_0x5baa2e['getRanges']())['map'](_0x5d7911=>_0x7da4c9['fromRange'](_0x5d7911));_0x4fbeb8['setSelection'](_0x14a5af),_0x301ba4['commands']['get'](_0x2110fd)['refresh'](),_0x5ee5fd['push']({'forceDefaultExecution':!0x0}),_0x301ba4['execute'](_0x2110fd,..._0x5ee5fd);const _0x4e37cc=_0x240b41['filter'](_0x59e1c3=>'$graveyard'!=_0x59e1c3['root']['rootName']);_0x4e37cc['length']>0x0&&_0x4fbeb8['setSelection'](_0x4e37cc);for(const _0x192b67 of _0x240b41)_0x192b67['detach']();});};}['_getCoordsForCells'](_0x26a06c){const _0x21641a=this['editor']['plugins']['get']('TableUtils');let _0x4d17f2=Number['MAX_SAFE_INTEGER'],_0x5f4b44=Number['MIN_SAFE_INTEGER'],_0x4ddf42=Number['MAX_SAFE_INTEGER'],_0x300871=Number['MIN_SAFE_INTEGER'];for(const _0x4b68cd of _0x26a06c){if('$graveyard'==_0x4b68cd['root']['rootName'])continue;const {row:_0x343da4,column:_0x2ebb9e}=_0x21641a['getCellLocation'](_0x4b68cd),_0x17aa27=_0x4b68cd['hasAttribute']('rowspan')?_0x4b68cd['getAttribute']('rowspan')-0x1:0x0,_0x222183=_0x4b68cd['hasAttribute']('colspan')?_0x4b68cd['getAttribute']('colspan')-0x1:0x0;_0x4d17f2=_0x343da4<_0x4d17f2?_0x343da4:_0x4d17f2,_0x5f4b44=_0x343da4+_0x17aa27>_0x5f4b44?_0x343da4+_0x17aa27:_0x5f4b44,_0x4ddf42=_0x2ebb9e<_0x4ddf42?_0x2ebb9e:_0x4ddf42,_0x300871=_0x2ebb9e+_0x222183>_0x300871?_0x2ebb9e+_0x222183:_0x300871;}return{'minRow':_0x4d17f2,'maxRow':_0x5f4b44,'minColumn':_0x4ddf42,'maxColumn':_0x300871};}['_setupColumnsRowsFixing'](){const _0x1881c7=this['editor'],_0x1402ea=_0x1881c7['plugins']['get']('TrackChangesEditing'),_0x288ffd=_0x1881c7['plugins']['get']('TableUtils');_0x1881c7['model']['document']['on']('change:data',()=>{const _0x42347c=Array['from'](_0x1881c7['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2d5f45,data:_0x1ca387}of _0x42347c){const {group:_0x2d8736,id:_0x3ed388,subType:_0x523993}=_0x1402ea['_splitMarkerName'](_0x2d5f45);if('suggestion'!=_0x2d8736)continue;if(null!=_0x1ca387['oldRange'])continue;const _0x13bc88=_0x1402ea['getSuggestion'](_0x3ed388);this['_tablePostFixingSubtypes']['includes'](_0x523993)&&this['_tableSuggestions']['add'](_0x13bc88);}},{'priority':'low'});const _0x1cc6c8=(_0x2d59ca,_0xdcbcb0)=>{let _0x3fdf21=!0x1;const _0x3d1925=_0xdcbcb0['createRangeOn'](_0x2d59ca),_0x4b1925=_0x2d59ca['findAncestor']('table'),_0xb6e7e1=_0x288ffd['getCellLocation'](_0x2d59ca);for(const _0x47ff7e of this['_tableSuggestions']){const _0x7b22db=_0x47ff7e['subType'],_0x55b96d=_0x7b22db['startsWith']('tablePaste'),_0xb2e49a=_0x7b22db['substr'](_0x55b96d?0xa:0x5),_0x2a20e9=_0xb2e49a['toLowerCase'](),_0x161939=_0x2a20e9['substr'](0x0,0x3)+'span',_0x20af14='min'+_0xb2e49a,_0xeaf559='max'+_0xb2e49a;if(!_0x47ff7e['isInContent'])continue;if(_0x4b1925!=_0x47ff7e['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x47ff7e['isIntersectingWithRange'](_0x3d1925))continue;const _0x5b93e5=_0x2d59ca['hasAttribute'](_0x161939)?_0x2d59ca['getAttribute'](_0x161939)-0x1:0x0,_0x23b95d=this['_getSuggestionCoords'](_0x47ff7e),_0x5aa47f=_0x23b95d[_0x20af14],_0x470369=_0x23b95d[_0xeaf559];_0x5aa47f<=_0xb6e7e1[_0x2a20e9]&&_0xb6e7e1[_0x2a20e9]+_0x5b93e5<=_0x470369&&(_0x47ff7e['addRange'](_0x3d1925),_0x3fdf21=!0x0);}return _0x3fdf21;};_0x1881c7['model']['document']['registerPostFixer'](_0x22bebc=>{let _0xea014=!0x1;for(const _0x1aef58 of _0x1881c7['model']['document']['differ']['getChanges']())if('insert'==_0x1aef58['type']){if('tableRow'==_0x1aef58['name']){for(const _0x319f32 of _0x1aef58['position']['nodeAfter']['getChildren']())_0xea014=_0xea014||_0x1cc6c8(_0x319f32,_0x22bebc);}else'tableCell'==_0x1aef58['name']&&(_0xea014=_0xea014||_0x1cc6c8(_0x1aef58['position']['nodeAfter'],_0x22bebc));}return _0xea014;});}['_getSuggestionCoords'](_0x16535b){return this['_getCoordsForCells'](_0x16535b['getRanges']()['map'](_0x58bc3f=>_0x58bc3f['start']['nodeAfter']));}}function be(_0x140b8f){return Array['from'](new Set(_0x140b8f)['values']());}class vt extends _0x26a770{static get['requires'](){return[It];}['afterInit'](){const _0x7b4a53=this['editor'],_0x2452df=_0x7b4a53['model']['document']['selection'],_0x82fe33=_0x7b4a53['locale'];if(!_0x7b4a53['plugins']['has']('TableEditing'))return;const _0x446c5e=_0x7b4a53['plugins']['get']('TrackChangesEditing'),_0x455f92=_0x7b4a53['plugins']['get']('TableUtils'),_0x525102=_0x7b4a53['plugins']['get'](It);_0x525102['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x446c5e['enableCommand']('mergeTableCells',()=>{const _0x1848d3=_0x455f92['getSelectionAffectedTableCells'](_0x7b4a53['model']['document']['selection']);_0x7b4a53['model']['change'](()=>{_0x446c5e['markMultiRangeBlockFormat'](_0x1848d3,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x7b4a53['commands']['get']('mergeTableCells')['on']('execute',(_0x2288fe,_0x1a3640)=>{_0x7b4a53['commands']['get']('trackChanges')['value']&&(_0x1a3640['length']>0x0&&_0x1a3640[_0x1a3640['length']-0x1]&&_0x1a3640[_0x1a3640['length']-0x1]['forceDefaultExecution']||_0x446c5e['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x2288fe['stop']());},{'priority':'highest'});for(const _0x43cb45 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x439efd=_0x7b4a53['commands']['get'](_0x43cb45);_0x446c5e['enableCommand'](_0x43cb45,()=>{const _0x30eab5=_0x7b4a53['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x51e4de=>_0x51e4de['is']('element','tableCell')),_0x5b3cd7=_0x439efd['value'];_0x7b4a53['model']['change'](()=>{_0x446c5e['markMultiRangeBlockFormat']([_0x30eab5,_0x5b3cd7],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x392250 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x2c3dc7=_0x7b4a53['commands']['get'](_0x392250);_0x446c5e['enableCommand'](_0x392250,()=>{const _0x4373eb=_0x455f92['getSelectionAffectedTableCells'](_0x7b4a53['model']['document']['selection'])[0x0],_0xd02a69=_0x4373eb['findAncestor']('table'),{column:_0x4caba1,row:_0x37c3a3}=_0x455f92['getCellLocation'](_0x4373eb);let _0x20741f=[];if('horizontally'==_0x2c3dc7['direction']){const _0x161436=_0x455f92['createTableWalker'](_0xd02a69,{'startRow':_0x37c3a3,'endRow':_0x37c3a3,'includeAllSlots':!0x0});_0x20741f=Array['from'](_0x161436)['map'](_0x25fc92=>_0x25fc92['cell']);}else{const _0xd73d=_0x455f92['createTableWalker'](_0xd02a69,{'column':_0x4caba1,'includeAllSlots':!0x0});_0x20741f=Array['from'](_0xd73d)['map'](_0x2156c8=>_0x2156c8['cell']);}_0x7b4a53['model']['change'](_0x383613=>{_0x446c5e['markBlockFormat'](_0x383613['createRangeOn'](_0x4373eb),{'commandName':_0x392250,'commandParams':[]},_0x20741f,_0x392250);});});}_0x446c5e['descriptionFactory']['registerDescriptionCallback'](_0x4dbb15=>{if('formatBlock'!=_0x4dbb15['type']&&'formatInline'!=_0x4dbb15['type'])return;const {data:_0x10dbb8}=_0x4dbb15;return _0x10dbb8&&'mergeTableCells'==_0x10dbb8['commandName']?{'type':'format','content':o(_0x82fe33,'*Merge\x20cells*')}:void 0x0;}),_0x446c5e['descriptionFactory']['registerDescriptionCallback'](_0x2fca6a=>{if('formatBlock'!=_0x2fca6a['type']&&'formatInline'!=_0x2fca6a['type'])return;const {data:_0x27f663}=_0x2fca6a;return _0x27f663?'splitTableCellVertically'==_0x27f663['commandName']?{'type':'format','content':o(_0x82fe33,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x27f663['commandName']?{'type':'format','content':o(_0x82fe33,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x2a1a6c=_0x525102['_acceptFormatSuggestionCallbackFactory']();for(const _0x454258 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x446c5e['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x454258,'accept',_0x2a1a6c);for(const _0xf53e09 of['splitTableCellVertically','splitTableCellHorizontally'])_0x446c5e['_suggestionFactory']['registerCustomCallback']('formatBlock',_0xf53e09,'accept',_0x2a1a6c);_0x446c5e['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x3ed5bc=>{_0x7b4a53['model']['change'](_0x36c713=>{const _0x499e73=Array['from'](_0x2452df['getRanges']())['map'](_0x3d3e4f=>_0x7da4c9['fromRange'](_0x3d3e4f));_0x36c713['setSelection'](_0x3ed5bc),_0x7b4a53['commands']['get']('mergeTableCells')['refresh'](),_0x7b4a53['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x4dffc9=_0x499e73['filter'](_0x1f644f=>'$graveyard'!=_0x1f644f['root']['rootName']);_0x4dffc9['length']>0x0&&_0x36c713['setSelection'](_0x4dffc9);for(const _0x36af1d of _0x499e73)_0x36af1d['detach']();});});for(const _0xe2efd of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x12950f=_0x7b4a53['commands']['get'](_0xe2efd);_0x12950f['on']('set:isEnabled',(_0x23c764,_0x7f347c,_0x57ecdb)=>{if(_0x57ecdb){const _0x5f2cce=_0x7b4a53['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x5f5b6f=>_0x5f5b6f['is']('element','tableCell'));this['_areMergableCells'](_0x12950f['value'],_0x5f2cce)||(_0x23c764['return']=!0x1,_0x23c764['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x545bef=this['editor']['commands']['get']('mergeTableCells'),_0x47cea2=this['editor']['plugins']['get']('TableUtils');if(!_0x545bef['isEnabled'])return!0x1;const _0x4d4457=_0x47cea2['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x28ae1a of _0x4d4457)for(const _0x377e58 of _0x4d4457)if(_0x28ae1a!=_0x377e58&&!this['_areMergableCells'](_0x28ae1a,_0x377e58))return!0x1;return!0x0;}['_areMergableCells'](_0x22ebb2,_0x3d42b4){const _0x524b8b=this['editor']['plugins']['get']('TrackChangesEditing'),_0x35607b=this['editor']['model']['createRangeOn'](_0x22ebb2),_0x4d616f=this['editor']['model']['createRangeOn'](_0x3d42b4),_0x1fd897=new Set(),_0xcb0824=new Set();for(const _0x2e98ae of _0x524b8b['getSuggestions']())if(('insertion'==_0x2e98ae['type']||'deletion'==_0x2e98ae['type']||'mergeTableCells'==_0x2e98ae['subType'])&&_0x2e98ae['isInContent']){for(const _0x3507f3 of _0x2e98ae['getRanges']())_0x3507f3['containsRange'](_0x35607b,!0x0)&&_0x1fd897['add'](_0x2e98ae['type']+':'+_0x2e98ae['author']['id']),_0x3507f3['containsRange'](_0x4d616f,!0x0)&&_0xcb0824['add'](_0x2e98ae['type']+':'+_0x2e98ae['author']['id']);}if(_0x1fd897['size']!=_0xcb0824['size'])return!0x1;for(const _0x5dc189 of _0x1fd897)if(!_0xcb0824['has'](_0x5dc189))return!0x1;return!0x0;}}class Ct extends _0x26a770{static get['requires'](){return[It];}['afterInit'](){const _0x301e5d=this['editor'];if(!_0x301e5d['plugins']['has']('TableEditing'))return;const _0x2304f3=_0x301e5d['locale'],_0x2a0c3f=_0x301e5d['plugins']['get']('TrackChangesEditing');_0x2a0c3f['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x2a0c3f['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x2a0c3f['registerBlockAttribute']('headingRows'),_0x2a0c3f['registerBlockAttribute']('headingColumns'),_0x2a0c3f['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x2304f3,'FORMAT_HEADER_ROW')),_0x2a0c3f['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x2304f3,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x59d5e1=this['editor']['plugins']['get']('TrackChangesEditing'),_0x546a70=this['editor']['plugins']['get']('TableUtils'),_0x237884=this['editor']['plugins']['get'](It)['_acceptFormatSuggestionCallbackFactory']();function _0x118d1d({showActiveMarker:_0x236edf=!0x0,setDataAttribute:_0x490ed6=!0x0}={}){return(_0x522387,_0xbcaa23,_0x12d31b)=>{const {type:_0x389f2a,id:_0x516da5}=_0x59d5e1['_splitMarkerName'](_0xbcaa23['markerName']),_0x19d825=_0x59d5e1['getSuggestion'](_0x516da5),_0x3390d3=_0x19d825['data'];if('formatBlock'!=_0x19d825['type']||!_0x3390d3||'setTableColumnHeader'!=_0x3390d3['commandName'])return;if(_0xbcaa23['item'])return void _0x522387['stop']();if(!_0x12d31b['consumable']['consume'](_0xbcaa23['markerRange'],_0x522387['name']))return;const _0xe39372=_0xbcaa23['markerRange']['start']['nodeAfter'],_0x5d73=_0xbcaa23['markerRange']['end']['nodeBefore'],_0x4ec479=_0xe39372['parent']['parent'],{column:_0x33f7f4}=_0x546a70['getCellLocation'](_0xe39372),{column:_0x2b1bed}=_0x546a70['getCellLocation'](_0x5d73);for(let _0x526482=_0x33f7f4;_0x526482<=_0x2b1bed;_0x526482++){const _0x2566e6=_0x546a70['createTableWalker'](_0x4ec479,{'column':_0x526482,'includeAllSlots':!0x1});for(const _0x257f9b of _0x2566e6){const _0x96f3c=_0x257f9b['cell'],_0x293568=_0x12d31b['mapper']['toViewElement'](_0x96f3c);_0x12d31b['writer']['addClass']('ck-suggestion-marker-'+_0x389f2a,_0x293568),_0x490ed6&&_0x12d31b['writer']['setAttribute']('data-suggestion',_0x516da5,_0x293568),_0x12d31b['mapper']['bindElementToMarker'](_0x293568,_0xbcaa23['markerName']),_0x236edf&&(_0x59d5e1['activeMarkers']['includes'](_0xbcaa23['markerName'])?_0x12d31b['writer']['addClass']('ck-suggestion-marker--active',_0x293568):_0x12d31b['writer']['removeClass']('ck-suggestion-marker--active',_0x293568));}}};}_0x59d5e1['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x237884),_0x59d5e1['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x237884),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x118d1d(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0xf126e2,_0x4b05b4,_0xd5d13a)=>{_0xd5d13a['options']['showSuggestionHighlights']&&_0x118d1d({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0xf126e2,_0x4b05b4,_0xd5d13a);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x2d11bc,_0x2745a7,_0x1ff202)=>{const {type:_0x4f53a1,id:_0x38dd59}=_0x59d5e1['_splitMarkerName'](_0x2745a7['markerName']),_0x4ffdd8=_0x59d5e1['getSuggestion'](_0x38dd59),_0x364938=_0x4ffdd8['data'];if('formatBlock'!=_0x4ffdd8['type']||!_0x364938||'setTableColumnHeader'!=_0x364938['commandName'])return;const _0x4cb7b2=_0x1ff202['mapper']['markerNameToElements'](_0x2745a7['markerName']);if(_0x4cb7b2){for(const _0x53f692 of _0x4cb7b2)_0x1ff202['writer']['removeClass']('ck-suggestion-marker-'+_0x4f53a1,_0x53f692),_0x1ff202['writer']['removeClass']('ck-suggestion-marker--active',_0x53f692),_0x1ff202['writer']['removeAttribute']('data-suggestion',_0x53f692),_0x1ff202['mapper']['unbindElementFromMarkerName'](_0x53f692,_0x2745a7['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x33554c=this['editor'],_0x3747d7=_0x33554c['locale'];function _0x300f99(_0x3788e2){return{'type':'format','content':o(_0x3747d7,'*Format:*\x20%0',_0x3788e2)};}_0x33554c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x40d2c0=>{if('formatBlock'!=_0x40d2c0['type'])return;const {data:_0x3c9050}=_0x40d2c0;if(_0x3c9050){if('setTableRowHeader'==_0x3c9050['commandName']){const _0xdeec68=_0x3c9050['commandParams'][0x0]['forceValue'];return _0x300f99(o(_0x3747d7,_0xdeec68?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x3c9050['commandName']){const _0x59922a=_0x3c9050['commandParams'][0x0]['forceValue'];return _0x300f99(o(_0x3747d7,_0x59922a?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Pe=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],we=Object['fromEntries'](Pe['map'](_0x1475ec=>[_0x1475ec,null]));class _t extends _0x26a770{static get['requires'](){return[It];}['afterInit'](){const _0x377a62=this['editor'];if(!_0x377a62['plugins']['has']('TableClipboard'))return;const _0x46f86f=_0x377a62['plugins']['get']('TrackChangesEditing'),_0xa0bbc8=_0x377a62['plugins']['get']('TableUtils'),_0xadfa6e=_0x377a62['plugins']['get'](It),_0x191475=_0x377a62['plugins']['get']('TableClipboard');_0xadfa6e['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x377a62['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x377a62['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x7eab3a=null;_0x377a62['model']['on']('insertContent',(_0x52bbf3,_0x20a19f)=>{const [_0x570e89,_0x5331ad]=_0x20a19f,_0x3fd236=_0x20a19f[_0x20a19f['length']-0x1];_0x3fd236&&_0x3fd236['forceDefaultExecution']||_0x46f86f['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x119260,_0x4e3654,_0x2a02fc,_0x44dce0,_0x3c8742){if(_0x4e3654&&!_0x4e3654['is']('documentSelection'))return!0x1;const _0x46242f=_0x3c8742['getTableIfOnlyTableInContent'](_0x119260,_0x2a02fc);if(!_0x46242f||!Re(_0x46242f,void 0x0,_0x44dce0))return!0x1;const _0x5a6e9c=_0x44dce0['getSelectionAffectedTableCells'](_0x2a02fc['document']['selection']);if(!_0x5a6e9c['length'])return!0x1;const _0x2d2e3c=_0x5a6e9c[0x0]['findAncestor']('table'),_0x7ed4c5=_0x44dce0['getRowIndexes'](_0x5a6e9c),_0x57f2e1=_0x44dce0['getColumnIndexes'](_0x5a6e9c),_0x231f57={'startRow':_0x7ed4c5['first'],'endRow':_0x7ed4c5['last'],'startColumn':_0x57f2e1['first'],'endColumn':_0x57f2e1['last']};return 0x1==_0x5a6e9c['length']&&(_0x231f57['endRow']+=_0x44dce0['getRows'](_0x46242f)-0x1,_0x231f57['endColumn']+=_0x44dce0['getColumns'](_0x46242f)-0x1),Re(_0x2d2e3c,_0x231f57,_0x44dce0);}(_0x570e89,_0x5331ad,_0x377a62['model'],_0xa0bbc8,_0x191475)&&(_0x52bbf3['stop'](),_0x7eab3a={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x377a62['model']['change'](()=>{_0x377a62['model']['insertContent'](_0x20a19f[0x0],_0x20a19f[0x1],_0x20a19f[0x2],{'forceDefaultExecution':!0x0});const _0x154024=_0x4f54ad(),{rowInsertionRanges:_0x587133,columnInsertionRanges:_0x43f553,insertionRanges:_0x3cc4c3,deletionRanges:_0x10e5f9,cells:_0x3f7170}=_0x7eab3a;_0x587133['length']&&_0x46f86f['markMultiRangeInsertion'](_0x587133,'tablePasteRow',{'tablePasteChainId':_0x154024}),_0x43f553['length']&&_0x46f86f['markMultiRangeInsertion'](_0x43f553,'tablePasteColumn',{'tablePasteChainId':_0x154024}),_0x3cc4c3['length']&&(_0x46f86f['markMultiRangeInsertion'](_0x3cc4c3,'tablePaste',{'tablePasteChainId':_0x154024,'skipNestingCheck':!0x0}),_0x3cc4c3['forEach'](_0x1b7336=>_0x1b7336['detach']?.())),_0x10e5f9['length']&&(_0x46f86f['markMultiRangeDeletion'](_0x10e5f9,'tablePaste',{'tablePasteChainId':_0x154024,'skipNestingCheck':!0x0}),_0x10e5f9['forEach'](_0x47eeae=>_0x47eeae['detach']?.()));const _0x1f4116=_0x46f86f['markMultiRangeBlockFormat'](_0x3f7170['map'](({element:_0x42d562})=>_0x42d562),{'formatGroupId':_0x4f54ad()},[],'tablePasteCell',{'tablePasteChainId':_0x154024});if(_0x1f4116){const _0x2a3faa=_0x1f4116['getMarkers'](),_0x19ebf0=[];for(const {element:_0x20ab58,attributes:_0x40c246}of _0x3f7170){if(!_0x40c246)continue;const _0x53720e=_0x377a62['model']['createRangeOn'](_0x20ab58),_0x4897dc=_0x2a3faa['find'](_0x4978d5=>_0x4978d5['getRange']()['isEqual'](_0x53720e));_0x4897dc&&_0x19ebf0['push']([_0x4897dc['name'],_0x40c246]);}_0x19ebf0['length']&&_0x1f4116['setAttribute']('markerAttributes',Object['fromEntries'](_0x19ebf0));}_0x7eab3a=null;}));},{'priority':_0x5b8cf7['high']+0xa}),_0x377a62['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x399f67,_0x3e1be1)=>{const [_0x10aa88,_0x4de2a2,,_0x1bb41d]=_0x3e1be1;if(!_0x7eab3a)return;_0x399f67['stop']();const _0x1d2c92=_0x10aa88['cell'],_0x1e7809=_0x4de2a2,_0x4c9249=ke(_0x1d2c92),_0x34aaf2=ke(_0x1e7809);_0x399f67['return']=_0x1d2c92;let _0x25f3f5=null,_0x36448e=null;if(_0x34aaf2||_0x4c9249){if(_0x4c9249&&!_0x34aaf2){_0x1bb41d['remove'](_0x1d2c92['getChild'](0x0));for(const _0x4ac9df of Array['from'](_0x1e7809['getChildren']()))_0x1bb41d['insert'](_0x4ac9df,_0x1d2c92,'end');const _0x27689a=_0x7eab3a['rowInsertionIndexes']['includes'](_0x10aa88['row']),_0xd28349=_0x7eab3a['columnInsertionIndexes']['includes'](_0x10aa88['column']);_0x27689a||_0xd28349||(_0x25f3f5=_0x7da4c9['fromRange'](_0x1bb41d['createRangeIn'](_0x1d2c92)));}else _0x34aaf2&&!_0x4c9249&&(_0x36448e=_0x1bb41d['createRangeIn'](_0x1d2c92));}else{const _0x9a523=_0x1bb41d['createElement']('tableCellSuggestion'),_0x547810=_0x1bb41d['createElement']('tableCellSuggestion');_0x1bb41d['wrap'](_0x1bb41d['createRangeIn'](_0x1d2c92),_0x547810),_0x1bb41d['insert'](_0x9a523,_0x1d2c92,0x0);for(const _0x13e3db of Array['from'](_0x1e7809['getChildren']()))_0x1bb41d['insert'](_0x13e3db,_0x9a523,'end');_0x25f3f5=_0x7da4c9['fromRange'](_0x1bb41d['createRangeOn'](_0x9a523)),_0x36448e=_0x7da4c9['fromRange'](_0x1bb41d['createRangeOn'](_0x547810));}const _0x5790e2=Array['from'](_0x1e7809['getAttributes']())['filter'](([_0x1ced47])=>Pe['includes'](_0x1ced47));_0x7eab3a['cells']['push']({'element':_0x1d2c92,'attributes':_0x5790e2['length']?Object['fromEntries'](_0x5790e2):null}),_0x25f3f5&&_0x7eab3a['insertionRanges']['push'](_0x25f3f5),_0x36448e&&_0x7eab3a['deletionRanges']['push'](_0x36448e);},{'priority':'high'}),_0xa0bbc8['on']('insertColumns',(_0x4bebe8,_0x4f1e99)=>{const [_0x2111ce,_0x5623fa={}]=_0x4f1e99;if(!_0x7eab3a)return;const _0x9d1c3b=_0x5623fa['at']||0x0,_0x1c55c3=_0x5623fa['columns']||0x1;_0x7eab3a['columnInsertionIndexes']=new Array(_0x1c55c3)['fill'](_0x9d1c3b)['map']((_0x2c7114,_0x51de45)=>_0x2c7114+_0x51de45);for(const {cell:_0x436de5}of _0xa0bbc8['createTableWalker'](_0x2111ce,{'startColumn':_0x9d1c3b,'endColumn':_0x9d1c3b+_0x1c55c3-0x1}))_0x7eab3a['columnInsertionRanges']['push'](_0x377a62['model']['createRangeOn'](_0x436de5));},{'priority':'low'}),_0xa0bbc8['on']('insertRows',(_0x1c3fe3,_0x50a374)=>{const [_0x3c1dfd,_0x44ccb0={}]=_0x50a374;if(!_0x7eab3a)return;const _0xf688da=_0x44ccb0['at']||0x0,_0x346550=_0x44ccb0['rows']||0x1;_0x7eab3a['rowInsertionIndexes']=new Array(_0x346550)['fill'](_0xf688da)['map']((_0x5b3ce9,_0x2f2b38)=>_0x5b3ce9+_0x2f2b38);for(const {cell:_0x598df9}of _0xa0bbc8['createTableWalker'](_0x3c1dfd,{'startRow':_0xf688da,'endRow':_0xf688da+_0x346550-0x1}))_0x7eab3a['rowInsertionRanges']['push'](_0x377a62['model']['createRangeOn'](_0x598df9));},{'priority':'low'}),_0x46f86f['descriptionFactory']['registerDescriptionCallback'](_0x2d2c68=>{if(_0x2d2c68['subType']&&_0x2d2c68['subType']['startsWith']('tablePaste'))return _0x2d2c68['previous']?{}:{'type':'insertion','content':o(_0x377a62['locale'],'*Replace\x20table\x20cells*')};});const _0x152d9c=()=>!0x1;for(const _0x57b25e of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x46f86f['_suggestionFactory']['registerCustomCallback']('insertion',_0x57b25e,'join',_0x152d9c),_0x46f86f['_suggestionFactory']['registerCustomCallback']('deletion',_0x57b25e,'join',_0x152d9c),_0x46f86f['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x57b25e,'join',_0x152d9c);_0x46f86f['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x152d9c),_0x46f86f['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x44f296,_0x2384dc,_0x4e536c)=>{const _0x1d4611=_0x44f296['map'](_0x439198=>_0x439198['getContainedElement']())['filter'](_0x472ef7=>_0x472ef7),_0x24b843=new Map(_0x1d4611['map'](_0x274759=>[_0x274759,null]));if(_0x7eab3a){for(const {element:_0x585d65,attributes:_0x30da3b}of _0x7eab3a['cells'])_0x30da3b&&_0x24b843['set'](_0x585d65,_0x30da3b);}else{if(_0x4e536c&&_0x4e536c['markerAttributes'])for(const [_0x2b07d7,_0x599885]of Object['entries'](_0x4e536c['markerAttributes'])){const _0xd5b803=_0x377a62['model']['markers']['get'](_0x2b07d7),_0x144f8c=_0xd5b803?_0xd5b803['getRange']()['getContainedElement']():null;_0x144f8c&&_0x24b843['set'](_0x144f8c,_0x599885);}}_0x377a62['model']['change'](_0x3ce096=>{for(const [_0x3f64cb,_0x30e444]of _0x24b843)_0x3ce096['setAttributes']({...we,..._0x30e444},_0x3f64cb);});});const _0x7da427=(_0xff0404,_0x2bc8e3)=>{_0x46f86f['_suggestionFactory']['registerCustomCallback'](_0xff0404,'tablePaste',_0x2bc8e3,(_0x418c1f,_0x565a42,_0x3d98e4)=>{_0x377a62['model']['change'](_0xd682ad=>{const _0x52f2f9=[];for(const _0x27faeb of _0x418c1f){const _0x255270=_0x27faeb['start']['nodeAfter'];_0x255270['is']('element','tableCellSuggestion')&&_0x52f2f9['push'](_0x255270);}_0x46f86f['_suggestionFactory']['getSuggestionCallback'](_0xff0404,null,_0x2bc8e3)(_0x418c1f,_0x565a42,_0x3d98e4);for(const _0x474706 of _0x52f2f9)'$graveyard'!=_0x474706['root']['rootName']&&_0xd682ad['unwrap'](_0x474706);});});};_0x7da427('insertion','accept'),_0x7da427('insertion','discard'),_0x7da427('deletion','accept'),_0x7da427('deletion','discard'),_0x46f86f['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x531953=>{const _0x26a0c2=_0x531953['map'](_0x5d38a5=>_0x5d38a5['getContainedElement']()),_0x5c150d=_0x26a0c2[0x0]['findAncestor']('table'),{minRow:_0x1416a4,maxRow:_0x136703}=_0xadfa6e['_getCoordsForCells'](_0x26a0c2);_0xa0bbc8['removeRows'](_0x5c150d,{'at':_0x1416a4,'rows':_0x136703-_0x1416a4+0x1});}),_0x46f86f['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0xd1037f=>{const _0x144afc=_0xd1037f['map'](_0x39dc3b=>_0x39dc3b['getContainedElement']()),_0x116d79=_0x144afc[0x0]['findAncestor']('table'),{minColumn:_0x293093,maxColumn:_0x44195f}=_0xadfa6e['_getCoordsForCells'](_0x144afc);_0xa0bbc8['removeColumns'](_0x116d79,{'at':_0x293093,'columns':_0x44195f-_0x293093+0x1});});const _0x294ac9=(_0x1df496,_0x131afa)=>{if(!_0x131afa['subType']||!_0x131afa['subType']['startsWith']('tablePaste'))return;const _0x27bc42=_0x131afa['attributes']['tablePasteChainId'],_0x1ef533=_0x46f86f['getSuggestions']()['filter'](_0x4d8db6=>_0x4d8db6['isInContent']&&_0x4d8db6['attributes']&&_0x4d8db6['attributes']['tablePasteChainId']==_0x27bc42);_0x1ef533['length']&&_0x131afa['getAllAdjacentSuggestions']()['length']!=_0x1ef533['length']&&_0x1ef533['reduce']((_0x23c2a2,_0x10a013)=>(_0x23c2a2['next']=_0x10a013,_0x10a013['previous']=_0x23c2a2,_0x10a013));};function _0x23a921(_0x5c3888,_0x186554=!0x0){const {id:_0x5ddd1a,authorId:_0x19e077}=_0x46f86f['_splitMarkerName'](_0x5c3888['markerName']),_0x499cfc=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x1375f6=_0x46f86f['activeMarkers']['includes'](_0x5c3888['markerName']);return _0x1375f6&&_0x499cfc['push']('ck-suggestion-marker--active'),{'classes':_0x499cfc,'attributes':{'data-suggestion':_0x5ddd1a,'data-author-id':_0x19e077},'priority':_0x1375f6&&_0x186554?0xbc2:0xbb8};}_0x46f86f['on']('suggestionLoaded',_0x294ac9,{'priority':'high'}),_0x46f86f['on']('suggestionUnloaded',_0x294ac9,{'priority':'high'}),_0x377a62['model']['document']['registerPostFixer'](()=>{let _0x2ee800=!0x1;const _0x50da7f=Array['from'](_0x377a62['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1ce085,data:_0x249abf}of _0x50da7f){const {group:_0x22aee5,type:_0x23088d,id:_0x243ece}=_0x46f86f['_splitMarkerName'](_0x1ce085);if('suggestion'!=_0x22aee5||'deletion'!=_0x23088d||_0x249abf['oldRange'])continue;if(!_0x46f86f['hasSuggestion'](_0x243ece))continue;const _0x40dc1e=_0x46f86f['getSuggestion'](_0x243ece)['getRanges'](),_0x13a304=_0x377a62['plugins']['get']('Users')['me'];for(const _0x238e4b of _0x46f86f['getSuggestions']()){if(!_0x238e4b['isInContent']||_0x238e4b['author']!=_0x13a304)continue;if('formatBlock'!=_0x238e4b['type']||'tablePasteCell'!=_0x238e4b['subType'])continue;if(_0x238e4b['getRanges']()['every'](_0x15a5c8=>_0x40dc1e['some'](_0x2ed3de=>_0x2ed3de['containsRange'](_0x15a5c8,!0x0)))){for(const _0x17270e of _0x238e4b['getAllAdjacentSuggestions']())_0x17270e['isInContent']&&(_0x17270e['discard'](),_0x2ee800=!0x0);}}}return _0x2ee800;}),_0x377a62['model']['document']['registerPostFixer'](_0x221b3c=>{const _0x113364=_0x377a62['commands']['get']('redo');if(!_0x113364||!_0x113364['_createdBatches']['has'](_0x221b3c['batch']))return!0x1;let _0x26c5ad=!0x1;const _0x1bbd19=_0x377a62['plugins']['get']('Users')['me'],_0x3925ce=_0x377a62['model']['document']['differ']['getChanges'](),_0x39fbd4=Array['from'](_0x377a62['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x531191,data:_0x28790a})=>{const {group:_0x6053c8,subType:_0x164d0b,authorId:_0x58fc28}=_0x46f86f['_splitMarkerName'](_0x531191);return'suggestion'==_0x6053c8&&'tablePaste'==_0x164d0b&&_0x58fc28==_0x1bbd19['id']&&!_0x28790a['oldRange'];});for(const _0x384e9b of _0x3925ce){if('insert'!=_0x384e9b['type']||'tableCellSuggestion'!=_0x384e9b['name']||0x1!=_0x384e9b['length'])continue;const _0x440f46=_0x221b3c['createRange'](_0x384e9b['position'],_0x384e9b['position']['getShiftedBy'](0x1));if(!_0x39fbd4['find'](({data:_0xde5690})=>_0xde5690['newRange']['isEqual'](_0x440f46))){for(const {name:_0xf0d8c0,data:_0x501089}of _0x39fbd4)if(_0x440f46['containsRange'](_0x501089['newRange'])){_0x221b3c['updateMarker'](_0xf0d8c0,{'range':_0x440f46}),_0x26c5ad=!0x0;break;}}}return _0x26c5ad;}),_0x377a62['model']['document']['registerPostFixer'](_0xc731af=>{let _0x4323f0=!0x1;const _0x6040ae=_0x377a62['plugins']['get']('Users')['me'],_0x333814=_0x46f86f['getSuggestions']()['filter'](_0x19ca05=>_0x19ca05['isInContent']&&_0x19ca05['author']==_0x6040ae),_0x583118=new Set(),_0x4590f8=new Set();for(const _0x166446 of _0x333814)if('tablePaste'==_0x166446['subType'])for(const _0x53cd01 of _0x166446['getMarkers']()){const _0x4fa725=_0x53cd01['getRange']()['getContainedElement']();if(_0x4fa725){if(_0x4fa725['is']('element','tableCellSuggestion')&&ke(_0x4fa725)){_0x166446['removeMarker'](_0x53cd01['name']),_0x583118['add'](_0x4fa725),_0x4323f0=!0x0;const _0x139b4c=_0x4fa725['nextSibling'],_0x5059e6=_0x4fa725['previousSibling'],_0x2fe4b0=_0x139b4c&&_0x139b4c['is']('element','tableCellSuggestion'),_0x53ecfb=_0x5059e6&&_0x5059e6['is']('element','tableCellSuggestion');_0x2fe4b0&&!_0x583118['has'](_0x139b4c)&&_0x4590f8['add'](_0x139b4c),_0x53ecfb&&!_0x583118['has'](_0x5059e6)&&_0x4590f8['add'](_0x5059e6);}else _0x4fa725['is']('element','paragraph')&&_0x4fa725['isEmpty']&&(_0x166446['removeMarker'](_0x53cd01['name']),_0x4323f0=!0x0);}}else{if('tablePasteCell'==_0x166446['subType']){if(!_0x166446['attributes']||!_0x166446['attributes']['tablePasteChainId'])continue;const _0x2fd0aa=_0x166446['attributes']['markerAttributes'];if(_0x2fd0aa&&Object['keys'](_0x2fd0aa)['length'])continue;const _0x48ad04=_0x166446['attributes']['tablePasteChainId'];let _0x514864=!0x0,_0x2b75fd=!0x0;for(const _0x50ca2d of _0x333814)if(_0x50ca2d['subType']&&_0x50ca2d['subType']['startsWith']('tablePaste')){if(!_0x50ca2d['attributes']['tablePasteChainId']){_0x2b75fd=!0x1;break;}if(_0x50ca2d['id']!=_0x166446['id']&&_0x50ca2d['attributes']['tablePasteChainId']==_0x48ad04){_0x514864=!0x1;break;}}_0x2b75fd&&_0x514864&&(_0x166446['removeMarkers'](),_0x4323f0=!0x0);}}for(const _0x56e62a of _0x583118)_0xc731af['remove'](_0x56e62a);for(const _0x3eef6c of _0x4590f8)_0xc731af['unwrap'](_0x3eef6c);return _0x4323f0;}),_0x377a62['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x55c7cf=>_0x23a921(_0x55c7cf),'converterPriority':'high'}),_0x377a62['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x494a29,_0x252a3a)=>_0x252a3a['options']['showSuggestionHighlights']?_0x23a921(_0x494a29,!0x1):null,'converterPriority':'high'});const _0x5521c4=_0x377a62['editing']['view'];this['listenTo'](_0x5521c4['document'],'clipboardOutput',(_0x4f0c75,_0x1ecf2c)=>{const _0x4f0927=[];for(const _0xe72680 of _0x5521c4['createRangeIn'](_0x1ecf2c['content'])['getItems']())_0xe72680['is']('element','suggestion-td')&&_0x4f0927['push'](_0xe72680);_0x5521c4['change'](_0x3b36fe=>{for(const _0x59ab1e of _0x4f0927)_0x3b36fe['move'](_0x3b36fe['createRangeIn'](_0x59ab1e),_0x3b36fe['createPositionBefore'](_0x59ab1e)),_0x3b36fe['remove'](_0x59ab1e);});});}}function ke(_0x14b3b7){if(_0x14b3b7['isEmpty'])return!0x0;const _0x309b0f=_0x14b3b7['getChild'](0x0);return _0x309b0f['is']('element','paragraph')&&_0x309b0f['isEmpty'];}function Re(_0x4e726c,_0x4465c3={},_0x8fbe4e){for(const {isAnchor:_0x566294,cellHeight:_0x2a00c3,cellWidth:_0xf7601c}of _0x8fbe4e['createTableWalker'](_0x4e726c,{'includeAllSlots':!0x0,..._0x4465c3}))if(!_0x566294||0x1!=_0x2a00c3||0x1!=_0xf7601c)return!0x1;return!0x0;}class Nt extends _0x26a770{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0xf36120=this['editor']['plugins']['get']('TrackChangesEditing');_0xf36120['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0xf36120['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0xf36120['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0xf36120['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0xf36120['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0xf36120['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x31a97b,_0x56cd31){const _0xd91a5b=this['editor']['plugins']['get']('TrackChangesEditing'),_0x17fbc5=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x358c98=_0x56cd31['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x15f400=_0x17fbc5['getColumnGroupElement'](_0x358c98);let _0x4fb569=_0x15f400?_0x17fbc5['getTableColumnsWidths'](_0x15f400):null,_0x526f35=_0x358c98['getAttribute']('tableWidth')||null;const _0x368bf7=_0x56cd31['tableWidth']||_0x526f35,_0x36429b=_0x56cd31['columnWidths']||_0x4fb569,_0x799df9=this['editor']['plugins']['get']('Users')['me'];for(const _0x202c8b of _0xd91a5b['getSuggestions']()){const _0x1d6f12=_0x202c8b['getContainedElement']();if('resizeTable'===_0x202c8b['subType']&&_0x1d6f12===_0x358c98){_0x202c8b['author']!==_0x799df9&&_0x202c8b['discard']();const _0x29d8ca=_0x202c8b['data']['commandParams'];_0x526f35=_0x29d8ca[0x0]['tableWidth'],_0x4fb569=_0x29d8ca[0x0]['columnWidths'];break;}}_0x31a97b({'table':_0x358c98,'tableWidth':_0x368bf7,'columnWidths':_0x36429b}),_0xd91a5b['markBlockFormat'](_0x358c98,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x526f35,'columnWidths':_0x4fb569}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x3a5d71){if('formatBlock'!=_0x3a5d71['type']&&'formatInline'!=_0x3a5d71['type'])return;const {data:_0x4ec246}=_0x3a5d71;if(_0x4ec246&&'resizeTable'===_0x4ec246['formatGroupId']){const _0x33c27e='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x33c27e)};}}}class Dt extends _0x26a770{['afterInit'](){const _0x103ca9=this['editor'];_0x103ca9['plugins']['has']('Template')&&_0x103ca9['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x26a770{['afterInit'](){const _0xbbc483=this['editor'];if(!_0xbbc483['commands']['get']('insertTableOfContents'))return;_0xbbc483['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x4ff652=_0xbbc483['plugins']['get']('TrackChangesEditing'),_0x415127=_0xbbc483['locale'];_0x4ff652['descriptionFactory']['registerElementLabel']('tableOfContents',_0x114fde=>o(_0x415127,'ELEMENT_TABLE_OF_CONTENTS',_0x114fde));}}class $t extends _0x26a770{['afterInit'](){const _0x31ede7=this['editor'];if(!_0x31ede7['plugins']['has']('Title'))return;const _0x52ce5f=_0x31ede7['plugins']['get']('TrackChangesEditing');_0x52ce5f['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x31ede7['locale'],'ELEMENT_TITLE')),_0x31ede7['model']['document']['registerPostFixer'](_0x463025=>{let _0x27542d=!0x1;const _0x2b2a97=Array['from'](_0x31ede7['model']['document']['differ']['getChangedMarkers']());for(const {name:_0xb0627f,data:_0x3d4afc}of _0x2b2a97){const {group:_0x34e741}=_0x52ce5f['_splitMarkerName'](_0xb0627f);if('suggestion'!==_0x34e741||!_0x3d4afc['newRange'])continue;const _0x32ee22=_0x3d4afc['newRange'],_0x33fab2=_0x32ee22['end']['nodeBefore'];if(!_0x33fab2||!_0x33fab2['is']('element','title-content'))continue;if(!_0x32ee22['start']['isTouching'](_0x32ee22['end']))continue;const _0x5e9ca=_0x31ede7['model']['schema']['getNearestSelectionRange'](_0x32ee22['end'],'forward');if(_0x5e9ca&&_0x5e9ca['isCollapsed']){const _0x120622=_0x463025['createRange'](_0x32ee22['start'],_0x5e9ca['start']);_0x120622['isEqual'](_0x32ee22)||(_0x463025['updateMarker'](_0xb0627f,{'range':_0x120622}),_0x27542d=!0x0);}_0x27542d||(_0x463025['removeMarker'](_0xb0627f),_0x27542d=!0x0);}return _0x27542d;});}}class Bt extends _0x26a770{['afterInit'](){const _0xf057ed=this['editor'],_0x17ecb0=_0xf057ed['plugins']['get']('TrackChangesEditing');_0xf057ed['plugins']['has']('UndoEditing')&&(_0x17ecb0['enableCommand']('undo'),_0x17ecb0['enableCommand']('redo'));}}class xt extends _0x26a770{static get['requires'](){return[It];}['afterInit'](){const _0x369e4f=this['editor'];if(!_0x369e4f['plugins']['has']('TableCaptionEditing'))return;_0x369e4f['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Rt extends _0x26a770{['tableProperties'];['tableCellProperties'];constructor(_0x3f7e24){super(_0x3f7e24),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 _0x5233bf=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x98f4b4 of this['tableProperties'])_0x5233bf['enableCommand'](_0x98f4b4,(_0x57c55b,_0x59eb64)=>{const _0x59927a=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x98f4b4,[_0x59927a],this['tableProperties'],'tableProperties',_0x57c55b,_0x59eb64);});_0x5233bf['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x5233bf['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x5233bf['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x4ee781,_0x548e53)=>this['handleDiscardAction'](this['tableProperties'],_0x4ee781,_0x548e53)),_0x5233bf['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x97364b of this['tableCellProperties'])_0x5233bf['enableCommand'](_0x97364b,(_0x24f026,_0x5f5b42)=>{const _0x3df686=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x97364b,_0x3df686,this['tableCellProperties'],'tableCellProperties',_0x24f026,_0x5f5b42);});_0x5233bf['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x5233bf['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x5233bf['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0xdd676f,_0x3ba3ea)=>this['handleDiscardAction'](this['tableCellProperties'],_0xdd676f,_0x3ba3ea)),_0x5233bf['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x5233bf['descriptionFactory']['registerDescriptionCallback'](_0xaa398c=>this['handleSuggestionDescription'](_0xaa398c));}['_handlePropertyChange'](_0x289aaa,_0x52e2f9,_0x17b1ff,_0x1e7e8a,_0x477fa5,_0x48b5bb){const _0x39d984=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x48b5bb['batch'],()=>{for(const _0x48a81a of _0x52e2f9){if(this['_getSuggestion'](_0x48a81a,_0x1e7e8a))_0x477fa5(_0x48b5bb);else{const _0x1d16bc={};for(const _0x1aca9e of _0x17b1ff){const _0x214ff4=_0x48a81a['getAttribute'](_0x1aca9e);void 0x0!==_0x214ff4&&(_0x1d16bc[_0x1aca9e]=_0x214ff4);}_0x477fa5(_0x48b5bb),_0x39d984['markBlockFormat'](_0x48a81a,{'commandParams':[_0x1d16bc]},[],_0x1e7e8a);}}});}['handleDiscardAction'](_0xab7315,_0x22d4e8,_0x5d7935){const _0x305dfc=_0x22d4e8[0x0]['start']['nodeAfter'],_0x498c64=_0x5d7935['commandParams'][0x0];this['editor']['model']['change'](_0x41e20d=>{for(const _0x1f000d of _0xab7315)void 0x0!==_0x498c64[_0x1f000d]?_0x41e20d['setAttribute'](_0x1f000d,_0x498c64[_0x1f000d],_0x305dfc):_0x41e20d['removeAttribute'](_0x1f000d,_0x305dfc);});}['handleSuggestionDescription'](_0x5ab2da){if(_0x5ab2da['data'])switch(_0x5ab2da['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'](_0x5178d1,_0x51f22a){const _0x1dc6fc=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x3fce0a of _0x1dc6fc['getSuggestions']({'skipNotAttached':!0x0})){const _0x578bd5=_0x3fce0a['getContainedElement']();if(_0x3fce0a['subType']===_0x51f22a&&_0x578bd5===_0x5178d1)return _0x3fce0a;}return null;}}const m='$elementName';class p extends _0x26a770{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x53b94d,_0x34b6d6,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(_0x179864){function _0x380d67(_0xa0d4a9){return _0xa0d4a9['map'](_0x50b705=>String['fromCharCode'](_0x50b705))['join']('');}super(_0x179864),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x3093c5,_0x4a8fa8,_0x22783b,_0x578cc7)=>{this['_model']['change'](()=>{for(const _0x5f11c7 of[..._0x578cc7,..._0x22783b])this['_model']['markers']['has'](_0x5f11c7)&&_0x179864['editing']['reconvertMarker'](_0x5f11c7);});}),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']=_0x179864['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(),_0x179864['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x179864['config']['get']('trackChanges.trackFormatChanges'),_0x179864['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x179864['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x179864,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x380d67([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x380d67([0x34,0x30,0x34,0x38,0x31,0x38,0x36,0x30]);}['init'](){const _0x469ed5=this['editor'],_0x20174e=(_0x1f6b6a,_0x3ce24b)=>{if('attribute'!=_0x1f6b6a)return'ck-suggestion-marker-'+_0x1f6b6a;const _0x57b08a=_0x3ce24b['split']('|')[0x0];return this['_isBlockAttribute'](_0x57b08a)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x469ed5['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0xf8456a=>{const {id:_0x42d020,authorId:_0x1418c1,type:_0xbbf0f9,subType:_0x235731}=this['_splitMarkerName'](_0xf8456a['markerName']),_0x16c6bc=['ck-suggestion-marker',_0x20174e(_0xbbf0f9,_0x235731)];let _0x39ad15=0xbb8;return this['activeMarkers']['includes'](_0xf8456a['markerName'])&&(_0x16c6bc['push']('ck-suggestion-marker--active'),_0x39ad15=0xbc2),'deletion'==_0xbbf0f9&&(_0x39ad15+=0x5),{'classes':_0x16c6bc,'attributes':{'data-suggestion':_0x42d020,'data-author-id':_0x1418c1},'priority':_0x39ad15};}}),_0x469ed5['conversion']['for']('dataDowncast')['add'](_0x8d4415=>{_0x8d4415['on']('addMarker:suggestion',(_0x4ee8d0,_0x5d1e4d,_0x23cbfe)=>{if(!_0x23cbfe['options']['showSuggestionHighlights'])return;const _0x4814c9=_0x5d1e4d['item'];if(!_0x4814c9)return;const _0x4929df=_0x23cbfe['mapper']['toViewElement'](_0x4814c9);_0x469ed5['model']['schema']['isObject'](_0x4814c9)&&_0x4929df&&!_0x4929df['getCustomProperty']('widget')&&_0x4929df['is']('containerElement')&&_0x5c582a(_0x4929df,_0x23cbfe['writer']);},{'priority':'high'});}),_0x469ed5['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x2a10c2,_0x1763a0)=>{if(!_0x1763a0['options']['showSuggestionHighlights'])return null;const {type:_0x1350d6,subType:_0x3745ef}=this['_splitMarkerName'](_0x2a10c2['markerName']);return{'classes':['ck-suggestion-marker',_0x20174e(_0x1350d6,_0x3745ef)],'priority':0xbb8};}});const _0x5187e8=({showActiveMarkers:_0x22905b=!0x0,isAttributeSuggestion:_0x45edf4=!0x1}={})=>(_0x5d09e3,_0x4d591a,_0x995727)=>{if(!_0x4d591a['item'])return;const {id:_0x124cf9,authorId:_0x52c982}=this['_splitMarkerName'](_0x4d591a['markerName']);if(_0x45edf4){const _0x18a9f9=this['_suggestions']['get'](_0x124cf9),_0x382177=this['_getAttributeKey'](_0x18a9f9);if(!this['_isBlockAttribute'](_0x382177))return;}if(_0x4d591a['item']['is']('selection'))return void _0x995727['consumable']['consume'](_0x4d591a['item'],_0x5d09e3['name']);const _0x168617=_0x995727['mapper']['toViewElement'](_0x4d591a['item']);if(_0x4d591a['item']['is']('element')&&_0x469ed5['model']['schema']['isBlock'](_0x4d591a['item'])&&!_0x168617['getCustomProperty']('addHighlight')){_0x995727['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x168617),_0x995727['writer']['setAttribute']('data-suggestion',_0x124cf9,_0x168617),_0x995727['writer']['setAttribute']('data-author-id',_0x52c982,_0x168617),_0x995727['mapper']['bindElementToMarker'](_0x168617,_0x4d591a['markerName']),_0x22905b&&(this['activeMarkers']['includes'](_0x4d591a['markerName'])?_0x995727['writer']['addClass']('ck-suggestion-marker--active',_0x168617):_0x995727['writer']['removeClass']('ck-suggestion-marker--active',_0x168617));for(const _0x11a65e of _0x469ed5['model']['createRangeIn'](_0x4d591a['item'])['getItems']())_0x995727['consumable']['consume'](_0x11a65e,_0x5d09e3['name']);_0x995727['consumable']['consume'](_0x4d591a['item'],_0x5d09e3['name']);}};_0x469ed5['conversion']['for']('dataDowncast')['add'](_0x44e766=>{_0x44e766['on']('addMarker:suggestion:formatBlock',(_0x3c40fd,_0x21bfaf,_0x17657e)=>{_0x17657e['options']['showSuggestionHighlights']&&_0x5187e8({'showActiveMarkers':!0x1})(_0x3c40fd,_0x21bfaf,_0x17657e);},{'priority':'highest'});}),_0x469ed5['conversion']['for']('dataDowncast')['add'](_0x354c37=>{_0x354c37['on']('addMarker:suggestion:attribute',(_0x1e9a8a,_0x1be5d6,_0x50adaa)=>{_0x50adaa['options']['showSuggestionHighlights']&&_0x5187e8({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x1e9a8a,_0x1be5d6,_0x50adaa);},{'priority':'highest'});}),_0x469ed5['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x5435d1,_0x4389fb)=>_0x4389fb['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x5435d1['substr'](0xb)}}),_0x469ed5['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x5078a3,{writer:_0x57a7e4})=>{let _0x1eef66='suggestion:'+_0x5078a3['getAttribute']('suggestion-type')+':'+_0x5078a3['getAttribute']('id');return _0x5078a3['getAttribute']('marker-count')&&(_0x1eef66+=':'+_0x5078a3['getAttribute']('marker-count')),_0x57a7e4['createElement']('$marker',{'data-name':_0x1eef66});}}),_0x469ed5['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x469ed5['conversion']['for']('editingDowncast')['add'](_0x20829c=>{_0x20829c['on']('addMarker:suggestion:formatBlock',_0x5187e8(),{'priority':'high'});}),_0x469ed5['conversion']['for']('editingDowncast')['add'](_0x294d3f=>{_0x294d3f['on']('addMarker:suggestion:attribute',_0x5187e8({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x469ed5['conversion']['for']('editingDowncast')['add'](_0x34b1cb=>{_0x34b1cb['on']('removeMarker:suggestion:formatBlock',(_0x17404a,_0x514baa,_0x4fec07)=>{const _0x4143a4=_0x4fec07['mapper']['markerNameToElements'](_0x514baa['markerName']);if(_0x4143a4){for(const _0x272b0f of _0x4143a4)_0x272b0f['getCustomProperty']('addHighlight')||(_0x4fec07['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x272b0f),_0x4fec07['writer']['removeAttribute']('data-suggestion',_0x272b0f),_0x4fec07['writer']['removeAttribute']('data-author-id',_0x272b0f),_0x4fec07['mapper']['unbindElementFromMarkerName'](_0x272b0f,_0x514baa['markerName']));}},{'priority':'high'});}),_0x469ed5['conversion']['for']('editingDowncast')['add'](_0xe00633=>{_0xe00633['on']('removeMarker:suggestion:attribute',(_0x320799,_0x573231,_0x54dd15)=>{const _0x2c21d0=_0x54dd15['mapper']['markerNameToElements'](_0x573231['markerName']);if(!_0x2c21d0)return;const {id:_0x32c824}=this['_splitMarkerName'](_0x573231['markerName']),_0x589be2=this['_suggestions']['get'](_0x32c824),_0x537b68=this['_getAttributeKey'](_0x589be2);if(this['_isBlockAttribute'](_0x537b68)){for(const _0x458100 of _0x2c21d0)_0x458100['getCustomProperty']('addHighlight')||(_0x54dd15['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x458100),_0x54dd15['writer']['removeAttribute']('data-suggestion',_0x458100),_0x54dd15['writer']['removeAttribute']('data-author-id',_0x458100),_0x54dd15['mapper']['unbindElementFromMarkerName'](_0x458100,_0x573231['markerName']));}},{'priority':'high'});}),_0x469ed5['model']['document']['registerPostFixer'](_0x47b58b=>{let _0x509cdf=!0x1;const _0x48fc01=Array['from'](_0x469ed5['model']['document']['differ']['getChangedMarkers']()),_0x49d775=new Set();for(const {name:_0x5f3747,data:_0x3fd65d}of _0x48fc01){const {group:_0x3d33b6,type:_0x5246c2,subType:_0x434b07,id:_0x1c6335}=this['_splitMarkerName'](_0x5f3747);if('suggestion'!==_0x3d33b6)continue;const _0x1f7ef0=this['_suggestions']['get'](_0x1c6335);if(null!=_0x3fd65d['newRange']){'formatInline'==_0x5246c2&&(_0x509cdf=_0x509cdf||Ut(_0x3fd65d['newRange'],_0x5f3747,_0x47b58b,_0x469ed5['model']['schema']));const _0x1ae6f2='attribute'==_0x5246c2&&this['_isBlockAttribute'](_0x434b07['split']('|')[0x0]);if(_0x3fd65d['newRange']['isCollapsed']||'$graveyard'==_0x3fd65d['newRange']['root']['rootName']||'formatBlock'==_0x5246c2&&!Ft(_0x3fd65d['newRange'])||_0x1ae6f2&&!Ft(_0x3fd65d['newRange'])||'deletion'==_0x5246c2&&!(!Vt(_0x328152=_0x3fd65d['newRange'])&&!function(_0x18052a){return _0x18052a['start']['parent']==_0x18052a['end']['nodeBefore']&&_0x18052a['start']['isAtEnd'];}(_0x328152)))_0x47b58b['removeMarker'](_0x5f3747),_0x509cdf=!0x0;else{if(!_0x1f7ef0||!_0x1f7ef0['isInContent'])continue;if(_0x3fd65d['newRange']&&_0x3fd65d['oldRange']&&_0x3fd65d['newRange']['isEqual'](_0x3fd65d['oldRange']))continue;_0x49d775['add'](_0x1f7ef0);}}}var _0x328152;return _0x49d775['size']>0x0&&(_0x509cdf=!!this['_joinWithAdjacentSuggestions'](_0x49d775)||_0x509cdf),_0x509cdf;}),_0x469ed5['model']['document']['registerPostFixer'](_0x157e03=>{let _0x2895fb=!0x1;for(const _0x2bf2b9 of _0x469ed5['model']['document']['differ']['getChanges']())if('insert'==_0x2bf2b9['type'])for(const _0x4047f2 of this['_suggestions']['values']()){if(_0x4047f2['isMultiRange']||!_0x4047f2['isInContent'])continue;const _0x3da885='formatBlock'==_0x4047f2['type'],_0x1d1479=this['_getAttributeKey'](_0x4047f2),_0x3c10fb=_0x1d1479&&this['_isBlockAttribute'](_0x1d1479);if(!_0x3da885&&!_0x3c10fb)continue;const _0x28b8d1=_0x4047f2['getFirstRange']();if(_0x28b8d1['start']['parent']!=_0x28b8d1['end']['parent']&&!_0x28b8d1['end']['isAtEnd']){const _0x5d0df6=_0x469ed5['model']['createPositionAt'](_0x28b8d1['start']['nodeAfter'],'end'),_0x64cce8=_0x469ed5['model']['createRange'](_0x28b8d1['start'],_0x5d0df6);_0x157e03['updateMarker'](_0x4047f2['getFirstMarker'](),{'range':_0x64cce8}),_0x2895fb=!0x0;}}return _0x2895fb;}),_0x469ed5['model']['document']['registerPostFixer'](_0x327a56=>this['_processAttributeChanges'](_0x327a56)),_0x469ed5['model']['document']['registerPostFixer'](_0x55173b=>!_0x55173b['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x55173b)),_0x469ed5['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x469ed5['model']['document']['on']('change:data',(_0x278aaa,_0x5c400b)=>{if(!_0x5c400b['isLocal']||_0x5c400b['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x5b1c78=_0x469ed5['model']['document']['differ']['getChanges']();if(0x0==_0x5b1c78['length'])return;const _0x48a0cc=[],_0x198e19=_0x5b1c78['filter'](_0x476c0c=>'attribute'==_0x476c0c['type']),_0x2b7fb5=_0x5b1c78['filter'](_0x488556=>'insert'==_0x488556['type']&&'$text'!=_0x488556['name']);for(const _0x41089a of _0x198e19)this['_isRegisteredAttribute'](_0x41089a['attributeKey'])&&_0x48a0cc['push']({'key':_0x41089a['attributeKey'],'newValue':_0x41089a['attributeNewValue'],'oldValue':_0x41089a['attributeOldValue'],'range':Pt(_0x41089a['range'],_0x469ed5['model'])});for(const _0x1e2a0b of _0x2b7fb5){if('rename'!=_0x1e2a0b['action']&&'refresh'!=_0x1e2a0b['action'])continue;const _0x464465=Lt(_0x1e2a0b['position']['nodeAfter'],_0x469ed5['model']),_0x4cc69a=_0x1e2a0b['before'];'rename'==_0x1e2a0b['action']&&_0x48a0cc['push']({'key':m,'newValue':_0x1e2a0b['name'],'oldValue':_0x4cc69a['name'],'range':_0x464465});for(const [_0x17f361,_0x3d2517]of _0x4cc69a['attributes']){if(!this['_isRegisteredAttribute'](_0x17f361))continue;const _0x11ea5a=_0x1e2a0b['attributes']['get'](_0x17f361);_0x3d2517!==_0x11ea5a&&_0x48a0cc['push']({'key':_0x17f361,'newValue':_0x11ea5a,'oldValue':_0x3d2517,'range':_0x464465});}for(const [_0x23d5e2,_0x1a452d]of _0x1e2a0b['attributes'])this['_isRegisteredAttribute'](_0x23d5e2)&&(_0x4cc69a['attributes']['has'](_0x23d5e2)||_0x48a0cc['push']({'key':_0x23d5e2,'newValue':_0x1a452d,'oldValue':null,'range':_0x464465}));}0x0!=_0x48a0cc['length']&&_0x469ed5['model']['enqueueChange'](_0x5c400b,_0x1e3b4b=>{const _0x222d98=_0x4f54ad();for(const {range:_0x289bdf,key:_0x2719c7,oldValue:_0x4fe2ce,newValue:_0x11a7e4}of _0x48a0cc)this['markAttributeChange'](_0x289bdf,_0x2719c7,_0x4fe2ce,_0x11a7e4,{'groupId':_0x222d98});this['_reduceExistingSuggestions'](_0x1e3b4b,_0x48a0cc);});},{'priority':'lowest'}),_0x469ed5['model']['markers']['on']('update:suggestion',(_0x44005e,_0x252b80,_0x1d026e)=>{if(null==_0x1d026e){const {id:_0xb3e840}=this['_splitMarkerName'](_0x252b80['name']),_0x18744e=this['_suggestions']['get'](_0xb3e840);_0x18744e&&_0x18744e['addMarkerName'](_0x252b80['name']);}}),_0x469ed5['model']['document']['on']('change:data',()=>{const _0x561f0c=Array['from'](_0x469ed5['model']['document']['differ']['getChangedMarkers']())['filter'](_0x4ef40a=>'suggestion'===this['_splitMarkerName'](_0x4ef40a['name'])['group']);if(0x0===_0x561f0c['length'])return;_0x561f0c['sort']((_0x47cf88,_0x49e9bb)=>{const _0xcc759f=_0x47cf88['data']['oldRange'],_0x493839=_0x49e9bb['data']['oldRange'];return null===_0xcc759f&&null===_0x493839?0x0:null===_0xcc759f&&null!==_0x493839?-0x1:null!==_0xcc759f&&null===_0x493839?0x1:_0xcc759f['start']['isBefore'](_0x493839['start'])?-0x1:0x1;});const _0x21242c=new Set(),_0x924af8=new Set();for(const {name:_0x256a7f,data:_0x46ce6d}of _0x561f0c){const {id:_0x4f39f0}=this['_splitMarkerName'](_0x256a7f);if(null===_0x46ce6d['oldRange']){const _0x47c334=this['_handleNewSuggestionMarker'](_0x256a7f);_0x924af8['add'](_0x47c334);}else{const _0x4ae144=this['_suggestions']['get'](_0x4f39f0);null!==_0x46ce6d['newRange']||_0x4ae144['isInContent']?(_0x21242c['add'](_0x4ae144['head']),_0x924af8['add'](_0x4ae144)):this['_removeSuggestion'](_0x4ae144);}}_0x924af8['size']>0x0&&this['_refreshSuggestionsChain'](_0x924af8);for(const _0x385c77 of _0x21242c)this['fire']('suggestionChanged',_0x385c77);}),_0x469ed5['model']['on']('applyOperation',(_0x4aa296,_0x296d1b)=>{const _0x506a97=_0x296d1b[0x0];if(!this['_suggestions']['size'])return;if(!_0x506a97['isDocumentOperation'])return;if(_0x506a97['batch']['isUndo']||!_0x506a97['batch']['isLocal'])return;let _0x48a201,_0x5cb868;switch(_0x506a97['type']){case'insert':_0x48a201=_0x469ed5['model']['createPositionAt'](_0x506a97['position']),_0x5cb868=_0x48a201['getShiftedBy'](_0x506a97['howMany']);break;case'split':_0x48a201=_0x469ed5['model']['createPositionAt'](_0x506a97['splitPosition']),_0x5cb868=_0x469ed5['model']['createPositionAt'](_0x506a97['moveTargetPosition']);break;case'move':_0x48a201=_0x469ed5['model']['createPositionAt'](_0x506a97['targetPosition']),_0x5cb868=_0x48a201['getShiftedBy'](_0x506a97['howMany']);break;default:return;}const _0x2af8f5=_0x469ed5['model']['createRange'](_0x48a201,_0x5cb868);_0x469ed5['model']['change'](()=>{for(const {suggestion:_0x5553cb,meta:_0x12e9de}of this['_findSuggestions'](_0x2af8f5)){if(_0x5553cb['isMultiRange'])continue;if('formatInline'==_0x5553cb['type'])continue;const _0x3c5a4b=this['_getAttributeKey'](_0x5553cb);if(_0x3c5a4b&&this['_isBlockAttribute'](_0x3c5a4b)&&'split'!=_0x506a97['type'])continue;const _0x4651a5=_0x5553cb['data']&&_0x5553cb['data']['multipleBlocks'];('formatBlock'!=_0x5553cb['type']||'split'==_0x506a97['type']&&!_0x4651a5)&&(_0x12e9de['containsRangeInObject']||'insertion'==_0x5553cb['type']&&_0x12e9de['isOwn']||_0x5553cb['getFirstRange']()['containsRange'](_0x2af8f5)&&this['_breakSuggestionMarker'](_0x5553cb,_0x48a201,_0x5cb868));}});},{'priority':'lowest'}),_0x469ed5['model']['on']('deleteContent',(_0xb52899,_0x120879)=>{const _0x23fd51=_0x120879[0x0],_0x35fc24=_0x120879[0x1];if(_0x35fc24&&_0x35fc24['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x23fd51['isCollapsed'])return;const _0x4983f5=_0x469ed5['model']['schema'],{start:_0x3bb1f5,end:_0x25b53e}=_0x23fd51['getFirstRange'](),_0x5b8884=_0x3bb1f5['nodeAfter']&&_0x4983f5['isLimit'](_0x3bb1f5['nodeAfter'])?null:_0x4983f5['getNearestSelectionRange'](_0x3bb1f5,'forward'),_0x2b7e4d=_0x25b53e['nodeBefore']&&_0x4983f5['isLimit'](_0x25b53e['nodeBefore'])?null:_0x4983f5['getNearestSelectionRange'](_0x25b53e,'backward'),_0x292232=_0x469ed5['model']['createRange'](_0x5b8884?_0x5b8884['start']:_0x3bb1f5,_0x2b7e4d?_0x2b7e4d['end']:_0x25b53e);_0x469ed5['model']['change'](_0x386b1c=>{this['markDeletion'](_0x292232);const _0xeb3e71=_0x469ed5['model']['schema']['getNearestSelectionRange'](_0x292232['start']);_0x23fd51['is']('documentSelection')?_0x386b1c['setSelection'](_0xeb3e71):_0x23fd51['setTo'](_0xeb3e71);}),_0xb52899['stop']();},{'priority':_0x5b8cf7['normal']+0xa}),_0x469ed5['model']['on']('insertContent',(_0xed4f6c,_0x43b44b)=>{const _0x205e62=_0x43b44b[_0x43b44b['length']-0x1];_0x205e62&&_0x205e62['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x469ed5['model']['change'](()=>{let _0x206205=_0x469ed5['model']['insertContent'](_0x43b44b[0x0],_0x43b44b[0x1],_0x43b44b[0x2],{'forceDefaultExecution':!0x0});if(!_0x206205)return;_0xed4f6c['return']=_0x206205['clone']();const _0x3a3a72=_0x206205['end']['nodeBefore'],_0x88a0c5=_0x469ed5['model']['schema'];_0x3a3a72&&_0x88a0c5['isBlock'](_0x3a3a72)&&!_0x88a0c5['isObject'](_0x3a3a72)&&(_0x206205=_0x469ed5['model']['createRange'](_0x206205['start'],_0x469ed5['model']['createPositionAt'](_0x3a3a72,'end'))),this['markInsertion'](_0x206205);}),_0xed4f6c['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x1db523=new x(_0x469ed5,this['_suggestions']);_0x469ed5['commands']['add']('acceptSuggestion',_0x1db523),this['enableCommand']('acceptSuggestion');const _0x1624e5=new R(_0x469ed5,this['_suggestions']);_0x469ed5['commands']['add']('discardSuggestion',_0x1624e5),this['enableCommand']('discardSuggestion'),_0x469ed5['commands']['add']('acceptAllSuggestions',new E(_0x469ed5,_0x1db523,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x469ed5['commands']['add']('discardAllSuggestions',new E(_0x469ed5,_0x1624e5,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x469ed5['commands']['add']('acceptSelectedSuggestions',new O(_0x469ed5,_0x1db523,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x469ed5['commands']['add']('discardSelectedSuggestions',new O(_0x469ed5,_0x1624e5,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x1acd6b=_0x469ed5['plugins']['get']('CommentsRepository');this['listenTo'](_0x1acd6b,'addComment',(_0xd4b8b2,{threadId:_0x1ba0be})=>{const _0x493bbd=this['_suggestions']['get'](_0x1ba0be);_0x493bbd&&_0x493bbd['commentThread']&&0x1===_0x493bbd['commentThread']['length']&&this['_updateSuggestionData'](_0x1ba0be,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x1acd6b,'removeComment',(_0x135bd0,{threadId:_0x16058a})=>{const _0x3ea79f=this['_suggestions']['get'](_0x16058a);_0x3ea79f&&_0x3ea79f['commentThread']&&!_0x3ea79f['commentThread']['length']&&this['_updateSuggestionData'](_0x16058a,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x14a3cb){if(this['_adapter'])throw new _0x13c5a0('track-changes-adapter-already-set',this);this['_adapter']=_0x14a3cb;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x13c52b=!0x1,toJSON:_0x31e751=!0x1}={}){const _0x258be7=[];for(const _0x184b97 of this['_suggestions']['values']())_0x13c52b&&!_0x184b97['isInContent']||_0x258be7['push'](_0x184b97);return _0x31e751?_0x258be7['map'](_0x3e72ca=>_0x3e72ca['toJSON']()):_0x258be7;}['getSuggestion'](_0x7eb4a4){const _0x478680=this['_suggestions']['get'](_0x7eb4a4);if(!_0x478680)throw new _0x13c5a0('track-changes-suggestion-not-found',this);return _0x478680;}['hasSuggestion'](_0x377e65){return this['_suggestions']['has'](_0x377e65);}['addSuggestionData'](_0x611519){const {authorId:_0xbfe06c,id:_0x3f13c4,attributes:_0x288a49}=_0x611519,[_0x516926,_0x58f092]=_0x611519['type']['split'](':'),_0xbe495b=this['_suggestions']['get'](_0x3f13c4)||this['_createSuggestion'](_0x516926,_0x58f092,_0x3f13c4,_0xbfe06c,_0x288a49);if(this['_addThreadToSuggestion'](_0xbe495b),this['_checkSuggestionCorrectness'](_0xbe495b,_0x516926,_0x58f092||null,_0xbfe06c),_0xbe495b['createdAt']=_0x611519['createdAt'],_0xbe495b['_isDataLoaded']=!0x0,_0x288a49&&_0x288a49['@external']){const _0x5e334d=_0x288a49['@external'],_0x2ff44d=this['_getExternalAuthor'](_0x5e334d['authorName']);_0xbe495b['authoredAt']=_0x5e334d['createdAt'],_0xbe495b['author']=_0x2ff44d,_0xbe495b['isExternal']=!0x0;}else _0xbe495b['authoredAt']=_0x611519['createdAt'];switch(_0x611519['data']&&(_0xbe495b['data']=_0x611519['data']),_0x611519['attributes']&&(_0xbe495b['attributes']=_0x611519['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0xbe495b['_saved']=!0x0),this['_suggestionState']['get'](_0xbe495b)){case'notReady':this['_suggestionState']['set'](_0xbe495b,'dataReady');break;case'markerReady':_0xbe495b['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0xbe495b])),this['_refreshSuggestionsChain'](new Set([_0xbe495b])),this['_suggestionState']['set'](_0xbe495b,'ready'),this['fire']('suggestionLoaded',_0xbe495b)):this['_suggestionState']['set'](_0xbe495b,'removed');}return _0xbe495b;}['acceptSuggestion'](_0x315a82){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x2e09dc of _0x315a82['getAllAdjacentSuggestions']())_0x2e09dc['accept']();});});}['discardSuggestion'](_0x4c7ab6){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x3862fd of _0x4c7ab6['getAllAdjacentSuggestions']())_0x3862fd['discard']();});});}['enableCommand'](_0x3b24ed,_0x41f631){const _0x199028=this['editor']['commands']['get'](_0x3b24ed);if(!_0x199028)throw new _0x13c5a0('track-changes-command-not-found',this,{'commandName':_0x3b24ed});if(this['_enabledCommands']['has'](_0x199028))throw new _0x13c5a0('track-changes-enable-command-twice',this,{'commandName':_0x3b24ed});this['_enabledCommands']['add'](_0x199028),_0x41f631&&_0x199028['on']('execute',(_0x459f5e,_0xaa61a5)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0xaa61a5['length']>0x0&&_0xaa61a5[_0xaa61a5['length']-0x1]&&_0xaa61a5[_0xaa61a5['length']-0x1]['forceDefaultExecution']?_0xaa61a5['pop']():(_0x459f5e['return']=_0x41f631((..._0x5b4dae)=>_0x199028['execute'](..._0x5b4dae,{'forceDefaultExecution':!0x0}),..._0xaa61a5),_0x459f5e['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x212da1){let _0x302e9e,_0x3579a4;const _0x4ab014=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x302e9e=_0x212da1();}catch(_0x4c1e3e){_0x3579a4=_0x4c1e3e;}return _0x4ab014||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x3579a4&&_0x13c5a0['rethrowUnexpectedError'](_0x3579a4,this),_0x302e9e;}['markInsertion'](_0x211dd2,_0x3341c3=null,_0x8b4c8a={}){if(_0x211dd2['isCollapsed'])return null;const _0x192ed9=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x15732f,meta:_0x11e499}of this['_findSuggestions'](_0x211dd2,'insertion'))if(_0x11e499['isOwn']){if(!_0x11e499['isNextTo']){if(_0x11e499['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!qt(_0x15732f,_0x8b4c8a))continue;return _0x15732f;}if(qt(_0x15732f,_0x8b4c8a))return _0x15732f;this['_breakSuggestionMarker'](_0x15732f,_0x211dd2['start'],_0x211dd2['end']);break;}if(_0x3341c3==_0x15732f['subType']&&qt(_0x15732f,_0x8b4c8a)){const _0x535d2f=_0x15732f['getFirstRange']();return _0x535d2f['start']['isEqual'](_0x211dd2['end'])?this['_setSuggestionRange'](_0x15732f,this['_model']['createRange'](_0x211dd2['start'],_0x535d2f['end'])):this['_setSuggestionRange'](_0x15732f,this['_model']['createRange'](_0x535d2f['start'],_0x211dd2['end'])),_0x15732f;}}const _0x1b504e=_0x4f54ad(),_0x4bb1c8=_0x192ed9['id'],_0xe5d0ce=_0x3341c3?'insertion:'+_0x3341c3:'insertion',_0x1954ba=this['_setSuggestionData']({'id':_0x1b504e,'type':_0xe5d0ce,'createdAt':new Date(),'authorId':_0x4bb1c8,'attributes':_0x8b4c8a});return this['_addSuggestionMarker'](_0xe5d0ce,_0x1b504e,_0x4bb1c8,_0x211dd2),_0x1954ba;}['markMultiRangeInsertion'](_0x3b5fc8,_0x5409d1='multi',_0x346999={}){const _0x2ae799=this['editor']['plugins']['get']('Users')['me'],_0x5770b9=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x5409d1,'join');for(const _0x30b88f of this['getSuggestions']())if(_0x30b88f['author']['id']==_0x2ae799['id']&&'insertion'==_0x30b88f['type']&&_0x30b88f['subType']==_0x5409d1&&qt(_0x30b88f,_0x346999)&&(_0x5770b9(_0x30b88f['getRanges'](),_0x3b5fc8)||_0x5770b9(_0x3b5fc8,_0x30b88f['getRanges']()))){for(const _0x243955 of _0x3b5fc8)_0x30b88f['addRange'](_0x243955);return _0x30b88f;}for(const {suggestion:_0x1f999b,meta:_0x3bcfd1}of this['_findSuggestions'](_0x3b5fc8,'insertion')){if(!_0x3bcfd1['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x3bcfd1['containsRangeInObject'])continue;if(!qt(_0x1f999b,_0x346999))continue;let _0x75b3f5=!0x0;for(const _0x5f1782 of _0x1f999b['getRanges']())for(const _0x15a713 of _0x3b5fc8)if(!_0x5f1782['containsRange'](_0x15a713)){_0x75b3f5=!0x1;break;}if(_0x75b3f5)return _0x1f999b;}const _0x57346d=_0x4f54ad(),_0x2b4b37=_0x2ae799['id'],_0x127443='insertion:'+_0x5409d1,_0x5b4205=this['_setSuggestionData']({'id':_0x57346d,'type':_0x127443,'createdAt':new Date(),'authorId':_0x2b4b37,'attributes':_0x346999});for(const _0x7a434a of _0x3b5fc8)this['_addSuggestionMarker'](_0x127443,_0x57346d,_0x2b4b37,_0x7a434a,u['getMultiRangeId']());return _0x5b4205;}['markInlineFormat'](_0x3ef366,_0x4e4e70,_0x393834=null,_0xee4fe2={}){if(_0x393834=_0x393834||Gt(_0x4e4e70),_0x3ef366['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x334e32=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x393834,'accept');return this['forceDefaultExecution'](()=>_0x334e32([_0x3ef366],_0x4e4e70,_0xee4fe2)),null;}const _0xf1bdb9=this['editor']['plugins']['get']('Users')['me'],_0x362b67=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x48d539,meta:_0x454974}of this['_findSuggestions'](_0x3ef366,'insertion'))_0x454974['isOwn']&&!_0x454974['isInsideObject']&&_0x362b67['push'](..._0x48d539['getRanges']());}const _0x3074ee=function(_0x2a6615,_0x1d72b7){const _0x2b1dd3=[];for(const _0x49df56 of _0x1d72b7){const _0x4eddc4=_0x2a6615['getIntersection'](_0x49df56);_0x4eddc4&&_0x2b1dd3['push'](_0x4eddc4);}return _0x2b1dd3;}(_0x3ef366,_0x362b67),_0x38718e=function(_0x5b5138,_0x5aeac0){const _0x5c2067=[_0x5b5138];for(const _0x1beb3e of _0x5aeac0){let _0x2bfce6=0x0;for(;_0x2bfce6<_0x5c2067['length'];){const _0x628bd2=_0x5c2067[_0x2bfce6]['getDifference'](_0x1beb3e);_0x5c2067['splice'](_0x2bfce6,0x1,..._0x628bd2),_0x2bfce6+=_0x628bd2['length'];}}return _0x5c2067;}(_0x3ef366,_0x362b67);_0x3074ee['length']&&this['_model']['change'](()=>{for(const _0x16caa4 of _0x3074ee){const _0x26ae12=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x393834,'accept');this['forceDefaultExecution'](()=>_0x26ae12([_0x16caa4],_0x4e4e70,_0xee4fe2));}});for(const _0x311b03 of _0x38718e){let _0x22f7d5=null,_0x22ff69=_0x311b03['start'],_0x9c3cc8=_0x311b03['end'];for(const {suggestion:_0x24422b,meta:_0x13c229}of this['_findSuggestions'](_0x311b03,'formatInline')){if(!_0x13c229['isOwn'])continue;if(_0x24422b['subType']!=_0x393834)continue;if(!qt(_0x24422b,_0xee4fe2))continue;const _0x526452=_0x24422b['getFirstRange']();if(_0x526452['containsRange'](_0x311b03,!0x0))return null;_0x22ff69=_0x22ff69['isBefore'](_0x526452['start'])?_0x22ff69:_0x526452['start'],_0x9c3cc8=_0x9c3cc8['isAfter'](_0x526452['end'])?_0x9c3cc8:_0x526452['end'],_0x22f7d5?_0x526452['start']['isBefore'](_0x22f7d5['getFirstRange']()['start'])?(_0x22f7d5['removeMarkers'](),_0x22f7d5=_0x24422b):_0x24422b['removeMarkers']():_0x22f7d5=_0x24422b;}const _0x52709c=this['_model']['createRange'](_0x22ff69,_0x9c3cc8);if(_0x22f7d5)this['_setSuggestionRange'](_0x22f7d5,_0x52709c);else{const _0xa7c21=_0x4f54ad(),_0x1cf1d2=_0xf1bdb9['id'];this['_setSuggestionData']({'id':_0xa7c21,'type':'formatInline:'+_0x393834,'data':_0x4e4e70,'createdAt':new Date(),'authorId':_0x1cf1d2,'attributes':_0xee4fe2}),this['_addSuggestionMarker']('formatInline:'+_0x393834,_0xa7c21,_0x1cf1d2,_0x52709c);}}return null;}['markBlockFormat'](_0x119da4,_0x3f7bc8,_0xd128ed=[],_0xb0e6b2=null,_0xbd8b70={}){_0x3f7bc8['formatGroupId']||(_0x3f7bc8['formatGroupId']=_0x3f7bc8['commandName']),_0x3f7bc8['multipleBlocks']=_0x119da4['is']('range'),_0xb0e6b2=_0xb0e6b2||Gt(_0x3f7bc8);const _0x45e1d3=_0xd128ed['map'](_0x233035=>Lt(_0x233035,this['_model'])),_0x86bf24=_0x119da4['is']('range')?_0x119da4:Lt(_0x119da4,this['_model']);if('never'===this['_trackFormatChanges']){const _0x4b8635=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0xb0e6b2,'accept');return this['forceDefaultExecution'](()=>_0x4b8635([_0x86bf24],_0x3f7bc8,_0xbd8b70)),null;}_0x45e1d3['push'](_0x86bf24);let _0x257da1=!0x0;for(const _0xb335fd of _0x45e1d3)if(!this['_rangeIsInLocalUserInsertion'](_0xb335fd)){_0x257da1=!0x1;break;}if(_0x257da1&&'always'!==this['_trackFormatChanges']){const _0x1a77c9=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0xb0e6b2,'accept');return this['forceDefaultExecution'](()=>_0x1a77c9([_0x86bf24],_0x3f7bc8,_0xbd8b70)),null;}let _0x106b44=null,_0x42185e=_0x86bf24['start'],_0x44bc31=_0x86bf24['end'];for(const {suggestion:_0x1e5d6e,meta:_0x21993e}of this['_findSuggestions'](_0x86bf24,'formatBlock')){if(!_0x21993e['isOwn'])continue;if(_0x21993e['isNextTo']||_0x21993e['containsRangeInObject']||_0x21993e['isInsideObject'])continue;if(_0x1e5d6e['data']['formatGroupId']!=_0x3f7bc8['formatGroupId'])continue;if(!qt(_0x1e5d6e,_0xbd8b70))continue;const _0x36f61e=_0x1e5d6e['getFirstRange']();if(_0x1e5d6e['subType']==_0xb0e6b2){if(_0x36f61e['containsRange'](_0x86bf24,!0x0))return null;_0x42185e=_0x42185e['isBefore'](_0x36f61e['start'])?_0x42185e:_0x36f61e['start'],_0x44bc31=_0x44bc31['isAfter'](_0x36f61e['end'])?_0x44bc31:_0x36f61e['end'],_0x106b44?_0x36f61e['start']['isBefore'](_0x106b44['getFirstRange']()['start'])?(_0x106b44['removeMarkers'](),_0x106b44=_0x1e5d6e):_0x1e5d6e['removeMarkers']():_0x106b44=_0x1e5d6e;}else{const _0xf0a9ce=_0x86bf24['getIntersection'](_0x36f61e);this['_cutOutSuggestionMarker'](_0x1e5d6e,_0xf0a9ce);}}const _0x46a94c=this['editor']['plugins']['get']('Users')['me'],_0x3e273a=_0x4f54ad(),_0x4c2a69=_0x46a94c['id'];if(_0x106b44)return this['_setSuggestionRange'](_0x106b44,this['_model']['createRange'](_0x42185e,_0x44bc31)),_0x106b44;{const _0x3496fa=this['_setSuggestionData']({'id':_0x3e273a,'type':'formatBlock:'+_0xb0e6b2,'data':_0x3f7bc8,'createdAt':new Date(),'authorId':_0x4c2a69,'attributes':_0xbd8b70});return this['_addSuggestionMarker']('formatBlock:'+_0xb0e6b2,_0x3e273a,_0x4c2a69,this['_model']['createRange'](_0x42185e,_0x44bc31)),_0x3496fa;}}['markMultiRangeBlockFormat'](_0x443731,_0x7aa524,_0x4304c8=[],_0xe79eab=null,_0xeac033={}){_0x7aa524['formatGroupId']||(_0x7aa524['formatGroupId']=_0x7aa524['commandName']);const _0x1c6f80=_0x443731[0x0];_0x7aa524['multipleBlocks']=_0x1c6f80['is']('range'),_0xe79eab=_0xe79eab||Gt(_0x7aa524);const _0x2f1ac6=_0x4304c8['map'](_0x4d5083=>Lt(_0x4d5083,this['_model'])),_0xdf241=_0x1c6f80['is']('range')?_0x443731:_0x443731['map'](_0x296437=>Lt(_0x296437,this['_model']));if('never'===this['_trackFormatChanges']){const _0x1b6b5b=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0xe79eab,'accept');return this['forceDefaultExecution'](()=>_0x1b6b5b(_0xdf241,_0x7aa524,_0xeac033)),null;}_0x2f1ac6['push'](..._0xdf241);let _0x2cc77e=!0x0;for(const _0x5c36df of _0x2f1ac6)if(!this['_rangeIsInLocalUserInsertion'](_0x5c36df)){_0x2cc77e=!0x1;break;}if(_0x2cc77e&&'always'!==this['_trackFormatChanges']){const _0xa1942=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0xe79eab,'accept');return this['forceDefaultExecution'](()=>_0xa1942(_0xdf241,_0x7aa524,_0xeac033)),null;}const _0x4128fd=this['editor']['plugins']['get']('Users')['me'];for(const _0x3e8338 of this['getSuggestions']()){if(_0x3e8338['author']['id']!=_0x4128fd['id'])continue;if('formatBlock'!=_0x3e8338['type']||_0x3e8338['data']['formatGroupId']!=_0x7aa524['formatGroupId'])continue;if(!qt(_0x3e8338,_0xeac033))continue;const _0x304810=_0x3e8338['subType']==_0xe79eab;for(let _0x3b6d1a=0x0;_0x3b6d1a<_0xdf241['length'];_0x3b6d1a++){const _0x3ef321=_0xdf241[_0x3b6d1a];for(const _0x5ab4ea of _0x3e8338['getMarkers']()){const _0x52bfed=_0x5ab4ea['getRange']();if(_0x3ef321['isEqual'](_0x52bfed)){_0x304810?(_0xdf241['splice'](_0x3b6d1a,0x1),_0x3b6d1a--):_0x3e8338['removeMarker'](_0x5ab4ea['name']);break;}}}}if(0x0==_0xdf241['length'])return null;const _0x4478cf=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0xe79eab,'join');for(const _0x157f91 of this['getSuggestions']())if(_0x157f91['author']['id']==_0x4128fd['id']&&'formatBlock'==_0x157f91['type']&&_0x157f91['data']['formatGroupId']==_0x7aa524['formatGroupId']&&_0x157f91['subType']==_0xe79eab&&qt(_0x157f91,_0xeac033)&&(_0x4478cf(_0x157f91['getRanges'](),_0xdf241)||_0x4478cf(_0xdf241,_0x157f91['getRanges']()))){for(const _0x22eecb of _0xdf241)_0x157f91['addRange'](_0x22eecb);return _0x157f91;}const _0x2e632e=_0x4f54ad(),_0x5426f6=_0x4128fd['id'],_0x279042='formatBlock:'+_0xe79eab,_0x1f96f1=this['_setSuggestionData']({'id':_0x2e632e,'type':_0x279042,'data':_0x7aa524,'createdAt':new Date(),'authorId':_0x5426f6,'attributes':_0xeac033});for(const _0x23e0d2 of _0xdf241)this['_addSuggestionMarker'](_0x279042,_0x2e632e,_0x5426f6,_0x23e0d2,u['getMultiRangeId']());return _0x1f96f1;}['markDeletion'](_0x4af8c9,_0xd80852=null,_0x470671={}){if(_0x4af8c9['isCollapsed'])return null;const _0x488fa1=this['editor']['plugins']['get']('Users')['me'],_0x28da2d=new _0x7da4c9(_0x4af8c9['start'],_0x4af8c9['end']);for(const {suggestion:_0x3ef604,meta:_0x3c581c}of this['_findSuggestions'](_0x28da2d,'insertion'))if(_0x3c581c['isOwn']&&!_0x3c581c['isNextTo']){if(_0x3ef604['isMultiRange']){const _0x687cfb=_0x3ef604['getRanges']()['filter'](_0x2b0452=>'$graveyard'!=_0x2b0452['root']['rootName']);_0x687cfb['every'](_0x95b02b=>_0x28da2d['containsRange'](_0x95b02b,!0x0))&&_0x3ef604['discard']();if(_0x687cfb['some'](_0xce2e44=>_0xce2e44['containsRange'](_0x28da2d,!0x0))){const _0x4baa1f=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0xd80852,'accept');return this['forceDefaultExecution'](()=>_0x4baa1f([_0x28da2d],null,_0x470671)),null;}}else{const _0x589f2f=_0x28da2d['getIntersection'](_0x3ef604['getFirstRange']());null!==_0x589f2f&&_0x3ef604['_onDiscard']([_0x589f2f],null,_0x470671);}}if(_0x28da2d['detach'](),_0x28da2d['isCollapsed']||'$graveyard'==_0x28da2d['root']['rootName'])return null;let _0x422ea8=null,_0x130b8e=_0x28da2d['start'],_0xd72c17=_0x28da2d['end'];const _0x1e535c=this['_findSuggestions'](_0x28da2d,'deletion');for(const {suggestion:_0x34db3e,meta:_0x2c70ef}of _0x1e535c){const _0x35dd48=this['_model']['createRange'](_0x130b8e,_0xd72c17);if(_0x2c70ef['isOwn']&&(this['_mergeNestedSuggestions']||!_0x2c70ef['containsRangeInObject']&&!_0x2c70ef['isInsideObject'])){if(_0x34db3e['isMultiRange']){if(!qt(_0x34db3e,_0x470671))continue;let _0x237b58=!0x0;for(const _0x4c87e5 of _0x34db3e['getRanges']()){if(_0x4c87e5['containsRange'](_0x35dd48,!0x0))return _0x34db3e;_0x35dd48['containsRange'](_0x4c87e5)||(_0x237b58=!0x1);}_0x237b58&&_0x34db3e['discard']();}else{const _0x11666a=_0x34db3e['getFirstRange']();if(_0x11666a['containsRange'](_0x35dd48,!0x0))return _0x34db3e;if(!qt(_0x34db3e,_0x470671)){_0x35dd48['containsRange'](_0x11666a)?_0x34db3e['removeMarkers']():_0x11666a['containsPosition'](_0x130b8e)?_0x130b8e=_0x11666a['end']:_0x11666a['containsPosition'](_0xd72c17)&&(_0xd72c17=_0x11666a['start']);continue;}_0x130b8e=_0x130b8e['isBefore'](_0x11666a['start'])?_0x130b8e:_0x11666a['start'],_0xd72c17=_0xd72c17['isAfter'](_0x11666a['end'])?_0xd72c17:_0x11666a['end'],_0x470671=Object['assign']({},_0x34db3e['attributes']),_0x422ea8?_0x11666a['start']['isBefore'](_0x422ea8['getFirstRange']()['start'])?(_0x422ea8['removeMarkers'](),_0x422ea8=_0x34db3e):_0x34db3e['removeMarkers']():_0x422ea8=_0x34db3e;}}}if(_0x422ea8)return this['_setSuggestionRange'](_0x422ea8,this['_model']['createRange'](_0x130b8e,_0xd72c17)),_0x422ea8;{const _0x51b5b1=_0x4f54ad(),_0x2a61fc=this['_model']['createRange'](_0x130b8e,_0xd72c17),_0x25a8c9=_0x488fa1['id'],_0x302a07=_0xd80852?'deletion:'+_0xd80852:'deletion',_0x2e4d7b=this['_setSuggestionData']({'id':_0x51b5b1,'type':_0x302a07,'createdAt':new Date(),'authorId':_0x25a8c9,'attributes':_0x470671});return this['_addSuggestionMarker'](_0x302a07,_0x51b5b1,_0x25a8c9,_0x2a61fc),_0x2e4d7b;}}['markMultiRangeDeletion'](_0x5c62cc,_0x403b74='multi',_0x42eada={}){const _0x237cec=this['editor']['plugins']['get']('Users')['me'],_0x13d5e1=_0x5c62cc['map'](_0x45907c=>new _0x7da4c9(_0x45907c['start'],_0x45907c['end'])),_0x196acf=new Set();for(const {suggestion:_0x24ff4a,meta:_0x332405}of this['_findSuggestions'](_0x13d5e1,'insertion'))_0x332405['isOwn']&&!_0x332405['isNextTo']&&_0x196acf['add'](_0x24ff4a);for(const _0x352bd9 of _0x196acf)if(_0x352bd9['isMultiRange']){const _0x422556=_0x352bd9['getRanges']();(!_0x352bd9['attributes']||!_0x352bd9['attributes']['skipNestingCheck'])&&(_0x422556['every'](_0x453a6f=>_0x13d5e1['some'](_0x5506d1=>_0x5506d1['containsRange'](_0x453a6f,!0x0)))&&_0x352bd9['discard']());if(_0x13d5e1['every'](_0x5e790a=>_0x422556['some'](_0x4d16a=>_0x4d16a['containsRange'](_0x5e790a,!0x0)))){const _0x385e7f=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x403b74,'accept');return this['forceDefaultExecution'](()=>_0x385e7f(_0x5c62cc,null,_0x42eada)),null;}}else{const _0x20f6e3=_0x352bd9['getFirstRange']();_0x13d5e1['some'](_0x4f4691=>_0x4f4691['containsRange'](_0x20f6e3,!0x0))&&_0x352bd9['discard']();if(_0x13d5e1['every'](_0x11883e=>_0x20f6e3['containsRange'](_0x11883e,!0x0))){const _0x5cb5f4=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x403b74,'accept');return this['forceDefaultExecution'](()=>_0x5cb5f4(_0x13d5e1,null,_0x42eada)),null;}}const _0x57d0ac=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x403b74,'join');let _0x5274eb=null;for(const _0x2a1e6f of this['getSuggestions']())if(_0x2a1e6f['author']['id']==_0x237cec['id']&&_0x2a1e6f['isInContent']&&'deletion'==_0x2a1e6f['type']&&_0x2a1e6f['subType']==_0x403b74&&qt(_0x2a1e6f,_0x42eada)&&(_0x57d0ac(_0x2a1e6f['getRanges'](),_0x13d5e1)||_0x57d0ac(_0x13d5e1,_0x2a1e6f['getRanges']()))){if(_0x5274eb){if(_0x2a1e6f['commentThread']&&_0x2a1e6f['commentThread']['length'])continue;for(const _0x37e8ad of _0x2a1e6f['getRanges']())_0x5274eb['isIntersectingWithRange'](_0x37e8ad)||_0x5274eb['addRange'](_0x37e8ad);_0x2a1e6f['removeMarkers']();}else{_0x5274eb=_0x2a1e6f;for(const _0x128aa4 of _0x13d5e1)_0x2a1e6f['isIntersectingWithRange'](_0x128aa4)||_0x2a1e6f['addRange'](_0x128aa4);}}if(_0x5274eb)return _0x5274eb;_0x196acf['clear']();for(const {suggestion:_0x50ac2f,meta:_0x5a0143}of this['_findSuggestions'](_0x13d5e1,'deletion'))_0x5a0143['isOwn']&&(this['_mergeNestedSuggestions']||!_0x5a0143['containsRangeInObject']&&!_0x5a0143['isInsideObject'])&&qt(_0x50ac2f,_0x42eada)&&_0x196acf['add'](_0x50ac2f);for(const _0x425c3d of _0x196acf){const _0x63a351=_0x425c3d['getRanges']();if(!_0x42eada||!_0x42eada['skipNestingCheck']){if(_0x13d5e1['every'](_0x38c120=>_0x63a351['some'](_0x45cc29=>_0x45cc29['containsRange'](_0x38c120,!0x0))))return _0x425c3d;}(!_0x425c3d['attributes']||!_0x425c3d['attributes']['skipNestingCheck'])&&(_0x63a351['every'](_0x2d79ca=>_0x13d5e1['some'](_0x129196=>_0x129196['containsRange'](_0x2d79ca,!0x0)))&&_0x425c3d['discard']());}const _0x27818e=_0x4f54ad(),_0x480377=_0x237cec['id'],_0x2725b8='deletion:'+_0x403b74,_0x1d80e9=this['_setSuggestionData']({'id':_0x27818e,'type':_0x2725b8,'createdAt':new Date(),'authorId':_0x480377,'attributes':_0x42eada});for(const _0x478b0f of _0x13d5e1)_0x478b0f['detach'](),_0x478b0f['isCollapsed']||'$graveyard'==_0x478b0f['root']['rootName']||this['_addSuggestionMarker'](_0x2725b8,_0x27818e,_0x480377,_0x478b0f,u['getMultiRangeId']());return _0x1d80e9;}['markAttributeChange'](_0x29dcc3,_0x13448e,_0x282ad4,_0x493375,_0x5d5b76){if(_0x29dcc3['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x1f4864=this['editor']['plugins']['get']('Users')['me']['id'],_0x31f51b=Array['from'](this['_suggestions']['values']())['filter'](_0x1a5ce2=>'attribute'==_0x1a5ce2['type']&&_0x1a5ce2['data']['key']==_0x13448e&&_0x1a5ce2['isIntersectingWithRange'](_0x29dcc3));if('default'===this['_trackFormatChanges']){const _0x23cee0=this['_findSuggestions'](_0x29dcc3,'insertion')['filter'](({meta:_0x43102c})=>_0x43102c['isOwn']&&!_0x43102c['isInsideObject']&&!_0x43102c['isNextTo'])['map'](({suggestion:_0x1fd043})=>_0x1fd043);_0x31f51b['unshift'](..._0x23cee0);}const _0x296e11=new Map([[_0x29dcc3,_0x282ad4]]);for(const _0x19f25b of _0x31f51b){const _0x5a21f6='attribute'==_0x19f25b['type']?_0x19f25b['data']['oldValue']:void 0x0,_0x538bed=_0x19f25b['getFirstRange'](),_0xd77b12=Array['from'](_0x296e11['keys']())['find'](_0x493238=>_0x493238['isIntersecting'](_0x538bed));if(!_0xd77b12)continue;const _0x534d82=_0xd77b12['getDifference'](_0x538bed);this['_isBlockAttribute'](_0x13448e)&&'insertion'==_0x19f25b['type']&&0x0!=_0x534d82['length']||(_0x296e11['delete'](_0xd77b12),_0x534d82['forEach'](_0x2f72e8=>{_0x296e11['set'](_0x2f72e8,_0x282ad4);}),'insertion'!=_0x19f25b['type']&&_0x5a21f6!=_0x493375&&_0x296e11['set'](_0xd77b12['getIntersection'](_0x538bed),_0x5a21f6));}const _0x57a889=[];for(const [_0x8aa11d,_0x495e06]of _0x296e11){const _0x3c1656=_0x4f54ad(),_0x222b23={'key':_0x13448e,'oldValue':_0x495e06,'newValue':_0x493375};_0x13448e['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':_0x13448e});const _0x36102b=('attribute:'+(_0x13448e+'|'+Gt({'newValue':_0x493375})))['substring'](0x0,0x3c),_0x149562=this['_setSuggestionData']({'id':_0x3c1656,'type':_0x36102b,'data':_0x222b23,'createdAt':new Date(),'authorId':_0x1f4864,'attributes':_0x5d5b76});_0x57a889['push'](_0x149562),this['_addSuggestionMarker'](_0x36102b,_0x3c1656,_0x1f4864,_0x8aa11d);}return _0x57a889;}['enableDefaultAttributesIntegration'](_0x4a80c0){this['enableCommand'](_0x4a80c0,(_0xcb81d2,..._0x52ac4b)=>{this['_recordAttributeChanges'](()=>{_0xcb81d2(..._0x52ac4b);});});}['registerBlockAttribute'](_0x52c1b4){this['_blockAttributeKeys']['add'](_0x52c1b4);}['registerInlineAttribute'](_0x171c37){this['_inlineAttributeKeys']['add'](_0x171c37);}['_getAttributeKey'](_0x3ca9e2){return'attribute'==_0x3ca9e2['type']?_0x3ca9e2['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x5be386,_0x16a2a9){const _0x22d892=_0x5be386['getFirstMarker']();this['_model']['change'](_0x54441a=>{_0x54441a['updateMarker'](_0x22d892,{'range':_0x16a2a9});});}['_addThreadToSuggestion'](_0x142fa9){const _0x42aaa7=_0x142fa9['id'],_0x25ffc0=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x42aaa7)||this['_commentsRepository']['addCommentThread']({'channelId':_0x25ffc0,'threadId':_0x42aaa7,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x1b6596=this['_commentsRepository']['getCommentThread'](_0x42aaa7);_0x1b6596['unbind']('isRemovable'),_0x1b6596['isRemovable']=!0x1,_0x142fa9['commentThread']=_0x1b6596;}['_checkSuggestionCorrectness'](_0x5208f5,_0xea41f4,_0x40eec2,_0x381f99){if(_0x5208f5['type']!=_0xea41f4||_0x5208f5['subType']!=_0x40eec2||_0x5208f5['creator']['id']!=_0x381f99)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x13c5a0('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x5d79b0,_0x18cdb4){const _0x5e8279=_0x5d79b0['getFirstRange']();if(_0x18cdb4['isEqual'](_0x5e8279))_0x5d79b0['removeMarkers']();else{if(_0x5e8279['containsRange'](_0x18cdb4)){const _0x265d1b=this['_model']['createPositionAt'](_0x18cdb4['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x5d79b0,this['_model']['createRange'](_0x5e8279['start'],_0x265d1b));const _0x5779bc=_0x4f54ad(),_0x205099=_0x5d79b0['creator']['id'],_0x4d599c=_0x5d79b0['type']+':'+_0x5d79b0['subType'];this['_setSuggestionData']({'id':_0x5779bc,'type':_0x4d599c,'createdAt':new Date(),'authorId':_0x205099,'data':_0x5d79b0['data'],'attributes':_0x5d79b0['attributes']});const _0xb93d19=this['_model']['createPositionAt'](_0x18cdb4['end']['parent'],'after'),_0x3c4165=this['_model']['createRange'](_0xb93d19,_0x5e8279['end']);this['_addSuggestionMarker'](_0x4d599c,_0x5779bc,_0x205099,_0x3c4165);}else{if(_0x5e8279['containsPosition'](_0x18cdb4['start'])){const _0xd53f36=this['_model']['createPositionAt'](_0x18cdb4['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x5d79b0,this['_model']['createRange'](_0x5e8279['start'],_0xd53f36));}else{const _0x12ef35=this['_model']['createPositionAt'](_0x18cdb4['end']['parent'],'after');this['_setSuggestionRange'](_0x5d79b0,this['_model']['createRange'](_0x12ef35,_0x5e8279['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x3c2f8a){for(const {suggestion:_0x3176c7,meta:_0x6f4241}of this['_findSuggestions'](_0x3c2f8a,'insertion')){if(!_0x6f4241['isOwn'])continue;const _0x4c1132=_0x3176c7['getRanges']();for(const _0x3653e1 of _0x4c1132)if(!_0x3c2f8a['getDifference'](_0x3653e1)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x31b0e2){const _0x436729=this['editor']['plugins']['get']('Users')['getUser'](_0x31b0e2);if(!_0x436729)throw new _0x13c5a0('track-changes-user-not-found',this);return _0x436729;}['_getExternalAuthor'](_0x36b28c){const _0x3b65f5=this['editor']['plugins']['get']('Users'),_0x15dc3d=_0x179626('external:'+_0x36b28c),_0x205191=_0x3b65f5['getUser'](_0x15dc3d);return _0x205191||_0x3b65f5['addUser']({'id':_0x15dc3d,'name':_0x36b28c});}['_createSuggestion'](_0x585068,_0x41be2c,_0x12960c,_0x4202ce,_0x53f875){const _0x5b43d6=this['_getAuthorFromId'](_0x4202ce),_0x4a2277=this['_suggestionFactory']['buildSuggestion'](_0x585068,_0x41be2c,_0x12960c,_0x5b43d6,_0x53f875,_0x4a1006=>{this['_updateSuggestionData'](_0x12960c,{'attributes':_0x4a1006});const _0x2910e1=this['getSuggestion'](_0x12960c);this['_joinWithAdjacentSuggestions'](new Set([_0x2910e1])),this['_refreshSuggestionsChain'](new Set([_0x2910e1]));});return this['listenTo'](_0x4a2277,'accept',()=>{this['_updateSuggestionData'](_0x12960c,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x4a2277,'discard',()=>{this['_updateSuggestionData'](_0x12960c,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x12960c,_0x4a2277),this['_suggestionState']['set'](_0x4a2277,'notReady'),_0x4a2277;}['_splitMarkerName'](_0xb0ce02){const _0x5f2a1b=_0xb0ce02['split'](':');return{'group':_0x5f2a1b[0x0],'type':_0x5f2a1b[0x1],'subType':_0x5f2a1b['length']>=0x5?_0x5f2a1b[0x2]:null,'id':_0x5f2a1b['length']<0x5?_0x5f2a1b[0x2]:_0x5f2a1b[0x3],'authorId':_0x5f2a1b['length']<0x5?_0x5f2a1b[0x3]:_0x5f2a1b[0x4],'markerCount':0x6==_0x5f2a1b['length']?_0x5f2a1b[0x5]:null};}['_breakSuggestionMarker'](_0x3443ce,_0x575545,_0x8c87ad){const _0x4e7e81=_0x3443ce['getFirstRange'](),_0x2291ba=_0x4e7e81['start'],_0x1a1480=_0x4e7e81['end'];this['_setSuggestionRange'](_0x3443ce,this['_model']['createRange'](_0x2291ba,_0x575545));const _0x409fbb=_0x4f54ad(),_0x479b5c=_0x3443ce['creator']['id'],_0x224761=_0x3443ce['type']+(_0x3443ce['subType']?':'+_0x3443ce['subType']:'');this['_setSuggestionData']({'id':_0x409fbb,'type':_0x224761,'createdAt':new Date(),'authorId':_0x479b5c,'originalSuggestionId':_0x3443ce['id'],'attributes':_0x3443ce['attributes'],'data':_0x3443ce['data']});const _0x575c3c=this['_getAttributeKey'](_0x3443ce);('formatBlock'==_0x3443ce['type']||_0x575c3c&&this['_isBlockAttribute'](_0x575c3c))&&(_0x8c87ad=this['_model']['createPositionBefore'](_0x8c87ad['parent'])),this['_addSuggestionMarker'](_0x224761,_0x409fbb,_0x479b5c,this['_model']['createRange'](_0x8c87ad,_0x1a1480));}['_findSuggestions'](_0x57a1c8,_0x305ed1=null){const _0x3c592e=[],_0x5e1e7c=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x57a1c8)||(_0x57a1c8=[_0x57a1c8]);for(const _0x1385b3 of this['getSuggestions']()){if(!_0x1385b3['isInContent'])continue;if(_0x305ed1&&_0x1385b3['type']!=_0x305ed1)continue;let _0x3b5749=!0x1;for(const _0x53b533 of _0x1385b3['getRanges']()){for(const _0x488d61 of _0x57a1c8){const _0x1fa4b3=_0x488d61['start']['isEqual'](_0x53b533['end'])||_0x488d61['end']['isEqual'](_0x53b533['start']);if(_0x1fa4b3||_0x488d61['getIntersection'](_0x53b533)){const _0x4c5c11=_0x488d61['containsRange'](_0x53b533)&&Ot(this['_model']['schema'],_0x53b533['start'],_0x488d61),_0x32fa92=_0x53b533['containsRange'](_0x488d61)&&Ot(this['_model']['schema'],_0x488d61['start'],_0x53b533);_0x3c592e['push']({'suggestion':_0x1385b3,'meta':{'isOwn':_0x5e1e7c==_0x1385b3['author'],'isNextTo':_0x1fa4b3,'isInsideObject':_0x4c5c11,'containsRangeInObject':_0x32fa92}}),_0x3b5749=!0x0;break;}}if(_0x3b5749)break;}}return _0x3c592e;}['_addSuggestionMarker'](_0x4c9fb1,_0x25d621,_0xd3122d,_0x467af2,_0x5bf5fb){this['_model']['change'](_0x478b6e=>{let _0x3e967d='suggestion:'+_0x4c9fb1+':'+_0x25d621+':'+_0xd3122d;_0x5bf5fb&&(_0x3e967d=_0x3e967d+':'+_0x5bf5fb),_0x478b6e['addMarker'](_0x3e967d,{'range':_0x467af2,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x3a7283){const _0x1cac5a=_0x3a7283['previous'],_0x316299=_0x3a7283['next'];_0x3a7283['previous']=null,_0x3a7283['next']=null,null!=_0x1cac5a&&_0x1cac5a['next']==_0x3a7283&&(_0x1cac5a['next']=_0x316299),null!=_0x316299&&_0x316299['previous']==_0x3a7283&&(_0x316299['previous']=_0x1cac5a),'ready'==this['_suggestionState']['get'](_0x3a7283)&&(this['_suggestionState']['set'](_0x3a7283,'removed'),this['fire']('suggestionUnloaded',_0x3a7283,_0x1cac5a,_0x316299));}['_setSuggestionData'](_0x4ef68a){const _0x4bb003=_0x4ef68a['id'],_0x471b5e=this['addSuggestionData'](_0x4ef68a);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x5eb935=this['editor']['plugins']['get']('PendingActions'),_0x5ffcd9=_0x471b5e['hasComments'],_0x3474a4=_0x471b5e['subType']?_0x471b5e['type']+':'+_0x471b5e['subType']:_0x471b5e['type'],_0x5dcf7c=this['editor']['locale'],_0x1d19b2=_0x5eb935['add'](o(_0x5dcf7c,'PENDING_ACTION_SUGGESTION')),_0x46e3ea={'id':_0x4bb003,'type':_0x3474a4,'hasComments':_0x5ffcd9,'data':_0x4ef68a['data']||null,'originalSuggestionId':_0x4ef68a['originalSuggestionId']||null,'attributes':_0x471b5e['attributes']};this['_adapter']['addSuggestion'](_0x46e3ea)['then'](_0x3d7895=>{_0x471b5e['_saved']=!0x0,_0x5eb935['remove'](_0x1d19b2),_0x3d7895&&_0x3d7895['createdAt']&&(this['_suggestions']['get'](_0x4bb003)['createdAt']=_0x3d7895['createdAt']);})['catch'](_0x59ac09=>{throw _0x1cc79c('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x471b5e['discard']();}),_0x471b5e['stopListening'](),this['_suggestions']['delete'](_0x471b5e['id']),this['_suggestionState']['delete'](_0x471b5e),_0x59ac09;});}return _0x471b5e;}['_isBlockAttribute'](_0x5abdb1){return this['_blockAttributeKeys']['has'](_0x5abdb1);}['_updateSuggestionData'](_0x23c2f7,_0x331eef){const _0x36d61c=this['editor']['plugins']['get']('PendingActions'),_0x5c623d=this['getSuggestion'](_0x23c2f7);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x5c623d['_saved']){const _0xf6025d=_0x36d61c['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x23c2f7,_0x331eef)['then'](()=>{_0x36d61c['remove'](_0xf6025d);});}else _0x5c623d['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x23c2f7,_0x331eef);});}}['_getSuggestionData'](_0x2b4c7e){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x13c5a0('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x2b4c7e);}['_handleNewSuggestionMarker'](_0x4512f0){const {id:_0x2717df,type:_0x28bcc7,subType:_0x44501e,authorId:_0x3d8358}=this['_splitMarkerName'](_0x4512f0),_0x44780e=this['_suggestions']['get'](_0x2717df)||this['_createSuggestion'](_0x28bcc7,_0x44501e,_0x2717df,_0x3d8358,{});switch(this['_checkSuggestionCorrectness'](_0x44780e,_0x28bcc7,_0x44501e,_0x3d8358),this['_suggestionState']['get'](_0x44780e)){case'notReady':this['_getSuggestionData'](_0x2717df)['then'](_0x3ea043=>{let _0x1e7a28=Promise['resolve']();_0x3ea043['hasComments']&&(_0x1e7a28=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x2717df})),_0x1e7a28['then'](()=>{this['addSuggestionData'](_0x3ea043)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x44780e,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x2717df,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x44780e,'ready'),this['fire']('suggestionLoaded',_0x44780e);break;case'ready':this['fire']('suggestionChanged',_0x44780e);}return _0x44780e['addMarkerName'](_0x4512f0),_0x44780e;}['_refreshSuggestionsChain'](_0x5aba15){const _0x4f6e57=Array['from'](_0x5aba15),_0x41448d=_0x4f6e57['filter'](_0x59b53e=>'attribute'==_0x59b53e['type']);this['_refreshAttributeSuggestionsChain'](_0x41448d);const _0x18d28c=_0x4f6e57['filter'](_0x3c3763=>!_0x3c3763['isMultiRange']&&'attribute'!=_0x3c3763['type']),_0x2d1c17=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x284b09=>!_0x284b09['isMultiRange']&&'attribute'!=_0x284b09['type']),_0x4c9b17=_0x2d1c17['filter'](_0x420b71=>!_0x5aba15['has'](_0x420b71)),_0x2994cd=new Map(_0x2d1c17['map'](_0x61c483=>[_0x61c483,this['_suggestionFactory']['getSuggestionCallback'](_0x61c483['type'],_0x61c483['subType'],'chain')])),_0x253b01=new Map(_0x2d1c17['map'](_0x4d68a0=>[_0x4d68a0,_0x4d68a0['getFirstRange']()])),_0x57e3a6=new Set(),_0x44f6d6=new Set();for(let _0x20159d=0x0;_0x20159d<_0x18d28c['length'];_0x20159d++)_0x43d1ce(_0x18d28c[_0x20159d],_0x18d28c,_0x20159d+0x1);for(let _0x309f3c=0x0;_0x309f3c<_0x18d28c['length'];_0x309f3c++)_0x43d1ce(_0x18d28c[_0x309f3c],_0x4c9b17,0x0);const _0x594ed0=new Set();for(let _0x22cbab=0x0;_0x22cbab<_0x18d28c['length'];_0x22cbab++){const _0x33c368=_0x18d28c[_0x22cbab];!_0x44f6d6['has'](_0x33c368)&&_0x33c368['previous']&&(_0x594ed0['add'](_0x33c368['previous']),_0x33c368['previous']['next']===_0x33c368&&(_0x33c368['previous']['next']=null),_0x33c368['previous']=null),!_0x57e3a6['has'](_0x33c368)&&_0x33c368['next']&&(_0x594ed0['add'](_0x33c368['next']),_0x33c368['next']['previous']===_0x33c368&&(_0x33c368['next']['previous']=null),_0x33c368['next']=null);}function _0x43d1ce(_0x38fd2a,_0x5c5d65,_0x1a1454){for(let _0x4b233b=_0x1a1454;_0x4b233b<_0x5c5d65['length'];_0x4b233b++){const _0x508516=_0x5683da(_0x38fd2a,_0x5c5d65[_0x4b233b]);_0x508516&&(_0x508516[0x0]['next']=_0x508516[0x1],_0x508516[0x1]['previous']=_0x508516[0x0],_0x57e3a6['add'](_0x508516[0x0]),_0x44f6d6['add'](_0x508516[0x1]));}}function _0x5683da(_0x5547ea,_0x16ee41){if(_0x5547ea['author']['id']!==_0x16ee41['author']['id'])return null;const _0x12d126=_0x2994cd['get'](_0x5547ea)(_0x5547ea,_0x16ee41,_0x253b01['get'](_0x5547ea),_0x253b01['get'](_0x16ee41));if(!_0x12d126)return null;return _0x2994cd['get'](_0x16ee41)(_0x5547ea,_0x16ee41,_0x253b01['get'](_0x5547ea),_0x253b01['get'](_0x16ee41))?_0x12d126[0x1]['commentThread']&&_0x12d126[0x1]['commentThread']['length']?null:_0x12d126:null;}_0x594ed0['size']&&this['_refreshSuggestionsChain'](_0x594ed0);}['_refreshAttributeSuggestionsChain'](_0x29b70d){if(0x0==_0x29b70d['length'])return;const _0x283a7d=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x52e3d7=>'attribute'==_0x52e3d7['type']&&_0x52e3d7['_isDataLoaded']),_0x16824a=[],_0x2004bd=new Map();for(const _0x3bce79 of _0x283a7d){const _0x58d7a9=_0x179626(_0x3bce79['attributes']);_0x2004bd['has'](_0x58d7a9)||(_0x2004bd['set'](_0x58d7a9,_0x16824a['length']),_0x16824a['push']([]));const _0x1357da=_0x2004bd['get'](_0x58d7a9);_0x16824a[_0x1357da]['push'](_0x3bce79);}!(function(){_0x16824a['sort']((_0x51c53b,_0x564c94)=>{const _0x1da05a=_0x51c53b[0x0]['createdAt'],_0x56582c=_0x564c94[0x0]['createdAt'];return _0x1da05a==_0x56582c?_0x51c53b[0x0]['attributes']['groupId']<_0x564c94[0x0]['attributes']['groupId']?-0x1:0x1:_0x1da05a<_0x56582c?-0x1:0x1;});for(const _0x2779db of _0x16824a)_0x2779db['sort']((_0x242d97,_0x5aab22)=>_0x242d97['id']<_0x5aab22['id']?-0x1:0x1);}());for(let _0x2d6e45=0x0;_0x2d6e45<_0x16824a['length'];_0x2d6e45++){if(0x0==_0x16824a[_0x2d6e45]['length'])continue;const _0x15f677=[];for(let _0x203697=_0x2d6e45+0x1;_0x203697<_0x16824a['length'];_0x203697++)0x0!=_0x16824a[_0x203697]['length']&&_0x1eadcf(_0x16824a[_0x2d6e45],_0x16824a[_0x203697])&&_0x15f677['push'](_0x203697);for(const _0x45f4fb of _0x15f677)_0x16824a[_0x2d6e45]=_0x16824a[_0x2d6e45]['concat'](_0x16824a[_0x45f4fb]),_0x16824a[_0x45f4fb]=[];}for(const _0x5cc265 of _0x16824a)for(let _0x292136=0x0;_0x292136<_0x5cc265['length'];_0x292136++){const _0x268b60=_0x5cc265[_0x292136+0x1]||null;_0x5cc265[_0x292136]['next']!==_0x268b60&&(_0x5cc265[_0x292136]['next']=_0x268b60);}for(const _0x22ecaa of _0x16824a)for(let _0x2f4426=0x0;_0x2f4426<_0x22ecaa['length'];_0x2f4426++){const _0x532fc8=_0x22ecaa[_0x2f4426-0x1]||null;_0x22ecaa[_0x2f4426]['previous']!==_0x532fc8&&(_0x22ecaa[_0x2f4426]['previous']=_0x532fc8);}function _0x1eadcf(_0xee9b0c,_0x3eee75){if(_0xee9b0c[0x0]['attributes']['groupId']!==_0x3eee75[0x0]['attributes']['groupId']&&_0xee9b0c[0x0]['author']!==_0x3eee75[0x0]['author'])return!0x1;if(!function(_0x408ea4,_0x89e47e){if(!_0x408ea4['hasComments']&&!_0x89e47e['hasComments'])return!0x0;if(_0x408ea4['hasComments']&&_0x89e47e['hasComments'])return!0x1;if(_0x408ea4['hasComments']&&_0x89e47e['createdAt']<_0x408ea4['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x89e47e['hasComments']&&_0x408ea4['createdAt']<_0x89e47e['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0xee9b0c[0x0],_0x3eee75[0x0]))return!0x1;const _0x2f5f4d=Tt(_0xee9b0c[0x0]['attributes'],'groupId'),_0x278eaf=Tt(_0x3eee75[0x0]['attributes'],'groupId');if(!_0x19ae42(_0x2f5f4d,_0x278eaf))return!0x1;return!!_0xee9b0c['every'](_0x2c1244=>_0x3eee75['some'](_0x1312cb=>_0x2c1244['getFirstRange']()['isEqual'](_0x1312cb['getFirstRange']())))&&_0x3eee75['every'](_0x405491=>_0xee9b0c['some'](_0x4bf1bb=>_0x405491['getFirstRange']()['isEqual'](_0x4bf1bb['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x32eba0){const _0x115b28=Array['from'](_0x32eba0),_0x2928a0=this['getSuggestions']({'skipNotAttached':!0x0}),_0x3ab3e4=_0x2928a0['filter'](_0x3909e7=>!_0x32eba0['has'](_0x3909e7)),_0x2b6e58=new Map(_0x115b28['map'](_0x441232=>[_0x441232,this['_suggestionFactory']['getSuggestionCallback'](_0x441232['type'],_0x441232['subType'],'join')])),_0x2ec41c=new Map(_0x2928a0['map'](_0x504b56=>[_0x504b56,_0x504b56['getRanges']()]));for(let _0x957287=0x0;_0x957287<_0x115b28['length'];_0x957287++){if(_0x422211(this,_0x115b28[_0x957287],_0x115b28,_0x957287+0x1))return!0x0;}for(let _0x1bfb9b=0x0;_0x1bfb9b<_0x115b28['length'];_0x1bfb9b++){if(_0x422211(this,_0x115b28[_0x1bfb9b],_0x3ab3e4,0x0))return!0x0;}return!0x1;function _0x422211(_0x3f19bc,_0x4c3b92,_0x566acc,_0xbd1632){for(let _0x168e94=_0xbd1632;_0x168e94<_0x566acc['length'];_0x168e94++){const _0x4bc568=_0x566acc[_0x168e94];if(_0x4bc568['type']!==_0x4c3b92['type']||_0x4bc568['author']['id']!==_0x4c3b92['author']['id']||_0x4bc568['subType']!==_0x4c3b92['subType'])continue;if(!Jt(_0x4c3b92,_0x4bc568))continue;if('attribute'==_0x4c3b92['type']&&_0x4c3b92['data']['oldValue']!=_0x4bc568['data']['oldValue'])continue;if('attribute'==_0x4c3b92['type']&&_0x3f19bc['_isBlockAttribute'](_0x4c3b92['data']['key']))continue;if('formatBlock'==_0x4c3b92['type']){const _0x9dc228=_0x3f19bc['editor']['model'],_0x2be0cf=_0x4c3b92['getContainedElement']();if(_0x2be0cf&&(_0x9dc228['schema']['isObject'](_0x2be0cf)||_0x9dc228['schema']['isLimit'](_0x2be0cf)))continue;}const _0xcc9ffa=_0x2b6e58['get'](_0x4c3b92),_0x40767b=_0x2ec41c['get'](_0x4c3b92),_0x392427=_0x2ec41c['get'](_0x4bc568),_0x103152=_0x4c3b92['commentThread']&&_0x4c3b92['commentThread']['length'],_0x3baf93=_0x4bc568['commentThread']&&_0x4bc568['commentThread']['length'];if(!_0x103152&&_0xcc9ffa(_0x392427,_0x40767b))return _0x3f19bc['_joinSuggestions'](_0x4bc568,_0x4c3b92),_0x2ec41c['delete'](_0x4c3b92),!0x0;if(!_0x3baf93&&_0xcc9ffa(_0x40767b,_0x392427))return _0x3f19bc['_joinSuggestions'](_0x4c3b92,_0x4bc568),_0x2ec41c['delete'](_0x4bc568),!0x0;}return!0x1;}}['_joinSuggestions'](_0x267b28,_0x3707a9){if(_0x267b28['isMultiRange']){for(const _0x19bbde of _0x3707a9['getRanges']())_0x267b28['addRange'](_0x19bbde);}else{const _0x1d9aa7=_0x3707a9['getFirstRange']()['end'];this['_setSuggestionRange'](_0x267b28,this['_model']['createRange'](_0x267b28['getFirstRange']()['start'],_0x1d9aa7));}_0x3707a9['removeMarkers']();}['_getMarkerAnnouncementText'](_0x520724,_0x2da9ba,_0x193a03){const _0x50ef54=_0x520724['startsWith']('format')||_0x520724['startsWith']('attribute')?'FORMATTING':_0x520724['toUpperCase']();return o(this['editor']['locale'],_0x2da9ba+'_'+_0x50ef54+'_SUGGESTION_ANNOUNCEMENT',_0x193a03);}['_initAriaMarkerChangeAnnouncements'](){const _0x48a126=this['editor'];if(!_0x48a126['ui'])return;const {ariaLiveAnnouncer:_0x249a6f}=_0x48a126['ui'];_0x461878(this['_model'],({left:_0x4a117f,entered:_0x1393fa})=>{for(const _0x314e9f of _0x4a117f){const {group:_0xac6455,type:_0x43f2a0}=this['_splitMarkerName'](_0x314e9f['name']);if('suggestion'===_0xac6455){_0x249a6f['announce'](this['_getMarkerAnnouncementText'](_0x43f2a0,'LEAVE'));break;}}for(const _0x14389b of _0x1393fa){const {group:_0x1b89af,type:_0xaeb485}=this['_splitMarkerName'](_0x14389b['name']);if('suggestion'===_0x1b89af){_0x249a6f['announce'](this['_getMarkerAnnouncementText'](_0xaeb485,'ENTER',_0x1eb9f0(_0x5dadca)));break;}}});}['_processAttributeChanges'](_0x376ff9){if(this['_recordAttributeSuggestions'])return!0x1;const _0x4153fc=this['editor'],_0x3a7f50=_0x4153fc['model']['document']['differ']['getChanges']();if(0x0==_0x3a7f50['length'])return!0x1;const _0x53f453=[],_0x21f552=_0x3a7f50['filter'](_0x213c25=>'attribute'==_0x213c25['type']),_0x1511dd=_0x3a7f50['filter'](_0x2eaf67=>'insert'==_0x2eaf67['type']&&'$text'!=_0x2eaf67['name']),_0x4b3497=_0x3a7f50['filter'](_0x3de3df=>'remove'==_0x3de3df['type']&&'$text'!=_0x3de3df['name']);for(const _0xc6be0a of _0x21f552)_0x53f453['push']({'key':_0xc6be0a['attributeKey'],'newValue':_0xc6be0a['attributeNewValue'],'oldValue':_0xc6be0a['attributeOldValue'],'range':Pt(_0xc6be0a['range'],_0x4153fc['model'])});for(const _0x2942ed of _0x1511dd){const _0x13fd18=_0x4b3497['find'](_0x2f6060=>_0x2f6060['position']['isEqual'](_0x2942ed['position']));_0x13fd18&&_0x53f453['push']({'key':m,'newValue':_0x2942ed['name'],'oldValue':_0x13fd18['name'],'range':_0x4153fc['model']['createRangeOn'](_0x2942ed['position']['nodeAfter'])});}return 0x0!=_0x53f453['length']&&this['_reduceExistingSuggestions'](_0x376ff9,_0x53f453);}['_processAttributeSuggestions'](_0x2b5796){let _0x93ba2e=!0x1;const _0x3d04d5=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x333ee9=>_0x333ee9['data']['newRange']&&_0x333ee9['name']['startsWith']('suggestion:attribute:'));for(const _0xcdb634 of _0x3d04d5){const {subType:_0x256612,id:_0x4730e4}=this['_splitMarkerName'](_0xcdb634['name']),_0x405556=_0x256612['split']('|')[0x0];for(const _0x138191 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x138191['id']!=_0x4730e4&&'attribute'==_0x138191['type']&&_0x138191['data']&&_0x138191['data']['key']==_0x405556&&_0x138191['getFirstRange']()['isIntersecting'](_0xcdb634['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x138191,_0xcdb634['data']['newRange'],_0x2b5796),_0x93ba2e=!0x0);}return _0x93ba2e;}['_recordAttributeChanges'](_0x33f346){this['_recordAttributeSuggestions']=!0x0,_0x33f346();}['_isRegisteredAttribute'](_0x33e1c1){const _0x4504c6=this['_isBlockAttribute'](_0x33e1c1),_0x2e22bc=this['_inlineAttributeKeys']['has'](_0x33e1c1);return _0x4504c6||_0x2e22bc;}['_reduceExistingSuggestions'](_0x346642,_0x2b217e){if(0x0==_0x2b217e['length'])return!0x1;let _0x367700=!0x1;for(const _0x3eef39 of _0x2b217e){const _0x13ef67=this['_findSuggestions'](_0x3eef39['range'],'attribute')['filter'](_0x398f19=>!_0x398f19['meta']['isNextTo'])['map'](_0x6d8c3f=>_0x6d8c3f['suggestion']),_0x4554cb=_0x179626({'newValue':_0x3eef39['newValue']});_0x13ef67['filter'](_0xbd654c=>{const [_0x2f3c8e,_0x3c99a8]=_0xbd654c['subType']['split']('|');return _0x2f3c8e==_0x3eef39['key']&&_0x3c99a8!=_0x4554cb;})['forEach'](_0x4db8a0=>{this['_reduceSuggestionAttributeRange'](_0x4db8a0,_0x3eef39['range'],_0x346642),_0x367700=!0x0;});}return _0x367700;}['_reduceSuggestionAttributeRange'](_0x337df2,_0x46387f,_0x235702){const _0x58b372=_0x337df2['getFirstRange']()['getDifference'](_0x46387f);0x0!==_0x58b372['length']?0x1!==_0x58b372['length']?this['_breakSuggestionMarker'](_0x337df2,_0x46387f['start'],_0x46387f['end']):this['_setSuggestionRange'](_0x337df2,_0x58b372[0x0]):_0x235702['removeMarker'](_0x337df2['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x1fcc93){this['_editor']=_0x1fcc93,this['_model']=_0x1fcc93['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x1821d6,_0x4ae56b,_0x25a00f,_0x40c8ec,_0x317d37,_0x2cd91e){return new u(this['_model'],{'type':_0x1821d6,'subType':_0x4ae56b,'id':_0x25a00f,'author':_0x40c8ec,'creator':_0x40c8ec,'attributes':_0x317d37,'onAttributesChange':_0x2cd91e,'onAccept':(..._0x18d8d0)=>this['getSuggestionCallback'](_0x1821d6,_0x4ae56b,'accept')(..._0x18d8d0),'onDiscard':(..._0x54c65e)=>this['getSuggestionCallback'](_0x1821d6,_0x4ae56b,'discard')(..._0x54c65e)});}['registerCustomCallback'](_0x21e09a,_0x534eed,_0x3afb75,_0x1b352b){const _0x40f047=_0x21e09a+':'+_0x534eed+':'+_0x3afb75;this['_customCallbacks']['set'](_0x40f047,_0x1b352b);}['getSuggestionCallback'](_0x4af08a,_0xa2de87,_0x51b2b4){const _0x2df364=_0x4af08a+':'+_0xa2de87+':'+_0x51b2b4;return this['_customCallbacks']['get'](_0x2df364)||this['_defaultCallbacks']['get'](_0x4af08a+':'+_0x51b2b4);}['_registerDefaultCallbacks'](){const _0x5900b2=()=>!0x1,_0x7d863a=_0x4761a6=>{_0x4761a6['sort']((_0x2c174b,_0x4bf7ab)=>_0x2c174b['start']['isBefore'](_0x4bf7ab['start'])?0x1:-0x1),this['_model']['change'](_0xa7747a=>{for(const _0xa5eaf4 of _0x4761a6){let _0x5eafc7;_0x5eafc7=_0xa5eaf4['end']['isAtEnd']&&_0xa5eaf4['end']['parent']==_0xa5eaf4['start']['nodeAfter']?_0xa7747a['createSelection'](_0xa5eaf4['start']['nodeAfter'],'on'):_0xa7747a['createSelection'](_0xa5eaf4),this['_model']['deleteContent'](_0x5eafc7,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x44a088=(_0x46b8e6,_0x405430)=>{_0x405430&&this['_model']['change'](_0x5b0352=>{const {commandName:_0x202c38,commandParams:_0x2813e1=[]}=_0x405430,_0x2d5366=_0x46b8e6['map'](_0x4f268d=>(Vt(_0x4f268d)&&(_0x4f268d=this['_model']['createRange'](_0x4f268d['end'])),_0x4f268d))['filter'](_0x11e0d6=>'$graveyard'!==_0x11e0d6['root']['rootName']);if(_0x2d5366['length']<0x1)return;const _0x26ba80=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x49ac03=>_0x7da4c9['fromRange'](_0x49ac03));_0x5b0352['setSelection'](_0x2d5366);for(const _0x989d2c of this['_editor']['commands']['commands']())_0x989d2c['refresh']();_0x2813e1['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x202c38,..._0x2813e1);const _0x29c0ea=_0x26ba80['filter'](_0x1d703c=>'$graveyard'!=_0x1d703c['root']['rootName']);_0x29c0ea['length']>0x0&&_0x5b0352['setSelection'](_0x29c0ea);for(const _0x1f7dfb of _0x26ba80)_0x1f7dfb['detach']();});},_0x395129=(_0x12a5d1,_0x226479)=>0x1==_0x12a5d1['length']&&0x1==_0x226479['length']&&_0x12a5d1[0x0]['end']['isEqual'](_0x226479[0x0]['start']),_0x2a7e1d=(_0x52ea43,_0x2abc48,_0x28981d,_0xd7c4d3)=>Ht(_0x52ea43,_0x2abc48,_0x28981d,_0xd7c4d3,this['_model'])?[_0x52ea43,_0x2abc48]:Ht(_0x2abc48,_0x52ea43,_0xd7c4d3,_0x28981d,this['_model'])?[_0x2abc48,_0x52ea43]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x5900b2),this['_defaultCallbacks']['set']('insertion:discard',_0x7d863a),this['_defaultCallbacks']['set']('insertion:join',_0x395129),this['_defaultCallbacks']['set']('insertion:chain',_0x2a7e1d),this['_defaultCallbacks']['set']('deletion:accept',_0x7d863a),this['_defaultCallbacks']['set']('deletion:discard',_0x5900b2),this['_defaultCallbacks']['set']('deletion:join',_0x395129),this['_defaultCallbacks']['set']('deletion:chain',_0x2a7e1d),this['_defaultCallbacks']['set']('formatInline:accept',_0x44a088),this['_defaultCallbacks']['set']('formatInline:discard',_0x5900b2),this['_defaultCallbacks']['set']('formatInline:join',_0x395129),this['_defaultCallbacks']['set']('formatInline:chain',_0x5900b2),this['_defaultCallbacks']['set']('formatBlock:accept',_0x44a088),this['_defaultCallbacks']['set']('formatBlock:discard',_0x5900b2),this['_defaultCallbacks']['set']('formatBlock:join',_0x395129),this['_defaultCallbacks']['set']('formatBlock:chain',_0x5900b2),this['_defaultCallbacks']['set']('attribute:accept',_0x5900b2),this['_defaultCallbacks']['set']('attribute:discard',(_0x757fb9,_0xf5acda)=>{if(!_0xf5acda)return;const _0xbfb0d7=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x334b14=>{if(_0xf5acda['key']==m)for(const _0x777204 of _0x757fb9){const _0x30b25e=_0x777204['start']['nodeAfter'],_0x1a7679=_0xf5acda['oldValue'];_0x334b14['rename'](_0x30b25e,_0x1a7679);}else{if(_0xbfb0d7['_isBlockAttribute'](_0xf5acda['key'])){for(const _0xe9d254 of _0x757fb9)void 0x0!==_0xf5acda['oldValue']?_0x334b14['setAttribute'](_0xf5acda['key'],_0xf5acda['oldValue'],_0xe9d254['start']['nodeAfter']):_0x334b14['removeAttribute'](_0xf5acda['key'],_0xe9d254['start']['nodeAfter']);}else{for(const _0x31ce05 of _0x757fb9)_0xf5acda['oldValue']?_0x334b14['setAttribute'](_0xf5acda['key'],_0xf5acda['oldValue'],_0x31ce05):_0x334b14['removeAttribute'](_0xf5acda['key'],_0x31ce05);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x395129);}}function Ot(_0x1227f3,_0x31d91c,_0x326e29){for(const _0x3799a1 of _0x31d91c['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x3799a1['root']==_0x3799a1)return!0x1;if(!_0x326e29['containsItem'](_0x3799a1))return!0x1;if(_0x1227f3['isObject'](_0x3799a1)||_0x1227f3['isLimit'](_0x3799a1))return!0x0;}return!0x1;}function Vt(_0x1145ca){return _0x1145ca['end']['parent']==_0x1145ca['start']['nodeAfter']&&_0x1145ca['end']['isAtStart'];}function Ut(_0x3eec08,_0x1fa63d,_0x1f6386,_0x7bdd29){const _0x24419f=_0x16fdd9=>!_0x16fdd9['item']['is']('$textProxy')&&!_0x7bdd29['isObject'](_0x16fdd9['item']),_0x35bd9b=_0x3eec08['start']['getLastMatchingPosition'](_0x24419f),_0x224889=_0x3eec08['end']['getLastMatchingPosition'](_0x24419f,{'direction':'backward'});return(!_0x3eec08['start']['isEqual'](_0x35bd9b)||!_0x3eec08['end']['isEqual'](_0x224889))&&(_0x35bd9b['isBefore'](_0x224889)?_0x1f6386['updateMarker'](_0x1fa63d,{'range':_0x1f6386['createRange'](_0x35bd9b,_0x224889)}):_0x1f6386['removeMarker'](_0x1fa63d),!0x0);}function Gt(_0x3a363b){return _0x179626(_0x3a363b);}function Ft(_0x308efa){const _0x5640ae=_0x308efa['start']['nodeAfter'];return _0x5640ae&&_0x5640ae['is']('element');}function Pt(_0x436a0a,_0x124252){return null==_0x436a0a['end']['nodeBefore']&&_0x436a0a['end']['parent']==_0x436a0a['start']['nodeAfter']?Lt(_0x436a0a['start']['nodeAfter'],_0x124252):_0x436a0a;}function Lt(_0x14cd94,_0x4b0d1d){const _0x5d2329=_0x4b0d1d['schema']['isObject'](_0x14cd94)||_0x4b0d1d['schema']['isSelectable'](_0x14cd94);return _0x4b0d1d['createRange'](_0x4b0d1d['createPositionAt'](_0x14cd94,'before'),_0x5d2329?_0x4b0d1d['createPositionAfter'](_0x14cd94):_0x4b0d1d['createPositionAt'](_0x14cd94,'end'));}function Ht(_0x1e1667,_0x30c06e,_0x5845da,_0x12f8ad,_0x1dfb61){if(_0x1e1667['next'])return!0x1;if(!Jt(_0x1e1667,_0x30c06e))return!0x1;if(_0x5845da['end']['isEqual'](_0x12f8ad['start']))return!0x0;if(_0x1e1667['type']!=_0x30c06e['type'])return!0x1;if(!_0x5845da['end']['isTouching'](_0x12f8ad['start']))return!0x1;const _0x131b20=_0x1dfb61['createRange'](_0x5845da['end'],_0x12f8ad['start'])['getWalker']();for(const _0x109144 of _0x131b20)if(['elementStart','elementEnd']['includes'](_0x109144['type'])&&_0x1dfb61['schema']['isLimit'](_0x109144['item']))return!0x1;return!0x0;}function Jt(_0x26d31b,_0x4c035a){if(!_0x26d31b['_isDataLoaded']||!_0x4c035a['_isDataLoaded'])return!0x1;const _0x1d7930=new Set(Object['keys'](_0x26d31b['attributes'])),_0x5ae036=new Set(Object['keys'](_0x4c035a['attributes']));if(_0x1d7930['delete']('groupId'),_0x5ae036['delete']('groupId'),0x0==_0x1d7930['size']&&0x0==_0x5ae036['size'])return!0x0;if(_0x1d7930['size']!=_0x5ae036['size'])return!0x1;const _0x17cec7={..._0x26d31b['attributes']},_0x5a39a4={..._0x4c035a['attributes']};return delete _0x17cec7['groupId'],delete _0x5a39a4['groupId'],JSON['stringify'](_0x17cec7)==JSON['stringify'](_0x5a39a4);}function qt(_0x4e6499,_0x3aee97){const _0x28f7d5=zt(_0x4e6499['attributes']),_0x5600ff=zt(_0x3aee97);if(!_0x4e6499['_isDataLoaded'])return!0x1;for(const _0x16136a of Object['keys'](_0x5600ff))if(!_0x19ae42(_0x28f7d5[_0x16136a],_0x5600ff[_0x16136a]))return!0x1;return!0x0;}function zt(_0x131666){const _0x211575=Object['assign']({},_0x131666);return delete _0x211575['skipNestingCheck'],delete _0x211575['tablePasteChainId'],_0x211575;}class ae extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x334129(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x1f72f7,_0x5589c7,_0x30d55f,_0x3a414b){super(),this['model']=_0x5589c7,this['view']=_0x30d55f,this['commentThreadController']=_0x3a414b,this['_editor']=_0x1f72f7,this['_acceptCommand']=_0x1f72f7['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x1f72f7['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x2ad404,_0x4a7ae4)=>_0x2ad404||_0x4a7ae4),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x1c135d=>_0x1c135d&&this['_editor']['model']['canEditAt'](_0x5589c7['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x2696c0=>_0x2696c0&&this['_editor']['model']['canEditAt'](_0x5589c7['getRanges']())),this['_pendingAction']=null,_0x30d55f['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x30d55f,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x30d55f,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x30d55f,'change:isDirty',()=>{_0x30d55f['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 _0x350460=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x350460);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x2e19fa{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x5a115f,_0x2b2864,_0x7f28c3,_0x11d6dd){super(_0x5a115f),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x77bd41(_0x5a115f,o(_0x5a115f,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x2b2864['authoredAt']),this['bind']('authoredAt')['to'](_0x2b2864),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',_0x2b2864,'authoredAt',this,'descriptionParts',(_0x35c643,_0x1b6e8f,_0x2b9958)=>{const _0x9f6717=_0x2b9958['map'](_0x39deb0=>ls(_0x39deb0['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x35c643-0x1,_0x2b2864['author']['name'],_0x1b6e8f?_0x11d6dd['formatDateTime'](_0x1b6e8f):'',new DOMParser()['parseFromString'](_0x9f6717,'text/html')['body']['textContent']]);}),this['focusables']=new _0x5f28e2(),this['focusTracker']=new _0xf9b9a0(),this['keystrokes']=new _0x368b70(),this['focusCycler']=new _0x1f890a({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x4edad3=>_0x4edad3['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x2b2864,this['_localUser']=_0x7f28c3,this['_config']=_0x11d6dd,_0x11d6dd['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x5d7def(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x20b7a6}=this['_config'];this['commentsListView']=new _0x20b7a6(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',_0x3b9cda=>_0x3b9cda+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x44fafc,_0x527ecc)=>_0x44fafc||!!_0x527ecc);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x2886ab}=this['_config'],_0x57f6c7=new _0x2886ab(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x573d3d=_0x57f6c7['commentInputView'];return _0x57f6c7['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x573d3d,'value',(_0x2f8332,_0x4440ca,_0xbdc35f)=>!!_0xbdc35f||_0x2f8332&&!_0x4440ca),_0x573d3d['on']('submit',(_0x436aa0,_0x898f49)=>{this['fire']('addComment',_0x898f49),_0x573d3d['editor']['setData']('');}),_0x573d3d['on']('cancel',()=>this['focus']()),_0x573d3d['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x57f6c7;}}class re extends us{['suggestionView'];['_descriptionElement'];constructor(_0x522c5d,_0x2104d6,_0x3097f5,_0x597eb7){super(_0x522c5d,_0x2104d6,_0x3097f5,_0x597eb7),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x39435e=>_0x39435e&&_0x39435e[0x0]?_0x39435e[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x38618c,_0x4b2a79)=>{let _0x5777e5='';for(const _0x57fed4 of _0x38618c)_0x5777e5+='<p>'+ls(_0x57fed4['content'],_0x57fed4['color'])+'</p>';return _0x4b2a79?_0x5777e5:_0x5558c6(_0x5777e5,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x597eb7['SuggestionView'](_0x522c5d,_0x2104d6,{'formatDateTime':_0x597eb7['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 _0x3a452d=this['bindTemplate'],_0x2cdcd6=[this['suggestionView']];return this['commentsListView']&&_0x2cdcd6['push'](this['commentsListView']),this['commentThreadInputView']&&_0x2cdcd6['push'](this['commentThreadInputView']),_0x2cdcd6['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x3a452d['if']('isActive','ck-suggestion-wrapper--active'),_0x3a452d['to']('type',_0x27ca62=>'ck-suggestion-'+_0x27ca62),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':_0x3a452d['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x2cdcd6};}['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 _0x2e19fa{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x290831,_0x17507e,_0x4f5df9){super(_0x290831),this['_model']=_0x17507e,this['_config']=_0x4f5df9,this['set']('description',''),this['bind']('authoredAt')['to'](_0x17507e),this['acceptButton']=this['_createButton'](o(_0x290831,'Accept\x20suggestion'),_0x320a23['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x290831,'Discard\x20suggestion'),_0x320a23['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x188458(_0x290831,_0x17507e['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x5f28e2([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0xf9b9a0(),this['keystrokes']=new _0x368b70(),this['focusCycler']=new _0x1f890a({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x1ccddf=>_0x1ccddf['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x552a25=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x552a25['innerHTML']=this['description'],this['on']('change:description',(_0x1fb241,_0x1e960d,_0x247b69)=>{_0x552a25['innerHTML']=_0x247b69;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x37c174=this['bindTemplate'],_0x2951c0=[{'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':_0x37c174['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x37c174['to']('authoredAt',_0x4e2093=>this['_config']['formatDateTime'](_0x4e2093))}]}]},{'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']&&_0x2951c0['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':_0x2951c0}]};}['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'](_0x346a3d,_0x38764c,_0x350007,_0x4de371,_0x4891b7){const _0xc6234e=new _0x35c314(this['locale']);return _0xc6234e['set']({'label':_0x346a3d,'icon':_0x38764c,'tooltip':!0x0,'tooltipPosition':_0x4891b7}),_0xc6234e['extendTemplate']({'attributes':{'class':_0x350007}}),_0xc6234e['on']('execute',()=>{this['fire'](_0x4de371,this['_model']['id']);}),_0xc6234e;}['_setupKeyboardNavigation'](){const _0x4f97ff=this['element'];this['keystrokes']['listenTo'](_0x4f97ff);for(const _0x1fb27e of this['focusables'])this['focusTracker']['add'](_0x1fb27e['element']),this['keystrokes']['listenTo'](_0x1fb27e['element']);this['keystrokes']['set']('enter',(_0x2bb024,_0x10a374)=>{_0x4f97ff===_0x2bb024['target']&&(this['focusCycler']['focusFirst'](),_0x10a374());}),this['keystrokes']['set']('esc',(_0x215b43,_0x3dac90)=>{_0x4f97ff!==_0x215b43['target']&&(this['focus'](),_0x3dac90());});}}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 _0x26a770{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x53b94d,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x5b89b4){super(_0x5b89b4),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x11aaca=this['editor']['config'];_0x11aaca['define']('trackChanges.SuggestionThreadView',re),_0x11aaca['define']('trackChanges.SuggestionView',ce),_0x11aaca['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x11aaca['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x1d3cb4,_0x1db2d7){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x4b4392,_0x5591fd]of this['_handleControllerBuffer']){const _0x54f1ba=this['_suggestionToController']['has'](_0x4b4392);_0x54f1ba||_0x5591fd?_0x54f1ba&&_0x5591fd&&this['_destroyController'](_0x4b4392):this['_initializeController'](_0x4b4392);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x1d3cb4,_0x1db2d7);}['init'](){const _0x3c170=this['editor'],_0x1208ce=_0x3c170['plugins']['get']('TrackChangesEditing'),_0x3d308f=_0x3c170['plugins']['get']('Annotations'),_0x2892ff=_0x3c170['plugins']['get']('EditorAnnotations'),_0x15fa52=_0x3c170['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x2892ff['addSourceCollector'](()=>{const _0x1322ac=[];for(const [_0x50ec5a,_0x13c16d]of Array['from'](this['_suggestionToController'])){const _0x2580cc=_0x50ec5a['getAllAdjacentSuggestions'](),_0x534d9a=[];for(const _0x23665c of _0x2580cc){if(!_0x23665c['isInContent'])continue;if(_0x23665c['isMultiRange']){_0x534d9a['push'](..._0x23665c['getRanges']());continue;}const _0x33255f=_0x23665c['getFirstRange']();if(_0x534d9a['length']>0x0){const _0x205e4b=_0x534d9a[0x0]['getJoined'](_0x33255f);if(_0x205e4b){_0x534d9a[0x0]=_0x205e4b;continue;}}_0x534d9a['push'](_0x33255f);}_0x1322ac['push']([_0x13c16d['view'],_0x534d9a]);}return _0x1322ac;}),this['listenTo'](_0x1208ce,'suggestionLoaded',(_0x2579f4,_0x531452)=>{this['listenTo'](_0x531452,'change:previous',(_0x4411c0,_0x25de1e,_0x25d271,_0x43bb08)=>{_0x531452['isInContent']&&(null==_0x25d271?(this['_updateController'](_0x43bb08['head']),this['_handleSuggestionControllerDelayed'](_0x531452,!0x1)):(this['_updateController'](_0x25d271['head']),null==_0x43bb08&&this['_handleSuggestionControllerDelayed'](_0x531452,!0x0)));}),null!==_0x531452['previous']?this['_updateController'](_0x531452['head']):this['_handleSuggestionControllerDelayed'](_0x531452,!0x1);}),this['listenTo'](_0x1208ce,'suggestionUnloaded',(_0x4e5ad9,_0x30eba4,_0x1b8a88)=>{this['stopListening'](_0x30eba4,'change:previous'),this['_handleControllerBuffer']['delete'](_0x30eba4),this['_suggestionToController']['has'](_0x30eba4)&&this['_destroyController'](_0x30eba4),_0x1b8a88&&this['_updateController'](_0x1b8a88['head']);}),this['listenTo'](_0x1208ce,'suggestionChanged',(_0x3b1f69,_0x260e92)=>{this['_updateController'](_0x260e92);}),this['listenTo'](_0x3d308f,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x15fa52,'addComment',(_0x5cbcee,{threadId:_0x489b3e,isFromAdapter:_0x37b79f})=>{if(_0x37b79f||!_0x1208ce['hasSuggestion'](_0x489b3e))return;const _0x46d094=_0x1208ce['getSuggestion'](_0x489b3e);this['_suggestionToController']['get'](_0x46d094)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x33d5fd=this['editor']['plugins']['get']('Annotations'),_0x106050=this['editor']['plugins']['get']('TrackChangesEditing'),_0x34d0bd=Array['from'](_0x33d5fd['activeAnnotations'],_0x331e69=>_0x331e69['innerView'])['filter'](_0x3da702=>this['_viewToController']['has'](_0x3da702)),_0x54cafa=[];for(const _0x56649a of _0x34d0bd){const _0x1e67d4=this['_viewToController']['get'](_0x56649a)['model']['getAllAdjacentSuggestions']();_0x54cafa['push'](..._0x1e67d4['reduce']((_0x510006,_0xcba1cc)=>[..._0x510006,..._0xcba1cc['getMarkerNames']()],[]));}_0x106050['activeMarkers']=_0x54cafa;}['_addUIComponentsToFactory'](){const _0x35c791=this['editor'],_0x3a1e07=_0x35c791['locale'],_0x30dd84=o(_0x3a1e07,'Track\x20changes'),_0x319a6f=new Wt([{'type':'switchbutton','model':new _0x21730f({'withText':!0x0,'isToggleable':!0x0,'label':_0x30dd84,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x21730f({'withText':!0x0,'label':o(_0x3a1e07,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x21730f({'withText':!0x0,'label':o(_0x3a1e07,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x21730f({'withText':!0x0,'label':o(_0x3a1e07,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x21730f({'withText':!0x0,'label':o(_0x3a1e07,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x2d776d of _0x319a6f)if(me(_0x2d776d)){const _0x56ef0f=_0x35c791['commands']['get'](_0x2d776d['model']['commandName']);_0x2d776d['model']['bind']('isOn','isEnabled')['to'](_0x56ef0f,'value','isEnabled');}_0x35c791['ui']['componentFactory']['add']('trackChanges',_0x4928d4=>this['_createToolbarButton'](_0x4928d4,_0x319a6f,_0x30dd84)),_0x35c791['ui']['componentFactory']['add']('menuBar:trackChanges',_0x166646=>this['_createMenuBarMenu'](_0x166646,_0x319a6f,_0x30dd84));}['_createToolbarButton'](_0x26c57b,_0x29c49e,_0x4b7222){const _0x48a012=Qt(_0x26c57b,_0xa80728),_0x556a66=this['editor']['commands']['get']('trackChanges');_0x48a012['buttonView']['set']({'tooltip':_0x4b7222,'label':_0x4b7222,'icon':he}),_0x48a012['buttonView']['bind']('isOn')['to'](_0x556a66,'value'),_0x48a012['buttonView']['on']('execute',()=>{_0x556a66['execute'](),this['editor']['editing']['view']['focus']();}),Kt(_0x48a012,_0x29c49e,{'role':'menu'});const _0x127917=[];for(const _0x49ff21 of _0x29c49e)me(_0x49ff21)&&_0x127917['push'](this['editor']['commands']['get'](_0x49ff21['model']['commandName']));const _0x1ef8eb=_0x48a012['buttonView'];return _0x1ef8eb['actionView']['unbind']('isEnabled'),_0x1ef8eb['arrowView']['unbind']('isEnabled'),_0x1ef8eb['actionView']['bind']('isEnabled')['to'](_0x556a66,'isEnabled'),_0x1ef8eb['arrowView']['bind']('isEnabled')['toMany'](_0x127917,'isEnabled',(..._0x392a4c)=>_0x392a4c['some'](_0x2dcf28=>_0x2dcf28)),_0x48a012['on']('execute',_0x1751eb=>{this['editor']['execute'](_0x1751eb['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x48a012;}['_createMenuBarMenu'](_0x5e3e5a,_0xaa5c04,_0x4ac0a3){const _0x29a6e3=new Yt(_0x5e3e5a),_0x360888=this['editor']['commands']['get']('trackChanges');_0x29a6e3['buttonView']['set']({'label':_0x4ac0a3,'icon':he});const _0x55442f=new Zt(_0x5e3e5a);for(const _0xb92d25 of _0xaa5c04){if('separator'==_0xb92d25['type']){_0x55442f['items']['add'](new Xt(_0x5e3e5a));continue;}const _0x334978=new te(_0x5e3e5a,_0x29a6e3),_0xea0336=new _0x5180ba(_0x5e3e5a),_0x1a80d4=_0xb92d25['model'];_0xea0336['bind'](...Object['keys'](_0x1a80d4))['to'](_0x1a80d4),_0xea0336['delegate']('execute')['to'](_0x29a6e3),_0xea0336['on']('execute',()=>{this['editor']['execute'](_0x1a80d4['commandName']),this['editor']['editing']['view']['focus']();}),_0x334978['children']['add'](_0xea0336),_0x55442f['items']['add'](_0x334978);}return _0x29a6e3['bind']('isEnabled')['to'](_0x360888,'isEnabled'),_0x29a6e3['panelView']['children']['add'](_0x55442f),_0x29a6e3;}['_initializeController'](_0x2ec543){const _0x414e37=this['editor'],_0x20f846=_0x414e37['config'],_0x3cdb73=_0x414e37['plugins']['get']('Annotations'),_0x4b4eb5=_0x414e37['plugins']['get']('CommentsRepository'),_0x103282=_0x414e37['plugins']['get']('EditorAnnotations'),_0x47c430=_0x414e37['plugins']['get'](_0x53b94d)['me'],_0x41515a=_0x20f846['get']('trackChanges')['SuggestionThreadView'],_0x29d753=_0x20f846['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x480a9e,CommentThreadInputView:_0x2f242b}=_0x414e37['plugins']['get']('CommentsUI');let _0x2d883c,_0x5e05d8,_0x47e01c;this['_annotationViews']['has'](_0x2ec543['id'])?(_0x5e05d8=this['_annotationViews']['get'](_0x2ec543['id']),_0x2d883c=_0x5e05d8['mainView']):(_0x2d883c=new _0x41515a(_0x414e37['locale'],_0x2ec543,_0x47c430,{'disableComments':this['_disableComments'],'editorConfig':_0x20f846['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x20f846['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x20f846['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x20f846['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x5c98ba(_0x20f846['get']('locale')),'CommentView':_0x20f846['get']('comments')['CommentView'],'CommentsListView':_0x480a9e,'CommentThreadInputView':_0x2f242b,'SuggestionView':_0x29d753}),_0x2d883c['suggestionView']['acceptButton']['on']('execute',()=>{_0x414e37['editing']['view']['focus']();}),_0x2d883c['suggestionView']['discardButton']['on']('execute',()=>{_0x414e37['editing']['view']['focus']();}),_0x5e05d8=_0x3cdb73['createAnnotationView'](this['editor']['locale'],_0x2d883c),_0x5e05d8['bind']('isDirty')['to'](_0x2d883c,'isDirty'),_0x5e05d8['bind']('length')['to'](_0x2d883c),_0x5e05d8['bind']('type')['to'](_0x2d883c,'type',_0xaac687=>'suggestion-'+_0xaac687),_0x2d883c['on']('escape',()=>{_0x47e01c['fire']('escape');}),this['_annotationViews']['set'](_0x2ec543['id'],_0x5e05d8));const _0x35f5f5=_0x4b4eb5['createCommentThreadController'](_0x2ec543['commentThread'],_0x2d883c),_0x5f0a7f=new ae(_0x414e37,_0x2ec543,_0x2d883c,_0x35f5f5),_0x3e881f=_0x2ec543['getAllAdjacentSuggestions']()['filter'](_0x1ba73a=>_0x1ba73a['isInContent']);_0x2d883c['descriptionParts']=_0x414e37['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x3e881f),this['_suggestionToController']['set'](_0x2ec543,_0x5f0a7f),this['_viewToController']['set'](_0x2d883c,_0x5f0a7f),_0x47e01c=_0x3cdb73['createAnnotation']({'view':_0x5e05d8,'target':()=>{const _0x1c098e=[],_0x29dc38=_0x2ec543['getAllAdjacentSuggestions']()['filter'](_0x184a98=>_0x184a98['isInContent']);for(const _0x106eea of _0x29dc38)_0x1c098e['push'](..._0x106eea['getMarkers']());return _0x36ddf0(_0x414e37['editing'],_0x1c098e);},'type':()=>'suggestion-'+_0x5f0a7f['view']['type']}),_0x4b4eb5['_bindAnnotationToEditors'](_0x2d883c,_0x47e01c),_0x3cdb73['add'](_0x47e01c),_0x103282['registerAnnotation'](_0x47e01c);}['_destroyController'](_0x8a32e3){const _0x1d409e=this['editor']['plugins']['get']('CommentsRepository'),_0x572d00=this['editor']['plugins']['get']('Annotations'),_0x403962=this['_suggestionToController']['get'](_0x8a32e3),_0x3af2bb=_0x403962['view'],_0x27f9d7=_0x572d00['getByInnerView'](_0x3af2bb);_0x1d409e['_unbindEditors'](_0x3af2bb),_0x27f9d7&&_0x572d00['remove'](_0x27f9d7),this['_suggestionToController']['delete'](_0x8a32e3),this['_viewToController']['delete'](_0x3af2bb),_0x403962['destroy']();}['_updateController'](_0x1ea25b){if(!_0x1ea25b['isInContent']||!this['_suggestionToController']['has'](_0x1ea25b))return;const _0x5a3488=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3dbc20=this['_suggestionToController']['get'](_0x1ea25b),_0x356625=_0x1ea25b['getAllAdjacentSuggestions']();_0x3dbc20['view']['descriptionParts']=_0x5a3488['descriptionFactory']['getDescriptions'](_0x356625);}['destroy'](){for(const _0x4b2ad6 of this['_suggestionToController']['keys']())this['_destroyController'](_0x4b2ad6);for(const _0x4b3cd6 of this['_annotationViews']['values']())_0x4b3cd6['mainView']['destroy']();super['destroy']();}}function me(_0x191bcf){return'model'in _0x191bcf;}class k extends _0x26a770{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x20c6b3){this['editor']['plugins']['get'](p)['adapter']=_0x20c6b3;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x4dc356){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x4dc356);}['getSuggestions']({skipNotAttached:_0x1117aa=!0x1,toJSON:_0xe6626d=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x1117aa,'toJSON':_0xe6626d});}['getSuggestion'](_0x35d467){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x35d467);}}const T=['Pagination'];class P extends _0x26a770{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x157d05=this['editor'];if(_0x157d05['config']['define']('trackChangesData.editorCreator',_0x39092c=>{const _0xc52b11=_0x157d05['model']['document']['getRootNames']()['reduce']((_0x58fb4e,_0x5c71f4)=>(_0x58fb4e[_0x5c71f4]='',_0x58fb4e),{});return _0x157d05['constructor']['create'](_0xc52b11,_0x39092c);}),'function'!=typeof _0x157d05['config']['get']('trackChangesData')['editorCreator'])throw new _0x13c5a0('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x308a3a){return N(this['editor'],!0x0,_0x308a3a);}['getDataWithDiscardedSuggestions'](_0x122e58){return N(this['editor'],!0x1,_0x122e58);}}class D extends _0x26a770{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x176720){super(_0x176720),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(_0x2dad7d){return void 0x0!==_0x2dad7d['getRootsAttributes'];}async function N(_0x4fe8f0,_0x471ee5,_0x91b890){const _0x59398e=_0xeb5872(_0x4fe8f0,T);_0x59398e['plugins']['push'](p,D),_0x59398e['rootsAttributes']=v(_0x4fe8f0)?_0x4fe8f0['getRootsAttributes']():void 0x0;const _0x1c3b98=document['createDocumentFragment'](),_0x4fc9ae=_0x4fe8f0['config']['get']('trackChangesData')['editorCreator'],_0x194b74=await _0x4fc9ae(_0x59398e,()=>function(_0x359ed4){const _0x478ed3=document['createElement']('div');return _0x359ed4['appendChild'](_0x478ed3),_0x478ed3;}(_0x1c3b98));!function(_0x5f3a6f,_0xbcdea8){const _0x23e654=_0x5f3a6f['model']['document']['getRootNames']()['reduce']((_0x59f461,_0x31a531)=>(_0x59f461[_0x31a531]=_0x5f3a6f['data']['get']({'rootName':_0x31a531}),_0x59f461),{}),_0x28db64=_0x5f3a6f['plugins']['get']('Users')['users']['map'](_0x5ea2fd=>({'id':_0x5ea2fd['id'],'name':_0x5ea2fd['name']})),_0x192147=_0x5f3a6f['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x46aad4=_0x5f3a6f['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x19427b=_0xbcdea8['plugins']['get']('Users'),_0x593355=_0xbcdea8['plugins']['get']('TrackChangesEditing'),_0x28a948=_0xbcdea8['plugins']['get']('CommentsRepository');for(const _0x12c3af of _0x28a948['getCommentThreads']())_0x12c3af['remove']();for(const _0x24f2c0 of _0x28db64)_0x19427b['getUser'](_0x24f2c0['id'])||_0x19427b['addUser'](_0x24f2c0);_0x19427b['me']||_0x19427b['useAnonymousUser']();for(const _0x16bdf5 of _0x46aad4)_0x28a948['addCommentThread'](_0x16bdf5);for(const _0x1791bb of _0x192147)_0x593355['addSuggestionData'](_0x1791bb);_0xbcdea8['data']['set'](_0x23e654);}(_0x4fe8f0,_0x194b74),_0x194b74['execute'](_0x471ee5?'acceptAllSuggestions':'discardAllSuggestions');const _0x301488=v(_0x194b74)?_0x194b74['getFullData'](_0x91b890):_0x194b74['data']['get'](_0x91b890);return await _0x194b74['destroy'](),_0x301488;}export{us as BaseSuggestionThreadView,u as Suggestion,re as SuggestionThreadView,ce as SuggestionView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|