@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240608.0 → 0.0.0-nightly-20240609.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
|
-
_0x2e2300(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x13e803,_0x278658){super(),this['id']=_0x278658['id'],this['type']=_0x278658['type'],this['subType']=_0x278658['subType']||null,this['author']=_0x278658['author'],this['creator']=_0x278658['creator']||_0x278658['author'],this['isExternal']=Boolean(_0x278658['attributes']&&_0x278658['attributes']['@external']),this['data']=null,this['_model']=_0x13e803,this['_onAccept']=_0x278658['onAccept'],this['_onDiscard']=_0x278658['onDiscard'],this['_onAttributesChange']=_0x278658['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x278658['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 _0x1ddf1e=this;for(;_0x1ddf1e['previous'];)_0x1ddf1e=_0x1ddf1e['previous'];return _0x1ddf1e;}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'](_0x204bbe){this['_markerNames']['add'](_0x204bbe);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0xc20c28=>this['_model']['markers']['get'](_0xc20c28))['filter'](_0x40a2f8=>_0x40a2f8);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x32b1a0=>{for(const _0x1a1821 of this['getMarkers']())_0x32b1a0['removeMarker'](_0x1a1821);}),this['_markerNames']['clear']();}['removeMarker'](_0x43a893){this['_model']['change'](_0x15b199=>{_0x15b199['removeMarker'](_0x43a893);}),this['_markerNames']['delete'](_0x43a893);}['addRange'](_0x45c554){const _0x43fbd7='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x43fbd7),this['_model']['change'](_0x42eaa0=>{_0x42eaa0['addMarker'](_0x43fbd7,{'range':_0x45c554,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x5233a0){for(const _0x2ddf8e of this['getRanges']())if(_0x2ddf8e['isIntersecting'](_0x5233a0))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x237c50=>_0x237c50['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x2c078e,_0x18d8f2)=>[..._0x2c078e,..._0x18d8f2['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x1116f7=this['getRanges']();if(0x1!=_0x1116f7['length'])return null;const _0x473ec1=_0x1116f7[0x0],_0x50d143=_0x473ec1['start']['nodeAfter'],_0x3a480f=_0x473ec1['end']['nodeBefore'];return _0x50d143 instanceof _0xa99d4?_0x50d143!=_0x3a480f?null:_0x50d143: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 _0x245046=[];let _0x20b759=this['head'];for(;_0x20b759;)_0x245046['push'](_0x20b759),_0x20b759=_0x20b759['next'];return _0x245046;}['setAttribute'](_0x149f5c,_0x11401d){const _0x3d67e1=_0x2191c0(this['attributes']);_0x121574(_0x3d67e1,_0x149f5c,_0x11401d),_0x215c3b(_0x3d67e1,this['attributes'])||(this['attributes']=_0x3d67e1,this['_onAttributesChange'](_0x3d67e1));}['removeAttribute'](_0x49d51e){const _0x3bbda1=_0x2191c0(this['attributes']);_0x2f21de(_0x3bbda1,_0x49d51e),_0x215c3b(_0x3bbda1,this['attributes'])||(this['attributes']=_0x3bbda1,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 _0x37a894()['substr'](0x1,0x5);}}function o(_0x29aaa2,_0x3e5df4,_0x4f8ba4){const t=_0x29aaa2['t'];switch(_0x3e5df4){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',_0x4f8ba4);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x4f8ba4);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x4f8ba4);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x4f8ba4);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x4f8ba4);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',_0x4f8ba4);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x4f8ba4);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',_0x4f8ba4);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x4f8ba4);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x4f8ba4);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x4f8ba4);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x4f8ba4);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x4f8ba4);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x4f8ba4);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x4f8ba4);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x4f8ba4);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x4f8ba4);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x4f8ba4);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x4f8ba4);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x4f8ba4);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x4f8ba4);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x4f8ba4);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x4f8ba4);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'},_0x4f8ba4);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x4f8ba4);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x4f8ba4);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x4f8ba4);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x4f8ba4);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x4f8ba4);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'},_0x4f8ba4);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x4f8ba4);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x4f8ba4);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x4f8ba4);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x4f8ba4);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'},_0x4f8ba4);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x4f8ba4);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'},_0x4f8ba4);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'},_0x4f8ba4);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x4f8ba4);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'},_0x4f8ba4);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x4f8ba4);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'},_0x4f8ba4);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x4f8ba4);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x4f8ba4);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'},_0x4f8ba4);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'},_0x4f8ba4);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 _0x3e5df4;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x18800f,_0x3cca0f){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x18800f,this['_locale']=_0x3cca0f;}['getDescriptions'](_0x403055){const _0x3da5ce=[],_0x323ff3=new Set(),_0x157e95=new Set();for(let _0x32222f=0x0;_0x32222f<_0x403055['length'];_0x32222f++){const _0x49eb91=_0x403055[_0x32222f];if(!_0x49eb91['isInContent'])continue;const _0x29124e=this['_handleCustomCallbackDescription'](_0x49eb91);if(_0x29124e){if(null!=_0x49eb91['subType']){if(_0x323ff3['has'](_0x49eb91['subType']))continue;_0x323ff3['add'](_0x49eb91['subType']);}_0x3da5ce['push'](_0x29124e);}else{if('attribute'!=_0x49eb91['type'])'insertion'!=_0x49eb91['type']&&'deletion'!=_0x49eb91['type']||this['_handleInsertRemoveSuggestionDescription'](_0x3da5ce,_0x49eb91,_0x403055[_0x32222f+0x1]);else{const _0x2e5404=_0x49eb91['data']['key'];if(_0x157e95['has'](_0x2e5404))continue;_0x157e95['add'](_0x49eb91['data']['key']),_0x2e5404==m?this['_handleRenameSuggestionDescription'](_0x3da5ce,_0x49eb91):this['_handleAttributeSuggestionDescription'](_0x3da5ce,_0x49eb91);}}}return this['_resolveDescriptionItems'](_0x3da5ce);}['registerDescriptionCallback'](_0x2bf524){this['_customCallbacks']['push'](_0x2bf524);}['registerElementLabel'](_0x5f2705,_0x5d107b,_0x2667b5=_0x3523b5['normal']){'function'==typeof _0x5f2705?_0x363cca(this['_itemLabelsCallbacks'],{'matchingCallback':_0x5f2705,'label':_0x5d107b,'priority':_0x2667b5}):this['_itemLabels']['set'](_0x5f2705,_0x5d107b);}['registerAttributeLabel'](_0x411359,_0x13482d){this['_attributeLabels']['set'](_0x411359,_0x13482d);}['getItemLabel'](_0x30b646,_0x2a9291=0x1){let _0x45975a;for(const _0x342605 of this['_itemLabelsCallbacks'])if(_0x342605['matchingCallback'](_0x30b646)){_0x45975a=_0x342605['label'];break;}return _0x45975a||(_0x45975a=this['_itemLabels']['get'](_0x30b646['name'])),_0x45975a?_0x45975a(_0x2a9291):0x1!==_0x2a9291?_0x2a9291+'\x20'+_0x30b646['name']+'s':''+_0x30b646['name'];}['_addDescriptionItems'](_0x43881f,_0x503b2c){const _0x3a22cc=_0x503b2c['getFirstRange']()['getWalker'](),_0x56a729='insertion'==_0x503b2c['type']?'add':'remove';for(const _0x45b879 of _0x3a22cc){const _0x47f725=_0x45b879['item'],_0x389f47=_0x43881f[_0x43881f['length']-0x1];if(_0x47f725['is']('$textProxy'))_0x389f47&&_0x389f47['type']['indexOf']('Container')>-0x1&&_0x43881f['pop'](),_0x389f47&&'text'==_0x389f47['type']?_0x389f47[_0x56a729]+=_0x47f725['data']:_0x43881f['push']({'type':'text','add':'add'==_0x56a729?_0x47f725['data']:'','remove':'remove'==_0x56a729?_0x47f725['data']:''});else{if(this['_schema']['isObject'](_0x47f725)){const _0x2a6be0=_0x47f725;if(_0x389f47&&_0x389f47['type']['indexOf']('Container')>-0x1&&_0x43881f['pop'](),'elementEnd'==_0x45b879['type'])continue;_0x389f47&&_0x389f47['type']==_0x56a729+'Object'&&_0x389f47['element']['name']==_0x2a6be0['name']?_0x389f47['quantity']++:_0x43881f['push']({'type':_0x56a729+'Object','element':_0x2a6be0,'quantity':0x1}),_0x3a22cc['skip'](_0x29ce06=>!('elementEnd'==_0x29ce06['type']&&_0x29ce06['item']==_0x47f725));}else{if(this['_schema']['checkChild'](_0x47f725,'$text')||_0x47f725['is']('element','softBreak')){const _0x3995c5=_0x47f725;if('add'==_0x56a729&&'elementStart'==_0x45b879['type']||'remove'==_0x56a729&&'elementEnd'==_0x45b879['type'])continue;if(_0x389f47&&-0x1==_0x389f47['type']['indexOf']('Container')){'text'==_0x389f47['type']&&(_0x389f47[_0x56a729]+='\x0a');continue;}let _0x5c79f1;if(_0x5c79f1='add'==_0x56a729?_0x3995c5['nextSibling']&&!this['_schema']['isObject'](_0x3995c5['nextSibling'])?_0x3995c5['nextSibling']:null:_0x3995c5['previousSibling']&&!this['_schema']['isObject'](_0x3995c5['previousSibling'])?_0x3995c5['previousSibling']:null,_0x3995c5['isEmpty']||_0x5c79f1&&_0x5c79f1['isEmpty']){const _0xb069f0=_0x5c79f1&&_0x5c79f1['isEmpty']?_0x5c79f1:_0x3995c5;_0x389f47&&_0x389f47['type']==_0x56a729+'EmptyContainer'&&_0x389f47['element']['name']==_0xb069f0['name']?_0x389f47['quantity']++:_0x43881f['push']({'type':_0x56a729+'EmptyContainer','element':_0xb069f0,'quantity':0x1});}else _0x43881f['push']({'type':_0x56a729+'Container','element':_0x3995c5});}}}}}['_resolveDescriptionItems'](_0x2117ce){const _0x1600df=this['_locale'],_0x16b85c=[],_0x2f55e7=[],_0x5cb080=[];for(const _0x135d92 of _0x2117ce)switch(_0x135d92['type']){case'text':if(_0x135d92['add']=_0x135d92['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x135d92['remove']=_0x135d92['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x135d92['add']&&''!=_0x135d92['remove']){_0x16b85c['push']({'type':'replace','content':o(_0x1600df,'REPLACE_TEXT',['\x22'+_0x135d92['remove']+'\x22','\x22'+_0x135d92['add']+'\x22'])});continue;}if(null!=_0x135d92['add']['match'](/^ +$/)){_0x16b85c['push']({'type':'insertion','content':o(_0x1600df,'*Insert:*\x20%0',o(_0x1600df,'ELEMENT_SPACE',_0x135d92['add']['length']))});continue;}if(null!=_0x135d92['remove']['match'](/^ +$/)){_0x16b85c['push']({'type':'deletion','content':o(_0x1600df,'*Remove:*\x20%0',o(_0x1600df,'ELEMENT_SPACE',_0x135d92['remove']['length']))});continue;}if(''!=_0x135d92['add']){_0x16b85c['push']({'type':'insertion','content':o(_0x1600df,'*Insert:*\x20%0','\x22'+_0x135d92['add']+'\x22')});continue;}_0x16b85c['push']({'type':'deletion','content':o(_0x1600df,'*Remove:*\x20%0','\x22'+_0x135d92['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x16b85c['push']({'type':'insertion','content':o(_0x1600df,'*Insert:*\x20%0',this['getItemLabel'](_0x135d92['element'],_0x135d92['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x16b85c['push']({'type':'deletion','content':o(_0x1600df,'*Remove:*\x20%0',this['getItemLabel'](_0x135d92['element'],_0x135d92['quantity']))});continue;case'addContainer':_0x16b85c['push']({'type':'insertion','content':o(_0x1600df,'*Split:*\x20%0',this['getItemLabel'](_0x135d92['element'],_0x135d92['quantity']))});continue;case'removeContainer':_0x16b85c['push']({'type':'deletion','content':o(_0x1600df,'*Merge:*\x20%0',this['getItemLabel'](_0x135d92['element'],_0x135d92['quantity']))});continue;case'addFormat':_0x2f55e7['push'](_0x135d92['key']);continue;case'removeFormat':_0x5cb080['push'](_0x135d92['key']);continue;default:_0x16b85c['push'](_0x135d92);}if(_0x2f55e7['length']){const _0x58d409=_0x2f55e7['map'](_0x4d019a=>this['_attributeLabels']['has'](_0x4d019a)?this['_attributeLabels']['get'](_0x4d019a):_0x4d019a)['join'](',\x20');_0x16b85c['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x58d409)});}if(_0x5cb080['length']){const _0x125f2d=_0x5cb080['map'](_0x51e0cd=>this['_attributeLabels']['has'](_0x51e0cd)?this['_attributeLabels']['get'](_0x51e0cd):_0x51e0cd)['join'](',\x20');_0x16b85c['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x125f2d)});}return _0x16b85c;}['_handleCustomCallbackDescription'](_0x3b1161){for(const _0x38a9e4 of this['_customCallbacks']){const _0x4488d4=_0x38a9e4(_0x3b1161);if(_0x4488d4&&'type'in _0x4488d4)return _0x4488d4;}}['_handleAttributeSuggestionDescription'](_0x139f86,_0x1bfb49){const _0x126f1a=_0x1bfb49['data'],_0x3d754f=void 0x0===_0x126f1a['newValue']?'removeFormat':'addFormat';_0x139f86['push']({'type':_0x3d754f,'key':_0x126f1a['key']});}['_handleRenameSuggestionDescription'](_0x41a56e,_0x3b4eee){_0x41a56e['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x3b4eee['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0xdd25a4,_0x2792d3,_0x168295){if(this['_addDescriptionItems'](_0xdd25a4,_0x2792d3),_0x168295&&_0x168295['getFirstRange']()&&!_0x2792d3['getFirstRange']()['end']['isEqual'](_0x168295['getFirstRange']()['start'])){const _0x349a51=_0xdd25a4[_0xdd25a4['length']-0x1],_0x43d234='insertion'==_0x2792d3['type']?'add':'remove';_0x349a51&&'text'==_0x349a51['type']&&(_0x349a51[_0x43d234]+='\x0a');}}}class E extends _0x463102{['afterInit'](){const _0x34377f=this['editor'],_0x5754e4=_0x34377f['plugins']['get']('TrackChangesEditing');_0x34377f['commands']['get']('showAIAssistant')&&_0x5754e4['enableCommand']('showAIAssistant');}}class V extends _0x463102{['afterInit'](){const _0xb5a222=this['editor'],_0x2ffdb6=_0xb5a222['locale'];if(!_0xb5a222['plugins']['has']('AlignmentEditing'))return;const _0x258f60=_0xb5a222['plugins']['get']('TrackChangesEditing');_0x258f60['enableDefaultAttributesIntegration']('alignment'),_0x258f60['registerBlockAttribute']('alignment'),_0x258f60['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x2ffdb6,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x391cf3=this['editor'],_0x224238=_0x391cf3['locale'];_0x391cf3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5ef43e=>{if('formatBlock'!=_0x5ef43e['type'])return;const {data:_0x17c8ba}=_0x5ef43e;if(_0x17c8ba&&'alignment'==_0x17c8ba['commandName']){const _0x4e577b=_0x17c8ba['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x224238,'*Format:*\x20%0',function(_0x1715a1){switch(_0x1715a1){case'left':return o(_0x224238,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x224238,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x224238,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x224238,'FORMAT_JUSTIFY_TEXT');}}(_0x4e577b))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class U extends _0x463102{['afterInit'](){const _0x531165=this['editor'],_0x995db6=_0x531165['plugins']['get']('TrackChangesEditing'),_0x4ceefb=_0x531165['locale'];for(const _0x2eb6ec of ti){if(!_0x531165['plugins']['has'](_0x2eb6ec))continue;const _0x1da75c=_0x2eb6ec['slice'](0x0,-0x7)['toLowerCase'](),_0x4c305e='FORMAT_'+_0x1da75c['toUpperCase']();_0x995db6['enableDefaultAttributesIntegration'](_0x1da75c),_0x995db6['registerInlineAttribute'](_0x1da75c),_0x995db6['descriptionFactory']['registerAttributeLabel'](_0x1da75c,o(_0x4ceefb,_0x4c305e));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5d3b80=this['editor'],_0x20c810=_0x5d3b80['locale'],_0x440b8d=_0x5d3b80['plugins']['get']('TrackChangesEditing');function _0x32e276(_0x10c0c7,_0x418103){_0x440b8d['descriptionFactory']['registerDescriptionCallback'](_0x39db7e=>{if('formatInline'!=_0x39db7e['type'])return;const {data:_0x5bc5ff}=_0x39db7e;return _0x5bc5ff&&_0x5bc5ff['commandName']===_0x10c0c7?_0x5bc5ff['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x20c810,'*Format:*\x20%0',_0x418103)}:{'type':'format','content':o(_0x20c810,'*Remove\x20format:*\x20%0',_0x418103)}:void 0x0;});}_0x32e276('bold',o(_0x20c810,'FORMAT_BOLD')),_0x32e276('italic',o(_0x20c810,'FORMAT_ITALIC')),_0x32e276('underline',o(_0x20c810,'FORMAT_UNDERLINE')),_0x32e276('code',o(_0x20c810,'FORMAT_CODE')),_0x32e276('strikethrough',o(_0x20c810,'FORMAT_STRIKETHROUGH')),_0x32e276('subscript',o(_0x20c810,'FORMAT_SUBSCRIPT')),_0x32e276('superscript',o(_0x20c810,'FORMAT_SUPERSCRIPT'));}}class O extends _0x463102{['afterInit'](){const _0x567e64=this['editor'],_0x2014fe=_0x567e64['locale'];if(!_0x567e64['plugins']['has']('BlockQuoteEditing'))return;const _0x2a2825=_0x567e64['plugins']['get']('TrackChangesEditing'),_0x1afd97=this['editor']['commands']['get']('blockQuote');_0x2a2825['enableCommand']('blockQuote',(_0x46ccb0,_0x46b5e8={})=>{const _0x5b6c12=this['editor']['model']['document']['selection'],_0x4ccf64=_0x46b5e8&&void 0x0!==_0x46b5e8['forceValue']?_0x46b5e8['forceValue']:!_0x1afd97['value'];let _0x569b7d=[];if(_0x4ccf64){const _0x539cdf=Array['from'](_0x5b6c12['getSelectedBlocks']())['filter'](_0x38bc54=>oo(_0x38bc54)||function(_0x128876,_0x41004c){const _0x11b2aa=_0x41004c['checkChild'](_0x128876['parent'],'blockQuote'),_0x1e4038=_0x41004c['checkChild'](['$root','blockQuote'],_0x128876);return _0x11b2aa&&_0x1e4038;}(_0x38bc54,this['editor']['model']['schema']));_0x569b7d=to(_0x539cdf,_0x567e64['model']);}else{const _0x43dd03=Array['from'](_0x5b6c12['getSelectedBlocks']())['filter'](_0x490e66=>oo(_0x490e66));_0x569b7d=to(_0x43dd03,_0x567e64['model']);}_0x567e64['model']['change'](()=>{for(const _0x34badb of _0x569b7d)_0x2a2825['markBlockFormat'](_0x34badb,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x4ccf64}]});});}),_0x2a2825['descriptionFactory']['registerDescriptionCallback'](_0x1999b0=>{const {data:_0x4c47fb}=_0x1999b0;if(_0x4c47fb&&'blockQuote'==_0x4c47fb['commandName']){const _0x1dc73e=o(_0x2014fe,'ELEMENT_BLOCK_QUOTE');return _0x4c47fb['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2014fe,'*Set\x20format:*\x20%0',_0x1dc73e)}:{'type':'format','content':o(_0x2014fe,'*Remove\x20format:*\x20%0',_0x1dc73e)};}});}}function oo(_0x5208b2){return'blockQuote'==_0x5208b2['parent']['name'];}class G extends _0x463102{['afterInit'](){const _0x37ef31=this['editor'];_0x37ef31['plugins']['has']('CaseChange')&&(_0x37ef31['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x37ef31['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x37ef31['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class F extends _0x463102{['afterInit'](){const _0x41d914=this['editor'];_0x41d914['commands']['get']('ckbox')&&_0x41d914['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class L extends _0x463102{['afterInit'](){const _0x4cba07=this['editor'];if(!_0x4cba07['plugins']['has']('CodeBlock'))return;const _0x30869f=_0x4cba07['plugins']['get']('TrackChangesEditing'),_0x350feb=_0x4cba07['locale'],_0x5dda6f=_0x4cba07['config']['get']('codeBlock')['languages'],_0x1e461f=_0x4cba07['commands']['get']('codeBlock');_0x30869f['enableCommand']('indentCodeBlock'),_0x30869f['enableCommand']('outdentCodeBlock'),_0x30869f['enableCommand']('codeBlock',(_0x522cde,_0x587ef2={})=>{const _0x6e668=_0x4cba07['model'],_0x18e9dd=_0x4cba07['model']['document']['selection'],_0x585928=_0x587ef2&&void 0x0!==_0x587ef2['forceValue']?_0x587ef2['forceValue']:!_0x1e461f['value'];let _0x36bccd;_0x587ef2['language']||(_0x587ef2['language']=_0x5dda6f[0x0]['language']),_0x36bccd=_0x585928?Array['from'](_0x18e9dd['getSelectedBlocks']())['filter'](_0x25d9c4=>eo(_0x25d9c4)||function(_0x3fb9c5,_0x556042){if(_0x3fb9c5['is']('rootElement')||_0x556042['isLimit'](_0x3fb9c5))return!0x1;return _0x556042['checkChild'](_0x3fb9c5['parent'],'codeBlock');}(_0x25d9c4,_0x6e668['schema'])):Array['from'](_0x18e9dd['getSelectedBlocks']())['filter'](_0x1ed1cb=>eo(_0x1ed1cb));const _0x3cbdc1=to(_0x36bccd,_0x6e668);_0x6e668['change'](()=>{for(const _0x41d054 of _0x3cbdc1)_0x30869f['markBlockFormat'](_0x41d054,{'commandName':'codeBlock','commandParams':[{..._0x587ef2,'forceValue':_0x585928}],'formatGroupId':'blockName'});});}),(_0x30869f['descriptionFactory']['registerElementLabel']('codeBlock',_0x4848f4=>o(_0x350feb,'ELEMENT_CODE_BLOCK',_0x4848f4)),_0x30869f['descriptionFactory']['registerDescriptionCallback'](_0x1825dd=>{if('formatBlock'!=_0x1825dd['type'])return;const _0x29db0a=_0x350feb['t'],{data:_0x43791f}=_0x1825dd;if(!_0x43791f||'codeBlock'!=_0x43791f['commandName'])return;const _0x380bf1=_0x43791f['commandParams'][0x0]['language'],_0x5adcca=_0x29db0a(_0x5dda6f['find'](_0x41301e=>_0x41301e['language']===_0x380bf1)['label'])['toLowerCase']();return _0x43791f['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x350feb,'*Set\x20format:*\x20%0',o(_0x350feb,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x5adcca+')')}:{'type':'format','content':o(_0x350feb,'*Remove\x20format:*\x20%0',o(_0x350feb,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x5008fd){return'codeBlock'==_0x5008fd['name'];}class H extends _0x463102{['afterInit'](){const _0x3dbf69=this['editor'];if(!_0x3dbf69['plugins']['has']('CommentsEditing'))return;_0x3dbf69['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x13e8ef,_0x1bfc7c,_0x169853){const _0x5d1f56=[];for(const _0x3206a7 of _0x1bfc7c['getItems']())_0x3206a7['hasAttribute'](_0x13e8ef)&&_0x5d1f56['push'](_0x169853['createRangeOn'](_0x3206a7));return _0x5d1f56;}function _e(_0x7a93d2,_0x167337,{showActiveMarker:_0x39466c=!0x0}={}){const _0xfdf547=_0x7a93d2['plugins']['get']('TrackChangesEditing');return(_0x14cf02,_0x4c6384,_0x5caabb)=>{if(!_0x5caabb['consumable']['test'](_0x4c6384['markerRange'],_0x14cf02['name']))return;const _0x5b401c=_0x4c6384['markerRange']['getWalker'](),_0x5b660b=_0x4c6384['markerRange']['start'],_0x3f7138=_0x7a93d2['model']['schema'];let _0x13ca8b=null,_0x48c04b=null,_0x5329e6=!0x1,_0x14da7=!0x1;for(const _0x338e73 of _0x5b401c){const _0x102713=_0x338e73['item'];_0x5329e6=_0x5329e6||_0x3f7138['isContent'](_0x102713);const _0x3a187b=_0x5caabb['mapper']['toViewElement'](_0x102713);if(_0x3a187b&&_0x3a187b['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x338e73['type']&&(_0x3f7138['isBlock'](_0x102713)&&!_0x3f7138['isLimit'](_0x102713)&&(_0x102713['nextSibling']||_0x5b660b['isAtEnd']?_0x13ca8b&&_0x13ca8b['parent']==_0x102713||(_0x13ca8b=_0x102713,_0x2ae023(_0x338e73['previousPosition']),_0x14da7=!0x0):_0x48c04b=_0x48c04b||_0x338e73['previousPosition']));}function _0x2ae023(_0x53e8f6){const _0x4b40e7=_0x5caabb['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x167337}),_0x1f96fc=_0x5caabb['mapper']['toViewPosition'](_0x53e8f6);_0x39466c&&_0xfdf547['activeMarkers']['includes'](_0x4c6384['markerName'])&&_0x5caabb['writer']['addClass']('ck-suggestion-marker--active',_0x4b40e7),_0x5caabb['writer']['insert'](_0x1f96fc,_0x4b40e7),_0x5caabb['mapper']['bindElementToMarker'](_0x4b40e7,_0x4c6384['markerName']);}_0x5329e6||_0x14da7||!_0x48c04b||_0x2ae023(_0x48c04b);};}class q extends _0x463102{static get['requires'](){return[_0x2df775];}['init'](){const _0x12de2e=this['editor'],_0x304106=_0x12de2e['plugins']['get']('TrackChangesEditing');_0x304106['enableCommand']('delete');const _0x1672df=_0x12de2e['commands']['get']('deleteForward');_0x304106['enableCommand']('deleteForward',(_0x2686b9,_0x38723e={})=>{const _0x2778f5=_0x12de2e['model']['createSelection'](_0x12de2e['model']['document']['selection']);_0x2778f5['isCollapsed']&&_0x12de2e['model']['modifySelection'](_0x2778f5,{'direction':'forward','unit':_0x38723e['unit']});const _0x4ce863=_0x2778f5['getFirstRange'](),_0x542892=_0x533200['fromRange'](_0x4ce863);let _0x4bbdde;_0x2686b9(_0x38723e),_0x4bbdde='$graveyard'==_0x542892['root']['rootName']?_0x12de2e['model']['createRange'](_0x4ce863['start']):_0x12de2e['model']['createRange'](_0x542892['start'],_0x542892['end']),_0x542892['detach'](),_0x12de2e['model']['enqueueChange'](_0x1672df['buffer']['batch'],_0x13dbe2=>{_0x1672df['buffer']['lock'](),_0x13dbe2['setSelection'](_0x13dbe2['createRange'](_0x4bbdde['end'])),_0x1672df['buffer']['unlock']();});}),_0x12de2e['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x12de2e,'merge'),{'priority':'high'}),_0x12de2e['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x25fa45,_0x163f0c,_0x525393)=>{_0x525393['options']['showSuggestionHighlights']&&_e(_0x12de2e,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x25fa45,_0x163f0c,_0x525393);},{'priority':'high'}),_0x12de2e['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0xcdc7cb,_0x234116,_0x224b73)=>{const _0x18af0d=_0x224b73['mapper']['markerNameToElements'](_0x234116['markerName']);if(_0x18af0d){for(const _0x264536 of _0x18af0d)_0x264536['is']('uiElement')&&(_0x224b73['mapper']['unbindElementFromMarkerName'](_0x264536,_0x234116['markerName']),_0x224b73['writer']['remove'](_0x264536));}},{'priority':'high'});}}class z extends _0x463102{['afterInit'](){const _0x5982c2=this['editor'];if(!_0x5982c2['plugins']['has']('ListEditing'))return;const _0x19cab2=_0x5982c2['locale'],_0x37696b=_0x5982c2['plugins']['get']('TrackChangesEditing'),_0x3aeaac=_0x5982c2['plugins']['has']('TodoListEditing'),_0x7a6167=!!_0x5982c2['config']['get']('list.multiBlock');function _0x172602(_0x262dfb){return{'type':'format','content':''+o(_0x19cab2,'*Set\x20format:*\x20%0',_0x262dfb)};}function _0x3d1db1(_0x505af0){return{'type':'format','content':''+o(_0x19cab2,'*Remove\x20format:*\x20%0',_0x505af0)};}_0x37696b['enableDefaultAttributesIntegration']('numberedList'),_0x37696b['enableDefaultAttributesIntegration']('bulletedList'),_0x37696b['enableDefaultAttributesIntegration']('customNumberedList'),_0x37696b['enableDefaultAttributesIntegration']('customBulletedList'),_0x37696b['enableDefaultAttributesIntegration']('indentList'),_0x37696b['enableDefaultAttributesIntegration']('outdentList'),_0x37696b['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x37696b['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x37696b['registerBlockAttribute']('listItemId'),_0x37696b['registerBlockAttribute']('listType'),_0x37696b['registerBlockAttribute']('listIndent'),_0x7a6167&&(_0x37696b['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x37696b['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x3aeaac&&(_0x37696b['enableDefaultAttributesIntegration']('todoList'),_0x37696b['enableDefaultAttributesIntegration']('checkTodoList'),_0x37696b['registerBlockAttribute']('todoListChecked'),_0x37696b['descriptionFactory']['registerDescriptionCallback'](_0x38a0a1=>{const {data:_0x49455f}=_0x38a0a1;if(_0x49455f&&'todoListChecked'==_0x49455f['key'])return{'type':'format','content':_0x49455f['newValue']?o(_0x19cab2,'*Check\x20item*'):o(_0x19cab2,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x2c1e4f=>{if(_0x2c1e4f['batch']['isUndo'])return!0x1;let _0xb4b78b=!0x1;const _0x559c27=_0x37696b['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1de877=>'todoListChecked'===_0x37696b['_getAttributeKey'](_0x1de877));for(const _0x214712 of _0x559c27){'todo'!=_0x214712['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x37696b['_findSuggestions'](_0x214712['getFirstRange'](),'attribute')['find'](_0x424052=>'listType'===_0x37696b['_getAttributeKey'](_0x424052['suggestion']))||(_0x2c1e4f['removeMarker'](_0x214712['getFirstMarker']()),_0xb4b78b=!0x0));}return _0xb4b78b;})),_0x37696b['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x19cab2,'FORMAT_INDENT'));const _0x29799c={'type':'format','content':''};_0x37696b['descriptionFactory']['registerDescriptionCallback'](_0x16dee=>{const {data:_0x3f12d9}=_0x16dee;if(!_0x3f12d9||'listType'!=_0x3f12d9['key'])return;let _0x45f54f=_0x16dee['head'];for(;_0x45f54f;){if(_0x45f54f['data']&&(('listStyle'==_0x45f54f['data']['key']||'listMarkerStyle'==_0x45f54f['data']['key'])&&(_0x45f54f['data']['newValue']&&'default'!=_0x45f54f['data']['newValue']||'default'!=_0x45f54f['data']['oldValue']&&!_0x3f12d9['newValue'])||!_0x7a6167&&_0x45f54f['data']['key']==m))return _0x29799c;_0x45f54f=_0x45f54f['next'];}if(null==_0x3f12d9['newValue'])switch(_0x3f12d9['oldValue']){case'bulleted':return _0x3d1db1(o(_0x19cab2,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x3d1db1(o(_0x19cab2,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x3d1db1(o(_0x19cab2,'ELEMENT_TODO_LIST'));}switch(_0x3f12d9['newValue']){case'bulleted':return _0x172602(o(_0x19cab2,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x172602(o(_0x19cab2,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x172602(o(_0x19cab2,'ELEMENT_TODO_LIST'));}}),_0x37696b['descriptionFactory']['registerDescriptionCallback'](_0x35a357=>{const {data:_0x4145b3}=_0x35a357;if(_0x4145b3&&'listIndent'==_0x4145b3['key'])return null==_0x4145b3['newValue']||null==_0x4145b3['oldValue']&&0x0==_0x4145b3['newValue']?_0x29799c:void 0x0;}),_0x37696b['descriptionFactory']['registerDescriptionCallback'](_0x26715b=>{if('attribute'!=_0x26715b['type'])return;const {data:_0x1db5a9}=_0x26715b;if(!_0x1db5a9||'listItemId'!=_0x1db5a9['key'])return;const _0x2d2013=le(_0x26715b);return'newValue'==_0x2d2013?{'type':'format','content':o(_0x19cab2,'*Merge:*\x20list\x20item')}:'oldValue'==_0x2d2013?{'type':'format','content':o(_0x19cab2,'*Split:*\x20list\x20item')}:_0x29799c;}),_0x5982c2['model']['document']['registerPostFixer'](_0x346e9a=>this['listItemIdFixer'](_0x346e9a)),_0x5982c2['model']['document']['registerPostFixer'](_0xc75542=>this['noTrackChangesFixer'](_0xc75542)),_0x5982c2['model']['document']['registerPostFixer'](_0x370f22=>this['assureChains'](_0x370f22)),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x2e8f52){if(_0x2e8f52['batch']['isUndo']||!_0x2e8f52['batch']['isLocal'])return!0x1;let _0x181958=!0x1;const _0x5bc972=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x573909=>_0x573909['data']&&'listItemId'==_0x573909['data']['key'])['filter'](_0x3257d4=>_0x3257d4['data']['newValue']&&_0x3257d4['data']['oldValue']);for(const _0x529484 of _0x5bc972)le(_0x529484)||(_0x2e8f52['removeMarker'](_0x529484['getFirstMarker']()),_0x181958=!0x0);return _0x181958;}['noTrackChangesFixer'](_0x2967be){if(_0x2967be['batch']['isUndo']||!_0x2967be['batch']['isLocal'])return!0x1;const _0x1f1327=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x1f1327['trackChangesCommand']['value'])return!0x1;let _0x45858b=!0x1;const _0x1f7286=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x2436bd=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x47eec7=>'attribute'==_0x47eec7['type'])['filter'](_0x257a23=>_0x1f7286['includes'](_0x257a23['attributeKey']));if(0x0==_0x2436bd['length'])return _0x45858b;for(const _0x39a60c of _0x2436bd){const _0x13a493=_0x1f1327['_findSuggestions'](_0x39a60c['range'],'attribute')['filter'](_0x8fd2a3=>!_0x8fd2a3['meta']['isNextTo'])['map'](_0x2bbf0f=>_0x2bbf0f['suggestion'])['filter'](_0x3b237c=>{const _0x5d7299=_0x1f1327['_getAttributeKey'](_0x3b237c);return _0x1f7286['includes'](_0x5d7299);});if(_0x13a493['length']){for(const _0x5b60d9 of _0x13a493)_0x2967be['removeMarker'](_0x5b60d9['getFirstMarker']());_0x45858b=!0x0;}}return _0x45858b;}['assureChains'](_0x41d36e){if(_0x41d36e['batch']['isUndo']||!_0x41d36e['batch']['isLocal'])return!0x1;const _0x916737=this['editor']['plugins']['get']('TrackChangesEditing');let _0x594239=!0x1;const _0x12ec49=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];for(const _0x14eee9 of _0x916737['getSuggestions']({'skipNotAttached':!0x0})){const _0x135025=_0x916737['_findSuggestions'](_0x14eee9['getFirstRange'](),'attribute')['map'](_0x2a3a71=>_0x2a3a71['suggestion'])['filter'](_0xe8f092=>_0xe8f092['data']&&_0x12ec49['includes'](_0xe8f092['data']['key']));if(!_0x135025['length'])continue;const _0x1f9a00=_0x135025[0x0]['head']['attributes']['groupId'];if(!_0x135025['every'](_0x3ed618=>_0x3ed618['attributes']['groupId']===_0x1f9a00)){for(const _0x11a7f6 of _0x135025)_0x488293(_0x11a7f6,_0x1f9a00)&&(_0x594239=!0x0);}}return _0x594239;function _0x42c0c1(_0x7916e0,_0x20813b){for(const _0x21583e of _0x916737['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4b822d=>'attribute'==_0x4b822d['type']&&_0x4b822d['attributes']['groupId']==_0x7916e0))_0x21583e['setAttribute']('groupId',_0x20813b);}function _0x488293(_0x3d14ba,_0x428b01){let _0x22812f=_0x3d14ba['head'],_0x2c0f76=!0x1;for(;_0x22812f;)_0x22812f['attributes']['groupId']!=_0x428b01&&(_0x42c0c1(_0x22812f['attributes']['groupId'],_0x428b01),_0x22812f['setAttribute']('groupId',_0x428b01),_0x2c0f76=!0x0),_0x22812f=_0x22812f['next'];return _0x2c0f76;}}['_supportLegacySuggestions'](){const _0x1c4f59=this['editor'],_0xbead54=_0x1c4f59['locale'],_0x44e2da=_0x1c4f59['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x44e2da['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x47d9d0,_0x4ee998){const _0x556be8=[];for(let _0x7b7292 of _0x47d9d0)_0x7b7292['start']['nodeAfter']===_0x7b7292['end']['parent']&&(_0x7b7292=_0x1c4f59['model']['createRange'](_0x1c4f59['model']['createPositionAt'](_0x7b7292['start']['nodeAfter'],0x0))),_0x556be8['push'](_0x7b7292);_0x1c4f59['model']['change'](_0x275746=>{const _0x4c14a7=_0x1c4f59['model']['document']['selection'],_0x585005=Array['from'](_0x4c14a7['getRanges']())['map'](_0x5ed3f3=>_0x533200['fromRange'](_0x5ed3f3));_0x275746['setSelection'](_0x556be8),_0x1c4f59['commands']['get'](_0x4ee998['commandName'])['refresh'](),_0x4ee998['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x1c4f59['execute'](_0x4ee998['commandName'],..._0x4ee998['commandParams']),_0x275746['setSelection'](_0x585005);for(const _0x1cc18c of _0x585005)_0x1cc18c['detach']();});}),_0x44e2da['descriptionFactory']['registerElementLabel'](function(_0x28ee88){const _0x5e0ccd=!_0x1c4f59['model']['schema']['isObject'](_0x28ee88),_0x98864d=_0x28ee88['previousSibling'],_0x3f1ea4=_0x28ee88['nextSibling'],_0x526857=_0x28ee88['getAttribute']('listItemId'),_0x3256f5=!_0x98864d||_0x98864d['getAttribute']('listItemId')!==_0x526857,_0x4010b8=!_0x3f1ea4||_0x3f1ea4['getAttribute']('listItemId')!==_0x526857;return _0x5e0ccd&&Boolean(_0x526857)&&_0x3256f5&&_0x4010b8;},_0x1b1708=>o(_0xbead54,'ELEMENT_LIST_ITEM',_0x1b1708));}['_registerLegacyDescription'](){const _0x29508f=this['editor'],_0x5e6bcc=_0x29508f['locale'];function _0x2ee929(_0x28e1a0){const _0x28eb8a=_0x29508f['commands']['get']('bulletedList')['value'],_0x2ee266=_0x29508f['commands']['get']('numberedList')['value'];return'numberedList'===_0x28e1a0?_0x28eb8a:_0x2ee266;}_0x29508f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x8901d){if('formatBlock'!=_0x8901d['type'])return;const {data:_0x51bde7}=_0x8901d;if(!_0x51bde7)return;let _0x29d335,_0x5c3d45,_0x369ecb,_0x2126cc;switch(_0x51bde7['commandName']){case'bulletedList':_0x369ecb=_0x51bde7['commandParams'][0x0]['forceValue'],_0x2126cc=_0x2ee929(_0x51bde7['commandName']),_0x29d335=_0x369ecb?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2126cc&&_0x29508f['config']['get']('list.multiBlock')||(_0x29d335='*Change\x20to:*\x20%0'),_0x5c3d45={'type':'format','content':o(_0x5e6bcc,_0x29d335,o(_0x5e6bcc,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x369ecb=_0x51bde7['commandParams'][0x0]['forceValue'],_0x2126cc=_0x2ee929(_0x51bde7['commandName']),_0x29d335=_0x369ecb?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x2126cc&&_0x29508f['config']['get']('list.multiBlock')||(_0x29d335='*Change\x20to:*\x20%0'),_0x5c3d45={'type':'format','content':o(_0x5e6bcc,_0x29d335,o(_0x5e6bcc,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x29d335='*Indent:*\x20%0',_0x5c3d45={'type':'format','content':o(_0x5e6bcc,_0x29d335,o(_0x5e6bcc,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x29d335=function(_0x324b3f){const _0x3e3023=_0x324b3f['getFirstRange']();let _0x4a5df9=_0x3e3023['start']['nodeAfter'];for(;_0x4a5df9&&_0x3e3023['containsItem'](_0x4a5df9);){if(_0x4a5df9['getAttribute']('listIndent')>0x0)return!0x1;_0x4a5df9=_0x4a5df9['nextSibling'];}return!0x0;}(_0x8901d)?o(_0x5e6bcc,'*Format:*\x20remove\x20from\x20%0',o(_0x5e6bcc,function(_0x134a9d){return'ELEMENT_'+_0x134a9d['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x8901d))):o(_0x5e6bcc,'*Outdent:*\x20%0',o(_0x5e6bcc,'ELEMENT_LIST_ITEM')),_0x5c3d45={'type':'format','content':_0x29d335};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x51bde7['multipleBlocks']&&(_0x29d335='*Merge:*\x20%0',_0x5c3d45={'type':'deletion','content':o(_0x5e6bcc,_0x29d335,o(_0x5e6bcc,'ELEMENT_LIST_ITEM'))});}return _0x5c3d45;});}}function le(_0x2af846){let _0x3812f2=_0x2af846['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x3812f2;){const _0x189502=_0x3812f2['getAttribute']('listItemId');if(!_0x189502)return!0x1;if(_0x189502==_0x2af846['data']['newValue'])return'newValue';if(_0x189502==_0x2af846['data']['oldValue'])return'oldValue';_0x3812f2=_0x3812f2['previousSibling'];}return!0x1;}class ue extends _0x463102{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x29d556=this['editor']['config']['get']('list.properties'),_0x34fa2d=this['editor']['plugins']['get']('TrackChangesEditing');_0x29d556['styles']&&(_0x34fa2d['enableDefaultAttributesIntegration']('listStyle'),_0x34fa2d['registerBlockAttribute']('listStyle')),_0x29d556['reversed']&&(_0x34fa2d['enableDefaultAttributesIntegration']('listReversed'),_0x34fa2d['registerBlockAttribute']('listReversed')),_0x29d556['startIndex']&&(_0x34fa2d['enableDefaultAttributesIntegration']('listStart'),_0x34fa2d['registerBlockAttribute']('listStart'));const _0x5f3253={'type':'format','content':''};_0x34fa2d['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0xd43b5=this['editor']['locale'];_0x34fa2d['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0xd43b5,'FORMAT_LIST_REVERSED')),_0x34fa2d['descriptionFactory']['registerDescriptionCallback'](_0x2d78f5=>{const {data:_0x4a27d2}=_0x2d78f5;if(_0x4a27d2&&'listReversed'==_0x4a27d2['key'])return null==_0x4a27d2['newValue']||0x0==_0x4a27d2['newValue']&&null==_0x4a27d2['oldValue']?_0x5f3253:void 0x0;}),_0x34fa2d['descriptionFactory']['registerAttributeLabel']('listStart',o(_0xd43b5,'FORMAT_LIST_START')),_0x34fa2d['descriptionFactory']['registerDescriptionCallback'](_0xf867e8=>{const {data:_0x13d55c}=_0xf867e8;if(_0x13d55c&&'listStart'==_0x13d55c['key'])return null==_0x13d55c['newValue']||0x1==_0x13d55c['newValue']&&null==_0x13d55c['oldValue']?_0x5f3253:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x4a3e2e=>{if(_0x4a3e2e['batch']['isUndo'])return!0x1;let _0x2bc39e=!0x1;const _0xefedfb=_0x34fa2d['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2597f2=>{const _0x3d68fc=_0x34fa2d['_getAttributeKey'](_0x2597f2);return'listStart'==_0x3d68fc||'listReversed'==_0x3d68fc;});for(const _0x414fdb of _0xefedfb){const _0x3395de=_0x414fdb['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x3395de||'customNumbered'==_0x3395de)continue;_0x34fa2d['_findSuggestions'](_0x414fdb['getFirstRange'](),'attribute')['find'](_0x5d76bf=>'listType'==_0x34fa2d['_getAttributeKey'](_0x5d76bf['suggestion']))||(_0x4a3e2e['removeMarker'](_0x414fdb['getFirstMarker']()),_0x2bc39e=!0x0);}return _0x2bc39e;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x20522c){const _0x39a879=this['editor']['locale'],{data:_0x3321b6}=_0x20522c,_0x268035={'type':'format','content':''};if(!_0x3321b6||'listStyle'!=_0x3321b6['key'])return;if(!_0x3321b6['oldValue'])return'default'==_0x3321b6['newValue']?_0x268035:{'type':'format','content':''+o(_0x39a879,'*Set\x20format:*\x20%0',o(_0x39a879,this['_getTranslationKeyForListStyle'](_0x3321b6['newValue'])))};if(!_0x3321b6['newValue']){if('default'==_0x3321b6['oldValue'])return _0x268035;let _0xfa192c=_0x20522c['head'];for(;_0xfa192c;){if(_0xfa192c['data']&&'listType'==_0xfa192c['data']['key']&&_0xfa192c['data']['newValue'])return _0x268035;_0xfa192c=_0xfa192c['next'];}return{'type':'format','content':''+o(_0x39a879,'*Remove\x20format:*\x20%0',o(_0x39a879,this['_getTranslationKeyForListStyle'](_0x3321b6['oldValue'])))};}if('default'!=_0x3321b6['newValue'])return{'type':'format','content':''+o(_0x39a879,'*Set\x20format:*\x20%0',o(_0x39a879,this['_getTranslationKeyForListStyle'](_0x3321b6['newValue'])))};let _0x2f9602=_0x20522c['head'];for(;_0x2f9602;){if(_0x2f9602['data']&&'listType'==_0x2f9602['data']['key']&&_0x2f9602['data']['newValue']&&_0x2f9602['data']['oldValue'])return _0x268035;_0x2f9602=_0x2f9602['next'];}return{'type':'format','content':o(_0x39a879,'*Set\x20format:*\x20%0',o(_0x39a879,'ELEMENT_'+_0x20522c['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x45a81f=this['editor'],_0x340606=_0x45a81f['locale'];_0x45a81f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x490d75=>{if('formatBlock'!=_0x490d75['type'])return;const {data:_0x178bcb}=_0x490d75;if(!_0x178bcb)return;let _0x5ba45c,_0x413a28;switch(_0x178bcb['commandName']){case'listStyle':_0x5ba45c='*Change\x20to:*\x20%0',_0x413a28={'type':'format','content':o(_0x340606,_0x5ba45c,o(_0x340606,this['_getTranslationKeyForListStyle'](_0x178bcb['commandParams'][0x0]['type'])))};break;case'listReversed':_0x5ba45c=_0x178bcb['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x413a28={'type':'format','content':o(_0x340606,_0x5ba45c)};break;case'listStart':_0x5ba45c='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x413a28={'type':'format','content':o(_0x340606,_0x5ba45c,_0x178bcb['commandParams'][0x0]['startIndex'])};}return _0x413a28;});}['_getTranslationKeyForListStyle'](_0x40bddb){return'ELEMENT_'+function(_0xb2b765){if(pe['includes'](_0xb2b765))return'bulleted';if(ye['includes'](_0xb2b765))return'numbered';return null;}(_0x40bddb)['toUpperCase']()+'_LIST_'+_0x40bddb['toUpperCase']()['replace'](/-/g,'_');}}const pe=['disc','circle','square'],ye=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class W extends _0x463102{static get['requires'](){return[_0x8b26d0];}['init'](){const _0x2c5ac3=this['editor'],_0x5cbfa9=_0x2c5ac3['plugins']['get']('TrackChangesEditing'),_0xcd14af=_0x2c5ac3['commands']['get']('enter');_0x5cbfa9['enableCommand']('enter',()=>{_0x2c5ac3['model']['change'](_0x50fae4=>{const _0x2bcf1f=_0x2c5ac3['model']['document']['selection'],_0x37bcb3=_0x2bcf1f['getFirstPosition'](),_0x56132e=_0x533200['fromRange'](_0x2bcf1f['getFirstRange']());if(_0xcd14af['enterBlock'](_0x50fae4)){const _0x33f3e0=_0x2c5ac3['model']['createPositionAt'](_0x37bcb3['parent']['nextSibling'],0x0),_0x84c8f4=_0x50fae4['createRange'](_0x37bcb3,_0x33f3e0);_0x5cbfa9['markInsertion'](_0x84c8f4);}else _0x50fae4['setSelection'](_0x50fae4['createRange'](_0x56132e['end']));_0x56132e['detach'](),_0xcd14af['fire']('afterExecute',{'writer':_0x50fae4});});}),_0x2c5ac3['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x2c5ac3,'split'),{'priority':'high'}),_0x2c5ac3['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x16c90e,_0x5e47b9,_0x2bd130)=>{const _0x48b9ce=_0x2bd130['mapper']['markerNameToElements'](_0x5e47b9['markerName']);if(_0x48b9ce){for(const _0x5086c9 of _0x48b9ce)_0x5086c9['hasClass']('ck-suggestion-marker-split')&&(_0x2bd130['mapper']['unbindElementFromMarkerName'](_0x5086c9,_0x5e47b9['markerName']),_0x2bd130['writer']['remove'](_0x5086c9));}},{'priority':'high'}),_0x2c5ac3['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x1ac392,_0x3e6e46,_0xb12e59)=>{_0xb12e59['options']['showSuggestionHighlights']&&_e(_0x2c5ac3,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x1ac392,_0x3e6e46,_0xb12e59);},{'priority':'high'});}}class J extends _0x463102{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x3c6b81=this['editor']['plugins']['get']('TrackChangesEditing');_0x3c6b81['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x3c6b81['enableCommand']('findNext'),_0x3c6b81['enableCommand']('findPrevious'),_0x3c6b81['enableCommand']('replace'),_0x3c6b81['enableCommand']('replaceAll');}['handleFindCommand'](_0x210dbe,_0x1329b5,_0x46c54f={}){const _0x55fce2=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x210dbe(_0x40e7ae=>('string'==typeof _0x1329b5?_0x55fce2['findByTextCallback'](_0x1329b5,_0x46c54f):_0x1329b5)(_0x40e7ae)['filter'](_0x5d87a6=>!0x1===this['_isInDeletionRange'](_0x5d87a6,_0x40e7ae['item'])),_0x46c54f);}['_isInDeletionRange'](_0x1dbac6,_0x1f5d80){const _0x300a66=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x1f5d80,_0x1dbac6['start']),this['editor']['model']['createPositionAt'](_0x1f5d80,_0x1dbac6['end']));for(const _0x5dd5f0 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x300a66['getIntersection'](_0x5dd5f0['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 _0x463102{['afterInit'](){const _0x8250a3=this['editor']['locale'],_0x1557a8=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x4758ca,commandName:_0x403b99}of ro)this['editor']['plugins']['has'](_0x4758ca)&&(_0x1557a8['enableDefaultAttributesIntegration'](_0x403b99),_0x1557a8['registerInlineAttribute'](_0x403b99));_0x8250a3['t'],_0x1557a8['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x8250a3,'FORMAT_FONT_SIZE')),_0x1557a8['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x8250a3,'FORMAT_FONT_FAMILY')),_0x1557a8['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x8250a3,'FORMAT_FONT_COLOR')),_0x1557a8['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x8250a3,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x37af7a=this['editor'],_0x3bd9f7=_0x37af7a['locale'];_0x37af7a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5c1ede=>{const _0x3bc102=_0x3bd9f7['t'];if('formatInline'!=_0x5c1ede['type'])return;const {data:_0x433885}=_0x5c1ede;if(null!=_0x433885){if('fontSize'==_0x433885['commandName']){const _0x14b44a=_0x433885['commandParams'][0x0]['value'];if(_0x14b44a){const _0x4e0c95=_0x3bc102(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x54a49e=>_0x54a49e['model']==_0x14b44a)['title'])['toLowerCase']();return{'type':'format','content':o(_0x3bd9f7,'*Set\x20font\x20size:*\x20%0',_0x4e0c95)};}return{'type':'format','content':o(_0x3bd9f7,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x433885['commandName']){const _0xa6ca58=_0x433885['commandParams'][0x0]['value'];return _0xa6ca58?{'type':'format','content':o(_0x3bd9f7,'*Set\x20font\x20family:*\x20%0',_0xa6ca58)}:{'type':'format','content':o(_0x3bd9f7,'*Reset\x20font\x20family*')};}if('fontColor'==_0x433885['commandName']){const _0x574425=_0x433885['commandParams'][0x0]['value'];if(_0x574425){const _0x479b03=_0x31e25a(this['editor']['config']['get']('fontColor.colors'))['find'](_0x4c2182=>_0x4c2182['model']==_0x574425);let _0x5ab30c=_0x574425,_0xf46080='';return _0x479b03&&(_0x5ab30c=_0x479b03['label'],_0xf46080=_0x3bc102(_0x5ab30c)['toLowerCase']()),{'type':'format','content':o(_0x3bd9f7,'*Set\x20font\x20color:*\x20%0',_0xf46080)['trim'](),'color':{'value':_0x574425,'title':_0xf46080||_0x5ab30c}};}return{'type':'format','content':o(_0x3bd9f7,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x433885['commandName']){const _0x5a0811=_0x433885['commandParams'][0x0]['value'];if(_0x5a0811){const _0x3aa1ee=_0x31e25a(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0xceb44c=>_0xceb44c['model']==_0x5a0811);let _0x9422bc=_0x5a0811,_0x568675='';return _0x3aa1ee&&(_0x9422bc=_0x3aa1ee['label'],_0x568675=_0x3bc102(_0x9422bc)['toLowerCase']()),{'type':'format','content':o(_0x3bd9f7,'*Set\x20font\x20background\x20color:*\x20%0',_0x568675)['trim'](),'color':{'value':_0x5a0811,'title':_0x568675||_0x9422bc}};}return{'type':'format','content':o(_0x3bd9f7,'*Reset\x20font\x20background\x20color*')};}}});}}class X extends _0x463102{['afterInit'](){const _0x259083=this['editor'],_0x41e970=_0x259083['plugins']['get']('TrackChangesEditing'),_0x1a5671=_0x259083['commands']['get']('copyFormat'),_0x4acdad=_0x259083['commands']['get']('pasteFormat');_0x1a5671&&_0x4acdad&&(_0x41e970['enableDefaultAttributesIntegration']('pasteFormat'),_0x41e970['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x535e43=this['editor'],_0x5de001=_0x535e43['locale'];_0x535e43['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4f8bf1=>{if('formatBlock'!=_0x4f8bf1['type']&&'formatInline'!=_0x4f8bf1['type'])return;const {data:_0x1d919a}=_0x4f8bf1;if(_0x1d919a&&'pasteFormat'===_0x1d919a['commandName']){const _0x49cf4c=[],_0x4443bb=_0x1d919a['commandParams'][0x0];for(const [_0x4497ed,_0xf2f702]of Object['entries'](_0x4443bb))_0x49cf4c['push'](so(_0x535e43,_0x4497ed,_0xf2f702));return _0x49cf4c['length']?{'type':'format','content':o(_0x5de001,'*Set\x20format\x20to:*\x20%0',_0x49cf4c['join'](',\x20'))}:{'type':'format','content':o(_0x5de001,'*Remove\x20all\x20formatting*')};}});}}function so(_0x59b334,_0x4ad1d3,_0x4fca1f){const _0x16ec4b=_0x59b334['locale']['t'],_0x3f18dd=_0x4ad1d3['split'](/(?=[A-Z])/)['join']('\x20'),_0x1c0da7=_0x16ec4b(_0x3f18dd['charAt'](0x0)['toUpperCase']()+_0x3f18dd['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x4fca1f)return _0x1c0da7;if('fontColor'===_0x4ad1d3||'fontBackgroundColor'===_0x4ad1d3){const _0x582c70=_0x31e25a(_0x59b334['config']['get']('fontColor.colors'))['find'](_0x571172=>_0x571172['model']==_0x4fca1f);return _0x1c0da7+'\x20('+(_0x582c70?_0x16ec4b(_0x582c70['label'])['toLowerCase']():_0x4fca1f)+')';}if('fontSize'===_0x4ad1d3&&isNaN(parseFloat(_0x4fca1f))){const _0x16ba5d=_0x59b334['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x59b334['config']['get']('fontSize.options'))['find'](_0x3c0580=>_0x3c0580['model']==_0x4fca1f);return _0x1c0da7+'\x20('+(_0x16ba5d?_0x16ec4b(_0x16ba5d['title'])['toLowerCase']():_0x4fca1f)+')';}return _0x1c0da7+'\x20('+_0x4fca1f+')';}class Y extends _0x463102{['_headingOptions'];['afterInit'](){const _0x34f3fb=this['editor'];if(!_0x34f3fb['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x34f3fb['config']['get']('heading.options');const _0x56e3d7=_0x34f3fb['locale'],_0x3fd043=_0x34f3fb['plugins']['get']('TrackChangesEditing');_0x3fd043['enableDefaultAttributesIntegration']('heading');for(const _0x4a3794 of this['_headingOptions'])'paragraph'!=_0x4a3794['model']&&_0x3fd043['descriptionFactory']['registerElementLabel'](_0x4a3794['model'],_0xf1870=>{const _0x4163af=this['_getHeadingLevel'](_0x4a3794['model']);return null!==_0x4163af?_0xc347f0(_0xf1870,_0x4163af):_0x473b72(_0xf1870,_0x4a3794['title']);});function _0xc347f0(_0x4e31a3,_0x47888c){return o(_0x56e3d7,'ELEMENT_HEADING',[_0x4e31a3,_0x47888c]);}function _0x473b72(_0x168890,_0x1a7d81){return o(_0x56e3d7,'ELEMENT_HEADING_CUSTOM',[_0x168890,_0x1a7d81]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4365c7=this['editor'],_0x463abf=_0x4365c7['locale'];function _0x41b264(_0x9eb27f,_0x1d8045){return o(_0x463abf,'ELEMENT_HEADING_CUSTOM',[_0x9eb27f,_0x1d8045]);}_0x4365c7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x414544=>{if('formatBlock'!=_0x414544['type'])return;const {data:_0x1319d9}=_0x414544;if(_0x1319d9&&'heading'==_0x1319d9['commandName']){const _0x260cad=_0x1319d9['commandParams'][0x0]['value'],_0x56330f=this['_getHeadingLevel'](_0x260cad);if(null!==_0x56330f)return{'type':'format','content':o(_0x463abf,'*Change\x20to:*\x20%0',(_0x1a96ee=0x1,_0x1f0a05=_0x56330f,o(_0x463abf,'ELEMENT_HEADING',[_0x1a96ee,_0x1f0a05])))};const _0x38ca14=this['_headingOptions']['find'](_0x18c64d=>_0x18c64d['model']===_0x260cad)['title'];return{'type':'format','content':o(_0x463abf,'*Change\x20to:*\x20%0',_0x41b264(0x1,_0x38ca14))};}var _0x1a96ee,_0x1f0a05;});}['_getHeadingLevel'](_0x1083ae){const _0x1c0051=_0x1083ae['match'](/^heading(\d+)/);if(_0x1c0051)return _0x1c0051[0x1];const _0x4b0fb7=this['_headingOptions']?.['find'](_0x1e7bad=>_0x1e7bad['model']==_0x1083ae);if(_0x4b0fb7&&_0x4b0fb7['view']){const _0x192614=_0x4b0fb7['view'],_0x1c6747=(_0x192614['name']??_0x192614)['match'](/^h(\d+)/);if(_0x1c6747)return _0x1c6747[0x1];}return null;}}class Z extends _0x463102{['afterInit'](){const _0x2ca890=this['editor'];if(!_0x2ca890['plugins']['has']('HighlightEditing'))return;const _0x32a404=_0x2ca890['plugins']['get']('TrackChangesEditing'),_0x4b957c=_0x2ca890['locale'];_0x32a404['enableDefaultAttributesIntegration']('highlight'),_0x32a404['registerInlineAttribute']('highlight'),_0x32a404['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x4b957c,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x38e9bd=this['editor'],_0x2d4db9=_0x38e9bd['locale'];_0x38e9bd['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3f2d5d=>{if('formatInline'!=_0x3f2d5d['type'])return;const {data:_0x226fd4}=_0x3f2d5d;if(_0x226fd4&&'highlight'==_0x226fd4['commandName']){const _0x2ed813=_0x2d4db9['t'],_0x1af67f=_0x226fd4['commandParams'][0x0]['value'];if(_0x1af67f){const _0x221e03=_0x38e9bd['config']['get']('highlight.options')['find'](_0x1e34a3=>_0x1e34a3['model']==_0x1af67f),_0x560d7e=_0x2ed813(_0x221e03['title'])['toLowerCase']();return{'type':'format','content':o(_0x2d4db9,'*Set\x20highlight:*\x20%0',_0x560d7e),'color':{'value':_0x221e03['color'],'title':_0x221e03['title']}};}return{'type':'format','content':o(_0x2d4db9,'*Remove\x20highlight*',o(_0x2d4db9,'FORMAT_HIGHLIGHT'))};}});}}class tt extends _0x463102{['afterInit'](){const _0x5df46a=this['editor'];if(!_0x5df46a['plugins']['has']('HorizontalLineEditing'))return;_0x5df46a['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x45b553=_0x5df46a['plugins']['get']('TrackChangesEditing'),_0x2e5bcc=_0x5df46a['locale'];_0x45b553['descriptionFactory']['registerElementLabel']('horizontalLine',_0x28c9d3=>o(_0x2e5bcc,'ELEMENT_HORIZONTAL_LINE',_0x28c9d3)),_0x5df46a['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x7c28b,{writer:_0x2f096c,options:_0x28337b})=>{if(!_0x28337b['showSuggestionHighlights'])return null;const _0x53e397=_0x2f096c['createContainerElement']('div'),_0x322716=_0x2f096c['createEmptyElement']('hr');return _0x2f096c['addClass']('ck-horizontal-line',_0x53e397),_0x2f096c['insert'](_0x2f096c['createPositionAt'](_0x53e397,0x0),_0x322716),_0x53e397;},'converterPriority':'high'});}}class et extends _0x463102{['afterInit'](){const _0x3a7053=this['editor'];if(!_0x3a7053['plugins']['has']('HtmlEmbed'))return;const _0x489972=_0x3a7053['plugins']['get']('TrackChangesEditing'),_0x4c0bfa=_0x3a7053['locale'];_0x489972['descriptionFactory']['registerElementLabel']('rawHtml',_0x491cf5=>o(_0x4c0bfa,'ELEMENT_HTML_EMBED',_0x491cf5)),_0x489972['enableDefaultAttributesIntegration']('htmlEmbed'),_0x489972['registerBlockAttribute']('value'),_0x489972['descriptionFactory']['registerDescriptionCallback'](_0x321ec1=>{if('attribute'!=_0x321ec1['type'])return;const {data:_0x56aae7}=_0x321ec1;if(_0x56aae7&&'value'==_0x56aae7['key']&&_0x321ec1['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0xbacdce=o(_0x4c0bfa,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x4c0bfa,'*Change\x20%0\x20content*',_0xbacdce)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xce99ab=this['editor'],_0x4d1cf3=_0xce99ab['locale'];_0xce99ab['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x13047c=>{if('formatBlock'!=_0x13047c['type'])return;const {data:_0x39fcad}=_0x13047c;if(_0x39fcad&&'htmlEmbed'==_0x39fcad['commandName']){const _0x26abb4=o(_0x4d1cf3,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x4d1cf3,'*Change\x20%0\x20content*',_0x26abb4)};}});}}class it extends _0x463102{['afterInit'](){const _0x1cca68=this['editor'];if(!_0x1cca68['plugins']['has']('ImageEditing'))return;const _0x49e781=_0x1cca68['plugins']['get']('TrackChangesEditing'),_0x36eea0=_0x1cca68['plugins']['get']('ImageUtils'),_0x39a851=_0x1cca68['locale'];_0x49e781['enableCommand']('insertImage'),_0x49e781['descriptionFactory']['registerElementLabel']('imageBlock',_0x49f284=>o(_0x39a851,'ELEMENT_IMAGE',_0x49f284)),_0x49e781['descriptionFactory']['registerElementLabel']('imageInline',_0x1f956c=>o(_0x39a851,'ELEMENT_INLINE_IMAGE',_0x1f956c)),_0x49e781['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x39a851,'ELEMENT_CAPTION')),_0x1cca68['plugins']['has']('ImageUploadEditing')&&_0x49e781['enableCommand']('uploadImage'),_0x1cca68['plugins']['has']('ImageBlockEditing')&&_0x1cca68['plugins']['has']('ImageInlineEditing')&&(_0x49e781['enableCommand']('imageTypeInline',(_0x2337e4,_0x1c8753)=>{const _0x956f3a=_0x36eea0['getClosestSelectedImageElement'](_0x1cca68['model']['document']['selection']);_0x1cca68['model']['change'](()=>{_0x49e781['markBlockFormat'](_0x956f3a,{'commandName':'imageTypeInline','commandParams':[_0x1c8753]},[],'convertBlockImageToInline');});}),_0x49e781['enableCommand']('imageTypeBlock',(_0x2c6cce,_0xebfc18)=>{_0x1cca68['model']['change'](_0x329e7b=>{let _0x1efa8d=_0x36eea0['getClosestSelectedImageElement'](_0x1cca68['model']['document']['selection']),_0x7f1a64=_0x329e7b['createRangeOn'](_0x1efa8d);const _0x30cd8c=_0x293de4['fromPosition'](_0x7f1a64['start'],'toPrevious'),_0x9ad4c4=_0x293de4['fromPosition'](_0x7f1a64['end'],'toNext');_0x49e781['forceDefaultExecution'](()=>_0x2c6cce(_0xebfc18)),_0x1efa8d=_0x36eea0['getClosestSelectedImageElement'](_0x1cca68['model']['document']['selection']),_0x7f1a64=_0x329e7b['createRangeOn'](_0x1efa8d);const _0x4896b6=_0x329e7b['createRange'](_0x30cd8c,_0x9ad4c4);_0x30cd8c['detach'](),_0x9ad4c4['detach'](),_0x49e781['markBlockFormat'](_0x1efa8d,{'commandName':'imageTypeInline','commandParams':[_0xebfc18]},[],'convertInlineImageToBlock'),_0x4896b6['start']['isBefore'](_0x7f1a64['start'])&&_0x49e781['markInsertion'](_0x329e7b['createRange'](_0x4896b6['start'],_0x7f1a64['start']),'convertInlineImageToBlock'),_0x7f1a64['end']['isBefore'](_0x4896b6['end'])&&_0x49e781['markInsertion'](_0x329e7b['createRange'](_0x7f1a64['end'],_0x4896b6['end']),'convertInlineImageToBlock');});}),_0x49e781['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x49e781['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x49e781['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x49e781['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x49e781['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x49e781['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x5670dc])=>{const _0x35381d=_0x49e781['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x2651e2=_0x5670dc['start'],_0x9b2e7f=_0x5670dc['end'];const _0x444549=_0x1cca68['model']['schema']['getNearestSelectionRange'](_0x2651e2,'backward'),_0x2fa3db=_0x1cca68['model']['schema']['getNearestSelectionRange'](_0x9b2e7f,'forward');_0x444549['isCollapsed']&&(_0x2651e2=_0x444549['start']),_0x2fa3db['isCollapsed']&&(_0x9b2e7f=_0x2fa3db['end']),_0x35381d([_0x1cca68['model']['createRange'](_0x2651e2,_0x9b2e7f)]);}),_0x49e781['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x4821f9),_0x49e781['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x4821f9)),_0x1cca68['plugins']['has']('ImageCaptionEditing')&&(_0x49e781['enableCommand']('toggleImageCaption',(_0x5ae61b,_0x326404)=>{const _0x2da744=_0x1cca68['plugins']['get']('ImageCaptionUtils');let _0x5b6d5a=_0x36eea0['getClosestSelectedImageElement'](_0x1cca68['model']['document']['selection']),_0x3fef69=_0x2da744['getCaptionFromImageModelElement'](_0x5b6d5a);_0x1cca68['model']['change'](()=>{if(_0x3fef69)return void _0x49e781['markDeletion'](_0x1cca68['model']['createRangeOn'](_0x3fef69));const _0x33d7ec=_0x36eea0['isBlockImage'](_0x5b6d5a);_0x5ae61b(_0x326404),_0x5b6d5a=_0x36eea0['getClosestSelectedImageElement'](_0x1cca68['model']['document']['selection']),_0x3fef69=_0x2da744['getCaptionFromImageModelElement'](_0x5b6d5a),_0x49e781['markInsertion'](_0x1cca68['model']['createRangeOn'](_0x3fef69),_0x33d7ec?null:'imageCaption');});}),_0x49e781['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x4821f9));const _0x2e1195=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x390f43(_0x399b58,_0x41026e){const _0x7b0b32=_0x2e1195['findIndex'](({type:_0x288d77,subType:_0x1df255})=>_0x399b58['type']==_0x288d77&&_0x399b58['subType']==_0x1df255),_0x4993d9=_0x2e1195['findIndex'](({type:_0x39a66b,subType:_0x4e0389})=>_0x41026e['type']==_0x39a66b&&_0x41026e['subType']==_0x4e0389);if(_0x7b0b32<0x0||_0x4993d9<0x0)return!0x1;const _0x441cb6=_0x399b58['getFirstRange'](),_0x2630ec=_0x41026e['getFirstRange']();if((0x0==_0x7b0b32||0x1==_0x7b0b32)&&0x2==_0x4993d9&&_0x441cb6['isIntersecting'](_0x2630ec))return!0x0;if(0x2==_0x7b0b32&&0x3==_0x4993d9){const _0x13d6de=_0x49e781['_findSuggestions'](_0x441cb6,'insertion')['filter'](({suggestion:_0x4fd1ae,meta:_0x18750b})=>_0x18750b['isOwn']&&'convertInlineImageToBlock'==_0x4fd1ae['subType']);if(_0x13d6de['length']>0x1&&_0x2630ec['end']['isEqual'](_0x441cb6['start']))return!0x0;if(0x1==_0x13d6de['length']&&(_0x441cb6['start']['isEqual'](_0x2630ec['end'])||_0x441cb6['end']['isEqual'](_0x2630ec['start'])))return!0x0;}if(0x3==_0x7b0b32&&0x3==_0x4993d9&&_0x441cb6['start']['isBefore'](_0x2630ec['start'])){const _0x52d4fb=_0x441cb6['end']['nodeAfter'],_0x2db4be=_0x2630ec['start']['nodeBefore'];return _0x36eea0['isBlockImage'](_0x52d4fb)&&_0x52d4fb===_0x2db4be;}return!0x1;}function _0x4821f9(_0x3007a3,_0x1fd0ce){return _0x390f43(_0x3007a3,_0x1fd0ce)?[_0x3007a3,_0x1fd0ce]:_0x390f43(_0x1fd0ce,_0x3007a3)?[_0x1fd0ce,_0x3007a3]:null;}_0x1cca68['plugins']['has']('ImageResize')&&(_0x49e781['enableDefaultAttributesIntegration']('resizeImage'),_0x49e781['registerBlockAttribute']('resizedWidth'),_0x49e781['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x39a851,'FORMAT_IMAGE_SIZE'))),_0x1cca68['plugins']['has']('ImageTextAlternativeEditing')&&(_0x49e781['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x49e781['registerBlockAttribute']('alt')),_0x49e781['descriptionFactory']['registerDescriptionCallback'](_0x5cb04e=>{if(!!_0x2e1195['find'](({type:_0x4cdfd8,subType:_0xca1580})=>_0x5cb04e['type']==_0x4cdfd8&&_0x5cb04e['subType']==_0xca1580))return _0x5cb04e['previous']?{}:void 0x0;}),_0x49e781['descriptionFactory']['registerDescriptionCallback'](_0x390562=>{if('insertion'==_0x390562['type']||'deletion'==_0x390562['type']){const _0x5467bb=_0x390562['getContainedElement']();if(_0x5467bb&&_0x5467bb['is']('element','caption'))return{'type':'insertion'==_0x390562['type']?'addObject':'removeObject','element':_0x5467bb,'quantity':0x1};}}),_0x49e781['descriptionFactory']['registerDescriptionCallback'](_0x456a2d=>'formatBlock'==_0x456a2d['type']&&'convertInlineImageToBlock'==_0x456a2d['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x456a2d['type']&&'convertBlockImageToInline'==_0x456a2d['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x49e781['descriptionFactory']['registerDescriptionCallback'](_0x510f3f=>{if('attribute'!=_0x510f3f['type'])return;const {data:_0x41ef04}=_0x510f3f;if(!_0x41ef04||'alt'!=_0x41ef04['key'])return;const _0x17eca3=_0x41ef04['newValue'];return _0x17eca3?{'type':'format','content':o(_0x39a851,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x17eca3+'\x22')}:{'type':'format','content':o(_0x39a851,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x468405=this['editor'],_0x416668=_0x468405['locale'];_0x468405['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x503fac=>{if('formatBlock'!=_0x503fac['type']&&'formatInline'!=_0x503fac['type'])return;const {data:_0x5c2f2b}=_0x503fac;if(_0x5c2f2b){if('imageTextAlternative'==_0x5c2f2b['commandName']){const _0x4c0eb2=_0x5c2f2b['commandParams'][0x0]['newValue'];return _0x4c0eb2?{'type':'format','content':o(_0x416668,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x4c0eb2+'\x22')}:{'type':'format','content':o(_0x416668,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x5c2f2b['commandName']){const _0x143235=_0x5c2f2b['commandParams'][0x0]['width'];return _0x143235?{'type':'format','content':o(_0x416668,'*Set\x20image\x20width:*\x20%0',_0x143235)}:{'type':'format','content':o(_0x416668,'*Reset\x20image\x20width*')};}}});}}class st extends _0x463102{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x21afb4=this['editor']['locale'],_0x2dc80d=this['editor']['plugins']['get']('TrackChangesEditing');_0x2dc80d['enableDefaultAttributesIntegration']('replaceImageSource'),_0x2dc80d['registerBlockAttribute']('src'),_0x2dc80d['descriptionFactory']['registerDescriptionCallback'](_0x3fa5c8=>{if('attribute'!=_0x3fa5c8['type'])return;const {data:_0x29b908}=_0x3fa5c8;return _0x29b908&&'src'==_0x29b908['key']?_0x29b908['newValue']&&_0x29b908['oldValue']?{'type':'format','content':o(_0x21afb4,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x4e2f40=this['editor']['plugins']['get']('TrackChangesEditing');_0x4e2f40['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x4e2f40['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4e2f40['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x4e2f40['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x277e7f=this['editor'],_0xea7084=_0x277e7f['locale'];_0x277e7f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x44e147=>{if('formatBlock'!=_0x44e147['type']&&'formatInline'!=_0x44e147['type'])return;const {data:_0x49911c}=_0x44e147;if(!_0x49911c||'replaceImageSource'!=_0x49911c['commandName'])return;return{'type':'format','content':o(_0xea7084,'*Format:*\x20replace\x20image\x20URL')};});}}class nt extends _0x463102{['afterInit'](){const _0x31b75b=this['editor'];if(!_0x31b75b['plugins']['has']('ImageStyleEditing'))return;const _0x9acbfb=_0x31b75b['plugins']['get']('TrackChangesEditing'),_0x382b61=_0x31b75b['plugins']['get']('ImageUtils'),_0x22d9fa={};_0x9acbfb['enableCommand']('imageStyle',(_0x42452d,_0x5bf4ea)=>{const _0x2a7333=_0x31b75b['plugins']['get']('Users')['me'],_0x56cd07=_0x31b75b['commands']['get']('imageStyle');let _0x2889d5=_0x382b61['getClosestSelectedImageElement'](_0x31b75b['model']['document']['selection']),_0x21097c=_0x31b75b['model']['createRangeOn'](_0x2889d5),_0x3b1ffe=_0x56cd07['value'];if(_0x3b1ffe==_0x5bf4ea['value'])return;const _0x266bc8={'commandName':'imageStyle','commandParams':[_0x5bf4ea],'formatGroupId':_0x37a894()};_0x31b75b['model']['change'](()=>{if(_0x9acbfb['getSuggestions']()['filter'](_0x48f25a=>_0x48f25a['isInContent']&&_0x2a7333==_0x48f25a['author']&&('formatBlock'==_0x48f25a['type']||'formatInline'==_0x48f25a['type'])&&('imageStylePreApply'==_0x48f25a['subType']||'imageStylePostApply'==_0x48f25a['subType'])&&_0x48f25a['getFirstRange']()['isEqual'](_0x21097c))['forEach'](_0x244c50=>_0x9acbfb['discardSuggestion'](_0x244c50['head'])),_0x2889d5=_0x382b61['getClosestSelectedImageElement'](_0x31b75b['model']['document']['selection']),_0x21097c=_0x31b75b['model']['createRangeOn'](_0x2889d5),_0x56cd07['refresh'](),_0x31b75b['commands']['get']('imageTypeInline')['refresh'](),_0x31b75b['commands']['get']('imageTypeBlock')['refresh'](),_0x3b1ffe=_0x56cd07['value'],_0x3b1ffe!=_0x5bf4ea['value'])return _0x382b61['isInlineImage'](_0x2889d5)&&_0x56cd07['shouldConvertImageType'](_0x5bf4ea['value'],_0x2889d5)?(_0x42452d({..._0x5bf4ea,'setImageSizes':!0x1}),_0x2889d5=_0x382b61['getClosestSelectedImageElement'](_0x31b75b['model']['document']['selection']),void _0x9acbfb['markBlockFormat'](_0x2889d5,{..._0x266bc8,'commandReversedParams':[{'value':_0x3b1ffe||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x382b61['isBlockImage'](_0x2889d5)?_0x9acbfb['markBlockFormat'](_0x2889d5,_0x266bc8,[],'imageStylePostApply'):_0x9acbfb['markInlineFormat'](_0x21097c,_0x266bc8,'imageStylePostApply'));});});for(const _0x57bf55 of _0x31b75b['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x22d9fa[_0x57bf55['name']]=_0x57bf55['title']['toLowerCase']();_0x9acbfb['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x9acbfb['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x9acbfb['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x9acbfb['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x1246fa])=>{_0x382b61['setImageNaturalSizeAttributes'](_0x1246fa['getContainedElement']());}),_0x9acbfb['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x4f6fdb,_0x38a488)=>{_0x9acbfb['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x4f6fdb,{'commandName':_0x38a488['commandName'],'commandParams':_0x38a488['commandReversedParams']});}),_0x9acbfb['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x1f5140,_0x1daadb){if(_0x2c227b(_0x1f5140,_0x1daadb))return[_0x1f5140,_0x1daadb];if(_0x2c227b(_0x1daadb,_0x1f5140))return[_0x1daadb,_0x1f5140];return null;});const _0x1e59f3=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x2c227b(_0x4fbb02,_0x32dc40){const _0x264b69=_0x1e59f3['findIndex'](({type:_0x318229,subType:_0x4a6cfc})=>_0x4fbb02['type']==_0x318229&&_0x4fbb02['subType']==_0x4a6cfc),_0x1f2f1e=_0x1e59f3['findIndex'](({type:_0x4d3377,subType:_0x45bea8})=>_0x32dc40['type']==_0x4d3377&&_0x32dc40['subType']==_0x45bea8);if(_0x264b69<0x0||_0x1f2f1e<0x0)return!0x1;const _0x349d9e=_0x4fbb02['getFirstRange'](),_0x294eb0=_0x32dc40['getFirstRange']();if((0x0==_0x264b69||0x1==_0x264b69)&&0x2==_0x1f2f1e&&_0x349d9e['isIntersecting'](_0x294eb0))return!0x0;if(0x2==_0x264b69&&0x3==_0x1f2f1e){const _0x1311d8=_0x9acbfb['_findSuggestions'](_0x349d9e,'insertion')['filter'](({suggestion:_0x1221cd,meta:_0x4dba20})=>_0x4dba20['isOwn']&&'convertInlineImageToBlock'==_0x1221cd['subType']);if(_0x1311d8['length']>0x1&&_0x294eb0['end']['isEqual'](_0x349d9e['start']))return!0x0;if(0x1==_0x1311d8['length']&&(_0x349d9e['start']['isEqual'](_0x294eb0['end'])||_0x349d9e['end']['isEqual'](_0x294eb0['start'])))return!0x0;}if(0x3==_0x264b69&&0x3==_0x1f2f1e&&_0x349d9e['start']['isBefore'](_0x294eb0['start'])){const _0x1006f7=_0x349d9e['end']['nodeAfter'],_0x59b597=_0x294eb0['start']['nodeBefore'];return _0x382b61['isBlockImage'](_0x1006f7)&&_0x1006f7===_0x59b597;}return!0x1;}_0x31b75b['model']['document']['registerPostFixer'](()=>{let _0x1e812a=!0x1;const _0x5d063d=Array['from'](_0x31b75b['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x41855e,data:_0x3c2e51}of _0x5d063d){const {group:_0x3f2798,type:_0xe79fa8,subType:_0x22094d,id:_0x3c3339}=_0x9acbfb['_splitMarkerName'](_0x41855e);if('suggestion'==_0x3f2798&&_0x9acbfb['hasSuggestion'](_0x3c3339)){if('formatBlock'==_0xe79fa8&&('imageStylePreApply'==_0x22094d||'imageStylePostApply'==_0x22094d)){const _0xd77297=_0x9acbfb['getSuggestion'](_0x3c3339);if(_0x3c2e51['newRange']){const _0x1b5ecb=_0xd77297['getFirstRange']()['getContainedElement']();if(_0x382b61['isBlockImage'](_0x1b5ecb))continue;_0x9acbfb['discardSuggestion'](_0xd77297),_0x1e812a=!0x0;}}if('insertion'==_0xe79fa8&&'imageCaption'==_0x22094d&&!_0x3c2e51['newRange']){const _0x6920fa=_0x9acbfb['getSuggestion'](_0x3c3339);_0x6920fa['next']&&_0x6920fa['next']['isInContent']&&(_0x9acbfb['discardSuggestion'](_0x6920fa['next']),_0x1e812a=!0x0);}}}return _0x1e812a;}),this['_registerLegacyDescription'](_0x22d9fa);}['_registerLegacyDescription'](_0x566260){const _0x45c812=this['editor'],_0x1f36ab=_0x45c812['locale'];_0x45c812['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x259031=>{if('formatBlock'!=_0x259031['type']&&'formatInline'!=_0x259031['type'])return;const {data:_0x3bc6f7}=_0x259031;if(!_0x3bc6f7||'imageStyle'!=_0x3bc6f7['commandName'])return;const _0x36c72e=_0x3bc6f7['commandParams'][0x0]['value'];return _0x2661ad('side'===_0x36c72e?o(_0x1f36ab,'FORMAT_SIDE_IMAGE'):_0x566260[_0x36c72e]||_0x36c72e);function _0x2661ad(_0x13d9a1){return{'type':'format','content':o(_0x1f36ab,'*Format:*\x20%0',_0x13d9a1)};}});}}class ot extends _0x463102{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x52efed){super(_0x52efed),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x120b00=this['editor'],_0xd8fb0=_0x120b00['commands']['get']('importWord'),_0x7f34d5=_0x120b00['commands']['get']('trackChanges');_0xd8fb0&&(_0xd8fb0['on']('execute',(_0x1709fb,[,_0x3f1f0a])=>{this['_trackChangesValueDuringImport']=_0x7f34d5['value'],_0x3f1f0a['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0xd8fb0,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0xd8fb0,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x7f34d5['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x120b00['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x897748,_0x52dd40){const {suggestions:_0x1fcb0e}=_0x52dd40,_0x14257d=this['editor']['commands']['get']('trackChanges'),_0x4d88c7=_0x14257d['value'];this['_trackChangesValueDuringImport']!==_0x4d88c7&&(_0x14257d['execute'](),this['_trackChangesExecuted']=!0x0),_0x1fcb0e&&_0x1fcb0e['forEach'](({id:_0x3fd710,type:_0x28312a,author:_0x4a294a,created_at:_0x45b6ce})=>{const _0x55765f={'id':_0x3fd710,'type':_0x28312a,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x4a294a,'createdAt':_0x45b6ce?new Date(_0x45b6ce):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x55765f);});}}class rt extends _0x463102{['afterInit'](){const _0x2b8d2d=this['editor'],_0x5d392e=_0x2b8d2d['plugins']['get']('TrackChangesEditing');if(_0x2b8d2d['plugins']['has']('IndentEditing')&&(_0x5d392e['enableCommand']('indent'),_0x5d392e['enableCommand']('outdent')),_0x2b8d2d['plugins']['has']('IndentBlock')){for(const _0x3fea9a of['indentBlock','outdentBlock'])_0x5d392e['enableDefaultAttributesIntegration'](_0x3fea9a);}const _0x5c6535=_0x2b8d2d['locale'];_0x5d392e['registerBlockAttribute']('blockIndent'),_0x5d392e['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x5c6535,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1f538c=this['editor'],_0x34d0ac=_0x1f538c['locale'],_0x44d405=_0x1f538c['plugins']['get']('TrackChangesEditing');_0x44d405['descriptionFactory']['registerDescriptionCallback'](_0x4d7802=>{if('formatBlock'!=_0x4d7802['type'])return;const {data:_0x10358c}=_0x4d7802;if(!_0x10358c)return;if('indentBlock'!=_0x10358c['commandName']&&'outdentBlock'!=_0x10358c['commandName'])return;const _0x5b7415=_0x4d7802['getItems']()[0x0],_0x4a6336=_0x44d405['descriptionFactory']['getItemLabel'](_0x5b7415);return'indentBlock'==_0x10358c['commandName']?{'type':'format','content':o(_0x34d0ac,'*Indent:*\x20%0',_0x4a6336)}:'outdentBlock'==_0x10358c['commandName']?{'type':'format','content':o(_0x34d0ac,'*Outdent:*\x20%0',_0x4a6336)}:void 0x0;});}}class at extends _0x463102{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ct extends _0x463102{['afterInit'](){const _0x363121=this['editor'];if(!_0x363121['plugins']['has']('LinkEditing'))return;const _0x4184a2=_0x363121['plugins']['get']('TrackChangesEditing'),_0x348c03=_0x363121['commands']['get']('link');_0x4184a2['enableDefaultAttributesIntegration']('link'),_0x4184a2['enableDefaultAttributesIntegration']('unlink'),_0x4184a2['registerInlineAttribute']('linkHref');for(const _0x5d1995 of _0x348c03['manualDecorators'])_0x4184a2['registerInlineAttribute'](_0x5d1995['id']),_0x4184a2['descriptionFactory']['registerAttributeLabel'](_0x5d1995['id'],'link\x20('+_0x5d1995['label']['toLowerCase']()+')');_0x4184a2['descriptionFactory']['registerDescriptionCallback'](_0x27a33a=>{if('attribute'!=_0x27a33a['type'])return;const {data:_0x28ee9e}=_0x27a33a;if(!_0x28ee9e||'linkHref'!=_0x28ee9e['key'])return;const _0x317ae4=_0x28ee9e['newValue'],_0x442134=_0x363121['locale'];return{'type':'format','content':null==_0x317ae4?o(_0x442134,'*Remove\x20link*'):o(_0x442134,'*Set\x20link:*\x20%0','\x22'+_0x317ae4+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1b058c=this['editor'],_0x31b94f=_0x1b058c['locale'];_0x1b058c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5b01bf=>{if('formatInline'!=_0x5b01bf['type'])return;const {data:_0x296d3f}=_0x5b01bf;if(_0x296d3f){if('link'==_0x296d3f['commandName']){const _0x69e868=_0x296d3f['commandParams'][0x0];return{'type':'format','content':o(_0x31b94f,'*Set\x20link:*\x20%0','\x22'+_0x69e868+'\x22')};}return'unlink'==_0x296d3f['commandName']?{'type':'format','content':o(_0x31b94f,'*Remove\x20link*')}:void 0x0;}});}}class ut extends _0x463102{['afterInit'](){const _0x242676=this['editor'],_0x4379d2=_0x242676['locale'];if(!_0x242676['plugins']['has']('LegacyListEditing'))return;const _0x11359e=_0x242676['plugins']['get']('TrackChangesEditing'),_0x5e5c07=_0x242676['plugins']['has']('LegacyTodoListEditing');function _0x633ae5(_0x1af7f8){return()=>{const _0x426c1a=_0x242676['model']['document']['selection'],_0x1d945f=_0x242676['commands']['get'](_0x1af7f8);if(_0x1d945f['value'])return void _0x242676['execute']('paragraph',{});const _0x9f1261=_0x1af7f8['slice'](0x0,-0x4),_0x2ad40c=function(_0x23ec9e,_0x300c9a,_0x2c5dac){let _0xb4d7f0=Array['from'](_0x23ec9e)['filter'](_0x3311d6=>function(_0x7de2c,_0x262654){return _0x262654['checkChild'](_0x7de2c['parent'],'listItem')&&!_0x262654['isObject'](_0x7de2c);}(_0x3311d6,_0x2c5dac));_0xb4d7f0=_0xb4d7f0['filter'](_0x3d1250=>!_0x3d1250['is']('element','listItem')||_0x3d1250['getAttribute']('listType')!=_0x300c9a);const _0x56ed4e=new Set();for(const _0x508853 of _0xb4d7f0)_0x508853['is']('element','listItem')?_0x56ed4e['add'](me(_0x508853)):_0x56ed4e['add'](_0x508853);return Array['from'](_0x56ed4e);}(_0x426c1a['getSelectedBlocks'](),_0x9f1261,_0x242676['model']['schema']);_0x242676['model']['change'](()=>{for(const _0x3ba04f of _0x2ad40c)_0x11359e['markBlockFormat'](_0x3ba04f,{'commandName':_0x1af7f8,'commandParams':[{'forceValue':!_0x1d945f['value']}],'formatGroupId':'blockName'},fe(_0x3ba04f));});};}function _0x3f7fde(_0xe7cc3e){return()=>{const _0x45c766=function(_0x3618d8){let _0xf2b13c=Array['from'](_0x3618d8);const _0x5906a4=_0xf2b13c['findIndex'](_0x3d765f=>'listItem'!=_0x3d765f['name']);return _0x5906a4>-0x1&&(_0xf2b13c=_0xf2b13c['slice'](0x0,_0x5906a4)),_0xf2b13c;}(_0x242676['model']['document']['selection']['getSelectedBlocks']()),_0x52caef=_0x242676['model']['createRange'](_0x242676['model']['createPositionAt'](_0x45c766[0x0],'before'),_0x242676['model']['createPositionAt'](_0x45c766[_0x45c766['length']-0x1],'end'));_0x242676['model']['change'](()=>{_0x11359e['markBlockFormat'](_0x52caef,{'commandName':_0xe7cc3e,'commandParams':[],'formatGroupId':'listIndent'},function(_0x5eb2ea){const _0x479e2d=new Set();for(const _0x2ba786 of _0x5eb2ea){let _0x59fa7f=_0x2ba786['nextSibling'];for(;_0x59fa7f&&_0x59fa7f['getAttribute']('listIndent')>_0x2ba786['getAttribute']('listIndent');)_0x479e2d['add'](_0x59fa7f),_0x59fa7f=_0x59fa7f['nextSibling'];}return Array['from'](_0x479e2d);}(_0x45c766));});};}_0x11359e['enableCommand']('numberedList',_0x633ae5('numberedList')),_0x11359e['enableCommand']('bulletedList',_0x633ae5('bulletedList')),_0x5e5c07&&_0x11359e['enableCommand']('todoList',_0x633ae5('todoList')),_0x11359e['enableCommand']('indentList',_0x3f7fde('indentList')),_0x11359e['enableCommand']('outdentList',_0x3f7fde('outdentList')),_0x5e5c07&&_0x11359e['enableCommand']('checkTodoList',()=>{const _0x50486a=_0x242676['commands']['get']('checkTodoList'),_0x4da5ca=Array['from'](_0x50486a['_selectedElements']);_0x4da5ca['filter'](_0x46ffc3=>_0x46ffc3['getAttribute']('todoListChecked')!=_0x50486a['value']),_0x242676['model']['change'](()=>{for(const _0x186a98 of _0x4da5ca)_0x11359e['markBlockFormat'](_0x186a98,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x50486a['value']}]});});}),_0x11359e['descriptionFactory']['registerElementLabel']('listItem',_0x4aac40=>o(_0x4379d2,'ELEMENT_LIST_ITEM',_0x4aac40)),_0x11359e['descriptionFactory']['registerDescriptionCallback'](_0xb43781=>{if('formatBlock'!=_0xb43781['type']&&'formatInline'!=_0xb43781['type'])return;const {data:_0x1b5a79}=_0xb43781;if(_0x1b5a79){if('numberedList'==_0x1b5a79['commandName']||'bulletedList'==_0x1b5a79['commandName']||'todoList'==_0x1b5a79['commandName'])switch(_0x1b5a79['commandName']['replace']('List','')){case'bulleted':return _0x1eec1a(o(_0x4379d2,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1eec1a(o(_0x4379d2,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1eec1a(o(_0x4379d2,'ELEMENT_TODO_LIST'));}if('indentList'==_0x1b5a79['commandName'])return{'type':'format','content':o(_0x4379d2,'*Indent:*\x20%0',o(_0x4379d2,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x1b5a79['commandName'])return{'type':'format','content':o(_0x4379d2,'*Outdent:*\x20%0',o(_0x4379d2,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x1b5a79['commandName'])return _0x1b5a79['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4379d2,'*Check\x20item*')}:{'type':'format','content':o(_0x4379d2,'*Uncheck\x20item*')};}function _0x1eec1a(_0x226603){return{'type':'format','content':o(_0x4379d2,'*Change\x20to:*\x20%0',_0x226603)};}});}}function me(_0x57d566){const _0x386b5a=_0x57d566['getAttribute']('listIndent');if(0x0==_0x386b5a)return _0x57d566;let _0x36f9ee=_0x57d566;for(;_0x57d566['previousSibling']&&_0x57d566['previousSibling']['is']('element','listItem');){const _0x30d8eb=_0x57d566['previousSibling']['getAttribute']('listIndent');if(_0x30d8eb==_0x386b5a)_0x36f9ee=_0x57d566['previousSibling'];else{if(_0x30d8eb<_0x386b5a)break;}_0x57d566=_0x57d566['previousSibling'];}return _0x36f9ee;}function fe(_0x4b2fb7){const _0x2e83d2=[];if(_0x4b2fb7['is']('element','listItem')&&_0x4b2fb7['getAttribute']('listIndent')>0x0){let _0x440880=_0x4b2fb7['nextSibling'];for(;_0x440880&&'listItem'==_0x440880['name']&&_0x440880['getAttribute']('listIndent')==_0x4b2fb7['getAttribute']('listIndent');)_0x2e83d2['push'](_0x440880),_0x440880=_0x440880['nextSibling'];}return _0x2e83d2;}class K extends _0x463102{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0xf5aa7f=this['editor']['config']['get']('list.properties'),_0x42a7d0=this['editor']['plugins']['get']('TrackChangesEditing');_0xf5aa7f['styles']&&_0x42a7d0['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0xf5aa7f['reversed']&&_0x42a7d0['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0xf5aa7f['startIndex']&&_0x42a7d0['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x42a7d0['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x1ccce1,_0x4a14eb={}){const _0x350c3a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3ad32c=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x350c3a['markMultiRangeBlockFormat'](_0x3ad32c,{'commandName':'listStyle','commandParams':[{'type':_0x4a14eb['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x2a237e,_0x4f51b2={}){const _0x14c5ab=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5e4605=this['_getSuggestionBlocks'](_0x3858d1=>_0x3858d1['is']('element','listItem')&&'numbered'===_0x3858d1['getAttribute']('listType'));if(_0x5e4605['length']<0x1)return;const _0x12a076=_0x5e4605['map'](_0x28802c=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x28802c,'before'),this['editor']['model']['createPositionAt'](_0x28802c,0x0)));this['editor']['model']['change'](()=>{_0x14c5ab['markMultiRangeBlockFormat'](_0x12a076,{'commandName':'listReversed','commandParams':[{'reversed':_0x4f51b2['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0xc509b6,_0x365422={}){const _0xd2f2a7=this['editor']['plugins']['get']('TrackChangesEditing'),_0x157bcb=this['_getSuggestionBlocks'](_0x4a882d=>_0x4a882d['is']('element','listItem')&&'numbered'===_0x4a882d['getAttribute']('listType'));if(_0x157bcb['length']<0x1)return;const _0x436104=_0x157bcb['map'](_0x2b2325=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x2b2325,'before'),this['editor']['model']['createPositionAt'](_0x2b2325,0x0)));this['editor']['model']['change'](()=>{_0xd2f2a7['markMultiRangeBlockFormat'](_0x436104,{'commandName':'listStart','commandParams':[{'startIndex':_0x365422['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x4bd615){if('formatBlock'!=_0x4bd615['type']&&'formatInline'!=_0x4bd615['type'])return;const _0x17d6ad=this['editor']['locale'],{data:_0x3a67e4}=_0x4bd615;if(!_0x3a67e4)return;let _0x3122a2,_0x317326;switch(_0x3a67e4['commandName']){case'listStyle':_0x3122a2='*Change\x20to:*\x20%0',_0x317326={'type':'format','content':o(_0x17d6ad,_0x3122a2,o(_0x17d6ad,this['_getTranslationKeyForListStyle'](_0x3a67e4['commandParams'][0x0]['type'])))};break;case'listReversed':_0x3122a2=_0x3a67e4['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x317326={'type':'format','content':o(_0x17d6ad,_0x3122a2)};break;case'listStart':_0x3122a2='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x317326={'type':'format','content':o(_0x17d6ad,_0x3122a2,_0x3a67e4['commandParams'][0x0]['startIndex'])};}return _0x317326;}['_getSuggestionBlocksForListStyle'](){const _0x425687=this['editor']['plugins']['get']('LegacyListUtils');let _0x54cd62=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x54cd62[0x0]?.['is']('element','listItem')&&_0x54cd62['unshift'](..._0x425687['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x54cd62[_0x54cd62['length']-0x1]?.['is']('element','listItem')&&_0x54cd62['push'](..._0x425687['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x54cd62=[...new Set(_0x54cd62)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x54cd62=_0x54cd62['filter'](_0x3e654f=>_0x3e654f['is']('element','listItem'))),_0x54cd62;}['_getSuggestionBlocks'](_0x5a81bb){const _0x5815fb=this['editor']['plugins']['get']('LegacyListUtils');let _0x43a644=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x5a81bb)['map'](_0x5f3bee=>{const _0x2a64d4=this['editor']['model']['createPositionAt'](_0x5f3bee,0x0);return[..._0x5815fb['getSiblingNodes'](_0x2a64d4,'backward'),..._0x5815fb['getSiblingNodes'](_0x2a64d4,'forward')];})['flat']();return _0x43a644=[...new Set(_0x43a644)],_0x43a644;}['_getTranslationKeyForListStyle'](_0x2665a9){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x2665a9)||'default')['toUpperCase']()+'_LIST_'+_0x2665a9['toUpperCase']()['replace'](/-/g,'_');}}class ft extends _0x463102{['afterInit'](){const _0x525fab=this['editor'];if(!_0x525fab['plugins']['has']('MediaEmbedEditing'))return;const _0xdb60bf=_0x525fab['plugins']['get']('TrackChangesEditing'),_0x19bf29=_0x525fab['locale'];_0xdb60bf['enableCommand']('mediaEmbed'),_0xdb60bf['descriptionFactory']['registerElementLabel']('media',_0x3f6f3f=>o(_0x19bf29,'ELEMENT_MEDIA',_0x3f6f3f)),_0x525fab['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x3e069e,{writer:_0x570eba,options:_0x2f2810})=>{if(_0x2f2810['showSuggestionHighlights'])return _0x570eba['createEmptyElement']('div');},'converterPriority':'high'}),_0x525fab['data']['downcastDispatcher']['on']('attribute:url:media',(_0xd27709,_0x5ad375,_0x355b2e)=>{_0x355b2e['options']['showSuggestionHighlights']&&_0xd27709['stop']();},{'priority':'high'});}}class gt extends _0x463102{['afterInit'](){const _0x4aa7ed=this['editor'];_0x4aa7ed['plugins']['has']('MentionEditing')&&_0x4aa7ed['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class lt extends _0x463102{['afterInit'](){const _0x22b61d=this['editor'],_0x42f151=_0x22b61d['plugins']['get']('TrackChangesEditing');_0x22b61d['plugins']['has']('MultiLevelList')&&(_0x42f151['enableDefaultAttributesIntegration']('multiLevelList'),_0x42f151['registerBlockAttribute']('listMarkerStyle'),_0x42f151['descriptionFactory']['registerDescriptionCallback'](_0x375bb4=>this['handleDescriptions'](_0x375bb4)));}['handleDescriptions'](_0x47a221){const _0xd368f8=this['editor']['locale'],{data:_0x215244}=_0x47a221,_0x258144={'type':'format','content':''};if(_0x215244&&'listMarkerStyle'==_0x215244['key']){if(!_0x215244['oldValue'])return{'type':'format','content':o(_0xd368f8,'*Set\x20format:*\x20%0',o(_0xd368f8,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x215244['newValue']+')'};if(!_0x215244['newValue']){let _0x20c55c=_0x47a221['head'];for(;_0x20c55c;){if(_0x20c55c['data']&&'listType'==_0x20c55c['data']['key']&&_0x20c55c['data']['newValue'])return _0x258144;_0x20c55c=_0x20c55c['next'];}return{'type':'format','content':o(_0xd368f8,'*Remove\x20format:*\x20%0',o(_0xd368f8,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x215244['oldValue']+')'};}}}}class mt extends _0x463102{['afterInit'](){const _0x59f5ea=this['editor'];if(!_0x59f5ea['plugins']['has']('PageBreakEditing'))return;_0x59f5ea['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x56c070=_0x59f5ea['plugins']['get']('TrackChangesEditing'),_0x57ad6a=_0x59f5ea['locale'];_0x56c070['descriptionFactory']['registerElementLabel']('pageBreak',_0x436702=>o(_0x57ad6a,'ELEMENT_PAGE_BREAK',_0x436702));}}class dt extends _0x463102{['afterInit'](){const _0x40a217=this['editor'];if(!_0x40a217['plugins']['has']('Paragraph'))return;const _0x560fdb=_0x40a217['locale'],_0x55d3db=_0x40a217['plugins']['get']('TrackChangesEditing');_0x55d3db['descriptionFactory']['registerElementLabel']('paragraph',_0x8f3efa=>o(_0x560fdb,'ELEMENT_PARAGRAPH',_0x8f3efa)),_0x55d3db['enableDefaultAttributesIntegration']('paragraph'),_0x55d3db['enableCommand']('insertParagraph'),_0x40a217['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x40a217),{'priority':'highest'}),_0x40a217['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x1b5dbd,_0xe94ffc,_0x76582a)=>{_0x76582a['options']['showSuggestionHighlights']&&nr(_0x40a217,{'showActiveMarker':!0x1})(_0x1b5dbd,_0xe94ffc,_0x76582a);},{'priority':'highest'});const _0x43236a=_0x55d3db['descriptionFactory'];_0x43236a['registerDescriptionCallback'](_0x60e00c=>{if('insertion'!==_0x60e00c['type'])return;const {start:_0x4e1600,end:_0x5e994f}=_0x60e00c['getFirstRange']();if(!_0x4e1600['isTouching'](_0x5e994f)||!_0x4e1600['nodeAfter'])return;const _0x4f2337=_0x40a217['model']['schema'],_0x5b450b=_0x4e1600['nodeAfter'];return _0x4f2337['isBlock'](_0x5b450b)&&!_0x4f2337['isLimit'](_0x5b450b)&&_0x4f2337['checkChild'](_0x5b450b,'$text')?{'type':'insertion','content':o(_0x560fdb,'*Insert:*\x20%0',_0x43236a['getItemLabel'](_0x5b450b,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x225e3c=this['editor'],_0x34ff76=_0x225e3c['locale'];_0x225e3c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x411471=>{if('formatBlock'!=_0x411471['type'])return;const {data:_0x19251c}=_0x411471;return _0x19251c&&'paragraph'==_0x19251c['commandName']?{'type':'format','content':o(_0x34ff76,'*Change\x20to:*\x20%0',o(_0x34ff76,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x2b9215,{showActiveMarker:_0x106231=!0x0}={}){return(_0x3b6d0b,_0x274829,_0x341647)=>{const _0x5b85ff=_0x2b9215['plugins']['get']('TrackChangesEditing'),_0x33c544=_0x274829['markerRange']['start'],_0x548e7b=_0x274829['markerRange']['end'],_0x6f9e25=_0x2b9215['model']['schema'];if(!_0x33c544['isTouching'](_0x548e7b)||!_0x33c544['nodeAfter'])return;const _0x721a50=_0x33c544['nodeAfter'];if(_0x6f9e25['isBlock'](_0x721a50)&&!_0x6f9e25['isLimit'](_0x721a50)&&_0x6f9e25['checkChild'](_0x721a50,'$text')){if(!_0x341647['consumable']['consume'](_0x274829['markerRange'],_0x3b6d0b['name']))return;const _0x4bc200=_0x341647['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split'}),_0x24ea2a=_0x341647['mapper']['toViewPosition'](_0x548e7b);_0x106231&&_0x5b85ff['activeMarkers']['includes'](_0x274829['markerName'])&&_0x341647['writer']['addClass']('ck-suggestion-marker--active',_0x4bc200),_0x341647['writer']['insert'](_0x24ea2a,_0x4bc200),_0x341647['mapper']['bindElementToMarker'](_0x4bc200,_0x274829['markerName']);}};}class pt extends _0x463102{['afterInit'](){const _0x22476f=this['editor'];if(!_0x22476f['plugins']['has']('RemoveFormatEditing'))return;_0x22476f['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3ab0a1=this['editor'];_0x3ab0a1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1c2c3d=>{if('formatBlock'!=_0x1c2c3d['type']&&'formatInline'!=_0x1c2c3d['type'])return;const {data:_0x1dddd6}=_0x1c2c3d;return _0x1dddd6&&'removeFormat'==_0x1dddd6['commandName']?{'type':'format','content':o(_0x3ab0a1['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class kt extends _0x463102{['afterInit'](){const _0x10b23f=this['editor'];if(!_0x10b23f['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x48104d=_0x10b23f['plugins']['get']('TrackChangesEditing');_0x48104d['enableCommand']('goToPreviousRestrictedEditingException'),_0x48104d['enableCommand']('goToNextRestrictedEditingException');const _0x32fce2=_0x10b23f['plugins']['get']('RestrictedEditingModeEditing');_0x32fce2['enableCommand']('trackChanges'),_0x32fce2['enableCommand']('acceptSuggestion'),_0x32fce2['enableCommand']('discardSuggestion'),_0x32fce2['enableCommand']('acceptAllSuggestions'),_0x32fce2['enableCommand']('discardAllSuggestions'),_0x32fce2['enableCommand']('acceptSelectedSuggestions'),_0x32fce2['enableCommand']('discardSelectedSuggestions');}}class bt extends _0x463102{static get['requires'](){return[_0x49800b];}['init'](){const _0x3fcf19=this['editor'],_0x50f096=_0x3fcf19['plugins']['get']('TrackChangesEditing');_0x50f096['enableCommand']('shiftEnter'),_0x3fcf19['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',de(_0x3fcf19),{'priority':'high'}),_0x3fcf19['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',de(_0x3fcf19),{'priority':'high'}),_0x3fcf19['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x188221,_0x2e49cc,_0x4daf63)=>{_0x4daf63['options']['showSuggestionHighlights']&&de(_0x3fcf19,{'showActiveMarker':!0x1})(_0x188221,_0x2e49cc,_0x4daf63);}),_0x50f096['descriptionFactory']['registerElementLabel']('softBreak',_0x2717e5=>o(_0x3fcf19['locale'],'ELEMENT_LINE_BREAK',_0x2717e5));}}function de(_0x210986,{showActiveMarker:_0x50234c=!0x0}={}){return(_0x5e2036,_0x562fcd,_0x58298d)=>{const _0x13ba3c=_0x210986['plugins']['get']('TrackChangesEditing');if(!_0x58298d['consumable']['test'](_0x562fcd['markerRange'],_0x5e2036['name']))return;const _0x5a8022=_0x210986['model'];for(const _0x5a0911 of _0x562fcd['markerRange']['getItems']()){if(!_0x5a0911['is']('element','softBreak'))continue;const _0x4e9ce0='deletion'==_0x562fcd['markerName']['split'](':')[0x1]?'merge':'split',_0x459790=_0x58298d['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x4e9ce0}),_0x5345b4=_0x58298d['mapper']['toViewPosition'](_0x5a8022['createPositionBefore'](_0x5a0911));_0x50234c&&_0x13ba3c['activeMarkers']['includes'](_0x562fcd['markerName'])&&_0x58298d['writer']['addClass']('ck-suggestion-marker--active',_0x459790),_0x58298d['writer']['insert'](_0x5345b4,_0x459790),_0x58298d['mapper']['bindElementToMarker'](_0x459790,_0x562fcd['markerName']);}};}class wt extends _0x463102{['afterInit'](){const _0x2b187d=this['editor'],_0x3b2471=_0x2b187d['model'],_0x434b7e=_0x2b187d['locale'];if(!_0x2b187d['plugins']['has']('StandardEditingModeEditing'))return;const _0x5ecedd=_0x2b187d['plugins']['get']('TrackChangesEditing'),_0x589ac2='restrictedEditingException',_0x4dfba5=_0x2b187d['commands']['get'](_0x589ac2);_0x5ecedd['enableCommand'](_0x589ac2,(_0x516b0f,_0x1172eb={})=>{const _0xffa0c7=_0x3b2471['document']['selection'];if(_0xffa0c7['isCollapsed'])return void _0x516b0f(_0x1172eb);const _0x2c1d87=void 0x0!==_0x1172eb['forceValue']?_0x1172eb['forceValue']:!_0x4dfba5['value'];_0x3b2471['change'](()=>{const _0x2af832=Array['from'](_0xffa0c7['getRanges']());for(const _0x28f5d2 of _0x2af832){const _0x4b1565=_0x2c1d87?[_0x28f5d2]:io(_0x589ac2,_0x28f5d2,_0x3b2471);for(const _0x1bd351 of _0x4b1565)_0x5ecedd['markInlineFormat'](_0x1bd351,{'commandName':_0x589ac2,'commandParams':[{'forceValue':_0x2c1d87}]});}});}),_0x5ecedd['descriptionFactory']['registerDescriptionCallback'](_0x4d8754=>{if('formatBlock'!=_0x4d8754['type']&&'formatInline'!=_0x4d8754['type'])return;const {data:_0xb06783}=_0x4d8754;return _0xb06783&&_0xb06783['commandName']==_0x589ac2?_0xb06783['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x434b7e,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x434b7e,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class yt extends _0x463102{['afterInit'](){const _0x1f8114=this['editor'];if(!_0x1f8114['plugins']['has']('Style')||!_0x1f8114['plugins']['has']('DataSchema'))return;const _0x8891de=_0x1f8114['plugins']['get']('TrackChangesEditing'),_0x19ad84=_0x1f8114['locale'],_0xee7f17=_0x1f8114['config']['get']('style')||{},_0x3a9346=_0x1f8114['plugins']['get']('GeneralHtmlSupport'),_0x5a70e7=_0x1f8114['plugins']['get']('StyleUtils')['normalizeConfig'](_0x1f8114['plugins']['get']('DataSchema'),_0xee7f17['definitions']);_0x8891de['enableDefaultAttributesIntegration']('style');const _0x3622f5=new Set();for(const _0x3d2440 of _0x5a70e7['block']){const _0x1a1ad3=_0x3a9346['getGhsAttributeNameForElement'](_0x3d2440['element']);_0x3622f5['add'](_0x1a1ad3);}const _0x336f14=new Set();for(const _0x48f575 of _0x5a70e7['inline']){const _0x23b288=_0x3a9346['getGhsAttributeNameForElement'](_0x48f575['element']);_0x336f14['add'](_0x23b288);for(const _0x17c565 of _0x48f575['ghsAttributes'])_0x336f14['add'](_0x17c565);}for(const _0x28293b of _0x3622f5)_0x8891de['registerBlockAttribute'](_0x28293b),_0x8891de['descriptionFactory']['registerAttributeLabel'](_0x28293b,o(_0x19ad84,'FORMAT_STYLE'));for(const _0x196399 of _0x336f14)_0x8891de['registerInlineAttribute'](_0x196399),_0x8891de['descriptionFactory']['registerAttributeLabel'](_0x196399,o(_0x19ad84,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3eb27d=this['editor'],_0x7810f4=_0x3eb27d['locale'];_0x3eb27d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5d38a9=>{if('formatBlock'!=_0x5d38a9['type']&&'formatInline'!=_0x5d38a9['type'])return;const {data:_0x15fd5c}=_0x5d38a9;return _0x15fd5c&&'style'===_0x15fd5c['commandName']?_0x15fd5c['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x7810f4,'*Set\x20format:*\x20%0',_0x15fd5c['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x7810f4,'*Remove\x20format:*\x20%0',_0x15fd5c['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class jt extends _0x463102{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x3fb66d){super(_0x3fb66d),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x25c173=this['editor'],_0x9a6c63=_0x25c173['model']['document']['selection'];if(!_0x25c173['plugins']['has']('TableEditing'))return;const _0x86c977=_0x25c173['locale'],_0x5bd2cf=_0x25c173['plugins']['get']('TrackChangesEditing'),_0x314ed5=_0x25c173['plugins']['get']('TableUtils');_0x5bd2cf['descriptionFactory']['registerElementLabel']('table',_0x168cae=>o(_0x86c977,'ELEMENT_TABLE',_0x168cae)),this['_setupColumnsRowsFixing'](),_0x5bd2cf['enableCommand']('insertTable'),_0x5bd2cf['enableCommand']('selectTableRow'),_0x5bd2cf['enableCommand']('selectTableColumn');for(const _0x2130a6 of['insertTableRowAbove','insertTableRowBelow']){const _0x56fd77=_0x25c173['commands']['get'](_0x2130a6);_0x5bd2cf['enableCommand'](_0x2130a6,_0x4dfa5f=>{_0x25c173['model']['change'](_0x421768=>{_0x4dfa5f();const _0x390dae='above'===_0x56fd77['order'],_0x1fa7ce=_0x314ed5['getSelectionAffectedTableCells'](_0x9a6c63),_0xb79b18=_0x314ed5['getRowIndexes'](_0x1fa7ce),_0x4cbb52=_0x390dae?_0xb79b18['first']-0x1:_0xb79b18['last']+0x1,_0x127d7b=_0x1fa7ce[0x0]['findAncestor']('table'),_0x446593=_0x314ed5['createTableWalker'](_0x127d7b,{'startRow':_0x4cbb52,'endRow':_0x4cbb52}),_0x289276=Array['from'](_0x446593)['map'](_0x34d414=>_0x421768['createRangeOn'](_0x34d414['cell']));_0x5bd2cf['markMultiRangeInsertion'](_0x289276,'tableRow');});});}for(const _0x35719f of['insertTableColumnLeft','insertTableColumnRight']){const _0x1d62d5=_0x25c173['commands']['get'](_0x35719f);_0x5bd2cf['enableCommand'](_0x35719f,_0x82b880=>{_0x25c173['model']['change'](_0x23f505=>{_0x82b880();const _0x5d372f='left'===_0x1d62d5['order'],_0xffd2be=_0x314ed5['getSelectionAffectedTableCells'](_0x9a6c63),_0x410517=_0x314ed5['getColumnIndexes'](_0xffd2be),_0x2e3db9=_0x5d372f?_0x410517['first']-0x1:_0x410517['last']+0x1,_0x49f36e=_0xffd2be[0x0]['findAncestor']('table'),_0x552a0b=_0x314ed5['createTableWalker'](_0x49f36e,{'startRow':0x0,'column':_0x2e3db9,'includeAllSlots':!0x1}),_0x2192ab=Array['from'](_0x552a0b)['map'](_0x127762=>_0x23f505['createRangeOn'](_0x127762['cell']));_0x5bd2cf['markMultiRangeInsertion'](_0x2192ab,'tableColumn');});});}for(const _0x18ee83 of['removeTableRow','removeTableColumn']){const _0x9e5aa9=_0x18ee83['substr'](0xb),_0x35d573=_0x9e5aa9['toLowerCase'](),_0x41e14a=_0x35d573['substr'](0x0,0x3)+'span',_0x35fda8='table'+_0x9e5aa9,_0x2ed477='min'+_0x9e5aa9,_0xcf82d6='max'+_0x9e5aa9;_0x5bd2cf['enableCommand'](_0x18ee83,()=>{_0x25c173['model']['change'](_0x1c3a87=>{const _0x25832f=_0x314ed5['getSelectionAffectedTableCells'](_0x9a6c63),_0x170a1c=_0x25832f[0x0]['findAncestor']('table');let _0x1e96a1;if('removeTableRow'==_0x18ee83){const _0xaf1e9a=_0x314ed5['getRowIndexes'](_0x25832f);_0x1e96a1={'startRow':_0xaf1e9a['first'],'endRow':_0xaf1e9a['last'],'includeAllSlots':!0x0};}else{const _0x5d176a=_0x314ed5['getColumnIndexes'](_0x25832f);_0x1e96a1={'startColumn':_0x5d176a['first'],'endColumn':_0x5d176a['last'],'includeAllSlots':!0x0};}const _0xd9466b=_0x314ed5['createTableWalker'](_0x170a1c,_0x1e96a1),_0x23cce0=Array['from'](_0xd9466b)['map'](({cell:_0x5527e0})=>_0x5527e0),_0x3806b0=Ee(_0x23cce0['filter'](_0x1cc177=>_0x1cc177['hasAttribute'](_0x41e14a))),_0x271e4c=Ee(_0x23cce0['filter'](_0x23c2cf=>!_0x23c2cf['hasAttribute'](_0x41e14a)))['map'](_0x3927b2=>_0x1c3a87['createRangeOn'](_0x3927b2)),_0xea647b=_0x5bd2cf['markMultiRangeDeletion'](_0x271e4c,_0x35fda8);if(_0xea647b&&('tableRow'==_0xea647b['subType']||'tableColumn'==_0xea647b['subType'])){const _0x15d7df=this['_getSuggestionCoords'](_0xea647b);for(const _0xa00bd4 of _0x3806b0){const _0x13c4f7=_0x1c3a87['createRangeOn'](_0xa00bd4),_0x4823f9=_0x314ed5['getCellLocation'](_0xa00bd4),_0x3d3ec4=_0xa00bd4['getAttribute'](_0x41e14a)-0x1,_0x2ea38f=_0x15d7df[_0x2ed477],_0x35b06f=_0x15d7df[_0xcf82d6];_0x2ea38f<=_0x4823f9[_0x35d573]&&_0x4823f9[_0x35d573]+_0x3d3ec4<=_0x35b06f&&_0xea647b['addRange'](_0x13c4f7);}}});});}function _0x26b2e8(_0x20aa8b){const _0x4174f1=Array['from'](_0x9a6c63['getRanges']())['map'](_0x436564=>_0x533200['fromRange'](_0x436564));_0x25c173['model']['change'](_0x186eac=>{const _0x22c586=_0x186eac['batch'];_0x20aa8b=_0x20aa8b['filter'](_0x32a5db=>'$graveyard'!=_0x32a5db['root']['rootName']),_0x186eac['setSelection'](_0x20aa8b),_0x25c173['commands']['get']('removeTableRow')['refresh'](),_0x25c173['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x25c173['model']['enqueueChange'](()=>{_0x25c173['model']['enqueueChange'](_0x22c586,_0x305639=>{const _0x5c5253=_0x4174f1['filter'](_0x1dcd59=>'$graveyard'!=_0x1dcd59['root']['rootName']);_0x5c5253['length']>0x0&&_0x305639['setSelection'](_0x5c5253);for(const _0x5cf5f4 of _0x4174f1)_0x5cf5f4['detach']();});});});}function _0x469585(_0x47a1b8){_0x25c173['model']['change'](_0x183708=>{const _0x4854df=Array['from'](_0x9a6c63['getRanges']())['map'](_0x4ced2c=>_0x533200['fromRange'](_0x4ced2c)),_0x42abbf=[];for(const _0x420180 of _0x47a1b8)for(const _0x1f2a8c of _0x420180['getItems']({'shallow':!0x0}))_0x42abbf['push'](_0x1f2a8c);for(const _0x47e710 of _0x42abbf)'$graveyard'!=_0x47e710['root']['rootName']&&(_0x183708['setSelection'](_0x183708['createPositionAt'](_0x47e710,0x0)),_0x25c173['commands']['get']('removeTableColumn')['refresh'](),_0x25c173['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x561cf9=_0x4854df['filter'](_0x1bcbbc=>'$graveyard'!=_0x1bcbbc['root']['rootName']);_0x561cf9['length']>0x0&&_0x183708['setSelection'](_0x561cf9);for(const _0x24ff32 of _0x4854df)_0x24ff32['detach']();});}function _0x3e02c2(_0x2f9e96,_0x4ed82d){return _0x4ed82d['every'](_0x1db151=>_0x2f9e96['some'](_0x40bdbc=>_0x40bdbc['end']['isEqual'](_0x1db151['start'])||_0x1db151['end']['isEqual'](_0x40bdbc['start'])));}function _0x3bc6fa(_0x1146ab,_0x169ba5){return!_0x1146ab['some'](_0x3b0a90=>_0x169ba5['some'](_0x335a3c=>_0x3b0a90['isIntersecting'](_0x335a3c)))&&_0x1146ab['some'](_0x1af304=>_0x169ba5['some'](_0x206889=>_0x1af304['end']['isTouching'](_0x206889['start'])));}_0x25c173['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x2160be,_0xa4fe64,_0x493d03)=>{if(!_0x493d03['options']['showSuggestionHighlights'])return;const _0x62cbce=_0xa4fe64['item'];if(!_0x62cbce)return;const _0x271326=_0x493d03['mapper']['toViewElement'](_0x62cbce);function _0x3771ed(_0x48f21f){return Array['isArray'](_0x48f21f)?_0x48f21f:[_0x48f21f];}_0x271326&&'tableCell'===_0x62cbce['name']&&_0x4eeadc(_0x271326,_0x493d03['writer'],(_0x2a6c18,_0xe260c,_0x5a0f45)=>_0x5a0f45['addClass'](_0x3771ed(_0xe260c['classes']),_0x2a6c18),(_0x77a401,_0x471fe3,_0x414c5f)=>_0x414c5f['removeClass'](_0x3771ed(_0x471fe3['classes']),_0x77a401));},{'priority':'highest'}),_0x5bd2cf['descriptionFactory']['registerDescriptionCallback'](_0xcd2c75=>{if('insertion'!=_0xcd2c75['type']&&'deletion'!=_0xcd2c75['type'])return;const _0x1bb72d=_0xcd2c75['getContainedElement']();if(null!=_0x1bb72d&&_0x1bb72d['is']('element','table')){if('insertion'==_0xcd2c75['type']){const _0x4fe730=_0xcd2c75['getItems']()['filter'](_0x4a699e=>_0x4a699e['is']('$textProxy'))['map'](_0x3e43d3=>_0x3e43d3['data']);if(_0x4fe730['length'])return{'type':'insertion','content':o(_0x86c977,'*Insert:*\x20%0',o(_0x86c977,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x4fe730['join']('\x20')+'\x22'))};}if('deletion'==_0xcd2c75['type']){const _0x51deb8=_0xcd2c75['getItems']()['filter'](_0xc44311=>_0xc44311['is']('$textProxy'))['map'](_0x1a5a46=>_0x1a5a46['data']);if(_0x51deb8['length'])return{'type':'deletion','content':o(_0x86c977,'*Remove:*\x20%0',o(_0x86c977,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x51deb8['join']('\x20')+'\x22'))};}}}),_0x5bd2cf['descriptionFactory']['registerDescriptionCallback'](_0x2a6a33=>{if('tableRow'==_0x2a6a33['subType']){const _0x2c838a=_0x2a6a33['getItems']()['filter'](_0x23c8e1=>_0x23c8e1['is']('$textProxy'))['map'](_0x4aeb4f=>_0x4aeb4f['data']),_0x589c3c=this['_getSuggestionCoords'](_0x2a6a33),_0x4113d0=_0x589c3c['maxRow']-_0x589c3c['minRow']+0x1;if('insertion'==_0x2a6a33['type'])return _0x2c838a['length']?{'type':'insertion','content':o(_0x86c977,'*Insert:*\x20%0',o(_0x86c977,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x4113d0,'\x22'+_0x2c838a['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x86c977,'*Insert:*\x20%0',o(_0x86c977,'ELEMENT_TABLE_ROW',_0x4113d0))};if('deletion'==_0x2a6a33['type'])return _0x2c838a['length']?{'type':'deletion','content':o(_0x86c977,'*Remove:*\x20%0',o(_0x86c977,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x4113d0,'\x22'+_0x2c838a['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x86c977,'*Remove:*\x20%0',o(_0x86c977,'ELEMENT_TABLE_ROW',_0x4113d0))};}if('tableColumn'==_0x2a6a33['subType']){const _0x1cf29a=_0x2a6a33['getItems']()['filter'](_0x24fe6c=>_0x24fe6c['is']('$textProxy'))['map'](_0x227c1a=>_0x227c1a['data']),_0xaee62d=this['_getSuggestionCoords'](_0x2a6a33),_0x4603a5=_0xaee62d['maxColumn']-_0xaee62d['minColumn']+0x1;if('insertion'==_0x2a6a33['type'])return _0x1cf29a['length']?{'type':'insertion','content':o(_0x86c977,'*Insert:*\x20%0',o(_0x86c977,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x4603a5,'\x22'+_0x1cf29a['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x86c977,'*Insert:*\x20%0',o(_0x86c977,'ELEMENT_TABLE_COLUMN',_0x4603a5))};if('deletion'==_0x2a6a33['type'])return _0x1cf29a['length']?{'type':'deletion','content':o(_0x86c977,'*Remove:*\x20%0',o(_0x86c977,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x4603a5,'\x22'+_0x1cf29a['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x86c977,'*Remove:*\x20%0',o(_0x86c977,'ELEMENT_TABLE_COLUMN',_0x4603a5))};}}),_0x5bd2cf['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x26b2e8),_0x5bd2cf['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x26b2e8),_0x5bd2cf['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x469585),_0x5bd2cf['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x469585),_0x5bd2cf['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x3e02c2),_0x5bd2cf['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x3e02c2),_0x5bd2cf['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x3bc6fa),_0x5bd2cf['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x3bc6fa);}['_acceptFormatSuggestionCallbackFactory'](){const _0x87c274=this['editor'],_0x2c90a0=_0x87c274['model']['document']['selection'];return(_0x415c26,_0x3a61e2)=>{_0x87c274['model']['change'](_0x145a30=>{const {commandName:_0x52285d,commandParams:_0x3b9d3c}=_0x3a61e2;let _0x127fbb=_0x415c26[0x0]['end']['nodeBefore'];_0x3b9d3c&&_0x3b9d3c[0x0]&&!0x1===_0x3b9d3c[0x0]['forceValue']&&(_0x127fbb=_0x415c26[0x0]['start']['nodeAfter']);const _0x13f8cc=_0x145a30['createRangeIn'](_0x127fbb);if('$graveyard'==_0x13f8cc['root']['rootName'])return;const _0x3fb31a=Array['from'](_0x2c90a0['getRanges']())['map'](_0x43de40=>_0x533200['fromRange'](_0x43de40));_0x145a30['setSelection'](_0x13f8cc),_0x87c274['commands']['get'](_0x52285d)['refresh'](),_0x3b9d3c['push']({'forceDefaultExecution':!0x0}),_0x87c274['execute'](_0x52285d,..._0x3b9d3c);const _0x53f8e9=_0x3fb31a['filter'](_0x3e7537=>'$graveyard'!=_0x3e7537['root']['rootName']);_0x53f8e9['length']>0x0&&_0x145a30['setSelection'](_0x53f8e9);for(const _0x563e21 of _0x3fb31a)_0x563e21['detach']();});};}['_getCoordsForCells'](_0x31fefc){const _0x414de2=this['editor']['plugins']['get']('TableUtils');let _0x5cbd1f=Number['MAX_SAFE_INTEGER'],_0x440d08=Number['MIN_SAFE_INTEGER'],_0x185bd9=Number['MAX_SAFE_INTEGER'],_0x4f33e1=Number['MIN_SAFE_INTEGER'];for(const _0x536004 of _0x31fefc){if('$graveyard'==_0x536004['root']['rootName'])continue;const {row:_0x4a4a3c,column:_0x4b39a9}=_0x414de2['getCellLocation'](_0x536004),_0x262364=_0x536004['hasAttribute']('rowspan')?_0x536004['getAttribute']('rowspan')-0x1:0x0,_0xa89f9d=_0x536004['hasAttribute']('colspan')?_0x536004['getAttribute']('colspan')-0x1:0x0;_0x5cbd1f=_0x4a4a3c<_0x5cbd1f?_0x4a4a3c:_0x5cbd1f,_0x440d08=_0x4a4a3c+_0x262364>_0x440d08?_0x4a4a3c+_0x262364:_0x440d08,_0x185bd9=_0x4b39a9<_0x185bd9?_0x4b39a9:_0x185bd9,_0x4f33e1=_0x4b39a9+_0xa89f9d>_0x4f33e1?_0x4b39a9+_0xa89f9d:_0x4f33e1;}return{'minRow':_0x5cbd1f,'maxRow':_0x440d08,'minColumn':_0x185bd9,'maxColumn':_0x4f33e1};}['_setupColumnsRowsFixing'](){const _0x2c55e6=this['editor'],_0x594b47=_0x2c55e6['plugins']['get']('TrackChangesEditing'),_0x1b0958=_0x2c55e6['plugins']['get']('TableUtils');_0x2c55e6['model']['document']['on']('change:data',()=>{const _0x48f58a=Array['from'](_0x2c55e6['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x108e94,data:_0x17b6cd}of _0x48f58a){const {group:_0x37d7a9,id:_0x4ce5af,subType:_0x27388c}=_0x594b47['_splitMarkerName'](_0x108e94);if('suggestion'!=_0x37d7a9)continue;if(null!=_0x17b6cd['oldRange'])continue;const _0x5660e3=_0x594b47['getSuggestion'](_0x4ce5af);this['_tablePostFixingSubtypes']['includes'](_0x27388c)&&this['_tableSuggestions']['add'](_0x5660e3);}},{'priority':'low'});const _0x4f4da4=(_0x397a93,_0x11e47f)=>{let _0x842007=!0x1;const _0x5e61df=_0x11e47f['createRangeOn'](_0x397a93),_0x28c67c=_0x397a93['findAncestor']('table'),_0x19aa2b=_0x1b0958['getCellLocation'](_0x397a93);for(const _0x34cc30 of this['_tableSuggestions']){const _0x45ff99=_0x34cc30['subType'],_0x1ea644=_0x45ff99['startsWith']('tablePaste'),_0x19c36e=_0x45ff99['substr'](_0x1ea644?0xa:0x5),_0x56744d=_0x19c36e['toLowerCase'](),_0x5137ee=_0x56744d['substr'](0x0,0x3)+'span',_0x1e3c26='min'+_0x19c36e,_0x386334='max'+_0x19c36e;if(!_0x34cc30['isInContent'])continue;if(_0x28c67c!=_0x34cc30['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x34cc30['isIntersectingWithRange'](_0x5e61df))continue;const _0x4d9d19=_0x397a93['hasAttribute'](_0x5137ee)?_0x397a93['getAttribute'](_0x5137ee)-0x1:0x0,_0x538c97=this['_getSuggestionCoords'](_0x34cc30),_0x56c24b=_0x538c97[_0x1e3c26],_0x5db851=_0x538c97[_0x386334];_0x56c24b<=_0x19aa2b[_0x56744d]&&_0x19aa2b[_0x56744d]+_0x4d9d19<=_0x5db851&&(_0x34cc30['addRange'](_0x5e61df),_0x842007=!0x0);}return _0x842007;};_0x2c55e6['model']['document']['registerPostFixer'](_0x27651a=>{let _0x5cdd83=!0x1;for(const _0x292c0e of _0x2c55e6['model']['document']['differ']['getChanges']())if('insert'==_0x292c0e['type']){if('tableRow'==_0x292c0e['name']){for(const _0x4ec5d2 of _0x292c0e['position']['nodeAfter']['getChildren']())_0x5cdd83=_0x5cdd83||_0x4f4da4(_0x4ec5d2,_0x27651a);}else'tableCell'==_0x292c0e['name']&&(_0x5cdd83=_0x5cdd83||_0x4f4da4(_0x292c0e['position']['nodeAfter'],_0x27651a));}return _0x5cdd83;});}['_getSuggestionCoords'](_0x224e7f){return this['_getCoordsForCells'](_0x224e7f['getRanges']()['map'](_0x4af97c=>_0x4af97c['start']['nodeAfter']));}}function Ee(_0x5b8e6d){return Array['from'](new Set(_0x5b8e6d)['values']());}class St extends _0x463102{static get['requires'](){return[jt];}['afterInit'](){const _0x3dfe87=this['editor'],_0x21c81e=_0x3dfe87['model']['document']['selection'],_0x5e7006=_0x3dfe87['locale'];if(!_0x3dfe87['plugins']['has']('TableEditing'))return;const _0x3a3058=_0x3dfe87['plugins']['get']('TrackChangesEditing'),_0x2ba162=_0x3dfe87['plugins']['get']('TableUtils'),_0x8d9657=_0x3dfe87['plugins']['get'](jt);_0x8d9657['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x3a3058['enableCommand']('mergeTableCells',()=>{const _0x431ad0=_0x2ba162['getSelectionAffectedTableCells'](_0x3dfe87['model']['document']['selection']);_0x3dfe87['model']['change'](()=>{_0x3a3058['markMultiRangeBlockFormat'](_0x431ad0,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x3dfe87['commands']['get']('mergeTableCells')['on']('execute',(_0x599528,_0x94d0c)=>{_0x3dfe87['commands']['get']('trackChanges')['value']&&(_0x94d0c['length']>0x0&&_0x94d0c[_0x94d0c['length']-0x1]&&_0x94d0c[_0x94d0c['length']-0x1]['forceDefaultExecution']||_0x3a3058['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x599528['stop']());},{'priority':'highest'});for(const _0x14788e of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x13fd5f=_0x3dfe87['commands']['get'](_0x14788e);_0x3a3058['enableCommand'](_0x14788e,()=>{const _0x25f6a7=_0x3dfe87['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0xbcf7b2=>_0xbcf7b2['is']('element','tableCell')),_0x4be9f5=_0x13fd5f['value'];_0x3dfe87['model']['change'](()=>{_0x3a3058['markMultiRangeBlockFormat']([_0x25f6a7,_0x4be9f5],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x4a664b of['splitTableCellVertically','splitTableCellHorizontally']){const _0x50e035=_0x3dfe87['commands']['get'](_0x4a664b);_0x3a3058['enableCommand'](_0x4a664b,()=>{const _0x4f8b80=_0x2ba162['getSelectionAffectedTableCells'](_0x3dfe87['model']['document']['selection'])[0x0],_0x1773ec=_0x4f8b80['findAncestor']('table'),{column:_0x3635e9,row:_0x368877}=_0x2ba162['getCellLocation'](_0x4f8b80);let _0x168372=[];if('horizontally'==_0x50e035['direction']){const _0x1bd44d=_0x2ba162['createTableWalker'](_0x1773ec,{'startRow':_0x368877,'endRow':_0x368877,'includeAllSlots':!0x0});_0x168372=Array['from'](_0x1bd44d)['map'](_0x4fd52d=>_0x4fd52d['cell']);}else{const _0x46b706=_0x2ba162['createTableWalker'](_0x1773ec,{'column':_0x3635e9,'includeAllSlots':!0x0});_0x168372=Array['from'](_0x46b706)['map'](_0x53395f=>_0x53395f['cell']);}_0x3dfe87['model']['change'](_0x5919d0=>{_0x3a3058['markBlockFormat'](_0x5919d0['createRangeOn'](_0x4f8b80),{'commandName':_0x4a664b,'commandParams':[]},_0x168372,_0x4a664b);});});}_0x3a3058['descriptionFactory']['registerDescriptionCallback'](_0x1f6df5=>{if('formatBlock'!=_0x1f6df5['type']&&'formatInline'!=_0x1f6df5['type'])return;const {data:_0x901131}=_0x1f6df5;return _0x901131&&'mergeTableCells'==_0x901131['commandName']?{'type':'format','content':o(_0x5e7006,'*Merge\x20cells*')}:void 0x0;}),_0x3a3058['descriptionFactory']['registerDescriptionCallback'](_0x349df6=>{if('formatBlock'!=_0x349df6['type']&&'formatInline'!=_0x349df6['type'])return;const {data:_0x5848b6}=_0x349df6;return _0x5848b6?'splitTableCellVertically'==_0x5848b6['commandName']?{'type':'format','content':o(_0x5e7006,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x5848b6['commandName']?{'type':'format','content':o(_0x5e7006,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x597218=_0x8d9657['_acceptFormatSuggestionCallbackFactory']();for(const _0x4d229c of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x3a3058['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4d229c,'accept',_0x597218);for(const _0x3f926c of['splitTableCellVertically','splitTableCellHorizontally'])_0x3a3058['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x3f926c,'accept',_0x597218);_0x3a3058['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x4af4e8=>{_0x3dfe87['model']['change'](_0x583ddc=>{const _0x1c4ef1=Array['from'](_0x21c81e['getRanges']())['map'](_0x394a25=>_0x533200['fromRange'](_0x394a25));_0x583ddc['setSelection'](_0x4af4e8),_0x3dfe87['commands']['get']('mergeTableCells')['refresh'](),_0x3dfe87['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x57c5c7=_0x1c4ef1['filter'](_0x49cafe=>'$graveyard'!=_0x49cafe['root']['rootName']);_0x57c5c7['length']>0x0&&_0x583ddc['setSelection'](_0x57c5c7);for(const _0xa667d8 of _0x1c4ef1)_0xa667d8['detach']();});});for(const _0x2fa562 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x4aa9ea=_0x3dfe87['commands']['get'](_0x2fa562);_0x4aa9ea['on']('set:isEnabled',(_0x8069c1,_0xa2689b,_0x3e3673)=>{if(_0x3e3673){const _0x295648=_0x3dfe87['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x13f86c=>_0x13f86c['is']('element','tableCell'));this['_areMergableCells'](_0x4aa9ea['value'],_0x295648)||(_0x8069c1['return']=!0x1,_0x8069c1['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x20c8ae=this['editor']['commands']['get']('mergeTableCells'),_0x4e07bb=this['editor']['plugins']['get']('TableUtils');if(!_0x20c8ae['isEnabled'])return!0x1;const _0x180c28=_0x4e07bb['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x2719bf of _0x180c28)for(const _0x36574c of _0x180c28)if(_0x2719bf!=_0x36574c&&!this['_areMergableCells'](_0x2719bf,_0x36574c))return!0x1;return!0x0;}['_areMergableCells'](_0x2ac375,_0x16351a){const _0x4fa36c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x544846=this['editor']['model']['createRangeOn'](_0x2ac375),_0x2567c1=this['editor']['model']['createRangeOn'](_0x16351a),_0x2c31ea=new Set(),_0x3efb3e=new Set();for(const _0x4059ea of _0x4fa36c['getSuggestions']())if(('insertion'==_0x4059ea['type']||'deletion'==_0x4059ea['type']||'mergeTableCells'==_0x4059ea['subType'])&&_0x4059ea['isInContent']){for(const _0x90d08d of _0x4059ea['getRanges']())_0x90d08d['containsRange'](_0x544846,!0x0)&&_0x2c31ea['add'](_0x4059ea['type']+':'+_0x4059ea['author']['id']),_0x90d08d['containsRange'](_0x2567c1,!0x0)&&_0x3efb3e['add'](_0x4059ea['type']+':'+_0x4059ea['author']['id']);}if(_0x2c31ea['size']!=_0x3efb3e['size'])return!0x1;for(const _0x4a25eb of _0x2c31ea)if(!_0x3efb3e['has'](_0x4a25eb))return!0x1;return!0x0;}}class At extends _0x463102{static get['requires'](){return[jt];}['afterInit'](){const _0x120b4f=this['editor'];if(!_0x120b4f['plugins']['has']('TableEditing'))return;const _0x176333=_0x120b4f['locale'],_0x38ccca=_0x120b4f['plugins']['get']('TrackChangesEditing');_0x38ccca['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x38ccca['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x38ccca['registerBlockAttribute']('headingRows'),_0x38ccca['registerBlockAttribute']('headingColumns'),_0x38ccca['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x176333,'FORMAT_HEADER_ROW')),_0x38ccca['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x176333,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x100732=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2ef754=this['editor']['plugins']['get']('TableUtils'),_0x4b0c77=this['editor']['plugins']['get'](jt)['_acceptFormatSuggestionCallbackFactory']();function _0x5d0f3f({showActiveMarker:_0xb4afd2=!0x0,setDataAttribute:_0x401302=!0x0}={}){return(_0x53e871,_0x1e1e7b,_0x500c1e)=>{const {type:_0x28e664,id:_0x2aabef}=_0x100732['_splitMarkerName'](_0x1e1e7b['markerName']),_0x593bd8=_0x100732['getSuggestion'](_0x2aabef),_0x15cc49=_0x593bd8['data'];if('formatBlock'!=_0x593bd8['type']||!_0x15cc49||'setTableColumnHeader'!=_0x15cc49['commandName'])return;if(_0x1e1e7b['item'])return void _0x53e871['stop']();if(!_0x500c1e['consumable']['consume'](_0x1e1e7b['markerRange'],_0x53e871['name']))return;const _0x534f83=_0x1e1e7b['markerRange']['start']['nodeAfter'],_0x5749ee=_0x1e1e7b['markerRange']['end']['nodeBefore'],_0x590054=_0x534f83['parent']['parent'],{column:_0x1f9bfb}=_0x2ef754['getCellLocation'](_0x534f83),{column:_0xde9dc6}=_0x2ef754['getCellLocation'](_0x5749ee);for(let _0x29f98e=_0x1f9bfb;_0x29f98e<=_0xde9dc6;_0x29f98e++){const _0x1b474d=_0x2ef754['createTableWalker'](_0x590054,{'column':_0x29f98e,'includeAllSlots':!0x1});for(const _0x2fdd7a of _0x1b474d){const _0x27f30e=_0x2fdd7a['cell'],_0x19f9fe=_0x500c1e['mapper']['toViewElement'](_0x27f30e);_0x500c1e['writer']['addClass']('ck-suggestion-marker-'+_0x28e664,_0x19f9fe),_0x401302&&_0x500c1e['writer']['setAttribute']('data-suggestion',_0x2aabef,_0x19f9fe),_0x500c1e['mapper']['bindElementToMarker'](_0x19f9fe,_0x1e1e7b['markerName']),_0xb4afd2&&(_0x100732['activeMarkers']['includes'](_0x1e1e7b['markerName'])?_0x500c1e['writer']['addClass']('ck-suggestion-marker--active',_0x19f9fe):_0x500c1e['writer']['removeClass']('ck-suggestion-marker--active',_0x19f9fe));}}};}_0x100732['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x4b0c77),_0x100732['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x4b0c77),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x5d0f3f(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x474338,_0x2e9e40,_0x3a5077)=>{_0x3a5077['options']['showSuggestionHighlights']&&_0x5d0f3f({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x474338,_0x2e9e40,_0x3a5077);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0xb8aef0,_0xc4bc98,_0x298af7)=>{const {type:_0x1f1c71,id:_0x394562}=_0x100732['_splitMarkerName'](_0xc4bc98['markerName']),_0x25f48a=_0x100732['getSuggestion'](_0x394562),_0x59248a=_0x25f48a['data'];if('formatBlock'!=_0x25f48a['type']||!_0x59248a||'setTableColumnHeader'!=_0x59248a['commandName'])return;const _0x8cac56=_0x298af7['mapper']['markerNameToElements'](_0xc4bc98['markerName']);if(_0x8cac56){for(const _0x37caaa of _0x8cac56)_0x298af7['writer']['removeClass']('ck-suggestion-marker-'+_0x1f1c71,_0x37caaa),_0x298af7['writer']['removeClass']('ck-suggestion-marker--active',_0x37caaa),_0x298af7['writer']['removeAttribute']('data-suggestion',_0x37caaa),_0x298af7['mapper']['unbindElementFromMarkerName'](_0x37caaa,_0xc4bc98['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2128a3=this['editor'],_0xe590f2=_0x2128a3['locale'];function _0x4377fb(_0x5b5440){return{'type':'format','content':o(_0xe590f2,'*Format:*\x20%0',_0x5b5440)};}_0x2128a3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x313a07=>{if('formatBlock'!=_0x313a07['type'])return;const {data:_0x17f521}=_0x313a07;if(_0x17f521){if('setTableRowHeader'==_0x17f521['commandName']){const _0x282982=_0x17f521['commandParams'][0x0]['forceValue'];return _0x4377fb(o(_0xe590f2,_0x282982?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x17f521['commandName']){const _0x4c9394=_0x17f521['commandParams'][0x0]['forceValue'];return _0x4377fb(o(_0xe590f2,_0x4c9394?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const ge=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ce=Object['fromEntries'](ge['map'](_0x261989=>[_0x261989,null]));class It extends _0x463102{static get['requires'](){return[jt];}['afterInit'](){const _0x546335=this['editor'];if(!_0x546335['plugins']['has']('TableClipboard'))return;const _0x40d3de=_0x546335['plugins']['get']('TrackChangesEditing'),_0x1f3f74=_0x546335['plugins']['get']('TableUtils'),_0x7ad768=_0x546335['plugins']['get'](jt),_0x688e91=_0x546335['plugins']['get']('TableClipboard');_0x7ad768['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x546335['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x546335['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x561d91=null;_0x546335['model']['on']('insertContent',(_0x5e9f25,_0x4d135f)=>{const [_0x24df81,_0x401602]=_0x4d135f,_0x1f920d=_0x4d135f[_0x4d135f['length']-0x1];_0x1f920d&&_0x1f920d['forceDefaultExecution']||_0x40d3de['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x2fd3a7,_0x5ae8f9,_0x2fa1f4,_0x5c9b7e,_0x2fa19e){if(_0x5ae8f9&&!_0x5ae8f9['is']('documentSelection'))return!0x1;const _0x59e554=_0x2fa19e['getTableIfOnlyTableInContent'](_0x2fd3a7,_0x2fa1f4);if(!_0x59e554||!he(_0x59e554,void 0x0,_0x5c9b7e))return!0x1;const _0x580560=_0x5c9b7e['getSelectionAffectedTableCells'](_0x2fa1f4['document']['selection']);if(!_0x580560['length'])return!0x1;const _0x2c7a65=_0x580560[0x0]['findAncestor']('table'),_0xbdda0d=_0x5c9b7e['getRowIndexes'](_0x580560),_0x4ebed1=_0x5c9b7e['getColumnIndexes'](_0x580560),_0x22c35c={'startRow':_0xbdda0d['first'],'endRow':_0xbdda0d['last'],'startColumn':_0x4ebed1['first'],'endColumn':_0x4ebed1['last']};return 0x1==_0x580560['length']&&(_0x22c35c['endRow']+=_0x5c9b7e['getRows'](_0x59e554)-0x1,_0x22c35c['endColumn']+=_0x5c9b7e['getColumns'](_0x59e554)-0x1),he(_0x2c7a65,_0x22c35c,_0x5c9b7e);}(_0x24df81,_0x401602,_0x546335['model'],_0x1f3f74,_0x688e91)&&(_0x5e9f25['stop'](),_0x561d91={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x546335['model']['change'](()=>{_0x546335['model']['insertContent'](_0x4d135f[0x0],_0x4d135f[0x1],_0x4d135f[0x2],{'forceDefaultExecution':!0x0});const _0x431090=_0x37a894(),{rowInsertionRanges:_0x10285f,columnInsertionRanges:_0x282cb5,insertionRanges:_0x652033,deletionRanges:_0x4dddbf,cells:_0x4e15d2}=_0x561d91;_0x10285f['length']&&_0x40d3de['markMultiRangeInsertion'](_0x10285f,'tablePasteRow',{'tablePasteChainId':_0x431090}),_0x282cb5['length']&&_0x40d3de['markMultiRangeInsertion'](_0x282cb5,'tablePasteColumn',{'tablePasteChainId':_0x431090}),_0x652033['length']&&(_0x40d3de['markMultiRangeInsertion'](_0x652033,'tablePaste',{'tablePasteChainId':_0x431090,'skipNestingCheck':!0x0}),_0x652033['forEach'](_0x53e947=>_0x53e947['detach']?.())),_0x4dddbf['length']&&(_0x40d3de['markMultiRangeDeletion'](_0x4dddbf,'tablePaste',{'tablePasteChainId':_0x431090,'skipNestingCheck':!0x0}),_0x4dddbf['forEach'](_0x5c490d=>_0x5c490d['detach']?.()));const _0x1392a7=_0x40d3de['markMultiRangeBlockFormat'](_0x4e15d2['map'](({element:_0x1f0b77})=>_0x1f0b77),{'formatGroupId':_0x37a894()},[],'tablePasteCell',{'tablePasteChainId':_0x431090});if(_0x1392a7){const _0x3dc49b=_0x1392a7['getMarkers'](),_0xb9fee=[];for(const {element:_0x27933e,attributes:_0x4ce4a1}of _0x4e15d2){if(!_0x4ce4a1)continue;const _0x25e4e1=_0x546335['model']['createRangeOn'](_0x27933e),_0x63921a=_0x3dc49b['find'](_0x8bf772=>_0x8bf772['getRange']()['isEqual'](_0x25e4e1));_0x63921a&&_0xb9fee['push']([_0x63921a['name'],_0x4ce4a1]);}_0xb9fee['length']&&_0x1392a7['setAttribute']('markerAttributes',Object['fromEntries'](_0xb9fee));}_0x561d91=null;}));},{'priority':_0x3523b5['high']+0xa}),_0x546335['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x1d627a,_0x378c4e)=>{const [_0x3a0cce,_0x1a572b,,_0x4bc11d]=_0x378c4e;if(!_0x561d91)return;_0x1d627a['stop']();const _0x5d8683=_0x3a0cce['cell'],_0x24d906=_0x1a572b,_0x546627=Pe(_0x5d8683),_0x123810=Pe(_0x24d906);_0x1d627a['return']=_0x5d8683;let _0x5ebf6f=null,_0x44b16d=null;if(_0x123810||_0x546627){if(_0x546627&&!_0x123810){_0x4bc11d['remove'](_0x5d8683['getChild'](0x0));for(const _0xd7f81f of Array['from'](_0x24d906['getChildren']()))_0x4bc11d['insert'](_0xd7f81f,_0x5d8683,'end');const _0x57621d=_0x561d91['rowInsertionIndexes']['includes'](_0x3a0cce['row']),_0x1d17f2=_0x561d91['columnInsertionIndexes']['includes'](_0x3a0cce['column']);_0x57621d||_0x1d17f2||(_0x5ebf6f=_0x533200['fromRange'](_0x4bc11d['createRangeIn'](_0x5d8683)));}else _0x123810&&!_0x546627&&(_0x44b16d=_0x4bc11d['createRangeIn'](_0x5d8683));}else{const _0x53effe=_0x4bc11d['createElement']('tableCellSuggestion'),_0x42ce2b=_0x4bc11d['createElement']('tableCellSuggestion');_0x4bc11d['wrap'](_0x4bc11d['createRangeIn'](_0x5d8683),_0x42ce2b),_0x4bc11d['insert'](_0x53effe,_0x5d8683,0x0);for(const _0x3b9e27 of Array['from'](_0x24d906['getChildren']()))_0x4bc11d['insert'](_0x3b9e27,_0x53effe,'end');_0x5ebf6f=_0x533200['fromRange'](_0x4bc11d['createRangeOn'](_0x53effe)),_0x44b16d=_0x533200['fromRange'](_0x4bc11d['createRangeOn'](_0x42ce2b));}const _0x364d94=Array['from'](_0x24d906['getAttributes']())['filter'](([_0x3a033e])=>ge['includes'](_0x3a033e));_0x561d91['cells']['push']({'element':_0x5d8683,'attributes':_0x364d94['length']?Object['fromEntries'](_0x364d94):null}),_0x5ebf6f&&_0x561d91['insertionRanges']['push'](_0x5ebf6f),_0x44b16d&&_0x561d91['deletionRanges']['push'](_0x44b16d);},{'priority':'high'}),_0x1f3f74['on']('insertColumns',(_0x389730,_0x1acb1a)=>{const [_0xc1fbc8,_0x4d8122={}]=_0x1acb1a;if(!_0x561d91)return;const _0x337855=_0x4d8122['at']||0x0,_0xb9c552=_0x4d8122['columns']||0x1;_0x561d91['columnInsertionIndexes']=new Array(_0xb9c552)['fill'](_0x337855)['map']((_0x386558,_0x1adf8b)=>_0x386558+_0x1adf8b);for(const {cell:_0x2331aa}of _0x1f3f74['createTableWalker'](_0xc1fbc8,{'startColumn':_0x337855,'endColumn':_0x337855+_0xb9c552-0x1}))_0x561d91['columnInsertionRanges']['push'](_0x546335['model']['createRangeOn'](_0x2331aa));},{'priority':'low'}),_0x1f3f74['on']('insertRows',(_0x40e7f0,_0x14430e)=>{const [_0x15e6be,_0x10c5e5={}]=_0x14430e;if(!_0x561d91)return;const _0x458cd2=_0x10c5e5['at']||0x0,_0x272c4a=_0x10c5e5['rows']||0x1;_0x561d91['rowInsertionIndexes']=new Array(_0x272c4a)['fill'](_0x458cd2)['map']((_0x4b9d96,_0x558506)=>_0x4b9d96+_0x558506);for(const {cell:_0xc27d4b}of _0x1f3f74['createTableWalker'](_0x15e6be,{'startRow':_0x458cd2,'endRow':_0x458cd2+_0x272c4a-0x1}))_0x561d91['rowInsertionRanges']['push'](_0x546335['model']['createRangeOn'](_0xc27d4b));},{'priority':'low'}),_0x40d3de['descriptionFactory']['registerDescriptionCallback'](_0x292c34=>{if(_0x292c34['subType']&&_0x292c34['subType']['startsWith']('tablePaste'))return _0x292c34['previous']?{}:{'type':'insertion','content':o(_0x546335['locale'],'*Replace\x20table\x20cells*')};});const _0x233eec=()=>!0x1;for(const _0x12c795 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x40d3de['_suggestionFactory']['registerCustomCallback']('insertion',_0x12c795,'join',_0x233eec),_0x40d3de['_suggestionFactory']['registerCustomCallback']('deletion',_0x12c795,'join',_0x233eec),_0x40d3de['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x12c795,'join',_0x233eec);_0x40d3de['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x233eec),_0x40d3de['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x4c8caf,_0x58ed3d,_0x3eb3e0)=>{const _0x335ae3=_0x4c8caf['map'](_0x5c558e=>_0x5c558e['getContainedElement']())['filter'](_0x337e35=>_0x337e35),_0x11b7b5=new Map(_0x335ae3['map'](_0x298e52=>[_0x298e52,null]));if(_0x561d91){for(const {element:_0x183973,attributes:_0x59d304}of _0x561d91['cells'])_0x59d304&&_0x11b7b5['set'](_0x183973,_0x59d304);}else{if(_0x3eb3e0&&_0x3eb3e0['markerAttributes'])for(const [_0x34b30,_0x22f314]of Object['entries'](_0x3eb3e0['markerAttributes'])){const _0xd5f8e1=_0x546335['model']['markers']['get'](_0x34b30),_0x377e7e=_0xd5f8e1?_0xd5f8e1['getRange']()['getContainedElement']():null;_0x377e7e&&_0x11b7b5['set'](_0x377e7e,_0x22f314);}}_0x546335['model']['change'](_0x52aea4=>{for(const [_0x3603d6,_0x109d18]of _0x11b7b5)_0x52aea4['setAttributes']({...Ce,..._0x109d18},_0x3603d6);});});const _0x5e2b6b=(_0x4eaa1a,_0x4f7234)=>{_0x40d3de['_suggestionFactory']['registerCustomCallback'](_0x4eaa1a,'tablePaste',_0x4f7234,(_0x1ec31a,_0x87a6cf,_0x39f41a)=>{_0x546335['model']['change'](_0x3ee066=>{const _0x32af77=[];for(const _0x2ca0f2 of _0x1ec31a){const _0x5b89d4=_0x2ca0f2['start']['nodeAfter'];_0x5b89d4['is']('element','tableCellSuggestion')&&_0x32af77['push'](_0x5b89d4);}_0x40d3de['_suggestionFactory']['getSuggestionCallback'](_0x4eaa1a,null,_0x4f7234)(_0x1ec31a,_0x87a6cf,_0x39f41a);for(const _0x470b9d of _0x32af77)'$graveyard'!=_0x470b9d['root']['rootName']&&_0x3ee066['unwrap'](_0x470b9d);});});};_0x5e2b6b('insertion','accept'),_0x5e2b6b('insertion','discard'),_0x5e2b6b('deletion','accept'),_0x5e2b6b('deletion','discard'),_0x40d3de['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x3cc1de=>{const _0x123caf=_0x3cc1de['map'](_0x2348a1=>_0x2348a1['getContainedElement']()),_0xdcc786=_0x123caf[0x0]['findAncestor']('table'),{minRow:_0x559708,maxRow:_0x55b16b}=_0x7ad768['_getCoordsForCells'](_0x123caf);_0x1f3f74['removeRows'](_0xdcc786,{'at':_0x559708,'rows':_0x55b16b-_0x559708+0x1});}),_0x40d3de['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x4085a8=>{const _0x3143cd=_0x4085a8['map'](_0x3064c2=>_0x3064c2['getContainedElement']()),_0x39429b=_0x3143cd[0x0]['findAncestor']('table'),{minColumn:_0x3ea5cd,maxColumn:_0x57d882}=_0x7ad768['_getCoordsForCells'](_0x3143cd);_0x1f3f74['removeColumns'](_0x39429b,{'at':_0x3ea5cd,'columns':_0x57d882-_0x3ea5cd+0x1});});const _0x12316b=(_0x3eb10f,_0x3d28e3)=>{if(!_0x3d28e3['subType']||!_0x3d28e3['subType']['startsWith']('tablePaste'))return;const _0x1f8a3d=_0x3d28e3['attributes']['tablePasteChainId'],_0x54d211=_0x40d3de['getSuggestions']()['filter'](_0x467d53=>_0x467d53['isInContent']&&_0x467d53['attributes']&&_0x467d53['attributes']['tablePasteChainId']==_0x1f8a3d);_0x54d211['length']&&_0x3d28e3['getAllAdjacentSuggestions']()['length']!=_0x54d211['length']&&_0x54d211['reduce']((_0x1bf21f,_0x40aa8b)=>(_0x1bf21f['next']=_0x40aa8b,_0x40aa8b['previous']=_0x1bf21f,_0x40aa8b));};function _0x5e3699(_0x548095,_0x5ce084=!0x0){const {id:_0x16a5c7}=_0x40d3de['_splitMarkerName'](_0x548095['markerName']),_0x243ef9=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x243128=_0x40d3de['activeMarkers']['includes'](_0x548095['markerName']);return _0x243128&&_0x243ef9['push']('ck-suggestion-marker--active'),{'classes':_0x243ef9,'attributes':{'data-suggestion':_0x16a5c7},'priority':_0x243128&&_0x5ce084?0xbc2:0xbb8};}_0x40d3de['on']('suggestionLoaded',_0x12316b,{'priority':'high'}),_0x40d3de['on']('suggestionUnloaded',_0x12316b,{'priority':'high'}),_0x546335['model']['document']['registerPostFixer'](()=>{let _0x5477b0=!0x1;const _0x72cd5c=Array['from'](_0x546335['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x34aa3a,data:_0x5623c9}of _0x72cd5c){const {group:_0xaf791,type:_0x4c7fb2,id:_0x357bb5}=_0x40d3de['_splitMarkerName'](_0x34aa3a);if('suggestion'!=_0xaf791||'deletion'!=_0x4c7fb2||_0x5623c9['oldRange'])continue;if(!_0x40d3de['hasSuggestion'](_0x357bb5))continue;const _0x25e4b3=_0x40d3de['getSuggestion'](_0x357bb5)['getRanges'](),_0x292f32=_0x546335['plugins']['get']('Users')['me'];for(const _0x219729 of _0x40d3de['getSuggestions']()){if(!_0x219729['isInContent']||_0x219729['author']!=_0x292f32)continue;if('formatBlock'!=_0x219729['type']||'tablePasteCell'!=_0x219729['subType'])continue;if(_0x219729['getRanges']()['every'](_0x33aa1a=>_0x25e4b3['some'](_0x48a978=>_0x48a978['containsRange'](_0x33aa1a,!0x0)))){for(const _0xac6567 of _0x219729['getAllAdjacentSuggestions']())_0xac6567['isInContent']&&(_0xac6567['discard'](),_0x5477b0=!0x0);}}}return _0x5477b0;}),_0x546335['model']['document']['registerPostFixer'](_0x59936f=>{const _0x1e9d64=_0x546335['commands']['get']('redo');if(!_0x1e9d64||!_0x1e9d64['_createdBatches']['has'](_0x59936f['batch']))return!0x1;let _0x35a789=!0x1;const _0x219ca8=_0x546335['plugins']['get']('Users')['me'],_0x5749ba=_0x546335['model']['document']['differ']['getChanges'](),_0xfe4ca0=Array['from'](_0x546335['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x388e83,data:_0x25e51c})=>{const {group:_0x4d4ead,subType:_0x15ae14,authorId:_0x25cbd3}=_0x40d3de['_splitMarkerName'](_0x388e83);return'suggestion'==_0x4d4ead&&'tablePaste'==_0x15ae14&&_0x25cbd3==_0x219ca8['id']&&!_0x25e51c['oldRange'];});for(const _0x2e3181 of _0x5749ba){if('insert'!=_0x2e3181['type']||'tableCellSuggestion'!=_0x2e3181['name']||0x1!=_0x2e3181['length'])continue;const _0x811023=_0x59936f['createRange'](_0x2e3181['position'],_0x2e3181['position']['getShiftedBy'](0x1));if(!_0xfe4ca0['find'](({data:_0xd4415a})=>_0xd4415a['newRange']['isEqual'](_0x811023))){for(const {name:_0x532321,data:_0x1745a7}of _0xfe4ca0)if(_0x811023['containsRange'](_0x1745a7['newRange'])){_0x59936f['updateMarker'](_0x532321,{'range':_0x811023}),_0x35a789=!0x0;break;}}}return _0x35a789;}),_0x546335['model']['document']['registerPostFixer'](_0x928b13=>{let _0x5298b1=!0x1;const _0x45de47=_0x546335['plugins']['get']('Users')['me'],_0x2890b9=_0x40d3de['getSuggestions']()['filter'](_0x3d4903=>_0x3d4903['isInContent']&&_0x3d4903['author']==_0x45de47),_0x5505f8=new Set(),_0x246772=new Set();for(const _0x4cba0f of _0x2890b9)if('tablePaste'==_0x4cba0f['subType'])for(const _0x3f4c5b of _0x4cba0f['getMarkers']()){const _0x421b28=_0x3f4c5b['getRange']()['getContainedElement']();if(_0x421b28){if(_0x421b28['is']('element','tableCellSuggestion')&&Pe(_0x421b28)){_0x4cba0f['removeMarker'](_0x3f4c5b['name']),_0x5505f8['add'](_0x421b28),_0x5298b1=!0x0;const _0xb8bccc=_0x421b28['nextSibling'],_0x1980b9=_0x421b28['previousSibling'],_0x2c2f21=_0xb8bccc&&_0xb8bccc['is']('element','tableCellSuggestion'),_0x361751=_0x1980b9&&_0x1980b9['is']('element','tableCellSuggestion');_0x2c2f21&&!_0x5505f8['has'](_0xb8bccc)&&_0x246772['add'](_0xb8bccc),_0x361751&&!_0x5505f8['has'](_0x1980b9)&&_0x246772['add'](_0x1980b9);}else _0x421b28['is']('element','paragraph')&&_0x421b28['isEmpty']&&(_0x4cba0f['removeMarker'](_0x3f4c5b['name']),_0x5298b1=!0x0);}}else{if('tablePasteCell'==_0x4cba0f['subType']){if(!_0x4cba0f['attributes']||!_0x4cba0f['attributes']['tablePasteChainId'])continue;const _0x2b321d=_0x4cba0f['attributes']['markerAttributes'];if(_0x2b321d&&Object['keys'](_0x2b321d)['length'])continue;const _0x4fe70e=_0x4cba0f['attributes']['tablePasteChainId'];let _0x344733=!0x0,_0x5c3f41=!0x0;for(const _0xb0b686 of _0x2890b9)if(_0xb0b686['subType']&&_0xb0b686['subType']['startsWith']('tablePaste')){if(!_0xb0b686['attributes']['tablePasteChainId']){_0x5c3f41=!0x1;break;}if(_0xb0b686['id']!=_0x4cba0f['id']&&_0xb0b686['attributes']['tablePasteChainId']==_0x4fe70e){_0x344733=!0x1;break;}}_0x5c3f41&&_0x344733&&(_0x4cba0f['removeMarkers'](),_0x5298b1=!0x0);}}for(const _0x3a22a6 of _0x5505f8)_0x928b13['remove'](_0x3a22a6);for(const _0x34c72a of _0x246772)_0x928b13['unwrap'](_0x34c72a);return _0x5298b1;}),_0x546335['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x588adb,_0x16c9c7)=>_0x5e3699(_0x588adb),'converterPriority':'high'}),_0x546335['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x4c975f,_0x190c8d)=>_0x190c8d['options']['showSuggestionHighlights']?_0x5e3699(_0x4c975f,!0x1):null,'converterPriority':'high'});const _0x52c8eb=_0x546335['editing']['view'];this['listenTo'](_0x52c8eb['document'],'clipboardOutput',(_0x34ef22,_0x2783f8)=>{const _0xf45243=[];for(const _0x34b489 of _0x52c8eb['createRangeIn'](_0x2783f8['content'])['getItems']())_0x34b489['is']('element','suggestion-td')&&_0xf45243['push'](_0x34b489);_0x52c8eb['change'](_0x4fe6d6=>{for(const _0x3edfb3 of _0xf45243)_0x4fe6d6['move'](_0x4fe6d6['createRangeIn'](_0x3edfb3),_0x4fe6d6['createPositionBefore'](_0x3edfb3)),_0x4fe6d6['remove'](_0x3edfb3);});});}}function Pe(_0x13a4b9){if(_0x13a4b9['isEmpty'])return!0x0;const _0x3b1fd7=_0x13a4b9['getChild'](0x0);return _0x3b1fd7['is']('element','paragraph')&&_0x3b1fd7['isEmpty'];}function he(_0x45192f,_0x4c8208={},_0x2fb952){for(const {isAnchor:_0x155fa3,cellHeight:_0xf07cb5,cellWidth:_0x502dca}of _0x2fb952['createTableWalker'](_0x45192f,{'includeAllSlots':!0x0,..._0x4c8208}))if(!_0x155fa3||0x1!=_0xf07cb5||0x1!=_0x502dca)return!0x1;return!0x0;}class vt extends _0x463102{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x4a4c69=this['editor']['plugins']['get']('TrackChangesEditing');_0x4a4c69['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x4a4c69['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x4a4c69['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4a4c69['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x4a4c69['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x4a4c69['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x8062a5,_0x4f3efd){const _0x297509=this['editor']['plugins']['get']('TrackChangesEditing'),_0x449f57=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x1c299b=_0x4f3efd['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x3518ef=_0x449f57['getColumnGroupElement'](_0x1c299b);let _0x5a0015=_0x3518ef?_0x449f57['getTableColumnsWidths'](_0x3518ef):null,_0x184a80=_0x1c299b['getAttribute']('tableWidth')||null;const _0x2f0a76=_0x4f3efd['tableWidth']||_0x184a80,_0x3c4285=_0x4f3efd['columnWidths']||_0x5a0015,_0x5de947=this['editor']['plugins']['get']('Users')['me'];for(const _0x2c6370 of _0x297509['getSuggestions']()){const _0x5bea43=_0x2c6370['getContainedElement']();if('resizeTable'===_0x2c6370['subType']&&_0x5bea43===_0x1c299b){_0x2c6370['author']!==_0x5de947&&_0x2c6370['discard']();const _0x27835e=_0x2c6370['data']['commandParams'];_0x184a80=_0x27835e[0x0]['tableWidth'],_0x5a0015=_0x27835e[0x0]['columnWidths'];break;}}_0x8062a5({'table':_0x1c299b,'tableWidth':_0x2f0a76,'columnWidths':_0x3c4285}),_0x297509['markBlockFormat'](_0x1c299b,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x184a80,'columnWidths':_0x5a0015}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x5ec2c8){if('formatBlock'!=_0x5ec2c8['type']&&'formatInline'!=_0x5ec2c8['type'])return;const {data:_0xd447d6}=_0x5ec2c8;if(_0xd447d6&&'resizeTable'===_0xd447d6['formatGroupId']){const _0x5b8ae2='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x5b8ae2)};}}}class Ct extends _0x463102{['afterInit'](){const _0x23016c=this['editor'];_0x23016c['plugins']['has']('Template')&&_0x23016c['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class _t extends _0x463102{['afterInit'](){const _0x399c16=this['editor'];if(!_0x399c16['commands']['get']('insertTableOfContents'))return;_0x399c16['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x3ccd35=_0x399c16['plugins']['get']('TrackChangesEditing'),_0x3295ec=_0x399c16['locale'];_0x3ccd35['descriptionFactory']['registerElementLabel']('tableOfContents',_0x5c83c1=>o(_0x3295ec,'ELEMENT_TABLE_OF_CONTENTS',_0x5c83c1));}}class Dt extends _0x463102{['afterInit'](){const _0x5971f6=this['editor'];if(!_0x5971f6['plugins']['has']('Title'))return;const _0x42085e=_0x5971f6['plugins']['get']('TrackChangesEditing');_0x42085e['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x5971f6['locale'],'ELEMENT_TITLE')),_0x5971f6['model']['document']['registerPostFixer'](_0x574eb5=>{let _0xc7525f=!0x1;const _0x337a9e=Array['from'](_0x5971f6['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2c7c09,data:_0xf6d8b0}of _0x337a9e){const {group:_0x16ea0b}=_0x42085e['_splitMarkerName'](_0x2c7c09);if('suggestion'!==_0x16ea0b||!_0xf6d8b0['newRange'])continue;const _0x162040=_0xf6d8b0['newRange'],_0x3679df=_0x162040['end']['nodeBefore'];if(!_0x3679df||!_0x3679df['is']('element','title-content'))continue;if(!_0x162040['start']['isTouching'](_0x162040['end']))continue;const _0x4e55de=_0x5971f6['model']['schema']['getNearestSelectionRange'](_0x162040['end'],'forward');if(_0x4e55de&&_0x4e55de['isCollapsed']){const _0x492d04=_0x574eb5['createRange'](_0x162040['start'],_0x4e55de['start']);_0x492d04['isEqual'](_0x162040)||(_0x574eb5['updateMarker'](_0x2c7c09,{'range':_0x492d04}),_0xc7525f=!0x0);}_0xc7525f||(_0x574eb5['removeMarker'](_0x2c7c09),_0xc7525f=!0x0);}return _0xc7525f;});}}class Nt extends _0x463102{['afterInit'](){const _0xe07601=this['editor'],_0x110a8e=_0xe07601['plugins']['get']('TrackChangesEditing');_0xe07601['plugins']['has']('UndoEditing')&&(_0x110a8e['enableCommand']('undo'),_0x110a8e['enableCommand']('redo'));}}class Mt extends _0x463102{static get['requires'](){return[jt];}['afterInit'](){const _0x28c61b=this['editor'];if(!_0x28c61b['plugins']['has']('TableCaptionEditing'))return;_0x28c61b['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class $t extends _0x463102{['tableProperties'];['tableCellProperties'];constructor(_0x2f5812){super(_0x2f5812),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 _0x156ab5=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x16a2c9 of this['tableProperties'])_0x156ab5['enableCommand'](_0x16a2c9,(_0x2c0190,_0x4190e6)=>{const _0x163882=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x16a2c9,[_0x163882],this['tableProperties'],'tableProperties',_0x2c0190,_0x4190e6);});_0x156ab5['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x156ab5['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x156ab5['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x2564a6,_0x402cb0)=>this['handleDiscardAction'](this['tableProperties'],_0x2564a6,_0x402cb0)),_0x156ab5['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x5230be of this['tableCellProperties'])_0x156ab5['enableCommand'](_0x5230be,(_0x347f79,_0x2dc3dc)=>{const _0x40c3be=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x5230be,_0x40c3be,this['tableCellProperties'],'tableCellProperties',_0x347f79,_0x2dc3dc);});_0x156ab5['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x156ab5['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x156ab5['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x1edb84,_0x5823eb)=>this['handleDiscardAction'](this['tableCellProperties'],_0x1edb84,_0x5823eb)),_0x156ab5['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x156ab5['descriptionFactory']['registerDescriptionCallback'](_0x5cb598=>this['handleSuggestionDescription'](_0x5cb598));}['_handlePropertyChange'](_0x4b7aa2,_0x15d3a0,_0x38837f,_0x136175,_0x1d6d73,_0x177967){const _0x2e49ec=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x177967['batch'],()=>{for(const _0x56939e of _0x15d3a0){if(this['_getSuggestion'](_0x56939e,_0x136175))_0x1d6d73(_0x177967);else{const _0x2fccfa={};for(const _0x20b9ab of _0x38837f){const _0x4afc65=_0x56939e['getAttribute'](_0x20b9ab);void 0x0!==_0x4afc65&&(_0x2fccfa[_0x20b9ab]=_0x4afc65);}_0x1d6d73(_0x177967),_0x2e49ec['markBlockFormat'](_0x56939e,{'commandParams':[_0x2fccfa]},[],_0x136175);}}});}['handleDiscardAction'](_0x5ae6bb,_0xd81d01,_0x51ef46){const _0x4fcec1=_0xd81d01[0x0]['start']['nodeAfter'],_0x4db0bd=_0x51ef46['commandParams'][0x0];this['editor']['model']['change'](_0x541edb=>{for(const _0x5375a3 of _0x5ae6bb)void 0x0!==_0x4db0bd[_0x5375a3]?_0x541edb['setAttribute'](_0x5375a3,_0x4db0bd[_0x5375a3],_0x4fcec1):_0x541edb['removeAttribute'](_0x5375a3,_0x4fcec1);});}['handleSuggestionDescription'](_0x5e8845){if(_0x5e8845['data'])switch(_0x5e8845['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'](_0x144563,_0x418a8c){const _0x2b4e8c=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x43dfac of _0x2b4e8c['getSuggestions']({'skipNotAttached':!0x0})){const _0x1b44c6=_0x43dfac['getContainedElement']();if(_0x43dfac['subType']===_0x418a8c&&_0x1b44c6===_0x144563)return _0x43dfac;}return null;}}const m='$elementName';class p extends _0x463102{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x2074d8,_0x5e8ae5,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(_0x23cbe0){function _0x108d88(_0x100ba4){return _0x100ba4['map'](_0x3ca674=>String['fromCharCode'](_0x3ca674))['join']('');}super(_0x23cbe0),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x49b339,_0x42c904,_0x25bea5,_0xc0b431)=>{this['_model']['change'](()=>{for(const _0x47b53c of[..._0xc0b431,..._0x25bea5])this['_model']['markers']['has'](_0x47b53c)&&_0x23cbe0['editing']['reconvertMarker'](_0x47b53c);});}),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']=_0x23cbe0['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(),_0x23cbe0['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x23cbe0['config']['get']('trackChanges.trackFormatChanges'),_0x23cbe0['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x23cbe0['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new M(_0x23cbe0,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x108d88([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x108d88([0x34,0x30,0x34,0x38,0x31,0x32,0x31,0x36]);}['init'](){const _0x47bbb7=this['editor'],_0x1ae80a=(_0x68e691,_0x48e6e7)=>{if('attribute'!=_0x68e691)return'ck-suggestion-marker-'+_0x68e691;const _0x44bb87=_0x48e6e7['split']('|')[0x0];return this['_isBlockAttribute'](_0x44bb87)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x47bbb7['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x26a314=>{const {id:_0x4e05ce,type:_0xe5bc63,subType:_0x574632}=this['_splitMarkerName'](_0x26a314['markerName']),_0x32ff2e=['ck-suggestion-marker',_0x1ae80a(_0xe5bc63,_0x574632)];let _0x11ba95=0xbb8;return this['activeMarkers']['includes'](_0x26a314['markerName'])&&(_0x32ff2e['push']('ck-suggestion-marker--active'),_0x11ba95=0xbc2),'deletion'==_0xe5bc63&&(_0x11ba95+=0x5),{'classes':_0x32ff2e,'attributes':{'data-suggestion':_0x4e05ce},'priority':_0x11ba95};}}),_0x47bbb7['conversion']['for']('dataDowncast')['add'](_0xb7e434=>{_0xb7e434['on']('addMarker:suggestion',(_0x42b863,_0x3929bd,_0x15a92f)=>{if(!_0x15a92f['options']['showSuggestionHighlights'])return;const _0xe602fd=_0x3929bd['item'];if(!_0xe602fd)return;const _0x653be7=_0x15a92f['mapper']['toViewElement'](_0xe602fd);_0x47bbb7['model']['schema']['isObject'](_0xe602fd)&&_0x653be7&&!_0x653be7['getCustomProperty']('widget')&&_0x653be7['is']('containerElement')&&_0x26bf30(_0x653be7,_0x15a92f['writer']);},{'priority':'high'});}),_0x47bbb7['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x5befd4,_0x5ac8ef)=>{if(!_0x5ac8ef['options']['showSuggestionHighlights'])return null;const {type:_0x4f87f6,subType:_0xc2976a}=this['_splitMarkerName'](_0x5befd4['markerName']);return{'classes':['ck-suggestion-marker',_0x1ae80a(_0x4f87f6,_0xc2976a)],'priority':0xbb8};}});const _0x49b4f1=({showActiveMarkers:_0x4c1d1f=!0x0,isAttributeSuggestion:_0x2c09c1=!0x1}={})=>(_0x4eef0e,_0x2d0d9b,_0x7aad16)=>{if(!_0x2d0d9b['item'])return;const {id:_0x407800}=this['_splitMarkerName'](_0x2d0d9b['markerName']);if(_0x2c09c1){const _0x4f189b=this['_suggestions']['get'](_0x407800),_0x16e793=this['_getAttributeKey'](_0x4f189b);if(!this['_isBlockAttribute'](_0x16e793))return;}if(_0x2d0d9b['item']['is']('selection'))return void _0x7aad16['consumable']['consume'](_0x2d0d9b['item'],_0x4eef0e['name']);const _0x1fa929=_0x7aad16['mapper']['toViewElement'](_0x2d0d9b['item']);if(_0x2d0d9b['item']['is']('element')&&_0x47bbb7['model']['schema']['isBlock'](_0x2d0d9b['item'])&&!_0x1fa929['getCustomProperty']('addHighlight')){_0x7aad16['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x1fa929),_0x7aad16['writer']['setAttribute']('data-suggestion',_0x407800,_0x1fa929),_0x7aad16['mapper']['bindElementToMarker'](_0x1fa929,_0x2d0d9b['markerName']),_0x4c1d1f&&(this['activeMarkers']['includes'](_0x2d0d9b['markerName'])?_0x7aad16['writer']['addClass']('ck-suggestion-marker--active',_0x1fa929):_0x7aad16['writer']['removeClass']('ck-suggestion-marker--active',_0x1fa929));for(const _0x300e69 of _0x47bbb7['model']['createRangeIn'](_0x2d0d9b['item'])['getItems']())_0x7aad16['consumable']['consume'](_0x300e69,_0x4eef0e['name']);_0x7aad16['consumable']['consume'](_0x2d0d9b['item'],_0x4eef0e['name']);}};_0x47bbb7['conversion']['for']('dataDowncast')['add'](_0x4e6b64=>{_0x4e6b64['on']('addMarker:suggestion:formatBlock',(_0x5185d3,_0x4f4dbc,_0x11e581)=>{_0x11e581['options']['showSuggestionHighlights']&&_0x49b4f1({'showActiveMarkers':!0x1})(_0x5185d3,_0x4f4dbc,_0x11e581);},{'priority':'highest'});}),_0x47bbb7['conversion']['for']('dataDowncast')['add'](_0x14e518=>{_0x14e518['on']('addMarker:suggestion:attribute',(_0x518405,_0x347172,_0x29a55b)=>{_0x29a55b['options']['showSuggestionHighlights']&&_0x49b4f1({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x518405,_0x347172,_0x29a55b);},{'priority':'highest'});}),_0x47bbb7['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x5616cb,_0x4dffee)=>_0x4dffee['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x5616cb['substr'](0xb)}}),_0x47bbb7['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x1adc0c,{writer:_0x3cb433})=>{let _0x2e22cb='suggestion:'+_0x1adc0c['getAttribute']('suggestion-type')+':'+_0x1adc0c['getAttribute']('id');return _0x1adc0c['getAttribute']('marker-count')&&(_0x2e22cb+=':'+_0x1adc0c['getAttribute']('marker-count')),_0x3cb433['createElement']('$marker',{'data-name':_0x2e22cb});}}),_0x47bbb7['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x47bbb7['conversion']['for']('editingDowncast')['add'](_0x237dc9=>{_0x237dc9['on']('addMarker:suggestion:formatBlock',_0x49b4f1(),{'priority':'high'});}),_0x47bbb7['conversion']['for']('editingDowncast')['add'](_0x477051=>{_0x477051['on']('addMarker:suggestion:attribute',_0x49b4f1({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x47bbb7['conversion']['for']('editingDowncast')['add'](_0x48341b=>{_0x48341b['on']('removeMarker:suggestion:formatBlock',(_0x44ee5f,_0x54f6d7,_0x450ee3)=>{const _0x2d6dd9=_0x450ee3['mapper']['markerNameToElements'](_0x54f6d7['markerName']);if(_0x2d6dd9){for(const _0x2b568b of _0x2d6dd9)_0x2b568b['getCustomProperty']('addHighlight')||(_0x450ee3['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x2b568b),_0x450ee3['writer']['removeAttribute']('data-suggestion',_0x2b568b),_0x450ee3['mapper']['unbindElementFromMarkerName'](_0x2b568b,_0x54f6d7['markerName']));}},{'priority':'high'});}),_0x47bbb7['conversion']['for']('editingDowncast')['add'](_0x15a499=>{_0x15a499['on']('removeMarker:suggestion:attribute',(_0x50d88e,_0x349975,_0x5a5bb6)=>{const _0x2d06c7=_0x5a5bb6['mapper']['markerNameToElements'](_0x349975['markerName']);if(!_0x2d06c7)return;const {id:_0x34b2ad}=this['_splitMarkerName'](_0x349975['markerName']),_0x106367=this['_suggestions']['get'](_0x34b2ad),_0x2023ff=this['_getAttributeKey'](_0x106367);if(this['_isBlockAttribute'](_0x2023ff)){for(const _0x3c157f of _0x2d06c7)_0x3c157f['getCustomProperty']('addHighlight')||(_0x5a5bb6['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x3c157f),_0x5a5bb6['writer']['removeAttribute']('data-suggestion',_0x3c157f),_0x5a5bb6['mapper']['unbindElementFromMarkerName'](_0x3c157f,_0x349975['markerName']));}},{'priority':'high'});}),_0x47bbb7['model']['document']['registerPostFixer'](_0x34e3bf=>{let _0x203f6b=!0x1;const _0x2b94c4=Array['from'](_0x47bbb7['model']['document']['differ']['getChangedMarkers']()),_0x58d5d3=new Set();for(const {name:_0x173922,data:_0x1d4873}of _0x2b94c4){const {group:_0xdf79c,type:_0x3832e4,subType:_0xbbfb5b,id:_0x1e3a6f}=this['_splitMarkerName'](_0x173922);if('suggestion'!==_0xdf79c)continue;const _0x3f5daa=this['_suggestions']['get'](_0x1e3a6f);if(null!=_0x1d4873['newRange']){'formatInline'==_0x3832e4&&(_0x203f6b=_0x203f6b||Et(_0x1d4873['newRange'],_0x173922,_0x34e3bf,_0x47bbb7['model']['schema']));const _0x5d7ae2='attribute'==_0x3832e4&&this['_isBlockAttribute'](_0xbbfb5b['split']('|')[0x0]);if(_0x1d4873['newRange']['isCollapsed']||'$graveyard'==_0x1d4873['newRange']['root']['rootName']||'formatBlock'==_0x3832e4&&!Ut(_0x1d4873['newRange'])||_0x5d7ae2&&!Ut(_0x1d4873['newRange'])||'deletion'==_0x3832e4&&!(!Tt(_0x1dd91f=_0x1d4873['newRange'])&&!function(_0x2602d3){return _0x2602d3['start']['parent']==_0x2602d3['end']['nodeBefore']&&_0x2602d3['start']['isAtEnd'];}(_0x1dd91f)))_0x34e3bf['removeMarker'](_0x173922),_0x203f6b=!0x0;else{if(!_0x3f5daa||!_0x3f5daa['isInContent'])continue;_0x58d5d3['add'](_0x3f5daa);}}}var _0x1dd91f;return _0x58d5d3['size']>0x0&&(_0x203f6b=!!this['_joinWithAdjacentSuggestions'](_0x58d5d3)||_0x203f6b),_0x203f6b;}),_0x47bbb7['model']['document']['registerPostFixer'](_0xc81cc5=>{let _0x29d937=!0x1;for(const _0x2a1436 of _0x47bbb7['model']['document']['differ']['getChanges']())if('insert'==_0x2a1436['type'])for(const _0x35da02 of this['_suggestions']['values']()){if(_0x35da02['isMultiRange']||!_0x35da02['isInContent'])continue;const _0x1590e6='formatBlock'==_0x35da02['type'],_0x4d080b=this['_getAttributeKey'](_0x35da02),_0x48cf92=_0x4d080b&&this['_isBlockAttribute'](_0x4d080b);if(!_0x1590e6&&!_0x48cf92)continue;const _0x1400b0=_0x35da02['getFirstRange']();if(_0x1400b0['start']['parent']!=_0x1400b0['end']['parent']&&!_0x1400b0['end']['isAtEnd']){const _0xb43aee=_0x47bbb7['model']['createPositionAt'](_0x1400b0['start']['nodeAfter'],'end'),_0x301794=_0x47bbb7['model']['createRange'](_0x1400b0['start'],_0xb43aee);_0xc81cc5['updateMarker'](_0x35da02['getFirstMarker'](),{'range':_0x301794}),_0x29d937=!0x0;}}return _0x29d937;}),_0x47bbb7['model']['document']['registerPostFixer'](_0x3dfd28=>this['_processAttributeChanges'](_0x3dfd28)),_0x47bbb7['model']['document']['registerPostFixer'](_0x346317=>!_0x346317['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x346317)),_0x47bbb7['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x47bbb7['model']['document']['on']('change:data',(_0x39c179,_0x4b5330)=>{if(!_0x4b5330['isLocal']||_0x4b5330['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x2ffa10=_0x47bbb7['model']['document']['differ']['getChanges']();if(0x0==_0x2ffa10['length'])return;const _0x4b0eef=[],_0x30193d=_0x2ffa10['filter'](_0x20d529=>'attribute'==_0x20d529['type']),_0x4502b2=_0x2ffa10['filter'](_0x597c2d=>'insert'==_0x597c2d['type']&&'$text'!=_0x597c2d['name']);for(const _0x52016d of _0x30193d)this['_isRegisteredAttribute'](_0x52016d['attributeKey'])&&_0x4b0eef['push']({'key':_0x52016d['attributeKey'],'newValue':_0x52016d['attributeNewValue'],'oldValue':_0x52016d['attributeOldValue'],'range':Ot(_0x52016d['range'],_0x47bbb7['model'])});for(const _0x393b70 of _0x4502b2){if('rename'!=_0x393b70['action']&&'refresh'!=_0x393b70['action'])continue;const _0x495c36=Gt(_0x393b70['position']['nodeAfter'],_0x47bbb7['model']),_0x1e297b=_0x393b70['before'];'rename'==_0x393b70['action']&&_0x4b0eef['push']({'key':m,'newValue':_0x393b70['name'],'oldValue':_0x1e297b['name'],'range':_0x495c36});for(const [_0x5a0958,_0x528cd2]of _0x1e297b['attributes']){if(!this['_isRegisteredAttribute'](_0x5a0958))continue;const _0x28d338=_0x393b70['attributes']['get'](_0x5a0958);_0x528cd2!==_0x28d338&&_0x4b0eef['push']({'key':_0x5a0958,'newValue':_0x28d338,'oldValue':_0x528cd2,'range':_0x495c36});}for(const [_0x2d67f1,_0x4ce376]of _0x393b70['attributes'])this['_isRegisteredAttribute'](_0x2d67f1)&&(_0x1e297b['attributes']['has'](_0x2d67f1)||_0x4b0eef['push']({'key':_0x2d67f1,'newValue':_0x4ce376,'oldValue':null,'range':_0x495c36}));}0x0!=_0x4b0eef['length']&&_0x47bbb7['model']['enqueueChange'](_0x4b5330,_0x1e3a10=>{const _0x526682=_0x37a894();for(const {range:_0x4b1212,key:_0x2db799,oldValue:_0xff99e6,newValue:_0x47a700}of _0x4b0eef)this['markAttributeChange'](_0x4b1212,_0x2db799,_0xff99e6,_0x47a700,{'groupId':_0x526682});this['_reduceExistingSuggestions'](_0x1e3a10,_0x4b0eef);});},{'priority':'lowest'}),_0x47bbb7['model']['markers']['on']('update:suggestion',(_0x3b38da,_0x5ea993,_0x483d93)=>{if(null==_0x483d93){const {id:_0x2110a5}=this['_splitMarkerName'](_0x5ea993['name']),_0x28243c=this['_suggestions']['get'](_0x2110a5);_0x28243c&&_0x28243c['addMarkerName'](_0x5ea993['name']);}}),_0x47bbb7['model']['document']['on']('change:data',()=>{const _0x718d1f=Array['from'](_0x47bbb7['model']['document']['differ']['getChangedMarkers']())['filter'](_0x373647=>'suggestion'===this['_splitMarkerName'](_0x373647['name'])['group']);if(0x0===_0x718d1f['length'])return;_0x718d1f['sort']((_0x45c499,_0x228297)=>{const _0x4e8d2e=_0x45c499['data']['oldRange'],_0x46a960=_0x228297['data']['oldRange'];return null===_0x4e8d2e&&null===_0x46a960?0x0:null===_0x4e8d2e&&null!==_0x46a960?-0x1:null!==_0x4e8d2e&&null===_0x46a960?0x1:_0x4e8d2e['start']['isBefore'](_0x46a960['start'])?-0x1:0x1;});const _0xa020c4=new Set(),_0x345c7b=new Set();for(const {name:_0x54c782,data:_0x258a5c}of _0x718d1f){const {id:_0xa84c2d}=this['_splitMarkerName'](_0x54c782);if(null===_0x258a5c['oldRange']){const _0x2f558e=this['_handleNewSuggestionMarker'](_0x54c782);_0x345c7b['add'](_0x2f558e);}else{const _0x196ebe=this['_suggestions']['get'](_0xa84c2d);null!==_0x258a5c['newRange']||_0x196ebe['isInContent']?(_0xa020c4['add'](_0x196ebe['head']),_0x345c7b['add'](_0x196ebe)):this['_removeSuggestion'](_0x196ebe);}}_0x345c7b['size']>0x0&&this['_refreshSuggestionsChain'](_0x345c7b);for(const _0x5b2741 of _0xa020c4)this['fire']('suggestionChanged',_0x5b2741);}),_0x47bbb7['model']['on']('applyOperation',(_0x1b1820,_0x3bceae)=>{const _0x3de261=_0x3bceae[0x0];if(!this['_suggestions']['size'])return;if(!_0x3de261['isDocumentOperation'])return;if(_0x3de261['batch']['isUndo']||!_0x3de261['batch']['isLocal'])return;let _0x318876,_0x19077d;switch(_0x3de261['type']){case'insert':_0x318876=_0x47bbb7['model']['createPositionAt'](_0x3de261['position']),_0x19077d=_0x318876['getShiftedBy'](_0x3de261['howMany']);break;case'split':_0x318876=_0x47bbb7['model']['createPositionAt'](_0x3de261['splitPosition']),_0x19077d=_0x47bbb7['model']['createPositionAt'](_0x3de261['moveTargetPosition']);break;case'move':_0x318876=_0x47bbb7['model']['createPositionAt'](_0x3de261['targetPosition']),_0x19077d=_0x318876['getShiftedBy'](_0x3de261['howMany']);break;default:return;}const _0x4df8bc=_0x47bbb7['model']['createRange'](_0x318876,_0x19077d);_0x47bbb7['model']['change'](()=>{for(const {suggestion:_0x2cf607,meta:_0x383f0b}of this['_findSuggestions'](_0x4df8bc)){if(_0x2cf607['isMultiRange'])continue;if('formatInline'==_0x2cf607['type'])continue;const _0x55ddff=this['_getAttributeKey'](_0x2cf607);if(_0x55ddff&&this['_isBlockAttribute'](_0x55ddff)&&'split'!=_0x3de261['type'])continue;const _0x2cec5a=_0x2cf607['data']&&_0x2cf607['data']['multipleBlocks'];('formatBlock'!=_0x2cf607['type']||'split'==_0x3de261['type']&&!_0x2cec5a)&&(_0x383f0b['containsRangeInObject']||'insertion'==_0x2cf607['type']&&_0x383f0b['isOwn']||_0x2cf607['getFirstRange']()['containsRange'](_0x4df8bc)&&this['_breakSuggestionMarker'](_0x2cf607,_0x318876,_0x19077d));}});},{'priority':'lowest'}),_0x47bbb7['model']['on']('deleteContent',(_0x5b1b6c,_0x26b4e2)=>{const _0x1d1072=_0x26b4e2[0x0],_0x17daad=_0x26b4e2[0x1];if(_0x17daad&&_0x17daad['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x1d1072['isCollapsed'])return;const _0x597e1b=_0x47bbb7['model']['schema'],{start:_0x173d40,end:_0x47a5ef}=_0x1d1072['getFirstRange'](),_0x4f5d54=_0x173d40['nodeAfter']&&_0x597e1b['isLimit'](_0x173d40['nodeAfter'])?null:_0x597e1b['getNearestSelectionRange'](_0x173d40,'forward'),_0xba57b=_0x47a5ef['nodeBefore']&&_0x597e1b['isLimit'](_0x47a5ef['nodeBefore'])?null:_0x597e1b['getNearestSelectionRange'](_0x47a5ef,'backward'),_0x3dfb09=_0x47bbb7['model']['createRange'](_0x4f5d54?_0x4f5d54['start']:_0x173d40,_0xba57b?_0xba57b['end']:_0x47a5ef);_0x47bbb7['model']['change'](_0x1be53f=>{this['markDeletion'](_0x3dfb09);const _0x3abcd3=_0x47bbb7['model']['schema']['getNearestSelectionRange'](_0x3dfb09['start']);_0x1d1072['is']('documentSelection')?_0x1be53f['setSelection'](_0x3abcd3):_0x1d1072['setTo'](_0x3abcd3);}),_0x5b1b6c['stop']();},{'priority':_0x3523b5['normal']+0xa}),_0x47bbb7['model']['on']('insertContent',(_0x454fea,_0x30a8c3)=>{const _0x403ba3=_0x30a8c3[_0x30a8c3['length']-0x1];_0x403ba3&&_0x403ba3['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x47bbb7['model']['change'](()=>{let _0x33b9cc=_0x47bbb7['model']['insertContent'](_0x30a8c3[0x0],_0x30a8c3[0x1],_0x30a8c3[0x2],{'forceDefaultExecution':!0x0});if(!_0x33b9cc)return;_0x454fea['return']=_0x33b9cc['clone']();const _0x5c4b6c=_0x33b9cc['end']['nodeBefore'],_0xe7fcde=_0x47bbb7['model']['schema'];_0x5c4b6c&&_0xe7fcde['isBlock'](_0x5c4b6c)&&!_0xe7fcde['isObject'](_0x5c4b6c)&&(_0x33b9cc=_0x47bbb7['model']['createRange'](_0x33b9cc['start'],_0x47bbb7['model']['createPositionAt'](_0x5c4b6c,'end'))),this['markInsertion'](_0x33b9cc);}),_0x454fea['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0xe7da2b=new $(_0x47bbb7,this['_suggestions']);_0x47bbb7['commands']['add']('acceptSuggestion',_0xe7da2b),this['enableCommand']('acceptSuggestion');const _0x328932=new B(_0x47bbb7,this['_suggestions']);_0x47bbb7['commands']['add']('discardSuggestion',_0x328932),this['enableCommand']('discardSuggestion'),_0x47bbb7['commands']['add']('acceptAllSuggestions',new x(_0x47bbb7,_0xe7da2b,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x47bbb7['commands']['add']('discardAllSuggestions',new x(_0x47bbb7,_0x328932,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x47bbb7['commands']['add']('acceptSelectedSuggestions',new R(_0x47bbb7,_0xe7da2b,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x47bbb7['commands']['add']('discardSelectedSuggestions',new R(_0x47bbb7,_0x328932,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x6c6173=_0x47bbb7['plugins']['get']('CommentsRepository');this['listenTo'](_0x6c6173,'addComment',(_0x2b7ba0,{threadId:_0x11b900})=>{const _0x123765=this['_suggestions']['get'](_0x11b900);_0x123765&&_0x123765['commentThread']&&0x1===_0x123765['commentThread']['length']&&this['_updateSuggestionData'](_0x11b900,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x6c6173,'removeComment',(_0x312b55,{threadId:_0x3360d0})=>{const _0x3c2bfa=this['_suggestions']['get'](_0x3360d0);_0x3c2bfa&&_0x3c2bfa['commentThread']&&!_0x3c2bfa['commentThread']['length']&&this['_updateSuggestionData'](_0x3360d0,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x190625){if(this['_adapter'])throw new _0x3085e6('track-changes-adapter-already-set',this);this['_adapter']=_0x190625;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x881e9d=!0x1,toJSON:_0x31dfc5=!0x1}={}){const _0x1b8a1c=[];for(const _0x245e57 of this['_suggestions']['values']())_0x881e9d&&!_0x245e57['isInContent']||_0x1b8a1c['push'](_0x245e57);return _0x31dfc5?_0x1b8a1c['map'](_0x3504c0=>_0x3504c0['toJSON']()):_0x1b8a1c;}['getSuggestion'](_0x25e095){const _0x2554ae=this['_suggestions']['get'](_0x25e095);if(!_0x2554ae)throw new _0x3085e6('track-changes-suggestion-not-found',this);return _0x2554ae;}['hasSuggestion'](_0x5e8cb3){return this['_suggestions']['has'](_0x5e8cb3);}['addSuggestionData'](_0x1f47fe){const {authorId:_0x429ad0,id:_0x137d26,attributes:_0x21a4bf}=_0x1f47fe,[_0x4fc69c,_0x48d77e]=_0x1f47fe['type']['split'](':'),_0x2160e9=this['_suggestions']['get'](_0x137d26)||this['_createSuggestion'](_0x4fc69c,_0x48d77e,_0x137d26,_0x429ad0,_0x21a4bf);if(this['_addThreadToSuggestion'](_0x2160e9),this['_checkSuggestionCorrectness'](_0x2160e9,_0x4fc69c,_0x48d77e||null,_0x429ad0),_0x2160e9['createdAt']=_0x1f47fe['createdAt'],_0x2160e9['_isDataLoaded']=!0x0,_0x21a4bf&&_0x21a4bf['@external']){const _0x1c78d1=_0x21a4bf['@external'],_0x470a1a=this['_getExternalAuthor'](_0x1c78d1['authorName']);_0x2160e9['authoredAt']=_0x1c78d1['createdAt'],_0x2160e9['author']=_0x470a1a,_0x2160e9['isExternal']=!0x0;}else _0x2160e9['authoredAt']=_0x1f47fe['createdAt'];switch(_0x1f47fe['data']&&(_0x2160e9['data']=_0x1f47fe['data']),_0x1f47fe['attributes']&&(_0x2160e9['attributes']=_0x1f47fe['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x2160e9['_saved']=!0x0),this['_suggestionState']['get'](_0x2160e9)){case'notReady':this['_suggestionState']['set'](_0x2160e9,'dataReady');break;case'markerReady':_0x2160e9['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x2160e9])),this['_refreshSuggestionsChain'](new Set([_0x2160e9])),this['_suggestionState']['set'](_0x2160e9,'ready'),this['fire']('suggestionLoaded',_0x2160e9)):this['_suggestionState']['set'](_0x2160e9,'removed');}return _0x2160e9;}['acceptSuggestion'](_0x54289b){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x5653a4 of _0x54289b['getAllAdjacentSuggestions']())_0x5653a4['accept']();});});}['discardSuggestion'](_0x5275b0){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x7be4a0 of _0x5275b0['getAllAdjacentSuggestions']())_0x7be4a0['discard']();});});}['enableCommand'](_0x7cb6a1,_0xa45d61){const _0x261edb=this['editor']['commands']['get'](_0x7cb6a1);if(!_0x261edb)throw new _0x3085e6('track-changes-command-not-found',this,{'commandName':_0x7cb6a1});if(this['_enabledCommands']['has'](_0x261edb))throw new _0x3085e6('track-changes-enable-command-twice',this,{'commandName':_0x7cb6a1});this['_enabledCommands']['add'](_0x261edb),_0xa45d61&&_0x261edb['on']('execute',(_0xb8db80,_0x19b8b8)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x19b8b8['length']>0x0&&_0x19b8b8[_0x19b8b8['length']-0x1]&&_0x19b8b8[_0x19b8b8['length']-0x1]['forceDefaultExecution']?_0x19b8b8['pop']():(_0xb8db80['return']=_0xa45d61((..._0x19b31b)=>_0x261edb['execute'](..._0x19b31b,{'forceDefaultExecution':!0x0}),..._0x19b8b8),_0xb8db80['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x306d34){let _0x37e51c,_0x58f4a4;const _0x26ee86=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x37e51c=_0x306d34();}catch(_0x599116){_0x58f4a4=_0x599116;}return _0x26ee86||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x58f4a4&&_0x3085e6['rethrowUnexpectedError'](_0x58f4a4,this),_0x37e51c;}['markInsertion'](_0x3b4500,_0x512442=null,_0x57c152={}){if(_0x3b4500['isCollapsed'])return null;const _0x287641=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x15b440,meta:_0x43314c}of this['_findSuggestions'](_0x3b4500,'insertion'))if(_0x43314c['isOwn']){if(!_0x43314c['isNextTo']){if(_0x43314c['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Lt(_0x15b440,_0x57c152))continue;return _0x15b440;}if(Lt(_0x15b440,_0x57c152))return _0x15b440;this['_breakSuggestionMarker'](_0x15b440,_0x3b4500['start'],_0x3b4500['end']);break;}if(_0x512442==_0x15b440['subType']&&Lt(_0x15b440,_0x57c152)){const _0x3940ed=_0x15b440['getFirstRange']();return _0x3940ed['start']['isEqual'](_0x3b4500['end'])?this['_setSuggestionRange'](_0x15b440,this['_model']['createRange'](_0x3b4500['start'],_0x3940ed['end'])):this['_setSuggestionRange'](_0x15b440,this['_model']['createRange'](_0x3940ed['start'],_0x3b4500['end'])),_0x15b440;}}const _0x2145e1=_0x37a894(),_0x327615=_0x287641['id'],_0x5d683e=_0x512442?'insertion:'+_0x512442:'insertion',_0x16d21d=this['_setSuggestionData']({'id':_0x2145e1,'type':_0x5d683e,'createdAt':new Date(),'authorId':_0x327615,'attributes':_0x57c152});return this['_addSuggestionMarker'](_0x5d683e,_0x2145e1,_0x327615,_0x3b4500),_0x16d21d;}['markMultiRangeInsertion'](_0x41939e,_0x1cde38='multi',_0x65cac3={}){const _0x3537fe=this['editor']['plugins']['get']('Users')['me'],_0x901a4b=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x1cde38,'join');for(const _0x1ae575 of this['getSuggestions']())if(_0x1ae575['author']['id']==_0x3537fe['id']&&'insertion'==_0x1ae575['type']&&_0x1ae575['subType']==_0x1cde38&&Lt(_0x1ae575,_0x65cac3)&&(_0x901a4b(_0x1ae575['getRanges'](),_0x41939e)||_0x901a4b(_0x41939e,_0x1ae575['getRanges']()))){for(const _0x1aa20e of _0x41939e)_0x1ae575['addRange'](_0x1aa20e);return _0x1ae575;}for(const {suggestion:_0x7f83ac,meta:_0x16e15b}of this['_findSuggestions'](_0x41939e,'insertion')){if(!_0x16e15b['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x16e15b['containsRangeInObject'])continue;if(!Lt(_0x7f83ac,_0x65cac3))continue;let _0x4e86a1=!0x0;for(const _0x584e15 of _0x7f83ac['getRanges']())for(const _0x7dfaba of _0x41939e)if(!_0x584e15['containsRange'](_0x7dfaba)){_0x4e86a1=!0x1;break;}if(_0x4e86a1)return _0x7f83ac;}const _0x4e3ebb=_0x37a894(),_0x3248fd=_0x3537fe['id'],_0x3e78c9='insertion:'+_0x1cde38,_0x4779f3=this['_setSuggestionData']({'id':_0x4e3ebb,'type':_0x3e78c9,'createdAt':new Date(),'authorId':_0x3248fd,'attributes':_0x65cac3});for(const _0x2307b1 of _0x41939e)this['_addSuggestionMarker'](_0x3e78c9,_0x4e3ebb,_0x3248fd,_0x2307b1,u['getMultiRangeId']());return _0x4779f3;}['markInlineFormat'](_0x499ed4,_0x250ae0,_0x13228d=null,_0x32c6ad={}){if(_0x13228d=_0x13228d||Vt(_0x250ae0),_0x499ed4['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x45ebdc=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x13228d,'accept');return this['forceDefaultExecution'](()=>_0x45ebdc([_0x499ed4],_0x250ae0,_0x32c6ad)),null;}const _0x28df77=this['editor']['plugins']['get']('Users')['me'],_0x337e4d=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x5b7295,meta:_0x54d2bc}of this['_findSuggestions'](_0x499ed4,'insertion'))_0x54d2bc['isOwn']&&!_0x54d2bc['isInsideObject']&&_0x337e4d['push'](..._0x5b7295['getRanges']());}const _0xf00ca0=function(_0x56d181,_0x5467ad){const _0x1ee477=[];for(const _0x29eba2 of _0x5467ad){const _0x3c38af=_0x56d181['getIntersection'](_0x29eba2);_0x3c38af&&_0x1ee477['push'](_0x3c38af);}return _0x1ee477;}(_0x499ed4,_0x337e4d),_0x52949a=function(_0x2b1f82,_0x547c19){const _0x483059=[_0x2b1f82];for(const _0x2c7392 of _0x547c19){let _0xa9727f=0x0;for(;_0xa9727f<_0x483059['length'];){const _0x1860ac=_0x483059[_0xa9727f]['getDifference'](_0x2c7392);_0x483059['splice'](_0xa9727f,0x1,..._0x1860ac),_0xa9727f+=_0x1860ac['length'];}}return _0x483059;}(_0x499ed4,_0x337e4d);_0xf00ca0['length']&&this['_model']['change'](()=>{for(const _0x35b739 of _0xf00ca0){const _0x37b320=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x13228d,'accept');this['forceDefaultExecution'](()=>_0x37b320([_0x35b739],_0x250ae0,_0x32c6ad));}});for(const _0x358613 of _0x52949a){let _0x1ec389=null,_0x24c959=_0x358613['start'],_0x1614b0=_0x358613['end'];for(const {suggestion:_0x23e02a,meta:_0xc90f81}of this['_findSuggestions'](_0x358613,'formatInline')){if(!_0xc90f81['isOwn'])continue;if(_0x23e02a['subType']!=_0x13228d)continue;if(!Lt(_0x23e02a,_0x32c6ad))continue;const _0x1b63ab=_0x23e02a['getFirstRange']();if(_0x1b63ab['containsRange'](_0x358613,!0x0))return null;_0x24c959=_0x24c959['isBefore'](_0x1b63ab['start'])?_0x24c959:_0x1b63ab['start'],_0x1614b0=_0x1614b0['isAfter'](_0x1b63ab['end'])?_0x1614b0:_0x1b63ab['end'],_0x1ec389?_0x1b63ab['start']['isBefore'](_0x1ec389['getFirstRange']()['start'])?(_0x1ec389['removeMarkers'](),_0x1ec389=_0x23e02a):_0x23e02a['removeMarkers']():_0x1ec389=_0x23e02a;}const _0x49bb74=this['_model']['createRange'](_0x24c959,_0x1614b0);if(_0x1ec389)this['_setSuggestionRange'](_0x1ec389,_0x49bb74);else{const _0x47d771=_0x37a894(),_0xbfb8b3=_0x28df77['id'];this['_setSuggestionData']({'id':_0x47d771,'type':'formatInline:'+_0x13228d,'data':_0x250ae0,'createdAt':new Date(),'authorId':_0xbfb8b3,'attributes':_0x32c6ad}),this['_addSuggestionMarker']('formatInline:'+_0x13228d,_0x47d771,_0xbfb8b3,_0x49bb74);}}return null;}['markBlockFormat'](_0xccac67,_0x547b8b,_0x365f6f=[],_0x4407f0=null,_0x28459f={}){_0x547b8b['formatGroupId']||(_0x547b8b['formatGroupId']=_0x547b8b['commandName']),_0x547b8b['multipleBlocks']=_0xccac67['is']('range'),_0x4407f0=_0x4407f0||Vt(_0x547b8b);const _0x25b2ee=_0x365f6f['map'](_0x16cb14=>Gt(_0x16cb14,this['_model'])),_0x12a65d=_0xccac67['is']('range')?_0xccac67:Gt(_0xccac67,this['_model']);if('never'===this['_trackFormatChanges']){const _0x205b41=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x4407f0,'accept');return this['forceDefaultExecution'](()=>_0x205b41([_0x12a65d],_0x547b8b,_0x28459f)),null;}_0x25b2ee['push'](_0x12a65d);let _0x425080=!0x0;for(const _0xebf9e1 of _0x25b2ee)if(!this['_rangeIsInLocalUserInsertion'](_0xebf9e1)){_0x425080=!0x1;break;}if(_0x425080&&'always'!==this['_trackFormatChanges']){const _0x3ebdf0=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x4407f0,'accept');return this['forceDefaultExecution'](()=>_0x3ebdf0([_0x12a65d],_0x547b8b,_0x28459f)),null;}let _0x5de977=null,_0x31a2bf=_0x12a65d['start'],_0x41172a=_0x12a65d['end'];for(const {suggestion:_0x61a64f,meta:_0x52185e}of this['_findSuggestions'](_0x12a65d,'formatBlock')){if(!_0x52185e['isOwn'])continue;if(_0x52185e['isNextTo']||_0x52185e['containsRangeInObject']||_0x52185e['isInsideObject'])continue;if(_0x61a64f['data']['formatGroupId']!=_0x547b8b['formatGroupId'])continue;if(!Lt(_0x61a64f,_0x28459f))continue;const _0x37c865=_0x61a64f['getFirstRange']();if(_0x61a64f['subType']==_0x4407f0){if(_0x37c865['containsRange'](_0x12a65d,!0x0))return null;_0x31a2bf=_0x31a2bf['isBefore'](_0x37c865['start'])?_0x31a2bf:_0x37c865['start'],_0x41172a=_0x41172a['isAfter'](_0x37c865['end'])?_0x41172a:_0x37c865['end'],_0x5de977?_0x37c865['start']['isBefore'](_0x5de977['getFirstRange']()['start'])?(_0x5de977['removeMarkers'](),_0x5de977=_0x61a64f):_0x61a64f['removeMarkers']():_0x5de977=_0x61a64f;}else{const _0x2a77c2=_0x12a65d['getIntersection'](_0x37c865);this['_cutOutSuggestionMarker'](_0x61a64f,_0x2a77c2);}}const _0x4e0e88=this['editor']['plugins']['get']('Users')['me'],_0x39186d=_0x37a894(),_0x15cd94=_0x4e0e88['id'];if(_0x5de977)return this['_setSuggestionRange'](_0x5de977,this['_model']['createRange'](_0x31a2bf,_0x41172a)),_0x5de977;{const _0x458b1e=this['_setSuggestionData']({'id':_0x39186d,'type':'formatBlock:'+_0x4407f0,'data':_0x547b8b,'createdAt':new Date(),'authorId':_0x15cd94,'attributes':_0x28459f});return this['_addSuggestionMarker']('formatBlock:'+_0x4407f0,_0x39186d,_0x15cd94,this['_model']['createRange'](_0x31a2bf,_0x41172a)),_0x458b1e;}}['markMultiRangeBlockFormat'](_0x135178,_0x4eec17,_0x182f43=[],_0x3e7b5d=null,_0x5b308e={}){_0x4eec17['formatGroupId']||(_0x4eec17['formatGroupId']=_0x4eec17['commandName']);const _0xd90401=_0x135178[0x0];_0x4eec17['multipleBlocks']=_0xd90401['is']('range'),_0x3e7b5d=_0x3e7b5d||Vt(_0x4eec17);const _0x6833cb=_0x182f43['map'](_0x326b7d=>Gt(_0x326b7d,this['_model'])),_0x1b00fb=_0xd90401['is']('range')?_0x135178:_0x135178['map'](_0x3b5a15=>Gt(_0x3b5a15,this['_model']));if('never'===this['_trackFormatChanges']){const _0x2d0d70=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3e7b5d,'accept');return this['forceDefaultExecution'](()=>_0x2d0d70(_0x1b00fb,_0x4eec17,_0x5b308e)),null;}_0x6833cb['push'](..._0x1b00fb);let _0x540a1f=!0x0;for(const _0x39ff4d of _0x6833cb)if(!this['_rangeIsInLocalUserInsertion'](_0x39ff4d)){_0x540a1f=!0x1;break;}if(_0x540a1f&&'always'!==this['_trackFormatChanges']){const _0x29fce3=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3e7b5d,'accept');return this['forceDefaultExecution'](()=>_0x29fce3(_0x1b00fb,_0x4eec17,_0x5b308e)),null;}const _0xd63ffb=this['editor']['plugins']['get']('Users')['me'];for(const _0x318298 of this['getSuggestions']()){if(_0x318298['author']['id']!=_0xd63ffb['id'])continue;if('formatBlock'!=_0x318298['type']||_0x318298['data']['formatGroupId']!=_0x4eec17['formatGroupId'])continue;if(!Lt(_0x318298,_0x5b308e))continue;const _0x15ae27=_0x318298['subType']==_0x3e7b5d;for(let _0x56c449=0x0;_0x56c449<_0x1b00fb['length'];_0x56c449++){const _0x1d2414=_0x1b00fb[_0x56c449];for(const _0x51ecbb of _0x318298['getMarkers']()){const _0x18a979=_0x51ecbb['getRange']();if(_0x1d2414['isEqual'](_0x18a979)){_0x15ae27?(_0x1b00fb['splice'](_0x56c449,0x1),_0x56c449--):_0x318298['removeMarker'](_0x51ecbb['name']);break;}}}}if(0x0==_0x1b00fb['length'])return null;const _0x23876b=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3e7b5d,'join');for(const _0x3b4a98 of this['getSuggestions']())if(_0x3b4a98['author']['id']==_0xd63ffb['id']&&'formatBlock'==_0x3b4a98['type']&&_0x3b4a98['data']['formatGroupId']==_0x4eec17['formatGroupId']&&_0x3b4a98['subType']==_0x3e7b5d&&Lt(_0x3b4a98,_0x5b308e)&&(_0x23876b(_0x3b4a98['getRanges'](),_0x1b00fb)||_0x23876b(_0x1b00fb,_0x3b4a98['getRanges']()))){for(const _0x449bb5 of _0x1b00fb)_0x3b4a98['addRange'](_0x449bb5);return _0x3b4a98;}const _0x3a33d2=_0x37a894(),_0xea3835=_0xd63ffb['id'],_0x1f4638='formatBlock:'+_0x3e7b5d,_0x3fa36c=this['_setSuggestionData']({'id':_0x3a33d2,'type':_0x1f4638,'data':_0x4eec17,'createdAt':new Date(),'authorId':_0xea3835,'attributes':_0x5b308e});for(const _0x3ab96d of _0x1b00fb)this['_addSuggestionMarker'](_0x1f4638,_0x3a33d2,_0xea3835,_0x3ab96d,u['getMultiRangeId']());return _0x3fa36c;}['markDeletion'](_0x31be1f,_0x347a83=null,_0x416c49={}){if(_0x31be1f['isCollapsed'])return null;const _0x4ae095=this['editor']['plugins']['get']('Users')['me'],_0x4cb85e=new _0x533200(_0x31be1f['start'],_0x31be1f['end']);for(const {suggestion:_0x47d42a,meta:_0x818e17}of this['_findSuggestions'](_0x4cb85e,'insertion'))if(_0x818e17['isOwn']&&!_0x818e17['isNextTo']){if(_0x47d42a['isMultiRange']){const _0x3e80ea=_0x47d42a['getRanges']()['filter'](_0x5213c0=>'$graveyard'!=_0x5213c0['root']['rootName']);_0x3e80ea['every'](_0x11e21a=>_0x4cb85e['containsRange'](_0x11e21a,!0x0))&&_0x47d42a['discard']();if(_0x3e80ea['some'](_0x2d5253=>_0x2d5253['containsRange'](_0x4cb85e,!0x0))){const _0xc3aa1=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x347a83,'accept');return this['forceDefaultExecution'](()=>_0xc3aa1([_0x4cb85e],null,_0x416c49)),null;}}else{const _0x37003f=_0x4cb85e['getIntersection'](_0x47d42a['getFirstRange']());null!==_0x37003f&&_0x47d42a['_onDiscard']([_0x37003f],null,_0x416c49);}}if(_0x4cb85e['detach'](),_0x4cb85e['isCollapsed']||'$graveyard'==_0x4cb85e['root']['rootName'])return null;let _0x33c8c2=null,_0x280093=_0x4cb85e['start'],_0x77333a=_0x4cb85e['end'];const _0x46a45b=this['_findSuggestions'](_0x4cb85e,'deletion');for(const {suggestion:_0x5673f0,meta:_0x249a68}of _0x46a45b){const _0x58282a=this['_model']['createRange'](_0x280093,_0x77333a);if(_0x249a68['isOwn']&&(this['_mergeNestedSuggestions']||!_0x249a68['containsRangeInObject']&&!_0x249a68['isInsideObject'])){if(_0x5673f0['isMultiRange']){if(!Lt(_0x5673f0,_0x416c49))continue;let _0x1475e7=!0x0;for(const _0x213862 of _0x5673f0['getRanges']()){if(_0x213862['containsRange'](_0x58282a,!0x0))return _0x5673f0;_0x58282a['containsRange'](_0x213862)||(_0x1475e7=!0x1);}_0x1475e7&&_0x5673f0['discard']();}else{const _0x2aaf27=_0x5673f0['getFirstRange']();if(_0x2aaf27['containsRange'](_0x58282a,!0x0))return _0x5673f0;if(!Lt(_0x5673f0,_0x416c49)){_0x58282a['containsRange'](_0x2aaf27)?_0x5673f0['removeMarkers']():_0x2aaf27['containsPosition'](_0x280093)?_0x280093=_0x2aaf27['end']:_0x2aaf27['containsPosition'](_0x77333a)&&(_0x77333a=_0x2aaf27['start']);continue;}_0x280093=_0x280093['isBefore'](_0x2aaf27['start'])?_0x280093:_0x2aaf27['start'],_0x77333a=_0x77333a['isAfter'](_0x2aaf27['end'])?_0x77333a:_0x2aaf27['end'],_0x416c49=Object['assign']({},_0x5673f0['attributes']),_0x33c8c2?_0x2aaf27['start']['isBefore'](_0x33c8c2['getFirstRange']()['start'])?(_0x33c8c2['removeMarkers'](),_0x33c8c2=_0x5673f0):_0x5673f0['removeMarkers']():_0x33c8c2=_0x5673f0;}}}if(_0x33c8c2)return this['_setSuggestionRange'](_0x33c8c2,this['_model']['createRange'](_0x280093,_0x77333a)),_0x33c8c2;{const _0x4ba3b0=_0x37a894(),_0x65fbbd=this['_model']['createRange'](_0x280093,_0x77333a),_0x3b9921=_0x4ae095['id'],_0x461574=_0x347a83?'deletion:'+_0x347a83:'deletion',_0x5c8ad0=this['_setSuggestionData']({'id':_0x4ba3b0,'type':_0x461574,'createdAt':new Date(),'authorId':_0x3b9921,'attributes':_0x416c49});return this['_addSuggestionMarker'](_0x461574,_0x4ba3b0,_0x3b9921,_0x65fbbd),_0x5c8ad0;}}['markMultiRangeDeletion'](_0x30b237,_0x2dcc39='multi',_0x83f6bb={}){const _0x23284c=this['editor']['plugins']['get']('Users')['me'],_0xaaf46e=_0x30b237['map'](_0x411d64=>new _0x533200(_0x411d64['start'],_0x411d64['end'])),_0x592fd3=new Set();for(const {suggestion:_0x193bbb,meta:_0x5b0f1d}of this['_findSuggestions'](_0xaaf46e,'insertion'))_0x5b0f1d['isOwn']&&!_0x5b0f1d['isNextTo']&&_0x592fd3['add'](_0x193bbb);for(const _0x477ec2 of _0x592fd3)if(_0x477ec2['isMultiRange']){const _0x9cacc5=_0x477ec2['getRanges']();(!_0x477ec2['attributes']||!_0x477ec2['attributes']['skipNestingCheck'])&&(_0x9cacc5['every'](_0x3ba966=>_0xaaf46e['some'](_0x10c6c8=>_0x10c6c8['containsRange'](_0x3ba966,!0x0)))&&_0x477ec2['discard']());if(_0xaaf46e['every'](_0x2b7062=>_0x9cacc5['some'](_0xcec309=>_0xcec309['containsRange'](_0x2b7062,!0x0)))){const _0x3eca43=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x2dcc39,'accept');return this['forceDefaultExecution'](()=>_0x3eca43(_0x30b237,null,_0x83f6bb)),null;}}else{const _0x29f86b=_0x477ec2['getFirstRange']();_0xaaf46e['some'](_0x21c69c=>_0x21c69c['containsRange'](_0x29f86b,!0x0))&&_0x477ec2['discard']();if(_0xaaf46e['every'](_0xa26924=>_0x29f86b['containsRange'](_0xa26924,!0x0))){const _0x340791=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x2dcc39,'accept');return this['forceDefaultExecution'](()=>_0x340791(_0xaaf46e,null,_0x83f6bb)),null;}}const _0x5e5bf5=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x2dcc39,'join');let _0x391643=null;for(const _0x32ef87 of this['getSuggestions']())if(_0x32ef87['author']['id']==_0x23284c['id']&&_0x32ef87['isInContent']&&'deletion'==_0x32ef87['type']&&_0x32ef87['subType']==_0x2dcc39&&Lt(_0x32ef87,_0x83f6bb)&&(_0x5e5bf5(_0x32ef87['getRanges'](),_0xaaf46e)||_0x5e5bf5(_0xaaf46e,_0x32ef87['getRanges']()))){if(_0x391643){if(_0x32ef87['commentThread']&&_0x32ef87['commentThread']['length'])continue;for(const _0x4fccf0 of _0x32ef87['getRanges']())_0x391643['isIntersectingWithRange'](_0x4fccf0)||_0x391643['addRange'](_0x4fccf0);_0x32ef87['removeMarkers']();}else{_0x391643=_0x32ef87;for(const _0x127de5 of _0xaaf46e)_0x32ef87['isIntersectingWithRange'](_0x127de5)||_0x32ef87['addRange'](_0x127de5);}}if(_0x391643)return _0x391643;_0x592fd3['clear']();for(const {suggestion:_0x3190f4,meta:_0x21aacf}of this['_findSuggestions'](_0xaaf46e,'deletion'))_0x21aacf['isOwn']&&(this['_mergeNestedSuggestions']||!_0x21aacf['containsRangeInObject']&&!_0x21aacf['isInsideObject'])&&Lt(_0x3190f4,_0x83f6bb)&&_0x592fd3['add'](_0x3190f4);for(const _0x2e3e0d of _0x592fd3){const _0x1bb019=_0x2e3e0d['getRanges']();if(!_0x83f6bb||!_0x83f6bb['skipNestingCheck']){if(_0xaaf46e['every'](_0x39b559=>_0x1bb019['some'](_0xfac9a=>_0xfac9a['containsRange'](_0x39b559,!0x0))))return _0x2e3e0d;}(!_0x2e3e0d['attributes']||!_0x2e3e0d['attributes']['skipNestingCheck'])&&(_0x1bb019['every'](_0x541dd5=>_0xaaf46e['some'](_0x3087b5=>_0x3087b5['containsRange'](_0x541dd5,!0x0)))&&_0x2e3e0d['discard']());}const _0x539ca3=_0x37a894(),_0x59c25a=_0x23284c['id'],_0x1840c0='deletion:'+_0x2dcc39,_0x7c8d1d=this['_setSuggestionData']({'id':_0x539ca3,'type':_0x1840c0,'createdAt':new Date(),'authorId':_0x59c25a,'attributes':_0x83f6bb});for(const _0x2f5631 of _0xaaf46e)_0x2f5631['detach'](),_0x2f5631['isCollapsed']||'$graveyard'==_0x2f5631['root']['rootName']||this['_addSuggestionMarker'](_0x1840c0,_0x539ca3,_0x59c25a,_0x2f5631,u['getMultiRangeId']());return _0x7c8d1d;}['markAttributeChange'](_0x38c73c,_0x42e453,_0x1db120,_0x18bca8,_0x453ae1){if(_0x38c73c['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x525522=this['editor']['plugins']['get']('Users')['me']['id'],_0x4b2b1e=Array['from'](this['_suggestions']['values']())['filter'](_0x3432ac=>'attribute'==_0x3432ac['type']&&_0x3432ac['data']['key']==_0x42e453&&_0x3432ac['isIntersectingWithRange'](_0x38c73c));if('default'===this['_trackFormatChanges']){const _0x3cd620=this['_findSuggestions'](_0x38c73c,'insertion')['filter'](({meta:_0x170747})=>_0x170747['isOwn']&&!_0x170747['isInsideObject']&&!_0x170747['isNextTo'])['map'](({suggestion:_0x32d24b})=>_0x32d24b);_0x4b2b1e['unshift'](..._0x3cd620);}const _0x11b180=new Map([[_0x38c73c,_0x1db120]]);for(const _0x3f2ca5 of _0x4b2b1e){const _0x3b76ef='attribute'==_0x3f2ca5['type']?_0x3f2ca5['data']['oldValue']:void 0x0,_0x368aa7=_0x3f2ca5['getFirstRange'](),_0x4fe0ac=Array['from'](_0x11b180['keys']())['find'](_0x565f60=>_0x565f60['isIntersecting'](_0x368aa7));if(!_0x4fe0ac)continue;const _0xb6be22=_0x4fe0ac['getDifference'](_0x368aa7);this['_isBlockAttribute'](_0x42e453)&&'insertion'==_0x3f2ca5['type']&&0x0!=_0xb6be22['length']||(_0x11b180['delete'](_0x4fe0ac),_0xb6be22['forEach'](_0x571c4b=>{_0x11b180['set'](_0x571c4b,_0x1db120);}),'insertion'!=_0x3f2ca5['type']&&_0x3b76ef!=_0x18bca8&&_0x11b180['set'](_0x4fe0ac['getIntersection'](_0x368aa7),_0x3b76ef));}const _0x2eb1cc=[];for(const [_0x51aea4,_0x9d3a5f]of _0x11b180){const _0x5cc500=_0x37a894(),_0xe70b1b={'key':_0x42e453,'oldValue':_0x9d3a5f,'newValue':_0x18bca8};_0x42e453['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':_0x42e453});const _0x18da9f=('attribute:'+(_0x42e453+'|'+Vt({'newValue':_0x18bca8})))['substring'](0x0,0x3c),_0x5c7d2c=this['_setSuggestionData']({'id':_0x5cc500,'type':_0x18da9f,'data':_0xe70b1b,'createdAt':new Date(),'authorId':_0x525522,'attributes':_0x453ae1});_0x2eb1cc['push'](_0x5c7d2c),this['_addSuggestionMarker'](_0x18da9f,_0x5cc500,_0x525522,_0x51aea4);}return _0x2eb1cc;}['enableDefaultAttributesIntegration'](_0x4ca51){this['enableCommand'](_0x4ca51,(_0x167866,..._0x1b1809)=>{this['_recordAttributeChanges'](()=>{_0x167866(..._0x1b1809);});});}['registerBlockAttribute'](_0x667a64){this['_blockAttributeKeys']['add'](_0x667a64);}['registerInlineAttribute'](_0x2ef399){this['_inlineAttributeKeys']['add'](_0x2ef399);}['_getAttributeKey'](_0x43e844){return'attribute'==_0x43e844['type']?_0x43e844['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x29ed11,_0x1fed0f){const _0x35417c=_0x29ed11['getFirstMarker']();this['_model']['change'](_0x22bb27=>{_0x22bb27['updateMarker'](_0x35417c,{'range':_0x1fed0f});});}['_addThreadToSuggestion'](_0x30d93a){const _0x346e7c=_0x30d93a['id'],_0x416f8c=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x346e7c)||this['_commentsRepository']['addCommentThread']({'channelId':_0x416f8c,'threadId':_0x346e7c,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x10d331=this['_commentsRepository']['getCommentThread'](_0x346e7c);_0x10d331['unbind']('isRemovable'),_0x10d331['isRemovable']=!0x1,_0x30d93a['commentThread']=_0x10d331;}['_checkSuggestionCorrectness'](_0x59ead6,_0x59342b,_0x3c7160,_0x355995){if(_0x59ead6['type']!=_0x59342b||_0x59ead6['subType']!=_0x3c7160||_0x59ead6['creator']['id']!=_0x355995)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x3085e6('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x32c901,_0x5c5224){const _0x2194b3=_0x32c901['getFirstRange']();if(_0x5c5224['isEqual'](_0x2194b3))_0x32c901['removeMarkers']();else{if(_0x2194b3['containsRange'](_0x5c5224)){const _0x21eed4=this['_model']['createPositionAt'](_0x5c5224['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x32c901,this['_model']['createRange'](_0x2194b3['start'],_0x21eed4));const _0x434c28=_0x37a894(),_0x13ae1d=_0x32c901['creator']['id'],_0x25a8c2=_0x32c901['type']+':'+_0x32c901['subType'];this['_setSuggestionData']({'id':_0x434c28,'type':_0x25a8c2,'createdAt':new Date(),'authorId':_0x13ae1d,'data':_0x32c901['data'],'attributes':_0x32c901['attributes']});const _0x3cf8bf=this['_model']['createPositionAt'](_0x5c5224['end']['parent'],'after'),_0x10c6a1=this['_model']['createRange'](_0x3cf8bf,_0x2194b3['end']);this['_addSuggestionMarker'](_0x25a8c2,_0x434c28,_0x13ae1d,_0x10c6a1);}else{if(_0x2194b3['containsPosition'](_0x5c5224['start'])){const _0x34b16f=this['_model']['createPositionAt'](_0x5c5224['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x32c901,this['_model']['createRange'](_0x2194b3['start'],_0x34b16f));}else{const _0x29d814=this['_model']['createPositionAt'](_0x5c5224['end']['parent'],'after');this['_setSuggestionRange'](_0x32c901,this['_model']['createRange'](_0x29d814,_0x2194b3['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x500784){for(const {suggestion:_0x1e7872,meta:_0x2601de}of this['_findSuggestions'](_0x500784,'insertion')){if(!_0x2601de['isOwn'])continue;const _0x5606c3=_0x1e7872['getRanges']();for(const _0x387b57 of _0x5606c3)if(!_0x500784['getDifference'](_0x387b57)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x5b4abc){const _0x2a328d=this['editor']['plugins']['get']('Users')['getUser'](_0x5b4abc);if(!_0x2a328d)throw new _0x3085e6('track-changes-user-not-found',this);return _0x2a328d;}['_getExternalAuthor'](_0x11cb3a){const _0x1bf00e=this['editor']['plugins']['get']('Users'),_0x2a663a=_0x3a596d('external:'+_0x11cb3a),_0x39f85a=_0x1bf00e['getUser'](_0x2a663a);return _0x39f85a||_0x1bf00e['addUser']({'id':_0x2a663a,'name':_0x11cb3a});}['_createSuggestion'](_0x15af33,_0x556441,_0x29f75b,_0x258ef7,_0xac3b07){const _0x5c140f=this['_getAuthorFromId'](_0x258ef7),_0xb1a2db=this['_suggestionFactory']['buildSuggestion'](_0x15af33,_0x556441,_0x29f75b,_0x5c140f,_0xac3b07,_0x542f83=>{this['_updateSuggestionData'](_0x29f75b,{'attributes':_0x542f83});const _0x1bb35c=this['getSuggestion'](_0x29f75b);this['_joinWithAdjacentSuggestions'](new Set([_0x1bb35c])),this['_refreshSuggestionsChain'](new Set([_0x1bb35c]));});return this['listenTo'](_0xb1a2db,'accept',()=>{this['_updateSuggestionData'](_0x29f75b,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0xb1a2db,'discard',()=>{this['_updateSuggestionData'](_0x29f75b,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x29f75b,_0xb1a2db),this['_suggestionState']['set'](_0xb1a2db,'notReady'),_0xb1a2db;}['_splitMarkerName'](_0x217e99){const _0xc5d2c4=_0x217e99['split'](':');return{'group':_0xc5d2c4[0x0],'type':_0xc5d2c4[0x1],'subType':_0xc5d2c4['length']>=0x5?_0xc5d2c4[0x2]:null,'id':_0xc5d2c4['length']<0x5?_0xc5d2c4[0x2]:_0xc5d2c4[0x3],'authorId':_0xc5d2c4['length']<0x5?_0xc5d2c4[0x3]:_0xc5d2c4[0x4],'markerCount':0x6==_0xc5d2c4['length']?_0xc5d2c4[0x5]:null};}['_breakSuggestionMarker'](_0xfd875a,_0x5dd547,_0x456c14){const _0x4564cd=_0xfd875a['getFirstRange'](),_0x39edd3=_0x4564cd['start'],_0x1a85c4=_0x4564cd['end'];this['_setSuggestionRange'](_0xfd875a,this['_model']['createRange'](_0x39edd3,_0x5dd547));const _0x351015=_0x37a894(),_0x52f444=_0xfd875a['creator']['id'],_0x315965=_0xfd875a['type']+(_0xfd875a['subType']?':'+_0xfd875a['subType']:'');this['_setSuggestionData']({'id':_0x351015,'type':_0x315965,'createdAt':new Date(),'authorId':_0x52f444,'originalSuggestionId':_0xfd875a['id'],'attributes':_0xfd875a['attributes'],'data':_0xfd875a['data']});const _0x125cb5=this['_getAttributeKey'](_0xfd875a);('formatBlock'==_0xfd875a['type']||_0x125cb5&&this['_isBlockAttribute'](_0x125cb5))&&(_0x456c14=this['_model']['createPositionBefore'](_0x456c14['parent'])),this['_addSuggestionMarker'](_0x315965,_0x351015,_0x52f444,this['_model']['createRange'](_0x456c14,_0x1a85c4));}['_findSuggestions'](_0x4c5b29,_0x3d23b9=null){const _0x18645c=[],_0x2e0cb9=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x4c5b29)||(_0x4c5b29=[_0x4c5b29]);for(const _0x3bc231 of this['getSuggestions']()){if(!_0x3bc231['isInContent'])continue;if(_0x3d23b9&&_0x3bc231['type']!=_0x3d23b9)continue;let _0xca595b=!0x1;for(const _0x71e96f of _0x3bc231['getRanges']()){for(const _0x4d486c of _0x4c5b29){const _0x19086a=_0x4d486c['start']['isEqual'](_0x71e96f['end'])||_0x4d486c['end']['isEqual'](_0x71e96f['start']);if(_0x19086a||_0x4d486c['getIntersection'](_0x71e96f)){const _0x11b757=_0x4d486c['containsRange'](_0x71e96f)&&Rt(this['_model']['schema'],_0x71e96f['start'],_0x4d486c),_0xc8bd55=_0x71e96f['containsRange'](_0x4d486c)&&Rt(this['_model']['schema'],_0x4d486c['start'],_0x71e96f);_0x18645c['push']({'suggestion':_0x3bc231,'meta':{'isOwn':_0x2e0cb9==_0x3bc231['author'],'isNextTo':_0x19086a,'isInsideObject':_0x11b757,'containsRangeInObject':_0xc8bd55}}),_0xca595b=!0x0;break;}}if(_0xca595b)break;}}return _0x18645c;}['_addSuggestionMarker'](_0x243467,_0x48a43f,_0x59e1ea,_0x49c8fc,_0x5d59ed){this['_model']['change'](_0x5005e5=>{let _0x4e4d89='suggestion:'+_0x243467+':'+_0x48a43f+':'+_0x59e1ea;_0x5d59ed&&(_0x4e4d89=_0x4e4d89+':'+_0x5d59ed),_0x5005e5['addMarker'](_0x4e4d89,{'range':_0x49c8fc,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x549d46){const _0x2f1df1=_0x549d46['previous'],_0x432963=_0x549d46['next'];_0x549d46['previous']=null,_0x549d46['next']=null,null!=_0x2f1df1&&_0x2f1df1['next']==_0x549d46&&(_0x2f1df1['next']=_0x432963),null!=_0x432963&&_0x432963['previous']==_0x549d46&&(_0x432963['previous']=_0x2f1df1),'ready'==this['_suggestionState']['get'](_0x549d46)&&(this['_suggestionState']['set'](_0x549d46,'removed'),this['fire']('suggestionUnloaded',_0x549d46,_0x2f1df1,_0x432963));}['_setSuggestionData'](_0x2dd1c8){const _0x1b63ca=_0x2dd1c8['id'],_0x351307=this['addSuggestionData'](_0x2dd1c8);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x573972=this['editor']['plugins']['get']('PendingActions'),_0x2304c8=_0x351307['hasComments'],_0x591a92=_0x351307['subType']?_0x351307['type']+':'+_0x351307['subType']:_0x351307['type'],_0x1dfaa5=this['editor']['locale'],_0x2872c5=_0x573972['add'](o(_0x1dfaa5,'PENDING_ACTION_SUGGESTION')),_0x514a14={'id':_0x1b63ca,'type':_0x591a92,'hasComments':_0x2304c8,'data':_0x2dd1c8['data']||null,'originalSuggestionId':_0x2dd1c8['originalSuggestionId']||null,'attributes':_0x351307['attributes']};this['_adapter']['addSuggestion'](_0x514a14)['then'](_0x8aab6f=>{_0x351307['_saved']=!0x0,_0x573972['remove'](_0x2872c5),_0x8aab6f&&_0x8aab6f['createdAt']&&(this['_suggestions']['get'](_0x1b63ca)['createdAt']=_0x8aab6f['createdAt']);})['catch'](_0x3cc746=>{throw _0x20ea4c('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x351307['discard']();}),_0x351307['stopListening'](),this['_suggestions']['delete'](_0x351307['id']),this['_suggestionState']['delete'](_0x351307),_0x3cc746;});}return _0x351307;}['_isBlockAttribute'](_0x527858){return this['_blockAttributeKeys']['has'](_0x527858);}['_updateSuggestionData'](_0x524151,_0x3daffb){const _0x429d5f=this['editor']['plugins']['get']('PendingActions'),_0x52b890=this['getSuggestion'](_0x524151);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x52b890['_saved']){const _0x433a8b=_0x429d5f['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x524151,_0x3daffb)['then'](()=>{_0x429d5f['remove'](_0x433a8b);});}else _0x52b890['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x524151,_0x3daffb);});}}['_getSuggestionData'](_0x412b08){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x3085e6('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x412b08);}['_handleNewSuggestionMarker'](_0x52f1a8){const {id:_0x4aec07,type:_0x1f0454,subType:_0x21c9c5,authorId:_0x1f3a02}=this['_splitMarkerName'](_0x52f1a8),_0x1ccd5f=this['_suggestions']['get'](_0x4aec07)||this['_createSuggestion'](_0x1f0454,_0x21c9c5,_0x4aec07,_0x1f3a02,{});switch(this['_checkSuggestionCorrectness'](_0x1ccd5f,_0x1f0454,_0x21c9c5,_0x1f3a02),this['_suggestionState']['get'](_0x1ccd5f)){case'notReady':this['_getSuggestionData'](_0x4aec07)['then'](_0xd44346=>{let _0x4fa184=Promise['resolve']();_0xd44346['hasComments']&&(_0x4fa184=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x4aec07})),_0x4fa184['then'](()=>{this['addSuggestionData'](_0xd44346)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x1ccd5f,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x4aec07,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x1ccd5f,'ready'),this['fire']('suggestionLoaded',_0x1ccd5f);break;case'ready':this['fire']('suggestionChanged',_0x1ccd5f);}return _0x1ccd5f['addMarkerName'](_0x52f1a8),_0x1ccd5f;}['_refreshSuggestionsChain'](_0x183864){const _0x5d5272=Array['from'](_0x183864),_0x5a9534=_0x5d5272['filter'](_0x5564fd=>'attribute'==_0x5564fd['type']);this['_refreshAttributeSuggestionsChain'](_0x5a9534);const _0x706d0e=_0x5d5272['filter'](_0x16c295=>!_0x16c295['isMultiRange']&&'attribute'!=_0x16c295['type']),_0x4bdacc=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x9a077=>!_0x9a077['isMultiRange']&&'attribute'!=_0x9a077['type']),_0x586877=_0x4bdacc['filter'](_0x51dab8=>!_0x183864['has'](_0x51dab8)),_0x7be35c=new Map(_0x4bdacc['map'](_0x415079=>[_0x415079,this['_suggestionFactory']['getSuggestionCallback'](_0x415079['type'],_0x415079['subType'],'chain')])),_0x29b1e6=new Map(_0x4bdacc['map'](_0x581d18=>[_0x581d18,_0x581d18['getFirstRange']()])),_0xde0a32=new Set(),_0x1c511d=new Set();for(let _0x33fd71=0x0;_0x33fd71<_0x706d0e['length'];_0x33fd71++)_0x254ab7(_0x706d0e[_0x33fd71],_0x706d0e,_0x33fd71+0x1);for(let _0x8ccb5b=0x0;_0x8ccb5b<_0x706d0e['length'];_0x8ccb5b++)_0x254ab7(_0x706d0e[_0x8ccb5b],_0x586877,0x0);const _0x5640ef=new Set();for(let _0x1936da=0x0;_0x1936da<_0x706d0e['length'];_0x1936da++){const _0x36b8e4=_0x706d0e[_0x1936da];!_0x1c511d['has'](_0x36b8e4)&&_0x36b8e4['previous']&&(_0x5640ef['add'](_0x36b8e4['previous']),_0x36b8e4['previous']['next']===_0x36b8e4&&(_0x36b8e4['previous']['next']=null),_0x36b8e4['previous']=null),!_0xde0a32['has'](_0x36b8e4)&&_0x36b8e4['next']&&(_0x5640ef['add'](_0x36b8e4['next']),_0x36b8e4['next']['previous']===_0x36b8e4&&(_0x36b8e4['next']['previous']=null),_0x36b8e4['next']=null);}function _0x254ab7(_0x10a43e,_0x3c95b1,_0x1eadf2){for(let _0x533d27=_0x1eadf2;_0x533d27<_0x3c95b1['length'];_0x533d27++){const _0x14e05b=_0x1a8409(_0x10a43e,_0x3c95b1[_0x533d27]);_0x14e05b&&(_0x14e05b[0x0]['next']=_0x14e05b[0x1],_0x14e05b[0x1]['previous']=_0x14e05b[0x0],_0xde0a32['add'](_0x14e05b[0x0]),_0x1c511d['add'](_0x14e05b[0x1]));}}function _0x1a8409(_0xf18362,_0x3772f6){if(_0xf18362['author']['id']!==_0x3772f6['author']['id'])return null;const _0x2d8cea=_0x7be35c['get'](_0xf18362)(_0xf18362,_0x3772f6,_0x29b1e6['get'](_0xf18362),_0x29b1e6['get'](_0x3772f6));if(!_0x2d8cea)return null;return _0x7be35c['get'](_0x3772f6)(_0xf18362,_0x3772f6,_0x29b1e6['get'](_0xf18362),_0x29b1e6['get'](_0x3772f6))?_0x2d8cea[0x1]['commentThread']&&_0x2d8cea[0x1]['commentThread']['length']?null:_0x2d8cea:null;}_0x5640ef['size']&&this['_refreshSuggestionsChain'](_0x5640ef);}['_refreshAttributeSuggestionsChain'](_0x46f417){if(0x0==_0x46f417['length'])return;const _0x19d562=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4807d2=>'attribute'==_0x4807d2['type']&&_0x4807d2['_isDataLoaded']),_0x4cca87=[],_0x8da097=new Map();for(const _0x3285c4 of _0x19d562){const _0x52ac60=_0x3a596d(_0x3285c4['attributes']);_0x8da097['has'](_0x52ac60)||(_0x8da097['set'](_0x52ac60,_0x4cca87['length']),_0x4cca87['push']([]));const _0x26ea07=_0x8da097['get'](_0x52ac60);_0x4cca87[_0x26ea07]['push'](_0x3285c4);}!(function(){_0x4cca87['sort']((_0x5ec416,_0xe4c5da)=>{const _0x2177dc=_0x5ec416[0x0]['createdAt'],_0x5f41ef=_0xe4c5da[0x0]['createdAt'];return _0x2177dc==_0x5f41ef?_0x5ec416[0x0]['attributes']['groupId']<_0xe4c5da[0x0]['attributes']['groupId']?-0x1:0x1:_0x2177dc<_0x5f41ef?-0x1:0x1;});for(const _0x8cef06 of _0x4cca87)_0x8cef06['sort']((_0x26b452,_0x22a3fa)=>_0x26b452['id']<_0x22a3fa['id']?-0x1:0x1);}());for(let _0x102d49=0x0;_0x102d49<_0x4cca87['length'];_0x102d49++){if(0x0==_0x4cca87[_0x102d49]['length'])continue;const _0x110c13=[];for(let _0x402735=_0x102d49+0x1;_0x402735<_0x4cca87['length'];_0x402735++)0x0!=_0x4cca87[_0x402735]['length']&&_0x4d9add(_0x4cca87[_0x102d49],_0x4cca87[_0x402735])&&_0x110c13['push'](_0x402735);for(const _0x5b14e0 of _0x110c13)_0x4cca87[_0x102d49]=_0x4cca87[_0x102d49]['concat'](_0x4cca87[_0x5b14e0]),_0x4cca87[_0x5b14e0]=[];}for(const _0x3c60ca of _0x4cca87)for(let _0x36d413=0x0;_0x36d413<_0x3c60ca['length'];_0x36d413++)_0x3c60ca[_0x36d413]['next']=_0x3c60ca[_0x36d413+0x1]||null;for(const _0x312754 of _0x4cca87)for(let _0xfd5226=0x0;_0xfd5226<_0x312754['length'];_0xfd5226++)_0x312754[_0xfd5226]['previous']=_0x312754[_0xfd5226-0x1]||null;function _0x4d9add(_0xf64cf4,_0x2a3c0b){if(_0xf64cf4[0x0]['attributes']['groupId']!==_0x2a3c0b[0x0]['attributes']['groupId']&&_0xf64cf4[0x0]['author']!==_0x2a3c0b[0x0]['author'])return!0x1;if(!function(_0x35d1f6,_0x477508){if(!_0x35d1f6['hasComments']&&!_0x477508['hasComments'])return!0x0;if(_0x35d1f6['hasComments']&&_0x477508['hasComments'])return!0x1;if(_0x35d1f6['hasComments']&&_0x477508['createdAt']<_0x35d1f6['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x477508['hasComments']&&_0x35d1f6['createdAt']<_0x477508['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0xf64cf4[0x0],_0x2a3c0b[0x0]))return!0x1;const _0x31caff=Bt(_0xf64cf4[0x0]['attributes'],'groupId'),_0x66be86=Bt(_0x2a3c0b[0x0]['attributes'],'groupId');if(!_0x215c3b(_0x31caff,_0x66be86))return!0x1;return!!_0xf64cf4['every'](_0x29d319=>_0x2a3c0b['some'](_0x462bf3=>_0x29d319['getFirstRange']()['isEqual'](_0x462bf3['getFirstRange']())))&&_0x2a3c0b['every'](_0x2e5acf=>_0xf64cf4['some'](_0x168958=>_0x2e5acf['getFirstRange']()['isEqual'](_0x168958['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x9fc6f){const _0x1b12a4=Array['from'](_0x9fc6f),_0xe7913e=this['getSuggestions']({'skipNotAttached':!0x0}),_0xb4fbe0=_0xe7913e['filter'](_0x3d3219=>!_0x9fc6f['has'](_0x3d3219)),_0x518b8b=new Map(_0x1b12a4['map'](_0x37bf55=>[_0x37bf55,this['_suggestionFactory']['getSuggestionCallback'](_0x37bf55['type'],_0x37bf55['subType'],'join')])),_0x3fd7ba=new Map(_0xe7913e['map'](_0x167969=>[_0x167969,_0x167969['getRanges']()]));for(let _0x349891=0x0;_0x349891<_0x1b12a4['length'];_0x349891++){if(_0x14021c(this,_0x1b12a4[_0x349891],_0x1b12a4,_0x349891+0x1))return!0x0;}for(let _0x12e780=0x0;_0x12e780<_0x1b12a4['length'];_0x12e780++){if(_0x14021c(this,_0x1b12a4[_0x12e780],_0xb4fbe0,0x0))return!0x0;}return!0x1;function _0x14021c(_0x35105f,_0x3db83d,_0x5ca7b3,_0x5b96ed){for(let _0x42a5ea=_0x5b96ed;_0x42a5ea<_0x5ca7b3['length'];_0x42a5ea++){const _0x567963=_0x5ca7b3[_0x42a5ea];if(_0x567963['type']!==_0x3db83d['type']||_0x567963['author']['id']!==_0x3db83d['author']['id']||_0x567963['subType']!==_0x3db83d['subType'])continue;if(!Pt(_0x3db83d,_0x567963,['groupId']))continue;if('attribute'==_0x3db83d['type']&&_0x3db83d['data']['oldValue']!=_0x567963['data']['oldValue'])continue;if('attribute'==_0x3db83d['type']&&_0x35105f['_isBlockAttribute'](_0x3db83d['data']['key']))continue;if('formatBlock'==_0x3db83d['type']){const _0x36c86e=_0x35105f['editor']['model'],_0x42266e=_0x3db83d['getContainedElement']();if(_0x42266e&&(_0x36c86e['schema']['isObject'](_0x42266e)||_0x36c86e['schema']['isLimit'](_0x42266e)))continue;}const _0x149717=_0x518b8b['get'](_0x3db83d),_0xa9a3b4=_0x3fd7ba['get'](_0x3db83d),_0x20ea57=_0x3fd7ba['get'](_0x567963),_0x5dffcc=_0x3db83d['commentThread']&&_0x3db83d['commentThread']['length'],_0x117eba=_0x567963['commentThread']&&_0x567963['commentThread']['length'];if(!_0x5dffcc&&_0x149717(_0x20ea57,_0xa9a3b4))return _0x35105f['_joinSuggestions'](_0x567963,_0x3db83d),_0x3fd7ba['delete'](_0x3db83d),!0x0;if(!_0x117eba&&_0x149717(_0xa9a3b4,_0x20ea57))return _0x35105f['_joinSuggestions'](_0x3db83d,_0x567963),_0x3fd7ba['delete'](_0x567963),!0x0;}return!0x1;}}['_joinSuggestions'](_0x20bf8c,_0x5b3ec1){if(_0x20bf8c['isMultiRange']){for(const _0xf459ad of _0x5b3ec1['getRanges']())_0x20bf8c['addRange'](_0xf459ad);}else{const _0x580c69=_0x5b3ec1['getFirstRange']()['end'];this['_setSuggestionRange'](_0x20bf8c,this['_model']['createRange'](_0x20bf8c['getFirstRange']()['start'],_0x580c69));}_0x5b3ec1['removeMarkers']();}['_getMarkerAnnouncementText'](_0x795cec,_0x24d6b7){const _0xd16660=_0x795cec['startsWith']('format')||_0x795cec['startsWith']('attribute')?'FORMATTING':_0x795cec['toUpperCase']();return o(this['editor']['locale'],_0x24d6b7+'_'+_0xd16660+'_SUGGESTION_ANNOUNCEMENT');}['_initAriaMarkerChangeAnnouncements'](){const _0x36f1aa=this['editor'];if(!_0x36f1aa['ui'])return;const {ariaLiveAnnouncer:_0x5c909f}=_0x36f1aa['ui'];_0x1383be(this['_model'],({left:_0x16c45b,entered:_0x2ed38d})=>{for(const _0x465f4c of _0x16c45b){const {group:_0x28fea3,type:_0x587cce}=this['_splitMarkerName'](_0x465f4c['name']);if('suggestion'===_0x28fea3){_0x5c909f['announce'](this['_getMarkerAnnouncementText'](_0x587cce,'LEAVE'));break;}}for(const _0x2259d5 of _0x2ed38d){const {group:_0x3cd65e,type:_0x6b4aa}=this['_splitMarkerName'](_0x2259d5['name']);if('suggestion'===_0x3cd65e){_0x5c909f['announce'](this['_getMarkerAnnouncementText'](_0x6b4aa,'ENTER'));break;}}});}['_processAttributeChanges'](_0x1007c7){if(this['_recordAttributeSuggestions'])return!0x1;const _0x4fa152=this['editor'],_0x2a4984=_0x4fa152['model']['document']['differ']['getChanges']();if(0x0==_0x2a4984['length'])return!0x1;const _0x3d402b=[],_0x435135=_0x2a4984['filter'](_0x5f06e6=>'attribute'==_0x5f06e6['type']),_0x53bd34=_0x2a4984['filter'](_0x3d1987=>'insert'==_0x3d1987['type']&&'$text'!=_0x3d1987['name']),_0x14efa4=_0x2a4984['filter'](_0x598ea4=>'remove'==_0x598ea4['type']&&'$text'!=_0x598ea4['name']);for(const _0x68b0ed of _0x435135)_0x3d402b['push']({'key':_0x68b0ed['attributeKey'],'newValue':_0x68b0ed['attributeNewValue'],'oldValue':_0x68b0ed['attributeOldValue'],'range':Ot(_0x68b0ed['range'],_0x4fa152['model'])});for(const _0x115c61 of _0x53bd34){const _0xd25157=_0x14efa4['find'](_0x1fa72f=>_0x1fa72f['position']['isEqual'](_0x115c61['position']));_0xd25157&&_0x3d402b['push']({'key':m,'newValue':_0x115c61['name'],'oldValue':_0xd25157['name'],'range':_0x4fa152['model']['createRangeOn'](_0x115c61['position']['nodeAfter'])});}return 0x0!=_0x3d402b['length']&&this['_reduceExistingSuggestions'](_0x1007c7,_0x3d402b);}['_processAttributeSuggestions'](_0x33f91d){let _0x3be35e=!0x1;const _0x199f75=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x4ade90=>_0x4ade90['data']['newRange']&&_0x4ade90['name']['startsWith']('suggestion:attribute:'));for(const _0x3f3872 of _0x199f75){const {subType:_0x295c4c,id:_0x8e7e1c}=this['_splitMarkerName'](_0x3f3872['name']),_0x472686=_0x295c4c['split']('|')[0x0];for(const _0x27a156 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x27a156['id']!=_0x8e7e1c&&'attribute'==_0x27a156['type']&&_0x27a156['data']&&_0x27a156['data']['key']==_0x472686&&_0x27a156['getFirstRange']()['isIntersecting'](_0x3f3872['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x27a156,_0x3f3872['data']['newRange'],_0x33f91d),_0x3be35e=!0x0);}return _0x3be35e;}['_recordAttributeChanges'](_0x417eed){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x417eed();}['_isRegisteredAttribute'](_0x1df38f){const _0x52d39e=this['_isBlockAttribute'](_0x1df38f),_0x2d30bb=this['_inlineAttributeKeys']['has'](_0x1df38f);return _0x52d39e||_0x2d30bb;}['_reduceExistingSuggestions'](_0x584baa,_0x337712){if(0x0==_0x337712['length'])return!0x1;let _0x9280da=!0x1;for(const _0x27a097 of _0x337712){const _0x298622=this['_findSuggestions'](_0x27a097['range'],'attribute')['filter'](_0x107f8a=>!_0x107f8a['meta']['isNextTo'])['map'](_0x81c8bd=>_0x81c8bd['suggestion']),_0x28172e=_0x3a596d({'newValue':_0x27a097['newValue']});_0x298622['filter'](_0x582122=>{const [_0x3be201,_0x9ca280]=_0x582122['subType']['split']('|');return _0x3be201==_0x27a097['key']&&_0x9ca280!=_0x28172e;})['forEach'](_0xafb28d=>{this['_reduceSuggestionAttributeRange'](_0xafb28d,_0x27a097['range'],_0x584baa),_0x9280da=!0x0;});}return _0x9280da;}['_reduceSuggestionAttributeRange'](_0x4e6214,_0x5b1560,_0x482123){const _0x1dfdc7=_0x4e6214['getFirstRange']()['getDifference'](_0x5b1560);0x0!==_0x1dfdc7['length']?0x1!==_0x1dfdc7['length']?this['_breakSuggestionMarker'](_0x4e6214,_0x5b1560['start'],_0x5b1560['end']):this['_setSuggestionRange'](_0x4e6214,_0x1dfdc7[0x0]):_0x482123['removeMarker'](_0x4e6214['getFirstMarker']());}}class xt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x492f47){this['_editor']=_0x492f47,this['_model']=_0x492f47['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0xe4a7f4,_0x5edd6b,_0x50d8e0,_0x252e59,_0x5b4aea,_0x74355f){return new u(this['_model'],{'type':_0xe4a7f4,'subType':_0x5edd6b,'id':_0x50d8e0,'author':_0x252e59,'creator':_0x252e59,'attributes':_0x5b4aea,'onAttributesChange':_0x74355f,'onAccept':(..._0x520b56)=>this['getSuggestionCallback'](_0xe4a7f4,_0x5edd6b,'accept')(..._0x520b56),'onDiscard':(..._0x392af3)=>this['getSuggestionCallback'](_0xe4a7f4,_0x5edd6b,'discard')(..._0x392af3)});}['registerCustomCallback'](_0x1d2bd9,_0x20ce7b,_0x2658bd,_0x54de47){const _0x17b890=_0x1d2bd9+':'+_0x20ce7b+':'+_0x2658bd;this['_customCallbacks']['set'](_0x17b890,_0x54de47);}['getSuggestionCallback'](_0x346ff6,_0x4e08ae,_0x23eafc){const _0x2e093d=_0x346ff6+':'+_0x4e08ae+':'+_0x23eafc;return this['_customCallbacks']['get'](_0x2e093d)||this['_defaultCallbacks']['get'](_0x346ff6+':'+_0x23eafc);}['_registerDefaultCallbacks'](){const _0x2fd7dd=()=>!0x1,_0xe6b33c=_0x41e000=>{_0x41e000['sort']((_0x14646b,_0x482e4b)=>_0x14646b['start']['isBefore'](_0x482e4b['start'])?0x1:-0x1),this['_model']['change'](_0x2537ae=>{for(const _0x23337d of _0x41e000){let _0x201f46;_0x201f46=_0x23337d['end']['isAtEnd']&&_0x23337d['end']['parent']==_0x23337d['start']['nodeAfter']?_0x2537ae['createSelection'](_0x23337d['start']['nodeAfter'],'on'):_0x2537ae['createSelection'](_0x23337d),this['_model']['deleteContent'](_0x201f46,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x1e4fa6=(_0x33c649,_0x33e22a)=>{_0x33e22a&&this['_model']['change'](_0x25d078=>{const {commandName:_0x464dc2,commandParams:_0x39a14b=[]}=_0x33e22a,_0x39036d=_0x33c649['map'](_0x312d0d=>(Tt(_0x312d0d)&&(_0x312d0d=this['_model']['createRange'](_0x312d0d['end'])),_0x312d0d))['filter'](_0x158458=>'$graveyard'!==_0x158458['root']['rootName']);if(_0x39036d['length']<0x1)return;const _0x597053=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x1becf2=>_0x533200['fromRange'](_0x1becf2));_0x25d078['setSelection'](_0x39036d);for(const _0x4ab5ef of this['_editor']['commands']['commands']())_0x4ab5ef['refresh']();_0x39a14b['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x464dc2,..._0x39a14b);const _0x4a495e=_0x597053['filter'](_0x207652=>'$graveyard'!=_0x207652['root']['rootName']);_0x4a495e['length']>0x0&&_0x25d078['setSelection'](_0x4a495e);for(const _0x2d4651 of _0x597053)_0x2d4651['detach']();});},_0x227c00=(_0x3c42a9,_0x221710)=>0x1==_0x3c42a9['length']&&0x1==_0x221710['length']&&_0x3c42a9[0x0]['end']['isEqual'](_0x221710[0x0]['start']),_0x29bd4f=(_0x5585a7,_0x586f69,_0x456f48,_0x2c6cb8)=>Ft(_0x5585a7,_0x586f69,_0x456f48,_0x2c6cb8,this['_model'])?[_0x5585a7,_0x586f69]:Ft(_0x586f69,_0x5585a7,_0x2c6cb8,_0x456f48,this['_model'])?[_0x586f69,_0x5585a7]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x2fd7dd),this['_defaultCallbacks']['set']('insertion:discard',_0xe6b33c),this['_defaultCallbacks']['set']('insertion:join',_0x227c00),this['_defaultCallbacks']['set']('insertion:chain',_0x29bd4f),this['_defaultCallbacks']['set']('deletion:accept',_0xe6b33c),this['_defaultCallbacks']['set']('deletion:discard',_0x2fd7dd),this['_defaultCallbacks']['set']('deletion:join',_0x227c00),this['_defaultCallbacks']['set']('deletion:chain',_0x29bd4f),this['_defaultCallbacks']['set']('formatInline:accept',_0x1e4fa6),this['_defaultCallbacks']['set']('formatInline:discard',_0x2fd7dd),this['_defaultCallbacks']['set']('formatInline:join',_0x227c00),this['_defaultCallbacks']['set']('formatInline:chain',_0x2fd7dd),this['_defaultCallbacks']['set']('formatBlock:accept',_0x1e4fa6),this['_defaultCallbacks']['set']('formatBlock:discard',_0x2fd7dd),this['_defaultCallbacks']['set']('formatBlock:join',_0x227c00),this['_defaultCallbacks']['set']('formatBlock:chain',_0x2fd7dd),this['_defaultCallbacks']['set']('attribute:accept',_0x2fd7dd),this['_defaultCallbacks']['set']('attribute:discard',(_0x1c13e9,_0x59e371)=>{if(!_0x59e371)return;const _0x33d047=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x2aa6b0=>{if(_0x59e371['key']==m)for(const _0x395267 of _0x1c13e9){const _0x8dfbcd=_0x395267['start']['nodeAfter'],_0x3fe9cd=_0x59e371['oldValue'];_0x2aa6b0['rename'](_0x8dfbcd,_0x3fe9cd);}else{if(_0x33d047['_isBlockAttribute'](_0x59e371['key'])){for(const _0x44b479 of _0x1c13e9)void 0x0!==_0x59e371['oldValue']?_0x2aa6b0['setAttribute'](_0x59e371['key'],_0x59e371['oldValue'],_0x44b479['start']['nodeAfter']):_0x2aa6b0['removeAttribute'](_0x59e371['key'],_0x44b479['start']['nodeAfter']);}else{for(const _0xda8fe of _0x1c13e9)_0x59e371['oldValue']?_0x2aa6b0['setAttribute'](_0x59e371['key'],_0x59e371['oldValue'],_0xda8fe):_0x2aa6b0['removeAttribute'](_0x59e371['key'],_0xda8fe);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x227c00);}}function Rt(_0x43d602,_0x3a89f0,_0x499946){for(const _0x51aec0 of _0x3a89f0['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x51aec0['root']==_0x51aec0)return!0x1;if(!_0x499946['containsItem'](_0x51aec0))return!0x1;if(_0x43d602['isObject'](_0x51aec0)||_0x43d602['isLimit'](_0x51aec0))return!0x0;}return!0x1;}function Tt(_0x5541ad){return _0x5541ad['end']['parent']==_0x5541ad['start']['nodeAfter']&&_0x5541ad['end']['isAtStart'];}function Et(_0x3d22ff,_0x5922f0,_0x172c2c,_0x489742){const _0x3eee20=_0x7bb37b=>!_0x7bb37b['item']['is']('$textProxy')&&!_0x489742['isObject'](_0x7bb37b['item']),_0x128bf7=_0x3d22ff['start']['getLastMatchingPosition'](_0x3eee20),_0x2587b9=_0x3d22ff['end']['getLastMatchingPosition'](_0x3eee20,{'direction':'backward'});return(!_0x3d22ff['start']['isEqual'](_0x128bf7)||!_0x3d22ff['end']['isEqual'](_0x2587b9))&&(_0x128bf7['isBefore'](_0x2587b9)?_0x172c2c['updateMarker'](_0x5922f0,{'range':_0x172c2c['createRange'](_0x128bf7,_0x2587b9)}):_0x172c2c['removeMarker'](_0x5922f0),!0x0);}function Vt(_0x1c4d77){return _0x3a596d(_0x1c4d77);}function Ut(_0x2fff3e){const _0x4e4fc5=_0x2fff3e['start']['nodeAfter'];return _0x4e4fc5&&_0x4e4fc5['is']('element');}function Ot(_0x72e945,_0x5a806c){return null==_0x72e945['end']['nodeBefore']&&_0x72e945['end']['parent']==_0x72e945['start']['nodeAfter']?Gt(_0x72e945['start']['nodeAfter'],_0x5a806c):_0x72e945;}function Gt(_0x4cf754,_0x349c53){const _0x5db517=_0x349c53['schema']['isObject'](_0x4cf754)||_0x349c53['schema']['isSelectable'](_0x4cf754);return _0x349c53['createRange'](_0x349c53['createPositionAt'](_0x4cf754,'before'),_0x5db517?_0x349c53['createPositionAfter'](_0x4cf754):_0x349c53['createPositionAt'](_0x4cf754,'end'));}function Ft(_0x15d7d3,_0x342387,_0xe72505,_0x3dd6fa,_0x2746c5){if(!Pt(_0x15d7d3,_0x342387))return!0x1;if(_0xe72505['end']['isEqual'](_0x3dd6fa['start']))return!0x0;if(_0x15d7d3['type']!=_0x342387['type'])return!0x1;if(!_0xe72505['end']['isTouching'](_0x3dd6fa['start']))return!0x1;const _0x5e828b=_0x2746c5['createRange'](_0xe72505['end'],_0x3dd6fa['start'])['getWalker']();for(const _0x44f9e2 of _0x5e828b)if(['elementStart','elementEnd']['includes'](_0x44f9e2['type'])&&_0x2746c5['schema']['isLimit'](_0x44f9e2['item']))return!0x1;return!0x0;}function Pt(_0x310581,_0x5d0419,_0xe467ec=[]){return!(!_0x310581['_isDataLoaded']||!_0x5d0419['_isDataLoaded'])&&_0x215c3b(Bt(_0x310581['attributes'],_0xe467ec),Bt(_0x5d0419['attributes'],_0xe467ec));}function Lt(_0x4658ea,_0x312a0d){const _0x4ea67a=Ht(_0x4658ea['attributes']),_0x29da7b=Ht(_0x312a0d);if(!_0x4658ea['_isDataLoaded'])return!0x1;for(const _0x38b08a of Object['keys'](_0x29da7b))if(!_0x215c3b(_0x4ea67a[_0x38b08a],_0x29da7b[_0x38b08a]))return!0x1;return!0x0;}function Ht(_0x23ce63){const _0x2c3709=Object['assign']({},_0x23ce63);return delete _0x2c3709['skipNestingCheck'],delete _0x2c3709['tablePasteChainId'],_0x2c3709;}class oe extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x2e2300(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x32da1b,_0x2de448,_0x150ae4,_0x166de5){super(),this['model']=_0x2de448,this['view']=_0x150ae4,this['commentThreadController']=_0x166de5,this['_editor']=_0x32da1b,this['_acceptCommand']=_0x32da1b['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x32da1b['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x5af720,_0x463fbd)=>_0x5af720||_0x463fbd),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x54f8c3=>_0x54f8c3&&this['_editor']['model']['canEditAt'](_0x2de448['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x43d209=>_0x43d209&&this['_editor']['model']['canEditAt'](_0x2de448['getRanges']())),this['_pendingAction']=null,_0x150ae4['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x150ae4,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x150ae4,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x150ae4,'change:isDirty',()=>{_0x150ae4['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 _0x13a34b=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x13a34b);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class es extends _0x579618{['commentsListView'];['commentThreadInputView'];['_model'];['_localUser'];['_config'];constructor(_0x481d16,_0x492968,_0x383304,_0x1448ee){super(_0x481d16),this['commentsListView']=null,this['commentThreadInputView']=null,this['set']('isActive',!0x1),this['set']('authoredAt',_0x492968['authoredAt']),this['bind']('authoredAt')['to'](_0x492968),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['_model']=_0x492968,this['_localUser']=_0x383304,this['_config']=_0x1448ee,_0x1448ee['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:_0x536973}=this['_config'];this['commentsListView']=new _0x536973(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',_0x596b68=>_0x596b68+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x269cbc,_0x3bac03)=>_0x269cbc||!!_0x3bac03);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x1c53f0}=this['_config'],_0xbe0e31=new _0x1c53f0(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x4f0c56=_0xbe0e31['commentInputView'];return _0xbe0e31['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x4f0c56,'value',(_0x4dec0b,_0x570983,_0x2e65fd)=>!!_0x2e65fd||_0x4dec0b&&!_0x570983),_0x4f0c56['on']('submit',(_0x289a48,_0x3c69cd)=>{this['fire']('addComment',_0x3c69cd),_0x4f0c56['editor']['setData']('');}),_0x4f0c56['on']('cancel',()=>this['focus']()),_0x4f0c56['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0xbe0e31;}}class ne extends es{['userView'];['acceptButton'];['discardButton'];['_descriptionElement'];constructor(_0x45ff5b,_0x175f7c,_0x7b89ca,_0xc7681a){super(_0x45ff5b,_0x175f7c,_0x7b89ca,_0xc7681a),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0xaa76ea=>_0xaa76ea&&_0xaa76ea[0x0]?_0xaa76ea[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0xa9e683,_0xc9e728)=>{let _0x185828='';for(const _0x4c59b4 of _0xa9e683)_0x185828+='<p>'+ds(_0x4c59b4['content'],_0x4c59b4['color'])+'</p>';return _0xc9e728?_0x185828:_0x2aedfd(_0x185828,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this['_createButton'](o(_0x45ff5b,'Accept\x20suggestion'),_0xba276b['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['discardButton']=this['_createButton'](o(_0x45ff5b,'Discard\x20suggestion'),_0xba276b['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['userView']=new _0x11ad95(_0x45ff5b,this['_model']['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user']}}),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x4e8afe=this['bindTemplate'],_0x4cc765=[{'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':_0x4e8afe['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x4e8afe['to']('authoredAt',_0x43ce55=>this['_config']['formatDateTime'](_0x43ce55))}]}]},{'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']&&_0x4cc765['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x1d3c1c={'tag':'div','attributes':{'class':['ck-suggestion-wrapper',_0x4e8afe['if']('isActive','ck-suggestion-wrapper--active'),_0x4e8afe['to']('type',_0x17b2ae=>'ck-suggestion-'+_0x17b2ae),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':_0x4cc765}]}]};return this['commentsListView']&&this['commentThreadInputView']&&(_0x1d3c1c['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)),_0x1d3c1c;}['render'](){super['render'](),this['_descriptionElement']=this['element']['querySelector']('.ck-annotation__content-wrapper'),this['_descriptionElement']['innerHTML']=this['description'],this['on']('change:description',(_0xb3bea8,_0x36f50a,_0x331f94)=>{this['_descriptionElement']['innerHTML']=_0x331f94;});}['_createButton'](_0x7cfdc5,_0x551285,_0x15ca0a,_0x297613,_0xd14a3d){const _0x1baca3=new _0x216667(this['locale']);return _0x1baca3['set']({'label':_0x7cfdc5,'icon':_0x551285,'tooltip':!0x0,'tooltipPosition':_0xd14a3d}),_0x1baca3['extendTemplate']({'attributes':{'class':_0x15ca0a}}),_0x1baca3['on']('execute',()=>{this['fire'](_0x297613,this['_model']['id']);}),_0x1baca3;}['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(_0x3b6dde,_0xba7474){let _0x164552='';return _0x164552+=_0x3b6dde['split']('*')['map']((_0x3921c7,_0x5366f6)=>_0x5366f6%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+us(_0x3921c7)+'</span>':us(_0x3921c7))['join'](''),_0xba7474&&(_0x164552+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0xba7474['value']+'\x22\x20title=\x22'+_0xba7474['title']+'\x22></span>'),_0x164552;}function us(_0x520548){const _0xe72f14=document['createElement']('span');return _0xe72f14['innerText']=_0x520548,_0xe72f14['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 _0x463102{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x2074d8,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x343750){super(_0x343750),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x153860=this['editor']['config'];_0x153860['define']('trackChanges.SuggestionThreadView',ne),_0x153860['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x153860['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x418a96,_0xe4da9a){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x48e4b7,_0x16b971]of this['_handleControllerBuffer']){const _0x319b8a=this['_suggestionToController']['has'](_0x48e4b7);_0x319b8a||_0x16b971?_0x319b8a&&_0x16b971&&this['_destroyController'](_0x48e4b7):this['_initializeController'](_0x48e4b7);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x418a96,_0xe4da9a);}['init'](){const _0x2d760a=this['editor'],_0x139166=_0x2d760a['plugins']['get']('TrackChangesEditing'),_0x4391c5=_0x2d760a['plugins']['get']('Annotations'),_0x4f98c4=_0x2d760a['plugins']['get']('EditorAnnotations'),_0x284f43=_0x2d760a['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x4f98c4['addSourceCollector'](()=>{const _0x389f57=[];for(const [_0x1f3fe8,_0x5385fa]of Array['from'](this['_suggestionToController'])){const _0xef4eec=_0x1f3fe8['getAllAdjacentSuggestions'](),_0x49e54d=[];for(const _0x17c11f of _0xef4eec){if(!_0x17c11f['isInContent'])continue;if(_0x17c11f['isMultiRange']){_0x49e54d['push'](..._0x17c11f['getRanges']());continue;}const _0x3d04b=_0x17c11f['getFirstRange']();if(_0x49e54d['length']>0x0){const _0x41e875=_0x49e54d[0x0]['getJoined'](_0x3d04b);if(_0x41e875){_0x49e54d[0x0]=_0x41e875;continue;}}_0x49e54d['push'](_0x3d04b);}_0x389f57['push']([_0x5385fa['view'],_0x49e54d]);}return _0x389f57;}),this['listenTo'](_0x139166,'suggestionLoaded',(_0xfa300d,_0x3b653c)=>{this['listenTo'](_0x3b653c,'change:previous',(_0x39e260,_0x5f0518,_0x13d001,_0x4b9fa9)=>{_0x3b653c['isInContent']&&(null==_0x13d001?(this['_updateController'](_0x4b9fa9['head']),this['_handleSuggestionControllerDelayed'](_0x3b653c,!0x1)):(this['_updateController'](_0x13d001['head']),null==_0x4b9fa9&&this['_handleSuggestionControllerDelayed'](_0x3b653c,!0x0)));}),null!==_0x3b653c['previous']?this['_updateController'](_0x3b653c['head']):this['_handleSuggestionControllerDelayed'](_0x3b653c,!0x1);}),this['listenTo'](_0x139166,'suggestionUnloaded',(_0x3ebddc,_0x2c7a7b,_0x823697)=>{this['stopListening'](_0x2c7a7b,'change:previous'),this['_handleControllerBuffer']['delete'](_0x2c7a7b),this['_suggestionToController']['has'](_0x2c7a7b)&&this['_destroyController'](_0x2c7a7b),_0x823697&&this['_updateController'](_0x823697['head']);}),this['listenTo'](_0x139166,'suggestionChanged',(_0x10f6a1,_0x3fe642)=>{this['_updateController'](_0x3fe642);}),this['listenTo'](_0x4391c5,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x284f43,'addComment',(_0x440762,{threadId:_0x3e0afe,isFromAdapter:_0x44f9c4})=>{if(_0x44f9c4||!_0x139166['hasSuggestion'](_0x3e0afe))return;const _0x493c4b=_0x139166['getSuggestion'](_0x3e0afe);this['_suggestionToController']['get'](_0x493c4b)['view']['focus']();},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x243526=this['editor']['plugins']['get']('Annotations'),_0x2a55e1=this['editor']['plugins']['get']('TrackChangesEditing'),_0x268b48=Array['from'](_0x243526['activeAnnotations'],_0x2b86b0=>_0x2b86b0['innerView'])['filter'](_0x5f310f=>this['_viewToController']['has'](_0x5f310f)),_0x5effef=[];for(const _0x5033ce of _0x268b48){const _0x5e65cd=this['_viewToController']['get'](_0x5033ce)['model']['getAllAdjacentSuggestions']();_0x5effef['push'](..._0x5e65cd['reduce']((_0x24080f,_0x5b6ebb)=>[..._0x24080f,..._0x5b6ebb['getMarkerNames']()],[]));}_0x2a55e1['activeMarkers']=_0x5effef;}['_addUIComponentsToFactory'](){const _0x1bb78f=this['editor'],_0x24843d=_0x1bb78f['locale'],_0x255e18=o(_0x24843d,'Track\x20changes'),_0x2216f7=new Wt([{'type':'switchbutton','model':new te({'withText':!0x0,'label':_0x255e18,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x24843d,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x24843d,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x24843d,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new te({'withText':!0x0,'label':o(_0x24843d,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x393519 of _0x2216f7)if(ae(_0x393519)){const _0x26e1c3=_0x1bb78f['commands']['get'](_0x393519['model']['commandName']);_0x393519['model']['bind']('isOn','isEnabled')['to'](_0x26e1c3,'value','isEnabled');}_0x1bb78f['ui']['componentFactory']['add']('trackChanges',_0x283bbd=>this['_createToolbarButton'](_0x283bbd,_0x2216f7,_0x255e18)),_0x1bb78f['ui']['componentFactory']['add']('menuBar:trackChanges',_0x98e403=>this['_createMenuBarMenu'](_0x98e403,_0x2216f7,_0x255e18));}['_createToolbarButton'](_0x14e7b5,_0x35e767,_0x56ead8){const _0x2898c2=zt(_0x14e7b5,Zt),_0x527206=this['editor']['commands']['get']('trackChanges');_0x2898c2['buttonView']['set']({'tooltip':_0x56ead8,'label':_0x56ead8,'icon':ie}),_0x2898c2['buttonView']['bind']('isOn')['to'](_0x527206,'value'),_0x2898c2['buttonView']['on']('execute',()=>{_0x527206['execute'](),this['editor']['editing']['view']['focus']();}),qt(_0x2898c2,_0x35e767,{'role':'menu'});const _0x28b2d=[];for(const _0x430cc5 of _0x35e767)ae(_0x430cc5)&&_0x28b2d['push'](this['editor']['commands']['get'](_0x430cc5['model']['commandName']));const _0x2a6f97=_0x2898c2['buttonView'];return _0x2a6f97['actionView']['unbind']('isEnabled'),_0x2a6f97['arrowView']['unbind']('isEnabled'),_0x2a6f97['actionView']['bind']('isEnabled')['to'](_0x527206,'isEnabled'),_0x2a6f97['arrowView']['bind']('isEnabled')['toMany'](_0x28b2d,'isEnabled',(..._0xfc46e2)=>_0xfc46e2['some'](_0x184602=>_0x184602)),_0x2898c2['on']('execute',_0x1d85fa=>{this['editor']['execute'](_0x1d85fa['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x2898c2;}['_createMenuBarMenu'](_0x114ec4,_0x4fa103,_0x3f6f29){const _0x373ee8=new Kt(_0x114ec4),_0x12e952=this['editor']['commands']['get']('trackChanges');_0x373ee8['buttonView']['set']({'label':_0x3f6f29,'icon':ie});const _0x3cb8f8=new Qt(_0x114ec4);for(const _0x537337 of _0x4fa103){if('separator'==_0x537337['type']){_0x3cb8f8['items']['add'](new Jt(_0x114ec4));continue;}const _0x4afb26=new Xt(_0x114ec4,_0x373ee8),_0x4837f2=new Yt(_0x114ec4),_0x2e82e8=_0x537337['model'];_0x4837f2['bind'](...Object['keys'](_0x2e82e8))['to'](_0x2e82e8),_0x4837f2['delegate']('execute')['to'](_0x373ee8),_0x4837f2['on']('execute',()=>{this['editor']['execute'](_0x2e82e8['commandName']),this['editor']['editing']['view']['focus']();}),_0x4afb26['children']['add'](_0x4837f2),_0x3cb8f8['items']['add'](_0x4afb26);}return _0x373ee8['bind']('isEnabled')['to'](_0x12e952,'isEnabled'),_0x373ee8['panelView']['children']['add'](_0x3cb8f8),_0x373ee8;}['_initializeController'](_0x58fc8a){const _0x126c06=this['editor'],_0xacc0d7=_0x126c06['config'],_0x4e5ae7=_0x126c06['plugins']['get']('Annotations'),_0x342280=_0x126c06['plugins']['get']('CommentsRepository'),_0x33230a=_0x126c06['plugins']['get']('EditorAnnotations'),_0x20cebd=_0x126c06['plugins']['get'](_0x2074d8)['me'],_0x561328=_0xacc0d7['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0x2130d5,CommentThreadInputView:_0x45aa1f}=_0x126c06['plugins']['get']('CommentsUI');let _0x437c33,_0x2e5460;this['_annotationViews']['has'](_0x58fc8a['id'])?(_0x2e5460=this['_annotationViews']['get'](_0x58fc8a['id']),_0x437c33=_0x2e5460['mainView']):(_0x437c33=new _0x561328(_0x126c06['locale'],_0x58fc8a,_0x20cebd,{'disableComments':this['_disableComments'],'editorConfig':_0xacc0d7['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0xacc0d7['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0xacc0d7['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0xacc0d7['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x293712(_0xacc0d7['get']('locale')),'CommentView':_0xacc0d7['get']('comments')['CommentView'],'CommentsListView':_0x2130d5,'CommentThreadInputView':_0x45aa1f}),_0x437c33['acceptButton']['on']('execute',()=>{_0x126c06['editing']['view']['focus']();}),_0x437c33['discardButton']['on']('execute',()=>{_0x126c06['editing']['view']['focus']();}),_0x2e5460=_0x4e5ae7['createAnnotationView'](this['editor']['locale'],_0x437c33),_0x2e5460['bind']('isDirty')['to'](_0x437c33,'isDirty'),_0x2e5460['bind']('length')['to'](_0x437c33),_0x2e5460['bind']('type')['to'](_0x437c33,'type',_0x4111ea=>'suggestion-'+_0x4111ea),this['_annotationViews']['set'](_0x58fc8a['id'],_0x2e5460));const _0x49c78e=_0x342280['createCommentThreadController'](_0x58fc8a['commentThread'],_0x437c33),_0x18da13=new oe(_0x126c06,_0x58fc8a,_0x437c33,_0x49c78e),_0x1d6f16=_0x58fc8a['getAllAdjacentSuggestions']()['filter'](_0x1ddfb0=>_0x1ddfb0['isInContent']);_0x437c33['descriptionParts']=_0x126c06['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x1d6f16),this['_suggestionToController']['set'](_0x58fc8a,_0x18da13),this['_viewToController']['set'](_0x437c33,_0x18da13);const _0x24f72d=_0x4e5ae7['createAnnotation']({'view':_0x2e5460,'target':()=>{const _0x2d364c=[],_0x6f7c25=_0x58fc8a['getAllAdjacentSuggestions']()['filter'](_0x28965e=>_0x28965e['isInContent']);for(const _0x35ce74 of _0x6f7c25)_0x2d364c['push'](..._0x35ce74['getMarkers']());return _0x31b799(_0x126c06['editing'],_0x2d364c);},'type':()=>'suggestion-'+_0x18da13['view']['type']});_0x342280['_bindAnnotationToEditors'](_0x437c33,_0x24f72d),_0x4e5ae7['add'](_0x24f72d),_0x33230a['registerAnnotation'](_0x24f72d);}['_destroyController'](_0x4b82fc){const _0x376109=this['editor']['plugins']['get']('CommentsRepository'),_0x4554db=this['editor']['plugins']['get']('Annotations'),_0x9ddc21=this['_suggestionToController']['get'](_0x4b82fc),_0x14793a=_0x9ddc21['view'],_0x6a11cf=_0x4554db['getByInnerView'](_0x14793a);_0x376109['_unbindEditors'](_0x14793a),_0x6a11cf&&_0x4554db['remove'](_0x6a11cf),this['_suggestionToController']['delete'](_0x4b82fc),this['_viewToController']['delete'](_0x14793a),_0x9ddc21['destroy']();}['_updateController'](_0x462586){if(!_0x462586['isInContent']||!this['_suggestionToController']['has'](_0x462586))return;const _0x1f3f4f=this['editor']['plugins']['get']('TrackChangesEditing'),_0x31e114=this['_suggestionToController']['get'](_0x462586),_0x3fd922=_0x462586['getAllAdjacentSuggestions']();_0x31e114['view']['descriptionParts']=_0x1f3f4f['descriptionFactory']['getDescriptions'](_0x3fd922);}['destroy'](){for(const _0x4980ff of this['_suggestionToController']['keys']())this['_destroyController'](_0x4980ff);for(const _0x50aabe of this['_annotationViews']['values']())_0x50aabe['mainView']['destroy']();super['destroy']();}}function ae(_0x2a3f33){return'model'in _0x2a3f33;}class k extends _0x463102{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x4e5b46){this['editor']['plugins']['get'](p)['adapter']=_0x4e5b46;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x3e6000){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x3e6000);}['getSuggestions']({skipNotAttached:_0x1d2aca=!0x1,toJSON:_0x1795b0=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x1d2aca,'toJSON':_0x1795b0});}['getSuggestion'](_0xba93d4){return this['editor']['plugins']['get'](p)['getSuggestion'](_0xba93d4);}}const T=['Pagination'];class P extends _0x463102{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x3cce53=this['editor'];if(_0x3cce53['config']['define']('trackChangesData.editorCreator',_0xd9608f=>{const _0x34ae31=_0x3cce53['model']['document']['getRootNames']()['reduce']((_0x576003,_0x3eec7a)=>(_0x576003[_0x3eec7a]='',_0x576003),{});return _0x3cce53['constructor']['create'](_0x34ae31,_0xd9608f);}),'function'!=typeof _0x3cce53['config']['get']('trackChangesData')['editorCreator'])throw new _0x3085e6('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x79cfe2){return N(this['editor'],!0x0,_0x79cfe2);}['getDataWithDiscardedSuggestions'](_0x27e6ff){return N(this['editor'],!0x1,_0x27e6ff);}}class D extends _0x463102{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x525319){super(_0x525319),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(_0x370939){return void 0x0!==_0x370939['getRootsAttributes'];}async function N(_0x4a25b2,_0x4936bc,_0x311b7a){const _0x403aa3=_0x59af6b(_0x4a25b2,T);_0x403aa3['plugins']['push'](p,D),_0x403aa3['rootsAttributes']=v(_0x4a25b2)?_0x4a25b2['getRootsAttributes']():void 0x0;const _0x551b73=document['createDocumentFragment'](),_0x224b96=_0x4a25b2['config']['get']('trackChangesData')['editorCreator'],_0x3aaa70=await _0x224b96(_0x403aa3,()=>function(_0x51eb39){const _0x262c21=document['createElement']('div');return _0x51eb39['appendChild'](_0x262c21),_0x262c21;}(_0x551b73));!function(_0x4eb0aa,_0x496759){const _0x4a5994=_0x4eb0aa['model']['document']['getRootNames']()['reduce']((_0xaedf52,_0x528c01)=>(_0xaedf52[_0x528c01]=_0x4eb0aa['data']['get']({'rootName':_0x528c01}),_0xaedf52),{}),_0x431af3=_0x4eb0aa['plugins']['get']('Users')['users']['map'](_0x566712=>({'id':_0x566712['id'],'name':_0x566712['name']})),_0x554368=_0x4eb0aa['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x4e82d2=_0x4eb0aa['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x3d9689=_0x496759['plugins']['get']('Users'),_0x22d07b=_0x496759['plugins']['get']('TrackChangesEditing'),_0x2da02a=_0x496759['plugins']['get']('CommentsRepository');for(const _0x7e92cf of _0x431af3)_0x3d9689['getUser'](_0x7e92cf['id'])||_0x3d9689['addUser'](_0x7e92cf);_0x3d9689['me']||_0x3d9689['useAnonymousUser']();for(const _0x2b912c of _0x4e82d2)_0x2da02a['addCommentThread'](_0x2b912c);for(const _0x5a6b18 of _0x554368)_0x22d07b['addSuggestionData'](_0x5a6b18);_0x496759['data']['set'](_0x4a5994);}(_0x4a25b2,_0x3aaa70),_0x3aaa70['execute'](_0x4936bc?'acceptAllSuggestions':'discardAllSuggestions');const _0x589812=v(_0x3aaa70)?_0x3aaa70['getFullData'](_0x311b7a):_0x3aaa70['data']['get'](_0x311b7a);return await _0x3aaa70['destroy'](),_0x589812;}export{es as BaseSuggestionThreadView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|
|
23
|
+
import{Command as ts,Plugin as _0xd068a0,PendingActions as _0x3a149,icons as _0x5d921c}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x559e97,ObservableMixin as _0x5cf6c8,uid as _0x4253a4,insertToPriorityArray as _0x5d63e0,priorities as _0x214829,logWarning as _0x16a41d,Collection as Wt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x52bd70,View as _0x3772f7,ButtonView as _0x38fb80,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 _0x3a1269,hashObject as _0xb8b99e,surroundingMarkersDetector as _0x3e0a5e,trimHtml as _0x75e0a0,UserView as _0x4e76b4,getDateTimeFormatter as _0x4e185e,getAllMarkersDomElementsSorted as _0x2246cc,sanitizeEditorConfig as _0x3dffb6}from'ckeditor5-collaboration/dist/index.js';import{Element as _0xdc172d,LiveRange as _0x2b023b,LivePosition as _0x1fb04b}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x47412f,toWidget as _0xd81baf}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x239e69,set as _0x2e9f04,isEqual as _0x2849d6,unset as _0x4b709f,omit as Bt}from'lodash-es';import{Delete as _0x767f14,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x2e881a,ShiftEnter as _0x5dd563}from'@ckeditor/ckeditor5-enter/dist/index.js';class M extends ts{['_enabledCommands'];constructor(_0x59dcbd,_0xc425bc){super(_0x59dcbd),this['_enabledCommands']=_0xc425bc,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 _0x1b18da of this['editor']['commands']['commands']())_0x1b18da['affectsData']&&!this['_enabledCommands']['has'](_0x1b18da)&&_0x1b18da['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x2a9c39 of this['editor']['commands']['commands']())_0x2a9c39['affectsData']&&!this['_enabledCommands']['has'](_0x2a9c39)&&_0x2a9c39['clearForceDisabled']('TrackChangesCommand');}}class $ extends ts{['_suggestions'];constructor(_0xf7103a,_0x1daf97){super(_0xf7103a),this['_suggestions']=_0x1daf97,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x5aa2b1){const _0x3b4985=this['_suggestions']['get'](_0x5aa2b1);if(!_0x3b4985)throw new _0x559e97('track-changes-accept-suggestion-not-found',this);const _0x3c79e6=_0x3b4985['getRanges']();this['editor']['model']['canEditAt'](_0x3c79e6)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x3b4985);}}class B extends ts{['_suggestions'];constructor(_0x3a8633,_0x281ad3){super(_0x3a8633),this['_suggestions']=_0x281ad3,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x15709f){const _0x41ba50=this['_suggestions']['get'](_0x15709f);if(!_0x41ba50)throw new _0x559e97('track-changes-discard-suggestion-not-found',this);const _0x5198fc=_0x41ba50['getRanges']();this['editor']['model']['canEditAt'](_0x5198fc)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x41ba50);}}function ss(_0x107150){return _0x107150['sort']((_0x273f5c,_0x22284f)=>'deletion'==_0x273f5c['type']&&'deletion'!=_0x22284f['type']?-0x1:'deletion'!=_0x273f5c['type']&&'deletion'==_0x22284f['type']?0x1:0x0);}function to(_0x506e39,_0x2af83c){let _0x16e9c0,_0x216cca=0x0;const _0x57b073=[],_0x2d90cb=_0x2af83c['schema'];for(;_0x216cca<_0x506e39['length'];){const _0x21444d=_0x506e39[_0x216cca],_0x22c5b0=_0x506e39[_0x216cca+0x1];_0x16e9c0||(_0x16e9c0=_0x2af83c['createPositionBefore'](_0x21444d)),co(_0x2af83c,_0x21444d,_0x22c5b0)||(_0x57b073['push'](_0x2af83c['createRange'](_0x16e9c0,_0x2d90cb['isObject'](_0x21444d)?_0x2af83c['createPositionAfter'](_0x21444d):_0x2af83c['createPositionAt'](_0x21444d,'end'))),_0x16e9c0=null),_0x216cca++;}return _0x57b073;}function co(_0x457767,_0x46bd5f,_0x3f00b9){if(!_0x3f00b9)return!0x1;const _0x1244c1=_0x457767['createPositionAfter'](_0x46bd5f),_0x599e2b=_0x457767['createPositionBefore'](_0x3f00b9);return _0x1244c1['isTouching'](_0x599e2b);}function rs(_0xaa4faf,_0x2296d7,_0x520889){for(;_0x520889['length'];){const _0x4e2423=_0x520889['splice'](0x0,0x64);_0xaa4faf['change'](()=>{for(const _0x3875ec of _0x4e2423)_0x3875ec['isInContent']&&_0x2296d7['execute'](_0x3875ec['id']);});}}class x extends ts{['_command'];['_suggestions'];constructor(_0x3f21ea,_0x40d9d4,_0xb482f4){super(_0x3f21ea),this['_command']=_0x40d9d4,this['_suggestions']=_0xb482f4,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x4823f5=Array['from'](this['_suggestions']['values']())['some'](_0x2ebd62=>_0x2ebd62['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x4823f5;}['execute'](){const _0x5a4b13=ss(Array['from'](this['_suggestions']['values']()));for(const _0x460542 of _0x5a4b13){const _0x4a8b10=_0x460542['getRanges']();if(!this['editor']['model']['canEditAt'](_0x4a8b10))return;}rs(this['editor']['model'],this['_command'],_0x5a4b13);}}class R extends ts{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x2c96b5,_0x3fd581,_0x2f79bb){super(_0x2c96b5),this['_command']=_0x3fd581,this['_suggestions']=_0x2f79bb,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x38056c=this['editor']['model']['document']['selection'],_0x4303a9=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x3b54f7,_0x2ee93d){const _0x5109da=Array['from'](_0x3b54f7['getRanges']()),_0x1c3f06=new Set();for(const _0x19d88b of _0x2ee93d)if(_0x19d88b['isInContent']){for(const _0x59c5dc of _0x5109da)for(const _0x46e71f of _0x19d88b['getRanges']())(_0x59c5dc['isIntersecting'](_0x46e71f)||_0x3b54f7['isCollapsed']&&!_0x19d88b['isMultiRange']&&_0x19d88b['next']&&_0x46e71f['end']['isTouching'](_0x59c5dc['start']))&&_0x1c3f06['add'](_0x19d88b);}return _0x1c3f06;}(_0x38056c,_0x4303a9),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x397f92=ss(Array['from'](this['_selectedSuggestions']));for(const _0x29507e of _0x397f92){const _0x20ec70=_0x29507e['getRanges']();if(!this['editor']['model']['canEditAt'](_0x20ec70))return;}rs(this['editor']['model'],this['_command'],_0x397f92);}}class u extends/* #__PURE__ -- @preserve */
|
|
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};
|