@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240609.0 → 0.0.0-nightly-20240610.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
|
-
_0x5cf6c8(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x37d741,_0x5a4d37){super(),this['id']=_0x5a4d37['id'],this['type']=_0x5a4d37['type'],this['subType']=_0x5a4d37['subType']||null,this['author']=_0x5a4d37['author'],this['creator']=_0x5a4d37['creator']||_0x5a4d37['author'],this['isExternal']=Boolean(_0x5a4d37['attributes']&&_0x5a4d37['attributes']['@external']),this['data']=null,this['_model']=_0x37d741,this['_onAccept']=_0x5a4d37['onAccept'],this['_onDiscard']=_0x5a4d37['onDiscard'],this['_onAttributesChange']=_0x5a4d37['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x5a4d37['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 _0x286971=this;for(;_0x286971['previous'];)_0x286971=_0x286971['previous'];return _0x286971;}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'](_0x2ee20f){this['_markerNames']['add'](_0x2ee20f);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x25198f=>this['_model']['markers']['get'](_0x25198f))['filter'](_0x434848=>_0x434848);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x4fce53=>{for(const _0x5f55dc of this['getMarkers']())_0x4fce53['removeMarker'](_0x5f55dc);}),this['_markerNames']['clear']();}['removeMarker'](_0x4f56a4){this['_model']['change'](_0x402c27=>{_0x402c27['removeMarker'](_0x4f56a4);}),this['_markerNames']['delete'](_0x4f56a4);}['addRange'](_0x204882){const _0x1e6780='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x1e6780),this['_model']['change'](_0x13a826=>{_0x13a826['addMarker'](_0x1e6780,{'range':_0x204882,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x454a27){for(const _0x5b9936 of this['getRanges']())if(_0x5b9936['isIntersecting'](_0x454a27))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x2b9c14=>_0x2b9c14['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0xcd3e1d,_0x14b5f1)=>[..._0xcd3e1d,..._0x14b5f1['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x3586ab=this['getRanges']();if(0x1!=_0x3586ab['length'])return null;const _0x59cbd1=_0x3586ab[0x0],_0x5b4fd7=_0x59cbd1['start']['nodeAfter'],_0x565972=_0x59cbd1['end']['nodeBefore'];return _0x5b4fd7 instanceof _0xdc172d?_0x5b4fd7!=_0x565972?null:_0x5b4fd7: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 _0x48d92e=[];let _0x8067c6=this['head'];for(;_0x8067c6;)_0x48d92e['push'](_0x8067c6),_0x8067c6=_0x8067c6['next'];return _0x48d92e;}['setAttribute'](_0x24c005,_0x1c2541){const _0x5b6f88=_0x239e69(this['attributes']);_0x2e9f04(_0x5b6f88,_0x24c005,_0x1c2541),_0x2849d6(_0x5b6f88,this['attributes'])||(this['attributes']=_0x5b6f88,this['_onAttributesChange'](_0x5b6f88));}['removeAttribute'](_0x2af28d){const _0x81a240=_0x239e69(this['attributes']);_0x4b709f(_0x81a240,_0x2af28d),_0x2849d6(_0x81a240,this['attributes'])||(this['attributes']=_0x81a240,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 _0x4253a4()['substr'](0x1,0x5);}}function o(_0x2f79b6,_0x322e6e,_0xe6bef){const t=_0x2f79b6['t'];switch(_0x322e6e){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',_0xe6bef);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0xe6bef);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0xe6bef);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0xe6bef);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0xe6bef);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',_0xe6bef);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0xe6bef);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',_0xe6bef);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0xe6bef);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0xe6bef);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0xe6bef);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0xe6bef);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0xe6bef);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0xe6bef);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0xe6bef);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0xe6bef);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0xe6bef);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0xe6bef);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0xe6bef);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0xe6bef);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0xe6bef);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0xe6bef);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0xe6bef);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'},_0xe6bef);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0xe6bef);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0xe6bef);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0xe6bef);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0xe6bef);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0xe6bef);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'},_0xe6bef);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0xe6bef);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0xe6bef);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0xe6bef);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0xe6bef);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'},_0xe6bef);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0xe6bef);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'},_0xe6bef);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'},_0xe6bef);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0xe6bef);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'},_0xe6bef);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0xe6bef);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'},_0xe6bef);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0xe6bef);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0xe6bef);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'},_0xe6bef);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'},_0xe6bef);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 _0x322e6e;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x54b3aa,_0x59e629){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x54b3aa,this['_locale']=_0x59e629;}['getDescriptions'](_0x19c49a){const _0x4d456f=[],_0x3c0298=new Set(),_0x2a5729=new Set();for(let _0x59a77d=0x0;_0x59a77d<_0x19c49a['length'];_0x59a77d++){const _0x53dd97=_0x19c49a[_0x59a77d];if(!_0x53dd97['isInContent'])continue;const _0x39c81f=this['_handleCustomCallbackDescription'](_0x53dd97);if(_0x39c81f){if(null!=_0x53dd97['subType']){if(_0x3c0298['has'](_0x53dd97['subType']))continue;_0x3c0298['add'](_0x53dd97['subType']);}_0x4d456f['push'](_0x39c81f);}else{if('attribute'!=_0x53dd97['type'])'insertion'!=_0x53dd97['type']&&'deletion'!=_0x53dd97['type']||this['_handleInsertRemoveSuggestionDescription'](_0x4d456f,_0x53dd97,_0x19c49a[_0x59a77d+0x1]);else{const _0x441e87=_0x53dd97['data']['key'];if(_0x2a5729['has'](_0x441e87))continue;_0x2a5729['add'](_0x53dd97['data']['key']),_0x441e87==m?this['_handleRenameSuggestionDescription'](_0x4d456f,_0x53dd97):this['_handleAttributeSuggestionDescription'](_0x4d456f,_0x53dd97);}}}return this['_resolveDescriptionItems'](_0x4d456f);}['registerDescriptionCallback'](_0x276045){this['_customCallbacks']['push'](_0x276045);}['registerElementLabel'](_0x58c5f5,_0x4b4b7b,_0x3cd936=_0x214829['normal']){'function'==typeof _0x58c5f5?_0x5d63e0(this['_itemLabelsCallbacks'],{'matchingCallback':_0x58c5f5,'label':_0x4b4b7b,'priority':_0x3cd936}):this['_itemLabels']['set'](_0x58c5f5,_0x4b4b7b);}['registerAttributeLabel'](_0x477428,_0x31ad12){this['_attributeLabels']['set'](_0x477428,_0x31ad12);}['getItemLabel'](_0x36b7ec,_0x63a628=0x1){let _0x1a9887;for(const _0x5f5c56 of this['_itemLabelsCallbacks'])if(_0x5f5c56['matchingCallback'](_0x36b7ec)){_0x1a9887=_0x5f5c56['label'];break;}return _0x1a9887||(_0x1a9887=this['_itemLabels']['get'](_0x36b7ec['name'])),_0x1a9887?_0x1a9887(_0x63a628):0x1!==_0x63a628?_0x63a628+'\x20'+_0x36b7ec['name']+'s':''+_0x36b7ec['name'];}['_addDescriptionItems'](_0x7ed3df,_0x1811fc){const _0x5bc8bf=_0x1811fc['getFirstRange']()['getWalker'](),_0x4963f0='insertion'==_0x1811fc['type']?'add':'remove';for(const _0x4cb50d of _0x5bc8bf){const _0x4fda0e=_0x4cb50d['item'],_0x2882b4=_0x7ed3df[_0x7ed3df['length']-0x1];if(_0x4fda0e['is']('$textProxy'))_0x2882b4&&_0x2882b4['type']['indexOf']('Container')>-0x1&&_0x7ed3df['pop'](),_0x2882b4&&'text'==_0x2882b4['type']?_0x2882b4[_0x4963f0]+=_0x4fda0e['data']:_0x7ed3df['push']({'type':'text','add':'add'==_0x4963f0?_0x4fda0e['data']:'','remove':'remove'==_0x4963f0?_0x4fda0e['data']:''});else{if(this['_schema']['isObject'](_0x4fda0e)){const _0x2bb706=_0x4fda0e;if(_0x2882b4&&_0x2882b4['type']['indexOf']('Container')>-0x1&&_0x7ed3df['pop'](),'elementEnd'==_0x4cb50d['type'])continue;_0x2882b4&&_0x2882b4['type']==_0x4963f0+'Object'&&_0x2882b4['element']['name']==_0x2bb706['name']?_0x2882b4['quantity']++:_0x7ed3df['push']({'type':_0x4963f0+'Object','element':_0x2bb706,'quantity':0x1}),_0x5bc8bf['skip'](_0x51180c=>!('elementEnd'==_0x51180c['type']&&_0x51180c['item']==_0x4fda0e));}else{if(this['_schema']['checkChild'](_0x4fda0e,'$text')||_0x4fda0e['is']('element','softBreak')){const _0x7e6725=_0x4fda0e;if('add'==_0x4963f0&&'elementStart'==_0x4cb50d['type']||'remove'==_0x4963f0&&'elementEnd'==_0x4cb50d['type'])continue;if(_0x2882b4&&-0x1==_0x2882b4['type']['indexOf']('Container')){'text'==_0x2882b4['type']&&(_0x2882b4[_0x4963f0]+='\x0a');continue;}let _0x54c783;if(_0x54c783='add'==_0x4963f0?_0x7e6725['nextSibling']&&!this['_schema']['isObject'](_0x7e6725['nextSibling'])?_0x7e6725['nextSibling']:null:_0x7e6725['previousSibling']&&!this['_schema']['isObject'](_0x7e6725['previousSibling'])?_0x7e6725['previousSibling']:null,_0x7e6725['isEmpty']||_0x54c783&&_0x54c783['isEmpty']){const _0x9f316e=_0x54c783&&_0x54c783['isEmpty']?_0x54c783:_0x7e6725;_0x2882b4&&_0x2882b4['type']==_0x4963f0+'EmptyContainer'&&_0x2882b4['element']['name']==_0x9f316e['name']?_0x2882b4['quantity']++:_0x7ed3df['push']({'type':_0x4963f0+'EmptyContainer','element':_0x9f316e,'quantity':0x1});}else _0x7ed3df['push']({'type':_0x4963f0+'Container','element':_0x7e6725});}}}}}['_resolveDescriptionItems'](_0x4883d6){const _0x5b0696=this['_locale'],_0x36db3b=[],_0x417f85=[],_0x59bc7a=[];for(const _0x24a72c of _0x4883d6)switch(_0x24a72c['type']){case'text':if(_0x24a72c['add']=_0x24a72c['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x24a72c['remove']=_0x24a72c['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x24a72c['add']&&''!=_0x24a72c['remove']){_0x36db3b['push']({'type':'replace','content':o(_0x5b0696,'REPLACE_TEXT',['\x22'+_0x24a72c['remove']+'\x22','\x22'+_0x24a72c['add']+'\x22'])});continue;}if(null!=_0x24a72c['add']['match'](/^ +$/)){_0x36db3b['push']({'type':'insertion','content':o(_0x5b0696,'*Insert:*\x20%0',o(_0x5b0696,'ELEMENT_SPACE',_0x24a72c['add']['length']))});continue;}if(null!=_0x24a72c['remove']['match'](/^ +$/)){_0x36db3b['push']({'type':'deletion','content':o(_0x5b0696,'*Remove:*\x20%0',o(_0x5b0696,'ELEMENT_SPACE',_0x24a72c['remove']['length']))});continue;}if(''!=_0x24a72c['add']){_0x36db3b['push']({'type':'insertion','content':o(_0x5b0696,'*Insert:*\x20%0','\x22'+_0x24a72c['add']+'\x22')});continue;}_0x36db3b['push']({'type':'deletion','content':o(_0x5b0696,'*Remove:*\x20%0','\x22'+_0x24a72c['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x36db3b['push']({'type':'insertion','content':o(_0x5b0696,'*Insert:*\x20%0',this['getItemLabel'](_0x24a72c['element'],_0x24a72c['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x36db3b['push']({'type':'deletion','content':o(_0x5b0696,'*Remove:*\x20%0',this['getItemLabel'](_0x24a72c['element'],_0x24a72c['quantity']))});continue;case'addContainer':_0x36db3b['push']({'type':'insertion','content':o(_0x5b0696,'*Split:*\x20%0',this['getItemLabel'](_0x24a72c['element'],_0x24a72c['quantity']))});continue;case'removeContainer':_0x36db3b['push']({'type':'deletion','content':o(_0x5b0696,'*Merge:*\x20%0',this['getItemLabel'](_0x24a72c['element'],_0x24a72c['quantity']))});continue;case'addFormat':_0x417f85['push'](_0x24a72c['key']);continue;case'removeFormat':_0x59bc7a['push'](_0x24a72c['key']);continue;default:_0x36db3b['push'](_0x24a72c);}if(_0x417f85['length']){const _0xefdbd5=_0x417f85['map'](_0x1b5202=>this['_attributeLabels']['has'](_0x1b5202)?this['_attributeLabels']['get'](_0x1b5202):_0x1b5202)['join'](',\x20');_0x36db3b['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0xefdbd5)});}if(_0x59bc7a['length']){const _0x374725=_0x59bc7a['map'](_0x4817c6=>this['_attributeLabels']['has'](_0x4817c6)?this['_attributeLabels']['get'](_0x4817c6):_0x4817c6)['join'](',\x20');_0x36db3b['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x374725)});}return _0x36db3b;}['_handleCustomCallbackDescription'](_0x16bfa3){for(const _0x200168 of this['_customCallbacks']){const _0x3225c1=_0x200168(_0x16bfa3);if(_0x3225c1&&'type'in _0x3225c1)return _0x3225c1;}}['_handleAttributeSuggestionDescription'](_0x1346f3,_0x3f5f9f){const _0x44ea74=_0x3f5f9f['data'],_0x10dc83=void 0x0===_0x44ea74['newValue']?'removeFormat':'addFormat';_0x1346f3['push']({'type':_0x10dc83,'key':_0x44ea74['key']});}['_handleRenameSuggestionDescription'](_0x44487d,_0x49abfd){_0x44487d['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x49abfd['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x2f6671,_0x25b9d5,_0x1e9ebd){if(this['_addDescriptionItems'](_0x2f6671,_0x25b9d5),_0x1e9ebd&&_0x1e9ebd['getFirstRange']()&&!_0x25b9d5['getFirstRange']()['end']['isEqual'](_0x1e9ebd['getFirstRange']()['start'])){const _0x476012=_0x2f6671[_0x2f6671['length']-0x1],_0x20e7b7='insertion'==_0x25b9d5['type']?'add':'remove';_0x476012&&'text'==_0x476012['type']&&(_0x476012[_0x20e7b7]+='\x0a');}}}class E extends _0xd068a0{['afterInit'](){const _0x406001=this['editor'],_0x31e9a4=_0x406001['plugins']['get']('TrackChangesEditing');_0x406001['commands']['get']('showAIAssistant')&&_0x31e9a4['enableCommand']('showAIAssistant');}}class V extends _0xd068a0{['afterInit'](){const _0x3240df=this['editor'],_0x47fa48=_0x3240df['locale'];if(!_0x3240df['plugins']['has']('AlignmentEditing'))return;const _0x1b7eaa=_0x3240df['plugins']['get']('TrackChangesEditing');_0x1b7eaa['enableDefaultAttributesIntegration']('alignment'),_0x1b7eaa['registerBlockAttribute']('alignment'),_0x1b7eaa['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x47fa48,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2da677=this['editor'],_0x7f6ede=_0x2da677['locale'];_0x2da677['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x45b4af=>{if('formatBlock'!=_0x45b4af['type'])return;const {data:_0x2ffaef}=_0x45b4af;if(_0x2ffaef&&'alignment'==_0x2ffaef['commandName']){const _0x6427ef=_0x2ffaef['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x7f6ede,'*Format:*\x20%0',function(_0xc8ed87){switch(_0xc8ed87){case'left':return o(_0x7f6ede,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x7f6ede,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x7f6ede,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x7f6ede,'FORMAT_JUSTIFY_TEXT');}}(_0x6427ef))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class U extends _0xd068a0{['afterInit'](){const _0x543b6e=this['editor'],_0x564313=_0x543b6e['plugins']['get']('TrackChangesEditing'),_0x12e776=_0x543b6e['locale'];for(const _0x4eb0c6 of ti){if(!_0x543b6e['plugins']['has'](_0x4eb0c6))continue;const _0x152f5d=_0x4eb0c6['slice'](0x0,-0x7)['toLowerCase'](),_0xf5dcec='FORMAT_'+_0x152f5d['toUpperCase']();_0x564313['enableDefaultAttributesIntegration'](_0x152f5d),_0x564313['registerInlineAttribute'](_0x152f5d),_0x564313['descriptionFactory']['registerAttributeLabel'](_0x152f5d,o(_0x12e776,_0xf5dcec));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x581fa3=this['editor'],_0x31e466=_0x581fa3['locale'],_0x494ff8=_0x581fa3['plugins']['get']('TrackChangesEditing');function _0x4c2a38(_0x577f3c,_0x1fb369){_0x494ff8['descriptionFactory']['registerDescriptionCallback'](_0x5566de=>{if('formatInline'!=_0x5566de['type'])return;const {data:_0x4a9235}=_0x5566de;return _0x4a9235&&_0x4a9235['commandName']===_0x577f3c?_0x4a9235['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x31e466,'*Format:*\x20%0',_0x1fb369)}:{'type':'format','content':o(_0x31e466,'*Remove\x20format:*\x20%0',_0x1fb369)}:void 0x0;});}_0x4c2a38('bold',o(_0x31e466,'FORMAT_BOLD')),_0x4c2a38('italic',o(_0x31e466,'FORMAT_ITALIC')),_0x4c2a38('underline',o(_0x31e466,'FORMAT_UNDERLINE')),_0x4c2a38('code',o(_0x31e466,'FORMAT_CODE')),_0x4c2a38('strikethrough',o(_0x31e466,'FORMAT_STRIKETHROUGH')),_0x4c2a38('subscript',o(_0x31e466,'FORMAT_SUBSCRIPT')),_0x4c2a38('superscript',o(_0x31e466,'FORMAT_SUPERSCRIPT'));}}class O extends _0xd068a0{['afterInit'](){const _0x17773e=this['editor'],_0x231c65=_0x17773e['locale'];if(!_0x17773e['plugins']['has']('BlockQuoteEditing'))return;const _0x193ef9=_0x17773e['plugins']['get']('TrackChangesEditing'),_0x1e0eba=this['editor']['commands']['get']('blockQuote');_0x193ef9['enableCommand']('blockQuote',(_0x1369b3,_0x15a3d3={})=>{const _0x19a5d7=this['editor']['model']['document']['selection'],_0x15a709=_0x15a3d3&&void 0x0!==_0x15a3d3['forceValue']?_0x15a3d3['forceValue']:!_0x1e0eba['value'];let _0x345615=[];if(_0x15a709){const _0x49ef90=Array['from'](_0x19a5d7['getSelectedBlocks']())['filter'](_0x552a4b=>oo(_0x552a4b)||function(_0xa4f22e,_0x3ebfc7){const _0x210626=_0x3ebfc7['checkChild'](_0xa4f22e['parent'],'blockQuote'),_0x28c4a5=_0x3ebfc7['checkChild'](['$root','blockQuote'],_0xa4f22e);return _0x210626&&_0x28c4a5;}(_0x552a4b,this['editor']['model']['schema']));_0x345615=to(_0x49ef90,_0x17773e['model']);}else{const _0x4d0087=Array['from'](_0x19a5d7['getSelectedBlocks']())['filter'](_0x249164=>oo(_0x249164));_0x345615=to(_0x4d0087,_0x17773e['model']);}_0x17773e['model']['change'](()=>{for(const _0xbd7acb of _0x345615)_0x193ef9['markBlockFormat'](_0xbd7acb,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x15a709}]});});}),_0x193ef9['descriptionFactory']['registerDescriptionCallback'](_0x3165fe=>{const {data:_0x111a0f}=_0x3165fe;if(_0x111a0f&&'blockQuote'==_0x111a0f['commandName']){const _0x5842a3=o(_0x231c65,'ELEMENT_BLOCK_QUOTE');return _0x111a0f['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x231c65,'*Set\x20format:*\x20%0',_0x5842a3)}:{'type':'format','content':o(_0x231c65,'*Remove\x20format:*\x20%0',_0x5842a3)};}});}}function oo(_0x33dfbb){return'blockQuote'==_0x33dfbb['parent']['name'];}class G extends _0xd068a0{['afterInit'](){const _0x10f2a9=this['editor'];_0x10f2a9['plugins']['has']('CaseChange')&&(_0x10f2a9['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x10f2a9['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x10f2a9['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class F extends _0xd068a0{['afterInit'](){const _0x20f1a3=this['editor'];_0x20f1a3['commands']['get']('ckbox')&&_0x20f1a3['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class L extends _0xd068a0{['afterInit'](){const _0xf97bb2=this['editor'];if(!_0xf97bb2['plugins']['has']('CodeBlock'))return;const _0x37dd5a=_0xf97bb2['plugins']['get']('TrackChangesEditing'),_0x2be259=_0xf97bb2['locale'],_0x5dfcde=_0xf97bb2['config']['get']('codeBlock')['languages'],_0x2228b4=_0xf97bb2['commands']['get']('codeBlock');_0x37dd5a['enableCommand']('indentCodeBlock'),_0x37dd5a['enableCommand']('outdentCodeBlock'),_0x37dd5a['enableCommand']('codeBlock',(_0x404b65,_0x6bdafe={})=>{const _0x5f4a37=_0xf97bb2['model'],_0x29a86b=_0xf97bb2['model']['document']['selection'],_0x468bb0=_0x6bdafe&&void 0x0!==_0x6bdafe['forceValue']?_0x6bdafe['forceValue']:!_0x2228b4['value'];let _0x2b6771;_0x6bdafe['language']||(_0x6bdafe['language']=_0x5dfcde[0x0]['language']),_0x2b6771=_0x468bb0?Array['from'](_0x29a86b['getSelectedBlocks']())['filter'](_0x4ab9e0=>eo(_0x4ab9e0)||function(_0xc3c3ed,_0x4cd15d){if(_0xc3c3ed['is']('rootElement')||_0x4cd15d['isLimit'](_0xc3c3ed))return!0x1;return _0x4cd15d['checkChild'](_0xc3c3ed['parent'],'codeBlock');}(_0x4ab9e0,_0x5f4a37['schema'])):Array['from'](_0x29a86b['getSelectedBlocks']())['filter'](_0x534d9e=>eo(_0x534d9e));const _0x11059b=to(_0x2b6771,_0x5f4a37);_0x5f4a37['change'](()=>{for(const _0x168c18 of _0x11059b)_0x37dd5a['markBlockFormat'](_0x168c18,{'commandName':'codeBlock','commandParams':[{..._0x6bdafe,'forceValue':_0x468bb0}],'formatGroupId':'blockName'});});}),(_0x37dd5a['descriptionFactory']['registerElementLabel']('codeBlock',_0x4d1afc=>o(_0x2be259,'ELEMENT_CODE_BLOCK',_0x4d1afc)),_0x37dd5a['descriptionFactory']['registerDescriptionCallback'](_0x1baab8=>{if('formatBlock'!=_0x1baab8['type'])return;const _0x9cc6fe=_0x2be259['t'],{data:_0x5733bf}=_0x1baab8;if(!_0x5733bf||'codeBlock'!=_0x5733bf['commandName'])return;const _0x18f236=_0x5733bf['commandParams'][0x0]['language'],_0x1f7060=_0x9cc6fe(_0x5dfcde['find'](_0x2b2553=>_0x2b2553['language']===_0x18f236)['label'])['toLowerCase']();return _0x5733bf['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2be259,'*Set\x20format:*\x20%0',o(_0x2be259,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x1f7060+')')}:{'type':'format','content':o(_0x2be259,'*Remove\x20format:*\x20%0',o(_0x2be259,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x230f52){return'codeBlock'==_0x230f52['name'];}class H extends _0xd068a0{['afterInit'](){const _0xc27f52=this['editor'];if(!_0xc27f52['plugins']['has']('CommentsEditing'))return;_0xc27f52['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x37be95,_0xbe4973,_0x51b047){const _0x5a0265=[];for(const _0x2af255 of _0xbe4973['getItems']())_0x2af255['hasAttribute'](_0x37be95)&&_0x5a0265['push'](_0x51b047['createRangeOn'](_0x2af255));return _0x5a0265;}function _e(_0x50175c,_0x59334b,{showActiveMarker:_0x1d1597=!0x0}={}){const _0x339a18=_0x50175c['plugins']['get']('TrackChangesEditing');return(_0xb84a04,_0x473a40,_0x4f3c14)=>{if(!_0x4f3c14['consumable']['test'](_0x473a40['markerRange'],_0xb84a04['name']))return;const _0x211755=_0x473a40['markerRange']['getWalker'](),_0x16ba28=_0x473a40['markerRange']['start'],_0x1a0779=_0x50175c['model']['schema'];let _0x19d076=null,_0xd5ecd3=null,_0x4fa618=!0x1,_0xd59911=!0x1;for(const _0x56494f of _0x211755){const _0x42cc3b=_0x56494f['item'];_0x4fa618=_0x4fa618||_0x1a0779['isContent'](_0x42cc3b);const _0x4ebeec=_0x4f3c14['mapper']['toViewElement'](_0x42cc3b);if(_0x4ebeec&&_0x4ebeec['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x56494f['type']&&(_0x1a0779['isBlock'](_0x42cc3b)&&!_0x1a0779['isLimit'](_0x42cc3b)&&(_0x42cc3b['nextSibling']||_0x16ba28['isAtEnd']?_0x19d076&&_0x19d076['parent']==_0x42cc3b||(_0x19d076=_0x42cc3b,_0x4cf18f(_0x56494f['previousPosition']),_0xd59911=!0x0):_0xd5ecd3=_0xd5ecd3||_0x56494f['previousPosition']));}function _0x4cf18f(_0x1300ec){const _0x19bcb8=_0x4f3c14['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x59334b}),_0x25da7e=_0x4f3c14['mapper']['toViewPosition'](_0x1300ec);_0x1d1597&&_0x339a18['activeMarkers']['includes'](_0x473a40['markerName'])&&_0x4f3c14['writer']['addClass']('ck-suggestion-marker--active',_0x19bcb8),_0x4f3c14['writer']['insert'](_0x25da7e,_0x19bcb8),_0x4f3c14['mapper']['bindElementToMarker'](_0x19bcb8,_0x473a40['markerName']);}_0x4fa618||_0xd59911||!_0xd5ecd3||_0x4cf18f(_0xd5ecd3);};}class q extends _0xd068a0{static get['requires'](){return[_0x767f14];}['init'](){const _0xa0aa78=this['editor'],_0x1a6664=_0xa0aa78['plugins']['get']('TrackChangesEditing');_0x1a6664['enableCommand']('delete');const _0x380b23=_0xa0aa78['commands']['get']('deleteForward');_0x1a6664['enableCommand']('deleteForward',(_0x5beeff,_0x30fff3={})=>{const _0x3852ec=_0xa0aa78['model']['createSelection'](_0xa0aa78['model']['document']['selection']);_0x3852ec['isCollapsed']&&_0xa0aa78['model']['modifySelection'](_0x3852ec,{'direction':'forward','unit':_0x30fff3['unit']});const _0x4358ab=_0x3852ec['getFirstRange'](),_0x5900a6=_0x2b023b['fromRange'](_0x4358ab);let _0x320a9b;_0x5beeff(_0x30fff3),_0x320a9b='$graveyard'==_0x5900a6['root']['rootName']?_0xa0aa78['model']['createRange'](_0x4358ab['start']):_0xa0aa78['model']['createRange'](_0x5900a6['start'],_0x5900a6['end']),_0x5900a6['detach'](),_0xa0aa78['model']['enqueueChange'](_0x380b23['buffer']['batch'],_0x596c0c=>{_0x380b23['buffer']['lock'](),_0x596c0c['setSelection'](_0x596c0c['createRange'](_0x320a9b['end'])),_0x380b23['buffer']['unlock']();});}),_0xa0aa78['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0xa0aa78,'merge'),{'priority':'high'}),_0xa0aa78['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x4e928e,_0x7053a3,_0x5ebd49)=>{_0x5ebd49['options']['showSuggestionHighlights']&&_e(_0xa0aa78,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x4e928e,_0x7053a3,_0x5ebd49);},{'priority':'high'}),_0xa0aa78['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x224696,_0x48849a,_0x1adc68)=>{const _0x23b5d7=_0x1adc68['mapper']['markerNameToElements'](_0x48849a['markerName']);if(_0x23b5d7){for(const _0x5475a5 of _0x23b5d7)_0x5475a5['is']('uiElement')&&(_0x1adc68['mapper']['unbindElementFromMarkerName'](_0x5475a5,_0x48849a['markerName']),_0x1adc68['writer']['remove'](_0x5475a5));}},{'priority':'high'});}}class z extends _0xd068a0{['afterInit'](){const _0x4351ca=this['editor'];if(!_0x4351ca['plugins']['has']('ListEditing'))return;const _0x13700e=_0x4351ca['locale'],_0x59eacc=_0x4351ca['plugins']['get']('TrackChangesEditing'),_0x5855cb=_0x4351ca['plugins']['has']('TodoListEditing'),_0x461b7b=!!_0x4351ca['config']['get']('list.multiBlock');function _0x4ccdeb(_0x44a5f7){return{'type':'format','content':''+o(_0x13700e,'*Set\x20format:*\x20%0',_0x44a5f7)};}function _0x48bc3d(_0x133099){return{'type':'format','content':''+o(_0x13700e,'*Remove\x20format:*\x20%0',_0x133099)};}_0x59eacc['enableDefaultAttributesIntegration']('numberedList'),_0x59eacc['enableDefaultAttributesIntegration']('bulletedList'),_0x59eacc['enableDefaultAttributesIntegration']('customNumberedList'),_0x59eacc['enableDefaultAttributesIntegration']('customBulletedList'),_0x59eacc['enableDefaultAttributesIntegration']('indentList'),_0x59eacc['enableDefaultAttributesIntegration']('outdentList'),_0x59eacc['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x59eacc['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x59eacc['registerBlockAttribute']('listItemId'),_0x59eacc['registerBlockAttribute']('listType'),_0x59eacc['registerBlockAttribute']('listIndent'),_0x461b7b&&(_0x59eacc['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x59eacc['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x5855cb&&(_0x59eacc['enableDefaultAttributesIntegration']('todoList'),_0x59eacc['enableDefaultAttributesIntegration']('checkTodoList'),_0x59eacc['registerBlockAttribute']('todoListChecked'),_0x59eacc['descriptionFactory']['registerDescriptionCallback'](_0x4a506d=>{const {data:_0x913ce8}=_0x4a506d;if(_0x913ce8&&'todoListChecked'==_0x913ce8['key'])return{'type':'format','content':_0x913ce8['newValue']?o(_0x13700e,'*Check\x20item*'):o(_0x13700e,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x55dab2=>{if(_0x55dab2['batch']['isUndo'])return!0x1;let _0x22723f=!0x1;const _0x5217dd=_0x59eacc['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x166ac6=>'todoListChecked'===_0x59eacc['_getAttributeKey'](_0x166ac6));for(const _0x187e29 of _0x5217dd){'todo'!=_0x187e29['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x59eacc['_findSuggestions'](_0x187e29['getFirstRange'](),'attribute')['find'](_0x3509e3=>'listType'===_0x59eacc['_getAttributeKey'](_0x3509e3['suggestion']))||(_0x55dab2['removeMarker'](_0x187e29['getFirstMarker']()),_0x22723f=!0x0));}return _0x22723f;})),_0x59eacc['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x13700e,'FORMAT_INDENT'));const _0x491918={'type':'format','content':''};_0x59eacc['descriptionFactory']['registerDescriptionCallback'](_0x59865=>{const {data:_0x36eabe}=_0x59865;if(!_0x36eabe||'listType'!=_0x36eabe['key'])return;let _0x391245=_0x59865['head'];for(;_0x391245;){if(_0x391245['data']&&(('listStyle'==_0x391245['data']['key']||'listMarkerStyle'==_0x391245['data']['key'])&&(_0x391245['data']['newValue']&&'default'!=_0x391245['data']['newValue']||'default'!=_0x391245['data']['oldValue']&&!_0x36eabe['newValue'])||!_0x461b7b&&_0x391245['data']['key']==m))return _0x491918;_0x391245=_0x391245['next'];}if(null==_0x36eabe['newValue'])switch(_0x36eabe['oldValue']){case'bulleted':return _0x48bc3d(o(_0x13700e,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x48bc3d(o(_0x13700e,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x48bc3d(o(_0x13700e,'ELEMENT_TODO_LIST'));}switch(_0x36eabe['newValue']){case'bulleted':return _0x4ccdeb(o(_0x13700e,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x4ccdeb(o(_0x13700e,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x4ccdeb(o(_0x13700e,'ELEMENT_TODO_LIST'));}}),_0x59eacc['descriptionFactory']['registerDescriptionCallback'](_0x1d2f1f=>{const {data:_0x5b426b}=_0x1d2f1f;if(_0x5b426b&&'listIndent'==_0x5b426b['key'])return null==_0x5b426b['newValue']||null==_0x5b426b['oldValue']&&0x0==_0x5b426b['newValue']?_0x491918:void 0x0;}),_0x59eacc['descriptionFactory']['registerDescriptionCallback'](_0x58704e=>{if('attribute'!=_0x58704e['type'])return;const {data:_0x129e09}=_0x58704e;if(!_0x129e09||'listItemId'!=_0x129e09['key'])return;const _0x383181=le(_0x58704e);return'newValue'==_0x383181?{'type':'format','content':o(_0x13700e,'*Merge:*\x20list\x20item')}:'oldValue'==_0x383181?{'type':'format','content':o(_0x13700e,'*Split:*\x20list\x20item')}:_0x491918;}),_0x4351ca['model']['document']['registerPostFixer'](_0x1764f9=>this['listItemIdFixer'](_0x1764f9)),_0x4351ca['model']['document']['registerPostFixer'](_0x55f06a=>this['noTrackChangesFixer'](_0x55f06a)),_0x4351ca['model']['document']['registerPostFixer'](_0x211dad=>this['assureChains'](_0x211dad)),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x43fbb7){if(_0x43fbb7['batch']['isUndo']||!_0x43fbb7['batch']['isLocal'])return!0x1;let _0x1898b6=!0x1;const _0x545d5d=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3ae196=>_0x3ae196['data']&&'listItemId'==_0x3ae196['data']['key'])['filter'](_0x344511=>_0x344511['data']['newValue']&&_0x344511['data']['oldValue']);for(const _0x2334cf of _0x545d5d)le(_0x2334cf)||(_0x43fbb7['removeMarker'](_0x2334cf['getFirstMarker']()),_0x1898b6=!0x0);return _0x1898b6;}['noTrackChangesFixer'](_0x178fde){if(_0x178fde['batch']['isUndo']||!_0x178fde['batch']['isLocal'])return!0x1;const _0x53ac8b=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x53ac8b['trackChangesCommand']['value'])return!0x1;let _0x166dce=!0x1;const _0xa250b8=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x503b95=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x53a0c0=>'attribute'==_0x53a0c0['type'])['filter'](_0x39b0c9=>_0xa250b8['includes'](_0x39b0c9['attributeKey']));if(0x0==_0x503b95['length'])return _0x166dce;for(const _0x259964 of _0x503b95){const _0x41a91a=_0x53ac8b['_findSuggestions'](_0x259964['range'],'attribute')['filter'](_0x262d42=>!_0x262d42['meta']['isNextTo'])['map'](_0xac14ee=>_0xac14ee['suggestion'])['filter'](_0x36841e=>{const _0x215c25=_0x53ac8b['_getAttributeKey'](_0x36841e);return _0xa250b8['includes'](_0x215c25);});if(_0x41a91a['length']){for(const _0x3d4afa of _0x41a91a)_0x178fde['removeMarker'](_0x3d4afa['getFirstMarker']());_0x166dce=!0x0;}}return _0x166dce;}['assureChains'](_0x2ded71){if(_0x2ded71['batch']['isUndo']||!_0x2ded71['batch']['isLocal'])return!0x1;const _0x3ea1de=this['editor']['plugins']['get']('TrackChangesEditing');let _0x4ee9c4=!0x1;const _0x2676f5=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];for(const _0x21af54 of _0x3ea1de['getSuggestions']({'skipNotAttached':!0x0})){const _0x5df9cb=_0x3ea1de['_findSuggestions'](_0x21af54['getFirstRange'](),'attribute')['map'](_0x197092=>_0x197092['suggestion'])['filter'](_0x5cb31a=>_0x5cb31a['data']&&_0x2676f5['includes'](_0x5cb31a['data']['key']));if(!_0x5df9cb['length'])continue;const _0x19a214=_0x5df9cb[0x0]['head']['attributes']['groupId'];if(!_0x5df9cb['every'](_0x2582a5=>_0x2582a5['attributes']['groupId']===_0x19a214)){for(const _0x15f10f of _0x5df9cb)_0x4522b2(_0x15f10f,_0x19a214)&&(_0x4ee9c4=!0x0);}}return _0x4ee9c4;function _0x4e8013(_0x131d6c,_0x4bfeb0){for(const _0x36f98a of _0x3ea1de['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x275257=>'attribute'==_0x275257['type']&&_0x275257['attributes']['groupId']==_0x131d6c))_0x36f98a['setAttribute']('groupId',_0x4bfeb0);}function _0x4522b2(_0x3da518,_0xf5f2ed){let _0x1f8736=_0x3da518['head'],_0xce4613=!0x1;for(;_0x1f8736;)_0x1f8736['attributes']['groupId']!=_0xf5f2ed&&(_0x4e8013(_0x1f8736['attributes']['groupId'],_0xf5f2ed),_0x1f8736['setAttribute']('groupId',_0xf5f2ed),_0xce4613=!0x0),_0x1f8736=_0x1f8736['next'];return _0xce4613;}}['_supportLegacySuggestions'](){const _0x263980=this['editor'],_0x1ed212=_0x263980['locale'],_0x284561=_0x263980['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x284561['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x5ea3f4,_0x3fab3d){const _0x1c4a25=[];for(let _0x360b37 of _0x5ea3f4)_0x360b37['start']['nodeAfter']===_0x360b37['end']['parent']&&(_0x360b37=_0x263980['model']['createRange'](_0x263980['model']['createPositionAt'](_0x360b37['start']['nodeAfter'],0x0))),_0x1c4a25['push'](_0x360b37);_0x263980['model']['change'](_0x3a2f49=>{const _0x334de1=_0x263980['model']['document']['selection'],_0x29a7d8=Array['from'](_0x334de1['getRanges']())['map'](_0x1b8179=>_0x2b023b['fromRange'](_0x1b8179));_0x3a2f49['setSelection'](_0x1c4a25),_0x263980['commands']['get'](_0x3fab3d['commandName'])['refresh'](),_0x3fab3d['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x263980['execute'](_0x3fab3d['commandName'],..._0x3fab3d['commandParams']),_0x3a2f49['setSelection'](_0x29a7d8);for(const _0x737d01 of _0x29a7d8)_0x737d01['detach']();});}),_0x284561['descriptionFactory']['registerElementLabel'](function(_0x5e15db){const _0x98cb63=!_0x263980['model']['schema']['isObject'](_0x5e15db),_0x2c75b9=_0x5e15db['previousSibling'],_0x5c7220=_0x5e15db['nextSibling'],_0x23738e=_0x5e15db['getAttribute']('listItemId'),_0xb09284=!_0x2c75b9||_0x2c75b9['getAttribute']('listItemId')!==_0x23738e,_0x280ba3=!_0x5c7220||_0x5c7220['getAttribute']('listItemId')!==_0x23738e;return _0x98cb63&&Boolean(_0x23738e)&&_0xb09284&&_0x280ba3;},_0x24d649=>o(_0x1ed212,'ELEMENT_LIST_ITEM',_0x24d649));}['_registerLegacyDescription'](){const _0x2dae31=this['editor'],_0x4157e4=_0x2dae31['locale'];function _0x1154d5(_0x23959f){const _0x39f084=_0x2dae31['commands']['get']('bulletedList')['value'],_0x2f7473=_0x2dae31['commands']['get']('numberedList')['value'];return'numberedList'===_0x23959f?_0x39f084:_0x2f7473;}_0x2dae31['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x5d8933){if('formatBlock'!=_0x5d8933['type'])return;const {data:_0x13f790}=_0x5d8933;if(!_0x13f790)return;let _0x5eaefa,_0x4dfecd,_0xcb5732,_0xd47d98;switch(_0x13f790['commandName']){case'bulletedList':_0xcb5732=_0x13f790['commandParams'][0x0]['forceValue'],_0xd47d98=_0x1154d5(_0x13f790['commandName']),_0x5eaefa=_0xcb5732?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0xd47d98&&_0x2dae31['config']['get']('list.multiBlock')||(_0x5eaefa='*Change\x20to:*\x20%0'),_0x4dfecd={'type':'format','content':o(_0x4157e4,_0x5eaefa,o(_0x4157e4,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0xcb5732=_0x13f790['commandParams'][0x0]['forceValue'],_0xd47d98=_0x1154d5(_0x13f790['commandName']),_0x5eaefa=_0xcb5732?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0xd47d98&&_0x2dae31['config']['get']('list.multiBlock')||(_0x5eaefa='*Change\x20to:*\x20%0'),_0x4dfecd={'type':'format','content':o(_0x4157e4,_0x5eaefa,o(_0x4157e4,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x5eaefa='*Indent:*\x20%0',_0x4dfecd={'type':'format','content':o(_0x4157e4,_0x5eaefa,o(_0x4157e4,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x5eaefa=function(_0x4cb208){const _0x598c3b=_0x4cb208['getFirstRange']();let _0x4c3f03=_0x598c3b['start']['nodeAfter'];for(;_0x4c3f03&&_0x598c3b['containsItem'](_0x4c3f03);){if(_0x4c3f03['getAttribute']('listIndent')>0x0)return!0x1;_0x4c3f03=_0x4c3f03['nextSibling'];}return!0x0;}(_0x5d8933)?o(_0x4157e4,'*Format:*\x20remove\x20from\x20%0',o(_0x4157e4,function(_0x5e2bdd){return'ELEMENT_'+_0x5e2bdd['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x5d8933))):o(_0x4157e4,'*Outdent:*\x20%0',o(_0x4157e4,'ELEMENT_LIST_ITEM')),_0x4dfecd={'type':'format','content':_0x5eaefa};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x13f790['multipleBlocks']&&(_0x5eaefa='*Merge:*\x20%0',_0x4dfecd={'type':'deletion','content':o(_0x4157e4,_0x5eaefa,o(_0x4157e4,'ELEMENT_LIST_ITEM'))});}return _0x4dfecd;});}}function le(_0x22b345){let _0x1589fb=_0x22b345['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x1589fb;){const _0x6008de=_0x1589fb['getAttribute']('listItemId');if(!_0x6008de)return!0x1;if(_0x6008de==_0x22b345['data']['newValue'])return'newValue';if(_0x6008de==_0x22b345['data']['oldValue'])return'oldValue';_0x1589fb=_0x1589fb['previousSibling'];}return!0x1;}class ue extends _0xd068a0{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x368273=this['editor']['config']['get']('list.properties'),_0xe3fd6=this['editor']['plugins']['get']('TrackChangesEditing');_0x368273['styles']&&(_0xe3fd6['enableDefaultAttributesIntegration']('listStyle'),_0xe3fd6['registerBlockAttribute']('listStyle')),_0x368273['reversed']&&(_0xe3fd6['enableDefaultAttributesIntegration']('listReversed'),_0xe3fd6['registerBlockAttribute']('listReversed')),_0x368273['startIndex']&&(_0xe3fd6['enableDefaultAttributesIntegration']('listStart'),_0xe3fd6['registerBlockAttribute']('listStart'));const _0x1cf604={'type':'format','content':''};_0xe3fd6['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x48e37e=this['editor']['locale'];_0xe3fd6['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x48e37e,'FORMAT_LIST_REVERSED')),_0xe3fd6['descriptionFactory']['registerDescriptionCallback'](_0x33cb4c=>{const {data:_0x2d358e}=_0x33cb4c;if(_0x2d358e&&'listReversed'==_0x2d358e['key'])return null==_0x2d358e['newValue']||0x0==_0x2d358e['newValue']&&null==_0x2d358e['oldValue']?_0x1cf604:void 0x0;}),_0xe3fd6['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x48e37e,'FORMAT_LIST_START')),_0xe3fd6['descriptionFactory']['registerDescriptionCallback'](_0x2fac18=>{const {data:_0x513ae9}=_0x2fac18;if(_0x513ae9&&'listStart'==_0x513ae9['key'])return null==_0x513ae9['newValue']||0x1==_0x513ae9['newValue']&&null==_0x513ae9['oldValue']?_0x1cf604:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x4903b9=>{if(_0x4903b9['batch']['isUndo'])return!0x1;let _0x5ed151=!0x1;const _0x5a3839=_0xe3fd6['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xc8f825=>{const _0x20dec6=_0xe3fd6['_getAttributeKey'](_0xc8f825);return'listStart'==_0x20dec6||'listReversed'==_0x20dec6;});for(const _0x3feb07 of _0x5a3839){const _0x31002f=_0x3feb07['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x31002f||'customNumbered'==_0x31002f)continue;_0xe3fd6['_findSuggestions'](_0x3feb07['getFirstRange'](),'attribute')['find'](_0x4267ff=>'listType'==_0xe3fd6['_getAttributeKey'](_0x4267ff['suggestion']))||(_0x4903b9['removeMarker'](_0x3feb07['getFirstMarker']()),_0x5ed151=!0x0);}return _0x5ed151;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0xf1951c){const _0x5abeee=this['editor']['locale'],{data:_0x45cf97}=_0xf1951c,_0x47f8c1={'type':'format','content':''};if(!_0x45cf97||'listStyle'!=_0x45cf97['key'])return;if(!_0x45cf97['oldValue'])return'default'==_0x45cf97['newValue']?_0x47f8c1:{'type':'format','content':''+o(_0x5abeee,'*Set\x20format:*\x20%0',o(_0x5abeee,this['_getTranslationKeyForListStyle'](_0x45cf97['newValue'])))};if(!_0x45cf97['newValue']){if('default'==_0x45cf97['oldValue'])return _0x47f8c1;let _0x29d342=_0xf1951c['head'];for(;_0x29d342;){if(_0x29d342['data']&&'listType'==_0x29d342['data']['key']&&_0x29d342['data']['newValue'])return _0x47f8c1;_0x29d342=_0x29d342['next'];}return{'type':'format','content':''+o(_0x5abeee,'*Remove\x20format:*\x20%0',o(_0x5abeee,this['_getTranslationKeyForListStyle'](_0x45cf97['oldValue'])))};}if('default'!=_0x45cf97['newValue'])return{'type':'format','content':''+o(_0x5abeee,'*Set\x20format:*\x20%0',o(_0x5abeee,this['_getTranslationKeyForListStyle'](_0x45cf97['newValue'])))};let _0x1874ea=_0xf1951c['head'];for(;_0x1874ea;){if(_0x1874ea['data']&&'listType'==_0x1874ea['data']['key']&&_0x1874ea['data']['newValue']&&_0x1874ea['data']['oldValue'])return _0x47f8c1;_0x1874ea=_0x1874ea['next'];}return{'type':'format','content':o(_0x5abeee,'*Set\x20format:*\x20%0',o(_0x5abeee,'ELEMENT_'+_0xf1951c['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x3cefb6=this['editor'],_0x5dd3df=_0x3cefb6['locale'];_0x3cefb6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2da662=>{if('formatBlock'!=_0x2da662['type'])return;const {data:_0x5c5a31}=_0x2da662;if(!_0x5c5a31)return;let _0x51d219,_0x3ac78a;switch(_0x5c5a31['commandName']){case'listStyle':_0x51d219='*Change\x20to:*\x20%0',_0x3ac78a={'type':'format','content':o(_0x5dd3df,_0x51d219,o(_0x5dd3df,this['_getTranslationKeyForListStyle'](_0x5c5a31['commandParams'][0x0]['type'])))};break;case'listReversed':_0x51d219=_0x5c5a31['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x3ac78a={'type':'format','content':o(_0x5dd3df,_0x51d219)};break;case'listStart':_0x51d219='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x3ac78a={'type':'format','content':o(_0x5dd3df,_0x51d219,_0x5c5a31['commandParams'][0x0]['startIndex'])};}return _0x3ac78a;});}['_getTranslationKeyForListStyle'](_0x2dee18){return'ELEMENT_'+function(_0x4953ab){if(pe['includes'](_0x4953ab))return'bulleted';if(ye['includes'](_0x4953ab))return'numbered';return null;}(_0x2dee18)['toUpperCase']()+'_LIST_'+_0x2dee18['toUpperCase']()['replace'](/-/g,'_');}}const pe=['disc','circle','square'],ye=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class W extends _0xd068a0{static get['requires'](){return[_0x2e881a];}['init'](){const _0x1ef9e4=this['editor'],_0x67bdc3=_0x1ef9e4['plugins']['get']('TrackChangesEditing'),_0x1adfd6=_0x1ef9e4['commands']['get']('enter');_0x67bdc3['enableCommand']('enter',()=>{_0x1ef9e4['model']['change'](_0x5161b5=>{const _0x42ff3e=_0x1ef9e4['model']['document']['selection'],_0xaac2fd=_0x42ff3e['getFirstPosition'](),_0x3591fd=_0x2b023b['fromRange'](_0x42ff3e['getFirstRange']());if(_0x1adfd6['enterBlock'](_0x5161b5)){const _0x3f32e8=_0x1ef9e4['model']['createPositionAt'](_0xaac2fd['parent']['nextSibling'],0x0),_0x1b4baa=_0x5161b5['createRange'](_0xaac2fd,_0x3f32e8);_0x67bdc3['markInsertion'](_0x1b4baa);}else _0x5161b5['setSelection'](_0x5161b5['createRange'](_0x3591fd['end']));_0x3591fd['detach'](),_0x1adfd6['fire']('afterExecute',{'writer':_0x5161b5});});}),_0x1ef9e4['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x1ef9e4,'split'),{'priority':'high'}),_0x1ef9e4['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x38616f,_0x4f7857,_0x4cdfd0)=>{const _0x3319b0=_0x4cdfd0['mapper']['markerNameToElements'](_0x4f7857['markerName']);if(_0x3319b0){for(const _0x2442dd of _0x3319b0)_0x2442dd['hasClass']('ck-suggestion-marker-split')&&(_0x4cdfd0['mapper']['unbindElementFromMarkerName'](_0x2442dd,_0x4f7857['markerName']),_0x4cdfd0['writer']['remove'](_0x2442dd));}},{'priority':'high'}),_0x1ef9e4['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x5d96ce,_0x120243,_0x404e52)=>{_0x404e52['options']['showSuggestionHighlights']&&_e(_0x1ef9e4,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x5d96ce,_0x120243,_0x404e52);},{'priority':'high'});}}class J extends _0xd068a0{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x9d30a5=this['editor']['plugins']['get']('TrackChangesEditing');_0x9d30a5['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x9d30a5['enableCommand']('findNext'),_0x9d30a5['enableCommand']('findPrevious'),_0x9d30a5['enableCommand']('replace'),_0x9d30a5['enableCommand']('replaceAll');}['handleFindCommand'](_0x36e4eb,_0x5db31,_0x110387={}){const _0x48d727=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x36e4eb(_0x186346=>('string'==typeof _0x5db31?_0x48d727['findByTextCallback'](_0x5db31,_0x110387):_0x5db31)(_0x186346)['filter'](_0x5a4af4=>!0x1===this['_isInDeletionRange'](_0x5a4af4,_0x186346['item'])),_0x110387);}['_isInDeletionRange'](_0x501d34,_0x428e1a){const _0x4a971e=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x428e1a,_0x501d34['start']),this['editor']['model']['createPositionAt'](_0x428e1a,_0x501d34['end']));for(const _0x4b858e of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x4a971e['getIntersection'](_0x4b858e['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 _0xd068a0{['afterInit'](){const _0x483150=this['editor']['locale'],_0x35574c=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x14220c,commandName:_0x78bd35}of ro)this['editor']['plugins']['has'](_0x14220c)&&(_0x35574c['enableDefaultAttributesIntegration'](_0x78bd35),_0x35574c['registerInlineAttribute'](_0x78bd35));_0x483150['t'],_0x35574c['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x483150,'FORMAT_FONT_SIZE')),_0x35574c['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x483150,'FORMAT_FONT_FAMILY')),_0x35574c['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x483150,'FORMAT_FONT_COLOR')),_0x35574c['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x483150,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3effb6=this['editor'],_0x126515=_0x3effb6['locale'];_0x3effb6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x160d78=>{const _0x3408f5=_0x126515['t'];if('formatInline'!=_0x160d78['type'])return;const {data:_0x2aa536}=_0x160d78;if(null!=_0x2aa536){if('fontSize'==_0x2aa536['commandName']){const _0x3d3630=_0x2aa536['commandParams'][0x0]['value'];if(_0x3d3630){const _0x2c3d37=_0x3408f5(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x2e1155=>_0x2e1155['model']==_0x3d3630)['title'])['toLowerCase']();return{'type':'format','content':o(_0x126515,'*Set\x20font\x20size:*\x20%0',_0x2c3d37)};}return{'type':'format','content':o(_0x126515,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x2aa536['commandName']){const _0x5afc29=_0x2aa536['commandParams'][0x0]['value'];return _0x5afc29?{'type':'format','content':o(_0x126515,'*Set\x20font\x20family:*\x20%0',_0x5afc29)}:{'type':'format','content':o(_0x126515,'*Reset\x20font\x20family*')};}if('fontColor'==_0x2aa536['commandName']){const _0x3bbc70=_0x2aa536['commandParams'][0x0]['value'];if(_0x3bbc70){const _0x12479c=_0x52bd70(this['editor']['config']['get']('fontColor.colors'))['find'](_0x222fc9=>_0x222fc9['model']==_0x3bbc70);let _0x28180c=_0x3bbc70,_0x23e1ab='';return _0x12479c&&(_0x28180c=_0x12479c['label'],_0x23e1ab=_0x3408f5(_0x28180c)['toLowerCase']()),{'type':'format','content':o(_0x126515,'*Set\x20font\x20color:*\x20%0',_0x23e1ab)['trim'](),'color':{'value':_0x3bbc70,'title':_0x23e1ab||_0x28180c}};}return{'type':'format','content':o(_0x126515,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x2aa536['commandName']){const _0x43a5e1=_0x2aa536['commandParams'][0x0]['value'];if(_0x43a5e1){const _0x2f540f=_0x52bd70(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x34f4ea=>_0x34f4ea['model']==_0x43a5e1);let _0x187f62=_0x43a5e1,_0x4cb481='';return _0x2f540f&&(_0x187f62=_0x2f540f['label'],_0x4cb481=_0x3408f5(_0x187f62)['toLowerCase']()),{'type':'format','content':o(_0x126515,'*Set\x20font\x20background\x20color:*\x20%0',_0x4cb481)['trim'](),'color':{'value':_0x43a5e1,'title':_0x4cb481||_0x187f62}};}return{'type':'format','content':o(_0x126515,'*Reset\x20font\x20background\x20color*')};}}});}}class X extends _0xd068a0{['afterInit'](){const _0xcb1dec=this['editor'],_0x125ee8=_0xcb1dec['plugins']['get']('TrackChangesEditing'),_0x40590d=_0xcb1dec['commands']['get']('copyFormat'),_0x410cca=_0xcb1dec['commands']['get']('pasteFormat');_0x40590d&&_0x410cca&&(_0x125ee8['enableDefaultAttributesIntegration']('pasteFormat'),_0x125ee8['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x5a5436=this['editor'],_0x37c0b3=_0x5a5436['locale'];_0x5a5436['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1a05d5=>{if('formatBlock'!=_0x1a05d5['type']&&'formatInline'!=_0x1a05d5['type'])return;const {data:_0x5c9030}=_0x1a05d5;if(_0x5c9030&&'pasteFormat'===_0x5c9030['commandName']){const _0x1a5742=[],_0x40d8f2=_0x5c9030['commandParams'][0x0];for(const [_0xdf1926,_0xf5e1be]of Object['entries'](_0x40d8f2))_0x1a5742['push'](so(_0x5a5436,_0xdf1926,_0xf5e1be));return _0x1a5742['length']?{'type':'format','content':o(_0x37c0b3,'*Set\x20format\x20to:*\x20%0',_0x1a5742['join'](',\x20'))}:{'type':'format','content':o(_0x37c0b3,'*Remove\x20all\x20formatting*')};}});}}function so(_0x347d6d,_0x38f8ad,_0x50d680){const _0x1caa81=_0x347d6d['locale']['t'],_0x34c403=_0x38f8ad['split'](/(?=[A-Z])/)['join']('\x20'),_0x3860f3=_0x1caa81(_0x34c403['charAt'](0x0)['toUpperCase']()+_0x34c403['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x50d680)return _0x3860f3;if('fontColor'===_0x38f8ad||'fontBackgroundColor'===_0x38f8ad){const _0x485123=_0x52bd70(_0x347d6d['config']['get']('fontColor.colors'))['find'](_0x1fe38e=>_0x1fe38e['model']==_0x50d680);return _0x3860f3+'\x20('+(_0x485123?_0x1caa81(_0x485123['label'])['toLowerCase']():_0x50d680)+')';}if('fontSize'===_0x38f8ad&&isNaN(parseFloat(_0x50d680))){const _0x3da1c2=_0x347d6d['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x347d6d['config']['get']('fontSize.options'))['find'](_0x861b2e=>_0x861b2e['model']==_0x50d680);return _0x3860f3+'\x20('+(_0x3da1c2?_0x1caa81(_0x3da1c2['title'])['toLowerCase']():_0x50d680)+')';}return _0x3860f3+'\x20('+_0x50d680+')';}class Y extends _0xd068a0{['_headingOptions'];['afterInit'](){const _0x1647c7=this['editor'];if(!_0x1647c7['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x1647c7['config']['get']('heading.options');const _0x4072ef=_0x1647c7['locale'],_0x5163ba=_0x1647c7['plugins']['get']('TrackChangesEditing');_0x5163ba['enableDefaultAttributesIntegration']('heading');for(const _0x17c4e8 of this['_headingOptions'])'paragraph'!=_0x17c4e8['model']&&_0x5163ba['descriptionFactory']['registerElementLabel'](_0x17c4e8['model'],_0x19b80c=>{const _0x12f509=this['_getHeadingLevel'](_0x17c4e8['model']);return null!==_0x12f509?_0x273e67(_0x19b80c,_0x12f509):_0xdd927b(_0x19b80c,_0x17c4e8['title']);});function _0x273e67(_0x285310,_0x37ed34){return o(_0x4072ef,'ELEMENT_HEADING',[_0x285310,_0x37ed34]);}function _0xdd927b(_0x495634,_0x58e1aa){return o(_0x4072ef,'ELEMENT_HEADING_CUSTOM',[_0x495634,_0x58e1aa]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x128f2f=this['editor'],_0x3de1c6=_0x128f2f['locale'];function _0x667e66(_0x35150f,_0xffcdb7){return o(_0x3de1c6,'ELEMENT_HEADING_CUSTOM',[_0x35150f,_0xffcdb7]);}_0x128f2f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2cb699=>{if('formatBlock'!=_0x2cb699['type'])return;const {data:_0xfae7f7}=_0x2cb699;if(_0xfae7f7&&'heading'==_0xfae7f7['commandName']){const _0x38208a=_0xfae7f7['commandParams'][0x0]['value'],_0x2faa59=this['_getHeadingLevel'](_0x38208a);if(null!==_0x2faa59)return{'type':'format','content':o(_0x3de1c6,'*Change\x20to:*\x20%0',(_0xc2e7fc=0x1,_0x44a100=_0x2faa59,o(_0x3de1c6,'ELEMENT_HEADING',[_0xc2e7fc,_0x44a100])))};const _0x141e13=this['_headingOptions']['find'](_0x21b0be=>_0x21b0be['model']===_0x38208a)['title'];return{'type':'format','content':o(_0x3de1c6,'*Change\x20to:*\x20%0',_0x667e66(0x1,_0x141e13))};}var _0xc2e7fc,_0x44a100;});}['_getHeadingLevel'](_0x1c48d5){const _0x4bb33e=_0x1c48d5['match'](/^heading(\d+)/);if(_0x4bb33e)return _0x4bb33e[0x1];const _0xd7a3cd=this['_headingOptions']?.['find'](_0x11d85e=>_0x11d85e['model']==_0x1c48d5);if(_0xd7a3cd&&_0xd7a3cd['view']){const _0x34c68d=_0xd7a3cd['view'],_0x3f258c=(_0x34c68d['name']??_0x34c68d)['match'](/^h(\d+)/);if(_0x3f258c)return _0x3f258c[0x1];}return null;}}class Z extends _0xd068a0{['afterInit'](){const _0x887290=this['editor'];if(!_0x887290['plugins']['has']('HighlightEditing'))return;const _0x28512e=_0x887290['plugins']['get']('TrackChangesEditing'),_0x4701fc=_0x887290['locale'];_0x28512e['enableDefaultAttributesIntegration']('highlight'),_0x28512e['registerInlineAttribute']('highlight'),_0x28512e['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x4701fc,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1a078f=this['editor'],_0x230721=_0x1a078f['locale'];_0x1a078f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1d1ebb=>{if('formatInline'!=_0x1d1ebb['type'])return;const {data:_0x332477}=_0x1d1ebb;if(_0x332477&&'highlight'==_0x332477['commandName']){const _0x3a75d9=_0x230721['t'],_0xd6b6cf=_0x332477['commandParams'][0x0]['value'];if(_0xd6b6cf){const _0x3a9771=_0x1a078f['config']['get']('highlight.options')['find'](_0x30573f=>_0x30573f['model']==_0xd6b6cf),_0x3b90f4=_0x3a75d9(_0x3a9771['title'])['toLowerCase']();return{'type':'format','content':o(_0x230721,'*Set\x20highlight:*\x20%0',_0x3b90f4),'color':{'value':_0x3a9771['color'],'title':_0x3a9771['title']}};}return{'type':'format','content':o(_0x230721,'*Remove\x20highlight*',o(_0x230721,'FORMAT_HIGHLIGHT'))};}});}}class tt extends _0xd068a0{['afterInit'](){const _0x2ea0c0=this['editor'];if(!_0x2ea0c0['plugins']['has']('HorizontalLineEditing'))return;_0x2ea0c0['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x407c0d=_0x2ea0c0['plugins']['get']('TrackChangesEditing'),_0x5f077f=_0x2ea0c0['locale'];_0x407c0d['descriptionFactory']['registerElementLabel']('horizontalLine',_0x3041f2=>o(_0x5f077f,'ELEMENT_HORIZONTAL_LINE',_0x3041f2)),_0x2ea0c0['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x23924a,{writer:_0x47f7fb,options:_0x136766})=>{if(!_0x136766['showSuggestionHighlights'])return null;const _0x6a98e8=_0x47f7fb['createContainerElement']('div'),_0x4575e8=_0x47f7fb['createEmptyElement']('hr');return _0x47f7fb['addClass']('ck-horizontal-line',_0x6a98e8),_0x47f7fb['insert'](_0x47f7fb['createPositionAt'](_0x6a98e8,0x0),_0x4575e8),_0x6a98e8;},'converterPriority':'high'});}}class et extends _0xd068a0{['afterInit'](){const _0x17d5a0=this['editor'];if(!_0x17d5a0['plugins']['has']('HtmlEmbed'))return;const _0x7284c6=_0x17d5a0['plugins']['get']('TrackChangesEditing'),_0x4cfb6a=_0x17d5a0['locale'];_0x7284c6['descriptionFactory']['registerElementLabel']('rawHtml',_0x3dd664=>o(_0x4cfb6a,'ELEMENT_HTML_EMBED',_0x3dd664)),_0x7284c6['enableDefaultAttributesIntegration']('htmlEmbed'),_0x7284c6['registerBlockAttribute']('value'),_0x7284c6['descriptionFactory']['registerDescriptionCallback'](_0x1a1aa0=>{if('attribute'!=_0x1a1aa0['type'])return;const {data:_0x46b07e}=_0x1a1aa0;if(_0x46b07e&&'value'==_0x46b07e['key']&&_0x1a1aa0['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x364b05=o(_0x4cfb6a,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x4cfb6a,'*Change\x20%0\x20content*',_0x364b05)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2ee594=this['editor'],_0xc10ad8=_0x2ee594['locale'];_0x2ee594['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2255ba=>{if('formatBlock'!=_0x2255ba['type'])return;const {data:_0x5d293a}=_0x2255ba;if(_0x5d293a&&'htmlEmbed'==_0x5d293a['commandName']){const _0x494f5b=o(_0xc10ad8,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0xc10ad8,'*Change\x20%0\x20content*',_0x494f5b)};}});}}class it extends _0xd068a0{['afterInit'](){const _0x19513a=this['editor'];if(!_0x19513a['plugins']['has']('ImageEditing'))return;const _0x3214a3=_0x19513a['plugins']['get']('TrackChangesEditing'),_0x292796=_0x19513a['plugins']['get']('ImageUtils'),_0x1b8a61=_0x19513a['locale'];_0x3214a3['enableCommand']('insertImage'),_0x3214a3['descriptionFactory']['registerElementLabel']('imageBlock',_0x3587da=>o(_0x1b8a61,'ELEMENT_IMAGE',_0x3587da)),_0x3214a3['descriptionFactory']['registerElementLabel']('imageInline',_0x5839bf=>o(_0x1b8a61,'ELEMENT_INLINE_IMAGE',_0x5839bf)),_0x3214a3['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x1b8a61,'ELEMENT_CAPTION')),_0x19513a['plugins']['has']('ImageUploadEditing')&&_0x3214a3['enableCommand']('uploadImage'),_0x19513a['plugins']['has']('ImageBlockEditing')&&_0x19513a['plugins']['has']('ImageInlineEditing')&&(_0x3214a3['enableCommand']('imageTypeInline',(_0x39e4fc,_0x1bc945)=>{const _0x5419c9=_0x292796['getClosestSelectedImageElement'](_0x19513a['model']['document']['selection']);_0x19513a['model']['change'](()=>{_0x3214a3['markBlockFormat'](_0x5419c9,{'commandName':'imageTypeInline','commandParams':[_0x1bc945]},[],'convertBlockImageToInline');});}),_0x3214a3['enableCommand']('imageTypeBlock',(_0x33ee76,_0x245d93)=>{_0x19513a['model']['change'](_0x4eed79=>{let _0x5bafc5=_0x292796['getClosestSelectedImageElement'](_0x19513a['model']['document']['selection']),_0x3defb4=_0x4eed79['createRangeOn'](_0x5bafc5);const _0x564be0=_0x1fb04b['fromPosition'](_0x3defb4['start'],'toPrevious'),_0x3b2a73=_0x1fb04b['fromPosition'](_0x3defb4['end'],'toNext');_0x3214a3['forceDefaultExecution'](()=>_0x33ee76(_0x245d93)),_0x5bafc5=_0x292796['getClosestSelectedImageElement'](_0x19513a['model']['document']['selection']),_0x3defb4=_0x4eed79['createRangeOn'](_0x5bafc5);const _0xa674b8=_0x4eed79['createRange'](_0x564be0,_0x3b2a73);_0x564be0['detach'](),_0x3b2a73['detach'](),_0x3214a3['markBlockFormat'](_0x5bafc5,{'commandName':'imageTypeInline','commandParams':[_0x245d93]},[],'convertInlineImageToBlock'),_0xa674b8['start']['isBefore'](_0x3defb4['start'])&&_0x3214a3['markInsertion'](_0x4eed79['createRange'](_0xa674b8['start'],_0x3defb4['start']),'convertInlineImageToBlock'),_0x3defb4['end']['isBefore'](_0xa674b8['end'])&&_0x3214a3['markInsertion'](_0x4eed79['createRange'](_0x3defb4['end'],_0xa674b8['end']),'convertInlineImageToBlock');});}),_0x3214a3['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x3214a3['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x3214a3['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x3214a3['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x3214a3['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x3214a3['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x35461e])=>{const _0x2c3530=_0x3214a3['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x5d3c12=_0x35461e['start'],_0x3c2201=_0x35461e['end'];const _0xf6d6f4=_0x19513a['model']['schema']['getNearestSelectionRange'](_0x5d3c12,'backward'),_0x43d677=_0x19513a['model']['schema']['getNearestSelectionRange'](_0x3c2201,'forward');_0xf6d6f4['isCollapsed']&&(_0x5d3c12=_0xf6d6f4['start']),_0x43d677['isCollapsed']&&(_0x3c2201=_0x43d677['end']),_0x2c3530([_0x19513a['model']['createRange'](_0x5d3c12,_0x3c2201)]);}),_0x3214a3['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x39825b),_0x3214a3['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x39825b)),_0x19513a['plugins']['has']('ImageCaptionEditing')&&(_0x3214a3['enableCommand']('toggleImageCaption',(_0x250143,_0x537949)=>{const _0x4e5774=_0x19513a['plugins']['get']('ImageCaptionUtils');let _0x10d528=_0x292796['getClosestSelectedImageElement'](_0x19513a['model']['document']['selection']),_0x53a009=_0x4e5774['getCaptionFromImageModelElement'](_0x10d528);_0x19513a['model']['change'](()=>{if(_0x53a009)return void _0x3214a3['markDeletion'](_0x19513a['model']['createRangeOn'](_0x53a009));const _0x2191c7=_0x292796['isBlockImage'](_0x10d528);_0x250143(_0x537949),_0x10d528=_0x292796['getClosestSelectedImageElement'](_0x19513a['model']['document']['selection']),_0x53a009=_0x4e5774['getCaptionFromImageModelElement'](_0x10d528),_0x3214a3['markInsertion'](_0x19513a['model']['createRangeOn'](_0x53a009),_0x2191c7?null:'imageCaption');});}),_0x3214a3['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x39825b));const _0x9dc25a=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x507f2a(_0x4bdb1b,_0x4abda5){const _0xa00121=_0x9dc25a['findIndex'](({type:_0x541451,subType:_0x34fa97})=>_0x4bdb1b['type']==_0x541451&&_0x4bdb1b['subType']==_0x34fa97),_0x56b7bf=_0x9dc25a['findIndex'](({type:_0x53badd,subType:_0x4f6f39})=>_0x4abda5['type']==_0x53badd&&_0x4abda5['subType']==_0x4f6f39);if(_0xa00121<0x0||_0x56b7bf<0x0)return!0x1;const _0x580a03=_0x4bdb1b['getFirstRange'](),_0x20a48c=_0x4abda5['getFirstRange']();if((0x0==_0xa00121||0x1==_0xa00121)&&0x2==_0x56b7bf&&_0x580a03['isIntersecting'](_0x20a48c))return!0x0;if(0x2==_0xa00121&&0x3==_0x56b7bf){const _0x2da4cd=_0x3214a3['_findSuggestions'](_0x580a03,'insertion')['filter'](({suggestion:_0x385f12,meta:_0x17a707})=>_0x17a707['isOwn']&&'convertInlineImageToBlock'==_0x385f12['subType']);if(_0x2da4cd['length']>0x1&&_0x20a48c['end']['isEqual'](_0x580a03['start']))return!0x0;if(0x1==_0x2da4cd['length']&&(_0x580a03['start']['isEqual'](_0x20a48c['end'])||_0x580a03['end']['isEqual'](_0x20a48c['start'])))return!0x0;}if(0x3==_0xa00121&&0x3==_0x56b7bf&&_0x580a03['start']['isBefore'](_0x20a48c['start'])){const _0x68a6c4=_0x580a03['end']['nodeAfter'],_0x4301d8=_0x20a48c['start']['nodeBefore'];return _0x292796['isBlockImage'](_0x68a6c4)&&_0x68a6c4===_0x4301d8;}return!0x1;}function _0x39825b(_0xbf4dcb,_0x46f453){return _0x507f2a(_0xbf4dcb,_0x46f453)?[_0xbf4dcb,_0x46f453]:_0x507f2a(_0x46f453,_0xbf4dcb)?[_0x46f453,_0xbf4dcb]:null;}_0x19513a['plugins']['has']('ImageResize')&&(_0x3214a3['enableDefaultAttributesIntegration']('resizeImage'),_0x3214a3['registerBlockAttribute']('resizedWidth'),_0x3214a3['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x1b8a61,'FORMAT_IMAGE_SIZE'))),_0x19513a['plugins']['has']('ImageTextAlternativeEditing')&&(_0x3214a3['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x3214a3['registerBlockAttribute']('alt')),_0x3214a3['descriptionFactory']['registerDescriptionCallback'](_0x522baa=>{if(!!_0x9dc25a['find'](({type:_0x2ffa60,subType:_0xa6f41b})=>_0x522baa['type']==_0x2ffa60&&_0x522baa['subType']==_0xa6f41b))return _0x522baa['previous']?{}:void 0x0;}),_0x3214a3['descriptionFactory']['registerDescriptionCallback'](_0x51bb30=>{if('insertion'==_0x51bb30['type']||'deletion'==_0x51bb30['type']){const _0x10245a=_0x51bb30['getContainedElement']();if(_0x10245a&&_0x10245a['is']('element','caption'))return{'type':'insertion'==_0x51bb30['type']?'addObject':'removeObject','element':_0x10245a,'quantity':0x1};}}),_0x3214a3['descriptionFactory']['registerDescriptionCallback'](_0x162a9e=>'formatBlock'==_0x162a9e['type']&&'convertInlineImageToBlock'==_0x162a9e['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x162a9e['type']&&'convertBlockImageToInline'==_0x162a9e['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x3214a3['descriptionFactory']['registerDescriptionCallback'](_0x529f1c=>{if('attribute'!=_0x529f1c['type'])return;const {data:_0x1675d3}=_0x529f1c;if(!_0x1675d3||'alt'!=_0x1675d3['key'])return;const _0xb08dfc=_0x1675d3['newValue'];return _0xb08dfc?{'type':'format','content':o(_0x1b8a61,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0xb08dfc+'\x22')}:{'type':'format','content':o(_0x1b8a61,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2bf684=this['editor'],_0x1fd654=_0x2bf684['locale'];_0x2bf684['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x11a531=>{if('formatBlock'!=_0x11a531['type']&&'formatInline'!=_0x11a531['type'])return;const {data:_0x405495}=_0x11a531;if(_0x405495){if('imageTextAlternative'==_0x405495['commandName']){const _0x35958b=_0x405495['commandParams'][0x0]['newValue'];return _0x35958b?{'type':'format','content':o(_0x1fd654,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x35958b+'\x22')}:{'type':'format','content':o(_0x1fd654,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x405495['commandName']){const _0x1bb690=_0x405495['commandParams'][0x0]['width'];return _0x1bb690?{'type':'format','content':o(_0x1fd654,'*Set\x20image\x20width:*\x20%0',_0x1bb690)}:{'type':'format','content':o(_0x1fd654,'*Reset\x20image\x20width*')};}}});}}class st extends _0xd068a0{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x27a561=this['editor']['locale'],_0x11816a=this['editor']['plugins']['get']('TrackChangesEditing');_0x11816a['enableDefaultAttributesIntegration']('replaceImageSource'),_0x11816a['registerBlockAttribute']('src'),_0x11816a['descriptionFactory']['registerDescriptionCallback'](_0x29312c=>{if('attribute'!=_0x29312c['type'])return;const {data:_0x3a8668}=_0x29312c;return _0x3a8668&&'src'==_0x3a8668['key']?_0x3a8668['newValue']&&_0x3a8668['oldValue']?{'type':'format','content':o(_0x27a561,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x241289=this['editor']['plugins']['get']('TrackChangesEditing');_0x241289['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x241289['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x241289['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x241289['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x19795d=this['editor'],_0x2cec02=_0x19795d['locale'];_0x19795d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x249975=>{if('formatBlock'!=_0x249975['type']&&'formatInline'!=_0x249975['type'])return;const {data:_0x26402a}=_0x249975;if(!_0x26402a||'replaceImageSource'!=_0x26402a['commandName'])return;return{'type':'format','content':o(_0x2cec02,'*Format:*\x20replace\x20image\x20URL')};});}}class nt extends _0xd068a0{['afterInit'](){const _0x2bdc10=this['editor'];if(!_0x2bdc10['plugins']['has']('ImageStyleEditing'))return;const _0x4750cb=_0x2bdc10['plugins']['get']('TrackChangesEditing'),_0x5511c4=_0x2bdc10['plugins']['get']('ImageUtils'),_0x355e63={};_0x4750cb['enableCommand']('imageStyle',(_0x363411,_0x3a8043)=>{const _0x11d21f=_0x2bdc10['plugins']['get']('Users')['me'],_0x2296fe=_0x2bdc10['commands']['get']('imageStyle');let _0x30ed76=_0x5511c4['getClosestSelectedImageElement'](_0x2bdc10['model']['document']['selection']),_0x210d59=_0x2bdc10['model']['createRangeOn'](_0x30ed76),_0x132afa=_0x2296fe['value'];if(_0x132afa==_0x3a8043['value'])return;const _0x15718d={'commandName':'imageStyle','commandParams':[_0x3a8043],'formatGroupId':_0x4253a4()};_0x2bdc10['model']['change'](()=>{if(_0x4750cb['getSuggestions']()['filter'](_0x46684f=>_0x46684f['isInContent']&&_0x11d21f==_0x46684f['author']&&('formatBlock'==_0x46684f['type']||'formatInline'==_0x46684f['type'])&&('imageStylePreApply'==_0x46684f['subType']||'imageStylePostApply'==_0x46684f['subType'])&&_0x46684f['getFirstRange']()['isEqual'](_0x210d59))['forEach'](_0x40b104=>_0x4750cb['discardSuggestion'](_0x40b104['head'])),_0x30ed76=_0x5511c4['getClosestSelectedImageElement'](_0x2bdc10['model']['document']['selection']),_0x210d59=_0x2bdc10['model']['createRangeOn'](_0x30ed76),_0x2296fe['refresh'](),_0x2bdc10['commands']['get']('imageTypeInline')['refresh'](),_0x2bdc10['commands']['get']('imageTypeBlock')['refresh'](),_0x132afa=_0x2296fe['value'],_0x132afa!=_0x3a8043['value'])return _0x5511c4['isInlineImage'](_0x30ed76)&&_0x2296fe['shouldConvertImageType'](_0x3a8043['value'],_0x30ed76)?(_0x363411({..._0x3a8043,'setImageSizes':!0x1}),_0x30ed76=_0x5511c4['getClosestSelectedImageElement'](_0x2bdc10['model']['document']['selection']),void _0x4750cb['markBlockFormat'](_0x30ed76,{..._0x15718d,'commandReversedParams':[{'value':_0x132afa||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x5511c4['isBlockImage'](_0x30ed76)?_0x4750cb['markBlockFormat'](_0x30ed76,_0x15718d,[],'imageStylePostApply'):_0x4750cb['markInlineFormat'](_0x210d59,_0x15718d,'imageStylePostApply'));});});for(const _0x19371a of _0x2bdc10['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x355e63[_0x19371a['name']]=_0x19371a['title']['toLowerCase']();_0x4750cb['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x4750cb['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x4750cb['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x4750cb['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x2b2351])=>{_0x5511c4['setImageNaturalSizeAttributes'](_0x2b2351['getContainedElement']());}),_0x4750cb['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x4f801a,_0x514e02)=>{_0x4750cb['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x4f801a,{'commandName':_0x514e02['commandName'],'commandParams':_0x514e02['commandReversedParams']});}),_0x4750cb['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x1eb0a7,_0x558afe){if(_0x5075ee(_0x1eb0a7,_0x558afe))return[_0x1eb0a7,_0x558afe];if(_0x5075ee(_0x558afe,_0x1eb0a7))return[_0x558afe,_0x1eb0a7];return null;});const _0x15a5b5=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x5075ee(_0x246dde,_0x4457df){const _0x30c445=_0x15a5b5['findIndex'](({type:_0x24c086,subType:_0x2f2ced})=>_0x246dde['type']==_0x24c086&&_0x246dde['subType']==_0x2f2ced),_0x53d74e=_0x15a5b5['findIndex'](({type:_0x23bb9a,subType:_0x5817a1})=>_0x4457df['type']==_0x23bb9a&&_0x4457df['subType']==_0x5817a1);if(_0x30c445<0x0||_0x53d74e<0x0)return!0x1;const _0x594fe2=_0x246dde['getFirstRange'](),_0x46a7ed=_0x4457df['getFirstRange']();if((0x0==_0x30c445||0x1==_0x30c445)&&0x2==_0x53d74e&&_0x594fe2['isIntersecting'](_0x46a7ed))return!0x0;if(0x2==_0x30c445&&0x3==_0x53d74e){const _0x462661=_0x4750cb['_findSuggestions'](_0x594fe2,'insertion')['filter'](({suggestion:_0x51314b,meta:_0x5cbdf2})=>_0x5cbdf2['isOwn']&&'convertInlineImageToBlock'==_0x51314b['subType']);if(_0x462661['length']>0x1&&_0x46a7ed['end']['isEqual'](_0x594fe2['start']))return!0x0;if(0x1==_0x462661['length']&&(_0x594fe2['start']['isEqual'](_0x46a7ed['end'])||_0x594fe2['end']['isEqual'](_0x46a7ed['start'])))return!0x0;}if(0x3==_0x30c445&&0x3==_0x53d74e&&_0x594fe2['start']['isBefore'](_0x46a7ed['start'])){const _0x2e70fd=_0x594fe2['end']['nodeAfter'],_0x4846ae=_0x46a7ed['start']['nodeBefore'];return _0x5511c4['isBlockImage'](_0x2e70fd)&&_0x2e70fd===_0x4846ae;}return!0x1;}_0x2bdc10['model']['document']['registerPostFixer'](()=>{let _0x590a1b=!0x1;const _0x196430=Array['from'](_0x2bdc10['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x30fab4,data:_0x43d832}of _0x196430){const {group:_0x3bdfed,type:_0x21410c,subType:_0x12560e,id:_0x1b2319}=_0x4750cb['_splitMarkerName'](_0x30fab4);if('suggestion'==_0x3bdfed&&_0x4750cb['hasSuggestion'](_0x1b2319)){if('formatBlock'==_0x21410c&&('imageStylePreApply'==_0x12560e||'imageStylePostApply'==_0x12560e)){const _0x212df2=_0x4750cb['getSuggestion'](_0x1b2319);if(_0x43d832['newRange']){const _0x8e31fa=_0x212df2['getFirstRange']()['getContainedElement']();if(_0x5511c4['isBlockImage'](_0x8e31fa))continue;_0x4750cb['discardSuggestion'](_0x212df2),_0x590a1b=!0x0;}}if('insertion'==_0x21410c&&'imageCaption'==_0x12560e&&!_0x43d832['newRange']){const _0x1fdc0d=_0x4750cb['getSuggestion'](_0x1b2319);_0x1fdc0d['next']&&_0x1fdc0d['next']['isInContent']&&(_0x4750cb['discardSuggestion'](_0x1fdc0d['next']),_0x590a1b=!0x0);}}}return _0x590a1b;}),this['_registerLegacyDescription'](_0x355e63);}['_registerLegacyDescription'](_0x420981){const _0x4018fb=this['editor'],_0x2fe108=_0x4018fb['locale'];_0x4018fb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1b4711=>{if('formatBlock'!=_0x1b4711['type']&&'formatInline'!=_0x1b4711['type'])return;const {data:_0xf34d8d}=_0x1b4711;if(!_0xf34d8d||'imageStyle'!=_0xf34d8d['commandName'])return;const _0x56cd1b=_0xf34d8d['commandParams'][0x0]['value'];return _0x2e90c9('side'===_0x56cd1b?o(_0x2fe108,'FORMAT_SIDE_IMAGE'):_0x420981[_0x56cd1b]||_0x56cd1b);function _0x2e90c9(_0xd838af){return{'type':'format','content':o(_0x2fe108,'*Format:*\x20%0',_0xd838af)};}});}}class ot extends _0xd068a0{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x299c5c){super(_0x299c5c),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x151927=this['editor'],_0x2cd55e=_0x151927['commands']['get']('importWord'),_0x5b1307=_0x151927['commands']['get']('trackChanges');_0x2cd55e&&(_0x2cd55e['on']('execute',(_0x16d639,[,_0x47c94b])=>{this['_trackChangesValueDuringImport']=_0x5b1307['value'],_0x47c94b['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x2cd55e,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x2cd55e,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x5b1307['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x151927['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0xf50652,_0x55a0e7){const {suggestions:_0x1f6870}=_0x55a0e7,_0x5351ad=this['editor']['commands']['get']('trackChanges'),_0x135cb8=_0x5351ad['value'];this['_trackChangesValueDuringImport']!==_0x135cb8&&(_0x5351ad['execute'](),this['_trackChangesExecuted']=!0x0),_0x1f6870&&_0x1f6870['forEach'](({id:_0x1a3f89,type:_0x31169c,author:_0x47fc16,created_at:_0x3fabbb})=>{const _0x30b24a={'id':_0x1a3f89,'type':_0x31169c,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x47fc16,'createdAt':_0x3fabbb?new Date(_0x3fabbb):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x30b24a);});}}class rt extends _0xd068a0{['afterInit'](){const _0x25819d=this['editor'],_0x6f3153=_0x25819d['plugins']['get']('TrackChangesEditing');if(_0x25819d['plugins']['has']('IndentEditing')&&(_0x6f3153['enableCommand']('indent'),_0x6f3153['enableCommand']('outdent')),_0x25819d['plugins']['has']('IndentBlock')){for(const _0x1657ee of['indentBlock','outdentBlock'])_0x6f3153['enableDefaultAttributesIntegration'](_0x1657ee);}const _0x291021=_0x25819d['locale'];_0x6f3153['registerBlockAttribute']('blockIndent'),_0x6f3153['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x291021,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x54bb8a=this['editor'],_0x5ca893=_0x54bb8a['locale'],_0x556ce4=_0x54bb8a['plugins']['get']('TrackChangesEditing');_0x556ce4['descriptionFactory']['registerDescriptionCallback'](_0x1ce46a=>{if('formatBlock'!=_0x1ce46a['type'])return;const {data:_0x4d0ee3}=_0x1ce46a;if(!_0x4d0ee3)return;if('indentBlock'!=_0x4d0ee3['commandName']&&'outdentBlock'!=_0x4d0ee3['commandName'])return;const _0x40f03a=_0x1ce46a['getItems']()[0x0],_0x177a0a=_0x556ce4['descriptionFactory']['getItemLabel'](_0x40f03a);return'indentBlock'==_0x4d0ee3['commandName']?{'type':'format','content':o(_0x5ca893,'*Indent:*\x20%0',_0x177a0a)}:'outdentBlock'==_0x4d0ee3['commandName']?{'type':'format','content':o(_0x5ca893,'*Outdent:*\x20%0',_0x177a0a)}:void 0x0;});}}class at extends _0xd068a0{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ct extends _0xd068a0{['afterInit'](){const _0x346e43=this['editor'];if(!_0x346e43['plugins']['has']('LinkEditing'))return;const _0x54fd25=_0x346e43['plugins']['get']('TrackChangesEditing'),_0x433055=_0x346e43['commands']['get']('link');_0x54fd25['enableDefaultAttributesIntegration']('link'),_0x54fd25['enableDefaultAttributesIntegration']('unlink'),_0x54fd25['registerInlineAttribute']('linkHref');for(const _0x4a551b of _0x433055['manualDecorators'])_0x54fd25['registerInlineAttribute'](_0x4a551b['id']),_0x54fd25['descriptionFactory']['registerAttributeLabel'](_0x4a551b['id'],'link\x20('+_0x4a551b['label']['toLowerCase']()+')');_0x54fd25['descriptionFactory']['registerDescriptionCallback'](_0x82815e=>{if('attribute'!=_0x82815e['type'])return;const {data:_0x17c90b}=_0x82815e;if(!_0x17c90b||'linkHref'!=_0x17c90b['key'])return;const _0x262837=_0x17c90b['newValue'],_0x3f6c9d=_0x346e43['locale'];return{'type':'format','content':null==_0x262837?o(_0x3f6c9d,'*Remove\x20link*'):o(_0x3f6c9d,'*Set\x20link:*\x20%0','\x22'+_0x262837+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2bbaec=this['editor'],_0x5ab15f=_0x2bbaec['locale'];_0x2bbaec['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xf4ae0f=>{if('formatInline'!=_0xf4ae0f['type'])return;const {data:_0x1d30f7}=_0xf4ae0f;if(_0x1d30f7){if('link'==_0x1d30f7['commandName']){const _0x2d99a1=_0x1d30f7['commandParams'][0x0];return{'type':'format','content':o(_0x5ab15f,'*Set\x20link:*\x20%0','\x22'+_0x2d99a1+'\x22')};}return'unlink'==_0x1d30f7['commandName']?{'type':'format','content':o(_0x5ab15f,'*Remove\x20link*')}:void 0x0;}});}}class ut extends _0xd068a0{['afterInit'](){const _0x42e0b5=this['editor'],_0x1b992f=_0x42e0b5['locale'];if(!_0x42e0b5['plugins']['has']('LegacyListEditing'))return;const _0x8fbe3a=_0x42e0b5['plugins']['get']('TrackChangesEditing'),_0x279574=_0x42e0b5['plugins']['has']('LegacyTodoListEditing');function _0x124d05(_0x35d90d){return()=>{const _0x443f90=_0x42e0b5['model']['document']['selection'],_0x14e00d=_0x42e0b5['commands']['get'](_0x35d90d);if(_0x14e00d['value'])return void _0x42e0b5['execute']('paragraph',{});const _0x82a3e7=_0x35d90d['slice'](0x0,-0x4),_0x12c287=function(_0x544c05,_0x53210e,_0x36e3e1){let _0x3339fd=Array['from'](_0x544c05)['filter'](_0x5227c3=>function(_0x48df55,_0x46abd9){return _0x46abd9['checkChild'](_0x48df55['parent'],'listItem')&&!_0x46abd9['isObject'](_0x48df55);}(_0x5227c3,_0x36e3e1));_0x3339fd=_0x3339fd['filter'](_0x40f3b6=>!_0x40f3b6['is']('element','listItem')||_0x40f3b6['getAttribute']('listType')!=_0x53210e);const _0x249463=new Set();for(const _0x16b9e0 of _0x3339fd)_0x16b9e0['is']('element','listItem')?_0x249463['add'](me(_0x16b9e0)):_0x249463['add'](_0x16b9e0);return Array['from'](_0x249463);}(_0x443f90['getSelectedBlocks'](),_0x82a3e7,_0x42e0b5['model']['schema']);_0x42e0b5['model']['change'](()=>{for(const _0x5bf855 of _0x12c287)_0x8fbe3a['markBlockFormat'](_0x5bf855,{'commandName':_0x35d90d,'commandParams':[{'forceValue':!_0x14e00d['value']}],'formatGroupId':'blockName'},fe(_0x5bf855));});};}function _0x5addb6(_0xecf711){return()=>{const _0x347a2f=function(_0x219910){let _0x40b872=Array['from'](_0x219910);const _0x4a12dc=_0x40b872['findIndex'](_0x19ffab=>'listItem'!=_0x19ffab['name']);return _0x4a12dc>-0x1&&(_0x40b872=_0x40b872['slice'](0x0,_0x4a12dc)),_0x40b872;}(_0x42e0b5['model']['document']['selection']['getSelectedBlocks']()),_0x3b7a51=_0x42e0b5['model']['createRange'](_0x42e0b5['model']['createPositionAt'](_0x347a2f[0x0],'before'),_0x42e0b5['model']['createPositionAt'](_0x347a2f[_0x347a2f['length']-0x1],'end'));_0x42e0b5['model']['change'](()=>{_0x8fbe3a['markBlockFormat'](_0x3b7a51,{'commandName':_0xecf711,'commandParams':[],'formatGroupId':'listIndent'},function(_0x5d1e11){const _0x3d0217=new Set();for(const _0x51db2a of _0x5d1e11){let _0x393eec=_0x51db2a['nextSibling'];for(;_0x393eec&&_0x393eec['getAttribute']('listIndent')>_0x51db2a['getAttribute']('listIndent');)_0x3d0217['add'](_0x393eec),_0x393eec=_0x393eec['nextSibling'];}return Array['from'](_0x3d0217);}(_0x347a2f));});};}_0x8fbe3a['enableCommand']('numberedList',_0x124d05('numberedList')),_0x8fbe3a['enableCommand']('bulletedList',_0x124d05('bulletedList')),_0x279574&&_0x8fbe3a['enableCommand']('todoList',_0x124d05('todoList')),_0x8fbe3a['enableCommand']('indentList',_0x5addb6('indentList')),_0x8fbe3a['enableCommand']('outdentList',_0x5addb6('outdentList')),_0x279574&&_0x8fbe3a['enableCommand']('checkTodoList',()=>{const _0x371a49=_0x42e0b5['commands']['get']('checkTodoList'),_0x277135=Array['from'](_0x371a49['_selectedElements']);_0x277135['filter'](_0x150e52=>_0x150e52['getAttribute']('todoListChecked')!=_0x371a49['value']),_0x42e0b5['model']['change'](()=>{for(const _0x5101c5 of _0x277135)_0x8fbe3a['markBlockFormat'](_0x5101c5,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x371a49['value']}]});});}),_0x8fbe3a['descriptionFactory']['registerElementLabel']('listItem',_0x37b321=>o(_0x1b992f,'ELEMENT_LIST_ITEM',_0x37b321)),_0x8fbe3a['descriptionFactory']['registerDescriptionCallback'](_0x12c23d=>{if('formatBlock'!=_0x12c23d['type']&&'formatInline'!=_0x12c23d['type'])return;const {data:_0x38f0e0}=_0x12c23d;if(_0x38f0e0){if('numberedList'==_0x38f0e0['commandName']||'bulletedList'==_0x38f0e0['commandName']||'todoList'==_0x38f0e0['commandName'])switch(_0x38f0e0['commandName']['replace']('List','')){case'bulleted':return _0x45178d(o(_0x1b992f,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x45178d(o(_0x1b992f,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x45178d(o(_0x1b992f,'ELEMENT_TODO_LIST'));}if('indentList'==_0x38f0e0['commandName'])return{'type':'format','content':o(_0x1b992f,'*Indent:*\x20%0',o(_0x1b992f,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x38f0e0['commandName'])return{'type':'format','content':o(_0x1b992f,'*Outdent:*\x20%0',o(_0x1b992f,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x38f0e0['commandName'])return _0x38f0e0['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1b992f,'*Check\x20item*')}:{'type':'format','content':o(_0x1b992f,'*Uncheck\x20item*')};}function _0x45178d(_0x277486){return{'type':'format','content':o(_0x1b992f,'*Change\x20to:*\x20%0',_0x277486)};}});}}function me(_0x47d1d0){const _0x46a1ac=_0x47d1d0['getAttribute']('listIndent');if(0x0==_0x46a1ac)return _0x47d1d0;let _0x402175=_0x47d1d0;for(;_0x47d1d0['previousSibling']&&_0x47d1d0['previousSibling']['is']('element','listItem');){const _0x1378cc=_0x47d1d0['previousSibling']['getAttribute']('listIndent');if(_0x1378cc==_0x46a1ac)_0x402175=_0x47d1d0['previousSibling'];else{if(_0x1378cc<_0x46a1ac)break;}_0x47d1d0=_0x47d1d0['previousSibling'];}return _0x402175;}function fe(_0x14e448){const _0x19b505=[];if(_0x14e448['is']('element','listItem')&&_0x14e448['getAttribute']('listIndent')>0x0){let _0x116de8=_0x14e448['nextSibling'];for(;_0x116de8&&'listItem'==_0x116de8['name']&&_0x116de8['getAttribute']('listIndent')==_0x14e448['getAttribute']('listIndent');)_0x19b505['push'](_0x116de8),_0x116de8=_0x116de8['nextSibling'];}return _0x19b505;}class K extends _0xd068a0{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x3016e6=this['editor']['config']['get']('list.properties'),_0x531c0f=this['editor']['plugins']['get']('TrackChangesEditing');_0x3016e6['styles']&&_0x531c0f['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x3016e6['reversed']&&_0x531c0f['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x3016e6['startIndex']&&_0x531c0f['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x531c0f['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x3868a7,_0x1d6269={}){const _0x5dec9b=this['editor']['plugins']['get']('TrackChangesEditing'),_0x181e75=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x5dec9b['markMultiRangeBlockFormat'](_0x181e75,{'commandName':'listStyle','commandParams':[{'type':_0x1d6269['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x4a77c6,_0x3465e0={}){const _0x9a3458=this['editor']['plugins']['get']('TrackChangesEditing'),_0x51f23c=this['_getSuggestionBlocks'](_0x5b5e92=>_0x5b5e92['is']('element','listItem')&&'numbered'===_0x5b5e92['getAttribute']('listType'));if(_0x51f23c['length']<0x1)return;const _0x391643=_0x51f23c['map'](_0x50d6a8=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x50d6a8,'before'),this['editor']['model']['createPositionAt'](_0x50d6a8,0x0)));this['editor']['model']['change'](()=>{_0x9a3458['markMultiRangeBlockFormat'](_0x391643,{'commandName':'listReversed','commandParams':[{'reversed':_0x3465e0['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x557ffd,_0x32830a={}){const _0x177f53=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5e0ef9=this['_getSuggestionBlocks'](_0x5d9f8a=>_0x5d9f8a['is']('element','listItem')&&'numbered'===_0x5d9f8a['getAttribute']('listType'));if(_0x5e0ef9['length']<0x1)return;const _0x897f0=_0x5e0ef9['map'](_0x5a31f3=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x5a31f3,'before'),this['editor']['model']['createPositionAt'](_0x5a31f3,0x0)));this['editor']['model']['change'](()=>{_0x177f53['markMultiRangeBlockFormat'](_0x897f0,{'commandName':'listStart','commandParams':[{'startIndex':_0x32830a['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x300189){if('formatBlock'!=_0x300189['type']&&'formatInline'!=_0x300189['type'])return;const _0x450cd6=this['editor']['locale'],{data:_0x5b978b}=_0x300189;if(!_0x5b978b)return;let _0xe872bc,_0x2293ee;switch(_0x5b978b['commandName']){case'listStyle':_0xe872bc='*Change\x20to:*\x20%0',_0x2293ee={'type':'format','content':o(_0x450cd6,_0xe872bc,o(_0x450cd6,this['_getTranslationKeyForListStyle'](_0x5b978b['commandParams'][0x0]['type'])))};break;case'listReversed':_0xe872bc=_0x5b978b['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x2293ee={'type':'format','content':o(_0x450cd6,_0xe872bc)};break;case'listStart':_0xe872bc='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x2293ee={'type':'format','content':o(_0x450cd6,_0xe872bc,_0x5b978b['commandParams'][0x0]['startIndex'])};}return _0x2293ee;}['_getSuggestionBlocksForListStyle'](){const _0x494e1d=this['editor']['plugins']['get']('LegacyListUtils');let _0x184bb5=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x184bb5[0x0]?.['is']('element','listItem')&&_0x184bb5['unshift'](..._0x494e1d['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x184bb5[_0x184bb5['length']-0x1]?.['is']('element','listItem')&&_0x184bb5['push'](..._0x494e1d['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x184bb5=[...new Set(_0x184bb5)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x184bb5=_0x184bb5['filter'](_0x334f77=>_0x334f77['is']('element','listItem'))),_0x184bb5;}['_getSuggestionBlocks'](_0xb01bd9){const _0x4809db=this['editor']['plugins']['get']('LegacyListUtils');let _0x46f4c4=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0xb01bd9)['map'](_0xe332a2=>{const _0x3e8a40=this['editor']['model']['createPositionAt'](_0xe332a2,0x0);return[..._0x4809db['getSiblingNodes'](_0x3e8a40,'backward'),..._0x4809db['getSiblingNodes'](_0x3e8a40,'forward')];})['flat']();return _0x46f4c4=[...new Set(_0x46f4c4)],_0x46f4c4;}['_getTranslationKeyForListStyle'](_0x3207d5){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x3207d5)||'default')['toUpperCase']()+'_LIST_'+_0x3207d5['toUpperCase']()['replace'](/-/g,'_');}}class ft extends _0xd068a0{['afterInit'](){const _0x543e8d=this['editor'];if(!_0x543e8d['plugins']['has']('MediaEmbedEditing'))return;const _0x28b5a7=_0x543e8d['plugins']['get']('TrackChangesEditing'),_0x4b1a02=_0x543e8d['locale'];_0x28b5a7['enableCommand']('mediaEmbed'),_0x28b5a7['descriptionFactory']['registerElementLabel']('media',_0xc68f21=>o(_0x4b1a02,'ELEMENT_MEDIA',_0xc68f21)),_0x543e8d['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x174aa1,{writer:_0x498f5b,options:_0x3c5160})=>{if(_0x3c5160['showSuggestionHighlights'])return _0x498f5b['createEmptyElement']('div');},'converterPriority':'high'}),_0x543e8d['data']['downcastDispatcher']['on']('attribute:url:media',(_0x2a303b,_0x367a9c,_0x5aab56)=>{_0x5aab56['options']['showSuggestionHighlights']&&_0x2a303b['stop']();},{'priority':'high'});}}class gt extends _0xd068a0{['afterInit'](){const _0x4394bf=this['editor'];_0x4394bf['plugins']['has']('MentionEditing')&&_0x4394bf['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class lt extends _0xd068a0{['afterInit'](){const _0x20b9f2=this['editor'],_0x4a11e1=_0x20b9f2['plugins']['get']('TrackChangesEditing');_0x20b9f2['plugins']['has']('MultiLevelList')&&(_0x4a11e1['enableDefaultAttributesIntegration']('multiLevelList'),_0x4a11e1['registerBlockAttribute']('listMarkerStyle'),_0x4a11e1['descriptionFactory']['registerDescriptionCallback'](_0x4ab6bc=>this['handleDescriptions'](_0x4ab6bc)));}['handleDescriptions'](_0x48be59){const _0x11da84=this['editor']['locale'],{data:_0x3f2142}=_0x48be59,_0x399773={'type':'format','content':''};if(_0x3f2142&&'listMarkerStyle'==_0x3f2142['key']){if(!_0x3f2142['oldValue'])return{'type':'format','content':o(_0x11da84,'*Set\x20format:*\x20%0',o(_0x11da84,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x3f2142['newValue']+')'};if(!_0x3f2142['newValue']){let _0x2c014d=_0x48be59['head'];for(;_0x2c014d;){if(_0x2c014d['data']&&'listType'==_0x2c014d['data']['key']&&_0x2c014d['data']['newValue'])return _0x399773;_0x2c014d=_0x2c014d['next'];}return{'type':'format','content':o(_0x11da84,'*Remove\x20format:*\x20%0',o(_0x11da84,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x3f2142['oldValue']+')'};}}}}class mt extends _0xd068a0{['afterInit'](){const _0xd32b3c=this['editor'];if(!_0xd32b3c['plugins']['has']('PageBreakEditing'))return;_0xd32b3c['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x129c33=_0xd32b3c['plugins']['get']('TrackChangesEditing'),_0x72108=_0xd32b3c['locale'];_0x129c33['descriptionFactory']['registerElementLabel']('pageBreak',_0x16e2db=>o(_0x72108,'ELEMENT_PAGE_BREAK',_0x16e2db));}}class dt extends _0xd068a0{['afterInit'](){const _0x1d6d20=this['editor'];if(!_0x1d6d20['plugins']['has']('Paragraph'))return;const _0x2683b4=_0x1d6d20['locale'],_0x23b859=_0x1d6d20['plugins']['get']('TrackChangesEditing');_0x23b859['descriptionFactory']['registerElementLabel']('paragraph',_0x236cf3=>o(_0x2683b4,'ELEMENT_PARAGRAPH',_0x236cf3)),_0x23b859['enableDefaultAttributesIntegration']('paragraph'),_0x23b859['enableCommand']('insertParagraph'),_0x1d6d20['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x1d6d20),{'priority':'highest'}),_0x1d6d20['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x45b313,_0x2e1d77,_0xff80c)=>{_0xff80c['options']['showSuggestionHighlights']&&nr(_0x1d6d20,{'showActiveMarker':!0x1})(_0x45b313,_0x2e1d77,_0xff80c);},{'priority':'highest'});const _0x45c44a=_0x23b859['descriptionFactory'];_0x45c44a['registerDescriptionCallback'](_0x4377fe=>{if('insertion'!==_0x4377fe['type'])return;const {start:_0x41cc39,end:_0x2a3266}=_0x4377fe['getFirstRange']();if(!_0x41cc39['isTouching'](_0x2a3266)||!_0x41cc39['nodeAfter'])return;const _0x28e15d=_0x1d6d20['model']['schema'],_0x4dd5db=_0x41cc39['nodeAfter'];return _0x28e15d['isBlock'](_0x4dd5db)&&!_0x28e15d['isLimit'](_0x4dd5db)&&_0x28e15d['checkChild'](_0x4dd5db,'$text')?{'type':'insertion','content':o(_0x2683b4,'*Insert:*\x20%0',_0x45c44a['getItemLabel'](_0x4dd5db,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xbfa951=this['editor'],_0x4a0fc6=_0xbfa951['locale'];_0xbfa951['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3d8c06=>{if('formatBlock'!=_0x3d8c06['type'])return;const {data:_0xd41449}=_0x3d8c06;return _0xd41449&&'paragraph'==_0xd41449['commandName']?{'type':'format','content':o(_0x4a0fc6,'*Change\x20to:*\x20%0',o(_0x4a0fc6,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x2fb768,{showActiveMarker:_0x525c72=!0x0}={}){return(_0x558840,_0x4f0e99,_0x27bfbe)=>{const _0xfc5115=_0x2fb768['plugins']['get']('TrackChangesEditing'),_0x53289b=_0x4f0e99['markerRange']['start'],_0x5a6831=_0x4f0e99['markerRange']['end'],_0x2949ee=_0x2fb768['model']['schema'];if(!_0x53289b['isTouching'](_0x5a6831)||!_0x53289b['nodeAfter'])return;const _0xb6f5a4=_0x53289b['nodeAfter'];if(_0x2949ee['isBlock'](_0xb6f5a4)&&!_0x2949ee['isLimit'](_0xb6f5a4)&&_0x2949ee['checkChild'](_0xb6f5a4,'$text')){if(!_0x27bfbe['consumable']['consume'](_0x4f0e99['markerRange'],_0x558840['name']))return;const _0x3a320d=_0x27bfbe['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x1ea8a6=_0x27bfbe['mapper']['toViewPosition'](_0x5a6831);_0x525c72&&_0xfc5115['activeMarkers']['includes'](_0x4f0e99['markerName'])&&_0x27bfbe['writer']['addClass']('ck-suggestion-marker--active',_0x3a320d),_0x27bfbe['writer']['insert'](_0x1ea8a6,_0x3a320d),_0x27bfbe['mapper']['bindElementToMarker'](_0x3a320d,_0x4f0e99['markerName']);}};}class pt extends _0xd068a0{['afterInit'](){const _0x55861d=this['editor'];if(!_0x55861d['plugins']['has']('RemoveFormatEditing'))return;_0x55861d['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5ba2e2=this['editor'];_0x5ba2e2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x397d7a=>{if('formatBlock'!=_0x397d7a['type']&&'formatInline'!=_0x397d7a['type'])return;const {data:_0x29bde1}=_0x397d7a;return _0x29bde1&&'removeFormat'==_0x29bde1['commandName']?{'type':'format','content':o(_0x5ba2e2['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class kt extends _0xd068a0{['afterInit'](){const _0x315708=this['editor'];if(!_0x315708['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x349d42=_0x315708['plugins']['get']('TrackChangesEditing');_0x349d42['enableCommand']('goToPreviousRestrictedEditingException'),_0x349d42['enableCommand']('goToNextRestrictedEditingException');const _0x55dfcd=_0x315708['plugins']['get']('RestrictedEditingModeEditing');_0x55dfcd['enableCommand']('trackChanges'),_0x55dfcd['enableCommand']('acceptSuggestion'),_0x55dfcd['enableCommand']('discardSuggestion'),_0x55dfcd['enableCommand']('acceptAllSuggestions'),_0x55dfcd['enableCommand']('discardAllSuggestions'),_0x55dfcd['enableCommand']('acceptSelectedSuggestions'),_0x55dfcd['enableCommand']('discardSelectedSuggestions');}}class bt extends _0xd068a0{static get['requires'](){return[_0x5dd563];}['init'](){const _0x5c516b=this['editor'],_0x3b227f=_0x5c516b['plugins']['get']('TrackChangesEditing');_0x3b227f['enableCommand']('shiftEnter'),_0x5c516b['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',de(_0x5c516b),{'priority':'high'}),_0x5c516b['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',de(_0x5c516b),{'priority':'high'}),_0x5c516b['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x1daa2d,_0x6265f5,_0x4b14bf)=>{_0x4b14bf['options']['showSuggestionHighlights']&&de(_0x5c516b,{'showActiveMarker':!0x1})(_0x1daa2d,_0x6265f5,_0x4b14bf);}),_0x3b227f['descriptionFactory']['registerElementLabel']('softBreak',_0x10557c=>o(_0x5c516b['locale'],'ELEMENT_LINE_BREAK',_0x10557c));}}function de(_0x2e1972,{showActiveMarker:_0x612a4a=!0x0}={}){return(_0x1c52d6,_0x37990e,_0x3381e3)=>{const _0x2fd91e=_0x2e1972['plugins']['get']('TrackChangesEditing');if(!_0x3381e3['consumable']['test'](_0x37990e['markerRange'],_0x1c52d6['name']))return;const _0x3c21f2=_0x2e1972['model'];for(const _0x29ea1c of _0x37990e['markerRange']['getItems']()){if(!_0x29ea1c['is']('element','softBreak'))continue;const _0x392cc7='deletion'==_0x37990e['markerName']['split'](':')[0x1]?'merge':'split',_0x507bfe=_0x3381e3['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x392cc7}),_0x305a3e=_0x3381e3['mapper']['toViewPosition'](_0x3c21f2['createPositionBefore'](_0x29ea1c));_0x612a4a&&_0x2fd91e['activeMarkers']['includes'](_0x37990e['markerName'])&&_0x3381e3['writer']['addClass']('ck-suggestion-marker--active',_0x507bfe),_0x3381e3['writer']['insert'](_0x305a3e,_0x507bfe),_0x3381e3['mapper']['bindElementToMarker'](_0x507bfe,_0x37990e['markerName']);}};}class wt extends _0xd068a0{['afterInit'](){const _0x215cc7=this['editor'],_0xc4e0c7=_0x215cc7['model'],_0x557f73=_0x215cc7['locale'];if(!_0x215cc7['plugins']['has']('StandardEditingModeEditing'))return;const _0x1d2e12=_0x215cc7['plugins']['get']('TrackChangesEditing'),_0x56caa8='restrictedEditingException',_0x117a73=_0x215cc7['commands']['get'](_0x56caa8);_0x1d2e12['enableCommand'](_0x56caa8,(_0x2fac25,_0x5b2360={})=>{const _0x31d3d8=_0xc4e0c7['document']['selection'];if(_0x31d3d8['isCollapsed'])return void _0x2fac25(_0x5b2360);const _0x25b9dc=void 0x0!==_0x5b2360['forceValue']?_0x5b2360['forceValue']:!_0x117a73['value'];_0xc4e0c7['change'](()=>{const _0x54f949=Array['from'](_0x31d3d8['getRanges']());for(const _0x3f4b3a of _0x54f949){const _0x1d85d0=_0x25b9dc?[_0x3f4b3a]:io(_0x56caa8,_0x3f4b3a,_0xc4e0c7);for(const _0x3e3d26 of _0x1d85d0)_0x1d2e12['markInlineFormat'](_0x3e3d26,{'commandName':_0x56caa8,'commandParams':[{'forceValue':_0x25b9dc}]});}});}),_0x1d2e12['descriptionFactory']['registerDescriptionCallback'](_0x331fad=>{if('formatBlock'!=_0x331fad['type']&&'formatInline'!=_0x331fad['type'])return;const {data:_0x31ddba}=_0x331fad;return _0x31ddba&&_0x31ddba['commandName']==_0x56caa8?_0x31ddba['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x557f73,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x557f73,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class yt extends _0xd068a0{['afterInit'](){const _0x213eba=this['editor'];if(!_0x213eba['plugins']['has']('Style')||!_0x213eba['plugins']['has']('DataSchema'))return;const _0xfd5e1c=_0x213eba['plugins']['get']('TrackChangesEditing'),_0x317f8a=_0x213eba['locale'],_0x444c82=_0x213eba['config']['get']('style')||{},_0xa0dfb1=_0x213eba['plugins']['get']('GeneralHtmlSupport'),_0x328392=_0x213eba['plugins']['get']('StyleUtils')['normalizeConfig'](_0x213eba['plugins']['get']('DataSchema'),_0x444c82['definitions']);_0xfd5e1c['enableDefaultAttributesIntegration']('style');const _0x47c733=new Set();for(const _0x34bdd5 of _0x328392['block']){const _0x2cad9e=_0xa0dfb1['getGhsAttributeNameForElement'](_0x34bdd5['element']);_0x47c733['add'](_0x2cad9e);}const _0x1c14c4=new Set();for(const _0x1011e4 of _0x328392['inline']){const _0x396355=_0xa0dfb1['getGhsAttributeNameForElement'](_0x1011e4['element']);_0x1c14c4['add'](_0x396355);for(const _0x1752a7 of _0x1011e4['ghsAttributes'])_0x1c14c4['add'](_0x1752a7);}for(const _0x3e9310 of _0x47c733)_0xfd5e1c['registerBlockAttribute'](_0x3e9310),_0xfd5e1c['descriptionFactory']['registerAttributeLabel'](_0x3e9310,o(_0x317f8a,'FORMAT_STYLE'));for(const _0x4395f1 of _0x1c14c4)_0xfd5e1c['registerInlineAttribute'](_0x4395f1),_0xfd5e1c['descriptionFactory']['registerAttributeLabel'](_0x4395f1,o(_0x317f8a,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xcc0053=this['editor'],_0x3431f8=_0xcc0053['locale'];_0xcc0053['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x78880e=>{if('formatBlock'!=_0x78880e['type']&&'formatInline'!=_0x78880e['type'])return;const {data:_0x37b6c2}=_0x78880e;return _0x37b6c2&&'style'===_0x37b6c2['commandName']?_0x37b6c2['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x3431f8,'*Set\x20format:*\x20%0',_0x37b6c2['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x3431f8,'*Remove\x20format:*\x20%0',_0x37b6c2['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class jt extends _0xd068a0{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x250535){super(_0x250535),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x124344=this['editor'],_0x128018=_0x124344['model']['document']['selection'];if(!_0x124344['plugins']['has']('TableEditing'))return;const _0x11ff52=_0x124344['locale'],_0x10747c=_0x124344['plugins']['get']('TrackChangesEditing'),_0x4835b1=_0x124344['plugins']['get']('TableUtils');_0x10747c['descriptionFactory']['registerElementLabel']('table',_0x104373=>o(_0x11ff52,'ELEMENT_TABLE',_0x104373)),this['_setupColumnsRowsFixing'](),_0x10747c['enableCommand']('insertTable'),_0x10747c['enableCommand']('selectTableRow'),_0x10747c['enableCommand']('selectTableColumn');for(const _0x5455d3 of['insertTableRowAbove','insertTableRowBelow']){const _0x5b480c=_0x124344['commands']['get'](_0x5455d3);_0x10747c['enableCommand'](_0x5455d3,_0x1037fa=>{_0x124344['model']['change'](_0x5633cd=>{_0x1037fa();const _0x4d8b46='above'===_0x5b480c['order'],_0x33e23d=_0x4835b1['getSelectionAffectedTableCells'](_0x128018),_0xd850f4=_0x4835b1['getRowIndexes'](_0x33e23d),_0x3b985f=_0x4d8b46?_0xd850f4['first']-0x1:_0xd850f4['last']+0x1,_0x1f52ec=_0x33e23d[0x0]['findAncestor']('table'),_0x55a054=_0x4835b1['createTableWalker'](_0x1f52ec,{'startRow':_0x3b985f,'endRow':_0x3b985f}),_0x5e7a4e=Array['from'](_0x55a054)['map'](_0x4ebea6=>_0x5633cd['createRangeOn'](_0x4ebea6['cell']));_0x10747c['markMultiRangeInsertion'](_0x5e7a4e,'tableRow');});});}for(const _0x1bda21 of['insertTableColumnLeft','insertTableColumnRight']){const _0x5a3464=_0x124344['commands']['get'](_0x1bda21);_0x10747c['enableCommand'](_0x1bda21,_0x1eed41=>{_0x124344['model']['change'](_0x50f542=>{_0x1eed41();const _0x17b826='left'===_0x5a3464['order'],_0x1a4c9e=_0x4835b1['getSelectionAffectedTableCells'](_0x128018),_0x18e894=_0x4835b1['getColumnIndexes'](_0x1a4c9e),_0x46d9ad=_0x17b826?_0x18e894['first']-0x1:_0x18e894['last']+0x1,_0x254225=_0x1a4c9e[0x0]['findAncestor']('table'),_0x2df62c=_0x4835b1['createTableWalker'](_0x254225,{'startRow':0x0,'column':_0x46d9ad,'includeAllSlots':!0x1}),_0x3d0734=Array['from'](_0x2df62c)['map'](_0x253cac=>_0x50f542['createRangeOn'](_0x253cac['cell']));_0x10747c['markMultiRangeInsertion'](_0x3d0734,'tableColumn');});});}for(const _0x46ee79 of['removeTableRow','removeTableColumn']){const _0x44828e=_0x46ee79['substr'](0xb),_0x18a0e8=_0x44828e['toLowerCase'](),_0x1216db=_0x18a0e8['substr'](0x0,0x3)+'span',_0x220a26='table'+_0x44828e,_0x49f40f='min'+_0x44828e,_0x4bfc85='max'+_0x44828e;_0x10747c['enableCommand'](_0x46ee79,()=>{_0x124344['model']['change'](_0x220132=>{const _0x3acf37=_0x4835b1['getSelectionAffectedTableCells'](_0x128018),_0x1ecc1a=_0x3acf37[0x0]['findAncestor']('table');let _0x4556e1;if('removeTableRow'==_0x46ee79){const _0x4a6975=_0x4835b1['getRowIndexes'](_0x3acf37);_0x4556e1={'startRow':_0x4a6975['first'],'endRow':_0x4a6975['last'],'includeAllSlots':!0x0};}else{const _0x2caa75=_0x4835b1['getColumnIndexes'](_0x3acf37);_0x4556e1={'startColumn':_0x2caa75['first'],'endColumn':_0x2caa75['last'],'includeAllSlots':!0x0};}const _0x3e2304=_0x4835b1['createTableWalker'](_0x1ecc1a,_0x4556e1),_0x47a1de=Array['from'](_0x3e2304)['map'](({cell:_0x20eb41})=>_0x20eb41),_0xdb0ff2=Ee(_0x47a1de['filter'](_0x4cced7=>_0x4cced7['hasAttribute'](_0x1216db))),_0x2658b2=Ee(_0x47a1de['filter'](_0x96560c=>!_0x96560c['hasAttribute'](_0x1216db)))['map'](_0x4e21d0=>_0x220132['createRangeOn'](_0x4e21d0)),_0x20c58d=_0x10747c['markMultiRangeDeletion'](_0x2658b2,_0x220a26);if(_0x20c58d&&('tableRow'==_0x20c58d['subType']||'tableColumn'==_0x20c58d['subType'])){const _0x226aa7=this['_getSuggestionCoords'](_0x20c58d);for(const _0x2403d1 of _0xdb0ff2){const _0x38d3c2=_0x220132['createRangeOn'](_0x2403d1),_0x5623f5=_0x4835b1['getCellLocation'](_0x2403d1),_0x59340e=_0x2403d1['getAttribute'](_0x1216db)-0x1,_0x42a23d=_0x226aa7[_0x49f40f],_0x51f5e4=_0x226aa7[_0x4bfc85];_0x42a23d<=_0x5623f5[_0x18a0e8]&&_0x5623f5[_0x18a0e8]+_0x59340e<=_0x51f5e4&&_0x20c58d['addRange'](_0x38d3c2);}}});});}function _0x6c1a62(_0x4510c0){const _0x21e294=Array['from'](_0x128018['getRanges']())['map'](_0x379bf4=>_0x2b023b['fromRange'](_0x379bf4));_0x124344['model']['change'](_0x159c2f=>{const _0x2b25bd=_0x159c2f['batch'];_0x4510c0=_0x4510c0['filter'](_0x2fc2df=>'$graveyard'!=_0x2fc2df['root']['rootName']),_0x159c2f['setSelection'](_0x4510c0),_0x124344['commands']['get']('removeTableRow')['refresh'](),_0x124344['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x124344['model']['enqueueChange'](()=>{_0x124344['model']['enqueueChange'](_0x2b25bd,_0xbe6cee=>{const _0xa7c4=_0x21e294['filter'](_0x294a81=>'$graveyard'!=_0x294a81['root']['rootName']);_0xa7c4['length']>0x0&&_0xbe6cee['setSelection'](_0xa7c4);for(const _0x299d2c of _0x21e294)_0x299d2c['detach']();});});});}function _0x4e5be7(_0x15c391){_0x124344['model']['change'](_0xa7edf8=>{const _0x8cd5c8=Array['from'](_0x128018['getRanges']())['map'](_0x19cbcc=>_0x2b023b['fromRange'](_0x19cbcc)),_0x3cdda5=[];for(const _0x373c49 of _0x15c391)for(const _0x18fe94 of _0x373c49['getItems']({'shallow':!0x0}))_0x3cdda5['push'](_0x18fe94);for(const _0xb6d9c4 of _0x3cdda5)'$graveyard'!=_0xb6d9c4['root']['rootName']&&(_0xa7edf8['setSelection'](_0xa7edf8['createPositionAt'](_0xb6d9c4,0x0)),_0x124344['commands']['get']('removeTableColumn')['refresh'](),_0x124344['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x5c44c5=_0x8cd5c8['filter'](_0x4b8049=>'$graveyard'!=_0x4b8049['root']['rootName']);_0x5c44c5['length']>0x0&&_0xa7edf8['setSelection'](_0x5c44c5);for(const _0x1c7a63 of _0x8cd5c8)_0x1c7a63['detach']();});}function _0x28b384(_0x2fd4d1,_0x5f4600){return _0x5f4600['every'](_0x47377c=>_0x2fd4d1['some'](_0x144e59=>_0x144e59['end']['isEqual'](_0x47377c['start'])||_0x47377c['end']['isEqual'](_0x144e59['start'])));}function _0x248803(_0x368251,_0x28e008){return!_0x368251['some'](_0x4a67d8=>_0x28e008['some'](_0x3ef004=>_0x4a67d8['isIntersecting'](_0x3ef004)))&&_0x368251['some'](_0x4d1f2d=>_0x28e008['some'](_0x4848b3=>_0x4d1f2d['end']['isTouching'](_0x4848b3['start'])));}_0x124344['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x1f4ad3,_0x2a5b64,_0x3b040)=>{if(!_0x3b040['options']['showSuggestionHighlights'])return;const _0x542daa=_0x2a5b64['item'];if(!_0x542daa)return;const _0x5195de=_0x3b040['mapper']['toViewElement'](_0x542daa);function _0x31e417(_0x246efb){return Array['isArray'](_0x246efb)?_0x246efb:[_0x246efb];}_0x5195de&&'tableCell'===_0x542daa['name']&&_0x47412f(_0x5195de,_0x3b040['writer'],(_0x4491eb,_0x13ffea,_0x29e242)=>_0x29e242['addClass'](_0x31e417(_0x13ffea['classes']),_0x4491eb),(_0x34f970,_0x1f597a,_0x361b21)=>_0x361b21['removeClass'](_0x31e417(_0x1f597a['classes']),_0x34f970));},{'priority':'highest'}),_0x10747c['descriptionFactory']['registerDescriptionCallback'](_0x591f1c=>{if('insertion'!=_0x591f1c['type']&&'deletion'!=_0x591f1c['type'])return;const _0x40e040=_0x591f1c['getContainedElement']();if(null!=_0x40e040&&_0x40e040['is']('element','table')){if('insertion'==_0x591f1c['type']){const _0x3d6512=_0x591f1c['getItems']()['filter'](_0x2ccf94=>_0x2ccf94['is']('$textProxy'))['map'](_0x2b3db5=>_0x2b3db5['data']);if(_0x3d6512['length'])return{'type':'insertion','content':o(_0x11ff52,'*Insert:*\x20%0',o(_0x11ff52,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x3d6512['join']('\x20')+'\x22'))};}if('deletion'==_0x591f1c['type']){const _0x1beb7a=_0x591f1c['getItems']()['filter'](_0x4700da=>_0x4700da['is']('$textProxy'))['map'](_0x18ca67=>_0x18ca67['data']);if(_0x1beb7a['length'])return{'type':'deletion','content':o(_0x11ff52,'*Remove:*\x20%0',o(_0x11ff52,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x1beb7a['join']('\x20')+'\x22'))};}}}),_0x10747c['descriptionFactory']['registerDescriptionCallback'](_0x4dbde5=>{if('tableRow'==_0x4dbde5['subType']){const _0x43a896=_0x4dbde5['getItems']()['filter'](_0x24963e=>_0x24963e['is']('$textProxy'))['map'](_0x1663e7=>_0x1663e7['data']),_0x5a00a6=this['_getSuggestionCoords'](_0x4dbde5),_0x4f6f3e=_0x5a00a6['maxRow']-_0x5a00a6['minRow']+0x1;if('insertion'==_0x4dbde5['type'])return _0x43a896['length']?{'type':'insertion','content':o(_0x11ff52,'*Insert:*\x20%0',o(_0x11ff52,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x4f6f3e,'\x22'+_0x43a896['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x11ff52,'*Insert:*\x20%0',o(_0x11ff52,'ELEMENT_TABLE_ROW',_0x4f6f3e))};if('deletion'==_0x4dbde5['type'])return _0x43a896['length']?{'type':'deletion','content':o(_0x11ff52,'*Remove:*\x20%0',o(_0x11ff52,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x4f6f3e,'\x22'+_0x43a896['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x11ff52,'*Remove:*\x20%0',o(_0x11ff52,'ELEMENT_TABLE_ROW',_0x4f6f3e))};}if('tableColumn'==_0x4dbde5['subType']){const _0x3d0ccb=_0x4dbde5['getItems']()['filter'](_0xf35688=>_0xf35688['is']('$textProxy'))['map'](_0x2f7cdf=>_0x2f7cdf['data']),_0x302d5c=this['_getSuggestionCoords'](_0x4dbde5),_0x6e010b=_0x302d5c['maxColumn']-_0x302d5c['minColumn']+0x1;if('insertion'==_0x4dbde5['type'])return _0x3d0ccb['length']?{'type':'insertion','content':o(_0x11ff52,'*Insert:*\x20%0',o(_0x11ff52,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x6e010b,'\x22'+_0x3d0ccb['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x11ff52,'*Insert:*\x20%0',o(_0x11ff52,'ELEMENT_TABLE_COLUMN',_0x6e010b))};if('deletion'==_0x4dbde5['type'])return _0x3d0ccb['length']?{'type':'deletion','content':o(_0x11ff52,'*Remove:*\x20%0',o(_0x11ff52,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x6e010b,'\x22'+_0x3d0ccb['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x11ff52,'*Remove:*\x20%0',o(_0x11ff52,'ELEMENT_TABLE_COLUMN',_0x6e010b))};}}),_0x10747c['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x6c1a62),_0x10747c['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x6c1a62),_0x10747c['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x4e5be7),_0x10747c['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x4e5be7),_0x10747c['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x28b384),_0x10747c['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x28b384),_0x10747c['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x248803),_0x10747c['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x248803);}['_acceptFormatSuggestionCallbackFactory'](){const _0x35989e=this['editor'],_0x5a7578=_0x35989e['model']['document']['selection'];return(_0x46eefe,_0x3e2e18)=>{_0x35989e['model']['change'](_0x323295=>{const {commandName:_0x9fce6b,commandParams:_0x1c1e25}=_0x3e2e18;let _0x5a0994=_0x46eefe[0x0]['end']['nodeBefore'];_0x1c1e25&&_0x1c1e25[0x0]&&!0x1===_0x1c1e25[0x0]['forceValue']&&(_0x5a0994=_0x46eefe[0x0]['start']['nodeAfter']);const _0x1568b3=_0x323295['createRangeIn'](_0x5a0994);if('$graveyard'==_0x1568b3['root']['rootName'])return;const _0x55c309=Array['from'](_0x5a7578['getRanges']())['map'](_0x10547e=>_0x2b023b['fromRange'](_0x10547e));_0x323295['setSelection'](_0x1568b3),_0x35989e['commands']['get'](_0x9fce6b)['refresh'](),_0x1c1e25['push']({'forceDefaultExecution':!0x0}),_0x35989e['execute'](_0x9fce6b,..._0x1c1e25);const _0x8e963d=_0x55c309['filter'](_0x408c35=>'$graveyard'!=_0x408c35['root']['rootName']);_0x8e963d['length']>0x0&&_0x323295['setSelection'](_0x8e963d);for(const _0x458e18 of _0x55c309)_0x458e18['detach']();});};}['_getCoordsForCells'](_0x36031b){const _0x5f19de=this['editor']['plugins']['get']('TableUtils');let _0x310374=Number['MAX_SAFE_INTEGER'],_0x1a344b=Number['MIN_SAFE_INTEGER'],_0x4c84b1=Number['MAX_SAFE_INTEGER'],_0x2da8c6=Number['MIN_SAFE_INTEGER'];for(const _0x574f07 of _0x36031b){if('$graveyard'==_0x574f07['root']['rootName'])continue;const {row:_0xb8c8c2,column:_0x51fd59}=_0x5f19de['getCellLocation'](_0x574f07),_0x5534fc=_0x574f07['hasAttribute']('rowspan')?_0x574f07['getAttribute']('rowspan')-0x1:0x0,_0x3c40bd=_0x574f07['hasAttribute']('colspan')?_0x574f07['getAttribute']('colspan')-0x1:0x0;_0x310374=_0xb8c8c2<_0x310374?_0xb8c8c2:_0x310374,_0x1a344b=_0xb8c8c2+_0x5534fc>_0x1a344b?_0xb8c8c2+_0x5534fc:_0x1a344b,_0x4c84b1=_0x51fd59<_0x4c84b1?_0x51fd59:_0x4c84b1,_0x2da8c6=_0x51fd59+_0x3c40bd>_0x2da8c6?_0x51fd59+_0x3c40bd:_0x2da8c6;}return{'minRow':_0x310374,'maxRow':_0x1a344b,'minColumn':_0x4c84b1,'maxColumn':_0x2da8c6};}['_setupColumnsRowsFixing'](){const _0x44522a=this['editor'],_0xff410e=_0x44522a['plugins']['get']('TrackChangesEditing'),_0x9d2a3c=_0x44522a['plugins']['get']('TableUtils');_0x44522a['model']['document']['on']('change:data',()=>{const _0x58286b=Array['from'](_0x44522a['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x56d64c,data:_0x405332}of _0x58286b){const {group:_0x2c0cf1,id:_0x4370e9,subType:_0x368e24}=_0xff410e['_splitMarkerName'](_0x56d64c);if('suggestion'!=_0x2c0cf1)continue;if(null!=_0x405332['oldRange'])continue;const _0x15dec3=_0xff410e['getSuggestion'](_0x4370e9);this['_tablePostFixingSubtypes']['includes'](_0x368e24)&&this['_tableSuggestions']['add'](_0x15dec3);}},{'priority':'low'});const _0x1b67d7=(_0x55b87f,_0x11e717)=>{let _0x3d3c89=!0x1;const _0x19cda9=_0x11e717['createRangeOn'](_0x55b87f),_0x210656=_0x55b87f['findAncestor']('table'),_0x20c2e5=_0x9d2a3c['getCellLocation'](_0x55b87f);for(const _0x457c0b of this['_tableSuggestions']){const _0x2b8290=_0x457c0b['subType'],_0x4dc6eb=_0x2b8290['startsWith']('tablePaste'),_0x1479bb=_0x2b8290['substr'](_0x4dc6eb?0xa:0x5),_0xa6470b=_0x1479bb['toLowerCase'](),_0x3ccb4b=_0xa6470b['substr'](0x0,0x3)+'span',_0x27cee3='min'+_0x1479bb,_0x3de655='max'+_0x1479bb;if(!_0x457c0b['isInContent'])continue;if(_0x210656!=_0x457c0b['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x457c0b['isIntersectingWithRange'](_0x19cda9))continue;const _0x4a6b1d=_0x55b87f['hasAttribute'](_0x3ccb4b)?_0x55b87f['getAttribute'](_0x3ccb4b)-0x1:0x0,_0x512a2=this['_getSuggestionCoords'](_0x457c0b),_0x42d652=_0x512a2[_0x27cee3],_0x155471=_0x512a2[_0x3de655];_0x42d652<=_0x20c2e5[_0xa6470b]&&_0x20c2e5[_0xa6470b]+_0x4a6b1d<=_0x155471&&(_0x457c0b['addRange'](_0x19cda9),_0x3d3c89=!0x0);}return _0x3d3c89;};_0x44522a['model']['document']['registerPostFixer'](_0x5e3173=>{let _0x407673=!0x1;for(const _0x592313 of _0x44522a['model']['document']['differ']['getChanges']())if('insert'==_0x592313['type']){if('tableRow'==_0x592313['name']){for(const _0x5ba043 of _0x592313['position']['nodeAfter']['getChildren']())_0x407673=_0x407673||_0x1b67d7(_0x5ba043,_0x5e3173);}else'tableCell'==_0x592313['name']&&(_0x407673=_0x407673||_0x1b67d7(_0x592313['position']['nodeAfter'],_0x5e3173));}return _0x407673;});}['_getSuggestionCoords'](_0x22a390){return this['_getCoordsForCells'](_0x22a390['getRanges']()['map'](_0x4499f1=>_0x4499f1['start']['nodeAfter']));}}function Ee(_0x3d1ab5){return Array['from'](new Set(_0x3d1ab5)['values']());}class St extends _0xd068a0{static get['requires'](){return[jt];}['afterInit'](){const _0x13abc1=this['editor'],_0x1af742=_0x13abc1['model']['document']['selection'],_0x372bb5=_0x13abc1['locale'];if(!_0x13abc1['plugins']['has']('TableEditing'))return;const _0x1c66f8=_0x13abc1['plugins']['get']('TrackChangesEditing'),_0x46c30f=_0x13abc1['plugins']['get']('TableUtils'),_0x227c40=_0x13abc1['plugins']['get'](jt);_0x227c40['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x1c66f8['enableCommand']('mergeTableCells',()=>{const _0x52ee9a=_0x46c30f['getSelectionAffectedTableCells'](_0x13abc1['model']['document']['selection']);_0x13abc1['model']['change'](()=>{_0x1c66f8['markMultiRangeBlockFormat'](_0x52ee9a,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x13abc1['commands']['get']('mergeTableCells')['on']('execute',(_0x3c3a90,_0x570ea8)=>{_0x13abc1['commands']['get']('trackChanges')['value']&&(_0x570ea8['length']>0x0&&_0x570ea8[_0x570ea8['length']-0x1]&&_0x570ea8[_0x570ea8['length']-0x1]['forceDefaultExecution']||_0x1c66f8['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x3c3a90['stop']());},{'priority':'highest'});for(const _0x4035d8 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x3dd4c4=_0x13abc1['commands']['get'](_0x4035d8);_0x1c66f8['enableCommand'](_0x4035d8,()=>{const _0x1034e2=_0x13abc1['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x524f6b=>_0x524f6b['is']('element','tableCell')),_0x1e52d9=_0x3dd4c4['value'];_0x13abc1['model']['change'](()=>{_0x1c66f8['markMultiRangeBlockFormat']([_0x1034e2,_0x1e52d9],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x4222f1 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x4e9639=_0x13abc1['commands']['get'](_0x4222f1);_0x1c66f8['enableCommand'](_0x4222f1,()=>{const _0x1daa7a=_0x46c30f['getSelectionAffectedTableCells'](_0x13abc1['model']['document']['selection'])[0x0],_0x33eba5=_0x1daa7a['findAncestor']('table'),{column:_0x5b7d0c,row:_0x10793b}=_0x46c30f['getCellLocation'](_0x1daa7a);let _0x9c0b02=[];if('horizontally'==_0x4e9639['direction']){const _0x65f40e=_0x46c30f['createTableWalker'](_0x33eba5,{'startRow':_0x10793b,'endRow':_0x10793b,'includeAllSlots':!0x0});_0x9c0b02=Array['from'](_0x65f40e)['map'](_0x4a23f4=>_0x4a23f4['cell']);}else{const _0x43bc2b=_0x46c30f['createTableWalker'](_0x33eba5,{'column':_0x5b7d0c,'includeAllSlots':!0x0});_0x9c0b02=Array['from'](_0x43bc2b)['map'](_0xda37de=>_0xda37de['cell']);}_0x13abc1['model']['change'](_0x11489e=>{_0x1c66f8['markBlockFormat'](_0x11489e['createRangeOn'](_0x1daa7a),{'commandName':_0x4222f1,'commandParams':[]},_0x9c0b02,_0x4222f1);});});}_0x1c66f8['descriptionFactory']['registerDescriptionCallback'](_0x287b48=>{if('formatBlock'!=_0x287b48['type']&&'formatInline'!=_0x287b48['type'])return;const {data:_0x31732c}=_0x287b48;return _0x31732c&&'mergeTableCells'==_0x31732c['commandName']?{'type':'format','content':o(_0x372bb5,'*Merge\x20cells*')}:void 0x0;}),_0x1c66f8['descriptionFactory']['registerDescriptionCallback'](_0x43b525=>{if('formatBlock'!=_0x43b525['type']&&'formatInline'!=_0x43b525['type'])return;const {data:_0x5ce9d9}=_0x43b525;return _0x5ce9d9?'splitTableCellVertically'==_0x5ce9d9['commandName']?{'type':'format','content':o(_0x372bb5,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x5ce9d9['commandName']?{'type':'format','content':o(_0x372bb5,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x921c1b=_0x227c40['_acceptFormatSuggestionCallbackFactory']();for(const _0x256836 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x1c66f8['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x256836,'accept',_0x921c1b);for(const _0x37af55 of['splitTableCellVertically','splitTableCellHorizontally'])_0x1c66f8['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x37af55,'accept',_0x921c1b);_0x1c66f8['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x566b57=>{_0x13abc1['model']['change'](_0x241360=>{const _0x16a5ec=Array['from'](_0x1af742['getRanges']())['map'](_0xa0938e=>_0x2b023b['fromRange'](_0xa0938e));_0x241360['setSelection'](_0x566b57),_0x13abc1['commands']['get']('mergeTableCells')['refresh'](),_0x13abc1['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x4b873d=_0x16a5ec['filter'](_0x94c92f=>'$graveyard'!=_0x94c92f['root']['rootName']);_0x4b873d['length']>0x0&&_0x241360['setSelection'](_0x4b873d);for(const _0xd0cf5e of _0x16a5ec)_0xd0cf5e['detach']();});});for(const _0x5167de of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0xecc468=_0x13abc1['commands']['get'](_0x5167de);_0xecc468['on']('set:isEnabled',(_0x342f45,_0x6a2765,_0x282f15)=>{if(_0x282f15){const _0x4f46c3=_0x13abc1['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x1f7db0=>_0x1f7db0['is']('element','tableCell'));this['_areMergableCells'](_0xecc468['value'],_0x4f46c3)||(_0x342f45['return']=!0x1,_0x342f45['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x502427=this['editor']['commands']['get']('mergeTableCells'),_0x1693a7=this['editor']['plugins']['get']('TableUtils');if(!_0x502427['isEnabled'])return!0x1;const _0x3f704c=_0x1693a7['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x5c68e6 of _0x3f704c)for(const _0xbd8426 of _0x3f704c)if(_0x5c68e6!=_0xbd8426&&!this['_areMergableCells'](_0x5c68e6,_0xbd8426))return!0x1;return!0x0;}['_areMergableCells'](_0x6132fc,_0xbe2254){const _0x5866c0=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4901eb=this['editor']['model']['createRangeOn'](_0x6132fc),_0x373090=this['editor']['model']['createRangeOn'](_0xbe2254),_0x4f9ca7=new Set(),_0x4e5350=new Set();for(const _0x5ddbe5 of _0x5866c0['getSuggestions']())if(('insertion'==_0x5ddbe5['type']||'deletion'==_0x5ddbe5['type']||'mergeTableCells'==_0x5ddbe5['subType'])&&_0x5ddbe5['isInContent']){for(const _0x166122 of _0x5ddbe5['getRanges']())_0x166122['containsRange'](_0x4901eb,!0x0)&&_0x4f9ca7['add'](_0x5ddbe5['type']+':'+_0x5ddbe5['author']['id']),_0x166122['containsRange'](_0x373090,!0x0)&&_0x4e5350['add'](_0x5ddbe5['type']+':'+_0x5ddbe5['author']['id']);}if(_0x4f9ca7['size']!=_0x4e5350['size'])return!0x1;for(const _0x531607 of _0x4f9ca7)if(!_0x4e5350['has'](_0x531607))return!0x1;return!0x0;}}class At extends _0xd068a0{static get['requires'](){return[jt];}['afterInit'](){const _0x3a8274=this['editor'];if(!_0x3a8274['plugins']['has']('TableEditing'))return;const _0xbbd23e=_0x3a8274['locale'],_0x1b4989=_0x3a8274['plugins']['get']('TrackChangesEditing');_0x1b4989['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x1b4989['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x1b4989['registerBlockAttribute']('headingRows'),_0x1b4989['registerBlockAttribute']('headingColumns'),_0x1b4989['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0xbbd23e,'FORMAT_HEADER_ROW')),_0x1b4989['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0xbbd23e,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x1cec6a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x396aa2=this['editor']['plugins']['get']('TableUtils'),_0x4bdc9b=this['editor']['plugins']['get'](jt)['_acceptFormatSuggestionCallbackFactory']();function _0x78e430({showActiveMarker:_0x345460=!0x0,setDataAttribute:_0x2e818b=!0x0}={}){return(_0x504fe2,_0x48682,_0x8cc131)=>{const {type:_0x4be468,id:_0xc0fdf7}=_0x1cec6a['_splitMarkerName'](_0x48682['markerName']),_0x58fdb3=_0x1cec6a['getSuggestion'](_0xc0fdf7),_0x2e8afe=_0x58fdb3['data'];if('formatBlock'!=_0x58fdb3['type']||!_0x2e8afe||'setTableColumnHeader'!=_0x2e8afe['commandName'])return;if(_0x48682['item'])return void _0x504fe2['stop']();if(!_0x8cc131['consumable']['consume'](_0x48682['markerRange'],_0x504fe2['name']))return;const _0x5f4864=_0x48682['markerRange']['start']['nodeAfter'],_0x190ed9=_0x48682['markerRange']['end']['nodeBefore'],_0x370075=_0x5f4864['parent']['parent'],{column:_0x65abea}=_0x396aa2['getCellLocation'](_0x5f4864),{column:_0x2a078b}=_0x396aa2['getCellLocation'](_0x190ed9);for(let _0x3d065b=_0x65abea;_0x3d065b<=_0x2a078b;_0x3d065b++){const _0xe27bb6=_0x396aa2['createTableWalker'](_0x370075,{'column':_0x3d065b,'includeAllSlots':!0x1});for(const _0x11df20 of _0xe27bb6){const _0x528bb2=_0x11df20['cell'],_0x4e3d7c=_0x8cc131['mapper']['toViewElement'](_0x528bb2);_0x8cc131['writer']['addClass']('ck-suggestion-marker-'+_0x4be468,_0x4e3d7c),_0x2e818b&&_0x8cc131['writer']['setAttribute']('data-suggestion',_0xc0fdf7,_0x4e3d7c),_0x8cc131['mapper']['bindElementToMarker'](_0x4e3d7c,_0x48682['markerName']),_0x345460&&(_0x1cec6a['activeMarkers']['includes'](_0x48682['markerName'])?_0x8cc131['writer']['addClass']('ck-suggestion-marker--active',_0x4e3d7c):_0x8cc131['writer']['removeClass']('ck-suggestion-marker--active',_0x4e3d7c));}}};}_0x1cec6a['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x4bdc9b),_0x1cec6a['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x4bdc9b),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x78e430(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x3d8dc7,_0x5bc83d,_0x2bab42)=>{_0x2bab42['options']['showSuggestionHighlights']&&_0x78e430({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x3d8dc7,_0x5bc83d,_0x2bab42);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x227ea5,_0x912ef8,_0x3b39d5)=>{const {type:_0x16a3b6,id:_0x3b73db}=_0x1cec6a['_splitMarkerName'](_0x912ef8['markerName']),_0x4ef2b1=_0x1cec6a['getSuggestion'](_0x3b73db),_0x55405d=_0x4ef2b1['data'];if('formatBlock'!=_0x4ef2b1['type']||!_0x55405d||'setTableColumnHeader'!=_0x55405d['commandName'])return;const _0x589212=_0x3b39d5['mapper']['markerNameToElements'](_0x912ef8['markerName']);if(_0x589212){for(const _0x1a2fb7 of _0x589212)_0x3b39d5['writer']['removeClass']('ck-suggestion-marker-'+_0x16a3b6,_0x1a2fb7),_0x3b39d5['writer']['removeClass']('ck-suggestion-marker--active',_0x1a2fb7),_0x3b39d5['writer']['removeAttribute']('data-suggestion',_0x1a2fb7),_0x3b39d5['mapper']['unbindElementFromMarkerName'](_0x1a2fb7,_0x912ef8['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x255f4a=this['editor'],_0x4e273c=_0x255f4a['locale'];function _0x160ca8(_0x90eee8){return{'type':'format','content':o(_0x4e273c,'*Format:*\x20%0',_0x90eee8)};}_0x255f4a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xb45606=>{if('formatBlock'!=_0xb45606['type'])return;const {data:_0x2418ad}=_0xb45606;if(_0x2418ad){if('setTableRowHeader'==_0x2418ad['commandName']){const _0x5c4854=_0x2418ad['commandParams'][0x0]['forceValue'];return _0x160ca8(o(_0x4e273c,_0x5c4854?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x2418ad['commandName']){const _0xc798d5=_0x2418ad['commandParams'][0x0]['forceValue'];return _0x160ca8(o(_0x4e273c,_0xc798d5?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const ge=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ce=Object['fromEntries'](ge['map'](_0x17b1e0=>[_0x17b1e0,null]));class It extends _0xd068a0{static get['requires'](){return[jt];}['afterInit'](){const _0x2d9d4e=this['editor'];if(!_0x2d9d4e['plugins']['has']('TableClipboard'))return;const _0x4b0400=_0x2d9d4e['plugins']['get']('TrackChangesEditing'),_0x3e594e=_0x2d9d4e['plugins']['get']('TableUtils'),_0x49faf1=_0x2d9d4e['plugins']['get'](jt),_0x138123=_0x2d9d4e['plugins']['get']('TableClipboard');_0x49faf1['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x2d9d4e['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x2d9d4e['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x33fb50=null;_0x2d9d4e['model']['on']('insertContent',(_0x4b31f8,_0x46dcd6)=>{const [_0x2a23c5,_0x36333c]=_0x46dcd6,_0x7baa54=_0x46dcd6[_0x46dcd6['length']-0x1];_0x7baa54&&_0x7baa54['forceDefaultExecution']||_0x4b0400['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0xd47ccb,_0x57ce66,_0x20e61a,_0x31c18b,_0x3e4499){if(_0x57ce66&&!_0x57ce66['is']('documentSelection'))return!0x1;const _0x411052=_0x3e4499['getTableIfOnlyTableInContent'](_0xd47ccb,_0x20e61a);if(!_0x411052||!he(_0x411052,void 0x0,_0x31c18b))return!0x1;const _0x346efc=_0x31c18b['getSelectionAffectedTableCells'](_0x20e61a['document']['selection']);if(!_0x346efc['length'])return!0x1;const _0x2a56fc=_0x346efc[0x0]['findAncestor']('table'),_0x338a47=_0x31c18b['getRowIndexes'](_0x346efc),_0x1c1efb=_0x31c18b['getColumnIndexes'](_0x346efc),_0x1d7cc2={'startRow':_0x338a47['first'],'endRow':_0x338a47['last'],'startColumn':_0x1c1efb['first'],'endColumn':_0x1c1efb['last']};return 0x1==_0x346efc['length']&&(_0x1d7cc2['endRow']+=_0x31c18b['getRows'](_0x411052)-0x1,_0x1d7cc2['endColumn']+=_0x31c18b['getColumns'](_0x411052)-0x1),he(_0x2a56fc,_0x1d7cc2,_0x31c18b);}(_0x2a23c5,_0x36333c,_0x2d9d4e['model'],_0x3e594e,_0x138123)&&(_0x4b31f8['stop'](),_0x33fb50={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x2d9d4e['model']['change'](()=>{_0x2d9d4e['model']['insertContent'](_0x46dcd6[0x0],_0x46dcd6[0x1],_0x46dcd6[0x2],{'forceDefaultExecution':!0x0});const _0x14d4ab=_0x4253a4(),{rowInsertionRanges:_0x543363,columnInsertionRanges:_0x4fc92e,insertionRanges:_0x54fdad,deletionRanges:_0x52f3cd,cells:_0x3a3edb}=_0x33fb50;_0x543363['length']&&_0x4b0400['markMultiRangeInsertion'](_0x543363,'tablePasteRow',{'tablePasteChainId':_0x14d4ab}),_0x4fc92e['length']&&_0x4b0400['markMultiRangeInsertion'](_0x4fc92e,'tablePasteColumn',{'tablePasteChainId':_0x14d4ab}),_0x54fdad['length']&&(_0x4b0400['markMultiRangeInsertion'](_0x54fdad,'tablePaste',{'tablePasteChainId':_0x14d4ab,'skipNestingCheck':!0x0}),_0x54fdad['forEach'](_0x35ee99=>_0x35ee99['detach']?.())),_0x52f3cd['length']&&(_0x4b0400['markMultiRangeDeletion'](_0x52f3cd,'tablePaste',{'tablePasteChainId':_0x14d4ab,'skipNestingCheck':!0x0}),_0x52f3cd['forEach'](_0x31c300=>_0x31c300['detach']?.()));const _0x5ad4f0=_0x4b0400['markMultiRangeBlockFormat'](_0x3a3edb['map'](({element:_0x118ae4})=>_0x118ae4),{'formatGroupId':_0x4253a4()},[],'tablePasteCell',{'tablePasteChainId':_0x14d4ab});if(_0x5ad4f0){const _0x38dce4=_0x5ad4f0['getMarkers'](),_0x54bdb3=[];for(const {element:_0x5a0e8a,attributes:_0xbae22c}of _0x3a3edb){if(!_0xbae22c)continue;const _0x102d13=_0x2d9d4e['model']['createRangeOn'](_0x5a0e8a),_0x10941e=_0x38dce4['find'](_0x248553=>_0x248553['getRange']()['isEqual'](_0x102d13));_0x10941e&&_0x54bdb3['push']([_0x10941e['name'],_0xbae22c]);}_0x54bdb3['length']&&_0x5ad4f0['setAttribute']('markerAttributes',Object['fromEntries'](_0x54bdb3));}_0x33fb50=null;}));},{'priority':_0x214829['high']+0xa}),_0x2d9d4e['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x176651,_0x38f9fb)=>{const [_0xbbfda8,_0x15c643,,_0x4f1de2]=_0x38f9fb;if(!_0x33fb50)return;_0x176651['stop']();const _0x47d7a9=_0xbbfda8['cell'],_0x4b42f1=_0x15c643,_0x840b53=Pe(_0x47d7a9),_0x1da6b3=Pe(_0x4b42f1);_0x176651['return']=_0x47d7a9;let _0x594473=null,_0x2c4464=null;if(_0x1da6b3||_0x840b53){if(_0x840b53&&!_0x1da6b3){_0x4f1de2['remove'](_0x47d7a9['getChild'](0x0));for(const _0x32c5b7 of Array['from'](_0x4b42f1['getChildren']()))_0x4f1de2['insert'](_0x32c5b7,_0x47d7a9,'end');const _0x2a997c=_0x33fb50['rowInsertionIndexes']['includes'](_0xbbfda8['row']),_0x546fd2=_0x33fb50['columnInsertionIndexes']['includes'](_0xbbfda8['column']);_0x2a997c||_0x546fd2||(_0x594473=_0x2b023b['fromRange'](_0x4f1de2['createRangeIn'](_0x47d7a9)));}else _0x1da6b3&&!_0x840b53&&(_0x2c4464=_0x4f1de2['createRangeIn'](_0x47d7a9));}else{const _0x4f42a5=_0x4f1de2['createElement']('tableCellSuggestion'),_0x2f7900=_0x4f1de2['createElement']('tableCellSuggestion');_0x4f1de2['wrap'](_0x4f1de2['createRangeIn'](_0x47d7a9),_0x2f7900),_0x4f1de2['insert'](_0x4f42a5,_0x47d7a9,0x0);for(const _0x3c06e6 of Array['from'](_0x4b42f1['getChildren']()))_0x4f1de2['insert'](_0x3c06e6,_0x4f42a5,'end');_0x594473=_0x2b023b['fromRange'](_0x4f1de2['createRangeOn'](_0x4f42a5)),_0x2c4464=_0x2b023b['fromRange'](_0x4f1de2['createRangeOn'](_0x2f7900));}const _0x1af755=Array['from'](_0x4b42f1['getAttributes']())['filter'](([_0x122c40])=>ge['includes'](_0x122c40));_0x33fb50['cells']['push']({'element':_0x47d7a9,'attributes':_0x1af755['length']?Object['fromEntries'](_0x1af755):null}),_0x594473&&_0x33fb50['insertionRanges']['push'](_0x594473),_0x2c4464&&_0x33fb50['deletionRanges']['push'](_0x2c4464);},{'priority':'high'}),_0x3e594e['on']('insertColumns',(_0x3722ff,_0x3bb10f)=>{const [_0x4b6ef1,_0x5bf3e2={}]=_0x3bb10f;if(!_0x33fb50)return;const _0x2b6427=_0x5bf3e2['at']||0x0,_0x42eac5=_0x5bf3e2['columns']||0x1;_0x33fb50['columnInsertionIndexes']=new Array(_0x42eac5)['fill'](_0x2b6427)['map']((_0x26c64d,_0x2b21a0)=>_0x26c64d+_0x2b21a0);for(const {cell:_0x36ca76}of _0x3e594e['createTableWalker'](_0x4b6ef1,{'startColumn':_0x2b6427,'endColumn':_0x2b6427+_0x42eac5-0x1}))_0x33fb50['columnInsertionRanges']['push'](_0x2d9d4e['model']['createRangeOn'](_0x36ca76));},{'priority':'low'}),_0x3e594e['on']('insertRows',(_0x326d0e,_0x3c62db)=>{const [_0x38d34e,_0x3682e1={}]=_0x3c62db;if(!_0x33fb50)return;const _0xb654b6=_0x3682e1['at']||0x0,_0x29e721=_0x3682e1['rows']||0x1;_0x33fb50['rowInsertionIndexes']=new Array(_0x29e721)['fill'](_0xb654b6)['map']((_0x437599,_0x450a4a)=>_0x437599+_0x450a4a);for(const {cell:_0x585c05}of _0x3e594e['createTableWalker'](_0x38d34e,{'startRow':_0xb654b6,'endRow':_0xb654b6+_0x29e721-0x1}))_0x33fb50['rowInsertionRanges']['push'](_0x2d9d4e['model']['createRangeOn'](_0x585c05));},{'priority':'low'}),_0x4b0400['descriptionFactory']['registerDescriptionCallback'](_0xccfcda=>{if(_0xccfcda['subType']&&_0xccfcda['subType']['startsWith']('tablePaste'))return _0xccfcda['previous']?{}:{'type':'insertion','content':o(_0x2d9d4e['locale'],'*Replace\x20table\x20cells*')};});const _0x4d2cc0=()=>!0x1;for(const _0x4bbe80 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x4b0400['_suggestionFactory']['registerCustomCallback']('insertion',_0x4bbe80,'join',_0x4d2cc0),_0x4b0400['_suggestionFactory']['registerCustomCallback']('deletion',_0x4bbe80,'join',_0x4d2cc0),_0x4b0400['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4bbe80,'join',_0x4d2cc0);_0x4b0400['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x4d2cc0),_0x4b0400['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0xbea5eb,_0x1c8d36,_0x206614)=>{const _0x26fb2d=_0xbea5eb['map'](_0x109c3d=>_0x109c3d['getContainedElement']())['filter'](_0x2364ed=>_0x2364ed),_0x2c3fb9=new Map(_0x26fb2d['map'](_0x5b262f=>[_0x5b262f,null]));if(_0x33fb50){for(const {element:_0x159509,attributes:_0x6b873}of _0x33fb50['cells'])_0x6b873&&_0x2c3fb9['set'](_0x159509,_0x6b873);}else{if(_0x206614&&_0x206614['markerAttributes'])for(const [_0x36d15b,_0x14ecf5]of Object['entries'](_0x206614['markerAttributes'])){const _0x27bc9f=_0x2d9d4e['model']['markers']['get'](_0x36d15b),_0x4d780a=_0x27bc9f?_0x27bc9f['getRange']()['getContainedElement']():null;_0x4d780a&&_0x2c3fb9['set'](_0x4d780a,_0x14ecf5);}}_0x2d9d4e['model']['change'](_0x1f1d6c=>{for(const [_0x68ccb1,_0x5ac776]of _0x2c3fb9)_0x1f1d6c['setAttributes']({...Ce,..._0x5ac776},_0x68ccb1);});});const _0x315a00=(_0x4066ae,_0x1f2235)=>{_0x4b0400['_suggestionFactory']['registerCustomCallback'](_0x4066ae,'tablePaste',_0x1f2235,(_0x14a3d8,_0x5dcf14,_0x519a46)=>{_0x2d9d4e['model']['change'](_0x43df4b=>{const _0x3110a3=[];for(const _0x27bdee of _0x14a3d8){const _0x5fc4f2=_0x27bdee['start']['nodeAfter'];_0x5fc4f2['is']('element','tableCellSuggestion')&&_0x3110a3['push'](_0x5fc4f2);}_0x4b0400['_suggestionFactory']['getSuggestionCallback'](_0x4066ae,null,_0x1f2235)(_0x14a3d8,_0x5dcf14,_0x519a46);for(const _0x352f3e of _0x3110a3)'$graveyard'!=_0x352f3e['root']['rootName']&&_0x43df4b['unwrap'](_0x352f3e);});});};_0x315a00('insertion','accept'),_0x315a00('insertion','discard'),_0x315a00('deletion','accept'),_0x315a00('deletion','discard'),_0x4b0400['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x4a700c=>{const _0x6701d2=_0x4a700c['map'](_0x431125=>_0x431125['getContainedElement']()),_0x452802=_0x6701d2[0x0]['findAncestor']('table'),{minRow:_0x48acf5,maxRow:_0x162ea1}=_0x49faf1['_getCoordsForCells'](_0x6701d2);_0x3e594e['removeRows'](_0x452802,{'at':_0x48acf5,'rows':_0x162ea1-_0x48acf5+0x1});}),_0x4b0400['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0xd37d02=>{const _0x2e3f80=_0xd37d02['map'](_0xb5d929=>_0xb5d929['getContainedElement']()),_0x2ea80c=_0x2e3f80[0x0]['findAncestor']('table'),{minColumn:_0x2ba11c,maxColumn:_0x191fac}=_0x49faf1['_getCoordsForCells'](_0x2e3f80);_0x3e594e['removeColumns'](_0x2ea80c,{'at':_0x2ba11c,'columns':_0x191fac-_0x2ba11c+0x1});});const _0x2f452b=(_0x52ece9,_0x15658a)=>{if(!_0x15658a['subType']||!_0x15658a['subType']['startsWith']('tablePaste'))return;const _0x23b132=_0x15658a['attributes']['tablePasteChainId'],_0x100946=_0x4b0400['getSuggestions']()['filter'](_0x2026f2=>_0x2026f2['isInContent']&&_0x2026f2['attributes']&&_0x2026f2['attributes']['tablePasteChainId']==_0x23b132);_0x100946['length']&&_0x15658a['getAllAdjacentSuggestions']()['length']!=_0x100946['length']&&_0x100946['reduce']((_0x3ed351,_0x54fcb0)=>(_0x3ed351['next']=_0x54fcb0,_0x54fcb0['previous']=_0x3ed351,_0x54fcb0));};function _0xfcc891(_0x34c57a,_0x39085b=!0x0){const {id:_0x2f4ffd}=_0x4b0400['_splitMarkerName'](_0x34c57a['markerName']),_0x4d57c7=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x438eeb=_0x4b0400['activeMarkers']['includes'](_0x34c57a['markerName']);return _0x438eeb&&_0x4d57c7['push']('ck-suggestion-marker--active'),{'classes':_0x4d57c7,'attributes':{'data-suggestion':_0x2f4ffd},'priority':_0x438eeb&&_0x39085b?0xbc2:0xbb8};}_0x4b0400['on']('suggestionLoaded',_0x2f452b,{'priority':'high'}),_0x4b0400['on']('suggestionUnloaded',_0x2f452b,{'priority':'high'}),_0x2d9d4e['model']['document']['registerPostFixer'](()=>{let _0x33889a=!0x1;const _0xa98ab7=Array['from'](_0x2d9d4e['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x59cea0,data:_0x13d52d}of _0xa98ab7){const {group:_0x4efaaf,type:_0x151eda,id:_0x2affa6}=_0x4b0400['_splitMarkerName'](_0x59cea0);if('suggestion'!=_0x4efaaf||'deletion'!=_0x151eda||_0x13d52d['oldRange'])continue;if(!_0x4b0400['hasSuggestion'](_0x2affa6))continue;const _0x46c301=_0x4b0400['getSuggestion'](_0x2affa6)['getRanges'](),_0x2b35a5=_0x2d9d4e['plugins']['get']('Users')['me'];for(const _0x33e110 of _0x4b0400['getSuggestions']()){if(!_0x33e110['isInContent']||_0x33e110['author']!=_0x2b35a5)continue;if('formatBlock'!=_0x33e110['type']||'tablePasteCell'!=_0x33e110['subType'])continue;if(_0x33e110['getRanges']()['every'](_0x52706e=>_0x46c301['some'](_0x2277fc=>_0x2277fc['containsRange'](_0x52706e,!0x0)))){for(const _0x5c0dc2 of _0x33e110['getAllAdjacentSuggestions']())_0x5c0dc2['isInContent']&&(_0x5c0dc2['discard'](),_0x33889a=!0x0);}}}return _0x33889a;}),_0x2d9d4e['model']['document']['registerPostFixer'](_0x27adb0=>{const _0x488f68=_0x2d9d4e['commands']['get']('redo');if(!_0x488f68||!_0x488f68['_createdBatches']['has'](_0x27adb0['batch']))return!0x1;let _0x4d96fe=!0x1;const _0x59e543=_0x2d9d4e['plugins']['get']('Users')['me'],_0x2c4494=_0x2d9d4e['model']['document']['differ']['getChanges'](),_0x5d297f=Array['from'](_0x2d9d4e['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x1076ed,data:_0x66ee26})=>{const {group:_0x1cb118,subType:_0x30c402,authorId:_0x4aa4df}=_0x4b0400['_splitMarkerName'](_0x1076ed);return'suggestion'==_0x1cb118&&'tablePaste'==_0x30c402&&_0x4aa4df==_0x59e543['id']&&!_0x66ee26['oldRange'];});for(const _0x2fbc30 of _0x2c4494){if('insert'!=_0x2fbc30['type']||'tableCellSuggestion'!=_0x2fbc30['name']||0x1!=_0x2fbc30['length'])continue;const _0x1281ff=_0x27adb0['createRange'](_0x2fbc30['position'],_0x2fbc30['position']['getShiftedBy'](0x1));if(!_0x5d297f['find'](({data:_0x53fb38})=>_0x53fb38['newRange']['isEqual'](_0x1281ff))){for(const {name:_0x379d79,data:_0x34cafe}of _0x5d297f)if(_0x1281ff['containsRange'](_0x34cafe['newRange'])){_0x27adb0['updateMarker'](_0x379d79,{'range':_0x1281ff}),_0x4d96fe=!0x0;break;}}}return _0x4d96fe;}),_0x2d9d4e['model']['document']['registerPostFixer'](_0x5c940a=>{let _0x58c36d=!0x1;const _0x1c4e44=_0x2d9d4e['plugins']['get']('Users')['me'],_0x2fac90=_0x4b0400['getSuggestions']()['filter'](_0x17d65c=>_0x17d65c['isInContent']&&_0x17d65c['author']==_0x1c4e44),_0x2a0c2f=new Set(),_0x4dccd5=new Set();for(const _0x42cbe2 of _0x2fac90)if('tablePaste'==_0x42cbe2['subType'])for(const _0x3115b2 of _0x42cbe2['getMarkers']()){const _0x19bf40=_0x3115b2['getRange']()['getContainedElement']();if(_0x19bf40){if(_0x19bf40['is']('element','tableCellSuggestion')&&Pe(_0x19bf40)){_0x42cbe2['removeMarker'](_0x3115b2['name']),_0x2a0c2f['add'](_0x19bf40),_0x58c36d=!0x0;const _0x173935=_0x19bf40['nextSibling'],_0x104265=_0x19bf40['previousSibling'],_0xc3571c=_0x173935&&_0x173935['is']('element','tableCellSuggestion'),_0x309a08=_0x104265&&_0x104265['is']('element','tableCellSuggestion');_0xc3571c&&!_0x2a0c2f['has'](_0x173935)&&_0x4dccd5['add'](_0x173935),_0x309a08&&!_0x2a0c2f['has'](_0x104265)&&_0x4dccd5['add'](_0x104265);}else _0x19bf40['is']('element','paragraph')&&_0x19bf40['isEmpty']&&(_0x42cbe2['removeMarker'](_0x3115b2['name']),_0x58c36d=!0x0);}}else{if('tablePasteCell'==_0x42cbe2['subType']){if(!_0x42cbe2['attributes']||!_0x42cbe2['attributes']['tablePasteChainId'])continue;const _0x2c3722=_0x42cbe2['attributes']['markerAttributes'];if(_0x2c3722&&Object['keys'](_0x2c3722)['length'])continue;const _0xa843db=_0x42cbe2['attributes']['tablePasteChainId'];let _0xf1c413=!0x0,_0x19541a=!0x0;for(const _0xd9a168 of _0x2fac90)if(_0xd9a168['subType']&&_0xd9a168['subType']['startsWith']('tablePaste')){if(!_0xd9a168['attributes']['tablePasteChainId']){_0x19541a=!0x1;break;}if(_0xd9a168['id']!=_0x42cbe2['id']&&_0xd9a168['attributes']['tablePasteChainId']==_0xa843db){_0xf1c413=!0x1;break;}}_0x19541a&&_0xf1c413&&(_0x42cbe2['removeMarkers'](),_0x58c36d=!0x0);}}for(const _0x1ea4ac of _0x2a0c2f)_0x5c940a['remove'](_0x1ea4ac);for(const _0x30790f of _0x4dccd5)_0x5c940a['unwrap'](_0x30790f);return _0x58c36d;}),_0x2d9d4e['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x2aab92,_0x5d6098)=>_0xfcc891(_0x2aab92),'converterPriority':'high'}),_0x2d9d4e['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x1250b1,_0x3c951f)=>_0x3c951f['options']['showSuggestionHighlights']?_0xfcc891(_0x1250b1,!0x1):null,'converterPriority':'high'});const _0x11ddfa=_0x2d9d4e['editing']['view'];this['listenTo'](_0x11ddfa['document'],'clipboardOutput',(_0x272bf3,_0x2e4db7)=>{const _0x1424e9=[];for(const _0x2cefb9 of _0x11ddfa['createRangeIn'](_0x2e4db7['content'])['getItems']())_0x2cefb9['is']('element','suggestion-td')&&_0x1424e9['push'](_0x2cefb9);_0x11ddfa['change'](_0x270b39=>{for(const _0x357eaa of _0x1424e9)_0x270b39['move'](_0x270b39['createRangeIn'](_0x357eaa),_0x270b39['createPositionBefore'](_0x357eaa)),_0x270b39['remove'](_0x357eaa);});});}}function Pe(_0x20d5ed){if(_0x20d5ed['isEmpty'])return!0x0;const _0xd7c5df=_0x20d5ed['getChild'](0x0);return _0xd7c5df['is']('element','paragraph')&&_0xd7c5df['isEmpty'];}function he(_0x5f3384,_0x47bc1f={},_0x347e5a){for(const {isAnchor:_0x5c3da0,cellHeight:_0x3007ed,cellWidth:_0x380f2c}of _0x347e5a['createTableWalker'](_0x5f3384,{'includeAllSlots':!0x0,..._0x47bc1f}))if(!_0x5c3da0||0x1!=_0x3007ed||0x1!=_0x380f2c)return!0x1;return!0x0;}class vt extends _0xd068a0{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x462f71=this['editor']['plugins']['get']('TrackChangesEditing');_0x462f71['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x462f71['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x462f71['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x462f71['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x462f71['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x462f71['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x4483f4,_0x172c4b){const _0x237377=this['editor']['plugins']['get']('TrackChangesEditing'),_0x188a4b=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x540359=_0x172c4b['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x52d686=_0x188a4b['getColumnGroupElement'](_0x540359);let _0x332a79=_0x52d686?_0x188a4b['getTableColumnsWidths'](_0x52d686):null,_0x173ce0=_0x540359['getAttribute']('tableWidth')||null;const _0x28e61d=_0x172c4b['tableWidth']||_0x173ce0,_0x5e5626=_0x172c4b['columnWidths']||_0x332a79,_0x39d7c8=this['editor']['plugins']['get']('Users')['me'];for(const _0x2bc2c5 of _0x237377['getSuggestions']()){const _0x4c2a0b=_0x2bc2c5['getContainedElement']();if('resizeTable'===_0x2bc2c5['subType']&&_0x4c2a0b===_0x540359){_0x2bc2c5['author']!==_0x39d7c8&&_0x2bc2c5['discard']();const _0xeda56e=_0x2bc2c5['data']['commandParams'];_0x173ce0=_0xeda56e[0x0]['tableWidth'],_0x332a79=_0xeda56e[0x0]['columnWidths'];break;}}_0x4483f4({'table':_0x540359,'tableWidth':_0x28e61d,'columnWidths':_0x5e5626}),_0x237377['markBlockFormat'](_0x540359,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x173ce0,'columnWidths':_0x332a79}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x37a4e1){if('formatBlock'!=_0x37a4e1['type']&&'formatInline'!=_0x37a4e1['type'])return;const {data:_0x3bfc43}=_0x37a4e1;if(_0x3bfc43&&'resizeTable'===_0x3bfc43['formatGroupId']){const _0x89dfe8='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x89dfe8)};}}}class Ct extends _0xd068a0{['afterInit'](){const _0x568d00=this['editor'];_0x568d00['plugins']['has']('Template')&&_0x568d00['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class _t extends _0xd068a0{['afterInit'](){const _0xbfe682=this['editor'];if(!_0xbfe682['commands']['get']('insertTableOfContents'))return;_0xbfe682['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x9bd57b=_0xbfe682['plugins']['get']('TrackChangesEditing'),_0x58df30=_0xbfe682['locale'];_0x9bd57b['descriptionFactory']['registerElementLabel']('tableOfContents',_0x25a289=>o(_0x58df30,'ELEMENT_TABLE_OF_CONTENTS',_0x25a289));}}class Dt extends _0xd068a0{['afterInit'](){const _0x88a332=this['editor'];if(!_0x88a332['plugins']['has']('Title'))return;const _0xc82425=_0x88a332['plugins']['get']('TrackChangesEditing');_0xc82425['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x88a332['locale'],'ELEMENT_TITLE')),_0x88a332['model']['document']['registerPostFixer'](_0x1c3fb4=>{let _0x52ae62=!0x1;const _0x4c2e65=Array['from'](_0x88a332['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x21a19f,data:_0x375cea}of _0x4c2e65){const {group:_0x17afc7}=_0xc82425['_splitMarkerName'](_0x21a19f);if('suggestion'!==_0x17afc7||!_0x375cea['newRange'])continue;const _0x3ae28a=_0x375cea['newRange'],_0xe0c389=_0x3ae28a['end']['nodeBefore'];if(!_0xe0c389||!_0xe0c389['is']('element','title-content'))continue;if(!_0x3ae28a['start']['isTouching'](_0x3ae28a['end']))continue;const _0x4c6f78=_0x88a332['model']['schema']['getNearestSelectionRange'](_0x3ae28a['end'],'forward');if(_0x4c6f78&&_0x4c6f78['isCollapsed']){const _0x14ef7a=_0x1c3fb4['createRange'](_0x3ae28a['start'],_0x4c6f78['start']);_0x14ef7a['isEqual'](_0x3ae28a)||(_0x1c3fb4['updateMarker'](_0x21a19f,{'range':_0x14ef7a}),_0x52ae62=!0x0);}_0x52ae62||(_0x1c3fb4['removeMarker'](_0x21a19f),_0x52ae62=!0x0);}return _0x52ae62;});}}class Nt extends _0xd068a0{['afterInit'](){const _0x4215a9=this['editor'],_0x47d11c=_0x4215a9['plugins']['get']('TrackChangesEditing');_0x4215a9['plugins']['has']('UndoEditing')&&(_0x47d11c['enableCommand']('undo'),_0x47d11c['enableCommand']('redo'));}}class Mt extends _0xd068a0{static get['requires'](){return[jt];}['afterInit'](){const _0x412c06=this['editor'];if(!_0x412c06['plugins']['has']('TableCaptionEditing'))return;_0x412c06['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class $t extends _0xd068a0{['tableProperties'];['tableCellProperties'];constructor(_0x3bf34b){super(_0x3bf34b),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 _0x2c794d=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x457ec3 of this['tableProperties'])_0x2c794d['enableCommand'](_0x457ec3,(_0x5d965a,_0x302759)=>{const _0x52bd0c=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x457ec3,[_0x52bd0c],this['tableProperties'],'tableProperties',_0x5d965a,_0x302759);});_0x2c794d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x2c794d['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2c794d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x5554a3,_0x484578)=>this['handleDiscardAction'](this['tableProperties'],_0x5554a3,_0x484578)),_0x2c794d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x5d7108 of this['tableCellProperties'])_0x2c794d['enableCommand'](_0x5d7108,(_0x500b7c,_0x10245f)=>{const _0x80f13c=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x5d7108,_0x80f13c,this['tableCellProperties'],'tableCellProperties',_0x500b7c,_0x10245f);});_0x2c794d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x2c794d['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2c794d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x1762ed,_0x2ebb70)=>this['handleDiscardAction'](this['tableCellProperties'],_0x1762ed,_0x2ebb70)),_0x2c794d['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x2c794d['descriptionFactory']['registerDescriptionCallback'](_0x6461fb=>this['handleSuggestionDescription'](_0x6461fb));}['_handlePropertyChange'](_0x4be938,_0x39a3f8,_0x41a2fe,_0x30370e,_0x1a346b,_0x270a81){const _0x55b477=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x270a81['batch'],()=>{for(const _0x29d2ff of _0x39a3f8){if(this['_getSuggestion'](_0x29d2ff,_0x30370e))_0x1a346b(_0x270a81);else{const _0xc43ab={};for(const _0xe25b5c of _0x41a2fe){const _0x4b4983=_0x29d2ff['getAttribute'](_0xe25b5c);void 0x0!==_0x4b4983&&(_0xc43ab[_0xe25b5c]=_0x4b4983);}_0x1a346b(_0x270a81),_0x55b477['markBlockFormat'](_0x29d2ff,{'commandParams':[_0xc43ab]},[],_0x30370e);}}});}['handleDiscardAction'](_0x3bd65b,_0x38d9f8,_0x1e14ae){const _0x29d1be=_0x38d9f8[0x0]['start']['nodeAfter'],_0x2e9957=_0x1e14ae['commandParams'][0x0];this['editor']['model']['change'](_0x55f64e=>{for(const _0x5e3598 of _0x3bd65b)void 0x0!==_0x2e9957[_0x5e3598]?_0x55f64e['setAttribute'](_0x5e3598,_0x2e9957[_0x5e3598],_0x29d1be):_0x55f64e['removeAttribute'](_0x5e3598,_0x29d1be);});}['handleSuggestionDescription'](_0x5441e7){if(_0x5441e7['data'])switch(_0x5441e7['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'](_0x3c7058,_0x48b878){const _0x306819=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x37fed of _0x306819['getSuggestions']({'skipNotAttached':!0x0})){const _0x22bcf7=_0x37fed['getContainedElement']();if(_0x37fed['subType']===_0x48b878&&_0x22bcf7===_0x3c7058)return _0x37fed;}return null;}}const m='$elementName';class p extends _0xd068a0{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x3a1269,_0x3a149,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(_0x1fca6b){function _0xebe2c2(_0x3b2287){return _0x3b2287['map'](_0x345ecc=>String['fromCharCode'](_0x345ecc))['join']('');}super(_0x1fca6b),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0xc3dd5c,_0x353111,_0x55d5fa,_0x17862a)=>{this['_model']['change'](()=>{for(const _0x3ea39c of[..._0x17862a,..._0x55d5fa])this['_model']['markers']['has'](_0x3ea39c)&&_0x1fca6b['editing']['reconvertMarker'](_0x3ea39c);});}),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']=_0x1fca6b['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(),_0x1fca6b['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x1fca6b['config']['get']('trackChanges.trackFormatChanges'),_0x1fca6b['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x1fca6b['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new M(_0x1fca6b,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0xebe2c2([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0xebe2c2([0x34,0x30,0x34,0x38,0x31,0x32,0x31,0x38]);}['init'](){const _0x5772ca=this['editor'],_0x7108a=(_0x35f705,_0x44667a)=>{if('attribute'!=_0x35f705)return'ck-suggestion-marker-'+_0x35f705;const _0x50ea41=_0x44667a['split']('|')[0x0];return this['_isBlockAttribute'](_0x50ea41)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x5772ca['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0xd3f6db=>{const {id:_0xc466a1,type:_0x4e0dae,subType:_0x436438}=this['_splitMarkerName'](_0xd3f6db['markerName']),_0x4a6dc2=['ck-suggestion-marker',_0x7108a(_0x4e0dae,_0x436438)];let _0x247379=0xbb8;return this['activeMarkers']['includes'](_0xd3f6db['markerName'])&&(_0x4a6dc2['push']('ck-suggestion-marker--active'),_0x247379=0xbc2),'deletion'==_0x4e0dae&&(_0x247379+=0x5),{'classes':_0x4a6dc2,'attributes':{'data-suggestion':_0xc466a1},'priority':_0x247379};}}),_0x5772ca['conversion']['for']('dataDowncast')['add'](_0x557a60=>{_0x557a60['on']('addMarker:suggestion',(_0x3c7608,_0x294dd7,_0x32d233)=>{if(!_0x32d233['options']['showSuggestionHighlights'])return;const _0x27d683=_0x294dd7['item'];if(!_0x27d683)return;const _0x282e34=_0x32d233['mapper']['toViewElement'](_0x27d683);_0x5772ca['model']['schema']['isObject'](_0x27d683)&&_0x282e34&&!_0x282e34['getCustomProperty']('widget')&&_0x282e34['is']('containerElement')&&_0xd81baf(_0x282e34,_0x32d233['writer']);},{'priority':'high'});}),_0x5772ca['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x3c68c6,_0x23a2bf)=>{if(!_0x23a2bf['options']['showSuggestionHighlights'])return null;const {type:_0x52434e,subType:_0x4db25f}=this['_splitMarkerName'](_0x3c68c6['markerName']);return{'classes':['ck-suggestion-marker',_0x7108a(_0x52434e,_0x4db25f)],'priority':0xbb8};}});const _0x236e87=({showActiveMarkers:_0x50a42d=!0x0,isAttributeSuggestion:_0x447ab4=!0x1}={})=>(_0x160cd4,_0x2dc581,_0x3f5913)=>{if(!_0x2dc581['item'])return;const {id:_0x2a2509}=this['_splitMarkerName'](_0x2dc581['markerName']);if(_0x447ab4){const _0x35a3db=this['_suggestions']['get'](_0x2a2509),_0x287620=this['_getAttributeKey'](_0x35a3db);if(!this['_isBlockAttribute'](_0x287620))return;}if(_0x2dc581['item']['is']('selection'))return void _0x3f5913['consumable']['consume'](_0x2dc581['item'],_0x160cd4['name']);const _0x3a4de8=_0x3f5913['mapper']['toViewElement'](_0x2dc581['item']);if(_0x2dc581['item']['is']('element')&&_0x5772ca['model']['schema']['isBlock'](_0x2dc581['item'])&&!_0x3a4de8['getCustomProperty']('addHighlight')){_0x3f5913['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x3a4de8),_0x3f5913['writer']['setAttribute']('data-suggestion',_0x2a2509,_0x3a4de8),_0x3f5913['mapper']['bindElementToMarker'](_0x3a4de8,_0x2dc581['markerName']),_0x50a42d&&(this['activeMarkers']['includes'](_0x2dc581['markerName'])?_0x3f5913['writer']['addClass']('ck-suggestion-marker--active',_0x3a4de8):_0x3f5913['writer']['removeClass']('ck-suggestion-marker--active',_0x3a4de8));for(const _0x2ffe4b of _0x5772ca['model']['createRangeIn'](_0x2dc581['item'])['getItems']())_0x3f5913['consumable']['consume'](_0x2ffe4b,_0x160cd4['name']);_0x3f5913['consumable']['consume'](_0x2dc581['item'],_0x160cd4['name']);}};_0x5772ca['conversion']['for']('dataDowncast')['add'](_0x5813bb=>{_0x5813bb['on']('addMarker:suggestion:formatBlock',(_0x35571b,_0x18eb26,_0x171638)=>{_0x171638['options']['showSuggestionHighlights']&&_0x236e87({'showActiveMarkers':!0x1})(_0x35571b,_0x18eb26,_0x171638);},{'priority':'highest'});}),_0x5772ca['conversion']['for']('dataDowncast')['add'](_0x1cc300=>{_0x1cc300['on']('addMarker:suggestion:attribute',(_0xbce2da,_0x307ca1,_0x1a4b76)=>{_0x1a4b76['options']['showSuggestionHighlights']&&_0x236e87({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0xbce2da,_0x307ca1,_0x1a4b76);},{'priority':'highest'});}),_0x5772ca['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x242f40,_0xdc9e34)=>_0xdc9e34['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x242f40['substr'](0xb)}}),_0x5772ca['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x1b4d74,{writer:_0x1f9bc2})=>{let _0x35ad56='suggestion:'+_0x1b4d74['getAttribute']('suggestion-type')+':'+_0x1b4d74['getAttribute']('id');return _0x1b4d74['getAttribute']('marker-count')&&(_0x35ad56+=':'+_0x1b4d74['getAttribute']('marker-count')),_0x1f9bc2['createElement']('$marker',{'data-name':_0x35ad56});}}),_0x5772ca['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x5772ca['conversion']['for']('editingDowncast')['add'](_0x312bf5=>{_0x312bf5['on']('addMarker:suggestion:formatBlock',_0x236e87(),{'priority':'high'});}),_0x5772ca['conversion']['for']('editingDowncast')['add'](_0x7bd35c=>{_0x7bd35c['on']('addMarker:suggestion:attribute',_0x236e87({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x5772ca['conversion']['for']('editingDowncast')['add'](_0x5a9693=>{_0x5a9693['on']('removeMarker:suggestion:formatBlock',(_0x246b28,_0x34cbf7,_0x36eb82)=>{const _0x4a40f3=_0x36eb82['mapper']['markerNameToElements'](_0x34cbf7['markerName']);if(_0x4a40f3){for(const _0x142be3 of _0x4a40f3)_0x142be3['getCustomProperty']('addHighlight')||(_0x36eb82['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x142be3),_0x36eb82['writer']['removeAttribute']('data-suggestion',_0x142be3),_0x36eb82['mapper']['unbindElementFromMarkerName'](_0x142be3,_0x34cbf7['markerName']));}},{'priority':'high'});}),_0x5772ca['conversion']['for']('editingDowncast')['add'](_0x5ce854=>{_0x5ce854['on']('removeMarker:suggestion:attribute',(_0x158a73,_0x197fb2,_0x57ea13)=>{const _0x501cc6=_0x57ea13['mapper']['markerNameToElements'](_0x197fb2['markerName']);if(!_0x501cc6)return;const {id:_0x346c1c}=this['_splitMarkerName'](_0x197fb2['markerName']),_0x2658d7=this['_suggestions']['get'](_0x346c1c),_0x55f3e6=this['_getAttributeKey'](_0x2658d7);if(this['_isBlockAttribute'](_0x55f3e6)){for(const _0x5df6b4 of _0x501cc6)_0x5df6b4['getCustomProperty']('addHighlight')||(_0x57ea13['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x5df6b4),_0x57ea13['writer']['removeAttribute']('data-suggestion',_0x5df6b4),_0x57ea13['mapper']['unbindElementFromMarkerName'](_0x5df6b4,_0x197fb2['markerName']));}},{'priority':'high'});}),_0x5772ca['model']['document']['registerPostFixer'](_0x101302=>{let _0x53a54c=!0x1;const _0x22dbd8=Array['from'](_0x5772ca['model']['document']['differ']['getChangedMarkers']()),_0x2cebfb=new Set();for(const {name:_0x20bddb,data:_0x3f7be8}of _0x22dbd8){const {group:_0x554e42,type:_0x3127c0,subType:_0x23f5a1,id:_0x2162a3}=this['_splitMarkerName'](_0x20bddb);if('suggestion'!==_0x554e42)continue;const _0x288297=this['_suggestions']['get'](_0x2162a3);if(null!=_0x3f7be8['newRange']){'formatInline'==_0x3127c0&&(_0x53a54c=_0x53a54c||Et(_0x3f7be8['newRange'],_0x20bddb,_0x101302,_0x5772ca['model']['schema']));const _0x1d7a67='attribute'==_0x3127c0&&this['_isBlockAttribute'](_0x23f5a1['split']('|')[0x0]);if(_0x3f7be8['newRange']['isCollapsed']||'$graveyard'==_0x3f7be8['newRange']['root']['rootName']||'formatBlock'==_0x3127c0&&!Ut(_0x3f7be8['newRange'])||_0x1d7a67&&!Ut(_0x3f7be8['newRange'])||'deletion'==_0x3127c0&&!(!Tt(_0x16bdb1=_0x3f7be8['newRange'])&&!function(_0x169827){return _0x169827['start']['parent']==_0x169827['end']['nodeBefore']&&_0x169827['start']['isAtEnd'];}(_0x16bdb1)))_0x101302['removeMarker'](_0x20bddb),_0x53a54c=!0x0;else{if(!_0x288297||!_0x288297['isInContent'])continue;_0x2cebfb['add'](_0x288297);}}}var _0x16bdb1;return _0x2cebfb['size']>0x0&&(_0x53a54c=!!this['_joinWithAdjacentSuggestions'](_0x2cebfb)||_0x53a54c),_0x53a54c;}),_0x5772ca['model']['document']['registerPostFixer'](_0x45fa70=>{let _0x2fc022=!0x1;for(const _0x3440a3 of _0x5772ca['model']['document']['differ']['getChanges']())if('insert'==_0x3440a3['type'])for(const _0x89240f of this['_suggestions']['values']()){if(_0x89240f['isMultiRange']||!_0x89240f['isInContent'])continue;const _0x51c782='formatBlock'==_0x89240f['type'],_0x282545=this['_getAttributeKey'](_0x89240f),_0x56f09b=_0x282545&&this['_isBlockAttribute'](_0x282545);if(!_0x51c782&&!_0x56f09b)continue;const _0x4b2500=_0x89240f['getFirstRange']();if(_0x4b2500['start']['parent']!=_0x4b2500['end']['parent']&&!_0x4b2500['end']['isAtEnd']){const _0xd8957b=_0x5772ca['model']['createPositionAt'](_0x4b2500['start']['nodeAfter'],'end'),_0x4d640e=_0x5772ca['model']['createRange'](_0x4b2500['start'],_0xd8957b);_0x45fa70['updateMarker'](_0x89240f['getFirstMarker'](),{'range':_0x4d640e}),_0x2fc022=!0x0;}}return _0x2fc022;}),_0x5772ca['model']['document']['registerPostFixer'](_0x5a183a=>this['_processAttributeChanges'](_0x5a183a)),_0x5772ca['model']['document']['registerPostFixer'](_0x57d0e2=>!_0x57d0e2['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x57d0e2)),_0x5772ca['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x5772ca['model']['document']['on']('change:data',(_0x2b3d7c,_0xa97f0d)=>{if(!_0xa97f0d['isLocal']||_0xa97f0d['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x363976=_0x5772ca['model']['document']['differ']['getChanges']();if(0x0==_0x363976['length'])return;const _0x58c658=[],_0x58f3a3=_0x363976['filter'](_0xf55ccc=>'attribute'==_0xf55ccc['type']),_0x10c893=_0x363976['filter'](_0x11d4a2=>'insert'==_0x11d4a2['type']&&'$text'!=_0x11d4a2['name']);for(const _0x17d386 of _0x58f3a3)this['_isRegisteredAttribute'](_0x17d386['attributeKey'])&&_0x58c658['push']({'key':_0x17d386['attributeKey'],'newValue':_0x17d386['attributeNewValue'],'oldValue':_0x17d386['attributeOldValue'],'range':Ot(_0x17d386['range'],_0x5772ca['model'])});for(const _0x3cd99d of _0x10c893){if('rename'!=_0x3cd99d['action']&&'refresh'!=_0x3cd99d['action'])continue;const _0x643fb1=Gt(_0x3cd99d['position']['nodeAfter'],_0x5772ca['model']),_0x148195=_0x3cd99d['before'];'rename'==_0x3cd99d['action']&&_0x58c658['push']({'key':m,'newValue':_0x3cd99d['name'],'oldValue':_0x148195['name'],'range':_0x643fb1});for(const [_0x508386,_0x276097]of _0x148195['attributes']){if(!this['_isRegisteredAttribute'](_0x508386))continue;const _0x294be3=_0x3cd99d['attributes']['get'](_0x508386);_0x276097!==_0x294be3&&_0x58c658['push']({'key':_0x508386,'newValue':_0x294be3,'oldValue':_0x276097,'range':_0x643fb1});}for(const [_0x2c7f3f,_0x30f1b5]of _0x3cd99d['attributes'])this['_isRegisteredAttribute'](_0x2c7f3f)&&(_0x148195['attributes']['has'](_0x2c7f3f)||_0x58c658['push']({'key':_0x2c7f3f,'newValue':_0x30f1b5,'oldValue':null,'range':_0x643fb1}));}0x0!=_0x58c658['length']&&_0x5772ca['model']['enqueueChange'](_0xa97f0d,_0x2e456d=>{const _0x2e6f2a=_0x4253a4();for(const {range:_0x5df77f,key:_0x24d070,oldValue:_0x2b5a12,newValue:_0x519781}of _0x58c658)this['markAttributeChange'](_0x5df77f,_0x24d070,_0x2b5a12,_0x519781,{'groupId':_0x2e6f2a});this['_reduceExistingSuggestions'](_0x2e456d,_0x58c658);});},{'priority':'lowest'}),_0x5772ca['model']['markers']['on']('update:suggestion',(_0x3d8b3f,_0x8eae3b,_0x58908b)=>{if(null==_0x58908b){const {id:_0x46ff16}=this['_splitMarkerName'](_0x8eae3b['name']),_0x437ef5=this['_suggestions']['get'](_0x46ff16);_0x437ef5&&_0x437ef5['addMarkerName'](_0x8eae3b['name']);}}),_0x5772ca['model']['document']['on']('change:data',()=>{const _0x41eaf7=Array['from'](_0x5772ca['model']['document']['differ']['getChangedMarkers']())['filter'](_0x5075d5=>'suggestion'===this['_splitMarkerName'](_0x5075d5['name'])['group']);if(0x0===_0x41eaf7['length'])return;_0x41eaf7['sort']((_0x3f876f,_0x2637e2)=>{const _0x1c59cd=_0x3f876f['data']['oldRange'],_0x3c6ed1=_0x2637e2['data']['oldRange'];return null===_0x1c59cd&&null===_0x3c6ed1?0x0:null===_0x1c59cd&&null!==_0x3c6ed1?-0x1:null!==_0x1c59cd&&null===_0x3c6ed1?0x1:_0x1c59cd['start']['isBefore'](_0x3c6ed1['start'])?-0x1:0x1;});const _0x2f8927=new Set(),_0x573b51=new Set();for(const {name:_0x53370e,data:_0x59c9ed}of _0x41eaf7){const {id:_0x46c07b}=this['_splitMarkerName'](_0x53370e);if(null===_0x59c9ed['oldRange']){const _0x591c91=this['_handleNewSuggestionMarker'](_0x53370e);_0x573b51['add'](_0x591c91);}else{const _0xe9bd7c=this['_suggestions']['get'](_0x46c07b);null!==_0x59c9ed['newRange']||_0xe9bd7c['isInContent']?(_0x2f8927['add'](_0xe9bd7c['head']),_0x573b51['add'](_0xe9bd7c)):this['_removeSuggestion'](_0xe9bd7c);}}_0x573b51['size']>0x0&&this['_refreshSuggestionsChain'](_0x573b51);for(const _0x108cc4 of _0x2f8927)this['fire']('suggestionChanged',_0x108cc4);}),_0x5772ca['model']['on']('applyOperation',(_0x353f7c,_0x37a354)=>{const _0x6444dd=_0x37a354[0x0];if(!this['_suggestions']['size'])return;if(!_0x6444dd['isDocumentOperation'])return;if(_0x6444dd['batch']['isUndo']||!_0x6444dd['batch']['isLocal'])return;let _0x40fbcb,_0x4bdcab;switch(_0x6444dd['type']){case'insert':_0x40fbcb=_0x5772ca['model']['createPositionAt'](_0x6444dd['position']),_0x4bdcab=_0x40fbcb['getShiftedBy'](_0x6444dd['howMany']);break;case'split':_0x40fbcb=_0x5772ca['model']['createPositionAt'](_0x6444dd['splitPosition']),_0x4bdcab=_0x5772ca['model']['createPositionAt'](_0x6444dd['moveTargetPosition']);break;case'move':_0x40fbcb=_0x5772ca['model']['createPositionAt'](_0x6444dd['targetPosition']),_0x4bdcab=_0x40fbcb['getShiftedBy'](_0x6444dd['howMany']);break;default:return;}const _0x9dba66=_0x5772ca['model']['createRange'](_0x40fbcb,_0x4bdcab);_0x5772ca['model']['change'](()=>{for(const {suggestion:_0x36db11,meta:_0x1956d2}of this['_findSuggestions'](_0x9dba66)){if(_0x36db11['isMultiRange'])continue;if('formatInline'==_0x36db11['type'])continue;const _0x1741f7=this['_getAttributeKey'](_0x36db11);if(_0x1741f7&&this['_isBlockAttribute'](_0x1741f7)&&'split'!=_0x6444dd['type'])continue;const _0x104e2c=_0x36db11['data']&&_0x36db11['data']['multipleBlocks'];('formatBlock'!=_0x36db11['type']||'split'==_0x6444dd['type']&&!_0x104e2c)&&(_0x1956d2['containsRangeInObject']||'insertion'==_0x36db11['type']&&_0x1956d2['isOwn']||_0x36db11['getFirstRange']()['containsRange'](_0x9dba66)&&this['_breakSuggestionMarker'](_0x36db11,_0x40fbcb,_0x4bdcab));}});},{'priority':'lowest'}),_0x5772ca['model']['on']('deleteContent',(_0x1ae150,_0x36f04a)=>{const _0x423e0c=_0x36f04a[0x0],_0x1a74b9=_0x36f04a[0x1];if(_0x1a74b9&&_0x1a74b9['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x423e0c['isCollapsed'])return;const _0x3433ea=_0x5772ca['model']['schema'],{start:_0x537ddf,end:_0x3c7431}=_0x423e0c['getFirstRange'](),_0x40bafb=_0x537ddf['nodeAfter']&&_0x3433ea['isLimit'](_0x537ddf['nodeAfter'])?null:_0x3433ea['getNearestSelectionRange'](_0x537ddf,'forward'),_0x2fd0c6=_0x3c7431['nodeBefore']&&_0x3433ea['isLimit'](_0x3c7431['nodeBefore'])?null:_0x3433ea['getNearestSelectionRange'](_0x3c7431,'backward'),_0x1efc87=_0x5772ca['model']['createRange'](_0x40bafb?_0x40bafb['start']:_0x537ddf,_0x2fd0c6?_0x2fd0c6['end']:_0x3c7431);_0x5772ca['model']['change'](_0x4ef517=>{this['markDeletion'](_0x1efc87);const _0x29eca0=_0x5772ca['model']['schema']['getNearestSelectionRange'](_0x1efc87['start']);_0x423e0c['is']('documentSelection')?_0x4ef517['setSelection'](_0x29eca0):_0x423e0c['setTo'](_0x29eca0);}),_0x1ae150['stop']();},{'priority':_0x214829['normal']+0xa}),_0x5772ca['model']['on']('insertContent',(_0x3f2b2b,_0x1d9ab2)=>{const _0x41c34=_0x1d9ab2[_0x1d9ab2['length']-0x1];_0x41c34&&_0x41c34['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x5772ca['model']['change'](()=>{let _0x1d75cc=_0x5772ca['model']['insertContent'](_0x1d9ab2[0x0],_0x1d9ab2[0x1],_0x1d9ab2[0x2],{'forceDefaultExecution':!0x0});if(!_0x1d75cc)return;_0x3f2b2b['return']=_0x1d75cc['clone']();const _0x45205e=_0x1d75cc['end']['nodeBefore'],_0xeaf9f7=_0x5772ca['model']['schema'];_0x45205e&&_0xeaf9f7['isBlock'](_0x45205e)&&!_0xeaf9f7['isObject'](_0x45205e)&&(_0x1d75cc=_0x5772ca['model']['createRange'](_0x1d75cc['start'],_0x5772ca['model']['createPositionAt'](_0x45205e,'end'))),this['markInsertion'](_0x1d75cc);}),_0x3f2b2b['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x8c577c=new $(_0x5772ca,this['_suggestions']);_0x5772ca['commands']['add']('acceptSuggestion',_0x8c577c),this['enableCommand']('acceptSuggestion');const _0xf9e5dd=new B(_0x5772ca,this['_suggestions']);_0x5772ca['commands']['add']('discardSuggestion',_0xf9e5dd),this['enableCommand']('discardSuggestion'),_0x5772ca['commands']['add']('acceptAllSuggestions',new x(_0x5772ca,_0x8c577c,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x5772ca['commands']['add']('discardAllSuggestions',new x(_0x5772ca,_0xf9e5dd,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x5772ca['commands']['add']('acceptSelectedSuggestions',new R(_0x5772ca,_0x8c577c,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x5772ca['commands']['add']('discardSelectedSuggestions',new R(_0x5772ca,_0xf9e5dd,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x2efcec=_0x5772ca['plugins']['get']('CommentsRepository');this['listenTo'](_0x2efcec,'addComment',(_0x4c991a,{threadId:_0x18503c})=>{const _0x47eff7=this['_suggestions']['get'](_0x18503c);_0x47eff7&&_0x47eff7['commentThread']&&0x1===_0x47eff7['commentThread']['length']&&this['_updateSuggestionData'](_0x18503c,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x2efcec,'removeComment',(_0x25e60f,{threadId:_0x2eb7a0})=>{const _0x5c3843=this['_suggestions']['get'](_0x2eb7a0);_0x5c3843&&_0x5c3843['commentThread']&&!_0x5c3843['commentThread']['length']&&this['_updateSuggestionData'](_0x2eb7a0,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x517f04){if(this['_adapter'])throw new _0x559e97('track-changes-adapter-already-set',this);this['_adapter']=_0x517f04;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0xcc592=!0x1,toJSON:_0x36b7a5=!0x1}={}){const _0x548392=[];for(const _0xe5fdf3 of this['_suggestions']['values']())_0xcc592&&!_0xe5fdf3['isInContent']||_0x548392['push'](_0xe5fdf3);return _0x36b7a5?_0x548392['map'](_0xfb71b0=>_0xfb71b0['toJSON']()):_0x548392;}['getSuggestion'](_0x459d90){const _0xb59330=this['_suggestions']['get'](_0x459d90);if(!_0xb59330)throw new _0x559e97('track-changes-suggestion-not-found',this);return _0xb59330;}['hasSuggestion'](_0x5c5f42){return this['_suggestions']['has'](_0x5c5f42);}['addSuggestionData'](_0x5d86ee){const {authorId:_0x4a968e,id:_0x3412ea,attributes:_0x524fa0}=_0x5d86ee,[_0x55990c,_0x13ac55]=_0x5d86ee['type']['split'](':'),_0x3176c5=this['_suggestions']['get'](_0x3412ea)||this['_createSuggestion'](_0x55990c,_0x13ac55,_0x3412ea,_0x4a968e,_0x524fa0);if(this['_addThreadToSuggestion'](_0x3176c5),this['_checkSuggestionCorrectness'](_0x3176c5,_0x55990c,_0x13ac55||null,_0x4a968e),_0x3176c5['createdAt']=_0x5d86ee['createdAt'],_0x3176c5['_isDataLoaded']=!0x0,_0x524fa0&&_0x524fa0['@external']){const _0x1ca02a=_0x524fa0['@external'],_0x43dd69=this['_getExternalAuthor'](_0x1ca02a['authorName']);_0x3176c5['authoredAt']=_0x1ca02a['createdAt'],_0x3176c5['author']=_0x43dd69,_0x3176c5['isExternal']=!0x0;}else _0x3176c5['authoredAt']=_0x5d86ee['createdAt'];switch(_0x5d86ee['data']&&(_0x3176c5['data']=_0x5d86ee['data']),_0x5d86ee['attributes']&&(_0x3176c5['attributes']=_0x5d86ee['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x3176c5['_saved']=!0x0),this['_suggestionState']['get'](_0x3176c5)){case'notReady':this['_suggestionState']['set'](_0x3176c5,'dataReady');break;case'markerReady':_0x3176c5['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x3176c5])),this['_refreshSuggestionsChain'](new Set([_0x3176c5])),this['_suggestionState']['set'](_0x3176c5,'ready'),this['fire']('suggestionLoaded',_0x3176c5)):this['_suggestionState']['set'](_0x3176c5,'removed');}return _0x3176c5;}['acceptSuggestion'](_0x4c7860){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x246a2e of _0x4c7860['getAllAdjacentSuggestions']())_0x246a2e['accept']();});});}['discardSuggestion'](_0x3a05f3){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x3a8564 of _0x3a05f3['getAllAdjacentSuggestions']())_0x3a8564['discard']();});});}['enableCommand'](_0x52d23f,_0xccb419){const _0x55c26b=this['editor']['commands']['get'](_0x52d23f);if(!_0x55c26b)throw new _0x559e97('track-changes-command-not-found',this,{'commandName':_0x52d23f});if(this['_enabledCommands']['has'](_0x55c26b))throw new _0x559e97('track-changes-enable-command-twice',this,{'commandName':_0x52d23f});this['_enabledCommands']['add'](_0x55c26b),_0xccb419&&_0x55c26b['on']('execute',(_0x350339,_0x228f1e)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x228f1e['length']>0x0&&_0x228f1e[_0x228f1e['length']-0x1]&&_0x228f1e[_0x228f1e['length']-0x1]['forceDefaultExecution']?_0x228f1e['pop']():(_0x350339['return']=_0xccb419((..._0x44b427)=>_0x55c26b['execute'](..._0x44b427,{'forceDefaultExecution':!0x0}),..._0x228f1e),_0x350339['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0xcf69c3){let _0x4244a1,_0x4ddbe0;const _0x3c9069=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x4244a1=_0xcf69c3();}catch(_0x72f9bc){_0x4ddbe0=_0x72f9bc;}return _0x3c9069||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x4ddbe0&&_0x559e97['rethrowUnexpectedError'](_0x4ddbe0,this),_0x4244a1;}['markInsertion'](_0x38c36f,_0x2d251a=null,_0x14aeed={}){if(_0x38c36f['isCollapsed'])return null;const _0xa86318=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x92bd01,meta:_0x5be6b2}of this['_findSuggestions'](_0x38c36f,'insertion'))if(_0x5be6b2['isOwn']){if(!_0x5be6b2['isNextTo']){if(_0x5be6b2['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Lt(_0x92bd01,_0x14aeed))continue;return _0x92bd01;}if(Lt(_0x92bd01,_0x14aeed))return _0x92bd01;this['_breakSuggestionMarker'](_0x92bd01,_0x38c36f['start'],_0x38c36f['end']);break;}if(_0x2d251a==_0x92bd01['subType']&&Lt(_0x92bd01,_0x14aeed)){const _0x2f1981=_0x92bd01['getFirstRange']();return _0x2f1981['start']['isEqual'](_0x38c36f['end'])?this['_setSuggestionRange'](_0x92bd01,this['_model']['createRange'](_0x38c36f['start'],_0x2f1981['end'])):this['_setSuggestionRange'](_0x92bd01,this['_model']['createRange'](_0x2f1981['start'],_0x38c36f['end'])),_0x92bd01;}}const _0xe6b1c5=_0x4253a4(),_0x49ec19=_0xa86318['id'],_0x8452b5=_0x2d251a?'insertion:'+_0x2d251a:'insertion',_0x4e4fde=this['_setSuggestionData']({'id':_0xe6b1c5,'type':_0x8452b5,'createdAt':new Date(),'authorId':_0x49ec19,'attributes':_0x14aeed});return this['_addSuggestionMarker'](_0x8452b5,_0xe6b1c5,_0x49ec19,_0x38c36f),_0x4e4fde;}['markMultiRangeInsertion'](_0x33f674,_0x104dfc='multi',_0x76c980={}){const _0x282be1=this['editor']['plugins']['get']('Users')['me'],_0x5cb29f=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x104dfc,'join');for(const _0x5bb9bf of this['getSuggestions']())if(_0x5bb9bf['author']['id']==_0x282be1['id']&&'insertion'==_0x5bb9bf['type']&&_0x5bb9bf['subType']==_0x104dfc&&Lt(_0x5bb9bf,_0x76c980)&&(_0x5cb29f(_0x5bb9bf['getRanges'](),_0x33f674)||_0x5cb29f(_0x33f674,_0x5bb9bf['getRanges']()))){for(const _0x35a313 of _0x33f674)_0x5bb9bf['addRange'](_0x35a313);return _0x5bb9bf;}for(const {suggestion:_0x366f38,meta:_0x2ed070}of this['_findSuggestions'](_0x33f674,'insertion')){if(!_0x2ed070['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x2ed070['containsRangeInObject'])continue;if(!Lt(_0x366f38,_0x76c980))continue;let _0xd9d39=!0x0;for(const _0x38a4de of _0x366f38['getRanges']())for(const _0x14d192 of _0x33f674)if(!_0x38a4de['containsRange'](_0x14d192)){_0xd9d39=!0x1;break;}if(_0xd9d39)return _0x366f38;}const _0x42d8a5=_0x4253a4(),_0x42efc8=_0x282be1['id'],_0x26e4c6='insertion:'+_0x104dfc,_0x4e52b1=this['_setSuggestionData']({'id':_0x42d8a5,'type':_0x26e4c6,'createdAt':new Date(),'authorId':_0x42efc8,'attributes':_0x76c980});for(const _0x429812 of _0x33f674)this['_addSuggestionMarker'](_0x26e4c6,_0x42d8a5,_0x42efc8,_0x429812,u['getMultiRangeId']());return _0x4e52b1;}['markInlineFormat'](_0x1503dc,_0x8027ab,_0x598f09=null,_0x33f751={}){if(_0x598f09=_0x598f09||Vt(_0x8027ab),_0x1503dc['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x1d9e4c=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x598f09,'accept');return this['forceDefaultExecution'](()=>_0x1d9e4c([_0x1503dc],_0x8027ab,_0x33f751)),null;}const _0x3b265a=this['editor']['plugins']['get']('Users')['me'],_0x39af21=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x58a959,meta:_0x45cb4a}of this['_findSuggestions'](_0x1503dc,'insertion'))_0x45cb4a['isOwn']&&!_0x45cb4a['isInsideObject']&&_0x39af21['push'](..._0x58a959['getRanges']());}const _0x32d9be=function(_0x53ff31,_0x101b01){const _0x41d50e=[];for(const _0x295165 of _0x101b01){const _0x2ff52b=_0x53ff31['getIntersection'](_0x295165);_0x2ff52b&&_0x41d50e['push'](_0x2ff52b);}return _0x41d50e;}(_0x1503dc,_0x39af21),_0x4aff5e=function(_0xa39393,_0x1ee162){const _0x4f7f1a=[_0xa39393];for(const _0x4a484a of _0x1ee162){let _0xcacc42=0x0;for(;_0xcacc42<_0x4f7f1a['length'];){const _0x4df35c=_0x4f7f1a[_0xcacc42]['getDifference'](_0x4a484a);_0x4f7f1a['splice'](_0xcacc42,0x1,..._0x4df35c),_0xcacc42+=_0x4df35c['length'];}}return _0x4f7f1a;}(_0x1503dc,_0x39af21);_0x32d9be['length']&&this['_model']['change'](()=>{for(const _0x24847f of _0x32d9be){const _0x3dba3d=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x598f09,'accept');this['forceDefaultExecution'](()=>_0x3dba3d([_0x24847f],_0x8027ab,_0x33f751));}});for(const _0xaf8bc0 of _0x4aff5e){let _0x47c936=null,_0x24c462=_0xaf8bc0['start'],_0x58d1a6=_0xaf8bc0['end'];for(const {suggestion:_0x18f1c9,meta:_0x67f98e}of this['_findSuggestions'](_0xaf8bc0,'formatInline')){if(!_0x67f98e['isOwn'])continue;if(_0x18f1c9['subType']!=_0x598f09)continue;if(!Lt(_0x18f1c9,_0x33f751))continue;const _0x456ed3=_0x18f1c9['getFirstRange']();if(_0x456ed3['containsRange'](_0xaf8bc0,!0x0))return null;_0x24c462=_0x24c462['isBefore'](_0x456ed3['start'])?_0x24c462:_0x456ed3['start'],_0x58d1a6=_0x58d1a6['isAfter'](_0x456ed3['end'])?_0x58d1a6:_0x456ed3['end'],_0x47c936?_0x456ed3['start']['isBefore'](_0x47c936['getFirstRange']()['start'])?(_0x47c936['removeMarkers'](),_0x47c936=_0x18f1c9):_0x18f1c9['removeMarkers']():_0x47c936=_0x18f1c9;}const _0x53bd8b=this['_model']['createRange'](_0x24c462,_0x58d1a6);if(_0x47c936)this['_setSuggestionRange'](_0x47c936,_0x53bd8b);else{const _0x18158c=_0x4253a4(),_0x3052cc=_0x3b265a['id'];this['_setSuggestionData']({'id':_0x18158c,'type':'formatInline:'+_0x598f09,'data':_0x8027ab,'createdAt':new Date(),'authorId':_0x3052cc,'attributes':_0x33f751}),this['_addSuggestionMarker']('formatInline:'+_0x598f09,_0x18158c,_0x3052cc,_0x53bd8b);}}return null;}['markBlockFormat'](_0x3b6b5e,_0x426267,_0x3522a6=[],_0x11e6be=null,_0x1eaaae={}){_0x426267['formatGroupId']||(_0x426267['formatGroupId']=_0x426267['commandName']),_0x426267['multipleBlocks']=_0x3b6b5e['is']('range'),_0x11e6be=_0x11e6be||Vt(_0x426267);const _0x56d5f5=_0x3522a6['map'](_0x149b6=>Gt(_0x149b6,this['_model'])),_0x18f988=_0x3b6b5e['is']('range')?_0x3b6b5e:Gt(_0x3b6b5e,this['_model']);if('never'===this['_trackFormatChanges']){const _0x41d0f5=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x11e6be,'accept');return this['forceDefaultExecution'](()=>_0x41d0f5([_0x18f988],_0x426267,_0x1eaaae)),null;}_0x56d5f5['push'](_0x18f988);let _0x472962=!0x0;for(const _0x2c6736 of _0x56d5f5)if(!this['_rangeIsInLocalUserInsertion'](_0x2c6736)){_0x472962=!0x1;break;}if(_0x472962&&'always'!==this['_trackFormatChanges']){const _0x5c6161=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x11e6be,'accept');return this['forceDefaultExecution'](()=>_0x5c6161([_0x18f988],_0x426267,_0x1eaaae)),null;}let _0x342f0e=null,_0x4d5cc6=_0x18f988['start'],_0x31c1b4=_0x18f988['end'];for(const {suggestion:_0x2e3007,meta:_0x1ab896}of this['_findSuggestions'](_0x18f988,'formatBlock')){if(!_0x1ab896['isOwn'])continue;if(_0x1ab896['isNextTo']||_0x1ab896['containsRangeInObject']||_0x1ab896['isInsideObject'])continue;if(_0x2e3007['data']['formatGroupId']!=_0x426267['formatGroupId'])continue;if(!Lt(_0x2e3007,_0x1eaaae))continue;const _0x11e799=_0x2e3007['getFirstRange']();if(_0x2e3007['subType']==_0x11e6be){if(_0x11e799['containsRange'](_0x18f988,!0x0))return null;_0x4d5cc6=_0x4d5cc6['isBefore'](_0x11e799['start'])?_0x4d5cc6:_0x11e799['start'],_0x31c1b4=_0x31c1b4['isAfter'](_0x11e799['end'])?_0x31c1b4:_0x11e799['end'],_0x342f0e?_0x11e799['start']['isBefore'](_0x342f0e['getFirstRange']()['start'])?(_0x342f0e['removeMarkers'](),_0x342f0e=_0x2e3007):_0x2e3007['removeMarkers']():_0x342f0e=_0x2e3007;}else{const _0x42f7b3=_0x18f988['getIntersection'](_0x11e799);this['_cutOutSuggestionMarker'](_0x2e3007,_0x42f7b3);}}const _0x1efedf=this['editor']['plugins']['get']('Users')['me'],_0x9b2bd=_0x4253a4(),_0x59a531=_0x1efedf['id'];if(_0x342f0e)return this['_setSuggestionRange'](_0x342f0e,this['_model']['createRange'](_0x4d5cc6,_0x31c1b4)),_0x342f0e;{const _0x21ffae=this['_setSuggestionData']({'id':_0x9b2bd,'type':'formatBlock:'+_0x11e6be,'data':_0x426267,'createdAt':new Date(),'authorId':_0x59a531,'attributes':_0x1eaaae});return this['_addSuggestionMarker']('formatBlock:'+_0x11e6be,_0x9b2bd,_0x59a531,this['_model']['createRange'](_0x4d5cc6,_0x31c1b4)),_0x21ffae;}}['markMultiRangeBlockFormat'](_0x4f34b2,_0x145f7e,_0x35688f=[],_0x485523=null,_0x1ffb7b={}){_0x145f7e['formatGroupId']||(_0x145f7e['formatGroupId']=_0x145f7e['commandName']);const _0x3b9fa0=_0x4f34b2[0x0];_0x145f7e['multipleBlocks']=_0x3b9fa0['is']('range'),_0x485523=_0x485523||Vt(_0x145f7e);const _0x14d77b=_0x35688f['map'](_0x169156=>Gt(_0x169156,this['_model'])),_0xd6e992=_0x3b9fa0['is']('range')?_0x4f34b2:_0x4f34b2['map'](_0x454fed=>Gt(_0x454fed,this['_model']));if('never'===this['_trackFormatChanges']){const _0x27d56c=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x485523,'accept');return this['forceDefaultExecution'](()=>_0x27d56c(_0xd6e992,_0x145f7e,_0x1ffb7b)),null;}_0x14d77b['push'](..._0xd6e992);let _0xdd287d=!0x0;for(const _0x1393ea of _0x14d77b)if(!this['_rangeIsInLocalUserInsertion'](_0x1393ea)){_0xdd287d=!0x1;break;}if(_0xdd287d&&'always'!==this['_trackFormatChanges']){const _0x5c31fe=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x485523,'accept');return this['forceDefaultExecution'](()=>_0x5c31fe(_0xd6e992,_0x145f7e,_0x1ffb7b)),null;}const _0x53c142=this['editor']['plugins']['get']('Users')['me'];for(const _0x20e1f2 of this['getSuggestions']()){if(_0x20e1f2['author']['id']!=_0x53c142['id'])continue;if('formatBlock'!=_0x20e1f2['type']||_0x20e1f2['data']['formatGroupId']!=_0x145f7e['formatGroupId'])continue;if(!Lt(_0x20e1f2,_0x1ffb7b))continue;const _0x4753fd=_0x20e1f2['subType']==_0x485523;for(let _0x1e1617=0x0;_0x1e1617<_0xd6e992['length'];_0x1e1617++){const _0x2d593a=_0xd6e992[_0x1e1617];for(const _0x1b081f of _0x20e1f2['getMarkers']()){const _0x2e7672=_0x1b081f['getRange']();if(_0x2d593a['isEqual'](_0x2e7672)){_0x4753fd?(_0xd6e992['splice'](_0x1e1617,0x1),_0x1e1617--):_0x20e1f2['removeMarker'](_0x1b081f['name']);break;}}}}if(0x0==_0xd6e992['length'])return null;const _0x5ebf8a=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x485523,'join');for(const _0x2cc3aa of this['getSuggestions']())if(_0x2cc3aa['author']['id']==_0x53c142['id']&&'formatBlock'==_0x2cc3aa['type']&&_0x2cc3aa['data']['formatGroupId']==_0x145f7e['formatGroupId']&&_0x2cc3aa['subType']==_0x485523&&Lt(_0x2cc3aa,_0x1ffb7b)&&(_0x5ebf8a(_0x2cc3aa['getRanges'](),_0xd6e992)||_0x5ebf8a(_0xd6e992,_0x2cc3aa['getRanges']()))){for(const _0x3e6622 of _0xd6e992)_0x2cc3aa['addRange'](_0x3e6622);return _0x2cc3aa;}const _0x44029a=_0x4253a4(),_0x294c76=_0x53c142['id'],_0x28924a='formatBlock:'+_0x485523,_0x1f4ad7=this['_setSuggestionData']({'id':_0x44029a,'type':_0x28924a,'data':_0x145f7e,'createdAt':new Date(),'authorId':_0x294c76,'attributes':_0x1ffb7b});for(const _0x594ad5 of _0xd6e992)this['_addSuggestionMarker'](_0x28924a,_0x44029a,_0x294c76,_0x594ad5,u['getMultiRangeId']());return _0x1f4ad7;}['markDeletion'](_0x14cf39,_0x89fd5=null,_0x98f299={}){if(_0x14cf39['isCollapsed'])return null;const _0x54a079=this['editor']['plugins']['get']('Users')['me'],_0x344bfe=new _0x2b023b(_0x14cf39['start'],_0x14cf39['end']);for(const {suggestion:_0x1c6a87,meta:_0x230793}of this['_findSuggestions'](_0x344bfe,'insertion'))if(_0x230793['isOwn']&&!_0x230793['isNextTo']){if(_0x1c6a87['isMultiRange']){const _0x531d4d=_0x1c6a87['getRanges']()['filter'](_0x323b1e=>'$graveyard'!=_0x323b1e['root']['rootName']);_0x531d4d['every'](_0xa70b02=>_0x344bfe['containsRange'](_0xa70b02,!0x0))&&_0x1c6a87['discard']();if(_0x531d4d['some'](_0x16d46d=>_0x16d46d['containsRange'](_0x344bfe,!0x0))){const _0x4d4f16=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x89fd5,'accept');return this['forceDefaultExecution'](()=>_0x4d4f16([_0x344bfe],null,_0x98f299)),null;}}else{const _0x16ae76=_0x344bfe['getIntersection'](_0x1c6a87['getFirstRange']());null!==_0x16ae76&&_0x1c6a87['_onDiscard']([_0x16ae76],null,_0x98f299);}}if(_0x344bfe['detach'](),_0x344bfe['isCollapsed']||'$graveyard'==_0x344bfe['root']['rootName'])return null;let _0x5d0799=null,_0x97649=_0x344bfe['start'],_0x303aba=_0x344bfe['end'];const _0x47c606=this['_findSuggestions'](_0x344bfe,'deletion');for(const {suggestion:_0x51b549,meta:_0x1a5349}of _0x47c606){const _0x248fb3=this['_model']['createRange'](_0x97649,_0x303aba);if(_0x1a5349['isOwn']&&(this['_mergeNestedSuggestions']||!_0x1a5349['containsRangeInObject']&&!_0x1a5349['isInsideObject'])){if(_0x51b549['isMultiRange']){if(!Lt(_0x51b549,_0x98f299))continue;let _0x4bb33c=!0x0;for(const _0x3f2a35 of _0x51b549['getRanges']()){if(_0x3f2a35['containsRange'](_0x248fb3,!0x0))return _0x51b549;_0x248fb3['containsRange'](_0x3f2a35)||(_0x4bb33c=!0x1);}_0x4bb33c&&_0x51b549['discard']();}else{const _0x2578b8=_0x51b549['getFirstRange']();if(_0x2578b8['containsRange'](_0x248fb3,!0x0))return _0x51b549;if(!Lt(_0x51b549,_0x98f299)){_0x248fb3['containsRange'](_0x2578b8)?_0x51b549['removeMarkers']():_0x2578b8['containsPosition'](_0x97649)?_0x97649=_0x2578b8['end']:_0x2578b8['containsPosition'](_0x303aba)&&(_0x303aba=_0x2578b8['start']);continue;}_0x97649=_0x97649['isBefore'](_0x2578b8['start'])?_0x97649:_0x2578b8['start'],_0x303aba=_0x303aba['isAfter'](_0x2578b8['end'])?_0x303aba:_0x2578b8['end'],_0x98f299=Object['assign']({},_0x51b549['attributes']),_0x5d0799?_0x2578b8['start']['isBefore'](_0x5d0799['getFirstRange']()['start'])?(_0x5d0799['removeMarkers'](),_0x5d0799=_0x51b549):_0x51b549['removeMarkers']():_0x5d0799=_0x51b549;}}}if(_0x5d0799)return this['_setSuggestionRange'](_0x5d0799,this['_model']['createRange'](_0x97649,_0x303aba)),_0x5d0799;{const _0x10f275=_0x4253a4(),_0x30bb0d=this['_model']['createRange'](_0x97649,_0x303aba),_0x555615=_0x54a079['id'],_0x546da8=_0x89fd5?'deletion:'+_0x89fd5:'deletion',_0x5c0650=this['_setSuggestionData']({'id':_0x10f275,'type':_0x546da8,'createdAt':new Date(),'authorId':_0x555615,'attributes':_0x98f299});return this['_addSuggestionMarker'](_0x546da8,_0x10f275,_0x555615,_0x30bb0d),_0x5c0650;}}['markMultiRangeDeletion'](_0x40b694,_0x22aa31='multi',_0x4881e0={}){const _0x5e1916=this['editor']['plugins']['get']('Users')['me'],_0x448802=_0x40b694['map'](_0x5c0b1e=>new _0x2b023b(_0x5c0b1e['start'],_0x5c0b1e['end'])),_0x32305c=new Set();for(const {suggestion:_0xc9bd09,meta:_0x1dcfbb}of this['_findSuggestions'](_0x448802,'insertion'))_0x1dcfbb['isOwn']&&!_0x1dcfbb['isNextTo']&&_0x32305c['add'](_0xc9bd09);for(const _0xcbd1a7 of _0x32305c)if(_0xcbd1a7['isMultiRange']){const _0x43a6e5=_0xcbd1a7['getRanges']();(!_0xcbd1a7['attributes']||!_0xcbd1a7['attributes']['skipNestingCheck'])&&(_0x43a6e5['every'](_0x5f0b24=>_0x448802['some'](_0x57f36e=>_0x57f36e['containsRange'](_0x5f0b24,!0x0)))&&_0xcbd1a7['discard']());if(_0x448802['every'](_0x1e0012=>_0x43a6e5['some'](_0x52d94d=>_0x52d94d['containsRange'](_0x1e0012,!0x0)))){const _0x3f55ea=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x22aa31,'accept');return this['forceDefaultExecution'](()=>_0x3f55ea(_0x40b694,null,_0x4881e0)),null;}}else{const _0x27de76=_0xcbd1a7['getFirstRange']();_0x448802['some'](_0x9e342b=>_0x9e342b['containsRange'](_0x27de76,!0x0))&&_0xcbd1a7['discard']();if(_0x448802['every'](_0x3a460a=>_0x27de76['containsRange'](_0x3a460a,!0x0))){const _0x5191ff=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x22aa31,'accept');return this['forceDefaultExecution'](()=>_0x5191ff(_0x448802,null,_0x4881e0)),null;}}const _0x147a0b=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x22aa31,'join');let _0x5af2ac=null;for(const _0x5e3766 of this['getSuggestions']())if(_0x5e3766['author']['id']==_0x5e1916['id']&&_0x5e3766['isInContent']&&'deletion'==_0x5e3766['type']&&_0x5e3766['subType']==_0x22aa31&&Lt(_0x5e3766,_0x4881e0)&&(_0x147a0b(_0x5e3766['getRanges'](),_0x448802)||_0x147a0b(_0x448802,_0x5e3766['getRanges']()))){if(_0x5af2ac){if(_0x5e3766['commentThread']&&_0x5e3766['commentThread']['length'])continue;for(const _0x5de753 of _0x5e3766['getRanges']())_0x5af2ac['isIntersectingWithRange'](_0x5de753)||_0x5af2ac['addRange'](_0x5de753);_0x5e3766['removeMarkers']();}else{_0x5af2ac=_0x5e3766;for(const _0x3f318d of _0x448802)_0x5e3766['isIntersectingWithRange'](_0x3f318d)||_0x5e3766['addRange'](_0x3f318d);}}if(_0x5af2ac)return _0x5af2ac;_0x32305c['clear']();for(const {suggestion:_0x5ace2c,meta:_0x24a58c}of this['_findSuggestions'](_0x448802,'deletion'))_0x24a58c['isOwn']&&(this['_mergeNestedSuggestions']||!_0x24a58c['containsRangeInObject']&&!_0x24a58c['isInsideObject'])&&Lt(_0x5ace2c,_0x4881e0)&&_0x32305c['add'](_0x5ace2c);for(const _0x4e481d of _0x32305c){const _0x205020=_0x4e481d['getRanges']();if(!_0x4881e0||!_0x4881e0['skipNestingCheck']){if(_0x448802['every'](_0x52c5c8=>_0x205020['some'](_0x4ee151=>_0x4ee151['containsRange'](_0x52c5c8,!0x0))))return _0x4e481d;}(!_0x4e481d['attributes']||!_0x4e481d['attributes']['skipNestingCheck'])&&(_0x205020['every'](_0x4056d4=>_0x448802['some'](_0x58eeb9=>_0x58eeb9['containsRange'](_0x4056d4,!0x0)))&&_0x4e481d['discard']());}const _0x523f61=_0x4253a4(),_0x77bb60=_0x5e1916['id'],_0x2fa1e9='deletion:'+_0x22aa31,_0x376e9c=this['_setSuggestionData']({'id':_0x523f61,'type':_0x2fa1e9,'createdAt':new Date(),'authorId':_0x77bb60,'attributes':_0x4881e0});for(const _0x28a20a of _0x448802)_0x28a20a['detach'](),_0x28a20a['isCollapsed']||'$graveyard'==_0x28a20a['root']['rootName']||this['_addSuggestionMarker'](_0x2fa1e9,_0x523f61,_0x77bb60,_0x28a20a,u['getMultiRangeId']());return _0x376e9c;}['markAttributeChange'](_0x23f8c6,_0x4af981,_0x2e31eb,_0x196bb9,_0x59918e){if(_0x23f8c6['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x1a2b18=this['editor']['plugins']['get']('Users')['me']['id'],_0x44974c=Array['from'](this['_suggestions']['values']())['filter'](_0x1fa129=>'attribute'==_0x1fa129['type']&&_0x1fa129['data']['key']==_0x4af981&&_0x1fa129['isIntersectingWithRange'](_0x23f8c6));if('default'===this['_trackFormatChanges']){const _0x536d26=this['_findSuggestions'](_0x23f8c6,'insertion')['filter'](({meta:_0x221cc3})=>_0x221cc3['isOwn']&&!_0x221cc3['isInsideObject']&&!_0x221cc3['isNextTo'])['map'](({suggestion:_0x3b2df0})=>_0x3b2df0);_0x44974c['unshift'](..._0x536d26);}const _0x4158e1=new Map([[_0x23f8c6,_0x2e31eb]]);for(const _0x59521c of _0x44974c){const _0x1f1438='attribute'==_0x59521c['type']?_0x59521c['data']['oldValue']:void 0x0,_0xe15ee8=_0x59521c['getFirstRange'](),_0xa883eb=Array['from'](_0x4158e1['keys']())['find'](_0xc1245a=>_0xc1245a['isIntersecting'](_0xe15ee8));if(!_0xa883eb)continue;const _0x579f7e=_0xa883eb['getDifference'](_0xe15ee8);this['_isBlockAttribute'](_0x4af981)&&'insertion'==_0x59521c['type']&&0x0!=_0x579f7e['length']||(_0x4158e1['delete'](_0xa883eb),_0x579f7e['forEach'](_0xee934=>{_0x4158e1['set'](_0xee934,_0x2e31eb);}),'insertion'!=_0x59521c['type']&&_0x1f1438!=_0x196bb9&&_0x4158e1['set'](_0xa883eb['getIntersection'](_0xe15ee8),_0x1f1438));}const _0x24aefb=[];for(const [_0x449004,_0x4dbdae]of _0x4158e1){const _0x55d008=_0x4253a4(),_0x41de95={'key':_0x4af981,'oldValue':_0x4dbdae,'newValue':_0x196bb9};_0x4af981['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':_0x4af981});const _0x6d025e=('attribute:'+(_0x4af981+'|'+Vt({'newValue':_0x196bb9})))['substring'](0x0,0x3c),_0x35863f=this['_setSuggestionData']({'id':_0x55d008,'type':_0x6d025e,'data':_0x41de95,'createdAt':new Date(),'authorId':_0x1a2b18,'attributes':_0x59918e});_0x24aefb['push'](_0x35863f),this['_addSuggestionMarker'](_0x6d025e,_0x55d008,_0x1a2b18,_0x449004);}return _0x24aefb;}['enableDefaultAttributesIntegration'](_0x4436aa){this['enableCommand'](_0x4436aa,(_0x11de88,..._0x36525c)=>{this['_recordAttributeChanges'](()=>{_0x11de88(..._0x36525c);});});}['registerBlockAttribute'](_0x570210){this['_blockAttributeKeys']['add'](_0x570210);}['registerInlineAttribute'](_0x26a1dd){this['_inlineAttributeKeys']['add'](_0x26a1dd);}['_getAttributeKey'](_0x390139){return'attribute'==_0x390139['type']?_0x390139['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x4d9dc1,_0x523ed4){const _0xa6612b=_0x4d9dc1['getFirstMarker']();this['_model']['change'](_0x4a8cf8=>{_0x4a8cf8['updateMarker'](_0xa6612b,{'range':_0x523ed4});});}['_addThreadToSuggestion'](_0x339178){const _0x5e5c01=_0x339178['id'],_0xb5b564=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x5e5c01)||this['_commentsRepository']['addCommentThread']({'channelId':_0xb5b564,'threadId':_0x5e5c01,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x134215=this['_commentsRepository']['getCommentThread'](_0x5e5c01);_0x134215['unbind']('isRemovable'),_0x134215['isRemovable']=!0x1,_0x339178['commentThread']=_0x134215;}['_checkSuggestionCorrectness'](_0x2df933,_0x472dec,_0x5d4ac2,_0x18c6cb){if(_0x2df933['type']!=_0x472dec||_0x2df933['subType']!=_0x5d4ac2||_0x2df933['creator']['id']!=_0x18c6cb)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x559e97('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x17d9f0,_0x54f1a8){const _0x35c905=_0x17d9f0['getFirstRange']();if(_0x54f1a8['isEqual'](_0x35c905))_0x17d9f0['removeMarkers']();else{if(_0x35c905['containsRange'](_0x54f1a8)){const _0x1a96c3=this['_model']['createPositionAt'](_0x54f1a8['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x17d9f0,this['_model']['createRange'](_0x35c905['start'],_0x1a96c3));const _0x535e1d=_0x4253a4(),_0x11e290=_0x17d9f0['creator']['id'],_0x83f0d=_0x17d9f0['type']+':'+_0x17d9f0['subType'];this['_setSuggestionData']({'id':_0x535e1d,'type':_0x83f0d,'createdAt':new Date(),'authorId':_0x11e290,'data':_0x17d9f0['data'],'attributes':_0x17d9f0['attributes']});const _0x1a7173=this['_model']['createPositionAt'](_0x54f1a8['end']['parent'],'after'),_0xa8c78d=this['_model']['createRange'](_0x1a7173,_0x35c905['end']);this['_addSuggestionMarker'](_0x83f0d,_0x535e1d,_0x11e290,_0xa8c78d);}else{if(_0x35c905['containsPosition'](_0x54f1a8['start'])){const _0x246555=this['_model']['createPositionAt'](_0x54f1a8['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x17d9f0,this['_model']['createRange'](_0x35c905['start'],_0x246555));}else{const _0x4a73e2=this['_model']['createPositionAt'](_0x54f1a8['end']['parent'],'after');this['_setSuggestionRange'](_0x17d9f0,this['_model']['createRange'](_0x4a73e2,_0x35c905['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x10605d){for(const {suggestion:_0x78ded1,meta:_0x143610}of this['_findSuggestions'](_0x10605d,'insertion')){if(!_0x143610['isOwn'])continue;const _0x186e3b=_0x78ded1['getRanges']();for(const _0x40e0dc of _0x186e3b)if(!_0x10605d['getDifference'](_0x40e0dc)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x529a2d){const _0x2c7ef0=this['editor']['plugins']['get']('Users')['getUser'](_0x529a2d);if(!_0x2c7ef0)throw new _0x559e97('track-changes-user-not-found',this);return _0x2c7ef0;}['_getExternalAuthor'](_0x59e558){const _0x39b99f=this['editor']['plugins']['get']('Users'),_0x40fa18=_0xb8b99e('external:'+_0x59e558),_0x505beb=_0x39b99f['getUser'](_0x40fa18);return _0x505beb||_0x39b99f['addUser']({'id':_0x40fa18,'name':_0x59e558});}['_createSuggestion'](_0x4d65ea,_0x986ad0,_0x568a84,_0x5d774b,_0x307a56){const _0x7ec085=this['_getAuthorFromId'](_0x5d774b),_0x252d16=this['_suggestionFactory']['buildSuggestion'](_0x4d65ea,_0x986ad0,_0x568a84,_0x7ec085,_0x307a56,_0x22d6ec=>{this['_updateSuggestionData'](_0x568a84,{'attributes':_0x22d6ec});const _0xbcf3a2=this['getSuggestion'](_0x568a84);this['_joinWithAdjacentSuggestions'](new Set([_0xbcf3a2])),this['_refreshSuggestionsChain'](new Set([_0xbcf3a2]));});return this['listenTo'](_0x252d16,'accept',()=>{this['_updateSuggestionData'](_0x568a84,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x252d16,'discard',()=>{this['_updateSuggestionData'](_0x568a84,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x568a84,_0x252d16),this['_suggestionState']['set'](_0x252d16,'notReady'),_0x252d16;}['_splitMarkerName'](_0x43eb74){const _0x3eba2d=_0x43eb74['split'](':');return{'group':_0x3eba2d[0x0],'type':_0x3eba2d[0x1],'subType':_0x3eba2d['length']>=0x5?_0x3eba2d[0x2]:null,'id':_0x3eba2d['length']<0x5?_0x3eba2d[0x2]:_0x3eba2d[0x3],'authorId':_0x3eba2d['length']<0x5?_0x3eba2d[0x3]:_0x3eba2d[0x4],'markerCount':0x6==_0x3eba2d['length']?_0x3eba2d[0x5]:null};}['_breakSuggestionMarker'](_0x4c43ba,_0x3cbced,_0x4c5560){const _0x3124e3=_0x4c43ba['getFirstRange'](),_0x481b3a=_0x3124e3['start'],_0x3bd091=_0x3124e3['end'];this['_setSuggestionRange'](_0x4c43ba,this['_model']['createRange'](_0x481b3a,_0x3cbced));const _0x2141ed=_0x4253a4(),_0x35c186=_0x4c43ba['creator']['id'],_0x420a74=_0x4c43ba['type']+(_0x4c43ba['subType']?':'+_0x4c43ba['subType']:'');this['_setSuggestionData']({'id':_0x2141ed,'type':_0x420a74,'createdAt':new Date(),'authorId':_0x35c186,'originalSuggestionId':_0x4c43ba['id'],'attributes':_0x4c43ba['attributes'],'data':_0x4c43ba['data']});const _0x48b476=this['_getAttributeKey'](_0x4c43ba);('formatBlock'==_0x4c43ba['type']||_0x48b476&&this['_isBlockAttribute'](_0x48b476))&&(_0x4c5560=this['_model']['createPositionBefore'](_0x4c5560['parent'])),this['_addSuggestionMarker'](_0x420a74,_0x2141ed,_0x35c186,this['_model']['createRange'](_0x4c5560,_0x3bd091));}['_findSuggestions'](_0xf8f64f,_0x43b16c=null){const _0x274bc4=[],_0x494628=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0xf8f64f)||(_0xf8f64f=[_0xf8f64f]);for(const _0x5b6589 of this['getSuggestions']()){if(!_0x5b6589['isInContent'])continue;if(_0x43b16c&&_0x5b6589['type']!=_0x43b16c)continue;let _0x5dd8d3=!0x1;for(const _0x47b712 of _0x5b6589['getRanges']()){for(const _0x465e17 of _0xf8f64f){const _0x13592a=_0x465e17['start']['isEqual'](_0x47b712['end'])||_0x465e17['end']['isEqual'](_0x47b712['start']);if(_0x13592a||_0x465e17['getIntersection'](_0x47b712)){const _0x130e1e=_0x465e17['containsRange'](_0x47b712)&&Rt(this['_model']['schema'],_0x47b712['start'],_0x465e17),_0x268d0d=_0x47b712['containsRange'](_0x465e17)&&Rt(this['_model']['schema'],_0x465e17['start'],_0x47b712);_0x274bc4['push']({'suggestion':_0x5b6589,'meta':{'isOwn':_0x494628==_0x5b6589['author'],'isNextTo':_0x13592a,'isInsideObject':_0x130e1e,'containsRangeInObject':_0x268d0d}}),_0x5dd8d3=!0x0;break;}}if(_0x5dd8d3)break;}}return _0x274bc4;}['_addSuggestionMarker'](_0x4c4330,_0x13134a,_0x49ca56,_0x20f980,_0x337299){this['_model']['change'](_0x16ec6f=>{let _0x1f71a8='suggestion:'+_0x4c4330+':'+_0x13134a+':'+_0x49ca56;_0x337299&&(_0x1f71a8=_0x1f71a8+':'+_0x337299),_0x16ec6f['addMarker'](_0x1f71a8,{'range':_0x20f980,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x175bb3){const _0xccd2d5=_0x175bb3['previous'],_0x5c4a25=_0x175bb3['next'];_0x175bb3['previous']=null,_0x175bb3['next']=null,null!=_0xccd2d5&&_0xccd2d5['next']==_0x175bb3&&(_0xccd2d5['next']=_0x5c4a25),null!=_0x5c4a25&&_0x5c4a25['previous']==_0x175bb3&&(_0x5c4a25['previous']=_0xccd2d5),'ready'==this['_suggestionState']['get'](_0x175bb3)&&(this['_suggestionState']['set'](_0x175bb3,'removed'),this['fire']('suggestionUnloaded',_0x175bb3,_0xccd2d5,_0x5c4a25));}['_setSuggestionData'](_0x47ac99){const _0x415384=_0x47ac99['id'],_0x25315a=this['addSuggestionData'](_0x47ac99);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x1b954a=this['editor']['plugins']['get']('PendingActions'),_0x2a8f7d=_0x25315a['hasComments'],_0x4610bd=_0x25315a['subType']?_0x25315a['type']+':'+_0x25315a['subType']:_0x25315a['type'],_0x360e9f=this['editor']['locale'],_0x194543=_0x1b954a['add'](o(_0x360e9f,'PENDING_ACTION_SUGGESTION')),_0x1a8f89={'id':_0x415384,'type':_0x4610bd,'hasComments':_0x2a8f7d,'data':_0x47ac99['data']||null,'originalSuggestionId':_0x47ac99['originalSuggestionId']||null,'attributes':_0x25315a['attributes']};this['_adapter']['addSuggestion'](_0x1a8f89)['then'](_0x1a0fbc=>{_0x25315a['_saved']=!0x0,_0x1b954a['remove'](_0x194543),_0x1a0fbc&&_0x1a0fbc['createdAt']&&(this['_suggestions']['get'](_0x415384)['createdAt']=_0x1a0fbc['createdAt']);})['catch'](_0x3aa324=>{throw _0x16a41d('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x25315a['discard']();}),_0x25315a['stopListening'](),this['_suggestions']['delete'](_0x25315a['id']),this['_suggestionState']['delete'](_0x25315a),_0x3aa324;});}return _0x25315a;}['_isBlockAttribute'](_0x4a7587){return this['_blockAttributeKeys']['has'](_0x4a7587);}['_updateSuggestionData'](_0x731c97,_0x180188){const _0x2452d1=this['editor']['plugins']['get']('PendingActions'),_0x59d7da=this['getSuggestion'](_0x731c97);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x59d7da['_saved']){const _0x4b4f33=_0x2452d1['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x731c97,_0x180188)['then'](()=>{_0x2452d1['remove'](_0x4b4f33);});}else _0x59d7da['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x731c97,_0x180188);});}}['_getSuggestionData'](_0x5f5247){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x559e97('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x5f5247);}['_handleNewSuggestionMarker'](_0xe53e69){const {id:_0x1cc044,type:_0x5367d1,subType:_0x1ad964,authorId:_0x1b8ec7}=this['_splitMarkerName'](_0xe53e69),_0x23ea0c=this['_suggestions']['get'](_0x1cc044)||this['_createSuggestion'](_0x5367d1,_0x1ad964,_0x1cc044,_0x1b8ec7,{});switch(this['_checkSuggestionCorrectness'](_0x23ea0c,_0x5367d1,_0x1ad964,_0x1b8ec7),this['_suggestionState']['get'](_0x23ea0c)){case'notReady':this['_getSuggestionData'](_0x1cc044)['then'](_0x242fa0=>{let _0x30b017=Promise['resolve']();_0x242fa0['hasComments']&&(_0x30b017=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x1cc044})),_0x30b017['then'](()=>{this['addSuggestionData'](_0x242fa0)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x23ea0c,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x1cc044,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x23ea0c,'ready'),this['fire']('suggestionLoaded',_0x23ea0c);break;case'ready':this['fire']('suggestionChanged',_0x23ea0c);}return _0x23ea0c['addMarkerName'](_0xe53e69),_0x23ea0c;}['_refreshSuggestionsChain'](_0x1f8c47){const _0x3c8083=Array['from'](_0x1f8c47),_0x15fab4=_0x3c8083['filter'](_0x481db6=>'attribute'==_0x481db6['type']);this['_refreshAttributeSuggestionsChain'](_0x15fab4);const _0x2ba2c4=_0x3c8083['filter'](_0x267426=>!_0x267426['isMultiRange']&&'attribute'!=_0x267426['type']),_0x6bad7c=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x293fc3=>!_0x293fc3['isMultiRange']&&'attribute'!=_0x293fc3['type']),_0x3528ee=_0x6bad7c['filter'](_0x48a474=>!_0x1f8c47['has'](_0x48a474)),_0x4e6bbd=new Map(_0x6bad7c['map'](_0x3d8d01=>[_0x3d8d01,this['_suggestionFactory']['getSuggestionCallback'](_0x3d8d01['type'],_0x3d8d01['subType'],'chain')])),_0x3e148b=new Map(_0x6bad7c['map'](_0x3b30f0=>[_0x3b30f0,_0x3b30f0['getFirstRange']()])),_0x449a4b=new Set(),_0x2d6b97=new Set();for(let _0x3ad214=0x0;_0x3ad214<_0x2ba2c4['length'];_0x3ad214++)_0x533a25(_0x2ba2c4[_0x3ad214],_0x2ba2c4,_0x3ad214+0x1);for(let _0x4c6ed7=0x0;_0x4c6ed7<_0x2ba2c4['length'];_0x4c6ed7++)_0x533a25(_0x2ba2c4[_0x4c6ed7],_0x3528ee,0x0);const _0x5320ef=new Set();for(let _0x545998=0x0;_0x545998<_0x2ba2c4['length'];_0x545998++){const _0x180e9b=_0x2ba2c4[_0x545998];!_0x2d6b97['has'](_0x180e9b)&&_0x180e9b['previous']&&(_0x5320ef['add'](_0x180e9b['previous']),_0x180e9b['previous']['next']===_0x180e9b&&(_0x180e9b['previous']['next']=null),_0x180e9b['previous']=null),!_0x449a4b['has'](_0x180e9b)&&_0x180e9b['next']&&(_0x5320ef['add'](_0x180e9b['next']),_0x180e9b['next']['previous']===_0x180e9b&&(_0x180e9b['next']['previous']=null),_0x180e9b['next']=null);}function _0x533a25(_0x3e5702,_0x1302ea,_0x29a3ea){for(let _0x4824ac=_0x29a3ea;_0x4824ac<_0x1302ea['length'];_0x4824ac++){const _0x3487d0=_0x519497(_0x3e5702,_0x1302ea[_0x4824ac]);_0x3487d0&&(_0x3487d0[0x0]['next']=_0x3487d0[0x1],_0x3487d0[0x1]['previous']=_0x3487d0[0x0],_0x449a4b['add'](_0x3487d0[0x0]),_0x2d6b97['add'](_0x3487d0[0x1]));}}function _0x519497(_0x404e1e,_0x5a5342){if(_0x404e1e['author']['id']!==_0x5a5342['author']['id'])return null;const _0x203248=_0x4e6bbd['get'](_0x404e1e)(_0x404e1e,_0x5a5342,_0x3e148b['get'](_0x404e1e),_0x3e148b['get'](_0x5a5342));if(!_0x203248)return null;return _0x4e6bbd['get'](_0x5a5342)(_0x404e1e,_0x5a5342,_0x3e148b['get'](_0x404e1e),_0x3e148b['get'](_0x5a5342))?_0x203248[0x1]['commentThread']&&_0x203248[0x1]['commentThread']['length']?null:_0x203248:null;}_0x5320ef['size']&&this['_refreshSuggestionsChain'](_0x5320ef);}['_refreshAttributeSuggestionsChain'](_0x56aa7e){if(0x0==_0x56aa7e['length'])return;const _0x113919=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x180bbb=>'attribute'==_0x180bbb['type']&&_0x180bbb['_isDataLoaded']),_0x5c9fd8=[],_0x2b104a=new Map();for(const _0x42c1fa of _0x113919){const _0x30f007=_0xb8b99e(_0x42c1fa['attributes']);_0x2b104a['has'](_0x30f007)||(_0x2b104a['set'](_0x30f007,_0x5c9fd8['length']),_0x5c9fd8['push']([]));const _0x205a17=_0x2b104a['get'](_0x30f007);_0x5c9fd8[_0x205a17]['push'](_0x42c1fa);}!(function(){_0x5c9fd8['sort']((_0x5f5478,_0x75c70d)=>{const _0x10e172=_0x5f5478[0x0]['createdAt'],_0x312e88=_0x75c70d[0x0]['createdAt'];return _0x10e172==_0x312e88?_0x5f5478[0x0]['attributes']['groupId']<_0x75c70d[0x0]['attributes']['groupId']?-0x1:0x1:_0x10e172<_0x312e88?-0x1:0x1;});for(const _0xe3c51f of _0x5c9fd8)_0xe3c51f['sort']((_0x2d44f1,_0x27b5f2)=>_0x2d44f1['id']<_0x27b5f2['id']?-0x1:0x1);}());for(let _0x1ba1ca=0x0;_0x1ba1ca<_0x5c9fd8['length'];_0x1ba1ca++){if(0x0==_0x5c9fd8[_0x1ba1ca]['length'])continue;const _0x54318f=[];for(let _0x15ca53=_0x1ba1ca+0x1;_0x15ca53<_0x5c9fd8['length'];_0x15ca53++)0x0!=_0x5c9fd8[_0x15ca53]['length']&&_0x16cd12(_0x5c9fd8[_0x1ba1ca],_0x5c9fd8[_0x15ca53])&&_0x54318f['push'](_0x15ca53);for(const _0x623a4a of _0x54318f)_0x5c9fd8[_0x1ba1ca]=_0x5c9fd8[_0x1ba1ca]['concat'](_0x5c9fd8[_0x623a4a]),_0x5c9fd8[_0x623a4a]=[];}for(const _0x55662f of _0x5c9fd8)for(let _0x25f4f0=0x0;_0x25f4f0<_0x55662f['length'];_0x25f4f0++)_0x55662f[_0x25f4f0]['next']=_0x55662f[_0x25f4f0+0x1]||null;for(const _0x234c9c of _0x5c9fd8)for(let _0x530312=0x0;_0x530312<_0x234c9c['length'];_0x530312++)_0x234c9c[_0x530312]['previous']=_0x234c9c[_0x530312-0x1]||null;function _0x16cd12(_0x5c0e6b,_0x1c44b0){if(_0x5c0e6b[0x0]['attributes']['groupId']!==_0x1c44b0[0x0]['attributes']['groupId']&&_0x5c0e6b[0x0]['author']!==_0x1c44b0[0x0]['author'])return!0x1;if(!function(_0x5de8ae,_0x5b776b){if(!_0x5de8ae['hasComments']&&!_0x5b776b['hasComments'])return!0x0;if(_0x5de8ae['hasComments']&&_0x5b776b['hasComments'])return!0x1;if(_0x5de8ae['hasComments']&&_0x5b776b['createdAt']<_0x5de8ae['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x5b776b['hasComments']&&_0x5de8ae['createdAt']<_0x5b776b['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x5c0e6b[0x0],_0x1c44b0[0x0]))return!0x1;const _0x49f0d1=Bt(_0x5c0e6b[0x0]['attributes'],'groupId'),_0x3b1626=Bt(_0x1c44b0[0x0]['attributes'],'groupId');if(!_0x2849d6(_0x49f0d1,_0x3b1626))return!0x1;return!!_0x5c0e6b['every'](_0x2ed498=>_0x1c44b0['some'](_0x5d4801=>_0x2ed498['getFirstRange']()['isEqual'](_0x5d4801['getFirstRange']())))&&_0x1c44b0['every'](_0x5bfd7c=>_0x5c0e6b['some'](_0x12325c=>_0x5bfd7c['getFirstRange']()['isEqual'](_0x12325c['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x270fd1){const _0x56c015=Array['from'](_0x270fd1),_0x198484=this['getSuggestions']({'skipNotAttached':!0x0}),_0x50dbb6=_0x198484['filter'](_0x2951f9=>!_0x270fd1['has'](_0x2951f9)),_0x5cfe21=new Map(_0x56c015['map'](_0x5ec130=>[_0x5ec130,this['_suggestionFactory']['getSuggestionCallback'](_0x5ec130['type'],_0x5ec130['subType'],'join')])),_0x522b5a=new Map(_0x198484['map'](_0x119bab=>[_0x119bab,_0x119bab['getRanges']()]));for(let _0x543500=0x0;_0x543500<_0x56c015['length'];_0x543500++){if(_0x3fe0a6(this,_0x56c015[_0x543500],_0x56c015,_0x543500+0x1))return!0x0;}for(let _0x1f93e3=0x0;_0x1f93e3<_0x56c015['length'];_0x1f93e3++){if(_0x3fe0a6(this,_0x56c015[_0x1f93e3],_0x50dbb6,0x0))return!0x0;}return!0x1;function _0x3fe0a6(_0x2d82f8,_0x2d3317,_0x4877e4,_0x482b4f){for(let _0x4364f6=_0x482b4f;_0x4364f6<_0x4877e4['length'];_0x4364f6++){const _0x2fff6c=_0x4877e4[_0x4364f6];if(_0x2fff6c['type']!==_0x2d3317['type']||_0x2fff6c['author']['id']!==_0x2d3317['author']['id']||_0x2fff6c['subType']!==_0x2d3317['subType'])continue;if(!Pt(_0x2d3317,_0x2fff6c,['groupId']))continue;if('attribute'==_0x2d3317['type']&&_0x2d3317['data']['oldValue']!=_0x2fff6c['data']['oldValue'])continue;if('attribute'==_0x2d3317['type']&&_0x2d82f8['_isBlockAttribute'](_0x2d3317['data']['key']))continue;if('formatBlock'==_0x2d3317['type']){const _0x311b1a=_0x2d82f8['editor']['model'],_0x325078=_0x2d3317['getContainedElement']();if(_0x325078&&(_0x311b1a['schema']['isObject'](_0x325078)||_0x311b1a['schema']['isLimit'](_0x325078)))continue;}const _0x48cb63=_0x5cfe21['get'](_0x2d3317),_0x1f92ac=_0x522b5a['get'](_0x2d3317),_0x36e7dd=_0x522b5a['get'](_0x2fff6c),_0x5ab8b0=_0x2d3317['commentThread']&&_0x2d3317['commentThread']['length'],_0x2fbb6b=_0x2fff6c['commentThread']&&_0x2fff6c['commentThread']['length'];if(!_0x5ab8b0&&_0x48cb63(_0x36e7dd,_0x1f92ac))return _0x2d82f8['_joinSuggestions'](_0x2fff6c,_0x2d3317),_0x522b5a['delete'](_0x2d3317),!0x0;if(!_0x2fbb6b&&_0x48cb63(_0x1f92ac,_0x36e7dd))return _0x2d82f8['_joinSuggestions'](_0x2d3317,_0x2fff6c),_0x522b5a['delete'](_0x2fff6c),!0x0;}return!0x1;}}['_joinSuggestions'](_0x3b426d,_0x25063e){if(_0x3b426d['isMultiRange']){for(const _0x14bd44 of _0x25063e['getRanges']())_0x3b426d['addRange'](_0x14bd44);}else{const _0x34f3b6=_0x25063e['getFirstRange']()['end'];this['_setSuggestionRange'](_0x3b426d,this['_model']['createRange'](_0x3b426d['getFirstRange']()['start'],_0x34f3b6));}_0x25063e['removeMarkers']();}['_getMarkerAnnouncementText'](_0x2dbbe9,_0x2257c0){const _0x2be31=_0x2dbbe9['startsWith']('format')||_0x2dbbe9['startsWith']('attribute')?'FORMATTING':_0x2dbbe9['toUpperCase']();return o(this['editor']['locale'],_0x2257c0+'_'+_0x2be31+'_SUGGESTION_ANNOUNCEMENT');}['_initAriaMarkerChangeAnnouncements'](){const _0xd56e82=this['editor'];if(!_0xd56e82['ui'])return;const {ariaLiveAnnouncer:_0x504134}=_0xd56e82['ui'];_0x3e0a5e(this['_model'],({left:_0x24fdc5,entered:_0x3c85c2})=>{for(const _0x227147 of _0x24fdc5){const {group:_0x5b887f,type:_0x195f5e}=this['_splitMarkerName'](_0x227147['name']);if('suggestion'===_0x5b887f){_0x504134['announce'](this['_getMarkerAnnouncementText'](_0x195f5e,'LEAVE'));break;}}for(const _0x2cb3fb of _0x3c85c2){const {group:_0x27b148,type:_0x18af40}=this['_splitMarkerName'](_0x2cb3fb['name']);if('suggestion'===_0x27b148){_0x504134['announce'](this['_getMarkerAnnouncementText'](_0x18af40,'ENTER'));break;}}});}['_processAttributeChanges'](_0x16c577){if(this['_recordAttributeSuggestions'])return!0x1;const _0x501336=this['editor'],_0x57efcb=_0x501336['model']['document']['differ']['getChanges']();if(0x0==_0x57efcb['length'])return!0x1;const _0x2fd349=[],_0x134391=_0x57efcb['filter'](_0x20f6fc=>'attribute'==_0x20f6fc['type']),_0x125b7=_0x57efcb['filter'](_0x5b5eb1=>'insert'==_0x5b5eb1['type']&&'$text'!=_0x5b5eb1['name']),_0x390111=_0x57efcb['filter'](_0x318cd3=>'remove'==_0x318cd3['type']&&'$text'!=_0x318cd3['name']);for(const _0x2b6eb2 of _0x134391)_0x2fd349['push']({'key':_0x2b6eb2['attributeKey'],'newValue':_0x2b6eb2['attributeNewValue'],'oldValue':_0x2b6eb2['attributeOldValue'],'range':Ot(_0x2b6eb2['range'],_0x501336['model'])});for(const _0xf23783 of _0x125b7){const _0xe966cd=_0x390111['find'](_0x24fef4=>_0x24fef4['position']['isEqual'](_0xf23783['position']));_0xe966cd&&_0x2fd349['push']({'key':m,'newValue':_0xf23783['name'],'oldValue':_0xe966cd['name'],'range':_0x501336['model']['createRangeOn'](_0xf23783['position']['nodeAfter'])});}return 0x0!=_0x2fd349['length']&&this['_reduceExistingSuggestions'](_0x16c577,_0x2fd349);}['_processAttributeSuggestions'](_0x276990){let _0x3962fe=!0x1;const _0x469811=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x2f01e3=>_0x2f01e3['data']['newRange']&&_0x2f01e3['name']['startsWith']('suggestion:attribute:'));for(const _0x1d2bdb of _0x469811){const {subType:_0x2b5622,id:_0x63860}=this['_splitMarkerName'](_0x1d2bdb['name']),_0x4347b7=_0x2b5622['split']('|')[0x0];for(const _0x255296 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x255296['id']!=_0x63860&&'attribute'==_0x255296['type']&&_0x255296['data']&&_0x255296['data']['key']==_0x4347b7&&_0x255296['getFirstRange']()['isIntersecting'](_0x1d2bdb['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x255296,_0x1d2bdb['data']['newRange'],_0x276990),_0x3962fe=!0x0);}return _0x3962fe;}['_recordAttributeChanges'](_0x2378b4){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x2378b4();}['_isRegisteredAttribute'](_0x584324){const _0x5286df=this['_isBlockAttribute'](_0x584324),_0x3654dd=this['_inlineAttributeKeys']['has'](_0x584324);return _0x5286df||_0x3654dd;}['_reduceExistingSuggestions'](_0x48d038,_0x3063af){if(0x0==_0x3063af['length'])return!0x1;let _0x2ad328=!0x1;for(const _0x1a4799 of _0x3063af){const _0x56d260=this['_findSuggestions'](_0x1a4799['range'],'attribute')['filter'](_0x21c783=>!_0x21c783['meta']['isNextTo'])['map'](_0x367e35=>_0x367e35['suggestion']),_0x37892a=_0xb8b99e({'newValue':_0x1a4799['newValue']});_0x56d260['filter'](_0x596f8f=>{const [_0x11e7b9,_0x2f2738]=_0x596f8f['subType']['split']('|');return _0x11e7b9==_0x1a4799['key']&&_0x2f2738!=_0x37892a;})['forEach'](_0x88abe0=>{this['_reduceSuggestionAttributeRange'](_0x88abe0,_0x1a4799['range'],_0x48d038),_0x2ad328=!0x0;});}return _0x2ad328;}['_reduceSuggestionAttributeRange'](_0x4baebb,_0x21ce2c,_0x29e929){const _0x11bd95=_0x4baebb['getFirstRange']()['getDifference'](_0x21ce2c);0x0!==_0x11bd95['length']?0x1!==_0x11bd95['length']?this['_breakSuggestionMarker'](_0x4baebb,_0x21ce2c['start'],_0x21ce2c['end']):this['_setSuggestionRange'](_0x4baebb,_0x11bd95[0x0]):_0x29e929['removeMarker'](_0x4baebb['getFirstMarker']());}}class xt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x56bb06){this['_editor']=_0x56bb06,this['_model']=_0x56bb06['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x3a1cb0,_0x49d4a6,_0x425efc,_0x24de7b,_0x5edbc5,_0x5d0b1d){return new u(this['_model'],{'type':_0x3a1cb0,'subType':_0x49d4a6,'id':_0x425efc,'author':_0x24de7b,'creator':_0x24de7b,'attributes':_0x5edbc5,'onAttributesChange':_0x5d0b1d,'onAccept':(..._0x4cfd72)=>this['getSuggestionCallback'](_0x3a1cb0,_0x49d4a6,'accept')(..._0x4cfd72),'onDiscard':(..._0x56e0ce)=>this['getSuggestionCallback'](_0x3a1cb0,_0x49d4a6,'discard')(..._0x56e0ce)});}['registerCustomCallback'](_0x175e09,_0x28235d,_0xc75bf1,_0x344457){const _0x5029d9=_0x175e09+':'+_0x28235d+':'+_0xc75bf1;this['_customCallbacks']['set'](_0x5029d9,_0x344457);}['getSuggestionCallback'](_0x1f1488,_0x471190,_0x569ba8){const _0x41d565=_0x1f1488+':'+_0x471190+':'+_0x569ba8;return this['_customCallbacks']['get'](_0x41d565)||this['_defaultCallbacks']['get'](_0x1f1488+':'+_0x569ba8);}['_registerDefaultCallbacks'](){const _0x2f09fe=()=>!0x1,_0x9fcf67=_0xe19d27=>{_0xe19d27['sort']((_0x392687,_0x210284)=>_0x392687['start']['isBefore'](_0x210284['start'])?0x1:-0x1),this['_model']['change'](_0x2355b4=>{for(const _0x13ed7f of _0xe19d27){let _0x182732;_0x182732=_0x13ed7f['end']['isAtEnd']&&_0x13ed7f['end']['parent']==_0x13ed7f['start']['nodeAfter']?_0x2355b4['createSelection'](_0x13ed7f['start']['nodeAfter'],'on'):_0x2355b4['createSelection'](_0x13ed7f),this['_model']['deleteContent'](_0x182732,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x41fc5b=(_0x21b6a0,_0x3f40d3)=>{_0x3f40d3&&this['_model']['change'](_0x26014e=>{const {commandName:_0x419053,commandParams:_0x300f0a=[]}=_0x3f40d3,_0x44786c=_0x21b6a0['map'](_0x26edf0=>(Tt(_0x26edf0)&&(_0x26edf0=this['_model']['createRange'](_0x26edf0['end'])),_0x26edf0))['filter'](_0x33d0ce=>'$graveyard'!==_0x33d0ce['root']['rootName']);if(_0x44786c['length']<0x1)return;const _0x3e3a3d=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x3c0677=>_0x2b023b['fromRange'](_0x3c0677));_0x26014e['setSelection'](_0x44786c);for(const _0x5ddaca of this['_editor']['commands']['commands']())_0x5ddaca['refresh']();_0x300f0a['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x419053,..._0x300f0a);const _0x4d077=_0x3e3a3d['filter'](_0x16f35e=>'$graveyard'!=_0x16f35e['root']['rootName']);_0x4d077['length']>0x0&&_0x26014e['setSelection'](_0x4d077);for(const _0x312814 of _0x3e3a3d)_0x312814['detach']();});},_0x3e7854=(_0x461aa4,_0x2c802f)=>0x1==_0x461aa4['length']&&0x1==_0x2c802f['length']&&_0x461aa4[0x0]['end']['isEqual'](_0x2c802f[0x0]['start']),_0x1df13e=(_0x4b4bc5,_0x4e48cf,_0x36eff6,_0x27a6f6)=>Ft(_0x4b4bc5,_0x4e48cf,_0x36eff6,_0x27a6f6,this['_model'])?[_0x4b4bc5,_0x4e48cf]:Ft(_0x4e48cf,_0x4b4bc5,_0x27a6f6,_0x36eff6,this['_model'])?[_0x4e48cf,_0x4b4bc5]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x2f09fe),this['_defaultCallbacks']['set']('insertion:discard',_0x9fcf67),this['_defaultCallbacks']['set']('insertion:join',_0x3e7854),this['_defaultCallbacks']['set']('insertion:chain',_0x1df13e),this['_defaultCallbacks']['set']('deletion:accept',_0x9fcf67),this['_defaultCallbacks']['set']('deletion:discard',_0x2f09fe),this['_defaultCallbacks']['set']('deletion:join',_0x3e7854),this['_defaultCallbacks']['set']('deletion:chain',_0x1df13e),this['_defaultCallbacks']['set']('formatInline:accept',_0x41fc5b),this['_defaultCallbacks']['set']('formatInline:discard',_0x2f09fe),this['_defaultCallbacks']['set']('formatInline:join',_0x3e7854),this['_defaultCallbacks']['set']('formatInline:chain',_0x2f09fe),this['_defaultCallbacks']['set']('formatBlock:accept',_0x41fc5b),this['_defaultCallbacks']['set']('formatBlock:discard',_0x2f09fe),this['_defaultCallbacks']['set']('formatBlock:join',_0x3e7854),this['_defaultCallbacks']['set']('formatBlock:chain',_0x2f09fe),this['_defaultCallbacks']['set']('attribute:accept',_0x2f09fe),this['_defaultCallbacks']['set']('attribute:discard',(_0x3098d6,_0x6b7fbd)=>{if(!_0x6b7fbd)return;const _0x210ab8=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x15c70f=>{if(_0x6b7fbd['key']==m)for(const _0x1b2c1e of _0x3098d6){const _0x40bd8a=_0x1b2c1e['start']['nodeAfter'],_0x418745=_0x6b7fbd['oldValue'];_0x15c70f['rename'](_0x40bd8a,_0x418745);}else{if(_0x210ab8['_isBlockAttribute'](_0x6b7fbd['key'])){for(const _0x1dc37c of _0x3098d6)void 0x0!==_0x6b7fbd['oldValue']?_0x15c70f['setAttribute'](_0x6b7fbd['key'],_0x6b7fbd['oldValue'],_0x1dc37c['start']['nodeAfter']):_0x15c70f['removeAttribute'](_0x6b7fbd['key'],_0x1dc37c['start']['nodeAfter']);}else{for(const _0x15d2ca of _0x3098d6)_0x6b7fbd['oldValue']?_0x15c70f['setAttribute'](_0x6b7fbd['key'],_0x6b7fbd['oldValue'],_0x15d2ca):_0x15c70f['removeAttribute'](_0x6b7fbd['key'],_0x15d2ca);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x3e7854);}}function Rt(_0x414d17,_0x5a85d1,_0x57446c){for(const _0xbd8111 of _0x5a85d1['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0xbd8111['root']==_0xbd8111)return!0x1;if(!_0x57446c['containsItem'](_0xbd8111))return!0x1;if(_0x414d17['isObject'](_0xbd8111)||_0x414d17['isLimit'](_0xbd8111))return!0x0;}return!0x1;}function Tt(_0x9f72d9){return _0x9f72d9['end']['parent']==_0x9f72d9['start']['nodeAfter']&&_0x9f72d9['end']['isAtStart'];}function Et(_0x25cf82,_0x1a819d,_0x4856b9,_0x43e218){const _0xb22d34=_0x3d6348=>!_0x3d6348['item']['is']('$textProxy')&&!_0x43e218['isObject'](_0x3d6348['item']),_0x207527=_0x25cf82['start']['getLastMatchingPosition'](_0xb22d34),_0xa5206c=_0x25cf82['end']['getLastMatchingPosition'](_0xb22d34,{'direction':'backward'});return(!_0x25cf82['start']['isEqual'](_0x207527)||!_0x25cf82['end']['isEqual'](_0xa5206c))&&(_0x207527['isBefore'](_0xa5206c)?_0x4856b9['updateMarker'](_0x1a819d,{'range':_0x4856b9['createRange'](_0x207527,_0xa5206c)}):_0x4856b9['removeMarker'](_0x1a819d),!0x0);}function Vt(_0x22b5e4){return _0xb8b99e(_0x22b5e4);}function Ut(_0x244077){const _0x3a504d=_0x244077['start']['nodeAfter'];return _0x3a504d&&_0x3a504d['is']('element');}function Ot(_0x3ecbbd,_0x1c8369){return null==_0x3ecbbd['end']['nodeBefore']&&_0x3ecbbd['end']['parent']==_0x3ecbbd['start']['nodeAfter']?Gt(_0x3ecbbd['start']['nodeAfter'],_0x1c8369):_0x3ecbbd;}function Gt(_0x5dc52a,_0x428e33){const _0x1b021c=_0x428e33['schema']['isObject'](_0x5dc52a)||_0x428e33['schema']['isSelectable'](_0x5dc52a);return _0x428e33['createRange'](_0x428e33['createPositionAt'](_0x5dc52a,'before'),_0x1b021c?_0x428e33['createPositionAfter'](_0x5dc52a):_0x428e33['createPositionAt'](_0x5dc52a,'end'));}function Ft(_0x18f506,_0x3bc246,_0x3bcc43,_0x102f2b,_0x32e507){if(!Pt(_0x18f506,_0x3bc246))return!0x1;if(_0x3bcc43['end']['isEqual'](_0x102f2b['start']))return!0x0;if(_0x18f506['type']!=_0x3bc246['type'])return!0x1;if(!_0x3bcc43['end']['isTouching'](_0x102f2b['start']))return!0x1;const _0x1f648a=_0x32e507['createRange'](_0x3bcc43['end'],_0x102f2b['start'])['getWalker']();for(const _0x36bd12 of _0x1f648a)if(['elementStart','elementEnd']['includes'](_0x36bd12['type'])&&_0x32e507['schema']['isLimit'](_0x36bd12['item']))return!0x1;return!0x0;}function Pt(_0x268378,_0x4d0374,_0x4539c9=[]){return!(!_0x268378['_isDataLoaded']||!_0x4d0374['_isDataLoaded'])&&_0x2849d6(Bt(_0x268378['attributes'],_0x4539c9),Bt(_0x4d0374['attributes'],_0x4539c9));}function Lt(_0x4e2efb,_0x3e9586){const _0x5c9325=Ht(_0x4e2efb['attributes']),_0x418dc8=Ht(_0x3e9586);if(!_0x4e2efb['_isDataLoaded'])return!0x1;for(const _0x635c86 of Object['keys'](_0x418dc8))if(!_0x2849d6(_0x5c9325[_0x635c86],_0x418dc8[_0x635c86]))return!0x1;return!0x0;}function Ht(_0x588eab){const _0x35dbed=Object['assign']({},_0x588eab);return delete _0x35dbed['skipNestingCheck'],delete _0x35dbed['tablePasteChainId'],_0x35dbed;}class oe extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x5cf6c8(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x2327a9,_0x59d3cb,_0x140f28,_0x28d73a){super(),this['model']=_0x59d3cb,this['view']=_0x140f28,this['commentThreadController']=_0x28d73a,this['_editor']=_0x2327a9,this['_acceptCommand']=_0x2327a9['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x2327a9['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x36ff63,_0x3fc5fc)=>_0x36ff63||_0x3fc5fc),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x57a665=>_0x57a665&&this['_editor']['model']['canEditAt'](_0x59d3cb['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x4a8d49=>_0x4a8d49&&this['_editor']['model']['canEditAt'](_0x59d3cb['getRanges']())),this['_pendingAction']=null,_0x140f28['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x140f28,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x140f28,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x140f28,'change:isDirty',()=>{_0x140f28['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 _0x952b91=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x952b91);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class es extends _0x3772f7{['commentsListView'];['commentThreadInputView'];['_model'];['_localUser'];['_config'];constructor(_0x452965,_0x4cba55,_0x20e3d5,_0x173322){super(_0x452965),this['commentsListView']=null,this['commentThreadInputView']=null,this['set']('isActive',!0x1),this['set']('authoredAt',_0x4cba55['authoredAt']),this['bind']('authoredAt')['to'](_0x4cba55),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['_model']=_0x4cba55,this['_localUser']=_0x20e3d5,this['_config']=_0x173322,_0x173322['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:_0x40f2a7}=this['_config'];this['commentsListView']=new _0x40f2a7(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',_0x837bde=>_0x837bde+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x17aedd,_0x3ac280)=>_0x17aedd||!!_0x3ac280);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x239487}=this['_config'],_0x2853ce=new _0x239487(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x8e7313=_0x2853ce['commentInputView'];return _0x2853ce['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x8e7313,'value',(_0x47db16,_0x5d2a2c,_0x18edce)=>!!_0x18edce||_0x47db16&&!_0x5d2a2c),_0x8e7313['on']('submit',(_0x290080,_0x187522)=>{this['fire']('addComment',_0x187522),_0x8e7313['editor']['setData']('');}),_0x8e7313['on']('cancel',()=>this['focus']()),_0x8e7313['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x2853ce;}}class ne extends es{['userView'];['acceptButton'];['discardButton'];['_descriptionElement'];constructor(_0x25b845,_0x57ef32,_0x62d060,_0x33e53d){super(_0x25b845,_0x57ef32,_0x62d060,_0x33e53d),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x5d26c4=>_0x5d26c4&&_0x5d26c4[0x0]?_0x5d26c4[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x4e3d67,_0x3bcbbe)=>{let _0x2a9461='';for(const _0x517799 of _0x4e3d67)_0x2a9461+='<p>'+ds(_0x517799['content'],_0x517799['color'])+'</p>';return _0x3bcbbe?_0x2a9461:_0x75e0a0(_0x2a9461,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this['_createButton'](o(_0x25b845,'Accept\x20suggestion'),_0x5d921c['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['discardButton']=this['_createButton'](o(_0x25b845,'Discard\x20suggestion'),_0x5d921c['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['userView']=new _0x4e76b4(_0x25b845,this['_model']['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user']}}),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x466abd=this['bindTemplate'],_0x4b6953=[{'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':_0x466abd['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x466abd['to']('authoredAt',_0x4a5998=>this['_config']['formatDateTime'](_0x4a5998))}]}]},{'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']&&_0x4b6953['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x48dbbe={'tag':'div','attributes':{'class':['ck-suggestion-wrapper',_0x466abd['if']('isActive','ck-suggestion-wrapper--active'),_0x466abd['to']('type',_0x2137ff=>'ck-suggestion-'+_0x2137ff),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':_0x4b6953}]}]};return this['commentsListView']&&this['commentThreadInputView']&&(_0x48dbbe['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)),_0x48dbbe;}['render'](){super['render'](),this['_descriptionElement']=this['element']['querySelector']('.ck-annotation__content-wrapper'),this['_descriptionElement']['innerHTML']=this['description'],this['on']('change:description',(_0x4140bf,_0x37a8a7,_0x320127)=>{this['_descriptionElement']['innerHTML']=_0x320127;});}['_createButton'](_0xd4b47d,_0x4876e6,_0x435ee0,_0x16e49b,_0x146cc1){const _0x70489e=new _0x38fb80(this['locale']);return _0x70489e['set']({'label':_0xd4b47d,'icon':_0x4876e6,'tooltip':!0x0,'tooltipPosition':_0x146cc1}),_0x70489e['extendTemplate']({'attributes':{'class':_0x435ee0}}),_0x70489e['on']('execute',()=>{this['fire'](_0x16e49b,this['_model']['id']);}),_0x70489e;}['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(_0x331c22,_0x524269){let _0x21210c='';return _0x21210c+=_0x331c22['split']('*')['map']((_0x51e9e8,_0x437f44)=>_0x437f44%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+us(_0x51e9e8)+'</span>':us(_0x51e9e8))['join'](''),_0x524269&&(_0x21210c+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x524269['value']+'\x22\x20title=\x22'+_0x524269['title']+'\x22></span>'),_0x21210c;}function us(_0xeffa3d){const _0x10d042=document['createElement']('span');return _0x10d042['innerText']=_0xeffa3d,_0x10d042['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 _0xd068a0{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x3a1269,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x190fdc){super(_0x190fdc),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x553c8c=this['editor']['config'];_0x553c8c['define']('trackChanges.SuggestionThreadView',ne),_0x553c8c['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x553c8c['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x28657c,_0x3da4d3){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x31f9de,_0x504d51]of this['_handleControllerBuffer']){const _0x35970c=this['_suggestionToController']['has'](_0x31f9de);_0x35970c||_0x504d51?_0x35970c&&_0x504d51&&this['_destroyController'](_0x31f9de):this['_initializeController'](_0x31f9de);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x28657c,_0x3da4d3);}['init'](){const _0x2b780c=this['editor'],_0x4a6c01=_0x2b780c['plugins']['get']('TrackChangesEditing'),_0xa5bb70=_0x2b780c['plugins']['get']('Annotations'),_0x554b8f=_0x2b780c['plugins']['get']('EditorAnnotations'),_0x1b5137=_0x2b780c['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x554b8f['addSourceCollector'](()=>{const _0x38fe19=[];for(const [_0x1e501c,_0x395504]of Array['from'](this['_suggestionToController'])){const _0x5f3917=_0x1e501c['getAllAdjacentSuggestions'](),_0x2b8074=[];for(const _0x4ab314 of _0x5f3917){if(!_0x4ab314['isInContent'])continue;if(_0x4ab314['isMultiRange']){_0x2b8074['push'](..._0x4ab314['getRanges']());continue;}const _0x1e664b=_0x4ab314['getFirstRange']();if(_0x2b8074['length']>0x0){const _0x64ed8f=_0x2b8074[0x0]['getJoined'](_0x1e664b);if(_0x64ed8f){_0x2b8074[0x0]=_0x64ed8f;continue;}}_0x2b8074['push'](_0x1e664b);}_0x38fe19['push']([_0x395504['view'],_0x2b8074]);}return _0x38fe19;}),this['listenTo'](_0x4a6c01,'suggestionLoaded',(_0x31bd18,_0x1e5b96)=>{this['listenTo'](_0x1e5b96,'change:previous',(_0x58500e,_0x4c4562,_0x261109,_0x3dea15)=>{_0x1e5b96['isInContent']&&(null==_0x261109?(this['_updateController'](_0x3dea15['head']),this['_handleSuggestionControllerDelayed'](_0x1e5b96,!0x1)):(this['_updateController'](_0x261109['head']),null==_0x3dea15&&this['_handleSuggestionControllerDelayed'](_0x1e5b96,!0x0)));}),null!==_0x1e5b96['previous']?this['_updateController'](_0x1e5b96['head']):this['_handleSuggestionControllerDelayed'](_0x1e5b96,!0x1);}),this['listenTo'](_0x4a6c01,'suggestionUnloaded',(_0x1ec34a,_0x1f7d8b,_0x25fbc1)=>{this['stopListening'](_0x1f7d8b,'change:previous'),this['_handleControllerBuffer']['delete'](_0x1f7d8b),this['_suggestionToController']['has'](_0x1f7d8b)&&this['_destroyController'](_0x1f7d8b),_0x25fbc1&&this['_updateController'](_0x25fbc1['head']);}),this['listenTo'](_0x4a6c01,'suggestionChanged',(_0x198112,_0x227ae3)=>{this['_updateController'](_0x227ae3);}),this['listenTo'](_0xa5bb70,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x1b5137,'addComment',(_0x352348,{threadId:_0x46db43,isFromAdapter:_0x4d2787})=>{if(_0x4d2787||!_0x4a6c01['hasSuggestion'](_0x46db43))return;const _0x538707=_0x4a6c01['getSuggestion'](_0x46db43);this['_suggestionToController']['get'](_0x538707)['view']['focus']();},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x50bf14=this['editor']['plugins']['get']('Annotations'),_0x478788=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4a3a35=Array['from'](_0x50bf14['activeAnnotations'],_0xce732d=>_0xce732d['innerView'])['filter'](_0x3a32fa=>this['_viewToController']['has'](_0x3a32fa)),_0xa0776a=[];for(const _0x15b359 of _0x4a3a35){const _0x350bda=this['_viewToController']['get'](_0x15b359)['model']['getAllAdjacentSuggestions']();_0xa0776a['push'](..._0x350bda['reduce']((_0x9e47c3,_0x66a9b)=>[..._0x9e47c3,..._0x66a9b['getMarkerNames']()],[]));}_0x478788['activeMarkers']=_0xa0776a;}['_addUIComponentsToFactory'](){const _0x55d64b=this['editor'],_0x5200ec=_0x55d64b['locale'],_0x23b3c1=o(_0x5200ec,'Track\x20changes'),_0x516f48=new Wt([{'type':'switchbutton','model':new te({'withText':!0x0,'label':_0x23b3c1,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x5200ec,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x5200ec,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x5200ec,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x5200ec,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x273903 of _0x516f48)if(ae(_0x273903)){const _0x1f7a24=_0x55d64b['commands']['get'](_0x273903['model']['commandName']);_0x273903['model']['bind']('isOn','isEnabled')['to'](_0x1f7a24,'value','isEnabled');}_0x55d64b['ui']['componentFactory']['add']('trackChanges',_0x57b25b=>this['_createToolbarButton'](_0x57b25b,_0x516f48,_0x23b3c1)),_0x55d64b['ui']['componentFactory']['add']('menuBar:trackChanges',_0x33c46a=>this['_createMenuBarMenu'](_0x33c46a,_0x516f48,_0x23b3c1));}['_createToolbarButton'](_0x78e81c,_0x3ffa11,_0x34a244){const _0x3fba90=zt(_0x78e81c,Zt),_0xe0d359=this['editor']['commands']['get']('trackChanges');_0x3fba90['buttonView']['set']({'tooltip':_0x34a244,'label':_0x34a244,'icon':ie}),_0x3fba90['buttonView']['bind']('isOn')['to'](_0xe0d359,'value'),_0x3fba90['buttonView']['on']('execute',()=>{_0xe0d359['execute'](),this['editor']['editing']['view']['focus']();}),qt(_0x3fba90,_0x3ffa11,{'role':'menu'});const _0x53a0ed=[];for(const _0x1c5274 of _0x3ffa11)ae(_0x1c5274)&&_0x53a0ed['push'](this['editor']['commands']['get'](_0x1c5274['model']['commandName']));const _0x50bb48=_0x3fba90['buttonView'];return _0x50bb48['actionView']['unbind']('isEnabled'),_0x50bb48['arrowView']['unbind']('isEnabled'),_0x50bb48['actionView']['bind']('isEnabled')['to'](_0xe0d359,'isEnabled'),_0x50bb48['arrowView']['bind']('isEnabled')['toMany'](_0x53a0ed,'isEnabled',(..._0x2cf5e9)=>_0x2cf5e9['some'](_0x1b8700=>_0x1b8700)),_0x3fba90['on']('execute',_0x16ed64=>{this['editor']['execute'](_0x16ed64['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x3fba90;}['_createMenuBarMenu'](_0xb46ac,_0x226294,_0x4849d6){const _0x4b3fe8=new Kt(_0xb46ac),_0x318c5e=this['editor']['commands']['get']('trackChanges');_0x4b3fe8['buttonView']['set']({'label':_0x4849d6,'icon':ie});const _0x22ac98=new Qt(_0xb46ac);for(const _0x3f3671 of _0x226294){if('separator'==_0x3f3671['type']){_0x22ac98['items']['add'](new Jt(_0xb46ac));continue;}const _0x157193=new Xt(_0xb46ac,_0x4b3fe8),_0x102d99=new Yt(_0xb46ac),_0x50ce3c=_0x3f3671['model'];_0x102d99['bind'](...Object['keys'](_0x50ce3c))['to'](_0x50ce3c),_0x102d99['delegate']('execute')['to'](_0x4b3fe8),_0x102d99['on']('execute',()=>{this['editor']['execute'](_0x50ce3c['commandName']),this['editor']['editing']['view']['focus']();}),_0x157193['children']['add'](_0x102d99),_0x22ac98['items']['add'](_0x157193);}return _0x4b3fe8['bind']('isEnabled')['to'](_0x318c5e,'isEnabled'),_0x4b3fe8['panelView']['children']['add'](_0x22ac98),_0x4b3fe8;}['_initializeController'](_0x24511b){const _0x5c2a2c=this['editor'],_0x2f90a0=_0x5c2a2c['config'],_0x566800=_0x5c2a2c['plugins']['get']('Annotations'),_0x5948a3=_0x5c2a2c['plugins']['get']('CommentsRepository'),_0x50e16c=_0x5c2a2c['plugins']['get']('EditorAnnotations'),_0x15f413=_0x5c2a2c['plugins']['get'](_0x3a1269)['me'],_0x12d9ab=_0x2f90a0['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0x154e59,CommentThreadInputView:_0x541c70}=_0x5c2a2c['plugins']['get']('CommentsUI');let _0x360325,_0x5e1181;this['_annotationViews']['has'](_0x24511b['id'])?(_0x5e1181=this['_annotationViews']['get'](_0x24511b['id']),_0x360325=_0x5e1181['mainView']):(_0x360325=new _0x12d9ab(_0x5c2a2c['locale'],_0x24511b,_0x15f413,{'disableComments':this['_disableComments'],'editorConfig':_0x2f90a0['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x2f90a0['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x2f90a0['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x2f90a0['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x4e185e(_0x2f90a0['get']('locale')),'CommentView':_0x2f90a0['get']('comments')['CommentView'],'CommentsListView':_0x154e59,'CommentThreadInputView':_0x541c70}),_0x360325['acceptButton']['on']('execute',()=>{_0x5c2a2c['editing']['view']['focus']();}),_0x360325['discardButton']['on']('execute',()=>{_0x5c2a2c['editing']['view']['focus']();}),_0x5e1181=_0x566800['createAnnotationView'](this['editor']['locale'],_0x360325),_0x5e1181['bind']('isDirty')['to'](_0x360325,'isDirty'),_0x5e1181['bind']('length')['to'](_0x360325),_0x5e1181['bind']('type')['to'](_0x360325,'type',_0x40602d=>'suggestion-'+_0x40602d),this['_annotationViews']['set'](_0x24511b['id'],_0x5e1181));const _0x3e11d9=_0x5948a3['createCommentThreadController'](_0x24511b['commentThread'],_0x360325),_0x4a3c13=new oe(_0x5c2a2c,_0x24511b,_0x360325,_0x3e11d9),_0x54213b=_0x24511b['getAllAdjacentSuggestions']()['filter'](_0x297bc7=>_0x297bc7['isInContent']);_0x360325['descriptionParts']=_0x5c2a2c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x54213b),this['_suggestionToController']['set'](_0x24511b,_0x4a3c13),this['_viewToController']['set'](_0x360325,_0x4a3c13);const _0x4f3e9c=_0x566800['createAnnotation']({'view':_0x5e1181,'target':()=>{const _0x586c45=[],_0xfbae9e=_0x24511b['getAllAdjacentSuggestions']()['filter'](_0x5fefbb=>_0x5fefbb['isInContent']);for(const _0x3ddc96 of _0xfbae9e)_0x586c45['push'](..._0x3ddc96['getMarkers']());return _0x2246cc(_0x5c2a2c['editing'],_0x586c45);},'type':()=>'suggestion-'+_0x4a3c13['view']['type']});_0x5948a3['_bindAnnotationToEditors'](_0x360325,_0x4f3e9c),_0x566800['add'](_0x4f3e9c),_0x50e16c['registerAnnotation'](_0x4f3e9c);}['_destroyController'](_0x36c607){const _0x2b8737=this['editor']['plugins']['get']('CommentsRepository'),_0xaf481b=this['editor']['plugins']['get']('Annotations'),_0x59e2d2=this['_suggestionToController']['get'](_0x36c607),_0xbb228d=_0x59e2d2['view'],_0x47a464=_0xaf481b['getByInnerView'](_0xbb228d);_0x2b8737['_unbindEditors'](_0xbb228d),_0x47a464&&_0xaf481b['remove'](_0x47a464),this['_suggestionToController']['delete'](_0x36c607),this['_viewToController']['delete'](_0xbb228d),_0x59e2d2['destroy']();}['_updateController'](_0x422b8b){if(!_0x422b8b['isInContent']||!this['_suggestionToController']['has'](_0x422b8b))return;const _0x2ad679=this['editor']['plugins']['get']('TrackChangesEditing'),_0x17dc07=this['_suggestionToController']['get'](_0x422b8b),_0x332867=_0x422b8b['getAllAdjacentSuggestions']();_0x17dc07['view']['descriptionParts']=_0x2ad679['descriptionFactory']['getDescriptions'](_0x332867);}['destroy'](){for(const _0x11399c of this['_suggestionToController']['keys']())this['_destroyController'](_0x11399c);for(const _0x80a36 of this['_annotationViews']['values']())_0x80a36['mainView']['destroy']();super['destroy']();}}function ae(_0x579875){return'model'in _0x579875;}class k extends _0xd068a0{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x3664d8){this['editor']['plugins']['get'](p)['adapter']=_0x3664d8;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x2bbbab){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x2bbbab);}['getSuggestions']({skipNotAttached:_0x17de30=!0x1,toJSON:_0x189886=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x17de30,'toJSON':_0x189886});}['getSuggestion'](_0x1836b2){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x1836b2);}}const T=['Pagination'];class P extends _0xd068a0{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x55eb65=this['editor'];if(_0x55eb65['config']['define']('trackChangesData.editorCreator',_0x3853d6=>{const _0xaab8c4=_0x55eb65['model']['document']['getRootNames']()['reduce']((_0x4eace9,_0x528997)=>(_0x4eace9[_0x528997]='',_0x4eace9),{});return _0x55eb65['constructor']['create'](_0xaab8c4,_0x3853d6);}),'function'!=typeof _0x55eb65['config']['get']('trackChangesData')['editorCreator'])throw new _0x559e97('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x3be93c){return N(this['editor'],!0x0,_0x3be93c);}['getDataWithDiscardedSuggestions'](_0x4a628f){return N(this['editor'],!0x1,_0x4a628f);}}class D extends _0xd068a0{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x242dff){super(_0x242dff),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(_0x353a7a){return void 0x0!==_0x353a7a['getRootsAttributes'];}async function N(_0x461a49,_0x208b70,_0x3f7b76){const _0x10e20d=_0x3dffb6(_0x461a49,T);_0x10e20d['plugins']['push'](p,D),_0x10e20d['rootsAttributes']=v(_0x461a49)?_0x461a49['getRootsAttributes']():void 0x0;const _0x45116b=document['createDocumentFragment'](),_0x4cfbc0=_0x461a49['config']['get']('trackChangesData')['editorCreator'],_0x8c9987=await _0x4cfbc0(_0x10e20d,()=>function(_0x125ce3){const _0x5b7aac=document['createElement']('div');return _0x125ce3['appendChild'](_0x5b7aac),_0x5b7aac;}(_0x45116b));!function(_0x5a70c4,_0x459289){const _0x5d0a73=_0x5a70c4['model']['document']['getRootNames']()['reduce']((_0x1887b9,_0x66f2f6)=>(_0x1887b9[_0x66f2f6]=_0x5a70c4['data']['get']({'rootName':_0x66f2f6}),_0x1887b9),{}),_0x35f43a=_0x5a70c4['plugins']['get']('Users')['users']['map'](_0x392a2b=>({'id':_0x392a2b['id'],'name':_0x392a2b['name']})),_0x1e75a0=_0x5a70c4['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x31d64b=_0x5a70c4['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x2e9738=_0x459289['plugins']['get']('Users'),_0x1bdeac=_0x459289['plugins']['get']('TrackChangesEditing'),_0x154dd8=_0x459289['plugins']['get']('CommentsRepository');for(const _0x1e05b2 of _0x35f43a)_0x2e9738['getUser'](_0x1e05b2['id'])||_0x2e9738['addUser'](_0x1e05b2);_0x2e9738['me']||_0x2e9738['useAnonymousUser']();for(const _0x263673 of _0x31d64b)_0x154dd8['addCommentThread'](_0x263673);for(const _0x1bf6fa of _0x1e75a0)_0x1bdeac['addSuggestionData'](_0x1bf6fa);_0x459289['data']['set'](_0x5d0a73);}(_0x461a49,_0x8c9987),_0x8c9987['execute'](_0x208b70?'acceptAllSuggestions':'discardAllSuggestions');const _0x180a4b=v(_0x8c9987)?_0x8c9987['getFullData'](_0x3f7b76):_0x8c9987['data']['get'](_0x3f7b76);return await _0x8c9987['destroy'](),_0x180a4b;}export{es as BaseSuggestionThreadView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|
|
23
|
+
import{Command as ts,Plugin as _0x4d360f,PendingActions as _0x5bbcf2,icons as _0x3ddd08}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x3f3ca6,ObservableMixin as _0x2a7513,uid as _0x3cefaa,insertToPriorityArray as _0x17f874,priorities as _0x36e7bf,logWarning as _0x244bdf,Collection as Wt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x7e92f6,View as _0x21ef4a,ButtonView as _0x3ed1f5,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 _0x505173,hashObject as _0x433e2e,surroundingMarkersDetector as _0x176e49,trimHtml as _0x43c02e,UserView as _0x3317b7,getDateTimeFormatter as _0x474164,getAllMarkersDomElementsSorted as _0x36638a,sanitizeEditorConfig as _0x109f03}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x219298,LiveRange as _0x27f355,LivePosition as _0x5f2f62}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x39ca62,toWidget as _0x34fdae}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0xbf9a44,set as _0x1a0b59,isEqual as _0x5cd547,unset as _0x407254,omit as Bt}from'lodash-es';import{Delete as _0x1994ec,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x417486,ShiftEnter as _0x177a10}from'@ckeditor/ckeditor5-enter/dist/index.js';class M extends ts{['_enabledCommands'];constructor(_0x108dd3,_0x1c7edf){super(_0x108dd3),this['_enabledCommands']=_0x1c7edf,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 _0x736046 of this['editor']['commands']['commands']())_0x736046['affectsData']&&!this['_enabledCommands']['has'](_0x736046)&&_0x736046['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x4f99b6 of this['editor']['commands']['commands']())_0x4f99b6['affectsData']&&!this['_enabledCommands']['has'](_0x4f99b6)&&_0x4f99b6['clearForceDisabled']('TrackChangesCommand');}}class $ extends ts{['_suggestions'];constructor(_0x28587e,_0x1b5d66){super(_0x28587e),this['_suggestions']=_0x1b5d66,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0xf06268){const _0x2386f5=this['_suggestions']['get'](_0xf06268);if(!_0x2386f5)throw new _0x3f3ca6('track-changes-accept-suggestion-not-found',this);const _0x33a9c4=_0x2386f5['getRanges']();this['editor']['model']['canEditAt'](_0x33a9c4)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x2386f5);}}class B extends ts{['_suggestions'];constructor(_0xf2a546,_0x4a78aa){super(_0xf2a546),this['_suggestions']=_0x4a78aa,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x475f0b){const _0xf12e04=this['_suggestions']['get'](_0x475f0b);if(!_0xf12e04)throw new _0x3f3ca6('track-changes-discard-suggestion-not-found',this);const _0x562602=_0xf12e04['getRanges']();this['editor']['model']['canEditAt'](_0x562602)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0xf12e04);}}function ss(_0x4eb086){return _0x4eb086['sort']((_0x34adc7,_0x254720)=>'deletion'==_0x34adc7['type']&&'deletion'!=_0x254720['type']?-0x1:'deletion'!=_0x34adc7['type']&&'deletion'==_0x254720['type']?0x1:0x0);}function to(_0x3e699a,_0x40796d){let _0x50cc3e,_0x11184a=0x0;const _0x435458=[],_0x3d0695=_0x40796d['schema'];for(;_0x11184a<_0x3e699a['length'];){const _0x2501c7=_0x3e699a[_0x11184a],_0x3fb6ce=_0x3e699a[_0x11184a+0x1];_0x50cc3e||(_0x50cc3e=_0x40796d['createPositionBefore'](_0x2501c7)),co(_0x40796d,_0x2501c7,_0x3fb6ce)||(_0x435458['push'](_0x40796d['createRange'](_0x50cc3e,_0x3d0695['isObject'](_0x2501c7)?_0x40796d['createPositionAfter'](_0x2501c7):_0x40796d['createPositionAt'](_0x2501c7,'end'))),_0x50cc3e=null),_0x11184a++;}return _0x435458;}function co(_0x5a43ae,_0x194751,_0x194baa){if(!_0x194baa)return!0x1;const _0x16d3ab=_0x5a43ae['createPositionAfter'](_0x194751),_0x324111=_0x5a43ae['createPositionBefore'](_0x194baa);return _0x16d3ab['isTouching'](_0x324111);}function rs(_0xdafd33,_0xa8da49,_0x1b54f1){for(;_0x1b54f1['length'];){const _0x3caeca=_0x1b54f1['splice'](0x0,0x64);_0xdafd33['change'](()=>{for(const _0x451249 of _0x3caeca)_0x451249['isInContent']&&_0xa8da49['execute'](_0x451249['id']);});}}class x extends ts{['_command'];['_suggestions'];constructor(_0x4d7ba4,_0x51b755,_0x32dad3){super(_0x4d7ba4),this['_command']=_0x51b755,this['_suggestions']=_0x32dad3,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x18c48c=Array['from'](this['_suggestions']['values']())['some'](_0x5efbe3=>_0x5efbe3['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x18c48c;}['execute'](){const _0x1a811f=ss(Array['from'](this['_suggestions']['values']()));for(const _0x3f36d5 of _0x1a811f){const _0x45e640=_0x3f36d5['getRanges']();if(!this['editor']['model']['canEditAt'](_0x45e640))return;}rs(this['editor']['model'],this['_command'],_0x1a811f);}}class R extends ts{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0xd52ad0,_0x335309,_0x3987bf){super(_0xd52ad0),this['_command']=_0x335309,this['_suggestions']=_0x3987bf,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x286f43=this['editor']['model']['document']['selection'],_0x4b6100=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x4b4fec,_0x495bbc){const _0x474d1e=Array['from'](_0x4b4fec['getRanges']()),_0x47c216=new Set();for(const _0x21776e of _0x495bbc)if(_0x21776e['isInContent']){for(const _0x539620 of _0x474d1e)for(const _0x1c12a8 of _0x21776e['getRanges']())(_0x539620['isIntersecting'](_0x1c12a8)||_0x4b4fec['isCollapsed']&&!_0x21776e['isMultiRange']&&_0x21776e['next']&&_0x1c12a8['end']['isTouching'](_0x539620['start']))&&_0x47c216['add'](_0x21776e);}return _0x47c216;}(_0x286f43,_0x4b6100),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x2ea76d=ss(Array['from'](this['_selectedSuggestions']));for(const _0x13d49d of _0x2ea76d){const _0x5bc485=_0x13d49d['getRanges']();if(!this['editor']['model']['canEditAt'](_0x5bc485))return;}rs(this['editor']['model'],this['_command'],_0x2ea76d);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x2a7513(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x4aa75e,_0x576f78){super(),this['id']=_0x576f78['id'],this['type']=_0x576f78['type'],this['subType']=_0x576f78['subType']||null,this['author']=_0x576f78['author'],this['creator']=_0x576f78['creator']||_0x576f78['author'],this['isExternal']=Boolean(_0x576f78['attributes']&&_0x576f78['attributes']['@external']),this['data']=null,this['_model']=_0x4aa75e,this['_onAccept']=_0x576f78['onAccept'],this['_onDiscard']=_0x576f78['onDiscard'],this['_onAttributesChange']=_0x576f78['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x576f78['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 _0x5a5101=this;for(;_0x5a5101['previous'];)_0x5a5101=_0x5a5101['previous'];return _0x5a5101;}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'](_0x4a9894){this['_markerNames']['add'](_0x4a9894);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x1d7a54=>this['_model']['markers']['get'](_0x1d7a54))['filter'](_0x55def1=>_0x55def1);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x1746a4=>{for(const _0x28f92b of this['getMarkers']())_0x1746a4['removeMarker'](_0x28f92b);}),this['_markerNames']['clear']();}['removeMarker'](_0x4b6cf4){this['_model']['change'](_0x4d1783=>{_0x4d1783['removeMarker'](_0x4b6cf4);}),this['_markerNames']['delete'](_0x4b6cf4);}['addRange'](_0x2b431c){const _0x3a8937='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x3a8937),this['_model']['change'](_0x4479b8=>{_0x4479b8['addMarker'](_0x3a8937,{'range':_0x2b431c,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x354c8d){for(const _0x1e7e4b of this['getRanges']())if(_0x1e7e4b['isIntersecting'](_0x354c8d))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x8703dd=>_0x8703dd['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x41c150,_0x1eb786)=>[..._0x41c150,..._0x1eb786['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x1cda9c=this['getRanges']();if(0x1!=_0x1cda9c['length'])return null;const _0x2f45f4=_0x1cda9c[0x0],_0x8b558e=_0x2f45f4['start']['nodeAfter'],_0x48b844=_0x2f45f4['end']['nodeBefore'];return _0x8b558e instanceof _0x219298?_0x8b558e!=_0x48b844?null:_0x8b558e: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 _0x4a7fc0=[];let _0x9311ff=this['head'];for(;_0x9311ff;)_0x4a7fc0['push'](_0x9311ff),_0x9311ff=_0x9311ff['next'];return _0x4a7fc0;}['setAttribute'](_0xfc50b1,_0x3b584f){const _0x422dfd=_0xbf9a44(this['attributes']);_0x1a0b59(_0x422dfd,_0xfc50b1,_0x3b584f),_0x5cd547(_0x422dfd,this['attributes'])||(this['attributes']=_0x422dfd,this['_onAttributesChange'](_0x422dfd));}['removeAttribute'](_0x4e59f1){const _0x22168c=_0xbf9a44(this['attributes']);_0x407254(_0x22168c,_0x4e59f1),_0x5cd547(_0x22168c,this['attributes'])||(this['attributes']=_0x22168c,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 _0x3cefaa()['substr'](0x1,0x5);}}function o(_0x5c3ccd,_0x50b8fb,_0x32fc71){const t=_0x5c3ccd['t'];switch(_0x50b8fb){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',_0x32fc71);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x32fc71);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x32fc71);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x32fc71);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x32fc71);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',_0x32fc71);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x32fc71);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',_0x32fc71);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x32fc71);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x32fc71);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x32fc71);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x32fc71);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x32fc71);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x32fc71);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x32fc71);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x32fc71);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x32fc71);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x32fc71);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x32fc71);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x32fc71);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x32fc71);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x32fc71);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x32fc71);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'},_0x32fc71);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x32fc71);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x32fc71);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x32fc71);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x32fc71);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x32fc71);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'},_0x32fc71);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x32fc71);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x32fc71);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x32fc71);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x32fc71);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'},_0x32fc71);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x32fc71);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'},_0x32fc71);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'},_0x32fc71);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x32fc71);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'},_0x32fc71);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x32fc71);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'},_0x32fc71);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x32fc71);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x32fc71);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'},_0x32fc71);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'},_0x32fc71);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 _0x50b8fb;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x4f83d0,_0x2502d3){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x4f83d0,this['_locale']=_0x2502d3;}['getDescriptions'](_0x17fe2d){const _0x1702ec=[],_0x2a51cc=new Set(),_0x2cf993=new Set();for(let _0xe0db39=0x0;_0xe0db39<_0x17fe2d['length'];_0xe0db39++){const _0x47f519=_0x17fe2d[_0xe0db39];if(!_0x47f519['isInContent'])continue;const _0x34e509=this['_handleCustomCallbackDescription'](_0x47f519);if(_0x34e509){if(null!=_0x47f519['subType']){if(_0x2a51cc['has'](_0x47f519['subType']))continue;_0x2a51cc['add'](_0x47f519['subType']);}_0x1702ec['push'](_0x34e509);}else{if('attribute'!=_0x47f519['type'])'insertion'!=_0x47f519['type']&&'deletion'!=_0x47f519['type']||this['_handleInsertRemoveSuggestionDescription'](_0x1702ec,_0x47f519,_0x17fe2d[_0xe0db39+0x1]);else{const _0x25a137=_0x47f519['data']['key'];if(_0x2cf993['has'](_0x25a137))continue;_0x2cf993['add'](_0x47f519['data']['key']),_0x25a137==m?this['_handleRenameSuggestionDescription'](_0x1702ec,_0x47f519):this['_handleAttributeSuggestionDescription'](_0x1702ec,_0x47f519);}}}return this['_resolveDescriptionItems'](_0x1702ec);}['registerDescriptionCallback'](_0x5e99d3){this['_customCallbacks']['push'](_0x5e99d3);}['registerElementLabel'](_0x18a0e3,_0x52a26f,_0x5da022=_0x36e7bf['normal']){'function'==typeof _0x18a0e3?_0x17f874(this['_itemLabelsCallbacks'],{'matchingCallback':_0x18a0e3,'label':_0x52a26f,'priority':_0x5da022}):this['_itemLabels']['set'](_0x18a0e3,_0x52a26f);}['registerAttributeLabel'](_0x57d524,_0x29b038){this['_attributeLabels']['set'](_0x57d524,_0x29b038);}['getItemLabel'](_0x44915d,_0x15d422=0x1){let _0x613901;for(const _0x563982 of this['_itemLabelsCallbacks'])if(_0x563982['matchingCallback'](_0x44915d)){_0x613901=_0x563982['label'];break;}return _0x613901||(_0x613901=this['_itemLabels']['get'](_0x44915d['name'])),_0x613901?_0x613901(_0x15d422):0x1!==_0x15d422?_0x15d422+'\x20'+_0x44915d['name']+'s':''+_0x44915d['name'];}['_addDescriptionItems'](_0x138f6d,_0x328f92){const _0x2fb0ef=_0x328f92['getFirstRange']()['getWalker'](),_0x289405='insertion'==_0x328f92['type']?'add':'remove';for(const _0x22d06e of _0x2fb0ef){const _0xf717f6=_0x22d06e['item'],_0x497c45=_0x138f6d[_0x138f6d['length']-0x1];if(_0xf717f6['is']('$textProxy'))_0x497c45&&_0x497c45['type']['indexOf']('Container')>-0x1&&_0x138f6d['pop'](),_0x497c45&&'text'==_0x497c45['type']?_0x497c45[_0x289405]+=_0xf717f6['data']:_0x138f6d['push']({'type':'text','add':'add'==_0x289405?_0xf717f6['data']:'','remove':'remove'==_0x289405?_0xf717f6['data']:''});else{if(this['_schema']['isObject'](_0xf717f6)){const _0x57fe5f=_0xf717f6;if(_0x497c45&&_0x497c45['type']['indexOf']('Container')>-0x1&&_0x138f6d['pop'](),'elementEnd'==_0x22d06e['type'])continue;_0x497c45&&_0x497c45['type']==_0x289405+'Object'&&_0x497c45['element']['name']==_0x57fe5f['name']?_0x497c45['quantity']++:_0x138f6d['push']({'type':_0x289405+'Object','element':_0x57fe5f,'quantity':0x1}),_0x2fb0ef['skip'](_0x484850=>!('elementEnd'==_0x484850['type']&&_0x484850['item']==_0xf717f6));}else{if(this['_schema']['checkChild'](_0xf717f6,'$text')||_0xf717f6['is']('element','softBreak')){const _0x4bca39=_0xf717f6;if('add'==_0x289405&&'elementStart'==_0x22d06e['type']||'remove'==_0x289405&&'elementEnd'==_0x22d06e['type'])continue;if(_0x497c45&&-0x1==_0x497c45['type']['indexOf']('Container')){'text'==_0x497c45['type']&&(_0x497c45[_0x289405]+='\x0a');continue;}let _0x596d4a;if(_0x596d4a='add'==_0x289405?_0x4bca39['nextSibling']&&!this['_schema']['isObject'](_0x4bca39['nextSibling'])?_0x4bca39['nextSibling']:null:_0x4bca39['previousSibling']&&!this['_schema']['isObject'](_0x4bca39['previousSibling'])?_0x4bca39['previousSibling']:null,_0x4bca39['isEmpty']||_0x596d4a&&_0x596d4a['isEmpty']){const _0x364afd=_0x596d4a&&_0x596d4a['isEmpty']?_0x596d4a:_0x4bca39;_0x497c45&&_0x497c45['type']==_0x289405+'EmptyContainer'&&_0x497c45['element']['name']==_0x364afd['name']?_0x497c45['quantity']++:_0x138f6d['push']({'type':_0x289405+'EmptyContainer','element':_0x364afd,'quantity':0x1});}else _0x138f6d['push']({'type':_0x289405+'Container','element':_0x4bca39});}}}}}['_resolveDescriptionItems'](_0x4bf6f2){const _0x1d16ad=this['_locale'],_0x2ff5a3=[],_0x4876dd=[],_0x485a09=[];for(const _0x3accec of _0x4bf6f2)switch(_0x3accec['type']){case'text':if(_0x3accec['add']=_0x3accec['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x3accec['remove']=_0x3accec['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x3accec['add']&&''!=_0x3accec['remove']){_0x2ff5a3['push']({'type':'replace','content':o(_0x1d16ad,'REPLACE_TEXT',['\x22'+_0x3accec['remove']+'\x22','\x22'+_0x3accec['add']+'\x22'])});continue;}if(null!=_0x3accec['add']['match'](/^ +$/)){_0x2ff5a3['push']({'type':'insertion','content':o(_0x1d16ad,'*Insert:*\x20%0',o(_0x1d16ad,'ELEMENT_SPACE',_0x3accec['add']['length']))});continue;}if(null!=_0x3accec['remove']['match'](/^ +$/)){_0x2ff5a3['push']({'type':'deletion','content':o(_0x1d16ad,'*Remove:*\x20%0',o(_0x1d16ad,'ELEMENT_SPACE',_0x3accec['remove']['length']))});continue;}if(''!=_0x3accec['add']){_0x2ff5a3['push']({'type':'insertion','content':o(_0x1d16ad,'*Insert:*\x20%0','\x22'+_0x3accec['add']+'\x22')});continue;}_0x2ff5a3['push']({'type':'deletion','content':o(_0x1d16ad,'*Remove:*\x20%0','\x22'+_0x3accec['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x2ff5a3['push']({'type':'insertion','content':o(_0x1d16ad,'*Insert:*\x20%0',this['getItemLabel'](_0x3accec['element'],_0x3accec['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x2ff5a3['push']({'type':'deletion','content':o(_0x1d16ad,'*Remove:*\x20%0',this['getItemLabel'](_0x3accec['element'],_0x3accec['quantity']))});continue;case'addContainer':_0x2ff5a3['push']({'type':'insertion','content':o(_0x1d16ad,'*Split:*\x20%0',this['getItemLabel'](_0x3accec['element'],_0x3accec['quantity']))});continue;case'removeContainer':_0x2ff5a3['push']({'type':'deletion','content':o(_0x1d16ad,'*Merge:*\x20%0',this['getItemLabel'](_0x3accec['element'],_0x3accec['quantity']))});continue;case'addFormat':_0x4876dd['push'](_0x3accec['key']);continue;case'removeFormat':_0x485a09['push'](_0x3accec['key']);continue;default:_0x2ff5a3['push'](_0x3accec);}if(_0x4876dd['length']){const _0x2cb7c3=_0x4876dd['map'](_0x23bb2d=>this['_attributeLabels']['has'](_0x23bb2d)?this['_attributeLabels']['get'](_0x23bb2d):_0x23bb2d)['join'](',\x20');_0x2ff5a3['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x2cb7c3)});}if(_0x485a09['length']){const _0x28d35e=_0x485a09['map'](_0x5ebacb=>this['_attributeLabels']['has'](_0x5ebacb)?this['_attributeLabels']['get'](_0x5ebacb):_0x5ebacb)['join'](',\x20');_0x2ff5a3['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x28d35e)});}return _0x2ff5a3;}['_handleCustomCallbackDescription'](_0x50566f){for(const _0x9ff64b of this['_customCallbacks']){const _0x110368=_0x9ff64b(_0x50566f);if(_0x110368&&'type'in _0x110368)return _0x110368;}}['_handleAttributeSuggestionDescription'](_0x43538d,_0x57c035){const _0x5283ef=_0x57c035['data'],_0x3cb7ee=void 0x0===_0x5283ef['newValue']?'removeFormat':'addFormat';_0x43538d['push']({'type':_0x3cb7ee,'key':_0x5283ef['key']});}['_handleRenameSuggestionDescription'](_0x32f01e,_0x433468){_0x32f01e['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x433468['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x401ac7,_0x647591,_0x424c4e){if(this['_addDescriptionItems'](_0x401ac7,_0x647591),_0x424c4e&&_0x424c4e['getFirstRange']()&&!_0x647591['getFirstRange']()['end']['isEqual'](_0x424c4e['getFirstRange']()['start'])){const _0x1d60d9=_0x401ac7[_0x401ac7['length']-0x1],_0x5cfd5b='insertion'==_0x647591['type']?'add':'remove';_0x1d60d9&&'text'==_0x1d60d9['type']&&(_0x1d60d9[_0x5cfd5b]+='\x0a');}}}class E extends _0x4d360f{['afterInit'](){const _0x46f982=this['editor'],_0x208e54=_0x46f982['plugins']['get']('TrackChangesEditing');_0x46f982['commands']['get']('showAIAssistant')&&_0x208e54['enableCommand']('showAIAssistant');}}class V extends _0x4d360f{['afterInit'](){const _0x136a84=this['editor'],_0xfe1b30=_0x136a84['locale'];if(!_0x136a84['plugins']['has']('AlignmentEditing'))return;const _0x2feea9=_0x136a84['plugins']['get']('TrackChangesEditing');_0x2feea9['enableDefaultAttributesIntegration']('alignment'),_0x2feea9['registerBlockAttribute']('alignment'),_0x2feea9['descriptionFactory']['registerAttributeLabel']('alignment',o(_0xfe1b30,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1270df=this['editor'],_0x4f4f45=_0x1270df['locale'];_0x1270df['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4f37c9=>{if('formatBlock'!=_0x4f37c9['type'])return;const {data:_0x1042bf}=_0x4f37c9;if(_0x1042bf&&'alignment'==_0x1042bf['commandName']){const _0x3bfb9b=_0x1042bf['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x4f4f45,'*Format:*\x20%0',function(_0xe0ce04){switch(_0xe0ce04){case'left':return o(_0x4f4f45,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x4f4f45,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x4f4f45,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x4f4f45,'FORMAT_JUSTIFY_TEXT');}}(_0x3bfb9b))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class U extends _0x4d360f{['afterInit'](){const _0x444089=this['editor'],_0x5028c3=_0x444089['plugins']['get']('TrackChangesEditing'),_0x3ad0ec=_0x444089['locale'];for(const _0x3b382b of ti){if(!_0x444089['plugins']['has'](_0x3b382b))continue;const _0x253b76=_0x3b382b['slice'](0x0,-0x7)['toLowerCase'](),_0x13c8ee='FORMAT_'+_0x253b76['toUpperCase']();_0x5028c3['enableDefaultAttributesIntegration'](_0x253b76),_0x5028c3['registerInlineAttribute'](_0x253b76),_0x5028c3['descriptionFactory']['registerAttributeLabel'](_0x253b76,o(_0x3ad0ec,_0x13c8ee));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x258a52=this['editor'],_0x403260=_0x258a52['locale'],_0x4eda8e=_0x258a52['plugins']['get']('TrackChangesEditing');function _0x2b4edc(_0x5ab021,_0x2b0e15){_0x4eda8e['descriptionFactory']['registerDescriptionCallback'](_0x2595b2=>{if('formatInline'!=_0x2595b2['type'])return;const {data:_0x476555}=_0x2595b2;return _0x476555&&_0x476555['commandName']===_0x5ab021?_0x476555['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x403260,'*Format:*\x20%0',_0x2b0e15)}:{'type':'format','content':o(_0x403260,'*Remove\x20format:*\x20%0',_0x2b0e15)}:void 0x0;});}_0x2b4edc('bold',o(_0x403260,'FORMAT_BOLD')),_0x2b4edc('italic',o(_0x403260,'FORMAT_ITALIC')),_0x2b4edc('underline',o(_0x403260,'FORMAT_UNDERLINE')),_0x2b4edc('code',o(_0x403260,'FORMAT_CODE')),_0x2b4edc('strikethrough',o(_0x403260,'FORMAT_STRIKETHROUGH')),_0x2b4edc('subscript',o(_0x403260,'FORMAT_SUBSCRIPT')),_0x2b4edc('superscript',o(_0x403260,'FORMAT_SUPERSCRIPT'));}}class O extends _0x4d360f{['afterInit'](){const _0x54a755=this['editor'],_0x42ff74=_0x54a755['locale'];if(!_0x54a755['plugins']['has']('BlockQuoteEditing'))return;const _0x303195=_0x54a755['plugins']['get']('TrackChangesEditing'),_0x301d1a=this['editor']['commands']['get']('blockQuote');_0x303195['enableCommand']('blockQuote',(_0x5c60e0,_0xa4bb7f={})=>{const _0xeda6fe=this['editor']['model']['document']['selection'],_0x3f7d47=_0xa4bb7f&&void 0x0!==_0xa4bb7f['forceValue']?_0xa4bb7f['forceValue']:!_0x301d1a['value'];let _0x4e162b=[];if(_0x3f7d47){const _0x977fc3=Array['from'](_0xeda6fe['getSelectedBlocks']())['filter'](_0x623e9a=>oo(_0x623e9a)||function(_0x40e86f,_0x5abc37){const _0x27a6fc=_0x5abc37['checkChild'](_0x40e86f['parent'],'blockQuote'),_0x4ac595=_0x5abc37['checkChild'](['$root','blockQuote'],_0x40e86f);return _0x27a6fc&&_0x4ac595;}(_0x623e9a,this['editor']['model']['schema']));_0x4e162b=to(_0x977fc3,_0x54a755['model']);}else{const _0x282cd3=Array['from'](_0xeda6fe['getSelectedBlocks']())['filter'](_0x48325b=>oo(_0x48325b));_0x4e162b=to(_0x282cd3,_0x54a755['model']);}_0x54a755['model']['change'](()=>{for(const _0x4afff3 of _0x4e162b)_0x303195['markBlockFormat'](_0x4afff3,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x3f7d47}]});});}),_0x303195['descriptionFactory']['registerDescriptionCallback'](_0x498237=>{const {data:_0x37b7cb}=_0x498237;if(_0x37b7cb&&'blockQuote'==_0x37b7cb['commandName']){const _0x15156e=o(_0x42ff74,'ELEMENT_BLOCK_QUOTE');return _0x37b7cb['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x42ff74,'*Set\x20format:*\x20%0',_0x15156e)}:{'type':'format','content':o(_0x42ff74,'*Remove\x20format:*\x20%0',_0x15156e)};}});}}function oo(_0x29c158){return'blockQuote'==_0x29c158['parent']['name'];}class G extends _0x4d360f{['afterInit'](){const _0x3f5e36=this['editor'];_0x3f5e36['plugins']['has']('CaseChange')&&(_0x3f5e36['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x3f5e36['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x3f5e36['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class F extends _0x4d360f{['afterInit'](){const _0x24ce66=this['editor'];_0x24ce66['commands']['get']('ckbox')&&_0x24ce66['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class L extends _0x4d360f{['afterInit'](){const _0x13270a=this['editor'];if(!_0x13270a['plugins']['has']('CodeBlock'))return;const _0x2cb28f=_0x13270a['plugins']['get']('TrackChangesEditing'),_0x195456=_0x13270a['locale'],_0x38b228=_0x13270a['config']['get']('codeBlock')['languages'],_0x24eba3=_0x13270a['commands']['get']('codeBlock');_0x2cb28f['enableCommand']('indentCodeBlock'),_0x2cb28f['enableCommand']('outdentCodeBlock'),_0x2cb28f['enableCommand']('codeBlock',(_0x176dd6,_0x39ca47={})=>{const _0x4669a9=_0x13270a['model'],_0x4b4e0c=_0x13270a['model']['document']['selection'],_0x536563=_0x39ca47&&void 0x0!==_0x39ca47['forceValue']?_0x39ca47['forceValue']:!_0x24eba3['value'];let _0x304a1c;_0x39ca47['language']||(_0x39ca47['language']=_0x38b228[0x0]['language']),_0x304a1c=_0x536563?Array['from'](_0x4b4e0c['getSelectedBlocks']())['filter'](_0x35bf86=>eo(_0x35bf86)||function(_0xbd99fb,_0x3bbb9b){if(_0xbd99fb['is']('rootElement')||_0x3bbb9b['isLimit'](_0xbd99fb))return!0x1;return _0x3bbb9b['checkChild'](_0xbd99fb['parent'],'codeBlock');}(_0x35bf86,_0x4669a9['schema'])):Array['from'](_0x4b4e0c['getSelectedBlocks']())['filter'](_0x231030=>eo(_0x231030));const _0x2e8e45=to(_0x304a1c,_0x4669a9);_0x4669a9['change'](()=>{for(const _0x2e9f5e of _0x2e8e45)_0x2cb28f['markBlockFormat'](_0x2e9f5e,{'commandName':'codeBlock','commandParams':[{..._0x39ca47,'forceValue':_0x536563}],'formatGroupId':'blockName'});});}),(_0x2cb28f['descriptionFactory']['registerElementLabel']('codeBlock',_0x7c5dcd=>o(_0x195456,'ELEMENT_CODE_BLOCK',_0x7c5dcd)),_0x2cb28f['descriptionFactory']['registerDescriptionCallback'](_0x9a88e0=>{if('formatBlock'!=_0x9a88e0['type'])return;const _0x27ff7e=_0x195456['t'],{data:_0x337d8a}=_0x9a88e0;if(!_0x337d8a||'codeBlock'!=_0x337d8a['commandName'])return;const _0x157ab5=_0x337d8a['commandParams'][0x0]['language'],_0x3481e0=_0x27ff7e(_0x38b228['find'](_0x49fa0b=>_0x49fa0b['language']===_0x157ab5)['label'])['toLowerCase']();return _0x337d8a['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x195456,'*Set\x20format:*\x20%0',o(_0x195456,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x3481e0+')')}:{'type':'format','content':o(_0x195456,'*Remove\x20format:*\x20%0',o(_0x195456,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x56cd4d){return'codeBlock'==_0x56cd4d['name'];}class H extends _0x4d360f{['afterInit'](){const _0x4f0165=this['editor'];if(!_0x4f0165['plugins']['has']('CommentsEditing'))return;_0x4f0165['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x161376,_0x4dad06,_0x1df32a){const _0x3fd424=[];for(const _0x16fa7c of _0x4dad06['getItems']())_0x16fa7c['hasAttribute'](_0x161376)&&_0x3fd424['push'](_0x1df32a['createRangeOn'](_0x16fa7c));return _0x3fd424;}function _e(_0x316348,_0x4dea11,{showActiveMarker:_0x180e50=!0x0}={}){const _0x3ada96=_0x316348['plugins']['get']('TrackChangesEditing');return(_0x5e000f,_0x2f22ff,_0xa92723)=>{if(!_0xa92723['consumable']['test'](_0x2f22ff['markerRange'],_0x5e000f['name']))return;const _0x4a8503=_0x2f22ff['markerRange']['getWalker'](),_0x5240d3=_0x2f22ff['markerRange']['start'],_0x5ade01=_0x316348['model']['schema'];let _0x163504=null,_0x4883f6=null,_0x425168=!0x1,_0x3be90b=!0x1;for(const _0x1db057 of _0x4a8503){const _0x260a8c=_0x1db057['item'];_0x425168=_0x425168||_0x5ade01['isContent'](_0x260a8c);const _0x2c95e1=_0xa92723['mapper']['toViewElement'](_0x260a8c);if(_0x2c95e1&&_0x2c95e1['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x1db057['type']&&(_0x5ade01['isBlock'](_0x260a8c)&&!_0x5ade01['isLimit'](_0x260a8c)&&(_0x260a8c['nextSibling']||_0x5240d3['isAtEnd']?_0x163504&&_0x163504['parent']==_0x260a8c||(_0x163504=_0x260a8c,_0x3e3e92(_0x1db057['previousPosition']),_0x3be90b=!0x0):_0x4883f6=_0x4883f6||_0x1db057['previousPosition']));}function _0x3e3e92(_0x290743){const _0xa43fe7=_0xa92723['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x4dea11}),_0x54c77a=_0xa92723['mapper']['toViewPosition'](_0x290743);_0x180e50&&_0x3ada96['activeMarkers']['includes'](_0x2f22ff['markerName'])&&_0xa92723['writer']['addClass']('ck-suggestion-marker--active',_0xa43fe7),_0xa92723['writer']['insert'](_0x54c77a,_0xa43fe7),_0xa92723['mapper']['bindElementToMarker'](_0xa43fe7,_0x2f22ff['markerName']);}_0x425168||_0x3be90b||!_0x4883f6||_0x3e3e92(_0x4883f6);};}class q extends _0x4d360f{static get['requires'](){return[_0x1994ec];}['init'](){const _0x3a54eb=this['editor'],_0x222cca=_0x3a54eb['plugins']['get']('TrackChangesEditing');_0x222cca['enableCommand']('delete');const _0x4484f2=_0x3a54eb['commands']['get']('deleteForward');_0x222cca['enableCommand']('deleteForward',(_0x357427,_0x1bad66={})=>{const _0x115675=_0x3a54eb['model']['createSelection'](_0x3a54eb['model']['document']['selection']);_0x115675['isCollapsed']&&_0x3a54eb['model']['modifySelection'](_0x115675,{'direction':'forward','unit':_0x1bad66['unit']});const _0x40301d=_0x115675['getFirstRange'](),_0x42b163=_0x27f355['fromRange'](_0x40301d);let _0x54e27b;_0x357427(_0x1bad66),_0x54e27b='$graveyard'==_0x42b163['root']['rootName']?_0x3a54eb['model']['createRange'](_0x40301d['start']):_0x3a54eb['model']['createRange'](_0x42b163['start'],_0x42b163['end']),_0x42b163['detach'](),_0x3a54eb['model']['enqueueChange'](_0x4484f2['buffer']['batch'],_0x19b6d9=>{_0x4484f2['buffer']['lock'](),_0x19b6d9['setSelection'](_0x19b6d9['createRange'](_0x54e27b['end'])),_0x4484f2['buffer']['unlock']();});}),_0x3a54eb['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x3a54eb,'merge'),{'priority':'high'}),_0x3a54eb['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x256824,_0x2be2fe,_0x5a641d)=>{_0x5a641d['options']['showSuggestionHighlights']&&_e(_0x3a54eb,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x256824,_0x2be2fe,_0x5a641d);},{'priority':'high'}),_0x3a54eb['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x41ceda,_0x2a366d,_0x11e329)=>{const _0x10bb56=_0x11e329['mapper']['markerNameToElements'](_0x2a366d['markerName']);if(_0x10bb56){for(const _0x4fde8c of _0x10bb56)_0x4fde8c['is']('uiElement')&&(_0x11e329['mapper']['unbindElementFromMarkerName'](_0x4fde8c,_0x2a366d['markerName']),_0x11e329['writer']['remove'](_0x4fde8c));}},{'priority':'high'});}}class z extends _0x4d360f{['afterInit'](){const _0x28be5b=this['editor'];if(!_0x28be5b['plugins']['has']('ListEditing'))return;const _0x56c4c1=_0x28be5b['locale'],_0x4601d2=_0x28be5b['plugins']['get']('TrackChangesEditing'),_0x4d8cde=_0x28be5b['plugins']['has']('TodoListEditing'),_0x18f742=!!_0x28be5b['config']['get']('list.multiBlock');function _0xa21db9(_0x90e4ee){return{'type':'format','content':''+o(_0x56c4c1,'*Set\x20format:*\x20%0',_0x90e4ee)};}function _0x467db0(_0x4cb79a){return{'type':'format','content':''+o(_0x56c4c1,'*Remove\x20format:*\x20%0',_0x4cb79a)};}_0x4601d2['enableDefaultAttributesIntegration']('numberedList'),_0x4601d2['enableDefaultAttributesIntegration']('bulletedList'),_0x4601d2['enableDefaultAttributesIntegration']('customNumberedList'),_0x4601d2['enableDefaultAttributesIntegration']('customBulletedList'),_0x4601d2['enableDefaultAttributesIntegration']('indentList'),_0x4601d2['enableDefaultAttributesIntegration']('outdentList'),_0x4601d2['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x4601d2['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x4601d2['registerBlockAttribute']('listItemId'),_0x4601d2['registerBlockAttribute']('listType'),_0x4601d2['registerBlockAttribute']('listIndent'),_0x18f742&&(_0x4601d2['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x4601d2['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x4d8cde&&(_0x4601d2['enableDefaultAttributesIntegration']('todoList'),_0x4601d2['enableDefaultAttributesIntegration']('checkTodoList'),_0x4601d2['registerBlockAttribute']('todoListChecked'),_0x4601d2['descriptionFactory']['registerDescriptionCallback'](_0x150ab1=>{const {data:_0x2eebcf}=_0x150ab1;if(_0x2eebcf&&'todoListChecked'==_0x2eebcf['key'])return{'type':'format','content':_0x2eebcf['newValue']?o(_0x56c4c1,'*Check\x20item*'):o(_0x56c4c1,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x3998f7=>{if(_0x3998f7['batch']['isUndo'])return!0x1;let _0x82f6ee=!0x1;const _0x1eb28a=_0x4601d2['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x159a01=>'todoListChecked'===_0x4601d2['_getAttributeKey'](_0x159a01));for(const _0x40a019 of _0x1eb28a){'todo'!=_0x40a019['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x4601d2['_findSuggestions'](_0x40a019['getFirstRange'](),'attribute')['find'](_0x57347f=>'listType'===_0x4601d2['_getAttributeKey'](_0x57347f['suggestion']))||(_0x3998f7['removeMarker'](_0x40a019['getFirstMarker']()),_0x82f6ee=!0x0));}return _0x82f6ee;})),_0x4601d2['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x56c4c1,'FORMAT_INDENT'));const _0x258ab2={'type':'format','content':''};_0x4601d2['descriptionFactory']['registerDescriptionCallback'](_0xf832e9=>{const {data:_0x2123aa}=_0xf832e9;if(!_0x2123aa||'listType'!=_0x2123aa['key'])return;let _0x15cee7=_0xf832e9['head'];for(;_0x15cee7;){if(_0x15cee7['data']&&(('listStyle'==_0x15cee7['data']['key']||'listMarkerStyle'==_0x15cee7['data']['key'])&&(_0x15cee7['data']['newValue']&&'default'!=_0x15cee7['data']['newValue']||'default'!=_0x15cee7['data']['oldValue']&&!_0x2123aa['newValue'])||!_0x18f742&&_0x15cee7['data']['key']==m))return _0x258ab2;_0x15cee7=_0x15cee7['next'];}if(null==_0x2123aa['newValue'])switch(_0x2123aa['oldValue']){case'bulleted':return _0x467db0(o(_0x56c4c1,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x467db0(o(_0x56c4c1,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x467db0(o(_0x56c4c1,'ELEMENT_TODO_LIST'));}switch(_0x2123aa['newValue']){case'bulleted':return _0xa21db9(o(_0x56c4c1,'ELEMENT_BULLETED_LIST'));case'numbered':return _0xa21db9(o(_0x56c4c1,'ELEMENT_NUMBERED_LIST'));case'todo':return _0xa21db9(o(_0x56c4c1,'ELEMENT_TODO_LIST'));}}),_0x4601d2['descriptionFactory']['registerDescriptionCallback'](_0x4e593a=>{const {data:_0xb0b871}=_0x4e593a;if(_0xb0b871&&'listIndent'==_0xb0b871['key'])return null==_0xb0b871['newValue']||null==_0xb0b871['oldValue']&&0x0==_0xb0b871['newValue']?_0x258ab2:void 0x0;}),_0x4601d2['descriptionFactory']['registerDescriptionCallback'](_0x5b6fde=>{if('attribute'!=_0x5b6fde['type'])return;const {data:_0x5e4d4d}=_0x5b6fde;if(!_0x5e4d4d||'listItemId'!=_0x5e4d4d['key'])return;const _0x3be870=le(_0x5b6fde);return'newValue'==_0x3be870?{'type':'format','content':o(_0x56c4c1,'*Merge:*\x20list\x20item')}:'oldValue'==_0x3be870?{'type':'format','content':o(_0x56c4c1,'*Split:*\x20list\x20item')}:_0x258ab2;}),_0x28be5b['model']['document']['registerPostFixer'](_0x507a09=>this['listItemIdFixer'](_0x507a09)),_0x28be5b['model']['document']['registerPostFixer'](_0x3c0aeb=>this['noTrackChangesFixer'](_0x3c0aeb)),_0x28be5b['model']['document']['registerPostFixer'](_0x23bfd6=>this['assureChains'](_0x23bfd6)),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x3e3a14){if(_0x3e3a14['batch']['isUndo']||!_0x3e3a14['batch']['isLocal'])return!0x1;let _0x59c0f8=!0x1;const _0x56b317=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x171b24=>_0x171b24['data']&&'listItemId'==_0x171b24['data']['key'])['filter'](_0x32c44f=>_0x32c44f['data']['newValue']&&_0x32c44f['data']['oldValue']);for(const _0x17e5fa of _0x56b317)le(_0x17e5fa)||(_0x3e3a14['removeMarker'](_0x17e5fa['getFirstMarker']()),_0x59c0f8=!0x0);return _0x59c0f8;}['noTrackChangesFixer'](_0x44fab4){if(_0x44fab4['batch']['isUndo']||!_0x44fab4['batch']['isLocal'])return!0x1;const _0x48a881=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x48a881['trackChangesCommand']['value'])return!0x1;let _0x40e058=!0x1;const _0xec9536=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x5461c0=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x51af88=>'attribute'==_0x51af88['type'])['filter'](_0x130f0d=>_0xec9536['includes'](_0x130f0d['attributeKey']));if(0x0==_0x5461c0['length'])return _0x40e058;for(const _0x2a6071 of _0x5461c0){const _0x10f851=_0x48a881['_findSuggestions'](_0x2a6071['range'],'attribute')['filter'](_0x2bea05=>!_0x2bea05['meta']['isNextTo'])['map'](_0x279aa6=>_0x279aa6['suggestion'])['filter'](_0x530daf=>{const _0x3a9fec=_0x48a881['_getAttributeKey'](_0x530daf);return _0xec9536['includes'](_0x3a9fec);});if(_0x10f851['length']){for(const _0x1b5937 of _0x10f851)_0x44fab4['removeMarker'](_0x1b5937['getFirstMarker']());_0x40e058=!0x0;}}return _0x40e058;}['assureChains'](_0x1ad75d){if(_0x1ad75d['batch']['isUndo']||!_0x1ad75d['batch']['isLocal'])return!0x1;const _0x8e45f4=this['editor']['plugins']['get']('TrackChangesEditing');let _0x35473b=!0x1;const _0x28e0aa=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];for(const _0x5689d4 of _0x8e45f4['getSuggestions']({'skipNotAttached':!0x0})){const _0x109571=_0x8e45f4['_findSuggestions'](_0x5689d4['getFirstRange'](),'attribute')['map'](_0x4eba79=>_0x4eba79['suggestion'])['filter'](_0x47d51c=>_0x47d51c['data']&&_0x28e0aa['includes'](_0x47d51c['data']['key']));if(!_0x109571['length'])continue;const _0x496853=_0x109571[0x0]['head']['attributes']['groupId'];if(!_0x109571['every'](_0x5cbe59=>_0x5cbe59['attributes']['groupId']===_0x496853)){for(const _0x38edd9 of _0x109571)_0x3158c4(_0x38edd9,_0x496853)&&(_0x35473b=!0x0);}}return _0x35473b;function _0x4ada9b(_0x6e42f2,_0x57bb04){for(const _0x4adde2 of _0x8e45f4['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x932102=>'attribute'==_0x932102['type']&&_0x932102['attributes']['groupId']==_0x6e42f2))_0x4adde2['setAttribute']('groupId',_0x57bb04);}function _0x3158c4(_0x4f210d,_0x270878){let _0x42f9eb=_0x4f210d['head'],_0x5ef415=!0x1;for(;_0x42f9eb;)_0x42f9eb['attributes']['groupId']!=_0x270878&&(_0x4ada9b(_0x42f9eb['attributes']['groupId'],_0x270878),_0x42f9eb['setAttribute']('groupId',_0x270878),_0x5ef415=!0x0),_0x42f9eb=_0x42f9eb['next'];return _0x5ef415;}}['_supportLegacySuggestions'](){const _0x38abd1=this['editor'],_0x2469cd=_0x38abd1['locale'],_0x5b0c0d=_0x38abd1['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x5b0c0d['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x31f79f,_0x4ee37c){const _0x1c65a9=[];for(let _0x1f1a52 of _0x31f79f)_0x1f1a52['start']['nodeAfter']===_0x1f1a52['end']['parent']&&(_0x1f1a52=_0x38abd1['model']['createRange'](_0x38abd1['model']['createPositionAt'](_0x1f1a52['start']['nodeAfter'],0x0))),_0x1c65a9['push'](_0x1f1a52);_0x38abd1['model']['change'](_0x752c70=>{const _0x149dcd=_0x38abd1['model']['document']['selection'],_0x5edaeb=Array['from'](_0x149dcd['getRanges']())['map'](_0x3a2d86=>_0x27f355['fromRange'](_0x3a2d86));_0x752c70['setSelection'](_0x1c65a9),_0x38abd1['commands']['get'](_0x4ee37c['commandName'])['refresh'](),_0x4ee37c['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x38abd1['execute'](_0x4ee37c['commandName'],..._0x4ee37c['commandParams']),_0x752c70['setSelection'](_0x5edaeb);for(const _0x7de0c of _0x5edaeb)_0x7de0c['detach']();});}),_0x5b0c0d['descriptionFactory']['registerElementLabel'](function(_0x35c49d){const _0x3a6ed6=!_0x38abd1['model']['schema']['isObject'](_0x35c49d),_0x25ead4=_0x35c49d['previousSibling'],_0x32524e=_0x35c49d['nextSibling'],_0x1419f1=_0x35c49d['getAttribute']('listItemId'),_0x64a20b=!_0x25ead4||_0x25ead4['getAttribute']('listItemId')!==_0x1419f1,_0x59712c=!_0x32524e||_0x32524e['getAttribute']('listItemId')!==_0x1419f1;return _0x3a6ed6&&Boolean(_0x1419f1)&&_0x64a20b&&_0x59712c;},_0x4b3f02=>o(_0x2469cd,'ELEMENT_LIST_ITEM',_0x4b3f02));}['_registerLegacyDescription'](){const _0x2fb61e=this['editor'],_0x2edbb6=_0x2fb61e['locale'];function _0x2d3b82(_0xc8144f){const _0x1e6279=_0x2fb61e['commands']['get']('bulletedList')['value'],_0x4a4790=_0x2fb61e['commands']['get']('numberedList')['value'];return'numberedList'===_0xc8144f?_0x1e6279:_0x4a4790;}_0x2fb61e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x13800a){if('formatBlock'!=_0x13800a['type'])return;const {data:_0x31f01a}=_0x13800a;if(!_0x31f01a)return;let _0x5f5ace,_0x55f003,_0x42d1d3,_0x31b5ab;switch(_0x31f01a['commandName']){case'bulletedList':_0x42d1d3=_0x31f01a['commandParams'][0x0]['forceValue'],_0x31b5ab=_0x2d3b82(_0x31f01a['commandName']),_0x5f5ace=_0x42d1d3?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x31b5ab&&_0x2fb61e['config']['get']('list.multiBlock')||(_0x5f5ace='*Change\x20to:*\x20%0'),_0x55f003={'type':'format','content':o(_0x2edbb6,_0x5f5ace,o(_0x2edbb6,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x42d1d3=_0x31f01a['commandParams'][0x0]['forceValue'],_0x31b5ab=_0x2d3b82(_0x31f01a['commandName']),_0x5f5ace=_0x42d1d3?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x31b5ab&&_0x2fb61e['config']['get']('list.multiBlock')||(_0x5f5ace='*Change\x20to:*\x20%0'),_0x55f003={'type':'format','content':o(_0x2edbb6,_0x5f5ace,o(_0x2edbb6,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x5f5ace='*Indent:*\x20%0',_0x55f003={'type':'format','content':o(_0x2edbb6,_0x5f5ace,o(_0x2edbb6,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x5f5ace=function(_0x35f69f){const _0xbe626d=_0x35f69f['getFirstRange']();let _0x4d61e9=_0xbe626d['start']['nodeAfter'];for(;_0x4d61e9&&_0xbe626d['containsItem'](_0x4d61e9);){if(_0x4d61e9['getAttribute']('listIndent')>0x0)return!0x1;_0x4d61e9=_0x4d61e9['nextSibling'];}return!0x0;}(_0x13800a)?o(_0x2edbb6,'*Format:*\x20remove\x20from\x20%0',o(_0x2edbb6,function(_0x4a4817){return'ELEMENT_'+_0x4a4817['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x13800a))):o(_0x2edbb6,'*Outdent:*\x20%0',o(_0x2edbb6,'ELEMENT_LIST_ITEM')),_0x55f003={'type':'format','content':_0x5f5ace};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x31f01a['multipleBlocks']&&(_0x5f5ace='*Merge:*\x20%0',_0x55f003={'type':'deletion','content':o(_0x2edbb6,_0x5f5ace,o(_0x2edbb6,'ELEMENT_LIST_ITEM'))});}return _0x55f003;});}}function le(_0x4aa92c){let _0x10e2f9=_0x4aa92c['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x10e2f9;){const _0x5931cc=_0x10e2f9['getAttribute']('listItemId');if(!_0x5931cc)return!0x1;if(_0x5931cc==_0x4aa92c['data']['newValue'])return'newValue';if(_0x5931cc==_0x4aa92c['data']['oldValue'])return'oldValue';_0x10e2f9=_0x10e2f9['previousSibling'];}return!0x1;}class ue extends _0x4d360f{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x5cf3dd=this['editor']['config']['get']('list.properties'),_0x162bcc=this['editor']['plugins']['get']('TrackChangesEditing');_0x5cf3dd['styles']&&(_0x162bcc['enableDefaultAttributesIntegration']('listStyle'),_0x162bcc['registerBlockAttribute']('listStyle')),_0x5cf3dd['reversed']&&(_0x162bcc['enableDefaultAttributesIntegration']('listReversed'),_0x162bcc['registerBlockAttribute']('listReversed')),_0x5cf3dd['startIndex']&&(_0x162bcc['enableDefaultAttributesIntegration']('listStart'),_0x162bcc['registerBlockAttribute']('listStart'));const _0x29404f={'type':'format','content':''};_0x162bcc['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x330c34=this['editor']['locale'];_0x162bcc['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x330c34,'FORMAT_LIST_REVERSED')),_0x162bcc['descriptionFactory']['registerDescriptionCallback'](_0x2efc3=>{const {data:_0x1398d4}=_0x2efc3;if(_0x1398d4&&'listReversed'==_0x1398d4['key'])return null==_0x1398d4['newValue']||0x0==_0x1398d4['newValue']&&null==_0x1398d4['oldValue']?_0x29404f:void 0x0;}),_0x162bcc['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x330c34,'FORMAT_LIST_START')),_0x162bcc['descriptionFactory']['registerDescriptionCallback'](_0x7d46bc=>{const {data:_0x2c48ae}=_0x7d46bc;if(_0x2c48ae&&'listStart'==_0x2c48ae['key'])return null==_0x2c48ae['newValue']||0x1==_0x2c48ae['newValue']&&null==_0x2c48ae['oldValue']?_0x29404f:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x269c83=>{if(_0x269c83['batch']['isUndo'])return!0x1;let _0x3cf973=!0x1;const _0x4188a4=_0x162bcc['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5424da=>{const _0x393035=_0x162bcc['_getAttributeKey'](_0x5424da);return'listStart'==_0x393035||'listReversed'==_0x393035;});for(const _0x210e84 of _0x4188a4){const _0x4e38da=_0x210e84['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x4e38da||'customNumbered'==_0x4e38da)continue;_0x162bcc['_findSuggestions'](_0x210e84['getFirstRange'](),'attribute')['find'](_0x181165=>'listType'==_0x162bcc['_getAttributeKey'](_0x181165['suggestion']))||(_0x269c83['removeMarker'](_0x210e84['getFirstMarker']()),_0x3cf973=!0x0);}return _0x3cf973;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x3dab62){const _0x548745=this['editor']['locale'],{data:_0x2610d3}=_0x3dab62,_0x1ed976={'type':'format','content':''};if(!_0x2610d3||'listStyle'!=_0x2610d3['key'])return;if(!_0x2610d3['oldValue'])return'default'==_0x2610d3['newValue']?_0x1ed976:{'type':'format','content':''+o(_0x548745,'*Set\x20format:*\x20%0',o(_0x548745,this['_getTranslationKeyForListStyle'](_0x2610d3['newValue'])))};if(!_0x2610d3['newValue']){if('default'==_0x2610d3['oldValue'])return _0x1ed976;let _0x56a5c3=_0x3dab62['head'];for(;_0x56a5c3;){if(_0x56a5c3['data']&&'listType'==_0x56a5c3['data']['key']&&_0x56a5c3['data']['newValue'])return _0x1ed976;_0x56a5c3=_0x56a5c3['next'];}return{'type':'format','content':''+o(_0x548745,'*Remove\x20format:*\x20%0',o(_0x548745,this['_getTranslationKeyForListStyle'](_0x2610d3['oldValue'])))};}if('default'!=_0x2610d3['newValue'])return{'type':'format','content':''+o(_0x548745,'*Set\x20format:*\x20%0',o(_0x548745,this['_getTranslationKeyForListStyle'](_0x2610d3['newValue'])))};let _0x3d3328=_0x3dab62['head'];for(;_0x3d3328;){if(_0x3d3328['data']&&'listType'==_0x3d3328['data']['key']&&_0x3d3328['data']['newValue']&&_0x3d3328['data']['oldValue'])return _0x1ed976;_0x3d3328=_0x3d3328['next'];}return{'type':'format','content':o(_0x548745,'*Set\x20format:*\x20%0',o(_0x548745,'ELEMENT_'+_0x3dab62['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x4395ae=this['editor'],_0x264db8=_0x4395ae['locale'];_0x4395ae['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x464a67=>{if('formatBlock'!=_0x464a67['type'])return;const {data:_0x42a023}=_0x464a67;if(!_0x42a023)return;let _0x49fab2,_0x4741d4;switch(_0x42a023['commandName']){case'listStyle':_0x49fab2='*Change\x20to:*\x20%0',_0x4741d4={'type':'format','content':o(_0x264db8,_0x49fab2,o(_0x264db8,this['_getTranslationKeyForListStyle'](_0x42a023['commandParams'][0x0]['type'])))};break;case'listReversed':_0x49fab2=_0x42a023['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x4741d4={'type':'format','content':o(_0x264db8,_0x49fab2)};break;case'listStart':_0x49fab2='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x4741d4={'type':'format','content':o(_0x264db8,_0x49fab2,_0x42a023['commandParams'][0x0]['startIndex'])};}return _0x4741d4;});}['_getTranslationKeyForListStyle'](_0x119d5a){return'ELEMENT_'+function(_0x3741ac){if(pe['includes'](_0x3741ac))return'bulleted';if(ye['includes'](_0x3741ac))return'numbered';return null;}(_0x119d5a)['toUpperCase']()+'_LIST_'+_0x119d5a['toUpperCase']()['replace'](/-/g,'_');}}const pe=['disc','circle','square'],ye=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class W extends _0x4d360f{static get['requires'](){return[_0x417486];}['init'](){const _0x37c5e3=this['editor'],_0x43b0a8=_0x37c5e3['plugins']['get']('TrackChangesEditing'),_0x1ac031=_0x37c5e3['commands']['get']('enter');_0x43b0a8['enableCommand']('enter',()=>{_0x37c5e3['model']['change'](_0x2e6a79=>{const _0x4ac53f=_0x37c5e3['model']['document']['selection'],_0x337c1c=_0x4ac53f['getFirstPosition'](),_0x2cbcd2=_0x27f355['fromRange'](_0x4ac53f['getFirstRange']());if(_0x1ac031['enterBlock'](_0x2e6a79)){const _0x38e653=_0x37c5e3['model']['createPositionAt'](_0x337c1c['parent']['nextSibling'],0x0),_0x56529c=_0x2e6a79['createRange'](_0x337c1c,_0x38e653);_0x43b0a8['markInsertion'](_0x56529c);}else _0x2e6a79['setSelection'](_0x2e6a79['createRange'](_0x2cbcd2['end']));_0x2cbcd2['detach'](),_0x1ac031['fire']('afterExecute',{'writer':_0x2e6a79});});}),_0x37c5e3['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x37c5e3,'split'),{'priority':'high'}),_0x37c5e3['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x47821f,_0x262271,_0x2d8ad2)=>{const _0xec6ad0=_0x2d8ad2['mapper']['markerNameToElements'](_0x262271['markerName']);if(_0xec6ad0){for(const _0x36b577 of _0xec6ad0)_0x36b577['hasClass']('ck-suggestion-marker-split')&&(_0x2d8ad2['mapper']['unbindElementFromMarkerName'](_0x36b577,_0x262271['markerName']),_0x2d8ad2['writer']['remove'](_0x36b577));}},{'priority':'high'}),_0x37c5e3['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x28e304,_0x422e0b,_0x6f50d7)=>{_0x6f50d7['options']['showSuggestionHighlights']&&_e(_0x37c5e3,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x28e304,_0x422e0b,_0x6f50d7);},{'priority':'high'});}}class J extends _0x4d360f{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x4f5ba3=this['editor']['plugins']['get']('TrackChangesEditing');_0x4f5ba3['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x4f5ba3['enableCommand']('findNext'),_0x4f5ba3['enableCommand']('findPrevious'),_0x4f5ba3['enableCommand']('replace'),_0x4f5ba3['enableCommand']('replaceAll');}['handleFindCommand'](_0x4833a9,_0x98d47b,_0x342aa4={}){const _0x1de9f9=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x4833a9(_0x241cd8=>('string'==typeof _0x98d47b?_0x1de9f9['findByTextCallback'](_0x98d47b,_0x342aa4):_0x98d47b)(_0x241cd8)['filter'](_0x1fdf13=>!0x1===this['_isInDeletionRange'](_0x1fdf13,_0x241cd8['item'])),_0x342aa4);}['_isInDeletionRange'](_0x468fd1,_0x38bd17){const _0x1e902e=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x38bd17,_0x468fd1['start']),this['editor']['model']['createPositionAt'](_0x38bd17,_0x468fd1['end']));for(const _0x59e834 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x1e902e['getIntersection'](_0x59e834['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 _0x4d360f{['afterInit'](){const _0x5006a1=this['editor']['locale'],_0x5b9754=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x4f48e2,commandName:_0x204cac}of ro)this['editor']['plugins']['has'](_0x4f48e2)&&(_0x5b9754['enableDefaultAttributesIntegration'](_0x204cac),_0x5b9754['registerInlineAttribute'](_0x204cac));_0x5006a1['t'],_0x5b9754['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x5006a1,'FORMAT_FONT_SIZE')),_0x5b9754['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x5006a1,'FORMAT_FONT_FAMILY')),_0x5b9754['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x5006a1,'FORMAT_FONT_COLOR')),_0x5b9754['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x5006a1,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x30fb54=this['editor'],_0x356648=_0x30fb54['locale'];_0x30fb54['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x59987f=>{const _0x54be8f=_0x356648['t'];if('formatInline'!=_0x59987f['type'])return;const {data:_0x1f8b14}=_0x59987f;if(null!=_0x1f8b14){if('fontSize'==_0x1f8b14['commandName']){const _0x2182a8=_0x1f8b14['commandParams'][0x0]['value'];if(_0x2182a8){const _0x350856=_0x54be8f(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x32effb=>_0x32effb['model']==_0x2182a8)['title'])['toLowerCase']();return{'type':'format','content':o(_0x356648,'*Set\x20font\x20size:*\x20%0',_0x350856)};}return{'type':'format','content':o(_0x356648,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x1f8b14['commandName']){const _0x502b60=_0x1f8b14['commandParams'][0x0]['value'];return _0x502b60?{'type':'format','content':o(_0x356648,'*Set\x20font\x20family:*\x20%0',_0x502b60)}:{'type':'format','content':o(_0x356648,'*Reset\x20font\x20family*')};}if('fontColor'==_0x1f8b14['commandName']){const _0x3427a2=_0x1f8b14['commandParams'][0x0]['value'];if(_0x3427a2){const _0x372a7f=_0x7e92f6(this['editor']['config']['get']('fontColor.colors'))['find'](_0x1bd053=>_0x1bd053['model']==_0x3427a2);let _0x2fb358=_0x3427a2,_0x9063c9='';return _0x372a7f&&(_0x2fb358=_0x372a7f['label'],_0x9063c9=_0x54be8f(_0x2fb358)['toLowerCase']()),{'type':'format','content':o(_0x356648,'*Set\x20font\x20color:*\x20%0',_0x9063c9)['trim'](),'color':{'value':_0x3427a2,'title':_0x9063c9||_0x2fb358}};}return{'type':'format','content':o(_0x356648,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x1f8b14['commandName']){const _0x4528e9=_0x1f8b14['commandParams'][0x0]['value'];if(_0x4528e9){const _0x4ac96b=_0x7e92f6(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x2627fa=>_0x2627fa['model']==_0x4528e9);let _0x2d3eff=_0x4528e9,_0x160593='';return _0x4ac96b&&(_0x2d3eff=_0x4ac96b['label'],_0x160593=_0x54be8f(_0x2d3eff)['toLowerCase']()),{'type':'format','content':o(_0x356648,'*Set\x20font\x20background\x20color:*\x20%0',_0x160593)['trim'](),'color':{'value':_0x4528e9,'title':_0x160593||_0x2d3eff}};}return{'type':'format','content':o(_0x356648,'*Reset\x20font\x20background\x20color*')};}}});}}class X extends _0x4d360f{['afterInit'](){const _0x3d8707=this['editor'],_0x5a01a8=_0x3d8707['plugins']['get']('TrackChangesEditing'),_0x554161=_0x3d8707['commands']['get']('copyFormat'),_0x249618=_0x3d8707['commands']['get']('pasteFormat');_0x554161&&_0x249618&&(_0x5a01a8['enableDefaultAttributesIntegration']('pasteFormat'),_0x5a01a8['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x36048d=this['editor'],_0x6671ff=_0x36048d['locale'];_0x36048d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5f3135=>{if('formatBlock'!=_0x5f3135['type']&&'formatInline'!=_0x5f3135['type'])return;const {data:_0x1b9c5b}=_0x5f3135;if(_0x1b9c5b&&'pasteFormat'===_0x1b9c5b['commandName']){const _0x5abf72=[],_0x19c113=_0x1b9c5b['commandParams'][0x0];for(const [_0x407890,_0x4e9a00]of Object['entries'](_0x19c113))_0x5abf72['push'](so(_0x36048d,_0x407890,_0x4e9a00));return _0x5abf72['length']?{'type':'format','content':o(_0x6671ff,'*Set\x20format\x20to:*\x20%0',_0x5abf72['join'](',\x20'))}:{'type':'format','content':o(_0x6671ff,'*Remove\x20all\x20formatting*')};}});}}function so(_0x11ac1e,_0x1b13f2,_0x13a5af){const _0x55e0ba=_0x11ac1e['locale']['t'],_0x25d78f=_0x1b13f2['split'](/(?=[A-Z])/)['join']('\x20'),_0x489701=_0x55e0ba(_0x25d78f['charAt'](0x0)['toUpperCase']()+_0x25d78f['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x13a5af)return _0x489701;if('fontColor'===_0x1b13f2||'fontBackgroundColor'===_0x1b13f2){const _0x18f6eb=_0x7e92f6(_0x11ac1e['config']['get']('fontColor.colors'))['find'](_0x3935ab=>_0x3935ab['model']==_0x13a5af);return _0x489701+'\x20('+(_0x18f6eb?_0x55e0ba(_0x18f6eb['label'])['toLowerCase']():_0x13a5af)+')';}if('fontSize'===_0x1b13f2&&isNaN(parseFloat(_0x13a5af))){const _0x30435b=_0x11ac1e['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x11ac1e['config']['get']('fontSize.options'))['find'](_0x410967=>_0x410967['model']==_0x13a5af);return _0x489701+'\x20('+(_0x30435b?_0x55e0ba(_0x30435b['title'])['toLowerCase']():_0x13a5af)+')';}return _0x489701+'\x20('+_0x13a5af+')';}class Y extends _0x4d360f{['_headingOptions'];['afterInit'](){const _0x28a66a=this['editor'];if(!_0x28a66a['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x28a66a['config']['get']('heading.options');const _0x1cdf29=_0x28a66a['locale'],_0x5473d5=_0x28a66a['plugins']['get']('TrackChangesEditing');_0x5473d5['enableDefaultAttributesIntegration']('heading');for(const _0x762e60 of this['_headingOptions'])'paragraph'!=_0x762e60['model']&&_0x5473d5['descriptionFactory']['registerElementLabel'](_0x762e60['model'],_0x392cf5=>{const _0x2c5edb=this['_getHeadingLevel'](_0x762e60['model']);return null!==_0x2c5edb?_0x9ebd0f(_0x392cf5,_0x2c5edb):_0x221360(_0x392cf5,_0x762e60['title']);});function _0x9ebd0f(_0x9dc051,_0x25a2ad){return o(_0x1cdf29,'ELEMENT_HEADING',[_0x9dc051,_0x25a2ad]);}function _0x221360(_0x24b9c8,_0x35b5c7){return o(_0x1cdf29,'ELEMENT_HEADING_CUSTOM',[_0x24b9c8,_0x35b5c7]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x26fa39=this['editor'],_0x140f41=_0x26fa39['locale'];function _0x1bf344(_0x2d5952,_0x5a32ad){return o(_0x140f41,'ELEMENT_HEADING_CUSTOM',[_0x2d5952,_0x5a32ad]);}_0x26fa39['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x519186=>{if('formatBlock'!=_0x519186['type'])return;const {data:_0x2c81c4}=_0x519186;if(_0x2c81c4&&'heading'==_0x2c81c4['commandName']){const _0x501cec=_0x2c81c4['commandParams'][0x0]['value'],_0x469d6c=this['_getHeadingLevel'](_0x501cec);if(null!==_0x469d6c)return{'type':'format','content':o(_0x140f41,'*Change\x20to:*\x20%0',(_0x575ae2=0x1,_0x469dda=_0x469d6c,o(_0x140f41,'ELEMENT_HEADING',[_0x575ae2,_0x469dda])))};const _0x41e5f3=this['_headingOptions']['find'](_0x471278=>_0x471278['model']===_0x501cec)['title'];return{'type':'format','content':o(_0x140f41,'*Change\x20to:*\x20%0',_0x1bf344(0x1,_0x41e5f3))};}var _0x575ae2,_0x469dda;});}['_getHeadingLevel'](_0x3e8905){const _0x3c004a=_0x3e8905['match'](/^heading(\d+)/);if(_0x3c004a)return _0x3c004a[0x1];const _0xda1475=this['_headingOptions']?.['find'](_0x22017a=>_0x22017a['model']==_0x3e8905);if(_0xda1475&&_0xda1475['view']){const _0x419027=_0xda1475['view'],_0x1e172f=(_0x419027['name']??_0x419027)['match'](/^h(\d+)/);if(_0x1e172f)return _0x1e172f[0x1];}return null;}}class Z extends _0x4d360f{['afterInit'](){const _0x561c36=this['editor'];if(!_0x561c36['plugins']['has']('HighlightEditing'))return;const _0xb27934=_0x561c36['plugins']['get']('TrackChangesEditing'),_0x4eabde=_0x561c36['locale'];_0xb27934['enableDefaultAttributesIntegration']('highlight'),_0xb27934['registerInlineAttribute']('highlight'),_0xb27934['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x4eabde,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xb7283f=this['editor'],_0x28e62f=_0xb7283f['locale'];_0xb7283f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4ab20e=>{if('formatInline'!=_0x4ab20e['type'])return;const {data:_0x552c00}=_0x4ab20e;if(_0x552c00&&'highlight'==_0x552c00['commandName']){const _0x2dc60e=_0x28e62f['t'],_0x803855=_0x552c00['commandParams'][0x0]['value'];if(_0x803855){const _0x5c8151=_0xb7283f['config']['get']('highlight.options')['find'](_0x926d03=>_0x926d03['model']==_0x803855),_0xabc2e7=_0x2dc60e(_0x5c8151['title'])['toLowerCase']();return{'type':'format','content':o(_0x28e62f,'*Set\x20highlight:*\x20%0',_0xabc2e7),'color':{'value':_0x5c8151['color'],'title':_0x5c8151['title']}};}return{'type':'format','content':o(_0x28e62f,'*Remove\x20highlight*',o(_0x28e62f,'FORMAT_HIGHLIGHT'))};}});}}class tt extends _0x4d360f{['afterInit'](){const _0x1b7503=this['editor'];if(!_0x1b7503['plugins']['has']('HorizontalLineEditing'))return;_0x1b7503['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x4c191d=_0x1b7503['plugins']['get']('TrackChangesEditing'),_0x3d0604=_0x1b7503['locale'];_0x4c191d['descriptionFactory']['registerElementLabel']('horizontalLine',_0x2abcee=>o(_0x3d0604,'ELEMENT_HORIZONTAL_LINE',_0x2abcee)),_0x1b7503['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x9b3bf9,{writer:_0x52cda4,options:_0x585787})=>{if(!_0x585787['showSuggestionHighlights'])return null;const _0x1544fc=_0x52cda4['createContainerElement']('div'),_0x2cc067=_0x52cda4['createEmptyElement']('hr');return _0x52cda4['addClass']('ck-horizontal-line',_0x1544fc),_0x52cda4['insert'](_0x52cda4['createPositionAt'](_0x1544fc,0x0),_0x2cc067),_0x1544fc;},'converterPriority':'high'});}}class et extends _0x4d360f{['afterInit'](){const _0xb48573=this['editor'];if(!_0xb48573['plugins']['has']('HtmlEmbed'))return;const _0x2c7613=_0xb48573['plugins']['get']('TrackChangesEditing'),_0x1b0ee8=_0xb48573['locale'];_0x2c7613['descriptionFactory']['registerElementLabel']('rawHtml',_0xd7fee=>o(_0x1b0ee8,'ELEMENT_HTML_EMBED',_0xd7fee)),_0x2c7613['enableDefaultAttributesIntegration']('htmlEmbed'),_0x2c7613['registerBlockAttribute']('value'),_0x2c7613['descriptionFactory']['registerDescriptionCallback'](_0xa94b49=>{if('attribute'!=_0xa94b49['type'])return;const {data:_0x54e3b4}=_0xa94b49;if(_0x54e3b4&&'value'==_0x54e3b4['key']&&_0xa94b49['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x3b590d=o(_0x1b0ee8,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x1b0ee8,'*Change\x20%0\x20content*',_0x3b590d)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3fc89b=this['editor'],_0x3759d7=_0x3fc89b['locale'];_0x3fc89b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xcb29b1=>{if('formatBlock'!=_0xcb29b1['type'])return;const {data:_0x9f75f2}=_0xcb29b1;if(_0x9f75f2&&'htmlEmbed'==_0x9f75f2['commandName']){const _0x10b800=o(_0x3759d7,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x3759d7,'*Change\x20%0\x20content*',_0x10b800)};}});}}class it extends _0x4d360f{['afterInit'](){const _0x7fb647=this['editor'];if(!_0x7fb647['plugins']['has']('ImageEditing'))return;const _0x135449=_0x7fb647['plugins']['get']('TrackChangesEditing'),_0x552ab8=_0x7fb647['plugins']['get']('ImageUtils'),_0x55ec7e=_0x7fb647['locale'];_0x135449['enableCommand']('insertImage'),_0x135449['descriptionFactory']['registerElementLabel']('imageBlock',_0xd336f=>o(_0x55ec7e,'ELEMENT_IMAGE',_0xd336f)),_0x135449['descriptionFactory']['registerElementLabel']('imageInline',_0x26e385=>o(_0x55ec7e,'ELEMENT_INLINE_IMAGE',_0x26e385)),_0x135449['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x55ec7e,'ELEMENT_CAPTION')),_0x7fb647['plugins']['has']('ImageUploadEditing')&&_0x135449['enableCommand']('uploadImage'),_0x7fb647['plugins']['has']('ImageBlockEditing')&&_0x7fb647['plugins']['has']('ImageInlineEditing')&&(_0x135449['enableCommand']('imageTypeInline',(_0x1a571f,_0x273898)=>{const _0x27f5b0=_0x552ab8['getClosestSelectedImageElement'](_0x7fb647['model']['document']['selection']);_0x7fb647['model']['change'](()=>{_0x135449['markBlockFormat'](_0x27f5b0,{'commandName':'imageTypeInline','commandParams':[_0x273898]},[],'convertBlockImageToInline');});}),_0x135449['enableCommand']('imageTypeBlock',(_0x39c40e,_0x1127e0)=>{_0x7fb647['model']['change'](_0x1ef902=>{let _0xcbfa64=_0x552ab8['getClosestSelectedImageElement'](_0x7fb647['model']['document']['selection']),_0x544514=_0x1ef902['createRangeOn'](_0xcbfa64);const _0x3cea7b=_0x5f2f62['fromPosition'](_0x544514['start'],'toPrevious'),_0x22764e=_0x5f2f62['fromPosition'](_0x544514['end'],'toNext');_0x135449['forceDefaultExecution'](()=>_0x39c40e(_0x1127e0)),_0xcbfa64=_0x552ab8['getClosestSelectedImageElement'](_0x7fb647['model']['document']['selection']),_0x544514=_0x1ef902['createRangeOn'](_0xcbfa64);const _0x3363e1=_0x1ef902['createRange'](_0x3cea7b,_0x22764e);_0x3cea7b['detach'](),_0x22764e['detach'](),_0x135449['markBlockFormat'](_0xcbfa64,{'commandName':'imageTypeInline','commandParams':[_0x1127e0]},[],'convertInlineImageToBlock'),_0x3363e1['start']['isBefore'](_0x544514['start'])&&_0x135449['markInsertion'](_0x1ef902['createRange'](_0x3363e1['start'],_0x544514['start']),'convertInlineImageToBlock'),_0x544514['end']['isBefore'](_0x3363e1['end'])&&_0x135449['markInsertion'](_0x1ef902['createRange'](_0x544514['end'],_0x3363e1['end']),'convertInlineImageToBlock');});}),_0x135449['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x135449['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x135449['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x135449['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x135449['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x135449['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x41450])=>{const _0x3b8731=_0x135449['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x121105=_0x41450['start'],_0x453254=_0x41450['end'];const _0x3986d1=_0x7fb647['model']['schema']['getNearestSelectionRange'](_0x121105,'backward'),_0x588cc1=_0x7fb647['model']['schema']['getNearestSelectionRange'](_0x453254,'forward');_0x3986d1['isCollapsed']&&(_0x121105=_0x3986d1['start']),_0x588cc1['isCollapsed']&&(_0x453254=_0x588cc1['end']),_0x3b8731([_0x7fb647['model']['createRange'](_0x121105,_0x453254)]);}),_0x135449['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x5ceea4),_0x135449['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x5ceea4)),_0x7fb647['plugins']['has']('ImageCaptionEditing')&&(_0x135449['enableCommand']('toggleImageCaption',(_0x3287bf,_0x1d0ca9)=>{const _0x2b0311=_0x7fb647['plugins']['get']('ImageCaptionUtils');let _0x1d875c=_0x552ab8['getClosestSelectedImageElement'](_0x7fb647['model']['document']['selection']),_0x2a957a=_0x2b0311['getCaptionFromImageModelElement'](_0x1d875c);_0x7fb647['model']['change'](()=>{if(_0x2a957a)return void _0x135449['markDeletion'](_0x7fb647['model']['createRangeOn'](_0x2a957a));const _0x1c0ed5=_0x552ab8['isBlockImage'](_0x1d875c);_0x3287bf(_0x1d0ca9),_0x1d875c=_0x552ab8['getClosestSelectedImageElement'](_0x7fb647['model']['document']['selection']),_0x2a957a=_0x2b0311['getCaptionFromImageModelElement'](_0x1d875c),_0x135449['markInsertion'](_0x7fb647['model']['createRangeOn'](_0x2a957a),_0x1c0ed5?null:'imageCaption');});}),_0x135449['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x5ceea4));const _0x5882c9=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x278400(_0x1818b4,_0x501c04){const _0xfa659a=_0x5882c9['findIndex'](({type:_0x4ed06c,subType:_0x1fc114})=>_0x1818b4['type']==_0x4ed06c&&_0x1818b4['subType']==_0x1fc114),_0x5cff54=_0x5882c9['findIndex'](({type:_0x20327e,subType:_0x22084a})=>_0x501c04['type']==_0x20327e&&_0x501c04['subType']==_0x22084a);if(_0xfa659a<0x0||_0x5cff54<0x0)return!0x1;const _0x13cb05=_0x1818b4['getFirstRange'](),_0xa410d2=_0x501c04['getFirstRange']();if((0x0==_0xfa659a||0x1==_0xfa659a)&&0x2==_0x5cff54&&_0x13cb05['isIntersecting'](_0xa410d2))return!0x0;if(0x2==_0xfa659a&&0x3==_0x5cff54){const _0x278d5a=_0x135449['_findSuggestions'](_0x13cb05,'insertion')['filter'](({suggestion:_0x41f609,meta:_0x1b9497})=>_0x1b9497['isOwn']&&'convertInlineImageToBlock'==_0x41f609['subType']);if(_0x278d5a['length']>0x1&&_0xa410d2['end']['isEqual'](_0x13cb05['start']))return!0x0;if(0x1==_0x278d5a['length']&&(_0x13cb05['start']['isEqual'](_0xa410d2['end'])||_0x13cb05['end']['isEqual'](_0xa410d2['start'])))return!0x0;}if(0x3==_0xfa659a&&0x3==_0x5cff54&&_0x13cb05['start']['isBefore'](_0xa410d2['start'])){const _0xa1186a=_0x13cb05['end']['nodeAfter'],_0x6f0bcc=_0xa410d2['start']['nodeBefore'];return _0x552ab8['isBlockImage'](_0xa1186a)&&_0xa1186a===_0x6f0bcc;}return!0x1;}function _0x5ceea4(_0xcf5eb6,_0x53c833){return _0x278400(_0xcf5eb6,_0x53c833)?[_0xcf5eb6,_0x53c833]:_0x278400(_0x53c833,_0xcf5eb6)?[_0x53c833,_0xcf5eb6]:null;}_0x7fb647['plugins']['has']('ImageResize')&&(_0x135449['enableDefaultAttributesIntegration']('resizeImage'),_0x135449['registerBlockAttribute']('resizedWidth'),_0x135449['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x55ec7e,'FORMAT_IMAGE_SIZE'))),_0x7fb647['plugins']['has']('ImageTextAlternativeEditing')&&(_0x135449['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x135449['registerBlockAttribute']('alt')),_0x135449['descriptionFactory']['registerDescriptionCallback'](_0x8d0ab3=>{if(!!_0x5882c9['find'](({type:_0x38a8fb,subType:_0x567b78})=>_0x8d0ab3['type']==_0x38a8fb&&_0x8d0ab3['subType']==_0x567b78))return _0x8d0ab3['previous']?{}:void 0x0;}),_0x135449['descriptionFactory']['registerDescriptionCallback'](_0x2e14b9=>{if('insertion'==_0x2e14b9['type']||'deletion'==_0x2e14b9['type']){const _0x2642c4=_0x2e14b9['getContainedElement']();if(_0x2642c4&&_0x2642c4['is']('element','caption'))return{'type':'insertion'==_0x2e14b9['type']?'addObject':'removeObject','element':_0x2642c4,'quantity':0x1};}}),_0x135449['descriptionFactory']['registerDescriptionCallback'](_0x3d27d7=>'formatBlock'==_0x3d27d7['type']&&'convertInlineImageToBlock'==_0x3d27d7['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x3d27d7['type']&&'convertBlockImageToInline'==_0x3d27d7['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x135449['descriptionFactory']['registerDescriptionCallback'](_0x4b4fd8=>{if('attribute'!=_0x4b4fd8['type'])return;const {data:_0x3704bf}=_0x4b4fd8;if(!_0x3704bf||'alt'!=_0x3704bf['key'])return;const _0x393ef5=_0x3704bf['newValue'];return _0x393ef5?{'type':'format','content':o(_0x55ec7e,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x393ef5+'\x22')}:{'type':'format','content':o(_0x55ec7e,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3b11d6=this['editor'],_0xa8433a=_0x3b11d6['locale'];_0x3b11d6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3858a5=>{if('formatBlock'!=_0x3858a5['type']&&'formatInline'!=_0x3858a5['type'])return;const {data:_0x31fd21}=_0x3858a5;if(_0x31fd21){if('imageTextAlternative'==_0x31fd21['commandName']){const _0x4a5b8b=_0x31fd21['commandParams'][0x0]['newValue'];return _0x4a5b8b?{'type':'format','content':o(_0xa8433a,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x4a5b8b+'\x22')}:{'type':'format','content':o(_0xa8433a,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x31fd21['commandName']){const _0x316be7=_0x31fd21['commandParams'][0x0]['width'];return _0x316be7?{'type':'format','content':o(_0xa8433a,'*Set\x20image\x20width:*\x20%0',_0x316be7)}:{'type':'format','content':o(_0xa8433a,'*Reset\x20image\x20width*')};}}});}}class st extends _0x4d360f{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x452b62=this['editor']['locale'],_0x108376=this['editor']['plugins']['get']('TrackChangesEditing');_0x108376['enableDefaultAttributesIntegration']('replaceImageSource'),_0x108376['registerBlockAttribute']('src'),_0x108376['descriptionFactory']['registerDescriptionCallback'](_0x3711a4=>{if('attribute'!=_0x3711a4['type'])return;const {data:_0x3080db}=_0x3711a4;return _0x3080db&&'src'==_0x3080db['key']?_0x3080db['newValue']&&_0x3080db['oldValue']?{'type':'format','content':o(_0x452b62,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x6894d6=this['editor']['plugins']['get']('TrackChangesEditing');_0x6894d6['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x6894d6['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x6894d6['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x6894d6['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x443dbb=this['editor'],_0x546dfa=_0x443dbb['locale'];_0x443dbb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x20733d=>{if('formatBlock'!=_0x20733d['type']&&'formatInline'!=_0x20733d['type'])return;const {data:_0x2ea8e9}=_0x20733d;if(!_0x2ea8e9||'replaceImageSource'!=_0x2ea8e9['commandName'])return;return{'type':'format','content':o(_0x546dfa,'*Format:*\x20replace\x20image\x20URL')};});}}class nt extends _0x4d360f{['afterInit'](){const _0x597120=this['editor'];if(!_0x597120['plugins']['has']('ImageStyleEditing'))return;const _0x1a5f74=_0x597120['plugins']['get']('TrackChangesEditing'),_0x53a71c=_0x597120['plugins']['get']('ImageUtils'),_0x3798b0={};_0x1a5f74['enableCommand']('imageStyle',(_0x217dbe,_0xdee0d8)=>{const _0x31d8f2=_0x597120['plugins']['get']('Users')['me'],_0x5cc9c5=_0x597120['commands']['get']('imageStyle');let _0x41874f=_0x53a71c['getClosestSelectedImageElement'](_0x597120['model']['document']['selection']),_0x3c1169=_0x597120['model']['createRangeOn'](_0x41874f),_0x45c02f=_0x5cc9c5['value'];if(_0x45c02f==_0xdee0d8['value'])return;const _0x38dcd9={'commandName':'imageStyle','commandParams':[_0xdee0d8],'formatGroupId':_0x3cefaa()};_0x597120['model']['change'](()=>{if(_0x1a5f74['getSuggestions']()['filter'](_0x44e0aa=>_0x44e0aa['isInContent']&&_0x31d8f2==_0x44e0aa['author']&&('formatBlock'==_0x44e0aa['type']||'formatInline'==_0x44e0aa['type'])&&('imageStylePreApply'==_0x44e0aa['subType']||'imageStylePostApply'==_0x44e0aa['subType'])&&_0x44e0aa['getFirstRange']()['isEqual'](_0x3c1169))['forEach'](_0x361548=>_0x1a5f74['discardSuggestion'](_0x361548['head'])),_0x41874f=_0x53a71c['getClosestSelectedImageElement'](_0x597120['model']['document']['selection']),_0x3c1169=_0x597120['model']['createRangeOn'](_0x41874f),_0x5cc9c5['refresh'](),_0x597120['commands']['get']('imageTypeInline')['refresh'](),_0x597120['commands']['get']('imageTypeBlock')['refresh'](),_0x45c02f=_0x5cc9c5['value'],_0x45c02f!=_0xdee0d8['value'])return _0x53a71c['isInlineImage'](_0x41874f)&&_0x5cc9c5['shouldConvertImageType'](_0xdee0d8['value'],_0x41874f)?(_0x217dbe({..._0xdee0d8,'setImageSizes':!0x1}),_0x41874f=_0x53a71c['getClosestSelectedImageElement'](_0x597120['model']['document']['selection']),void _0x1a5f74['markBlockFormat'](_0x41874f,{..._0x38dcd9,'commandReversedParams':[{'value':_0x45c02f||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x53a71c['isBlockImage'](_0x41874f)?_0x1a5f74['markBlockFormat'](_0x41874f,_0x38dcd9,[],'imageStylePostApply'):_0x1a5f74['markInlineFormat'](_0x3c1169,_0x38dcd9,'imageStylePostApply'));});});for(const _0x2d8379 of _0x597120['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x3798b0[_0x2d8379['name']]=_0x2d8379['title']['toLowerCase']();_0x1a5f74['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x1a5f74['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x1a5f74['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x1a5f74['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x58d0a2])=>{_0x53a71c['setImageNaturalSizeAttributes'](_0x58d0a2['getContainedElement']());}),_0x1a5f74['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x3fb67b,_0x32c281)=>{_0x1a5f74['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x3fb67b,{'commandName':_0x32c281['commandName'],'commandParams':_0x32c281['commandReversedParams']});}),_0x1a5f74['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x348fd1,_0x569441){if(_0x58622e(_0x348fd1,_0x569441))return[_0x348fd1,_0x569441];if(_0x58622e(_0x569441,_0x348fd1))return[_0x569441,_0x348fd1];return null;});const _0x3c7405=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x58622e(_0x5c8614,_0x3e3b46){const _0x671c77=_0x3c7405['findIndex'](({type:_0x4a47a1,subType:_0x2b8b9e})=>_0x5c8614['type']==_0x4a47a1&&_0x5c8614['subType']==_0x2b8b9e),_0x532cef=_0x3c7405['findIndex'](({type:_0x3dc444,subType:_0x341888})=>_0x3e3b46['type']==_0x3dc444&&_0x3e3b46['subType']==_0x341888);if(_0x671c77<0x0||_0x532cef<0x0)return!0x1;const _0x5d27a7=_0x5c8614['getFirstRange'](),_0x26d0f6=_0x3e3b46['getFirstRange']();if((0x0==_0x671c77||0x1==_0x671c77)&&0x2==_0x532cef&&_0x5d27a7['isIntersecting'](_0x26d0f6))return!0x0;if(0x2==_0x671c77&&0x3==_0x532cef){const _0x370c08=_0x1a5f74['_findSuggestions'](_0x5d27a7,'insertion')['filter'](({suggestion:_0x4304c6,meta:_0x5c5075})=>_0x5c5075['isOwn']&&'convertInlineImageToBlock'==_0x4304c6['subType']);if(_0x370c08['length']>0x1&&_0x26d0f6['end']['isEqual'](_0x5d27a7['start']))return!0x0;if(0x1==_0x370c08['length']&&(_0x5d27a7['start']['isEqual'](_0x26d0f6['end'])||_0x5d27a7['end']['isEqual'](_0x26d0f6['start'])))return!0x0;}if(0x3==_0x671c77&&0x3==_0x532cef&&_0x5d27a7['start']['isBefore'](_0x26d0f6['start'])){const _0xf2ad1c=_0x5d27a7['end']['nodeAfter'],_0x120bb9=_0x26d0f6['start']['nodeBefore'];return _0x53a71c['isBlockImage'](_0xf2ad1c)&&_0xf2ad1c===_0x120bb9;}return!0x1;}_0x597120['model']['document']['registerPostFixer'](()=>{let _0x96e29a=!0x1;const _0x561a8a=Array['from'](_0x597120['model']['document']['differ']['getChangedMarkers']());for(const {name:_0xf51a86,data:_0x37cd9e}of _0x561a8a){const {group:_0x443bc0,type:_0x44b86b,subType:_0x46e2d4,id:_0x201040}=_0x1a5f74['_splitMarkerName'](_0xf51a86);if('suggestion'==_0x443bc0&&_0x1a5f74['hasSuggestion'](_0x201040)){if('formatBlock'==_0x44b86b&&('imageStylePreApply'==_0x46e2d4||'imageStylePostApply'==_0x46e2d4)){const _0x47f386=_0x1a5f74['getSuggestion'](_0x201040);if(_0x37cd9e['newRange']){const _0x1e0501=_0x47f386['getFirstRange']()['getContainedElement']();if(_0x53a71c['isBlockImage'](_0x1e0501))continue;_0x1a5f74['discardSuggestion'](_0x47f386),_0x96e29a=!0x0;}}if('insertion'==_0x44b86b&&'imageCaption'==_0x46e2d4&&!_0x37cd9e['newRange']){const _0x4f34a9=_0x1a5f74['getSuggestion'](_0x201040);_0x4f34a9['next']&&_0x4f34a9['next']['isInContent']&&(_0x1a5f74['discardSuggestion'](_0x4f34a9['next']),_0x96e29a=!0x0);}}}return _0x96e29a;}),this['_registerLegacyDescription'](_0x3798b0);}['_registerLegacyDescription'](_0x5ba9b6){const _0x592ae7=this['editor'],_0x1d2a5c=_0x592ae7['locale'];_0x592ae7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2d88a9=>{if('formatBlock'!=_0x2d88a9['type']&&'formatInline'!=_0x2d88a9['type'])return;const {data:_0xcbd8bc}=_0x2d88a9;if(!_0xcbd8bc||'imageStyle'!=_0xcbd8bc['commandName'])return;const _0x4896f9=_0xcbd8bc['commandParams'][0x0]['value'];return _0x1c358f('side'===_0x4896f9?o(_0x1d2a5c,'FORMAT_SIDE_IMAGE'):_0x5ba9b6[_0x4896f9]||_0x4896f9);function _0x1c358f(_0x3e46e4){return{'type':'format','content':o(_0x1d2a5c,'*Format:*\x20%0',_0x3e46e4)};}});}}class ot extends _0x4d360f{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x457679){super(_0x457679),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x514fd1=this['editor'],_0x4afbb9=_0x514fd1['commands']['get']('importWord'),_0x2922da=_0x514fd1['commands']['get']('trackChanges');_0x4afbb9&&(_0x4afbb9['on']('execute',(_0x9ce483,[,_0x29ab5b])=>{this['_trackChangesValueDuringImport']=_0x2922da['value'],_0x29ab5b['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x4afbb9,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x4afbb9,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x2922da['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x514fd1['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x39a031,_0x519e9f){const {suggestions:_0x30155c}=_0x519e9f,_0x1abfea=this['editor']['commands']['get']('trackChanges'),_0x5c2614=_0x1abfea['value'];this['_trackChangesValueDuringImport']!==_0x5c2614&&(_0x1abfea['execute'](),this['_trackChangesExecuted']=!0x0),_0x30155c&&_0x30155c['forEach'](({id:_0x1a392e,type:_0x2135c5,author:_0xcecf32,created_at:_0x41fdcc})=>{const _0x15df62={'id':_0x1a392e,'type':_0x2135c5,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0xcecf32,'createdAt':_0x41fdcc?new Date(_0x41fdcc):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x15df62);});}}class rt extends _0x4d360f{['afterInit'](){const _0x6ab034=this['editor'],_0x48ff48=_0x6ab034['plugins']['get']('TrackChangesEditing');if(_0x6ab034['plugins']['has']('IndentEditing')&&(_0x48ff48['enableCommand']('indent'),_0x48ff48['enableCommand']('outdent')),_0x6ab034['plugins']['has']('IndentBlock')){for(const _0x1011d4 of['indentBlock','outdentBlock'])_0x48ff48['enableDefaultAttributesIntegration'](_0x1011d4);}const _0x26673e=_0x6ab034['locale'];_0x48ff48['registerBlockAttribute']('blockIndent'),_0x48ff48['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x26673e,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4bca86=this['editor'],_0x57a10c=_0x4bca86['locale'],_0x132eef=_0x4bca86['plugins']['get']('TrackChangesEditing');_0x132eef['descriptionFactory']['registerDescriptionCallback'](_0x1ea53d=>{if('formatBlock'!=_0x1ea53d['type'])return;const {data:_0x4ebcc2}=_0x1ea53d;if(!_0x4ebcc2)return;if('indentBlock'!=_0x4ebcc2['commandName']&&'outdentBlock'!=_0x4ebcc2['commandName'])return;const _0x2923eb=_0x1ea53d['getItems']()[0x0],_0x2f37a7=_0x132eef['descriptionFactory']['getItemLabel'](_0x2923eb);return'indentBlock'==_0x4ebcc2['commandName']?{'type':'format','content':o(_0x57a10c,'*Indent:*\x20%0',_0x2f37a7)}:'outdentBlock'==_0x4ebcc2['commandName']?{'type':'format','content':o(_0x57a10c,'*Outdent:*\x20%0',_0x2f37a7)}:void 0x0;});}}class at extends _0x4d360f{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ct extends _0x4d360f{['afterInit'](){const _0x241e4b=this['editor'];if(!_0x241e4b['plugins']['has']('LinkEditing'))return;const _0x10fab6=_0x241e4b['plugins']['get']('TrackChangesEditing'),_0x22235e=_0x241e4b['commands']['get']('link');_0x10fab6['enableDefaultAttributesIntegration']('link'),_0x10fab6['enableDefaultAttributesIntegration']('unlink'),_0x10fab6['registerInlineAttribute']('linkHref');for(const _0x888855 of _0x22235e['manualDecorators'])_0x10fab6['registerInlineAttribute'](_0x888855['id']),_0x10fab6['descriptionFactory']['registerAttributeLabel'](_0x888855['id'],'link\x20('+_0x888855['label']['toLowerCase']()+')');_0x10fab6['descriptionFactory']['registerDescriptionCallback'](_0x2d2d0e=>{if('attribute'!=_0x2d2d0e['type'])return;const {data:_0x4aa6c5}=_0x2d2d0e;if(!_0x4aa6c5||'linkHref'!=_0x4aa6c5['key'])return;const _0x12d5a9=_0x4aa6c5['newValue'],_0x5a6ed2=_0x241e4b['locale'];return{'type':'format','content':null==_0x12d5a9?o(_0x5a6ed2,'*Remove\x20link*'):o(_0x5a6ed2,'*Set\x20link:*\x20%0','\x22'+_0x12d5a9+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x74844b=this['editor'],_0x2ae6a7=_0x74844b['locale'];_0x74844b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xdbcf3f=>{if('formatInline'!=_0xdbcf3f['type'])return;const {data:_0xfd65f2}=_0xdbcf3f;if(_0xfd65f2){if('link'==_0xfd65f2['commandName']){const _0x473de9=_0xfd65f2['commandParams'][0x0];return{'type':'format','content':o(_0x2ae6a7,'*Set\x20link:*\x20%0','\x22'+_0x473de9+'\x22')};}return'unlink'==_0xfd65f2['commandName']?{'type':'format','content':o(_0x2ae6a7,'*Remove\x20link*')}:void 0x0;}});}}class ut extends _0x4d360f{['afterInit'](){const _0x324450=this['editor'],_0x106a33=_0x324450['locale'];if(!_0x324450['plugins']['has']('LegacyListEditing'))return;const _0x469f22=_0x324450['plugins']['get']('TrackChangesEditing'),_0x452c8e=_0x324450['plugins']['has']('LegacyTodoListEditing');function _0x45cdcb(_0x45bbca){return()=>{const _0xfd2682=_0x324450['model']['document']['selection'],_0x5616eb=_0x324450['commands']['get'](_0x45bbca);if(_0x5616eb['value'])return void _0x324450['execute']('paragraph',{});const _0x5c9984=_0x45bbca['slice'](0x0,-0x4),_0x13dbe2=function(_0x43ee3e,_0x687f2f,_0x1b24f7){let _0x347dc3=Array['from'](_0x43ee3e)['filter'](_0x4eb82d=>function(_0xd4c5e1,_0x90f3e7){return _0x90f3e7['checkChild'](_0xd4c5e1['parent'],'listItem')&&!_0x90f3e7['isObject'](_0xd4c5e1);}(_0x4eb82d,_0x1b24f7));_0x347dc3=_0x347dc3['filter'](_0x43cb25=>!_0x43cb25['is']('element','listItem')||_0x43cb25['getAttribute']('listType')!=_0x687f2f);const _0x28f915=new Set();for(const _0x4fb5a4 of _0x347dc3)_0x4fb5a4['is']('element','listItem')?_0x28f915['add'](me(_0x4fb5a4)):_0x28f915['add'](_0x4fb5a4);return Array['from'](_0x28f915);}(_0xfd2682['getSelectedBlocks'](),_0x5c9984,_0x324450['model']['schema']);_0x324450['model']['change'](()=>{for(const _0x29e95c of _0x13dbe2)_0x469f22['markBlockFormat'](_0x29e95c,{'commandName':_0x45bbca,'commandParams':[{'forceValue':!_0x5616eb['value']}],'formatGroupId':'blockName'},fe(_0x29e95c));});};}function _0x5f8649(_0x2a729b){return()=>{const _0x58c59d=function(_0xc88b73){let _0x41098f=Array['from'](_0xc88b73);const _0x97b58d=_0x41098f['findIndex'](_0x5c2e2c=>'listItem'!=_0x5c2e2c['name']);return _0x97b58d>-0x1&&(_0x41098f=_0x41098f['slice'](0x0,_0x97b58d)),_0x41098f;}(_0x324450['model']['document']['selection']['getSelectedBlocks']()),_0x332ab9=_0x324450['model']['createRange'](_0x324450['model']['createPositionAt'](_0x58c59d[0x0],'before'),_0x324450['model']['createPositionAt'](_0x58c59d[_0x58c59d['length']-0x1],'end'));_0x324450['model']['change'](()=>{_0x469f22['markBlockFormat'](_0x332ab9,{'commandName':_0x2a729b,'commandParams':[],'formatGroupId':'listIndent'},function(_0x346056){const _0x24b9d2=new Set();for(const _0x274080 of _0x346056){let _0x432948=_0x274080['nextSibling'];for(;_0x432948&&_0x432948['getAttribute']('listIndent')>_0x274080['getAttribute']('listIndent');)_0x24b9d2['add'](_0x432948),_0x432948=_0x432948['nextSibling'];}return Array['from'](_0x24b9d2);}(_0x58c59d));});};}_0x469f22['enableCommand']('numberedList',_0x45cdcb('numberedList')),_0x469f22['enableCommand']('bulletedList',_0x45cdcb('bulletedList')),_0x452c8e&&_0x469f22['enableCommand']('todoList',_0x45cdcb('todoList')),_0x469f22['enableCommand']('indentList',_0x5f8649('indentList')),_0x469f22['enableCommand']('outdentList',_0x5f8649('outdentList')),_0x452c8e&&_0x469f22['enableCommand']('checkTodoList',()=>{const _0xfc522e=_0x324450['commands']['get']('checkTodoList'),_0x2d3268=Array['from'](_0xfc522e['_selectedElements']);_0x2d3268['filter'](_0x2d1f7b=>_0x2d1f7b['getAttribute']('todoListChecked')!=_0xfc522e['value']),_0x324450['model']['change'](()=>{for(const _0x50edb7 of _0x2d3268)_0x469f22['markBlockFormat'](_0x50edb7,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0xfc522e['value']}]});});}),_0x469f22['descriptionFactory']['registerElementLabel']('listItem',_0x1a75c9=>o(_0x106a33,'ELEMENT_LIST_ITEM',_0x1a75c9)),_0x469f22['descriptionFactory']['registerDescriptionCallback'](_0x1db045=>{if('formatBlock'!=_0x1db045['type']&&'formatInline'!=_0x1db045['type'])return;const {data:_0x2de660}=_0x1db045;if(_0x2de660){if('numberedList'==_0x2de660['commandName']||'bulletedList'==_0x2de660['commandName']||'todoList'==_0x2de660['commandName'])switch(_0x2de660['commandName']['replace']('List','')){case'bulleted':return _0x2e05eb(o(_0x106a33,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x2e05eb(o(_0x106a33,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x2e05eb(o(_0x106a33,'ELEMENT_TODO_LIST'));}if('indentList'==_0x2de660['commandName'])return{'type':'format','content':o(_0x106a33,'*Indent:*\x20%0',o(_0x106a33,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x2de660['commandName'])return{'type':'format','content':o(_0x106a33,'*Outdent:*\x20%0',o(_0x106a33,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x2de660['commandName'])return _0x2de660['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x106a33,'*Check\x20item*')}:{'type':'format','content':o(_0x106a33,'*Uncheck\x20item*')};}function _0x2e05eb(_0x5abb13){return{'type':'format','content':o(_0x106a33,'*Change\x20to:*\x20%0',_0x5abb13)};}});}}function me(_0x564d50){const _0x5c3a7d=_0x564d50['getAttribute']('listIndent');if(0x0==_0x5c3a7d)return _0x564d50;let _0x5a1aa4=_0x564d50;for(;_0x564d50['previousSibling']&&_0x564d50['previousSibling']['is']('element','listItem');){const _0x3b01d9=_0x564d50['previousSibling']['getAttribute']('listIndent');if(_0x3b01d9==_0x5c3a7d)_0x5a1aa4=_0x564d50['previousSibling'];else{if(_0x3b01d9<_0x5c3a7d)break;}_0x564d50=_0x564d50['previousSibling'];}return _0x5a1aa4;}function fe(_0x2eba56){const _0x5da342=[];if(_0x2eba56['is']('element','listItem')&&_0x2eba56['getAttribute']('listIndent')>0x0){let _0x182351=_0x2eba56['nextSibling'];for(;_0x182351&&'listItem'==_0x182351['name']&&_0x182351['getAttribute']('listIndent')==_0x2eba56['getAttribute']('listIndent');)_0x5da342['push'](_0x182351),_0x182351=_0x182351['nextSibling'];}return _0x5da342;}class K extends _0x4d360f{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x512832=this['editor']['config']['get']('list.properties'),_0x14c255=this['editor']['plugins']['get']('TrackChangesEditing');_0x512832['styles']&&_0x14c255['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x512832['reversed']&&_0x14c255['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x512832['startIndex']&&_0x14c255['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x14c255['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x75fe5,_0x3386c5={}){const _0x5e4ff0=this['editor']['plugins']['get']('TrackChangesEditing'),_0x580754=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x5e4ff0['markMultiRangeBlockFormat'](_0x580754,{'commandName':'listStyle','commandParams':[{'type':_0x3386c5['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x460127,_0xa1fb39={}){const _0x319bf9=this['editor']['plugins']['get']('TrackChangesEditing'),_0x40d9e3=this['_getSuggestionBlocks'](_0x33fc63=>_0x33fc63['is']('element','listItem')&&'numbered'===_0x33fc63['getAttribute']('listType'));if(_0x40d9e3['length']<0x1)return;const _0x3b81e5=_0x40d9e3['map'](_0x47754a=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x47754a,'before'),this['editor']['model']['createPositionAt'](_0x47754a,0x0)));this['editor']['model']['change'](()=>{_0x319bf9['markMultiRangeBlockFormat'](_0x3b81e5,{'commandName':'listReversed','commandParams':[{'reversed':_0xa1fb39['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x3b5a3f,_0x34a02a={}){const _0x596125=this['editor']['plugins']['get']('TrackChangesEditing'),_0x316680=this['_getSuggestionBlocks'](_0xe483f3=>_0xe483f3['is']('element','listItem')&&'numbered'===_0xe483f3['getAttribute']('listType'));if(_0x316680['length']<0x1)return;const _0x1c690f=_0x316680['map'](_0x36c409=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x36c409,'before'),this['editor']['model']['createPositionAt'](_0x36c409,0x0)));this['editor']['model']['change'](()=>{_0x596125['markMultiRangeBlockFormat'](_0x1c690f,{'commandName':'listStart','commandParams':[{'startIndex':_0x34a02a['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x3e818b){if('formatBlock'!=_0x3e818b['type']&&'formatInline'!=_0x3e818b['type'])return;const _0x237c2c=this['editor']['locale'],{data:_0x47121b}=_0x3e818b;if(!_0x47121b)return;let _0x2c9baf,_0x44734e;switch(_0x47121b['commandName']){case'listStyle':_0x2c9baf='*Change\x20to:*\x20%0',_0x44734e={'type':'format','content':o(_0x237c2c,_0x2c9baf,o(_0x237c2c,this['_getTranslationKeyForListStyle'](_0x47121b['commandParams'][0x0]['type'])))};break;case'listReversed':_0x2c9baf=_0x47121b['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x44734e={'type':'format','content':o(_0x237c2c,_0x2c9baf)};break;case'listStart':_0x2c9baf='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x44734e={'type':'format','content':o(_0x237c2c,_0x2c9baf,_0x47121b['commandParams'][0x0]['startIndex'])};}return _0x44734e;}['_getSuggestionBlocksForListStyle'](){const _0x411610=this['editor']['plugins']['get']('LegacyListUtils');let _0x43a0bd=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x43a0bd[0x0]?.['is']('element','listItem')&&_0x43a0bd['unshift'](..._0x411610['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x43a0bd[_0x43a0bd['length']-0x1]?.['is']('element','listItem')&&_0x43a0bd['push'](..._0x411610['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x43a0bd=[...new Set(_0x43a0bd)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x43a0bd=_0x43a0bd['filter'](_0x11f21a=>_0x11f21a['is']('element','listItem'))),_0x43a0bd;}['_getSuggestionBlocks'](_0x16eca5){const _0x4b8941=this['editor']['plugins']['get']('LegacyListUtils');let _0xbf190f=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x16eca5)['map'](_0x5e684d=>{const _0x4448c5=this['editor']['model']['createPositionAt'](_0x5e684d,0x0);return[..._0x4b8941['getSiblingNodes'](_0x4448c5,'backward'),..._0x4b8941['getSiblingNodes'](_0x4448c5,'forward')];})['flat']();return _0xbf190f=[...new Set(_0xbf190f)],_0xbf190f;}['_getTranslationKeyForListStyle'](_0x5b4271){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x5b4271)||'default')['toUpperCase']()+'_LIST_'+_0x5b4271['toUpperCase']()['replace'](/-/g,'_');}}class ft extends _0x4d360f{['afterInit'](){const _0xcb6b25=this['editor'];if(!_0xcb6b25['plugins']['has']('MediaEmbedEditing'))return;const _0x183c74=_0xcb6b25['plugins']['get']('TrackChangesEditing'),_0x4ed65d=_0xcb6b25['locale'];_0x183c74['enableCommand']('mediaEmbed'),_0x183c74['descriptionFactory']['registerElementLabel']('media',_0x3488ef=>o(_0x4ed65d,'ELEMENT_MEDIA',_0x3488ef)),_0xcb6b25['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x254a4d,{writer:_0x2969ff,options:_0x26412c})=>{if(_0x26412c['showSuggestionHighlights'])return _0x2969ff['createEmptyElement']('div');},'converterPriority':'high'}),_0xcb6b25['data']['downcastDispatcher']['on']('attribute:url:media',(_0x42576d,_0x3ba920,_0xb73c3a)=>{_0xb73c3a['options']['showSuggestionHighlights']&&_0x42576d['stop']();},{'priority':'high'});}}class gt extends _0x4d360f{['afterInit'](){const _0x3ba16b=this['editor'];_0x3ba16b['plugins']['has']('MentionEditing')&&_0x3ba16b['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class lt extends _0x4d360f{['afterInit'](){const _0x45ba55=this['editor'],_0x997562=_0x45ba55['plugins']['get']('TrackChangesEditing');_0x45ba55['plugins']['has']('MultiLevelList')&&(_0x997562['enableDefaultAttributesIntegration']('multiLevelList'),_0x997562['registerBlockAttribute']('listMarkerStyle'),_0x997562['descriptionFactory']['registerDescriptionCallback'](_0x1dcf6f=>this['handleDescriptions'](_0x1dcf6f)));}['handleDescriptions'](_0x5761cd){const _0x540da8=this['editor']['locale'],{data:_0xd8397e}=_0x5761cd,_0x515b49={'type':'format','content':''};if(_0xd8397e&&'listMarkerStyle'==_0xd8397e['key']){if(!_0xd8397e['oldValue'])return{'type':'format','content':o(_0x540da8,'*Set\x20format:*\x20%0',o(_0x540da8,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0xd8397e['newValue']+')'};if(!_0xd8397e['newValue']){let _0x5afd80=_0x5761cd['head'];for(;_0x5afd80;){if(_0x5afd80['data']&&'listType'==_0x5afd80['data']['key']&&_0x5afd80['data']['newValue'])return _0x515b49;_0x5afd80=_0x5afd80['next'];}return{'type':'format','content':o(_0x540da8,'*Remove\x20format:*\x20%0',o(_0x540da8,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0xd8397e['oldValue']+')'};}}}}class mt extends _0x4d360f{['afterInit'](){const _0x43202b=this['editor'];if(!_0x43202b['plugins']['has']('PageBreakEditing'))return;_0x43202b['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x33e2eb=_0x43202b['plugins']['get']('TrackChangesEditing'),_0x20696c=_0x43202b['locale'];_0x33e2eb['descriptionFactory']['registerElementLabel']('pageBreak',_0x1f9f4e=>o(_0x20696c,'ELEMENT_PAGE_BREAK',_0x1f9f4e));}}class dt extends _0x4d360f{['afterInit'](){const _0x5b2ea5=this['editor'];if(!_0x5b2ea5['plugins']['has']('Paragraph'))return;const _0x49855d=_0x5b2ea5['locale'],_0xf45582=_0x5b2ea5['plugins']['get']('TrackChangesEditing');_0xf45582['descriptionFactory']['registerElementLabel']('paragraph',_0x2eed32=>o(_0x49855d,'ELEMENT_PARAGRAPH',_0x2eed32)),_0xf45582['enableDefaultAttributesIntegration']('paragraph'),_0xf45582['enableCommand']('insertParagraph'),_0x5b2ea5['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x5b2ea5),{'priority':'highest'}),_0x5b2ea5['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0xf4cd30,_0x11ce87,_0x781cda)=>{_0x781cda['options']['showSuggestionHighlights']&&nr(_0x5b2ea5,{'showActiveMarker':!0x1})(_0xf4cd30,_0x11ce87,_0x781cda);},{'priority':'highest'});const _0x6ec5a8=_0xf45582['descriptionFactory'];_0x6ec5a8['registerDescriptionCallback'](_0x1bf271=>{if('insertion'!==_0x1bf271['type'])return;const {start:_0x4b38ee,end:_0xfe5dee}=_0x1bf271['getFirstRange']();if(!_0x4b38ee['isTouching'](_0xfe5dee)||!_0x4b38ee['nodeAfter'])return;const _0x39f00b=_0x5b2ea5['model']['schema'],_0x210b04=_0x4b38ee['nodeAfter'];return _0x39f00b['isBlock'](_0x210b04)&&!_0x39f00b['isLimit'](_0x210b04)&&_0x39f00b['checkChild'](_0x210b04,'$text')?{'type':'insertion','content':o(_0x49855d,'*Insert:*\x20%0',_0x6ec5a8['getItemLabel'](_0x210b04,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x27ab1b=this['editor'],_0x4b58a4=_0x27ab1b['locale'];_0x27ab1b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x17fb89=>{if('formatBlock'!=_0x17fb89['type'])return;const {data:_0x163b20}=_0x17fb89;return _0x163b20&&'paragraph'==_0x163b20['commandName']?{'type':'format','content':o(_0x4b58a4,'*Change\x20to:*\x20%0',o(_0x4b58a4,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x3b1e3d,{showActiveMarker:_0x44c422=!0x0}={}){return(_0x258a0a,_0x4213cb,_0x4f0a11)=>{const _0x9a2780=_0x3b1e3d['plugins']['get']('TrackChangesEditing'),_0x430f1b=_0x4213cb['markerRange']['start'],_0x5a0761=_0x4213cb['markerRange']['end'],_0x3d7bdc=_0x3b1e3d['model']['schema'];if(!_0x430f1b['isTouching'](_0x5a0761)||!_0x430f1b['nodeAfter'])return;const _0x319093=_0x430f1b['nodeAfter'];if(_0x3d7bdc['isBlock'](_0x319093)&&!_0x3d7bdc['isLimit'](_0x319093)&&_0x3d7bdc['checkChild'](_0x319093,'$text')){if(!_0x4f0a11['consumable']['consume'](_0x4213cb['markerRange'],_0x258a0a['name']))return;const _0x10dee4=_0x4f0a11['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x5d888e=_0x4f0a11['mapper']['toViewPosition'](_0x5a0761);_0x44c422&&_0x9a2780['activeMarkers']['includes'](_0x4213cb['markerName'])&&_0x4f0a11['writer']['addClass']('ck-suggestion-marker--active',_0x10dee4),_0x4f0a11['writer']['insert'](_0x5d888e,_0x10dee4),_0x4f0a11['mapper']['bindElementToMarker'](_0x10dee4,_0x4213cb['markerName']);}};}class pt extends _0x4d360f{['afterInit'](){const _0x3b25c2=this['editor'];if(!_0x3b25c2['plugins']['has']('RemoveFormatEditing'))return;_0x3b25c2['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x52a608=this['editor'];_0x52a608['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5e1063=>{if('formatBlock'!=_0x5e1063['type']&&'formatInline'!=_0x5e1063['type'])return;const {data:_0x5cc9d2}=_0x5e1063;return _0x5cc9d2&&'removeFormat'==_0x5cc9d2['commandName']?{'type':'format','content':o(_0x52a608['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class kt extends _0x4d360f{['afterInit'](){const _0x1edfa0=this['editor'];if(!_0x1edfa0['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x398cc2=_0x1edfa0['plugins']['get']('TrackChangesEditing');_0x398cc2['enableCommand']('goToPreviousRestrictedEditingException'),_0x398cc2['enableCommand']('goToNextRestrictedEditingException');const _0x289902=_0x1edfa0['plugins']['get']('RestrictedEditingModeEditing');_0x289902['enableCommand']('trackChanges'),_0x289902['enableCommand']('acceptSuggestion'),_0x289902['enableCommand']('discardSuggestion'),_0x289902['enableCommand']('acceptAllSuggestions'),_0x289902['enableCommand']('discardAllSuggestions'),_0x289902['enableCommand']('acceptSelectedSuggestions'),_0x289902['enableCommand']('discardSelectedSuggestions');}}class bt extends _0x4d360f{static get['requires'](){return[_0x177a10];}['init'](){const _0x26e6e6=this['editor'],_0x7e403a=_0x26e6e6['plugins']['get']('TrackChangesEditing');_0x7e403a['enableCommand']('shiftEnter'),_0x26e6e6['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',de(_0x26e6e6),{'priority':'high'}),_0x26e6e6['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',de(_0x26e6e6),{'priority':'high'}),_0x26e6e6['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0xeef106,_0x1d5173,_0x199e00)=>{_0x199e00['options']['showSuggestionHighlights']&&de(_0x26e6e6,{'showActiveMarker':!0x1})(_0xeef106,_0x1d5173,_0x199e00);}),_0x7e403a['descriptionFactory']['registerElementLabel']('softBreak',_0x331d41=>o(_0x26e6e6['locale'],'ELEMENT_LINE_BREAK',_0x331d41));}}function de(_0x4f0941,{showActiveMarker:_0x3b0852=!0x0}={}){return(_0x3078a1,_0x4bda1a,_0x414f47)=>{const _0x5104fd=_0x4f0941['plugins']['get']('TrackChangesEditing');if(!_0x414f47['consumable']['test'](_0x4bda1a['markerRange'],_0x3078a1['name']))return;const _0x1b3c03=_0x4f0941['model'];for(const _0x155a2c of _0x4bda1a['markerRange']['getItems']()){if(!_0x155a2c['is']('element','softBreak'))continue;const _0x4c0e5e='deletion'==_0x4bda1a['markerName']['split'](':')[0x1]?'merge':'split',_0x133e86=_0x414f47['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x4c0e5e}),_0x1b61b7=_0x414f47['mapper']['toViewPosition'](_0x1b3c03['createPositionBefore'](_0x155a2c));_0x3b0852&&_0x5104fd['activeMarkers']['includes'](_0x4bda1a['markerName'])&&_0x414f47['writer']['addClass']('ck-suggestion-marker--active',_0x133e86),_0x414f47['writer']['insert'](_0x1b61b7,_0x133e86),_0x414f47['mapper']['bindElementToMarker'](_0x133e86,_0x4bda1a['markerName']);}};}class wt extends _0x4d360f{['afterInit'](){const _0x117bc5=this['editor'],_0x28ad28=_0x117bc5['model'],_0x19f0de=_0x117bc5['locale'];if(!_0x117bc5['plugins']['has']('StandardEditingModeEditing'))return;const _0x2fa2cf=_0x117bc5['plugins']['get']('TrackChangesEditing'),_0x3b2e9e='restrictedEditingException',_0x1c1571=_0x117bc5['commands']['get'](_0x3b2e9e);_0x2fa2cf['enableCommand'](_0x3b2e9e,(_0x4e7999,_0x4bce88={})=>{const _0x53d4d0=_0x28ad28['document']['selection'];if(_0x53d4d0['isCollapsed'])return void _0x4e7999(_0x4bce88);const _0x15e33d=void 0x0!==_0x4bce88['forceValue']?_0x4bce88['forceValue']:!_0x1c1571['value'];_0x28ad28['change'](()=>{const _0x38eb31=Array['from'](_0x53d4d0['getRanges']());for(const _0x14e780 of _0x38eb31){const _0x39a5ff=_0x15e33d?[_0x14e780]:io(_0x3b2e9e,_0x14e780,_0x28ad28);for(const _0x4260d9 of _0x39a5ff)_0x2fa2cf['markInlineFormat'](_0x4260d9,{'commandName':_0x3b2e9e,'commandParams':[{'forceValue':_0x15e33d}]});}});}),_0x2fa2cf['descriptionFactory']['registerDescriptionCallback'](_0x45a19f=>{if('formatBlock'!=_0x45a19f['type']&&'formatInline'!=_0x45a19f['type'])return;const {data:_0x187f74}=_0x45a19f;return _0x187f74&&_0x187f74['commandName']==_0x3b2e9e?_0x187f74['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x19f0de,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x19f0de,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class yt extends _0x4d360f{['afterInit'](){const _0xddd58=this['editor'];if(!_0xddd58['plugins']['has']('Style')||!_0xddd58['plugins']['has']('DataSchema'))return;const _0x52a996=_0xddd58['plugins']['get']('TrackChangesEditing'),_0x3d542d=_0xddd58['locale'],_0x248006=_0xddd58['config']['get']('style')||{},_0xba202=_0xddd58['plugins']['get']('GeneralHtmlSupport'),_0x53f9f6=_0xddd58['plugins']['get']('StyleUtils')['normalizeConfig'](_0xddd58['plugins']['get']('DataSchema'),_0x248006['definitions']);_0x52a996['enableDefaultAttributesIntegration']('style');const _0x1e4f5e=new Set();for(const _0x68db1e of _0x53f9f6['block']){const _0x14d48d=_0xba202['getGhsAttributeNameForElement'](_0x68db1e['element']);_0x1e4f5e['add'](_0x14d48d);}const _0x2ce45f=new Set();for(const _0x1fa52b of _0x53f9f6['inline']){const _0x3ad6d3=_0xba202['getGhsAttributeNameForElement'](_0x1fa52b['element']);_0x2ce45f['add'](_0x3ad6d3);for(const _0x333ea1 of _0x1fa52b['ghsAttributes'])_0x2ce45f['add'](_0x333ea1);}for(const _0x2a4db4 of _0x1e4f5e)_0x52a996['registerBlockAttribute'](_0x2a4db4),_0x52a996['descriptionFactory']['registerAttributeLabel'](_0x2a4db4,o(_0x3d542d,'FORMAT_STYLE'));for(const _0x2d34ef of _0x2ce45f)_0x52a996['registerInlineAttribute'](_0x2d34ef),_0x52a996['descriptionFactory']['registerAttributeLabel'](_0x2d34ef,o(_0x3d542d,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5149e1=this['editor'],_0x4dc127=_0x5149e1['locale'];_0x5149e1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x14e1ed=>{if('formatBlock'!=_0x14e1ed['type']&&'formatInline'!=_0x14e1ed['type'])return;const {data:_0x12e64a}=_0x14e1ed;return _0x12e64a&&'style'===_0x12e64a['commandName']?_0x12e64a['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4dc127,'*Set\x20format:*\x20%0',_0x12e64a['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x4dc127,'*Remove\x20format:*\x20%0',_0x12e64a['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class jt extends _0x4d360f{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x4c4de2){super(_0x4c4de2),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0xce5698=this['editor'],_0x4c4ebb=_0xce5698['model']['document']['selection'];if(!_0xce5698['plugins']['has']('TableEditing'))return;const _0x26e532=_0xce5698['locale'],_0x3d75b5=_0xce5698['plugins']['get']('TrackChangesEditing'),_0x1c5753=_0xce5698['plugins']['get']('TableUtils');_0x3d75b5['descriptionFactory']['registerElementLabel']('table',_0x3099fd=>o(_0x26e532,'ELEMENT_TABLE',_0x3099fd)),this['_setupColumnsRowsFixing'](),_0x3d75b5['enableCommand']('insertTable'),_0x3d75b5['enableCommand']('selectTableRow'),_0x3d75b5['enableCommand']('selectTableColumn');for(const _0x13ed6e of['insertTableRowAbove','insertTableRowBelow']){const _0x5a433e=_0xce5698['commands']['get'](_0x13ed6e);_0x3d75b5['enableCommand'](_0x13ed6e,_0x38e24a=>{_0xce5698['model']['change'](_0x3b52d4=>{_0x38e24a();const _0x261d8c='above'===_0x5a433e['order'],_0x561476=_0x1c5753['getSelectionAffectedTableCells'](_0x4c4ebb),_0x44eb4b=_0x1c5753['getRowIndexes'](_0x561476),_0x55066f=_0x261d8c?_0x44eb4b['first']-0x1:_0x44eb4b['last']+0x1,_0x387c9e=_0x561476[0x0]['findAncestor']('table'),_0x1f5695=_0x1c5753['createTableWalker'](_0x387c9e,{'startRow':_0x55066f,'endRow':_0x55066f}),_0x5139d4=Array['from'](_0x1f5695)['map'](_0x2e6865=>_0x3b52d4['createRangeOn'](_0x2e6865['cell']));_0x3d75b5['markMultiRangeInsertion'](_0x5139d4,'tableRow');});});}for(const _0x3168e1 of['insertTableColumnLeft','insertTableColumnRight']){const _0x18d452=_0xce5698['commands']['get'](_0x3168e1);_0x3d75b5['enableCommand'](_0x3168e1,_0x3f11dc=>{_0xce5698['model']['change'](_0x3da183=>{_0x3f11dc();const _0x2d0f91='left'===_0x18d452['order'],_0x493eb8=_0x1c5753['getSelectionAffectedTableCells'](_0x4c4ebb),_0x32b161=_0x1c5753['getColumnIndexes'](_0x493eb8),_0x38a201=_0x2d0f91?_0x32b161['first']-0x1:_0x32b161['last']+0x1,_0x2ac773=_0x493eb8[0x0]['findAncestor']('table'),_0x5a88b0=_0x1c5753['createTableWalker'](_0x2ac773,{'startRow':0x0,'column':_0x38a201,'includeAllSlots':!0x1}),_0x546347=Array['from'](_0x5a88b0)['map'](_0x4fb5cc=>_0x3da183['createRangeOn'](_0x4fb5cc['cell']));_0x3d75b5['markMultiRangeInsertion'](_0x546347,'tableColumn');});});}for(const _0x31f5e8 of['removeTableRow','removeTableColumn']){const _0x4f3d69=_0x31f5e8['substr'](0xb),_0x5402da=_0x4f3d69['toLowerCase'](),_0x158840=_0x5402da['substr'](0x0,0x3)+'span',_0x5d1610='table'+_0x4f3d69,_0x20bedd='min'+_0x4f3d69,_0x57ef09='max'+_0x4f3d69;_0x3d75b5['enableCommand'](_0x31f5e8,()=>{_0xce5698['model']['change'](_0x4ff278=>{const _0xca1acd=_0x1c5753['getSelectionAffectedTableCells'](_0x4c4ebb),_0x15235e=_0xca1acd[0x0]['findAncestor']('table');let _0x1b8b1d;if('removeTableRow'==_0x31f5e8){const _0x30d72f=_0x1c5753['getRowIndexes'](_0xca1acd);_0x1b8b1d={'startRow':_0x30d72f['first'],'endRow':_0x30d72f['last'],'includeAllSlots':!0x0};}else{const _0x13d072=_0x1c5753['getColumnIndexes'](_0xca1acd);_0x1b8b1d={'startColumn':_0x13d072['first'],'endColumn':_0x13d072['last'],'includeAllSlots':!0x0};}const _0x604bad=_0x1c5753['createTableWalker'](_0x15235e,_0x1b8b1d),_0x21c59e=Array['from'](_0x604bad)['map'](({cell:_0x4d8e7b})=>_0x4d8e7b),_0x508573=Ee(_0x21c59e['filter'](_0x2e7850=>_0x2e7850['hasAttribute'](_0x158840))),_0x37220b=Ee(_0x21c59e['filter'](_0x3f2a38=>!_0x3f2a38['hasAttribute'](_0x158840)))['map'](_0x3125fa=>_0x4ff278['createRangeOn'](_0x3125fa)),_0x5f03b9=_0x3d75b5['markMultiRangeDeletion'](_0x37220b,_0x5d1610);if(_0x5f03b9&&('tableRow'==_0x5f03b9['subType']||'tableColumn'==_0x5f03b9['subType'])){const _0x3e707c=this['_getSuggestionCoords'](_0x5f03b9);for(const _0x987948 of _0x508573){const _0x326063=_0x4ff278['createRangeOn'](_0x987948),_0x196f3d=_0x1c5753['getCellLocation'](_0x987948),_0x3c239f=_0x987948['getAttribute'](_0x158840)-0x1,_0x1a2cb6=_0x3e707c[_0x20bedd],_0x2f31e7=_0x3e707c[_0x57ef09];_0x1a2cb6<=_0x196f3d[_0x5402da]&&_0x196f3d[_0x5402da]+_0x3c239f<=_0x2f31e7&&_0x5f03b9['addRange'](_0x326063);}}});});}function _0x5f50b4(_0x53dd01){const _0x22cb9e=Array['from'](_0x4c4ebb['getRanges']())['map'](_0xfcddf7=>_0x27f355['fromRange'](_0xfcddf7));_0xce5698['model']['change'](_0x576ee7=>{const _0xc6a125=_0x576ee7['batch'];_0x53dd01=_0x53dd01['filter'](_0x1dfd39=>'$graveyard'!=_0x1dfd39['root']['rootName']),_0x576ee7['setSelection'](_0x53dd01),_0xce5698['commands']['get']('removeTableRow')['refresh'](),_0xce5698['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0xce5698['model']['enqueueChange'](()=>{_0xce5698['model']['enqueueChange'](_0xc6a125,_0x315ac2=>{const _0x3cbe1a=_0x22cb9e['filter'](_0x1eea8f=>'$graveyard'!=_0x1eea8f['root']['rootName']);_0x3cbe1a['length']>0x0&&_0x315ac2['setSelection'](_0x3cbe1a);for(const _0xfcd839 of _0x22cb9e)_0xfcd839['detach']();});});});}function _0xe95af8(_0x4eae9e){_0xce5698['model']['change'](_0x1a10e5=>{const _0x1da69d=Array['from'](_0x4c4ebb['getRanges']())['map'](_0x20fce5=>_0x27f355['fromRange'](_0x20fce5)),_0x4e0dca=[];for(const _0x255994 of _0x4eae9e)for(const _0x470c47 of _0x255994['getItems']({'shallow':!0x0}))_0x4e0dca['push'](_0x470c47);for(const _0x9ea894 of _0x4e0dca)'$graveyard'!=_0x9ea894['root']['rootName']&&(_0x1a10e5['setSelection'](_0x1a10e5['createPositionAt'](_0x9ea894,0x0)),_0xce5698['commands']['get']('removeTableColumn')['refresh'](),_0xce5698['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x4bd8b5=_0x1da69d['filter'](_0x202e2f=>'$graveyard'!=_0x202e2f['root']['rootName']);_0x4bd8b5['length']>0x0&&_0x1a10e5['setSelection'](_0x4bd8b5);for(const _0x462c5b of _0x1da69d)_0x462c5b['detach']();});}function _0x211f64(_0x58b7bc,_0x16c52d){return _0x16c52d['every'](_0x93b58a=>_0x58b7bc['some'](_0x4a2587=>_0x4a2587['end']['isEqual'](_0x93b58a['start'])||_0x93b58a['end']['isEqual'](_0x4a2587['start'])));}function _0x563f44(_0x443e36,_0x565d83){return!_0x443e36['some'](_0x5e3a93=>_0x565d83['some'](_0x17441b=>_0x5e3a93['isIntersecting'](_0x17441b)))&&_0x443e36['some'](_0x249da6=>_0x565d83['some'](_0x27b421=>_0x249da6['end']['isTouching'](_0x27b421['start'])));}_0xce5698['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x21c972,_0x2c9ead,_0x3f9199)=>{if(!_0x3f9199['options']['showSuggestionHighlights'])return;const _0x5506a1=_0x2c9ead['item'];if(!_0x5506a1)return;const _0x168f71=_0x3f9199['mapper']['toViewElement'](_0x5506a1);function _0x29d3a7(_0x290336){return Array['isArray'](_0x290336)?_0x290336:[_0x290336];}_0x168f71&&'tableCell'===_0x5506a1['name']&&_0x39ca62(_0x168f71,_0x3f9199['writer'],(_0x514927,_0x222db6,_0x15e689)=>_0x15e689['addClass'](_0x29d3a7(_0x222db6['classes']),_0x514927),(_0x249e27,_0x5e9bd5,_0x34429b)=>_0x34429b['removeClass'](_0x29d3a7(_0x5e9bd5['classes']),_0x249e27));},{'priority':'highest'}),_0x3d75b5['descriptionFactory']['registerDescriptionCallback'](_0x57cf30=>{if('insertion'!=_0x57cf30['type']&&'deletion'!=_0x57cf30['type'])return;const _0x3375eb=_0x57cf30['getContainedElement']();if(null!=_0x3375eb&&_0x3375eb['is']('element','table')){if('insertion'==_0x57cf30['type']){const _0x1484fb=_0x57cf30['getItems']()['filter'](_0x35637f=>_0x35637f['is']('$textProxy'))['map'](_0x5c040e=>_0x5c040e['data']);if(_0x1484fb['length'])return{'type':'insertion','content':o(_0x26e532,'*Insert:*\x20%0',o(_0x26e532,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x1484fb['join']('\x20')+'\x22'))};}if('deletion'==_0x57cf30['type']){const _0x1cd8b2=_0x57cf30['getItems']()['filter'](_0xba8dd8=>_0xba8dd8['is']('$textProxy'))['map'](_0x5a2fb2=>_0x5a2fb2['data']);if(_0x1cd8b2['length'])return{'type':'deletion','content':o(_0x26e532,'*Remove:*\x20%0',o(_0x26e532,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x1cd8b2['join']('\x20')+'\x22'))};}}}),_0x3d75b5['descriptionFactory']['registerDescriptionCallback'](_0x520519=>{if('tableRow'==_0x520519['subType']){const _0x4c9c11=_0x520519['getItems']()['filter'](_0x5acf9a=>_0x5acf9a['is']('$textProxy'))['map'](_0xdb808e=>_0xdb808e['data']),_0x53aee9=this['_getSuggestionCoords'](_0x520519),_0x319948=_0x53aee9['maxRow']-_0x53aee9['minRow']+0x1;if('insertion'==_0x520519['type'])return _0x4c9c11['length']?{'type':'insertion','content':o(_0x26e532,'*Insert:*\x20%0',o(_0x26e532,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x319948,'\x22'+_0x4c9c11['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x26e532,'*Insert:*\x20%0',o(_0x26e532,'ELEMENT_TABLE_ROW',_0x319948))};if('deletion'==_0x520519['type'])return _0x4c9c11['length']?{'type':'deletion','content':o(_0x26e532,'*Remove:*\x20%0',o(_0x26e532,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x319948,'\x22'+_0x4c9c11['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x26e532,'*Remove:*\x20%0',o(_0x26e532,'ELEMENT_TABLE_ROW',_0x319948))};}if('tableColumn'==_0x520519['subType']){const _0x5af534=_0x520519['getItems']()['filter'](_0x4243b1=>_0x4243b1['is']('$textProxy'))['map'](_0x5a3e7d=>_0x5a3e7d['data']),_0x59611d=this['_getSuggestionCoords'](_0x520519),_0x4d63f6=_0x59611d['maxColumn']-_0x59611d['minColumn']+0x1;if('insertion'==_0x520519['type'])return _0x5af534['length']?{'type':'insertion','content':o(_0x26e532,'*Insert:*\x20%0',o(_0x26e532,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x4d63f6,'\x22'+_0x5af534['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x26e532,'*Insert:*\x20%0',o(_0x26e532,'ELEMENT_TABLE_COLUMN',_0x4d63f6))};if('deletion'==_0x520519['type'])return _0x5af534['length']?{'type':'deletion','content':o(_0x26e532,'*Remove:*\x20%0',o(_0x26e532,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x4d63f6,'\x22'+_0x5af534['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x26e532,'*Remove:*\x20%0',o(_0x26e532,'ELEMENT_TABLE_COLUMN',_0x4d63f6))};}}),_0x3d75b5['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x5f50b4),_0x3d75b5['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x5f50b4),_0x3d75b5['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0xe95af8),_0x3d75b5['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0xe95af8),_0x3d75b5['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x211f64),_0x3d75b5['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x211f64),_0x3d75b5['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x563f44),_0x3d75b5['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x563f44);}['_acceptFormatSuggestionCallbackFactory'](){const _0x4cd173=this['editor'],_0x557761=_0x4cd173['model']['document']['selection'];return(_0x2168cd,_0x34119a)=>{_0x4cd173['model']['change'](_0x45b478=>{const {commandName:_0x53f324,commandParams:_0x581a1c}=_0x34119a;let _0x4b7bc2=_0x2168cd[0x0]['end']['nodeBefore'];_0x581a1c&&_0x581a1c[0x0]&&!0x1===_0x581a1c[0x0]['forceValue']&&(_0x4b7bc2=_0x2168cd[0x0]['start']['nodeAfter']);const _0x26428e=_0x45b478['createRangeIn'](_0x4b7bc2);if('$graveyard'==_0x26428e['root']['rootName'])return;const _0x48232f=Array['from'](_0x557761['getRanges']())['map'](_0x107640=>_0x27f355['fromRange'](_0x107640));_0x45b478['setSelection'](_0x26428e),_0x4cd173['commands']['get'](_0x53f324)['refresh'](),_0x581a1c['push']({'forceDefaultExecution':!0x0}),_0x4cd173['execute'](_0x53f324,..._0x581a1c);const _0x27c1de=_0x48232f['filter'](_0x52360a=>'$graveyard'!=_0x52360a['root']['rootName']);_0x27c1de['length']>0x0&&_0x45b478['setSelection'](_0x27c1de);for(const _0x20b478 of _0x48232f)_0x20b478['detach']();});};}['_getCoordsForCells'](_0x15786c){const _0x1eb783=this['editor']['plugins']['get']('TableUtils');let _0x3ff36a=Number['MAX_SAFE_INTEGER'],_0x43e1ab=Number['MIN_SAFE_INTEGER'],_0x6b293f=Number['MAX_SAFE_INTEGER'],_0x425e3d=Number['MIN_SAFE_INTEGER'];for(const _0x2d3821 of _0x15786c){if('$graveyard'==_0x2d3821['root']['rootName'])continue;const {row:_0x564135,column:_0x4a8362}=_0x1eb783['getCellLocation'](_0x2d3821),_0x5e8927=_0x2d3821['hasAttribute']('rowspan')?_0x2d3821['getAttribute']('rowspan')-0x1:0x0,_0x26b7bc=_0x2d3821['hasAttribute']('colspan')?_0x2d3821['getAttribute']('colspan')-0x1:0x0;_0x3ff36a=_0x564135<_0x3ff36a?_0x564135:_0x3ff36a,_0x43e1ab=_0x564135+_0x5e8927>_0x43e1ab?_0x564135+_0x5e8927:_0x43e1ab,_0x6b293f=_0x4a8362<_0x6b293f?_0x4a8362:_0x6b293f,_0x425e3d=_0x4a8362+_0x26b7bc>_0x425e3d?_0x4a8362+_0x26b7bc:_0x425e3d;}return{'minRow':_0x3ff36a,'maxRow':_0x43e1ab,'minColumn':_0x6b293f,'maxColumn':_0x425e3d};}['_setupColumnsRowsFixing'](){const _0xe899b0=this['editor'],_0xcc3a45=_0xe899b0['plugins']['get']('TrackChangesEditing'),_0x5e5519=_0xe899b0['plugins']['get']('TableUtils');_0xe899b0['model']['document']['on']('change:data',()=>{const _0x4a8db4=Array['from'](_0xe899b0['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x18169c,data:_0xe2b605}of _0x4a8db4){const {group:_0x46d8c3,id:_0x14d232,subType:_0x1f14b3}=_0xcc3a45['_splitMarkerName'](_0x18169c);if('suggestion'!=_0x46d8c3)continue;if(null!=_0xe2b605['oldRange'])continue;const _0x514e82=_0xcc3a45['getSuggestion'](_0x14d232);this['_tablePostFixingSubtypes']['includes'](_0x1f14b3)&&this['_tableSuggestions']['add'](_0x514e82);}},{'priority':'low'});const _0x418beb=(_0x3915e2,_0x467dbc)=>{let _0x23882d=!0x1;const _0x56db11=_0x467dbc['createRangeOn'](_0x3915e2),_0x24f751=_0x3915e2['findAncestor']('table'),_0x166a55=_0x5e5519['getCellLocation'](_0x3915e2);for(const _0x3038e5 of this['_tableSuggestions']){const _0x119f25=_0x3038e5['subType'],_0x28f3c9=_0x119f25['startsWith']('tablePaste'),_0x15cee1=_0x119f25['substr'](_0x28f3c9?0xa:0x5),_0x47af82=_0x15cee1['toLowerCase'](),_0x30da36=_0x47af82['substr'](0x0,0x3)+'span',_0x58cf34='min'+_0x15cee1,_0x5858be='max'+_0x15cee1;if(!_0x3038e5['isInContent'])continue;if(_0x24f751!=_0x3038e5['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x3038e5['isIntersectingWithRange'](_0x56db11))continue;const _0x3c91e8=_0x3915e2['hasAttribute'](_0x30da36)?_0x3915e2['getAttribute'](_0x30da36)-0x1:0x0,_0xc709fe=this['_getSuggestionCoords'](_0x3038e5),_0x5e2713=_0xc709fe[_0x58cf34],_0x1884d5=_0xc709fe[_0x5858be];_0x5e2713<=_0x166a55[_0x47af82]&&_0x166a55[_0x47af82]+_0x3c91e8<=_0x1884d5&&(_0x3038e5['addRange'](_0x56db11),_0x23882d=!0x0);}return _0x23882d;};_0xe899b0['model']['document']['registerPostFixer'](_0xf20b77=>{let _0x3e7af4=!0x1;for(const _0x3f4f7a of _0xe899b0['model']['document']['differ']['getChanges']())if('insert'==_0x3f4f7a['type']){if('tableRow'==_0x3f4f7a['name']){for(const _0x532e91 of _0x3f4f7a['position']['nodeAfter']['getChildren']())_0x3e7af4=_0x3e7af4||_0x418beb(_0x532e91,_0xf20b77);}else'tableCell'==_0x3f4f7a['name']&&(_0x3e7af4=_0x3e7af4||_0x418beb(_0x3f4f7a['position']['nodeAfter'],_0xf20b77));}return _0x3e7af4;});}['_getSuggestionCoords'](_0x43d35f){return this['_getCoordsForCells'](_0x43d35f['getRanges']()['map'](_0x2f32e0=>_0x2f32e0['start']['nodeAfter']));}}function Ee(_0x4a97e9){return Array['from'](new Set(_0x4a97e9)['values']());}class St extends _0x4d360f{static get['requires'](){return[jt];}['afterInit'](){const _0xa57dc8=this['editor'],_0x4aa67e=_0xa57dc8['model']['document']['selection'],_0x5dd79e=_0xa57dc8['locale'];if(!_0xa57dc8['plugins']['has']('TableEditing'))return;const _0x50cdb8=_0xa57dc8['plugins']['get']('TrackChangesEditing'),_0x458683=_0xa57dc8['plugins']['get']('TableUtils'),_0x375d7c=_0xa57dc8['plugins']['get'](jt);_0x375d7c['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x50cdb8['enableCommand']('mergeTableCells',()=>{const _0x10a887=_0x458683['getSelectionAffectedTableCells'](_0xa57dc8['model']['document']['selection']);_0xa57dc8['model']['change'](()=>{_0x50cdb8['markMultiRangeBlockFormat'](_0x10a887,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0xa57dc8['commands']['get']('mergeTableCells')['on']('execute',(_0x11b38a,_0x3af3b3)=>{_0xa57dc8['commands']['get']('trackChanges')['value']&&(_0x3af3b3['length']>0x0&&_0x3af3b3[_0x3af3b3['length']-0x1]&&_0x3af3b3[_0x3af3b3['length']-0x1]['forceDefaultExecution']||_0x50cdb8['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x11b38a['stop']());},{'priority':'highest'});for(const _0x51ad0e of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x8a3a0b=_0xa57dc8['commands']['get'](_0x51ad0e);_0x50cdb8['enableCommand'](_0x51ad0e,()=>{const _0xe69b15=_0xa57dc8['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x509742=>_0x509742['is']('element','tableCell')),_0x3bf069=_0x8a3a0b['value'];_0xa57dc8['model']['change'](()=>{_0x50cdb8['markMultiRangeBlockFormat']([_0xe69b15,_0x3bf069],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x2322b4 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x11a298=_0xa57dc8['commands']['get'](_0x2322b4);_0x50cdb8['enableCommand'](_0x2322b4,()=>{const _0x4dff22=_0x458683['getSelectionAffectedTableCells'](_0xa57dc8['model']['document']['selection'])[0x0],_0x386174=_0x4dff22['findAncestor']('table'),{column:_0x230f74,row:_0x343091}=_0x458683['getCellLocation'](_0x4dff22);let _0x5b815c=[];if('horizontally'==_0x11a298['direction']){const _0x3506b7=_0x458683['createTableWalker'](_0x386174,{'startRow':_0x343091,'endRow':_0x343091,'includeAllSlots':!0x0});_0x5b815c=Array['from'](_0x3506b7)['map'](_0x4f34f3=>_0x4f34f3['cell']);}else{const _0x43bfdd=_0x458683['createTableWalker'](_0x386174,{'column':_0x230f74,'includeAllSlots':!0x0});_0x5b815c=Array['from'](_0x43bfdd)['map'](_0x5349ff=>_0x5349ff['cell']);}_0xa57dc8['model']['change'](_0x2c89ca=>{_0x50cdb8['markBlockFormat'](_0x2c89ca['createRangeOn'](_0x4dff22),{'commandName':_0x2322b4,'commandParams':[]},_0x5b815c,_0x2322b4);});});}_0x50cdb8['descriptionFactory']['registerDescriptionCallback'](_0x4599cf=>{if('formatBlock'!=_0x4599cf['type']&&'formatInline'!=_0x4599cf['type'])return;const {data:_0x4f63eb}=_0x4599cf;return _0x4f63eb&&'mergeTableCells'==_0x4f63eb['commandName']?{'type':'format','content':o(_0x5dd79e,'*Merge\x20cells*')}:void 0x0;}),_0x50cdb8['descriptionFactory']['registerDescriptionCallback'](_0x26deff=>{if('formatBlock'!=_0x26deff['type']&&'formatInline'!=_0x26deff['type'])return;const {data:_0x46df8f}=_0x26deff;return _0x46df8f?'splitTableCellVertically'==_0x46df8f['commandName']?{'type':'format','content':o(_0x5dd79e,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x46df8f['commandName']?{'type':'format','content':o(_0x5dd79e,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x1acb11=_0x375d7c['_acceptFormatSuggestionCallbackFactory']();for(const _0x4024de of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x50cdb8['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4024de,'accept',_0x1acb11);for(const _0x407efc of['splitTableCellVertically','splitTableCellHorizontally'])_0x50cdb8['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x407efc,'accept',_0x1acb11);_0x50cdb8['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x4cd720=>{_0xa57dc8['model']['change'](_0x47a560=>{const _0x31a032=Array['from'](_0x4aa67e['getRanges']())['map'](_0x12c837=>_0x27f355['fromRange'](_0x12c837));_0x47a560['setSelection'](_0x4cd720),_0xa57dc8['commands']['get']('mergeTableCells')['refresh'](),_0xa57dc8['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x2cd2eb=_0x31a032['filter'](_0x26a290=>'$graveyard'!=_0x26a290['root']['rootName']);_0x2cd2eb['length']>0x0&&_0x47a560['setSelection'](_0x2cd2eb);for(const _0x56bc5e of _0x31a032)_0x56bc5e['detach']();});});for(const _0x5eca31 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x540cc4=_0xa57dc8['commands']['get'](_0x5eca31);_0x540cc4['on']('set:isEnabled',(_0x303828,_0x666e62,_0x1d1734)=>{if(_0x1d1734){const _0x2e360b=_0xa57dc8['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x57a3f6=>_0x57a3f6['is']('element','tableCell'));this['_areMergableCells'](_0x540cc4['value'],_0x2e360b)||(_0x303828['return']=!0x1,_0x303828['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x54ce25=this['editor']['commands']['get']('mergeTableCells'),_0x9fdb6=this['editor']['plugins']['get']('TableUtils');if(!_0x54ce25['isEnabled'])return!0x1;const _0x1ae64e=_0x9fdb6['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x1a8c34 of _0x1ae64e)for(const _0x2e391e of _0x1ae64e)if(_0x1a8c34!=_0x2e391e&&!this['_areMergableCells'](_0x1a8c34,_0x2e391e))return!0x1;return!0x0;}['_areMergableCells'](_0x26ccdc,_0x5054ce){const _0x31be13=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3cf03b=this['editor']['model']['createRangeOn'](_0x26ccdc),_0x2b57be=this['editor']['model']['createRangeOn'](_0x5054ce),_0x43c74b=new Set(),_0x167d46=new Set();for(const _0x4b70d6 of _0x31be13['getSuggestions']())if(('insertion'==_0x4b70d6['type']||'deletion'==_0x4b70d6['type']||'mergeTableCells'==_0x4b70d6['subType'])&&_0x4b70d6['isInContent']){for(const _0x26cd7d of _0x4b70d6['getRanges']())_0x26cd7d['containsRange'](_0x3cf03b,!0x0)&&_0x43c74b['add'](_0x4b70d6['type']+':'+_0x4b70d6['author']['id']),_0x26cd7d['containsRange'](_0x2b57be,!0x0)&&_0x167d46['add'](_0x4b70d6['type']+':'+_0x4b70d6['author']['id']);}if(_0x43c74b['size']!=_0x167d46['size'])return!0x1;for(const _0x1cc189 of _0x43c74b)if(!_0x167d46['has'](_0x1cc189))return!0x1;return!0x0;}}class At extends _0x4d360f{static get['requires'](){return[jt];}['afterInit'](){const _0x591c23=this['editor'];if(!_0x591c23['plugins']['has']('TableEditing'))return;const _0x5d9cbe=_0x591c23['locale'],_0x14d7d8=_0x591c23['plugins']['get']('TrackChangesEditing');_0x14d7d8['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x14d7d8['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x14d7d8['registerBlockAttribute']('headingRows'),_0x14d7d8['registerBlockAttribute']('headingColumns'),_0x14d7d8['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x5d9cbe,'FORMAT_HEADER_ROW')),_0x14d7d8['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x5d9cbe,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x54d5cc=this['editor']['plugins']['get']('TrackChangesEditing'),_0x35f03e=this['editor']['plugins']['get']('TableUtils'),_0x271799=this['editor']['plugins']['get'](jt)['_acceptFormatSuggestionCallbackFactory']();function _0x22c9db({showActiveMarker:_0x302846=!0x0,setDataAttribute:_0x3f63a4=!0x0}={}){return(_0x241d72,_0x4a4f82,_0x251400)=>{const {type:_0x483f64,id:_0x1dc989}=_0x54d5cc['_splitMarkerName'](_0x4a4f82['markerName']),_0x3a817b=_0x54d5cc['getSuggestion'](_0x1dc989),_0x415f1a=_0x3a817b['data'];if('formatBlock'!=_0x3a817b['type']||!_0x415f1a||'setTableColumnHeader'!=_0x415f1a['commandName'])return;if(_0x4a4f82['item'])return void _0x241d72['stop']();if(!_0x251400['consumable']['consume'](_0x4a4f82['markerRange'],_0x241d72['name']))return;const _0x32d570=_0x4a4f82['markerRange']['start']['nodeAfter'],_0x20a22c=_0x4a4f82['markerRange']['end']['nodeBefore'],_0x27f732=_0x32d570['parent']['parent'],{column:_0x49e238}=_0x35f03e['getCellLocation'](_0x32d570),{column:_0x589bd8}=_0x35f03e['getCellLocation'](_0x20a22c);for(let _0x2aaed1=_0x49e238;_0x2aaed1<=_0x589bd8;_0x2aaed1++){const _0x4f5b23=_0x35f03e['createTableWalker'](_0x27f732,{'column':_0x2aaed1,'includeAllSlots':!0x1});for(const _0xa43a0 of _0x4f5b23){const _0x354c40=_0xa43a0['cell'],_0x12f4b8=_0x251400['mapper']['toViewElement'](_0x354c40);_0x251400['writer']['addClass']('ck-suggestion-marker-'+_0x483f64,_0x12f4b8),_0x3f63a4&&_0x251400['writer']['setAttribute']('data-suggestion',_0x1dc989,_0x12f4b8),_0x251400['mapper']['bindElementToMarker'](_0x12f4b8,_0x4a4f82['markerName']),_0x302846&&(_0x54d5cc['activeMarkers']['includes'](_0x4a4f82['markerName'])?_0x251400['writer']['addClass']('ck-suggestion-marker--active',_0x12f4b8):_0x251400['writer']['removeClass']('ck-suggestion-marker--active',_0x12f4b8));}}};}_0x54d5cc['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x271799),_0x54d5cc['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x271799),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x22c9db(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x4e8acd,_0x4cb58a,_0x28af9f)=>{_0x28af9f['options']['showSuggestionHighlights']&&_0x22c9db({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x4e8acd,_0x4cb58a,_0x28af9f);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x2889e1,_0x5071c6,_0x41c78d)=>{const {type:_0x38d66d,id:_0x40a23c}=_0x54d5cc['_splitMarkerName'](_0x5071c6['markerName']),_0x463307=_0x54d5cc['getSuggestion'](_0x40a23c),_0x52d8f0=_0x463307['data'];if('formatBlock'!=_0x463307['type']||!_0x52d8f0||'setTableColumnHeader'!=_0x52d8f0['commandName'])return;const _0x158e91=_0x41c78d['mapper']['markerNameToElements'](_0x5071c6['markerName']);if(_0x158e91){for(const _0x53c96c of _0x158e91)_0x41c78d['writer']['removeClass']('ck-suggestion-marker-'+_0x38d66d,_0x53c96c),_0x41c78d['writer']['removeClass']('ck-suggestion-marker--active',_0x53c96c),_0x41c78d['writer']['removeAttribute']('data-suggestion',_0x53c96c),_0x41c78d['mapper']['unbindElementFromMarkerName'](_0x53c96c,_0x5071c6['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1ea230=this['editor'],_0xab870f=_0x1ea230['locale'];function _0x524b12(_0x52d836){return{'type':'format','content':o(_0xab870f,'*Format:*\x20%0',_0x52d836)};}_0x1ea230['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1dd564=>{if('formatBlock'!=_0x1dd564['type'])return;const {data:_0x226905}=_0x1dd564;if(_0x226905){if('setTableRowHeader'==_0x226905['commandName']){const _0x5b6d78=_0x226905['commandParams'][0x0]['forceValue'];return _0x524b12(o(_0xab870f,_0x5b6d78?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x226905['commandName']){const _0x44a516=_0x226905['commandParams'][0x0]['forceValue'];return _0x524b12(o(_0xab870f,_0x44a516?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const ge=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ce=Object['fromEntries'](ge['map'](_0x177f48=>[_0x177f48,null]));class It extends _0x4d360f{static get['requires'](){return[jt];}['afterInit'](){const _0x23d0f8=this['editor'];if(!_0x23d0f8['plugins']['has']('TableClipboard'))return;const _0x4b5562=_0x23d0f8['plugins']['get']('TrackChangesEditing'),_0x44df5b=_0x23d0f8['plugins']['get']('TableUtils'),_0x2d27b7=_0x23d0f8['plugins']['get'](jt),_0x4ffd02=_0x23d0f8['plugins']['get']('TableClipboard');_0x2d27b7['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x23d0f8['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x23d0f8['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x8f05c8=null;_0x23d0f8['model']['on']('insertContent',(_0x526452,_0x1b3ed5)=>{const [_0x5b0711,_0x52510d]=_0x1b3ed5,_0x215096=_0x1b3ed5[_0x1b3ed5['length']-0x1];_0x215096&&_0x215096['forceDefaultExecution']||_0x4b5562['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x412104,_0x2434d7,_0x75694,_0x3d7745,_0x5fbfd1){if(_0x2434d7&&!_0x2434d7['is']('documentSelection'))return!0x1;const _0x5d9b0a=_0x5fbfd1['getTableIfOnlyTableInContent'](_0x412104,_0x75694);if(!_0x5d9b0a||!he(_0x5d9b0a,void 0x0,_0x3d7745))return!0x1;const _0x48660f=_0x3d7745['getSelectionAffectedTableCells'](_0x75694['document']['selection']);if(!_0x48660f['length'])return!0x1;const _0x4cb51a=_0x48660f[0x0]['findAncestor']('table'),_0x1e86d9=_0x3d7745['getRowIndexes'](_0x48660f),_0x5deb7a=_0x3d7745['getColumnIndexes'](_0x48660f),_0x1281f5={'startRow':_0x1e86d9['first'],'endRow':_0x1e86d9['last'],'startColumn':_0x5deb7a['first'],'endColumn':_0x5deb7a['last']};return 0x1==_0x48660f['length']&&(_0x1281f5['endRow']+=_0x3d7745['getRows'](_0x5d9b0a)-0x1,_0x1281f5['endColumn']+=_0x3d7745['getColumns'](_0x5d9b0a)-0x1),he(_0x4cb51a,_0x1281f5,_0x3d7745);}(_0x5b0711,_0x52510d,_0x23d0f8['model'],_0x44df5b,_0x4ffd02)&&(_0x526452['stop'](),_0x8f05c8={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x23d0f8['model']['change'](()=>{_0x23d0f8['model']['insertContent'](_0x1b3ed5[0x0],_0x1b3ed5[0x1],_0x1b3ed5[0x2],{'forceDefaultExecution':!0x0});const _0x1b6022=_0x3cefaa(),{rowInsertionRanges:_0x15affb,columnInsertionRanges:_0x2df1ff,insertionRanges:_0x32bdc6,deletionRanges:_0x4e2bb0,cells:_0x201e9b}=_0x8f05c8;_0x15affb['length']&&_0x4b5562['markMultiRangeInsertion'](_0x15affb,'tablePasteRow',{'tablePasteChainId':_0x1b6022}),_0x2df1ff['length']&&_0x4b5562['markMultiRangeInsertion'](_0x2df1ff,'tablePasteColumn',{'tablePasteChainId':_0x1b6022}),_0x32bdc6['length']&&(_0x4b5562['markMultiRangeInsertion'](_0x32bdc6,'tablePaste',{'tablePasteChainId':_0x1b6022,'skipNestingCheck':!0x0}),_0x32bdc6['forEach'](_0x17d5a8=>_0x17d5a8['detach']?.())),_0x4e2bb0['length']&&(_0x4b5562['markMultiRangeDeletion'](_0x4e2bb0,'tablePaste',{'tablePasteChainId':_0x1b6022,'skipNestingCheck':!0x0}),_0x4e2bb0['forEach'](_0x157812=>_0x157812['detach']?.()));const _0x6b6f09=_0x4b5562['markMultiRangeBlockFormat'](_0x201e9b['map'](({element:_0xd137bf})=>_0xd137bf),{'formatGroupId':_0x3cefaa()},[],'tablePasteCell',{'tablePasteChainId':_0x1b6022});if(_0x6b6f09){const _0x467db3=_0x6b6f09['getMarkers'](),_0x5038f1=[];for(const {element:_0x5f20c4,attributes:_0x48c0ef}of _0x201e9b){if(!_0x48c0ef)continue;const _0x47a0a0=_0x23d0f8['model']['createRangeOn'](_0x5f20c4),_0x5b7b2c=_0x467db3['find'](_0x471956=>_0x471956['getRange']()['isEqual'](_0x47a0a0));_0x5b7b2c&&_0x5038f1['push']([_0x5b7b2c['name'],_0x48c0ef]);}_0x5038f1['length']&&_0x6b6f09['setAttribute']('markerAttributes',Object['fromEntries'](_0x5038f1));}_0x8f05c8=null;}));},{'priority':_0x36e7bf['high']+0xa}),_0x23d0f8['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0xb0f0e9,_0x321479)=>{const [_0x4b455f,_0x328b6f,,_0x3ac992]=_0x321479;if(!_0x8f05c8)return;_0xb0f0e9['stop']();const _0x2023ee=_0x4b455f['cell'],_0x4ee1a3=_0x328b6f,_0x294aac=Pe(_0x2023ee),_0x1c725b=Pe(_0x4ee1a3);_0xb0f0e9['return']=_0x2023ee;let _0x1c8f68=null,_0x3eb113=null;if(_0x1c725b||_0x294aac){if(_0x294aac&&!_0x1c725b){_0x3ac992['remove'](_0x2023ee['getChild'](0x0));for(const _0x5e9578 of Array['from'](_0x4ee1a3['getChildren']()))_0x3ac992['insert'](_0x5e9578,_0x2023ee,'end');const _0x2e872c=_0x8f05c8['rowInsertionIndexes']['includes'](_0x4b455f['row']),_0x4c4106=_0x8f05c8['columnInsertionIndexes']['includes'](_0x4b455f['column']);_0x2e872c||_0x4c4106||(_0x1c8f68=_0x27f355['fromRange'](_0x3ac992['createRangeIn'](_0x2023ee)));}else _0x1c725b&&!_0x294aac&&(_0x3eb113=_0x3ac992['createRangeIn'](_0x2023ee));}else{const _0x222049=_0x3ac992['createElement']('tableCellSuggestion'),_0x549058=_0x3ac992['createElement']('tableCellSuggestion');_0x3ac992['wrap'](_0x3ac992['createRangeIn'](_0x2023ee),_0x549058),_0x3ac992['insert'](_0x222049,_0x2023ee,0x0);for(const _0x1fe73c of Array['from'](_0x4ee1a3['getChildren']()))_0x3ac992['insert'](_0x1fe73c,_0x222049,'end');_0x1c8f68=_0x27f355['fromRange'](_0x3ac992['createRangeOn'](_0x222049)),_0x3eb113=_0x27f355['fromRange'](_0x3ac992['createRangeOn'](_0x549058));}const _0x7ce794=Array['from'](_0x4ee1a3['getAttributes']())['filter'](([_0x5d3d35])=>ge['includes'](_0x5d3d35));_0x8f05c8['cells']['push']({'element':_0x2023ee,'attributes':_0x7ce794['length']?Object['fromEntries'](_0x7ce794):null}),_0x1c8f68&&_0x8f05c8['insertionRanges']['push'](_0x1c8f68),_0x3eb113&&_0x8f05c8['deletionRanges']['push'](_0x3eb113);},{'priority':'high'}),_0x44df5b['on']('insertColumns',(_0x1bf1ff,_0x2df110)=>{const [_0x28e519,_0x14b291={}]=_0x2df110;if(!_0x8f05c8)return;const _0x470472=_0x14b291['at']||0x0,_0x25bd36=_0x14b291['columns']||0x1;_0x8f05c8['columnInsertionIndexes']=new Array(_0x25bd36)['fill'](_0x470472)['map']((_0x487e0b,_0x41aa95)=>_0x487e0b+_0x41aa95);for(const {cell:_0x5f3627}of _0x44df5b['createTableWalker'](_0x28e519,{'startColumn':_0x470472,'endColumn':_0x470472+_0x25bd36-0x1}))_0x8f05c8['columnInsertionRanges']['push'](_0x23d0f8['model']['createRangeOn'](_0x5f3627));},{'priority':'low'}),_0x44df5b['on']('insertRows',(_0x591d26,_0x16d699)=>{const [_0x41ee2e,_0x2e0a59={}]=_0x16d699;if(!_0x8f05c8)return;const _0x24a86a=_0x2e0a59['at']||0x0,_0x5cadf3=_0x2e0a59['rows']||0x1;_0x8f05c8['rowInsertionIndexes']=new Array(_0x5cadf3)['fill'](_0x24a86a)['map']((_0x47c739,_0x3bec4d)=>_0x47c739+_0x3bec4d);for(const {cell:_0x28c538}of _0x44df5b['createTableWalker'](_0x41ee2e,{'startRow':_0x24a86a,'endRow':_0x24a86a+_0x5cadf3-0x1}))_0x8f05c8['rowInsertionRanges']['push'](_0x23d0f8['model']['createRangeOn'](_0x28c538));},{'priority':'low'}),_0x4b5562['descriptionFactory']['registerDescriptionCallback'](_0x20970a=>{if(_0x20970a['subType']&&_0x20970a['subType']['startsWith']('tablePaste'))return _0x20970a['previous']?{}:{'type':'insertion','content':o(_0x23d0f8['locale'],'*Replace\x20table\x20cells*')};});const _0x7bd82b=()=>!0x1;for(const _0x42d743 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x4b5562['_suggestionFactory']['registerCustomCallback']('insertion',_0x42d743,'join',_0x7bd82b),_0x4b5562['_suggestionFactory']['registerCustomCallback']('deletion',_0x42d743,'join',_0x7bd82b),_0x4b5562['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x42d743,'join',_0x7bd82b);_0x4b5562['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x7bd82b),_0x4b5562['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0xd2e270,_0x411858,_0x4f3e5f)=>{const _0x1e4c08=_0xd2e270['map'](_0x2c2fe6=>_0x2c2fe6['getContainedElement']())['filter'](_0x402186=>_0x402186),_0x36f335=new Map(_0x1e4c08['map'](_0x45f81e=>[_0x45f81e,null]));if(_0x8f05c8){for(const {element:_0x4e9840,attributes:_0xd3eb25}of _0x8f05c8['cells'])_0xd3eb25&&_0x36f335['set'](_0x4e9840,_0xd3eb25);}else{if(_0x4f3e5f&&_0x4f3e5f['markerAttributes'])for(const [_0x3205db,_0x33f41d]of Object['entries'](_0x4f3e5f['markerAttributes'])){const _0x3e1d02=_0x23d0f8['model']['markers']['get'](_0x3205db),_0x1c0fba=_0x3e1d02?_0x3e1d02['getRange']()['getContainedElement']():null;_0x1c0fba&&_0x36f335['set'](_0x1c0fba,_0x33f41d);}}_0x23d0f8['model']['change'](_0x4f1666=>{for(const [_0xb94ef1,_0x134c01]of _0x36f335)_0x4f1666['setAttributes']({...Ce,..._0x134c01},_0xb94ef1);});});const _0x361e49=(_0x4628b1,_0xdc9bd8)=>{_0x4b5562['_suggestionFactory']['registerCustomCallback'](_0x4628b1,'tablePaste',_0xdc9bd8,(_0x133fe0,_0x5f15d0,_0x590a69)=>{_0x23d0f8['model']['change'](_0x1b695e=>{const _0x35d755=[];for(const _0x4ab1a0 of _0x133fe0){const _0x1ca4ea=_0x4ab1a0['start']['nodeAfter'];_0x1ca4ea['is']('element','tableCellSuggestion')&&_0x35d755['push'](_0x1ca4ea);}_0x4b5562['_suggestionFactory']['getSuggestionCallback'](_0x4628b1,null,_0xdc9bd8)(_0x133fe0,_0x5f15d0,_0x590a69);for(const _0x130fbd of _0x35d755)'$graveyard'!=_0x130fbd['root']['rootName']&&_0x1b695e['unwrap'](_0x130fbd);});});};_0x361e49('insertion','accept'),_0x361e49('insertion','discard'),_0x361e49('deletion','accept'),_0x361e49('deletion','discard'),_0x4b5562['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x6fcaec=>{const _0x72318b=_0x6fcaec['map'](_0x48fbfd=>_0x48fbfd['getContainedElement']()),_0x1c7e01=_0x72318b[0x0]['findAncestor']('table'),{minRow:_0x2c957f,maxRow:_0x548921}=_0x2d27b7['_getCoordsForCells'](_0x72318b);_0x44df5b['removeRows'](_0x1c7e01,{'at':_0x2c957f,'rows':_0x548921-_0x2c957f+0x1});}),_0x4b5562['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x4ac43f=>{const _0x2213ee=_0x4ac43f['map'](_0x5bb0bb=>_0x5bb0bb['getContainedElement']()),_0x105fd1=_0x2213ee[0x0]['findAncestor']('table'),{minColumn:_0x13e355,maxColumn:_0x596aa8}=_0x2d27b7['_getCoordsForCells'](_0x2213ee);_0x44df5b['removeColumns'](_0x105fd1,{'at':_0x13e355,'columns':_0x596aa8-_0x13e355+0x1});});const _0x2607b1=(_0x5456d1,_0x404792)=>{if(!_0x404792['subType']||!_0x404792['subType']['startsWith']('tablePaste'))return;const _0xba9b1a=_0x404792['attributes']['tablePasteChainId'],_0x53fab5=_0x4b5562['getSuggestions']()['filter'](_0x59c05d=>_0x59c05d['isInContent']&&_0x59c05d['attributes']&&_0x59c05d['attributes']['tablePasteChainId']==_0xba9b1a);_0x53fab5['length']&&_0x404792['getAllAdjacentSuggestions']()['length']!=_0x53fab5['length']&&_0x53fab5['reduce']((_0x1f3413,_0x92275)=>(_0x1f3413['next']=_0x92275,_0x92275['previous']=_0x1f3413,_0x92275));};function _0x5a78e0(_0x1b73c5,_0x4ef2ad=!0x0){const {id:_0x5aabe3}=_0x4b5562['_splitMarkerName'](_0x1b73c5['markerName']),_0x2ddf52=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0xc13b18=_0x4b5562['activeMarkers']['includes'](_0x1b73c5['markerName']);return _0xc13b18&&_0x2ddf52['push']('ck-suggestion-marker--active'),{'classes':_0x2ddf52,'attributes':{'data-suggestion':_0x5aabe3},'priority':_0xc13b18&&_0x4ef2ad?0xbc2:0xbb8};}_0x4b5562['on']('suggestionLoaded',_0x2607b1,{'priority':'high'}),_0x4b5562['on']('suggestionUnloaded',_0x2607b1,{'priority':'high'}),_0x23d0f8['model']['document']['registerPostFixer'](()=>{let _0x40b59b=!0x1;const _0x4899b8=Array['from'](_0x23d0f8['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x5c13f0,data:_0x3be5c6}of _0x4899b8){const {group:_0x456609,type:_0x3fb9e1,id:_0x191297}=_0x4b5562['_splitMarkerName'](_0x5c13f0);if('suggestion'!=_0x456609||'deletion'!=_0x3fb9e1||_0x3be5c6['oldRange'])continue;if(!_0x4b5562['hasSuggestion'](_0x191297))continue;const _0x13b58c=_0x4b5562['getSuggestion'](_0x191297)['getRanges'](),_0x3bd836=_0x23d0f8['plugins']['get']('Users')['me'];for(const _0x3ad8bb of _0x4b5562['getSuggestions']()){if(!_0x3ad8bb['isInContent']||_0x3ad8bb['author']!=_0x3bd836)continue;if('formatBlock'!=_0x3ad8bb['type']||'tablePasteCell'!=_0x3ad8bb['subType'])continue;if(_0x3ad8bb['getRanges']()['every'](_0x84f4fb=>_0x13b58c['some'](_0x548b39=>_0x548b39['containsRange'](_0x84f4fb,!0x0)))){for(const _0x159266 of _0x3ad8bb['getAllAdjacentSuggestions']())_0x159266['isInContent']&&(_0x159266['discard'](),_0x40b59b=!0x0);}}}return _0x40b59b;}),_0x23d0f8['model']['document']['registerPostFixer'](_0x23abf3=>{const _0x550500=_0x23d0f8['commands']['get']('redo');if(!_0x550500||!_0x550500['_createdBatches']['has'](_0x23abf3['batch']))return!0x1;let _0x4cf3ef=!0x1;const _0x2d2a89=_0x23d0f8['plugins']['get']('Users')['me'],_0x376a69=_0x23d0f8['model']['document']['differ']['getChanges'](),_0x5ce90c=Array['from'](_0x23d0f8['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x46e84b,data:_0x587796})=>{const {group:_0x4886b2,subType:_0x526cdf,authorId:_0x1ee515}=_0x4b5562['_splitMarkerName'](_0x46e84b);return'suggestion'==_0x4886b2&&'tablePaste'==_0x526cdf&&_0x1ee515==_0x2d2a89['id']&&!_0x587796['oldRange'];});for(const _0x15d6d7 of _0x376a69){if('insert'!=_0x15d6d7['type']||'tableCellSuggestion'!=_0x15d6d7['name']||0x1!=_0x15d6d7['length'])continue;const _0x2c2b03=_0x23abf3['createRange'](_0x15d6d7['position'],_0x15d6d7['position']['getShiftedBy'](0x1));if(!_0x5ce90c['find'](({data:_0x428b60})=>_0x428b60['newRange']['isEqual'](_0x2c2b03))){for(const {name:_0x19bd1c,data:_0x2bb377}of _0x5ce90c)if(_0x2c2b03['containsRange'](_0x2bb377['newRange'])){_0x23abf3['updateMarker'](_0x19bd1c,{'range':_0x2c2b03}),_0x4cf3ef=!0x0;break;}}}return _0x4cf3ef;}),_0x23d0f8['model']['document']['registerPostFixer'](_0x101d73=>{let _0x312617=!0x1;const _0x1497b3=_0x23d0f8['plugins']['get']('Users')['me'],_0x2c65a8=_0x4b5562['getSuggestions']()['filter'](_0x1aeb09=>_0x1aeb09['isInContent']&&_0x1aeb09['author']==_0x1497b3),_0x18073e=new Set(),_0x357af7=new Set();for(const _0x3cad4e of _0x2c65a8)if('tablePaste'==_0x3cad4e['subType'])for(const _0x2786ee of _0x3cad4e['getMarkers']()){const _0x3a1b70=_0x2786ee['getRange']()['getContainedElement']();if(_0x3a1b70){if(_0x3a1b70['is']('element','tableCellSuggestion')&&Pe(_0x3a1b70)){_0x3cad4e['removeMarker'](_0x2786ee['name']),_0x18073e['add'](_0x3a1b70),_0x312617=!0x0;const _0x3938d5=_0x3a1b70['nextSibling'],_0x48fa61=_0x3a1b70['previousSibling'],_0x389acd=_0x3938d5&&_0x3938d5['is']('element','tableCellSuggestion'),_0x48b1cc=_0x48fa61&&_0x48fa61['is']('element','tableCellSuggestion');_0x389acd&&!_0x18073e['has'](_0x3938d5)&&_0x357af7['add'](_0x3938d5),_0x48b1cc&&!_0x18073e['has'](_0x48fa61)&&_0x357af7['add'](_0x48fa61);}else _0x3a1b70['is']('element','paragraph')&&_0x3a1b70['isEmpty']&&(_0x3cad4e['removeMarker'](_0x2786ee['name']),_0x312617=!0x0);}}else{if('tablePasteCell'==_0x3cad4e['subType']){if(!_0x3cad4e['attributes']||!_0x3cad4e['attributes']['tablePasteChainId'])continue;const _0x53b817=_0x3cad4e['attributes']['markerAttributes'];if(_0x53b817&&Object['keys'](_0x53b817)['length'])continue;const _0x2ab48e=_0x3cad4e['attributes']['tablePasteChainId'];let _0x2bc62d=!0x0,_0xdefd9b=!0x0;for(const _0x1defcb of _0x2c65a8)if(_0x1defcb['subType']&&_0x1defcb['subType']['startsWith']('tablePaste')){if(!_0x1defcb['attributes']['tablePasteChainId']){_0xdefd9b=!0x1;break;}if(_0x1defcb['id']!=_0x3cad4e['id']&&_0x1defcb['attributes']['tablePasteChainId']==_0x2ab48e){_0x2bc62d=!0x1;break;}}_0xdefd9b&&_0x2bc62d&&(_0x3cad4e['removeMarkers'](),_0x312617=!0x0);}}for(const _0x1b2922 of _0x18073e)_0x101d73['remove'](_0x1b2922);for(const _0x44d7bb of _0x357af7)_0x101d73['unwrap'](_0x44d7bb);return _0x312617;}),_0x23d0f8['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x1cded6,_0x1be19e)=>_0x5a78e0(_0x1cded6),'converterPriority':'high'}),_0x23d0f8['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x35e87e,_0x29ce27)=>_0x29ce27['options']['showSuggestionHighlights']?_0x5a78e0(_0x35e87e,!0x1):null,'converterPriority':'high'});const _0x5f51ef=_0x23d0f8['editing']['view'];this['listenTo'](_0x5f51ef['document'],'clipboardOutput',(_0x5e7b98,_0x33f381)=>{const _0x4dceca=[];for(const _0x329038 of _0x5f51ef['createRangeIn'](_0x33f381['content'])['getItems']())_0x329038['is']('element','suggestion-td')&&_0x4dceca['push'](_0x329038);_0x5f51ef['change'](_0x14a9b0=>{for(const _0x11f00d of _0x4dceca)_0x14a9b0['move'](_0x14a9b0['createRangeIn'](_0x11f00d),_0x14a9b0['createPositionBefore'](_0x11f00d)),_0x14a9b0['remove'](_0x11f00d);});});}}function Pe(_0x391a3e){if(_0x391a3e['isEmpty'])return!0x0;const _0x4b7c5d=_0x391a3e['getChild'](0x0);return _0x4b7c5d['is']('element','paragraph')&&_0x4b7c5d['isEmpty'];}function he(_0x5cf6fe,_0x2fd742={},_0x5baff1){for(const {isAnchor:_0x109eb6,cellHeight:_0x173ec1,cellWidth:_0xc5488c}of _0x5baff1['createTableWalker'](_0x5cf6fe,{'includeAllSlots':!0x0,..._0x2fd742}))if(!_0x109eb6||0x1!=_0x173ec1||0x1!=_0xc5488c)return!0x1;return!0x0;}class vt extends _0x4d360f{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x461e26=this['editor']['plugins']['get']('TrackChangesEditing');_0x461e26['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x461e26['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x461e26['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x461e26['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x461e26['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x461e26['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x26259f,_0xc22c4a){const _0x1975b7=this['editor']['plugins']['get']('TrackChangesEditing'),_0x26758d=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x38736b=_0xc22c4a['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x4250c0=_0x26758d['getColumnGroupElement'](_0x38736b);let _0x390f7d=_0x4250c0?_0x26758d['getTableColumnsWidths'](_0x4250c0):null,_0x1031ee=_0x38736b['getAttribute']('tableWidth')||null;const _0x4acbbe=_0xc22c4a['tableWidth']||_0x1031ee,_0x1430d5=_0xc22c4a['columnWidths']||_0x390f7d,_0x39d779=this['editor']['plugins']['get']('Users')['me'];for(const _0x15f9c0 of _0x1975b7['getSuggestions']()){const _0xfb2a8b=_0x15f9c0['getContainedElement']();if('resizeTable'===_0x15f9c0['subType']&&_0xfb2a8b===_0x38736b){_0x15f9c0['author']!==_0x39d779&&_0x15f9c0['discard']();const _0x2cee56=_0x15f9c0['data']['commandParams'];_0x1031ee=_0x2cee56[0x0]['tableWidth'],_0x390f7d=_0x2cee56[0x0]['columnWidths'];break;}}_0x26259f({'table':_0x38736b,'tableWidth':_0x4acbbe,'columnWidths':_0x1430d5}),_0x1975b7['markBlockFormat'](_0x38736b,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x1031ee,'columnWidths':_0x390f7d}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x3f79f5){if('formatBlock'!=_0x3f79f5['type']&&'formatInline'!=_0x3f79f5['type'])return;const {data:_0x1995c0}=_0x3f79f5;if(_0x1995c0&&'resizeTable'===_0x1995c0['formatGroupId']){const _0x2913bf='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x2913bf)};}}}class Ct extends _0x4d360f{['afterInit'](){const _0x7f7d1=this['editor'];_0x7f7d1['plugins']['has']('Template')&&_0x7f7d1['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class _t extends _0x4d360f{['afterInit'](){const _0x3eeab5=this['editor'];if(!_0x3eeab5['commands']['get']('insertTableOfContents'))return;_0x3eeab5['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x21773a=_0x3eeab5['plugins']['get']('TrackChangesEditing'),_0x42857f=_0x3eeab5['locale'];_0x21773a['descriptionFactory']['registerElementLabel']('tableOfContents',_0x117fb9=>o(_0x42857f,'ELEMENT_TABLE_OF_CONTENTS',_0x117fb9));}}class Dt extends _0x4d360f{['afterInit'](){const _0x284468=this['editor'];if(!_0x284468['plugins']['has']('Title'))return;const _0x2231aa=_0x284468['plugins']['get']('TrackChangesEditing');_0x2231aa['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x284468['locale'],'ELEMENT_TITLE')),_0x284468['model']['document']['registerPostFixer'](_0x29c716=>{let _0x49f9fa=!0x1;const _0x35d820=Array['from'](_0x284468['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x4520c1,data:_0x4cc9d1}of _0x35d820){const {group:_0x488a94}=_0x2231aa['_splitMarkerName'](_0x4520c1);if('suggestion'!==_0x488a94||!_0x4cc9d1['newRange'])continue;const _0x425075=_0x4cc9d1['newRange'],_0x5eca92=_0x425075['end']['nodeBefore'];if(!_0x5eca92||!_0x5eca92['is']('element','title-content'))continue;if(!_0x425075['start']['isTouching'](_0x425075['end']))continue;const _0x539bac=_0x284468['model']['schema']['getNearestSelectionRange'](_0x425075['end'],'forward');if(_0x539bac&&_0x539bac['isCollapsed']){const _0x4f2fca=_0x29c716['createRange'](_0x425075['start'],_0x539bac['start']);_0x4f2fca['isEqual'](_0x425075)||(_0x29c716['updateMarker'](_0x4520c1,{'range':_0x4f2fca}),_0x49f9fa=!0x0);}_0x49f9fa||(_0x29c716['removeMarker'](_0x4520c1),_0x49f9fa=!0x0);}return _0x49f9fa;});}}class Nt extends _0x4d360f{['afterInit'](){const _0x432000=this['editor'],_0x10f8c3=_0x432000['plugins']['get']('TrackChangesEditing');_0x432000['plugins']['has']('UndoEditing')&&(_0x10f8c3['enableCommand']('undo'),_0x10f8c3['enableCommand']('redo'));}}class Mt extends _0x4d360f{static get['requires'](){return[jt];}['afterInit'](){const _0x3051c3=this['editor'];if(!_0x3051c3['plugins']['has']('TableCaptionEditing'))return;_0x3051c3['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class $t extends _0x4d360f{['tableProperties'];['tableCellProperties'];constructor(_0x159b87){super(_0x159b87),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 _0x470624=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x2073bf of this['tableProperties'])_0x470624['enableCommand'](_0x2073bf,(_0x504bb1,_0x4c379a)=>{const _0x366e00=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x2073bf,[_0x366e00],this['tableProperties'],'tableProperties',_0x504bb1,_0x4c379a);});_0x470624['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x470624['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x470624['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x3a1a22,_0x30c1aa)=>this['handleDiscardAction'](this['tableProperties'],_0x3a1a22,_0x30c1aa)),_0x470624['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x120d10 of this['tableCellProperties'])_0x470624['enableCommand'](_0x120d10,(_0x5f2856,_0x592659)=>{const _0x3ba551=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x120d10,_0x3ba551,this['tableCellProperties'],'tableCellProperties',_0x5f2856,_0x592659);});_0x470624['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x470624['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x470624['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x2b94a0,_0x5425bd)=>this['handleDiscardAction'](this['tableCellProperties'],_0x2b94a0,_0x5425bd)),_0x470624['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x470624['descriptionFactory']['registerDescriptionCallback'](_0x98af72=>this['handleSuggestionDescription'](_0x98af72));}['_handlePropertyChange'](_0x548464,_0x5cea76,_0x221462,_0x50a561,_0x514722,_0x513cf5){const _0x415f11=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x513cf5['batch'],()=>{for(const _0x51322a of _0x5cea76){if(this['_getSuggestion'](_0x51322a,_0x50a561))_0x514722(_0x513cf5);else{const _0x97e782={};for(const _0x1642d0 of _0x221462){const _0x440b12=_0x51322a['getAttribute'](_0x1642d0);void 0x0!==_0x440b12&&(_0x97e782[_0x1642d0]=_0x440b12);}_0x514722(_0x513cf5),_0x415f11['markBlockFormat'](_0x51322a,{'commandParams':[_0x97e782]},[],_0x50a561);}}});}['handleDiscardAction'](_0x4bb76c,_0x1b2e4f,_0x1f3f68){const _0x415b07=_0x1b2e4f[0x0]['start']['nodeAfter'],_0x31869e=_0x1f3f68['commandParams'][0x0];this['editor']['model']['change'](_0x194a6b=>{for(const _0x46ee3b of _0x4bb76c)void 0x0!==_0x31869e[_0x46ee3b]?_0x194a6b['setAttribute'](_0x46ee3b,_0x31869e[_0x46ee3b],_0x415b07):_0x194a6b['removeAttribute'](_0x46ee3b,_0x415b07);});}['handleSuggestionDescription'](_0x9cbbdd){if(_0x9cbbdd['data'])switch(_0x9cbbdd['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'](_0x410ecb,_0x530426){const _0x13b0af=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x4aa563 of _0x13b0af['getSuggestions']({'skipNotAttached':!0x0})){const _0x43db7e=_0x4aa563['getContainedElement']();if(_0x4aa563['subType']===_0x530426&&_0x43db7e===_0x410ecb)return _0x4aa563;}return null;}}const m='$elementName';class p extends _0x4d360f{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x505173,_0x5bbcf2,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(_0x545730){function _0x280021(_0x2af9c7){return _0x2af9c7['map'](_0x474a52=>String['fromCharCode'](_0x474a52))['join']('');}super(_0x545730),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x534c82,_0x4fcb8d,_0x2a5de8,_0x108a9d)=>{this['_model']['change'](()=>{for(const _0x1b5004 of[..._0x108a9d,..._0x2a5de8])this['_model']['markers']['has'](_0x1b5004)&&_0x545730['editing']['reconvertMarker'](_0x1b5004);});}),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']=_0x545730['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(),_0x545730['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x545730['config']['get']('trackChanges.trackFormatChanges'),_0x545730['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x545730['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new M(_0x545730,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x280021([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x280021([0x34,0x30,0x34,0x38,0x31,0x32,0x32,0x30]);}['init'](){const _0x35d2e8=this['editor'],_0x3e0073=(_0x1b88d8,_0x442af2)=>{if('attribute'!=_0x1b88d8)return'ck-suggestion-marker-'+_0x1b88d8;const _0x1a1f8f=_0x442af2['split']('|')[0x0];return this['_isBlockAttribute'](_0x1a1f8f)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x35d2e8['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x4b4dcd=>{const {id:_0x4656fa,type:_0x192798,subType:_0x66f085}=this['_splitMarkerName'](_0x4b4dcd['markerName']),_0x426fbd=['ck-suggestion-marker',_0x3e0073(_0x192798,_0x66f085)];let _0x17eb11=0xbb8;return this['activeMarkers']['includes'](_0x4b4dcd['markerName'])&&(_0x426fbd['push']('ck-suggestion-marker--active'),_0x17eb11=0xbc2),'deletion'==_0x192798&&(_0x17eb11+=0x5),{'classes':_0x426fbd,'attributes':{'data-suggestion':_0x4656fa},'priority':_0x17eb11};}}),_0x35d2e8['conversion']['for']('dataDowncast')['add'](_0x16bca4=>{_0x16bca4['on']('addMarker:suggestion',(_0x2b1a72,_0x43e4cc,_0x161461)=>{if(!_0x161461['options']['showSuggestionHighlights'])return;const _0x218429=_0x43e4cc['item'];if(!_0x218429)return;const _0x22615d=_0x161461['mapper']['toViewElement'](_0x218429);_0x35d2e8['model']['schema']['isObject'](_0x218429)&&_0x22615d&&!_0x22615d['getCustomProperty']('widget')&&_0x22615d['is']('containerElement')&&_0x34fdae(_0x22615d,_0x161461['writer']);},{'priority':'high'});}),_0x35d2e8['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x2993c8,_0x227a74)=>{if(!_0x227a74['options']['showSuggestionHighlights'])return null;const {type:_0x52d169,subType:_0x513a1a}=this['_splitMarkerName'](_0x2993c8['markerName']);return{'classes':['ck-suggestion-marker',_0x3e0073(_0x52d169,_0x513a1a)],'priority':0xbb8};}});const _0x3b2750=({showActiveMarkers:_0x21b31d=!0x0,isAttributeSuggestion:_0x3027f9=!0x1}={})=>(_0x46f46e,_0x4da341,_0x3e2516)=>{if(!_0x4da341['item'])return;const {id:_0x5b5335}=this['_splitMarkerName'](_0x4da341['markerName']);if(_0x3027f9){const _0xa8d67b=this['_suggestions']['get'](_0x5b5335),_0x24d555=this['_getAttributeKey'](_0xa8d67b);if(!this['_isBlockAttribute'](_0x24d555))return;}if(_0x4da341['item']['is']('selection'))return void _0x3e2516['consumable']['consume'](_0x4da341['item'],_0x46f46e['name']);const _0x2d82b8=_0x3e2516['mapper']['toViewElement'](_0x4da341['item']);if(_0x4da341['item']['is']('element')&&_0x35d2e8['model']['schema']['isBlock'](_0x4da341['item'])&&!_0x2d82b8['getCustomProperty']('addHighlight')){_0x3e2516['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x2d82b8),_0x3e2516['writer']['setAttribute']('data-suggestion',_0x5b5335,_0x2d82b8),_0x3e2516['mapper']['bindElementToMarker'](_0x2d82b8,_0x4da341['markerName']),_0x21b31d&&(this['activeMarkers']['includes'](_0x4da341['markerName'])?_0x3e2516['writer']['addClass']('ck-suggestion-marker--active',_0x2d82b8):_0x3e2516['writer']['removeClass']('ck-suggestion-marker--active',_0x2d82b8));for(const _0x1ff5cd of _0x35d2e8['model']['createRangeIn'](_0x4da341['item'])['getItems']())_0x3e2516['consumable']['consume'](_0x1ff5cd,_0x46f46e['name']);_0x3e2516['consumable']['consume'](_0x4da341['item'],_0x46f46e['name']);}};_0x35d2e8['conversion']['for']('dataDowncast')['add'](_0xbf56f8=>{_0xbf56f8['on']('addMarker:suggestion:formatBlock',(_0x3aded4,_0x3f6068,_0x4c559a)=>{_0x4c559a['options']['showSuggestionHighlights']&&_0x3b2750({'showActiveMarkers':!0x1})(_0x3aded4,_0x3f6068,_0x4c559a);},{'priority':'highest'});}),_0x35d2e8['conversion']['for']('dataDowncast')['add'](_0x23a454=>{_0x23a454['on']('addMarker:suggestion:attribute',(_0x4094d6,_0x379f80,_0x330c5e)=>{_0x330c5e['options']['showSuggestionHighlights']&&_0x3b2750({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x4094d6,_0x379f80,_0x330c5e);},{'priority':'highest'});}),_0x35d2e8['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x4a29aa,_0x215d53)=>_0x215d53['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x4a29aa['substr'](0xb)}}),_0x35d2e8['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x255c15,{writer:_0x1089ab})=>{let _0x3f60c3='suggestion:'+_0x255c15['getAttribute']('suggestion-type')+':'+_0x255c15['getAttribute']('id');return _0x255c15['getAttribute']('marker-count')&&(_0x3f60c3+=':'+_0x255c15['getAttribute']('marker-count')),_0x1089ab['createElement']('$marker',{'data-name':_0x3f60c3});}}),_0x35d2e8['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x35d2e8['conversion']['for']('editingDowncast')['add'](_0x4789f3=>{_0x4789f3['on']('addMarker:suggestion:formatBlock',_0x3b2750(),{'priority':'high'});}),_0x35d2e8['conversion']['for']('editingDowncast')['add'](_0x5de182=>{_0x5de182['on']('addMarker:suggestion:attribute',_0x3b2750({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x35d2e8['conversion']['for']('editingDowncast')['add'](_0xc38845=>{_0xc38845['on']('removeMarker:suggestion:formatBlock',(_0x3e7ef7,_0x56213f,_0xeb9a4c)=>{const _0x23501b=_0xeb9a4c['mapper']['markerNameToElements'](_0x56213f['markerName']);if(_0x23501b){for(const _0x5afceb of _0x23501b)_0x5afceb['getCustomProperty']('addHighlight')||(_0xeb9a4c['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x5afceb),_0xeb9a4c['writer']['removeAttribute']('data-suggestion',_0x5afceb),_0xeb9a4c['mapper']['unbindElementFromMarkerName'](_0x5afceb,_0x56213f['markerName']));}},{'priority':'high'});}),_0x35d2e8['conversion']['for']('editingDowncast')['add'](_0x141571=>{_0x141571['on']('removeMarker:suggestion:attribute',(_0x24a223,_0x2afcf0,_0x40ae5f)=>{const _0x2aaae8=_0x40ae5f['mapper']['markerNameToElements'](_0x2afcf0['markerName']);if(!_0x2aaae8)return;const {id:_0x17aecd}=this['_splitMarkerName'](_0x2afcf0['markerName']),_0x5750ae=this['_suggestions']['get'](_0x17aecd),_0x38089e=this['_getAttributeKey'](_0x5750ae);if(this['_isBlockAttribute'](_0x38089e)){for(const _0x233ad3 of _0x2aaae8)_0x233ad3['getCustomProperty']('addHighlight')||(_0x40ae5f['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x233ad3),_0x40ae5f['writer']['removeAttribute']('data-suggestion',_0x233ad3),_0x40ae5f['mapper']['unbindElementFromMarkerName'](_0x233ad3,_0x2afcf0['markerName']));}},{'priority':'high'});}),_0x35d2e8['model']['document']['registerPostFixer'](_0x34bd79=>{let _0x459f55=!0x1;const _0x23051e=Array['from'](_0x35d2e8['model']['document']['differ']['getChangedMarkers']()),_0x48569f=new Set();for(const {name:_0x1ca669,data:_0x155e50}of _0x23051e){const {group:_0x4b8cf0,type:_0x17248b,subType:_0x3d618d,id:_0x586f1c}=this['_splitMarkerName'](_0x1ca669);if('suggestion'!==_0x4b8cf0)continue;const _0x52f9e7=this['_suggestions']['get'](_0x586f1c);if(null!=_0x155e50['newRange']){'formatInline'==_0x17248b&&(_0x459f55=_0x459f55||Et(_0x155e50['newRange'],_0x1ca669,_0x34bd79,_0x35d2e8['model']['schema']));const _0x8785d5='attribute'==_0x17248b&&this['_isBlockAttribute'](_0x3d618d['split']('|')[0x0]);if(_0x155e50['newRange']['isCollapsed']||'$graveyard'==_0x155e50['newRange']['root']['rootName']||'formatBlock'==_0x17248b&&!Ut(_0x155e50['newRange'])||_0x8785d5&&!Ut(_0x155e50['newRange'])||'deletion'==_0x17248b&&!(!Tt(_0x4bfb49=_0x155e50['newRange'])&&!function(_0x2eb50c){return _0x2eb50c['start']['parent']==_0x2eb50c['end']['nodeBefore']&&_0x2eb50c['start']['isAtEnd'];}(_0x4bfb49)))_0x34bd79['removeMarker'](_0x1ca669),_0x459f55=!0x0;else{if(!_0x52f9e7||!_0x52f9e7['isInContent'])continue;_0x48569f['add'](_0x52f9e7);}}}var _0x4bfb49;return _0x48569f['size']>0x0&&(_0x459f55=!!this['_joinWithAdjacentSuggestions'](_0x48569f)||_0x459f55),_0x459f55;}),_0x35d2e8['model']['document']['registerPostFixer'](_0x5c36fe=>{let _0x3324e7=!0x1;for(const _0x482a14 of _0x35d2e8['model']['document']['differ']['getChanges']())if('insert'==_0x482a14['type'])for(const _0x53e5d6 of this['_suggestions']['values']()){if(_0x53e5d6['isMultiRange']||!_0x53e5d6['isInContent'])continue;const _0x2db74a='formatBlock'==_0x53e5d6['type'],_0x5bc24a=this['_getAttributeKey'](_0x53e5d6),_0x38f2b2=_0x5bc24a&&this['_isBlockAttribute'](_0x5bc24a);if(!_0x2db74a&&!_0x38f2b2)continue;const _0x4fb21a=_0x53e5d6['getFirstRange']();if(_0x4fb21a['start']['parent']!=_0x4fb21a['end']['parent']&&!_0x4fb21a['end']['isAtEnd']){const _0x37bf81=_0x35d2e8['model']['createPositionAt'](_0x4fb21a['start']['nodeAfter'],'end'),_0x16e373=_0x35d2e8['model']['createRange'](_0x4fb21a['start'],_0x37bf81);_0x5c36fe['updateMarker'](_0x53e5d6['getFirstMarker'](),{'range':_0x16e373}),_0x3324e7=!0x0;}}return _0x3324e7;}),_0x35d2e8['model']['document']['registerPostFixer'](_0x106345=>this['_processAttributeChanges'](_0x106345)),_0x35d2e8['model']['document']['registerPostFixer'](_0x54f4e1=>!_0x54f4e1['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x54f4e1)),_0x35d2e8['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x35d2e8['model']['document']['on']('change:data',(_0x1eccbf,_0x4e2ad3)=>{if(!_0x4e2ad3['isLocal']||_0x4e2ad3['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x456163=_0x35d2e8['model']['document']['differ']['getChanges']();if(0x0==_0x456163['length'])return;const _0x3c2557=[],_0x4b8b17=_0x456163['filter'](_0x1d62c8=>'attribute'==_0x1d62c8['type']),_0x7c9cea=_0x456163['filter'](_0x39da08=>'insert'==_0x39da08['type']&&'$text'!=_0x39da08['name']);for(const _0xf0ac65 of _0x4b8b17)this['_isRegisteredAttribute'](_0xf0ac65['attributeKey'])&&_0x3c2557['push']({'key':_0xf0ac65['attributeKey'],'newValue':_0xf0ac65['attributeNewValue'],'oldValue':_0xf0ac65['attributeOldValue'],'range':Ot(_0xf0ac65['range'],_0x35d2e8['model'])});for(const _0x4a0895 of _0x7c9cea){if('rename'!=_0x4a0895['action']&&'refresh'!=_0x4a0895['action'])continue;const _0x3f4f00=Gt(_0x4a0895['position']['nodeAfter'],_0x35d2e8['model']),_0x5cf5a5=_0x4a0895['before'];'rename'==_0x4a0895['action']&&_0x3c2557['push']({'key':m,'newValue':_0x4a0895['name'],'oldValue':_0x5cf5a5['name'],'range':_0x3f4f00});for(const [_0x8e2cc5,_0x5e832b]of _0x5cf5a5['attributes']){if(!this['_isRegisteredAttribute'](_0x8e2cc5))continue;const _0x1c5d1b=_0x4a0895['attributes']['get'](_0x8e2cc5);_0x5e832b!==_0x1c5d1b&&_0x3c2557['push']({'key':_0x8e2cc5,'newValue':_0x1c5d1b,'oldValue':_0x5e832b,'range':_0x3f4f00});}for(const [_0x1654ce,_0x42e7b9]of _0x4a0895['attributes'])this['_isRegisteredAttribute'](_0x1654ce)&&(_0x5cf5a5['attributes']['has'](_0x1654ce)||_0x3c2557['push']({'key':_0x1654ce,'newValue':_0x42e7b9,'oldValue':null,'range':_0x3f4f00}));}0x0!=_0x3c2557['length']&&_0x35d2e8['model']['enqueueChange'](_0x4e2ad3,_0x2193ca=>{const _0x6fdb87=_0x3cefaa();for(const {range:_0x3fcf7f,key:_0x25f8f5,oldValue:_0x2cd239,newValue:_0x40fe4b}of _0x3c2557)this['markAttributeChange'](_0x3fcf7f,_0x25f8f5,_0x2cd239,_0x40fe4b,{'groupId':_0x6fdb87});this['_reduceExistingSuggestions'](_0x2193ca,_0x3c2557);});},{'priority':'lowest'}),_0x35d2e8['model']['markers']['on']('update:suggestion',(_0x6eda90,_0x277778,_0x4946ff)=>{if(null==_0x4946ff){const {id:_0x53d8ec}=this['_splitMarkerName'](_0x277778['name']),_0x3a80fe=this['_suggestions']['get'](_0x53d8ec);_0x3a80fe&&_0x3a80fe['addMarkerName'](_0x277778['name']);}}),_0x35d2e8['model']['document']['on']('change:data',()=>{const _0x1d83e6=Array['from'](_0x35d2e8['model']['document']['differ']['getChangedMarkers']())['filter'](_0x258e92=>'suggestion'===this['_splitMarkerName'](_0x258e92['name'])['group']);if(0x0===_0x1d83e6['length'])return;_0x1d83e6['sort']((_0xe2cf31,_0x358fa3)=>{const _0x419ecf=_0xe2cf31['data']['oldRange'],_0x2f6fe0=_0x358fa3['data']['oldRange'];return null===_0x419ecf&&null===_0x2f6fe0?0x0:null===_0x419ecf&&null!==_0x2f6fe0?-0x1:null!==_0x419ecf&&null===_0x2f6fe0?0x1:_0x419ecf['start']['isBefore'](_0x2f6fe0['start'])?-0x1:0x1;});const _0x30c473=new Set(),_0x207e4e=new Set();for(const {name:_0x39d85a,data:_0x29bca8}of _0x1d83e6){const {id:_0x2963a5}=this['_splitMarkerName'](_0x39d85a);if(null===_0x29bca8['oldRange']){const _0x1758ab=this['_handleNewSuggestionMarker'](_0x39d85a);_0x207e4e['add'](_0x1758ab);}else{const _0x45a2ae=this['_suggestions']['get'](_0x2963a5);null!==_0x29bca8['newRange']||_0x45a2ae['isInContent']?(_0x30c473['add'](_0x45a2ae['head']),_0x207e4e['add'](_0x45a2ae)):this['_removeSuggestion'](_0x45a2ae);}}_0x207e4e['size']>0x0&&this['_refreshSuggestionsChain'](_0x207e4e);for(const _0x317351 of _0x30c473)this['fire']('suggestionChanged',_0x317351);}),_0x35d2e8['model']['on']('applyOperation',(_0x4e3009,_0xdffd1e)=>{const _0x25176f=_0xdffd1e[0x0];if(!this['_suggestions']['size'])return;if(!_0x25176f['isDocumentOperation'])return;if(_0x25176f['batch']['isUndo']||!_0x25176f['batch']['isLocal'])return;let _0x561f2d,_0x330083;switch(_0x25176f['type']){case'insert':_0x561f2d=_0x35d2e8['model']['createPositionAt'](_0x25176f['position']),_0x330083=_0x561f2d['getShiftedBy'](_0x25176f['howMany']);break;case'split':_0x561f2d=_0x35d2e8['model']['createPositionAt'](_0x25176f['splitPosition']),_0x330083=_0x35d2e8['model']['createPositionAt'](_0x25176f['moveTargetPosition']);break;case'move':_0x561f2d=_0x35d2e8['model']['createPositionAt'](_0x25176f['targetPosition']),_0x330083=_0x561f2d['getShiftedBy'](_0x25176f['howMany']);break;default:return;}const _0x3c7271=_0x35d2e8['model']['createRange'](_0x561f2d,_0x330083);_0x35d2e8['model']['change'](()=>{for(const {suggestion:_0x199c79,meta:_0x3bd502}of this['_findSuggestions'](_0x3c7271)){if(_0x199c79['isMultiRange'])continue;if('formatInline'==_0x199c79['type'])continue;const _0x33bd9c=this['_getAttributeKey'](_0x199c79);if(_0x33bd9c&&this['_isBlockAttribute'](_0x33bd9c)&&'split'!=_0x25176f['type'])continue;const _0x38b333=_0x199c79['data']&&_0x199c79['data']['multipleBlocks'];('formatBlock'!=_0x199c79['type']||'split'==_0x25176f['type']&&!_0x38b333)&&(_0x3bd502['containsRangeInObject']||'insertion'==_0x199c79['type']&&_0x3bd502['isOwn']||_0x199c79['getFirstRange']()['containsRange'](_0x3c7271)&&this['_breakSuggestionMarker'](_0x199c79,_0x561f2d,_0x330083));}});},{'priority':'lowest'}),_0x35d2e8['model']['on']('deleteContent',(_0x56aea5,_0x21710d)=>{const _0x3cffd6=_0x21710d[0x0],_0x41afe2=_0x21710d[0x1];if(_0x41afe2&&_0x41afe2['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x3cffd6['isCollapsed'])return;const _0x4d2060=_0x35d2e8['model']['schema'],{start:_0x1adf4f,end:_0x51f621}=_0x3cffd6['getFirstRange'](),_0x4e0879=_0x1adf4f['nodeAfter']&&_0x4d2060['isLimit'](_0x1adf4f['nodeAfter'])?null:_0x4d2060['getNearestSelectionRange'](_0x1adf4f,'forward'),_0x3e09f1=_0x51f621['nodeBefore']&&_0x4d2060['isLimit'](_0x51f621['nodeBefore'])?null:_0x4d2060['getNearestSelectionRange'](_0x51f621,'backward'),_0x295381=_0x35d2e8['model']['createRange'](_0x4e0879?_0x4e0879['start']:_0x1adf4f,_0x3e09f1?_0x3e09f1['end']:_0x51f621);_0x35d2e8['model']['change'](_0x31d86a=>{this['markDeletion'](_0x295381);const _0x40da0d=_0x35d2e8['model']['schema']['getNearestSelectionRange'](_0x295381['start']);_0x3cffd6['is']('documentSelection')?_0x31d86a['setSelection'](_0x40da0d):_0x3cffd6['setTo'](_0x40da0d);}),_0x56aea5['stop']();},{'priority':_0x36e7bf['normal']+0xa}),_0x35d2e8['model']['on']('insertContent',(_0x24a720,_0x2a444c)=>{const _0x37c7fd=_0x2a444c[_0x2a444c['length']-0x1];_0x37c7fd&&_0x37c7fd['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x35d2e8['model']['change'](()=>{let _0x43c3f6=_0x35d2e8['model']['insertContent'](_0x2a444c[0x0],_0x2a444c[0x1],_0x2a444c[0x2],{'forceDefaultExecution':!0x0});if(!_0x43c3f6)return;_0x24a720['return']=_0x43c3f6['clone']();const _0x657b10=_0x43c3f6['end']['nodeBefore'],_0x12dd94=_0x35d2e8['model']['schema'];_0x657b10&&_0x12dd94['isBlock'](_0x657b10)&&!_0x12dd94['isObject'](_0x657b10)&&(_0x43c3f6=_0x35d2e8['model']['createRange'](_0x43c3f6['start'],_0x35d2e8['model']['createPositionAt'](_0x657b10,'end'))),this['markInsertion'](_0x43c3f6);}),_0x24a720['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x646ca8=new $(_0x35d2e8,this['_suggestions']);_0x35d2e8['commands']['add']('acceptSuggestion',_0x646ca8),this['enableCommand']('acceptSuggestion');const _0x41ac40=new B(_0x35d2e8,this['_suggestions']);_0x35d2e8['commands']['add']('discardSuggestion',_0x41ac40),this['enableCommand']('discardSuggestion'),_0x35d2e8['commands']['add']('acceptAllSuggestions',new x(_0x35d2e8,_0x646ca8,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x35d2e8['commands']['add']('discardAllSuggestions',new x(_0x35d2e8,_0x41ac40,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x35d2e8['commands']['add']('acceptSelectedSuggestions',new R(_0x35d2e8,_0x646ca8,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x35d2e8['commands']['add']('discardSelectedSuggestions',new R(_0x35d2e8,_0x41ac40,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x56ee95=_0x35d2e8['plugins']['get']('CommentsRepository');this['listenTo'](_0x56ee95,'addComment',(_0x435237,{threadId:_0x217d26})=>{const _0x5487c5=this['_suggestions']['get'](_0x217d26);_0x5487c5&&_0x5487c5['commentThread']&&0x1===_0x5487c5['commentThread']['length']&&this['_updateSuggestionData'](_0x217d26,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x56ee95,'removeComment',(_0x30331e,{threadId:_0x23ba45})=>{const _0x19971a=this['_suggestions']['get'](_0x23ba45);_0x19971a&&_0x19971a['commentThread']&&!_0x19971a['commentThread']['length']&&this['_updateSuggestionData'](_0x23ba45,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x270070){if(this['_adapter'])throw new _0x3f3ca6('track-changes-adapter-already-set',this);this['_adapter']=_0x270070;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x41090c=!0x1,toJSON:_0x448e65=!0x1}={}){const _0x1e78c9=[];for(const _0x50ecb5 of this['_suggestions']['values']())_0x41090c&&!_0x50ecb5['isInContent']||_0x1e78c9['push'](_0x50ecb5);return _0x448e65?_0x1e78c9['map'](_0x5c09cd=>_0x5c09cd['toJSON']()):_0x1e78c9;}['getSuggestion'](_0x4f3268){const _0x114cd8=this['_suggestions']['get'](_0x4f3268);if(!_0x114cd8)throw new _0x3f3ca6('track-changes-suggestion-not-found',this);return _0x114cd8;}['hasSuggestion'](_0x16066f){return this['_suggestions']['has'](_0x16066f);}['addSuggestionData'](_0x1974b6){const {authorId:_0x48a128,id:_0x1ce7b5,attributes:_0x203927}=_0x1974b6,[_0x35beff,_0x3cd982]=_0x1974b6['type']['split'](':'),_0x266cce=this['_suggestions']['get'](_0x1ce7b5)||this['_createSuggestion'](_0x35beff,_0x3cd982,_0x1ce7b5,_0x48a128,_0x203927);if(this['_addThreadToSuggestion'](_0x266cce),this['_checkSuggestionCorrectness'](_0x266cce,_0x35beff,_0x3cd982||null,_0x48a128),_0x266cce['createdAt']=_0x1974b6['createdAt'],_0x266cce['_isDataLoaded']=!0x0,_0x203927&&_0x203927['@external']){const _0x52cdd4=_0x203927['@external'],_0x11631a=this['_getExternalAuthor'](_0x52cdd4['authorName']);_0x266cce['authoredAt']=_0x52cdd4['createdAt'],_0x266cce['author']=_0x11631a,_0x266cce['isExternal']=!0x0;}else _0x266cce['authoredAt']=_0x1974b6['createdAt'];switch(_0x1974b6['data']&&(_0x266cce['data']=_0x1974b6['data']),_0x1974b6['attributes']&&(_0x266cce['attributes']=_0x1974b6['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x266cce['_saved']=!0x0),this['_suggestionState']['get'](_0x266cce)){case'notReady':this['_suggestionState']['set'](_0x266cce,'dataReady');break;case'markerReady':_0x266cce['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x266cce])),this['_refreshSuggestionsChain'](new Set([_0x266cce])),this['_suggestionState']['set'](_0x266cce,'ready'),this['fire']('suggestionLoaded',_0x266cce)):this['_suggestionState']['set'](_0x266cce,'removed');}return _0x266cce;}['acceptSuggestion'](_0x93a413){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x22b23a of _0x93a413['getAllAdjacentSuggestions']())_0x22b23a['accept']();});});}['discardSuggestion'](_0x3df986){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x331bc3 of _0x3df986['getAllAdjacentSuggestions']())_0x331bc3['discard']();});});}['enableCommand'](_0x59224c,_0x128941){const _0x30043d=this['editor']['commands']['get'](_0x59224c);if(!_0x30043d)throw new _0x3f3ca6('track-changes-command-not-found',this,{'commandName':_0x59224c});if(this['_enabledCommands']['has'](_0x30043d))throw new _0x3f3ca6('track-changes-enable-command-twice',this,{'commandName':_0x59224c});this['_enabledCommands']['add'](_0x30043d),_0x128941&&_0x30043d['on']('execute',(_0x43c710,_0x15f071)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x15f071['length']>0x0&&_0x15f071[_0x15f071['length']-0x1]&&_0x15f071[_0x15f071['length']-0x1]['forceDefaultExecution']?_0x15f071['pop']():(_0x43c710['return']=_0x128941((..._0x4d4cfb)=>_0x30043d['execute'](..._0x4d4cfb,{'forceDefaultExecution':!0x0}),..._0x15f071),_0x43c710['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x15fe97){let _0x10d723,_0x5da788;const _0x547647=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x10d723=_0x15fe97();}catch(_0x40aef4){_0x5da788=_0x40aef4;}return _0x547647||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x5da788&&_0x3f3ca6['rethrowUnexpectedError'](_0x5da788,this),_0x10d723;}['markInsertion'](_0x3a4ad1,_0x469a2f=null,_0x273b2d={}){if(_0x3a4ad1['isCollapsed'])return null;const _0x579545=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x2a3711,meta:_0x45963b}of this['_findSuggestions'](_0x3a4ad1,'insertion'))if(_0x45963b['isOwn']){if(!_0x45963b['isNextTo']){if(_0x45963b['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Lt(_0x2a3711,_0x273b2d))continue;return _0x2a3711;}if(Lt(_0x2a3711,_0x273b2d))return _0x2a3711;this['_breakSuggestionMarker'](_0x2a3711,_0x3a4ad1['start'],_0x3a4ad1['end']);break;}if(_0x469a2f==_0x2a3711['subType']&&Lt(_0x2a3711,_0x273b2d)){const _0x12e3bb=_0x2a3711['getFirstRange']();return _0x12e3bb['start']['isEqual'](_0x3a4ad1['end'])?this['_setSuggestionRange'](_0x2a3711,this['_model']['createRange'](_0x3a4ad1['start'],_0x12e3bb['end'])):this['_setSuggestionRange'](_0x2a3711,this['_model']['createRange'](_0x12e3bb['start'],_0x3a4ad1['end'])),_0x2a3711;}}const _0x23e5de=_0x3cefaa(),_0x494095=_0x579545['id'],_0x15e47c=_0x469a2f?'insertion:'+_0x469a2f:'insertion',_0x28d976=this['_setSuggestionData']({'id':_0x23e5de,'type':_0x15e47c,'createdAt':new Date(),'authorId':_0x494095,'attributes':_0x273b2d});return this['_addSuggestionMarker'](_0x15e47c,_0x23e5de,_0x494095,_0x3a4ad1),_0x28d976;}['markMultiRangeInsertion'](_0x36cde2,_0x507b30='multi',_0x5f0020={}){const _0xcd518b=this['editor']['plugins']['get']('Users')['me'],_0xcc0ddc=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x507b30,'join');for(const _0x50f7f2 of this['getSuggestions']())if(_0x50f7f2['author']['id']==_0xcd518b['id']&&'insertion'==_0x50f7f2['type']&&_0x50f7f2['subType']==_0x507b30&&Lt(_0x50f7f2,_0x5f0020)&&(_0xcc0ddc(_0x50f7f2['getRanges'](),_0x36cde2)||_0xcc0ddc(_0x36cde2,_0x50f7f2['getRanges']()))){for(const _0x35f255 of _0x36cde2)_0x50f7f2['addRange'](_0x35f255);return _0x50f7f2;}for(const {suggestion:_0x58afa3,meta:_0x39e17a}of this['_findSuggestions'](_0x36cde2,'insertion')){if(!_0x39e17a['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x39e17a['containsRangeInObject'])continue;if(!Lt(_0x58afa3,_0x5f0020))continue;let _0x32f283=!0x0;for(const _0x379162 of _0x58afa3['getRanges']())for(const _0x4dbdec of _0x36cde2)if(!_0x379162['containsRange'](_0x4dbdec)){_0x32f283=!0x1;break;}if(_0x32f283)return _0x58afa3;}const _0xfd8bc6=_0x3cefaa(),_0x4c9676=_0xcd518b['id'],_0x12e79d='insertion:'+_0x507b30,_0x5ed2e5=this['_setSuggestionData']({'id':_0xfd8bc6,'type':_0x12e79d,'createdAt':new Date(),'authorId':_0x4c9676,'attributes':_0x5f0020});for(const _0x39741e of _0x36cde2)this['_addSuggestionMarker'](_0x12e79d,_0xfd8bc6,_0x4c9676,_0x39741e,u['getMultiRangeId']());return _0x5ed2e5;}['markInlineFormat'](_0x3058b8,_0x1dd00b,_0x2c7707=null,_0x57e4e3={}){if(_0x2c7707=_0x2c7707||Vt(_0x1dd00b),_0x3058b8['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x26dbfc=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x2c7707,'accept');return this['forceDefaultExecution'](()=>_0x26dbfc([_0x3058b8],_0x1dd00b,_0x57e4e3)),null;}const _0x30dccd=this['editor']['plugins']['get']('Users')['me'],_0x5d15b3=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x4a2303,meta:_0x3a256c}of this['_findSuggestions'](_0x3058b8,'insertion'))_0x3a256c['isOwn']&&!_0x3a256c['isInsideObject']&&_0x5d15b3['push'](..._0x4a2303['getRanges']());}const _0x50c100=function(_0x3b572f,_0x36329b){const _0x2d6a95=[];for(const _0x13e7bc of _0x36329b){const _0x11d2d6=_0x3b572f['getIntersection'](_0x13e7bc);_0x11d2d6&&_0x2d6a95['push'](_0x11d2d6);}return _0x2d6a95;}(_0x3058b8,_0x5d15b3),_0x58038e=function(_0x4e3ace,_0x1f7a18){const _0x3f9344=[_0x4e3ace];for(const _0x382d7d of _0x1f7a18){let _0x110beb=0x0;for(;_0x110beb<_0x3f9344['length'];){const _0x52b142=_0x3f9344[_0x110beb]['getDifference'](_0x382d7d);_0x3f9344['splice'](_0x110beb,0x1,..._0x52b142),_0x110beb+=_0x52b142['length'];}}return _0x3f9344;}(_0x3058b8,_0x5d15b3);_0x50c100['length']&&this['_model']['change'](()=>{for(const _0x5bdda6 of _0x50c100){const _0x288620=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x2c7707,'accept');this['forceDefaultExecution'](()=>_0x288620([_0x5bdda6],_0x1dd00b,_0x57e4e3));}});for(const _0x315bf5 of _0x58038e){let _0x233dbd=null,_0x27cd5f=_0x315bf5['start'],_0x3adfb5=_0x315bf5['end'];for(const {suggestion:_0x4a1750,meta:_0x5b07e6}of this['_findSuggestions'](_0x315bf5,'formatInline')){if(!_0x5b07e6['isOwn'])continue;if(_0x4a1750['subType']!=_0x2c7707)continue;if(!Lt(_0x4a1750,_0x57e4e3))continue;const _0x3d5b20=_0x4a1750['getFirstRange']();if(_0x3d5b20['containsRange'](_0x315bf5,!0x0))return null;_0x27cd5f=_0x27cd5f['isBefore'](_0x3d5b20['start'])?_0x27cd5f:_0x3d5b20['start'],_0x3adfb5=_0x3adfb5['isAfter'](_0x3d5b20['end'])?_0x3adfb5:_0x3d5b20['end'],_0x233dbd?_0x3d5b20['start']['isBefore'](_0x233dbd['getFirstRange']()['start'])?(_0x233dbd['removeMarkers'](),_0x233dbd=_0x4a1750):_0x4a1750['removeMarkers']():_0x233dbd=_0x4a1750;}const _0x38c9e3=this['_model']['createRange'](_0x27cd5f,_0x3adfb5);if(_0x233dbd)this['_setSuggestionRange'](_0x233dbd,_0x38c9e3);else{const _0x739776=_0x3cefaa(),_0x15c0ee=_0x30dccd['id'];this['_setSuggestionData']({'id':_0x739776,'type':'formatInline:'+_0x2c7707,'data':_0x1dd00b,'createdAt':new Date(),'authorId':_0x15c0ee,'attributes':_0x57e4e3}),this['_addSuggestionMarker']('formatInline:'+_0x2c7707,_0x739776,_0x15c0ee,_0x38c9e3);}}return null;}['markBlockFormat'](_0x3fe985,_0x5884d4,_0x4e6120=[],_0x44b57d=null,_0x353670={}){_0x5884d4['formatGroupId']||(_0x5884d4['formatGroupId']=_0x5884d4['commandName']),_0x5884d4['multipleBlocks']=_0x3fe985['is']('range'),_0x44b57d=_0x44b57d||Vt(_0x5884d4);const _0x5dcd05=_0x4e6120['map'](_0x23cae8=>Gt(_0x23cae8,this['_model'])),_0x54938c=_0x3fe985['is']('range')?_0x3fe985:Gt(_0x3fe985,this['_model']);if('never'===this['_trackFormatChanges']){const _0x1d2473=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x44b57d,'accept');return this['forceDefaultExecution'](()=>_0x1d2473([_0x54938c],_0x5884d4,_0x353670)),null;}_0x5dcd05['push'](_0x54938c);let _0x58273c=!0x0;for(const _0x6df291 of _0x5dcd05)if(!this['_rangeIsInLocalUserInsertion'](_0x6df291)){_0x58273c=!0x1;break;}if(_0x58273c&&'always'!==this['_trackFormatChanges']){const _0x28e5ac=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x44b57d,'accept');return this['forceDefaultExecution'](()=>_0x28e5ac([_0x54938c],_0x5884d4,_0x353670)),null;}let _0x21d120=null,_0x2d7de8=_0x54938c['start'],_0xc9e657=_0x54938c['end'];for(const {suggestion:_0x1e5a02,meta:_0x7d973d}of this['_findSuggestions'](_0x54938c,'formatBlock')){if(!_0x7d973d['isOwn'])continue;if(_0x7d973d['isNextTo']||_0x7d973d['containsRangeInObject']||_0x7d973d['isInsideObject'])continue;if(_0x1e5a02['data']['formatGroupId']!=_0x5884d4['formatGroupId'])continue;if(!Lt(_0x1e5a02,_0x353670))continue;const _0x148f78=_0x1e5a02['getFirstRange']();if(_0x1e5a02['subType']==_0x44b57d){if(_0x148f78['containsRange'](_0x54938c,!0x0))return null;_0x2d7de8=_0x2d7de8['isBefore'](_0x148f78['start'])?_0x2d7de8:_0x148f78['start'],_0xc9e657=_0xc9e657['isAfter'](_0x148f78['end'])?_0xc9e657:_0x148f78['end'],_0x21d120?_0x148f78['start']['isBefore'](_0x21d120['getFirstRange']()['start'])?(_0x21d120['removeMarkers'](),_0x21d120=_0x1e5a02):_0x1e5a02['removeMarkers']():_0x21d120=_0x1e5a02;}else{const _0x3e3317=_0x54938c['getIntersection'](_0x148f78);this['_cutOutSuggestionMarker'](_0x1e5a02,_0x3e3317);}}const _0x4d02a4=this['editor']['plugins']['get']('Users')['me'],_0x245bc0=_0x3cefaa(),_0x103203=_0x4d02a4['id'];if(_0x21d120)return this['_setSuggestionRange'](_0x21d120,this['_model']['createRange'](_0x2d7de8,_0xc9e657)),_0x21d120;{const _0xe7f237=this['_setSuggestionData']({'id':_0x245bc0,'type':'formatBlock:'+_0x44b57d,'data':_0x5884d4,'createdAt':new Date(),'authorId':_0x103203,'attributes':_0x353670});return this['_addSuggestionMarker']('formatBlock:'+_0x44b57d,_0x245bc0,_0x103203,this['_model']['createRange'](_0x2d7de8,_0xc9e657)),_0xe7f237;}}['markMultiRangeBlockFormat'](_0x2b820d,_0xcb1e7d,_0x104721=[],_0x1ec0f7=null,_0x83e77={}){_0xcb1e7d['formatGroupId']||(_0xcb1e7d['formatGroupId']=_0xcb1e7d['commandName']);const _0x5dc0cd=_0x2b820d[0x0];_0xcb1e7d['multipleBlocks']=_0x5dc0cd['is']('range'),_0x1ec0f7=_0x1ec0f7||Vt(_0xcb1e7d);const _0x5c5ea6=_0x104721['map'](_0x10807e=>Gt(_0x10807e,this['_model'])),_0xc72ee4=_0x5dc0cd['is']('range')?_0x2b820d:_0x2b820d['map'](_0x4711e9=>Gt(_0x4711e9,this['_model']));if('never'===this['_trackFormatChanges']){const _0x405251=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1ec0f7,'accept');return this['forceDefaultExecution'](()=>_0x405251(_0xc72ee4,_0xcb1e7d,_0x83e77)),null;}_0x5c5ea6['push'](..._0xc72ee4);let _0x4789db=!0x0;for(const _0x523c69 of _0x5c5ea6)if(!this['_rangeIsInLocalUserInsertion'](_0x523c69)){_0x4789db=!0x1;break;}if(_0x4789db&&'always'!==this['_trackFormatChanges']){const _0x4e833a=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1ec0f7,'accept');return this['forceDefaultExecution'](()=>_0x4e833a(_0xc72ee4,_0xcb1e7d,_0x83e77)),null;}const _0x16d028=this['editor']['plugins']['get']('Users')['me'];for(const _0xc4136e of this['getSuggestions']()){if(_0xc4136e['author']['id']!=_0x16d028['id'])continue;if('formatBlock'!=_0xc4136e['type']||_0xc4136e['data']['formatGroupId']!=_0xcb1e7d['formatGroupId'])continue;if(!Lt(_0xc4136e,_0x83e77))continue;const _0xef5e1f=_0xc4136e['subType']==_0x1ec0f7;for(let _0x28ca49=0x0;_0x28ca49<_0xc72ee4['length'];_0x28ca49++){const _0x5af04c=_0xc72ee4[_0x28ca49];for(const _0x1f33cc of _0xc4136e['getMarkers']()){const _0x17bc9e=_0x1f33cc['getRange']();if(_0x5af04c['isEqual'](_0x17bc9e)){_0xef5e1f?(_0xc72ee4['splice'](_0x28ca49,0x1),_0x28ca49--):_0xc4136e['removeMarker'](_0x1f33cc['name']);break;}}}}if(0x0==_0xc72ee4['length'])return null;const _0x395c62=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1ec0f7,'join');for(const _0x1bf9db of this['getSuggestions']())if(_0x1bf9db['author']['id']==_0x16d028['id']&&'formatBlock'==_0x1bf9db['type']&&_0x1bf9db['data']['formatGroupId']==_0xcb1e7d['formatGroupId']&&_0x1bf9db['subType']==_0x1ec0f7&&Lt(_0x1bf9db,_0x83e77)&&(_0x395c62(_0x1bf9db['getRanges'](),_0xc72ee4)||_0x395c62(_0xc72ee4,_0x1bf9db['getRanges']()))){for(const _0x5ec3b4 of _0xc72ee4)_0x1bf9db['addRange'](_0x5ec3b4);return _0x1bf9db;}const _0x42b20f=_0x3cefaa(),_0x187cb3=_0x16d028['id'],_0x2af119='formatBlock:'+_0x1ec0f7,_0x361b4f=this['_setSuggestionData']({'id':_0x42b20f,'type':_0x2af119,'data':_0xcb1e7d,'createdAt':new Date(),'authorId':_0x187cb3,'attributes':_0x83e77});for(const _0x387032 of _0xc72ee4)this['_addSuggestionMarker'](_0x2af119,_0x42b20f,_0x187cb3,_0x387032,u['getMultiRangeId']());return _0x361b4f;}['markDeletion'](_0x3a32f2,_0x157176=null,_0x4d046c={}){if(_0x3a32f2['isCollapsed'])return null;const _0x348c1e=this['editor']['plugins']['get']('Users')['me'],_0x19a7b7=new _0x27f355(_0x3a32f2['start'],_0x3a32f2['end']);for(const {suggestion:_0x13bdd9,meta:_0x4c45b6}of this['_findSuggestions'](_0x19a7b7,'insertion'))if(_0x4c45b6['isOwn']&&!_0x4c45b6['isNextTo']){if(_0x13bdd9['isMultiRange']){const _0x67b513=_0x13bdd9['getRanges']()['filter'](_0x56be6c=>'$graveyard'!=_0x56be6c['root']['rootName']);_0x67b513['every'](_0x49ce67=>_0x19a7b7['containsRange'](_0x49ce67,!0x0))&&_0x13bdd9['discard']();if(_0x67b513['some'](_0xdc6d75=>_0xdc6d75['containsRange'](_0x19a7b7,!0x0))){const _0x3e5b25=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x157176,'accept');return this['forceDefaultExecution'](()=>_0x3e5b25([_0x19a7b7],null,_0x4d046c)),null;}}else{const _0x116aa0=_0x19a7b7['getIntersection'](_0x13bdd9['getFirstRange']());null!==_0x116aa0&&_0x13bdd9['_onDiscard']([_0x116aa0],null,_0x4d046c);}}if(_0x19a7b7['detach'](),_0x19a7b7['isCollapsed']||'$graveyard'==_0x19a7b7['root']['rootName'])return null;let _0x5a4f87=null,_0x2c5eb3=_0x19a7b7['start'],_0x32f593=_0x19a7b7['end'];const _0x22e751=this['_findSuggestions'](_0x19a7b7,'deletion');for(const {suggestion:_0x5cc20d,meta:_0x333f3b}of _0x22e751){const _0x3b5caa=this['_model']['createRange'](_0x2c5eb3,_0x32f593);if(_0x333f3b['isOwn']&&(this['_mergeNestedSuggestions']||!_0x333f3b['containsRangeInObject']&&!_0x333f3b['isInsideObject'])){if(_0x5cc20d['isMultiRange']){if(!Lt(_0x5cc20d,_0x4d046c))continue;let _0x36a49a=!0x0;for(const _0x55bcc4 of _0x5cc20d['getRanges']()){if(_0x55bcc4['containsRange'](_0x3b5caa,!0x0))return _0x5cc20d;_0x3b5caa['containsRange'](_0x55bcc4)||(_0x36a49a=!0x1);}_0x36a49a&&_0x5cc20d['discard']();}else{const _0x3ec832=_0x5cc20d['getFirstRange']();if(_0x3ec832['containsRange'](_0x3b5caa,!0x0))return _0x5cc20d;if(!Lt(_0x5cc20d,_0x4d046c)){_0x3b5caa['containsRange'](_0x3ec832)?_0x5cc20d['removeMarkers']():_0x3ec832['containsPosition'](_0x2c5eb3)?_0x2c5eb3=_0x3ec832['end']:_0x3ec832['containsPosition'](_0x32f593)&&(_0x32f593=_0x3ec832['start']);continue;}_0x2c5eb3=_0x2c5eb3['isBefore'](_0x3ec832['start'])?_0x2c5eb3:_0x3ec832['start'],_0x32f593=_0x32f593['isAfter'](_0x3ec832['end'])?_0x32f593:_0x3ec832['end'],_0x4d046c=Object['assign']({},_0x5cc20d['attributes']),_0x5a4f87?_0x3ec832['start']['isBefore'](_0x5a4f87['getFirstRange']()['start'])?(_0x5a4f87['removeMarkers'](),_0x5a4f87=_0x5cc20d):_0x5cc20d['removeMarkers']():_0x5a4f87=_0x5cc20d;}}}if(_0x5a4f87)return this['_setSuggestionRange'](_0x5a4f87,this['_model']['createRange'](_0x2c5eb3,_0x32f593)),_0x5a4f87;{const _0x5612ea=_0x3cefaa(),_0x6f68ce=this['_model']['createRange'](_0x2c5eb3,_0x32f593),_0x2988d4=_0x348c1e['id'],_0x4a84bf=_0x157176?'deletion:'+_0x157176:'deletion',_0xf2f739=this['_setSuggestionData']({'id':_0x5612ea,'type':_0x4a84bf,'createdAt':new Date(),'authorId':_0x2988d4,'attributes':_0x4d046c});return this['_addSuggestionMarker'](_0x4a84bf,_0x5612ea,_0x2988d4,_0x6f68ce),_0xf2f739;}}['markMultiRangeDeletion'](_0x31ae19,_0x2c6a4b='multi',_0x51ed18={}){const _0x275573=this['editor']['plugins']['get']('Users')['me'],_0x19b0e9=_0x31ae19['map'](_0xf4771=>new _0x27f355(_0xf4771['start'],_0xf4771['end'])),_0x2c2e50=new Set();for(const {suggestion:_0x28c9f9,meta:_0x99d6a9}of this['_findSuggestions'](_0x19b0e9,'insertion'))_0x99d6a9['isOwn']&&!_0x99d6a9['isNextTo']&&_0x2c2e50['add'](_0x28c9f9);for(const _0x487cf5 of _0x2c2e50)if(_0x487cf5['isMultiRange']){const _0x14ad6e=_0x487cf5['getRanges']();(!_0x487cf5['attributes']||!_0x487cf5['attributes']['skipNestingCheck'])&&(_0x14ad6e['every'](_0x4bc023=>_0x19b0e9['some'](_0x5181c6=>_0x5181c6['containsRange'](_0x4bc023,!0x0)))&&_0x487cf5['discard']());if(_0x19b0e9['every'](_0x452b2e=>_0x14ad6e['some'](_0xee0cdc=>_0xee0cdc['containsRange'](_0x452b2e,!0x0)))){const _0x45104a=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x2c6a4b,'accept');return this['forceDefaultExecution'](()=>_0x45104a(_0x31ae19,null,_0x51ed18)),null;}}else{const _0x539cea=_0x487cf5['getFirstRange']();_0x19b0e9['some'](_0x4e9444=>_0x4e9444['containsRange'](_0x539cea,!0x0))&&_0x487cf5['discard']();if(_0x19b0e9['every'](_0x3e3e8d=>_0x539cea['containsRange'](_0x3e3e8d,!0x0))){const _0x38ff70=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x2c6a4b,'accept');return this['forceDefaultExecution'](()=>_0x38ff70(_0x19b0e9,null,_0x51ed18)),null;}}const _0x220f84=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x2c6a4b,'join');let _0x32130a=null;for(const _0x4b965f of this['getSuggestions']())if(_0x4b965f['author']['id']==_0x275573['id']&&_0x4b965f['isInContent']&&'deletion'==_0x4b965f['type']&&_0x4b965f['subType']==_0x2c6a4b&&Lt(_0x4b965f,_0x51ed18)&&(_0x220f84(_0x4b965f['getRanges'](),_0x19b0e9)||_0x220f84(_0x19b0e9,_0x4b965f['getRanges']()))){if(_0x32130a){if(_0x4b965f['commentThread']&&_0x4b965f['commentThread']['length'])continue;for(const _0xf5ac87 of _0x4b965f['getRanges']())_0x32130a['isIntersectingWithRange'](_0xf5ac87)||_0x32130a['addRange'](_0xf5ac87);_0x4b965f['removeMarkers']();}else{_0x32130a=_0x4b965f;for(const _0x4c30a4 of _0x19b0e9)_0x4b965f['isIntersectingWithRange'](_0x4c30a4)||_0x4b965f['addRange'](_0x4c30a4);}}if(_0x32130a)return _0x32130a;_0x2c2e50['clear']();for(const {suggestion:_0xc06d19,meta:_0x17fa4a}of this['_findSuggestions'](_0x19b0e9,'deletion'))_0x17fa4a['isOwn']&&(this['_mergeNestedSuggestions']||!_0x17fa4a['containsRangeInObject']&&!_0x17fa4a['isInsideObject'])&&Lt(_0xc06d19,_0x51ed18)&&_0x2c2e50['add'](_0xc06d19);for(const _0x47c90d of _0x2c2e50){const _0x4b82e2=_0x47c90d['getRanges']();if(!_0x51ed18||!_0x51ed18['skipNestingCheck']){if(_0x19b0e9['every'](_0x171c97=>_0x4b82e2['some'](_0x574735=>_0x574735['containsRange'](_0x171c97,!0x0))))return _0x47c90d;}(!_0x47c90d['attributes']||!_0x47c90d['attributes']['skipNestingCheck'])&&(_0x4b82e2['every'](_0x4abe64=>_0x19b0e9['some'](_0x86f6a1=>_0x86f6a1['containsRange'](_0x4abe64,!0x0)))&&_0x47c90d['discard']());}const _0x5e4fe8=_0x3cefaa(),_0x5e5d2e=_0x275573['id'],_0x552c54='deletion:'+_0x2c6a4b,_0x10af61=this['_setSuggestionData']({'id':_0x5e4fe8,'type':_0x552c54,'createdAt':new Date(),'authorId':_0x5e5d2e,'attributes':_0x51ed18});for(const _0x3f9fc8 of _0x19b0e9)_0x3f9fc8['detach'](),_0x3f9fc8['isCollapsed']||'$graveyard'==_0x3f9fc8['root']['rootName']||this['_addSuggestionMarker'](_0x552c54,_0x5e4fe8,_0x5e5d2e,_0x3f9fc8,u['getMultiRangeId']());return _0x10af61;}['markAttributeChange'](_0x5938c8,_0x27a2d8,_0x30928f,_0x560ee0,_0x52f640){if(_0x5938c8['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0xd7067c=this['editor']['plugins']['get']('Users')['me']['id'],_0x2ecb61=Array['from'](this['_suggestions']['values']())['filter'](_0x55dc7e=>'attribute'==_0x55dc7e['type']&&_0x55dc7e['data']['key']==_0x27a2d8&&_0x55dc7e['isIntersectingWithRange'](_0x5938c8));if('default'===this['_trackFormatChanges']){const _0x21fcf3=this['_findSuggestions'](_0x5938c8,'insertion')['filter'](({meta:_0x581784})=>_0x581784['isOwn']&&!_0x581784['isInsideObject']&&!_0x581784['isNextTo'])['map'](({suggestion:_0x313d77})=>_0x313d77);_0x2ecb61['unshift'](..._0x21fcf3);}const _0x3affa1=new Map([[_0x5938c8,_0x30928f]]);for(const _0x63e842 of _0x2ecb61){const _0xdcf614='attribute'==_0x63e842['type']?_0x63e842['data']['oldValue']:void 0x0,_0x1b46ac=_0x63e842['getFirstRange'](),_0x5c8010=Array['from'](_0x3affa1['keys']())['find'](_0x4194d8=>_0x4194d8['isIntersecting'](_0x1b46ac));if(!_0x5c8010)continue;const _0x80c455=_0x5c8010['getDifference'](_0x1b46ac);this['_isBlockAttribute'](_0x27a2d8)&&'insertion'==_0x63e842['type']&&0x0!=_0x80c455['length']||(_0x3affa1['delete'](_0x5c8010),_0x80c455['forEach'](_0x387fb2=>{_0x3affa1['set'](_0x387fb2,_0x30928f);}),'insertion'!=_0x63e842['type']&&_0xdcf614!=_0x560ee0&&_0x3affa1['set'](_0x5c8010['getIntersection'](_0x1b46ac),_0xdcf614));}const _0x5588e8=[];for(const [_0x32fb83,_0x21ba81]of _0x3affa1){const _0x415460=_0x3cefaa(),_0x18a58c={'key':_0x27a2d8,'oldValue':_0x21ba81,'newValue':_0x560ee0};_0x27a2d8['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':_0x27a2d8});const _0x103533=('attribute:'+(_0x27a2d8+'|'+Vt({'newValue':_0x560ee0})))['substring'](0x0,0x3c),_0x294167=this['_setSuggestionData']({'id':_0x415460,'type':_0x103533,'data':_0x18a58c,'createdAt':new Date(),'authorId':_0xd7067c,'attributes':_0x52f640});_0x5588e8['push'](_0x294167),this['_addSuggestionMarker'](_0x103533,_0x415460,_0xd7067c,_0x32fb83);}return _0x5588e8;}['enableDefaultAttributesIntegration'](_0xb9b7f2){this['enableCommand'](_0xb9b7f2,(_0x1de063,..._0x1f5538)=>{this['_recordAttributeChanges'](()=>{_0x1de063(..._0x1f5538);});});}['registerBlockAttribute'](_0x53f56f){this['_blockAttributeKeys']['add'](_0x53f56f);}['registerInlineAttribute'](_0x3729dd){this['_inlineAttributeKeys']['add'](_0x3729dd);}['_getAttributeKey'](_0x4397f5){return'attribute'==_0x4397f5['type']?_0x4397f5['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x4caa22,_0x548943){const _0xe1f8a8=_0x4caa22['getFirstMarker']();this['_model']['change'](_0x2371c2=>{_0x2371c2['updateMarker'](_0xe1f8a8,{'range':_0x548943});});}['_addThreadToSuggestion'](_0x3474e6){const _0x24b9d1=_0x3474e6['id'],_0x5ae5ad=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x24b9d1)||this['_commentsRepository']['addCommentThread']({'channelId':_0x5ae5ad,'threadId':_0x24b9d1,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x50b4d8=this['_commentsRepository']['getCommentThread'](_0x24b9d1);_0x50b4d8['unbind']('isRemovable'),_0x50b4d8['isRemovable']=!0x1,_0x3474e6['commentThread']=_0x50b4d8;}['_checkSuggestionCorrectness'](_0x2584fc,_0x15427e,_0x35a119,_0x1a68b4){if(_0x2584fc['type']!=_0x15427e||_0x2584fc['subType']!=_0x35a119||_0x2584fc['creator']['id']!=_0x1a68b4)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x3f3ca6('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x32b226,_0x3cfcf9){const _0x2e7c85=_0x32b226['getFirstRange']();if(_0x3cfcf9['isEqual'](_0x2e7c85))_0x32b226['removeMarkers']();else{if(_0x2e7c85['containsRange'](_0x3cfcf9)){const _0x23b202=this['_model']['createPositionAt'](_0x3cfcf9['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x32b226,this['_model']['createRange'](_0x2e7c85['start'],_0x23b202));const _0x24c1e3=_0x3cefaa(),_0x1c94ad=_0x32b226['creator']['id'],_0x55edda=_0x32b226['type']+':'+_0x32b226['subType'];this['_setSuggestionData']({'id':_0x24c1e3,'type':_0x55edda,'createdAt':new Date(),'authorId':_0x1c94ad,'data':_0x32b226['data'],'attributes':_0x32b226['attributes']});const _0x280066=this['_model']['createPositionAt'](_0x3cfcf9['end']['parent'],'after'),_0x45ace6=this['_model']['createRange'](_0x280066,_0x2e7c85['end']);this['_addSuggestionMarker'](_0x55edda,_0x24c1e3,_0x1c94ad,_0x45ace6);}else{if(_0x2e7c85['containsPosition'](_0x3cfcf9['start'])){const _0x254702=this['_model']['createPositionAt'](_0x3cfcf9['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x32b226,this['_model']['createRange'](_0x2e7c85['start'],_0x254702));}else{const _0x215243=this['_model']['createPositionAt'](_0x3cfcf9['end']['parent'],'after');this['_setSuggestionRange'](_0x32b226,this['_model']['createRange'](_0x215243,_0x2e7c85['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x22fabf){for(const {suggestion:_0x4a3d01,meta:_0x2fec71}of this['_findSuggestions'](_0x22fabf,'insertion')){if(!_0x2fec71['isOwn'])continue;const _0x21d30a=_0x4a3d01['getRanges']();for(const _0x1633b4 of _0x21d30a)if(!_0x22fabf['getDifference'](_0x1633b4)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x49d19a){const _0x20d633=this['editor']['plugins']['get']('Users')['getUser'](_0x49d19a);if(!_0x20d633)throw new _0x3f3ca6('track-changes-user-not-found',this);return _0x20d633;}['_getExternalAuthor'](_0x11a416){const _0x5bbca6=this['editor']['plugins']['get']('Users'),_0x9449f6=_0x433e2e('external:'+_0x11a416),_0x489450=_0x5bbca6['getUser'](_0x9449f6);return _0x489450||_0x5bbca6['addUser']({'id':_0x9449f6,'name':_0x11a416});}['_createSuggestion'](_0x59c585,_0x21f535,_0x17dfc5,_0x202ce1,_0x433d76){const _0x515fa7=this['_getAuthorFromId'](_0x202ce1),_0x43ae36=this['_suggestionFactory']['buildSuggestion'](_0x59c585,_0x21f535,_0x17dfc5,_0x515fa7,_0x433d76,_0x19f624=>{this['_updateSuggestionData'](_0x17dfc5,{'attributes':_0x19f624});const _0x426a22=this['getSuggestion'](_0x17dfc5);this['_joinWithAdjacentSuggestions'](new Set([_0x426a22])),this['_refreshSuggestionsChain'](new Set([_0x426a22]));});return this['listenTo'](_0x43ae36,'accept',()=>{this['_updateSuggestionData'](_0x17dfc5,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x43ae36,'discard',()=>{this['_updateSuggestionData'](_0x17dfc5,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x17dfc5,_0x43ae36),this['_suggestionState']['set'](_0x43ae36,'notReady'),_0x43ae36;}['_splitMarkerName'](_0xe4db51){const _0x6319b9=_0xe4db51['split'](':');return{'group':_0x6319b9[0x0],'type':_0x6319b9[0x1],'subType':_0x6319b9['length']>=0x5?_0x6319b9[0x2]:null,'id':_0x6319b9['length']<0x5?_0x6319b9[0x2]:_0x6319b9[0x3],'authorId':_0x6319b9['length']<0x5?_0x6319b9[0x3]:_0x6319b9[0x4],'markerCount':0x6==_0x6319b9['length']?_0x6319b9[0x5]:null};}['_breakSuggestionMarker'](_0x368e4c,_0x35f68d,_0x418ecd){const _0x5d0920=_0x368e4c['getFirstRange'](),_0x4a1768=_0x5d0920['start'],_0x269184=_0x5d0920['end'];this['_setSuggestionRange'](_0x368e4c,this['_model']['createRange'](_0x4a1768,_0x35f68d));const _0x331d8f=_0x3cefaa(),_0x2ee46b=_0x368e4c['creator']['id'],_0x2601bb=_0x368e4c['type']+(_0x368e4c['subType']?':'+_0x368e4c['subType']:'');this['_setSuggestionData']({'id':_0x331d8f,'type':_0x2601bb,'createdAt':new Date(),'authorId':_0x2ee46b,'originalSuggestionId':_0x368e4c['id'],'attributes':_0x368e4c['attributes'],'data':_0x368e4c['data']});const _0x5d8dd9=this['_getAttributeKey'](_0x368e4c);('formatBlock'==_0x368e4c['type']||_0x5d8dd9&&this['_isBlockAttribute'](_0x5d8dd9))&&(_0x418ecd=this['_model']['createPositionBefore'](_0x418ecd['parent'])),this['_addSuggestionMarker'](_0x2601bb,_0x331d8f,_0x2ee46b,this['_model']['createRange'](_0x418ecd,_0x269184));}['_findSuggestions'](_0x4fc1f9,_0x5542a6=null){const _0x87ee76=[],_0x5b60f6=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x4fc1f9)||(_0x4fc1f9=[_0x4fc1f9]);for(const _0x3a49ac of this['getSuggestions']()){if(!_0x3a49ac['isInContent'])continue;if(_0x5542a6&&_0x3a49ac['type']!=_0x5542a6)continue;let _0x44bab9=!0x1;for(const _0x45f66d of _0x3a49ac['getRanges']()){for(const _0x17008f of _0x4fc1f9){const _0x3d0830=_0x17008f['start']['isEqual'](_0x45f66d['end'])||_0x17008f['end']['isEqual'](_0x45f66d['start']);if(_0x3d0830||_0x17008f['getIntersection'](_0x45f66d)){const _0x432a6c=_0x17008f['containsRange'](_0x45f66d)&&Rt(this['_model']['schema'],_0x45f66d['start'],_0x17008f),_0x500e8c=_0x45f66d['containsRange'](_0x17008f)&&Rt(this['_model']['schema'],_0x17008f['start'],_0x45f66d);_0x87ee76['push']({'suggestion':_0x3a49ac,'meta':{'isOwn':_0x5b60f6==_0x3a49ac['author'],'isNextTo':_0x3d0830,'isInsideObject':_0x432a6c,'containsRangeInObject':_0x500e8c}}),_0x44bab9=!0x0;break;}}if(_0x44bab9)break;}}return _0x87ee76;}['_addSuggestionMarker'](_0x121fdf,_0x2443ca,_0x45157d,_0x56658c,_0x43ebe4){this['_model']['change'](_0x2e78b8=>{let _0x5c4a79='suggestion:'+_0x121fdf+':'+_0x2443ca+':'+_0x45157d;_0x43ebe4&&(_0x5c4a79=_0x5c4a79+':'+_0x43ebe4),_0x2e78b8['addMarker'](_0x5c4a79,{'range':_0x56658c,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x4a1139){const _0x3567c6=_0x4a1139['previous'],_0x2b7b39=_0x4a1139['next'];_0x4a1139['previous']=null,_0x4a1139['next']=null,null!=_0x3567c6&&_0x3567c6['next']==_0x4a1139&&(_0x3567c6['next']=_0x2b7b39),null!=_0x2b7b39&&_0x2b7b39['previous']==_0x4a1139&&(_0x2b7b39['previous']=_0x3567c6),'ready'==this['_suggestionState']['get'](_0x4a1139)&&(this['_suggestionState']['set'](_0x4a1139,'removed'),this['fire']('suggestionUnloaded',_0x4a1139,_0x3567c6,_0x2b7b39));}['_setSuggestionData'](_0x3c2881){const _0x41860d=_0x3c2881['id'],_0x2596cd=this['addSuggestionData'](_0x3c2881);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x241b9c=this['editor']['plugins']['get']('PendingActions'),_0x2ca2b1=_0x2596cd['hasComments'],_0x354664=_0x2596cd['subType']?_0x2596cd['type']+':'+_0x2596cd['subType']:_0x2596cd['type'],_0x91e839=this['editor']['locale'],_0x18381a=_0x241b9c['add'](o(_0x91e839,'PENDING_ACTION_SUGGESTION')),_0x12c042={'id':_0x41860d,'type':_0x354664,'hasComments':_0x2ca2b1,'data':_0x3c2881['data']||null,'originalSuggestionId':_0x3c2881['originalSuggestionId']||null,'attributes':_0x2596cd['attributes']};this['_adapter']['addSuggestion'](_0x12c042)['then'](_0x81dfbc=>{_0x2596cd['_saved']=!0x0,_0x241b9c['remove'](_0x18381a),_0x81dfbc&&_0x81dfbc['createdAt']&&(this['_suggestions']['get'](_0x41860d)['createdAt']=_0x81dfbc['createdAt']);})['catch'](_0x506124=>{throw _0x244bdf('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x2596cd['discard']();}),_0x2596cd['stopListening'](),this['_suggestions']['delete'](_0x2596cd['id']),this['_suggestionState']['delete'](_0x2596cd),_0x506124;});}return _0x2596cd;}['_isBlockAttribute'](_0x533376){return this['_blockAttributeKeys']['has'](_0x533376);}['_updateSuggestionData'](_0x12cff0,_0x2cf5db){const _0x246971=this['editor']['plugins']['get']('PendingActions'),_0x5ab23d=this['getSuggestion'](_0x12cff0);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x5ab23d['_saved']){const _0x56ca8a=_0x246971['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x12cff0,_0x2cf5db)['then'](()=>{_0x246971['remove'](_0x56ca8a);});}else _0x5ab23d['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x12cff0,_0x2cf5db);});}}['_getSuggestionData'](_0x49e82c){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x3f3ca6('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x49e82c);}['_handleNewSuggestionMarker'](_0x3d4200){const {id:_0xc934ab,type:_0x216491,subType:_0x142ca5,authorId:_0x46db52}=this['_splitMarkerName'](_0x3d4200),_0x12d21d=this['_suggestions']['get'](_0xc934ab)||this['_createSuggestion'](_0x216491,_0x142ca5,_0xc934ab,_0x46db52,{});switch(this['_checkSuggestionCorrectness'](_0x12d21d,_0x216491,_0x142ca5,_0x46db52),this['_suggestionState']['get'](_0x12d21d)){case'notReady':this['_getSuggestionData'](_0xc934ab)['then'](_0x2d7fa3=>{let _0x453674=Promise['resolve']();_0x2d7fa3['hasComments']&&(_0x453674=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0xc934ab})),_0x453674['then'](()=>{this['addSuggestionData'](_0x2d7fa3)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x12d21d,'markerReady');break;case'removed':this['_updateSuggestionData'](_0xc934ab,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x12d21d,'ready'),this['fire']('suggestionLoaded',_0x12d21d);break;case'ready':this['fire']('suggestionChanged',_0x12d21d);}return _0x12d21d['addMarkerName'](_0x3d4200),_0x12d21d;}['_refreshSuggestionsChain'](_0x3798eb){const _0x5cc785=Array['from'](_0x3798eb),_0xcc46e6=_0x5cc785['filter'](_0x548a09=>'attribute'==_0x548a09['type']);this['_refreshAttributeSuggestionsChain'](_0xcc46e6);const _0x353550=_0x5cc785['filter'](_0x10c64f=>!_0x10c64f['isMultiRange']&&'attribute'!=_0x10c64f['type']),_0x1f877b=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x54bbcc=>!_0x54bbcc['isMultiRange']&&'attribute'!=_0x54bbcc['type']),_0x5a0e45=_0x1f877b['filter'](_0x506e94=>!_0x3798eb['has'](_0x506e94)),_0x28392c=new Map(_0x1f877b['map'](_0x74bcbe=>[_0x74bcbe,this['_suggestionFactory']['getSuggestionCallback'](_0x74bcbe['type'],_0x74bcbe['subType'],'chain')])),_0x12ca8e=new Map(_0x1f877b['map'](_0x1de09b=>[_0x1de09b,_0x1de09b['getFirstRange']()])),_0x5c019c=new Set(),_0xa0c39d=new Set();for(let _0x25b22e=0x0;_0x25b22e<_0x353550['length'];_0x25b22e++)_0x2e41ae(_0x353550[_0x25b22e],_0x353550,_0x25b22e+0x1);for(let _0x511058=0x0;_0x511058<_0x353550['length'];_0x511058++)_0x2e41ae(_0x353550[_0x511058],_0x5a0e45,0x0);const _0x1fbcbc=new Set();for(let _0xeeab41=0x0;_0xeeab41<_0x353550['length'];_0xeeab41++){const _0x3fdfbb=_0x353550[_0xeeab41];!_0xa0c39d['has'](_0x3fdfbb)&&_0x3fdfbb['previous']&&(_0x1fbcbc['add'](_0x3fdfbb['previous']),_0x3fdfbb['previous']['next']===_0x3fdfbb&&(_0x3fdfbb['previous']['next']=null),_0x3fdfbb['previous']=null),!_0x5c019c['has'](_0x3fdfbb)&&_0x3fdfbb['next']&&(_0x1fbcbc['add'](_0x3fdfbb['next']),_0x3fdfbb['next']['previous']===_0x3fdfbb&&(_0x3fdfbb['next']['previous']=null),_0x3fdfbb['next']=null);}function _0x2e41ae(_0x5a87c3,_0x53664f,_0x23459f){for(let _0x3202c0=_0x23459f;_0x3202c0<_0x53664f['length'];_0x3202c0++){const _0x50ffb3=_0x3c029a(_0x5a87c3,_0x53664f[_0x3202c0]);_0x50ffb3&&(_0x50ffb3[0x0]['next']=_0x50ffb3[0x1],_0x50ffb3[0x1]['previous']=_0x50ffb3[0x0],_0x5c019c['add'](_0x50ffb3[0x0]),_0xa0c39d['add'](_0x50ffb3[0x1]));}}function _0x3c029a(_0x1e6ce2,_0x5af1e8){if(_0x1e6ce2['author']['id']!==_0x5af1e8['author']['id'])return null;const _0x52b69e=_0x28392c['get'](_0x1e6ce2)(_0x1e6ce2,_0x5af1e8,_0x12ca8e['get'](_0x1e6ce2),_0x12ca8e['get'](_0x5af1e8));if(!_0x52b69e)return null;return _0x28392c['get'](_0x5af1e8)(_0x1e6ce2,_0x5af1e8,_0x12ca8e['get'](_0x1e6ce2),_0x12ca8e['get'](_0x5af1e8))?_0x52b69e[0x1]['commentThread']&&_0x52b69e[0x1]['commentThread']['length']?null:_0x52b69e:null;}_0x1fbcbc['size']&&this['_refreshSuggestionsChain'](_0x1fbcbc);}['_refreshAttributeSuggestionsChain'](_0x47b7d5){if(0x0==_0x47b7d5['length'])return;const _0x11a3fc=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1c6106=>'attribute'==_0x1c6106['type']&&_0x1c6106['_isDataLoaded']),_0x4068f4=[],_0x401b93=new Map();for(const _0x42ec79 of _0x11a3fc){const _0x2e8a29=_0x433e2e(_0x42ec79['attributes']);_0x401b93['has'](_0x2e8a29)||(_0x401b93['set'](_0x2e8a29,_0x4068f4['length']),_0x4068f4['push']([]));const _0x2e528d=_0x401b93['get'](_0x2e8a29);_0x4068f4[_0x2e528d]['push'](_0x42ec79);}!(function(){_0x4068f4['sort']((_0x4fa2b2,_0x26591b)=>{const _0x305036=_0x4fa2b2[0x0]['createdAt'],_0x5f4484=_0x26591b[0x0]['createdAt'];return _0x305036==_0x5f4484?_0x4fa2b2[0x0]['attributes']['groupId']<_0x26591b[0x0]['attributes']['groupId']?-0x1:0x1:_0x305036<_0x5f4484?-0x1:0x1;});for(const _0x46ae92 of _0x4068f4)_0x46ae92['sort']((_0x4eeebc,_0x491d77)=>_0x4eeebc['id']<_0x491d77['id']?-0x1:0x1);}());for(let _0x18e15b=0x0;_0x18e15b<_0x4068f4['length'];_0x18e15b++){if(0x0==_0x4068f4[_0x18e15b]['length'])continue;const _0x519ee4=[];for(let _0x447bc4=_0x18e15b+0x1;_0x447bc4<_0x4068f4['length'];_0x447bc4++)0x0!=_0x4068f4[_0x447bc4]['length']&&_0x5ce5d6(_0x4068f4[_0x18e15b],_0x4068f4[_0x447bc4])&&_0x519ee4['push'](_0x447bc4);for(const _0x429a83 of _0x519ee4)_0x4068f4[_0x18e15b]=_0x4068f4[_0x18e15b]['concat'](_0x4068f4[_0x429a83]),_0x4068f4[_0x429a83]=[];}for(const _0x35eb85 of _0x4068f4)for(let _0x4ed9ea=0x0;_0x4ed9ea<_0x35eb85['length'];_0x4ed9ea++)_0x35eb85[_0x4ed9ea]['next']=_0x35eb85[_0x4ed9ea+0x1]||null;for(const _0x47d0bc of _0x4068f4)for(let _0x1d3bb9=0x0;_0x1d3bb9<_0x47d0bc['length'];_0x1d3bb9++)_0x47d0bc[_0x1d3bb9]['previous']=_0x47d0bc[_0x1d3bb9-0x1]||null;function _0x5ce5d6(_0x288c9d,_0x2447cc){if(_0x288c9d[0x0]['attributes']['groupId']!==_0x2447cc[0x0]['attributes']['groupId']&&_0x288c9d[0x0]['author']!==_0x2447cc[0x0]['author'])return!0x1;if(!function(_0x286214,_0x418cf7){if(!_0x286214['hasComments']&&!_0x418cf7['hasComments'])return!0x0;if(_0x286214['hasComments']&&_0x418cf7['hasComments'])return!0x1;if(_0x286214['hasComments']&&_0x418cf7['createdAt']<_0x286214['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x418cf7['hasComments']&&_0x286214['createdAt']<_0x418cf7['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x288c9d[0x0],_0x2447cc[0x0]))return!0x1;const _0x4a10e1=Bt(_0x288c9d[0x0]['attributes'],'groupId'),_0x329b09=Bt(_0x2447cc[0x0]['attributes'],'groupId');if(!_0x5cd547(_0x4a10e1,_0x329b09))return!0x1;return!!_0x288c9d['every'](_0x58b449=>_0x2447cc['some'](_0x133f5b=>_0x58b449['getFirstRange']()['isEqual'](_0x133f5b['getFirstRange']())))&&_0x2447cc['every'](_0xe919a8=>_0x288c9d['some'](_0x466678=>_0xe919a8['getFirstRange']()['isEqual'](_0x466678['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x54b1d4){const _0x2a33c8=Array['from'](_0x54b1d4),_0x229105=this['getSuggestions']({'skipNotAttached':!0x0}),_0x4274e1=_0x229105['filter'](_0x3d27e6=>!_0x54b1d4['has'](_0x3d27e6)),_0x1da049=new Map(_0x2a33c8['map'](_0x5fdf63=>[_0x5fdf63,this['_suggestionFactory']['getSuggestionCallback'](_0x5fdf63['type'],_0x5fdf63['subType'],'join')])),_0x12f577=new Map(_0x229105['map'](_0x48e2f0=>[_0x48e2f0,_0x48e2f0['getRanges']()]));for(let _0x3e5790=0x0;_0x3e5790<_0x2a33c8['length'];_0x3e5790++){if(_0x443546(this,_0x2a33c8[_0x3e5790],_0x2a33c8,_0x3e5790+0x1))return!0x0;}for(let _0x24c422=0x0;_0x24c422<_0x2a33c8['length'];_0x24c422++){if(_0x443546(this,_0x2a33c8[_0x24c422],_0x4274e1,0x0))return!0x0;}return!0x1;function _0x443546(_0x51901f,_0x3a209f,_0xdc7920,_0x1227ae){for(let _0x2909e4=_0x1227ae;_0x2909e4<_0xdc7920['length'];_0x2909e4++){const _0x3a5c2d=_0xdc7920[_0x2909e4];if(_0x3a5c2d['type']!==_0x3a209f['type']||_0x3a5c2d['author']['id']!==_0x3a209f['author']['id']||_0x3a5c2d['subType']!==_0x3a209f['subType'])continue;if(!Pt(_0x3a209f,_0x3a5c2d,['groupId']))continue;if('attribute'==_0x3a209f['type']&&_0x3a209f['data']['oldValue']!=_0x3a5c2d['data']['oldValue'])continue;if('attribute'==_0x3a209f['type']&&_0x51901f['_isBlockAttribute'](_0x3a209f['data']['key']))continue;if('formatBlock'==_0x3a209f['type']){const _0x732ee8=_0x51901f['editor']['model'],_0x4564c4=_0x3a209f['getContainedElement']();if(_0x4564c4&&(_0x732ee8['schema']['isObject'](_0x4564c4)||_0x732ee8['schema']['isLimit'](_0x4564c4)))continue;}const _0xe2f366=_0x1da049['get'](_0x3a209f),_0x5e46a5=_0x12f577['get'](_0x3a209f),_0x3360bf=_0x12f577['get'](_0x3a5c2d),_0x5e81ed=_0x3a209f['commentThread']&&_0x3a209f['commentThread']['length'],_0x25ed88=_0x3a5c2d['commentThread']&&_0x3a5c2d['commentThread']['length'];if(!_0x5e81ed&&_0xe2f366(_0x3360bf,_0x5e46a5))return _0x51901f['_joinSuggestions'](_0x3a5c2d,_0x3a209f),_0x12f577['delete'](_0x3a209f),!0x0;if(!_0x25ed88&&_0xe2f366(_0x5e46a5,_0x3360bf))return _0x51901f['_joinSuggestions'](_0x3a209f,_0x3a5c2d),_0x12f577['delete'](_0x3a5c2d),!0x0;}return!0x1;}}['_joinSuggestions'](_0x4ecdb6,_0x1d7bfb){if(_0x4ecdb6['isMultiRange']){for(const _0x3a21f3 of _0x1d7bfb['getRanges']())_0x4ecdb6['addRange'](_0x3a21f3);}else{const _0x4df9b1=_0x1d7bfb['getFirstRange']()['end'];this['_setSuggestionRange'](_0x4ecdb6,this['_model']['createRange'](_0x4ecdb6['getFirstRange']()['start'],_0x4df9b1));}_0x1d7bfb['removeMarkers']();}['_getMarkerAnnouncementText'](_0x52d1e0,_0x3912e6){const _0x46d9c1=_0x52d1e0['startsWith']('format')||_0x52d1e0['startsWith']('attribute')?'FORMATTING':_0x52d1e0['toUpperCase']();return o(this['editor']['locale'],_0x3912e6+'_'+_0x46d9c1+'_SUGGESTION_ANNOUNCEMENT');}['_initAriaMarkerChangeAnnouncements'](){const _0x5d7186=this['editor'];if(!_0x5d7186['ui'])return;const {ariaLiveAnnouncer:_0x3700b2}=_0x5d7186['ui'];_0x176e49(this['_model'],({left:_0x116a43,entered:_0xfcba3e})=>{for(const _0x57617d of _0x116a43){const {group:_0x3e64e7,type:_0x2a7174}=this['_splitMarkerName'](_0x57617d['name']);if('suggestion'===_0x3e64e7){_0x3700b2['announce'](this['_getMarkerAnnouncementText'](_0x2a7174,'LEAVE'));break;}}for(const _0x138109 of _0xfcba3e){const {group:_0xe1f4c4,type:_0x19c535}=this['_splitMarkerName'](_0x138109['name']);if('suggestion'===_0xe1f4c4){_0x3700b2['announce'](this['_getMarkerAnnouncementText'](_0x19c535,'ENTER'));break;}}});}['_processAttributeChanges'](_0x14ebaf){if(this['_recordAttributeSuggestions'])return!0x1;const _0xb10b48=this['editor'],_0x2038c9=_0xb10b48['model']['document']['differ']['getChanges']();if(0x0==_0x2038c9['length'])return!0x1;const _0x5d3ef3=[],_0x36ba43=_0x2038c9['filter'](_0x2fbbfb=>'attribute'==_0x2fbbfb['type']),_0x270639=_0x2038c9['filter'](_0x575f9b=>'insert'==_0x575f9b['type']&&'$text'!=_0x575f9b['name']),_0x488379=_0x2038c9['filter'](_0x2cfcee=>'remove'==_0x2cfcee['type']&&'$text'!=_0x2cfcee['name']);for(const _0x441ba1 of _0x36ba43)_0x5d3ef3['push']({'key':_0x441ba1['attributeKey'],'newValue':_0x441ba1['attributeNewValue'],'oldValue':_0x441ba1['attributeOldValue'],'range':Ot(_0x441ba1['range'],_0xb10b48['model'])});for(const _0x37c02e of _0x270639){const _0x3dca13=_0x488379['find'](_0x4ec98a=>_0x4ec98a['position']['isEqual'](_0x37c02e['position']));_0x3dca13&&_0x5d3ef3['push']({'key':m,'newValue':_0x37c02e['name'],'oldValue':_0x3dca13['name'],'range':_0xb10b48['model']['createRangeOn'](_0x37c02e['position']['nodeAfter'])});}return 0x0!=_0x5d3ef3['length']&&this['_reduceExistingSuggestions'](_0x14ebaf,_0x5d3ef3);}['_processAttributeSuggestions'](_0x4689c3){let _0x3d3e21=!0x1;const _0x26533=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x4eae86=>_0x4eae86['data']['newRange']&&_0x4eae86['name']['startsWith']('suggestion:attribute:'));for(const _0x3c0d77 of _0x26533){const {subType:_0x5420cf,id:_0x315b11}=this['_splitMarkerName'](_0x3c0d77['name']),_0x80e61f=_0x5420cf['split']('|')[0x0];for(const _0x326216 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x326216['id']!=_0x315b11&&'attribute'==_0x326216['type']&&_0x326216['data']&&_0x326216['data']['key']==_0x80e61f&&_0x326216['getFirstRange']()['isIntersecting'](_0x3c0d77['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x326216,_0x3c0d77['data']['newRange'],_0x4689c3),_0x3d3e21=!0x0);}return _0x3d3e21;}['_recordAttributeChanges'](_0x255c38){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x255c38();}['_isRegisteredAttribute'](_0x322640){const _0x562980=this['_isBlockAttribute'](_0x322640),_0x334bfd=this['_inlineAttributeKeys']['has'](_0x322640);return _0x562980||_0x334bfd;}['_reduceExistingSuggestions'](_0x36370d,_0x1e52b9){if(0x0==_0x1e52b9['length'])return!0x1;let _0x12e6bd=!0x1;for(const _0x5c8571 of _0x1e52b9){const _0x2a7375=this['_findSuggestions'](_0x5c8571['range'],'attribute')['filter'](_0x5cb43e=>!_0x5cb43e['meta']['isNextTo'])['map'](_0x2c5043=>_0x2c5043['suggestion']),_0x47c780=_0x433e2e({'newValue':_0x5c8571['newValue']});_0x2a7375['filter'](_0x1b6d9d=>{const [_0x10b970,_0x6bf369]=_0x1b6d9d['subType']['split']('|');return _0x10b970==_0x5c8571['key']&&_0x6bf369!=_0x47c780;})['forEach'](_0x648ad4=>{this['_reduceSuggestionAttributeRange'](_0x648ad4,_0x5c8571['range'],_0x36370d),_0x12e6bd=!0x0;});}return _0x12e6bd;}['_reduceSuggestionAttributeRange'](_0xc616bf,_0x106c1f,_0x168df5){const _0x435dd6=_0xc616bf['getFirstRange']()['getDifference'](_0x106c1f);0x0!==_0x435dd6['length']?0x1!==_0x435dd6['length']?this['_breakSuggestionMarker'](_0xc616bf,_0x106c1f['start'],_0x106c1f['end']):this['_setSuggestionRange'](_0xc616bf,_0x435dd6[0x0]):_0x168df5['removeMarker'](_0xc616bf['getFirstMarker']());}}class xt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x3fdfa7){this['_editor']=_0x3fdfa7,this['_model']=_0x3fdfa7['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x5c1f21,_0x19b505,_0x388c93,_0x22f16b,_0x32baca,_0x436f60){return new u(this['_model'],{'type':_0x5c1f21,'subType':_0x19b505,'id':_0x388c93,'author':_0x22f16b,'creator':_0x22f16b,'attributes':_0x32baca,'onAttributesChange':_0x436f60,'onAccept':(..._0x3b72bc)=>this['getSuggestionCallback'](_0x5c1f21,_0x19b505,'accept')(..._0x3b72bc),'onDiscard':(..._0x55b438)=>this['getSuggestionCallback'](_0x5c1f21,_0x19b505,'discard')(..._0x55b438)});}['registerCustomCallback'](_0x1f2be1,_0x2a55a5,_0x3506e7,_0x3ed2d9){const _0x1f25f1=_0x1f2be1+':'+_0x2a55a5+':'+_0x3506e7;this['_customCallbacks']['set'](_0x1f25f1,_0x3ed2d9);}['getSuggestionCallback'](_0x3d3c96,_0x2dfcc0,_0x2b65bf){const _0x5a56e4=_0x3d3c96+':'+_0x2dfcc0+':'+_0x2b65bf;return this['_customCallbacks']['get'](_0x5a56e4)||this['_defaultCallbacks']['get'](_0x3d3c96+':'+_0x2b65bf);}['_registerDefaultCallbacks'](){const _0x6519a=()=>!0x1,_0x23e8e7=_0x5e4d2b=>{_0x5e4d2b['sort']((_0x142d21,_0x1e5d97)=>_0x142d21['start']['isBefore'](_0x1e5d97['start'])?0x1:-0x1),this['_model']['change'](_0x33b5c3=>{for(const _0x178bff of _0x5e4d2b){let _0x2fa556;_0x2fa556=_0x178bff['end']['isAtEnd']&&_0x178bff['end']['parent']==_0x178bff['start']['nodeAfter']?_0x33b5c3['createSelection'](_0x178bff['start']['nodeAfter'],'on'):_0x33b5c3['createSelection'](_0x178bff),this['_model']['deleteContent'](_0x2fa556,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x43b400=(_0x175607,_0x3e8c3b)=>{_0x3e8c3b&&this['_model']['change'](_0x45d193=>{const {commandName:_0x5a8ae9,commandParams:_0x2f423f=[]}=_0x3e8c3b,_0x42c7a6=_0x175607['map'](_0x194b1b=>(Tt(_0x194b1b)&&(_0x194b1b=this['_model']['createRange'](_0x194b1b['end'])),_0x194b1b))['filter'](_0x388fd0=>'$graveyard'!==_0x388fd0['root']['rootName']);if(_0x42c7a6['length']<0x1)return;const _0x247510=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x5a42db=>_0x27f355['fromRange'](_0x5a42db));_0x45d193['setSelection'](_0x42c7a6);for(const _0x152040 of this['_editor']['commands']['commands']())_0x152040['refresh']();_0x2f423f['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x5a8ae9,..._0x2f423f);const _0x4b0180=_0x247510['filter'](_0xf3e484=>'$graveyard'!=_0xf3e484['root']['rootName']);_0x4b0180['length']>0x0&&_0x45d193['setSelection'](_0x4b0180);for(const _0x46d4cb of _0x247510)_0x46d4cb['detach']();});},_0x3fc1bc=(_0x2dcdb8,_0x147fff)=>0x1==_0x2dcdb8['length']&&0x1==_0x147fff['length']&&_0x2dcdb8[0x0]['end']['isEqual'](_0x147fff[0x0]['start']),_0x23985d=(_0x17572e,_0x781806,_0x1d2932,_0x3d86b0)=>Ft(_0x17572e,_0x781806,_0x1d2932,_0x3d86b0,this['_model'])?[_0x17572e,_0x781806]:Ft(_0x781806,_0x17572e,_0x3d86b0,_0x1d2932,this['_model'])?[_0x781806,_0x17572e]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x6519a),this['_defaultCallbacks']['set']('insertion:discard',_0x23e8e7),this['_defaultCallbacks']['set']('insertion:join',_0x3fc1bc),this['_defaultCallbacks']['set']('insertion:chain',_0x23985d),this['_defaultCallbacks']['set']('deletion:accept',_0x23e8e7),this['_defaultCallbacks']['set']('deletion:discard',_0x6519a),this['_defaultCallbacks']['set']('deletion:join',_0x3fc1bc),this['_defaultCallbacks']['set']('deletion:chain',_0x23985d),this['_defaultCallbacks']['set']('formatInline:accept',_0x43b400),this['_defaultCallbacks']['set']('formatInline:discard',_0x6519a),this['_defaultCallbacks']['set']('formatInline:join',_0x3fc1bc),this['_defaultCallbacks']['set']('formatInline:chain',_0x6519a),this['_defaultCallbacks']['set']('formatBlock:accept',_0x43b400),this['_defaultCallbacks']['set']('formatBlock:discard',_0x6519a),this['_defaultCallbacks']['set']('formatBlock:join',_0x3fc1bc),this['_defaultCallbacks']['set']('formatBlock:chain',_0x6519a),this['_defaultCallbacks']['set']('attribute:accept',_0x6519a),this['_defaultCallbacks']['set']('attribute:discard',(_0x55162e,_0x284c2e)=>{if(!_0x284c2e)return;const _0x1ff28b=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x443104=>{if(_0x284c2e['key']==m)for(const _0x2dd090 of _0x55162e){const _0x299c72=_0x2dd090['start']['nodeAfter'],_0x5700c1=_0x284c2e['oldValue'];_0x443104['rename'](_0x299c72,_0x5700c1);}else{if(_0x1ff28b['_isBlockAttribute'](_0x284c2e['key'])){for(const _0x521899 of _0x55162e)void 0x0!==_0x284c2e['oldValue']?_0x443104['setAttribute'](_0x284c2e['key'],_0x284c2e['oldValue'],_0x521899['start']['nodeAfter']):_0x443104['removeAttribute'](_0x284c2e['key'],_0x521899['start']['nodeAfter']);}else{for(const _0x159534 of _0x55162e)_0x284c2e['oldValue']?_0x443104['setAttribute'](_0x284c2e['key'],_0x284c2e['oldValue'],_0x159534):_0x443104['removeAttribute'](_0x284c2e['key'],_0x159534);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x3fc1bc);}}function Rt(_0x1b7c03,_0x2cd143,_0x45cc62){for(const _0x4a2399 of _0x2cd143['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x4a2399['root']==_0x4a2399)return!0x1;if(!_0x45cc62['containsItem'](_0x4a2399))return!0x1;if(_0x1b7c03['isObject'](_0x4a2399)||_0x1b7c03['isLimit'](_0x4a2399))return!0x0;}return!0x1;}function Tt(_0x423ffe){return _0x423ffe['end']['parent']==_0x423ffe['start']['nodeAfter']&&_0x423ffe['end']['isAtStart'];}function Et(_0x1f10dc,_0x435bd1,_0x320d33,_0x2e1284){const _0xd6d847=_0x3b7697=>!_0x3b7697['item']['is']('$textProxy')&&!_0x2e1284['isObject'](_0x3b7697['item']),_0xb9deb6=_0x1f10dc['start']['getLastMatchingPosition'](_0xd6d847),_0x20eaaf=_0x1f10dc['end']['getLastMatchingPosition'](_0xd6d847,{'direction':'backward'});return(!_0x1f10dc['start']['isEqual'](_0xb9deb6)||!_0x1f10dc['end']['isEqual'](_0x20eaaf))&&(_0xb9deb6['isBefore'](_0x20eaaf)?_0x320d33['updateMarker'](_0x435bd1,{'range':_0x320d33['createRange'](_0xb9deb6,_0x20eaaf)}):_0x320d33['removeMarker'](_0x435bd1),!0x0);}function Vt(_0x9ec343){return _0x433e2e(_0x9ec343);}function Ut(_0x1a3ba0){const _0x230b9a=_0x1a3ba0['start']['nodeAfter'];return _0x230b9a&&_0x230b9a['is']('element');}function Ot(_0x2db7b2,_0x1c88b6){return null==_0x2db7b2['end']['nodeBefore']&&_0x2db7b2['end']['parent']==_0x2db7b2['start']['nodeAfter']?Gt(_0x2db7b2['start']['nodeAfter'],_0x1c88b6):_0x2db7b2;}function Gt(_0x3c7683,_0x113b58){const _0x41b47d=_0x113b58['schema']['isObject'](_0x3c7683)||_0x113b58['schema']['isSelectable'](_0x3c7683);return _0x113b58['createRange'](_0x113b58['createPositionAt'](_0x3c7683,'before'),_0x41b47d?_0x113b58['createPositionAfter'](_0x3c7683):_0x113b58['createPositionAt'](_0x3c7683,'end'));}function Ft(_0x427c44,_0x40f6b7,_0x3e00b3,_0x3fff95,_0x2f4a2c){if(!Pt(_0x427c44,_0x40f6b7))return!0x1;if(_0x3e00b3['end']['isEqual'](_0x3fff95['start']))return!0x0;if(_0x427c44['type']!=_0x40f6b7['type'])return!0x1;if(!_0x3e00b3['end']['isTouching'](_0x3fff95['start']))return!0x1;const _0x3068c7=_0x2f4a2c['createRange'](_0x3e00b3['end'],_0x3fff95['start'])['getWalker']();for(const _0x8b8fd5 of _0x3068c7)if(['elementStart','elementEnd']['includes'](_0x8b8fd5['type'])&&_0x2f4a2c['schema']['isLimit'](_0x8b8fd5['item']))return!0x1;return!0x0;}function Pt(_0x1d44a8,_0x445689,_0x4bd032=[]){return!(!_0x1d44a8['_isDataLoaded']||!_0x445689['_isDataLoaded'])&&_0x5cd547(Bt(_0x1d44a8['attributes'],_0x4bd032),Bt(_0x445689['attributes'],_0x4bd032));}function Lt(_0xd58d08,_0x4d88ca){const _0x55bce0=Ht(_0xd58d08['attributes']),_0x39a885=Ht(_0x4d88ca);if(!_0xd58d08['_isDataLoaded'])return!0x1;for(const _0x487154 of Object['keys'](_0x39a885))if(!_0x5cd547(_0x55bce0[_0x487154],_0x39a885[_0x487154]))return!0x1;return!0x0;}function Ht(_0x1d1359){const _0x549318=Object['assign']({},_0x1d1359);return delete _0x549318['skipNestingCheck'],delete _0x549318['tablePasteChainId'],_0x549318;}class oe extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x2a7513(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x1433ea,_0x53b4e6,_0x5bfc30,_0x28a057){super(),this['model']=_0x53b4e6,this['view']=_0x5bfc30,this['commentThreadController']=_0x28a057,this['_editor']=_0x1433ea,this['_acceptCommand']=_0x1433ea['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x1433ea['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x1e85f9,_0x587250)=>_0x1e85f9||_0x587250),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x568074=>_0x568074&&this['_editor']['model']['canEditAt'](_0x53b4e6['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0xcd4d34=>_0xcd4d34&&this['_editor']['model']['canEditAt'](_0x53b4e6['getRanges']())),this['_pendingAction']=null,_0x5bfc30['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x5bfc30,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x5bfc30,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x5bfc30,'change:isDirty',()=>{_0x5bfc30['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 _0x4e8369=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x4e8369);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class es extends _0x21ef4a{['commentsListView'];['commentThreadInputView'];['_model'];['_localUser'];['_config'];constructor(_0x3ea253,_0x5d7176,_0x2a0fd4,_0x427136){super(_0x3ea253),this['commentsListView']=null,this['commentThreadInputView']=null,this['set']('isActive',!0x1),this['set']('authoredAt',_0x5d7176['authoredAt']),this['bind']('authoredAt')['to'](_0x5d7176),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['_model']=_0x5d7176,this['_localUser']=_0x2a0fd4,this['_config']=_0x427136,_0x427136['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:_0x1d8876}=this['_config'];this['commentsListView']=new _0x1d8876(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',_0x81b51f=>_0x81b51f+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x53539a,_0x183ae4)=>_0x53539a||!!_0x183ae4);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x53db75}=this['_config'],_0xdacd7b=new _0x53db75(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x59d211=_0xdacd7b['commentInputView'];return _0xdacd7b['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x59d211,'value',(_0x45e1da,_0x276ca3,_0x3b7fa5)=>!!_0x3b7fa5||_0x45e1da&&!_0x276ca3),_0x59d211['on']('submit',(_0x2270ff,_0x17ac4c)=>{this['fire']('addComment',_0x17ac4c),_0x59d211['editor']['setData']('');}),_0x59d211['on']('cancel',()=>this['focus']()),_0x59d211['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0xdacd7b;}}class ne extends es{['userView'];['acceptButton'];['discardButton'];['_descriptionElement'];constructor(_0xa32ff,_0x7e6e8d,_0x3a8934,_0x405971){super(_0xa32ff,_0x7e6e8d,_0x3a8934,_0x405971),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x4d1e64=>_0x4d1e64&&_0x4d1e64[0x0]?_0x4d1e64[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x3deb16,_0x2d7d53)=>{let _0x1c2637='';for(const _0x2d80e1 of _0x3deb16)_0x1c2637+='<p>'+ds(_0x2d80e1['content'],_0x2d80e1['color'])+'</p>';return _0x2d7d53?_0x1c2637:_0x43c02e(_0x1c2637,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this['_createButton'](o(_0xa32ff,'Accept\x20suggestion'),_0x3ddd08['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['discardButton']=this['_createButton'](o(_0xa32ff,'Discard\x20suggestion'),_0x3ddd08['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['userView']=new _0x3317b7(_0xa32ff,this['_model']['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user']}}),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x4ea355=this['bindTemplate'],_0x42ec62=[{'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':_0x4ea355['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x4ea355['to']('authoredAt',_0x3d5d5f=>this['_config']['formatDateTime'](_0x3d5d5f))}]}]},{'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']&&_0x42ec62['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x4ddb06={'tag':'div','attributes':{'class':['ck-suggestion-wrapper',_0x4ea355['if']('isActive','ck-suggestion-wrapper--active'),_0x4ea355['to']('type',_0x24c9fb=>'ck-suggestion-'+_0x24c9fb),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':_0x42ec62}]}]};return this['commentsListView']&&this['commentThreadInputView']&&(_0x4ddb06['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)),_0x4ddb06;}['render'](){super['render'](),this['_descriptionElement']=this['element']['querySelector']('.ck-annotation__content-wrapper'),this['_descriptionElement']['innerHTML']=this['description'],this['on']('change:description',(_0x40d332,_0x4741b9,_0x4ba59d)=>{this['_descriptionElement']['innerHTML']=_0x4ba59d;});}['_createButton'](_0x203fbf,_0x2093a7,_0x305056,_0x3208c5,_0x1e8ef8){const _0x7efcf0=new _0x3ed1f5(this['locale']);return _0x7efcf0['set']({'label':_0x203fbf,'icon':_0x2093a7,'tooltip':!0x0,'tooltipPosition':_0x1e8ef8}),_0x7efcf0['extendTemplate']({'attributes':{'class':_0x305056}}),_0x7efcf0['on']('execute',()=>{this['fire'](_0x3208c5,this['_model']['id']);}),_0x7efcf0;}['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(_0x50142e,_0x2bd23f){let _0x3d2283='';return _0x3d2283+=_0x50142e['split']('*')['map']((_0xe98dd0,_0x1b3224)=>_0x1b3224%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+us(_0xe98dd0)+'</span>':us(_0xe98dd0))['join'](''),_0x2bd23f&&(_0x3d2283+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x2bd23f['value']+'\x22\x20title=\x22'+_0x2bd23f['title']+'\x22></span>'),_0x3d2283;}function us(_0x1350fb){const _0x560fbe=document['createElement']('span');return _0x560fbe['innerText']=_0x1350fb,_0x560fbe['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 _0x4d360f{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x505173,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x340c96){super(_0x340c96),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x282bc3=this['editor']['config'];_0x282bc3['define']('trackChanges.SuggestionThreadView',ne),_0x282bc3['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x282bc3['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0xc27ddb,_0x751578){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x490402,_0x29ecae]of this['_handleControllerBuffer']){const _0x5e0508=this['_suggestionToController']['has'](_0x490402);_0x5e0508||_0x29ecae?_0x5e0508&&_0x29ecae&&this['_destroyController'](_0x490402):this['_initializeController'](_0x490402);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0xc27ddb,_0x751578);}['init'](){const _0x4b806b=this['editor'],_0x321375=_0x4b806b['plugins']['get']('TrackChangesEditing'),_0xf4c31c=_0x4b806b['plugins']['get']('Annotations'),_0x3fa2af=_0x4b806b['plugins']['get']('EditorAnnotations'),_0x46c0d8=_0x4b806b['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x3fa2af['addSourceCollector'](()=>{const _0x74b9cf=[];for(const [_0x89bcc8,_0x3425d1]of Array['from'](this['_suggestionToController'])){const _0x1bea39=_0x89bcc8['getAllAdjacentSuggestions'](),_0x53605e=[];for(const _0x4be6b4 of _0x1bea39){if(!_0x4be6b4['isInContent'])continue;if(_0x4be6b4['isMultiRange']){_0x53605e['push'](..._0x4be6b4['getRanges']());continue;}const _0x49e2d0=_0x4be6b4['getFirstRange']();if(_0x53605e['length']>0x0){const _0x76754a=_0x53605e[0x0]['getJoined'](_0x49e2d0);if(_0x76754a){_0x53605e[0x0]=_0x76754a;continue;}}_0x53605e['push'](_0x49e2d0);}_0x74b9cf['push']([_0x3425d1['view'],_0x53605e]);}return _0x74b9cf;}),this['listenTo'](_0x321375,'suggestionLoaded',(_0x115513,_0x3f217a)=>{this['listenTo'](_0x3f217a,'change:previous',(_0x245668,_0x1f6681,_0x5872e9,_0x3603f2)=>{_0x3f217a['isInContent']&&(null==_0x5872e9?(this['_updateController'](_0x3603f2['head']),this['_handleSuggestionControllerDelayed'](_0x3f217a,!0x1)):(this['_updateController'](_0x5872e9['head']),null==_0x3603f2&&this['_handleSuggestionControllerDelayed'](_0x3f217a,!0x0)));}),null!==_0x3f217a['previous']?this['_updateController'](_0x3f217a['head']):this['_handleSuggestionControllerDelayed'](_0x3f217a,!0x1);}),this['listenTo'](_0x321375,'suggestionUnloaded',(_0x433fd3,_0x35f1d7,_0x3a0ffd)=>{this['stopListening'](_0x35f1d7,'change:previous'),this['_handleControllerBuffer']['delete'](_0x35f1d7),this['_suggestionToController']['has'](_0x35f1d7)&&this['_destroyController'](_0x35f1d7),_0x3a0ffd&&this['_updateController'](_0x3a0ffd['head']);}),this['listenTo'](_0x321375,'suggestionChanged',(_0x14de4b,_0x47a005)=>{this['_updateController'](_0x47a005);}),this['listenTo'](_0xf4c31c,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x46c0d8,'addComment',(_0x42d133,{threadId:_0x4dd512,isFromAdapter:_0x2e9cf2})=>{if(_0x2e9cf2||!_0x321375['hasSuggestion'](_0x4dd512))return;const _0x1ee178=_0x321375['getSuggestion'](_0x4dd512);this['_suggestionToController']['get'](_0x1ee178)['view']['focus']();},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x2aec6b=this['editor']['plugins']['get']('Annotations'),_0x11a645=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2208ab=Array['from'](_0x2aec6b['activeAnnotations'],_0x6775cd=>_0x6775cd['innerView'])['filter'](_0x178b3c=>this['_viewToController']['has'](_0x178b3c)),_0x4893fd=[];for(const _0x233725 of _0x2208ab){const _0x10503f=this['_viewToController']['get'](_0x233725)['model']['getAllAdjacentSuggestions']();_0x4893fd['push'](..._0x10503f['reduce']((_0x1a76ed,_0x582f0d)=>[..._0x1a76ed,..._0x582f0d['getMarkerNames']()],[]));}_0x11a645['activeMarkers']=_0x4893fd;}['_addUIComponentsToFactory'](){const _0x3a513c=this['editor'],_0x35b13a=_0x3a513c['locale'],_0x27ffb5=o(_0x35b13a,'Track\x20changes'),_0x5525e4=new Wt([{'type':'switchbutton','model':new te({'withText':!0x0,'label':_0x27ffb5,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x35b13a,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x35b13a,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x35b13a,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x35b13a,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x5774c7 of _0x5525e4)if(ae(_0x5774c7)){const _0x55237a=_0x3a513c['commands']['get'](_0x5774c7['model']['commandName']);_0x5774c7['model']['bind']('isOn','isEnabled')['to'](_0x55237a,'value','isEnabled');}_0x3a513c['ui']['componentFactory']['add']('trackChanges',_0x112799=>this['_createToolbarButton'](_0x112799,_0x5525e4,_0x27ffb5)),_0x3a513c['ui']['componentFactory']['add']('menuBar:trackChanges',_0x28f60d=>this['_createMenuBarMenu'](_0x28f60d,_0x5525e4,_0x27ffb5));}['_createToolbarButton'](_0x5ae70f,_0x4c83b3,_0x26eaec){const _0x433524=zt(_0x5ae70f,Zt),_0x1a2433=this['editor']['commands']['get']('trackChanges');_0x433524['buttonView']['set']({'tooltip':_0x26eaec,'label':_0x26eaec,'icon':ie}),_0x433524['buttonView']['bind']('isOn')['to'](_0x1a2433,'value'),_0x433524['buttonView']['on']('execute',()=>{_0x1a2433['execute'](),this['editor']['editing']['view']['focus']();}),qt(_0x433524,_0x4c83b3,{'role':'menu'});const _0x1a8f61=[];for(const _0x5e300c of _0x4c83b3)ae(_0x5e300c)&&_0x1a8f61['push'](this['editor']['commands']['get'](_0x5e300c['model']['commandName']));const _0x4c337d=_0x433524['buttonView'];return _0x4c337d['actionView']['unbind']('isEnabled'),_0x4c337d['arrowView']['unbind']('isEnabled'),_0x4c337d['actionView']['bind']('isEnabled')['to'](_0x1a2433,'isEnabled'),_0x4c337d['arrowView']['bind']('isEnabled')['toMany'](_0x1a8f61,'isEnabled',(..._0x5a6689)=>_0x5a6689['some'](_0xbf574d=>_0xbf574d)),_0x433524['on']('execute',_0x14670a=>{this['editor']['execute'](_0x14670a['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x433524;}['_createMenuBarMenu'](_0x432bf7,_0x1b8349,_0x15df57){const _0x307063=new Kt(_0x432bf7),_0x4fa168=this['editor']['commands']['get']('trackChanges');_0x307063['buttonView']['set']({'label':_0x15df57,'icon':ie});const _0x17bf49=new Qt(_0x432bf7);for(const _0x23fb79 of _0x1b8349){if('separator'==_0x23fb79['type']){_0x17bf49['items']['add'](new Jt(_0x432bf7));continue;}const _0x279d2c=new Xt(_0x432bf7,_0x307063),_0x590cbc=new Yt(_0x432bf7),_0x2732c8=_0x23fb79['model'];_0x590cbc['bind'](...Object['keys'](_0x2732c8))['to'](_0x2732c8),_0x590cbc['delegate']('execute')['to'](_0x307063),_0x590cbc['on']('execute',()=>{this['editor']['execute'](_0x2732c8['commandName']),this['editor']['editing']['view']['focus']();}),_0x279d2c['children']['add'](_0x590cbc),_0x17bf49['items']['add'](_0x279d2c);}return _0x307063['bind']('isEnabled')['to'](_0x4fa168,'isEnabled'),_0x307063['panelView']['children']['add'](_0x17bf49),_0x307063;}['_initializeController'](_0x5877f3){const _0x31726f=this['editor'],_0x252de1=_0x31726f['config'],_0x3c6171=_0x31726f['plugins']['get']('Annotations'),_0x50a9e6=_0x31726f['plugins']['get']('CommentsRepository'),_0x27c658=_0x31726f['plugins']['get']('EditorAnnotations'),_0x4d78be=_0x31726f['plugins']['get'](_0x505173)['me'],_0x3fb881=_0x252de1['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0x2a11a8,CommentThreadInputView:_0x16dfc9}=_0x31726f['plugins']['get']('CommentsUI');let _0x520636,_0x2744ba;this['_annotationViews']['has'](_0x5877f3['id'])?(_0x2744ba=this['_annotationViews']['get'](_0x5877f3['id']),_0x520636=_0x2744ba['mainView']):(_0x520636=new _0x3fb881(_0x31726f['locale'],_0x5877f3,_0x4d78be,{'disableComments':this['_disableComments'],'editorConfig':_0x252de1['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x252de1['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x252de1['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x252de1['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x474164(_0x252de1['get']('locale')),'CommentView':_0x252de1['get']('comments')['CommentView'],'CommentsListView':_0x2a11a8,'CommentThreadInputView':_0x16dfc9}),_0x520636['acceptButton']['on']('execute',()=>{_0x31726f['editing']['view']['focus']();}),_0x520636['discardButton']['on']('execute',()=>{_0x31726f['editing']['view']['focus']();}),_0x2744ba=_0x3c6171['createAnnotationView'](this['editor']['locale'],_0x520636),_0x2744ba['bind']('isDirty')['to'](_0x520636,'isDirty'),_0x2744ba['bind']('length')['to'](_0x520636),_0x2744ba['bind']('type')['to'](_0x520636,'type',_0x59a52a=>'suggestion-'+_0x59a52a),this['_annotationViews']['set'](_0x5877f3['id'],_0x2744ba));const _0x4fb999=_0x50a9e6['createCommentThreadController'](_0x5877f3['commentThread'],_0x520636),_0x4e4568=new oe(_0x31726f,_0x5877f3,_0x520636,_0x4fb999),_0x1bffeb=_0x5877f3['getAllAdjacentSuggestions']()['filter'](_0x332f43=>_0x332f43['isInContent']);_0x520636['descriptionParts']=_0x31726f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x1bffeb),this['_suggestionToController']['set'](_0x5877f3,_0x4e4568),this['_viewToController']['set'](_0x520636,_0x4e4568);const _0x3ae845=_0x3c6171['createAnnotation']({'view':_0x2744ba,'target':()=>{const _0x5670bd=[],_0x54d171=_0x5877f3['getAllAdjacentSuggestions']()['filter'](_0x5cb43d=>_0x5cb43d['isInContent']);for(const _0x3f65fe of _0x54d171)_0x5670bd['push'](..._0x3f65fe['getMarkers']());return _0x36638a(_0x31726f['editing'],_0x5670bd);},'type':()=>'suggestion-'+_0x4e4568['view']['type']});_0x50a9e6['_bindAnnotationToEditors'](_0x520636,_0x3ae845),_0x3c6171['add'](_0x3ae845),_0x27c658['registerAnnotation'](_0x3ae845);}['_destroyController'](_0x4fa3c8){const _0x4dece3=this['editor']['plugins']['get']('CommentsRepository'),_0x12d1bf=this['editor']['plugins']['get']('Annotations'),_0x772b45=this['_suggestionToController']['get'](_0x4fa3c8),_0x40f5a3=_0x772b45['view'],_0x40c698=_0x12d1bf['getByInnerView'](_0x40f5a3);_0x4dece3['_unbindEditors'](_0x40f5a3),_0x40c698&&_0x12d1bf['remove'](_0x40c698),this['_suggestionToController']['delete'](_0x4fa3c8),this['_viewToController']['delete'](_0x40f5a3),_0x772b45['destroy']();}['_updateController'](_0x555d0f){if(!_0x555d0f['isInContent']||!this['_suggestionToController']['has'](_0x555d0f))return;const _0x571b38=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5847a1=this['_suggestionToController']['get'](_0x555d0f),_0x3345c6=_0x555d0f['getAllAdjacentSuggestions']();_0x5847a1['view']['descriptionParts']=_0x571b38['descriptionFactory']['getDescriptions'](_0x3345c6);}['destroy'](){for(const _0x25fb20 of this['_suggestionToController']['keys']())this['_destroyController'](_0x25fb20);for(const _0x3faf4b of this['_annotationViews']['values']())_0x3faf4b['mainView']['destroy']();super['destroy']();}}function ae(_0x2f2c80){return'model'in _0x2f2c80;}class k extends _0x4d360f{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x3659b0){this['editor']['plugins']['get'](p)['adapter']=_0x3659b0;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x5b6e06){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x5b6e06);}['getSuggestions']({skipNotAttached:_0xd534ca=!0x1,toJSON:_0x4b690f=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0xd534ca,'toJSON':_0x4b690f});}['getSuggestion'](_0xfd6cac){return this['editor']['plugins']['get'](p)['getSuggestion'](_0xfd6cac);}}const T=['Pagination'];class P extends _0x4d360f{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x25e036=this['editor'];if(_0x25e036['config']['define']('trackChangesData.editorCreator',_0x55b471=>{const _0x1536bc=_0x25e036['model']['document']['getRootNames']()['reduce']((_0x3b4d39,_0x19a41b)=>(_0x3b4d39[_0x19a41b]='',_0x3b4d39),{});return _0x25e036['constructor']['create'](_0x1536bc,_0x55b471);}),'function'!=typeof _0x25e036['config']['get']('trackChangesData')['editorCreator'])throw new _0x3f3ca6('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x2553b3){return N(this['editor'],!0x0,_0x2553b3);}['getDataWithDiscardedSuggestions'](_0x446d89){return N(this['editor'],!0x1,_0x446d89);}}class D extends _0x4d360f{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x2e8bdc){super(_0x2e8bdc),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(_0xe9657e){return void 0x0!==_0xe9657e['getRootsAttributes'];}async function N(_0xa16ad3,_0x5b023e,_0x1de6c6){const _0x55569a=_0x109f03(_0xa16ad3,T);_0x55569a['plugins']['push'](p,D),_0x55569a['rootsAttributes']=v(_0xa16ad3)?_0xa16ad3['getRootsAttributes']():void 0x0;const _0x34c447=document['createDocumentFragment'](),_0x44cb75=_0xa16ad3['config']['get']('trackChangesData')['editorCreator'],_0x1f0065=await _0x44cb75(_0x55569a,()=>function(_0x3f9a27){const _0x42fecc=document['createElement']('div');return _0x3f9a27['appendChild'](_0x42fecc),_0x42fecc;}(_0x34c447));!function(_0x2737dc,_0xc3d2e4){const _0x38bb59=_0x2737dc['model']['document']['getRootNames']()['reduce']((_0x52d20e,_0x554a2c)=>(_0x52d20e[_0x554a2c]=_0x2737dc['data']['get']({'rootName':_0x554a2c}),_0x52d20e),{}),_0x4b908e=_0x2737dc['plugins']['get']('Users')['users']['map'](_0x29bed4=>({'id':_0x29bed4['id'],'name':_0x29bed4['name']})),_0x4c37ed=_0x2737dc['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x3f9354=_0x2737dc['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x2d02ba=_0xc3d2e4['plugins']['get']('Users'),_0x1f8198=_0xc3d2e4['plugins']['get']('TrackChangesEditing'),_0x2d8b43=_0xc3d2e4['plugins']['get']('CommentsRepository');for(const _0x1f6c20 of _0x4b908e)_0x2d02ba['getUser'](_0x1f6c20['id'])||_0x2d02ba['addUser'](_0x1f6c20);_0x2d02ba['me']||_0x2d02ba['useAnonymousUser']();for(const _0x25cb17 of _0x3f9354)_0x2d8b43['addCommentThread'](_0x25cb17);for(const _0x14c7a6 of _0x4c37ed)_0x1f8198['addSuggestionData'](_0x14c7a6);_0xc3d2e4['data']['set'](_0x38bb59);}(_0xa16ad3,_0x1f0065),_0x1f0065['execute'](_0x5b023e?'acceptAllSuggestions':'discardAllSuggestions');const _0x120e6b=v(_0x1f0065)?_0x1f0065['getFullData'](_0x1de6c6):_0x1f0065['data']['get'](_0x1de6c6);return await _0x1f0065['destroy'](),_0x120e6b;}export{es as BaseSuggestionThreadView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|