@ckeditor/ckeditor5-track-changes 43.1.0-alpha.4 → 43.1.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/package.json +10 -10
- package/src/trackchangesediting.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as ts,Plugin as
|
|
24
|
-
_0x3282ad(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x44c96a,_0x1fadf9){super(),this['id']=_0x1fadf9['id'],this['type']=_0x1fadf9['type'],this['subType']=_0x1fadf9['subType']||null,this['author']=_0x1fadf9['author'],this['creator']=_0x1fadf9['creator']||_0x1fadf9['author'],this['isExternal']=Boolean(_0x1fadf9['attributes']&&_0x1fadf9['attributes']['@external']),this['data']=null,this['_model']=_0x44c96a,this['_onAccept']=_0x1fadf9['onAccept'],this['_onDiscard']=_0x1fadf9['onDiscard'],this['_onAttributesChange']=_0x1fadf9['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x1fadf9['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 _0x5d60d5=this;for(;_0x5d60d5['previous'];)_0x5d60d5=_0x5d60d5['previous'];return _0x5d60d5;}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'](_0x49b6dd){this['_markerNames']['add'](_0x49b6dd);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x2b6795=>this['_model']['markers']['get'](_0x2b6795))['filter'](_0x424a0d=>_0x424a0d);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0xa1edf6=>{for(const _0x4e5122 of this['getMarkers']())_0xa1edf6['removeMarker'](_0x4e5122);}),this['_markerNames']['clear']();}['removeMarker'](_0x2d3aee){this['_model']['change'](_0x4599fd=>{_0x4599fd['removeMarker'](_0x2d3aee);}),this['_markerNames']['delete'](_0x2d3aee);}['addRange'](_0x4e2edc){const _0xa9246='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0xa9246),this['_model']['change'](_0x127b60=>{_0x127b60['addMarker'](_0xa9246,{'range':_0x4e2edc,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x44eea8){for(const _0x18a8d8 of this['getRanges']())if(_0x18a8d8['isIntersecting'](_0x44eea8))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x3881ce=>_0x3881ce['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x176002,_0xfa8f25)=>[..._0x176002,..._0xfa8f25['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x1df817=this['getRanges']();if(0x1!=_0x1df817['length'])return null;const _0x4f6b1c=_0x1df817[0x0],_0x4aa844=_0x4f6b1c['start']['nodeAfter'],_0x4ea9f3=_0x4f6b1c['end']['nodeBefore'];return _0x4aa844 instanceof _0x45c813?_0x4aa844!=_0x4ea9f3?null:_0x4aa844: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 _0x4e2c24=[];let _0x567af9=this['head'];for(;_0x567af9;)_0x4e2c24['push'](_0x567af9),_0x567af9=_0x567af9['next'];return _0x4e2c24;}['setAttribute'](_0xa12ee0,_0x597f05){const _0x314753=_0x481a0f(this['attributes']);_0x19bd29(_0x314753,_0xa12ee0,_0x597f05),_0x4118e1(_0x314753,this['attributes'])||(this['attributes']=_0x314753,this['_onAttributesChange'](_0x314753));}['removeAttribute'](_0x10d0cb){const _0x58094a=_0x481a0f(this['attributes']);_0x3968cd(_0x58094a,_0x10d0cb),_0x4118e1(_0x58094a,this['attributes'])||(this['attributes']=_0x58094a,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 _0x3ddfb4()['substr'](0x1,0x5);}}function o(_0x1c7536,_0x3f35cc,_0x4cd343){const t=_0x1c7536['t'];switch(_0x3f35cc){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',_0x4cd343);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x4cd343);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x4cd343);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x4cd343);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x4cd343);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',_0x4cd343);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x4cd343);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',_0x4cd343);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x4cd343);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x4cd343);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x4cd343);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x4cd343);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x4cd343);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x4cd343);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x4cd343);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x4cd343);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x4cd343);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x4cd343);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x4cd343);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x4cd343);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x4cd343);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x4cd343);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x4cd343);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'},_0x4cd343);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x4cd343);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x4cd343);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x4cd343);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x4cd343);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x4cd343);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'},_0x4cd343);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x4cd343);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x4cd343);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x4cd343);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x4cd343);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'},_0x4cd343);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x4cd343);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'},_0x4cd343);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'},_0x4cd343);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x4cd343);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'},_0x4cd343);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x4cd343);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'},_0x4cd343);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x4cd343);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x4cd343);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});case'ELEMENT_MERGE_FIELD':return t({'id':'ELEMENT_MERGE_FIELD','string':'merge\x20field','plural':'%0\x20merge\x20fields'},_0x4cd343);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'},_0x4cd343);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'},_0x4cd343);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x4cd343);case'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20insertion\x20suggestion.','id':'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20deletion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT'},_0x4cd343);case'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20deletion\x20suggestion.','id':'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20formatting\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT'},_0x4cd343);case'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20formatting\x20suggestion.','id':'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT'});case'SUGGESTION_THREAD_ARIA_LABEL':return t({'string':'Suggestion\x20by\x20%1.\x20Created\x20on\x20%2.\x20%0\x20reply.\x20%3','plural':'Suggestion\x20by\x20%1.\x20Created\x20on\x20%2.\x20%0\x20replies.\x20%3','id':'SUGGESTION_THREAD_ARIA_LABEL'},_0x4cd343);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x3f35cc;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x49bc68,_0x27a0ff){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x49bc68,this['_locale']=_0x27a0ff;}['getDescriptions'](_0x8e3a2e){const _0x5ad127=[],_0x3ef336=new Set(),_0x3df665=new Set();for(let _0x473288=0x0;_0x473288<_0x8e3a2e['length'];_0x473288++){const _0x4efe32=_0x8e3a2e[_0x473288];if(!_0x4efe32['isInContent'])continue;const _0x2c09a6=this['_handleCustomCallbackDescription'](_0x4efe32);if(_0x2c09a6){if(null!=_0x4efe32['subType']){if(_0x3ef336['has'](_0x4efe32['subType']))continue;_0x3ef336['add'](_0x4efe32['subType']);}_0x5ad127['push'](_0x2c09a6);}else{if('attribute'!=_0x4efe32['type'])'insertion'!=_0x4efe32['type']&&'deletion'!=_0x4efe32['type']||this['_handleInsertRemoveSuggestionDescription'](_0x5ad127,_0x4efe32,_0x8e3a2e[_0x473288+0x1]);else{const _0x4d1109=_0x4efe32['data']['key'];if(_0x3df665['has'](_0x4d1109))continue;_0x3df665['add'](_0x4efe32['data']['key']),_0x4d1109==m?this['_handleRenameSuggestionDescription'](_0x5ad127,_0x4efe32):this['_handleAttributeSuggestionDescription'](_0x5ad127,_0x4efe32);}}}return this['_resolveDescriptionItems'](_0x5ad127);}['registerDescriptionCallback'](_0x1b3265){this['_customCallbacks']['push'](_0x1b3265);}['registerElementLabel'](_0x1955ef,_0x46dc04,_0x1532ab=_0x76288f['normal']){'function'==typeof _0x1955ef?_0x5aa2f4(this['_itemLabelsCallbacks'],{'matchingCallback':_0x1955ef,'label':_0x46dc04,'priority':_0x1532ab}):this['_itemLabels']['set'](_0x1955ef,_0x46dc04);}['registerAttributeLabel'](_0x123fc6,_0x264297){this['_attributeLabels']['set'](_0x123fc6,_0x264297);}['getItemLabel'](_0x50d47d,_0x292d18=0x1){let _0x3af015;for(const _0x4848ec of this['_itemLabelsCallbacks'])if(_0x4848ec['matchingCallback'](_0x50d47d)){_0x3af015=_0x4848ec['label'];break;}return _0x3af015||(_0x3af015=this['_itemLabels']['get'](_0x50d47d['name'])),_0x3af015?_0x3af015(_0x292d18):0x1!==_0x292d18?_0x292d18+'\x20'+_0x50d47d['name']+'s':''+_0x50d47d['name'];}['_addDescriptionItems'](_0x599c8f,_0x478039){const _0x1be7f2=_0x478039['getFirstRange']()['getWalker'](),_0x5b495a='insertion'==_0x478039['type']?'add':'remove';for(const _0x37b299 of _0x1be7f2){const _0x37920d=_0x37b299['item'],_0x4a04e3=_0x599c8f[_0x599c8f['length']-0x1];if(_0x37920d['is']('$textProxy'))_0x4a04e3&&_0x4a04e3['type']['indexOf']('Container')>-0x1&&_0x599c8f['pop'](),_0x4a04e3&&'text'==_0x4a04e3['type']?_0x4a04e3[_0x5b495a]+=_0x37920d['data']:_0x599c8f['push']({'type':'text','add':'add'==_0x5b495a?_0x37920d['data']:'','remove':'remove'==_0x5b495a?_0x37920d['data']:''});else{if(this['_schema']['isObject'](_0x37920d)){const _0x3fb409=_0x37920d;if(_0x4a04e3&&_0x4a04e3['type']['indexOf']('Container')>-0x1&&_0x599c8f['pop'](),'elementEnd'==_0x37b299['type'])continue;_0x4a04e3&&_0x4a04e3['type']==_0x5b495a+'Object'&&_0x4a04e3['element']['name']==_0x3fb409['name']?_0x4a04e3['quantity']++:_0x599c8f['push']({'type':_0x5b495a+'Object','element':_0x3fb409,'quantity':0x1}),_0x1be7f2['skip'](_0xda93b1=>!('elementEnd'==_0xda93b1['type']&&_0xda93b1['item']==_0x37920d));}else{if(this['_schema']['checkChild'](_0x37920d,'$text')||_0x37920d['is']('element','softBreak')){const _0x5e7ed5=_0x37920d;if('add'==_0x5b495a&&'elementStart'==_0x37b299['type']||'remove'==_0x5b495a&&'elementEnd'==_0x37b299['type'])continue;if(_0x4a04e3&&-0x1==_0x4a04e3['type']['indexOf']('Container')){'text'==_0x4a04e3['type']&&(_0x4a04e3[_0x5b495a]+='\x0a');continue;}let _0x3ed7f3;if(_0x3ed7f3='add'==_0x5b495a?_0x5e7ed5['nextSibling']&&!this['_schema']['isObject'](_0x5e7ed5['nextSibling'])?_0x5e7ed5['nextSibling']:null:_0x5e7ed5['previousSibling']&&!this['_schema']['isObject'](_0x5e7ed5['previousSibling'])?_0x5e7ed5['previousSibling']:null,_0x5e7ed5['isEmpty']||_0x3ed7f3&&_0x3ed7f3['isEmpty']){const _0x493f46=_0x3ed7f3&&_0x3ed7f3['isEmpty']?_0x3ed7f3:_0x5e7ed5;_0x4a04e3&&_0x4a04e3['type']==_0x5b495a+'EmptyContainer'&&_0x4a04e3['element']['name']==_0x493f46['name']?_0x4a04e3['quantity']++:_0x599c8f['push']({'type':_0x5b495a+'EmptyContainer','element':_0x493f46,'quantity':0x1});}else _0x599c8f['push']({'type':_0x5b495a+'Container','element':_0x5e7ed5});}}}}}['_resolveDescriptionItems'](_0xe631d){const _0x449c58=this['_locale'],_0x27e681=[],_0x33c954=[],_0x3f14d8=[];for(const _0x20c5ce of _0xe631d)switch(_0x20c5ce['type']){case'text':if(_0x20c5ce['add']=_0x20c5ce['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x20c5ce['remove']=_0x20c5ce['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x20c5ce['add']&&''!=_0x20c5ce['remove']){_0x27e681['push']({'type':'replace','content':o(_0x449c58,'REPLACE_TEXT',['\x22'+_0x20c5ce['remove']+'\x22','\x22'+_0x20c5ce['add']+'\x22'])});continue;}if(null!=_0x20c5ce['add']['match'](/^ +$/)){_0x27e681['push']({'type':'insertion','content':o(_0x449c58,'*Insert:*\x20%0',o(_0x449c58,'ELEMENT_SPACE',_0x20c5ce['add']['length']))});continue;}if(null!=_0x20c5ce['remove']['match'](/^ +$/)){_0x27e681['push']({'type':'deletion','content':o(_0x449c58,'*Remove:*\x20%0',o(_0x449c58,'ELEMENT_SPACE',_0x20c5ce['remove']['length']))});continue;}if(''!=_0x20c5ce['add']){_0x27e681['push']({'type':'insertion','content':o(_0x449c58,'*Insert:*\x20%0','\x22'+_0x20c5ce['add']+'\x22')});continue;}_0x27e681['push']({'type':'deletion','content':o(_0x449c58,'*Remove:*\x20%0','\x22'+_0x20c5ce['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x27e681['push']({'type':'insertion','content':o(_0x449c58,'*Insert:*\x20%0',this['getItemLabel'](_0x20c5ce['element'],_0x20c5ce['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x27e681['push']({'type':'deletion','content':o(_0x449c58,'*Remove:*\x20%0',this['getItemLabel'](_0x20c5ce['element'],_0x20c5ce['quantity']))});continue;case'addContainer':_0x27e681['push']({'type':'insertion','content':o(_0x449c58,'*Split:*\x20%0',this['getItemLabel'](_0x20c5ce['element'],_0x20c5ce['quantity']))});continue;case'removeContainer':_0x27e681['push']({'type':'deletion','content':o(_0x449c58,'*Merge:*\x20%0',this['getItemLabel'](_0x20c5ce['element'],_0x20c5ce['quantity']))});continue;case'addFormat':_0x33c954['push'](_0x20c5ce['key']);continue;case'removeFormat':_0x3f14d8['push'](_0x20c5ce['key']);continue;default:_0x27e681['push'](_0x20c5ce);}if(_0x33c954['length']){const _0x4b1bc5=_0x33c954['map'](_0x50251e=>this['_attributeLabels']['has'](_0x50251e)?this['_attributeLabels']['get'](_0x50251e):_0x50251e)['join'](',\x20');_0x27e681['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x4b1bc5)});}if(_0x3f14d8['length']){const _0x2d2a98=_0x3f14d8['map'](_0x2a51b2=>this['_attributeLabels']['has'](_0x2a51b2)?this['_attributeLabels']['get'](_0x2a51b2):_0x2a51b2)['join'](',\x20');_0x27e681['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x2d2a98)});}return _0x27e681;}['_handleCustomCallbackDescription'](_0xeae067){for(const _0x88db37 of this['_customCallbacks']){const _0x91014a=_0x88db37(_0xeae067);if(_0x91014a&&'type'in _0x91014a)return _0x91014a;}}['_handleAttributeSuggestionDescription'](_0x3e7a46,_0x3e50d1){const _0x46d391=_0x3e50d1['data'],_0x26b941=void 0x0===_0x46d391['newValue']?'removeFormat':'addFormat';_0x3e7a46['push']({'type':_0x26b941,'key':_0x46d391['key']});}['_handleRenameSuggestionDescription'](_0x5f07d8,_0x50f46d){_0x5f07d8['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x50f46d['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x2a1181,_0x2f1d5e,_0x46e162){if(this['_addDescriptionItems'](_0x2a1181,_0x2f1d5e),_0x46e162&&_0x46e162['getFirstRange']()&&!_0x2f1d5e['getFirstRange']()['end']['isEqual'](_0x46e162['getFirstRange']()['start'])){const _0x2bf4b3=_0x2a1181[_0x2a1181['length']-0x1],_0x2ed07e='insertion'==_0x2f1d5e['type']?'add':'remove';_0x2bf4b3&&'text'==_0x2bf4b3['type']&&(_0x2bf4b3[_0x2ed07e]+='\x0a');}}}class V extends _0x468cec{['afterInit'](){const _0x288e05=this['editor'],_0x21897f=_0x288e05['plugins']['get']('TrackChangesEditing');_0x288e05['commands']['get']('showAIAssistant')&&_0x21897f['enableCommand']('showAIAssistant');}}class U extends _0x468cec{['afterInit'](){const _0x23c9e4=this['editor'],_0x2ac048=_0x23c9e4['locale'];if(!_0x23c9e4['plugins']['has']('AlignmentEditing'))return;const _0x32b328=_0x23c9e4['plugins']['get']('TrackChangesEditing');_0x32b328['enableDefaultAttributesIntegration']('alignment'),_0x32b328['registerBlockAttribute']('alignment'),_0x32b328['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x2ac048,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x25e292=this['editor'],_0x213d4b=_0x25e292['locale'];_0x25e292['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x36c17c=>{if('formatBlock'!=_0x36c17c['type'])return;const {data:_0x4a6a9e}=_0x36c17c;if(_0x4a6a9e&&'alignment'==_0x4a6a9e['commandName']){const _0x5b3a21=_0x4a6a9e['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x213d4b,'*Format:*\x20%0',function(_0x47bc58){switch(_0x47bc58){case'left':return o(_0x213d4b,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x213d4b,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x213d4b,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x213d4b,'FORMAT_JUSTIFY_TEXT');}}(_0x5b3a21))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x468cec{['afterInit'](){const _0x40281e=this['editor'],_0x2ea273=_0x40281e['plugins']['get']('TrackChangesEditing'),_0x1430dc=_0x40281e['locale'];for(const _0x48035c of ti){if(!_0x40281e['plugins']['has'](_0x48035c))continue;const _0x2f820d=_0x48035c['slice'](0x0,-0x7)['toLowerCase'](),_0x19d40f='FORMAT_'+_0x2f820d['toUpperCase']();_0x2ea273['enableDefaultAttributesIntegration'](_0x2f820d),_0x2ea273['registerInlineAttribute'](_0x2f820d),_0x2ea273['descriptionFactory']['registerAttributeLabel'](_0x2f820d,o(_0x1430dc,_0x19d40f));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1a3a13=this['editor'],_0x5af59d=_0x1a3a13['locale'],_0x358890=_0x1a3a13['plugins']['get']('TrackChangesEditing');function _0x4a37f5(_0x284eb5,_0x2639bf){_0x358890['descriptionFactory']['registerDescriptionCallback'](_0x3ab2f4=>{if('formatInline'!=_0x3ab2f4['type'])return;const {data:_0x15bc28}=_0x3ab2f4;return _0x15bc28&&_0x15bc28['commandName']===_0x284eb5?_0x15bc28['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x5af59d,'*Format:*\x20%0',_0x2639bf)}:{'type':'format','content':o(_0x5af59d,'*Remove\x20format:*\x20%0',_0x2639bf)}:void 0x0;});}_0x4a37f5('bold',o(_0x5af59d,'FORMAT_BOLD')),_0x4a37f5('italic',o(_0x5af59d,'FORMAT_ITALIC')),_0x4a37f5('underline',o(_0x5af59d,'FORMAT_UNDERLINE')),_0x4a37f5('code',o(_0x5af59d,'FORMAT_CODE')),_0x4a37f5('strikethrough',o(_0x5af59d,'FORMAT_STRIKETHROUGH')),_0x4a37f5('subscript',o(_0x5af59d,'FORMAT_SUBSCRIPT')),_0x4a37f5('superscript',o(_0x5af59d,'FORMAT_SUPERSCRIPT'));}}class F extends _0x468cec{['afterInit'](){const _0x1bbfc0=this['editor'],_0x23b11a=_0x1bbfc0['locale'];if(!_0x1bbfc0['plugins']['has']('BlockQuoteEditing'))return;const _0x93b1d0=_0x1bbfc0['plugins']['get']('TrackChangesEditing'),_0x292579=this['editor']['commands']['get']('blockQuote');_0x93b1d0['enableCommand']('blockQuote',(_0x3b3b15,_0x947a5a={})=>{const _0x5a89ae=this['editor']['model']['document']['selection'],_0x767aa2=_0x947a5a&&void 0x0!==_0x947a5a['forceValue']?_0x947a5a['forceValue']:!_0x292579['value'];let _0x4326df=[];if(_0x767aa2){const _0x39a2e7=Array['from'](_0x5a89ae['getSelectedBlocks']())['filter'](_0x393987=>oo(_0x393987)||function(_0xbf7a75,_0x27bd71){const _0x17d512=_0x27bd71['checkChild'](_0xbf7a75['parent'],'blockQuote'),_0x13005e=_0x27bd71['checkChild'](['$root','blockQuote'],_0xbf7a75);return _0x17d512&&_0x13005e;}(_0x393987,this['editor']['model']['schema']));_0x4326df=to(_0x39a2e7,_0x1bbfc0['model']);}else{const _0x338f17=Array['from'](_0x5a89ae['getSelectedBlocks']())['filter'](_0x4ff2a6=>oo(_0x4ff2a6));_0x4326df=to(_0x338f17,_0x1bbfc0['model']);}_0x1bbfc0['model']['change'](()=>{for(const _0x14be8f of _0x4326df)_0x93b1d0['markBlockFormat'](_0x14be8f,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x767aa2}]});});}),_0x93b1d0['descriptionFactory']['registerDescriptionCallback'](_0x415c0d=>{const {data:_0xc5f019}=_0x415c0d;if(_0xc5f019&&'blockQuote'==_0xc5f019['commandName']){const _0x97abb4=o(_0x23b11a,'ELEMENT_BLOCK_QUOTE');return _0xc5f019['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x23b11a,'*Set\x20format:*\x20%0',_0x97abb4)}:{'type':'format','content':o(_0x23b11a,'*Remove\x20format:*\x20%0',_0x97abb4)};}});}}function oo(_0x3b52a4){return'blockQuote'==_0x3b52a4['parent']['name'];}class L extends _0x468cec{['afterInit'](){const _0x3cf911=this['editor'];_0x3cf911['plugins']['has']('CaseChange')&&(_0x3cf911['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x3cf911['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x3cf911['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x468cec{['afterInit'](){const _0x29a0be=this['editor'];_0x29a0be['commands']['get']('ckbox')&&_0x29a0be['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class J extends _0x468cec{['afterInit'](){const _0x58c1c0=this['editor'];if(!_0x58c1c0['plugins']['has']('CodeBlock'))return;const _0x15212f=_0x58c1c0['plugins']['get']('TrackChangesEditing'),_0x25ce1d=_0x58c1c0['locale'],_0x39b19b=_0x58c1c0['config']['get']('codeBlock')['languages'],_0x475f37=_0x58c1c0['commands']['get']('codeBlock');_0x15212f['enableCommand']('indentCodeBlock'),_0x15212f['enableCommand']('outdentCodeBlock'),_0x15212f['enableCommand']('codeBlock',(_0x317a09,_0x21c459={})=>{const _0x15aa2f=_0x58c1c0['model'],_0x89a301=_0x58c1c0['model']['document']['selection'],_0xae395=_0x21c459&&void 0x0!==_0x21c459['forceValue']?_0x21c459['forceValue']:!_0x475f37['value'];let _0x3cf593;_0x21c459['language']||(_0x21c459['language']=_0x39b19b[0x0]['language']),_0x3cf593=_0xae395?Array['from'](_0x89a301['getSelectedBlocks']())['filter'](_0x5a11aa=>eo(_0x5a11aa)||function(_0x478325,_0x610423){if(_0x478325['is']('rootElement')||_0x610423['isLimit'](_0x478325))return!0x1;return _0x610423['checkChild'](_0x478325['parent'],'codeBlock');}(_0x5a11aa,_0x15aa2f['schema'])):Array['from'](_0x89a301['getSelectedBlocks']())['filter'](_0x5cca0e=>eo(_0x5cca0e));const _0x127677=to(_0x3cf593,_0x15aa2f);_0x15aa2f['change'](()=>{for(const _0xe3f4f2 of _0x127677)_0x15212f['markBlockFormat'](_0xe3f4f2,{'commandName':'codeBlock','commandParams':[{..._0x21c459,'forceValue':_0xae395}],'formatGroupId':'blockName'});});}),(_0x15212f['descriptionFactory']['registerElementLabel']('codeBlock',_0x49a0de=>o(_0x25ce1d,'ELEMENT_CODE_BLOCK',_0x49a0de)),_0x15212f['descriptionFactory']['registerDescriptionCallback'](_0x43d096=>{if('formatBlock'!=_0x43d096['type'])return;const _0x1088db=_0x25ce1d['t'],{data:_0x5c0c9a}=_0x43d096;if(!_0x5c0c9a||'codeBlock'!=_0x5c0c9a['commandName'])return;const _0x587e35=_0x5c0c9a['commandParams'][0x0]['language'],_0x38f7e7=_0x1088db(_0x39b19b['find'](_0xbb7f48=>_0xbb7f48['language']===_0x587e35)['label'])['toLowerCase']();return _0x5c0c9a['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x25ce1d,'*Set\x20format:*\x20%0',o(_0x25ce1d,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x38f7e7+')')}:{'type':'format','content':o(_0x25ce1d,'*Remove\x20format:*\x20%0',o(_0x25ce1d,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x563932){return'codeBlock'==_0x563932['name'];}class q extends _0x468cec{['afterInit'](){const _0x4749bb=this['editor'];if(!_0x4749bb['plugins']['has']('CommentsEditing'))return;_0x4749bb['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x51f0a2,_0x3fc510,_0x94e6e3){const _0xbb0ebb=[];for(const _0xe749b4 of _0x3fc510['getItems']())_0xe749b4['hasAttribute'](_0x51f0a2)&&_0xbb0ebb['push'](_0x94e6e3['createRangeOn'](_0xe749b4));return _0xbb0ebb;}function _e(_0x252fa4,_0x3796e5,{showActiveMarker:_0x57dd0c=!0x0}={}){const _0x5ab902=_0x252fa4['plugins']['get']('TrackChangesEditing');return(_0xdd908f,_0x1eedda,_0x3872bd)=>{if(!_0x3872bd['consumable']['test'](_0x1eedda['markerRange'],_0xdd908f['name']))return;const _0xaaddc1=_0x1eedda['markerRange']['getWalker'](),_0x10907c=_0x1eedda['markerRange']['start'],_0x537c0f=_0x252fa4['model']['schema'];let _0xd96cfd=null,_0x131f90=null,_0x44ad7c=!0x1,_0x26867c=!0x1;for(const _0x481da6 of _0xaaddc1){const _0x5c2a5b=_0x481da6['item'];_0x44ad7c=_0x44ad7c||_0x537c0f['isContent'](_0x5c2a5b);const _0x5258f9=_0x3872bd['mapper']['toViewElement'](_0x5c2a5b);if(_0x5258f9&&_0x5258f9['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x481da6['type']&&(_0x537c0f['isBlock'](_0x5c2a5b)&&!_0x537c0f['isLimit'](_0x5c2a5b)&&(_0x5c2a5b['nextSibling']||_0x10907c['isAtEnd']?_0xd96cfd&&_0xd96cfd['parent']==_0x5c2a5b||(_0xd96cfd=_0x5c2a5b,_0x4e83d1(_0x481da6['previousPosition']),_0x26867c=!0x0):_0x131f90=_0x131f90||_0x481da6['previousPosition']));}function _0x4e83d1(_0x45aea9){const {authorId:_0x207674}=_0x5ab902['_splitMarkerName'](_0x1eedda['markerName']),_0x235373=_0x3872bd['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x3796e5,'data-author-id':_0x207674}),_0x5edbbe=_0x3872bd['mapper']['toViewPosition'](_0x45aea9);_0x57dd0c&&_0x5ab902['activeMarkers']['includes'](_0x1eedda['markerName'])&&_0x3872bd['writer']['addClass']('ck-suggestion-marker--active',_0x235373),_0x3872bd['writer']['insert'](_0x5edbbe,_0x235373),_0x3872bd['mapper']['bindElementToMarker'](_0x235373,_0x1eedda['markerName']);}_0x44ad7c||_0x26867c||!_0x131f90||_0x4e83d1(_0x131f90);};}class z extends _0x468cec{static get['requires'](){return[_0x2d4261];}['init'](){const _0x40247e=this['editor'],_0x1db936=_0x40247e['plugins']['get']('TrackChangesEditing');_0x1db936['enableCommand']('delete');const _0x1d99d0=_0x40247e['commands']['get']('deleteForward');_0x1db936['enableCommand']('deleteForward',(_0x16f970,_0x25dee6={})=>{const _0x318736=_0x40247e['model']['createSelection'](_0x40247e['model']['document']['selection']);_0x318736['isCollapsed']&&_0x40247e['model']['modifySelection'](_0x318736,{'direction':'forward','unit':_0x25dee6['unit']});const _0x3a6ccb=_0x318736['getFirstRange'](),_0x3f6250=_0x5a0cc1['fromRange'](_0x3a6ccb);let _0x385f5a;_0x16f970(_0x25dee6),_0x385f5a='$graveyard'==_0x3f6250['root']['rootName']?_0x40247e['model']['createRange'](_0x3a6ccb['start']):_0x40247e['model']['createRange'](_0x3f6250['start'],_0x3f6250['end']),_0x3f6250['detach'](),_0x40247e['model']['enqueueChange'](_0x1d99d0['buffer']['batch'],_0x5ed1eb=>{_0x1d99d0['buffer']['lock'](),_0x5ed1eb['setSelection'](_0x5ed1eb['createRange'](_0x385f5a['end'])),_0x1d99d0['buffer']['unlock']();});}),_0x40247e['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x40247e,'merge'),{'priority':'high'}),_0x40247e['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x5a8b3b,_0x31b83d,_0x2531c1)=>{_0x2531c1['options']['showSuggestionHighlights']&&_e(_0x40247e,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x5a8b3b,_0x31b83d,_0x2531c1);},{'priority':'high'}),_0x40247e['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x2bbb4c,_0x28be42,_0x4d3531)=>{const _0x5a580f=_0x4d3531['mapper']['markerNameToElements'](_0x28be42['markerName']);if(_0x5a580f){for(const _0x2fc9f8 of _0x5a580f)_0x2fc9f8['is']('uiElement')&&(_0x4d3531['mapper']['unbindElementFromMarkerName'](_0x2fc9f8,_0x28be42['markerName']),_0x4d3531['writer']['remove'](_0x2fc9f8));}},{'priority':'high'});}}class K extends _0x468cec{['afterInit'](){const _0x5e2ae4=this['editor'];if(!_0x5e2ae4['plugins']['has']('ListEditing'))return;const _0x12202a=_0x5e2ae4['locale'],_0x2f640b=_0x5e2ae4['plugins']['get']('TrackChangesEditing'),_0x422744=_0x5e2ae4['plugins']['has']('TodoListEditing'),_0x2181cb=!!_0x5e2ae4['config']['get']('list.multiBlock');function _0x259a0b(_0x42afdd){return{'type':'format','content':''+o(_0x12202a,'*Set\x20format:*\x20%0',_0x42afdd)};}function _0x32229a(_0x383799){return{'type':'format','content':''+o(_0x12202a,'*Remove\x20format:*\x20%0',_0x383799)};}_0x2f640b['enableDefaultAttributesIntegration']('numberedList'),_0x2f640b['enableDefaultAttributesIntegration']('bulletedList'),_0x2f640b['enableDefaultAttributesIntegration']('customNumberedList'),_0x2f640b['enableDefaultAttributesIntegration']('customBulletedList'),_0x2f640b['enableDefaultAttributesIntegration']('indentList'),_0x2f640b['enableDefaultAttributesIntegration']('outdentList'),_0x2f640b['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x2f640b['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x2f640b['registerBlockAttribute']('listItemId'),_0x2f640b['registerBlockAttribute']('listType'),_0x2f640b['registerBlockAttribute']('listIndent'),_0x2181cb&&(_0x2f640b['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x2f640b['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x422744&&(_0x2f640b['enableDefaultAttributesIntegration']('todoList'),_0x2f640b['enableDefaultAttributesIntegration']('checkTodoList'),_0x2f640b['registerBlockAttribute']('todoListChecked'),_0x2f640b['descriptionFactory']['registerDescriptionCallback'](_0x3a5f8b=>{const {data:_0x4cfc56}=_0x3a5f8b;if(_0x4cfc56&&'todoListChecked'==_0x4cfc56['key'])return{'type':'format','content':_0x4cfc56['newValue']?o(_0x12202a,'*Check\x20item*'):o(_0x12202a,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x34fe5=>{if(_0x34fe5['batch']['isUndo'])return!0x1;let _0x440be3=!0x1;const _0x3adb92=_0x2f640b['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5f1f1a=>'todoListChecked'===_0x2f640b['_getAttributeKey'](_0x5f1f1a));for(const _0x41555c of _0x3adb92){'todo'!=_0x41555c['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x2f640b['_findSuggestions'](_0x41555c['getFirstRange'](),'attribute')['find'](_0x3daab5=>'listType'===_0x2f640b['_getAttributeKey'](_0x3daab5['suggestion']))||(_0x34fe5['removeMarker'](_0x41555c['getFirstMarker']()),_0x440be3=!0x0));}return _0x440be3;})),_0x2f640b['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x12202a,'FORMAT_INDENT'));const _0x4318d8={'type':'format','content':''};_0x2f640b['descriptionFactory']['registerDescriptionCallback'](_0x27a41e=>{const {data:_0xf21bac}=_0x27a41e;if(!_0xf21bac||'listType'!=_0xf21bac['key'])return;let _0x503176=_0x27a41e['head'];for(;_0x503176;){if(_0x503176['data']&&(('listStyle'==_0x503176['data']['key']||'listMarkerStyle'==_0x503176['data']['key'])&&(_0x503176['data']['newValue']&&'default'!=_0x503176['data']['newValue']||'default'!=_0x503176['data']['oldValue']&&!_0xf21bac['newValue'])||!_0x2181cb&&_0x503176['data']['key']==m))return _0x4318d8;_0x503176=_0x503176['next'];}if(null==_0xf21bac['newValue'])switch(_0xf21bac['oldValue']){case'bulleted':return _0x32229a(o(_0x12202a,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x32229a(o(_0x12202a,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x32229a(o(_0x12202a,'ELEMENT_TODO_LIST'));}switch(_0xf21bac['newValue']){case'bulleted':return _0x259a0b(o(_0x12202a,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x259a0b(o(_0x12202a,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x259a0b(o(_0x12202a,'ELEMENT_TODO_LIST'));}}),_0x2f640b['descriptionFactory']['registerDescriptionCallback'](_0x4ed46c=>{const {data:_0x41ab27}=_0x4ed46c;if(_0x41ab27&&'listIndent'==_0x41ab27['key'])return null==_0x41ab27['newValue']||null==_0x41ab27['oldValue']&&0x0==_0x41ab27['newValue']?_0x4318d8:void 0x0;}),_0x2f640b['descriptionFactory']['registerDescriptionCallback'](_0x29f429=>{if('attribute'!=_0x29f429['type'])return;const {data:_0x6b1cd4}=_0x29f429;if(!_0x6b1cd4||'listItemId'!=_0x6b1cd4['key'])return;const _0x4b4333=Ee(_0x29f429);return'newValue'==_0x4b4333?{'type':'format','content':o(_0x12202a,'*Merge:*\x20list\x20item')}:'oldValue'==_0x4b4333?{'type':'format','content':o(_0x12202a,'*Split:*\x20list\x20item')}:_0x4318d8;}),_0x5e2ae4['model']['document']['registerPostFixer'](_0x5a8ee2=>this['listItemIdFixer'](_0x5a8ee2)),_0x5e2ae4['model']['document']['registerPostFixer'](_0x261144=>this['noTrackChangesFixer'](_0x261144)),_0x5e2ae4['model']['document']['on']('change:data',(_0x2bb379,_0x468483)=>{if(_0x468483['isUndo']||!_0x468483['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x23eab6){if(_0x23eab6['batch']['isUndo']||!_0x23eab6['batch']['isLocal'])return!0x1;let _0x3d8965=!0x1;const _0x205c46=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x525e8a=>_0x525e8a['data']&&'listItemId'==_0x525e8a['data']['key'])['filter'](_0x53ef54=>_0x53ef54['data']['newValue']&&_0x53ef54['data']['oldValue']);for(const _0x20d190 of _0x205c46)Ee(_0x20d190)||(_0x23eab6['removeMarker'](_0x20d190['getFirstMarker']()),_0x3d8965=!0x0);return _0x3d8965;}['noTrackChangesFixer'](_0x52d441){if(_0x52d441['batch']['isUndo']||!_0x52d441['batch']['isLocal'])return!0x1;const _0x56cbcb=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x56cbcb['trackChangesCommand']['value'])return!0x1;let _0x3678e3=!0x1;const _0x4e4fd3=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x2611c1=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x334ba8=>'attribute'==_0x334ba8['type'])['filter'](_0x16df56=>_0x4e4fd3['includes'](_0x16df56['attributeKey']));if(0x0==_0x2611c1['length'])return _0x3678e3;for(const _0x227f55 of _0x2611c1){const _0x50fc8e=_0x56cbcb['_findSuggestions'](_0x227f55['range'],'attribute')['filter'](_0x2907b9=>!_0x2907b9['meta']['isNextTo'])['map'](_0x123136=>_0x123136['suggestion'])['filter'](_0x212803=>{const _0x4a5474=_0x56cbcb['_getAttributeKey'](_0x212803);return _0x4e4fd3['includes'](_0x4a5474);});if(_0x50fc8e['length']){for(const _0x323c52 of _0x50fc8e)_0x52d441['removeMarker'](_0x323c52['getFirstMarker']());_0x3678e3=!0x0;}}return _0x3678e3;}['assureChains'](){const _0x266dac=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3ede81=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x2959e1;const _0x3dc5de=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x20d9d0=>{if(_0x20d9d0['data']['oldRange']||!_0x20d9d0['data']['newRange'])return null;if(!_0x20d9d0['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x3e0ae6}=_0x266dac['_splitMarkerName'](_0x20d9d0['name']);if(!_0x266dac['hasSuggestion'](_0x3e0ae6))return null;const _0x6c61c4=_0x266dac['getSuggestion'](_0x3e0ae6);return _0x3ede81['includes'](_0x6c61c4['data']['key']);})['map'](_0x4826c4=>{const {id:_0x4b34eb}=_0x266dac['_splitMarkerName'](_0x4826c4['name']),_0x71a839=_0x266dac['getSuggestion'](_0x4b34eb);return _0x2959e1=_0x71a839['attributes']['groupId'],_0x71a839['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x3dc5de['size'])return;const _0x584a40=_0x266dac['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x35152b=>'attribute'==_0x35152b['type']&&_0x35152b['data']&&_0x3ede81['includes'](_0x35152b['data']['key'])&&_0x35152b['attributes']['groupId']!=_0x2959e1)['map'](_0x1c492d=>({'listItem':_0x1c492d['getFirstRange']()['start']['nodeAfter'],'groupId':_0x1c492d['attributes']['groupId']})),_0x3f3ebb=new Set();for(const {groupId:_0x5c6b9e,listItem:_0xf59566}of _0x584a40)_0x3dc5de['has'](_0xf59566)&&_0x3f3ebb['add'](_0x5c6b9e);for(const _0x3f6e99 of _0x266dac['getSuggestions']())_0x3f3ebb['has'](_0x3f6e99['attributes']['groupId'])&&_0x3f6e99['setAttribute']('groupId',_0x2959e1);}['_supportLegacySuggestions'](){const _0x2e7b03=this['editor'],_0x18b690=_0x2e7b03['locale'],_0x57d522=_0x2e7b03['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x57d522['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x2b512e,_0x303d54){const _0x5c1aad=[];for(let _0xe197ad of _0x2b512e)_0xe197ad['start']['nodeAfter']===_0xe197ad['end']['parent']&&(_0xe197ad=_0x2e7b03['model']['createRange'](_0x2e7b03['model']['createPositionAt'](_0xe197ad['start']['nodeAfter'],0x0))),_0x5c1aad['push'](_0xe197ad);_0x2e7b03['model']['change'](_0x353d1c=>{const _0x44250a=_0x2e7b03['model']['document']['selection'],_0x5518d2=Array['from'](_0x44250a['getRanges']())['map'](_0x3de1df=>_0x5a0cc1['fromRange'](_0x3de1df));_0x353d1c['setSelection'](_0x5c1aad),_0x2e7b03['commands']['get'](_0x303d54['commandName'])['refresh'](),_0x303d54['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x2e7b03['execute'](_0x303d54['commandName'],..._0x303d54['commandParams']),_0x353d1c['setSelection'](_0x5518d2);for(const _0x20d1e0 of _0x5518d2)_0x20d1e0['detach']();});}),_0x57d522['descriptionFactory']['registerElementLabel'](function(_0x1eb4fa){const _0x1a0ee5=!_0x2e7b03['model']['schema']['isObject'](_0x1eb4fa),_0x45f0c2=_0x1eb4fa['previousSibling'],_0x140613=_0x1eb4fa['nextSibling'],_0x16dae1=_0x1eb4fa['getAttribute']('listItemId'),_0x410402=!_0x45f0c2||_0x45f0c2['getAttribute']('listItemId')!==_0x16dae1,_0x3c3e37=!_0x140613||_0x140613['getAttribute']('listItemId')!==_0x16dae1;return _0x1a0ee5&&Boolean(_0x16dae1)&&_0x410402&&_0x3c3e37;},_0x2f6175=>o(_0x18b690,'ELEMENT_LIST_ITEM',_0x2f6175));}['_registerLegacyDescription'](){const _0x288498=this['editor'],_0x4899e8=_0x288498['locale'];function _0x3cb929(_0x483588){const _0x86eb08=_0x288498['commands']['get']('bulletedList')['value'],_0x1b0616=_0x288498['commands']['get']('numberedList')['value'];return'numberedList'===_0x483588?_0x86eb08:_0x1b0616;}_0x288498['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x28a28e){if('formatBlock'!=_0x28a28e['type'])return;const {data:_0x578644}=_0x28a28e;if(!_0x578644)return;let _0xe0285e,_0x81dc6a,_0x50a037,_0x33ba2d;switch(_0x578644['commandName']){case'bulletedList':_0x50a037=_0x578644['commandParams'][0x0]['forceValue'],_0x33ba2d=_0x3cb929(_0x578644['commandName']),_0xe0285e=_0x50a037?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x33ba2d&&_0x288498['config']['get']('list.multiBlock')||(_0xe0285e='*Change\x20to:*\x20%0'),_0x81dc6a={'type':'format','content':o(_0x4899e8,_0xe0285e,o(_0x4899e8,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x50a037=_0x578644['commandParams'][0x0]['forceValue'],_0x33ba2d=_0x3cb929(_0x578644['commandName']),_0xe0285e=_0x50a037?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x33ba2d&&_0x288498['config']['get']('list.multiBlock')||(_0xe0285e='*Change\x20to:*\x20%0'),_0x81dc6a={'type':'format','content':o(_0x4899e8,_0xe0285e,o(_0x4899e8,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0xe0285e='*Indent:*\x20%0',_0x81dc6a={'type':'format','content':o(_0x4899e8,_0xe0285e,o(_0x4899e8,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0xe0285e=function(_0x2ac65e){const _0x499625=_0x2ac65e['getFirstRange']();let _0x4933f7=_0x499625['start']['nodeAfter'];for(;_0x4933f7&&_0x499625['containsItem'](_0x4933f7);){if(_0x4933f7['getAttribute']('listIndent')>0x0)return!0x1;_0x4933f7=_0x4933f7['nextSibling'];}return!0x0;}(_0x28a28e)?o(_0x4899e8,'*Format:*\x20remove\x20from\x20%0',o(_0x4899e8,function(_0x576e24){return'ELEMENT_'+_0x576e24['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x28a28e))):o(_0x4899e8,'*Outdent:*\x20%0',o(_0x4899e8,'ELEMENT_LIST_ITEM')),_0x81dc6a={'type':'format','content':_0xe0285e};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x578644['multipleBlocks']&&(_0xe0285e='*Merge:*\x20%0',_0x81dc6a={'type':'deletion','content':o(_0x4899e8,_0xe0285e,o(_0x4899e8,'ELEMENT_LIST_ITEM'))});}return _0x81dc6a;});}}function Ee(_0xc3bd0e){let _0x55aaec=_0xc3bd0e['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x55aaec;){const _0x43d8cb=_0x55aaec['getAttribute']('listItemId');if(!_0x43d8cb)return!0x1;if(_0x43d8cb==_0xc3bd0e['data']['newValue'])return'newValue';if(_0x43d8cb==_0xc3bd0e['data']['oldValue'])return'oldValue';_0x55aaec=_0x55aaec['previousSibling'];}return!0x1;}class pe extends _0x468cec{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x4b2920=this['editor']['config']['get']('list.properties'),_0x123916=this['editor']['plugins']['get']('TrackChangesEditing');_0x4b2920['styles']&&(_0x123916['enableDefaultAttributesIntegration']('listStyle'),_0x123916['registerBlockAttribute']('listStyle')),_0x4b2920['reversed']&&(_0x123916['enableDefaultAttributesIntegration']('listReversed'),_0x123916['registerBlockAttribute']('listReversed')),_0x4b2920['startIndex']&&(_0x123916['enableDefaultAttributesIntegration']('listStart'),_0x123916['registerBlockAttribute']('listStart'));const _0x5e3e28={'type':'format','content':''};_0x123916['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x23bed3=this['editor']['locale'];_0x123916['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x23bed3,'FORMAT_LIST_REVERSED')),_0x123916['descriptionFactory']['registerDescriptionCallback'](_0xefb897=>{const {data:_0x465dc5}=_0xefb897;if(_0x465dc5&&'listReversed'==_0x465dc5['key'])return null==_0x465dc5['newValue']||0x0==_0x465dc5['newValue']&&null==_0x465dc5['oldValue']?_0x5e3e28:void 0x0;}),_0x123916['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x23bed3,'FORMAT_LIST_START')),_0x123916['descriptionFactory']['registerDescriptionCallback'](_0x49a7a9=>{const {data:_0x28e9de}=_0x49a7a9;if(_0x28e9de&&'listStart'==_0x28e9de['key'])return null==_0x28e9de['newValue']||0x1==_0x28e9de['newValue']&&null==_0x28e9de['oldValue']?_0x5e3e28:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0xb9d782=>{if(_0xb9d782['batch']['isUndo'])return!0x1;let _0x17ef71=!0x1;const _0xe72730=_0x123916['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x26d281=>{const _0x308bcc=_0x123916['_getAttributeKey'](_0x26d281);return'listStart'==_0x308bcc||'listReversed'==_0x308bcc;});for(const _0x5372c8 of _0xe72730){const _0x18273e=_0x5372c8['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x18273e||'customNumbered'==_0x18273e)continue;_0x123916['_findSuggestions'](_0x5372c8['getFirstRange'](),'attribute')['find'](_0x53f611=>'listType'==_0x123916['_getAttributeKey'](_0x53f611['suggestion']))||(_0xb9d782['removeMarker'](_0x5372c8['getFirstMarker']()),_0x17ef71=!0x0);}return _0x17ef71;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x2db1d2){const _0x77aada=this['editor']['locale'],{data:_0x3beb57}=_0x2db1d2,_0x1526ef={'type':'format','content':''};if(!_0x3beb57||'listStyle'!=_0x3beb57['key'])return;if(!_0x3beb57['oldValue'])return'default'==_0x3beb57['newValue']?_0x1526ef:{'type':'format','content':''+o(_0x77aada,'*Set\x20format:*\x20%0',o(_0x77aada,this['_getTranslationKeyForListStyle'](_0x3beb57['newValue'])))};if(!_0x3beb57['newValue']){if('default'==_0x3beb57['oldValue'])return _0x1526ef;let _0x159e6b=_0x2db1d2['head'];for(;_0x159e6b;){if(_0x159e6b['data']&&'listType'==_0x159e6b['data']['key']&&_0x159e6b['data']['newValue'])return _0x1526ef;_0x159e6b=_0x159e6b['next'];}return{'type':'format','content':''+o(_0x77aada,'*Remove\x20format:*\x20%0',o(_0x77aada,this['_getTranslationKeyForListStyle'](_0x3beb57['oldValue'])))};}if('default'!=_0x3beb57['newValue'])return{'type':'format','content':''+o(_0x77aada,'*Set\x20format:*\x20%0',o(_0x77aada,this['_getTranslationKeyForListStyle'](_0x3beb57['newValue'])))};let _0x305fb0=_0x2db1d2['head'];for(;_0x305fb0;){if(_0x305fb0['data']&&'listType'==_0x305fb0['data']['key']&&_0x305fb0['data']['newValue']&&_0x305fb0['data']['oldValue'])return _0x1526ef;_0x305fb0=_0x305fb0['next'];}return{'type':'format','content':o(_0x77aada,'*Set\x20format:*\x20%0',o(_0x77aada,'ELEMENT_'+_0x2db1d2['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x13cb3a=this['editor'],_0x202806=_0x13cb3a['locale'];_0x13cb3a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5efce0=>{if('formatBlock'!=_0x5efce0['type'])return;const {data:_0x2d78a3}=_0x5efce0;if(!_0x2d78a3)return;let _0x268f5c,_0x1bd02d;switch(_0x2d78a3['commandName']){case'listStyle':_0x268f5c='*Change\x20to:*\x20%0',_0x1bd02d={'type':'format','content':o(_0x202806,_0x268f5c,o(_0x202806,this['_getTranslationKeyForListStyle'](_0x2d78a3['commandParams'][0x0]['type'])))};break;case'listReversed':_0x268f5c=_0x2d78a3['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x1bd02d={'type':'format','content':o(_0x202806,_0x268f5c)};break;case'listStart':_0x268f5c='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x1bd02d={'type':'format','content':o(_0x202806,_0x268f5c,_0x2d78a3['commandParams'][0x0]['startIndex'])};}return _0x1bd02d;});}['_getTranslationKeyForListStyle'](_0xbf84f7){return'ELEMENT_'+function(_0x134353){if(ye['includes'](_0x134353))return'bulleted';if(Se['includes'](_0x134353))return'numbered';return null;}(_0xbf84f7)['toUpperCase']()+'_LIST_'+_0xbf84f7['toUpperCase']()['replace'](/-/g,'_');}}const ye=['disc','circle','square'],Se=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class Q extends _0x468cec{static get['requires'](){return[_0x4e150d];}['init'](){const _0x33ece4=this['editor'],_0x87e465=_0x33ece4['plugins']['get']('TrackChangesEditing'),_0x392978=_0x33ece4['commands']['get']('enter');_0x87e465['enableCommand']('enter',()=>{_0x33ece4['model']['change'](_0x5d92b8=>{const _0x50130f=_0x33ece4['model']['document']['selection'],_0x4fccac=_0x50130f['getFirstPosition'](),_0x3352f0=_0x5a0cc1['fromRange'](_0x50130f['getFirstRange']());if(_0x392978['enterBlock'](_0x5d92b8)){const _0x117d8f=_0x33ece4['model']['createPositionAt'](_0x4fccac['parent']['nextSibling'],0x0),_0x46c09d=_0x5d92b8['createRange'](_0x4fccac,_0x117d8f);_0x87e465['markInsertion'](_0x46c09d);}else _0x5d92b8['setSelection'](_0x5d92b8['createRange'](_0x3352f0['end']));_0x3352f0['detach'](),_0x392978['fire']('afterExecute',{'writer':_0x5d92b8});});}),_0x33ece4['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x33ece4,'split'),{'priority':'high'}),_0x33ece4['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x36d9f3,_0x574411,_0x49e070)=>{const _0x229cdb=_0x49e070['mapper']['markerNameToElements'](_0x574411['markerName']);if(_0x229cdb){for(const _0x4960be of _0x229cdb)_0x4960be['hasClass']('ck-suggestion-marker-split')&&(_0x49e070['mapper']['unbindElementFromMarkerName'](_0x4960be,_0x574411['markerName']),_0x49e070['writer']['remove'](_0x4960be));}},{'priority':'high'}),_0x33ece4['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x5e3ebe,_0x89dbc,_0xd888fb)=>{_0xd888fb['options']['showSuggestionHighlights']&&_e(_0x33ece4,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x5e3ebe,_0x89dbc,_0xd888fb);},{'priority':'high'});}}class X extends _0x468cec{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x32b6c6=this['editor']['plugins']['get']('TrackChangesEditing');_0x32b6c6['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x32b6c6['enableCommand']('findNext'),_0x32b6c6['enableCommand']('findPrevious'),_0x32b6c6['enableCommand']('replace'),_0x32b6c6['enableCommand']('replaceAll');}['handleFindCommand'](_0x226661,_0x245a14,_0x41f8a1={}){const _0x359be9=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x226661(_0x418eac=>{let _0x4389a6=('string'==typeof _0x245a14?_0x359be9['findByTextCallback'](_0x245a14,_0x41f8a1):_0x245a14)(_0x418eac);Array['isArray'](_0x4389a6)&&(_0x4389a6={'results':_0x4389a6,'searchText':'string'==typeof _0x245a14?_0x245a14:''});const _0x3835be=_0x4389a6['results']['filter'](_0x1ed430=>!0x1===this['_isInDeletionRange'](_0x1ed430,_0x418eac['item']));return{..._0x4389a6,'results':_0x3835be};},_0x41f8a1);}['_isInDeletionRange'](_0x5f23f6,_0x3367e4){const _0x472ffa=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x3367e4,_0x5f23f6['start']),this['editor']['model']['createPositionAt'](_0x3367e4,_0x5f23f6['end']));for(const _0x44dfb3 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x472ffa['getIntersection'](_0x44dfb3['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Y extends _0x468cec{['afterInit'](){const _0x404421=this['editor']['locale'],_0x41fe0b=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x227b66,commandName:_0x3d301a}of ro)this['editor']['plugins']['has'](_0x227b66)&&(_0x41fe0b['enableDefaultAttributesIntegration'](_0x3d301a),_0x41fe0b['registerInlineAttribute'](_0x3d301a));_0x41fe0b['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x404421,'FORMAT_FONT_SIZE')),_0x41fe0b['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x404421,'FORMAT_FONT_FAMILY')),_0x41fe0b['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x404421,'FORMAT_FONT_COLOR')),_0x41fe0b['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x404421,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4a983c=this['editor'],_0x18d6b4=_0x4a983c['locale'];_0x4a983c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x463df7=>{const _0x4403bd=_0x18d6b4['t'];if('formatInline'!=_0x463df7['type'])return;const {data:_0x17abcf}=_0x463df7;if(null!=_0x17abcf){if('fontSize'==_0x17abcf['commandName']){const _0x4b9b5a=_0x17abcf['commandParams'][0x0]['value'];if(_0x4b9b5a){const _0x4a4326=_0x4403bd(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x888a6a=>_0x888a6a['model']==_0x4b9b5a)['title'])['toLowerCase']();return{'type':'format','content':o(_0x18d6b4,'*Set\x20font\x20size:*\x20%0',_0x4a4326)};}return{'type':'format','content':o(_0x18d6b4,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x17abcf['commandName']){const _0xe40a0f=_0x17abcf['commandParams'][0x0]['value'];return _0xe40a0f?{'type':'format','content':o(_0x18d6b4,'*Set\x20font\x20family:*\x20%0',_0xe40a0f)}:{'type':'format','content':o(_0x18d6b4,'*Reset\x20font\x20family*')};}if('fontColor'==_0x17abcf['commandName']){const _0x4a938d=_0x17abcf['commandParams'][0x0]['value'];if(_0x4a938d){const _0x3794a1=_0x43c54d(this['editor']['config']['get']('fontColor.colors'))['find'](_0x1c707c=>_0x1c707c['model']==_0x4a938d);let _0x25b4e9=_0x4a938d,_0x2e72cb='';return _0x3794a1&&(_0x25b4e9=_0x3794a1['label'],_0x2e72cb=_0x4403bd(_0x25b4e9)['toLowerCase']()),{'type':'format','content':o(_0x18d6b4,'*Set\x20font\x20color:*\x20%0',_0x2e72cb)['trim'](),'color':{'value':_0x4a938d,'title':_0x2e72cb||_0x25b4e9}};}return{'type':'format','content':o(_0x18d6b4,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x17abcf['commandName']){const _0x24f804=_0x17abcf['commandParams'][0x0]['value'];if(_0x24f804){const _0xdc67b0=_0x43c54d(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x2499fe=>_0x2499fe['model']==_0x24f804);let _0x130716=_0x24f804,_0x55278f='';return _0xdc67b0&&(_0x130716=_0xdc67b0['label'],_0x55278f=_0x4403bd(_0x130716)['toLowerCase']()),{'type':'format','content':o(_0x18d6b4,'*Set\x20font\x20background\x20color:*\x20%0',_0x55278f)['trim'](),'color':{'value':_0x24f804,'title':_0x55278f||_0x130716}};}return{'type':'format','content':o(_0x18d6b4,'*Reset\x20font\x20background\x20color*')};}}});}}class Z extends _0x468cec{['afterInit'](){const _0x174c28=this['editor'],_0x5c5d30=_0x174c28['plugins']['get']('TrackChangesEditing'),_0x1424d5=_0x174c28['commands']['get']('copyFormat'),_0x20791b=_0x174c28['commands']['get']('pasteFormat');_0x1424d5&&_0x20791b&&(_0x5c5d30['enableDefaultAttributesIntegration']('pasteFormat'),_0x5c5d30['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x1bdfd8=this['editor'],_0x3b5c7f=_0x1bdfd8['locale'];_0x1bdfd8['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x354a77=>{if('formatBlock'!=_0x354a77['type']&&'formatInline'!=_0x354a77['type'])return;const {data:_0x9aa04b}=_0x354a77;if(_0x9aa04b&&'pasteFormat'===_0x9aa04b['commandName']){const _0x192869=[],_0x4ff958=_0x9aa04b['commandParams'][0x0];for(const [_0x5623b8,_0x2d0e3f]of Object['entries'](_0x4ff958))_0x192869['push'](so(_0x1bdfd8,_0x5623b8,_0x2d0e3f));return _0x192869['length']?{'type':'format','content':o(_0x3b5c7f,'*Set\x20format\x20to:*\x20%0',_0x192869['join'](',\x20'))}:{'type':'format','content':o(_0x3b5c7f,'*Remove\x20all\x20formatting*')};}});}}function so(_0x3f1699,_0x35935e,_0x22ea1f){const _0x38214f=_0x3f1699['locale']['t'],_0x593b6a=_0x35935e['split'](/(?=[A-Z])/)['join']('\x20'),_0xa99a3=_0x38214f(_0x593b6a['charAt'](0x0)['toUpperCase']()+_0x593b6a['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x22ea1f)return _0xa99a3;if('fontColor'===_0x35935e||'fontBackgroundColor'===_0x35935e){const _0x379b4e=_0x43c54d(_0x3f1699['config']['get']('fontColor.colors'))['find'](_0x18bae9=>_0x18bae9['model']==_0x22ea1f);return _0xa99a3+'\x20('+(_0x379b4e?_0x38214f(_0x379b4e['label'])['toLowerCase']():_0x22ea1f)+')';}if('fontSize'===_0x35935e&&isNaN(parseFloat(_0x22ea1f))){const _0x5ee2d0=_0x3f1699['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x3f1699['config']['get']('fontSize.options'))['find'](_0x477b88=>_0x477b88['model']==_0x22ea1f);return _0xa99a3+'\x20('+(_0x5ee2d0?_0x38214f(_0x5ee2d0['title'])['toLowerCase']():_0x22ea1f)+')';}return _0xa99a3+'\x20('+_0x22ea1f+')';}class tt extends _0x468cec{['_headingOptions'];['afterInit'](){const _0x44ea26=this['editor'];if(!_0x44ea26['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x44ea26['config']['get']('heading.options');const _0x180806=_0x44ea26['locale'],_0x1bd442=_0x44ea26['plugins']['get']('TrackChangesEditing');_0x1bd442['enableDefaultAttributesIntegration']('heading');for(const _0x15b0f7 of this['_headingOptions'])'paragraph'!=_0x15b0f7['model']&&_0x1bd442['descriptionFactory']['registerElementLabel'](_0x15b0f7['model'],_0x518693=>{const _0x127bde=this['_getHeadingLevel'](_0x15b0f7['model']);return null!==_0x127bde?_0xfb555b(_0x518693,_0x127bde):_0x11b362(_0x518693,_0x15b0f7['title']);});function _0xfb555b(_0x3887f8,_0x178997){return o(_0x180806,'ELEMENT_HEADING',[_0x3887f8,_0x178997]);}function _0x11b362(_0x2a4bea,_0x2fa82c){return o(_0x180806,'ELEMENT_HEADING_CUSTOM',[_0x2a4bea,_0x2fa82c]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xafc5ff=this['editor'],_0x18da71=_0xafc5ff['locale'];function _0x4ea76d(_0x19d6c4,_0x59f4f5){return o(_0x18da71,'ELEMENT_HEADING_CUSTOM',[_0x19d6c4,_0x59f4f5]);}_0xafc5ff['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x39ec6e=>{if('formatBlock'!=_0x39ec6e['type'])return;const {data:_0x25734f}=_0x39ec6e;if(_0x25734f&&'heading'==_0x25734f['commandName']){const _0x2f46eb=_0x25734f['commandParams'][0x0]['value'],_0x3753e5=this['_getHeadingLevel'](_0x2f46eb);if(null!==_0x3753e5)return{'type':'format','content':o(_0x18da71,'*Change\x20to:*\x20%0',(_0x2b153c=0x1,_0x102f18=_0x3753e5,o(_0x18da71,'ELEMENT_HEADING',[_0x2b153c,_0x102f18])))};const _0x2d10ed=this['_headingOptions']['find'](_0x1e0923=>_0x1e0923['model']===_0x2f46eb)['title'];return{'type':'format','content':o(_0x18da71,'*Change\x20to:*\x20%0',_0x4ea76d(0x1,_0x2d10ed))};}var _0x2b153c,_0x102f18;});}['_getHeadingLevel'](_0x3bd4e0){const _0x42e4cf=_0x3bd4e0['match'](/^heading(\d+)/);if(_0x42e4cf)return _0x42e4cf[0x1];const _0x371e74=this['_headingOptions']?.['find'](_0x1e55d8=>_0x1e55d8['model']==_0x3bd4e0);if(_0x371e74&&_0x371e74['view']){const _0x3f6a72=_0x371e74['view'],_0x545872=(_0x3f6a72['name']??_0x3f6a72)['match'](/^h(\d+)/);if(_0x545872)return _0x545872[0x1];}return null;}}class et extends _0x468cec{['afterInit'](){const _0xa37f51=this['editor'];if(!_0xa37f51['plugins']['has']('HighlightEditing'))return;const _0x462775=_0xa37f51['plugins']['get']('TrackChangesEditing'),_0x263b5b=_0xa37f51['locale'];_0x462775['enableDefaultAttributesIntegration']('highlight'),_0x462775['registerInlineAttribute']('highlight'),_0x462775['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x263b5b,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xc524eb=this['editor'],_0x428ba1=_0xc524eb['locale'];_0xc524eb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x523991=>{if('formatInline'!=_0x523991['type'])return;const {data:_0x596e53}=_0x523991;if(_0x596e53&&'highlight'==_0x596e53['commandName']){const _0x3fa2e4=_0x428ba1['t'],_0x28382c=_0x596e53['commandParams'][0x0]['value'];if(_0x28382c){const _0x53d7c4=_0xc524eb['config']['get']('highlight.options')['find'](_0x109b81=>_0x109b81['model']==_0x28382c),_0x43e9f7=_0x3fa2e4(_0x53d7c4['title'])['toLowerCase']();return{'type':'format','content':o(_0x428ba1,'*Set\x20highlight:*\x20%0',_0x43e9f7),'color':{'value':_0x53d7c4['color'],'title':_0x53d7c4['title']}};}return{'type':'format','content':o(_0x428ba1,'*Remove\x20highlight*',o(_0x428ba1,'FORMAT_HIGHLIGHT'))};}});}}class it extends _0x468cec{['afterInit'](){const _0x51a182=this['editor'];if(!_0x51a182['plugins']['has']('HorizontalLineEditing'))return;_0x51a182['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x569b3e=_0x51a182['plugins']['get']('TrackChangesEditing'),_0x3e582a=_0x51a182['locale'];_0x569b3e['descriptionFactory']['registerElementLabel']('horizontalLine',_0x25029e=>o(_0x3e582a,'ELEMENT_HORIZONTAL_LINE',_0x25029e)),_0x51a182['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x3470cd,{writer:_0xf42f80,options:_0x3f84ca})=>{if(!_0x3f84ca['showSuggestionHighlights'])return null;const _0x470542=_0xf42f80['createContainerElement']('div'),_0x40f26f=_0xf42f80['createEmptyElement']('hr');return _0xf42f80['addClass']('ck-horizontal-line',_0x470542),_0xf42f80['insert'](_0xf42f80['createPositionAt'](_0x470542,0x0),_0x40f26f),_0x470542;},'converterPriority':'high'});}}class st extends _0x468cec{['afterInit'](){const _0x11679f=this['editor'];if(!_0x11679f['plugins']['has']('HtmlEmbed'))return;const _0x24a02e=_0x11679f['plugins']['get']('TrackChangesEditing'),_0x2040b7=_0x11679f['locale'];_0x24a02e['descriptionFactory']['registerElementLabel']('rawHtml',_0x20b475=>o(_0x2040b7,'ELEMENT_HTML_EMBED',_0x20b475)),_0x24a02e['enableDefaultAttributesIntegration']('htmlEmbed'),_0x24a02e['registerBlockAttribute']('value'),_0x24a02e['descriptionFactory']['registerDescriptionCallback'](_0x21d545=>{if('attribute'!=_0x21d545['type'])return;const {data:_0x9427d6}=_0x21d545;if(_0x9427d6&&'value'==_0x9427d6['key']&&_0x21d545['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x35525c=o(_0x2040b7,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x2040b7,'*Change\x20%0\x20content*',_0x35525c)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x76151a=this['editor'],_0x2e7051=_0x76151a['locale'];_0x76151a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5cadbc=>{if('formatBlock'!=_0x5cadbc['type'])return;const {data:_0x4e8092}=_0x5cadbc;if(_0x4e8092&&'htmlEmbed'==_0x4e8092['commandName']){const _0x2d9603=o(_0x2e7051,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x2e7051,'*Change\x20%0\x20content*',_0x2d9603)};}});}}class nt extends _0x468cec{['afterInit'](){const _0x1d1422=this['editor'];if(!_0x1d1422['plugins']['has']('ImageEditing'))return;const _0x2fd3d0=_0x1d1422['plugins']['get']('TrackChangesEditing'),_0xf6d761=_0x1d1422['plugins']['get']('ImageUtils'),_0xe6fad1=_0x1d1422['locale'];_0x2fd3d0['enableCommand']('insertImage'),_0x2fd3d0['descriptionFactory']['registerElementLabel']('imageBlock',_0x5e6b03=>o(_0xe6fad1,'ELEMENT_IMAGE',_0x5e6b03)),_0x2fd3d0['descriptionFactory']['registerElementLabel']('imageInline',_0x503def=>o(_0xe6fad1,'ELEMENT_INLINE_IMAGE',_0x503def)),_0x2fd3d0['descriptionFactory']['registerElementLabel']('caption',()=>o(_0xe6fad1,'ELEMENT_CAPTION')),_0x1d1422['plugins']['has']('ImageUploadEditing')&&_0x2fd3d0['enableCommand']('uploadImage'),_0x1d1422['plugins']['has']('ImageBlockEditing')&&_0x1d1422['plugins']['has']('ImageInlineEditing')&&(_0x2fd3d0['enableCommand']('imageTypeInline',(_0x55b37a,_0x51fbeb)=>{const _0x50f241=_0xf6d761['getClosestSelectedImageElement'](_0x1d1422['model']['document']['selection']);_0x1d1422['model']['change'](()=>{_0x2fd3d0['markBlockFormat'](_0x50f241,{'commandName':'imageTypeInline','commandParams':[_0x51fbeb]},[],'convertBlockImageToInline');});}),_0x2fd3d0['enableCommand']('imageTypeBlock',(_0xd0ed88,_0x4491c9)=>{_0x1d1422['model']['change'](_0x58c373=>{let _0x333984=_0xf6d761['getClosestSelectedImageElement'](_0x1d1422['model']['document']['selection']),_0x499f2a=_0x58c373['createRangeOn'](_0x333984);const _0x3351de=_0x1747c9['fromPosition'](_0x499f2a['start'],'toPrevious'),_0x4f0eee=_0x1747c9['fromPosition'](_0x499f2a['end'],'toNext');_0x2fd3d0['forceDefaultExecution'](()=>_0xd0ed88(_0x4491c9)),_0x333984=_0xf6d761['getClosestSelectedImageElement'](_0x1d1422['model']['document']['selection']),_0x499f2a=_0x58c373['createRangeOn'](_0x333984);const _0x4129b1=_0x58c373['createRange'](_0x3351de,_0x4f0eee);_0x3351de['detach'](),_0x4f0eee['detach'](),_0x2fd3d0['markBlockFormat'](_0x333984,{'commandName':'imageTypeInline','commandParams':[_0x4491c9]},[],'convertInlineImageToBlock'),_0x4129b1['start']['isBefore'](_0x499f2a['start'])&&_0x2fd3d0['markInsertion'](_0x58c373['createRange'](_0x4129b1['start'],_0x499f2a['start']),'convertInlineImageToBlock'),_0x499f2a['end']['isBefore'](_0x4129b1['end'])&&_0x2fd3d0['markInsertion'](_0x58c373['createRange'](_0x499f2a['end'],_0x4129b1['end']),'convertInlineImageToBlock');});}),_0x2fd3d0['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x2fd3d0['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x2fd3d0['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x2fd3d0['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x2fd3d0['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x2fd3d0['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x58f36d])=>{const _0x56b757=_0x2fd3d0['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x2c4b58=_0x58f36d['start'],_0x3142be=_0x58f36d['end'];const _0x165194=_0x1d1422['model']['schema']['getNearestSelectionRange'](_0x2c4b58,'backward'),_0x4887fa=_0x1d1422['model']['schema']['getNearestSelectionRange'](_0x3142be,'forward');_0x165194['isCollapsed']&&(_0x2c4b58=_0x165194['start']),_0x4887fa['isCollapsed']&&(_0x3142be=_0x4887fa['end']),_0x56b757([_0x1d1422['model']['createRange'](_0x2c4b58,_0x3142be)]);}),_0x2fd3d0['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0xae89f3),_0x2fd3d0['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0xae89f3)),_0x1d1422['plugins']['has']('ImageCaptionEditing')&&(_0x2fd3d0['enableCommand']('toggleImageCaption',(_0x3e776f,_0xc7994)=>{const _0x105466=_0x1d1422['plugins']['get']('ImageCaptionUtils');let _0x7e8676=_0xf6d761['getClosestSelectedImageElement'](_0x1d1422['model']['document']['selection']),_0x3138c7=_0x105466['getCaptionFromImageModelElement'](_0x7e8676);_0x1d1422['model']['change'](()=>{if(_0x3138c7)return void _0x2fd3d0['markDeletion'](_0x1d1422['model']['createRangeOn'](_0x3138c7));const _0x5ca02b=_0xf6d761['isBlockImage'](_0x7e8676);_0x3e776f(_0xc7994),_0x7e8676=_0xf6d761['getClosestSelectedImageElement'](_0x1d1422['model']['document']['selection']),_0x3138c7=_0x105466['getCaptionFromImageModelElement'](_0x7e8676),_0x2fd3d0['markInsertion'](_0x1d1422['model']['createRangeOn'](_0x3138c7),_0x5ca02b?null:'imageCaption');});}),_0x2fd3d0['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0xae89f3));const _0xa846e4=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x54ad72(_0x1b2b4d,_0xbf987d){const _0x1308cc=_0xa846e4['findIndex'](({type:_0x25b00d,subType:_0x153c04})=>_0x1b2b4d['type']==_0x25b00d&&_0x1b2b4d['subType']==_0x153c04),_0xa2eeee=_0xa846e4['findIndex'](({type:_0x2983f8,subType:_0x1e8205})=>_0xbf987d['type']==_0x2983f8&&_0xbf987d['subType']==_0x1e8205);if(_0x1308cc<0x0||_0xa2eeee<0x0)return!0x1;const _0x4ff3c5=_0x1b2b4d['getFirstRange'](),_0x29a651=_0xbf987d['getFirstRange']();if((0x0==_0x1308cc||0x1==_0x1308cc)&&0x2==_0xa2eeee&&_0x4ff3c5['isIntersecting'](_0x29a651))return!0x0;if(0x2==_0x1308cc&&0x3==_0xa2eeee){const _0x12029d=_0x2fd3d0['_findSuggestions'](_0x4ff3c5,'insertion')['filter'](({suggestion:_0x4a11e1,meta:_0x42448c})=>_0x42448c['isOwn']&&'convertInlineImageToBlock'==_0x4a11e1['subType']);if(_0x12029d['length']>0x1&&_0x29a651['end']['isEqual'](_0x4ff3c5['start']))return!0x0;if(0x1==_0x12029d['length']&&(_0x4ff3c5['start']['isEqual'](_0x29a651['end'])||_0x4ff3c5['end']['isEqual'](_0x29a651['start'])))return!0x0;}if(0x3==_0x1308cc&&0x3==_0xa2eeee&&_0x4ff3c5['start']['isBefore'](_0x29a651['start'])){const _0x4b9c5e=_0x4ff3c5['end']['nodeAfter'],_0x4f2a22=_0x29a651['start']['nodeBefore'];return _0xf6d761['isBlockImage'](_0x4b9c5e)&&_0x4b9c5e===_0x4f2a22;}return!0x1;}function _0xae89f3(_0x1496e1,_0x4e2419){return _0x54ad72(_0x1496e1,_0x4e2419)?[_0x1496e1,_0x4e2419]:_0x54ad72(_0x4e2419,_0x1496e1)?[_0x4e2419,_0x1496e1]:null;}_0x1d1422['plugins']['has']('ImageResize')&&(_0x2fd3d0['enableDefaultAttributesIntegration']('resizeImage'),_0x2fd3d0['registerBlockAttribute']('resizedWidth'),_0x2fd3d0['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0xe6fad1,'FORMAT_IMAGE_SIZE'))),_0x1d1422['plugins']['has']('ImageTextAlternativeEditing')&&(_0x2fd3d0['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x2fd3d0['registerBlockAttribute']('alt')),_0x2fd3d0['descriptionFactory']['registerDescriptionCallback'](_0x5b1cbb=>{if(!!_0xa846e4['find'](({type:_0x5ac112,subType:_0x237e2e})=>_0x5b1cbb['type']==_0x5ac112&&_0x5b1cbb['subType']==_0x237e2e))return _0x5b1cbb['previous']?{}:void 0x0;}),_0x2fd3d0['descriptionFactory']['registerDescriptionCallback'](_0x29bce4=>{if('insertion'==_0x29bce4['type']||'deletion'==_0x29bce4['type']){const _0x3afc94=_0x29bce4['getContainedElement']();if(_0x3afc94&&_0x3afc94['is']('element','caption'))return{'type':'insertion'==_0x29bce4['type']?'addObject':'removeObject','element':_0x3afc94,'quantity':0x1};}}),_0x2fd3d0['descriptionFactory']['registerDescriptionCallback'](_0x181e02=>'formatBlock'==_0x181e02['type']&&'convertInlineImageToBlock'==_0x181e02['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x181e02['type']&&'convertBlockImageToInline'==_0x181e02['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x2fd3d0['descriptionFactory']['registerDescriptionCallback'](_0x2dc742=>{if('attribute'!=_0x2dc742['type'])return;const {data:_0x42b02b}=_0x2dc742;if(!_0x42b02b||'alt'!=_0x42b02b['key'])return;const _0xff56a8=_0x42b02b['newValue'];return _0xff56a8?{'type':'format','content':o(_0xe6fad1,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0xff56a8+'\x22')}:{'type':'format','content':o(_0xe6fad1,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5cce9e=this['editor'],_0x4dcd30=_0x5cce9e['locale'];_0x5cce9e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x33bc30=>{if('formatBlock'!=_0x33bc30['type']&&'formatInline'!=_0x33bc30['type'])return;const {data:_0x117cbf}=_0x33bc30;if(_0x117cbf){if('imageTextAlternative'==_0x117cbf['commandName']){const _0x402ba7=_0x117cbf['commandParams'][0x0]['newValue'];return _0x402ba7?{'type':'format','content':o(_0x4dcd30,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x402ba7+'\x22')}:{'type':'format','content':o(_0x4dcd30,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x117cbf['commandName']){const _0x5dd6d8=_0x117cbf['commandParams'][0x0]['width'];return _0x5dd6d8?{'type':'format','content':o(_0x4dcd30,'*Set\x20image\x20width:*\x20%0',_0x5dd6d8)}:{'type':'format','content':o(_0x4dcd30,'*Reset\x20image\x20width*')};}}});}}class ot extends _0x468cec{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x17ea90=this['editor']['locale'],_0x483abe=this['editor']['plugins']['get']('TrackChangesEditing');_0x483abe['enableDefaultAttributesIntegration']('replaceImageSource'),_0x483abe['registerBlockAttribute']('src'),_0x483abe['descriptionFactory']['registerDescriptionCallback'](_0x2c5640=>{if('attribute'!=_0x2c5640['type'])return;const {data:_0x251532}=_0x2c5640;return _0x251532&&'src'==_0x251532['key']?_0x251532['newValue']&&_0x251532['oldValue']?{'type':'format','content':o(_0x17ea90,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x3256d8=this['editor']['plugins']['get']('TrackChangesEditing');_0x3256d8['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x3256d8['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x3256d8['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x3256d8['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x48d0c5=this['editor'],_0x2196f7=_0x48d0c5['locale'];_0x48d0c5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4255b2=>{if('formatBlock'!=_0x4255b2['type']&&'formatInline'!=_0x4255b2['type'])return;const {data:_0x133e2a}=_0x4255b2;if(!_0x133e2a||'replaceImageSource'!=_0x133e2a['commandName'])return;return{'type':'format','content':o(_0x2196f7,'*Format:*\x20replace\x20image\x20URL')};});}}class rt extends _0x468cec{['afterInit'](){const _0xa2b422=this['editor'];if(!_0xa2b422['plugins']['has']('ImageStyleEditing'))return;const _0x4fefad=_0xa2b422['plugins']['get']('TrackChangesEditing'),_0x2de4d4=_0xa2b422['plugins']['get']('ImageUtils'),_0x4ffd82={};_0x4fefad['enableCommand']('imageStyle',(_0x3cb072,_0x54841e)=>{const _0x33e5b4=_0xa2b422['plugins']['get']('Users')['me'],_0x4ebb56=_0xa2b422['commands']['get']('imageStyle');let _0x169097=_0x2de4d4['getClosestSelectedImageElement'](_0xa2b422['model']['document']['selection']),_0x27f0b0=_0xa2b422['model']['createRangeOn'](_0x169097),_0x1b4979=_0x4ebb56['value'];if(_0x1b4979==_0x54841e['value'])return;const _0x3e20ec={'commandName':'imageStyle','commandParams':[_0x54841e],'formatGroupId':_0x3ddfb4()};_0xa2b422['model']['change'](()=>{if(_0x4fefad['getSuggestions']()['filter'](_0x558ee2=>_0x558ee2['isInContent']&&_0x33e5b4==_0x558ee2['author']&&('formatBlock'==_0x558ee2['type']||'formatInline'==_0x558ee2['type'])&&('imageStylePreApply'==_0x558ee2['subType']||'imageStylePostApply'==_0x558ee2['subType'])&&_0x558ee2['getFirstRange']()['isEqual'](_0x27f0b0))['forEach'](_0x1913f5=>_0x4fefad['discardSuggestion'](_0x1913f5['head'])),_0x169097=_0x2de4d4['getClosestSelectedImageElement'](_0xa2b422['model']['document']['selection']),_0x27f0b0=_0xa2b422['model']['createRangeOn'](_0x169097),_0x4ebb56['refresh'](),_0xa2b422['commands']['get']('imageTypeInline')['refresh'](),_0xa2b422['commands']['get']('imageTypeBlock')['refresh'](),_0x1b4979=_0x4ebb56['value'],_0x1b4979!=_0x54841e['value'])return _0x2de4d4['isInlineImage'](_0x169097)&&_0x4ebb56['shouldConvertImageType'](_0x54841e['value'],_0x169097)?(_0x3cb072({..._0x54841e,'setImageSizes':!0x1}),_0x169097=_0x2de4d4['getClosestSelectedImageElement'](_0xa2b422['model']['document']['selection']),void _0x4fefad['markBlockFormat'](_0x169097,{..._0x3e20ec,'commandReversedParams':[{'value':_0x1b4979||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x2de4d4['isBlockImage'](_0x169097)?_0x4fefad['markBlockFormat'](_0x169097,_0x3e20ec,[],'imageStylePostApply'):_0x4fefad['markInlineFormat'](_0x27f0b0,_0x3e20ec,'imageStylePostApply'));});});for(const _0x4062fb of _0xa2b422['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x4ffd82[_0x4062fb['name']]=_0x4062fb['title']['toLowerCase']();_0x4fefad['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x4fefad['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x4fefad['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x4fefad['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x4e9200])=>{_0x2de4d4['setImageNaturalSizeAttributes'](_0x4e9200['getContainedElement']());}),_0x4fefad['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0xcb8b4c,_0x4ef459)=>{_0x4fefad['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0xcb8b4c,{'commandName':_0x4ef459['commandName'],'commandParams':_0x4ef459['commandReversedParams']});}),_0x4fefad['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x3e1664,_0x4f96ff){if(_0x8e7677(_0x3e1664,_0x4f96ff))return[_0x3e1664,_0x4f96ff];if(_0x8e7677(_0x4f96ff,_0x3e1664))return[_0x4f96ff,_0x3e1664];return null;});const _0x320b16=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x8e7677(_0x512920,_0x17f195){const _0x548dba=_0x320b16['findIndex'](({type:_0x4ad982,subType:_0x97a4c9})=>_0x512920['type']==_0x4ad982&&_0x512920['subType']==_0x97a4c9),_0x9a454=_0x320b16['findIndex'](({type:_0x24cb70,subType:_0x42c095})=>_0x17f195['type']==_0x24cb70&&_0x17f195['subType']==_0x42c095);if(_0x548dba<0x0||_0x9a454<0x0)return!0x1;const _0x61359c=_0x512920['getFirstRange'](),_0x5dd165=_0x17f195['getFirstRange']();if((0x0==_0x548dba||0x1==_0x548dba)&&0x2==_0x9a454&&_0x61359c['isIntersecting'](_0x5dd165))return!0x0;if(0x2==_0x548dba&&0x3==_0x9a454){const _0x2034c8=_0x4fefad['_findSuggestions'](_0x61359c,'insertion')['filter'](({suggestion:_0x2ede51,meta:_0x199f6f})=>_0x199f6f['isOwn']&&'convertInlineImageToBlock'==_0x2ede51['subType']);if(_0x2034c8['length']>0x1&&_0x5dd165['end']['isEqual'](_0x61359c['start']))return!0x0;if(0x1==_0x2034c8['length']&&(_0x61359c['start']['isEqual'](_0x5dd165['end'])||_0x61359c['end']['isEqual'](_0x5dd165['start'])))return!0x0;}if(0x3==_0x548dba&&0x3==_0x9a454&&_0x61359c['start']['isBefore'](_0x5dd165['start'])){const _0x1f0e06=_0x61359c['end']['nodeAfter'],_0x3d2142=_0x5dd165['start']['nodeBefore'];return _0x2de4d4['isBlockImage'](_0x1f0e06)&&_0x1f0e06===_0x3d2142;}return!0x1;}_0xa2b422['model']['document']['registerPostFixer'](()=>{let _0x5a1cf5=!0x1;const _0x212937=Array['from'](_0xa2b422['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x4c1ef9,data:_0x4d3e01}of _0x212937){const {group:_0x2f6718,type:_0x314ba1,subType:_0xea34bc,id:_0x480e21}=_0x4fefad['_splitMarkerName'](_0x4c1ef9);if('suggestion'==_0x2f6718&&_0x4fefad['hasSuggestion'](_0x480e21)){if('formatBlock'==_0x314ba1&&('imageStylePreApply'==_0xea34bc||'imageStylePostApply'==_0xea34bc)){const _0x48f374=_0x4fefad['getSuggestion'](_0x480e21);if(_0x4d3e01['newRange']){const _0x1b5e3a=_0x48f374['getFirstRange']()['getContainedElement']();if(_0x2de4d4['isBlockImage'](_0x1b5e3a))continue;_0x4fefad['discardSuggestion'](_0x48f374),_0x5a1cf5=!0x0;}}if('insertion'==_0x314ba1&&'imageCaption'==_0xea34bc&&!_0x4d3e01['newRange']){const _0x118aab=_0x4fefad['getSuggestion'](_0x480e21);_0x118aab['next']&&_0x118aab['next']['isInContent']&&(_0x4fefad['discardSuggestion'](_0x118aab['next']),_0x5a1cf5=!0x0);}}}return _0x5a1cf5;}),this['_registerLegacyDescription'](_0x4ffd82);}['_registerLegacyDescription'](_0x4fd63a){const _0x1401af=this['editor'],_0x1b3d2e=_0x1401af['locale'];_0x1401af['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x289230=>{if('formatBlock'!=_0x289230['type']&&'formatInline'!=_0x289230['type'])return;const {data:_0x4e1f25}=_0x289230;if(!_0x4e1f25||'imageStyle'!=_0x4e1f25['commandName'])return;const _0x2d87e3=_0x4e1f25['commandParams'][0x0]['value'];return _0x2ba10f('side'===_0x2d87e3?o(_0x1b3d2e,'FORMAT_SIDE_IMAGE'):_0x4fd63a[_0x2d87e3]||_0x2d87e3);function _0x2ba10f(_0x3cb88c){return{'type':'format','content':o(_0x1b3d2e,'*Format:*\x20%0',_0x3cb88c)};}});}}class at extends _0x468cec{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x18104e){super(_0x18104e),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x11fec1=this['editor'],_0x17dc93=_0x11fec1['commands']['get']('importWord'),_0x55f4cf=_0x11fec1['commands']['get']('trackChanges');_0x17dc93&&(_0x17dc93['on']('execute',(_0x2bbecc,[,_0xd39b0b])=>{this['_trackChangesValueDuringImport']=_0x55f4cf['value'],_0xd39b0b['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x17dc93,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x17dc93,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x55f4cf['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x11fec1['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x554411,_0x24a74b){const {suggestions:_0x320606}=_0x24a74b,_0x16abf2=this['editor']['commands']['get']('trackChanges'),_0x4bdd9d=_0x16abf2['value'];this['_trackChangesValueDuringImport']!==_0x4bdd9d&&(_0x16abf2['execute'](),this['_trackChangesExecuted']=!0x0),_0x320606&&_0x320606['forEach'](({id:_0x428bbc,type:_0x44baff,author:_0x3b108f,created_at:_0x287cdc})=>{const _0x47eda3={'id':_0x428bbc,'type':_0x44baff,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x3b108f,'createdAt':_0x287cdc?new Date(_0x287cdc):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x47eda3);});}}class ct extends _0x468cec{['afterInit'](){const _0x58c995=this['editor'],_0x21c14f=_0x58c995['plugins']['get']('TrackChangesEditing');if(_0x58c995['plugins']['has']('IndentEditing')&&(_0x21c14f['enableCommand']('indent'),_0x21c14f['enableCommand']('outdent')),_0x58c995['plugins']['has']('IndentBlock')){for(const _0x774f2b of['indentBlock','outdentBlock'])_0x21c14f['enableDefaultAttributesIntegration'](_0x774f2b);}const _0x2ee06f=_0x58c995['locale'];_0x21c14f['registerBlockAttribute']('blockIndent'),_0x21c14f['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x2ee06f,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3b0908=this['editor'],_0x1bd74c=_0x3b0908['locale'],_0x17d996=_0x3b0908['plugins']['get']('TrackChangesEditing');_0x17d996['descriptionFactory']['registerDescriptionCallback'](_0x18dc67=>{if('formatBlock'!=_0x18dc67['type'])return;const {data:_0x301207}=_0x18dc67;if(!_0x301207)return;if('indentBlock'!=_0x301207['commandName']&&'outdentBlock'!=_0x301207['commandName'])return;const _0x25ea6b=_0x18dc67['getItems']()[0x0],_0x3e4aee=_0x17d996['descriptionFactory']['getItemLabel'](_0x25ea6b);return'indentBlock'==_0x301207['commandName']?{'type':'format','content':o(_0x1bd74c,'*Indent:*\x20%0',_0x3e4aee)}:'outdentBlock'==_0x301207['commandName']?{'type':'format','content':o(_0x1bd74c,'*Outdent:*\x20%0',_0x3e4aee)}:void 0x0;});}}class ut extends _0x468cec{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x468cec{['afterInit'](){const _0x45938=this['editor'];if(!_0x45938['plugins']['has']('LinkEditing'))return;const _0x752bae=_0x45938['plugins']['get']('TrackChangesEditing'),_0x41bbe4=_0x45938['commands']['get']('link');_0x752bae['enableDefaultAttributesIntegration']('link'),_0x752bae['enableDefaultAttributesIntegration']('unlink'),_0x752bae['registerInlineAttribute']('linkHref');for(const _0x587cfe of _0x41bbe4['manualDecorators'])_0x752bae['registerInlineAttribute'](_0x587cfe['id']),_0x752bae['descriptionFactory']['registerAttributeLabel'](_0x587cfe['id'],'link\x20('+_0x587cfe['label']['toLowerCase']()+')');_0x752bae['descriptionFactory']['registerDescriptionCallback'](_0x35b30d=>{if('attribute'!=_0x35b30d['type'])return;const {data:_0x21812a}=_0x35b30d;if(!_0x21812a||'linkHref'!=_0x21812a['key'])return;const _0x1f6172=_0x21812a['newValue'],_0x390ffa=_0x45938['locale'];return{'type':'format','content':null==_0x1f6172?o(_0x390ffa,'*Remove\x20link*'):o(_0x390ffa,'*Set\x20link:*\x20%0','\x22'+_0x1f6172+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x312468=this['editor'],_0x54bc25=_0x312468['locale'];_0x312468['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x37c1f5=>{if('formatInline'!=_0x37c1f5['type'])return;const {data:_0x2ba439}=_0x37c1f5;if(_0x2ba439){if('link'==_0x2ba439['commandName']){const _0x57f4d7=_0x2ba439['commandParams'][0x0];return{'type':'format','content':o(_0x54bc25,'*Set\x20link:*\x20%0','\x22'+_0x57f4d7+'\x22')};}return'unlink'==_0x2ba439['commandName']?{'type':'format','content':o(_0x54bc25,'*Remove\x20link*')}:void 0x0;}});}}class ft extends _0x468cec{['afterInit'](){const _0x584e3e=this['editor'],_0x425672=_0x584e3e['locale'];if(!_0x584e3e['plugins']['has']('LegacyListEditing'))return;const _0xe09c62=_0x584e3e['plugins']['get']('TrackChangesEditing'),_0x477436=_0x584e3e['plugins']['has']('LegacyTodoListEditing');function _0x539e2d(_0x53de0a){return()=>{const _0x259919=_0x584e3e['model']['document']['selection'],_0x368d37=_0x584e3e['commands']['get'](_0x53de0a);if(_0x368d37['value'])return void _0x584e3e['execute']('paragraph',{});const _0x3a11c8=_0x53de0a['slice'](0x0,-0x4),_0x31d406=function(_0x18ebe2,_0xe04d25,_0x30f583){let _0x1abfaa=Array['from'](_0x18ebe2)['filter'](_0x4f25f3=>function(_0x40597f,_0x3082a0){return _0x3082a0['checkChild'](_0x40597f['parent'],'listItem')&&!_0x3082a0['isObject'](_0x40597f);}(_0x4f25f3,_0x30f583));_0x1abfaa=_0x1abfaa['filter'](_0x3bdbd=>!_0x3bdbd['is']('element','listItem')||_0x3bdbd['getAttribute']('listType')!=_0xe04d25);const _0x16b63c=new Set();for(const _0x34a2f9 of _0x1abfaa)_0x34a2f9['is']('element','listItem')?_0x16b63c['add'](fe(_0x34a2f9)):_0x16b63c['add'](_0x34a2f9);return Array['from'](_0x16b63c);}(_0x259919['getSelectedBlocks'](),_0x3a11c8,_0x584e3e['model']['schema']);_0x584e3e['model']['change'](()=>{for(const _0xc79b87 of _0x31d406)_0xe09c62['markBlockFormat'](_0xc79b87,{'commandName':_0x53de0a,'commandParams':[{'forceValue':!_0x368d37['value']}],'formatGroupId':'blockName'},ue(_0xc79b87));});};}function _0x4f1ec4(_0x29a02e){return()=>{const _0x87fb3d=function(_0x2e5359){let _0x5eefd2=Array['from'](_0x2e5359);const _0x2e998a=_0x5eefd2['findIndex'](_0x4eb801=>'listItem'!=_0x4eb801['name']);return _0x2e998a>-0x1&&(_0x5eefd2=_0x5eefd2['slice'](0x0,_0x2e998a)),_0x5eefd2;}(_0x584e3e['model']['document']['selection']['getSelectedBlocks']()),_0x4e6efb=_0x584e3e['model']['createRange'](_0x584e3e['model']['createPositionAt'](_0x87fb3d[0x0],'before'),_0x584e3e['model']['createPositionAt'](_0x87fb3d[_0x87fb3d['length']-0x1],'end'));_0x584e3e['model']['change'](()=>{_0xe09c62['markBlockFormat'](_0x4e6efb,{'commandName':_0x29a02e,'commandParams':[],'formatGroupId':'listIndent'},function(_0x2c0617){const _0x45d185=new Set();for(const _0x36cc88 of _0x2c0617){let _0x342445=_0x36cc88['nextSibling'];for(;_0x342445&&_0x342445['getAttribute']('listIndent')>_0x36cc88['getAttribute']('listIndent');)_0x45d185['add'](_0x342445),_0x342445=_0x342445['nextSibling'];}return Array['from'](_0x45d185);}(_0x87fb3d));});};}_0xe09c62['enableCommand']('numberedList',_0x539e2d('numberedList')),_0xe09c62['enableCommand']('bulletedList',_0x539e2d('bulletedList')),_0x477436&&_0xe09c62['enableCommand']('todoList',_0x539e2d('todoList')),_0xe09c62['enableCommand']('indentList',_0x4f1ec4('indentList')),_0xe09c62['enableCommand']('outdentList',_0x4f1ec4('outdentList')),_0x477436&&_0xe09c62['enableCommand']('checkTodoList',()=>{const _0x2fef1f=_0x584e3e['commands']['get']('checkTodoList'),_0x14432a=Array['from'](_0x2fef1f['_selectedElements']);_0x14432a['filter'](_0x5e3508=>_0x5e3508['getAttribute']('todoListChecked')!=_0x2fef1f['value']),_0x584e3e['model']['change'](()=>{for(const _0x3f3fb3 of _0x14432a)_0xe09c62['markBlockFormat'](_0x3f3fb3,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x2fef1f['value']}]});});}),_0xe09c62['descriptionFactory']['registerElementLabel']('listItem',_0x1ac69b=>o(_0x425672,'ELEMENT_LIST_ITEM',_0x1ac69b)),_0xe09c62['descriptionFactory']['registerDescriptionCallback'](_0x3bccc8=>{if('formatBlock'!=_0x3bccc8['type']&&'formatInline'!=_0x3bccc8['type'])return;const {data:_0x44701c}=_0x3bccc8;if(_0x44701c){if('numberedList'==_0x44701c['commandName']||'bulletedList'==_0x44701c['commandName']||'todoList'==_0x44701c['commandName'])switch(_0x44701c['commandName']['replace']('List','')){case'bulleted':return _0x4fd95c(o(_0x425672,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x4fd95c(o(_0x425672,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x4fd95c(o(_0x425672,'ELEMENT_TODO_LIST'));}if('indentList'==_0x44701c['commandName'])return{'type':'format','content':o(_0x425672,'*Indent:*\x20%0',o(_0x425672,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x44701c['commandName'])return{'type':'format','content':o(_0x425672,'*Outdent:*\x20%0',o(_0x425672,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x44701c['commandName'])return _0x44701c['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x425672,'*Check\x20item*')}:{'type':'format','content':o(_0x425672,'*Uncheck\x20item*')};}function _0x4fd95c(_0x313e24){return{'type':'format','content':o(_0x425672,'*Change\x20to:*\x20%0',_0x313e24)};}});}}function fe(_0x1a362c){const _0x2eb7d6=_0x1a362c['getAttribute']('listIndent');if(0x0==_0x2eb7d6)return _0x1a362c;let _0x24efe4=_0x1a362c;for(;_0x1a362c['previousSibling']&&_0x1a362c['previousSibling']['is']('element','listItem');){const _0x2c0cb7=_0x1a362c['previousSibling']['getAttribute']('listIndent');if(_0x2c0cb7==_0x2eb7d6)_0x24efe4=_0x1a362c['previousSibling'];else{if(_0x2c0cb7<_0x2eb7d6)break;}_0x1a362c=_0x1a362c['previousSibling'];}return _0x24efe4;}function ue(_0x274494){const _0x2d42f9=[];if(_0x274494['is']('element','listItem')&&_0x274494['getAttribute']('listIndent')>0x0){let _0x2aefa5=_0x274494['nextSibling'];for(;_0x2aefa5&&'listItem'==_0x2aefa5['name']&&_0x2aefa5['getAttribute']('listIndent')==_0x274494['getAttribute']('listIndent');)_0x2d42f9['push'](_0x2aefa5),_0x2aefa5=_0x2aefa5['nextSibling'];}return _0x2d42f9;}class W extends _0x468cec{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x5c316c=this['editor']['config']['get']('list.properties'),_0x5c8311=this['editor']['plugins']['get']('TrackChangesEditing');_0x5c316c['styles']&&_0x5c8311['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x5c316c['reversed']&&_0x5c8311['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x5c316c['startIndex']&&_0x5c8311['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x5c8311['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x1f8dd3,_0xe7b979={}){const _0xbd46fd=this['editor']['plugins']['get']('TrackChangesEditing'),_0xce7a94=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0xbd46fd['markMultiRangeBlockFormat'](_0xce7a94,{'commandName':'listStyle','commandParams':[{'type':_0xe7b979['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x1e5f2c,_0x101a29={}){const _0x45a143=this['editor']['plugins']['get']('TrackChangesEditing'),_0x183dd7=this['_getSuggestionBlocks'](_0x556547=>_0x556547['is']('element','listItem')&&'numbered'===_0x556547['getAttribute']('listType'));if(_0x183dd7['length']<0x1)return;const _0x7fbf78=_0x183dd7['map'](_0x46b70b=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x46b70b,'before'),this['editor']['model']['createPositionAt'](_0x46b70b,0x0)));this['editor']['model']['change'](()=>{_0x45a143['markMultiRangeBlockFormat'](_0x7fbf78,{'commandName':'listReversed','commandParams':[{'reversed':_0x101a29['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x12a2e0,_0x1ea6f8={}){const _0x511d99=this['editor']['plugins']['get']('TrackChangesEditing'),_0x439f6e=this['_getSuggestionBlocks'](_0x4dbdbe=>_0x4dbdbe['is']('element','listItem')&&'numbered'===_0x4dbdbe['getAttribute']('listType'));if(_0x439f6e['length']<0x1)return;const _0x2222c9=_0x439f6e['map'](_0x20ef7c=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x20ef7c,'before'),this['editor']['model']['createPositionAt'](_0x20ef7c,0x0)));this['editor']['model']['change'](()=>{_0x511d99['markMultiRangeBlockFormat'](_0x2222c9,{'commandName':'listStart','commandParams':[{'startIndex':_0x1ea6f8['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x358410){if('formatBlock'!=_0x358410['type']&&'formatInline'!=_0x358410['type'])return;const _0x14a5f3=this['editor']['locale'],{data:_0x21aaaf}=_0x358410;if(!_0x21aaaf)return;let _0x2a41f0,_0x4e1dfe;switch(_0x21aaaf['commandName']){case'listStyle':_0x2a41f0='*Change\x20to:*\x20%0',_0x4e1dfe={'type':'format','content':o(_0x14a5f3,_0x2a41f0,o(_0x14a5f3,this['_getTranslationKeyForListStyle'](_0x21aaaf['commandParams'][0x0]['type'])))};break;case'listReversed':_0x2a41f0=_0x21aaaf['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x4e1dfe={'type':'format','content':o(_0x14a5f3,_0x2a41f0)};break;case'listStart':_0x2a41f0='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x4e1dfe={'type':'format','content':o(_0x14a5f3,_0x2a41f0,_0x21aaaf['commandParams'][0x0]['startIndex'])};}return _0x4e1dfe;}['_getSuggestionBlocksForListStyle'](){const _0x8a8274=this['editor']['plugins']['get']('LegacyListUtils');let _0x15d345=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x15d345[0x0]?.['is']('element','listItem')&&_0x15d345['unshift'](..._0x8a8274['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x15d345[_0x15d345['length']-0x1]?.['is']('element','listItem')&&_0x15d345['push'](..._0x8a8274['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x15d345=[...new Set(_0x15d345)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x15d345=_0x15d345['filter'](_0x7b965a=>_0x7b965a['is']('element','listItem'))),_0x15d345;}['_getSuggestionBlocks'](_0x1f340e){const _0x4a3cac=this['editor']['plugins']['get']('LegacyListUtils');let _0x1ddb4d=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x1f340e)['map'](_0x4e6db0=>{const _0x715c0=this['editor']['model']['createPositionAt'](_0x4e6db0,0x0);return[..._0x4a3cac['getSiblingNodes'](_0x715c0,'backward'),..._0x4a3cac['getSiblingNodes'](_0x715c0,'forward')];})['flat']();return _0x1ddb4d=[...new Set(_0x1ddb4d)],_0x1ddb4d;}['_getTranslationKeyForListStyle'](_0x2caf02){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x2caf02)||'default')['toUpperCase']()+'_LIST_'+_0x2caf02['toUpperCase']()['replace'](/-/g,'_');}}class lt extends _0x468cec{['afterInit'](){const _0xedf7c7=this['editor'];if(!_0xedf7c7['plugins']['has']('MediaEmbedEditing'))return;const _0x48bca2=_0xedf7c7['plugins']['get']('TrackChangesEditing'),_0x1686aa=_0xedf7c7['locale'];_0x48bca2['enableCommand']('mediaEmbed'),_0x48bca2['descriptionFactory']['registerElementLabel']('media',_0x2f1812=>o(_0x1686aa,'ELEMENT_MEDIA',_0x2f1812)),_0xedf7c7['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x3e30d3,{writer:_0x2d52b6,options:_0xe29edf})=>{if(_0xe29edf['showSuggestionHighlights'])return _0x2d52b6['createEmptyElement']('div');},'converterPriority':'high'}),_0xedf7c7['data']['downcastDispatcher']['on']('attribute:url:media',(_0x53b973,_0x30e773,_0xff3501)=>{_0xff3501['options']['showSuggestionHighlights']&&_0x53b973['stop']();},{'priority':'high'});}}class mt extends _0x468cec{['afterInit'](){const _0x30dbea=this['editor'];_0x30dbea['plugins']['has']('MentionEditing')&&_0x30dbea['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class dt extends _0x468cec{['afterInit'](){const _0xcc123b=this['editor'];if(!_0xcc123b['plugins']['has']('MergeFieldsEditing'))return;_0xcc123b['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField'),_0xcc123b['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeFieldBlock');const _0x50e27a=_0xcc123b['plugins']['get']('TrackChangesEditing'),_0x615628=_0xcc123b['locale'];_0x50e27a['descriptionFactory']['registerElementLabel']('mergeField',_0x5864e4=>o(_0x615628,'ELEMENT_MERGE_FIELD',_0x5864e4)),_0x50e27a['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x264903=>o(_0x615628,'ELEMENT_MERGE_FIELD',_0x264903)),_0x50e27a['descriptionFactory']['registerDescriptionCallback'](_0x29a378=>{if('insertion'!=_0x29a378['type']&&'deletion'!=_0x29a378['type'])return;const _0x265418=_0x29a378['getContainedElement']();if(null==_0x265418)return;if(!_0x265418['is']('element','mergeField')&&!_0x265418['is']('element','mergeFieldBlock'))return;const _0x2851ff=_0xcc123b['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x265418['getAttribute']('id'));return'insertion'==_0x29a378['type']?{'type':'insertion','content':o(_0x615628,'*Insert:*\x20%0','\x22'+_0x2851ff+'\x22\x20'+o(_0x615628,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x615628,'*Remove:*\x20%0','\x22'+_0x2851ff+'\x22\x20'+o(_0x615628,'ELEMENT_MERGE_FIELD'))};});}}class pt extends _0x468cec{['afterInit'](){const _0x4962f8=this['editor'],_0x527aaf=_0x4962f8['plugins']['get']('TrackChangesEditing');_0x4962f8['plugins']['has']('MultiLevelList')&&(_0x527aaf['enableDefaultAttributesIntegration']('multiLevelList'),_0x527aaf['registerBlockAttribute']('listMarkerStyle'),_0x527aaf['descriptionFactory']['registerDescriptionCallback'](_0x6c64ee=>this['handleDescriptions'](_0x6c64ee)));}['handleDescriptions'](_0x93bfef){const _0x5c8bee=this['editor']['locale'],{data:_0x194ac7}=_0x93bfef,_0x57c5cc={'type':'format','content':''};if(_0x194ac7&&'listMarkerStyle'==_0x194ac7['key']){if(!_0x194ac7['oldValue'])return{'type':'format','content':o(_0x5c8bee,'*Set\x20format:*\x20%0',o(_0x5c8bee,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x194ac7['newValue']+')'};if(!_0x194ac7['newValue']){let _0x51d1c8=_0x93bfef['head'];for(;_0x51d1c8;){if(_0x51d1c8['data']&&'listType'==_0x51d1c8['data']['key']&&_0x51d1c8['data']['newValue'])return _0x57c5cc;_0x51d1c8=_0x51d1c8['next'];}return{'type':'format','content':o(_0x5c8bee,'*Remove\x20format:*\x20%0',o(_0x5c8bee,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x194ac7['oldValue']+')'};}}}}class kt extends _0x468cec{['afterInit'](){const _0x37e2b4=this['editor'];if(!_0x37e2b4['plugins']['has']('PageBreakEditing'))return;_0x37e2b4['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x597b89=_0x37e2b4['plugins']['get']('TrackChangesEditing'),_0x51700a=_0x37e2b4['locale'];_0x597b89['descriptionFactory']['registerElementLabel']('pageBreak',_0x52eab0=>o(_0x51700a,'ELEMENT_PAGE_BREAK',_0x52eab0));}}class bt extends _0x468cec{['afterInit'](){const _0x2997f9=this['editor'];if(!_0x2997f9['plugins']['has']('Paragraph'))return;const _0x2cfc88=_0x2997f9['locale'],_0x31efca=_0x2997f9['plugins']['get']('TrackChangesEditing');_0x31efca['descriptionFactory']['registerElementLabel']('paragraph',_0x42e4a4=>o(_0x2cfc88,'ELEMENT_PARAGRAPH',_0x42e4a4)),_0x31efca['enableDefaultAttributesIntegration']('paragraph'),_0x31efca['enableCommand']('insertParagraph'),_0x2997f9['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x2997f9),{'priority':'highest'}),_0x2997f9['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x206f1a,_0x4f1b09,_0x2ca823)=>{_0x2ca823['options']['showSuggestionHighlights']&&nr(_0x2997f9,{'showActiveMarker':!0x1})(_0x206f1a,_0x4f1b09,_0x2ca823);},{'priority':'highest'});const _0x4671ca=_0x31efca['descriptionFactory'];_0x4671ca['registerDescriptionCallback'](_0x12edcb=>{if('insertion'!==_0x12edcb['type'])return;const {start:_0x3b5279,end:_0x490f2f}=_0x12edcb['getFirstRange']();if(!_0x3b5279['isTouching'](_0x490f2f)||!_0x3b5279['nodeAfter'])return;const _0x1370b4=_0x2997f9['model']['schema'],_0x573d94=_0x3b5279['nodeAfter'];return _0x1370b4['isBlock'](_0x573d94)&&!_0x1370b4['isLimit'](_0x573d94)&&_0x1370b4['checkChild'](_0x573d94,'$text')?{'type':'insertion','content':o(_0x2cfc88,'*Insert:*\x20%0',_0x4671ca['getItemLabel'](_0x573d94,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2acc8a=this['editor'],_0x553613=_0x2acc8a['locale'];_0x2acc8a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xa886c5=>{if('formatBlock'!=_0xa886c5['type'])return;const {data:_0x21850}=_0xa886c5;return _0x21850&&'paragraph'==_0x21850['commandName']?{'type':'format','content':o(_0x553613,'*Change\x20to:*\x20%0',o(_0x553613,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x4c6e59,{showActiveMarker:_0x10c082=!0x0}={}){return(_0x395987,_0x59ab6f,_0x2192c4)=>{const _0x3791a8=_0x4c6e59['plugins']['get']('TrackChangesEditing'),_0x5cef2b=_0x59ab6f['markerRange']['start'],_0xb3bb79=_0x59ab6f['markerRange']['end'],_0x53a8a0=_0x4c6e59['model']['schema'];if(!_0x5cef2b['isTouching'](_0xb3bb79)||!_0x5cef2b['nodeAfter'])return;const _0x33152e=_0x5cef2b['nodeAfter'];if(_0x53a8a0['isBlock'](_0x33152e)&&!_0x53a8a0['isLimit'](_0x33152e)&&_0x53a8a0['checkChild'](_0x33152e,'$text')){if(!_0x2192c4['consumable']['consume'](_0x59ab6f['markerRange'],_0x395987['name']))return;const {authorId:_0x5248a7}=_0x3791a8['_splitMarkerName'](_0x59ab6f['markerName']),_0x2da95c=_0x2192c4['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x5248a7}),_0x515831=_0x2192c4['mapper']['toViewPosition'](_0xb3bb79);_0x10c082&&_0x3791a8['activeMarkers']['includes'](_0x59ab6f['markerName'])&&_0x2192c4['writer']['addClass']('ck-suggestion-marker--active',_0x2da95c),_0x2192c4['writer']['insert'](_0x515831,_0x2da95c),_0x2192c4['mapper']['bindElementToMarker'](_0x2da95c,_0x59ab6f['markerName']);}};}class wt extends _0x468cec{['afterInit'](){const _0x50eca6=this['editor'];if(!_0x50eca6['plugins']['has']('RemoveFormatEditing'))return;_0x50eca6['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3ecfe9=this['editor'];_0x3ecfe9['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5c74eb=>{if('formatBlock'!=_0x5c74eb['type']&&'formatInline'!=_0x5c74eb['type'])return;const {data:_0x228923}=_0x5c74eb;return _0x228923&&'removeFormat'==_0x228923['commandName']?{'type':'format','content':o(_0x3ecfe9['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class yt extends _0x468cec{['afterInit'](){const _0x270e69=this['editor'];if(!_0x270e69['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x49293c=_0x270e69['plugins']['get']('TrackChangesEditing');_0x49293c['enableCommand']('goToPreviousRestrictedEditingException'),_0x49293c['enableCommand']('goToNextRestrictedEditingException');const _0x3274ba=_0x270e69['plugins']['get']('RestrictedEditingModeEditing');_0x3274ba['enableCommand']('trackChanges'),_0x3274ba['enableCommand']('acceptSuggestion'),_0x3274ba['enableCommand']('discardSuggestion'),_0x3274ba['enableCommand']('acceptAllSuggestions'),_0x3274ba['enableCommand']('discardAllSuggestions'),_0x3274ba['enableCommand']('acceptSelectedSuggestions'),_0x3274ba['enableCommand']('discardSelectedSuggestions');}}class jt extends _0x468cec{static get['requires'](){return[_0x45f5e5];}['init'](){const _0x2a9930=this['editor'],_0x304a5b=_0x2a9930['plugins']['get']('TrackChangesEditing');_0x304a5b['enableCommand']('shiftEnter'),_0x2a9930['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ge(_0x2a9930),{'priority':'high'}),_0x2a9930['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ge(_0x2a9930),{'priority':'high'}),_0x2a9930['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x4d9401,_0xe36918,_0x34dcca)=>{_0x34dcca['options']['showSuggestionHighlights']&&ge(_0x2a9930,{'showActiveMarker':!0x1})(_0x4d9401,_0xe36918,_0x34dcca);}),_0x304a5b['descriptionFactory']['registerElementLabel']('softBreak',_0x101e47=>o(_0x2a9930['locale'],'ELEMENT_LINE_BREAK',_0x101e47));}}function ge(_0x3dec1b,{showActiveMarker:_0x53c6af=!0x0}={}){return(_0x384b2e,_0x4deb15,_0x10b531)=>{const _0x38c4f2=_0x3dec1b['plugins']['get']('TrackChangesEditing');if(!_0x10b531['consumable']['test'](_0x4deb15['markerRange'],_0x384b2e['name']))return;const _0x33bda6=_0x3dec1b['model'];for(const _0x2d6e3a of _0x4deb15['markerRange']['getItems']()){if(!_0x2d6e3a['is']('element','softBreak'))continue;const _0x532536='deletion'==_0x4deb15['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0xc9082a}=_0x38c4f2['_splitMarkerName'](_0x4deb15['markerName']),_0x48787c=_0x10b531['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x532536,'data-author-id':_0xc9082a}),_0x3213d0=_0x10b531['mapper']['toViewPosition'](_0x33bda6['createPositionBefore'](_0x2d6e3a));_0x53c6af&&_0x38c4f2['activeMarkers']['includes'](_0x4deb15['markerName'])&&_0x10b531['writer']['addClass']('ck-suggestion-marker--active',_0x48787c),_0x10b531['writer']['insert'](_0x3213d0,_0x48787c),_0x10b531['mapper']['bindElementToMarker'](_0x48787c,_0x4deb15['markerName']);}};}class St extends _0x468cec{['afterInit'](){const _0x1ea174=this['editor'],_0xd66feb=_0x1ea174['model'],_0x2d859f=_0x1ea174['locale'];if(!_0x1ea174['plugins']['has']('StandardEditingModeEditing'))return;const _0x3c3f37=_0x1ea174['plugins']['get']('TrackChangesEditing'),_0x3c0ae8='restrictedEditingException',_0x113313=_0x1ea174['commands']['get'](_0x3c0ae8);_0x3c3f37['enableCommand'](_0x3c0ae8,(_0x19b327,_0x475404={})=>{const _0x2a4b36=_0xd66feb['document']['selection'];if(_0x2a4b36['isCollapsed'])return void _0x19b327(_0x475404);const _0x48509b=void 0x0!==_0x475404['forceValue']?_0x475404['forceValue']:!_0x113313['value'];_0xd66feb['change'](()=>{const _0x216f57=Array['from'](_0x2a4b36['getRanges']());for(const _0x5142e0 of _0x216f57){const _0x42c47b=_0x48509b?[_0x5142e0]:io(_0x3c0ae8,_0x5142e0,_0xd66feb);for(const _0x4c5525 of _0x42c47b)_0x3c3f37['markInlineFormat'](_0x4c5525,{'commandName':_0x3c0ae8,'commandParams':[{'forceValue':_0x48509b}]});}});}),_0x3c3f37['descriptionFactory']['registerDescriptionCallback'](_0x216bde=>{if('formatBlock'!=_0x216bde['type']&&'formatInline'!=_0x216bde['type'])return;const {data:_0x21abcc}=_0x216bde;return _0x21abcc&&_0x21abcc['commandName']==_0x3c0ae8?_0x21abcc['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2d859f,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x2d859f,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class At extends _0x468cec{['afterInit'](){const _0x40f367=this['editor'];if(!_0x40f367['plugins']['has']('Style')||!_0x40f367['plugins']['has']('DataSchema'))return;const _0x1792d4=_0x40f367['plugins']['get']('TrackChangesEditing'),_0x3f21c9=_0x40f367['locale'],_0x12cd46=_0x40f367['config']['get']('style')||{},_0x35ffdd=_0x40f367['plugins']['get']('GeneralHtmlSupport'),_0x3ce265=_0x40f367['plugins']['get']('StyleUtils')['normalizeConfig'](_0x40f367['plugins']['get']('DataSchema'),_0x12cd46['definitions']);_0x1792d4['enableDefaultAttributesIntegration']('style');const _0x667a0a=new Set();for(const _0x3a1571 of _0x3ce265['block']){const _0x3eed96=_0x35ffdd['getGhsAttributeNameForElement'](_0x3a1571['element']);_0x667a0a['add'](_0x3eed96);}const _0x3c5aa8=new Set();for(const _0x499d5b of _0x3ce265['inline']){const _0x298b76=_0x35ffdd['getGhsAttributeNameForElement'](_0x499d5b['element']);_0x3c5aa8['add'](_0x298b76);for(const _0x550a34 of _0x499d5b['ghsAttributes'])_0x3c5aa8['add'](_0x550a34);}for(const _0x39be21 of _0x667a0a)_0x1792d4['registerBlockAttribute'](_0x39be21),_0x1792d4['descriptionFactory']['registerAttributeLabel'](_0x39be21,o(_0x3f21c9,'FORMAT_STYLE'));for(const _0x3b80a4 of _0x3c5aa8)_0x1792d4['registerInlineAttribute'](_0x3b80a4),_0x1792d4['descriptionFactory']['registerAttributeLabel'](_0x3b80a4,o(_0x3f21c9,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x58162a=this['editor'],_0x2e3b72=_0x58162a['locale'];_0x58162a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x95a06e=>{if('formatBlock'!=_0x95a06e['type']&&'formatInline'!=_0x95a06e['type'])return;const {data:_0x3c3548}=_0x95a06e;return _0x3c3548&&'style'===_0x3c3548['commandName']?_0x3c3548['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2e3b72,'*Set\x20format:*\x20%0',_0x3c3548['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x2e3b72,'*Remove\x20format:*\x20%0',_0x3c3548['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class It extends _0x468cec{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x15e5bf){super(_0x15e5bf),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x5b4356=this['editor'],_0x5ef505=_0x5b4356['model']['document']['selection'];if(!_0x5b4356['plugins']['has']('TableEditing'))return;const _0x26c0c4=_0x5b4356['locale'],_0x23c34e=_0x5b4356['plugins']['get']('TrackChangesEditing'),_0x4a38a9=_0x5b4356['plugins']['get']('TableUtils');_0x23c34e['descriptionFactory']['registerElementLabel']('table',_0x4351e9=>o(_0x26c0c4,'ELEMENT_TABLE',_0x4351e9)),this['_setupColumnsRowsFixing'](),_0x23c34e['enableCommand']('insertTable'),_0x23c34e['enableCommand']('selectTableRow'),_0x23c34e['enableCommand']('selectTableColumn');for(const _0x3e391c of['insertTableRowAbove','insertTableRowBelow']){const _0x11908f=_0x5b4356['commands']['get'](_0x3e391c);_0x23c34e['enableCommand'](_0x3e391c,_0x191797=>{_0x5b4356['model']['change'](_0x4c073c=>{_0x191797();const _0x219bd6='above'===_0x11908f['order'],_0x3b4863=_0x4a38a9['getSelectionAffectedTableCells'](_0x5ef505),_0x9868f4=_0x4a38a9['getRowIndexes'](_0x3b4863),_0x5710cf=_0x219bd6?_0x9868f4['first']-0x1:_0x9868f4['last']+0x1,_0x11cd7e=_0x3b4863[0x0]['findAncestor']('table'),_0xbd34a1=_0x4a38a9['createTableWalker'](_0x11cd7e,{'startRow':_0x5710cf,'endRow':_0x5710cf}),_0x2780dc=Array['from'](_0xbd34a1)['map'](_0xe9826c=>_0x4c073c['createRangeOn'](_0xe9826c['cell']));_0x23c34e['markMultiRangeInsertion'](_0x2780dc,'tableRow');});});}for(const _0x39e8fa of['insertTableColumnLeft','insertTableColumnRight']){const _0x32fecc=_0x5b4356['commands']['get'](_0x39e8fa);_0x23c34e['enableCommand'](_0x39e8fa,_0x1fb35c=>{_0x5b4356['model']['change'](_0x2926ae=>{_0x1fb35c();const _0xdf5da9='left'===_0x32fecc['order'],_0x53b4dd=_0x4a38a9['getSelectionAffectedTableCells'](_0x5ef505),_0x2efbd1=_0x4a38a9['getColumnIndexes'](_0x53b4dd),_0x68e34d=_0xdf5da9?_0x2efbd1['first']-0x1:_0x2efbd1['last']+0x1,_0x5a1a38=_0x53b4dd[0x0]['findAncestor']('table'),_0x736418=_0x4a38a9['createTableWalker'](_0x5a1a38,{'startRow':0x0,'column':_0x68e34d,'includeAllSlots':!0x1}),_0x222091=Array['from'](_0x736418)['map'](_0xe925d8=>_0x2926ae['createRangeOn'](_0xe925d8['cell']));_0x23c34e['markMultiRangeInsertion'](_0x222091,'tableColumn');});});}for(const _0x2dcdcf of['removeTableRow','removeTableColumn']){const _0x158708=_0x2dcdcf['substr'](0xb),_0x2c2b16=_0x158708['toLowerCase'](),_0x2ad99c=_0x2c2b16['substr'](0x0,0x3)+'span',_0xc04f49='table'+_0x158708,_0x5bfa00='min'+_0x158708,_0x114e36='max'+_0x158708;_0x23c34e['enableCommand'](_0x2dcdcf,()=>{_0x5b4356['model']['change'](_0x31341a=>{const _0x2c9ea2=_0x4a38a9['getSelectionAffectedTableCells'](_0x5ef505),_0x3017aa=_0x2c9ea2[0x0]['findAncestor']('table');let _0x3331cb;if('removeTableRow'==_0x2dcdcf){const _0x31685e=_0x4a38a9['getRowIndexes'](_0x2c9ea2);_0x3331cb={'startRow':_0x31685e['first'],'endRow':_0x31685e['last'],'includeAllSlots':!0x0};}else{const _0x7042b0=_0x4a38a9['getColumnIndexes'](_0x2c9ea2);_0x3331cb={'startColumn':_0x7042b0['first'],'endColumn':_0x7042b0['last'],'includeAllSlots':!0x0};}const _0x1ca403=_0x4a38a9['createTableWalker'](_0x3017aa,_0x3331cb),_0x2455fb=Array['from'](_0x1ca403)['map'](({cell:_0x5b4f24})=>_0x5b4f24),_0x573c0f=be(_0x2455fb['filter'](_0x1b266f=>_0x1b266f['hasAttribute'](_0x2ad99c))),_0x24818c=be(_0x2455fb['filter'](_0x1ac2fb=>!_0x1ac2fb['hasAttribute'](_0x2ad99c)))['map'](_0x5bc954=>_0x31341a['createRangeOn'](_0x5bc954)),_0x1ae4c8=_0x23c34e['markMultiRangeDeletion'](_0x24818c,_0xc04f49);if(_0x1ae4c8&&('tableRow'==_0x1ae4c8['subType']||'tableColumn'==_0x1ae4c8['subType'])){const _0x2e670b=this['_getSuggestionCoords'](_0x1ae4c8);for(const _0x6b031f of _0x573c0f){const _0x170fe8=_0x31341a['createRangeOn'](_0x6b031f),_0x1fe5f5=_0x4a38a9['getCellLocation'](_0x6b031f),_0x22cf47=_0x6b031f['getAttribute'](_0x2ad99c)-0x1,_0x3f1bd4=_0x2e670b[_0x5bfa00],_0x20339c=_0x2e670b[_0x114e36];_0x3f1bd4<=_0x1fe5f5[_0x2c2b16]&&_0x1fe5f5[_0x2c2b16]+_0x22cf47<=_0x20339c&&_0x1ae4c8['addRange'](_0x170fe8);}}});});}function _0x2cb4bb(_0xea9077){const _0x5d6238=Array['from'](_0x5ef505['getRanges']())['map'](_0x5318e5=>_0x5a0cc1['fromRange'](_0x5318e5));_0x5b4356['model']['change'](_0x3374dc=>{const _0x3c920c=_0x3374dc['batch'];_0xea9077=_0xea9077['filter'](_0x3e976c=>'$graveyard'!=_0x3e976c['root']['rootName']),_0x3374dc['setSelection'](_0xea9077),_0x5b4356['commands']['get']('removeTableRow')['refresh'](),_0x5b4356['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x5b4356['model']['enqueueChange'](()=>{_0x5b4356['model']['enqueueChange'](_0x3c920c,_0x4d3a51=>{const _0x1e2612=_0x5d6238['filter'](_0x18b62d=>'$graveyard'!=_0x18b62d['root']['rootName']);_0x1e2612['length']>0x0&&_0x4d3a51['setSelection'](_0x1e2612);for(const _0x2d6906 of _0x5d6238)_0x2d6906['detach']();});});});}function _0xa07f8a(_0x3906ba){_0x5b4356['model']['change'](_0x3dfdf3=>{const _0x1a8655=Array['from'](_0x5ef505['getRanges']())['map'](_0x1ff8a4=>_0x5a0cc1['fromRange'](_0x1ff8a4)),_0x3317eb=[];for(const _0x182398 of _0x3906ba)for(const _0x13122b of _0x182398['getItems']({'shallow':!0x0}))_0x3317eb['push'](_0x13122b);for(const _0x194c3c of _0x3317eb)'$graveyard'!=_0x194c3c['root']['rootName']&&(_0x3dfdf3['setSelection'](_0x3dfdf3['createPositionAt'](_0x194c3c,0x0)),_0x5b4356['commands']['get']('removeTableColumn')['refresh'](),_0x5b4356['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x1a7b30=_0x1a8655['filter'](_0x4f38f4=>'$graveyard'!=_0x4f38f4['root']['rootName']);_0x1a7b30['length']>0x0&&_0x3dfdf3['setSelection'](_0x1a7b30);for(const _0x4cd790 of _0x1a8655)_0x4cd790['detach']();});}function _0x45b8d2(_0x10a3be,_0x7f2e45){return _0x7f2e45['every'](_0x15c432=>_0x10a3be['some'](_0x5d7eed=>_0x5d7eed['end']['isEqual'](_0x15c432['start'])||_0x15c432['end']['isEqual'](_0x5d7eed['start'])));}function _0x42811f(_0x33f0a3,_0x19c7f8){return!_0x33f0a3['some'](_0x3ce689=>_0x19c7f8['some'](_0x281065=>_0x3ce689['isIntersecting'](_0x281065)))&&_0x33f0a3['some'](_0x197ba1=>_0x19c7f8['some'](_0x22426b=>_0x197ba1['end']['isTouching'](_0x22426b['start'])));}_0x5b4356['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x1ff45d,_0x1b9f7d,_0x266a07)=>{if(!_0x266a07['options']['showSuggestionHighlights'])return;const _0x4d0ff1=_0x1b9f7d['item'];if(!_0x4d0ff1)return;const _0x15b049=_0x266a07['mapper']['toViewElement'](_0x4d0ff1);function _0x5f10c4(_0x44427e){return Array['isArray'](_0x44427e)?_0x44427e:[_0x44427e];}_0x15b049&&'tableCell'===_0x4d0ff1['name']&&_0x2abb0c(_0x15b049,_0x266a07['writer'],(_0x9b3f22,_0xc2d4f3,_0x5e6abd)=>_0x5e6abd['addClass'](_0x5f10c4(_0xc2d4f3['classes']),_0x9b3f22),(_0x5114eb,_0x3a1f3a,_0x19a000)=>_0x19a000['removeClass'](_0x5f10c4(_0x3a1f3a['classes']),_0x5114eb));},{'priority':'highest'}),_0x23c34e['descriptionFactory']['registerDescriptionCallback'](_0x4cf153=>{if('insertion'!=_0x4cf153['type']&&'deletion'!=_0x4cf153['type'])return;const _0x3f49ef=_0x4cf153['getContainedElement']();if(null!=_0x3f49ef&&_0x3f49ef['is']('element','table')){if('insertion'==_0x4cf153['type']){const _0x259fce=_0x4cf153['getItems']()['filter'](_0x3f31bd=>_0x3f31bd['is']('$textProxy'))['map'](_0x1835c3=>_0x1835c3['data']);if(_0x259fce['length'])return{'type':'insertion','content':o(_0x26c0c4,'*Insert:*\x20%0',o(_0x26c0c4,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x259fce['join']('\x20')+'\x22'))};}if('deletion'==_0x4cf153['type']){const _0x446c41=_0x4cf153['getItems']()['filter'](_0x42fd4c=>_0x42fd4c['is']('$textProxy'))['map'](_0x544de2=>_0x544de2['data']);if(_0x446c41['length'])return{'type':'deletion','content':o(_0x26c0c4,'*Remove:*\x20%0',o(_0x26c0c4,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x446c41['join']('\x20')+'\x22'))};}}}),_0x23c34e['descriptionFactory']['registerDescriptionCallback'](_0x8c0818=>{if('tableRow'==_0x8c0818['subType']){const _0x31886b=_0x8c0818['getItems']()['filter'](_0x16aee0=>_0x16aee0['is']('$textProxy'))['map'](_0x40b79e=>_0x40b79e['data']),_0x450587=this['_getSuggestionCoords'](_0x8c0818),_0x3ff466=_0x450587['maxRow']-_0x450587['minRow']+0x1;if('insertion'==_0x8c0818['type'])return _0x31886b['length']?{'type':'insertion','content':o(_0x26c0c4,'*Insert:*\x20%0',o(_0x26c0c4,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x3ff466,'\x22'+_0x31886b['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x26c0c4,'*Insert:*\x20%0',o(_0x26c0c4,'ELEMENT_TABLE_ROW',_0x3ff466))};if('deletion'==_0x8c0818['type'])return _0x31886b['length']?{'type':'deletion','content':o(_0x26c0c4,'*Remove:*\x20%0',o(_0x26c0c4,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x3ff466,'\x22'+_0x31886b['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x26c0c4,'*Remove:*\x20%0',o(_0x26c0c4,'ELEMENT_TABLE_ROW',_0x3ff466))};}if('tableColumn'==_0x8c0818['subType']){const _0x30cb3c=_0x8c0818['getItems']()['filter'](_0x5a5ba9=>_0x5a5ba9['is']('$textProxy'))['map'](_0x389ea0=>_0x389ea0['data']),_0x5e5484=this['_getSuggestionCoords'](_0x8c0818),_0x3628cb=_0x5e5484['maxColumn']-_0x5e5484['minColumn']+0x1;if('insertion'==_0x8c0818['type'])return _0x30cb3c['length']?{'type':'insertion','content':o(_0x26c0c4,'*Insert:*\x20%0',o(_0x26c0c4,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x3628cb,'\x22'+_0x30cb3c['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x26c0c4,'*Insert:*\x20%0',o(_0x26c0c4,'ELEMENT_TABLE_COLUMN',_0x3628cb))};if('deletion'==_0x8c0818['type'])return _0x30cb3c['length']?{'type':'deletion','content':o(_0x26c0c4,'*Remove:*\x20%0',o(_0x26c0c4,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x3628cb,'\x22'+_0x30cb3c['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x26c0c4,'*Remove:*\x20%0',o(_0x26c0c4,'ELEMENT_TABLE_COLUMN',_0x3628cb))};}}),_0x23c34e['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x2cb4bb),_0x23c34e['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x2cb4bb),_0x23c34e['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0xa07f8a),_0x23c34e['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0xa07f8a),_0x23c34e['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x45b8d2),_0x23c34e['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x45b8d2),_0x23c34e['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x42811f),_0x23c34e['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x42811f);}['_acceptFormatSuggestionCallbackFactory'](){const _0x159514=this['editor'],_0x2f25e9=_0x159514['model']['document']['selection'];return(_0x5629c0,_0xcdb040)=>{_0x159514['model']['change'](_0x22a2b5=>{const {commandName:_0x46f153,commandParams:_0x37b2c9}=_0xcdb040;let _0x53e553=_0x5629c0[0x0]['end']['nodeBefore'];_0x37b2c9&&_0x37b2c9[0x0]&&!0x1===_0x37b2c9[0x0]['forceValue']&&(_0x53e553=_0x5629c0[0x0]['start']['nodeAfter']);const _0x601e70=_0x22a2b5['createRangeIn'](_0x53e553);if('$graveyard'==_0x601e70['root']['rootName'])return;const _0x5b5931=Array['from'](_0x2f25e9['getRanges']())['map'](_0xe3d212=>_0x5a0cc1['fromRange'](_0xe3d212));_0x22a2b5['setSelection'](_0x601e70),_0x159514['commands']['get'](_0x46f153)['refresh'](),_0x37b2c9['push']({'forceDefaultExecution':!0x0}),_0x159514['execute'](_0x46f153,..._0x37b2c9);const _0x26edee=_0x5b5931['filter'](_0x4b5c72=>'$graveyard'!=_0x4b5c72['root']['rootName']);_0x26edee['length']>0x0&&_0x22a2b5['setSelection'](_0x26edee);for(const _0xf5e17b of _0x5b5931)_0xf5e17b['detach']();});};}['_getCoordsForCells'](_0x1e1547){const _0x19fdd2=this['editor']['plugins']['get']('TableUtils');let _0x153668=Number['MAX_SAFE_INTEGER'],_0xff5cd=Number['MIN_SAFE_INTEGER'],_0x58cb98=Number['MAX_SAFE_INTEGER'],_0x485052=Number['MIN_SAFE_INTEGER'];for(const _0x36b39a of _0x1e1547){if('$graveyard'==_0x36b39a['root']['rootName'])continue;const {row:_0x38142a,column:_0x47ffb1}=_0x19fdd2['getCellLocation'](_0x36b39a),_0x1636ad=_0x36b39a['hasAttribute']('rowspan')?_0x36b39a['getAttribute']('rowspan')-0x1:0x0,_0x452374=_0x36b39a['hasAttribute']('colspan')?_0x36b39a['getAttribute']('colspan')-0x1:0x0;_0x153668=_0x38142a<_0x153668?_0x38142a:_0x153668,_0xff5cd=_0x38142a+_0x1636ad>_0xff5cd?_0x38142a+_0x1636ad:_0xff5cd,_0x58cb98=_0x47ffb1<_0x58cb98?_0x47ffb1:_0x58cb98,_0x485052=_0x47ffb1+_0x452374>_0x485052?_0x47ffb1+_0x452374:_0x485052;}return{'minRow':_0x153668,'maxRow':_0xff5cd,'minColumn':_0x58cb98,'maxColumn':_0x485052};}['_setupColumnsRowsFixing'](){const _0x13a1f3=this['editor'],_0x9668b7=_0x13a1f3['plugins']['get']('TrackChangesEditing'),_0x4f292a=_0x13a1f3['plugins']['get']('TableUtils');_0x13a1f3['model']['document']['on']('change:data',()=>{const _0x517f40=Array['from'](_0x13a1f3['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2a873e,data:_0x782802}of _0x517f40){const {group:_0x322e51,id:_0x18911c,subType:_0x343104}=_0x9668b7['_splitMarkerName'](_0x2a873e);if('suggestion'!=_0x322e51)continue;if(null!=_0x782802['oldRange'])continue;const _0x31d1be=_0x9668b7['getSuggestion'](_0x18911c);this['_tablePostFixingSubtypes']['includes'](_0x343104)&&this['_tableSuggestions']['add'](_0x31d1be);}},{'priority':'low'});const _0x1d33eb=(_0x2b672f,_0x578000)=>{let _0x349c46=!0x1;const _0x4c9a1e=_0x578000['createRangeOn'](_0x2b672f),_0x34a55c=_0x2b672f['findAncestor']('table'),_0x5ed864=_0x4f292a['getCellLocation'](_0x2b672f);for(const _0x812e34 of this['_tableSuggestions']){const _0x54ac67=_0x812e34['subType'],_0x2e6812=_0x54ac67['startsWith']('tablePaste'),_0x3a8d9c=_0x54ac67['substr'](_0x2e6812?0xa:0x5),_0x56132f=_0x3a8d9c['toLowerCase'](),_0x5d5800=_0x56132f['substr'](0x0,0x3)+'span',_0x32a891='min'+_0x3a8d9c,_0x3051b2='max'+_0x3a8d9c;if(!_0x812e34['isInContent'])continue;if(_0x34a55c!=_0x812e34['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x812e34['isIntersectingWithRange'](_0x4c9a1e))continue;const _0x28b6ee=_0x2b672f['hasAttribute'](_0x5d5800)?_0x2b672f['getAttribute'](_0x5d5800)-0x1:0x0,_0x232964=this['_getSuggestionCoords'](_0x812e34),_0x5569db=_0x232964[_0x32a891],_0x2e2d49=_0x232964[_0x3051b2];_0x5569db<=_0x5ed864[_0x56132f]&&_0x5ed864[_0x56132f]+_0x28b6ee<=_0x2e2d49&&(_0x812e34['addRange'](_0x4c9a1e),_0x349c46=!0x0);}return _0x349c46;};_0x13a1f3['model']['document']['registerPostFixer'](_0x96a731=>{let _0x5393d0=!0x1;for(const _0x6ab41f of _0x13a1f3['model']['document']['differ']['getChanges']())if('insert'==_0x6ab41f['type']){if('tableRow'==_0x6ab41f['name']){for(const _0x54326b of _0x6ab41f['position']['nodeAfter']['getChildren']())_0x5393d0=_0x5393d0||_0x1d33eb(_0x54326b,_0x96a731);}else'tableCell'==_0x6ab41f['name']&&(_0x5393d0=_0x5393d0||_0x1d33eb(_0x6ab41f['position']['nodeAfter'],_0x96a731));}return _0x5393d0;});}['_getSuggestionCoords'](_0x54517e){return this['_getCoordsForCells'](_0x54517e['getRanges']()['map'](_0x45d0ff=>_0x45d0ff['start']['nodeAfter']));}}function be(_0x1f5b69){return Array['from'](new Set(_0x1f5b69)['values']());}class vt extends _0x468cec{static get['requires'](){return[It];}['afterInit'](){const _0x169761=this['editor'],_0x20e7d9=_0x169761['model']['document']['selection'],_0x2cc975=_0x169761['locale'];if(!_0x169761['plugins']['has']('TableEditing'))return;const _0x24868a=_0x169761['plugins']['get']('TrackChangesEditing'),_0x147f6b=_0x169761['plugins']['get']('TableUtils'),_0x591de5=_0x169761['plugins']['get'](It);_0x591de5['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x24868a['enableCommand']('mergeTableCells',()=>{const _0x2951b8=_0x147f6b['getSelectionAffectedTableCells'](_0x169761['model']['document']['selection']);_0x169761['model']['change'](()=>{_0x24868a['markMultiRangeBlockFormat'](_0x2951b8,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x169761['commands']['get']('mergeTableCells')['on']('execute',(_0x36082c,_0x2bb3cc)=>{_0x169761['commands']['get']('trackChanges')['value']&&(_0x2bb3cc['length']>0x0&&_0x2bb3cc[_0x2bb3cc['length']-0x1]&&_0x2bb3cc[_0x2bb3cc['length']-0x1]['forceDefaultExecution']||_0x24868a['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x36082c['stop']());},{'priority':'highest'});for(const _0xc7e38e of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x524e13=_0x169761['commands']['get'](_0xc7e38e);_0x24868a['enableCommand'](_0xc7e38e,()=>{const _0x1f9b97=_0x169761['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x5d5397=>_0x5d5397['is']('element','tableCell')),_0x5aca75=_0x524e13['value'];_0x169761['model']['change'](()=>{_0x24868a['markMultiRangeBlockFormat']([_0x1f9b97,_0x5aca75],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x2c2a5b of['splitTableCellVertically','splitTableCellHorizontally']){const _0x5cedf1=_0x169761['commands']['get'](_0x2c2a5b);_0x24868a['enableCommand'](_0x2c2a5b,()=>{const _0x4a0e9c=_0x147f6b['getSelectionAffectedTableCells'](_0x169761['model']['document']['selection'])[0x0],_0xf5aa68=_0x4a0e9c['findAncestor']('table'),{column:_0x45770a,row:_0x1b7fc2}=_0x147f6b['getCellLocation'](_0x4a0e9c);let _0x40d57c=[];if('horizontally'==_0x5cedf1['direction']){const _0x304b58=_0x147f6b['createTableWalker'](_0xf5aa68,{'startRow':_0x1b7fc2,'endRow':_0x1b7fc2,'includeAllSlots':!0x0});_0x40d57c=Array['from'](_0x304b58)['map'](_0x193488=>_0x193488['cell']);}else{const _0x2a0906=_0x147f6b['createTableWalker'](_0xf5aa68,{'column':_0x45770a,'includeAllSlots':!0x0});_0x40d57c=Array['from'](_0x2a0906)['map'](_0x1f1561=>_0x1f1561['cell']);}_0x169761['model']['change'](_0x408749=>{_0x24868a['markBlockFormat'](_0x408749['createRangeOn'](_0x4a0e9c),{'commandName':_0x2c2a5b,'commandParams':[]},_0x40d57c,_0x2c2a5b);});});}_0x24868a['descriptionFactory']['registerDescriptionCallback'](_0x46aa11=>{if('formatBlock'!=_0x46aa11['type']&&'formatInline'!=_0x46aa11['type'])return;const {data:_0x4dcfc6}=_0x46aa11;return _0x4dcfc6&&'mergeTableCells'==_0x4dcfc6['commandName']?{'type':'format','content':o(_0x2cc975,'*Merge\x20cells*')}:void 0x0;}),_0x24868a['descriptionFactory']['registerDescriptionCallback'](_0x2f0345=>{if('formatBlock'!=_0x2f0345['type']&&'formatInline'!=_0x2f0345['type'])return;const {data:_0x5eb890}=_0x2f0345;return _0x5eb890?'splitTableCellVertically'==_0x5eb890['commandName']?{'type':'format','content':o(_0x2cc975,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x5eb890['commandName']?{'type':'format','content':o(_0x2cc975,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x3ced67=_0x591de5['_acceptFormatSuggestionCallbackFactory']();for(const _0x328fe6 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x24868a['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x328fe6,'accept',_0x3ced67);for(const _0x1ba829 of['splitTableCellVertically','splitTableCellHorizontally'])_0x24868a['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1ba829,'accept',_0x3ced67);_0x24868a['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x281d57=>{_0x169761['model']['change'](_0x3b99a7=>{const _0x785b16=Array['from'](_0x20e7d9['getRanges']())['map'](_0x22555c=>_0x5a0cc1['fromRange'](_0x22555c));_0x3b99a7['setSelection'](_0x281d57),_0x169761['commands']['get']('mergeTableCells')['refresh'](),_0x169761['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x1d21c3=_0x785b16['filter'](_0x899520=>'$graveyard'!=_0x899520['root']['rootName']);_0x1d21c3['length']>0x0&&_0x3b99a7['setSelection'](_0x1d21c3);for(const _0xc5e2ac of _0x785b16)_0xc5e2ac['detach']();});});for(const _0x1abc82 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x1b3db6=_0x169761['commands']['get'](_0x1abc82);_0x1b3db6['on']('set:isEnabled',(_0x57227d,_0x5b1bd3,_0xe53791)=>{if(_0xe53791){const _0xad3a0f=_0x169761['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x5f02de=>_0x5f02de['is']('element','tableCell'));this['_areMergableCells'](_0x1b3db6['value'],_0xad3a0f)||(_0x57227d['return']=!0x1,_0x57227d['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x1c557e=this['editor']['commands']['get']('mergeTableCells'),_0x3e4de8=this['editor']['plugins']['get']('TableUtils');if(!_0x1c557e['isEnabled'])return!0x1;const _0x3a4f70=_0x3e4de8['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x2daa03 of _0x3a4f70)for(const _0x35dcb8 of _0x3a4f70)if(_0x2daa03!=_0x35dcb8&&!this['_areMergableCells'](_0x2daa03,_0x35dcb8))return!0x1;return!0x0;}['_areMergableCells'](_0x4cd62e,_0x382419){const _0x3baab9=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2ade0e=this['editor']['model']['createRangeOn'](_0x4cd62e),_0x577813=this['editor']['model']['createRangeOn'](_0x382419),_0x500c57=new Set(),_0x44c454=new Set();for(const _0x1022c7 of _0x3baab9['getSuggestions']())if(('insertion'==_0x1022c7['type']||'deletion'==_0x1022c7['type']||'mergeTableCells'==_0x1022c7['subType'])&&_0x1022c7['isInContent']){for(const _0x253bde of _0x1022c7['getRanges']())_0x253bde['containsRange'](_0x2ade0e,!0x0)&&_0x500c57['add'](_0x1022c7['type']+':'+_0x1022c7['author']['id']),_0x253bde['containsRange'](_0x577813,!0x0)&&_0x44c454['add'](_0x1022c7['type']+':'+_0x1022c7['author']['id']);}if(_0x500c57['size']!=_0x44c454['size'])return!0x1;for(const _0x6d542e of _0x500c57)if(!_0x44c454['has'](_0x6d542e))return!0x1;return!0x0;}}class Ct extends _0x468cec{static get['requires'](){return[It];}['afterInit'](){const _0x481f62=this['editor'];if(!_0x481f62['plugins']['has']('TableEditing'))return;const _0x1a10da=_0x481f62['locale'],_0xd14845=_0x481f62['plugins']['get']('TrackChangesEditing');_0xd14845['enableDefaultAttributesIntegration']('setTableRowHeader'),_0xd14845['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0xd14845['registerBlockAttribute']('headingRows'),_0xd14845['registerBlockAttribute']('headingColumns'),_0xd14845['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x1a10da,'FORMAT_HEADER_ROW')),_0xd14845['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x1a10da,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x30e00d=this['editor']['plugins']['get']('TrackChangesEditing'),_0x530211=this['editor']['plugins']['get']('TableUtils'),_0x4cfd0a=this['editor']['plugins']['get'](It)['_acceptFormatSuggestionCallbackFactory']();function _0x22d95c({showActiveMarker:_0x3bb485=!0x0,setDataAttribute:_0x147ed1=!0x0}={}){return(_0x28b0d6,_0x5231f5,_0x2b14a2)=>{const {type:_0x152428,id:_0x1f425e}=_0x30e00d['_splitMarkerName'](_0x5231f5['markerName']),_0x278204=_0x30e00d['getSuggestion'](_0x1f425e),_0x3b023b=_0x278204['data'];if('formatBlock'!=_0x278204['type']||!_0x3b023b||'setTableColumnHeader'!=_0x3b023b['commandName'])return;if(_0x5231f5['item'])return void _0x28b0d6['stop']();if(!_0x2b14a2['consumable']['consume'](_0x5231f5['markerRange'],_0x28b0d6['name']))return;const _0x394415=_0x5231f5['markerRange']['start']['nodeAfter'],_0x13d062=_0x5231f5['markerRange']['end']['nodeBefore'],_0x3cf02b=_0x394415['parent']['parent'],{column:_0x225638}=_0x530211['getCellLocation'](_0x394415),{column:_0x5487cb}=_0x530211['getCellLocation'](_0x13d062);for(let _0x4f139f=_0x225638;_0x4f139f<=_0x5487cb;_0x4f139f++){const _0x3d4393=_0x530211['createTableWalker'](_0x3cf02b,{'column':_0x4f139f,'includeAllSlots':!0x1});for(const _0x42898f of _0x3d4393){const _0x25378e=_0x42898f['cell'],_0xf8ab53=_0x2b14a2['mapper']['toViewElement'](_0x25378e);_0x2b14a2['writer']['addClass']('ck-suggestion-marker-'+_0x152428,_0xf8ab53),_0x147ed1&&_0x2b14a2['writer']['setAttribute']('data-suggestion',_0x1f425e,_0xf8ab53),_0x2b14a2['mapper']['bindElementToMarker'](_0xf8ab53,_0x5231f5['markerName']),_0x3bb485&&(_0x30e00d['activeMarkers']['includes'](_0x5231f5['markerName'])?_0x2b14a2['writer']['addClass']('ck-suggestion-marker--active',_0xf8ab53):_0x2b14a2['writer']['removeClass']('ck-suggestion-marker--active',_0xf8ab53));}}};}_0x30e00d['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x4cfd0a),_0x30e00d['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x4cfd0a),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x22d95c(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x2b374a,_0x3811fb,_0x50f289)=>{_0x50f289['options']['showSuggestionHighlights']&&_0x22d95c({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x2b374a,_0x3811fb,_0x50f289);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x3d52bf,_0x4d853b,_0x106958)=>{const {type:_0x6b1da7,id:_0x3005a0}=_0x30e00d['_splitMarkerName'](_0x4d853b['markerName']),_0x2c73e7=_0x30e00d['getSuggestion'](_0x3005a0),_0x2701e9=_0x2c73e7['data'];if('formatBlock'!=_0x2c73e7['type']||!_0x2701e9||'setTableColumnHeader'!=_0x2701e9['commandName'])return;const _0x1be71a=_0x106958['mapper']['markerNameToElements'](_0x4d853b['markerName']);if(_0x1be71a){for(const _0xa2f2b of _0x1be71a)_0x106958['writer']['removeClass']('ck-suggestion-marker-'+_0x6b1da7,_0xa2f2b),_0x106958['writer']['removeClass']('ck-suggestion-marker--active',_0xa2f2b),_0x106958['writer']['removeAttribute']('data-suggestion',_0xa2f2b),_0x106958['mapper']['unbindElementFromMarkerName'](_0xa2f2b,_0x4d853b['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x20b1fc=this['editor'],_0x4d6991=_0x20b1fc['locale'];function _0x341641(_0x3e7b47){return{'type':'format','content':o(_0x4d6991,'*Format:*\x20%0',_0x3e7b47)};}_0x20b1fc['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5a2957=>{if('formatBlock'!=_0x5a2957['type'])return;const {data:_0x468d26}=_0x5a2957;if(_0x468d26){if('setTableRowHeader'==_0x468d26['commandName']){const _0x4cee07=_0x468d26['commandParams'][0x0]['forceValue'];return _0x341641(o(_0x4d6991,_0x4cee07?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x468d26['commandName']){const _0x5067a4=_0x468d26['commandParams'][0x0]['forceValue'];return _0x341641(o(_0x4d6991,_0x5067a4?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Pe=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],we=Object['fromEntries'](Pe['map'](_0x18702f=>[_0x18702f,null]));class _t extends _0x468cec{static get['requires'](){return[It];}['afterInit'](){const _0xeb8273=this['editor'];if(!_0xeb8273['plugins']['has']('TableClipboard'))return;const _0x1bd8f8=_0xeb8273['plugins']['get']('TrackChangesEditing'),_0x32178a=_0xeb8273['plugins']['get']('TableUtils'),_0x116c0e=_0xeb8273['plugins']['get'](It),_0x1959b0=_0xeb8273['plugins']['get']('TableClipboard');_0x116c0e['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0xeb8273['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0xeb8273['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x1fd82a=null;_0xeb8273['model']['on']('insertContent',(_0x2af895,_0x13f905)=>{const [_0x4c4917,_0x5f25df]=_0x13f905,_0x37fa45=_0x13f905[_0x13f905['length']-0x1];_0x37fa45&&_0x37fa45['forceDefaultExecution']||_0x1bd8f8['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x438c2b,_0x5c646c,_0x4565ed,_0x29580c,_0x314a63){if(_0x5c646c&&!_0x5c646c['is']('documentSelection'))return!0x1;const _0x3152d8=_0x314a63['getTableIfOnlyTableInContent'](_0x438c2b,_0x4565ed);if(!_0x3152d8||!Re(_0x3152d8,void 0x0,_0x29580c))return!0x1;const _0x542ef0=_0x29580c['getSelectionAffectedTableCells'](_0x4565ed['document']['selection']);if(!_0x542ef0['length'])return!0x1;const _0x251b7a=_0x542ef0[0x0]['findAncestor']('table'),_0x29364d=_0x29580c['getRowIndexes'](_0x542ef0),_0xa944c4=_0x29580c['getColumnIndexes'](_0x542ef0),_0x4ebb9f={'startRow':_0x29364d['first'],'endRow':_0x29364d['last'],'startColumn':_0xa944c4['first'],'endColumn':_0xa944c4['last']};return 0x1==_0x542ef0['length']&&(_0x4ebb9f['endRow']+=_0x29580c['getRows'](_0x3152d8)-0x1,_0x4ebb9f['endColumn']+=_0x29580c['getColumns'](_0x3152d8)-0x1),Re(_0x251b7a,_0x4ebb9f,_0x29580c);}(_0x4c4917,_0x5f25df,_0xeb8273['model'],_0x32178a,_0x1959b0)&&(_0x2af895['stop'](),_0x1fd82a={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0xeb8273['model']['change'](()=>{_0xeb8273['model']['insertContent'](_0x13f905[0x0],_0x13f905[0x1],_0x13f905[0x2],{'forceDefaultExecution':!0x0});const _0x3a26c2=_0x3ddfb4(),{rowInsertionRanges:_0x32b955,columnInsertionRanges:_0x52ad64,insertionRanges:_0x1953cf,deletionRanges:_0x1dd69e,cells:_0x24cb50}=_0x1fd82a;_0x32b955['length']&&_0x1bd8f8['markMultiRangeInsertion'](_0x32b955,'tablePasteRow',{'tablePasteChainId':_0x3a26c2}),_0x52ad64['length']&&_0x1bd8f8['markMultiRangeInsertion'](_0x52ad64,'tablePasteColumn',{'tablePasteChainId':_0x3a26c2}),_0x1953cf['length']&&(_0x1bd8f8['markMultiRangeInsertion'](_0x1953cf,'tablePaste',{'tablePasteChainId':_0x3a26c2,'skipNestingCheck':!0x0}),_0x1953cf['forEach'](_0x522209=>_0x522209['detach']?.())),_0x1dd69e['length']&&(_0x1bd8f8['markMultiRangeDeletion'](_0x1dd69e,'tablePaste',{'tablePasteChainId':_0x3a26c2,'skipNestingCheck':!0x0}),_0x1dd69e['forEach'](_0x1f5531=>_0x1f5531['detach']?.()));const _0x341bb3=_0x1bd8f8['markMultiRangeBlockFormat'](_0x24cb50['map'](({element:_0x1a43b3})=>_0x1a43b3),{'formatGroupId':_0x3ddfb4()},[],'tablePasteCell',{'tablePasteChainId':_0x3a26c2});if(_0x341bb3){const _0x542d5b=_0x341bb3['getMarkers'](),_0x300310=[];for(const {element:_0x34641c,attributes:_0x5f2606}of _0x24cb50){if(!_0x5f2606)continue;const _0x31dc2c=_0xeb8273['model']['createRangeOn'](_0x34641c),_0x1cbe9d=_0x542d5b['find'](_0x6a5a07=>_0x6a5a07['getRange']()['isEqual'](_0x31dc2c));_0x1cbe9d&&_0x300310['push']([_0x1cbe9d['name'],_0x5f2606]);}_0x300310['length']&&_0x341bb3['setAttribute']('markerAttributes',Object['fromEntries'](_0x300310));}_0x1fd82a=null;}));},{'priority':_0x76288f['high']+0xa}),_0xeb8273['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x1a58bd,_0x1879d7)=>{const [_0x47c7d5,_0x194efc,,_0x2b6ec3]=_0x1879d7;if(!_0x1fd82a)return;_0x1a58bd['stop']();const _0x1f7f53=_0x47c7d5['cell'],_0x2eee1c=_0x194efc,_0x4fdfec=ke(_0x1f7f53),_0x2da5e4=ke(_0x2eee1c);_0x1a58bd['return']=_0x1f7f53;let _0x5be491=null,_0x3fb686=null;if(_0x2da5e4||_0x4fdfec){if(_0x4fdfec&&!_0x2da5e4){_0x2b6ec3['remove'](_0x1f7f53['getChild'](0x0));for(const _0x5095d1 of Array['from'](_0x2eee1c['getChildren']()))_0x2b6ec3['insert'](_0x5095d1,_0x1f7f53,'end');const _0x4dcc2c=_0x1fd82a['rowInsertionIndexes']['includes'](_0x47c7d5['row']),_0x160151=_0x1fd82a['columnInsertionIndexes']['includes'](_0x47c7d5['column']);_0x4dcc2c||_0x160151||(_0x5be491=_0x5a0cc1['fromRange'](_0x2b6ec3['createRangeIn'](_0x1f7f53)));}else _0x2da5e4&&!_0x4fdfec&&(_0x3fb686=_0x2b6ec3['createRangeIn'](_0x1f7f53));}else{const _0x4362d6=_0x2b6ec3['createElement']('tableCellSuggestion'),_0x1a7b70=_0x2b6ec3['createElement']('tableCellSuggestion');_0x2b6ec3['wrap'](_0x2b6ec3['createRangeIn'](_0x1f7f53),_0x1a7b70),_0x2b6ec3['insert'](_0x4362d6,_0x1f7f53,0x0);for(const _0x519dc0 of Array['from'](_0x2eee1c['getChildren']()))_0x2b6ec3['insert'](_0x519dc0,_0x4362d6,'end');_0x5be491=_0x5a0cc1['fromRange'](_0x2b6ec3['createRangeOn'](_0x4362d6)),_0x3fb686=_0x5a0cc1['fromRange'](_0x2b6ec3['createRangeOn'](_0x1a7b70));}const _0x1c4a8d=Array['from'](_0x2eee1c['getAttributes']())['filter'](([_0x4ef620])=>Pe['includes'](_0x4ef620));_0x1fd82a['cells']['push']({'element':_0x1f7f53,'attributes':_0x1c4a8d['length']?Object['fromEntries'](_0x1c4a8d):null}),_0x5be491&&_0x1fd82a['insertionRanges']['push'](_0x5be491),_0x3fb686&&_0x1fd82a['deletionRanges']['push'](_0x3fb686);},{'priority':'high'}),_0x32178a['on']('insertColumns',(_0x1e1faf,_0x3d226e)=>{const [_0x20f0b0,_0x56d6d0={}]=_0x3d226e;if(!_0x1fd82a)return;const _0x3c43c1=_0x56d6d0['at']||0x0,_0x48c5bb=_0x56d6d0['columns']||0x1;_0x1fd82a['columnInsertionIndexes']=new Array(_0x48c5bb)['fill'](_0x3c43c1)['map']((_0x345db7,_0x18daed)=>_0x345db7+_0x18daed);for(const {cell:_0x391091}of _0x32178a['createTableWalker'](_0x20f0b0,{'startColumn':_0x3c43c1,'endColumn':_0x3c43c1+_0x48c5bb-0x1}))_0x1fd82a['columnInsertionRanges']['push'](_0xeb8273['model']['createRangeOn'](_0x391091));},{'priority':'low'}),_0x32178a['on']('insertRows',(_0x135179,_0x3d0d0)=>{const [_0x359c1b,_0x2907ee={}]=_0x3d0d0;if(!_0x1fd82a)return;const _0x46740a=_0x2907ee['at']||0x0,_0x4b0291=_0x2907ee['rows']||0x1;_0x1fd82a['rowInsertionIndexes']=new Array(_0x4b0291)['fill'](_0x46740a)['map']((_0x149c9d,_0x2af854)=>_0x149c9d+_0x2af854);for(const {cell:_0x46aacf}of _0x32178a['createTableWalker'](_0x359c1b,{'startRow':_0x46740a,'endRow':_0x46740a+_0x4b0291-0x1}))_0x1fd82a['rowInsertionRanges']['push'](_0xeb8273['model']['createRangeOn'](_0x46aacf));},{'priority':'low'}),_0x1bd8f8['descriptionFactory']['registerDescriptionCallback'](_0xcb0bff=>{if(_0xcb0bff['subType']&&_0xcb0bff['subType']['startsWith']('tablePaste'))return _0xcb0bff['previous']?{}:{'type':'insertion','content':o(_0xeb8273['locale'],'*Replace\x20table\x20cells*')};});const _0x46529b=()=>!0x1;for(const _0x24d3a6 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x1bd8f8['_suggestionFactory']['registerCustomCallback']('insertion',_0x24d3a6,'join',_0x46529b),_0x1bd8f8['_suggestionFactory']['registerCustomCallback']('deletion',_0x24d3a6,'join',_0x46529b),_0x1bd8f8['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x24d3a6,'join',_0x46529b);_0x1bd8f8['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x46529b),_0x1bd8f8['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x5d84a6,_0x5eb943,_0x3982ff)=>{const _0x75832c=_0x5d84a6['map'](_0x319303=>_0x319303['getContainedElement']())['filter'](_0x2e9add=>_0x2e9add),_0x2b0b01=new Map(_0x75832c['map'](_0x2e83cd=>[_0x2e83cd,null]));if(_0x1fd82a){for(const {element:_0x29f0ba,attributes:_0x4cd723}of _0x1fd82a['cells'])_0x4cd723&&_0x2b0b01['set'](_0x29f0ba,_0x4cd723);}else{if(_0x3982ff&&_0x3982ff['markerAttributes'])for(const [_0x359d89,_0x572384]of Object['entries'](_0x3982ff['markerAttributes'])){const _0x10c17c=_0xeb8273['model']['markers']['get'](_0x359d89),_0x28d7fb=_0x10c17c?_0x10c17c['getRange']()['getContainedElement']():null;_0x28d7fb&&_0x2b0b01['set'](_0x28d7fb,_0x572384);}}_0xeb8273['model']['change'](_0x367b63=>{for(const [_0x2f9017,_0x2cbf9e]of _0x2b0b01)_0x367b63['setAttributes']({...we,..._0x2cbf9e},_0x2f9017);});});const _0x233be1=(_0x4a57dc,_0x209b35)=>{_0x1bd8f8['_suggestionFactory']['registerCustomCallback'](_0x4a57dc,'tablePaste',_0x209b35,(_0x3db0fc,_0x49dc96,_0x3d8cd2)=>{_0xeb8273['model']['change'](_0x10ca9a=>{const _0x1606e3=[];for(const _0x367d63 of _0x3db0fc){const _0x296c14=_0x367d63['start']['nodeAfter'];_0x296c14['is']('element','tableCellSuggestion')&&_0x1606e3['push'](_0x296c14);}_0x1bd8f8['_suggestionFactory']['getSuggestionCallback'](_0x4a57dc,null,_0x209b35)(_0x3db0fc,_0x49dc96,_0x3d8cd2);for(const _0x44d462 of _0x1606e3)'$graveyard'!=_0x44d462['root']['rootName']&&_0x10ca9a['unwrap'](_0x44d462);});});};_0x233be1('insertion','accept'),_0x233be1('insertion','discard'),_0x233be1('deletion','accept'),_0x233be1('deletion','discard'),_0x1bd8f8['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x469835=>{const _0x213b4d=_0x469835['map'](_0x20466a=>_0x20466a['getContainedElement']()),_0x5909b5=_0x213b4d[0x0]['findAncestor']('table'),{minRow:_0x43ff02,maxRow:_0x37918b}=_0x116c0e['_getCoordsForCells'](_0x213b4d);_0x32178a['removeRows'](_0x5909b5,{'at':_0x43ff02,'rows':_0x37918b-_0x43ff02+0x1});}),_0x1bd8f8['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x21cca0=>{const _0x2d2bc7=_0x21cca0['map'](_0x21c7b7=>_0x21c7b7['getContainedElement']()),_0x206a59=_0x2d2bc7[0x0]['findAncestor']('table'),{minColumn:_0x212c85,maxColumn:_0x40009d}=_0x116c0e['_getCoordsForCells'](_0x2d2bc7);_0x32178a['removeColumns'](_0x206a59,{'at':_0x212c85,'columns':_0x40009d-_0x212c85+0x1});});const _0x25653d=(_0x329b26,_0x38ac7b)=>{if(!_0x38ac7b['subType']||!_0x38ac7b['subType']['startsWith']('tablePaste'))return;const _0x4b20a3=_0x38ac7b['attributes']['tablePasteChainId'],_0x152aa9=_0x1bd8f8['getSuggestions']()['filter'](_0x106a94=>_0x106a94['isInContent']&&_0x106a94['attributes']&&_0x106a94['attributes']['tablePasteChainId']==_0x4b20a3);_0x152aa9['length']&&_0x38ac7b['getAllAdjacentSuggestions']()['length']!=_0x152aa9['length']&&_0x152aa9['reduce']((_0x2f9125,_0x19744d)=>(_0x2f9125['next']=_0x19744d,_0x19744d['previous']=_0x2f9125,_0x19744d));};function _0x484bce(_0x5afa79,_0x2a6901=!0x0){const {id:_0xb4fcfa,authorId:_0x2ad187}=_0x1bd8f8['_splitMarkerName'](_0x5afa79['markerName']),_0x37ec9d=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x4d1345=_0x1bd8f8['activeMarkers']['includes'](_0x5afa79['markerName']);return _0x4d1345&&_0x37ec9d['push']('ck-suggestion-marker--active'),{'classes':_0x37ec9d,'attributes':{'data-suggestion':_0xb4fcfa,'data-author-id':_0x2ad187},'priority':_0x4d1345&&_0x2a6901?0xbc2:0xbb8};}_0x1bd8f8['on']('suggestionLoaded',_0x25653d,{'priority':'high'}),_0x1bd8f8['on']('suggestionUnloaded',_0x25653d,{'priority':'high'}),_0xeb8273['model']['document']['registerPostFixer'](()=>{let _0x475921=!0x1;const _0x581706=Array['from'](_0xeb8273['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x602ad2,data:_0x5116ef}of _0x581706){const {group:_0x4a90e8,type:_0x55a424,id:_0x1037fa}=_0x1bd8f8['_splitMarkerName'](_0x602ad2);if('suggestion'!=_0x4a90e8||'deletion'!=_0x55a424||_0x5116ef['oldRange'])continue;if(!_0x1bd8f8['hasSuggestion'](_0x1037fa))continue;const _0x1b9b00=_0x1bd8f8['getSuggestion'](_0x1037fa)['getRanges'](),_0x148e61=_0xeb8273['plugins']['get']('Users')['me'];for(const _0x41a0b9 of _0x1bd8f8['getSuggestions']()){if(!_0x41a0b9['isInContent']||_0x41a0b9['author']!=_0x148e61)continue;if('formatBlock'!=_0x41a0b9['type']||'tablePasteCell'!=_0x41a0b9['subType'])continue;if(_0x41a0b9['getRanges']()['every'](_0x4084a6=>_0x1b9b00['some'](_0x3e3a7a=>_0x3e3a7a['containsRange'](_0x4084a6,!0x0)))){for(const _0x48dc02 of _0x41a0b9['getAllAdjacentSuggestions']())_0x48dc02['isInContent']&&(_0x48dc02['discard'](),_0x475921=!0x0);}}}return _0x475921;}),_0xeb8273['model']['document']['registerPostFixer'](_0x59a2fe=>{const _0x3c12bd=_0xeb8273['commands']['get']('redo');if(!_0x3c12bd||!_0x3c12bd['_createdBatches']['has'](_0x59a2fe['batch']))return!0x1;let _0x490a3b=!0x1;const _0x3543c7=_0xeb8273['plugins']['get']('Users')['me'],_0x3d8d30=_0xeb8273['model']['document']['differ']['getChanges'](),_0x29e8bd=Array['from'](_0xeb8273['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x448856,data:_0x98d02f})=>{const {group:_0x3555f4,subType:_0x8c2720,authorId:_0x1e5fbb}=_0x1bd8f8['_splitMarkerName'](_0x448856);return'suggestion'==_0x3555f4&&'tablePaste'==_0x8c2720&&_0x1e5fbb==_0x3543c7['id']&&!_0x98d02f['oldRange'];});for(const _0x555eed of _0x3d8d30){if('insert'!=_0x555eed['type']||'tableCellSuggestion'!=_0x555eed['name']||0x1!=_0x555eed['length'])continue;const _0x151163=_0x59a2fe['createRange'](_0x555eed['position'],_0x555eed['position']['getShiftedBy'](0x1));if(!_0x29e8bd['find'](({data:_0x4b746f})=>_0x4b746f['newRange']['isEqual'](_0x151163))){for(const {name:_0x86fa5b,data:_0x36b3a4}of _0x29e8bd)if(_0x151163['containsRange'](_0x36b3a4['newRange'])){_0x59a2fe['updateMarker'](_0x86fa5b,{'range':_0x151163}),_0x490a3b=!0x0;break;}}}return _0x490a3b;}),_0xeb8273['model']['document']['registerPostFixer'](_0x324374=>{let _0x67de6c=!0x1;const _0x1d50d9=_0xeb8273['plugins']['get']('Users')['me'],_0x5788e0=_0x1bd8f8['getSuggestions']()['filter'](_0x1959e2=>_0x1959e2['isInContent']&&_0x1959e2['author']==_0x1d50d9),_0x291eab=new Set(),_0x543976=new Set();for(const _0x471d66 of _0x5788e0)if('tablePaste'==_0x471d66['subType'])for(const _0x435204 of _0x471d66['getMarkers']()){const _0x50407c=_0x435204['getRange']()['getContainedElement']();if(_0x50407c){if(_0x50407c['is']('element','tableCellSuggestion')&&ke(_0x50407c)){_0x471d66['removeMarker'](_0x435204['name']),_0x291eab['add'](_0x50407c),_0x67de6c=!0x0;const _0x3e0c80=_0x50407c['nextSibling'],_0x23266b=_0x50407c['previousSibling'],_0x48559f=_0x3e0c80&&_0x3e0c80['is']('element','tableCellSuggestion'),_0x174ccf=_0x23266b&&_0x23266b['is']('element','tableCellSuggestion');_0x48559f&&!_0x291eab['has'](_0x3e0c80)&&_0x543976['add'](_0x3e0c80),_0x174ccf&&!_0x291eab['has'](_0x23266b)&&_0x543976['add'](_0x23266b);}else _0x50407c['is']('element','paragraph')&&_0x50407c['isEmpty']&&(_0x471d66['removeMarker'](_0x435204['name']),_0x67de6c=!0x0);}}else{if('tablePasteCell'==_0x471d66['subType']){if(!_0x471d66['attributes']||!_0x471d66['attributes']['tablePasteChainId'])continue;const _0x22e613=_0x471d66['attributes']['markerAttributes'];if(_0x22e613&&Object['keys'](_0x22e613)['length'])continue;const _0x3e33e6=_0x471d66['attributes']['tablePasteChainId'];let _0x80026=!0x0,_0x29e3d3=!0x0;for(const _0x166ac5 of _0x5788e0)if(_0x166ac5['subType']&&_0x166ac5['subType']['startsWith']('tablePaste')){if(!_0x166ac5['attributes']['tablePasteChainId']){_0x29e3d3=!0x1;break;}if(_0x166ac5['id']!=_0x471d66['id']&&_0x166ac5['attributes']['tablePasteChainId']==_0x3e33e6){_0x80026=!0x1;break;}}_0x29e3d3&&_0x80026&&(_0x471d66['removeMarkers'](),_0x67de6c=!0x0);}}for(const _0x39c71a of _0x291eab)_0x324374['remove'](_0x39c71a);for(const _0x356824 of _0x543976)_0x324374['unwrap'](_0x356824);return _0x67de6c;}),_0xeb8273['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x3f363a,_0x18b167)=>_0x484bce(_0x3f363a),'converterPriority':'high'}),_0xeb8273['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x21b907,_0x195dd0)=>_0x195dd0['options']['showSuggestionHighlights']?_0x484bce(_0x21b907,!0x1):null,'converterPriority':'high'});const _0x66e580=_0xeb8273['editing']['view'];this['listenTo'](_0x66e580['document'],'clipboardOutput',(_0x52e6bf,_0x236a24)=>{const _0x266730=[];for(const _0x29ff47 of _0x66e580['createRangeIn'](_0x236a24['content'])['getItems']())_0x29ff47['is']('element','suggestion-td')&&_0x266730['push'](_0x29ff47);_0x66e580['change'](_0x3b3825=>{for(const _0x59b5c4 of _0x266730)_0x3b3825['move'](_0x3b3825['createRangeIn'](_0x59b5c4),_0x3b3825['createPositionBefore'](_0x59b5c4)),_0x3b3825['remove'](_0x59b5c4);});});}}function ke(_0x56ef80){if(_0x56ef80['isEmpty'])return!0x0;const _0x49b0d4=_0x56ef80['getChild'](0x0);return _0x49b0d4['is']('element','paragraph')&&_0x49b0d4['isEmpty'];}function Re(_0x2610c0,_0x413572={},_0x46bed9){for(const {isAnchor:_0x5bf96a,cellHeight:_0x4c8400,cellWidth:_0x3753ab}of _0x46bed9['createTableWalker'](_0x2610c0,{'includeAllSlots':!0x0,..._0x413572}))if(!_0x5bf96a||0x1!=_0x4c8400||0x1!=_0x3753ab)return!0x1;return!0x0;}class Nt extends _0x468cec{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x4fc057=this['editor']['plugins']['get']('TrackChangesEditing');_0x4fc057['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x4fc057['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x4fc057['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4fc057['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x4fc057['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x4fc057['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x3aa270,_0x9987bc){const _0x315b6c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x461684=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x4090a8=_0x9987bc['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x3f7ddd=_0x461684['getColumnGroupElement'](_0x4090a8);let _0x13e036=_0x3f7ddd?_0x461684['getTableColumnsWidths'](_0x3f7ddd):null,_0x11a6cc=_0x4090a8['getAttribute']('tableWidth')||null;const _0x2af3f1=_0x9987bc['tableWidth']||_0x11a6cc,_0x165946=_0x9987bc['columnWidths']||_0x13e036,_0x53d5d3=this['editor']['plugins']['get']('Users')['me'];for(const _0x5b317e of _0x315b6c['getSuggestions']()){const _0x4fef01=_0x5b317e['getContainedElement']();if('resizeTable'===_0x5b317e['subType']&&_0x4fef01===_0x4090a8){_0x5b317e['author']!==_0x53d5d3&&_0x5b317e['discard']();const _0x103573=_0x5b317e['data']['commandParams'];_0x11a6cc=_0x103573[0x0]['tableWidth'],_0x13e036=_0x103573[0x0]['columnWidths'];break;}}_0x3aa270({'table':_0x4090a8,'tableWidth':_0x2af3f1,'columnWidths':_0x165946}),_0x315b6c['markBlockFormat'](_0x4090a8,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x11a6cc,'columnWidths':_0x13e036}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x276db){if('formatBlock'!=_0x276db['type']&&'formatInline'!=_0x276db['type'])return;const {data:_0x31c128}=_0x276db;if(_0x31c128&&'resizeTable'===_0x31c128['formatGroupId']){const _0x30f960='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x30f960)};}}}class Dt extends _0x468cec{['afterInit'](){const _0x1595b5=this['editor'];_0x1595b5['plugins']['has']('Template')&&_0x1595b5['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x468cec{['afterInit'](){const _0x5b8bce=this['editor'];if(!_0x5b8bce['commands']['get']('insertTableOfContents'))return;_0x5b8bce['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x57da30=_0x5b8bce['plugins']['get']('TrackChangesEditing'),_0x24caf3=_0x5b8bce['locale'];_0x57da30['descriptionFactory']['registerElementLabel']('tableOfContents',_0x171679=>o(_0x24caf3,'ELEMENT_TABLE_OF_CONTENTS',_0x171679));}}class $t extends _0x468cec{['afterInit'](){const _0x5286f2=this['editor'];if(!_0x5286f2['plugins']['has']('Title'))return;const _0x252606=_0x5286f2['plugins']['get']('TrackChangesEditing');_0x252606['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x5286f2['locale'],'ELEMENT_TITLE')),_0x5286f2['model']['document']['registerPostFixer'](_0x28585b=>{let _0x4edb51=!0x1;const _0x410905=Array['from'](_0x5286f2['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x5a901e,data:_0x15b886}of _0x410905){const {group:_0x11e2aa}=_0x252606['_splitMarkerName'](_0x5a901e);if('suggestion'!==_0x11e2aa||!_0x15b886['newRange'])continue;const _0x35ef2a=_0x15b886['newRange'],_0x4e3288=_0x35ef2a['end']['nodeBefore'];if(!_0x4e3288||!_0x4e3288['is']('element','title-content'))continue;if(!_0x35ef2a['start']['isTouching'](_0x35ef2a['end']))continue;const _0x3dc229=_0x5286f2['model']['schema']['getNearestSelectionRange'](_0x35ef2a['end'],'forward');if(_0x3dc229&&_0x3dc229['isCollapsed']){const _0x43a4a1=_0x28585b['createRange'](_0x35ef2a['start'],_0x3dc229['start']);_0x43a4a1['isEqual'](_0x35ef2a)||(_0x28585b['updateMarker'](_0x5a901e,{'range':_0x43a4a1}),_0x4edb51=!0x0);}_0x4edb51||(_0x28585b['removeMarker'](_0x5a901e),_0x4edb51=!0x0);}return _0x4edb51;});}}class Bt extends _0x468cec{['afterInit'](){const _0x18a4ce=this['editor'],_0x3072e5=_0x18a4ce['plugins']['get']('TrackChangesEditing');_0x18a4ce['plugins']['has']('UndoEditing')&&(_0x3072e5['enableCommand']('undo'),_0x3072e5['enableCommand']('redo'));}}class xt extends _0x468cec{static get['requires'](){return[It];}['afterInit'](){const _0x1225c9=this['editor'];if(!_0x1225c9['plugins']['has']('TableCaptionEditing'))return;_0x1225c9['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Rt extends _0x468cec{['tableProperties'];['tableCellProperties'];constructor(_0x1cb87a){super(_0x1cb87a),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 _0x114832=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x3c0c5b of this['tableProperties'])_0x114832['enableCommand'](_0x3c0c5b,(_0x1d88fe,_0x492cdc)=>{const _0x64dab8=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x3c0c5b,[_0x64dab8],this['tableProperties'],'tableProperties',_0x1d88fe,_0x492cdc);});_0x114832['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x114832['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x114832['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x4221bd,_0x442e02)=>this['handleDiscardAction'](this['tableProperties'],_0x4221bd,_0x442e02)),_0x114832['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x1059ba of this['tableCellProperties'])_0x114832['enableCommand'](_0x1059ba,(_0x74fe78,_0x78b90f)=>{const _0x1c98fd=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x1059ba,_0x1c98fd,this['tableCellProperties'],'tableCellProperties',_0x74fe78,_0x78b90f);});_0x114832['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x114832['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x114832['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x19ed57,_0x36b86f)=>this['handleDiscardAction'](this['tableCellProperties'],_0x19ed57,_0x36b86f)),_0x114832['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x114832['descriptionFactory']['registerDescriptionCallback'](_0x295f87=>this['handleSuggestionDescription'](_0x295f87));}['_handlePropertyChange'](_0x2cc9f9,_0x577ee6,_0x108aa4,_0x39941c,_0x2bc5c6,_0x1795eb){const _0x3f7136=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x1795eb['batch'],()=>{for(const _0x1917d4 of _0x577ee6){if(this['_getSuggestion'](_0x1917d4,_0x39941c))_0x2bc5c6(_0x1795eb);else{const _0x2ea054={};for(const _0x589d92 of _0x108aa4){const _0x146ef0=_0x1917d4['getAttribute'](_0x589d92);void 0x0!==_0x146ef0&&(_0x2ea054[_0x589d92]=_0x146ef0);}_0x2bc5c6(_0x1795eb),_0x3f7136['markBlockFormat'](_0x1917d4,{'commandParams':[_0x2ea054]},[],_0x39941c);}}});}['handleDiscardAction'](_0x43c6d7,_0x9a2398,_0x56c7bc){const _0x9bd3b=_0x9a2398[0x0]['start']['nodeAfter'],_0x13897f=_0x56c7bc['commandParams'][0x0];this['editor']['model']['change'](_0x4ab54c=>{for(const _0x509985 of _0x43c6d7)void 0x0!==_0x13897f[_0x509985]?_0x4ab54c['setAttribute'](_0x509985,_0x13897f[_0x509985],_0x9bd3b):_0x4ab54c['removeAttribute'](_0x509985,_0x9bd3b);});}['handleSuggestionDescription'](_0x453ab6){if(_0x453ab6['data'])switch(_0x453ab6['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'](_0x4fdef8,_0x1e1c62){const _0x563512=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x4762fd of _0x563512['getSuggestions']({'skipNotAttached':!0x0})){const _0x285231=_0x4762fd['getContainedElement']();if(_0x4762fd['subType']===_0x1e1c62&&_0x285231===_0x4fdef8)return _0x4762fd;}return null;}}const m='$elementName';class p extends _0x468cec{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x365295,_0x3aff86,V,U,G,F,H,L,J,q,z,Q,X,Y,Z,tt,et,it,st,nt,rt,ot,at,ct,ut,ft,W,pt,ht,K,pe,lt,mt,dt,kt,bt,wt,yt,jt,St,At,It,vt,Ct,xt,_t,Nt,Mt,Rt,Dt,$t,Bt];}static get['pluginName'](){return'TrackChangesEditing';}constructor(_0x29283c){function _0x25fe39(_0x52279e){return _0x52279e['map'](_0x2492df=>String['fromCharCode'](_0x2492df))['join']('');}super(_0x29283c),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x57b39b,_0x21aabc,_0x5857b0,_0x1c1e06)=>{this['_model']['change'](()=>{for(const _0x46395b of[..._0x1c1e06,..._0x5857b0])this['_model']['markers']['has'](_0x46395b)&&_0x29283c['editing']['reconvertMarker'](_0x46395b);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Et(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x29283c['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(),_0x29283c['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x29283c['config']['get']('trackChanges.trackFormatChanges'),_0x29283c['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x29283c['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x29283c,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0x25fe39([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x25fe39([0x34,0x30,0x34,0x38,0x31,0x38,0x30,0x32]);}['init'](){const _0xaf46c8=this['editor'],_0x355d6d=(_0x296b6d,_0x2183df)=>{if('attribute'!=_0x296b6d)return'ck-suggestion-marker-'+_0x296b6d;const _0x1e9609=_0x2183df['split']('|')[0x0];return this['_isBlockAttribute'](_0x1e9609)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0xaf46c8['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x53dbfb=>{const {id:_0x44a91f,authorId:_0x4c6ff1,type:_0x4d4fe7,subType:_0xa158e}=this['_splitMarkerName'](_0x53dbfb['markerName']),_0x36d089=['ck-suggestion-marker',_0x355d6d(_0x4d4fe7,_0xa158e)];let _0x49f491=0xbb8;return this['activeMarkers']['includes'](_0x53dbfb['markerName'])&&(_0x36d089['push']('ck-suggestion-marker--active'),_0x49f491=0xbc2),'deletion'==_0x4d4fe7&&(_0x49f491+=0x5),{'classes':_0x36d089,'attributes':{'data-suggestion':_0x44a91f,'data-author-id':_0x4c6ff1},'priority':_0x49f491};}}),_0xaf46c8['conversion']['for']('dataDowncast')['add'](_0x8a2b41=>{_0x8a2b41['on']('addMarker:suggestion',(_0x56fcac,_0x125c8a,_0x1043be)=>{if(!_0x1043be['options']['showSuggestionHighlights'])return;const _0x30ecc3=_0x125c8a['item'];if(!_0x30ecc3)return;const _0x19b021=_0x1043be['mapper']['toViewElement'](_0x30ecc3);_0xaf46c8['model']['schema']['isObject'](_0x30ecc3)&&_0x19b021&&!_0x19b021['getCustomProperty']('widget')&&_0x19b021['is']('containerElement')&&_0x187778(_0x19b021,_0x1043be['writer']);},{'priority':'high'});}),_0xaf46c8['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x12b621,_0x1783c6)=>{if(!_0x1783c6['options']['showSuggestionHighlights'])return null;const {type:_0x8785d5,subType:_0x14936e}=this['_splitMarkerName'](_0x12b621['markerName']);return{'classes':['ck-suggestion-marker',_0x355d6d(_0x8785d5,_0x14936e)],'priority':0xbb8};}});const _0x50844a=({showActiveMarkers:_0x5d35f7=!0x0,isAttributeSuggestion:_0x50e178=!0x1}={})=>(_0x2a4263,_0x1ae16a,_0x1abf45)=>{if(!_0x1ae16a['item'])return;const {id:_0x112004,authorId:_0x13c7b8}=this['_splitMarkerName'](_0x1ae16a['markerName']);if(_0x50e178){const _0x327a79=this['_suggestions']['get'](_0x112004),_0x16333b=this['_getAttributeKey'](_0x327a79);if(!this['_isBlockAttribute'](_0x16333b))return;}if(_0x1ae16a['item']['is']('selection'))return void _0x1abf45['consumable']['consume'](_0x1ae16a['item'],_0x2a4263['name']);const _0x31d797=_0x1abf45['mapper']['toViewElement'](_0x1ae16a['item']);if(_0x1ae16a['item']['is']('element')&&_0xaf46c8['model']['schema']['isBlock'](_0x1ae16a['item'])&&!_0x31d797['getCustomProperty']('addHighlight')){_0x1abf45['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x31d797),_0x1abf45['writer']['setAttribute']('data-suggestion',_0x112004,_0x31d797),_0x1abf45['writer']['setAttribute']('data-author-id',_0x13c7b8,_0x31d797),_0x1abf45['mapper']['bindElementToMarker'](_0x31d797,_0x1ae16a['markerName']),_0x5d35f7&&(this['activeMarkers']['includes'](_0x1ae16a['markerName'])?_0x1abf45['writer']['addClass']('ck-suggestion-marker--active',_0x31d797):_0x1abf45['writer']['removeClass']('ck-suggestion-marker--active',_0x31d797));for(const _0x5df858 of _0xaf46c8['model']['createRangeIn'](_0x1ae16a['item'])['getItems']())_0x1abf45['consumable']['consume'](_0x5df858,_0x2a4263['name']);_0x1abf45['consumable']['consume'](_0x1ae16a['item'],_0x2a4263['name']);}};_0xaf46c8['conversion']['for']('dataDowncast')['add'](_0x1283ab=>{_0x1283ab['on']('addMarker:suggestion:formatBlock',(_0x30f9f1,_0x6f3588,_0x1f66ef)=>{_0x1f66ef['options']['showSuggestionHighlights']&&_0x50844a({'showActiveMarkers':!0x1})(_0x30f9f1,_0x6f3588,_0x1f66ef);},{'priority':'highest'});}),_0xaf46c8['conversion']['for']('dataDowncast')['add'](_0x46f0b9=>{_0x46f0b9['on']('addMarker:suggestion:attribute',(_0x4a1337,_0x43c1d4,_0x42d081)=>{_0x42d081['options']['showSuggestionHighlights']&&_0x50844a({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x4a1337,_0x43c1d4,_0x42d081);},{'priority':'highest'});}),_0xaf46c8['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x364e2f,_0x4fe382)=>_0x4fe382['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x364e2f['substr'](0xb)}}),_0xaf46c8['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x126076,{writer:_0xba2f20})=>{let _0x5ecc1f='suggestion:'+_0x126076['getAttribute']('suggestion-type')+':'+_0x126076['getAttribute']('id');return _0x126076['getAttribute']('marker-count')&&(_0x5ecc1f+=':'+_0x126076['getAttribute']('marker-count')),_0xba2f20['createElement']('$marker',{'data-name':_0x5ecc1f});}}),_0xaf46c8['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0xaf46c8['conversion']['for']('editingDowncast')['add'](_0x2cb02f=>{_0x2cb02f['on']('addMarker:suggestion:formatBlock',_0x50844a(),{'priority':'high'});}),_0xaf46c8['conversion']['for']('editingDowncast')['add'](_0x1b9bff=>{_0x1b9bff['on']('addMarker:suggestion:attribute',_0x50844a({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0xaf46c8['conversion']['for']('editingDowncast')['add'](_0x5a6270=>{_0x5a6270['on']('removeMarker:suggestion:formatBlock',(_0x1f0190,_0x31cc4b,_0x5f5014)=>{const _0x13896a=_0x5f5014['mapper']['markerNameToElements'](_0x31cc4b['markerName']);if(_0x13896a){for(const _0x3b818f of _0x13896a)_0x3b818f['getCustomProperty']('addHighlight')||(_0x5f5014['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x3b818f),_0x5f5014['writer']['removeAttribute']('data-suggestion',_0x3b818f),_0x5f5014['writer']['removeAttribute']('data-author-id',_0x3b818f),_0x5f5014['mapper']['unbindElementFromMarkerName'](_0x3b818f,_0x31cc4b['markerName']));}},{'priority':'high'});}),_0xaf46c8['conversion']['for']('editingDowncast')['add'](_0x5b2fa5=>{_0x5b2fa5['on']('removeMarker:suggestion:attribute',(_0x20e946,_0x568de9,_0x5a598f)=>{const _0x5f3a75=_0x5a598f['mapper']['markerNameToElements'](_0x568de9['markerName']);if(!_0x5f3a75)return;const {id:_0x2b0157}=this['_splitMarkerName'](_0x568de9['markerName']),_0x1bdcfe=this['_suggestions']['get'](_0x2b0157),_0x3ff38d=this['_getAttributeKey'](_0x1bdcfe);if(this['_isBlockAttribute'](_0x3ff38d)){for(const _0x48f2c5 of _0x5f3a75)_0x48f2c5['getCustomProperty']('addHighlight')||(_0x5a598f['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x48f2c5),_0x5a598f['writer']['removeAttribute']('data-suggestion',_0x48f2c5),_0x5a598f['writer']['removeAttribute']('data-author-id',_0x48f2c5),_0x5a598f['mapper']['unbindElementFromMarkerName'](_0x48f2c5,_0x568de9['markerName']));}},{'priority':'high'});}),_0xaf46c8['model']['document']['registerPostFixer'](_0x3b3019=>{let _0x2751d4=!0x1;const _0x39eb33=Array['from'](_0xaf46c8['model']['document']['differ']['getChangedMarkers']()),_0x3623a8=new Set();for(const {name:_0x2c379f,data:_0x137b99}of _0x39eb33){const {group:_0x2bd337,type:_0x4d0a5c,subType:_0x2bb160,id:_0x513d52}=this['_splitMarkerName'](_0x2c379f);if('suggestion'!==_0x2bd337)continue;const _0x3e2d4a=this['_suggestions']['get'](_0x513d52);if(null!=_0x137b99['newRange']){'formatInline'==_0x4d0a5c&&(_0x2751d4=_0x2751d4||Ut(_0x137b99['newRange'],_0x2c379f,_0x3b3019,_0xaf46c8['model']['schema']));const _0x598a89='attribute'==_0x4d0a5c&&this['_isBlockAttribute'](_0x2bb160['split']('|')[0x0]);if(_0x137b99['newRange']['isCollapsed']||'$graveyard'==_0x137b99['newRange']['root']['rootName']||'formatBlock'==_0x4d0a5c&&!Ft(_0x137b99['newRange'])||_0x598a89&&!Ft(_0x137b99['newRange'])||'deletion'==_0x4d0a5c&&!(!Vt(_0x246020=_0x137b99['newRange'])&&!function(_0x2b9591){return _0x2b9591['start']['parent']==_0x2b9591['end']['nodeBefore']&&_0x2b9591['start']['isAtEnd'];}(_0x246020)))_0x3b3019['removeMarker'](_0x2c379f),_0x2751d4=!0x0;else{if(!_0x3e2d4a||!_0x3e2d4a['isInContent'])continue;if(_0x137b99['newRange']&&_0x137b99['oldRange']&&_0x137b99['newRange']['isEqual'](_0x137b99['oldRange']))continue;_0x3623a8['add'](_0x3e2d4a);}}}var _0x246020;return _0x3623a8['size']>0x0&&(_0x2751d4=!!this['_joinWithAdjacentSuggestions'](_0x3623a8)||_0x2751d4),_0x2751d4;}),_0xaf46c8['model']['document']['registerPostFixer'](_0x92f0f2=>{let _0x381bb1=!0x1;for(const _0x562030 of _0xaf46c8['model']['document']['differ']['getChanges']())if('insert'==_0x562030['type'])for(const _0x21c627 of this['_suggestions']['values']()){if(_0x21c627['isMultiRange']||!_0x21c627['isInContent'])continue;const _0x29c93c='formatBlock'==_0x21c627['type'],_0x2bc693=this['_getAttributeKey'](_0x21c627),_0x5b0c0c=_0x2bc693&&this['_isBlockAttribute'](_0x2bc693);if(!_0x29c93c&&!_0x5b0c0c)continue;const _0x1464b6=_0x21c627['getFirstRange']();if(_0x1464b6['start']['parent']!=_0x1464b6['end']['parent']&&!_0x1464b6['end']['isAtEnd']){const _0x18095f=_0xaf46c8['model']['createPositionAt'](_0x1464b6['start']['nodeAfter'],'end'),_0x34cdbf=_0xaf46c8['model']['createRange'](_0x1464b6['start'],_0x18095f);_0x92f0f2['updateMarker'](_0x21c627['getFirstMarker'](),{'range':_0x34cdbf}),_0x381bb1=!0x0;}}return _0x381bb1;}),_0xaf46c8['model']['document']['registerPostFixer'](_0x2e17df=>this['_processAttributeChanges'](_0x2e17df)),_0xaf46c8['model']['document']['registerPostFixer'](_0x268344=>!_0x268344['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x268344)),_0xaf46c8['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0xaf46c8['model']['document']['on']('change:data',(_0x14a7c9,_0x2a46c7)=>{if(!_0x2a46c7['isLocal']||_0x2a46c7['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x119c67=_0xaf46c8['model']['document']['differ']['getChanges']();if(0x0==_0x119c67['length'])return;const _0x4fa127=[],_0x1aa03e=_0x119c67['filter'](_0x64f319=>'attribute'==_0x64f319['type']),_0xc13581=_0x119c67['filter'](_0x5e00a5=>'insert'==_0x5e00a5['type']&&'$text'!=_0x5e00a5['name']);for(const _0x1f4d9c of _0x1aa03e)this['_isRegisteredAttribute'](_0x1f4d9c['attributeKey'])&&_0x4fa127['push']({'key':_0x1f4d9c['attributeKey'],'newValue':_0x1f4d9c['attributeNewValue'],'oldValue':_0x1f4d9c['attributeOldValue'],'range':Pt(_0x1f4d9c['range'],_0xaf46c8['model'])});for(const _0x5a6509 of _0xc13581){if('rename'!=_0x5a6509['action']&&'refresh'!=_0x5a6509['action'])continue;const _0x5ed327=Lt(_0x5a6509['position']['nodeAfter'],_0xaf46c8['model']),_0x3b6540=_0x5a6509['before'];'rename'==_0x5a6509['action']&&_0x4fa127['push']({'key':m,'newValue':_0x5a6509['name'],'oldValue':_0x3b6540['name'],'range':_0x5ed327});for(const [_0xd05646,_0x3f05fd]of _0x3b6540['attributes']){if(!this['_isRegisteredAttribute'](_0xd05646))continue;const _0xedeefa=_0x5a6509['attributes']['get'](_0xd05646);_0x3f05fd!==_0xedeefa&&_0x4fa127['push']({'key':_0xd05646,'newValue':_0xedeefa,'oldValue':_0x3f05fd,'range':_0x5ed327});}for(const [_0x2fc51a,_0x5ba2b2]of _0x5a6509['attributes'])this['_isRegisteredAttribute'](_0x2fc51a)&&(_0x3b6540['attributes']['has'](_0x2fc51a)||_0x4fa127['push']({'key':_0x2fc51a,'newValue':_0x5ba2b2,'oldValue':null,'range':_0x5ed327}));}0x0!=_0x4fa127['length']&&_0xaf46c8['model']['enqueueChange'](_0x2a46c7,_0x5ddd5a=>{const _0x267627=_0x3ddfb4();for(const {range:_0xbf99e0,key:_0x21072e,oldValue:_0x318ed8,newValue:_0x1498c0}of _0x4fa127)this['markAttributeChange'](_0xbf99e0,_0x21072e,_0x318ed8,_0x1498c0,{'groupId':_0x267627});this['_reduceExistingSuggestions'](_0x5ddd5a,_0x4fa127);});},{'priority':'lowest'}),_0xaf46c8['model']['markers']['on']('update:suggestion',(_0x5e98cd,_0x5903ed,_0x3a89c6)=>{if(null==_0x3a89c6){const {id:_0x14bc09}=this['_splitMarkerName'](_0x5903ed['name']),_0x689955=this['_suggestions']['get'](_0x14bc09);_0x689955&&_0x689955['addMarkerName'](_0x5903ed['name']);}}),_0xaf46c8['model']['document']['on']('change:data',()=>{const _0x842632=Array['from'](_0xaf46c8['model']['document']['differ']['getChangedMarkers']())['filter'](_0x12bca1=>'suggestion'===this['_splitMarkerName'](_0x12bca1['name'])['group']);if(0x0===_0x842632['length'])return;_0x842632['sort']((_0x4399b4,_0x267523)=>{const _0x4da3d5=_0x4399b4['data']['oldRange'],_0x537f6a=_0x267523['data']['oldRange'];return null===_0x4da3d5&&null===_0x537f6a?0x0:null===_0x4da3d5&&null!==_0x537f6a?-0x1:null!==_0x4da3d5&&null===_0x537f6a?0x1:_0x4da3d5['start']['isBefore'](_0x537f6a['start'])?-0x1:0x1;});const _0x4770aa=new Set(),_0xfa1e95=new Set();for(const {name:_0x1bd6d7,data:_0x28de66}of _0x842632){const {id:_0x2ec4c9}=this['_splitMarkerName'](_0x1bd6d7);if(null===_0x28de66['oldRange']){const _0x2b5760=this['_handleNewSuggestionMarker'](_0x1bd6d7);_0xfa1e95['add'](_0x2b5760);}else{const _0x33b76c=this['_suggestions']['get'](_0x2ec4c9);null!==_0x28de66['newRange']||_0x33b76c['isInContent']?(_0x4770aa['add'](_0x33b76c['head']),_0xfa1e95['add'](_0x33b76c)):this['_removeSuggestion'](_0x33b76c);}}_0xfa1e95['size']>0x0&&this['_refreshSuggestionsChain'](_0xfa1e95);for(const _0x5defd9 of _0x4770aa)this['fire']('suggestionChanged',_0x5defd9);}),_0xaf46c8['model']['on']('applyOperation',(_0x1908ed,_0x45770b)=>{const _0x5e04c6=_0x45770b[0x0];if(!this['_suggestions']['size'])return;if(!_0x5e04c6['isDocumentOperation'])return;if(_0x5e04c6['batch']['isUndo']||!_0x5e04c6['batch']['isLocal'])return;let _0x119a96,_0xd1e51a;switch(_0x5e04c6['type']){case'insert':_0x119a96=_0xaf46c8['model']['createPositionAt'](_0x5e04c6['position']),_0xd1e51a=_0x119a96['getShiftedBy'](_0x5e04c6['howMany']);break;case'split':_0x119a96=_0xaf46c8['model']['createPositionAt'](_0x5e04c6['splitPosition']),_0xd1e51a=_0xaf46c8['model']['createPositionAt'](_0x5e04c6['moveTargetPosition']);break;case'move':_0x119a96=_0xaf46c8['model']['createPositionAt'](_0x5e04c6['targetPosition']),_0xd1e51a=_0x119a96['getShiftedBy'](_0x5e04c6['howMany']);break;default:return;}const _0x2728b2=_0xaf46c8['model']['createRange'](_0x119a96,_0xd1e51a);_0xaf46c8['model']['change'](()=>{for(const {suggestion:_0x55f18c,meta:_0x55941a}of this['_findSuggestions'](_0x2728b2)){if(_0x55f18c['isMultiRange'])continue;if('formatInline'==_0x55f18c['type'])continue;const _0x5a2513=this['_getAttributeKey'](_0x55f18c);if(_0x5a2513&&this['_isBlockAttribute'](_0x5a2513)&&'split'!=_0x5e04c6['type'])continue;const _0x4b5d61=_0x55f18c['data']&&_0x55f18c['data']['multipleBlocks'];('formatBlock'!=_0x55f18c['type']||'split'==_0x5e04c6['type']&&!_0x4b5d61)&&(_0x55941a['containsRangeInObject']||'insertion'==_0x55f18c['type']&&_0x55941a['isOwn']||_0x55f18c['getFirstRange']()['containsRange'](_0x2728b2)&&this['_breakSuggestionMarker'](_0x55f18c,_0x119a96,_0xd1e51a));}});},{'priority':'lowest'}),_0xaf46c8['model']['on']('deleteContent',(_0x3454dc,_0x10331f)=>{const _0x1a761b=_0x10331f[0x0],_0x1b95ad=_0x10331f[0x1];if(_0x1b95ad&&_0x1b95ad['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x1a761b['isCollapsed'])return;const _0x1766bd=_0xaf46c8['model']['schema'],{start:_0x4c58aa,end:_0x2fc447}=_0x1a761b['getFirstRange'](),_0x729fda=_0x4c58aa['nodeAfter']&&_0x1766bd['isLimit'](_0x4c58aa['nodeAfter'])?null:_0x1766bd['getNearestSelectionRange'](_0x4c58aa,'forward'),_0x1a9014=_0x2fc447['nodeBefore']&&_0x1766bd['isLimit'](_0x2fc447['nodeBefore'])?null:_0x1766bd['getNearestSelectionRange'](_0x2fc447,'backward'),_0xa7509=_0xaf46c8['model']['createRange'](_0x729fda?_0x729fda['start']:_0x4c58aa,_0x1a9014?_0x1a9014['end']:_0x2fc447);_0xaf46c8['model']['change'](_0x542fad=>{this['markDeletion'](_0xa7509);const _0xc4e83e=_0xaf46c8['model']['schema']['getNearestSelectionRange'](_0xa7509['start']);_0x1a761b['is']('documentSelection')?_0x542fad['setSelection'](_0xc4e83e):_0x1a761b['setTo'](_0xc4e83e);}),_0x3454dc['stop']();},{'priority':_0x76288f['normal']+0xa}),_0xaf46c8['model']['on']('insertContent',(_0x17fabd,_0x482ea6)=>{const _0xfd0160=_0x482ea6[_0x482ea6['length']-0x1];_0xfd0160&&_0xfd0160['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0xaf46c8['model']['change'](()=>{let _0x9fc79=_0xaf46c8['model']['insertContent'](_0x482ea6[0x0],_0x482ea6[0x1],_0x482ea6[0x2],{'forceDefaultExecution':!0x0});if(!_0x9fc79)return;_0x17fabd['return']=_0x9fc79['clone']();const _0x2ece6c=_0x9fc79['end']['nodeBefore'],_0x5680a9=_0xaf46c8['model']['schema'];_0x2ece6c&&_0x5680a9['isBlock'](_0x2ece6c)&&!_0x5680a9['isObject'](_0x2ece6c)&&(_0x9fc79=_0xaf46c8['model']['createRange'](_0x9fc79['start'],_0xaf46c8['model']['createPositionAt'](_0x2ece6c,'end'))),this['markInsertion'](_0x9fc79);}),_0x17fabd['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x1041cd=new x(_0xaf46c8,this['_suggestions']);_0xaf46c8['commands']['add']('acceptSuggestion',_0x1041cd),this['enableCommand']('acceptSuggestion');const _0x598d18=new R(_0xaf46c8,this['_suggestions']);_0xaf46c8['commands']['add']('discardSuggestion',_0x598d18),this['enableCommand']('discardSuggestion'),_0xaf46c8['commands']['add']('acceptAllSuggestions',new E(_0xaf46c8,_0x1041cd,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0xaf46c8['commands']['add']('discardAllSuggestions',new E(_0xaf46c8,_0x598d18,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0xaf46c8['commands']['add']('acceptSelectedSuggestions',new O(_0xaf46c8,_0x1041cd,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0xaf46c8['commands']['add']('discardSelectedSuggestions',new O(_0xaf46c8,_0x598d18,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x5e3080=_0xaf46c8['plugins']['get']('CommentsRepository');this['listenTo'](_0x5e3080,'addComment',(_0x2f90e6,{threadId:_0x5133f5})=>{const _0x48ea9a=this['_suggestions']['get'](_0x5133f5);_0x48ea9a&&_0x48ea9a['commentThread']&&0x1===_0x48ea9a['commentThread']['length']&&this['_updateSuggestionData'](_0x5133f5,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x5e3080,'removeComment',(_0x1ee2e8,{threadId:_0x38c3e7})=>{const _0x12e7a1=this['_suggestions']['get'](_0x38c3e7);_0x12e7a1&&_0x12e7a1['commentThread']&&!_0x12e7a1['commentThread']['length']&&this['_updateSuggestionData'](_0x38c3e7,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x2dabc2){if(this['_adapter'])throw new _0x54de02('track-changes-adapter-already-set',this);this['_adapter']=_0x2dabc2;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x6a2e2e=!0x1,toJSON:_0x5a0630=!0x1}={}){const _0x258c40=[];for(const _0x4ab60b of this['_suggestions']['values']())_0x6a2e2e&&!_0x4ab60b['isInContent']||_0x258c40['push'](_0x4ab60b);return _0x5a0630?_0x258c40['map'](_0x44a376=>_0x44a376['toJSON']()):_0x258c40;}['getSuggestion'](_0x4c5fde){const _0x4e94c1=this['_suggestions']['get'](_0x4c5fde);if(!_0x4e94c1)throw new _0x54de02('track-changes-suggestion-not-found',this);return _0x4e94c1;}['hasSuggestion'](_0x7199de){return this['_suggestions']['has'](_0x7199de);}['addSuggestionData'](_0x4f8313){const {authorId:_0xc1fb15,id:_0x230fb6,attributes:_0x53619e}=_0x4f8313,[_0x5f4961,_0x1a1bcf]=_0x4f8313['type']['split'](':'),_0x31955d=this['_suggestions']['get'](_0x230fb6)||this['_createSuggestion'](_0x5f4961,_0x1a1bcf,_0x230fb6,_0xc1fb15,_0x53619e);if(this['_addThreadToSuggestion'](_0x31955d),this['_checkSuggestionCorrectness'](_0x31955d,_0x5f4961,_0x1a1bcf||null,_0xc1fb15),_0x31955d['createdAt']=_0x4f8313['createdAt'],_0x31955d['_isDataLoaded']=!0x0,_0x53619e&&_0x53619e['@external']){const _0x2c2266=_0x53619e['@external'],_0x20f76d=this['_getExternalAuthor'](_0x2c2266['authorName']);_0x31955d['authoredAt']=_0x2c2266['createdAt'],_0x31955d['author']=_0x20f76d,_0x31955d['isExternal']=!0x0;}else _0x31955d['authoredAt']=_0x4f8313['createdAt'];switch(_0x4f8313['data']&&(_0x31955d['data']=_0x4f8313['data']),_0x4f8313['attributes']&&(_0x31955d['attributes']=_0x4f8313['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x31955d['_saved']=!0x0),this['_suggestionState']['get'](_0x31955d)){case'notReady':this['_suggestionState']['set'](_0x31955d,'dataReady');break;case'markerReady':_0x31955d['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x31955d])),this['_refreshSuggestionsChain'](new Set([_0x31955d])),this['_suggestionState']['set'](_0x31955d,'ready'),this['fire']('suggestionLoaded',_0x31955d)):this['_suggestionState']['set'](_0x31955d,'removed');}return _0x31955d;}['acceptSuggestion'](_0x2c9ce4){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x32acff of _0x2c9ce4['getAllAdjacentSuggestions']())_0x32acff['accept']();});});}['discardSuggestion'](_0x49c43a){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x16d217 of _0x49c43a['getAllAdjacentSuggestions']())_0x16d217['discard']();});});}['enableCommand'](_0xa2d6ca,_0x93a0f4){const _0x161168=this['editor']['commands']['get'](_0xa2d6ca);if(!_0x161168)throw new _0x54de02('track-changes-command-not-found',this,{'commandName':_0xa2d6ca});if(this['_enabledCommands']['has'](_0x161168))throw new _0x54de02('track-changes-enable-command-twice',this,{'commandName':_0xa2d6ca});this['_enabledCommands']['add'](_0x161168),_0x93a0f4&&_0x161168['on']('execute',(_0x420595,_0x224ca8)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x224ca8['length']>0x0&&_0x224ca8[_0x224ca8['length']-0x1]&&_0x224ca8[_0x224ca8['length']-0x1]['forceDefaultExecution']?_0x224ca8['pop']():(_0x420595['return']=_0x93a0f4((..._0x44cfc1)=>_0x161168['execute'](..._0x44cfc1,{'forceDefaultExecution':!0x0}),..._0x224ca8),_0x420595['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x19d9e4){let _0x414ac9,_0x42ef88;const _0x22dc93=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x414ac9=_0x19d9e4();}catch(_0x1c391c){_0x42ef88=_0x1c391c;}return _0x22dc93||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x42ef88&&_0x54de02['rethrowUnexpectedError'](_0x42ef88,this),_0x414ac9;}['markInsertion'](_0x3e26e7,_0x3bd9df=null,_0x491fc6={}){if(_0x3e26e7['isCollapsed'])return null;const _0x49e171=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x5b76f9,meta:_0x2f99c1}of this['_findSuggestions'](_0x3e26e7,'insertion'))if(_0x2f99c1['isOwn']){if(!_0x2f99c1['isNextTo']){if(_0x2f99c1['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!qt(_0x5b76f9,_0x491fc6))continue;return _0x5b76f9;}if(qt(_0x5b76f9,_0x491fc6))return _0x5b76f9;this['_breakSuggestionMarker'](_0x5b76f9,_0x3e26e7['start'],_0x3e26e7['end']);break;}if(_0x3bd9df==_0x5b76f9['subType']&&qt(_0x5b76f9,_0x491fc6)){const _0x1595d4=_0x5b76f9['getFirstRange']();return _0x1595d4['start']['isEqual'](_0x3e26e7['end'])?this['_setSuggestionRange'](_0x5b76f9,this['_model']['createRange'](_0x3e26e7['start'],_0x1595d4['end'])):this['_setSuggestionRange'](_0x5b76f9,this['_model']['createRange'](_0x1595d4['start'],_0x3e26e7['end'])),_0x5b76f9;}}const _0x30916=_0x3ddfb4(),_0x3e5a1b=_0x49e171['id'],_0xd59e3d=_0x3bd9df?'insertion:'+_0x3bd9df:'insertion',_0x291579=this['_setSuggestionData']({'id':_0x30916,'type':_0xd59e3d,'createdAt':new Date(),'authorId':_0x3e5a1b,'attributes':_0x491fc6});return this['_addSuggestionMarker'](_0xd59e3d,_0x30916,_0x3e5a1b,_0x3e26e7),_0x291579;}['markMultiRangeInsertion'](_0x41471d,_0x59117b='multi',_0x2d3fa8={}){const _0x14c471=this['editor']['plugins']['get']('Users')['me'],_0x35e25e=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x59117b,'join');for(const _0x1ff6a3 of this['getSuggestions']())if(_0x1ff6a3['author']['id']==_0x14c471['id']&&'insertion'==_0x1ff6a3['type']&&_0x1ff6a3['subType']==_0x59117b&&qt(_0x1ff6a3,_0x2d3fa8)&&(_0x35e25e(_0x1ff6a3['getRanges'](),_0x41471d)||_0x35e25e(_0x41471d,_0x1ff6a3['getRanges']()))){for(const _0x3ebae8 of _0x41471d)_0x1ff6a3['addRange'](_0x3ebae8);return _0x1ff6a3;}for(const {suggestion:_0x4b32d7,meta:_0x586359}of this['_findSuggestions'](_0x41471d,'insertion')){if(!_0x586359['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x586359['containsRangeInObject'])continue;if(!qt(_0x4b32d7,_0x2d3fa8))continue;let _0x1fe687=!0x0;for(const _0xbd2feb of _0x4b32d7['getRanges']())for(const _0x23f98e of _0x41471d)if(!_0xbd2feb['containsRange'](_0x23f98e)){_0x1fe687=!0x1;break;}if(_0x1fe687)return _0x4b32d7;}const _0x19e3ed=_0x3ddfb4(),_0x2bfecd=_0x14c471['id'],_0xa4e050='insertion:'+_0x59117b,_0xf06d57=this['_setSuggestionData']({'id':_0x19e3ed,'type':_0xa4e050,'createdAt':new Date(),'authorId':_0x2bfecd,'attributes':_0x2d3fa8});for(const _0x190136 of _0x41471d)this['_addSuggestionMarker'](_0xa4e050,_0x19e3ed,_0x2bfecd,_0x190136,u['getMultiRangeId']());return _0xf06d57;}['markInlineFormat'](_0xb36cc7,_0x865900,_0x22e76a=null,_0xacd022={}){if(_0x22e76a=_0x22e76a||Gt(_0x865900),_0xb36cc7['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0xf6c25d=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x22e76a,'accept');return this['forceDefaultExecution'](()=>_0xf6c25d([_0xb36cc7],_0x865900,_0xacd022)),null;}const _0x15eb9d=this['editor']['plugins']['get']('Users')['me'],_0x55dd3f=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x4d0d64,meta:_0x1540c2}of this['_findSuggestions'](_0xb36cc7,'insertion'))_0x1540c2['isOwn']&&!_0x1540c2['isInsideObject']&&_0x55dd3f['push'](..._0x4d0d64['getRanges']());}const _0x53da54=function(_0x8d8347,_0x52e8b0){const _0x427bdb=[];for(const _0x4200bc of _0x52e8b0){const _0x5458e2=_0x8d8347['getIntersection'](_0x4200bc);_0x5458e2&&_0x427bdb['push'](_0x5458e2);}return _0x427bdb;}(_0xb36cc7,_0x55dd3f),_0x4b2041=function(_0x432cb4,_0x227cd9){const _0x23c41a=[_0x432cb4];for(const _0x208efb of _0x227cd9){let _0x459a64=0x0;for(;_0x459a64<_0x23c41a['length'];){const _0x2a6d4e=_0x23c41a[_0x459a64]['getDifference'](_0x208efb);_0x23c41a['splice'](_0x459a64,0x1,..._0x2a6d4e),_0x459a64+=_0x2a6d4e['length'];}}return _0x23c41a;}(_0xb36cc7,_0x55dd3f);_0x53da54['length']&&this['_model']['change'](()=>{for(const _0x162c49 of _0x53da54){const _0x1632ef=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x22e76a,'accept');this['forceDefaultExecution'](()=>_0x1632ef([_0x162c49],_0x865900,_0xacd022));}});for(const _0xde6ce9 of _0x4b2041){let _0x171dcd=null,_0x33f52a=_0xde6ce9['start'],_0x4f1d26=_0xde6ce9['end'];for(const {suggestion:_0x6830e5,meta:_0x1318ba}of this['_findSuggestions'](_0xde6ce9,'formatInline')){if(!_0x1318ba['isOwn'])continue;if(_0x6830e5['subType']!=_0x22e76a)continue;if(!qt(_0x6830e5,_0xacd022))continue;const _0x126675=_0x6830e5['getFirstRange']();if(_0x126675['containsRange'](_0xde6ce9,!0x0))return null;_0x33f52a=_0x33f52a['isBefore'](_0x126675['start'])?_0x33f52a:_0x126675['start'],_0x4f1d26=_0x4f1d26['isAfter'](_0x126675['end'])?_0x4f1d26:_0x126675['end'],_0x171dcd?_0x126675['start']['isBefore'](_0x171dcd['getFirstRange']()['start'])?(_0x171dcd['removeMarkers'](),_0x171dcd=_0x6830e5):_0x6830e5['removeMarkers']():_0x171dcd=_0x6830e5;}const _0x1eefc4=this['_model']['createRange'](_0x33f52a,_0x4f1d26);if(_0x171dcd)this['_setSuggestionRange'](_0x171dcd,_0x1eefc4);else{const _0x17eb1f=_0x3ddfb4(),_0x4f2dae=_0x15eb9d['id'];this['_setSuggestionData']({'id':_0x17eb1f,'type':'formatInline:'+_0x22e76a,'data':_0x865900,'createdAt':new Date(),'authorId':_0x4f2dae,'attributes':_0xacd022}),this['_addSuggestionMarker']('formatInline:'+_0x22e76a,_0x17eb1f,_0x4f2dae,_0x1eefc4);}}return null;}['markBlockFormat'](_0x37f06e,_0x33ef18,_0x4ebe0a=[],_0x2684b5=null,_0x1969a9={}){_0x33ef18['formatGroupId']||(_0x33ef18['formatGroupId']=_0x33ef18['commandName']),_0x33ef18['multipleBlocks']=_0x37f06e['is']('range'),_0x2684b5=_0x2684b5||Gt(_0x33ef18);const _0x4d0ff8=_0x4ebe0a['map'](_0x470125=>Lt(_0x470125,this['_model'])),_0x43b102=_0x37f06e['is']('range')?_0x37f06e:Lt(_0x37f06e,this['_model']);if('never'===this['_trackFormatChanges']){const _0x5b0deb=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2684b5,'accept');return this['forceDefaultExecution'](()=>_0x5b0deb([_0x43b102],_0x33ef18,_0x1969a9)),null;}_0x4d0ff8['push'](_0x43b102);let _0x313880=!0x0;for(const _0x51a5ca of _0x4d0ff8)if(!this['_rangeIsInLocalUserInsertion'](_0x51a5ca)){_0x313880=!0x1;break;}if(_0x313880&&'always'!==this['_trackFormatChanges']){const _0x1b4768=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2684b5,'accept');return this['forceDefaultExecution'](()=>_0x1b4768([_0x43b102],_0x33ef18,_0x1969a9)),null;}let _0x239510=null,_0x16e659=_0x43b102['start'],_0x8661e6=_0x43b102['end'];for(const {suggestion:_0x484972,meta:_0x52cdce}of this['_findSuggestions'](_0x43b102,'formatBlock')){if(!_0x52cdce['isOwn'])continue;if(_0x52cdce['isNextTo']||_0x52cdce['containsRangeInObject']||_0x52cdce['isInsideObject'])continue;if(_0x484972['data']['formatGroupId']!=_0x33ef18['formatGroupId'])continue;if(!qt(_0x484972,_0x1969a9))continue;const _0x5b0eef=_0x484972['getFirstRange']();if(_0x484972['subType']==_0x2684b5){if(_0x5b0eef['containsRange'](_0x43b102,!0x0))return null;_0x16e659=_0x16e659['isBefore'](_0x5b0eef['start'])?_0x16e659:_0x5b0eef['start'],_0x8661e6=_0x8661e6['isAfter'](_0x5b0eef['end'])?_0x8661e6:_0x5b0eef['end'],_0x239510?_0x5b0eef['start']['isBefore'](_0x239510['getFirstRange']()['start'])?(_0x239510['removeMarkers'](),_0x239510=_0x484972):_0x484972['removeMarkers']():_0x239510=_0x484972;}else{const _0x180701=_0x43b102['getIntersection'](_0x5b0eef);this['_cutOutSuggestionMarker'](_0x484972,_0x180701);}}const _0x25e338=this['editor']['plugins']['get']('Users')['me'],_0x5189eb=_0x3ddfb4(),_0x270047=_0x25e338['id'];if(_0x239510)return this['_setSuggestionRange'](_0x239510,this['_model']['createRange'](_0x16e659,_0x8661e6)),_0x239510;{const _0x399556=this['_setSuggestionData']({'id':_0x5189eb,'type':'formatBlock:'+_0x2684b5,'data':_0x33ef18,'createdAt':new Date(),'authorId':_0x270047,'attributes':_0x1969a9});return this['_addSuggestionMarker']('formatBlock:'+_0x2684b5,_0x5189eb,_0x270047,this['_model']['createRange'](_0x16e659,_0x8661e6)),_0x399556;}}['markMultiRangeBlockFormat'](_0x28f464,_0x57b99e,_0xea6b1d=[],_0x2df71c=null,_0x3cf266={}){_0x57b99e['formatGroupId']||(_0x57b99e['formatGroupId']=_0x57b99e['commandName']);const _0x401a6e=_0x28f464[0x0];_0x57b99e['multipleBlocks']=_0x401a6e['is']('range'),_0x2df71c=_0x2df71c||Gt(_0x57b99e);const _0x1721e2=_0xea6b1d['map'](_0x3f368e=>Lt(_0x3f368e,this['_model'])),_0x1a02cb=_0x401a6e['is']('range')?_0x28f464:_0x28f464['map'](_0x1cb638=>Lt(_0x1cb638,this['_model']));if('never'===this['_trackFormatChanges']){const _0x3fa19a=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2df71c,'accept');return this['forceDefaultExecution'](()=>_0x3fa19a(_0x1a02cb,_0x57b99e,_0x3cf266)),null;}_0x1721e2['push'](..._0x1a02cb);let _0x278cda=!0x0;for(const _0x446d35 of _0x1721e2)if(!this['_rangeIsInLocalUserInsertion'](_0x446d35)){_0x278cda=!0x1;break;}if(_0x278cda&&'always'!==this['_trackFormatChanges']){const _0xd6e9f1=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2df71c,'accept');return this['forceDefaultExecution'](()=>_0xd6e9f1(_0x1a02cb,_0x57b99e,_0x3cf266)),null;}const _0x1c56d9=this['editor']['plugins']['get']('Users')['me'];for(const _0x272009 of this['getSuggestions']()){if(_0x272009['author']['id']!=_0x1c56d9['id'])continue;if('formatBlock'!=_0x272009['type']||_0x272009['data']['formatGroupId']!=_0x57b99e['formatGroupId'])continue;if(!qt(_0x272009,_0x3cf266))continue;const _0x5e4c91=_0x272009['subType']==_0x2df71c;for(let _0x4d3994=0x0;_0x4d3994<_0x1a02cb['length'];_0x4d3994++){const _0x2cd220=_0x1a02cb[_0x4d3994];for(const _0x5ec4fd of _0x272009['getMarkers']()){const _0xddc9cf=_0x5ec4fd['getRange']();if(_0x2cd220['isEqual'](_0xddc9cf)){_0x5e4c91?(_0x1a02cb['splice'](_0x4d3994,0x1),_0x4d3994--):_0x272009['removeMarker'](_0x5ec4fd['name']);break;}}}}if(0x0==_0x1a02cb['length'])return null;const _0x574d81=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2df71c,'join');for(const _0x48ce8b of this['getSuggestions']())if(_0x48ce8b['author']['id']==_0x1c56d9['id']&&'formatBlock'==_0x48ce8b['type']&&_0x48ce8b['data']['formatGroupId']==_0x57b99e['formatGroupId']&&_0x48ce8b['subType']==_0x2df71c&&qt(_0x48ce8b,_0x3cf266)&&(_0x574d81(_0x48ce8b['getRanges'](),_0x1a02cb)||_0x574d81(_0x1a02cb,_0x48ce8b['getRanges']()))){for(const _0x2ef241 of _0x1a02cb)_0x48ce8b['addRange'](_0x2ef241);return _0x48ce8b;}const _0x15eb83=_0x3ddfb4(),_0xa9111f=_0x1c56d9['id'],_0xc2c463='formatBlock:'+_0x2df71c,_0x32eae6=this['_setSuggestionData']({'id':_0x15eb83,'type':_0xc2c463,'data':_0x57b99e,'createdAt':new Date(),'authorId':_0xa9111f,'attributes':_0x3cf266});for(const _0x171159 of _0x1a02cb)this['_addSuggestionMarker'](_0xc2c463,_0x15eb83,_0xa9111f,_0x171159,u['getMultiRangeId']());return _0x32eae6;}['markDeletion'](_0x367ed2,_0x60fa99=null,_0x563364={}){if(_0x367ed2['isCollapsed'])return null;const _0x2b43d6=this['editor']['plugins']['get']('Users')['me'],_0x99e8d5=new _0x5a0cc1(_0x367ed2['start'],_0x367ed2['end']);for(const {suggestion:_0x34cd44,meta:_0x418cfd}of this['_findSuggestions'](_0x99e8d5,'insertion'))if(_0x418cfd['isOwn']&&!_0x418cfd['isNextTo']){if(_0x34cd44['isMultiRange']){const _0x406357=_0x34cd44['getRanges']()['filter'](_0x3662e1=>'$graveyard'!=_0x3662e1['root']['rootName']);_0x406357['every'](_0x33ba53=>_0x99e8d5['containsRange'](_0x33ba53,!0x0))&&_0x34cd44['discard']();if(_0x406357['some'](_0x1f1fb5=>_0x1f1fb5['containsRange'](_0x99e8d5,!0x0))){const _0x3d4dcf=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x60fa99,'accept');return this['forceDefaultExecution'](()=>_0x3d4dcf([_0x99e8d5],null,_0x563364)),null;}}else{const _0x31614b=_0x99e8d5['getIntersection'](_0x34cd44['getFirstRange']());null!==_0x31614b&&_0x34cd44['_onDiscard']([_0x31614b],null,_0x563364);}}if(_0x99e8d5['detach'](),_0x99e8d5['isCollapsed']||'$graveyard'==_0x99e8d5['root']['rootName'])return null;let _0x291ec5=null,_0x4acc66=_0x99e8d5['start'],_0x455a60=_0x99e8d5['end'];const _0x53ab89=this['_findSuggestions'](_0x99e8d5,'deletion');for(const {suggestion:_0x3b0828,meta:_0x115bf8}of _0x53ab89){const _0x22af91=this['_model']['createRange'](_0x4acc66,_0x455a60);if(_0x115bf8['isOwn']&&(this['_mergeNestedSuggestions']||!_0x115bf8['containsRangeInObject']&&!_0x115bf8['isInsideObject'])){if(_0x3b0828['isMultiRange']){if(!qt(_0x3b0828,_0x563364))continue;let _0xc53207=!0x0;for(const _0x46d2b0 of _0x3b0828['getRanges']()){if(_0x46d2b0['containsRange'](_0x22af91,!0x0))return _0x3b0828;_0x22af91['containsRange'](_0x46d2b0)||(_0xc53207=!0x1);}_0xc53207&&_0x3b0828['discard']();}else{const _0x37b5fa=_0x3b0828['getFirstRange']();if(_0x37b5fa['containsRange'](_0x22af91,!0x0))return _0x3b0828;if(!qt(_0x3b0828,_0x563364)){_0x22af91['containsRange'](_0x37b5fa)?_0x3b0828['removeMarkers']():_0x37b5fa['containsPosition'](_0x4acc66)?_0x4acc66=_0x37b5fa['end']:_0x37b5fa['containsPosition'](_0x455a60)&&(_0x455a60=_0x37b5fa['start']);continue;}_0x4acc66=_0x4acc66['isBefore'](_0x37b5fa['start'])?_0x4acc66:_0x37b5fa['start'],_0x455a60=_0x455a60['isAfter'](_0x37b5fa['end'])?_0x455a60:_0x37b5fa['end'],_0x563364=Object['assign']({},_0x3b0828['attributes']),_0x291ec5?_0x37b5fa['start']['isBefore'](_0x291ec5['getFirstRange']()['start'])?(_0x291ec5['removeMarkers'](),_0x291ec5=_0x3b0828):_0x3b0828['removeMarkers']():_0x291ec5=_0x3b0828;}}}if(_0x291ec5)return this['_setSuggestionRange'](_0x291ec5,this['_model']['createRange'](_0x4acc66,_0x455a60)),_0x291ec5;{const _0x5b202e=_0x3ddfb4(),_0xa323fa=this['_model']['createRange'](_0x4acc66,_0x455a60),_0x514b8d=_0x2b43d6['id'],_0x36bcb6=_0x60fa99?'deletion:'+_0x60fa99:'deletion',_0x597752=this['_setSuggestionData']({'id':_0x5b202e,'type':_0x36bcb6,'createdAt':new Date(),'authorId':_0x514b8d,'attributes':_0x563364});return this['_addSuggestionMarker'](_0x36bcb6,_0x5b202e,_0x514b8d,_0xa323fa),_0x597752;}}['markMultiRangeDeletion'](_0x5e0b04,_0x1325c4='multi',_0x1754e1={}){const _0xd98d53=this['editor']['plugins']['get']('Users')['me'],_0x4659f8=_0x5e0b04['map'](_0x17b838=>new _0x5a0cc1(_0x17b838['start'],_0x17b838['end'])),_0x2ce929=new Set();for(const {suggestion:_0x6b4903,meta:_0xa718b1}of this['_findSuggestions'](_0x4659f8,'insertion'))_0xa718b1['isOwn']&&!_0xa718b1['isNextTo']&&_0x2ce929['add'](_0x6b4903);for(const _0x122939 of _0x2ce929)if(_0x122939['isMultiRange']){const _0x240975=_0x122939['getRanges']();(!_0x122939['attributes']||!_0x122939['attributes']['skipNestingCheck'])&&(_0x240975['every'](_0x4291a6=>_0x4659f8['some'](_0x32acdb=>_0x32acdb['containsRange'](_0x4291a6,!0x0)))&&_0x122939['discard']());if(_0x4659f8['every'](_0x56001f=>_0x240975['some'](_0x262980=>_0x262980['containsRange'](_0x56001f,!0x0)))){const _0x427904=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1325c4,'accept');return this['forceDefaultExecution'](()=>_0x427904(_0x5e0b04,null,_0x1754e1)),null;}}else{const _0x3e15a8=_0x122939['getFirstRange']();_0x4659f8['some'](_0x462e0e=>_0x462e0e['containsRange'](_0x3e15a8,!0x0))&&_0x122939['discard']();if(_0x4659f8['every'](_0x5ae33b=>_0x3e15a8['containsRange'](_0x5ae33b,!0x0))){const _0x437e17=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1325c4,'accept');return this['forceDefaultExecution'](()=>_0x437e17(_0x4659f8,null,_0x1754e1)),null;}}const _0x4e8bc7=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1325c4,'join');let _0x319909=null;for(const _0x4ccb94 of this['getSuggestions']())if(_0x4ccb94['author']['id']==_0xd98d53['id']&&_0x4ccb94['isInContent']&&'deletion'==_0x4ccb94['type']&&_0x4ccb94['subType']==_0x1325c4&&qt(_0x4ccb94,_0x1754e1)&&(_0x4e8bc7(_0x4ccb94['getRanges'](),_0x4659f8)||_0x4e8bc7(_0x4659f8,_0x4ccb94['getRanges']()))){if(_0x319909){if(_0x4ccb94['commentThread']&&_0x4ccb94['commentThread']['length'])continue;for(const _0x243c07 of _0x4ccb94['getRanges']())_0x319909['isIntersectingWithRange'](_0x243c07)||_0x319909['addRange'](_0x243c07);_0x4ccb94['removeMarkers']();}else{_0x319909=_0x4ccb94;for(const _0x2fe7ba of _0x4659f8)_0x4ccb94['isIntersectingWithRange'](_0x2fe7ba)||_0x4ccb94['addRange'](_0x2fe7ba);}}if(_0x319909)return _0x319909;_0x2ce929['clear']();for(const {suggestion:_0x10e687,meta:_0x2b37f7}of this['_findSuggestions'](_0x4659f8,'deletion'))_0x2b37f7['isOwn']&&(this['_mergeNestedSuggestions']||!_0x2b37f7['containsRangeInObject']&&!_0x2b37f7['isInsideObject'])&&qt(_0x10e687,_0x1754e1)&&_0x2ce929['add'](_0x10e687);for(const _0x527adb of _0x2ce929){const _0x978194=_0x527adb['getRanges']();if(!_0x1754e1||!_0x1754e1['skipNestingCheck']){if(_0x4659f8['every'](_0x36e012=>_0x978194['some'](_0x13b42a=>_0x13b42a['containsRange'](_0x36e012,!0x0))))return _0x527adb;}(!_0x527adb['attributes']||!_0x527adb['attributes']['skipNestingCheck'])&&(_0x978194['every'](_0x491e60=>_0x4659f8['some'](_0x29c664=>_0x29c664['containsRange'](_0x491e60,!0x0)))&&_0x527adb['discard']());}const _0x4016d5=_0x3ddfb4(),_0x19c656=_0xd98d53['id'],_0x4d1abc='deletion:'+_0x1325c4,_0x8b6c56=this['_setSuggestionData']({'id':_0x4016d5,'type':_0x4d1abc,'createdAt':new Date(),'authorId':_0x19c656,'attributes':_0x1754e1});for(const _0x37d5f3 of _0x4659f8)_0x37d5f3['detach'](),_0x37d5f3['isCollapsed']||'$graveyard'==_0x37d5f3['root']['rootName']||this['_addSuggestionMarker'](_0x4d1abc,_0x4016d5,_0x19c656,_0x37d5f3,u['getMultiRangeId']());return _0x8b6c56;}['markAttributeChange'](_0xe093d2,_0x506ce9,_0x581c3a,_0x380210,_0x226218){if(_0xe093d2['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x3a9343=this['editor']['plugins']['get']('Users')['me']['id'],_0x1e490a=Array['from'](this['_suggestions']['values']())['filter'](_0xa704b8=>'attribute'==_0xa704b8['type']&&_0xa704b8['data']['key']==_0x506ce9&&_0xa704b8['isIntersectingWithRange'](_0xe093d2));if('default'===this['_trackFormatChanges']){const _0x37a660=this['_findSuggestions'](_0xe093d2,'insertion')['filter'](({meta:_0x241214})=>_0x241214['isOwn']&&!_0x241214['isInsideObject']&&!_0x241214['isNextTo'])['map'](({suggestion:_0x2bee71})=>_0x2bee71);_0x1e490a['unshift'](..._0x37a660);}const _0x960aa5=new Map([[_0xe093d2,_0x581c3a]]);for(const _0xa6f07b of _0x1e490a){const _0x3d6400='attribute'==_0xa6f07b['type']?_0xa6f07b['data']['oldValue']:void 0x0,_0x1bcbfb=_0xa6f07b['getFirstRange'](),_0x537663=Array['from'](_0x960aa5['keys']())['find'](_0x39747c=>_0x39747c['isIntersecting'](_0x1bcbfb));if(!_0x537663)continue;const _0x1659a4=_0x537663['getDifference'](_0x1bcbfb);this['_isBlockAttribute'](_0x506ce9)&&'insertion'==_0xa6f07b['type']&&0x0!=_0x1659a4['length']||(_0x960aa5['delete'](_0x537663),_0x1659a4['forEach'](_0x4e5b9e=>{_0x960aa5['set'](_0x4e5b9e,_0x581c3a);}),'insertion'!=_0xa6f07b['type']&&_0x3d6400!=_0x380210&&_0x960aa5['set'](_0x537663['getIntersection'](_0x1bcbfb),_0x3d6400));}const _0x2a990a=[];for(const [_0x579af1,_0x2a99c7]of _0x960aa5){const _0x50f786=_0x3ddfb4(),_0xbc3304={'key':_0x506ce9,'oldValue':_0x2a99c7,'newValue':_0x380210};_0x506ce9['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':_0x506ce9});const _0x407b35=('attribute:'+(_0x506ce9+'|'+Gt({'newValue':_0x380210})))['substring'](0x0,0x3c),_0x141242=this['_setSuggestionData']({'id':_0x50f786,'type':_0x407b35,'data':_0xbc3304,'createdAt':new Date(),'authorId':_0x3a9343,'attributes':_0x226218});_0x2a990a['push'](_0x141242),this['_addSuggestionMarker'](_0x407b35,_0x50f786,_0x3a9343,_0x579af1);}return _0x2a990a;}['enableDefaultAttributesIntegration'](_0x3a9019){this['enableCommand'](_0x3a9019,(_0x3b8eb9,..._0x102cb4)=>{this['_recordAttributeChanges'](()=>{_0x3b8eb9(..._0x102cb4);});});}['registerBlockAttribute'](_0x3da49d){this['_blockAttributeKeys']['add'](_0x3da49d);}['registerInlineAttribute'](_0x481638){this['_inlineAttributeKeys']['add'](_0x481638);}['_getAttributeKey'](_0x1d4ca6){return'attribute'==_0x1d4ca6['type']?_0x1d4ca6['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x32eac6,_0x3c375b){const _0x228fd1=_0x32eac6['getFirstMarker']();this['_model']['change'](_0x39a824=>{_0x39a824['updateMarker'](_0x228fd1,{'range':_0x3c375b});});}['_addThreadToSuggestion'](_0x577965){const _0x10bf93=_0x577965['id'],_0x82b15a=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x10bf93)||this['_commentsRepository']['addCommentThread']({'channelId':_0x82b15a,'threadId':_0x10bf93,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x2c838b=this['_commentsRepository']['getCommentThread'](_0x10bf93);_0x2c838b['unbind']('isRemovable'),_0x2c838b['isRemovable']=!0x1,_0x577965['commentThread']=_0x2c838b;}['_checkSuggestionCorrectness'](_0x3d16b2,_0x586185,_0xdad319,_0x237c60){if(_0x3d16b2['type']!=_0x586185||_0x3d16b2['subType']!=_0xdad319||_0x3d16b2['creator']['id']!=_0x237c60)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x54de02('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x1bd014,_0x55ebc4){const _0x386076=_0x1bd014['getFirstRange']();if(_0x55ebc4['isEqual'](_0x386076))_0x1bd014['removeMarkers']();else{if(_0x386076['containsRange'](_0x55ebc4)){const _0x1495e0=this['_model']['createPositionAt'](_0x55ebc4['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x1bd014,this['_model']['createRange'](_0x386076['start'],_0x1495e0));const _0x56ba5e=_0x3ddfb4(),_0x24a610=_0x1bd014['creator']['id'],_0x325877=_0x1bd014['type']+':'+_0x1bd014['subType'];this['_setSuggestionData']({'id':_0x56ba5e,'type':_0x325877,'createdAt':new Date(),'authorId':_0x24a610,'data':_0x1bd014['data'],'attributes':_0x1bd014['attributes']});const _0x22dc98=this['_model']['createPositionAt'](_0x55ebc4['end']['parent'],'after'),_0x58af11=this['_model']['createRange'](_0x22dc98,_0x386076['end']);this['_addSuggestionMarker'](_0x325877,_0x56ba5e,_0x24a610,_0x58af11);}else{if(_0x386076['containsPosition'](_0x55ebc4['start'])){const _0xe1d0bd=this['_model']['createPositionAt'](_0x55ebc4['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x1bd014,this['_model']['createRange'](_0x386076['start'],_0xe1d0bd));}else{const _0x1ec0c4=this['_model']['createPositionAt'](_0x55ebc4['end']['parent'],'after');this['_setSuggestionRange'](_0x1bd014,this['_model']['createRange'](_0x1ec0c4,_0x386076['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x245ba8){for(const {suggestion:_0x2daeef,meta:_0x10844d}of this['_findSuggestions'](_0x245ba8,'insertion')){if(!_0x10844d['isOwn'])continue;const _0x31c569=_0x2daeef['getRanges']();for(const _0x2195be of _0x31c569)if(!_0x245ba8['getDifference'](_0x2195be)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0xe7c4fb){const _0xd070d=this['editor']['plugins']['get']('Users')['getUser'](_0xe7c4fb);if(!_0xd070d)throw new _0x54de02('track-changes-user-not-found',this);return _0xd070d;}['_getExternalAuthor'](_0x2759ed){const _0x4b89f3=this['editor']['plugins']['get']('Users'),_0x4d3410=_0x1e1f8c('external:'+_0x2759ed),_0x124951=_0x4b89f3['getUser'](_0x4d3410);return _0x124951||_0x4b89f3['addUser']({'id':_0x4d3410,'name':_0x2759ed});}['_createSuggestion'](_0x396a6b,_0x1b5796,_0xd72ab,_0x581c5c,_0x59df3f){const _0x36d43e=this['_getAuthorFromId'](_0x581c5c),_0x2461c6=this['_suggestionFactory']['buildSuggestion'](_0x396a6b,_0x1b5796,_0xd72ab,_0x36d43e,_0x59df3f,_0x219abb=>{this['_updateSuggestionData'](_0xd72ab,{'attributes':_0x219abb});const _0x1fe9a7=this['getSuggestion'](_0xd72ab);this['_joinWithAdjacentSuggestions'](new Set([_0x1fe9a7])),this['_refreshSuggestionsChain'](new Set([_0x1fe9a7]));});return this['listenTo'](_0x2461c6,'accept',()=>{this['_updateSuggestionData'](_0xd72ab,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x2461c6,'discard',()=>{this['_updateSuggestionData'](_0xd72ab,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0xd72ab,_0x2461c6),this['_suggestionState']['set'](_0x2461c6,'notReady'),_0x2461c6;}['_splitMarkerName'](_0x4f66ce){const _0x5eba86=_0x4f66ce['split'](':');return{'group':_0x5eba86[0x0],'type':_0x5eba86[0x1],'subType':_0x5eba86['length']>=0x5?_0x5eba86[0x2]:null,'id':_0x5eba86['length']<0x5?_0x5eba86[0x2]:_0x5eba86[0x3],'authorId':_0x5eba86['length']<0x5?_0x5eba86[0x3]:_0x5eba86[0x4],'markerCount':0x6==_0x5eba86['length']?_0x5eba86[0x5]:null};}['_breakSuggestionMarker'](_0xb33035,_0xbe5c77,_0x50d4f0){const _0x11d2ec=_0xb33035['getFirstRange'](),_0x16d98b=_0x11d2ec['start'],_0x4431a0=_0x11d2ec['end'];this['_setSuggestionRange'](_0xb33035,this['_model']['createRange'](_0x16d98b,_0xbe5c77));const _0x40a503=_0x3ddfb4(),_0x34dd61=_0xb33035['creator']['id'],_0x4e0089=_0xb33035['type']+(_0xb33035['subType']?':'+_0xb33035['subType']:'');this['_setSuggestionData']({'id':_0x40a503,'type':_0x4e0089,'createdAt':new Date(),'authorId':_0x34dd61,'originalSuggestionId':_0xb33035['id'],'attributes':_0xb33035['attributes'],'data':_0xb33035['data']});const _0xefe28=this['_getAttributeKey'](_0xb33035);('formatBlock'==_0xb33035['type']||_0xefe28&&this['_isBlockAttribute'](_0xefe28))&&(_0x50d4f0=this['_model']['createPositionBefore'](_0x50d4f0['parent'])),this['_addSuggestionMarker'](_0x4e0089,_0x40a503,_0x34dd61,this['_model']['createRange'](_0x50d4f0,_0x4431a0));}['_findSuggestions'](_0x38c415,_0x51f43e=null){const _0x312299=[],_0x5f3831=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x38c415)||(_0x38c415=[_0x38c415]);for(const _0x50ec75 of this['getSuggestions']()){if(!_0x50ec75['isInContent'])continue;if(_0x51f43e&&_0x50ec75['type']!=_0x51f43e)continue;let _0x6efe98=!0x1;for(const _0x4560af of _0x50ec75['getRanges']()){for(const _0x48b08e of _0x38c415){const _0x52fc0b=_0x48b08e['start']['isEqual'](_0x4560af['end'])||_0x48b08e['end']['isEqual'](_0x4560af['start']);if(_0x52fc0b||_0x48b08e['getIntersection'](_0x4560af)){const _0x4831c2=_0x48b08e['containsRange'](_0x4560af)&&Ot(this['_model']['schema'],_0x4560af['start'],_0x48b08e),_0x3ab2aa=_0x4560af['containsRange'](_0x48b08e)&&Ot(this['_model']['schema'],_0x48b08e['start'],_0x4560af);_0x312299['push']({'suggestion':_0x50ec75,'meta':{'isOwn':_0x5f3831==_0x50ec75['author'],'isNextTo':_0x52fc0b,'isInsideObject':_0x4831c2,'containsRangeInObject':_0x3ab2aa}}),_0x6efe98=!0x0;break;}}if(_0x6efe98)break;}}return _0x312299;}['_addSuggestionMarker'](_0xf2aba8,_0xf85933,_0x26df15,_0x50e128,_0x5cfbf5){this['_model']['change'](_0x1e7c25=>{let _0x296449='suggestion:'+_0xf2aba8+':'+_0xf85933+':'+_0x26df15;_0x5cfbf5&&(_0x296449=_0x296449+':'+_0x5cfbf5),_0x1e7c25['addMarker'](_0x296449,{'range':_0x50e128,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x64f7be){const _0x54ec99=_0x64f7be['previous'],_0x1ba74d=_0x64f7be['next'];_0x64f7be['previous']=null,_0x64f7be['next']=null,null!=_0x54ec99&&_0x54ec99['next']==_0x64f7be&&(_0x54ec99['next']=_0x1ba74d),null!=_0x1ba74d&&_0x1ba74d['previous']==_0x64f7be&&(_0x1ba74d['previous']=_0x54ec99),'ready'==this['_suggestionState']['get'](_0x64f7be)&&(this['_suggestionState']['set'](_0x64f7be,'removed'),this['fire']('suggestionUnloaded',_0x64f7be,_0x54ec99,_0x1ba74d));}['_setSuggestionData'](_0x11b5ff){const _0xeecf77=_0x11b5ff['id'],_0x3e0c4a=this['addSuggestionData'](_0x11b5ff);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x24d7fa=this['editor']['plugins']['get']('PendingActions'),_0x38e94c=_0x3e0c4a['hasComments'],_0x2f7ed0=_0x3e0c4a['subType']?_0x3e0c4a['type']+':'+_0x3e0c4a['subType']:_0x3e0c4a['type'],_0x30622c=this['editor']['locale'],_0x2e79e2=_0x24d7fa['add'](o(_0x30622c,'PENDING_ACTION_SUGGESTION')),_0x458c30={'id':_0xeecf77,'type':_0x2f7ed0,'hasComments':_0x38e94c,'data':_0x11b5ff['data']||null,'originalSuggestionId':_0x11b5ff['originalSuggestionId']||null,'attributes':_0x3e0c4a['attributes']};this['_adapter']['addSuggestion'](_0x458c30)['then'](_0x140564=>{_0x3e0c4a['_saved']=!0x0,_0x24d7fa['remove'](_0x2e79e2),_0x140564&&_0x140564['createdAt']&&(this['_suggestions']['get'](_0xeecf77)['createdAt']=_0x140564['createdAt']);})['catch'](_0x5603a6=>{throw _0x2fc8b6('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x3e0c4a['discard']();}),_0x3e0c4a['stopListening'](),this['_suggestions']['delete'](_0x3e0c4a['id']),this['_suggestionState']['delete'](_0x3e0c4a),_0x5603a6;});}return _0x3e0c4a;}['_isBlockAttribute'](_0x4af04e){return this['_blockAttributeKeys']['has'](_0x4af04e);}['_updateSuggestionData'](_0x5bdab5,_0xd0709b){const _0x40ea63=this['editor']['plugins']['get']('PendingActions'),_0x44fa15=this['getSuggestion'](_0x5bdab5);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x44fa15['_saved']){const _0x5ab9f1=_0x40ea63['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x5bdab5,_0xd0709b)['then'](()=>{_0x40ea63['remove'](_0x5ab9f1);});}else _0x44fa15['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x5bdab5,_0xd0709b);});}}['_getSuggestionData'](_0x33a84a){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x54de02('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x33a84a);}['_handleNewSuggestionMarker'](_0x32e9a5){const {id:_0x16decd,type:_0x13bc31,subType:_0xab7736,authorId:_0xa725bf}=this['_splitMarkerName'](_0x32e9a5),_0x253fa1=this['_suggestions']['get'](_0x16decd)||this['_createSuggestion'](_0x13bc31,_0xab7736,_0x16decd,_0xa725bf,{});switch(this['_checkSuggestionCorrectness'](_0x253fa1,_0x13bc31,_0xab7736,_0xa725bf),this['_suggestionState']['get'](_0x253fa1)){case'notReady':this['_getSuggestionData'](_0x16decd)['then'](_0x420b7f=>{let _0x522f88=Promise['resolve']();_0x420b7f['hasComments']&&(_0x522f88=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x16decd})),_0x522f88['then'](()=>{this['addSuggestionData'](_0x420b7f)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x253fa1,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x16decd,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x253fa1,'ready'),this['fire']('suggestionLoaded',_0x253fa1);break;case'ready':this['fire']('suggestionChanged',_0x253fa1);}return _0x253fa1['addMarkerName'](_0x32e9a5),_0x253fa1;}['_refreshSuggestionsChain'](_0x51d0b4){const _0x37c9da=Array['from'](_0x51d0b4),_0x1eb461=_0x37c9da['filter'](_0x3f3711=>'attribute'==_0x3f3711['type']);this['_refreshAttributeSuggestionsChain'](_0x1eb461);const _0x4e42f6=_0x37c9da['filter'](_0x29bdea=>!_0x29bdea['isMultiRange']&&'attribute'!=_0x29bdea['type']),_0x3ebbe6=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x460b18=>!_0x460b18['isMultiRange']&&'attribute'!=_0x460b18['type']),_0x2c7826=_0x3ebbe6['filter'](_0x11bd08=>!_0x51d0b4['has'](_0x11bd08)),_0x24ed67=new Map(_0x3ebbe6['map'](_0x17341d=>[_0x17341d,this['_suggestionFactory']['getSuggestionCallback'](_0x17341d['type'],_0x17341d['subType'],'chain')])),_0xdfe191=new Map(_0x3ebbe6['map'](_0x18aaf3=>[_0x18aaf3,_0x18aaf3['getFirstRange']()])),_0x32eb37=new Set(),_0x263d69=new Set();for(let _0x14584e=0x0;_0x14584e<_0x4e42f6['length'];_0x14584e++)_0xa32900(_0x4e42f6[_0x14584e],_0x4e42f6,_0x14584e+0x1);for(let _0x462592=0x0;_0x462592<_0x4e42f6['length'];_0x462592++)_0xa32900(_0x4e42f6[_0x462592],_0x2c7826,0x0);const _0x7bb42f=new Set();for(let _0x4dc2e2=0x0;_0x4dc2e2<_0x4e42f6['length'];_0x4dc2e2++){const _0x50dc49=_0x4e42f6[_0x4dc2e2];!_0x263d69['has'](_0x50dc49)&&_0x50dc49['previous']&&(_0x7bb42f['add'](_0x50dc49['previous']),_0x50dc49['previous']['next']===_0x50dc49&&(_0x50dc49['previous']['next']=null),_0x50dc49['previous']=null),!_0x32eb37['has'](_0x50dc49)&&_0x50dc49['next']&&(_0x7bb42f['add'](_0x50dc49['next']),_0x50dc49['next']['previous']===_0x50dc49&&(_0x50dc49['next']['previous']=null),_0x50dc49['next']=null);}function _0xa32900(_0x3df9f9,_0x1c3000,_0x19159c){for(let _0x2e5205=_0x19159c;_0x2e5205<_0x1c3000['length'];_0x2e5205++){const _0x28d842=_0x13ed1a(_0x3df9f9,_0x1c3000[_0x2e5205]);_0x28d842&&(_0x28d842[0x0]['next']=_0x28d842[0x1],_0x28d842[0x1]['previous']=_0x28d842[0x0],_0x32eb37['add'](_0x28d842[0x0]),_0x263d69['add'](_0x28d842[0x1]));}}function _0x13ed1a(_0x466b1e,_0x5e09f0){if(_0x466b1e['author']['id']!==_0x5e09f0['author']['id'])return null;const _0x514a28=_0x24ed67['get'](_0x466b1e)(_0x466b1e,_0x5e09f0,_0xdfe191['get'](_0x466b1e),_0xdfe191['get'](_0x5e09f0));if(!_0x514a28)return null;return _0x24ed67['get'](_0x5e09f0)(_0x466b1e,_0x5e09f0,_0xdfe191['get'](_0x466b1e),_0xdfe191['get'](_0x5e09f0))?_0x514a28[0x1]['commentThread']&&_0x514a28[0x1]['commentThread']['length']?null:_0x514a28:null;}_0x7bb42f['size']&&this['_refreshSuggestionsChain'](_0x7bb42f);}['_refreshAttributeSuggestionsChain'](_0x42167f){if(0x0==_0x42167f['length'])return;const _0x1e0472=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x41b0a0=>'attribute'==_0x41b0a0['type']&&_0x41b0a0['_isDataLoaded']),_0x10c82b=[],_0x16ddc2=new Map();for(const _0x47e183 of _0x1e0472){const _0x14f618=_0x1e1f8c(_0x47e183['attributes']);_0x16ddc2['has'](_0x14f618)||(_0x16ddc2['set'](_0x14f618,_0x10c82b['length']),_0x10c82b['push']([]));const _0x7b013e=_0x16ddc2['get'](_0x14f618);_0x10c82b[_0x7b013e]['push'](_0x47e183);}!(function(){_0x10c82b['sort']((_0x3e8181,_0x59bdac)=>{const _0x41d8b1=_0x3e8181[0x0]['createdAt'],_0xb1237d=_0x59bdac[0x0]['createdAt'];return _0x41d8b1==_0xb1237d?_0x3e8181[0x0]['attributes']['groupId']<_0x59bdac[0x0]['attributes']['groupId']?-0x1:0x1:_0x41d8b1<_0xb1237d?-0x1:0x1;});for(const _0x1b1ca9 of _0x10c82b)_0x1b1ca9['sort']((_0x42bde8,_0x16adad)=>_0x42bde8['id']<_0x16adad['id']?-0x1:0x1);}());for(let _0x7f3354=0x0;_0x7f3354<_0x10c82b['length'];_0x7f3354++){if(0x0==_0x10c82b[_0x7f3354]['length'])continue;const _0x178a1d=[];for(let _0x1c862b=_0x7f3354+0x1;_0x1c862b<_0x10c82b['length'];_0x1c862b++)0x0!=_0x10c82b[_0x1c862b]['length']&&_0x2dcd6a(_0x10c82b[_0x7f3354],_0x10c82b[_0x1c862b])&&_0x178a1d['push'](_0x1c862b);for(const _0x314e5b of _0x178a1d)_0x10c82b[_0x7f3354]=_0x10c82b[_0x7f3354]['concat'](_0x10c82b[_0x314e5b]),_0x10c82b[_0x314e5b]=[];}for(const _0x3c7758 of _0x10c82b)for(let _0x1e31fe=0x0;_0x1e31fe<_0x3c7758['length'];_0x1e31fe++){const _0x40db55=_0x3c7758[_0x1e31fe+0x1]||null;_0x3c7758[_0x1e31fe]['next']!==_0x40db55&&(_0x3c7758[_0x1e31fe]['next']=_0x40db55);}for(const _0x981595 of _0x10c82b)for(let _0x4ac552=0x0;_0x4ac552<_0x981595['length'];_0x4ac552++){const _0x180572=_0x981595[_0x4ac552-0x1]||null;_0x981595[_0x4ac552]['previous']!==_0x180572&&(_0x981595[_0x4ac552]['previous']=_0x180572);}function _0x2dcd6a(_0x2f5f72,_0x386404){if(_0x2f5f72[0x0]['attributes']['groupId']!==_0x386404[0x0]['attributes']['groupId']&&_0x2f5f72[0x0]['author']!==_0x386404[0x0]['author'])return!0x1;if(!function(_0x3c0512,_0x3a252e){if(!_0x3c0512['hasComments']&&!_0x3a252e['hasComments'])return!0x0;if(_0x3c0512['hasComments']&&_0x3a252e['hasComments'])return!0x1;if(_0x3c0512['hasComments']&&_0x3a252e['createdAt']<_0x3c0512['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x3a252e['hasComments']&&_0x3c0512['createdAt']<_0x3a252e['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x2f5f72[0x0],_0x386404[0x0]))return!0x1;const _0x563c05=Tt(_0x2f5f72[0x0]['attributes'],'groupId'),_0x20abe4=Tt(_0x386404[0x0]['attributes'],'groupId');if(!_0x4118e1(_0x563c05,_0x20abe4))return!0x1;return!!_0x2f5f72['every'](_0x45e860=>_0x386404['some'](_0x2bdbbf=>_0x45e860['getFirstRange']()['isEqual'](_0x2bdbbf['getFirstRange']())))&&_0x386404['every'](_0x4c7979=>_0x2f5f72['some'](_0x5a9d2d=>_0x4c7979['getFirstRange']()['isEqual'](_0x5a9d2d['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x495690){const _0x55fdae=Array['from'](_0x495690),_0x42db9a=this['getSuggestions']({'skipNotAttached':!0x0}),_0x2c9c57=_0x42db9a['filter'](_0x330b8e=>!_0x495690['has'](_0x330b8e)),_0x1dea1e=new Map(_0x55fdae['map'](_0xad6506=>[_0xad6506,this['_suggestionFactory']['getSuggestionCallback'](_0xad6506['type'],_0xad6506['subType'],'join')])),_0x4d6de6=new Map(_0x42db9a['map'](_0x5af8cf=>[_0x5af8cf,_0x5af8cf['getRanges']()]));for(let _0x2488b2=0x0;_0x2488b2<_0x55fdae['length'];_0x2488b2++){if(_0x3912d8(this,_0x55fdae[_0x2488b2],_0x55fdae,_0x2488b2+0x1))return!0x0;}for(let _0x553a11=0x0;_0x553a11<_0x55fdae['length'];_0x553a11++){if(_0x3912d8(this,_0x55fdae[_0x553a11],_0x2c9c57,0x0))return!0x0;}return!0x1;function _0x3912d8(_0x5d39b0,_0x3935ac,_0x55c48b,_0x53ca5a){for(let _0x69760b=_0x53ca5a;_0x69760b<_0x55c48b['length'];_0x69760b++){const _0x382b91=_0x55c48b[_0x69760b];if(_0x382b91['type']!==_0x3935ac['type']||_0x382b91['author']['id']!==_0x3935ac['author']['id']||_0x382b91['subType']!==_0x3935ac['subType'])continue;if(!Jt(_0x3935ac,_0x382b91))continue;if('attribute'==_0x3935ac['type']&&_0x3935ac['data']['oldValue']!=_0x382b91['data']['oldValue'])continue;if('attribute'==_0x3935ac['type']&&_0x5d39b0['_isBlockAttribute'](_0x3935ac['data']['key']))continue;if('formatBlock'==_0x3935ac['type']){const _0x1e97bf=_0x5d39b0['editor']['model'],_0x366ced=_0x3935ac['getContainedElement']();if(_0x366ced&&(_0x1e97bf['schema']['isObject'](_0x366ced)||_0x1e97bf['schema']['isLimit'](_0x366ced)))continue;}const _0x36ce7d=_0x1dea1e['get'](_0x3935ac),_0x1eedce=_0x4d6de6['get'](_0x3935ac),_0xf10238=_0x4d6de6['get'](_0x382b91),_0x49290d=_0x3935ac['commentThread']&&_0x3935ac['commentThread']['length'],_0x340588=_0x382b91['commentThread']&&_0x382b91['commentThread']['length'];if(!_0x49290d&&_0x36ce7d(_0xf10238,_0x1eedce))return _0x5d39b0['_joinSuggestions'](_0x382b91,_0x3935ac),_0x4d6de6['delete'](_0x3935ac),!0x0;if(!_0x340588&&_0x36ce7d(_0x1eedce,_0xf10238))return _0x5d39b0['_joinSuggestions'](_0x3935ac,_0x382b91),_0x4d6de6['delete'](_0x382b91),!0x0;}return!0x1;}}['_joinSuggestions'](_0x2d46e8,_0x196d3){if(_0x2d46e8['isMultiRange']){for(const _0x103037 of _0x196d3['getRanges']())_0x2d46e8['addRange'](_0x103037);}else{const _0xd73fd7=_0x196d3['getFirstRange']()['end'];this['_setSuggestionRange'](_0x2d46e8,this['_model']['createRange'](_0x2d46e8['getFirstRange']()['start'],_0xd73fd7));}_0x196d3['removeMarkers']();}['_getMarkerAnnouncementText'](_0x44f8eb,_0x4e7b7a,_0x2a7918){const _0xe6c103=_0x44f8eb['startsWith']('format')||_0x44f8eb['startsWith']('attribute')?'FORMATTING':_0x44f8eb['toUpperCase']();return o(this['editor']['locale'],_0x4e7b7a+'_'+_0xe6c103+'_SUGGESTION_ANNOUNCEMENT',_0x2a7918);}['_initAriaMarkerChangeAnnouncements'](){const _0xceb22c=this['editor'];if(!_0xceb22c['ui'])return;const {ariaLiveAnnouncer:_0x1e55da}=_0xceb22c['ui'];_0x2f112c(this['_model'],({left:_0x574344,entered:_0x3d73ea})=>{for(const _0x366150 of _0x574344){const {group:_0x3d26a0,type:_0x3c827a}=this['_splitMarkerName'](_0x366150['name']);if('suggestion'===_0x3d26a0){_0x1e55da['announce'](this['_getMarkerAnnouncementText'](_0x3c827a,'LEAVE'));break;}}for(const _0x1b7a29 of _0x3d73ea){const {group:_0x49425d,type:_0x4485a2}=this['_splitMarkerName'](_0x1b7a29['name']);if('suggestion'===_0x49425d){_0x1e55da['announce'](this['_getMarkerAnnouncementText'](_0x4485a2,'ENTER',_0x58fcd4(_0x5f0def)));break;}}});}['_processAttributeChanges'](_0x269940){if(this['_recordAttributeSuggestions'])return!0x1;const _0x531a37=this['editor'],_0x47ef79=_0x531a37['model']['document']['differ']['getChanges']();if(0x0==_0x47ef79['length'])return!0x1;const _0xbf327c=[],_0x15de74=_0x47ef79['filter'](_0x20fa86=>'attribute'==_0x20fa86['type']),_0x4d7b84=_0x47ef79['filter'](_0x325d64=>'insert'==_0x325d64['type']&&'$text'!=_0x325d64['name']),_0x38ba7a=_0x47ef79['filter'](_0x83708f=>'remove'==_0x83708f['type']&&'$text'!=_0x83708f['name']);for(const _0x268eb1 of _0x15de74)_0xbf327c['push']({'key':_0x268eb1['attributeKey'],'newValue':_0x268eb1['attributeNewValue'],'oldValue':_0x268eb1['attributeOldValue'],'range':Pt(_0x268eb1['range'],_0x531a37['model'])});for(const _0x530f27 of _0x4d7b84){const _0x27386f=_0x38ba7a['find'](_0xeda8b7=>_0xeda8b7['position']['isEqual'](_0x530f27['position']));_0x27386f&&_0xbf327c['push']({'key':m,'newValue':_0x530f27['name'],'oldValue':_0x27386f['name'],'range':_0x531a37['model']['createRangeOn'](_0x530f27['position']['nodeAfter'])});}return 0x0!=_0xbf327c['length']&&this['_reduceExistingSuggestions'](_0x269940,_0xbf327c);}['_processAttributeSuggestions'](_0x3a27c6){let _0x7d8e1f=!0x1;const _0x3c577b=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x3cd8b4=>_0x3cd8b4['data']['newRange']&&_0x3cd8b4['name']['startsWith']('suggestion:attribute:'));for(const _0x3f63e4 of _0x3c577b){const {subType:_0x535da7,id:_0x3f95cd}=this['_splitMarkerName'](_0x3f63e4['name']),_0x54023c=_0x535da7['split']('|')[0x0];for(const _0x2155a6 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x2155a6['id']!=_0x3f95cd&&'attribute'==_0x2155a6['type']&&_0x2155a6['data']&&_0x2155a6['data']['key']==_0x54023c&&_0x2155a6['getFirstRange']()['isIntersecting'](_0x3f63e4['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x2155a6,_0x3f63e4['data']['newRange'],_0x3a27c6),_0x7d8e1f=!0x0);}return _0x7d8e1f;}['_recordAttributeChanges'](_0xa7442c){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0xa7442c();}['_isRegisteredAttribute'](_0x4b70d9){const _0x1f6e4d=this['_isBlockAttribute'](_0x4b70d9),_0x3c77b4=this['_inlineAttributeKeys']['has'](_0x4b70d9);return _0x1f6e4d||_0x3c77b4;}['_reduceExistingSuggestions'](_0x435fa9,_0x5514f0){if(0x0==_0x5514f0['length'])return!0x1;let _0x307b31=!0x1;for(const _0x6b9cbc of _0x5514f0){const _0x593aae=this['_findSuggestions'](_0x6b9cbc['range'],'attribute')['filter'](_0x508b1a=>!_0x508b1a['meta']['isNextTo'])['map'](_0x14d5ca=>_0x14d5ca['suggestion']),_0x53e175=_0x1e1f8c({'newValue':_0x6b9cbc['newValue']});_0x593aae['filter'](_0x5aafd7=>{const [_0x915d61,_0x200c40]=_0x5aafd7['subType']['split']('|');return _0x915d61==_0x6b9cbc['key']&&_0x200c40!=_0x53e175;})['forEach'](_0x31317b=>{this['_reduceSuggestionAttributeRange'](_0x31317b,_0x6b9cbc['range'],_0x435fa9),_0x307b31=!0x0;});}return _0x307b31;}['_reduceSuggestionAttributeRange'](_0x41712f,_0xb8c8df,_0x504052){const _0x89c2f4=_0x41712f['getFirstRange']()['getDifference'](_0xb8c8df);0x0!==_0x89c2f4['length']?0x1!==_0x89c2f4['length']?this['_breakSuggestionMarker'](_0x41712f,_0xb8c8df['start'],_0xb8c8df['end']):this['_setSuggestionRange'](_0x41712f,_0x89c2f4[0x0]):_0x504052['removeMarker'](_0x41712f['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x46fb82){this['_editor']=_0x46fb82,this['_model']=_0x46fb82['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x2d4efd,_0x21808a,_0x33b143,_0x4ac2a2,_0x26a534,_0x1443e9){return new u(this['_model'],{'type':_0x2d4efd,'subType':_0x21808a,'id':_0x33b143,'author':_0x4ac2a2,'creator':_0x4ac2a2,'attributes':_0x26a534,'onAttributesChange':_0x1443e9,'onAccept':(..._0x3bcbdd)=>this['getSuggestionCallback'](_0x2d4efd,_0x21808a,'accept')(..._0x3bcbdd),'onDiscard':(..._0x58c41b)=>this['getSuggestionCallback'](_0x2d4efd,_0x21808a,'discard')(..._0x58c41b)});}['registerCustomCallback'](_0x598afd,_0xd868e6,_0x364724,_0x28d87c){const _0x1c90b7=_0x598afd+':'+_0xd868e6+':'+_0x364724;this['_customCallbacks']['set'](_0x1c90b7,_0x28d87c);}['getSuggestionCallback'](_0x102f33,_0x372927,_0x68c60e){const _0xe818a6=_0x102f33+':'+_0x372927+':'+_0x68c60e;return this['_customCallbacks']['get'](_0xe818a6)||this['_defaultCallbacks']['get'](_0x102f33+':'+_0x68c60e);}['_registerDefaultCallbacks'](){const _0x374f6a=()=>!0x1,_0x512d0e=_0x3bd4dd=>{_0x3bd4dd['sort']((_0x1bf9b9,_0x2a2b9c)=>_0x1bf9b9['start']['isBefore'](_0x2a2b9c['start'])?0x1:-0x1),this['_model']['change'](_0x522efa=>{for(const _0x316e93 of _0x3bd4dd){let _0x30f478;_0x30f478=_0x316e93['end']['isAtEnd']&&_0x316e93['end']['parent']==_0x316e93['start']['nodeAfter']?_0x522efa['createSelection'](_0x316e93['start']['nodeAfter'],'on'):_0x522efa['createSelection'](_0x316e93),this['_model']['deleteContent'](_0x30f478,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x19563d=(_0x104f94,_0x86f40d)=>{_0x86f40d&&this['_model']['change'](_0x44a065=>{const {commandName:_0xdccb9d,commandParams:_0x500136=[]}=_0x86f40d,_0x1b648e=_0x104f94['map'](_0x34f4c4=>(Vt(_0x34f4c4)&&(_0x34f4c4=this['_model']['createRange'](_0x34f4c4['end'])),_0x34f4c4))['filter'](_0x3ca945=>'$graveyard'!==_0x3ca945['root']['rootName']);if(_0x1b648e['length']<0x1)return;const _0x366a04=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x34115d=>_0x5a0cc1['fromRange'](_0x34115d));_0x44a065['setSelection'](_0x1b648e);for(const _0x53d20f of this['_editor']['commands']['commands']())_0x53d20f['refresh']();_0x500136['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0xdccb9d,..._0x500136);const _0x380071=_0x366a04['filter'](_0x3346bc=>'$graveyard'!=_0x3346bc['root']['rootName']);_0x380071['length']>0x0&&_0x44a065['setSelection'](_0x380071);for(const _0x2b3533 of _0x366a04)_0x2b3533['detach']();});},_0x529ff8=(_0x291cd0,_0xe38f06)=>0x1==_0x291cd0['length']&&0x1==_0xe38f06['length']&&_0x291cd0[0x0]['end']['isEqual'](_0xe38f06[0x0]['start']),_0x47ff41=(_0x2b9197,_0x4fcaed,_0x42f312,_0x49fd62)=>Ht(_0x2b9197,_0x4fcaed,_0x42f312,_0x49fd62,this['_model'])?[_0x2b9197,_0x4fcaed]:Ht(_0x4fcaed,_0x2b9197,_0x49fd62,_0x42f312,this['_model'])?[_0x4fcaed,_0x2b9197]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x374f6a),this['_defaultCallbacks']['set']('insertion:discard',_0x512d0e),this['_defaultCallbacks']['set']('insertion:join',_0x529ff8),this['_defaultCallbacks']['set']('insertion:chain',_0x47ff41),this['_defaultCallbacks']['set']('deletion:accept',_0x512d0e),this['_defaultCallbacks']['set']('deletion:discard',_0x374f6a),this['_defaultCallbacks']['set']('deletion:join',_0x529ff8),this['_defaultCallbacks']['set']('deletion:chain',_0x47ff41),this['_defaultCallbacks']['set']('formatInline:accept',_0x19563d),this['_defaultCallbacks']['set']('formatInline:discard',_0x374f6a),this['_defaultCallbacks']['set']('formatInline:join',_0x529ff8),this['_defaultCallbacks']['set']('formatInline:chain',_0x374f6a),this['_defaultCallbacks']['set']('formatBlock:accept',_0x19563d),this['_defaultCallbacks']['set']('formatBlock:discard',_0x374f6a),this['_defaultCallbacks']['set']('formatBlock:join',_0x529ff8),this['_defaultCallbacks']['set']('formatBlock:chain',_0x374f6a),this['_defaultCallbacks']['set']('attribute:accept',_0x374f6a),this['_defaultCallbacks']['set']('attribute:discard',(_0x2d8b68,_0x3e0063)=>{if(!_0x3e0063)return;const _0xf060ed=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x596e2c=>{if(_0x3e0063['key']==m)for(const _0x3f8fd2 of _0x2d8b68){const _0x5b31db=_0x3f8fd2['start']['nodeAfter'],_0x3b5172=_0x3e0063['oldValue'];_0x596e2c['rename'](_0x5b31db,_0x3b5172);}else{if(_0xf060ed['_isBlockAttribute'](_0x3e0063['key'])){for(const _0x49f8a8 of _0x2d8b68)void 0x0!==_0x3e0063['oldValue']?_0x596e2c['setAttribute'](_0x3e0063['key'],_0x3e0063['oldValue'],_0x49f8a8['start']['nodeAfter']):_0x596e2c['removeAttribute'](_0x3e0063['key'],_0x49f8a8['start']['nodeAfter']);}else{for(const _0x1e02ab of _0x2d8b68)_0x3e0063['oldValue']?_0x596e2c['setAttribute'](_0x3e0063['key'],_0x3e0063['oldValue'],_0x1e02ab):_0x596e2c['removeAttribute'](_0x3e0063['key'],_0x1e02ab);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x529ff8);}}function Ot(_0x3f8271,_0x504f2a,_0x4027f5){for(const _0x90d9a1 of _0x504f2a['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x90d9a1['root']==_0x90d9a1)return!0x1;if(!_0x4027f5['containsItem'](_0x90d9a1))return!0x1;if(_0x3f8271['isObject'](_0x90d9a1)||_0x3f8271['isLimit'](_0x90d9a1))return!0x0;}return!0x1;}function Vt(_0x344100){return _0x344100['end']['parent']==_0x344100['start']['nodeAfter']&&_0x344100['end']['isAtStart'];}function Ut(_0x39ec05,_0x4f5699,_0xaf8cf9,_0xc30f39){const _0x265679=_0x1429db=>!_0x1429db['item']['is']('$textProxy')&&!_0xc30f39['isObject'](_0x1429db['item']),_0x4fed36=_0x39ec05['start']['getLastMatchingPosition'](_0x265679),_0x109376=_0x39ec05['end']['getLastMatchingPosition'](_0x265679,{'direction':'backward'});return(!_0x39ec05['start']['isEqual'](_0x4fed36)||!_0x39ec05['end']['isEqual'](_0x109376))&&(_0x4fed36['isBefore'](_0x109376)?_0xaf8cf9['updateMarker'](_0x4f5699,{'range':_0xaf8cf9['createRange'](_0x4fed36,_0x109376)}):_0xaf8cf9['removeMarker'](_0x4f5699),!0x0);}function Gt(_0x5ddce2){return _0x1e1f8c(_0x5ddce2);}function Ft(_0x267f51){const _0x4bfdb7=_0x267f51['start']['nodeAfter'];return _0x4bfdb7&&_0x4bfdb7['is']('element');}function Pt(_0x53e24e,_0x10f060){return null==_0x53e24e['end']['nodeBefore']&&_0x53e24e['end']['parent']==_0x53e24e['start']['nodeAfter']?Lt(_0x53e24e['start']['nodeAfter'],_0x10f060):_0x53e24e;}function Lt(_0x520b48,_0x53a727){const _0x3878f3=_0x53a727['schema']['isObject'](_0x520b48)||_0x53a727['schema']['isSelectable'](_0x520b48);return _0x53a727['createRange'](_0x53a727['createPositionAt'](_0x520b48,'before'),_0x3878f3?_0x53a727['createPositionAfter'](_0x520b48):_0x53a727['createPositionAt'](_0x520b48,'end'));}function Ht(_0x2c8c63,_0xd40ce,_0x402f0e,_0x1ed301,_0xac8a0c){if(_0x2c8c63['next'])return!0x1;if(!Jt(_0x2c8c63,_0xd40ce))return!0x1;if(_0x402f0e['end']['isEqual'](_0x1ed301['start']))return!0x0;if(_0x2c8c63['type']!=_0xd40ce['type'])return!0x1;if(!_0x402f0e['end']['isTouching'](_0x1ed301['start']))return!0x1;const _0x5a06ad=_0xac8a0c['createRange'](_0x402f0e['end'],_0x1ed301['start'])['getWalker']();for(const _0x139153 of _0x5a06ad)if(['elementStart','elementEnd']['includes'](_0x139153['type'])&&_0xac8a0c['schema']['isLimit'](_0x139153['item']))return!0x1;return!0x0;}function Jt(_0x1e4526,_0x4271d7){if(!_0x1e4526['_isDataLoaded']||!_0x4271d7['_isDataLoaded'])return!0x1;const _0x1f9511=new Set(Object['keys'](_0x1e4526['attributes'])),_0x14da0d=new Set(Object['keys'](_0x4271d7['attributes']));if(_0x1f9511['delete']('groupId'),_0x14da0d['delete']('groupId'),0x0==_0x1f9511['size']&&0x0==_0x14da0d['size'])return!0x0;if(_0x1f9511['size']!=_0x14da0d['size'])return!0x1;const _0xb2f9f0={..._0x1e4526['attributes']},_0x3768e0={..._0x4271d7['attributes']};return delete _0xb2f9f0['groupId'],delete _0x3768e0['groupId'],JSON['stringify'](_0xb2f9f0)==JSON['stringify'](_0x3768e0);}function qt(_0x1bce08,_0xf548b0){const _0xa905b7=zt(_0x1bce08['attributes']),_0x475e24=zt(_0xf548b0);if(!_0x1bce08['_isDataLoaded'])return!0x1;for(const _0x5475d9 of Object['keys'](_0x475e24))if(!_0x4118e1(_0xa905b7[_0x5475d9],_0x475e24[_0x5475d9]))return!0x1;return!0x0;}function zt(_0x221d62){const _0x32a029=Object['assign']({},_0x221d62);return delete _0x32a029['skipNestingCheck'],delete _0x32a029['tablePasteChainId'],_0x32a029;}class ae extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x3282ad(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x2d5a13,_0x22bd0b,_0x148273,_0x488168){super(),this['model']=_0x22bd0b,this['view']=_0x148273,this['commentThreadController']=_0x488168,this['_editor']=_0x2d5a13,this['_acceptCommand']=_0x2d5a13['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x2d5a13['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x2f1cbc,_0x39762e)=>_0x2f1cbc||_0x39762e),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x27a19e=>_0x27a19e&&this['_editor']['model']['canEditAt'](_0x22bd0b['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0xe64f63=>_0xe64f63&&this['_editor']['model']['canEditAt'](_0x22bd0b['getRanges']())),this['_pendingAction']=null,_0x148273['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x148273,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x148273,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x148273,'change:isDirty',()=>{_0x148273['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 _0x3bb23a=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x3bb23a);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x2a703d{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x464107,_0x3fe0e6,_0x16ce13,_0x3590d2){super(_0x464107),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x262384(_0x464107,o(_0x464107,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x3fe0e6['authoredAt']),this['bind']('authoredAt')['to'](_0x3fe0e6),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['bind']('ariaLabel')['to'](this,'length',_0x3fe0e6,'authoredAt',this,'descriptionParts',(_0x36131a,_0x5ef7ac,_0x111b01)=>{const _0x22734f=_0x111b01['map'](_0x4fcfa6=>ls(_0x4fcfa6['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x36131a-0x1,_0x3fe0e6['author']['name'],_0x5ef7ac?_0x3590d2['formatDateTime'](_0x5ef7ac):'',new DOMParser()['parseFromString'](_0x22734f,'text/html')['body']['textContent']]);}),this['focusables']=new _0x33b381(),this['focusTracker']=new _0xc2f063(),this['keystrokes']=new _0x86ce26(),this['focusCycler']=new _0x3f8b62({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x726670=>_0x726670['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x3fe0e6,this['_localUser']=_0x16ce13,this['_config']=_0x3590d2,_0x3590d2['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x48bc1e(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x4b04df}=this['_config'];this['commentsListView']=new _0x4b04df(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',_0x390dd5=>_0x390dd5+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x546731,_0x1d1510)=>_0x546731||!!_0x1d1510);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x31251f}=this['_config'],_0x5c004d=new _0x31251f(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x36cb03=_0x5c004d['commentInputView'];return _0x5c004d['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x36cb03,'value',(_0x50205f,_0x2a339d,_0x2e427e)=>!!_0x2e427e||_0x50205f&&!_0x2a339d),_0x36cb03['on']('submit',(_0x480906,_0x2c8ae4)=>{this['fire']('addComment',_0x2c8ae4),_0x36cb03['editor']['setData']('');}),_0x36cb03['on']('cancel',()=>this['focus']()),_0x36cb03['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x5c004d;}}class re extends us{['suggestionView'];['_descriptionElement'];constructor(_0x11baf8,_0x505c20,_0x3800c5,_0x12e3be){super(_0x11baf8,_0x505c20,_0x3800c5,_0x12e3be),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x3479af=>_0x3479af&&_0x3479af[0x0]?_0x3479af[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x566015,_0x3cd922)=>{let _0x2bda29='';for(const _0x1519f9 of _0x566015)_0x2bda29+='<p>'+ls(_0x1519f9['content'],_0x1519f9['color'])+'</p>';return _0x3cd922?_0x2bda29:_0x5240ac(_0x2bda29,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x12e3be['SuggestionView'](_0x11baf8,_0x505c20,{'formatDateTime':_0x12e3be['formatDateTime']}),this['suggestionView']['bind']('description')['to'](this),this['suggestionView']['delegate']('acceptSuggestion','discardSuggestion')['to'](this),this['suggestionView']['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['suggestionView']['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['focusables']['add'](this['suggestionView']),this['commentsListView']&&this['focusables']['add'](this['commentsListView']),this['commentThreadInputView']&&this['focusables']['add'](this['commentThreadInputView']),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x5bef32=this['bindTemplate'],_0x134839=[this['suggestionView']];return this['commentsListView']&&_0x134839['push'](this['commentsListView']),this['commentThreadInputView']&&_0x134839['push'](this['commentThreadInputView']),_0x134839['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x5bef32['if']('isActive','ck-suggestion-wrapper--active'),_0x5bef32['to']('type',_0x196ee6=>'ck-suggestion-'+_0x196ee6),this['_config']['disableComments']&&'ck-suggestion--disabled-comments'],'data-suggestion-id':this['_model']['id'],'data-thread-id':this['_model']['commentThread']['id'],'data-author-id':this['_model']['author']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x5bef32['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x134839};}['render'](){super['render'](),this['commentsListView']&&(this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this)),this['commentThreadInputView']&&(this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this));}}class ce extends _0x2a703d{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x4364a9,_0x461fec,_0x114036){super(_0x4364a9),this['_model']=_0x461fec,this['_config']=_0x114036,this['set']('description',''),this['bind']('authoredAt')['to'](_0x461fec),this['acceptButton']=this['_createButton'](o(_0x4364a9,'Accept\x20suggestion'),_0x1edab9['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x4364a9,'Discard\x20suggestion'),_0x1edab9['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x44f80e(_0x4364a9,_0x461fec['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x33b381([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0xc2f063(),this['keystrokes']=new _0x86ce26(),this['focusCycler']=new _0x3f8b62({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x4a898c=>_0x4a898c['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0xb116f6=this['element']['querySelector']('.ck-annotation__content-wrapper');_0xb116f6['innerHTML']=this['description'],this['on']('change:description',(_0x54a5d0,_0x4ad48b,_0x59289c)=>{_0xb116f6['innerHTML']=_0x59289c;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x20544f=this['bindTemplate'],_0x40932c=[{'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':_0x20544f['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x20544f['to']('authoredAt',_0x18c309=>this['_config']['formatDateTime'](_0x18c309))}]}]},{'tag':'div','attributes':{'class':['ck-suggestion__actions','ck-annotation__actions']},'children':[this['acceptButton'],this['discardButton']]},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']}}];return this['_model']['isExternal']&&_0x40932c['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]}),{'tag':'div','attributes':{'class':['ck-suggestion','ck-annotation'],'tabindex':-0x1},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main','ck-annotation__main'],'role':'presentation'},'children':_0x40932c}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):o(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x1cfce9,_0x588780,_0x4fe13,_0x9d0ce0,_0x13e393){const _0x1d185f=new _0x14c061(this['locale']);return _0x1d185f['set']({'label':_0x1cfce9,'icon':_0x588780,'tooltip':!0x0,'tooltipPosition':_0x13e393}),_0x1d185f['extendTemplate']({'attributes':{'class':_0x4fe13}}),_0x1d185f['on']('execute',()=>{this['fire'](_0x9d0ce0,this['_model']['id']);}),_0x1d185f;}['_setupKeyboardNavigation'](){const _0x161842=this['element'];this['keystrokes']['listenTo'](_0x161842);for(const _0x2be4e3 of this['focusables'])this['focusTracker']['add'](_0x2be4e3['element']),this['keystrokes']['listenTo'](_0x2be4e3['element']);this['keystrokes']['set']('enter',(_0x5ad16b,_0x43fd9e)=>{_0x161842===_0x5ad16b['target']&&(this['focusCycler']['focusFirst'](),_0x43fd9e());}),this['keystrokes']['set']('esc',(_0x263ac8,_0x1e70cd)=>{_0x161842!==_0x263ac8['target']&&(this['focus'](),_0x1e70cd());});}}var he='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M6.182\x205.514a.643.643\x200\x200\x200-.636.64v-.001a.636.636\x200\x200\x200\x20.636.639h5.682a.641.641\x200\x200\x200\x20.636-.638.637.637\x200\x200\x200-.636-.64H6.182Z\x22/><path\x20d=\x22M6.182\x208.5a.642.642\x200\x200\x200-.588.882.636.636\x200\x200\x200\x20.588.395h5.682a.641.641\x200\x200\x200\x20.636-.639.635.635\x200\x200\x200-.636-.638H6.182Z\x22/><path\x20d=\x22M6.18\x2011.5a.64.64\x200\x200\x200\x200\x201.278h3.133a.64.64\x200\x200\x200\x200-1.278H6.18Z\x22/><path\x20d=\x22m11.772\x2018.308.154-.23c-.195-.098-.304-.192-.328-.28-.024-.09\x200-.274.076-.551.062-.166.099-.296.11-.393a2.934\x202.934\x200\x200\x200\x200-.479c-.137-.41-.2-.685-.186-.83.013-.145.117-.335.313-.57l4.465-6.207c.356-.6\x201.059-.56\x202.11.118\x201.05.68\x201.443\x201.272\x201.177\x201.772l-3.876\x206.833c-.105.27-.22.444-.347.515-.128.07-.4.119-.813.139a2.954\x202.954\x200\x200\x200-.487.21c-.127.09-.244.193-.347.31-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.739Zm-.184.274\x201.039.727-.26.34h-1.496l.717-1.067Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M3.272\x201A1.28\x201.28\x200\x200\x200\x202\x202.28v14.439a1.276\x201.276\x200\x200\x200\x201.272\x201.28h6.838a2.13\x202.13\x200\x200\x201\x20.003-.61c.024-.18.066-.363.113-.534.012-.046.027-.092.043-.136.011-.029.02-.052.025-.069v-.008a7.395\x207.395\x200\x200\x201-.042-.142H3.5V2.46s11\x20.002\x2011\x20.005v6.341l.627-.872c.204-.32.49-.614.873-.819V2.281c0-.707-.569-1.28-1.272-1.28L3.272\x201ZM16\x209.29l-1.5\x202.085V16.5h-2.708c.005.118.002.236-.007.354a.904.904\x200\x200\x201-.013.075l-.001.005a3.108\x203.108\x200\x200\x201-.097.312c-.027.101-.048.19-.062.266a.734.734\x200\x200\x200-.014.287.25.25\x200\x200\x200\x20.068.105.65.65\x200\x200\x200\x20.088.074l.017.011.016.01h.175L14.73\x2018c.697\x200\x201.271-.573\x201.271-1.281v-7.43Z\x22/></svg>\x0a';class d extends _0x468cec{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x365295,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x143902){super(_0x143902),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0xdd4a07=this['editor']['config'];_0xdd4a07['define']('trackChanges.SuggestionThreadView',re),_0xdd4a07['define']('trackChanges.SuggestionView',ce),_0xdd4a07['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0xdd4a07['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x4f910c,_0x1efe69){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x5ef3ef,_0xf22e0b]of this['_handleControllerBuffer']){const _0x1f81b2=this['_suggestionToController']['has'](_0x5ef3ef);_0x1f81b2||_0xf22e0b?_0x1f81b2&&_0xf22e0b&&this['_destroyController'](_0x5ef3ef):this['_initializeController'](_0x5ef3ef);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x4f910c,_0x1efe69);}['init'](){const _0x461559=this['editor'],_0x269b0f=_0x461559['plugins']['get']('TrackChangesEditing'),_0x56b67d=_0x461559['plugins']['get']('Annotations'),_0x121e92=_0x461559['plugins']['get']('EditorAnnotations'),_0x5c485f=_0x461559['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x121e92['addSourceCollector'](()=>{const _0x5b1776=[];for(const [_0x2ca1e9,_0x38ba67]of Array['from'](this['_suggestionToController'])){const _0x36c7ad=_0x2ca1e9['getAllAdjacentSuggestions'](),_0x2f4df2=[];for(const _0x3d843a of _0x36c7ad){if(!_0x3d843a['isInContent'])continue;if(_0x3d843a['isMultiRange']){_0x2f4df2['push'](..._0x3d843a['getRanges']());continue;}const _0x407944=_0x3d843a['getFirstRange']();if(_0x2f4df2['length']>0x0){const _0x390f25=_0x2f4df2[0x0]['getJoined'](_0x407944);if(_0x390f25){_0x2f4df2[0x0]=_0x390f25;continue;}}_0x2f4df2['push'](_0x407944);}_0x5b1776['push']([_0x38ba67['view'],_0x2f4df2]);}return _0x5b1776;}),this['listenTo'](_0x269b0f,'suggestionLoaded',(_0x892fbb,_0x5cd549)=>{this['listenTo'](_0x5cd549,'change:previous',(_0x144031,_0x12ecc1,_0x993b9c,_0x2306b1)=>{_0x5cd549['isInContent']&&(null==_0x993b9c?(this['_updateController'](_0x2306b1['head']),this['_handleSuggestionControllerDelayed'](_0x5cd549,!0x1)):(this['_updateController'](_0x993b9c['head']),null==_0x2306b1&&this['_handleSuggestionControllerDelayed'](_0x5cd549,!0x0)));}),null!==_0x5cd549['previous']?this['_updateController'](_0x5cd549['head']):this['_handleSuggestionControllerDelayed'](_0x5cd549,!0x1);}),this['listenTo'](_0x269b0f,'suggestionUnloaded',(_0x56f992,_0x3243a4,_0x4a40f8)=>{this['stopListening'](_0x3243a4,'change:previous'),this['_handleControllerBuffer']['delete'](_0x3243a4),this['_suggestionToController']['has'](_0x3243a4)&&this['_destroyController'](_0x3243a4),_0x4a40f8&&this['_updateController'](_0x4a40f8['head']);}),this['listenTo'](_0x269b0f,'suggestionChanged',(_0x264694,_0x321fbd)=>{this['_updateController'](_0x321fbd);}),this['listenTo'](_0x56b67d,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x5c485f,'addComment',(_0x49762e,{threadId:_0x3ee597,isFromAdapter:_0x138afa})=>{if(_0x138afa||!_0x269b0f['hasSuggestion'](_0x3ee597))return;const _0x25719e=_0x269b0f['getSuggestion'](_0x3ee597);this['_suggestionToController']['get'](_0x25719e)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x509516=this['editor']['plugins']['get']('Annotations'),_0x44441a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5d3ebb=Array['from'](_0x509516['activeAnnotations'],_0x4e5e17=>_0x4e5e17['innerView'])['filter'](_0x4f29e8=>this['_viewToController']['has'](_0x4f29e8)),_0x10c174=[];for(const _0x7aa2d4 of _0x5d3ebb){const _0x557923=this['_viewToController']['get'](_0x7aa2d4)['model']['getAllAdjacentSuggestions']();_0x10c174['push'](..._0x557923['reduce']((_0x21e828,_0x35e56c)=>[..._0x21e828,..._0x35e56c['getMarkerNames']()],[]));}_0x44441a['activeMarkers']=_0x10c174;}['_addUIComponentsToFactory'](){const _0x4e0f5d=this['editor'],_0x51d58b=_0x4e0f5d['locale'],_0x83b3a1=o(_0x51d58b,'Track\x20changes'),_0x3b2646=new Wt([{'type':'switchbutton','model':new _0xd4d4fd({'withText':!0x0,'isToggleable':!0x0,'label':_0x83b3a1,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0xd4d4fd({'withText':!0x0,'label':o(_0x51d58b,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0xd4d4fd({'withText':!0x0,'label':o(_0x51d58b,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0xd4d4fd({'withText':!0x0,'label':o(_0x51d58b,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0xd4d4fd({'withText':!0x0,'label':o(_0x51d58b,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x65251b of _0x3b2646)if(me(_0x65251b)){const _0xdbc854=_0x4e0f5d['commands']['get'](_0x65251b['model']['commandName']);_0x65251b['model']['bind']('isOn','isEnabled')['to'](_0xdbc854,'value','isEnabled');}_0x4e0f5d['ui']['componentFactory']['add']('trackChanges',_0x57396e=>this['_createToolbarButton'](_0x57396e,_0x3b2646,_0x83b3a1)),_0x4e0f5d['ui']['componentFactory']['add']('menuBar:trackChanges',_0xa1f71e=>this['_createMenuBarMenu'](_0xa1f71e,_0x3b2646,_0x83b3a1));}['_createToolbarButton'](_0x5526dc,_0x1d8acf,_0xd42aba){const _0x528811=Qt(_0x5526dc,_0x1b629f),_0x33d250=this['editor']['commands']['get']('trackChanges');_0x528811['buttonView']['set']({'tooltip':_0xd42aba,'label':_0xd42aba,'icon':he}),_0x528811['buttonView']['bind']('isOn')['to'](_0x33d250,'value'),_0x528811['buttonView']['on']('execute',()=>{_0x33d250['execute'](),this['editor']['editing']['view']['focus']();}),Kt(_0x528811,_0x1d8acf,{'role':'menu'});const _0x2dbf24=[];for(const _0x2d88f0 of _0x1d8acf)me(_0x2d88f0)&&_0x2dbf24['push'](this['editor']['commands']['get'](_0x2d88f0['model']['commandName']));const _0x40d402=_0x528811['buttonView'];return _0x40d402['actionView']['unbind']('isEnabled'),_0x40d402['arrowView']['unbind']('isEnabled'),_0x40d402['actionView']['bind']('isEnabled')['to'](_0x33d250,'isEnabled'),_0x40d402['arrowView']['bind']('isEnabled')['toMany'](_0x2dbf24,'isEnabled',(..._0x4de371)=>_0x4de371['some'](_0x1001f1=>_0x1001f1)),_0x528811['on']('execute',_0x5cc88a=>{this['editor']['execute'](_0x5cc88a['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x528811;}['_createMenuBarMenu'](_0x26d014,_0x2917d8,_0x5ad251){const _0x308509=new Yt(_0x26d014),_0x43499a=this['editor']['commands']['get']('trackChanges');_0x308509['buttonView']['set']({'label':_0x5ad251,'icon':he});const _0xadad2a=new Zt(_0x26d014);for(const _0x3b9f91 of _0x2917d8){if('separator'==_0x3b9f91['type']){_0xadad2a['items']['add'](new Xt(_0x26d014));continue;}const _0x706bc1=new te(_0x26d014,_0x308509),_0x3ff9ce=new _0x1c4d7f(_0x26d014),_0x50e643=_0x3b9f91['model'];_0x3ff9ce['bind'](...Object['keys'](_0x50e643))['to'](_0x50e643),_0x3ff9ce['delegate']('execute')['to'](_0x308509),_0x3ff9ce['on']('execute',()=>{this['editor']['execute'](_0x50e643['commandName']),this['editor']['editing']['view']['focus']();}),_0x706bc1['children']['add'](_0x3ff9ce),_0xadad2a['items']['add'](_0x706bc1);}return _0x308509['bind']('isEnabled')['to'](_0x43499a,'isEnabled'),_0x308509['panelView']['children']['add'](_0xadad2a),_0x308509;}['_initializeController'](_0x5038c5){const _0x1daa56=this['editor'],_0x107c5e=_0x1daa56['config'],_0x4a6db6=_0x1daa56['plugins']['get']('Annotations'),_0x37b422=_0x1daa56['plugins']['get']('CommentsRepository'),_0x1dc8cf=_0x1daa56['plugins']['get']('EditorAnnotations'),_0x5ceabe=_0x1daa56['plugins']['get'](_0x365295)['me'],_0x1e0c58=_0x107c5e['get']('trackChanges')['SuggestionThreadView'],_0x2ffb5b=_0x107c5e['get']('trackChanges')['SuggestionView'],{CommentsListView:_0xd5e3f2,CommentThreadInputView:_0xd04f74}=_0x1daa56['plugins']['get']('CommentsUI');let _0x5f5cf0,_0x5ec525,_0x2e6af5;this['_annotationViews']['has'](_0x5038c5['id'])?(_0x5ec525=this['_annotationViews']['get'](_0x5038c5['id']),_0x5f5cf0=_0x5ec525['mainView']):(_0x5f5cf0=new _0x1e0c58(_0x1daa56['locale'],_0x5038c5,_0x5ceabe,{'disableComments':this['_disableComments'],'editorConfig':_0x107c5e['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x107c5e['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x107c5e['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x107c5e['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x215509(_0x107c5e['get']('locale')),'CommentView':_0x107c5e['get']('comments')['CommentView'],'CommentsListView':_0xd5e3f2,'CommentThreadInputView':_0xd04f74,'SuggestionView':_0x2ffb5b}),_0x5f5cf0['suggestionView']['acceptButton']['on']('execute',()=>{_0x1daa56['editing']['view']['focus']();}),_0x5f5cf0['suggestionView']['discardButton']['on']('execute',()=>{_0x1daa56['editing']['view']['focus']();}),_0x5ec525=_0x4a6db6['createAnnotationView'](this['editor']['locale'],_0x5f5cf0),_0x5ec525['bind']('isDirty')['to'](_0x5f5cf0,'isDirty'),_0x5ec525['bind']('length')['to'](_0x5f5cf0),_0x5ec525['bind']('type')['to'](_0x5f5cf0,'type',_0x1f5e58=>'suggestion-'+_0x1f5e58),_0x5f5cf0['on']('escape',()=>{_0x2e6af5['fire']('escape');}),this['_annotationViews']['set'](_0x5038c5['id'],_0x5ec525));const _0x3935ef=_0x37b422['createCommentThreadController'](_0x5038c5['commentThread'],_0x5f5cf0),_0x461122=new ae(_0x1daa56,_0x5038c5,_0x5f5cf0,_0x3935ef),_0x44c107=_0x5038c5['getAllAdjacentSuggestions']()['filter'](_0x418e76=>_0x418e76['isInContent']);_0x5f5cf0['descriptionParts']=_0x1daa56['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x44c107),this['_suggestionToController']['set'](_0x5038c5,_0x461122),this['_viewToController']['set'](_0x5f5cf0,_0x461122),_0x2e6af5=_0x4a6db6['createAnnotation']({'view':_0x5ec525,'target':()=>{const _0x5992e3=[],_0x4feb7a=_0x5038c5['getAllAdjacentSuggestions']()['filter'](_0x2988ca=>_0x2988ca['isInContent']);for(const _0x1a62d0 of _0x4feb7a)_0x5992e3['push'](..._0x1a62d0['getMarkers']());return _0x44c1d6(_0x1daa56['editing'],_0x5992e3);},'type':()=>'suggestion-'+_0x461122['view']['type']}),_0x37b422['_bindAnnotationToEditors'](_0x5f5cf0,_0x2e6af5),_0x4a6db6['add'](_0x2e6af5),_0x1dc8cf['registerAnnotation'](_0x2e6af5);}['_destroyController'](_0x5723c1){const _0x1e611f=this['editor']['plugins']['get']('CommentsRepository'),_0x5427ce=this['editor']['plugins']['get']('Annotations'),_0x432356=this['_suggestionToController']['get'](_0x5723c1),_0x2a7bae=_0x432356['view'],_0x5ab8fa=_0x5427ce['getByInnerView'](_0x2a7bae);_0x1e611f['_unbindEditors'](_0x2a7bae),_0x5ab8fa&&_0x5427ce['remove'](_0x5ab8fa),this['_suggestionToController']['delete'](_0x5723c1),this['_viewToController']['delete'](_0x2a7bae),_0x432356['destroy']();}['_updateController'](_0x3dd01b){if(!_0x3dd01b['isInContent']||!this['_suggestionToController']['has'](_0x3dd01b))return;const _0x20b530=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2611be=this['_suggestionToController']['get'](_0x3dd01b),_0x346a82=_0x3dd01b['getAllAdjacentSuggestions']();_0x2611be['view']['descriptionParts']=_0x20b530['descriptionFactory']['getDescriptions'](_0x346a82);}['destroy'](){for(const _0x290b6e of this['_suggestionToController']['keys']())this['_destroyController'](_0x290b6e);for(const _0x13f83f of this['_annotationViews']['values']())_0x13f83f['mainView']['destroy']();super['destroy']();}}function me(_0x12bf30){return'model'in _0x12bf30;}class k extends _0x468cec{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0xbe0f81){this['editor']['plugins']['get'](p)['adapter']=_0xbe0f81;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x4fb97d){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x4fb97d);}['getSuggestions']({skipNotAttached:_0x1a7c4d=!0x1,toJSON:_0x55bf55=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x1a7c4d,'toJSON':_0x55bf55});}['getSuggestion'](_0x26afb6){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x26afb6);}}const T=['Pagination'];class P extends _0x468cec{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x5a424f=this['editor'];if(_0x5a424f['config']['define']('trackChangesData.editorCreator',_0x2f2f59=>{const _0x48ae92=_0x5a424f['model']['document']['getRootNames']()['reduce']((_0xdfc553,_0x591e2c)=>(_0xdfc553[_0x591e2c]='',_0xdfc553),{});return _0x5a424f['constructor']['create'](_0x48ae92,_0x2f2f59);}),'function'!=typeof _0x5a424f['config']['get']('trackChangesData')['editorCreator'])throw new _0x54de02('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x565a8e){return N(this['editor'],!0x0,_0x565a8e);}['getDataWithDiscardedSuggestions'](_0x355e9a){return N(this['editor'],!0x1,_0x355e9a);}}class D extends _0x468cec{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x16840f){super(_0x16840f),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(_0x36c649){return void 0x0!==_0x36c649['getRootsAttributes'];}async function N(_0x10dc15,_0x54a445,_0x463ad8){const _0x27f854=_0x1b1b19(_0x10dc15,T);_0x27f854['plugins']['push'](p,D),_0x27f854['rootsAttributes']=v(_0x10dc15)?_0x10dc15['getRootsAttributes']():void 0x0;const _0x190f3b=document['createDocumentFragment'](),_0x107988=_0x10dc15['config']['get']('trackChangesData')['editorCreator'],_0x3ec769=await _0x107988(_0x27f854,()=>function(_0x5db31d){const _0x517e0c=document['createElement']('div');return _0x5db31d['appendChild'](_0x517e0c),_0x517e0c;}(_0x190f3b));!function(_0xe9bebf,_0x5a5f57){const _0x3e6ccf=_0xe9bebf['model']['document']['getRootNames']()['reduce']((_0x5b8362,_0x2c5eaa)=>(_0x5b8362[_0x2c5eaa]=_0xe9bebf['data']['get']({'rootName':_0x2c5eaa}),_0x5b8362),{}),_0x158ff2=_0xe9bebf['plugins']['get']('Users')['users']['map'](_0x3b6467=>({'id':_0x3b6467['id'],'name':_0x3b6467['name']})),_0x1fb821=_0xe9bebf['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x33bf96=_0xe9bebf['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x49880e=_0x5a5f57['plugins']['get']('Users'),_0x351eb9=_0x5a5f57['plugins']['get']('TrackChangesEditing'),_0x1e177d=_0x5a5f57['plugins']['get']('CommentsRepository');for(const _0x38cb21 of _0x1e177d['getCommentThreads']())_0x38cb21['remove']();for(const _0x546c58 of _0x158ff2)_0x49880e['getUser'](_0x546c58['id'])||_0x49880e['addUser'](_0x546c58);_0x49880e['me']||_0x49880e['useAnonymousUser']();for(const _0x37ada3 of _0x33bf96)_0x1e177d['addCommentThread'](_0x37ada3);for(const _0x52032b of _0x1fb821)_0x351eb9['addSuggestionData'](_0x52032b);_0x5a5f57['data']['set'](_0x3e6ccf);}(_0x10dc15,_0x3ec769),_0x3ec769['execute'](_0x54a445?'acceptAllSuggestions':'discardAllSuggestions');const _0x9c3ff3=v(_0x3ec769)?_0x3ec769['getFullData'](_0x463ad8):_0x3ec769['data']['get'](_0x463ad8);return await _0x3ec769['destroy'](),_0x9c3ff3;}export{us as BaseSuggestionThreadView,u as Suggestion,re as SuggestionThreadView,ce as SuggestionView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|
|
23
|
+
import{Command as ts,Plugin as _0x201c95,PendingActions as _0x44e340,icons as _0x1692e5}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x502bb5,ObservableMixin as _0x7e76ca,uid as _0x5eb85a,insertToPriorityArray as _0x13f92a,priorities as _0x2782a0,logWarning as _0x2b8c1e,getEnvKeystrokeText as _0x7fab25,FocusTracker as _0x28b717,KeystrokeHandler as _0x27ffd5,Collection as Wt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x327750,View as _0x4703b0,ViewCollection as _0x477a7c,FocusCycler as _0x1f58c8,ViewModel as _0x359d84,createDropdown as Qt,SplitButtonView as _0x2c803d,addListToDropdown as Kt,MenuBarMenuView as Yt,MenuBarMenuListView as Zt,ListSeparatorView as Xt,MenuBarMenuListItemView as te,MenuBarMenuListItemButtonView as _0x2e2948}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x3155e3,hashObject as _0x4f74f6,surroundingMarkersDetector as _0xc7fe01,FOCUS_ANNOTATION_KEYSTROKE as _0x2b1c11,AriaDescriptionView as _0x26c030,setupThreadKeyboardNavigation as _0xa16379,trimHtml as _0x552741,UserView as _0xcc94eb,LateFocusButtonView as _0x33e2fd,getDateTimeFormatter as _0x56d630,getAllMarkersDomElementsSorted as _0x2098d8,sanitizeEditorConfig as _0x206e3b}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x3149c0,LiveRange as _0x348f0d,LivePosition as _0x562fa4}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x1fc41d,toWidget as _0x45db54}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x35a01a,set as _0x2891cf,isEqual as _0x5cc37c,unset as _0x4cd1ca,omit as Tt}from'lodash-es';import{Delete as _0x43dc6b,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x3c8429,ShiftEnter as _0x2fcc5b}from'@ckeditor/ckeditor5-enter/dist/index.js';class B extends ts{['_enabledCommands'];constructor(_0x31d890,_0x46a79b){super(_0x31d890),this['_enabledCommands']=_0x46a79b,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 _0x553bea of this['editor']['commands']['commands']())_0x553bea['affectsData']&&!this['_enabledCommands']['has'](_0x553bea)&&_0x553bea['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x36f78b of this['editor']['commands']['commands']())_0x36f78b['affectsData']&&!this['_enabledCommands']['has'](_0x36f78b)&&_0x36f78b['clearForceDisabled']('TrackChangesCommand');}}class x extends ts{['_suggestions'];constructor(_0x51fb1b,_0x35daa7){super(_0x51fb1b),this['_suggestions']=_0x35daa7,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x269f06){const _0x43d67a=this['_suggestions']['get'](_0x269f06);if(!_0x43d67a)throw new _0x502bb5('track-changes-accept-suggestion-not-found',this);const _0x55bcb9=_0x43d67a['getRanges']();this['editor']['model']['canEditAt'](_0x55bcb9)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x43d67a);}}class R extends ts{['_suggestions'];constructor(_0x352b07,_0x45f62e){super(_0x352b07),this['_suggestions']=_0x45f62e,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x25dc4d){const _0x5c877c=this['_suggestions']['get'](_0x25dc4d);if(!_0x5c877c)throw new _0x502bb5('track-changes-discard-suggestion-not-found',this);const _0x4d2e20=_0x5c877c['getRanges']();this['editor']['model']['canEditAt'](_0x4d2e20)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x5c877c);}}function ls(_0x2a66da,_0x1c93a3){let _0x4eff96='';return _0x4eff96+=_0x2a66da['split']('*')['map']((_0x4f8d2f,_0x15a73a)=>_0x15a73a%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0x4f8d2f)+'</span>':nn(_0x4f8d2f))['join'](''),_0x1c93a3&&(_0x4eff96+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x1c93a3['value']+'\x22\x20title=\x22'+_0x1c93a3['title']+'\x22></span>'),_0x4eff96;}function nn(_0x1462a6){const _0x3f43ac=document['createElement']('span');return _0x3f43ac['innerText']=_0x1462a6,_0x3f43ac['innerHTML'];}function ss(_0x5d4642){return _0x5d4642['sort']((_0x3790d5,_0x10f2d6)=>'deletion'==_0x3790d5['type']&&'deletion'!=_0x10f2d6['type']?-0x1:'deletion'!=_0x3790d5['type']&&'deletion'==_0x10f2d6['type']?0x1:0x0);}function to(_0x31078c,_0x4adf86){let _0xa5f692,_0x316939=0x0;const _0x35a651=[],_0x570bdf=_0x4adf86['schema'];for(;_0x316939<_0x31078c['length'];){const _0x1cedf8=_0x31078c[_0x316939],_0x248c74=_0x31078c[_0x316939+0x1];_0xa5f692||(_0xa5f692=_0x4adf86['createPositionBefore'](_0x1cedf8)),on(_0x4adf86,_0x1cedf8,_0x248c74)||(_0x35a651['push'](_0x4adf86['createRange'](_0xa5f692,_0x570bdf['isObject'](_0x1cedf8)?_0x4adf86['createPositionAfter'](_0x1cedf8):_0x4adf86['createPositionAt'](_0x1cedf8,'end'))),_0xa5f692=null),_0x316939++;}return _0x35a651;}function on(_0x5002f2,_0x5343db,_0x4f212f){if(!_0x4f212f)return!0x1;const _0x6f7ca8=_0x5002f2['createPositionAfter'](_0x5343db),_0x1ccc80=_0x5002f2['createPositionBefore'](_0x4f212f);return _0x6f7ca8['isTouching'](_0x1ccc80);}function rs(_0x4b673a,_0x411b17,_0x4f43b3){for(;_0x4f43b3['length'];){const _0x2cedf4=_0x4f43b3['splice'](0x0,0x64);_0x4b673a['change'](()=>{for(const _0x5c2396 of _0x2cedf4)_0x5c2396['isInContent']&&_0x411b17['execute'](_0x5c2396['id']);});}}class E extends ts{['_command'];['_suggestions'];constructor(_0x3cdae9,_0x92e39a,_0x2052ea){super(_0x3cdae9),this['_command']=_0x92e39a,this['_suggestions']=_0x2052ea,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x5b2274=Array['from'](this['_suggestions']['values']())['some'](_0x34a642=>_0x34a642['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x5b2274;}['execute'](){const _0x38ba79=ss(Array['from'](this['_suggestions']['values']()));for(const _0x3a55e5 of _0x38ba79){const _0x25394e=_0x3a55e5['getRanges']();if(!this['editor']['model']['canEditAt'](_0x25394e))return;}rs(this['editor']['model'],this['_command'],_0x38ba79);}}class O extends ts{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x9ff79e,_0x334d73,_0x523d32){super(_0x9ff79e),this['_command']=_0x334d73,this['_suggestions']=_0x523d32,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x1cbd30=this['editor']['model']['document']['selection'],_0x519480=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x1ec6ef,_0x13d966){const _0x1ae9bc=Array['from'](_0x1ec6ef['getRanges']()),_0xfa6a8a=new Set();for(const _0x2efc75 of _0x13d966)if(_0x2efc75['isInContent']){for(const _0x1fa214 of _0x1ae9bc)for(const _0x1fee79 of _0x2efc75['getRanges']())(_0x1fa214['isIntersecting'](_0x1fee79)||_0x1ec6ef['isCollapsed']&&!_0x2efc75['isMultiRange']&&_0x2efc75['next']&&_0x1fee79['end']['isTouching'](_0x1fa214['start']))&&_0xfa6a8a['add'](_0x2efc75);}return _0xfa6a8a;}(_0x1cbd30,_0x519480),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x98c9ba=ss(Array['from'](this['_selectedSuggestions']));for(const _0x29d535 of _0x98c9ba){const _0x49971e=_0x29d535['getRanges']();if(!this['editor']['model']['canEditAt'](_0x49971e))return;}rs(this['editor']['model'],this['_command'],_0x98c9ba);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x7e76ca(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x3f8cb7,_0x327621){super(),this['id']=_0x327621['id'],this['type']=_0x327621['type'],this['subType']=_0x327621['subType']||null,this['author']=_0x327621['author'],this['creator']=_0x327621['creator']||_0x327621['author'],this['isExternal']=Boolean(_0x327621['attributes']&&_0x327621['attributes']['@external']),this['data']=null,this['_model']=_0x3f8cb7,this['_onAccept']=_0x327621['onAccept'],this['_onDiscard']=_0x327621['onDiscard'],this['_onAttributesChange']=_0x327621['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x327621['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 _0x54a8fe=this;for(;_0x54a8fe['previous'];)_0x54a8fe=_0x54a8fe['previous'];return _0x54a8fe;}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'](_0x194a2e){this['_markerNames']['add'](_0x194a2e);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x1bc7dc=>this['_model']['markers']['get'](_0x1bc7dc))['filter'](_0xadbed4=>_0xadbed4);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x16562a=>{for(const _0x31ed5a of this['getMarkers']())_0x16562a['removeMarker'](_0x31ed5a);}),this['_markerNames']['clear']();}['removeMarker'](_0x43d86c){this['_model']['change'](_0x454c5d=>{_0x454c5d['removeMarker'](_0x43d86c);}),this['_markerNames']['delete'](_0x43d86c);}['addRange'](_0x179656){const _0x3b2341='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x3b2341),this['_model']['change'](_0x3f712c=>{_0x3f712c['addMarker'](_0x3b2341,{'range':_0x179656,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x379520){for(const _0x4d889d of this['getRanges']())if(_0x4d889d['isIntersecting'](_0x379520))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x432326=>_0x432326['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x211347,_0xb99678)=>[..._0x211347,..._0xb99678['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x5e1407=this['getRanges']();if(0x1!=_0x5e1407['length'])return null;const _0x3ae438=_0x5e1407[0x0],_0x2689f8=_0x3ae438['start']['nodeAfter'],_0x28b45d=_0x3ae438['end']['nodeBefore'];return _0x2689f8 instanceof _0x3149c0?_0x2689f8!=_0x28b45d?null:_0x2689f8: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 _0x51b7ab=[];let _0x4e17c5=this['head'];for(;_0x4e17c5;)_0x51b7ab['push'](_0x4e17c5),_0x4e17c5=_0x4e17c5['next'];return _0x51b7ab;}['setAttribute'](_0x18bbf2,_0x245904){const _0x1ed569=_0x35a01a(this['attributes']);_0x2891cf(_0x1ed569,_0x18bbf2,_0x245904),_0x5cc37c(_0x1ed569,this['attributes'])||(this['attributes']=_0x1ed569,this['_onAttributesChange'](_0x1ed569));}['removeAttribute'](_0x5dafa5){const _0x59f83b=_0x35a01a(this['attributes']);_0x4cd1ca(_0x59f83b,_0x5dafa5),_0x5cc37c(_0x59f83b,this['attributes'])||(this['attributes']=_0x59f83b,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 _0x5eb85a()['substr'](0x1,0x5);}}function o(_0x1b745f,_0x21a4ac,_0x4d9e5){const t=_0x1b745f['t'];switch(_0x21a4ac){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',_0x4d9e5);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x4d9e5);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x4d9e5);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x4d9e5);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x4d9e5);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',_0x4d9e5);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x4d9e5);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',_0x4d9e5);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x4d9e5);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x4d9e5);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x4d9e5);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x4d9e5);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x4d9e5);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x4d9e5);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x4d9e5);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x4d9e5);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x4d9e5);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x4d9e5);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x4d9e5);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x4d9e5);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x4d9e5);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x4d9e5);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x4d9e5);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'},_0x4d9e5);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x4d9e5);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x4d9e5);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x4d9e5);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x4d9e5);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x4d9e5);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'},_0x4d9e5);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x4d9e5);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x4d9e5);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x4d9e5);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x4d9e5);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'},_0x4d9e5);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x4d9e5);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'},_0x4d9e5);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'},_0x4d9e5);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x4d9e5);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'},_0x4d9e5);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x4d9e5);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'},_0x4d9e5);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x4d9e5);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x4d9e5);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});case'ELEMENT_MERGE_FIELD':return t({'id':'ELEMENT_MERGE_FIELD','string':'merge\x20field','plural':'%0\x20merge\x20fields'},_0x4d9e5);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'},_0x4d9e5);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'},_0x4d9e5);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x4d9e5);case'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20insertion\x20suggestion.','id':'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20deletion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT'},_0x4d9e5);case'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20deletion\x20suggestion.','id':'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20formatting\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT'},_0x4d9e5);case'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20formatting\x20suggestion.','id':'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT'});case'SUGGESTION_THREAD_ARIA_LABEL':return t({'string':'Suggestion\x20by\x20%1.\x20Created\x20on\x20%2.\x20%0\x20reply.\x20%3','plural':'Suggestion\x20by\x20%1.\x20Created\x20on\x20%2.\x20%0\x20replies.\x20%3','id':'SUGGESTION_THREAD_ARIA_LABEL'},_0x4d9e5);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x21a4ac;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0xf1126d,_0x2374fe){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0xf1126d,this['_locale']=_0x2374fe;}['getDescriptions'](_0x5bed62){const _0xd7d463=[],_0x26d9e9=new Set(),_0x254302=new Set();for(let _0x49d7c2=0x0;_0x49d7c2<_0x5bed62['length'];_0x49d7c2++){const _0x2f3f68=_0x5bed62[_0x49d7c2];if(!_0x2f3f68['isInContent'])continue;const _0xd23fb0=this['_handleCustomCallbackDescription'](_0x2f3f68);if(_0xd23fb0){if(null!=_0x2f3f68['subType']){if(_0x26d9e9['has'](_0x2f3f68['subType']))continue;_0x26d9e9['add'](_0x2f3f68['subType']);}_0xd7d463['push'](_0xd23fb0);}else{if('attribute'!=_0x2f3f68['type'])'insertion'!=_0x2f3f68['type']&&'deletion'!=_0x2f3f68['type']||this['_handleInsertRemoveSuggestionDescription'](_0xd7d463,_0x2f3f68,_0x5bed62[_0x49d7c2+0x1]);else{const _0x24e5af=_0x2f3f68['data']['key'];if(_0x254302['has'](_0x24e5af))continue;_0x254302['add'](_0x2f3f68['data']['key']),_0x24e5af==m?this['_handleRenameSuggestionDescription'](_0xd7d463,_0x2f3f68):this['_handleAttributeSuggestionDescription'](_0xd7d463,_0x2f3f68);}}}return this['_resolveDescriptionItems'](_0xd7d463);}['registerDescriptionCallback'](_0x55aa0f){this['_customCallbacks']['push'](_0x55aa0f);}['registerElementLabel'](_0x5e40af,_0x75bd65,_0x39f107=_0x2782a0['normal']){'function'==typeof _0x5e40af?_0x13f92a(this['_itemLabelsCallbacks'],{'matchingCallback':_0x5e40af,'label':_0x75bd65,'priority':_0x39f107}):this['_itemLabels']['set'](_0x5e40af,_0x75bd65);}['registerAttributeLabel'](_0x2ce435,_0x49233d){this['_attributeLabels']['set'](_0x2ce435,_0x49233d);}['getItemLabel'](_0x2da0e8,_0x1cf070=0x1){let _0x4e4240;for(const _0x23ada9 of this['_itemLabelsCallbacks'])if(_0x23ada9['matchingCallback'](_0x2da0e8)){_0x4e4240=_0x23ada9['label'];break;}return _0x4e4240||(_0x4e4240=this['_itemLabels']['get'](_0x2da0e8['name'])),_0x4e4240?_0x4e4240(_0x1cf070):0x1!==_0x1cf070?_0x1cf070+'\x20'+_0x2da0e8['name']+'s':''+_0x2da0e8['name'];}['_addDescriptionItems'](_0x4c2ed2,_0x27a035){const _0x2f7c24=_0x27a035['getFirstRange']()['getWalker'](),_0x344ddf='insertion'==_0x27a035['type']?'add':'remove';for(const _0x194a6a of _0x2f7c24){const _0x31442f=_0x194a6a['item'],_0x4ba458=_0x4c2ed2[_0x4c2ed2['length']-0x1];if(_0x31442f['is']('$textProxy'))_0x4ba458&&_0x4ba458['type']['indexOf']('Container')>-0x1&&_0x4c2ed2['pop'](),_0x4ba458&&'text'==_0x4ba458['type']?_0x4ba458[_0x344ddf]+=_0x31442f['data']:_0x4c2ed2['push']({'type':'text','add':'add'==_0x344ddf?_0x31442f['data']:'','remove':'remove'==_0x344ddf?_0x31442f['data']:''});else{if(this['_schema']['isObject'](_0x31442f)){const _0x56995e=_0x31442f;if(_0x4ba458&&_0x4ba458['type']['indexOf']('Container')>-0x1&&_0x4c2ed2['pop'](),'elementEnd'==_0x194a6a['type'])continue;_0x4ba458&&_0x4ba458['type']==_0x344ddf+'Object'&&_0x4ba458['element']['name']==_0x56995e['name']?_0x4ba458['quantity']++:_0x4c2ed2['push']({'type':_0x344ddf+'Object','element':_0x56995e,'quantity':0x1}),_0x2f7c24['skip'](_0x1a0414=>!('elementEnd'==_0x1a0414['type']&&_0x1a0414['item']==_0x31442f));}else{if(this['_schema']['checkChild'](_0x31442f,'$text')||_0x31442f['is']('element','softBreak')){const _0x501a93=_0x31442f;if('add'==_0x344ddf&&'elementStart'==_0x194a6a['type']||'remove'==_0x344ddf&&'elementEnd'==_0x194a6a['type'])continue;if(_0x4ba458&&-0x1==_0x4ba458['type']['indexOf']('Container')){'text'==_0x4ba458['type']&&(_0x4ba458[_0x344ddf]+='\x0a');continue;}let _0x4efe7d;if(_0x4efe7d='add'==_0x344ddf?_0x501a93['nextSibling']&&!this['_schema']['isObject'](_0x501a93['nextSibling'])?_0x501a93['nextSibling']:null:_0x501a93['previousSibling']&&!this['_schema']['isObject'](_0x501a93['previousSibling'])?_0x501a93['previousSibling']:null,_0x501a93['isEmpty']||_0x4efe7d&&_0x4efe7d['isEmpty']){const _0x30824d=_0x4efe7d&&_0x4efe7d['isEmpty']?_0x4efe7d:_0x501a93;_0x4ba458&&_0x4ba458['type']==_0x344ddf+'EmptyContainer'&&_0x4ba458['element']['name']==_0x30824d['name']?_0x4ba458['quantity']++:_0x4c2ed2['push']({'type':_0x344ddf+'EmptyContainer','element':_0x30824d,'quantity':0x1});}else _0x4c2ed2['push']({'type':_0x344ddf+'Container','element':_0x501a93});}}}}}['_resolveDescriptionItems'](_0x576a9c){const _0x5363ec=this['_locale'],_0x1d9264=[],_0x349d93=[],_0x2069d3=[];for(const _0x2982be of _0x576a9c)switch(_0x2982be['type']){case'text':if(_0x2982be['add']=_0x2982be['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x2982be['remove']=_0x2982be['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x2982be['add']&&''!=_0x2982be['remove']){_0x1d9264['push']({'type':'replace','content':o(_0x5363ec,'REPLACE_TEXT',['\x22'+_0x2982be['remove']+'\x22','\x22'+_0x2982be['add']+'\x22'])});continue;}if(null!=_0x2982be['add']['match'](/^ +$/)){_0x1d9264['push']({'type':'insertion','content':o(_0x5363ec,'*Insert:*\x20%0',o(_0x5363ec,'ELEMENT_SPACE',_0x2982be['add']['length']))});continue;}if(null!=_0x2982be['remove']['match'](/^ +$/)){_0x1d9264['push']({'type':'deletion','content':o(_0x5363ec,'*Remove:*\x20%0',o(_0x5363ec,'ELEMENT_SPACE',_0x2982be['remove']['length']))});continue;}if(''!=_0x2982be['add']){_0x1d9264['push']({'type':'insertion','content':o(_0x5363ec,'*Insert:*\x20%0','\x22'+_0x2982be['add']+'\x22')});continue;}_0x1d9264['push']({'type':'deletion','content':o(_0x5363ec,'*Remove:*\x20%0','\x22'+_0x2982be['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x1d9264['push']({'type':'insertion','content':o(_0x5363ec,'*Insert:*\x20%0',this['getItemLabel'](_0x2982be['element'],_0x2982be['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x1d9264['push']({'type':'deletion','content':o(_0x5363ec,'*Remove:*\x20%0',this['getItemLabel'](_0x2982be['element'],_0x2982be['quantity']))});continue;case'addContainer':_0x1d9264['push']({'type':'insertion','content':o(_0x5363ec,'*Split:*\x20%0',this['getItemLabel'](_0x2982be['element'],_0x2982be['quantity']))});continue;case'removeContainer':_0x1d9264['push']({'type':'deletion','content':o(_0x5363ec,'*Merge:*\x20%0',this['getItemLabel'](_0x2982be['element'],_0x2982be['quantity']))});continue;case'addFormat':_0x349d93['push'](_0x2982be['key']);continue;case'removeFormat':_0x2069d3['push'](_0x2982be['key']);continue;default:_0x1d9264['push'](_0x2982be);}if(_0x349d93['length']){const _0x2b0313=_0x349d93['map'](_0x30601b=>this['_attributeLabels']['has'](_0x30601b)?this['_attributeLabels']['get'](_0x30601b):_0x30601b)['join'](',\x20');_0x1d9264['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x2b0313)});}if(_0x2069d3['length']){const _0x8d5c0a=_0x2069d3['map'](_0x5ddce1=>this['_attributeLabels']['has'](_0x5ddce1)?this['_attributeLabels']['get'](_0x5ddce1):_0x5ddce1)['join'](',\x20');_0x1d9264['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x8d5c0a)});}return _0x1d9264;}['_handleCustomCallbackDescription'](_0x155d80){for(const _0xbe55ab of this['_customCallbacks']){const _0x1c4d33=_0xbe55ab(_0x155d80);if(_0x1c4d33&&'type'in _0x1c4d33)return _0x1c4d33;}}['_handleAttributeSuggestionDescription'](_0x540908,_0x3cfa25){const _0x4f4ba6=_0x3cfa25['data'],_0x82a0a7=void 0x0===_0x4f4ba6['newValue']?'removeFormat':'addFormat';_0x540908['push']({'type':_0x82a0a7,'key':_0x4f4ba6['key']});}['_handleRenameSuggestionDescription'](_0x2dcda9,_0x1098fe){_0x2dcda9['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x1098fe['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x14a225,_0x43eb7d,_0x2ec69e){if(this['_addDescriptionItems'](_0x14a225,_0x43eb7d),_0x2ec69e&&_0x2ec69e['getFirstRange']()&&!_0x43eb7d['getFirstRange']()['end']['isEqual'](_0x2ec69e['getFirstRange']()['start'])){const _0x47a5c3=_0x14a225[_0x14a225['length']-0x1],_0x4a72bc='insertion'==_0x43eb7d['type']?'add':'remove';_0x47a5c3&&'text'==_0x47a5c3['type']&&(_0x47a5c3[_0x4a72bc]+='\x0a');}}}class V extends _0x201c95{['afterInit'](){const _0x36a7bf=this['editor'],_0xc5d9f4=_0x36a7bf['plugins']['get']('TrackChangesEditing');_0x36a7bf['commands']['get']('showAIAssistant')&&_0xc5d9f4['enableCommand']('showAIAssistant');}}class U extends _0x201c95{['afterInit'](){const _0x5340f5=this['editor'],_0x5c327e=_0x5340f5['locale'];if(!_0x5340f5['plugins']['has']('AlignmentEditing'))return;const _0x6fb15b=_0x5340f5['plugins']['get']('TrackChangesEditing');_0x6fb15b['enableDefaultAttributesIntegration']('alignment'),_0x6fb15b['registerBlockAttribute']('alignment'),_0x6fb15b['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x5c327e,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3efd56=this['editor'],_0x35c39b=_0x3efd56['locale'];_0x3efd56['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2b2cd7=>{if('formatBlock'!=_0x2b2cd7['type'])return;const {data:_0x20d391}=_0x2b2cd7;if(_0x20d391&&'alignment'==_0x20d391['commandName']){const _0x190e11=_0x20d391['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x35c39b,'*Format:*\x20%0',function(_0x1ff07f){switch(_0x1ff07f){case'left':return o(_0x35c39b,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x35c39b,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x35c39b,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x35c39b,'FORMAT_JUSTIFY_TEXT');}}(_0x190e11))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x201c95{['afterInit'](){const _0x1fab94=this['editor'],_0x9269d8=_0x1fab94['plugins']['get']('TrackChangesEditing'),_0x3815af=_0x1fab94['locale'];for(const _0x22cd3e of ti){if(!_0x1fab94['plugins']['has'](_0x22cd3e))continue;const _0x4696b0=_0x22cd3e['slice'](0x0,-0x7)['toLowerCase'](),_0x300b12='FORMAT_'+_0x4696b0['toUpperCase']();_0x9269d8['enableDefaultAttributesIntegration'](_0x4696b0),_0x9269d8['registerInlineAttribute'](_0x4696b0),_0x9269d8['descriptionFactory']['registerAttributeLabel'](_0x4696b0,o(_0x3815af,_0x300b12));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x38745c=this['editor'],_0x4d2790=_0x38745c['locale'],_0x5e5d0b=_0x38745c['plugins']['get']('TrackChangesEditing');function _0x23b3f9(_0x4fc2b0,_0x3e7ef8){_0x5e5d0b['descriptionFactory']['registerDescriptionCallback'](_0x15d354=>{if('formatInline'!=_0x15d354['type'])return;const {data:_0x5de211}=_0x15d354;return _0x5de211&&_0x5de211['commandName']===_0x4fc2b0?_0x5de211['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4d2790,'*Format:*\x20%0',_0x3e7ef8)}:{'type':'format','content':o(_0x4d2790,'*Remove\x20format:*\x20%0',_0x3e7ef8)}:void 0x0;});}_0x23b3f9('bold',o(_0x4d2790,'FORMAT_BOLD')),_0x23b3f9('italic',o(_0x4d2790,'FORMAT_ITALIC')),_0x23b3f9('underline',o(_0x4d2790,'FORMAT_UNDERLINE')),_0x23b3f9('code',o(_0x4d2790,'FORMAT_CODE')),_0x23b3f9('strikethrough',o(_0x4d2790,'FORMAT_STRIKETHROUGH')),_0x23b3f9('subscript',o(_0x4d2790,'FORMAT_SUBSCRIPT')),_0x23b3f9('superscript',o(_0x4d2790,'FORMAT_SUPERSCRIPT'));}}class F extends _0x201c95{['afterInit'](){const _0x156a78=this['editor'],_0x11b998=_0x156a78['locale'];if(!_0x156a78['plugins']['has']('BlockQuoteEditing'))return;const _0x5db4e0=_0x156a78['plugins']['get']('TrackChangesEditing'),_0xffaf=this['editor']['commands']['get']('blockQuote');_0x5db4e0['enableCommand']('blockQuote',(_0x128eb4,_0x197759={})=>{const _0xd4962a=this['editor']['model']['document']['selection'],_0x482b9d=_0x197759&&void 0x0!==_0x197759['forceValue']?_0x197759['forceValue']:!_0xffaf['value'];let _0x35a446=[];if(_0x482b9d){const _0x38763e=Array['from'](_0xd4962a['getSelectedBlocks']())['filter'](_0x32a93c=>oo(_0x32a93c)||function(_0x1707e0,_0x26e388){const _0x52e77e=_0x26e388['checkChild'](_0x1707e0['parent'],'blockQuote'),_0x524f15=_0x26e388['checkChild'](['$root','blockQuote'],_0x1707e0);return _0x52e77e&&_0x524f15;}(_0x32a93c,this['editor']['model']['schema']));_0x35a446=to(_0x38763e,_0x156a78['model']);}else{const _0x138555=Array['from'](_0xd4962a['getSelectedBlocks']())['filter'](_0x283efd=>oo(_0x283efd));_0x35a446=to(_0x138555,_0x156a78['model']);}_0x156a78['model']['change'](()=>{for(const _0x2af5e3 of _0x35a446)_0x5db4e0['markBlockFormat'](_0x2af5e3,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x482b9d}]});});}),_0x5db4e0['descriptionFactory']['registerDescriptionCallback'](_0x50e31e=>{const {data:_0x1a19ca}=_0x50e31e;if(_0x1a19ca&&'blockQuote'==_0x1a19ca['commandName']){const _0x172a06=o(_0x11b998,'ELEMENT_BLOCK_QUOTE');return _0x1a19ca['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x11b998,'*Set\x20format:*\x20%0',_0x172a06)}:{'type':'format','content':o(_0x11b998,'*Remove\x20format:*\x20%0',_0x172a06)};}});}}function oo(_0x539862){return'blockQuote'==_0x539862['parent']['name'];}class L extends _0x201c95{['afterInit'](){const _0x44aa49=this['editor'];_0x44aa49['plugins']['has']('CaseChange')&&(_0x44aa49['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x44aa49['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x44aa49['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x201c95{['afterInit'](){const _0x7b3671=this['editor'];_0x7b3671['commands']['get']('ckbox')&&_0x7b3671['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class J extends _0x201c95{['afterInit'](){const _0x597024=this['editor'];if(!_0x597024['plugins']['has']('CodeBlock'))return;const _0x4a5e30=_0x597024['plugins']['get']('TrackChangesEditing'),_0x2e64ea=_0x597024['locale'],_0xfa6995=_0x597024['config']['get']('codeBlock')['languages'],_0x3c5591=_0x597024['commands']['get']('codeBlock');_0x4a5e30['enableCommand']('indentCodeBlock'),_0x4a5e30['enableCommand']('outdentCodeBlock'),_0x4a5e30['enableCommand']('codeBlock',(_0xbd3cda,_0x260b31={})=>{const _0x4de840=_0x597024['model'],_0x24ac4b=_0x597024['model']['document']['selection'],_0x15455e=_0x260b31&&void 0x0!==_0x260b31['forceValue']?_0x260b31['forceValue']:!_0x3c5591['value'];let _0x2bd382;_0x260b31['language']||(_0x260b31['language']=_0xfa6995[0x0]['language']),_0x2bd382=_0x15455e?Array['from'](_0x24ac4b['getSelectedBlocks']())['filter'](_0x102446=>eo(_0x102446)||function(_0x543bc1,_0x4a16e6){if(_0x543bc1['is']('rootElement')||_0x4a16e6['isLimit'](_0x543bc1))return!0x1;return _0x4a16e6['checkChild'](_0x543bc1['parent'],'codeBlock');}(_0x102446,_0x4de840['schema'])):Array['from'](_0x24ac4b['getSelectedBlocks']())['filter'](_0x1dab70=>eo(_0x1dab70));const _0x313158=to(_0x2bd382,_0x4de840);_0x4de840['change'](()=>{for(const _0x2c0fa1 of _0x313158)_0x4a5e30['markBlockFormat'](_0x2c0fa1,{'commandName':'codeBlock','commandParams':[{..._0x260b31,'forceValue':_0x15455e}],'formatGroupId':'blockName'});});}),(_0x4a5e30['descriptionFactory']['registerElementLabel']('codeBlock',_0x3863ac=>o(_0x2e64ea,'ELEMENT_CODE_BLOCK',_0x3863ac)),_0x4a5e30['descriptionFactory']['registerDescriptionCallback'](_0x55eff0=>{if('formatBlock'!=_0x55eff0['type'])return;const _0x10a7c7=_0x2e64ea['t'],{data:_0x364880}=_0x55eff0;if(!_0x364880||'codeBlock'!=_0x364880['commandName'])return;const _0x11eb0f=_0x364880['commandParams'][0x0]['language'],_0x3d7f34=_0x10a7c7(_0xfa6995['find'](_0xa53afb=>_0xa53afb['language']===_0x11eb0f)['label'])['toLowerCase']();return _0x364880['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2e64ea,'*Set\x20format:*\x20%0',o(_0x2e64ea,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x3d7f34+')')}:{'type':'format','content':o(_0x2e64ea,'*Remove\x20format:*\x20%0',o(_0x2e64ea,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x5869d9){return'codeBlock'==_0x5869d9['name'];}class q extends _0x201c95{['afterInit'](){const _0x29c20e=this['editor'];if(!_0x29c20e['plugins']['has']('CommentsEditing'))return;_0x29c20e['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x252bc4,_0x414cc1,_0x1a5e77){const _0x41dc44=[];for(const _0x4eb1af of _0x414cc1['getItems']())_0x4eb1af['hasAttribute'](_0x252bc4)&&_0x41dc44['push'](_0x1a5e77['createRangeOn'](_0x4eb1af));return _0x41dc44;}function _e(_0x3d60bb,_0x2c9737,{showActiveMarker:_0x15ac28=!0x0}={}){const _0x5d3b5c=_0x3d60bb['plugins']['get']('TrackChangesEditing');return(_0x340010,_0x2e62ad,_0x5e5d33)=>{if(!_0x5e5d33['consumable']['test'](_0x2e62ad['markerRange'],_0x340010['name']))return;const _0x5c64bb=_0x2e62ad['markerRange']['getWalker'](),_0x15949e=_0x2e62ad['markerRange']['start'],_0x5c9265=_0x3d60bb['model']['schema'];let _0x51b782=null,_0x55b0ae=null,_0x1840cc=!0x1,_0x48f816=!0x1;for(const _0x41eda6 of _0x5c64bb){const _0x21f428=_0x41eda6['item'];_0x1840cc=_0x1840cc||_0x5c9265['isContent'](_0x21f428);const _0x366c02=_0x5e5d33['mapper']['toViewElement'](_0x21f428);if(_0x366c02&&_0x366c02['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x41eda6['type']&&(_0x5c9265['isBlock'](_0x21f428)&&!_0x5c9265['isLimit'](_0x21f428)&&(_0x21f428['nextSibling']||_0x15949e['isAtEnd']?_0x51b782&&_0x51b782['parent']==_0x21f428||(_0x51b782=_0x21f428,_0x4e2a5c(_0x41eda6['previousPosition']),_0x48f816=!0x0):_0x55b0ae=_0x55b0ae||_0x41eda6['previousPosition']));}function _0x4e2a5c(_0x100203){const {authorId:_0x786e1f}=_0x5d3b5c['_splitMarkerName'](_0x2e62ad['markerName']),_0x311086=_0x5e5d33['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x2c9737,'data-author-id':_0x786e1f}),_0x2b316d=_0x5e5d33['mapper']['toViewPosition'](_0x100203);_0x15ac28&&_0x5d3b5c['activeMarkers']['includes'](_0x2e62ad['markerName'])&&_0x5e5d33['writer']['addClass']('ck-suggestion-marker--active',_0x311086),_0x5e5d33['writer']['insert'](_0x2b316d,_0x311086),_0x5e5d33['mapper']['bindElementToMarker'](_0x311086,_0x2e62ad['markerName']);}_0x1840cc||_0x48f816||!_0x55b0ae||_0x4e2a5c(_0x55b0ae);};}class z extends _0x201c95{static get['requires'](){return[_0x43dc6b];}['init'](){const _0x6adb77=this['editor'],_0x5ea342=_0x6adb77['plugins']['get']('TrackChangesEditing');_0x5ea342['enableCommand']('delete');const _0x336155=_0x6adb77['commands']['get']('deleteForward');_0x5ea342['enableCommand']('deleteForward',(_0x2b5126,_0x56e8fe={})=>{const _0x30cf04=_0x6adb77['model']['createSelection'](_0x6adb77['model']['document']['selection']);_0x30cf04['isCollapsed']&&_0x6adb77['model']['modifySelection'](_0x30cf04,{'direction':'forward','unit':_0x56e8fe['unit']});const _0x427dac=_0x30cf04['getFirstRange'](),_0x1566cc=_0x348f0d['fromRange'](_0x427dac);let _0x3baf52;_0x2b5126(_0x56e8fe),_0x3baf52='$graveyard'==_0x1566cc['root']['rootName']?_0x6adb77['model']['createRange'](_0x427dac['start']):_0x6adb77['model']['createRange'](_0x1566cc['start'],_0x1566cc['end']),_0x1566cc['detach'](),_0x6adb77['model']['enqueueChange'](_0x336155['buffer']['batch'],_0x5dcbaa=>{_0x336155['buffer']['lock'](),_0x5dcbaa['setSelection'](_0x5dcbaa['createRange'](_0x3baf52['end'])),_0x336155['buffer']['unlock']();});}),_0x6adb77['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_e(_0x6adb77,'merge'),{'priority':'high'}),_0x6adb77['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x2e946a,_0x5135a9,_0x50cd6a)=>{_0x50cd6a['options']['showSuggestionHighlights']&&_e(_0x6adb77,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x2e946a,_0x5135a9,_0x50cd6a);},{'priority':'high'}),_0x6adb77['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x2a6004,_0x433d00,_0x27c986)=>{const _0x74f8f6=_0x27c986['mapper']['markerNameToElements'](_0x433d00['markerName']);if(_0x74f8f6){for(const _0x46736f of _0x74f8f6)_0x46736f['is']('uiElement')&&(_0x27c986['mapper']['unbindElementFromMarkerName'](_0x46736f,_0x433d00['markerName']),_0x27c986['writer']['remove'](_0x46736f));}},{'priority':'high'});}}class K extends _0x201c95{['afterInit'](){const _0x248ba2=this['editor'];if(!_0x248ba2['plugins']['has']('ListEditing'))return;const _0x19aba2=_0x248ba2['locale'],_0x24b3a3=_0x248ba2['plugins']['get']('TrackChangesEditing'),_0x410801=_0x248ba2['plugins']['has']('TodoListEditing'),_0x3a0ca3=!!_0x248ba2['config']['get']('list.multiBlock');function _0x88c86(_0x63a7d0){return{'type':'format','content':''+o(_0x19aba2,'*Set\x20format:*\x20%0',_0x63a7d0)};}function _0x2e3509(_0x44b438){return{'type':'format','content':''+o(_0x19aba2,'*Remove\x20format:*\x20%0',_0x44b438)};}_0x24b3a3['enableDefaultAttributesIntegration']('numberedList'),_0x24b3a3['enableDefaultAttributesIntegration']('bulletedList'),_0x24b3a3['enableDefaultAttributesIntegration']('customNumberedList'),_0x24b3a3['enableDefaultAttributesIntegration']('customBulletedList'),_0x24b3a3['enableDefaultAttributesIntegration']('indentList'),_0x24b3a3['enableDefaultAttributesIntegration']('outdentList'),_0x24b3a3['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x24b3a3['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x24b3a3['registerBlockAttribute']('listItemId'),_0x24b3a3['registerBlockAttribute']('listType'),_0x24b3a3['registerBlockAttribute']('listIndent'),_0x3a0ca3&&(_0x24b3a3['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x24b3a3['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x410801&&(_0x24b3a3['enableDefaultAttributesIntegration']('todoList'),_0x24b3a3['enableDefaultAttributesIntegration']('checkTodoList'),_0x24b3a3['registerBlockAttribute']('todoListChecked'),_0x24b3a3['descriptionFactory']['registerDescriptionCallback'](_0x50c7f9=>{const {data:_0x3c2a77}=_0x50c7f9;if(_0x3c2a77&&'todoListChecked'==_0x3c2a77['key'])return{'type':'format','content':_0x3c2a77['newValue']?o(_0x19aba2,'*Check\x20item*'):o(_0x19aba2,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x52d6da=>{if(_0x52d6da['batch']['isUndo'])return!0x1;let _0x3fba8b=!0x1;const _0x24a8cc=_0x24b3a3['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4dc78e=>'todoListChecked'===_0x24b3a3['_getAttributeKey'](_0x4dc78e));for(const _0x16df4b of _0x24a8cc){'todo'!=_0x16df4b['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x24b3a3['_findSuggestions'](_0x16df4b['getFirstRange'](),'attribute')['find'](_0x4dbc6e=>'listType'===_0x24b3a3['_getAttributeKey'](_0x4dbc6e['suggestion']))||(_0x52d6da['removeMarker'](_0x16df4b['getFirstMarker']()),_0x3fba8b=!0x0));}return _0x3fba8b;})),_0x24b3a3['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x19aba2,'FORMAT_INDENT'));const _0x30c03a={'type':'format','content':''};_0x24b3a3['descriptionFactory']['registerDescriptionCallback'](_0x32ada3=>{const {data:_0x271bfb}=_0x32ada3;if(!_0x271bfb||'listType'!=_0x271bfb['key'])return;let _0x2d504c=_0x32ada3['head'];for(;_0x2d504c;){if(_0x2d504c['data']&&(('listStyle'==_0x2d504c['data']['key']||'listMarkerStyle'==_0x2d504c['data']['key'])&&(_0x2d504c['data']['newValue']&&'default'!=_0x2d504c['data']['newValue']||'default'!=_0x2d504c['data']['oldValue']&&!_0x271bfb['newValue'])||!_0x3a0ca3&&_0x2d504c['data']['key']==m))return _0x30c03a;_0x2d504c=_0x2d504c['next'];}if(null==_0x271bfb['newValue'])switch(_0x271bfb['oldValue']){case'bulleted':return _0x2e3509(o(_0x19aba2,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x2e3509(o(_0x19aba2,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x2e3509(o(_0x19aba2,'ELEMENT_TODO_LIST'));}switch(_0x271bfb['newValue']){case'bulleted':return _0x88c86(o(_0x19aba2,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x88c86(o(_0x19aba2,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x88c86(o(_0x19aba2,'ELEMENT_TODO_LIST'));}}),_0x24b3a3['descriptionFactory']['registerDescriptionCallback'](_0x4222b8=>{const {data:_0x40884a}=_0x4222b8;if(_0x40884a&&'listIndent'==_0x40884a['key'])return null==_0x40884a['newValue']||null==_0x40884a['oldValue']&&0x0==_0x40884a['newValue']?_0x30c03a:void 0x0;}),_0x24b3a3['descriptionFactory']['registerDescriptionCallback'](_0x3a9228=>{if('attribute'!=_0x3a9228['type'])return;const {data:_0x2576a7}=_0x3a9228;if(!_0x2576a7||'listItemId'!=_0x2576a7['key'])return;const _0x31c30e=Ee(_0x3a9228);return'newValue'==_0x31c30e?{'type':'format','content':o(_0x19aba2,'*Merge:*\x20list\x20item')}:'oldValue'==_0x31c30e?{'type':'format','content':o(_0x19aba2,'*Split:*\x20list\x20item')}:_0x30c03a;}),_0x248ba2['model']['document']['registerPostFixer'](_0x48d1fe=>this['listItemIdFixer'](_0x48d1fe)),_0x248ba2['model']['document']['registerPostFixer'](_0x55899a=>this['noTrackChangesFixer'](_0x55899a)),_0x248ba2['model']['document']['on']('change:data',(_0x2c57a2,_0x344897)=>{if(_0x344897['isUndo']||!_0x344897['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x13d221){if(_0x13d221['batch']['isUndo']||!_0x13d221['batch']['isLocal'])return!0x1;let _0x29f625=!0x1;const _0x59a60e=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3ef3e1=>_0x3ef3e1['data']&&'listItemId'==_0x3ef3e1['data']['key'])['filter'](_0x3e1c5f=>_0x3e1c5f['data']['newValue']&&_0x3e1c5f['data']['oldValue']);for(const _0x1ea68c of _0x59a60e)Ee(_0x1ea68c)||(_0x13d221['removeMarker'](_0x1ea68c['getFirstMarker']()),_0x29f625=!0x0);return _0x29f625;}['noTrackChangesFixer'](_0x5a6019){if(_0x5a6019['batch']['isUndo']||!_0x5a6019['batch']['isLocal'])return!0x1;const _0x1332e8=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x1332e8['trackChangesCommand']['value'])return!0x1;let _0x38a6ae=!0x1;const _0x3e58d5=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x33a3bd=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x53182c=>'attribute'==_0x53182c['type'])['filter'](_0x4bcd12=>_0x3e58d5['includes'](_0x4bcd12['attributeKey']));if(0x0==_0x33a3bd['length'])return _0x38a6ae;for(const _0x3ed6f5 of _0x33a3bd){const _0x3b81d1=_0x1332e8['_findSuggestions'](_0x3ed6f5['range'],'attribute')['filter'](_0x5c56fd=>!_0x5c56fd['meta']['isNextTo'])['map'](_0x2114d9=>_0x2114d9['suggestion'])['filter'](_0x28d163=>{const _0x4e8fb3=_0x1332e8['_getAttributeKey'](_0x28d163);return _0x3e58d5['includes'](_0x4e8fb3);});if(_0x3b81d1['length']){for(const _0xbafb08 of _0x3b81d1)_0x5a6019['removeMarker'](_0xbafb08['getFirstMarker']());_0x38a6ae=!0x0;}}return _0x38a6ae;}['assureChains'](){const _0x2835fa=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2311c7=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x462331;const _0x2f5777=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x27b883=>{if(_0x27b883['data']['oldRange']||!_0x27b883['data']['newRange'])return null;if(!_0x27b883['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0xfaec5b}=_0x2835fa['_splitMarkerName'](_0x27b883['name']);if(!_0x2835fa['hasSuggestion'](_0xfaec5b))return null;const _0x921185=_0x2835fa['getSuggestion'](_0xfaec5b);return _0x2311c7['includes'](_0x921185['data']['key']);})['map'](_0x73ca58=>{const {id:_0x2d0534}=_0x2835fa['_splitMarkerName'](_0x73ca58['name']),_0x57a075=_0x2835fa['getSuggestion'](_0x2d0534);return _0x462331=_0x57a075['attributes']['groupId'],_0x57a075['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x2f5777['size'])return;const _0x753762=_0x2835fa['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5cf766=>'attribute'==_0x5cf766['type']&&_0x5cf766['data']&&_0x2311c7['includes'](_0x5cf766['data']['key'])&&_0x5cf766['attributes']['groupId']!=_0x462331)['map'](_0xf7abb2=>({'listItem':_0xf7abb2['getFirstRange']()['start']['nodeAfter'],'groupId':_0xf7abb2['attributes']['groupId']})),_0x477786=new Set();for(const {groupId:_0xf7571d,listItem:_0xe2f97a}of _0x753762)_0x2f5777['has'](_0xe2f97a)&&_0x477786['add'](_0xf7571d);for(const _0x803e74 of _0x2835fa['getSuggestions']())_0x477786['has'](_0x803e74['attributes']['groupId'])&&_0x803e74['setAttribute']('groupId',_0x462331);}['_supportLegacySuggestions'](){const _0x4574ca=this['editor'],_0x2a8a0a=_0x4574ca['locale'],_0x2b875a=_0x4574ca['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x2b875a['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x95eee3,_0x53dabe){const _0x65b9dd=[];for(let _0x2c2908 of _0x95eee3)_0x2c2908['start']['nodeAfter']===_0x2c2908['end']['parent']&&(_0x2c2908=_0x4574ca['model']['createRange'](_0x4574ca['model']['createPositionAt'](_0x2c2908['start']['nodeAfter'],0x0))),_0x65b9dd['push'](_0x2c2908);_0x4574ca['model']['change'](_0x75975f=>{const _0xfad4c5=_0x4574ca['model']['document']['selection'],_0x5a8c59=Array['from'](_0xfad4c5['getRanges']())['map'](_0x3b1b34=>_0x348f0d['fromRange'](_0x3b1b34));_0x75975f['setSelection'](_0x65b9dd),_0x4574ca['commands']['get'](_0x53dabe['commandName'])['refresh'](),_0x53dabe['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x4574ca['execute'](_0x53dabe['commandName'],..._0x53dabe['commandParams']),_0x75975f['setSelection'](_0x5a8c59);for(const _0x15e683 of _0x5a8c59)_0x15e683['detach']();});}),_0x2b875a['descriptionFactory']['registerElementLabel'](function(_0x509a5b){const _0x1a006d=!_0x4574ca['model']['schema']['isObject'](_0x509a5b),_0x3899fa=_0x509a5b['previousSibling'],_0x51cf3e=_0x509a5b['nextSibling'],_0x5795e9=_0x509a5b['getAttribute']('listItemId'),_0x195560=!_0x3899fa||_0x3899fa['getAttribute']('listItemId')!==_0x5795e9,_0x1c5d97=!_0x51cf3e||_0x51cf3e['getAttribute']('listItemId')!==_0x5795e9;return _0x1a006d&&Boolean(_0x5795e9)&&_0x195560&&_0x1c5d97;},_0x404d35=>o(_0x2a8a0a,'ELEMENT_LIST_ITEM',_0x404d35));}['_registerLegacyDescription'](){const _0x2d9ec1=this['editor'],_0x319c21=_0x2d9ec1['locale'];function _0x5f19c4(_0x366359){const _0x8e8f88=_0x2d9ec1['commands']['get']('bulletedList')['value'],_0x5de89e=_0x2d9ec1['commands']['get']('numberedList')['value'];return'numberedList'===_0x366359?_0x8e8f88:_0x5de89e;}_0x2d9ec1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x5b6db3){if('formatBlock'!=_0x5b6db3['type'])return;const {data:_0x55c065}=_0x5b6db3;if(!_0x55c065)return;let _0x1e7120,_0x128c35,_0x3e4847,_0x4ee1a2;switch(_0x55c065['commandName']){case'bulletedList':_0x3e4847=_0x55c065['commandParams'][0x0]['forceValue'],_0x4ee1a2=_0x5f19c4(_0x55c065['commandName']),_0x1e7120=_0x3e4847?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x4ee1a2&&_0x2d9ec1['config']['get']('list.multiBlock')||(_0x1e7120='*Change\x20to:*\x20%0'),_0x128c35={'type':'format','content':o(_0x319c21,_0x1e7120,o(_0x319c21,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x3e4847=_0x55c065['commandParams'][0x0]['forceValue'],_0x4ee1a2=_0x5f19c4(_0x55c065['commandName']),_0x1e7120=_0x3e4847?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x4ee1a2&&_0x2d9ec1['config']['get']('list.multiBlock')||(_0x1e7120='*Change\x20to:*\x20%0'),_0x128c35={'type':'format','content':o(_0x319c21,_0x1e7120,o(_0x319c21,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x1e7120='*Indent:*\x20%0',_0x128c35={'type':'format','content':o(_0x319c21,_0x1e7120,o(_0x319c21,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x1e7120=function(_0x2fa596){const _0xccd0b9=_0x2fa596['getFirstRange']();let _0x54e855=_0xccd0b9['start']['nodeAfter'];for(;_0x54e855&&_0xccd0b9['containsItem'](_0x54e855);){if(_0x54e855['getAttribute']('listIndent')>0x0)return!0x1;_0x54e855=_0x54e855['nextSibling'];}return!0x0;}(_0x5b6db3)?o(_0x319c21,'*Format:*\x20remove\x20from\x20%0',o(_0x319c21,function(_0x5ad083){return'ELEMENT_'+_0x5ad083['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x5b6db3))):o(_0x319c21,'*Outdent:*\x20%0',o(_0x319c21,'ELEMENT_LIST_ITEM')),_0x128c35={'type':'format','content':_0x1e7120};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x55c065['multipleBlocks']&&(_0x1e7120='*Merge:*\x20%0',_0x128c35={'type':'deletion','content':o(_0x319c21,_0x1e7120,o(_0x319c21,'ELEMENT_LIST_ITEM'))});}return _0x128c35;});}}function Ee(_0x23e0ba){let _0x129f73=_0x23e0ba['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x129f73;){const _0x63ae45=_0x129f73['getAttribute']('listItemId');if(!_0x63ae45)return!0x1;if(_0x63ae45==_0x23e0ba['data']['newValue'])return'newValue';if(_0x63ae45==_0x23e0ba['data']['oldValue'])return'oldValue';_0x129f73=_0x129f73['previousSibling'];}return!0x1;}class pe extends _0x201c95{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x45fee8=this['editor']['config']['get']('list.properties'),_0x451039=this['editor']['plugins']['get']('TrackChangesEditing');_0x45fee8['styles']&&(_0x451039['enableDefaultAttributesIntegration']('listStyle'),_0x451039['registerBlockAttribute']('listStyle')),_0x45fee8['reversed']&&(_0x451039['enableDefaultAttributesIntegration']('listReversed'),_0x451039['registerBlockAttribute']('listReversed')),_0x45fee8['startIndex']&&(_0x451039['enableDefaultAttributesIntegration']('listStart'),_0x451039['registerBlockAttribute']('listStart'));const _0x18e54a={'type':'format','content':''};_0x451039['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x556d9d=this['editor']['locale'];_0x451039['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x556d9d,'FORMAT_LIST_REVERSED')),_0x451039['descriptionFactory']['registerDescriptionCallback'](_0x582756=>{const {data:_0x4950c1}=_0x582756;if(_0x4950c1&&'listReversed'==_0x4950c1['key'])return null==_0x4950c1['newValue']||0x0==_0x4950c1['newValue']&&null==_0x4950c1['oldValue']?_0x18e54a:void 0x0;}),_0x451039['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x556d9d,'FORMAT_LIST_START')),_0x451039['descriptionFactory']['registerDescriptionCallback'](_0x76ec93=>{const {data:_0x3fc800}=_0x76ec93;if(_0x3fc800&&'listStart'==_0x3fc800['key'])return null==_0x3fc800['newValue']||0x1==_0x3fc800['newValue']&&null==_0x3fc800['oldValue']?_0x18e54a:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x66cf32=>{if(_0x66cf32['batch']['isUndo'])return!0x1;let _0x3529f2=!0x1;const _0x395b5e=_0x451039['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1a0674=>{const _0x3bff4d=_0x451039['_getAttributeKey'](_0x1a0674);return'listStart'==_0x3bff4d||'listReversed'==_0x3bff4d;});for(const _0x4c7f47 of _0x395b5e){const _0x240f25=_0x4c7f47['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x240f25||'customNumbered'==_0x240f25)continue;_0x451039['_findSuggestions'](_0x4c7f47['getFirstRange'](),'attribute')['find'](_0x3c0f8c=>'listType'==_0x451039['_getAttributeKey'](_0x3c0f8c['suggestion']))||(_0x66cf32['removeMarker'](_0x4c7f47['getFirstMarker']()),_0x3529f2=!0x0);}return _0x3529f2;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x75c0ca){const _0x5e5f9d=this['editor']['locale'],{data:_0x419949}=_0x75c0ca,_0x449086={'type':'format','content':''};if(!_0x419949||'listStyle'!=_0x419949['key'])return;if(!_0x419949['oldValue'])return'default'==_0x419949['newValue']?_0x449086:{'type':'format','content':''+o(_0x5e5f9d,'*Set\x20format:*\x20%0',o(_0x5e5f9d,this['_getTranslationKeyForListStyle'](_0x419949['newValue'])))};if(!_0x419949['newValue']){if('default'==_0x419949['oldValue'])return _0x449086;let _0x3092d5=_0x75c0ca['head'];for(;_0x3092d5;){if(_0x3092d5['data']&&'listType'==_0x3092d5['data']['key']&&_0x3092d5['data']['newValue'])return _0x449086;_0x3092d5=_0x3092d5['next'];}return{'type':'format','content':''+o(_0x5e5f9d,'*Remove\x20format:*\x20%0',o(_0x5e5f9d,this['_getTranslationKeyForListStyle'](_0x419949['oldValue'])))};}if('default'!=_0x419949['newValue'])return{'type':'format','content':''+o(_0x5e5f9d,'*Set\x20format:*\x20%0',o(_0x5e5f9d,this['_getTranslationKeyForListStyle'](_0x419949['newValue'])))};let _0x3c556a=_0x75c0ca['head'];for(;_0x3c556a;){if(_0x3c556a['data']&&'listType'==_0x3c556a['data']['key']&&_0x3c556a['data']['newValue']&&_0x3c556a['data']['oldValue'])return _0x449086;_0x3c556a=_0x3c556a['next'];}return{'type':'format','content':o(_0x5e5f9d,'*Set\x20format:*\x20%0',o(_0x5e5f9d,'ELEMENT_'+_0x75c0ca['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x554f8d=this['editor'],_0x3e1d64=_0x554f8d['locale'];_0x554f8d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x48a3e2=>{if('formatBlock'!=_0x48a3e2['type'])return;const {data:_0x17e308}=_0x48a3e2;if(!_0x17e308)return;let _0x430a5f,_0x2d12f6;switch(_0x17e308['commandName']){case'listStyle':_0x430a5f='*Change\x20to:*\x20%0',_0x2d12f6={'type':'format','content':o(_0x3e1d64,_0x430a5f,o(_0x3e1d64,this['_getTranslationKeyForListStyle'](_0x17e308['commandParams'][0x0]['type'])))};break;case'listReversed':_0x430a5f=_0x17e308['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x2d12f6={'type':'format','content':o(_0x3e1d64,_0x430a5f)};break;case'listStart':_0x430a5f='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x2d12f6={'type':'format','content':o(_0x3e1d64,_0x430a5f,_0x17e308['commandParams'][0x0]['startIndex'])};}return _0x2d12f6;});}['_getTranslationKeyForListStyle'](_0x2ded4a){return'ELEMENT_'+function(_0x54ae73){if(ye['includes'](_0x54ae73))return'bulleted';if(Se['includes'](_0x54ae73))return'numbered';return null;}(_0x2ded4a)['toUpperCase']()+'_LIST_'+_0x2ded4a['toUpperCase']()['replace'](/-/g,'_');}}const ye=['disc','circle','square'],Se=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class Q extends _0x201c95{static get['requires'](){return[_0x3c8429];}['init'](){const _0x48f96f=this['editor'],_0x14b9ef=_0x48f96f['plugins']['get']('TrackChangesEditing'),_0x1cd2ae=_0x48f96f['commands']['get']('enter');_0x14b9ef['enableCommand']('enter',()=>{_0x48f96f['model']['change'](_0x23a047=>{const _0x3b7869=_0x48f96f['model']['document']['selection'],_0x461c2d=_0x3b7869['getFirstPosition'](),_0x80e15a=_0x348f0d['fromRange'](_0x3b7869['getFirstRange']());if(_0x1cd2ae['enterBlock'](_0x23a047)){const _0x4f1f6d=_0x48f96f['model']['createPositionAt'](_0x461c2d['parent']['nextSibling'],0x0),_0x3786be=_0x23a047['createRange'](_0x461c2d,_0x4f1f6d);_0x14b9ef['markInsertion'](_0x3786be);}else _0x23a047['setSelection'](_0x23a047['createRange'](_0x80e15a['end']));_0x80e15a['detach'](),_0x1cd2ae['fire']('afterExecute',{'writer':_0x23a047});});}),_0x48f96f['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_e(_0x48f96f,'split'),{'priority':'high'}),_0x48f96f['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x23ff64,_0x49c5fb,_0x172d29)=>{const _0x3b7f2f=_0x172d29['mapper']['markerNameToElements'](_0x49c5fb['markerName']);if(_0x3b7f2f){for(const _0x1af000 of _0x3b7f2f)_0x1af000['hasClass']('ck-suggestion-marker-split')&&(_0x172d29['mapper']['unbindElementFromMarkerName'](_0x1af000,_0x49c5fb['markerName']),_0x172d29['writer']['remove'](_0x1af000));}},{'priority':'high'}),_0x48f96f['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x1c5562,_0x3c8024,_0x9d5c04)=>{_0x9d5c04['options']['showSuggestionHighlights']&&_e(_0x48f96f,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x1c5562,_0x3c8024,_0x9d5c04);},{'priority':'high'});}}class X extends _0x201c95{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0xe390c5=this['editor']['plugins']['get']('TrackChangesEditing');_0xe390c5['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0xe390c5['enableCommand']('findNext'),_0xe390c5['enableCommand']('findPrevious'),_0xe390c5['enableCommand']('replace'),_0xe390c5['enableCommand']('replaceAll');}['handleFindCommand'](_0x437b7e,_0xe63b9d,_0x1f9491={}){const _0x547dda=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x437b7e(_0x284dde=>{let _0x47292a=('string'==typeof _0xe63b9d?_0x547dda['findByTextCallback'](_0xe63b9d,_0x1f9491):_0xe63b9d)(_0x284dde);Array['isArray'](_0x47292a)&&(_0x47292a={'results':_0x47292a,'searchText':'string'==typeof _0xe63b9d?_0xe63b9d:''});const _0x57070d=_0x47292a['results']['filter'](_0x4dae5b=>!0x1===this['_isInDeletionRange'](_0x4dae5b,_0x284dde['item']));return{..._0x47292a,'results':_0x57070d};},_0x1f9491);}['_isInDeletionRange'](_0x2e2d62,_0x2d446e){const _0x1448cb=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x2d446e,_0x2e2d62['start']),this['editor']['model']['createPositionAt'](_0x2d446e,_0x2e2d62['end']));for(const _0x3c734c of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x1448cb['getIntersection'](_0x3c734c['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Y extends _0x201c95{['afterInit'](){const _0x461d3e=this['editor']['locale'],_0x41b168=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x260909,commandName:_0x1b93b0}of ro)this['editor']['plugins']['has'](_0x260909)&&(_0x41b168['enableDefaultAttributesIntegration'](_0x1b93b0),_0x41b168['registerInlineAttribute'](_0x1b93b0));_0x41b168['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x461d3e,'FORMAT_FONT_SIZE')),_0x41b168['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x461d3e,'FORMAT_FONT_FAMILY')),_0x41b168['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x461d3e,'FORMAT_FONT_COLOR')),_0x41b168['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x461d3e,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x48c72a=this['editor'],_0x332732=_0x48c72a['locale'];_0x48c72a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3d77ac=>{const _0x1331c8=_0x332732['t'];if('formatInline'!=_0x3d77ac['type'])return;const {data:_0x47f9ac}=_0x3d77ac;if(null!=_0x47f9ac){if('fontSize'==_0x47f9ac['commandName']){const _0x45d544=_0x47f9ac['commandParams'][0x0]['value'];if(_0x45d544){const _0x471060=_0x1331c8(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x2efb2a=>_0x2efb2a['model']==_0x45d544)['title'])['toLowerCase']();return{'type':'format','content':o(_0x332732,'*Set\x20font\x20size:*\x20%0',_0x471060)};}return{'type':'format','content':o(_0x332732,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x47f9ac['commandName']){const _0xc96cf6=_0x47f9ac['commandParams'][0x0]['value'];return _0xc96cf6?{'type':'format','content':o(_0x332732,'*Set\x20font\x20family:*\x20%0',_0xc96cf6)}:{'type':'format','content':o(_0x332732,'*Reset\x20font\x20family*')};}if('fontColor'==_0x47f9ac['commandName']){const _0x3cdab8=_0x47f9ac['commandParams'][0x0]['value'];if(_0x3cdab8){const _0x3debc1=_0x327750(this['editor']['config']['get']('fontColor.colors'))['find'](_0x2b5003=>_0x2b5003['model']==_0x3cdab8);let _0x48a605=_0x3cdab8,_0x28c1e6='';return _0x3debc1&&(_0x48a605=_0x3debc1['label'],_0x28c1e6=_0x1331c8(_0x48a605)['toLowerCase']()),{'type':'format','content':o(_0x332732,'*Set\x20font\x20color:*\x20%0',_0x28c1e6)['trim'](),'color':{'value':_0x3cdab8,'title':_0x28c1e6||_0x48a605}};}return{'type':'format','content':o(_0x332732,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x47f9ac['commandName']){const _0xc21c8f=_0x47f9ac['commandParams'][0x0]['value'];if(_0xc21c8f){const _0x2d6180=_0x327750(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x2f1ecd=>_0x2f1ecd['model']==_0xc21c8f);let _0x5f0945=_0xc21c8f,_0xb2c948='';return _0x2d6180&&(_0x5f0945=_0x2d6180['label'],_0xb2c948=_0x1331c8(_0x5f0945)['toLowerCase']()),{'type':'format','content':o(_0x332732,'*Set\x20font\x20background\x20color:*\x20%0',_0xb2c948)['trim'](),'color':{'value':_0xc21c8f,'title':_0xb2c948||_0x5f0945}};}return{'type':'format','content':o(_0x332732,'*Reset\x20font\x20background\x20color*')};}}});}}class Z extends _0x201c95{['afterInit'](){const _0x50a96b=this['editor'],_0x531076=_0x50a96b['plugins']['get']('TrackChangesEditing'),_0x2356c4=_0x50a96b['commands']['get']('copyFormat'),_0x26f8dc=_0x50a96b['commands']['get']('pasteFormat');_0x2356c4&&_0x26f8dc&&(_0x531076['enableDefaultAttributesIntegration']('pasteFormat'),_0x531076['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x3a8f42=this['editor'],_0x2f9e63=_0x3a8f42['locale'];_0x3a8f42['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x45fca0=>{if('formatBlock'!=_0x45fca0['type']&&'formatInline'!=_0x45fca0['type'])return;const {data:_0x33ba8d}=_0x45fca0;if(_0x33ba8d&&'pasteFormat'===_0x33ba8d['commandName']){const _0x394c2a=[],_0x2b2ec2=_0x33ba8d['commandParams'][0x0];for(const [_0xd863ea,_0x1a2835]of Object['entries'](_0x2b2ec2))_0x394c2a['push'](so(_0x3a8f42,_0xd863ea,_0x1a2835));return _0x394c2a['length']?{'type':'format','content':o(_0x2f9e63,'*Set\x20format\x20to:*\x20%0',_0x394c2a['join'](',\x20'))}:{'type':'format','content':o(_0x2f9e63,'*Remove\x20all\x20formatting*')};}});}}function so(_0xef9cd2,_0xccb2a7,_0x47b4c1){const _0x562ca2=_0xef9cd2['locale']['t'],_0x55d101=_0xccb2a7['split'](/(?=[A-Z])/)['join']('\x20'),_0x39c0a5=_0x562ca2(_0x55d101['charAt'](0x0)['toUpperCase']()+_0x55d101['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x47b4c1)return _0x39c0a5;if('fontColor'===_0xccb2a7||'fontBackgroundColor'===_0xccb2a7){const _0x21c8ce=_0x327750(_0xef9cd2['config']['get']('fontColor.colors'))['find'](_0x1173f0=>_0x1173f0['model']==_0x47b4c1);return _0x39c0a5+'\x20('+(_0x21c8ce?_0x562ca2(_0x21c8ce['label'])['toLowerCase']():_0x47b4c1)+')';}if('fontSize'===_0xccb2a7&&isNaN(parseFloat(_0x47b4c1))){const _0x3990b1=_0xef9cd2['plugins']['get']('FontSize')['normalizeSizeOptions'](_0xef9cd2['config']['get']('fontSize.options'))['find'](_0x29ddf4=>_0x29ddf4['model']==_0x47b4c1);return _0x39c0a5+'\x20('+(_0x3990b1?_0x562ca2(_0x3990b1['title'])['toLowerCase']():_0x47b4c1)+')';}return _0x39c0a5+'\x20('+_0x47b4c1+')';}class tt extends _0x201c95{['_headingOptions'];['afterInit'](){const _0x1e0c13=this['editor'];if(!_0x1e0c13['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x1e0c13['config']['get']('heading.options');const _0x5456c0=_0x1e0c13['locale'],_0x3d09f3=_0x1e0c13['plugins']['get']('TrackChangesEditing');_0x3d09f3['enableDefaultAttributesIntegration']('heading');for(const _0x3f48d0 of this['_headingOptions'])'paragraph'!=_0x3f48d0['model']&&_0x3d09f3['descriptionFactory']['registerElementLabel'](_0x3f48d0['model'],_0x3b08ea=>{const _0x13f642=this['_getHeadingLevel'](_0x3f48d0['model']);return null!==_0x13f642?_0x2aa3f3(_0x3b08ea,_0x13f642):_0x3b2446(_0x3b08ea,_0x3f48d0['title']);});function _0x2aa3f3(_0x57997d,_0x1d44fa){return o(_0x5456c0,'ELEMENT_HEADING',[_0x57997d,_0x1d44fa]);}function _0x3b2446(_0x254b04,_0x52c42c){return o(_0x5456c0,'ELEMENT_HEADING_CUSTOM',[_0x254b04,_0x52c42c]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x145cde=this['editor'],_0x470595=_0x145cde['locale'];function _0x4be68c(_0x384a94,_0x3e2ae1){return o(_0x470595,'ELEMENT_HEADING_CUSTOM',[_0x384a94,_0x3e2ae1]);}_0x145cde['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xb764dc=>{if('formatBlock'!=_0xb764dc['type'])return;const {data:_0x387170}=_0xb764dc;if(_0x387170&&'heading'==_0x387170['commandName']){const _0xdb5a4f=_0x387170['commandParams'][0x0]['value'],_0x2ba1c0=this['_getHeadingLevel'](_0xdb5a4f);if(null!==_0x2ba1c0)return{'type':'format','content':o(_0x470595,'*Change\x20to:*\x20%0',(_0x35ccae=0x1,_0x5f4f89=_0x2ba1c0,o(_0x470595,'ELEMENT_HEADING',[_0x35ccae,_0x5f4f89])))};const _0x35c3ac=this['_headingOptions']['find'](_0x2946aa=>_0x2946aa['model']===_0xdb5a4f)['title'];return{'type':'format','content':o(_0x470595,'*Change\x20to:*\x20%0',_0x4be68c(0x1,_0x35c3ac))};}var _0x35ccae,_0x5f4f89;});}['_getHeadingLevel'](_0x537367){const _0x3bc99f=_0x537367['match'](/^heading(\d+)/);if(_0x3bc99f)return _0x3bc99f[0x1];const _0x118f60=this['_headingOptions']?.['find'](_0x2a23a5=>_0x2a23a5['model']==_0x537367);if(_0x118f60&&_0x118f60['view']){const _0x1bbba8=_0x118f60['view'],_0x204576=(_0x1bbba8['name']??_0x1bbba8)['match'](/^h(\d+)/);if(_0x204576)return _0x204576[0x1];}return null;}}class et extends _0x201c95{['afterInit'](){const _0x4c7861=this['editor'];if(!_0x4c7861['plugins']['has']('HighlightEditing'))return;const _0x3e6b12=_0x4c7861['plugins']['get']('TrackChangesEditing'),_0x1c3846=_0x4c7861['locale'];_0x3e6b12['enableDefaultAttributesIntegration']('highlight'),_0x3e6b12['registerInlineAttribute']('highlight'),_0x3e6b12['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x1c3846,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2b345a=this['editor'],_0x424ad9=_0x2b345a['locale'];_0x2b345a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4c2d22=>{if('formatInline'!=_0x4c2d22['type'])return;const {data:_0x2ec749}=_0x4c2d22;if(_0x2ec749&&'highlight'==_0x2ec749['commandName']){const _0x45608e=_0x424ad9['t'],_0x358046=_0x2ec749['commandParams'][0x0]['value'];if(_0x358046){const _0x89fd1c=_0x2b345a['config']['get']('highlight.options')['find'](_0x31366a=>_0x31366a['model']==_0x358046),_0x4effc4=_0x45608e(_0x89fd1c['title'])['toLowerCase']();return{'type':'format','content':o(_0x424ad9,'*Set\x20highlight:*\x20%0',_0x4effc4),'color':{'value':_0x89fd1c['color'],'title':_0x89fd1c['title']}};}return{'type':'format','content':o(_0x424ad9,'*Remove\x20highlight*',o(_0x424ad9,'FORMAT_HIGHLIGHT'))};}});}}class it extends _0x201c95{['afterInit'](){const _0x4b6d5f=this['editor'];if(!_0x4b6d5f['plugins']['has']('HorizontalLineEditing'))return;_0x4b6d5f['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x36cede=_0x4b6d5f['plugins']['get']('TrackChangesEditing'),_0x5ecfa5=_0x4b6d5f['locale'];_0x36cede['descriptionFactory']['registerElementLabel']('horizontalLine',_0x39d52c=>o(_0x5ecfa5,'ELEMENT_HORIZONTAL_LINE',_0x39d52c)),_0x4b6d5f['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x584f7e,{writer:_0xcc384a,options:_0x30d3fe})=>{if(!_0x30d3fe['showSuggestionHighlights'])return null;const _0x5b4fd4=_0xcc384a['createContainerElement']('div'),_0x2cd699=_0xcc384a['createEmptyElement']('hr');return _0xcc384a['addClass']('ck-horizontal-line',_0x5b4fd4),_0xcc384a['insert'](_0xcc384a['createPositionAt'](_0x5b4fd4,0x0),_0x2cd699),_0x5b4fd4;},'converterPriority':'high'});}}class st extends _0x201c95{['afterInit'](){const _0x10b95d=this['editor'];if(!_0x10b95d['plugins']['has']('HtmlEmbed'))return;const _0x176480=_0x10b95d['plugins']['get']('TrackChangesEditing'),_0x161b0e=_0x10b95d['locale'];_0x176480['descriptionFactory']['registerElementLabel']('rawHtml',_0x33baa8=>o(_0x161b0e,'ELEMENT_HTML_EMBED',_0x33baa8)),_0x176480['enableDefaultAttributesIntegration']('htmlEmbed'),_0x176480['registerBlockAttribute']('value'),_0x176480['descriptionFactory']['registerDescriptionCallback'](_0xea622b=>{if('attribute'!=_0xea622b['type'])return;const {data:_0x1b282b}=_0xea622b;if(_0x1b282b&&'value'==_0x1b282b['key']&&_0xea622b['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x1f9099=o(_0x161b0e,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x161b0e,'*Change\x20%0\x20content*',_0x1f9099)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x31ec41=this['editor'],_0x4fe628=_0x31ec41['locale'];_0x31ec41['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3960ca=>{if('formatBlock'!=_0x3960ca['type'])return;const {data:_0x251ea1}=_0x3960ca;if(_0x251ea1&&'htmlEmbed'==_0x251ea1['commandName']){const _0x4f748e=o(_0x4fe628,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x4fe628,'*Change\x20%0\x20content*',_0x4f748e)};}});}}class nt extends _0x201c95{['afterInit'](){const _0x2d186b=this['editor'];if(!_0x2d186b['plugins']['has']('ImageEditing'))return;const _0x50b5ff=_0x2d186b['plugins']['get']('TrackChangesEditing'),_0x59f7f6=_0x2d186b['plugins']['get']('ImageUtils'),_0x5aa77b=_0x2d186b['locale'];_0x50b5ff['enableCommand']('insertImage'),_0x50b5ff['descriptionFactory']['registerElementLabel']('imageBlock',_0x41fbea=>o(_0x5aa77b,'ELEMENT_IMAGE',_0x41fbea)),_0x50b5ff['descriptionFactory']['registerElementLabel']('imageInline',_0xc9e7bb=>o(_0x5aa77b,'ELEMENT_INLINE_IMAGE',_0xc9e7bb)),_0x50b5ff['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x5aa77b,'ELEMENT_CAPTION')),_0x2d186b['plugins']['has']('ImageUploadEditing')&&_0x50b5ff['enableCommand']('uploadImage'),_0x2d186b['plugins']['has']('ImageBlockEditing')&&_0x2d186b['plugins']['has']('ImageInlineEditing')&&(_0x50b5ff['enableCommand']('imageTypeInline',(_0x5146b0,_0x39265c)=>{const _0x5a2ab2=_0x59f7f6['getClosestSelectedImageElement'](_0x2d186b['model']['document']['selection']);_0x2d186b['model']['change'](()=>{_0x50b5ff['markBlockFormat'](_0x5a2ab2,{'commandName':'imageTypeInline','commandParams':[_0x39265c]},[],'convertBlockImageToInline');});}),_0x50b5ff['enableCommand']('imageTypeBlock',(_0x302fd3,_0x232268)=>{_0x2d186b['model']['change'](_0x2d4da4=>{let _0x4027e8=_0x59f7f6['getClosestSelectedImageElement'](_0x2d186b['model']['document']['selection']),_0x5bbd20=_0x2d4da4['createRangeOn'](_0x4027e8);const _0x5bc298=_0x562fa4['fromPosition'](_0x5bbd20['start'],'toPrevious'),_0x573121=_0x562fa4['fromPosition'](_0x5bbd20['end'],'toNext');_0x50b5ff['forceDefaultExecution'](()=>_0x302fd3(_0x232268)),_0x4027e8=_0x59f7f6['getClosestSelectedImageElement'](_0x2d186b['model']['document']['selection']),_0x5bbd20=_0x2d4da4['createRangeOn'](_0x4027e8);const _0x529c3d=_0x2d4da4['createRange'](_0x5bc298,_0x573121);_0x5bc298['detach'](),_0x573121['detach'](),_0x50b5ff['markBlockFormat'](_0x4027e8,{'commandName':'imageTypeInline','commandParams':[_0x232268]},[],'convertInlineImageToBlock'),_0x529c3d['start']['isBefore'](_0x5bbd20['start'])&&_0x50b5ff['markInsertion'](_0x2d4da4['createRange'](_0x529c3d['start'],_0x5bbd20['start']),'convertInlineImageToBlock'),_0x5bbd20['end']['isBefore'](_0x529c3d['end'])&&_0x50b5ff['markInsertion'](_0x2d4da4['createRange'](_0x5bbd20['end'],_0x529c3d['end']),'convertInlineImageToBlock');});}),_0x50b5ff['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x50b5ff['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x50b5ff['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x50b5ff['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x50b5ff['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x50b5ff['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x4c3165])=>{const _0x373977=_0x50b5ff['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x3002bd=_0x4c3165['start'],_0xc27814=_0x4c3165['end'];const _0x5b3ea8=_0x2d186b['model']['schema']['getNearestSelectionRange'](_0x3002bd,'backward'),_0x44003f=_0x2d186b['model']['schema']['getNearestSelectionRange'](_0xc27814,'forward');_0x5b3ea8['isCollapsed']&&(_0x3002bd=_0x5b3ea8['start']),_0x44003f['isCollapsed']&&(_0xc27814=_0x44003f['end']),_0x373977([_0x2d186b['model']['createRange'](_0x3002bd,_0xc27814)]);}),_0x50b5ff['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x41db57),_0x50b5ff['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x41db57)),_0x2d186b['plugins']['has']('ImageCaptionEditing')&&(_0x50b5ff['enableCommand']('toggleImageCaption',(_0x284016,_0x11a4cf)=>{const _0x534148=_0x2d186b['plugins']['get']('ImageCaptionUtils');let _0x7f731b=_0x59f7f6['getClosestSelectedImageElement'](_0x2d186b['model']['document']['selection']),_0x9708e3=_0x534148['getCaptionFromImageModelElement'](_0x7f731b);_0x2d186b['model']['change'](()=>{if(_0x9708e3)return void _0x50b5ff['markDeletion'](_0x2d186b['model']['createRangeOn'](_0x9708e3));const _0x2164c7=_0x59f7f6['isBlockImage'](_0x7f731b);_0x284016(_0x11a4cf),_0x7f731b=_0x59f7f6['getClosestSelectedImageElement'](_0x2d186b['model']['document']['selection']),_0x9708e3=_0x534148['getCaptionFromImageModelElement'](_0x7f731b),_0x50b5ff['markInsertion'](_0x2d186b['model']['createRangeOn'](_0x9708e3),_0x2164c7?null:'imageCaption');});}),_0x50b5ff['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x41db57));const _0x5d2adb=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x3de752(_0x42c9bf,_0x48ef6d){const _0x1c7de7=_0x5d2adb['findIndex'](({type:_0x15d0a8,subType:_0x1fcf26})=>_0x42c9bf['type']==_0x15d0a8&&_0x42c9bf['subType']==_0x1fcf26),_0xdc1ac2=_0x5d2adb['findIndex'](({type:_0xe0b1da,subType:_0x482065})=>_0x48ef6d['type']==_0xe0b1da&&_0x48ef6d['subType']==_0x482065);if(_0x1c7de7<0x0||_0xdc1ac2<0x0)return!0x1;const _0x3910e1=_0x42c9bf['getFirstRange'](),_0x49373c=_0x48ef6d['getFirstRange']();if((0x0==_0x1c7de7||0x1==_0x1c7de7)&&0x2==_0xdc1ac2&&_0x3910e1['isIntersecting'](_0x49373c))return!0x0;if(0x2==_0x1c7de7&&0x3==_0xdc1ac2){const _0x53e977=_0x50b5ff['_findSuggestions'](_0x3910e1,'insertion')['filter'](({suggestion:_0x58d5ca,meta:_0x5244a4})=>_0x5244a4['isOwn']&&'convertInlineImageToBlock'==_0x58d5ca['subType']);if(_0x53e977['length']>0x1&&_0x49373c['end']['isEqual'](_0x3910e1['start']))return!0x0;if(0x1==_0x53e977['length']&&(_0x3910e1['start']['isEqual'](_0x49373c['end'])||_0x3910e1['end']['isEqual'](_0x49373c['start'])))return!0x0;}if(0x3==_0x1c7de7&&0x3==_0xdc1ac2&&_0x3910e1['start']['isBefore'](_0x49373c['start'])){const _0x402e03=_0x3910e1['end']['nodeAfter'],_0x58575f=_0x49373c['start']['nodeBefore'];return _0x59f7f6['isBlockImage'](_0x402e03)&&_0x402e03===_0x58575f;}return!0x1;}function _0x41db57(_0x59aac6,_0x5f31a0){return _0x3de752(_0x59aac6,_0x5f31a0)?[_0x59aac6,_0x5f31a0]:_0x3de752(_0x5f31a0,_0x59aac6)?[_0x5f31a0,_0x59aac6]:null;}_0x2d186b['plugins']['has']('ImageResize')&&(_0x50b5ff['enableDefaultAttributesIntegration']('resizeImage'),_0x50b5ff['registerBlockAttribute']('resizedWidth'),_0x50b5ff['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x5aa77b,'FORMAT_IMAGE_SIZE'))),_0x2d186b['plugins']['has']('ImageTextAlternativeEditing')&&(_0x50b5ff['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x50b5ff['registerBlockAttribute']('alt')),_0x50b5ff['descriptionFactory']['registerDescriptionCallback'](_0x2f00ad=>{if(!!_0x5d2adb['find'](({type:_0x5d1c2b,subType:_0x4030f4})=>_0x2f00ad['type']==_0x5d1c2b&&_0x2f00ad['subType']==_0x4030f4))return _0x2f00ad['previous']?{}:void 0x0;}),_0x50b5ff['descriptionFactory']['registerDescriptionCallback'](_0x1081fd=>{if('insertion'==_0x1081fd['type']||'deletion'==_0x1081fd['type']){const _0x413e0d=_0x1081fd['getContainedElement']();if(_0x413e0d&&_0x413e0d['is']('element','caption'))return{'type':'insertion'==_0x1081fd['type']?'addObject':'removeObject','element':_0x413e0d,'quantity':0x1};}}),_0x50b5ff['descriptionFactory']['registerDescriptionCallback'](_0x525aee=>'formatBlock'==_0x525aee['type']&&'convertInlineImageToBlock'==_0x525aee['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x525aee['type']&&'convertBlockImageToInline'==_0x525aee['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x50b5ff['descriptionFactory']['registerDescriptionCallback'](_0x1064f9=>{if('attribute'!=_0x1064f9['type'])return;const {data:_0x509046}=_0x1064f9;if(!_0x509046||'alt'!=_0x509046['key'])return;const _0x3bf51c=_0x509046['newValue'];return _0x3bf51c?{'type':'format','content':o(_0x5aa77b,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x3bf51c+'\x22')}:{'type':'format','content':o(_0x5aa77b,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x145886=this['editor'],_0x474dce=_0x145886['locale'];_0x145886['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x9f477d=>{if('formatBlock'!=_0x9f477d['type']&&'formatInline'!=_0x9f477d['type'])return;const {data:_0x1ba570}=_0x9f477d;if(_0x1ba570){if('imageTextAlternative'==_0x1ba570['commandName']){const _0x151f62=_0x1ba570['commandParams'][0x0]['newValue'];return _0x151f62?{'type':'format','content':o(_0x474dce,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x151f62+'\x22')}:{'type':'format','content':o(_0x474dce,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x1ba570['commandName']){const _0x7997a=_0x1ba570['commandParams'][0x0]['width'];return _0x7997a?{'type':'format','content':o(_0x474dce,'*Set\x20image\x20width:*\x20%0',_0x7997a)}:{'type':'format','content':o(_0x474dce,'*Reset\x20image\x20width*')};}}});}}class ot extends _0x201c95{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x1d94cf=this['editor']['locale'],_0x458467=this['editor']['plugins']['get']('TrackChangesEditing');_0x458467['enableDefaultAttributesIntegration']('replaceImageSource'),_0x458467['registerBlockAttribute']('src'),_0x458467['descriptionFactory']['registerDescriptionCallback'](_0xcd69b4=>{if('attribute'!=_0xcd69b4['type'])return;const {data:_0x117eaa}=_0xcd69b4;return _0x117eaa&&'src'==_0x117eaa['key']?_0x117eaa['newValue']&&_0x117eaa['oldValue']?{'type':'format','content':o(_0x1d94cf,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x1b37a7=this['editor']['plugins']['get']('TrackChangesEditing');_0x1b37a7['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x1b37a7['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x1b37a7['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x1b37a7['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x52c586=this['editor'],_0x5cd595=_0x52c586['locale'];_0x52c586['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3943e0=>{if('formatBlock'!=_0x3943e0['type']&&'formatInline'!=_0x3943e0['type'])return;const {data:_0x2eb255}=_0x3943e0;if(!_0x2eb255||'replaceImageSource'!=_0x2eb255['commandName'])return;return{'type':'format','content':o(_0x5cd595,'*Format:*\x20replace\x20image\x20URL')};});}}class rt extends _0x201c95{['afterInit'](){const _0xde5d08=this['editor'];if(!_0xde5d08['plugins']['has']('ImageStyleEditing'))return;const _0x3920ec=_0xde5d08['plugins']['get']('TrackChangesEditing'),_0x35df11=_0xde5d08['plugins']['get']('ImageUtils'),_0x246641={};_0x3920ec['enableCommand']('imageStyle',(_0x2e5260,_0x837808)=>{const _0x2567c7=_0xde5d08['plugins']['get']('Users')['me'],_0x57f190=_0xde5d08['commands']['get']('imageStyle');let _0x208144=_0x35df11['getClosestSelectedImageElement'](_0xde5d08['model']['document']['selection']),_0x54fc85=_0xde5d08['model']['createRangeOn'](_0x208144),_0x29bf8d=_0x57f190['value'];if(_0x29bf8d==_0x837808['value'])return;const _0x3df1b0={'commandName':'imageStyle','commandParams':[_0x837808],'formatGroupId':_0x5eb85a()};_0xde5d08['model']['change'](()=>{if(_0x3920ec['getSuggestions']()['filter'](_0x26ba56=>_0x26ba56['isInContent']&&_0x2567c7==_0x26ba56['author']&&('formatBlock'==_0x26ba56['type']||'formatInline'==_0x26ba56['type'])&&('imageStylePreApply'==_0x26ba56['subType']||'imageStylePostApply'==_0x26ba56['subType'])&&_0x26ba56['getFirstRange']()['isEqual'](_0x54fc85))['forEach'](_0x46be72=>_0x3920ec['discardSuggestion'](_0x46be72['head'])),_0x208144=_0x35df11['getClosestSelectedImageElement'](_0xde5d08['model']['document']['selection']),_0x54fc85=_0xde5d08['model']['createRangeOn'](_0x208144),_0x57f190['refresh'](),_0xde5d08['commands']['get']('imageTypeInline')['refresh'](),_0xde5d08['commands']['get']('imageTypeBlock')['refresh'](),_0x29bf8d=_0x57f190['value'],_0x29bf8d!=_0x837808['value'])return _0x35df11['isInlineImage'](_0x208144)&&_0x57f190['shouldConvertImageType'](_0x837808['value'],_0x208144)?(_0x2e5260({..._0x837808,'setImageSizes':!0x1}),_0x208144=_0x35df11['getClosestSelectedImageElement'](_0xde5d08['model']['document']['selection']),void _0x3920ec['markBlockFormat'](_0x208144,{..._0x3df1b0,'commandReversedParams':[{'value':_0x29bf8d||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x35df11['isBlockImage'](_0x208144)?_0x3920ec['markBlockFormat'](_0x208144,_0x3df1b0,[],'imageStylePostApply'):_0x3920ec['markInlineFormat'](_0x54fc85,_0x3df1b0,'imageStylePostApply'));});});for(const _0xb20888 of _0xde5d08['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x246641[_0xb20888['name']]=_0xb20888['title']['toLowerCase']();_0x3920ec['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x3920ec['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x3920ec['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x3920ec['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x227621])=>{_0x35df11['setImageNaturalSizeAttributes'](_0x227621['getContainedElement']());}),_0x3920ec['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x20c75c,_0xe2ab37)=>{_0x3920ec['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x20c75c,{'commandName':_0xe2ab37['commandName'],'commandParams':_0xe2ab37['commandReversedParams']});}),_0x3920ec['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0xfa0b4c,_0x27aef2){if(_0xf7c827(_0xfa0b4c,_0x27aef2))return[_0xfa0b4c,_0x27aef2];if(_0xf7c827(_0x27aef2,_0xfa0b4c))return[_0x27aef2,_0xfa0b4c];return null;});const _0x24053a=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0xf7c827(_0x33595b,_0x45a9e8){const _0x5106b4=_0x24053a['findIndex'](({type:_0xdc1273,subType:_0x38a2d7})=>_0x33595b['type']==_0xdc1273&&_0x33595b['subType']==_0x38a2d7),_0x9961ec=_0x24053a['findIndex'](({type:_0x43d150,subType:_0x123603})=>_0x45a9e8['type']==_0x43d150&&_0x45a9e8['subType']==_0x123603);if(_0x5106b4<0x0||_0x9961ec<0x0)return!0x1;const _0x3c96cb=_0x33595b['getFirstRange'](),_0xd75c0a=_0x45a9e8['getFirstRange']();if((0x0==_0x5106b4||0x1==_0x5106b4)&&0x2==_0x9961ec&&_0x3c96cb['isIntersecting'](_0xd75c0a))return!0x0;if(0x2==_0x5106b4&&0x3==_0x9961ec){const _0x46b3c1=_0x3920ec['_findSuggestions'](_0x3c96cb,'insertion')['filter'](({suggestion:_0x17010c,meta:_0x2a3c5f})=>_0x2a3c5f['isOwn']&&'convertInlineImageToBlock'==_0x17010c['subType']);if(_0x46b3c1['length']>0x1&&_0xd75c0a['end']['isEqual'](_0x3c96cb['start']))return!0x0;if(0x1==_0x46b3c1['length']&&(_0x3c96cb['start']['isEqual'](_0xd75c0a['end'])||_0x3c96cb['end']['isEqual'](_0xd75c0a['start'])))return!0x0;}if(0x3==_0x5106b4&&0x3==_0x9961ec&&_0x3c96cb['start']['isBefore'](_0xd75c0a['start'])){const _0x135a85=_0x3c96cb['end']['nodeAfter'],_0x1be7a9=_0xd75c0a['start']['nodeBefore'];return _0x35df11['isBlockImage'](_0x135a85)&&_0x135a85===_0x1be7a9;}return!0x1;}_0xde5d08['model']['document']['registerPostFixer'](()=>{let _0x546075=!0x1;const _0x418ac9=Array['from'](_0xde5d08['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x9b6344,data:_0x13c282}of _0x418ac9){const {group:_0x83e94d,type:_0x5b021a,subType:_0x2d2907,id:_0x3af436}=_0x3920ec['_splitMarkerName'](_0x9b6344);if('suggestion'==_0x83e94d&&_0x3920ec['hasSuggestion'](_0x3af436)){if('formatBlock'==_0x5b021a&&('imageStylePreApply'==_0x2d2907||'imageStylePostApply'==_0x2d2907)){const _0x2757a8=_0x3920ec['getSuggestion'](_0x3af436);if(_0x13c282['newRange']){const _0x380a52=_0x2757a8['getFirstRange']()['getContainedElement']();if(_0x35df11['isBlockImage'](_0x380a52))continue;_0x3920ec['discardSuggestion'](_0x2757a8),_0x546075=!0x0;}}if('insertion'==_0x5b021a&&'imageCaption'==_0x2d2907&&!_0x13c282['newRange']){const _0x489ffb=_0x3920ec['getSuggestion'](_0x3af436);_0x489ffb['next']&&_0x489ffb['next']['isInContent']&&(_0x3920ec['discardSuggestion'](_0x489ffb['next']),_0x546075=!0x0);}}}return _0x546075;}),this['_registerLegacyDescription'](_0x246641);}['_registerLegacyDescription'](_0x508ee4){const _0x27fbfa=this['editor'],_0x49032f=_0x27fbfa['locale'];_0x27fbfa['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x34305a=>{if('formatBlock'!=_0x34305a['type']&&'formatInline'!=_0x34305a['type'])return;const {data:_0x563f16}=_0x34305a;if(!_0x563f16||'imageStyle'!=_0x563f16['commandName'])return;const _0x1d829a=_0x563f16['commandParams'][0x0]['value'];return _0x32177c('side'===_0x1d829a?o(_0x49032f,'FORMAT_SIDE_IMAGE'):_0x508ee4[_0x1d829a]||_0x1d829a);function _0x32177c(_0x5c4bf1){return{'type':'format','content':o(_0x49032f,'*Format:*\x20%0',_0x5c4bf1)};}});}}class at extends _0x201c95{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x5e7307){super(_0x5e7307),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x49a398=this['editor'],_0x15a70=_0x49a398['commands']['get']('importWord'),_0x2cc437=_0x49a398['commands']['get']('trackChanges');_0x15a70&&(_0x15a70['on']('execute',(_0x370e1f,[,_0x498c9b])=>{this['_trackChangesValueDuringImport']=_0x2cc437['value'],_0x498c9b['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x15a70,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x15a70,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x2cc437['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x49a398['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x21be3e,_0x710005){const {suggestions:_0x374993}=_0x710005,_0x3a90b5=this['editor']['commands']['get']('trackChanges'),_0x205342=_0x3a90b5['value'];this['_trackChangesValueDuringImport']!==_0x205342&&(_0x3a90b5['execute'](),this['_trackChangesExecuted']=!0x0),_0x374993&&_0x374993['forEach'](({id:_0xca016e,type:_0x5178d8,author:_0x240524,created_at:_0x5bd24e})=>{const _0x5e8cde={'id':_0xca016e,'type':_0x5178d8,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x240524,'createdAt':_0x5bd24e?new Date(_0x5bd24e):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x5e8cde);});}}class ct extends _0x201c95{['afterInit'](){const _0x332881=this['editor'],_0x262889=_0x332881['plugins']['get']('TrackChangesEditing');if(_0x332881['plugins']['has']('IndentEditing')&&(_0x262889['enableCommand']('indent'),_0x262889['enableCommand']('outdent')),_0x332881['plugins']['has']('IndentBlock')){for(const _0x556ddd of['indentBlock','outdentBlock'])_0x262889['enableDefaultAttributesIntegration'](_0x556ddd);}const _0x575fb3=_0x332881['locale'];_0x262889['registerBlockAttribute']('blockIndent'),_0x262889['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x575fb3,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x50f9c8=this['editor'],_0x20d351=_0x50f9c8['locale'],_0x9f6a14=_0x50f9c8['plugins']['get']('TrackChangesEditing');_0x9f6a14['descriptionFactory']['registerDescriptionCallback'](_0x4efa0f=>{if('formatBlock'!=_0x4efa0f['type'])return;const {data:_0x553ecc}=_0x4efa0f;if(!_0x553ecc)return;if('indentBlock'!=_0x553ecc['commandName']&&'outdentBlock'!=_0x553ecc['commandName'])return;const _0x3ef16a=_0x4efa0f['getItems']()[0x0],_0x8a811c=_0x9f6a14['descriptionFactory']['getItemLabel'](_0x3ef16a);return'indentBlock'==_0x553ecc['commandName']?{'type':'format','content':o(_0x20d351,'*Indent:*\x20%0',_0x8a811c)}:'outdentBlock'==_0x553ecc['commandName']?{'type':'format','content':o(_0x20d351,'*Outdent:*\x20%0',_0x8a811c)}:void 0x0;});}}class ut extends _0x201c95{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x201c95{['afterInit'](){const _0x3e7db5=this['editor'];if(!_0x3e7db5['plugins']['has']('LinkEditing'))return;const _0x3c6b8b=_0x3e7db5['plugins']['get']('TrackChangesEditing'),_0x36b387=_0x3e7db5['commands']['get']('link');_0x3c6b8b['enableDefaultAttributesIntegration']('link'),_0x3c6b8b['enableDefaultAttributesIntegration']('unlink'),_0x3c6b8b['registerInlineAttribute']('linkHref');for(const _0x423311 of _0x36b387['manualDecorators'])_0x3c6b8b['registerInlineAttribute'](_0x423311['id']),_0x3c6b8b['descriptionFactory']['registerAttributeLabel'](_0x423311['id'],'link\x20('+_0x423311['label']['toLowerCase']()+')');_0x3c6b8b['descriptionFactory']['registerDescriptionCallback'](_0x57e2f1=>{if('attribute'!=_0x57e2f1['type'])return;const {data:_0x22cc2f}=_0x57e2f1;if(!_0x22cc2f||'linkHref'!=_0x22cc2f['key'])return;const _0x4413d2=_0x22cc2f['newValue'],_0x34fd9b=_0x3e7db5['locale'];return{'type':'format','content':null==_0x4413d2?o(_0x34fd9b,'*Remove\x20link*'):o(_0x34fd9b,'*Set\x20link:*\x20%0','\x22'+_0x4413d2+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x29e4a7=this['editor'],_0x30a4bd=_0x29e4a7['locale'];_0x29e4a7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x161ed2=>{if('formatInline'!=_0x161ed2['type'])return;const {data:_0x1878aa}=_0x161ed2;if(_0x1878aa){if('link'==_0x1878aa['commandName']){const _0x58da5e=_0x1878aa['commandParams'][0x0];return{'type':'format','content':o(_0x30a4bd,'*Set\x20link:*\x20%0','\x22'+_0x58da5e+'\x22')};}return'unlink'==_0x1878aa['commandName']?{'type':'format','content':o(_0x30a4bd,'*Remove\x20link*')}:void 0x0;}});}}class ft extends _0x201c95{['afterInit'](){const _0x329550=this['editor'],_0x274781=_0x329550['locale'];if(!_0x329550['plugins']['has']('LegacyListEditing'))return;const _0x305858=_0x329550['plugins']['get']('TrackChangesEditing'),_0xe12a36=_0x329550['plugins']['has']('LegacyTodoListEditing');function _0x24ba56(_0x54d3cf){return()=>{const _0x702042=_0x329550['model']['document']['selection'],_0x28321e=_0x329550['commands']['get'](_0x54d3cf);if(_0x28321e['value'])return void _0x329550['execute']('paragraph',{});const _0x6e828f=_0x54d3cf['slice'](0x0,-0x4),_0x2dbf6c=function(_0x5e067d,_0x1f73da,_0x59cb6){let _0x7e6a8=Array['from'](_0x5e067d)['filter'](_0x635bb=>function(_0x4e96b7,_0x36a9bb){return _0x36a9bb['checkChild'](_0x4e96b7['parent'],'listItem')&&!_0x36a9bb['isObject'](_0x4e96b7);}(_0x635bb,_0x59cb6));_0x7e6a8=_0x7e6a8['filter'](_0x26041b=>!_0x26041b['is']('element','listItem')||_0x26041b['getAttribute']('listType')!=_0x1f73da);const _0x31565d=new Set();for(const _0xc55751 of _0x7e6a8)_0xc55751['is']('element','listItem')?_0x31565d['add'](fe(_0xc55751)):_0x31565d['add'](_0xc55751);return Array['from'](_0x31565d);}(_0x702042['getSelectedBlocks'](),_0x6e828f,_0x329550['model']['schema']);_0x329550['model']['change'](()=>{for(const _0x107059 of _0x2dbf6c)_0x305858['markBlockFormat'](_0x107059,{'commandName':_0x54d3cf,'commandParams':[{'forceValue':!_0x28321e['value']}],'formatGroupId':'blockName'},ue(_0x107059));});};}function _0x266b35(_0x5c55c5){return()=>{const _0x1f86d1=function(_0x44608f){let _0x1a98ab=Array['from'](_0x44608f);const _0x4ec8f1=_0x1a98ab['findIndex'](_0x4ce7f0=>'listItem'!=_0x4ce7f0['name']);return _0x4ec8f1>-0x1&&(_0x1a98ab=_0x1a98ab['slice'](0x0,_0x4ec8f1)),_0x1a98ab;}(_0x329550['model']['document']['selection']['getSelectedBlocks']()),_0x28a09b=_0x329550['model']['createRange'](_0x329550['model']['createPositionAt'](_0x1f86d1[0x0],'before'),_0x329550['model']['createPositionAt'](_0x1f86d1[_0x1f86d1['length']-0x1],'end'));_0x329550['model']['change'](()=>{_0x305858['markBlockFormat'](_0x28a09b,{'commandName':_0x5c55c5,'commandParams':[],'formatGroupId':'listIndent'},function(_0x510d95){const _0x3d9647=new Set();for(const _0x5d8ff7 of _0x510d95){let _0x5da4a5=_0x5d8ff7['nextSibling'];for(;_0x5da4a5&&_0x5da4a5['getAttribute']('listIndent')>_0x5d8ff7['getAttribute']('listIndent');)_0x3d9647['add'](_0x5da4a5),_0x5da4a5=_0x5da4a5['nextSibling'];}return Array['from'](_0x3d9647);}(_0x1f86d1));});};}_0x305858['enableCommand']('numberedList',_0x24ba56('numberedList')),_0x305858['enableCommand']('bulletedList',_0x24ba56('bulletedList')),_0xe12a36&&_0x305858['enableCommand']('todoList',_0x24ba56('todoList')),_0x305858['enableCommand']('indentList',_0x266b35('indentList')),_0x305858['enableCommand']('outdentList',_0x266b35('outdentList')),_0xe12a36&&_0x305858['enableCommand']('checkTodoList',()=>{const _0x4e0b35=_0x329550['commands']['get']('checkTodoList'),_0x21e34d=Array['from'](_0x4e0b35['_selectedElements']);_0x21e34d['filter'](_0x5f4895=>_0x5f4895['getAttribute']('todoListChecked')!=_0x4e0b35['value']),_0x329550['model']['change'](()=>{for(const _0x576be2 of _0x21e34d)_0x305858['markBlockFormat'](_0x576be2,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x4e0b35['value']}]});});}),_0x305858['descriptionFactory']['registerElementLabel']('listItem',_0xbc6d75=>o(_0x274781,'ELEMENT_LIST_ITEM',_0xbc6d75)),_0x305858['descriptionFactory']['registerDescriptionCallback'](_0x3167ff=>{if('formatBlock'!=_0x3167ff['type']&&'formatInline'!=_0x3167ff['type'])return;const {data:_0x21977e}=_0x3167ff;if(_0x21977e){if('numberedList'==_0x21977e['commandName']||'bulletedList'==_0x21977e['commandName']||'todoList'==_0x21977e['commandName'])switch(_0x21977e['commandName']['replace']('List','')){case'bulleted':return _0x1c42d4(o(_0x274781,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1c42d4(o(_0x274781,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1c42d4(o(_0x274781,'ELEMENT_TODO_LIST'));}if('indentList'==_0x21977e['commandName'])return{'type':'format','content':o(_0x274781,'*Indent:*\x20%0',o(_0x274781,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x21977e['commandName'])return{'type':'format','content':o(_0x274781,'*Outdent:*\x20%0',o(_0x274781,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x21977e['commandName'])return _0x21977e['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x274781,'*Check\x20item*')}:{'type':'format','content':o(_0x274781,'*Uncheck\x20item*')};}function _0x1c42d4(_0x3fc176){return{'type':'format','content':o(_0x274781,'*Change\x20to:*\x20%0',_0x3fc176)};}});}}function fe(_0x1e81ce){const _0x1f58d7=_0x1e81ce['getAttribute']('listIndent');if(0x0==_0x1f58d7)return _0x1e81ce;let _0x417ac6=_0x1e81ce;for(;_0x1e81ce['previousSibling']&&_0x1e81ce['previousSibling']['is']('element','listItem');){const _0x5adafe=_0x1e81ce['previousSibling']['getAttribute']('listIndent');if(_0x5adafe==_0x1f58d7)_0x417ac6=_0x1e81ce['previousSibling'];else{if(_0x5adafe<_0x1f58d7)break;}_0x1e81ce=_0x1e81ce['previousSibling'];}return _0x417ac6;}function ue(_0x35dea7){const _0x4a1068=[];if(_0x35dea7['is']('element','listItem')&&_0x35dea7['getAttribute']('listIndent')>0x0){let _0x11e26d=_0x35dea7['nextSibling'];for(;_0x11e26d&&'listItem'==_0x11e26d['name']&&_0x11e26d['getAttribute']('listIndent')==_0x35dea7['getAttribute']('listIndent');)_0x4a1068['push'](_0x11e26d),_0x11e26d=_0x11e26d['nextSibling'];}return _0x4a1068;}class W extends _0x201c95{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x51fc14=this['editor']['config']['get']('list.properties'),_0x143201=this['editor']['plugins']['get']('TrackChangesEditing');_0x51fc14['styles']&&_0x143201['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x51fc14['reversed']&&_0x143201['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x51fc14['startIndex']&&_0x143201['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x143201['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x2feec4,_0x19c282={}){const _0x44590e=this['editor']['plugins']['get']('TrackChangesEditing'),_0x584f1b=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x44590e['markMultiRangeBlockFormat'](_0x584f1b,{'commandName':'listStyle','commandParams':[{'type':_0x19c282['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x34d440,_0x4ec09d={}){const _0x3fcdb8=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3b5827=this['_getSuggestionBlocks'](_0x558941=>_0x558941['is']('element','listItem')&&'numbered'===_0x558941['getAttribute']('listType'));if(_0x3b5827['length']<0x1)return;const _0x316730=_0x3b5827['map'](_0x4a655f=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x4a655f,'before'),this['editor']['model']['createPositionAt'](_0x4a655f,0x0)));this['editor']['model']['change'](()=>{_0x3fcdb8['markMultiRangeBlockFormat'](_0x316730,{'commandName':'listReversed','commandParams':[{'reversed':_0x4ec09d['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x23ac6f,_0x362343={}){const _0x4e57a7=this['editor']['plugins']['get']('TrackChangesEditing'),_0x409fa2=this['_getSuggestionBlocks'](_0x172b31=>_0x172b31['is']('element','listItem')&&'numbered'===_0x172b31['getAttribute']('listType'));if(_0x409fa2['length']<0x1)return;const _0x582b20=_0x409fa2['map'](_0x161dfb=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x161dfb,'before'),this['editor']['model']['createPositionAt'](_0x161dfb,0x0)));this['editor']['model']['change'](()=>{_0x4e57a7['markMultiRangeBlockFormat'](_0x582b20,{'commandName':'listStart','commandParams':[{'startIndex':_0x362343['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x36a517){if('formatBlock'!=_0x36a517['type']&&'formatInline'!=_0x36a517['type'])return;const _0x1f2d0e=this['editor']['locale'],{data:_0x29bf55}=_0x36a517;if(!_0x29bf55)return;let _0x3ca080,_0x6f23d0;switch(_0x29bf55['commandName']){case'listStyle':_0x3ca080='*Change\x20to:*\x20%0',_0x6f23d0={'type':'format','content':o(_0x1f2d0e,_0x3ca080,o(_0x1f2d0e,this['_getTranslationKeyForListStyle'](_0x29bf55['commandParams'][0x0]['type'])))};break;case'listReversed':_0x3ca080=_0x29bf55['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x6f23d0={'type':'format','content':o(_0x1f2d0e,_0x3ca080)};break;case'listStart':_0x3ca080='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x6f23d0={'type':'format','content':o(_0x1f2d0e,_0x3ca080,_0x29bf55['commandParams'][0x0]['startIndex'])};}return _0x6f23d0;}['_getSuggestionBlocksForListStyle'](){const _0x19fc52=this['editor']['plugins']['get']('LegacyListUtils');let _0x462ffa=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x462ffa[0x0]?.['is']('element','listItem')&&_0x462ffa['unshift'](..._0x19fc52['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x462ffa[_0x462ffa['length']-0x1]?.['is']('element','listItem')&&_0x462ffa['push'](..._0x19fc52['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x462ffa=[...new Set(_0x462ffa)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x462ffa=_0x462ffa['filter'](_0x30084a=>_0x30084a['is']('element','listItem'))),_0x462ffa;}['_getSuggestionBlocks'](_0x1edeed){const _0x2bbfc2=this['editor']['plugins']['get']('LegacyListUtils');let _0x4583f2=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x1edeed)['map'](_0x16db03=>{const _0x2e6dc9=this['editor']['model']['createPositionAt'](_0x16db03,0x0);return[..._0x2bbfc2['getSiblingNodes'](_0x2e6dc9,'backward'),..._0x2bbfc2['getSiblingNodes'](_0x2e6dc9,'forward')];})['flat']();return _0x4583f2=[...new Set(_0x4583f2)],_0x4583f2;}['_getTranslationKeyForListStyle'](_0x15dab2){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x15dab2)||'default')['toUpperCase']()+'_LIST_'+_0x15dab2['toUpperCase']()['replace'](/-/g,'_');}}class lt extends _0x201c95{['afterInit'](){const _0x389154=this['editor'];if(!_0x389154['plugins']['has']('MediaEmbedEditing'))return;const _0x659aa4=_0x389154['plugins']['get']('TrackChangesEditing'),_0x4de6de=_0x389154['locale'];_0x659aa4['enableCommand']('mediaEmbed'),_0x659aa4['descriptionFactory']['registerElementLabel']('media',_0xc91e33=>o(_0x4de6de,'ELEMENT_MEDIA',_0xc91e33)),_0x389154['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0xc2e5a6,{writer:_0x2eec88,options:_0x22761b})=>{if(_0x22761b['showSuggestionHighlights'])return _0x2eec88['createEmptyElement']('div');},'converterPriority':'high'}),_0x389154['data']['downcastDispatcher']['on']('attribute:url:media',(_0x3bc739,_0x2c1706,_0xee83cf)=>{_0xee83cf['options']['showSuggestionHighlights']&&_0x3bc739['stop']();},{'priority':'high'});}}class mt extends _0x201c95{['afterInit'](){const _0x3aa1e7=this['editor'];_0x3aa1e7['plugins']['has']('MentionEditing')&&_0x3aa1e7['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class dt extends _0x201c95{['afterInit'](){const _0x4057f2=this['editor'];if(!_0x4057f2['plugins']['has']('MergeFieldsEditing'))return;_0x4057f2['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField'),_0x4057f2['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeFieldBlock');const _0x31cc34=_0x4057f2['plugins']['get']('TrackChangesEditing'),_0x332a63=_0x4057f2['locale'];_0x31cc34['descriptionFactory']['registerElementLabel']('mergeField',_0x3d1421=>o(_0x332a63,'ELEMENT_MERGE_FIELD',_0x3d1421)),_0x31cc34['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x2e4c62=>o(_0x332a63,'ELEMENT_MERGE_FIELD',_0x2e4c62)),_0x31cc34['descriptionFactory']['registerDescriptionCallback'](_0x220826=>{if('insertion'!=_0x220826['type']&&'deletion'!=_0x220826['type'])return;const _0x7e3ad3=_0x220826['getContainedElement']();if(null==_0x7e3ad3)return;if(!_0x7e3ad3['is']('element','mergeField')&&!_0x7e3ad3['is']('element','mergeFieldBlock'))return;const _0x595afb=_0x4057f2['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x7e3ad3['getAttribute']('id'));return'insertion'==_0x220826['type']?{'type':'insertion','content':o(_0x332a63,'*Insert:*\x20%0','\x22'+_0x595afb+'\x22\x20'+o(_0x332a63,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x332a63,'*Remove:*\x20%0','\x22'+_0x595afb+'\x22\x20'+o(_0x332a63,'ELEMENT_MERGE_FIELD'))};});}}class pt extends _0x201c95{['afterInit'](){const _0x1bd757=this['editor'],_0x11c908=_0x1bd757['plugins']['get']('TrackChangesEditing');_0x1bd757['plugins']['has']('MultiLevelList')&&(_0x11c908['enableDefaultAttributesIntegration']('multiLevelList'),_0x11c908['registerBlockAttribute']('listMarkerStyle'),_0x11c908['descriptionFactory']['registerDescriptionCallback'](_0x41b3ef=>this['handleDescriptions'](_0x41b3ef)));}['handleDescriptions'](_0x25e9c0){const _0x3db6a7=this['editor']['locale'],{data:_0x1ede14}=_0x25e9c0,_0x536285={'type':'format','content':''};if(_0x1ede14&&'listMarkerStyle'==_0x1ede14['key']){if(!_0x1ede14['oldValue'])return{'type':'format','content':o(_0x3db6a7,'*Set\x20format:*\x20%0',o(_0x3db6a7,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x1ede14['newValue']+')'};if(!_0x1ede14['newValue']){let _0x2405df=_0x25e9c0['head'];for(;_0x2405df;){if(_0x2405df['data']&&'listType'==_0x2405df['data']['key']&&_0x2405df['data']['newValue'])return _0x536285;_0x2405df=_0x2405df['next'];}return{'type':'format','content':o(_0x3db6a7,'*Remove\x20format:*\x20%0',o(_0x3db6a7,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x1ede14['oldValue']+')'};}}}}class kt extends _0x201c95{['afterInit'](){const _0x20ca4e=this['editor'];if(!_0x20ca4e['plugins']['has']('PageBreakEditing'))return;_0x20ca4e['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x2de7bd=_0x20ca4e['plugins']['get']('TrackChangesEditing'),_0x306f7b=_0x20ca4e['locale'];_0x2de7bd['descriptionFactory']['registerElementLabel']('pageBreak',_0x50f4fc=>o(_0x306f7b,'ELEMENT_PAGE_BREAK',_0x50f4fc));}}class bt extends _0x201c95{['afterInit'](){const _0x594cdb=this['editor'];if(!_0x594cdb['plugins']['has']('Paragraph'))return;const _0x30e400=_0x594cdb['locale'],_0x81f6bc=_0x594cdb['plugins']['get']('TrackChangesEditing');_0x81f6bc['descriptionFactory']['registerElementLabel']('paragraph',_0xe06736=>o(_0x30e400,'ELEMENT_PARAGRAPH',_0xe06736)),_0x81f6bc['enableDefaultAttributesIntegration']('paragraph'),_0x81f6bc['enableCommand']('insertParagraph'),_0x594cdb['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x594cdb),{'priority':'highest'}),_0x594cdb['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x12e0b7,_0x5ecea8,_0x168ebd)=>{_0x168ebd['options']['showSuggestionHighlights']&&nr(_0x594cdb,{'showActiveMarker':!0x1})(_0x12e0b7,_0x5ecea8,_0x168ebd);},{'priority':'highest'});const _0x6866f7=_0x81f6bc['descriptionFactory'];_0x6866f7['registerDescriptionCallback'](_0x136f17=>{if('insertion'!==_0x136f17['type'])return;const {start:_0x27870b,end:_0x4e3686}=_0x136f17['getFirstRange']();if(!_0x27870b['isTouching'](_0x4e3686)||!_0x27870b['nodeAfter'])return;const _0x3d723d=_0x594cdb['model']['schema'],_0x21594b=_0x27870b['nodeAfter'];return _0x3d723d['isBlock'](_0x21594b)&&!_0x3d723d['isLimit'](_0x21594b)&&_0x3d723d['checkChild'](_0x21594b,'$text')?{'type':'insertion','content':o(_0x30e400,'*Insert:*\x20%0',_0x6866f7['getItemLabel'](_0x21594b,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x251861=this['editor'],_0x307776=_0x251861['locale'];_0x251861['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4eb5e0=>{if('formatBlock'!=_0x4eb5e0['type'])return;const {data:_0x2894f0}=_0x4eb5e0;return _0x2894f0&&'paragraph'==_0x2894f0['commandName']?{'type':'format','content':o(_0x307776,'*Change\x20to:*\x20%0',o(_0x307776,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x35bedc,{showActiveMarker:_0x3c2715=!0x0}={}){return(_0x29343d,_0x2ce3af,_0x4a8613)=>{const _0x16028b=_0x35bedc['plugins']['get']('TrackChangesEditing'),_0x320a64=_0x2ce3af['markerRange']['start'],_0x35e163=_0x2ce3af['markerRange']['end'],_0x5bed9b=_0x35bedc['model']['schema'];if(!_0x320a64['isTouching'](_0x35e163)||!_0x320a64['nodeAfter'])return;const _0x565bbd=_0x320a64['nodeAfter'];if(_0x5bed9b['isBlock'](_0x565bbd)&&!_0x5bed9b['isLimit'](_0x565bbd)&&_0x5bed9b['checkChild'](_0x565bbd,'$text')){if(!_0x4a8613['consumable']['consume'](_0x2ce3af['markerRange'],_0x29343d['name']))return;const {authorId:_0x2670f3}=_0x16028b['_splitMarkerName'](_0x2ce3af['markerName']),_0x49b003=_0x4a8613['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x2670f3}),_0x34831b=_0x4a8613['mapper']['toViewPosition'](_0x35e163);_0x3c2715&&_0x16028b['activeMarkers']['includes'](_0x2ce3af['markerName'])&&_0x4a8613['writer']['addClass']('ck-suggestion-marker--active',_0x49b003),_0x4a8613['writer']['insert'](_0x34831b,_0x49b003),_0x4a8613['mapper']['bindElementToMarker'](_0x49b003,_0x2ce3af['markerName']);}};}class wt extends _0x201c95{['afterInit'](){const _0x180b38=this['editor'];if(!_0x180b38['plugins']['has']('RemoveFormatEditing'))return;_0x180b38['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xa5f915=this['editor'];_0xa5f915['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x21ba95=>{if('formatBlock'!=_0x21ba95['type']&&'formatInline'!=_0x21ba95['type'])return;const {data:_0x554cd0}=_0x21ba95;return _0x554cd0&&'removeFormat'==_0x554cd0['commandName']?{'type':'format','content':o(_0xa5f915['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class yt extends _0x201c95{['afterInit'](){const _0x593216=this['editor'];if(!_0x593216['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x2b2676=_0x593216['plugins']['get']('TrackChangesEditing');_0x2b2676['enableCommand']('goToPreviousRestrictedEditingException'),_0x2b2676['enableCommand']('goToNextRestrictedEditingException');const _0x2ccdfa=_0x593216['plugins']['get']('RestrictedEditingModeEditing');_0x2ccdfa['enableCommand']('trackChanges'),_0x2ccdfa['enableCommand']('acceptSuggestion'),_0x2ccdfa['enableCommand']('discardSuggestion'),_0x2ccdfa['enableCommand']('acceptAllSuggestions'),_0x2ccdfa['enableCommand']('discardAllSuggestions'),_0x2ccdfa['enableCommand']('acceptSelectedSuggestions'),_0x2ccdfa['enableCommand']('discardSelectedSuggestions');}}class jt extends _0x201c95{static get['requires'](){return[_0x2fcc5b];}['init'](){const _0x5c1a54=this['editor'],_0xb5db7e=_0x5c1a54['plugins']['get']('TrackChangesEditing');_0xb5db7e['enableCommand']('shiftEnter'),_0x5c1a54['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ge(_0x5c1a54),{'priority':'high'}),_0x5c1a54['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ge(_0x5c1a54),{'priority':'high'}),_0x5c1a54['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x89394c,_0x15e966,_0x584907)=>{_0x584907['options']['showSuggestionHighlights']&&ge(_0x5c1a54,{'showActiveMarker':!0x1})(_0x89394c,_0x15e966,_0x584907);}),_0xb5db7e['descriptionFactory']['registerElementLabel']('softBreak',_0x16badf=>o(_0x5c1a54['locale'],'ELEMENT_LINE_BREAK',_0x16badf));}}function ge(_0x28a5a9,{showActiveMarker:_0x24ea21=!0x0}={}){return(_0x14b176,_0x31ed55,_0x4983e8)=>{const _0x4744ec=_0x28a5a9['plugins']['get']('TrackChangesEditing');if(!_0x4983e8['consumable']['test'](_0x31ed55['markerRange'],_0x14b176['name']))return;const _0x5c67c0=_0x28a5a9['model'];for(const _0x2821b6 of _0x31ed55['markerRange']['getItems']()){if(!_0x2821b6['is']('element','softBreak'))continue;const _0x58598c='deletion'==_0x31ed55['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x43b98b}=_0x4744ec['_splitMarkerName'](_0x31ed55['markerName']),_0x24783c=_0x4983e8['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x58598c,'data-author-id':_0x43b98b}),_0x4209b4=_0x4983e8['mapper']['toViewPosition'](_0x5c67c0['createPositionBefore'](_0x2821b6));_0x24ea21&&_0x4744ec['activeMarkers']['includes'](_0x31ed55['markerName'])&&_0x4983e8['writer']['addClass']('ck-suggestion-marker--active',_0x24783c),_0x4983e8['writer']['insert'](_0x4209b4,_0x24783c),_0x4983e8['mapper']['bindElementToMarker'](_0x24783c,_0x31ed55['markerName']);}};}class St extends _0x201c95{['afterInit'](){const _0x1e7f43=this['editor'],_0x5c0674=_0x1e7f43['model'],_0x336502=_0x1e7f43['locale'];if(!_0x1e7f43['plugins']['has']('StandardEditingModeEditing'))return;const _0x4f0cce=_0x1e7f43['plugins']['get']('TrackChangesEditing'),_0x4208e5='restrictedEditingException',_0x1df2d4=_0x1e7f43['commands']['get'](_0x4208e5);_0x4f0cce['enableCommand'](_0x4208e5,(_0x5923f8,_0x438a39={})=>{const _0x2f3582=_0x5c0674['document']['selection'];if(_0x2f3582['isCollapsed'])return void _0x5923f8(_0x438a39);const _0x2b14bf=void 0x0!==_0x438a39['forceValue']?_0x438a39['forceValue']:!_0x1df2d4['value'];_0x5c0674['change'](()=>{const _0x4e7fa9=Array['from'](_0x2f3582['getRanges']());for(const _0x4f5f08 of _0x4e7fa9){const _0x546554=_0x2b14bf?[_0x4f5f08]:io(_0x4208e5,_0x4f5f08,_0x5c0674);for(const _0x23b5a1 of _0x546554)_0x4f0cce['markInlineFormat'](_0x23b5a1,{'commandName':_0x4208e5,'commandParams':[{'forceValue':_0x2b14bf}]});}});}),_0x4f0cce['descriptionFactory']['registerDescriptionCallback'](_0x736d2a=>{if('formatBlock'!=_0x736d2a['type']&&'formatInline'!=_0x736d2a['type'])return;const {data:_0x53ac35}=_0x736d2a;return _0x53ac35&&_0x53ac35['commandName']==_0x4208e5?_0x53ac35['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x336502,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x336502,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class At extends _0x201c95{['afterInit'](){const _0x1da975=this['editor'];if(!_0x1da975['plugins']['has']('Style')||!_0x1da975['plugins']['has']('DataSchema'))return;const _0xd3a5d2=_0x1da975['plugins']['get']('TrackChangesEditing'),_0x5b3ae6=_0x1da975['locale'],_0x1bfb65=_0x1da975['config']['get']('style')||{},_0x41d668=_0x1da975['plugins']['get']('GeneralHtmlSupport'),_0x176041=_0x1da975['plugins']['get']('StyleUtils')['normalizeConfig'](_0x1da975['plugins']['get']('DataSchema'),_0x1bfb65['definitions']);_0xd3a5d2['enableDefaultAttributesIntegration']('style');const _0x2ccadf=new Set();for(const _0x4df9b9 of _0x176041['block']){const _0xeedd3a=_0x41d668['getGhsAttributeNameForElement'](_0x4df9b9['element']);_0x2ccadf['add'](_0xeedd3a);}const _0x439be4=new Set();for(const _0x5c5d69 of _0x176041['inline']){const _0x520c8a=_0x41d668['getGhsAttributeNameForElement'](_0x5c5d69['element']);_0x439be4['add'](_0x520c8a);for(const _0x46b983 of _0x5c5d69['ghsAttributes'])_0x439be4['add'](_0x46b983);}for(const _0x1a64e9 of _0x2ccadf)_0xd3a5d2['registerBlockAttribute'](_0x1a64e9),_0xd3a5d2['descriptionFactory']['registerAttributeLabel'](_0x1a64e9,o(_0x5b3ae6,'FORMAT_STYLE'));for(const _0xde53c5 of _0x439be4)_0xd3a5d2['registerInlineAttribute'](_0xde53c5),_0xd3a5d2['descriptionFactory']['registerAttributeLabel'](_0xde53c5,o(_0x5b3ae6,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x344e51=this['editor'],_0x4a7e14=_0x344e51['locale'];_0x344e51['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x597645=>{if('formatBlock'!=_0x597645['type']&&'formatInline'!=_0x597645['type'])return;const {data:_0x53f552}=_0x597645;return _0x53f552&&'style'===_0x53f552['commandName']?_0x53f552['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4a7e14,'*Set\x20format:*\x20%0',_0x53f552['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x4a7e14,'*Remove\x20format:*\x20%0',_0x53f552['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class It extends _0x201c95{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x3a2a92){super(_0x3a2a92),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x256315=this['editor'],_0x14c3f1=_0x256315['model']['document']['selection'];if(!_0x256315['plugins']['has']('TableEditing'))return;const _0x4736ed=_0x256315['locale'],_0x464432=_0x256315['plugins']['get']('TrackChangesEditing'),_0x9d0edd=_0x256315['plugins']['get']('TableUtils');_0x464432['descriptionFactory']['registerElementLabel']('table',_0x42e141=>o(_0x4736ed,'ELEMENT_TABLE',_0x42e141)),this['_setupColumnsRowsFixing'](),_0x464432['enableCommand']('insertTable'),_0x464432['enableCommand']('selectTableRow'),_0x464432['enableCommand']('selectTableColumn');for(const _0x1e8113 of['insertTableRowAbove','insertTableRowBelow']){const _0x30782a=_0x256315['commands']['get'](_0x1e8113);_0x464432['enableCommand'](_0x1e8113,_0xe377fd=>{_0x256315['model']['change'](_0x2c6914=>{_0xe377fd();const _0x2215aa='above'===_0x30782a['order'],_0x121b0a=_0x9d0edd['getSelectionAffectedTableCells'](_0x14c3f1),_0x5a57be=_0x9d0edd['getRowIndexes'](_0x121b0a),_0x2b9a7a=_0x2215aa?_0x5a57be['first']-0x1:_0x5a57be['last']+0x1,_0x13ad92=_0x121b0a[0x0]['findAncestor']('table'),_0x283bd4=_0x9d0edd['createTableWalker'](_0x13ad92,{'startRow':_0x2b9a7a,'endRow':_0x2b9a7a}),_0x56717a=Array['from'](_0x283bd4)['map'](_0x3c7365=>_0x2c6914['createRangeOn'](_0x3c7365['cell']));_0x464432['markMultiRangeInsertion'](_0x56717a,'tableRow');});});}for(const _0x27512f of['insertTableColumnLeft','insertTableColumnRight']){const _0x31ee56=_0x256315['commands']['get'](_0x27512f);_0x464432['enableCommand'](_0x27512f,_0x5ef358=>{_0x256315['model']['change'](_0x1829df=>{_0x5ef358();const _0x5ca7c1='left'===_0x31ee56['order'],_0x4ac408=_0x9d0edd['getSelectionAffectedTableCells'](_0x14c3f1),_0x4077e3=_0x9d0edd['getColumnIndexes'](_0x4ac408),_0x2f7230=_0x5ca7c1?_0x4077e3['first']-0x1:_0x4077e3['last']+0x1,_0x40fc9c=_0x4ac408[0x0]['findAncestor']('table'),_0x265e3f=_0x9d0edd['createTableWalker'](_0x40fc9c,{'startRow':0x0,'column':_0x2f7230,'includeAllSlots':!0x1}),_0x56175b=Array['from'](_0x265e3f)['map'](_0x273fd6=>_0x1829df['createRangeOn'](_0x273fd6['cell']));_0x464432['markMultiRangeInsertion'](_0x56175b,'tableColumn');});});}for(const _0x3800c6 of['removeTableRow','removeTableColumn']){const _0x1f78c=_0x3800c6['substr'](0xb),_0x57f5f5=_0x1f78c['toLowerCase'](),_0x13f264=_0x57f5f5['substr'](0x0,0x3)+'span',_0x71dc9a='table'+_0x1f78c,_0x4c974d='min'+_0x1f78c,_0x2a55f1='max'+_0x1f78c;_0x464432['enableCommand'](_0x3800c6,()=>{_0x256315['model']['change'](_0x5f5395=>{const _0x4a1c5f=_0x9d0edd['getSelectionAffectedTableCells'](_0x14c3f1),_0x141a3f=_0x4a1c5f[0x0]['findAncestor']('table');let _0x1d7934;if('removeTableRow'==_0x3800c6){const _0x450949=_0x9d0edd['getRowIndexes'](_0x4a1c5f);_0x1d7934={'startRow':_0x450949['first'],'endRow':_0x450949['last'],'includeAllSlots':!0x0};}else{const _0x57a2e7=_0x9d0edd['getColumnIndexes'](_0x4a1c5f);_0x1d7934={'startColumn':_0x57a2e7['first'],'endColumn':_0x57a2e7['last'],'includeAllSlots':!0x0};}const _0x442075=_0x9d0edd['createTableWalker'](_0x141a3f,_0x1d7934),_0x4a3ae2=Array['from'](_0x442075)['map'](({cell:_0x75964c})=>_0x75964c),_0x4b477f=be(_0x4a3ae2['filter'](_0x5617ee=>_0x5617ee['hasAttribute'](_0x13f264))),_0x237f9c=be(_0x4a3ae2['filter'](_0x1070fe=>!_0x1070fe['hasAttribute'](_0x13f264)))['map'](_0x200ebf=>_0x5f5395['createRangeOn'](_0x200ebf)),_0x3e4aaf=_0x464432['markMultiRangeDeletion'](_0x237f9c,_0x71dc9a);if(_0x3e4aaf&&('tableRow'==_0x3e4aaf['subType']||'tableColumn'==_0x3e4aaf['subType'])){const _0x2284e4=this['_getSuggestionCoords'](_0x3e4aaf);for(const _0xef8df9 of _0x4b477f){const _0x24f8a4=_0x5f5395['createRangeOn'](_0xef8df9),_0x57a6ff=_0x9d0edd['getCellLocation'](_0xef8df9),_0x25b240=_0xef8df9['getAttribute'](_0x13f264)-0x1,_0xe6338e=_0x2284e4[_0x4c974d],_0x4b2bdb=_0x2284e4[_0x2a55f1];_0xe6338e<=_0x57a6ff[_0x57f5f5]&&_0x57a6ff[_0x57f5f5]+_0x25b240<=_0x4b2bdb&&_0x3e4aaf['addRange'](_0x24f8a4);}}});});}function _0x150f11(_0x5a160d){const _0x3a4261=Array['from'](_0x14c3f1['getRanges']())['map'](_0x1e8ed4=>_0x348f0d['fromRange'](_0x1e8ed4));_0x256315['model']['change'](_0x6e247=>{const _0x1a687c=_0x6e247['batch'];_0x5a160d=_0x5a160d['filter'](_0x3ed121=>'$graveyard'!=_0x3ed121['root']['rootName']),_0x6e247['setSelection'](_0x5a160d),_0x256315['commands']['get']('removeTableRow')['refresh'](),_0x256315['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x256315['model']['enqueueChange'](()=>{_0x256315['model']['enqueueChange'](_0x1a687c,_0x2c4aa4=>{const _0x35f990=_0x3a4261['filter'](_0x4162e8=>'$graveyard'!=_0x4162e8['root']['rootName']);_0x35f990['length']>0x0&&_0x2c4aa4['setSelection'](_0x35f990);for(const _0xbc791a of _0x3a4261)_0xbc791a['detach']();});});});}function _0x42af12(_0x515b8e){_0x256315['model']['change'](_0x40a830=>{const _0x44747d=Array['from'](_0x14c3f1['getRanges']())['map'](_0x148455=>_0x348f0d['fromRange'](_0x148455)),_0x2d5a98=[];for(const _0x1368fe of _0x515b8e)for(const _0x308777 of _0x1368fe['getItems']({'shallow':!0x0}))_0x2d5a98['push'](_0x308777);for(const _0xe8ff1e of _0x2d5a98)'$graveyard'!=_0xe8ff1e['root']['rootName']&&(_0x40a830['setSelection'](_0x40a830['createPositionAt'](_0xe8ff1e,0x0)),_0x256315['commands']['get']('removeTableColumn')['refresh'](),_0x256315['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x4a0aa5=_0x44747d['filter'](_0x2bd9a5=>'$graveyard'!=_0x2bd9a5['root']['rootName']);_0x4a0aa5['length']>0x0&&_0x40a830['setSelection'](_0x4a0aa5);for(const _0x7a8ca9 of _0x44747d)_0x7a8ca9['detach']();});}function _0x2263fb(_0x206bfe,_0x33baae){return _0x33baae['every'](_0x487d5d=>_0x206bfe['some'](_0x3b8eda=>_0x3b8eda['end']['isEqual'](_0x487d5d['start'])||_0x487d5d['end']['isEqual'](_0x3b8eda['start'])));}function _0xadc020(_0x291a34,_0x56f5e3){return!_0x291a34['some'](_0x1ddf76=>_0x56f5e3['some'](_0x4456e8=>_0x1ddf76['isIntersecting'](_0x4456e8)))&&_0x291a34['some'](_0x3318d9=>_0x56f5e3['some'](_0x40399f=>_0x3318d9['end']['isTouching'](_0x40399f['start'])));}_0x256315['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0xd3d83d,_0x83b3d4,_0x493a2d)=>{if(!_0x493a2d['options']['showSuggestionHighlights'])return;const _0x5e89a3=_0x83b3d4['item'];if(!_0x5e89a3)return;const _0x8cc75=_0x493a2d['mapper']['toViewElement'](_0x5e89a3);function _0x5867c7(_0xf8b544){return Array['isArray'](_0xf8b544)?_0xf8b544:[_0xf8b544];}_0x8cc75&&'tableCell'===_0x5e89a3['name']&&_0x1fc41d(_0x8cc75,_0x493a2d['writer'],(_0x5469d5,_0x41b933,_0x20e83f)=>_0x20e83f['addClass'](_0x5867c7(_0x41b933['classes']),_0x5469d5),(_0x423f8a,_0x5756c9,_0xd02295)=>_0xd02295['removeClass'](_0x5867c7(_0x5756c9['classes']),_0x423f8a));},{'priority':'highest'}),_0x464432['descriptionFactory']['registerDescriptionCallback'](_0x415a94=>{if('insertion'!=_0x415a94['type']&&'deletion'!=_0x415a94['type'])return;const _0x179272=_0x415a94['getContainedElement']();if(null!=_0x179272&&_0x179272['is']('element','table')){if('insertion'==_0x415a94['type']){const _0x3ebabb=_0x415a94['getItems']()['filter'](_0x56c4ce=>_0x56c4ce['is']('$textProxy'))['map'](_0x332c14=>_0x332c14['data']);if(_0x3ebabb['length'])return{'type':'insertion','content':o(_0x4736ed,'*Insert:*\x20%0',o(_0x4736ed,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x3ebabb['join']('\x20')+'\x22'))};}if('deletion'==_0x415a94['type']){const _0x16eb01=_0x415a94['getItems']()['filter'](_0x10e04a=>_0x10e04a['is']('$textProxy'))['map'](_0x22de24=>_0x22de24['data']);if(_0x16eb01['length'])return{'type':'deletion','content':o(_0x4736ed,'*Remove:*\x20%0',o(_0x4736ed,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x16eb01['join']('\x20')+'\x22'))};}}}),_0x464432['descriptionFactory']['registerDescriptionCallback'](_0x18f5a2=>{if('tableRow'==_0x18f5a2['subType']){const _0x2903ed=_0x18f5a2['getItems']()['filter'](_0x9106b1=>_0x9106b1['is']('$textProxy'))['map'](_0x255c40=>_0x255c40['data']),_0x566598=this['_getSuggestionCoords'](_0x18f5a2),_0x231f00=_0x566598['maxRow']-_0x566598['minRow']+0x1;if('insertion'==_0x18f5a2['type'])return _0x2903ed['length']?{'type':'insertion','content':o(_0x4736ed,'*Insert:*\x20%0',o(_0x4736ed,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x231f00,'\x22'+_0x2903ed['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x4736ed,'*Insert:*\x20%0',o(_0x4736ed,'ELEMENT_TABLE_ROW',_0x231f00))};if('deletion'==_0x18f5a2['type'])return _0x2903ed['length']?{'type':'deletion','content':o(_0x4736ed,'*Remove:*\x20%0',o(_0x4736ed,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x231f00,'\x22'+_0x2903ed['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x4736ed,'*Remove:*\x20%0',o(_0x4736ed,'ELEMENT_TABLE_ROW',_0x231f00))};}if('tableColumn'==_0x18f5a2['subType']){const _0x4b3a70=_0x18f5a2['getItems']()['filter'](_0x58f6bd=>_0x58f6bd['is']('$textProxy'))['map'](_0x8cbe3a=>_0x8cbe3a['data']),_0x418570=this['_getSuggestionCoords'](_0x18f5a2),_0x364731=_0x418570['maxColumn']-_0x418570['minColumn']+0x1;if('insertion'==_0x18f5a2['type'])return _0x4b3a70['length']?{'type':'insertion','content':o(_0x4736ed,'*Insert:*\x20%0',o(_0x4736ed,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x364731,'\x22'+_0x4b3a70['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x4736ed,'*Insert:*\x20%0',o(_0x4736ed,'ELEMENT_TABLE_COLUMN',_0x364731))};if('deletion'==_0x18f5a2['type'])return _0x4b3a70['length']?{'type':'deletion','content':o(_0x4736ed,'*Remove:*\x20%0',o(_0x4736ed,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x364731,'\x22'+_0x4b3a70['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x4736ed,'*Remove:*\x20%0',o(_0x4736ed,'ELEMENT_TABLE_COLUMN',_0x364731))};}}),_0x464432['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x150f11),_0x464432['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x150f11),_0x464432['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x42af12),_0x464432['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x42af12),_0x464432['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x2263fb),_0x464432['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x2263fb),_0x464432['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0xadc020),_0x464432['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0xadc020);}['_acceptFormatSuggestionCallbackFactory'](){const _0x162338=this['editor'],_0x25ec4d=_0x162338['model']['document']['selection'];return(_0x22b52f,_0x4c9c15)=>{_0x162338['model']['change'](_0x527ffd=>{const {commandName:_0x5e307d,commandParams:_0x25fe44}=_0x4c9c15;let _0x4f103b=_0x22b52f[0x0]['end']['nodeBefore'];_0x25fe44&&_0x25fe44[0x0]&&!0x1===_0x25fe44[0x0]['forceValue']&&(_0x4f103b=_0x22b52f[0x0]['start']['nodeAfter']);const _0x30477b=_0x527ffd['createRangeIn'](_0x4f103b);if('$graveyard'==_0x30477b['root']['rootName'])return;const _0x4cce31=Array['from'](_0x25ec4d['getRanges']())['map'](_0x4bd1bd=>_0x348f0d['fromRange'](_0x4bd1bd));_0x527ffd['setSelection'](_0x30477b),_0x162338['commands']['get'](_0x5e307d)['refresh'](),_0x25fe44['push']({'forceDefaultExecution':!0x0}),_0x162338['execute'](_0x5e307d,..._0x25fe44);const _0x409caf=_0x4cce31['filter'](_0x355218=>'$graveyard'!=_0x355218['root']['rootName']);_0x409caf['length']>0x0&&_0x527ffd['setSelection'](_0x409caf);for(const _0x51aa5c of _0x4cce31)_0x51aa5c['detach']();});};}['_getCoordsForCells'](_0x5b587c){const _0x1621be=this['editor']['plugins']['get']('TableUtils');let _0x38761b=Number['MAX_SAFE_INTEGER'],_0x39be1c=Number['MIN_SAFE_INTEGER'],_0x3d9311=Number['MAX_SAFE_INTEGER'],_0x197366=Number['MIN_SAFE_INTEGER'];for(const _0x2293f0 of _0x5b587c){if('$graveyard'==_0x2293f0['root']['rootName'])continue;const {row:_0x139540,column:_0x453296}=_0x1621be['getCellLocation'](_0x2293f0),_0x3a4ee0=_0x2293f0['hasAttribute']('rowspan')?_0x2293f0['getAttribute']('rowspan')-0x1:0x0,_0x16af9b=_0x2293f0['hasAttribute']('colspan')?_0x2293f0['getAttribute']('colspan')-0x1:0x0;_0x38761b=_0x139540<_0x38761b?_0x139540:_0x38761b,_0x39be1c=_0x139540+_0x3a4ee0>_0x39be1c?_0x139540+_0x3a4ee0:_0x39be1c,_0x3d9311=_0x453296<_0x3d9311?_0x453296:_0x3d9311,_0x197366=_0x453296+_0x16af9b>_0x197366?_0x453296+_0x16af9b:_0x197366;}return{'minRow':_0x38761b,'maxRow':_0x39be1c,'minColumn':_0x3d9311,'maxColumn':_0x197366};}['_setupColumnsRowsFixing'](){const _0x2cc953=this['editor'],_0x46034e=_0x2cc953['plugins']['get']('TrackChangesEditing'),_0x238957=_0x2cc953['plugins']['get']('TableUtils');_0x2cc953['model']['document']['on']('change:data',()=>{const _0x517abf=Array['from'](_0x2cc953['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x446ceb,data:_0xa2a45b}of _0x517abf){const {group:_0x3e0f42,id:_0x18a85c,subType:_0x137ae8}=_0x46034e['_splitMarkerName'](_0x446ceb);if('suggestion'!=_0x3e0f42)continue;if(null!=_0xa2a45b['oldRange'])continue;const _0x4d4185=_0x46034e['getSuggestion'](_0x18a85c);this['_tablePostFixingSubtypes']['includes'](_0x137ae8)&&this['_tableSuggestions']['add'](_0x4d4185);}},{'priority':'low'});const _0x2c5f9b=(_0xc3aebb,_0x45705a)=>{let _0x5db293=!0x1;const _0x4e1dcc=_0x45705a['createRangeOn'](_0xc3aebb),_0x59cc07=_0xc3aebb['findAncestor']('table'),_0x276ff7=_0x238957['getCellLocation'](_0xc3aebb);for(const _0x597fce of this['_tableSuggestions']){const _0xb61b66=_0x597fce['subType'],_0xa838d9=_0xb61b66['startsWith']('tablePaste'),_0x5bdc56=_0xb61b66['substr'](_0xa838d9?0xa:0x5),_0x75a7f5=_0x5bdc56['toLowerCase'](),_0x275f6e=_0x75a7f5['substr'](0x0,0x3)+'span',_0x10d918='min'+_0x5bdc56,_0x7fad37='max'+_0x5bdc56;if(!_0x597fce['isInContent'])continue;if(_0x59cc07!=_0x597fce['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x597fce['isIntersectingWithRange'](_0x4e1dcc))continue;const _0x26c63b=_0xc3aebb['hasAttribute'](_0x275f6e)?_0xc3aebb['getAttribute'](_0x275f6e)-0x1:0x0,_0x3eb864=this['_getSuggestionCoords'](_0x597fce),_0x5a490b=_0x3eb864[_0x10d918],_0x421e96=_0x3eb864[_0x7fad37];_0x5a490b<=_0x276ff7[_0x75a7f5]&&_0x276ff7[_0x75a7f5]+_0x26c63b<=_0x421e96&&(_0x597fce['addRange'](_0x4e1dcc),_0x5db293=!0x0);}return _0x5db293;};_0x2cc953['model']['document']['registerPostFixer'](_0x7457ed=>{let _0x560612=!0x1;for(const _0x2cd3dc of _0x2cc953['model']['document']['differ']['getChanges']())if('insert'==_0x2cd3dc['type']){if('tableRow'==_0x2cd3dc['name']){for(const _0x5821c5 of _0x2cd3dc['position']['nodeAfter']['getChildren']())_0x560612=_0x560612||_0x2c5f9b(_0x5821c5,_0x7457ed);}else'tableCell'==_0x2cd3dc['name']&&(_0x560612=_0x560612||_0x2c5f9b(_0x2cd3dc['position']['nodeAfter'],_0x7457ed));}return _0x560612;});}['_getSuggestionCoords'](_0x1cc583){return this['_getCoordsForCells'](_0x1cc583['getRanges']()['map'](_0x47f011=>_0x47f011['start']['nodeAfter']));}}function be(_0x7bf281){return Array['from'](new Set(_0x7bf281)['values']());}class vt extends _0x201c95{static get['requires'](){return[It];}['afterInit'](){const _0x4da813=this['editor'],_0x2eafaa=_0x4da813['model']['document']['selection'],_0x1d2aef=_0x4da813['locale'];if(!_0x4da813['plugins']['has']('TableEditing'))return;const _0xad5570=_0x4da813['plugins']['get']('TrackChangesEditing'),_0x5d1514=_0x4da813['plugins']['get']('TableUtils'),_0x1c4d8d=_0x4da813['plugins']['get'](It);_0x1c4d8d['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0xad5570['enableCommand']('mergeTableCells',()=>{const _0x3f3f8d=_0x5d1514['getSelectionAffectedTableCells'](_0x4da813['model']['document']['selection']);_0x4da813['model']['change'](()=>{_0xad5570['markMultiRangeBlockFormat'](_0x3f3f8d,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x4da813['commands']['get']('mergeTableCells')['on']('execute',(_0x42a105,_0x48f0f1)=>{_0x4da813['commands']['get']('trackChanges')['value']&&(_0x48f0f1['length']>0x0&&_0x48f0f1[_0x48f0f1['length']-0x1]&&_0x48f0f1[_0x48f0f1['length']-0x1]['forceDefaultExecution']||_0xad5570['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x42a105['stop']());},{'priority':'highest'});for(const _0x5dc797 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x57eeaa=_0x4da813['commands']['get'](_0x5dc797);_0xad5570['enableCommand'](_0x5dc797,()=>{const _0x46fc43=_0x4da813['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x4d8268=>_0x4d8268['is']('element','tableCell')),_0x3c6735=_0x57eeaa['value'];_0x4da813['model']['change'](()=>{_0xad5570['markMultiRangeBlockFormat']([_0x46fc43,_0x3c6735],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x350198 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x3b5a66=_0x4da813['commands']['get'](_0x350198);_0xad5570['enableCommand'](_0x350198,()=>{const _0x430f39=_0x5d1514['getSelectionAffectedTableCells'](_0x4da813['model']['document']['selection'])[0x0],_0x4f9fed=_0x430f39['findAncestor']('table'),{column:_0x1f621c,row:_0xb484a4}=_0x5d1514['getCellLocation'](_0x430f39);let _0x5aeaf2=[];if('horizontally'==_0x3b5a66['direction']){const _0x10618a=_0x5d1514['createTableWalker'](_0x4f9fed,{'startRow':_0xb484a4,'endRow':_0xb484a4,'includeAllSlots':!0x0});_0x5aeaf2=Array['from'](_0x10618a)['map'](_0x5a11f8=>_0x5a11f8['cell']);}else{const _0x461c94=_0x5d1514['createTableWalker'](_0x4f9fed,{'column':_0x1f621c,'includeAllSlots':!0x0});_0x5aeaf2=Array['from'](_0x461c94)['map'](_0x45f2d7=>_0x45f2d7['cell']);}_0x4da813['model']['change'](_0x2cae77=>{_0xad5570['markBlockFormat'](_0x2cae77['createRangeOn'](_0x430f39),{'commandName':_0x350198,'commandParams':[]},_0x5aeaf2,_0x350198);});});}_0xad5570['descriptionFactory']['registerDescriptionCallback'](_0x22a402=>{if('formatBlock'!=_0x22a402['type']&&'formatInline'!=_0x22a402['type'])return;const {data:_0x265683}=_0x22a402;return _0x265683&&'mergeTableCells'==_0x265683['commandName']?{'type':'format','content':o(_0x1d2aef,'*Merge\x20cells*')}:void 0x0;}),_0xad5570['descriptionFactory']['registerDescriptionCallback'](_0x566a59=>{if('formatBlock'!=_0x566a59['type']&&'formatInline'!=_0x566a59['type'])return;const {data:_0x7acecb}=_0x566a59;return _0x7acecb?'splitTableCellVertically'==_0x7acecb['commandName']?{'type':'format','content':o(_0x1d2aef,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x7acecb['commandName']?{'type':'format','content':o(_0x1d2aef,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x432ecd=_0x1c4d8d['_acceptFormatSuggestionCallbackFactory']();for(const _0x33ec34 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0xad5570['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x33ec34,'accept',_0x432ecd);for(const _0x4cc4a4 of['splitTableCellVertically','splitTableCellHorizontally'])_0xad5570['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4cc4a4,'accept',_0x432ecd);_0xad5570['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x42a7c3=>{_0x4da813['model']['change'](_0x335b79=>{const _0x53a0d5=Array['from'](_0x2eafaa['getRanges']())['map'](_0x154c5f=>_0x348f0d['fromRange'](_0x154c5f));_0x335b79['setSelection'](_0x42a7c3),_0x4da813['commands']['get']('mergeTableCells')['refresh'](),_0x4da813['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x201024=_0x53a0d5['filter'](_0x1e5ae2=>'$graveyard'!=_0x1e5ae2['root']['rootName']);_0x201024['length']>0x0&&_0x335b79['setSelection'](_0x201024);for(const _0x175200 of _0x53a0d5)_0x175200['detach']();});});for(const _0x465717 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x2b087b=_0x4da813['commands']['get'](_0x465717);_0x2b087b['on']('set:isEnabled',(_0x20503b,_0x2f9ede,_0x4abaf6)=>{if(_0x4abaf6){const _0x45887b=_0x4da813['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x4a9611=>_0x4a9611['is']('element','tableCell'));this['_areMergableCells'](_0x2b087b['value'],_0x45887b)||(_0x20503b['return']=!0x1,_0x20503b['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x3175e6=this['editor']['commands']['get']('mergeTableCells'),_0x1535fe=this['editor']['plugins']['get']('TableUtils');if(!_0x3175e6['isEnabled'])return!0x1;const _0x40864a=_0x1535fe['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x397e46 of _0x40864a)for(const _0x2cb69c of _0x40864a)if(_0x397e46!=_0x2cb69c&&!this['_areMergableCells'](_0x397e46,_0x2cb69c))return!0x1;return!0x0;}['_areMergableCells'](_0x3d0a39,_0xa7cc27){const _0x5d93d4=this['editor']['plugins']['get']('TrackChangesEditing'),_0x73400b=this['editor']['model']['createRangeOn'](_0x3d0a39),_0x416ab5=this['editor']['model']['createRangeOn'](_0xa7cc27),_0x6270f0=new Set(),_0x3169a8=new Set();for(const _0x3075d3 of _0x5d93d4['getSuggestions']())if(('insertion'==_0x3075d3['type']||'deletion'==_0x3075d3['type']||'mergeTableCells'==_0x3075d3['subType'])&&_0x3075d3['isInContent']){for(const _0x11e420 of _0x3075d3['getRanges']())_0x11e420['containsRange'](_0x73400b,!0x0)&&_0x6270f0['add'](_0x3075d3['type']+':'+_0x3075d3['author']['id']),_0x11e420['containsRange'](_0x416ab5,!0x0)&&_0x3169a8['add'](_0x3075d3['type']+':'+_0x3075d3['author']['id']);}if(_0x6270f0['size']!=_0x3169a8['size'])return!0x1;for(const _0x1d03a9 of _0x6270f0)if(!_0x3169a8['has'](_0x1d03a9))return!0x1;return!0x0;}}class Ct extends _0x201c95{static get['requires'](){return[It];}['afterInit'](){const _0x196afd=this['editor'];if(!_0x196afd['plugins']['has']('TableEditing'))return;const _0x552bca=_0x196afd['locale'],_0x1d3203=_0x196afd['plugins']['get']('TrackChangesEditing');_0x1d3203['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x1d3203['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x1d3203['registerBlockAttribute']('headingRows'),_0x1d3203['registerBlockAttribute']('headingColumns'),_0x1d3203['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x552bca,'FORMAT_HEADER_ROW')),_0x1d3203['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x552bca,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x3d2e76=this['editor']['plugins']['get']('TrackChangesEditing'),_0x26c067=this['editor']['plugins']['get']('TableUtils'),_0x34dd2c=this['editor']['plugins']['get'](It)['_acceptFormatSuggestionCallbackFactory']();function _0x10ec8c({showActiveMarker:_0x5ca55a=!0x0,setDataAttribute:_0x44067f=!0x0}={}){return(_0xff5709,_0x57d51c,_0x3bc306)=>{const {type:_0x2efe35,id:_0x656bc}=_0x3d2e76['_splitMarkerName'](_0x57d51c['markerName']),_0x5a21b3=_0x3d2e76['getSuggestion'](_0x656bc),_0x17f8ba=_0x5a21b3['data'];if('formatBlock'!=_0x5a21b3['type']||!_0x17f8ba||'setTableColumnHeader'!=_0x17f8ba['commandName'])return;if(_0x57d51c['item'])return void _0xff5709['stop']();if(!_0x3bc306['consumable']['consume'](_0x57d51c['markerRange'],_0xff5709['name']))return;const _0x40779f=_0x57d51c['markerRange']['start']['nodeAfter'],_0x265472=_0x57d51c['markerRange']['end']['nodeBefore'],_0x23a4a4=_0x40779f['parent']['parent'],{column:_0x4b19ff}=_0x26c067['getCellLocation'](_0x40779f),{column:_0x5be118}=_0x26c067['getCellLocation'](_0x265472);for(let _0x5eeaad=_0x4b19ff;_0x5eeaad<=_0x5be118;_0x5eeaad++){const _0x2ddacc=_0x26c067['createTableWalker'](_0x23a4a4,{'column':_0x5eeaad,'includeAllSlots':!0x1});for(const _0x109c72 of _0x2ddacc){const _0x18e71a=_0x109c72['cell'],_0x1a2475=_0x3bc306['mapper']['toViewElement'](_0x18e71a);_0x3bc306['writer']['addClass']('ck-suggestion-marker-'+_0x2efe35,_0x1a2475),_0x44067f&&_0x3bc306['writer']['setAttribute']('data-suggestion',_0x656bc,_0x1a2475),_0x3bc306['mapper']['bindElementToMarker'](_0x1a2475,_0x57d51c['markerName']),_0x5ca55a&&(_0x3d2e76['activeMarkers']['includes'](_0x57d51c['markerName'])?_0x3bc306['writer']['addClass']('ck-suggestion-marker--active',_0x1a2475):_0x3bc306['writer']['removeClass']('ck-suggestion-marker--active',_0x1a2475));}}};}_0x3d2e76['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x34dd2c),_0x3d2e76['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x34dd2c),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x10ec8c(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x50e8aa,_0x2cb4c7,_0x529cb6)=>{_0x529cb6['options']['showSuggestionHighlights']&&_0x10ec8c({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x50e8aa,_0x2cb4c7,_0x529cb6);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x466b11,_0x4ec154,_0x7110ce)=>{const {type:_0x414513,id:_0x4a18fd}=_0x3d2e76['_splitMarkerName'](_0x4ec154['markerName']),_0x5bd08e=_0x3d2e76['getSuggestion'](_0x4a18fd),_0x15974d=_0x5bd08e['data'];if('formatBlock'!=_0x5bd08e['type']||!_0x15974d||'setTableColumnHeader'!=_0x15974d['commandName'])return;const _0x4d38b5=_0x7110ce['mapper']['markerNameToElements'](_0x4ec154['markerName']);if(_0x4d38b5){for(const _0xed9907 of _0x4d38b5)_0x7110ce['writer']['removeClass']('ck-suggestion-marker-'+_0x414513,_0xed9907),_0x7110ce['writer']['removeClass']('ck-suggestion-marker--active',_0xed9907),_0x7110ce['writer']['removeAttribute']('data-suggestion',_0xed9907),_0x7110ce['mapper']['unbindElementFromMarkerName'](_0xed9907,_0x4ec154['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1ba853=this['editor'],_0x44c6a6=_0x1ba853['locale'];function _0x417dd5(_0x9efe3e){return{'type':'format','content':o(_0x44c6a6,'*Format:*\x20%0',_0x9efe3e)};}_0x1ba853['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xe97a3=>{if('formatBlock'!=_0xe97a3['type'])return;const {data:_0xc6f9be}=_0xe97a3;if(_0xc6f9be){if('setTableRowHeader'==_0xc6f9be['commandName']){const _0x1727eb=_0xc6f9be['commandParams'][0x0]['forceValue'];return _0x417dd5(o(_0x44c6a6,_0x1727eb?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0xc6f9be['commandName']){const _0x28dad3=_0xc6f9be['commandParams'][0x0]['forceValue'];return _0x417dd5(o(_0x44c6a6,_0x28dad3?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Pe=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],we=Object['fromEntries'](Pe['map'](_0x17c891=>[_0x17c891,null]));class _t extends _0x201c95{static get['requires'](){return[It];}['afterInit'](){const _0x37b7f3=this['editor'];if(!_0x37b7f3['plugins']['has']('TableClipboard'))return;const _0xf2c034=_0x37b7f3['plugins']['get']('TrackChangesEditing'),_0x448eb8=_0x37b7f3['plugins']['get']('TableUtils'),_0x4a5405=_0x37b7f3['plugins']['get'](It),_0x4d26fa=_0x37b7f3['plugins']['get']('TableClipboard');_0x4a5405['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x37b7f3['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x37b7f3['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x3a8685=null;_0x37b7f3['model']['on']('insertContent',(_0x47de19,_0x430bf2)=>{const [_0x1d8e3d,_0x5073f7]=_0x430bf2,_0x26ea91=_0x430bf2[_0x430bf2['length']-0x1];_0x26ea91&&_0x26ea91['forceDefaultExecution']||_0xf2c034['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x3c26ad,_0x547000,_0x38ca15,_0x74e863,_0x7a5fd5){if(_0x547000&&!_0x547000['is']('documentSelection'))return!0x1;const _0x22ba8b=_0x7a5fd5['getTableIfOnlyTableInContent'](_0x3c26ad,_0x38ca15);if(!_0x22ba8b||!Re(_0x22ba8b,void 0x0,_0x74e863))return!0x1;const _0x3d80ab=_0x74e863['getSelectionAffectedTableCells'](_0x38ca15['document']['selection']);if(!_0x3d80ab['length'])return!0x1;const _0x3fcf87=_0x3d80ab[0x0]['findAncestor']('table'),_0x5ab1ac=_0x74e863['getRowIndexes'](_0x3d80ab),_0x571dcc=_0x74e863['getColumnIndexes'](_0x3d80ab),_0x3783af={'startRow':_0x5ab1ac['first'],'endRow':_0x5ab1ac['last'],'startColumn':_0x571dcc['first'],'endColumn':_0x571dcc['last']};return 0x1==_0x3d80ab['length']&&(_0x3783af['endRow']+=_0x74e863['getRows'](_0x22ba8b)-0x1,_0x3783af['endColumn']+=_0x74e863['getColumns'](_0x22ba8b)-0x1),Re(_0x3fcf87,_0x3783af,_0x74e863);}(_0x1d8e3d,_0x5073f7,_0x37b7f3['model'],_0x448eb8,_0x4d26fa)&&(_0x47de19['stop'](),_0x3a8685={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x37b7f3['model']['change'](()=>{_0x37b7f3['model']['insertContent'](_0x430bf2[0x0],_0x430bf2[0x1],_0x430bf2[0x2],{'forceDefaultExecution':!0x0});const _0x71fd2f=_0x5eb85a(),{rowInsertionRanges:_0x2bf24a,columnInsertionRanges:_0x2315be,insertionRanges:_0xc8a9c1,deletionRanges:_0x210bc7,cells:_0x19803d}=_0x3a8685;_0x2bf24a['length']&&_0xf2c034['markMultiRangeInsertion'](_0x2bf24a,'tablePasteRow',{'tablePasteChainId':_0x71fd2f}),_0x2315be['length']&&_0xf2c034['markMultiRangeInsertion'](_0x2315be,'tablePasteColumn',{'tablePasteChainId':_0x71fd2f}),_0xc8a9c1['length']&&(_0xf2c034['markMultiRangeInsertion'](_0xc8a9c1,'tablePaste',{'tablePasteChainId':_0x71fd2f,'skipNestingCheck':!0x0}),_0xc8a9c1['forEach'](_0x17c337=>_0x17c337['detach']?.())),_0x210bc7['length']&&(_0xf2c034['markMultiRangeDeletion'](_0x210bc7,'tablePaste',{'tablePasteChainId':_0x71fd2f,'skipNestingCheck':!0x0}),_0x210bc7['forEach'](_0x3394b1=>_0x3394b1['detach']?.()));const _0x2e9182=_0xf2c034['markMultiRangeBlockFormat'](_0x19803d['map'](({element:_0x447846})=>_0x447846),{'formatGroupId':_0x5eb85a()},[],'tablePasteCell',{'tablePasteChainId':_0x71fd2f});if(_0x2e9182){const _0x2c2a7c=_0x2e9182['getMarkers'](),_0x35945a=[];for(const {element:_0x5c1def,attributes:_0x2aed7e}of _0x19803d){if(!_0x2aed7e)continue;const _0x49d17d=_0x37b7f3['model']['createRangeOn'](_0x5c1def),_0x4e8db0=_0x2c2a7c['find'](_0x30a95d=>_0x30a95d['getRange']()['isEqual'](_0x49d17d));_0x4e8db0&&_0x35945a['push']([_0x4e8db0['name'],_0x2aed7e]);}_0x35945a['length']&&_0x2e9182['setAttribute']('markerAttributes',Object['fromEntries'](_0x35945a));}_0x3a8685=null;}));},{'priority':_0x2782a0['high']+0xa}),_0x37b7f3['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x57afea,_0x31c3d9)=>{const [_0x4b3e3d,_0x13e2ba,,_0x27388d]=_0x31c3d9;if(!_0x3a8685)return;_0x57afea['stop']();const _0x28645f=_0x4b3e3d['cell'],_0x6aea7e=_0x13e2ba,_0x2551b0=ke(_0x28645f),_0x376c42=ke(_0x6aea7e);_0x57afea['return']=_0x28645f;let _0x1a271c=null,_0x4febdf=null;if(_0x376c42||_0x2551b0){if(_0x2551b0&&!_0x376c42){_0x27388d['remove'](_0x28645f['getChild'](0x0));for(const _0x1e9ed6 of Array['from'](_0x6aea7e['getChildren']()))_0x27388d['insert'](_0x1e9ed6,_0x28645f,'end');const _0x6887ed=_0x3a8685['rowInsertionIndexes']['includes'](_0x4b3e3d['row']),_0x1ea668=_0x3a8685['columnInsertionIndexes']['includes'](_0x4b3e3d['column']);_0x6887ed||_0x1ea668||(_0x1a271c=_0x348f0d['fromRange'](_0x27388d['createRangeIn'](_0x28645f)));}else _0x376c42&&!_0x2551b0&&(_0x4febdf=_0x27388d['createRangeIn'](_0x28645f));}else{const _0x189476=_0x27388d['createElement']('tableCellSuggestion'),_0x5dfcfd=_0x27388d['createElement']('tableCellSuggestion');_0x27388d['wrap'](_0x27388d['createRangeIn'](_0x28645f),_0x5dfcfd),_0x27388d['insert'](_0x189476,_0x28645f,0x0);for(const _0x59341a of Array['from'](_0x6aea7e['getChildren']()))_0x27388d['insert'](_0x59341a,_0x189476,'end');_0x1a271c=_0x348f0d['fromRange'](_0x27388d['createRangeOn'](_0x189476)),_0x4febdf=_0x348f0d['fromRange'](_0x27388d['createRangeOn'](_0x5dfcfd));}const _0x2a421e=Array['from'](_0x6aea7e['getAttributes']())['filter'](([_0x50e946])=>Pe['includes'](_0x50e946));_0x3a8685['cells']['push']({'element':_0x28645f,'attributes':_0x2a421e['length']?Object['fromEntries'](_0x2a421e):null}),_0x1a271c&&_0x3a8685['insertionRanges']['push'](_0x1a271c),_0x4febdf&&_0x3a8685['deletionRanges']['push'](_0x4febdf);},{'priority':'high'}),_0x448eb8['on']('insertColumns',(_0x12db69,_0x285225)=>{const [_0x5b6d39,_0x4405b9={}]=_0x285225;if(!_0x3a8685)return;const _0x3afc3c=_0x4405b9['at']||0x0,_0x392672=_0x4405b9['columns']||0x1;_0x3a8685['columnInsertionIndexes']=new Array(_0x392672)['fill'](_0x3afc3c)['map']((_0x1d1453,_0x127507)=>_0x1d1453+_0x127507);for(const {cell:_0x3b778d}of _0x448eb8['createTableWalker'](_0x5b6d39,{'startColumn':_0x3afc3c,'endColumn':_0x3afc3c+_0x392672-0x1}))_0x3a8685['columnInsertionRanges']['push'](_0x37b7f3['model']['createRangeOn'](_0x3b778d));},{'priority':'low'}),_0x448eb8['on']('insertRows',(_0x5b461b,_0x3a6863)=>{const [_0x515e29,_0x3d1cf4={}]=_0x3a6863;if(!_0x3a8685)return;const _0x40ab39=_0x3d1cf4['at']||0x0,_0x291e1f=_0x3d1cf4['rows']||0x1;_0x3a8685['rowInsertionIndexes']=new Array(_0x291e1f)['fill'](_0x40ab39)['map']((_0x403726,_0x1bf762)=>_0x403726+_0x1bf762);for(const {cell:_0xb6a7bf}of _0x448eb8['createTableWalker'](_0x515e29,{'startRow':_0x40ab39,'endRow':_0x40ab39+_0x291e1f-0x1}))_0x3a8685['rowInsertionRanges']['push'](_0x37b7f3['model']['createRangeOn'](_0xb6a7bf));},{'priority':'low'}),_0xf2c034['descriptionFactory']['registerDescriptionCallback'](_0x530d50=>{if(_0x530d50['subType']&&_0x530d50['subType']['startsWith']('tablePaste'))return _0x530d50['previous']?{}:{'type':'insertion','content':o(_0x37b7f3['locale'],'*Replace\x20table\x20cells*')};});const _0xafb308=()=>!0x1;for(const _0x704147 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0xf2c034['_suggestionFactory']['registerCustomCallback']('insertion',_0x704147,'join',_0xafb308),_0xf2c034['_suggestionFactory']['registerCustomCallback']('deletion',_0x704147,'join',_0xafb308),_0xf2c034['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x704147,'join',_0xafb308);_0xf2c034['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0xafb308),_0xf2c034['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x18ac2d,_0x25c0ad,_0x3e887c)=>{const _0x58f6e2=_0x18ac2d['map'](_0x2d2286=>_0x2d2286['getContainedElement']())['filter'](_0x2a66e0=>_0x2a66e0),_0x21bb6a=new Map(_0x58f6e2['map'](_0x4f6080=>[_0x4f6080,null]));if(_0x3a8685){for(const {element:_0x56fb55,attributes:_0x2ea7a9}of _0x3a8685['cells'])_0x2ea7a9&&_0x21bb6a['set'](_0x56fb55,_0x2ea7a9);}else{if(_0x3e887c&&_0x3e887c['markerAttributes'])for(const [_0x39a3f4,_0x39cad2]of Object['entries'](_0x3e887c['markerAttributes'])){const _0x4e4f93=_0x37b7f3['model']['markers']['get'](_0x39a3f4),_0x385f35=_0x4e4f93?_0x4e4f93['getRange']()['getContainedElement']():null;_0x385f35&&_0x21bb6a['set'](_0x385f35,_0x39cad2);}}_0x37b7f3['model']['change'](_0x38c475=>{for(const [_0x5656a4,_0x42a5f2]of _0x21bb6a)_0x38c475['setAttributes']({...we,..._0x42a5f2},_0x5656a4);});});const _0x431f60=(_0x5b4407,_0x3b4e52)=>{_0xf2c034['_suggestionFactory']['registerCustomCallback'](_0x5b4407,'tablePaste',_0x3b4e52,(_0x2363f0,_0x693ca4,_0x5a99d5)=>{_0x37b7f3['model']['change'](_0x4b670d=>{const _0x487dec=[];for(const _0x4f931e of _0x2363f0){const _0x5a510a=_0x4f931e['start']['nodeAfter'];_0x5a510a['is']('element','tableCellSuggestion')&&_0x487dec['push'](_0x5a510a);}_0xf2c034['_suggestionFactory']['getSuggestionCallback'](_0x5b4407,null,_0x3b4e52)(_0x2363f0,_0x693ca4,_0x5a99d5);for(const _0x37a818 of _0x487dec)'$graveyard'!=_0x37a818['root']['rootName']&&_0x4b670d['unwrap'](_0x37a818);});});};_0x431f60('insertion','accept'),_0x431f60('insertion','discard'),_0x431f60('deletion','accept'),_0x431f60('deletion','discard'),_0xf2c034['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x5f1cea=>{const _0x1df66a=_0x5f1cea['map'](_0x1add5f=>_0x1add5f['getContainedElement']()),_0x4ca493=_0x1df66a[0x0]['findAncestor']('table'),{minRow:_0x188a50,maxRow:_0x2eee8d}=_0x4a5405['_getCoordsForCells'](_0x1df66a);_0x448eb8['removeRows'](_0x4ca493,{'at':_0x188a50,'rows':_0x2eee8d-_0x188a50+0x1});}),_0xf2c034['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x4d7d8d=>{const _0x610cf2=_0x4d7d8d['map'](_0x1c84f5=>_0x1c84f5['getContainedElement']()),_0xf5d940=_0x610cf2[0x0]['findAncestor']('table'),{minColumn:_0x2b0a3e,maxColumn:_0x3cf44a}=_0x4a5405['_getCoordsForCells'](_0x610cf2);_0x448eb8['removeColumns'](_0xf5d940,{'at':_0x2b0a3e,'columns':_0x3cf44a-_0x2b0a3e+0x1});});const _0x1c274=(_0xf27390,_0x3d0e0f)=>{if(!_0x3d0e0f['subType']||!_0x3d0e0f['subType']['startsWith']('tablePaste'))return;const _0x4c813e=_0x3d0e0f['attributes']['tablePasteChainId'],_0x570224=_0xf2c034['getSuggestions']()['filter'](_0x34f0c3=>_0x34f0c3['isInContent']&&_0x34f0c3['attributes']&&_0x34f0c3['attributes']['tablePasteChainId']==_0x4c813e);_0x570224['length']&&_0x3d0e0f['getAllAdjacentSuggestions']()['length']!=_0x570224['length']&&_0x570224['reduce']((_0x165b47,_0x515793)=>(_0x165b47['next']=_0x515793,_0x515793['previous']=_0x165b47,_0x515793));};function _0x3e9803(_0x4e458c,_0x1fd1c8=!0x0){const {id:_0x3875de,authorId:_0x5fa6f1}=_0xf2c034['_splitMarkerName'](_0x4e458c['markerName']),_0x502f8b=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x2b71ff=_0xf2c034['activeMarkers']['includes'](_0x4e458c['markerName']);return _0x2b71ff&&_0x502f8b['push']('ck-suggestion-marker--active'),{'classes':_0x502f8b,'attributes':{'data-suggestion':_0x3875de,'data-author-id':_0x5fa6f1},'priority':_0x2b71ff&&_0x1fd1c8?0xbc2:0xbb8};}_0xf2c034['on']('suggestionLoaded',_0x1c274,{'priority':'high'}),_0xf2c034['on']('suggestionUnloaded',_0x1c274,{'priority':'high'}),_0x37b7f3['model']['document']['registerPostFixer'](()=>{let _0x5bdcbb=!0x1;const _0x4bfe1a=Array['from'](_0x37b7f3['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x394996,data:_0x4d3c03}of _0x4bfe1a){const {group:_0x1bd725,type:_0x5f45dd,id:_0x10877b}=_0xf2c034['_splitMarkerName'](_0x394996);if('suggestion'!=_0x1bd725||'deletion'!=_0x5f45dd||_0x4d3c03['oldRange'])continue;if(!_0xf2c034['hasSuggestion'](_0x10877b))continue;const _0x1c00b8=_0xf2c034['getSuggestion'](_0x10877b)['getRanges'](),_0x1a396c=_0x37b7f3['plugins']['get']('Users')['me'];for(const _0x570f77 of _0xf2c034['getSuggestions']()){if(!_0x570f77['isInContent']||_0x570f77['author']!=_0x1a396c)continue;if('formatBlock'!=_0x570f77['type']||'tablePasteCell'!=_0x570f77['subType'])continue;if(_0x570f77['getRanges']()['every'](_0x22b4ee=>_0x1c00b8['some'](_0x361055=>_0x361055['containsRange'](_0x22b4ee,!0x0)))){for(const _0x376cac of _0x570f77['getAllAdjacentSuggestions']())_0x376cac['isInContent']&&(_0x376cac['discard'](),_0x5bdcbb=!0x0);}}}return _0x5bdcbb;}),_0x37b7f3['model']['document']['registerPostFixer'](_0xd5f3b6=>{const _0xd3236c=_0x37b7f3['commands']['get']('redo');if(!_0xd3236c||!_0xd3236c['_createdBatches']['has'](_0xd5f3b6['batch']))return!0x1;let _0x43a623=!0x1;const _0x195380=_0x37b7f3['plugins']['get']('Users')['me'],_0x4d14c8=_0x37b7f3['model']['document']['differ']['getChanges'](),_0x4caa22=Array['from'](_0x37b7f3['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0xee5634,data:_0x4a63bb})=>{const {group:_0x5591a1,subType:_0x33afa4,authorId:_0x3ff5d3}=_0xf2c034['_splitMarkerName'](_0xee5634);return'suggestion'==_0x5591a1&&'tablePaste'==_0x33afa4&&_0x3ff5d3==_0x195380['id']&&!_0x4a63bb['oldRange'];});for(const _0x484364 of _0x4d14c8){if('insert'!=_0x484364['type']||'tableCellSuggestion'!=_0x484364['name']||0x1!=_0x484364['length'])continue;const _0x2996ee=_0xd5f3b6['createRange'](_0x484364['position'],_0x484364['position']['getShiftedBy'](0x1));if(!_0x4caa22['find'](({data:_0x2ddef9})=>_0x2ddef9['newRange']['isEqual'](_0x2996ee))){for(const {name:_0x2035eb,data:_0x205945}of _0x4caa22)if(_0x2996ee['containsRange'](_0x205945['newRange'])){_0xd5f3b6['updateMarker'](_0x2035eb,{'range':_0x2996ee}),_0x43a623=!0x0;break;}}}return _0x43a623;}),_0x37b7f3['model']['document']['registerPostFixer'](_0x190d31=>{let _0xf194f2=!0x1;const _0x3a5518=_0x37b7f3['plugins']['get']('Users')['me'],_0x17f1b6=_0xf2c034['getSuggestions']()['filter'](_0x466e2b=>_0x466e2b['isInContent']&&_0x466e2b['author']==_0x3a5518),_0x24b15a=new Set(),_0x5bd307=new Set();for(const _0x44153f of _0x17f1b6)if('tablePaste'==_0x44153f['subType'])for(const _0x41d190 of _0x44153f['getMarkers']()){const _0x40f803=_0x41d190['getRange']()['getContainedElement']();if(_0x40f803){if(_0x40f803['is']('element','tableCellSuggestion')&&ke(_0x40f803)){_0x44153f['removeMarker'](_0x41d190['name']),_0x24b15a['add'](_0x40f803),_0xf194f2=!0x0;const _0x5f4781=_0x40f803['nextSibling'],_0x3653ad=_0x40f803['previousSibling'],_0x26a2b1=_0x5f4781&&_0x5f4781['is']('element','tableCellSuggestion'),_0x423759=_0x3653ad&&_0x3653ad['is']('element','tableCellSuggestion');_0x26a2b1&&!_0x24b15a['has'](_0x5f4781)&&_0x5bd307['add'](_0x5f4781),_0x423759&&!_0x24b15a['has'](_0x3653ad)&&_0x5bd307['add'](_0x3653ad);}else _0x40f803['is']('element','paragraph')&&_0x40f803['isEmpty']&&(_0x44153f['removeMarker'](_0x41d190['name']),_0xf194f2=!0x0);}}else{if('tablePasteCell'==_0x44153f['subType']){if(!_0x44153f['attributes']||!_0x44153f['attributes']['tablePasteChainId'])continue;const _0x3db56b=_0x44153f['attributes']['markerAttributes'];if(_0x3db56b&&Object['keys'](_0x3db56b)['length'])continue;const _0x3be8dd=_0x44153f['attributes']['tablePasteChainId'];let _0x4c3b49=!0x0,_0x57d12e=!0x0;for(const _0x579538 of _0x17f1b6)if(_0x579538['subType']&&_0x579538['subType']['startsWith']('tablePaste')){if(!_0x579538['attributes']['tablePasteChainId']){_0x57d12e=!0x1;break;}if(_0x579538['id']!=_0x44153f['id']&&_0x579538['attributes']['tablePasteChainId']==_0x3be8dd){_0x4c3b49=!0x1;break;}}_0x57d12e&&_0x4c3b49&&(_0x44153f['removeMarkers'](),_0xf194f2=!0x0);}}for(const _0x432da7 of _0x24b15a)_0x190d31['remove'](_0x432da7);for(const _0x341476 of _0x5bd307)_0x190d31['unwrap'](_0x341476);return _0xf194f2;}),_0x37b7f3['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x27404d,_0x263243)=>_0x3e9803(_0x27404d),'converterPriority':'high'}),_0x37b7f3['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x42f958,_0x246b84)=>_0x246b84['options']['showSuggestionHighlights']?_0x3e9803(_0x42f958,!0x1):null,'converterPriority':'high'});const _0x53b059=_0x37b7f3['editing']['view'];this['listenTo'](_0x53b059['document'],'clipboardOutput',(_0x7798ee,_0x37b94b)=>{const _0x24acc9=[];for(const _0x13482f of _0x53b059['createRangeIn'](_0x37b94b['content'])['getItems']())_0x13482f['is']('element','suggestion-td')&&_0x24acc9['push'](_0x13482f);_0x53b059['change'](_0x589b31=>{for(const _0x51aa7e of _0x24acc9)_0x589b31['move'](_0x589b31['createRangeIn'](_0x51aa7e),_0x589b31['createPositionBefore'](_0x51aa7e)),_0x589b31['remove'](_0x51aa7e);});});}}function ke(_0x5d4e3f){if(_0x5d4e3f['isEmpty'])return!0x0;const _0x5e77e8=_0x5d4e3f['getChild'](0x0);return _0x5e77e8['is']('element','paragraph')&&_0x5e77e8['isEmpty'];}function Re(_0x53328d,_0x49a44b={},_0xde2448){for(const {isAnchor:_0x3bdda9,cellHeight:_0x3744d0,cellWidth:_0x1c04d2}of _0xde2448['createTableWalker'](_0x53328d,{'includeAllSlots':!0x0,..._0x49a44b}))if(!_0x3bdda9||0x1!=_0x3744d0||0x1!=_0x1c04d2)return!0x1;return!0x0;}class Nt extends _0x201c95{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x546e89=this['editor']['plugins']['get']('TrackChangesEditing');_0x546e89['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x546e89['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x546e89['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x546e89['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x546e89['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x546e89['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x239a9a,_0x3e1ad2){const _0x5302cd=this['editor']['plugins']['get']('TrackChangesEditing'),_0x494f54=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x5d8036=_0x3e1ad2['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x2102ed=_0x494f54['getColumnGroupElement'](_0x5d8036);let _0x465b48=_0x2102ed?_0x494f54['getTableColumnsWidths'](_0x2102ed):null,_0x5a5da6=_0x5d8036['getAttribute']('tableWidth')||null;const _0x2c44da=_0x3e1ad2['tableWidth']||_0x5a5da6,_0xb7c82c=_0x3e1ad2['columnWidths']||_0x465b48,_0x36b80c=this['editor']['plugins']['get']('Users')['me'];for(const _0x3590b0 of _0x5302cd['getSuggestions']()){const _0x1b594f=_0x3590b0['getContainedElement']();if('resizeTable'===_0x3590b0['subType']&&_0x1b594f===_0x5d8036){_0x3590b0['author']!==_0x36b80c&&_0x3590b0['discard']();const _0x7787c2=_0x3590b0['data']['commandParams'];_0x5a5da6=_0x7787c2[0x0]['tableWidth'],_0x465b48=_0x7787c2[0x0]['columnWidths'];break;}}_0x239a9a({'table':_0x5d8036,'tableWidth':_0x2c44da,'columnWidths':_0xb7c82c}),_0x5302cd['markBlockFormat'](_0x5d8036,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x5a5da6,'columnWidths':_0x465b48}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x436beb){if('formatBlock'!=_0x436beb['type']&&'formatInline'!=_0x436beb['type'])return;const {data:_0x5923a3}=_0x436beb;if(_0x5923a3&&'resizeTable'===_0x5923a3['formatGroupId']){const _0x5d763f='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x5d763f)};}}}class Dt extends _0x201c95{['afterInit'](){const _0x588d41=this['editor'];_0x588d41['plugins']['has']('Template')&&_0x588d41['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x201c95{['afterInit'](){const _0x3ad020=this['editor'];if(!_0x3ad020['commands']['get']('insertTableOfContents'))return;_0x3ad020['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0xe25bec=_0x3ad020['plugins']['get']('TrackChangesEditing'),_0x30299e=_0x3ad020['locale'];_0xe25bec['descriptionFactory']['registerElementLabel']('tableOfContents',_0x2a2104=>o(_0x30299e,'ELEMENT_TABLE_OF_CONTENTS',_0x2a2104));}}class $t extends _0x201c95{['afterInit'](){const _0x421a98=this['editor'];if(!_0x421a98['plugins']['has']('Title'))return;const _0x382871=_0x421a98['plugins']['get']('TrackChangesEditing');_0x382871['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x421a98['locale'],'ELEMENT_TITLE')),_0x421a98['model']['document']['registerPostFixer'](_0x382b84=>{let _0x298399=!0x1;const _0x4f311d=Array['from'](_0x421a98['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x31c4a5,data:_0x519df3}of _0x4f311d){const {group:_0x2ec5e1}=_0x382871['_splitMarkerName'](_0x31c4a5);if('suggestion'!==_0x2ec5e1||!_0x519df3['newRange'])continue;const _0x483998=_0x519df3['newRange'],_0xad3246=_0x483998['end']['nodeBefore'];if(!_0xad3246||!_0xad3246['is']('element','title-content'))continue;if(!_0x483998['start']['isTouching'](_0x483998['end']))continue;const _0x2e5b6f=_0x421a98['model']['schema']['getNearestSelectionRange'](_0x483998['end'],'forward');if(_0x2e5b6f&&_0x2e5b6f['isCollapsed']){const _0x2fd35a=_0x382b84['createRange'](_0x483998['start'],_0x2e5b6f['start']);_0x2fd35a['isEqual'](_0x483998)||(_0x382b84['updateMarker'](_0x31c4a5,{'range':_0x2fd35a}),_0x298399=!0x0);}_0x298399||(_0x382b84['removeMarker'](_0x31c4a5),_0x298399=!0x0);}return _0x298399;});}}class Bt extends _0x201c95{['afterInit'](){const _0x3be086=this['editor'],_0x594cf1=_0x3be086['plugins']['get']('TrackChangesEditing');_0x3be086['plugins']['has']('UndoEditing')&&(_0x594cf1['enableCommand']('undo'),_0x594cf1['enableCommand']('redo'));}}class xt extends _0x201c95{static get['requires'](){return[It];}['afterInit'](){const _0x4f36f0=this['editor'];if(!_0x4f36f0['plugins']['has']('TableCaptionEditing'))return;_0x4f36f0['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Rt extends _0x201c95{['tableProperties'];['tableCellProperties'];constructor(_0x34b437){super(_0x34b437),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 _0x48884e=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x2013f6 of this['tableProperties'])_0x48884e['enableCommand'](_0x2013f6,(_0x566e99,_0x131ba5)=>{const _0x428e67=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x2013f6,[_0x428e67],this['tableProperties'],'tableProperties',_0x566e99,_0x131ba5);});_0x48884e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x48884e['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x48884e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x29a223,_0x29fede)=>this['handleDiscardAction'](this['tableProperties'],_0x29a223,_0x29fede)),_0x48884e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x295fb3 of this['tableCellProperties'])_0x48884e['enableCommand'](_0x295fb3,(_0x26ce8f,_0x1ce9bc)=>{const _0x2b9eac=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x295fb3,_0x2b9eac,this['tableCellProperties'],'tableCellProperties',_0x26ce8f,_0x1ce9bc);});_0x48884e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x48884e['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x48884e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x7c5013,_0x561882)=>this['handleDiscardAction'](this['tableCellProperties'],_0x7c5013,_0x561882)),_0x48884e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x48884e['descriptionFactory']['registerDescriptionCallback'](_0x308b29=>this['handleSuggestionDescription'](_0x308b29));}['_handlePropertyChange'](_0xfc7271,_0x351e1d,_0x38816e,_0x57f4b5,_0x4a58e7,_0x5ce7ee){const _0x1f825f=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x5ce7ee['batch'],()=>{for(const _0x282712 of _0x351e1d){if(this['_getSuggestion'](_0x282712,_0x57f4b5))_0x4a58e7(_0x5ce7ee);else{const _0x184aa8={};for(const _0x32adc6 of _0x38816e){const _0x261600=_0x282712['getAttribute'](_0x32adc6);void 0x0!==_0x261600&&(_0x184aa8[_0x32adc6]=_0x261600);}_0x4a58e7(_0x5ce7ee),_0x1f825f['markBlockFormat'](_0x282712,{'commandParams':[_0x184aa8]},[],_0x57f4b5);}}});}['handleDiscardAction'](_0x3bc114,_0x229a92,_0x167446){const _0x2a9196=_0x229a92[0x0]['start']['nodeAfter'],_0x1f5662=_0x167446['commandParams'][0x0];this['editor']['model']['change'](_0x137f42=>{for(const _0x487361 of _0x3bc114)void 0x0!==_0x1f5662[_0x487361]?_0x137f42['setAttribute'](_0x487361,_0x1f5662[_0x487361],_0x2a9196):_0x137f42['removeAttribute'](_0x487361,_0x2a9196);});}['handleSuggestionDescription'](_0x4f4e5f){if(_0x4f4e5f['data'])switch(_0x4f4e5f['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'](_0x4b7795,_0x4cdb0){const _0x42733a=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x455117 of _0x42733a['getSuggestions']({'skipNotAttached':!0x0})){const _0x1920a3=_0x455117['getContainedElement']();if(_0x455117['subType']===_0x4cdb0&&_0x1920a3===_0x4b7795)return _0x455117;}return null;}}const m='$elementName';class p extends _0x201c95{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x3155e3,_0x44e340,V,U,G,F,H,L,J,q,z,Q,X,Y,Z,tt,et,it,st,nt,rt,ot,at,ct,ut,ft,W,pt,ht,K,pe,lt,mt,dt,kt,bt,wt,yt,jt,St,At,It,vt,Ct,xt,_t,Nt,Mt,Rt,Dt,$t,Bt];}static get['pluginName'](){return'TrackChangesEditing';}constructor(_0x3b5b73){function _0xe9c70c(_0x3b8864){return _0x3b8864['map'](_0x36a6be=>String['fromCharCode'](_0x36a6be))['join']('');}super(_0x3b5b73),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x14b0a7,_0x58be17,_0x16e64a,_0xf5fc2f)=>{this['_model']['change'](()=>{for(const _0x3edae2 of[..._0xf5fc2f,..._0x16e64a])this['_model']['markers']['has'](_0x3edae2)&&_0x3b5b73['editing']['reconvertMarker'](_0x3edae2);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Et(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x3b5b73['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(),_0x3b5b73['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x3b5b73['config']['get']('trackChanges.trackFormatChanges'),_0x3b5b73['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x3b5b73['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x3b5b73,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements'](),this[_0xe9c70c([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0xe9c70c([0x34,0x30,0x34,0x38,0x31,0x38,0x30,0x34]);}['init'](){const _0x8ef073=this['editor'],_0x1a8b73=(_0x15eb5,_0x31fede)=>{if('attribute'!=_0x15eb5)return'ck-suggestion-marker-'+_0x15eb5;const _0x31400f=_0x31fede['split']('|')[0x0];return this['_isBlockAttribute'](_0x31400f)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x8ef073['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x1a6141=>{const {id:_0x22349d,authorId:_0x1b8029,type:_0xac2ad7,subType:_0x28d79b}=this['_splitMarkerName'](_0x1a6141['markerName']),_0x25a7ab=['ck-suggestion-marker',_0x1a8b73(_0xac2ad7,_0x28d79b)];let _0x51ff1e=0xbb8;return this['activeMarkers']['includes'](_0x1a6141['markerName'])&&(_0x25a7ab['push']('ck-suggestion-marker--active'),_0x51ff1e=0xbc2),'deletion'==_0xac2ad7&&(_0x51ff1e+=0x5),{'classes':_0x25a7ab,'attributes':{'data-suggestion':_0x22349d,'data-author-id':_0x1b8029},'priority':_0x51ff1e};}}),_0x8ef073['conversion']['for']('dataDowncast')['add'](_0x5c213a=>{_0x5c213a['on']('addMarker:suggestion',(_0xa9030a,_0x12d0e6,_0x224cd2)=>{if(!_0x224cd2['options']['showSuggestionHighlights'])return;const _0x8e00b5=_0x12d0e6['item'];if(!_0x8e00b5)return;const _0x323825=_0x224cd2['mapper']['toViewElement'](_0x8e00b5);_0x8ef073['model']['schema']['isObject'](_0x8e00b5)&&_0x323825&&!_0x323825['getCustomProperty']('widget')&&_0x323825['is']('containerElement')&&_0x45db54(_0x323825,_0x224cd2['writer']);},{'priority':'high'});}),_0x8ef073['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x8b689,_0xe71bb8)=>{if(!_0xe71bb8['options']['showSuggestionHighlights'])return null;const {type:_0x1dc2a0,subType:_0x3362c5}=this['_splitMarkerName'](_0x8b689['markerName']);return{'classes':['ck-suggestion-marker',_0x1a8b73(_0x1dc2a0,_0x3362c5)],'priority':0xbb8};}});const _0xde86e4=({showActiveMarkers:_0x5e6ddc=!0x0,isAttributeSuggestion:_0x2375a9=!0x1}={})=>(_0x1a1abf,_0x5825ba,_0x1f1098)=>{if(!_0x5825ba['item'])return;const {id:_0x46c9c5,authorId:_0x581809}=this['_splitMarkerName'](_0x5825ba['markerName']);if(_0x2375a9){const _0x2a92f0=this['_suggestions']['get'](_0x46c9c5),_0xefc813=this['_getAttributeKey'](_0x2a92f0);if(!this['_isBlockAttribute'](_0xefc813))return;}if(_0x5825ba['item']['is']('selection'))return void _0x1f1098['consumable']['consume'](_0x5825ba['item'],_0x1a1abf['name']);const _0x1aa81e=_0x1f1098['mapper']['toViewElement'](_0x5825ba['item']);if(_0x5825ba['item']['is']('element')&&_0x8ef073['model']['schema']['isBlock'](_0x5825ba['item'])&&!_0x1aa81e['getCustomProperty']('addHighlight')){_0x1f1098['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x1aa81e),_0x1f1098['writer']['setAttribute']('data-suggestion',_0x46c9c5,_0x1aa81e),_0x1f1098['writer']['setAttribute']('data-author-id',_0x581809,_0x1aa81e),_0x1f1098['mapper']['bindElementToMarker'](_0x1aa81e,_0x5825ba['markerName']),_0x5e6ddc&&(this['activeMarkers']['includes'](_0x5825ba['markerName'])?_0x1f1098['writer']['addClass']('ck-suggestion-marker--active',_0x1aa81e):_0x1f1098['writer']['removeClass']('ck-suggestion-marker--active',_0x1aa81e));for(const _0x1504ec of _0x8ef073['model']['createRangeIn'](_0x5825ba['item'])['getItems']())_0x1f1098['consumable']['consume'](_0x1504ec,_0x1a1abf['name']);_0x1f1098['consumable']['consume'](_0x5825ba['item'],_0x1a1abf['name']);}};_0x8ef073['conversion']['for']('dataDowncast')['add'](_0x328554=>{_0x328554['on']('addMarker:suggestion:formatBlock',(_0x32a650,_0x57398d,_0x369649)=>{_0x369649['options']['showSuggestionHighlights']&&_0xde86e4({'showActiveMarkers':!0x1})(_0x32a650,_0x57398d,_0x369649);},{'priority':'highest'});}),_0x8ef073['conversion']['for']('dataDowncast')['add'](_0x42ffe8=>{_0x42ffe8['on']('addMarker:suggestion:attribute',(_0x318e39,_0x2a9721,_0xe64744)=>{_0xe64744['options']['showSuggestionHighlights']&&_0xde86e4({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x318e39,_0x2a9721,_0xe64744);},{'priority':'highest'});}),_0x8ef073['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x377451,_0x550fda)=>_0x550fda['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x377451['substr'](0xb)}}),_0x8ef073['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x59c1f4,{writer:_0x548569})=>{let _0x2baf5e='suggestion:'+_0x59c1f4['getAttribute']('suggestion-type')+':'+_0x59c1f4['getAttribute']('id');return _0x59c1f4['getAttribute']('marker-count')&&(_0x2baf5e+=':'+_0x59c1f4['getAttribute']('marker-count')),_0x548569['createElement']('$marker',{'data-name':_0x2baf5e});}}),_0x8ef073['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x8ef073['conversion']['for']('editingDowncast')['add'](_0x14e811=>{_0x14e811['on']('addMarker:suggestion:formatBlock',_0xde86e4(),{'priority':'high'});}),_0x8ef073['conversion']['for']('editingDowncast')['add'](_0xe48fe8=>{_0xe48fe8['on']('addMarker:suggestion:attribute',_0xde86e4({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x8ef073['conversion']['for']('editingDowncast')['add'](_0xef23bb=>{_0xef23bb['on']('removeMarker:suggestion:formatBlock',(_0x4b3f86,_0x537b93,_0x10a9fe)=>{const _0x2cb481=_0x10a9fe['mapper']['markerNameToElements'](_0x537b93['markerName']);if(_0x2cb481){for(const _0x197e52 of _0x2cb481)_0x197e52['getCustomProperty']('addHighlight')||(_0x10a9fe['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x197e52),_0x10a9fe['writer']['removeAttribute']('data-suggestion',_0x197e52),_0x10a9fe['writer']['removeAttribute']('data-author-id',_0x197e52),_0x10a9fe['mapper']['unbindElementFromMarkerName'](_0x197e52,_0x537b93['markerName']));}},{'priority':'high'});}),_0x8ef073['conversion']['for']('editingDowncast')['add'](_0x1fe760=>{_0x1fe760['on']('removeMarker:suggestion:attribute',(_0x58825f,_0x25a6d4,_0x353755)=>{const _0x19f540=_0x353755['mapper']['markerNameToElements'](_0x25a6d4['markerName']);if(!_0x19f540)return;const {id:_0x1f33bd}=this['_splitMarkerName'](_0x25a6d4['markerName']),_0x7d5abd=this['_suggestions']['get'](_0x1f33bd),_0x1e9794=this['_getAttributeKey'](_0x7d5abd);if(this['_isBlockAttribute'](_0x1e9794)){for(const _0x391f9f of _0x19f540)_0x391f9f['getCustomProperty']('addHighlight')||(_0x353755['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x391f9f),_0x353755['writer']['removeAttribute']('data-suggestion',_0x391f9f),_0x353755['writer']['removeAttribute']('data-author-id',_0x391f9f),_0x353755['mapper']['unbindElementFromMarkerName'](_0x391f9f,_0x25a6d4['markerName']));}},{'priority':'high'});}),_0x8ef073['model']['document']['registerPostFixer'](_0x1ff860=>{let _0x407b6c=!0x1;const _0x3b5a24=Array['from'](_0x8ef073['model']['document']['differ']['getChangedMarkers']()),_0x387d2a=new Set();for(const {name:_0x2e05e0,data:_0x35e7fd}of _0x3b5a24){const {group:_0x4ac804,type:_0x52bc47,subType:_0x304e29,id:_0x140ccd}=this['_splitMarkerName'](_0x2e05e0);if('suggestion'!==_0x4ac804)continue;const _0x327be5=this['_suggestions']['get'](_0x140ccd);if(null!=_0x35e7fd['newRange']){'formatInline'==_0x52bc47&&(_0x407b6c=_0x407b6c||Ut(_0x35e7fd['newRange'],_0x2e05e0,_0x1ff860,_0x8ef073['model']['schema']));const _0x5d862b='attribute'==_0x52bc47&&this['_isBlockAttribute'](_0x304e29['split']('|')[0x0]);if(_0x35e7fd['newRange']['isCollapsed']||'$graveyard'==_0x35e7fd['newRange']['root']['rootName']||'formatBlock'==_0x52bc47&&!Ft(_0x35e7fd['newRange'])||_0x5d862b&&!Ft(_0x35e7fd['newRange'])||'deletion'==_0x52bc47&&!(!Vt(_0xaf8b5e=_0x35e7fd['newRange'])&&!function(_0x17559b){return _0x17559b['start']['parent']==_0x17559b['end']['nodeBefore']&&_0x17559b['start']['isAtEnd'];}(_0xaf8b5e)))_0x1ff860['removeMarker'](_0x2e05e0),_0x407b6c=!0x0;else{if(!_0x327be5||!_0x327be5['isInContent'])continue;if(_0x35e7fd['newRange']&&_0x35e7fd['oldRange']&&_0x35e7fd['newRange']['isEqual'](_0x35e7fd['oldRange']))continue;_0x387d2a['add'](_0x327be5);}}}var _0xaf8b5e;return _0x387d2a['size']>0x0&&(_0x407b6c=!!this['_joinWithAdjacentSuggestions'](_0x387d2a)||_0x407b6c),_0x407b6c;}),_0x8ef073['model']['document']['registerPostFixer'](_0x55d3a3=>{let _0x450272=!0x1;for(const _0x5d25fe of _0x8ef073['model']['document']['differ']['getChanges']())if('insert'==_0x5d25fe['type'])for(const _0x688ce3 of this['_suggestions']['values']()){if(_0x688ce3['isMultiRange']||!_0x688ce3['isInContent'])continue;const _0x41e5a5='formatBlock'==_0x688ce3['type'],_0x3be219=this['_getAttributeKey'](_0x688ce3),_0x14da37=_0x3be219&&this['_isBlockAttribute'](_0x3be219);if(!_0x41e5a5&&!_0x14da37)continue;const _0xf29ffa=_0x688ce3['getFirstRange']();if(_0xf29ffa['start']['parent']!=_0xf29ffa['end']['parent']&&!_0xf29ffa['end']['isAtEnd']){const _0x5e31fd=_0x8ef073['model']['createPositionAt'](_0xf29ffa['start']['nodeAfter'],'end'),_0x9851c3=_0x8ef073['model']['createRange'](_0xf29ffa['start'],_0x5e31fd);_0x55d3a3['updateMarker'](_0x688ce3['getFirstMarker'](),{'range':_0x9851c3}),_0x450272=!0x0;}}return _0x450272;}),_0x8ef073['model']['document']['registerPostFixer'](_0x1dd554=>this['_processAttributeChanges'](_0x1dd554)),_0x8ef073['model']['document']['registerPostFixer'](_0xd1cb9c=>!_0xd1cb9c['batch']['isLocal']&&this['_processAttributeSuggestions'](_0xd1cb9c)),_0x8ef073['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x8ef073['model']['document']['on']('change:data',(_0x324805,_0x30544d)=>{if(!_0x30544d['isLocal']||_0x30544d['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x4d4321=_0x8ef073['model']['document']['differ']['getChanges']();if(0x0==_0x4d4321['length'])return;const _0x2a6a91=[],_0x416ac5=_0x4d4321['filter'](_0x270888=>'attribute'==_0x270888['type']),_0x1721dd=_0x4d4321['filter'](_0x2e0ba5=>'insert'==_0x2e0ba5['type']&&'$text'!=_0x2e0ba5['name']);for(const _0x240f6c of _0x416ac5)this['_isRegisteredAttribute'](_0x240f6c['attributeKey'])&&_0x2a6a91['push']({'key':_0x240f6c['attributeKey'],'newValue':_0x240f6c['attributeNewValue'],'oldValue':_0x240f6c['attributeOldValue'],'range':Pt(_0x240f6c['range'],_0x8ef073['model'])});for(const _0x56a787 of _0x1721dd){if('rename'!=_0x56a787['action']&&'refresh'!=_0x56a787['action'])continue;const _0x4f8256=Lt(_0x56a787['position']['nodeAfter'],_0x8ef073['model']),_0x2e70b3=_0x56a787['before'];'rename'==_0x56a787['action']&&_0x2a6a91['push']({'key':m,'newValue':_0x56a787['name'],'oldValue':_0x2e70b3['name'],'range':_0x4f8256});for(const [_0x376523,_0x42c1a9]of _0x2e70b3['attributes']){if(!this['_isRegisteredAttribute'](_0x376523))continue;const _0x34880d=_0x56a787['attributes']['get'](_0x376523);_0x42c1a9!==_0x34880d&&_0x2a6a91['push']({'key':_0x376523,'newValue':_0x34880d,'oldValue':_0x42c1a9,'range':_0x4f8256});}for(const [_0x210077,_0x18a4d1]of _0x56a787['attributes'])this['_isRegisteredAttribute'](_0x210077)&&(_0x2e70b3['attributes']['has'](_0x210077)||_0x2a6a91['push']({'key':_0x210077,'newValue':_0x18a4d1,'oldValue':null,'range':_0x4f8256}));}0x0!=_0x2a6a91['length']&&_0x8ef073['model']['enqueueChange'](_0x30544d,_0x405a74=>{const _0x389d52=_0x5eb85a();for(const {range:_0xaa521a,key:_0x7a77a2,oldValue:_0x5c8e11,newValue:_0x19dd0c}of _0x2a6a91)this['markAttributeChange'](_0xaa521a,_0x7a77a2,_0x5c8e11,_0x19dd0c,{'groupId':_0x389d52});this['_reduceExistingSuggestions'](_0x405a74,_0x2a6a91);});},{'priority':'lowest'}),_0x8ef073['model']['markers']['on']('update:suggestion',(_0x326e1d,_0x4f153d,_0x49c5d9)=>{if(null==_0x49c5d9){const {id:_0xfdb14e}=this['_splitMarkerName'](_0x4f153d['name']),_0x16fd3e=this['_suggestions']['get'](_0xfdb14e);_0x16fd3e&&_0x16fd3e['addMarkerName'](_0x4f153d['name']);}}),_0x8ef073['model']['document']['on']('change:data',()=>{const _0x3f5043=Array['from'](_0x8ef073['model']['document']['differ']['getChangedMarkers']())['filter'](_0x20db4d=>'suggestion'===this['_splitMarkerName'](_0x20db4d['name'])['group']);if(0x0===_0x3f5043['length'])return;_0x3f5043['sort']((_0x5ad4cf,_0x46d500)=>{const _0x5c9082=_0x5ad4cf['data']['oldRange'],_0x3f7302=_0x46d500['data']['oldRange'];return null===_0x5c9082&&null===_0x3f7302?0x0:null===_0x5c9082&&null!==_0x3f7302?-0x1:null!==_0x5c9082&&null===_0x3f7302?0x1:_0x5c9082['start']['isBefore'](_0x3f7302['start'])?-0x1:0x1;});const _0xc35c68=new Set(),_0x6cb948=new Set();for(const {name:_0x431c55,data:_0x543681}of _0x3f5043){const {id:_0x1ebdbe}=this['_splitMarkerName'](_0x431c55);if(null===_0x543681['oldRange']){const _0x209b56=this['_handleNewSuggestionMarker'](_0x431c55);_0x6cb948['add'](_0x209b56);}else{const _0x394fee=this['_suggestions']['get'](_0x1ebdbe);null!==_0x543681['newRange']||_0x394fee['isInContent']?(_0xc35c68['add'](_0x394fee['head']),_0x6cb948['add'](_0x394fee)):this['_removeSuggestion'](_0x394fee);}}_0x6cb948['size']>0x0&&this['_refreshSuggestionsChain'](_0x6cb948);for(const _0x425a74 of _0xc35c68)this['fire']('suggestionChanged',_0x425a74);}),_0x8ef073['model']['on']('applyOperation',(_0x3a07c9,_0x5d43b9)=>{const _0x33603d=_0x5d43b9[0x0];if(!this['_suggestions']['size'])return;if(!_0x33603d['isDocumentOperation'])return;if(_0x33603d['batch']['isUndo']||!_0x33603d['batch']['isLocal'])return;let _0x21a22a,_0x10a1f5;switch(_0x33603d['type']){case'insert':_0x21a22a=_0x8ef073['model']['createPositionAt'](_0x33603d['position']),_0x10a1f5=_0x21a22a['getShiftedBy'](_0x33603d['howMany']);break;case'split':_0x21a22a=_0x8ef073['model']['createPositionAt'](_0x33603d['splitPosition']),_0x10a1f5=_0x8ef073['model']['createPositionAt'](_0x33603d['moveTargetPosition']);break;case'move':_0x21a22a=_0x8ef073['model']['createPositionAt'](_0x33603d['targetPosition']),_0x10a1f5=_0x21a22a['getShiftedBy'](_0x33603d['howMany']);break;default:return;}const _0x128a1d=_0x8ef073['model']['createRange'](_0x21a22a,_0x10a1f5);_0x8ef073['model']['change'](()=>{for(const {suggestion:_0x161527,meta:_0x50c2fd}of this['_findSuggestions'](_0x128a1d)){if(_0x161527['isMultiRange'])continue;if('formatInline'==_0x161527['type'])continue;const _0xcbdfbf=this['_getAttributeKey'](_0x161527);if(_0xcbdfbf&&this['_isBlockAttribute'](_0xcbdfbf)&&'split'!=_0x33603d['type'])continue;const _0x3f151f=_0x161527['data']&&_0x161527['data']['multipleBlocks'];('formatBlock'!=_0x161527['type']||'split'==_0x33603d['type']&&!_0x3f151f)&&(_0x50c2fd['containsRangeInObject']||'insertion'==_0x161527['type']&&_0x50c2fd['isOwn']||_0x161527['getFirstRange']()['containsRange'](_0x128a1d)&&this['_breakSuggestionMarker'](_0x161527,_0x21a22a,_0x10a1f5));}});},{'priority':'lowest'}),_0x8ef073['model']['on']('deleteContent',(_0x11810f,_0x3c1811)=>{const _0x194164=_0x3c1811[0x0],_0x45b0bb=_0x3c1811[0x1];if(_0x45b0bb&&_0x45b0bb['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x194164['isCollapsed'])return;const _0x27790b=_0x8ef073['model']['schema'],{start:_0x2c4333,end:_0x317852}=_0x194164['getFirstRange'](),_0xf78986=_0x2c4333['nodeAfter']&&_0x27790b['isLimit'](_0x2c4333['nodeAfter'])?null:_0x27790b['getNearestSelectionRange'](_0x2c4333,'forward'),_0x4a0399=_0x317852['nodeBefore']&&_0x27790b['isLimit'](_0x317852['nodeBefore'])?null:_0x27790b['getNearestSelectionRange'](_0x317852,'backward'),_0x1ffaf0=_0x8ef073['model']['createRange'](_0xf78986?_0xf78986['start']:_0x2c4333,_0x4a0399?_0x4a0399['end']:_0x317852);_0x8ef073['model']['change'](_0x31742a=>{this['markDeletion'](_0x1ffaf0);const _0x51ccd3=_0x8ef073['model']['schema']['getNearestSelectionRange'](_0x1ffaf0['start']);_0x194164['is']('documentSelection')?_0x31742a['setSelection'](_0x51ccd3):_0x194164['setTo'](_0x51ccd3);}),_0x11810f['stop']();},{'priority':_0x2782a0['normal']+0xa}),_0x8ef073['model']['on']('insertContent',(_0x1bba69,_0x5ed436)=>{const _0x75eaff=_0x5ed436[_0x5ed436['length']-0x1];_0x75eaff&&_0x75eaff['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x8ef073['model']['change'](()=>{let _0x2ddc8e=_0x8ef073['model']['insertContent'](_0x5ed436[0x0],_0x5ed436[0x1],_0x5ed436[0x2],{'forceDefaultExecution':!0x0});if(!_0x2ddc8e)return;_0x1bba69['return']=_0x2ddc8e['clone']();const _0x3a5fc7=_0x2ddc8e['end']['nodeBefore'],_0x597ef8=_0x8ef073['model']['schema'];_0x3a5fc7&&_0x597ef8['isBlock'](_0x3a5fc7)&&!_0x597ef8['isObject'](_0x3a5fc7)&&(_0x2ddc8e=_0x8ef073['model']['createRange'](_0x2ddc8e['start'],_0x8ef073['model']['createPositionAt'](_0x3a5fc7,'end'))),this['markInsertion'](_0x2ddc8e);}),_0x1bba69['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x270dd0=new x(_0x8ef073,this['_suggestions']);_0x8ef073['commands']['add']('acceptSuggestion',_0x270dd0),this['enableCommand']('acceptSuggestion');const _0x43f5a5=new R(_0x8ef073,this['_suggestions']);_0x8ef073['commands']['add']('discardSuggestion',_0x43f5a5),this['enableCommand']('discardSuggestion'),_0x8ef073['commands']['add']('acceptAllSuggestions',new E(_0x8ef073,_0x270dd0,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x8ef073['commands']['add']('discardAllSuggestions',new E(_0x8ef073,_0x43f5a5,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x8ef073['commands']['add']('acceptSelectedSuggestions',new O(_0x8ef073,_0x270dd0,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x8ef073['commands']['add']('discardSelectedSuggestions',new O(_0x8ef073,_0x43f5a5,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x50ac91=_0x8ef073['plugins']['get']('CommentsRepository');this['listenTo'](_0x50ac91,'addComment',(_0x43d5e2,{threadId:_0x36c9df})=>{const _0x13f644=this['_suggestions']['get'](_0x36c9df);_0x13f644&&_0x13f644['commentThread']&&0x1===_0x13f644['commentThread']['length']&&this['_updateSuggestionData'](_0x36c9df,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x50ac91,'removeComment',(_0xb27a02,{threadId:_0x50d5d9})=>{const _0x5adcf3=this['_suggestions']['get'](_0x50d5d9);_0x5adcf3&&_0x5adcf3['commentThread']&&!_0x5adcf3['commentThread']['length']&&this['_updateSuggestionData'](_0x50d5d9,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x231680){if(this['_adapter'])throw new _0x502bb5('track-changes-adapter-already-set',this);this['_adapter']=_0x231680;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x17b92f=!0x1,toJSON:_0x23a58d=!0x1}={}){const _0x87a6c7=[];for(const _0x3b1304 of this['_suggestions']['values']())_0x17b92f&&!_0x3b1304['isInContent']||_0x87a6c7['push'](_0x3b1304);return _0x23a58d?_0x87a6c7['map'](_0x581baa=>_0x581baa['toJSON']()):_0x87a6c7;}['getSuggestion'](_0x443f36){const _0x201e5b=this['_suggestions']['get'](_0x443f36);if(!_0x201e5b)throw new _0x502bb5('track-changes-suggestion-not-found',this);return _0x201e5b;}['hasSuggestion'](_0x14a6ac){return this['_suggestions']['has'](_0x14a6ac);}['addSuggestionData'](_0x3e9728){const {authorId:_0x352cca,id:_0x2c7573,attributes:_0x59ae79}=_0x3e9728,[_0x3363fc,_0x36cabb]=_0x3e9728['type']['split'](':'),_0x38ee9a=this['_suggestions']['get'](_0x2c7573)||this['_createSuggestion'](_0x3363fc,_0x36cabb,_0x2c7573,_0x352cca,_0x59ae79);if(this['_addThreadToSuggestion'](_0x38ee9a),this['_checkSuggestionCorrectness'](_0x38ee9a,_0x3363fc,_0x36cabb||null,_0x352cca),_0x38ee9a['createdAt']=_0x3e9728['createdAt'],_0x38ee9a['_isDataLoaded']=!0x0,_0x59ae79&&_0x59ae79['@external']){const _0x3517fa=_0x59ae79['@external'],_0x52156d=this['_getExternalAuthor'](_0x3517fa['authorName']);_0x38ee9a['authoredAt']=_0x3517fa['createdAt'],_0x38ee9a['author']=_0x52156d,_0x38ee9a['isExternal']=!0x0;}else _0x38ee9a['authoredAt']=_0x3e9728['createdAt'];switch(_0x3e9728['data']&&(_0x38ee9a['data']=_0x3e9728['data']),_0x3e9728['attributes']&&(_0x38ee9a['attributes']=_0x3e9728['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x38ee9a['_saved']=!0x0),this['_suggestionState']['get'](_0x38ee9a)){case'notReady':this['_suggestionState']['set'](_0x38ee9a,'dataReady');break;case'markerReady':_0x38ee9a['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x38ee9a])),this['_refreshSuggestionsChain'](new Set([_0x38ee9a])),this['_suggestionState']['set'](_0x38ee9a,'ready'),this['fire']('suggestionLoaded',_0x38ee9a)):this['_suggestionState']['set'](_0x38ee9a,'removed');}return _0x38ee9a;}['acceptSuggestion'](_0xe2ecc4){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x1a9e82 of _0xe2ecc4['getAllAdjacentSuggestions']())_0x1a9e82['accept']();});});}['discardSuggestion'](_0x323d87){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x3d3cb8 of _0x323d87['getAllAdjacentSuggestions']())_0x3d3cb8['discard']();});});}['enableCommand'](_0x28a151,_0x5a1b40){const _0x4c9ae8=this['editor']['commands']['get'](_0x28a151);if(!_0x4c9ae8)throw new _0x502bb5('track-changes-command-not-found',this,{'commandName':_0x28a151});if(this['_enabledCommands']['has'](_0x4c9ae8))throw new _0x502bb5('track-changes-enable-command-twice',this,{'commandName':_0x28a151});this['_enabledCommands']['add'](_0x4c9ae8),_0x5a1b40&&_0x4c9ae8['on']('execute',(_0x4cb8fa,_0x1fddfd)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x1fddfd['length']>0x0&&_0x1fddfd[_0x1fddfd['length']-0x1]&&_0x1fddfd[_0x1fddfd['length']-0x1]['forceDefaultExecution']?_0x1fddfd['pop']():(_0x4cb8fa['return']=_0x5a1b40((..._0x4adb61)=>_0x4c9ae8['execute'](..._0x4adb61,{'forceDefaultExecution':!0x0}),..._0x1fddfd),_0x4cb8fa['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x5c602e){let _0x196da4,_0x1c9043;const _0x3b65c4=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x196da4=_0x5c602e();}catch(_0x31b66b){_0x1c9043=_0x31b66b;}return _0x3b65c4||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x1c9043&&_0x502bb5['rethrowUnexpectedError'](_0x1c9043,this),_0x196da4;}['markInsertion'](_0x60650c,_0xad685e=null,_0x3a65c5={}){if(_0x60650c['isCollapsed'])return null;const _0x45bbf1=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x410c86,meta:_0x37dc31}of this['_findSuggestions'](_0x60650c,'insertion'))if(_0x37dc31['isOwn']){if(!_0x37dc31['isNextTo']){if(_0x37dc31['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!qt(_0x410c86,_0x3a65c5))continue;return _0x410c86;}if(qt(_0x410c86,_0x3a65c5))return _0x410c86;this['_breakSuggestionMarker'](_0x410c86,_0x60650c['start'],_0x60650c['end']);break;}if(_0xad685e==_0x410c86['subType']&&qt(_0x410c86,_0x3a65c5)){const _0x31a9ad=_0x410c86['getFirstRange']();return _0x31a9ad['start']['isEqual'](_0x60650c['end'])?this['_setSuggestionRange'](_0x410c86,this['_model']['createRange'](_0x60650c['start'],_0x31a9ad['end'])):this['_setSuggestionRange'](_0x410c86,this['_model']['createRange'](_0x31a9ad['start'],_0x60650c['end'])),_0x410c86;}}const _0x3cc2a4=_0x5eb85a(),_0x5d2d1c=_0x45bbf1['id'],_0x1734d2=_0xad685e?'insertion:'+_0xad685e:'insertion',_0x19f7f8=this['_setSuggestionData']({'id':_0x3cc2a4,'type':_0x1734d2,'createdAt':new Date(),'authorId':_0x5d2d1c,'attributes':_0x3a65c5});return this['_addSuggestionMarker'](_0x1734d2,_0x3cc2a4,_0x5d2d1c,_0x60650c),_0x19f7f8;}['markMultiRangeInsertion'](_0x2a0e6a,_0x16fd46='multi',_0x45c8d9={}){const _0x3aebfe=this['editor']['plugins']['get']('Users')['me'],_0x3747e1=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x16fd46,'join');for(const _0x4380be of this['getSuggestions']())if(_0x4380be['author']['id']==_0x3aebfe['id']&&'insertion'==_0x4380be['type']&&_0x4380be['subType']==_0x16fd46&&qt(_0x4380be,_0x45c8d9)&&(_0x3747e1(_0x4380be['getRanges'](),_0x2a0e6a)||_0x3747e1(_0x2a0e6a,_0x4380be['getRanges']()))){for(const _0x3a3fa0 of _0x2a0e6a)_0x4380be['addRange'](_0x3a3fa0);return _0x4380be;}for(const {suggestion:_0x41af39,meta:_0x4fc97c}of this['_findSuggestions'](_0x2a0e6a,'insertion')){if(!_0x4fc97c['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x4fc97c['containsRangeInObject'])continue;if(!qt(_0x41af39,_0x45c8d9))continue;let _0x3a222c=!0x0;for(const _0x2b3ccb of _0x41af39['getRanges']())for(const _0x20ed45 of _0x2a0e6a)if(!_0x2b3ccb['containsRange'](_0x20ed45)){_0x3a222c=!0x1;break;}if(_0x3a222c)return _0x41af39;}const _0x451310=_0x5eb85a(),_0x441add=_0x3aebfe['id'],_0x169cac='insertion:'+_0x16fd46,_0x597499=this['_setSuggestionData']({'id':_0x451310,'type':_0x169cac,'createdAt':new Date(),'authorId':_0x441add,'attributes':_0x45c8d9});for(const _0xb72510 of _0x2a0e6a)this['_addSuggestionMarker'](_0x169cac,_0x451310,_0x441add,_0xb72510,u['getMultiRangeId']());return _0x597499;}['markInlineFormat'](_0x373a9e,_0x51c2f1,_0x5da055=null,_0x4d8d91={}){if(_0x5da055=_0x5da055||Gt(_0x51c2f1),_0x373a9e['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x17fcef=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x5da055,'accept');return this['forceDefaultExecution'](()=>_0x17fcef([_0x373a9e],_0x51c2f1,_0x4d8d91)),null;}const _0x4e1471=this['editor']['plugins']['get']('Users')['me'],_0x1c0299=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x4d9a8b,meta:_0x485398}of this['_findSuggestions'](_0x373a9e,'insertion'))_0x485398['isOwn']&&!_0x485398['isInsideObject']&&_0x1c0299['push'](..._0x4d9a8b['getRanges']());}const _0xd98297=function(_0x5736d9,_0x3cbc9d){const _0x524e68=[];for(const _0x5a3757 of _0x3cbc9d){const _0x1d69bc=_0x5736d9['getIntersection'](_0x5a3757);_0x1d69bc&&_0x524e68['push'](_0x1d69bc);}return _0x524e68;}(_0x373a9e,_0x1c0299),_0x468056=function(_0x1ad802,_0x1279f0){const _0x19db09=[_0x1ad802];for(const _0x403867 of _0x1279f0){let _0x2ffbf6=0x0;for(;_0x2ffbf6<_0x19db09['length'];){const _0x419f47=_0x19db09[_0x2ffbf6]['getDifference'](_0x403867);_0x19db09['splice'](_0x2ffbf6,0x1,..._0x419f47),_0x2ffbf6+=_0x419f47['length'];}}return _0x19db09;}(_0x373a9e,_0x1c0299);_0xd98297['length']&&this['_model']['change'](()=>{for(const _0x3abcac of _0xd98297){const _0xd15843=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x5da055,'accept');this['forceDefaultExecution'](()=>_0xd15843([_0x3abcac],_0x51c2f1,_0x4d8d91));}});for(const _0x27cfee of _0x468056){let _0x3395b8=null,_0x6b7426=_0x27cfee['start'],_0x46531b=_0x27cfee['end'];for(const {suggestion:_0x430081,meta:_0xb6821e}of this['_findSuggestions'](_0x27cfee,'formatInline')){if(!_0xb6821e['isOwn'])continue;if(_0x430081['subType']!=_0x5da055)continue;if(!qt(_0x430081,_0x4d8d91))continue;const _0x539cbf=_0x430081['getFirstRange']();if(_0x539cbf['containsRange'](_0x27cfee,!0x0))return null;_0x6b7426=_0x6b7426['isBefore'](_0x539cbf['start'])?_0x6b7426:_0x539cbf['start'],_0x46531b=_0x46531b['isAfter'](_0x539cbf['end'])?_0x46531b:_0x539cbf['end'],_0x3395b8?_0x539cbf['start']['isBefore'](_0x3395b8['getFirstRange']()['start'])?(_0x3395b8['removeMarkers'](),_0x3395b8=_0x430081):_0x430081['removeMarkers']():_0x3395b8=_0x430081;}const _0x5b6567=this['_model']['createRange'](_0x6b7426,_0x46531b);if(_0x3395b8)this['_setSuggestionRange'](_0x3395b8,_0x5b6567);else{const _0x57d5e2=_0x5eb85a(),_0x12fa6e=_0x4e1471['id'];this['_setSuggestionData']({'id':_0x57d5e2,'type':'formatInline:'+_0x5da055,'data':_0x51c2f1,'createdAt':new Date(),'authorId':_0x12fa6e,'attributes':_0x4d8d91}),this['_addSuggestionMarker']('formatInline:'+_0x5da055,_0x57d5e2,_0x12fa6e,_0x5b6567);}}return null;}['markBlockFormat'](_0x27d00e,_0x83eb3d,_0x19f605=[],_0x448213=null,_0x3f3e68={}){_0x83eb3d['formatGroupId']||(_0x83eb3d['formatGroupId']=_0x83eb3d['commandName']),_0x83eb3d['multipleBlocks']=_0x27d00e['is']('range'),_0x448213=_0x448213||Gt(_0x83eb3d);const _0x458036=_0x19f605['map'](_0x50c2b7=>Lt(_0x50c2b7,this['_model'])),_0x354fe4=_0x27d00e['is']('range')?_0x27d00e:Lt(_0x27d00e,this['_model']);if('never'===this['_trackFormatChanges']){const _0x595d7c=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x448213,'accept');return this['forceDefaultExecution'](()=>_0x595d7c([_0x354fe4],_0x83eb3d,_0x3f3e68)),null;}_0x458036['push'](_0x354fe4);let _0x595ab1=!0x0;for(const _0x37f922 of _0x458036)if(!this['_rangeIsInLocalUserInsertion'](_0x37f922)){_0x595ab1=!0x1;break;}if(_0x595ab1&&'always'!==this['_trackFormatChanges']){const _0x100f9f=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x448213,'accept');return this['forceDefaultExecution'](()=>_0x100f9f([_0x354fe4],_0x83eb3d,_0x3f3e68)),null;}let _0x17864c=null,_0x41a1a6=_0x354fe4['start'],_0x160a1b=_0x354fe4['end'];for(const {suggestion:_0xd618e4,meta:_0x32721b}of this['_findSuggestions'](_0x354fe4,'formatBlock')){if(!_0x32721b['isOwn'])continue;if(_0x32721b['isNextTo']||_0x32721b['containsRangeInObject']||_0x32721b['isInsideObject'])continue;if(_0xd618e4['data']['formatGroupId']!=_0x83eb3d['formatGroupId'])continue;if(!qt(_0xd618e4,_0x3f3e68))continue;const _0x4e3f8f=_0xd618e4['getFirstRange']();if(_0xd618e4['subType']==_0x448213){if(_0x4e3f8f['containsRange'](_0x354fe4,!0x0))return null;_0x41a1a6=_0x41a1a6['isBefore'](_0x4e3f8f['start'])?_0x41a1a6:_0x4e3f8f['start'],_0x160a1b=_0x160a1b['isAfter'](_0x4e3f8f['end'])?_0x160a1b:_0x4e3f8f['end'],_0x17864c?_0x4e3f8f['start']['isBefore'](_0x17864c['getFirstRange']()['start'])?(_0x17864c['removeMarkers'](),_0x17864c=_0xd618e4):_0xd618e4['removeMarkers']():_0x17864c=_0xd618e4;}else{const _0x127373=_0x354fe4['getIntersection'](_0x4e3f8f);this['_cutOutSuggestionMarker'](_0xd618e4,_0x127373);}}const _0x16913f=this['editor']['plugins']['get']('Users')['me'],_0x59df21=_0x5eb85a(),_0x35482f=_0x16913f['id'];if(_0x17864c)return this['_setSuggestionRange'](_0x17864c,this['_model']['createRange'](_0x41a1a6,_0x160a1b)),_0x17864c;{const _0x105c58=this['_setSuggestionData']({'id':_0x59df21,'type':'formatBlock:'+_0x448213,'data':_0x83eb3d,'createdAt':new Date(),'authorId':_0x35482f,'attributes':_0x3f3e68});return this['_addSuggestionMarker']('formatBlock:'+_0x448213,_0x59df21,_0x35482f,this['_model']['createRange'](_0x41a1a6,_0x160a1b)),_0x105c58;}}['markMultiRangeBlockFormat'](_0x1914b3,_0x537fc4,_0x825abb=[],_0x45aaa9=null,_0xcac1ca={}){_0x537fc4['formatGroupId']||(_0x537fc4['formatGroupId']=_0x537fc4['commandName']);const _0x4f3412=_0x1914b3[0x0];_0x537fc4['multipleBlocks']=_0x4f3412['is']('range'),_0x45aaa9=_0x45aaa9||Gt(_0x537fc4);const _0x533c1b=_0x825abb['map'](_0x58ca97=>Lt(_0x58ca97,this['_model'])),_0x33648c=_0x4f3412['is']('range')?_0x1914b3:_0x1914b3['map'](_0x500591=>Lt(_0x500591,this['_model']));if('never'===this['_trackFormatChanges']){const _0x557e98=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x45aaa9,'accept');return this['forceDefaultExecution'](()=>_0x557e98(_0x33648c,_0x537fc4,_0xcac1ca)),null;}_0x533c1b['push'](..._0x33648c);let _0xf19af0=!0x0;for(const _0x172091 of _0x533c1b)if(!this['_rangeIsInLocalUserInsertion'](_0x172091)){_0xf19af0=!0x1;break;}if(_0xf19af0&&'always'!==this['_trackFormatChanges']){const _0x475b03=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x45aaa9,'accept');return this['forceDefaultExecution'](()=>_0x475b03(_0x33648c,_0x537fc4,_0xcac1ca)),null;}const _0x4dbc26=this['editor']['plugins']['get']('Users')['me'];for(const _0x3e8a45 of this['getSuggestions']()){if(_0x3e8a45['author']['id']!=_0x4dbc26['id'])continue;if('formatBlock'!=_0x3e8a45['type']||_0x3e8a45['data']['formatGroupId']!=_0x537fc4['formatGroupId'])continue;if(!qt(_0x3e8a45,_0xcac1ca))continue;const _0x224d94=_0x3e8a45['subType']==_0x45aaa9;for(let _0x599cea=0x0;_0x599cea<_0x33648c['length'];_0x599cea++){const _0x5b5f44=_0x33648c[_0x599cea];for(const _0x291ebf of _0x3e8a45['getMarkers']()){const _0x5189fd=_0x291ebf['getRange']();if(_0x5b5f44['isEqual'](_0x5189fd)){_0x224d94?(_0x33648c['splice'](_0x599cea,0x1),_0x599cea--):_0x3e8a45['removeMarker'](_0x291ebf['name']);break;}}}}if(0x0==_0x33648c['length'])return null;const _0x1a793f=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x45aaa9,'join');for(const _0x187a04 of this['getSuggestions']())if(_0x187a04['author']['id']==_0x4dbc26['id']&&'formatBlock'==_0x187a04['type']&&_0x187a04['data']['formatGroupId']==_0x537fc4['formatGroupId']&&_0x187a04['subType']==_0x45aaa9&&qt(_0x187a04,_0xcac1ca)&&(_0x1a793f(_0x187a04['getRanges'](),_0x33648c)||_0x1a793f(_0x33648c,_0x187a04['getRanges']()))){for(const _0x29201f of _0x33648c)_0x187a04['addRange'](_0x29201f);return _0x187a04;}const _0x43349e=_0x5eb85a(),_0x5902e1=_0x4dbc26['id'],_0x32f4a7='formatBlock:'+_0x45aaa9,_0x46a898=this['_setSuggestionData']({'id':_0x43349e,'type':_0x32f4a7,'data':_0x537fc4,'createdAt':new Date(),'authorId':_0x5902e1,'attributes':_0xcac1ca});for(const _0x2048d0 of _0x33648c)this['_addSuggestionMarker'](_0x32f4a7,_0x43349e,_0x5902e1,_0x2048d0,u['getMultiRangeId']());return _0x46a898;}['markDeletion'](_0x5b6759,_0x4ad9e6=null,_0x369df9={}){if(_0x5b6759['isCollapsed'])return null;const _0x4b1d35=this['editor']['plugins']['get']('Users')['me'],_0x41de37=new _0x348f0d(_0x5b6759['start'],_0x5b6759['end']);for(const {suggestion:_0x1c4d5b,meta:_0x254eff}of this['_findSuggestions'](_0x41de37,'insertion'))if(_0x254eff['isOwn']&&!_0x254eff['isNextTo']){if(_0x1c4d5b['isMultiRange']){const _0x2aea68=_0x1c4d5b['getRanges']()['filter'](_0x437f66=>'$graveyard'!=_0x437f66['root']['rootName']);_0x2aea68['every'](_0x43045d=>_0x41de37['containsRange'](_0x43045d,!0x0))&&_0x1c4d5b['discard']();if(_0x2aea68['some'](_0xaaa404=>_0xaaa404['containsRange'](_0x41de37,!0x0))){const _0x5cfbfd=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4ad9e6,'accept');return this['forceDefaultExecution'](()=>_0x5cfbfd([_0x41de37],null,_0x369df9)),null;}}else{const _0x416218=_0x41de37['getIntersection'](_0x1c4d5b['getFirstRange']());null!==_0x416218&&_0x1c4d5b['_onDiscard']([_0x416218],null,_0x369df9);}}if(_0x41de37['detach'](),_0x41de37['isCollapsed']||'$graveyard'==_0x41de37['root']['rootName'])return null;let _0x383e05=null,_0x4f3dd9=_0x41de37['start'],_0x90dd4c=_0x41de37['end'];const _0x4ee8ca=this['_findSuggestions'](_0x41de37,'deletion');for(const {suggestion:_0x500e68,meta:_0x2e0b3e}of _0x4ee8ca){const _0x3003b3=this['_model']['createRange'](_0x4f3dd9,_0x90dd4c);if(_0x2e0b3e['isOwn']&&(this['_mergeNestedSuggestions']||!_0x2e0b3e['containsRangeInObject']&&!_0x2e0b3e['isInsideObject'])){if(_0x500e68['isMultiRange']){if(!qt(_0x500e68,_0x369df9))continue;let _0x66a233=!0x0;for(const _0x225fe0 of _0x500e68['getRanges']()){if(_0x225fe0['containsRange'](_0x3003b3,!0x0))return _0x500e68;_0x3003b3['containsRange'](_0x225fe0)||(_0x66a233=!0x1);}_0x66a233&&_0x500e68['discard']();}else{const _0x3160fe=_0x500e68['getFirstRange']();if(_0x3160fe['containsRange'](_0x3003b3,!0x0))return _0x500e68;if(!qt(_0x500e68,_0x369df9)){_0x3003b3['containsRange'](_0x3160fe)?_0x500e68['removeMarkers']():_0x3160fe['containsPosition'](_0x4f3dd9)?_0x4f3dd9=_0x3160fe['end']:_0x3160fe['containsPosition'](_0x90dd4c)&&(_0x90dd4c=_0x3160fe['start']);continue;}_0x4f3dd9=_0x4f3dd9['isBefore'](_0x3160fe['start'])?_0x4f3dd9:_0x3160fe['start'],_0x90dd4c=_0x90dd4c['isAfter'](_0x3160fe['end'])?_0x90dd4c:_0x3160fe['end'],_0x369df9=Object['assign']({},_0x500e68['attributes']),_0x383e05?_0x3160fe['start']['isBefore'](_0x383e05['getFirstRange']()['start'])?(_0x383e05['removeMarkers'](),_0x383e05=_0x500e68):_0x500e68['removeMarkers']():_0x383e05=_0x500e68;}}}if(_0x383e05)return this['_setSuggestionRange'](_0x383e05,this['_model']['createRange'](_0x4f3dd9,_0x90dd4c)),_0x383e05;{const _0x2f39c2=_0x5eb85a(),_0x161df9=this['_model']['createRange'](_0x4f3dd9,_0x90dd4c),_0x2e9ee8=_0x4b1d35['id'],_0x4c8c27=_0x4ad9e6?'deletion:'+_0x4ad9e6:'deletion',_0xcf9788=this['_setSuggestionData']({'id':_0x2f39c2,'type':_0x4c8c27,'createdAt':new Date(),'authorId':_0x2e9ee8,'attributes':_0x369df9});return this['_addSuggestionMarker'](_0x4c8c27,_0x2f39c2,_0x2e9ee8,_0x161df9),_0xcf9788;}}['markMultiRangeDeletion'](_0x324836,_0xfe1e5f='multi',_0x5233ea={}){const _0x3aac8d=this['editor']['plugins']['get']('Users')['me'],_0x3061db=_0x324836['map'](_0x269e14=>new _0x348f0d(_0x269e14['start'],_0x269e14['end'])),_0x264b53=new Set();for(const {suggestion:_0x945399,meta:_0x4795c1}of this['_findSuggestions'](_0x3061db,'insertion'))_0x4795c1['isOwn']&&!_0x4795c1['isNextTo']&&_0x264b53['add'](_0x945399);for(const _0x58951e of _0x264b53)if(_0x58951e['isMultiRange']){const _0x21c55e=_0x58951e['getRanges']();(!_0x58951e['attributes']||!_0x58951e['attributes']['skipNestingCheck'])&&(_0x21c55e['every'](_0x64eadc=>_0x3061db['some'](_0x23c987=>_0x23c987['containsRange'](_0x64eadc,!0x0)))&&_0x58951e['discard']());if(_0x3061db['every'](_0x2bcd85=>_0x21c55e['some'](_0x5deb31=>_0x5deb31['containsRange'](_0x2bcd85,!0x0)))){const _0x3dfd85=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0xfe1e5f,'accept');return this['forceDefaultExecution'](()=>_0x3dfd85(_0x324836,null,_0x5233ea)),null;}}else{const _0x8dc764=_0x58951e['getFirstRange']();_0x3061db['some'](_0x307f47=>_0x307f47['containsRange'](_0x8dc764,!0x0))&&_0x58951e['discard']();if(_0x3061db['every'](_0x351e39=>_0x8dc764['containsRange'](_0x351e39,!0x0))){const _0xce079=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0xfe1e5f,'accept');return this['forceDefaultExecution'](()=>_0xce079(_0x3061db,null,_0x5233ea)),null;}}const _0x25a4ea=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0xfe1e5f,'join');let _0x50e956=null;for(const _0x59883b of this['getSuggestions']())if(_0x59883b['author']['id']==_0x3aac8d['id']&&_0x59883b['isInContent']&&'deletion'==_0x59883b['type']&&_0x59883b['subType']==_0xfe1e5f&&qt(_0x59883b,_0x5233ea)&&(_0x25a4ea(_0x59883b['getRanges'](),_0x3061db)||_0x25a4ea(_0x3061db,_0x59883b['getRanges']()))){if(_0x50e956){if(_0x59883b['commentThread']&&_0x59883b['commentThread']['length'])continue;for(const _0x5452bd of _0x59883b['getRanges']())_0x50e956['isIntersectingWithRange'](_0x5452bd)||_0x50e956['addRange'](_0x5452bd);_0x59883b['removeMarkers']();}else{_0x50e956=_0x59883b;for(const _0x457424 of _0x3061db)_0x59883b['isIntersectingWithRange'](_0x457424)||_0x59883b['addRange'](_0x457424);}}if(_0x50e956)return _0x50e956;_0x264b53['clear']();for(const {suggestion:_0x5a2e05,meta:_0x355452}of this['_findSuggestions'](_0x3061db,'deletion'))_0x355452['isOwn']&&(this['_mergeNestedSuggestions']||!_0x355452['containsRangeInObject']&&!_0x355452['isInsideObject'])&&qt(_0x5a2e05,_0x5233ea)&&_0x264b53['add'](_0x5a2e05);for(const _0x1d1508 of _0x264b53){const _0x3da263=_0x1d1508['getRanges']();if(!_0x5233ea||!_0x5233ea['skipNestingCheck']){if(_0x3061db['every'](_0x23cd66=>_0x3da263['some'](_0x3618a9=>_0x3618a9['containsRange'](_0x23cd66,!0x0))))return _0x1d1508;}(!_0x1d1508['attributes']||!_0x1d1508['attributes']['skipNestingCheck'])&&(_0x3da263['every'](_0x24c1e0=>_0x3061db['some'](_0x484a23=>_0x484a23['containsRange'](_0x24c1e0,!0x0)))&&_0x1d1508['discard']());}const _0x5087f0=_0x5eb85a(),_0x32b18e=_0x3aac8d['id'],_0x8044e5='deletion:'+_0xfe1e5f,_0x13a2aa=this['_setSuggestionData']({'id':_0x5087f0,'type':_0x8044e5,'createdAt':new Date(),'authorId':_0x32b18e,'attributes':_0x5233ea});for(const _0xae6a9f of _0x3061db)_0xae6a9f['detach'](),_0xae6a9f['isCollapsed']||'$graveyard'==_0xae6a9f['root']['rootName']||this['_addSuggestionMarker'](_0x8044e5,_0x5087f0,_0x32b18e,_0xae6a9f,u['getMultiRangeId']());return _0x13a2aa;}['markAttributeChange'](_0x49aeb0,_0x9687ea,_0x1c0cde,_0x34076f,_0x4e71a4){if(_0x49aeb0['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x3a4e9c=this['editor']['plugins']['get']('Users')['me']['id'],_0x2fcb1d=Array['from'](this['_suggestions']['values']())['filter'](_0x44603a=>'attribute'==_0x44603a['type']&&_0x44603a['data']['key']==_0x9687ea&&_0x44603a['isIntersectingWithRange'](_0x49aeb0));if('default'===this['_trackFormatChanges']){const _0x11c9ca=this['_findSuggestions'](_0x49aeb0,'insertion')['filter'](({meta:_0x22762d})=>_0x22762d['isOwn']&&!_0x22762d['isInsideObject']&&!_0x22762d['isNextTo'])['map'](({suggestion:_0x1731c9})=>_0x1731c9);_0x2fcb1d['unshift'](..._0x11c9ca);}const _0x246301=new Map([[_0x49aeb0,_0x1c0cde]]);for(const _0x25bcf4 of _0x2fcb1d){const _0x4cee3d='attribute'==_0x25bcf4['type']?_0x25bcf4['data']['oldValue']:void 0x0,_0x5bcc3e=_0x25bcf4['getFirstRange'](),_0x208479=Array['from'](_0x246301['keys']())['find'](_0x340288=>_0x340288['isIntersecting'](_0x5bcc3e));if(!_0x208479)continue;const _0x52596f=_0x208479['getDifference'](_0x5bcc3e);this['_isBlockAttribute'](_0x9687ea)&&'insertion'==_0x25bcf4['type']&&0x0!=_0x52596f['length']||(_0x246301['delete'](_0x208479),_0x52596f['forEach'](_0x34098f=>{_0x246301['set'](_0x34098f,_0x1c0cde);}),'insertion'!=_0x25bcf4['type']&&_0x4cee3d!=_0x34076f&&_0x246301['set'](_0x208479['getIntersection'](_0x5bcc3e),_0x4cee3d));}const _0x429ac3=[];for(const [_0x3761dc,_0x28bf57]of _0x246301){const _0x1b55f6=_0x5eb85a(),_0x1396df={'key':_0x9687ea,'oldValue':_0x28bf57,'newValue':_0x34076f};_0x9687ea['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':_0x9687ea});const _0x446041=('attribute:'+(_0x9687ea+'|'+Gt({'newValue':_0x34076f})))['substring'](0x0,0x3c),_0x523e50=this['_setSuggestionData']({'id':_0x1b55f6,'type':_0x446041,'data':_0x1396df,'createdAt':new Date(),'authorId':_0x3a4e9c,'attributes':_0x4e71a4});_0x429ac3['push'](_0x523e50),this['_addSuggestionMarker'](_0x446041,_0x1b55f6,_0x3a4e9c,_0x3761dc);}return _0x429ac3;}['enableDefaultAttributesIntegration'](_0x1301a7){this['enableCommand'](_0x1301a7,(_0x4ba806,..._0x4b6ce2)=>{this['_recordAttributeChanges'](()=>{_0x4ba806(..._0x4b6ce2);});});}['registerBlockAttribute'](_0x7eebbe){this['_blockAttributeKeys']['add'](_0x7eebbe);}['registerInlineAttribute'](_0x5e2ad3){this['_inlineAttributeKeys']['add'](_0x5e2ad3);}['_getAttributeKey'](_0x53e6cd){return'attribute'==_0x53e6cd['type']?_0x53e6cd['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x2bfbdc,_0x4ec2e3){const _0x2be798=_0x2bfbdc['getFirstMarker']();this['_model']['change'](_0x218055=>{_0x218055['updateMarker'](_0x2be798,{'range':_0x4ec2e3});});}['_addThreadToSuggestion'](_0x5ad46d){const _0x364f7c=_0x5ad46d['id'],_0x425431=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x364f7c)||this['_commentsRepository']['addCommentThread']({'channelId':_0x425431,'threadId':_0x364f7c,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x155811=this['_commentsRepository']['getCommentThread'](_0x364f7c);_0x155811['unbind']('isRemovable'),_0x155811['isRemovable']=!0x1,_0x5ad46d['commentThread']=_0x155811;}['_checkSuggestionCorrectness'](_0x87e1b7,_0x5a675a,_0x1ff774,_0x2206e7){if(_0x87e1b7['type']!=_0x5a675a||_0x87e1b7['subType']!=_0x1ff774||_0x87e1b7['creator']['id']!=_0x2206e7)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x502bb5('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x315c7f,_0x211769){const _0x1b450a=_0x315c7f['getFirstRange']();if(_0x211769['isEqual'](_0x1b450a))_0x315c7f['removeMarkers']();else{if(_0x1b450a['containsRange'](_0x211769)){const _0x56bb32=this['_model']['createPositionAt'](_0x211769['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x315c7f,this['_model']['createRange'](_0x1b450a['start'],_0x56bb32));const _0x4df600=_0x5eb85a(),_0x4447eb=_0x315c7f['creator']['id'],_0x858337=_0x315c7f['type']+':'+_0x315c7f['subType'];this['_setSuggestionData']({'id':_0x4df600,'type':_0x858337,'createdAt':new Date(),'authorId':_0x4447eb,'data':_0x315c7f['data'],'attributes':_0x315c7f['attributes']});const _0x4dc3e7=this['_model']['createPositionAt'](_0x211769['end']['parent'],'after'),_0x1062fb=this['_model']['createRange'](_0x4dc3e7,_0x1b450a['end']);this['_addSuggestionMarker'](_0x858337,_0x4df600,_0x4447eb,_0x1062fb);}else{if(_0x1b450a['containsPosition'](_0x211769['start'])){const _0x5e4214=this['_model']['createPositionAt'](_0x211769['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x315c7f,this['_model']['createRange'](_0x1b450a['start'],_0x5e4214));}else{const _0x153357=this['_model']['createPositionAt'](_0x211769['end']['parent'],'after');this['_setSuggestionRange'](_0x315c7f,this['_model']['createRange'](_0x153357,_0x1b450a['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x350255){for(const {suggestion:_0x31dd6e,meta:_0x5237f1}of this['_findSuggestions'](_0x350255,'insertion')){if(!_0x5237f1['isOwn'])continue;const _0x2ee99f=_0x31dd6e['getRanges']();for(const _0x40e3c5 of _0x2ee99f)if(!_0x350255['getDifference'](_0x40e3c5)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x3daf61){const _0x1cc09d=this['editor']['plugins']['get']('Users')['getUser'](_0x3daf61);if(!_0x1cc09d)throw new _0x502bb5('track-changes-user-not-found',this);return _0x1cc09d;}['_getExternalAuthor'](_0xbf9607){const _0x23c4ce=this['editor']['plugins']['get']('Users'),_0x5d897f=_0x4f74f6('external:'+_0xbf9607),_0x5e258c=_0x23c4ce['getUser'](_0x5d897f);return _0x5e258c||_0x23c4ce['addUser']({'id':_0x5d897f,'name':_0xbf9607});}['_createSuggestion'](_0x29d98f,_0x575855,_0x38ac0b,_0x282a07,_0x57a010){const _0x3322b1=this['_getAuthorFromId'](_0x282a07),_0xc0259c=this['_suggestionFactory']['buildSuggestion'](_0x29d98f,_0x575855,_0x38ac0b,_0x3322b1,_0x57a010,_0x5e1dfd=>{this['_updateSuggestionData'](_0x38ac0b,{'attributes':_0x5e1dfd});const _0x483fdd=this['getSuggestion'](_0x38ac0b);this['_joinWithAdjacentSuggestions'](new Set([_0x483fdd])),this['_refreshSuggestionsChain'](new Set([_0x483fdd]));});return this['listenTo'](_0xc0259c,'accept',()=>{this['_updateSuggestionData'](_0x38ac0b,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0xc0259c,'discard',()=>{this['_updateSuggestionData'](_0x38ac0b,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x38ac0b,_0xc0259c),this['_suggestionState']['set'](_0xc0259c,'notReady'),_0xc0259c;}['_splitMarkerName'](_0x430872){const _0x568bd8=_0x430872['split'](':');return{'group':_0x568bd8[0x0],'type':_0x568bd8[0x1],'subType':_0x568bd8['length']>=0x5?_0x568bd8[0x2]:null,'id':_0x568bd8['length']<0x5?_0x568bd8[0x2]:_0x568bd8[0x3],'authorId':_0x568bd8['length']<0x5?_0x568bd8[0x3]:_0x568bd8[0x4],'markerCount':0x6==_0x568bd8['length']?_0x568bd8[0x5]:null};}['_breakSuggestionMarker'](_0x2d8b6e,_0x7b6a19,_0x40cb88){const _0x54da16=_0x2d8b6e['getFirstRange'](),_0x5f5b3a=_0x54da16['start'],_0x54bbd7=_0x54da16['end'];this['_setSuggestionRange'](_0x2d8b6e,this['_model']['createRange'](_0x5f5b3a,_0x7b6a19));const _0x41e0a5=_0x5eb85a(),_0x34a262=_0x2d8b6e['creator']['id'],_0x4ab6f1=_0x2d8b6e['type']+(_0x2d8b6e['subType']?':'+_0x2d8b6e['subType']:'');this['_setSuggestionData']({'id':_0x41e0a5,'type':_0x4ab6f1,'createdAt':new Date(),'authorId':_0x34a262,'originalSuggestionId':_0x2d8b6e['id'],'attributes':_0x2d8b6e['attributes'],'data':_0x2d8b6e['data']});const _0x49045b=this['_getAttributeKey'](_0x2d8b6e);('formatBlock'==_0x2d8b6e['type']||_0x49045b&&this['_isBlockAttribute'](_0x49045b))&&(_0x40cb88=this['_model']['createPositionBefore'](_0x40cb88['parent'])),this['_addSuggestionMarker'](_0x4ab6f1,_0x41e0a5,_0x34a262,this['_model']['createRange'](_0x40cb88,_0x54bbd7));}['_findSuggestions'](_0x2e9ebb,_0x9b9eb1=null){const _0x2f928b=[],_0x54451e=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x2e9ebb)||(_0x2e9ebb=[_0x2e9ebb]);for(const _0x550614 of this['getSuggestions']()){if(!_0x550614['isInContent'])continue;if(_0x9b9eb1&&_0x550614['type']!=_0x9b9eb1)continue;let _0x483115=!0x1;for(const _0x2887f0 of _0x550614['getRanges']()){for(const _0x490ec3 of _0x2e9ebb){const _0x441dc3=_0x490ec3['start']['isEqual'](_0x2887f0['end'])||_0x490ec3['end']['isEqual'](_0x2887f0['start']);if(_0x441dc3||_0x490ec3['getIntersection'](_0x2887f0)){const _0x2067f5=_0x490ec3['containsRange'](_0x2887f0)&&Ot(this['_model']['schema'],_0x2887f0['start'],_0x490ec3),_0x8936be=_0x2887f0['containsRange'](_0x490ec3)&&Ot(this['_model']['schema'],_0x490ec3['start'],_0x2887f0);_0x2f928b['push']({'suggestion':_0x550614,'meta':{'isOwn':_0x54451e==_0x550614['author'],'isNextTo':_0x441dc3,'isInsideObject':_0x2067f5,'containsRangeInObject':_0x8936be}}),_0x483115=!0x0;break;}}if(_0x483115)break;}}return _0x2f928b;}['_addSuggestionMarker'](_0x47ee36,_0x16fd14,_0x51f5fa,_0x38983a,_0x20ef52){this['_model']['change'](_0x1862d9=>{let _0x3775a4='suggestion:'+_0x47ee36+':'+_0x16fd14+':'+_0x51f5fa;_0x20ef52&&(_0x3775a4=_0x3775a4+':'+_0x20ef52),_0x1862d9['addMarker'](_0x3775a4,{'range':_0x38983a,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0xb541d4){const _0x14136a=_0xb541d4['previous'],_0x1e6a89=_0xb541d4['next'];_0xb541d4['previous']=null,_0xb541d4['next']=null,null!=_0x14136a&&_0x14136a['next']==_0xb541d4&&(_0x14136a['next']=_0x1e6a89),null!=_0x1e6a89&&_0x1e6a89['previous']==_0xb541d4&&(_0x1e6a89['previous']=_0x14136a),'ready'==this['_suggestionState']['get'](_0xb541d4)&&(this['_suggestionState']['set'](_0xb541d4,'removed'),this['fire']('suggestionUnloaded',_0xb541d4,_0x14136a,_0x1e6a89));}['_setSuggestionData'](_0x5d16dc){const _0x489301=_0x5d16dc['id'],_0xb6a7de=this['addSuggestionData'](_0x5d16dc);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x1a801e=this['editor']['plugins']['get']('PendingActions'),_0x1c71f2=_0xb6a7de['hasComments'],_0x6f02f3=_0xb6a7de['subType']?_0xb6a7de['type']+':'+_0xb6a7de['subType']:_0xb6a7de['type'],_0x261baf=this['editor']['locale'],_0x560547=_0x1a801e['add'](o(_0x261baf,'PENDING_ACTION_SUGGESTION')),_0x4e4f42={'id':_0x489301,'type':_0x6f02f3,'hasComments':_0x1c71f2,'data':_0x5d16dc['data']||null,'originalSuggestionId':_0x5d16dc['originalSuggestionId']||null,'attributes':_0xb6a7de['attributes']};this['_adapter']['addSuggestion'](_0x4e4f42)['then'](_0x184d78=>{_0xb6a7de['_saved']=!0x0,_0x1a801e['remove'](_0x560547),_0x184d78&&_0x184d78['createdAt']&&(this['_suggestions']['get'](_0x489301)['createdAt']=_0x184d78['createdAt']);})['catch'](_0x51310e=>{throw _0x2b8c1e('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0xb6a7de['discard']();}),_0xb6a7de['stopListening'](),this['_suggestions']['delete'](_0xb6a7de['id']),this['_suggestionState']['delete'](_0xb6a7de),_0x51310e;});}return _0xb6a7de;}['_isBlockAttribute'](_0x4cedc3){return this['_blockAttributeKeys']['has'](_0x4cedc3);}['_updateSuggestionData'](_0x5a936b,_0x5d2ac8){const _0xcda77b=this['editor']['plugins']['get']('PendingActions'),_0x9823a7=this['getSuggestion'](_0x5a936b);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x9823a7['_saved']){const _0x432ded=_0xcda77b['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x5a936b,_0x5d2ac8)['then'](()=>{_0xcda77b['remove'](_0x432ded);});}else _0x9823a7['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x5a936b,_0x5d2ac8);});}}['_getSuggestionData'](_0x143126){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x502bb5('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x143126);}['_handleNewSuggestionMarker'](_0x578d28){const {id:_0x3b1ab2,type:_0x52a26e,subType:_0x2aff45,authorId:_0x30ec31}=this['_splitMarkerName'](_0x578d28),_0x34a1c5=this['_suggestions']['get'](_0x3b1ab2)||this['_createSuggestion'](_0x52a26e,_0x2aff45,_0x3b1ab2,_0x30ec31,{});switch(this['_checkSuggestionCorrectness'](_0x34a1c5,_0x52a26e,_0x2aff45,_0x30ec31),this['_suggestionState']['get'](_0x34a1c5)){case'notReady':this['_getSuggestionData'](_0x3b1ab2)['then'](_0x1be4eb=>{let _0x4adf66=Promise['resolve']();_0x1be4eb['hasComments']&&(_0x4adf66=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x3b1ab2})),_0x4adf66['then'](()=>{this['addSuggestionData'](_0x1be4eb)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x34a1c5,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x3b1ab2,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x34a1c5,'ready'),this['fire']('suggestionLoaded',_0x34a1c5);break;case'ready':this['fire']('suggestionChanged',_0x34a1c5);}return _0x34a1c5['addMarkerName'](_0x578d28),_0x34a1c5;}['_refreshSuggestionsChain'](_0x594717){const _0x5a5d52=Array['from'](_0x594717),_0x3e7727=_0x5a5d52['filter'](_0x1a0e1a=>'attribute'==_0x1a0e1a['type']);this['_refreshAttributeSuggestionsChain'](_0x3e7727);const _0x479a74=_0x5a5d52['filter'](_0x57fde5=>!_0x57fde5['isMultiRange']&&'attribute'!=_0x57fde5['type']),_0x1ff747=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2b01ab=>!_0x2b01ab['isMultiRange']&&'attribute'!=_0x2b01ab['type']),_0x1e90ed=_0x1ff747['filter'](_0x4ef43d=>!_0x594717['has'](_0x4ef43d)),_0x52d040=new Map(_0x1ff747['map'](_0x250611=>[_0x250611,this['_suggestionFactory']['getSuggestionCallback'](_0x250611['type'],_0x250611['subType'],'chain')])),_0x1fea15=new Map(_0x1ff747['map'](_0x53b743=>[_0x53b743,_0x53b743['getFirstRange']()])),_0xd234b9=new Set(),_0x13fb72=new Set();for(let _0x48ea7b=0x0;_0x48ea7b<_0x479a74['length'];_0x48ea7b++)_0xa27531(_0x479a74[_0x48ea7b],_0x479a74,_0x48ea7b+0x1);for(let _0x524b08=0x0;_0x524b08<_0x479a74['length'];_0x524b08++)_0xa27531(_0x479a74[_0x524b08],_0x1e90ed,0x0);const _0x3292da=new Set();for(let _0x5da05f=0x0;_0x5da05f<_0x479a74['length'];_0x5da05f++){const _0x378a1e=_0x479a74[_0x5da05f];!_0x13fb72['has'](_0x378a1e)&&_0x378a1e['previous']&&(_0x3292da['add'](_0x378a1e['previous']),_0x378a1e['previous']['next']===_0x378a1e&&(_0x378a1e['previous']['next']=null),_0x378a1e['previous']=null),!_0xd234b9['has'](_0x378a1e)&&_0x378a1e['next']&&(_0x3292da['add'](_0x378a1e['next']),_0x378a1e['next']['previous']===_0x378a1e&&(_0x378a1e['next']['previous']=null),_0x378a1e['next']=null);}function _0xa27531(_0x25085c,_0x104e65,_0xe0d596){for(let _0x3bf4ac=_0xe0d596;_0x3bf4ac<_0x104e65['length'];_0x3bf4ac++){const _0x2fddd9=_0x37f799(_0x25085c,_0x104e65[_0x3bf4ac]);_0x2fddd9&&(_0x2fddd9[0x0]['next']=_0x2fddd9[0x1],_0x2fddd9[0x1]['previous']=_0x2fddd9[0x0],_0xd234b9['add'](_0x2fddd9[0x0]),_0x13fb72['add'](_0x2fddd9[0x1]));}}function _0x37f799(_0x29a272,_0x4892c7){if(_0x29a272['author']['id']!==_0x4892c7['author']['id'])return null;const _0x2b1ce5=_0x52d040['get'](_0x29a272)(_0x29a272,_0x4892c7,_0x1fea15['get'](_0x29a272),_0x1fea15['get'](_0x4892c7));if(!_0x2b1ce5)return null;return _0x52d040['get'](_0x4892c7)(_0x29a272,_0x4892c7,_0x1fea15['get'](_0x29a272),_0x1fea15['get'](_0x4892c7))?_0x2b1ce5[0x1]['commentThread']&&_0x2b1ce5[0x1]['commentThread']['length']?null:_0x2b1ce5:null;}_0x3292da['size']&&this['_refreshSuggestionsChain'](_0x3292da);}['_refreshAttributeSuggestionsChain'](_0xd0d66e){if(0x0==_0xd0d66e['length'])return;const _0x5dff12=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x56bc09=>'attribute'==_0x56bc09['type']&&_0x56bc09['_isDataLoaded']),_0x18fefa=[],_0x432b36=new Map();for(const _0x452a58 of _0x5dff12){const _0x256f64=_0x4f74f6(_0x452a58['attributes']);_0x432b36['has'](_0x256f64)||(_0x432b36['set'](_0x256f64,_0x18fefa['length']),_0x18fefa['push']([]));const _0x37a031=_0x432b36['get'](_0x256f64);_0x18fefa[_0x37a031]['push'](_0x452a58);}!(function(){_0x18fefa['sort']((_0x10d8aa,_0x7477a)=>{const _0x5217b2=_0x10d8aa[0x0]['createdAt'],_0x217985=_0x7477a[0x0]['createdAt'];return _0x5217b2==_0x217985?_0x10d8aa[0x0]['attributes']['groupId']<_0x7477a[0x0]['attributes']['groupId']?-0x1:0x1:_0x5217b2<_0x217985?-0x1:0x1;});for(const _0x18a40c of _0x18fefa)_0x18a40c['sort']((_0x3fb477,_0x191690)=>_0x3fb477['id']<_0x191690['id']?-0x1:0x1);}());for(let _0x1d4a08=0x0;_0x1d4a08<_0x18fefa['length'];_0x1d4a08++){if(0x0==_0x18fefa[_0x1d4a08]['length'])continue;const _0x41cecf=[];for(let _0x3891cf=_0x1d4a08+0x1;_0x3891cf<_0x18fefa['length'];_0x3891cf++)0x0!=_0x18fefa[_0x3891cf]['length']&&_0x20933b(_0x18fefa[_0x1d4a08],_0x18fefa[_0x3891cf])&&_0x41cecf['push'](_0x3891cf);for(const _0xe40229 of _0x41cecf)_0x18fefa[_0x1d4a08]=_0x18fefa[_0x1d4a08]['concat'](_0x18fefa[_0xe40229]),_0x18fefa[_0xe40229]=[];}for(const _0x13e34e of _0x18fefa)for(let _0x1f5c6a=0x0;_0x1f5c6a<_0x13e34e['length'];_0x1f5c6a++){const _0x3f75c9=_0x13e34e[_0x1f5c6a+0x1]||null;_0x13e34e[_0x1f5c6a]['next']!==_0x3f75c9&&(_0x13e34e[_0x1f5c6a]['next']=_0x3f75c9);}for(const _0x5b6e2d of _0x18fefa)for(let _0x17d3a3=0x0;_0x17d3a3<_0x5b6e2d['length'];_0x17d3a3++){const _0x31ce91=_0x5b6e2d[_0x17d3a3-0x1]||null;_0x5b6e2d[_0x17d3a3]['previous']!==_0x31ce91&&(_0x5b6e2d[_0x17d3a3]['previous']=_0x31ce91);}function _0x20933b(_0xc19131,_0x1e94f9){if(_0xc19131[0x0]['attributes']['groupId']!==_0x1e94f9[0x0]['attributes']['groupId']&&_0xc19131[0x0]['author']!==_0x1e94f9[0x0]['author'])return!0x1;if(!function(_0x2b47d1,_0x364f80){if(!_0x2b47d1['hasComments']&&!_0x364f80['hasComments'])return!0x0;if(_0x2b47d1['hasComments']&&_0x364f80['hasComments'])return!0x1;if(_0x2b47d1['hasComments']&&_0x364f80['createdAt']<_0x2b47d1['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x364f80['hasComments']&&_0x2b47d1['createdAt']<_0x364f80['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0xc19131[0x0],_0x1e94f9[0x0]))return!0x1;const _0x14d81b=Tt(_0xc19131[0x0]['attributes'],'groupId'),_0x20c77a=Tt(_0x1e94f9[0x0]['attributes'],'groupId');if(!_0x5cc37c(_0x14d81b,_0x20c77a))return!0x1;return!!_0xc19131['every'](_0x3f0bb2=>_0x1e94f9['some'](_0x2b8728=>_0x3f0bb2['getFirstRange']()['isEqual'](_0x2b8728['getFirstRange']())))&&_0x1e94f9['every'](_0x330c64=>_0xc19131['some'](_0x4d913b=>_0x330c64['getFirstRange']()['isEqual'](_0x4d913b['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x322e0f){const _0x17c9ab=Array['from'](_0x322e0f),_0x535a7e=this['getSuggestions']({'skipNotAttached':!0x0}),_0x3ff602=_0x535a7e['filter'](_0x4104a2=>!_0x322e0f['has'](_0x4104a2)),_0x23f5e4=new Map(_0x17c9ab['map'](_0x2223d4=>[_0x2223d4,this['_suggestionFactory']['getSuggestionCallback'](_0x2223d4['type'],_0x2223d4['subType'],'join')])),_0x203078=new Map(_0x535a7e['map'](_0x3b1fab=>[_0x3b1fab,_0x3b1fab['getRanges']()]));for(let _0x1bdbc2=0x0;_0x1bdbc2<_0x17c9ab['length'];_0x1bdbc2++){if(_0xc4f057(this,_0x17c9ab[_0x1bdbc2],_0x17c9ab,_0x1bdbc2+0x1))return!0x0;}for(let _0x446699=0x0;_0x446699<_0x17c9ab['length'];_0x446699++){if(_0xc4f057(this,_0x17c9ab[_0x446699],_0x3ff602,0x0))return!0x0;}return!0x1;function _0xc4f057(_0x199ef4,_0x30573d,_0x16d8b5,_0x20843c){for(let _0x204704=_0x20843c;_0x204704<_0x16d8b5['length'];_0x204704++){const _0x21e7be=_0x16d8b5[_0x204704];if(_0x21e7be['type']!==_0x30573d['type']||_0x21e7be['author']['id']!==_0x30573d['author']['id']||_0x21e7be['subType']!==_0x30573d['subType'])continue;if(!Jt(_0x30573d,_0x21e7be))continue;if('attribute'==_0x30573d['type']&&_0x30573d['data']['oldValue']!=_0x21e7be['data']['oldValue'])continue;if('attribute'==_0x30573d['type']&&_0x199ef4['_isBlockAttribute'](_0x30573d['data']['key']))continue;if('formatBlock'==_0x30573d['type']){const _0x407c83=_0x199ef4['editor']['model'],_0x2a80b0=_0x30573d['getContainedElement']();if(_0x2a80b0&&(_0x407c83['schema']['isObject'](_0x2a80b0)||_0x407c83['schema']['isLimit'](_0x2a80b0)))continue;}const _0x3761c1=_0x23f5e4['get'](_0x30573d),_0x3a0ce0=_0x203078['get'](_0x30573d),_0x1ae5f4=_0x203078['get'](_0x21e7be),_0x3cdc2b=_0x30573d['commentThread']&&_0x30573d['commentThread']['length'],_0x441deb=_0x21e7be['commentThread']&&_0x21e7be['commentThread']['length'];if(!_0x3cdc2b&&_0x3761c1(_0x1ae5f4,_0x3a0ce0))return _0x199ef4['_joinSuggestions'](_0x21e7be,_0x30573d),_0x203078['delete'](_0x30573d),!0x0;if(!_0x441deb&&_0x3761c1(_0x3a0ce0,_0x1ae5f4))return _0x199ef4['_joinSuggestions'](_0x30573d,_0x21e7be),_0x203078['delete'](_0x21e7be),!0x0;}return!0x1;}}['_joinSuggestions'](_0x21c768,_0x53f4ff){if(_0x21c768['isMultiRange']){for(const _0x3cce5c of _0x53f4ff['getRanges']())_0x21c768['addRange'](_0x3cce5c);}else{const _0x4524ab=_0x53f4ff['getFirstRange']()['end'];this['_setSuggestionRange'](_0x21c768,this['_model']['createRange'](_0x21c768['getFirstRange']()['start'],_0x4524ab));}_0x53f4ff['removeMarkers']();}['_getMarkerAnnouncementText'](_0x24da16,_0x3e4172,_0xcd059f){const _0x2125fc=_0x24da16['startsWith']('format')||_0x24da16['startsWith']('attribute')?'FORMATTING':_0x24da16['toUpperCase']();return o(this['editor']['locale'],_0x3e4172+'_'+_0x2125fc+'_SUGGESTION_ANNOUNCEMENT',_0xcd059f);}['_initAriaMarkerChangeAnnouncements'](){const _0x298ba1=this['editor'];if(!_0x298ba1['ui'])return;const {ariaLiveAnnouncer:_0x1db948}=_0x298ba1['ui'];_0xc7fe01(this['_model'],({left:_0x5c874a,entered:_0x359c10})=>{for(const _0x4a22aa of _0x5c874a){const {group:_0x4da74d,type:_0x395f95}=this['_splitMarkerName'](_0x4a22aa['name']);if('suggestion'===_0x4da74d){_0x1db948['announce'](this['_getMarkerAnnouncementText'](_0x395f95,'LEAVE'));break;}}for(const _0x2370e4 of _0x359c10){const {group:_0x10c9bc,type:_0x3fb5d1}=this['_splitMarkerName'](_0x2370e4['name']);if('suggestion'===_0x10c9bc){_0x1db948['announce'](this['_getMarkerAnnouncementText'](_0x3fb5d1,'ENTER',_0x7fab25(_0x2b1c11)));break;}}});}['_processAttributeChanges'](_0x25379c){if(this['_recordAttributeSuggestions'])return!0x1;const _0x8c3a10=this['editor'],_0x5c92e3=_0x8c3a10['model']['document']['differ']['getChanges']();if(0x0==_0x5c92e3['length'])return!0x1;const _0x3ba019=[],_0x11ab8b=_0x5c92e3['filter'](_0x1a346e=>'attribute'==_0x1a346e['type']),_0x3bc5a6=_0x5c92e3['filter'](_0x247cd3=>'insert'==_0x247cd3['type']&&'$text'!=_0x247cd3['name']),_0x45be4d=_0x5c92e3['filter'](_0x58891c=>'remove'==_0x58891c['type']&&'$text'!=_0x58891c['name']);for(const _0x18c87a of _0x11ab8b)_0x3ba019['push']({'key':_0x18c87a['attributeKey'],'newValue':_0x18c87a['attributeNewValue'],'oldValue':_0x18c87a['attributeOldValue'],'range':Pt(_0x18c87a['range'],_0x8c3a10['model'])});for(const _0x3f166a of _0x3bc5a6){const _0x16629d=_0x45be4d['find'](_0x2ad552=>_0x2ad552['position']['isEqual'](_0x3f166a['position']));_0x16629d&&_0x3ba019['push']({'key':m,'newValue':_0x3f166a['name'],'oldValue':_0x16629d['name'],'range':_0x8c3a10['model']['createRangeOn'](_0x3f166a['position']['nodeAfter'])});}return 0x0!=_0x3ba019['length']&&this['_reduceExistingSuggestions'](_0x25379c,_0x3ba019);}['_processAttributeSuggestions'](_0x421158){let _0x51866a=!0x1;const _0x962a42=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x2e67e3=>_0x2e67e3['data']['newRange']&&_0x2e67e3['name']['startsWith']('suggestion:attribute:'));for(const _0x383f13 of _0x962a42){const {subType:_0x1c0620,id:_0x571364}=this['_splitMarkerName'](_0x383f13['name']),_0x4aa193=_0x1c0620['split']('|')[0x0];for(const _0x43fba1 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x43fba1['id']!=_0x571364&&'attribute'==_0x43fba1['type']&&_0x43fba1['data']&&_0x43fba1['data']['key']==_0x4aa193&&_0x43fba1['getFirstRange']()['isIntersecting'](_0x383f13['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x43fba1,_0x383f13['data']['newRange'],_0x421158),_0x51866a=!0x0);}return _0x51866a;}['_recordAttributeChanges'](_0x5940bb){this['editor'],this['_recordAttributeSuggestions']=!0x0,_0x5940bb();}['_isRegisteredAttribute'](_0x20587e){const _0x18d4cf=this['_isBlockAttribute'](_0x20587e),_0x3d8ce3=this['_inlineAttributeKeys']['has'](_0x20587e);return _0x18d4cf||_0x3d8ce3;}['_reduceExistingSuggestions'](_0x41247a,_0x905ea){if(0x0==_0x905ea['length'])return!0x1;let _0x416fda=!0x1;for(const _0x33a3e0 of _0x905ea){const _0x5b1624=this['_findSuggestions'](_0x33a3e0['range'],'attribute')['filter'](_0x3551ed=>!_0x3551ed['meta']['isNextTo'])['map'](_0x52848a=>_0x52848a['suggestion']),_0x3e8b8e=_0x4f74f6({'newValue':_0x33a3e0['newValue']});_0x5b1624['filter'](_0x45dd4f=>{const [_0x226a3e,_0x5b3b3b]=_0x45dd4f['subType']['split']('|');return _0x226a3e==_0x33a3e0['key']&&_0x5b3b3b!=_0x3e8b8e;})['forEach'](_0x333bf6=>{this['_reduceSuggestionAttributeRange'](_0x333bf6,_0x33a3e0['range'],_0x41247a),_0x416fda=!0x0;});}return _0x416fda;}['_reduceSuggestionAttributeRange'](_0x9edd6f,_0x122dce,_0x40cc44){const _0x50f852=_0x9edd6f['getFirstRange']()['getDifference'](_0x122dce);0x0!==_0x50f852['length']?0x1!==_0x50f852['length']?this['_breakSuggestionMarker'](_0x9edd6f,_0x122dce['start'],_0x122dce['end']):this['_setSuggestionRange'](_0x9edd6f,_0x50f852[0x0]):_0x40cc44['removeMarker'](_0x9edd6f['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x2eb5ee){this['_editor']=_0x2eb5ee,this['_model']=_0x2eb5ee['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x57d91b,_0x5852f3,_0x88a757,_0x371d7f,_0x4eb79f,_0x4d0de5){return new u(this['_model'],{'type':_0x57d91b,'subType':_0x5852f3,'id':_0x88a757,'author':_0x371d7f,'creator':_0x371d7f,'attributes':_0x4eb79f,'onAttributesChange':_0x4d0de5,'onAccept':(..._0x2d06db)=>this['getSuggestionCallback'](_0x57d91b,_0x5852f3,'accept')(..._0x2d06db),'onDiscard':(..._0x1669bc)=>this['getSuggestionCallback'](_0x57d91b,_0x5852f3,'discard')(..._0x1669bc)});}['registerCustomCallback'](_0xa41917,_0x5f0e08,_0x52f9ab,_0x956df7){const _0x1e371b=_0xa41917+':'+_0x5f0e08+':'+_0x52f9ab;this['_customCallbacks']['set'](_0x1e371b,_0x956df7);}['getSuggestionCallback'](_0x5d61c2,_0x3f0f7b,_0x496fb4){const _0x47ec0f=_0x5d61c2+':'+_0x3f0f7b+':'+_0x496fb4;return this['_customCallbacks']['get'](_0x47ec0f)||this['_defaultCallbacks']['get'](_0x5d61c2+':'+_0x496fb4);}['_registerDefaultCallbacks'](){const _0x1b709d=()=>!0x1,_0x4a8606=_0x32e717=>{_0x32e717['sort']((_0x33d66e,_0x555710)=>_0x33d66e['start']['isBefore'](_0x555710['start'])?0x1:-0x1),this['_model']['change'](_0x248469=>{for(const _0x1ba871 of _0x32e717){let _0x148b9c;_0x148b9c=_0x1ba871['end']['isAtEnd']&&_0x1ba871['end']['parent']==_0x1ba871['start']['nodeAfter']?_0x248469['createSelection'](_0x1ba871['start']['nodeAfter'],'on'):_0x248469['createSelection'](_0x1ba871),this['_model']['deleteContent'](_0x148b9c,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x1bbe3a=(_0x25da6e,_0x2e105a)=>{_0x2e105a&&this['_model']['change'](_0x365660=>{const {commandName:_0x5ef1d7,commandParams:_0x2b7ae1=[]}=_0x2e105a,_0x464f04=_0x25da6e['map'](_0x33805a=>(Vt(_0x33805a)&&(_0x33805a=this['_model']['createRange'](_0x33805a['end'])),_0x33805a))['filter'](_0x3c62ba=>'$graveyard'!==_0x3c62ba['root']['rootName']);if(_0x464f04['length']<0x1)return;const _0x2df8f7=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x1e6a26=>_0x348f0d['fromRange'](_0x1e6a26));_0x365660['setSelection'](_0x464f04);for(const _0x7d236 of this['_editor']['commands']['commands']())_0x7d236['refresh']();_0x2b7ae1['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x5ef1d7,..._0x2b7ae1);const _0x1d8693=_0x2df8f7['filter'](_0xa2474=>'$graveyard'!=_0xa2474['root']['rootName']);_0x1d8693['length']>0x0&&_0x365660['setSelection'](_0x1d8693);for(const _0x189c46 of _0x2df8f7)_0x189c46['detach']();});},_0x5c59ef=(_0x5124b2,_0x229e7b)=>0x1==_0x5124b2['length']&&0x1==_0x229e7b['length']&&_0x5124b2[0x0]['end']['isEqual'](_0x229e7b[0x0]['start']),_0x4e7257=(_0x457063,_0x16ad23,_0x3ac4c3,_0x1c0917)=>Ht(_0x457063,_0x16ad23,_0x3ac4c3,_0x1c0917,this['_model'])?[_0x457063,_0x16ad23]:Ht(_0x16ad23,_0x457063,_0x1c0917,_0x3ac4c3,this['_model'])?[_0x16ad23,_0x457063]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x1b709d),this['_defaultCallbacks']['set']('insertion:discard',_0x4a8606),this['_defaultCallbacks']['set']('insertion:join',_0x5c59ef),this['_defaultCallbacks']['set']('insertion:chain',_0x4e7257),this['_defaultCallbacks']['set']('deletion:accept',_0x4a8606),this['_defaultCallbacks']['set']('deletion:discard',_0x1b709d),this['_defaultCallbacks']['set']('deletion:join',_0x5c59ef),this['_defaultCallbacks']['set']('deletion:chain',_0x4e7257),this['_defaultCallbacks']['set']('formatInline:accept',_0x1bbe3a),this['_defaultCallbacks']['set']('formatInline:discard',_0x1b709d),this['_defaultCallbacks']['set']('formatInline:join',_0x5c59ef),this['_defaultCallbacks']['set']('formatInline:chain',_0x1b709d),this['_defaultCallbacks']['set']('formatBlock:accept',_0x1bbe3a),this['_defaultCallbacks']['set']('formatBlock:discard',_0x1b709d),this['_defaultCallbacks']['set']('formatBlock:join',_0x5c59ef),this['_defaultCallbacks']['set']('formatBlock:chain',_0x1b709d),this['_defaultCallbacks']['set']('attribute:accept',_0x1b709d),this['_defaultCallbacks']['set']('attribute:discard',(_0xc307cd,_0x35f9a3)=>{if(!_0x35f9a3)return;const _0x3b119e=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x417ae4=>{if(_0x35f9a3['key']==m)for(const _0x2d7b38 of _0xc307cd){const _0x22bf81=_0x2d7b38['start']['nodeAfter'],_0x3e33f1=_0x35f9a3['oldValue'];_0x417ae4['rename'](_0x22bf81,_0x3e33f1);}else{if(_0x3b119e['_isBlockAttribute'](_0x35f9a3['key'])){for(const _0xcecb4f of _0xc307cd)void 0x0!==_0x35f9a3['oldValue']?_0x417ae4['setAttribute'](_0x35f9a3['key'],_0x35f9a3['oldValue'],_0xcecb4f['start']['nodeAfter']):_0x417ae4['removeAttribute'](_0x35f9a3['key'],_0xcecb4f['start']['nodeAfter']);}else{for(const _0x17439a of _0xc307cd)_0x35f9a3['oldValue']?_0x417ae4['setAttribute'](_0x35f9a3['key'],_0x35f9a3['oldValue'],_0x17439a):_0x417ae4['removeAttribute'](_0x35f9a3['key'],_0x17439a);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x5c59ef);}}function Ot(_0xa49507,_0x1953f0,_0x45cb8f){for(const _0x5a0464 of _0x1953f0['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x5a0464['root']==_0x5a0464)return!0x1;if(!_0x45cb8f['containsItem'](_0x5a0464))return!0x1;if(_0xa49507['isObject'](_0x5a0464)||_0xa49507['isLimit'](_0x5a0464))return!0x0;}return!0x1;}function Vt(_0x21a52a){return _0x21a52a['end']['parent']==_0x21a52a['start']['nodeAfter']&&_0x21a52a['end']['isAtStart'];}function Ut(_0x2bd4c0,_0x68713f,_0x29dcc0,_0x384000){const _0x59ea98=_0x546a20=>!_0x546a20['item']['is']('$textProxy')&&!_0x384000['isObject'](_0x546a20['item']),_0x4a9b47=_0x2bd4c0['start']['getLastMatchingPosition'](_0x59ea98),_0x4c2233=_0x2bd4c0['end']['getLastMatchingPosition'](_0x59ea98,{'direction':'backward'});return(!_0x2bd4c0['start']['isEqual'](_0x4a9b47)||!_0x2bd4c0['end']['isEqual'](_0x4c2233))&&(_0x4a9b47['isBefore'](_0x4c2233)?_0x29dcc0['updateMarker'](_0x68713f,{'range':_0x29dcc0['createRange'](_0x4a9b47,_0x4c2233)}):_0x29dcc0['removeMarker'](_0x68713f),!0x0);}function Gt(_0x164047){return _0x4f74f6(_0x164047);}function Ft(_0x116552){const _0x1e521f=_0x116552['start']['nodeAfter'];return _0x1e521f&&_0x1e521f['is']('element');}function Pt(_0xef29a9,_0xf4ba58){return null==_0xef29a9['end']['nodeBefore']&&_0xef29a9['end']['parent']==_0xef29a9['start']['nodeAfter']?Lt(_0xef29a9['start']['nodeAfter'],_0xf4ba58):_0xef29a9;}function Lt(_0x1b0651,_0x50b831){const _0xb55441=_0x50b831['schema']['isObject'](_0x1b0651)||_0x50b831['schema']['isSelectable'](_0x1b0651);return _0x50b831['createRange'](_0x50b831['createPositionAt'](_0x1b0651,'before'),_0xb55441?_0x50b831['createPositionAfter'](_0x1b0651):_0x50b831['createPositionAt'](_0x1b0651,'end'));}function Ht(_0x35e2ef,_0x58244b,_0x17d590,_0x22c6f2,_0x3318e5){if(_0x35e2ef['next'])return!0x1;if(!Jt(_0x35e2ef,_0x58244b))return!0x1;if(_0x17d590['end']['isEqual'](_0x22c6f2['start']))return!0x0;if(_0x35e2ef['type']!=_0x58244b['type'])return!0x1;if(!_0x17d590['end']['isTouching'](_0x22c6f2['start']))return!0x1;const _0x402436=_0x3318e5['createRange'](_0x17d590['end'],_0x22c6f2['start'])['getWalker']();for(const _0x1301fc of _0x402436)if(['elementStart','elementEnd']['includes'](_0x1301fc['type'])&&_0x3318e5['schema']['isLimit'](_0x1301fc['item']))return!0x1;return!0x0;}function Jt(_0x425f5b,_0x5028ae){if(!_0x425f5b['_isDataLoaded']||!_0x5028ae['_isDataLoaded'])return!0x1;const _0xa27cdc=new Set(Object['keys'](_0x425f5b['attributes'])),_0x5276bb=new Set(Object['keys'](_0x5028ae['attributes']));if(_0xa27cdc['delete']('groupId'),_0x5276bb['delete']('groupId'),0x0==_0xa27cdc['size']&&0x0==_0x5276bb['size'])return!0x0;if(_0xa27cdc['size']!=_0x5276bb['size'])return!0x1;const _0x1262fd={..._0x425f5b['attributes']},_0x532cf5={..._0x5028ae['attributes']};return delete _0x1262fd['groupId'],delete _0x532cf5['groupId'],JSON['stringify'](_0x1262fd)==JSON['stringify'](_0x532cf5);}function qt(_0x18dfb6,_0x5cabb9){const _0x1d6557=zt(_0x18dfb6['attributes']),_0x36acd3=zt(_0x5cabb9);if(!_0x18dfb6['_isDataLoaded'])return!0x1;for(const _0x1bf2c1 of Object['keys'](_0x36acd3))if(!_0x5cc37c(_0x1d6557[_0x1bf2c1],_0x36acd3[_0x1bf2c1]))return!0x1;return!0x0;}function zt(_0x446057){const _0x25a7b5=Object['assign']({},_0x446057);return delete _0x25a7b5['skipNestingCheck'],delete _0x25a7b5['tablePasteChainId'],_0x25a7b5;}class ae extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x7e76ca(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x23eab3,_0x332741,_0x2580aa,_0x4c02fe){super(),this['model']=_0x332741,this['view']=_0x2580aa,this['commentThreadController']=_0x4c02fe,this['_editor']=_0x23eab3,this['_acceptCommand']=_0x23eab3['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x23eab3['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x3b6cdd,_0x252d3d)=>_0x3b6cdd||_0x252d3d),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x211f54=>_0x211f54&&this['_editor']['model']['canEditAt'](_0x332741['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x5d3a80=>_0x5d3a80&&this['_editor']['model']['canEditAt'](_0x332741['getRanges']())),this['_pendingAction']=null,_0x2580aa['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x2580aa,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x2580aa,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x2580aa,'change:isDirty',()=>{_0x2580aa['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 _0x1a3f5f=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x1a3f5f);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x4703b0{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x13c548,_0x100de0,_0x43668b,_0x1ed95e){super(_0x13c548),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x26c030(_0x13c548,o(_0x13c548,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x100de0['authoredAt']),this['bind']('authoredAt')['to'](_0x100de0),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['bind']('ariaLabel')['to'](this,'length',_0x100de0,'authoredAt',this,'descriptionParts',(_0x4d7175,_0x2d8639,_0x3eaea5)=>{const _0x3d3617=_0x3eaea5['map'](_0x57a59d=>ls(_0x57a59d['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x4d7175-0x1,_0x100de0['author']['name'],_0x2d8639?_0x1ed95e['formatDateTime'](_0x2d8639):'',new DOMParser()['parseFromString'](_0x3d3617,'text/html')['body']['textContent']]);}),this['focusables']=new _0x477a7c(),this['focusTracker']=new _0x28b717(),this['keystrokes']=new _0x27ffd5(),this['focusCycler']=new _0x1f58c8({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x535345=>_0x535345['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x100de0,this['_localUser']=_0x43668b,this['_config']=_0x1ed95e,_0x1ed95e['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0xa16379(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x156599}=this['_config'];this['commentsListView']=new _0x156599(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',_0x2ac7ca=>_0x2ac7ca+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x6131f4,_0x5006d1)=>_0x6131f4||!!_0x5006d1);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x50aae5}=this['_config'],_0x57d5fc=new _0x50aae5(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x19f628=_0x57d5fc['commentInputView'];return _0x57d5fc['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x19f628,'value',(_0x58ed67,_0x1a7fe7,_0x4343da)=>!!_0x4343da||_0x58ed67&&!_0x1a7fe7),_0x19f628['on']('submit',(_0x388fcd,_0x251058)=>{this['fire']('addComment',_0x251058),_0x19f628['editor']['setData']('');}),_0x19f628['on']('cancel',()=>this['focus']()),_0x19f628['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x57d5fc;}}class re extends us{['suggestionView'];['_descriptionElement'];constructor(_0x1c9612,_0x4ec903,_0x5c802f,_0xab51e4){super(_0x1c9612,_0x4ec903,_0x5c802f,_0xab51e4),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x516566=>_0x516566&&_0x516566[0x0]?_0x516566[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x53cb6b,_0x3e1e9f)=>{let _0x2ee6f7='';for(const _0x23b503 of _0x53cb6b)_0x2ee6f7+='<p>'+ls(_0x23b503['content'],_0x23b503['color'])+'</p>';return _0x3e1e9f?_0x2ee6f7:_0x552741(_0x2ee6f7,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0xab51e4['SuggestionView'](_0x1c9612,_0x4ec903,{'formatDateTime':_0xab51e4['formatDateTime']}),this['suggestionView']['bind']('description')['to'](this),this['suggestionView']['delegate']('acceptSuggestion','discardSuggestion')['to'](this),this['suggestionView']['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['suggestionView']['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['focusables']['add'](this['suggestionView']),this['commentsListView']&&this['focusables']['add'](this['commentsListView']),this['commentThreadInputView']&&this['focusables']['add'](this['commentThreadInputView']),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x575bc5=this['bindTemplate'],_0x246379=[this['suggestionView']];return this['commentsListView']&&_0x246379['push'](this['commentsListView']),this['commentThreadInputView']&&_0x246379['push'](this['commentThreadInputView']),_0x246379['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x575bc5['if']('isActive','ck-suggestion-wrapper--active'),_0x575bc5['to']('type',_0x10dbd8=>'ck-suggestion-'+_0x10dbd8),this['_config']['disableComments']&&'ck-suggestion--disabled-comments'],'data-suggestion-id':this['_model']['id'],'data-thread-id':this['_model']['commentThread']['id'],'data-author-id':this['_model']['author']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x575bc5['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x246379};}['render'](){super['render'](),this['commentsListView']&&(this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this)),this['commentThreadInputView']&&(this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this));}}class ce extends _0x4703b0{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x433c8c,_0x4b6897,_0x1d81ed){super(_0x433c8c),this['_model']=_0x4b6897,this['_config']=_0x1d81ed,this['set']('description',''),this['bind']('authoredAt')['to'](_0x4b6897),this['acceptButton']=this['_createButton'](o(_0x433c8c,'Accept\x20suggestion'),_0x1692e5['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x433c8c,'Discard\x20suggestion'),_0x1692e5['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0xcc94eb(_0x433c8c,_0x4b6897['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x477a7c([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x28b717(),this['keystrokes']=new _0x27ffd5(),this['focusCycler']=new _0x1f58c8({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0xf35bd3=>_0xf35bd3['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x55f609=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x55f609['innerHTML']=this['description'],this['on']('change:description',(_0xe6614a,_0x4b4fdb,_0x3cf972)=>{_0x55f609['innerHTML']=_0x3cf972;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x289d17=this['bindTemplate'],_0x4a2642=[{'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':_0x289d17['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x289d17['to']('authoredAt',_0x433096=>this['_config']['formatDateTime'](_0x433096))}]}]},{'tag':'div','attributes':{'class':['ck-suggestion__actions','ck-annotation__actions']},'children':[this['acceptButton'],this['discardButton']]},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']}}];return this['_model']['isExternal']&&_0x4a2642['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]}),{'tag':'div','attributes':{'class':['ck-suggestion','ck-annotation'],'tabindex':-0x1},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main','ck-annotation__main'],'role':'presentation'},'children':_0x4a2642}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):o(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x228871,_0x21a284,_0x4ff763,_0x4cadf5,_0x2ea354){const _0x787594=new _0x33e2fd(this['locale']);return _0x787594['set']({'label':_0x228871,'icon':_0x21a284,'tooltip':!0x0,'tooltipPosition':_0x2ea354}),_0x787594['extendTemplate']({'attributes':{'class':_0x4ff763}}),_0x787594['on']('execute',()=>{this['fire'](_0x4cadf5,this['_model']['id']);}),_0x787594;}['_setupKeyboardNavigation'](){const _0x22822f=this['element'];this['keystrokes']['listenTo'](_0x22822f);for(const _0x1282ff of this['focusables'])this['focusTracker']['add'](_0x1282ff['element']),this['keystrokes']['listenTo'](_0x1282ff['element']);this['keystrokes']['set']('enter',(_0x23a166,_0x7de168)=>{_0x22822f===_0x23a166['target']&&(this['focusCycler']['focusFirst'](),_0x7de168());}),this['keystrokes']['set']('esc',(_0x573558,_0x241907)=>{_0x22822f!==_0x573558['target']&&(this['focus'](),_0x241907());});}}var he='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M6.182\x205.514a.643.643\x200\x200\x200-.636.64v-.001a.636.636\x200\x200\x200\x20.636.639h5.682a.641.641\x200\x200\x200\x20.636-.638.637.637\x200\x200\x200-.636-.64H6.182Z\x22/><path\x20d=\x22M6.182\x208.5a.642.642\x200\x200\x200-.588.882.636.636\x200\x200\x200\x20.588.395h5.682a.641.641\x200\x200\x200\x20.636-.639.635.635\x200\x200\x200-.636-.638H6.182Z\x22/><path\x20d=\x22M6.18\x2011.5a.64.64\x200\x200\x200\x200\x201.278h3.133a.64.64\x200\x200\x200\x200-1.278H6.18Z\x22/><path\x20d=\x22m11.772\x2018.308.154-.23c-.195-.098-.304-.192-.328-.28-.024-.09\x200-.274.076-.551.062-.166.099-.296.11-.393a2.934\x202.934\x200\x200\x200\x200-.479c-.137-.41-.2-.685-.186-.83.013-.145.117-.335.313-.57l4.465-6.207c.356-.6\x201.059-.56\x202.11.118\x201.05.68\x201.443\x201.272\x201.177\x201.772l-3.876\x206.833c-.105.27-.22.444-.347.515-.128.07-.4.119-.813.139a2.954\x202.954\x200\x200\x200-.487.21c-.127.09-.244.193-.347.31-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.739Zm-.184.274\x201.039.727-.26.34h-1.496l.717-1.067Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M3.272\x201A1.28\x201.28\x200\x200\x200\x202\x202.28v14.439a1.276\x201.276\x200\x200\x200\x201.272\x201.28h6.838a2.13\x202.13\x200\x200\x201\x20.003-.61c.024-.18.066-.363.113-.534.012-.046.027-.092.043-.136.011-.029.02-.052.025-.069v-.008a7.395\x207.395\x200\x200\x201-.042-.142H3.5V2.46s11\x20.002\x2011\x20.005v6.341l.627-.872c.204-.32.49-.614.873-.819V2.281c0-.707-.569-1.28-1.272-1.28L3.272\x201ZM16\x209.29l-1.5\x202.085V16.5h-2.708c.005.118.002.236-.007.354a.904.904\x200\x200\x201-.013.075l-.001.005a3.108\x203.108\x200\x200\x201-.097.312c-.027.101-.048.19-.062.266a.734.734\x200\x200\x200-.014.287.25.25\x200\x200\x200\x20.068.105.65.65\x200\x200\x200\x20.088.074l.017.011.016.01h.175L14.73\x2018c.697\x200\x201.271-.573\x201.271-1.281v-7.43Z\x22/></svg>\x0a';class d extends _0x201c95{['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x3155e3,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0xc6fb12){super(_0xc6fb12),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x511596=this['editor']['config'];_0x511596['define']('trackChanges.SuggestionThreadView',re),_0x511596['define']('trackChanges.SuggestionView',ce),_0x511596['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x511596['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x1f4d27,_0x4d8399){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x4e0bf0,_0x58263b]of this['_handleControllerBuffer']){const _0x23f56e=this['_suggestionToController']['has'](_0x4e0bf0);_0x23f56e||_0x58263b?_0x23f56e&&_0x58263b&&this['_destroyController'](_0x4e0bf0):this['_initializeController'](_0x4e0bf0);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x1f4d27,_0x4d8399);}['init'](){const _0x38ec55=this['editor'],_0x5b9674=_0x38ec55['plugins']['get']('TrackChangesEditing'),_0x4f6109=_0x38ec55['plugins']['get']('Annotations'),_0x2f856a=_0x38ec55['plugins']['get']('EditorAnnotations'),_0x1da6f8=_0x38ec55['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x2f856a['addSourceCollector'](()=>{const _0x4a54d9=[];for(const [_0x300635,_0x176ad7]of Array['from'](this['_suggestionToController'])){const _0x545c12=_0x300635['getAllAdjacentSuggestions'](),_0x11db97=[];for(const _0x52e36a of _0x545c12){if(!_0x52e36a['isInContent'])continue;if(_0x52e36a['isMultiRange']){_0x11db97['push'](..._0x52e36a['getRanges']());continue;}const _0x40eb54=_0x52e36a['getFirstRange']();if(_0x11db97['length']>0x0){const _0x4344dc=_0x11db97[0x0]['getJoined'](_0x40eb54);if(_0x4344dc){_0x11db97[0x0]=_0x4344dc;continue;}}_0x11db97['push'](_0x40eb54);}_0x4a54d9['push']([_0x176ad7['view'],_0x11db97]);}return _0x4a54d9;}),this['listenTo'](_0x5b9674,'suggestionLoaded',(_0x4ae7fc,_0x153057)=>{this['listenTo'](_0x153057,'change:previous',(_0x3584b0,_0x5371b6,_0x166014,_0x320788)=>{_0x153057['isInContent']&&(null==_0x166014?(this['_updateController'](_0x320788['head']),this['_handleSuggestionControllerDelayed'](_0x153057,!0x1)):(this['_updateController'](_0x166014['head']),null==_0x320788&&this['_handleSuggestionControllerDelayed'](_0x153057,!0x0)));}),null!==_0x153057['previous']?this['_updateController'](_0x153057['head']):this['_handleSuggestionControllerDelayed'](_0x153057,!0x1);}),this['listenTo'](_0x5b9674,'suggestionUnloaded',(_0x59f484,_0x2a0513,_0x13f93b)=>{this['stopListening'](_0x2a0513,'change:previous'),this['_handleControllerBuffer']['delete'](_0x2a0513),this['_suggestionToController']['has'](_0x2a0513)&&this['_destroyController'](_0x2a0513),_0x13f93b&&this['_updateController'](_0x13f93b['head']);}),this['listenTo'](_0x5b9674,'suggestionChanged',(_0x381ed0,_0x14f065)=>{this['_updateController'](_0x14f065);}),this['listenTo'](_0x4f6109,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x1da6f8,'addComment',(_0x37c7a3,{threadId:_0x40fbe4,isFromAdapter:_0x4cfdc2})=>{if(_0x4cfdc2||!_0x5b9674['hasSuggestion'](_0x40fbe4))return;const _0xc7e01c=_0x5b9674['getSuggestion'](_0x40fbe4);this['_suggestionToController']['get'](_0xc7e01c)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'});}['_refreshActiveMarkers'](){const _0x38f84a=this['editor']['plugins']['get']('Annotations'),_0x255176=this['editor']['plugins']['get']('TrackChangesEditing'),_0x52605f=Array['from'](_0x38f84a['activeAnnotations'],_0x2500fe=>_0x2500fe['innerView'])['filter'](_0x109815=>this['_viewToController']['has'](_0x109815)),_0x2118c4=[];for(const _0x3f34e2 of _0x52605f){const _0x162614=this['_viewToController']['get'](_0x3f34e2)['model']['getAllAdjacentSuggestions']();_0x2118c4['push'](..._0x162614['reduce']((_0x9fad85,_0x3f399d)=>[..._0x9fad85,..._0x3f399d['getMarkerNames']()],[]));}_0x255176['activeMarkers']=_0x2118c4;}['_addUIComponentsToFactory'](){const _0xc8a079=this['editor'],_0x53f186=_0xc8a079['locale'],_0x116078=o(_0x53f186,'Track\x20changes'),_0x3a9730=new Wt([{'type':'switchbutton','model':new _0x359d84({'withText':!0x0,'isToggleable':!0x0,'label':_0x116078,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x359d84({'withText':!0x0,'label':o(_0x53f186,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x359d84({'withText':!0x0,'label':o(_0x53f186,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x359d84({'withText':!0x0,'label':o(_0x53f186,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x359d84({'withText':!0x0,'label':o(_0x53f186,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x46a73f of _0x3a9730)if(me(_0x46a73f)){const _0x14e4aa=_0xc8a079['commands']['get'](_0x46a73f['model']['commandName']);_0x46a73f['model']['bind']('isOn','isEnabled')['to'](_0x14e4aa,'value','isEnabled');}_0xc8a079['ui']['componentFactory']['add']('trackChanges',_0x2d5f2f=>this['_createToolbarButton'](_0x2d5f2f,_0x3a9730,_0x116078)),_0xc8a079['ui']['componentFactory']['add']('menuBar:trackChanges',_0x318299=>this['_createMenuBarMenu'](_0x318299,_0x3a9730,_0x116078));}['_createToolbarButton'](_0x5973aa,_0x31b6ea,_0x25e19c){const _0x4fce68=Qt(_0x5973aa,_0x2c803d),_0x18c053=this['editor']['commands']['get']('trackChanges');_0x4fce68['buttonView']['set']({'tooltip':_0x25e19c,'label':_0x25e19c,'icon':he}),_0x4fce68['buttonView']['bind']('isOn')['to'](_0x18c053,'value'),_0x4fce68['buttonView']['on']('execute',()=>{_0x18c053['execute'](),this['editor']['editing']['view']['focus']();}),Kt(_0x4fce68,_0x31b6ea,{'role':'menu'});const _0x34973e=[];for(const _0x5eab91 of _0x31b6ea)me(_0x5eab91)&&_0x34973e['push'](this['editor']['commands']['get'](_0x5eab91['model']['commandName']));const _0x12ab03=_0x4fce68['buttonView'];return _0x12ab03['actionView']['unbind']('isEnabled'),_0x12ab03['arrowView']['unbind']('isEnabled'),_0x12ab03['actionView']['bind']('isEnabled')['to'](_0x18c053,'isEnabled'),_0x12ab03['arrowView']['bind']('isEnabled')['toMany'](_0x34973e,'isEnabled',(..._0x33fdf3)=>_0x33fdf3['some'](_0x21faa4=>_0x21faa4)),_0x4fce68['on']('execute',_0x40d05d=>{this['editor']['execute'](_0x40d05d['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x4fce68;}['_createMenuBarMenu'](_0x3252e1,_0x4c62e4,_0x426643){const _0xe07c31=new Yt(_0x3252e1),_0x429a03=this['editor']['commands']['get']('trackChanges');_0xe07c31['buttonView']['set']({'label':_0x426643,'icon':he});const _0x5616a0=new Zt(_0x3252e1);for(const _0x1dab5d of _0x4c62e4){if('separator'==_0x1dab5d['type']){_0x5616a0['items']['add'](new Xt(_0x3252e1));continue;}const _0x394842=new te(_0x3252e1,_0xe07c31),_0xb81655=new _0x2e2948(_0x3252e1),_0x5c2741=_0x1dab5d['model'];_0xb81655['bind'](...Object['keys'](_0x5c2741))['to'](_0x5c2741),_0xb81655['delegate']('execute')['to'](_0xe07c31),_0xb81655['on']('execute',()=>{this['editor']['execute'](_0x5c2741['commandName']),this['editor']['editing']['view']['focus']();}),_0x394842['children']['add'](_0xb81655),_0x5616a0['items']['add'](_0x394842);}return _0xe07c31['bind']('isEnabled')['to'](_0x429a03,'isEnabled'),_0xe07c31['panelView']['children']['add'](_0x5616a0),_0xe07c31;}['_initializeController'](_0x392dab){const _0x32ab7d=this['editor'],_0x43a1c9=_0x32ab7d['config'],_0x3286ff=_0x32ab7d['plugins']['get']('Annotations'),_0x400e84=_0x32ab7d['plugins']['get']('CommentsRepository'),_0x32aa91=_0x32ab7d['plugins']['get']('EditorAnnotations'),_0x5b3550=_0x32ab7d['plugins']['get'](_0x3155e3)['me'],_0x3cac61=_0x43a1c9['get']('trackChanges')['SuggestionThreadView'],_0x34d438=_0x43a1c9['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x12f2f9,CommentThreadInputView:_0x4669db}=_0x32ab7d['plugins']['get']('CommentsUI');let _0x3fd595,_0x498c8c,_0x747bb8;this['_annotationViews']['has'](_0x392dab['id'])?(_0x498c8c=this['_annotationViews']['get'](_0x392dab['id']),_0x3fd595=_0x498c8c['mainView']):(_0x3fd595=new _0x3cac61(_0x32ab7d['locale'],_0x392dab,_0x5b3550,{'disableComments':this['_disableComments'],'editorConfig':_0x43a1c9['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x43a1c9['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x43a1c9['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x43a1c9['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x56d630(_0x43a1c9['get']('locale')),'CommentView':_0x43a1c9['get']('comments')['CommentView'],'CommentsListView':_0x12f2f9,'CommentThreadInputView':_0x4669db,'SuggestionView':_0x34d438}),_0x3fd595['suggestionView']['acceptButton']['on']('execute',()=>{_0x32ab7d['editing']['view']['focus']();}),_0x3fd595['suggestionView']['discardButton']['on']('execute',()=>{_0x32ab7d['editing']['view']['focus']();}),_0x498c8c=_0x3286ff['createAnnotationView'](this['editor']['locale'],_0x3fd595),_0x498c8c['bind']('isDirty')['to'](_0x3fd595,'isDirty'),_0x498c8c['bind']('length')['to'](_0x3fd595),_0x498c8c['bind']('type')['to'](_0x3fd595,'type',_0x3eacf5=>'suggestion-'+_0x3eacf5),_0x3fd595['on']('escape',()=>{_0x747bb8['fire']('escape');}),this['_annotationViews']['set'](_0x392dab['id'],_0x498c8c));const _0xff7e84=_0x400e84['createCommentThreadController'](_0x392dab['commentThread'],_0x3fd595),_0x1ab180=new ae(_0x32ab7d,_0x392dab,_0x3fd595,_0xff7e84),_0x44bc7f=_0x392dab['getAllAdjacentSuggestions']()['filter'](_0xb7e176=>_0xb7e176['isInContent']);_0x3fd595['descriptionParts']=_0x32ab7d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x44bc7f),this['_suggestionToController']['set'](_0x392dab,_0x1ab180),this['_viewToController']['set'](_0x3fd595,_0x1ab180),_0x747bb8=_0x3286ff['createAnnotation']({'view':_0x498c8c,'target':()=>{const _0x53d2dd=[],_0x2daa8e=_0x392dab['getAllAdjacentSuggestions']()['filter'](_0x2ce84a=>_0x2ce84a['isInContent']);for(const _0x118ba0 of _0x2daa8e)_0x53d2dd['push'](..._0x118ba0['getMarkers']());return _0x2098d8(_0x32ab7d['editing'],_0x53d2dd);},'type':()=>'suggestion-'+_0x1ab180['view']['type']}),_0x400e84['_bindAnnotationToEditors'](_0x3fd595,_0x747bb8),_0x3286ff['add'](_0x747bb8),_0x32aa91['registerAnnotation'](_0x747bb8);}['_destroyController'](_0x21cd5d){const _0x552e0e=this['editor']['plugins']['get']('CommentsRepository'),_0x5bca92=this['editor']['plugins']['get']('Annotations'),_0x448917=this['_suggestionToController']['get'](_0x21cd5d),_0x1cc503=_0x448917['view'],_0x3fc684=_0x5bca92['getByInnerView'](_0x1cc503);_0x552e0e['_unbindEditors'](_0x1cc503),_0x3fc684&&_0x5bca92['remove'](_0x3fc684),this['_suggestionToController']['delete'](_0x21cd5d),this['_viewToController']['delete'](_0x1cc503),_0x448917['destroy']();}['_updateController'](_0x3247a6){if(!_0x3247a6['isInContent']||!this['_suggestionToController']['has'](_0x3247a6))return;const _0x8da226=this['editor']['plugins']['get']('TrackChangesEditing'),_0x35c2ca=this['_suggestionToController']['get'](_0x3247a6),_0x523cd4=_0x3247a6['getAllAdjacentSuggestions']();_0x35c2ca['view']['descriptionParts']=_0x8da226['descriptionFactory']['getDescriptions'](_0x523cd4);}['destroy'](){for(const _0x381bfe of this['_suggestionToController']['keys']())this['_destroyController'](_0x381bfe);for(const _0x4523c3 of this['_annotationViews']['values']())_0x4523c3['mainView']['destroy']();super['destroy']();}}function me(_0x2d3502){return'model'in _0x2d3502;}class k extends _0x201c95{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}set['adapter'](_0x16ddce){this['editor']['plugins']['get'](p)['adapter']=_0x16ddce;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x3fdf45){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x3fdf45);}['getSuggestions']({skipNotAttached:_0x422114=!0x1,toJSON:_0x383b20=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x422114,'toJSON':_0x383b20});}['getSuggestion'](_0x2fc05f){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x2fc05f);}}const T=['Pagination'];class P extends _0x201c95{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}['init'](){const _0x5b6bc6=this['editor'];if(_0x5b6bc6['config']['define']('trackChangesData.editorCreator',_0x3b287b=>{const _0x229d5b=_0x5b6bc6['model']['document']['getRootNames']()['reduce']((_0x23a502,_0x563470)=>(_0x23a502[_0x563470]='',_0x23a502),{});return _0x5b6bc6['constructor']['create'](_0x229d5b,_0x3b287b);}),'function'!=typeof _0x5b6bc6['config']['get']('trackChangesData')['editorCreator'])throw new _0x502bb5('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x833d0d){return N(this['editor'],!0x0,_0x833d0d);}['getDataWithDiscardedSuggestions'](_0x1106b1){return N(this['editor'],!0x1,_0x1106b1);}}class D extends _0x201c95{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x13454b){super(_0x13454b),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(_0x5c07b9){return void 0x0!==_0x5c07b9['getRootsAttributes'];}async function N(_0x41ae0a,_0x31a56a,_0x3cd16f){const _0x4f970e=_0x206e3b(_0x41ae0a,T);_0x4f970e['plugins']['push'](p,D),_0x4f970e['rootsAttributes']=v(_0x41ae0a)?_0x41ae0a['getRootsAttributes']():void 0x0;const _0x512477=document['createDocumentFragment'](),_0x32a8da=_0x41ae0a['config']['get']('trackChangesData')['editorCreator'],_0x1e355e=await _0x32a8da(_0x4f970e,()=>function(_0xf3d9f0){const _0x1d3daf=document['createElement']('div');return _0xf3d9f0['appendChild'](_0x1d3daf),_0x1d3daf;}(_0x512477));!function(_0xbb15b2,_0x45bb18){const _0x214672=_0xbb15b2['model']['document']['getRootNames']()['reduce']((_0x7179fb,_0x37953b)=>(_0x7179fb[_0x37953b]=_0xbb15b2['data']['get']({'rootName':_0x37953b}),_0x7179fb),{}),_0x4da096=_0xbb15b2['plugins']['get']('Users')['users']['map'](_0x49d396=>({'id':_0x49d396['id'],'name':_0x49d396['name']})),_0x53d077=_0xbb15b2['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x3ac1a6=_0xbb15b2['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x40c01f=_0x45bb18['plugins']['get']('Users'),_0x4bc9fe=_0x45bb18['plugins']['get']('TrackChangesEditing'),_0x29d202=_0x45bb18['plugins']['get']('CommentsRepository');for(const _0x3c5fea of _0x29d202['getCommentThreads']())_0x3c5fea['remove']();for(const _0x407b67 of _0x4da096)_0x40c01f['getUser'](_0x407b67['id'])||_0x40c01f['addUser'](_0x407b67);_0x40c01f['me']||_0x40c01f['useAnonymousUser']();for(const _0x10643f of _0x3ac1a6)_0x29d202['addCommentThread'](_0x10643f);for(const _0x58760f of _0x53d077)_0x4bc9fe['addSuggestionData'](_0x58760f);_0x45bb18['data']['set'](_0x214672);}(_0x41ae0a,_0x1e355e),_0x1e355e['execute'](_0x31a56a?'acceptAllSuggestions':'discardAllSuggestions');const _0x452426=v(_0x1e355e)?_0x1e355e['getFullData'](_0x3cd16f):_0x1e355e['data']['get'](_0x3cd16f);return await _0x1e355e['destroy'](),_0x452426;}export{us as BaseSuggestionThreadView,u as Suggestion,re as SuggestionThreadView,ce as SuggestionView,k as TrackChanges,P as TrackChangesData,p as TrackChangesEditing};
|