@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20250204.0 → 0.0.0-nightly-20250205.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/package.json +25 -25
- 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 Qt,Plugin as
|
|
24
|
-
_0x2c62d3(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x554ae3,_0x645493){super(),this['id']=_0x645493['id'],this['type']=_0x645493['type'],this['subType']=_0x645493['subType']||null,this['author']=_0x645493['author'],this['creator']=_0x645493['creator']||_0x645493['author'],this['isExternal']=Boolean(_0x645493['attributes']&&_0x645493['attributes']['@external']),this['data']=null,this['_model']=_0x554ae3,this['_onAccept']=_0x645493['onAccept'],this['_onDiscard']=_0x645493['onDiscard'],this['_onAttributesChange']=_0x645493['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x645493['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 _0x3c50d8=this;for(;_0x3c50d8['previous'];)_0x3c50d8=_0x3c50d8['previous'];return _0x3c50d8;}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'](_0x3348eb){this['_markerNames']['add'](_0x3348eb);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x4ca41e=>this['_model']['markers']['get'](_0x4ca41e))['filter'](_0x5a8734=>_0x5a8734);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x2f4139=>{for(const _0x334112 of this['getMarkers']())_0x2f4139['removeMarker'](_0x334112);}),this['_markerNames']['clear']();}['removeMarker'](_0xc00bea){this['_model']['change'](_0x4ee7d7=>{_0x4ee7d7['removeMarker'](_0xc00bea);}),this['_markerNames']['delete'](_0xc00bea);}['addRange'](_0x36ae59){const _0x25e652='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x25e652),this['_model']['change'](_0x52176c=>{_0x52176c['addMarker'](_0x25e652,{'range':_0x36ae59,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x84bc96){for(const _0x10ac9e of this['getRanges']())if(_0x10ac9e['isIntersecting'](_0x84bc96))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x8a87cc=>_0x8a87cc['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x5b5539,_0x3d118e)=>[..._0x5b5539,..._0x3d118e['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x3a81b7=this['getRanges']();if(0x1!=_0x3a81b7['length'])return null;const _0x1619d4=_0x3a81b7[0x0],_0x57329=_0x1619d4['start']['nodeAfter'],_0x557feb=_0x1619d4['end']['nodeBefore'];return _0x57329 instanceof _0x5783db?_0x57329!=_0x557feb?null:_0x57329: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 _0x26dded=[];let _0x7acce0=this['head'];for(;_0x7acce0;)_0x26dded['push'](_0x7acce0),_0x7acce0=_0x7acce0['next'];return _0x26dded;}['setAttribute'](_0x3407e2,_0xaf8c7c){const _0x4a76f5=_0xaf7de8(this['attributes']);_0x3b7130(_0x4a76f5,_0x3407e2,_0xaf8c7c),_0x41cd13(_0x4a76f5,this['attributes'])||(this['attributes']=_0x4a76f5,this['_onAttributesChange'](_0x4a76f5));}['removeAttribute'](_0x3d00f9){const _0x474443=_0xaf7de8(this['attributes']);_0x16b012(_0x474443,_0x3d00f9),_0x41cd13(_0x474443,this['attributes'])||(this['attributes']=_0x474443,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 _0x19a734()['substr'](0x1,0x5);}}function o(_0x29a631,_0x66725b,_0x518167){const _0x49cc2d=_0x29a631['t'],t=_0x29a631['t'];switch(_0x66725b){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'Preview\x20final\x20content':return t('Preview\x20final\x20content');case'Final\x20content\x20preview':return t('Final\x20content\x20preview');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',_0x518167);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x518167);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x518167);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x518167);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x518167);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',_0x518167);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x518167);case'*Replace\x20image*':return t('*Replace\x20image*');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',_0x518167);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x518167);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x518167);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x518167);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x518167);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x518167);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x518167);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x518167);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x518167);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x518167);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x518167);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x518167);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x518167);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x518167);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x518167);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x518167);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x518167);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'},_0x518167);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x518167);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x518167);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x518167);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x518167);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x518167);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'},_0x518167);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x518167);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x518167);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x518167);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x518167);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'},_0x518167);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x518167);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'},_0x518167);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'},_0x518167);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x518167);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'},_0x518167);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x518167);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'},_0x518167);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x518167);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x518167);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'},_0x518167);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x518167);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 _0x49cc2d({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x518167);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x49cc2d({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x518167);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x518167);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'},_0x518167);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'},_0x518167);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'},_0x518167);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x66725b;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x291a45,_0x3f80d3){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x291a45,this['_locale']=_0x3f80d3;}['getDescriptions'](_0x2a3f58){const _0x3dffdc=[],_0x473650=new Set(),_0x283146=new Set();for(let _0x4ab7f1=0x0;_0x4ab7f1<_0x2a3f58['length'];_0x4ab7f1++){const _0x2ce39b=_0x2a3f58[_0x4ab7f1];if(!_0x2ce39b['isInContent'])continue;const _0xed9c44=this['_handleCustomCallbackDescription'](_0x2ce39b);if(_0xed9c44){if(null!=_0x2ce39b['subType']){if(_0x473650['has'](_0x2ce39b['subType']))continue;_0x473650['add'](_0x2ce39b['subType']);}_0x3dffdc['push'](_0xed9c44);}else{if('attribute'!=_0x2ce39b['type'])'insertion'!=_0x2ce39b['type']&&'deletion'!=_0x2ce39b['type']||this['_handleInsertRemoveSuggestionDescription'](_0x3dffdc,_0x2ce39b,_0x2a3f58[_0x4ab7f1+0x1]);else{const _0x1a0a77=_0x2ce39b['data']['key'];if(_0x283146['has'](_0x1a0a77))continue;_0x283146['add'](_0x2ce39b['data']['key']),_0x1a0a77==m?this['_handleRenameSuggestionDescription'](_0x3dffdc,_0x2ce39b):this['_handleAttributeSuggestionDescription'](_0x3dffdc,_0x2ce39b);}}}return this['_resolveDescriptionItems'](_0x3dffdc);}['registerDescriptionCallback'](_0x44714a){this['_customCallbacks']['push'](_0x44714a);}['registerElementLabel'](_0x55d1b5,_0x285e3c,_0x892234=_0x1aa228['normal']){'function'==typeof _0x55d1b5?_0xfad745(this['_itemLabelsCallbacks'],{'matchingCallback':_0x55d1b5,'label':_0x285e3c,'priority':_0x892234}):this['_itemLabels']['set'](_0x55d1b5,_0x285e3c);}['registerAttributeLabel'](_0x48ab79,_0x5b1b1c){this['_attributeLabels']['set'](_0x48ab79,_0x5b1b1c);}['getItemLabel'](_0x2ae525,_0x26fe5d=0x1){let _0x41b40e;for(const _0x17d243 of this['_itemLabelsCallbacks'])if(_0x17d243['matchingCallback'](_0x2ae525)){_0x41b40e=_0x17d243['label'];break;}return _0x41b40e||(_0x41b40e=this['_itemLabels']['get'](_0x2ae525['name'])),_0x41b40e?_0x41b40e(_0x26fe5d):0x1!==_0x26fe5d?_0x26fe5d+'\x20'+_0x2ae525['name']+'s':''+_0x2ae525['name'];}['_addDescriptionItems'](_0x15b54d,_0x497bff){const _0x2b272f=_0x497bff['getFirstRange']()['getWalker'](),_0x243f7f='insertion'==_0x497bff['type']?'add':'remove';for(const _0x4faa2d of _0x2b272f){const _0x199807=_0x4faa2d['item'],_0x48adfe=_0x15b54d[_0x15b54d['length']-0x1];if(_0x199807['is']('$textProxy'))_0x48adfe&&_0x48adfe['type']['indexOf']('Container')>-0x1&&_0x15b54d['pop'](),_0x48adfe&&'text'==_0x48adfe['type']?_0x48adfe[_0x243f7f]+=_0x199807['data']:_0x15b54d['push']({'type':'text','add':'add'==_0x243f7f?_0x199807['data']:'','remove':'remove'==_0x243f7f?_0x199807['data']:''});else{if(this['_schema']['isObject'](_0x199807)){const _0x3ed221=_0x199807;if(_0x48adfe&&_0x48adfe['type']['indexOf']('Container')>-0x1&&_0x15b54d['pop'](),'elementEnd'==_0x4faa2d['type'])continue;_0x48adfe&&_0x48adfe['type']==_0x243f7f+'Object'&&_0x48adfe['element']['name']==_0x3ed221['name']?_0x48adfe['quantity']++:_0x15b54d['push']({'type':_0x243f7f+'Object','element':_0x3ed221,'quantity':0x1}),_0x2b272f['skip'](_0x59729d=>!('elementEnd'==_0x59729d['type']&&_0x59729d['item']==_0x199807));}else{if(this['_schema']['checkChild'](_0x199807,'$text')||_0x199807['is']('element','softBreak')){const _0x567382=_0x199807;if('add'==_0x243f7f&&'elementStart'==_0x4faa2d['type']||'remove'==_0x243f7f&&'elementEnd'==_0x4faa2d['type'])continue;if(_0x48adfe&&-0x1==_0x48adfe['type']['indexOf']('Container')){'text'==_0x48adfe['type']&&(_0x48adfe[_0x243f7f]+='\x0a');continue;}let _0x3492a7;if(_0x3492a7='add'==_0x243f7f?_0x567382['nextSibling']&&!this['_schema']['isObject'](_0x567382['nextSibling'])?_0x567382['nextSibling']:null:_0x567382['previousSibling']&&!this['_schema']['isObject'](_0x567382['previousSibling'])?_0x567382['previousSibling']:null,_0x567382['isEmpty']||_0x3492a7&&_0x3492a7['isEmpty']){const _0x12acb8=_0x3492a7&&_0x3492a7['isEmpty']?_0x3492a7:_0x567382;_0x48adfe&&_0x48adfe['type']==_0x243f7f+'EmptyContainer'&&_0x48adfe['element']['name']==_0x12acb8['name']?_0x48adfe['quantity']++:_0x15b54d['push']({'type':_0x243f7f+'EmptyContainer','element':_0x12acb8,'quantity':0x1});}else _0x15b54d['push']({'type':_0x243f7f+'Container','element':_0x567382});}}}}}['_resolveDescriptionItems'](_0x1011d2){const _0x19dfda=this['_locale'],_0x4c2a28=[],_0x3a4243=[],_0x142bf1=[];for(const _0x90a013 of _0x1011d2)switch(_0x90a013['type']){case'text':if(_0x90a013['add']=_0x90a013['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x90a013['remove']=_0x90a013['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x90a013['add']&&''!=_0x90a013['remove']){_0x4c2a28['push']({'type':'replace','content':o(_0x19dfda,'REPLACE_TEXT',['\x22'+_0x90a013['remove']+'\x22','\x22'+_0x90a013['add']+'\x22'])});continue;}if(null!=_0x90a013['add']['match'](/^ +$/)){_0x4c2a28['push']({'type':'insertion','content':o(_0x19dfda,'*Insert:*\x20%0',o(_0x19dfda,'ELEMENT_SPACE',_0x90a013['add']['length']))});continue;}if(null!=_0x90a013['remove']['match'](/^ +$/)){_0x4c2a28['push']({'type':'deletion','content':o(_0x19dfda,'*Remove:*\x20%0',o(_0x19dfda,'ELEMENT_SPACE',_0x90a013['remove']['length']))});continue;}if(''!=_0x90a013['add']){_0x4c2a28['push']({'type':'insertion','content':o(_0x19dfda,'*Insert:*\x20%0','\x22'+_0x90a013['add']+'\x22')});continue;}_0x4c2a28['push']({'type':'deletion','content':o(_0x19dfda,'*Remove:*\x20%0','\x22'+_0x90a013['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x4c2a28['push']({'type':'insertion','content':o(_0x19dfda,'*Insert:*\x20%0',this['getItemLabel'](_0x90a013['element'],_0x90a013['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x4c2a28['push']({'type':'deletion','content':o(_0x19dfda,'*Remove:*\x20%0',this['getItemLabel'](_0x90a013['element'],_0x90a013['quantity']))});continue;case'addContainer':_0x4c2a28['push']({'type':'insertion','content':o(_0x19dfda,'*Split:*\x20%0',this['getItemLabel'](_0x90a013['element'],_0x90a013['quantity']))});continue;case'removeContainer':_0x4c2a28['push']({'type':'deletion','content':o(_0x19dfda,'*Merge:*\x20%0',this['getItemLabel'](_0x90a013['element'],_0x90a013['quantity']))});continue;case'addFormat':_0x3a4243['push'](_0x90a013['key']);continue;case'removeFormat':_0x142bf1['push'](_0x90a013['key']);continue;default:_0x4c2a28['push'](_0x90a013);}if(_0x3a4243['length']){const _0x4312fa=_0x3a4243['map'](_0x3f235d=>this['_attributeLabels']['has'](_0x3f235d)?this['_attributeLabels']['get'](_0x3f235d):_0x3f235d)['join'](',\x20');_0x4c2a28['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x4312fa)});}if(_0x142bf1['length']){const _0x548d8a=_0x142bf1['map'](_0x5aa3bf=>this['_attributeLabels']['has'](_0x5aa3bf)?this['_attributeLabels']['get'](_0x5aa3bf):_0x5aa3bf)['join'](',\x20');_0x4c2a28['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x548d8a)});}return _0x4c2a28;}['_handleCustomCallbackDescription'](_0x1e61c9){for(const _0x53087d of this['_customCallbacks']){const _0x3eb91c=_0x53087d(_0x1e61c9);if(_0x3eb91c&&'type'in _0x3eb91c)return _0x3eb91c;}}['_handleAttributeSuggestionDescription'](_0x501176,_0x4afca9){const _0x576e96=_0x4afca9['data'],_0x2316b9=void 0x0===_0x576e96['newValue']?'removeFormat':'addFormat';_0x501176['push']({'type':_0x2316b9,'key':_0x576e96['key']});}['_handleRenameSuggestionDescription'](_0x568fd8,_0x11510d){_0x568fd8['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x11510d['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x40c31d,_0x471128,_0x36ca1d){if(this['_addDescriptionItems'](_0x40c31d,_0x471128),_0x36ca1d&&_0x36ca1d['getFirstRange']()&&!_0x471128['getFirstRange']()['end']['isEqual'](_0x36ca1d['getFirstRange']()['start'])){const _0x211786=_0x40c31d[_0x40c31d['length']-0x1],_0x4fe078='insertion'==_0x471128['type']?'add':'remove';_0x211786&&'text'==_0x211786['type']&&(_0x211786[_0x4fe078]+='\x0a');}}}class U extends _0x4d8634{['afterInit'](){const _0x51ff6d=this['editor'],_0x5a1344=_0x51ff6d['plugins']['get']('TrackChangesEditing');_0x51ff6d['commands']['get']('showAIAssistant')&&_0x5a1344['enableCommand']('showAIAssistant');}}class V extends _0x4d8634{['afterInit'](){const _0x32896b=this['editor'],_0x446fc3=_0x32896b['locale'];if(!_0x32896b['plugins']['has']('AlignmentEditing'))return;const _0x1df919=_0x32896b['plugins']['get']('TrackChangesEditing');_0x1df919['enableDefaultAttributesIntegration']('alignment'),_0x1df919['registerBlockAttribute']('alignment'),_0x1df919['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x446fc3,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1e5dda=this['editor'],_0x4a45b0=_0x1e5dda['locale'];_0x1e5dda['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xbeb8e=>{if('formatBlock'!=_0xbeb8e['type'])return;const {data:_0x58be54}=_0xbeb8e;if(_0x58be54&&'alignment'==_0x58be54['commandName']){const _0x3b03a3=_0x58be54['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x4a45b0,'*Format:*\x20%0',function(_0x7fab18){switch(_0x7fab18){case'left':return o(_0x4a45b0,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x4a45b0,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x4a45b0,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x4a45b0,'FORMAT_JUSTIFY_TEXT');}}(_0x3b03a3))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x4d8634{['afterInit'](){const _0x349d77=this['editor'],_0x540ef1=_0x349d77['plugins']['get']('TrackChangesEditing'),_0x748a48=_0x349d77['locale'];for(const _0x4a8baa of ti){if(!_0x349d77['plugins']['has'](_0x4a8baa))continue;const _0x30fa9f=_0x4a8baa['slice'](0x0,-0x7)['toLowerCase'](),_0x586b5f='FORMAT_'+_0x30fa9f['toUpperCase']();_0x540ef1['enableDefaultAttributesIntegration'](_0x30fa9f),_0x540ef1['registerInlineAttribute'](_0x30fa9f),_0x540ef1['descriptionFactory']['registerAttributeLabel'](_0x30fa9f,o(_0x748a48,_0x586b5f));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2c69ca=this['editor'],_0x336ac1=_0x2c69ca['locale'],_0x2f77db=_0x2c69ca['plugins']['get']('TrackChangesEditing');function _0x102ba1(_0x310834,_0x5a7065){_0x2f77db['descriptionFactory']['registerDescriptionCallback'](_0x5d10e4=>{if('formatInline'!=_0x5d10e4['type'])return;const {data:_0x4bb5ba}=_0x5d10e4;return _0x4bb5ba&&_0x4bb5ba['commandName']===_0x310834?_0x4bb5ba['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x336ac1,'*Format:*\x20%0',_0x5a7065)}:{'type':'format','content':o(_0x336ac1,'*Remove\x20format:*\x20%0',_0x5a7065)}:void 0x0;});}_0x102ba1('bold',o(_0x336ac1,'FORMAT_BOLD')),_0x102ba1('italic',o(_0x336ac1,'FORMAT_ITALIC')),_0x102ba1('underline',o(_0x336ac1,'FORMAT_UNDERLINE')),_0x102ba1('code',o(_0x336ac1,'FORMAT_CODE')),_0x102ba1('strikethrough',o(_0x336ac1,'FORMAT_STRIKETHROUGH')),_0x102ba1('subscript',o(_0x336ac1,'FORMAT_SUBSCRIPT')),_0x102ba1('superscript',o(_0x336ac1,'FORMAT_SUPERSCRIPT'));}}class F extends _0x4d8634{['afterInit'](){const _0x3f033f=this['editor'],_0x3596bf=_0x3f033f['locale'];if(!_0x3f033f['plugins']['has']('BlockQuoteEditing'))return;const _0x3965b1=_0x3f033f['plugins']['get']('TrackChangesEditing'),_0x403e04=this['editor']['commands']['get']('blockQuote');_0x3965b1['enableCommand']('blockQuote',(_0x2740da,_0x38dc69={})=>{const _0x382440=this['editor']['model']['document']['selection'],_0x207c14=_0x38dc69&&void 0x0!==_0x38dc69['forceValue']?_0x38dc69['forceValue']:!_0x403e04['value'];let _0x51398b=[];if(_0x207c14){const _0x17fe09=Array['from'](_0x382440['getSelectedBlocks']())['filter'](_0xdfb437=>oo(_0xdfb437)||function(_0x465f97,_0x45251f){const _0x4c2307=_0x45251f['checkChild'](_0x465f97['parent'],'blockQuote'),_0x2d988b=_0x45251f['checkChild'](['$root','blockQuote'],_0x465f97);return _0x4c2307&&_0x2d988b;}(_0xdfb437,this['editor']['model']['schema']));_0x51398b=to(_0x17fe09,_0x3f033f['model']);}else{const _0x691138=Array['from'](_0x382440['getSelectedBlocks']())['filter'](_0x539754=>oo(_0x539754));_0x51398b=to(_0x691138,_0x3f033f['model']);}_0x3f033f['model']['change'](()=>{for(const _0x1fcd5a of _0x51398b)_0x3965b1['markBlockFormat'](_0x1fcd5a,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x207c14}]});});}),_0x3965b1['descriptionFactory']['registerDescriptionCallback'](_0x533cbd=>{const {data:_0x398f11}=_0x533cbd;if(_0x398f11&&'blockQuote'==_0x398f11['commandName']){const _0x237d7e=o(_0x3596bf,'ELEMENT_BLOCK_QUOTE');return _0x398f11['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x3596bf,'*Set\x20format:*\x20%0',_0x237d7e)}:{'type':'format','content':o(_0x3596bf,'*Remove\x20format:*\x20%0',_0x237d7e)};}});}}function oo(_0x4c0479){return'blockQuote'==_0x4c0479['parent']['name'];}class L extends _0x4d8634{['afterInit'](){const _0x565e86=this['editor'],_0x2e8439=_0x565e86['locale'],_0x44f6a0=_0x565e86['plugins']['get']('TrackChangesEditing');_0x565e86['plugins']['has']('BookmarkEditing')&&(_0x44f6a0['enableCommand']('insertBookmark'),_0x44f6a0['enableDefaultAttributesIntegration']('updateBookmark'),_0x44f6a0['registerBlockAttribute']('bookmarkId'),_0x44f6a0['descriptionFactory']['registerDescriptionCallback'](_0xf1a8d8=>{if('insertion'!=_0xf1a8d8['type']&&'deletion'!=_0xf1a8d8['type']&&'attribute'!=_0xf1a8d8['type'])return;const _0x5d86d2=_0xf1a8d8['getContainedElement']();if(null==_0x5d86d2)return;if(!_0x5d86d2['is']('element','bookmark'))return;const _0x3ddd96=_0x5d86d2['getAttribute']('bookmarkId');if('insertion'==_0xf1a8d8['type'])return{'type':'insertion','content':o(_0x2e8439,'*Insert:*\x20%0','\x22'+_0x3ddd96+'\x22\x20'+o(_0x2e8439,'ELEMENT_BOOKMARK'))};if('deletion'==_0xf1a8d8['type'])return{'type':'deletion','content':o(_0x2e8439,'*Remove:*\x20%0','\x22'+_0x3ddd96+'\x22\x20'+o(_0x2e8439,'ELEMENT_BOOKMARK'))};const {data:_0xe2aa63}=_0xf1a8d8;if(!_0xe2aa63||'bookmarkId'!=_0xe2aa63['key'])return;return{'type':'format','content':o(_0x2e8439,'*Set\x20bookmark:*\x20%0','\x22'+_0xe2aa63['newValue']+'\x22')};}));}}class J extends _0x4d8634{['afterInit'](){const _0x4a3fc6=this['editor'];_0x4a3fc6['plugins']['has']('CaseChange')&&(_0x4a3fc6['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x4a3fc6['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x4a3fc6['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x4d8634{['afterInit'](){const _0x5a45dd=this['editor'];_0x5a45dd['commands']['get']('ckbox')&&_0x5a45dd['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class q extends _0x4d8634{['afterInit'](){const _0x347d2d=this['editor'];if(!_0x347d2d['plugins']['has']('CodeBlock'))return;const _0x2429f2=_0x347d2d['plugins']['get']('TrackChangesEditing'),_0xe124cb=_0x347d2d['locale'],_0x4c5599=_0x347d2d['config']['get']('codeBlock')['languages'],_0x24258d=_0x347d2d['commands']['get']('codeBlock');_0x2429f2['enableCommand']('indentCodeBlock'),_0x2429f2['enableCommand']('outdentCodeBlock'),_0x2429f2['enableCommand']('codeBlock',(_0x325641,_0x1b1b9a={})=>{const _0x39552c=_0x347d2d['model'],_0x299dd3=_0x347d2d['model']['document']['selection'],_0x17ad36=_0x1b1b9a&&void 0x0!==_0x1b1b9a['forceValue']?_0x1b1b9a['forceValue']:!_0x24258d['value'];let _0x3d6f69;_0x1b1b9a['language']||(_0x1b1b9a['language']=_0x4c5599[0x0]['language']),_0x3d6f69=_0x17ad36?Array['from'](_0x299dd3['getSelectedBlocks']())['filter'](_0x31c87a=>eo(_0x31c87a)||function(_0x39ce42,_0x16f10e){if(_0x39ce42['is']('rootElement')||_0x16f10e['isLimit'](_0x39ce42))return!0x1;return _0x16f10e['checkChild'](_0x39ce42['parent'],'codeBlock');}(_0x31c87a,_0x39552c['schema'])):Array['from'](_0x299dd3['getSelectedBlocks']())['filter'](_0x12c6b9=>eo(_0x12c6b9));const _0x21f699=to(_0x3d6f69,_0x39552c);_0x39552c['change'](()=>{for(const _0x1bf028 of _0x21f699)_0x2429f2['markBlockFormat'](_0x1bf028,{'commandName':'codeBlock','commandParams':[{..._0x1b1b9a,'forceValue':_0x17ad36}],'formatGroupId':'blockName'});});}),(_0x2429f2['descriptionFactory']['registerElementLabel']('codeBlock',_0xfbace1=>o(_0xe124cb,'ELEMENT_CODE_BLOCK',_0xfbace1)),_0x2429f2['descriptionFactory']['registerDescriptionCallback'](_0x2a7b52=>{if('formatBlock'!=_0x2a7b52['type'])return;const _0x504e87=_0xe124cb['t'],{data:_0x49a2a9}=_0x2a7b52;if(!_0x49a2a9||'codeBlock'!=_0x49a2a9['commandName'])return;const _0x5dae3b=_0x49a2a9['commandParams'][0x0]['language'],_0x367e90=_0x504e87(_0x4c5599['find'](_0x5336e0=>_0x5336e0['language']===_0x5dae3b)['label'])['toLowerCase']();return _0x49a2a9['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xe124cb,'*Set\x20format:*\x20%0',o(_0xe124cb,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x367e90+')')}:{'type':'format','content':o(_0xe124cb,'*Remove\x20format:*\x20%0',o(_0xe124cb,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x4712cb){return'codeBlock'==_0x4712cb['name'];}class z extends _0x4d8634{['afterInit'](){const _0x2fe6d2=this['editor'];if(!_0x2fe6d2['plugins']['has']('CommentsEditing'))return;_0x2fe6d2['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x398c0d,_0xc22690,_0x33551f){const _0x4948a0=[];for(const _0xd2532c of _0xc22690['getItems']())_0xd2532c['hasAttribute'](_0x398c0d)&&_0x4948a0['push'](_0x33551f['createRangeOn'](_0xd2532c));return _0x4948a0;}function De(_0x585534,_0x37a6dd,{showActiveMarker:_0x3de362=!0x0}={}){const _0x4c0cbe=_0x585534['plugins']['get']('TrackChangesEditing');return(_0x705952,_0x12ec69,_0x35fb7b)=>{if(!_0x35fb7b['consumable']['test'](_0x12ec69['markerRange'],_0x705952['name']))return;const _0x4c2d2f=_0x12ec69['markerRange']['getWalker'](),_0x581cd6=_0x12ec69['markerRange']['start'],_0x44302a=_0x585534['model']['schema'];let _0x5c3389=null,_0x4eea42=null,_0x16512c=!0x1,_0x1efefe=!0x1;for(const _0x27aebd of _0x4c2d2f){const _0x33e103=_0x27aebd['item'];_0x16512c=_0x16512c||_0x44302a['isContent'](_0x33e103);const _0x3c0c6f=_0x35fb7b['mapper']['toViewElement'](_0x33e103);if(_0x3c0c6f&&_0x3c0c6f['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x27aebd['type']&&(_0x44302a['isBlock'](_0x33e103)&&!_0x44302a['isLimit'](_0x33e103)&&(_0x33e103['nextSibling']||_0x581cd6['isAtEnd']?_0x5c3389&&_0x5c3389['parent']==_0x33e103||(_0x5c3389=_0x33e103,_0x3f13f9(_0x27aebd['previousPosition']),_0x1efefe=!0x0):_0x4eea42=_0x4eea42||_0x27aebd['previousPosition']));}function _0x3f13f9(_0x483e56){const {authorId:_0x48e304}=_0x4c0cbe['_splitMarkerName'](_0x12ec69['markerName']),_0xce713=_0x35fb7b['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x37a6dd,'data-author-id':_0x48e304}),_0x5544b3=_0x35fb7b['mapper']['toViewPosition'](_0x483e56);_0x3de362&&_0x4c0cbe['activeMarkers']['includes'](_0x12ec69['markerName'])&&_0x35fb7b['writer']['addClass']('ck-suggestion-marker--active',_0xce713),_0x35fb7b['writer']['insert'](_0x5544b3,_0xce713),_0x35fb7b['mapper']['bindElementToMarker'](_0xce713,_0x12ec69['markerName']);}_0x16512c||_0x1efefe||!_0x4eea42||_0x3f13f9(_0x4eea42);};}class K extends _0x4d8634{static get['requires'](){return[_0x12abd1];}['init'](){const _0x5b0fa8=this['editor'],_0x5199b7=_0x5b0fa8['plugins']['get']('TrackChangesEditing');_0x5199b7['enableCommand']('delete');const _0x4ef8ad=_0x5b0fa8['commands']['get']('deleteForward');_0x5199b7['enableCommand']('deleteForward',(_0x311b64,_0xa969ba={})=>{const _0xa91f9b=_0x5b0fa8['model']['createSelection'](_0x5b0fa8['model']['document']['selection']);_0xa91f9b['isCollapsed']&&_0x5b0fa8['model']['modifySelection'](_0xa91f9b,{'direction':'forward','unit':_0xa969ba['unit']});const _0x474b16=_0xa91f9b['getFirstRange'](),_0x556fc4=_0x1d302a['fromRange'](_0x474b16);let _0x16b180;_0x311b64(_0xa969ba),_0x16b180='$graveyard'==_0x556fc4['root']['rootName']?_0x5b0fa8['model']['createRange'](_0x474b16['start']):_0x5b0fa8['model']['createRange'](_0x556fc4['start'],_0x556fc4['end']),_0x556fc4['detach'](),_0x5b0fa8['model']['enqueueChange'](_0x4ef8ad['buffer']['batch'],_0x25e677=>{_0x4ef8ad['buffer']['lock'](),_0x25e677['setSelection'](_0x25e677['createRange'](_0x16b180['end'])),_0x4ef8ad['buffer']['unlock']();});}),_0x5b0fa8['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',De(_0x5b0fa8,'merge'),{'priority':'high'}),_0x5b0fa8['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x119567,_0x5b72f8,_0x3e6aea)=>{_0x3e6aea['options']['showSuggestionHighlights']&&De(_0x5b0fa8,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x119567,_0x5b72f8,_0x3e6aea);},{'priority':'high'}),_0x5b0fa8['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x295b8f,_0x334425,_0x6917c2)=>{const _0x18caf9=_0x6917c2['mapper']['markerNameToElements'](_0x334425['markerName']);if(_0x18caf9){for(const _0x96fb18 of _0x18caf9)_0x96fb18['is']('uiElement')&&(_0x6917c2['mapper']['unbindElementFromMarkerName'](_0x96fb18,_0x334425['markerName']),_0x6917c2['writer']['remove'](_0x96fb18));}},{'priority':'high'});}}class W extends _0x4d8634{['afterInit'](){const _0x19621=this['editor'];if(!_0x19621['plugins']['has']('ListEditing'))return;const _0x1ca8ec=_0x19621['locale'],_0x351ba4=_0x19621['plugins']['get']('TrackChangesEditing'),_0x5cee6c=_0x19621['plugins']['has']('TodoListEditing'),_0x6cdb5f=!!_0x19621['config']['get']('list.multiBlock');function _0x5a6c5e(_0x12e92a){return{'type':'format','content':''+o(_0x1ca8ec,'*Set\x20format:*\x20%0',_0x12e92a)};}function _0x170839(_0x2397e2){return{'type':'format','content':''+o(_0x1ca8ec,'*Remove\x20format:*\x20%0',_0x2397e2)};}_0x351ba4['enableDefaultAttributesIntegration']('numberedList'),_0x351ba4['enableDefaultAttributesIntegration']('bulletedList'),_0x351ba4['enableDefaultAttributesIntegration']('customNumberedList'),_0x351ba4['enableDefaultAttributesIntegration']('customBulletedList'),_0x351ba4['enableDefaultAttributesIntegration']('indentList'),_0x351ba4['enableDefaultAttributesIntegration']('outdentList'),_0x351ba4['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x351ba4['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x351ba4['registerBlockAttribute']('listItemId'),_0x351ba4['registerBlockAttribute']('listType'),_0x351ba4['registerBlockAttribute']('listIndent'),_0x6cdb5f&&(_0x351ba4['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x351ba4['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x5cee6c&&(_0x351ba4['enableDefaultAttributesIntegration']('todoList'),_0x351ba4['enableDefaultAttributesIntegration']('checkTodoList'),_0x351ba4['registerBlockAttribute']('todoListChecked'),_0x351ba4['descriptionFactory']['registerDescriptionCallback'](_0x265e18=>{const {data:_0x3cb2b8}=_0x265e18;if(_0x3cb2b8&&'todoListChecked'==_0x3cb2b8['key'])return{'type':'format','content':_0x3cb2b8['newValue']?o(_0x1ca8ec,'*Check\x20item*'):o(_0x1ca8ec,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x3e04ba=>{if(_0x3e04ba['batch']['isUndo'])return!0x1;let _0x3f5fd8=!0x1;const _0x463572=_0x351ba4['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x13e09f=>'todoListChecked'===_0x351ba4['_getAttributeKey'](_0x13e09f));for(const _0x40d982 of _0x463572){'todo'!=_0x40d982['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x351ba4['_findSuggestions'](_0x40d982['getFirstRange'](),'attribute')['find'](_0x363a65=>'listType'===_0x351ba4['_getAttributeKey'](_0x363a65['suggestion']))||(_0x3e04ba['removeMarker'](_0x40d982['getFirstMarker']()),_0x3f5fd8=!0x0));}return _0x3f5fd8;})),_0x351ba4['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x1ca8ec,'FORMAT_INDENT'));const _0x45988d={'type':'format','content':''};_0x351ba4['descriptionFactory']['registerDescriptionCallback'](_0x2b65fd=>{const {data:_0xe054f}=_0x2b65fd;if(!_0xe054f||'listType'!=_0xe054f['key'])return;let _0x292e4b=_0x2b65fd['head'];for(;_0x292e4b;){if(_0x292e4b['data']&&(('listStyle'==_0x292e4b['data']['key']||'listMarkerStyle'==_0x292e4b['data']['key'])&&(_0x292e4b['data']['newValue']&&'default'!=_0x292e4b['data']['newValue']||'default'!=_0x292e4b['data']['oldValue']&&!_0xe054f['newValue'])||!_0x6cdb5f&&_0x292e4b['data']['key']==m))return _0x45988d;_0x292e4b=_0x292e4b['next'];}if(null==_0xe054f['newValue'])switch(_0xe054f['oldValue']){case'bulleted':return _0x170839(o(_0x1ca8ec,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x170839(o(_0x1ca8ec,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x170839(o(_0x1ca8ec,'ELEMENT_TODO_LIST'));}switch(_0xe054f['newValue']){case'bulleted':return _0x5a6c5e(o(_0x1ca8ec,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x5a6c5e(o(_0x1ca8ec,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x5a6c5e(o(_0x1ca8ec,'ELEMENT_TODO_LIST'));}}),_0x351ba4['descriptionFactory']['registerDescriptionCallback'](_0x583484=>{const {data:_0xb04bd6}=_0x583484;if(_0xb04bd6&&'listIndent'==_0xb04bd6['key'])return null==_0xb04bd6['newValue']||null==_0xb04bd6['oldValue']&&0x0==_0xb04bd6['newValue']?_0x45988d:void 0x0;}),_0x351ba4['descriptionFactory']['registerDescriptionCallback'](_0x5178d4=>{if('attribute'!=_0x5178d4['type'])return;const {data:_0x17ec42}=_0x5178d4;if(!_0x17ec42||'listItemId'!=_0x17ec42['key'])return;const _0x382c96=Te(_0x5178d4);return'newValue'==_0x382c96?{'type':'format','content':o(_0x1ca8ec,'*Merge:*\x20list\x20item')}:'oldValue'==_0x382c96?{'type':'format','content':o(_0x1ca8ec,'*Split:*\x20list\x20item')}:_0x45988d;}),_0x19621['model']['document']['registerPostFixer'](_0x3947ce=>this['listItemIdFixer'](_0x3947ce)),_0x19621['model']['document']['registerPostFixer'](_0x36995e=>this['noTrackChangesFixer'](_0x36995e)),_0x19621['model']['document']['on']('change:data',(_0x482293,_0x272bac)=>{if(_0x272bac['isUndo']||!_0x272bac['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x148fb7){if(_0x148fb7['batch']['isUndo']||!_0x148fb7['batch']['isLocal'])return!0x1;let _0xe85876=!0x1;const _0xa8b289=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xf0f6db=>_0xf0f6db['data']&&'listItemId'==_0xf0f6db['data']['key'])['filter'](_0x2acf68=>_0x2acf68['data']['newValue']&&_0x2acf68['data']['oldValue']);for(const _0x4c026d of _0xa8b289)Te(_0x4c026d)||(_0x148fb7['removeMarker'](_0x4c026d['getFirstMarker']()),_0xe85876=!0x0);return _0xe85876;}['noTrackChangesFixer'](_0x35c62a){if(_0x35c62a['batch']['isUndo']||!_0x35c62a['batch']['isLocal'])return!0x1;const _0x8715a3=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x8715a3['trackChangesCommand']['value'])return!0x1;let _0x192b1f=!0x1;const _0x745496=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x203ec9=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x1a2a4c=>'attribute'==_0x1a2a4c['type'])['filter'](_0x497e7b=>_0x745496['includes'](_0x497e7b['attributeKey']));if(0x0==_0x203ec9['length'])return _0x192b1f;for(const _0x332586 of _0x203ec9){const _0x4c6df6=_0x8715a3['_findSuggestions'](_0x332586['range'],'attribute')['filter'](_0x4f7df0=>!_0x4f7df0['meta']['isNextTo'])['map'](_0x20dac9=>_0x20dac9['suggestion'])['filter'](_0x20f651=>{const _0x45f554=_0x8715a3['_getAttributeKey'](_0x20f651);return _0x745496['includes'](_0x45f554);});if(_0x4c6df6['length']){for(const _0x54f3a9 of _0x4c6df6)_0x35c62a['removeMarker'](_0x54f3a9['getFirstMarker']());_0x192b1f=!0x0;}}return _0x192b1f;}['assureChains'](){const _0x365362=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2e06e2=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x46b6b7;const _0x58f7b9=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x1ce22e=>{if(_0x1ce22e['data']['oldRange']||!_0x1ce22e['data']['newRange'])return null;if(!_0x1ce22e['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0xdfe076}=_0x365362['_splitMarkerName'](_0x1ce22e['name']);if(!_0x365362['hasSuggestion'](_0xdfe076))return null;const _0x195bb3=_0x365362['getSuggestion'](_0xdfe076);return _0x2e06e2['includes'](_0x195bb3['data']['key']);})['map'](_0x2c0f9b=>{const {id:_0x238255}=_0x365362['_splitMarkerName'](_0x2c0f9b['name']),_0x48f11d=_0x365362['getSuggestion'](_0x238255);return _0x46b6b7=_0x48f11d['attributes']['groupId'],_0x48f11d['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x58f7b9['size'])return;const _0xe30554=_0x365362['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xfdb4fe=>'attribute'==_0xfdb4fe['type']&&_0xfdb4fe['data']&&_0x2e06e2['includes'](_0xfdb4fe['data']['key'])&&_0xfdb4fe['attributes']['groupId']!=_0x46b6b7)['map'](_0x6c93d5=>({'listItem':_0x6c93d5['getFirstRange']()['start']['nodeAfter'],'groupId':_0x6c93d5['attributes']['groupId']})),_0x54b778=new Set();for(const {groupId:_0x115c6a,listItem:_0x30c309}of _0xe30554)_0x58f7b9['has'](_0x30c309)&&_0x54b778['add'](_0x115c6a);for(const _0x335382 of _0x365362['getSuggestions']())_0x54b778['has'](_0x335382['attributes']['groupId'])&&_0x335382['setAttribute']('groupId',_0x46b6b7);}['_supportLegacySuggestions'](){const _0x568d11=this['editor'],_0x2008d7=_0x568d11['locale'],_0x46ba7e=_0x568d11['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x46ba7e['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x35946a,_0x11dde0){const _0x528acb=[];for(let _0x50fd40 of _0x35946a)_0x50fd40['start']['nodeAfter']===_0x50fd40['end']['parent']&&(_0x50fd40=_0x568d11['model']['createRange'](_0x568d11['model']['createPositionAt'](_0x50fd40['start']['nodeAfter'],0x0))),_0x528acb['push'](_0x50fd40);_0x568d11['model']['change'](_0x29facc=>{const _0x478bf2=_0x568d11['model']['document']['selection'],_0x166be5=Array['from'](_0x478bf2['getRanges']())['map'](_0x3ff6b4=>_0x1d302a['fromRange'](_0x3ff6b4));_0x29facc['setSelection'](_0x528acb),_0x568d11['commands']['get'](_0x11dde0['commandName'])['refresh'](),_0x11dde0['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x568d11['execute'](_0x11dde0['commandName'],..._0x11dde0['commandParams']),_0x29facc['setSelection'](_0x166be5);for(const _0x484c51 of _0x166be5)_0x484c51['detach']();});}),_0x46ba7e['descriptionFactory']['registerElementLabel'](function(_0x3dabb5){const _0x4e6254=!_0x568d11['model']['schema']['isObject'](_0x3dabb5),_0x23ca06=_0x3dabb5['previousSibling'],_0x1b4fd1=_0x3dabb5['nextSibling'],_0x313684=_0x3dabb5['getAttribute']('listItemId'),_0x3a7461=!_0x23ca06||_0x23ca06['getAttribute']('listItemId')!==_0x313684,_0x44761d=!_0x1b4fd1||_0x1b4fd1['getAttribute']('listItemId')!==_0x313684;return _0x4e6254&&Boolean(_0x313684)&&_0x3a7461&&_0x44761d;},_0xf23944=>o(_0x2008d7,'ELEMENT_LIST_ITEM',_0xf23944));}['_registerLegacyDescription'](){const _0x113dbb=this['editor'],_0x519b8e=_0x113dbb['locale'];function _0x2634d7(_0x124ee3){const _0x1d2a3e=_0x113dbb['commands']['get']('bulletedList')['value'],_0x1fc296=_0x113dbb['commands']['get']('numberedList')['value'];return'numberedList'===_0x124ee3?_0x1d2a3e:_0x1fc296;}_0x113dbb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x1b3dea){if('formatBlock'!=_0x1b3dea['type'])return;const {data:_0x2f7b0e}=_0x1b3dea;if(!_0x2f7b0e)return;let _0x36186d,_0x2dea58,_0x419070,_0x5821b8;switch(_0x2f7b0e['commandName']){case'bulletedList':_0x419070=_0x2f7b0e['commandParams'][0x0]['forceValue'],_0x5821b8=_0x2634d7(_0x2f7b0e['commandName']),_0x36186d=_0x419070?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x5821b8&&_0x113dbb['config']['get']('list.multiBlock')||(_0x36186d='*Change\x20to:*\x20%0'),_0x2dea58={'type':'format','content':o(_0x519b8e,_0x36186d,o(_0x519b8e,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x419070=_0x2f7b0e['commandParams'][0x0]['forceValue'],_0x5821b8=_0x2634d7(_0x2f7b0e['commandName']),_0x36186d=_0x419070?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x5821b8&&_0x113dbb['config']['get']('list.multiBlock')||(_0x36186d='*Change\x20to:*\x20%0'),_0x2dea58={'type':'format','content':o(_0x519b8e,_0x36186d,o(_0x519b8e,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x36186d='*Indent:*\x20%0',_0x2dea58={'type':'format','content':o(_0x519b8e,_0x36186d,o(_0x519b8e,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x36186d=function(_0x8f6114){const _0x94e77c=_0x8f6114['getFirstRange']();let _0x523f2a=_0x94e77c['start']['nodeAfter'];for(;_0x523f2a&&_0x94e77c['containsItem'](_0x523f2a);){if(_0x523f2a['getAttribute']('listIndent')>0x0)return!0x1;_0x523f2a=_0x523f2a['nextSibling'];}return!0x0;}(_0x1b3dea)?o(_0x519b8e,'*Format:*\x20remove\x20from\x20%0',o(_0x519b8e,function(_0x34f9c1){return'ELEMENT_'+_0x34f9c1['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x1b3dea))):o(_0x519b8e,'*Outdent:*\x20%0',o(_0x519b8e,'ELEMENT_LIST_ITEM')),_0x2dea58={'type':'format','content':_0x36186d};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x2f7b0e['multipleBlocks']&&(_0x36186d='*Merge:*\x20%0',_0x2dea58={'type':'deletion','content':o(_0x519b8e,_0x36186d,o(_0x519b8e,'ELEMENT_LIST_ITEM'))});}return _0x2dea58;});}}function Te(_0xb27b0d){let _0x9d3571=_0xb27b0d['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x9d3571;){const _0x1b03b5=_0x9d3571['getAttribute']('listItemId');if(!_0x1b03b5)return!0x1;if(_0x1b03b5==_0xb27b0d['data']['newValue'])return'newValue';if(_0x1b03b5==_0xb27b0d['data']['oldValue'])return'oldValue';_0x9d3571=_0x9d3571['previousSibling'];}return!0x1;}class Se extends _0x4d8634{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x5bd2cb=this['editor']['config']['get']('list.properties'),_0x474139=this['editor']['plugins']['get']('TrackChangesEditing');_0x5bd2cb['styles']&&(_0x474139['enableDefaultAttributesIntegration']('listStyle'),_0x474139['registerBlockAttribute']('listStyle')),_0x5bd2cb['reversed']&&(_0x474139['enableDefaultAttributesIntegration']('listReversed'),_0x474139['registerBlockAttribute']('listReversed')),_0x5bd2cb['startIndex']&&(_0x474139['enableDefaultAttributesIntegration']('listStart'),_0x474139['registerBlockAttribute']('listStart'));const _0x4a0309={'type':'format','content':''};_0x474139['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x2d2173=this['editor']['locale'];_0x474139['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x2d2173,'FORMAT_LIST_REVERSED')),_0x474139['descriptionFactory']['registerDescriptionCallback'](_0x10de61=>{const {data:_0x11cff8}=_0x10de61;if(_0x11cff8&&'listReversed'==_0x11cff8['key'])return null==_0x11cff8['newValue']||0x0==_0x11cff8['newValue']&&null==_0x11cff8['oldValue']?_0x4a0309:void 0x0;}),_0x474139['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x2d2173,'FORMAT_LIST_START')),_0x474139['descriptionFactory']['registerDescriptionCallback'](_0x2393d7=>{const {data:_0x334454}=_0x2393d7;if(_0x334454&&'listStart'==_0x334454['key'])return null==_0x334454['newValue']||0x1==_0x334454['newValue']&&null==_0x334454['oldValue']?_0x4a0309:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x3d099c=>{if(_0x3d099c['batch']['isUndo'])return!0x1;let _0x1b6e6a=!0x1;const _0x3f0cd3=_0x474139['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3b9c63=>{const _0x3ef7aa=_0x474139['_getAttributeKey'](_0x3b9c63);return'listStart'==_0x3ef7aa||'listReversed'==_0x3ef7aa;});for(const _0x2dcb15 of _0x3f0cd3){const _0x2830ca=_0x2dcb15['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x2830ca||'customNumbered'==_0x2830ca)continue;_0x474139['_findSuggestions'](_0x2dcb15['getFirstRange'](),'attribute')['find'](_0x85736f=>'listType'==_0x474139['_getAttributeKey'](_0x85736f['suggestion']))||(_0x3d099c['removeMarker'](_0x2dcb15['getFirstMarker']()),_0x1b6e6a=!0x0);}return _0x1b6e6a;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x22ba7d){const _0x1353bc=this['editor']['locale'],{data:_0x429d01}=_0x22ba7d,_0x25a236={'type':'format','content':''};if(!_0x429d01||'listStyle'!=_0x429d01['key'])return;if(!_0x429d01['oldValue'])return'default'==_0x429d01['newValue']?_0x25a236:{'type':'format','content':''+o(_0x1353bc,'*Set\x20format:*\x20%0',o(_0x1353bc,this['_getTranslationKeyForListStyle'](_0x429d01['newValue'])))};if(!_0x429d01['newValue']){if('default'==_0x429d01['oldValue'])return _0x25a236;let _0x322351=_0x22ba7d['head'];for(;_0x322351;){if(_0x322351['data']&&'listType'==_0x322351['data']['key']&&_0x322351['data']['newValue'])return _0x25a236;_0x322351=_0x322351['next'];}return{'type':'format','content':''+o(_0x1353bc,'*Remove\x20format:*\x20%0',o(_0x1353bc,this['_getTranslationKeyForListStyle'](_0x429d01['oldValue'])))};}if('default'!=_0x429d01['newValue'])return{'type':'format','content':''+o(_0x1353bc,'*Set\x20format:*\x20%0',o(_0x1353bc,this['_getTranslationKeyForListStyle'](_0x429d01['newValue'])))};let _0x3df946=_0x22ba7d['head'];for(;_0x3df946;){if(_0x3df946['data']&&'listType'==_0x3df946['data']['key']&&_0x3df946['data']['newValue']&&_0x3df946['data']['oldValue'])return _0x25a236;_0x3df946=_0x3df946['next'];}return{'type':'format','content':o(_0x1353bc,'*Set\x20format:*\x20%0',o(_0x1353bc,'ELEMENT_'+_0x22ba7d['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x378bb2=this['editor'],_0x19229a=_0x378bb2['locale'];_0x378bb2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x39b3f0=>{if('formatBlock'!=_0x39b3f0['type'])return;const {data:_0x2a3fb0}=_0x39b3f0;if(!_0x2a3fb0)return;let _0xaede33,_0x20e086;switch(_0x2a3fb0['commandName']){case'listStyle':_0xaede33='*Change\x20to:*\x20%0',_0x20e086={'type':'format','content':o(_0x19229a,_0xaede33,o(_0x19229a,this['_getTranslationKeyForListStyle'](_0x2a3fb0['commandParams'][0x0]['type'])))};break;case'listReversed':_0xaede33=_0x2a3fb0['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x20e086={'type':'format','content':o(_0x19229a,_0xaede33)};break;case'listStart':_0xaede33='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x20e086={'type':'format','content':o(_0x19229a,_0xaede33,_0x2a3fb0['commandParams'][0x0]['startIndex'])};}return _0x20e086;});}['_getTranslationKeyForListStyle'](_0x51a254){return'ELEMENT_'+function(_0x25a831){if(_e['includes'](_0x25a831))return'bulleted';if(Re['includes'](_0x25a831))return'numbered';return null;}(_0x51a254)['toUpperCase']()+'_LIST_'+_0x51a254['toUpperCase']()['replace'](/-/g,'_');}}const _e=['disc','circle','square'],Re=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0x4d8634{static get['requires'](){return[_0x5ecebc];}['init'](){const _0x5f4cd7=this['editor'],_0x57bc9c=_0x5f4cd7['plugins']['get']('TrackChangesEditing'),_0x2423bf=_0x5f4cd7['commands']['get']('enter');_0x57bc9c['enableCommand']('enter',()=>{_0x5f4cd7['model']['change'](_0x545882=>{const _0xceafb9=_0x5f4cd7['model']['document']['selection'],_0x221337=_0xceafb9['getFirstPosition'](),_0x52eb44=_0x1d302a['fromRange'](_0xceafb9['getFirstRange']());if(_0x2423bf['enterBlock'](_0x545882)){const _0x4353ce=_0x5f4cd7['model']['createPositionAt'](_0x221337['parent']['nextSibling'],0x0),_0x62e0ab=_0x545882['createRange'](_0x221337,_0x4353ce);_0x57bc9c['markInsertion'](_0x62e0ab);}else _0x545882['setSelection'](_0x545882['createRange'](_0x52eb44['end']));_0x52eb44['detach'](),_0x2423bf['fire']('afterExecute',{'writer':_0x545882});});}),_0x5f4cd7['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',De(_0x5f4cd7,'split'),{'priority':'high'}),_0x5f4cd7['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x3f07dc,_0xfbe43b,_0x398f2a)=>{const _0x5e73d4=_0x398f2a['mapper']['markerNameToElements'](_0xfbe43b['markerName']);if(_0x5e73d4){for(const _0x5370d5 of _0x5e73d4)_0x5370d5['hasClass']('ck-suggestion-marker-split')&&(_0x398f2a['mapper']['unbindElementFromMarkerName'](_0x5370d5,_0xfbe43b['markerName']),_0x398f2a['writer']['remove'](_0x5370d5));}},{'priority':'high'}),_0x5f4cd7['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x29f04c,_0x354350,_0xc1436d)=>{_0xc1436d['options']['showSuggestionHighlights']&&De(_0x5f4cd7,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x29f04c,_0x354350,_0xc1436d);},{'priority':'high'});}}class Y extends _0x4d8634{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x50ab71=this['editor']['plugins']['get']('TrackChangesEditing');_0x50ab71['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x50ab71['enableCommand']('findNext'),_0x50ab71['enableCommand']('findPrevious'),_0x50ab71['enableCommand']('replace'),_0x50ab71['enableCommand']('replaceAll');}['handleFindCommand'](_0x372215,_0x498165,_0x407c16={}){const _0x2652e4=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x372215(_0x3eedf0=>{let _0x332c50=('string'==typeof _0x498165?_0x2652e4['findByTextCallback'](_0x498165,_0x407c16):_0x498165)(_0x3eedf0);Array['isArray'](_0x332c50)&&(_0x332c50={'results':_0x332c50,'searchText':'string'==typeof _0x498165?_0x498165:''});const _0x42ea75=_0x332c50['results']['filter'](_0x164487=>!0x1===this['_isInDeletionRange'](_0x164487,_0x3eedf0['item']));return{..._0x332c50,'results':_0x42ea75};},_0x407c16);}['_isInDeletionRange'](_0x54faae,_0x15fda8){const _0x252a8d=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x15fda8,_0x54faae['start']),this['editor']['model']['createPositionAt'](_0x15fda8,_0x54faae['end']));for(const _0x2fdb92 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x252a8d['getIntersection'](_0x2fdb92['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Z extends _0x4d8634{['afterInit'](){const _0x5a0aac=this['editor']['locale'],_0x1c216e=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x1a4cc4,commandName:_0x2576f6}of ro)this['editor']['plugins']['has'](_0x1a4cc4)&&(_0x1c216e['enableDefaultAttributesIntegration'](_0x2576f6),_0x1c216e['registerInlineAttribute'](_0x2576f6));_0x1c216e['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x5a0aac,'FORMAT_FONT_SIZE')),_0x1c216e['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x5a0aac,'FORMAT_FONT_FAMILY')),_0x1c216e['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x5a0aac,'FORMAT_FONT_COLOR')),_0x1c216e['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x5a0aac,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x48792f=this['editor'],_0x4ebc7e=_0x48792f['locale'];_0x48792f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x729271=>{const _0x2cd34d=_0x4ebc7e['t'];if('formatInline'!=_0x729271['type'])return;const {data:_0x2ac86f}=_0x729271;if(null!=_0x2ac86f){if('fontSize'==_0x2ac86f['commandName']){const _0x5501e1=_0x2ac86f['commandParams'][0x0]['value'];if(_0x5501e1){const _0xc40d07=_0x2cd34d(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x4a14cc=>_0x4a14cc['model']==_0x5501e1)['title'])['toLowerCase']();return{'type':'format','content':o(_0x4ebc7e,'*Set\x20font\x20size:*\x20%0',_0xc40d07)};}return{'type':'format','content':o(_0x4ebc7e,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x2ac86f['commandName']){const _0x410e04=_0x2ac86f['commandParams'][0x0]['value'];return _0x410e04?{'type':'format','content':o(_0x4ebc7e,'*Set\x20font\x20family:*\x20%0',_0x410e04)}:{'type':'format','content':o(_0x4ebc7e,'*Reset\x20font\x20family*')};}if('fontColor'==_0x2ac86f['commandName']){const _0x18a3b5=_0x2ac86f['commandParams'][0x0]['value'];if(_0x18a3b5){const _0x5d743e=_0x4ff1b0(this['editor']['config']['get']('fontColor.colors'))['find'](_0xf8ff25=>_0xf8ff25['model']==_0x18a3b5);let _0x45fc16=_0x18a3b5,_0x5a3158='';return _0x5d743e&&(_0x45fc16=_0x5d743e['label'],_0x5a3158=_0x2cd34d(_0x45fc16)['toLowerCase']()),{'type':'format','content':o(_0x4ebc7e,'*Set\x20font\x20color:*\x20%0',_0x5a3158)['trim'](),'color':{'value':_0x18a3b5,'title':_0x5a3158||_0x45fc16}};}return{'type':'format','content':o(_0x4ebc7e,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x2ac86f['commandName']){const _0x99cfb1=_0x2ac86f['commandParams'][0x0]['value'];if(_0x99cfb1){const _0x582c06=_0x4ff1b0(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x49be5a=>_0x49be5a['model']==_0x99cfb1);let _0x540efa=_0x99cfb1,_0x5724be='';return _0x582c06&&(_0x540efa=_0x582c06['label'],_0x5724be=_0x2cd34d(_0x540efa)['toLowerCase']()),{'type':'format','content':o(_0x4ebc7e,'*Set\x20font\x20background\x20color:*\x20%0',_0x5724be)['trim'](),'color':{'value':_0x99cfb1,'title':_0x5724be||_0x540efa}};}return{'type':'format','content':o(_0x4ebc7e,'*Reset\x20font\x20background\x20color*')};}}});}}class tt extends _0x4d8634{['afterInit'](){const _0x55c6ba=this['editor'],_0x3bc9d7=_0x55c6ba['plugins']['get']('TrackChangesEditing'),_0x2e2c61=_0x55c6ba['commands']['get']('copyFormat'),_0x224ab2=_0x55c6ba['commands']['get']('pasteFormat');_0x2e2c61&&_0x224ab2&&(_0x3bc9d7['enableDefaultAttributesIntegration']('pasteFormat'),_0x3bc9d7['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x54277f=this['editor'],_0x2e4517=_0x54277f['locale'];_0x54277f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5decca=>{if('formatBlock'!=_0x5decca['type']&&'formatInline'!=_0x5decca['type'])return;const {data:_0x3e41fc}=_0x5decca;if(_0x3e41fc&&'pasteFormat'===_0x3e41fc['commandName']){const _0x2bfe62=[],_0x4a889a=_0x3e41fc['commandParams'][0x0];for(const [_0x9c1436,_0x1cacec]of Object['entries'](_0x4a889a))_0x2bfe62['push'](so(_0x54277f,_0x9c1436,_0x1cacec));return _0x2bfe62['length']?{'type':'format','content':o(_0x2e4517,'*Set\x20format\x20to:*\x20%0',_0x2bfe62['join'](',\x20'))}:{'type':'format','content':o(_0x2e4517,'*Remove\x20all\x20formatting*')};}});}}function so(_0x341cc4,_0x1f847f,_0x27014d){const _0x202595=_0x341cc4['locale']['t'],_0x453e54=_0x1f847f['split'](/(?=[A-Z])/)['join']('\x20'),_0x54ac71=_0x202595(_0x453e54['charAt'](0x0)['toUpperCase']()+_0x453e54['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x27014d)return _0x54ac71;if('fontColor'===_0x1f847f||'fontBackgroundColor'===_0x1f847f){const _0x52df7f=_0x4ff1b0(_0x341cc4['config']['get']('fontColor.colors'))['find'](_0x589164=>_0x589164['model']==_0x27014d);return _0x54ac71+'\x20('+(_0x52df7f?_0x202595(_0x52df7f['label'])['toLowerCase']():_0x27014d)+')';}if('fontSize'===_0x1f847f&&isNaN(parseFloat(_0x27014d))){const _0x17f55b=_0x341cc4['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x341cc4['config']['get']('fontSize.options'))['find'](_0x3bff45=>_0x3bff45['model']==_0x27014d);return _0x54ac71+'\x20('+(_0x17f55b?_0x202595(_0x17f55b['title'])['toLowerCase']():_0x27014d)+')';}return _0x54ac71+'\x20('+_0x27014d+')';}class nt extends _0x4d8634{['_headingOptions'];['afterInit'](){const _0x5dca9f=this['editor'];if(!_0x5dca9f['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x5dca9f['config']['get']('heading.options');const _0x5d65d3=_0x5dca9f['locale'],_0x54ef91=_0x5dca9f['plugins']['get']('TrackChangesEditing');_0x54ef91['enableDefaultAttributesIntegration']('heading');for(const _0x38208e of this['_headingOptions'])'paragraph'!=_0x38208e['model']&&_0x54ef91['descriptionFactory']['registerElementLabel'](_0x38208e['model'],_0x136fa6=>{const _0x1e63c0=this['_getHeadingLevel'](_0x38208e['model']);return null!==_0x1e63c0?_0x2c85dc(_0x136fa6,_0x1e63c0):_0x1b4741(_0x136fa6,_0x38208e['title']);});function _0x2c85dc(_0x43732d,_0x3bfde2){return o(_0x5d65d3,'ELEMENT_HEADING',[_0x43732d,_0x3bfde2]);}function _0x1b4741(_0x18e26b,_0x242a10){return o(_0x5d65d3,'ELEMENT_HEADING_CUSTOM',[_0x18e26b,_0x242a10]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xe2af97=this['editor'],_0x20c93b=_0xe2af97['locale'];function _0x4c2126(_0x753149,_0x291377){return o(_0x20c93b,'ELEMENT_HEADING_CUSTOM',[_0x753149,_0x291377]);}_0xe2af97['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x35b77b=>{if('formatBlock'!=_0x35b77b['type'])return;const {data:_0x153234}=_0x35b77b;if(_0x153234&&'heading'==_0x153234['commandName']){const _0x536e32=_0x153234['commandParams'][0x0]['value'],_0xe3b21d=this['_getHeadingLevel'](_0x536e32);if(null!==_0xe3b21d)return{'type':'format','content':o(_0x20c93b,'*Change\x20to:*\x20%0',(_0x3d23e1=0x1,_0x3389b2=_0xe3b21d,o(_0x20c93b,'ELEMENT_HEADING',[_0x3d23e1,_0x3389b2])))};const _0x26abe2=this['_headingOptions']['find'](_0x44b501=>_0x44b501['model']===_0x536e32)['title'];return{'type':'format','content':o(_0x20c93b,'*Change\x20to:*\x20%0',_0x4c2126(0x1,_0x26abe2))};}var _0x3d23e1,_0x3389b2;});}['_getHeadingLevel'](_0x279b00){const _0xe8a96b=_0x279b00['match'](/^heading(\d+)/);if(_0xe8a96b)return _0xe8a96b[0x1];const _0xf80fbf=this['_headingOptions']?.['find'](_0x4768cb=>_0x4768cb['model']==_0x279b00);if(_0xf80fbf&&_0xf80fbf['view']){const _0x9cf004=_0xf80fbf['view'],_0x43bd5f=(_0x9cf004['name']??_0x9cf004)['match'](/^h(\d+)/);if(_0x43bd5f)return _0x43bd5f[0x1];}return null;}}class it extends _0x4d8634{['afterInit'](){const _0x402993=this['editor'];if(!_0x402993['plugins']['has']('HighlightEditing'))return;const _0x33e472=_0x402993['plugins']['get']('TrackChangesEditing'),_0x47c073=_0x402993['locale'];_0x33e472['enableDefaultAttributesIntegration']('highlight'),_0x33e472['registerInlineAttribute']('highlight'),_0x33e472['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x47c073,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2e2700=this['editor'],_0x82bab3=_0x2e2700['locale'];_0x2e2700['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x381625=>{if('formatInline'!=_0x381625['type'])return;const {data:_0x444b1d}=_0x381625;if(_0x444b1d&&'highlight'==_0x444b1d['commandName']){const _0x26e5fd=_0x82bab3['t'],_0x58a92c=_0x444b1d['commandParams'][0x0]['value'];if(_0x58a92c){const _0x33dcf2=_0x2e2700['config']['get']('highlight.options')['find'](_0x57dde5=>_0x57dde5['model']==_0x58a92c),_0x20a8e3=_0x26e5fd(_0x33dcf2['title'])['toLowerCase']();return{'type':'format','content':o(_0x82bab3,'*Set\x20highlight:*\x20%0',_0x20a8e3),'color':{'value':_0x33dcf2['color'],'title':_0x33dcf2['title']}};}return{'type':'format','content':o(_0x82bab3,'*Remove\x20highlight*',o(_0x82bab3,'FORMAT_HIGHLIGHT'))};}});}}class et extends _0x4d8634{['afterInit'](){const _0x459d57=this['editor'];if(!_0x459d57['plugins']['has']('HorizontalLineEditing'))return;_0x459d57['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x4048c9=_0x459d57['plugins']['get']('TrackChangesEditing'),_0x121489=_0x459d57['locale'];_0x4048c9['descriptionFactory']['registerElementLabel']('horizontalLine',_0x389808=>o(_0x121489,'ELEMENT_HORIZONTAL_LINE',_0x389808)),_0x459d57['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x4cd93b,{writer:_0x23a83a,options:_0x4de123})=>{if(!_0x4de123['showSuggestionHighlights'])return null;const _0x19649a=_0x23a83a['createContainerElement']('div'),_0x4295a0=_0x23a83a['createEmptyElement']('hr');return _0x23a83a['addClass']('ck-horizontal-line',_0x19649a),_0x23a83a['insert'](_0x23a83a['createPositionAt'](_0x19649a,0x0),_0x4295a0),_0x19649a;},'converterPriority':'high'});}}class st extends _0x4d8634{['afterInit'](){const _0x35fb92=this['editor'];if(!_0x35fb92['plugins']['has']('HtmlEmbed'))return;const _0x21abcf=_0x35fb92['plugins']['get']('TrackChangesEditing'),_0x389fb6=_0x35fb92['locale'];_0x21abcf['descriptionFactory']['registerElementLabel']('rawHtml',_0x244aca=>o(_0x389fb6,'ELEMENT_HTML_EMBED',_0x244aca)),_0x21abcf['enableDefaultAttributesIntegration']('htmlEmbed'),_0x21abcf['registerBlockAttribute']('value'),_0x21abcf['descriptionFactory']['registerDescriptionCallback'](_0x13d238=>{if('attribute'!=_0x13d238['type'])return;const {data:_0x570bb1}=_0x13d238;if(_0x570bb1&&'value'==_0x570bb1['key']&&_0x13d238['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x1bbbfc=o(_0x389fb6,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x389fb6,'*Change\x20%0\x20content*',_0x1bbbfc)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5fd796=this['editor'],_0x3305d2=_0x5fd796['locale'];_0x5fd796['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5116aa=>{if('formatBlock'!=_0x5116aa['type'])return;const {data:_0x23a76f}=_0x5116aa;if(_0x23a76f&&'htmlEmbed'==_0x23a76f['commandName']){const _0xacc5fd=o(_0x3305d2,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x3305d2,'*Change\x20%0\x20content*',_0xacc5fd)};}});}}class ot extends _0x4d8634{['afterInit'](){const _0x5e0b7b=this['editor'];if(!_0x5e0b7b['plugins']['has']('ImageEditing'))return;const _0x13bad2=_0x5e0b7b['plugins']['get']('TrackChangesEditing'),_0x5a9804=_0x5e0b7b['plugins']['get']('ImageUtils'),_0x14a91e=_0x5e0b7b['locale'];_0x13bad2['enableCommand']('insertImage'),_0x13bad2['descriptionFactory']['registerElementLabel']('imageBlock',_0x30733a=>o(_0x14a91e,'ELEMENT_IMAGE',_0x30733a)),_0x13bad2['descriptionFactory']['registerElementLabel']('imageInline',_0x255fe4=>o(_0x14a91e,'ELEMENT_INLINE_IMAGE',_0x255fe4)),_0x13bad2['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x14a91e,'ELEMENT_CAPTION')),_0x5e0b7b['plugins']['has']('ImageUploadEditing')&&_0x13bad2['enableCommand']('uploadImage'),_0x5e0b7b['plugins']['has']('ImageBlockEditing')&&_0x5e0b7b['plugins']['has']('ImageInlineEditing')&&(_0x13bad2['enableCommand']('imageTypeInline',(_0x59ebe0,_0xd9b058)=>{const _0x1a8e98=_0x5a9804['getClosestSelectedImageElement'](_0x5e0b7b['model']['document']['selection']);_0x5e0b7b['model']['change'](()=>{_0x13bad2['markBlockFormat'](_0x1a8e98,{'commandName':'imageTypeInline','commandParams':[_0xd9b058]},[],'convertBlockImageToInline');});}),_0x13bad2['enableCommand']('imageTypeBlock',(_0x5217e3,_0x594161)=>{_0x5e0b7b['model']['change'](_0x31de90=>{let _0x393993=_0x5a9804['getClosestSelectedImageElement'](_0x5e0b7b['model']['document']['selection']),_0x358bc2=_0x31de90['createRangeOn'](_0x393993);const _0xafe678=_0x4e9b49['fromPosition'](_0x358bc2['start'],'toPrevious'),_0x566729=_0x4e9b49['fromPosition'](_0x358bc2['end'],'toNext');_0x13bad2['forceDefaultExecution'](()=>_0x5217e3(_0x594161)),_0x393993=_0x5a9804['getClosestSelectedImageElement'](_0x5e0b7b['model']['document']['selection']),_0x358bc2=_0x31de90['createRangeOn'](_0x393993);const _0x38d8d6=_0x31de90['createRange'](_0xafe678,_0x566729);_0xafe678['detach'](),_0x566729['detach'](),_0x13bad2['markBlockFormat'](_0x393993,{'commandName':'imageTypeInline','commandParams':[_0x594161]},[],'convertInlineImageToBlock'),_0x38d8d6['start']['isBefore'](_0x358bc2['start'])&&_0x13bad2['markInsertion'](_0x31de90['createRange'](_0x38d8d6['start'],_0x358bc2['start']),'convertInlineImageToBlock'),_0x358bc2['end']['isBefore'](_0x38d8d6['end'])&&_0x13bad2['markInsertion'](_0x31de90['createRange'](_0x358bc2['end'],_0x38d8d6['end']),'convertInlineImageToBlock');});}),_0x13bad2['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x13bad2['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x13bad2['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x13bad2['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x13bad2['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x13bad2['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x66b34])=>{const _0x2b6568=_0x13bad2['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x7c5480=_0x66b34['start'],_0x5f2ab0=_0x66b34['end'];const _0x8ba183=_0x5e0b7b['model']['schema']['getNearestSelectionRange'](_0x7c5480,'backward'),_0x4c9006=_0x5e0b7b['model']['schema']['getNearestSelectionRange'](_0x5f2ab0,'forward');_0x8ba183['isCollapsed']&&(_0x7c5480=_0x8ba183['start']),_0x4c9006['isCollapsed']&&(_0x5f2ab0=_0x4c9006['end']),_0x2b6568([_0x5e0b7b['model']['createRange'](_0x7c5480,_0x5f2ab0)]);}),_0x13bad2['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x5a9589),_0x13bad2['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x5a9589)),_0x5e0b7b['plugins']['has']('ImageCaptionEditing')&&(_0x13bad2['enableCommand']('toggleImageCaption',(_0xab4ae7,_0xd66819)=>{const _0x2fcb67=_0x5e0b7b['plugins']['get']('ImageCaptionUtils');let _0x498c42=_0x5a9804['getClosestSelectedImageElement'](_0x5e0b7b['model']['document']['selection']),_0x2f145d=_0x2fcb67['getCaptionFromImageModelElement'](_0x498c42);_0x5e0b7b['model']['change'](()=>{if(_0x2f145d)return void _0x13bad2['markDeletion'](_0x5e0b7b['model']['createRangeOn'](_0x2f145d));const _0x2f3db1=_0x5a9804['isBlockImage'](_0x498c42);_0xab4ae7(_0xd66819),_0x498c42=_0x5a9804['getClosestSelectedImageElement'](_0x5e0b7b['model']['document']['selection']),_0x2f145d=_0x2fcb67['getCaptionFromImageModelElement'](_0x498c42),_0x13bad2['markInsertion'](_0x5e0b7b['model']['createRangeOn'](_0x2f145d),_0x2f3db1?null:'imageCaption');});}),_0x13bad2['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x5a9589));const _0x4aec8b=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x4c0bb5(_0x16ca63,_0x5b0b08){const _0x2dfbc4=_0x4aec8b['findIndex'](({type:_0x3089d0,subType:_0x192b5c})=>_0x16ca63['type']==_0x3089d0&&_0x16ca63['subType']==_0x192b5c),_0x29af8d=_0x4aec8b['findIndex'](({type:_0x1e49fc,subType:_0x4b2898})=>_0x5b0b08['type']==_0x1e49fc&&_0x5b0b08['subType']==_0x4b2898);if(_0x2dfbc4<0x0||_0x29af8d<0x0)return!0x1;const _0x39cd40=_0x16ca63['getFirstRange'](),_0x537bc0=_0x5b0b08['getFirstRange']();if((0x0==_0x2dfbc4||0x1==_0x2dfbc4)&&0x2==_0x29af8d&&_0x39cd40['isIntersecting'](_0x537bc0))return!0x0;if(0x2==_0x2dfbc4&&0x3==_0x29af8d){const _0x43c00a=_0x13bad2['_findSuggestions'](_0x39cd40,'insertion')['filter'](({suggestion:_0x8d9121,meta:_0x362589})=>_0x362589['isOwn']&&'convertInlineImageToBlock'==_0x8d9121['subType']);if(_0x43c00a['length']>0x1&&_0x537bc0['end']['isEqual'](_0x39cd40['start']))return!0x0;if(0x1==_0x43c00a['length']&&(_0x39cd40['start']['isEqual'](_0x537bc0['end'])||_0x39cd40['end']['isEqual'](_0x537bc0['start'])))return!0x0;}if(0x3==_0x2dfbc4&&0x3==_0x29af8d&&_0x39cd40['start']['isBefore'](_0x537bc0['start'])){const _0x40b8ee=_0x39cd40['end']['nodeAfter'],_0x298e38=_0x537bc0['start']['nodeBefore'];return _0x5a9804['isBlockImage'](_0x40b8ee)&&_0x40b8ee===_0x298e38;}return!0x1;}function _0x5a9589(_0x622f4e,_0x28f8b9){return _0x4c0bb5(_0x622f4e,_0x28f8b9)?[_0x622f4e,_0x28f8b9]:_0x4c0bb5(_0x28f8b9,_0x622f4e)?[_0x28f8b9,_0x622f4e]:null;}_0x5e0b7b['plugins']['has']('ImageResize')&&(_0x13bad2['enableDefaultAttributesIntegration']('resizeImage'),_0x13bad2['registerBlockAttribute']('resizedWidth'),_0x13bad2['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x14a91e,'FORMAT_IMAGE_SIZE'))),_0x5e0b7b['plugins']['has']('ImageTextAlternativeEditing')&&(_0x13bad2['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x13bad2['registerBlockAttribute']('alt')),_0x5e0b7b['plugins']['has']('PictureEditing')&&(_0x13bad2['registerBlockAttribute']('sources'),_0x13bad2['descriptionFactory']['registerDescriptionCallback'](_0x237570=>{if('attribute'!=_0x237570['type'])return;const {data:_0x4d62fe}=_0x237570;return _0x4d62fe&&'sources'==_0x4d62fe['key']?{'type':'format','content':''}:void 0x0;})),_0x5e0b7b['plugins']['has']('ImageSizeAttributes')&&(_0x13bad2['registerBlockAttribute']('width'),_0x13bad2['registerBlockAttribute']('height'),_0x13bad2['descriptionFactory']['registerDescriptionCallback'](_0x4dad3d=>{if('attribute'!=_0x4dad3d['type'])return;const {data:_0x29e57f}=_0x4dad3d;return!_0x29e57f||'width'!=_0x29e57f['key']&&'height'!=_0x29e57f['key']?void 0x0:{'type':'format','content':''};})),_0x13bad2['descriptionFactory']['registerDescriptionCallback'](_0x3e6dbf=>{if(!!_0x4aec8b['find'](({type:_0x3445e3,subType:_0x55298e})=>_0x3e6dbf['type']==_0x3445e3&&_0x3e6dbf['subType']==_0x55298e))return _0x3e6dbf['previous']?{}:void 0x0;}),_0x13bad2['descriptionFactory']['registerDescriptionCallback'](_0x30e9b8=>{if('insertion'==_0x30e9b8['type']||'deletion'==_0x30e9b8['type']){const _0x15806d=_0x30e9b8['getContainedElement']();if(_0x15806d&&_0x15806d['is']('element','caption'))return{'type':'insertion'==_0x30e9b8['type']?'addObject':'removeObject','element':_0x15806d,'quantity':0x1};}}),_0x13bad2['descriptionFactory']['registerDescriptionCallback'](_0x1f852f=>'formatBlock'==_0x1f852f['type']&&'convertInlineImageToBlock'==_0x1f852f['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x1f852f['type']&&'convertBlockImageToInline'==_0x1f852f['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x13bad2['descriptionFactory']['registerDescriptionCallback'](_0x10fff7=>{if('attribute'!=_0x10fff7['type'])return;const {data:_0x4b67f9}=_0x10fff7;if(!_0x4b67f9||'alt'!=_0x4b67f9['key'])return;const _0xa08061=_0x4b67f9['newValue'];return _0xa08061?{'type':'format','content':o(_0x14a91e,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0xa08061+'\x22')}:{'type':'format','content':o(_0x14a91e,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1fcac3=this['editor'],_0x5c5b6f=_0x1fcac3['locale'];_0x1fcac3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x18db60=>{if('formatBlock'!=_0x18db60['type']&&'formatInline'!=_0x18db60['type'])return;const {data:_0x3b42ec}=_0x18db60;if(_0x3b42ec){if('imageTextAlternative'==_0x3b42ec['commandName']){const _0x20988f=_0x3b42ec['commandParams'][0x0]['newValue'];return _0x20988f?{'type':'format','content':o(_0x5c5b6f,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x20988f+'\x22')}:{'type':'format','content':o(_0x5c5b6f,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x3b42ec['commandName']){const _0x51d469=_0x3b42ec['commandParams'][0x0]['width'];return _0x51d469?{'type':'format','content':o(_0x5c5b6f,'*Set\x20image\x20width:*\x20%0',_0x51d469)}:{'type':'format','content':o(_0x5c5b6f,'*Reset\x20image\x20width*')};}}});}}class rt extends _0x4d8634{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x564e45=this['editor']['locale'],_0x519eb5=this['editor']['plugins']['get']('TrackChangesEditing');_0x519eb5['enableDefaultAttributesIntegration']('replaceImageSource'),_0x519eb5['registerBlockAttribute']('src'),_0x519eb5['descriptionFactory']['registerDescriptionCallback'](_0x5c0365=>{if('attribute'!=_0x5c0365['type'])return;const {data:_0xa7f4f3}=_0x5c0365;return _0xa7f4f3&&'src'==_0xa7f4f3['key']?_0xa7f4f3['newValue']&&_0xa7f4f3['oldValue']?{'type':'format','content':o(_0x564e45,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x9f79cf=this['editor']['plugins']['get']('TrackChangesEditing');_0x9f79cf['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x9f79cf['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x9f79cf['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x9f79cf['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xa0d81f=this['editor'],_0x1fedbf=_0xa0d81f['locale'];_0xa0d81f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3ccde7=>{if('formatBlock'!=_0x3ccde7['type']&&'formatInline'!=_0x3ccde7['type'])return;const {data:_0x58949e}=_0x3ccde7;if(!_0x58949e||'replaceImageSource'!=_0x58949e['commandName'])return;return{'type':'format','content':o(_0x1fedbf,'*Format:*\x20replace\x20image\x20URL')};});}}class at extends _0x4d8634{['afterInit'](){const _0x72d94c=this['editor'];if(!_0x72d94c['plugins']['has']('ImageStyleEditing'))return;const _0xa38f62=_0x72d94c['plugins']['get']('TrackChangesEditing'),_0x18bcda=_0x72d94c['plugins']['get']('ImageUtils'),_0x5a6b7e={};_0xa38f62['enableCommand']('imageStyle',(_0x292221,_0xf272d0)=>{const _0x334faa=_0x72d94c['plugins']['get']('Users')['me'],_0x5ccb13=_0x72d94c['commands']['get']('imageStyle');let _0x193e8e=_0x18bcda['getClosestSelectedImageElement'](_0x72d94c['model']['document']['selection']),_0x383cd4=_0x72d94c['model']['createRangeOn'](_0x193e8e),_0x3b4b33=_0x5ccb13['value'];if(_0x3b4b33==_0xf272d0['value'])return;const _0x5b42fc={'commandName':'imageStyle','commandParams':[_0xf272d0],'formatGroupId':_0x19a734()};_0x72d94c['model']['change'](()=>{if(_0xa38f62['getSuggestions']()['filter'](_0x12322c=>_0x12322c['isInContent']&&_0x334faa==_0x12322c['author']&&('formatBlock'==_0x12322c['type']||'formatInline'==_0x12322c['type'])&&('imageStylePreApply'==_0x12322c['subType']||'imageStylePostApply'==_0x12322c['subType'])&&_0x12322c['getFirstRange']()['isEqual'](_0x383cd4))['forEach'](_0x6f9779=>_0xa38f62['discardSuggestion'](_0x6f9779['head'])),_0x193e8e=_0x18bcda['getClosestSelectedImageElement'](_0x72d94c['model']['document']['selection']),_0x383cd4=_0x72d94c['model']['createRangeOn'](_0x193e8e),_0x5ccb13['refresh'](),_0x72d94c['commands']['get']('imageTypeInline')['refresh'](),_0x72d94c['commands']['get']('imageTypeBlock')['refresh'](),_0x3b4b33=_0x5ccb13['value'],_0x3b4b33!=_0xf272d0['value'])return _0x18bcda['isInlineImage'](_0x193e8e)&&_0x5ccb13['shouldConvertImageType'](_0xf272d0['value'],_0x193e8e)?(_0x292221({..._0xf272d0,'setImageSizes':!0x1}),_0x193e8e=_0x18bcda['getClosestSelectedImageElement'](_0x72d94c['model']['document']['selection']),void _0xa38f62['markBlockFormat'](_0x193e8e,{..._0x5b42fc,'commandReversedParams':[{'value':_0x3b4b33||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x18bcda['isBlockImage'](_0x193e8e)?_0xa38f62['markBlockFormat'](_0x193e8e,_0x5b42fc,[],'imageStylePostApply'):_0xa38f62['markInlineFormat'](_0x383cd4,_0x5b42fc,'imageStylePostApply'));});});for(const _0xa30598 of _0x72d94c['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x5a6b7e[_0xa30598['name']]=_0xa30598['title']['toLowerCase']();_0xa38f62['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0xa38f62['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0xa38f62['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0xa38f62['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x32b780])=>{_0x18bcda['setImageNaturalSizeAttributes'](_0x32b780['getContainedElement']());}),_0xa38f62['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x2b8800,_0x4b2d21)=>{_0xa38f62['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x2b8800,{'commandName':_0x4b2d21['commandName'],'commandParams':_0x4b2d21['commandReversedParams']});}),_0xa38f62['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x210ee3,_0x51aafc){if(_0x4b2d86(_0x210ee3,_0x51aafc))return[_0x210ee3,_0x51aafc];if(_0x4b2d86(_0x51aafc,_0x210ee3))return[_0x51aafc,_0x210ee3];return null;});const _0x4d108d=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x4b2d86(_0x1dafda,_0x55c871){const _0x3983fd=_0x4d108d['findIndex'](({type:_0x57de67,subType:_0x4c067a})=>_0x1dafda['type']==_0x57de67&&_0x1dafda['subType']==_0x4c067a),_0x21dc40=_0x4d108d['findIndex'](({type:_0x31352f,subType:_0x1f67cf})=>_0x55c871['type']==_0x31352f&&_0x55c871['subType']==_0x1f67cf);if(_0x3983fd<0x0||_0x21dc40<0x0)return!0x1;const _0x177771=_0x1dafda['getFirstRange'](),_0xb1cf61=_0x55c871['getFirstRange']();if((0x0==_0x3983fd||0x1==_0x3983fd)&&0x2==_0x21dc40&&_0x177771['isIntersecting'](_0xb1cf61))return!0x0;if(0x2==_0x3983fd&&0x3==_0x21dc40){const _0x35029d=_0xa38f62['_findSuggestions'](_0x177771,'insertion')['filter'](({suggestion:_0x53ff76,meta:_0xb6e3a})=>_0xb6e3a['isOwn']&&'convertInlineImageToBlock'==_0x53ff76['subType']);if(_0x35029d['length']>0x1&&_0xb1cf61['end']['isEqual'](_0x177771['start']))return!0x0;if(0x1==_0x35029d['length']&&(_0x177771['start']['isEqual'](_0xb1cf61['end'])||_0x177771['end']['isEqual'](_0xb1cf61['start'])))return!0x0;}if(0x3==_0x3983fd&&0x3==_0x21dc40&&_0x177771['start']['isBefore'](_0xb1cf61['start'])){const _0x59302d=_0x177771['end']['nodeAfter'],_0xb03171=_0xb1cf61['start']['nodeBefore'];return _0x18bcda['isBlockImage'](_0x59302d)&&_0x59302d===_0xb03171;}return!0x1;}_0x72d94c['model']['document']['registerPostFixer'](()=>{let _0x46ab4d=!0x1;const _0x281048=Array['from'](_0x72d94c['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x590711,data:_0x2706d9}of _0x281048){const {group:_0x4103eb,type:_0x333d66,subType:_0x4ad141,id:_0x29a5c8}=_0xa38f62['_splitMarkerName'](_0x590711);if('suggestion'==_0x4103eb&&_0xa38f62['hasSuggestion'](_0x29a5c8)){if('formatBlock'==_0x333d66&&('imageStylePreApply'==_0x4ad141||'imageStylePostApply'==_0x4ad141)){const _0x32586e=_0xa38f62['getSuggestion'](_0x29a5c8);if(_0x2706d9['newRange']){const _0x3da638=_0x32586e['getFirstRange']()['getContainedElement']();if(_0x18bcda['isBlockImage'](_0x3da638))continue;_0xa38f62['discardSuggestion'](_0x32586e),_0x46ab4d=!0x0;}}if('insertion'==_0x333d66&&'imageCaption'==_0x4ad141&&!_0x2706d9['newRange']){const _0x32f154=_0xa38f62['getSuggestion'](_0x29a5c8);_0x32f154['next']&&_0x32f154['next']['isInContent']&&(_0xa38f62['discardSuggestion'](_0x32f154['next']),_0x46ab4d=!0x0);}}}return _0x46ab4d;}),this['_registerLegacyDescription'](_0x5a6b7e);}['_registerLegacyDescription'](_0x1eba3a){const _0x48883a=this['editor'],_0x3589a6=_0x48883a['locale'];_0x48883a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x34f0fc=>{if('formatBlock'!=_0x34f0fc['type']&&'formatInline'!=_0x34f0fc['type'])return;const {data:_0x44de38}=_0x34f0fc;if(!_0x44de38||'imageStyle'!=_0x44de38['commandName'])return;const _0x32d3da=_0x44de38['commandParams'][0x0]['value'];return _0x4c3075('side'===_0x32d3da?o(_0x3589a6,'FORMAT_SIDE_IMAGE'):_0x1eba3a[_0x32d3da]||_0x32d3da);function _0x4c3075(_0x1a38d1){return{'type':'format','content':o(_0x3589a6,'*Format:*\x20%0',_0x1a38d1)};}});}}class ct extends _0x4d8634{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x5aefd1){super(_0x5aefd1),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x4f1758=this['editor'],_0x4ec67d=_0x4f1758['commands']['get']('importWord'),_0x4c4177=_0x4f1758['commands']['get']('trackChanges');_0x4ec67d&&(_0x4ec67d['on']('execute',(_0x257b72,[,_0x54b888])=>{this['_trackChangesValueDuringImport']=_0x4c4177['value'],_0x54b888['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x4ec67d,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x4ec67d,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x4c4177['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x4f1758['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x1f4d76,_0x5f1908){const {suggestions:_0x2c55e4}=_0x5f1908,_0x22bc7a=this['editor']['commands']['get']('trackChanges'),_0x19b9c7=_0x22bc7a['value'];this['_trackChangesValueDuringImport']!==_0x19b9c7&&(_0x22bc7a['execute'](),this['_trackChangesExecuted']=!0x0),_0x2c55e4&&_0x2c55e4['forEach'](({id:_0x13284a,type:_0x2feb19,author:_0x7b97ca,created_at:_0x47ee2c})=>{const _0x15a1ad={'id':_0x13284a,'type':_0x2feb19,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x7b97ca,'createdAt':_0x47ee2c?new Date(_0x47ee2c):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x15a1ad);});}}class ut extends _0x4d8634{['afterInit'](){const _0xf1d3b1=this['editor'],_0x3b1265=_0xf1d3b1['plugins']['get']('TrackChangesEditing');if(_0xf1d3b1['plugins']['has']('IndentEditing')&&(_0x3b1265['enableCommand']('indent'),_0x3b1265['enableCommand']('outdent')),_0xf1d3b1['plugins']['has']('IndentBlock')){for(const _0x37651f of['indentBlock','outdentBlock'])_0x3b1265['enableDefaultAttributesIntegration'](_0x37651f);}const _0x3caf08=_0xf1d3b1['locale'];_0x3b1265['registerBlockAttribute']('blockIndent'),_0x3b1265['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x3caf08,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4d16e4=this['editor'],_0x46cd13=_0x4d16e4['locale'],_0x1475a4=_0x4d16e4['plugins']['get']('TrackChangesEditing');_0x1475a4['descriptionFactory']['registerDescriptionCallback'](_0x3c21e3=>{if('formatBlock'!=_0x3c21e3['type'])return;const {data:_0xd53c17}=_0x3c21e3;if(!_0xd53c17)return;if('indentBlock'!=_0xd53c17['commandName']&&'outdentBlock'!=_0xd53c17['commandName'])return;const _0x5754c7=_0x3c21e3['getItems']()[0x0],_0x3e0fd1=_0x1475a4['descriptionFactory']['getItemLabel'](_0x5754c7);return'indentBlock'==_0xd53c17['commandName']?{'type':'format','content':o(_0x46cd13,'*Indent:*\x20%0',_0x3e0fd1)}:'outdentBlock'==_0xd53c17['commandName']?{'type':'format','content':o(_0x46cd13,'*Outdent:*\x20%0',_0x3e0fd1)}:void 0x0;});}}class ft extends _0x4d8634{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x4d8634{['afterInit'](){const _0x2fe6a7=this['editor'];if(!_0x2fe6a7['plugins']['has']('LinkEditing'))return;const _0x2a2cd2=_0x2fe6a7['plugins']['get']('TrackChangesEditing'),_0x2acdfc=_0x2fe6a7['commands']['get']('link');_0x2a2cd2['enableDefaultAttributesIntegration']('link'),_0x2a2cd2['enableDefaultAttributesIntegration']('unlink'),_0x2a2cd2['registerInlineAttribute']('linkHref');for(const _0xdad56f of _0x2acdfc['manualDecorators'])_0x2a2cd2['registerInlineAttribute'](_0xdad56f['id']),_0x2a2cd2['descriptionFactory']['registerAttributeLabel'](_0xdad56f['id'],'link\x20('+_0xdad56f['label']['toLowerCase']()+')');_0x2a2cd2['descriptionFactory']['registerDescriptionCallback'](_0x1fddd6=>{if('attribute'!=_0x1fddd6['type'])return;const {data:_0x1a86ae}=_0x1fddd6;if(!_0x1a86ae||'linkHref'!=_0x1a86ae['key'])return;const _0x32984d=_0x1a86ae['newValue'],_0x47ff38=_0x2fe6a7['locale'];return{'type':'format','content':null==_0x32984d?o(_0x47ff38,'*Remove\x20link*'):o(_0x47ff38,'*Set\x20link:*\x20%0','\x22'+_0x32984d+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x33e939=this['editor'],_0x41e5ee=_0x33e939['locale'];_0x33e939['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xc834d7=>{if('formatInline'!=_0xc834d7['type'])return;const {data:_0x1c638c}=_0xc834d7;if(_0x1c638c){if('link'==_0x1c638c['commandName']){const _0x4838eb=_0x1c638c['commandParams'][0x0];return{'type':'format','content':o(_0x41e5ee,'*Set\x20link:*\x20%0','\x22'+_0x4838eb+'\x22')};}return'unlink'==_0x1c638c['commandName']?{'type':'format','content':o(_0x41e5ee,'*Remove\x20link*')}:void 0x0;}});}}class lt extends _0x4d8634{['afterInit'](){const _0x9416b1=this['editor'],_0x270d33=_0x9416b1['locale'];if(!_0x9416b1['plugins']['has']('LegacyListEditing'))return;const _0x3aed01=_0x9416b1['plugins']['get']('TrackChangesEditing'),_0x1daa57=_0x9416b1['plugins']['has']('LegacyTodoListEditing');function _0x1b63ed(_0x4daf7b){return()=>{const _0x1bea49=_0x9416b1['model']['document']['selection'],_0x1fe2e3=_0x9416b1['commands']['get'](_0x4daf7b);if(_0x1fe2e3['value'])return void _0x9416b1['execute']('paragraph',{});const _0x5cae29=_0x4daf7b['slice'](0x0,-0x4),_0x25ba0a=function(_0x244ba4,_0x4fef0c,_0x1cc3da){let _0x1f29b5=Array['from'](_0x244ba4)['filter'](_0x36282c=>function(_0x3564d8,_0x50cb40){return _0x50cb40['checkChild'](_0x3564d8['parent'],'listItem')&&!_0x50cb40['isObject'](_0x3564d8);}(_0x36282c,_0x1cc3da));_0x1f29b5=_0x1f29b5['filter'](_0x32bbcb=>!_0x32bbcb['is']('element','listItem')||_0x32bbcb['getAttribute']('listType')!=_0x4fef0c);const _0x5958ba=new Set();for(const _0x1f2f86 of _0x1f29b5)_0x1f2f86['is']('element','listItem')?_0x5958ba['add'](Le(_0x1f2f86)):_0x5958ba['add'](_0x1f2f86);return Array['from'](_0x5958ba);}(_0x1bea49['getSelectedBlocks'](),_0x5cae29,_0x9416b1['model']['schema']);_0x9416b1['model']['change'](()=>{for(const _0x8dd2c3 of _0x25ba0a)_0x3aed01['markBlockFormat'](_0x8dd2c3,{'commandName':_0x4daf7b,'commandParams':[{'forceValue':!_0x1fe2e3['value']}],'formatGroupId':'blockName'},Ee(_0x8dd2c3));});};}function _0x1955bc(_0x51faca){return()=>{const _0x4f60c9=function(_0x3a9691){let _0x13e5a1=Array['from'](_0x3a9691);const _0x1622b3=_0x13e5a1['findIndex'](_0x10796c=>'listItem'!=_0x10796c['name']);return _0x1622b3>-0x1&&(_0x13e5a1=_0x13e5a1['slice'](0x0,_0x1622b3)),_0x13e5a1;}(_0x9416b1['model']['document']['selection']['getSelectedBlocks']()),_0x415310=_0x9416b1['model']['createRange'](_0x9416b1['model']['createPositionAt'](_0x4f60c9[0x0],'before'),_0x9416b1['model']['createPositionAt'](_0x4f60c9[_0x4f60c9['length']-0x1],'end'));_0x9416b1['model']['change'](()=>{_0x3aed01['markBlockFormat'](_0x415310,{'commandName':_0x51faca,'commandParams':[],'formatGroupId':'listIndent'},function(_0x5a8c94){const _0x56facd=new Set();for(const _0x4a011a of _0x5a8c94){let _0x4da3ea=_0x4a011a['nextSibling'];for(;_0x4da3ea&&_0x4da3ea['getAttribute']('listIndent')>_0x4a011a['getAttribute']('listIndent');)_0x56facd['add'](_0x4da3ea),_0x4da3ea=_0x4da3ea['nextSibling'];}return Array['from'](_0x56facd);}(_0x4f60c9));});};}_0x3aed01['enableCommand']('numberedList',_0x1b63ed('numberedList')),_0x3aed01['enableCommand']('bulletedList',_0x1b63ed('bulletedList')),_0x1daa57&&_0x3aed01['enableCommand']('todoList',_0x1b63ed('todoList')),_0x3aed01['enableCommand']('indentList',_0x1955bc('indentList')),_0x3aed01['enableCommand']('outdentList',_0x1955bc('outdentList')),_0x1daa57&&_0x3aed01['enableCommand']('checkTodoList',()=>{const _0x3dd0ac=_0x9416b1['commands']['get']('checkTodoList'),_0xafe8b4=Array['from'](_0x3dd0ac['_selectedElements']);_0xafe8b4['filter'](_0x4c11a8=>_0x4c11a8['getAttribute']('todoListChecked')!=_0x3dd0ac['value']),_0x9416b1['model']['change'](()=>{for(const _0x48dd87 of _0xafe8b4)_0x3aed01['markBlockFormat'](_0x48dd87,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x3dd0ac['value']}]});});}),_0x3aed01['descriptionFactory']['registerElementLabel']('listItem',_0x206e14=>o(_0x270d33,'ELEMENT_LIST_ITEM',_0x206e14)),_0x3aed01['descriptionFactory']['registerDescriptionCallback'](_0x354648=>{if('formatBlock'!=_0x354648['type']&&'formatInline'!=_0x354648['type'])return;const {data:_0x5a15f8}=_0x354648;if(_0x5a15f8){if('numberedList'==_0x5a15f8['commandName']||'bulletedList'==_0x5a15f8['commandName']||'todoList'==_0x5a15f8['commandName'])switch(_0x5a15f8['commandName']['replace']('List','')){case'bulleted':return _0x11846a(o(_0x270d33,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x11846a(o(_0x270d33,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x11846a(o(_0x270d33,'ELEMENT_TODO_LIST'));}if('indentList'==_0x5a15f8['commandName'])return{'type':'format','content':o(_0x270d33,'*Indent:*\x20%0',o(_0x270d33,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x5a15f8['commandName'])return{'type':'format','content':o(_0x270d33,'*Outdent:*\x20%0',o(_0x270d33,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x5a15f8['commandName'])return _0x5a15f8['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x270d33,'*Check\x20item*')}:{'type':'format','content':o(_0x270d33,'*Uncheck\x20item*')};}function _0x11846a(_0x404823){return{'type':'format','content':o(_0x270d33,'*Change\x20to:*\x20%0',_0x404823)};}});}}function Le(_0x12b609){const _0x4cfdc7=_0x12b609['getAttribute']('listIndent');if(0x0==_0x4cfdc7)return _0x12b609;let _0x329644=_0x12b609;for(;_0x12b609['previousSibling']&&_0x12b609['previousSibling']['is']('element','listItem');){const _0x523cb0=_0x12b609['previousSibling']['getAttribute']('listIndent');if(_0x523cb0==_0x4cfdc7)_0x329644=_0x12b609['previousSibling'];else{if(_0x523cb0<_0x4cfdc7)break;}_0x12b609=_0x12b609['previousSibling'];}return _0x329644;}function Ee(_0x27811b){const _0x5df519=[];if(_0x27811b['is']('element','listItem')&&_0x27811b['getAttribute']('listIndent')>0x0){let _0x2e8ab3=_0x27811b['nextSibling'];for(;_0x2e8ab3&&'listItem'==_0x2e8ab3['name']&&_0x2e8ab3['getAttribute']('listIndent')==_0x27811b['getAttribute']('listIndent');)_0x5df519['push'](_0x2e8ab3),_0x2e8ab3=_0x2e8ab3['nextSibling'];}return _0x5df519;}class Q extends _0x4d8634{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0xf48187=this['editor']['config']['get']('list.properties'),_0x4b24bc=this['editor']['plugins']['get']('TrackChangesEditing');_0xf48187['styles']&&_0x4b24bc['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0xf48187['reversed']&&_0x4b24bc['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0xf48187['startIndex']&&_0x4b24bc['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x4b24bc['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x464105,_0x2ad14f={}){const _0x403260=this['editor']['plugins']['get']('TrackChangesEditing'),_0x246666=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x403260['markMultiRangeBlockFormat'](_0x246666,{'commandName':'listStyle','commandParams':[{'type':_0x2ad14f['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0xe52775,_0x4ebb0b={}){const _0x49d455=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5bc252=this['_getSuggestionBlocks'](_0x4de914=>_0x4de914['is']('element','listItem')&&'numbered'===_0x4de914['getAttribute']('listType'));if(_0x5bc252['length']<0x1)return;const _0x3c172b=_0x5bc252['map'](_0x226221=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x226221,'before'),this['editor']['model']['createPositionAt'](_0x226221,0x0)));this['editor']['model']['change'](()=>{_0x49d455['markMultiRangeBlockFormat'](_0x3c172b,{'commandName':'listReversed','commandParams':[{'reversed':_0x4ebb0b['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x22d44b,_0x31e2fa={}){const _0x63ed94=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4217e1=this['_getSuggestionBlocks'](_0x40db61=>_0x40db61['is']('element','listItem')&&'numbered'===_0x40db61['getAttribute']('listType'));if(_0x4217e1['length']<0x1)return;const _0x426fba=_0x4217e1['map'](_0xbee648=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0xbee648,'before'),this['editor']['model']['createPositionAt'](_0xbee648,0x0)));this['editor']['model']['change'](()=>{_0x63ed94['markMultiRangeBlockFormat'](_0x426fba,{'commandName':'listStart','commandParams':[{'startIndex':_0x31e2fa['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x565b8e){if('formatBlock'!=_0x565b8e['type']&&'formatInline'!=_0x565b8e['type'])return;const _0x4f498b=this['editor']['locale'],{data:_0xecbf27}=_0x565b8e;if(!_0xecbf27)return;let _0x2ab440,_0x2889cc;switch(_0xecbf27['commandName']){case'listStyle':_0x2ab440='*Change\x20to:*\x20%0',_0x2889cc={'type':'format','content':o(_0x4f498b,_0x2ab440,o(_0x4f498b,this['_getTranslationKeyForListStyle'](_0xecbf27['commandParams'][0x0]['type'])))};break;case'listReversed':_0x2ab440=_0xecbf27['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x2889cc={'type':'format','content':o(_0x4f498b,_0x2ab440)};break;case'listStart':_0x2ab440='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x2889cc={'type':'format','content':o(_0x4f498b,_0x2ab440,_0xecbf27['commandParams'][0x0]['startIndex'])};}return _0x2889cc;}['_getSuggestionBlocksForListStyle'](){const _0x1646cc=this['editor']['plugins']['get']('LegacyListUtils');let _0x13e2b1=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x13e2b1[0x0]?.['is']('element','listItem')&&_0x13e2b1['unshift'](..._0x1646cc['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x13e2b1[_0x13e2b1['length']-0x1]?.['is']('element','listItem')&&_0x13e2b1['push'](..._0x1646cc['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x13e2b1=[...new Set(_0x13e2b1)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x13e2b1=_0x13e2b1['filter'](_0x41df35=>_0x41df35['is']('element','listItem'))),_0x13e2b1;}['_getSuggestionBlocks'](_0xa11605){const _0x957588=this['editor']['plugins']['get']('LegacyListUtils');let _0x21fc3b=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0xa11605)['map'](_0x225f64=>{const _0x20479f=this['editor']['model']['createPositionAt'](_0x225f64,0x0);return[..._0x957588['getSiblingNodes'](_0x20479f,'backward'),..._0x957588['getSiblingNodes'](_0x20479f,'forward')];})['flat']();return _0x21fc3b=[...new Set(_0x21fc3b)],_0x21fc3b;}['_getTranslationKeyForListStyle'](_0x1bd8d1){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x1bd8d1)||'default')['toUpperCase']()+'_LIST_'+_0x1bd8d1['toUpperCase']()['replace'](/-/g,'_');}}class dt extends _0x4d8634{['afterInit'](){const _0x5bfefd=this['editor'];if(!_0x5bfefd['plugins']['has']('MediaEmbedEditing'))return;const _0x36f3d4=_0x5bfefd['plugins']['get']('TrackChangesEditing'),_0xe6d902=_0x5bfefd['locale'];_0x36f3d4['enableCommand']('mediaEmbed'),_0x36f3d4['descriptionFactory']['registerElementLabel']('media',_0x4b3d7d=>o(_0xe6d902,'ELEMENT_MEDIA',_0x4b3d7d)),_0x5bfefd['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x4a4906,{writer:_0x1424c0,options:_0x470f3e})=>{if(_0x470f3e['showSuggestionHighlights'])return _0x1424c0['createEmptyElement']('div');},'converterPriority':'high'}),_0x5bfefd['data']['downcastDispatcher']['on']('attribute:url:media',(_0xb50cfd,_0x249229,_0x5db26d)=>{_0x5db26d['options']['showSuggestionHighlights']&&_0xb50cfd['stop']();},{'priority':'high'});}}class mt extends _0x4d8634{['afterInit'](){const _0x58fa4a=this['editor'];_0x58fa4a['plugins']['has']('MentionEditing')&&_0x58fa4a['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class pt extends _0x4d8634{['afterInit'](){const _0x2eb677=this['editor'];if(!_0x2eb677['plugins']['has']('MergeFieldsEditing'))return;const _0x1d2786=_0x2eb677['plugins']['get']('TrackChangesEditing'),_0x43eadc=_0x2eb677['locale'];_0x1d2786['enableCommand']('insertMergeField'),_0x1d2786['enableCommand']('insertMergeFieldBlock'),_0x1d2786['enableCommand']('insertMergeFieldImage'),_0x1d2786['descriptionFactory']['registerElementLabel']('mergeField',_0x3f75f1=>o(_0x43eadc,'ELEMENT_MERGE_FIELD',_0x3f75f1)),_0x1d2786['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x26aead=>o(_0x43eadc,'ELEMENT_MERGE_FIELD',_0x26aead)),_0x1d2786['descriptionFactory']['registerDescriptionCallback'](_0x58d55c=>{if('insertion'!=_0x58d55c['type']&&'deletion'!=_0x58d55c['type'])return;const _0xbda53f=_0x58d55c['getContainedElement']();if(null==_0xbda53f)return;const _0x2b6406=_0x2eb677['plugins']['get']('MergeFieldsEditing');let _0xdcbf99;switch(_0x2b6406['getMergeFieldType'](_0xbda53f)){case null:return;case'image':{const _0x5469d4=_0x2b6406['unwrapAffixes'](_0xbda53f['getAttribute']('src'));_0xdcbf99=_0x2b6406['getLabel'](_0x5469d4)||_0x5469d4;break;}default:{const _0x20be8d=_0xbda53f['getAttribute']('id');_0xdcbf99=_0x2b6406['getLabel'](_0x20be8d)||_0x20be8d;break;}}return'insertion'==_0x58d55c['type']?{'type':'insertion','content':o(_0x43eadc,'*Insert:*\x20%0','\x22'+_0xdcbf99+'\x22\x20'+o(_0x43eadc,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x43eadc,'*Remove:*\x20%0','\x22'+_0xdcbf99+'\x22\x20'+o(_0x43eadc,'ELEMENT_MERGE_FIELD'))};});}}class wt extends _0x4d8634{['afterInit'](){const _0x391153=this['editor'],_0x83a1bb=_0x391153['plugins']['get']('TrackChangesEditing');_0x391153['plugins']['has']('MultiLevelList')&&(_0x83a1bb['enableDefaultAttributesIntegration']('multiLevelList'),_0x83a1bb['registerBlockAttribute']('listMarkerStyle'),_0x83a1bb['descriptionFactory']['registerDescriptionCallback'](_0x21c99b=>this['handleDescriptions'](_0x21c99b)));}['handleDescriptions'](_0x37f3c4){const _0x1b44c9=this['editor']['locale'],{data:_0x1dafca}=_0x37f3c4,_0x36d4ab={'type':'format','content':''};if(_0x1dafca&&'listMarkerStyle'==_0x1dafca['key']){if(!_0x1dafca['oldValue'])return{'type':'format','content':o(_0x1b44c9,'*Set\x20format:*\x20%0',o(_0x1b44c9,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x1dafca['newValue']+')'};if(!_0x1dafca['newValue']){let _0x55816a=_0x37f3c4['head'];for(;_0x55816a;){if(_0x55816a['data']&&'listType'==_0x55816a['data']['key']&&_0x55816a['data']['newValue'])return _0x36d4ab;_0x55816a=_0x55816a['next'];}return{'type':'format','content':o(_0x1b44c9,'*Remove\x20format:*\x20%0',o(_0x1b44c9,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x1dafca['oldValue']+')'};}}}}class kt extends _0x4d8634{['afterInit'](){const _0x523e89=this['editor'];if(!_0x523e89['plugins']['has']('PageBreakEditing'))return;_0x523e89['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0xf881c1=_0x523e89['plugins']['get']('TrackChangesEditing'),_0x11d1e9=_0x523e89['locale'];_0xf881c1['descriptionFactory']['registerElementLabel']('pageBreak',_0x43ff08=>o(_0x11d1e9,'ELEMENT_PAGE_BREAK',_0x43ff08));}}class bt extends _0x4d8634{['afterInit'](){const _0x5d9481=this['editor'];if(!_0x5d9481['plugins']['has']('Paragraph'))return;const _0x3d66c9=_0x5d9481['locale'],_0x2cd276=_0x5d9481['plugins']['get']('TrackChangesEditing');_0x2cd276['descriptionFactory']['registerElementLabel']('paragraph',_0xd8f59=>o(_0x3d66c9,'ELEMENT_PARAGRAPH',_0xd8f59)),_0x2cd276['enableDefaultAttributesIntegration']('paragraph'),_0x2cd276['enableCommand']('insertParagraph'),_0x5d9481['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x5d9481),{'priority':'highest'}),_0x5d9481['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0xdaea40,_0x9cbb5f,_0x2768d0)=>{_0x2768d0['options']['showSuggestionHighlights']&&nr(_0x5d9481,{'showActiveMarker':!0x1})(_0xdaea40,_0x9cbb5f,_0x2768d0);},{'priority':'highest'});const _0x251353=_0x2cd276['descriptionFactory'];_0x251353['registerDescriptionCallback'](_0x571f6b=>{if('insertion'!==_0x571f6b['type'])return;const {start:_0x53f546,end:_0x2b5c79}=_0x571f6b['getFirstRange']();if(!_0x53f546['isTouching'](_0x2b5c79)||!_0x53f546['nodeAfter'])return;const _0x182d59=_0x5d9481['model']['schema'],_0x3784de=_0x53f546['nodeAfter'];return _0x182d59['isBlock'](_0x3784de)&&!_0x182d59['isLimit'](_0x3784de)&&_0x182d59['checkChild'](_0x3784de,'$text')?{'type':'insertion','content':o(_0x3d66c9,'*Insert:*\x20%0',_0x251353['getItemLabel'](_0x3784de,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x25d03c=this['editor'],_0x40a54e=_0x25d03c['locale'];_0x25d03c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x504f8a=>{if('formatBlock'!=_0x504f8a['type'])return;const {data:_0x83e8d6}=_0x504f8a;return _0x83e8d6&&'paragraph'==_0x83e8d6['commandName']?{'type':'format','content':o(_0x40a54e,'*Change\x20to:*\x20%0',o(_0x40a54e,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x52b5ff,{showActiveMarker:_0x399672=!0x0}={}){return(_0x1ed879,_0x5455cd,_0x576d9d)=>{const _0x5a53c8=_0x52b5ff['plugins']['get']('TrackChangesEditing'),_0x347831=_0x5455cd['markerRange']['start'],_0x2caf32=_0x5455cd['markerRange']['end'],_0x473645=_0x52b5ff['model']['schema'];if(!_0x347831['isTouching'](_0x2caf32)||!_0x347831['nodeAfter'])return;const _0x2a87e9=_0x347831['nodeAfter'];if(_0x473645['isBlock'](_0x2a87e9)&&!_0x473645['isLimit'](_0x2a87e9)&&_0x473645['checkChild'](_0x2a87e9,'$text')){if(!_0x576d9d['consumable']['consume'](_0x5455cd['markerRange'],_0x1ed879['name']))return;const {authorId:_0x5f3495}=_0x5a53c8['_splitMarkerName'](_0x5455cd['markerName']),_0xafa9e1=_0x576d9d['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x5f3495}),_0x297b0b=_0x576d9d['mapper']['toViewPosition'](_0x2caf32);_0x399672&&_0x5a53c8['activeMarkers']['includes'](_0x5455cd['markerName'])&&_0x576d9d['writer']['addClass']('ck-suggestion-marker--active',_0xafa9e1),_0x576d9d['writer']['insert'](_0x297b0b,_0xafa9e1),_0x576d9d['mapper']['bindElementToMarker'](_0xafa9e1,_0x5455cd['markerName']);}};}class yt extends _0x4d8634{['afterInit'](){const _0x2b62d1=this['editor'];if(!_0x2b62d1['plugins']['has']('RemoveFormatEditing'))return;_0x2b62d1['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x343c85=this['editor'];_0x343c85['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5b5fcf=>{if('formatBlock'!=_0x5b5fcf['type']&&'formatInline'!=_0x5b5fcf['type'])return;const {data:_0x2598e2}=_0x5b5fcf;return _0x2598e2&&'removeFormat'==_0x2598e2['commandName']?{'type':'format','content':o(_0x343c85['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class jt extends _0x4d8634{['afterInit'](){const _0x5d2164=this['editor'];if(!_0x5d2164['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x470249=_0x5d2164['plugins']['get']('TrackChangesEditing');_0x470249['enableCommand']('goToPreviousRestrictedEditingException'),_0x470249['enableCommand']('goToNextRestrictedEditingException');const _0x17e373=_0x5d2164['plugins']['get']('RestrictedEditingModeEditing');_0x17e373['enableCommand']('trackChanges'),_0x17e373['enableCommand']('acceptSuggestion'),_0x17e373['enableCommand']('discardSuggestion'),_0x17e373['enableCommand']('acceptAllSuggestions'),_0x17e373['enableCommand']('discardAllSuggestions'),_0x17e373['enableCommand']('acceptSelectedSuggestions'),_0x17e373['enableCommand']('discardSelectedSuggestions');}}class St extends _0x4d8634{static get['requires'](){return[_0x50dd18];}['init'](){const _0x3d3086=this['editor'],_0x5a4b18=_0x3d3086['plugins']['get']('TrackChangesEditing');_0x5a4b18['enableCommand']('shiftEnter'),_0x3d3086['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',je(_0x3d3086),{'priority':'high'}),_0x3d3086['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',je(_0x3d3086),{'priority':'high'}),_0x3d3086['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x2c9f95,_0x1e8a79,_0xa175b6)=>{_0xa175b6['options']['showSuggestionHighlights']&&je(_0x3d3086,{'showActiveMarker':!0x1})(_0x2c9f95,_0x1e8a79,_0xa175b6);}),_0x5a4b18['descriptionFactory']['registerElementLabel']('softBreak',_0x575f3f=>o(_0x3d3086['locale'],'ELEMENT_LINE_BREAK',_0x575f3f));}}function je(_0xc7bf4,{showActiveMarker:_0x3b0c88=!0x0}={}){return(_0x31ddeb,_0x16357f,_0x4b69fb)=>{const _0x1fe7a9=_0xc7bf4['plugins']['get']('TrackChangesEditing');if(!_0x4b69fb['consumable']['test'](_0x16357f['markerRange'],_0x31ddeb['name']))return;const _0x13dab3=_0xc7bf4['model'];for(const _0x1601eb of _0x16357f['markerRange']['getItems']()){if(!_0x1601eb['is']('element','softBreak'))continue;const _0x340726='deletion'==_0x16357f['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x163694}=_0x1fe7a9['_splitMarkerName'](_0x16357f['markerName']),_0x11b40e=_0x4b69fb['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x340726,'data-author-id':_0x163694}),_0x223354=_0x4b69fb['mapper']['toViewPosition'](_0x13dab3['createPositionBefore'](_0x1601eb));_0x3b0c88&&_0x1fe7a9['activeMarkers']['includes'](_0x16357f['markerName'])&&_0x4b69fb['writer']['addClass']('ck-suggestion-marker--active',_0x11b40e),_0x4b69fb['writer']['insert'](_0x223354,_0x11b40e),_0x4b69fb['mapper']['bindElementToMarker'](_0x11b40e,_0x16357f['markerName']);}};}class At extends _0x4d8634{['afterInit'](){const _0x48a0a3=this['editor'],_0x14bb91=_0x48a0a3['model'],_0x6f1a81=_0x48a0a3['locale'];if(!_0x48a0a3['plugins']['has']('StandardEditingModeEditing'))return;const _0x4adf80=_0x48a0a3['plugins']['get']('TrackChangesEditing'),_0x33b9aa='restrictedEditingException',_0x583e5b=_0x48a0a3['commands']['get'](_0x33b9aa);_0x4adf80['enableCommand'](_0x33b9aa,(_0xb22a00,_0x28702e={})=>{const _0x244387=_0x14bb91['document']['selection'];if(_0x244387['isCollapsed'])return void _0xb22a00(_0x28702e);const _0x29d104=void 0x0!==_0x28702e['forceValue']?_0x28702e['forceValue']:!_0x583e5b['value'];_0x14bb91['change'](()=>{const _0x5d9a67=Array['from'](_0x244387['getRanges']());for(const _0x54af87 of _0x5d9a67){const _0x584729=_0x29d104?[_0x54af87]:io(_0x33b9aa,_0x54af87,_0x14bb91);for(const _0x2f70cf of _0x584729)_0x4adf80['markInlineFormat'](_0x2f70cf,{'commandName':_0x33b9aa,'commandParams':[{'forceValue':_0x29d104}]});}});}),_0x4adf80['descriptionFactory']['registerDescriptionCallback'](_0x1d9c92=>{if('formatBlock'!=_0x1d9c92['type']&&'formatInline'!=_0x1d9c92['type'])return;const {data:_0x111035}=_0x1d9c92;return _0x111035&&_0x111035['commandName']==_0x33b9aa?_0x111035['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x6f1a81,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x6f1a81,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class It extends _0x4d8634{['afterInit'](){const _0x487ea5=this['editor'];if(!_0x487ea5['plugins']['has']('Style')||!_0x487ea5['plugins']['has']('DataSchema'))return;const _0x196fe2=_0x487ea5['plugins']['get']('TrackChangesEditing'),_0x41e1a9=_0x487ea5['locale'],_0x1fa733=_0x487ea5['config']['get']('style')||{},_0x35089c=_0x487ea5['plugins']['get']('GeneralHtmlSupport'),_0x3b0c21=_0x487ea5['plugins']['get']('StyleUtils')['normalizeConfig'](_0x487ea5['plugins']['get']('DataSchema'),_0x1fa733['definitions']);_0x196fe2['enableDefaultAttributesIntegration']('style');const _0xefdf13=new Set();for(const _0x565023 of _0x3b0c21['block']){const _0x56c5c6=_0x35089c['getGhsAttributeNameForElement'](_0x565023['element']);_0xefdf13['add'](_0x56c5c6);}const _0x35bb55=new Set();for(const _0x34501a of _0x3b0c21['inline']){const _0x19bfc8=_0x35089c['getGhsAttributeNameForElement'](_0x34501a['element']);_0x35bb55['add'](_0x19bfc8);for(const _0x2fd029 of _0x34501a['ghsAttributes'])_0x35bb55['add'](_0x2fd029);}for(const _0x4e2fb4 of _0xefdf13)_0x196fe2['registerBlockAttribute'](_0x4e2fb4),_0x196fe2['descriptionFactory']['registerAttributeLabel'](_0x4e2fb4,o(_0x41e1a9,'FORMAT_STYLE'));for(const _0x243f31 of _0x35bb55)_0x196fe2['registerInlineAttribute'](_0x243f31),_0x196fe2['descriptionFactory']['registerAttributeLabel'](_0x243f31,o(_0x41e1a9,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x402f7=this['editor'],_0xa9dd10=_0x402f7['locale'];_0x402f7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1797e7=>{if('formatBlock'!=_0x1797e7['type']&&'formatInline'!=_0x1797e7['type'])return;const {data:_0x251cf7}=_0x1797e7;return _0x251cf7&&'style'===_0x251cf7['commandName']?_0x251cf7['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xa9dd10,'*Set\x20format:*\x20%0',_0x251cf7['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0xa9dd10,'*Remove\x20format:*\x20%0',_0x251cf7['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class vt extends _0x4d8634{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x9db0a6){super(_0x9db0a6),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x1b3405=this['editor'],_0x6dfef7=_0x1b3405['model']['document']['selection'];if(!_0x1b3405['plugins']['has']('TableEditing'))return;const _0x4dc78c=_0x1b3405['locale'],_0x52164c=_0x1b3405['plugins']['get']('TrackChangesEditing'),_0x4154f0=_0x1b3405['plugins']['get']('TableUtils');_0x52164c['descriptionFactory']['registerElementLabel']('table',_0x197558=>o(_0x4dc78c,'ELEMENT_TABLE',_0x197558)),this['_setupColumnsRowsFixing'](),_0x52164c['enableCommand']('insertTable'),_0x52164c['enableCommand']('selectTableRow'),_0x52164c['enableCommand']('selectTableColumn');for(const _0x43f2dc of['insertTableRowAbove','insertTableRowBelow']){const _0xaeb81c=_0x1b3405['commands']['get'](_0x43f2dc);_0x52164c['enableCommand'](_0x43f2dc,_0x503609=>{_0x1b3405['model']['change'](_0x580555=>{_0x503609();const _0x415e10='above'===_0xaeb81c['order'],_0x1b4aaf=_0x4154f0['getSelectionAffectedTableCells'](_0x6dfef7),_0x310452=_0x4154f0['getRowIndexes'](_0x1b4aaf),_0x441801=_0x415e10?_0x310452['first']-0x1:_0x310452['last']+0x1,_0x2a9094=_0x1b4aaf[0x0]['findAncestor']('table'),_0x45a7a2=_0x4154f0['createTableWalker'](_0x2a9094,{'startRow':_0x441801,'endRow':_0x441801}),_0x4f5179=Array['from'](_0x45a7a2)['map'](_0xb0c73c=>_0x580555['createRangeOn'](_0xb0c73c['cell']));_0x52164c['markMultiRangeInsertion'](_0x4f5179,'tableRow');});});}for(const _0x4e4137 of['insertTableColumnLeft','insertTableColumnRight']){const _0x3c17b9=_0x1b3405['commands']['get'](_0x4e4137);_0x52164c['enableCommand'](_0x4e4137,_0x40ceb4=>{_0x1b3405['model']['change'](_0x3536ee=>{_0x40ceb4();const _0x233013='left'===_0x3c17b9['order'],_0x239683=_0x4154f0['getSelectionAffectedTableCells'](_0x6dfef7),_0x40c5dd=_0x4154f0['getColumnIndexes'](_0x239683),_0x597a16=_0x233013?_0x40c5dd['first']-0x1:_0x40c5dd['last']+0x1,_0x2e1b5f=_0x239683[0x0]['findAncestor']('table'),_0x40b9f2=_0x4154f0['createTableWalker'](_0x2e1b5f,{'startRow':0x0,'column':_0x597a16,'includeAllSlots':!0x1}),_0x5a74c7=Array['from'](_0x40b9f2)['map'](_0x3951dc=>_0x3536ee['createRangeOn'](_0x3951dc['cell']));_0x52164c['markMultiRangeInsertion'](_0x5a74c7,'tableColumn');});});}for(const _0xea4d98 of['removeTableRow','removeTableColumn']){const _0x17571d=_0xea4d98['substr'](0xb),_0x4bb9e5=_0x17571d['toLowerCase'](),_0x326c43=_0x4bb9e5['substr'](0x0,0x3)+'span',_0x4d6482='table'+_0x17571d,_0x4254fc='min'+_0x17571d,_0x9ed6dd='max'+_0x17571d;_0x52164c['enableCommand'](_0xea4d98,()=>{_0x1b3405['model']['change'](_0xf81ca3=>{const _0x4fc49e=_0x4154f0['getSelectionAffectedTableCells'](_0x6dfef7),_0x2d86e8=_0x4fc49e[0x0]['findAncestor']('table');let _0x5e70cc;if('removeTableRow'==_0xea4d98){const _0x3fd5e8=_0x4154f0['getRowIndexes'](_0x4fc49e);_0x5e70cc={'startRow':_0x3fd5e8['first'],'endRow':_0x3fd5e8['last'],'includeAllSlots':!0x0};}else{const _0x28b242=_0x4154f0['getColumnIndexes'](_0x4fc49e);_0x5e70cc={'startColumn':_0x28b242['first'],'endColumn':_0x28b242['last'],'includeAllSlots':!0x0};}const _0x1d809e=_0x4154f0['createTableWalker'](_0x2d86e8,_0x5e70cc),_0x184dfc=Array['from'](_0x1d809e)['map'](({cell:_0x33fc1e})=>_0x33fc1e),_0x2a522c=Ne(_0x184dfc['filter'](_0x3f3f09=>_0x3f3f09['hasAttribute'](_0x326c43))),_0xb90d50=Ne(_0x184dfc['filter'](_0x29ce73=>!_0x29ce73['hasAttribute'](_0x326c43)))['map'](_0x58c53e=>_0xf81ca3['createRangeOn'](_0x58c53e)),_0x4cf6cd=_0x52164c['markMultiRangeDeletion'](_0xb90d50,_0x4d6482);if(_0x4cf6cd&&('tableRow'==_0x4cf6cd['subType']||'tableColumn'==_0x4cf6cd['subType'])){const _0x28f27c=this['_getSuggestionCoords'](_0x4cf6cd);for(const _0x18e93f of _0x2a522c){const _0x4dd43c=_0xf81ca3['createRangeOn'](_0x18e93f),_0x4fd701=_0x4154f0['getCellLocation'](_0x18e93f),_0x360b88=_0x18e93f['getAttribute'](_0x326c43)-0x1,_0x4035bb=_0x28f27c[_0x4254fc],_0x527696=_0x28f27c[_0x9ed6dd];_0x4035bb<=_0x4fd701[_0x4bb9e5]&&_0x4fd701[_0x4bb9e5]+_0x360b88<=_0x527696&&_0x4cf6cd['addRange'](_0x4dd43c);}}});});}function _0x45568a(_0x19017d){const _0x138e92=Array['from'](_0x6dfef7['getRanges']())['map'](_0x383adb=>_0x1d302a['fromRange'](_0x383adb));_0x1b3405['model']['change'](_0x51886b=>{const _0x4dc591=_0x51886b['batch'];_0x19017d=_0x19017d['filter'](_0x3386c2=>'$graveyard'!=_0x3386c2['root']['rootName']),_0x51886b['setSelection'](_0x19017d),_0x1b3405['commands']['get']('removeTableRow')['refresh'](),_0x1b3405['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x1b3405['model']['enqueueChange'](()=>{_0x1b3405['model']['enqueueChange'](_0x4dc591,_0x1eab67=>{const _0x548142=_0x138e92['filter'](_0x1fee1=>'$graveyard'!=_0x1fee1['root']['rootName']);_0x548142['length']>0x0&&_0x1eab67['setSelection'](_0x548142);for(const _0x31ea55 of _0x138e92)_0x31ea55['detach']();});});});}function _0x2e5fdf(_0x17b2d7){_0x1b3405['model']['change'](_0x1a3426=>{const _0x2d9e9b=Array['from'](_0x6dfef7['getRanges']())['map'](_0x409190=>_0x1d302a['fromRange'](_0x409190)),_0x295666=[];for(const _0x4e058e of _0x17b2d7)for(const _0x15d784 of _0x4e058e['getItems']({'shallow':!0x0}))_0x295666['push'](_0x15d784);for(const _0x52fb0f of _0x295666)'$graveyard'!=_0x52fb0f['root']['rootName']&&(_0x1a3426['setSelection'](_0x1a3426['createPositionAt'](_0x52fb0f,0x0)),_0x1b3405['commands']['get']('removeTableColumn')['refresh'](),_0x1b3405['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x52e876=_0x2d9e9b['filter'](_0x17a421=>'$graveyard'!=_0x17a421['root']['rootName']);_0x52e876['length']>0x0&&_0x1a3426['setSelection'](_0x52e876);for(const _0xf0abc0 of _0x2d9e9b)_0xf0abc0['detach']();});}function _0x3c0645(_0x598a27,_0x16f662){return _0x16f662['every'](_0x2a1293=>_0x598a27['some'](_0x46e7d5=>_0x46e7d5['end']['isEqual'](_0x2a1293['start'])||_0x2a1293['end']['isEqual'](_0x46e7d5['start'])));}function _0xbf6213(_0x116b04,_0x28925){return!_0x116b04['some'](_0x3a4546=>_0x28925['some'](_0x12e19d=>_0x3a4546['isIntersecting'](_0x12e19d)))&&_0x116b04['some'](_0x575edb=>_0x28925['some'](_0x56c9aa=>_0x575edb['end']['isTouching'](_0x56c9aa['start'])));}_0x1b3405['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0xed9506,_0x2f903c,_0x145d32)=>{if(!_0x145d32['options']['showSuggestionHighlights'])return;const _0x5ce220=_0x2f903c['item'];if(!_0x5ce220)return;const _0x423018=_0x145d32['mapper']['toViewElement'](_0x5ce220);function _0xb3131e(_0xa23f0b){return Array['isArray'](_0xa23f0b)?_0xa23f0b:[_0xa23f0b];}_0x423018&&'tableCell'===_0x5ce220['name']&&_0x362bb4(_0x423018,_0x145d32['writer'],(_0x45d256,_0x30b3b6,_0x3ca0db)=>_0x3ca0db['addClass'](_0xb3131e(_0x30b3b6['classes']),_0x45d256),(_0x39b0a7,_0x13af25,_0x392d5b)=>_0x392d5b['removeClass'](_0xb3131e(_0x13af25['classes']),_0x39b0a7));},{'priority':'highest'}),_0x52164c['descriptionFactory']['registerDescriptionCallback'](_0x1573d5=>{if('insertion'!=_0x1573d5['type']&&'deletion'!=_0x1573d5['type'])return;const _0x15e36a=_0x1573d5['getContainedElement']();if(null!=_0x15e36a&&_0x15e36a['is']('element','table')){if('insertion'==_0x1573d5['type']){const _0xec5332=_0x1573d5['getItems']()['filter'](_0x25a549=>_0x25a549['is']('$textProxy'))['map'](_0x4c940c=>_0x4c940c['data']);if(_0xec5332['length'])return{'type':'insertion','content':o(_0x4dc78c,'*Insert:*\x20%0',o(_0x4dc78c,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0xec5332['join']('\x20')+'\x22'))};}if('deletion'==_0x1573d5['type']){const _0x212380=_0x1573d5['getItems']()['filter'](_0x4ced4b=>_0x4ced4b['is']('$textProxy'))['map'](_0x9826c4=>_0x9826c4['data']);if(_0x212380['length'])return{'type':'deletion','content':o(_0x4dc78c,'*Remove:*\x20%0',o(_0x4dc78c,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x212380['join']('\x20')+'\x22'))};}}}),_0x52164c['descriptionFactory']['registerDescriptionCallback'](_0xabc18b=>{if('tableRow'==_0xabc18b['subType']){const _0x2a411f=_0xabc18b['getItems']()['filter'](_0x5d0bd8=>_0x5d0bd8['is']('$textProxy'))['map'](_0x1414be=>_0x1414be['data']),_0x4ed7d7=this['_getSuggestionCoords'](_0xabc18b),_0x54d000=_0x4ed7d7['maxRow']-_0x4ed7d7['minRow']+0x1;if('insertion'==_0xabc18b['type'])return _0x2a411f['length']?{'type':'insertion','content':o(_0x4dc78c,'*Insert:*\x20%0',o(_0x4dc78c,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x54d000,'\x22'+_0x2a411f['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x4dc78c,'*Insert:*\x20%0',o(_0x4dc78c,'ELEMENT_TABLE_ROW',_0x54d000))};if('deletion'==_0xabc18b['type'])return _0x2a411f['length']?{'type':'deletion','content':o(_0x4dc78c,'*Remove:*\x20%0',o(_0x4dc78c,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x54d000,'\x22'+_0x2a411f['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x4dc78c,'*Remove:*\x20%0',o(_0x4dc78c,'ELEMENT_TABLE_ROW',_0x54d000))};}if('tableColumn'==_0xabc18b['subType']){const _0x36300d=_0xabc18b['getItems']()['filter'](_0x3dd92d=>_0x3dd92d['is']('$textProxy'))['map'](_0x179f43=>_0x179f43['data']),_0x23d76b=this['_getSuggestionCoords'](_0xabc18b),_0x517864=_0x23d76b['maxColumn']-_0x23d76b['minColumn']+0x1;if('insertion'==_0xabc18b['type'])return _0x36300d['length']?{'type':'insertion','content':o(_0x4dc78c,'*Insert:*\x20%0',o(_0x4dc78c,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x517864,'\x22'+_0x36300d['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x4dc78c,'*Insert:*\x20%0',o(_0x4dc78c,'ELEMENT_TABLE_COLUMN',_0x517864))};if('deletion'==_0xabc18b['type'])return _0x36300d['length']?{'type':'deletion','content':o(_0x4dc78c,'*Remove:*\x20%0',o(_0x4dc78c,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x517864,'\x22'+_0x36300d['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x4dc78c,'*Remove:*\x20%0',o(_0x4dc78c,'ELEMENT_TABLE_COLUMN',_0x517864))};}}),_0x52164c['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x45568a),_0x52164c['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x45568a),_0x52164c['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x2e5fdf),_0x52164c['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x2e5fdf),_0x52164c['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x3c0645),_0x52164c['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x3c0645),_0x52164c['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0xbf6213),_0x52164c['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0xbf6213);}['_acceptFormatSuggestionCallbackFactory'](){const _0x263040=this['editor'],_0x4149f6=_0x263040['model']['document']['selection'];return(_0x4bf365,_0x5db4d4)=>{_0x263040['model']['change'](_0x171c06=>{const {commandName:_0x57733b,commandParams:_0x1b5b8e}=_0x5db4d4;let _0xd38448=_0x4bf365[0x0]['end']['nodeBefore'];_0x1b5b8e&&_0x1b5b8e[0x0]&&!0x1===_0x1b5b8e[0x0]['forceValue']&&(_0xd38448=_0x4bf365[0x0]['start']['nodeAfter']);const _0x4d645a=_0x171c06['createRangeIn'](_0xd38448);if('$graveyard'==_0x4d645a['root']['rootName'])return;const _0x4c9a61=Array['from'](_0x4149f6['getRanges']())['map'](_0x5da40d=>_0x1d302a['fromRange'](_0x5da40d));_0x171c06['setSelection'](_0x4d645a),_0x263040['commands']['get'](_0x57733b)['refresh'](),_0x1b5b8e['push']({'forceDefaultExecution':!0x0}),_0x263040['execute'](_0x57733b,..._0x1b5b8e);const _0x392d14=_0x4c9a61['filter'](_0x489033=>'$graveyard'!=_0x489033['root']['rootName']);_0x392d14['length']>0x0&&_0x171c06['setSelection'](_0x392d14);for(const _0x16150d of _0x4c9a61)_0x16150d['detach']();});};}['_getCoordsForCells'](_0x1923fd){const _0x10c71d=this['editor']['plugins']['get']('TableUtils');let _0x29ada1=Number['MAX_SAFE_INTEGER'],_0x1e1de0=Number['MIN_SAFE_INTEGER'],_0x1d846f=Number['MAX_SAFE_INTEGER'],_0x29e1fa=Number['MIN_SAFE_INTEGER'];for(const _0x2ee47a of _0x1923fd){if('$graveyard'==_0x2ee47a['root']['rootName'])continue;const {row:_0x362014,column:_0x30e453}=_0x10c71d['getCellLocation'](_0x2ee47a),_0x302794=_0x2ee47a['hasAttribute']('rowspan')?_0x2ee47a['getAttribute']('rowspan')-0x1:0x0,_0xf81d4f=_0x2ee47a['hasAttribute']('colspan')?_0x2ee47a['getAttribute']('colspan')-0x1:0x0;_0x29ada1=_0x362014<_0x29ada1?_0x362014:_0x29ada1,_0x1e1de0=_0x362014+_0x302794>_0x1e1de0?_0x362014+_0x302794:_0x1e1de0,_0x1d846f=_0x30e453<_0x1d846f?_0x30e453:_0x1d846f,_0x29e1fa=_0x30e453+_0xf81d4f>_0x29e1fa?_0x30e453+_0xf81d4f:_0x29e1fa;}return{'minRow':_0x29ada1,'maxRow':_0x1e1de0,'minColumn':_0x1d846f,'maxColumn':_0x29e1fa};}['_setupColumnsRowsFixing'](){const _0x21b3ec=this['editor'],_0x387df2=_0x21b3ec['plugins']['get']('TrackChangesEditing'),_0x330ddc=_0x21b3ec['plugins']['get']('TableUtils');_0x21b3ec['model']['document']['on']('change:data',()=>{const _0x22c431=Array['from'](_0x21b3ec['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x7a347d,data:_0x300b53}of _0x22c431){const {group:_0x254545,id:_0x253451,subType:_0x3ab16d}=_0x387df2['_splitMarkerName'](_0x7a347d);if('suggestion'!=_0x254545)continue;if(null!=_0x300b53['oldRange'])continue;const _0x7bad49=_0x387df2['getSuggestion'](_0x253451);this['_tablePostFixingSubtypes']['includes'](_0x3ab16d)&&this['_tableSuggestions']['add'](_0x7bad49);}},{'priority':'low'});const _0x6dcee1=(_0x463bf3,_0x237831)=>{let _0x1e5fc4=!0x1;const _0x6bac7b=_0x237831['createRangeOn'](_0x463bf3),_0x210ca5=_0x463bf3['findAncestor']('table'),_0x2bd937=_0x330ddc['getCellLocation'](_0x463bf3);for(const _0x30fb29 of this['_tableSuggestions']){const _0x5280bc=_0x30fb29['subType'],_0x1e75d4=_0x5280bc['startsWith']('tablePaste'),_0xe55c69=_0x5280bc['substr'](_0x1e75d4?0xa:0x5),_0x100bac=_0xe55c69['toLowerCase'](),_0x48f506=_0x100bac['substr'](0x0,0x3)+'span',_0x2d6624='min'+_0xe55c69,_0xdba6f8='max'+_0xe55c69;if(!_0x30fb29['isInContent'])continue;if(_0x210ca5!=_0x30fb29['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x30fb29['isIntersectingWithRange'](_0x6bac7b))continue;const _0x85e7=_0x463bf3['hasAttribute'](_0x48f506)?_0x463bf3['getAttribute'](_0x48f506)-0x1:0x0,_0x58108e=this['_getSuggestionCoords'](_0x30fb29),_0x3436d7=_0x58108e[_0x2d6624],_0x92330=_0x58108e[_0xdba6f8];_0x3436d7<=_0x2bd937[_0x100bac]&&_0x2bd937[_0x100bac]+_0x85e7<=_0x92330&&(_0x30fb29['addRange'](_0x6bac7b),_0x1e5fc4=!0x0);}return _0x1e5fc4;};_0x21b3ec['model']['document']['registerPostFixer'](_0x5abfea=>{let _0x31e4f1=!0x1;for(const _0x288581 of _0x21b3ec['model']['document']['differ']['getChanges']())if('insert'==_0x288581['type']){if('tableRow'==_0x288581['name']){for(const _0x3637db of _0x288581['position']['nodeAfter']['getChildren']())_0x31e4f1=_0x31e4f1||_0x6dcee1(_0x3637db,_0x5abfea);}else'tableCell'==_0x288581['name']&&(_0x31e4f1=_0x31e4f1||_0x6dcee1(_0x288581['position']['nodeAfter'],_0x5abfea));}return _0x31e4f1;});}['_getSuggestionCoords'](_0xe647e5){return this['_getCoordsForCells'](_0xe647e5['getRanges']()['map'](_0x210980=>_0x210980['start']['nodeAfter']));}}function Ne(_0x5866b6){return Array['from'](new Set(_0x5866b6)['values']());}class _t extends _0x4d8634{static get['requires'](){return[vt];}['afterInit'](){const _0x271a7a=this['editor'],_0x3196cd=_0x271a7a['model']['document']['selection'],_0x17705d=_0x271a7a['locale'];if(!_0x271a7a['plugins']['has']('TableEditing'))return;const _0x37a0bc=_0x271a7a['plugins']['get']('TrackChangesEditing'),_0x436be5=_0x271a7a['plugins']['get']('TableUtils'),_0x530c1a=_0x271a7a['plugins']['get'](vt);_0x530c1a['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x37a0bc['enableCommand']('mergeTableCells',()=>{const _0x438d29=_0x436be5['getSelectionAffectedTableCells'](_0x271a7a['model']['document']['selection']);_0x271a7a['model']['change'](()=>{_0x37a0bc['markMultiRangeBlockFormat'](_0x438d29,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x271a7a['commands']['get']('mergeTableCells')['on']('execute',(_0x285425,_0x36076e)=>{_0x271a7a['commands']['get']('trackChanges')['value']&&(_0x36076e['length']>0x0&&_0x36076e[_0x36076e['length']-0x1]&&_0x36076e[_0x36076e['length']-0x1]['forceDefaultExecution']||_0x37a0bc['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x285425['stop']());},{'priority':'highest'});for(const _0x8905c9 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x1e9e2a=_0x271a7a['commands']['get'](_0x8905c9);_0x37a0bc['enableCommand'](_0x8905c9,()=>{const _0x196ac4=_0x271a7a['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x53955d=>_0x53955d['is']('element','tableCell')),_0x4c47e4=_0x1e9e2a['value'];_0x271a7a['model']['change'](()=>{_0x37a0bc['markMultiRangeBlockFormat']([_0x196ac4,_0x4c47e4],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x258062 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x2d5be1=_0x271a7a['commands']['get'](_0x258062);_0x37a0bc['enableCommand'](_0x258062,()=>{const _0x3585e0=_0x436be5['getSelectionAffectedTableCells'](_0x271a7a['model']['document']['selection'])[0x0],_0x25c0d2=_0x3585e0['findAncestor']('table'),{column:_0x422ecb,row:_0x160304}=_0x436be5['getCellLocation'](_0x3585e0);let _0x5d02a4=[];if('horizontally'==_0x2d5be1['direction']){const _0x3ccbb8=_0x436be5['createTableWalker'](_0x25c0d2,{'startRow':_0x160304,'endRow':_0x160304,'includeAllSlots':!0x0});_0x5d02a4=Array['from'](_0x3ccbb8)['map'](_0x1439e4=>_0x1439e4['cell']);}else{const _0x1eba2f=_0x436be5['createTableWalker'](_0x25c0d2,{'column':_0x422ecb,'includeAllSlots':!0x0});_0x5d02a4=Array['from'](_0x1eba2f)['map'](_0x55e980=>_0x55e980['cell']);}_0x271a7a['model']['change'](_0x2a095b=>{_0x37a0bc['markBlockFormat'](_0x2a095b['createRangeOn'](_0x3585e0),{'commandName':_0x258062,'commandParams':[]},_0x5d02a4,_0x258062);});});}_0x37a0bc['descriptionFactory']['registerDescriptionCallback'](_0x350762=>{if('formatBlock'!=_0x350762['type']&&'formatInline'!=_0x350762['type'])return;const {data:_0x54b3f4}=_0x350762;return _0x54b3f4&&'mergeTableCells'==_0x54b3f4['commandName']?{'type':'format','content':o(_0x17705d,'*Merge\x20cells*')}:void 0x0;}),_0x37a0bc['descriptionFactory']['registerDescriptionCallback'](_0xee2a98=>{if('formatBlock'!=_0xee2a98['type']&&'formatInline'!=_0xee2a98['type'])return;const {data:_0xa45bc}=_0xee2a98;return _0xa45bc?'splitTableCellVertically'==_0xa45bc['commandName']?{'type':'format','content':o(_0x17705d,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0xa45bc['commandName']?{'type':'format','content':o(_0x17705d,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0xd23472=_0x530c1a['_acceptFormatSuggestionCallbackFactory']();for(const _0x2e531d of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x37a0bc['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x2e531d,'accept',_0xd23472);for(const _0x4ea228 of['splitTableCellVertically','splitTableCellHorizontally'])_0x37a0bc['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4ea228,'accept',_0xd23472);_0x37a0bc['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x4d6a66=>{_0x271a7a['model']['change'](_0x53859c=>{const _0x1d51fb=Array['from'](_0x3196cd['getRanges']())['map'](_0x2133ec=>_0x1d302a['fromRange'](_0x2133ec));_0x53859c['setSelection'](_0x4d6a66),_0x271a7a['commands']['get']('mergeTableCells')['refresh'](),_0x271a7a['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x3a8741=_0x1d51fb['filter'](_0x78b375=>'$graveyard'!=_0x78b375['root']['rootName']);_0x3a8741['length']>0x0&&_0x53859c['setSelection'](_0x3a8741);for(const _0x5ec04a of _0x1d51fb)_0x5ec04a['detach']();});});for(const _0x25209f of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x220eb1=_0x271a7a['commands']['get'](_0x25209f);_0x220eb1['on']('set:isEnabled',(_0x4a6ebb,_0x2fdbdd,_0x26818c)=>{if(_0x26818c){const _0x4f8805=_0x271a7a['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x8c4b03=>_0x8c4b03['is']('element','tableCell'));this['_areMergableCells'](_0x220eb1['value'],_0x4f8805)||(_0x4a6ebb['return']=!0x1,_0x4a6ebb['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x4555cb=this['editor']['commands']['get']('mergeTableCells'),_0x1d4c72=this['editor']['plugins']['get']('TableUtils');if(!_0x4555cb['isEnabled'])return!0x1;const _0x2f479d=_0x1d4c72['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x1ecfda of _0x2f479d)for(const _0xe95c99 of _0x2f479d)if(_0x1ecfda!=_0xe95c99&&!this['_areMergableCells'](_0x1ecfda,_0xe95c99))return!0x1;return!0x0;}['_areMergableCells'](_0x3d82de,_0x1f411f){const _0xa757e2=this['editor']['plugins']['get']('TrackChangesEditing'),_0x493171=this['editor']['model']['createRangeOn'](_0x3d82de),_0x570c96=this['editor']['model']['createRangeOn'](_0x1f411f),_0x3b80e8=new Set(),_0x25f4f9=new Set();for(const _0xb7f9cb of _0xa757e2['getSuggestions']())if(('insertion'==_0xb7f9cb['type']||'deletion'==_0xb7f9cb['type']||'mergeTableCells'==_0xb7f9cb['subType'])&&_0xb7f9cb['isInContent']){for(const _0x4bdba6 of _0xb7f9cb['getRanges']())_0x4bdba6['containsRange'](_0x493171,!0x0)&&_0x3b80e8['add'](_0xb7f9cb['type']+':'+_0xb7f9cb['author']['id']),_0x4bdba6['containsRange'](_0x570c96,!0x0)&&_0x25f4f9['add'](_0xb7f9cb['type']+':'+_0xb7f9cb['author']['id']);}if(_0x3b80e8['size']!=_0x25f4f9['size'])return!0x1;for(const _0x1f3fa2 of _0x3b80e8)if(!_0x25f4f9['has'](_0x1f3fa2))return!0x1;return!0x0;}}class Ct extends _0x4d8634{static get['requires'](){return[vt];}['afterInit'](){const _0x51f952=this['editor'];if(!_0x51f952['plugins']['has']('TableEditing'))return;const _0x18ea87=_0x51f952['locale'],_0x3b0883=_0x51f952['plugins']['get']('TrackChangesEditing');_0x3b0883['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x3b0883['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x3b0883['registerBlockAttribute']('headingRows'),_0x3b0883['registerBlockAttribute']('headingColumns'),_0x3b0883['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x18ea87,'FORMAT_HEADER_ROW')),_0x3b0883['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x18ea87,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x317770=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3284df=this['editor']['plugins']['get']('TableUtils'),_0x306f4c=this['editor']['plugins']['get'](vt)['_acceptFormatSuggestionCallbackFactory']();function _0x325c5f({showActiveMarker:_0x800cf5=!0x0,setDataAttribute:_0x15b3bc=!0x0}={}){return(_0x26bb85,_0x131b6b,_0x395ec3)=>{const {type:_0x543a4a,id:_0x5ab193}=_0x317770['_splitMarkerName'](_0x131b6b['markerName']),_0x1577ba=_0x317770['getSuggestion'](_0x5ab193),_0x41fdcf=_0x1577ba['data'];if('formatBlock'!=_0x1577ba['type']||!_0x41fdcf||'setTableColumnHeader'!=_0x41fdcf['commandName'])return;if(_0x131b6b['item'])return void _0x26bb85['stop']();if(!_0x395ec3['consumable']['consume'](_0x131b6b['markerRange'],_0x26bb85['name']))return;const _0x5577bd=_0x131b6b['markerRange']['start']['nodeAfter'],_0x101821=_0x131b6b['markerRange']['end']['nodeBefore'],_0x455ff6=_0x5577bd['parent']['parent'],{column:_0x1a3055}=_0x3284df['getCellLocation'](_0x5577bd),{column:_0x45da07}=_0x3284df['getCellLocation'](_0x101821);for(let _0x212579=_0x1a3055;_0x212579<=_0x45da07;_0x212579++){const _0x4fa057=_0x3284df['createTableWalker'](_0x455ff6,{'column':_0x212579,'includeAllSlots':!0x1});for(const _0x173802 of _0x4fa057){const _0x4a339b=_0x173802['cell'],_0x53ac52=_0x395ec3['mapper']['toViewElement'](_0x4a339b);_0x395ec3['writer']['addClass']('ck-suggestion-marker-'+_0x543a4a,_0x53ac52),_0x15b3bc&&_0x395ec3['writer']['setAttribute']('data-suggestion',_0x5ab193,_0x53ac52),_0x395ec3['mapper']['bindElementToMarker'](_0x53ac52,_0x131b6b['markerName']),_0x800cf5&&(_0x317770['activeMarkers']['includes'](_0x131b6b['markerName'])?_0x395ec3['writer']['addClass']('ck-suggestion-marker--active',_0x53ac52):_0x395ec3['writer']['removeClass']('ck-suggestion-marker--active',_0x53ac52));}}};}_0x317770['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x306f4c),_0x317770['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x306f4c),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x325c5f(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x67b62f,_0x1f431b,_0x417923)=>{_0x417923['options']['showSuggestionHighlights']&&_0x325c5f({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x67b62f,_0x1f431b,_0x417923);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x148c5f,_0xd2fae6,_0x46cd63)=>{const {type:_0x1c9e86,id:_0x3840ad}=_0x317770['_splitMarkerName'](_0xd2fae6['markerName']),_0x426d5f=_0x317770['getSuggestion'](_0x3840ad),_0x2cf52e=_0x426d5f['data'];if('formatBlock'!=_0x426d5f['type']||!_0x2cf52e||'setTableColumnHeader'!=_0x2cf52e['commandName'])return;const _0x17539c=_0x46cd63['mapper']['markerNameToElements'](_0xd2fae6['markerName']);if(_0x17539c){for(const _0x2837fe of _0x17539c)_0x46cd63['writer']['removeClass']('ck-suggestion-marker-'+_0x1c9e86,_0x2837fe),_0x46cd63['writer']['removeClass']('ck-suggestion-marker--active',_0x2837fe),_0x46cd63['writer']['removeAttribute']('data-suggestion',_0x2837fe),_0x46cd63['mapper']['unbindElementFromMarkerName'](_0x2837fe,_0xd2fae6['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1abaa0=this['editor'],_0x47779b=_0x1abaa0['locale'];function _0x2487c7(_0x8dcc5f){return{'type':'format','content':o(_0x47779b,'*Format:*\x20%0',_0x8dcc5f)};}_0x1abaa0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3b097c=>{if('formatBlock'!=_0x3b097c['type'])return;const {data:_0x4580b6}=_0x3b097c;if(_0x4580b6){if('setTableRowHeader'==_0x4580b6['commandName']){const _0x457e5e=_0x4580b6['commandParams'][0x0]['forceValue'];return _0x2487c7(o(_0x47779b,_0x457e5e?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x4580b6['commandName']){const _0x400405=_0x4580b6['commandParams'][0x0]['forceValue'];return _0x2487c7(o(_0x47779b,_0x400405?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Be=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],xe=Object['fromEntries'](Be['map'](_0x254078=>[_0x254078,null]));class Nt extends _0x4d8634{static get['requires'](){return[vt];}['afterInit'](){const _0x1c0b09=this['editor'];if(!_0x1c0b09['plugins']['has']('TableClipboard'))return;const _0x34751f=_0x1c0b09['plugins']['get']('TrackChangesEditing'),_0x19a0e7=_0x1c0b09['plugins']['get']('TableUtils'),_0x1eab1b=_0x1c0b09['plugins']['get'](vt),_0x56c4f9=_0x1c0b09['plugins']['get']('TableClipboard');_0x1eab1b['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x1c0b09['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x1c0b09['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x42a008=null;_0x1c0b09['model']['on']('insertContent',(_0x279e23,_0x21e6e7)=>{const [_0x4d0f6f,_0x181504]=_0x21e6e7,_0x4270a9=_0x21e6e7[_0x21e6e7['length']-0x1];_0x4270a9&&_0x4270a9['forceDefaultExecution']||_0x34751f['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x354011,_0x453051,_0x2c32eb,_0x34257a,_0x2ec7d2){if(_0x453051&&!_0x453051['is']('documentSelection'))return!0x1;const _0x31554a=_0x2ec7d2['getTableIfOnlyTableInContent'](_0x354011,_0x2c32eb);if(!_0x31554a||!Ue(_0x31554a,void 0x0,_0x34257a))return!0x1;const _0x34f9bb=_0x34257a['getSelectionAffectedTableCells'](_0x2c32eb['document']['selection']);if(!_0x34f9bb['length'])return!0x1;const _0x901cf2=_0x34f9bb[0x0]['findAncestor']('table'),_0x553442=_0x34257a['getRowIndexes'](_0x34f9bb),_0x23e210=_0x34257a['getColumnIndexes'](_0x34f9bb),_0x58ce54={'startRow':_0x553442['first'],'endRow':_0x553442['last'],'startColumn':_0x23e210['first'],'endColumn':_0x23e210['last']};return 0x1==_0x34f9bb['length']&&(_0x58ce54['endRow']+=_0x34257a['getRows'](_0x31554a)-0x1,_0x58ce54['endColumn']+=_0x34257a['getColumns'](_0x31554a)-0x1),Ue(_0x901cf2,_0x58ce54,_0x34257a);}(_0x4d0f6f,_0x181504,_0x1c0b09['model'],_0x19a0e7,_0x56c4f9)&&(_0x279e23['stop'](),_0x42a008={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x1c0b09['model']['change'](()=>{_0x1c0b09['model']['insertContent'](_0x21e6e7[0x0],_0x21e6e7[0x1],_0x21e6e7[0x2],{'forceDefaultExecution':!0x0});const _0x260e35=_0x19a734(),{rowInsertionRanges:_0x569f41,columnInsertionRanges:_0x57d6f6,insertionRanges:_0x5a354e,deletionRanges:_0x3caa84,cells:_0x17ee3e}=_0x42a008;_0x569f41['length']&&_0x34751f['markMultiRangeInsertion'](_0x569f41,'tablePasteRow',{'tablePasteChainId':_0x260e35}),_0x57d6f6['length']&&_0x34751f['markMultiRangeInsertion'](_0x57d6f6,'tablePasteColumn',{'tablePasteChainId':_0x260e35}),_0x5a354e['length']&&(_0x34751f['markMultiRangeInsertion'](_0x5a354e,'tablePaste',{'tablePasteChainId':_0x260e35,'skipNestingCheck':!0x0}),_0x5a354e['forEach'](_0x3d6064=>_0x3d6064['detach']?.())),_0x3caa84['length']&&(_0x34751f['markMultiRangeDeletion'](_0x3caa84,'tablePaste',{'tablePasteChainId':_0x260e35,'skipNestingCheck':!0x0}),_0x3caa84['forEach'](_0x66cb2f=>_0x66cb2f['detach']?.()));const _0x37307f=_0x34751f['markMultiRangeBlockFormat'](_0x17ee3e['map'](({element:_0x4e3606})=>_0x4e3606),{'formatGroupId':_0x19a734()},[],'tablePasteCell',{'tablePasteChainId':_0x260e35});if(_0x37307f){const _0x5d6cbe=_0x37307f['getMarkers'](),_0x24f4f5=[];for(const {element:_0x505edf,attributes:_0x50a847}of _0x17ee3e){if(!_0x50a847)continue;const _0x149361=_0x1c0b09['model']['createRangeOn'](_0x505edf),_0x32cec7=_0x5d6cbe['find'](_0x59d0c3=>_0x59d0c3['getRange']()['isEqual'](_0x149361));_0x32cec7&&_0x24f4f5['push']([_0x32cec7['name'],_0x50a847]);}_0x24f4f5['length']&&_0x37307f['setAttribute']('markerAttributes',Object['fromEntries'](_0x24f4f5));}_0x42a008=null;}));},{'priority':_0x1aa228['high']+0xa}),_0x1c0b09['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x401d0d,_0x58f3d9)=>{const [_0x47bf0b,_0x3b647c,,_0x423ce9]=_0x58f3d9;if(!_0x42a008)return;_0x401d0d['stop']();const _0x108f73=_0x47bf0b['cell'],_0x1c8ecf=_0x3b647c,_0x415c02=Oe(_0x108f73),_0x2f728f=Oe(_0x1c8ecf);_0x401d0d['return']=_0x108f73;let _0x5761fd=null,_0x74b917=null;if(_0x2f728f||_0x415c02){if(_0x415c02&&!_0x2f728f){_0x423ce9['remove'](_0x108f73['getChild'](0x0));for(const _0x483b56 of Array['from'](_0x1c8ecf['getChildren']()))_0x423ce9['insert'](_0x483b56,_0x108f73,'end');const _0x651d1b=_0x42a008['rowInsertionIndexes']['includes'](_0x47bf0b['row']),_0x194ab2=_0x42a008['columnInsertionIndexes']['includes'](_0x47bf0b['column']);_0x651d1b||_0x194ab2||(_0x5761fd=_0x1d302a['fromRange'](_0x423ce9['createRangeIn'](_0x108f73)));}else _0x2f728f&&!_0x415c02&&(_0x74b917=_0x423ce9['createRangeIn'](_0x108f73));}else{const _0x53c1c9=_0x423ce9['createElement']('tableCellSuggestion'),_0x1c98f8=_0x423ce9['createElement']('tableCellSuggestion');_0x423ce9['wrap'](_0x423ce9['createRangeIn'](_0x108f73),_0x1c98f8),_0x423ce9['insert'](_0x53c1c9,_0x108f73,0x0);for(const _0x3f457d of Array['from'](_0x1c8ecf['getChildren']()))_0x423ce9['insert'](_0x3f457d,_0x53c1c9,'end');_0x5761fd=_0x1d302a['fromRange'](_0x423ce9['createRangeOn'](_0x53c1c9)),_0x74b917=_0x1d302a['fromRange'](_0x423ce9['createRangeOn'](_0x1c98f8));}const _0x4b8fa2=Array['from'](_0x1c8ecf['getAttributes']())['filter'](([_0x633912])=>Be['includes'](_0x633912));_0x42a008['cells']['push']({'element':_0x108f73,'attributes':_0x4b8fa2['length']?Object['fromEntries'](_0x4b8fa2):null}),_0x5761fd&&_0x42a008['insertionRanges']['push'](_0x5761fd),_0x74b917&&_0x42a008['deletionRanges']['push'](_0x74b917);},{'priority':'high'}),_0x19a0e7['on']('insertColumns',(_0x3d66f8,_0x401d3f)=>{const [_0x1d74b4,_0x4c3b55={}]=_0x401d3f;if(!_0x42a008)return;const _0x39fbac=_0x4c3b55['at']||0x0,_0x2c4c43=_0x4c3b55['columns']||0x1;_0x42a008['columnInsertionIndexes']=new Array(_0x2c4c43)['fill'](_0x39fbac)['map']((_0x963af0,_0x47aa0c)=>_0x963af0+_0x47aa0c);for(const {cell:_0x5824b4}of _0x19a0e7['createTableWalker'](_0x1d74b4,{'startColumn':_0x39fbac,'endColumn':_0x39fbac+_0x2c4c43-0x1}))_0x42a008['columnInsertionRanges']['push'](_0x1c0b09['model']['createRangeOn'](_0x5824b4));},{'priority':'low'}),_0x19a0e7['on']('insertRows',(_0x444f2a,_0x137fa9)=>{const [_0x71af91,_0x48c757={}]=_0x137fa9;if(!_0x42a008)return;const _0x43505c=_0x48c757['at']||0x0,_0x4f7869=_0x48c757['rows']||0x1;_0x42a008['rowInsertionIndexes']=new Array(_0x4f7869)['fill'](_0x43505c)['map']((_0x1cf165,_0x53bb0f)=>_0x1cf165+_0x53bb0f);for(const {cell:_0x2703e1}of _0x19a0e7['createTableWalker'](_0x71af91,{'startRow':_0x43505c,'endRow':_0x43505c+_0x4f7869-0x1}))_0x42a008['rowInsertionRanges']['push'](_0x1c0b09['model']['createRangeOn'](_0x2703e1));},{'priority':'low'}),_0x34751f['descriptionFactory']['registerDescriptionCallback'](_0x59961b=>{if(_0x59961b['subType']&&_0x59961b['subType']['startsWith']('tablePaste'))return _0x59961b['previous']?{}:{'type':'insertion','content':o(_0x1c0b09['locale'],'*Replace\x20table\x20cells*')};});const _0x529387=()=>!0x1;for(const _0x1278ad of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x34751f['_suggestionFactory']['registerCustomCallback']('insertion',_0x1278ad,'join',_0x529387),_0x34751f['_suggestionFactory']['registerCustomCallback']('deletion',_0x1278ad,'join',_0x529387),_0x34751f['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1278ad,'join',_0x529387);_0x34751f['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x529387),_0x34751f['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x5ac5ee,_0x11b007,_0x3d93ac)=>{const _0x54bde4=_0x5ac5ee['map'](_0x1eacdd=>_0x1eacdd['getContainedElement']())['filter'](_0x3f43a5=>_0x3f43a5),_0x4879a7=new Map(_0x54bde4['map'](_0x216cbc=>[_0x216cbc,null]));if(_0x42a008){for(const {element:_0x54e86c,attributes:_0x2e5316}of _0x42a008['cells'])_0x2e5316&&_0x4879a7['set'](_0x54e86c,_0x2e5316);}else{if(_0x3d93ac&&_0x3d93ac['markerAttributes'])for(const [_0x4f9705,_0x4ebe98]of Object['entries'](_0x3d93ac['markerAttributes'])){const _0x2ac082=_0x1c0b09['model']['markers']['get'](_0x4f9705),_0x51421d=_0x2ac082?_0x2ac082['getRange']()['getContainedElement']():null;_0x51421d&&_0x4879a7['set'](_0x51421d,_0x4ebe98);}}_0x1c0b09['model']['change'](_0x2d1cb5=>{for(const [_0x265759,_0x5ac04d]of _0x4879a7)_0x2d1cb5['setAttributes']({...xe,..._0x5ac04d},_0x265759);});});const _0x29ef18=(_0x441fa5,_0x1b2ee2)=>{_0x34751f['_suggestionFactory']['registerCustomCallback'](_0x441fa5,'tablePaste',_0x1b2ee2,(_0x2326ba,_0x364a49,_0x120349)=>{_0x1c0b09['model']['change'](_0x3c4b8a=>{const _0x27bf29=[];for(const _0x13a53d of _0x2326ba){const _0x5905d3=_0x13a53d['start']['nodeAfter'];_0x5905d3['is']('element','tableCellSuggestion')&&_0x27bf29['push'](_0x5905d3);}_0x34751f['_suggestionFactory']['getSuggestionCallback'](_0x441fa5,null,_0x1b2ee2)(_0x2326ba,_0x364a49,_0x120349);for(const _0x7a3c27 of _0x27bf29)'$graveyard'!=_0x7a3c27['root']['rootName']&&_0x3c4b8a['unwrap'](_0x7a3c27);});});};_0x29ef18('insertion','accept'),_0x29ef18('insertion','discard'),_0x29ef18('deletion','accept'),_0x29ef18('deletion','discard'),_0x34751f['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x816bbd=>{const _0x1008d5=_0x816bbd['map'](_0x1cc0a1=>_0x1cc0a1['getContainedElement']()),_0x52cb7b=_0x1008d5[0x0]['findAncestor']('table'),{minRow:_0x2713e5,maxRow:_0x32cb3a}=_0x1eab1b['_getCoordsForCells'](_0x1008d5);_0x19a0e7['removeRows'](_0x52cb7b,{'at':_0x2713e5,'rows':_0x32cb3a-_0x2713e5+0x1});}),_0x34751f['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x3d9d7a=>{const _0x4f25b2=_0x3d9d7a['map'](_0x19ade2=>_0x19ade2['getContainedElement']()),_0x5ca96c=_0x4f25b2[0x0]['findAncestor']('table'),{minColumn:_0x549754,maxColumn:_0x4a20db}=_0x1eab1b['_getCoordsForCells'](_0x4f25b2);_0x19a0e7['removeColumns'](_0x5ca96c,{'at':_0x549754,'columns':_0x4a20db-_0x549754+0x1});});const _0x5d0c1d=(_0x3dde47,_0x5719a9)=>{if(!_0x5719a9['subType']||!_0x5719a9['subType']['startsWith']('tablePaste'))return;const _0x42e9bc=_0x5719a9['attributes']['tablePasteChainId'],_0x1f5958=_0x34751f['getSuggestions']()['filter'](_0x2c8d96=>_0x2c8d96['isInContent']&&_0x2c8d96['attributes']&&_0x2c8d96['attributes']['tablePasteChainId']==_0x42e9bc);_0x1f5958['length']&&_0x5719a9['getAllAdjacentSuggestions']()['length']!=_0x1f5958['length']&&_0x1f5958['reduce']((_0x3505e1,_0x584ecd)=>(_0x3505e1['next']=_0x584ecd,_0x584ecd['previous']=_0x3505e1,_0x584ecd));};function _0x3dfe28(_0x23d1b0,_0x8647f1=!0x0){const {id:_0x42cced,authorId:_0x2fe61b}=_0x34751f['_splitMarkerName'](_0x23d1b0['markerName']),_0x5ef9dc=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x5d90af=_0x34751f['activeMarkers']['includes'](_0x23d1b0['markerName']);return _0x5d90af&&_0x5ef9dc['push']('ck-suggestion-marker--active'),{'classes':_0x5ef9dc,'attributes':{'data-suggestion':_0x42cced,'data-author-id':_0x2fe61b},'priority':_0x5d90af&&_0x8647f1?0xbc2:0xbb8};}_0x34751f['on']('suggestionLoaded',_0x5d0c1d,{'priority':'high'}),_0x34751f['on']('suggestionUnloaded',_0x5d0c1d,{'priority':'high'}),_0x1c0b09['model']['document']['registerPostFixer'](()=>{let _0x270194=!0x1;const _0x698c31=Array['from'](_0x1c0b09['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1dee59,data:_0x473068}of _0x698c31){const {group:_0x551fb0,type:_0x400794,id:_0x457425}=_0x34751f['_splitMarkerName'](_0x1dee59);if('suggestion'!=_0x551fb0||'deletion'!=_0x400794||_0x473068['oldRange'])continue;if(!_0x34751f['hasSuggestion'](_0x457425))continue;const _0x3aa699=_0x34751f['getSuggestion'](_0x457425)['getRanges'](),_0xe93bcf=_0x1c0b09['plugins']['get']('Users')['me'];for(const _0x406ed7 of _0x34751f['getSuggestions']()){if(!_0x406ed7['isInContent']||_0x406ed7['author']!=_0xe93bcf)continue;if('formatBlock'!=_0x406ed7['type']||'tablePasteCell'!=_0x406ed7['subType'])continue;if(_0x406ed7['getRanges']()['every'](_0x10188a=>_0x3aa699['some'](_0x439db8=>_0x439db8['containsRange'](_0x10188a,!0x0)))){for(const _0x260d5b of _0x406ed7['getAllAdjacentSuggestions']())_0x260d5b['isInContent']&&(_0x260d5b['discard'](),_0x270194=!0x0);}}}return _0x270194;}),_0x1c0b09['model']['document']['registerPostFixer'](_0x4e5a55=>{const _0x5ba733=_0x1c0b09['commands']['get']('redo');if(!_0x5ba733||!_0x5ba733['_createdBatches']['has'](_0x4e5a55['batch']))return!0x1;let _0x50730a=!0x1;const _0x549660=_0x1c0b09['plugins']['get']('Users')['me'],_0x495a13=_0x1c0b09['model']['document']['differ']['getChanges'](),_0x4013b9=Array['from'](_0x1c0b09['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x331d16,data:_0x1aac56})=>{const {group:_0x5722b9,subType:_0x202076,authorId:_0x409b9f}=_0x34751f['_splitMarkerName'](_0x331d16);return'suggestion'==_0x5722b9&&'tablePaste'==_0x202076&&_0x409b9f==_0x549660['id']&&!_0x1aac56['oldRange'];});for(const _0x355906 of _0x495a13){if('insert'!=_0x355906['type']||'tableCellSuggestion'!=_0x355906['name']||0x1!=_0x355906['length'])continue;const _0x5698e0=_0x4e5a55['createRange'](_0x355906['position'],_0x355906['position']['getShiftedBy'](0x1));if(!_0x4013b9['find'](({data:_0xadc4ab})=>_0xadc4ab['newRange']['isEqual'](_0x5698e0))){for(const {name:_0x2bdde0,data:_0x47ef0e}of _0x4013b9)if(_0x5698e0['containsRange'](_0x47ef0e['newRange'])){_0x4e5a55['updateMarker'](_0x2bdde0,{'range':_0x5698e0}),_0x50730a=!0x0;break;}}}return _0x50730a;}),_0x1c0b09['model']['document']['registerPostFixer'](_0x1d4ab5=>{let _0x229e06=!0x1;const _0x8ca657=_0x1c0b09['plugins']['get']('Users')['me'],_0x14c597=_0x34751f['getSuggestions']()['filter'](_0x9fe57c=>_0x9fe57c['isInContent']&&_0x9fe57c['author']==_0x8ca657),_0x3dc85a=new Set(),_0x2234ca=new Set();for(const _0x3cf520 of _0x14c597)if('tablePaste'==_0x3cf520['subType'])for(const _0x179ad3 of _0x3cf520['getMarkers']()){const _0x19feb2=_0x179ad3['getRange']()['getContainedElement']();if(_0x19feb2){if(_0x19feb2['is']('element','tableCellSuggestion')&&Oe(_0x19feb2)){_0x3cf520['removeMarker'](_0x179ad3['name']),_0x3dc85a['add'](_0x19feb2),_0x229e06=!0x0;const _0x68deea=_0x19feb2['nextSibling'],_0x2bfb69=_0x19feb2['previousSibling'],_0x2893ff=_0x68deea&&_0x68deea['is']('element','tableCellSuggestion'),_0x5b9231=_0x2bfb69&&_0x2bfb69['is']('element','tableCellSuggestion');_0x2893ff&&!_0x3dc85a['has'](_0x68deea)&&_0x2234ca['add'](_0x68deea),_0x5b9231&&!_0x3dc85a['has'](_0x2bfb69)&&_0x2234ca['add'](_0x2bfb69);}else _0x19feb2['is']('element','paragraph')&&_0x19feb2['isEmpty']&&(_0x3cf520['removeMarker'](_0x179ad3['name']),_0x229e06=!0x0);}}else{if('tablePasteCell'==_0x3cf520['subType']){if(!_0x3cf520['attributes']||!_0x3cf520['attributes']['tablePasteChainId'])continue;const _0x29968e=_0x3cf520['attributes']['markerAttributes'];if(_0x29968e&&Object['keys'](_0x29968e)['length'])continue;const _0x44831d=_0x3cf520['attributes']['tablePasteChainId'];let _0x9a5b13=!0x0,_0x3b5246=!0x0;for(const _0x5bbfde of _0x14c597)if(_0x5bbfde['subType']&&_0x5bbfde['subType']['startsWith']('tablePaste')){if(!_0x5bbfde['attributes']['tablePasteChainId']){_0x3b5246=!0x1;break;}if(_0x5bbfde['id']!=_0x3cf520['id']&&_0x5bbfde['attributes']['tablePasteChainId']==_0x44831d){_0x9a5b13=!0x1;break;}}_0x3b5246&&_0x9a5b13&&(_0x3cf520['removeMarkers'](),_0x229e06=!0x0);}}for(const _0x82d2b1 of _0x3dc85a)_0x1d4ab5['remove'](_0x82d2b1);for(const _0x4930a4 of _0x2234ca)_0x1d4ab5['unwrap'](_0x4930a4);return _0x229e06;}),_0x1c0b09['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x2d6d34=>_0x3dfe28(_0x2d6d34),'converterPriority':'high'}),_0x1c0b09['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x2375b0,_0xc7f38)=>_0xc7f38['options']['showSuggestionHighlights']?_0x3dfe28(_0x2375b0,!0x1):null,'converterPriority':'high'});const _0x372b38=_0x1c0b09['editing']['view'];this['listenTo'](_0x372b38['document'],'clipboardOutput',(_0x2ee992,_0x24f0d5)=>{const _0x4faedb=[];for(const _0x120bcc of _0x372b38['createRangeIn'](_0x24f0d5['content'])['getItems']())_0x120bcc['is']('element','suggestion-td')&&_0x4faedb['push'](_0x120bcc);_0x372b38['change'](_0x483606=>{for(const _0x101f95 of _0x4faedb)_0x483606['move'](_0x483606['createRangeIn'](_0x101f95),_0x483606['createPositionBefore'](_0x101f95)),_0x483606['remove'](_0x101f95);});});}}function Oe(_0x2e7e67){if(_0x2e7e67['isEmpty'])return!0x0;const _0x5c642f=_0x2e7e67['getChild'](0x0);return _0x5c642f['is']('element','paragraph')&&_0x5c642f['isEmpty'];}function Ue(_0xe65457,_0x54c341={},_0x58565a){for(const {isAnchor:_0x343d73,cellHeight:_0x474125,cellWidth:_0x4df770}of _0x58565a['createTableWalker'](_0xe65457,{'includeAllSlots':!0x0,..._0x54c341}))if(!_0x343d73||0x1!=_0x474125||0x1!=_0x4df770)return!0x1;return!0x0;}class Dt extends _0x4d8634{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x3dc43e=this['editor']['plugins']['get']('TrackChangesEditing');_0x3dc43e['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x3dc43e['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x3dc43e['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x3dc43e['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x3dc43e['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x3dc43e['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x51347b,_0x29353b){const _0x548b79=this['editor']['plugins']['get']('TrackChangesEditing'),_0x564f8f=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x20ab86=_0x29353b['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x1dfb3f=_0x564f8f['getColumnGroupElement'](_0x20ab86);let _0x3faee9=_0x1dfb3f?_0x564f8f['getTableColumnsWidths'](_0x1dfb3f):null,_0x4aaaf5=_0x20ab86['getAttribute']('tableWidth')||null;const _0x2e051d=_0x29353b['tableWidth']||_0x4aaaf5,_0x3553a6=_0x29353b['columnWidths']||_0x3faee9,_0x1d669a=this['editor']['plugins']['get']('Users')['me'];for(const _0x5537e2 of _0x548b79['getSuggestions']()){const _0x23e2ac=_0x5537e2['getContainedElement']();if('resizeTable'===_0x5537e2['subType']&&_0x23e2ac===_0x20ab86){_0x5537e2['author']!==_0x1d669a&&_0x5537e2['discard']();const _0x2dcac5=_0x5537e2['data']['commandParams'];_0x4aaaf5=_0x2dcac5[0x0]['tableWidth'],_0x3faee9=_0x2dcac5[0x0]['columnWidths'];break;}}_0x51347b({'table':_0x20ab86,'tableWidth':_0x2e051d,'columnWidths':_0x3553a6}),_0x548b79['markBlockFormat'](_0x20ab86,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x4aaaf5,'columnWidths':_0x3faee9}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x35a1b4){if('formatBlock'!=_0x35a1b4['type']&&'formatInline'!=_0x35a1b4['type'])return;const {data:_0x726530}=_0x35a1b4;if(_0x726530&&'resizeTable'===_0x726530['formatGroupId']){const _0xb4839b='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0xb4839b)};}}}class Mt extends _0x4d8634{['afterInit'](){const _0x550356=this['editor'];_0x550356['plugins']['has']('Template')&&_0x550356['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class $t extends _0x4d8634{['afterInit'](){const _0x2d9cd6=this['editor'];if(!_0x2d9cd6['commands']['get']('insertTableOfContents'))return;_0x2d9cd6['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x1846a0=_0x2d9cd6['plugins']['get']('TrackChangesEditing'),_0x552cbb=_0x2d9cd6['locale'];_0x1846a0['descriptionFactory']['registerElementLabel']('tableOfContents',_0x5a300f=>o(_0x552cbb,'ELEMENT_TABLE_OF_CONTENTS',_0x5a300f));}}class Bt extends _0x4d8634{['afterInit'](){const _0x2d7942=this['editor'];if(!_0x2d7942['plugins']['has']('Title'))return;const _0x1e2274=_0x2d7942['plugins']['get']('TrackChangesEditing');_0x1e2274['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x2d7942['locale'],'ELEMENT_TITLE')),_0x2d7942['model']['document']['registerPostFixer'](_0x7c5a81=>{let _0x4504a3=!0x1;const _0x234aa1=Array['from'](_0x2d7942['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x222982,data:_0x4715ca}of _0x234aa1){const {group:_0x172f1d}=_0x1e2274['_splitMarkerName'](_0x222982);if('suggestion'!==_0x172f1d||!_0x4715ca['newRange'])continue;const _0x435fb1=_0x4715ca['newRange'],_0x274e1d=_0x435fb1['end']['nodeBefore'];if(!_0x274e1d||!_0x274e1d['is']('element','title-content'))continue;if(!_0x435fb1['start']['isTouching'](_0x435fb1['end']))continue;const _0x1c189b=_0x2d7942['model']['schema']['getNearestSelectionRange'](_0x435fb1['end'],'forward');if(_0x1c189b&&_0x1c189b['isCollapsed']){const _0x12222b=_0x7c5a81['createRange'](_0x435fb1['start'],_0x1c189b['start']);_0x12222b['isEqual'](_0x435fb1)||(_0x7c5a81['updateMarker'](_0x222982,{'range':_0x12222b}),_0x4504a3=!0x0);}_0x4504a3||(_0x7c5a81['removeMarker'](_0x222982),_0x4504a3=!0x0);}return _0x4504a3;});}}class Ot extends _0x4d8634{['afterInit'](){const _0xbceb79=this['editor'],_0x477489=_0xbceb79['plugins']['get']('TrackChangesEditing');_0xbceb79['plugins']['has']('Uploadcare')&&(_0x477489['enableCommand']('uploadcare'),_0xbceb79['plugins']['has']('UploadcareImageEdit')&&(_0x477489['enableCommand']('uploadcareImageEdit'),_0x477489['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x477489['registerBlockAttribute']('uploadcareImageId'),_0x477489['descriptionFactory']['registerDescriptionCallback'](_0x118951=>{if('attribute'!=_0x118951['type'])return;const {data:_0x599ece}=_0x118951;return _0x599ece&&'uploadcareImageId'==_0x599ece['key']?{'type':'format','content':''}:void 0x0;})));}}class Rt extends _0x4d8634{['afterInit'](){const _0xabb763=this['editor'],_0x34c752=_0xabb763['plugins']['get']('TrackChangesEditing');_0xabb763['plugins']['has']('UndoEditing')&&(_0x34c752['enableCommand']('undo'),_0x34c752['enableCommand']('redo'));}}class Tt extends _0x4d8634{static get['requires'](){return[vt];}['afterInit'](){const _0x46dc25=this['editor'];if(!_0x46dc25['plugins']['has']('TableCaptionEditing'))return;_0x46dc25['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class xt extends _0x4d8634{['tableProperties'];['tableCellProperties'];constructor(_0x41e316){super(_0x41e316),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';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x1f1e4b=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x37bce0 of this['tableProperties'])_0x1f1e4b['enableCommand'](_0x37bce0,(_0x447387,_0x4542be)=>{const _0x5d2b0c=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x37bce0,[_0x5d2b0c],this['tableProperties'],'tableProperties',_0x447387,_0x4542be);});_0x1f1e4b['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x1f1e4b['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x1f1e4b['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x2695ab,_0x2028bc)=>this['handleDiscardAction'](this['tableProperties'],_0x2695ab,_0x2028bc)),_0x1f1e4b['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x3c1930 of this['tableCellProperties'])_0x1f1e4b['enableCommand'](_0x3c1930,(_0x305129,_0x280757)=>{const _0x4d2641=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x3c1930,_0x4d2641,this['tableCellProperties'],'tableCellProperties',_0x305129,_0x280757);});_0x1f1e4b['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x1f1e4b['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x1f1e4b['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x31831a,_0x5c9cce)=>this['handleDiscardAction'](this['tableCellProperties'],_0x31831a,_0x5c9cce)),_0x1f1e4b['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x1f1e4b['descriptionFactory']['registerDescriptionCallback'](_0x267c89=>this['handleSuggestionDescription'](_0x267c89));}['_handlePropertyChange'](_0x4d3553,_0x21d04a,_0x3660c7,_0x223fed,_0xcb0ce4,_0xc8cc0){const _0x4cffe7=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0xc8cc0['batch'],()=>{for(const _0x38b9c0 of _0x21d04a){if(this['_getSuggestion'](_0x38b9c0,_0x223fed))_0xcb0ce4(_0xc8cc0);else{const _0xbeb8ef={};for(const _0x37bb76 of _0x3660c7){const _0x8e0773=_0x38b9c0['getAttribute'](_0x37bb76);void 0x0!==_0x8e0773&&(_0xbeb8ef[_0x37bb76]=_0x8e0773);}_0xcb0ce4(_0xc8cc0),_0x4cffe7['markBlockFormat'](_0x38b9c0,{'commandParams':[_0xbeb8ef]},[],_0x223fed);}}});}['handleDiscardAction'](_0x58d91c,_0x1b7ba8,_0x2c6883){const _0x429721=_0x1b7ba8[0x0]['start']['nodeAfter'],_0x8d4a3b=_0x2c6883['commandParams'][0x0];this['editor']['model']['change'](_0x54bc8a=>{for(const _0x2677ce of _0x58d91c)void 0x0!==_0x8d4a3b[_0x2677ce]?_0x54bc8a['setAttribute'](_0x2677ce,_0x8d4a3b[_0x2677ce],_0x429721):_0x54bc8a['removeAttribute'](_0x2677ce,_0x429721);});}['handleSuggestionDescription'](_0x11a8da){if(_0x11a8da['data'])switch(_0x11a8da['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'](_0x49dc59,_0x4867b8){const _0x25cfa7=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x26fa49 of _0x25cfa7['getSuggestions']({'skipNotAttached':!0x0})){const _0x1ae5f2=_0x26fa49['getContainedElement']();if(_0x26fa49['subType']===_0x4867b8&&_0x1ae5f2===_0x49dc59)return _0x26fa49;}return null;}}const m='$elementName';class p extends _0x4d8634{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x44fc3a,_0x50147a,U,V,G,F,L,H,J,q,z,K,X,Y,Z,tt,nt,it,et,st,ot,at,rt,ct,ut,ft,lt,Q,wt,ht,W,Se,dt,mt,pt,kt,bt,yt,jt,St,At,It,vt,_t,Ct,Tt,Nt,Dt,$t,xt,Mt,Bt,Ot,Rt];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4a97b8){super(_0x4a97b8),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x519409,_0x1fcfc8,_0x493295,_0x15e21e)=>{this['_model']['change'](()=>{for(const _0x39ea60 of[..._0x15e21e,..._0x493295])this['_model']['markers']['has'](_0x39ea60)&&_0x4a97b8['editing']['reconvertMarker'](_0x39ea60);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Ut(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x4a97b8['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(),_0x4a97b8['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x4a97b8['config']['get']('trackChanges.trackFormatChanges'),_0x4a97b8['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x4a97b8['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x4a97b8,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x45e1d3=this['editor'],_0x2d69ed=(_0x182325,_0x30956a)=>{if('attribute'!=_0x182325)return'ck-suggestion-marker-'+_0x182325;const _0x5c0604=_0x30956a['split']('|')[0x0];return this['_isBlockAttribute'](_0x5c0604)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x45e1d3['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x3b0c04=>{const {id:_0x37bf07,authorId:_0x3485f3,type:_0x2cc0f1,subType:_0xc82fc7}=this['_splitMarkerName'](_0x3b0c04['markerName']),_0x54cecd=['ck-suggestion-marker',_0x2d69ed(_0x2cc0f1,_0xc82fc7)];let _0x12ff0a=0xbb8;return this['activeMarkers']['includes'](_0x3b0c04['markerName'])&&(_0x54cecd['push']('ck-suggestion-marker--active'),_0x12ff0a=0xbc2),'deletion'==_0x2cc0f1&&(_0x12ff0a+=0x5),{'classes':_0x54cecd,'attributes':{'data-suggestion':_0x37bf07,'data-author-id':_0x3485f3},'priority':_0x12ff0a};}}),_0x45e1d3['conversion']['for']('dataDowncast')['add'](_0x2e1f9b=>{_0x2e1f9b['on']('addMarker:suggestion',(_0x39121d,_0x4a5bb1,_0x2b070b)=>{if(!_0x2b070b['options']['showSuggestionHighlights'])return;const _0x4ab28f=_0x4a5bb1['item'];if(!_0x4ab28f)return;const _0x26f0ca=_0x2b070b['mapper']['toViewElement'](_0x4ab28f);_0x45e1d3['model']['schema']['isObject'](_0x4ab28f)&&_0x26f0ca&&!_0x26f0ca['getCustomProperty']('widget')&&_0x26f0ca['is']('containerElement')&&_0x46ce16(_0x26f0ca,_0x2b070b['writer']);},{'priority':'high'});}),_0x45e1d3['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x233705,_0x19541f)=>{if(!_0x19541f['options']['showSuggestionHighlights'])return null;const {type:_0x241f92,subType:_0x54863e}=this['_splitMarkerName'](_0x233705['markerName']);return{'classes':['ck-suggestion-marker',_0x2d69ed(_0x241f92,_0x54863e)],'priority':0xbb8};}});const _0x101f5d=({showActiveMarkers:_0x190539=!0x0,isAttributeSuggestion:_0x17c9d8=!0x1}={})=>(_0x2a8ea7,_0x485ba2,_0x389f42)=>{if(!_0x485ba2['item'])return;const {id:_0x2cc48d,authorId:_0x4d7a2a}=this['_splitMarkerName'](_0x485ba2['markerName']);if(_0x17c9d8){const _0x4b2bf5=this['_suggestions']['get'](_0x2cc48d),_0x21985d=this['_getAttributeKey'](_0x4b2bf5);if(!this['_isBlockAttribute'](_0x21985d))return;}if(_0x485ba2['item']['is']('selection'))return void _0x389f42['consumable']['consume'](_0x485ba2['item'],_0x2a8ea7['name']);const _0xf815d0=_0x389f42['mapper']['toViewElement'](_0x485ba2['item']);if(_0x485ba2['item']['is']('element')&&_0x45e1d3['model']['schema']['isBlock'](_0x485ba2['item'])&&!_0xf815d0['getCustomProperty']('addHighlight')){_0x389f42['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0xf815d0),_0x389f42['writer']['setAttribute']('data-suggestion',_0x2cc48d,_0xf815d0),_0x389f42['writer']['setAttribute']('data-author-id',_0x4d7a2a,_0xf815d0),_0x389f42['mapper']['bindElementToMarker'](_0xf815d0,_0x485ba2['markerName']),_0x190539&&(this['activeMarkers']['includes'](_0x485ba2['markerName'])?_0x389f42['writer']['addClass']('ck-suggestion-marker--active',_0xf815d0):_0x389f42['writer']['removeClass']('ck-suggestion-marker--active',_0xf815d0));for(const _0x1decb6 of _0x45e1d3['model']['createRangeIn'](_0x485ba2['item'])['getItems']())_0x389f42['consumable']['consume'](_0x1decb6,_0x2a8ea7['name']);_0x389f42['consumable']['consume'](_0x485ba2['item'],_0x2a8ea7['name']);}};_0x45e1d3['conversion']['for']('dataDowncast')['add'](_0x28d249=>{_0x28d249['on']('addMarker:suggestion:formatBlock',(_0x47ce9a,_0x22e965,_0x27985e)=>{_0x27985e['options']['showSuggestionHighlights']&&_0x101f5d({'showActiveMarkers':!0x1})(_0x47ce9a,_0x22e965,_0x27985e);},{'priority':'highest'});}),_0x45e1d3['conversion']['for']('dataDowncast')['add'](_0x5d008a=>{_0x5d008a['on']('addMarker:suggestion:attribute',(_0x1b07c1,_0x5d29df,_0x296743)=>{_0x296743['options']['showSuggestionHighlights']&&_0x101f5d({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x1b07c1,_0x5d29df,_0x296743);},{'priority':'highest'});}),_0x45e1d3['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x746d94,_0x1c4261)=>_0x1c4261['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x746d94['substr'](0xb)}}),_0x45e1d3['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x5585bc,{writer:_0x3a4ce7})=>{let _0x4ccb95='suggestion:'+_0x5585bc['getAttribute']('suggestion-type')+':'+_0x5585bc['getAttribute']('id');return _0x5585bc['getAttribute']('marker-count')&&(_0x4ccb95+=':'+_0x5585bc['getAttribute']('marker-count')),_0x3a4ce7['createElement']('$marker',{'data-name':_0x4ccb95});}}),_0x45e1d3['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x45e1d3['conversion']['for']('editingDowncast')['add'](_0x23d5c8=>{_0x23d5c8['on']('addMarker:suggestion:formatBlock',_0x101f5d(),{'priority':'high'});}),_0x45e1d3['conversion']['for']('editingDowncast')['add'](_0x3bf847=>{_0x3bf847['on']('addMarker:suggestion:attribute',_0x101f5d({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x45e1d3['conversion']['for']('editingDowncast')['add'](_0x158372=>{_0x158372['on']('removeMarker:suggestion:formatBlock',(_0x42a654,_0x152fba,_0x330b4e)=>{const _0x5dcbd9=_0x330b4e['mapper']['markerNameToElements'](_0x152fba['markerName']);if(_0x5dcbd9){for(const _0xfc576c of _0x5dcbd9)_0xfc576c['getCustomProperty']('addHighlight')||(_0x330b4e['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0xfc576c),_0x330b4e['writer']['removeAttribute']('data-suggestion',_0xfc576c),_0x330b4e['writer']['removeAttribute']('data-author-id',_0xfc576c),_0x330b4e['mapper']['unbindElementFromMarkerName'](_0xfc576c,_0x152fba['markerName']));}},{'priority':'high'});}),_0x45e1d3['conversion']['for']('editingDowncast')['add'](_0x2ea961=>{_0x2ea961['on']('removeMarker:suggestion:attribute',(_0x2aab1e,_0x44d1c7,_0x5481ff)=>{const _0x52a505=_0x5481ff['mapper']['markerNameToElements'](_0x44d1c7['markerName']);if(!_0x52a505)return;const {id:_0x2089ff}=this['_splitMarkerName'](_0x44d1c7['markerName']),_0x9847e1=this['_suggestions']['get'](_0x2089ff),_0x1880f9=this['_getAttributeKey'](_0x9847e1);if(this['_isBlockAttribute'](_0x1880f9)){for(const _0x2d785a of _0x52a505)_0x2d785a['getCustomProperty']('addHighlight')||(_0x5481ff['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x2d785a),_0x5481ff['writer']['removeAttribute']('data-suggestion',_0x2d785a),_0x5481ff['writer']['removeAttribute']('data-author-id',_0x2d785a),_0x5481ff['mapper']['unbindElementFromMarkerName'](_0x2d785a,_0x44d1c7['markerName']));}},{'priority':'high'});}),_0x45e1d3['model']['document']['registerPostFixer'](_0x5afb94=>{let _0xc0c0a2=!0x1;const _0x4d8d9b=Array['from'](_0x45e1d3['model']['document']['differ']['getChangedMarkers']()),_0x2dcb2d=new Set();for(const {name:_0x3214bc,data:_0x169aa0}of _0x4d8d9b){const {group:_0x19636e,type:_0x33cfa3,subType:_0x15c5df,id:_0x28f57e}=this['_splitMarkerName'](_0x3214bc);if('suggestion'!==_0x19636e)continue;const _0x425b61=this['_suggestions']['get'](_0x28f57e);if(null!=_0x169aa0['newRange']){'formatInline'==_0x33cfa3&&(_0xc0c0a2=_0xc0c0a2||Gt(_0x169aa0['newRange'],_0x3214bc,_0x5afb94,_0x45e1d3['model']['schema']));const _0x3437f7='attribute'==_0x33cfa3&&this['_isBlockAttribute'](_0x15c5df['split']('|')[0x0]);if(_0x169aa0['newRange']['isCollapsed']||'$graveyard'==_0x169aa0['newRange']['root']['rootName']||'formatBlock'==_0x33cfa3&&!Lt(_0x169aa0['newRange'])||_0x3437f7&&!Lt(_0x169aa0['newRange'])||'deletion'==_0x33cfa3&&!(!Pt(_0x2934e9=_0x169aa0['newRange'])&&!function(_0x1f7014){return _0x1f7014['start']['parent']==_0x1f7014['end']['nodeBefore']&&_0x1f7014['start']['isAtEnd'];}(_0x2934e9)))_0x5afb94['removeMarker'](_0x3214bc),_0xc0c0a2=!0x0;else{if(!_0x425b61||!_0x425b61['isInContent'])continue;if(_0x169aa0['newRange']&&_0x169aa0['oldRange']&&_0x169aa0['newRange']['isEqual'](_0x169aa0['oldRange']))continue;_0x2dcb2d['add'](_0x425b61);}}}var _0x2934e9;return _0x2dcb2d['size']>0x0&&(_0xc0c0a2=!!this['_joinWithAdjacentSuggestions'](_0x2dcb2d)||_0xc0c0a2),_0xc0c0a2;}),_0x45e1d3['model']['document']['registerPostFixer'](_0x1c8a41=>{let _0x5cbee0=!0x1;for(const _0x26851a of _0x45e1d3['model']['document']['differ']['getChanges']())if('insert'==_0x26851a['type'])for(const _0x256ac5 of this['_suggestions']['values']()){if(_0x256ac5['isMultiRange']||!_0x256ac5['isInContent'])continue;const _0x2c1eb9='formatBlock'==_0x256ac5['type'],_0x505580=this['_getAttributeKey'](_0x256ac5),_0x280a7a=_0x505580&&this['_isBlockAttribute'](_0x505580);if(!_0x2c1eb9&&!_0x280a7a)continue;const _0x80dab6=_0x256ac5['getFirstRange']();if(_0x80dab6['start']['parent']!=_0x80dab6['end']['parent']&&!_0x80dab6['end']['isAtEnd']){const _0x3e0471=_0x45e1d3['model']['createPositionAt'](_0x80dab6['start']['nodeAfter'],'end'),_0x158eb9=_0x45e1d3['model']['createRange'](_0x80dab6['start'],_0x3e0471);_0x1c8a41['updateMarker'](_0x256ac5['getFirstMarker'](),{'range':_0x158eb9}),_0x5cbee0=!0x0;}}return _0x5cbee0;}),_0x45e1d3['model']['document']['registerPostFixer'](_0x526d35=>this['_processAttributeChanges'](_0x526d35)),_0x45e1d3['model']['document']['registerPostFixer'](_0x2a7510=>!_0x2a7510['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x2a7510)),_0x45e1d3['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x45e1d3['model']['document']['on']('change:data',(_0x51d7cd,_0x365a42)=>{if(!_0x365a42['isLocal']||_0x365a42['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x22b852=_0x45e1d3['model']['document']['differ']['getChanges']();if(0x0==_0x22b852['length'])return;const _0x1a483f=[],_0x52894d=_0x22b852['filter'](_0xfbbf48=>'attribute'==_0xfbbf48['type']),_0x21e3cc=_0x22b852['filter'](_0x1b2a2d=>'insert'==_0x1b2a2d['type']&&'$text'!=_0x1b2a2d['name']);for(const _0x31e35c of _0x52894d)this['_isRegisteredAttribute'](_0x31e35c['attributeKey'])&&_0x1a483f['push']({'key':_0x31e35c['attributeKey'],'newValue':_0x31e35c['attributeNewValue'],'oldValue':_0x31e35c['attributeOldValue'],'range':Jt(_0x31e35c['range'],_0x45e1d3['model'])});for(const _0xb6c483 of _0x21e3cc){if('rename'!=_0xb6c483['action']&&'refresh'!=_0xb6c483['action'])continue;const _0x9c1f3c=Ht(_0xb6c483['position']['nodeAfter'],_0x45e1d3['model']),_0x2f85bb=_0xb6c483['before'];'rename'==_0xb6c483['action']&&_0x1a483f['push']({'key':m,'newValue':_0xb6c483['name'],'oldValue':_0x2f85bb['name'],'range':_0x9c1f3c});for(const [_0x285540,_0x496be7]of _0x2f85bb['attributes']){if(!this['_isRegisteredAttribute'](_0x285540))continue;const _0x44ddfa=_0xb6c483['attributes']['get'](_0x285540);_0x496be7!==_0x44ddfa&&_0x1a483f['push']({'key':_0x285540,'newValue':_0x44ddfa,'oldValue':_0x496be7,'range':_0x9c1f3c});}for(const [_0x5507d8,_0xfb0010]of _0xb6c483['attributes'])this['_isRegisteredAttribute'](_0x5507d8)&&(_0x2f85bb['attributes']['has'](_0x5507d8)||_0x1a483f['push']({'key':_0x5507d8,'newValue':_0xfb0010,'oldValue':null,'range':_0x9c1f3c}));}0x0!=_0x1a483f['length']&&_0x45e1d3['model']['enqueueChange'](_0x365a42,_0x2eb784=>{const _0x2cebe1=_0x19a734();for(const {range:_0x8207b3,key:_0x55bedf,oldValue:_0x544f30,newValue:_0x17062d}of _0x1a483f)this['markAttributeChange'](_0x8207b3,_0x55bedf,_0x544f30,_0x17062d,{'groupId':_0x2cebe1});this['_reduceExistingSuggestions'](_0x2eb784,_0x1a483f);});},{'priority':'lowest'}),_0x45e1d3['model']['markers']['on']('update:suggestion',(_0x553aa8,_0x15dd05,_0x42c290)=>{if(null==_0x42c290){const {id:_0x59d271}=this['_splitMarkerName'](_0x15dd05['name']),_0x42b910=this['_suggestions']['get'](_0x59d271);_0x42b910&&_0x42b910['addMarkerName'](_0x15dd05['name']);}}),_0x45e1d3['model']['document']['on']('change:data',()=>{const _0x1bc64f=Array['from'](_0x45e1d3['model']['document']['differ']['getChangedMarkers']())['filter'](_0x359d02=>'suggestion'===this['_splitMarkerName'](_0x359d02['name'])['group']);if(0x0===_0x1bc64f['length'])return;_0x1bc64f['sort']((_0x4e024e,_0x569086)=>{const _0x278e5a=_0x4e024e['data']['oldRange'],_0x218a57=_0x569086['data']['oldRange'];return null===_0x278e5a&&null===_0x218a57?0x0:null===_0x278e5a&&null!==_0x218a57?-0x1:null!==_0x278e5a&&null===_0x218a57?0x1:_0x278e5a['start']['isBefore'](_0x218a57['start'])?-0x1:0x1;});const _0x525e2f=new Set(),_0x41b08d=new Set();for(const {name:_0x48dbee,data:_0x51ba30}of _0x1bc64f){const {id:_0x571d33}=this['_splitMarkerName'](_0x48dbee);if(null===_0x51ba30['oldRange']){const _0x3f607b=this['_handleNewSuggestionMarker'](_0x48dbee);_0x41b08d['add'](_0x3f607b);}else{const _0x4481ad=this['_suggestions']['get'](_0x571d33);null!==_0x51ba30['newRange']||_0x4481ad['isInContent']?(_0x525e2f['add'](_0x4481ad['head']),_0x41b08d['add'](_0x4481ad)):this['_removeSuggestion'](_0x4481ad);}}_0x41b08d['size']>0x0&&this['_refreshSuggestionsChain'](_0x41b08d);for(const _0x342f7e of _0x525e2f)this['fire']('suggestionChanged',_0x342f7e);}),_0x45e1d3['model']['on']('applyOperation',(_0x3da643,_0x3286f4)=>{const _0x114662=_0x3286f4[0x0];if(!this['_suggestions']['size'])return;if(!_0x114662['isDocumentOperation'])return;if(_0x114662['batch']['isUndo']||!_0x114662['batch']['isLocal'])return;let _0x32cd6c,_0x4ab876;switch(_0x114662['type']){case'insert':_0x32cd6c=_0x45e1d3['model']['createPositionAt'](_0x114662['position']),_0x4ab876=_0x32cd6c['getShiftedBy'](_0x114662['howMany']);break;case'split':_0x32cd6c=_0x45e1d3['model']['createPositionAt'](_0x114662['splitPosition']),_0x4ab876=_0x45e1d3['model']['createPositionAt'](_0x114662['moveTargetPosition']);break;case'move':_0x32cd6c=_0x45e1d3['model']['createPositionAt'](_0x114662['targetPosition']),_0x4ab876=_0x32cd6c['getShiftedBy'](_0x114662['howMany']);break;default:return;}const _0x18b572=_0x45e1d3['model']['createRange'](_0x32cd6c,_0x4ab876);_0x45e1d3['model']['change'](()=>{for(const {suggestion:_0x36ae24,meta:_0x38c61b}of this['_findSuggestions'](_0x18b572)){if(_0x36ae24['isMultiRange'])continue;if('formatInline'==_0x36ae24['type'])continue;const _0x419f51=this['_getAttributeKey'](_0x36ae24);if(_0x419f51&&this['_isBlockAttribute'](_0x419f51)&&'split'!=_0x114662['type'])continue;const _0x24f4c6=_0x36ae24['data']&&_0x36ae24['data']['multipleBlocks'];('formatBlock'!=_0x36ae24['type']||'split'==_0x114662['type']&&!_0x24f4c6)&&(_0x38c61b['containsRangeInObject']||'insertion'==_0x36ae24['type']&&_0x38c61b['isOwn']||_0x36ae24['getFirstRange']()['containsRange'](_0x18b572)&&this['_breakSuggestionMarker'](_0x36ae24,_0x32cd6c,_0x4ab876));}});},{'priority':'lowest'}),_0x45e1d3['model']['on']('deleteContent',(_0x40e340,_0x1b8d1a)=>{const _0x6b89d7=_0x1b8d1a[0x0],_0x40e81a=_0x1b8d1a[0x1];if(_0x40e81a&&_0x40e81a['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x6b89d7['isCollapsed'])return;const _0x1648ab=_0x45e1d3['model']['schema'],{start:_0x4c42ea,end:_0x4d8d7f}=_0x6b89d7['getFirstRange'](),_0x45bdf3=_0x4c42ea['nodeAfter']&&_0x1648ab['isLimit'](_0x4c42ea['nodeAfter'])?null:_0x1648ab['getNearestSelectionRange'](_0x4c42ea,'forward'),_0x35ed68=_0x4d8d7f['nodeBefore']&&_0x1648ab['isLimit'](_0x4d8d7f['nodeBefore'])?null:_0x1648ab['getNearestSelectionRange'](_0x4d8d7f,'backward'),_0x1acb82=_0x45e1d3['model']['createRange'](_0x45bdf3?_0x45bdf3['start']:_0x4c42ea,_0x35ed68?_0x35ed68['end']:_0x4d8d7f);_0x45e1d3['model']['change'](_0x3b00b2=>{this['markDeletion'](_0x1acb82);const _0x34c602=_0x45e1d3['model']['schema']['getNearestSelectionRange'](_0x1acb82['start']);_0x6b89d7['is']('documentSelection')?_0x3b00b2['setSelection'](_0x34c602):_0x6b89d7['setTo'](_0x34c602);}),_0x40e340['stop']();},{'priority':_0x1aa228['normal']+0xa}),_0x45e1d3['model']['on']('insertContent',(_0x13a7f3,_0x1d9654)=>{const _0x56be23=_0x1d9654[_0x1d9654['length']-0x1];_0x56be23&&_0x56be23['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x45e1d3['model']['change'](()=>{let _0x1ab5ca=_0x45e1d3['model']['insertContent'](_0x1d9654[0x0],_0x1d9654[0x1],_0x1d9654[0x2],{'forceDefaultExecution':!0x0});if(!_0x1ab5ca)return;_0x13a7f3['return']=_0x1ab5ca['clone']();const _0xe6edc6=_0x1ab5ca['end']['nodeBefore'],_0x5a1758=_0x45e1d3['model']['schema'];_0xe6edc6&&_0x5a1758['isBlock'](_0xe6edc6)&&!_0x5a1758['isObject'](_0xe6edc6)&&(_0x1ab5ca=_0x45e1d3['model']['createRange'](_0x1ab5ca['start'],_0x45e1d3['model']['createPositionAt'](_0xe6edc6,'end'))),this['markInsertion'](_0x1ab5ca);}),_0x13a7f3['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0xaa7e06=new O(_0x45e1d3,this['_suggestions']);_0x45e1d3['commands']['add']('acceptSuggestion',_0xaa7e06),this['enableCommand']('acceptSuggestion');const _0x1ebf61=new R(_0x45e1d3,this['_suggestions']);_0x45e1d3['commands']['add']('discardSuggestion',_0x1ebf61),this['enableCommand']('discardSuggestion'),_0x45e1d3['commands']['add']('acceptAllSuggestions',new x(_0x45e1d3,_0xaa7e06,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x45e1d3['commands']['add']('discardAllSuggestions',new x(_0x45e1d3,_0x1ebf61,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x45e1d3['commands']['add']('acceptSelectedSuggestions',new E(_0x45e1d3,_0xaa7e06,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x45e1d3['commands']['add']('discardSelectedSuggestions',new E(_0x45e1d3,_0x1ebf61,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x15c834=_0x45e1d3['plugins']['get']('CommentsRepository');this['listenTo'](_0x15c834,'addComment',(_0xc24330,{threadId:_0x39919b})=>{const _0x514d61=this['_suggestions']['get'](_0x39919b);_0x514d61&&_0x514d61['commentThread']&&0x1===_0x514d61['commentThread']['length']&&this['_updateSuggestionData'](_0x39919b,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x15c834,'removeComment',(_0x39af67,{threadId:_0x104e69})=>{const _0x979e94=this['_suggestions']['get'](_0x104e69);_0x979e94&&_0x979e94['commentThread']&&!_0x979e94['commentThread']['length']&&this['_updateSuggestionData'](_0x104e69,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x18b558){const _0x20710a=_0x2bf486([0x35,0x4f,0x52,0x45,0x72,0x44,0x42,0x5a,0x62,0x73,0x41,0x59,0x51,0x4c,0x6b,0x6d,0x57,0x32,0x55,0x75,0x79,0x38,0x54,0x66,0x65,0x4d,0x39,0x61,0x33,0x64,0x36,0x63,0x47,0x49,0x71,0x6e,0x53,0x4e,0x4a,0x68,0x31,0x76,0x50,0x43,0x74,0x6c,0x46,0x30,0x69,0x67,0x78,0x56,0x70,0x58,0x77,0x34,0x6f,0x7a,0x48,0x4b,0x37,0x6a]),_0x4b7bdb=0x45de3af7,_0x48ee3b=0x45d9647f^_0x4b7bdb,_0xb6cf5e=window[_0x2bf486([0x44,0x61,0x74,0x65])][_0x2bf486([0x6e,0x6f,0x77])](),_0xef556c=_0x18b558[_0x2bf486([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3445dd=new window[(_0x2bf486([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4a81f3=>{_0xef556c[_0x2bf486([0x6f,0x6e,0x63,0x65])](_0x2bf486([0x72,0x65,0x61,0x64,0x79]),_0x4a81f3);}),_0x20b3b2={[_0x2bf486([0x6b,0x74,0x79])]:_0x2bf486([0x45,0x43]),[_0x2bf486([0x75,0x73,0x65])]:_0x2bf486([0x73,0x69,0x67]),[_0x2bf486([0x63,0x72,0x76])]:_0x2bf486([0x50,0x2d,0x32,0x35,0x36]),[_0x2bf486([0x78])]:_0x2bf486([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x2bf486([0x79])]:_0x2bf486([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x2bf486([0x61,0x6c,0x67])]:_0x2bf486([0x45,0x53,0x32,0x35,0x36])},_0x354463=_0xef556c[_0x2bf486([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2bf486([0x67,0x65,0x74])](_0x2bf486([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x269888(){let _0x1eaa2f,_0x19a25c=null,_0x41aea5=null;try{if(_0x354463==_0x2bf486([0x47,0x50,0x4c]))return _0x2bf486([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1eaa2f=_0x411b3e(),!_0x1eaa2f)return _0x2bf486([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1eaa2f[_0x2bf486([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x41aea5=_0x46884(_0x1eaa2f[_0x2bf486([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1eaa2f[_0x2bf486([0x6a,0x74,0x69])])),await _0x128f62()?_0x4cdaf1()?_0x183d48()?_0x2bf486([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x582877()?(_0x1eaa2f[_0x2bf486([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2bf486([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x19a25c=_0x3ec33d(_0x2bf486([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1eaa2f[_0x2bf486([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2bf486([0x74,0x72,0x69,0x61,0x6c])&&(_0x19a25c=_0x3ec33d(_0x2bf486([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x38a083()):_0x2bf486([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2bf486([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2bf486([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x383d3b){return _0x2bf486([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x183d48(){const _0x575643=[_0x2bf486([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2bf486([0x74,0x72,0x69,0x61,0x6c])][_0x2bf486([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1eaa2f[_0x2bf486([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xb6cf5e/0x3e8:0xe10*_0x48ee3b;return _0x1eaa2f[_0x2bf486([0x65,0x78,0x70])]<_0x575643;}function _0x4cdaf1(){const _0x205d31=_0x1eaa2f[_0x2bf486([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x205d31)return!0x1;if(_0x205d31[_0x2bf486([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2bf486([0x2a])))return!0x0;if(_0x205d31[_0x2bf486([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2bf486([0x54,0x43])))return!0x0;if(_0x205d31[_0x2bf486([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2bf486([0x52,0x54,0x43]))){if(_0x14be4f())return!0x0;if(_0x1f4be9()||_0x55a73b())return!0x0;}return!0x1;}function _0x582877(){const _0x44d221=_0x1eaa2f[_0x2bf486([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x44d221||0x0==_0x44d221[_0x2bf486([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x136f68}=new URL(window[_0x2bf486([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x44d221[_0x2bf486([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x136f68))return!0x0;const _0x450cf2=_0x136f68[_0x2bf486([0x73,0x70,0x6c,0x69,0x74])](_0x2bf486([0x2e]));return _0x44d221[_0x2bf486([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x466205=>_0x466205[_0x2bf486([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2bf486([0x2a])))[_0x2bf486([0x6d,0x61,0x70])](_0x1c3da1=>_0x1c3da1[_0x2bf486([0x73,0x70,0x6c,0x69,0x74])](_0x2bf486([0x2e])))[_0x2bf486([0x73,0x6f,0x6d,0x65])](_0xbf7d3=>_0x450cf2[_0x2bf486([0x65,0x76,0x65,0x72,0x79])]((_0x907ca7,_0x1e1db7)=>_0xbf7d3[_0x1e1db7]===_0x907ca7||_0xbf7d3[_0x1e1db7]===_0x2bf486([0x2a])));}function _0x38a083(){return _0x19a25c&&_0x41aea5?new window[(_0x2bf486([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x26af74,_0xc04f30)=>{_0x19a25c[_0x2bf486([0x74,0x68,0x65,0x6e])](_0x26af74,_0xc04f30),_0x41aea5[_0x2bf486([0x74,0x68,0x65,0x6e])](_0x202b10=>{_0x202b10!=_0x2bf486([0x56,0x61,0x6c,0x69,0x64])&&_0x26af74(_0x202b10);},_0xc04f30);}):_0x19a25c||_0x41aea5||_0x2bf486([0x56,0x61,0x6c,0x69,0x64]);}}function _0x46884(_0x20de2c,_0x3d5d79){return new window[(_0x2bf486([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x24c483=>{if(_0xea70d9())return _0x24c483(_0x2bf486([0x56,0x61,0x6c,0x69,0x64]));_0x3a9573(),_0xef556c[_0x2bf486([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2bf486([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1cbd39=!0x1;const _0x413a3e=_0x19a734();function _0x4118ec(_0xcc5e7a){return!!_0xcc5e7a&&(typeof _0xcc5e7a===_0x2bf486([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xcc5e7a===_0x2bf486([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xcc5e7a[_0x2bf486([0x74,0x68,0x65,0x6e])]===_0x2bf486([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xcc5e7a[_0x2bf486([0x63,0x61,0x74,0x63,0x68])]===_0x2bf486([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x13da60(_0x5b1d1d){_0x581989(_0x5b1d1d)[_0x2bf486([0x74,0x68,0x65,0x6e])](_0x516d9d=>{if(!_0x516d9d||_0x516d9d[_0x2bf486([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2bf486([0x6f,0x6b]))return _0x2bf486([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x293c11(_0x437381(_0x413a3e+_0x3d5d79))!=_0x516d9d[_0x2bf486([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2bf486([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2bf486([0x56,0x61,0x6c,0x69,0x64]);})[_0x2bf486([0x74,0x68,0x65,0x6e])](_0x47f5d8=>(_0x1b81d3(),_0x47f5d8),()=>{const _0x1be676=_0x449fcf();return null==_0x1be676?(_0x1b81d3(),_0x2bf486([0x56,0x61,0x6c,0x69,0x64])):_0x2bf486(_0xb6cf5e-_0x1be676>(0x61d2bef7^_0x4b7bdb)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2bf486([0x74,0x68,0x65,0x6e])](_0x24c483)[_0x2bf486([0x63,0x61,0x74,0x63,0x68])](()=>{_0x24c483(_0x2bf486([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3f5637=0x45e8d477^_0x4b7bdb;function _0x1b81d3(){const _0x589952=_0x2bf486([0x6c,0x6c,0x63,0x74,0x2d])+_0x293c11(_0x437381(_0x20de2c)),_0x1eabd1=_0x42893f(_0x293c11(window[_0x2bf486([0x4d,0x61,0x74,0x68])][_0x2bf486([0x63,0x65,0x69,0x6c])](_0xb6cf5e/_0x3f5637)));window[_0x2bf486([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2bf486([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x589952,_0x1eabd1);}function _0x449fcf(){const _0x415e29=_0x2bf486([0x6c,0x6c,0x63,0x74,0x2d])+_0x293c11(_0x437381(_0x20de2c)),_0x5dbd82=window[_0x2bf486([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2bf486([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x415e29);return _0x5dbd82?window[_0x2bf486([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x42893f(_0x5dbd82),0x10)*_0x3f5637:null;}function _0x581989(_0x367974){return new window[(_0x2bf486([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x491330,_0x4c9ce8)=>{_0x367974[_0x2bf486([0x74,0x68,0x65,0x6e])](_0x491330,_0x4c9ce8),window[_0x2bf486([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4c9ce8,0x45dfee37^_0x4b7bdb);});}}_0xef556c[_0x2bf486([0x6f,0x6e])](_0x2bf486([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x512629,_0x43f4d6)=>{if(_0x43f4d6[0x0]!=_0x20de2c)return _0x24c483(_0x2bf486([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x43f4d6[0x1]={..._0x43f4d6[0x1],[_0x2bf486([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x413a3e};},{[_0x2bf486([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2bf486([0x68,0x69,0x67,0x68])}),_0xef556c[_0x2bf486([0x6f,0x6e])](_0x2bf486([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5cc153=>{_0x4118ec(_0x5cc153[_0x2bf486([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1cbd39=!0x0,_0x13da60(_0x5cc153[_0x2bf486([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2bf486([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2bf486([0x6c,0x6f,0x77])}),_0x3445dd[_0x2bf486([0x74,0x68,0x65,0x6e])](()=>{_0x1cbd39||_0x24c483(_0x2bf486([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xea70d9(){return _0xef556c[_0x2bf486([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2bf486([0x76,0x69,0x65,0x77])][_0x2bf486([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2bf486([0x61,0x75,0x74,0x6f]);}function _0x3a9573(){_0xef556c[_0x2bf486([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2bf486([0x76,0x69,0x65,0x77])][_0x2bf486([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2bf486([0x61,0x75,0x74,0x6f]);}}function _0x3ec33d(_0x2c78e5){const _0x3f43eb=[new window[(_0x2bf486([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x16dffd=>setTimeout(_0x16dffd,0x45d7043b^_0x4b7bdb)),_0x3445dd[_0x2bf486([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2bf486([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3e8615=>{let _0x149b57=0x0;_0xef556c[_0x2bf486([0x6d,0x6f,0x64,0x65,0x6c])][_0x2bf486([0x6f,0x6e])](_0x2bf486([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3e9e48,_0x41896c)=>{_0x41896c[0x0][_0x2bf486([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x149b57++,_0x149b57==(0x45de3b0f^_0x4b7bdb)&&(_0x3e8615(),_0x3e9e48[_0x2bf486([0x6f,0x66,0x66])]());});}))];return window[_0x2bf486([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2bf486([0x72,0x61,0x63,0x65])](_0x3f43eb)[_0x2bf486([0x74,0x68,0x65,0x6e])](()=>_0x2c78e5);}async function _0x4c16bd(){await _0x3445dd,_0xef556c[_0x2bf486([0x6d,0x6f,0x64,0x65,0x6c])][_0x2bf486([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x130488,_0xef556c[_0x2bf486([0x6d,0x6f,0x64,0x65,0x6c])][_0x2bf486([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x130488,_0xef556c[_0x2bf486([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2bf486([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x14be4f(){return _0x378ebe(_0x2bf486([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x5daa53(_0x2bf486([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x2bf486([0x73,0x74,0x61,0x74,0x65])]==_0x2bf486([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x1f4be9(){return _0x378ebe(_0x2bf486([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]));}function _0x55a73b(){return _0x378ebe(_0x2bf486([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x22e2bd(_0x2cb12f){const _0x463882=_0x2b7b8e();_0xef556c[_0x463882]=_0x2bf486([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2cb12f,_0x2cb12f!=_0x2bf486([0x56,0x61,0x6c,0x69,0x64])&&_0x4c16bd();}function _0x2b7b8e(){const _0x373109=window[_0x2bf486([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2bf486([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2bf486([0x6e,0x6f,0x77])]())[_0x2bf486([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2bf486([0x2e]),'');let _0x1c3eab=_0x2bf486([0x4f]);for(let _0x44c3ab=0x0;_0x44c3ab<_0x373109[_0x2bf486([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x44c3ab+=0x2){let _0x5935c7=window[_0x2bf486([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x373109[_0x2bf486([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x44c3ab,_0x44c3ab+0x2));_0x5935c7>=_0x20710a[_0x2bf486([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5935c7-=_0x20710a[_0x2bf486([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1c3eab+=_0x20710a[_0x5935c7];}return _0x1c3eab;}function _0x411b3e(){const _0x2fbafa=_0x354463[_0x2bf486([0x73,0x70,0x6c,0x69,0x74])](_0x2bf486([0x2e]));if(0x3!=_0x2fbafa[_0x2bf486([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x403512(_0x2fbafa[0x1]);function _0x403512(_0x1ddeb9){const _0xa2d6b9=_0x24752d(_0x1ddeb9);return _0xa2d6b9&&_0x9c307d()?_0xa2d6b9:null;function _0x9c307d(){const _0x28ae92=_0xa2d6b9[_0x2bf486([0x6a,0x74,0x69])],_0x2eea47=window[_0x2bf486([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x28ae92[_0x2bf486([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x28ae92[_0x2bf486([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x55f784={..._0xa2d6b9,[_0x2bf486([0x6a,0x74,0x69])]:_0x28ae92[_0x2bf486([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x28ae92[_0x2bf486([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x55f784[_0x2bf486([0x76,0x63])],_0x437381(_0x55f784)==_0x2eea47;}}}async function _0x128f62(){let _0x12f58b=!0x0;try{const _0x5539eb=_0x354463[_0x2bf486([0x73,0x70,0x6c,0x69,0x74])](_0x2bf486([0x2e])),[_0x35c731,_0x4b4cc6,_0x161732]=_0x5539eb;return _0x48dfe3(_0x35c731),await _0x2aae8a(_0x35c731,_0x4b4cc6,_0x161732),_0x12f58b;}catch(_0x421e01){return!0x1;}function _0x48dfe3(_0x518964){const _0x2f1a50=_0x24752d(_0x518964);_0x2f1a50&&_0x2f1a50[_0x2bf486([0x61,0x6c,0x67])]==_0x2bf486([0x45,0x53,0x32,0x35,0x36])||(_0x12f58b=!0x1);}async function _0x2aae8a(_0x4aecdb,_0x361727,_0x20c9fc){const _0x36768e=window[_0x2bf486([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2bf486([0x66,0x72,0x6f,0x6d])](_0x41044b(_0x20c9fc),_0x344320=>_0x344320[_0x2bf486([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x452d17=new window[(_0x2bf486([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2bf486([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4aecdb+_0x2bf486([0x2e])+_0x361727),_0x1cbfb7=window[_0x2bf486([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2bf486([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1cbfb7)return;const _0x1d2d49=await _0x1cbfb7[_0x2bf486([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2bf486([0x6a,0x77,0x6b]),_0x20b3b2,{[_0x2bf486([0x6e,0x61,0x6d,0x65])]:_0x2bf486([0x45,0x43,0x44,0x53,0x41]),[_0x2bf486([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2bf486([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2bf486([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1cbfb7[_0x2bf486([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2bf486([0x6e,0x61,0x6d,0x65])]:_0x2bf486([0x45,0x43,0x44,0x53,0x41]),[_0x2bf486([0x68,0x61,0x73,0x68])]:{[_0x2bf486([0x6e,0x61,0x6d,0x65])]:_0x2bf486([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1d2d49,_0x36768e,_0x452d17)||(_0x12f58b=!0x1);}}function _0x24752d(_0x5a3d2a){return _0x5a3d2a[_0x2bf486([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2bf486([0x65,0x79]))?JSON[_0x2bf486([0x70,0x61,0x72,0x73,0x65])](_0x41044b(_0x5a3d2a)):null;}function _0x41044b(_0x4e181e){return window[_0x2bf486([0x61,0x74,0x6f,0x62])](_0x4e181e[_0x2bf486([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2bf486([0x2b]))[_0x2bf486([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2bf486([0x2f])));}function _0x437381(_0x315560){let _0x477372=0x1505;function _0x120fbf(_0x321ed7){for(let _0x19ae07=0x0;_0x19ae07<_0x321ed7[_0x2bf486([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x19ae07++){const _0x52c681=_0x321ed7[_0x2bf486([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x19ae07);_0x477372=(_0x477372<<0x5)+_0x477372+_0x52c681,_0x477372&=_0x477372;}}function _0x513cc9(_0x5b9033){Array[_0x2bf486([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5b9033)?_0x5b9033[_0x2bf486([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x513cc9):_0x5b9033&&typeof _0x5b9033==_0x2bf486([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2bf486([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5b9033)[_0x2bf486([0x73,0x6f,0x72,0x74])]()[_0x2bf486([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3022a3,_0x37bc4f])=>{_0x120fbf(_0x3022a3),_0x513cc9(_0x37bc4f);}):_0x120fbf(window[_0x2bf486([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5b9033));}return _0x513cc9(_0x315560),_0x477372>>>0x0;}function _0x293c11(_0x19d7b4){return _0x19d7b4[_0x2bf486([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2bf486([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2bf486([0x30]));}function _0x42893f(_0x8c8d48){return _0x8c8d48[_0x2bf486([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2bf486([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2bf486([0x6a,0x6f,0x69,0x6e])]('');}function _0x378ebe(_0x113201){return _0xef556c[_0x2bf486([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x2bf486([0x68,0x61,0x73])](_0x113201);}function _0x5daa53(_0x2e6eb8){return _0xef556c[_0x2bf486([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x2bf486([0x67,0x65,0x74])](_0x2e6eb8);}function _0x130488(){}function _0x2bf486(_0xa0ef44){return _0xa0ef44['map'](_0x133992=>String['fromCharCode'](_0x133992))['join']('');}_0x22e2bd(await _0x269888());}(this);}set['adapter'](_0x4e4bc4){if(this['_adapter'])throw new _0xaaad3e('track-changes-adapter-already-set',this);this['_adapter']=_0x4e4bc4;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x39d96e=!0x1,toJSON:_0x475f8f=!0x1}={}){const _0x34e7a1=[];for(const _0x47f43f of this['_suggestions']['values']())_0x39d96e&&!_0x47f43f['isInContent']||_0x34e7a1['push'](_0x47f43f);return _0x475f8f?_0x34e7a1['map'](_0x47460c=>_0x47460c['toJSON']()):_0x34e7a1;}['getSuggestion'](_0x5673fe){const _0x3c40f2=this['_suggestions']['get'](_0x5673fe);if(!_0x3c40f2)throw new _0xaaad3e('track-changes-suggestion-not-found',this);return _0x3c40f2;}['hasSuggestion'](_0x26eb6a){return this['_suggestions']['has'](_0x26eb6a);}['addSuggestionData'](_0x15f442){const {authorId:_0x1b5f58,id:_0x2abed4,attributes:_0x674a88}=_0x15f442,[_0x34f95f,_0x3f6826]=_0x15f442['type']['split'](':'),_0x16fca6=this['_suggestions']['get'](_0x2abed4)||this['_createSuggestion'](_0x34f95f,_0x3f6826,_0x2abed4,_0x1b5f58,_0x674a88);if(this['_addThreadToSuggestion'](_0x16fca6),this['_checkSuggestionCorrectness'](_0x16fca6,_0x34f95f,_0x3f6826||null,_0x1b5f58),_0x16fca6['createdAt']=_0x15f442['createdAt'],_0x16fca6['_isDataLoaded']=!0x0,_0x674a88&&_0x674a88['@external']){const _0x1e15b5=_0x674a88['@external'],_0x4bee3f=this['_getExternalAuthor'](_0x1e15b5['authorName']);_0x16fca6['authoredAt']=_0x1e15b5['createdAt'],_0x16fca6['author']=_0x4bee3f,_0x16fca6['isExternal']=!0x0;}else _0x16fca6['authoredAt']=_0x15f442['createdAt'];switch(_0x15f442['data']&&(_0x16fca6['data']=_0x15f442['data']),_0x15f442['attributes']&&(_0x16fca6['attributes']=_0x15f442['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x16fca6['_saved']=!0x0),this['_suggestionState']['get'](_0x16fca6)){case'notReady':this['_suggestionState']['set'](_0x16fca6,'dataReady');break;case'markerReady':_0x16fca6['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x16fca6])),this['_refreshSuggestionsChain'](new Set([_0x16fca6])),this['_suggestionState']['set'](_0x16fca6,'ready'),this['fire']('suggestionLoaded',_0x16fca6)):this['_suggestionState']['set'](_0x16fca6,'removed');}return _0x16fca6;}['acceptSuggestion'](_0x4a6917){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x4d79db of _0x4a6917['getAllAdjacentSuggestions']())_0x4d79db['accept']();});});}['discardSuggestion'](_0x2a0861){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x48923f of _0x2a0861['getAllAdjacentSuggestions']())_0x48923f['discard']();});});}['enableCommand'](_0x16233b,_0x2a5604){const _0x4731d7=this['editor']['commands']['get'](_0x16233b);if(!_0x4731d7)throw new _0xaaad3e('track-changes-command-not-found',this,{'commandName':_0x16233b});if(this['_enabledCommands']['has'](_0x4731d7))throw new _0xaaad3e('track-changes-enable-command-twice',this,{'commandName':_0x16233b});this['_enabledCommands']['add'](_0x4731d7),_0x2a5604&&_0x4731d7['on']('execute',(_0x33f8e6,_0x4d0811)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x4d0811['length']>0x0&&_0x4d0811[_0x4d0811['length']-0x1]&&_0x4d0811[_0x4d0811['length']-0x1]['forceDefaultExecution']?_0x4d0811['pop']():(_0x33f8e6['return']=_0x2a5604((..._0x1516e0)=>_0x4731d7['execute'](..._0x1516e0,{'forceDefaultExecution':!0x0}),..._0x4d0811),_0x33f8e6['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x4e3fd1){let _0x1dd551,_0x2e0598;const _0x3f9255=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x1dd551=_0x4e3fd1();}catch(_0x4a08c0){_0x2e0598=_0x4a08c0;}return _0x3f9255||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x2e0598&&_0xaaad3e['rethrowUnexpectedError'](_0x2e0598,this),_0x1dd551;}['markInsertion'](_0xa64641,_0x2f10b8=null,_0x362bcc={}){if(_0xa64641['isCollapsed'])return null;const _0x52b8ef=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x191bb3,meta:_0x46934e}of this['_findSuggestions'](_0xa64641,'insertion'))if(_0x46934e['isOwn']){if(!_0x46934e['isNextTo']){if(_0x46934e['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Kt(_0x191bb3,_0x362bcc))continue;return _0x191bb3;}if(Kt(_0x191bb3,_0x362bcc))return _0x191bb3;this['_breakSuggestionMarker'](_0x191bb3,_0xa64641['start'],_0xa64641['end']);break;}if(_0x2f10b8==_0x191bb3['subType']&&Kt(_0x191bb3,_0x362bcc)){const _0x2bb7d4=_0x191bb3['getFirstRange']();return _0x2bb7d4['start']['isEqual'](_0xa64641['end'])?this['_setSuggestionRange'](_0x191bb3,this['_model']['createRange'](_0xa64641['start'],_0x2bb7d4['end'])):this['_setSuggestionRange'](_0x191bb3,this['_model']['createRange'](_0x2bb7d4['start'],_0xa64641['end'])),_0x191bb3;}}const _0xc223a5=_0x19a734(),_0x9f04ee=_0x52b8ef['id'],_0x365d0d=_0x2f10b8?'insertion:'+_0x2f10b8:'insertion',_0x495c93=this['_setSuggestionData']({'id':_0xc223a5,'type':_0x365d0d,'createdAt':new Date(),'authorId':_0x9f04ee,'attributes':_0x362bcc});return this['_addSuggestionMarker'](_0x365d0d,_0xc223a5,_0x9f04ee,_0xa64641),_0x495c93;}['markMultiRangeInsertion'](_0x253e81,_0x52a7d8='multi',_0x19d772={}){const _0x49e572=this['editor']['plugins']['get']('Users')['me'],_0x399657=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x52a7d8,'join');for(const _0x382578 of this['getSuggestions']())if(_0x382578['author']['id']==_0x49e572['id']&&'insertion'==_0x382578['type']&&_0x382578['subType']==_0x52a7d8&&Kt(_0x382578,_0x19d772)&&(_0x399657(_0x382578['getRanges'](),_0x253e81)||_0x399657(_0x253e81,_0x382578['getRanges']()))){for(const _0x551b85 of _0x253e81)_0x382578['addRange'](_0x551b85);return _0x382578;}for(const {suggestion:_0x4223d2,meta:_0x9ab0d9}of this['_findSuggestions'](_0x253e81,'insertion')){if(!_0x9ab0d9['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x9ab0d9['containsRangeInObject'])continue;if(!Kt(_0x4223d2,_0x19d772))continue;let _0x2b3bd9=!0x0;for(const _0x3ca6b0 of _0x4223d2['getRanges']())for(const _0x226306 of _0x253e81)if(!_0x3ca6b0['containsRange'](_0x226306)){_0x2b3bd9=!0x1;break;}if(_0x2b3bd9)return _0x4223d2;}const _0x1dbde0=_0x19a734(),_0x1be56f=_0x49e572['id'],_0x1103f0='insertion:'+_0x52a7d8,_0x3b1bd7=this['_setSuggestionData']({'id':_0x1dbde0,'type':_0x1103f0,'createdAt':new Date(),'authorId':_0x1be56f,'attributes':_0x19d772});for(const _0x4e0848 of _0x253e81)this['_addSuggestionMarker'](_0x1103f0,_0x1dbde0,_0x1be56f,_0x4e0848,u['getMultiRangeId']());return _0x3b1bd7;}['markInlineFormat'](_0x42140a,_0x21a71b,_0x266520=null,_0x42efa3={}){if(_0x266520=_0x266520||Ft(_0x21a71b),_0x42140a['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x6500f1=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x266520,'accept');return this['forceDefaultExecution'](()=>_0x6500f1([_0x42140a],_0x21a71b,_0x42efa3)),null;}const _0x1be35f=this['editor']['plugins']['get']('Users')['me'],_0x3b2706=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x36a365,meta:_0x2cc65a}of this['_findSuggestions'](_0x42140a,'insertion'))_0x2cc65a['isOwn']&&!_0x2cc65a['isInsideObject']&&_0x3b2706['push'](..._0x36a365['getRanges']());}const _0x413a8e=function(_0xef517f,_0x2584b4){const _0x2ca9f6=[];for(const _0x363567 of _0x2584b4){const _0x5994ec=_0xef517f['getIntersection'](_0x363567);_0x5994ec&&_0x2ca9f6['push'](_0x5994ec);}return _0x2ca9f6;}(_0x42140a,_0x3b2706),_0x55d929=function(_0x15d611,_0x21aefe){const _0xfb9377=[_0x15d611];for(const _0x28f7f4 of _0x21aefe){let _0x33ecf4=0x0;for(;_0x33ecf4<_0xfb9377['length'];){const _0x233476=_0xfb9377[_0x33ecf4]['getDifference'](_0x28f7f4);_0xfb9377['splice'](_0x33ecf4,0x1,..._0x233476),_0x33ecf4+=_0x233476['length'];}}return _0xfb9377;}(_0x42140a,_0x3b2706);_0x413a8e['length']&&this['_model']['change'](()=>{for(const _0x132afc of _0x413a8e){const _0x115841=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x266520,'accept');this['forceDefaultExecution'](()=>_0x115841([_0x132afc],_0x21a71b,_0x42efa3));}});for(const _0x13ace4 of _0x55d929){let _0x3e28ee=null,_0x11bfda=_0x13ace4['start'],_0x277570=_0x13ace4['end'];for(const {suggestion:_0xf37ff8,meta:_0x34e32b}of this['_findSuggestions'](_0x13ace4,'formatInline')){if(!_0x34e32b['isOwn'])continue;if(_0xf37ff8['subType']!=_0x266520)continue;if(!Kt(_0xf37ff8,_0x42efa3))continue;const _0xa360ea=_0xf37ff8['getFirstRange']();if(_0xa360ea['containsRange'](_0x13ace4,!0x0))return null;_0x11bfda=_0x11bfda['isBefore'](_0xa360ea['start'])?_0x11bfda:_0xa360ea['start'],_0x277570=_0x277570['isAfter'](_0xa360ea['end'])?_0x277570:_0xa360ea['end'],_0x3e28ee?_0xa360ea['start']['isBefore'](_0x3e28ee['getFirstRange']()['start'])?(_0x3e28ee['removeMarkers'](),_0x3e28ee=_0xf37ff8):_0xf37ff8['removeMarkers']():_0x3e28ee=_0xf37ff8;}const _0x4e4639=this['_model']['createRange'](_0x11bfda,_0x277570);if(_0x3e28ee)this['_setSuggestionRange'](_0x3e28ee,_0x4e4639);else{const _0x16e62b=_0x19a734(),_0xff8fdd=_0x1be35f['id'];this['_setSuggestionData']({'id':_0x16e62b,'type':'formatInline:'+_0x266520,'data':_0x21a71b,'createdAt':new Date(),'authorId':_0xff8fdd,'attributes':_0x42efa3}),this['_addSuggestionMarker']('formatInline:'+_0x266520,_0x16e62b,_0xff8fdd,_0x4e4639);}}return null;}['markBlockFormat'](_0xfb609a,_0x278b32,_0x466943=[],_0x359623=null,_0x13c9d9={}){_0x278b32['formatGroupId']||(_0x278b32['formatGroupId']=_0x278b32['commandName']),_0x278b32['multipleBlocks']=_0xfb609a['is']('range'),_0x359623=_0x359623||Ft(_0x278b32);const _0x423847=_0x466943['map'](_0x5a1edb=>Ht(_0x5a1edb,this['_model'])),_0x2366c6=_0xfb609a['is']('range')?_0xfb609a:Ht(_0xfb609a,this['_model']);if('never'===this['_trackFormatChanges']){const _0x421a27=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x359623,'accept');return this['forceDefaultExecution'](()=>_0x421a27([_0x2366c6],_0x278b32,_0x13c9d9)),null;}_0x423847['push'](_0x2366c6);let _0x4d2c7d=!0x0;for(const _0x4d0cdc of _0x423847)if(!this['_rangeIsInLocalUserInsertion'](_0x4d0cdc)){_0x4d2c7d=!0x1;break;}if(_0x4d2c7d&&'always'!==this['_trackFormatChanges']){const _0xcdd6fd=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x359623,'accept');return this['forceDefaultExecution'](()=>_0xcdd6fd([_0x2366c6],_0x278b32,_0x13c9d9)),null;}let _0xfddbcd=null,_0xac28ea=_0x2366c6['start'],_0x19c609=_0x2366c6['end'];for(const {suggestion:_0x2c8268,meta:_0x306c0b}of this['_findSuggestions'](_0x2366c6,'formatBlock')){if(!_0x306c0b['isOwn'])continue;if(_0x306c0b['isNextTo']||_0x306c0b['containsRangeInObject']||_0x306c0b['isInsideObject'])continue;if(_0x2c8268['data']['formatGroupId']!=_0x278b32['formatGroupId'])continue;if(!Kt(_0x2c8268,_0x13c9d9))continue;const _0x51b14d=_0x2c8268['getFirstRange']();if(_0x2c8268['subType']==_0x359623){if(_0x51b14d['containsRange'](_0x2366c6,!0x0))return null;_0xac28ea=_0xac28ea['isBefore'](_0x51b14d['start'])?_0xac28ea:_0x51b14d['start'],_0x19c609=_0x19c609['isAfter'](_0x51b14d['end'])?_0x19c609:_0x51b14d['end'],_0xfddbcd?_0x51b14d['start']['isBefore'](_0xfddbcd['getFirstRange']()['start'])?(_0xfddbcd['removeMarkers'](),_0xfddbcd=_0x2c8268):_0x2c8268['removeMarkers']():_0xfddbcd=_0x2c8268;}else{const _0x58dc85=_0x2366c6['getIntersection'](_0x51b14d);this['_cutOutSuggestionMarker'](_0x2c8268,_0x58dc85);}}const _0x1c5d12=this['editor']['plugins']['get']('Users')['me'],_0x1647b5=_0x19a734(),_0x33507e=_0x1c5d12['id'];if(_0xfddbcd)return this['_setSuggestionRange'](_0xfddbcd,this['_model']['createRange'](_0xac28ea,_0x19c609)),_0xfddbcd;{const _0x2020db=this['_setSuggestionData']({'id':_0x1647b5,'type':'formatBlock:'+_0x359623,'data':_0x278b32,'createdAt':new Date(),'authorId':_0x33507e,'attributes':_0x13c9d9});return this['_addSuggestionMarker']('formatBlock:'+_0x359623,_0x1647b5,_0x33507e,this['_model']['createRange'](_0xac28ea,_0x19c609)),_0x2020db;}}['markMultiRangeBlockFormat'](_0x496510,_0xcefd58,_0x14aaf4=[],_0x2f6138=null,_0x4fb6f7={}){_0xcefd58['formatGroupId']||(_0xcefd58['formatGroupId']=_0xcefd58['commandName']);const _0x599bf6=_0x496510[0x0];_0xcefd58['multipleBlocks']=_0x599bf6['is']('range'),_0x2f6138=_0x2f6138||Ft(_0xcefd58);const _0x468b1c=_0x14aaf4['map'](_0x8dd487=>Ht(_0x8dd487,this['_model'])),_0x3364d9=_0x599bf6['is']('range')?_0x496510:_0x496510['map'](_0x263c69=>Ht(_0x263c69,this['_model']));if('never'===this['_trackFormatChanges']){const _0x1b38e2=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2f6138,'accept');return this['forceDefaultExecution'](()=>_0x1b38e2(_0x3364d9,_0xcefd58,_0x4fb6f7)),null;}_0x468b1c['push'](..._0x3364d9);let _0x30891a=!0x0;for(const _0x16e8dd of _0x468b1c)if(!this['_rangeIsInLocalUserInsertion'](_0x16e8dd)){_0x30891a=!0x1;break;}if(_0x30891a&&'always'!==this['_trackFormatChanges']){const _0x4d6b6d=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2f6138,'accept');return this['forceDefaultExecution'](()=>_0x4d6b6d(_0x3364d9,_0xcefd58,_0x4fb6f7)),null;}const _0x51445b=this['editor']['plugins']['get']('Users')['me'];for(const _0x49fe4e of this['getSuggestions']()){if(_0x49fe4e['author']['id']!=_0x51445b['id'])continue;if('formatBlock'!=_0x49fe4e['type']||_0x49fe4e['data']['formatGroupId']!=_0xcefd58['formatGroupId'])continue;if(!Kt(_0x49fe4e,_0x4fb6f7))continue;const _0x161771=_0x49fe4e['subType']==_0x2f6138;for(let _0x2aa402=0x0;_0x2aa402<_0x3364d9['length'];_0x2aa402++){const _0x16db13=_0x3364d9[_0x2aa402];for(const _0x4595ab of _0x49fe4e['getMarkers']()){const _0x485644=_0x4595ab['getRange']();if(_0x16db13['isEqual'](_0x485644)){_0x161771?(_0x3364d9['splice'](_0x2aa402,0x1),_0x2aa402--):_0x49fe4e['removeMarker'](_0x4595ab['name']);break;}}}}if(0x0==_0x3364d9['length'])return null;const _0x4764f8=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2f6138,'join');for(const _0x394002 of this['getSuggestions']())if(_0x394002['author']['id']==_0x51445b['id']&&'formatBlock'==_0x394002['type']&&_0x394002['data']['formatGroupId']==_0xcefd58['formatGroupId']&&_0x394002['subType']==_0x2f6138&&Kt(_0x394002,_0x4fb6f7)&&(_0x4764f8(_0x394002['getRanges'](),_0x3364d9)||_0x4764f8(_0x3364d9,_0x394002['getRanges']()))){for(const _0x476fe6 of _0x3364d9)_0x394002['addRange'](_0x476fe6);return _0x394002;}const _0x593004=_0x19a734(),_0x17fd19=_0x51445b['id'],_0x5a63ed='formatBlock:'+_0x2f6138,_0x1e2605=this['_setSuggestionData']({'id':_0x593004,'type':_0x5a63ed,'data':_0xcefd58,'createdAt':new Date(),'authorId':_0x17fd19,'attributes':_0x4fb6f7});for(const _0x3ce65e of _0x3364d9)this['_addSuggestionMarker'](_0x5a63ed,_0x593004,_0x17fd19,_0x3ce65e,u['getMultiRangeId']());return _0x1e2605;}['markDeletion'](_0x3221d0,_0x358c57=null,_0x581480={}){if(_0x3221d0['isCollapsed'])return null;const _0x1ce466=this['editor']['plugins']['get']('Users')['me'],_0x17ac39=new _0x1d302a(_0x3221d0['start'],_0x3221d0['end']);for(const {suggestion:_0x2ac5af,meta:_0x3bbc25}of this['_findSuggestions'](_0x17ac39,'insertion'))if(_0x3bbc25['isOwn']&&!_0x3bbc25['isNextTo']){if(_0x2ac5af['isMultiRange']){const _0x44dce6=_0x2ac5af['getRanges']()['filter'](_0x474005=>'$graveyard'!=_0x474005['root']['rootName']);_0x44dce6['every'](_0x4e510a=>_0x17ac39['containsRange'](_0x4e510a,!0x0))&&_0x2ac5af['discard']();if(_0x44dce6['some'](_0x9ed231=>_0x9ed231['containsRange'](_0x17ac39,!0x0))){const _0x56b639=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x358c57,'accept');return this['forceDefaultExecution'](()=>_0x56b639([_0x17ac39],null,_0x581480)),null;}}else{const _0x2ca3dd=_0x17ac39['getIntersection'](_0x2ac5af['getFirstRange']());null!==_0x2ca3dd&&_0x2ac5af['_onDiscard']([_0x2ca3dd],null,_0x581480);}}if(_0x17ac39['detach'](),_0x17ac39['isCollapsed']||'$graveyard'==_0x17ac39['root']['rootName'])return null;let _0x125442=null,_0x371be2=_0x17ac39['start'],_0x3d2698=_0x17ac39['end'];const _0x598d2c=this['_findSuggestions'](_0x17ac39,'deletion');for(const {suggestion:_0x4febb8,meta:_0xec054f}of _0x598d2c){const _0x55f993=this['_model']['createRange'](_0x371be2,_0x3d2698);if(_0xec054f['isOwn']&&(this['_mergeNestedSuggestions']||!_0xec054f['containsRangeInObject']&&!_0xec054f['isInsideObject'])){if(_0x4febb8['isMultiRange']){if(!Kt(_0x4febb8,_0x581480))continue;let _0x251c8f=!0x0;for(const _0x421c7c of _0x4febb8['getRanges']()){if(_0x421c7c['containsRange'](_0x55f993,!0x0))return _0x4febb8;_0x55f993['containsRange'](_0x421c7c)||(_0x251c8f=!0x1);}_0x251c8f&&_0x4febb8['discard']();}else{const _0x2948e8=_0x4febb8['getFirstRange']();if(_0x2948e8['containsRange'](_0x55f993,!0x0))return _0x4febb8;if(!Kt(_0x4febb8,_0x581480)){_0x55f993['containsRange'](_0x2948e8)?_0x4febb8['removeMarkers']():_0x2948e8['containsPosition'](_0x371be2)?_0x371be2=_0x2948e8['end']:_0x2948e8['containsPosition'](_0x3d2698)&&(_0x3d2698=_0x2948e8['start']);continue;}_0x371be2=_0x371be2['isBefore'](_0x2948e8['start'])?_0x371be2:_0x2948e8['start'],_0x3d2698=_0x3d2698['isAfter'](_0x2948e8['end'])?_0x3d2698:_0x2948e8['end'],_0x581480=Object['assign']({},_0x4febb8['attributes']),_0x125442?_0x2948e8['start']['isBefore'](_0x125442['getFirstRange']()['start'])?(_0x125442['removeMarkers'](),_0x125442=_0x4febb8):_0x4febb8['removeMarkers']():_0x125442=_0x4febb8;}}}if(_0x125442)return this['_setSuggestionRange'](_0x125442,this['_model']['createRange'](_0x371be2,_0x3d2698)),_0x125442;{const _0x2aaf3b=_0x19a734(),_0x2681b6=this['_model']['createRange'](_0x371be2,_0x3d2698),_0x4ffa0f=_0x1ce466['id'],_0x3f0439=_0x358c57?'deletion:'+_0x358c57:'deletion',_0x4fb8f9=this['_setSuggestionData']({'id':_0x2aaf3b,'type':_0x3f0439,'createdAt':new Date(),'authorId':_0x4ffa0f,'attributes':_0x581480});return this['_addSuggestionMarker'](_0x3f0439,_0x2aaf3b,_0x4ffa0f,_0x2681b6),_0x4fb8f9;}}['markMultiRangeDeletion'](_0x23a5fc,_0x1fdafd='multi',_0x850f27={}){const _0x2bd59e=this['editor']['plugins']['get']('Users')['me'],_0x20e41e=_0x23a5fc['map'](_0x37323e=>new _0x1d302a(_0x37323e['start'],_0x37323e['end'])),_0x18a3b7=new Set();for(const {suggestion:_0x2d6dd2,meta:_0x27ac3f}of this['_findSuggestions'](_0x20e41e,'insertion'))_0x27ac3f['isOwn']&&!_0x27ac3f['isNextTo']&&_0x18a3b7['add'](_0x2d6dd2);for(const _0x5741ed of _0x18a3b7)if(_0x5741ed['isMultiRange']){const _0x360d28=_0x5741ed['getRanges']();(!_0x5741ed['attributes']||!_0x5741ed['attributes']['skipNestingCheck'])&&(_0x360d28['every'](_0x16663c=>_0x20e41e['some'](_0x345548=>_0x345548['containsRange'](_0x16663c,!0x0)))&&_0x5741ed['discard']());if(_0x20e41e['every'](_0x3c5f32=>_0x360d28['some'](_0x571de3=>_0x571de3['containsRange'](_0x3c5f32,!0x0)))){const _0x585c35=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1fdafd,'accept');return this['forceDefaultExecution'](()=>_0x585c35(_0x23a5fc,null,_0x850f27)),null;}}else{const _0x431925=_0x5741ed['getFirstRange']();_0x20e41e['some'](_0x2f8247=>_0x2f8247['containsRange'](_0x431925,!0x0))&&_0x5741ed['discard']();if(_0x20e41e['every'](_0x5035c7=>_0x431925['containsRange'](_0x5035c7,!0x0))){const _0x255f3f=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1fdafd,'accept');return this['forceDefaultExecution'](()=>_0x255f3f(_0x20e41e,null,_0x850f27)),null;}}const _0x276db2=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1fdafd,'join');let _0x404f58=null;for(const _0xd6895c of this['getSuggestions']())if(_0xd6895c['author']['id']==_0x2bd59e['id']&&_0xd6895c['isInContent']&&'deletion'==_0xd6895c['type']&&_0xd6895c['subType']==_0x1fdafd&&Kt(_0xd6895c,_0x850f27)&&(_0x276db2(_0xd6895c['getRanges'](),_0x20e41e)||_0x276db2(_0x20e41e,_0xd6895c['getRanges']()))){if(_0x404f58){if(_0xd6895c['commentThread']&&_0xd6895c['commentThread']['length'])continue;for(const _0x260bf4 of _0xd6895c['getRanges']())_0x404f58['isIntersectingWithRange'](_0x260bf4)||_0x404f58['addRange'](_0x260bf4);_0xd6895c['removeMarkers']();}else{_0x404f58=_0xd6895c;for(const _0x4dbf02 of _0x20e41e)_0xd6895c['isIntersectingWithRange'](_0x4dbf02)||_0xd6895c['addRange'](_0x4dbf02);}}if(_0x404f58)return _0x404f58;_0x18a3b7['clear']();for(const {suggestion:_0x5d0fac,meta:_0x29dd7f}of this['_findSuggestions'](_0x20e41e,'deletion'))_0x29dd7f['isOwn']&&(this['_mergeNestedSuggestions']||!_0x29dd7f['containsRangeInObject']&&!_0x29dd7f['isInsideObject'])&&Kt(_0x5d0fac,_0x850f27)&&_0x18a3b7['add'](_0x5d0fac);for(const _0xa9d0b0 of _0x18a3b7){const _0x151939=_0xa9d0b0['getRanges']();if(!_0x850f27||!_0x850f27['skipNestingCheck']){if(_0x20e41e['every'](_0x3f73a8=>_0x151939['some'](_0x24e2b9=>_0x24e2b9['containsRange'](_0x3f73a8,!0x0))))return _0xa9d0b0;}(!_0xa9d0b0['attributes']||!_0xa9d0b0['attributes']['skipNestingCheck'])&&(_0x151939['every'](_0x3e6153=>_0x20e41e['some'](_0x3c8d0a=>_0x3c8d0a['containsRange'](_0x3e6153,!0x0)))&&_0xa9d0b0['discard']());}const _0x46627f=_0x19a734(),_0x5c7fa3=_0x2bd59e['id'],_0x51a886='deletion:'+_0x1fdafd,_0x1d9e93=this['_setSuggestionData']({'id':_0x46627f,'type':_0x51a886,'createdAt':new Date(),'authorId':_0x5c7fa3,'attributes':_0x850f27});for(const _0x793db2 of _0x20e41e)_0x793db2['detach'](),_0x793db2['isCollapsed']||'$graveyard'==_0x793db2['root']['rootName']||this['_addSuggestionMarker'](_0x51a886,_0x46627f,_0x5c7fa3,_0x793db2,u['getMultiRangeId']());return _0x1d9e93;}['markAttributeChange'](_0xfaa455,_0x396d8c,_0x24d78f,_0x5e74a2,_0x299ef7){if(_0xfaa455['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x43c374=this['editor']['plugins']['get']('Users')['me']['id'],_0x3575c7=Array['from'](this['_suggestions']['values']())['filter'](_0x1168a0=>'attribute'==_0x1168a0['type']&&_0x1168a0['data']['key']==_0x396d8c&&_0x1168a0['isIntersectingWithRange'](_0xfaa455));if('default'===this['_trackFormatChanges']){const _0x399de2=this['_findSuggestions'](_0xfaa455,'insertion')['filter'](({meta:_0x25e63f})=>_0x25e63f['isOwn']&&!_0x25e63f['isInsideObject']&&!_0x25e63f['isNextTo'])['map'](({suggestion:_0x26e94e})=>_0x26e94e);_0x3575c7['unshift'](..._0x399de2);}const _0x5eadd6=new Map([[_0xfaa455,_0x24d78f]]);for(const _0xcfe64f of _0x3575c7){const _0x442729='attribute'==_0xcfe64f['type']?_0xcfe64f['data']['oldValue']:void 0x0,_0xa16006=_0xcfe64f['getFirstRange'](),_0x16eb58=Array['from'](_0x5eadd6['keys']())['find'](_0x3ee273=>_0x3ee273['isIntersecting'](_0xa16006));if(!_0x16eb58)continue;const _0x48deb8=_0x16eb58['getDifference'](_0xa16006);this['_isBlockAttribute'](_0x396d8c)&&'insertion'==_0xcfe64f['type']&&0x0!=_0x48deb8['length']||(_0x5eadd6['delete'](_0x16eb58),_0x48deb8['forEach'](_0x5af753=>{_0x5eadd6['set'](_0x5af753,_0x24d78f);}),'insertion'!=_0xcfe64f['type']&&_0x442729!=_0x5e74a2&&_0x5eadd6['set'](_0x16eb58['getIntersection'](_0xa16006),_0x442729));}const _0x187d90=[];for(const [_0x26efa2,_0x4db057]of _0x5eadd6){const _0x5af5db=_0x19a734(),_0x3e564c={'key':_0x396d8c,'oldValue':_0x4db057,'newValue':_0x5e74a2};_0x396d8c['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':_0x396d8c});const _0x466f31=('attribute:'+(_0x396d8c+'|'+Ft({'newValue':_0x5e74a2})))['substring'](0x0,0x3c),_0x5443a7=this['_setSuggestionData']({'id':_0x5af5db,'type':_0x466f31,'data':_0x3e564c,'createdAt':new Date(),'authorId':_0x43c374,'attributes':_0x299ef7});_0x187d90['push'](_0x5443a7),this['_addSuggestionMarker'](_0x466f31,_0x5af5db,_0x43c374,_0x26efa2);}return _0x187d90;}['enableDefaultAttributesIntegration'](_0x268abc){this['enableCommand'](_0x268abc,(_0x2a2907,..._0x206270)=>{this['_recordAttributeChanges'](()=>{_0x2a2907(..._0x206270);});});}['registerBlockAttribute'](_0xd9752e){this['_blockAttributeKeys']['add'](_0xd9752e);}['registerInlineAttribute'](_0x182e19){this['_inlineAttributeKeys']['add'](_0x182e19);}['_getAttributeKey'](_0x4064d0){return'attribute'==_0x4064d0['type']?_0x4064d0['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x4f0f00,_0xea4230){const _0x195665=_0x4f0f00['getFirstMarker']();this['_model']['change'](_0x549638=>{_0x549638['updateMarker'](_0x195665,{'range':_0xea4230});});}['_addThreadToSuggestion'](_0x3b63bb){const _0x1ad13c=_0x3b63bb['id'],_0x8391f3=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x1ad13c)||this['_commentsRepository']['addCommentThread']({'channelId':_0x8391f3,'threadId':_0x1ad13c,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x4b2eae=this['_commentsRepository']['getCommentThread'](_0x1ad13c);_0x4b2eae['unbind']('isRemovable'),_0x4b2eae['isRemovable']=!0x1,_0x3b63bb['commentThread']=_0x4b2eae;}['_checkSuggestionCorrectness'](_0xc30000,_0x2a1509,_0x53529f,_0xd64363){if(_0xc30000['type']!=_0x2a1509||_0xc30000['subType']!=_0x53529f||_0xc30000['creator']['id']!=_0xd64363)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0xaaad3e('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x3a71e5,_0x33e89e){const _0x5a5669=_0x3a71e5['getFirstRange']();if(_0x33e89e['isEqual'](_0x5a5669))_0x3a71e5['removeMarkers']();else{if(_0x5a5669['containsRange'](_0x33e89e)){const _0x3fa8fc=this['_model']['createPositionAt'](_0x33e89e['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x3a71e5,this['_model']['createRange'](_0x5a5669['start'],_0x3fa8fc));const _0x2268f5=_0x19a734(),_0x262efe=_0x3a71e5['creator']['id'],_0xc3d3e6=_0x3a71e5['type']+':'+_0x3a71e5['subType'];this['_setSuggestionData']({'id':_0x2268f5,'type':_0xc3d3e6,'createdAt':new Date(),'authorId':_0x262efe,'data':_0x3a71e5['data'],'attributes':_0x3a71e5['attributes']});const _0x4cf615=this['_model']['createPositionAt'](_0x33e89e['end']['parent'],'after'),_0x9ce6fb=this['_model']['createRange'](_0x4cf615,_0x5a5669['end']);this['_addSuggestionMarker'](_0xc3d3e6,_0x2268f5,_0x262efe,_0x9ce6fb);}else{if(_0x5a5669['containsPosition'](_0x33e89e['start'])){const _0x22ade6=this['_model']['createPositionAt'](_0x33e89e['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x3a71e5,this['_model']['createRange'](_0x5a5669['start'],_0x22ade6));}else{const _0x1a61dd=this['_model']['createPositionAt'](_0x33e89e['end']['parent'],'after');this['_setSuggestionRange'](_0x3a71e5,this['_model']['createRange'](_0x1a61dd,_0x5a5669['end']));}}}}['_rangeIsInLocalUserInsertion'](_0xbbc09f){for(const {suggestion:_0x86e97d,meta:_0x542b29}of this['_findSuggestions'](_0xbbc09f,'insertion')){if(!_0x542b29['isOwn'])continue;const _0x58acfb=_0x86e97d['getRanges']();for(const _0x50ca59 of _0x58acfb)if(!_0xbbc09f['getDifference'](_0x50ca59)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x2a281f){const _0x455b26=this['editor']['plugins']['get']('Users')['getUser'](_0x2a281f);if(!_0x455b26)throw new _0xaaad3e('track-changes-user-not-found',this);return _0x455b26;}['_getExternalAuthor'](_0x4c2592){const _0x5b9592=this['editor']['plugins']['get']('Users'),_0x3848b1=_0x2b4ef5('external:'+_0x4c2592),_0x2deae9=_0x5b9592['getUser'](_0x3848b1);return _0x2deae9||_0x5b9592['addUser']({'id':_0x3848b1,'name':_0x4c2592});}['_createSuggestion'](_0x4fca36,_0x5c7891,_0x307144,_0x10d0d9,_0x275a90){const _0x36b482=this['_getAuthorFromId'](_0x10d0d9),_0x882f8b=this['_suggestionFactory']['buildSuggestion'](_0x4fca36,_0x5c7891,_0x307144,_0x36b482,_0x275a90,_0x1d15c6=>{this['_updateSuggestionData'](_0x307144,{'attributes':_0x1d15c6});const _0x36bff9=this['getSuggestion'](_0x307144);this['_joinWithAdjacentSuggestions'](new Set([_0x36bff9])),this['_refreshSuggestionsChain'](new Set([_0x36bff9]));});return this['listenTo'](_0x882f8b,'accept',()=>{this['_updateSuggestionData'](_0x307144,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x882f8b,'discard',()=>{this['_updateSuggestionData'](_0x307144,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x307144,_0x882f8b),this['_suggestionState']['set'](_0x882f8b,'notReady'),_0x882f8b;}['_splitMarkerName'](_0x3aff63){const _0x3cb4b3=_0x3aff63['split'](':');return{'group':_0x3cb4b3[0x0],'type':_0x3cb4b3[0x1],'subType':_0x3cb4b3['length']>=0x5?_0x3cb4b3[0x2]:null,'id':_0x3cb4b3['length']<0x5?_0x3cb4b3[0x2]:_0x3cb4b3[0x3],'authorId':_0x3cb4b3['length']<0x5?_0x3cb4b3[0x3]:_0x3cb4b3[0x4],'markerCount':0x6==_0x3cb4b3['length']?_0x3cb4b3[0x5]:null};}['_breakSuggestionMarker'](_0x429060,_0x362d38,_0x1f3ba7){const _0x3a7542=_0x429060['getFirstRange'](),_0x379cca=_0x3a7542['start'],_0x4df37e=_0x3a7542['end'];this['_setSuggestionRange'](_0x429060,this['_model']['createRange'](_0x379cca,_0x362d38));const _0x3adc80=_0x19a734(),_0x56aee4=_0x429060['creator']['id'],_0x2bcca2=_0x429060['type']+(_0x429060['subType']?':'+_0x429060['subType']:'');this['_setSuggestionData']({'id':_0x3adc80,'type':_0x2bcca2,'createdAt':new Date(),'authorId':_0x56aee4,'originalSuggestionId':_0x429060['id'],'attributes':_0x429060['attributes'],'data':_0x429060['data']});const _0x53b6c6=this['_getAttributeKey'](_0x429060);('formatBlock'==_0x429060['type']||_0x53b6c6&&this['_isBlockAttribute'](_0x53b6c6))&&(_0x1f3ba7=this['_model']['createPositionBefore'](_0x1f3ba7['parent'])),this['_addSuggestionMarker'](_0x2bcca2,_0x3adc80,_0x56aee4,this['_model']['createRange'](_0x1f3ba7,_0x4df37e));}['_findSuggestions'](_0x49e4ab,_0x1db397=null){const _0x4d7ee4=[],_0x460f8f=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x49e4ab)||(_0x49e4ab=[_0x49e4ab]);for(const _0x4fb536 of this['getSuggestions']()){if(!_0x4fb536['isInContent'])continue;if(_0x1db397&&_0x4fb536['type']!=_0x1db397)continue;let _0x31c825=!0x1;for(const _0x4537a5 of _0x4fb536['getRanges']()){for(const _0x311dd1 of _0x49e4ab){const _0x9449f1=_0x311dd1['start']['isEqual'](_0x4537a5['end'])||_0x311dd1['end']['isEqual'](_0x4537a5['start']);if(_0x9449f1||_0x311dd1['getIntersection'](_0x4537a5)){const _0x586a07=_0x311dd1['containsRange'](_0x4537a5)&&Vt(this['_model']['schema'],_0x4537a5['start'],_0x311dd1),_0x5749b4=_0x4537a5['containsRange'](_0x311dd1)&&Vt(this['_model']['schema'],_0x311dd1['start'],_0x4537a5);_0x4d7ee4['push']({'suggestion':_0x4fb536,'meta':{'isOwn':_0x460f8f==_0x4fb536['author'],'isNextTo':_0x9449f1,'isInsideObject':_0x586a07,'containsRangeInObject':_0x5749b4}}),_0x31c825=!0x0;break;}}if(_0x31c825)break;}}return _0x4d7ee4;}['_addSuggestionMarker'](_0x395802,_0x39cec3,_0x7c5e7a,_0xddd25c,_0xa99b4e){this['_model']['change'](_0x86a333=>{let _0x5b025e='suggestion:'+_0x395802+':'+_0x39cec3+':'+_0x7c5e7a;_0xa99b4e&&(_0x5b025e=_0x5b025e+':'+_0xa99b4e),_0x86a333['addMarker'](_0x5b025e,{'range':_0xddd25c,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x225c62){const _0x28e5f7=_0x225c62['previous'],_0x590592=_0x225c62['next'];_0x225c62['previous']=null,_0x225c62['next']=null,null!=_0x28e5f7&&_0x28e5f7['next']==_0x225c62&&(_0x28e5f7['next']=_0x590592),null!=_0x590592&&_0x590592['previous']==_0x225c62&&(_0x590592['previous']=_0x28e5f7),'ready'==this['_suggestionState']['get'](_0x225c62)&&(this['_suggestionState']['set'](_0x225c62,'removed'),this['fire']('suggestionUnloaded',_0x225c62,_0x28e5f7,_0x590592));}['_setSuggestionData'](_0x27a46a){const _0x46627b=_0x27a46a['id'],_0x590eaf=this['addSuggestionData'](_0x27a46a);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x421f37=this['editor']['plugins']['get']('PendingActions'),_0xeedd47=_0x590eaf['hasComments'],_0x338152=_0x590eaf['subType']?_0x590eaf['type']+':'+_0x590eaf['subType']:_0x590eaf['type'],_0x2fd5a6=this['editor']['locale'],_0x3807b3=_0x421f37['add'](o(_0x2fd5a6,'PENDING_ACTION_SUGGESTION')),_0x193e50={'id':_0x46627b,'type':_0x338152,'hasComments':_0xeedd47,'data':_0x27a46a['data']||null,'originalSuggestionId':_0x27a46a['originalSuggestionId']||null,'attributes':_0x590eaf['attributes']};this['_adapter']['addSuggestion'](_0x193e50)['then'](_0x32fd9a=>{_0x590eaf['_saved']=!0x0,_0x421f37['remove'](_0x3807b3),_0x32fd9a&&_0x32fd9a['createdAt']&&(this['_suggestions']['get'](_0x46627b)['createdAt']=_0x32fd9a['createdAt']);})['catch'](_0x53e974=>{throw _0x544cea('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x590eaf['discard']();}),_0x590eaf['stopListening'](),this['_suggestions']['delete'](_0x590eaf['id']),this['_suggestionState']['delete'](_0x590eaf),_0x53e974;});}return _0x590eaf;}['_isBlockAttribute'](_0x15179b){return this['_blockAttributeKeys']['has'](_0x15179b);}['_updateSuggestionData'](_0x149e9b,_0x5c09c4){const _0x1b01a6=this['editor']['plugins']['get']('PendingActions'),_0x31876c=this['getSuggestion'](_0x149e9b);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x31876c['_saved']){const _0xe1715e=_0x1b01a6['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x149e9b,_0x5c09c4)['then'](()=>{_0x1b01a6['remove'](_0xe1715e);});}else _0x31876c['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x149e9b,_0x5c09c4);});}}['_getSuggestionData'](_0x25c7b7){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0xaaad3e('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x25c7b7);}['_handleNewSuggestionMarker'](_0x23bb47){const {id:_0x1958ba,type:_0x4f0406,subType:_0x1cb742,authorId:_0x1ba4eb}=this['_splitMarkerName'](_0x23bb47),_0x50df13=this['_suggestions']['get'](_0x1958ba)||this['_createSuggestion'](_0x4f0406,_0x1cb742,_0x1958ba,_0x1ba4eb,{});switch(this['_checkSuggestionCorrectness'](_0x50df13,_0x4f0406,_0x1cb742,_0x1ba4eb),this['_suggestionState']['get'](_0x50df13)){case'notReady':this['_getSuggestionData'](_0x1958ba)['then'](_0x8a7cf7=>{let _0x1a3612=Promise['resolve']();_0x8a7cf7['hasComments']&&(_0x1a3612=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x1958ba})),_0x1a3612['then'](()=>{this['addSuggestionData'](_0x8a7cf7)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x50df13,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x1958ba,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x50df13,'ready'),this['fire']('suggestionLoaded',_0x50df13);break;case'ready':this['fire']('suggestionChanged',_0x50df13);}return _0x50df13['addMarkerName'](_0x23bb47),_0x50df13;}['_refreshSuggestionsChain'](_0x3f1267){const _0x111f95=Array['from'](_0x3f1267),_0x5f44c5=_0x111f95['filter'](_0x2b6544=>'attribute'==_0x2b6544['type']);this['_refreshAttributeSuggestionsChain'](_0x5f44c5);const _0x1b2ba2=_0x111f95['filter'](_0x1ec96a=>!_0x1ec96a['isMultiRange']&&'attribute'!=_0x1ec96a['type']),_0x4789e4=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1f894d=>!_0x1f894d['isMultiRange']&&'attribute'!=_0x1f894d['type']),_0xd1e6f4=_0x4789e4['filter'](_0x1cffcc=>!_0x3f1267['has'](_0x1cffcc)),_0x7567de=new Map(_0x4789e4['map'](_0x581bd0=>[_0x581bd0,this['_suggestionFactory']['getSuggestionCallback'](_0x581bd0['type'],_0x581bd0['subType'],'chain')])),_0x49d33a=new Map(_0x4789e4['map'](_0x11d043=>[_0x11d043,_0x11d043['getFirstRange']()])),_0x54d45d=new Set(),_0x21c151=new Set();for(let _0x5404ab=0x0;_0x5404ab<_0x1b2ba2['length'];_0x5404ab++)_0x4bbfd6(_0x1b2ba2[_0x5404ab],_0x1b2ba2,_0x5404ab+0x1);for(let _0x15cf30=0x0;_0x15cf30<_0x1b2ba2['length'];_0x15cf30++)_0x4bbfd6(_0x1b2ba2[_0x15cf30],_0xd1e6f4,0x0);const _0x5cf48d=new Set();for(let _0x52f10f=0x0;_0x52f10f<_0x1b2ba2['length'];_0x52f10f++){const _0x2e0515=_0x1b2ba2[_0x52f10f];!_0x21c151['has'](_0x2e0515)&&_0x2e0515['previous']&&(_0x5cf48d['add'](_0x2e0515['previous']),_0x2e0515['previous']['next']===_0x2e0515&&(_0x2e0515['previous']['next']=null),_0x2e0515['previous']=null),!_0x54d45d['has'](_0x2e0515)&&_0x2e0515['next']&&(_0x5cf48d['add'](_0x2e0515['next']),_0x2e0515['next']['previous']===_0x2e0515&&(_0x2e0515['next']['previous']=null),_0x2e0515['next']=null);}function _0x4bbfd6(_0x550971,_0x3ab72d,_0x39f741){for(let _0x3942b6=_0x39f741;_0x3942b6<_0x3ab72d['length'];_0x3942b6++){const _0xd3e9f9=_0x513201(_0x550971,_0x3ab72d[_0x3942b6]);_0xd3e9f9&&(_0xd3e9f9[0x0]['next']=_0xd3e9f9[0x1],_0xd3e9f9[0x1]['previous']=_0xd3e9f9[0x0],_0x54d45d['add'](_0xd3e9f9[0x0]),_0x21c151['add'](_0xd3e9f9[0x1]));}}function _0x513201(_0x4da7a2,_0x48c932){if(_0x4da7a2['author']['id']!==_0x48c932['author']['id'])return null;const _0x45221b=_0x7567de['get'](_0x4da7a2)(_0x4da7a2,_0x48c932,_0x49d33a['get'](_0x4da7a2),_0x49d33a['get'](_0x48c932));if(!_0x45221b)return null;return _0x7567de['get'](_0x48c932)(_0x4da7a2,_0x48c932,_0x49d33a['get'](_0x4da7a2),_0x49d33a['get'](_0x48c932))?_0x45221b[0x1]['commentThread']&&_0x45221b[0x1]['commentThread']['length']?null:_0x45221b:null;}_0x5cf48d['size']&&this['_refreshSuggestionsChain'](_0x5cf48d);}['_refreshAttributeSuggestionsChain'](_0x57c135){if(0x0==_0x57c135['length'])return;const _0x5b2e64=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5851a2=>'attribute'==_0x5851a2['type']&&_0x5851a2['_isDataLoaded']),_0x3ef18f=[],_0x2e520b=new Map();for(const _0x13cc11 of _0x5b2e64){const _0x234782=_0x2b4ef5(_0x13cc11['attributes']);_0x2e520b['has'](_0x234782)||(_0x2e520b['set'](_0x234782,_0x3ef18f['length']),_0x3ef18f['push']([]));const _0x241ca1=_0x2e520b['get'](_0x234782);_0x3ef18f[_0x241ca1]['push'](_0x13cc11);}!(function(){_0x3ef18f['sort']((_0x246a57,_0x26d735)=>{const _0x109058=_0x246a57[0x0]['createdAt'],_0x40e6f4=_0x26d735[0x0]['createdAt'];return _0x109058==_0x40e6f4?_0x246a57[0x0]['attributes']['groupId']<_0x26d735[0x0]['attributes']['groupId']?-0x1:0x1:_0x109058<_0x40e6f4?-0x1:0x1;});for(const _0x931e54 of _0x3ef18f)_0x931e54['sort']((_0x2c5d89,_0x3741a6)=>_0x2c5d89['id']<_0x3741a6['id']?-0x1:0x1);}());for(let _0x3cbd73=0x0;_0x3cbd73<_0x3ef18f['length'];_0x3cbd73++){if(0x0==_0x3ef18f[_0x3cbd73]['length'])continue;const _0x372203=[];for(let _0x2411a8=_0x3cbd73+0x1;_0x2411a8<_0x3ef18f['length'];_0x2411a8++)0x0!=_0x3ef18f[_0x2411a8]['length']&&_0x489022(_0x3ef18f[_0x3cbd73],_0x3ef18f[_0x2411a8])&&_0x372203['push'](_0x2411a8);for(const _0x135b94 of _0x372203)_0x3ef18f[_0x3cbd73]=_0x3ef18f[_0x3cbd73]['concat'](_0x3ef18f[_0x135b94]),_0x3ef18f[_0x135b94]=[];}for(const _0x134b7b of _0x3ef18f)for(let _0x241a0d=0x0;_0x241a0d<_0x134b7b['length'];_0x241a0d++){const _0x30f32c=_0x134b7b[_0x241a0d+0x1]||null;_0x134b7b[_0x241a0d]['next']!==_0x30f32c&&(_0x134b7b[_0x241a0d]['next']=_0x30f32c);}for(const _0x17f1b0 of _0x3ef18f)for(let _0x1acb71=0x0;_0x1acb71<_0x17f1b0['length'];_0x1acb71++){const _0x5b47ac=_0x17f1b0[_0x1acb71-0x1]||null;_0x17f1b0[_0x1acb71]['previous']!==_0x5b47ac&&(_0x17f1b0[_0x1acb71]['previous']=_0x5b47ac);}function _0x489022(_0x1313b7,_0xdd9484){if(_0x1313b7[0x0]['attributes']['groupId']!==_0xdd9484[0x0]['attributes']['groupId']&&_0x1313b7[0x0]['author']!==_0xdd9484[0x0]['author'])return!0x1;if(!function(_0x397e0d,_0x36be96){if(!_0x397e0d['hasComments']&&!_0x36be96['hasComments'])return!0x0;if(_0x397e0d['hasComments']&&_0x36be96['hasComments'])return!0x1;if(_0x397e0d['hasComments']&&_0x36be96['createdAt']<_0x397e0d['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x36be96['hasComments']&&_0x397e0d['createdAt']<_0x36be96['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x1313b7[0x0],_0xdd9484[0x0]))return!0x1;const _0x5409db=Et(_0x1313b7[0x0]['attributes'],'groupId'),_0x41ac63=Et(_0xdd9484[0x0]['attributes'],'groupId');if(!_0x41cd13(_0x5409db,_0x41ac63))return!0x1;return!!_0x1313b7['every'](_0x4bca39=>_0xdd9484['some'](_0x49a631=>_0x4bca39['getFirstRange']()['isEqual'](_0x49a631['getFirstRange']())))&&_0xdd9484['every'](_0x248cb6=>_0x1313b7['some'](_0x2a74b3=>_0x248cb6['getFirstRange']()['isEqual'](_0x2a74b3['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x35b16d){const _0x4e9b3c=Array['from'](_0x35b16d),_0x38782e=this['getSuggestions']({'skipNotAttached':!0x0}),_0x519cd6=_0x38782e['filter'](_0x33ad04=>!_0x35b16d['has'](_0x33ad04)),_0x30c8af=new Map(_0x4e9b3c['map'](_0x40e2d2=>[_0x40e2d2,this['_suggestionFactory']['getSuggestionCallback'](_0x40e2d2['type'],_0x40e2d2['subType'],'join')])),_0x44bfaf=new Map(_0x38782e['map'](_0x14cdf7=>[_0x14cdf7,_0x14cdf7['getRanges']()]));for(let _0x1811a4=0x0;_0x1811a4<_0x4e9b3c['length'];_0x1811a4++){if(_0x218e8b(this,_0x4e9b3c[_0x1811a4],_0x4e9b3c,_0x1811a4+0x1))return!0x0;}for(let _0x333cb1=0x0;_0x333cb1<_0x4e9b3c['length'];_0x333cb1++){if(_0x218e8b(this,_0x4e9b3c[_0x333cb1],_0x519cd6,0x0))return!0x0;}return!0x1;function _0x218e8b(_0x2fdaaa,_0x39f1dd,_0x3483cf,_0x4d46ec){for(let _0x1e73b4=_0x4d46ec;_0x1e73b4<_0x3483cf['length'];_0x1e73b4++){const _0x1721af=_0x3483cf[_0x1e73b4];if(_0x1721af['type']!==_0x39f1dd['type']||_0x1721af['author']['id']!==_0x39f1dd['author']['id']||_0x1721af['subType']!==_0x39f1dd['subType'])continue;if(!zt(_0x39f1dd,_0x1721af))continue;if('attribute'==_0x39f1dd['type']&&_0x39f1dd['data']['oldValue']!=_0x1721af['data']['oldValue'])continue;if('attribute'==_0x39f1dd['type']&&_0x2fdaaa['_isBlockAttribute'](_0x39f1dd['data']['key']))continue;if('formatBlock'==_0x39f1dd['type']){const _0x4446d8=_0x2fdaaa['editor']['model'],_0x5cf74e=_0x39f1dd['getContainedElement']();if(_0x5cf74e&&(_0x4446d8['schema']['isObject'](_0x5cf74e)||_0x4446d8['schema']['isLimit'](_0x5cf74e)))continue;}const _0x392dce=_0x30c8af['get'](_0x39f1dd),_0x197765=_0x44bfaf['get'](_0x39f1dd),_0x6df8c7=_0x44bfaf['get'](_0x1721af),_0xfb577a=_0x39f1dd['commentThread']&&_0x39f1dd['commentThread']['length'],_0x2f0844=_0x1721af['commentThread']&&_0x1721af['commentThread']['length'];if(!_0xfb577a&&_0x392dce(_0x6df8c7,_0x197765))return _0x2fdaaa['_joinSuggestions'](_0x1721af,_0x39f1dd),_0x44bfaf['delete'](_0x39f1dd),!0x0;if(!_0x2f0844&&_0x392dce(_0x197765,_0x6df8c7))return _0x2fdaaa['_joinSuggestions'](_0x39f1dd,_0x1721af),_0x44bfaf['delete'](_0x1721af),!0x0;}return!0x1;}}['_joinSuggestions'](_0x2a5660,_0x53a734){if(_0x2a5660['isMultiRange']){for(const _0xeb71a4 of _0x53a734['getRanges']())_0x2a5660['addRange'](_0xeb71a4);}else{const _0x302d3f=_0x53a734['getFirstRange']()['end'];this['_setSuggestionRange'](_0x2a5660,this['_model']['createRange'](_0x2a5660['getFirstRange']()['start'],_0x302d3f));}_0x53a734['removeMarkers']();}['_getMarkerAnnouncementText'](_0x551efe,_0x221d1b,_0xb391e0){const _0x51e1d7=_0x551efe['startsWith']('format')||_0x551efe['startsWith']('attribute')?'FORMATTING':_0x551efe['toUpperCase']();return o(this['editor']['locale'],_0x221d1b+'_'+_0x51e1d7+'_SUGGESTION_ANNOUNCEMENT',_0xb391e0);}['_initAriaMarkerChangeAnnouncements'](){const _0xd026dc=this['editor'];if(!_0xd026dc['ui'])return;const {ariaLiveAnnouncer:_0x5d116a}=_0xd026dc['ui'];_0x47ea58(this['_model'],({left:_0x26e950,entered:_0xa91015})=>{for(const _0x451cb2 of _0x26e950){const {group:_0x21c549,type:_0x352d80}=this['_splitMarkerName'](_0x451cb2['name']);if('suggestion'===_0x21c549){_0x5d116a['announce'](this['_getMarkerAnnouncementText'](_0x352d80,'LEAVE'));break;}}for(const _0x618913 of _0xa91015){const {group:_0x23cd32,type:_0x1329d0}=this['_splitMarkerName'](_0x618913['name']);if('suggestion'===_0x23cd32){_0x5d116a['announce'](this['_getMarkerAnnouncementText'](_0x1329d0,'ENTER',_0x4b3215(_0x21edab)));break;}}});}['_processAttributeChanges'](_0x460f54){if(this['_recordAttributeSuggestions'])return!0x1;const _0x37a6df=this['editor'],_0x10c6e4=_0x37a6df['model']['document']['differ']['getChanges']();if(0x0==_0x10c6e4['length'])return!0x1;const _0x3fa614=[],_0x14a53a=_0x10c6e4['filter'](_0x312185=>'attribute'==_0x312185['type']),_0x84e91d=_0x10c6e4['filter'](_0x59674c=>'insert'==_0x59674c['type']&&'$text'!=_0x59674c['name']),_0x5af5ed=_0x10c6e4['filter'](_0x5ac13a=>'remove'==_0x5ac13a['type']&&'$text'!=_0x5ac13a['name']);for(const _0x15df58 of _0x14a53a)_0x3fa614['push']({'key':_0x15df58['attributeKey'],'newValue':_0x15df58['attributeNewValue'],'oldValue':_0x15df58['attributeOldValue'],'range':Jt(_0x15df58['range'],_0x37a6df['model'])});for(const _0x82e4ec of _0x84e91d){const _0x31b028=_0x5af5ed['find'](_0x1111f1=>_0x1111f1['position']['isEqual'](_0x82e4ec['position']));_0x31b028&&_0x3fa614['push']({'key':m,'newValue':_0x82e4ec['name'],'oldValue':_0x31b028['name'],'range':_0x37a6df['model']['createRangeOn'](_0x82e4ec['position']['nodeAfter'])});}return 0x0!=_0x3fa614['length']&&this['_reduceExistingSuggestions'](_0x460f54,_0x3fa614);}['_processAttributeSuggestions'](_0x407bf2){let _0x40f573=!0x1;const _0x450b8c=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x3f7f7e=>_0x3f7f7e['data']['newRange']&&_0x3f7f7e['name']['startsWith']('suggestion:attribute:'));for(const _0x563af7 of _0x450b8c){const {subType:_0x28b347,id:_0x145f50}=this['_splitMarkerName'](_0x563af7['name']),_0x3ac88c=_0x28b347['split']('|')[0x0];for(const _0x24e9fe of this['getSuggestions']({'skipNotAttached':!0x0}))_0x24e9fe['id']!=_0x145f50&&'attribute'==_0x24e9fe['type']&&_0x24e9fe['data']&&_0x24e9fe['data']['key']==_0x3ac88c&&_0x24e9fe['getFirstRange']()['isIntersecting'](_0x563af7['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x24e9fe,_0x563af7['data']['newRange'],_0x407bf2),_0x40f573=!0x0);}return _0x40f573;}['_recordAttributeChanges'](_0x25449e){this['_recordAttributeSuggestions']=!0x0,_0x25449e();}['_isRegisteredAttribute'](_0x344292){const _0x1c1854=this['_isBlockAttribute'](_0x344292),_0x565dec=this['_inlineAttributeKeys']['has'](_0x344292);return _0x1c1854||_0x565dec;}['_reduceExistingSuggestions'](_0x2c5f68,_0x388da0){if(0x0==_0x388da0['length'])return!0x1;let _0x7c18e9=!0x1;for(const _0x205408 of _0x388da0){const _0x3b370c=this['_findSuggestions'](_0x205408['range'],'attribute')['filter'](_0x3abec5=>!_0x3abec5['meta']['isNextTo'])['map'](_0x485259=>_0x485259['suggestion']),_0x33333d=_0x2b4ef5({'newValue':_0x205408['newValue']});_0x3b370c['filter'](_0x1d96f7=>{const [_0x290bbf,_0x1b028a]=_0x1d96f7['subType']['split']('|');return _0x290bbf==_0x205408['key']&&_0x1b028a!=_0x33333d;})['forEach'](_0x383f54=>{this['_reduceSuggestionAttributeRange'](_0x383f54,_0x205408['range'],_0x2c5f68),_0x7c18e9=!0x0;});}return _0x7c18e9;}['_reduceSuggestionAttributeRange'](_0x27ffdb,_0x155fc6,_0x7cd2ac){const _0x13cdb1=_0x27ffdb['getFirstRange']()['getDifference'](_0x155fc6);0x0!==_0x13cdb1['length']?0x1!==_0x13cdb1['length']?this['_breakSuggestionMarker'](_0x27ffdb,_0x155fc6['start'],_0x155fc6['end']):this['_setSuggestionRange'](_0x27ffdb,_0x13cdb1[0x0]):_0x7cd2ac['removeMarker'](_0x27ffdb['getFirstMarker']());}}class Ut{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0xd5aec9){this['_editor']=_0xd5aec9,this['_model']=_0xd5aec9['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x23f4b9,_0x59293c,_0x8f9268,_0x1c641a,_0x20c451,_0x3430d3){return new u(this['_model'],{'type':_0x23f4b9,'subType':_0x59293c,'id':_0x8f9268,'author':_0x1c641a,'creator':_0x1c641a,'attributes':_0x20c451,'onAttributesChange':_0x3430d3,'onAccept':(..._0x38875e)=>this['getSuggestionCallback'](_0x23f4b9,_0x59293c,'accept')(..._0x38875e),'onDiscard':(..._0x4e3675)=>this['getSuggestionCallback'](_0x23f4b9,_0x59293c,'discard')(..._0x4e3675)});}['registerCustomCallback'](_0x5ae69e,_0x3e49a1,_0x4ec347,_0x54c3af){const _0x55868a=_0x5ae69e+':'+_0x3e49a1+':'+_0x4ec347;this['_customCallbacks']['set'](_0x55868a,_0x54c3af);}['getSuggestionCallback'](_0x38c342,_0x3bbe4c,_0x25bebf){const _0x4db965=_0x38c342+':'+_0x3bbe4c+':'+_0x25bebf;return this['_customCallbacks']['get'](_0x4db965)||this['_defaultCallbacks']['get'](_0x38c342+':'+_0x25bebf);}['_registerDefaultCallbacks'](){const _0x42b6e7=()=>!0x1,_0x29a973=_0x5231f8=>{_0x5231f8['sort']((_0x31bfee,_0x1c7860)=>_0x31bfee['start']['isBefore'](_0x1c7860['start'])?0x1:-0x1),this['_model']['change'](_0x416f5d=>{for(const _0x56e1a2 of _0x5231f8){let _0x34d087;_0x34d087=_0x56e1a2['end']['isAtEnd']&&_0x56e1a2['end']['parent']==_0x56e1a2['start']['nodeAfter']?_0x416f5d['createSelection'](_0x56e1a2['start']['nodeAfter'],'on'):_0x416f5d['createSelection'](_0x56e1a2),this['_model']['deleteContent'](_0x34d087,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2d78d7=(_0x3b16a7,_0x4802f4)=>{_0x4802f4&&this['_model']['change'](_0x12f329=>{const {commandName:_0x6e55c9,commandParams:_0x2b8067=[]}=_0x4802f4,_0x1bf007=_0x3b16a7['map'](_0x16057b=>(Pt(_0x16057b)&&(_0x16057b=this['_model']['createRange'](_0x16057b['end'])),_0x16057b))['filter'](_0x2291c7=>'$graveyard'!==_0x2291c7['root']['rootName']);if(_0x1bf007['length']<0x1)return;const _0x142620=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x17158f=>_0x1d302a['fromRange'](_0x17158f));_0x12f329['setSelection'](_0x1bf007);for(const _0x370d8d of this['_editor']['commands']['commands']())_0x370d8d['refresh']();_0x2b8067['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x6e55c9,..._0x2b8067);const _0x175a5d=_0x142620['filter'](_0x29adc8=>'$graveyard'!=_0x29adc8['root']['rootName']);_0x175a5d['length']>0x0&&_0x12f329['setSelection'](_0x175a5d);for(const _0x2c4a52 of _0x142620)_0x2c4a52['detach']();});},_0x13c85e=(_0x2266da,_0x4a5276)=>0x1==_0x2266da['length']&&0x1==_0x4a5276['length']&&_0x2266da[0x0]['end']['isEqual'](_0x4a5276[0x0]['start']),_0x3ff52e=(_0x4dce05,_0x4d16ea,_0xfafbb2,_0x3eb210)=>qt(_0x4dce05,_0x4d16ea,_0xfafbb2,_0x3eb210)?[_0x4dce05,_0x4d16ea]:qt(_0x4d16ea,_0x4dce05,_0x3eb210,_0xfafbb2)?[_0x4d16ea,_0x4dce05]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x42b6e7),this['_defaultCallbacks']['set']('insertion:discard',_0x29a973),this['_defaultCallbacks']['set']('insertion:join',_0x13c85e),this['_defaultCallbacks']['set']('insertion:chain',_0x3ff52e),this['_defaultCallbacks']['set']('deletion:accept',_0x29a973),this['_defaultCallbacks']['set']('deletion:discard',_0x42b6e7),this['_defaultCallbacks']['set']('deletion:join',_0x13c85e),this['_defaultCallbacks']['set']('deletion:chain',_0x3ff52e),this['_defaultCallbacks']['set']('formatInline:accept',_0x2d78d7),this['_defaultCallbacks']['set']('formatInline:discard',_0x42b6e7),this['_defaultCallbacks']['set']('formatInline:join',_0x13c85e),this['_defaultCallbacks']['set']('formatInline:chain',_0x42b6e7),this['_defaultCallbacks']['set']('formatBlock:accept',_0x2d78d7),this['_defaultCallbacks']['set']('formatBlock:discard',_0x42b6e7),this['_defaultCallbacks']['set']('formatBlock:join',_0x13c85e),this['_defaultCallbacks']['set']('formatBlock:chain',_0x42b6e7),this['_defaultCallbacks']['set']('attribute:accept',_0x42b6e7),this['_defaultCallbacks']['set']('attribute:discard',(_0x50b34a,_0x42bed2)=>{if(!_0x42bed2)return;const _0x25de5d=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x1ef0f5=>{if(_0x42bed2['key']==m)for(const _0x442b54 of _0x50b34a){const _0x32e7ae=_0x442b54['start']['nodeAfter'],_0x3002f7=_0x42bed2['oldValue'];_0x1ef0f5['rename'](_0x32e7ae,_0x3002f7);}else{if(_0x25de5d['_isBlockAttribute'](_0x42bed2['key'])){for(const _0x46b630 of _0x50b34a)void 0x0!==_0x42bed2['oldValue']?_0x1ef0f5['setAttribute'](_0x42bed2['key'],_0x42bed2['oldValue'],_0x46b630['start']['nodeAfter']):_0x1ef0f5['removeAttribute'](_0x42bed2['key'],_0x46b630['start']['nodeAfter']);}else{for(const _0x1d688b of _0x50b34a)_0x42bed2['oldValue']?_0x1ef0f5['setAttribute'](_0x42bed2['key'],_0x42bed2['oldValue'],_0x1d688b):_0x1ef0f5['removeAttribute'](_0x42bed2['key'],_0x1d688b);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x13c85e);}}function Vt(_0x4b8b38,_0xbd318e,_0x715e1){for(const _0xb5ce31 of _0xbd318e['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0xb5ce31['root']==_0xb5ce31)return!0x1;if(!_0x715e1['containsItem'](_0xb5ce31))return!0x1;if(_0x4b8b38['isObject'](_0xb5ce31)||_0x4b8b38['isLimit'](_0xb5ce31))return!0x0;}return!0x1;}function Pt(_0x3b297f){return _0x3b297f['end']['parent']==_0x3b297f['start']['nodeAfter']&&_0x3b297f['end']['isAtStart'];}function Gt(_0x43ed3a,_0x3b95ae,_0x5c472c,_0xf291f0){const _0x4f7bfb=_0x5284ab=>!_0x5284ab['item']['is']('$textProxy')&&!_0xf291f0['isObject'](_0x5284ab['item']),_0x26859c=_0x43ed3a['start']['getLastMatchingPosition'](_0x4f7bfb),_0x3dcd65=_0x43ed3a['end']['getLastMatchingPosition'](_0x4f7bfb,{'direction':'backward'});return(!_0x43ed3a['start']['isEqual'](_0x26859c)||!_0x43ed3a['end']['isEqual'](_0x3dcd65))&&(_0x26859c['isBefore'](_0x3dcd65)?_0x5c472c['updateMarker'](_0x3b95ae,{'range':_0x5c472c['createRange'](_0x26859c,_0x3dcd65)}):_0x5c472c['removeMarker'](_0x3b95ae),!0x0);}function Ft(_0x39b0b2){return _0x2b4ef5(_0x39b0b2);}function Lt(_0x4a9e7b){const _0x22ab81=_0x4a9e7b['start']['nodeAfter'];return _0x22ab81&&_0x22ab81['is']('element');}function Jt(_0x15f37d,_0x567b0c){return null==_0x15f37d['end']['nodeBefore']&&_0x15f37d['end']['parent']==_0x15f37d['start']['nodeAfter']?Ht(_0x15f37d['start']['nodeAfter'],_0x567b0c):_0x15f37d;}function Ht(_0x574580,_0x6c581f){const _0x4314c0=_0x6c581f['schema']['isObject'](_0x574580)||_0x6c581f['schema']['isSelectable'](_0x574580);return _0x6c581f['createRange'](_0x6c581f['createPositionAt'](_0x574580,'before'),_0x4314c0?_0x6c581f['createPositionAfter'](_0x574580):_0x6c581f['createPositionAt'](_0x574580,'end'));}function qt(_0x3f8ebd,_0x38730c,_0x568e4a,_0x4ff941){return!!zt(_0x3f8ebd,_0x38730c)&&_0x568e4a['end']['isEqual'](_0x4ff941['start']);}function zt(_0x1c1434,_0x52f275){if(!_0x1c1434['_isDataLoaded']||!_0x52f275['_isDataLoaded'])return!0x1;const _0x41d029=new Set(Object['keys'](_0x1c1434['attributes'])),_0x358772=new Set(Object['keys'](_0x52f275['attributes']));if(_0x41d029['delete']('groupId'),_0x358772['delete']('groupId'),0x0==_0x41d029['size']&&0x0==_0x358772['size'])return!0x0;if(_0x41d029['size']!=_0x358772['size'])return!0x1;const _0x94b6d9={..._0x1c1434['attributes']},_0x1be02f={..._0x52f275['attributes']};return delete _0x94b6d9['groupId'],delete _0x1be02f['groupId'],JSON['stringify'](_0x94b6d9)==JSON['stringify'](_0x1be02f);}function Kt(_0x16c05b,_0x2edb30){const _0x25cb08=Wt(_0x16c05b['attributes']),_0x556ccc=Wt(_0x2edb30);if(!_0x16c05b['_isDataLoaded'])return!0x1;for(const _0x4be9b0 of Object['keys'](_0x556ccc))if(!_0x41cd13(_0x25cb08[_0x4be9b0],_0x556ccc[_0x4be9b0]))return!0x1;return!0x0;}function Wt(_0x492d25){const _0x329c76=Object['assign']({},_0x492d25);return delete _0x329c76['skipNestingCheck'],delete _0x329c76['tablePasteChainId'],_0x329c76;}class Ce extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x2c62d3(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x4e0a84,_0x3ff970,_0x3055d9,_0xb677fa){super(),this['model']=_0x3ff970,this['view']=_0x3055d9,this['commentThreadController']=_0xb677fa,this['_editor']=_0x4e0a84,this['_acceptCommand']=_0x4e0a84['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x4e0a84['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x2fb837,_0x370a2e)=>_0x2fb837||_0x370a2e),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x672e6e=>_0x672e6e&&this['_editor']['model']['canEditAt'](_0x3ff970['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x5ce850=>_0x5ce850&&this['_editor']['model']['canEditAt'](_0x3ff970['getRanges']())),this['_pendingAction']=null,_0x3055d9['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x3055d9,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x3055d9,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x3055d9,'change:isDirty',()=>{_0x3055d9['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 _0x58c6e1=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x58c6e1);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class as extends _0x342ad9{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x326ba7,_0x316b9b,_0x4b26f7,_0x3b08a4){super(_0x326ba7),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0xc64c79(_0x326ba7,o(_0x326ba7,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x316b9b['authoredAt']),this['bind']('authoredAt')['to'](_0x316b9b),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',_0x316b9b,'authoredAt',this,'descriptionParts',(_0x2fb306,_0x21d9e4,_0x8d68ee)=>{const _0x585249=_0x8d68ee['map'](_0x10ab39=>ns(_0x10ab39['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x2fb306-0x1,_0x316b9b['author']['name'],_0x21d9e4?_0x3b08a4['formatDateTime'](_0x21d9e4):'',new DOMParser()['parseFromString'](_0x585249,'text/html')['body']['textContent']]);}),this['focusables']=new _0x26ce4d(),this['focusTracker']=new _0x1efc10(),this['keystrokes']=new _0x3bb5a3(),this['focusCycler']=new ts({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x1e8e02=>_0x1e8e02['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x316b9b,this['_localUser']=_0x4b26f7,this['_config']=_0x3b08a4,_0x3b08a4['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x31b9b4(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x2cd13a}=this['_config'];this['commentsListView']=new _0x2cd13a(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',_0xcaa332=>_0xcaa332+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x57ba20,_0x307374)=>_0x57ba20||!!_0x307374);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x40fe64}=this['_config'],_0x39841f=new _0x40fe64(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x219319=_0x39841f['commentInputView'];return _0x39841f['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x219319,'value',(_0x5bcc28,_0x458f31,_0x3d8b9e)=>!!_0x3d8b9e||_0x5bcc28&&!_0x458f31),_0x219319['on']('submit',(_0x404a30,_0x140bda)=>{this['fire']('addComment',_0x140bda),_0x219319['editor']['setData']('');}),_0x219319['on']('cancel',()=>this['focus']()),_0x219319['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x39841f;}}class pe extends as{['suggestionView'];['_descriptionElement'];constructor(_0x4ec52f,_0x246528,_0x554317,_0x1c7c40){super(_0x4ec52f,_0x246528,_0x554317,_0x1c7c40),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x3a49d9=>_0x3a49d9&&_0x3a49d9[0x0]?_0x3a49d9[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x20ab17,_0x4783d0)=>{let _0x3a6397='';for(const _0x5d9efa of _0x20ab17)_0x3a6397+='<p>'+ns(_0x5d9efa['content'],_0x5d9efa['color'])+'</p>';return _0x4783d0?_0x3a6397:_0x8f8cfc(_0x3a6397,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x1c7c40['SuggestionView'](_0x4ec52f,_0x246528,{'formatDateTime':_0x1c7c40['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 _0x787bd8=this['bindTemplate'],_0x1fd8e4=[this['suggestionView']];return this['commentsListView']&&_0x1fd8e4['push'](this['commentsListView']),this['commentThreadInputView']&&_0x1fd8e4['push'](this['commentThreadInputView']),_0x1fd8e4['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x787bd8['if']('isActive','ck-suggestion-wrapper--active'),_0x787bd8['to']('type',_0x54ea98=>'ck-suggestion-'+_0x54ea98),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':_0x787bd8['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x1fd8e4};}['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 fe extends _0x342ad9{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x48c9d9,_0x2173a6,_0x529c9c){super(_0x48c9d9),this['_model']=_0x2173a6,this['_config']=_0x529c9c,this['set']('description',''),this['bind']('authoredAt')['to'](_0x2173a6),this['acceptButton']=this['_createButton'](o(_0x48c9d9,'Accept\x20suggestion'),_0x5107ee['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x48c9d9,'Discard\x20suggestion'),_0x5107ee['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x4ddbf8(_0x48c9d9,_0x2173a6['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x26ce4d([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x1efc10(),this['keystrokes']=new _0x3bb5a3(),this['focusCycler']=new ts({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x3c4930=>_0x3c4930['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x5f5893=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x5f5893['innerHTML']=this['description'],this['on']('change:description',(_0x497b6c,_0x2453d0,_0x10b8c0)=>{_0x5f5893['innerHTML']=_0x10b8c0;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x113e8c=this['bindTemplate'],_0x1a42bb=[{'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'],'data-cke-tooltip-text':this['userView']['name']}},{'tag':'time','attributes':{'datetime':_0x113e8c['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x113e8c['to']('authoredAt',_0x5d5f89=>this['_config']['formatDateTime'](_0x5d5f89))}]}]},{'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']&&_0x1a42bb['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':_0x1a42bb}]};}['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'](_0x41d3a1,_0x58ed74,_0x4a5b3f,_0x55815a,_0x1adcde){const _0x2bc467=new _0x474f03(this['locale']);return _0x2bc467['set']({'label':_0x41d3a1,'icon':_0x58ed74,'tooltip':!0x0,'tooltipPosition':_0x1adcde}),_0x2bc467['extendTemplate']({'attributes':{'class':_0x4a5b3f}}),_0x2bc467['on']('execute',()=>{this['fire'](_0x55815a,this['_model']['id']);}),_0x2bc467;}['_setupKeyboardNavigation'](){const _0x5d4bd8=this['element'];this['keystrokes']['listenTo'](_0x5d4bd8);for(const _0x5165e3 of this['focusables'])this['focusTracker']['add'](_0x5165e3['element']),this['keystrokes']['listenTo'](_0x5165e3['element']);this['keystrokes']['set']('enter',(_0x572eef,_0x444cd9)=>{_0x5d4bd8===_0x572eef['target']&&(this['focusCycler']['focusFirst'](),_0x444cd9());}),this['keystrokes']['set']('esc',(_0x10df3e,_0x235f0d)=>{_0x5d4bd8!==_0x10df3e['target']&&(this['focus'](),_0x235f0d());});}}var we='<!--\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-2025,\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 _0x4d8634{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x44fc3a,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x247c43){super(_0x247c43),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x42436f=this['editor']['config'];_0x42436f['define']('trackChanges.SuggestionThreadView',pe),_0x42436f['define']('trackChanges.SuggestionView',fe),_0x42436f['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x42436f['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x4e1fb4,_0xfdff1d){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x45fe06,_0x3ace2a]of this['_handleControllerBuffer']){const _0x562314=this['_suggestionToController']['has'](_0x45fe06);_0x562314||_0x3ace2a?_0x562314&&_0x3ace2a&&this['_destroyController'](_0x45fe06):this['_initializeController'](_0x45fe06);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x4e1fb4,_0xfdff1d);}['init'](){const _0x5f130c=this['editor'],_0x1a8a8f=_0x5f130c['plugins']['get']('TrackChangesEditing'),_0x4f2d04=_0x5f130c['plugins']['get']('Annotations'),_0x377507=_0x5f130c['plugins']['get']('EditorAnnotations'),_0x1c043d=_0x5f130c['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x377507['addSourceCollector'](()=>{const _0x39a7ea=[];for(const [_0x3ce8f4,_0xf82119]of Array['from'](this['_suggestionToController'])){const _0x40dbaf=_0x3ce8f4['getAllAdjacentSuggestions'](),_0x4365e2=[];for(const _0x32c91e of _0x40dbaf){if(!_0x32c91e['isInContent'])continue;if(_0x32c91e['isMultiRange']){_0x4365e2['push'](..._0x32c91e['getRanges']());continue;}const _0x24e5c8=_0x32c91e['getFirstRange']();if(_0x4365e2['length']>0x0){const _0x34a5bb=_0x4365e2[0x0]['getJoined'](_0x24e5c8);if(_0x34a5bb){_0x4365e2[0x0]=_0x34a5bb;continue;}}_0x4365e2['push'](_0x24e5c8);}_0x39a7ea['push']([_0xf82119['view'],_0x4365e2]);}return _0x39a7ea;}),this['listenTo'](_0x1a8a8f,'suggestionLoaded',(_0x239f8e,_0x4b83a9)=>{this['listenTo'](_0x4b83a9,'change:previous',(_0x38b15f,_0x4a7fae,_0x159471,_0x515451)=>{_0x4b83a9['isInContent']&&(null==_0x159471?(this['_updateController'](_0x515451['head']),this['_handleSuggestionControllerDelayed'](_0x4b83a9,!0x1)):(this['_updateController'](_0x159471['head']),null==_0x515451&&this['_handleSuggestionControllerDelayed'](_0x4b83a9,!0x0)));}),null!==_0x4b83a9['previous']?this['_updateController'](_0x4b83a9['head']):this['_handleSuggestionControllerDelayed'](_0x4b83a9,!0x1);}),this['listenTo'](_0x1a8a8f,'suggestionUnloaded',(_0x42177b,_0x446a9f,_0xbc479e)=>{this['stopListening'](_0x446a9f,'change:previous'),this['_handleControllerBuffer']['delete'](_0x446a9f),this['_suggestionToController']['has'](_0x446a9f)&&this['_destroyController'](_0x446a9f),_0xbc479e&&this['_updateController'](_0xbc479e['head']);}),this['listenTo'](_0x1a8a8f,'suggestionChanged',(_0x1592a0,_0x22467f)=>{this['_updateController'](_0x22467f);}),this['listenTo'](_0x4f2d04,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x1c043d,'addComment',(_0x4e2ca,{threadId:_0x426596,isFromAdapter:_0x2084df})=>{if(_0x2084df||!_0x1a8a8f['hasSuggestion'](_0x426596))return;const _0x5d563b=_0x1a8a8f['getSuggestion'](_0x426596);this['_suggestionToController']['get'](_0x5d563b)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x9db2a0=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x311aa8;for(const _0x5799d9 in _0x9db2a0){const _0x5b6645=_0x5799d9,_0x35a015=_0x9db2a0[_0x5b6645];if('trackChangesLicenseKeyValid'==_0x35a015||'trackChangesLicenseKeyInvalid'==_0x35a015||'trackChangesLicenseKeyExpired'==_0x35a015||'trackChangesLicenseKeyDomainLimit'==_0x35a015||'trackChangesLicenseKeyNotAllowed'==_0x35a015||'trackChangesLicenseKeyEvaluationLimit'==_0x35a015||'trackChangesLicenseKeyTrialLimit'==_0x35a015||'trackChangesLicenseKeyUsageLimit'==_0x35a015){delete _0x9db2a0[_0x5b6645],_0x311aa8=_0x35a015,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x311aa8&&_0x9db2a0['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x311aa8&&_0x9db2a0['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x311aa8&&_0x9db2a0['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x311aa8&&_0x9db2a0['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x311aa8&&_0x9db2a0['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x311aa8&&_0x9db2a0['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyUsageLimit'==_0x311aa8&&_0x9db2a0['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0x2dc1db=this['editor']['plugins']['get']('Annotations'),_0x3b9fe8=this['editor']['plugins']['get']('TrackChangesEditing'),_0xda9f01=Array['from'](_0x2dc1db['activeAnnotations'],_0x40a410=>_0x40a410['innerView'])['filter'](_0x3e4d12=>this['_viewToController']['has'](_0x3e4d12)),_0x51370e=[];for(const _0xdbc488 of _0xda9f01){const _0x1f5802=this['_viewToController']['get'](_0xdbc488)['model']['getAllAdjacentSuggestions']();_0x51370e['push'](..._0x1f5802['reduce']((_0x15dea8,_0x1ac086)=>[..._0x15dea8,..._0x1ac086['getMarkerNames']()],[]));}_0x3b9fe8['activeMarkers']=_0x51370e;}['_addUIComponentsToFactory'](){const _0x29d716=this['editor'],_0x4d2738=_0x29d716['locale'],_0x3552e5=o(_0x4d2738,'Track\x20changes'),_0x5074f2=new _0x258409([{'type':'switchbutton','model':new _0x54f8d5({'withText':!0x0,'isToggleable':!0x0,'label':_0x3552e5,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x54f8d5({'withText':!0x0,'label':o(_0x4d2738,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x54f8d5({'withText':!0x0,'label':o(_0x4d2738,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x54f8d5({'withText':!0x0,'label':o(_0x4d2738,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x54f8d5({'withText':!0x0,'label':o(_0x4d2738,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x29d716['plugins']['has']('TrackChangesPreview')&&_0x5074f2['addMany']([{'type':'separator'},{'type':'button','model':new _0x54f8d5({'withText':!0x0,'label':o(_0x4d2738,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x496736 of _0x5074f2)if(ke(_0x496736)){const _0x5e390d=_0x29d716['commands']['get'](_0x496736['model']['commandName']);_0x496736['model']['bind']('isOn','isEnabled')['to'](_0x5e390d,'value','isEnabled');}_0x29d716['ui']['componentFactory']['add']('trackChanges',_0x5dc3cf=>this['_createToolbarButton'](_0x5dc3cf,_0x5074f2,_0x3552e5)),_0x29d716['ui']['componentFactory']['add']('menuBar:trackChanges',_0x2a9a7e=>this['_createMenuBarMenu'](_0x2a9a7e,_0x5074f2,_0x3552e5));}['_createToolbarButton'](_0x5c9014,_0x2470bc,_0x4c08a0){const _0x21ee64=_0x253456(_0x5c9014,_0x28eda1),_0x4dcf4e=this['editor']['commands']['get']('trackChanges');_0x21ee64['buttonView']['set']({'tooltip':_0x4c08a0,'label':_0x4c08a0,'icon':we}),_0x21ee64['buttonView']['bind']('isOn')['to'](_0x4dcf4e,'value'),_0x21ee64['buttonView']['on']('execute',()=>{_0x4dcf4e['execute'](),this['editor']['editing']['view']['focus']();}),_0x22cdb4(_0x21ee64,_0x2470bc,{'role':'menu'});const _0x5ead27=[];for(const _0x272631 of _0x2470bc)ke(_0x272631)&&_0x5ead27['push'](this['editor']['commands']['get'](_0x272631['model']['commandName']));const _0x1152d2=_0x21ee64['buttonView'];return _0x1152d2['actionView']['unbind']('isEnabled'),_0x1152d2['arrowView']['unbind']('isEnabled'),_0x1152d2['actionView']['bind']('isEnabled')['to'](_0x4dcf4e,'isEnabled'),_0x1152d2['arrowView']['bind']('isEnabled')['toMany'](_0x5ead27,'isEnabled',(..._0x39d20e)=>_0x39d20e['some'](_0x32a6f8=>_0x32a6f8)),_0x21ee64['on']('execute',_0x56d938=>{this['editor']['execute'](_0x56d938['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x21ee64;}['_createMenuBarMenu'](_0x3763c4,_0x2dee56,_0x1ef82e){const _0x24b164=new _0x3a8381(_0x3763c4),_0x1c9d42=this['editor']['commands']['get']('trackChanges');_0x24b164['buttonView']['set']({'label':_0x1ef82e,'icon':we});const _0x2809db=new _0x37e4ba(_0x3763c4);for(const _0x489f49 of _0x2dee56){if('separator'==_0x489f49['type']){_0x2809db['items']['add'](new _0x555ab4(_0x3763c4));continue;}const _0x446918=new _0x5e2fab(_0x3763c4,_0x24b164),_0x559dec=new _0x2bfafa(_0x3763c4),_0x588bc8=_0x489f49['model'];_0x559dec['bind'](...Object['keys'](_0x588bc8))['to'](_0x588bc8),_0x559dec['delegate']('execute')['to'](_0x24b164),_0x559dec['on']('execute',()=>{this['editor']['execute'](_0x588bc8['commandName']),this['editor']['editing']['view']['focus']();}),_0x446918['children']['add'](_0x559dec),_0x2809db['items']['add'](_0x446918);}return _0x24b164['bind']('isEnabled')['to'](_0x1c9d42,'isEnabled'),_0x24b164['panelView']['children']['add'](_0x2809db),_0x24b164;}['_initializeController'](_0x37216d){const _0x2f682b=this['editor'],_0x190434=_0x2f682b['config'],_0x4b3ff7=_0x2f682b['plugins']['get']('Annotations'),_0x47c7c6=_0x2f682b['plugins']['get']('CommentsRepository'),_0x4a69d6=_0x2f682b['plugins']['get']('EditorAnnotations'),_0x18a605=_0x2f682b['plugins']['get'](_0x44fc3a)['me'],_0x4a5599=_0x190434['get']('trackChanges')['SuggestionThreadView'],_0x40a717=_0x190434['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x3138e3,CommentThreadInputView:_0x52af7e}=_0x2f682b['plugins']['get']('CommentsUI');let _0x364c6b,_0x3745dc,_0x42438c;this['_annotationViews']['has'](_0x37216d['id'])?(_0x3745dc=this['_annotationViews']['get'](_0x37216d['id']),_0x364c6b=_0x3745dc['mainView']):(_0x364c6b=new _0x4a5599(_0x2f682b['locale'],_0x37216d,_0x18a605,{'disableComments':this['_disableComments'],'editorConfig':{..._0x190434['get']('comments.editorConfig'),'licenseKey':_0x190434['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x190434['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x190434['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x190434['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x59f962(_0x190434['get']('locale')),'CommentView':_0x190434['get']('comments')['CommentView'],'CommentsListView':_0x3138e3,'CommentThreadInputView':_0x52af7e,'SuggestionView':_0x40a717}),_0x364c6b['suggestionView']['acceptButton']['on']('execute',()=>{_0x2f682b['editing']['view']['focus']();}),_0x364c6b['suggestionView']['discardButton']['on']('execute',()=>{_0x2f682b['editing']['view']['focus']();}),_0x3745dc=_0x4b3ff7['createAnnotationView'](this['editor']['locale'],_0x364c6b),_0x3745dc['bind']('isDirty')['to'](_0x364c6b,'isDirty'),_0x3745dc['bind']('length')['to'](_0x364c6b),_0x3745dc['bind']('type')['to'](_0x364c6b,'type',_0xed2420=>'suggestion-'+_0xed2420),_0x364c6b['on']('escape',()=>{_0x42438c['fire']('escape');}),this['_annotationViews']['set'](_0x37216d['id'],_0x3745dc));const _0x8c54aa=_0x47c7c6['createCommentThreadController'](_0x37216d['commentThread'],_0x364c6b),_0x3edd4c=new Ce(_0x2f682b,_0x37216d,_0x364c6b,_0x8c54aa),_0x165928=_0x37216d['getAllAdjacentSuggestions']()['filter'](_0x5976d3=>_0x5976d3['isInContent']);_0x364c6b['descriptionParts']=_0x2f682b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x165928),this['_suggestionToController']['set'](_0x37216d,_0x3edd4c),this['_viewToController']['set'](_0x364c6b,_0x3edd4c),_0x42438c=_0x4b3ff7['createAnnotation']({'view':_0x3745dc,'target':()=>{const _0x1c1d67=[],_0x48c284=_0x37216d['getAllAdjacentSuggestions']()['filter'](_0x5a6609=>_0x5a6609['isInContent']);for(const _0x581031 of _0x48c284)_0x1c1d67['push'](..._0x581031['getMarkers']());return _0x577024(_0x2f682b['editing'],_0x1c1d67);},'type':()=>'suggestion-'+_0x3edd4c['view']['type']}),_0x47c7c6['_bindAnnotationToEditors'](_0x364c6b,_0x42438c),_0x4b3ff7['add'](_0x42438c),_0x4a69d6['registerAnnotation'](_0x42438c);}['_destroyController'](_0x117dac){const _0x317a8f=this['editor']['plugins']['get']('CommentsRepository'),_0x1c3e74=this['editor']['plugins']['get']('Annotations'),_0x370a02=this['_suggestionToController']['get'](_0x117dac),_0x2f8039=_0x370a02['view'],_0x4de685=_0x1c3e74['getByInnerView'](_0x2f8039);_0x317a8f['_unbindEditors'](_0x2f8039),_0x4de685&&_0x1c3e74['remove'](_0x4de685),this['_suggestionToController']['delete'](_0x117dac),this['_viewToController']['delete'](_0x2f8039),_0x370a02['destroy']();}['_updateController'](_0x5affd2){if(!_0x5affd2['isInContent']||!this['_suggestionToController']['has'](_0x5affd2))return;const _0x53e4a3=this['editor']['plugins']['get']('TrackChangesEditing'),_0x117482=this['_suggestionToController']['get'](_0x5affd2),_0x4567e9=_0x5affd2['getAllAdjacentSuggestions']();_0x117482['view']['descriptionParts']=_0x53e4a3['descriptionFactory']['getDescriptions'](_0x4567e9);}['destroy'](){for(const _0x3f8902 of this['_suggestionToController']['keys']())this['_destroyController'](_0x3f8902);for(const _0x5c430a of this['_annotationViews']['values']())_0x5c430a['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function ke(_0x39eb15){return'model'in _0x39eb15;}class k extends _0x4d8634{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x333b8e){this['editor']['plugins']['get'](p)['adapter']=_0x333b8e;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x4ae186){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x4ae186);}['getSuggestions']({skipNotAttached:_0x6b0b2=!0x1,toJSON:_0x11355b=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x6b0b2,'toJSON':_0x11355b});}['getSuggestion'](_0x37f7c3){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x37f7c3);}}const w=['Pagination'];class T extends _0x4d8634{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x4bd86c=this['editor'];if(_0x4bd86c['config']['define']('trackChangesData.editorCreator',_0x21f01a=>{const _0x743b0a=_0x4bd86c['model']['document']['getRootNames']()['reduce']((_0x4b3f23,_0x298cfe)=>(_0x4b3f23[_0x298cfe]='',_0x4b3f23),{});return _0x4bd86c['constructor']['create'](_0x743b0a,_0x21f01a);}),'function'!=typeof _0x4bd86c['config']['get']('trackChangesData')['editorCreator'])throw new _0xaaad3e('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x5373f4){return N(this['editor'],!0x0,_0x5373f4);}['getDataWithDiscardedSuggestions'](_0x1b3631){return N(this['editor'],!0x1,_0x1b3631);}}class D extends _0x4d8634{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x541988){function _0x3e175a(_0x3df60c){return _0x3df60c['map'](_0x2016a3=>String['fromCharCode'](_0x2016a3))['join']('');}super(_0x541988),this['result']='end',_0x541988[_0x3e175a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3e175a([0x76,0x69,0x65,0x77])][_0x3e175a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3e175a([0x61,0x75,0x74,0x6f]),_0x541988[_0x3e175a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x3e175a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3e175a([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x3e175a([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x3e175a([0x6f,0x6b])});}['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 Fe(_0x501bc6){return void 0x0!==_0x501bc6['getRootsAttributes'];}async function N(_0x5d50a0,_0x450e2f,_0x19d402){const _0x117d8c=_0x279eb0(_0x5d50a0,w);_0x117d8c['plugins']['push'](p,D),_0x117d8c['rootsAttributes']=Fe(_0x5d50a0)?_0x5d50a0['getRootsAttributes']():void 0x0;const _0x47e0c0=document['createDocumentFragment'](),_0xdfc749=_0x5d50a0['config']['get']('trackChangesData')['editorCreator'],_0xc410dc=await _0xdfc749(_0x117d8c,()=>function(_0x56a67a){const _0x49a070=document['createElement']('div');return _0x56a67a['appendChild'](_0x49a070),_0x49a070;}(_0x47e0c0));!function(_0x1b765b,_0x516a40){const _0x4a7e26=_0x1b765b['model']['document']['getRootNames']()['reduce']((_0x17be3d,_0x1d9289)=>(_0x17be3d[_0x1d9289]=_0x1b765b['data']['get']({'rootName':_0x1d9289}),_0x17be3d),{}),_0x1f1493=_0x1b765b['plugins']['get']('Users')['users']['map'](_0x4b3d0c=>({'id':_0x4b3d0c['id'],'name':_0x4b3d0c['name']})),_0xdc86bd=_0x1b765b['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x34e0b7=_0x1b765b['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x3163f9=_0x516a40['plugins']['get']('Users'),_0x31122b=_0x516a40['plugins']['get']('TrackChangesEditing'),_0x4dc30c=_0x516a40['plugins']['get']('CommentsRepository');for(const _0x10d0ba of _0x4dc30c['getCommentThreads']())_0x10d0ba['remove']();for(const _0x50342e of _0x1f1493)_0x3163f9['getUser'](_0x50342e['id'])||_0x3163f9['addUser'](_0x50342e);_0x3163f9['me']||_0x3163f9['useAnonymousUser']();for(const _0x3cdc3b of _0x34e0b7)_0x4dc30c['addCommentThread'](_0x3cdc3b);for(const _0x11c9bb of _0xdc86bd)_0x31122b['addSuggestionData'](_0x11c9bb);_0x516a40['data']['set'](_0x4a7e26);}(_0x5d50a0,_0xc410dc),_0xc410dc['execute'](_0x450e2f?'acceptAllSuggestions':'discardAllSuggestions');const _0x235897=Fe(_0xc410dc)?_0xc410dc['getFullData'](_0x19d402):_0xc410dc['data']['get'](_0x19d402);return await _0xc410dc['destroy'](),_0x235897;}class Me extends _0x342ad9{['options'];constructor(_0x3b6098,_0x599fae){super(_0x3b6098),this['options']=_0x599fae,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-track-changes-preview'],'tabindex':-0x1}});}['render'](){super['render'](),this['element']['style']['width']=this['options']['dialogRects']['width']+'px',this['element']['style']['height']=this['options']['dialogRects']['height']+'px';}['setPreviewData'](_0x3c11ea,_0x5bbfff){if(!this['element'])return;const _0x3fc32a=[];for(const [_0x4d9c9d,_0x5b833d]of _0x3c11ea){const _0x39ff0a=document['createElement']('div');_0x39ff0a['setAttribute']('data-ck-root-name',_0x4d9c9d),_0x39ff0a['className']=_0x5b833d['classes']+'\x20ck-track-changes-preview__root-container',_0x39ff0a['innerHTML']=_0x5b833d['content'],_0x3fc32a['push'](_0x39ff0a);}_0x5bbfff(this['element'],_0x3fc32a),this['element']['style']['width']='',this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class re extends Qt{constructor(_0xa1debf){super(_0xa1debf),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x4cd54f=this['editor'],_0xc8ffc5=_0x4cd54f['locale'],_0x2bc249=_0x4cd54f['plugins']['get']('Dialog');let _0x3484e9;const _0x4d9665=function(_0x21c03e){const _0x3ac31e={};if('editables'in _0x21c03e['ui']['view']){for(const [_0x27ebf3,_0x32d32f]of Object['entries'](_0x21c03e['ui']['view']['editables']))_0x3ac31e[_0x27ebf3]=_0x32d32f['element'];}else _0x3ac31e[_0x21c03e['model']['document']['getRootNames']()[0x0]]=_0x21c03e['ui']['view']['editable']['element'];return _0x3ac31e;}(_0x4cd54f),_0x37bba4=function(_0x175c00){let _0x2533c6=0x0;for(const _0x376d44 of Object['values'](_0x175c00))_0x2533c6=Math['max'](_0x2533c6,_0x376d44['getBoundingClientRect']()['width']);let _0x4dbd3c=0x0;for(const _0x11e966 of Object['values'](_0x175c00))_0x4dbd3c+=_0x11e966['getBoundingClientRect']()['height'];const _0x1169ec=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x398581=Math['min'](_0x4dbd3c,_0x1169ec);return{'width':_0x2533c6,'height':_0x398581};}(_0x4d9665);_0x2bc249['show']({'id':'finalContentPreview','title':o(_0xc8ffc5,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new Me(_0xc8ffc5,{'dialogRects':_0x37bba4}),'onHide':()=>{_0x3484e9['detachFromDom']();},'onShow':()=>{_0x4cd54f['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x4c2bb6=>{const _0x108b9e=this['_standarizeRootsData'](_0x4c2bb6,_0x4cd54f,_0x4d9665);_0x2bc249['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x108b9e,_0x4cd54f['config']['get']('trackChanges.preview.renderFunction'));}),_0x3484e9=new _0x1ad2a9(_0xc8ffc5,[_0x2bc249['view']]),_0x3484e9['attachToDom'](),_0x3484e9['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x4cd54f['once']('destroy',()=>{_0x3484e9['detachFromDom']();});const _0x7984b3=_0x2bc249['view']['headerView']['class'];_0x2bc249['view']['headerView']['class']=_0x7984b3?_0x7984b3+'\x20ck-reset_all':'ck-reset_all',_0x2bc249['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x2bc249['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x350648=this['editor']['plugins']['get']('MergeFieldsEditing'),_0x39d89c=_0x350648['previewMode'],_0x14ae87={};if('$labels'===_0x39d89c){for(const _0x5c0bfd of _0x350648['getMergeFieldsIds']())_0x14ae87[_0x5c0bfd]=_0x350648['getLabel'](_0x5c0bfd)||_0x5c0bfd;}else{const _0x5283e6='$defaultValues'===_0x39d89c?_0x350648['getDefaultValues']():_0x350648['getDataSetValues'](_0x39d89c,!0x0);for(const _0x427112 of Object['entries'](_0x5283e6)){const [_0x3b9c8d,_0x46b61f]=_0x427112;_0x14ae87[_0x3b9c8d]=null!==_0x46b61f?_0x46b61f:_0x350648['getLabel'](_0x3b9c8d)||_0x3b9c8d;}}return{'mergeFieldsData':_0x14ae87};}['_standarizeRootsData'](_0x3d1765,_0x213c4f,_0x3338b0){let _0x5a75e8;if('string'==typeof _0x3d1765){const _0x2ab591=_0x213c4f['model']['document']['getRootNames']()[0x0];_0x5a75e8={[_0x2ab591]:_0x3d1765};}else _0x5a75e8=_0x3d1765;const _0x3be07f=this['_fixMediaEmbeds'](_0x5a75e8,_0x213c4f),_0xab33f7=function(_0x57622a,_0x435cb3){for(const [_0x24b71c,_0x4fb833]of _0x57622a)_0x4fb833['classes']=_0x435cb3[_0x24b71c]['classList']['value']['replace']('ck-focused','');return _0x57622a;}(this['_sortRoots'](_0x213c4f)['reduce']((_0x1213c3,_0x3089b1)=>(_0x1213c3['push']([_0x3089b1,{'content':_0x3be07f[_0x3089b1],'classes':''}]),_0x1213c3),[]),_0x3338b0);return _0xab33f7;}['_fixMediaEmbeds'](_0x124d62,_0x5beee5){if(!_0x5beee5['plugins']['has']('MediaEmbedEditing'))return _0x124d62;const _0x432b0e=_0x5beee5['plugins']['get']('MediaEmbedEditing');for(const [_0x110b34,_0x484489]of Object['entries'](_0x124d62)){const _0x47e2f6=document['createElement']('div');_0x47e2f6['innerHTML']=_0x484489,(_0x47e2f6['querySelectorAll']('figure.media')['forEach'](_0x486c4f=>{const _0x384231=_0x486c4f['querySelector']('oembed');if(_0x384231){const _0x4a64aa=_0x384231['getAttribute']('url');if(_0x4a64aa){const _0x25d754=_0x432b0e['registry']['getMediaViewElement'](new _0x760d71(_0x5beee5['editing']['view']['document']),_0x4a64aa,{'elementName':'','renderForEditingView':!0x0}),_0x36d284=document['createElement']('div');_0x36d284['classList']['add']('ck-media__wrapper'),_0x25d754['render'](_0x36d284,_0x5beee5['editing']['view']['domConverter']),_0x384231['replaceWith'](_0x36d284);}}}),_0x124d62[_0x110b34]=_0x47e2f6['innerHTML']);}return _0x124d62;}['_sortRoots'](_0x38c4c9){if(!function(_0x2f11da){return void 0x0!==_0x2f11da['getRootsAttributes'];}(_0x38c4c9))return _0x38c4c9['model']['document']['getRootNames']();const _0x324074=[],_0x2cdd9e=new Map();for(const _0x1155a0 of _0x38c4c9['model']['document']['getRootNames']()){const _0x1374cc=_0x38c4c9['editing']['view']['getDomRoot'](_0x1155a0)['getClientRects']()['item'](0x0);_0x324074['push'](_0x1155a0),_0x2cdd9e['set'](_0x1155a0,_0x1374cc);}return _0x324074['sort']((_0x5970ef,_0x4930e5)=>{const _0x433236=_0x2cdd9e['get'](_0x5970ef),_0x106ae1=_0x2cdd9e['get'](_0x4930e5);return _0x433236['y']-_0x106ae1['y']||_0x433236['x']-_0x106ae1['x'];}),_0x324074;}}class te extends _0x4d8634{static get['requires'](){return[T,_0x1f9b70];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x440d3f){super(_0x440d3f),_0x440d3f['commands']['add']('previewFinalContent',new re(this['editor'])),_0x440d3f['config']['define']('trackChanges.preview.renderFunction',(_0x31834b,_0xc5a422)=>{for(const _0x5b91d9 of _0xc5a422)_0x31834b['appendChild'](_0x5b91d9);});}}export{as as BaseSuggestionThreadView,u as Suggestion,pe as SuggestionThreadView,fe as SuggestionView,k as TrackChanges,T as TrackChangesData,p as TrackChangesEditing,te as TrackChangesPreview};
|
|
23
|
+
import{Command as Qt,Plugin as _0x5d6089,PendingActions as _0x51645a,icons as _0x4175cb}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x443412,ObservableMixin as _0x1e4a9e,uid as _0x3e98cb,priorities as _0xa7b267,insertToPriorityArray as _0x4c87f7,logWarning as _0x5d59b3,getEnvKeystrokeText as _0x2b9d18,FocusTracker as _0x48b573,KeystrokeHandler as _0xace25c,Collection as _0x587b41}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x4a36e9,View as _0x5af415,ViewCollection as _0x2ee850,FocusCycler as ts,ViewModel as _0x5d4f74,createDropdown as _0x21aa3c,SplitButtonView as _0xe7a2f2,addListToDropdown as _0x20b8e0,MenuBarMenuView as _0x54474e,MenuBarMenuListView as _0x2c7f70,ListSeparatorView as _0x1eeea8,MenuBarMenuListItemView as _0x37c849,MenuBarMenuListItemButtonView as _0x2a6114,BodyCollection as _0x91a64,Dialog as _0x3b1aab}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0xb5d06b,hashObject as _0x567c87,surroundingMarkersDetector as _0x499a36,FOCUS_ANNOTATION_KEYSTROKE as _0x3b30c0,AriaDescriptionView as _0x43b6cb,setupThreadKeyboardNavigation as _0x5a76a7,trimHtml as _0x1eae6c,UserView as _0x52c9bb,LateFocusButtonView as _0x5b52ba,getDateTimeFormatter as _0x492577,getAllMarkersDomElementsSorted as _0x2912c5,sanitizeEditorConfig as _0x25065b}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x2ae963,LiveRange as _0x190639,LivePosition as _0x1f9cd0,DowncastWriter as _0x714d27}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x4bfc39,toWidget as _0x464eed}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x12f90d,set as _0x27cd11,isEqual as _0x3a2d98,unset as _0x5eaa15,omit as Et}from'lodash-es';import{Delete as _0x460f75,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x2cc9cd,ShiftEnter as _0x1b9647}from'@ckeditor/ckeditor5-enter/dist/index.js';class B extends Qt{['_enabledCommands'];constructor(_0xdd56c8,_0x2170b8){super(_0xdd56c8),this['_enabledCommands']=_0x2170b8,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 _0x373e0b of this['editor']['commands']['commands']())_0x373e0b['affectsData']&&!this['_enabledCommands']['has'](_0x373e0b)&&_0x373e0b['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x41440d of this['editor']['commands']['commands']())_0x41440d['affectsData']&&!this['_enabledCommands']['has'](_0x41440d)&&_0x41440d['clearForceDisabled']('TrackChangesCommand');}}class O extends Qt{['_suggestions'];constructor(_0x170e18,_0x416291){super(_0x170e18),this['_suggestions']=_0x416291,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0xafb5b6){const _0x3aafeb=this['_suggestions']['get'](_0xafb5b6);if(!_0x3aafeb)throw new _0x443412('track-changes-accept-suggestion-not-found',this);const _0xb9bab6=_0x3aafeb['getRanges']();this['editor']['model']['canEditAt'](_0xb9bab6)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x3aafeb);}}class R extends Qt{['_suggestions'];constructor(_0x599369,_0x395b53){super(_0x599369),this['_suggestions']=_0x395b53,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x582cfe){const _0x443120=this['_suggestions']['get'](_0x582cfe);if(!_0x443120)throw new _0x443412('track-changes-discard-suggestion-not-found',this);const _0x567f14=_0x443120['getRanges']();this['editor']['model']['canEditAt'](_0x567f14)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x443120);}}function ns(_0x547264,_0x5b6994){let _0x2298d7='';return _0x2298d7+=_0x547264['split']('*')['map']((_0x185af8,_0x38eccb)=>_0x38eccb%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0x185af8)+'</span>':nn(_0x185af8))['join'](''),_0x5b6994&&(_0x2298d7+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x5b6994['value']+'\x22\x20title=\x22'+_0x5b6994['title']+'\x22></span>'),_0x2298d7;}function nn(_0x2a0b17){const _0x557e05=document['createElement']('span');return _0x557e05['innerText']=_0x2a0b17,_0x557e05['innerHTML'];}function Xt(_0x1a76f4){return _0x1a76f4['sort']((_0x579aa8,_0x113e7e)=>'deletion'==_0x579aa8['type']&&'deletion'!=_0x113e7e['type']?-0x1:'deletion'!=_0x579aa8['type']&&'deletion'==_0x113e7e['type']?0x1:0x0);}function to(_0x512e10,_0x15d318){let _0xddcdbf,_0x3866d0=0x0;const _0xd0c6b1=[],_0x597917=_0x15d318['schema'];for(;_0x3866d0<_0x512e10['length'];){const _0x1c5c89=_0x512e10[_0x3866d0],_0x119a1f=_0x512e10[_0x3866d0+0x1];_0xddcdbf||(_0xddcdbf=_0x15d318['createPositionBefore'](_0x1c5c89)),on(_0x15d318,_0x1c5c89,_0x119a1f)||(_0xd0c6b1['push'](_0x15d318['createRange'](_0xddcdbf,_0x597917['isObject'](_0x1c5c89)?_0x15d318['createPositionAfter'](_0x1c5c89):_0x15d318['createPositionAt'](_0x1c5c89,'end'))),_0xddcdbf=null),_0x3866d0++;}return _0xd0c6b1;}function on(_0x138e9b,_0x225927,_0x350611){if(!_0x350611)return!0x1;const _0x250af1=_0x138e9b['createPositionAfter'](_0x225927),_0x552522=_0x138e9b['createPositionBefore'](_0x350611);return _0x250af1['isTouching'](_0x552522);}function Yt(_0x527ca8,_0x6018e6,_0x314082){for(;_0x314082['length'];){const _0x765480=_0x314082['splice'](0x0,0x64);_0x527ca8['change'](()=>{for(const _0x192343 of _0x765480)_0x192343['isInContent']&&_0x6018e6['execute'](_0x192343['id']);});}}class x extends Qt{['_command'];['_suggestions'];constructor(_0x290c6d,_0xfbff61,_0x2b3b9f){super(_0x290c6d),this['_command']=_0xfbff61,this['_suggestions']=_0x2b3b9f,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x14e3a9=Array['from'](this['_suggestions']['values']())['some'](_0xde5c50=>_0xde5c50['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x14e3a9;}['execute'](){const _0x27001a=Xt(Array['from'](this['_suggestions']['values']()));for(const _0x9fc8ac of _0x27001a){const _0x3520e5=_0x9fc8ac['getRanges']();if(!this['editor']['model']['canEditAt'](_0x3520e5))return;}Yt(this['editor']['model'],this['_command'],_0x27001a);}}class E extends Qt{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x2b9aa7,_0x238837,_0x263eac){super(_0x2b9aa7),this['_command']=_0x238837,this['_suggestions']=_0x263eac,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0xe75796=this['editor']['model']['document']['selection'],_0x33081e=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x29c745,_0x33df87){const _0x3d793d=Array['from'](_0x29c745['getRanges']()),_0x118966=new Set();for(const _0x32ddf8 of _0x33df87)if(_0x32ddf8['isInContent']){for(const _0x229d4d of _0x3d793d)for(const _0x15940b of _0x32ddf8['getRanges']())(_0x229d4d['isIntersecting'](_0x15940b)||_0x29c745['isCollapsed']&&!_0x32ddf8['isMultiRange']&&_0x32ddf8['next']&&_0x15940b['end']['isTouching'](_0x229d4d['start']))&&_0x118966['add'](_0x32ddf8);}return _0x118966;}(_0xe75796,_0x33081e),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x54ab38=Xt(Array['from'](this['_selectedSuggestions']));for(const _0x38e20e of _0x54ab38){const _0x30655b=_0x38e20e['getRanges']();if(!this['editor']['model']['canEditAt'](_0x30655b))return;}Yt(this['editor']['model'],this['_command'],_0x54ab38);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x1e4a9e(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x42b6d6,_0x7479eb){super(),this['id']=_0x7479eb['id'],this['type']=_0x7479eb['type'],this['subType']=_0x7479eb['subType']||null,this['author']=_0x7479eb['author'],this['creator']=_0x7479eb['creator']||_0x7479eb['author'],this['isExternal']=Boolean(_0x7479eb['attributes']&&_0x7479eb['attributes']['@external']),this['data']=null,this['_model']=_0x42b6d6,this['_onAccept']=_0x7479eb['onAccept'],this['_onDiscard']=_0x7479eb['onDiscard'],this['_onAttributesChange']=_0x7479eb['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x7479eb['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 _0xace9c7=this;for(;_0xace9c7['previous'];)_0xace9c7=_0xace9c7['previous'];return _0xace9c7;}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'](_0x470893){this['_markerNames']['add'](_0x470893);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x2be7cf=>this['_model']['markers']['get'](_0x2be7cf))['filter'](_0x29250b=>_0x29250b);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x173dff=>{for(const _0x123e3a of this['getMarkers']())_0x173dff['removeMarker'](_0x123e3a);}),this['_markerNames']['clear']();}['removeMarker'](_0x1e066b){this['_model']['change'](_0x3bf65b=>{_0x3bf65b['removeMarker'](_0x1e066b);}),this['_markerNames']['delete'](_0x1e066b);}['addRange'](_0x24abba){const _0xf5b8e4='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0xf5b8e4),this['_model']['change'](_0x3635c3=>{_0x3635c3['addMarker'](_0xf5b8e4,{'range':_0x24abba,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x2157e4){for(const _0x5322a8 of this['getRanges']())if(_0x5322a8['isIntersecting'](_0x2157e4))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x36a8f8=>_0x36a8f8['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x481a3f,_0x156711)=>[..._0x481a3f,..._0x156711['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x249c0b=this['getRanges']();if(0x1!=_0x249c0b['length'])return null;const _0x1ed128=_0x249c0b[0x0],_0x31a2db=_0x1ed128['start']['nodeAfter'],_0x59bb9d=_0x1ed128['end']['nodeBefore'];return _0x31a2db instanceof _0x2ae963?_0x31a2db!=_0x59bb9d?null:_0x31a2db: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 _0x64bfe7=[];let _0x47d11c=this['head'];for(;_0x47d11c;)_0x64bfe7['push'](_0x47d11c),_0x47d11c=_0x47d11c['next'];return _0x64bfe7;}['setAttribute'](_0x488f97,_0x165c3f){const _0x240045=_0x12f90d(this['attributes']);_0x27cd11(_0x240045,_0x488f97,_0x165c3f),_0x3a2d98(_0x240045,this['attributes'])||(this['attributes']=_0x240045,this['_onAttributesChange'](_0x240045));}['removeAttribute'](_0x240683){const _0x59e1e7=_0x12f90d(this['attributes']);_0x5eaa15(_0x59e1e7,_0x240683),_0x3a2d98(_0x59e1e7,this['attributes'])||(this['attributes']=_0x59e1e7,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 _0x3e98cb()['substr'](0x1,0x5);}}function o(_0x92193d,_0x46b696,_0x1c386a){const _0x2d60b4=_0x92193d['t'],t=_0x92193d['t'];switch(_0x46b696){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'Preview\x20final\x20content':return t('Preview\x20final\x20content');case'Final\x20content\x20preview':return t('Final\x20content\x20preview');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',_0x1c386a);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x1c386a);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x1c386a);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x1c386a);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x1c386a);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',_0x1c386a);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x1c386a);case'*Replace\x20image*':return t('*Replace\x20image*');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',_0x1c386a);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x1c386a);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x1c386a);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x1c386a);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x1c386a);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x1c386a);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x1c386a);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x1c386a);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x1c386a);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x1c386a);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x1c386a);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x1c386a);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x1c386a);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x1c386a);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x1c386a);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x1c386a);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x1c386a);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'},_0x1c386a);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x1c386a);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x1c386a);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x1c386a);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x1c386a);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x1c386a);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'},_0x1c386a);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x1c386a);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x1c386a);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x1c386a);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x1c386a);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'},_0x1c386a);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x1c386a);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'},_0x1c386a);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'},_0x1c386a);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x1c386a);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'},_0x1c386a);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x1c386a);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'},_0x1c386a);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x1c386a);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x1c386a);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'},_0x1c386a);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x1c386a);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 _0x2d60b4({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x1c386a);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x2d60b4({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x1c386a);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x1c386a);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'},_0x1c386a);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'},_0x1c386a);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'},_0x1c386a);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x46b696;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x1b4aa7,_0x246150){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x1b4aa7,this['_locale']=_0x246150;}['getDescriptions'](_0x3cd18a){const _0x46409f=[],_0x4f2b26=new Set(),_0xdd0167=new Set();for(let _0x58e67b=0x0;_0x58e67b<_0x3cd18a['length'];_0x58e67b++){const _0x13e387=_0x3cd18a[_0x58e67b];if(!_0x13e387['isInContent'])continue;const _0x2fe1fd=this['_handleCustomCallbackDescription'](_0x13e387);if(_0x2fe1fd){if(null!=_0x13e387['subType']){if(_0x4f2b26['has'](_0x13e387['subType']))continue;_0x4f2b26['add'](_0x13e387['subType']);}_0x46409f['push'](_0x2fe1fd);}else{if('attribute'!=_0x13e387['type'])'insertion'!=_0x13e387['type']&&'deletion'!=_0x13e387['type']||this['_handleInsertRemoveSuggestionDescription'](_0x46409f,_0x13e387,_0x3cd18a[_0x58e67b+0x1]);else{const _0x2b41c3=_0x13e387['data']['key'];if(_0xdd0167['has'](_0x2b41c3))continue;_0xdd0167['add'](_0x13e387['data']['key']),_0x2b41c3==m?this['_handleRenameSuggestionDescription'](_0x46409f,_0x13e387):this['_handleAttributeSuggestionDescription'](_0x46409f,_0x13e387);}}}return this['_resolveDescriptionItems'](_0x46409f);}['registerDescriptionCallback'](_0x2a9117){this['_customCallbacks']['push'](_0x2a9117);}['registerElementLabel'](_0x26bbb8,_0x15ebb3,_0x58eff0=_0xa7b267['normal']){'function'==typeof _0x26bbb8?_0x4c87f7(this['_itemLabelsCallbacks'],{'matchingCallback':_0x26bbb8,'label':_0x15ebb3,'priority':_0x58eff0}):this['_itemLabels']['set'](_0x26bbb8,_0x15ebb3);}['registerAttributeLabel'](_0x58fb53,_0x17cb70){this['_attributeLabels']['set'](_0x58fb53,_0x17cb70);}['getItemLabel'](_0xebf5d5,_0x780c7f=0x1){let _0x3e3d9d;for(const _0x396c77 of this['_itemLabelsCallbacks'])if(_0x396c77['matchingCallback'](_0xebf5d5)){_0x3e3d9d=_0x396c77['label'];break;}return _0x3e3d9d||(_0x3e3d9d=this['_itemLabels']['get'](_0xebf5d5['name'])),_0x3e3d9d?_0x3e3d9d(_0x780c7f):0x1!==_0x780c7f?_0x780c7f+'\x20'+_0xebf5d5['name']+'s':''+_0xebf5d5['name'];}['_addDescriptionItems'](_0x392e11,_0x4e9173){const _0x5f2f33=_0x4e9173['getFirstRange']()['getWalker'](),_0x4d22bd='insertion'==_0x4e9173['type']?'add':'remove';for(const _0x573f4a of _0x5f2f33){const _0x429377=_0x573f4a['item'],_0x369de4=_0x392e11[_0x392e11['length']-0x1];if(_0x429377['is']('$textProxy'))_0x369de4&&_0x369de4['type']['indexOf']('Container')>-0x1&&_0x392e11['pop'](),_0x369de4&&'text'==_0x369de4['type']?_0x369de4[_0x4d22bd]+=_0x429377['data']:_0x392e11['push']({'type':'text','add':'add'==_0x4d22bd?_0x429377['data']:'','remove':'remove'==_0x4d22bd?_0x429377['data']:''});else{if(this['_schema']['isObject'](_0x429377)){const _0x4e05a8=_0x429377;if(_0x369de4&&_0x369de4['type']['indexOf']('Container')>-0x1&&_0x392e11['pop'](),'elementEnd'==_0x573f4a['type'])continue;_0x369de4&&_0x369de4['type']==_0x4d22bd+'Object'&&_0x369de4['element']['name']==_0x4e05a8['name']?_0x369de4['quantity']++:_0x392e11['push']({'type':_0x4d22bd+'Object','element':_0x4e05a8,'quantity':0x1}),_0x5f2f33['skip'](_0x5ce404=>!('elementEnd'==_0x5ce404['type']&&_0x5ce404['item']==_0x429377));}else{if(this['_schema']['checkChild'](_0x429377,'$text')||_0x429377['is']('element','softBreak')){const _0x1cc187=_0x429377;if('add'==_0x4d22bd&&'elementStart'==_0x573f4a['type']||'remove'==_0x4d22bd&&'elementEnd'==_0x573f4a['type'])continue;if(_0x369de4&&-0x1==_0x369de4['type']['indexOf']('Container')){'text'==_0x369de4['type']&&(_0x369de4[_0x4d22bd]+='\x0a');continue;}let _0x1735ee;if(_0x1735ee='add'==_0x4d22bd?_0x1cc187['nextSibling']&&!this['_schema']['isObject'](_0x1cc187['nextSibling'])?_0x1cc187['nextSibling']:null:_0x1cc187['previousSibling']&&!this['_schema']['isObject'](_0x1cc187['previousSibling'])?_0x1cc187['previousSibling']:null,_0x1cc187['isEmpty']||_0x1735ee&&_0x1735ee['isEmpty']){const _0x4d0284=_0x1735ee&&_0x1735ee['isEmpty']?_0x1735ee:_0x1cc187;_0x369de4&&_0x369de4['type']==_0x4d22bd+'EmptyContainer'&&_0x369de4['element']['name']==_0x4d0284['name']?_0x369de4['quantity']++:_0x392e11['push']({'type':_0x4d22bd+'EmptyContainer','element':_0x4d0284,'quantity':0x1});}else _0x392e11['push']({'type':_0x4d22bd+'Container','element':_0x1cc187});}}}}}['_resolveDescriptionItems'](_0x2fe1cb){const _0x319c9f=this['_locale'],_0x2bb7a2=[],_0x4bb12f=[],_0x5e9c30=[];for(const _0x2eff38 of _0x2fe1cb)switch(_0x2eff38['type']){case'text':if(_0x2eff38['add']=_0x2eff38['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x2eff38['remove']=_0x2eff38['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x2eff38['add']&&''!=_0x2eff38['remove']){_0x2bb7a2['push']({'type':'replace','content':o(_0x319c9f,'REPLACE_TEXT',['\x22'+_0x2eff38['remove']+'\x22','\x22'+_0x2eff38['add']+'\x22'])});continue;}if(null!=_0x2eff38['add']['match'](/^ +$/)){_0x2bb7a2['push']({'type':'insertion','content':o(_0x319c9f,'*Insert:*\x20%0',o(_0x319c9f,'ELEMENT_SPACE',_0x2eff38['add']['length']))});continue;}if(null!=_0x2eff38['remove']['match'](/^ +$/)){_0x2bb7a2['push']({'type':'deletion','content':o(_0x319c9f,'*Remove:*\x20%0',o(_0x319c9f,'ELEMENT_SPACE',_0x2eff38['remove']['length']))});continue;}if(''!=_0x2eff38['add']){_0x2bb7a2['push']({'type':'insertion','content':o(_0x319c9f,'*Insert:*\x20%0','\x22'+_0x2eff38['add']+'\x22')});continue;}_0x2bb7a2['push']({'type':'deletion','content':o(_0x319c9f,'*Remove:*\x20%0','\x22'+_0x2eff38['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x2bb7a2['push']({'type':'insertion','content':o(_0x319c9f,'*Insert:*\x20%0',this['getItemLabel'](_0x2eff38['element'],_0x2eff38['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x2bb7a2['push']({'type':'deletion','content':o(_0x319c9f,'*Remove:*\x20%0',this['getItemLabel'](_0x2eff38['element'],_0x2eff38['quantity']))});continue;case'addContainer':_0x2bb7a2['push']({'type':'insertion','content':o(_0x319c9f,'*Split:*\x20%0',this['getItemLabel'](_0x2eff38['element'],_0x2eff38['quantity']))});continue;case'removeContainer':_0x2bb7a2['push']({'type':'deletion','content':o(_0x319c9f,'*Merge:*\x20%0',this['getItemLabel'](_0x2eff38['element'],_0x2eff38['quantity']))});continue;case'addFormat':_0x4bb12f['push'](_0x2eff38['key']);continue;case'removeFormat':_0x5e9c30['push'](_0x2eff38['key']);continue;default:_0x2bb7a2['push'](_0x2eff38);}if(_0x4bb12f['length']){const _0x4d5d2e=_0x4bb12f['map'](_0x11f662=>this['_attributeLabels']['has'](_0x11f662)?this['_attributeLabels']['get'](_0x11f662):_0x11f662)['join'](',\x20');_0x2bb7a2['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x4d5d2e)});}if(_0x5e9c30['length']){const _0x1edbd8=_0x5e9c30['map'](_0x275bf3=>this['_attributeLabels']['has'](_0x275bf3)?this['_attributeLabels']['get'](_0x275bf3):_0x275bf3)['join'](',\x20');_0x2bb7a2['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x1edbd8)});}return _0x2bb7a2;}['_handleCustomCallbackDescription'](_0x30712d){for(const _0x31e756 of this['_customCallbacks']){const _0x9aeac3=_0x31e756(_0x30712d);if(_0x9aeac3&&'type'in _0x9aeac3)return _0x9aeac3;}}['_handleAttributeSuggestionDescription'](_0x3f32be,_0x4cabdc){const _0x3161c2=_0x4cabdc['data'],_0x583303=void 0x0===_0x3161c2['newValue']?'removeFormat':'addFormat';_0x3f32be['push']({'type':_0x583303,'key':_0x3161c2['key']});}['_handleRenameSuggestionDescription'](_0x2bfa8b,_0x13f574){_0x2bfa8b['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x13f574['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x2bcaae,_0x58bd0e,_0xaf0ee5){if(this['_addDescriptionItems'](_0x2bcaae,_0x58bd0e),_0xaf0ee5&&_0xaf0ee5['getFirstRange']()&&!_0x58bd0e['getFirstRange']()['end']['isEqual'](_0xaf0ee5['getFirstRange']()['start'])){const _0xffee5=_0x2bcaae[_0x2bcaae['length']-0x1],_0x29431a='insertion'==_0x58bd0e['type']?'add':'remove';_0xffee5&&'text'==_0xffee5['type']&&(_0xffee5[_0x29431a]+='\x0a');}}}class U extends _0x5d6089{['afterInit'](){const _0x52caef=this['editor'],_0x53c542=_0x52caef['plugins']['get']('TrackChangesEditing');_0x52caef['commands']['get']('showAIAssistant')&&_0x53c542['enableCommand']('showAIAssistant');}}class V extends _0x5d6089{['afterInit'](){const _0x15d4b3=this['editor'],_0x3b4561=_0x15d4b3['locale'];if(!_0x15d4b3['plugins']['has']('AlignmentEditing'))return;const _0x581e61=_0x15d4b3['plugins']['get']('TrackChangesEditing');_0x581e61['enableDefaultAttributesIntegration']('alignment'),_0x581e61['registerBlockAttribute']('alignment'),_0x581e61['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x3b4561,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x30e694=this['editor'],_0x2a9d22=_0x30e694['locale'];_0x30e694['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xe82e0e=>{if('formatBlock'!=_0xe82e0e['type'])return;const {data:_0x25b680}=_0xe82e0e;if(_0x25b680&&'alignment'==_0x25b680['commandName']){const _0x6505a2=_0x25b680['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x2a9d22,'*Format:*\x20%0',function(_0x100c63){switch(_0x100c63){case'left':return o(_0x2a9d22,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x2a9d22,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x2a9d22,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x2a9d22,'FORMAT_JUSTIFY_TEXT');}}(_0x6505a2))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x5d6089{['afterInit'](){const _0xa7c9fb=this['editor'],_0x52b519=_0xa7c9fb['plugins']['get']('TrackChangesEditing'),_0xa452db=_0xa7c9fb['locale'];for(const _0x5dfbd3 of ti){if(!_0xa7c9fb['plugins']['has'](_0x5dfbd3))continue;const _0x1d2f16=_0x5dfbd3['slice'](0x0,-0x7)['toLowerCase'](),_0x395054='FORMAT_'+_0x1d2f16['toUpperCase']();_0x52b519['enableDefaultAttributesIntegration'](_0x1d2f16),_0x52b519['registerInlineAttribute'](_0x1d2f16),_0x52b519['descriptionFactory']['registerAttributeLabel'](_0x1d2f16,o(_0xa452db,_0x395054));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x140575=this['editor'],_0x7474e4=_0x140575['locale'],_0x43fd12=_0x140575['plugins']['get']('TrackChangesEditing');function _0x5e4bef(_0x4716c9,_0x1bf385){_0x43fd12['descriptionFactory']['registerDescriptionCallback'](_0x58e5f5=>{if('formatInline'!=_0x58e5f5['type'])return;const {data:_0x1a1588}=_0x58e5f5;return _0x1a1588&&_0x1a1588['commandName']===_0x4716c9?_0x1a1588['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x7474e4,'*Format:*\x20%0',_0x1bf385)}:{'type':'format','content':o(_0x7474e4,'*Remove\x20format:*\x20%0',_0x1bf385)}:void 0x0;});}_0x5e4bef('bold',o(_0x7474e4,'FORMAT_BOLD')),_0x5e4bef('italic',o(_0x7474e4,'FORMAT_ITALIC')),_0x5e4bef('underline',o(_0x7474e4,'FORMAT_UNDERLINE')),_0x5e4bef('code',o(_0x7474e4,'FORMAT_CODE')),_0x5e4bef('strikethrough',o(_0x7474e4,'FORMAT_STRIKETHROUGH')),_0x5e4bef('subscript',o(_0x7474e4,'FORMAT_SUBSCRIPT')),_0x5e4bef('superscript',o(_0x7474e4,'FORMAT_SUPERSCRIPT'));}}class F extends _0x5d6089{['afterInit'](){const _0x4527e1=this['editor'],_0x4038f8=_0x4527e1['locale'];if(!_0x4527e1['plugins']['has']('BlockQuoteEditing'))return;const _0x2fc4c4=_0x4527e1['plugins']['get']('TrackChangesEditing'),_0x58d0eb=this['editor']['commands']['get']('blockQuote');_0x2fc4c4['enableCommand']('blockQuote',(_0x39b59b,_0x555236={})=>{const _0x28b3c1=this['editor']['model']['document']['selection'],_0x47dff9=_0x555236&&void 0x0!==_0x555236['forceValue']?_0x555236['forceValue']:!_0x58d0eb['value'];let _0x92928b=[];if(_0x47dff9){const _0x4108ef=Array['from'](_0x28b3c1['getSelectedBlocks']())['filter'](_0x5e652e=>oo(_0x5e652e)||function(_0xc36a58,_0x18d9c8){const _0x371e2b=_0x18d9c8['checkChild'](_0xc36a58['parent'],'blockQuote'),_0xbc0e60=_0x18d9c8['checkChild'](['$root','blockQuote'],_0xc36a58);return _0x371e2b&&_0xbc0e60;}(_0x5e652e,this['editor']['model']['schema']));_0x92928b=to(_0x4108ef,_0x4527e1['model']);}else{const _0x3e6ca2=Array['from'](_0x28b3c1['getSelectedBlocks']())['filter'](_0x42d52d=>oo(_0x42d52d));_0x92928b=to(_0x3e6ca2,_0x4527e1['model']);}_0x4527e1['model']['change'](()=>{for(const _0x1b023c of _0x92928b)_0x2fc4c4['markBlockFormat'](_0x1b023c,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x47dff9}]});});}),_0x2fc4c4['descriptionFactory']['registerDescriptionCallback'](_0x5841fe=>{const {data:_0x45b451}=_0x5841fe;if(_0x45b451&&'blockQuote'==_0x45b451['commandName']){const _0x2bfc5f=o(_0x4038f8,'ELEMENT_BLOCK_QUOTE');return _0x45b451['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4038f8,'*Set\x20format:*\x20%0',_0x2bfc5f)}:{'type':'format','content':o(_0x4038f8,'*Remove\x20format:*\x20%0',_0x2bfc5f)};}});}}function oo(_0x7f0c33){return'blockQuote'==_0x7f0c33['parent']['name'];}class L extends _0x5d6089{['afterInit'](){const _0x1db357=this['editor'],_0xc3cedb=_0x1db357['locale'],_0x3e69bc=_0x1db357['plugins']['get']('TrackChangesEditing');_0x1db357['plugins']['has']('BookmarkEditing')&&(_0x3e69bc['enableCommand']('insertBookmark'),_0x3e69bc['enableDefaultAttributesIntegration']('updateBookmark'),_0x3e69bc['registerBlockAttribute']('bookmarkId'),_0x3e69bc['descriptionFactory']['registerDescriptionCallback'](_0x2a836d=>{if('insertion'!=_0x2a836d['type']&&'deletion'!=_0x2a836d['type']&&'attribute'!=_0x2a836d['type'])return;const _0x4d697d=_0x2a836d['getContainedElement']();if(null==_0x4d697d)return;if(!_0x4d697d['is']('element','bookmark'))return;const _0x8c34c2=_0x4d697d['getAttribute']('bookmarkId');if('insertion'==_0x2a836d['type'])return{'type':'insertion','content':o(_0xc3cedb,'*Insert:*\x20%0','\x22'+_0x8c34c2+'\x22\x20'+o(_0xc3cedb,'ELEMENT_BOOKMARK'))};if('deletion'==_0x2a836d['type'])return{'type':'deletion','content':o(_0xc3cedb,'*Remove:*\x20%0','\x22'+_0x8c34c2+'\x22\x20'+o(_0xc3cedb,'ELEMENT_BOOKMARK'))};const {data:_0x30991f}=_0x2a836d;if(!_0x30991f||'bookmarkId'!=_0x30991f['key'])return;return{'type':'format','content':o(_0xc3cedb,'*Set\x20bookmark:*\x20%0','\x22'+_0x30991f['newValue']+'\x22')};}));}}class J extends _0x5d6089{['afterInit'](){const _0x2bcc1e=this['editor'];_0x2bcc1e['plugins']['has']('CaseChange')&&(_0x2bcc1e['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x2bcc1e['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x2bcc1e['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x5d6089{['afterInit'](){const _0x5b2711=this['editor'];_0x5b2711['commands']['get']('ckbox')&&_0x5b2711['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class q extends _0x5d6089{['afterInit'](){const _0x1e102e=this['editor'];if(!_0x1e102e['plugins']['has']('CodeBlock'))return;const _0x35a41f=_0x1e102e['plugins']['get']('TrackChangesEditing'),_0x3ea388=_0x1e102e['locale'],_0x3c235c=_0x1e102e['config']['get']('codeBlock')['languages'],_0x40862f=_0x1e102e['commands']['get']('codeBlock');_0x35a41f['enableCommand']('indentCodeBlock'),_0x35a41f['enableCommand']('outdentCodeBlock'),_0x35a41f['enableCommand']('codeBlock',(_0x413be4,_0x2ea078={})=>{const _0x38c4ec=_0x1e102e['model'],_0x45a7a1=_0x1e102e['model']['document']['selection'],_0x1a6737=_0x2ea078&&void 0x0!==_0x2ea078['forceValue']?_0x2ea078['forceValue']:!_0x40862f['value'];let _0x33d458;_0x2ea078['language']||(_0x2ea078['language']=_0x3c235c[0x0]['language']),_0x33d458=_0x1a6737?Array['from'](_0x45a7a1['getSelectedBlocks']())['filter'](_0x36f899=>eo(_0x36f899)||function(_0x415ed4,_0x5a22a9){if(_0x415ed4['is']('rootElement')||_0x5a22a9['isLimit'](_0x415ed4))return!0x1;return _0x5a22a9['checkChild'](_0x415ed4['parent'],'codeBlock');}(_0x36f899,_0x38c4ec['schema'])):Array['from'](_0x45a7a1['getSelectedBlocks']())['filter'](_0x5bead8=>eo(_0x5bead8));const _0x1e909b=to(_0x33d458,_0x38c4ec);_0x38c4ec['change'](()=>{for(const _0x2aa387 of _0x1e909b)_0x35a41f['markBlockFormat'](_0x2aa387,{'commandName':'codeBlock','commandParams':[{..._0x2ea078,'forceValue':_0x1a6737}],'formatGroupId':'blockName'});});}),(_0x35a41f['descriptionFactory']['registerElementLabel']('codeBlock',_0x47401c=>o(_0x3ea388,'ELEMENT_CODE_BLOCK',_0x47401c)),_0x35a41f['descriptionFactory']['registerDescriptionCallback'](_0x57233d=>{if('formatBlock'!=_0x57233d['type'])return;const _0x5a28b7=_0x3ea388['t'],{data:_0xb99cfa}=_0x57233d;if(!_0xb99cfa||'codeBlock'!=_0xb99cfa['commandName'])return;const _0xb264fa=_0xb99cfa['commandParams'][0x0]['language'],_0xe2be22=_0x5a28b7(_0x3c235c['find'](_0x94b10c=>_0x94b10c['language']===_0xb264fa)['label'])['toLowerCase']();return _0xb99cfa['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x3ea388,'*Set\x20format:*\x20%0',o(_0x3ea388,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0xe2be22+')')}:{'type':'format','content':o(_0x3ea388,'*Remove\x20format:*\x20%0',o(_0x3ea388,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x40b3a6){return'codeBlock'==_0x40b3a6['name'];}class z extends _0x5d6089{['afterInit'](){const _0x324b8a=this['editor'];if(!_0x324b8a['plugins']['has']('CommentsEditing'))return;_0x324b8a['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0xe208e4,_0x5c2d23,_0x354a48){const _0x128d56=[];for(const _0x1750c2 of _0x5c2d23['getItems']())_0x1750c2['hasAttribute'](_0xe208e4)&&_0x128d56['push'](_0x354a48['createRangeOn'](_0x1750c2));return _0x128d56;}function De(_0x3907c9,_0x491a57,{showActiveMarker:_0x13bb78=!0x0}={}){const _0x567bf9=_0x3907c9['plugins']['get']('TrackChangesEditing');return(_0x41d266,_0x3a04af,_0x5c95fb)=>{if(!_0x5c95fb['consumable']['test'](_0x3a04af['markerRange'],_0x41d266['name']))return;const _0x17911b=_0x3a04af['markerRange']['getWalker'](),_0x4e7994=_0x3a04af['markerRange']['start'],_0x30e72f=_0x3907c9['model']['schema'];let _0x23b235=null,_0x50813c=null,_0x1ee558=!0x1,_0x1ffbdd=!0x1;for(const _0x5b767c of _0x17911b){const _0x205851=_0x5b767c['item'];_0x1ee558=_0x1ee558||_0x30e72f['isContent'](_0x205851);const _0xcf300d=_0x5c95fb['mapper']['toViewElement'](_0x205851);if(_0xcf300d&&_0xcf300d['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x5b767c['type']&&(_0x30e72f['isBlock'](_0x205851)&&!_0x30e72f['isLimit'](_0x205851)&&(_0x205851['nextSibling']||_0x4e7994['isAtEnd']?_0x23b235&&_0x23b235['parent']==_0x205851||(_0x23b235=_0x205851,_0x11c556(_0x5b767c['previousPosition']),_0x1ffbdd=!0x0):_0x50813c=_0x50813c||_0x5b767c['previousPosition']));}function _0x11c556(_0x33893e){const {authorId:_0x214a80}=_0x567bf9['_splitMarkerName'](_0x3a04af['markerName']),_0x5de874=_0x5c95fb['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x491a57,'data-author-id':_0x214a80}),_0x5d7518=_0x5c95fb['mapper']['toViewPosition'](_0x33893e);_0x13bb78&&_0x567bf9['activeMarkers']['includes'](_0x3a04af['markerName'])&&_0x5c95fb['writer']['addClass']('ck-suggestion-marker--active',_0x5de874),_0x5c95fb['writer']['insert'](_0x5d7518,_0x5de874),_0x5c95fb['mapper']['bindElementToMarker'](_0x5de874,_0x3a04af['markerName']);}_0x1ee558||_0x1ffbdd||!_0x50813c||_0x11c556(_0x50813c);};}class K extends _0x5d6089{static get['requires'](){return[_0x460f75];}['init'](){const _0x58c93b=this['editor'],_0x58565b=_0x58c93b['plugins']['get']('TrackChangesEditing');_0x58565b['enableCommand']('delete');const _0x36189e=_0x58c93b['commands']['get']('deleteForward');_0x58565b['enableCommand']('deleteForward',(_0x26576f,_0x22abfe={})=>{const _0x24c0a3=_0x58c93b['model']['createSelection'](_0x58c93b['model']['document']['selection']);_0x24c0a3['isCollapsed']&&_0x58c93b['model']['modifySelection'](_0x24c0a3,{'direction':'forward','unit':_0x22abfe['unit']});const _0x16e2c6=_0x24c0a3['getFirstRange'](),_0x43da7d=_0x190639['fromRange'](_0x16e2c6);let _0x42b2fa;_0x26576f(_0x22abfe),_0x42b2fa='$graveyard'==_0x43da7d['root']['rootName']?_0x58c93b['model']['createRange'](_0x16e2c6['start']):_0x58c93b['model']['createRange'](_0x43da7d['start'],_0x43da7d['end']),_0x43da7d['detach'](),_0x58c93b['model']['enqueueChange'](_0x36189e['buffer']['batch'],_0x3c71ad=>{_0x36189e['buffer']['lock'](),_0x3c71ad['setSelection'](_0x3c71ad['createRange'](_0x42b2fa['end'])),_0x36189e['buffer']['unlock']();});}),_0x58c93b['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',De(_0x58c93b,'merge'),{'priority':'high'}),_0x58c93b['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x4a4480,_0x5f2fd1,_0x26d5fa)=>{_0x26d5fa['options']['showSuggestionHighlights']&&De(_0x58c93b,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x4a4480,_0x5f2fd1,_0x26d5fa);},{'priority':'high'}),_0x58c93b['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x5d0252,_0x338b09,_0x2df0f1)=>{const _0x59270c=_0x2df0f1['mapper']['markerNameToElements'](_0x338b09['markerName']);if(_0x59270c){for(const _0x45b4b7 of _0x59270c)_0x45b4b7['is']('uiElement')&&(_0x2df0f1['mapper']['unbindElementFromMarkerName'](_0x45b4b7,_0x338b09['markerName']),_0x2df0f1['writer']['remove'](_0x45b4b7));}},{'priority':'high'});}}class W extends _0x5d6089{['afterInit'](){const _0x3ef549=this['editor'];if(!_0x3ef549['plugins']['has']('ListEditing'))return;const _0x77b8c2=_0x3ef549['locale'],_0x2847ff=_0x3ef549['plugins']['get']('TrackChangesEditing'),_0x1eacf9=_0x3ef549['plugins']['has']('TodoListEditing'),_0x534aa6=!!_0x3ef549['config']['get']('list.multiBlock');function _0x412bbb(_0x25f471){return{'type':'format','content':''+o(_0x77b8c2,'*Set\x20format:*\x20%0',_0x25f471)};}function _0x1f65df(_0x322e62){return{'type':'format','content':''+o(_0x77b8c2,'*Remove\x20format:*\x20%0',_0x322e62)};}_0x2847ff['enableDefaultAttributesIntegration']('numberedList'),_0x2847ff['enableDefaultAttributesIntegration']('bulletedList'),_0x2847ff['enableDefaultAttributesIntegration']('customNumberedList'),_0x2847ff['enableDefaultAttributesIntegration']('customBulletedList'),_0x2847ff['enableDefaultAttributesIntegration']('indentList'),_0x2847ff['enableDefaultAttributesIntegration']('outdentList'),_0x2847ff['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x2847ff['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x2847ff['registerBlockAttribute']('listItemId'),_0x2847ff['registerBlockAttribute']('listType'),_0x2847ff['registerBlockAttribute']('listIndent'),_0x534aa6&&(_0x2847ff['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x2847ff['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x1eacf9&&(_0x2847ff['enableDefaultAttributesIntegration']('todoList'),_0x2847ff['enableDefaultAttributesIntegration']('checkTodoList'),_0x2847ff['registerBlockAttribute']('todoListChecked'),_0x2847ff['descriptionFactory']['registerDescriptionCallback'](_0x12ab80=>{const {data:_0x185c5b}=_0x12ab80;if(_0x185c5b&&'todoListChecked'==_0x185c5b['key'])return{'type':'format','content':_0x185c5b['newValue']?o(_0x77b8c2,'*Check\x20item*'):o(_0x77b8c2,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x3e5c01=>{if(_0x3e5c01['batch']['isUndo'])return!0x1;let _0x3505b7=!0x1;const _0x436152=_0x2847ff['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5bd4ec=>'todoListChecked'===_0x2847ff['_getAttributeKey'](_0x5bd4ec));for(const _0x3ae48d of _0x436152){'todo'!=_0x3ae48d['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x2847ff['_findSuggestions'](_0x3ae48d['getFirstRange'](),'attribute')['find'](_0x4b4b8b=>'listType'===_0x2847ff['_getAttributeKey'](_0x4b4b8b['suggestion']))||(_0x3e5c01['removeMarker'](_0x3ae48d['getFirstMarker']()),_0x3505b7=!0x0));}return _0x3505b7;})),_0x2847ff['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x77b8c2,'FORMAT_INDENT'));const _0x2cbda9={'type':'format','content':''};_0x2847ff['descriptionFactory']['registerDescriptionCallback'](_0x4437b2=>{const {data:_0x5ca47e}=_0x4437b2;if(!_0x5ca47e||'listType'!=_0x5ca47e['key'])return;let _0x14ee2e=_0x4437b2['head'];for(;_0x14ee2e;){if(_0x14ee2e['data']&&(('listStyle'==_0x14ee2e['data']['key']||'listMarkerStyle'==_0x14ee2e['data']['key'])&&(_0x14ee2e['data']['newValue']&&'default'!=_0x14ee2e['data']['newValue']||'default'!=_0x14ee2e['data']['oldValue']&&!_0x5ca47e['newValue'])||!_0x534aa6&&_0x14ee2e['data']['key']==m))return _0x2cbda9;_0x14ee2e=_0x14ee2e['next'];}if(null==_0x5ca47e['newValue'])switch(_0x5ca47e['oldValue']){case'bulleted':return _0x1f65df(o(_0x77b8c2,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1f65df(o(_0x77b8c2,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1f65df(o(_0x77b8c2,'ELEMENT_TODO_LIST'));}switch(_0x5ca47e['newValue']){case'bulleted':return _0x412bbb(o(_0x77b8c2,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x412bbb(o(_0x77b8c2,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x412bbb(o(_0x77b8c2,'ELEMENT_TODO_LIST'));}}),_0x2847ff['descriptionFactory']['registerDescriptionCallback'](_0x260085=>{const {data:_0xf965b4}=_0x260085;if(_0xf965b4&&'listIndent'==_0xf965b4['key'])return null==_0xf965b4['newValue']||null==_0xf965b4['oldValue']&&0x0==_0xf965b4['newValue']?_0x2cbda9:void 0x0;}),_0x2847ff['descriptionFactory']['registerDescriptionCallback'](_0x3f769a=>{if('attribute'!=_0x3f769a['type'])return;const {data:_0x497a95}=_0x3f769a;if(!_0x497a95||'listItemId'!=_0x497a95['key'])return;const _0xd67baf=Te(_0x3f769a);return'newValue'==_0xd67baf?{'type':'format','content':o(_0x77b8c2,'*Merge:*\x20list\x20item')}:'oldValue'==_0xd67baf?{'type':'format','content':o(_0x77b8c2,'*Split:*\x20list\x20item')}:_0x2cbda9;}),_0x3ef549['model']['document']['registerPostFixer'](_0x15539d=>this['listItemIdFixer'](_0x15539d)),_0x3ef549['model']['document']['registerPostFixer'](_0x1c500d=>this['noTrackChangesFixer'](_0x1c500d)),_0x3ef549['model']['document']['on']('change:data',(_0xd86400,_0x3e48f5)=>{if(_0x3e48f5['isUndo']||!_0x3e48f5['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x1099f8){if(_0x1099f8['batch']['isUndo']||!_0x1099f8['batch']['isLocal'])return!0x1;let _0x400011=!0x1;const _0x4f7f96=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x242522=>_0x242522['data']&&'listItemId'==_0x242522['data']['key'])['filter'](_0x25c06e=>_0x25c06e['data']['newValue']&&_0x25c06e['data']['oldValue']);for(const _0x30ef43 of _0x4f7f96)Te(_0x30ef43)||(_0x1099f8['removeMarker'](_0x30ef43['getFirstMarker']()),_0x400011=!0x0);return _0x400011;}['noTrackChangesFixer'](_0xaccbad){if(_0xaccbad['batch']['isUndo']||!_0xaccbad['batch']['isLocal'])return!0x1;const _0x488660=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x488660['trackChangesCommand']['value'])return!0x1;let _0x44d615=!0x1;const _0x4f4d09=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x13a557=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x17dd88=>'attribute'==_0x17dd88['type'])['filter'](_0x3e1a10=>_0x4f4d09['includes'](_0x3e1a10['attributeKey']));if(0x0==_0x13a557['length'])return _0x44d615;for(const _0x47ecda of _0x13a557){const _0x40af67=_0x488660['_findSuggestions'](_0x47ecda['range'],'attribute')['filter'](_0x749cb=>!_0x749cb['meta']['isNextTo'])['map'](_0x8c3092=>_0x8c3092['suggestion'])['filter'](_0xdbbc16=>{const _0x3a2564=_0x488660['_getAttributeKey'](_0xdbbc16);return _0x4f4d09['includes'](_0x3a2564);});if(_0x40af67['length']){for(const _0x570e16 of _0x40af67)_0xaccbad['removeMarker'](_0x570e16['getFirstMarker']());_0x44d615=!0x0;}}return _0x44d615;}['assureChains'](){const _0x3280fd=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5d0a49=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x1599d6;const _0x3a7747=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x2cf7b1=>{if(_0x2cf7b1['data']['oldRange']||!_0x2cf7b1['data']['newRange'])return null;if(!_0x2cf7b1['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x2712d9}=_0x3280fd['_splitMarkerName'](_0x2cf7b1['name']);if(!_0x3280fd['hasSuggestion'](_0x2712d9))return null;const _0x5d2cc6=_0x3280fd['getSuggestion'](_0x2712d9);return _0x5d0a49['includes'](_0x5d2cc6['data']['key']);})['map'](_0xfdf8f7=>{const {id:_0x1b3ceb}=_0x3280fd['_splitMarkerName'](_0xfdf8f7['name']),_0x6c6ef7=_0x3280fd['getSuggestion'](_0x1b3ceb);return _0x1599d6=_0x6c6ef7['attributes']['groupId'],_0x6c6ef7['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x3a7747['size'])return;const _0x8f8600=_0x3280fd['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x48843d=>'attribute'==_0x48843d['type']&&_0x48843d['data']&&_0x5d0a49['includes'](_0x48843d['data']['key'])&&_0x48843d['attributes']['groupId']!=_0x1599d6)['map'](_0x4691c4=>({'listItem':_0x4691c4['getFirstRange']()['start']['nodeAfter'],'groupId':_0x4691c4['attributes']['groupId']})),_0x4185a1=new Set();for(const {groupId:_0x3d7a37,listItem:_0x5e0ae8}of _0x8f8600)_0x3a7747['has'](_0x5e0ae8)&&_0x4185a1['add'](_0x3d7a37);for(const _0xebc304 of _0x3280fd['getSuggestions']())_0x4185a1['has'](_0xebc304['attributes']['groupId'])&&_0xebc304['setAttribute']('groupId',_0x1599d6);}['_supportLegacySuggestions'](){const _0x35ee8f=this['editor'],_0x2cdb85=_0x35ee8f['locale'],_0x333ae4=_0x35ee8f['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x333ae4['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x7ec967,_0x8e4826){const _0xe4ee9b=[];for(let _0x2e19d9 of _0x7ec967)_0x2e19d9['start']['nodeAfter']===_0x2e19d9['end']['parent']&&(_0x2e19d9=_0x35ee8f['model']['createRange'](_0x35ee8f['model']['createPositionAt'](_0x2e19d9['start']['nodeAfter'],0x0))),_0xe4ee9b['push'](_0x2e19d9);_0x35ee8f['model']['change'](_0x387346=>{const _0x52f946=_0x35ee8f['model']['document']['selection'],_0x33ed07=Array['from'](_0x52f946['getRanges']())['map'](_0x9844db=>_0x190639['fromRange'](_0x9844db));_0x387346['setSelection'](_0xe4ee9b),_0x35ee8f['commands']['get'](_0x8e4826['commandName'])['refresh'](),_0x8e4826['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x35ee8f['execute'](_0x8e4826['commandName'],..._0x8e4826['commandParams']),_0x387346['setSelection'](_0x33ed07);for(const _0x361a39 of _0x33ed07)_0x361a39['detach']();});}),_0x333ae4['descriptionFactory']['registerElementLabel'](function(_0x28ac37){const _0x2a8315=!_0x35ee8f['model']['schema']['isObject'](_0x28ac37),_0x17879c=_0x28ac37['previousSibling'],_0x29bb37=_0x28ac37['nextSibling'],_0x107193=_0x28ac37['getAttribute']('listItemId'),_0x31ecb3=!_0x17879c||_0x17879c['getAttribute']('listItemId')!==_0x107193,_0x258115=!_0x29bb37||_0x29bb37['getAttribute']('listItemId')!==_0x107193;return _0x2a8315&&Boolean(_0x107193)&&_0x31ecb3&&_0x258115;},_0x545b89=>o(_0x2cdb85,'ELEMENT_LIST_ITEM',_0x545b89));}['_registerLegacyDescription'](){const _0x4948dc=this['editor'],_0x2c3e6a=_0x4948dc['locale'];function _0x5ae99b(_0x1bbfba){const _0x4963a4=_0x4948dc['commands']['get']('bulletedList')['value'],_0x3ff448=_0x4948dc['commands']['get']('numberedList')['value'];return'numberedList'===_0x1bbfba?_0x4963a4:_0x3ff448;}_0x4948dc['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x5e8059){if('formatBlock'!=_0x5e8059['type'])return;const {data:_0x4a456c}=_0x5e8059;if(!_0x4a456c)return;let _0x84b301,_0x2c59d1,_0x5e5527,_0x852c85;switch(_0x4a456c['commandName']){case'bulletedList':_0x5e5527=_0x4a456c['commandParams'][0x0]['forceValue'],_0x852c85=_0x5ae99b(_0x4a456c['commandName']),_0x84b301=_0x5e5527?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x852c85&&_0x4948dc['config']['get']('list.multiBlock')||(_0x84b301='*Change\x20to:*\x20%0'),_0x2c59d1={'type':'format','content':o(_0x2c3e6a,_0x84b301,o(_0x2c3e6a,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x5e5527=_0x4a456c['commandParams'][0x0]['forceValue'],_0x852c85=_0x5ae99b(_0x4a456c['commandName']),_0x84b301=_0x5e5527?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x852c85&&_0x4948dc['config']['get']('list.multiBlock')||(_0x84b301='*Change\x20to:*\x20%0'),_0x2c59d1={'type':'format','content':o(_0x2c3e6a,_0x84b301,o(_0x2c3e6a,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x84b301='*Indent:*\x20%0',_0x2c59d1={'type':'format','content':o(_0x2c3e6a,_0x84b301,o(_0x2c3e6a,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x84b301=function(_0x42e600){const _0x321a78=_0x42e600['getFirstRange']();let _0x39e182=_0x321a78['start']['nodeAfter'];for(;_0x39e182&&_0x321a78['containsItem'](_0x39e182);){if(_0x39e182['getAttribute']('listIndent')>0x0)return!0x1;_0x39e182=_0x39e182['nextSibling'];}return!0x0;}(_0x5e8059)?o(_0x2c3e6a,'*Format:*\x20remove\x20from\x20%0',o(_0x2c3e6a,function(_0x4bffbb){return'ELEMENT_'+_0x4bffbb['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x5e8059))):o(_0x2c3e6a,'*Outdent:*\x20%0',o(_0x2c3e6a,'ELEMENT_LIST_ITEM')),_0x2c59d1={'type':'format','content':_0x84b301};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x4a456c['multipleBlocks']&&(_0x84b301='*Merge:*\x20%0',_0x2c59d1={'type':'deletion','content':o(_0x2c3e6a,_0x84b301,o(_0x2c3e6a,'ELEMENT_LIST_ITEM'))});}return _0x2c59d1;});}}function Te(_0x38c6f1){let _0x93c886=_0x38c6f1['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x93c886;){const _0x593834=_0x93c886['getAttribute']('listItemId');if(!_0x593834)return!0x1;if(_0x593834==_0x38c6f1['data']['newValue'])return'newValue';if(_0x593834==_0x38c6f1['data']['oldValue'])return'oldValue';_0x93c886=_0x93c886['previousSibling'];}return!0x1;}class Se extends _0x5d6089{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x207516=this['editor']['config']['get']('list.properties'),_0x474889=this['editor']['plugins']['get']('TrackChangesEditing');_0x207516['styles']&&(_0x474889['enableDefaultAttributesIntegration']('listStyle'),_0x474889['registerBlockAttribute']('listStyle')),_0x207516['reversed']&&(_0x474889['enableDefaultAttributesIntegration']('listReversed'),_0x474889['registerBlockAttribute']('listReversed')),_0x207516['startIndex']&&(_0x474889['enableDefaultAttributesIntegration']('listStart'),_0x474889['registerBlockAttribute']('listStart'));const _0x4cd6f8={'type':'format','content':''};_0x474889['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x35f7f8=this['editor']['locale'];_0x474889['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x35f7f8,'FORMAT_LIST_REVERSED')),_0x474889['descriptionFactory']['registerDescriptionCallback'](_0x2e4da3=>{const {data:_0xb548ed}=_0x2e4da3;if(_0xb548ed&&'listReversed'==_0xb548ed['key'])return null==_0xb548ed['newValue']||0x0==_0xb548ed['newValue']&&null==_0xb548ed['oldValue']?_0x4cd6f8:void 0x0;}),_0x474889['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x35f7f8,'FORMAT_LIST_START')),_0x474889['descriptionFactory']['registerDescriptionCallback'](_0x40a23f=>{const {data:_0x119142}=_0x40a23f;if(_0x119142&&'listStart'==_0x119142['key'])return null==_0x119142['newValue']||0x1==_0x119142['newValue']&&null==_0x119142['oldValue']?_0x4cd6f8:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x413c0e=>{if(_0x413c0e['batch']['isUndo'])return!0x1;let _0x4c2ecc=!0x1;const _0x7334d9=_0x474889['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2db5d3=>{const _0x4ba375=_0x474889['_getAttributeKey'](_0x2db5d3);return'listStart'==_0x4ba375||'listReversed'==_0x4ba375;});for(const _0x3e4a01 of _0x7334d9){const _0x386f30=_0x3e4a01['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x386f30||'customNumbered'==_0x386f30)continue;_0x474889['_findSuggestions'](_0x3e4a01['getFirstRange'](),'attribute')['find'](_0x3bf05b=>'listType'==_0x474889['_getAttributeKey'](_0x3bf05b['suggestion']))||(_0x413c0e['removeMarker'](_0x3e4a01['getFirstMarker']()),_0x4c2ecc=!0x0);}return _0x4c2ecc;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x49aaf1){const _0x176f5d=this['editor']['locale'],{data:_0x322405}=_0x49aaf1,_0x4c470a={'type':'format','content':''};if(!_0x322405||'listStyle'!=_0x322405['key'])return;if(!_0x322405['oldValue'])return'default'==_0x322405['newValue']?_0x4c470a:{'type':'format','content':''+o(_0x176f5d,'*Set\x20format:*\x20%0',o(_0x176f5d,this['_getTranslationKeyForListStyle'](_0x322405['newValue'])))};if(!_0x322405['newValue']){if('default'==_0x322405['oldValue'])return _0x4c470a;let _0x3df8cd=_0x49aaf1['head'];for(;_0x3df8cd;){if(_0x3df8cd['data']&&'listType'==_0x3df8cd['data']['key']&&_0x3df8cd['data']['newValue'])return _0x4c470a;_0x3df8cd=_0x3df8cd['next'];}return{'type':'format','content':''+o(_0x176f5d,'*Remove\x20format:*\x20%0',o(_0x176f5d,this['_getTranslationKeyForListStyle'](_0x322405['oldValue'])))};}if('default'!=_0x322405['newValue'])return{'type':'format','content':''+o(_0x176f5d,'*Set\x20format:*\x20%0',o(_0x176f5d,this['_getTranslationKeyForListStyle'](_0x322405['newValue'])))};let _0x498216=_0x49aaf1['head'];for(;_0x498216;){if(_0x498216['data']&&'listType'==_0x498216['data']['key']&&_0x498216['data']['newValue']&&_0x498216['data']['oldValue'])return _0x4c470a;_0x498216=_0x498216['next'];}return{'type':'format','content':o(_0x176f5d,'*Set\x20format:*\x20%0',o(_0x176f5d,'ELEMENT_'+_0x49aaf1['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x25858d=this['editor'],_0xa55f30=_0x25858d['locale'];_0x25858d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x91e8fd=>{if('formatBlock'!=_0x91e8fd['type'])return;const {data:_0x4863ec}=_0x91e8fd;if(!_0x4863ec)return;let _0xbde7b4,_0x527fc8;switch(_0x4863ec['commandName']){case'listStyle':_0xbde7b4='*Change\x20to:*\x20%0',_0x527fc8={'type':'format','content':o(_0xa55f30,_0xbde7b4,o(_0xa55f30,this['_getTranslationKeyForListStyle'](_0x4863ec['commandParams'][0x0]['type'])))};break;case'listReversed':_0xbde7b4=_0x4863ec['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x527fc8={'type':'format','content':o(_0xa55f30,_0xbde7b4)};break;case'listStart':_0xbde7b4='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x527fc8={'type':'format','content':o(_0xa55f30,_0xbde7b4,_0x4863ec['commandParams'][0x0]['startIndex'])};}return _0x527fc8;});}['_getTranslationKeyForListStyle'](_0x4007dc){return'ELEMENT_'+function(_0x1b1fb2){if(_e['includes'](_0x1b1fb2))return'bulleted';if(Re['includes'](_0x1b1fb2))return'numbered';return null;}(_0x4007dc)['toUpperCase']()+'_LIST_'+_0x4007dc['toUpperCase']()['replace'](/-/g,'_');}}const _e=['disc','circle','square'],Re=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0x5d6089{static get['requires'](){return[_0x2cc9cd];}['init'](){const _0x20a967=this['editor'],_0x4bbe52=_0x20a967['plugins']['get']('TrackChangesEditing'),_0x4d6db0=_0x20a967['commands']['get']('enter');_0x4bbe52['enableCommand']('enter',()=>{_0x20a967['model']['change'](_0x301c6c=>{const _0x3548a4=_0x20a967['model']['document']['selection'],_0x4841de=_0x3548a4['getFirstPosition'](),_0x4010a6=_0x190639['fromRange'](_0x3548a4['getFirstRange']());if(_0x4d6db0['enterBlock'](_0x301c6c)){const _0x1ae376=_0x20a967['model']['createPositionAt'](_0x4841de['parent']['nextSibling'],0x0),_0x596488=_0x301c6c['createRange'](_0x4841de,_0x1ae376);_0x4bbe52['markInsertion'](_0x596488);}else _0x301c6c['setSelection'](_0x301c6c['createRange'](_0x4010a6['end']));_0x4010a6['detach'](),_0x4d6db0['fire']('afterExecute',{'writer':_0x301c6c});});}),_0x20a967['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',De(_0x20a967,'split'),{'priority':'high'}),_0x20a967['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x4993d1,_0x34322d,_0x19e0b3)=>{const _0x3eb037=_0x19e0b3['mapper']['markerNameToElements'](_0x34322d['markerName']);if(_0x3eb037){for(const _0x69b0ec of _0x3eb037)_0x69b0ec['hasClass']('ck-suggestion-marker-split')&&(_0x19e0b3['mapper']['unbindElementFromMarkerName'](_0x69b0ec,_0x34322d['markerName']),_0x19e0b3['writer']['remove'](_0x69b0ec));}},{'priority':'high'}),_0x20a967['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x4718eb,_0x25fe7b,_0x562482)=>{_0x562482['options']['showSuggestionHighlights']&&De(_0x20a967,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x4718eb,_0x25fe7b,_0x562482);},{'priority':'high'});}}class Y extends _0x5d6089{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x5cbadb=this['editor']['plugins']['get']('TrackChangesEditing');_0x5cbadb['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x5cbadb['enableCommand']('findNext'),_0x5cbadb['enableCommand']('findPrevious'),_0x5cbadb['enableCommand']('replace'),_0x5cbadb['enableCommand']('replaceAll');}['handleFindCommand'](_0x234b9c,_0x4f749c,_0x51b14a={}){const _0x529de8=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x234b9c(_0x22d1ee=>{let _0x4bcd84=('string'==typeof _0x4f749c?_0x529de8['findByTextCallback'](_0x4f749c,_0x51b14a):_0x4f749c)(_0x22d1ee);Array['isArray'](_0x4bcd84)&&(_0x4bcd84={'results':_0x4bcd84,'searchText':'string'==typeof _0x4f749c?_0x4f749c:''});const _0x4bbaf3=_0x4bcd84['results']['filter'](_0xa30801=>!0x1===this['_isInDeletionRange'](_0xa30801,_0x22d1ee['item']));return{..._0x4bcd84,'results':_0x4bbaf3};},_0x51b14a);}['_isInDeletionRange'](_0xe2a906,_0x2307aa){const _0x38dde8=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x2307aa,_0xe2a906['start']),this['editor']['model']['createPositionAt'](_0x2307aa,_0xe2a906['end']));for(const _0x4d7ddb of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x38dde8['getIntersection'](_0x4d7ddb['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Z extends _0x5d6089{['afterInit'](){const _0x2e2d56=this['editor']['locale'],_0x3c5814=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0xdf161f,commandName:_0x46ff9f}of ro)this['editor']['plugins']['has'](_0xdf161f)&&(_0x3c5814['enableDefaultAttributesIntegration'](_0x46ff9f),_0x3c5814['registerInlineAttribute'](_0x46ff9f));_0x3c5814['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x2e2d56,'FORMAT_FONT_SIZE')),_0x3c5814['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x2e2d56,'FORMAT_FONT_FAMILY')),_0x3c5814['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x2e2d56,'FORMAT_FONT_COLOR')),_0x3c5814['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x2e2d56,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x55b246=this['editor'],_0x245925=_0x55b246['locale'];_0x55b246['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x21f3df=>{const _0x15e445=_0x245925['t'];if('formatInline'!=_0x21f3df['type'])return;const {data:_0x3b6683}=_0x21f3df;if(null!=_0x3b6683){if('fontSize'==_0x3b6683['commandName']){const _0x5b4197=_0x3b6683['commandParams'][0x0]['value'];if(_0x5b4197){const _0x18311c=_0x15e445(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x5078fd=>_0x5078fd['model']==_0x5b4197)['title'])['toLowerCase']();return{'type':'format','content':o(_0x245925,'*Set\x20font\x20size:*\x20%0',_0x18311c)};}return{'type':'format','content':o(_0x245925,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x3b6683['commandName']){const _0x4a2264=_0x3b6683['commandParams'][0x0]['value'];return _0x4a2264?{'type':'format','content':o(_0x245925,'*Set\x20font\x20family:*\x20%0',_0x4a2264)}:{'type':'format','content':o(_0x245925,'*Reset\x20font\x20family*')};}if('fontColor'==_0x3b6683['commandName']){const _0x55094d=_0x3b6683['commandParams'][0x0]['value'];if(_0x55094d){const _0x5b9e1d=_0x4a36e9(this['editor']['config']['get']('fontColor.colors'))['find'](_0x440c86=>_0x440c86['model']==_0x55094d);let _0x557cf6=_0x55094d,_0x33e773='';return _0x5b9e1d&&(_0x557cf6=_0x5b9e1d['label'],_0x33e773=_0x15e445(_0x557cf6)['toLowerCase']()),{'type':'format','content':o(_0x245925,'*Set\x20font\x20color:*\x20%0',_0x33e773)['trim'](),'color':{'value':_0x55094d,'title':_0x33e773||_0x557cf6}};}return{'type':'format','content':o(_0x245925,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x3b6683['commandName']){const _0x5511ec=_0x3b6683['commandParams'][0x0]['value'];if(_0x5511ec){const _0xa82965=_0x4a36e9(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x4af109=>_0x4af109['model']==_0x5511ec);let _0x56eb4d=_0x5511ec,_0x4e9c1e='';return _0xa82965&&(_0x56eb4d=_0xa82965['label'],_0x4e9c1e=_0x15e445(_0x56eb4d)['toLowerCase']()),{'type':'format','content':o(_0x245925,'*Set\x20font\x20background\x20color:*\x20%0',_0x4e9c1e)['trim'](),'color':{'value':_0x5511ec,'title':_0x4e9c1e||_0x56eb4d}};}return{'type':'format','content':o(_0x245925,'*Reset\x20font\x20background\x20color*')};}}});}}class tt extends _0x5d6089{['afterInit'](){const _0x313131=this['editor'],_0x226500=_0x313131['plugins']['get']('TrackChangesEditing'),_0x4bdc46=_0x313131['commands']['get']('copyFormat'),_0x128586=_0x313131['commands']['get']('pasteFormat');_0x4bdc46&&_0x128586&&(_0x226500['enableDefaultAttributesIntegration']('pasteFormat'),_0x226500['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x5c4ce4=this['editor'],_0x522548=_0x5c4ce4['locale'];_0x5c4ce4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x42f184=>{if('formatBlock'!=_0x42f184['type']&&'formatInline'!=_0x42f184['type'])return;const {data:_0x5cf7f2}=_0x42f184;if(_0x5cf7f2&&'pasteFormat'===_0x5cf7f2['commandName']){const _0x33d954=[],_0x10372e=_0x5cf7f2['commandParams'][0x0];for(const [_0x55b271,_0x3dd433]of Object['entries'](_0x10372e))_0x33d954['push'](so(_0x5c4ce4,_0x55b271,_0x3dd433));return _0x33d954['length']?{'type':'format','content':o(_0x522548,'*Set\x20format\x20to:*\x20%0',_0x33d954['join'](',\x20'))}:{'type':'format','content':o(_0x522548,'*Remove\x20all\x20formatting*')};}});}}function so(_0x47464b,_0xa2b85e,_0x113b47){const _0x154fd1=_0x47464b['locale']['t'],_0x56876d=_0xa2b85e['split'](/(?=[A-Z])/)['join']('\x20'),_0x3c3393=_0x154fd1(_0x56876d['charAt'](0x0)['toUpperCase']()+_0x56876d['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x113b47)return _0x3c3393;if('fontColor'===_0xa2b85e||'fontBackgroundColor'===_0xa2b85e){const _0x462c68=_0x4a36e9(_0x47464b['config']['get']('fontColor.colors'))['find'](_0x28db94=>_0x28db94['model']==_0x113b47);return _0x3c3393+'\x20('+(_0x462c68?_0x154fd1(_0x462c68['label'])['toLowerCase']():_0x113b47)+')';}if('fontSize'===_0xa2b85e&&isNaN(parseFloat(_0x113b47))){const _0x106828=_0x47464b['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x47464b['config']['get']('fontSize.options'))['find'](_0x526bd5=>_0x526bd5['model']==_0x113b47);return _0x3c3393+'\x20('+(_0x106828?_0x154fd1(_0x106828['title'])['toLowerCase']():_0x113b47)+')';}return _0x3c3393+'\x20('+_0x113b47+')';}class nt extends _0x5d6089{['_headingOptions'];['afterInit'](){const _0x11ae2a=this['editor'];if(!_0x11ae2a['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x11ae2a['config']['get']('heading.options');const _0x84a2aa=_0x11ae2a['locale'],_0x203b38=_0x11ae2a['plugins']['get']('TrackChangesEditing');_0x203b38['enableDefaultAttributesIntegration']('heading');for(const _0x5f0dfc of this['_headingOptions'])'paragraph'!=_0x5f0dfc['model']&&_0x203b38['descriptionFactory']['registerElementLabel'](_0x5f0dfc['model'],_0x2d7ccf=>{const _0x670421=this['_getHeadingLevel'](_0x5f0dfc['model']);return null!==_0x670421?_0x57ea35(_0x2d7ccf,_0x670421):_0x20d608(_0x2d7ccf,_0x5f0dfc['title']);});function _0x57ea35(_0x2cc552,_0x394bc7){return o(_0x84a2aa,'ELEMENT_HEADING',[_0x2cc552,_0x394bc7]);}function _0x20d608(_0x2ea736,_0x497940){return o(_0x84a2aa,'ELEMENT_HEADING_CUSTOM',[_0x2ea736,_0x497940]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x7b8da5=this['editor'],_0x26f25e=_0x7b8da5['locale'];function _0x3d5759(_0xc0e462,_0x35dd8f){return o(_0x26f25e,'ELEMENT_HEADING_CUSTOM',[_0xc0e462,_0x35dd8f]);}_0x7b8da5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x54517f=>{if('formatBlock'!=_0x54517f['type'])return;const {data:_0x55c9d}=_0x54517f;if(_0x55c9d&&'heading'==_0x55c9d['commandName']){const _0x264396=_0x55c9d['commandParams'][0x0]['value'],_0x5a96c6=this['_getHeadingLevel'](_0x264396);if(null!==_0x5a96c6)return{'type':'format','content':o(_0x26f25e,'*Change\x20to:*\x20%0',(_0x424eb6=0x1,_0x57a692=_0x5a96c6,o(_0x26f25e,'ELEMENT_HEADING',[_0x424eb6,_0x57a692])))};const _0x6f7918=this['_headingOptions']['find'](_0x31a3c6=>_0x31a3c6['model']===_0x264396)['title'];return{'type':'format','content':o(_0x26f25e,'*Change\x20to:*\x20%0',_0x3d5759(0x1,_0x6f7918))};}var _0x424eb6,_0x57a692;});}['_getHeadingLevel'](_0x62d711){const _0x367cb0=_0x62d711['match'](/^heading(\d+)/);if(_0x367cb0)return _0x367cb0[0x1];const _0x5d3323=this['_headingOptions']?.['find'](_0x14f977=>_0x14f977['model']==_0x62d711);if(_0x5d3323&&_0x5d3323['view']){const _0x7e74c8=_0x5d3323['view'],_0x4b0907=(_0x7e74c8['name']??_0x7e74c8)['match'](/^h(\d+)/);if(_0x4b0907)return _0x4b0907[0x1];}return null;}}class it extends _0x5d6089{['afterInit'](){const _0x3bcbfe=this['editor'];if(!_0x3bcbfe['plugins']['has']('HighlightEditing'))return;const _0x14589f=_0x3bcbfe['plugins']['get']('TrackChangesEditing'),_0x218b7e=_0x3bcbfe['locale'];_0x14589f['enableDefaultAttributesIntegration']('highlight'),_0x14589f['registerInlineAttribute']('highlight'),_0x14589f['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x218b7e,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x53efcd=this['editor'],_0xaaa38a=_0x53efcd['locale'];_0x53efcd['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2bb69a=>{if('formatInline'!=_0x2bb69a['type'])return;const {data:_0x3d1f67}=_0x2bb69a;if(_0x3d1f67&&'highlight'==_0x3d1f67['commandName']){const _0x248a7b=_0xaaa38a['t'],_0x4c2b22=_0x3d1f67['commandParams'][0x0]['value'];if(_0x4c2b22){const _0x10aba2=_0x53efcd['config']['get']('highlight.options')['find'](_0x4f3b40=>_0x4f3b40['model']==_0x4c2b22),_0x4e0182=_0x248a7b(_0x10aba2['title'])['toLowerCase']();return{'type':'format','content':o(_0xaaa38a,'*Set\x20highlight:*\x20%0',_0x4e0182),'color':{'value':_0x10aba2['color'],'title':_0x10aba2['title']}};}return{'type':'format','content':o(_0xaaa38a,'*Remove\x20highlight*',o(_0xaaa38a,'FORMAT_HIGHLIGHT'))};}});}}class et extends _0x5d6089{['afterInit'](){const _0x28280a=this['editor'];if(!_0x28280a['plugins']['has']('HorizontalLineEditing'))return;_0x28280a['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x3cc56f=_0x28280a['plugins']['get']('TrackChangesEditing'),_0x247943=_0x28280a['locale'];_0x3cc56f['descriptionFactory']['registerElementLabel']('horizontalLine',_0x47e1ec=>o(_0x247943,'ELEMENT_HORIZONTAL_LINE',_0x47e1ec)),_0x28280a['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x49a6e1,{writer:_0x29fc8f,options:_0x19a7d5})=>{if(!_0x19a7d5['showSuggestionHighlights'])return null;const _0x41b6e8=_0x29fc8f['createContainerElement']('div'),_0x14fdcf=_0x29fc8f['createEmptyElement']('hr');return _0x29fc8f['addClass']('ck-horizontal-line',_0x41b6e8),_0x29fc8f['insert'](_0x29fc8f['createPositionAt'](_0x41b6e8,0x0),_0x14fdcf),_0x41b6e8;},'converterPriority':'high'});}}class st extends _0x5d6089{['afterInit'](){const _0x2b4f4c=this['editor'];if(!_0x2b4f4c['plugins']['has']('HtmlEmbed'))return;const _0x29c97a=_0x2b4f4c['plugins']['get']('TrackChangesEditing'),_0x6aa879=_0x2b4f4c['locale'];_0x29c97a['descriptionFactory']['registerElementLabel']('rawHtml',_0xe9151=>o(_0x6aa879,'ELEMENT_HTML_EMBED',_0xe9151)),_0x29c97a['enableDefaultAttributesIntegration']('htmlEmbed'),_0x29c97a['registerBlockAttribute']('value'),_0x29c97a['descriptionFactory']['registerDescriptionCallback'](_0x43916c=>{if('attribute'!=_0x43916c['type'])return;const {data:_0x51a258}=_0x43916c;if(_0x51a258&&'value'==_0x51a258['key']&&_0x43916c['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x36dccc=o(_0x6aa879,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x6aa879,'*Change\x20%0\x20content*',_0x36dccc)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x27851f=this['editor'],_0x37a609=_0x27851f['locale'];_0x27851f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5917e7=>{if('formatBlock'!=_0x5917e7['type'])return;const {data:_0x559e27}=_0x5917e7;if(_0x559e27&&'htmlEmbed'==_0x559e27['commandName']){const _0x1d695b=o(_0x37a609,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x37a609,'*Change\x20%0\x20content*',_0x1d695b)};}});}}class ot extends _0x5d6089{['afterInit'](){const _0x4e64d5=this['editor'];if(!_0x4e64d5['plugins']['has']('ImageEditing'))return;const _0xb8f254=_0x4e64d5['plugins']['get']('TrackChangesEditing'),_0x2e0534=_0x4e64d5['plugins']['get']('ImageUtils'),_0x117e27=_0x4e64d5['locale'];_0xb8f254['enableCommand']('insertImage'),_0xb8f254['descriptionFactory']['registerElementLabel']('imageBlock',_0x3439de=>o(_0x117e27,'ELEMENT_IMAGE',_0x3439de)),_0xb8f254['descriptionFactory']['registerElementLabel']('imageInline',_0x2cdff0=>o(_0x117e27,'ELEMENT_INLINE_IMAGE',_0x2cdff0)),_0xb8f254['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x117e27,'ELEMENT_CAPTION')),_0x4e64d5['plugins']['has']('ImageUploadEditing')&&_0xb8f254['enableCommand']('uploadImage'),_0x4e64d5['plugins']['has']('ImageBlockEditing')&&_0x4e64d5['plugins']['has']('ImageInlineEditing')&&(_0xb8f254['enableCommand']('imageTypeInline',(_0x3f70f9,_0x3862a1)=>{const _0x5d6f73=_0x2e0534['getClosestSelectedImageElement'](_0x4e64d5['model']['document']['selection']);_0x4e64d5['model']['change'](()=>{_0xb8f254['markBlockFormat'](_0x5d6f73,{'commandName':'imageTypeInline','commandParams':[_0x3862a1]},[],'convertBlockImageToInline');});}),_0xb8f254['enableCommand']('imageTypeBlock',(_0x40ac18,_0x183883)=>{_0x4e64d5['model']['change'](_0x213e51=>{let _0x1990c4=_0x2e0534['getClosestSelectedImageElement'](_0x4e64d5['model']['document']['selection']),_0x5635ee=_0x213e51['createRangeOn'](_0x1990c4);const _0x56c9b4=_0x1f9cd0['fromPosition'](_0x5635ee['start'],'toPrevious'),_0x40ba70=_0x1f9cd0['fromPosition'](_0x5635ee['end'],'toNext');_0xb8f254['forceDefaultExecution'](()=>_0x40ac18(_0x183883)),_0x1990c4=_0x2e0534['getClosestSelectedImageElement'](_0x4e64d5['model']['document']['selection']),_0x5635ee=_0x213e51['createRangeOn'](_0x1990c4);const _0x530be9=_0x213e51['createRange'](_0x56c9b4,_0x40ba70);_0x56c9b4['detach'](),_0x40ba70['detach'](),_0xb8f254['markBlockFormat'](_0x1990c4,{'commandName':'imageTypeInline','commandParams':[_0x183883]},[],'convertInlineImageToBlock'),_0x530be9['start']['isBefore'](_0x5635ee['start'])&&_0xb8f254['markInsertion'](_0x213e51['createRange'](_0x530be9['start'],_0x5635ee['start']),'convertInlineImageToBlock'),_0x5635ee['end']['isBefore'](_0x530be9['end'])&&_0xb8f254['markInsertion'](_0x213e51['createRange'](_0x5635ee['end'],_0x530be9['end']),'convertInlineImageToBlock');});}),_0xb8f254['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0xb8f254['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0xb8f254['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0xb8f254['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0xb8f254['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0xb8f254['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x2db7ee])=>{const _0x42590=_0xb8f254['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x335883=_0x2db7ee['start'],_0x513240=_0x2db7ee['end'];const _0x3c0e38=_0x4e64d5['model']['schema']['getNearestSelectionRange'](_0x335883,'backward'),_0x469498=_0x4e64d5['model']['schema']['getNearestSelectionRange'](_0x513240,'forward');_0x3c0e38['isCollapsed']&&(_0x335883=_0x3c0e38['start']),_0x469498['isCollapsed']&&(_0x513240=_0x469498['end']),_0x42590([_0x4e64d5['model']['createRange'](_0x335883,_0x513240)]);}),_0xb8f254['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x442a5c),_0xb8f254['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x442a5c)),_0x4e64d5['plugins']['has']('ImageCaptionEditing')&&(_0xb8f254['enableCommand']('toggleImageCaption',(_0x235085,_0x4fbebd)=>{const _0x3771eb=_0x4e64d5['plugins']['get']('ImageCaptionUtils');let _0x5156a5=_0x2e0534['getClosestSelectedImageElement'](_0x4e64d5['model']['document']['selection']),_0x5957f2=_0x3771eb['getCaptionFromImageModelElement'](_0x5156a5);_0x4e64d5['model']['change'](()=>{if(_0x5957f2)return void _0xb8f254['markDeletion'](_0x4e64d5['model']['createRangeOn'](_0x5957f2));const _0x8c3804=_0x2e0534['isBlockImage'](_0x5156a5);_0x235085(_0x4fbebd),_0x5156a5=_0x2e0534['getClosestSelectedImageElement'](_0x4e64d5['model']['document']['selection']),_0x5957f2=_0x3771eb['getCaptionFromImageModelElement'](_0x5156a5),_0xb8f254['markInsertion'](_0x4e64d5['model']['createRangeOn'](_0x5957f2),_0x8c3804?null:'imageCaption');});}),_0xb8f254['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x442a5c));const _0x3c7607=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x31d7b4(_0x247da2,_0x20f046){const _0x257a7d=_0x3c7607['findIndex'](({type:_0x388e96,subType:_0x4f1b1e})=>_0x247da2['type']==_0x388e96&&_0x247da2['subType']==_0x4f1b1e),_0x2d8b7f=_0x3c7607['findIndex'](({type:_0x283cb9,subType:_0x4c1b9a})=>_0x20f046['type']==_0x283cb9&&_0x20f046['subType']==_0x4c1b9a);if(_0x257a7d<0x0||_0x2d8b7f<0x0)return!0x1;const _0x20bea0=_0x247da2['getFirstRange'](),_0x52d4f1=_0x20f046['getFirstRange']();if((0x0==_0x257a7d||0x1==_0x257a7d)&&0x2==_0x2d8b7f&&_0x20bea0['isIntersecting'](_0x52d4f1))return!0x0;if(0x2==_0x257a7d&&0x3==_0x2d8b7f){const _0x27e4d7=_0xb8f254['_findSuggestions'](_0x20bea0,'insertion')['filter'](({suggestion:_0x1b6522,meta:_0x42628a})=>_0x42628a['isOwn']&&'convertInlineImageToBlock'==_0x1b6522['subType']);if(_0x27e4d7['length']>0x1&&_0x52d4f1['end']['isEqual'](_0x20bea0['start']))return!0x0;if(0x1==_0x27e4d7['length']&&(_0x20bea0['start']['isEqual'](_0x52d4f1['end'])||_0x20bea0['end']['isEqual'](_0x52d4f1['start'])))return!0x0;}if(0x3==_0x257a7d&&0x3==_0x2d8b7f&&_0x20bea0['start']['isBefore'](_0x52d4f1['start'])){const _0x30a496=_0x20bea0['end']['nodeAfter'],_0xcf5fa2=_0x52d4f1['start']['nodeBefore'];return _0x2e0534['isBlockImage'](_0x30a496)&&_0x30a496===_0xcf5fa2;}return!0x1;}function _0x442a5c(_0x2b6661,_0x2459b3){return _0x31d7b4(_0x2b6661,_0x2459b3)?[_0x2b6661,_0x2459b3]:_0x31d7b4(_0x2459b3,_0x2b6661)?[_0x2459b3,_0x2b6661]:null;}_0x4e64d5['plugins']['has']('ImageResize')&&(_0xb8f254['enableDefaultAttributesIntegration']('resizeImage'),_0xb8f254['registerBlockAttribute']('resizedWidth'),_0xb8f254['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x117e27,'FORMAT_IMAGE_SIZE'))),_0x4e64d5['plugins']['has']('ImageTextAlternativeEditing')&&(_0xb8f254['enableDefaultAttributesIntegration']('imageTextAlternative'),_0xb8f254['registerBlockAttribute']('alt')),_0x4e64d5['plugins']['has']('PictureEditing')&&(_0xb8f254['registerBlockAttribute']('sources'),_0xb8f254['descriptionFactory']['registerDescriptionCallback'](_0x5704f2=>{if('attribute'!=_0x5704f2['type'])return;const {data:_0x23310b}=_0x5704f2;return _0x23310b&&'sources'==_0x23310b['key']?{'type':'format','content':''}:void 0x0;})),_0x4e64d5['plugins']['has']('ImageSizeAttributes')&&(_0xb8f254['registerBlockAttribute']('width'),_0xb8f254['registerBlockAttribute']('height'),_0xb8f254['descriptionFactory']['registerDescriptionCallback'](_0xca71e6=>{if('attribute'!=_0xca71e6['type'])return;const {data:_0x5b2c89}=_0xca71e6;return!_0x5b2c89||'width'!=_0x5b2c89['key']&&'height'!=_0x5b2c89['key']?void 0x0:{'type':'format','content':''};})),_0xb8f254['descriptionFactory']['registerDescriptionCallback'](_0x5b3c24=>{if(!!_0x3c7607['find'](({type:_0x517e12,subType:_0x4508f2})=>_0x5b3c24['type']==_0x517e12&&_0x5b3c24['subType']==_0x4508f2))return _0x5b3c24['previous']?{}:void 0x0;}),_0xb8f254['descriptionFactory']['registerDescriptionCallback'](_0x25f750=>{if('insertion'==_0x25f750['type']||'deletion'==_0x25f750['type']){const _0x38da86=_0x25f750['getContainedElement']();if(_0x38da86&&_0x38da86['is']('element','caption'))return{'type':'insertion'==_0x25f750['type']?'addObject':'removeObject','element':_0x38da86,'quantity':0x1};}}),_0xb8f254['descriptionFactory']['registerDescriptionCallback'](_0x86c3f7=>'formatBlock'==_0x86c3f7['type']&&'convertInlineImageToBlock'==_0x86c3f7['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x86c3f7['type']&&'convertBlockImageToInline'==_0x86c3f7['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0xb8f254['descriptionFactory']['registerDescriptionCallback'](_0x316543=>{if('attribute'!=_0x316543['type'])return;const {data:_0x1a404e}=_0x316543;if(!_0x1a404e||'alt'!=_0x1a404e['key'])return;const _0x42a57b=_0x1a404e['newValue'];return _0x42a57b?{'type':'format','content':o(_0x117e27,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x42a57b+'\x22')}:{'type':'format','content':o(_0x117e27,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xa1ae0a=this['editor'],_0x10cc33=_0xa1ae0a['locale'];_0xa1ae0a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x524316=>{if('formatBlock'!=_0x524316['type']&&'formatInline'!=_0x524316['type'])return;const {data:_0x44ece6}=_0x524316;if(_0x44ece6){if('imageTextAlternative'==_0x44ece6['commandName']){const _0x1d0d08=_0x44ece6['commandParams'][0x0]['newValue'];return _0x1d0d08?{'type':'format','content':o(_0x10cc33,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x1d0d08+'\x22')}:{'type':'format','content':o(_0x10cc33,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x44ece6['commandName']){const _0x56a163=_0x44ece6['commandParams'][0x0]['width'];return _0x56a163?{'type':'format','content':o(_0x10cc33,'*Set\x20image\x20width:*\x20%0',_0x56a163)}:{'type':'format','content':o(_0x10cc33,'*Reset\x20image\x20width*')};}}});}}class rt extends _0x5d6089{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x290874=this['editor']['locale'],_0xf6f286=this['editor']['plugins']['get']('TrackChangesEditing');_0xf6f286['enableDefaultAttributesIntegration']('replaceImageSource'),_0xf6f286['registerBlockAttribute']('src'),_0xf6f286['descriptionFactory']['registerDescriptionCallback'](_0x4e5a0c=>{if('attribute'!=_0x4e5a0c['type'])return;const {data:_0x4e93c8}=_0x4e5a0c;return _0x4e93c8&&'src'==_0x4e93c8['key']?_0x4e93c8['newValue']&&_0x4e93c8['oldValue']?{'type':'format','content':o(_0x290874,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x4a5680=this['editor']['plugins']['get']('TrackChangesEditing');_0x4a5680['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x4a5680['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4a5680['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x4a5680['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x234c0d=this['editor'],_0x5f394e=_0x234c0d['locale'];_0x234c0d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x221a83=>{if('formatBlock'!=_0x221a83['type']&&'formatInline'!=_0x221a83['type'])return;const {data:_0x53d64a}=_0x221a83;if(!_0x53d64a||'replaceImageSource'!=_0x53d64a['commandName'])return;return{'type':'format','content':o(_0x5f394e,'*Format:*\x20replace\x20image\x20URL')};});}}class at extends _0x5d6089{['afterInit'](){const _0x18a95e=this['editor'];if(!_0x18a95e['plugins']['has']('ImageStyleEditing'))return;const _0x359a9f=_0x18a95e['plugins']['get']('TrackChangesEditing'),_0x4462ae=_0x18a95e['plugins']['get']('ImageUtils'),_0x194166={};_0x359a9f['enableCommand']('imageStyle',(_0x43f7c7,_0x2ec25e)=>{const _0x587163=_0x18a95e['plugins']['get']('Users')['me'],_0x3142d3=_0x18a95e['commands']['get']('imageStyle');let _0x454cf6=_0x4462ae['getClosestSelectedImageElement'](_0x18a95e['model']['document']['selection']),_0x19a2f5=_0x18a95e['model']['createRangeOn'](_0x454cf6),_0x447253=_0x3142d3['value'];if(_0x447253==_0x2ec25e['value'])return;const _0x25b70f={'commandName':'imageStyle','commandParams':[_0x2ec25e],'formatGroupId':_0x3e98cb()};_0x18a95e['model']['change'](()=>{if(_0x359a9f['getSuggestions']()['filter'](_0x134f61=>_0x134f61['isInContent']&&_0x587163==_0x134f61['author']&&('formatBlock'==_0x134f61['type']||'formatInline'==_0x134f61['type'])&&('imageStylePreApply'==_0x134f61['subType']||'imageStylePostApply'==_0x134f61['subType'])&&_0x134f61['getFirstRange']()['isEqual'](_0x19a2f5))['forEach'](_0x5a5832=>_0x359a9f['discardSuggestion'](_0x5a5832['head'])),_0x454cf6=_0x4462ae['getClosestSelectedImageElement'](_0x18a95e['model']['document']['selection']),_0x19a2f5=_0x18a95e['model']['createRangeOn'](_0x454cf6),_0x3142d3['refresh'](),_0x18a95e['commands']['get']('imageTypeInline')['refresh'](),_0x18a95e['commands']['get']('imageTypeBlock')['refresh'](),_0x447253=_0x3142d3['value'],_0x447253!=_0x2ec25e['value'])return _0x4462ae['isInlineImage'](_0x454cf6)&&_0x3142d3['shouldConvertImageType'](_0x2ec25e['value'],_0x454cf6)?(_0x43f7c7({..._0x2ec25e,'setImageSizes':!0x1}),_0x454cf6=_0x4462ae['getClosestSelectedImageElement'](_0x18a95e['model']['document']['selection']),void _0x359a9f['markBlockFormat'](_0x454cf6,{..._0x25b70f,'commandReversedParams':[{'value':_0x447253||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x4462ae['isBlockImage'](_0x454cf6)?_0x359a9f['markBlockFormat'](_0x454cf6,_0x25b70f,[],'imageStylePostApply'):_0x359a9f['markInlineFormat'](_0x19a2f5,_0x25b70f,'imageStylePostApply'));});});for(const _0x5cb682 of _0x18a95e['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x194166[_0x5cb682['name']]=_0x5cb682['title']['toLowerCase']();_0x359a9f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x359a9f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x359a9f['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x359a9f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x36496d])=>{_0x4462ae['setImageNaturalSizeAttributes'](_0x36496d['getContainedElement']());}),_0x359a9f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0xecb86,_0x244e67)=>{_0x359a9f['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0xecb86,{'commandName':_0x244e67['commandName'],'commandParams':_0x244e67['commandReversedParams']});}),_0x359a9f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x1cb0c1,_0x17d99c){if(_0xbbfd18(_0x1cb0c1,_0x17d99c))return[_0x1cb0c1,_0x17d99c];if(_0xbbfd18(_0x17d99c,_0x1cb0c1))return[_0x17d99c,_0x1cb0c1];return null;});const _0x5f0e69=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0xbbfd18(_0x258316,_0xe8c5ea){const _0x336fba=_0x5f0e69['findIndex'](({type:_0x2a0f0f,subType:_0x17f002})=>_0x258316['type']==_0x2a0f0f&&_0x258316['subType']==_0x17f002),_0x34658e=_0x5f0e69['findIndex'](({type:_0x35692b,subType:_0x1a2498})=>_0xe8c5ea['type']==_0x35692b&&_0xe8c5ea['subType']==_0x1a2498);if(_0x336fba<0x0||_0x34658e<0x0)return!0x1;const _0x94cfcf=_0x258316['getFirstRange'](),_0x5473a6=_0xe8c5ea['getFirstRange']();if((0x0==_0x336fba||0x1==_0x336fba)&&0x2==_0x34658e&&_0x94cfcf['isIntersecting'](_0x5473a6))return!0x0;if(0x2==_0x336fba&&0x3==_0x34658e){const _0x3506a8=_0x359a9f['_findSuggestions'](_0x94cfcf,'insertion')['filter'](({suggestion:_0x16e33b,meta:_0x5bdab6})=>_0x5bdab6['isOwn']&&'convertInlineImageToBlock'==_0x16e33b['subType']);if(_0x3506a8['length']>0x1&&_0x5473a6['end']['isEqual'](_0x94cfcf['start']))return!0x0;if(0x1==_0x3506a8['length']&&(_0x94cfcf['start']['isEqual'](_0x5473a6['end'])||_0x94cfcf['end']['isEqual'](_0x5473a6['start'])))return!0x0;}if(0x3==_0x336fba&&0x3==_0x34658e&&_0x94cfcf['start']['isBefore'](_0x5473a6['start'])){const _0x4aed94=_0x94cfcf['end']['nodeAfter'],_0xf66a13=_0x5473a6['start']['nodeBefore'];return _0x4462ae['isBlockImage'](_0x4aed94)&&_0x4aed94===_0xf66a13;}return!0x1;}_0x18a95e['model']['document']['registerPostFixer'](()=>{let _0x4303b0=!0x1;const _0x452eee=Array['from'](_0x18a95e['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x5cc076,data:_0x51365d}of _0x452eee){const {group:_0x5177d4,type:_0x541565,subType:_0x566ea4,id:_0x4b8e1d}=_0x359a9f['_splitMarkerName'](_0x5cc076);if('suggestion'==_0x5177d4&&_0x359a9f['hasSuggestion'](_0x4b8e1d)){if('formatBlock'==_0x541565&&('imageStylePreApply'==_0x566ea4||'imageStylePostApply'==_0x566ea4)){const _0x48448b=_0x359a9f['getSuggestion'](_0x4b8e1d);if(_0x51365d['newRange']){const _0x166609=_0x48448b['getFirstRange']()['getContainedElement']();if(_0x4462ae['isBlockImage'](_0x166609))continue;_0x359a9f['discardSuggestion'](_0x48448b),_0x4303b0=!0x0;}}if('insertion'==_0x541565&&'imageCaption'==_0x566ea4&&!_0x51365d['newRange']){const _0x18f823=_0x359a9f['getSuggestion'](_0x4b8e1d);_0x18f823['next']&&_0x18f823['next']['isInContent']&&(_0x359a9f['discardSuggestion'](_0x18f823['next']),_0x4303b0=!0x0);}}}return _0x4303b0;}),this['_registerLegacyDescription'](_0x194166);}['_registerLegacyDescription'](_0x49d24d){const _0x670432=this['editor'],_0x23ffbd=_0x670432['locale'];_0x670432['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x189558=>{if('formatBlock'!=_0x189558['type']&&'formatInline'!=_0x189558['type'])return;const {data:_0x118efd}=_0x189558;if(!_0x118efd||'imageStyle'!=_0x118efd['commandName'])return;const _0x4b652a=_0x118efd['commandParams'][0x0]['value'];return _0x1bcfb1('side'===_0x4b652a?o(_0x23ffbd,'FORMAT_SIDE_IMAGE'):_0x49d24d[_0x4b652a]||_0x4b652a);function _0x1bcfb1(_0x2635e1){return{'type':'format','content':o(_0x23ffbd,'*Format:*\x20%0',_0x2635e1)};}});}}class ct extends _0x5d6089{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x2c3ba6){super(_0x2c3ba6),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x183079=this['editor'],_0x29e8e2=_0x183079['commands']['get']('importWord'),_0x32c4fa=_0x183079['commands']['get']('trackChanges');_0x29e8e2&&(_0x29e8e2['on']('execute',(_0x2b3da5,[,_0x1f9795])=>{this['_trackChangesValueDuringImport']=_0x32c4fa['value'],_0x1f9795['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x29e8e2,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x29e8e2,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x32c4fa['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x183079['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x25a751,_0x3d7228){const {suggestions:_0x1d27fc}=_0x3d7228,_0x45c34d=this['editor']['commands']['get']('trackChanges'),_0x2da7af=_0x45c34d['value'];this['_trackChangesValueDuringImport']!==_0x2da7af&&(_0x45c34d['execute'](),this['_trackChangesExecuted']=!0x0),_0x1d27fc&&_0x1d27fc['forEach'](({id:_0x1118d8,type:_0x3aa07a,author:_0x308c2c,created_at:_0x4fbc5e})=>{const _0x4599c0={'id':_0x1118d8,'type':_0x3aa07a,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x308c2c,'createdAt':_0x4fbc5e?new Date(_0x4fbc5e):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x4599c0);});}}class ut extends _0x5d6089{['afterInit'](){const _0x5761c4=this['editor'],_0x584d2f=_0x5761c4['plugins']['get']('TrackChangesEditing');if(_0x5761c4['plugins']['has']('IndentEditing')&&(_0x584d2f['enableCommand']('indent'),_0x584d2f['enableCommand']('outdent')),_0x5761c4['plugins']['has']('IndentBlock')){for(const _0x41cdf2 of['indentBlock','outdentBlock'])_0x584d2f['enableDefaultAttributesIntegration'](_0x41cdf2);}const _0x4a27f9=_0x5761c4['locale'];_0x584d2f['registerBlockAttribute']('blockIndent'),_0x584d2f['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x4a27f9,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3b688b=this['editor'],_0x3ed031=_0x3b688b['locale'],_0x3bb1df=_0x3b688b['plugins']['get']('TrackChangesEditing');_0x3bb1df['descriptionFactory']['registerDescriptionCallback'](_0x3350df=>{if('formatBlock'!=_0x3350df['type'])return;const {data:_0x546525}=_0x3350df;if(!_0x546525)return;if('indentBlock'!=_0x546525['commandName']&&'outdentBlock'!=_0x546525['commandName'])return;const _0x8c80b4=_0x3350df['getItems']()[0x0],_0x5f217d=_0x3bb1df['descriptionFactory']['getItemLabel'](_0x8c80b4);return'indentBlock'==_0x546525['commandName']?{'type':'format','content':o(_0x3ed031,'*Indent:*\x20%0',_0x5f217d)}:'outdentBlock'==_0x546525['commandName']?{'type':'format','content':o(_0x3ed031,'*Outdent:*\x20%0',_0x5f217d)}:void 0x0;});}}class ft extends _0x5d6089{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x5d6089{['afterInit'](){const _0x497f1e=this['editor'];if(!_0x497f1e['plugins']['has']('LinkEditing'))return;const _0x362ff6=_0x497f1e['plugins']['get']('TrackChangesEditing'),_0x10257c=_0x497f1e['commands']['get']('link');_0x362ff6['enableDefaultAttributesIntegration']('link'),_0x362ff6['enableDefaultAttributesIntegration']('unlink'),_0x362ff6['registerInlineAttribute']('linkHref');for(const _0x12921a of _0x10257c['manualDecorators'])_0x362ff6['registerInlineAttribute'](_0x12921a['id']),_0x362ff6['descriptionFactory']['registerAttributeLabel'](_0x12921a['id'],'link\x20('+_0x12921a['label']['toLowerCase']()+')');_0x362ff6['descriptionFactory']['registerDescriptionCallback'](_0x436d15=>{if('attribute'!=_0x436d15['type'])return;const {data:_0x6fb011}=_0x436d15;if(!_0x6fb011||'linkHref'!=_0x6fb011['key'])return;const _0x2c86d1=_0x6fb011['newValue'],_0x17e695=_0x497f1e['locale'];return{'type':'format','content':null==_0x2c86d1?o(_0x17e695,'*Remove\x20link*'):o(_0x17e695,'*Set\x20link:*\x20%0','\x22'+_0x2c86d1+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4e352e=this['editor'],_0x471092=_0x4e352e['locale'];_0x4e352e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x57fe0b=>{if('formatInline'!=_0x57fe0b['type'])return;const {data:_0x3e6da3}=_0x57fe0b;if(_0x3e6da3){if('link'==_0x3e6da3['commandName']){const _0x3bd96a=_0x3e6da3['commandParams'][0x0];return{'type':'format','content':o(_0x471092,'*Set\x20link:*\x20%0','\x22'+_0x3bd96a+'\x22')};}return'unlink'==_0x3e6da3['commandName']?{'type':'format','content':o(_0x471092,'*Remove\x20link*')}:void 0x0;}});}}class lt extends _0x5d6089{['afterInit'](){const _0x124bd1=this['editor'],_0x33d3eb=_0x124bd1['locale'];if(!_0x124bd1['plugins']['has']('LegacyListEditing'))return;const _0x1f9fdc=_0x124bd1['plugins']['get']('TrackChangesEditing'),_0x348ed2=_0x124bd1['plugins']['has']('LegacyTodoListEditing');function _0x520ccc(_0xdecdbd){return()=>{const _0xfaa40c=_0x124bd1['model']['document']['selection'],_0x2fe702=_0x124bd1['commands']['get'](_0xdecdbd);if(_0x2fe702['value'])return void _0x124bd1['execute']('paragraph',{});const _0x2ec874=_0xdecdbd['slice'](0x0,-0x4),_0x3833dc=function(_0x5cf6c4,_0x56c43a,_0x2e37f4){let _0x13f9f9=Array['from'](_0x5cf6c4)['filter'](_0x1687a9=>function(_0x4863c3,_0xb1f4e8){return _0xb1f4e8['checkChild'](_0x4863c3['parent'],'listItem')&&!_0xb1f4e8['isObject'](_0x4863c3);}(_0x1687a9,_0x2e37f4));_0x13f9f9=_0x13f9f9['filter'](_0xdede69=>!_0xdede69['is']('element','listItem')||_0xdede69['getAttribute']('listType')!=_0x56c43a);const _0x3fc328=new Set();for(const _0x226adc of _0x13f9f9)_0x226adc['is']('element','listItem')?_0x3fc328['add'](Le(_0x226adc)):_0x3fc328['add'](_0x226adc);return Array['from'](_0x3fc328);}(_0xfaa40c['getSelectedBlocks'](),_0x2ec874,_0x124bd1['model']['schema']);_0x124bd1['model']['change'](()=>{for(const _0x1dba3b of _0x3833dc)_0x1f9fdc['markBlockFormat'](_0x1dba3b,{'commandName':_0xdecdbd,'commandParams':[{'forceValue':!_0x2fe702['value']}],'formatGroupId':'blockName'},Ee(_0x1dba3b));});};}function _0x4f3ad7(_0x5d823b){return()=>{const _0x335a4e=function(_0x35733a){let _0x5ed222=Array['from'](_0x35733a);const _0x27ab71=_0x5ed222['findIndex'](_0x1c9205=>'listItem'!=_0x1c9205['name']);return _0x27ab71>-0x1&&(_0x5ed222=_0x5ed222['slice'](0x0,_0x27ab71)),_0x5ed222;}(_0x124bd1['model']['document']['selection']['getSelectedBlocks']()),_0x18431c=_0x124bd1['model']['createRange'](_0x124bd1['model']['createPositionAt'](_0x335a4e[0x0],'before'),_0x124bd1['model']['createPositionAt'](_0x335a4e[_0x335a4e['length']-0x1],'end'));_0x124bd1['model']['change'](()=>{_0x1f9fdc['markBlockFormat'](_0x18431c,{'commandName':_0x5d823b,'commandParams':[],'formatGroupId':'listIndent'},function(_0x2c2616){const _0x35f7a5=new Set();for(const _0xb48674 of _0x2c2616){let _0x435910=_0xb48674['nextSibling'];for(;_0x435910&&_0x435910['getAttribute']('listIndent')>_0xb48674['getAttribute']('listIndent');)_0x35f7a5['add'](_0x435910),_0x435910=_0x435910['nextSibling'];}return Array['from'](_0x35f7a5);}(_0x335a4e));});};}_0x1f9fdc['enableCommand']('numberedList',_0x520ccc('numberedList')),_0x1f9fdc['enableCommand']('bulletedList',_0x520ccc('bulletedList')),_0x348ed2&&_0x1f9fdc['enableCommand']('todoList',_0x520ccc('todoList')),_0x1f9fdc['enableCommand']('indentList',_0x4f3ad7('indentList')),_0x1f9fdc['enableCommand']('outdentList',_0x4f3ad7('outdentList')),_0x348ed2&&_0x1f9fdc['enableCommand']('checkTodoList',()=>{const _0x1c3edc=_0x124bd1['commands']['get']('checkTodoList'),_0x8150c3=Array['from'](_0x1c3edc['_selectedElements']);_0x8150c3['filter'](_0x40fba3=>_0x40fba3['getAttribute']('todoListChecked')!=_0x1c3edc['value']),_0x124bd1['model']['change'](()=>{for(const _0x4364f7 of _0x8150c3)_0x1f9fdc['markBlockFormat'](_0x4364f7,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x1c3edc['value']}]});});}),_0x1f9fdc['descriptionFactory']['registerElementLabel']('listItem',_0x31ecd6=>o(_0x33d3eb,'ELEMENT_LIST_ITEM',_0x31ecd6)),_0x1f9fdc['descriptionFactory']['registerDescriptionCallback'](_0x34583a=>{if('formatBlock'!=_0x34583a['type']&&'formatInline'!=_0x34583a['type'])return;const {data:_0x42dd60}=_0x34583a;if(_0x42dd60){if('numberedList'==_0x42dd60['commandName']||'bulletedList'==_0x42dd60['commandName']||'todoList'==_0x42dd60['commandName'])switch(_0x42dd60['commandName']['replace']('List','')){case'bulleted':return _0x17275a(o(_0x33d3eb,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x17275a(o(_0x33d3eb,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x17275a(o(_0x33d3eb,'ELEMENT_TODO_LIST'));}if('indentList'==_0x42dd60['commandName'])return{'type':'format','content':o(_0x33d3eb,'*Indent:*\x20%0',o(_0x33d3eb,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x42dd60['commandName'])return{'type':'format','content':o(_0x33d3eb,'*Outdent:*\x20%0',o(_0x33d3eb,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x42dd60['commandName'])return _0x42dd60['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x33d3eb,'*Check\x20item*')}:{'type':'format','content':o(_0x33d3eb,'*Uncheck\x20item*')};}function _0x17275a(_0x3e9601){return{'type':'format','content':o(_0x33d3eb,'*Change\x20to:*\x20%0',_0x3e9601)};}});}}function Le(_0x536981){const _0x33ecef=_0x536981['getAttribute']('listIndent');if(0x0==_0x33ecef)return _0x536981;let _0x1e4a0b=_0x536981;for(;_0x536981['previousSibling']&&_0x536981['previousSibling']['is']('element','listItem');){const _0x3c72e6=_0x536981['previousSibling']['getAttribute']('listIndent');if(_0x3c72e6==_0x33ecef)_0x1e4a0b=_0x536981['previousSibling'];else{if(_0x3c72e6<_0x33ecef)break;}_0x536981=_0x536981['previousSibling'];}return _0x1e4a0b;}function Ee(_0xd713e8){const _0x1f6b66=[];if(_0xd713e8['is']('element','listItem')&&_0xd713e8['getAttribute']('listIndent')>0x0){let _0x1cc8c2=_0xd713e8['nextSibling'];for(;_0x1cc8c2&&'listItem'==_0x1cc8c2['name']&&_0x1cc8c2['getAttribute']('listIndent')==_0xd713e8['getAttribute']('listIndent');)_0x1f6b66['push'](_0x1cc8c2),_0x1cc8c2=_0x1cc8c2['nextSibling'];}return _0x1f6b66;}class Q extends _0x5d6089{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x16b255=this['editor']['config']['get']('list.properties'),_0x3386e4=this['editor']['plugins']['get']('TrackChangesEditing');_0x16b255['styles']&&_0x3386e4['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x16b255['reversed']&&_0x3386e4['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x16b255['startIndex']&&_0x3386e4['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x3386e4['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x5ff958,_0x2a72bd={}){const _0x5bfacb=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2b34c9=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x5bfacb['markMultiRangeBlockFormat'](_0x2b34c9,{'commandName':'listStyle','commandParams':[{'type':_0x2a72bd['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x15170e,_0x2da3e5={}){const _0x49548d=this['editor']['plugins']['get']('TrackChangesEditing'),_0x47fd4a=this['_getSuggestionBlocks'](_0x3e13ef=>_0x3e13ef['is']('element','listItem')&&'numbered'===_0x3e13ef['getAttribute']('listType'));if(_0x47fd4a['length']<0x1)return;const _0x3e32e3=_0x47fd4a['map'](_0x240ec6=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x240ec6,'before'),this['editor']['model']['createPositionAt'](_0x240ec6,0x0)));this['editor']['model']['change'](()=>{_0x49548d['markMultiRangeBlockFormat'](_0x3e32e3,{'commandName':'listReversed','commandParams':[{'reversed':_0x2da3e5['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x1b0df6,_0x5eb4df={}){const _0x28ee46=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5baf1d=this['_getSuggestionBlocks'](_0x217d25=>_0x217d25['is']('element','listItem')&&'numbered'===_0x217d25['getAttribute']('listType'));if(_0x5baf1d['length']<0x1)return;const _0x1d8b14=_0x5baf1d['map'](_0x5db837=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x5db837,'before'),this['editor']['model']['createPositionAt'](_0x5db837,0x0)));this['editor']['model']['change'](()=>{_0x28ee46['markMultiRangeBlockFormat'](_0x1d8b14,{'commandName':'listStart','commandParams':[{'startIndex':_0x5eb4df['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x4675be){if('formatBlock'!=_0x4675be['type']&&'formatInline'!=_0x4675be['type'])return;const _0x53cf9b=this['editor']['locale'],{data:_0x44e9db}=_0x4675be;if(!_0x44e9db)return;let _0x2f25df,_0x13a8bd;switch(_0x44e9db['commandName']){case'listStyle':_0x2f25df='*Change\x20to:*\x20%0',_0x13a8bd={'type':'format','content':o(_0x53cf9b,_0x2f25df,o(_0x53cf9b,this['_getTranslationKeyForListStyle'](_0x44e9db['commandParams'][0x0]['type'])))};break;case'listReversed':_0x2f25df=_0x44e9db['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x13a8bd={'type':'format','content':o(_0x53cf9b,_0x2f25df)};break;case'listStart':_0x2f25df='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x13a8bd={'type':'format','content':o(_0x53cf9b,_0x2f25df,_0x44e9db['commandParams'][0x0]['startIndex'])};}return _0x13a8bd;}['_getSuggestionBlocksForListStyle'](){const _0x2298b2=this['editor']['plugins']['get']('LegacyListUtils');let _0x36bf11=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x36bf11[0x0]?.['is']('element','listItem')&&_0x36bf11['unshift'](..._0x2298b2['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x36bf11[_0x36bf11['length']-0x1]?.['is']('element','listItem')&&_0x36bf11['push'](..._0x2298b2['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x36bf11=[...new Set(_0x36bf11)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x36bf11=_0x36bf11['filter'](_0x3a9d23=>_0x3a9d23['is']('element','listItem'))),_0x36bf11;}['_getSuggestionBlocks'](_0x4c1e02){const _0x7d1a94=this['editor']['plugins']['get']('LegacyListUtils');let _0x2bc629=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x4c1e02)['map'](_0x2e6717=>{const _0x5b9418=this['editor']['model']['createPositionAt'](_0x2e6717,0x0);return[..._0x7d1a94['getSiblingNodes'](_0x5b9418,'backward'),..._0x7d1a94['getSiblingNodes'](_0x5b9418,'forward')];})['flat']();return _0x2bc629=[...new Set(_0x2bc629)],_0x2bc629;}['_getTranslationKeyForListStyle'](_0x27d4e8){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x27d4e8)||'default')['toUpperCase']()+'_LIST_'+_0x27d4e8['toUpperCase']()['replace'](/-/g,'_');}}class dt extends _0x5d6089{['afterInit'](){const _0x18b569=this['editor'];if(!_0x18b569['plugins']['has']('MediaEmbedEditing'))return;const _0x31e50d=_0x18b569['plugins']['get']('TrackChangesEditing'),_0x357ee7=_0x18b569['locale'];_0x31e50d['enableCommand']('mediaEmbed'),_0x31e50d['descriptionFactory']['registerElementLabel']('media',_0x1320ee=>o(_0x357ee7,'ELEMENT_MEDIA',_0x1320ee)),_0x18b569['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x24e34f,{writer:_0x212a2a,options:_0x52c47e})=>{if(_0x52c47e['showSuggestionHighlights'])return _0x212a2a['createEmptyElement']('div');},'converterPriority':'high'}),_0x18b569['data']['downcastDispatcher']['on']('attribute:url:media',(_0x5a6c4f,_0x1e3bb6,_0x473f6f)=>{_0x473f6f['options']['showSuggestionHighlights']&&_0x5a6c4f['stop']();},{'priority':'high'});}}class mt extends _0x5d6089{['afterInit'](){const _0x1e3d7d=this['editor'];_0x1e3d7d['plugins']['has']('MentionEditing')&&_0x1e3d7d['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class pt extends _0x5d6089{['afterInit'](){const _0xb2fc1d=this['editor'];if(!_0xb2fc1d['plugins']['has']('MergeFieldsEditing'))return;const _0x9e300=_0xb2fc1d['plugins']['get']('TrackChangesEditing'),_0x405fdc=_0xb2fc1d['locale'];_0x9e300['enableCommand']('insertMergeField'),_0x9e300['enableCommand']('insertMergeFieldBlock'),_0x9e300['enableCommand']('insertMergeFieldImage'),_0x9e300['descriptionFactory']['registerElementLabel']('mergeField',_0x3f7fcc=>o(_0x405fdc,'ELEMENT_MERGE_FIELD',_0x3f7fcc)),_0x9e300['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0xcf5e48=>o(_0x405fdc,'ELEMENT_MERGE_FIELD',_0xcf5e48)),_0x9e300['descriptionFactory']['registerDescriptionCallback'](_0x33f8bf=>{if('insertion'!=_0x33f8bf['type']&&'deletion'!=_0x33f8bf['type'])return;const _0x5de4ef=_0x33f8bf['getContainedElement']();if(null==_0x5de4ef)return;const _0x49dc01=_0xb2fc1d['plugins']['get']('MergeFieldsEditing');let _0x18be34;switch(_0x49dc01['getMergeFieldType'](_0x5de4ef)){case null:return;case'image':{const _0x6862a3=_0x49dc01['unwrapAffixes'](_0x5de4ef['getAttribute']('src'));_0x18be34=_0x49dc01['getLabel'](_0x6862a3)||_0x6862a3;break;}default:{const _0x301c31=_0x5de4ef['getAttribute']('id');_0x18be34=_0x49dc01['getLabel'](_0x301c31)||_0x301c31;break;}}return'insertion'==_0x33f8bf['type']?{'type':'insertion','content':o(_0x405fdc,'*Insert:*\x20%0','\x22'+_0x18be34+'\x22\x20'+o(_0x405fdc,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x405fdc,'*Remove:*\x20%0','\x22'+_0x18be34+'\x22\x20'+o(_0x405fdc,'ELEMENT_MERGE_FIELD'))};});}}class wt extends _0x5d6089{['afterInit'](){const _0x3c0366=this['editor'],_0x4cf69e=_0x3c0366['plugins']['get']('TrackChangesEditing');_0x3c0366['plugins']['has']('MultiLevelList')&&(_0x4cf69e['enableDefaultAttributesIntegration']('multiLevelList'),_0x4cf69e['registerBlockAttribute']('listMarkerStyle'),_0x4cf69e['descriptionFactory']['registerDescriptionCallback'](_0x1e4b5c=>this['handleDescriptions'](_0x1e4b5c)));}['handleDescriptions'](_0x80b1a7){const _0x417dc9=this['editor']['locale'],{data:_0x68738c}=_0x80b1a7,_0x4521e={'type':'format','content':''};if(_0x68738c&&'listMarkerStyle'==_0x68738c['key']){if(!_0x68738c['oldValue'])return{'type':'format','content':o(_0x417dc9,'*Set\x20format:*\x20%0',o(_0x417dc9,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x68738c['newValue']+')'};if(!_0x68738c['newValue']){let _0xa0ed1=_0x80b1a7['head'];for(;_0xa0ed1;){if(_0xa0ed1['data']&&'listType'==_0xa0ed1['data']['key']&&_0xa0ed1['data']['newValue'])return _0x4521e;_0xa0ed1=_0xa0ed1['next'];}return{'type':'format','content':o(_0x417dc9,'*Remove\x20format:*\x20%0',o(_0x417dc9,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x68738c['oldValue']+')'};}}}}class kt extends _0x5d6089{['afterInit'](){const _0x3ed053=this['editor'];if(!_0x3ed053['plugins']['has']('PageBreakEditing'))return;_0x3ed053['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x221810=_0x3ed053['plugins']['get']('TrackChangesEditing'),_0x5d4342=_0x3ed053['locale'];_0x221810['descriptionFactory']['registerElementLabel']('pageBreak',_0x17aff5=>o(_0x5d4342,'ELEMENT_PAGE_BREAK',_0x17aff5));}}class bt extends _0x5d6089{['afterInit'](){const _0x23f1bc=this['editor'];if(!_0x23f1bc['plugins']['has']('Paragraph'))return;const _0x592145=_0x23f1bc['locale'],_0x585590=_0x23f1bc['plugins']['get']('TrackChangesEditing');_0x585590['descriptionFactory']['registerElementLabel']('paragraph',_0x126d5b=>o(_0x592145,'ELEMENT_PARAGRAPH',_0x126d5b)),_0x585590['enableDefaultAttributesIntegration']('paragraph'),_0x585590['enableCommand']('insertParagraph'),_0x23f1bc['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x23f1bc),{'priority':'highest'}),_0x23f1bc['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x4ca39b,_0x3473e6,_0x4ee287)=>{_0x4ee287['options']['showSuggestionHighlights']&&nr(_0x23f1bc,{'showActiveMarker':!0x1})(_0x4ca39b,_0x3473e6,_0x4ee287);},{'priority':'highest'});const _0x1c476b=_0x585590['descriptionFactory'];_0x1c476b['registerDescriptionCallback'](_0x111cd1=>{if('insertion'!==_0x111cd1['type'])return;const {start:_0x5da9b7,end:_0x431e87}=_0x111cd1['getFirstRange']();if(!_0x5da9b7['isTouching'](_0x431e87)||!_0x5da9b7['nodeAfter'])return;const _0x110d43=_0x23f1bc['model']['schema'],_0x23aead=_0x5da9b7['nodeAfter'];return _0x110d43['isBlock'](_0x23aead)&&!_0x110d43['isLimit'](_0x23aead)&&_0x110d43['checkChild'](_0x23aead,'$text')?{'type':'insertion','content':o(_0x592145,'*Insert:*\x20%0',_0x1c476b['getItemLabel'](_0x23aead,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x58e7ed=this['editor'],_0x297ae7=_0x58e7ed['locale'];_0x58e7ed['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x24f643=>{if('formatBlock'!=_0x24f643['type'])return;const {data:_0x591023}=_0x24f643;return _0x591023&&'paragraph'==_0x591023['commandName']?{'type':'format','content':o(_0x297ae7,'*Change\x20to:*\x20%0',o(_0x297ae7,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x10efb6,{showActiveMarker:_0x2afde7=!0x0}={}){return(_0x1253e7,_0x1465d7,_0x3324fe)=>{const _0x556be6=_0x10efb6['plugins']['get']('TrackChangesEditing'),_0x245ff4=_0x1465d7['markerRange']['start'],_0x397a0f=_0x1465d7['markerRange']['end'],_0x33c261=_0x10efb6['model']['schema'];if(!_0x245ff4['isTouching'](_0x397a0f)||!_0x245ff4['nodeAfter'])return;const _0x5a23e7=_0x245ff4['nodeAfter'];if(_0x33c261['isBlock'](_0x5a23e7)&&!_0x33c261['isLimit'](_0x5a23e7)&&_0x33c261['checkChild'](_0x5a23e7,'$text')){if(!_0x3324fe['consumable']['consume'](_0x1465d7['markerRange'],_0x1253e7['name']))return;const {authorId:_0x4712c1}=_0x556be6['_splitMarkerName'](_0x1465d7['markerName']),_0x4b0052=_0x3324fe['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x4712c1}),_0xc1f748=_0x3324fe['mapper']['toViewPosition'](_0x397a0f);_0x2afde7&&_0x556be6['activeMarkers']['includes'](_0x1465d7['markerName'])&&_0x3324fe['writer']['addClass']('ck-suggestion-marker--active',_0x4b0052),_0x3324fe['writer']['insert'](_0xc1f748,_0x4b0052),_0x3324fe['mapper']['bindElementToMarker'](_0x4b0052,_0x1465d7['markerName']);}};}class yt extends _0x5d6089{['afterInit'](){const _0x5aa2dd=this['editor'];if(!_0x5aa2dd['plugins']['has']('RemoveFormatEditing'))return;_0x5aa2dd['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x28bcaf=this['editor'];_0x28bcaf['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x415c83=>{if('formatBlock'!=_0x415c83['type']&&'formatInline'!=_0x415c83['type'])return;const {data:_0xe7f706}=_0x415c83;return _0xe7f706&&'removeFormat'==_0xe7f706['commandName']?{'type':'format','content':o(_0x28bcaf['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class jt extends _0x5d6089{['afterInit'](){const _0x3c2f74=this['editor'];if(!_0x3c2f74['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x301e1c=_0x3c2f74['plugins']['get']('TrackChangesEditing');_0x301e1c['enableCommand']('goToPreviousRestrictedEditingException'),_0x301e1c['enableCommand']('goToNextRestrictedEditingException');const _0x176f95=_0x3c2f74['plugins']['get']('RestrictedEditingModeEditing');_0x176f95['enableCommand']('trackChanges'),_0x176f95['enableCommand']('acceptSuggestion'),_0x176f95['enableCommand']('discardSuggestion'),_0x176f95['enableCommand']('acceptAllSuggestions'),_0x176f95['enableCommand']('discardAllSuggestions'),_0x176f95['enableCommand']('acceptSelectedSuggestions'),_0x176f95['enableCommand']('discardSelectedSuggestions');}}class St extends _0x5d6089{static get['requires'](){return[_0x1b9647];}['init'](){const _0x59adb5=this['editor'],_0x14e5c7=_0x59adb5['plugins']['get']('TrackChangesEditing');_0x14e5c7['enableCommand']('shiftEnter'),_0x59adb5['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',je(_0x59adb5),{'priority':'high'}),_0x59adb5['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',je(_0x59adb5),{'priority':'high'}),_0x59adb5['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x137de4,_0x2f1ec9,_0x5528f6)=>{_0x5528f6['options']['showSuggestionHighlights']&&je(_0x59adb5,{'showActiveMarker':!0x1})(_0x137de4,_0x2f1ec9,_0x5528f6);}),_0x14e5c7['descriptionFactory']['registerElementLabel']('softBreak',_0x54b979=>o(_0x59adb5['locale'],'ELEMENT_LINE_BREAK',_0x54b979));}}function je(_0x5c9476,{showActiveMarker:_0x885284=!0x0}={}){return(_0x18b03f,_0xc88b88,_0x2672d0)=>{const _0x82f097=_0x5c9476['plugins']['get']('TrackChangesEditing');if(!_0x2672d0['consumable']['test'](_0xc88b88['markerRange'],_0x18b03f['name']))return;const _0x2f2407=_0x5c9476['model'];for(const _0x4c21ee of _0xc88b88['markerRange']['getItems']()){if(!_0x4c21ee['is']('element','softBreak'))continue;const _0x2bcfc3='deletion'==_0xc88b88['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x577d98}=_0x82f097['_splitMarkerName'](_0xc88b88['markerName']),_0x5c9116=_0x2672d0['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x2bcfc3,'data-author-id':_0x577d98}),_0x5b4a4b=_0x2672d0['mapper']['toViewPosition'](_0x2f2407['createPositionBefore'](_0x4c21ee));_0x885284&&_0x82f097['activeMarkers']['includes'](_0xc88b88['markerName'])&&_0x2672d0['writer']['addClass']('ck-suggestion-marker--active',_0x5c9116),_0x2672d0['writer']['insert'](_0x5b4a4b,_0x5c9116),_0x2672d0['mapper']['bindElementToMarker'](_0x5c9116,_0xc88b88['markerName']);}};}class At extends _0x5d6089{['afterInit'](){const _0x53609a=this['editor'],_0x4efd74=_0x53609a['model'],_0x4ddb2e=_0x53609a['locale'];if(!_0x53609a['plugins']['has']('StandardEditingModeEditing'))return;const _0xa24ad6=_0x53609a['plugins']['get']('TrackChangesEditing'),_0x1ce8ee='restrictedEditingException',_0x514340=_0x53609a['commands']['get'](_0x1ce8ee);_0xa24ad6['enableCommand'](_0x1ce8ee,(_0x415135,_0x4e5eec={})=>{const _0x8eefb9=_0x4efd74['document']['selection'];if(_0x8eefb9['isCollapsed'])return void _0x415135(_0x4e5eec);const _0x31ba60=void 0x0!==_0x4e5eec['forceValue']?_0x4e5eec['forceValue']:!_0x514340['value'];_0x4efd74['change'](()=>{const _0x41128c=Array['from'](_0x8eefb9['getRanges']());for(const _0x9d4ba7 of _0x41128c){const _0x4de42f=_0x31ba60?[_0x9d4ba7]:io(_0x1ce8ee,_0x9d4ba7,_0x4efd74);for(const _0x15ac4d of _0x4de42f)_0xa24ad6['markInlineFormat'](_0x15ac4d,{'commandName':_0x1ce8ee,'commandParams':[{'forceValue':_0x31ba60}]});}});}),_0xa24ad6['descriptionFactory']['registerDescriptionCallback'](_0x34e31e=>{if('formatBlock'!=_0x34e31e['type']&&'formatInline'!=_0x34e31e['type'])return;const {data:_0x22bc37}=_0x34e31e;return _0x22bc37&&_0x22bc37['commandName']==_0x1ce8ee?_0x22bc37['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4ddb2e,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x4ddb2e,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class It extends _0x5d6089{['afterInit'](){const _0x560f8f=this['editor'];if(!_0x560f8f['plugins']['has']('Style')||!_0x560f8f['plugins']['has']('DataSchema'))return;const _0x29d1f5=_0x560f8f['plugins']['get']('TrackChangesEditing'),_0x3cd77e=_0x560f8f['locale'],_0x2b0ba0=_0x560f8f['config']['get']('style')||{},_0x193841=_0x560f8f['plugins']['get']('GeneralHtmlSupport'),_0x5be735=_0x560f8f['plugins']['get']('StyleUtils')['normalizeConfig'](_0x560f8f['plugins']['get']('DataSchema'),_0x2b0ba0['definitions']);_0x29d1f5['enableDefaultAttributesIntegration']('style');const _0x1bffd8=new Set();for(const _0x37b131 of _0x5be735['block']){const _0x38c1d2=_0x193841['getGhsAttributeNameForElement'](_0x37b131['element']);_0x1bffd8['add'](_0x38c1d2);}const _0x58817b=new Set();for(const _0x27a79e of _0x5be735['inline']){const _0x418f89=_0x193841['getGhsAttributeNameForElement'](_0x27a79e['element']);_0x58817b['add'](_0x418f89);for(const _0xc06538 of _0x27a79e['ghsAttributes'])_0x58817b['add'](_0xc06538);}for(const _0x533522 of _0x1bffd8)_0x29d1f5['registerBlockAttribute'](_0x533522),_0x29d1f5['descriptionFactory']['registerAttributeLabel'](_0x533522,o(_0x3cd77e,'FORMAT_STYLE'));for(const _0x13219d of _0x58817b)_0x29d1f5['registerInlineAttribute'](_0x13219d),_0x29d1f5['descriptionFactory']['registerAttributeLabel'](_0x13219d,o(_0x3cd77e,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x651190=this['editor'],_0x1e548a=_0x651190['locale'];_0x651190['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x968846=>{if('formatBlock'!=_0x968846['type']&&'formatInline'!=_0x968846['type'])return;const {data:_0x30cd4e}=_0x968846;return _0x30cd4e&&'style'===_0x30cd4e['commandName']?_0x30cd4e['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1e548a,'*Set\x20format:*\x20%0',_0x30cd4e['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x1e548a,'*Remove\x20format:*\x20%0',_0x30cd4e['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class vt extends _0x5d6089{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x4b9255){super(_0x4b9255),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x4ebc3c=this['editor'],_0x2be535=_0x4ebc3c['model']['document']['selection'];if(!_0x4ebc3c['plugins']['has']('TableEditing'))return;const _0x22314c=_0x4ebc3c['locale'],_0x4a0ded=_0x4ebc3c['plugins']['get']('TrackChangesEditing'),_0x2093d8=_0x4ebc3c['plugins']['get']('TableUtils');_0x4a0ded['descriptionFactory']['registerElementLabel']('table',_0x427cde=>o(_0x22314c,'ELEMENT_TABLE',_0x427cde)),this['_setupColumnsRowsFixing'](),_0x4a0ded['enableCommand']('insertTable'),_0x4a0ded['enableCommand']('selectTableRow'),_0x4a0ded['enableCommand']('selectTableColumn');for(const _0x1f5ffa of['insertTableRowAbove','insertTableRowBelow']){const _0x137f3a=_0x4ebc3c['commands']['get'](_0x1f5ffa);_0x4a0ded['enableCommand'](_0x1f5ffa,_0x2984e7=>{_0x4ebc3c['model']['change'](_0x198a66=>{_0x2984e7();const _0x2f540a='above'===_0x137f3a['order'],_0x58fc2f=_0x2093d8['getSelectionAffectedTableCells'](_0x2be535),_0x135fd1=_0x2093d8['getRowIndexes'](_0x58fc2f),_0x339602=_0x2f540a?_0x135fd1['first']-0x1:_0x135fd1['last']+0x1,_0x25d331=_0x58fc2f[0x0]['findAncestor']('table'),_0x26dacf=_0x2093d8['createTableWalker'](_0x25d331,{'startRow':_0x339602,'endRow':_0x339602}),_0x1cbb6f=Array['from'](_0x26dacf)['map'](_0x1f048c=>_0x198a66['createRangeOn'](_0x1f048c['cell']));_0x4a0ded['markMultiRangeInsertion'](_0x1cbb6f,'tableRow');});});}for(const _0x238408 of['insertTableColumnLeft','insertTableColumnRight']){const _0x1c3609=_0x4ebc3c['commands']['get'](_0x238408);_0x4a0ded['enableCommand'](_0x238408,_0x50eb23=>{_0x4ebc3c['model']['change'](_0x309d29=>{_0x50eb23();const _0x424e55='left'===_0x1c3609['order'],_0x2ea026=_0x2093d8['getSelectionAffectedTableCells'](_0x2be535),_0x531835=_0x2093d8['getColumnIndexes'](_0x2ea026),_0x19d1eb=_0x424e55?_0x531835['first']-0x1:_0x531835['last']+0x1,_0x5cafa2=_0x2ea026[0x0]['findAncestor']('table'),_0x1d22f3=_0x2093d8['createTableWalker'](_0x5cafa2,{'startRow':0x0,'column':_0x19d1eb,'includeAllSlots':!0x1}),_0x15823e=Array['from'](_0x1d22f3)['map'](_0x31bcdf=>_0x309d29['createRangeOn'](_0x31bcdf['cell']));_0x4a0ded['markMultiRangeInsertion'](_0x15823e,'tableColumn');});});}for(const _0x1471fc of['removeTableRow','removeTableColumn']){const _0x58106b=_0x1471fc['substr'](0xb),_0x46b07c=_0x58106b['toLowerCase'](),_0x4fc0f8=_0x46b07c['substr'](0x0,0x3)+'span',_0x1a3e02='table'+_0x58106b,_0x2e2999='min'+_0x58106b,_0x5e479b='max'+_0x58106b;_0x4a0ded['enableCommand'](_0x1471fc,()=>{_0x4ebc3c['model']['change'](_0x1e299f=>{const _0x37e0dc=_0x2093d8['getSelectionAffectedTableCells'](_0x2be535),_0x20c866=_0x37e0dc[0x0]['findAncestor']('table');let _0x552683;if('removeTableRow'==_0x1471fc){const _0x422769=_0x2093d8['getRowIndexes'](_0x37e0dc);_0x552683={'startRow':_0x422769['first'],'endRow':_0x422769['last'],'includeAllSlots':!0x0};}else{const _0x414e8b=_0x2093d8['getColumnIndexes'](_0x37e0dc);_0x552683={'startColumn':_0x414e8b['first'],'endColumn':_0x414e8b['last'],'includeAllSlots':!0x0};}const _0x63da7a=_0x2093d8['createTableWalker'](_0x20c866,_0x552683),_0x1cbff2=Array['from'](_0x63da7a)['map'](({cell:_0xff59f9})=>_0xff59f9),_0x4b5629=Ne(_0x1cbff2['filter'](_0x2b51af=>_0x2b51af['hasAttribute'](_0x4fc0f8))),_0x29acd0=Ne(_0x1cbff2['filter'](_0x3320d1=>!_0x3320d1['hasAttribute'](_0x4fc0f8)))['map'](_0x34ea5f=>_0x1e299f['createRangeOn'](_0x34ea5f)),_0x38a562=_0x4a0ded['markMultiRangeDeletion'](_0x29acd0,_0x1a3e02);if(_0x38a562&&('tableRow'==_0x38a562['subType']||'tableColumn'==_0x38a562['subType'])){const _0x35b1e1=this['_getSuggestionCoords'](_0x38a562);for(const _0x127ea1 of _0x4b5629){const _0x27b3ee=_0x1e299f['createRangeOn'](_0x127ea1),_0x317865=_0x2093d8['getCellLocation'](_0x127ea1),_0x440629=_0x127ea1['getAttribute'](_0x4fc0f8)-0x1,_0x17a81f=_0x35b1e1[_0x2e2999],_0x540a16=_0x35b1e1[_0x5e479b];_0x17a81f<=_0x317865[_0x46b07c]&&_0x317865[_0x46b07c]+_0x440629<=_0x540a16&&_0x38a562['addRange'](_0x27b3ee);}}});});}function _0x5636ad(_0x1105d8){const _0x592ac2=Array['from'](_0x2be535['getRanges']())['map'](_0x1210b8=>_0x190639['fromRange'](_0x1210b8));_0x4ebc3c['model']['change'](_0x37da5c=>{const _0x286d3f=_0x37da5c['batch'];_0x1105d8=_0x1105d8['filter'](_0x5a4f17=>'$graveyard'!=_0x5a4f17['root']['rootName']),_0x37da5c['setSelection'](_0x1105d8),_0x4ebc3c['commands']['get']('removeTableRow')['refresh'](),_0x4ebc3c['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x4ebc3c['model']['enqueueChange'](()=>{_0x4ebc3c['model']['enqueueChange'](_0x286d3f,_0x467bdb=>{const _0x335ddf=_0x592ac2['filter'](_0x267b02=>'$graveyard'!=_0x267b02['root']['rootName']);_0x335ddf['length']>0x0&&_0x467bdb['setSelection'](_0x335ddf);for(const _0x5c4b2c of _0x592ac2)_0x5c4b2c['detach']();});});});}function _0x3cfc69(_0x595064){_0x4ebc3c['model']['change'](_0x1a8cda=>{const _0x5d969b=Array['from'](_0x2be535['getRanges']())['map'](_0x111507=>_0x190639['fromRange'](_0x111507)),_0x3742b8=[];for(const _0x376da5 of _0x595064)for(const _0x53535d of _0x376da5['getItems']({'shallow':!0x0}))_0x3742b8['push'](_0x53535d);for(const _0x312f84 of _0x3742b8)'$graveyard'!=_0x312f84['root']['rootName']&&(_0x1a8cda['setSelection'](_0x1a8cda['createPositionAt'](_0x312f84,0x0)),_0x4ebc3c['commands']['get']('removeTableColumn')['refresh'](),_0x4ebc3c['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x5384fd=_0x5d969b['filter'](_0x496958=>'$graveyard'!=_0x496958['root']['rootName']);_0x5384fd['length']>0x0&&_0x1a8cda['setSelection'](_0x5384fd);for(const _0x3473bf of _0x5d969b)_0x3473bf['detach']();});}function _0x1d391f(_0x3b5823,_0x108fa6){return _0x108fa6['every'](_0x2f35d7=>_0x3b5823['some'](_0x56378f=>_0x56378f['end']['isEqual'](_0x2f35d7['start'])||_0x2f35d7['end']['isEqual'](_0x56378f['start'])));}function _0x2d1766(_0x552212,_0x4769ef){return!_0x552212['some'](_0x51a7aa=>_0x4769ef['some'](_0x1488a1=>_0x51a7aa['isIntersecting'](_0x1488a1)))&&_0x552212['some'](_0x8a6aa9=>_0x4769ef['some'](_0x2ee8e8=>_0x8a6aa9['end']['isTouching'](_0x2ee8e8['start'])));}_0x4ebc3c['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x4aef8f,_0x5897df,_0x50d211)=>{if(!_0x50d211['options']['showSuggestionHighlights'])return;const _0x5c47af=_0x5897df['item'];if(!_0x5c47af)return;const _0x4ea1ea=_0x50d211['mapper']['toViewElement'](_0x5c47af);function _0x361e38(_0x32f701){return Array['isArray'](_0x32f701)?_0x32f701:[_0x32f701];}_0x4ea1ea&&'tableCell'===_0x5c47af['name']&&_0x4bfc39(_0x4ea1ea,_0x50d211['writer'],(_0x1d4d42,_0xf3c638,_0x249f74)=>_0x249f74['addClass'](_0x361e38(_0xf3c638['classes']),_0x1d4d42),(_0x400cf2,_0x395636,_0x5bd5e2)=>_0x5bd5e2['removeClass'](_0x361e38(_0x395636['classes']),_0x400cf2));},{'priority':'highest'}),_0x4a0ded['descriptionFactory']['registerDescriptionCallback'](_0x11ab11=>{if('insertion'!=_0x11ab11['type']&&'deletion'!=_0x11ab11['type'])return;const _0x25cf3c=_0x11ab11['getContainedElement']();if(null!=_0x25cf3c&&_0x25cf3c['is']('element','table')){if('insertion'==_0x11ab11['type']){const _0x19f694=_0x11ab11['getItems']()['filter'](_0x44628e=>_0x44628e['is']('$textProxy'))['map'](_0x4c579b=>_0x4c579b['data']);if(_0x19f694['length'])return{'type':'insertion','content':o(_0x22314c,'*Insert:*\x20%0',o(_0x22314c,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x19f694['join']('\x20')+'\x22'))};}if('deletion'==_0x11ab11['type']){const _0x39102d=_0x11ab11['getItems']()['filter'](_0x524bea=>_0x524bea['is']('$textProxy'))['map'](_0x124126=>_0x124126['data']);if(_0x39102d['length'])return{'type':'deletion','content':o(_0x22314c,'*Remove:*\x20%0',o(_0x22314c,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x39102d['join']('\x20')+'\x22'))};}}}),_0x4a0ded['descriptionFactory']['registerDescriptionCallback'](_0xd47df7=>{if('tableRow'==_0xd47df7['subType']){const _0x36c1be=_0xd47df7['getItems']()['filter'](_0x442aa0=>_0x442aa0['is']('$textProxy'))['map'](_0x4ed9ce=>_0x4ed9ce['data']),_0x1c752b=this['_getSuggestionCoords'](_0xd47df7),_0x3ab838=_0x1c752b['maxRow']-_0x1c752b['minRow']+0x1;if('insertion'==_0xd47df7['type'])return _0x36c1be['length']?{'type':'insertion','content':o(_0x22314c,'*Insert:*\x20%0',o(_0x22314c,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x3ab838,'\x22'+_0x36c1be['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x22314c,'*Insert:*\x20%0',o(_0x22314c,'ELEMENT_TABLE_ROW',_0x3ab838))};if('deletion'==_0xd47df7['type'])return _0x36c1be['length']?{'type':'deletion','content':o(_0x22314c,'*Remove:*\x20%0',o(_0x22314c,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x3ab838,'\x22'+_0x36c1be['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x22314c,'*Remove:*\x20%0',o(_0x22314c,'ELEMENT_TABLE_ROW',_0x3ab838))};}if('tableColumn'==_0xd47df7['subType']){const _0x2d320c=_0xd47df7['getItems']()['filter'](_0x167589=>_0x167589['is']('$textProxy'))['map'](_0x461294=>_0x461294['data']),_0x388f72=this['_getSuggestionCoords'](_0xd47df7),_0x2e7417=_0x388f72['maxColumn']-_0x388f72['minColumn']+0x1;if('insertion'==_0xd47df7['type'])return _0x2d320c['length']?{'type':'insertion','content':o(_0x22314c,'*Insert:*\x20%0',o(_0x22314c,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x2e7417,'\x22'+_0x2d320c['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x22314c,'*Insert:*\x20%0',o(_0x22314c,'ELEMENT_TABLE_COLUMN',_0x2e7417))};if('deletion'==_0xd47df7['type'])return _0x2d320c['length']?{'type':'deletion','content':o(_0x22314c,'*Remove:*\x20%0',o(_0x22314c,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x2e7417,'\x22'+_0x2d320c['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x22314c,'*Remove:*\x20%0',o(_0x22314c,'ELEMENT_TABLE_COLUMN',_0x2e7417))};}}),_0x4a0ded['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x5636ad),_0x4a0ded['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x5636ad),_0x4a0ded['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x3cfc69),_0x4a0ded['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x3cfc69),_0x4a0ded['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x1d391f),_0x4a0ded['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x1d391f),_0x4a0ded['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x2d1766),_0x4a0ded['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x2d1766);}['_acceptFormatSuggestionCallbackFactory'](){const _0x5d7163=this['editor'],_0xc87bab=_0x5d7163['model']['document']['selection'];return(_0x230e49,_0x2da7d5)=>{_0x5d7163['model']['change'](_0x5974e0=>{const {commandName:_0x31fbe8,commandParams:_0x3a5fc6}=_0x2da7d5;let _0x3ce1db=_0x230e49[0x0]['end']['nodeBefore'];_0x3a5fc6&&_0x3a5fc6[0x0]&&!0x1===_0x3a5fc6[0x0]['forceValue']&&(_0x3ce1db=_0x230e49[0x0]['start']['nodeAfter']);const _0x58f269=_0x5974e0['createRangeIn'](_0x3ce1db);if('$graveyard'==_0x58f269['root']['rootName'])return;const _0x3e4b8a=Array['from'](_0xc87bab['getRanges']())['map'](_0x538d04=>_0x190639['fromRange'](_0x538d04));_0x5974e0['setSelection'](_0x58f269),_0x5d7163['commands']['get'](_0x31fbe8)['refresh'](),_0x3a5fc6['push']({'forceDefaultExecution':!0x0}),_0x5d7163['execute'](_0x31fbe8,..._0x3a5fc6);const _0x3be2fb=_0x3e4b8a['filter'](_0x3ea1c1=>'$graveyard'!=_0x3ea1c1['root']['rootName']);_0x3be2fb['length']>0x0&&_0x5974e0['setSelection'](_0x3be2fb);for(const _0x27d36e of _0x3e4b8a)_0x27d36e['detach']();});};}['_getCoordsForCells'](_0x36b519){const _0x416bcd=this['editor']['plugins']['get']('TableUtils');let _0x66ec63=Number['MAX_SAFE_INTEGER'],_0x61595f=Number['MIN_SAFE_INTEGER'],_0x2aaee9=Number['MAX_SAFE_INTEGER'],_0x1e0763=Number['MIN_SAFE_INTEGER'];for(const _0x565467 of _0x36b519){if('$graveyard'==_0x565467['root']['rootName'])continue;const {row:_0x234f6e,column:_0x152b74}=_0x416bcd['getCellLocation'](_0x565467),_0x657c5d=_0x565467['hasAttribute']('rowspan')?_0x565467['getAttribute']('rowspan')-0x1:0x0,_0x5a26fb=_0x565467['hasAttribute']('colspan')?_0x565467['getAttribute']('colspan')-0x1:0x0;_0x66ec63=_0x234f6e<_0x66ec63?_0x234f6e:_0x66ec63,_0x61595f=_0x234f6e+_0x657c5d>_0x61595f?_0x234f6e+_0x657c5d:_0x61595f,_0x2aaee9=_0x152b74<_0x2aaee9?_0x152b74:_0x2aaee9,_0x1e0763=_0x152b74+_0x5a26fb>_0x1e0763?_0x152b74+_0x5a26fb:_0x1e0763;}return{'minRow':_0x66ec63,'maxRow':_0x61595f,'minColumn':_0x2aaee9,'maxColumn':_0x1e0763};}['_setupColumnsRowsFixing'](){const _0x4ef239=this['editor'],_0x3c34c5=_0x4ef239['plugins']['get']('TrackChangesEditing'),_0x31c359=_0x4ef239['plugins']['get']('TableUtils');_0x4ef239['model']['document']['on']('change:data',()=>{const _0x275fba=Array['from'](_0x4ef239['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x4c6842,data:_0x5670f6}of _0x275fba){const {group:_0x1a20f3,id:_0x4a8bb4,subType:_0x1717f2}=_0x3c34c5['_splitMarkerName'](_0x4c6842);if('suggestion'!=_0x1a20f3)continue;if(null!=_0x5670f6['oldRange'])continue;const _0x72812c=_0x3c34c5['getSuggestion'](_0x4a8bb4);this['_tablePostFixingSubtypes']['includes'](_0x1717f2)&&this['_tableSuggestions']['add'](_0x72812c);}},{'priority':'low'});const _0xfeb10b=(_0x4b8bf0,_0x49a52a)=>{let _0x4a58b2=!0x1;const _0x21854d=_0x49a52a['createRangeOn'](_0x4b8bf0),_0xedc46b=_0x4b8bf0['findAncestor']('table'),_0x5117a6=_0x31c359['getCellLocation'](_0x4b8bf0);for(const _0xec0ea1 of this['_tableSuggestions']){const _0x271c1c=_0xec0ea1['subType'],_0x3671e1=_0x271c1c['startsWith']('tablePaste'),_0x420849=_0x271c1c['substr'](_0x3671e1?0xa:0x5),_0x4990d2=_0x420849['toLowerCase'](),_0x32df1b=_0x4990d2['substr'](0x0,0x3)+'span',_0x49445c='min'+_0x420849,_0x11033a='max'+_0x420849;if(!_0xec0ea1['isInContent'])continue;if(_0xedc46b!=_0xec0ea1['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0xec0ea1['isIntersectingWithRange'](_0x21854d))continue;const _0x1045ee=_0x4b8bf0['hasAttribute'](_0x32df1b)?_0x4b8bf0['getAttribute'](_0x32df1b)-0x1:0x0,_0x5c8e21=this['_getSuggestionCoords'](_0xec0ea1),_0x24383e=_0x5c8e21[_0x49445c],_0x449d7d=_0x5c8e21[_0x11033a];_0x24383e<=_0x5117a6[_0x4990d2]&&_0x5117a6[_0x4990d2]+_0x1045ee<=_0x449d7d&&(_0xec0ea1['addRange'](_0x21854d),_0x4a58b2=!0x0);}return _0x4a58b2;};_0x4ef239['model']['document']['registerPostFixer'](_0xf8a87f=>{let _0x179cfa=!0x1;for(const _0x29ef01 of _0x4ef239['model']['document']['differ']['getChanges']())if('insert'==_0x29ef01['type']){if('tableRow'==_0x29ef01['name']){for(const _0x56818a of _0x29ef01['position']['nodeAfter']['getChildren']())_0x179cfa=_0x179cfa||_0xfeb10b(_0x56818a,_0xf8a87f);}else'tableCell'==_0x29ef01['name']&&(_0x179cfa=_0x179cfa||_0xfeb10b(_0x29ef01['position']['nodeAfter'],_0xf8a87f));}return _0x179cfa;});}['_getSuggestionCoords'](_0x409156){return this['_getCoordsForCells'](_0x409156['getRanges']()['map'](_0x5ea25a=>_0x5ea25a['start']['nodeAfter']));}}function Ne(_0x43b6c4){return Array['from'](new Set(_0x43b6c4)['values']());}class _t extends _0x5d6089{static get['requires'](){return[vt];}['afterInit'](){const _0x150d39=this['editor'],_0x3b0568=_0x150d39['model']['document']['selection'],_0x10d31b=_0x150d39['locale'];if(!_0x150d39['plugins']['has']('TableEditing'))return;const _0x32673c=_0x150d39['plugins']['get']('TrackChangesEditing'),_0x10db2d=_0x150d39['plugins']['get']('TableUtils'),_0x1f43e8=_0x150d39['plugins']['get'](vt);_0x1f43e8['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x32673c['enableCommand']('mergeTableCells',()=>{const _0x5b2090=_0x10db2d['getSelectionAffectedTableCells'](_0x150d39['model']['document']['selection']);_0x150d39['model']['change'](()=>{_0x32673c['markMultiRangeBlockFormat'](_0x5b2090,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x150d39['commands']['get']('mergeTableCells')['on']('execute',(_0x59c98a,_0x55700f)=>{_0x150d39['commands']['get']('trackChanges')['value']&&(_0x55700f['length']>0x0&&_0x55700f[_0x55700f['length']-0x1]&&_0x55700f[_0x55700f['length']-0x1]['forceDefaultExecution']||_0x32673c['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x59c98a['stop']());},{'priority':'highest'});for(const _0x4bbb78 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0xe8ccd8=_0x150d39['commands']['get'](_0x4bbb78);_0x32673c['enableCommand'](_0x4bbb78,()=>{const _0x14de11=_0x150d39['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x1b226c=>_0x1b226c['is']('element','tableCell')),_0x3f3d0e=_0xe8ccd8['value'];_0x150d39['model']['change'](()=>{_0x32673c['markMultiRangeBlockFormat']([_0x14de11,_0x3f3d0e],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x3a2ae5 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x2b2b86=_0x150d39['commands']['get'](_0x3a2ae5);_0x32673c['enableCommand'](_0x3a2ae5,()=>{const _0x67ade8=_0x10db2d['getSelectionAffectedTableCells'](_0x150d39['model']['document']['selection'])[0x0],_0x3fba86=_0x67ade8['findAncestor']('table'),{column:_0x19f34f,row:_0x2adc8b}=_0x10db2d['getCellLocation'](_0x67ade8);let _0x341435=[];if('horizontally'==_0x2b2b86['direction']){const _0x45271b=_0x10db2d['createTableWalker'](_0x3fba86,{'startRow':_0x2adc8b,'endRow':_0x2adc8b,'includeAllSlots':!0x0});_0x341435=Array['from'](_0x45271b)['map'](_0x2e9c26=>_0x2e9c26['cell']);}else{const _0x5a4d06=_0x10db2d['createTableWalker'](_0x3fba86,{'column':_0x19f34f,'includeAllSlots':!0x0});_0x341435=Array['from'](_0x5a4d06)['map'](_0x444a7f=>_0x444a7f['cell']);}_0x150d39['model']['change'](_0x568bb0=>{_0x32673c['markBlockFormat'](_0x568bb0['createRangeOn'](_0x67ade8),{'commandName':_0x3a2ae5,'commandParams':[]},_0x341435,_0x3a2ae5);});});}_0x32673c['descriptionFactory']['registerDescriptionCallback'](_0x276422=>{if('formatBlock'!=_0x276422['type']&&'formatInline'!=_0x276422['type'])return;const {data:_0x41fb17}=_0x276422;return _0x41fb17&&'mergeTableCells'==_0x41fb17['commandName']?{'type':'format','content':o(_0x10d31b,'*Merge\x20cells*')}:void 0x0;}),_0x32673c['descriptionFactory']['registerDescriptionCallback'](_0x30b00e=>{if('formatBlock'!=_0x30b00e['type']&&'formatInline'!=_0x30b00e['type'])return;const {data:_0x179244}=_0x30b00e;return _0x179244?'splitTableCellVertically'==_0x179244['commandName']?{'type':'format','content':o(_0x10d31b,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x179244['commandName']?{'type':'format','content':o(_0x10d31b,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x5e4846=_0x1f43e8['_acceptFormatSuggestionCallbackFactory']();for(const _0x2242ed of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x32673c['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x2242ed,'accept',_0x5e4846);for(const _0x3bc93f of['splitTableCellVertically','splitTableCellHorizontally'])_0x32673c['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x3bc93f,'accept',_0x5e4846);_0x32673c['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x3a00b3=>{_0x150d39['model']['change'](_0x53a7ee=>{const _0x57c454=Array['from'](_0x3b0568['getRanges']())['map'](_0x558b8e=>_0x190639['fromRange'](_0x558b8e));_0x53a7ee['setSelection'](_0x3a00b3),_0x150d39['commands']['get']('mergeTableCells')['refresh'](),_0x150d39['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x1c8a4a=_0x57c454['filter'](_0x18bac0=>'$graveyard'!=_0x18bac0['root']['rootName']);_0x1c8a4a['length']>0x0&&_0x53a7ee['setSelection'](_0x1c8a4a);for(const _0x444777 of _0x57c454)_0x444777['detach']();});});for(const _0x22144a of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x1b9c76=_0x150d39['commands']['get'](_0x22144a);_0x1b9c76['on']('set:isEnabled',(_0x4488e7,_0x36fd69,_0x128312)=>{if(_0x128312){const _0x615e2a=_0x150d39['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x3b6499=>_0x3b6499['is']('element','tableCell'));this['_areMergableCells'](_0x1b9c76['value'],_0x615e2a)||(_0x4488e7['return']=!0x1,_0x4488e7['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0xe5f370=this['editor']['commands']['get']('mergeTableCells'),_0x40ae7a=this['editor']['plugins']['get']('TableUtils');if(!_0xe5f370['isEnabled'])return!0x1;const _0x52bffe=_0x40ae7a['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x3c5502 of _0x52bffe)for(const _0x2e2563 of _0x52bffe)if(_0x3c5502!=_0x2e2563&&!this['_areMergableCells'](_0x3c5502,_0x2e2563))return!0x1;return!0x0;}['_areMergableCells'](_0x5b400a,_0x21c9f4){const _0x136f93=this['editor']['plugins']['get']('TrackChangesEditing'),_0x104e1c=this['editor']['model']['createRangeOn'](_0x5b400a),_0x404b17=this['editor']['model']['createRangeOn'](_0x21c9f4),_0x46de63=new Set(),_0x1cb1f6=new Set();for(const _0x306c9d of _0x136f93['getSuggestions']())if(('insertion'==_0x306c9d['type']||'deletion'==_0x306c9d['type']||'mergeTableCells'==_0x306c9d['subType'])&&_0x306c9d['isInContent']){for(const _0x142c4 of _0x306c9d['getRanges']())_0x142c4['containsRange'](_0x104e1c,!0x0)&&_0x46de63['add'](_0x306c9d['type']+':'+_0x306c9d['author']['id']),_0x142c4['containsRange'](_0x404b17,!0x0)&&_0x1cb1f6['add'](_0x306c9d['type']+':'+_0x306c9d['author']['id']);}if(_0x46de63['size']!=_0x1cb1f6['size'])return!0x1;for(const _0x385afd of _0x46de63)if(!_0x1cb1f6['has'](_0x385afd))return!0x1;return!0x0;}}class Ct extends _0x5d6089{static get['requires'](){return[vt];}['afterInit'](){const _0x4362b2=this['editor'];if(!_0x4362b2['plugins']['has']('TableEditing'))return;const _0x5cfdfa=_0x4362b2['locale'],_0x196759=_0x4362b2['plugins']['get']('TrackChangesEditing');_0x196759['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x196759['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x196759['registerBlockAttribute']('headingRows'),_0x196759['registerBlockAttribute']('headingColumns'),_0x196759['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x5cfdfa,'FORMAT_HEADER_ROW')),_0x196759['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x5cfdfa,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x193736=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5197b7=this['editor']['plugins']['get']('TableUtils'),_0x440d28=this['editor']['plugins']['get'](vt)['_acceptFormatSuggestionCallbackFactory']();function _0x4efb18({showActiveMarker:_0x7ab3b4=!0x0,setDataAttribute:_0x11c932=!0x0}={}){return(_0x1212c1,_0x16aed8,_0x4cbb3c)=>{const {type:_0x19e10e,id:_0xb49496}=_0x193736['_splitMarkerName'](_0x16aed8['markerName']),_0x1b1ef2=_0x193736['getSuggestion'](_0xb49496),_0x24e4b4=_0x1b1ef2['data'];if('formatBlock'!=_0x1b1ef2['type']||!_0x24e4b4||'setTableColumnHeader'!=_0x24e4b4['commandName'])return;if(_0x16aed8['item'])return void _0x1212c1['stop']();if(!_0x4cbb3c['consumable']['consume'](_0x16aed8['markerRange'],_0x1212c1['name']))return;const _0x4ff5b2=_0x16aed8['markerRange']['start']['nodeAfter'],_0x348d1b=_0x16aed8['markerRange']['end']['nodeBefore'],_0xa7132b=_0x4ff5b2['parent']['parent'],{column:_0xd13bba}=_0x5197b7['getCellLocation'](_0x4ff5b2),{column:_0x58734c}=_0x5197b7['getCellLocation'](_0x348d1b);for(let _0x19b513=_0xd13bba;_0x19b513<=_0x58734c;_0x19b513++){const _0x1a6571=_0x5197b7['createTableWalker'](_0xa7132b,{'column':_0x19b513,'includeAllSlots':!0x1});for(const _0x288b03 of _0x1a6571){const _0x53feb1=_0x288b03['cell'],_0x16016d=_0x4cbb3c['mapper']['toViewElement'](_0x53feb1);_0x4cbb3c['writer']['addClass']('ck-suggestion-marker-'+_0x19e10e,_0x16016d),_0x11c932&&_0x4cbb3c['writer']['setAttribute']('data-suggestion',_0xb49496,_0x16016d),_0x4cbb3c['mapper']['bindElementToMarker'](_0x16016d,_0x16aed8['markerName']),_0x7ab3b4&&(_0x193736['activeMarkers']['includes'](_0x16aed8['markerName'])?_0x4cbb3c['writer']['addClass']('ck-suggestion-marker--active',_0x16016d):_0x4cbb3c['writer']['removeClass']('ck-suggestion-marker--active',_0x16016d));}}};}_0x193736['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x440d28),_0x193736['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x440d28),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x4efb18(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x4b0490,_0x3ec8bf,_0x4c7d4c)=>{_0x4c7d4c['options']['showSuggestionHighlights']&&_0x4efb18({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x4b0490,_0x3ec8bf,_0x4c7d4c);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x47ff31,_0x42e7b9,_0x343c4b)=>{const {type:_0x2c1470,id:_0x54ad27}=_0x193736['_splitMarkerName'](_0x42e7b9['markerName']),_0x77769b=_0x193736['getSuggestion'](_0x54ad27),_0x21a095=_0x77769b['data'];if('formatBlock'!=_0x77769b['type']||!_0x21a095||'setTableColumnHeader'!=_0x21a095['commandName'])return;const _0x220f38=_0x343c4b['mapper']['markerNameToElements'](_0x42e7b9['markerName']);if(_0x220f38){for(const _0x2b9f71 of _0x220f38)_0x343c4b['writer']['removeClass']('ck-suggestion-marker-'+_0x2c1470,_0x2b9f71),_0x343c4b['writer']['removeClass']('ck-suggestion-marker--active',_0x2b9f71),_0x343c4b['writer']['removeAttribute']('data-suggestion',_0x2b9f71),_0x343c4b['mapper']['unbindElementFromMarkerName'](_0x2b9f71,_0x42e7b9['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3c9fbc=this['editor'],_0x581415=_0x3c9fbc['locale'];function _0x9528df(_0x599d52){return{'type':'format','content':o(_0x581415,'*Format:*\x20%0',_0x599d52)};}_0x3c9fbc['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x8056=>{if('formatBlock'!=_0x8056['type'])return;const {data:_0x1b8bae}=_0x8056;if(_0x1b8bae){if('setTableRowHeader'==_0x1b8bae['commandName']){const _0x3008c0=_0x1b8bae['commandParams'][0x0]['forceValue'];return _0x9528df(o(_0x581415,_0x3008c0?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x1b8bae['commandName']){const _0xaa5fa1=_0x1b8bae['commandParams'][0x0]['forceValue'];return _0x9528df(o(_0x581415,_0xaa5fa1?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Be=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],xe=Object['fromEntries'](Be['map'](_0x497bd7=>[_0x497bd7,null]));class Nt extends _0x5d6089{static get['requires'](){return[vt];}['afterInit'](){const _0xb0b084=this['editor'];if(!_0xb0b084['plugins']['has']('TableClipboard'))return;const _0x3782a2=_0xb0b084['plugins']['get']('TrackChangesEditing'),_0x1aebee=_0xb0b084['plugins']['get']('TableUtils'),_0x1b39a6=_0xb0b084['plugins']['get'](vt),_0x5036e3=_0xb0b084['plugins']['get']('TableClipboard');_0x1b39a6['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0xb0b084['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0xb0b084['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x1a781f=null;_0xb0b084['model']['on']('insertContent',(_0x10a6c7,_0x3d31d0)=>{const [_0x5bc2d1,_0x5e92c3]=_0x3d31d0,_0x40830b=_0x3d31d0[_0x3d31d0['length']-0x1];_0x40830b&&_0x40830b['forceDefaultExecution']||_0x3782a2['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x2aa9d8,_0x2ff000,_0x3ec9ee,_0x539231,_0x36554c){if(_0x2ff000&&!_0x2ff000['is']('documentSelection'))return!0x1;const _0xe365f9=_0x36554c['getTableIfOnlyTableInContent'](_0x2aa9d8,_0x3ec9ee);if(!_0xe365f9||!Ue(_0xe365f9,void 0x0,_0x539231))return!0x1;const _0x2d5928=_0x539231['getSelectionAffectedTableCells'](_0x3ec9ee['document']['selection']);if(!_0x2d5928['length'])return!0x1;const _0x4d62b6=_0x2d5928[0x0]['findAncestor']('table'),_0x1699f0=_0x539231['getRowIndexes'](_0x2d5928),_0x290573=_0x539231['getColumnIndexes'](_0x2d5928),_0x578a8f={'startRow':_0x1699f0['first'],'endRow':_0x1699f0['last'],'startColumn':_0x290573['first'],'endColumn':_0x290573['last']};return 0x1==_0x2d5928['length']&&(_0x578a8f['endRow']+=_0x539231['getRows'](_0xe365f9)-0x1,_0x578a8f['endColumn']+=_0x539231['getColumns'](_0xe365f9)-0x1),Ue(_0x4d62b6,_0x578a8f,_0x539231);}(_0x5bc2d1,_0x5e92c3,_0xb0b084['model'],_0x1aebee,_0x5036e3)&&(_0x10a6c7['stop'](),_0x1a781f={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0xb0b084['model']['change'](()=>{_0xb0b084['model']['insertContent'](_0x3d31d0[0x0],_0x3d31d0[0x1],_0x3d31d0[0x2],{'forceDefaultExecution':!0x0});const _0x26507d=_0x3e98cb(),{rowInsertionRanges:_0x273322,columnInsertionRanges:_0x281297,insertionRanges:_0x32e718,deletionRanges:_0x39fcba,cells:_0xe2a6c4}=_0x1a781f;_0x273322['length']&&_0x3782a2['markMultiRangeInsertion'](_0x273322,'tablePasteRow',{'tablePasteChainId':_0x26507d}),_0x281297['length']&&_0x3782a2['markMultiRangeInsertion'](_0x281297,'tablePasteColumn',{'tablePasteChainId':_0x26507d}),_0x32e718['length']&&(_0x3782a2['markMultiRangeInsertion'](_0x32e718,'tablePaste',{'tablePasteChainId':_0x26507d,'skipNestingCheck':!0x0}),_0x32e718['forEach'](_0x5f4442=>_0x5f4442['detach']?.())),_0x39fcba['length']&&(_0x3782a2['markMultiRangeDeletion'](_0x39fcba,'tablePaste',{'tablePasteChainId':_0x26507d,'skipNestingCheck':!0x0}),_0x39fcba['forEach'](_0x5d538a=>_0x5d538a['detach']?.()));const _0x52abd9=_0x3782a2['markMultiRangeBlockFormat'](_0xe2a6c4['map'](({element:_0x1f110d})=>_0x1f110d),{'formatGroupId':_0x3e98cb()},[],'tablePasteCell',{'tablePasteChainId':_0x26507d});if(_0x52abd9){const _0x5f1d2d=_0x52abd9['getMarkers'](),_0x2b5b6f=[];for(const {element:_0x3c185c,attributes:_0x2b131b}of _0xe2a6c4){if(!_0x2b131b)continue;const _0x11b3ca=_0xb0b084['model']['createRangeOn'](_0x3c185c),_0xc873dd=_0x5f1d2d['find'](_0x52203d=>_0x52203d['getRange']()['isEqual'](_0x11b3ca));_0xc873dd&&_0x2b5b6f['push']([_0xc873dd['name'],_0x2b131b]);}_0x2b5b6f['length']&&_0x52abd9['setAttribute']('markerAttributes',Object['fromEntries'](_0x2b5b6f));}_0x1a781f=null;}));},{'priority':_0xa7b267['high']+0xa}),_0xb0b084['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x37583b,_0x46cd6c)=>{const [_0x2637c4,_0x3f54e5,,_0x1c1ba3]=_0x46cd6c;if(!_0x1a781f)return;_0x37583b['stop']();const _0x59ead3=_0x2637c4['cell'],_0x1b7eed=_0x3f54e5,_0x243424=Oe(_0x59ead3),_0xcd5663=Oe(_0x1b7eed);_0x37583b['return']=_0x59ead3;let _0x12ac8c=null,_0xd47974=null;if(_0xcd5663||_0x243424){if(_0x243424&&!_0xcd5663){_0x1c1ba3['remove'](_0x59ead3['getChild'](0x0));for(const _0x4b866b of Array['from'](_0x1b7eed['getChildren']()))_0x1c1ba3['insert'](_0x4b866b,_0x59ead3,'end');const _0x5a308b=_0x1a781f['rowInsertionIndexes']['includes'](_0x2637c4['row']),_0x28f5c5=_0x1a781f['columnInsertionIndexes']['includes'](_0x2637c4['column']);_0x5a308b||_0x28f5c5||(_0x12ac8c=_0x190639['fromRange'](_0x1c1ba3['createRangeIn'](_0x59ead3)));}else _0xcd5663&&!_0x243424&&(_0xd47974=_0x1c1ba3['createRangeIn'](_0x59ead3));}else{const _0x2dd16a=_0x1c1ba3['createElement']('tableCellSuggestion'),_0x88f6c5=_0x1c1ba3['createElement']('tableCellSuggestion');_0x1c1ba3['wrap'](_0x1c1ba3['createRangeIn'](_0x59ead3),_0x88f6c5),_0x1c1ba3['insert'](_0x2dd16a,_0x59ead3,0x0);for(const _0x190dd8 of Array['from'](_0x1b7eed['getChildren']()))_0x1c1ba3['insert'](_0x190dd8,_0x2dd16a,'end');_0x12ac8c=_0x190639['fromRange'](_0x1c1ba3['createRangeOn'](_0x2dd16a)),_0xd47974=_0x190639['fromRange'](_0x1c1ba3['createRangeOn'](_0x88f6c5));}const _0x391244=Array['from'](_0x1b7eed['getAttributes']())['filter'](([_0x5aaa3c])=>Be['includes'](_0x5aaa3c));_0x1a781f['cells']['push']({'element':_0x59ead3,'attributes':_0x391244['length']?Object['fromEntries'](_0x391244):null}),_0x12ac8c&&_0x1a781f['insertionRanges']['push'](_0x12ac8c),_0xd47974&&_0x1a781f['deletionRanges']['push'](_0xd47974);},{'priority':'high'}),_0x1aebee['on']('insertColumns',(_0x7e8a49,_0x2fda97)=>{const [_0x4d5c42,_0x5ca077={}]=_0x2fda97;if(!_0x1a781f)return;const _0x22dafc=_0x5ca077['at']||0x0,_0x478c28=_0x5ca077['columns']||0x1;_0x1a781f['columnInsertionIndexes']=new Array(_0x478c28)['fill'](_0x22dafc)['map']((_0x21fa01,_0xd1bef0)=>_0x21fa01+_0xd1bef0);for(const {cell:_0x285102}of _0x1aebee['createTableWalker'](_0x4d5c42,{'startColumn':_0x22dafc,'endColumn':_0x22dafc+_0x478c28-0x1}))_0x1a781f['columnInsertionRanges']['push'](_0xb0b084['model']['createRangeOn'](_0x285102));},{'priority':'low'}),_0x1aebee['on']('insertRows',(_0x5b30ec,_0x4806d2)=>{const [_0x1c24df,_0x122cee={}]=_0x4806d2;if(!_0x1a781f)return;const _0x8c0122=_0x122cee['at']||0x0,_0x2acf46=_0x122cee['rows']||0x1;_0x1a781f['rowInsertionIndexes']=new Array(_0x2acf46)['fill'](_0x8c0122)['map']((_0x5c154d,_0x430b3c)=>_0x5c154d+_0x430b3c);for(const {cell:_0x5d262a}of _0x1aebee['createTableWalker'](_0x1c24df,{'startRow':_0x8c0122,'endRow':_0x8c0122+_0x2acf46-0x1}))_0x1a781f['rowInsertionRanges']['push'](_0xb0b084['model']['createRangeOn'](_0x5d262a));},{'priority':'low'}),_0x3782a2['descriptionFactory']['registerDescriptionCallback'](_0x3157e4=>{if(_0x3157e4['subType']&&_0x3157e4['subType']['startsWith']('tablePaste'))return _0x3157e4['previous']?{}:{'type':'insertion','content':o(_0xb0b084['locale'],'*Replace\x20table\x20cells*')};});const _0x2c9529=()=>!0x1;for(const _0x50b1d8 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x3782a2['_suggestionFactory']['registerCustomCallback']('insertion',_0x50b1d8,'join',_0x2c9529),_0x3782a2['_suggestionFactory']['registerCustomCallback']('deletion',_0x50b1d8,'join',_0x2c9529),_0x3782a2['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x50b1d8,'join',_0x2c9529);_0x3782a2['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x2c9529),_0x3782a2['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x1f9c2d,_0x2609ea,_0x5bf3ad)=>{const _0x516c8b=_0x1f9c2d['map'](_0x157fac=>_0x157fac['getContainedElement']())['filter'](_0x3a16ae=>_0x3a16ae),_0x5b554b=new Map(_0x516c8b['map'](_0x522df4=>[_0x522df4,null]));if(_0x1a781f){for(const {element:_0x366288,attributes:_0x43b017}of _0x1a781f['cells'])_0x43b017&&_0x5b554b['set'](_0x366288,_0x43b017);}else{if(_0x5bf3ad&&_0x5bf3ad['markerAttributes'])for(const [_0x5589b4,_0x43d563]of Object['entries'](_0x5bf3ad['markerAttributes'])){const _0x5acdb7=_0xb0b084['model']['markers']['get'](_0x5589b4),_0x39f1cd=_0x5acdb7?_0x5acdb7['getRange']()['getContainedElement']():null;_0x39f1cd&&_0x5b554b['set'](_0x39f1cd,_0x43d563);}}_0xb0b084['model']['change'](_0x261e9c=>{for(const [_0x107169,_0xa1e619]of _0x5b554b)_0x261e9c['setAttributes']({...xe,..._0xa1e619},_0x107169);});});const _0x1b9bb5=(_0x503167,_0x264a50)=>{_0x3782a2['_suggestionFactory']['registerCustomCallback'](_0x503167,'tablePaste',_0x264a50,(_0x5a7f87,_0x293730,_0x5076be)=>{_0xb0b084['model']['change'](_0x2185cf=>{const _0x407cee=[];for(const _0x1b5288 of _0x5a7f87){const _0xfc92e3=_0x1b5288['start']['nodeAfter'];_0xfc92e3['is']('element','tableCellSuggestion')&&_0x407cee['push'](_0xfc92e3);}_0x3782a2['_suggestionFactory']['getSuggestionCallback'](_0x503167,null,_0x264a50)(_0x5a7f87,_0x293730,_0x5076be);for(const _0x47617a of _0x407cee)'$graveyard'!=_0x47617a['root']['rootName']&&_0x2185cf['unwrap'](_0x47617a);});});};_0x1b9bb5('insertion','accept'),_0x1b9bb5('insertion','discard'),_0x1b9bb5('deletion','accept'),_0x1b9bb5('deletion','discard'),_0x3782a2['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x241119=>{const _0x2c0131=_0x241119['map'](_0xde9cf7=>_0xde9cf7['getContainedElement']()),_0x5284f8=_0x2c0131[0x0]['findAncestor']('table'),{minRow:_0x6c80ad,maxRow:_0x2bb03f}=_0x1b39a6['_getCoordsForCells'](_0x2c0131);_0x1aebee['removeRows'](_0x5284f8,{'at':_0x6c80ad,'rows':_0x2bb03f-_0x6c80ad+0x1});}),_0x3782a2['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x1b18a4=>{const _0x3a57a0=_0x1b18a4['map'](_0x4fb4b9=>_0x4fb4b9['getContainedElement']()),_0x55ed6b=_0x3a57a0[0x0]['findAncestor']('table'),{minColumn:_0x59fc79,maxColumn:_0x1189af}=_0x1b39a6['_getCoordsForCells'](_0x3a57a0);_0x1aebee['removeColumns'](_0x55ed6b,{'at':_0x59fc79,'columns':_0x1189af-_0x59fc79+0x1});});const _0x108e27=(_0x112d3c,_0xa0c79d)=>{if(!_0xa0c79d['subType']||!_0xa0c79d['subType']['startsWith']('tablePaste'))return;const _0x5081fe=_0xa0c79d['attributes']['tablePasteChainId'],_0x496680=_0x3782a2['getSuggestions']()['filter'](_0x2edba7=>_0x2edba7['isInContent']&&_0x2edba7['attributes']&&_0x2edba7['attributes']['tablePasteChainId']==_0x5081fe);_0x496680['length']&&_0xa0c79d['getAllAdjacentSuggestions']()['length']!=_0x496680['length']&&_0x496680['reduce']((_0x557e2b,_0x576620)=>(_0x557e2b['next']=_0x576620,_0x576620['previous']=_0x557e2b,_0x576620));};function _0x4e25ec(_0x28bbd4,_0x41eea0=!0x0){const {id:_0x3746db,authorId:_0x11417c}=_0x3782a2['_splitMarkerName'](_0x28bbd4['markerName']),_0x61dfae=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x1343f2=_0x3782a2['activeMarkers']['includes'](_0x28bbd4['markerName']);return _0x1343f2&&_0x61dfae['push']('ck-suggestion-marker--active'),{'classes':_0x61dfae,'attributes':{'data-suggestion':_0x3746db,'data-author-id':_0x11417c},'priority':_0x1343f2&&_0x41eea0?0xbc2:0xbb8};}_0x3782a2['on']('suggestionLoaded',_0x108e27,{'priority':'high'}),_0x3782a2['on']('suggestionUnloaded',_0x108e27,{'priority':'high'}),_0xb0b084['model']['document']['registerPostFixer'](()=>{let _0x5f1ed4=!0x1;const _0x35316c=Array['from'](_0xb0b084['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x8de331,data:_0x5f416f}of _0x35316c){const {group:_0x44d1c0,type:_0x2f7200,id:_0x3b5460}=_0x3782a2['_splitMarkerName'](_0x8de331);if('suggestion'!=_0x44d1c0||'deletion'!=_0x2f7200||_0x5f416f['oldRange'])continue;if(!_0x3782a2['hasSuggestion'](_0x3b5460))continue;const _0x12bcb1=_0x3782a2['getSuggestion'](_0x3b5460)['getRanges'](),_0x36855b=_0xb0b084['plugins']['get']('Users')['me'];for(const _0x2350fa of _0x3782a2['getSuggestions']()){if(!_0x2350fa['isInContent']||_0x2350fa['author']!=_0x36855b)continue;if('formatBlock'!=_0x2350fa['type']||'tablePasteCell'!=_0x2350fa['subType'])continue;if(_0x2350fa['getRanges']()['every'](_0x3f92a7=>_0x12bcb1['some'](_0x4bb5d0=>_0x4bb5d0['containsRange'](_0x3f92a7,!0x0)))){for(const _0xfab4ce of _0x2350fa['getAllAdjacentSuggestions']())_0xfab4ce['isInContent']&&(_0xfab4ce['discard'](),_0x5f1ed4=!0x0);}}}return _0x5f1ed4;}),_0xb0b084['model']['document']['registerPostFixer'](_0xc91bf8=>{const _0x52a263=_0xb0b084['commands']['get']('redo');if(!_0x52a263||!_0x52a263['_createdBatches']['has'](_0xc91bf8['batch']))return!0x1;let _0x2c6199=!0x1;const _0x5aab0a=_0xb0b084['plugins']['get']('Users')['me'],_0x5ba2ae=_0xb0b084['model']['document']['differ']['getChanges'](),_0x5854cd=Array['from'](_0xb0b084['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x12edce,data:_0x1972d6})=>{const {group:_0x233930,subType:_0xe4e950,authorId:_0x9abb4c}=_0x3782a2['_splitMarkerName'](_0x12edce);return'suggestion'==_0x233930&&'tablePaste'==_0xe4e950&&_0x9abb4c==_0x5aab0a['id']&&!_0x1972d6['oldRange'];});for(const _0x53483d of _0x5ba2ae){if('insert'!=_0x53483d['type']||'tableCellSuggestion'!=_0x53483d['name']||0x1!=_0x53483d['length'])continue;const _0x204278=_0xc91bf8['createRange'](_0x53483d['position'],_0x53483d['position']['getShiftedBy'](0x1));if(!_0x5854cd['find'](({data:_0x2f8461})=>_0x2f8461['newRange']['isEqual'](_0x204278))){for(const {name:_0x51af8d,data:_0x305f07}of _0x5854cd)if(_0x204278['containsRange'](_0x305f07['newRange'])){_0xc91bf8['updateMarker'](_0x51af8d,{'range':_0x204278}),_0x2c6199=!0x0;break;}}}return _0x2c6199;}),_0xb0b084['model']['document']['registerPostFixer'](_0x2358f6=>{let _0x16bf09=!0x1;const _0xafd8c9=_0xb0b084['plugins']['get']('Users')['me'],_0x2420df=_0x3782a2['getSuggestions']()['filter'](_0x2d6303=>_0x2d6303['isInContent']&&_0x2d6303['author']==_0xafd8c9),_0x360703=new Set(),_0x426b52=new Set();for(const _0x3a9690 of _0x2420df)if('tablePaste'==_0x3a9690['subType'])for(const _0x9a1c3 of _0x3a9690['getMarkers']()){const _0x985554=_0x9a1c3['getRange']()['getContainedElement']();if(_0x985554){if(_0x985554['is']('element','tableCellSuggestion')&&Oe(_0x985554)){_0x3a9690['removeMarker'](_0x9a1c3['name']),_0x360703['add'](_0x985554),_0x16bf09=!0x0;const _0x5d7ff8=_0x985554['nextSibling'],_0x33e6ef=_0x985554['previousSibling'],_0x59b14e=_0x5d7ff8&&_0x5d7ff8['is']('element','tableCellSuggestion'),_0x321406=_0x33e6ef&&_0x33e6ef['is']('element','tableCellSuggestion');_0x59b14e&&!_0x360703['has'](_0x5d7ff8)&&_0x426b52['add'](_0x5d7ff8),_0x321406&&!_0x360703['has'](_0x33e6ef)&&_0x426b52['add'](_0x33e6ef);}else _0x985554['is']('element','paragraph')&&_0x985554['isEmpty']&&(_0x3a9690['removeMarker'](_0x9a1c3['name']),_0x16bf09=!0x0);}}else{if('tablePasteCell'==_0x3a9690['subType']){if(!_0x3a9690['attributes']||!_0x3a9690['attributes']['tablePasteChainId'])continue;const _0x32111d=_0x3a9690['attributes']['markerAttributes'];if(_0x32111d&&Object['keys'](_0x32111d)['length'])continue;const _0x9f18e7=_0x3a9690['attributes']['tablePasteChainId'];let _0x167309=!0x0,_0x3ca5f3=!0x0;for(const _0xcc7a96 of _0x2420df)if(_0xcc7a96['subType']&&_0xcc7a96['subType']['startsWith']('tablePaste')){if(!_0xcc7a96['attributes']['tablePasteChainId']){_0x3ca5f3=!0x1;break;}if(_0xcc7a96['id']!=_0x3a9690['id']&&_0xcc7a96['attributes']['tablePasteChainId']==_0x9f18e7){_0x167309=!0x1;break;}}_0x3ca5f3&&_0x167309&&(_0x3a9690['removeMarkers'](),_0x16bf09=!0x0);}}for(const _0x147021 of _0x360703)_0x2358f6['remove'](_0x147021);for(const _0x137277 of _0x426b52)_0x2358f6['unwrap'](_0x137277);return _0x16bf09;}),_0xb0b084['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x57bb83=>_0x4e25ec(_0x57bb83),'converterPriority':'high'}),_0xb0b084['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x44a1f4,_0x433c33)=>_0x433c33['options']['showSuggestionHighlights']?_0x4e25ec(_0x44a1f4,!0x1):null,'converterPriority':'high'});const _0x10461f=_0xb0b084['editing']['view'];this['listenTo'](_0x10461f['document'],'clipboardOutput',(_0x217ae0,_0xa84c01)=>{const _0x301854=[];for(const _0x2a880d of _0x10461f['createRangeIn'](_0xa84c01['content'])['getItems']())_0x2a880d['is']('element','suggestion-td')&&_0x301854['push'](_0x2a880d);_0x10461f['change'](_0x561a2e=>{for(const _0x1e235e of _0x301854)_0x561a2e['move'](_0x561a2e['createRangeIn'](_0x1e235e),_0x561a2e['createPositionBefore'](_0x1e235e)),_0x561a2e['remove'](_0x1e235e);});});}}function Oe(_0x35973b){if(_0x35973b['isEmpty'])return!0x0;const _0x21ee8a=_0x35973b['getChild'](0x0);return _0x21ee8a['is']('element','paragraph')&&_0x21ee8a['isEmpty'];}function Ue(_0x176937,_0x689b56={},_0x56db32){for(const {isAnchor:_0xc57e1a,cellHeight:_0x5d8373,cellWidth:_0x2a03f9}of _0x56db32['createTableWalker'](_0x176937,{'includeAllSlots':!0x0,..._0x689b56}))if(!_0xc57e1a||0x1!=_0x5d8373||0x1!=_0x2a03f9)return!0x1;return!0x0;}class Dt extends _0x5d6089{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x5062e6=this['editor']['plugins']['get']('TrackChangesEditing');_0x5062e6['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x5062e6['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x5062e6['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x5062e6['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x5062e6['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x5062e6['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x2fe51c,_0x3846a8){const _0x4e4822=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5daf94=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x3b5146=_0x3846a8['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x329547=_0x5daf94['getColumnGroupElement'](_0x3b5146);let _0x335567=_0x329547?_0x5daf94['getTableColumnsWidths'](_0x329547):null,_0x389d81=_0x3b5146['getAttribute']('tableWidth')||null;const _0xf6c9c3=_0x3846a8['tableWidth']||_0x389d81,_0x2b288a=_0x3846a8['columnWidths']||_0x335567,_0x22e9df=this['editor']['plugins']['get']('Users')['me'];for(const _0x4bb18a of _0x4e4822['getSuggestions']()){const _0x40b588=_0x4bb18a['getContainedElement']();if('resizeTable'===_0x4bb18a['subType']&&_0x40b588===_0x3b5146){_0x4bb18a['author']!==_0x22e9df&&_0x4bb18a['discard']();const _0x44a043=_0x4bb18a['data']['commandParams'];_0x389d81=_0x44a043[0x0]['tableWidth'],_0x335567=_0x44a043[0x0]['columnWidths'];break;}}_0x2fe51c({'table':_0x3b5146,'tableWidth':_0xf6c9c3,'columnWidths':_0x2b288a}),_0x4e4822['markBlockFormat'](_0x3b5146,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x389d81,'columnWidths':_0x335567}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x5c6426){if('formatBlock'!=_0x5c6426['type']&&'formatInline'!=_0x5c6426['type'])return;const {data:_0x444390}=_0x5c6426;if(_0x444390&&'resizeTable'===_0x444390['formatGroupId']){const _0x2a04b5='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x2a04b5)};}}}class Mt extends _0x5d6089{['afterInit'](){const _0x23fccf=this['editor'];_0x23fccf['plugins']['has']('Template')&&_0x23fccf['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class $t extends _0x5d6089{['afterInit'](){const _0x358c1f=this['editor'];if(!_0x358c1f['commands']['get']('insertTableOfContents'))return;_0x358c1f['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x11b579=_0x358c1f['plugins']['get']('TrackChangesEditing'),_0x2b33c3=_0x358c1f['locale'];_0x11b579['descriptionFactory']['registerElementLabel']('tableOfContents',_0x18f0bf=>o(_0x2b33c3,'ELEMENT_TABLE_OF_CONTENTS',_0x18f0bf));}}class Bt extends _0x5d6089{['afterInit'](){const _0x420394=this['editor'];if(!_0x420394['plugins']['has']('Title'))return;const _0x16eba4=_0x420394['plugins']['get']('TrackChangesEditing');_0x16eba4['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x420394['locale'],'ELEMENT_TITLE')),_0x420394['model']['document']['registerPostFixer'](_0x143633=>{let _0x54c1fd=!0x1;const _0x59c9a3=Array['from'](_0x420394['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x30a60a,data:_0x311c4a}of _0x59c9a3){const {group:_0x76f97d}=_0x16eba4['_splitMarkerName'](_0x30a60a);if('suggestion'!==_0x76f97d||!_0x311c4a['newRange'])continue;const _0x41c1ef=_0x311c4a['newRange'],_0x2f460b=_0x41c1ef['end']['nodeBefore'];if(!_0x2f460b||!_0x2f460b['is']('element','title-content'))continue;if(!_0x41c1ef['start']['isTouching'](_0x41c1ef['end']))continue;const _0x2205c7=_0x420394['model']['schema']['getNearestSelectionRange'](_0x41c1ef['end'],'forward');if(_0x2205c7&&_0x2205c7['isCollapsed']){const _0x54d688=_0x143633['createRange'](_0x41c1ef['start'],_0x2205c7['start']);_0x54d688['isEqual'](_0x41c1ef)||(_0x143633['updateMarker'](_0x30a60a,{'range':_0x54d688}),_0x54c1fd=!0x0);}_0x54c1fd||(_0x143633['removeMarker'](_0x30a60a),_0x54c1fd=!0x0);}return _0x54c1fd;});}}class Ot extends _0x5d6089{['afterInit'](){const _0x494c09=this['editor'],_0x373895=_0x494c09['plugins']['get']('TrackChangesEditing');_0x494c09['plugins']['has']('Uploadcare')&&(_0x373895['enableCommand']('uploadcare'),_0x494c09['plugins']['has']('UploadcareImageEdit')&&(_0x373895['enableCommand']('uploadcareImageEdit'),_0x373895['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x373895['registerBlockAttribute']('uploadcareImageId'),_0x373895['descriptionFactory']['registerDescriptionCallback'](_0x2acc7b=>{if('attribute'!=_0x2acc7b['type'])return;const {data:_0x1a43c8}=_0x2acc7b;return _0x1a43c8&&'uploadcareImageId'==_0x1a43c8['key']?{'type':'format','content':''}:void 0x0;})));}}class Rt extends _0x5d6089{['afterInit'](){const _0x41daa8=this['editor'],_0x5f1dd2=_0x41daa8['plugins']['get']('TrackChangesEditing');_0x41daa8['plugins']['has']('UndoEditing')&&(_0x5f1dd2['enableCommand']('undo'),_0x5f1dd2['enableCommand']('redo'));}}class Tt extends _0x5d6089{static get['requires'](){return[vt];}['afterInit'](){const _0x545db2=this['editor'];if(!_0x545db2['plugins']['has']('TableCaptionEditing'))return;_0x545db2['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class xt extends _0x5d6089{['tableProperties'];['tableCellProperties'];constructor(_0x3f521d){super(_0x3f521d),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';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x145ac4=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x2c9fc6 of this['tableProperties'])_0x145ac4['enableCommand'](_0x2c9fc6,(_0x404541,_0x5e96d6)=>{const _0x43974d=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x2c9fc6,[_0x43974d],this['tableProperties'],'tableProperties',_0x404541,_0x5e96d6);});_0x145ac4['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x145ac4['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x145ac4['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x45bc50,_0x36c3b4)=>this['handleDiscardAction'](this['tableProperties'],_0x45bc50,_0x36c3b4)),_0x145ac4['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x453017 of this['tableCellProperties'])_0x145ac4['enableCommand'](_0x453017,(_0x12ea5c,_0x4e40b4)=>{const _0x40cc3f=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x453017,_0x40cc3f,this['tableCellProperties'],'tableCellProperties',_0x12ea5c,_0x4e40b4);});_0x145ac4['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x145ac4['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x145ac4['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x596848,_0x7084f2)=>this['handleDiscardAction'](this['tableCellProperties'],_0x596848,_0x7084f2)),_0x145ac4['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x145ac4['descriptionFactory']['registerDescriptionCallback'](_0x425cb1=>this['handleSuggestionDescription'](_0x425cb1));}['_handlePropertyChange'](_0x25ef7b,_0x395369,_0x451cc7,_0x4cfca9,_0xf6e3a7,_0xbfb52a){const _0x363134=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0xbfb52a['batch'],()=>{for(const _0x35ac03 of _0x395369){if(this['_getSuggestion'](_0x35ac03,_0x4cfca9))_0xf6e3a7(_0xbfb52a);else{const _0x621108={};for(const _0x5d5721 of _0x451cc7){const _0x5801d4=_0x35ac03['getAttribute'](_0x5d5721);void 0x0!==_0x5801d4&&(_0x621108[_0x5d5721]=_0x5801d4);}_0xf6e3a7(_0xbfb52a),_0x363134['markBlockFormat'](_0x35ac03,{'commandParams':[_0x621108]},[],_0x4cfca9);}}});}['handleDiscardAction'](_0x214625,_0x26e32e,_0x138f57){const _0x37c019=_0x26e32e[0x0]['start']['nodeAfter'],_0x3f3cd1=_0x138f57['commandParams'][0x0];this['editor']['model']['change'](_0x583646=>{for(const _0x330730 of _0x214625)void 0x0!==_0x3f3cd1[_0x330730]?_0x583646['setAttribute'](_0x330730,_0x3f3cd1[_0x330730],_0x37c019):_0x583646['removeAttribute'](_0x330730,_0x37c019);});}['handleSuggestionDescription'](_0x17b3cd){if(_0x17b3cd['data'])switch(_0x17b3cd['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'](_0x523012,_0x506fef){const _0x235c97=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x342bbd of _0x235c97['getSuggestions']({'skipNotAttached':!0x0})){const _0x1eb4a2=_0x342bbd['getContainedElement']();if(_0x342bbd['subType']===_0x506fef&&_0x1eb4a2===_0x523012)return _0x342bbd;}return null;}}const m='$elementName';class p extends _0x5d6089{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0xb5d06b,_0x51645a,U,V,G,F,L,H,J,q,z,K,X,Y,Z,tt,nt,it,et,st,ot,at,rt,ct,ut,ft,lt,Q,wt,ht,W,Se,dt,mt,pt,kt,bt,yt,jt,St,At,It,vt,_t,Ct,Tt,Nt,Dt,$t,xt,Mt,Bt,Ot,Rt];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3cc163){super(_0x3cc163),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x245d66,_0x274c6f,_0x6878d4,_0x1307ff)=>{this['_model']['change'](()=>{for(const _0x2e432e of[..._0x1307ff,..._0x6878d4])this['_model']['markers']['has'](_0x2e432e)&&_0x3cc163['editing']['reconvertMarker'](_0x2e432e);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Ut(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x3cc163['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(),_0x3cc163['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x3cc163['config']['get']('trackChanges.trackFormatChanges'),_0x3cc163['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x3cc163['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x3cc163,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x4ed674=this['editor'],_0x1e4345=(_0x182d68,_0x2094bc)=>{if('attribute'!=_0x182d68)return'ck-suggestion-marker-'+_0x182d68;const _0x577803=_0x2094bc['split']('|')[0x0];return this['_isBlockAttribute'](_0x577803)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x4ed674['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x543c7d=>{const {id:_0x235e3b,authorId:_0x3d1749,type:_0x308aa6,subType:_0x20b832}=this['_splitMarkerName'](_0x543c7d['markerName']),_0x53abfe=['ck-suggestion-marker',_0x1e4345(_0x308aa6,_0x20b832)];let _0x4d100d=0xbb8;return this['activeMarkers']['includes'](_0x543c7d['markerName'])&&(_0x53abfe['push']('ck-suggestion-marker--active'),_0x4d100d=0xbc2),'deletion'==_0x308aa6&&(_0x4d100d+=0x5),{'classes':_0x53abfe,'attributes':{'data-suggestion':_0x235e3b,'data-author-id':_0x3d1749},'priority':_0x4d100d};}}),_0x4ed674['conversion']['for']('dataDowncast')['add'](_0x46aa8a=>{_0x46aa8a['on']('addMarker:suggestion',(_0x1f28c2,_0x17de6b,_0x5c4bdd)=>{if(!_0x5c4bdd['options']['showSuggestionHighlights'])return;const _0x4b8c61=_0x17de6b['item'];if(!_0x4b8c61)return;const _0x27f5c7=_0x5c4bdd['mapper']['toViewElement'](_0x4b8c61);_0x4ed674['model']['schema']['isObject'](_0x4b8c61)&&_0x27f5c7&&!_0x27f5c7['getCustomProperty']('widget')&&_0x27f5c7['is']('containerElement')&&_0x464eed(_0x27f5c7,_0x5c4bdd['writer']);},{'priority':'high'});}),_0x4ed674['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0xcb5b32,_0x568c30)=>{if(!_0x568c30['options']['showSuggestionHighlights'])return null;const {type:_0x3e1767,subType:_0x46ed25}=this['_splitMarkerName'](_0xcb5b32['markerName']);return{'classes':['ck-suggestion-marker',_0x1e4345(_0x3e1767,_0x46ed25)],'priority':0xbb8};}});const _0x4948f5=({showActiveMarkers:_0x34b418=!0x0,isAttributeSuggestion:_0x2fcd7d=!0x1}={})=>(_0xd37f8a,_0x2f3e4b,_0x3debda)=>{if(!_0x2f3e4b['item'])return;const {id:_0x46703b,authorId:_0x53f81f}=this['_splitMarkerName'](_0x2f3e4b['markerName']);if(_0x2fcd7d){const _0x1d993a=this['_suggestions']['get'](_0x46703b),_0x15a7b5=this['_getAttributeKey'](_0x1d993a);if(!this['_isBlockAttribute'](_0x15a7b5))return;}if(_0x2f3e4b['item']['is']('selection'))return void _0x3debda['consumable']['consume'](_0x2f3e4b['item'],_0xd37f8a['name']);const _0x4ef210=_0x3debda['mapper']['toViewElement'](_0x2f3e4b['item']);if(_0x2f3e4b['item']['is']('element')&&_0x4ed674['model']['schema']['isBlock'](_0x2f3e4b['item'])&&!_0x4ef210['getCustomProperty']('addHighlight')){_0x3debda['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x4ef210),_0x3debda['writer']['setAttribute']('data-suggestion',_0x46703b,_0x4ef210),_0x3debda['writer']['setAttribute']('data-author-id',_0x53f81f,_0x4ef210),_0x3debda['mapper']['bindElementToMarker'](_0x4ef210,_0x2f3e4b['markerName']),_0x34b418&&(this['activeMarkers']['includes'](_0x2f3e4b['markerName'])?_0x3debda['writer']['addClass']('ck-suggestion-marker--active',_0x4ef210):_0x3debda['writer']['removeClass']('ck-suggestion-marker--active',_0x4ef210));for(const _0x44ceb5 of _0x4ed674['model']['createRangeIn'](_0x2f3e4b['item'])['getItems']())_0x3debda['consumable']['consume'](_0x44ceb5,_0xd37f8a['name']);_0x3debda['consumable']['consume'](_0x2f3e4b['item'],_0xd37f8a['name']);}};_0x4ed674['conversion']['for']('dataDowncast')['add'](_0x1ce13a=>{_0x1ce13a['on']('addMarker:suggestion:formatBlock',(_0x44e538,_0xd5d6e2,_0x1132f5)=>{_0x1132f5['options']['showSuggestionHighlights']&&_0x4948f5({'showActiveMarkers':!0x1})(_0x44e538,_0xd5d6e2,_0x1132f5);},{'priority':'highest'});}),_0x4ed674['conversion']['for']('dataDowncast')['add'](_0x300ef7=>{_0x300ef7['on']('addMarker:suggestion:attribute',(_0x3c0fbd,_0x24d36f,_0x2e8a2e)=>{_0x2e8a2e['options']['showSuggestionHighlights']&&_0x4948f5({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x3c0fbd,_0x24d36f,_0x2e8a2e);},{'priority':'highest'});}),_0x4ed674['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x2f7e66,_0x26d4c8)=>_0x26d4c8['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x2f7e66['substr'](0xb)}}),_0x4ed674['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x140a75,{writer:_0x13af1d})=>{let _0x80f8f7='suggestion:'+_0x140a75['getAttribute']('suggestion-type')+':'+_0x140a75['getAttribute']('id');return _0x140a75['getAttribute']('marker-count')&&(_0x80f8f7+=':'+_0x140a75['getAttribute']('marker-count')),_0x13af1d['createElement']('$marker',{'data-name':_0x80f8f7});}}),_0x4ed674['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x4ed674['conversion']['for']('editingDowncast')['add'](_0x24e405=>{_0x24e405['on']('addMarker:suggestion:formatBlock',_0x4948f5(),{'priority':'high'});}),_0x4ed674['conversion']['for']('editingDowncast')['add'](_0x11f33f=>{_0x11f33f['on']('addMarker:suggestion:attribute',_0x4948f5({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x4ed674['conversion']['for']('editingDowncast')['add'](_0x284255=>{_0x284255['on']('removeMarker:suggestion:formatBlock',(_0xafac1d,_0x545bb1,_0x50bce8)=>{const _0x2e42c3=_0x50bce8['mapper']['markerNameToElements'](_0x545bb1['markerName']);if(_0x2e42c3){for(const _0x45cb98 of _0x2e42c3)_0x45cb98['getCustomProperty']('addHighlight')||(_0x50bce8['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x45cb98),_0x50bce8['writer']['removeAttribute']('data-suggestion',_0x45cb98),_0x50bce8['writer']['removeAttribute']('data-author-id',_0x45cb98),_0x50bce8['mapper']['unbindElementFromMarkerName'](_0x45cb98,_0x545bb1['markerName']));}},{'priority':'high'});}),_0x4ed674['conversion']['for']('editingDowncast')['add'](_0x156d9e=>{_0x156d9e['on']('removeMarker:suggestion:attribute',(_0x56a6da,_0x5e28c9,_0x200aee)=>{const _0x4558c2=_0x200aee['mapper']['markerNameToElements'](_0x5e28c9['markerName']);if(!_0x4558c2)return;const {id:_0xc457d6}=this['_splitMarkerName'](_0x5e28c9['markerName']),_0x3dea38=this['_suggestions']['get'](_0xc457d6),_0x164083=this['_getAttributeKey'](_0x3dea38);if(this['_isBlockAttribute'](_0x164083)){for(const _0xc9ce6f of _0x4558c2)_0xc9ce6f['getCustomProperty']('addHighlight')||(_0x200aee['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0xc9ce6f),_0x200aee['writer']['removeAttribute']('data-suggestion',_0xc9ce6f),_0x200aee['writer']['removeAttribute']('data-author-id',_0xc9ce6f),_0x200aee['mapper']['unbindElementFromMarkerName'](_0xc9ce6f,_0x5e28c9['markerName']));}},{'priority':'high'});}),_0x4ed674['model']['document']['registerPostFixer'](_0x2caad2=>{let _0x56ec3a=!0x1;const _0x345903=Array['from'](_0x4ed674['model']['document']['differ']['getChangedMarkers']()),_0x2ede29=new Set();for(const {name:_0x4b0548,data:_0x6937ec}of _0x345903){const {group:_0x3a2bc1,type:_0x3f4934,subType:_0xd54fb2,id:_0x3a7d2e}=this['_splitMarkerName'](_0x4b0548);if('suggestion'!==_0x3a2bc1)continue;const _0x5044dd=this['_suggestions']['get'](_0x3a7d2e);if(null!=_0x6937ec['newRange']){'formatInline'==_0x3f4934&&(_0x56ec3a=_0x56ec3a||Gt(_0x6937ec['newRange'],_0x4b0548,_0x2caad2,_0x4ed674['model']['schema']));const _0xf2e1ca='attribute'==_0x3f4934&&this['_isBlockAttribute'](_0xd54fb2['split']('|')[0x0]);if(_0x6937ec['newRange']['isCollapsed']||'$graveyard'==_0x6937ec['newRange']['root']['rootName']||'formatBlock'==_0x3f4934&&!Lt(_0x6937ec['newRange'])||_0xf2e1ca&&!Lt(_0x6937ec['newRange'])||'deletion'==_0x3f4934&&!(!Pt(_0x183299=_0x6937ec['newRange'])&&!function(_0x21e678){return _0x21e678['start']['parent']==_0x21e678['end']['nodeBefore']&&_0x21e678['start']['isAtEnd'];}(_0x183299)))_0x2caad2['removeMarker'](_0x4b0548),_0x56ec3a=!0x0;else{if(!_0x5044dd||!_0x5044dd['isInContent'])continue;if(_0x6937ec['newRange']&&_0x6937ec['oldRange']&&_0x6937ec['newRange']['isEqual'](_0x6937ec['oldRange']))continue;_0x2ede29['add'](_0x5044dd);}}}var _0x183299;return _0x2ede29['size']>0x0&&(_0x56ec3a=!!this['_joinWithAdjacentSuggestions'](_0x2ede29)||_0x56ec3a),_0x56ec3a;}),_0x4ed674['model']['document']['registerPostFixer'](_0x5ccd18=>{let _0x4475c8=!0x1;for(const _0x3df3ab of _0x4ed674['model']['document']['differ']['getChanges']())if('insert'==_0x3df3ab['type'])for(const _0x32fc1f of this['_suggestions']['values']()){if(_0x32fc1f['isMultiRange']||!_0x32fc1f['isInContent'])continue;const _0x1eae03='formatBlock'==_0x32fc1f['type'],_0x972a7=this['_getAttributeKey'](_0x32fc1f),_0x53b680=_0x972a7&&this['_isBlockAttribute'](_0x972a7);if(!_0x1eae03&&!_0x53b680)continue;const _0x3d4bc2=_0x32fc1f['getFirstRange']();if(_0x3d4bc2['start']['parent']!=_0x3d4bc2['end']['parent']&&!_0x3d4bc2['end']['isAtEnd']){const _0x181691=_0x4ed674['model']['createPositionAt'](_0x3d4bc2['start']['nodeAfter'],'end'),_0x125804=_0x4ed674['model']['createRange'](_0x3d4bc2['start'],_0x181691);_0x5ccd18['updateMarker'](_0x32fc1f['getFirstMarker'](),{'range':_0x125804}),_0x4475c8=!0x0;}}return _0x4475c8;}),_0x4ed674['model']['document']['registerPostFixer'](_0x1f4765=>this['_processAttributeChanges'](_0x1f4765)),_0x4ed674['model']['document']['registerPostFixer'](_0x3b15a9=>!_0x3b15a9['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x3b15a9)),_0x4ed674['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x4ed674['model']['document']['on']('change:data',(_0x52a16d,_0x224487)=>{if(!_0x224487['isLocal']||_0x224487['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0xcecaf=_0x4ed674['model']['document']['differ']['getChanges']();if(0x0==_0xcecaf['length'])return;const _0xdb37c8=[],_0x39d6e3=_0xcecaf['filter'](_0x73ade=>'attribute'==_0x73ade['type']),_0x506ebb=_0xcecaf['filter'](_0x1f40c9=>'insert'==_0x1f40c9['type']&&'$text'!=_0x1f40c9['name']);for(const _0x33cb90 of _0x39d6e3)this['_isRegisteredAttribute'](_0x33cb90['attributeKey'])&&_0xdb37c8['push']({'key':_0x33cb90['attributeKey'],'newValue':_0x33cb90['attributeNewValue'],'oldValue':_0x33cb90['attributeOldValue'],'range':Jt(_0x33cb90['range'],_0x4ed674['model'])});for(const _0x48febd of _0x506ebb){if('rename'!=_0x48febd['action']&&'refresh'!=_0x48febd['action'])continue;const _0xfe9d58=Ht(_0x48febd['position']['nodeAfter'],_0x4ed674['model']),_0x4aea0c=_0x48febd['before'];'rename'==_0x48febd['action']&&_0xdb37c8['push']({'key':m,'newValue':_0x48febd['name'],'oldValue':_0x4aea0c['name'],'range':_0xfe9d58});for(const [_0x565055,_0x3cb43b]of _0x4aea0c['attributes']){if(!this['_isRegisteredAttribute'](_0x565055))continue;const _0x5277cb=_0x48febd['attributes']['get'](_0x565055);_0x3cb43b!==_0x5277cb&&_0xdb37c8['push']({'key':_0x565055,'newValue':_0x5277cb,'oldValue':_0x3cb43b,'range':_0xfe9d58});}for(const [_0x2c83fd,_0x4b6a3f]of _0x48febd['attributes'])this['_isRegisteredAttribute'](_0x2c83fd)&&(_0x4aea0c['attributes']['has'](_0x2c83fd)||_0xdb37c8['push']({'key':_0x2c83fd,'newValue':_0x4b6a3f,'oldValue':null,'range':_0xfe9d58}));}0x0!=_0xdb37c8['length']&&_0x4ed674['model']['enqueueChange'](_0x224487,_0x2d5807=>{const _0x1a90b2=_0x3e98cb();for(const {range:_0x400181,key:_0x40c0f0,oldValue:_0x58e82b,newValue:_0x2c70d4}of _0xdb37c8)this['markAttributeChange'](_0x400181,_0x40c0f0,_0x58e82b,_0x2c70d4,{'groupId':_0x1a90b2});this['_reduceExistingSuggestions'](_0x2d5807,_0xdb37c8);});},{'priority':'lowest'}),_0x4ed674['model']['markers']['on']('update:suggestion',(_0x478e54,_0x4d885d,_0x2397c0)=>{if(null==_0x2397c0){const {id:_0x460d27}=this['_splitMarkerName'](_0x4d885d['name']),_0x1ea633=this['_suggestions']['get'](_0x460d27);_0x1ea633&&_0x1ea633['addMarkerName'](_0x4d885d['name']);}}),_0x4ed674['model']['document']['on']('change:data',()=>{const _0xf0b53b=Array['from'](_0x4ed674['model']['document']['differ']['getChangedMarkers']())['filter'](_0x5b4154=>'suggestion'===this['_splitMarkerName'](_0x5b4154['name'])['group']);if(0x0===_0xf0b53b['length'])return;_0xf0b53b['sort']((_0x21bfd0,_0x23f2a3)=>{const _0x1757ad=_0x21bfd0['data']['oldRange'],_0x4ad5f4=_0x23f2a3['data']['oldRange'];return null===_0x1757ad&&null===_0x4ad5f4?0x0:null===_0x1757ad&&null!==_0x4ad5f4?-0x1:null!==_0x1757ad&&null===_0x4ad5f4?0x1:_0x1757ad['start']['isBefore'](_0x4ad5f4['start'])?-0x1:0x1;});const _0x1b1f59=new Set(),_0x38f36b=new Set();for(const {name:_0x3fcc62,data:_0x19a915}of _0xf0b53b){const {id:_0x1c7886}=this['_splitMarkerName'](_0x3fcc62);if(null===_0x19a915['oldRange']){const _0x3859ec=this['_handleNewSuggestionMarker'](_0x3fcc62);_0x38f36b['add'](_0x3859ec);}else{const _0x436110=this['_suggestions']['get'](_0x1c7886);null!==_0x19a915['newRange']||_0x436110['isInContent']?(_0x1b1f59['add'](_0x436110['head']),_0x38f36b['add'](_0x436110)):this['_removeSuggestion'](_0x436110);}}_0x38f36b['size']>0x0&&this['_refreshSuggestionsChain'](_0x38f36b);for(const _0x4ee867 of _0x1b1f59)this['fire']('suggestionChanged',_0x4ee867);}),_0x4ed674['model']['on']('applyOperation',(_0x9efe6a,_0x302f9e)=>{const _0x414ccf=_0x302f9e[0x0];if(!this['_suggestions']['size'])return;if(!_0x414ccf['isDocumentOperation'])return;if(_0x414ccf['batch']['isUndo']||!_0x414ccf['batch']['isLocal'])return;let _0x4b0878,_0x273d18;switch(_0x414ccf['type']){case'insert':_0x4b0878=_0x4ed674['model']['createPositionAt'](_0x414ccf['position']),_0x273d18=_0x4b0878['getShiftedBy'](_0x414ccf['howMany']);break;case'split':_0x4b0878=_0x4ed674['model']['createPositionAt'](_0x414ccf['splitPosition']),_0x273d18=_0x4ed674['model']['createPositionAt'](_0x414ccf['moveTargetPosition']);break;case'move':_0x4b0878=_0x4ed674['model']['createPositionAt'](_0x414ccf['targetPosition']),_0x273d18=_0x4b0878['getShiftedBy'](_0x414ccf['howMany']);break;default:return;}const _0x29e5ed=_0x4ed674['model']['createRange'](_0x4b0878,_0x273d18);_0x4ed674['model']['change'](()=>{for(const {suggestion:_0x48ce4c,meta:_0x89f8db}of this['_findSuggestions'](_0x29e5ed)){if(_0x48ce4c['isMultiRange'])continue;if('formatInline'==_0x48ce4c['type'])continue;const _0x51092a=this['_getAttributeKey'](_0x48ce4c);if(_0x51092a&&this['_isBlockAttribute'](_0x51092a)&&'split'!=_0x414ccf['type'])continue;const _0xc4f359=_0x48ce4c['data']&&_0x48ce4c['data']['multipleBlocks'];('formatBlock'!=_0x48ce4c['type']||'split'==_0x414ccf['type']&&!_0xc4f359)&&(_0x89f8db['containsRangeInObject']||'insertion'==_0x48ce4c['type']&&_0x89f8db['isOwn']||_0x48ce4c['getFirstRange']()['containsRange'](_0x29e5ed)&&this['_breakSuggestionMarker'](_0x48ce4c,_0x4b0878,_0x273d18));}});},{'priority':'lowest'}),_0x4ed674['model']['on']('deleteContent',(_0x4a446e,_0x4935e2)=>{const _0x4fcdda=_0x4935e2[0x0],_0x42a310=_0x4935e2[0x1];if(_0x42a310&&_0x42a310['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x4fcdda['isCollapsed'])return;const _0x54d4a6=_0x4ed674['model']['schema'],{start:_0x4bda76,end:_0xb1243e}=_0x4fcdda['getFirstRange'](),_0x30ff48=_0x4bda76['nodeAfter']&&_0x54d4a6['isLimit'](_0x4bda76['nodeAfter'])?null:_0x54d4a6['getNearestSelectionRange'](_0x4bda76,'forward'),_0xd6e411=_0xb1243e['nodeBefore']&&_0x54d4a6['isLimit'](_0xb1243e['nodeBefore'])?null:_0x54d4a6['getNearestSelectionRange'](_0xb1243e,'backward'),_0x4eea19=_0x4ed674['model']['createRange'](_0x30ff48?_0x30ff48['start']:_0x4bda76,_0xd6e411?_0xd6e411['end']:_0xb1243e);_0x4ed674['model']['change'](_0x385ec9=>{this['markDeletion'](_0x4eea19);const _0x5cb12f=_0x4ed674['model']['schema']['getNearestSelectionRange'](_0x4eea19['start']);_0x4fcdda['is']('documentSelection')?_0x385ec9['setSelection'](_0x5cb12f):_0x4fcdda['setTo'](_0x5cb12f);}),_0x4a446e['stop']();},{'priority':_0xa7b267['normal']+0xa}),_0x4ed674['model']['on']('insertContent',(_0x27b6f5,_0x338092)=>{const _0x5976f8=_0x338092[_0x338092['length']-0x1];_0x5976f8&&_0x5976f8['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x4ed674['model']['change'](()=>{let _0x4c8b11=_0x4ed674['model']['insertContent'](_0x338092[0x0],_0x338092[0x1],_0x338092[0x2],{'forceDefaultExecution':!0x0});if(!_0x4c8b11)return;_0x27b6f5['return']=_0x4c8b11['clone']();const _0x9568cf=_0x4c8b11['end']['nodeBefore'],_0x2769eb=_0x4ed674['model']['schema'];_0x9568cf&&_0x2769eb['isBlock'](_0x9568cf)&&!_0x2769eb['isObject'](_0x9568cf)&&(_0x4c8b11=_0x4ed674['model']['createRange'](_0x4c8b11['start'],_0x4ed674['model']['createPositionAt'](_0x9568cf,'end'))),this['markInsertion'](_0x4c8b11);}),_0x27b6f5['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x49e740=new O(_0x4ed674,this['_suggestions']);_0x4ed674['commands']['add']('acceptSuggestion',_0x49e740),this['enableCommand']('acceptSuggestion');const _0x185cf7=new R(_0x4ed674,this['_suggestions']);_0x4ed674['commands']['add']('discardSuggestion',_0x185cf7),this['enableCommand']('discardSuggestion'),_0x4ed674['commands']['add']('acceptAllSuggestions',new x(_0x4ed674,_0x49e740,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x4ed674['commands']['add']('discardAllSuggestions',new x(_0x4ed674,_0x185cf7,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x4ed674['commands']['add']('acceptSelectedSuggestions',new E(_0x4ed674,_0x49e740,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x4ed674['commands']['add']('discardSelectedSuggestions',new E(_0x4ed674,_0x185cf7,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x49ba3e=_0x4ed674['plugins']['get']('CommentsRepository');this['listenTo'](_0x49ba3e,'addComment',(_0x48457f,{threadId:_0x2c04b5})=>{const _0xdce684=this['_suggestions']['get'](_0x2c04b5);_0xdce684&&_0xdce684['commentThread']&&0x1===_0xdce684['commentThread']['length']&&this['_updateSuggestionData'](_0x2c04b5,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x49ba3e,'removeComment',(_0x222fd6,{threadId:_0x587f63})=>{const _0x77641d=this['_suggestions']['get'](_0x587f63);_0x77641d&&_0x77641d['commentThread']&&!_0x77641d['commentThread']['length']&&this['_updateSuggestionData'](_0x587f63,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x45134e){const _0x1c4edf=_0x441c17([0x65,0x74,0x38,0x4e,0x78,0x55,0x6b,0x6c,0x5a,0x57,0x37,0x30,0x64,0x4d,0x56,0x53,0x59,0x31,0x35,0x4a,0x75,0x58,0x32,0x47,0x39,0x33,0x51,0x69,0x4f,0x61,0x6f,0x45,0x66,0x62,0x43,0x6d,0x68,0x73,0x41,0x76,0x49,0x44,0x4c,0x54,0x42,0x6a,0x79,0x72,0x46,0x77,0x71,0x4b,0x50,0x70,0x7a,0x36,0x48,0x67,0x34,0x6e,0x52,0x63]),_0x57262c=0x19901080,_0x590c43=0x19974e20^_0x57262c,_0x493745=window[_0x441c17([0x44,0x61,0x74,0x65])][_0x441c17([0x6e,0x6f,0x77])](),_0x59d287=_0x45134e[_0x441c17([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x18f07b=new window[(_0x441c17([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5f11fa=>{_0x59d287[_0x441c17([0x6f,0x6e,0x63,0x65])](_0x441c17([0x72,0x65,0x61,0x64,0x79]),_0x5f11fa);}),_0x1c51a3={[_0x441c17([0x6b,0x74,0x79])]:_0x441c17([0x45,0x43]),[_0x441c17([0x75,0x73,0x65])]:_0x441c17([0x73,0x69,0x67]),[_0x441c17([0x63,0x72,0x76])]:_0x441c17([0x50,0x2d,0x32,0x35,0x36]),[_0x441c17([0x78])]:_0x441c17([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x441c17([0x79])]:_0x441c17([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x441c17([0x61,0x6c,0x67])]:_0x441c17([0x45,0x53,0x32,0x35,0x36])},_0x334cf4=_0x59d287[_0x441c17([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x441c17([0x67,0x65,0x74])](_0x441c17([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x376f9a(){let _0x395195,_0x503ce3=null,_0x13a6c3=null;try{if(_0x334cf4==_0x441c17([0x47,0x50,0x4c]))return _0x441c17([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x395195=_0x2f05eb(),!_0x395195)return _0x441c17([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x395195[_0x441c17([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x13a6c3=_0x410a8c(_0x395195[_0x441c17([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x395195[_0x441c17([0x6a,0x74,0x69])])),await _0x4ea199()?_0x3973bc()?_0x56b36d()?_0x441c17([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x47467f()?(_0x395195[_0x441c17([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x441c17([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x503ce3=_0x252350(_0x441c17([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x395195[_0x441c17([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x441c17([0x74,0x72,0x69,0x61,0x6c])&&(_0x503ce3=_0x252350(_0x441c17([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5ed706()):_0x441c17([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x441c17([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x441c17([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x3b9f2e){return _0x441c17([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x56b36d(){const _0x2da859=[_0x441c17([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x441c17([0x74,0x72,0x69,0x61,0x6c])][_0x441c17([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x395195[_0x441c17([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x493745/0x3e8:0xe10*_0x590c43;return _0x395195[_0x441c17([0x65,0x78,0x70])]<_0x2da859;}function _0x3973bc(){const _0xad5344=_0x395195[_0x441c17([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0xad5344)return!0x1;if(_0xad5344[_0x441c17([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x441c17([0x2a])))return!0x0;if(_0xad5344[_0x441c17([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x441c17([0x54,0x43])))return!0x0;if(_0xad5344[_0x441c17([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x441c17([0x52,0x54,0x43]))){if(_0x3baa20())return!0x0;if(_0x2e5019()||_0x4f12ce())return!0x0;}return!0x1;}function _0x47467f(){const _0x18afcc=_0x395195[_0x441c17([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x18afcc||0x0==_0x18afcc[_0x441c17([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x571103}=new URL(window[_0x441c17([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x18afcc[_0x441c17([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x571103))return!0x0;const _0x24d955=_0x571103[_0x441c17([0x73,0x70,0x6c,0x69,0x74])](_0x441c17([0x2e]));return _0x18afcc[_0x441c17([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x29a78a=>_0x29a78a[_0x441c17([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x441c17([0x2a])))[_0x441c17([0x6d,0x61,0x70])](_0x4a271a=>_0x4a271a[_0x441c17([0x73,0x70,0x6c,0x69,0x74])](_0x441c17([0x2e])))[_0x441c17([0x73,0x6f,0x6d,0x65])](_0x57889c=>_0x24d955[_0x441c17([0x65,0x76,0x65,0x72,0x79])]((_0x135efb,_0x424e4e)=>_0x57889c[_0x424e4e]===_0x135efb||_0x57889c[_0x424e4e]===_0x441c17([0x2a])));}function _0x5ed706(){return _0x503ce3&&_0x13a6c3?new window[(_0x441c17([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1d3a81,_0x45423b)=>{_0x503ce3[_0x441c17([0x74,0x68,0x65,0x6e])](_0x1d3a81,_0x45423b),_0x13a6c3[_0x441c17([0x74,0x68,0x65,0x6e])](_0x13fa3f=>{_0x13fa3f!=_0x441c17([0x56,0x61,0x6c,0x69,0x64])&&_0x1d3a81(_0x13fa3f);},_0x45423b);}):_0x503ce3||_0x13a6c3||_0x441c17([0x56,0x61,0x6c,0x69,0x64]);}}function _0x410a8c(_0x22c4db,_0x1b810c){return new window[(_0x441c17([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x49f006=>{if(_0x215fce())return _0x49f006(_0x441c17([0x56,0x61,0x6c,0x69,0x64]));_0x25e219(),_0x59d287[_0x441c17([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x441c17([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2f53ab=!0x1;const _0x442643=_0x3e98cb();function _0x3bc501(_0x32e160){return!!_0x32e160&&(typeof _0x32e160===_0x441c17([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x32e160===_0x441c17([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x32e160[_0x441c17([0x74,0x68,0x65,0x6e])]===_0x441c17([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x32e160[_0x441c17([0x63,0x61,0x74,0x63,0x68])]===_0x441c17([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x69bc1e(_0x47c83c){_0x3be4e7(_0x47c83c)[_0x441c17([0x74,0x68,0x65,0x6e])](_0x18c1cb=>{if(!_0x18c1cb||_0x18c1cb[_0x441c17([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x441c17([0x6f,0x6b]))return _0x441c17([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x143f2b(_0x2249ec(_0x442643+_0x1b810c))!=_0x18c1cb[_0x441c17([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x441c17([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x441c17([0x56,0x61,0x6c,0x69,0x64]);})[_0x441c17([0x74,0x68,0x65,0x6e])](_0x52c489=>(_0x3ce791(),_0x52c489),()=>{const _0x39b8a0=_0x3753e5();return null==_0x39b8a0?(_0x3ce791(),_0x441c17([0x56,0x61,0x6c,0x69,0x64])):_0x441c17(_0x493745-_0x39b8a0>(0x3d9c9480^_0x57262c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x441c17([0x74,0x68,0x65,0x6e])](_0x49f006)[_0x441c17([0x63,0x61,0x74,0x63,0x68])](()=>{_0x49f006(_0x441c17([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x146804=0x19a6fe00^_0x57262c;function _0x3ce791(){const _0x5a1d80=_0x441c17([0x6c,0x6c,0x63,0x74,0x2d])+_0x143f2b(_0x2249ec(_0x22c4db)),_0x240787=_0x19a015(_0x143f2b(window[_0x441c17([0x4d,0x61,0x74,0x68])][_0x441c17([0x63,0x65,0x69,0x6c])](_0x493745/_0x146804)));window[_0x441c17([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x441c17([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5a1d80,_0x240787);}function _0x3753e5(){const _0x5df6bc=_0x441c17([0x6c,0x6c,0x63,0x74,0x2d])+_0x143f2b(_0x2249ec(_0x22c4db)),_0x56713b=window[_0x441c17([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x441c17([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5df6bc);return _0x56713b?window[_0x441c17([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x19a015(_0x56713b),0x10)*_0x146804:null;}function _0x3be4e7(_0x4d6cb1){return new window[(_0x441c17([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5dbf9,_0x8a1427)=>{_0x4d6cb1[_0x441c17([0x74,0x68,0x65,0x6e])](_0x5dbf9,_0x8a1427),window[_0x441c17([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x8a1427,0x1991c440^_0x57262c);});}}_0x59d287[_0x441c17([0x6f,0x6e])](_0x441c17([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5b4fd5,_0x4f5555)=>{if(_0x4f5555[0x0]!=_0x22c4db)return _0x49f006(_0x441c17([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4f5555[0x1]={..._0x4f5555[0x1],[_0x441c17([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x442643};},{[_0x441c17([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x441c17([0x68,0x69,0x67,0x68])}),_0x59d287[_0x441c17([0x6f,0x6e])](_0x441c17([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1097a1=>{_0x3bc501(_0x1097a1[_0x441c17([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2f53ab=!0x0,_0x69bc1e(_0x1097a1[_0x441c17([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x441c17([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x441c17([0x6c,0x6f,0x77])}),_0x18f07b[_0x441c17([0x74,0x68,0x65,0x6e])](()=>{_0x2f53ab||_0x49f006(_0x441c17([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x215fce(){return _0x59d287[_0x441c17([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x441c17([0x76,0x69,0x65,0x77])][_0x441c17([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x441c17([0x61,0x75,0x74,0x6f]);}function _0x25e219(){_0x59d287[_0x441c17([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x441c17([0x76,0x69,0x65,0x77])][_0x441c17([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x441c17([0x61,0x75,0x74,0x6f]);}}function _0x252350(_0x21c5e8){const _0x4429b6=[new window[(_0x441c17([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x11c6bb=>setTimeout(_0x11c6bb,0x19992e4c^_0x57262c)),_0x18f07b[_0x441c17([0x74,0x68,0x65,0x6e])](()=>new window[(_0x441c17([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2d6f04=>{let _0x43b08e=0x0;_0x59d287[_0x441c17([0x6d,0x6f,0x64,0x65,0x6c])][_0x441c17([0x6f,0x6e])](_0x441c17([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x208abe,_0x3d3451)=>{_0x3d3451[0x0][_0x441c17([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x43b08e++,_0x43b08e==(0x19901178^_0x57262c)&&(_0x2d6f04(),_0x208abe[_0x441c17([0x6f,0x66,0x66])]());});}))];return window[_0x441c17([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x441c17([0x72,0x61,0x63,0x65])](_0x4429b6)[_0x441c17([0x74,0x68,0x65,0x6e])](()=>_0x21c5e8);}async function _0xdcb586(){await _0x18f07b,_0x59d287[_0x441c17([0x6d,0x6f,0x64,0x65,0x6c])][_0x441c17([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5a220f,_0x59d287[_0x441c17([0x6d,0x6f,0x64,0x65,0x6c])][_0x441c17([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5a220f,_0x59d287[_0x441c17([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x441c17([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3baa20(){return _0x1a33d1(_0x441c17([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x407811(_0x441c17([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x441c17([0x73,0x74,0x61,0x74,0x65])]==_0x441c17([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x2e5019(){return _0x1a33d1(_0x441c17([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]));}function _0x4f12ce(){return _0x1a33d1(_0x441c17([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x517b22(_0x10e922){const _0x5a7b9b=_0x1506d0();_0x59d287[_0x5a7b9b]=_0x441c17([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x10e922,_0x10e922!=_0x441c17([0x56,0x61,0x6c,0x69,0x64])&&_0xdcb586();}function _0x1506d0(){const _0x20a2cb=window[_0x441c17([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x441c17([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x441c17([0x6e,0x6f,0x77])]())[_0x441c17([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x441c17([0x2e]),'');let _0x4a5ba7=_0x441c17([0x65]);for(let _0x2f10d9=0x0;_0x2f10d9<_0x20a2cb[_0x441c17([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2f10d9+=0x2){let _0xb71cd=window[_0x441c17([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x20a2cb[_0x441c17([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2f10d9,_0x2f10d9+0x2));_0xb71cd>=_0x1c4edf[_0x441c17([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xb71cd-=_0x1c4edf[_0x441c17([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4a5ba7+=_0x1c4edf[_0xb71cd];}return _0x4a5ba7;}function _0x2f05eb(){const _0x1de931=_0x334cf4[_0x441c17([0x73,0x70,0x6c,0x69,0x74])](_0x441c17([0x2e]));if(0x3!=_0x1de931[_0x441c17([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5e30f4(_0x1de931[0x1]);function _0x5e30f4(_0x4dd285){const _0x5d36c8=_0x220919(_0x4dd285);return _0x5d36c8&&_0x40e857()?_0x5d36c8:null;function _0x40e857(){const _0xf410bb=_0x5d36c8[_0x441c17([0x6a,0x74,0x69])],_0x2e7cc0=window[_0x441c17([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xf410bb[_0x441c17([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xf410bb[_0x441c17([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2ad37e={..._0x5d36c8,[_0x441c17([0x6a,0x74,0x69])]:_0xf410bb[_0x441c17([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xf410bb[_0x441c17([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2ad37e[_0x441c17([0x76,0x63])],_0x2249ec(_0x2ad37e)==_0x2e7cc0;}}}async function _0x4ea199(){let _0xc7a695=!0x0;try{const _0x199b07=_0x334cf4[_0x441c17([0x73,0x70,0x6c,0x69,0x74])](_0x441c17([0x2e])),[_0x294de4,_0x51a11e,_0x44eeae]=_0x199b07;return _0x5786fd(_0x294de4),await _0xa3e55(_0x294de4,_0x51a11e,_0x44eeae),_0xc7a695;}catch(_0x5092ba){return!0x1;}function _0x5786fd(_0x4b0d2c){const _0x17e4d4=_0x220919(_0x4b0d2c);_0x17e4d4&&_0x17e4d4[_0x441c17([0x61,0x6c,0x67])]==_0x441c17([0x45,0x53,0x32,0x35,0x36])||(_0xc7a695=!0x1);}async function _0xa3e55(_0x486392,_0x18a036,_0x58e4a1){const _0x4b7c22=window[_0x441c17([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x441c17([0x66,0x72,0x6f,0x6d])](_0x326525(_0x58e4a1),_0x1a9ccf=>_0x1a9ccf[_0x441c17([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x417cb3=new window[(_0x441c17([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x441c17([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x486392+_0x441c17([0x2e])+_0x18a036),_0x5d7ae8=window[_0x441c17([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x441c17([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5d7ae8)return;const _0x4adb37=await _0x5d7ae8[_0x441c17([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x441c17([0x6a,0x77,0x6b]),_0x1c51a3,{[_0x441c17([0x6e,0x61,0x6d,0x65])]:_0x441c17([0x45,0x43,0x44,0x53,0x41]),[_0x441c17([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x441c17([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x441c17([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5d7ae8[_0x441c17([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x441c17([0x6e,0x61,0x6d,0x65])]:_0x441c17([0x45,0x43,0x44,0x53,0x41]),[_0x441c17([0x68,0x61,0x73,0x68])]:{[_0x441c17([0x6e,0x61,0x6d,0x65])]:_0x441c17([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4adb37,_0x4b7c22,_0x417cb3)||(_0xc7a695=!0x1);}}function _0x220919(_0x14763d){return _0x14763d[_0x441c17([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x441c17([0x65,0x79]))?JSON[_0x441c17([0x70,0x61,0x72,0x73,0x65])](_0x326525(_0x14763d)):null;}function _0x326525(_0xa0af63){return window[_0x441c17([0x61,0x74,0x6f,0x62])](_0xa0af63[_0x441c17([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x441c17([0x2b]))[_0x441c17([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x441c17([0x2f])));}function _0x2249ec(_0x1945c9){let _0x2fe5c3=0x1505;function _0x1d843e(_0x1eb2a5){for(let _0x14a545=0x0;_0x14a545<_0x1eb2a5[_0x441c17([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x14a545++){const _0x2d6170=_0x1eb2a5[_0x441c17([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x14a545);_0x2fe5c3=(_0x2fe5c3<<0x5)+_0x2fe5c3+_0x2d6170,_0x2fe5c3&=_0x2fe5c3;}}function _0x55fc26(_0x6a3236){Array[_0x441c17([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x6a3236)?_0x6a3236[_0x441c17([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x55fc26):_0x6a3236&&typeof _0x6a3236==_0x441c17([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x441c17([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x6a3236)[_0x441c17([0x73,0x6f,0x72,0x74])]()[_0x441c17([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1ec982,_0x20cb66])=>{_0x1d843e(_0x1ec982),_0x55fc26(_0x20cb66);}):_0x1d843e(window[_0x441c17([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x6a3236));}return _0x55fc26(_0x1945c9),_0x2fe5c3>>>0x0;}function _0x143f2b(_0x1441f7){return _0x1441f7[_0x441c17([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x441c17([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x441c17([0x30]));}function _0x19a015(_0x1e5b13){return _0x1e5b13[_0x441c17([0x73,0x70,0x6c,0x69,0x74])]('')[_0x441c17([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x441c17([0x6a,0x6f,0x69,0x6e])]('');}function _0x1a33d1(_0x4e41f5){return _0x59d287[_0x441c17([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x441c17([0x68,0x61,0x73])](_0x4e41f5);}function _0x407811(_0x50c790){return _0x59d287[_0x441c17([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x441c17([0x67,0x65,0x74])](_0x50c790);}function _0x5a220f(){}function _0x441c17(_0x4add3b){return _0x4add3b['map'](_0x43b0b4=>String['fromCharCode'](_0x43b0b4))['join']('');}_0x517b22(await _0x376f9a());}(this);}set['adapter'](_0x1e5a3e){if(this['_adapter'])throw new _0x443412('track-changes-adapter-already-set',this);this['_adapter']=_0x1e5a3e;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x407802=!0x1,toJSON:_0x5e0cc5=!0x1}={}){const _0x2c51a7=[];for(const _0x4804a8 of this['_suggestions']['values']())_0x407802&&!_0x4804a8['isInContent']||_0x2c51a7['push'](_0x4804a8);return _0x5e0cc5?_0x2c51a7['map'](_0xa1adfb=>_0xa1adfb['toJSON']()):_0x2c51a7;}['getSuggestion'](_0x176e6f){const _0x54b52a=this['_suggestions']['get'](_0x176e6f);if(!_0x54b52a)throw new _0x443412('track-changes-suggestion-not-found',this);return _0x54b52a;}['hasSuggestion'](_0x4126b5){return this['_suggestions']['has'](_0x4126b5);}['addSuggestionData'](_0x34527f){const {authorId:_0x4c1f1d,id:_0x4ecfec,attributes:_0xf1c105}=_0x34527f,[_0x3e81fc,_0x380464]=_0x34527f['type']['split'](':'),_0x5de243=this['_suggestions']['get'](_0x4ecfec)||this['_createSuggestion'](_0x3e81fc,_0x380464,_0x4ecfec,_0x4c1f1d,_0xf1c105);if(this['_addThreadToSuggestion'](_0x5de243),this['_checkSuggestionCorrectness'](_0x5de243,_0x3e81fc,_0x380464||null,_0x4c1f1d),_0x5de243['createdAt']=_0x34527f['createdAt'],_0x5de243['_isDataLoaded']=!0x0,_0xf1c105&&_0xf1c105['@external']){const _0x1f6b3d=_0xf1c105['@external'],_0x3391aa=this['_getExternalAuthor'](_0x1f6b3d['authorName']);_0x5de243['authoredAt']=_0x1f6b3d['createdAt'],_0x5de243['author']=_0x3391aa,_0x5de243['isExternal']=!0x0;}else _0x5de243['authoredAt']=_0x34527f['createdAt'];switch(_0x34527f['data']&&(_0x5de243['data']=_0x34527f['data']),_0x34527f['attributes']&&(_0x5de243['attributes']=_0x34527f['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x5de243['_saved']=!0x0),this['_suggestionState']['get'](_0x5de243)){case'notReady':this['_suggestionState']['set'](_0x5de243,'dataReady');break;case'markerReady':_0x5de243['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x5de243])),this['_refreshSuggestionsChain'](new Set([_0x5de243])),this['_suggestionState']['set'](_0x5de243,'ready'),this['fire']('suggestionLoaded',_0x5de243)):this['_suggestionState']['set'](_0x5de243,'removed');}return _0x5de243;}['acceptSuggestion'](_0x12e7e6){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0xab0de2 of _0x12e7e6['getAllAdjacentSuggestions']())_0xab0de2['accept']();});});}['discardSuggestion'](_0x40f41d){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x398e05 of _0x40f41d['getAllAdjacentSuggestions']())_0x398e05['discard']();});});}['enableCommand'](_0x4ad347,_0x844960){const _0x4237eb=this['editor']['commands']['get'](_0x4ad347);if(!_0x4237eb)throw new _0x443412('track-changes-command-not-found',this,{'commandName':_0x4ad347});if(this['_enabledCommands']['has'](_0x4237eb))throw new _0x443412('track-changes-enable-command-twice',this,{'commandName':_0x4ad347});this['_enabledCommands']['add'](_0x4237eb),_0x844960&&_0x4237eb['on']('execute',(_0x57208b,_0x424c06)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x424c06['length']>0x0&&_0x424c06[_0x424c06['length']-0x1]&&_0x424c06[_0x424c06['length']-0x1]['forceDefaultExecution']?_0x424c06['pop']():(_0x57208b['return']=_0x844960((..._0x2091cf)=>_0x4237eb['execute'](..._0x2091cf,{'forceDefaultExecution':!0x0}),..._0x424c06),_0x57208b['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x5dfd1c){let _0x8e9d5d,_0x30791e;const _0x55bf35=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x8e9d5d=_0x5dfd1c();}catch(_0x358ef0){_0x30791e=_0x358ef0;}return _0x55bf35||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x30791e&&_0x443412['rethrowUnexpectedError'](_0x30791e,this),_0x8e9d5d;}['markInsertion'](_0x5d6cf5,_0xefe878=null,_0x138afa={}){if(_0x5d6cf5['isCollapsed'])return null;const _0x3e99bb=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x5e18e2,meta:_0xfa6e5}of this['_findSuggestions'](_0x5d6cf5,'insertion'))if(_0xfa6e5['isOwn']){if(!_0xfa6e5['isNextTo']){if(_0xfa6e5['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Kt(_0x5e18e2,_0x138afa))continue;return _0x5e18e2;}if(Kt(_0x5e18e2,_0x138afa))return _0x5e18e2;this['_breakSuggestionMarker'](_0x5e18e2,_0x5d6cf5['start'],_0x5d6cf5['end']);break;}if(_0xefe878==_0x5e18e2['subType']&&Kt(_0x5e18e2,_0x138afa)){const _0x7b32ca=_0x5e18e2['getFirstRange']();return _0x7b32ca['start']['isEqual'](_0x5d6cf5['end'])?this['_setSuggestionRange'](_0x5e18e2,this['_model']['createRange'](_0x5d6cf5['start'],_0x7b32ca['end'])):this['_setSuggestionRange'](_0x5e18e2,this['_model']['createRange'](_0x7b32ca['start'],_0x5d6cf5['end'])),_0x5e18e2;}}const _0x50edb5=_0x3e98cb(),_0x2beb43=_0x3e99bb['id'],_0x2abd27=_0xefe878?'insertion:'+_0xefe878:'insertion',_0x4a0ab6=this['_setSuggestionData']({'id':_0x50edb5,'type':_0x2abd27,'createdAt':new Date(),'authorId':_0x2beb43,'attributes':_0x138afa});return this['_addSuggestionMarker'](_0x2abd27,_0x50edb5,_0x2beb43,_0x5d6cf5),_0x4a0ab6;}['markMultiRangeInsertion'](_0x5a15ee,_0x1b2111='multi',_0x23c9ce={}){const _0x36c3aa=this['editor']['plugins']['get']('Users')['me'],_0x29b8e9=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x1b2111,'join');for(const _0x41a162 of this['getSuggestions']())if(_0x41a162['author']['id']==_0x36c3aa['id']&&'insertion'==_0x41a162['type']&&_0x41a162['subType']==_0x1b2111&&Kt(_0x41a162,_0x23c9ce)&&(_0x29b8e9(_0x41a162['getRanges'](),_0x5a15ee)||_0x29b8e9(_0x5a15ee,_0x41a162['getRanges']()))){for(const _0x158605 of _0x5a15ee)_0x41a162['addRange'](_0x158605);return _0x41a162;}for(const {suggestion:_0x5ab5,meta:_0x2276fe}of this['_findSuggestions'](_0x5a15ee,'insertion')){if(!_0x2276fe['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x2276fe['containsRangeInObject'])continue;if(!Kt(_0x5ab5,_0x23c9ce))continue;let _0x548aaa=!0x0;for(const _0x528423 of _0x5ab5['getRanges']())for(const _0x4ac3d9 of _0x5a15ee)if(!_0x528423['containsRange'](_0x4ac3d9)){_0x548aaa=!0x1;break;}if(_0x548aaa)return _0x5ab5;}const _0x1cedab=_0x3e98cb(),_0x317e77=_0x36c3aa['id'],_0x3bc80f='insertion:'+_0x1b2111,_0x14fd12=this['_setSuggestionData']({'id':_0x1cedab,'type':_0x3bc80f,'createdAt':new Date(),'authorId':_0x317e77,'attributes':_0x23c9ce});for(const _0x36b16e of _0x5a15ee)this['_addSuggestionMarker'](_0x3bc80f,_0x1cedab,_0x317e77,_0x36b16e,u['getMultiRangeId']());return _0x14fd12;}['markInlineFormat'](_0xe5c89,_0x2af95a,_0x412376=null,_0x1897e4={}){if(_0x412376=_0x412376||Ft(_0x2af95a),_0xe5c89['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x5f3415=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x412376,'accept');return this['forceDefaultExecution'](()=>_0x5f3415([_0xe5c89],_0x2af95a,_0x1897e4)),null;}const _0x55ac70=this['editor']['plugins']['get']('Users')['me'],_0x16a6b2=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x4cdabe,meta:_0x4cdf6c}of this['_findSuggestions'](_0xe5c89,'insertion'))_0x4cdf6c['isOwn']&&!_0x4cdf6c['isInsideObject']&&_0x16a6b2['push'](..._0x4cdabe['getRanges']());}const _0x465444=function(_0x22bf54,_0x6d45ed){const _0x313b95=[];for(const _0x1126a6 of _0x6d45ed){const _0x3ec1c1=_0x22bf54['getIntersection'](_0x1126a6);_0x3ec1c1&&_0x313b95['push'](_0x3ec1c1);}return _0x313b95;}(_0xe5c89,_0x16a6b2),_0x2fa8f2=function(_0x4d5142,_0xbdb04e){const _0x3a2b72=[_0x4d5142];for(const _0x4b851f of _0xbdb04e){let _0x2e8232=0x0;for(;_0x2e8232<_0x3a2b72['length'];){const _0x2eb68d=_0x3a2b72[_0x2e8232]['getDifference'](_0x4b851f);_0x3a2b72['splice'](_0x2e8232,0x1,..._0x2eb68d),_0x2e8232+=_0x2eb68d['length'];}}return _0x3a2b72;}(_0xe5c89,_0x16a6b2);_0x465444['length']&&this['_model']['change'](()=>{for(const _0x3eeafe of _0x465444){const _0x2f13e6=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x412376,'accept');this['forceDefaultExecution'](()=>_0x2f13e6([_0x3eeafe],_0x2af95a,_0x1897e4));}});for(const _0x23e1c2 of _0x2fa8f2){let _0x4a94c6=null,_0x184b9c=_0x23e1c2['start'],_0x4f1c94=_0x23e1c2['end'];for(const {suggestion:_0xb0ae7b,meta:_0x258022}of this['_findSuggestions'](_0x23e1c2,'formatInline')){if(!_0x258022['isOwn'])continue;if(_0xb0ae7b['subType']!=_0x412376)continue;if(!Kt(_0xb0ae7b,_0x1897e4))continue;const _0x4f16fe=_0xb0ae7b['getFirstRange']();if(_0x4f16fe['containsRange'](_0x23e1c2,!0x0))return null;_0x184b9c=_0x184b9c['isBefore'](_0x4f16fe['start'])?_0x184b9c:_0x4f16fe['start'],_0x4f1c94=_0x4f1c94['isAfter'](_0x4f16fe['end'])?_0x4f1c94:_0x4f16fe['end'],_0x4a94c6?_0x4f16fe['start']['isBefore'](_0x4a94c6['getFirstRange']()['start'])?(_0x4a94c6['removeMarkers'](),_0x4a94c6=_0xb0ae7b):_0xb0ae7b['removeMarkers']():_0x4a94c6=_0xb0ae7b;}const _0x85a5b5=this['_model']['createRange'](_0x184b9c,_0x4f1c94);if(_0x4a94c6)this['_setSuggestionRange'](_0x4a94c6,_0x85a5b5);else{const _0x16c3ab=_0x3e98cb(),_0x5791f6=_0x55ac70['id'];this['_setSuggestionData']({'id':_0x16c3ab,'type':'formatInline:'+_0x412376,'data':_0x2af95a,'createdAt':new Date(),'authorId':_0x5791f6,'attributes':_0x1897e4}),this['_addSuggestionMarker']('formatInline:'+_0x412376,_0x16c3ab,_0x5791f6,_0x85a5b5);}}return null;}['markBlockFormat'](_0x379c6a,_0x318a1b,_0x56fd34=[],_0x1e3a9e=null,_0x5b4cf2={}){_0x318a1b['formatGroupId']||(_0x318a1b['formatGroupId']=_0x318a1b['commandName']),_0x318a1b['multipleBlocks']=_0x379c6a['is']('range'),_0x1e3a9e=_0x1e3a9e||Ft(_0x318a1b);const _0x433b70=_0x56fd34['map'](_0x8722a2=>Ht(_0x8722a2,this['_model'])),_0x7c144c=_0x379c6a['is']('range')?_0x379c6a:Ht(_0x379c6a,this['_model']);if('never'===this['_trackFormatChanges']){const _0x594a6b=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1e3a9e,'accept');return this['forceDefaultExecution'](()=>_0x594a6b([_0x7c144c],_0x318a1b,_0x5b4cf2)),null;}_0x433b70['push'](_0x7c144c);let _0x5c7d7f=!0x0;for(const _0x165c29 of _0x433b70)if(!this['_rangeIsInLocalUserInsertion'](_0x165c29)){_0x5c7d7f=!0x1;break;}if(_0x5c7d7f&&'always'!==this['_trackFormatChanges']){const _0x3382aa=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1e3a9e,'accept');return this['forceDefaultExecution'](()=>_0x3382aa([_0x7c144c],_0x318a1b,_0x5b4cf2)),null;}let _0x386c52=null,_0xf25a53=_0x7c144c['start'],_0x3efbd6=_0x7c144c['end'];for(const {suggestion:_0x1d0fa3,meta:_0x4aa9ed}of this['_findSuggestions'](_0x7c144c,'formatBlock')){if(!_0x4aa9ed['isOwn'])continue;if(_0x4aa9ed['isNextTo']||_0x4aa9ed['containsRangeInObject']||_0x4aa9ed['isInsideObject'])continue;if(_0x1d0fa3['data']['formatGroupId']!=_0x318a1b['formatGroupId'])continue;if(!Kt(_0x1d0fa3,_0x5b4cf2))continue;const _0x1a49dc=_0x1d0fa3['getFirstRange']();if(_0x1d0fa3['subType']==_0x1e3a9e){if(_0x1a49dc['containsRange'](_0x7c144c,!0x0))return null;_0xf25a53=_0xf25a53['isBefore'](_0x1a49dc['start'])?_0xf25a53:_0x1a49dc['start'],_0x3efbd6=_0x3efbd6['isAfter'](_0x1a49dc['end'])?_0x3efbd6:_0x1a49dc['end'],_0x386c52?_0x1a49dc['start']['isBefore'](_0x386c52['getFirstRange']()['start'])?(_0x386c52['removeMarkers'](),_0x386c52=_0x1d0fa3):_0x1d0fa3['removeMarkers']():_0x386c52=_0x1d0fa3;}else{const _0x2d661c=_0x7c144c['getIntersection'](_0x1a49dc);this['_cutOutSuggestionMarker'](_0x1d0fa3,_0x2d661c);}}const _0x37d7ea=this['editor']['plugins']['get']('Users')['me'],_0x270675=_0x3e98cb(),_0x128d03=_0x37d7ea['id'];if(_0x386c52)return this['_setSuggestionRange'](_0x386c52,this['_model']['createRange'](_0xf25a53,_0x3efbd6)),_0x386c52;{const _0x912062=this['_setSuggestionData']({'id':_0x270675,'type':'formatBlock:'+_0x1e3a9e,'data':_0x318a1b,'createdAt':new Date(),'authorId':_0x128d03,'attributes':_0x5b4cf2});return this['_addSuggestionMarker']('formatBlock:'+_0x1e3a9e,_0x270675,_0x128d03,this['_model']['createRange'](_0xf25a53,_0x3efbd6)),_0x912062;}}['markMultiRangeBlockFormat'](_0x21b05b,_0x5cf265,_0x3aa9e5=[],_0x57e304=null,_0xd36d30={}){_0x5cf265['formatGroupId']||(_0x5cf265['formatGroupId']=_0x5cf265['commandName']);const _0x28a435=_0x21b05b[0x0];_0x5cf265['multipleBlocks']=_0x28a435['is']('range'),_0x57e304=_0x57e304||Ft(_0x5cf265);const _0x1de267=_0x3aa9e5['map'](_0xc37a20=>Ht(_0xc37a20,this['_model'])),_0x1fd3aa=_0x28a435['is']('range')?_0x21b05b:_0x21b05b['map'](_0x5915c6=>Ht(_0x5915c6,this['_model']));if('never'===this['_trackFormatChanges']){const _0x982e8e=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x57e304,'accept');return this['forceDefaultExecution'](()=>_0x982e8e(_0x1fd3aa,_0x5cf265,_0xd36d30)),null;}_0x1de267['push'](..._0x1fd3aa);let _0x494781=!0x0;for(const _0x409c31 of _0x1de267)if(!this['_rangeIsInLocalUserInsertion'](_0x409c31)){_0x494781=!0x1;break;}if(_0x494781&&'always'!==this['_trackFormatChanges']){const _0x301b33=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x57e304,'accept');return this['forceDefaultExecution'](()=>_0x301b33(_0x1fd3aa,_0x5cf265,_0xd36d30)),null;}const _0x58eb2a=this['editor']['plugins']['get']('Users')['me'];for(const _0x3555d4 of this['getSuggestions']()){if(_0x3555d4['author']['id']!=_0x58eb2a['id'])continue;if('formatBlock'!=_0x3555d4['type']||_0x3555d4['data']['formatGroupId']!=_0x5cf265['formatGroupId'])continue;if(!Kt(_0x3555d4,_0xd36d30))continue;const _0x1b4b6d=_0x3555d4['subType']==_0x57e304;for(let _0x99f3f6=0x0;_0x99f3f6<_0x1fd3aa['length'];_0x99f3f6++){const _0x1ad83f=_0x1fd3aa[_0x99f3f6];for(const _0x4aa4fb of _0x3555d4['getMarkers']()){const _0x3ab10c=_0x4aa4fb['getRange']();if(_0x1ad83f['isEqual'](_0x3ab10c)){_0x1b4b6d?(_0x1fd3aa['splice'](_0x99f3f6,0x1),_0x99f3f6--):_0x3555d4['removeMarker'](_0x4aa4fb['name']);break;}}}}if(0x0==_0x1fd3aa['length'])return null;const _0x652cac=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x57e304,'join');for(const _0x5cb465 of this['getSuggestions']())if(_0x5cb465['author']['id']==_0x58eb2a['id']&&'formatBlock'==_0x5cb465['type']&&_0x5cb465['data']['formatGroupId']==_0x5cf265['formatGroupId']&&_0x5cb465['subType']==_0x57e304&&Kt(_0x5cb465,_0xd36d30)&&(_0x652cac(_0x5cb465['getRanges'](),_0x1fd3aa)||_0x652cac(_0x1fd3aa,_0x5cb465['getRanges']()))){for(const _0x1a7be2 of _0x1fd3aa)_0x5cb465['addRange'](_0x1a7be2);return _0x5cb465;}const _0x59f23a=_0x3e98cb(),_0x272739=_0x58eb2a['id'],_0x5e461e='formatBlock:'+_0x57e304,_0xf1b373=this['_setSuggestionData']({'id':_0x59f23a,'type':_0x5e461e,'data':_0x5cf265,'createdAt':new Date(),'authorId':_0x272739,'attributes':_0xd36d30});for(const _0x73e533 of _0x1fd3aa)this['_addSuggestionMarker'](_0x5e461e,_0x59f23a,_0x272739,_0x73e533,u['getMultiRangeId']());return _0xf1b373;}['markDeletion'](_0x2d0493,_0xa84e2d=null,_0x4c47d2={}){if(_0x2d0493['isCollapsed'])return null;const _0x2a9b28=this['editor']['plugins']['get']('Users')['me'],_0x41282c=new _0x190639(_0x2d0493['start'],_0x2d0493['end']);for(const {suggestion:_0x400a29,meta:_0x3b73b8}of this['_findSuggestions'](_0x41282c,'insertion'))if(_0x3b73b8['isOwn']&&!_0x3b73b8['isNextTo']){if(_0x400a29['isMultiRange']){const _0x3d9b30=_0x400a29['getRanges']()['filter'](_0x27c1d9=>'$graveyard'!=_0x27c1d9['root']['rootName']);_0x3d9b30['every'](_0x2aac00=>_0x41282c['containsRange'](_0x2aac00,!0x0))&&_0x400a29['discard']();if(_0x3d9b30['some'](_0x1dab5a=>_0x1dab5a['containsRange'](_0x41282c,!0x0))){const _0x4b57cf=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0xa84e2d,'accept');return this['forceDefaultExecution'](()=>_0x4b57cf([_0x41282c],null,_0x4c47d2)),null;}}else{const _0x1fe0fb=_0x41282c['getIntersection'](_0x400a29['getFirstRange']());null!==_0x1fe0fb&&_0x400a29['_onDiscard']([_0x1fe0fb],null,_0x4c47d2);}}if(_0x41282c['detach'](),_0x41282c['isCollapsed']||'$graveyard'==_0x41282c['root']['rootName'])return null;let _0x3675f5=null,_0x181766=_0x41282c['start'],_0x135b9d=_0x41282c['end'];const _0x431926=this['_findSuggestions'](_0x41282c,'deletion');for(const {suggestion:_0x37624d,meta:_0x2098ce}of _0x431926){const _0x3b9946=this['_model']['createRange'](_0x181766,_0x135b9d);if(_0x2098ce['isOwn']&&(this['_mergeNestedSuggestions']||!_0x2098ce['containsRangeInObject']&&!_0x2098ce['isInsideObject'])){if(_0x37624d['isMultiRange']){if(!Kt(_0x37624d,_0x4c47d2))continue;let _0x201f63=!0x0;for(const _0x2d4fdd of _0x37624d['getRanges']()){if(_0x2d4fdd['containsRange'](_0x3b9946,!0x0))return _0x37624d;_0x3b9946['containsRange'](_0x2d4fdd)||(_0x201f63=!0x1);}_0x201f63&&_0x37624d['discard']();}else{const _0x311dca=_0x37624d['getFirstRange']();if(_0x311dca['containsRange'](_0x3b9946,!0x0))return _0x37624d;if(!Kt(_0x37624d,_0x4c47d2)){_0x3b9946['containsRange'](_0x311dca)?_0x37624d['removeMarkers']():_0x311dca['containsPosition'](_0x181766)?_0x181766=_0x311dca['end']:_0x311dca['containsPosition'](_0x135b9d)&&(_0x135b9d=_0x311dca['start']);continue;}_0x181766=_0x181766['isBefore'](_0x311dca['start'])?_0x181766:_0x311dca['start'],_0x135b9d=_0x135b9d['isAfter'](_0x311dca['end'])?_0x135b9d:_0x311dca['end'],_0x4c47d2=Object['assign']({},_0x37624d['attributes']),_0x3675f5?_0x311dca['start']['isBefore'](_0x3675f5['getFirstRange']()['start'])?(_0x3675f5['removeMarkers'](),_0x3675f5=_0x37624d):_0x37624d['removeMarkers']():_0x3675f5=_0x37624d;}}}if(_0x3675f5)return this['_setSuggestionRange'](_0x3675f5,this['_model']['createRange'](_0x181766,_0x135b9d)),_0x3675f5;{const _0x4b1855=_0x3e98cb(),_0x23467c=this['_model']['createRange'](_0x181766,_0x135b9d),_0x4a60f8=_0x2a9b28['id'],_0x498840=_0xa84e2d?'deletion:'+_0xa84e2d:'deletion',_0xa1373=this['_setSuggestionData']({'id':_0x4b1855,'type':_0x498840,'createdAt':new Date(),'authorId':_0x4a60f8,'attributes':_0x4c47d2});return this['_addSuggestionMarker'](_0x498840,_0x4b1855,_0x4a60f8,_0x23467c),_0xa1373;}}['markMultiRangeDeletion'](_0x5960e8,_0x1a9d82='multi',_0x3b06ea={}){const _0x35df53=this['editor']['plugins']['get']('Users')['me'],_0x3bedc0=_0x5960e8['map'](_0x450aeb=>new _0x190639(_0x450aeb['start'],_0x450aeb['end'])),_0x2e30f9=new Set();for(const {suggestion:_0x5d2b8b,meta:_0x5b55fb}of this['_findSuggestions'](_0x3bedc0,'insertion'))_0x5b55fb['isOwn']&&!_0x5b55fb['isNextTo']&&_0x2e30f9['add'](_0x5d2b8b);for(const _0x375245 of _0x2e30f9)if(_0x375245['isMultiRange']){const _0x27bf7c=_0x375245['getRanges']();(!_0x375245['attributes']||!_0x375245['attributes']['skipNestingCheck'])&&(_0x27bf7c['every'](_0x1b42d9=>_0x3bedc0['some'](_0x35f04a=>_0x35f04a['containsRange'](_0x1b42d9,!0x0)))&&_0x375245['discard']());if(_0x3bedc0['every'](_0x1ded14=>_0x27bf7c['some'](_0x13a183=>_0x13a183['containsRange'](_0x1ded14,!0x0)))){const _0xeb9f08=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1a9d82,'accept');return this['forceDefaultExecution'](()=>_0xeb9f08(_0x5960e8,null,_0x3b06ea)),null;}}else{const _0x441d45=_0x375245['getFirstRange']();_0x3bedc0['some'](_0x48235e=>_0x48235e['containsRange'](_0x441d45,!0x0))&&_0x375245['discard']();if(_0x3bedc0['every'](_0x32eadc=>_0x441d45['containsRange'](_0x32eadc,!0x0))){const _0x43edb7=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1a9d82,'accept');return this['forceDefaultExecution'](()=>_0x43edb7(_0x3bedc0,null,_0x3b06ea)),null;}}const _0x56d78b=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1a9d82,'join');let _0x225136=null;for(const _0x530a90 of this['getSuggestions']())if(_0x530a90['author']['id']==_0x35df53['id']&&_0x530a90['isInContent']&&'deletion'==_0x530a90['type']&&_0x530a90['subType']==_0x1a9d82&&Kt(_0x530a90,_0x3b06ea)&&(_0x56d78b(_0x530a90['getRanges'](),_0x3bedc0)||_0x56d78b(_0x3bedc0,_0x530a90['getRanges']()))){if(_0x225136){if(_0x530a90['commentThread']&&_0x530a90['commentThread']['length'])continue;for(const _0x19c2a9 of _0x530a90['getRanges']())_0x225136['isIntersectingWithRange'](_0x19c2a9)||_0x225136['addRange'](_0x19c2a9);_0x530a90['removeMarkers']();}else{_0x225136=_0x530a90;for(const _0x220043 of _0x3bedc0)_0x530a90['isIntersectingWithRange'](_0x220043)||_0x530a90['addRange'](_0x220043);}}if(_0x225136)return _0x225136;_0x2e30f9['clear']();for(const {suggestion:_0x2eeda7,meta:_0x20e8ae}of this['_findSuggestions'](_0x3bedc0,'deletion'))_0x20e8ae['isOwn']&&(this['_mergeNestedSuggestions']||!_0x20e8ae['containsRangeInObject']&&!_0x20e8ae['isInsideObject'])&&Kt(_0x2eeda7,_0x3b06ea)&&_0x2e30f9['add'](_0x2eeda7);for(const _0x194e69 of _0x2e30f9){const _0x2a97de=_0x194e69['getRanges']();if(!_0x3b06ea||!_0x3b06ea['skipNestingCheck']){if(_0x3bedc0['every'](_0x3280f9=>_0x2a97de['some'](_0x7dea0e=>_0x7dea0e['containsRange'](_0x3280f9,!0x0))))return _0x194e69;}(!_0x194e69['attributes']||!_0x194e69['attributes']['skipNestingCheck'])&&(_0x2a97de['every'](_0x501a74=>_0x3bedc0['some'](_0x252a35=>_0x252a35['containsRange'](_0x501a74,!0x0)))&&_0x194e69['discard']());}const _0x4b3baf=_0x3e98cb(),_0x246612=_0x35df53['id'],_0x2bf9a2='deletion:'+_0x1a9d82,_0x209861=this['_setSuggestionData']({'id':_0x4b3baf,'type':_0x2bf9a2,'createdAt':new Date(),'authorId':_0x246612,'attributes':_0x3b06ea});for(const _0x812e54 of _0x3bedc0)_0x812e54['detach'](),_0x812e54['isCollapsed']||'$graveyard'==_0x812e54['root']['rootName']||this['_addSuggestionMarker'](_0x2bf9a2,_0x4b3baf,_0x246612,_0x812e54,u['getMultiRangeId']());return _0x209861;}['markAttributeChange'](_0x2d6d88,_0x2e035d,_0x33d14a,_0x42863b,_0x318f3f){if(_0x2d6d88['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x11f1d7=this['editor']['plugins']['get']('Users')['me']['id'],_0x3e709d=Array['from'](this['_suggestions']['values']())['filter'](_0x5c6678=>'attribute'==_0x5c6678['type']&&_0x5c6678['data']['key']==_0x2e035d&&_0x5c6678['isIntersectingWithRange'](_0x2d6d88));if('default'===this['_trackFormatChanges']){const _0x429874=this['_findSuggestions'](_0x2d6d88,'insertion')['filter'](({meta:_0x2c62e2})=>_0x2c62e2['isOwn']&&!_0x2c62e2['isInsideObject']&&!_0x2c62e2['isNextTo'])['map'](({suggestion:_0x3d722a})=>_0x3d722a);_0x3e709d['unshift'](..._0x429874);}const _0x55305d=new Map([[_0x2d6d88,_0x33d14a]]);for(const _0x1c700c of _0x3e709d){const _0x1072be='attribute'==_0x1c700c['type']?_0x1c700c['data']['oldValue']:void 0x0,_0x45134d=_0x1c700c['getFirstRange'](),_0x3aedc1=Array['from'](_0x55305d['keys']())['find'](_0x2c5b19=>_0x2c5b19['isIntersecting'](_0x45134d));if(!_0x3aedc1)continue;const _0x4783cd=_0x3aedc1['getDifference'](_0x45134d);this['_isBlockAttribute'](_0x2e035d)&&'insertion'==_0x1c700c['type']&&0x0!=_0x4783cd['length']||(_0x55305d['delete'](_0x3aedc1),_0x4783cd['forEach'](_0x233288=>{_0x55305d['set'](_0x233288,_0x33d14a);}),'insertion'!=_0x1c700c['type']&&_0x1072be!=_0x42863b&&_0x55305d['set'](_0x3aedc1['getIntersection'](_0x45134d),_0x1072be));}const _0x346bcb=[];for(const [_0x528b23,_0x2e2ada]of _0x55305d){const _0x341fbb=_0x3e98cb(),_0x2820bf={'key':_0x2e035d,'oldValue':_0x2e2ada,'newValue':_0x42863b};_0x2e035d['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':_0x2e035d});const _0x522ce2=('attribute:'+(_0x2e035d+'|'+Ft({'newValue':_0x42863b})))['substring'](0x0,0x3c),_0x54c7d1=this['_setSuggestionData']({'id':_0x341fbb,'type':_0x522ce2,'data':_0x2820bf,'createdAt':new Date(),'authorId':_0x11f1d7,'attributes':_0x318f3f});_0x346bcb['push'](_0x54c7d1),this['_addSuggestionMarker'](_0x522ce2,_0x341fbb,_0x11f1d7,_0x528b23);}return _0x346bcb;}['enableDefaultAttributesIntegration'](_0x337d42){this['enableCommand'](_0x337d42,(_0x1b83d7,..._0x411afe)=>{this['_recordAttributeChanges'](()=>{_0x1b83d7(..._0x411afe);});});}['registerBlockAttribute'](_0x21327d){this['_blockAttributeKeys']['add'](_0x21327d);}['registerInlineAttribute'](_0x50c125){this['_inlineAttributeKeys']['add'](_0x50c125);}['_getAttributeKey'](_0x10eec1){return'attribute'==_0x10eec1['type']?_0x10eec1['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x4945f0,_0x18317b){const _0x51c216=_0x4945f0['getFirstMarker']();this['_model']['change'](_0x26b633=>{_0x26b633['updateMarker'](_0x51c216,{'range':_0x18317b});});}['_addThreadToSuggestion'](_0x277ae6){const _0x7b9d84=_0x277ae6['id'],_0x44246b=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x7b9d84)||this['_commentsRepository']['addCommentThread']({'channelId':_0x44246b,'threadId':_0x7b9d84,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x23e6f3=this['_commentsRepository']['getCommentThread'](_0x7b9d84);_0x23e6f3['unbind']('isRemovable'),_0x23e6f3['isRemovable']=!0x1,_0x277ae6['commentThread']=_0x23e6f3;}['_checkSuggestionCorrectness'](_0x50465a,_0x7f39b3,_0x405a1c,_0x3622f4){if(_0x50465a['type']!=_0x7f39b3||_0x50465a['subType']!=_0x405a1c||_0x50465a['creator']['id']!=_0x3622f4)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x443412('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0xedbee3,_0x67d14a){const _0x164a21=_0xedbee3['getFirstRange']();if(_0x67d14a['isEqual'](_0x164a21))_0xedbee3['removeMarkers']();else{if(_0x164a21['containsRange'](_0x67d14a)){const _0x5c08e1=this['_model']['createPositionAt'](_0x67d14a['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0xedbee3,this['_model']['createRange'](_0x164a21['start'],_0x5c08e1));const _0x54e6ed=_0x3e98cb(),_0x5c3cfc=_0xedbee3['creator']['id'],_0xa44b59=_0xedbee3['type']+':'+_0xedbee3['subType'];this['_setSuggestionData']({'id':_0x54e6ed,'type':_0xa44b59,'createdAt':new Date(),'authorId':_0x5c3cfc,'data':_0xedbee3['data'],'attributes':_0xedbee3['attributes']});const _0x3b9535=this['_model']['createPositionAt'](_0x67d14a['end']['parent'],'after'),_0x3d7125=this['_model']['createRange'](_0x3b9535,_0x164a21['end']);this['_addSuggestionMarker'](_0xa44b59,_0x54e6ed,_0x5c3cfc,_0x3d7125);}else{if(_0x164a21['containsPosition'](_0x67d14a['start'])){const _0x5bd8df=this['_model']['createPositionAt'](_0x67d14a['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0xedbee3,this['_model']['createRange'](_0x164a21['start'],_0x5bd8df));}else{const _0x1ce59a=this['_model']['createPositionAt'](_0x67d14a['end']['parent'],'after');this['_setSuggestionRange'](_0xedbee3,this['_model']['createRange'](_0x1ce59a,_0x164a21['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x408e50){for(const {suggestion:_0x5aeb44,meta:_0x59909c}of this['_findSuggestions'](_0x408e50,'insertion')){if(!_0x59909c['isOwn'])continue;const _0x2f7021=_0x5aeb44['getRanges']();for(const _0x237b4b of _0x2f7021)if(!_0x408e50['getDifference'](_0x237b4b)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x4a0857){const _0x4c4515=this['editor']['plugins']['get']('Users')['getUser'](_0x4a0857);if(!_0x4c4515)throw new _0x443412('track-changes-user-not-found',this);return _0x4c4515;}['_getExternalAuthor'](_0x54b545){const _0x30e519=this['editor']['plugins']['get']('Users'),_0x40678a=_0x567c87('external:'+_0x54b545),_0x56350b=_0x30e519['getUser'](_0x40678a);return _0x56350b||_0x30e519['addUser']({'id':_0x40678a,'name':_0x54b545});}['_createSuggestion'](_0x3dfe22,_0x24ec15,_0x2583b7,_0x1e37dd,_0x4c801a){const _0x4485d4=this['_getAuthorFromId'](_0x1e37dd),_0x25fb6e=this['_suggestionFactory']['buildSuggestion'](_0x3dfe22,_0x24ec15,_0x2583b7,_0x4485d4,_0x4c801a,_0x583244=>{this['_updateSuggestionData'](_0x2583b7,{'attributes':_0x583244});const _0x44378a=this['getSuggestion'](_0x2583b7);this['_joinWithAdjacentSuggestions'](new Set([_0x44378a])),this['_refreshSuggestionsChain'](new Set([_0x44378a]));});return this['listenTo'](_0x25fb6e,'accept',()=>{this['_updateSuggestionData'](_0x2583b7,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x25fb6e,'discard',()=>{this['_updateSuggestionData'](_0x2583b7,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x2583b7,_0x25fb6e),this['_suggestionState']['set'](_0x25fb6e,'notReady'),_0x25fb6e;}['_splitMarkerName'](_0x1e66de){const _0x1755f1=_0x1e66de['split'](':');return{'group':_0x1755f1[0x0],'type':_0x1755f1[0x1],'subType':_0x1755f1['length']>=0x5?_0x1755f1[0x2]:null,'id':_0x1755f1['length']<0x5?_0x1755f1[0x2]:_0x1755f1[0x3],'authorId':_0x1755f1['length']<0x5?_0x1755f1[0x3]:_0x1755f1[0x4],'markerCount':0x6==_0x1755f1['length']?_0x1755f1[0x5]:null};}['_breakSuggestionMarker'](_0x11146e,_0x2de644,_0x32e633){const _0x395ca1=_0x11146e['getFirstRange'](),_0x56b57b=_0x395ca1['start'],_0x4f8204=_0x395ca1['end'];this['_setSuggestionRange'](_0x11146e,this['_model']['createRange'](_0x56b57b,_0x2de644));const _0x1145cf=_0x3e98cb(),_0xec6e1a=_0x11146e['creator']['id'],_0x4b0664=_0x11146e['type']+(_0x11146e['subType']?':'+_0x11146e['subType']:'');this['_setSuggestionData']({'id':_0x1145cf,'type':_0x4b0664,'createdAt':new Date(),'authorId':_0xec6e1a,'originalSuggestionId':_0x11146e['id'],'attributes':_0x11146e['attributes'],'data':_0x11146e['data']});const _0x243d25=this['_getAttributeKey'](_0x11146e);('formatBlock'==_0x11146e['type']||_0x243d25&&this['_isBlockAttribute'](_0x243d25))&&(_0x32e633=this['_model']['createPositionBefore'](_0x32e633['parent'])),this['_addSuggestionMarker'](_0x4b0664,_0x1145cf,_0xec6e1a,this['_model']['createRange'](_0x32e633,_0x4f8204));}['_findSuggestions'](_0x58cdcf,_0x4e6a3e=null){const _0x1ba149=[],_0x2c3028=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x58cdcf)||(_0x58cdcf=[_0x58cdcf]);for(const _0x33d718 of this['getSuggestions']()){if(!_0x33d718['isInContent'])continue;if(_0x4e6a3e&&_0x33d718['type']!=_0x4e6a3e)continue;let _0x3e0651=!0x1;for(const _0x5090a9 of _0x33d718['getRanges']()){for(const _0x80ad53 of _0x58cdcf){const _0x33163a=_0x80ad53['start']['isEqual'](_0x5090a9['end'])||_0x80ad53['end']['isEqual'](_0x5090a9['start']);if(_0x33163a||_0x80ad53['getIntersection'](_0x5090a9)){const _0x4162d6=_0x80ad53['containsRange'](_0x5090a9)&&Vt(this['_model']['schema'],_0x5090a9['start'],_0x80ad53),_0x1d1a35=_0x5090a9['containsRange'](_0x80ad53)&&Vt(this['_model']['schema'],_0x80ad53['start'],_0x5090a9);_0x1ba149['push']({'suggestion':_0x33d718,'meta':{'isOwn':_0x2c3028==_0x33d718['author'],'isNextTo':_0x33163a,'isInsideObject':_0x4162d6,'containsRangeInObject':_0x1d1a35}}),_0x3e0651=!0x0;break;}}if(_0x3e0651)break;}}return _0x1ba149;}['_addSuggestionMarker'](_0x5d1e80,_0x516239,_0xf1932e,_0xc6bf7a,_0x46bc32){this['_model']['change'](_0x7a49a9=>{let _0xf81b1a='suggestion:'+_0x5d1e80+':'+_0x516239+':'+_0xf1932e;_0x46bc32&&(_0xf81b1a=_0xf81b1a+':'+_0x46bc32),_0x7a49a9['addMarker'](_0xf81b1a,{'range':_0xc6bf7a,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x356e96){const _0x6bd87e=_0x356e96['previous'],_0x184b18=_0x356e96['next'];_0x356e96['previous']=null,_0x356e96['next']=null,null!=_0x6bd87e&&_0x6bd87e['next']==_0x356e96&&(_0x6bd87e['next']=_0x184b18),null!=_0x184b18&&_0x184b18['previous']==_0x356e96&&(_0x184b18['previous']=_0x6bd87e),'ready'==this['_suggestionState']['get'](_0x356e96)&&(this['_suggestionState']['set'](_0x356e96,'removed'),this['fire']('suggestionUnloaded',_0x356e96,_0x6bd87e,_0x184b18));}['_setSuggestionData'](_0x4fd40c){const _0x1e37ad=_0x4fd40c['id'],_0xfeb6c9=this['addSuggestionData'](_0x4fd40c);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x2a1a58=this['editor']['plugins']['get']('PendingActions'),_0x3ba54e=_0xfeb6c9['hasComments'],_0x5adc59=_0xfeb6c9['subType']?_0xfeb6c9['type']+':'+_0xfeb6c9['subType']:_0xfeb6c9['type'],_0x35e208=this['editor']['locale'],_0x552f2f=_0x2a1a58['add'](o(_0x35e208,'PENDING_ACTION_SUGGESTION')),_0x315031={'id':_0x1e37ad,'type':_0x5adc59,'hasComments':_0x3ba54e,'data':_0x4fd40c['data']||null,'originalSuggestionId':_0x4fd40c['originalSuggestionId']||null,'attributes':_0xfeb6c9['attributes']};this['_adapter']['addSuggestion'](_0x315031)['then'](_0x201869=>{_0xfeb6c9['_saved']=!0x0,_0x2a1a58['remove'](_0x552f2f),_0x201869&&_0x201869['createdAt']&&(this['_suggestions']['get'](_0x1e37ad)['createdAt']=_0x201869['createdAt']);})['catch'](_0x9575aa=>{throw _0x5d59b3('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0xfeb6c9['discard']();}),_0xfeb6c9['stopListening'](),this['_suggestions']['delete'](_0xfeb6c9['id']),this['_suggestionState']['delete'](_0xfeb6c9),_0x9575aa;});}return _0xfeb6c9;}['_isBlockAttribute'](_0x2efda0){return this['_blockAttributeKeys']['has'](_0x2efda0);}['_updateSuggestionData'](_0x3872eb,_0x2f5127){const _0x5510fb=this['editor']['plugins']['get']('PendingActions'),_0x355b8d=this['getSuggestion'](_0x3872eb);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x355b8d['_saved']){const _0x1f99fd=_0x5510fb['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x3872eb,_0x2f5127)['then'](()=>{_0x5510fb['remove'](_0x1f99fd);});}else _0x355b8d['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x3872eb,_0x2f5127);});}}['_getSuggestionData'](_0x20c674){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x443412('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x20c674);}['_handleNewSuggestionMarker'](_0x1353c4){const {id:_0x35ba5c,type:_0x3f77a2,subType:_0x4bf2bc,authorId:_0x4a223d}=this['_splitMarkerName'](_0x1353c4),_0x361749=this['_suggestions']['get'](_0x35ba5c)||this['_createSuggestion'](_0x3f77a2,_0x4bf2bc,_0x35ba5c,_0x4a223d,{});switch(this['_checkSuggestionCorrectness'](_0x361749,_0x3f77a2,_0x4bf2bc,_0x4a223d),this['_suggestionState']['get'](_0x361749)){case'notReady':this['_getSuggestionData'](_0x35ba5c)['then'](_0x3c7377=>{let _0x266045=Promise['resolve']();_0x3c7377['hasComments']&&(_0x266045=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x35ba5c})),_0x266045['then'](()=>{this['addSuggestionData'](_0x3c7377)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x361749,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x35ba5c,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x361749,'ready'),this['fire']('suggestionLoaded',_0x361749);break;case'ready':this['fire']('suggestionChanged',_0x361749);}return _0x361749['addMarkerName'](_0x1353c4),_0x361749;}['_refreshSuggestionsChain'](_0x20daad){const _0x1d9d1=Array['from'](_0x20daad),_0x22f1c2=_0x1d9d1['filter'](_0x284902=>'attribute'==_0x284902['type']);this['_refreshAttributeSuggestionsChain'](_0x22f1c2);const _0xb72b8a=_0x1d9d1['filter'](_0x2df5bd=>!_0x2df5bd['isMultiRange']&&'attribute'!=_0x2df5bd['type']),_0x5e461b=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x318f18=>!_0x318f18['isMultiRange']&&'attribute'!=_0x318f18['type']),_0x197c70=_0x5e461b['filter'](_0x5dbbbc=>!_0x20daad['has'](_0x5dbbbc)),_0x24ed82=new Map(_0x5e461b['map'](_0x2655fb=>[_0x2655fb,this['_suggestionFactory']['getSuggestionCallback'](_0x2655fb['type'],_0x2655fb['subType'],'chain')])),_0x5d04f9=new Map(_0x5e461b['map'](_0x42815a=>[_0x42815a,_0x42815a['getFirstRange']()])),_0x2fc619=new Set(),_0x1d103d=new Set();for(let _0xf2fe8c=0x0;_0xf2fe8c<_0xb72b8a['length'];_0xf2fe8c++)_0x51b401(_0xb72b8a[_0xf2fe8c],_0xb72b8a,_0xf2fe8c+0x1);for(let _0xf23e61=0x0;_0xf23e61<_0xb72b8a['length'];_0xf23e61++)_0x51b401(_0xb72b8a[_0xf23e61],_0x197c70,0x0);const _0x108ae5=new Set();for(let _0x36a4ff=0x0;_0x36a4ff<_0xb72b8a['length'];_0x36a4ff++){const _0x143747=_0xb72b8a[_0x36a4ff];!_0x1d103d['has'](_0x143747)&&_0x143747['previous']&&(_0x108ae5['add'](_0x143747['previous']),_0x143747['previous']['next']===_0x143747&&(_0x143747['previous']['next']=null),_0x143747['previous']=null),!_0x2fc619['has'](_0x143747)&&_0x143747['next']&&(_0x108ae5['add'](_0x143747['next']),_0x143747['next']['previous']===_0x143747&&(_0x143747['next']['previous']=null),_0x143747['next']=null);}function _0x51b401(_0x2dd901,_0x2096a4,_0xac65b5){for(let _0x20f874=_0xac65b5;_0x20f874<_0x2096a4['length'];_0x20f874++){const _0x64921d=_0x197d7b(_0x2dd901,_0x2096a4[_0x20f874]);_0x64921d&&(_0x64921d[0x0]['next']=_0x64921d[0x1],_0x64921d[0x1]['previous']=_0x64921d[0x0],_0x2fc619['add'](_0x64921d[0x0]),_0x1d103d['add'](_0x64921d[0x1]));}}function _0x197d7b(_0x73c0c0,_0x8f2b31){if(_0x73c0c0['author']['id']!==_0x8f2b31['author']['id'])return null;const _0xe6828b=_0x24ed82['get'](_0x73c0c0)(_0x73c0c0,_0x8f2b31,_0x5d04f9['get'](_0x73c0c0),_0x5d04f9['get'](_0x8f2b31));if(!_0xe6828b)return null;return _0x24ed82['get'](_0x8f2b31)(_0x73c0c0,_0x8f2b31,_0x5d04f9['get'](_0x73c0c0),_0x5d04f9['get'](_0x8f2b31))?_0xe6828b[0x1]['commentThread']&&_0xe6828b[0x1]['commentThread']['length']?null:_0xe6828b:null;}_0x108ae5['size']&&this['_refreshSuggestionsChain'](_0x108ae5);}['_refreshAttributeSuggestionsChain'](_0x1c97b0){if(0x0==_0x1c97b0['length'])return;const _0x1a9c73=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x11c0cb=>'attribute'==_0x11c0cb['type']&&_0x11c0cb['_isDataLoaded']),_0x502315=[],_0xf3315c=new Map();for(const _0x51c5ff of _0x1a9c73){const _0x4bd5f9=_0x567c87(_0x51c5ff['attributes']);_0xf3315c['has'](_0x4bd5f9)||(_0xf3315c['set'](_0x4bd5f9,_0x502315['length']),_0x502315['push']([]));const _0x511a6a=_0xf3315c['get'](_0x4bd5f9);_0x502315[_0x511a6a]['push'](_0x51c5ff);}!(function(){_0x502315['sort']((_0x5b8172,_0x1c7838)=>{const _0x3f7893=_0x5b8172[0x0]['createdAt'],_0x420f4e=_0x1c7838[0x0]['createdAt'];return _0x3f7893==_0x420f4e?_0x5b8172[0x0]['attributes']['groupId']<_0x1c7838[0x0]['attributes']['groupId']?-0x1:0x1:_0x3f7893<_0x420f4e?-0x1:0x1;});for(const _0x4d8b19 of _0x502315)_0x4d8b19['sort']((_0x238882,_0xdc606d)=>_0x238882['id']<_0xdc606d['id']?-0x1:0x1);}());for(let _0x222e7a=0x0;_0x222e7a<_0x502315['length'];_0x222e7a++){if(0x0==_0x502315[_0x222e7a]['length'])continue;const _0x5674a6=[];for(let _0x41d5b5=_0x222e7a+0x1;_0x41d5b5<_0x502315['length'];_0x41d5b5++)0x0!=_0x502315[_0x41d5b5]['length']&&_0xadcff4(_0x502315[_0x222e7a],_0x502315[_0x41d5b5])&&_0x5674a6['push'](_0x41d5b5);for(const _0x45d1e6 of _0x5674a6)_0x502315[_0x222e7a]=_0x502315[_0x222e7a]['concat'](_0x502315[_0x45d1e6]),_0x502315[_0x45d1e6]=[];}for(const _0x5ae15e of _0x502315)for(let _0x3a38f5=0x0;_0x3a38f5<_0x5ae15e['length'];_0x3a38f5++){const _0x207164=_0x5ae15e[_0x3a38f5+0x1]||null;_0x5ae15e[_0x3a38f5]['next']!==_0x207164&&(_0x5ae15e[_0x3a38f5]['next']=_0x207164);}for(const _0x123fd0 of _0x502315)for(let _0xf14b31=0x0;_0xf14b31<_0x123fd0['length'];_0xf14b31++){const _0x507d6c=_0x123fd0[_0xf14b31-0x1]||null;_0x123fd0[_0xf14b31]['previous']!==_0x507d6c&&(_0x123fd0[_0xf14b31]['previous']=_0x507d6c);}function _0xadcff4(_0x5a28e4,_0x3b9706){if(_0x5a28e4[0x0]['attributes']['groupId']!==_0x3b9706[0x0]['attributes']['groupId']&&_0x5a28e4[0x0]['author']!==_0x3b9706[0x0]['author'])return!0x1;if(!function(_0x244688,_0xb064ee){if(!_0x244688['hasComments']&&!_0xb064ee['hasComments'])return!0x0;if(_0x244688['hasComments']&&_0xb064ee['hasComments'])return!0x1;if(_0x244688['hasComments']&&_0xb064ee['createdAt']<_0x244688['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0xb064ee['hasComments']&&_0x244688['createdAt']<_0xb064ee['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x5a28e4[0x0],_0x3b9706[0x0]))return!0x1;const _0xb03a45=Et(_0x5a28e4[0x0]['attributes'],'groupId'),_0x596f87=Et(_0x3b9706[0x0]['attributes'],'groupId');if(!_0x3a2d98(_0xb03a45,_0x596f87))return!0x1;return!!_0x5a28e4['every'](_0x5be232=>_0x3b9706['some'](_0x4b198f=>_0x5be232['getFirstRange']()['isEqual'](_0x4b198f['getFirstRange']())))&&_0x3b9706['every'](_0x57b7d4=>_0x5a28e4['some'](_0x21c785=>_0x57b7d4['getFirstRange']()['isEqual'](_0x21c785['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x5c7b24){const _0x538f48=Array['from'](_0x5c7b24),_0x35e6b8=this['getSuggestions']({'skipNotAttached':!0x0}),_0x1744a2=_0x35e6b8['filter'](_0x332d2f=>!_0x5c7b24['has'](_0x332d2f)),_0x12f018=new Map(_0x538f48['map'](_0x17b8e9=>[_0x17b8e9,this['_suggestionFactory']['getSuggestionCallback'](_0x17b8e9['type'],_0x17b8e9['subType'],'join')])),_0x1a2da5=new Map(_0x35e6b8['map'](_0x36e9bd=>[_0x36e9bd,_0x36e9bd['getRanges']()]));for(let _0x491274=0x0;_0x491274<_0x538f48['length'];_0x491274++){if(_0x1100bd(this,_0x538f48[_0x491274],_0x538f48,_0x491274+0x1))return!0x0;}for(let _0x4a175e=0x0;_0x4a175e<_0x538f48['length'];_0x4a175e++){if(_0x1100bd(this,_0x538f48[_0x4a175e],_0x1744a2,0x0))return!0x0;}return!0x1;function _0x1100bd(_0x50afc1,_0x2d8edb,_0x4e9427,_0x23d642){for(let _0x12b604=_0x23d642;_0x12b604<_0x4e9427['length'];_0x12b604++){const _0x23142b=_0x4e9427[_0x12b604];if(_0x23142b['type']!==_0x2d8edb['type']||_0x23142b['author']['id']!==_0x2d8edb['author']['id']||_0x23142b['subType']!==_0x2d8edb['subType'])continue;if(!zt(_0x2d8edb,_0x23142b))continue;if('attribute'==_0x2d8edb['type']&&_0x2d8edb['data']['oldValue']!=_0x23142b['data']['oldValue'])continue;if('attribute'==_0x2d8edb['type']&&_0x50afc1['_isBlockAttribute'](_0x2d8edb['data']['key']))continue;if('formatBlock'==_0x2d8edb['type']){const _0x3f137d=_0x50afc1['editor']['model'],_0x21aa40=_0x2d8edb['getContainedElement']();if(_0x21aa40&&(_0x3f137d['schema']['isObject'](_0x21aa40)||_0x3f137d['schema']['isLimit'](_0x21aa40)))continue;}const _0x1f1d08=_0x12f018['get'](_0x2d8edb),_0x283b5a=_0x1a2da5['get'](_0x2d8edb),_0x187764=_0x1a2da5['get'](_0x23142b),_0x159998=_0x2d8edb['commentThread']&&_0x2d8edb['commentThread']['length'],_0x519687=_0x23142b['commentThread']&&_0x23142b['commentThread']['length'];if(!_0x159998&&_0x1f1d08(_0x187764,_0x283b5a))return _0x50afc1['_joinSuggestions'](_0x23142b,_0x2d8edb),_0x1a2da5['delete'](_0x2d8edb),!0x0;if(!_0x519687&&_0x1f1d08(_0x283b5a,_0x187764))return _0x50afc1['_joinSuggestions'](_0x2d8edb,_0x23142b),_0x1a2da5['delete'](_0x23142b),!0x0;}return!0x1;}}['_joinSuggestions'](_0x155f11,_0x387a63){if(_0x155f11['isMultiRange']){for(const _0x27affc of _0x387a63['getRanges']())_0x155f11['addRange'](_0x27affc);}else{const _0x98b675=_0x387a63['getFirstRange']()['end'];this['_setSuggestionRange'](_0x155f11,this['_model']['createRange'](_0x155f11['getFirstRange']()['start'],_0x98b675));}_0x387a63['removeMarkers']();}['_getMarkerAnnouncementText'](_0x56042a,_0x484291,_0x3398fc){const _0x198022=_0x56042a['startsWith']('format')||_0x56042a['startsWith']('attribute')?'FORMATTING':_0x56042a['toUpperCase']();return o(this['editor']['locale'],_0x484291+'_'+_0x198022+'_SUGGESTION_ANNOUNCEMENT',_0x3398fc);}['_initAriaMarkerChangeAnnouncements'](){const _0x46d7c1=this['editor'];if(!_0x46d7c1['ui'])return;const {ariaLiveAnnouncer:_0x75411a}=_0x46d7c1['ui'];_0x499a36(this['_model'],({left:_0x517648,entered:_0x29ea30})=>{for(const _0x15cc39 of _0x517648){const {group:_0x94cfee,type:_0x56f363}=this['_splitMarkerName'](_0x15cc39['name']);if('suggestion'===_0x94cfee){_0x75411a['announce'](this['_getMarkerAnnouncementText'](_0x56f363,'LEAVE'));break;}}for(const _0x4f94bf of _0x29ea30){const {group:_0xb37452,type:_0xe61abb}=this['_splitMarkerName'](_0x4f94bf['name']);if('suggestion'===_0xb37452){_0x75411a['announce'](this['_getMarkerAnnouncementText'](_0xe61abb,'ENTER',_0x2b9d18(_0x3b30c0)));break;}}});}['_processAttributeChanges'](_0x373ea1){if(this['_recordAttributeSuggestions'])return!0x1;const _0x182985=this['editor'],_0x66826a=_0x182985['model']['document']['differ']['getChanges']();if(0x0==_0x66826a['length'])return!0x1;const _0x1de832=[],_0xec83f3=_0x66826a['filter'](_0x13869d=>'attribute'==_0x13869d['type']),_0x3ae878=_0x66826a['filter'](_0x2b4999=>'insert'==_0x2b4999['type']&&'$text'!=_0x2b4999['name']),_0x2dc7be=_0x66826a['filter'](_0x3c8c8c=>'remove'==_0x3c8c8c['type']&&'$text'!=_0x3c8c8c['name']);for(const _0x40d4b2 of _0xec83f3)_0x1de832['push']({'key':_0x40d4b2['attributeKey'],'newValue':_0x40d4b2['attributeNewValue'],'oldValue':_0x40d4b2['attributeOldValue'],'range':Jt(_0x40d4b2['range'],_0x182985['model'])});for(const _0x4c5f76 of _0x3ae878){const _0x522e6f=_0x2dc7be['find'](_0x22de5f=>_0x22de5f['position']['isEqual'](_0x4c5f76['position']));_0x522e6f&&_0x1de832['push']({'key':m,'newValue':_0x4c5f76['name'],'oldValue':_0x522e6f['name'],'range':_0x182985['model']['createRangeOn'](_0x4c5f76['position']['nodeAfter'])});}return 0x0!=_0x1de832['length']&&this['_reduceExistingSuggestions'](_0x373ea1,_0x1de832);}['_processAttributeSuggestions'](_0x75a39f){let _0x39035e=!0x1;const _0x75de50=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x4a1d8c=>_0x4a1d8c['data']['newRange']&&_0x4a1d8c['name']['startsWith']('suggestion:attribute:'));for(const _0x194d41 of _0x75de50){const {subType:_0x494991,id:_0x2f0c4d}=this['_splitMarkerName'](_0x194d41['name']),_0x3d0fe2=_0x494991['split']('|')[0x0];for(const _0x2f8711 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x2f8711['id']!=_0x2f0c4d&&'attribute'==_0x2f8711['type']&&_0x2f8711['data']&&_0x2f8711['data']['key']==_0x3d0fe2&&_0x2f8711['getFirstRange']()['isIntersecting'](_0x194d41['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x2f8711,_0x194d41['data']['newRange'],_0x75a39f),_0x39035e=!0x0);}return _0x39035e;}['_recordAttributeChanges'](_0x2c8563){this['_recordAttributeSuggestions']=!0x0,_0x2c8563();}['_isRegisteredAttribute'](_0x3ce0c8){const _0x408ede=this['_isBlockAttribute'](_0x3ce0c8),_0x463a6f=this['_inlineAttributeKeys']['has'](_0x3ce0c8);return _0x408ede||_0x463a6f;}['_reduceExistingSuggestions'](_0xfd4387,_0x59273e){if(0x0==_0x59273e['length'])return!0x1;let _0x63194e=!0x1;for(const _0x8ec45d of _0x59273e){const _0x4c9ddd=this['_findSuggestions'](_0x8ec45d['range'],'attribute')['filter'](_0x473595=>!_0x473595['meta']['isNextTo'])['map'](_0x528247=>_0x528247['suggestion']),_0x42c3cd=_0x567c87({'newValue':_0x8ec45d['newValue']});_0x4c9ddd['filter'](_0x1b0de8=>{const [_0x1208b6,_0x5430ae]=_0x1b0de8['subType']['split']('|');return _0x1208b6==_0x8ec45d['key']&&_0x5430ae!=_0x42c3cd;})['forEach'](_0x2ef675=>{this['_reduceSuggestionAttributeRange'](_0x2ef675,_0x8ec45d['range'],_0xfd4387),_0x63194e=!0x0;});}return _0x63194e;}['_reduceSuggestionAttributeRange'](_0xfaa21d,_0x4ba433,_0x5a47a9){const _0x1bdc43=_0xfaa21d['getFirstRange']()['getDifference'](_0x4ba433);0x0!==_0x1bdc43['length']?0x1!==_0x1bdc43['length']?this['_breakSuggestionMarker'](_0xfaa21d,_0x4ba433['start'],_0x4ba433['end']):this['_setSuggestionRange'](_0xfaa21d,_0x1bdc43[0x0]):_0x5a47a9['removeMarker'](_0xfaa21d['getFirstMarker']());}}class Ut{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x9cad14){this['_editor']=_0x9cad14,this['_model']=_0x9cad14['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x3c9020,_0x3c0130,_0x152411,_0x32e8bb,_0x2bcd55,_0x2391d1){return new u(this['_model'],{'type':_0x3c9020,'subType':_0x3c0130,'id':_0x152411,'author':_0x32e8bb,'creator':_0x32e8bb,'attributes':_0x2bcd55,'onAttributesChange':_0x2391d1,'onAccept':(..._0x4c8f17)=>this['getSuggestionCallback'](_0x3c9020,_0x3c0130,'accept')(..._0x4c8f17),'onDiscard':(..._0x254f97)=>this['getSuggestionCallback'](_0x3c9020,_0x3c0130,'discard')(..._0x254f97)});}['registerCustomCallback'](_0x11ebdb,_0x4c9bde,_0x3d196f,_0x448e51){const _0x346b34=_0x11ebdb+':'+_0x4c9bde+':'+_0x3d196f;this['_customCallbacks']['set'](_0x346b34,_0x448e51);}['getSuggestionCallback'](_0x206ae2,_0x154d1a,_0x193f6b){const _0x2006f4=_0x206ae2+':'+_0x154d1a+':'+_0x193f6b;return this['_customCallbacks']['get'](_0x2006f4)||this['_defaultCallbacks']['get'](_0x206ae2+':'+_0x193f6b);}['_registerDefaultCallbacks'](){const _0x492805=()=>!0x1,_0x2a15b4=_0x574f8a=>{_0x574f8a['sort']((_0x33cb9e,_0x42c34f)=>_0x33cb9e['start']['isBefore'](_0x42c34f['start'])?0x1:-0x1),this['_model']['change'](_0xa44dc4=>{for(const _0x44c56b of _0x574f8a){let _0xc266bc;_0xc266bc=_0x44c56b['end']['isAtEnd']&&_0x44c56b['end']['parent']==_0x44c56b['start']['nodeAfter']?_0xa44dc4['createSelection'](_0x44c56b['start']['nodeAfter'],'on'):_0xa44dc4['createSelection'](_0x44c56b),this['_model']['deleteContent'](_0xc266bc,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x144b23=(_0x23f83d,_0x2ccd02)=>{_0x2ccd02&&this['_model']['change'](_0x144521=>{const {commandName:_0x32d764,commandParams:_0x32607a=[]}=_0x2ccd02,_0x1f3db9=_0x23f83d['map'](_0x5e2a51=>(Pt(_0x5e2a51)&&(_0x5e2a51=this['_model']['createRange'](_0x5e2a51['end'])),_0x5e2a51))['filter'](_0x29b208=>'$graveyard'!==_0x29b208['root']['rootName']);if(_0x1f3db9['length']<0x1)return;const _0x1fecf3=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x19f0e1=>_0x190639['fromRange'](_0x19f0e1));_0x144521['setSelection'](_0x1f3db9);for(const _0x3ae62b of this['_editor']['commands']['commands']())_0x3ae62b['refresh']();_0x32607a['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x32d764,..._0x32607a);const _0x2a7f30=_0x1fecf3['filter'](_0x2076a7=>'$graveyard'!=_0x2076a7['root']['rootName']);_0x2a7f30['length']>0x0&&_0x144521['setSelection'](_0x2a7f30);for(const _0x54f67f of _0x1fecf3)_0x54f67f['detach']();});},_0x2a58a5=(_0x500156,_0x5c0cb6)=>0x1==_0x500156['length']&&0x1==_0x5c0cb6['length']&&_0x500156[0x0]['end']['isEqual'](_0x5c0cb6[0x0]['start']),_0x2b85f9=(_0x87486b,_0x3a6903,_0x1942d3,_0x62f9f6)=>qt(_0x87486b,_0x3a6903,_0x1942d3,_0x62f9f6)?[_0x87486b,_0x3a6903]:qt(_0x3a6903,_0x87486b,_0x62f9f6,_0x1942d3)?[_0x3a6903,_0x87486b]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x492805),this['_defaultCallbacks']['set']('insertion:discard',_0x2a15b4),this['_defaultCallbacks']['set']('insertion:join',_0x2a58a5),this['_defaultCallbacks']['set']('insertion:chain',_0x2b85f9),this['_defaultCallbacks']['set']('deletion:accept',_0x2a15b4),this['_defaultCallbacks']['set']('deletion:discard',_0x492805),this['_defaultCallbacks']['set']('deletion:join',_0x2a58a5),this['_defaultCallbacks']['set']('deletion:chain',_0x2b85f9),this['_defaultCallbacks']['set']('formatInline:accept',_0x144b23),this['_defaultCallbacks']['set']('formatInline:discard',_0x492805),this['_defaultCallbacks']['set']('formatInline:join',_0x2a58a5),this['_defaultCallbacks']['set']('formatInline:chain',_0x492805),this['_defaultCallbacks']['set']('formatBlock:accept',_0x144b23),this['_defaultCallbacks']['set']('formatBlock:discard',_0x492805),this['_defaultCallbacks']['set']('formatBlock:join',_0x2a58a5),this['_defaultCallbacks']['set']('formatBlock:chain',_0x492805),this['_defaultCallbacks']['set']('attribute:accept',_0x492805),this['_defaultCallbacks']['set']('attribute:discard',(_0x59fa1b,_0x53e109)=>{if(!_0x53e109)return;const _0x35939c=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x1bd1f8=>{if(_0x53e109['key']==m)for(const _0x598c88 of _0x59fa1b){const _0x1f04ba=_0x598c88['start']['nodeAfter'],_0x38cf1b=_0x53e109['oldValue'];_0x1bd1f8['rename'](_0x1f04ba,_0x38cf1b);}else{if(_0x35939c['_isBlockAttribute'](_0x53e109['key'])){for(const _0x2aeab3 of _0x59fa1b)void 0x0!==_0x53e109['oldValue']?_0x1bd1f8['setAttribute'](_0x53e109['key'],_0x53e109['oldValue'],_0x2aeab3['start']['nodeAfter']):_0x1bd1f8['removeAttribute'](_0x53e109['key'],_0x2aeab3['start']['nodeAfter']);}else{for(const _0x197556 of _0x59fa1b)_0x53e109['oldValue']?_0x1bd1f8['setAttribute'](_0x53e109['key'],_0x53e109['oldValue'],_0x197556):_0x1bd1f8['removeAttribute'](_0x53e109['key'],_0x197556);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x2a58a5);}}function Vt(_0x325b97,_0x362a1c,_0x4d74bb){for(const _0x51a007 of _0x362a1c['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x51a007['root']==_0x51a007)return!0x1;if(!_0x4d74bb['containsItem'](_0x51a007))return!0x1;if(_0x325b97['isObject'](_0x51a007)||_0x325b97['isLimit'](_0x51a007))return!0x0;}return!0x1;}function Pt(_0x52bd0f){return _0x52bd0f['end']['parent']==_0x52bd0f['start']['nodeAfter']&&_0x52bd0f['end']['isAtStart'];}function Gt(_0x18df1e,_0x582d47,_0x4ae88e,_0x458a14){const _0xe813c4=_0x5cff43=>!_0x5cff43['item']['is']('$textProxy')&&!_0x458a14['isObject'](_0x5cff43['item']),_0x427f34=_0x18df1e['start']['getLastMatchingPosition'](_0xe813c4),_0x282aa8=_0x18df1e['end']['getLastMatchingPosition'](_0xe813c4,{'direction':'backward'});return(!_0x18df1e['start']['isEqual'](_0x427f34)||!_0x18df1e['end']['isEqual'](_0x282aa8))&&(_0x427f34['isBefore'](_0x282aa8)?_0x4ae88e['updateMarker'](_0x582d47,{'range':_0x4ae88e['createRange'](_0x427f34,_0x282aa8)}):_0x4ae88e['removeMarker'](_0x582d47),!0x0);}function Ft(_0x4e9607){return _0x567c87(_0x4e9607);}function Lt(_0x14e2ba){const _0x11f516=_0x14e2ba['start']['nodeAfter'];return _0x11f516&&_0x11f516['is']('element');}function Jt(_0x31f126,_0x39ff00){return null==_0x31f126['end']['nodeBefore']&&_0x31f126['end']['parent']==_0x31f126['start']['nodeAfter']?Ht(_0x31f126['start']['nodeAfter'],_0x39ff00):_0x31f126;}function Ht(_0x57f968,_0x548885){const _0x148b42=_0x548885['schema']['isObject'](_0x57f968)||_0x548885['schema']['isSelectable'](_0x57f968);return _0x548885['createRange'](_0x548885['createPositionAt'](_0x57f968,'before'),_0x148b42?_0x548885['createPositionAfter'](_0x57f968):_0x548885['createPositionAt'](_0x57f968,'end'));}function qt(_0x3013be,_0x14fba7,_0x400ff7,_0x460b59){return!!zt(_0x3013be,_0x14fba7)&&_0x400ff7['end']['isEqual'](_0x460b59['start']);}function zt(_0x3d057d,_0x2258eb){if(!_0x3d057d['_isDataLoaded']||!_0x2258eb['_isDataLoaded'])return!0x1;const _0x3a4615=new Set(Object['keys'](_0x3d057d['attributes'])),_0x26cbd9=new Set(Object['keys'](_0x2258eb['attributes']));if(_0x3a4615['delete']('groupId'),_0x26cbd9['delete']('groupId'),0x0==_0x3a4615['size']&&0x0==_0x26cbd9['size'])return!0x0;if(_0x3a4615['size']!=_0x26cbd9['size'])return!0x1;const _0x424169={..._0x3d057d['attributes']},_0x24384e={..._0x2258eb['attributes']};return delete _0x424169['groupId'],delete _0x24384e['groupId'],JSON['stringify'](_0x424169)==JSON['stringify'](_0x24384e);}function Kt(_0x1a2286,_0x38cfec){const _0x12e80b=Wt(_0x1a2286['attributes']),_0xf682e2=Wt(_0x38cfec);if(!_0x1a2286['_isDataLoaded'])return!0x1;for(const _0x4484f4 of Object['keys'](_0xf682e2))if(!_0x3a2d98(_0x12e80b[_0x4484f4],_0xf682e2[_0x4484f4]))return!0x1;return!0x0;}function Wt(_0x3b245e){const _0x343273=Object['assign']({},_0x3b245e);return delete _0x343273['skipNestingCheck'],delete _0x343273['tablePasteChainId'],_0x343273;}class Ce extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x1e4a9e(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x330a70,_0x5a302d,_0x59e0fd,_0x18033c){super(),this['model']=_0x5a302d,this['view']=_0x59e0fd,this['commentThreadController']=_0x18033c,this['_editor']=_0x330a70,this['_acceptCommand']=_0x330a70['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x330a70['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x476e0e,_0x4941fc)=>_0x476e0e||_0x4941fc),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x543aca=>_0x543aca&&this['_editor']['model']['canEditAt'](_0x5a302d['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x283402=>_0x283402&&this['_editor']['model']['canEditAt'](_0x5a302d['getRanges']())),this['_pendingAction']=null,_0x59e0fd['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x59e0fd,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x59e0fd,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x59e0fd,'change:isDirty',()=>{_0x59e0fd['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 _0x23aa92=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x23aa92);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class as extends _0x5af415{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x4301ea,_0x7264c5,_0x5f3a4e,_0x28e6bf){super(_0x4301ea),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x43b6cb(_0x4301ea,o(_0x4301ea,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x7264c5['authoredAt']),this['bind']('authoredAt')['to'](_0x7264c5),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',_0x7264c5,'authoredAt',this,'descriptionParts',(_0x2d41d6,_0x22ca09,_0x284171)=>{const _0x57fa4d=_0x284171['map'](_0x1037e7=>ns(_0x1037e7['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x2d41d6-0x1,_0x7264c5['author']['name'],_0x22ca09?_0x28e6bf['formatDateTime'](_0x22ca09):'',new DOMParser()['parseFromString'](_0x57fa4d,'text/html')['body']['textContent']]);}),this['focusables']=new _0x2ee850(),this['focusTracker']=new _0x48b573(),this['keystrokes']=new _0xace25c(),this['focusCycler']=new ts({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x48fd6e=>_0x48fd6e['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x7264c5,this['_localUser']=_0x5f3a4e,this['_config']=_0x28e6bf,_0x28e6bf['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x5a76a7(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x386b28}=this['_config'];this['commentsListView']=new _0x386b28(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',_0x3f981e=>_0x3f981e+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x360cd4,_0x1db04d)=>_0x360cd4||!!_0x1db04d);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x2dda60}=this['_config'],_0x42e7ed=new _0x2dda60(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x28d412=_0x42e7ed['commentInputView'];return _0x42e7ed['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x28d412,'value',(_0x5e07e9,_0x402d7e,_0x579ff1)=>!!_0x579ff1||_0x5e07e9&&!_0x402d7e),_0x28d412['on']('submit',(_0x407bf0,_0x5ed9c3)=>{this['fire']('addComment',_0x5ed9c3),_0x28d412['editor']['setData']('');}),_0x28d412['on']('cancel',()=>this['focus']()),_0x28d412['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x42e7ed;}}class pe extends as{['suggestionView'];['_descriptionElement'];constructor(_0x3437ef,_0x2c1a97,_0x25cd26,_0xab50f9){super(_0x3437ef,_0x2c1a97,_0x25cd26,_0xab50f9),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x5584aa=>_0x5584aa&&_0x5584aa[0x0]?_0x5584aa[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x272bcc,_0x5ab921)=>{let _0x14c591='';for(const _0x2120ea of _0x272bcc)_0x14c591+='<p>'+ns(_0x2120ea['content'],_0x2120ea['color'])+'</p>';return _0x5ab921?_0x14c591:_0x1eae6c(_0x14c591,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0xab50f9['SuggestionView'](_0x3437ef,_0x2c1a97,{'formatDateTime':_0xab50f9['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 _0x55c29c=this['bindTemplate'],_0xe508ed=[this['suggestionView']];return this['commentsListView']&&_0xe508ed['push'](this['commentsListView']),this['commentThreadInputView']&&_0xe508ed['push'](this['commentThreadInputView']),_0xe508ed['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x55c29c['if']('isActive','ck-suggestion-wrapper--active'),_0x55c29c['to']('type',_0x1ef00f=>'ck-suggestion-'+_0x1ef00f),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':_0x55c29c['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0xe508ed};}['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 fe extends _0x5af415{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x291531,_0x914bf3,_0x2f0c07){super(_0x291531),this['_model']=_0x914bf3,this['_config']=_0x2f0c07,this['set']('description',''),this['bind']('authoredAt')['to'](_0x914bf3),this['acceptButton']=this['_createButton'](o(_0x291531,'Accept\x20suggestion'),_0x4175cb['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x291531,'Discard\x20suggestion'),_0x4175cb['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x52c9bb(_0x291531,_0x914bf3['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x2ee850([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x48b573(),this['keystrokes']=new _0xace25c(),this['focusCycler']=new ts({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x2d860a=>_0x2d860a['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x3f1914=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x3f1914['innerHTML']=this['description'],this['on']('change:description',(_0x27a4c8,_0x277903,_0x26ee2a)=>{_0x3f1914['innerHTML']=_0x26ee2a;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x1e65fd=this['bindTemplate'],_0x2b6252=[{'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'],'data-cke-tooltip-text':this['userView']['name']}},{'tag':'time','attributes':{'datetime':_0x1e65fd['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x1e65fd['to']('authoredAt',_0x1ca027=>this['_config']['formatDateTime'](_0x1ca027))}]}]},{'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']&&_0x2b6252['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':_0x2b6252}]};}['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'](_0x1db3d0,_0x1a7071,_0x528b2f,_0x4d686b,_0x14e5e8){const _0x554140=new _0x5b52ba(this['locale']);return _0x554140['set']({'label':_0x1db3d0,'icon':_0x1a7071,'tooltip':!0x0,'tooltipPosition':_0x14e5e8}),_0x554140['extendTemplate']({'attributes':{'class':_0x528b2f}}),_0x554140['on']('execute',()=>{this['fire'](_0x4d686b,this['_model']['id']);}),_0x554140;}['_setupKeyboardNavigation'](){const _0x4be085=this['element'];this['keystrokes']['listenTo'](_0x4be085);for(const _0x4be762 of this['focusables'])this['focusTracker']['add'](_0x4be762['element']),this['keystrokes']['listenTo'](_0x4be762['element']);this['keystrokes']['set']('enter',(_0x330565,_0x3994e5)=>{_0x4be085===_0x330565['target']&&(this['focusCycler']['focusFirst'](),_0x3994e5());}),this['keystrokes']['set']('esc',(_0x2a55ee,_0x331cd1)=>{_0x4be085!==_0x2a55ee['target']&&(this['focus'](),_0x331cd1());});}}var we='<!--\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-2025,\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 _0x5d6089{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0xb5d06b,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x593982){super(_0x593982),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x98dddb=this['editor']['config'];_0x98dddb['define']('trackChanges.SuggestionThreadView',pe),_0x98dddb['define']('trackChanges.SuggestionView',fe),_0x98dddb['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x98dddb['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x3817dc,_0x1f1e59){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x4cd674,_0x4d627d]of this['_handleControllerBuffer']){const _0x2cb69f=this['_suggestionToController']['has'](_0x4cd674);_0x2cb69f||_0x4d627d?_0x2cb69f&&_0x4d627d&&this['_destroyController'](_0x4cd674):this['_initializeController'](_0x4cd674);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x3817dc,_0x1f1e59);}['init'](){const _0x2ef3ce=this['editor'],_0x782ba1=_0x2ef3ce['plugins']['get']('TrackChangesEditing'),_0xbc7f54=_0x2ef3ce['plugins']['get']('Annotations'),_0x11d114=_0x2ef3ce['plugins']['get']('EditorAnnotations'),_0x5d1d0c=_0x2ef3ce['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x11d114['addSourceCollector'](()=>{const _0x1ff1ea=[];for(const [_0xefc70e,_0x4b8a95]of Array['from'](this['_suggestionToController'])){const _0x5bad70=_0xefc70e['getAllAdjacentSuggestions'](),_0x49f004=[];for(const _0x349633 of _0x5bad70){if(!_0x349633['isInContent'])continue;if(_0x349633['isMultiRange']){_0x49f004['push'](..._0x349633['getRanges']());continue;}const _0x149e2e=_0x349633['getFirstRange']();if(_0x49f004['length']>0x0){const _0x5d326e=_0x49f004[0x0]['getJoined'](_0x149e2e);if(_0x5d326e){_0x49f004[0x0]=_0x5d326e;continue;}}_0x49f004['push'](_0x149e2e);}_0x1ff1ea['push']([_0x4b8a95['view'],_0x49f004]);}return _0x1ff1ea;}),this['listenTo'](_0x782ba1,'suggestionLoaded',(_0x2a598b,_0x17a880)=>{this['listenTo'](_0x17a880,'change:previous',(_0x5d4819,_0x18eafc,_0x29bcd8,_0x4d4741)=>{_0x17a880['isInContent']&&(null==_0x29bcd8?(this['_updateController'](_0x4d4741['head']),this['_handleSuggestionControllerDelayed'](_0x17a880,!0x1)):(this['_updateController'](_0x29bcd8['head']),null==_0x4d4741&&this['_handleSuggestionControllerDelayed'](_0x17a880,!0x0)));}),null!==_0x17a880['previous']?this['_updateController'](_0x17a880['head']):this['_handleSuggestionControllerDelayed'](_0x17a880,!0x1);}),this['listenTo'](_0x782ba1,'suggestionUnloaded',(_0x128deb,_0x3a6877,_0xfb0208)=>{this['stopListening'](_0x3a6877,'change:previous'),this['_handleControllerBuffer']['delete'](_0x3a6877),this['_suggestionToController']['has'](_0x3a6877)&&this['_destroyController'](_0x3a6877),_0xfb0208&&this['_updateController'](_0xfb0208['head']);}),this['listenTo'](_0x782ba1,'suggestionChanged',(_0x14c690,_0x2339f1)=>{this['_updateController'](_0x2339f1);}),this['listenTo'](_0xbc7f54,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x5d1d0c,'addComment',(_0x1c3ff1,{threadId:_0x2367fc,isFromAdapter:_0x1f8edf})=>{if(_0x1f8edf||!_0x782ba1['hasSuggestion'](_0x2367fc))return;const _0x34ceb7=_0x782ba1['getSuggestion'](_0x2367fc);this['_suggestionToController']['get'](_0x34ceb7)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5e6b0a=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x537292;for(const _0x286a19 in _0x5e6b0a){const _0x3aea60=_0x286a19,_0x18396d=_0x5e6b0a[_0x3aea60];if('trackChangesLicenseKeyValid'==_0x18396d||'trackChangesLicenseKeyInvalid'==_0x18396d||'trackChangesLicenseKeyExpired'==_0x18396d||'trackChangesLicenseKeyDomainLimit'==_0x18396d||'trackChangesLicenseKeyNotAllowed'==_0x18396d||'trackChangesLicenseKeyEvaluationLimit'==_0x18396d||'trackChangesLicenseKeyTrialLimit'==_0x18396d||'trackChangesLicenseKeyUsageLimit'==_0x18396d){delete _0x5e6b0a[_0x3aea60],_0x537292=_0x18396d,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x537292&&_0x5e6b0a['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x537292&&_0x5e6b0a['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x537292&&_0x5e6b0a['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x537292&&_0x5e6b0a['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x537292&&_0x5e6b0a['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x537292&&_0x5e6b0a['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyUsageLimit'==_0x537292&&_0x5e6b0a['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0x50a787=this['editor']['plugins']['get']('Annotations'),_0x43af3a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x15cb62=Array['from'](_0x50a787['activeAnnotations'],_0x45333c=>_0x45333c['innerView'])['filter'](_0x35aa12=>this['_viewToController']['has'](_0x35aa12)),_0x2b5a3a=[];for(const _0x2e52a5 of _0x15cb62){const _0x1e5268=this['_viewToController']['get'](_0x2e52a5)['model']['getAllAdjacentSuggestions']();_0x2b5a3a['push'](..._0x1e5268['reduce']((_0x11ed0b,_0xc0d6f1)=>[..._0x11ed0b,..._0xc0d6f1['getMarkerNames']()],[]));}_0x43af3a['activeMarkers']=_0x2b5a3a;}['_addUIComponentsToFactory'](){const _0x72fb43=this['editor'],_0x26ff8e=_0x72fb43['locale'],_0xbad96b=o(_0x26ff8e,'Track\x20changes'),_0x2f5bf9=new _0x587b41([{'type':'switchbutton','model':new _0x5d4f74({'withText':!0x0,'isToggleable':!0x0,'label':_0xbad96b,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x5d4f74({'withText':!0x0,'label':o(_0x26ff8e,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x5d4f74({'withText':!0x0,'label':o(_0x26ff8e,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x5d4f74({'withText':!0x0,'label':o(_0x26ff8e,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x5d4f74({'withText':!0x0,'label':o(_0x26ff8e,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x72fb43['plugins']['has']('TrackChangesPreview')&&_0x2f5bf9['addMany']([{'type':'separator'},{'type':'button','model':new _0x5d4f74({'withText':!0x0,'label':o(_0x26ff8e,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x4e17cf of _0x2f5bf9)if(ke(_0x4e17cf)){const _0x115f83=_0x72fb43['commands']['get'](_0x4e17cf['model']['commandName']);_0x4e17cf['model']['bind']('isOn','isEnabled')['to'](_0x115f83,'value','isEnabled');}_0x72fb43['ui']['componentFactory']['add']('trackChanges',_0x2ecec3=>this['_createToolbarButton'](_0x2ecec3,_0x2f5bf9,_0xbad96b)),_0x72fb43['ui']['componentFactory']['add']('menuBar:trackChanges',_0x323437=>this['_createMenuBarMenu'](_0x323437,_0x2f5bf9,_0xbad96b));}['_createToolbarButton'](_0x36d2bb,_0x1fd183,_0x2a89d1){const _0x304652=_0x21aa3c(_0x36d2bb,_0xe7a2f2),_0x288e0d=this['editor']['commands']['get']('trackChanges');_0x304652['buttonView']['set']({'tooltip':_0x2a89d1,'label':_0x2a89d1,'icon':we}),_0x304652['buttonView']['bind']('isOn')['to'](_0x288e0d,'value'),_0x304652['buttonView']['on']('execute',()=>{_0x288e0d['execute'](),this['editor']['editing']['view']['focus']();}),_0x20b8e0(_0x304652,_0x1fd183,{'role':'menu'});const _0xf82806=[];for(const _0x2f1adf of _0x1fd183)ke(_0x2f1adf)&&_0xf82806['push'](this['editor']['commands']['get'](_0x2f1adf['model']['commandName']));const _0x5b3681=_0x304652['buttonView'];return _0x5b3681['actionView']['unbind']('isEnabled'),_0x5b3681['arrowView']['unbind']('isEnabled'),_0x5b3681['actionView']['bind']('isEnabled')['to'](_0x288e0d,'isEnabled'),_0x5b3681['arrowView']['bind']('isEnabled')['toMany'](_0xf82806,'isEnabled',(..._0x481577)=>_0x481577['some'](_0xa7fb42=>_0xa7fb42)),_0x304652['on']('execute',_0x302799=>{this['editor']['execute'](_0x302799['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x304652;}['_createMenuBarMenu'](_0x1e85eb,_0x8b9146,_0x1b1910){const _0x388616=new _0x54474e(_0x1e85eb),_0x331359=this['editor']['commands']['get']('trackChanges');_0x388616['buttonView']['set']({'label':_0x1b1910,'icon':we});const _0x148d15=new _0x2c7f70(_0x1e85eb);for(const _0x1d5301 of _0x8b9146){if('separator'==_0x1d5301['type']){_0x148d15['items']['add'](new _0x1eeea8(_0x1e85eb));continue;}const _0x477497=new _0x37c849(_0x1e85eb,_0x388616),_0xb59a91=new _0x2a6114(_0x1e85eb),_0x30e982=_0x1d5301['model'];_0xb59a91['bind'](...Object['keys'](_0x30e982))['to'](_0x30e982),_0xb59a91['delegate']('execute')['to'](_0x388616),_0xb59a91['on']('execute',()=>{this['editor']['execute'](_0x30e982['commandName']),this['editor']['editing']['view']['focus']();}),_0x477497['children']['add'](_0xb59a91),_0x148d15['items']['add'](_0x477497);}return _0x388616['bind']('isEnabled')['to'](_0x331359,'isEnabled'),_0x388616['panelView']['children']['add'](_0x148d15),_0x388616;}['_initializeController'](_0x14abc0){const _0x387aa3=this['editor'],_0x1c0c4b=_0x387aa3['config'],_0x69ebb8=_0x387aa3['plugins']['get']('Annotations'),_0x4e0995=_0x387aa3['plugins']['get']('CommentsRepository'),_0x2b2b98=_0x387aa3['plugins']['get']('EditorAnnotations'),_0x452314=_0x387aa3['plugins']['get'](_0xb5d06b)['me'],_0x3b2259=_0x1c0c4b['get']('trackChanges')['SuggestionThreadView'],_0x474ed8=_0x1c0c4b['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x2cefaa,CommentThreadInputView:_0x8b71b}=_0x387aa3['plugins']['get']('CommentsUI');let _0x264e5e,_0x3903bf,_0x4b8f05;this['_annotationViews']['has'](_0x14abc0['id'])?(_0x3903bf=this['_annotationViews']['get'](_0x14abc0['id']),_0x264e5e=_0x3903bf['mainView']):(_0x264e5e=new _0x3b2259(_0x387aa3['locale'],_0x14abc0,_0x452314,{'disableComments':this['_disableComments'],'editorConfig':{..._0x1c0c4b['get']('comments.editorConfig'),'licenseKey':_0x1c0c4b['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x1c0c4b['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x1c0c4b['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x1c0c4b['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x492577(_0x1c0c4b['get']('locale')),'CommentView':_0x1c0c4b['get']('comments')['CommentView'],'CommentsListView':_0x2cefaa,'CommentThreadInputView':_0x8b71b,'SuggestionView':_0x474ed8}),_0x264e5e['suggestionView']['acceptButton']['on']('execute',()=>{_0x387aa3['editing']['view']['focus']();}),_0x264e5e['suggestionView']['discardButton']['on']('execute',()=>{_0x387aa3['editing']['view']['focus']();}),_0x3903bf=_0x69ebb8['createAnnotationView'](this['editor']['locale'],_0x264e5e),_0x3903bf['bind']('isDirty')['to'](_0x264e5e,'isDirty'),_0x3903bf['bind']('length')['to'](_0x264e5e),_0x3903bf['bind']('type')['to'](_0x264e5e,'type',_0x315a1a=>'suggestion-'+_0x315a1a),_0x264e5e['on']('escape',()=>{_0x4b8f05['fire']('escape');}),this['_annotationViews']['set'](_0x14abc0['id'],_0x3903bf));const _0x2eb91f=_0x4e0995['createCommentThreadController'](_0x14abc0['commentThread'],_0x264e5e),_0x1ae3af=new Ce(_0x387aa3,_0x14abc0,_0x264e5e,_0x2eb91f),_0x2f6c98=_0x14abc0['getAllAdjacentSuggestions']()['filter'](_0x4e3fe1=>_0x4e3fe1['isInContent']);_0x264e5e['descriptionParts']=_0x387aa3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x2f6c98),this['_suggestionToController']['set'](_0x14abc0,_0x1ae3af),this['_viewToController']['set'](_0x264e5e,_0x1ae3af),_0x4b8f05=_0x69ebb8['createAnnotation']({'view':_0x3903bf,'target':()=>{const _0x1d6c55=[],_0x2267c6=_0x14abc0['getAllAdjacentSuggestions']()['filter'](_0x9e6221=>_0x9e6221['isInContent']);for(const _0x30b35f of _0x2267c6)_0x1d6c55['push'](..._0x30b35f['getMarkers']());return _0x2912c5(_0x387aa3['editing'],_0x1d6c55);},'type':()=>'suggestion-'+_0x1ae3af['view']['type']}),_0x4e0995['_bindAnnotationToEditors'](_0x264e5e,_0x4b8f05),_0x69ebb8['add'](_0x4b8f05),_0x2b2b98['registerAnnotation'](_0x4b8f05);}['_destroyController'](_0x592c50){const _0x381905=this['editor']['plugins']['get']('CommentsRepository'),_0x26bbb4=this['editor']['plugins']['get']('Annotations'),_0x2eaed7=this['_suggestionToController']['get'](_0x592c50),_0x208b3f=_0x2eaed7['view'],_0x1fe3ec=_0x26bbb4['getByInnerView'](_0x208b3f);_0x381905['_unbindEditors'](_0x208b3f),_0x1fe3ec&&_0x26bbb4['remove'](_0x1fe3ec),this['_suggestionToController']['delete'](_0x592c50),this['_viewToController']['delete'](_0x208b3f),_0x2eaed7['destroy']();}['_updateController'](_0x555ce0){if(!_0x555ce0['isInContent']||!this['_suggestionToController']['has'](_0x555ce0))return;const _0x5812c8=this['editor']['plugins']['get']('TrackChangesEditing'),_0x499ed1=this['_suggestionToController']['get'](_0x555ce0),_0x582ee1=_0x555ce0['getAllAdjacentSuggestions']();_0x499ed1['view']['descriptionParts']=_0x5812c8['descriptionFactory']['getDescriptions'](_0x582ee1);}['destroy'](){for(const _0x5c4789 of this['_suggestionToController']['keys']())this['_destroyController'](_0x5c4789);for(const _0x2cca70 of this['_annotationViews']['values']())_0x2cca70['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function ke(_0x2cf249){return'model'in _0x2cf249;}class k extends _0x5d6089{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x23771d){this['editor']['plugins']['get'](p)['adapter']=_0x23771d;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x47f05d){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x47f05d);}['getSuggestions']({skipNotAttached:_0x8427fb=!0x1,toJSON:_0x56c18b=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x8427fb,'toJSON':_0x56c18b});}['getSuggestion'](_0x2b92f3){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x2b92f3);}}const w=['Pagination'];class T extends _0x5d6089{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x475e02=this['editor'];if(_0x475e02['config']['define']('trackChangesData.editorCreator',_0x210e59=>{const _0x21c269=_0x475e02['model']['document']['getRootNames']()['reduce']((_0x4b9f02,_0xb20239)=>(_0x4b9f02[_0xb20239]='',_0x4b9f02),{});return _0x475e02['constructor']['create'](_0x21c269,_0x210e59);}),'function'!=typeof _0x475e02['config']['get']('trackChangesData')['editorCreator'])throw new _0x443412('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x5f5859){return N(this['editor'],!0x0,_0x5f5859);}['getDataWithDiscardedSuggestions'](_0x1f8fe5){return N(this['editor'],!0x1,_0x1f8fe5);}}class D extends _0x5d6089{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x47e6b2){function _0x9bdcbc(_0x3b2e4b){return _0x3b2e4b['map'](_0x5c159d=>String['fromCharCode'](_0x5c159d))['join']('');}super(_0x47e6b2),this['result']='end',_0x47e6b2[_0x9bdcbc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x9bdcbc([0x76,0x69,0x65,0x77])][_0x9bdcbc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x9bdcbc([0x61,0x75,0x74,0x6f]),_0x47e6b2[_0x9bdcbc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x9bdcbc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x9bdcbc([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x9bdcbc([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x9bdcbc([0x6f,0x6b])});}['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 Fe(_0x3cc603){return void 0x0!==_0x3cc603['getRootsAttributes'];}async function N(_0x42ed47,_0x49c54f,_0x1a985b){const _0x20e284=_0x25065b(_0x42ed47,w);_0x20e284['plugins']['push'](p,D),_0x20e284['rootsAttributes']=Fe(_0x42ed47)?_0x42ed47['getRootsAttributes']():void 0x0;const _0x4b03ba=document['createDocumentFragment'](),_0x562dd0=_0x42ed47['config']['get']('trackChangesData')['editorCreator'],_0x3dd27c=await _0x562dd0(_0x20e284,()=>function(_0x58abdd){const _0x549cbb=document['createElement']('div');return _0x58abdd['appendChild'](_0x549cbb),_0x549cbb;}(_0x4b03ba));!function(_0x5db38b,_0x119320){const _0x16d00f=_0x5db38b['model']['document']['getRootNames']()['reduce']((_0x250b89,_0x35ff1f)=>(_0x250b89[_0x35ff1f]=_0x5db38b['data']['get']({'rootName':_0x35ff1f}),_0x250b89),{}),_0x31f9d1=_0x5db38b['plugins']['get']('Users')['users']['map'](_0x1eab3d=>({'id':_0x1eab3d['id'],'name':_0x1eab3d['name']})),_0x572e9c=_0x5db38b['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x3cfebc=_0x5db38b['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x216166=_0x119320['plugins']['get']('Users'),_0x13de40=_0x119320['plugins']['get']('TrackChangesEditing'),_0x45741b=_0x119320['plugins']['get']('CommentsRepository');for(const _0x567289 of _0x45741b['getCommentThreads']())_0x567289['remove']();for(const _0x47f44c of _0x31f9d1)_0x216166['getUser'](_0x47f44c['id'])||_0x216166['addUser'](_0x47f44c);_0x216166['me']||_0x216166['useAnonymousUser']();for(const _0x2f24ae of _0x3cfebc)_0x45741b['addCommentThread'](_0x2f24ae);for(const _0x35f131 of _0x572e9c)_0x13de40['addSuggestionData'](_0x35f131);_0x119320['data']['set'](_0x16d00f);}(_0x42ed47,_0x3dd27c),_0x3dd27c['execute'](_0x49c54f?'acceptAllSuggestions':'discardAllSuggestions');const _0x5e2f3e=Fe(_0x3dd27c)?_0x3dd27c['getFullData'](_0x1a985b):_0x3dd27c['data']['get'](_0x1a985b);return await _0x3dd27c['destroy'](),_0x5e2f3e;}class Me extends _0x5af415{['options'];constructor(_0x30909d,_0x4770e0){super(_0x30909d),this['options']=_0x4770e0,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-track-changes-preview'],'tabindex':-0x1}});}['render'](){super['render'](),this['element']['style']['width']=this['options']['dialogRects']['width']+'px',this['element']['style']['height']=this['options']['dialogRects']['height']+'px';}['setPreviewData'](_0x1221f8,_0x259ddd){if(!this['element'])return;const _0x16cc80=[];for(const [_0x3b475b,_0x2c30bd]of _0x1221f8){const _0x20d656=document['createElement']('div');_0x20d656['setAttribute']('data-ck-root-name',_0x3b475b),_0x20d656['className']=_0x2c30bd['classes']+'\x20ck-track-changes-preview__root-container',_0x20d656['innerHTML']=_0x2c30bd['content'],_0x16cc80['push'](_0x20d656);}_0x259ddd(this['element'],_0x16cc80),this['element']['style']['width']='',this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class re extends Qt{constructor(_0x28f2e6){super(_0x28f2e6),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x189070=this['editor'],_0x2ab3da=_0x189070['locale'],_0x564401=_0x189070['plugins']['get']('Dialog');let _0x513707;const _0x2e377d=function(_0x38d91f){const _0x54cc92={};if('editables'in _0x38d91f['ui']['view']){for(const [_0x52eb05,_0x282fcb]of Object['entries'](_0x38d91f['ui']['view']['editables']))_0x54cc92[_0x52eb05]=_0x282fcb['element'];}else _0x54cc92[_0x38d91f['model']['document']['getRootNames']()[0x0]]=_0x38d91f['ui']['view']['editable']['element'];return _0x54cc92;}(_0x189070),_0x1a23d0=function(_0x533e54){let _0x566541=0x0;for(const _0x496e86 of Object['values'](_0x533e54))_0x566541=Math['max'](_0x566541,_0x496e86['getBoundingClientRect']()['width']);let _0x358af3=0x0;for(const _0x5ee2dc of Object['values'](_0x533e54))_0x358af3+=_0x5ee2dc['getBoundingClientRect']()['height'];const _0x5d5de6=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x79f872=Math['min'](_0x358af3,_0x5d5de6);return{'width':_0x566541,'height':_0x79f872};}(_0x2e377d);_0x564401['show']({'id':'finalContentPreview','title':o(_0x2ab3da,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new Me(_0x2ab3da,{'dialogRects':_0x1a23d0}),'onHide':()=>{_0x513707['detachFromDom']();},'onShow':()=>{_0x189070['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x2a4fb0=>{const _0x4fb944=this['_standarizeRootsData'](_0x2a4fb0,_0x189070,_0x2e377d);_0x564401['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x4fb944,_0x189070['config']['get']('trackChanges.preview.renderFunction'));}),_0x513707=new _0x91a64(_0x2ab3da,[_0x564401['view']]),_0x513707['attachToDom'](),_0x513707['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x189070['once']('destroy',()=>{_0x513707['detachFromDom']();});const _0x31f87a=_0x564401['view']['headerView']['class'];_0x564401['view']['headerView']['class']=_0x31f87a?_0x31f87a+'\x20ck-reset_all':'ck-reset_all',_0x564401['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x564401['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x2cb4c0=this['editor']['plugins']['get']('MergeFieldsEditing'),_0xda6ede=_0x2cb4c0['previewMode'],_0x5e236d={};if('$labels'===_0xda6ede){for(const _0x28f281 of _0x2cb4c0['getMergeFieldsIds']())_0x5e236d[_0x28f281]=_0x2cb4c0['getLabel'](_0x28f281)||_0x28f281;}else{const _0x355613='$defaultValues'===_0xda6ede?_0x2cb4c0['getDefaultValues']():_0x2cb4c0['getDataSetValues'](_0xda6ede,!0x0);for(const _0x11da2c of Object['entries'](_0x355613)){const [_0x17b5ea,_0x52307c]=_0x11da2c;_0x5e236d[_0x17b5ea]=null!==_0x52307c?_0x52307c:_0x2cb4c0['getLabel'](_0x17b5ea)||_0x17b5ea;}}return{'mergeFieldsData':_0x5e236d};}['_standarizeRootsData'](_0x3a0566,_0x3fa35e,_0x10cecd){let _0x6bfb8;if('string'==typeof _0x3a0566){const _0x599202=_0x3fa35e['model']['document']['getRootNames']()[0x0];_0x6bfb8={[_0x599202]:_0x3a0566};}else _0x6bfb8=_0x3a0566;const _0x38a258=this['_fixMediaEmbeds'](_0x6bfb8,_0x3fa35e),_0x4193e2=function(_0x212416,_0x2c4e06){for(const [_0x527bde,_0x31bd3a]of _0x212416)_0x31bd3a['classes']=_0x2c4e06[_0x527bde]['classList']['value']['replace']('ck-focused','');return _0x212416;}(this['_sortRoots'](_0x3fa35e)['reduce']((_0x3bab83,_0x298253)=>(_0x3bab83['push']([_0x298253,{'content':_0x38a258[_0x298253],'classes':''}]),_0x3bab83),[]),_0x10cecd);return _0x4193e2;}['_fixMediaEmbeds'](_0x49cd06,_0x1b809b){if(!_0x1b809b['plugins']['has']('MediaEmbedEditing'))return _0x49cd06;const _0x16996c=_0x1b809b['plugins']['get']('MediaEmbedEditing');for(const [_0x512446,_0x160189]of Object['entries'](_0x49cd06)){const _0x3787f8=document['createElement']('div');_0x3787f8['innerHTML']=_0x160189,(_0x3787f8['querySelectorAll']('figure.media')['forEach'](_0x42165a=>{const _0x57bb6c=_0x42165a['querySelector']('oembed');if(_0x57bb6c){const _0x5d3bfa=_0x57bb6c['getAttribute']('url');if(_0x5d3bfa){const _0x27ea97=_0x16996c['registry']['getMediaViewElement'](new _0x714d27(_0x1b809b['editing']['view']['document']),_0x5d3bfa,{'elementName':'','renderForEditingView':!0x0}),_0x24871b=document['createElement']('div');_0x24871b['classList']['add']('ck-media__wrapper'),_0x27ea97['render'](_0x24871b,_0x1b809b['editing']['view']['domConverter']),_0x57bb6c['replaceWith'](_0x24871b);}}}),_0x49cd06[_0x512446]=_0x3787f8['innerHTML']);}return _0x49cd06;}['_sortRoots'](_0x15889e){if(!function(_0x297a17){return void 0x0!==_0x297a17['getRootsAttributes'];}(_0x15889e))return _0x15889e['model']['document']['getRootNames']();const _0x4335a8=[],_0x49150c=new Map();for(const _0xaa75a0 of _0x15889e['model']['document']['getRootNames']()){const _0x359494=_0x15889e['editing']['view']['getDomRoot'](_0xaa75a0)['getClientRects']()['item'](0x0);_0x4335a8['push'](_0xaa75a0),_0x49150c['set'](_0xaa75a0,_0x359494);}return _0x4335a8['sort']((_0x5ce99c,_0x2f575e)=>{const _0xb9638b=_0x49150c['get'](_0x5ce99c),_0x382285=_0x49150c['get'](_0x2f575e);return _0xb9638b['y']-_0x382285['y']||_0xb9638b['x']-_0x382285['x'];}),_0x4335a8;}}class te extends _0x5d6089{static get['requires'](){return[T,_0x3b1aab];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x59d285){super(_0x59d285),_0x59d285['commands']['add']('previewFinalContent',new re(this['editor'])),_0x59d285['config']['define']('trackChanges.preview.renderFunction',(_0x32aca8,_0x33fb18)=>{for(const _0x32ace3 of _0x33fb18)_0x32aca8['appendChild'](_0x32ace3);});}}export{as as BaseSuggestionThreadView,u as Suggestion,pe as SuggestionThreadView,fe as SuggestionView,k as TrackChanges,T as TrackChangesData,p as TrackChangesEditing,te as TrackChangesPreview};
|