@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240707.0 → 0.0.0-nightly-20240708.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/package.json +3 -3
- 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
|
-
_0x511707(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x31a7c0,_0x12f2bf){super(),this['id']=_0x12f2bf['id'],this['type']=_0x12f2bf['type'],this['subType']=_0x12f2bf['subType']||null,this['author']=_0x12f2bf['author'],this['creator']=_0x12f2bf['creator']||_0x12f2bf['author'],this['isExternal']=Boolean(_0x12f2bf['attributes']&&_0x12f2bf['attributes']['@external']),this['data']=null,this['_model']=_0x31a7c0,this['_onAccept']=_0x12f2bf['onAccept'],this['_onDiscard']=_0x12f2bf['onDiscard'],this['_onAttributesChange']=_0x12f2bf['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x12f2bf['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 _0x398b06=this;for(;_0x398b06['previous'];)_0x398b06=_0x398b06['previous'];return _0x398b06;}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'](_0x53bc8f){this['_markerNames']['add'](_0x53bc8f);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x466cb1=>this['_model']['markers']['get'](_0x466cb1))['filter'](_0x5ad094=>_0x5ad094);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x286b38=>{for(const _0x422a4d of this['getMarkers']())_0x286b38['removeMarker'](_0x422a4d);}),this['_markerNames']['clear']();}['removeMarker'](_0x320627){this['_model']['change'](_0x21a9cf=>{_0x21a9cf['removeMarker'](_0x320627);}),this['_markerNames']['delete'](_0x320627);}['addRange'](_0x26ff78){const _0x35d5fc='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x35d5fc),this['_model']['change'](_0x311ece=>{_0x311ece['addMarker'](_0x35d5fc,{'range':_0x26ff78,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x11fa25){for(const _0x27d57b of this['getRanges']())if(_0x27d57b['isIntersecting'](_0x11fa25))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x1b7efb=>_0x1b7efb['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x2bd4ff,_0x26c42d)=>[..._0x2bd4ff,..._0x26c42d['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x33db1e=this['getRanges']();if(0x1!=_0x33db1e['length'])return null;const _0x3f7fac=_0x33db1e[0x0],_0x5c1a31=_0x3f7fac['start']['nodeAfter'],_0x508abe=_0x3f7fac['end']['nodeBefore'];return _0x5c1a31 instanceof _0x3aa03a?_0x5c1a31!=_0x508abe?null:_0x5c1a31: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 _0x1bb2ec=[];let _0x2f9082=this['head'];for(;_0x2f9082;)_0x1bb2ec['push'](_0x2f9082),_0x2f9082=_0x2f9082['next'];return _0x1bb2ec;}['setAttribute'](_0x2db040,_0x1edc7c){const _0x5280e7=_0x129508(this['attributes']);_0xbec47(_0x5280e7,_0x2db040,_0x1edc7c),_0x260467(_0x5280e7,this['attributes'])||(this['attributes']=_0x5280e7,this['_onAttributesChange'](_0x5280e7));}['removeAttribute'](_0x113f73){const _0x459f5e=_0x129508(this['attributes']);_0x276a4d(_0x459f5e,_0x113f73),_0x260467(_0x459f5e,this['attributes'])||(this['attributes']=_0x459f5e,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 _0x497177()['substr'](0x1,0x5);}}function o(_0x112b42,_0x521da8,_0x24c27c){const t=_0x112b42['t'];switch(_0x521da8){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',_0x24c27c);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x24c27c);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x24c27c);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x24c27c);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x24c27c);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',_0x24c27c);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x24c27c);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',_0x24c27c);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x24c27c);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x24c27c);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x24c27c);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x24c27c);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x24c27c);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x24c27c);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x24c27c);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x24c27c);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x24c27c);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x24c27c);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x24c27c);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x24c27c);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x24c27c);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x24c27c);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x24c27c);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'},_0x24c27c);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x24c27c);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x24c27c);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x24c27c);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x24c27c);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x24c27c);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'},_0x24c27c);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x24c27c);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x24c27c);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x24c27c);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x24c27c);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'},_0x24c27c);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x24c27c);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'},_0x24c27c);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'},_0x24c27c);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x24c27c);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'},_0x24c27c);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x24c27c);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'},_0x24c27c);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x24c27c);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x24c27c);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});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'},_0x24c27c);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'},_0x24c27c);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'});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.','id':'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT'});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.','id':'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20formatting\x20suggestion.','id':'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT'});default:return _0x521da8;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x22ea2e,_0x239ee5){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x22ea2e,this['_locale']=_0x239ee5;}['getDescriptions'](_0x15c72f){const _0x4a6bae=[],_0x18a28e=new Set(),_0x3adab3=new Set();for(let _0x2893c2=0x0;_0x2893c2<_0x15c72f['length'];_0x2893c2++){const _0x4ed0a1=_0x15c72f[_0x2893c2];if(!_0x4ed0a1['isInContent'])continue;const _0x5fc0cb=this['_handleCustomCallbackDescription'](_0x4ed0a1);if(_0x5fc0cb){if(null!=_0x4ed0a1['subType']){if(_0x18a28e['has'](_0x4ed0a1['subType']))continue;_0x18a28e['add'](_0x4ed0a1['subType']);}_0x4a6bae['push'](_0x5fc0cb);}else{if('attribute'!=_0x4ed0a1['type'])'insertion'!=_0x4ed0a1['type']&&'deletion'!=_0x4ed0a1['type']||this['_handleInsertRemoveSuggestionDescription'](_0x4a6bae,_0x4ed0a1,_0x15c72f[_0x2893c2+0x1]);else{const _0x6aee01=_0x4ed0a1['data']['key'];if(_0x3adab3['has'](_0x6aee01))continue;_0x3adab3['add'](_0x4ed0a1['data']['key']),_0x6aee01==m?this['_handleRenameSuggestionDescription'](_0x4a6bae,_0x4ed0a1):this['_handleAttributeSuggestionDescription'](_0x4a6bae,_0x4ed0a1);}}}return this['_resolveDescriptionItems'](_0x4a6bae);}['registerDescriptionCallback'](_0x28464b){this['_customCallbacks']['push'](_0x28464b);}['registerElementLabel'](_0x4a8241,_0x2d0245,_0x1c37ae=_0x244548['normal']){'function'==typeof _0x4a8241?_0x55dca7(this['_itemLabelsCallbacks'],{'matchingCallback':_0x4a8241,'label':_0x2d0245,'priority':_0x1c37ae}):this['_itemLabels']['set'](_0x4a8241,_0x2d0245);}['registerAttributeLabel'](_0x59d627,_0x11921e){this['_attributeLabels']['set'](_0x59d627,_0x11921e);}['getItemLabel'](_0x30ee98,_0x1f2ed5=0x1){let _0x3f2848;for(const _0x123d2d of this['_itemLabelsCallbacks'])if(_0x123d2d['matchingCallback'](_0x30ee98)){_0x3f2848=_0x123d2d['label'];break;}return _0x3f2848||(_0x3f2848=this['_itemLabels']['get'](_0x30ee98['name'])),_0x3f2848?_0x3f2848(_0x1f2ed5):0x1!==_0x1f2ed5?_0x1f2ed5+'\x20'+_0x30ee98['name']+'s':''+_0x30ee98['name'];}['_addDescriptionItems'](_0x24d222,_0x14eb51){const _0x402c2e=_0x14eb51['getFirstRange']()['getWalker'](),_0x385b20='insertion'==_0x14eb51['type']?'add':'remove';for(const _0x5c2a0a of _0x402c2e){const _0x345532=_0x5c2a0a['item'],_0x4d9e9e=_0x24d222[_0x24d222['length']-0x1];if(_0x345532['is']('$textProxy'))_0x4d9e9e&&_0x4d9e9e['type']['indexOf']('Container')>-0x1&&_0x24d222['pop'](),_0x4d9e9e&&'text'==_0x4d9e9e['type']?_0x4d9e9e[_0x385b20]+=_0x345532['data']:_0x24d222['push']({'type':'text','add':'add'==_0x385b20?_0x345532['data']:'','remove':'remove'==_0x385b20?_0x345532['data']:''});else{if(this['_schema']['isObject'](_0x345532)){const _0x19bf90=_0x345532;if(_0x4d9e9e&&_0x4d9e9e['type']['indexOf']('Container')>-0x1&&_0x24d222['pop'](),'elementEnd'==_0x5c2a0a['type'])continue;_0x4d9e9e&&_0x4d9e9e['type']==_0x385b20+'Object'&&_0x4d9e9e['element']['name']==_0x19bf90['name']?_0x4d9e9e['quantity']++:_0x24d222['push']({'type':_0x385b20+'Object','element':_0x19bf90,'quantity':0x1}),_0x402c2e['skip'](_0x1d0f53=>!('elementEnd'==_0x1d0f53['type']&&_0x1d0f53['item']==_0x345532));}else{if(this['_schema']['checkChild'](_0x345532,'$text')||_0x345532['is']('element','softBreak')){const _0x41e93b=_0x345532;if('add'==_0x385b20&&'elementStart'==_0x5c2a0a['type']||'remove'==_0x385b20&&'elementEnd'==_0x5c2a0a['type'])continue;if(_0x4d9e9e&&-0x1==_0x4d9e9e['type']['indexOf']('Container')){'text'==_0x4d9e9e['type']&&(_0x4d9e9e[_0x385b20]+='\x0a');continue;}let _0x3a7a1b;if(_0x3a7a1b='add'==_0x385b20?_0x41e93b['nextSibling']&&!this['_schema']['isObject'](_0x41e93b['nextSibling'])?_0x41e93b['nextSibling']:null:_0x41e93b['previousSibling']&&!this['_schema']['isObject'](_0x41e93b['previousSibling'])?_0x41e93b['previousSibling']:null,_0x41e93b['isEmpty']||_0x3a7a1b&&_0x3a7a1b['isEmpty']){const _0x5bc424=_0x3a7a1b&&_0x3a7a1b['isEmpty']?_0x3a7a1b:_0x41e93b;_0x4d9e9e&&_0x4d9e9e['type']==_0x385b20+'EmptyContainer'&&_0x4d9e9e['element']['name']==_0x5bc424['name']?_0x4d9e9e['quantity']++:_0x24d222['push']({'type':_0x385b20+'EmptyContainer','element':_0x5bc424,'quantity':0x1});}else _0x24d222['push']({'type':_0x385b20+'Container','element':_0x41e93b});}}}}}['_resolveDescriptionItems'](_0x282cff){const _0x18b6d3=this['_locale'],_0x174051=[],_0x1aba94=[],_0x4ba9d0=[];for(const _0x400ff1 of _0x282cff)switch(_0x400ff1['type']){case'text':if(_0x400ff1['add']=_0x400ff1['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x400ff1['remove']=_0x400ff1['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x400ff1['add']&&''!=_0x400ff1['remove']){_0x174051['push']({'type':'replace','content':o(_0x18b6d3,'REPLACE_TEXT',['\x22'+_0x400ff1['remove']+'\x22','\x22'+_0x400ff1['add']+'\x22'])});continue;}if(null!=_0x400ff1['add']['match'](/^ +$/)){_0x174051['push']({'type':'insertion','content':o(_0x18b6d3,'*Insert:*\x20%0',o(_0x18b6d3,'ELEMENT_SPACE',_0x400ff1['add']['length']))});continue;}if(null!=_0x400ff1['remove']['match'](/^ +$/)){_0x174051['push']({'type':'deletion','content':o(_0x18b6d3,'*Remove:*\x20%0',o(_0x18b6d3,'ELEMENT_SPACE',_0x400ff1['remove']['length']))});continue;}if(''!=_0x400ff1['add']){_0x174051['push']({'type':'insertion','content':o(_0x18b6d3,'*Insert:*\x20%0','\x22'+_0x400ff1['add']+'\x22')});continue;}_0x174051['push']({'type':'deletion','content':o(_0x18b6d3,'*Remove:*\x20%0','\x22'+_0x400ff1['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x174051['push']({'type':'insertion','content':o(_0x18b6d3,'*Insert:*\x20%0',this['getItemLabel'](_0x400ff1['element'],_0x400ff1['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x174051['push']({'type':'deletion','content':o(_0x18b6d3,'*Remove:*\x20%0',this['getItemLabel'](_0x400ff1['element'],_0x400ff1['quantity']))});continue;case'addContainer':_0x174051['push']({'type':'insertion','content':o(_0x18b6d3,'*Split:*\x20%0',this['getItemLabel'](_0x400ff1['element'],_0x400ff1['quantity']))});continue;case'removeContainer':_0x174051['push']({'type':'deletion','content':o(_0x18b6d3,'*Merge:*\x20%0',this['getItemLabel'](_0x400ff1['element'],_0x400ff1['quantity']))});continue;case'addFormat':_0x1aba94['push'](_0x400ff1['key']);continue;case'removeFormat':_0x4ba9d0['push'](_0x400ff1['key']);continue;default:_0x174051['push'](_0x400ff1);}if(_0x1aba94['length']){const _0x20e320=_0x1aba94['map'](_0x1e3b4f=>this['_attributeLabels']['has'](_0x1e3b4f)?this['_attributeLabels']['get'](_0x1e3b4f):_0x1e3b4f)['join'](',\x20');_0x174051['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x20e320)});}if(_0x4ba9d0['length']){const _0x254a62=_0x4ba9d0['map'](_0x21ef45=>this['_attributeLabels']['has'](_0x21ef45)?this['_attributeLabels']['get'](_0x21ef45):_0x21ef45)['join'](',\x20');_0x174051['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x254a62)});}return _0x174051;}['_handleCustomCallbackDescription'](_0x616727){for(const _0x23c802 of this['_customCallbacks']){const _0x464593=_0x23c802(_0x616727);if(_0x464593&&'type'in _0x464593)return _0x464593;}}['_handleAttributeSuggestionDescription'](_0x5d52cd,_0xdce194){const _0x294c40=_0xdce194['data'],_0xc78441=void 0x0===_0x294c40['newValue']?'removeFormat':'addFormat';_0x5d52cd['push']({'type':_0xc78441,'key':_0x294c40['key']});}['_handleRenameSuggestionDescription'](_0x5517f3,_0x6b0c2f){_0x5517f3['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x6b0c2f['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x194ec5,_0x2bbe5c,_0x24eeb1){if(this['_addDescriptionItems'](_0x194ec5,_0x2bbe5c),_0x24eeb1&&_0x24eeb1['getFirstRange']()&&!_0x2bbe5c['getFirstRange']()['end']['isEqual'](_0x24eeb1['getFirstRange']()['start'])){const _0x5af99d=_0x194ec5[_0x194ec5['length']-0x1],_0x30cd92='insertion'==_0x2bbe5c['type']?'add':'remove';_0x5af99d&&'text'==_0x5af99d['type']&&(_0x5af99d[_0x30cd92]+='\x0a');}}}class E extends _0x1dc395{['afterInit'](){const _0x42d222=this['editor'],_0x543137=_0x42d222['plugins']['get']('TrackChangesEditing');_0x42d222['commands']['get']('showAIAssistant')&&_0x543137['enableCommand']('showAIAssistant');}}class V extends _0x1dc395{['afterInit'](){const _0x3d9136=this['editor'],_0x51f5b9=_0x3d9136['locale'];if(!_0x3d9136['plugins']['has']('AlignmentEditing'))return;const _0x4a26b1=_0x3d9136['plugins']['get']('TrackChangesEditing');_0x4a26b1['enableDefaultAttributesIntegration']('alignment'),_0x4a26b1['registerBlockAttribute']('alignment'),_0x4a26b1['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x51f5b9,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4ae7d6=this['editor'],_0x3dd16f=_0x4ae7d6['locale'];_0x4ae7d6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3d2203=>{if('formatBlock'!=_0x3d2203['type'])return;const {data:_0x3766fc}=_0x3d2203;if(_0x3766fc&&'alignment'==_0x3766fc['commandName']){const _0x84c3d4=_0x3766fc['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x3dd16f,'*Format:*\x20%0',function(_0x3401a4){switch(_0x3401a4){case'left':return o(_0x3dd16f,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x3dd16f,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x3dd16f,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x3dd16f,'FORMAT_JUSTIFY_TEXT');}}(_0x84c3d4))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class U extends _0x1dc395{['afterInit'](){const _0x210650=this['editor'],_0x288b7f=_0x210650['plugins']['get']('TrackChangesEditing'),_0x2b2ccc=_0x210650['locale'];for(const _0x4a42dd of ti){if(!_0x210650['plugins']['has'](_0x4a42dd))continue;const _0x3337e3=_0x4a42dd['slice'](0x0,-0x7)['toLowerCase'](),_0x1b7f20='FORMAT_'+_0x3337e3['toUpperCase']();_0x288b7f['enableDefaultAttributesIntegration'](_0x3337e3),_0x288b7f['registerInlineAttribute'](_0x3337e3),_0x288b7f['descriptionFactory']['registerAttributeLabel'](_0x3337e3,o(_0x2b2ccc,_0x1b7f20));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xcf90d7=this['editor'],_0x3154b4=_0xcf90d7['locale'],_0x9e056b=_0xcf90d7['plugins']['get']('TrackChangesEditing');function _0x435aa7(_0x45e6c7,_0xe8a12c){_0x9e056b['descriptionFactory']['registerDescriptionCallback'](_0x178360=>{if('formatInline'!=_0x178360['type'])return;const {data:_0x9dd1c0}=_0x178360;return _0x9dd1c0&&_0x9dd1c0['commandName']===_0x45e6c7?_0x9dd1c0['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x3154b4,'*Format:*\x20%0',_0xe8a12c)}:{'type':'format','content':o(_0x3154b4,'*Remove\x20format:*\x20%0',_0xe8a12c)}:void 0x0;});}_0x435aa7('bold',o(_0x3154b4,'FORMAT_BOLD')),_0x435aa7('italic',o(_0x3154b4,'FORMAT_ITALIC')),_0x435aa7('underline',o(_0x3154b4,'FORMAT_UNDERLINE')),_0x435aa7('code',o(_0x3154b4,'FORMAT_CODE')),_0x435aa7('strikethrough',o(_0x3154b4,'FORMAT_STRIKETHROUGH')),_0x435aa7('subscript',o(_0x3154b4,'FORMAT_SUBSCRIPT')),_0x435aa7('superscript',o(_0x3154b4,'FORMAT_SUPERSCRIPT'));}}class O extends _0x1dc395{['afterInit'](){const _0xef3307=this['editor'],_0xb86df6=_0xef3307['locale'];if(!_0xef3307['plugins']['has']('BlockQuoteEditing'))return;const _0x5814f1=_0xef3307['plugins']['get']('TrackChangesEditing'),_0x38c6c0=this['editor']['commands']['get']('blockQuote');_0x5814f1['enableCommand']('blockQuote',(_0x5dfa44,_0x37c0f={})=>{const _0x21fa9e=this['editor']['model']['document']['selection'],_0x50ae3f=_0x37c0f&&void 0x0!==_0x37c0f['forceValue']?_0x37c0f['forceValue']:!_0x38c6c0['value'];let _0x520c20=[];if(_0x50ae3f){const _0x38874b=Array['from'](_0x21fa9e['getSelectedBlocks']())['filter'](_0x41c122=>oo(_0x41c122)||function(_0x586454,_0x2a2b5d){const _0x31547a=_0x2a2b5d['checkChild'](_0x586454['parent'],'blockQuote'),_0xa04d01=_0x2a2b5d['checkChild'](['$root','blockQuote'],_0x586454);return _0x31547a&&_0xa04d01;}(_0x41c122,this['editor']['model']['schema']));_0x520c20=to(_0x38874b,_0xef3307['model']);}else{const _0x30baea=Array['from'](_0x21fa9e['getSelectedBlocks']())['filter'](_0x2d26df=>oo(_0x2d26df));_0x520c20=to(_0x30baea,_0xef3307['model']);}_0xef3307['model']['change'](()=>{for(const _0x43fdaf of _0x520c20)_0x5814f1['markBlockFormat'](_0x43fdaf,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x50ae3f}]});});}),_0x5814f1['descriptionFactory']['registerDescriptionCallback'](_0x4bb417=>{const {data:_0x2e7c2a}=_0x4bb417;if(_0x2e7c2a&&'blockQuote'==_0x2e7c2a['commandName']){const _0x2e733e=o(_0xb86df6,'ELEMENT_BLOCK_QUOTE');return _0x2e7c2a['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xb86df6,'*Set\x20format:*\x20%0',_0x2e733e)}:{'type':'format','content':o(_0xb86df6,'*Remove\x20format:*\x20%0',_0x2e733e)};}});}}function oo(_0x5b1a72){return'blockQuote'==_0x5b1a72['parent']['name'];}class G extends _0x1dc395{['afterInit'](){const _0x1b6985=this['editor'];_0x1b6985['plugins']['has']('CaseChange')&&(_0x1b6985['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x1b6985['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x1b6985['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class F extends _0x1dc395{['afterInit'](){const _0x5e088a=this['editor'];_0x5e088a['commands']['get']('ckbox')&&_0x5e088a['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class L extends _0x1dc395{['afterInit'](){const _0x6bdd05=this['editor'];if(!_0x6bdd05['plugins']['has']('CodeBlock'))return;const _0x5ea30c=_0x6bdd05['plugins']['get']('TrackChangesEditing'),_0x2a0ee3=_0x6bdd05['locale'],_0x2243c4=_0x6bdd05['config']['get']('codeBlock')['languages'],_0x4d6fd0=_0x6bdd05['commands']['get']('codeBlock');_0x5ea30c['enableCommand']('indentCodeBlock'),_0x5ea30c['enableCommand']('outdentCodeBlock'),_0x5ea30c['enableCommand']('codeBlock',(_0x28ca17,_0x273f21={})=>{const _0x5fd3c8=_0x6bdd05['model'],_0x17ac18=_0x6bdd05['model']['document']['selection'],_0x23f531=_0x273f21&&void 0x0!==_0x273f21['forceValue']?_0x273f21['forceValue']:!_0x4d6fd0['value'];let _0x2b22ce;_0x273f21['language']||(_0x273f21['language']=_0x2243c4[0x0]['language']),_0x2b22ce=_0x23f531?Array['from'](_0x17ac18['getSelectedBlocks']())['filter'](_0x102510=>eo(_0x102510)||function(_0x427d5f,_0x22f3f7){if(_0x427d5f['is']('rootElement')||_0x22f3f7['isLimit'](_0x427d5f))return!0x1;return _0x22f3f7['checkChild'](_0x427d5f['parent'],'codeBlock');}(_0x102510,_0x5fd3c8['schema'])):Array['from'](_0x17ac18['getSelectedBlocks']())['filter'](_0xe64e75=>eo(_0xe64e75));const _0x57471e=to(_0x2b22ce,_0x5fd3c8);_0x5fd3c8['change'](()=>{for(const _0x3e8968 of _0x57471e)_0x5ea30c['markBlockFormat'](_0x3e8968,{'commandName':'codeBlock','commandParams':[{..._0x273f21,'forceValue':_0x23f531}],'formatGroupId':'blockName'});});}),(_0x5ea30c['descriptionFactory']['registerElementLabel']('codeBlock',_0x1086bf=>o(_0x2a0ee3,'ELEMENT_CODE_BLOCK',_0x1086bf)),_0x5ea30c['descriptionFactory']['registerDescriptionCallback'](_0x54047d=>{if('formatBlock'!=_0x54047d['type'])return;const _0x37cd2b=_0x2a0ee3['t'],{data:_0x11b394}=_0x54047d;if(!_0x11b394||'codeBlock'!=_0x11b394['commandName'])return;const _0x2e7c20=_0x11b394['commandParams'][0x0]['language'],_0x3a1d4a=_0x37cd2b(_0x2243c4['find'](_0x4a8090=>_0x4a8090['language']===_0x2e7c20)['label'])['toLowerCase']();return _0x11b394['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2a0ee3,'*Set\x20format:*\x20%0',o(_0x2a0ee3,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x3a1d4a+')')}:{'type':'format','content':o(_0x2a0ee3,'*Remove\x20format:*\x20%0',o(_0x2a0ee3,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0xeeec06){return'codeBlock'==_0xeeec06['name'];}class H extends _0x1dc395{['afterInit'](){const _0x597f89=this['editor'];if(!_0x597f89['plugins']['has']('CommentsEditing'))return;_0x597f89['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x4d4db3,_0x36fc40,_0x10b0e0){const _0x5bad8d=[];for(const _0x64d0 of _0x36fc40['getItems']())_0x64d0['hasAttribute'](_0x4d4db3)&&_0x5bad8d['push'](_0x10b0e0['createRangeOn'](_0x64d0));return _0x5bad8d;}function _e(_0x3681a0,_0x9fbbb1,{showActiveMarker:_0x2bd2f7=!0x0}={}){const _0x1983a0=_0x3681a0['plugins']['get']('TrackChangesEditing');return(_0x5ade11,_0x2c7526,_0x4201f3)=>{if(!_0x4201f3['consumable']['test'](_0x2c7526['markerRange'],_0x5ade11['name']))return;const _0x413d9a=_0x2c7526['markerRange']['getWalker'](),_0x4a8787=_0x2c7526['markerRange']['start'],_0x5374f0=_0x3681a0['model']['schema'];let _0x195908=null,_0x1cada3=null,_0x12a0d6=!0x1,_0x52fdfc=!0x1;for(const _0xbe86f0 of _0x413d9a){const _0x508cc7=_0xbe86f0['item'];_0x12a0d6=_0x12a0d6||_0x5374f0['isContent'](_0x508cc7);const _0x164137=_0x4201f3['mapper']['toViewElement'](_0x508cc7);if(_0x164137&&_0x164137['getCustomProperty']('addHighlight'))return;'elementEnd'==_0xbe86f0['type']&&(_0x5374f0['isBlock'](_0x508cc7)&&!_0x5374f0['isLimit'](_0x508cc7)&&(_0x508cc7['nextSibling']||_0x4a8787['isAtEnd']?_0x195908&&_0x195908['parent']==_0x508cc7||(_0x195908=_0x508cc7,_0x2011b3(_0xbe86f0['previousPosition']),_0x52fdfc=!0x0):_0x1cada3=_0x1cada3||_0xbe86f0['previousPosition']));}function _0x2011b3(_0x4c3a2a){const _0x3c6305=_0x4201f3['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x9fbbb1}),_0x26625f=_0x4201f3['mapper']['toViewPosition'](_0x4c3a2a);_0x2bd2f7&&_0x1983a0['activeMarkers']['includes'](_0x2c7526['markerName'])&&_0x4201f3['writer']['addClass']('ck-suggestion-marker--active',_0x3c6305),_0x4201f3['writer']['insert'](_0x26625f,_0x3c6305),_0x4201f3['mapper']['bindElementToMarker'](_0x3c6305,_0x2c7526['markerName']);}_0x12a0d6||_0x52fdfc||!_0x1cada3||_0x2011b3(_0x1cada3);};}class q extends _0x1dc395{static get['requires'](){return[_0x12412c];}['init'](){const _0x3f1833=this['editor'],_0x5a3120=_0x3f1833['plugins']['get']('TrackChangesEditing');_0x5a3120['enableCommand']('delete');const _0xb31807=_0x3f1833['commands']['get']('deleteForward');_0x5a3120['enableCommand']('deleteForward',(_0x5bd7af,_0x23ae98={})=>{const _0x18ff38=_0x3f1833['model']['createSelection'](_0x3f1833['model']['document']['selection']);_0x18ff38['isCollapsed']&&_0x3f1833['model']['modifySelection'](_0x18ff38,{'direction':'forward','unit':_0x23ae98['unit']});const _0x300af3=_0x18ff38['getFirstRange'](),_0x4dc656=_0x5e8b6d['fromRange'](_0x300af3);let _0x282bbb;_0x5bd7af(_0x23ae98),_0x282bbb='$graveyard'==_0x4dc656['root']['rootName']?_0x3f1833['model']['createRange'](_0x300af3['start']):_0x3f1833['model']['createRange'](_0x4dc656['start'],_0x4dc656['end']),_0x4dc656['detach'](),_0x3f1833['model']['enqueueChange'](_0xb31807['buffer']['batch'],_0x583af3=>{_0xb31807['buffer']['lock'](),_0x583af3['setSelection'](_0x583af3['createRange'](_0x282bbb['end'])),_0xb31807['buffer']['unlock']();});}),_0x3f1833['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x3f1833,'merge'),{'priority':'high'}),_0x3f1833['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x1fe406,_0x1d97c6,_0x23a16f)=>{_0x23a16f['options']['showSuggestionHighlights']&&_e(_0x3f1833,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x1fe406,_0x1d97c6,_0x23a16f);},{'priority':'high'}),_0x3f1833['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x3f15ff,_0x567da5,_0x3b6755)=>{const _0x316ab2=_0x3b6755['mapper']['markerNameToElements'](_0x567da5['markerName']);if(_0x316ab2){for(const _0x21ddda of _0x316ab2)_0x21ddda['is']('uiElement')&&(_0x3b6755['mapper']['unbindElementFromMarkerName'](_0x21ddda,_0x567da5['markerName']),_0x3b6755['writer']['remove'](_0x21ddda));}},{'priority':'high'});}}class z extends _0x1dc395{['afterInit'](){const _0x471cae=this['editor'];if(!_0x471cae['plugins']['has']('ListEditing'))return;const _0x283219=_0x471cae['locale'],_0x55aec6=_0x471cae['plugins']['get']('TrackChangesEditing'),_0x286ae4=_0x471cae['plugins']['has']('TodoListEditing'),_0x187a3b=!!_0x471cae['config']['get']('list.multiBlock');function _0x1a28cb(_0x22051d){return{'type':'format','content':''+o(_0x283219,'*Set\x20format:*\x20%0',_0x22051d)};}function _0x177090(_0x1aa3ac){return{'type':'format','content':''+o(_0x283219,'*Remove\x20format:*\x20%0',_0x1aa3ac)};}_0x55aec6['enableDefaultAttributesIntegration']('numberedList'),_0x55aec6['enableDefaultAttributesIntegration']('bulletedList'),_0x55aec6['enableDefaultAttributesIntegration']('customNumberedList'),_0x55aec6['enableDefaultAttributesIntegration']('customBulletedList'),_0x55aec6['enableDefaultAttributesIntegration']('indentList'),_0x55aec6['enableDefaultAttributesIntegration']('outdentList'),_0x55aec6['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x55aec6['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x55aec6['registerBlockAttribute']('listItemId'),_0x55aec6['registerBlockAttribute']('listType'),_0x55aec6['registerBlockAttribute']('listIndent'),_0x187a3b&&(_0x55aec6['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x55aec6['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x286ae4&&(_0x55aec6['enableDefaultAttributesIntegration']('todoList'),_0x55aec6['enableDefaultAttributesIntegration']('checkTodoList'),_0x55aec6['registerBlockAttribute']('todoListChecked'),_0x55aec6['descriptionFactory']['registerDescriptionCallback'](_0x2d3f07=>{const {data:_0x2ef5c9}=_0x2d3f07;if(_0x2ef5c9&&'todoListChecked'==_0x2ef5c9['key'])return{'type':'format','content':_0x2ef5c9['newValue']?o(_0x283219,'*Check\x20item*'):o(_0x283219,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x587785=>{if(_0x587785['batch']['isUndo'])return!0x1;let _0xedd77e=!0x1;const _0x4916a5=_0x55aec6['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x269754=>'todoListChecked'===_0x55aec6['_getAttributeKey'](_0x269754));for(const _0x5609d3 of _0x4916a5){'todo'!=_0x5609d3['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x55aec6['_findSuggestions'](_0x5609d3['getFirstRange'](),'attribute')['find'](_0x369e0d=>'listType'===_0x55aec6['_getAttributeKey'](_0x369e0d['suggestion']))||(_0x587785['removeMarker'](_0x5609d3['getFirstMarker']()),_0xedd77e=!0x0));}return _0xedd77e;})),_0x55aec6['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x283219,'FORMAT_INDENT'));const _0x8f22ec={'type':'format','content':''};_0x55aec6['descriptionFactory']['registerDescriptionCallback'](_0x499bb5=>{const {data:_0x3c24cf}=_0x499bb5;if(!_0x3c24cf||'listType'!=_0x3c24cf['key'])return;let _0x556d89=_0x499bb5['head'];for(;_0x556d89;){if(_0x556d89['data']&&(('listStyle'==_0x556d89['data']['key']||'listMarkerStyle'==_0x556d89['data']['key'])&&(_0x556d89['data']['newValue']&&'default'!=_0x556d89['data']['newValue']||'default'!=_0x556d89['data']['oldValue']&&!_0x3c24cf['newValue'])||!_0x187a3b&&_0x556d89['data']['key']==m))return _0x8f22ec;_0x556d89=_0x556d89['next'];}if(null==_0x3c24cf['newValue'])switch(_0x3c24cf['oldValue']){case'bulleted':return _0x177090(o(_0x283219,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x177090(o(_0x283219,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x177090(o(_0x283219,'ELEMENT_TODO_LIST'));}switch(_0x3c24cf['newValue']){case'bulleted':return _0x1a28cb(o(_0x283219,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1a28cb(o(_0x283219,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1a28cb(o(_0x283219,'ELEMENT_TODO_LIST'));}}),_0x55aec6['descriptionFactory']['registerDescriptionCallback'](_0xca6346=>{const {data:_0x480f29}=_0xca6346;if(_0x480f29&&'listIndent'==_0x480f29['key'])return null==_0x480f29['newValue']||null==_0x480f29['oldValue']&&0x0==_0x480f29['newValue']?_0x8f22ec:void 0x0;}),_0x55aec6['descriptionFactory']['registerDescriptionCallback'](_0x271b3e=>{if('attribute'!=_0x271b3e['type'])return;const {data:_0x70c9be}=_0x271b3e;if(!_0x70c9be||'listItemId'!=_0x70c9be['key'])return;const _0x4bd986=le(_0x271b3e);return'newValue'==_0x4bd986?{'type':'format','content':o(_0x283219,'*Merge:*\x20list\x20item')}:'oldValue'==_0x4bd986?{'type':'format','content':o(_0x283219,'*Split:*\x20list\x20item')}:_0x8f22ec;}),_0x471cae['model']['document']['registerPostFixer'](_0xb2df3d=>this['listItemIdFixer'](_0xb2df3d)),_0x471cae['model']['document']['registerPostFixer'](_0x2d1604=>this['noTrackChangesFixer'](_0x2d1604)),_0x471cae['model']['document']['registerPostFixer'](_0x24c725=>this['assureChains'](_0x24c725)),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x593a92){if(_0x593a92['batch']['isUndo']||!_0x593a92['batch']['isLocal'])return!0x1;let _0x156d31=!0x1;const _0x2b53a2=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3f2d4b=>_0x3f2d4b['data']&&'listItemId'==_0x3f2d4b['data']['key'])['filter'](_0x49d50c=>_0x49d50c['data']['newValue']&&_0x49d50c['data']['oldValue']);for(const _0x2cdf77 of _0x2b53a2)le(_0x2cdf77)||(_0x593a92['removeMarker'](_0x2cdf77['getFirstMarker']()),_0x156d31=!0x0);return _0x156d31;}['noTrackChangesFixer'](_0x5083d1){if(_0x5083d1['batch']['isUndo']||!_0x5083d1['batch']['isLocal'])return!0x1;const _0x490eb3=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x490eb3['trackChangesCommand']['value'])return!0x1;let _0x5f0da9=!0x1;const _0x1eda48=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x50c391=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x2b966f=>'attribute'==_0x2b966f['type'])['filter'](_0x42f261=>_0x1eda48['includes'](_0x42f261['attributeKey']));if(0x0==_0x50c391['length'])return _0x5f0da9;for(const _0x31f678 of _0x50c391){const _0x55530d=_0x490eb3['_findSuggestions'](_0x31f678['range'],'attribute')['filter'](_0x145b66=>!_0x145b66['meta']['isNextTo'])['map'](_0x227166=>_0x227166['suggestion'])['filter'](_0x51c7d3=>{const _0x409d3d=_0x490eb3['_getAttributeKey'](_0x51c7d3);return _0x1eda48['includes'](_0x409d3d);});if(_0x55530d['length']){for(const _0x4eff42 of _0x55530d)_0x5083d1['removeMarker'](_0x4eff42['getFirstMarker']());_0x5f0da9=!0x0;}}return _0x5f0da9;}['assureChains'](_0x1fdea9){if(_0x1fdea9['batch']['isUndo']||!_0x1fdea9['batch']['isLocal'])return!0x1;const _0x34b850=this['editor']['plugins']['get']('TrackChangesEditing');let _0xc2e515=!0x1;const _0x57671a=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];for(const _0x2086cb of _0x34b850['getSuggestions']({'skipNotAttached':!0x0})){const _0x269075=_0x34b850['_findSuggestions'](_0x2086cb['getFirstRange'](),'attribute')['map'](_0x1c7177=>_0x1c7177['suggestion'])['filter'](_0x5344e5=>_0x5344e5['data']&&_0x57671a['includes'](_0x5344e5['data']['key']));if(!_0x269075['length'])continue;const _0x13b9fd=_0x269075[0x0]['head']['attributes']['groupId'];if(!_0x269075['every'](_0x2433e8=>_0x2433e8['attributes']['groupId']===_0x13b9fd)){for(const _0x1ddb1a of _0x269075)_0x115143(_0x1ddb1a,_0x13b9fd)&&(_0xc2e515=!0x0);}}return _0xc2e515;function _0x16530e(_0x4763ef,_0x3bddee){for(const _0x4f934a of _0x34b850['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3fcaee=>'attribute'==_0x3fcaee['type']&&_0x3fcaee['attributes']['groupId']==_0x4763ef))_0x4f934a['setAttribute']('groupId',_0x3bddee);}function _0x115143(_0x176da9,_0x416771){let _0x1c8ecb=_0x176da9['head'],_0x36ef7d=!0x1;for(;_0x1c8ecb;)_0x1c8ecb['attributes']['groupId']!=_0x416771&&(_0x16530e(_0x1c8ecb['attributes']['groupId'],_0x416771),_0x1c8ecb['setAttribute']('groupId',_0x416771),_0x36ef7d=!0x0),_0x1c8ecb=_0x1c8ecb['next'];return _0x36ef7d;}}['_supportLegacySuggestions'](){const _0x17f3a0=this['editor'],_0x4f66b0=_0x17f3a0['locale'],_0x3a7984=_0x17f3a0['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x3a7984['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x42d260,_0x3acca5){const _0x28ca9c=[];for(let _0x5e0aca of _0x42d260)_0x5e0aca['start']['nodeAfter']===_0x5e0aca['end']['parent']&&(_0x5e0aca=_0x17f3a0['model']['createRange'](_0x17f3a0['model']['createPositionAt'](_0x5e0aca['start']['nodeAfter'],0x0))),_0x28ca9c['push'](_0x5e0aca);_0x17f3a0['model']['change'](_0x546f9b=>{const _0x2e0387=_0x17f3a0['model']['document']['selection'],_0x5582a3=Array['from'](_0x2e0387['getRanges']())['map'](_0x48f938=>_0x5e8b6d['fromRange'](_0x48f938));_0x546f9b['setSelection'](_0x28ca9c),_0x17f3a0['commands']['get'](_0x3acca5['commandName'])['refresh'](),_0x3acca5['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x17f3a0['execute'](_0x3acca5['commandName'],..._0x3acca5['commandParams']),_0x546f9b['setSelection'](_0x5582a3);for(const _0x5cb091 of _0x5582a3)_0x5cb091['detach']();});}),_0x3a7984['descriptionFactory']['registerElementLabel'](function(_0x351877){const _0x7a8643=!_0x17f3a0['model']['schema']['isObject'](_0x351877),_0x1877e9=_0x351877['previousSibling'],_0x20c739=_0x351877['nextSibling'],_0x32036e=_0x351877['getAttribute']('listItemId'),_0x346ea1=!_0x1877e9||_0x1877e9['getAttribute']('listItemId')!==_0x32036e,_0x544a63=!_0x20c739||_0x20c739['getAttribute']('listItemId')!==_0x32036e;return _0x7a8643&&Boolean(_0x32036e)&&_0x346ea1&&_0x544a63;},_0x1978e4=>o(_0x4f66b0,'ELEMENT_LIST_ITEM',_0x1978e4));}['_registerLegacyDescription'](){const _0xef0f3=this['editor'],_0x5ca2de=_0xef0f3['locale'];function _0x5cf5dc(_0xd35b0b){const _0x2cf84b=_0xef0f3['commands']['get']('bulletedList')['value'],_0x1c45f8=_0xef0f3['commands']['get']('numberedList')['value'];return'numberedList'===_0xd35b0b?_0x2cf84b:_0x1c45f8;}_0xef0f3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x1b318c){if('formatBlock'!=_0x1b318c['type'])return;const {data:_0x5dc2f2}=_0x1b318c;if(!_0x5dc2f2)return;let _0x5ad5a0,_0x2d5db6,_0x5b4110,_0x19b1fe;switch(_0x5dc2f2['commandName']){case'bulletedList':_0x5b4110=_0x5dc2f2['commandParams'][0x0]['forceValue'],_0x19b1fe=_0x5cf5dc(_0x5dc2f2['commandName']),_0x5ad5a0=_0x5b4110?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x19b1fe&&_0xef0f3['config']['get']('list.multiBlock')||(_0x5ad5a0='*Change\x20to:*\x20%0'),_0x2d5db6={'type':'format','content':o(_0x5ca2de,_0x5ad5a0,o(_0x5ca2de,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x5b4110=_0x5dc2f2['commandParams'][0x0]['forceValue'],_0x19b1fe=_0x5cf5dc(_0x5dc2f2['commandName']),_0x5ad5a0=_0x5b4110?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x19b1fe&&_0xef0f3['config']['get']('list.multiBlock')||(_0x5ad5a0='*Change\x20to:*\x20%0'),_0x2d5db6={'type':'format','content':o(_0x5ca2de,_0x5ad5a0,o(_0x5ca2de,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x5ad5a0='*Indent:*\x20%0',_0x2d5db6={'type':'format','content':o(_0x5ca2de,_0x5ad5a0,o(_0x5ca2de,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x5ad5a0=function(_0x3d9a45){const _0x5e6720=_0x3d9a45['getFirstRange']();let _0xcf5f3a=_0x5e6720['start']['nodeAfter'];for(;_0xcf5f3a&&_0x5e6720['containsItem'](_0xcf5f3a);){if(_0xcf5f3a['getAttribute']('listIndent')>0x0)return!0x1;_0xcf5f3a=_0xcf5f3a['nextSibling'];}return!0x0;}(_0x1b318c)?o(_0x5ca2de,'*Format:*\x20remove\x20from\x20%0',o(_0x5ca2de,function(_0x33e256){return'ELEMENT_'+_0x33e256['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x1b318c))):o(_0x5ca2de,'*Outdent:*\x20%0',o(_0x5ca2de,'ELEMENT_LIST_ITEM')),_0x2d5db6={'type':'format','content':_0x5ad5a0};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x5dc2f2['multipleBlocks']&&(_0x5ad5a0='*Merge:*\x20%0',_0x2d5db6={'type':'deletion','content':o(_0x5ca2de,_0x5ad5a0,o(_0x5ca2de,'ELEMENT_LIST_ITEM'))});}return _0x2d5db6;});}}function le(_0x51369d){let _0x4826f5=_0x51369d['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x4826f5;){const _0x77198=_0x4826f5['getAttribute']('listItemId');if(!_0x77198)return!0x1;if(_0x77198==_0x51369d['data']['newValue'])return'newValue';if(_0x77198==_0x51369d['data']['oldValue'])return'oldValue';_0x4826f5=_0x4826f5['previousSibling'];}return!0x1;}class ue extends _0x1dc395{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x13f388=this['editor']['config']['get']('list.properties'),_0x497656=this['editor']['plugins']['get']('TrackChangesEditing');_0x13f388['styles']&&(_0x497656['enableDefaultAttributesIntegration']('listStyle'),_0x497656['registerBlockAttribute']('listStyle')),_0x13f388['reversed']&&(_0x497656['enableDefaultAttributesIntegration']('listReversed'),_0x497656['registerBlockAttribute']('listReversed')),_0x13f388['startIndex']&&(_0x497656['enableDefaultAttributesIntegration']('listStart'),_0x497656['registerBlockAttribute']('listStart'));const _0x5823c1={'type':'format','content':''};_0x497656['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x582fd6=this['editor']['locale'];_0x497656['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x582fd6,'FORMAT_LIST_REVERSED')),_0x497656['descriptionFactory']['registerDescriptionCallback'](_0x289a29=>{const {data:_0x277418}=_0x289a29;if(_0x277418&&'listReversed'==_0x277418['key'])return null==_0x277418['newValue']||0x0==_0x277418['newValue']&&null==_0x277418['oldValue']?_0x5823c1:void 0x0;}),_0x497656['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x582fd6,'FORMAT_LIST_START')),_0x497656['descriptionFactory']['registerDescriptionCallback'](_0x2b6b82=>{const {data:_0x10c930}=_0x2b6b82;if(_0x10c930&&'listStart'==_0x10c930['key'])return null==_0x10c930['newValue']||0x1==_0x10c930['newValue']&&null==_0x10c930['oldValue']?_0x5823c1:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x108120=>{if(_0x108120['batch']['isUndo'])return!0x1;let _0x236e12=!0x1;const _0x92fb24=_0x497656['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x195516=>{const _0x25bf83=_0x497656['_getAttributeKey'](_0x195516);return'listStart'==_0x25bf83||'listReversed'==_0x25bf83;});for(const _0x16c050 of _0x92fb24){const _0x3a3bb4=_0x16c050['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x3a3bb4||'customNumbered'==_0x3a3bb4)continue;_0x497656['_findSuggestions'](_0x16c050['getFirstRange'](),'attribute')['find'](_0xe8e516=>'listType'==_0x497656['_getAttributeKey'](_0xe8e516['suggestion']))||(_0x108120['removeMarker'](_0x16c050['getFirstMarker']()),_0x236e12=!0x0);}return _0x236e12;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x1d4ba7){const _0x5d2275=this['editor']['locale'],{data:_0x24b154}=_0x1d4ba7,_0x2dfbd5={'type':'format','content':''};if(!_0x24b154||'listStyle'!=_0x24b154['key'])return;if(!_0x24b154['oldValue'])return'default'==_0x24b154['newValue']?_0x2dfbd5:{'type':'format','content':''+o(_0x5d2275,'*Set\x20format:*\x20%0',o(_0x5d2275,this['_getTranslationKeyForListStyle'](_0x24b154['newValue'])))};if(!_0x24b154['newValue']){if('default'==_0x24b154['oldValue'])return _0x2dfbd5;let _0x24efc4=_0x1d4ba7['head'];for(;_0x24efc4;){if(_0x24efc4['data']&&'listType'==_0x24efc4['data']['key']&&_0x24efc4['data']['newValue'])return _0x2dfbd5;_0x24efc4=_0x24efc4['next'];}return{'type':'format','content':''+o(_0x5d2275,'*Remove\x20format:*\x20%0',o(_0x5d2275,this['_getTranslationKeyForListStyle'](_0x24b154['oldValue'])))};}if('default'!=_0x24b154['newValue'])return{'type':'format','content':''+o(_0x5d2275,'*Set\x20format:*\x20%0',o(_0x5d2275,this['_getTranslationKeyForListStyle'](_0x24b154['newValue'])))};let _0x9bc2d4=_0x1d4ba7['head'];for(;_0x9bc2d4;){if(_0x9bc2d4['data']&&'listType'==_0x9bc2d4['data']['key']&&_0x9bc2d4['data']['newValue']&&_0x9bc2d4['data']['oldValue'])return _0x2dfbd5;_0x9bc2d4=_0x9bc2d4['next'];}return{'type':'format','content':o(_0x5d2275,'*Set\x20format:*\x20%0',o(_0x5d2275,'ELEMENT_'+_0x1d4ba7['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x30abc6=this['editor'],_0x16916c=_0x30abc6['locale'];_0x30abc6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x39781a=>{if('formatBlock'!=_0x39781a['type'])return;const {data:_0x1aa433}=_0x39781a;if(!_0x1aa433)return;let _0x25d649,_0x2ca966;switch(_0x1aa433['commandName']){case'listStyle':_0x25d649='*Change\x20to:*\x20%0',_0x2ca966={'type':'format','content':o(_0x16916c,_0x25d649,o(_0x16916c,this['_getTranslationKeyForListStyle'](_0x1aa433['commandParams'][0x0]['type'])))};break;case'listReversed':_0x25d649=_0x1aa433['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x2ca966={'type':'format','content':o(_0x16916c,_0x25d649)};break;case'listStart':_0x25d649='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x2ca966={'type':'format','content':o(_0x16916c,_0x25d649,_0x1aa433['commandParams'][0x0]['startIndex'])};}return _0x2ca966;});}['_getTranslationKeyForListStyle'](_0x346aa9){return'ELEMENT_'+function(_0x23a4a7){if(pe['includes'](_0x23a4a7))return'bulleted';if(ye['includes'](_0x23a4a7))return'numbered';return null;}(_0x346aa9)['toUpperCase']()+'_LIST_'+_0x346aa9['toUpperCase']()['replace'](/-/g,'_');}}const pe=['disc','circle','square'],ye=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class W extends _0x1dc395{static get['requires'](){return[_0x46754e];}['init'](){const _0x5cb59b=this['editor'],_0x5423a4=_0x5cb59b['plugins']['get']('TrackChangesEditing'),_0x23de0e=_0x5cb59b['commands']['get']('enter');_0x5423a4['enableCommand']('enter',()=>{_0x5cb59b['model']['change'](_0x73d0d8=>{const _0x4f7f48=_0x5cb59b['model']['document']['selection'],_0x28026b=_0x4f7f48['getFirstPosition'](),_0x2de9ed=_0x5e8b6d['fromRange'](_0x4f7f48['getFirstRange']());if(_0x23de0e['enterBlock'](_0x73d0d8)){const _0x2dfcf3=_0x5cb59b['model']['createPositionAt'](_0x28026b['parent']['nextSibling'],0x0),_0x3430d0=_0x73d0d8['createRange'](_0x28026b,_0x2dfcf3);_0x5423a4['markInsertion'](_0x3430d0);}else _0x73d0d8['setSelection'](_0x73d0d8['createRange'](_0x2de9ed['end']));_0x2de9ed['detach'](),_0x23de0e['fire']('afterExecute',{'writer':_0x73d0d8});});}),_0x5cb59b['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x5cb59b,'split'),{'priority':'high'}),_0x5cb59b['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x459f2b,_0x3f05b7,_0x32c48b)=>{const _0x1f56a1=_0x32c48b['mapper']['markerNameToElements'](_0x3f05b7['markerName']);if(_0x1f56a1){for(const _0x122317 of _0x1f56a1)_0x122317['hasClass']('ck-suggestion-marker-split')&&(_0x32c48b['mapper']['unbindElementFromMarkerName'](_0x122317,_0x3f05b7['markerName']),_0x32c48b['writer']['remove'](_0x122317));}},{'priority':'high'}),_0x5cb59b['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x43d023,_0x2f975c,_0x5e7758)=>{_0x5e7758['options']['showSuggestionHighlights']&&_e(_0x5cb59b,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x43d023,_0x2f975c,_0x5e7758);},{'priority':'high'});}}class J extends _0x1dc395{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x5cc413=this['editor']['plugins']['get']('TrackChangesEditing');_0x5cc413['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x5cc413['enableCommand']('findNext'),_0x5cc413['enableCommand']('findPrevious'),_0x5cc413['enableCommand']('replace'),_0x5cc413['enableCommand']('replaceAll');}['handleFindCommand'](_0x21ae09,_0x2b27fe,_0x52f427={}){const _0x2059f6=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x21ae09(_0x31049a=>{let _0x4ff8d9=('string'==typeof _0x2b27fe?_0x2059f6['findByTextCallback'](_0x2b27fe,_0x52f427):_0x2b27fe)(_0x31049a);Array['isArray'](_0x4ff8d9)&&(_0x4ff8d9={'results':_0x4ff8d9,'searchText':'string'==typeof _0x2b27fe?_0x2b27fe:''});const _0x46efe6=_0x4ff8d9['results']['filter'](_0x3153b7=>!0x1===this['_isInDeletionRange'](_0x3153b7,_0x31049a['item']));return{..._0x4ff8d9,'results':_0x46efe6};},_0x52f427);}['_isInDeletionRange'](_0x1c132b,_0x15a7dd){const _0x23e41d=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x15a7dd,_0x1c132b['start']),this['editor']['model']['createPositionAt'](_0x15a7dd,_0x1c132b['end']));for(const _0x599d04 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x23e41d['getIntersection'](_0x599d04['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Q extends _0x1dc395{['afterInit'](){const _0x101fbf=this['editor']['locale'],_0x136a69=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0xf75fb7,commandName:_0x887a81}of ro)this['editor']['plugins']['has'](_0xf75fb7)&&(_0x136a69['enableDefaultAttributesIntegration'](_0x887a81),_0x136a69['registerInlineAttribute'](_0x887a81));_0x136a69['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x101fbf,'FORMAT_FONT_SIZE')),_0x136a69['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x101fbf,'FORMAT_FONT_FAMILY')),_0x136a69['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x101fbf,'FORMAT_FONT_COLOR')),_0x136a69['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x101fbf,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1b8b70=this['editor'],_0x31d049=_0x1b8b70['locale'];_0x1b8b70['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x33d334=>{const _0x5e7aef=_0x31d049['t'];if('formatInline'!=_0x33d334['type'])return;const {data:_0x11c382}=_0x33d334;if(null!=_0x11c382){if('fontSize'==_0x11c382['commandName']){const _0x52c39c=_0x11c382['commandParams'][0x0]['value'];if(_0x52c39c){const _0x3525df=_0x5e7aef(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x4f7b0c=>_0x4f7b0c['model']==_0x52c39c)['title'])['toLowerCase']();return{'type':'format','content':o(_0x31d049,'*Set\x20font\x20size:*\x20%0',_0x3525df)};}return{'type':'format','content':o(_0x31d049,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x11c382['commandName']){const _0x14962b=_0x11c382['commandParams'][0x0]['value'];return _0x14962b?{'type':'format','content':o(_0x31d049,'*Set\x20font\x20family:*\x20%0',_0x14962b)}:{'type':'format','content':o(_0x31d049,'*Reset\x20font\x20family*')};}if('fontColor'==_0x11c382['commandName']){const _0xdf10a0=_0x11c382['commandParams'][0x0]['value'];if(_0xdf10a0){const _0x19e552=_0x41c95d(this['editor']['config']['get']('fontColor.colors'))['find'](_0x500570=>_0x500570['model']==_0xdf10a0);let _0x1a663e=_0xdf10a0,_0x5a4d90='';return _0x19e552&&(_0x1a663e=_0x19e552['label'],_0x5a4d90=_0x5e7aef(_0x1a663e)['toLowerCase']()),{'type':'format','content':o(_0x31d049,'*Set\x20font\x20color:*\x20%0',_0x5a4d90)['trim'](),'color':{'value':_0xdf10a0,'title':_0x5a4d90||_0x1a663e}};}return{'type':'format','content':o(_0x31d049,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x11c382['commandName']){const _0x4b0ed3=_0x11c382['commandParams'][0x0]['value'];if(_0x4b0ed3){const _0x41c6c9=_0x41c95d(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x328ea7=>_0x328ea7['model']==_0x4b0ed3);let _0x58ba2e=_0x4b0ed3,_0x1c128f='';return _0x41c6c9&&(_0x58ba2e=_0x41c6c9['label'],_0x1c128f=_0x5e7aef(_0x58ba2e)['toLowerCase']()),{'type':'format','content':o(_0x31d049,'*Set\x20font\x20background\x20color:*\x20%0',_0x1c128f)['trim'](),'color':{'value':_0x4b0ed3,'title':_0x1c128f||_0x58ba2e}};}return{'type':'format','content':o(_0x31d049,'*Reset\x20font\x20background\x20color*')};}}});}}class X extends _0x1dc395{['afterInit'](){const _0x4e4d4b=this['editor'],_0x579e9e=_0x4e4d4b['plugins']['get']('TrackChangesEditing'),_0x173ff4=_0x4e4d4b['commands']['get']('copyFormat'),_0x3c2aac=_0x4e4d4b['commands']['get']('pasteFormat');_0x173ff4&&_0x3c2aac&&(_0x579e9e['enableDefaultAttributesIntegration']('pasteFormat'),_0x579e9e['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x4789ad=this['editor'],_0x184dd9=_0x4789ad['locale'];_0x4789ad['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x50f169=>{if('formatBlock'!=_0x50f169['type']&&'formatInline'!=_0x50f169['type'])return;const {data:_0x2b3db2}=_0x50f169;if(_0x2b3db2&&'pasteFormat'===_0x2b3db2['commandName']){const _0x45be64=[],_0x35cf89=_0x2b3db2['commandParams'][0x0];for(const [_0x21eb75,_0x1ced3b]of Object['entries'](_0x35cf89))_0x45be64['push'](so(_0x4789ad,_0x21eb75,_0x1ced3b));return _0x45be64['length']?{'type':'format','content':o(_0x184dd9,'*Set\x20format\x20to:*\x20%0',_0x45be64['join'](',\x20'))}:{'type':'format','content':o(_0x184dd9,'*Remove\x20all\x20formatting*')};}});}}function so(_0x11d3d8,_0x9cc203,_0x412db0){const _0x15fb38=_0x11d3d8['locale']['t'],_0x2e95bd=_0x9cc203['split'](/(?=[A-Z])/)['join']('\x20'),_0x7d5c69=_0x15fb38(_0x2e95bd['charAt'](0x0)['toUpperCase']()+_0x2e95bd['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x412db0)return _0x7d5c69;if('fontColor'===_0x9cc203||'fontBackgroundColor'===_0x9cc203){const _0x24f98b=_0x41c95d(_0x11d3d8['config']['get']('fontColor.colors'))['find'](_0x559f09=>_0x559f09['model']==_0x412db0);return _0x7d5c69+'\x20('+(_0x24f98b?_0x15fb38(_0x24f98b['label'])['toLowerCase']():_0x412db0)+')';}if('fontSize'===_0x9cc203&&isNaN(parseFloat(_0x412db0))){const _0x249a4d=_0x11d3d8['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x11d3d8['config']['get']('fontSize.options'))['find'](_0x58a1c1=>_0x58a1c1['model']==_0x412db0);return _0x7d5c69+'\x20('+(_0x249a4d?_0x15fb38(_0x249a4d['title'])['toLowerCase']():_0x412db0)+')';}return _0x7d5c69+'\x20('+_0x412db0+')';}class Y extends _0x1dc395{['_headingOptions'];['afterInit'](){const _0x33d9e1=this['editor'];if(!_0x33d9e1['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x33d9e1['config']['get']('heading.options');const _0x435d57=_0x33d9e1['locale'],_0x3ee117=_0x33d9e1['plugins']['get']('TrackChangesEditing');_0x3ee117['enableDefaultAttributesIntegration']('heading');for(const _0x27011d of this['_headingOptions'])'paragraph'!=_0x27011d['model']&&_0x3ee117['descriptionFactory']['registerElementLabel'](_0x27011d['model'],_0x3b41d6=>{const _0x4a07c6=this['_getHeadingLevel'](_0x27011d['model']);return null!==_0x4a07c6?_0x3e684e(_0x3b41d6,_0x4a07c6):_0x808f7f(_0x3b41d6,_0x27011d['title']);});function _0x3e684e(_0x47cb69,_0x26c250){return o(_0x435d57,'ELEMENT_HEADING',[_0x47cb69,_0x26c250]);}function _0x808f7f(_0x33bc5d,_0x4ce7a0){return o(_0x435d57,'ELEMENT_HEADING_CUSTOM',[_0x33bc5d,_0x4ce7a0]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5853e3=this['editor'],_0x5f0667=_0x5853e3['locale'];function _0x33340a(_0x44714a,_0xcdad7c){return o(_0x5f0667,'ELEMENT_HEADING_CUSTOM',[_0x44714a,_0xcdad7c]);}_0x5853e3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x57c059=>{if('formatBlock'!=_0x57c059['type'])return;const {data:_0x1570e3}=_0x57c059;if(_0x1570e3&&'heading'==_0x1570e3['commandName']){const _0x27fc39=_0x1570e3['commandParams'][0x0]['value'],_0x1a9b06=this['_getHeadingLevel'](_0x27fc39);if(null!==_0x1a9b06)return{'type':'format','content':o(_0x5f0667,'*Change\x20to:*\x20%0',(_0x33b7b9=0x1,_0x3d19dd=_0x1a9b06,o(_0x5f0667,'ELEMENT_HEADING',[_0x33b7b9,_0x3d19dd])))};const _0x4b4361=this['_headingOptions']['find'](_0x4abbd6=>_0x4abbd6['model']===_0x27fc39)['title'];return{'type':'format','content':o(_0x5f0667,'*Change\x20to:*\x20%0',_0x33340a(0x1,_0x4b4361))};}var _0x33b7b9,_0x3d19dd;});}['_getHeadingLevel'](_0x38996b){const _0x3228c5=_0x38996b['match'](/^heading(\d+)/);if(_0x3228c5)return _0x3228c5[0x1];const _0x347345=this['_headingOptions']?.['find'](_0x16c563=>_0x16c563['model']==_0x38996b);if(_0x347345&&_0x347345['view']){const _0x4fca53=_0x347345['view'],_0x22baaa=(_0x4fca53['name']??_0x4fca53)['match'](/^h(\d+)/);if(_0x22baaa)return _0x22baaa[0x1];}return null;}}class Z extends _0x1dc395{['afterInit'](){const _0xd8530e=this['editor'];if(!_0xd8530e['plugins']['has']('HighlightEditing'))return;const _0x46b8fa=_0xd8530e['plugins']['get']('TrackChangesEditing'),_0x2cb947=_0xd8530e['locale'];_0x46b8fa['enableDefaultAttributesIntegration']('highlight'),_0x46b8fa['registerInlineAttribute']('highlight'),_0x46b8fa['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x2cb947,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5f4705=this['editor'],_0x345c3d=_0x5f4705['locale'];_0x5f4705['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x27655d=>{if('formatInline'!=_0x27655d['type'])return;const {data:_0x13bc16}=_0x27655d;if(_0x13bc16&&'highlight'==_0x13bc16['commandName']){const _0x704f11=_0x345c3d['t'],_0x39f91e=_0x13bc16['commandParams'][0x0]['value'];if(_0x39f91e){const _0x1efa70=_0x5f4705['config']['get']('highlight.options')['find'](_0x5e62fa=>_0x5e62fa['model']==_0x39f91e),_0x30d287=_0x704f11(_0x1efa70['title'])['toLowerCase']();return{'type':'format','content':o(_0x345c3d,'*Set\x20highlight:*\x20%0',_0x30d287),'color':{'value':_0x1efa70['color'],'title':_0x1efa70['title']}};}return{'type':'format','content':o(_0x345c3d,'*Remove\x20highlight*',o(_0x345c3d,'FORMAT_HIGHLIGHT'))};}});}}class tt extends _0x1dc395{['afterInit'](){const _0x5f1f21=this['editor'];if(!_0x5f1f21['plugins']['has']('HorizontalLineEditing'))return;_0x5f1f21['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x4d2a99=_0x5f1f21['plugins']['get']('TrackChangesEditing'),_0x10f894=_0x5f1f21['locale'];_0x4d2a99['descriptionFactory']['registerElementLabel']('horizontalLine',_0x3d5e59=>o(_0x10f894,'ELEMENT_HORIZONTAL_LINE',_0x3d5e59)),_0x5f1f21['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x4738ff,{writer:_0x54be81,options:_0x5090da})=>{if(!_0x5090da['showSuggestionHighlights'])return null;const _0x27607d=_0x54be81['createContainerElement']('div'),_0x169912=_0x54be81['createEmptyElement']('hr');return _0x54be81['addClass']('ck-horizontal-line',_0x27607d),_0x54be81['insert'](_0x54be81['createPositionAt'](_0x27607d,0x0),_0x169912),_0x27607d;},'converterPriority':'high'});}}class et extends _0x1dc395{['afterInit'](){const _0x201d5d=this['editor'];if(!_0x201d5d['plugins']['has']('HtmlEmbed'))return;const _0x49e386=_0x201d5d['plugins']['get']('TrackChangesEditing'),_0x4bf7bd=_0x201d5d['locale'];_0x49e386['descriptionFactory']['registerElementLabel']('rawHtml',_0x1f6c12=>o(_0x4bf7bd,'ELEMENT_HTML_EMBED',_0x1f6c12)),_0x49e386['enableDefaultAttributesIntegration']('htmlEmbed'),_0x49e386['registerBlockAttribute']('value'),_0x49e386['descriptionFactory']['registerDescriptionCallback'](_0x9e5a5c=>{if('attribute'!=_0x9e5a5c['type'])return;const {data:_0x4a43f1}=_0x9e5a5c;if(_0x4a43f1&&'value'==_0x4a43f1['key']&&_0x9e5a5c['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x8a0ba3=o(_0x4bf7bd,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x4bf7bd,'*Change\x20%0\x20content*',_0x8a0ba3)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x420e9a=this['editor'],_0x15d868=_0x420e9a['locale'];_0x420e9a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5ecd4f=>{if('formatBlock'!=_0x5ecd4f['type'])return;const {data:_0x12ee8a}=_0x5ecd4f;if(_0x12ee8a&&'htmlEmbed'==_0x12ee8a['commandName']){const _0xfbc5c7=o(_0x15d868,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x15d868,'*Change\x20%0\x20content*',_0xfbc5c7)};}});}}class it extends _0x1dc395{['afterInit'](){const _0x1b5a3e=this['editor'];if(!_0x1b5a3e['plugins']['has']('ImageEditing'))return;const _0x1cf449=_0x1b5a3e['plugins']['get']('TrackChangesEditing'),_0x10a04e=_0x1b5a3e['plugins']['get']('ImageUtils'),_0x5ebcea=_0x1b5a3e['locale'];_0x1cf449['enableCommand']('insertImage'),_0x1cf449['descriptionFactory']['registerElementLabel']('imageBlock',_0x1cfafa=>o(_0x5ebcea,'ELEMENT_IMAGE',_0x1cfafa)),_0x1cf449['descriptionFactory']['registerElementLabel']('imageInline',_0x5c9814=>o(_0x5ebcea,'ELEMENT_INLINE_IMAGE',_0x5c9814)),_0x1cf449['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x5ebcea,'ELEMENT_CAPTION')),_0x1b5a3e['plugins']['has']('ImageUploadEditing')&&_0x1cf449['enableCommand']('uploadImage'),_0x1b5a3e['plugins']['has']('ImageBlockEditing')&&_0x1b5a3e['plugins']['has']('ImageInlineEditing')&&(_0x1cf449['enableCommand']('imageTypeInline',(_0xa1d91b,_0x20623e)=>{const _0x2f5832=_0x10a04e['getClosestSelectedImageElement'](_0x1b5a3e['model']['document']['selection']);_0x1b5a3e['model']['change'](()=>{_0x1cf449['markBlockFormat'](_0x2f5832,{'commandName':'imageTypeInline','commandParams':[_0x20623e]},[],'convertBlockImageToInline');});}),_0x1cf449['enableCommand']('imageTypeBlock',(_0x222310,_0xa23b50)=>{_0x1b5a3e['model']['change'](_0xdbeb78=>{let _0x2f1307=_0x10a04e['getClosestSelectedImageElement'](_0x1b5a3e['model']['document']['selection']),_0x2e9646=_0xdbeb78['createRangeOn'](_0x2f1307);const _0x3df9dd=_0x285ecd['fromPosition'](_0x2e9646['start'],'toPrevious'),_0x439d72=_0x285ecd['fromPosition'](_0x2e9646['end'],'toNext');_0x1cf449['forceDefaultExecution'](()=>_0x222310(_0xa23b50)),_0x2f1307=_0x10a04e['getClosestSelectedImageElement'](_0x1b5a3e['model']['document']['selection']),_0x2e9646=_0xdbeb78['createRangeOn'](_0x2f1307);const _0x5148ad=_0xdbeb78['createRange'](_0x3df9dd,_0x439d72);_0x3df9dd['detach'](),_0x439d72['detach'](),_0x1cf449['markBlockFormat'](_0x2f1307,{'commandName':'imageTypeInline','commandParams':[_0xa23b50]},[],'convertInlineImageToBlock'),_0x5148ad['start']['isBefore'](_0x2e9646['start'])&&_0x1cf449['markInsertion'](_0xdbeb78['createRange'](_0x5148ad['start'],_0x2e9646['start']),'convertInlineImageToBlock'),_0x2e9646['end']['isBefore'](_0x5148ad['end'])&&_0x1cf449['markInsertion'](_0xdbeb78['createRange'](_0x2e9646['end'],_0x5148ad['end']),'convertInlineImageToBlock');});}),_0x1cf449['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x1cf449['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x1cf449['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x1cf449['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x1cf449['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x1cf449['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x4a216b])=>{const _0x26493d=_0x1cf449['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x59c5a1=_0x4a216b['start'],_0x3546fb=_0x4a216b['end'];const _0x108a92=_0x1b5a3e['model']['schema']['getNearestSelectionRange'](_0x59c5a1,'backward'),_0x5a436b=_0x1b5a3e['model']['schema']['getNearestSelectionRange'](_0x3546fb,'forward');_0x108a92['isCollapsed']&&(_0x59c5a1=_0x108a92['start']),_0x5a436b['isCollapsed']&&(_0x3546fb=_0x5a436b['end']),_0x26493d([_0x1b5a3e['model']['createRange'](_0x59c5a1,_0x3546fb)]);}),_0x1cf449['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x5bef74),_0x1cf449['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x5bef74)),_0x1b5a3e['plugins']['has']('ImageCaptionEditing')&&(_0x1cf449['enableCommand']('toggleImageCaption',(_0x400b5d,_0x5dd0da)=>{const _0x15a332=_0x1b5a3e['plugins']['get']('ImageCaptionUtils');let _0x17c3d4=_0x10a04e['getClosestSelectedImageElement'](_0x1b5a3e['model']['document']['selection']),_0x57064c=_0x15a332['getCaptionFromImageModelElement'](_0x17c3d4);_0x1b5a3e['model']['change'](()=>{if(_0x57064c)return void _0x1cf449['markDeletion'](_0x1b5a3e['model']['createRangeOn'](_0x57064c));const _0x95697d=_0x10a04e['isBlockImage'](_0x17c3d4);_0x400b5d(_0x5dd0da),_0x17c3d4=_0x10a04e['getClosestSelectedImageElement'](_0x1b5a3e['model']['document']['selection']),_0x57064c=_0x15a332['getCaptionFromImageModelElement'](_0x17c3d4),_0x1cf449['markInsertion'](_0x1b5a3e['model']['createRangeOn'](_0x57064c),_0x95697d?null:'imageCaption');});}),_0x1cf449['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x5bef74));const _0x54f73a=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0xab3a24(_0x4c93d4,_0x530169){const _0x3b9737=_0x54f73a['findIndex'](({type:_0x184dda,subType:_0xfa5e88})=>_0x4c93d4['type']==_0x184dda&&_0x4c93d4['subType']==_0xfa5e88),_0xe305f9=_0x54f73a['findIndex'](({type:_0x4b13b3,subType:_0xee7854})=>_0x530169['type']==_0x4b13b3&&_0x530169['subType']==_0xee7854);if(_0x3b9737<0x0||_0xe305f9<0x0)return!0x1;const _0x536f11=_0x4c93d4['getFirstRange'](),_0x4cf1d2=_0x530169['getFirstRange']();if((0x0==_0x3b9737||0x1==_0x3b9737)&&0x2==_0xe305f9&&_0x536f11['isIntersecting'](_0x4cf1d2))return!0x0;if(0x2==_0x3b9737&&0x3==_0xe305f9){const _0x481e42=_0x1cf449['_findSuggestions'](_0x536f11,'insertion')['filter'](({suggestion:_0x385ab3,meta:_0x5d8f41})=>_0x5d8f41['isOwn']&&'convertInlineImageToBlock'==_0x385ab3['subType']);if(_0x481e42['length']>0x1&&_0x4cf1d2['end']['isEqual'](_0x536f11['start']))return!0x0;if(0x1==_0x481e42['length']&&(_0x536f11['start']['isEqual'](_0x4cf1d2['end'])||_0x536f11['end']['isEqual'](_0x4cf1d2['start'])))return!0x0;}if(0x3==_0x3b9737&&0x3==_0xe305f9&&_0x536f11['start']['isBefore'](_0x4cf1d2['start'])){const _0x1b239a=_0x536f11['end']['nodeAfter'],_0x4dfddf=_0x4cf1d2['start']['nodeBefore'];return _0x10a04e['isBlockImage'](_0x1b239a)&&_0x1b239a===_0x4dfddf;}return!0x1;}function _0x5bef74(_0x7c2086,_0x3a5a2c){return _0xab3a24(_0x7c2086,_0x3a5a2c)?[_0x7c2086,_0x3a5a2c]:_0xab3a24(_0x3a5a2c,_0x7c2086)?[_0x3a5a2c,_0x7c2086]:null;}_0x1b5a3e['plugins']['has']('ImageResize')&&(_0x1cf449['enableDefaultAttributesIntegration']('resizeImage'),_0x1cf449['registerBlockAttribute']('resizedWidth'),_0x1cf449['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x5ebcea,'FORMAT_IMAGE_SIZE'))),_0x1b5a3e['plugins']['has']('ImageTextAlternativeEditing')&&(_0x1cf449['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x1cf449['registerBlockAttribute']('alt')),_0x1cf449['descriptionFactory']['registerDescriptionCallback'](_0x455e3f=>{if(!!_0x54f73a['find'](({type:_0x30f7b0,subType:_0x3ed747})=>_0x455e3f['type']==_0x30f7b0&&_0x455e3f['subType']==_0x3ed747))return _0x455e3f['previous']?{}:void 0x0;}),_0x1cf449['descriptionFactory']['registerDescriptionCallback'](_0x4bdf75=>{if('insertion'==_0x4bdf75['type']||'deletion'==_0x4bdf75['type']){const _0x3d6ac6=_0x4bdf75['getContainedElement']();if(_0x3d6ac6&&_0x3d6ac6['is']('element','caption'))return{'type':'insertion'==_0x4bdf75['type']?'addObject':'removeObject','element':_0x3d6ac6,'quantity':0x1};}}),_0x1cf449['descriptionFactory']['registerDescriptionCallback'](_0x2799d3=>'formatBlock'==_0x2799d3['type']&&'convertInlineImageToBlock'==_0x2799d3['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x2799d3['type']&&'convertBlockImageToInline'==_0x2799d3['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x1cf449['descriptionFactory']['registerDescriptionCallback'](_0x59e3db=>{if('attribute'!=_0x59e3db['type'])return;const {data:_0x20425b}=_0x59e3db;if(!_0x20425b||'alt'!=_0x20425b['key'])return;const _0x431a08=_0x20425b['newValue'];return _0x431a08?{'type':'format','content':o(_0x5ebcea,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x431a08+'\x22')}:{'type':'format','content':o(_0x5ebcea,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x23dece=this['editor'],_0x16814c=_0x23dece['locale'];_0x23dece['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x130ccd=>{if('formatBlock'!=_0x130ccd['type']&&'formatInline'!=_0x130ccd['type'])return;const {data:_0x3bad32}=_0x130ccd;if(_0x3bad32){if('imageTextAlternative'==_0x3bad32['commandName']){const _0x32a6c6=_0x3bad32['commandParams'][0x0]['newValue'];return _0x32a6c6?{'type':'format','content':o(_0x16814c,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x32a6c6+'\x22')}:{'type':'format','content':o(_0x16814c,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x3bad32['commandName']){const _0x4c19f1=_0x3bad32['commandParams'][0x0]['width'];return _0x4c19f1?{'type':'format','content':o(_0x16814c,'*Set\x20image\x20width:*\x20%0',_0x4c19f1)}:{'type':'format','content':o(_0x16814c,'*Reset\x20image\x20width*')};}}});}}class st extends _0x1dc395{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x55f8f7=this['editor']['locale'],_0x49f7b6=this['editor']['plugins']['get']('TrackChangesEditing');_0x49f7b6['enableDefaultAttributesIntegration']('replaceImageSource'),_0x49f7b6['registerBlockAttribute']('src'),_0x49f7b6['descriptionFactory']['registerDescriptionCallback'](_0x2b478b=>{if('attribute'!=_0x2b478b['type'])return;const {data:_0x1792a3}=_0x2b478b;return _0x1792a3&&'src'==_0x1792a3['key']?_0x1792a3['newValue']&&_0x1792a3['oldValue']?{'type':'format','content':o(_0x55f8f7,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0xfe751f=this['editor']['plugins']['get']('TrackChangesEditing');_0xfe751f['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0xfe751f['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0xfe751f['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0xfe751f['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x49655c=this['editor'],_0x2227f2=_0x49655c['locale'];_0x49655c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xce3d00=>{if('formatBlock'!=_0xce3d00['type']&&'formatInline'!=_0xce3d00['type'])return;const {data:_0x22484e}=_0xce3d00;if(!_0x22484e||'replaceImageSource'!=_0x22484e['commandName'])return;return{'type':'format','content':o(_0x2227f2,'*Format:*\x20replace\x20image\x20URL')};});}}class nt extends _0x1dc395{['afterInit'](){const _0xad19ec=this['editor'];if(!_0xad19ec['plugins']['has']('ImageStyleEditing'))return;const _0x53a230=_0xad19ec['plugins']['get']('TrackChangesEditing'),_0x19ea52=_0xad19ec['plugins']['get']('ImageUtils'),_0x164724={};_0x53a230['enableCommand']('imageStyle',(_0x4cacd5,_0x218a3d)=>{const _0x4f739b=_0xad19ec['plugins']['get']('Users')['me'],_0xc6df3c=_0xad19ec['commands']['get']('imageStyle');let _0x37325f=_0x19ea52['getClosestSelectedImageElement'](_0xad19ec['model']['document']['selection']),_0x4d1193=_0xad19ec['model']['createRangeOn'](_0x37325f),_0x4be67b=_0xc6df3c['value'];if(_0x4be67b==_0x218a3d['value'])return;const _0x3e0e86={'commandName':'imageStyle','commandParams':[_0x218a3d],'formatGroupId':_0x497177()};_0xad19ec['model']['change'](()=>{if(_0x53a230['getSuggestions']()['filter'](_0x2175cd=>_0x2175cd['isInContent']&&_0x4f739b==_0x2175cd['author']&&('formatBlock'==_0x2175cd['type']||'formatInline'==_0x2175cd['type'])&&('imageStylePreApply'==_0x2175cd['subType']||'imageStylePostApply'==_0x2175cd['subType'])&&_0x2175cd['getFirstRange']()['isEqual'](_0x4d1193))['forEach'](_0x11e8fd=>_0x53a230['discardSuggestion'](_0x11e8fd['head'])),_0x37325f=_0x19ea52['getClosestSelectedImageElement'](_0xad19ec['model']['document']['selection']),_0x4d1193=_0xad19ec['model']['createRangeOn'](_0x37325f),_0xc6df3c['refresh'](),_0xad19ec['commands']['get']('imageTypeInline')['refresh'](),_0xad19ec['commands']['get']('imageTypeBlock')['refresh'](),_0x4be67b=_0xc6df3c['value'],_0x4be67b!=_0x218a3d['value'])return _0x19ea52['isInlineImage'](_0x37325f)&&_0xc6df3c['shouldConvertImageType'](_0x218a3d['value'],_0x37325f)?(_0x4cacd5({..._0x218a3d,'setImageSizes':!0x1}),_0x37325f=_0x19ea52['getClosestSelectedImageElement'](_0xad19ec['model']['document']['selection']),void _0x53a230['markBlockFormat'](_0x37325f,{..._0x3e0e86,'commandReversedParams':[{'value':_0x4be67b||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x19ea52['isBlockImage'](_0x37325f)?_0x53a230['markBlockFormat'](_0x37325f,_0x3e0e86,[],'imageStylePostApply'):_0x53a230['markInlineFormat'](_0x4d1193,_0x3e0e86,'imageStylePostApply'));});});for(const _0x49c102 of _0xad19ec['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x164724[_0x49c102['name']]=_0x49c102['title']['toLowerCase']();_0x53a230['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x53a230['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x53a230['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x53a230['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x3e1e97])=>{_0x19ea52['setImageNaturalSizeAttributes'](_0x3e1e97['getContainedElement']());}),_0x53a230['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x4f1aa4,_0x3904fd)=>{_0x53a230['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x4f1aa4,{'commandName':_0x3904fd['commandName'],'commandParams':_0x3904fd['commandReversedParams']});}),_0x53a230['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x409024,_0x5dc40c){if(_0x52afe3(_0x409024,_0x5dc40c))return[_0x409024,_0x5dc40c];if(_0x52afe3(_0x5dc40c,_0x409024))return[_0x5dc40c,_0x409024];return null;});const _0x23e2b2=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x52afe3(_0x30bfaa,_0x133545){const _0x565082=_0x23e2b2['findIndex'](({type:_0x56a722,subType:_0x190be2})=>_0x30bfaa['type']==_0x56a722&&_0x30bfaa['subType']==_0x190be2),_0x4a2594=_0x23e2b2['findIndex'](({type:_0x31f651,subType:_0x4fd872})=>_0x133545['type']==_0x31f651&&_0x133545['subType']==_0x4fd872);if(_0x565082<0x0||_0x4a2594<0x0)return!0x1;const _0x11f2c2=_0x30bfaa['getFirstRange'](),_0x559408=_0x133545['getFirstRange']();if((0x0==_0x565082||0x1==_0x565082)&&0x2==_0x4a2594&&_0x11f2c2['isIntersecting'](_0x559408))return!0x0;if(0x2==_0x565082&&0x3==_0x4a2594){const _0x42330c=_0x53a230['_findSuggestions'](_0x11f2c2,'insertion')['filter'](({suggestion:_0x2add80,meta:_0x1e3964})=>_0x1e3964['isOwn']&&'convertInlineImageToBlock'==_0x2add80['subType']);if(_0x42330c['length']>0x1&&_0x559408['end']['isEqual'](_0x11f2c2['start']))return!0x0;if(0x1==_0x42330c['length']&&(_0x11f2c2['start']['isEqual'](_0x559408['end'])||_0x11f2c2['end']['isEqual'](_0x559408['start'])))return!0x0;}if(0x3==_0x565082&&0x3==_0x4a2594&&_0x11f2c2['start']['isBefore'](_0x559408['start'])){const _0x24c04d=_0x11f2c2['end']['nodeAfter'],_0xd5fb1f=_0x559408['start']['nodeBefore'];return _0x19ea52['isBlockImage'](_0x24c04d)&&_0x24c04d===_0xd5fb1f;}return!0x1;}_0xad19ec['model']['document']['registerPostFixer'](()=>{let _0x36f896=!0x1;const _0x352dbb=Array['from'](_0xad19ec['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x484505,data:_0x3a9e58}of _0x352dbb){const {group:_0x395a86,type:_0xc2a2a0,subType:_0x174640,id:_0x8e66aa}=_0x53a230['_splitMarkerName'](_0x484505);if('suggestion'==_0x395a86&&_0x53a230['hasSuggestion'](_0x8e66aa)){if('formatBlock'==_0xc2a2a0&&('imageStylePreApply'==_0x174640||'imageStylePostApply'==_0x174640)){const _0x249927=_0x53a230['getSuggestion'](_0x8e66aa);if(_0x3a9e58['newRange']){const _0x46b850=_0x249927['getFirstRange']()['getContainedElement']();if(_0x19ea52['isBlockImage'](_0x46b850))continue;_0x53a230['discardSuggestion'](_0x249927),_0x36f896=!0x0;}}if('insertion'==_0xc2a2a0&&'imageCaption'==_0x174640&&!_0x3a9e58['newRange']){const _0x21ea41=_0x53a230['getSuggestion'](_0x8e66aa);_0x21ea41['next']&&_0x21ea41['next']['isInContent']&&(_0x53a230['discardSuggestion'](_0x21ea41['next']),_0x36f896=!0x0);}}}return _0x36f896;}),this['_registerLegacyDescription'](_0x164724);}['_registerLegacyDescription'](_0x99db85){const _0xf7ee3a=this['editor'],_0x4f8603=_0xf7ee3a['locale'];_0xf7ee3a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x28aee4=>{if('formatBlock'!=_0x28aee4['type']&&'formatInline'!=_0x28aee4['type'])return;const {data:_0x4c1006}=_0x28aee4;if(!_0x4c1006||'imageStyle'!=_0x4c1006['commandName'])return;const _0x44a2f6=_0x4c1006['commandParams'][0x0]['value'];return _0xa32046('side'===_0x44a2f6?o(_0x4f8603,'FORMAT_SIDE_IMAGE'):_0x99db85[_0x44a2f6]||_0x44a2f6);function _0xa32046(_0x2bcad5){return{'type':'format','content':o(_0x4f8603,'*Format:*\x20%0',_0x2bcad5)};}});}}class ot extends _0x1dc395{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x30e50e){super(_0x30e50e),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x41ec97=this['editor'],_0x1b6e5c=_0x41ec97['commands']['get']('importWord'),_0x257a1f=_0x41ec97['commands']['get']('trackChanges');_0x1b6e5c&&(_0x1b6e5c['on']('execute',(_0x1c2c2e,[,_0x3e3aff])=>{this['_trackChangesValueDuringImport']=_0x257a1f['value'],_0x3e3aff['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x1b6e5c,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x1b6e5c,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x257a1f['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x41ec97['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x5a2fa2,_0x29da1e){const {suggestions:_0x5597c8}=_0x29da1e,_0x11c754=this['editor']['commands']['get']('trackChanges'),_0x191b17=_0x11c754['value'];this['_trackChangesValueDuringImport']!==_0x191b17&&(_0x11c754['execute'](),this['_trackChangesExecuted']=!0x0),_0x5597c8&&_0x5597c8['forEach'](({id:_0x571028,type:_0x5d846b,author:_0x2aea3a,created_at:_0xc7866d})=>{const _0x2cf8f2={'id':_0x571028,'type':_0x5d846b,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x2aea3a,'createdAt':_0xc7866d?new Date(_0xc7866d):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x2cf8f2);});}}class rt extends _0x1dc395{['afterInit'](){const _0x41dcba=this['editor'],_0x3842b8=_0x41dcba['plugins']['get']('TrackChangesEditing');if(_0x41dcba['plugins']['has']('IndentEditing')&&(_0x3842b8['enableCommand']('indent'),_0x3842b8['enableCommand']('outdent')),_0x41dcba['plugins']['has']('IndentBlock')){for(const _0x517f77 of['indentBlock','outdentBlock'])_0x3842b8['enableDefaultAttributesIntegration'](_0x517f77);}const _0x479ece=_0x41dcba['locale'];_0x3842b8['registerBlockAttribute']('blockIndent'),_0x3842b8['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x479ece,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x58a2ee=this['editor'],_0x4d5728=_0x58a2ee['locale'],_0x288655=_0x58a2ee['plugins']['get']('TrackChangesEditing');_0x288655['descriptionFactory']['registerDescriptionCallback'](_0x5a2bd0=>{if('formatBlock'!=_0x5a2bd0['type'])return;const {data:_0x1087d0}=_0x5a2bd0;if(!_0x1087d0)return;if('indentBlock'!=_0x1087d0['commandName']&&'outdentBlock'!=_0x1087d0['commandName'])return;const _0x3e1c78=_0x5a2bd0['getItems']()[0x0],_0x22c93f=_0x288655['descriptionFactory']['getItemLabel'](_0x3e1c78);return'indentBlock'==_0x1087d0['commandName']?{'type':'format','content':o(_0x4d5728,'*Indent:*\x20%0',_0x22c93f)}:'outdentBlock'==_0x1087d0['commandName']?{'type':'format','content':o(_0x4d5728,'*Outdent:*\x20%0',_0x22c93f)}:void 0x0;});}}class at extends _0x1dc395{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ct extends _0x1dc395{['afterInit'](){const _0x147d00=this['editor'];if(!_0x147d00['plugins']['has']('LinkEditing'))return;const _0x1b2f01=_0x147d00['plugins']['get']('TrackChangesEditing'),_0x2693bf=_0x147d00['commands']['get']('link');_0x1b2f01['enableDefaultAttributesIntegration']('link'),_0x1b2f01['enableDefaultAttributesIntegration']('unlink'),_0x1b2f01['registerInlineAttribute']('linkHref');for(const _0x328904 of _0x2693bf['manualDecorators'])_0x1b2f01['registerInlineAttribute'](_0x328904['id']),_0x1b2f01['descriptionFactory']['registerAttributeLabel'](_0x328904['id'],'link\x20('+_0x328904['label']['toLowerCase']()+')');_0x1b2f01['descriptionFactory']['registerDescriptionCallback'](_0x2936d5=>{if('attribute'!=_0x2936d5['type'])return;const {data:_0x32ef36}=_0x2936d5;if(!_0x32ef36||'linkHref'!=_0x32ef36['key'])return;const _0x215ebb=_0x32ef36['newValue'],_0x57d38f=_0x147d00['locale'];return{'type':'format','content':null==_0x215ebb?o(_0x57d38f,'*Remove\x20link*'):o(_0x57d38f,'*Set\x20link:*\x20%0','\x22'+_0x215ebb+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x20b5d2=this['editor'],_0x1a6fd2=_0x20b5d2['locale'];_0x20b5d2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3bbaee=>{if('formatInline'!=_0x3bbaee['type'])return;const {data:_0x177aad}=_0x3bbaee;if(_0x177aad){if('link'==_0x177aad['commandName']){const _0xefb095=_0x177aad['commandParams'][0x0];return{'type':'format','content':o(_0x1a6fd2,'*Set\x20link:*\x20%0','\x22'+_0xefb095+'\x22')};}return'unlink'==_0x177aad['commandName']?{'type':'format','content':o(_0x1a6fd2,'*Remove\x20link*')}:void 0x0;}});}}class ut extends _0x1dc395{['afterInit'](){const _0x90924b=this['editor'],_0xf97ccd=_0x90924b['locale'];if(!_0x90924b['plugins']['has']('LegacyListEditing'))return;const _0x44e781=_0x90924b['plugins']['get']('TrackChangesEditing'),_0x272810=_0x90924b['plugins']['has']('LegacyTodoListEditing');function _0x53eb31(_0x2a623d){return()=>{const _0x43b38f=_0x90924b['model']['document']['selection'],_0x225843=_0x90924b['commands']['get'](_0x2a623d);if(_0x225843['value'])return void _0x90924b['execute']('paragraph',{});const _0x265289=_0x2a623d['slice'](0x0,-0x4),_0x17a73a=function(_0x5b8ca1,_0x1e47b6,_0x4a3f7c){let _0x2985dc=Array['from'](_0x5b8ca1)['filter'](_0x3ae1f4=>function(_0x5caa34,_0xf5888d){return _0xf5888d['checkChild'](_0x5caa34['parent'],'listItem')&&!_0xf5888d['isObject'](_0x5caa34);}(_0x3ae1f4,_0x4a3f7c));_0x2985dc=_0x2985dc['filter'](_0x4e4c66=>!_0x4e4c66['is']('element','listItem')||_0x4e4c66['getAttribute']('listType')!=_0x1e47b6);const _0x3411db=new Set();for(const _0x29fdf8 of _0x2985dc)_0x29fdf8['is']('element','listItem')?_0x3411db['add'](me(_0x29fdf8)):_0x3411db['add'](_0x29fdf8);return Array['from'](_0x3411db);}(_0x43b38f['getSelectedBlocks'](),_0x265289,_0x90924b['model']['schema']);_0x90924b['model']['change'](()=>{for(const _0x58b826 of _0x17a73a)_0x44e781['markBlockFormat'](_0x58b826,{'commandName':_0x2a623d,'commandParams':[{'forceValue':!_0x225843['value']}],'formatGroupId':'blockName'},fe(_0x58b826));});};}function _0x124cc3(_0x40081f){return()=>{const _0x2cbb1a=function(_0x4b3565){let _0x12adc2=Array['from'](_0x4b3565);const _0x384c1d=_0x12adc2['findIndex'](_0x48fb51=>'listItem'!=_0x48fb51['name']);return _0x384c1d>-0x1&&(_0x12adc2=_0x12adc2['slice'](0x0,_0x384c1d)),_0x12adc2;}(_0x90924b['model']['document']['selection']['getSelectedBlocks']()),_0x2f30c2=_0x90924b['model']['createRange'](_0x90924b['model']['createPositionAt'](_0x2cbb1a[0x0],'before'),_0x90924b['model']['createPositionAt'](_0x2cbb1a[_0x2cbb1a['length']-0x1],'end'));_0x90924b['model']['change'](()=>{_0x44e781['markBlockFormat'](_0x2f30c2,{'commandName':_0x40081f,'commandParams':[],'formatGroupId':'listIndent'},function(_0x2f88b5){const _0x1dbc0a=new Set();for(const _0x23bd49 of _0x2f88b5){let _0x374319=_0x23bd49['nextSibling'];for(;_0x374319&&_0x374319['getAttribute']('listIndent')>_0x23bd49['getAttribute']('listIndent');)_0x1dbc0a['add'](_0x374319),_0x374319=_0x374319['nextSibling'];}return Array['from'](_0x1dbc0a);}(_0x2cbb1a));});};}_0x44e781['enableCommand']('numberedList',_0x53eb31('numberedList')),_0x44e781['enableCommand']('bulletedList',_0x53eb31('bulletedList')),_0x272810&&_0x44e781['enableCommand']('todoList',_0x53eb31('todoList')),_0x44e781['enableCommand']('indentList',_0x124cc3('indentList')),_0x44e781['enableCommand']('outdentList',_0x124cc3('outdentList')),_0x272810&&_0x44e781['enableCommand']('checkTodoList',()=>{const _0x216239=_0x90924b['commands']['get']('checkTodoList'),_0x1695f4=Array['from'](_0x216239['_selectedElements']);_0x1695f4['filter'](_0x442eae=>_0x442eae['getAttribute']('todoListChecked')!=_0x216239['value']),_0x90924b['model']['change'](()=>{for(const _0x10a11e of _0x1695f4)_0x44e781['markBlockFormat'](_0x10a11e,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x216239['value']}]});});}),_0x44e781['descriptionFactory']['registerElementLabel']('listItem',_0x5d7661=>o(_0xf97ccd,'ELEMENT_LIST_ITEM',_0x5d7661)),_0x44e781['descriptionFactory']['registerDescriptionCallback'](_0x2db180=>{if('formatBlock'!=_0x2db180['type']&&'formatInline'!=_0x2db180['type'])return;const {data:_0x26375e}=_0x2db180;if(_0x26375e){if('numberedList'==_0x26375e['commandName']||'bulletedList'==_0x26375e['commandName']||'todoList'==_0x26375e['commandName'])switch(_0x26375e['commandName']['replace']('List','')){case'bulleted':return _0x5a65e9(o(_0xf97ccd,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x5a65e9(o(_0xf97ccd,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x5a65e9(o(_0xf97ccd,'ELEMENT_TODO_LIST'));}if('indentList'==_0x26375e['commandName'])return{'type':'format','content':o(_0xf97ccd,'*Indent:*\x20%0',o(_0xf97ccd,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x26375e['commandName'])return{'type':'format','content':o(_0xf97ccd,'*Outdent:*\x20%0',o(_0xf97ccd,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x26375e['commandName'])return _0x26375e['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xf97ccd,'*Check\x20item*')}:{'type':'format','content':o(_0xf97ccd,'*Uncheck\x20item*')};}function _0x5a65e9(_0x235b91){return{'type':'format','content':o(_0xf97ccd,'*Change\x20to:*\x20%0',_0x235b91)};}});}}function me(_0xe33ae5){const _0x1f26fe=_0xe33ae5['getAttribute']('listIndent');if(0x0==_0x1f26fe)return _0xe33ae5;let _0x426104=_0xe33ae5;for(;_0xe33ae5['previousSibling']&&_0xe33ae5['previousSibling']['is']('element','listItem');){const _0x340238=_0xe33ae5['previousSibling']['getAttribute']('listIndent');if(_0x340238==_0x1f26fe)_0x426104=_0xe33ae5['previousSibling'];else{if(_0x340238<_0x1f26fe)break;}_0xe33ae5=_0xe33ae5['previousSibling'];}return _0x426104;}function fe(_0x571164){const _0x27e59e=[];if(_0x571164['is']('element','listItem')&&_0x571164['getAttribute']('listIndent')>0x0){let _0x1d9307=_0x571164['nextSibling'];for(;_0x1d9307&&'listItem'==_0x1d9307['name']&&_0x1d9307['getAttribute']('listIndent')==_0x571164['getAttribute']('listIndent');)_0x27e59e['push'](_0x1d9307),_0x1d9307=_0x1d9307['nextSibling'];}return _0x27e59e;}class K extends _0x1dc395{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x2870fc=this['editor']['config']['get']('list.properties'),_0x1cf35a=this['editor']['plugins']['get']('TrackChangesEditing');_0x2870fc['styles']&&_0x1cf35a['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x2870fc['reversed']&&_0x1cf35a['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x2870fc['startIndex']&&_0x1cf35a['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x1cf35a['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x5dc770,_0x43d04b={}){const _0x26726f=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3dfb92=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x26726f['markMultiRangeBlockFormat'](_0x3dfb92,{'commandName':'listStyle','commandParams':[{'type':_0x43d04b['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x594971,_0x564cce={}){const _0x13de92=this['editor']['plugins']['get']('TrackChangesEditing'),_0x63b90e=this['_getSuggestionBlocks'](_0xa967ba=>_0xa967ba['is']('element','listItem')&&'numbered'===_0xa967ba['getAttribute']('listType'));if(_0x63b90e['length']<0x1)return;const _0x138e9c=_0x63b90e['map'](_0x286fa1=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x286fa1,'before'),this['editor']['model']['createPositionAt'](_0x286fa1,0x0)));this['editor']['model']['change'](()=>{_0x13de92['markMultiRangeBlockFormat'](_0x138e9c,{'commandName':'listReversed','commandParams':[{'reversed':_0x564cce['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x567b53,_0x129572={}){const _0x2c277c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x46383a=this['_getSuggestionBlocks'](_0x571c7b=>_0x571c7b['is']('element','listItem')&&'numbered'===_0x571c7b['getAttribute']('listType'));if(_0x46383a['length']<0x1)return;const _0x9feb43=_0x46383a['map'](_0x2e42a8=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x2e42a8,'before'),this['editor']['model']['createPositionAt'](_0x2e42a8,0x0)));this['editor']['model']['change'](()=>{_0x2c277c['markMultiRangeBlockFormat'](_0x9feb43,{'commandName':'listStart','commandParams':[{'startIndex':_0x129572['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x31f3df){if('formatBlock'!=_0x31f3df['type']&&'formatInline'!=_0x31f3df['type'])return;const _0x3a410f=this['editor']['locale'],{data:_0x1f4811}=_0x31f3df;if(!_0x1f4811)return;let _0x4217b1,_0xaea7cf;switch(_0x1f4811['commandName']){case'listStyle':_0x4217b1='*Change\x20to:*\x20%0',_0xaea7cf={'type':'format','content':o(_0x3a410f,_0x4217b1,o(_0x3a410f,this['_getTranslationKeyForListStyle'](_0x1f4811['commandParams'][0x0]['type'])))};break;case'listReversed':_0x4217b1=_0x1f4811['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0xaea7cf={'type':'format','content':o(_0x3a410f,_0x4217b1)};break;case'listStart':_0x4217b1='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0xaea7cf={'type':'format','content':o(_0x3a410f,_0x4217b1,_0x1f4811['commandParams'][0x0]['startIndex'])};}return _0xaea7cf;}['_getSuggestionBlocksForListStyle'](){const _0x100e8a=this['editor']['plugins']['get']('LegacyListUtils');let _0x43dda1=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x43dda1[0x0]?.['is']('element','listItem')&&_0x43dda1['unshift'](..._0x100e8a['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x43dda1[_0x43dda1['length']-0x1]?.['is']('element','listItem')&&_0x43dda1['push'](..._0x100e8a['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x43dda1=[...new Set(_0x43dda1)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x43dda1=_0x43dda1['filter'](_0xa85567=>_0xa85567['is']('element','listItem'))),_0x43dda1;}['_getSuggestionBlocks'](_0x15320c){const _0x44f160=this['editor']['plugins']['get']('LegacyListUtils');let _0x16dea7=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x15320c)['map'](_0x351ab9=>{const _0x58cf18=this['editor']['model']['createPositionAt'](_0x351ab9,0x0);return[..._0x44f160['getSiblingNodes'](_0x58cf18,'backward'),..._0x44f160['getSiblingNodes'](_0x58cf18,'forward')];})['flat']();return _0x16dea7=[...new Set(_0x16dea7)],_0x16dea7;}['_getTranslationKeyForListStyle'](_0x1bfd63){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x1bfd63)||'default')['toUpperCase']()+'_LIST_'+_0x1bfd63['toUpperCase']()['replace'](/-/g,'_');}}class ft extends _0x1dc395{['afterInit'](){const _0xa2912d=this['editor'];if(!_0xa2912d['plugins']['has']('MediaEmbedEditing'))return;const _0x3218ca=_0xa2912d['plugins']['get']('TrackChangesEditing'),_0x1bf705=_0xa2912d['locale'];_0x3218ca['enableCommand']('mediaEmbed'),_0x3218ca['descriptionFactory']['registerElementLabel']('media',_0x1f35b5=>o(_0x1bf705,'ELEMENT_MEDIA',_0x1f35b5)),_0xa2912d['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x2bf5a0,{writer:_0x3016f6,options:_0x247706})=>{if(_0x247706['showSuggestionHighlights'])return _0x3016f6['createEmptyElement']('div');},'converterPriority':'high'}),_0xa2912d['data']['downcastDispatcher']['on']('attribute:url:media',(_0x4bf915,_0x581d1c,_0x266c86)=>{_0x266c86['options']['showSuggestionHighlights']&&_0x4bf915['stop']();},{'priority':'high'});}}class gt extends _0x1dc395{['afterInit'](){const _0x5eedb0=this['editor'];_0x5eedb0['plugins']['has']('MentionEditing')&&_0x5eedb0['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class lt extends _0x1dc395{['afterInit'](){const _0x43f84b=this['editor'],_0x3a5cb2=_0x43f84b['plugins']['get']('TrackChangesEditing');_0x43f84b['plugins']['has']('MultiLevelList')&&(_0x3a5cb2['enableDefaultAttributesIntegration']('multiLevelList'),_0x3a5cb2['registerBlockAttribute']('listMarkerStyle'),_0x3a5cb2['descriptionFactory']['registerDescriptionCallback'](_0x5ccf15=>this['handleDescriptions'](_0x5ccf15)));}['handleDescriptions'](_0x52739f){const _0x19b3be=this['editor']['locale'],{data:_0x50de3b}=_0x52739f,_0x4e39fb={'type':'format','content':''};if(_0x50de3b&&'listMarkerStyle'==_0x50de3b['key']){if(!_0x50de3b['oldValue'])return{'type':'format','content':o(_0x19b3be,'*Set\x20format:*\x20%0',o(_0x19b3be,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x50de3b['newValue']+')'};if(!_0x50de3b['newValue']){let _0x2a4dd5=_0x52739f['head'];for(;_0x2a4dd5;){if(_0x2a4dd5['data']&&'listType'==_0x2a4dd5['data']['key']&&_0x2a4dd5['data']['newValue'])return _0x4e39fb;_0x2a4dd5=_0x2a4dd5['next'];}return{'type':'format','content':o(_0x19b3be,'*Remove\x20format:*\x20%0',o(_0x19b3be,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x50de3b['oldValue']+')'};}}}}class mt extends _0x1dc395{['afterInit'](){const _0xe784da=this['editor'];if(!_0xe784da['plugins']['has']('PageBreakEditing'))return;_0xe784da['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x27cb57=_0xe784da['plugins']['get']('TrackChangesEditing'),_0x4d788c=_0xe784da['locale'];_0x27cb57['descriptionFactory']['registerElementLabel']('pageBreak',_0x3b0315=>o(_0x4d788c,'ELEMENT_PAGE_BREAK',_0x3b0315));}}class dt extends _0x1dc395{['afterInit'](){const _0x3d08e2=this['editor'];if(!_0x3d08e2['plugins']['has']('Paragraph'))return;const _0x3afb6d=_0x3d08e2['locale'],_0x45d455=_0x3d08e2['plugins']['get']('TrackChangesEditing');_0x45d455['descriptionFactory']['registerElementLabel']('paragraph',_0x10d9c4=>o(_0x3afb6d,'ELEMENT_PARAGRAPH',_0x10d9c4)),_0x45d455['enableDefaultAttributesIntegration']('paragraph'),_0x45d455['enableCommand']('insertParagraph'),_0x3d08e2['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x3d08e2),{'priority':'highest'}),_0x3d08e2['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x207867,_0x3ea4a2,_0x5bdd64)=>{_0x5bdd64['options']['showSuggestionHighlights']&&nr(_0x3d08e2,{'showActiveMarker':!0x1})(_0x207867,_0x3ea4a2,_0x5bdd64);},{'priority':'highest'});const _0x1262d2=_0x45d455['descriptionFactory'];_0x1262d2['registerDescriptionCallback'](_0x41bb06=>{if('insertion'!==_0x41bb06['type'])return;const {start:_0x5e2b20,end:_0xa0abb0}=_0x41bb06['getFirstRange']();if(!_0x5e2b20['isTouching'](_0xa0abb0)||!_0x5e2b20['nodeAfter'])return;const _0x34c60c=_0x3d08e2['model']['schema'],_0x5a4b94=_0x5e2b20['nodeAfter'];return _0x34c60c['isBlock'](_0x5a4b94)&&!_0x34c60c['isLimit'](_0x5a4b94)&&_0x34c60c['checkChild'](_0x5a4b94,'$text')?{'type':'insertion','content':o(_0x3afb6d,'*Insert:*\x20%0',_0x1262d2['getItemLabel'](_0x5a4b94,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x291067=this['editor'],_0x43a637=_0x291067['locale'];_0x291067['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x6330c4=>{if('formatBlock'!=_0x6330c4['type'])return;const {data:_0x5eda87}=_0x6330c4;return _0x5eda87&&'paragraph'==_0x5eda87['commandName']?{'type':'format','content':o(_0x43a637,'*Change\x20to:*\x20%0',o(_0x43a637,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x3064ba,{showActiveMarker:_0x5bf789=!0x0}={}){return(_0x5686ba,_0x505794,_0x96f0f2)=>{const _0x2b9034=_0x3064ba['plugins']['get']('TrackChangesEditing'),_0x2bf81d=_0x505794['markerRange']['start'],_0x167182=_0x505794['markerRange']['end'],_0x2ce986=_0x3064ba['model']['schema'];if(!_0x2bf81d['isTouching'](_0x167182)||!_0x2bf81d['nodeAfter'])return;const _0x4d99d7=_0x2bf81d['nodeAfter'];if(_0x2ce986['isBlock'](_0x4d99d7)&&!_0x2ce986['isLimit'](_0x4d99d7)&&_0x2ce986['checkChild'](_0x4d99d7,'$text')){if(!_0x96f0f2['consumable']['consume'](_0x505794['markerRange'],_0x5686ba['name']))return;const _0x1f0ae6=_0x96f0f2['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x5c34c3=_0x96f0f2['mapper']['toViewPosition'](_0x167182);_0x5bf789&&_0x2b9034['activeMarkers']['includes'](_0x505794['markerName'])&&_0x96f0f2['writer']['addClass']('ck-suggestion-marker--active',_0x1f0ae6),_0x96f0f2['writer']['insert'](_0x5c34c3,_0x1f0ae6),_0x96f0f2['mapper']['bindElementToMarker'](_0x1f0ae6,_0x505794['markerName']);}};}class pt extends _0x1dc395{['afterInit'](){const _0x13aaff=this['editor'];if(!_0x13aaff['plugins']['has']('RemoveFormatEditing'))return;_0x13aaff['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4a5039=this['editor'];_0x4a5039['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x54ea72=>{if('formatBlock'!=_0x54ea72['type']&&'formatInline'!=_0x54ea72['type'])return;const {data:_0x2e5e0d}=_0x54ea72;return _0x2e5e0d&&'removeFormat'==_0x2e5e0d['commandName']?{'type':'format','content':o(_0x4a5039['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class kt extends _0x1dc395{['afterInit'](){const _0x2e8062=this['editor'];if(!_0x2e8062['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x5fab2e=_0x2e8062['plugins']['get']('TrackChangesEditing');_0x5fab2e['enableCommand']('goToPreviousRestrictedEditingException'),_0x5fab2e['enableCommand']('goToNextRestrictedEditingException');const _0x3e77ba=_0x2e8062['plugins']['get']('RestrictedEditingModeEditing');_0x3e77ba['enableCommand']('trackChanges'),_0x3e77ba['enableCommand']('acceptSuggestion'),_0x3e77ba['enableCommand']('discardSuggestion'),_0x3e77ba['enableCommand']('acceptAllSuggestions'),_0x3e77ba['enableCommand']('discardAllSuggestions'),_0x3e77ba['enableCommand']('acceptSelectedSuggestions'),_0x3e77ba['enableCommand']('discardSelectedSuggestions');}}class bt extends _0x1dc395{static get['requires'](){return[_0x5d8131];}['init'](){const _0x610504=this['editor'],_0x32850b=_0x610504['plugins']['get']('TrackChangesEditing');_0x32850b['enableCommand']('shiftEnter'),_0x610504['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',de(_0x610504),{'priority':'high'}),_0x610504['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',de(_0x610504),{'priority':'high'}),_0x610504['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x1d8f7b,_0x4ef0ff,_0x3265cc)=>{_0x3265cc['options']['showSuggestionHighlights']&&de(_0x610504,{'showActiveMarker':!0x1})(_0x1d8f7b,_0x4ef0ff,_0x3265cc);}),_0x32850b['descriptionFactory']['registerElementLabel']('softBreak',_0xa2c83d=>o(_0x610504['locale'],'ELEMENT_LINE_BREAK',_0xa2c83d));}}function de(_0x376a9f,{showActiveMarker:_0x2b4943=!0x0}={}){return(_0x5a5302,_0x678f97,_0x38f457)=>{const _0x2baecb=_0x376a9f['plugins']['get']('TrackChangesEditing');if(!_0x38f457['consumable']['test'](_0x678f97['markerRange'],_0x5a5302['name']))return;const _0x4bb6d4=_0x376a9f['model'];for(const _0x382399 of _0x678f97['markerRange']['getItems']()){if(!_0x382399['is']('element','softBreak'))continue;const _0x1d0e39='deletion'==_0x678f97['markerName']['split'](':')[0x1]?'merge':'split',_0x17ef51=_0x38f457['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x1d0e39}),_0x40109c=_0x38f457['mapper']['toViewPosition'](_0x4bb6d4['createPositionBefore'](_0x382399));_0x2b4943&&_0x2baecb['activeMarkers']['includes'](_0x678f97['markerName'])&&_0x38f457['writer']['addClass']('ck-suggestion-marker--active',_0x17ef51),_0x38f457['writer']['insert'](_0x40109c,_0x17ef51),_0x38f457['mapper']['bindElementToMarker'](_0x17ef51,_0x678f97['markerName']);}};}class wt extends _0x1dc395{['afterInit'](){const _0x5800eb=this['editor'],_0x201aa3=_0x5800eb['model'],_0x3974f2=_0x5800eb['locale'];if(!_0x5800eb['plugins']['has']('StandardEditingModeEditing'))return;const _0x1c4bd7=_0x5800eb['plugins']['get']('TrackChangesEditing'),_0x2b46da='restrictedEditingException',_0x4021c8=_0x5800eb['commands']['get'](_0x2b46da);_0x1c4bd7['enableCommand'](_0x2b46da,(_0x23e9a0,_0x5299d2={})=>{const _0x357dc0=_0x201aa3['document']['selection'];if(_0x357dc0['isCollapsed'])return void _0x23e9a0(_0x5299d2);const _0x42a1e5=void 0x0!==_0x5299d2['forceValue']?_0x5299d2['forceValue']:!_0x4021c8['value'];_0x201aa3['change'](()=>{const _0x2ef628=Array['from'](_0x357dc0['getRanges']());for(const _0x50c96a of _0x2ef628){const _0x5f38e1=_0x42a1e5?[_0x50c96a]:io(_0x2b46da,_0x50c96a,_0x201aa3);for(const _0x58c876 of _0x5f38e1)_0x1c4bd7['markInlineFormat'](_0x58c876,{'commandName':_0x2b46da,'commandParams':[{'forceValue':_0x42a1e5}]});}});}),_0x1c4bd7['descriptionFactory']['registerDescriptionCallback'](_0x9712ee=>{if('formatBlock'!=_0x9712ee['type']&&'formatInline'!=_0x9712ee['type'])return;const {data:_0x4587b8}=_0x9712ee;return _0x4587b8&&_0x4587b8['commandName']==_0x2b46da?_0x4587b8['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x3974f2,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x3974f2,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class yt extends _0x1dc395{['afterInit'](){const _0x4b06e5=this['editor'];if(!_0x4b06e5['plugins']['has']('Style')||!_0x4b06e5['plugins']['has']('DataSchema'))return;const _0x45076b=_0x4b06e5['plugins']['get']('TrackChangesEditing'),_0x1645e3=_0x4b06e5['locale'],_0x73f546=_0x4b06e5['config']['get']('style')||{},_0x4a25ba=_0x4b06e5['plugins']['get']('GeneralHtmlSupport'),_0x4e402c=_0x4b06e5['plugins']['get']('StyleUtils')['normalizeConfig'](_0x4b06e5['plugins']['get']('DataSchema'),_0x73f546['definitions']);_0x45076b['enableDefaultAttributesIntegration']('style');const _0x1bccdf=new Set();for(const _0x19a950 of _0x4e402c['block']){const _0x49ddb8=_0x4a25ba['getGhsAttributeNameForElement'](_0x19a950['element']);_0x1bccdf['add'](_0x49ddb8);}const _0x2cc712=new Set();for(const _0x304943 of _0x4e402c['inline']){const _0x37673b=_0x4a25ba['getGhsAttributeNameForElement'](_0x304943['element']);_0x2cc712['add'](_0x37673b);for(const _0x57ef08 of _0x304943['ghsAttributes'])_0x2cc712['add'](_0x57ef08);}for(const _0x5921a2 of _0x1bccdf)_0x45076b['registerBlockAttribute'](_0x5921a2),_0x45076b['descriptionFactory']['registerAttributeLabel'](_0x5921a2,o(_0x1645e3,'FORMAT_STYLE'));for(const _0x2b6975 of _0x2cc712)_0x45076b['registerInlineAttribute'](_0x2b6975),_0x45076b['descriptionFactory']['registerAttributeLabel'](_0x2b6975,o(_0x1645e3,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x530055=this['editor'],_0x1492d8=_0x530055['locale'];_0x530055['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x26a772=>{if('formatBlock'!=_0x26a772['type']&&'formatInline'!=_0x26a772['type'])return;const {data:_0x4e4524}=_0x26a772;return _0x4e4524&&'style'===_0x4e4524['commandName']?_0x4e4524['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1492d8,'*Set\x20format:*\x20%0',_0x4e4524['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x1492d8,'*Remove\x20format:*\x20%0',_0x4e4524['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class jt extends _0x1dc395{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x13d5fb){super(_0x13d5fb),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x2fe85c=this['editor'],_0x354777=_0x2fe85c['model']['document']['selection'];if(!_0x2fe85c['plugins']['has']('TableEditing'))return;const _0xdeec4c=_0x2fe85c['locale'],_0x193feb=_0x2fe85c['plugins']['get']('TrackChangesEditing'),_0xd4db1f=_0x2fe85c['plugins']['get']('TableUtils');_0x193feb['descriptionFactory']['registerElementLabel']('table',_0x1f65c3=>o(_0xdeec4c,'ELEMENT_TABLE',_0x1f65c3)),this['_setupColumnsRowsFixing'](),_0x193feb['enableCommand']('insertTable'),_0x193feb['enableCommand']('selectTableRow'),_0x193feb['enableCommand']('selectTableColumn');for(const _0x38bd3a of['insertTableRowAbove','insertTableRowBelow']){const _0x20634c=_0x2fe85c['commands']['get'](_0x38bd3a);_0x193feb['enableCommand'](_0x38bd3a,_0x32b948=>{_0x2fe85c['model']['change'](_0x3cf8d0=>{_0x32b948();const _0x3060c0='above'===_0x20634c['order'],_0x2dfa20=_0xd4db1f['getSelectionAffectedTableCells'](_0x354777),_0x5933d5=_0xd4db1f['getRowIndexes'](_0x2dfa20),_0x262f6e=_0x3060c0?_0x5933d5['first']-0x1:_0x5933d5['last']+0x1,_0x2566bd=_0x2dfa20[0x0]['findAncestor']('table'),_0x5daad2=_0xd4db1f['createTableWalker'](_0x2566bd,{'startRow':_0x262f6e,'endRow':_0x262f6e}),_0x43a7e9=Array['from'](_0x5daad2)['map'](_0x10f12d=>_0x3cf8d0['createRangeOn'](_0x10f12d['cell']));_0x193feb['markMultiRangeInsertion'](_0x43a7e9,'tableRow');});});}for(const _0x18f20e of['insertTableColumnLeft','insertTableColumnRight']){const _0x390f56=_0x2fe85c['commands']['get'](_0x18f20e);_0x193feb['enableCommand'](_0x18f20e,_0x4ce86d=>{_0x2fe85c['model']['change'](_0x4ce9b4=>{_0x4ce86d();const _0x1495e5='left'===_0x390f56['order'],_0x1f84ea=_0xd4db1f['getSelectionAffectedTableCells'](_0x354777),_0x5ba456=_0xd4db1f['getColumnIndexes'](_0x1f84ea),_0x59a9bb=_0x1495e5?_0x5ba456['first']-0x1:_0x5ba456['last']+0x1,_0x3a4051=_0x1f84ea[0x0]['findAncestor']('table'),_0x219850=_0xd4db1f['createTableWalker'](_0x3a4051,{'startRow':0x0,'column':_0x59a9bb,'includeAllSlots':!0x1}),_0x27c7b9=Array['from'](_0x219850)['map'](_0x59c523=>_0x4ce9b4['createRangeOn'](_0x59c523['cell']));_0x193feb['markMultiRangeInsertion'](_0x27c7b9,'tableColumn');});});}for(const _0x1a61e4 of['removeTableRow','removeTableColumn']){const _0x5c74cd=_0x1a61e4['substr'](0xb),_0x5100a1=_0x5c74cd['toLowerCase'](),_0x3ddef0=_0x5100a1['substr'](0x0,0x3)+'span',_0x2219d6='table'+_0x5c74cd,_0x2096fa='min'+_0x5c74cd,_0x22d370='max'+_0x5c74cd;_0x193feb['enableCommand'](_0x1a61e4,()=>{_0x2fe85c['model']['change'](_0x19e06f=>{const _0x4cab89=_0xd4db1f['getSelectionAffectedTableCells'](_0x354777),_0x576939=_0x4cab89[0x0]['findAncestor']('table');let _0x497f90;if('removeTableRow'==_0x1a61e4){const _0x4c74a1=_0xd4db1f['getRowIndexes'](_0x4cab89);_0x497f90={'startRow':_0x4c74a1['first'],'endRow':_0x4c74a1['last'],'includeAllSlots':!0x0};}else{const _0x53c48c=_0xd4db1f['getColumnIndexes'](_0x4cab89);_0x497f90={'startColumn':_0x53c48c['first'],'endColumn':_0x53c48c['last'],'includeAllSlots':!0x0};}const _0x19816d=_0xd4db1f['createTableWalker'](_0x576939,_0x497f90),_0x35b25b=Array['from'](_0x19816d)['map'](({cell:_0x1a29e9})=>_0x1a29e9),_0xb37d8d=Ee(_0x35b25b['filter'](_0x5efa37=>_0x5efa37['hasAttribute'](_0x3ddef0))),_0x5eb4fe=Ee(_0x35b25b['filter'](_0x42f606=>!_0x42f606['hasAttribute'](_0x3ddef0)))['map'](_0xd69fac=>_0x19e06f['createRangeOn'](_0xd69fac)),_0x3107f5=_0x193feb['markMultiRangeDeletion'](_0x5eb4fe,_0x2219d6);if(_0x3107f5&&('tableRow'==_0x3107f5['subType']||'tableColumn'==_0x3107f5['subType'])){const _0x1a1e59=this['_getSuggestionCoords'](_0x3107f5);for(const _0x1c2dae of _0xb37d8d){const _0x310999=_0x19e06f['createRangeOn'](_0x1c2dae),_0x2c7822=_0xd4db1f['getCellLocation'](_0x1c2dae),_0x2ff7d3=_0x1c2dae['getAttribute'](_0x3ddef0)-0x1,_0x55352f=_0x1a1e59[_0x2096fa],_0x22b748=_0x1a1e59[_0x22d370];_0x55352f<=_0x2c7822[_0x5100a1]&&_0x2c7822[_0x5100a1]+_0x2ff7d3<=_0x22b748&&_0x3107f5['addRange'](_0x310999);}}});});}function _0x4b4e08(_0x317a0a){const _0x24205e=Array['from'](_0x354777['getRanges']())['map'](_0x14a2e9=>_0x5e8b6d['fromRange'](_0x14a2e9));_0x2fe85c['model']['change'](_0x3850a6=>{const _0x3e673f=_0x3850a6['batch'];_0x317a0a=_0x317a0a['filter'](_0x2fe47e=>'$graveyard'!=_0x2fe47e['root']['rootName']),_0x3850a6['setSelection'](_0x317a0a),_0x2fe85c['commands']['get']('removeTableRow')['refresh'](),_0x2fe85c['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x2fe85c['model']['enqueueChange'](()=>{_0x2fe85c['model']['enqueueChange'](_0x3e673f,_0x13f344=>{const _0x39be68=_0x24205e['filter'](_0x5b6da0=>'$graveyard'!=_0x5b6da0['root']['rootName']);_0x39be68['length']>0x0&&_0x13f344['setSelection'](_0x39be68);for(const _0x169d44 of _0x24205e)_0x169d44['detach']();});});});}function _0x3cebc3(_0x35b706){_0x2fe85c['model']['change'](_0x2b0ae1=>{const _0x3a71d4=Array['from'](_0x354777['getRanges']())['map'](_0x5ddd8f=>_0x5e8b6d['fromRange'](_0x5ddd8f)),_0x24dfb3=[];for(const _0x1b647d of _0x35b706)for(const _0x327c8a of _0x1b647d['getItems']({'shallow':!0x0}))_0x24dfb3['push'](_0x327c8a);for(const _0x185b4f of _0x24dfb3)'$graveyard'!=_0x185b4f['root']['rootName']&&(_0x2b0ae1['setSelection'](_0x2b0ae1['createPositionAt'](_0x185b4f,0x0)),_0x2fe85c['commands']['get']('removeTableColumn')['refresh'](),_0x2fe85c['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x476be9=_0x3a71d4['filter'](_0x3b9d26=>'$graveyard'!=_0x3b9d26['root']['rootName']);_0x476be9['length']>0x0&&_0x2b0ae1['setSelection'](_0x476be9);for(const _0x14f74f of _0x3a71d4)_0x14f74f['detach']();});}function _0x598b5f(_0x37a17e,_0x2e7e3b){return _0x2e7e3b['every'](_0x432ace=>_0x37a17e['some'](_0x20bed6=>_0x20bed6['end']['isEqual'](_0x432ace['start'])||_0x432ace['end']['isEqual'](_0x20bed6['start'])));}function _0x2d29ba(_0x5e5ec0,_0x400eef){return!_0x5e5ec0['some'](_0x4fff0c=>_0x400eef['some'](_0x13f523=>_0x4fff0c['isIntersecting'](_0x13f523)))&&_0x5e5ec0['some'](_0x4101ac=>_0x400eef['some'](_0x5596a9=>_0x4101ac['end']['isTouching'](_0x5596a9['start'])));}_0x2fe85c['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x58a94a,_0x1151a0,_0x4bcd71)=>{if(!_0x4bcd71['options']['showSuggestionHighlights'])return;const _0x8aec=_0x1151a0['item'];if(!_0x8aec)return;const _0x57e893=_0x4bcd71['mapper']['toViewElement'](_0x8aec);function _0x3657e8(_0x48de76){return Array['isArray'](_0x48de76)?_0x48de76:[_0x48de76];}_0x57e893&&'tableCell'===_0x8aec['name']&&_0x3c8cc7(_0x57e893,_0x4bcd71['writer'],(_0x82e1a0,_0x203a05,_0x5ced49)=>_0x5ced49['addClass'](_0x3657e8(_0x203a05['classes']),_0x82e1a0),(_0x639a78,_0x4b0b56,_0x4b70d9)=>_0x4b70d9['removeClass'](_0x3657e8(_0x4b0b56['classes']),_0x639a78));},{'priority':'highest'}),_0x193feb['descriptionFactory']['registerDescriptionCallback'](_0xd1e628=>{if('insertion'!=_0xd1e628['type']&&'deletion'!=_0xd1e628['type'])return;const _0x4b1d6e=_0xd1e628['getContainedElement']();if(null!=_0x4b1d6e&&_0x4b1d6e['is']('element','table')){if('insertion'==_0xd1e628['type']){const _0x1d06fb=_0xd1e628['getItems']()['filter'](_0x389948=>_0x389948['is']('$textProxy'))['map'](_0x20c287=>_0x20c287['data']);if(_0x1d06fb['length'])return{'type':'insertion','content':o(_0xdeec4c,'*Insert:*\x20%0',o(_0xdeec4c,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x1d06fb['join']('\x20')+'\x22'))};}if('deletion'==_0xd1e628['type']){const _0x2a88d6=_0xd1e628['getItems']()['filter'](_0x69203a=>_0x69203a['is']('$textProxy'))['map'](_0xcb5a71=>_0xcb5a71['data']);if(_0x2a88d6['length'])return{'type':'deletion','content':o(_0xdeec4c,'*Remove:*\x20%0',o(_0xdeec4c,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x2a88d6['join']('\x20')+'\x22'))};}}}),_0x193feb['descriptionFactory']['registerDescriptionCallback'](_0x3ed1ed=>{if('tableRow'==_0x3ed1ed['subType']){const _0xbeea8a=_0x3ed1ed['getItems']()['filter'](_0x517357=>_0x517357['is']('$textProxy'))['map'](_0x561e22=>_0x561e22['data']),_0x2ef747=this['_getSuggestionCoords'](_0x3ed1ed),_0x18d6d7=_0x2ef747['maxRow']-_0x2ef747['minRow']+0x1;if('insertion'==_0x3ed1ed['type'])return _0xbeea8a['length']?{'type':'insertion','content':o(_0xdeec4c,'*Insert:*\x20%0',o(_0xdeec4c,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x18d6d7,'\x22'+_0xbeea8a['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0xdeec4c,'*Insert:*\x20%0',o(_0xdeec4c,'ELEMENT_TABLE_ROW',_0x18d6d7))};if('deletion'==_0x3ed1ed['type'])return _0xbeea8a['length']?{'type':'deletion','content':o(_0xdeec4c,'*Remove:*\x20%0',o(_0xdeec4c,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x18d6d7,'\x22'+_0xbeea8a['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0xdeec4c,'*Remove:*\x20%0',o(_0xdeec4c,'ELEMENT_TABLE_ROW',_0x18d6d7))};}if('tableColumn'==_0x3ed1ed['subType']){const _0x3a5a3b=_0x3ed1ed['getItems']()['filter'](_0x5c10ad=>_0x5c10ad['is']('$textProxy'))['map'](_0x471114=>_0x471114['data']),_0x4deded=this['_getSuggestionCoords'](_0x3ed1ed),_0x28dd13=_0x4deded['maxColumn']-_0x4deded['minColumn']+0x1;if('insertion'==_0x3ed1ed['type'])return _0x3a5a3b['length']?{'type':'insertion','content':o(_0xdeec4c,'*Insert:*\x20%0',o(_0xdeec4c,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x28dd13,'\x22'+_0x3a5a3b['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0xdeec4c,'*Insert:*\x20%0',o(_0xdeec4c,'ELEMENT_TABLE_COLUMN',_0x28dd13))};if('deletion'==_0x3ed1ed['type'])return _0x3a5a3b['length']?{'type':'deletion','content':o(_0xdeec4c,'*Remove:*\x20%0',o(_0xdeec4c,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x28dd13,'\x22'+_0x3a5a3b['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0xdeec4c,'*Remove:*\x20%0',o(_0xdeec4c,'ELEMENT_TABLE_COLUMN',_0x28dd13))};}}),_0x193feb['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x4b4e08),_0x193feb['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x4b4e08),_0x193feb['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x3cebc3),_0x193feb['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x3cebc3),_0x193feb['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x598b5f),_0x193feb['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x598b5f),_0x193feb['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x2d29ba),_0x193feb['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x2d29ba);}['_acceptFormatSuggestionCallbackFactory'](){const _0x6351dd=this['editor'],_0x46bdb0=_0x6351dd['model']['document']['selection'];return(_0x5c40d1,_0x15c8c6)=>{_0x6351dd['model']['change'](_0x2197fc=>{const {commandName:_0x2705a9,commandParams:_0x2394d7}=_0x15c8c6;let _0x21e7db=_0x5c40d1[0x0]['end']['nodeBefore'];_0x2394d7&&_0x2394d7[0x0]&&!0x1===_0x2394d7[0x0]['forceValue']&&(_0x21e7db=_0x5c40d1[0x0]['start']['nodeAfter']);const _0x39c614=_0x2197fc['createRangeIn'](_0x21e7db);if('$graveyard'==_0x39c614['root']['rootName'])return;const _0xe9bc46=Array['from'](_0x46bdb0['getRanges']())['map'](_0x1e7e2e=>_0x5e8b6d['fromRange'](_0x1e7e2e));_0x2197fc['setSelection'](_0x39c614),_0x6351dd['commands']['get'](_0x2705a9)['refresh'](),_0x2394d7['push']({'forceDefaultExecution':!0x0}),_0x6351dd['execute'](_0x2705a9,..._0x2394d7);const _0x3b44a8=_0xe9bc46['filter'](_0x2aa578=>'$graveyard'!=_0x2aa578['root']['rootName']);_0x3b44a8['length']>0x0&&_0x2197fc['setSelection'](_0x3b44a8);for(const _0xff89b1 of _0xe9bc46)_0xff89b1['detach']();});};}['_getCoordsForCells'](_0x4140e0){const _0x9ac02=this['editor']['plugins']['get']('TableUtils');let _0x1873d7=Number['MAX_SAFE_INTEGER'],_0x3aca49=Number['MIN_SAFE_INTEGER'],_0x4792e7=Number['MAX_SAFE_INTEGER'],_0x56b766=Number['MIN_SAFE_INTEGER'];for(const _0x45bea6 of _0x4140e0){if('$graveyard'==_0x45bea6['root']['rootName'])continue;const {row:_0x20dbeb,column:_0x11f2a6}=_0x9ac02['getCellLocation'](_0x45bea6),_0x2c461d=_0x45bea6['hasAttribute']('rowspan')?_0x45bea6['getAttribute']('rowspan')-0x1:0x0,_0x20d1ca=_0x45bea6['hasAttribute']('colspan')?_0x45bea6['getAttribute']('colspan')-0x1:0x0;_0x1873d7=_0x20dbeb<_0x1873d7?_0x20dbeb:_0x1873d7,_0x3aca49=_0x20dbeb+_0x2c461d>_0x3aca49?_0x20dbeb+_0x2c461d:_0x3aca49,_0x4792e7=_0x11f2a6<_0x4792e7?_0x11f2a6:_0x4792e7,_0x56b766=_0x11f2a6+_0x20d1ca>_0x56b766?_0x11f2a6+_0x20d1ca:_0x56b766;}return{'minRow':_0x1873d7,'maxRow':_0x3aca49,'minColumn':_0x4792e7,'maxColumn':_0x56b766};}['_setupColumnsRowsFixing'](){const _0x27fe74=this['editor'],_0x360aa3=_0x27fe74['plugins']['get']('TrackChangesEditing'),_0x2daea4=_0x27fe74['plugins']['get']('TableUtils');_0x27fe74['model']['document']['on']('change:data',()=>{const _0x19391d=Array['from'](_0x27fe74['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x462df1,data:_0x442239}of _0x19391d){const {group:_0x18598b,id:_0x1f855e,subType:_0x83319e}=_0x360aa3['_splitMarkerName'](_0x462df1);if('suggestion'!=_0x18598b)continue;if(null!=_0x442239['oldRange'])continue;const _0x305f2d=_0x360aa3['getSuggestion'](_0x1f855e);this['_tablePostFixingSubtypes']['includes'](_0x83319e)&&this['_tableSuggestions']['add'](_0x305f2d);}},{'priority':'low'});const _0x21748d=(_0x297db4,_0x18d164)=>{let _0x4d45e8=!0x1;const _0x2cd7e1=_0x18d164['createRangeOn'](_0x297db4),_0x3ad485=_0x297db4['findAncestor']('table'),_0x14ace4=_0x2daea4['getCellLocation'](_0x297db4);for(const _0x10f4fb of this['_tableSuggestions']){const _0x1857a4=_0x10f4fb['subType'],_0x3b4652=_0x1857a4['startsWith']('tablePaste'),_0x34233e=_0x1857a4['substr'](_0x3b4652?0xa:0x5),_0x4104e8=_0x34233e['toLowerCase'](),_0x25d69f=_0x4104e8['substr'](0x0,0x3)+'span',_0x977516='min'+_0x34233e,_0xee077c='max'+_0x34233e;if(!_0x10f4fb['isInContent'])continue;if(_0x3ad485!=_0x10f4fb['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x10f4fb['isIntersectingWithRange'](_0x2cd7e1))continue;const _0x40ae63=_0x297db4['hasAttribute'](_0x25d69f)?_0x297db4['getAttribute'](_0x25d69f)-0x1:0x0,_0x1c6be3=this['_getSuggestionCoords'](_0x10f4fb),_0x458b4a=_0x1c6be3[_0x977516],_0x4dc258=_0x1c6be3[_0xee077c];_0x458b4a<=_0x14ace4[_0x4104e8]&&_0x14ace4[_0x4104e8]+_0x40ae63<=_0x4dc258&&(_0x10f4fb['addRange'](_0x2cd7e1),_0x4d45e8=!0x0);}return _0x4d45e8;};_0x27fe74['model']['document']['registerPostFixer'](_0xb66777=>{let _0xfa281a=!0x1;for(const _0x1318f0 of _0x27fe74['model']['document']['differ']['getChanges']())if('insert'==_0x1318f0['type']){if('tableRow'==_0x1318f0['name']){for(const _0x244953 of _0x1318f0['position']['nodeAfter']['getChildren']())_0xfa281a=_0xfa281a||_0x21748d(_0x244953,_0xb66777);}else'tableCell'==_0x1318f0['name']&&(_0xfa281a=_0xfa281a||_0x21748d(_0x1318f0['position']['nodeAfter'],_0xb66777));}return _0xfa281a;});}['_getSuggestionCoords'](_0x1525c7){return this['_getCoordsForCells'](_0x1525c7['getRanges']()['map'](_0x38fcba=>_0x38fcba['start']['nodeAfter']));}}function Ee(_0x1977db){return Array['from'](new Set(_0x1977db)['values']());}class St extends _0x1dc395{static get['requires'](){return[jt];}['afterInit'](){const _0x5b190f=this['editor'],_0x1f7e20=_0x5b190f['model']['document']['selection'],_0x54ac6f=_0x5b190f['locale'];if(!_0x5b190f['plugins']['has']('TableEditing'))return;const _0x631ba2=_0x5b190f['plugins']['get']('TrackChangesEditing'),_0x3f6b75=_0x5b190f['plugins']['get']('TableUtils'),_0x3a2c35=_0x5b190f['plugins']['get'](jt);_0x3a2c35['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x631ba2['enableCommand']('mergeTableCells',()=>{const _0x1e713c=_0x3f6b75['getSelectionAffectedTableCells'](_0x5b190f['model']['document']['selection']);_0x5b190f['model']['change'](()=>{_0x631ba2['markMultiRangeBlockFormat'](_0x1e713c,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x5b190f['commands']['get']('mergeTableCells')['on']('execute',(_0x36c83f,_0x3d16b0)=>{_0x5b190f['commands']['get']('trackChanges')['value']&&(_0x3d16b0['length']>0x0&&_0x3d16b0[_0x3d16b0['length']-0x1]&&_0x3d16b0[_0x3d16b0['length']-0x1]['forceDefaultExecution']||_0x631ba2['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x36c83f['stop']());},{'priority':'highest'});for(const _0xd61cc0 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x156507=_0x5b190f['commands']['get'](_0xd61cc0);_0x631ba2['enableCommand'](_0xd61cc0,()=>{const _0xefdaea=_0x5b190f['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x594ff9=>_0x594ff9['is']('element','tableCell')),_0x2e5516=_0x156507['value'];_0x5b190f['model']['change'](()=>{_0x631ba2['markMultiRangeBlockFormat']([_0xefdaea,_0x2e5516],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x1a876a of['splitTableCellVertically','splitTableCellHorizontally']){const _0x8b3335=_0x5b190f['commands']['get'](_0x1a876a);_0x631ba2['enableCommand'](_0x1a876a,()=>{const _0x3247c4=_0x3f6b75['getSelectionAffectedTableCells'](_0x5b190f['model']['document']['selection'])[0x0],_0x4c18f4=_0x3247c4['findAncestor']('table'),{column:_0x2ef5b0,row:_0x191cea}=_0x3f6b75['getCellLocation'](_0x3247c4);let _0xca3e8f=[];if('horizontally'==_0x8b3335['direction']){const _0x20d575=_0x3f6b75['createTableWalker'](_0x4c18f4,{'startRow':_0x191cea,'endRow':_0x191cea,'includeAllSlots':!0x0});_0xca3e8f=Array['from'](_0x20d575)['map'](_0x22ee46=>_0x22ee46['cell']);}else{const _0x224888=_0x3f6b75['createTableWalker'](_0x4c18f4,{'column':_0x2ef5b0,'includeAllSlots':!0x0});_0xca3e8f=Array['from'](_0x224888)['map'](_0x27eee8=>_0x27eee8['cell']);}_0x5b190f['model']['change'](_0x5b6435=>{_0x631ba2['markBlockFormat'](_0x5b6435['createRangeOn'](_0x3247c4),{'commandName':_0x1a876a,'commandParams':[]},_0xca3e8f,_0x1a876a);});});}_0x631ba2['descriptionFactory']['registerDescriptionCallback'](_0x3aa48f=>{if('formatBlock'!=_0x3aa48f['type']&&'formatInline'!=_0x3aa48f['type'])return;const {data:_0x11e16a}=_0x3aa48f;return _0x11e16a&&'mergeTableCells'==_0x11e16a['commandName']?{'type':'format','content':o(_0x54ac6f,'*Merge\x20cells*')}:void 0x0;}),_0x631ba2['descriptionFactory']['registerDescriptionCallback'](_0x50414a=>{if('formatBlock'!=_0x50414a['type']&&'formatInline'!=_0x50414a['type'])return;const {data:_0x254bba}=_0x50414a;return _0x254bba?'splitTableCellVertically'==_0x254bba['commandName']?{'type':'format','content':o(_0x54ac6f,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x254bba['commandName']?{'type':'format','content':o(_0x54ac6f,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x32f77d=_0x3a2c35['_acceptFormatSuggestionCallbackFactory']();for(const _0x4dae87 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x631ba2['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4dae87,'accept',_0x32f77d);for(const _0x10b0a9 of['splitTableCellVertically','splitTableCellHorizontally'])_0x631ba2['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x10b0a9,'accept',_0x32f77d);_0x631ba2['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x338bee=>{_0x5b190f['model']['change'](_0x159e53=>{const _0x1cbd4a=Array['from'](_0x1f7e20['getRanges']())['map'](_0x110184=>_0x5e8b6d['fromRange'](_0x110184));_0x159e53['setSelection'](_0x338bee),_0x5b190f['commands']['get']('mergeTableCells')['refresh'](),_0x5b190f['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x583612=_0x1cbd4a['filter'](_0x5251a4=>'$graveyard'!=_0x5251a4['root']['rootName']);_0x583612['length']>0x0&&_0x159e53['setSelection'](_0x583612);for(const _0x475d00 of _0x1cbd4a)_0x475d00['detach']();});});for(const _0x355db7 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x5173f2=_0x5b190f['commands']['get'](_0x355db7);_0x5173f2['on']('set:isEnabled',(_0x577fa3,_0x127a8e,_0x23bdd7)=>{if(_0x23bdd7){const _0x4083b2=_0x5b190f['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x5cacec=>_0x5cacec['is']('element','tableCell'));this['_areMergableCells'](_0x5173f2['value'],_0x4083b2)||(_0x577fa3['return']=!0x1,_0x577fa3['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x3be64b=this['editor']['commands']['get']('mergeTableCells'),_0xf1adb3=this['editor']['plugins']['get']('TableUtils');if(!_0x3be64b['isEnabled'])return!0x1;const _0x5d491d=_0xf1adb3['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x2edef8 of _0x5d491d)for(const _0x3ab443 of _0x5d491d)if(_0x2edef8!=_0x3ab443&&!this['_areMergableCells'](_0x2edef8,_0x3ab443))return!0x1;return!0x0;}['_areMergableCells'](_0x22ed41,_0xba5f50){const _0x39f61b=this['editor']['plugins']['get']('TrackChangesEditing'),_0x153c20=this['editor']['model']['createRangeOn'](_0x22ed41),_0x485e4d=this['editor']['model']['createRangeOn'](_0xba5f50),_0x32785e=new Set(),_0x2471b9=new Set();for(const _0x2b9f02 of _0x39f61b['getSuggestions']())if(('insertion'==_0x2b9f02['type']||'deletion'==_0x2b9f02['type']||'mergeTableCells'==_0x2b9f02['subType'])&&_0x2b9f02['isInContent']){for(const _0x1ba1ea of _0x2b9f02['getRanges']())_0x1ba1ea['containsRange'](_0x153c20,!0x0)&&_0x32785e['add'](_0x2b9f02['type']+':'+_0x2b9f02['author']['id']),_0x1ba1ea['containsRange'](_0x485e4d,!0x0)&&_0x2471b9['add'](_0x2b9f02['type']+':'+_0x2b9f02['author']['id']);}if(_0x32785e['size']!=_0x2471b9['size'])return!0x1;for(const _0x3953b4 of _0x32785e)if(!_0x2471b9['has'](_0x3953b4))return!0x1;return!0x0;}}class At extends _0x1dc395{static get['requires'](){return[jt];}['afterInit'](){const _0x3f676c=this['editor'];if(!_0x3f676c['plugins']['has']('TableEditing'))return;const _0x246e76=_0x3f676c['locale'],_0x4d6027=_0x3f676c['plugins']['get']('TrackChangesEditing');_0x4d6027['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x4d6027['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x4d6027['registerBlockAttribute']('headingRows'),_0x4d6027['registerBlockAttribute']('headingColumns'),_0x4d6027['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x246e76,'FORMAT_HEADER_ROW')),_0x4d6027['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x246e76,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x148266=this['editor']['plugins']['get']('TrackChangesEditing'),_0x424607=this['editor']['plugins']['get']('TableUtils'),_0x112a20=this['editor']['plugins']['get'](jt)['_acceptFormatSuggestionCallbackFactory']();function _0x122a27({showActiveMarker:_0x2c2949=!0x0,setDataAttribute:_0x4dc322=!0x0}={}){return(_0x9a7294,_0x20d4ed,_0x2871e0)=>{const {type:_0x4301f0,id:_0xa46b16}=_0x148266['_splitMarkerName'](_0x20d4ed['markerName']),_0x23bc37=_0x148266['getSuggestion'](_0xa46b16),_0x37e8a0=_0x23bc37['data'];if('formatBlock'!=_0x23bc37['type']||!_0x37e8a0||'setTableColumnHeader'!=_0x37e8a0['commandName'])return;if(_0x20d4ed['item'])return void _0x9a7294['stop']();if(!_0x2871e0['consumable']['consume'](_0x20d4ed['markerRange'],_0x9a7294['name']))return;const _0x3e425d=_0x20d4ed['markerRange']['start']['nodeAfter'],_0x2b7d2c=_0x20d4ed['markerRange']['end']['nodeBefore'],_0x259219=_0x3e425d['parent']['parent'],{column:_0x16c247}=_0x424607['getCellLocation'](_0x3e425d),{column:_0x10a35d}=_0x424607['getCellLocation'](_0x2b7d2c);for(let _0xff0bf=_0x16c247;_0xff0bf<=_0x10a35d;_0xff0bf++){const _0x31a426=_0x424607['createTableWalker'](_0x259219,{'column':_0xff0bf,'includeAllSlots':!0x1});for(const _0x8cd3f6 of _0x31a426){const _0x93d740=_0x8cd3f6['cell'],_0x3655e8=_0x2871e0['mapper']['toViewElement'](_0x93d740);_0x2871e0['writer']['addClass']('ck-suggestion-marker-'+_0x4301f0,_0x3655e8),_0x4dc322&&_0x2871e0['writer']['setAttribute']('data-suggestion',_0xa46b16,_0x3655e8),_0x2871e0['mapper']['bindElementToMarker'](_0x3655e8,_0x20d4ed['markerName']),_0x2c2949&&(_0x148266['activeMarkers']['includes'](_0x20d4ed['markerName'])?_0x2871e0['writer']['addClass']('ck-suggestion-marker--active',_0x3655e8):_0x2871e0['writer']['removeClass']('ck-suggestion-marker--active',_0x3655e8));}}};}_0x148266['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x112a20),_0x148266['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x112a20),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x122a27(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x586417,_0x5b0b7e,_0x35e830)=>{_0x35e830['options']['showSuggestionHighlights']&&_0x122a27({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x586417,_0x5b0b7e,_0x35e830);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x367373,_0x46d9d7,_0x34fcd2)=>{const {type:_0x4e89c2,id:_0xcc2a38}=_0x148266['_splitMarkerName'](_0x46d9d7['markerName']),_0x1c388a=_0x148266['getSuggestion'](_0xcc2a38),_0x14ac1c=_0x1c388a['data'];if('formatBlock'!=_0x1c388a['type']||!_0x14ac1c||'setTableColumnHeader'!=_0x14ac1c['commandName'])return;const _0xea02e4=_0x34fcd2['mapper']['markerNameToElements'](_0x46d9d7['markerName']);if(_0xea02e4){for(const _0x1070e3 of _0xea02e4)_0x34fcd2['writer']['removeClass']('ck-suggestion-marker-'+_0x4e89c2,_0x1070e3),_0x34fcd2['writer']['removeClass']('ck-suggestion-marker--active',_0x1070e3),_0x34fcd2['writer']['removeAttribute']('data-suggestion',_0x1070e3),_0x34fcd2['mapper']['unbindElementFromMarkerName'](_0x1070e3,_0x46d9d7['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1163f5=this['editor'],_0xb91a6d=_0x1163f5['locale'];function _0x378ab4(_0x3db6c1){return{'type':'format','content':o(_0xb91a6d,'*Format:*\x20%0',_0x3db6c1)};}_0x1163f5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3cc623=>{if('formatBlock'!=_0x3cc623['type'])return;const {data:_0x26d858}=_0x3cc623;if(_0x26d858){if('setTableRowHeader'==_0x26d858['commandName']){const _0x34c153=_0x26d858['commandParams'][0x0]['forceValue'];return _0x378ab4(o(_0xb91a6d,_0x34c153?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x26d858['commandName']){const _0x419021=_0x26d858['commandParams'][0x0]['forceValue'];return _0x378ab4(o(_0xb91a6d,_0x419021?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const ge=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ce=Object['fromEntries'](ge['map'](_0x22f2c0=>[_0x22f2c0,null]));class It extends _0x1dc395{static get['requires'](){return[jt];}['afterInit'](){const _0x2c2cb8=this['editor'];if(!_0x2c2cb8['plugins']['has']('TableClipboard'))return;const _0x24a07f=_0x2c2cb8['plugins']['get']('TrackChangesEditing'),_0x4a75f3=_0x2c2cb8['plugins']['get']('TableUtils'),_0x16bb1e=_0x2c2cb8['plugins']['get'](jt),_0x3e8329=_0x2c2cb8['plugins']['get']('TableClipboard');_0x16bb1e['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x2c2cb8['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x2c2cb8['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x48249e=null;_0x2c2cb8['model']['on']('insertContent',(_0x4f1715,_0x292939)=>{const [_0x2822fc,_0x4d1002]=_0x292939,_0x29923d=_0x292939[_0x292939['length']-0x1];_0x29923d&&_0x29923d['forceDefaultExecution']||_0x24a07f['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x133c5b,_0x88bf43,_0x5e23a9,_0x545eb3,_0x4a0f9d){if(_0x88bf43&&!_0x88bf43['is']('documentSelection'))return!0x1;const _0x4535ce=_0x4a0f9d['getTableIfOnlyTableInContent'](_0x133c5b,_0x5e23a9);if(!_0x4535ce||!he(_0x4535ce,void 0x0,_0x545eb3))return!0x1;const _0xd71bed=_0x545eb3['getSelectionAffectedTableCells'](_0x5e23a9['document']['selection']);if(!_0xd71bed['length'])return!0x1;const _0x393571=_0xd71bed[0x0]['findAncestor']('table'),_0x4ba26c=_0x545eb3['getRowIndexes'](_0xd71bed),_0x8c0205=_0x545eb3['getColumnIndexes'](_0xd71bed),_0x20bd20={'startRow':_0x4ba26c['first'],'endRow':_0x4ba26c['last'],'startColumn':_0x8c0205['first'],'endColumn':_0x8c0205['last']};return 0x1==_0xd71bed['length']&&(_0x20bd20['endRow']+=_0x545eb3['getRows'](_0x4535ce)-0x1,_0x20bd20['endColumn']+=_0x545eb3['getColumns'](_0x4535ce)-0x1),he(_0x393571,_0x20bd20,_0x545eb3);}(_0x2822fc,_0x4d1002,_0x2c2cb8['model'],_0x4a75f3,_0x3e8329)&&(_0x4f1715['stop'](),_0x48249e={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x2c2cb8['model']['change'](()=>{_0x2c2cb8['model']['insertContent'](_0x292939[0x0],_0x292939[0x1],_0x292939[0x2],{'forceDefaultExecution':!0x0});const _0x23bd24=_0x497177(),{rowInsertionRanges:_0x5a91d8,columnInsertionRanges:_0x3649f5,insertionRanges:_0x5915d3,deletionRanges:_0x233900,cells:_0x171244}=_0x48249e;_0x5a91d8['length']&&_0x24a07f['markMultiRangeInsertion'](_0x5a91d8,'tablePasteRow',{'tablePasteChainId':_0x23bd24}),_0x3649f5['length']&&_0x24a07f['markMultiRangeInsertion'](_0x3649f5,'tablePasteColumn',{'tablePasteChainId':_0x23bd24}),_0x5915d3['length']&&(_0x24a07f['markMultiRangeInsertion'](_0x5915d3,'tablePaste',{'tablePasteChainId':_0x23bd24,'skipNestingCheck':!0x0}),_0x5915d3['forEach'](_0x4f9748=>_0x4f9748['detach']?.())),_0x233900['length']&&(_0x24a07f['markMultiRangeDeletion'](_0x233900,'tablePaste',{'tablePasteChainId':_0x23bd24,'skipNestingCheck':!0x0}),_0x233900['forEach'](_0x2c12d0=>_0x2c12d0['detach']?.()));const _0x2d55d7=_0x24a07f['markMultiRangeBlockFormat'](_0x171244['map'](({element:_0x544ab4})=>_0x544ab4),{'formatGroupId':_0x497177()},[],'tablePasteCell',{'tablePasteChainId':_0x23bd24});if(_0x2d55d7){const _0x30c2d7=_0x2d55d7['getMarkers'](),_0x5f266b=[];for(const {element:_0x248376,attributes:_0x2f1d9d}of _0x171244){if(!_0x2f1d9d)continue;const _0x20d4d8=_0x2c2cb8['model']['createRangeOn'](_0x248376),_0x55279e=_0x30c2d7['find'](_0x4b558d=>_0x4b558d['getRange']()['isEqual'](_0x20d4d8));_0x55279e&&_0x5f266b['push']([_0x55279e['name'],_0x2f1d9d]);}_0x5f266b['length']&&_0x2d55d7['setAttribute']('markerAttributes',Object['fromEntries'](_0x5f266b));}_0x48249e=null;}));},{'priority':_0x244548['high']+0xa}),_0x2c2cb8['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x3ba206,_0x20e759)=>{const [_0xe05496,_0xd7fc5,,_0x2654e1]=_0x20e759;if(!_0x48249e)return;_0x3ba206['stop']();const _0x17dbdc=_0xe05496['cell'],_0x2804c4=_0xd7fc5,_0x5392da=Pe(_0x17dbdc),_0x1c4cc4=Pe(_0x2804c4);_0x3ba206['return']=_0x17dbdc;let _0xe79286=null,_0x15bb1d=null;if(_0x1c4cc4||_0x5392da){if(_0x5392da&&!_0x1c4cc4){_0x2654e1['remove'](_0x17dbdc['getChild'](0x0));for(const _0x1e64e2 of Array['from'](_0x2804c4['getChildren']()))_0x2654e1['insert'](_0x1e64e2,_0x17dbdc,'end');const _0x3f6828=_0x48249e['rowInsertionIndexes']['includes'](_0xe05496['row']),_0x45cd9a=_0x48249e['columnInsertionIndexes']['includes'](_0xe05496['column']);_0x3f6828||_0x45cd9a||(_0xe79286=_0x5e8b6d['fromRange'](_0x2654e1['createRangeIn'](_0x17dbdc)));}else _0x1c4cc4&&!_0x5392da&&(_0x15bb1d=_0x2654e1['createRangeIn'](_0x17dbdc));}else{const _0x384afa=_0x2654e1['createElement']('tableCellSuggestion'),_0x501f72=_0x2654e1['createElement']('tableCellSuggestion');_0x2654e1['wrap'](_0x2654e1['createRangeIn'](_0x17dbdc),_0x501f72),_0x2654e1['insert'](_0x384afa,_0x17dbdc,0x0);for(const _0xe0cc3d of Array['from'](_0x2804c4['getChildren']()))_0x2654e1['insert'](_0xe0cc3d,_0x384afa,'end');_0xe79286=_0x5e8b6d['fromRange'](_0x2654e1['createRangeOn'](_0x384afa)),_0x15bb1d=_0x5e8b6d['fromRange'](_0x2654e1['createRangeOn'](_0x501f72));}const _0x4acbf5=Array['from'](_0x2804c4['getAttributes']())['filter'](([_0x567a4b])=>ge['includes'](_0x567a4b));_0x48249e['cells']['push']({'element':_0x17dbdc,'attributes':_0x4acbf5['length']?Object['fromEntries'](_0x4acbf5):null}),_0xe79286&&_0x48249e['insertionRanges']['push'](_0xe79286),_0x15bb1d&&_0x48249e['deletionRanges']['push'](_0x15bb1d);},{'priority':'high'}),_0x4a75f3['on']('insertColumns',(_0x2045b8,_0x4c91e9)=>{const [_0x4ea56a,_0x280cec={}]=_0x4c91e9;if(!_0x48249e)return;const _0x53999d=_0x280cec['at']||0x0,_0x30060e=_0x280cec['columns']||0x1;_0x48249e['columnInsertionIndexes']=new Array(_0x30060e)['fill'](_0x53999d)['map']((_0x394e0e,_0x303c77)=>_0x394e0e+_0x303c77);for(const {cell:_0x3b77fc}of _0x4a75f3['createTableWalker'](_0x4ea56a,{'startColumn':_0x53999d,'endColumn':_0x53999d+_0x30060e-0x1}))_0x48249e['columnInsertionRanges']['push'](_0x2c2cb8['model']['createRangeOn'](_0x3b77fc));},{'priority':'low'}),_0x4a75f3['on']('insertRows',(_0x28745e,_0xdc074e)=>{const [_0x1de614,_0x387d0f={}]=_0xdc074e;if(!_0x48249e)return;const _0x36f0d2=_0x387d0f['at']||0x0,_0x38a84c=_0x387d0f['rows']||0x1;_0x48249e['rowInsertionIndexes']=new Array(_0x38a84c)['fill'](_0x36f0d2)['map']((_0x2b419e,_0x1c7b39)=>_0x2b419e+_0x1c7b39);for(const {cell:_0x34c5c8}of _0x4a75f3['createTableWalker'](_0x1de614,{'startRow':_0x36f0d2,'endRow':_0x36f0d2+_0x38a84c-0x1}))_0x48249e['rowInsertionRanges']['push'](_0x2c2cb8['model']['createRangeOn'](_0x34c5c8));},{'priority':'low'}),_0x24a07f['descriptionFactory']['registerDescriptionCallback'](_0x458885=>{if(_0x458885['subType']&&_0x458885['subType']['startsWith']('tablePaste'))return _0x458885['previous']?{}:{'type':'insertion','content':o(_0x2c2cb8['locale'],'*Replace\x20table\x20cells*')};});const _0x42a273=()=>!0x1;for(const _0x3b43ec of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x24a07f['_suggestionFactory']['registerCustomCallback']('insertion',_0x3b43ec,'join',_0x42a273),_0x24a07f['_suggestionFactory']['registerCustomCallback']('deletion',_0x3b43ec,'join',_0x42a273),_0x24a07f['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x3b43ec,'join',_0x42a273);_0x24a07f['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x42a273),_0x24a07f['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x2bb22b,_0x1eb82e,_0x14977e)=>{const _0x53462c=_0x2bb22b['map'](_0x39f57a=>_0x39f57a['getContainedElement']())['filter'](_0x32fd5f=>_0x32fd5f),_0x3ebf42=new Map(_0x53462c['map'](_0x5bcb35=>[_0x5bcb35,null]));if(_0x48249e){for(const {element:_0x57b9c8,attributes:_0x252f95}of _0x48249e['cells'])_0x252f95&&_0x3ebf42['set'](_0x57b9c8,_0x252f95);}else{if(_0x14977e&&_0x14977e['markerAttributes'])for(const [_0x541527,_0x19b87b]of Object['entries'](_0x14977e['markerAttributes'])){const _0x135a75=_0x2c2cb8['model']['markers']['get'](_0x541527),_0x3c8aa2=_0x135a75?_0x135a75['getRange']()['getContainedElement']():null;_0x3c8aa2&&_0x3ebf42['set'](_0x3c8aa2,_0x19b87b);}}_0x2c2cb8['model']['change'](_0x566e7a=>{for(const [_0x3dbd73,_0x300985]of _0x3ebf42)_0x566e7a['setAttributes']({...Ce,..._0x300985},_0x3dbd73);});});const _0x4a1015=(_0x38c4b3,_0x434dac)=>{_0x24a07f['_suggestionFactory']['registerCustomCallback'](_0x38c4b3,'tablePaste',_0x434dac,(_0x13fb5a,_0x3305bf,_0x29d938)=>{_0x2c2cb8['model']['change'](_0x2aeed6=>{const _0x254ffc=[];for(const _0xb3005 of _0x13fb5a){const _0x7283d9=_0xb3005['start']['nodeAfter'];_0x7283d9['is']('element','tableCellSuggestion')&&_0x254ffc['push'](_0x7283d9);}_0x24a07f['_suggestionFactory']['getSuggestionCallback'](_0x38c4b3,null,_0x434dac)(_0x13fb5a,_0x3305bf,_0x29d938);for(const _0x33ae85 of _0x254ffc)'$graveyard'!=_0x33ae85['root']['rootName']&&_0x2aeed6['unwrap'](_0x33ae85);});});};_0x4a1015('insertion','accept'),_0x4a1015('insertion','discard'),_0x4a1015('deletion','accept'),_0x4a1015('deletion','discard'),_0x24a07f['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x4ff22a=>{const _0x537f89=_0x4ff22a['map'](_0x142ea3=>_0x142ea3['getContainedElement']()),_0xf3b5f2=_0x537f89[0x0]['findAncestor']('table'),{minRow:_0x380583,maxRow:_0x5dc41d}=_0x16bb1e['_getCoordsForCells'](_0x537f89);_0x4a75f3['removeRows'](_0xf3b5f2,{'at':_0x380583,'rows':_0x5dc41d-_0x380583+0x1});}),_0x24a07f['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x39a802=>{const _0x5872c2=_0x39a802['map'](_0x4f9e32=>_0x4f9e32['getContainedElement']()),_0x1c31ca=_0x5872c2[0x0]['findAncestor']('table'),{minColumn:_0x571ec3,maxColumn:_0x38b8a7}=_0x16bb1e['_getCoordsForCells'](_0x5872c2);_0x4a75f3['removeColumns'](_0x1c31ca,{'at':_0x571ec3,'columns':_0x38b8a7-_0x571ec3+0x1});});const _0x37854b=(_0x51fc62,_0x1fa2f0)=>{if(!_0x1fa2f0['subType']||!_0x1fa2f0['subType']['startsWith']('tablePaste'))return;const _0x5e10e8=_0x1fa2f0['attributes']['tablePasteChainId'],_0x287aec=_0x24a07f['getSuggestions']()['filter'](_0xa3ba38=>_0xa3ba38['isInContent']&&_0xa3ba38['attributes']&&_0xa3ba38['attributes']['tablePasteChainId']==_0x5e10e8);_0x287aec['length']&&_0x1fa2f0['getAllAdjacentSuggestions']()['length']!=_0x287aec['length']&&_0x287aec['reduce']((_0x1705d6,_0x3aa1f2)=>(_0x1705d6['next']=_0x3aa1f2,_0x3aa1f2['previous']=_0x1705d6,_0x3aa1f2));};function _0x4f422d(_0x2a6efa,_0x2fa4a0=!0x0){const {id:_0x2fd308}=_0x24a07f['_splitMarkerName'](_0x2a6efa['markerName']),_0x79e5c4=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x16045e=_0x24a07f['activeMarkers']['includes'](_0x2a6efa['markerName']);return _0x16045e&&_0x79e5c4['push']('ck-suggestion-marker--active'),{'classes':_0x79e5c4,'attributes':{'data-suggestion':_0x2fd308},'priority':_0x16045e&&_0x2fa4a0?0xbc2:0xbb8};}_0x24a07f['on']('suggestionLoaded',_0x37854b,{'priority':'high'}),_0x24a07f['on']('suggestionUnloaded',_0x37854b,{'priority':'high'}),_0x2c2cb8['model']['document']['registerPostFixer'](()=>{let _0x30ae18=!0x1;const _0x245d75=Array['from'](_0x2c2cb8['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x54ccad,data:_0xa069a2}of _0x245d75){const {group:_0x24ae93,type:_0x3e223f,id:_0x5e74e0}=_0x24a07f['_splitMarkerName'](_0x54ccad);if('suggestion'!=_0x24ae93||'deletion'!=_0x3e223f||_0xa069a2['oldRange'])continue;if(!_0x24a07f['hasSuggestion'](_0x5e74e0))continue;const _0x5964af=_0x24a07f['getSuggestion'](_0x5e74e0)['getRanges'](),_0x42008d=_0x2c2cb8['plugins']['get']('Users')['me'];for(const _0x41a7a5 of _0x24a07f['getSuggestions']()){if(!_0x41a7a5['isInContent']||_0x41a7a5['author']!=_0x42008d)continue;if('formatBlock'!=_0x41a7a5['type']||'tablePasteCell'!=_0x41a7a5['subType'])continue;if(_0x41a7a5['getRanges']()['every'](_0x115f86=>_0x5964af['some'](_0x27b1b4=>_0x27b1b4['containsRange'](_0x115f86,!0x0)))){for(const _0x191587 of _0x41a7a5['getAllAdjacentSuggestions']())_0x191587['isInContent']&&(_0x191587['discard'](),_0x30ae18=!0x0);}}}return _0x30ae18;}),_0x2c2cb8['model']['document']['registerPostFixer'](_0x4ff48d=>{const _0x4290b5=_0x2c2cb8['commands']['get']('redo');if(!_0x4290b5||!_0x4290b5['_createdBatches']['has'](_0x4ff48d['batch']))return!0x1;let _0xce6ea4=!0x1;const _0x99108a=_0x2c2cb8['plugins']['get']('Users')['me'],_0x279cec=_0x2c2cb8['model']['document']['differ']['getChanges'](),_0x364034=Array['from'](_0x2c2cb8['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x2cf84c,data:_0x20031a})=>{const {group:_0x2a94c1,subType:_0x21e11e,authorId:_0x11217e}=_0x24a07f['_splitMarkerName'](_0x2cf84c);return'suggestion'==_0x2a94c1&&'tablePaste'==_0x21e11e&&_0x11217e==_0x99108a['id']&&!_0x20031a['oldRange'];});for(const _0x328d6b of _0x279cec){if('insert'!=_0x328d6b['type']||'tableCellSuggestion'!=_0x328d6b['name']||0x1!=_0x328d6b['length'])continue;const _0x7db09c=_0x4ff48d['createRange'](_0x328d6b['position'],_0x328d6b['position']['getShiftedBy'](0x1));if(!_0x364034['find'](({data:_0xfcafaa})=>_0xfcafaa['newRange']['isEqual'](_0x7db09c))){for(const {name:_0x4033e4,data:_0x372528}of _0x364034)if(_0x7db09c['containsRange'](_0x372528['newRange'])){_0x4ff48d['updateMarker'](_0x4033e4,{'range':_0x7db09c}),_0xce6ea4=!0x0;break;}}}return _0xce6ea4;}),_0x2c2cb8['model']['document']['registerPostFixer'](_0x262bf0=>{let _0x54175c=!0x1;const _0x222089=_0x2c2cb8['plugins']['get']('Users')['me'],_0x24322e=_0x24a07f['getSuggestions']()['filter'](_0xfc8fcc=>_0xfc8fcc['isInContent']&&_0xfc8fcc['author']==_0x222089),_0x5972c1=new Set(),_0xc0cd24=new Set();for(const _0x645dc of _0x24322e)if('tablePaste'==_0x645dc['subType'])for(const _0x1b92d0 of _0x645dc['getMarkers']()){const _0x9ab707=_0x1b92d0['getRange']()['getContainedElement']();if(_0x9ab707){if(_0x9ab707['is']('element','tableCellSuggestion')&&Pe(_0x9ab707)){_0x645dc['removeMarker'](_0x1b92d0['name']),_0x5972c1['add'](_0x9ab707),_0x54175c=!0x0;const _0x342f01=_0x9ab707['nextSibling'],_0xd1c0a4=_0x9ab707['previousSibling'],_0x2a0d81=_0x342f01&&_0x342f01['is']('element','tableCellSuggestion'),_0xc6f945=_0xd1c0a4&&_0xd1c0a4['is']('element','tableCellSuggestion');_0x2a0d81&&!_0x5972c1['has'](_0x342f01)&&_0xc0cd24['add'](_0x342f01),_0xc6f945&&!_0x5972c1['has'](_0xd1c0a4)&&_0xc0cd24['add'](_0xd1c0a4);}else _0x9ab707['is']('element','paragraph')&&_0x9ab707['isEmpty']&&(_0x645dc['removeMarker'](_0x1b92d0['name']),_0x54175c=!0x0);}}else{if('tablePasteCell'==_0x645dc['subType']){if(!_0x645dc['attributes']||!_0x645dc['attributes']['tablePasteChainId'])continue;const _0x2464fe=_0x645dc['attributes']['markerAttributes'];if(_0x2464fe&&Object['keys'](_0x2464fe)['length'])continue;const _0x5584b6=_0x645dc['attributes']['tablePasteChainId'];let _0xbe39e7=!0x0,_0x77ac56=!0x0;for(const _0x28900a of _0x24322e)if(_0x28900a['subType']&&_0x28900a['subType']['startsWith']('tablePaste')){if(!_0x28900a['attributes']['tablePasteChainId']){_0x77ac56=!0x1;break;}if(_0x28900a['id']!=_0x645dc['id']&&_0x28900a['attributes']['tablePasteChainId']==_0x5584b6){_0xbe39e7=!0x1;break;}}_0x77ac56&&_0xbe39e7&&(_0x645dc['removeMarkers'](),_0x54175c=!0x0);}}for(const _0x1a53f1 of _0x5972c1)_0x262bf0['remove'](_0x1a53f1);for(const _0x41d9e9 of _0xc0cd24)_0x262bf0['unwrap'](_0x41d9e9);return _0x54175c;}),_0x2c2cb8['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x3effc8,_0x2d1407)=>_0x4f422d(_0x3effc8),'converterPriority':'high'}),_0x2c2cb8['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x2c4cbb,_0x352682)=>_0x352682['options']['showSuggestionHighlights']?_0x4f422d(_0x2c4cbb,!0x1):null,'converterPriority':'high'});const _0x17f091=_0x2c2cb8['editing']['view'];this['listenTo'](_0x17f091['document'],'clipboardOutput',(_0x21da5e,_0x4fb20c)=>{const _0x2eed1b=[];for(const _0x929ec9 of _0x17f091['createRangeIn'](_0x4fb20c['content'])['getItems']())_0x929ec9['is']('element','suggestion-td')&&_0x2eed1b['push'](_0x929ec9);_0x17f091['change'](_0x34b3e8=>{for(const _0x11325a of _0x2eed1b)_0x34b3e8['move'](_0x34b3e8['createRangeIn'](_0x11325a),_0x34b3e8['createPositionBefore'](_0x11325a)),_0x34b3e8['remove'](_0x11325a);});});}}function Pe(_0x2e6598){if(_0x2e6598['isEmpty'])return!0x0;const _0x53754d=_0x2e6598['getChild'](0x0);return _0x53754d['is']('element','paragraph')&&_0x53754d['isEmpty'];}function he(_0x2e45b1,_0x402db6={},_0x56a539){for(const {isAnchor:_0x576408,cellHeight:_0x591913,cellWidth:_0x87c432}of _0x56a539['createTableWalker'](_0x2e45b1,{'includeAllSlots':!0x0,..._0x402db6}))if(!_0x576408||0x1!=_0x591913||0x1!=_0x87c432)return!0x1;return!0x0;}class vt extends _0x1dc395{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x135481=this['editor']['plugins']['get']('TrackChangesEditing');_0x135481['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x135481['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x135481['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x135481['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x135481['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x135481['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x4e5cae,_0xa84eb4){const _0x3d3d06=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1ef8a8=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x8cb0b7=_0xa84eb4['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x2db949=_0x1ef8a8['getColumnGroupElement'](_0x8cb0b7);let _0x27d2b7=_0x2db949?_0x1ef8a8['getTableColumnsWidths'](_0x2db949):null,_0x33adf9=_0x8cb0b7['getAttribute']('tableWidth')||null;const _0x1f86b4=_0xa84eb4['tableWidth']||_0x33adf9,_0x76d307=_0xa84eb4['columnWidths']||_0x27d2b7,_0x30039b=this['editor']['plugins']['get']('Users')['me'];for(const _0x4ff4dd of _0x3d3d06['getSuggestions']()){const _0x322ad0=_0x4ff4dd['getContainedElement']();if('resizeTable'===_0x4ff4dd['subType']&&_0x322ad0===_0x8cb0b7){_0x4ff4dd['author']!==_0x30039b&&_0x4ff4dd['discard']();const _0x76172b=_0x4ff4dd['data']['commandParams'];_0x33adf9=_0x76172b[0x0]['tableWidth'],_0x27d2b7=_0x76172b[0x0]['columnWidths'];break;}}_0x4e5cae({'table':_0x8cb0b7,'tableWidth':_0x1f86b4,'columnWidths':_0x76d307}),_0x3d3d06['markBlockFormat'](_0x8cb0b7,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x33adf9,'columnWidths':_0x27d2b7}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x4ae6b0){if('formatBlock'!=_0x4ae6b0['type']&&'formatInline'!=_0x4ae6b0['type'])return;const {data:_0x20bd57}=_0x4ae6b0;if(_0x20bd57&&'resizeTable'===_0x20bd57['formatGroupId']){const _0x8eda95='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x8eda95)};}}}class Ct extends _0x1dc395{['afterInit'](){const _0x4de5e6=this['editor'];_0x4de5e6['plugins']['has']('Template')&&_0x4de5e6['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class _t extends _0x1dc395{['afterInit'](){const _0x19f4bf=this['editor'];if(!_0x19f4bf['commands']['get']('insertTableOfContents'))return;_0x19f4bf['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x4ddb6d=_0x19f4bf['plugins']['get']('TrackChangesEditing'),_0x1d1a3e=_0x19f4bf['locale'];_0x4ddb6d['descriptionFactory']['registerElementLabel']('tableOfContents',_0x3661fc=>o(_0x1d1a3e,'ELEMENT_TABLE_OF_CONTENTS',_0x3661fc));}}class Dt extends _0x1dc395{['afterInit'](){const _0x58467d=this['editor'];if(!_0x58467d['plugins']['has']('Title'))return;const _0x1d5946=_0x58467d['plugins']['get']('TrackChangesEditing');_0x1d5946['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x58467d['locale'],'ELEMENT_TITLE')),_0x58467d['model']['document']['registerPostFixer'](_0x1a331b=>{let _0x360a6e=!0x1;const _0x2f4157=Array['from'](_0x58467d['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1c11df,data:_0x42eee6}of _0x2f4157){const {group:_0x347aee}=_0x1d5946['_splitMarkerName'](_0x1c11df);if('suggestion'!==_0x347aee||!_0x42eee6['newRange'])continue;const _0xde7f26=_0x42eee6['newRange'],_0x529839=_0xde7f26['end']['nodeBefore'];if(!_0x529839||!_0x529839['is']('element','title-content'))continue;if(!_0xde7f26['start']['isTouching'](_0xde7f26['end']))continue;const _0x445be4=_0x58467d['model']['schema']['getNearestSelectionRange'](_0xde7f26['end'],'forward');if(_0x445be4&&_0x445be4['isCollapsed']){const _0x3d5722=_0x1a331b['createRange'](_0xde7f26['start'],_0x445be4['start']);_0x3d5722['isEqual'](_0xde7f26)||(_0x1a331b['updateMarker'](_0x1c11df,{'range':_0x3d5722}),_0x360a6e=!0x0);}_0x360a6e||(_0x1a331b['removeMarker'](_0x1c11df),_0x360a6e=!0x0);}return _0x360a6e;});}}class Nt extends _0x1dc395{['afterInit'](){const _0x337845=this['editor'],_0x35b3f8=_0x337845['plugins']['get']('TrackChangesEditing');_0x337845['plugins']['has']('UndoEditing')&&(_0x35b3f8['enableCommand']('undo'),_0x35b3f8['enableCommand']('redo'));}}class Mt extends _0x1dc395{static get['requires'](){return[jt];}['afterInit'](){const _0x517a0a=this['editor'];if(!_0x517a0a['plugins']['has']('TableCaptionEditing'))return;_0x517a0a['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class $t extends _0x1dc395{['tableProperties'];['tableCellProperties'];constructor(_0x250ea6){super(_0x250ea6),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 _0x59a0e7=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x44126d of this['tableProperties'])_0x59a0e7['enableCommand'](_0x44126d,(_0x30eab,_0x1fbfaf)=>{const _0x399578=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x44126d,[_0x399578],this['tableProperties'],'tableProperties',_0x30eab,_0x1fbfaf);});_0x59a0e7['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x59a0e7['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x59a0e7['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x500bdf,_0x2def7a)=>this['handleDiscardAction'](this['tableProperties'],_0x500bdf,_0x2def7a)),_0x59a0e7['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x169ffe of this['tableCellProperties'])_0x59a0e7['enableCommand'](_0x169ffe,(_0x2fb8e4,_0x15cd00)=>{const _0x41ad77=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x169ffe,_0x41ad77,this['tableCellProperties'],'tableCellProperties',_0x2fb8e4,_0x15cd00);});_0x59a0e7['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x59a0e7['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x59a0e7['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x231c28,_0x4f04a0)=>this['handleDiscardAction'](this['tableCellProperties'],_0x231c28,_0x4f04a0)),_0x59a0e7['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x59a0e7['descriptionFactory']['registerDescriptionCallback'](_0x96e7e5=>this['handleSuggestionDescription'](_0x96e7e5));}['_handlePropertyChange'](_0x119a60,_0x4fd923,_0x14f677,_0x2e23d8,_0x5a9d75,_0x320af9){const _0x25730b=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x320af9['batch'],()=>{for(const _0x176570 of _0x4fd923){if(this['_getSuggestion'](_0x176570,_0x2e23d8))_0x5a9d75(_0x320af9);else{const _0x4c9e7a={};for(const _0x4631b0 of _0x14f677){const _0xb03e9e=_0x176570['getAttribute'](_0x4631b0);void 0x0!==_0xb03e9e&&(_0x4c9e7a[_0x4631b0]=_0xb03e9e);}_0x5a9d75(_0x320af9),_0x25730b['markBlockFormat'](_0x176570,{'commandParams':[_0x4c9e7a]},[],_0x2e23d8);}}});}['handleDiscardAction'](_0x592b15,_0x32f9df,_0x36d064){const _0x12e246=_0x32f9df[0x0]['start']['nodeAfter'],_0xb20ca6=_0x36d064['commandParams'][0x0];this['editor']['model']['change'](_0x43ff92=>{for(const _0x2b86da of _0x592b15)void 0x0!==_0xb20ca6[_0x2b86da]?_0x43ff92['setAttribute'](_0x2b86da,_0xb20ca6[_0x2b86da],_0x12e246):_0x43ff92['removeAttribute'](_0x2b86da,_0x12e246);});}['handleSuggestionDescription'](_0x29c252){if(_0x29c252['data'])switch(_0x29c252['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'](_0xce7d14,_0x1b2b10){const _0x7518a1=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x50f3a1 of _0x7518a1['getSuggestions']({'skipNotAttached':!0x0})){const _0x592ee4=_0x50f3a1['getContainedElement']();if(_0x50f3a1['subType']===_0x1b2b10&&_0x592ee4===_0xce7d14)return _0x50f3a1;}return null;}}const m='$elementName';class p extends _0x1dc395{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x4c39fc,_0x4d8020,E,V,U,O,F,G,L,H,q,W,J,Q,X,Y,Z,tt,et,it,nt,st,ot,rt,at,ut,K,lt,ct,z,ue,ft,gt,mt,dt,pt,kt,bt,wt,yt,jt,St,At,Mt,It,vt,_t,$t,Ct,Dt,Nt];}static get['pluginName'](){return'TrackChangesEditing';}constructor(_0x59cedb){function _0x2e6adc(_0x36b13d){return _0x36b13d['map'](_0x410a29=>String['fromCharCode'](_0x410a29))['join']('');}super(_0x59cedb),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x56c57c,_0x19eb21,_0x4bae64,_0x5c169c)=>{this['_model']['change'](()=>{for(const _0x233242 of[..._0x5c169c,..._0x4bae64])this['_model']['markers']['has'](_0x233242)&&_0x59cedb['editing']['reconvertMarker'](_0x233242);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new xt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x59cedb['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(),_0x59cedb['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x59cedb['config']['get']('trackChanges.trackFormatChanges'),_0x59cedb['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x59cedb['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new M(_0x59cedb,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x2e6adc([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x2e6adc([0x34,0x30,0x34,0x38,0x31,0x34,0x31,0x34]);}['init'](){const _0x48f1b7=this['editor'],_0xe8864d=(_0x25d2bc,_0x58e5fc)=>{if('attribute'!=_0x25d2bc)return'ck-suggestion-marker-'+_0x25d2bc;const _0x321bbe=_0x58e5fc['split']('|')[0x0];return this['_isBlockAttribute'](_0x321bbe)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x48f1b7['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0xd3baaf=>{const {id:_0x349cb9,type:_0xdc05a3,subType:_0x498fff}=this['_splitMarkerName'](_0xd3baaf['markerName']),_0x126cfd=['ck-suggestion-marker',_0xe8864d(_0xdc05a3,_0x498fff)];let _0x4b2624=0xbb8;return this['activeMarkers']['includes'](_0xd3baaf['markerName'])&&(_0x126cfd['push']('ck-suggestion-marker--active'),_0x4b2624=0xbc2),'deletion'==_0xdc05a3&&(_0x4b2624+=0x5),{'classes':_0x126cfd,'attributes':{'data-suggestion':_0x349cb9},'priority':_0x4b2624};}}),_0x48f1b7['conversion']['for']('dataDowncast')['add'](_0x48295b=>{_0x48295b['on']('addMarker:suggestion',(_0x366bab,_0x28224f,_0x55d75c)=>{if(!_0x55d75c['options']['showSuggestionHighlights'])return;const _0x2565c8=_0x28224f['item'];if(!_0x2565c8)return;const _0x25b4e6=_0x55d75c['mapper']['toViewElement'](_0x2565c8);_0x48f1b7['model']['schema']['isObject'](_0x2565c8)&&_0x25b4e6&&!_0x25b4e6['getCustomProperty']('widget')&&_0x25b4e6['is']('containerElement')&&_0x20341e(_0x25b4e6,_0x55d75c['writer']);},{'priority':'high'});}),_0x48f1b7['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x65db28,_0x4b81e7)=>{if(!_0x4b81e7['options']['showSuggestionHighlights'])return null;const {type:_0x4ccc0a,subType:_0x822ce3}=this['_splitMarkerName'](_0x65db28['markerName']);return{'classes':['ck-suggestion-marker',_0xe8864d(_0x4ccc0a,_0x822ce3)],'priority':0xbb8};}});const _0xae1a3c=({showActiveMarkers:_0x4bde86=!0x0,isAttributeSuggestion:_0x55b071=!0x1}={})=>(_0x64be0c,_0x516bd3,_0x5744a7)=>{if(!_0x516bd3['item'])return;const {id:_0x4feb77}=this['_splitMarkerName'](_0x516bd3['markerName']);if(_0x55b071){const _0x43d8a2=this['_suggestions']['get'](_0x4feb77),_0xe9790a=this['_getAttributeKey'](_0x43d8a2);if(!this['_isBlockAttribute'](_0xe9790a))return;}if(_0x516bd3['item']['is']('selection'))return void _0x5744a7['consumable']['consume'](_0x516bd3['item'],_0x64be0c['name']);const _0x4235e6=_0x5744a7['mapper']['toViewElement'](_0x516bd3['item']);if(_0x516bd3['item']['is']('element')&&_0x48f1b7['model']['schema']['isBlock'](_0x516bd3['item'])&&!_0x4235e6['getCustomProperty']('addHighlight')){_0x5744a7['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x4235e6),_0x5744a7['writer']['setAttribute']('data-suggestion',_0x4feb77,_0x4235e6),_0x5744a7['mapper']['bindElementToMarker'](_0x4235e6,_0x516bd3['markerName']),_0x4bde86&&(this['activeMarkers']['includes'](_0x516bd3['markerName'])?_0x5744a7['writer']['addClass']('ck-suggestion-marker--active',_0x4235e6):_0x5744a7['writer']['removeClass']('ck-suggestion-marker--active',_0x4235e6));for(const _0x25630e of _0x48f1b7['model']['createRangeIn'](_0x516bd3['item'])['getItems']())_0x5744a7['consumable']['consume'](_0x25630e,_0x64be0c['name']);_0x5744a7['consumable']['consume'](_0x516bd3['item'],_0x64be0c['name']);}};_0x48f1b7['conversion']['for']('dataDowncast')['add'](_0x182c64=>{_0x182c64['on']('addMarker:suggestion:formatBlock',(_0x3da0ef,_0x1cfb7c,_0x385140)=>{_0x385140['options']['showSuggestionHighlights']&&_0xae1a3c({'showActiveMarkers':!0x1})(_0x3da0ef,_0x1cfb7c,_0x385140);},{'priority':'highest'});}),_0x48f1b7['conversion']['for']('dataDowncast')['add'](_0x41a22c=>{_0x41a22c['on']('addMarker:suggestion:attribute',(_0x5a16e8,_0x34de91,_0x5e37dc)=>{_0x5e37dc['options']['showSuggestionHighlights']&&_0xae1a3c({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x5a16e8,_0x34de91,_0x5e37dc);},{'priority':'highest'});}),_0x48f1b7['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0xdbeeee,_0x289156)=>_0x289156['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0xdbeeee['substr'](0xb)}}),_0x48f1b7['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x1062fa,{writer:_0xf5d55d})=>{let _0x14770a='suggestion:'+_0x1062fa['getAttribute']('suggestion-type')+':'+_0x1062fa['getAttribute']('id');return _0x1062fa['getAttribute']('marker-count')&&(_0x14770a+=':'+_0x1062fa['getAttribute']('marker-count')),_0xf5d55d['createElement']('$marker',{'data-name':_0x14770a});}}),_0x48f1b7['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x48f1b7['conversion']['for']('editingDowncast')['add'](_0xce122f=>{_0xce122f['on']('addMarker:suggestion:formatBlock',_0xae1a3c(),{'priority':'high'});}),_0x48f1b7['conversion']['for']('editingDowncast')['add'](_0x11efbc=>{_0x11efbc['on']('addMarker:suggestion:attribute',_0xae1a3c({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x48f1b7['conversion']['for']('editingDowncast')['add'](_0x53b6df=>{_0x53b6df['on']('removeMarker:suggestion:formatBlock',(_0x13ec5b,_0x3d878d,_0x522af0)=>{const _0x1d149e=_0x522af0['mapper']['markerNameToElements'](_0x3d878d['markerName']);if(_0x1d149e){for(const _0x4fbc8a of _0x1d149e)_0x4fbc8a['getCustomProperty']('addHighlight')||(_0x522af0['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x4fbc8a),_0x522af0['writer']['removeAttribute']('data-suggestion',_0x4fbc8a),_0x522af0['mapper']['unbindElementFromMarkerName'](_0x4fbc8a,_0x3d878d['markerName']));}},{'priority':'high'});}),_0x48f1b7['conversion']['for']('editingDowncast')['add'](_0x268381=>{_0x268381['on']('removeMarker:suggestion:attribute',(_0x1f3b91,_0x5de80a,_0x9b9cce)=>{const _0x1e8534=_0x9b9cce['mapper']['markerNameToElements'](_0x5de80a['markerName']);if(!_0x1e8534)return;const {id:_0x51b61c}=this['_splitMarkerName'](_0x5de80a['markerName']),_0x30e0b9=this['_suggestions']['get'](_0x51b61c),_0x10cf55=this['_getAttributeKey'](_0x30e0b9);if(this['_isBlockAttribute'](_0x10cf55)){for(const _0x3506fb of _0x1e8534)_0x3506fb['getCustomProperty']('addHighlight')||(_0x9b9cce['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x3506fb),_0x9b9cce['writer']['removeAttribute']('data-suggestion',_0x3506fb),_0x9b9cce['mapper']['unbindElementFromMarkerName'](_0x3506fb,_0x5de80a['markerName']));}},{'priority':'high'});}),_0x48f1b7['model']['document']['registerPostFixer'](_0x18fc04=>{let _0x12103e=!0x1;const _0x57a754=Array['from'](_0x48f1b7['model']['document']['differ']['getChangedMarkers']()),_0x492f11=new Set();for(const {name:_0x409f33,data:_0x268ee9}of _0x57a754){const {group:_0x310ec2,type:_0x3eaf3f,subType:_0x6e7a89,id:_0x10d73b}=this['_splitMarkerName'](_0x409f33);if('suggestion'!==_0x310ec2)continue;const _0x1b4a73=this['_suggestions']['get'](_0x10d73b);if(null!=_0x268ee9['newRange']){'formatInline'==_0x3eaf3f&&(_0x12103e=_0x12103e||Et(_0x268ee9['newRange'],_0x409f33,_0x18fc04,_0x48f1b7['model']['schema']));const _0xa7ee62='attribute'==_0x3eaf3f&&this['_isBlockAttribute'](_0x6e7a89['split']('|')[0x0]);if(_0x268ee9['newRange']['isCollapsed']||'$graveyard'==_0x268ee9['newRange']['root']['rootName']||'formatBlock'==_0x3eaf3f&&!Ut(_0x268ee9['newRange'])||_0xa7ee62&&!Ut(_0x268ee9['newRange'])||'deletion'==_0x3eaf3f&&!(!Tt(_0x3ca4de=_0x268ee9['newRange'])&&!function(_0x303faf){return _0x303faf['start']['parent']==_0x303faf['end']['nodeBefore']&&_0x303faf['start']['isAtEnd'];}(_0x3ca4de)))_0x18fc04['removeMarker'](_0x409f33),_0x12103e=!0x0;else{if(!_0x1b4a73||!_0x1b4a73['isInContent'])continue;_0x492f11['add'](_0x1b4a73);}}}var _0x3ca4de;return _0x492f11['size']>0x0&&(_0x12103e=!!this['_joinWithAdjacentSuggestions'](_0x492f11)||_0x12103e),_0x12103e;}),_0x48f1b7['model']['document']['registerPostFixer'](_0x2f3384=>{let _0x49c404=!0x1;for(const _0x7dc7fb of _0x48f1b7['model']['document']['differ']['getChanges']())if('insert'==_0x7dc7fb['type'])for(const _0x5f2d22 of this['_suggestions']['values']()){if(_0x5f2d22['isMultiRange']||!_0x5f2d22['isInContent'])continue;const _0x5c06a6='formatBlock'==_0x5f2d22['type'],_0x2d9cd6=this['_getAttributeKey'](_0x5f2d22),_0x138d77=_0x2d9cd6&&this['_isBlockAttribute'](_0x2d9cd6);if(!_0x5c06a6&&!_0x138d77)continue;const _0x32c61b=_0x5f2d22['getFirstRange']();if(_0x32c61b['start']['parent']!=_0x32c61b['end']['parent']&&!_0x32c61b['end']['isAtEnd']){const _0x27d141=_0x48f1b7['model']['createPositionAt'](_0x32c61b['start']['nodeAfter'],'end'),_0x1993c4=_0x48f1b7['model']['createRange'](_0x32c61b['start'],_0x27d141);_0x2f3384['updateMarker'](_0x5f2d22['getFirstMarker'](),{'range':_0x1993c4}),_0x49c404=!0x0;}}return _0x49c404;}),_0x48f1b7['model']['document']['registerPostFixer'](_0x1496ea=>this['_processAttributeChanges'](_0x1496ea)),_0x48f1b7['model']['document']['registerPostFixer'](_0x12095b=>!_0x12095b['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x12095b)),_0x48f1b7['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x48f1b7['model']['document']['on']('change:data',(_0x15722c,_0x57bb62)=>{if(!_0x57bb62['isLocal']||_0x57bb62['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x4b9c13=_0x48f1b7['model']['document']['differ']['getChanges']();if(0x0==_0x4b9c13['length'])return;const _0x5731ec=[],_0x242b66=_0x4b9c13['filter'](_0x1ad0d5=>'attribute'==_0x1ad0d5['type']),_0x3c2e18=_0x4b9c13['filter'](_0xdd8b82=>'insert'==_0xdd8b82['type']&&'$text'!=_0xdd8b82['name']);for(const _0x1f37db of _0x242b66)this['_isRegisteredAttribute'](_0x1f37db['attributeKey'])&&_0x5731ec['push']({'key':_0x1f37db['attributeKey'],'newValue':_0x1f37db['attributeNewValue'],'oldValue':_0x1f37db['attributeOldValue'],'range':Ot(_0x1f37db['range'],_0x48f1b7['model'])});for(const _0x3cb5e2 of _0x3c2e18){if('rename'!=_0x3cb5e2['action']&&'refresh'!=_0x3cb5e2['action'])continue;const _0x11fbd8=Gt(_0x3cb5e2['position']['nodeAfter'],_0x48f1b7['model']),_0x5266e6=_0x3cb5e2['before'];'rename'==_0x3cb5e2['action']&&_0x5731ec['push']({'key':m,'newValue':_0x3cb5e2['name'],'oldValue':_0x5266e6['name'],'range':_0x11fbd8});for(const [_0x259239,_0x4e0fc0]of _0x5266e6['attributes']){if(!this['_isRegisteredAttribute'](_0x259239))continue;const _0x517786=_0x3cb5e2['attributes']['get'](_0x259239);_0x4e0fc0!==_0x517786&&_0x5731ec['push']({'key':_0x259239,'newValue':_0x517786,'oldValue':_0x4e0fc0,'range':_0x11fbd8});}for(const [_0x4f7a33,_0x450680]of _0x3cb5e2['attributes'])this['_isRegisteredAttribute'](_0x4f7a33)&&(_0x5266e6['attributes']['has'](_0x4f7a33)||_0x5731ec['push']({'key':_0x4f7a33,'newValue':_0x450680,'oldValue':null,'range':_0x11fbd8}));}0x0!=_0x5731ec['length']&&_0x48f1b7['model']['enqueueChange'](_0x57bb62,_0x2c5cbd=>{const _0xd0e5ed=_0x497177();for(const {range:_0x3fee81,key:_0x1353d1,oldValue:_0x3d810c,newValue:_0x20bd9a}of _0x5731ec)this['markAttributeChange'](_0x3fee81,_0x1353d1,_0x3d810c,_0x20bd9a,{'groupId':_0xd0e5ed});this['_reduceExistingSuggestions'](_0x2c5cbd,_0x5731ec);});},{'priority':'lowest'}),_0x48f1b7['model']['markers']['on']('update:suggestion',(_0x31c0b3,_0x28878f,_0x280580)=>{if(null==_0x280580){const {id:_0x269fe3}=this['_splitMarkerName'](_0x28878f['name']),_0x278a18=this['_suggestions']['get'](_0x269fe3);_0x278a18&&_0x278a18['addMarkerName'](_0x28878f['name']);}}),_0x48f1b7['model']['document']['on']('change:data',()=>{const _0x4a70ec=Array['from'](_0x48f1b7['model']['document']['differ']['getChangedMarkers']())['filter'](_0x508fc9=>'suggestion'===this['_splitMarkerName'](_0x508fc9['name'])['group']);if(0x0===_0x4a70ec['length'])return;_0x4a70ec['sort']((_0x3af4d9,_0x5bb262)=>{const _0x57d54f=_0x3af4d9['data']['oldRange'],_0x3c13be=_0x5bb262['data']['oldRange'];return null===_0x57d54f&&null===_0x3c13be?0x0:null===_0x57d54f&&null!==_0x3c13be?-0x1:null!==_0x57d54f&&null===_0x3c13be?0x1:_0x57d54f['start']['isBefore'](_0x3c13be['start'])?-0x1:0x1;});const _0x418827=new Set(),_0x12ecac=new Set();for(const {name:_0x13511e,data:_0x1b07bf}of _0x4a70ec){const {id:_0x4d2372}=this['_splitMarkerName'](_0x13511e);if(null===_0x1b07bf['oldRange']){const _0x55e9b7=this['_handleNewSuggestionMarker'](_0x13511e);_0x12ecac['add'](_0x55e9b7);}else{const _0x49c69d=this['_suggestions']['get'](_0x4d2372);null!==_0x1b07bf['newRange']||_0x49c69d['isInContent']?(_0x418827['add'](_0x49c69d['head']),_0x12ecac['add'](_0x49c69d)):this['_removeSuggestion'](_0x49c69d);}}_0x12ecac['size']>0x0&&this['_refreshSuggestionsChain'](_0x12ecac);for(const _0x1c0756 of _0x418827)this['fire']('suggestionChanged',_0x1c0756);}),_0x48f1b7['model']['on']('applyOperation',(_0x125cb4,_0x2dd9cb)=>{const _0x56c448=_0x2dd9cb[0x0];if(!this['_suggestions']['size'])return;if(!_0x56c448['isDocumentOperation'])return;if(_0x56c448['batch']['isUndo']||!_0x56c448['batch']['isLocal'])return;let _0x1062cf,_0x349f1e;switch(_0x56c448['type']){case'insert':_0x1062cf=_0x48f1b7['model']['createPositionAt'](_0x56c448['position']),_0x349f1e=_0x1062cf['getShiftedBy'](_0x56c448['howMany']);break;case'split':_0x1062cf=_0x48f1b7['model']['createPositionAt'](_0x56c448['splitPosition']),_0x349f1e=_0x48f1b7['model']['createPositionAt'](_0x56c448['moveTargetPosition']);break;case'move':_0x1062cf=_0x48f1b7['model']['createPositionAt'](_0x56c448['targetPosition']),_0x349f1e=_0x1062cf['getShiftedBy'](_0x56c448['howMany']);break;default:return;}const _0x5ad0f7=_0x48f1b7['model']['createRange'](_0x1062cf,_0x349f1e);_0x48f1b7['model']['change'](()=>{for(const {suggestion:_0x518fd6,meta:_0x46e9bc}of this['_findSuggestions'](_0x5ad0f7)){if(_0x518fd6['isMultiRange'])continue;if('formatInline'==_0x518fd6['type'])continue;const _0x497825=this['_getAttributeKey'](_0x518fd6);if(_0x497825&&this['_isBlockAttribute'](_0x497825)&&'split'!=_0x56c448['type'])continue;const _0x5b000a=_0x518fd6['data']&&_0x518fd6['data']['multipleBlocks'];('formatBlock'!=_0x518fd6['type']||'split'==_0x56c448['type']&&!_0x5b000a)&&(_0x46e9bc['containsRangeInObject']||'insertion'==_0x518fd6['type']&&_0x46e9bc['isOwn']||_0x518fd6['getFirstRange']()['containsRange'](_0x5ad0f7)&&this['_breakSuggestionMarker'](_0x518fd6,_0x1062cf,_0x349f1e));}});},{'priority':'lowest'}),_0x48f1b7['model']['on']('deleteContent',(_0x408003,_0x198001)=>{const _0x1c85ad=_0x198001[0x0],_0x871f7a=_0x198001[0x1];if(_0x871f7a&&_0x871f7a['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x1c85ad['isCollapsed'])return;const _0x2568e1=_0x48f1b7['model']['schema'],{start:_0x265ddd,end:_0x2012e2}=_0x1c85ad['getFirstRange'](),_0x403abe=_0x265ddd['nodeAfter']&&_0x2568e1['isLimit'](_0x265ddd['nodeAfter'])?null:_0x2568e1['getNearestSelectionRange'](_0x265ddd,'forward'),_0xc30d74=_0x2012e2['nodeBefore']&&_0x2568e1['isLimit'](_0x2012e2['nodeBefore'])?null:_0x2568e1['getNearestSelectionRange'](_0x2012e2,'backward'),_0x211cf0=_0x48f1b7['model']['createRange'](_0x403abe?_0x403abe['start']:_0x265ddd,_0xc30d74?_0xc30d74['end']:_0x2012e2);_0x48f1b7['model']['change'](_0x3d3fff=>{this['markDeletion'](_0x211cf0);const _0x5b0419=_0x48f1b7['model']['schema']['getNearestSelectionRange'](_0x211cf0['start']);_0x1c85ad['is']('documentSelection')?_0x3d3fff['setSelection'](_0x5b0419):_0x1c85ad['setTo'](_0x5b0419);}),_0x408003['stop']();},{'priority':_0x244548['normal']+0xa}),_0x48f1b7['model']['on']('insertContent',(_0x142bf0,_0x23fb1a)=>{const _0x201706=_0x23fb1a[_0x23fb1a['length']-0x1];_0x201706&&_0x201706['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x48f1b7['model']['change'](()=>{let _0x137f48=_0x48f1b7['model']['insertContent'](_0x23fb1a[0x0],_0x23fb1a[0x1],_0x23fb1a[0x2],{'forceDefaultExecution':!0x0});if(!_0x137f48)return;_0x142bf0['return']=_0x137f48['clone']();const _0xdad938=_0x137f48['end']['nodeBefore'],_0x3d1400=_0x48f1b7['model']['schema'];_0xdad938&&_0x3d1400['isBlock'](_0xdad938)&&!_0x3d1400['isObject'](_0xdad938)&&(_0x137f48=_0x48f1b7['model']['createRange'](_0x137f48['start'],_0x48f1b7['model']['createPositionAt'](_0xdad938,'end'))),this['markInsertion'](_0x137f48);}),_0x142bf0['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x3ccdc7=new $(_0x48f1b7,this['_suggestions']);_0x48f1b7['commands']['add']('acceptSuggestion',_0x3ccdc7),this['enableCommand']('acceptSuggestion');const _0x273d08=new B(_0x48f1b7,this['_suggestions']);_0x48f1b7['commands']['add']('discardSuggestion',_0x273d08),this['enableCommand']('discardSuggestion'),_0x48f1b7['commands']['add']('acceptAllSuggestions',new x(_0x48f1b7,_0x3ccdc7,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x48f1b7['commands']['add']('discardAllSuggestions',new x(_0x48f1b7,_0x273d08,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x48f1b7['commands']['add']('acceptSelectedSuggestions',new R(_0x48f1b7,_0x3ccdc7,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x48f1b7['commands']['add']('discardSelectedSuggestions',new R(_0x48f1b7,_0x273d08,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x388e92=_0x48f1b7['plugins']['get']('CommentsRepository');this['listenTo'](_0x388e92,'addComment',(_0x40c865,{threadId:_0x679b76})=>{const _0x492d54=this['_suggestions']['get'](_0x679b76);_0x492d54&&_0x492d54['commentThread']&&0x1===_0x492d54['commentThread']['length']&&this['_updateSuggestionData'](_0x679b76,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x388e92,'removeComment',(_0x5d9d28,{threadId:_0x4b4e4})=>{const _0x4c2c95=this['_suggestions']['get'](_0x4b4e4);_0x4c2c95&&_0x4c2c95['commentThread']&&!_0x4c2c95['commentThread']['length']&&this['_updateSuggestionData'](_0x4b4e4,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x48f055){if(this['_adapter'])throw new _0x197e78('track-changes-adapter-already-set',this);this['_adapter']=_0x48f055;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x2d3326=!0x1,toJSON:_0x193c25=!0x1}={}){const _0x135529=[];for(const _0xe69911 of this['_suggestions']['values']())_0x2d3326&&!_0xe69911['isInContent']||_0x135529['push'](_0xe69911);return _0x193c25?_0x135529['map'](_0x3c74c1=>_0x3c74c1['toJSON']()):_0x135529;}['getSuggestion'](_0x4529fc){const _0x491b0e=this['_suggestions']['get'](_0x4529fc);if(!_0x491b0e)throw new _0x197e78('track-changes-suggestion-not-found',this);return _0x491b0e;}['hasSuggestion'](_0xd42233){return this['_suggestions']['has'](_0xd42233);}['addSuggestionData'](_0x547c5d){const {authorId:_0x13b5ed,id:_0x1e5a76,attributes:_0x551929}=_0x547c5d,[_0x2a7f0a,_0x146362]=_0x547c5d['type']['split'](':'),_0x3ff055=this['_suggestions']['get'](_0x1e5a76)||this['_createSuggestion'](_0x2a7f0a,_0x146362,_0x1e5a76,_0x13b5ed,_0x551929);if(this['_addThreadToSuggestion'](_0x3ff055),this['_checkSuggestionCorrectness'](_0x3ff055,_0x2a7f0a,_0x146362||null,_0x13b5ed),_0x3ff055['createdAt']=_0x547c5d['createdAt'],_0x3ff055['_isDataLoaded']=!0x0,_0x551929&&_0x551929['@external']){const _0x5f2483=_0x551929['@external'],_0x40285f=this['_getExternalAuthor'](_0x5f2483['authorName']);_0x3ff055['authoredAt']=_0x5f2483['createdAt'],_0x3ff055['author']=_0x40285f,_0x3ff055['isExternal']=!0x0;}else _0x3ff055['authoredAt']=_0x547c5d['createdAt'];switch(_0x547c5d['data']&&(_0x3ff055['data']=_0x547c5d['data']),_0x547c5d['attributes']&&(_0x3ff055['attributes']=_0x547c5d['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x3ff055['_saved']=!0x0),this['_suggestionState']['get'](_0x3ff055)){case'notReady':this['_suggestionState']['set'](_0x3ff055,'dataReady');break;case'markerReady':_0x3ff055['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x3ff055])),this['_refreshSuggestionsChain'](new Set([_0x3ff055])),this['_suggestionState']['set'](_0x3ff055,'ready'),this['fire']('suggestionLoaded',_0x3ff055)):this['_suggestionState']['set'](_0x3ff055,'removed');}return _0x3ff055;}['acceptSuggestion'](_0xf60993){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x3d5da1 of _0xf60993['getAllAdjacentSuggestions']())_0x3d5da1['accept']();});});}['discardSuggestion'](_0xf3ab2e){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x31a8e3 of _0xf3ab2e['getAllAdjacentSuggestions']())_0x31a8e3['discard']();});});}['enableCommand'](_0x5bb543,_0x588dcc){const _0x199782=this['editor']['commands']['get'](_0x5bb543);if(!_0x199782)throw new _0x197e78('track-changes-command-not-found',this,{'commandName':_0x5bb543});if(this['_enabledCommands']['has'](_0x199782))throw new _0x197e78('track-changes-enable-command-twice',this,{'commandName':_0x5bb543});this['_enabledCommands']['add'](_0x199782),_0x588dcc&&_0x199782['on']('execute',(_0x2e2148,_0x51d5c9)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x51d5c9['length']>0x0&&_0x51d5c9[_0x51d5c9['length']-0x1]&&_0x51d5c9[_0x51d5c9['length']-0x1]['forceDefaultExecution']?_0x51d5c9['pop']():(_0x2e2148['return']=_0x588dcc((..._0x28c190)=>_0x199782['execute'](..._0x28c190,{'forceDefaultExecution':!0x0}),..._0x51d5c9),_0x2e2148['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x13d4e3){let _0x4e346d,_0x4f578f;const _0x2f0dca=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x4e346d=_0x13d4e3();}catch(_0x5f0c5d){_0x4f578f=_0x5f0c5d;}return _0x2f0dca||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x4f578f&&_0x197e78['rethrowUnexpectedError'](_0x4f578f,this),_0x4e346d;}['markInsertion'](_0x1815d6,_0x2ee97c=null,_0x5e4eb8={}){if(_0x1815d6['isCollapsed'])return null;const _0x59c7e1=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x3c21c2,meta:_0x2917af}of this['_findSuggestions'](_0x1815d6,'insertion'))if(_0x2917af['isOwn']){if(!_0x2917af['isNextTo']){if(_0x2917af['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Lt(_0x3c21c2,_0x5e4eb8))continue;return _0x3c21c2;}if(Lt(_0x3c21c2,_0x5e4eb8))return _0x3c21c2;this['_breakSuggestionMarker'](_0x3c21c2,_0x1815d6['start'],_0x1815d6['end']);break;}if(_0x2ee97c==_0x3c21c2['subType']&&Lt(_0x3c21c2,_0x5e4eb8)){const _0x4235d1=_0x3c21c2['getFirstRange']();return _0x4235d1['start']['isEqual'](_0x1815d6['end'])?this['_setSuggestionRange'](_0x3c21c2,this['_model']['createRange'](_0x1815d6['start'],_0x4235d1['end'])):this['_setSuggestionRange'](_0x3c21c2,this['_model']['createRange'](_0x4235d1['start'],_0x1815d6['end'])),_0x3c21c2;}}const _0x1ea876=_0x497177(),_0x19ceab=_0x59c7e1['id'],_0x14cae0=_0x2ee97c?'insertion:'+_0x2ee97c:'insertion',_0x5677de=this['_setSuggestionData']({'id':_0x1ea876,'type':_0x14cae0,'createdAt':new Date(),'authorId':_0x19ceab,'attributes':_0x5e4eb8});return this['_addSuggestionMarker'](_0x14cae0,_0x1ea876,_0x19ceab,_0x1815d6),_0x5677de;}['markMultiRangeInsertion'](_0xdf67eb,_0xcaa47a='multi',_0x169e56={}){const _0x3fd1b0=this['editor']['plugins']['get']('Users')['me'],_0x56d25d=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0xcaa47a,'join');for(const _0x1dab63 of this['getSuggestions']())if(_0x1dab63['author']['id']==_0x3fd1b0['id']&&'insertion'==_0x1dab63['type']&&_0x1dab63['subType']==_0xcaa47a&&Lt(_0x1dab63,_0x169e56)&&(_0x56d25d(_0x1dab63['getRanges'](),_0xdf67eb)||_0x56d25d(_0xdf67eb,_0x1dab63['getRanges']()))){for(const _0x477ede of _0xdf67eb)_0x1dab63['addRange'](_0x477ede);return _0x1dab63;}for(const {suggestion:_0x246fb4,meta:_0x297e60}of this['_findSuggestions'](_0xdf67eb,'insertion')){if(!_0x297e60['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x297e60['containsRangeInObject'])continue;if(!Lt(_0x246fb4,_0x169e56))continue;let _0x1761e2=!0x0;for(const _0x350275 of _0x246fb4['getRanges']())for(const _0x7473a7 of _0xdf67eb)if(!_0x350275['containsRange'](_0x7473a7)){_0x1761e2=!0x1;break;}if(_0x1761e2)return _0x246fb4;}const _0x22bf03=_0x497177(),_0x1555e0=_0x3fd1b0['id'],_0x5999c1='insertion:'+_0xcaa47a,_0x3ecd14=this['_setSuggestionData']({'id':_0x22bf03,'type':_0x5999c1,'createdAt':new Date(),'authorId':_0x1555e0,'attributes':_0x169e56});for(const _0x4e2107 of _0xdf67eb)this['_addSuggestionMarker'](_0x5999c1,_0x22bf03,_0x1555e0,_0x4e2107,u['getMultiRangeId']());return _0x3ecd14;}['markInlineFormat'](_0x580dd5,_0xe8ced6,_0x4d1a36=null,_0xc7167e={}){if(_0x4d1a36=_0x4d1a36||Vt(_0xe8ced6),_0x580dd5['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x35997d=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x4d1a36,'accept');return this['forceDefaultExecution'](()=>_0x35997d([_0x580dd5],_0xe8ced6,_0xc7167e)),null;}const _0x451298=this['editor']['plugins']['get']('Users')['me'],_0x1a7384=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x23f7db,meta:_0x3b219e}of this['_findSuggestions'](_0x580dd5,'insertion'))_0x3b219e['isOwn']&&!_0x3b219e['isInsideObject']&&_0x1a7384['push'](..._0x23f7db['getRanges']());}const _0x26f93d=function(_0x565c8d,_0x3542e6){const _0x2b7df5=[];for(const _0x595de6 of _0x3542e6){const _0x37af1e=_0x565c8d['getIntersection'](_0x595de6);_0x37af1e&&_0x2b7df5['push'](_0x37af1e);}return _0x2b7df5;}(_0x580dd5,_0x1a7384),_0x220ec8=function(_0x3e12e2,_0x3080dd){const _0x2c7a19=[_0x3e12e2];for(const _0x1914a6 of _0x3080dd){let _0x530675=0x0;for(;_0x530675<_0x2c7a19['length'];){const _0x1fb7ac=_0x2c7a19[_0x530675]['getDifference'](_0x1914a6);_0x2c7a19['splice'](_0x530675,0x1,..._0x1fb7ac),_0x530675+=_0x1fb7ac['length'];}}return _0x2c7a19;}(_0x580dd5,_0x1a7384);_0x26f93d['length']&&this['_model']['change'](()=>{for(const _0x3cf59c of _0x26f93d){const _0x38a262=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x4d1a36,'accept');this['forceDefaultExecution'](()=>_0x38a262([_0x3cf59c],_0xe8ced6,_0xc7167e));}});for(const _0x578725 of _0x220ec8){let _0x133b0f=null,_0x247ea5=_0x578725['start'],_0x3afa62=_0x578725['end'];for(const {suggestion:_0x41453e,meta:_0x4b0bdd}of this['_findSuggestions'](_0x578725,'formatInline')){if(!_0x4b0bdd['isOwn'])continue;if(_0x41453e['subType']!=_0x4d1a36)continue;if(!Lt(_0x41453e,_0xc7167e))continue;const _0x263acf=_0x41453e['getFirstRange']();if(_0x263acf['containsRange'](_0x578725,!0x0))return null;_0x247ea5=_0x247ea5['isBefore'](_0x263acf['start'])?_0x247ea5:_0x263acf['start'],_0x3afa62=_0x3afa62['isAfter'](_0x263acf['end'])?_0x3afa62:_0x263acf['end'],_0x133b0f?_0x263acf['start']['isBefore'](_0x133b0f['getFirstRange']()['start'])?(_0x133b0f['removeMarkers'](),_0x133b0f=_0x41453e):_0x41453e['removeMarkers']():_0x133b0f=_0x41453e;}const _0xfa46ee=this['_model']['createRange'](_0x247ea5,_0x3afa62);if(_0x133b0f)this['_setSuggestionRange'](_0x133b0f,_0xfa46ee);else{const _0x530d98=_0x497177(),_0x195ad6=_0x451298['id'];this['_setSuggestionData']({'id':_0x530d98,'type':'formatInline:'+_0x4d1a36,'data':_0xe8ced6,'createdAt':new Date(),'authorId':_0x195ad6,'attributes':_0xc7167e}),this['_addSuggestionMarker']('formatInline:'+_0x4d1a36,_0x530d98,_0x195ad6,_0xfa46ee);}}return null;}['markBlockFormat'](_0x385710,_0x512cf1,_0x43558c=[],_0x3ef470=null,_0x2d4d87={}){_0x512cf1['formatGroupId']||(_0x512cf1['formatGroupId']=_0x512cf1['commandName']),_0x512cf1['multipleBlocks']=_0x385710['is']('range'),_0x3ef470=_0x3ef470||Vt(_0x512cf1);const _0x429f96=_0x43558c['map'](_0x2d0cbb=>Gt(_0x2d0cbb,this['_model'])),_0x258e73=_0x385710['is']('range')?_0x385710:Gt(_0x385710,this['_model']);if('never'===this['_trackFormatChanges']){const _0x21df8b=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3ef470,'accept');return this['forceDefaultExecution'](()=>_0x21df8b([_0x258e73],_0x512cf1,_0x2d4d87)),null;}_0x429f96['push'](_0x258e73);let _0x22ebc0=!0x0;for(const _0x53631d of _0x429f96)if(!this['_rangeIsInLocalUserInsertion'](_0x53631d)){_0x22ebc0=!0x1;break;}if(_0x22ebc0&&'always'!==this['_trackFormatChanges']){const _0x4a4743=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3ef470,'accept');return this['forceDefaultExecution'](()=>_0x4a4743([_0x258e73],_0x512cf1,_0x2d4d87)),null;}let _0x378f3a=null,_0x2492f8=_0x258e73['start'],_0x3e683e=_0x258e73['end'];for(const {suggestion:_0x16b3b9,meta:_0x504581}of this['_findSuggestions'](_0x258e73,'formatBlock')){if(!_0x504581['isOwn'])continue;if(_0x504581['isNextTo']||_0x504581['containsRangeInObject']||_0x504581['isInsideObject'])continue;if(_0x16b3b9['data']['formatGroupId']!=_0x512cf1['formatGroupId'])continue;if(!Lt(_0x16b3b9,_0x2d4d87))continue;const _0x2dc25b=_0x16b3b9['getFirstRange']();if(_0x16b3b9['subType']==_0x3ef470){if(_0x2dc25b['containsRange'](_0x258e73,!0x0))return null;_0x2492f8=_0x2492f8['isBefore'](_0x2dc25b['start'])?_0x2492f8:_0x2dc25b['start'],_0x3e683e=_0x3e683e['isAfter'](_0x2dc25b['end'])?_0x3e683e:_0x2dc25b['end'],_0x378f3a?_0x2dc25b['start']['isBefore'](_0x378f3a['getFirstRange']()['start'])?(_0x378f3a['removeMarkers'](),_0x378f3a=_0x16b3b9):_0x16b3b9['removeMarkers']():_0x378f3a=_0x16b3b9;}else{const _0x33cdb5=_0x258e73['getIntersection'](_0x2dc25b);this['_cutOutSuggestionMarker'](_0x16b3b9,_0x33cdb5);}}const _0x299b03=this['editor']['plugins']['get']('Users')['me'],_0x6e4010=_0x497177(),_0x5aab72=_0x299b03['id'];if(_0x378f3a)return this['_setSuggestionRange'](_0x378f3a,this['_model']['createRange'](_0x2492f8,_0x3e683e)),_0x378f3a;{const _0x57b9a0=this['_setSuggestionData']({'id':_0x6e4010,'type':'formatBlock:'+_0x3ef470,'data':_0x512cf1,'createdAt':new Date(),'authorId':_0x5aab72,'attributes':_0x2d4d87});return this['_addSuggestionMarker']('formatBlock:'+_0x3ef470,_0x6e4010,_0x5aab72,this['_model']['createRange'](_0x2492f8,_0x3e683e)),_0x57b9a0;}}['markMultiRangeBlockFormat'](_0x494661,_0x33dd9e,_0x2540c0=[],_0x2bca1d=null,_0xab21b5={}){_0x33dd9e['formatGroupId']||(_0x33dd9e['formatGroupId']=_0x33dd9e['commandName']);const _0xbc2315=_0x494661[0x0];_0x33dd9e['multipleBlocks']=_0xbc2315['is']('range'),_0x2bca1d=_0x2bca1d||Vt(_0x33dd9e);const _0x5d0ef0=_0x2540c0['map'](_0x290a0f=>Gt(_0x290a0f,this['_model'])),_0x495869=_0xbc2315['is']('range')?_0x494661:_0x494661['map'](_0x17c5c8=>Gt(_0x17c5c8,this['_model']));if('never'===this['_trackFormatChanges']){const _0x38ef72=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2bca1d,'accept');return this['forceDefaultExecution'](()=>_0x38ef72(_0x495869,_0x33dd9e,_0xab21b5)),null;}_0x5d0ef0['push'](..._0x495869);let _0x3122b5=!0x0;for(const _0x17a150 of _0x5d0ef0)if(!this['_rangeIsInLocalUserInsertion'](_0x17a150)){_0x3122b5=!0x1;break;}if(_0x3122b5&&'always'!==this['_trackFormatChanges']){const _0x3d6d7f=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2bca1d,'accept');return this['forceDefaultExecution'](()=>_0x3d6d7f(_0x495869,_0x33dd9e,_0xab21b5)),null;}const _0x4e848e=this['editor']['plugins']['get']('Users')['me'];for(const _0x1b1ba0 of this['getSuggestions']()){if(_0x1b1ba0['author']['id']!=_0x4e848e['id'])continue;if('formatBlock'!=_0x1b1ba0['type']||_0x1b1ba0['data']['formatGroupId']!=_0x33dd9e['formatGroupId'])continue;if(!Lt(_0x1b1ba0,_0xab21b5))continue;const _0x4ae81b=_0x1b1ba0['subType']==_0x2bca1d;for(let _0x53f6d4=0x0;_0x53f6d4<_0x495869['length'];_0x53f6d4++){const _0xe22e91=_0x495869[_0x53f6d4];for(const _0x4efd6c of _0x1b1ba0['getMarkers']()){const _0x5b01f2=_0x4efd6c['getRange']();if(_0xe22e91['isEqual'](_0x5b01f2)){_0x4ae81b?(_0x495869['splice'](_0x53f6d4,0x1),_0x53f6d4--):_0x1b1ba0['removeMarker'](_0x4efd6c['name']);break;}}}}if(0x0==_0x495869['length'])return null;const _0xf83b0f=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2bca1d,'join');for(const _0x37fe98 of this['getSuggestions']())if(_0x37fe98['author']['id']==_0x4e848e['id']&&'formatBlock'==_0x37fe98['type']&&_0x37fe98['data']['formatGroupId']==_0x33dd9e['formatGroupId']&&_0x37fe98['subType']==_0x2bca1d&&Lt(_0x37fe98,_0xab21b5)&&(_0xf83b0f(_0x37fe98['getRanges'](),_0x495869)||_0xf83b0f(_0x495869,_0x37fe98['getRanges']()))){for(const _0x43e5e5 of _0x495869)_0x37fe98['addRange'](_0x43e5e5);return _0x37fe98;}const _0x561137=_0x497177(),_0x9c6ab7=_0x4e848e['id'],_0xfcab02='formatBlock:'+_0x2bca1d,_0x1c1185=this['_setSuggestionData']({'id':_0x561137,'type':_0xfcab02,'data':_0x33dd9e,'createdAt':new Date(),'authorId':_0x9c6ab7,'attributes':_0xab21b5});for(const _0x1b5687 of _0x495869)this['_addSuggestionMarker'](_0xfcab02,_0x561137,_0x9c6ab7,_0x1b5687,u['getMultiRangeId']());return _0x1c1185;}['markDeletion'](_0x50c0e0,_0x5929a9=null,_0xe745d={}){if(_0x50c0e0['isCollapsed'])return null;const _0x59392=this['editor']['plugins']['get']('Users')['me'],_0x4f6e20=new _0x5e8b6d(_0x50c0e0['start'],_0x50c0e0['end']);for(const {suggestion:_0x34991b,meta:_0x30c37a}of this['_findSuggestions'](_0x4f6e20,'insertion'))if(_0x30c37a['isOwn']&&!_0x30c37a['isNextTo']){if(_0x34991b['isMultiRange']){const _0x23d3ad=_0x34991b['getRanges']()['filter'](_0x4948d6=>'$graveyard'!=_0x4948d6['root']['rootName']);_0x23d3ad['every'](_0xc6def2=>_0x4f6e20['containsRange'](_0xc6def2,!0x0))&&_0x34991b['discard']();if(_0x23d3ad['some'](_0x513ae6=>_0x513ae6['containsRange'](_0x4f6e20,!0x0))){const _0x39267a=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x5929a9,'accept');return this['forceDefaultExecution'](()=>_0x39267a([_0x4f6e20],null,_0xe745d)),null;}}else{const _0x38f7d1=_0x4f6e20['getIntersection'](_0x34991b['getFirstRange']());null!==_0x38f7d1&&_0x34991b['_onDiscard']([_0x38f7d1],null,_0xe745d);}}if(_0x4f6e20['detach'](),_0x4f6e20['isCollapsed']||'$graveyard'==_0x4f6e20['root']['rootName'])return null;let _0x547bab=null,_0x48c3cf=_0x4f6e20['start'],_0x36ac68=_0x4f6e20['end'];const _0x5791cc=this['_findSuggestions'](_0x4f6e20,'deletion');for(const {suggestion:_0x5080c7,meta:_0x265659}of _0x5791cc){const _0x121908=this['_model']['createRange'](_0x48c3cf,_0x36ac68);if(_0x265659['isOwn']&&(this['_mergeNestedSuggestions']||!_0x265659['containsRangeInObject']&&!_0x265659['isInsideObject'])){if(_0x5080c7['isMultiRange']){if(!Lt(_0x5080c7,_0xe745d))continue;let _0x1bf63b=!0x0;for(const _0x40de9c of _0x5080c7['getRanges']()){if(_0x40de9c['containsRange'](_0x121908,!0x0))return _0x5080c7;_0x121908['containsRange'](_0x40de9c)||(_0x1bf63b=!0x1);}_0x1bf63b&&_0x5080c7['discard']();}else{const _0x26f098=_0x5080c7['getFirstRange']();if(_0x26f098['containsRange'](_0x121908,!0x0))return _0x5080c7;if(!Lt(_0x5080c7,_0xe745d)){_0x121908['containsRange'](_0x26f098)?_0x5080c7['removeMarkers']():_0x26f098['containsPosition'](_0x48c3cf)?_0x48c3cf=_0x26f098['end']:_0x26f098['containsPosition'](_0x36ac68)&&(_0x36ac68=_0x26f098['start']);continue;}_0x48c3cf=_0x48c3cf['isBefore'](_0x26f098['start'])?_0x48c3cf:_0x26f098['start'],_0x36ac68=_0x36ac68['isAfter'](_0x26f098['end'])?_0x36ac68:_0x26f098['end'],_0xe745d=Object['assign']({},_0x5080c7['attributes']),_0x547bab?_0x26f098['start']['isBefore'](_0x547bab['getFirstRange']()['start'])?(_0x547bab['removeMarkers'](),_0x547bab=_0x5080c7):_0x5080c7['removeMarkers']():_0x547bab=_0x5080c7;}}}if(_0x547bab)return this['_setSuggestionRange'](_0x547bab,this['_model']['createRange'](_0x48c3cf,_0x36ac68)),_0x547bab;{const _0x3bb9a6=_0x497177(),_0x4bd28a=this['_model']['createRange'](_0x48c3cf,_0x36ac68),_0x4caa6a=_0x59392['id'],_0x5f5df6=_0x5929a9?'deletion:'+_0x5929a9:'deletion',_0x41c866=this['_setSuggestionData']({'id':_0x3bb9a6,'type':_0x5f5df6,'createdAt':new Date(),'authorId':_0x4caa6a,'attributes':_0xe745d});return this['_addSuggestionMarker'](_0x5f5df6,_0x3bb9a6,_0x4caa6a,_0x4bd28a),_0x41c866;}}['markMultiRangeDeletion'](_0x2dfedf,_0x4a2fa9='multi',_0x221df3={}){const _0x201fae=this['editor']['plugins']['get']('Users')['me'],_0xfd48fd=_0x2dfedf['map'](_0x2dddf9=>new _0x5e8b6d(_0x2dddf9['start'],_0x2dddf9['end'])),_0x481d95=new Set();for(const {suggestion:_0x315b1c,meta:_0x3f9e7e}of this['_findSuggestions'](_0xfd48fd,'insertion'))_0x3f9e7e['isOwn']&&!_0x3f9e7e['isNextTo']&&_0x481d95['add'](_0x315b1c);for(const _0x3de159 of _0x481d95)if(_0x3de159['isMultiRange']){const _0x51225d=_0x3de159['getRanges']();(!_0x3de159['attributes']||!_0x3de159['attributes']['skipNestingCheck'])&&(_0x51225d['every'](_0x30e732=>_0xfd48fd['some'](_0xdeaebe=>_0xdeaebe['containsRange'](_0x30e732,!0x0)))&&_0x3de159['discard']());if(_0xfd48fd['every'](_0xb8a5d0=>_0x51225d['some'](_0x558733=>_0x558733['containsRange'](_0xb8a5d0,!0x0)))){const _0x4bf486=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4a2fa9,'accept');return this['forceDefaultExecution'](()=>_0x4bf486(_0x2dfedf,null,_0x221df3)),null;}}else{const _0x1ebb90=_0x3de159['getFirstRange']();_0xfd48fd['some'](_0x42816e=>_0x42816e['containsRange'](_0x1ebb90,!0x0))&&_0x3de159['discard']();if(_0xfd48fd['every'](_0x25999c=>_0x1ebb90['containsRange'](_0x25999c,!0x0))){const _0x231da8=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4a2fa9,'accept');return this['forceDefaultExecution'](()=>_0x231da8(_0xfd48fd,null,_0x221df3)),null;}}const _0x47ff95=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4a2fa9,'join');let _0x14c2a6=null;for(const _0x50c15a of this['getSuggestions']())if(_0x50c15a['author']['id']==_0x201fae['id']&&_0x50c15a['isInContent']&&'deletion'==_0x50c15a['type']&&_0x50c15a['subType']==_0x4a2fa9&&Lt(_0x50c15a,_0x221df3)&&(_0x47ff95(_0x50c15a['getRanges'](),_0xfd48fd)||_0x47ff95(_0xfd48fd,_0x50c15a['getRanges']()))){if(_0x14c2a6){if(_0x50c15a['commentThread']&&_0x50c15a['commentThread']['length'])continue;for(const _0x148212 of _0x50c15a['getRanges']())_0x14c2a6['isIntersectingWithRange'](_0x148212)||_0x14c2a6['addRange'](_0x148212);_0x50c15a['removeMarkers']();}else{_0x14c2a6=_0x50c15a;for(const _0x2f08f0 of _0xfd48fd)_0x50c15a['isIntersectingWithRange'](_0x2f08f0)||_0x50c15a['addRange'](_0x2f08f0);}}if(_0x14c2a6)return _0x14c2a6;_0x481d95['clear']();for(const {suggestion:_0x36948d,meta:_0x1667c0}of this['_findSuggestions'](_0xfd48fd,'deletion'))_0x1667c0['isOwn']&&(this['_mergeNestedSuggestions']||!_0x1667c0['containsRangeInObject']&&!_0x1667c0['isInsideObject'])&&Lt(_0x36948d,_0x221df3)&&_0x481d95['add'](_0x36948d);for(const _0x28cf77 of _0x481d95){const _0x32aa96=_0x28cf77['getRanges']();if(!_0x221df3||!_0x221df3['skipNestingCheck']){if(_0xfd48fd['every'](_0x5d811e=>_0x32aa96['some'](_0x3eb46f=>_0x3eb46f['containsRange'](_0x5d811e,!0x0))))return _0x28cf77;}(!_0x28cf77['attributes']||!_0x28cf77['attributes']['skipNestingCheck'])&&(_0x32aa96['every'](_0x5ac1bd=>_0xfd48fd['some'](_0x3b37cd=>_0x3b37cd['containsRange'](_0x5ac1bd,!0x0)))&&_0x28cf77['discard']());}const _0x15b3d5=_0x497177(),_0x505aec=_0x201fae['id'],_0x2afbdd='deletion:'+_0x4a2fa9,_0x423930=this['_setSuggestionData']({'id':_0x15b3d5,'type':_0x2afbdd,'createdAt':new Date(),'authorId':_0x505aec,'attributes':_0x221df3});for(const _0x1afafd of _0xfd48fd)_0x1afafd['detach'](),_0x1afafd['isCollapsed']||'$graveyard'==_0x1afafd['root']['rootName']||this['_addSuggestionMarker'](_0x2afbdd,_0x15b3d5,_0x505aec,_0x1afafd,u['getMultiRangeId']());return _0x423930;}['markAttributeChange'](_0x2ee701,_0x520cab,_0x404d9f,_0x5aa770,_0x32a26b){if(_0x2ee701['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x33908f=this['editor']['plugins']['get']('Users')['me']['id'],_0x53344d=Array['from'](this['_suggestions']['values']())['filter'](_0x321076=>'attribute'==_0x321076['type']&&_0x321076['data']['key']==_0x520cab&&_0x321076['isIntersectingWithRange'](_0x2ee701));if('default'===this['_trackFormatChanges']){const _0x130d96=this['_findSuggestions'](_0x2ee701,'insertion')['filter'](({meta:_0x271eea})=>_0x271eea['isOwn']&&!_0x271eea['isInsideObject']&&!_0x271eea['isNextTo'])['map'](({suggestion:_0x541f57})=>_0x541f57);_0x53344d['unshift'](..._0x130d96);}const _0xbdf234=new Map([[_0x2ee701,_0x404d9f]]);for(const _0x1e30d1 of _0x53344d){const _0x5ebb0f='attribute'==_0x1e30d1['type']?_0x1e30d1['data']['oldValue']:void 0x0,_0x2d2cd4=_0x1e30d1['getFirstRange'](),_0x12e1a4=Array['from'](_0xbdf234['keys']())['find'](_0x26990c=>_0x26990c['isIntersecting'](_0x2d2cd4));if(!_0x12e1a4)continue;const _0x6451fe=_0x12e1a4['getDifference'](_0x2d2cd4);this['_isBlockAttribute'](_0x520cab)&&'insertion'==_0x1e30d1['type']&&0x0!=_0x6451fe['length']||(_0xbdf234['delete'](_0x12e1a4),_0x6451fe['forEach'](_0x5e5826=>{_0xbdf234['set'](_0x5e5826,_0x404d9f);}),'insertion'!=_0x1e30d1['type']&&_0x5ebb0f!=_0x5aa770&&_0xbdf234['set'](_0x12e1a4['getIntersection'](_0x2d2cd4),_0x5ebb0f));}const _0x5ed822=[];for(const [_0x55b040,_0xd8bd8]of _0xbdf234){const _0xd3301e=_0x497177(),_0x13b9fc={'key':_0x520cab,'oldValue':_0xd8bd8,'newValue':_0x5aa770};_0x520cab['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':_0x520cab});const _0x189fc8=('attribute:'+(_0x520cab+'|'+Vt({'newValue':_0x5aa770})))['substring'](0x0,0x3c),_0x239b74=this['_setSuggestionData']({'id':_0xd3301e,'type':_0x189fc8,'data':_0x13b9fc,'createdAt':new Date(),'authorId':_0x33908f,'attributes':_0x32a26b});_0x5ed822['push'](_0x239b74),this['_addSuggestionMarker'](_0x189fc8,_0xd3301e,_0x33908f,_0x55b040);}return _0x5ed822;}['enableDefaultAttributesIntegration'](_0x1de0cc){this['enableCommand'](_0x1de0cc,(_0x2a373f,..._0x28275f)=>{this['_recordAttributeChanges'](()=>{_0x2a373f(..._0x28275f);});});}['registerBlockAttribute'](_0x1caadd){this['_blockAttributeKeys']['add'](_0x1caadd);}['registerInlineAttribute'](_0x22f112){this['_inlineAttributeKeys']['add'](_0x22f112);}['_getAttributeKey'](_0x9e0675){return'attribute'==_0x9e0675['type']?_0x9e0675['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0xb63cc5,_0x5e81b7){const _0x180675=_0xb63cc5['getFirstMarker']();this['_model']['change'](_0x4b43af=>{_0x4b43af['updateMarker'](_0x180675,{'range':_0x5e81b7});});}['_addThreadToSuggestion'](_0x206de1){const _0x10245f=_0x206de1['id'],_0x534453=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x10245f)||this['_commentsRepository']['addCommentThread']({'channelId':_0x534453,'threadId':_0x10245f,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x12347b=this['_commentsRepository']['getCommentThread'](_0x10245f);_0x12347b['unbind']('isRemovable'),_0x12347b['isRemovable']=!0x1,_0x206de1['commentThread']=_0x12347b;}['_checkSuggestionCorrectness'](_0x232ebb,_0x539b43,_0x32e4ae,_0x41b1c0){if(_0x232ebb['type']!=_0x539b43||_0x232ebb['subType']!=_0x32e4ae||_0x232ebb['creator']['id']!=_0x41b1c0)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x197e78('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x3dc910,_0x1c2440){const _0x397297=_0x3dc910['getFirstRange']();if(_0x1c2440['isEqual'](_0x397297))_0x3dc910['removeMarkers']();else{if(_0x397297['containsRange'](_0x1c2440)){const _0x56ed1f=this['_model']['createPositionAt'](_0x1c2440['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x3dc910,this['_model']['createRange'](_0x397297['start'],_0x56ed1f));const _0x58d23=_0x497177(),_0xb8f8e4=_0x3dc910['creator']['id'],_0x5efaa8=_0x3dc910['type']+':'+_0x3dc910['subType'];this['_setSuggestionData']({'id':_0x58d23,'type':_0x5efaa8,'createdAt':new Date(),'authorId':_0xb8f8e4,'data':_0x3dc910['data'],'attributes':_0x3dc910['attributes']});const _0x2ca62b=this['_model']['createPositionAt'](_0x1c2440['end']['parent'],'after'),_0x1e8dc4=this['_model']['createRange'](_0x2ca62b,_0x397297['end']);this['_addSuggestionMarker'](_0x5efaa8,_0x58d23,_0xb8f8e4,_0x1e8dc4);}else{if(_0x397297['containsPosition'](_0x1c2440['start'])){const _0x2ceac7=this['_model']['createPositionAt'](_0x1c2440['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x3dc910,this['_model']['createRange'](_0x397297['start'],_0x2ceac7));}else{const _0x43a388=this['_model']['createPositionAt'](_0x1c2440['end']['parent'],'after');this['_setSuggestionRange'](_0x3dc910,this['_model']['createRange'](_0x43a388,_0x397297['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x26a67c){for(const {suggestion:_0x248bed,meta:_0x3fe686}of this['_findSuggestions'](_0x26a67c,'insertion')){if(!_0x3fe686['isOwn'])continue;const _0x250c76=_0x248bed['getRanges']();for(const _0x1a0296 of _0x250c76)if(!_0x26a67c['getDifference'](_0x1a0296)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x224686){const _0x157b6f=this['editor']['plugins']['get']('Users')['getUser'](_0x224686);if(!_0x157b6f)throw new _0x197e78('track-changes-user-not-found',this);return _0x157b6f;}['_getExternalAuthor'](_0x456d1a){const _0x25c9ce=this['editor']['plugins']['get']('Users'),_0xa5650=_0x4e2023('external:'+_0x456d1a),_0x2adffd=_0x25c9ce['getUser'](_0xa5650);return _0x2adffd||_0x25c9ce['addUser']({'id':_0xa5650,'name':_0x456d1a});}['_createSuggestion'](_0x27e5a9,_0x39d746,_0x2f0446,_0x5ddf97,_0xc2fa0b){const _0x388026=this['_getAuthorFromId'](_0x5ddf97),_0x1d2394=this['_suggestionFactory']['buildSuggestion'](_0x27e5a9,_0x39d746,_0x2f0446,_0x388026,_0xc2fa0b,_0x40fd39=>{this['_updateSuggestionData'](_0x2f0446,{'attributes':_0x40fd39});const _0x1529df=this['getSuggestion'](_0x2f0446);this['_joinWithAdjacentSuggestions'](new Set([_0x1529df])),this['_refreshSuggestionsChain'](new Set([_0x1529df]));});return this['listenTo'](_0x1d2394,'accept',()=>{this['_updateSuggestionData'](_0x2f0446,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x1d2394,'discard',()=>{this['_updateSuggestionData'](_0x2f0446,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x2f0446,_0x1d2394),this['_suggestionState']['set'](_0x1d2394,'notReady'),_0x1d2394;}['_splitMarkerName'](_0x2d536a){const _0x4fc771=_0x2d536a['split'](':');return{'group':_0x4fc771[0x0],'type':_0x4fc771[0x1],'subType':_0x4fc771['length']>=0x5?_0x4fc771[0x2]:null,'id':_0x4fc771['length']<0x5?_0x4fc771[0x2]:_0x4fc771[0x3],'authorId':_0x4fc771['length']<0x5?_0x4fc771[0x3]:_0x4fc771[0x4],'markerCount':0x6==_0x4fc771['length']?_0x4fc771[0x5]:null};}['_breakSuggestionMarker'](_0x554d40,_0x29c630,_0x197047){const _0x2eb36a=_0x554d40['getFirstRange'](),_0xf20e80=_0x2eb36a['start'],_0x53cdfd=_0x2eb36a['end'];this['_setSuggestionRange'](_0x554d40,this['_model']['createRange'](_0xf20e80,_0x29c630));const _0x46078b=_0x497177(),_0x40c824=_0x554d40['creator']['id'],_0x390af0=_0x554d40['type']+(_0x554d40['subType']?':'+_0x554d40['subType']:'');this['_setSuggestionData']({'id':_0x46078b,'type':_0x390af0,'createdAt':new Date(),'authorId':_0x40c824,'originalSuggestionId':_0x554d40['id'],'attributes':_0x554d40['attributes'],'data':_0x554d40['data']});const _0x398f17=this['_getAttributeKey'](_0x554d40);('formatBlock'==_0x554d40['type']||_0x398f17&&this['_isBlockAttribute'](_0x398f17))&&(_0x197047=this['_model']['createPositionBefore'](_0x197047['parent'])),this['_addSuggestionMarker'](_0x390af0,_0x46078b,_0x40c824,this['_model']['createRange'](_0x197047,_0x53cdfd));}['_findSuggestions'](_0x52f13e,_0x3d53aa=null){const _0x226808=[],_0x320b38=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x52f13e)||(_0x52f13e=[_0x52f13e]);for(const _0xf1a5a4 of this['getSuggestions']()){if(!_0xf1a5a4['isInContent'])continue;if(_0x3d53aa&&_0xf1a5a4['type']!=_0x3d53aa)continue;let _0xdd0b9c=!0x1;for(const _0x76a1dc of _0xf1a5a4['getRanges']()){for(const _0x2877db of _0x52f13e){const _0x3f4d0c=_0x2877db['start']['isEqual'](_0x76a1dc['end'])||_0x2877db['end']['isEqual'](_0x76a1dc['start']);if(_0x3f4d0c||_0x2877db['getIntersection'](_0x76a1dc)){const _0x54ccb9=_0x2877db['containsRange'](_0x76a1dc)&&Rt(this['_model']['schema'],_0x76a1dc['start'],_0x2877db),_0x1bd58b=_0x76a1dc['containsRange'](_0x2877db)&&Rt(this['_model']['schema'],_0x2877db['start'],_0x76a1dc);_0x226808['push']({'suggestion':_0xf1a5a4,'meta':{'isOwn':_0x320b38==_0xf1a5a4['author'],'isNextTo':_0x3f4d0c,'isInsideObject':_0x54ccb9,'containsRangeInObject':_0x1bd58b}}),_0xdd0b9c=!0x0;break;}}if(_0xdd0b9c)break;}}return _0x226808;}['_addSuggestionMarker'](_0x3807e8,_0x48a180,_0x278526,_0x5c4a67,_0x58c388){this['_model']['change'](_0x4bf8d2=>{let _0x34ace8='suggestion:'+_0x3807e8+':'+_0x48a180+':'+_0x278526;_0x58c388&&(_0x34ace8=_0x34ace8+':'+_0x58c388),_0x4bf8d2['addMarker'](_0x34ace8,{'range':_0x5c4a67,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x4aeb4b){const _0x14d527=_0x4aeb4b['previous'],_0x2d0d81=_0x4aeb4b['next'];_0x4aeb4b['previous']=null,_0x4aeb4b['next']=null,null!=_0x14d527&&_0x14d527['next']==_0x4aeb4b&&(_0x14d527['next']=_0x2d0d81),null!=_0x2d0d81&&_0x2d0d81['previous']==_0x4aeb4b&&(_0x2d0d81['previous']=_0x14d527),'ready'==this['_suggestionState']['get'](_0x4aeb4b)&&(this['_suggestionState']['set'](_0x4aeb4b,'removed'),this['fire']('suggestionUnloaded',_0x4aeb4b,_0x14d527,_0x2d0d81));}['_setSuggestionData'](_0xd9485b){const _0x1af3c1=_0xd9485b['id'],_0x916f78=this['addSuggestionData'](_0xd9485b);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x116a4a=this['editor']['plugins']['get']('PendingActions'),_0x5f4d2e=_0x916f78['hasComments'],_0x38ad83=_0x916f78['subType']?_0x916f78['type']+':'+_0x916f78['subType']:_0x916f78['type'],_0x2291c4=this['editor']['locale'],_0x539079=_0x116a4a['add'](o(_0x2291c4,'PENDING_ACTION_SUGGESTION')),_0x48d638={'id':_0x1af3c1,'type':_0x38ad83,'hasComments':_0x5f4d2e,'data':_0xd9485b['data']||null,'originalSuggestionId':_0xd9485b['originalSuggestionId']||null,'attributes':_0x916f78['attributes']};this['_adapter']['addSuggestion'](_0x48d638)['then'](_0x30db0a=>{_0x916f78['_saved']=!0x0,_0x116a4a['remove'](_0x539079),_0x30db0a&&_0x30db0a['createdAt']&&(this['_suggestions']['get'](_0x1af3c1)['createdAt']=_0x30db0a['createdAt']);})['catch'](_0x18a35b=>{throw _0xe6849e('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x916f78['discard']();}),_0x916f78['stopListening'](),this['_suggestions']['delete'](_0x916f78['id']),this['_suggestionState']['delete'](_0x916f78),_0x18a35b;});}return _0x916f78;}['_isBlockAttribute'](_0x3b438c){return this['_blockAttributeKeys']['has'](_0x3b438c);}['_updateSuggestionData'](_0x1635d9,_0x17ed8a){const _0x4e2f26=this['editor']['plugins']['get']('PendingActions'),_0xf93d8b=this['getSuggestion'](_0x1635d9);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0xf93d8b['_saved']){const _0x429b5b=_0x4e2f26['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x1635d9,_0x17ed8a)['then'](()=>{_0x4e2f26['remove'](_0x429b5b);});}else _0xf93d8b['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x1635d9,_0x17ed8a);});}}['_getSuggestionData'](_0x13d1d4){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x197e78('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x13d1d4);}['_handleNewSuggestionMarker'](_0x456f64){const {id:_0x1c3ce9,type:_0x3b5473,subType:_0x18cf85,authorId:_0x49e693}=this['_splitMarkerName'](_0x456f64),_0x4d977b=this['_suggestions']['get'](_0x1c3ce9)||this['_createSuggestion'](_0x3b5473,_0x18cf85,_0x1c3ce9,_0x49e693,{});switch(this['_checkSuggestionCorrectness'](_0x4d977b,_0x3b5473,_0x18cf85,_0x49e693),this['_suggestionState']['get'](_0x4d977b)){case'notReady':this['_getSuggestionData'](_0x1c3ce9)['then'](_0x188141=>{let _0x52c515=Promise['resolve']();_0x188141['hasComments']&&(_0x52c515=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x1c3ce9})),_0x52c515['then'](()=>{this['addSuggestionData'](_0x188141)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x4d977b,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x1c3ce9,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x4d977b,'ready'),this['fire']('suggestionLoaded',_0x4d977b);break;case'ready':this['fire']('suggestionChanged',_0x4d977b);}return _0x4d977b['addMarkerName'](_0x456f64),_0x4d977b;}['_refreshSuggestionsChain'](_0x367a07){const _0x2c0a7f=Array['from'](_0x367a07),_0x4f0f20=_0x2c0a7f['filter'](_0x4c6c9a=>'attribute'==_0x4c6c9a['type']);this['_refreshAttributeSuggestionsChain'](_0x4f0f20);const _0x48a903=_0x2c0a7f['filter'](_0x734fc8=>!_0x734fc8['isMultiRange']&&'attribute'!=_0x734fc8['type']),_0x1b6672=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3b721c=>!_0x3b721c['isMultiRange']&&'attribute'!=_0x3b721c['type']),_0x4679d0=_0x1b6672['filter'](_0x4f58d3=>!_0x367a07['has'](_0x4f58d3)),_0x5a2d52=new Map(_0x1b6672['map'](_0x3a4042=>[_0x3a4042,this['_suggestionFactory']['getSuggestionCallback'](_0x3a4042['type'],_0x3a4042['subType'],'chain')])),_0x3868ad=new Map(_0x1b6672['map'](_0x425852=>[_0x425852,_0x425852['getFirstRange']()])),_0x8d0ec0=new Set(),_0x5e87bb=new Set();for(let _0x45fbc0=0x0;_0x45fbc0<_0x48a903['length'];_0x45fbc0++)_0x187f5d(_0x48a903[_0x45fbc0],_0x48a903,_0x45fbc0+0x1);for(let _0x67f33c=0x0;_0x67f33c<_0x48a903['length'];_0x67f33c++)_0x187f5d(_0x48a903[_0x67f33c],_0x4679d0,0x0);const _0x57cc8d=new Set();for(let _0x486d54=0x0;_0x486d54<_0x48a903['length'];_0x486d54++){const _0x2971be=_0x48a903[_0x486d54];!_0x5e87bb['has'](_0x2971be)&&_0x2971be['previous']&&(_0x57cc8d['add'](_0x2971be['previous']),_0x2971be['previous']['next']===_0x2971be&&(_0x2971be['previous']['next']=null),_0x2971be['previous']=null),!_0x8d0ec0['has'](_0x2971be)&&_0x2971be['next']&&(_0x57cc8d['add'](_0x2971be['next']),_0x2971be['next']['previous']===_0x2971be&&(_0x2971be['next']['previous']=null),_0x2971be['next']=null);}function _0x187f5d(_0x2ddbe3,_0xef98a5,_0xe83e2f){for(let _0x475cb4=_0xe83e2f;_0x475cb4<_0xef98a5['length'];_0x475cb4++){const _0x3189d7=_0x381c60(_0x2ddbe3,_0xef98a5[_0x475cb4]);_0x3189d7&&(_0x3189d7[0x0]['next']=_0x3189d7[0x1],_0x3189d7[0x1]['previous']=_0x3189d7[0x0],_0x8d0ec0['add'](_0x3189d7[0x0]),_0x5e87bb['add'](_0x3189d7[0x1]));}}function _0x381c60(_0x29e707,_0x1c1868){if(_0x29e707['author']['id']!==_0x1c1868['author']['id'])return null;const _0x1fee8f=_0x5a2d52['get'](_0x29e707)(_0x29e707,_0x1c1868,_0x3868ad['get'](_0x29e707),_0x3868ad['get'](_0x1c1868));if(!_0x1fee8f)return null;return _0x5a2d52['get'](_0x1c1868)(_0x29e707,_0x1c1868,_0x3868ad['get'](_0x29e707),_0x3868ad['get'](_0x1c1868))?_0x1fee8f[0x1]['commentThread']&&_0x1fee8f[0x1]['commentThread']['length']?null:_0x1fee8f:null;}_0x57cc8d['size']&&this['_refreshSuggestionsChain'](_0x57cc8d);}['_refreshAttributeSuggestionsChain'](_0x368108){if(0x0==_0x368108['length'])return;const _0x8fe40c=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1c6471=>'attribute'==_0x1c6471['type']&&_0x1c6471['_isDataLoaded']),_0x518792=[],_0x419587=new Map();for(const _0x5e9898 of _0x8fe40c){const _0x45767d=_0x4e2023(_0x5e9898['attributes']);_0x419587['has'](_0x45767d)||(_0x419587['set'](_0x45767d,_0x518792['length']),_0x518792['push']([]));const _0x18eba5=_0x419587['get'](_0x45767d);_0x518792[_0x18eba5]['push'](_0x5e9898);}!(function(){_0x518792['sort']((_0x55a810,_0x1f597f)=>{const _0x3adb52=_0x55a810[0x0]['createdAt'],_0x35eb44=_0x1f597f[0x0]['createdAt'];return _0x3adb52==_0x35eb44?_0x55a810[0x0]['attributes']['groupId']<_0x1f597f[0x0]['attributes']['groupId']?-0x1:0x1:_0x3adb52<_0x35eb44?-0x1:0x1;});for(const _0x284ad0 of _0x518792)_0x284ad0['sort']((_0x1b8550,_0x18790a)=>_0x1b8550['id']<_0x18790a['id']?-0x1:0x1);}());for(let _0x4998e4=0x0;_0x4998e4<_0x518792['length'];_0x4998e4++){if(0x0==_0x518792[_0x4998e4]['length'])continue;const _0x3f31a7=[];for(let _0x141e4a=_0x4998e4+0x1;_0x141e4a<_0x518792['length'];_0x141e4a++)0x0!=_0x518792[_0x141e4a]['length']&&_0x34d332(_0x518792[_0x4998e4],_0x518792[_0x141e4a])&&_0x3f31a7['push'](_0x141e4a);for(const _0x552e3f of _0x3f31a7)_0x518792[_0x4998e4]=_0x518792[_0x4998e4]['concat'](_0x518792[_0x552e3f]),_0x518792[_0x552e3f]=[];}for(const _0x2a4fbc of _0x518792)for(let _0x407726=0x0;_0x407726<_0x2a4fbc['length'];_0x407726++)_0x2a4fbc[_0x407726]['next']=_0x2a4fbc[_0x407726+0x1]||null;for(const _0x41ed84 of _0x518792)for(let _0x406c3e=0x0;_0x406c3e<_0x41ed84['length'];_0x406c3e++)_0x41ed84[_0x406c3e]['previous']=_0x41ed84[_0x406c3e-0x1]||null;function _0x34d332(_0x437db5,_0xd83699){if(_0x437db5[0x0]['attributes']['groupId']!==_0xd83699[0x0]['attributes']['groupId']&&_0x437db5[0x0]['author']!==_0xd83699[0x0]['author'])return!0x1;if(!function(_0x21fefc,_0x44fcc2){if(!_0x21fefc['hasComments']&&!_0x44fcc2['hasComments'])return!0x0;if(_0x21fefc['hasComments']&&_0x44fcc2['hasComments'])return!0x1;if(_0x21fefc['hasComments']&&_0x44fcc2['createdAt']<_0x21fefc['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x44fcc2['hasComments']&&_0x21fefc['createdAt']<_0x44fcc2['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x437db5[0x0],_0xd83699[0x0]))return!0x1;const _0x4833bc=Bt(_0x437db5[0x0]['attributes'],'groupId'),_0x46733c=Bt(_0xd83699[0x0]['attributes'],'groupId');if(!_0x260467(_0x4833bc,_0x46733c))return!0x1;return!!_0x437db5['every'](_0x251afd=>_0xd83699['some'](_0x1eee83=>_0x251afd['getFirstRange']()['isEqual'](_0x1eee83['getFirstRange']())))&&_0xd83699['every'](_0x559870=>_0x437db5['some'](_0x2b9b18=>_0x559870['getFirstRange']()['isEqual'](_0x2b9b18['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x4279d3){const _0x3b7de2=Array['from'](_0x4279d3),_0x2f5a7f=this['getSuggestions']({'skipNotAttached':!0x0}),_0xb8047f=_0x2f5a7f['filter'](_0x56607c=>!_0x4279d3['has'](_0x56607c)),_0x24adf8=new Map(_0x3b7de2['map'](_0x66cf79=>[_0x66cf79,this['_suggestionFactory']['getSuggestionCallback'](_0x66cf79['type'],_0x66cf79['subType'],'join')])),_0x48992f=new Map(_0x2f5a7f['map'](_0x37005d=>[_0x37005d,_0x37005d['getRanges']()]));for(let _0x15cb55=0x0;_0x15cb55<_0x3b7de2['length'];_0x15cb55++){if(_0x1d710d(this,_0x3b7de2[_0x15cb55],_0x3b7de2,_0x15cb55+0x1))return!0x0;}for(let _0x3bb85b=0x0;_0x3bb85b<_0x3b7de2['length'];_0x3bb85b++){if(_0x1d710d(this,_0x3b7de2[_0x3bb85b],_0xb8047f,0x0))return!0x0;}return!0x1;function _0x1d710d(_0x44c8a1,_0x3cdcb4,_0x34b00f,_0xb65255){for(let _0x1c8b18=_0xb65255;_0x1c8b18<_0x34b00f['length'];_0x1c8b18++){const _0x5b8659=_0x34b00f[_0x1c8b18];if(_0x5b8659['type']!==_0x3cdcb4['type']||_0x5b8659['author']['id']!==_0x3cdcb4['author']['id']||_0x5b8659['subType']!==_0x3cdcb4['subType'])continue;if(!Pt(_0x3cdcb4,_0x5b8659,['groupId']))continue;if('attribute'==_0x3cdcb4['type']&&_0x3cdcb4['data']['oldValue']!=_0x5b8659['data']['oldValue'])continue;if('attribute'==_0x3cdcb4['type']&&_0x44c8a1['_isBlockAttribute'](_0x3cdcb4['data']['key']))continue;if('formatBlock'==_0x3cdcb4['type']){const _0x52f7ae=_0x44c8a1['editor']['model'],_0x512f5c=_0x3cdcb4['getContainedElement']();if(_0x512f5c&&(_0x52f7ae['schema']['isObject'](_0x512f5c)||_0x52f7ae['schema']['isLimit'](_0x512f5c)))continue;}const _0x73342b=_0x24adf8['get'](_0x3cdcb4),_0x19b281=_0x48992f['get'](_0x3cdcb4),_0x1ac776=_0x48992f['get'](_0x5b8659),_0x2692ac=_0x3cdcb4['commentThread']&&_0x3cdcb4['commentThread']['length'],_0x3ba61d=_0x5b8659['commentThread']&&_0x5b8659['commentThread']['length'];if(!_0x2692ac&&_0x73342b(_0x1ac776,_0x19b281))return _0x44c8a1['_joinSuggestions'](_0x5b8659,_0x3cdcb4),_0x48992f['delete'](_0x3cdcb4),!0x0;if(!_0x3ba61d&&_0x73342b(_0x19b281,_0x1ac776))return _0x44c8a1['_joinSuggestions'](_0x3cdcb4,_0x5b8659),_0x48992f['delete'](_0x5b8659),!0x0;}return!0x1;}}['_joinSuggestions'](_0x1b461a,_0x5e39da){if(_0x1b461a['isMultiRange']){for(const _0x175fb6 of _0x5e39da['getRanges']())_0x1b461a['addRange'](_0x175fb6);}else{const _0xdfaee0=_0x5e39da['getFirstRange']()['end'];this['_setSuggestionRange'](_0x1b461a,this['_model']['createRange'](_0x1b461a['getFirstRange']()['start'],_0xdfaee0));}_0x5e39da['removeMarkers']();}['_getMarkerAnnouncementText'](_0x2a9432,_0xa8f3d0){const _0x488c5e=_0x2a9432['startsWith']('format')||_0x2a9432['startsWith']('attribute')?'FORMATTING':_0x2a9432['toUpperCase']();return o(this['editor']['locale'],_0xa8f3d0+'_'+_0x488c5e+'_SUGGESTION_ANNOUNCEMENT');}['_initAriaMarkerChangeAnnouncements'](){const _0x348819=this['editor'];if(!_0x348819['ui'])return;const {ariaLiveAnnouncer:_0x77898}=_0x348819['ui'];_0x19ad9e(this['_model'],({left:_0x558522,entered:_0x1d2cd4})=>{for(const _0x2bf4b3 of _0x558522){const {group:_0x401ee5,type:_0x4d1452}=this['_splitMarkerName'](_0x2bf4b3['name']);if('suggestion'===_0x401ee5){_0x77898['announce'](this['_getMarkerAnnouncementText'](_0x4d1452,'LEAVE'));break;}}for(const _0x2f5e10 of _0x1d2cd4){const {group:_0x1af61b,type:_0x4736da}=this['_splitMarkerName'](_0x2f5e10['name']);if('suggestion'===_0x1af61b){_0x77898['announce'](this['_getMarkerAnnouncementText'](_0x4736da,'ENTER'));break;}}});}['_processAttributeChanges'](_0x57595a){if(this['_recordAttributeSuggestions'])return!0x1;const _0x2a9301=this['editor'],_0x353396=_0x2a9301['model']['document']['differ']['getChanges']();if(0x0==_0x353396['length'])return!0x1;const _0x28a7fd=[],_0x329aa8=_0x353396['filter'](_0x14c226=>'attribute'==_0x14c226['type']),_0x5723b5=_0x353396['filter'](_0x45daba=>'insert'==_0x45daba['type']&&'$text'!=_0x45daba['name']),_0x3ec9f8=_0x353396['filter'](_0x2ad434=>'remove'==_0x2ad434['type']&&'$text'!=_0x2ad434['name']);for(const _0x14f7f2 of _0x329aa8)_0x28a7fd['push']({'key':_0x14f7f2['attributeKey'],'newValue':_0x14f7f2['attributeNewValue'],'oldValue':_0x14f7f2['attributeOldValue'],'range':Ot(_0x14f7f2['range'],_0x2a9301['model'])});for(const _0x3aa8ea of _0x5723b5){const _0x31e36c=_0x3ec9f8['find'](_0x47bbc1=>_0x47bbc1['position']['isEqual'](_0x3aa8ea['position']));_0x31e36c&&_0x28a7fd['push']({'key':m,'newValue':_0x3aa8ea['name'],'oldValue':_0x31e36c['name'],'range':_0x2a9301['model']['createRangeOn'](_0x3aa8ea['position']['nodeAfter'])});}return 0x0!=_0x28a7fd['length']&&this['_reduceExistingSuggestions'](_0x57595a,_0x28a7fd);}['_processAttributeSuggestions'](_0x383509){let _0x35429e=!0x1;const _0x1b35b4=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x13a851=>_0x13a851['data']['newRange']&&_0x13a851['name']['startsWith']('suggestion:attribute:'));for(const _0x111fa3 of _0x1b35b4){const {subType:_0x234743,id:_0x57479f}=this['_splitMarkerName'](_0x111fa3['name']),_0x22c7b1=_0x234743['split']('|')[0x0];for(const _0x2b674e of this['getSuggestions']({'skipNotAttached':!0x0}))_0x2b674e['id']!=_0x57479f&&'attribute'==_0x2b674e['type']&&_0x2b674e['data']&&_0x2b674e['data']['key']==_0x22c7b1&&_0x2b674e['getFirstRange']()['isIntersecting'](_0x111fa3['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x2b674e,_0x111fa3['data']['newRange'],_0x383509),_0x35429e=!0x0);}return _0x35429e;}['_recordAttributeChanges'](_0x3b28c9){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x3b28c9();}['_isRegisteredAttribute'](_0x347b84){const _0x4e8dbe=this['_isBlockAttribute'](_0x347b84),_0xc1a10c=this['_inlineAttributeKeys']['has'](_0x347b84);return _0x4e8dbe||_0xc1a10c;}['_reduceExistingSuggestions'](_0x215d32,_0x42f904){if(0x0==_0x42f904['length'])return!0x1;let _0x63a8a=!0x1;for(const _0x3a832f of _0x42f904){const _0x24958f=this['_findSuggestions'](_0x3a832f['range'],'attribute')['filter'](_0x368d80=>!_0x368d80['meta']['isNextTo'])['map'](_0x7bd304=>_0x7bd304['suggestion']),_0x57845a=_0x4e2023({'newValue':_0x3a832f['newValue']});_0x24958f['filter'](_0x2fb499=>{const [_0x3295fc,_0x28b344]=_0x2fb499['subType']['split']('|');return _0x3295fc==_0x3a832f['key']&&_0x28b344!=_0x57845a;})['forEach'](_0x1127e1=>{this['_reduceSuggestionAttributeRange'](_0x1127e1,_0x3a832f['range'],_0x215d32),_0x63a8a=!0x0;});}return _0x63a8a;}['_reduceSuggestionAttributeRange'](_0x13e80f,_0x39fcdd,_0x1fa07a){const _0x2d7543=_0x13e80f['getFirstRange']()['getDifference'](_0x39fcdd);0x0!==_0x2d7543['length']?0x1!==_0x2d7543['length']?this['_breakSuggestionMarker'](_0x13e80f,_0x39fcdd['start'],_0x39fcdd['end']):this['_setSuggestionRange'](_0x13e80f,_0x2d7543[0x0]):_0x1fa07a['removeMarker'](_0x13e80f['getFirstMarker']());}}class xt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x332aac){this['_editor']=_0x332aac,this['_model']=_0x332aac['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x468584,_0x89569e,_0x153d85,_0x19206d,_0x4a9b4,_0xb69263){return new u(this['_model'],{'type':_0x468584,'subType':_0x89569e,'id':_0x153d85,'author':_0x19206d,'creator':_0x19206d,'attributes':_0x4a9b4,'onAttributesChange':_0xb69263,'onAccept':(..._0x4c6d76)=>this['getSuggestionCallback'](_0x468584,_0x89569e,'accept')(..._0x4c6d76),'onDiscard':(..._0x2e30fb)=>this['getSuggestionCallback'](_0x468584,_0x89569e,'discard')(..._0x2e30fb)});}['registerCustomCallback'](_0x2af31f,_0x1f30a1,_0x5958cb,_0x24d720){const _0x3fad06=_0x2af31f+':'+_0x1f30a1+':'+_0x5958cb;this['_customCallbacks']['set'](_0x3fad06,_0x24d720);}['getSuggestionCallback'](_0x41124e,_0x351550,_0x5df0b8){const _0x43f4fa=_0x41124e+':'+_0x351550+':'+_0x5df0b8;return this['_customCallbacks']['get'](_0x43f4fa)||this['_defaultCallbacks']['get'](_0x41124e+':'+_0x5df0b8);}['_registerDefaultCallbacks'](){const _0x280b94=()=>!0x1,_0x1f18f8=_0x28c605=>{_0x28c605['sort']((_0x32d8c8,_0x45da17)=>_0x32d8c8['start']['isBefore'](_0x45da17['start'])?0x1:-0x1),this['_model']['change'](_0x4f7881=>{for(const _0x2b1917 of _0x28c605){let _0x3e7fbe;_0x3e7fbe=_0x2b1917['end']['isAtEnd']&&_0x2b1917['end']['parent']==_0x2b1917['start']['nodeAfter']?_0x4f7881['createSelection'](_0x2b1917['start']['nodeAfter'],'on'):_0x4f7881['createSelection'](_0x2b1917),this['_model']['deleteContent'](_0x3e7fbe,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x9728c7=(_0x1bdb57,_0x47d379)=>{_0x47d379&&this['_model']['change'](_0x48e1ce=>{const {commandName:_0x40b245,commandParams:_0x552200=[]}=_0x47d379,_0x33b6e7=_0x1bdb57['map'](_0x7e4a88=>(Tt(_0x7e4a88)&&(_0x7e4a88=this['_model']['createRange'](_0x7e4a88['end'])),_0x7e4a88))['filter'](_0x549d3e=>'$graveyard'!==_0x549d3e['root']['rootName']);if(_0x33b6e7['length']<0x1)return;const _0x26c8c9=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x1106f5=>_0x5e8b6d['fromRange'](_0x1106f5));_0x48e1ce['setSelection'](_0x33b6e7);for(const _0x2fd6e6 of this['_editor']['commands']['commands']())_0x2fd6e6['refresh']();_0x552200['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x40b245,..._0x552200);const _0x5602c5=_0x26c8c9['filter'](_0x103368=>'$graveyard'!=_0x103368['root']['rootName']);_0x5602c5['length']>0x0&&_0x48e1ce['setSelection'](_0x5602c5);for(const _0x175400 of _0x26c8c9)_0x175400['detach']();});},_0x39b9e3=(_0x535ef2,_0x544740)=>0x1==_0x535ef2['length']&&0x1==_0x544740['length']&&_0x535ef2[0x0]['end']['isEqual'](_0x544740[0x0]['start']),_0x923642=(_0x21c874,_0x19dbdd,_0x561fa8,_0x1bbfbb)=>Ft(_0x21c874,_0x19dbdd,_0x561fa8,_0x1bbfbb,this['_model'])?[_0x21c874,_0x19dbdd]:Ft(_0x19dbdd,_0x21c874,_0x1bbfbb,_0x561fa8,this['_model'])?[_0x19dbdd,_0x21c874]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x280b94),this['_defaultCallbacks']['set']('insertion:discard',_0x1f18f8),this['_defaultCallbacks']['set']('insertion:join',_0x39b9e3),this['_defaultCallbacks']['set']('insertion:chain',_0x923642),this['_defaultCallbacks']['set']('deletion:accept',_0x1f18f8),this['_defaultCallbacks']['set']('deletion:discard',_0x280b94),this['_defaultCallbacks']['set']('deletion:join',_0x39b9e3),this['_defaultCallbacks']['set']('deletion:chain',_0x923642),this['_defaultCallbacks']['set']('formatInline:accept',_0x9728c7),this['_defaultCallbacks']['set']('formatInline:discard',_0x280b94),this['_defaultCallbacks']['set']('formatInline:join',_0x39b9e3),this['_defaultCallbacks']['set']('formatInline:chain',_0x280b94),this['_defaultCallbacks']['set']('formatBlock:accept',_0x9728c7),this['_defaultCallbacks']['set']('formatBlock:discard',_0x280b94),this['_defaultCallbacks']['set']('formatBlock:join',_0x39b9e3),this['_defaultCallbacks']['set']('formatBlock:chain',_0x280b94),this['_defaultCallbacks']['set']('attribute:accept',_0x280b94),this['_defaultCallbacks']['set']('attribute:discard',(_0x176f9e,_0x41d946)=>{if(!_0x41d946)return;const _0x25631d=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x155373=>{if(_0x41d946['key']==m)for(const _0x13028b of _0x176f9e){const _0x4e71f4=_0x13028b['start']['nodeAfter'],_0x33ecdb=_0x41d946['oldValue'];_0x155373['rename'](_0x4e71f4,_0x33ecdb);}else{if(_0x25631d['_isBlockAttribute'](_0x41d946['key'])){for(const _0x57ae50 of _0x176f9e)void 0x0!==_0x41d946['oldValue']?_0x155373['setAttribute'](_0x41d946['key'],_0x41d946['oldValue'],_0x57ae50['start']['nodeAfter']):_0x155373['removeAttribute'](_0x41d946['key'],_0x57ae50['start']['nodeAfter']);}else{for(const _0x230130 of _0x176f9e)_0x41d946['oldValue']?_0x155373['setAttribute'](_0x41d946['key'],_0x41d946['oldValue'],_0x230130):_0x155373['removeAttribute'](_0x41d946['key'],_0x230130);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x39b9e3);}}function Rt(_0x37b587,_0x5e444c,_0x582e82){for(const _0x26863b of _0x5e444c['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x26863b['root']==_0x26863b)return!0x1;if(!_0x582e82['containsItem'](_0x26863b))return!0x1;if(_0x37b587['isObject'](_0x26863b)||_0x37b587['isLimit'](_0x26863b))return!0x0;}return!0x1;}function Tt(_0x161629){return _0x161629['end']['parent']==_0x161629['start']['nodeAfter']&&_0x161629['end']['isAtStart'];}function Et(_0x1cc308,_0x19a97a,_0x1f2edc,_0x1b661a){const _0x353921=_0x4f2da6=>!_0x4f2da6['item']['is']('$textProxy')&&!_0x1b661a['isObject'](_0x4f2da6['item']),_0x441532=_0x1cc308['start']['getLastMatchingPosition'](_0x353921),_0x3aebac=_0x1cc308['end']['getLastMatchingPosition'](_0x353921,{'direction':'backward'});return(!_0x1cc308['start']['isEqual'](_0x441532)||!_0x1cc308['end']['isEqual'](_0x3aebac))&&(_0x441532['isBefore'](_0x3aebac)?_0x1f2edc['updateMarker'](_0x19a97a,{'range':_0x1f2edc['createRange'](_0x441532,_0x3aebac)}):_0x1f2edc['removeMarker'](_0x19a97a),!0x0);}function Vt(_0x21f8af){return _0x4e2023(_0x21f8af);}function Ut(_0x371ffb){const _0x4c92be=_0x371ffb['start']['nodeAfter'];return _0x4c92be&&_0x4c92be['is']('element');}function Ot(_0x1c2244,_0x5b3077){return null==_0x1c2244['end']['nodeBefore']&&_0x1c2244['end']['parent']==_0x1c2244['start']['nodeAfter']?Gt(_0x1c2244['start']['nodeAfter'],_0x5b3077):_0x1c2244;}function Gt(_0x20fc0b,_0x563d97){const _0x571097=_0x563d97['schema']['isObject'](_0x20fc0b)||_0x563d97['schema']['isSelectable'](_0x20fc0b);return _0x563d97['createRange'](_0x563d97['createPositionAt'](_0x20fc0b,'before'),_0x571097?_0x563d97['createPositionAfter'](_0x20fc0b):_0x563d97['createPositionAt'](_0x20fc0b,'end'));}function Ft(_0x593737,_0x192885,_0x483af9,_0x2b0871,_0x2d2310){if(!Pt(_0x593737,_0x192885))return!0x1;if(_0x483af9['end']['isEqual'](_0x2b0871['start']))return!0x0;if(_0x593737['type']!=_0x192885['type'])return!0x1;if(!_0x483af9['end']['isTouching'](_0x2b0871['start']))return!0x1;const _0x228413=_0x2d2310['createRange'](_0x483af9['end'],_0x2b0871['start'])['getWalker']();for(const _0x4b57c1 of _0x228413)if(['elementStart','elementEnd']['includes'](_0x4b57c1['type'])&&_0x2d2310['schema']['isLimit'](_0x4b57c1['item']))return!0x1;return!0x0;}function Pt(_0xd2c644,_0x1bf407,_0x3070a6=[]){return!(!_0xd2c644['_isDataLoaded']||!_0x1bf407['_isDataLoaded'])&&_0x260467(Bt(_0xd2c644['attributes'],_0x3070a6),Bt(_0x1bf407['attributes'],_0x3070a6));}function Lt(_0x55e08a,_0x1f3017){const _0x11e541=Ht(_0x55e08a['attributes']),_0x4f8885=Ht(_0x1f3017);if(!_0x55e08a['_isDataLoaded'])return!0x1;for(const _0x4072aa of Object['keys'](_0x4f8885))if(!_0x260467(_0x11e541[_0x4072aa],_0x4f8885[_0x4072aa]))return!0x1;return!0x0;}function Ht(_0x2ec1bc){const _0x1f75c2=Object['assign']({},_0x2ec1bc);return delete _0x1f75c2['skipNestingCheck'],delete _0x1f75c2['tablePasteChainId'],_0x1f75c2;}class oe extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x511707(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x596f68,_0x3df1f7,_0x21fbb4,_0x539904){super(),this['model']=_0x3df1f7,this['view']=_0x21fbb4,this['commentThreadController']=_0x539904,this['_editor']=_0x596f68,this['_acceptCommand']=_0x596f68['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x596f68['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x2e90d5,_0x2c8f79)=>_0x2e90d5||_0x2c8f79),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x219f98=>_0x219f98&&this['_editor']['model']['canEditAt'](_0x3df1f7['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x5737c5=>_0x5737c5&&this['_editor']['model']['canEditAt'](_0x3df1f7['getRanges']())),this['_pendingAction']=null,_0x21fbb4['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x21fbb4,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x21fbb4,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x21fbb4,'change:isDirty',()=>{_0x21fbb4['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 _0xa7fc1=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0xa7fc1);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class es extends _0x1f4890{['commentsListView'];['commentThreadInputView'];['_model'];['_localUser'];['_config'];constructor(_0x52a8e3,_0x491105,_0x280839,_0x3b643b){super(_0x52a8e3),this['commentsListView']=null,this['commentThreadInputView']=null,this['set']('isActive',!0x1),this['set']('authoredAt',_0x491105['authoredAt']),this['bind']('authoredAt')['to'](_0x491105),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['_model']=_0x491105,this['_localUser']=_0x280839,this['_config']=_0x3b643b,_0x3b643b['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x3948b4}=this['_config'];this['commentsListView']=new _0x3948b4(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',_0x18c064=>_0x18c064+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x4fa1ac,_0x5176f0)=>_0x4fa1ac||!!_0x5176f0);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x1ce6a4}=this['_config'],_0x1e967a=new _0x1ce6a4(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0xa2af85=_0x1e967a['commentInputView'];return _0x1e967a['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0xa2af85,'value',(_0xaf7a88,_0x7f5116,_0x2fd538)=>!!_0x2fd538||_0xaf7a88&&!_0x7f5116),_0xa2af85['on']('submit',(_0x48a1be,_0x1cca61)=>{this['fire']('addComment',_0x1cca61),_0xa2af85['editor']['setData']('');}),_0xa2af85['on']('cancel',()=>this['focus']()),_0xa2af85['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x1e967a;}}class ne extends es{['userView'];['acceptButton'];['discardButton'];['_descriptionElement'];constructor(_0x382407,_0x17fbaa,_0x3b9058,_0x38eb76){super(_0x382407,_0x17fbaa,_0x3b9058,_0x38eb76),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x3c7cbf=>_0x3c7cbf&&_0x3c7cbf[0x0]?_0x3c7cbf[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x1c7919,_0x1261b8)=>{let _0x4136ce='';for(const _0x3a4c61 of _0x1c7919)_0x4136ce+='<p>'+ds(_0x3a4c61['content'],_0x3a4c61['color'])+'</p>';return _0x1261b8?_0x4136ce:_0x21e9b6(_0x4136ce,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this['_createButton'](o(_0x382407,'Accept\x20suggestion'),_0x51c65d['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['discardButton']=this['_createButton'](o(_0x382407,'Discard\x20suggestion'),_0x51c65d['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['userView']=new _0x40e36d(_0x382407,this['_model']['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user']}}),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x49e067=this['bindTemplate'],_0x4e9483=[{'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':_0x49e067['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x49e067['to']('authoredAt',_0x4c278f=>this['_config']['formatDateTime'](_0x4c278f))}]}]},{'tag':'div','attributes':{'class':['ck-suggestion__actions','ck-annotation__actions']},'children':[this['acceptButton'],this['discardButton']]},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']}}];this['_model']['isExternal']&&_0x4e9483['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x4f6af9={'tag':'div','attributes':{'class':['ck-suggestion-wrapper',_0x49e067['if']('isActive','ck-suggestion-wrapper--active'),_0x49e067['to']('type',_0x33165e=>'ck-suggestion-'+_0x33165e),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':-0x1},'children':[{'tag':'div','attributes':{'class':['ck-suggestion','ck-annotation']},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main','ck-annotation__main']},'children':_0x4e9483}]}]};return this['commentsListView']&&this['commentThreadInputView']&&(_0x4f6af9['children']['push'](this['commentsListView'],this['commentThreadInputView']),this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this),this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this)),_0x4f6af9;}['render'](){super['render'](),this['_descriptionElement']=this['element']['querySelector']('.ck-annotation__content-wrapper'),this['_descriptionElement']['innerHTML']=this['description'],this['on']('change:description',(_0x333cdb,_0x1d0915,_0x122ca6)=>{this['_descriptionElement']['innerHTML']=_0x122ca6;});}['_createButton'](_0x203643,_0x49e154,_0x29ed46,_0x5bf671,_0x13a37e){const _0x33a6bf=new _0x486fa(this['locale']);return _0x33a6bf['set']({'label':_0x203643,'icon':_0x49e154,'tooltip':!0x0,'tooltipPosition':_0x13a37e}),_0x33a6bf['extendTemplate']({'attributes':{'class':_0x29ed46}}),_0x33a6bf['on']('execute',()=>{this['fire'](_0x5bf671,this['_model']['id']);}),_0x33a6bf;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['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;}}function ds(_0x56a914,_0x22f2a4){let _0x339f99='';return _0x339f99+=_0x56a914['split']('*')['map']((_0x5cc0f8,_0x3167b3)=>_0x3167b3%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+us(_0x5cc0f8)+'</span>':us(_0x5cc0f8))['join'](''),_0x22f2a4&&(_0x339f99+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x22f2a4['value']+'\x22\x20title=\x22'+_0x22f2a4['title']+'\x22></span>'),_0x339f99;}function us(_0x41cbb5){const _0x4f92eb=document['createElement']('span');return _0x4f92eb['innerText']=_0x41cbb5,_0x4f92eb['innerHTML'];}var ie='<!--\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\x20width=\x2220\x22\x20height=\x2220\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><g\x20fill=\x22#000\x22\x20fill-rule=\x22nonzero\x22><path\x20d=\x22M1\x203.28C1\x202.574\x201.574\x202\x202.272\x202h10.23c.703\x200\x201.272.573\x201.272\x201.28v12.768c0\x20.708-.574\x201.281-1.271\x201.281H2.272A1.276\x201.276\x200\x200\x201\x201\x2016.049V3.28zm11.503\x2012.954c-.008\x200-.006-12.77-.006-12.77\x200-.003-10.225-.004-10.225-.004.007\x200\x20.005\x2012.77.005\x2012.77\x200\x20.003\x2010.226.004\x2010.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351\x200\x20.636.284.636.64a.641.641\x200\x200\x201-.636.638H4.829a.636.636\x200\x200\x201-.635-.639zm0\x202.554c0-.352.292-.638.636-.638h5.116c.351\x200\x20.636.283.636.638a.641.641\x200\x200\x201-.636.639H4.829a.636.636\x200\x200\x201-.635-.639zm0\x202.555c0-.353.289-.639.633-.639h2.567c.35\x200\x20.633.284.633.64a.639.639\x200\x200\x201-.633.638H4.826a.634.634\x200\x200\x201-.632-.639z\x22/><path\x20d=\x22M10.515\x2017.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319\x200-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6\x201.059-.56\x202.11.119\x201.051.68\x201.443\x201.271\x201.177\x201.771L14.53\x2017.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954\x202.954\x200\x200\x200-.487.21\x202.044\x202.044\x200\x200\x200-.347.31c-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z\x22/></g></svg>\x0a';class d extends _0x1dc395{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x4c39fc,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x493d7b){super(_0x493d7b),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x1df048=this['editor']['config'];_0x1df048['define']('trackChanges.SuggestionThreadView',ne),_0x1df048['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x1df048['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x1f01a9,_0xca68ce){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x56acbc,_0xfd44a5]of this['_handleControllerBuffer']){const _0x964715=this['_suggestionToController']['has'](_0x56acbc);_0x964715||_0xfd44a5?_0x964715&&_0xfd44a5&&this['_destroyController'](_0x56acbc):this['_initializeController'](_0x56acbc);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x1f01a9,_0xca68ce);}['init'](){const _0x2e0785=this['editor'],_0x2470e3=_0x2e0785['plugins']['get']('TrackChangesEditing'),_0x56b51d=_0x2e0785['plugins']['get']('Annotations'),_0x49df60=_0x2e0785['plugins']['get']('EditorAnnotations'),_0x376fee=_0x2e0785['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x49df60['addSourceCollector'](()=>{const _0x3368e1=[];for(const [_0x416654,_0x1a4e3e]of Array['from'](this['_suggestionToController'])){const _0x49fe83=_0x416654['getAllAdjacentSuggestions'](),_0x23e79b=[];for(const _0x521829 of _0x49fe83){if(!_0x521829['isInContent'])continue;if(_0x521829['isMultiRange']){_0x23e79b['push'](..._0x521829['getRanges']());continue;}const _0x5cec35=_0x521829['getFirstRange']();if(_0x23e79b['length']>0x0){const _0x42fc36=_0x23e79b[0x0]['getJoined'](_0x5cec35);if(_0x42fc36){_0x23e79b[0x0]=_0x42fc36;continue;}}_0x23e79b['push'](_0x5cec35);}_0x3368e1['push']([_0x1a4e3e['view'],_0x23e79b]);}return _0x3368e1;}),this['listenTo'](_0x2470e3,'suggestionLoaded',(_0x4da607,_0x3e8c81)=>{this['listenTo'](_0x3e8c81,'change:previous',(_0x50a44c,_0x3c28df,_0x10c5ad,_0x1e4611)=>{_0x3e8c81['isInContent']&&(null==_0x10c5ad?(this['_updateController'](_0x1e4611['head']),this['_handleSuggestionControllerDelayed'](_0x3e8c81,!0x1)):(this['_updateController'](_0x10c5ad['head']),null==_0x1e4611&&this['_handleSuggestionControllerDelayed'](_0x3e8c81,!0x0)));}),null!==_0x3e8c81['previous']?this['_updateController'](_0x3e8c81['head']):this['_handleSuggestionControllerDelayed'](_0x3e8c81,!0x1);}),this['listenTo'](_0x2470e3,'suggestionUnloaded',(_0x4fa4e5,_0x29417c,_0x57d68f)=>{this['stopListening'](_0x29417c,'change:previous'),this['_handleControllerBuffer']['delete'](_0x29417c),this['_suggestionToController']['has'](_0x29417c)&&this['_destroyController'](_0x29417c),_0x57d68f&&this['_updateController'](_0x57d68f['head']);}),this['listenTo'](_0x2470e3,'suggestionChanged',(_0x4e0e8c,_0x5a0bd4)=>{this['_updateController'](_0x5a0bd4);}),this['listenTo'](_0x56b51d,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x376fee,'addComment',(_0x43f9ac,{threadId:_0x5aa2e5,isFromAdapter:_0x1660fe})=>{if(_0x1660fe||!_0x2470e3['hasSuggestion'](_0x5aa2e5))return;const _0x316a14=_0x2470e3['getSuggestion'](_0x5aa2e5);this['_suggestionToController']['get'](_0x316a14)['view']['focus']();},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x29d363=this['editor']['plugins']['get']('Annotations'),_0x3abde8=this['editor']['plugins']['get']('TrackChangesEditing'),_0x51c74c=Array['from'](_0x29d363['activeAnnotations'],_0x5c5c1f=>_0x5c5c1f['innerView'])['filter'](_0x248dc8=>this['_viewToController']['has'](_0x248dc8)),_0x4627dc=[];for(const _0x500fcf of _0x51c74c){const _0x24e6a3=this['_viewToController']['get'](_0x500fcf)['model']['getAllAdjacentSuggestions']();_0x4627dc['push'](..._0x24e6a3['reduce']((_0x62867b,_0x56b7ec)=>[..._0x62867b,..._0x56b7ec['getMarkerNames']()],[]));}_0x3abde8['activeMarkers']=_0x4627dc;}['_addUIComponentsToFactory'](){const _0x24ae49=this['editor'],_0x4c82d4=_0x24ae49['locale'],_0x1687f9=o(_0x4c82d4,'Track\x20changes'),_0x5bed4e=new Wt([{'type':'switchbutton','model':new te({'withText':!0x0,'isToggleable':!0x0,'label':_0x1687f9,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x4c82d4,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x4c82d4,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x4c82d4,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x4c82d4,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x1682a6 of _0x5bed4e)if(ae(_0x1682a6)){const _0x555160=_0x24ae49['commands']['get'](_0x1682a6['model']['commandName']);_0x1682a6['model']['bind']('isOn','isEnabled')['to'](_0x555160,'value','isEnabled');}_0x24ae49['ui']['componentFactory']['add']('trackChanges',_0x3d3aa5=>this['_createToolbarButton'](_0x3d3aa5,_0x5bed4e,_0x1687f9)),_0x24ae49['ui']['componentFactory']['add']('menuBar:trackChanges',_0xf4fc06=>this['_createMenuBarMenu'](_0xf4fc06,_0x5bed4e,_0x1687f9));}['_createToolbarButton'](_0x1fe024,_0x817e88,_0x5f0464){const _0x447034=zt(_0x1fe024,Zt),_0x34837c=this['editor']['commands']['get']('trackChanges');_0x447034['buttonView']['set']({'tooltip':_0x5f0464,'label':_0x5f0464,'icon':ie}),_0x447034['buttonView']['bind']('isOn')['to'](_0x34837c,'value'),_0x447034['buttonView']['on']('execute',()=>{_0x34837c['execute'](),this['editor']['editing']['view']['focus']();}),qt(_0x447034,_0x817e88,{'role':'menu'});const _0x249ad1=[];for(const _0x5d9a37 of _0x817e88)ae(_0x5d9a37)&&_0x249ad1['push'](this['editor']['commands']['get'](_0x5d9a37['model']['commandName']));const _0x245d9a=_0x447034['buttonView'];return _0x245d9a['actionView']['unbind']('isEnabled'),_0x245d9a['arrowView']['unbind']('isEnabled'),_0x245d9a['actionView']['bind']('isEnabled')['to'](_0x34837c,'isEnabled'),_0x245d9a['arrowView']['bind']('isEnabled')['toMany'](_0x249ad1,'isEnabled',(..._0x22a185)=>_0x22a185['some'](_0x38ab90=>_0x38ab90)),_0x447034['on']('execute',_0x3cd937=>{this['editor']['execute'](_0x3cd937['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x447034;}['_createMenuBarMenu'](_0x522ba8,_0x450230,_0xd818e7){const _0x547ac1=new Kt(_0x522ba8),_0x52e9f0=this['editor']['commands']['get']('trackChanges');_0x547ac1['buttonView']['set']({'label':_0xd818e7,'icon':ie});const _0x44dcf7=new Qt(_0x522ba8);for(const _0x6c5cd3 of _0x450230){if('separator'==_0x6c5cd3['type']){_0x44dcf7['items']['add'](new Jt(_0x522ba8));continue;}const _0x3ae812=new Xt(_0x522ba8,_0x547ac1),_0x4f3d8c=new Yt(_0x522ba8),_0x361b59=_0x6c5cd3['model'];_0x4f3d8c['bind'](...Object['keys'](_0x361b59))['to'](_0x361b59),_0x4f3d8c['delegate']('execute')['to'](_0x547ac1),_0x4f3d8c['on']('execute',()=>{this['editor']['execute'](_0x361b59['commandName']),this['editor']['editing']['view']['focus']();}),_0x3ae812['children']['add'](_0x4f3d8c),_0x44dcf7['items']['add'](_0x3ae812);}return _0x547ac1['bind']('isEnabled')['to'](_0x52e9f0,'isEnabled'),_0x547ac1['panelView']['children']['add'](_0x44dcf7),_0x547ac1;}['_initializeController'](_0x3b0657){const _0x2b92e3=this['editor'],_0x2b135a=_0x2b92e3['config'],_0x391c40=_0x2b92e3['plugins']['get']('Annotations'),_0x305a8e=_0x2b92e3['plugins']['get']('CommentsRepository'),_0x194637=_0x2b92e3['plugins']['get']('EditorAnnotations'),_0x259991=_0x2b92e3['plugins']['get'](_0x4c39fc)['me'],_0x56db93=_0x2b135a['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0x36176b,CommentThreadInputView:_0x273553}=_0x2b92e3['plugins']['get']('CommentsUI');let _0x191365,_0x28be54;this['_annotationViews']['has'](_0x3b0657['id'])?(_0x28be54=this['_annotationViews']['get'](_0x3b0657['id']),_0x191365=_0x28be54['mainView']):(_0x191365=new _0x56db93(_0x2b92e3['locale'],_0x3b0657,_0x259991,{'disableComments':this['_disableComments'],'editorConfig':_0x2b135a['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x2b135a['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x2b135a['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x2b135a['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x2f1ee9(_0x2b135a['get']('locale')),'CommentView':_0x2b135a['get']('comments')['CommentView'],'CommentsListView':_0x36176b,'CommentThreadInputView':_0x273553}),_0x191365['acceptButton']['on']('execute',()=>{_0x2b92e3['editing']['view']['focus']();}),_0x191365['discardButton']['on']('execute',()=>{_0x2b92e3['editing']['view']['focus']();}),_0x28be54=_0x391c40['createAnnotationView'](this['editor']['locale'],_0x191365),_0x28be54['bind']('isDirty')['to'](_0x191365,'isDirty'),_0x28be54['bind']('length')['to'](_0x191365),_0x28be54['bind']('type')['to'](_0x191365,'type',_0x820a81=>'suggestion-'+_0x820a81),this['_annotationViews']['set'](_0x3b0657['id'],_0x28be54));const _0x50698d=_0x305a8e['createCommentThreadController'](_0x3b0657['commentThread'],_0x191365),_0x500646=new oe(_0x2b92e3,_0x3b0657,_0x191365,_0x50698d),_0xeb0bbf=_0x3b0657['getAllAdjacentSuggestions']()['filter'](_0x2212eb=>_0x2212eb['isInContent']);_0x191365['descriptionParts']=_0x2b92e3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0xeb0bbf),this['_suggestionToController']['set'](_0x3b0657,_0x500646),this['_viewToController']['set'](_0x191365,_0x500646);const _0x57b55e=_0x391c40['createAnnotation']({'view':_0x28be54,'target':()=>{const _0x4c66fb=[],_0x40c69b=_0x3b0657['getAllAdjacentSuggestions']()['filter'](_0x5687ee=>_0x5687ee['isInContent']);for(const _0x17d71f of _0x40c69b)_0x4c66fb['push'](..._0x17d71f['getMarkers']());return _0x3246a6(_0x2b92e3['editing'],_0x4c66fb);},'type':()=>'suggestion-'+_0x500646['view']['type']});_0x305a8e['_bindAnnotationToEditors'](_0x191365,_0x57b55e),_0x391c40['add'](_0x57b55e),_0x194637['registerAnnotation'](_0x57b55e);}['_destroyController'](_0x272971){const _0x3a6372=this['editor']['plugins']['get']('CommentsRepository'),_0x10d907=this['editor']['plugins']['get']('Annotations'),_0x48b81d=this['_suggestionToController']['get'](_0x272971),_0x3b7c08=_0x48b81d['view'],_0x39c573=_0x10d907['getByInnerView'](_0x3b7c08);_0x3a6372['_unbindEditors'](_0x3b7c08),_0x39c573&&_0x10d907['remove'](_0x39c573),this['_suggestionToController']['delete'](_0x272971),this['_viewToController']['delete'](_0x3b7c08),_0x48b81d['destroy']();}['_updateController'](_0x399145){if(!_0x399145['isInContent']||!this['_suggestionToController']['has'](_0x399145))return;const _0x29a223=this['editor']['plugins']['get']('TrackChangesEditing'),_0x10df2a=this['_suggestionToController']['get'](_0x399145),_0xc99453=_0x399145['getAllAdjacentSuggestions']();_0x10df2a['view']['descriptionParts']=_0x29a223['descriptionFactory']['getDescriptions'](_0xc99453);}['destroy'](){for(const _0x1fd80d of this['_suggestionToController']['keys']())this['_destroyController'](_0x1fd80d);for(const _0x5daf01 of this['_annotationViews']['values']())_0x5daf01['mainView']['destroy']();super['destroy']();}}function ae(_0x257ba7){return'model'in _0x257ba7;}class k extends _0x1dc395{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x135803){this['editor']['plugins']['get'](p)['adapter']=_0x135803;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x55ad8a){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x55ad8a);}['getSuggestions']({skipNotAttached:_0x1ce33d=!0x1,toJSON:_0x122771=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x1ce33d,'toJSON':_0x122771});}['getSuggestion'](_0x3a8b72){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x3a8b72);}}const T=['Pagination'];class P extends _0x1dc395{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x4cf855=this['editor'];if(_0x4cf855['config']['define']('trackChangesData.editorCreator',_0x56afce=>{const _0xd21ab5=_0x4cf855['model']['document']['getRootNames']()['reduce']((_0x1dcb5c,_0x75752)=>(_0x1dcb5c[_0x75752]='',_0x1dcb5c),{});return _0x4cf855['constructor']['create'](_0xd21ab5,_0x56afce);}),'function'!=typeof _0x4cf855['config']['get']('trackChangesData')['editorCreator'])throw new _0x197e78('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0xa77037){return N(this['editor'],!0x0,_0xa77037);}['getDataWithDiscardedSuggestions'](_0x479e44){return N(this['editor'],!0x1,_0x479e44);}}class D extends _0x1dc395{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x381159){super(_0x381159),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(_0x3911){return void 0x0!==_0x3911['getRootsAttributes'];}async function N(_0x4b3012,_0x5ac2d4,_0x34f837){const _0x97ce7e=_0x2a7688(_0x4b3012,T);_0x97ce7e['plugins']['push'](p,D),_0x97ce7e['rootsAttributes']=v(_0x4b3012)?_0x4b3012['getRootsAttributes']():void 0x0;const _0x1c4c84=document['createDocumentFragment'](),_0x2f6643=_0x4b3012['config']['get']('trackChangesData')['editorCreator'],_0x5df4ca=await _0x2f6643(_0x97ce7e,()=>function(_0x4120ce){const _0xed45b4=document['createElement']('div');return _0x4120ce['appendChild'](_0xed45b4),_0xed45b4;}(_0x1c4c84));!function(_0x5a430e,_0x36c744){const _0x28ece7=_0x5a430e['model']['document']['getRootNames']()['reduce']((_0x5418b8,_0x4ffad5)=>(_0x5418b8[_0x4ffad5]=_0x5a430e['data']['get']({'rootName':_0x4ffad5}),_0x5418b8),{}),_0x5758d9=_0x5a430e['plugins']['get']('Users')['users']['map'](_0x21eb0b=>({'id':_0x21eb0b['id'],'name':_0x21eb0b['name']})),_0x4687dd=_0x5a430e['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x15ce54=_0x5a430e['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x3fc1d4=_0x36c744['plugins']['get']('Users'),_0x1792e8=_0x36c744['plugins']['get']('TrackChangesEditing'),_0x239f49=_0x36c744['plugins']['get']('CommentsRepository');for(const _0x3bbe04 of _0x5758d9)_0x3fc1d4['getUser'](_0x3bbe04['id'])||_0x3fc1d4['addUser'](_0x3bbe04);_0x3fc1d4['me']||_0x3fc1d4['useAnonymousUser']();for(const _0x81397e of _0x15ce54)_0x239f49['addCommentThread'](_0x81397e);for(const _0x21a017 of _0x4687dd)_0x1792e8['addSuggestionData'](_0x21a017);_0x36c744['data']['set'](_0x28ece7);}(_0x4b3012,_0x5df4ca),_0x5df4ca['execute'](_0x5ac2d4?'acceptAllSuggestions':'discardAllSuggestions');const _0x5c1173=v(_0x5df4ca)?_0x5df4ca['getFullData'](_0x34f837):_0x5df4ca['data']['get'](_0x34f837);return await _0x5df4ca['destroy'](),_0x5c1173;}export{es as BaseSuggestionThreadView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|
|
23
|
+
import{Command as ts,Plugin as _0x11216f,PendingActions as _0x5a617c,icons as _0x32fe92}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x56ae75,ObservableMixin as _0x1bee3c,uid as _0x58019d,insertToPriorityArray as _0x255c0b,priorities as _0x3f0408,logWarning as _0x7edfd5,Collection as Wt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x18a7f4,View as _0x502ad6,ButtonView as _0x31bbbd,ViewModel as te,createDropdown as zt,SplitButtonView as Zt,addListToDropdown as qt,MenuBarMenuView as Kt,MenuBarMenuListView as Qt,ListSeparatorView as Jt,MenuBarMenuListItemView as Xt,MenuBarMenuListItemButtonView as Yt}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x5c6d6e,hashObject as _0x40c511,surroundingMarkersDetector as _0x584805,trimHtml as _0x579d17,UserView as _0x339a1e,getDateTimeFormatter as _0x300dce,getAllMarkersDomElementsSorted as _0x185d75,sanitizeEditorConfig as _0x43161b}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x52ab7b,LiveRange as _0x17267b,LivePosition as _0x50dfc4}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x147a9e,toWidget as _0x4714a8}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x33a2e5,set as _0x2d7a2a,isEqual as _0xd4c736,unset as _0x196361,omit as Bt}from'lodash-es';import{Delete as _0x579c5a,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x282209,ShiftEnter as _0x47d294}from'@ckeditor/ckeditor5-enter/dist/index.js';class M extends ts{['_enabledCommands'];constructor(_0x5cc776,_0x3b3f30){super(_0x5cc776),this['_enabledCommands']=_0x3b3f30,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 _0x260f85 of this['editor']['commands']['commands']())_0x260f85['affectsData']&&!this['_enabledCommands']['has'](_0x260f85)&&_0x260f85['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x47f4ce of this['editor']['commands']['commands']())_0x47f4ce['affectsData']&&!this['_enabledCommands']['has'](_0x47f4ce)&&_0x47f4ce['clearForceDisabled']('TrackChangesCommand');}}class $ extends ts{['_suggestions'];constructor(_0x24b2a1,_0x4067bf){super(_0x24b2a1),this['_suggestions']=_0x4067bf,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x21c86a){const _0x30dee7=this['_suggestions']['get'](_0x21c86a);if(!_0x30dee7)throw new _0x56ae75('track-changes-accept-suggestion-not-found',this);const _0x3fe202=_0x30dee7['getRanges']();this['editor']['model']['canEditAt'](_0x3fe202)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x30dee7);}}class B extends ts{['_suggestions'];constructor(_0x2f6a68,_0x4e14c0){super(_0x2f6a68),this['_suggestions']=_0x4e14c0,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x46f9fe){const _0xe8d1ab=this['_suggestions']['get'](_0x46f9fe);if(!_0xe8d1ab)throw new _0x56ae75('track-changes-discard-suggestion-not-found',this);const _0xdff0b=_0xe8d1ab['getRanges']();this['editor']['model']['canEditAt'](_0xdff0b)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0xe8d1ab);}}function ss(_0x2af1e8){return _0x2af1e8['sort']((_0x1013ed,_0x17c0af)=>'deletion'==_0x1013ed['type']&&'deletion'!=_0x17c0af['type']?-0x1:'deletion'!=_0x1013ed['type']&&'deletion'==_0x17c0af['type']?0x1:0x0);}function to(_0x240afb,_0x5842df){let _0x59c2ed,_0x29daef=0x0;const _0x1f6d4e=[],_0x95973d=_0x5842df['schema'];for(;_0x29daef<_0x240afb['length'];){const _0x1ca073=_0x240afb[_0x29daef],_0x5da9f8=_0x240afb[_0x29daef+0x1];_0x59c2ed||(_0x59c2ed=_0x5842df['createPositionBefore'](_0x1ca073)),co(_0x5842df,_0x1ca073,_0x5da9f8)||(_0x1f6d4e['push'](_0x5842df['createRange'](_0x59c2ed,_0x95973d['isObject'](_0x1ca073)?_0x5842df['createPositionAfter'](_0x1ca073):_0x5842df['createPositionAt'](_0x1ca073,'end'))),_0x59c2ed=null),_0x29daef++;}return _0x1f6d4e;}function co(_0x5210a1,_0x24d255,_0x3b8a5d){if(!_0x3b8a5d)return!0x1;const _0x442daf=_0x5210a1['createPositionAfter'](_0x24d255),_0x1d01c4=_0x5210a1['createPositionBefore'](_0x3b8a5d);return _0x442daf['isTouching'](_0x1d01c4);}function rs(_0x551500,_0x3c6640,_0x3780bc){for(;_0x3780bc['length'];){const _0x419245=_0x3780bc['splice'](0x0,0x64);_0x551500['change'](()=>{for(const _0x252c2a of _0x419245)_0x252c2a['isInContent']&&_0x3c6640['execute'](_0x252c2a['id']);});}}class x extends ts{['_command'];['_suggestions'];constructor(_0x258dea,_0x44c01e,_0x446a7b){super(_0x258dea),this['_command']=_0x44c01e,this['_suggestions']=_0x446a7b,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x28c5ae=Array['from'](this['_suggestions']['values']())['some'](_0x4a1c35=>_0x4a1c35['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x28c5ae;}['execute'](){const _0x5c3f94=ss(Array['from'](this['_suggestions']['values']()));for(const _0x392a04 of _0x5c3f94){const _0x32bfe6=_0x392a04['getRanges']();if(!this['editor']['model']['canEditAt'](_0x32bfe6))return;}rs(this['editor']['model'],this['_command'],_0x5c3f94);}}class R extends ts{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x55f139,_0x548304,_0x3688ea){super(_0x55f139),this['_command']=_0x548304,this['_suggestions']=_0x3688ea,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x5dfb48=this['editor']['model']['document']['selection'],_0x38b2f2=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x450f0d,_0x147697){const _0xe8d0d8=Array['from'](_0x450f0d['getRanges']()),_0x1ddd3d=new Set();for(const _0x48621c of _0x147697)if(_0x48621c['isInContent']){for(const _0x5c35d1 of _0xe8d0d8)for(const _0x3a2ae3 of _0x48621c['getRanges']())(_0x5c35d1['isIntersecting'](_0x3a2ae3)||_0x450f0d['isCollapsed']&&!_0x48621c['isMultiRange']&&_0x48621c['next']&&_0x3a2ae3['end']['isTouching'](_0x5c35d1['start']))&&_0x1ddd3d['add'](_0x48621c);}return _0x1ddd3d;}(_0x5dfb48,_0x38b2f2),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x14a82c=ss(Array['from'](this['_selectedSuggestions']));for(const _0x467fdf of _0x14a82c){const _0x5a6467=_0x467fdf['getRanges']();if(!this['editor']['model']['canEditAt'](_0x5a6467))return;}rs(this['editor']['model'],this['_command'],_0x14a82c);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x1bee3c(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x45f57c,_0x25c558){super(),this['id']=_0x25c558['id'],this['type']=_0x25c558['type'],this['subType']=_0x25c558['subType']||null,this['author']=_0x25c558['author'],this['creator']=_0x25c558['creator']||_0x25c558['author'],this['isExternal']=Boolean(_0x25c558['attributes']&&_0x25c558['attributes']['@external']),this['data']=null,this['_model']=_0x45f57c,this['_onAccept']=_0x25c558['onAccept'],this['_onDiscard']=_0x25c558['onDiscard'],this['_onAttributesChange']=_0x25c558['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x25c558['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 _0x2fcbf7=this;for(;_0x2fcbf7['previous'];)_0x2fcbf7=_0x2fcbf7['previous'];return _0x2fcbf7;}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'](_0x208627){this['_markerNames']['add'](_0x208627);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x66e2c1=>this['_model']['markers']['get'](_0x66e2c1))['filter'](_0x29e730=>_0x29e730);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x4ad199=>{for(const _0x5b90be of this['getMarkers']())_0x4ad199['removeMarker'](_0x5b90be);}),this['_markerNames']['clear']();}['removeMarker'](_0x345053){this['_model']['change'](_0x50dfdd=>{_0x50dfdd['removeMarker'](_0x345053);}),this['_markerNames']['delete'](_0x345053);}['addRange'](_0x4f8f51){const _0x509e4f='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x509e4f),this['_model']['change'](_0x5467fb=>{_0x5467fb['addMarker'](_0x509e4f,{'range':_0x4f8f51,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x5f0933){for(const _0x9a3921 of this['getRanges']())if(_0x9a3921['isIntersecting'](_0x5f0933))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x77821d=>_0x77821d['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x15efb9,_0x552ce6)=>[..._0x15efb9,..._0x552ce6['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0xc320c5=this['getRanges']();if(0x1!=_0xc320c5['length'])return null;const _0x317caf=_0xc320c5[0x0],_0x3d5233=_0x317caf['start']['nodeAfter'],_0x2f85a6=_0x317caf['end']['nodeBefore'];return _0x3d5233 instanceof _0x52ab7b?_0x3d5233!=_0x2f85a6?null:_0x3d5233: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 _0x29fef5=[];let _0x48730b=this['head'];for(;_0x48730b;)_0x29fef5['push'](_0x48730b),_0x48730b=_0x48730b['next'];return _0x29fef5;}['setAttribute'](_0x47e8d3,_0x2f6667){const _0x5dcd11=_0x33a2e5(this['attributes']);_0x2d7a2a(_0x5dcd11,_0x47e8d3,_0x2f6667),_0xd4c736(_0x5dcd11,this['attributes'])||(this['attributes']=_0x5dcd11,this['_onAttributesChange'](_0x5dcd11));}['removeAttribute'](_0x5ede1a){const _0x3e8bcc=_0x33a2e5(this['attributes']);_0x196361(_0x3e8bcc,_0x5ede1a),_0xd4c736(_0x3e8bcc,this['attributes'])||(this['attributes']=_0x3e8bcc,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 _0x58019d()['substr'](0x1,0x5);}}function o(_0x52d362,_0xf0cf02,_0x525735){const t=_0x52d362['t'];switch(_0xf0cf02){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',_0x525735);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x525735);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x525735);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x525735);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x525735);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',_0x525735);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x525735);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',_0x525735);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x525735);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x525735);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x525735);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x525735);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x525735);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x525735);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x525735);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x525735);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x525735);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x525735);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x525735);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x525735);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x525735);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x525735);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x525735);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'},_0x525735);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x525735);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x525735);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x525735);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x525735);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x525735);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'},_0x525735);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x525735);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x525735);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x525735);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x525735);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'},_0x525735);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x525735);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'},_0x525735);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'},_0x525735);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x525735);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'},_0x525735);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x525735);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'},_0x525735);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x525735);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x525735);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});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'},_0x525735);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'},_0x525735);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'});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.','id':'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT'});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.','id':'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20formatting\x20suggestion.','id':'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT'});default:return _0xf0cf02;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x2ee4a4,_0x3d4f14){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x2ee4a4,this['_locale']=_0x3d4f14;}['getDescriptions'](_0x18ffa7){const _0x717083=[],_0x57e640=new Set(),_0x4bbb42=new Set();for(let _0x3c4645=0x0;_0x3c4645<_0x18ffa7['length'];_0x3c4645++){const _0x2372db=_0x18ffa7[_0x3c4645];if(!_0x2372db['isInContent'])continue;const _0x57b1f6=this['_handleCustomCallbackDescription'](_0x2372db);if(_0x57b1f6){if(null!=_0x2372db['subType']){if(_0x57e640['has'](_0x2372db['subType']))continue;_0x57e640['add'](_0x2372db['subType']);}_0x717083['push'](_0x57b1f6);}else{if('attribute'!=_0x2372db['type'])'insertion'!=_0x2372db['type']&&'deletion'!=_0x2372db['type']||this['_handleInsertRemoveSuggestionDescription'](_0x717083,_0x2372db,_0x18ffa7[_0x3c4645+0x1]);else{const _0x2e6790=_0x2372db['data']['key'];if(_0x4bbb42['has'](_0x2e6790))continue;_0x4bbb42['add'](_0x2372db['data']['key']),_0x2e6790==m?this['_handleRenameSuggestionDescription'](_0x717083,_0x2372db):this['_handleAttributeSuggestionDescription'](_0x717083,_0x2372db);}}}return this['_resolveDescriptionItems'](_0x717083);}['registerDescriptionCallback'](_0x4a4488){this['_customCallbacks']['push'](_0x4a4488);}['registerElementLabel'](_0x33f8f4,_0x3cb07a,_0x3dbf7a=_0x3f0408['normal']){'function'==typeof _0x33f8f4?_0x255c0b(this['_itemLabelsCallbacks'],{'matchingCallback':_0x33f8f4,'label':_0x3cb07a,'priority':_0x3dbf7a}):this['_itemLabels']['set'](_0x33f8f4,_0x3cb07a);}['registerAttributeLabel'](_0x763d44,_0x4cccdc){this['_attributeLabels']['set'](_0x763d44,_0x4cccdc);}['getItemLabel'](_0x359260,_0x189be7=0x1){let _0x39103b;for(const _0x3ccccb of this['_itemLabelsCallbacks'])if(_0x3ccccb['matchingCallback'](_0x359260)){_0x39103b=_0x3ccccb['label'];break;}return _0x39103b||(_0x39103b=this['_itemLabels']['get'](_0x359260['name'])),_0x39103b?_0x39103b(_0x189be7):0x1!==_0x189be7?_0x189be7+'\x20'+_0x359260['name']+'s':''+_0x359260['name'];}['_addDescriptionItems'](_0x30355f,_0x319433){const _0x313170=_0x319433['getFirstRange']()['getWalker'](),_0x3642ee='insertion'==_0x319433['type']?'add':'remove';for(const _0x8acc2e of _0x313170){const _0x4cfdd0=_0x8acc2e['item'],_0x4404d1=_0x30355f[_0x30355f['length']-0x1];if(_0x4cfdd0['is']('$textProxy'))_0x4404d1&&_0x4404d1['type']['indexOf']('Container')>-0x1&&_0x30355f['pop'](),_0x4404d1&&'text'==_0x4404d1['type']?_0x4404d1[_0x3642ee]+=_0x4cfdd0['data']:_0x30355f['push']({'type':'text','add':'add'==_0x3642ee?_0x4cfdd0['data']:'','remove':'remove'==_0x3642ee?_0x4cfdd0['data']:''});else{if(this['_schema']['isObject'](_0x4cfdd0)){const _0x4bb9e4=_0x4cfdd0;if(_0x4404d1&&_0x4404d1['type']['indexOf']('Container')>-0x1&&_0x30355f['pop'](),'elementEnd'==_0x8acc2e['type'])continue;_0x4404d1&&_0x4404d1['type']==_0x3642ee+'Object'&&_0x4404d1['element']['name']==_0x4bb9e4['name']?_0x4404d1['quantity']++:_0x30355f['push']({'type':_0x3642ee+'Object','element':_0x4bb9e4,'quantity':0x1}),_0x313170['skip'](_0x29e8a6=>!('elementEnd'==_0x29e8a6['type']&&_0x29e8a6['item']==_0x4cfdd0));}else{if(this['_schema']['checkChild'](_0x4cfdd0,'$text')||_0x4cfdd0['is']('element','softBreak')){const _0x1275cf=_0x4cfdd0;if('add'==_0x3642ee&&'elementStart'==_0x8acc2e['type']||'remove'==_0x3642ee&&'elementEnd'==_0x8acc2e['type'])continue;if(_0x4404d1&&-0x1==_0x4404d1['type']['indexOf']('Container')){'text'==_0x4404d1['type']&&(_0x4404d1[_0x3642ee]+='\x0a');continue;}let _0x2426e7;if(_0x2426e7='add'==_0x3642ee?_0x1275cf['nextSibling']&&!this['_schema']['isObject'](_0x1275cf['nextSibling'])?_0x1275cf['nextSibling']:null:_0x1275cf['previousSibling']&&!this['_schema']['isObject'](_0x1275cf['previousSibling'])?_0x1275cf['previousSibling']:null,_0x1275cf['isEmpty']||_0x2426e7&&_0x2426e7['isEmpty']){const _0x337a71=_0x2426e7&&_0x2426e7['isEmpty']?_0x2426e7:_0x1275cf;_0x4404d1&&_0x4404d1['type']==_0x3642ee+'EmptyContainer'&&_0x4404d1['element']['name']==_0x337a71['name']?_0x4404d1['quantity']++:_0x30355f['push']({'type':_0x3642ee+'EmptyContainer','element':_0x337a71,'quantity':0x1});}else _0x30355f['push']({'type':_0x3642ee+'Container','element':_0x1275cf});}}}}}['_resolveDescriptionItems'](_0x598c0d){const _0x1a492a=this['_locale'],_0x3b0b46=[],_0x31ea41=[],_0x1d6f41=[];for(const _0x4189f8 of _0x598c0d)switch(_0x4189f8['type']){case'text':if(_0x4189f8['add']=_0x4189f8['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x4189f8['remove']=_0x4189f8['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x4189f8['add']&&''!=_0x4189f8['remove']){_0x3b0b46['push']({'type':'replace','content':o(_0x1a492a,'REPLACE_TEXT',['\x22'+_0x4189f8['remove']+'\x22','\x22'+_0x4189f8['add']+'\x22'])});continue;}if(null!=_0x4189f8['add']['match'](/^ +$/)){_0x3b0b46['push']({'type':'insertion','content':o(_0x1a492a,'*Insert:*\x20%0',o(_0x1a492a,'ELEMENT_SPACE',_0x4189f8['add']['length']))});continue;}if(null!=_0x4189f8['remove']['match'](/^ +$/)){_0x3b0b46['push']({'type':'deletion','content':o(_0x1a492a,'*Remove:*\x20%0',o(_0x1a492a,'ELEMENT_SPACE',_0x4189f8['remove']['length']))});continue;}if(''!=_0x4189f8['add']){_0x3b0b46['push']({'type':'insertion','content':o(_0x1a492a,'*Insert:*\x20%0','\x22'+_0x4189f8['add']+'\x22')});continue;}_0x3b0b46['push']({'type':'deletion','content':o(_0x1a492a,'*Remove:*\x20%0','\x22'+_0x4189f8['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x3b0b46['push']({'type':'insertion','content':o(_0x1a492a,'*Insert:*\x20%0',this['getItemLabel'](_0x4189f8['element'],_0x4189f8['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x3b0b46['push']({'type':'deletion','content':o(_0x1a492a,'*Remove:*\x20%0',this['getItemLabel'](_0x4189f8['element'],_0x4189f8['quantity']))});continue;case'addContainer':_0x3b0b46['push']({'type':'insertion','content':o(_0x1a492a,'*Split:*\x20%0',this['getItemLabel'](_0x4189f8['element'],_0x4189f8['quantity']))});continue;case'removeContainer':_0x3b0b46['push']({'type':'deletion','content':o(_0x1a492a,'*Merge:*\x20%0',this['getItemLabel'](_0x4189f8['element'],_0x4189f8['quantity']))});continue;case'addFormat':_0x31ea41['push'](_0x4189f8['key']);continue;case'removeFormat':_0x1d6f41['push'](_0x4189f8['key']);continue;default:_0x3b0b46['push'](_0x4189f8);}if(_0x31ea41['length']){const _0x13647d=_0x31ea41['map'](_0x33a63c=>this['_attributeLabels']['has'](_0x33a63c)?this['_attributeLabels']['get'](_0x33a63c):_0x33a63c)['join'](',\x20');_0x3b0b46['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x13647d)});}if(_0x1d6f41['length']){const _0x453664=_0x1d6f41['map'](_0xa1dff5=>this['_attributeLabels']['has'](_0xa1dff5)?this['_attributeLabels']['get'](_0xa1dff5):_0xa1dff5)['join'](',\x20');_0x3b0b46['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x453664)});}return _0x3b0b46;}['_handleCustomCallbackDescription'](_0x1833bf){for(const _0x4bee4e of this['_customCallbacks']){const _0x371800=_0x4bee4e(_0x1833bf);if(_0x371800&&'type'in _0x371800)return _0x371800;}}['_handleAttributeSuggestionDescription'](_0x19d98c,_0x4d2849){const _0x1f27ee=_0x4d2849['data'],_0x5a092c=void 0x0===_0x1f27ee['newValue']?'removeFormat':'addFormat';_0x19d98c['push']({'type':_0x5a092c,'key':_0x1f27ee['key']});}['_handleRenameSuggestionDescription'](_0x41e065,_0x162270){_0x41e065['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x162270['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x39356b,_0x5c39be,_0x58f33c){if(this['_addDescriptionItems'](_0x39356b,_0x5c39be),_0x58f33c&&_0x58f33c['getFirstRange']()&&!_0x5c39be['getFirstRange']()['end']['isEqual'](_0x58f33c['getFirstRange']()['start'])){const _0x1b26cd=_0x39356b[_0x39356b['length']-0x1],_0x1d242b='insertion'==_0x5c39be['type']?'add':'remove';_0x1b26cd&&'text'==_0x1b26cd['type']&&(_0x1b26cd[_0x1d242b]+='\x0a');}}}class E extends _0x11216f{['afterInit'](){const _0x3e07a9=this['editor'],_0x3dcb46=_0x3e07a9['plugins']['get']('TrackChangesEditing');_0x3e07a9['commands']['get']('showAIAssistant')&&_0x3dcb46['enableCommand']('showAIAssistant');}}class V extends _0x11216f{['afterInit'](){const _0x1762ee=this['editor'],_0x395e6b=_0x1762ee['locale'];if(!_0x1762ee['plugins']['has']('AlignmentEditing'))return;const _0xa68026=_0x1762ee['plugins']['get']('TrackChangesEditing');_0xa68026['enableDefaultAttributesIntegration']('alignment'),_0xa68026['registerBlockAttribute']('alignment'),_0xa68026['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x395e6b,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x100e33=this['editor'],_0x38e9df=_0x100e33['locale'];_0x100e33['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x49767e=>{if('formatBlock'!=_0x49767e['type'])return;const {data:_0x3c8f03}=_0x49767e;if(_0x3c8f03&&'alignment'==_0x3c8f03['commandName']){const _0x2fed83=_0x3c8f03['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x38e9df,'*Format:*\x20%0',function(_0x315c42){switch(_0x315c42){case'left':return o(_0x38e9df,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x38e9df,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x38e9df,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x38e9df,'FORMAT_JUSTIFY_TEXT');}}(_0x2fed83))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class U extends _0x11216f{['afterInit'](){const _0x516687=this['editor'],_0x2417ec=_0x516687['plugins']['get']('TrackChangesEditing'),_0x2bbd25=_0x516687['locale'];for(const _0x3bdd07 of ti){if(!_0x516687['plugins']['has'](_0x3bdd07))continue;const _0x4dc2f2=_0x3bdd07['slice'](0x0,-0x7)['toLowerCase'](),_0x46038c='FORMAT_'+_0x4dc2f2['toUpperCase']();_0x2417ec['enableDefaultAttributesIntegration'](_0x4dc2f2),_0x2417ec['registerInlineAttribute'](_0x4dc2f2),_0x2417ec['descriptionFactory']['registerAttributeLabel'](_0x4dc2f2,o(_0x2bbd25,_0x46038c));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x213c1d=this['editor'],_0x2dac5f=_0x213c1d['locale'],_0x50a662=_0x213c1d['plugins']['get']('TrackChangesEditing');function _0x2f29ba(_0x4831a1,_0x320172){_0x50a662['descriptionFactory']['registerDescriptionCallback'](_0x2825b5=>{if('formatInline'!=_0x2825b5['type'])return;const {data:_0xda7ce}=_0x2825b5;return _0xda7ce&&_0xda7ce['commandName']===_0x4831a1?_0xda7ce['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2dac5f,'*Format:*\x20%0',_0x320172)}:{'type':'format','content':o(_0x2dac5f,'*Remove\x20format:*\x20%0',_0x320172)}:void 0x0;});}_0x2f29ba('bold',o(_0x2dac5f,'FORMAT_BOLD')),_0x2f29ba('italic',o(_0x2dac5f,'FORMAT_ITALIC')),_0x2f29ba('underline',o(_0x2dac5f,'FORMAT_UNDERLINE')),_0x2f29ba('code',o(_0x2dac5f,'FORMAT_CODE')),_0x2f29ba('strikethrough',o(_0x2dac5f,'FORMAT_STRIKETHROUGH')),_0x2f29ba('subscript',o(_0x2dac5f,'FORMAT_SUBSCRIPT')),_0x2f29ba('superscript',o(_0x2dac5f,'FORMAT_SUPERSCRIPT'));}}class O extends _0x11216f{['afterInit'](){const _0x4de078=this['editor'],_0x25ce4f=_0x4de078['locale'];if(!_0x4de078['plugins']['has']('BlockQuoteEditing'))return;const _0x35528c=_0x4de078['plugins']['get']('TrackChangesEditing'),_0xa66817=this['editor']['commands']['get']('blockQuote');_0x35528c['enableCommand']('blockQuote',(_0x35465c,_0x5dbecd={})=>{const _0x2cbbfa=this['editor']['model']['document']['selection'],_0x18f81f=_0x5dbecd&&void 0x0!==_0x5dbecd['forceValue']?_0x5dbecd['forceValue']:!_0xa66817['value'];let _0x3f4f1d=[];if(_0x18f81f){const _0x27dff1=Array['from'](_0x2cbbfa['getSelectedBlocks']())['filter'](_0x257204=>oo(_0x257204)||function(_0x1081c1,_0x2dca9d){const _0x525ae2=_0x2dca9d['checkChild'](_0x1081c1['parent'],'blockQuote'),_0x1c2976=_0x2dca9d['checkChild'](['$root','blockQuote'],_0x1081c1);return _0x525ae2&&_0x1c2976;}(_0x257204,this['editor']['model']['schema']));_0x3f4f1d=to(_0x27dff1,_0x4de078['model']);}else{const _0x5ce43f=Array['from'](_0x2cbbfa['getSelectedBlocks']())['filter'](_0x29e2eb=>oo(_0x29e2eb));_0x3f4f1d=to(_0x5ce43f,_0x4de078['model']);}_0x4de078['model']['change'](()=>{for(const _0x483ec2 of _0x3f4f1d)_0x35528c['markBlockFormat'](_0x483ec2,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x18f81f}]});});}),_0x35528c['descriptionFactory']['registerDescriptionCallback'](_0x4ddb42=>{const {data:_0x437440}=_0x4ddb42;if(_0x437440&&'blockQuote'==_0x437440['commandName']){const _0x5826ba=o(_0x25ce4f,'ELEMENT_BLOCK_QUOTE');return _0x437440['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x25ce4f,'*Set\x20format:*\x20%0',_0x5826ba)}:{'type':'format','content':o(_0x25ce4f,'*Remove\x20format:*\x20%0',_0x5826ba)};}});}}function oo(_0x5f557c){return'blockQuote'==_0x5f557c['parent']['name'];}class G extends _0x11216f{['afterInit'](){const _0x367a32=this['editor'];_0x367a32['plugins']['has']('CaseChange')&&(_0x367a32['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x367a32['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x367a32['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class F extends _0x11216f{['afterInit'](){const _0x1de51a=this['editor'];_0x1de51a['commands']['get']('ckbox')&&_0x1de51a['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class L extends _0x11216f{['afterInit'](){const _0x46db99=this['editor'];if(!_0x46db99['plugins']['has']('CodeBlock'))return;const _0x4bef74=_0x46db99['plugins']['get']('TrackChangesEditing'),_0x2ffa28=_0x46db99['locale'],_0x3dd8d6=_0x46db99['config']['get']('codeBlock')['languages'],_0x58f04e=_0x46db99['commands']['get']('codeBlock');_0x4bef74['enableCommand']('indentCodeBlock'),_0x4bef74['enableCommand']('outdentCodeBlock'),_0x4bef74['enableCommand']('codeBlock',(_0x19bebe,_0x2c9e86={})=>{const _0x1d4987=_0x46db99['model'],_0x53713=_0x46db99['model']['document']['selection'],_0x1b6612=_0x2c9e86&&void 0x0!==_0x2c9e86['forceValue']?_0x2c9e86['forceValue']:!_0x58f04e['value'];let _0x191a91;_0x2c9e86['language']||(_0x2c9e86['language']=_0x3dd8d6[0x0]['language']),_0x191a91=_0x1b6612?Array['from'](_0x53713['getSelectedBlocks']())['filter'](_0xdcc7fc=>eo(_0xdcc7fc)||function(_0x398454,_0xd95a98){if(_0x398454['is']('rootElement')||_0xd95a98['isLimit'](_0x398454))return!0x1;return _0xd95a98['checkChild'](_0x398454['parent'],'codeBlock');}(_0xdcc7fc,_0x1d4987['schema'])):Array['from'](_0x53713['getSelectedBlocks']())['filter'](_0x336677=>eo(_0x336677));const _0x544184=to(_0x191a91,_0x1d4987);_0x1d4987['change'](()=>{for(const _0x245713 of _0x544184)_0x4bef74['markBlockFormat'](_0x245713,{'commandName':'codeBlock','commandParams':[{..._0x2c9e86,'forceValue':_0x1b6612}],'formatGroupId':'blockName'});});}),(_0x4bef74['descriptionFactory']['registerElementLabel']('codeBlock',_0x1e9af2=>o(_0x2ffa28,'ELEMENT_CODE_BLOCK',_0x1e9af2)),_0x4bef74['descriptionFactory']['registerDescriptionCallback'](_0x30881c=>{if('formatBlock'!=_0x30881c['type'])return;const _0x38d43f=_0x2ffa28['t'],{data:_0x20ecb2}=_0x30881c;if(!_0x20ecb2||'codeBlock'!=_0x20ecb2['commandName'])return;const _0x22fc0e=_0x20ecb2['commandParams'][0x0]['language'],_0x6a74fe=_0x38d43f(_0x3dd8d6['find'](_0x1d2041=>_0x1d2041['language']===_0x22fc0e)['label'])['toLowerCase']();return _0x20ecb2['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2ffa28,'*Set\x20format:*\x20%0',o(_0x2ffa28,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x6a74fe+')')}:{'type':'format','content':o(_0x2ffa28,'*Remove\x20format:*\x20%0',o(_0x2ffa28,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x4880cc){return'codeBlock'==_0x4880cc['name'];}class H extends _0x11216f{['afterInit'](){const _0x42afef=this['editor'];if(!_0x42afef['plugins']['has']('CommentsEditing'))return;_0x42afef['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x2684db,_0x25104b,_0x24d162){const _0x5478f2=[];for(const _0x5e8feb of _0x25104b['getItems']())_0x5e8feb['hasAttribute'](_0x2684db)&&_0x5478f2['push'](_0x24d162['createRangeOn'](_0x5e8feb));return _0x5478f2;}function _e(_0x516636,_0x9c173d,{showActiveMarker:_0x1f6736=!0x0}={}){const _0x26533a=_0x516636['plugins']['get']('TrackChangesEditing');return(_0x405433,_0xd822bd,_0x52c2ea)=>{if(!_0x52c2ea['consumable']['test'](_0xd822bd['markerRange'],_0x405433['name']))return;const _0x4d61ff=_0xd822bd['markerRange']['getWalker'](),_0x549c25=_0xd822bd['markerRange']['start'],_0x7d021e=_0x516636['model']['schema'];let _0x4dae0a=null,_0xaba30f=null,_0x2136a3=!0x1,_0x31d3a6=!0x1;for(const _0x22bf03 of _0x4d61ff){const _0x5ecf0f=_0x22bf03['item'];_0x2136a3=_0x2136a3||_0x7d021e['isContent'](_0x5ecf0f);const _0x74bd7b=_0x52c2ea['mapper']['toViewElement'](_0x5ecf0f);if(_0x74bd7b&&_0x74bd7b['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x22bf03['type']&&(_0x7d021e['isBlock'](_0x5ecf0f)&&!_0x7d021e['isLimit'](_0x5ecf0f)&&(_0x5ecf0f['nextSibling']||_0x549c25['isAtEnd']?_0x4dae0a&&_0x4dae0a['parent']==_0x5ecf0f||(_0x4dae0a=_0x5ecf0f,_0x43888(_0x22bf03['previousPosition']),_0x31d3a6=!0x0):_0xaba30f=_0xaba30f||_0x22bf03['previousPosition']));}function _0x43888(_0x36f9c2){const _0x9105a9=_0x52c2ea['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x9c173d}),_0x56773b=_0x52c2ea['mapper']['toViewPosition'](_0x36f9c2);_0x1f6736&&_0x26533a['activeMarkers']['includes'](_0xd822bd['markerName'])&&_0x52c2ea['writer']['addClass']('ck-suggestion-marker--active',_0x9105a9),_0x52c2ea['writer']['insert'](_0x56773b,_0x9105a9),_0x52c2ea['mapper']['bindElementToMarker'](_0x9105a9,_0xd822bd['markerName']);}_0x2136a3||_0x31d3a6||!_0xaba30f||_0x43888(_0xaba30f);};}class q extends _0x11216f{static get['requires'](){return[_0x579c5a];}['init'](){const _0x5ac9e1=this['editor'],_0x23b107=_0x5ac9e1['plugins']['get']('TrackChangesEditing');_0x23b107['enableCommand']('delete');const _0x3fa460=_0x5ac9e1['commands']['get']('deleteForward');_0x23b107['enableCommand']('deleteForward',(_0x381e07,_0x3c7528={})=>{const _0x552d1d=_0x5ac9e1['model']['createSelection'](_0x5ac9e1['model']['document']['selection']);_0x552d1d['isCollapsed']&&_0x5ac9e1['model']['modifySelection'](_0x552d1d,{'direction':'forward','unit':_0x3c7528['unit']});const _0x46367c=_0x552d1d['getFirstRange'](),_0x520582=_0x17267b['fromRange'](_0x46367c);let _0x530adc;_0x381e07(_0x3c7528),_0x530adc='$graveyard'==_0x520582['root']['rootName']?_0x5ac9e1['model']['createRange'](_0x46367c['start']):_0x5ac9e1['model']['createRange'](_0x520582['start'],_0x520582['end']),_0x520582['detach'](),_0x5ac9e1['model']['enqueueChange'](_0x3fa460['buffer']['batch'],_0x2f1e7c=>{_0x3fa460['buffer']['lock'](),_0x2f1e7c['setSelection'](_0x2f1e7c['createRange'](_0x530adc['end'])),_0x3fa460['buffer']['unlock']();});}),_0x5ac9e1['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x5ac9e1,'merge'),{'priority':'high'}),_0x5ac9e1['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x475acb,_0x39e54b,_0x5d98ba)=>{_0x5d98ba['options']['showSuggestionHighlights']&&_e(_0x5ac9e1,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x475acb,_0x39e54b,_0x5d98ba);},{'priority':'high'}),_0x5ac9e1['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x5dcf80,_0x46ca29,_0x52b15a)=>{const _0x9fe00f=_0x52b15a['mapper']['markerNameToElements'](_0x46ca29['markerName']);if(_0x9fe00f){for(const _0x473946 of _0x9fe00f)_0x473946['is']('uiElement')&&(_0x52b15a['mapper']['unbindElementFromMarkerName'](_0x473946,_0x46ca29['markerName']),_0x52b15a['writer']['remove'](_0x473946));}},{'priority':'high'});}}class z extends _0x11216f{['afterInit'](){const _0x10b057=this['editor'];if(!_0x10b057['plugins']['has']('ListEditing'))return;const _0x4eaae0=_0x10b057['locale'],_0x5ba9c5=_0x10b057['plugins']['get']('TrackChangesEditing'),_0x12d26f=_0x10b057['plugins']['has']('TodoListEditing'),_0x304c79=!!_0x10b057['config']['get']('list.multiBlock');function _0x1003c9(_0x468d0d){return{'type':'format','content':''+o(_0x4eaae0,'*Set\x20format:*\x20%0',_0x468d0d)};}function _0x3bc7e0(_0x332a14){return{'type':'format','content':''+o(_0x4eaae0,'*Remove\x20format:*\x20%0',_0x332a14)};}_0x5ba9c5['enableDefaultAttributesIntegration']('numberedList'),_0x5ba9c5['enableDefaultAttributesIntegration']('bulletedList'),_0x5ba9c5['enableDefaultAttributesIntegration']('customNumberedList'),_0x5ba9c5['enableDefaultAttributesIntegration']('customBulletedList'),_0x5ba9c5['enableDefaultAttributesIntegration']('indentList'),_0x5ba9c5['enableDefaultAttributesIntegration']('outdentList'),_0x5ba9c5['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x5ba9c5['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x5ba9c5['registerBlockAttribute']('listItemId'),_0x5ba9c5['registerBlockAttribute']('listType'),_0x5ba9c5['registerBlockAttribute']('listIndent'),_0x304c79&&(_0x5ba9c5['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x5ba9c5['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x12d26f&&(_0x5ba9c5['enableDefaultAttributesIntegration']('todoList'),_0x5ba9c5['enableDefaultAttributesIntegration']('checkTodoList'),_0x5ba9c5['registerBlockAttribute']('todoListChecked'),_0x5ba9c5['descriptionFactory']['registerDescriptionCallback'](_0x4af2af=>{const {data:_0x2544d7}=_0x4af2af;if(_0x2544d7&&'todoListChecked'==_0x2544d7['key'])return{'type':'format','content':_0x2544d7['newValue']?o(_0x4eaae0,'*Check\x20item*'):o(_0x4eaae0,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x5e97e4=>{if(_0x5e97e4['batch']['isUndo'])return!0x1;let _0xa8cd71=!0x1;const _0x270a52=_0x5ba9c5['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x46f436=>'todoListChecked'===_0x5ba9c5['_getAttributeKey'](_0x46f436));for(const _0x4fb8cf of _0x270a52){'todo'!=_0x4fb8cf['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x5ba9c5['_findSuggestions'](_0x4fb8cf['getFirstRange'](),'attribute')['find'](_0x555faa=>'listType'===_0x5ba9c5['_getAttributeKey'](_0x555faa['suggestion']))||(_0x5e97e4['removeMarker'](_0x4fb8cf['getFirstMarker']()),_0xa8cd71=!0x0));}return _0xa8cd71;})),_0x5ba9c5['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x4eaae0,'FORMAT_INDENT'));const _0x4668ed={'type':'format','content':''};_0x5ba9c5['descriptionFactory']['registerDescriptionCallback'](_0x5b2c59=>{const {data:_0x4ffe4c}=_0x5b2c59;if(!_0x4ffe4c||'listType'!=_0x4ffe4c['key'])return;let _0x3cd099=_0x5b2c59['head'];for(;_0x3cd099;){if(_0x3cd099['data']&&(('listStyle'==_0x3cd099['data']['key']||'listMarkerStyle'==_0x3cd099['data']['key'])&&(_0x3cd099['data']['newValue']&&'default'!=_0x3cd099['data']['newValue']||'default'!=_0x3cd099['data']['oldValue']&&!_0x4ffe4c['newValue'])||!_0x304c79&&_0x3cd099['data']['key']==m))return _0x4668ed;_0x3cd099=_0x3cd099['next'];}if(null==_0x4ffe4c['newValue'])switch(_0x4ffe4c['oldValue']){case'bulleted':return _0x3bc7e0(o(_0x4eaae0,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x3bc7e0(o(_0x4eaae0,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x3bc7e0(o(_0x4eaae0,'ELEMENT_TODO_LIST'));}switch(_0x4ffe4c['newValue']){case'bulleted':return _0x1003c9(o(_0x4eaae0,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1003c9(o(_0x4eaae0,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1003c9(o(_0x4eaae0,'ELEMENT_TODO_LIST'));}}),_0x5ba9c5['descriptionFactory']['registerDescriptionCallback'](_0x4af54e=>{const {data:_0x41d751}=_0x4af54e;if(_0x41d751&&'listIndent'==_0x41d751['key'])return null==_0x41d751['newValue']||null==_0x41d751['oldValue']&&0x0==_0x41d751['newValue']?_0x4668ed:void 0x0;}),_0x5ba9c5['descriptionFactory']['registerDescriptionCallback'](_0x198f65=>{if('attribute'!=_0x198f65['type'])return;const {data:_0x269eaf}=_0x198f65;if(!_0x269eaf||'listItemId'!=_0x269eaf['key'])return;const _0x4da588=le(_0x198f65);return'newValue'==_0x4da588?{'type':'format','content':o(_0x4eaae0,'*Merge:*\x20list\x20item')}:'oldValue'==_0x4da588?{'type':'format','content':o(_0x4eaae0,'*Split:*\x20list\x20item')}:_0x4668ed;}),_0x10b057['model']['document']['registerPostFixer'](_0x5d2a01=>this['listItemIdFixer'](_0x5d2a01)),_0x10b057['model']['document']['registerPostFixer'](_0x577b9b=>this['noTrackChangesFixer'](_0x577b9b)),_0x10b057['model']['document']['registerPostFixer'](_0x5d4112=>this['assureChains'](_0x5d4112)),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x5158f3){if(_0x5158f3['batch']['isUndo']||!_0x5158f3['batch']['isLocal'])return!0x1;let _0x510a6a=!0x1;const _0x29ecb9=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x217ade=>_0x217ade['data']&&'listItemId'==_0x217ade['data']['key'])['filter'](_0x3b82f8=>_0x3b82f8['data']['newValue']&&_0x3b82f8['data']['oldValue']);for(const _0x4d0436 of _0x29ecb9)le(_0x4d0436)||(_0x5158f3['removeMarker'](_0x4d0436['getFirstMarker']()),_0x510a6a=!0x0);return _0x510a6a;}['noTrackChangesFixer'](_0x53a661){if(_0x53a661['batch']['isUndo']||!_0x53a661['batch']['isLocal'])return!0x1;const _0x5a13a3=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x5a13a3['trackChangesCommand']['value'])return!0x1;let _0x4c04d2=!0x1;const _0x399f98=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x10e730=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x5efe54=>'attribute'==_0x5efe54['type'])['filter'](_0x4bd835=>_0x399f98['includes'](_0x4bd835['attributeKey']));if(0x0==_0x10e730['length'])return _0x4c04d2;for(const _0x3057db of _0x10e730){const _0x3abe4b=_0x5a13a3['_findSuggestions'](_0x3057db['range'],'attribute')['filter'](_0x88f22c=>!_0x88f22c['meta']['isNextTo'])['map'](_0x2ad799=>_0x2ad799['suggestion'])['filter'](_0x5ac86e=>{const _0x563141=_0x5a13a3['_getAttributeKey'](_0x5ac86e);return _0x399f98['includes'](_0x563141);});if(_0x3abe4b['length']){for(const _0x41c171 of _0x3abe4b)_0x53a661['removeMarker'](_0x41c171['getFirstMarker']());_0x4c04d2=!0x0;}}return _0x4c04d2;}['assureChains'](_0x1579a1){if(_0x1579a1['batch']['isUndo']||!_0x1579a1['batch']['isLocal'])return!0x1;const _0x433ba1=this['editor']['plugins']['get']('TrackChangesEditing');let _0x5e834c=!0x1;const _0x597800=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];for(const _0xd2326f of _0x433ba1['getSuggestions']({'skipNotAttached':!0x0})){const _0x321ff0=_0x433ba1['_findSuggestions'](_0xd2326f['getFirstRange'](),'attribute')['map'](_0x5c7fe5=>_0x5c7fe5['suggestion'])['filter'](_0x37a798=>_0x37a798['data']&&_0x597800['includes'](_0x37a798['data']['key']));if(!_0x321ff0['length'])continue;const _0x1ca306=_0x321ff0[0x0]['head']['attributes']['groupId'];if(!_0x321ff0['every'](_0x338890=>_0x338890['attributes']['groupId']===_0x1ca306)){for(const _0x4fac90 of _0x321ff0)_0x498f60(_0x4fac90,_0x1ca306)&&(_0x5e834c=!0x0);}}return _0x5e834c;function _0x400cf6(_0x2f15b7,_0x236097){for(const _0x16e21e of _0x433ba1['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x573dd2=>'attribute'==_0x573dd2['type']&&_0x573dd2['attributes']['groupId']==_0x2f15b7))_0x16e21e['setAttribute']('groupId',_0x236097);}function _0x498f60(_0x14fb32,_0x6046d2){let _0x3a38f3=_0x14fb32['head'],_0x37fb60=!0x1;for(;_0x3a38f3;)_0x3a38f3['attributes']['groupId']!=_0x6046d2&&(_0x400cf6(_0x3a38f3['attributes']['groupId'],_0x6046d2),_0x3a38f3['setAttribute']('groupId',_0x6046d2),_0x37fb60=!0x0),_0x3a38f3=_0x3a38f3['next'];return _0x37fb60;}}['_supportLegacySuggestions'](){const _0x1b663c=this['editor'],_0x4d22a6=_0x1b663c['locale'],_0x2627e5=_0x1b663c['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x2627e5['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x574ad5,_0x36d2e5){const _0x35a629=[];for(let _0x37549d of _0x574ad5)_0x37549d['start']['nodeAfter']===_0x37549d['end']['parent']&&(_0x37549d=_0x1b663c['model']['createRange'](_0x1b663c['model']['createPositionAt'](_0x37549d['start']['nodeAfter'],0x0))),_0x35a629['push'](_0x37549d);_0x1b663c['model']['change'](_0xd73882=>{const _0xac1956=_0x1b663c['model']['document']['selection'],_0x28e5ee=Array['from'](_0xac1956['getRanges']())['map'](_0x4ba894=>_0x17267b['fromRange'](_0x4ba894));_0xd73882['setSelection'](_0x35a629),_0x1b663c['commands']['get'](_0x36d2e5['commandName'])['refresh'](),_0x36d2e5['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x1b663c['execute'](_0x36d2e5['commandName'],..._0x36d2e5['commandParams']),_0xd73882['setSelection'](_0x28e5ee);for(const _0x5e075e of _0x28e5ee)_0x5e075e['detach']();});}),_0x2627e5['descriptionFactory']['registerElementLabel'](function(_0x32b4cc){const _0x198e6e=!_0x1b663c['model']['schema']['isObject'](_0x32b4cc),_0x3cd303=_0x32b4cc['previousSibling'],_0x58e098=_0x32b4cc['nextSibling'],_0x33235a=_0x32b4cc['getAttribute']('listItemId'),_0x5f00ae=!_0x3cd303||_0x3cd303['getAttribute']('listItemId')!==_0x33235a,_0x1214d4=!_0x58e098||_0x58e098['getAttribute']('listItemId')!==_0x33235a;return _0x198e6e&&Boolean(_0x33235a)&&_0x5f00ae&&_0x1214d4;},_0x4ab97b=>o(_0x4d22a6,'ELEMENT_LIST_ITEM',_0x4ab97b));}['_registerLegacyDescription'](){const _0x5b5b05=this['editor'],_0x396b56=_0x5b5b05['locale'];function _0x1cdbec(_0x20da27){const _0x4df425=_0x5b5b05['commands']['get']('bulletedList')['value'],_0x164804=_0x5b5b05['commands']['get']('numberedList')['value'];return'numberedList'===_0x20da27?_0x4df425:_0x164804;}_0x5b5b05['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x4f8698){if('formatBlock'!=_0x4f8698['type'])return;const {data:_0x36abd3}=_0x4f8698;if(!_0x36abd3)return;let _0x1d848e,_0x22a743,_0x11cf89,_0x45ada7;switch(_0x36abd3['commandName']){case'bulletedList':_0x11cf89=_0x36abd3['commandParams'][0x0]['forceValue'],_0x45ada7=_0x1cdbec(_0x36abd3['commandName']),_0x1d848e=_0x11cf89?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x45ada7&&_0x5b5b05['config']['get']('list.multiBlock')||(_0x1d848e='*Change\x20to:*\x20%0'),_0x22a743={'type':'format','content':o(_0x396b56,_0x1d848e,o(_0x396b56,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x11cf89=_0x36abd3['commandParams'][0x0]['forceValue'],_0x45ada7=_0x1cdbec(_0x36abd3['commandName']),_0x1d848e=_0x11cf89?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x45ada7&&_0x5b5b05['config']['get']('list.multiBlock')||(_0x1d848e='*Change\x20to:*\x20%0'),_0x22a743={'type':'format','content':o(_0x396b56,_0x1d848e,o(_0x396b56,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x1d848e='*Indent:*\x20%0',_0x22a743={'type':'format','content':o(_0x396b56,_0x1d848e,o(_0x396b56,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x1d848e=function(_0x3d28e5){const _0x4ab6e7=_0x3d28e5['getFirstRange']();let _0x38919c=_0x4ab6e7['start']['nodeAfter'];for(;_0x38919c&&_0x4ab6e7['containsItem'](_0x38919c);){if(_0x38919c['getAttribute']('listIndent')>0x0)return!0x1;_0x38919c=_0x38919c['nextSibling'];}return!0x0;}(_0x4f8698)?o(_0x396b56,'*Format:*\x20remove\x20from\x20%0',o(_0x396b56,function(_0x350c6f){return'ELEMENT_'+_0x350c6f['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x4f8698))):o(_0x396b56,'*Outdent:*\x20%0',o(_0x396b56,'ELEMENT_LIST_ITEM')),_0x22a743={'type':'format','content':_0x1d848e};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x36abd3['multipleBlocks']&&(_0x1d848e='*Merge:*\x20%0',_0x22a743={'type':'deletion','content':o(_0x396b56,_0x1d848e,o(_0x396b56,'ELEMENT_LIST_ITEM'))});}return _0x22a743;});}}function le(_0x5397d8){let _0x2c58e8=_0x5397d8['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x2c58e8;){const _0x430feb=_0x2c58e8['getAttribute']('listItemId');if(!_0x430feb)return!0x1;if(_0x430feb==_0x5397d8['data']['newValue'])return'newValue';if(_0x430feb==_0x5397d8['data']['oldValue'])return'oldValue';_0x2c58e8=_0x2c58e8['previousSibling'];}return!0x1;}class ue extends _0x11216f{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x452038=this['editor']['config']['get']('list.properties'),_0x24f447=this['editor']['plugins']['get']('TrackChangesEditing');_0x452038['styles']&&(_0x24f447['enableDefaultAttributesIntegration']('listStyle'),_0x24f447['registerBlockAttribute']('listStyle')),_0x452038['reversed']&&(_0x24f447['enableDefaultAttributesIntegration']('listReversed'),_0x24f447['registerBlockAttribute']('listReversed')),_0x452038['startIndex']&&(_0x24f447['enableDefaultAttributesIntegration']('listStart'),_0x24f447['registerBlockAttribute']('listStart'));const _0x2962e1={'type':'format','content':''};_0x24f447['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0xfc4218=this['editor']['locale'];_0x24f447['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0xfc4218,'FORMAT_LIST_REVERSED')),_0x24f447['descriptionFactory']['registerDescriptionCallback'](_0x1c4a6e=>{const {data:_0x37673a}=_0x1c4a6e;if(_0x37673a&&'listReversed'==_0x37673a['key'])return null==_0x37673a['newValue']||0x0==_0x37673a['newValue']&&null==_0x37673a['oldValue']?_0x2962e1:void 0x0;}),_0x24f447['descriptionFactory']['registerAttributeLabel']('listStart',o(_0xfc4218,'FORMAT_LIST_START')),_0x24f447['descriptionFactory']['registerDescriptionCallback'](_0x127d31=>{const {data:_0x44a47f}=_0x127d31;if(_0x44a47f&&'listStart'==_0x44a47f['key'])return null==_0x44a47f['newValue']||0x1==_0x44a47f['newValue']&&null==_0x44a47f['oldValue']?_0x2962e1:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x164b54=>{if(_0x164b54['batch']['isUndo'])return!0x1;let _0x30ed6a=!0x1;const _0x565eeb=_0x24f447['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x41be8f=>{const _0x28138c=_0x24f447['_getAttributeKey'](_0x41be8f);return'listStart'==_0x28138c||'listReversed'==_0x28138c;});for(const _0x116805 of _0x565eeb){const _0x492091=_0x116805['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x492091||'customNumbered'==_0x492091)continue;_0x24f447['_findSuggestions'](_0x116805['getFirstRange'](),'attribute')['find'](_0x20576d=>'listType'==_0x24f447['_getAttributeKey'](_0x20576d['suggestion']))||(_0x164b54['removeMarker'](_0x116805['getFirstMarker']()),_0x30ed6a=!0x0);}return _0x30ed6a;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x3a5d68){const _0xe57f96=this['editor']['locale'],{data:_0xa0134e}=_0x3a5d68,_0x392dd6={'type':'format','content':''};if(!_0xa0134e||'listStyle'!=_0xa0134e['key'])return;if(!_0xa0134e['oldValue'])return'default'==_0xa0134e['newValue']?_0x392dd6:{'type':'format','content':''+o(_0xe57f96,'*Set\x20format:*\x20%0',o(_0xe57f96,this['_getTranslationKeyForListStyle'](_0xa0134e['newValue'])))};if(!_0xa0134e['newValue']){if('default'==_0xa0134e['oldValue'])return _0x392dd6;let _0x2ad75d=_0x3a5d68['head'];for(;_0x2ad75d;){if(_0x2ad75d['data']&&'listType'==_0x2ad75d['data']['key']&&_0x2ad75d['data']['newValue'])return _0x392dd6;_0x2ad75d=_0x2ad75d['next'];}return{'type':'format','content':''+o(_0xe57f96,'*Remove\x20format:*\x20%0',o(_0xe57f96,this['_getTranslationKeyForListStyle'](_0xa0134e['oldValue'])))};}if('default'!=_0xa0134e['newValue'])return{'type':'format','content':''+o(_0xe57f96,'*Set\x20format:*\x20%0',o(_0xe57f96,this['_getTranslationKeyForListStyle'](_0xa0134e['newValue'])))};let _0x241c7b=_0x3a5d68['head'];for(;_0x241c7b;){if(_0x241c7b['data']&&'listType'==_0x241c7b['data']['key']&&_0x241c7b['data']['newValue']&&_0x241c7b['data']['oldValue'])return _0x392dd6;_0x241c7b=_0x241c7b['next'];}return{'type':'format','content':o(_0xe57f96,'*Set\x20format:*\x20%0',o(_0xe57f96,'ELEMENT_'+_0x3a5d68['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x327b81=this['editor'],_0x43ba64=_0x327b81['locale'];_0x327b81['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2f92=>{if('formatBlock'!=_0x2f92['type'])return;const {data:_0x71ee68}=_0x2f92;if(!_0x71ee68)return;let _0x284f3e,_0x5f192a;switch(_0x71ee68['commandName']){case'listStyle':_0x284f3e='*Change\x20to:*\x20%0',_0x5f192a={'type':'format','content':o(_0x43ba64,_0x284f3e,o(_0x43ba64,this['_getTranslationKeyForListStyle'](_0x71ee68['commandParams'][0x0]['type'])))};break;case'listReversed':_0x284f3e=_0x71ee68['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x5f192a={'type':'format','content':o(_0x43ba64,_0x284f3e)};break;case'listStart':_0x284f3e='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x5f192a={'type':'format','content':o(_0x43ba64,_0x284f3e,_0x71ee68['commandParams'][0x0]['startIndex'])};}return _0x5f192a;});}['_getTranslationKeyForListStyle'](_0x1c7ce8){return'ELEMENT_'+function(_0x23e817){if(pe['includes'](_0x23e817))return'bulleted';if(ye['includes'](_0x23e817))return'numbered';return null;}(_0x1c7ce8)['toUpperCase']()+'_LIST_'+_0x1c7ce8['toUpperCase']()['replace'](/-/g,'_');}}const pe=['disc','circle','square'],ye=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class W extends _0x11216f{static get['requires'](){return[_0x282209];}['init'](){const _0x4ab667=this['editor'],_0x27eb6b=_0x4ab667['plugins']['get']('TrackChangesEditing'),_0xfc29e0=_0x4ab667['commands']['get']('enter');_0x27eb6b['enableCommand']('enter',()=>{_0x4ab667['model']['change'](_0x532eee=>{const _0x5142e4=_0x4ab667['model']['document']['selection'],_0x2d795b=_0x5142e4['getFirstPosition'](),_0x409c1a=_0x17267b['fromRange'](_0x5142e4['getFirstRange']());if(_0xfc29e0['enterBlock'](_0x532eee)){const _0x5e1092=_0x4ab667['model']['createPositionAt'](_0x2d795b['parent']['nextSibling'],0x0),_0x495d47=_0x532eee['createRange'](_0x2d795b,_0x5e1092);_0x27eb6b['markInsertion'](_0x495d47);}else _0x532eee['setSelection'](_0x532eee['createRange'](_0x409c1a['end']));_0x409c1a['detach'](),_0xfc29e0['fire']('afterExecute',{'writer':_0x532eee});});}),_0x4ab667['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x4ab667,'split'),{'priority':'high'}),_0x4ab667['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x336542,_0x4ee2ac,_0x28aa8d)=>{const _0x3af241=_0x28aa8d['mapper']['markerNameToElements'](_0x4ee2ac['markerName']);if(_0x3af241){for(const _0x2d7f85 of _0x3af241)_0x2d7f85['hasClass']('ck-suggestion-marker-split')&&(_0x28aa8d['mapper']['unbindElementFromMarkerName'](_0x2d7f85,_0x4ee2ac['markerName']),_0x28aa8d['writer']['remove'](_0x2d7f85));}},{'priority':'high'}),_0x4ab667['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x505118,_0x1a21a9,_0x1720e7)=>{_0x1720e7['options']['showSuggestionHighlights']&&_e(_0x4ab667,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x505118,_0x1a21a9,_0x1720e7);},{'priority':'high'});}}class J extends _0x11216f{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x8a47e4=this['editor']['plugins']['get']('TrackChangesEditing');_0x8a47e4['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x8a47e4['enableCommand']('findNext'),_0x8a47e4['enableCommand']('findPrevious'),_0x8a47e4['enableCommand']('replace'),_0x8a47e4['enableCommand']('replaceAll');}['handleFindCommand'](_0x3cbffb,_0x554e3a,_0x5aeeaa={}){const _0x2bc386=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x3cbffb(_0x1beab8=>{let _0x2c9fa6=('string'==typeof _0x554e3a?_0x2bc386['findByTextCallback'](_0x554e3a,_0x5aeeaa):_0x554e3a)(_0x1beab8);Array['isArray'](_0x2c9fa6)&&(_0x2c9fa6={'results':_0x2c9fa6,'searchText':'string'==typeof _0x554e3a?_0x554e3a:''});const _0x1e2237=_0x2c9fa6['results']['filter'](_0x2cfb66=>!0x1===this['_isInDeletionRange'](_0x2cfb66,_0x1beab8['item']));return{..._0x2c9fa6,'results':_0x1e2237};},_0x5aeeaa);}['_isInDeletionRange'](_0x29133a,_0x2f43ed){const _0x48e941=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x2f43ed,_0x29133a['start']),this['editor']['model']['createPositionAt'](_0x2f43ed,_0x29133a['end']));for(const _0x5d3a55 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x48e941['getIntersection'](_0x5d3a55['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Q extends _0x11216f{['afterInit'](){const _0x5110d1=this['editor']['locale'],_0x3405b4=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x572e70,commandName:_0x3b5489}of ro)this['editor']['plugins']['has'](_0x572e70)&&(_0x3405b4['enableDefaultAttributesIntegration'](_0x3b5489),_0x3405b4['registerInlineAttribute'](_0x3b5489));_0x3405b4['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x5110d1,'FORMAT_FONT_SIZE')),_0x3405b4['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x5110d1,'FORMAT_FONT_FAMILY')),_0x3405b4['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x5110d1,'FORMAT_FONT_COLOR')),_0x3405b4['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x5110d1,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5f47b6=this['editor'],_0x32dd8a=_0x5f47b6['locale'];_0x5f47b6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1afa9f=>{const _0x19eeac=_0x32dd8a['t'];if('formatInline'!=_0x1afa9f['type'])return;const {data:_0x305ea1}=_0x1afa9f;if(null!=_0x305ea1){if('fontSize'==_0x305ea1['commandName']){const _0x1e4a91=_0x305ea1['commandParams'][0x0]['value'];if(_0x1e4a91){const _0x178a8f=_0x19eeac(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x1179cb=>_0x1179cb['model']==_0x1e4a91)['title'])['toLowerCase']();return{'type':'format','content':o(_0x32dd8a,'*Set\x20font\x20size:*\x20%0',_0x178a8f)};}return{'type':'format','content':o(_0x32dd8a,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x305ea1['commandName']){const _0x5d964e=_0x305ea1['commandParams'][0x0]['value'];return _0x5d964e?{'type':'format','content':o(_0x32dd8a,'*Set\x20font\x20family:*\x20%0',_0x5d964e)}:{'type':'format','content':o(_0x32dd8a,'*Reset\x20font\x20family*')};}if('fontColor'==_0x305ea1['commandName']){const _0x58564a=_0x305ea1['commandParams'][0x0]['value'];if(_0x58564a){const _0x11734e=_0x18a7f4(this['editor']['config']['get']('fontColor.colors'))['find'](_0x4b1b65=>_0x4b1b65['model']==_0x58564a);let _0x49837c=_0x58564a,_0x4caf68='';return _0x11734e&&(_0x49837c=_0x11734e['label'],_0x4caf68=_0x19eeac(_0x49837c)['toLowerCase']()),{'type':'format','content':o(_0x32dd8a,'*Set\x20font\x20color:*\x20%0',_0x4caf68)['trim'](),'color':{'value':_0x58564a,'title':_0x4caf68||_0x49837c}};}return{'type':'format','content':o(_0x32dd8a,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x305ea1['commandName']){const _0x130659=_0x305ea1['commandParams'][0x0]['value'];if(_0x130659){const _0x2bad6c=_0x18a7f4(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x1be735=>_0x1be735['model']==_0x130659);let _0x5f1096=_0x130659,_0x269139='';return _0x2bad6c&&(_0x5f1096=_0x2bad6c['label'],_0x269139=_0x19eeac(_0x5f1096)['toLowerCase']()),{'type':'format','content':o(_0x32dd8a,'*Set\x20font\x20background\x20color:*\x20%0',_0x269139)['trim'](),'color':{'value':_0x130659,'title':_0x269139||_0x5f1096}};}return{'type':'format','content':o(_0x32dd8a,'*Reset\x20font\x20background\x20color*')};}}});}}class X extends _0x11216f{['afterInit'](){const _0x2d8f4c=this['editor'],_0x53ce11=_0x2d8f4c['plugins']['get']('TrackChangesEditing'),_0x299d00=_0x2d8f4c['commands']['get']('copyFormat'),_0x50c844=_0x2d8f4c['commands']['get']('pasteFormat');_0x299d00&&_0x50c844&&(_0x53ce11['enableDefaultAttributesIntegration']('pasteFormat'),_0x53ce11['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x1bdc43=this['editor'],_0x3c1b71=_0x1bdc43['locale'];_0x1bdc43['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x461ada=>{if('formatBlock'!=_0x461ada['type']&&'formatInline'!=_0x461ada['type'])return;const {data:_0x1f3270}=_0x461ada;if(_0x1f3270&&'pasteFormat'===_0x1f3270['commandName']){const _0x7d43a5=[],_0x4975b9=_0x1f3270['commandParams'][0x0];for(const [_0x2e8246,_0x564a3f]of Object['entries'](_0x4975b9))_0x7d43a5['push'](so(_0x1bdc43,_0x2e8246,_0x564a3f));return _0x7d43a5['length']?{'type':'format','content':o(_0x3c1b71,'*Set\x20format\x20to:*\x20%0',_0x7d43a5['join'](',\x20'))}:{'type':'format','content':o(_0x3c1b71,'*Remove\x20all\x20formatting*')};}});}}function so(_0x1abb05,_0x2ec4d3,_0x4ecbbb){const _0x4411a1=_0x1abb05['locale']['t'],_0x29cd32=_0x2ec4d3['split'](/(?=[A-Z])/)['join']('\x20'),_0x59861e=_0x4411a1(_0x29cd32['charAt'](0x0)['toUpperCase']()+_0x29cd32['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x4ecbbb)return _0x59861e;if('fontColor'===_0x2ec4d3||'fontBackgroundColor'===_0x2ec4d3){const _0x55c204=_0x18a7f4(_0x1abb05['config']['get']('fontColor.colors'))['find'](_0xec4896=>_0xec4896['model']==_0x4ecbbb);return _0x59861e+'\x20('+(_0x55c204?_0x4411a1(_0x55c204['label'])['toLowerCase']():_0x4ecbbb)+')';}if('fontSize'===_0x2ec4d3&&isNaN(parseFloat(_0x4ecbbb))){const _0x4bf330=_0x1abb05['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x1abb05['config']['get']('fontSize.options'))['find'](_0x3d3c55=>_0x3d3c55['model']==_0x4ecbbb);return _0x59861e+'\x20('+(_0x4bf330?_0x4411a1(_0x4bf330['title'])['toLowerCase']():_0x4ecbbb)+')';}return _0x59861e+'\x20('+_0x4ecbbb+')';}class Y extends _0x11216f{['_headingOptions'];['afterInit'](){const _0x1de6c7=this['editor'];if(!_0x1de6c7['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x1de6c7['config']['get']('heading.options');const _0x29b8ba=_0x1de6c7['locale'],_0x53f882=_0x1de6c7['plugins']['get']('TrackChangesEditing');_0x53f882['enableDefaultAttributesIntegration']('heading');for(const _0x4d5883 of this['_headingOptions'])'paragraph'!=_0x4d5883['model']&&_0x53f882['descriptionFactory']['registerElementLabel'](_0x4d5883['model'],_0x2c1df0=>{const _0x21d413=this['_getHeadingLevel'](_0x4d5883['model']);return null!==_0x21d413?_0x1b22a6(_0x2c1df0,_0x21d413):_0x187a99(_0x2c1df0,_0x4d5883['title']);});function _0x1b22a6(_0x44aba7,_0x6b3dcb){return o(_0x29b8ba,'ELEMENT_HEADING',[_0x44aba7,_0x6b3dcb]);}function _0x187a99(_0x4999b6,_0x1b19a5){return o(_0x29b8ba,'ELEMENT_HEADING_CUSTOM',[_0x4999b6,_0x1b19a5]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x34e62e=this['editor'],_0x5661a4=_0x34e62e['locale'];function _0x5e1bde(_0x2e95c0,_0x161517){return o(_0x5661a4,'ELEMENT_HEADING_CUSTOM',[_0x2e95c0,_0x161517]);}_0x34e62e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x45e3bb=>{if('formatBlock'!=_0x45e3bb['type'])return;const {data:_0x42608d}=_0x45e3bb;if(_0x42608d&&'heading'==_0x42608d['commandName']){const _0x222e25=_0x42608d['commandParams'][0x0]['value'],_0x5a708a=this['_getHeadingLevel'](_0x222e25);if(null!==_0x5a708a)return{'type':'format','content':o(_0x5661a4,'*Change\x20to:*\x20%0',(_0x5d3030=0x1,_0x3b7d43=_0x5a708a,o(_0x5661a4,'ELEMENT_HEADING',[_0x5d3030,_0x3b7d43])))};const _0x187d37=this['_headingOptions']['find'](_0x401df1=>_0x401df1['model']===_0x222e25)['title'];return{'type':'format','content':o(_0x5661a4,'*Change\x20to:*\x20%0',_0x5e1bde(0x1,_0x187d37))};}var _0x5d3030,_0x3b7d43;});}['_getHeadingLevel'](_0x224ae7){const _0x3af080=_0x224ae7['match'](/^heading(\d+)/);if(_0x3af080)return _0x3af080[0x1];const _0x5924f8=this['_headingOptions']?.['find'](_0x5eb919=>_0x5eb919['model']==_0x224ae7);if(_0x5924f8&&_0x5924f8['view']){const _0x3e1699=_0x5924f8['view'],_0x28c438=(_0x3e1699['name']??_0x3e1699)['match'](/^h(\d+)/);if(_0x28c438)return _0x28c438[0x1];}return null;}}class Z extends _0x11216f{['afterInit'](){const _0x2834d7=this['editor'];if(!_0x2834d7['plugins']['has']('HighlightEditing'))return;const _0x80d3b1=_0x2834d7['plugins']['get']('TrackChangesEditing'),_0x2f310d=_0x2834d7['locale'];_0x80d3b1['enableDefaultAttributesIntegration']('highlight'),_0x80d3b1['registerInlineAttribute']('highlight'),_0x80d3b1['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x2f310d,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3ab65e=this['editor'],_0x5b9eff=_0x3ab65e['locale'];_0x3ab65e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1e27c8=>{if('formatInline'!=_0x1e27c8['type'])return;const {data:_0x27d7bf}=_0x1e27c8;if(_0x27d7bf&&'highlight'==_0x27d7bf['commandName']){const _0x36756b=_0x5b9eff['t'],_0x459c52=_0x27d7bf['commandParams'][0x0]['value'];if(_0x459c52){const _0x513930=_0x3ab65e['config']['get']('highlight.options')['find'](_0x2cc5f5=>_0x2cc5f5['model']==_0x459c52),_0x5b74b7=_0x36756b(_0x513930['title'])['toLowerCase']();return{'type':'format','content':o(_0x5b9eff,'*Set\x20highlight:*\x20%0',_0x5b74b7),'color':{'value':_0x513930['color'],'title':_0x513930['title']}};}return{'type':'format','content':o(_0x5b9eff,'*Remove\x20highlight*',o(_0x5b9eff,'FORMAT_HIGHLIGHT'))};}});}}class tt extends _0x11216f{['afterInit'](){const _0x50cba4=this['editor'];if(!_0x50cba4['plugins']['has']('HorizontalLineEditing'))return;_0x50cba4['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x52bf65=_0x50cba4['plugins']['get']('TrackChangesEditing'),_0x4f300b=_0x50cba4['locale'];_0x52bf65['descriptionFactory']['registerElementLabel']('horizontalLine',_0x2a8aae=>o(_0x4f300b,'ELEMENT_HORIZONTAL_LINE',_0x2a8aae)),_0x50cba4['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x20e5a4,{writer:_0x445c13,options:_0x385abe})=>{if(!_0x385abe['showSuggestionHighlights'])return null;const _0x5a9ad7=_0x445c13['createContainerElement']('div'),_0x242350=_0x445c13['createEmptyElement']('hr');return _0x445c13['addClass']('ck-horizontal-line',_0x5a9ad7),_0x445c13['insert'](_0x445c13['createPositionAt'](_0x5a9ad7,0x0),_0x242350),_0x5a9ad7;},'converterPriority':'high'});}}class et extends _0x11216f{['afterInit'](){const _0x39ca87=this['editor'];if(!_0x39ca87['plugins']['has']('HtmlEmbed'))return;const _0x505535=_0x39ca87['plugins']['get']('TrackChangesEditing'),_0x50262c=_0x39ca87['locale'];_0x505535['descriptionFactory']['registerElementLabel']('rawHtml',_0x328450=>o(_0x50262c,'ELEMENT_HTML_EMBED',_0x328450)),_0x505535['enableDefaultAttributesIntegration']('htmlEmbed'),_0x505535['registerBlockAttribute']('value'),_0x505535['descriptionFactory']['registerDescriptionCallback'](_0x1c411b=>{if('attribute'!=_0x1c411b['type'])return;const {data:_0x76b5a6}=_0x1c411b;if(_0x76b5a6&&'value'==_0x76b5a6['key']&&_0x1c411b['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x5afc91=o(_0x50262c,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x50262c,'*Change\x20%0\x20content*',_0x5afc91)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3d2cb6=this['editor'],_0x5ae7e8=_0x3d2cb6['locale'];_0x3d2cb6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4bc583=>{if('formatBlock'!=_0x4bc583['type'])return;const {data:_0x42f30a}=_0x4bc583;if(_0x42f30a&&'htmlEmbed'==_0x42f30a['commandName']){const _0x3ecb48=o(_0x5ae7e8,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x5ae7e8,'*Change\x20%0\x20content*',_0x3ecb48)};}});}}class it extends _0x11216f{['afterInit'](){const _0x5e1414=this['editor'];if(!_0x5e1414['plugins']['has']('ImageEditing'))return;const _0x50dac8=_0x5e1414['plugins']['get']('TrackChangesEditing'),_0x3873df=_0x5e1414['plugins']['get']('ImageUtils'),_0x3f0955=_0x5e1414['locale'];_0x50dac8['enableCommand']('insertImage'),_0x50dac8['descriptionFactory']['registerElementLabel']('imageBlock',_0x3e1d32=>o(_0x3f0955,'ELEMENT_IMAGE',_0x3e1d32)),_0x50dac8['descriptionFactory']['registerElementLabel']('imageInline',_0x4cbfe8=>o(_0x3f0955,'ELEMENT_INLINE_IMAGE',_0x4cbfe8)),_0x50dac8['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x3f0955,'ELEMENT_CAPTION')),_0x5e1414['plugins']['has']('ImageUploadEditing')&&_0x50dac8['enableCommand']('uploadImage'),_0x5e1414['plugins']['has']('ImageBlockEditing')&&_0x5e1414['plugins']['has']('ImageInlineEditing')&&(_0x50dac8['enableCommand']('imageTypeInline',(_0x17da4f,_0x3fb280)=>{const _0x43b860=_0x3873df['getClosestSelectedImageElement'](_0x5e1414['model']['document']['selection']);_0x5e1414['model']['change'](()=>{_0x50dac8['markBlockFormat'](_0x43b860,{'commandName':'imageTypeInline','commandParams':[_0x3fb280]},[],'convertBlockImageToInline');});}),_0x50dac8['enableCommand']('imageTypeBlock',(_0x2b1706,_0x1a81a5)=>{_0x5e1414['model']['change'](_0x155fe0=>{let _0x23714a=_0x3873df['getClosestSelectedImageElement'](_0x5e1414['model']['document']['selection']),_0x5594dd=_0x155fe0['createRangeOn'](_0x23714a);const _0x593daa=_0x50dfc4['fromPosition'](_0x5594dd['start'],'toPrevious'),_0x2ad23b=_0x50dfc4['fromPosition'](_0x5594dd['end'],'toNext');_0x50dac8['forceDefaultExecution'](()=>_0x2b1706(_0x1a81a5)),_0x23714a=_0x3873df['getClosestSelectedImageElement'](_0x5e1414['model']['document']['selection']),_0x5594dd=_0x155fe0['createRangeOn'](_0x23714a);const _0x2999ff=_0x155fe0['createRange'](_0x593daa,_0x2ad23b);_0x593daa['detach'](),_0x2ad23b['detach'](),_0x50dac8['markBlockFormat'](_0x23714a,{'commandName':'imageTypeInline','commandParams':[_0x1a81a5]},[],'convertInlineImageToBlock'),_0x2999ff['start']['isBefore'](_0x5594dd['start'])&&_0x50dac8['markInsertion'](_0x155fe0['createRange'](_0x2999ff['start'],_0x5594dd['start']),'convertInlineImageToBlock'),_0x5594dd['end']['isBefore'](_0x2999ff['end'])&&_0x50dac8['markInsertion'](_0x155fe0['createRange'](_0x5594dd['end'],_0x2999ff['end']),'convertInlineImageToBlock');});}),_0x50dac8['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x50dac8['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x50dac8['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x50dac8['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x50dac8['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x50dac8['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x7d19f1])=>{const _0x17c6ff=_0x50dac8['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x983329=_0x7d19f1['start'],_0xc5d192=_0x7d19f1['end'];const _0x513301=_0x5e1414['model']['schema']['getNearestSelectionRange'](_0x983329,'backward'),_0x540a4c=_0x5e1414['model']['schema']['getNearestSelectionRange'](_0xc5d192,'forward');_0x513301['isCollapsed']&&(_0x983329=_0x513301['start']),_0x540a4c['isCollapsed']&&(_0xc5d192=_0x540a4c['end']),_0x17c6ff([_0x5e1414['model']['createRange'](_0x983329,_0xc5d192)]);}),_0x50dac8['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0xc165df),_0x50dac8['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0xc165df)),_0x5e1414['plugins']['has']('ImageCaptionEditing')&&(_0x50dac8['enableCommand']('toggleImageCaption',(_0xa810cf,_0x20189a)=>{const _0xc15ebe=_0x5e1414['plugins']['get']('ImageCaptionUtils');let _0x2aded9=_0x3873df['getClosestSelectedImageElement'](_0x5e1414['model']['document']['selection']),_0x1481e0=_0xc15ebe['getCaptionFromImageModelElement'](_0x2aded9);_0x5e1414['model']['change'](()=>{if(_0x1481e0)return void _0x50dac8['markDeletion'](_0x5e1414['model']['createRangeOn'](_0x1481e0));const _0x37f7f2=_0x3873df['isBlockImage'](_0x2aded9);_0xa810cf(_0x20189a),_0x2aded9=_0x3873df['getClosestSelectedImageElement'](_0x5e1414['model']['document']['selection']),_0x1481e0=_0xc15ebe['getCaptionFromImageModelElement'](_0x2aded9),_0x50dac8['markInsertion'](_0x5e1414['model']['createRangeOn'](_0x1481e0),_0x37f7f2?null:'imageCaption');});}),_0x50dac8['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0xc165df));const _0xb1fdd0=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x1dc90f(_0x5c3c1b,_0x25e255){const _0x2f5d55=_0xb1fdd0['findIndex'](({type:_0x13f6af,subType:_0x27cdc7})=>_0x5c3c1b['type']==_0x13f6af&&_0x5c3c1b['subType']==_0x27cdc7),_0x46af3b=_0xb1fdd0['findIndex'](({type:_0x57f885,subType:_0x347995})=>_0x25e255['type']==_0x57f885&&_0x25e255['subType']==_0x347995);if(_0x2f5d55<0x0||_0x46af3b<0x0)return!0x1;const _0x4e2922=_0x5c3c1b['getFirstRange'](),_0x1f2f96=_0x25e255['getFirstRange']();if((0x0==_0x2f5d55||0x1==_0x2f5d55)&&0x2==_0x46af3b&&_0x4e2922['isIntersecting'](_0x1f2f96))return!0x0;if(0x2==_0x2f5d55&&0x3==_0x46af3b){const _0x28142e=_0x50dac8['_findSuggestions'](_0x4e2922,'insertion')['filter'](({suggestion:_0x4f9ee4,meta:_0x2665ed})=>_0x2665ed['isOwn']&&'convertInlineImageToBlock'==_0x4f9ee4['subType']);if(_0x28142e['length']>0x1&&_0x1f2f96['end']['isEqual'](_0x4e2922['start']))return!0x0;if(0x1==_0x28142e['length']&&(_0x4e2922['start']['isEqual'](_0x1f2f96['end'])||_0x4e2922['end']['isEqual'](_0x1f2f96['start'])))return!0x0;}if(0x3==_0x2f5d55&&0x3==_0x46af3b&&_0x4e2922['start']['isBefore'](_0x1f2f96['start'])){const _0x33685f=_0x4e2922['end']['nodeAfter'],_0x31b52d=_0x1f2f96['start']['nodeBefore'];return _0x3873df['isBlockImage'](_0x33685f)&&_0x33685f===_0x31b52d;}return!0x1;}function _0xc165df(_0xa930e9,_0x513c24){return _0x1dc90f(_0xa930e9,_0x513c24)?[_0xa930e9,_0x513c24]:_0x1dc90f(_0x513c24,_0xa930e9)?[_0x513c24,_0xa930e9]:null;}_0x5e1414['plugins']['has']('ImageResize')&&(_0x50dac8['enableDefaultAttributesIntegration']('resizeImage'),_0x50dac8['registerBlockAttribute']('resizedWidth'),_0x50dac8['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x3f0955,'FORMAT_IMAGE_SIZE'))),_0x5e1414['plugins']['has']('ImageTextAlternativeEditing')&&(_0x50dac8['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x50dac8['registerBlockAttribute']('alt')),_0x50dac8['descriptionFactory']['registerDescriptionCallback'](_0x1c9839=>{if(!!_0xb1fdd0['find'](({type:_0x20b894,subType:_0x5b9838})=>_0x1c9839['type']==_0x20b894&&_0x1c9839['subType']==_0x5b9838))return _0x1c9839['previous']?{}:void 0x0;}),_0x50dac8['descriptionFactory']['registerDescriptionCallback'](_0x46e396=>{if('insertion'==_0x46e396['type']||'deletion'==_0x46e396['type']){const _0x52980a=_0x46e396['getContainedElement']();if(_0x52980a&&_0x52980a['is']('element','caption'))return{'type':'insertion'==_0x46e396['type']?'addObject':'removeObject','element':_0x52980a,'quantity':0x1};}}),_0x50dac8['descriptionFactory']['registerDescriptionCallback'](_0x480a4a=>'formatBlock'==_0x480a4a['type']&&'convertInlineImageToBlock'==_0x480a4a['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x480a4a['type']&&'convertBlockImageToInline'==_0x480a4a['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x50dac8['descriptionFactory']['registerDescriptionCallback'](_0x2b541b=>{if('attribute'!=_0x2b541b['type'])return;const {data:_0x1442cf}=_0x2b541b;if(!_0x1442cf||'alt'!=_0x1442cf['key'])return;const _0x280565=_0x1442cf['newValue'];return _0x280565?{'type':'format','content':o(_0x3f0955,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x280565+'\x22')}:{'type':'format','content':o(_0x3f0955,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1be524=this['editor'],_0x1b7f4c=_0x1be524['locale'];_0x1be524['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x57d7ad=>{if('formatBlock'!=_0x57d7ad['type']&&'formatInline'!=_0x57d7ad['type'])return;const {data:_0x21d120}=_0x57d7ad;if(_0x21d120){if('imageTextAlternative'==_0x21d120['commandName']){const _0x5be391=_0x21d120['commandParams'][0x0]['newValue'];return _0x5be391?{'type':'format','content':o(_0x1b7f4c,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x5be391+'\x22')}:{'type':'format','content':o(_0x1b7f4c,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x21d120['commandName']){const _0x49df63=_0x21d120['commandParams'][0x0]['width'];return _0x49df63?{'type':'format','content':o(_0x1b7f4c,'*Set\x20image\x20width:*\x20%0',_0x49df63)}:{'type':'format','content':o(_0x1b7f4c,'*Reset\x20image\x20width*')};}}});}}class st extends _0x11216f{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x52d704=this['editor']['locale'],_0x5d370e=this['editor']['plugins']['get']('TrackChangesEditing');_0x5d370e['enableDefaultAttributesIntegration']('replaceImageSource'),_0x5d370e['registerBlockAttribute']('src'),_0x5d370e['descriptionFactory']['registerDescriptionCallback'](_0x47d211=>{if('attribute'!=_0x47d211['type'])return;const {data:_0x4fe201}=_0x47d211;return _0x4fe201&&'src'==_0x4fe201['key']?_0x4fe201['newValue']&&_0x4fe201['oldValue']?{'type':'format','content':o(_0x52d704,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x36e60f=this['editor']['plugins']['get']('TrackChangesEditing');_0x36e60f['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x36e60f['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x36e60f['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x36e60f['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2d6582=this['editor'],_0xd8517e=_0x2d6582['locale'];_0x2d6582['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x204448=>{if('formatBlock'!=_0x204448['type']&&'formatInline'!=_0x204448['type'])return;const {data:_0x273d3b}=_0x204448;if(!_0x273d3b||'replaceImageSource'!=_0x273d3b['commandName'])return;return{'type':'format','content':o(_0xd8517e,'*Format:*\x20replace\x20image\x20URL')};});}}class nt extends _0x11216f{['afterInit'](){const _0x1019b2=this['editor'];if(!_0x1019b2['plugins']['has']('ImageStyleEditing'))return;const _0x5adabf=_0x1019b2['plugins']['get']('TrackChangesEditing'),_0x440e04=_0x1019b2['plugins']['get']('ImageUtils'),_0x5daf28={};_0x5adabf['enableCommand']('imageStyle',(_0x2fe4cf,_0x525781)=>{const _0x21e1f6=_0x1019b2['plugins']['get']('Users')['me'],_0x1e88da=_0x1019b2['commands']['get']('imageStyle');let _0x5924f4=_0x440e04['getClosestSelectedImageElement'](_0x1019b2['model']['document']['selection']),_0x201190=_0x1019b2['model']['createRangeOn'](_0x5924f4),_0x5889df=_0x1e88da['value'];if(_0x5889df==_0x525781['value'])return;const _0x55c413={'commandName':'imageStyle','commandParams':[_0x525781],'formatGroupId':_0x58019d()};_0x1019b2['model']['change'](()=>{if(_0x5adabf['getSuggestions']()['filter'](_0xc4389b=>_0xc4389b['isInContent']&&_0x21e1f6==_0xc4389b['author']&&('formatBlock'==_0xc4389b['type']||'formatInline'==_0xc4389b['type'])&&('imageStylePreApply'==_0xc4389b['subType']||'imageStylePostApply'==_0xc4389b['subType'])&&_0xc4389b['getFirstRange']()['isEqual'](_0x201190))['forEach'](_0x4b0cbc=>_0x5adabf['discardSuggestion'](_0x4b0cbc['head'])),_0x5924f4=_0x440e04['getClosestSelectedImageElement'](_0x1019b2['model']['document']['selection']),_0x201190=_0x1019b2['model']['createRangeOn'](_0x5924f4),_0x1e88da['refresh'](),_0x1019b2['commands']['get']('imageTypeInline')['refresh'](),_0x1019b2['commands']['get']('imageTypeBlock')['refresh'](),_0x5889df=_0x1e88da['value'],_0x5889df!=_0x525781['value'])return _0x440e04['isInlineImage'](_0x5924f4)&&_0x1e88da['shouldConvertImageType'](_0x525781['value'],_0x5924f4)?(_0x2fe4cf({..._0x525781,'setImageSizes':!0x1}),_0x5924f4=_0x440e04['getClosestSelectedImageElement'](_0x1019b2['model']['document']['selection']),void _0x5adabf['markBlockFormat'](_0x5924f4,{..._0x55c413,'commandReversedParams':[{'value':_0x5889df||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x440e04['isBlockImage'](_0x5924f4)?_0x5adabf['markBlockFormat'](_0x5924f4,_0x55c413,[],'imageStylePostApply'):_0x5adabf['markInlineFormat'](_0x201190,_0x55c413,'imageStylePostApply'));});});for(const _0x2fb4c7 of _0x1019b2['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x5daf28[_0x2fb4c7['name']]=_0x2fb4c7['title']['toLowerCase']();_0x5adabf['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x5adabf['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x5adabf['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x5adabf['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x4e4140])=>{_0x440e04['setImageNaturalSizeAttributes'](_0x4e4140['getContainedElement']());}),_0x5adabf['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x9a1822,_0xaf3f94)=>{_0x5adabf['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x9a1822,{'commandName':_0xaf3f94['commandName'],'commandParams':_0xaf3f94['commandReversedParams']});}),_0x5adabf['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x38692c,_0x343156){if(_0x5ed246(_0x38692c,_0x343156))return[_0x38692c,_0x343156];if(_0x5ed246(_0x343156,_0x38692c))return[_0x343156,_0x38692c];return null;});const _0x1a089b=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x5ed246(_0x1c8bdf,_0x27f7a8){const _0x3c630a=_0x1a089b['findIndex'](({type:_0x3a5cdc,subType:_0x3993ce})=>_0x1c8bdf['type']==_0x3a5cdc&&_0x1c8bdf['subType']==_0x3993ce),_0x1155e4=_0x1a089b['findIndex'](({type:_0x24bdb9,subType:_0x545375})=>_0x27f7a8['type']==_0x24bdb9&&_0x27f7a8['subType']==_0x545375);if(_0x3c630a<0x0||_0x1155e4<0x0)return!0x1;const _0xa1a66f=_0x1c8bdf['getFirstRange'](),_0x2099ff=_0x27f7a8['getFirstRange']();if((0x0==_0x3c630a||0x1==_0x3c630a)&&0x2==_0x1155e4&&_0xa1a66f['isIntersecting'](_0x2099ff))return!0x0;if(0x2==_0x3c630a&&0x3==_0x1155e4){const _0x52b38c=_0x5adabf['_findSuggestions'](_0xa1a66f,'insertion')['filter'](({suggestion:_0x28a952,meta:_0x1b336b})=>_0x1b336b['isOwn']&&'convertInlineImageToBlock'==_0x28a952['subType']);if(_0x52b38c['length']>0x1&&_0x2099ff['end']['isEqual'](_0xa1a66f['start']))return!0x0;if(0x1==_0x52b38c['length']&&(_0xa1a66f['start']['isEqual'](_0x2099ff['end'])||_0xa1a66f['end']['isEqual'](_0x2099ff['start'])))return!0x0;}if(0x3==_0x3c630a&&0x3==_0x1155e4&&_0xa1a66f['start']['isBefore'](_0x2099ff['start'])){const _0x3dd885=_0xa1a66f['end']['nodeAfter'],_0x2bdebd=_0x2099ff['start']['nodeBefore'];return _0x440e04['isBlockImage'](_0x3dd885)&&_0x3dd885===_0x2bdebd;}return!0x1;}_0x1019b2['model']['document']['registerPostFixer'](()=>{let _0x1ca74f=!0x1;const _0x55b0b9=Array['from'](_0x1019b2['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1dc498,data:_0x55578b}of _0x55b0b9){const {group:_0x391816,type:_0x15fe3c,subType:_0x264218,id:_0x16dc42}=_0x5adabf['_splitMarkerName'](_0x1dc498);if('suggestion'==_0x391816&&_0x5adabf['hasSuggestion'](_0x16dc42)){if('formatBlock'==_0x15fe3c&&('imageStylePreApply'==_0x264218||'imageStylePostApply'==_0x264218)){const _0x48fb3f=_0x5adabf['getSuggestion'](_0x16dc42);if(_0x55578b['newRange']){const _0x3eb82e=_0x48fb3f['getFirstRange']()['getContainedElement']();if(_0x440e04['isBlockImage'](_0x3eb82e))continue;_0x5adabf['discardSuggestion'](_0x48fb3f),_0x1ca74f=!0x0;}}if('insertion'==_0x15fe3c&&'imageCaption'==_0x264218&&!_0x55578b['newRange']){const _0x123d90=_0x5adabf['getSuggestion'](_0x16dc42);_0x123d90['next']&&_0x123d90['next']['isInContent']&&(_0x5adabf['discardSuggestion'](_0x123d90['next']),_0x1ca74f=!0x0);}}}return _0x1ca74f;}),this['_registerLegacyDescription'](_0x5daf28);}['_registerLegacyDescription'](_0x5b2790){const _0x17eb80=this['editor'],_0x490a99=_0x17eb80['locale'];_0x17eb80['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2f5eae=>{if('formatBlock'!=_0x2f5eae['type']&&'formatInline'!=_0x2f5eae['type'])return;const {data:_0x3f3429}=_0x2f5eae;if(!_0x3f3429||'imageStyle'!=_0x3f3429['commandName'])return;const _0x1910a2=_0x3f3429['commandParams'][0x0]['value'];return _0x18917b('side'===_0x1910a2?o(_0x490a99,'FORMAT_SIDE_IMAGE'):_0x5b2790[_0x1910a2]||_0x1910a2);function _0x18917b(_0xd371b6){return{'type':'format','content':o(_0x490a99,'*Format:*\x20%0',_0xd371b6)};}});}}class ot extends _0x11216f{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x25f0bc){super(_0x25f0bc),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x25bc0d=this['editor'],_0x19d497=_0x25bc0d['commands']['get']('importWord'),_0x45b880=_0x25bc0d['commands']['get']('trackChanges');_0x19d497&&(_0x19d497['on']('execute',(_0x4fc4f2,[,_0x454f94])=>{this['_trackChangesValueDuringImport']=_0x45b880['value'],_0x454f94['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x19d497,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x19d497,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x45b880['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x25bc0d['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x2777f3,_0x2df5d3){const {suggestions:_0x191901}=_0x2df5d3,_0x3d4da4=this['editor']['commands']['get']('trackChanges'),_0x1f98b5=_0x3d4da4['value'];this['_trackChangesValueDuringImport']!==_0x1f98b5&&(_0x3d4da4['execute'](),this['_trackChangesExecuted']=!0x0),_0x191901&&_0x191901['forEach'](({id:_0x28a20f,type:_0xe5381d,author:_0x443210,created_at:_0x2ec061})=>{const _0xf52c3={'id':_0x28a20f,'type':_0xe5381d,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x443210,'createdAt':_0x2ec061?new Date(_0x2ec061):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0xf52c3);});}}class rt extends _0x11216f{['afterInit'](){const _0x31cd4e=this['editor'],_0x46c172=_0x31cd4e['plugins']['get']('TrackChangesEditing');if(_0x31cd4e['plugins']['has']('IndentEditing')&&(_0x46c172['enableCommand']('indent'),_0x46c172['enableCommand']('outdent')),_0x31cd4e['plugins']['has']('IndentBlock')){for(const _0x51843c of['indentBlock','outdentBlock'])_0x46c172['enableDefaultAttributesIntegration'](_0x51843c);}const _0x27a9bd=_0x31cd4e['locale'];_0x46c172['registerBlockAttribute']('blockIndent'),_0x46c172['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x27a9bd,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x49f20f=this['editor'],_0x5a96ef=_0x49f20f['locale'],_0x35ddcb=_0x49f20f['plugins']['get']('TrackChangesEditing');_0x35ddcb['descriptionFactory']['registerDescriptionCallback'](_0x163dd1=>{if('formatBlock'!=_0x163dd1['type'])return;const {data:_0x273405}=_0x163dd1;if(!_0x273405)return;if('indentBlock'!=_0x273405['commandName']&&'outdentBlock'!=_0x273405['commandName'])return;const _0x54afd4=_0x163dd1['getItems']()[0x0],_0x1242ee=_0x35ddcb['descriptionFactory']['getItemLabel'](_0x54afd4);return'indentBlock'==_0x273405['commandName']?{'type':'format','content':o(_0x5a96ef,'*Indent:*\x20%0',_0x1242ee)}:'outdentBlock'==_0x273405['commandName']?{'type':'format','content':o(_0x5a96ef,'*Outdent:*\x20%0',_0x1242ee)}:void 0x0;});}}class at extends _0x11216f{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ct extends _0x11216f{['afterInit'](){const _0x2dc7b9=this['editor'];if(!_0x2dc7b9['plugins']['has']('LinkEditing'))return;const _0x19d16e=_0x2dc7b9['plugins']['get']('TrackChangesEditing'),_0x4ae934=_0x2dc7b9['commands']['get']('link');_0x19d16e['enableDefaultAttributesIntegration']('link'),_0x19d16e['enableDefaultAttributesIntegration']('unlink'),_0x19d16e['registerInlineAttribute']('linkHref');for(const _0x3d39d6 of _0x4ae934['manualDecorators'])_0x19d16e['registerInlineAttribute'](_0x3d39d6['id']),_0x19d16e['descriptionFactory']['registerAttributeLabel'](_0x3d39d6['id'],'link\x20('+_0x3d39d6['label']['toLowerCase']()+')');_0x19d16e['descriptionFactory']['registerDescriptionCallback'](_0x20a364=>{if('attribute'!=_0x20a364['type'])return;const {data:_0x23532d}=_0x20a364;if(!_0x23532d||'linkHref'!=_0x23532d['key'])return;const _0x418cca=_0x23532d['newValue'],_0x3e6c96=_0x2dc7b9['locale'];return{'type':'format','content':null==_0x418cca?o(_0x3e6c96,'*Remove\x20link*'):o(_0x3e6c96,'*Set\x20link:*\x20%0','\x22'+_0x418cca+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4eeb93=this['editor'],_0x45a20a=_0x4eeb93['locale'];_0x4eeb93['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x72626e=>{if('formatInline'!=_0x72626e['type'])return;const {data:_0x18321b}=_0x72626e;if(_0x18321b){if('link'==_0x18321b['commandName']){const _0x196fd7=_0x18321b['commandParams'][0x0];return{'type':'format','content':o(_0x45a20a,'*Set\x20link:*\x20%0','\x22'+_0x196fd7+'\x22')};}return'unlink'==_0x18321b['commandName']?{'type':'format','content':o(_0x45a20a,'*Remove\x20link*')}:void 0x0;}});}}class ut extends _0x11216f{['afterInit'](){const _0x5c3d3d=this['editor'],_0x5118ad=_0x5c3d3d['locale'];if(!_0x5c3d3d['plugins']['has']('LegacyListEditing'))return;const _0x1fbee6=_0x5c3d3d['plugins']['get']('TrackChangesEditing'),_0x1a3b3a=_0x5c3d3d['plugins']['has']('LegacyTodoListEditing');function _0x3199a4(_0x897698){return()=>{const _0x4f429e=_0x5c3d3d['model']['document']['selection'],_0x479373=_0x5c3d3d['commands']['get'](_0x897698);if(_0x479373['value'])return void _0x5c3d3d['execute']('paragraph',{});const _0x5498ab=_0x897698['slice'](0x0,-0x4),_0x1639fd=function(_0x2e5976,_0x3f2ddf,_0x227747){let _0x4601b0=Array['from'](_0x2e5976)['filter'](_0x4572be=>function(_0x21cb1e,_0x2e1d8c){return _0x2e1d8c['checkChild'](_0x21cb1e['parent'],'listItem')&&!_0x2e1d8c['isObject'](_0x21cb1e);}(_0x4572be,_0x227747));_0x4601b0=_0x4601b0['filter'](_0x38a6c7=>!_0x38a6c7['is']('element','listItem')||_0x38a6c7['getAttribute']('listType')!=_0x3f2ddf);const _0x27a471=new Set();for(const _0x173603 of _0x4601b0)_0x173603['is']('element','listItem')?_0x27a471['add'](me(_0x173603)):_0x27a471['add'](_0x173603);return Array['from'](_0x27a471);}(_0x4f429e['getSelectedBlocks'](),_0x5498ab,_0x5c3d3d['model']['schema']);_0x5c3d3d['model']['change'](()=>{for(const _0x41c92c of _0x1639fd)_0x1fbee6['markBlockFormat'](_0x41c92c,{'commandName':_0x897698,'commandParams':[{'forceValue':!_0x479373['value']}],'formatGroupId':'blockName'},fe(_0x41c92c));});};}function _0x99d9fe(_0x49db13){return()=>{const _0xac95b7=function(_0x94d9f0){let _0x2dd3f6=Array['from'](_0x94d9f0);const _0x5e2447=_0x2dd3f6['findIndex'](_0x106d43=>'listItem'!=_0x106d43['name']);return _0x5e2447>-0x1&&(_0x2dd3f6=_0x2dd3f6['slice'](0x0,_0x5e2447)),_0x2dd3f6;}(_0x5c3d3d['model']['document']['selection']['getSelectedBlocks']()),_0x2ffe91=_0x5c3d3d['model']['createRange'](_0x5c3d3d['model']['createPositionAt'](_0xac95b7[0x0],'before'),_0x5c3d3d['model']['createPositionAt'](_0xac95b7[_0xac95b7['length']-0x1],'end'));_0x5c3d3d['model']['change'](()=>{_0x1fbee6['markBlockFormat'](_0x2ffe91,{'commandName':_0x49db13,'commandParams':[],'formatGroupId':'listIndent'},function(_0x540145){const _0x2bdfe2=new Set();for(const _0x7a4bb0 of _0x540145){let _0x811519=_0x7a4bb0['nextSibling'];for(;_0x811519&&_0x811519['getAttribute']('listIndent')>_0x7a4bb0['getAttribute']('listIndent');)_0x2bdfe2['add'](_0x811519),_0x811519=_0x811519['nextSibling'];}return Array['from'](_0x2bdfe2);}(_0xac95b7));});};}_0x1fbee6['enableCommand']('numberedList',_0x3199a4('numberedList')),_0x1fbee6['enableCommand']('bulletedList',_0x3199a4('bulletedList')),_0x1a3b3a&&_0x1fbee6['enableCommand']('todoList',_0x3199a4('todoList')),_0x1fbee6['enableCommand']('indentList',_0x99d9fe('indentList')),_0x1fbee6['enableCommand']('outdentList',_0x99d9fe('outdentList')),_0x1a3b3a&&_0x1fbee6['enableCommand']('checkTodoList',()=>{const _0x57223c=_0x5c3d3d['commands']['get']('checkTodoList'),_0x262f03=Array['from'](_0x57223c['_selectedElements']);_0x262f03['filter'](_0x3ae08e=>_0x3ae08e['getAttribute']('todoListChecked')!=_0x57223c['value']),_0x5c3d3d['model']['change'](()=>{for(const _0x49a73d of _0x262f03)_0x1fbee6['markBlockFormat'](_0x49a73d,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x57223c['value']}]});});}),_0x1fbee6['descriptionFactory']['registerElementLabel']('listItem',_0x44a3e7=>o(_0x5118ad,'ELEMENT_LIST_ITEM',_0x44a3e7)),_0x1fbee6['descriptionFactory']['registerDescriptionCallback'](_0x5b56d1=>{if('formatBlock'!=_0x5b56d1['type']&&'formatInline'!=_0x5b56d1['type'])return;const {data:_0x2b33c9}=_0x5b56d1;if(_0x2b33c9){if('numberedList'==_0x2b33c9['commandName']||'bulletedList'==_0x2b33c9['commandName']||'todoList'==_0x2b33c9['commandName'])switch(_0x2b33c9['commandName']['replace']('List','')){case'bulleted':return _0x3a2390(o(_0x5118ad,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x3a2390(o(_0x5118ad,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x3a2390(o(_0x5118ad,'ELEMENT_TODO_LIST'));}if('indentList'==_0x2b33c9['commandName'])return{'type':'format','content':o(_0x5118ad,'*Indent:*\x20%0',o(_0x5118ad,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x2b33c9['commandName'])return{'type':'format','content':o(_0x5118ad,'*Outdent:*\x20%0',o(_0x5118ad,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x2b33c9['commandName'])return _0x2b33c9['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x5118ad,'*Check\x20item*')}:{'type':'format','content':o(_0x5118ad,'*Uncheck\x20item*')};}function _0x3a2390(_0x51c764){return{'type':'format','content':o(_0x5118ad,'*Change\x20to:*\x20%0',_0x51c764)};}});}}function me(_0x2e3a92){const _0x3294c0=_0x2e3a92['getAttribute']('listIndent');if(0x0==_0x3294c0)return _0x2e3a92;let _0x5d8728=_0x2e3a92;for(;_0x2e3a92['previousSibling']&&_0x2e3a92['previousSibling']['is']('element','listItem');){const _0x58a8ba=_0x2e3a92['previousSibling']['getAttribute']('listIndent');if(_0x58a8ba==_0x3294c0)_0x5d8728=_0x2e3a92['previousSibling'];else{if(_0x58a8ba<_0x3294c0)break;}_0x2e3a92=_0x2e3a92['previousSibling'];}return _0x5d8728;}function fe(_0xd7783c){const _0x3eb8e7=[];if(_0xd7783c['is']('element','listItem')&&_0xd7783c['getAttribute']('listIndent')>0x0){let _0x113872=_0xd7783c['nextSibling'];for(;_0x113872&&'listItem'==_0x113872['name']&&_0x113872['getAttribute']('listIndent')==_0xd7783c['getAttribute']('listIndent');)_0x3eb8e7['push'](_0x113872),_0x113872=_0x113872['nextSibling'];}return _0x3eb8e7;}class K extends _0x11216f{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x33eb09=this['editor']['config']['get']('list.properties'),_0x1be297=this['editor']['plugins']['get']('TrackChangesEditing');_0x33eb09['styles']&&_0x1be297['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x33eb09['reversed']&&_0x1be297['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x33eb09['startIndex']&&_0x1be297['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x1be297['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x2464aa,_0x58aef8={}){const _0x20d786=this['editor']['plugins']['get']('TrackChangesEditing'),_0x70ea10=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x20d786['markMultiRangeBlockFormat'](_0x70ea10,{'commandName':'listStyle','commandParams':[{'type':_0x58aef8['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x4337b8,_0x441268={}){const _0x2a257d=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4d8858=this['_getSuggestionBlocks'](_0xe40f1b=>_0xe40f1b['is']('element','listItem')&&'numbered'===_0xe40f1b['getAttribute']('listType'));if(_0x4d8858['length']<0x1)return;const _0x54825c=_0x4d8858['map'](_0x5086d0=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x5086d0,'before'),this['editor']['model']['createPositionAt'](_0x5086d0,0x0)));this['editor']['model']['change'](()=>{_0x2a257d['markMultiRangeBlockFormat'](_0x54825c,{'commandName':'listReversed','commandParams':[{'reversed':_0x441268['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x98f202,_0x25f955={}){const _0x2ea43e=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3ce26f=this['_getSuggestionBlocks'](_0x389951=>_0x389951['is']('element','listItem')&&'numbered'===_0x389951['getAttribute']('listType'));if(_0x3ce26f['length']<0x1)return;const _0x169c1e=_0x3ce26f['map'](_0x33c218=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x33c218,'before'),this['editor']['model']['createPositionAt'](_0x33c218,0x0)));this['editor']['model']['change'](()=>{_0x2ea43e['markMultiRangeBlockFormat'](_0x169c1e,{'commandName':'listStart','commandParams':[{'startIndex':_0x25f955['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x145acc){if('formatBlock'!=_0x145acc['type']&&'formatInline'!=_0x145acc['type'])return;const _0x3588d8=this['editor']['locale'],{data:_0x3a25c3}=_0x145acc;if(!_0x3a25c3)return;let _0x15840f,_0x3464cb;switch(_0x3a25c3['commandName']){case'listStyle':_0x15840f='*Change\x20to:*\x20%0',_0x3464cb={'type':'format','content':o(_0x3588d8,_0x15840f,o(_0x3588d8,this['_getTranslationKeyForListStyle'](_0x3a25c3['commandParams'][0x0]['type'])))};break;case'listReversed':_0x15840f=_0x3a25c3['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x3464cb={'type':'format','content':o(_0x3588d8,_0x15840f)};break;case'listStart':_0x15840f='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x3464cb={'type':'format','content':o(_0x3588d8,_0x15840f,_0x3a25c3['commandParams'][0x0]['startIndex'])};}return _0x3464cb;}['_getSuggestionBlocksForListStyle'](){const _0x5c434e=this['editor']['plugins']['get']('LegacyListUtils');let _0x2e8630=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x2e8630[0x0]?.['is']('element','listItem')&&_0x2e8630['unshift'](..._0x5c434e['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x2e8630[_0x2e8630['length']-0x1]?.['is']('element','listItem')&&_0x2e8630['push'](..._0x5c434e['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x2e8630=[...new Set(_0x2e8630)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x2e8630=_0x2e8630['filter'](_0x5d7a43=>_0x5d7a43['is']('element','listItem'))),_0x2e8630;}['_getSuggestionBlocks'](_0x3890f2){const _0x34c14a=this['editor']['plugins']['get']('LegacyListUtils');let _0x4ad1ed=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x3890f2)['map'](_0x82291b=>{const _0x2cd6ca=this['editor']['model']['createPositionAt'](_0x82291b,0x0);return[..._0x34c14a['getSiblingNodes'](_0x2cd6ca,'backward'),..._0x34c14a['getSiblingNodes'](_0x2cd6ca,'forward')];})['flat']();return _0x4ad1ed=[...new Set(_0x4ad1ed)],_0x4ad1ed;}['_getTranslationKeyForListStyle'](_0x8043b0){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x8043b0)||'default')['toUpperCase']()+'_LIST_'+_0x8043b0['toUpperCase']()['replace'](/-/g,'_');}}class ft extends _0x11216f{['afterInit'](){const _0x20b277=this['editor'];if(!_0x20b277['plugins']['has']('MediaEmbedEditing'))return;const _0x5dec4f=_0x20b277['plugins']['get']('TrackChangesEditing'),_0x9c62aa=_0x20b277['locale'];_0x5dec4f['enableCommand']('mediaEmbed'),_0x5dec4f['descriptionFactory']['registerElementLabel']('media',_0x16b0c3=>o(_0x9c62aa,'ELEMENT_MEDIA',_0x16b0c3)),_0x20b277['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x551582,{writer:_0x3caa2f,options:_0x4b055b})=>{if(_0x4b055b['showSuggestionHighlights'])return _0x3caa2f['createEmptyElement']('div');},'converterPriority':'high'}),_0x20b277['data']['downcastDispatcher']['on']('attribute:url:media',(_0x3a49f7,_0xbdf388,_0x369b5e)=>{_0x369b5e['options']['showSuggestionHighlights']&&_0x3a49f7['stop']();},{'priority':'high'});}}class gt extends _0x11216f{['afterInit'](){const _0x138497=this['editor'];_0x138497['plugins']['has']('MentionEditing')&&_0x138497['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class lt extends _0x11216f{['afterInit'](){const _0x57600f=this['editor'],_0x3526a4=_0x57600f['plugins']['get']('TrackChangesEditing');_0x57600f['plugins']['has']('MultiLevelList')&&(_0x3526a4['enableDefaultAttributesIntegration']('multiLevelList'),_0x3526a4['registerBlockAttribute']('listMarkerStyle'),_0x3526a4['descriptionFactory']['registerDescriptionCallback'](_0x3320a6=>this['handleDescriptions'](_0x3320a6)));}['handleDescriptions'](_0x102939){const _0x32398c=this['editor']['locale'],{data:_0x211cb4}=_0x102939,_0x31ec4a={'type':'format','content':''};if(_0x211cb4&&'listMarkerStyle'==_0x211cb4['key']){if(!_0x211cb4['oldValue'])return{'type':'format','content':o(_0x32398c,'*Set\x20format:*\x20%0',o(_0x32398c,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x211cb4['newValue']+')'};if(!_0x211cb4['newValue']){let _0x245441=_0x102939['head'];for(;_0x245441;){if(_0x245441['data']&&'listType'==_0x245441['data']['key']&&_0x245441['data']['newValue'])return _0x31ec4a;_0x245441=_0x245441['next'];}return{'type':'format','content':o(_0x32398c,'*Remove\x20format:*\x20%0',o(_0x32398c,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x211cb4['oldValue']+')'};}}}}class mt extends _0x11216f{['afterInit'](){const _0x43a6bc=this['editor'];if(!_0x43a6bc['plugins']['has']('PageBreakEditing'))return;_0x43a6bc['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x9e7351=_0x43a6bc['plugins']['get']('TrackChangesEditing'),_0x2c8849=_0x43a6bc['locale'];_0x9e7351['descriptionFactory']['registerElementLabel']('pageBreak',_0x1e54ac=>o(_0x2c8849,'ELEMENT_PAGE_BREAK',_0x1e54ac));}}class dt extends _0x11216f{['afterInit'](){const _0x5e048b=this['editor'];if(!_0x5e048b['plugins']['has']('Paragraph'))return;const _0x39e187=_0x5e048b['locale'],_0x5f0ab4=_0x5e048b['plugins']['get']('TrackChangesEditing');_0x5f0ab4['descriptionFactory']['registerElementLabel']('paragraph',_0x4a28ad=>o(_0x39e187,'ELEMENT_PARAGRAPH',_0x4a28ad)),_0x5f0ab4['enableDefaultAttributesIntegration']('paragraph'),_0x5f0ab4['enableCommand']('insertParagraph'),_0x5e048b['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x5e048b),{'priority':'highest'}),_0x5e048b['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x4f988b,_0x270e39,_0x17986b)=>{_0x17986b['options']['showSuggestionHighlights']&&nr(_0x5e048b,{'showActiveMarker':!0x1})(_0x4f988b,_0x270e39,_0x17986b);},{'priority':'highest'});const _0x19c513=_0x5f0ab4['descriptionFactory'];_0x19c513['registerDescriptionCallback'](_0xc0e862=>{if('insertion'!==_0xc0e862['type'])return;const {start:_0x50acb7,end:_0x40199a}=_0xc0e862['getFirstRange']();if(!_0x50acb7['isTouching'](_0x40199a)||!_0x50acb7['nodeAfter'])return;const _0x56cfbd=_0x5e048b['model']['schema'],_0x5f1f21=_0x50acb7['nodeAfter'];return _0x56cfbd['isBlock'](_0x5f1f21)&&!_0x56cfbd['isLimit'](_0x5f1f21)&&_0x56cfbd['checkChild'](_0x5f1f21,'$text')?{'type':'insertion','content':o(_0x39e187,'*Insert:*\x20%0',_0x19c513['getItemLabel'](_0x5f1f21,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3312a6=this['editor'],_0x205efb=_0x3312a6['locale'];_0x3312a6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3c38e5=>{if('formatBlock'!=_0x3c38e5['type'])return;const {data:_0x113e21}=_0x3c38e5;return _0x113e21&&'paragraph'==_0x113e21['commandName']?{'type':'format','content':o(_0x205efb,'*Change\x20to:*\x20%0',o(_0x205efb,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x254da4,{showActiveMarker:_0x23002f=!0x0}={}){return(_0x5983e4,_0x5f4d34,_0x1e2d43)=>{const _0x1d5244=_0x254da4['plugins']['get']('TrackChangesEditing'),_0x4f88b1=_0x5f4d34['markerRange']['start'],_0x4007dc=_0x5f4d34['markerRange']['end'],_0x1a5712=_0x254da4['model']['schema'];if(!_0x4f88b1['isTouching'](_0x4007dc)||!_0x4f88b1['nodeAfter'])return;const _0x1f3c35=_0x4f88b1['nodeAfter'];if(_0x1a5712['isBlock'](_0x1f3c35)&&!_0x1a5712['isLimit'](_0x1f3c35)&&_0x1a5712['checkChild'](_0x1f3c35,'$text')){if(!_0x1e2d43['consumable']['consume'](_0x5f4d34['markerRange'],_0x5983e4['name']))return;const _0x22284b=_0x1e2d43['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x522069=_0x1e2d43['mapper']['toViewPosition'](_0x4007dc);_0x23002f&&_0x1d5244['activeMarkers']['includes'](_0x5f4d34['markerName'])&&_0x1e2d43['writer']['addClass']('ck-suggestion-marker--active',_0x22284b),_0x1e2d43['writer']['insert'](_0x522069,_0x22284b),_0x1e2d43['mapper']['bindElementToMarker'](_0x22284b,_0x5f4d34['markerName']);}};}class pt extends _0x11216f{['afterInit'](){const _0x34590a=this['editor'];if(!_0x34590a['plugins']['has']('RemoveFormatEditing'))return;_0x34590a['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x364eaf=this['editor'];_0x364eaf['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x464a33=>{if('formatBlock'!=_0x464a33['type']&&'formatInline'!=_0x464a33['type'])return;const {data:_0x1b1022}=_0x464a33;return _0x1b1022&&'removeFormat'==_0x1b1022['commandName']?{'type':'format','content':o(_0x364eaf['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class kt extends _0x11216f{['afterInit'](){const _0x213149=this['editor'];if(!_0x213149['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x27eba9=_0x213149['plugins']['get']('TrackChangesEditing');_0x27eba9['enableCommand']('goToPreviousRestrictedEditingException'),_0x27eba9['enableCommand']('goToNextRestrictedEditingException');const _0x2ddf68=_0x213149['plugins']['get']('RestrictedEditingModeEditing');_0x2ddf68['enableCommand']('trackChanges'),_0x2ddf68['enableCommand']('acceptSuggestion'),_0x2ddf68['enableCommand']('discardSuggestion'),_0x2ddf68['enableCommand']('acceptAllSuggestions'),_0x2ddf68['enableCommand']('discardAllSuggestions'),_0x2ddf68['enableCommand']('acceptSelectedSuggestions'),_0x2ddf68['enableCommand']('discardSelectedSuggestions');}}class bt extends _0x11216f{static get['requires'](){return[_0x47d294];}['init'](){const _0x1f42de=this['editor'],_0x446b0a=_0x1f42de['plugins']['get']('TrackChangesEditing');_0x446b0a['enableCommand']('shiftEnter'),_0x1f42de['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',de(_0x1f42de),{'priority':'high'}),_0x1f42de['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',de(_0x1f42de),{'priority':'high'}),_0x1f42de['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x10cdef,_0x45e7c4,_0x423ace)=>{_0x423ace['options']['showSuggestionHighlights']&&de(_0x1f42de,{'showActiveMarker':!0x1})(_0x10cdef,_0x45e7c4,_0x423ace);}),_0x446b0a['descriptionFactory']['registerElementLabel']('softBreak',_0x4794f1=>o(_0x1f42de['locale'],'ELEMENT_LINE_BREAK',_0x4794f1));}}function de(_0x71ec3c,{showActiveMarker:_0xccb989=!0x0}={}){return(_0x482742,_0x61a30d,_0x20e6f9)=>{const _0x56d72f=_0x71ec3c['plugins']['get']('TrackChangesEditing');if(!_0x20e6f9['consumable']['test'](_0x61a30d['markerRange'],_0x482742['name']))return;const _0xd2f1fa=_0x71ec3c['model'];for(const _0x1b5d39 of _0x61a30d['markerRange']['getItems']()){if(!_0x1b5d39['is']('element','softBreak'))continue;const _0x108f78='deletion'==_0x61a30d['markerName']['split'](':')[0x1]?'merge':'split',_0x1903c8=_0x20e6f9['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x108f78}),_0x37d42c=_0x20e6f9['mapper']['toViewPosition'](_0xd2f1fa['createPositionBefore'](_0x1b5d39));_0xccb989&&_0x56d72f['activeMarkers']['includes'](_0x61a30d['markerName'])&&_0x20e6f9['writer']['addClass']('ck-suggestion-marker--active',_0x1903c8),_0x20e6f9['writer']['insert'](_0x37d42c,_0x1903c8),_0x20e6f9['mapper']['bindElementToMarker'](_0x1903c8,_0x61a30d['markerName']);}};}class wt extends _0x11216f{['afterInit'](){const _0x5d1cd8=this['editor'],_0x449f1e=_0x5d1cd8['model'],_0x4fb511=_0x5d1cd8['locale'];if(!_0x5d1cd8['plugins']['has']('StandardEditingModeEditing'))return;const _0x2bc57a=_0x5d1cd8['plugins']['get']('TrackChangesEditing'),_0x3837e1='restrictedEditingException',_0x300559=_0x5d1cd8['commands']['get'](_0x3837e1);_0x2bc57a['enableCommand'](_0x3837e1,(_0x507e1,_0x42cb84={})=>{const _0x4fb5a4=_0x449f1e['document']['selection'];if(_0x4fb5a4['isCollapsed'])return void _0x507e1(_0x42cb84);const _0x22f2b6=void 0x0!==_0x42cb84['forceValue']?_0x42cb84['forceValue']:!_0x300559['value'];_0x449f1e['change'](()=>{const _0x536662=Array['from'](_0x4fb5a4['getRanges']());for(const _0x216599 of _0x536662){const _0x19a8d1=_0x22f2b6?[_0x216599]:io(_0x3837e1,_0x216599,_0x449f1e);for(const _0x32bcca of _0x19a8d1)_0x2bc57a['markInlineFormat'](_0x32bcca,{'commandName':_0x3837e1,'commandParams':[{'forceValue':_0x22f2b6}]});}});}),_0x2bc57a['descriptionFactory']['registerDescriptionCallback'](_0x1807e2=>{if('formatBlock'!=_0x1807e2['type']&&'formatInline'!=_0x1807e2['type'])return;const {data:_0x4c0d61}=_0x1807e2;return _0x4c0d61&&_0x4c0d61['commandName']==_0x3837e1?_0x4c0d61['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4fb511,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x4fb511,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class yt extends _0x11216f{['afterInit'](){const _0x2aed12=this['editor'];if(!_0x2aed12['plugins']['has']('Style')||!_0x2aed12['plugins']['has']('DataSchema'))return;const _0x9db301=_0x2aed12['plugins']['get']('TrackChangesEditing'),_0x5af094=_0x2aed12['locale'],_0x3fe6c9=_0x2aed12['config']['get']('style')||{},_0x438628=_0x2aed12['plugins']['get']('GeneralHtmlSupport'),_0x29e4bc=_0x2aed12['plugins']['get']('StyleUtils')['normalizeConfig'](_0x2aed12['plugins']['get']('DataSchema'),_0x3fe6c9['definitions']);_0x9db301['enableDefaultAttributesIntegration']('style');const _0x445a73=new Set();for(const _0x1d47e7 of _0x29e4bc['block']){const _0x34c2b3=_0x438628['getGhsAttributeNameForElement'](_0x1d47e7['element']);_0x445a73['add'](_0x34c2b3);}const _0x2af782=new Set();for(const _0x45cae5 of _0x29e4bc['inline']){const _0xa89047=_0x438628['getGhsAttributeNameForElement'](_0x45cae5['element']);_0x2af782['add'](_0xa89047);for(const _0x1b1f98 of _0x45cae5['ghsAttributes'])_0x2af782['add'](_0x1b1f98);}for(const _0x329c53 of _0x445a73)_0x9db301['registerBlockAttribute'](_0x329c53),_0x9db301['descriptionFactory']['registerAttributeLabel'](_0x329c53,o(_0x5af094,'FORMAT_STYLE'));for(const _0x5733e1 of _0x2af782)_0x9db301['registerInlineAttribute'](_0x5733e1),_0x9db301['descriptionFactory']['registerAttributeLabel'](_0x5733e1,o(_0x5af094,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x44bcbe=this['editor'],_0x4e19e7=_0x44bcbe['locale'];_0x44bcbe['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3cd535=>{if('formatBlock'!=_0x3cd535['type']&&'formatInline'!=_0x3cd535['type'])return;const {data:_0x29d5df}=_0x3cd535;return _0x29d5df&&'style'===_0x29d5df['commandName']?_0x29d5df['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4e19e7,'*Set\x20format:*\x20%0',_0x29d5df['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x4e19e7,'*Remove\x20format:*\x20%0',_0x29d5df['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class jt extends _0x11216f{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x27b706){super(_0x27b706),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x3d5acb=this['editor'],_0x19db24=_0x3d5acb['model']['document']['selection'];if(!_0x3d5acb['plugins']['has']('TableEditing'))return;const _0x985d13=_0x3d5acb['locale'],_0x5119ae=_0x3d5acb['plugins']['get']('TrackChangesEditing'),_0x22fde0=_0x3d5acb['plugins']['get']('TableUtils');_0x5119ae['descriptionFactory']['registerElementLabel']('table',_0x523cd4=>o(_0x985d13,'ELEMENT_TABLE',_0x523cd4)),this['_setupColumnsRowsFixing'](),_0x5119ae['enableCommand']('insertTable'),_0x5119ae['enableCommand']('selectTableRow'),_0x5119ae['enableCommand']('selectTableColumn');for(const _0x42c0d0 of['insertTableRowAbove','insertTableRowBelow']){const _0x61d2bf=_0x3d5acb['commands']['get'](_0x42c0d0);_0x5119ae['enableCommand'](_0x42c0d0,_0x136247=>{_0x3d5acb['model']['change'](_0x57abc2=>{_0x136247();const _0x126ccd='above'===_0x61d2bf['order'],_0x559ad2=_0x22fde0['getSelectionAffectedTableCells'](_0x19db24),_0x2d788a=_0x22fde0['getRowIndexes'](_0x559ad2),_0x50305e=_0x126ccd?_0x2d788a['first']-0x1:_0x2d788a['last']+0x1,_0x17d3ce=_0x559ad2[0x0]['findAncestor']('table'),_0x21db16=_0x22fde0['createTableWalker'](_0x17d3ce,{'startRow':_0x50305e,'endRow':_0x50305e}),_0x4e8de5=Array['from'](_0x21db16)['map'](_0x172a30=>_0x57abc2['createRangeOn'](_0x172a30['cell']));_0x5119ae['markMultiRangeInsertion'](_0x4e8de5,'tableRow');});});}for(const _0x3573e9 of['insertTableColumnLeft','insertTableColumnRight']){const _0x5ae536=_0x3d5acb['commands']['get'](_0x3573e9);_0x5119ae['enableCommand'](_0x3573e9,_0x5109f6=>{_0x3d5acb['model']['change'](_0x20c2b3=>{_0x5109f6();const _0x23d0c8='left'===_0x5ae536['order'],_0x406baa=_0x22fde0['getSelectionAffectedTableCells'](_0x19db24),_0x43511a=_0x22fde0['getColumnIndexes'](_0x406baa),_0x191c96=_0x23d0c8?_0x43511a['first']-0x1:_0x43511a['last']+0x1,_0x419486=_0x406baa[0x0]['findAncestor']('table'),_0x49fbdd=_0x22fde0['createTableWalker'](_0x419486,{'startRow':0x0,'column':_0x191c96,'includeAllSlots':!0x1}),_0x51b7e2=Array['from'](_0x49fbdd)['map'](_0x55e268=>_0x20c2b3['createRangeOn'](_0x55e268['cell']));_0x5119ae['markMultiRangeInsertion'](_0x51b7e2,'tableColumn');});});}for(const _0x4cbb63 of['removeTableRow','removeTableColumn']){const _0x558179=_0x4cbb63['substr'](0xb),_0x317442=_0x558179['toLowerCase'](),_0x2114e6=_0x317442['substr'](0x0,0x3)+'span',_0x2d6fb4='table'+_0x558179,_0x103fa7='min'+_0x558179,_0x175680='max'+_0x558179;_0x5119ae['enableCommand'](_0x4cbb63,()=>{_0x3d5acb['model']['change'](_0x43566d=>{const _0x39cba7=_0x22fde0['getSelectionAffectedTableCells'](_0x19db24),_0x1d3a82=_0x39cba7[0x0]['findAncestor']('table');let _0x259e71;if('removeTableRow'==_0x4cbb63){const _0x2d936e=_0x22fde0['getRowIndexes'](_0x39cba7);_0x259e71={'startRow':_0x2d936e['first'],'endRow':_0x2d936e['last'],'includeAllSlots':!0x0};}else{const _0x3523df=_0x22fde0['getColumnIndexes'](_0x39cba7);_0x259e71={'startColumn':_0x3523df['first'],'endColumn':_0x3523df['last'],'includeAllSlots':!0x0};}const _0x591caf=_0x22fde0['createTableWalker'](_0x1d3a82,_0x259e71),_0x328ef0=Array['from'](_0x591caf)['map'](({cell:_0x3a38c7})=>_0x3a38c7),_0x2d5f3e=Ee(_0x328ef0['filter'](_0x5f4736=>_0x5f4736['hasAttribute'](_0x2114e6))),_0x5b57ba=Ee(_0x328ef0['filter'](_0x304bd1=>!_0x304bd1['hasAttribute'](_0x2114e6)))['map'](_0x2cc6f8=>_0x43566d['createRangeOn'](_0x2cc6f8)),_0xda40da=_0x5119ae['markMultiRangeDeletion'](_0x5b57ba,_0x2d6fb4);if(_0xda40da&&('tableRow'==_0xda40da['subType']||'tableColumn'==_0xda40da['subType'])){const _0x4203b4=this['_getSuggestionCoords'](_0xda40da);for(const _0x43e61d of _0x2d5f3e){const _0x3d0556=_0x43566d['createRangeOn'](_0x43e61d),_0x3b5b89=_0x22fde0['getCellLocation'](_0x43e61d),_0x23b9ba=_0x43e61d['getAttribute'](_0x2114e6)-0x1,_0x3abf99=_0x4203b4[_0x103fa7],_0xe0ed4f=_0x4203b4[_0x175680];_0x3abf99<=_0x3b5b89[_0x317442]&&_0x3b5b89[_0x317442]+_0x23b9ba<=_0xe0ed4f&&_0xda40da['addRange'](_0x3d0556);}}});});}function _0x1f88d3(_0xba0e89){const _0x27e0c6=Array['from'](_0x19db24['getRanges']())['map'](_0x215566=>_0x17267b['fromRange'](_0x215566));_0x3d5acb['model']['change'](_0x28b8aa=>{const _0x5efd98=_0x28b8aa['batch'];_0xba0e89=_0xba0e89['filter'](_0x2270c3=>'$graveyard'!=_0x2270c3['root']['rootName']),_0x28b8aa['setSelection'](_0xba0e89),_0x3d5acb['commands']['get']('removeTableRow')['refresh'](),_0x3d5acb['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x3d5acb['model']['enqueueChange'](()=>{_0x3d5acb['model']['enqueueChange'](_0x5efd98,_0x48962d=>{const _0x17495d=_0x27e0c6['filter'](_0x3fbffd=>'$graveyard'!=_0x3fbffd['root']['rootName']);_0x17495d['length']>0x0&&_0x48962d['setSelection'](_0x17495d);for(const _0x5cc1fd of _0x27e0c6)_0x5cc1fd['detach']();});});});}function _0x13972f(_0x3f50a0){_0x3d5acb['model']['change'](_0x48bbd8=>{const _0x41da2a=Array['from'](_0x19db24['getRanges']())['map'](_0x45dfa1=>_0x17267b['fromRange'](_0x45dfa1)),_0x47b7bb=[];for(const _0xecc7d2 of _0x3f50a0)for(const _0x30a1fb of _0xecc7d2['getItems']({'shallow':!0x0}))_0x47b7bb['push'](_0x30a1fb);for(const _0x2d7f25 of _0x47b7bb)'$graveyard'!=_0x2d7f25['root']['rootName']&&(_0x48bbd8['setSelection'](_0x48bbd8['createPositionAt'](_0x2d7f25,0x0)),_0x3d5acb['commands']['get']('removeTableColumn')['refresh'](),_0x3d5acb['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x19ba97=_0x41da2a['filter'](_0x347ee8=>'$graveyard'!=_0x347ee8['root']['rootName']);_0x19ba97['length']>0x0&&_0x48bbd8['setSelection'](_0x19ba97);for(const _0x347ac3 of _0x41da2a)_0x347ac3['detach']();});}function _0x1d5ccc(_0x78760c,_0x302ab9){return _0x302ab9['every'](_0x1208f0=>_0x78760c['some'](_0x46fbd8=>_0x46fbd8['end']['isEqual'](_0x1208f0['start'])||_0x1208f0['end']['isEqual'](_0x46fbd8['start'])));}function _0xd3c16b(_0x412404,_0x124ed0){return!_0x412404['some'](_0x2ee65d=>_0x124ed0['some'](_0x4b75f4=>_0x2ee65d['isIntersecting'](_0x4b75f4)))&&_0x412404['some'](_0x41b7bf=>_0x124ed0['some'](_0x445ae4=>_0x41b7bf['end']['isTouching'](_0x445ae4['start'])));}_0x3d5acb['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x5171db,_0x1777cf,_0x443001)=>{if(!_0x443001['options']['showSuggestionHighlights'])return;const _0x5aba1c=_0x1777cf['item'];if(!_0x5aba1c)return;const _0x10ebb2=_0x443001['mapper']['toViewElement'](_0x5aba1c);function _0x9c3ce0(_0x3bb3c8){return Array['isArray'](_0x3bb3c8)?_0x3bb3c8:[_0x3bb3c8];}_0x10ebb2&&'tableCell'===_0x5aba1c['name']&&_0x147a9e(_0x10ebb2,_0x443001['writer'],(_0x24d6e6,_0x2119b6,_0x168c47)=>_0x168c47['addClass'](_0x9c3ce0(_0x2119b6['classes']),_0x24d6e6),(_0xba18ad,_0x35d0f2,_0x5f34af)=>_0x5f34af['removeClass'](_0x9c3ce0(_0x35d0f2['classes']),_0xba18ad));},{'priority':'highest'}),_0x5119ae['descriptionFactory']['registerDescriptionCallback'](_0x3922d7=>{if('insertion'!=_0x3922d7['type']&&'deletion'!=_0x3922d7['type'])return;const _0x50ad61=_0x3922d7['getContainedElement']();if(null!=_0x50ad61&&_0x50ad61['is']('element','table')){if('insertion'==_0x3922d7['type']){const _0x2ffe26=_0x3922d7['getItems']()['filter'](_0x53910d=>_0x53910d['is']('$textProxy'))['map'](_0x20b0cf=>_0x20b0cf['data']);if(_0x2ffe26['length'])return{'type':'insertion','content':o(_0x985d13,'*Insert:*\x20%0',o(_0x985d13,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x2ffe26['join']('\x20')+'\x22'))};}if('deletion'==_0x3922d7['type']){const _0x4a93aa=_0x3922d7['getItems']()['filter'](_0x2cef62=>_0x2cef62['is']('$textProxy'))['map'](_0x2f6f1c=>_0x2f6f1c['data']);if(_0x4a93aa['length'])return{'type':'deletion','content':o(_0x985d13,'*Remove:*\x20%0',o(_0x985d13,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x4a93aa['join']('\x20')+'\x22'))};}}}),_0x5119ae['descriptionFactory']['registerDescriptionCallback'](_0x1f7aa6=>{if('tableRow'==_0x1f7aa6['subType']){const _0x41f505=_0x1f7aa6['getItems']()['filter'](_0x57f142=>_0x57f142['is']('$textProxy'))['map'](_0x199a53=>_0x199a53['data']),_0x3e0093=this['_getSuggestionCoords'](_0x1f7aa6),_0x2bd4a7=_0x3e0093['maxRow']-_0x3e0093['minRow']+0x1;if('insertion'==_0x1f7aa6['type'])return _0x41f505['length']?{'type':'insertion','content':o(_0x985d13,'*Insert:*\x20%0',o(_0x985d13,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x2bd4a7,'\x22'+_0x41f505['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x985d13,'*Insert:*\x20%0',o(_0x985d13,'ELEMENT_TABLE_ROW',_0x2bd4a7))};if('deletion'==_0x1f7aa6['type'])return _0x41f505['length']?{'type':'deletion','content':o(_0x985d13,'*Remove:*\x20%0',o(_0x985d13,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x2bd4a7,'\x22'+_0x41f505['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x985d13,'*Remove:*\x20%0',o(_0x985d13,'ELEMENT_TABLE_ROW',_0x2bd4a7))};}if('tableColumn'==_0x1f7aa6['subType']){const _0x354198=_0x1f7aa6['getItems']()['filter'](_0x5d17fe=>_0x5d17fe['is']('$textProxy'))['map'](_0x450d69=>_0x450d69['data']),_0x15a649=this['_getSuggestionCoords'](_0x1f7aa6),_0x48320e=_0x15a649['maxColumn']-_0x15a649['minColumn']+0x1;if('insertion'==_0x1f7aa6['type'])return _0x354198['length']?{'type':'insertion','content':o(_0x985d13,'*Insert:*\x20%0',o(_0x985d13,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x48320e,'\x22'+_0x354198['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x985d13,'*Insert:*\x20%0',o(_0x985d13,'ELEMENT_TABLE_COLUMN',_0x48320e))};if('deletion'==_0x1f7aa6['type'])return _0x354198['length']?{'type':'deletion','content':o(_0x985d13,'*Remove:*\x20%0',o(_0x985d13,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x48320e,'\x22'+_0x354198['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x985d13,'*Remove:*\x20%0',o(_0x985d13,'ELEMENT_TABLE_COLUMN',_0x48320e))};}}),_0x5119ae['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x1f88d3),_0x5119ae['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x1f88d3),_0x5119ae['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x13972f),_0x5119ae['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x13972f),_0x5119ae['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x1d5ccc),_0x5119ae['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x1d5ccc),_0x5119ae['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0xd3c16b),_0x5119ae['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0xd3c16b);}['_acceptFormatSuggestionCallbackFactory'](){const _0x4f6997=this['editor'],_0x187db0=_0x4f6997['model']['document']['selection'];return(_0x10e061,_0x1f66e4)=>{_0x4f6997['model']['change'](_0x589c82=>{const {commandName:_0x328ff3,commandParams:_0x4abe6b}=_0x1f66e4;let _0xd8c1b6=_0x10e061[0x0]['end']['nodeBefore'];_0x4abe6b&&_0x4abe6b[0x0]&&!0x1===_0x4abe6b[0x0]['forceValue']&&(_0xd8c1b6=_0x10e061[0x0]['start']['nodeAfter']);const _0x1fafc6=_0x589c82['createRangeIn'](_0xd8c1b6);if('$graveyard'==_0x1fafc6['root']['rootName'])return;const _0x4f7726=Array['from'](_0x187db0['getRanges']())['map'](_0x29864d=>_0x17267b['fromRange'](_0x29864d));_0x589c82['setSelection'](_0x1fafc6),_0x4f6997['commands']['get'](_0x328ff3)['refresh'](),_0x4abe6b['push']({'forceDefaultExecution':!0x0}),_0x4f6997['execute'](_0x328ff3,..._0x4abe6b);const _0x43c1d9=_0x4f7726['filter'](_0x404d66=>'$graveyard'!=_0x404d66['root']['rootName']);_0x43c1d9['length']>0x0&&_0x589c82['setSelection'](_0x43c1d9);for(const _0x1c560a of _0x4f7726)_0x1c560a['detach']();});};}['_getCoordsForCells'](_0x5d0bd2){const _0x486fa7=this['editor']['plugins']['get']('TableUtils');let _0x5365cc=Number['MAX_SAFE_INTEGER'],_0xa5b89b=Number['MIN_SAFE_INTEGER'],_0x478c27=Number['MAX_SAFE_INTEGER'],_0x292dce=Number['MIN_SAFE_INTEGER'];for(const _0x4eb232 of _0x5d0bd2){if('$graveyard'==_0x4eb232['root']['rootName'])continue;const {row:_0x45f0ff,column:_0x3e45d1}=_0x486fa7['getCellLocation'](_0x4eb232),_0x5992f2=_0x4eb232['hasAttribute']('rowspan')?_0x4eb232['getAttribute']('rowspan')-0x1:0x0,_0x2ef42f=_0x4eb232['hasAttribute']('colspan')?_0x4eb232['getAttribute']('colspan')-0x1:0x0;_0x5365cc=_0x45f0ff<_0x5365cc?_0x45f0ff:_0x5365cc,_0xa5b89b=_0x45f0ff+_0x5992f2>_0xa5b89b?_0x45f0ff+_0x5992f2:_0xa5b89b,_0x478c27=_0x3e45d1<_0x478c27?_0x3e45d1:_0x478c27,_0x292dce=_0x3e45d1+_0x2ef42f>_0x292dce?_0x3e45d1+_0x2ef42f:_0x292dce;}return{'minRow':_0x5365cc,'maxRow':_0xa5b89b,'minColumn':_0x478c27,'maxColumn':_0x292dce};}['_setupColumnsRowsFixing'](){const _0x40abb2=this['editor'],_0x58f13c=_0x40abb2['plugins']['get']('TrackChangesEditing'),_0x292f43=_0x40abb2['plugins']['get']('TableUtils');_0x40abb2['model']['document']['on']('change:data',()=>{const _0xa35f2e=Array['from'](_0x40abb2['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1cab33,data:_0x264d6c}of _0xa35f2e){const {group:_0x1e0ef6,id:_0x3367be,subType:_0x4b10a6}=_0x58f13c['_splitMarkerName'](_0x1cab33);if('suggestion'!=_0x1e0ef6)continue;if(null!=_0x264d6c['oldRange'])continue;const _0x25612d=_0x58f13c['getSuggestion'](_0x3367be);this['_tablePostFixingSubtypes']['includes'](_0x4b10a6)&&this['_tableSuggestions']['add'](_0x25612d);}},{'priority':'low'});const _0x2e7ecc=(_0x332577,_0x257d48)=>{let _0x2fc549=!0x1;const _0x52cc5e=_0x257d48['createRangeOn'](_0x332577),_0x30dedb=_0x332577['findAncestor']('table'),_0x3fe17e=_0x292f43['getCellLocation'](_0x332577);for(const _0x4ebea2 of this['_tableSuggestions']){const _0x37771f=_0x4ebea2['subType'],_0x19360d=_0x37771f['startsWith']('tablePaste'),_0x56a4c6=_0x37771f['substr'](_0x19360d?0xa:0x5),_0x333848=_0x56a4c6['toLowerCase'](),_0x365da3=_0x333848['substr'](0x0,0x3)+'span',_0x3b3408='min'+_0x56a4c6,_0x5f2b9b='max'+_0x56a4c6;if(!_0x4ebea2['isInContent'])continue;if(_0x30dedb!=_0x4ebea2['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x4ebea2['isIntersectingWithRange'](_0x52cc5e))continue;const _0x29e66a=_0x332577['hasAttribute'](_0x365da3)?_0x332577['getAttribute'](_0x365da3)-0x1:0x0,_0x1ae026=this['_getSuggestionCoords'](_0x4ebea2),_0x28e745=_0x1ae026[_0x3b3408],_0xd0078f=_0x1ae026[_0x5f2b9b];_0x28e745<=_0x3fe17e[_0x333848]&&_0x3fe17e[_0x333848]+_0x29e66a<=_0xd0078f&&(_0x4ebea2['addRange'](_0x52cc5e),_0x2fc549=!0x0);}return _0x2fc549;};_0x40abb2['model']['document']['registerPostFixer'](_0x177184=>{let _0x49b128=!0x1;for(const _0xef5a7a of _0x40abb2['model']['document']['differ']['getChanges']())if('insert'==_0xef5a7a['type']){if('tableRow'==_0xef5a7a['name']){for(const _0x4005f9 of _0xef5a7a['position']['nodeAfter']['getChildren']())_0x49b128=_0x49b128||_0x2e7ecc(_0x4005f9,_0x177184);}else'tableCell'==_0xef5a7a['name']&&(_0x49b128=_0x49b128||_0x2e7ecc(_0xef5a7a['position']['nodeAfter'],_0x177184));}return _0x49b128;});}['_getSuggestionCoords'](_0x4dfee3){return this['_getCoordsForCells'](_0x4dfee3['getRanges']()['map'](_0x4f27e3=>_0x4f27e3['start']['nodeAfter']));}}function Ee(_0x137c90){return Array['from'](new Set(_0x137c90)['values']());}class St extends _0x11216f{static get['requires'](){return[jt];}['afterInit'](){const _0x192596=this['editor'],_0x471653=_0x192596['model']['document']['selection'],_0x25d500=_0x192596['locale'];if(!_0x192596['plugins']['has']('TableEditing'))return;const _0x330b47=_0x192596['plugins']['get']('TrackChangesEditing'),_0xb41b3e=_0x192596['plugins']['get']('TableUtils'),_0xda590e=_0x192596['plugins']['get'](jt);_0xda590e['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x330b47['enableCommand']('mergeTableCells',()=>{const _0xc3d39a=_0xb41b3e['getSelectionAffectedTableCells'](_0x192596['model']['document']['selection']);_0x192596['model']['change'](()=>{_0x330b47['markMultiRangeBlockFormat'](_0xc3d39a,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x192596['commands']['get']('mergeTableCells')['on']('execute',(_0x25f05d,_0x35eb86)=>{_0x192596['commands']['get']('trackChanges')['value']&&(_0x35eb86['length']>0x0&&_0x35eb86[_0x35eb86['length']-0x1]&&_0x35eb86[_0x35eb86['length']-0x1]['forceDefaultExecution']||_0x330b47['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x25f05d['stop']());},{'priority':'highest'});for(const _0x5ae5fc of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x205282=_0x192596['commands']['get'](_0x5ae5fc);_0x330b47['enableCommand'](_0x5ae5fc,()=>{const _0x3523b8=_0x192596['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0xc69a45=>_0xc69a45['is']('element','tableCell')),_0x24b398=_0x205282['value'];_0x192596['model']['change'](()=>{_0x330b47['markMultiRangeBlockFormat']([_0x3523b8,_0x24b398],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x4d4842 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x21ffd1=_0x192596['commands']['get'](_0x4d4842);_0x330b47['enableCommand'](_0x4d4842,()=>{const _0x2c1523=_0xb41b3e['getSelectionAffectedTableCells'](_0x192596['model']['document']['selection'])[0x0],_0x2b9b8f=_0x2c1523['findAncestor']('table'),{column:_0x1c683b,row:_0xf32acf}=_0xb41b3e['getCellLocation'](_0x2c1523);let _0x297b43=[];if('horizontally'==_0x21ffd1['direction']){const _0x190e2f=_0xb41b3e['createTableWalker'](_0x2b9b8f,{'startRow':_0xf32acf,'endRow':_0xf32acf,'includeAllSlots':!0x0});_0x297b43=Array['from'](_0x190e2f)['map'](_0x7463a6=>_0x7463a6['cell']);}else{const _0x52419c=_0xb41b3e['createTableWalker'](_0x2b9b8f,{'column':_0x1c683b,'includeAllSlots':!0x0});_0x297b43=Array['from'](_0x52419c)['map'](_0x4c23ff=>_0x4c23ff['cell']);}_0x192596['model']['change'](_0x20a923=>{_0x330b47['markBlockFormat'](_0x20a923['createRangeOn'](_0x2c1523),{'commandName':_0x4d4842,'commandParams':[]},_0x297b43,_0x4d4842);});});}_0x330b47['descriptionFactory']['registerDescriptionCallback'](_0x29b11b=>{if('formatBlock'!=_0x29b11b['type']&&'formatInline'!=_0x29b11b['type'])return;const {data:_0x2e44fe}=_0x29b11b;return _0x2e44fe&&'mergeTableCells'==_0x2e44fe['commandName']?{'type':'format','content':o(_0x25d500,'*Merge\x20cells*')}:void 0x0;}),_0x330b47['descriptionFactory']['registerDescriptionCallback'](_0x12a42e=>{if('formatBlock'!=_0x12a42e['type']&&'formatInline'!=_0x12a42e['type'])return;const {data:_0x4d8382}=_0x12a42e;return _0x4d8382?'splitTableCellVertically'==_0x4d8382['commandName']?{'type':'format','content':o(_0x25d500,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x4d8382['commandName']?{'type':'format','content':o(_0x25d500,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x30f3f2=_0xda590e['_acceptFormatSuggestionCallbackFactory']();for(const _0x5dc8ad of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x330b47['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x5dc8ad,'accept',_0x30f3f2);for(const _0x1236a8 of['splitTableCellVertically','splitTableCellHorizontally'])_0x330b47['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1236a8,'accept',_0x30f3f2);_0x330b47['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x4c21cc=>{_0x192596['model']['change'](_0x169f56=>{const _0x2b5406=Array['from'](_0x471653['getRanges']())['map'](_0x34c999=>_0x17267b['fromRange'](_0x34c999));_0x169f56['setSelection'](_0x4c21cc),_0x192596['commands']['get']('mergeTableCells')['refresh'](),_0x192596['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x527e37=_0x2b5406['filter'](_0x51873=>'$graveyard'!=_0x51873['root']['rootName']);_0x527e37['length']>0x0&&_0x169f56['setSelection'](_0x527e37);for(const _0x268622 of _0x2b5406)_0x268622['detach']();});});for(const _0x235493 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x2e372=_0x192596['commands']['get'](_0x235493);_0x2e372['on']('set:isEnabled',(_0x15eb59,_0x12554b,_0x2db750)=>{if(_0x2db750){const _0x1fee1b=_0x192596['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x2f9a48=>_0x2f9a48['is']('element','tableCell'));this['_areMergableCells'](_0x2e372['value'],_0x1fee1b)||(_0x15eb59['return']=!0x1,_0x15eb59['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0xf4ba24=this['editor']['commands']['get']('mergeTableCells'),_0x235fed=this['editor']['plugins']['get']('TableUtils');if(!_0xf4ba24['isEnabled'])return!0x1;const _0x32f5f9=_0x235fed['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x5e63c3 of _0x32f5f9)for(const _0x293e43 of _0x32f5f9)if(_0x5e63c3!=_0x293e43&&!this['_areMergableCells'](_0x5e63c3,_0x293e43))return!0x1;return!0x0;}['_areMergableCells'](_0x35f180,_0x37f29f){const _0x2996e6=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5b9a9e=this['editor']['model']['createRangeOn'](_0x35f180),_0x308016=this['editor']['model']['createRangeOn'](_0x37f29f),_0x44f3e6=new Set(),_0x4d646e=new Set();for(const _0x1fbf5a of _0x2996e6['getSuggestions']())if(('insertion'==_0x1fbf5a['type']||'deletion'==_0x1fbf5a['type']||'mergeTableCells'==_0x1fbf5a['subType'])&&_0x1fbf5a['isInContent']){for(const _0x10c97d of _0x1fbf5a['getRanges']())_0x10c97d['containsRange'](_0x5b9a9e,!0x0)&&_0x44f3e6['add'](_0x1fbf5a['type']+':'+_0x1fbf5a['author']['id']),_0x10c97d['containsRange'](_0x308016,!0x0)&&_0x4d646e['add'](_0x1fbf5a['type']+':'+_0x1fbf5a['author']['id']);}if(_0x44f3e6['size']!=_0x4d646e['size'])return!0x1;for(const _0x357f8c of _0x44f3e6)if(!_0x4d646e['has'](_0x357f8c))return!0x1;return!0x0;}}class At extends _0x11216f{static get['requires'](){return[jt];}['afterInit'](){const _0x4909c6=this['editor'];if(!_0x4909c6['plugins']['has']('TableEditing'))return;const _0x20f4fa=_0x4909c6['locale'],_0xef55b7=_0x4909c6['plugins']['get']('TrackChangesEditing');_0xef55b7['enableDefaultAttributesIntegration']('setTableRowHeader'),_0xef55b7['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0xef55b7['registerBlockAttribute']('headingRows'),_0xef55b7['registerBlockAttribute']('headingColumns'),_0xef55b7['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x20f4fa,'FORMAT_HEADER_ROW')),_0xef55b7['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x20f4fa,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x5a7b61=this['editor']['plugins']['get']('TrackChangesEditing'),_0x128e5e=this['editor']['plugins']['get']('TableUtils'),_0x3252ca=this['editor']['plugins']['get'](jt)['_acceptFormatSuggestionCallbackFactory']();function _0x30f194({showActiveMarker:_0x473198=!0x0,setDataAttribute:_0x38d4db=!0x0}={}){return(_0x5057cc,_0x9502ff,_0x566c9c)=>{const {type:_0x40a74a,id:_0x2935e1}=_0x5a7b61['_splitMarkerName'](_0x9502ff['markerName']),_0x197835=_0x5a7b61['getSuggestion'](_0x2935e1),_0x58aacd=_0x197835['data'];if('formatBlock'!=_0x197835['type']||!_0x58aacd||'setTableColumnHeader'!=_0x58aacd['commandName'])return;if(_0x9502ff['item'])return void _0x5057cc['stop']();if(!_0x566c9c['consumable']['consume'](_0x9502ff['markerRange'],_0x5057cc['name']))return;const _0x2d1920=_0x9502ff['markerRange']['start']['nodeAfter'],_0x21ea2c=_0x9502ff['markerRange']['end']['nodeBefore'],_0x4a6611=_0x2d1920['parent']['parent'],{column:_0x2916b3}=_0x128e5e['getCellLocation'](_0x2d1920),{column:_0x145b84}=_0x128e5e['getCellLocation'](_0x21ea2c);for(let _0x5a0e07=_0x2916b3;_0x5a0e07<=_0x145b84;_0x5a0e07++){const _0x57cfb7=_0x128e5e['createTableWalker'](_0x4a6611,{'column':_0x5a0e07,'includeAllSlots':!0x1});for(const _0x1c91db of _0x57cfb7){const _0x19b265=_0x1c91db['cell'],_0x54ee5d=_0x566c9c['mapper']['toViewElement'](_0x19b265);_0x566c9c['writer']['addClass']('ck-suggestion-marker-'+_0x40a74a,_0x54ee5d),_0x38d4db&&_0x566c9c['writer']['setAttribute']('data-suggestion',_0x2935e1,_0x54ee5d),_0x566c9c['mapper']['bindElementToMarker'](_0x54ee5d,_0x9502ff['markerName']),_0x473198&&(_0x5a7b61['activeMarkers']['includes'](_0x9502ff['markerName'])?_0x566c9c['writer']['addClass']('ck-suggestion-marker--active',_0x54ee5d):_0x566c9c['writer']['removeClass']('ck-suggestion-marker--active',_0x54ee5d));}}};}_0x5a7b61['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x3252ca),_0x5a7b61['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x3252ca),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x30f194(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x32aa85,_0x23189f,_0x43adfa)=>{_0x43adfa['options']['showSuggestionHighlights']&&_0x30f194({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x32aa85,_0x23189f,_0x43adfa);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x12e46b,_0x1ec7c1,_0x4d04c8)=>{const {type:_0x20bc36,id:_0x13a206}=_0x5a7b61['_splitMarkerName'](_0x1ec7c1['markerName']),_0x485499=_0x5a7b61['getSuggestion'](_0x13a206),_0x5eade6=_0x485499['data'];if('formatBlock'!=_0x485499['type']||!_0x5eade6||'setTableColumnHeader'!=_0x5eade6['commandName'])return;const _0x568c39=_0x4d04c8['mapper']['markerNameToElements'](_0x1ec7c1['markerName']);if(_0x568c39){for(const _0x3360f4 of _0x568c39)_0x4d04c8['writer']['removeClass']('ck-suggestion-marker-'+_0x20bc36,_0x3360f4),_0x4d04c8['writer']['removeClass']('ck-suggestion-marker--active',_0x3360f4),_0x4d04c8['writer']['removeAttribute']('data-suggestion',_0x3360f4),_0x4d04c8['mapper']['unbindElementFromMarkerName'](_0x3360f4,_0x1ec7c1['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x56d181=this['editor'],_0x5ccc5d=_0x56d181['locale'];function _0x524993(_0x443d43){return{'type':'format','content':o(_0x5ccc5d,'*Format:*\x20%0',_0x443d43)};}_0x56d181['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1822ba=>{if('formatBlock'!=_0x1822ba['type'])return;const {data:_0x4018ea}=_0x1822ba;if(_0x4018ea){if('setTableRowHeader'==_0x4018ea['commandName']){const _0x4b1f20=_0x4018ea['commandParams'][0x0]['forceValue'];return _0x524993(o(_0x5ccc5d,_0x4b1f20?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x4018ea['commandName']){const _0xf25ae2=_0x4018ea['commandParams'][0x0]['forceValue'];return _0x524993(o(_0x5ccc5d,_0xf25ae2?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const ge=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ce=Object['fromEntries'](ge['map'](_0x3134d9=>[_0x3134d9,null]));class It extends _0x11216f{static get['requires'](){return[jt];}['afterInit'](){const _0x2f398b=this['editor'];if(!_0x2f398b['plugins']['has']('TableClipboard'))return;const _0xcbd763=_0x2f398b['plugins']['get']('TrackChangesEditing'),_0x4aef73=_0x2f398b['plugins']['get']('TableUtils'),_0x5f5c76=_0x2f398b['plugins']['get'](jt),_0x11ec7e=_0x2f398b['plugins']['get']('TableClipboard');_0x5f5c76['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x2f398b['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x2f398b['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x422790=null;_0x2f398b['model']['on']('insertContent',(_0x123220,_0x358811)=>{const [_0x1bd9fa,_0x3f787c]=_0x358811,_0x1a0664=_0x358811[_0x358811['length']-0x1];_0x1a0664&&_0x1a0664['forceDefaultExecution']||_0xcbd763['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x1b113f,_0x3d8e18,_0x159ef4,_0x130a68,_0x3f6417){if(_0x3d8e18&&!_0x3d8e18['is']('documentSelection'))return!0x1;const _0x4b8034=_0x3f6417['getTableIfOnlyTableInContent'](_0x1b113f,_0x159ef4);if(!_0x4b8034||!he(_0x4b8034,void 0x0,_0x130a68))return!0x1;const _0x2c13cf=_0x130a68['getSelectionAffectedTableCells'](_0x159ef4['document']['selection']);if(!_0x2c13cf['length'])return!0x1;const _0x3fc9e4=_0x2c13cf[0x0]['findAncestor']('table'),_0x28ff21=_0x130a68['getRowIndexes'](_0x2c13cf),_0x534e0f=_0x130a68['getColumnIndexes'](_0x2c13cf),_0x371f66={'startRow':_0x28ff21['first'],'endRow':_0x28ff21['last'],'startColumn':_0x534e0f['first'],'endColumn':_0x534e0f['last']};return 0x1==_0x2c13cf['length']&&(_0x371f66['endRow']+=_0x130a68['getRows'](_0x4b8034)-0x1,_0x371f66['endColumn']+=_0x130a68['getColumns'](_0x4b8034)-0x1),he(_0x3fc9e4,_0x371f66,_0x130a68);}(_0x1bd9fa,_0x3f787c,_0x2f398b['model'],_0x4aef73,_0x11ec7e)&&(_0x123220['stop'](),_0x422790={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x2f398b['model']['change'](()=>{_0x2f398b['model']['insertContent'](_0x358811[0x0],_0x358811[0x1],_0x358811[0x2],{'forceDefaultExecution':!0x0});const _0x5882fd=_0x58019d(),{rowInsertionRanges:_0x5819ff,columnInsertionRanges:_0x3e4979,insertionRanges:_0x37eba8,deletionRanges:_0x2c53a1,cells:_0x377b04}=_0x422790;_0x5819ff['length']&&_0xcbd763['markMultiRangeInsertion'](_0x5819ff,'tablePasteRow',{'tablePasteChainId':_0x5882fd}),_0x3e4979['length']&&_0xcbd763['markMultiRangeInsertion'](_0x3e4979,'tablePasteColumn',{'tablePasteChainId':_0x5882fd}),_0x37eba8['length']&&(_0xcbd763['markMultiRangeInsertion'](_0x37eba8,'tablePaste',{'tablePasteChainId':_0x5882fd,'skipNestingCheck':!0x0}),_0x37eba8['forEach'](_0x28926b=>_0x28926b['detach']?.())),_0x2c53a1['length']&&(_0xcbd763['markMultiRangeDeletion'](_0x2c53a1,'tablePaste',{'tablePasteChainId':_0x5882fd,'skipNestingCheck':!0x0}),_0x2c53a1['forEach'](_0x4d5a2d=>_0x4d5a2d['detach']?.()));const _0x5eb3f3=_0xcbd763['markMultiRangeBlockFormat'](_0x377b04['map'](({element:_0x4132a6})=>_0x4132a6),{'formatGroupId':_0x58019d()},[],'tablePasteCell',{'tablePasteChainId':_0x5882fd});if(_0x5eb3f3){const _0x400cc8=_0x5eb3f3['getMarkers'](),_0x314ddf=[];for(const {element:_0x1bdb9f,attributes:_0xd80039}of _0x377b04){if(!_0xd80039)continue;const _0x1aba48=_0x2f398b['model']['createRangeOn'](_0x1bdb9f),_0x364158=_0x400cc8['find'](_0x246f10=>_0x246f10['getRange']()['isEqual'](_0x1aba48));_0x364158&&_0x314ddf['push']([_0x364158['name'],_0xd80039]);}_0x314ddf['length']&&_0x5eb3f3['setAttribute']('markerAttributes',Object['fromEntries'](_0x314ddf));}_0x422790=null;}));},{'priority':_0x3f0408['high']+0xa}),_0x2f398b['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x24711e,_0x34841e)=>{const [_0xe5a15e,_0x193f6d,,_0x256448]=_0x34841e;if(!_0x422790)return;_0x24711e['stop']();const _0x36fbb9=_0xe5a15e['cell'],_0x5b991c=_0x193f6d,_0x5412ba=Pe(_0x36fbb9),_0x576fea=Pe(_0x5b991c);_0x24711e['return']=_0x36fbb9;let _0x2f5088=null,_0x1c3f7f=null;if(_0x576fea||_0x5412ba){if(_0x5412ba&&!_0x576fea){_0x256448['remove'](_0x36fbb9['getChild'](0x0));for(const _0x365a0b of Array['from'](_0x5b991c['getChildren']()))_0x256448['insert'](_0x365a0b,_0x36fbb9,'end');const _0x5637fe=_0x422790['rowInsertionIndexes']['includes'](_0xe5a15e['row']),_0x50a1cb=_0x422790['columnInsertionIndexes']['includes'](_0xe5a15e['column']);_0x5637fe||_0x50a1cb||(_0x2f5088=_0x17267b['fromRange'](_0x256448['createRangeIn'](_0x36fbb9)));}else _0x576fea&&!_0x5412ba&&(_0x1c3f7f=_0x256448['createRangeIn'](_0x36fbb9));}else{const _0x44b5bb=_0x256448['createElement']('tableCellSuggestion'),_0x192353=_0x256448['createElement']('tableCellSuggestion');_0x256448['wrap'](_0x256448['createRangeIn'](_0x36fbb9),_0x192353),_0x256448['insert'](_0x44b5bb,_0x36fbb9,0x0);for(const _0x3ed6d9 of Array['from'](_0x5b991c['getChildren']()))_0x256448['insert'](_0x3ed6d9,_0x44b5bb,'end');_0x2f5088=_0x17267b['fromRange'](_0x256448['createRangeOn'](_0x44b5bb)),_0x1c3f7f=_0x17267b['fromRange'](_0x256448['createRangeOn'](_0x192353));}const _0x10c2b2=Array['from'](_0x5b991c['getAttributes']())['filter'](([_0x5c9397])=>ge['includes'](_0x5c9397));_0x422790['cells']['push']({'element':_0x36fbb9,'attributes':_0x10c2b2['length']?Object['fromEntries'](_0x10c2b2):null}),_0x2f5088&&_0x422790['insertionRanges']['push'](_0x2f5088),_0x1c3f7f&&_0x422790['deletionRanges']['push'](_0x1c3f7f);},{'priority':'high'}),_0x4aef73['on']('insertColumns',(_0xc11af1,_0x5b19bd)=>{const [_0x3ea1ad,_0x3f8884={}]=_0x5b19bd;if(!_0x422790)return;const _0x106b7c=_0x3f8884['at']||0x0,_0x460999=_0x3f8884['columns']||0x1;_0x422790['columnInsertionIndexes']=new Array(_0x460999)['fill'](_0x106b7c)['map']((_0xcf9659,_0x3fb0fb)=>_0xcf9659+_0x3fb0fb);for(const {cell:_0x1cdea3}of _0x4aef73['createTableWalker'](_0x3ea1ad,{'startColumn':_0x106b7c,'endColumn':_0x106b7c+_0x460999-0x1}))_0x422790['columnInsertionRanges']['push'](_0x2f398b['model']['createRangeOn'](_0x1cdea3));},{'priority':'low'}),_0x4aef73['on']('insertRows',(_0x1f2dab,_0x2f8a01)=>{const [_0x2ce7c9,_0x3dd0dc={}]=_0x2f8a01;if(!_0x422790)return;const _0x1d31b1=_0x3dd0dc['at']||0x0,_0x50553d=_0x3dd0dc['rows']||0x1;_0x422790['rowInsertionIndexes']=new Array(_0x50553d)['fill'](_0x1d31b1)['map']((_0x149996,_0xf5bba2)=>_0x149996+_0xf5bba2);for(const {cell:_0x47b933}of _0x4aef73['createTableWalker'](_0x2ce7c9,{'startRow':_0x1d31b1,'endRow':_0x1d31b1+_0x50553d-0x1}))_0x422790['rowInsertionRanges']['push'](_0x2f398b['model']['createRangeOn'](_0x47b933));},{'priority':'low'}),_0xcbd763['descriptionFactory']['registerDescriptionCallback'](_0x21c491=>{if(_0x21c491['subType']&&_0x21c491['subType']['startsWith']('tablePaste'))return _0x21c491['previous']?{}:{'type':'insertion','content':o(_0x2f398b['locale'],'*Replace\x20table\x20cells*')};});const _0x4b158f=()=>!0x1;for(const _0x4a326e of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0xcbd763['_suggestionFactory']['registerCustomCallback']('insertion',_0x4a326e,'join',_0x4b158f),_0xcbd763['_suggestionFactory']['registerCustomCallback']('deletion',_0x4a326e,'join',_0x4b158f),_0xcbd763['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4a326e,'join',_0x4b158f);_0xcbd763['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x4b158f),_0xcbd763['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x5e39a4,_0x1ac152,_0x10519d)=>{const _0x23ddb8=_0x5e39a4['map'](_0x562bb6=>_0x562bb6['getContainedElement']())['filter'](_0x154fae=>_0x154fae),_0x48a067=new Map(_0x23ddb8['map'](_0x1d7ca6=>[_0x1d7ca6,null]));if(_0x422790){for(const {element:_0x18a116,attributes:_0x2f3390}of _0x422790['cells'])_0x2f3390&&_0x48a067['set'](_0x18a116,_0x2f3390);}else{if(_0x10519d&&_0x10519d['markerAttributes'])for(const [_0x24b32b,_0x622c01]of Object['entries'](_0x10519d['markerAttributes'])){const _0xad4001=_0x2f398b['model']['markers']['get'](_0x24b32b),_0x322c86=_0xad4001?_0xad4001['getRange']()['getContainedElement']():null;_0x322c86&&_0x48a067['set'](_0x322c86,_0x622c01);}}_0x2f398b['model']['change'](_0x276c03=>{for(const [_0x452f6a,_0x40b36c]of _0x48a067)_0x276c03['setAttributes']({...Ce,..._0x40b36c},_0x452f6a);});});const _0x17de9e=(_0x1cb6fb,_0x55d500)=>{_0xcbd763['_suggestionFactory']['registerCustomCallback'](_0x1cb6fb,'tablePaste',_0x55d500,(_0x172859,_0x764b77,_0x32c33a)=>{_0x2f398b['model']['change'](_0x255308=>{const _0xdb1aed=[];for(const _0xa3c4ea of _0x172859){const _0x1fa8a4=_0xa3c4ea['start']['nodeAfter'];_0x1fa8a4['is']('element','tableCellSuggestion')&&_0xdb1aed['push'](_0x1fa8a4);}_0xcbd763['_suggestionFactory']['getSuggestionCallback'](_0x1cb6fb,null,_0x55d500)(_0x172859,_0x764b77,_0x32c33a);for(const _0x190487 of _0xdb1aed)'$graveyard'!=_0x190487['root']['rootName']&&_0x255308['unwrap'](_0x190487);});});};_0x17de9e('insertion','accept'),_0x17de9e('insertion','discard'),_0x17de9e('deletion','accept'),_0x17de9e('deletion','discard'),_0xcbd763['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x342a89=>{const _0x4a136b=_0x342a89['map'](_0x2d76d3=>_0x2d76d3['getContainedElement']()),_0x3a4eab=_0x4a136b[0x0]['findAncestor']('table'),{minRow:_0x52a0c3,maxRow:_0x5c699a}=_0x5f5c76['_getCoordsForCells'](_0x4a136b);_0x4aef73['removeRows'](_0x3a4eab,{'at':_0x52a0c3,'rows':_0x5c699a-_0x52a0c3+0x1});}),_0xcbd763['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x7083b=>{const _0x2770eb=_0x7083b['map'](_0x480e1a=>_0x480e1a['getContainedElement']()),_0x5e85d0=_0x2770eb[0x0]['findAncestor']('table'),{minColumn:_0x536684,maxColumn:_0x1476ba}=_0x5f5c76['_getCoordsForCells'](_0x2770eb);_0x4aef73['removeColumns'](_0x5e85d0,{'at':_0x536684,'columns':_0x1476ba-_0x536684+0x1});});const _0x12833b=(_0x2f8ab1,_0x556470)=>{if(!_0x556470['subType']||!_0x556470['subType']['startsWith']('tablePaste'))return;const _0x32e8f5=_0x556470['attributes']['tablePasteChainId'],_0x4e5d6a=_0xcbd763['getSuggestions']()['filter'](_0x5d2440=>_0x5d2440['isInContent']&&_0x5d2440['attributes']&&_0x5d2440['attributes']['tablePasteChainId']==_0x32e8f5);_0x4e5d6a['length']&&_0x556470['getAllAdjacentSuggestions']()['length']!=_0x4e5d6a['length']&&_0x4e5d6a['reduce']((_0x335345,_0x5e9757)=>(_0x335345['next']=_0x5e9757,_0x5e9757['previous']=_0x335345,_0x5e9757));};function _0x3a54d7(_0x401931,_0x5147ad=!0x0){const {id:_0x2e765a}=_0xcbd763['_splitMarkerName'](_0x401931['markerName']),_0x397e2d=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x3acec3=_0xcbd763['activeMarkers']['includes'](_0x401931['markerName']);return _0x3acec3&&_0x397e2d['push']('ck-suggestion-marker--active'),{'classes':_0x397e2d,'attributes':{'data-suggestion':_0x2e765a},'priority':_0x3acec3&&_0x5147ad?0xbc2:0xbb8};}_0xcbd763['on']('suggestionLoaded',_0x12833b,{'priority':'high'}),_0xcbd763['on']('suggestionUnloaded',_0x12833b,{'priority':'high'}),_0x2f398b['model']['document']['registerPostFixer'](()=>{let _0x5ed668=!0x1;const _0x2dd780=Array['from'](_0x2f398b['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x509ba2,data:_0x2542d6}of _0x2dd780){const {group:_0x3c313e,type:_0x719bf4,id:_0x411f7b}=_0xcbd763['_splitMarkerName'](_0x509ba2);if('suggestion'!=_0x3c313e||'deletion'!=_0x719bf4||_0x2542d6['oldRange'])continue;if(!_0xcbd763['hasSuggestion'](_0x411f7b))continue;const _0x2327ae=_0xcbd763['getSuggestion'](_0x411f7b)['getRanges'](),_0x4f0b91=_0x2f398b['plugins']['get']('Users')['me'];for(const _0xf643cd of _0xcbd763['getSuggestions']()){if(!_0xf643cd['isInContent']||_0xf643cd['author']!=_0x4f0b91)continue;if('formatBlock'!=_0xf643cd['type']||'tablePasteCell'!=_0xf643cd['subType'])continue;if(_0xf643cd['getRanges']()['every'](_0x14b612=>_0x2327ae['some'](_0xf17c41=>_0xf17c41['containsRange'](_0x14b612,!0x0)))){for(const _0x5d0e4e of _0xf643cd['getAllAdjacentSuggestions']())_0x5d0e4e['isInContent']&&(_0x5d0e4e['discard'](),_0x5ed668=!0x0);}}}return _0x5ed668;}),_0x2f398b['model']['document']['registerPostFixer'](_0x1057e9=>{const _0x118ffb=_0x2f398b['commands']['get']('redo');if(!_0x118ffb||!_0x118ffb['_createdBatches']['has'](_0x1057e9['batch']))return!0x1;let _0x676528=!0x1;const _0x4aaa46=_0x2f398b['plugins']['get']('Users')['me'],_0x5dbe30=_0x2f398b['model']['document']['differ']['getChanges'](),_0x1930ff=Array['from'](_0x2f398b['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x563bbf,data:_0x377872})=>{const {group:_0x2ce4d0,subType:_0x4347b3,authorId:_0x3c18bb}=_0xcbd763['_splitMarkerName'](_0x563bbf);return'suggestion'==_0x2ce4d0&&'tablePaste'==_0x4347b3&&_0x3c18bb==_0x4aaa46['id']&&!_0x377872['oldRange'];});for(const _0x558908 of _0x5dbe30){if('insert'!=_0x558908['type']||'tableCellSuggestion'!=_0x558908['name']||0x1!=_0x558908['length'])continue;const _0xbfc2cf=_0x1057e9['createRange'](_0x558908['position'],_0x558908['position']['getShiftedBy'](0x1));if(!_0x1930ff['find'](({data:_0x5f0140})=>_0x5f0140['newRange']['isEqual'](_0xbfc2cf))){for(const {name:_0x11abd2,data:_0x58614e}of _0x1930ff)if(_0xbfc2cf['containsRange'](_0x58614e['newRange'])){_0x1057e9['updateMarker'](_0x11abd2,{'range':_0xbfc2cf}),_0x676528=!0x0;break;}}}return _0x676528;}),_0x2f398b['model']['document']['registerPostFixer'](_0xb514f5=>{let _0x399313=!0x1;const _0x45510f=_0x2f398b['plugins']['get']('Users')['me'],_0x167113=_0xcbd763['getSuggestions']()['filter'](_0x730f4a=>_0x730f4a['isInContent']&&_0x730f4a['author']==_0x45510f),_0x533858=new Set(),_0x306333=new Set();for(const _0x324c3d of _0x167113)if('tablePaste'==_0x324c3d['subType'])for(const _0xd8956f of _0x324c3d['getMarkers']()){const _0x102ff0=_0xd8956f['getRange']()['getContainedElement']();if(_0x102ff0){if(_0x102ff0['is']('element','tableCellSuggestion')&&Pe(_0x102ff0)){_0x324c3d['removeMarker'](_0xd8956f['name']),_0x533858['add'](_0x102ff0),_0x399313=!0x0;const _0x451049=_0x102ff0['nextSibling'],_0x1c6ba0=_0x102ff0['previousSibling'],_0x2eb644=_0x451049&&_0x451049['is']('element','tableCellSuggestion'),_0x670443=_0x1c6ba0&&_0x1c6ba0['is']('element','tableCellSuggestion');_0x2eb644&&!_0x533858['has'](_0x451049)&&_0x306333['add'](_0x451049),_0x670443&&!_0x533858['has'](_0x1c6ba0)&&_0x306333['add'](_0x1c6ba0);}else _0x102ff0['is']('element','paragraph')&&_0x102ff0['isEmpty']&&(_0x324c3d['removeMarker'](_0xd8956f['name']),_0x399313=!0x0);}}else{if('tablePasteCell'==_0x324c3d['subType']){if(!_0x324c3d['attributes']||!_0x324c3d['attributes']['tablePasteChainId'])continue;const _0x172398=_0x324c3d['attributes']['markerAttributes'];if(_0x172398&&Object['keys'](_0x172398)['length'])continue;const _0x132c70=_0x324c3d['attributes']['tablePasteChainId'];let _0x5f0f78=!0x0,_0x47ddbc=!0x0;for(const _0x450e28 of _0x167113)if(_0x450e28['subType']&&_0x450e28['subType']['startsWith']('tablePaste')){if(!_0x450e28['attributes']['tablePasteChainId']){_0x47ddbc=!0x1;break;}if(_0x450e28['id']!=_0x324c3d['id']&&_0x450e28['attributes']['tablePasteChainId']==_0x132c70){_0x5f0f78=!0x1;break;}}_0x47ddbc&&_0x5f0f78&&(_0x324c3d['removeMarkers'](),_0x399313=!0x0);}}for(const _0x4efcfe of _0x533858)_0xb514f5['remove'](_0x4efcfe);for(const _0x2c914e of _0x306333)_0xb514f5['unwrap'](_0x2c914e);return _0x399313;}),_0x2f398b['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x5cc8f3,_0x5b492d)=>_0x3a54d7(_0x5cc8f3),'converterPriority':'high'}),_0x2f398b['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x2d8b0d,_0x313f7c)=>_0x313f7c['options']['showSuggestionHighlights']?_0x3a54d7(_0x2d8b0d,!0x1):null,'converterPriority':'high'});const _0x3089aa=_0x2f398b['editing']['view'];this['listenTo'](_0x3089aa['document'],'clipboardOutput',(_0x4a7015,_0x437b4b)=>{const _0x5d5310=[];for(const _0x4dca39 of _0x3089aa['createRangeIn'](_0x437b4b['content'])['getItems']())_0x4dca39['is']('element','suggestion-td')&&_0x5d5310['push'](_0x4dca39);_0x3089aa['change'](_0xe3850e=>{for(const _0x5a7e65 of _0x5d5310)_0xe3850e['move'](_0xe3850e['createRangeIn'](_0x5a7e65),_0xe3850e['createPositionBefore'](_0x5a7e65)),_0xe3850e['remove'](_0x5a7e65);});});}}function Pe(_0x452193){if(_0x452193['isEmpty'])return!0x0;const _0xded248=_0x452193['getChild'](0x0);return _0xded248['is']('element','paragraph')&&_0xded248['isEmpty'];}function he(_0x207bb6,_0x2ebed3={},_0x24c7e9){for(const {isAnchor:_0x43dd91,cellHeight:_0x3c7102,cellWidth:_0x5efece}of _0x24c7e9['createTableWalker'](_0x207bb6,{'includeAllSlots':!0x0,..._0x2ebed3}))if(!_0x43dd91||0x1!=_0x3c7102||0x1!=_0x5efece)return!0x1;return!0x0;}class vt extends _0x11216f{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x37251a=this['editor']['plugins']['get']('TrackChangesEditing');_0x37251a['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x37251a['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x37251a['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x37251a['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x37251a['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x37251a['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x44a219,_0x774f00){const _0x4c97af=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4f34c9=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x4bbae6=_0x774f00['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x183cce=_0x4f34c9['getColumnGroupElement'](_0x4bbae6);let _0x3a3d65=_0x183cce?_0x4f34c9['getTableColumnsWidths'](_0x183cce):null,_0x4fe743=_0x4bbae6['getAttribute']('tableWidth')||null;const _0x1c462d=_0x774f00['tableWidth']||_0x4fe743,_0x4d1df2=_0x774f00['columnWidths']||_0x3a3d65,_0x5b8823=this['editor']['plugins']['get']('Users')['me'];for(const _0x5ef2c9 of _0x4c97af['getSuggestions']()){const _0x2efd55=_0x5ef2c9['getContainedElement']();if('resizeTable'===_0x5ef2c9['subType']&&_0x2efd55===_0x4bbae6){_0x5ef2c9['author']!==_0x5b8823&&_0x5ef2c9['discard']();const _0x25d458=_0x5ef2c9['data']['commandParams'];_0x4fe743=_0x25d458[0x0]['tableWidth'],_0x3a3d65=_0x25d458[0x0]['columnWidths'];break;}}_0x44a219({'table':_0x4bbae6,'tableWidth':_0x1c462d,'columnWidths':_0x4d1df2}),_0x4c97af['markBlockFormat'](_0x4bbae6,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x4fe743,'columnWidths':_0x3a3d65}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x488dbe){if('formatBlock'!=_0x488dbe['type']&&'formatInline'!=_0x488dbe['type'])return;const {data:_0x1e5a95}=_0x488dbe;if(_0x1e5a95&&'resizeTable'===_0x1e5a95['formatGroupId']){const _0x9cedbb='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x9cedbb)};}}}class Ct extends _0x11216f{['afterInit'](){const _0x3e0b0e=this['editor'];_0x3e0b0e['plugins']['has']('Template')&&_0x3e0b0e['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class _t extends _0x11216f{['afterInit'](){const _0x33676b=this['editor'];if(!_0x33676b['commands']['get']('insertTableOfContents'))return;_0x33676b['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x24dc2a=_0x33676b['plugins']['get']('TrackChangesEditing'),_0x4656fd=_0x33676b['locale'];_0x24dc2a['descriptionFactory']['registerElementLabel']('tableOfContents',_0x322a8e=>o(_0x4656fd,'ELEMENT_TABLE_OF_CONTENTS',_0x322a8e));}}class Dt extends _0x11216f{['afterInit'](){const _0x21069f=this['editor'];if(!_0x21069f['plugins']['has']('Title'))return;const _0x69e3cb=_0x21069f['plugins']['get']('TrackChangesEditing');_0x69e3cb['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x21069f['locale'],'ELEMENT_TITLE')),_0x21069f['model']['document']['registerPostFixer'](_0x2adf2f=>{let _0x5bd5c2=!0x1;const _0x118e07=Array['from'](_0x21069f['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x3dda41,data:_0x4392c8}of _0x118e07){const {group:_0x136039}=_0x69e3cb['_splitMarkerName'](_0x3dda41);if('suggestion'!==_0x136039||!_0x4392c8['newRange'])continue;const _0x447006=_0x4392c8['newRange'],_0x4c0cb7=_0x447006['end']['nodeBefore'];if(!_0x4c0cb7||!_0x4c0cb7['is']('element','title-content'))continue;if(!_0x447006['start']['isTouching'](_0x447006['end']))continue;const _0x39bfb8=_0x21069f['model']['schema']['getNearestSelectionRange'](_0x447006['end'],'forward');if(_0x39bfb8&&_0x39bfb8['isCollapsed']){const _0x335693=_0x2adf2f['createRange'](_0x447006['start'],_0x39bfb8['start']);_0x335693['isEqual'](_0x447006)||(_0x2adf2f['updateMarker'](_0x3dda41,{'range':_0x335693}),_0x5bd5c2=!0x0);}_0x5bd5c2||(_0x2adf2f['removeMarker'](_0x3dda41),_0x5bd5c2=!0x0);}return _0x5bd5c2;});}}class Nt extends _0x11216f{['afterInit'](){const _0x251ce2=this['editor'],_0x2e8024=_0x251ce2['plugins']['get']('TrackChangesEditing');_0x251ce2['plugins']['has']('UndoEditing')&&(_0x2e8024['enableCommand']('undo'),_0x2e8024['enableCommand']('redo'));}}class Mt extends _0x11216f{static get['requires'](){return[jt];}['afterInit'](){const _0x16dd6b=this['editor'];if(!_0x16dd6b['plugins']['has']('TableCaptionEditing'))return;_0x16dd6b['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class $t extends _0x11216f{['tableProperties'];['tableCellProperties'];constructor(_0x199b1e){super(_0x199b1e),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 _0x196e4e=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x448fd of this['tableProperties'])_0x196e4e['enableCommand'](_0x448fd,(_0x170c74,_0x192ebc)=>{const _0x2398ef=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x448fd,[_0x2398ef],this['tableProperties'],'tableProperties',_0x170c74,_0x192ebc);});_0x196e4e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x196e4e['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x196e4e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x24e414,_0x4c1b0b)=>this['handleDiscardAction'](this['tableProperties'],_0x24e414,_0x4c1b0b)),_0x196e4e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x515f04 of this['tableCellProperties'])_0x196e4e['enableCommand'](_0x515f04,(_0x14614d,_0xbb51ea)=>{const _0x382494=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x515f04,_0x382494,this['tableCellProperties'],'tableCellProperties',_0x14614d,_0xbb51ea);});_0x196e4e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x196e4e['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x196e4e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x191608,_0x3b7e0b)=>this['handleDiscardAction'](this['tableCellProperties'],_0x191608,_0x3b7e0b)),_0x196e4e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x196e4e['descriptionFactory']['registerDescriptionCallback'](_0x275ceb=>this['handleSuggestionDescription'](_0x275ceb));}['_handlePropertyChange'](_0x2b6d64,_0x693001,_0x5164ac,_0x2cd6c5,_0x38a5f6,_0x399861){const _0x4e0869=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x399861['batch'],()=>{for(const _0x5a93b1 of _0x693001){if(this['_getSuggestion'](_0x5a93b1,_0x2cd6c5))_0x38a5f6(_0x399861);else{const _0x75f527={};for(const _0x5b37bc of _0x5164ac){const _0x116203=_0x5a93b1['getAttribute'](_0x5b37bc);void 0x0!==_0x116203&&(_0x75f527[_0x5b37bc]=_0x116203);}_0x38a5f6(_0x399861),_0x4e0869['markBlockFormat'](_0x5a93b1,{'commandParams':[_0x75f527]},[],_0x2cd6c5);}}});}['handleDiscardAction'](_0x599a6f,_0x1a78b4,_0x59a43e){const _0x5cf76a=_0x1a78b4[0x0]['start']['nodeAfter'],_0x5e3593=_0x59a43e['commandParams'][0x0];this['editor']['model']['change'](_0x1b6ea3=>{for(const _0x176f81 of _0x599a6f)void 0x0!==_0x5e3593[_0x176f81]?_0x1b6ea3['setAttribute'](_0x176f81,_0x5e3593[_0x176f81],_0x5cf76a):_0x1b6ea3['removeAttribute'](_0x176f81,_0x5cf76a);});}['handleSuggestionDescription'](_0x3c8bf6){if(_0x3c8bf6['data'])switch(_0x3c8bf6['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'](_0x465e02,_0x4802f2){const _0x201ced=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x5562d2 of _0x201ced['getSuggestions']({'skipNotAttached':!0x0})){const _0x4ba45d=_0x5562d2['getContainedElement']();if(_0x5562d2['subType']===_0x4802f2&&_0x4ba45d===_0x465e02)return _0x5562d2;}return null;}}const m='$elementName';class p extends _0x11216f{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x5c6d6e,_0x5a617c,E,V,U,O,F,G,L,H,q,W,J,Q,X,Y,Z,tt,et,it,nt,st,ot,rt,at,ut,K,lt,ct,z,ue,ft,gt,mt,dt,pt,kt,bt,wt,yt,jt,St,At,Mt,It,vt,_t,$t,Ct,Dt,Nt];}static get['pluginName'](){return'TrackChangesEditing';}constructor(_0x18032a){function _0x4bbf76(_0x3b368d){return _0x3b368d['map'](_0x57f8a6=>String['fromCharCode'](_0x57f8a6))['join']('');}super(_0x18032a),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x4c1216,_0x52214f,_0x23b3ff,_0xc3d7db)=>{this['_model']['change'](()=>{for(const _0x1361cc of[..._0xc3d7db,..._0x23b3ff])this['_model']['markers']['has'](_0x1361cc)&&_0x18032a['editing']['reconvertMarker'](_0x1361cc);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new xt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x18032a['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(),_0x18032a['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x18032a['config']['get']('trackChanges.trackFormatChanges'),_0x18032a['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x18032a['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new M(_0x18032a,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x4bbf76([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x4bbf76([0x34,0x30,0x34,0x38,0x31,0x34,0x31,0x36]);}['init'](){const _0xdcb584=this['editor'],_0x3eb65a=(_0x26adc9,_0x3d1f49)=>{if('attribute'!=_0x26adc9)return'ck-suggestion-marker-'+_0x26adc9;const _0x5593f7=_0x3d1f49['split']('|')[0x0];return this['_isBlockAttribute'](_0x5593f7)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0xdcb584['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x2ba187=>{const {id:_0x1fd5f4,type:_0x3c6c3e,subType:_0x536a60}=this['_splitMarkerName'](_0x2ba187['markerName']),_0x2ec2d3=['ck-suggestion-marker',_0x3eb65a(_0x3c6c3e,_0x536a60)];let _0x5931c7=0xbb8;return this['activeMarkers']['includes'](_0x2ba187['markerName'])&&(_0x2ec2d3['push']('ck-suggestion-marker--active'),_0x5931c7=0xbc2),'deletion'==_0x3c6c3e&&(_0x5931c7+=0x5),{'classes':_0x2ec2d3,'attributes':{'data-suggestion':_0x1fd5f4},'priority':_0x5931c7};}}),_0xdcb584['conversion']['for']('dataDowncast')['add'](_0x4ac39a=>{_0x4ac39a['on']('addMarker:suggestion',(_0x3718b7,_0x598156,_0x289737)=>{if(!_0x289737['options']['showSuggestionHighlights'])return;const _0x3ff752=_0x598156['item'];if(!_0x3ff752)return;const _0x51b65d=_0x289737['mapper']['toViewElement'](_0x3ff752);_0xdcb584['model']['schema']['isObject'](_0x3ff752)&&_0x51b65d&&!_0x51b65d['getCustomProperty']('widget')&&_0x51b65d['is']('containerElement')&&_0x4714a8(_0x51b65d,_0x289737['writer']);},{'priority':'high'});}),_0xdcb584['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x11cad0,_0x4970b6)=>{if(!_0x4970b6['options']['showSuggestionHighlights'])return null;const {type:_0x2dff67,subType:_0x21219c}=this['_splitMarkerName'](_0x11cad0['markerName']);return{'classes':['ck-suggestion-marker',_0x3eb65a(_0x2dff67,_0x21219c)],'priority':0xbb8};}});const _0x1dffbf=({showActiveMarkers:_0x1d0236=!0x0,isAttributeSuggestion:_0x4a352f=!0x1}={})=>(_0x1f7bce,_0x321c07,_0x589c7d)=>{if(!_0x321c07['item'])return;const {id:_0x3dcef1}=this['_splitMarkerName'](_0x321c07['markerName']);if(_0x4a352f){const _0x2b552e=this['_suggestions']['get'](_0x3dcef1),_0x111aaa=this['_getAttributeKey'](_0x2b552e);if(!this['_isBlockAttribute'](_0x111aaa))return;}if(_0x321c07['item']['is']('selection'))return void _0x589c7d['consumable']['consume'](_0x321c07['item'],_0x1f7bce['name']);const _0x286734=_0x589c7d['mapper']['toViewElement'](_0x321c07['item']);if(_0x321c07['item']['is']('element')&&_0xdcb584['model']['schema']['isBlock'](_0x321c07['item'])&&!_0x286734['getCustomProperty']('addHighlight')){_0x589c7d['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x286734),_0x589c7d['writer']['setAttribute']('data-suggestion',_0x3dcef1,_0x286734),_0x589c7d['mapper']['bindElementToMarker'](_0x286734,_0x321c07['markerName']),_0x1d0236&&(this['activeMarkers']['includes'](_0x321c07['markerName'])?_0x589c7d['writer']['addClass']('ck-suggestion-marker--active',_0x286734):_0x589c7d['writer']['removeClass']('ck-suggestion-marker--active',_0x286734));for(const _0x38fda8 of _0xdcb584['model']['createRangeIn'](_0x321c07['item'])['getItems']())_0x589c7d['consumable']['consume'](_0x38fda8,_0x1f7bce['name']);_0x589c7d['consumable']['consume'](_0x321c07['item'],_0x1f7bce['name']);}};_0xdcb584['conversion']['for']('dataDowncast')['add'](_0x73bc12=>{_0x73bc12['on']('addMarker:suggestion:formatBlock',(_0x35da03,_0x44cf93,_0x5250bc)=>{_0x5250bc['options']['showSuggestionHighlights']&&_0x1dffbf({'showActiveMarkers':!0x1})(_0x35da03,_0x44cf93,_0x5250bc);},{'priority':'highest'});}),_0xdcb584['conversion']['for']('dataDowncast')['add'](_0x32d5ae=>{_0x32d5ae['on']('addMarker:suggestion:attribute',(_0x4a51e4,_0x3bfceb,_0x5a8eb8)=>{_0x5a8eb8['options']['showSuggestionHighlights']&&_0x1dffbf({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x4a51e4,_0x3bfceb,_0x5a8eb8);},{'priority':'highest'});}),_0xdcb584['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x5216eb,_0x41d2b1)=>_0x41d2b1['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x5216eb['substr'](0xb)}}),_0xdcb584['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x570f41,{writer:_0x534294})=>{let _0xf74a92='suggestion:'+_0x570f41['getAttribute']('suggestion-type')+':'+_0x570f41['getAttribute']('id');return _0x570f41['getAttribute']('marker-count')&&(_0xf74a92+=':'+_0x570f41['getAttribute']('marker-count')),_0x534294['createElement']('$marker',{'data-name':_0xf74a92});}}),_0xdcb584['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0xdcb584['conversion']['for']('editingDowncast')['add'](_0x1d5602=>{_0x1d5602['on']('addMarker:suggestion:formatBlock',_0x1dffbf(),{'priority':'high'});}),_0xdcb584['conversion']['for']('editingDowncast')['add'](_0x5f5135=>{_0x5f5135['on']('addMarker:suggestion:attribute',_0x1dffbf({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0xdcb584['conversion']['for']('editingDowncast')['add'](_0x5ce04a=>{_0x5ce04a['on']('removeMarker:suggestion:formatBlock',(_0x1d1374,_0x1d09ee,_0x2d9f81)=>{const _0x581b13=_0x2d9f81['mapper']['markerNameToElements'](_0x1d09ee['markerName']);if(_0x581b13){for(const _0x349e7e of _0x581b13)_0x349e7e['getCustomProperty']('addHighlight')||(_0x2d9f81['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x349e7e),_0x2d9f81['writer']['removeAttribute']('data-suggestion',_0x349e7e),_0x2d9f81['mapper']['unbindElementFromMarkerName'](_0x349e7e,_0x1d09ee['markerName']));}},{'priority':'high'});}),_0xdcb584['conversion']['for']('editingDowncast')['add'](_0x22eb76=>{_0x22eb76['on']('removeMarker:suggestion:attribute',(_0x29de43,_0x3f27e8,_0x3e0f82)=>{const _0x172e5d=_0x3e0f82['mapper']['markerNameToElements'](_0x3f27e8['markerName']);if(!_0x172e5d)return;const {id:_0x27ffe9}=this['_splitMarkerName'](_0x3f27e8['markerName']),_0x51ed37=this['_suggestions']['get'](_0x27ffe9),_0x5df486=this['_getAttributeKey'](_0x51ed37);if(this['_isBlockAttribute'](_0x5df486)){for(const _0x2b7a1b of _0x172e5d)_0x2b7a1b['getCustomProperty']('addHighlight')||(_0x3e0f82['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x2b7a1b),_0x3e0f82['writer']['removeAttribute']('data-suggestion',_0x2b7a1b),_0x3e0f82['mapper']['unbindElementFromMarkerName'](_0x2b7a1b,_0x3f27e8['markerName']));}},{'priority':'high'});}),_0xdcb584['model']['document']['registerPostFixer'](_0x965906=>{let _0x225d43=!0x1;const _0x46f146=Array['from'](_0xdcb584['model']['document']['differ']['getChangedMarkers']()),_0x1a1ff2=new Set();for(const {name:_0x5e72cd,data:_0x35d3c8}of _0x46f146){const {group:_0x124120,type:_0x46d801,subType:_0x351be4,id:_0x13ded8}=this['_splitMarkerName'](_0x5e72cd);if('suggestion'!==_0x124120)continue;const _0x1e8ddd=this['_suggestions']['get'](_0x13ded8);if(null!=_0x35d3c8['newRange']){'formatInline'==_0x46d801&&(_0x225d43=_0x225d43||Et(_0x35d3c8['newRange'],_0x5e72cd,_0x965906,_0xdcb584['model']['schema']));const _0x24532c='attribute'==_0x46d801&&this['_isBlockAttribute'](_0x351be4['split']('|')[0x0]);if(_0x35d3c8['newRange']['isCollapsed']||'$graveyard'==_0x35d3c8['newRange']['root']['rootName']||'formatBlock'==_0x46d801&&!Ut(_0x35d3c8['newRange'])||_0x24532c&&!Ut(_0x35d3c8['newRange'])||'deletion'==_0x46d801&&!(!Tt(_0x4755fb=_0x35d3c8['newRange'])&&!function(_0x46b3b7){return _0x46b3b7['start']['parent']==_0x46b3b7['end']['nodeBefore']&&_0x46b3b7['start']['isAtEnd'];}(_0x4755fb)))_0x965906['removeMarker'](_0x5e72cd),_0x225d43=!0x0;else{if(!_0x1e8ddd||!_0x1e8ddd['isInContent'])continue;_0x1a1ff2['add'](_0x1e8ddd);}}}var _0x4755fb;return _0x1a1ff2['size']>0x0&&(_0x225d43=!!this['_joinWithAdjacentSuggestions'](_0x1a1ff2)||_0x225d43),_0x225d43;}),_0xdcb584['model']['document']['registerPostFixer'](_0x257aa0=>{let _0x5b3270=!0x1;for(const _0x5c1978 of _0xdcb584['model']['document']['differ']['getChanges']())if('insert'==_0x5c1978['type'])for(const _0x1c7144 of this['_suggestions']['values']()){if(_0x1c7144['isMultiRange']||!_0x1c7144['isInContent'])continue;const _0x50d711='formatBlock'==_0x1c7144['type'],_0xa77e76=this['_getAttributeKey'](_0x1c7144),_0x5a6003=_0xa77e76&&this['_isBlockAttribute'](_0xa77e76);if(!_0x50d711&&!_0x5a6003)continue;const _0x17f0b2=_0x1c7144['getFirstRange']();if(_0x17f0b2['start']['parent']!=_0x17f0b2['end']['parent']&&!_0x17f0b2['end']['isAtEnd']){const _0x1c6a41=_0xdcb584['model']['createPositionAt'](_0x17f0b2['start']['nodeAfter'],'end'),_0x382116=_0xdcb584['model']['createRange'](_0x17f0b2['start'],_0x1c6a41);_0x257aa0['updateMarker'](_0x1c7144['getFirstMarker'](),{'range':_0x382116}),_0x5b3270=!0x0;}}return _0x5b3270;}),_0xdcb584['model']['document']['registerPostFixer'](_0x132e06=>this['_processAttributeChanges'](_0x132e06)),_0xdcb584['model']['document']['registerPostFixer'](_0x56be76=>!_0x56be76['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x56be76)),_0xdcb584['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0xdcb584['model']['document']['on']('change:data',(_0x7253ba,_0x3b7b0d)=>{if(!_0x3b7b0d['isLocal']||_0x3b7b0d['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x35388c=_0xdcb584['model']['document']['differ']['getChanges']();if(0x0==_0x35388c['length'])return;const _0x5da3cc=[],_0x56945c=_0x35388c['filter'](_0x3def9d=>'attribute'==_0x3def9d['type']),_0x198021=_0x35388c['filter'](_0xbdb744=>'insert'==_0xbdb744['type']&&'$text'!=_0xbdb744['name']);for(const _0xd45d02 of _0x56945c)this['_isRegisteredAttribute'](_0xd45d02['attributeKey'])&&_0x5da3cc['push']({'key':_0xd45d02['attributeKey'],'newValue':_0xd45d02['attributeNewValue'],'oldValue':_0xd45d02['attributeOldValue'],'range':Ot(_0xd45d02['range'],_0xdcb584['model'])});for(const _0x287ac9 of _0x198021){if('rename'!=_0x287ac9['action']&&'refresh'!=_0x287ac9['action'])continue;const _0x1ceef6=Gt(_0x287ac9['position']['nodeAfter'],_0xdcb584['model']),_0x8b68e3=_0x287ac9['before'];'rename'==_0x287ac9['action']&&_0x5da3cc['push']({'key':m,'newValue':_0x287ac9['name'],'oldValue':_0x8b68e3['name'],'range':_0x1ceef6});for(const [_0x47a683,_0x549195]of _0x8b68e3['attributes']){if(!this['_isRegisteredAttribute'](_0x47a683))continue;const _0x2d622c=_0x287ac9['attributes']['get'](_0x47a683);_0x549195!==_0x2d622c&&_0x5da3cc['push']({'key':_0x47a683,'newValue':_0x2d622c,'oldValue':_0x549195,'range':_0x1ceef6});}for(const [_0x3d8b21,_0x4328b3]of _0x287ac9['attributes'])this['_isRegisteredAttribute'](_0x3d8b21)&&(_0x8b68e3['attributes']['has'](_0x3d8b21)||_0x5da3cc['push']({'key':_0x3d8b21,'newValue':_0x4328b3,'oldValue':null,'range':_0x1ceef6}));}0x0!=_0x5da3cc['length']&&_0xdcb584['model']['enqueueChange'](_0x3b7b0d,_0x538883=>{const _0x45ddc9=_0x58019d();for(const {range:_0x24a2ff,key:_0x5069e6,oldValue:_0x272895,newValue:_0x579300}of _0x5da3cc)this['markAttributeChange'](_0x24a2ff,_0x5069e6,_0x272895,_0x579300,{'groupId':_0x45ddc9});this['_reduceExistingSuggestions'](_0x538883,_0x5da3cc);});},{'priority':'lowest'}),_0xdcb584['model']['markers']['on']('update:suggestion',(_0x43be28,_0x370667,_0x286176)=>{if(null==_0x286176){const {id:_0x3fc0bf}=this['_splitMarkerName'](_0x370667['name']),_0x3f7538=this['_suggestions']['get'](_0x3fc0bf);_0x3f7538&&_0x3f7538['addMarkerName'](_0x370667['name']);}}),_0xdcb584['model']['document']['on']('change:data',()=>{const _0x15c856=Array['from'](_0xdcb584['model']['document']['differ']['getChangedMarkers']())['filter'](_0x2fb99=>'suggestion'===this['_splitMarkerName'](_0x2fb99['name'])['group']);if(0x0===_0x15c856['length'])return;_0x15c856['sort']((_0x166611,_0x250348)=>{const _0x4c9133=_0x166611['data']['oldRange'],_0x264ea1=_0x250348['data']['oldRange'];return null===_0x4c9133&&null===_0x264ea1?0x0:null===_0x4c9133&&null!==_0x264ea1?-0x1:null!==_0x4c9133&&null===_0x264ea1?0x1:_0x4c9133['start']['isBefore'](_0x264ea1['start'])?-0x1:0x1;});const _0x4cf0ca=new Set(),_0x56e817=new Set();for(const {name:_0x5364ee,data:_0x30eb58}of _0x15c856){const {id:_0x316526}=this['_splitMarkerName'](_0x5364ee);if(null===_0x30eb58['oldRange']){const _0x1446aa=this['_handleNewSuggestionMarker'](_0x5364ee);_0x56e817['add'](_0x1446aa);}else{const _0x568523=this['_suggestions']['get'](_0x316526);null!==_0x30eb58['newRange']||_0x568523['isInContent']?(_0x4cf0ca['add'](_0x568523['head']),_0x56e817['add'](_0x568523)):this['_removeSuggestion'](_0x568523);}}_0x56e817['size']>0x0&&this['_refreshSuggestionsChain'](_0x56e817);for(const _0x42ac84 of _0x4cf0ca)this['fire']('suggestionChanged',_0x42ac84);}),_0xdcb584['model']['on']('applyOperation',(_0x3aa42a,_0x111ec5)=>{const _0x259868=_0x111ec5[0x0];if(!this['_suggestions']['size'])return;if(!_0x259868['isDocumentOperation'])return;if(_0x259868['batch']['isUndo']||!_0x259868['batch']['isLocal'])return;let _0x2a0697,_0x4f814c;switch(_0x259868['type']){case'insert':_0x2a0697=_0xdcb584['model']['createPositionAt'](_0x259868['position']),_0x4f814c=_0x2a0697['getShiftedBy'](_0x259868['howMany']);break;case'split':_0x2a0697=_0xdcb584['model']['createPositionAt'](_0x259868['splitPosition']),_0x4f814c=_0xdcb584['model']['createPositionAt'](_0x259868['moveTargetPosition']);break;case'move':_0x2a0697=_0xdcb584['model']['createPositionAt'](_0x259868['targetPosition']),_0x4f814c=_0x2a0697['getShiftedBy'](_0x259868['howMany']);break;default:return;}const _0x38884d=_0xdcb584['model']['createRange'](_0x2a0697,_0x4f814c);_0xdcb584['model']['change'](()=>{for(const {suggestion:_0x4eb9c2,meta:_0x177225}of this['_findSuggestions'](_0x38884d)){if(_0x4eb9c2['isMultiRange'])continue;if('formatInline'==_0x4eb9c2['type'])continue;const _0x123e17=this['_getAttributeKey'](_0x4eb9c2);if(_0x123e17&&this['_isBlockAttribute'](_0x123e17)&&'split'!=_0x259868['type'])continue;const _0xfd4b8d=_0x4eb9c2['data']&&_0x4eb9c2['data']['multipleBlocks'];('formatBlock'!=_0x4eb9c2['type']||'split'==_0x259868['type']&&!_0xfd4b8d)&&(_0x177225['containsRangeInObject']||'insertion'==_0x4eb9c2['type']&&_0x177225['isOwn']||_0x4eb9c2['getFirstRange']()['containsRange'](_0x38884d)&&this['_breakSuggestionMarker'](_0x4eb9c2,_0x2a0697,_0x4f814c));}});},{'priority':'lowest'}),_0xdcb584['model']['on']('deleteContent',(_0x3fe859,_0x2cb498)=>{const _0xd6b414=_0x2cb498[0x0],_0x196d11=_0x2cb498[0x1];if(_0x196d11&&_0x196d11['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0xd6b414['isCollapsed'])return;const _0x2695e5=_0xdcb584['model']['schema'],{start:_0x3e3817,end:_0x18529e}=_0xd6b414['getFirstRange'](),_0xa1e8e1=_0x3e3817['nodeAfter']&&_0x2695e5['isLimit'](_0x3e3817['nodeAfter'])?null:_0x2695e5['getNearestSelectionRange'](_0x3e3817,'forward'),_0x4e09d2=_0x18529e['nodeBefore']&&_0x2695e5['isLimit'](_0x18529e['nodeBefore'])?null:_0x2695e5['getNearestSelectionRange'](_0x18529e,'backward'),_0x3eb303=_0xdcb584['model']['createRange'](_0xa1e8e1?_0xa1e8e1['start']:_0x3e3817,_0x4e09d2?_0x4e09d2['end']:_0x18529e);_0xdcb584['model']['change'](_0x53f842=>{this['markDeletion'](_0x3eb303);const _0x5d543b=_0xdcb584['model']['schema']['getNearestSelectionRange'](_0x3eb303['start']);_0xd6b414['is']('documentSelection')?_0x53f842['setSelection'](_0x5d543b):_0xd6b414['setTo'](_0x5d543b);}),_0x3fe859['stop']();},{'priority':_0x3f0408['normal']+0xa}),_0xdcb584['model']['on']('insertContent',(_0x1a417c,_0x2a96e3)=>{const _0x40985a=_0x2a96e3[_0x2a96e3['length']-0x1];_0x40985a&&_0x40985a['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0xdcb584['model']['change'](()=>{let _0x572353=_0xdcb584['model']['insertContent'](_0x2a96e3[0x0],_0x2a96e3[0x1],_0x2a96e3[0x2],{'forceDefaultExecution':!0x0});if(!_0x572353)return;_0x1a417c['return']=_0x572353['clone']();const _0x578e9e=_0x572353['end']['nodeBefore'],_0xc6d22d=_0xdcb584['model']['schema'];_0x578e9e&&_0xc6d22d['isBlock'](_0x578e9e)&&!_0xc6d22d['isObject'](_0x578e9e)&&(_0x572353=_0xdcb584['model']['createRange'](_0x572353['start'],_0xdcb584['model']['createPositionAt'](_0x578e9e,'end'))),this['markInsertion'](_0x572353);}),_0x1a417c['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x172bf1=new $(_0xdcb584,this['_suggestions']);_0xdcb584['commands']['add']('acceptSuggestion',_0x172bf1),this['enableCommand']('acceptSuggestion');const _0x17203c=new B(_0xdcb584,this['_suggestions']);_0xdcb584['commands']['add']('discardSuggestion',_0x17203c),this['enableCommand']('discardSuggestion'),_0xdcb584['commands']['add']('acceptAllSuggestions',new x(_0xdcb584,_0x172bf1,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0xdcb584['commands']['add']('discardAllSuggestions',new x(_0xdcb584,_0x17203c,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0xdcb584['commands']['add']('acceptSelectedSuggestions',new R(_0xdcb584,_0x172bf1,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0xdcb584['commands']['add']('discardSelectedSuggestions',new R(_0xdcb584,_0x17203c,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x23fa6b=_0xdcb584['plugins']['get']('CommentsRepository');this['listenTo'](_0x23fa6b,'addComment',(_0xfe5a7a,{threadId:_0x1dfe92})=>{const _0xf755a5=this['_suggestions']['get'](_0x1dfe92);_0xf755a5&&_0xf755a5['commentThread']&&0x1===_0xf755a5['commentThread']['length']&&this['_updateSuggestionData'](_0x1dfe92,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x23fa6b,'removeComment',(_0x4fd32a,{threadId:_0x2844ec})=>{const _0xb3c678=this['_suggestions']['get'](_0x2844ec);_0xb3c678&&_0xb3c678['commentThread']&&!_0xb3c678['commentThread']['length']&&this['_updateSuggestionData'](_0x2844ec,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x530254){if(this['_adapter'])throw new _0x56ae75('track-changes-adapter-already-set',this);this['_adapter']=_0x530254;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x13df2f=!0x1,toJSON:_0x2742aa=!0x1}={}){const _0x475e98=[];for(const _0x1be8c0 of this['_suggestions']['values']())_0x13df2f&&!_0x1be8c0['isInContent']||_0x475e98['push'](_0x1be8c0);return _0x2742aa?_0x475e98['map'](_0x38cf5b=>_0x38cf5b['toJSON']()):_0x475e98;}['getSuggestion'](_0x31f055){const _0x50815b=this['_suggestions']['get'](_0x31f055);if(!_0x50815b)throw new _0x56ae75('track-changes-suggestion-not-found',this);return _0x50815b;}['hasSuggestion'](_0x54fa38){return this['_suggestions']['has'](_0x54fa38);}['addSuggestionData'](_0x191360){const {authorId:_0x35d8c6,id:_0x85a4c7,attributes:_0x3cb684}=_0x191360,[_0x98f655,_0x1fc11d]=_0x191360['type']['split'](':'),_0x1057f8=this['_suggestions']['get'](_0x85a4c7)||this['_createSuggestion'](_0x98f655,_0x1fc11d,_0x85a4c7,_0x35d8c6,_0x3cb684);if(this['_addThreadToSuggestion'](_0x1057f8),this['_checkSuggestionCorrectness'](_0x1057f8,_0x98f655,_0x1fc11d||null,_0x35d8c6),_0x1057f8['createdAt']=_0x191360['createdAt'],_0x1057f8['_isDataLoaded']=!0x0,_0x3cb684&&_0x3cb684['@external']){const _0x3d13a0=_0x3cb684['@external'],_0x3d7210=this['_getExternalAuthor'](_0x3d13a0['authorName']);_0x1057f8['authoredAt']=_0x3d13a0['createdAt'],_0x1057f8['author']=_0x3d7210,_0x1057f8['isExternal']=!0x0;}else _0x1057f8['authoredAt']=_0x191360['createdAt'];switch(_0x191360['data']&&(_0x1057f8['data']=_0x191360['data']),_0x191360['attributes']&&(_0x1057f8['attributes']=_0x191360['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x1057f8['_saved']=!0x0),this['_suggestionState']['get'](_0x1057f8)){case'notReady':this['_suggestionState']['set'](_0x1057f8,'dataReady');break;case'markerReady':_0x1057f8['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x1057f8])),this['_refreshSuggestionsChain'](new Set([_0x1057f8])),this['_suggestionState']['set'](_0x1057f8,'ready'),this['fire']('suggestionLoaded',_0x1057f8)):this['_suggestionState']['set'](_0x1057f8,'removed');}return _0x1057f8;}['acceptSuggestion'](_0x13dd39){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x41009a of _0x13dd39['getAllAdjacentSuggestions']())_0x41009a['accept']();});});}['discardSuggestion'](_0x4c2353){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0xcb02aa of _0x4c2353['getAllAdjacentSuggestions']())_0xcb02aa['discard']();});});}['enableCommand'](_0x3e2e5b,_0x3c7956){const _0x29b474=this['editor']['commands']['get'](_0x3e2e5b);if(!_0x29b474)throw new _0x56ae75('track-changes-command-not-found',this,{'commandName':_0x3e2e5b});if(this['_enabledCommands']['has'](_0x29b474))throw new _0x56ae75('track-changes-enable-command-twice',this,{'commandName':_0x3e2e5b});this['_enabledCommands']['add'](_0x29b474),_0x3c7956&&_0x29b474['on']('execute',(_0x4d46e5,_0x4c19d8)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x4c19d8['length']>0x0&&_0x4c19d8[_0x4c19d8['length']-0x1]&&_0x4c19d8[_0x4c19d8['length']-0x1]['forceDefaultExecution']?_0x4c19d8['pop']():(_0x4d46e5['return']=_0x3c7956((..._0x50630a)=>_0x29b474['execute'](..._0x50630a,{'forceDefaultExecution':!0x0}),..._0x4c19d8),_0x4d46e5['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x3e0729){let _0x1162d3,_0x33fc07;const _0x4c41c1=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x1162d3=_0x3e0729();}catch(_0x1fd9bc){_0x33fc07=_0x1fd9bc;}return _0x4c41c1||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x33fc07&&_0x56ae75['rethrowUnexpectedError'](_0x33fc07,this),_0x1162d3;}['markInsertion'](_0x2e6d5a,_0x2c6264=null,_0x503453={}){if(_0x2e6d5a['isCollapsed'])return null;const _0x5d9f6a=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x11eca3,meta:_0xe6e7e7}of this['_findSuggestions'](_0x2e6d5a,'insertion'))if(_0xe6e7e7['isOwn']){if(!_0xe6e7e7['isNextTo']){if(_0xe6e7e7['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Lt(_0x11eca3,_0x503453))continue;return _0x11eca3;}if(Lt(_0x11eca3,_0x503453))return _0x11eca3;this['_breakSuggestionMarker'](_0x11eca3,_0x2e6d5a['start'],_0x2e6d5a['end']);break;}if(_0x2c6264==_0x11eca3['subType']&&Lt(_0x11eca3,_0x503453)){const _0x30bf0b=_0x11eca3['getFirstRange']();return _0x30bf0b['start']['isEqual'](_0x2e6d5a['end'])?this['_setSuggestionRange'](_0x11eca3,this['_model']['createRange'](_0x2e6d5a['start'],_0x30bf0b['end'])):this['_setSuggestionRange'](_0x11eca3,this['_model']['createRange'](_0x30bf0b['start'],_0x2e6d5a['end'])),_0x11eca3;}}const _0x2066d8=_0x58019d(),_0x28b46e=_0x5d9f6a['id'],_0xc77980=_0x2c6264?'insertion:'+_0x2c6264:'insertion',_0x7b206e=this['_setSuggestionData']({'id':_0x2066d8,'type':_0xc77980,'createdAt':new Date(),'authorId':_0x28b46e,'attributes':_0x503453});return this['_addSuggestionMarker'](_0xc77980,_0x2066d8,_0x28b46e,_0x2e6d5a),_0x7b206e;}['markMultiRangeInsertion'](_0x25d188,_0x5a55ce='multi',_0x181cc4={}){const _0x2f1d81=this['editor']['plugins']['get']('Users')['me'],_0x406bca=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x5a55ce,'join');for(const _0x3eb3c9 of this['getSuggestions']())if(_0x3eb3c9['author']['id']==_0x2f1d81['id']&&'insertion'==_0x3eb3c9['type']&&_0x3eb3c9['subType']==_0x5a55ce&&Lt(_0x3eb3c9,_0x181cc4)&&(_0x406bca(_0x3eb3c9['getRanges'](),_0x25d188)||_0x406bca(_0x25d188,_0x3eb3c9['getRanges']()))){for(const _0x5b8f18 of _0x25d188)_0x3eb3c9['addRange'](_0x5b8f18);return _0x3eb3c9;}for(const {suggestion:_0x234c50,meta:_0x57bce3}of this['_findSuggestions'](_0x25d188,'insertion')){if(!_0x57bce3['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x57bce3['containsRangeInObject'])continue;if(!Lt(_0x234c50,_0x181cc4))continue;let _0x3fd2c5=!0x0;for(const _0x40b9e4 of _0x234c50['getRanges']())for(const _0x63a41b of _0x25d188)if(!_0x40b9e4['containsRange'](_0x63a41b)){_0x3fd2c5=!0x1;break;}if(_0x3fd2c5)return _0x234c50;}const _0x21a8c3=_0x58019d(),_0x56c1bd=_0x2f1d81['id'],_0xd21fbd='insertion:'+_0x5a55ce,_0x3acfa6=this['_setSuggestionData']({'id':_0x21a8c3,'type':_0xd21fbd,'createdAt':new Date(),'authorId':_0x56c1bd,'attributes':_0x181cc4});for(const _0x18758c of _0x25d188)this['_addSuggestionMarker'](_0xd21fbd,_0x21a8c3,_0x56c1bd,_0x18758c,u['getMultiRangeId']());return _0x3acfa6;}['markInlineFormat'](_0x3d047a,_0x800397,_0x27447d=null,_0x135f69={}){if(_0x27447d=_0x27447d||Vt(_0x800397),_0x3d047a['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x4624b7=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x27447d,'accept');return this['forceDefaultExecution'](()=>_0x4624b7([_0x3d047a],_0x800397,_0x135f69)),null;}const _0x4bf653=this['editor']['plugins']['get']('Users')['me'],_0x3fd499=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x943775,meta:_0x5815e8}of this['_findSuggestions'](_0x3d047a,'insertion'))_0x5815e8['isOwn']&&!_0x5815e8['isInsideObject']&&_0x3fd499['push'](..._0x943775['getRanges']());}const _0x1b39f2=function(_0x2f0415,_0x62053e){const _0x1c952b=[];for(const _0x1e03dd of _0x62053e){const _0x3bb57e=_0x2f0415['getIntersection'](_0x1e03dd);_0x3bb57e&&_0x1c952b['push'](_0x3bb57e);}return _0x1c952b;}(_0x3d047a,_0x3fd499),_0x371110=function(_0x8e7e37,_0x205fa6){const _0x264a33=[_0x8e7e37];for(const _0x48fea0 of _0x205fa6){let _0x505f43=0x0;for(;_0x505f43<_0x264a33['length'];){const _0x5a0e43=_0x264a33[_0x505f43]['getDifference'](_0x48fea0);_0x264a33['splice'](_0x505f43,0x1,..._0x5a0e43),_0x505f43+=_0x5a0e43['length'];}}return _0x264a33;}(_0x3d047a,_0x3fd499);_0x1b39f2['length']&&this['_model']['change'](()=>{for(const _0x1c2e38 of _0x1b39f2){const _0x16aeed=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x27447d,'accept');this['forceDefaultExecution'](()=>_0x16aeed([_0x1c2e38],_0x800397,_0x135f69));}});for(const _0x5beb2c of _0x371110){let _0xe1497d=null,_0x167b04=_0x5beb2c['start'],_0x260c79=_0x5beb2c['end'];for(const {suggestion:_0xa5ace7,meta:_0x5b4ebc}of this['_findSuggestions'](_0x5beb2c,'formatInline')){if(!_0x5b4ebc['isOwn'])continue;if(_0xa5ace7['subType']!=_0x27447d)continue;if(!Lt(_0xa5ace7,_0x135f69))continue;const _0x82fd21=_0xa5ace7['getFirstRange']();if(_0x82fd21['containsRange'](_0x5beb2c,!0x0))return null;_0x167b04=_0x167b04['isBefore'](_0x82fd21['start'])?_0x167b04:_0x82fd21['start'],_0x260c79=_0x260c79['isAfter'](_0x82fd21['end'])?_0x260c79:_0x82fd21['end'],_0xe1497d?_0x82fd21['start']['isBefore'](_0xe1497d['getFirstRange']()['start'])?(_0xe1497d['removeMarkers'](),_0xe1497d=_0xa5ace7):_0xa5ace7['removeMarkers']():_0xe1497d=_0xa5ace7;}const _0x44cf15=this['_model']['createRange'](_0x167b04,_0x260c79);if(_0xe1497d)this['_setSuggestionRange'](_0xe1497d,_0x44cf15);else{const _0x331782=_0x58019d(),_0x5e7662=_0x4bf653['id'];this['_setSuggestionData']({'id':_0x331782,'type':'formatInline:'+_0x27447d,'data':_0x800397,'createdAt':new Date(),'authorId':_0x5e7662,'attributes':_0x135f69}),this['_addSuggestionMarker']('formatInline:'+_0x27447d,_0x331782,_0x5e7662,_0x44cf15);}}return null;}['markBlockFormat'](_0x3cfd87,_0x5e7af9,_0x453406=[],_0x989e04=null,_0x3fcbff={}){_0x5e7af9['formatGroupId']||(_0x5e7af9['formatGroupId']=_0x5e7af9['commandName']),_0x5e7af9['multipleBlocks']=_0x3cfd87['is']('range'),_0x989e04=_0x989e04||Vt(_0x5e7af9);const _0x56558a=_0x453406['map'](_0x307687=>Gt(_0x307687,this['_model'])),_0x3cc8c5=_0x3cfd87['is']('range')?_0x3cfd87:Gt(_0x3cfd87,this['_model']);if('never'===this['_trackFormatChanges']){const _0x121c7f=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x989e04,'accept');return this['forceDefaultExecution'](()=>_0x121c7f([_0x3cc8c5],_0x5e7af9,_0x3fcbff)),null;}_0x56558a['push'](_0x3cc8c5);let _0x24ce01=!0x0;for(const _0x22e76c of _0x56558a)if(!this['_rangeIsInLocalUserInsertion'](_0x22e76c)){_0x24ce01=!0x1;break;}if(_0x24ce01&&'always'!==this['_trackFormatChanges']){const _0x4429db=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x989e04,'accept');return this['forceDefaultExecution'](()=>_0x4429db([_0x3cc8c5],_0x5e7af9,_0x3fcbff)),null;}let _0x3eb2d5=null,_0x4ae740=_0x3cc8c5['start'],_0x3c9f62=_0x3cc8c5['end'];for(const {suggestion:_0x1346f0,meta:_0x300ac0}of this['_findSuggestions'](_0x3cc8c5,'formatBlock')){if(!_0x300ac0['isOwn'])continue;if(_0x300ac0['isNextTo']||_0x300ac0['containsRangeInObject']||_0x300ac0['isInsideObject'])continue;if(_0x1346f0['data']['formatGroupId']!=_0x5e7af9['formatGroupId'])continue;if(!Lt(_0x1346f0,_0x3fcbff))continue;const _0x61742a=_0x1346f0['getFirstRange']();if(_0x1346f0['subType']==_0x989e04){if(_0x61742a['containsRange'](_0x3cc8c5,!0x0))return null;_0x4ae740=_0x4ae740['isBefore'](_0x61742a['start'])?_0x4ae740:_0x61742a['start'],_0x3c9f62=_0x3c9f62['isAfter'](_0x61742a['end'])?_0x3c9f62:_0x61742a['end'],_0x3eb2d5?_0x61742a['start']['isBefore'](_0x3eb2d5['getFirstRange']()['start'])?(_0x3eb2d5['removeMarkers'](),_0x3eb2d5=_0x1346f0):_0x1346f0['removeMarkers']():_0x3eb2d5=_0x1346f0;}else{const _0x2b2ed=_0x3cc8c5['getIntersection'](_0x61742a);this['_cutOutSuggestionMarker'](_0x1346f0,_0x2b2ed);}}const _0x371e02=this['editor']['plugins']['get']('Users')['me'],_0x50846=_0x58019d(),_0x80092f=_0x371e02['id'];if(_0x3eb2d5)return this['_setSuggestionRange'](_0x3eb2d5,this['_model']['createRange'](_0x4ae740,_0x3c9f62)),_0x3eb2d5;{const _0x5d31c4=this['_setSuggestionData']({'id':_0x50846,'type':'formatBlock:'+_0x989e04,'data':_0x5e7af9,'createdAt':new Date(),'authorId':_0x80092f,'attributes':_0x3fcbff});return this['_addSuggestionMarker']('formatBlock:'+_0x989e04,_0x50846,_0x80092f,this['_model']['createRange'](_0x4ae740,_0x3c9f62)),_0x5d31c4;}}['markMultiRangeBlockFormat'](_0x2342a1,_0x5be0df,_0xcd5a2a=[],_0x2ee4d6=null,_0x330b3b={}){_0x5be0df['formatGroupId']||(_0x5be0df['formatGroupId']=_0x5be0df['commandName']);const _0x4a8f66=_0x2342a1[0x0];_0x5be0df['multipleBlocks']=_0x4a8f66['is']('range'),_0x2ee4d6=_0x2ee4d6||Vt(_0x5be0df);const _0xe954c1=_0xcd5a2a['map'](_0x34cdc0=>Gt(_0x34cdc0,this['_model'])),_0x2c27b7=_0x4a8f66['is']('range')?_0x2342a1:_0x2342a1['map'](_0x26e679=>Gt(_0x26e679,this['_model']));if('never'===this['_trackFormatChanges']){const _0x2ab38d=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2ee4d6,'accept');return this['forceDefaultExecution'](()=>_0x2ab38d(_0x2c27b7,_0x5be0df,_0x330b3b)),null;}_0xe954c1['push'](..._0x2c27b7);let _0x6c5a7a=!0x0;for(const _0x2b5093 of _0xe954c1)if(!this['_rangeIsInLocalUserInsertion'](_0x2b5093)){_0x6c5a7a=!0x1;break;}if(_0x6c5a7a&&'always'!==this['_trackFormatChanges']){const _0x3f13eb=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2ee4d6,'accept');return this['forceDefaultExecution'](()=>_0x3f13eb(_0x2c27b7,_0x5be0df,_0x330b3b)),null;}const _0x42f2a8=this['editor']['plugins']['get']('Users')['me'];for(const _0x24d47c of this['getSuggestions']()){if(_0x24d47c['author']['id']!=_0x42f2a8['id'])continue;if('formatBlock'!=_0x24d47c['type']||_0x24d47c['data']['formatGroupId']!=_0x5be0df['formatGroupId'])continue;if(!Lt(_0x24d47c,_0x330b3b))continue;const _0x314e8b=_0x24d47c['subType']==_0x2ee4d6;for(let _0x49ea36=0x0;_0x49ea36<_0x2c27b7['length'];_0x49ea36++){const _0xecb907=_0x2c27b7[_0x49ea36];for(const _0x1a7939 of _0x24d47c['getMarkers']()){const _0x4cbbf3=_0x1a7939['getRange']();if(_0xecb907['isEqual'](_0x4cbbf3)){_0x314e8b?(_0x2c27b7['splice'](_0x49ea36,0x1),_0x49ea36--):_0x24d47c['removeMarker'](_0x1a7939['name']);break;}}}}if(0x0==_0x2c27b7['length'])return null;const _0x2e6807=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2ee4d6,'join');for(const _0x334d2c of this['getSuggestions']())if(_0x334d2c['author']['id']==_0x42f2a8['id']&&'formatBlock'==_0x334d2c['type']&&_0x334d2c['data']['formatGroupId']==_0x5be0df['formatGroupId']&&_0x334d2c['subType']==_0x2ee4d6&&Lt(_0x334d2c,_0x330b3b)&&(_0x2e6807(_0x334d2c['getRanges'](),_0x2c27b7)||_0x2e6807(_0x2c27b7,_0x334d2c['getRanges']()))){for(const _0x1df311 of _0x2c27b7)_0x334d2c['addRange'](_0x1df311);return _0x334d2c;}const _0x3f5e47=_0x58019d(),_0x583f7e=_0x42f2a8['id'],_0x37e9ba='formatBlock:'+_0x2ee4d6,_0xde7ef4=this['_setSuggestionData']({'id':_0x3f5e47,'type':_0x37e9ba,'data':_0x5be0df,'createdAt':new Date(),'authorId':_0x583f7e,'attributes':_0x330b3b});for(const _0xc9aa65 of _0x2c27b7)this['_addSuggestionMarker'](_0x37e9ba,_0x3f5e47,_0x583f7e,_0xc9aa65,u['getMultiRangeId']());return _0xde7ef4;}['markDeletion'](_0x1f9088,_0x149cb9=null,_0xbfc450={}){if(_0x1f9088['isCollapsed'])return null;const _0x48da5e=this['editor']['plugins']['get']('Users')['me'],_0x422a80=new _0x17267b(_0x1f9088['start'],_0x1f9088['end']);for(const {suggestion:_0x4c0ffe,meta:_0xa7cd41}of this['_findSuggestions'](_0x422a80,'insertion'))if(_0xa7cd41['isOwn']&&!_0xa7cd41['isNextTo']){if(_0x4c0ffe['isMultiRange']){const _0x11b10d=_0x4c0ffe['getRanges']()['filter'](_0x162668=>'$graveyard'!=_0x162668['root']['rootName']);_0x11b10d['every'](_0x189076=>_0x422a80['containsRange'](_0x189076,!0x0))&&_0x4c0ffe['discard']();if(_0x11b10d['some'](_0x139403=>_0x139403['containsRange'](_0x422a80,!0x0))){const _0x3d6eb4=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x149cb9,'accept');return this['forceDefaultExecution'](()=>_0x3d6eb4([_0x422a80],null,_0xbfc450)),null;}}else{const _0x182d9d=_0x422a80['getIntersection'](_0x4c0ffe['getFirstRange']());null!==_0x182d9d&&_0x4c0ffe['_onDiscard']([_0x182d9d],null,_0xbfc450);}}if(_0x422a80['detach'](),_0x422a80['isCollapsed']||'$graveyard'==_0x422a80['root']['rootName'])return null;let _0x463682=null,_0x3f6968=_0x422a80['start'],_0x3879a5=_0x422a80['end'];const _0x408389=this['_findSuggestions'](_0x422a80,'deletion');for(const {suggestion:_0x43d497,meta:_0x5e1583}of _0x408389){const _0x2c2bee=this['_model']['createRange'](_0x3f6968,_0x3879a5);if(_0x5e1583['isOwn']&&(this['_mergeNestedSuggestions']||!_0x5e1583['containsRangeInObject']&&!_0x5e1583['isInsideObject'])){if(_0x43d497['isMultiRange']){if(!Lt(_0x43d497,_0xbfc450))continue;let _0x3bf3f5=!0x0;for(const _0x8c383e of _0x43d497['getRanges']()){if(_0x8c383e['containsRange'](_0x2c2bee,!0x0))return _0x43d497;_0x2c2bee['containsRange'](_0x8c383e)||(_0x3bf3f5=!0x1);}_0x3bf3f5&&_0x43d497['discard']();}else{const _0x432d7c=_0x43d497['getFirstRange']();if(_0x432d7c['containsRange'](_0x2c2bee,!0x0))return _0x43d497;if(!Lt(_0x43d497,_0xbfc450)){_0x2c2bee['containsRange'](_0x432d7c)?_0x43d497['removeMarkers']():_0x432d7c['containsPosition'](_0x3f6968)?_0x3f6968=_0x432d7c['end']:_0x432d7c['containsPosition'](_0x3879a5)&&(_0x3879a5=_0x432d7c['start']);continue;}_0x3f6968=_0x3f6968['isBefore'](_0x432d7c['start'])?_0x3f6968:_0x432d7c['start'],_0x3879a5=_0x3879a5['isAfter'](_0x432d7c['end'])?_0x3879a5:_0x432d7c['end'],_0xbfc450=Object['assign']({},_0x43d497['attributes']),_0x463682?_0x432d7c['start']['isBefore'](_0x463682['getFirstRange']()['start'])?(_0x463682['removeMarkers'](),_0x463682=_0x43d497):_0x43d497['removeMarkers']():_0x463682=_0x43d497;}}}if(_0x463682)return this['_setSuggestionRange'](_0x463682,this['_model']['createRange'](_0x3f6968,_0x3879a5)),_0x463682;{const _0x5d2b21=_0x58019d(),_0xdc0546=this['_model']['createRange'](_0x3f6968,_0x3879a5),_0x5a53b9=_0x48da5e['id'],_0x2ef133=_0x149cb9?'deletion:'+_0x149cb9:'deletion',_0x4fd654=this['_setSuggestionData']({'id':_0x5d2b21,'type':_0x2ef133,'createdAt':new Date(),'authorId':_0x5a53b9,'attributes':_0xbfc450});return this['_addSuggestionMarker'](_0x2ef133,_0x5d2b21,_0x5a53b9,_0xdc0546),_0x4fd654;}}['markMultiRangeDeletion'](_0x369eb7,_0x1452bf='multi',_0xb6f396={}){const _0x2be7e7=this['editor']['plugins']['get']('Users')['me'],_0xd24933=_0x369eb7['map'](_0x4ff2b1=>new _0x17267b(_0x4ff2b1['start'],_0x4ff2b1['end'])),_0xbe0e6b=new Set();for(const {suggestion:_0x42a0fa,meta:_0x1a875d}of this['_findSuggestions'](_0xd24933,'insertion'))_0x1a875d['isOwn']&&!_0x1a875d['isNextTo']&&_0xbe0e6b['add'](_0x42a0fa);for(const _0x58ddb3 of _0xbe0e6b)if(_0x58ddb3['isMultiRange']){const _0x32bc3c=_0x58ddb3['getRanges']();(!_0x58ddb3['attributes']||!_0x58ddb3['attributes']['skipNestingCheck'])&&(_0x32bc3c['every'](_0x18164e=>_0xd24933['some'](_0x42946c=>_0x42946c['containsRange'](_0x18164e,!0x0)))&&_0x58ddb3['discard']());if(_0xd24933['every'](_0x491c3a=>_0x32bc3c['some'](_0x5881a2=>_0x5881a2['containsRange'](_0x491c3a,!0x0)))){const _0x416121=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1452bf,'accept');return this['forceDefaultExecution'](()=>_0x416121(_0x369eb7,null,_0xb6f396)),null;}}else{const _0x5e5023=_0x58ddb3['getFirstRange']();_0xd24933['some'](_0x291b1e=>_0x291b1e['containsRange'](_0x5e5023,!0x0))&&_0x58ddb3['discard']();if(_0xd24933['every'](_0x48db7d=>_0x5e5023['containsRange'](_0x48db7d,!0x0))){const _0x14a71e=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1452bf,'accept');return this['forceDefaultExecution'](()=>_0x14a71e(_0xd24933,null,_0xb6f396)),null;}}const _0x4eacd2=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1452bf,'join');let _0x37cdb7=null;for(const _0x33cd64 of this['getSuggestions']())if(_0x33cd64['author']['id']==_0x2be7e7['id']&&_0x33cd64['isInContent']&&'deletion'==_0x33cd64['type']&&_0x33cd64['subType']==_0x1452bf&&Lt(_0x33cd64,_0xb6f396)&&(_0x4eacd2(_0x33cd64['getRanges'](),_0xd24933)||_0x4eacd2(_0xd24933,_0x33cd64['getRanges']()))){if(_0x37cdb7){if(_0x33cd64['commentThread']&&_0x33cd64['commentThread']['length'])continue;for(const _0x2660f1 of _0x33cd64['getRanges']())_0x37cdb7['isIntersectingWithRange'](_0x2660f1)||_0x37cdb7['addRange'](_0x2660f1);_0x33cd64['removeMarkers']();}else{_0x37cdb7=_0x33cd64;for(const _0x3d9fb3 of _0xd24933)_0x33cd64['isIntersectingWithRange'](_0x3d9fb3)||_0x33cd64['addRange'](_0x3d9fb3);}}if(_0x37cdb7)return _0x37cdb7;_0xbe0e6b['clear']();for(const {suggestion:_0x15af7d,meta:_0x55e1d1}of this['_findSuggestions'](_0xd24933,'deletion'))_0x55e1d1['isOwn']&&(this['_mergeNestedSuggestions']||!_0x55e1d1['containsRangeInObject']&&!_0x55e1d1['isInsideObject'])&&Lt(_0x15af7d,_0xb6f396)&&_0xbe0e6b['add'](_0x15af7d);for(const _0x5a08bb of _0xbe0e6b){const _0x28b44f=_0x5a08bb['getRanges']();if(!_0xb6f396||!_0xb6f396['skipNestingCheck']){if(_0xd24933['every'](_0x1cb7de=>_0x28b44f['some'](_0x55e3bd=>_0x55e3bd['containsRange'](_0x1cb7de,!0x0))))return _0x5a08bb;}(!_0x5a08bb['attributes']||!_0x5a08bb['attributes']['skipNestingCheck'])&&(_0x28b44f['every'](_0x2e1385=>_0xd24933['some'](_0x2f916a=>_0x2f916a['containsRange'](_0x2e1385,!0x0)))&&_0x5a08bb['discard']());}const _0x133b21=_0x58019d(),_0xe232e2=_0x2be7e7['id'],_0x4ddebb='deletion:'+_0x1452bf,_0x3fc2f8=this['_setSuggestionData']({'id':_0x133b21,'type':_0x4ddebb,'createdAt':new Date(),'authorId':_0xe232e2,'attributes':_0xb6f396});for(const _0x42406e of _0xd24933)_0x42406e['detach'](),_0x42406e['isCollapsed']||'$graveyard'==_0x42406e['root']['rootName']||this['_addSuggestionMarker'](_0x4ddebb,_0x133b21,_0xe232e2,_0x42406e,u['getMultiRangeId']());return _0x3fc2f8;}['markAttributeChange'](_0x3c11d1,_0x55c567,_0x210e63,_0x330ab4,_0x5ac850){if(_0x3c11d1['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x509627=this['editor']['plugins']['get']('Users')['me']['id'],_0x544c94=Array['from'](this['_suggestions']['values']())['filter'](_0x22fef2=>'attribute'==_0x22fef2['type']&&_0x22fef2['data']['key']==_0x55c567&&_0x22fef2['isIntersectingWithRange'](_0x3c11d1));if('default'===this['_trackFormatChanges']){const _0x372369=this['_findSuggestions'](_0x3c11d1,'insertion')['filter'](({meta:_0x48a1a7})=>_0x48a1a7['isOwn']&&!_0x48a1a7['isInsideObject']&&!_0x48a1a7['isNextTo'])['map'](({suggestion:_0x5c9437})=>_0x5c9437);_0x544c94['unshift'](..._0x372369);}const _0x19282b=new Map([[_0x3c11d1,_0x210e63]]);for(const _0x212dd0 of _0x544c94){const _0x2b93fa='attribute'==_0x212dd0['type']?_0x212dd0['data']['oldValue']:void 0x0,_0xd692b1=_0x212dd0['getFirstRange'](),_0x2be6ce=Array['from'](_0x19282b['keys']())['find'](_0x1e3a49=>_0x1e3a49['isIntersecting'](_0xd692b1));if(!_0x2be6ce)continue;const _0x119b5b=_0x2be6ce['getDifference'](_0xd692b1);this['_isBlockAttribute'](_0x55c567)&&'insertion'==_0x212dd0['type']&&0x0!=_0x119b5b['length']||(_0x19282b['delete'](_0x2be6ce),_0x119b5b['forEach'](_0x420fe7=>{_0x19282b['set'](_0x420fe7,_0x210e63);}),'insertion'!=_0x212dd0['type']&&_0x2b93fa!=_0x330ab4&&_0x19282b['set'](_0x2be6ce['getIntersection'](_0xd692b1),_0x2b93fa));}const _0x481bb1=[];for(const [_0x4b6a2d,_0x5355ca]of _0x19282b){const _0x3f16b1=_0x58019d(),_0x2d6061={'key':_0x55c567,'oldValue':_0x5355ca,'newValue':_0x330ab4};_0x55c567['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':_0x55c567});const _0x4f0953=('attribute:'+(_0x55c567+'|'+Vt({'newValue':_0x330ab4})))['substring'](0x0,0x3c),_0x42e034=this['_setSuggestionData']({'id':_0x3f16b1,'type':_0x4f0953,'data':_0x2d6061,'createdAt':new Date(),'authorId':_0x509627,'attributes':_0x5ac850});_0x481bb1['push'](_0x42e034),this['_addSuggestionMarker'](_0x4f0953,_0x3f16b1,_0x509627,_0x4b6a2d);}return _0x481bb1;}['enableDefaultAttributesIntegration'](_0x27cbf6){this['enableCommand'](_0x27cbf6,(_0x2b0bf1,..._0x31412b)=>{this['_recordAttributeChanges'](()=>{_0x2b0bf1(..._0x31412b);});});}['registerBlockAttribute'](_0x530b0f){this['_blockAttributeKeys']['add'](_0x530b0f);}['registerInlineAttribute'](_0x17fb96){this['_inlineAttributeKeys']['add'](_0x17fb96);}['_getAttributeKey'](_0x3670cb){return'attribute'==_0x3670cb['type']?_0x3670cb['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x1754d3,_0x47344c){const _0x4320aa=_0x1754d3['getFirstMarker']();this['_model']['change'](_0x2f9a8e=>{_0x2f9a8e['updateMarker'](_0x4320aa,{'range':_0x47344c});});}['_addThreadToSuggestion'](_0x2fd153){const _0x5e042d=_0x2fd153['id'],_0x59b2e0=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x5e042d)||this['_commentsRepository']['addCommentThread']({'channelId':_0x59b2e0,'threadId':_0x5e042d,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x444dc0=this['_commentsRepository']['getCommentThread'](_0x5e042d);_0x444dc0['unbind']('isRemovable'),_0x444dc0['isRemovable']=!0x1,_0x2fd153['commentThread']=_0x444dc0;}['_checkSuggestionCorrectness'](_0x447e1e,_0x2964ec,_0x35d755,_0x60d16c){if(_0x447e1e['type']!=_0x2964ec||_0x447e1e['subType']!=_0x35d755||_0x447e1e['creator']['id']!=_0x60d16c)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x56ae75('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x2f6590,_0x311f36){const _0x39e62f=_0x2f6590['getFirstRange']();if(_0x311f36['isEqual'](_0x39e62f))_0x2f6590['removeMarkers']();else{if(_0x39e62f['containsRange'](_0x311f36)){const _0x263f1b=this['_model']['createPositionAt'](_0x311f36['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x2f6590,this['_model']['createRange'](_0x39e62f['start'],_0x263f1b));const _0x52866d=_0x58019d(),_0x1d8229=_0x2f6590['creator']['id'],_0x18603e=_0x2f6590['type']+':'+_0x2f6590['subType'];this['_setSuggestionData']({'id':_0x52866d,'type':_0x18603e,'createdAt':new Date(),'authorId':_0x1d8229,'data':_0x2f6590['data'],'attributes':_0x2f6590['attributes']});const _0x171314=this['_model']['createPositionAt'](_0x311f36['end']['parent'],'after'),_0x34c660=this['_model']['createRange'](_0x171314,_0x39e62f['end']);this['_addSuggestionMarker'](_0x18603e,_0x52866d,_0x1d8229,_0x34c660);}else{if(_0x39e62f['containsPosition'](_0x311f36['start'])){const _0x1fb6ea=this['_model']['createPositionAt'](_0x311f36['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x2f6590,this['_model']['createRange'](_0x39e62f['start'],_0x1fb6ea));}else{const _0x52dac4=this['_model']['createPositionAt'](_0x311f36['end']['parent'],'after');this['_setSuggestionRange'](_0x2f6590,this['_model']['createRange'](_0x52dac4,_0x39e62f['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x3eee42){for(const {suggestion:_0x2eede8,meta:_0x266078}of this['_findSuggestions'](_0x3eee42,'insertion')){if(!_0x266078['isOwn'])continue;const _0x1430a6=_0x2eede8['getRanges']();for(const _0xeb6161 of _0x1430a6)if(!_0x3eee42['getDifference'](_0xeb6161)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x549cf9){const _0x10ae0f=this['editor']['plugins']['get']('Users')['getUser'](_0x549cf9);if(!_0x10ae0f)throw new _0x56ae75('track-changes-user-not-found',this);return _0x10ae0f;}['_getExternalAuthor'](_0x53a368){const _0x12a8bb=this['editor']['plugins']['get']('Users'),_0x40b65f=_0x40c511('external:'+_0x53a368),_0x2d0289=_0x12a8bb['getUser'](_0x40b65f);return _0x2d0289||_0x12a8bb['addUser']({'id':_0x40b65f,'name':_0x53a368});}['_createSuggestion'](_0x3d3f52,_0x3066e8,_0x5e0f17,_0x3807bc,_0x74bfac){const _0x2ee93e=this['_getAuthorFromId'](_0x3807bc),_0x166617=this['_suggestionFactory']['buildSuggestion'](_0x3d3f52,_0x3066e8,_0x5e0f17,_0x2ee93e,_0x74bfac,_0x16f856=>{this['_updateSuggestionData'](_0x5e0f17,{'attributes':_0x16f856});const _0x3a88ef=this['getSuggestion'](_0x5e0f17);this['_joinWithAdjacentSuggestions'](new Set([_0x3a88ef])),this['_refreshSuggestionsChain'](new Set([_0x3a88ef]));});return this['listenTo'](_0x166617,'accept',()=>{this['_updateSuggestionData'](_0x5e0f17,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x166617,'discard',()=>{this['_updateSuggestionData'](_0x5e0f17,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x5e0f17,_0x166617),this['_suggestionState']['set'](_0x166617,'notReady'),_0x166617;}['_splitMarkerName'](_0x4d9561){const _0x5e61f3=_0x4d9561['split'](':');return{'group':_0x5e61f3[0x0],'type':_0x5e61f3[0x1],'subType':_0x5e61f3['length']>=0x5?_0x5e61f3[0x2]:null,'id':_0x5e61f3['length']<0x5?_0x5e61f3[0x2]:_0x5e61f3[0x3],'authorId':_0x5e61f3['length']<0x5?_0x5e61f3[0x3]:_0x5e61f3[0x4],'markerCount':0x6==_0x5e61f3['length']?_0x5e61f3[0x5]:null};}['_breakSuggestionMarker'](_0x4f6789,_0x4a45de,_0xffaabf){const _0x24f1ef=_0x4f6789['getFirstRange'](),_0x40add6=_0x24f1ef['start'],_0x290878=_0x24f1ef['end'];this['_setSuggestionRange'](_0x4f6789,this['_model']['createRange'](_0x40add6,_0x4a45de));const _0x4a99d3=_0x58019d(),_0xc24ce7=_0x4f6789['creator']['id'],_0x2c06f5=_0x4f6789['type']+(_0x4f6789['subType']?':'+_0x4f6789['subType']:'');this['_setSuggestionData']({'id':_0x4a99d3,'type':_0x2c06f5,'createdAt':new Date(),'authorId':_0xc24ce7,'originalSuggestionId':_0x4f6789['id'],'attributes':_0x4f6789['attributes'],'data':_0x4f6789['data']});const _0x566abc=this['_getAttributeKey'](_0x4f6789);('formatBlock'==_0x4f6789['type']||_0x566abc&&this['_isBlockAttribute'](_0x566abc))&&(_0xffaabf=this['_model']['createPositionBefore'](_0xffaabf['parent'])),this['_addSuggestionMarker'](_0x2c06f5,_0x4a99d3,_0xc24ce7,this['_model']['createRange'](_0xffaabf,_0x290878));}['_findSuggestions'](_0x4c2e2b,_0x389c08=null){const _0x49e05f=[],_0x36a093=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x4c2e2b)||(_0x4c2e2b=[_0x4c2e2b]);for(const _0x223950 of this['getSuggestions']()){if(!_0x223950['isInContent'])continue;if(_0x389c08&&_0x223950['type']!=_0x389c08)continue;let _0x1be4ea=!0x1;for(const _0x4f0b8e of _0x223950['getRanges']()){for(const _0x24fc36 of _0x4c2e2b){const _0x3a9dc3=_0x24fc36['start']['isEqual'](_0x4f0b8e['end'])||_0x24fc36['end']['isEqual'](_0x4f0b8e['start']);if(_0x3a9dc3||_0x24fc36['getIntersection'](_0x4f0b8e)){const _0x33f0c4=_0x24fc36['containsRange'](_0x4f0b8e)&&Rt(this['_model']['schema'],_0x4f0b8e['start'],_0x24fc36),_0x1d8bdf=_0x4f0b8e['containsRange'](_0x24fc36)&&Rt(this['_model']['schema'],_0x24fc36['start'],_0x4f0b8e);_0x49e05f['push']({'suggestion':_0x223950,'meta':{'isOwn':_0x36a093==_0x223950['author'],'isNextTo':_0x3a9dc3,'isInsideObject':_0x33f0c4,'containsRangeInObject':_0x1d8bdf}}),_0x1be4ea=!0x0;break;}}if(_0x1be4ea)break;}}return _0x49e05f;}['_addSuggestionMarker'](_0x528c77,_0x32dd98,_0x25144f,_0x3f4831,_0x1ef07b){this['_model']['change'](_0xdf6083=>{let _0x4fbc05='suggestion:'+_0x528c77+':'+_0x32dd98+':'+_0x25144f;_0x1ef07b&&(_0x4fbc05=_0x4fbc05+':'+_0x1ef07b),_0xdf6083['addMarker'](_0x4fbc05,{'range':_0x3f4831,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x49fae6){const _0x200d60=_0x49fae6['previous'],_0x18d555=_0x49fae6['next'];_0x49fae6['previous']=null,_0x49fae6['next']=null,null!=_0x200d60&&_0x200d60['next']==_0x49fae6&&(_0x200d60['next']=_0x18d555),null!=_0x18d555&&_0x18d555['previous']==_0x49fae6&&(_0x18d555['previous']=_0x200d60),'ready'==this['_suggestionState']['get'](_0x49fae6)&&(this['_suggestionState']['set'](_0x49fae6,'removed'),this['fire']('suggestionUnloaded',_0x49fae6,_0x200d60,_0x18d555));}['_setSuggestionData'](_0x3ed58c){const _0x586185=_0x3ed58c['id'],_0x282cc2=this['addSuggestionData'](_0x3ed58c);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x2609c7=this['editor']['plugins']['get']('PendingActions'),_0x295736=_0x282cc2['hasComments'],_0x18d13d=_0x282cc2['subType']?_0x282cc2['type']+':'+_0x282cc2['subType']:_0x282cc2['type'],_0x5a65ca=this['editor']['locale'],_0x5e0528=_0x2609c7['add'](o(_0x5a65ca,'PENDING_ACTION_SUGGESTION')),_0x15b054={'id':_0x586185,'type':_0x18d13d,'hasComments':_0x295736,'data':_0x3ed58c['data']||null,'originalSuggestionId':_0x3ed58c['originalSuggestionId']||null,'attributes':_0x282cc2['attributes']};this['_adapter']['addSuggestion'](_0x15b054)['then'](_0x2d2690=>{_0x282cc2['_saved']=!0x0,_0x2609c7['remove'](_0x5e0528),_0x2d2690&&_0x2d2690['createdAt']&&(this['_suggestions']['get'](_0x586185)['createdAt']=_0x2d2690['createdAt']);})['catch'](_0x4620bc=>{throw _0x7edfd5('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x282cc2['discard']();}),_0x282cc2['stopListening'](),this['_suggestions']['delete'](_0x282cc2['id']),this['_suggestionState']['delete'](_0x282cc2),_0x4620bc;});}return _0x282cc2;}['_isBlockAttribute'](_0x520d69){return this['_blockAttributeKeys']['has'](_0x520d69);}['_updateSuggestionData'](_0x6a5a51,_0x1fe23a){const _0x4065be=this['editor']['plugins']['get']('PendingActions'),_0x5eb469=this['getSuggestion'](_0x6a5a51);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x5eb469['_saved']){const _0x2adad2=_0x4065be['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x6a5a51,_0x1fe23a)['then'](()=>{_0x4065be['remove'](_0x2adad2);});}else _0x5eb469['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x6a5a51,_0x1fe23a);});}}['_getSuggestionData'](_0x3ceb4f){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x56ae75('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x3ceb4f);}['_handleNewSuggestionMarker'](_0x3a255f){const {id:_0x563565,type:_0x2eb77b,subType:_0x35af39,authorId:_0x4ea30b}=this['_splitMarkerName'](_0x3a255f),_0x5141a1=this['_suggestions']['get'](_0x563565)||this['_createSuggestion'](_0x2eb77b,_0x35af39,_0x563565,_0x4ea30b,{});switch(this['_checkSuggestionCorrectness'](_0x5141a1,_0x2eb77b,_0x35af39,_0x4ea30b),this['_suggestionState']['get'](_0x5141a1)){case'notReady':this['_getSuggestionData'](_0x563565)['then'](_0x471697=>{let _0x301095=Promise['resolve']();_0x471697['hasComments']&&(_0x301095=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x563565})),_0x301095['then'](()=>{this['addSuggestionData'](_0x471697)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x5141a1,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x563565,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x5141a1,'ready'),this['fire']('suggestionLoaded',_0x5141a1);break;case'ready':this['fire']('suggestionChanged',_0x5141a1);}return _0x5141a1['addMarkerName'](_0x3a255f),_0x5141a1;}['_refreshSuggestionsChain'](_0x5eb7ae){const _0x218e2f=Array['from'](_0x5eb7ae),_0x46818e=_0x218e2f['filter'](_0x2af4df=>'attribute'==_0x2af4df['type']);this['_refreshAttributeSuggestionsChain'](_0x46818e);const _0x1efd69=_0x218e2f['filter'](_0x44073b=>!_0x44073b['isMultiRange']&&'attribute'!=_0x44073b['type']),_0x5e3444=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x32a705=>!_0x32a705['isMultiRange']&&'attribute'!=_0x32a705['type']),_0x3f1080=_0x5e3444['filter'](_0x39a85f=>!_0x5eb7ae['has'](_0x39a85f)),_0x41cfd1=new Map(_0x5e3444['map'](_0x48f8c0=>[_0x48f8c0,this['_suggestionFactory']['getSuggestionCallback'](_0x48f8c0['type'],_0x48f8c0['subType'],'chain')])),_0x5195e6=new Map(_0x5e3444['map'](_0x5a083f=>[_0x5a083f,_0x5a083f['getFirstRange']()])),_0x595b87=new Set(),_0x3eb373=new Set();for(let _0xff9c08=0x0;_0xff9c08<_0x1efd69['length'];_0xff9c08++)_0xe9d36e(_0x1efd69[_0xff9c08],_0x1efd69,_0xff9c08+0x1);for(let _0x2b3900=0x0;_0x2b3900<_0x1efd69['length'];_0x2b3900++)_0xe9d36e(_0x1efd69[_0x2b3900],_0x3f1080,0x0);const _0x568265=new Set();for(let _0x74c760=0x0;_0x74c760<_0x1efd69['length'];_0x74c760++){const _0x34bcb6=_0x1efd69[_0x74c760];!_0x3eb373['has'](_0x34bcb6)&&_0x34bcb6['previous']&&(_0x568265['add'](_0x34bcb6['previous']),_0x34bcb6['previous']['next']===_0x34bcb6&&(_0x34bcb6['previous']['next']=null),_0x34bcb6['previous']=null),!_0x595b87['has'](_0x34bcb6)&&_0x34bcb6['next']&&(_0x568265['add'](_0x34bcb6['next']),_0x34bcb6['next']['previous']===_0x34bcb6&&(_0x34bcb6['next']['previous']=null),_0x34bcb6['next']=null);}function _0xe9d36e(_0x149a34,_0x18a542,_0x46801d){for(let _0x4622ae=_0x46801d;_0x4622ae<_0x18a542['length'];_0x4622ae++){const _0x1cd15a=_0x1610a7(_0x149a34,_0x18a542[_0x4622ae]);_0x1cd15a&&(_0x1cd15a[0x0]['next']=_0x1cd15a[0x1],_0x1cd15a[0x1]['previous']=_0x1cd15a[0x0],_0x595b87['add'](_0x1cd15a[0x0]),_0x3eb373['add'](_0x1cd15a[0x1]));}}function _0x1610a7(_0x1da08a,_0x47ac17){if(_0x1da08a['author']['id']!==_0x47ac17['author']['id'])return null;const _0x3e44ab=_0x41cfd1['get'](_0x1da08a)(_0x1da08a,_0x47ac17,_0x5195e6['get'](_0x1da08a),_0x5195e6['get'](_0x47ac17));if(!_0x3e44ab)return null;return _0x41cfd1['get'](_0x47ac17)(_0x1da08a,_0x47ac17,_0x5195e6['get'](_0x1da08a),_0x5195e6['get'](_0x47ac17))?_0x3e44ab[0x1]['commentThread']&&_0x3e44ab[0x1]['commentThread']['length']?null:_0x3e44ab:null;}_0x568265['size']&&this['_refreshSuggestionsChain'](_0x568265);}['_refreshAttributeSuggestionsChain'](_0x5998){if(0x0==_0x5998['length'])return;const _0x38ddd2=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x41fe9c=>'attribute'==_0x41fe9c['type']&&_0x41fe9c['_isDataLoaded']),_0x2ea5ab=[],_0x44e8d0=new Map();for(const _0x139dd1 of _0x38ddd2){const _0x49b402=_0x40c511(_0x139dd1['attributes']);_0x44e8d0['has'](_0x49b402)||(_0x44e8d0['set'](_0x49b402,_0x2ea5ab['length']),_0x2ea5ab['push']([]));const _0x875c5c=_0x44e8d0['get'](_0x49b402);_0x2ea5ab[_0x875c5c]['push'](_0x139dd1);}!(function(){_0x2ea5ab['sort']((_0x107867,_0x54269c)=>{const _0x2ec643=_0x107867[0x0]['createdAt'],_0xedcafe=_0x54269c[0x0]['createdAt'];return _0x2ec643==_0xedcafe?_0x107867[0x0]['attributes']['groupId']<_0x54269c[0x0]['attributes']['groupId']?-0x1:0x1:_0x2ec643<_0xedcafe?-0x1:0x1;});for(const _0x29b519 of _0x2ea5ab)_0x29b519['sort']((_0x833bcc,_0x33f7f0)=>_0x833bcc['id']<_0x33f7f0['id']?-0x1:0x1);}());for(let _0x50d7fb=0x0;_0x50d7fb<_0x2ea5ab['length'];_0x50d7fb++){if(0x0==_0x2ea5ab[_0x50d7fb]['length'])continue;const _0x27ea48=[];for(let _0x2f3009=_0x50d7fb+0x1;_0x2f3009<_0x2ea5ab['length'];_0x2f3009++)0x0!=_0x2ea5ab[_0x2f3009]['length']&&_0x42fe4f(_0x2ea5ab[_0x50d7fb],_0x2ea5ab[_0x2f3009])&&_0x27ea48['push'](_0x2f3009);for(const _0x44b99c of _0x27ea48)_0x2ea5ab[_0x50d7fb]=_0x2ea5ab[_0x50d7fb]['concat'](_0x2ea5ab[_0x44b99c]),_0x2ea5ab[_0x44b99c]=[];}for(const _0x5f0aa7 of _0x2ea5ab)for(let _0x5f2086=0x0;_0x5f2086<_0x5f0aa7['length'];_0x5f2086++)_0x5f0aa7[_0x5f2086]['next']=_0x5f0aa7[_0x5f2086+0x1]||null;for(const _0x4c8404 of _0x2ea5ab)for(let _0x5f0701=0x0;_0x5f0701<_0x4c8404['length'];_0x5f0701++)_0x4c8404[_0x5f0701]['previous']=_0x4c8404[_0x5f0701-0x1]||null;function _0x42fe4f(_0x23cdc8,_0x314beb){if(_0x23cdc8[0x0]['attributes']['groupId']!==_0x314beb[0x0]['attributes']['groupId']&&_0x23cdc8[0x0]['author']!==_0x314beb[0x0]['author'])return!0x1;if(!function(_0x3f1323,_0x27d394){if(!_0x3f1323['hasComments']&&!_0x27d394['hasComments'])return!0x0;if(_0x3f1323['hasComments']&&_0x27d394['hasComments'])return!0x1;if(_0x3f1323['hasComments']&&_0x27d394['createdAt']<_0x3f1323['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x27d394['hasComments']&&_0x3f1323['createdAt']<_0x27d394['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x23cdc8[0x0],_0x314beb[0x0]))return!0x1;const _0x103186=Bt(_0x23cdc8[0x0]['attributes'],'groupId'),_0x25e0fe=Bt(_0x314beb[0x0]['attributes'],'groupId');if(!_0xd4c736(_0x103186,_0x25e0fe))return!0x1;return!!_0x23cdc8['every'](_0x2719e6=>_0x314beb['some'](_0x4e9ad4=>_0x2719e6['getFirstRange']()['isEqual'](_0x4e9ad4['getFirstRange']())))&&_0x314beb['every'](_0x18bd4f=>_0x23cdc8['some'](_0x622b38=>_0x18bd4f['getFirstRange']()['isEqual'](_0x622b38['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x4f52da){const _0x38a8c6=Array['from'](_0x4f52da),_0xcdb7e3=this['getSuggestions']({'skipNotAttached':!0x0}),_0x4c4966=_0xcdb7e3['filter'](_0x1c8d4a=>!_0x4f52da['has'](_0x1c8d4a)),_0x696857=new Map(_0x38a8c6['map'](_0x14645a=>[_0x14645a,this['_suggestionFactory']['getSuggestionCallback'](_0x14645a['type'],_0x14645a['subType'],'join')])),_0x3cd8c7=new Map(_0xcdb7e3['map'](_0x153d25=>[_0x153d25,_0x153d25['getRanges']()]));for(let _0x3503f9=0x0;_0x3503f9<_0x38a8c6['length'];_0x3503f9++){if(_0x1babf8(this,_0x38a8c6[_0x3503f9],_0x38a8c6,_0x3503f9+0x1))return!0x0;}for(let _0x432134=0x0;_0x432134<_0x38a8c6['length'];_0x432134++){if(_0x1babf8(this,_0x38a8c6[_0x432134],_0x4c4966,0x0))return!0x0;}return!0x1;function _0x1babf8(_0x1092b9,_0x7fd995,_0x2d781d,_0x42ac97){for(let _0x35ad7d=_0x42ac97;_0x35ad7d<_0x2d781d['length'];_0x35ad7d++){const _0x500f8e=_0x2d781d[_0x35ad7d];if(_0x500f8e['type']!==_0x7fd995['type']||_0x500f8e['author']['id']!==_0x7fd995['author']['id']||_0x500f8e['subType']!==_0x7fd995['subType'])continue;if(!Pt(_0x7fd995,_0x500f8e,['groupId']))continue;if('attribute'==_0x7fd995['type']&&_0x7fd995['data']['oldValue']!=_0x500f8e['data']['oldValue'])continue;if('attribute'==_0x7fd995['type']&&_0x1092b9['_isBlockAttribute'](_0x7fd995['data']['key']))continue;if('formatBlock'==_0x7fd995['type']){const _0x435186=_0x1092b9['editor']['model'],_0xf53e5f=_0x7fd995['getContainedElement']();if(_0xf53e5f&&(_0x435186['schema']['isObject'](_0xf53e5f)||_0x435186['schema']['isLimit'](_0xf53e5f)))continue;}const _0x4a95fa=_0x696857['get'](_0x7fd995),_0x472c82=_0x3cd8c7['get'](_0x7fd995),_0x33249e=_0x3cd8c7['get'](_0x500f8e),_0x5ad599=_0x7fd995['commentThread']&&_0x7fd995['commentThread']['length'],_0x57a122=_0x500f8e['commentThread']&&_0x500f8e['commentThread']['length'];if(!_0x5ad599&&_0x4a95fa(_0x33249e,_0x472c82))return _0x1092b9['_joinSuggestions'](_0x500f8e,_0x7fd995),_0x3cd8c7['delete'](_0x7fd995),!0x0;if(!_0x57a122&&_0x4a95fa(_0x472c82,_0x33249e))return _0x1092b9['_joinSuggestions'](_0x7fd995,_0x500f8e),_0x3cd8c7['delete'](_0x500f8e),!0x0;}return!0x1;}}['_joinSuggestions'](_0xf1678,_0x3826a5){if(_0xf1678['isMultiRange']){for(const _0x5bea16 of _0x3826a5['getRanges']())_0xf1678['addRange'](_0x5bea16);}else{const _0xfd7843=_0x3826a5['getFirstRange']()['end'];this['_setSuggestionRange'](_0xf1678,this['_model']['createRange'](_0xf1678['getFirstRange']()['start'],_0xfd7843));}_0x3826a5['removeMarkers']();}['_getMarkerAnnouncementText'](_0x48236c,_0x7c4529){const _0x2cff63=_0x48236c['startsWith']('format')||_0x48236c['startsWith']('attribute')?'FORMATTING':_0x48236c['toUpperCase']();return o(this['editor']['locale'],_0x7c4529+'_'+_0x2cff63+'_SUGGESTION_ANNOUNCEMENT');}['_initAriaMarkerChangeAnnouncements'](){const _0x517a7d=this['editor'];if(!_0x517a7d['ui'])return;const {ariaLiveAnnouncer:_0x1d6184}=_0x517a7d['ui'];_0x584805(this['_model'],({left:_0x14ff98,entered:_0x3ea364})=>{for(const _0x2aee22 of _0x14ff98){const {group:_0x469f5c,type:_0xbc81e0}=this['_splitMarkerName'](_0x2aee22['name']);if('suggestion'===_0x469f5c){_0x1d6184['announce'](this['_getMarkerAnnouncementText'](_0xbc81e0,'LEAVE'));break;}}for(const _0x11d328 of _0x3ea364){const {group:_0x6e9f84,type:_0x24ef4e}=this['_splitMarkerName'](_0x11d328['name']);if('suggestion'===_0x6e9f84){_0x1d6184['announce'](this['_getMarkerAnnouncementText'](_0x24ef4e,'ENTER'));break;}}});}['_processAttributeChanges'](_0x2fda04){if(this['_recordAttributeSuggestions'])return!0x1;const _0x33636f=this['editor'],_0x12d97d=_0x33636f['model']['document']['differ']['getChanges']();if(0x0==_0x12d97d['length'])return!0x1;const _0x1fa56f=[],_0x252fd2=_0x12d97d['filter'](_0x3b3b15=>'attribute'==_0x3b3b15['type']),_0xd67131=_0x12d97d['filter'](_0x5e90ae=>'insert'==_0x5e90ae['type']&&'$text'!=_0x5e90ae['name']),_0x165fa5=_0x12d97d['filter'](_0x2deb37=>'remove'==_0x2deb37['type']&&'$text'!=_0x2deb37['name']);for(const _0x502483 of _0x252fd2)_0x1fa56f['push']({'key':_0x502483['attributeKey'],'newValue':_0x502483['attributeNewValue'],'oldValue':_0x502483['attributeOldValue'],'range':Ot(_0x502483['range'],_0x33636f['model'])});for(const _0x161040 of _0xd67131){const _0x30fe3f=_0x165fa5['find'](_0x26dcc3=>_0x26dcc3['position']['isEqual'](_0x161040['position']));_0x30fe3f&&_0x1fa56f['push']({'key':m,'newValue':_0x161040['name'],'oldValue':_0x30fe3f['name'],'range':_0x33636f['model']['createRangeOn'](_0x161040['position']['nodeAfter'])});}return 0x0!=_0x1fa56f['length']&&this['_reduceExistingSuggestions'](_0x2fda04,_0x1fa56f);}['_processAttributeSuggestions'](_0x119cdd){let _0x28d182=!0x1;const _0xf7bf45=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x5f153c=>_0x5f153c['data']['newRange']&&_0x5f153c['name']['startsWith']('suggestion:attribute:'));for(const _0x50d41e of _0xf7bf45){const {subType:_0x338bf1,id:_0x175bcf}=this['_splitMarkerName'](_0x50d41e['name']),_0x40a742=_0x338bf1['split']('|')[0x0];for(const _0x4ab96a of this['getSuggestions']({'skipNotAttached':!0x0}))_0x4ab96a['id']!=_0x175bcf&&'attribute'==_0x4ab96a['type']&&_0x4ab96a['data']&&_0x4ab96a['data']['key']==_0x40a742&&_0x4ab96a['getFirstRange']()['isIntersecting'](_0x50d41e['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x4ab96a,_0x50d41e['data']['newRange'],_0x119cdd),_0x28d182=!0x0);}return _0x28d182;}['_recordAttributeChanges'](_0x4b24a1){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x4b24a1();}['_isRegisteredAttribute'](_0x5a64ad){const _0x5be6b1=this['_isBlockAttribute'](_0x5a64ad),_0x4945b9=this['_inlineAttributeKeys']['has'](_0x5a64ad);return _0x5be6b1||_0x4945b9;}['_reduceExistingSuggestions'](_0x2d2369,_0x23c727){if(0x0==_0x23c727['length'])return!0x1;let _0x14fb5a=!0x1;for(const _0x327a13 of _0x23c727){const _0x3837a8=this['_findSuggestions'](_0x327a13['range'],'attribute')['filter'](_0x4ddc86=>!_0x4ddc86['meta']['isNextTo'])['map'](_0x44f24d=>_0x44f24d['suggestion']),_0xd07291=_0x40c511({'newValue':_0x327a13['newValue']});_0x3837a8['filter'](_0x5e2a3f=>{const [_0x2b35d7,_0x230ac6]=_0x5e2a3f['subType']['split']('|');return _0x2b35d7==_0x327a13['key']&&_0x230ac6!=_0xd07291;})['forEach'](_0x48bdf6=>{this['_reduceSuggestionAttributeRange'](_0x48bdf6,_0x327a13['range'],_0x2d2369),_0x14fb5a=!0x0;});}return _0x14fb5a;}['_reduceSuggestionAttributeRange'](_0x3dd2c6,_0x50ab41,_0x4b24a7){const _0x59d0fd=_0x3dd2c6['getFirstRange']()['getDifference'](_0x50ab41);0x0!==_0x59d0fd['length']?0x1!==_0x59d0fd['length']?this['_breakSuggestionMarker'](_0x3dd2c6,_0x50ab41['start'],_0x50ab41['end']):this['_setSuggestionRange'](_0x3dd2c6,_0x59d0fd[0x0]):_0x4b24a7['removeMarker'](_0x3dd2c6['getFirstMarker']());}}class xt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x54d30f){this['_editor']=_0x54d30f,this['_model']=_0x54d30f['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x56cbf7,_0x345db5,_0x466a87,_0x3d47c1,_0x54bd8c,_0x3ea32b){return new u(this['_model'],{'type':_0x56cbf7,'subType':_0x345db5,'id':_0x466a87,'author':_0x3d47c1,'creator':_0x3d47c1,'attributes':_0x54bd8c,'onAttributesChange':_0x3ea32b,'onAccept':(..._0x4277cc)=>this['getSuggestionCallback'](_0x56cbf7,_0x345db5,'accept')(..._0x4277cc),'onDiscard':(..._0x36c921)=>this['getSuggestionCallback'](_0x56cbf7,_0x345db5,'discard')(..._0x36c921)});}['registerCustomCallback'](_0x332988,_0x31dbb7,_0x4d5c3d,_0x5c15fd){const _0x56ca31=_0x332988+':'+_0x31dbb7+':'+_0x4d5c3d;this['_customCallbacks']['set'](_0x56ca31,_0x5c15fd);}['getSuggestionCallback'](_0x5a32e3,_0x1cdd63,_0x177462){const _0x1d51f9=_0x5a32e3+':'+_0x1cdd63+':'+_0x177462;return this['_customCallbacks']['get'](_0x1d51f9)||this['_defaultCallbacks']['get'](_0x5a32e3+':'+_0x177462);}['_registerDefaultCallbacks'](){const _0x2df507=()=>!0x1,_0x4c5d37=_0x303936=>{_0x303936['sort']((_0x4656ac,_0x496a5b)=>_0x4656ac['start']['isBefore'](_0x496a5b['start'])?0x1:-0x1),this['_model']['change'](_0xefb265=>{for(const _0x575747 of _0x303936){let _0x3736a8;_0x3736a8=_0x575747['end']['isAtEnd']&&_0x575747['end']['parent']==_0x575747['start']['nodeAfter']?_0xefb265['createSelection'](_0x575747['start']['nodeAfter'],'on'):_0xefb265['createSelection'](_0x575747),this['_model']['deleteContent'](_0x3736a8,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2ba336=(_0x426ba4,_0x5cd4cc)=>{_0x5cd4cc&&this['_model']['change'](_0x454bb4=>{const {commandName:_0x11ffc3,commandParams:_0x509e75=[]}=_0x5cd4cc,_0x3906c3=_0x426ba4['map'](_0x581470=>(Tt(_0x581470)&&(_0x581470=this['_model']['createRange'](_0x581470['end'])),_0x581470))['filter'](_0x279c4c=>'$graveyard'!==_0x279c4c['root']['rootName']);if(_0x3906c3['length']<0x1)return;const _0x591da8=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x50677a=>_0x17267b['fromRange'](_0x50677a));_0x454bb4['setSelection'](_0x3906c3);for(const _0x4a1149 of this['_editor']['commands']['commands']())_0x4a1149['refresh']();_0x509e75['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x11ffc3,..._0x509e75);const _0x1b80f1=_0x591da8['filter'](_0x1b1745=>'$graveyard'!=_0x1b1745['root']['rootName']);_0x1b80f1['length']>0x0&&_0x454bb4['setSelection'](_0x1b80f1);for(const _0x5207c8 of _0x591da8)_0x5207c8['detach']();});},_0x35a68b=(_0x1a93df,_0x188cb8)=>0x1==_0x1a93df['length']&&0x1==_0x188cb8['length']&&_0x1a93df[0x0]['end']['isEqual'](_0x188cb8[0x0]['start']),_0x5b07b7=(_0x15e142,_0x29001e,_0x54a22f,_0x370d56)=>Ft(_0x15e142,_0x29001e,_0x54a22f,_0x370d56,this['_model'])?[_0x15e142,_0x29001e]:Ft(_0x29001e,_0x15e142,_0x370d56,_0x54a22f,this['_model'])?[_0x29001e,_0x15e142]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x2df507),this['_defaultCallbacks']['set']('insertion:discard',_0x4c5d37),this['_defaultCallbacks']['set']('insertion:join',_0x35a68b),this['_defaultCallbacks']['set']('insertion:chain',_0x5b07b7),this['_defaultCallbacks']['set']('deletion:accept',_0x4c5d37),this['_defaultCallbacks']['set']('deletion:discard',_0x2df507),this['_defaultCallbacks']['set']('deletion:join',_0x35a68b),this['_defaultCallbacks']['set']('deletion:chain',_0x5b07b7),this['_defaultCallbacks']['set']('formatInline:accept',_0x2ba336),this['_defaultCallbacks']['set']('formatInline:discard',_0x2df507),this['_defaultCallbacks']['set']('formatInline:join',_0x35a68b),this['_defaultCallbacks']['set']('formatInline:chain',_0x2df507),this['_defaultCallbacks']['set']('formatBlock:accept',_0x2ba336),this['_defaultCallbacks']['set']('formatBlock:discard',_0x2df507),this['_defaultCallbacks']['set']('formatBlock:join',_0x35a68b),this['_defaultCallbacks']['set']('formatBlock:chain',_0x2df507),this['_defaultCallbacks']['set']('attribute:accept',_0x2df507),this['_defaultCallbacks']['set']('attribute:discard',(_0x509481,_0x166005)=>{if(!_0x166005)return;const _0x515a67=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x2035ec=>{if(_0x166005['key']==m)for(const _0x5dbcc2 of _0x509481){const _0xf4fe35=_0x5dbcc2['start']['nodeAfter'],_0x1f57ff=_0x166005['oldValue'];_0x2035ec['rename'](_0xf4fe35,_0x1f57ff);}else{if(_0x515a67['_isBlockAttribute'](_0x166005['key'])){for(const _0x2dcf21 of _0x509481)void 0x0!==_0x166005['oldValue']?_0x2035ec['setAttribute'](_0x166005['key'],_0x166005['oldValue'],_0x2dcf21['start']['nodeAfter']):_0x2035ec['removeAttribute'](_0x166005['key'],_0x2dcf21['start']['nodeAfter']);}else{for(const _0x1ebcef of _0x509481)_0x166005['oldValue']?_0x2035ec['setAttribute'](_0x166005['key'],_0x166005['oldValue'],_0x1ebcef):_0x2035ec['removeAttribute'](_0x166005['key'],_0x1ebcef);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x35a68b);}}function Rt(_0x301b7f,_0x702304,_0x4d6ca1){for(const _0x392743 of _0x702304['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x392743['root']==_0x392743)return!0x1;if(!_0x4d6ca1['containsItem'](_0x392743))return!0x1;if(_0x301b7f['isObject'](_0x392743)||_0x301b7f['isLimit'](_0x392743))return!0x0;}return!0x1;}function Tt(_0x1af2c7){return _0x1af2c7['end']['parent']==_0x1af2c7['start']['nodeAfter']&&_0x1af2c7['end']['isAtStart'];}function Et(_0x584e64,_0x29a9d5,_0x4a60f1,_0x411144){const _0xf92ebe=_0x2f0e56=>!_0x2f0e56['item']['is']('$textProxy')&&!_0x411144['isObject'](_0x2f0e56['item']),_0x2a41ec=_0x584e64['start']['getLastMatchingPosition'](_0xf92ebe),_0x2db8f5=_0x584e64['end']['getLastMatchingPosition'](_0xf92ebe,{'direction':'backward'});return(!_0x584e64['start']['isEqual'](_0x2a41ec)||!_0x584e64['end']['isEqual'](_0x2db8f5))&&(_0x2a41ec['isBefore'](_0x2db8f5)?_0x4a60f1['updateMarker'](_0x29a9d5,{'range':_0x4a60f1['createRange'](_0x2a41ec,_0x2db8f5)}):_0x4a60f1['removeMarker'](_0x29a9d5),!0x0);}function Vt(_0x42a721){return _0x40c511(_0x42a721);}function Ut(_0x57d7e7){const _0x3a20cb=_0x57d7e7['start']['nodeAfter'];return _0x3a20cb&&_0x3a20cb['is']('element');}function Ot(_0x50b60e,_0x3f9e75){return null==_0x50b60e['end']['nodeBefore']&&_0x50b60e['end']['parent']==_0x50b60e['start']['nodeAfter']?Gt(_0x50b60e['start']['nodeAfter'],_0x3f9e75):_0x50b60e;}function Gt(_0x11cbfb,_0x3045bf){const _0x29bbbe=_0x3045bf['schema']['isObject'](_0x11cbfb)||_0x3045bf['schema']['isSelectable'](_0x11cbfb);return _0x3045bf['createRange'](_0x3045bf['createPositionAt'](_0x11cbfb,'before'),_0x29bbbe?_0x3045bf['createPositionAfter'](_0x11cbfb):_0x3045bf['createPositionAt'](_0x11cbfb,'end'));}function Ft(_0x46388c,_0x30759e,_0x3a4e07,_0x54fcdd,_0x25839e){if(!Pt(_0x46388c,_0x30759e))return!0x1;if(_0x3a4e07['end']['isEqual'](_0x54fcdd['start']))return!0x0;if(_0x46388c['type']!=_0x30759e['type'])return!0x1;if(!_0x3a4e07['end']['isTouching'](_0x54fcdd['start']))return!0x1;const _0x5c3449=_0x25839e['createRange'](_0x3a4e07['end'],_0x54fcdd['start'])['getWalker']();for(const _0x227106 of _0x5c3449)if(['elementStart','elementEnd']['includes'](_0x227106['type'])&&_0x25839e['schema']['isLimit'](_0x227106['item']))return!0x1;return!0x0;}function Pt(_0xe9f1b7,_0x58d766,_0x3de80a=[]){return!(!_0xe9f1b7['_isDataLoaded']||!_0x58d766['_isDataLoaded'])&&_0xd4c736(Bt(_0xe9f1b7['attributes'],_0x3de80a),Bt(_0x58d766['attributes'],_0x3de80a));}function Lt(_0x762796,_0x2c8425){const _0x334783=Ht(_0x762796['attributes']),_0x3af83a=Ht(_0x2c8425);if(!_0x762796['_isDataLoaded'])return!0x1;for(const _0x2d83c2 of Object['keys'](_0x3af83a))if(!_0xd4c736(_0x334783[_0x2d83c2],_0x3af83a[_0x2d83c2]))return!0x1;return!0x0;}function Ht(_0x4fb335){const _0x368ce0=Object['assign']({},_0x4fb335);return delete _0x368ce0['skipNestingCheck'],delete _0x368ce0['tablePasteChainId'],_0x368ce0;}class oe extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x1bee3c(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x13876c,_0x16b632,_0x77b395,_0x57fcbe){super(),this['model']=_0x16b632,this['view']=_0x77b395,this['commentThreadController']=_0x57fcbe,this['_editor']=_0x13876c,this['_acceptCommand']=_0x13876c['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x13876c['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x2a1ee4,_0x2b945a)=>_0x2a1ee4||_0x2b945a),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x285352=>_0x285352&&this['_editor']['model']['canEditAt'](_0x16b632['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x27b428=>_0x27b428&&this['_editor']['model']['canEditAt'](_0x16b632['getRanges']())),this['_pendingAction']=null,_0x77b395['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x77b395,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x77b395,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x77b395,'change:isDirty',()=>{_0x77b395['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 _0x2a95a9=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x2a95a9);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class es extends _0x502ad6{['commentsListView'];['commentThreadInputView'];['_model'];['_localUser'];['_config'];constructor(_0x2a2b58,_0x2d8acf,_0x4a3ef4,_0x4bc15c){super(_0x2a2b58),this['commentsListView']=null,this['commentThreadInputView']=null,this['set']('isActive',!0x1),this['set']('authoredAt',_0x2d8acf['authoredAt']),this['bind']('authoredAt')['to'](_0x2d8acf),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['_model']=_0x2d8acf,this['_localUser']=_0x4a3ef4,this['_config']=_0x4bc15c,_0x4bc15c['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x5aad13}=this['_config'];this['commentsListView']=new _0x5aad13(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',_0x449006=>_0x449006+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x25c885,_0x20736a)=>_0x25c885||!!_0x20736a);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x201dea}=this['_config'],_0x4634b3=new _0x201dea(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x2cc63c=_0x4634b3['commentInputView'];return _0x4634b3['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x2cc63c,'value',(_0x1794c8,_0x532cc3,_0xda8c03)=>!!_0xda8c03||_0x1794c8&&!_0x532cc3),_0x2cc63c['on']('submit',(_0xfd31bf,_0x7362b4)=>{this['fire']('addComment',_0x7362b4),_0x2cc63c['editor']['setData']('');}),_0x2cc63c['on']('cancel',()=>this['focus']()),_0x2cc63c['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x4634b3;}}class ne extends es{['userView'];['acceptButton'];['discardButton'];['_descriptionElement'];constructor(_0x132e53,_0x34930a,_0x1a180b,_0x57e6d0){super(_0x132e53,_0x34930a,_0x1a180b,_0x57e6d0),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x583884=>_0x583884&&_0x583884[0x0]?_0x583884[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x222cf3,_0x42bd93)=>{let _0x2233c2='';for(const _0x3e9276 of _0x222cf3)_0x2233c2+='<p>'+ds(_0x3e9276['content'],_0x3e9276['color'])+'</p>';return _0x42bd93?_0x2233c2:_0x579d17(_0x2233c2,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this['_createButton'](o(_0x132e53,'Accept\x20suggestion'),_0x32fe92['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['discardButton']=this['_createButton'](o(_0x132e53,'Discard\x20suggestion'),_0x32fe92['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['userView']=new _0x339a1e(_0x132e53,this['_model']['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user']}}),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x1c2dcd=this['bindTemplate'],_0x9477f9=[{'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':_0x1c2dcd['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x1c2dcd['to']('authoredAt',_0x48619a=>this['_config']['formatDateTime'](_0x48619a))}]}]},{'tag':'div','attributes':{'class':['ck-suggestion__actions','ck-annotation__actions']},'children':[this['acceptButton'],this['discardButton']]},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']}}];this['_model']['isExternal']&&_0x9477f9['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x2254f9={'tag':'div','attributes':{'class':['ck-suggestion-wrapper',_0x1c2dcd['if']('isActive','ck-suggestion-wrapper--active'),_0x1c2dcd['to']('type',_0x58eb53=>'ck-suggestion-'+_0x58eb53),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':-0x1},'children':[{'tag':'div','attributes':{'class':['ck-suggestion','ck-annotation']},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main','ck-annotation__main']},'children':_0x9477f9}]}]};return this['commentsListView']&&this['commentThreadInputView']&&(_0x2254f9['children']['push'](this['commentsListView'],this['commentThreadInputView']),this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this),this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this)),_0x2254f9;}['render'](){super['render'](),this['_descriptionElement']=this['element']['querySelector']('.ck-annotation__content-wrapper'),this['_descriptionElement']['innerHTML']=this['description'],this['on']('change:description',(_0x3694ee,_0x5ed123,_0x14449c)=>{this['_descriptionElement']['innerHTML']=_0x14449c;});}['_createButton'](_0x1d34e9,_0x45a88c,_0x23894c,_0x6ec679,_0xf7432a){const _0x16f21f=new _0x31bbbd(this['locale']);return _0x16f21f['set']({'label':_0x1d34e9,'icon':_0x45a88c,'tooltip':!0x0,'tooltipPosition':_0xf7432a}),_0x16f21f['extendTemplate']({'attributes':{'class':_0x23894c}}),_0x16f21f['on']('execute',()=>{this['fire'](_0x6ec679,this['_model']['id']);}),_0x16f21f;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['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;}}function ds(_0x433c37,_0x5ddc1f){let _0x5b8dc6='';return _0x5b8dc6+=_0x433c37['split']('*')['map']((_0xf69ece,_0x202729)=>_0x202729%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+us(_0xf69ece)+'</span>':us(_0xf69ece))['join'](''),_0x5ddc1f&&(_0x5b8dc6+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x5ddc1f['value']+'\x22\x20title=\x22'+_0x5ddc1f['title']+'\x22></span>'),_0x5b8dc6;}function us(_0x295e1d){const _0x2ffce5=document['createElement']('span');return _0x2ffce5['innerText']=_0x295e1d,_0x2ffce5['innerHTML'];}var ie='<!--\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\x20width=\x2220\x22\x20height=\x2220\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><g\x20fill=\x22#000\x22\x20fill-rule=\x22nonzero\x22><path\x20d=\x22M1\x203.28C1\x202.574\x201.574\x202\x202.272\x202h10.23c.703\x200\x201.272.573\x201.272\x201.28v12.768c0\x20.708-.574\x201.281-1.271\x201.281H2.272A1.276\x201.276\x200\x200\x201\x201\x2016.049V3.28zm11.503\x2012.954c-.008\x200-.006-12.77-.006-12.77\x200-.003-10.225-.004-10.225-.004.007\x200\x20.005\x2012.77.005\x2012.77\x200\x20.003\x2010.226.004\x2010.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351\x200\x20.636.284.636.64a.641.641\x200\x200\x201-.636.638H4.829a.636.636\x200\x200\x201-.635-.639zm0\x202.554c0-.352.292-.638.636-.638h5.116c.351\x200\x20.636.283.636.638a.641.641\x200\x200\x201-.636.639H4.829a.636.636\x200\x200\x201-.635-.639zm0\x202.555c0-.353.289-.639.633-.639h2.567c.35\x200\x20.633.284.633.64a.639.639\x200\x200\x201-.633.638H4.826a.634.634\x200\x200\x201-.632-.639z\x22/><path\x20d=\x22M10.515\x2017.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319\x200-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6\x201.059-.56\x202.11.119\x201.051.68\x201.443\x201.271\x201.177\x201.771L14.53\x2017.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954\x202.954\x200\x200\x200-.487.21\x202.044\x202.044\x200\x200\x200-.347.31c-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z\x22/></g></svg>\x0a';class d extends _0x11216f{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x5c6d6e,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x5f59f3){super(_0x5f59f3),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x5c0b3d=this['editor']['config'];_0x5c0b3d['define']('trackChanges.SuggestionThreadView',ne),_0x5c0b3d['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x5c0b3d['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x197053,_0xb2f871){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x7099d9,_0x2d8cd4]of this['_handleControllerBuffer']){const _0xc670ef=this['_suggestionToController']['has'](_0x7099d9);_0xc670ef||_0x2d8cd4?_0xc670ef&&_0x2d8cd4&&this['_destroyController'](_0x7099d9):this['_initializeController'](_0x7099d9);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x197053,_0xb2f871);}['init'](){const _0x59af2d=this['editor'],_0x1dfc9a=_0x59af2d['plugins']['get']('TrackChangesEditing'),_0x440da9=_0x59af2d['plugins']['get']('Annotations'),_0x54bf01=_0x59af2d['plugins']['get']('EditorAnnotations'),_0x138588=_0x59af2d['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x54bf01['addSourceCollector'](()=>{const _0xb801ad=[];for(const [_0x28a0f6,_0x5a3e85]of Array['from'](this['_suggestionToController'])){const _0x333570=_0x28a0f6['getAllAdjacentSuggestions'](),_0x2bda61=[];for(const _0x5cb750 of _0x333570){if(!_0x5cb750['isInContent'])continue;if(_0x5cb750['isMultiRange']){_0x2bda61['push'](..._0x5cb750['getRanges']());continue;}const _0x42fa63=_0x5cb750['getFirstRange']();if(_0x2bda61['length']>0x0){const _0x597ccf=_0x2bda61[0x0]['getJoined'](_0x42fa63);if(_0x597ccf){_0x2bda61[0x0]=_0x597ccf;continue;}}_0x2bda61['push'](_0x42fa63);}_0xb801ad['push']([_0x5a3e85['view'],_0x2bda61]);}return _0xb801ad;}),this['listenTo'](_0x1dfc9a,'suggestionLoaded',(_0xbddd3,_0x266505)=>{this['listenTo'](_0x266505,'change:previous',(_0x27d5b5,_0x3e2c3a,_0x25762b,_0x49f138)=>{_0x266505['isInContent']&&(null==_0x25762b?(this['_updateController'](_0x49f138['head']),this['_handleSuggestionControllerDelayed'](_0x266505,!0x1)):(this['_updateController'](_0x25762b['head']),null==_0x49f138&&this['_handleSuggestionControllerDelayed'](_0x266505,!0x0)));}),null!==_0x266505['previous']?this['_updateController'](_0x266505['head']):this['_handleSuggestionControllerDelayed'](_0x266505,!0x1);}),this['listenTo'](_0x1dfc9a,'suggestionUnloaded',(_0x2fa68d,_0x298bed,_0x21c695)=>{this['stopListening'](_0x298bed,'change:previous'),this['_handleControllerBuffer']['delete'](_0x298bed),this['_suggestionToController']['has'](_0x298bed)&&this['_destroyController'](_0x298bed),_0x21c695&&this['_updateController'](_0x21c695['head']);}),this['listenTo'](_0x1dfc9a,'suggestionChanged',(_0x121bce,_0x1d17cf)=>{this['_updateController'](_0x1d17cf);}),this['listenTo'](_0x440da9,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x138588,'addComment',(_0x407f28,{threadId:_0x59d2b0,isFromAdapter:_0x1af215})=>{if(_0x1af215||!_0x1dfc9a['hasSuggestion'](_0x59d2b0))return;const _0x5b048c=_0x1dfc9a['getSuggestion'](_0x59d2b0);this['_suggestionToController']['get'](_0x5b048c)['view']['focus']();},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x274fc2=this['editor']['plugins']['get']('Annotations'),_0x1033ea=this['editor']['plugins']['get']('TrackChangesEditing'),_0x176377=Array['from'](_0x274fc2['activeAnnotations'],_0x8b0fa4=>_0x8b0fa4['innerView'])['filter'](_0x277ac2=>this['_viewToController']['has'](_0x277ac2)),_0x2c548b=[];for(const _0x199bf7 of _0x176377){const _0x4c977b=this['_viewToController']['get'](_0x199bf7)['model']['getAllAdjacentSuggestions']();_0x2c548b['push'](..._0x4c977b['reduce']((_0x5a6557,_0x20f1b1)=>[..._0x5a6557,..._0x20f1b1['getMarkerNames']()],[]));}_0x1033ea['activeMarkers']=_0x2c548b;}['_addUIComponentsToFactory'](){const _0x48aaf7=this['editor'],_0x5b8174=_0x48aaf7['locale'],_0x2500d1=o(_0x5b8174,'Track\x20changes'),_0x297a52=new Wt([{'type':'switchbutton','model':new te({'withText':!0x0,'isToggleable':!0x0,'label':_0x2500d1,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x5b8174,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x5b8174,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x5b8174,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x5b8174,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x2a44f2 of _0x297a52)if(ae(_0x2a44f2)){const _0x3de5ed=_0x48aaf7['commands']['get'](_0x2a44f2['model']['commandName']);_0x2a44f2['model']['bind']('isOn','isEnabled')['to'](_0x3de5ed,'value','isEnabled');}_0x48aaf7['ui']['componentFactory']['add']('trackChanges',_0x2f0166=>this['_createToolbarButton'](_0x2f0166,_0x297a52,_0x2500d1)),_0x48aaf7['ui']['componentFactory']['add']('menuBar:trackChanges',_0xa4ba35=>this['_createMenuBarMenu'](_0xa4ba35,_0x297a52,_0x2500d1));}['_createToolbarButton'](_0x46675e,_0x152207,_0x323ce2){const _0x47840b=zt(_0x46675e,Zt),_0x480ce0=this['editor']['commands']['get']('trackChanges');_0x47840b['buttonView']['set']({'tooltip':_0x323ce2,'label':_0x323ce2,'icon':ie}),_0x47840b['buttonView']['bind']('isOn')['to'](_0x480ce0,'value'),_0x47840b['buttonView']['on']('execute',()=>{_0x480ce0['execute'](),this['editor']['editing']['view']['focus']();}),qt(_0x47840b,_0x152207,{'role':'menu'});const _0x5d5317=[];for(const _0x21f361 of _0x152207)ae(_0x21f361)&&_0x5d5317['push'](this['editor']['commands']['get'](_0x21f361['model']['commandName']));const _0xb033db=_0x47840b['buttonView'];return _0xb033db['actionView']['unbind']('isEnabled'),_0xb033db['arrowView']['unbind']('isEnabled'),_0xb033db['actionView']['bind']('isEnabled')['to'](_0x480ce0,'isEnabled'),_0xb033db['arrowView']['bind']('isEnabled')['toMany'](_0x5d5317,'isEnabled',(..._0x2f008b)=>_0x2f008b['some'](_0x38cea8=>_0x38cea8)),_0x47840b['on']('execute',_0x8b2888=>{this['editor']['execute'](_0x8b2888['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x47840b;}['_createMenuBarMenu'](_0x40d6e9,_0x2686a6,_0x158218){const _0x598a48=new Kt(_0x40d6e9),_0x4463a6=this['editor']['commands']['get']('trackChanges');_0x598a48['buttonView']['set']({'label':_0x158218,'icon':ie});const _0x47ecc6=new Qt(_0x40d6e9);for(const _0x2ee89c of _0x2686a6){if('separator'==_0x2ee89c['type']){_0x47ecc6['items']['add'](new Jt(_0x40d6e9));continue;}const _0x2526fd=new Xt(_0x40d6e9,_0x598a48),_0x2ac800=new Yt(_0x40d6e9),_0x4b0ca8=_0x2ee89c['model'];_0x2ac800['bind'](...Object['keys'](_0x4b0ca8))['to'](_0x4b0ca8),_0x2ac800['delegate']('execute')['to'](_0x598a48),_0x2ac800['on']('execute',()=>{this['editor']['execute'](_0x4b0ca8['commandName']),this['editor']['editing']['view']['focus']();}),_0x2526fd['children']['add'](_0x2ac800),_0x47ecc6['items']['add'](_0x2526fd);}return _0x598a48['bind']('isEnabled')['to'](_0x4463a6,'isEnabled'),_0x598a48['panelView']['children']['add'](_0x47ecc6),_0x598a48;}['_initializeController'](_0x550e99){const _0x48e3a7=this['editor'],_0x476734=_0x48e3a7['config'],_0xcb3b45=_0x48e3a7['plugins']['get']('Annotations'),_0x2a9a77=_0x48e3a7['plugins']['get']('CommentsRepository'),_0x4ce7e9=_0x48e3a7['plugins']['get']('EditorAnnotations'),_0xafc21b=_0x48e3a7['plugins']['get'](_0x5c6d6e)['me'],_0x5b425a=_0x476734['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0xfab480,CommentThreadInputView:_0x4c8206}=_0x48e3a7['plugins']['get']('CommentsUI');let _0x56294b,_0x5086a8;this['_annotationViews']['has'](_0x550e99['id'])?(_0x5086a8=this['_annotationViews']['get'](_0x550e99['id']),_0x56294b=_0x5086a8['mainView']):(_0x56294b=new _0x5b425a(_0x48e3a7['locale'],_0x550e99,_0xafc21b,{'disableComments':this['_disableComments'],'editorConfig':_0x476734['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x476734['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x476734['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x476734['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x300dce(_0x476734['get']('locale')),'CommentView':_0x476734['get']('comments')['CommentView'],'CommentsListView':_0xfab480,'CommentThreadInputView':_0x4c8206}),_0x56294b['acceptButton']['on']('execute',()=>{_0x48e3a7['editing']['view']['focus']();}),_0x56294b['discardButton']['on']('execute',()=>{_0x48e3a7['editing']['view']['focus']();}),_0x5086a8=_0xcb3b45['createAnnotationView'](this['editor']['locale'],_0x56294b),_0x5086a8['bind']('isDirty')['to'](_0x56294b,'isDirty'),_0x5086a8['bind']('length')['to'](_0x56294b),_0x5086a8['bind']('type')['to'](_0x56294b,'type',_0x2753a8=>'suggestion-'+_0x2753a8),this['_annotationViews']['set'](_0x550e99['id'],_0x5086a8));const _0x486cde=_0x2a9a77['createCommentThreadController'](_0x550e99['commentThread'],_0x56294b),_0x43d37f=new oe(_0x48e3a7,_0x550e99,_0x56294b,_0x486cde),_0x1ca8d8=_0x550e99['getAllAdjacentSuggestions']()['filter'](_0x42fae5=>_0x42fae5['isInContent']);_0x56294b['descriptionParts']=_0x48e3a7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x1ca8d8),this['_suggestionToController']['set'](_0x550e99,_0x43d37f),this['_viewToController']['set'](_0x56294b,_0x43d37f);const _0x7b5124=_0xcb3b45['createAnnotation']({'view':_0x5086a8,'target':()=>{const _0x2d80bf=[],_0x5cf249=_0x550e99['getAllAdjacentSuggestions']()['filter'](_0x1dbcd4=>_0x1dbcd4['isInContent']);for(const _0x187933 of _0x5cf249)_0x2d80bf['push'](..._0x187933['getMarkers']());return _0x185d75(_0x48e3a7['editing'],_0x2d80bf);},'type':()=>'suggestion-'+_0x43d37f['view']['type']});_0x2a9a77['_bindAnnotationToEditors'](_0x56294b,_0x7b5124),_0xcb3b45['add'](_0x7b5124),_0x4ce7e9['registerAnnotation'](_0x7b5124);}['_destroyController'](_0x1524ab){const _0x552630=this['editor']['plugins']['get']('CommentsRepository'),_0xf62a15=this['editor']['plugins']['get']('Annotations'),_0xf2674f=this['_suggestionToController']['get'](_0x1524ab),_0xa8c8ec=_0xf2674f['view'],_0x11664a=_0xf62a15['getByInnerView'](_0xa8c8ec);_0x552630['_unbindEditors'](_0xa8c8ec),_0x11664a&&_0xf62a15['remove'](_0x11664a),this['_suggestionToController']['delete'](_0x1524ab),this['_viewToController']['delete'](_0xa8c8ec),_0xf2674f['destroy']();}['_updateController'](_0x22bdaf){if(!_0x22bdaf['isInContent']||!this['_suggestionToController']['has'](_0x22bdaf))return;const _0x42a846=this['editor']['plugins']['get']('TrackChangesEditing'),_0x19ffec=this['_suggestionToController']['get'](_0x22bdaf),_0x19e208=_0x22bdaf['getAllAdjacentSuggestions']();_0x19ffec['view']['descriptionParts']=_0x42a846['descriptionFactory']['getDescriptions'](_0x19e208);}['destroy'](){for(const _0xb4d91d of this['_suggestionToController']['keys']())this['_destroyController'](_0xb4d91d);for(const _0x4a0d3a of this['_annotationViews']['values']())_0x4a0d3a['mainView']['destroy']();super['destroy']();}}function ae(_0x1064ef){return'model'in _0x1064ef;}class k extends _0x11216f{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x5e5ceb){this['editor']['plugins']['get'](p)['adapter']=_0x5e5ceb;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x351ecc){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x351ecc);}['getSuggestions']({skipNotAttached:_0x2e29d3=!0x1,toJSON:_0x117917=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x2e29d3,'toJSON':_0x117917});}['getSuggestion'](_0x528f44){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x528f44);}}const T=['Pagination'];class P extends _0x11216f{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x2ebe43=this['editor'];if(_0x2ebe43['config']['define']('trackChangesData.editorCreator',_0x6f5e1b=>{const _0x462130=_0x2ebe43['model']['document']['getRootNames']()['reduce']((_0x4f9b14,_0x124ff2)=>(_0x4f9b14[_0x124ff2]='',_0x4f9b14),{});return _0x2ebe43['constructor']['create'](_0x462130,_0x6f5e1b);}),'function'!=typeof _0x2ebe43['config']['get']('trackChangesData')['editorCreator'])throw new _0x56ae75('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x3ed529){return N(this['editor'],!0x0,_0x3ed529);}['getDataWithDiscardedSuggestions'](_0x137e38){return N(this['editor'],!0x1,_0x137e38);}}class D extends _0x11216f{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x24875e){super(_0x24875e),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(_0x3759c5){return void 0x0!==_0x3759c5['getRootsAttributes'];}async function N(_0x210eb4,_0x2fe10f,_0x3aa707){const _0x3ff80b=_0x43161b(_0x210eb4,T);_0x3ff80b['plugins']['push'](p,D),_0x3ff80b['rootsAttributes']=v(_0x210eb4)?_0x210eb4['getRootsAttributes']():void 0x0;const _0x5d605d=document['createDocumentFragment'](),_0x5845c6=_0x210eb4['config']['get']('trackChangesData')['editorCreator'],_0x2d5cfc=await _0x5845c6(_0x3ff80b,()=>function(_0x11c186){const _0x42b06b=document['createElement']('div');return _0x11c186['appendChild'](_0x42b06b),_0x42b06b;}(_0x5d605d));!function(_0x168a3d,_0xd54735){const _0xcd72d8=_0x168a3d['model']['document']['getRootNames']()['reduce']((_0x1cc7f7,_0x153bb8)=>(_0x1cc7f7[_0x153bb8]=_0x168a3d['data']['get']({'rootName':_0x153bb8}),_0x1cc7f7),{}),_0x3dbb96=_0x168a3d['plugins']['get']('Users')['users']['map'](_0x172af0=>({'id':_0x172af0['id'],'name':_0x172af0['name']})),_0x2d9915=_0x168a3d['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x970b79=_0x168a3d['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x1a0b86=_0xd54735['plugins']['get']('Users'),_0x47c9c7=_0xd54735['plugins']['get']('TrackChangesEditing'),_0xea8db2=_0xd54735['plugins']['get']('CommentsRepository');for(const _0xf96457 of _0x3dbb96)_0x1a0b86['getUser'](_0xf96457['id'])||_0x1a0b86['addUser'](_0xf96457);_0x1a0b86['me']||_0x1a0b86['useAnonymousUser']();for(const _0x240be6 of _0x970b79)_0xea8db2['addCommentThread'](_0x240be6);for(const _0x10b43e of _0x2d9915)_0x47c9c7['addSuggestionData'](_0x10b43e);_0xd54735['data']['set'](_0xcd72d8);}(_0x210eb4,_0x2d5cfc),_0x2d5cfc['execute'](_0x2fe10f?'acceptAllSuggestions':'discardAllSuggestions');const _0x3d79f9=v(_0x2d5cfc)?_0x2d5cfc['getFullData'](_0x3aa707):_0x2d5cfc['data']['get'](_0x3aa707);return await _0x2d5cfc['destroy'](),_0x3d79f9;}export{es as BaseSuggestionThreadView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|