@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20250204.0 → 0.0.0-nightly-20250206.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 _0x1a323e,PendingActions as _0x40e225,icons as _0x59567f}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x5b6f25,ObservableMixin as _0x1650d1,uid as _0x1a89e5,priorities as _0x550a89,insertToPriorityArray as _0x482615,logWarning as _0x1bf624,getEnvKeystrokeText as _0x416dce,FocusTracker as _0x46cbc8,KeystrokeHandler as _0x4cf71c,Collection as _0x598863}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x8de2ae,View as _0x1a930b,ViewCollection as _0xaceeb9,FocusCycler as ts,ViewModel as _0x4028b7,createDropdown as _0x28298e,SplitButtonView as _0x5169d1,addListToDropdown as _0x1eac00,MenuBarMenuView as _0x3762ef,MenuBarMenuListView as _0x1c9a5c,ListSeparatorView as _0x2b241a,MenuBarMenuListItemView as _0x3d1723,MenuBarMenuListItemButtonView as _0x3cc692,BodyCollection as _0x33d22b,Dialog as _0x4f349e}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x568dab,hashObject as _0x53a684,surroundingMarkersDetector as _0x589f3f,FOCUS_ANNOTATION_KEYSTROKE as _0x21e663,AriaDescriptionView as _0x2f60bd,setupThreadKeyboardNavigation as _0x2b79c1,trimHtml as _0x465eab,UserView as _0x4c2606,LateFocusButtonView as _0xc3fda0,getDateTimeFormatter as _0x30f3f3,getAllMarkersDomElementsSorted as _0x3d0e7a,sanitizeEditorConfig as _0x4b443c}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x1c63ab,LiveRange as _0x586eec,LivePosition as _0x2e2691,DowncastWriter as _0x245819}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x3b1400,toWidget as _0x4a7e72}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x5ea407,set as _0x240f96,isEqual as _0x57bd10,unset as _0xae3b8a,omit as Et}from'lodash-es';import{Delete as _0x186f98,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x130615,ShiftEnter as _0x518d6a}from'@ckeditor/ckeditor5-enter/dist/index.js';class B extends Qt{['_enabledCommands'];constructor(_0x4123f3,_0x4d3e00){super(_0x4123f3),this['_enabledCommands']=_0x4d3e00,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 _0x5c0c5c of this['editor']['commands']['commands']())_0x5c0c5c['affectsData']&&!this['_enabledCommands']['has'](_0x5c0c5c)&&_0x5c0c5c['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x4ee38a of this['editor']['commands']['commands']())_0x4ee38a['affectsData']&&!this['_enabledCommands']['has'](_0x4ee38a)&&_0x4ee38a['clearForceDisabled']('TrackChangesCommand');}}class O extends Qt{['_suggestions'];constructor(_0x342c49,_0x1e71d1){super(_0x342c49),this['_suggestions']=_0x1e71d1,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x1b47be){const _0xf0db38=this['_suggestions']['get'](_0x1b47be);if(!_0xf0db38)throw new _0x5b6f25('track-changes-accept-suggestion-not-found',this);const _0x289f8e=_0xf0db38['getRanges']();this['editor']['model']['canEditAt'](_0x289f8e)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0xf0db38);}}class R extends Qt{['_suggestions'];constructor(_0x4674a1,_0x5e5c8f){super(_0x4674a1),this['_suggestions']=_0x5e5c8f,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x2af9b5){const _0x33682f=this['_suggestions']['get'](_0x2af9b5);if(!_0x33682f)throw new _0x5b6f25('track-changes-discard-suggestion-not-found',this);const _0x24db00=_0x33682f['getRanges']();this['editor']['model']['canEditAt'](_0x24db00)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x33682f);}}function ns(_0x20fe2b,_0x593775){let _0x5d44b9='';return _0x5d44b9+=_0x20fe2b['split']('*')['map']((_0xd79c0a,_0xa357c4)=>_0xa357c4%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0xd79c0a)+'</span>':nn(_0xd79c0a))['join'](''),_0x593775&&(_0x5d44b9+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x593775['value']+'\x22\x20title=\x22'+_0x593775['title']+'\x22></span>'),_0x5d44b9;}function nn(_0x282452){const _0x262fb1=document['createElement']('span');return _0x262fb1['innerText']=_0x282452,_0x262fb1['innerHTML'];}function Xt(_0x89995){return _0x89995['sort']((_0x540f69,_0x328933)=>'deletion'==_0x540f69['type']&&'deletion'!=_0x328933['type']?-0x1:'deletion'!=_0x540f69['type']&&'deletion'==_0x328933['type']?0x1:0x0);}function to(_0x4683f2,_0x5963e9){let _0x33de9e,_0x1ad174=0x0;const _0x208f80=[],_0x23689e=_0x5963e9['schema'];for(;_0x1ad174<_0x4683f2['length'];){const _0x25286d=_0x4683f2[_0x1ad174],_0x1a0799=_0x4683f2[_0x1ad174+0x1];_0x33de9e||(_0x33de9e=_0x5963e9['createPositionBefore'](_0x25286d)),on(_0x5963e9,_0x25286d,_0x1a0799)||(_0x208f80['push'](_0x5963e9['createRange'](_0x33de9e,_0x23689e['isObject'](_0x25286d)?_0x5963e9['createPositionAfter'](_0x25286d):_0x5963e9['createPositionAt'](_0x25286d,'end'))),_0x33de9e=null),_0x1ad174++;}return _0x208f80;}function on(_0x46e1aa,_0x4cfe83,_0x41ff0a){if(!_0x41ff0a)return!0x1;const _0x3c7082=_0x46e1aa['createPositionAfter'](_0x4cfe83),_0x47c481=_0x46e1aa['createPositionBefore'](_0x41ff0a);return _0x3c7082['isTouching'](_0x47c481);}function Yt(_0xaf18c3,_0x233908,_0x4d713d){for(;_0x4d713d['length'];){const _0x21a2f8=_0x4d713d['splice'](0x0,0x64);_0xaf18c3['change'](()=>{for(const _0x59a9ac of _0x21a2f8)_0x59a9ac['isInContent']&&_0x233908['execute'](_0x59a9ac['id']);});}}class x extends Qt{['_command'];['_suggestions'];constructor(_0xdd662d,_0x379a85,_0x28329c){super(_0xdd662d),this['_command']=_0x379a85,this['_suggestions']=_0x28329c,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x4d6fc1=Array['from'](this['_suggestions']['values']())['some'](_0x5c06b2=>_0x5c06b2['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x4d6fc1;}['execute'](){const _0x59cd37=Xt(Array['from'](this['_suggestions']['values']()));for(const _0x33c8fc of _0x59cd37){const _0x5abd18=_0x33c8fc['getRanges']();if(!this['editor']['model']['canEditAt'](_0x5abd18))return;}Yt(this['editor']['model'],this['_command'],_0x59cd37);}}class E extends Qt{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x33f20d,_0x44c6d9,_0x3a9457){super(_0x33f20d),this['_command']=_0x44c6d9,this['_suggestions']=_0x3a9457,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x166485=this['editor']['model']['document']['selection'],_0x3c09c0=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0xfffd1f,_0x4117fe){const _0x52798a=Array['from'](_0xfffd1f['getRanges']()),_0x535667=new Set();for(const _0x772ddf of _0x4117fe)if(_0x772ddf['isInContent']){for(const _0x466f78 of _0x52798a)for(const _0x580437 of _0x772ddf['getRanges']())(_0x466f78['isIntersecting'](_0x580437)||_0xfffd1f['isCollapsed']&&!_0x772ddf['isMultiRange']&&_0x772ddf['next']&&_0x580437['end']['isTouching'](_0x466f78['start']))&&_0x535667['add'](_0x772ddf);}return _0x535667;}(_0x166485,_0x3c09c0),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x27e9f9=Xt(Array['from'](this['_selectedSuggestions']));for(const _0x1ccf95 of _0x27e9f9){const _0x5c90a9=_0x1ccf95['getRanges']();if(!this['editor']['model']['canEditAt'](_0x5c90a9))return;}Yt(this['editor']['model'],this['_command'],_0x27e9f9);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x1650d1(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x287e1c,_0x134154){super(),this['id']=_0x134154['id'],this['type']=_0x134154['type'],this['subType']=_0x134154['subType']||null,this['author']=_0x134154['author'],this['creator']=_0x134154['creator']||_0x134154['author'],this['isExternal']=Boolean(_0x134154['attributes']&&_0x134154['attributes']['@external']),this['data']=null,this['_model']=_0x287e1c,this['_onAccept']=_0x134154['onAccept'],this['_onDiscard']=_0x134154['onDiscard'],this['_onAttributesChange']=_0x134154['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x134154['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 _0x3854ab=this;for(;_0x3854ab['previous'];)_0x3854ab=_0x3854ab['previous'];return _0x3854ab;}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'](_0x426c5f){this['_markerNames']['add'](_0x426c5f);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x36a87b=>this['_model']['markers']['get'](_0x36a87b))['filter'](_0x2a018a=>_0x2a018a);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x572c86=>{for(const _0x126bb1 of this['getMarkers']())_0x572c86['removeMarker'](_0x126bb1);}),this['_markerNames']['clear']();}['removeMarker'](_0x3de0ca){this['_model']['change'](_0x46c479=>{_0x46c479['removeMarker'](_0x3de0ca);}),this['_markerNames']['delete'](_0x3de0ca);}['addRange'](_0x559c06){const _0x367d74='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x367d74),this['_model']['change'](_0x6118b1=>{_0x6118b1['addMarker'](_0x367d74,{'range':_0x559c06,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x3ad118){for(const _0x3a9b1d of this['getRanges']())if(_0x3a9b1d['isIntersecting'](_0x3ad118))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x39066b=>_0x39066b['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x1f59e2,_0x52f8e3)=>[..._0x1f59e2,..._0x52f8e3['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0xaba845=this['getRanges']();if(0x1!=_0xaba845['length'])return null;const _0x5c5880=_0xaba845[0x0],_0x40027f=_0x5c5880['start']['nodeAfter'],_0x23aea8=_0x5c5880['end']['nodeBefore'];return _0x40027f instanceof _0x1c63ab?_0x40027f!=_0x23aea8?null:_0x40027f: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 _0x1e3f11=[];let _0x2b3e4=this['head'];for(;_0x2b3e4;)_0x1e3f11['push'](_0x2b3e4),_0x2b3e4=_0x2b3e4['next'];return _0x1e3f11;}['setAttribute'](_0x535e04,_0x41c08a){const _0x352261=_0x5ea407(this['attributes']);_0x240f96(_0x352261,_0x535e04,_0x41c08a),_0x57bd10(_0x352261,this['attributes'])||(this['attributes']=_0x352261,this['_onAttributesChange'](_0x352261));}['removeAttribute'](_0x3a8476){const _0x5c9c93=_0x5ea407(this['attributes']);_0xae3b8a(_0x5c9c93,_0x3a8476),_0x57bd10(_0x5c9c93,this['attributes'])||(this['attributes']=_0x5c9c93,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 _0x1a89e5()['substr'](0x1,0x5);}}function o(_0x54802d,_0x2f7509,_0x3d0709){const _0xee5128=_0x54802d['t'],t=_0x54802d['t'];switch(_0x2f7509){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',_0x3d0709);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x3d0709);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x3d0709);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x3d0709);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x3d0709);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',_0x3d0709);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x3d0709);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',_0x3d0709);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x3d0709);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x3d0709);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x3d0709);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x3d0709);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x3d0709);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x3d0709);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x3d0709);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x3d0709);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x3d0709);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x3d0709);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x3d0709);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x3d0709);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x3d0709);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x3d0709);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x3d0709);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x3d0709);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'},_0x3d0709);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x3d0709);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x3d0709);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x3d0709);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x3d0709);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x3d0709);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'},_0x3d0709);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x3d0709);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x3d0709);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x3d0709);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x3d0709);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'},_0x3d0709);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x3d0709);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'},_0x3d0709);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'},_0x3d0709);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x3d0709);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'},_0x3d0709);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x3d0709);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'},_0x3d0709);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x3d0709);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x3d0709);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'},_0x3d0709);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x3d0709);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 _0xee5128({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x3d0709);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0xee5128({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x3d0709);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x3d0709);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'},_0x3d0709);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'},_0x3d0709);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'},_0x3d0709);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x2f7509;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x109dc1,_0x34d655){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x109dc1,this['_locale']=_0x34d655;}['getDescriptions'](_0x5a972e){const _0x1b2eb1=[],_0x200af0=new Set(),_0x56f48d=new Set();for(let _0x5ede56=0x0;_0x5ede56<_0x5a972e['length'];_0x5ede56++){const _0x4a38b9=_0x5a972e[_0x5ede56];if(!_0x4a38b9['isInContent'])continue;const _0x4a524e=this['_handleCustomCallbackDescription'](_0x4a38b9);if(_0x4a524e){if(null!=_0x4a38b9['subType']){if(_0x200af0['has'](_0x4a38b9['subType']))continue;_0x200af0['add'](_0x4a38b9['subType']);}_0x1b2eb1['push'](_0x4a524e);}else{if('attribute'!=_0x4a38b9['type'])'insertion'!=_0x4a38b9['type']&&'deletion'!=_0x4a38b9['type']||this['_handleInsertRemoveSuggestionDescription'](_0x1b2eb1,_0x4a38b9,_0x5a972e[_0x5ede56+0x1]);else{const _0x59da19=_0x4a38b9['data']['key'];if(_0x56f48d['has'](_0x59da19))continue;_0x56f48d['add'](_0x4a38b9['data']['key']),_0x59da19==m?this['_handleRenameSuggestionDescription'](_0x1b2eb1,_0x4a38b9):this['_handleAttributeSuggestionDescription'](_0x1b2eb1,_0x4a38b9);}}}return this['_resolveDescriptionItems'](_0x1b2eb1);}['registerDescriptionCallback'](_0x5b4006){this['_customCallbacks']['push'](_0x5b4006);}['registerElementLabel'](_0x68a5bd,_0x1937c7,_0x312782=_0x550a89['normal']){'function'==typeof _0x68a5bd?_0x482615(this['_itemLabelsCallbacks'],{'matchingCallback':_0x68a5bd,'label':_0x1937c7,'priority':_0x312782}):this['_itemLabels']['set'](_0x68a5bd,_0x1937c7);}['registerAttributeLabel'](_0x5b8cef,_0x328590){this['_attributeLabels']['set'](_0x5b8cef,_0x328590);}['getItemLabel'](_0x346be6,_0x5ea612=0x1){let _0x38566f;for(const _0x1f0c83 of this['_itemLabelsCallbacks'])if(_0x1f0c83['matchingCallback'](_0x346be6)){_0x38566f=_0x1f0c83['label'];break;}return _0x38566f||(_0x38566f=this['_itemLabels']['get'](_0x346be6['name'])),_0x38566f?_0x38566f(_0x5ea612):0x1!==_0x5ea612?_0x5ea612+'\x20'+_0x346be6['name']+'s':''+_0x346be6['name'];}['_addDescriptionItems'](_0xbac7bf,_0x268f73){const _0x3f4579=_0x268f73['getFirstRange']()['getWalker'](),_0x2ff736='insertion'==_0x268f73['type']?'add':'remove';for(const _0x227b3f of _0x3f4579){const _0xa82f7=_0x227b3f['item'],_0x205561=_0xbac7bf[_0xbac7bf['length']-0x1];if(_0xa82f7['is']('$textProxy'))_0x205561&&_0x205561['type']['indexOf']('Container')>-0x1&&_0xbac7bf['pop'](),_0x205561&&'text'==_0x205561['type']?_0x205561[_0x2ff736]+=_0xa82f7['data']:_0xbac7bf['push']({'type':'text','add':'add'==_0x2ff736?_0xa82f7['data']:'','remove':'remove'==_0x2ff736?_0xa82f7['data']:''});else{if(this['_schema']['isObject'](_0xa82f7)){const _0x20f5a6=_0xa82f7;if(_0x205561&&_0x205561['type']['indexOf']('Container')>-0x1&&_0xbac7bf['pop'](),'elementEnd'==_0x227b3f['type'])continue;_0x205561&&_0x205561['type']==_0x2ff736+'Object'&&_0x205561['element']['name']==_0x20f5a6['name']?_0x205561['quantity']++:_0xbac7bf['push']({'type':_0x2ff736+'Object','element':_0x20f5a6,'quantity':0x1}),_0x3f4579['skip'](_0x46af33=>!('elementEnd'==_0x46af33['type']&&_0x46af33['item']==_0xa82f7));}else{if(this['_schema']['checkChild'](_0xa82f7,'$text')||_0xa82f7['is']('element','softBreak')){const _0x5b0b42=_0xa82f7;if('add'==_0x2ff736&&'elementStart'==_0x227b3f['type']||'remove'==_0x2ff736&&'elementEnd'==_0x227b3f['type'])continue;if(_0x205561&&-0x1==_0x205561['type']['indexOf']('Container')){'text'==_0x205561['type']&&(_0x205561[_0x2ff736]+='\x0a');continue;}let _0x51cca9;if(_0x51cca9='add'==_0x2ff736?_0x5b0b42['nextSibling']&&!this['_schema']['isObject'](_0x5b0b42['nextSibling'])?_0x5b0b42['nextSibling']:null:_0x5b0b42['previousSibling']&&!this['_schema']['isObject'](_0x5b0b42['previousSibling'])?_0x5b0b42['previousSibling']:null,_0x5b0b42['isEmpty']||_0x51cca9&&_0x51cca9['isEmpty']){const _0x28a7c7=_0x51cca9&&_0x51cca9['isEmpty']?_0x51cca9:_0x5b0b42;_0x205561&&_0x205561['type']==_0x2ff736+'EmptyContainer'&&_0x205561['element']['name']==_0x28a7c7['name']?_0x205561['quantity']++:_0xbac7bf['push']({'type':_0x2ff736+'EmptyContainer','element':_0x28a7c7,'quantity':0x1});}else _0xbac7bf['push']({'type':_0x2ff736+'Container','element':_0x5b0b42});}}}}}['_resolveDescriptionItems'](_0x21d45f){const _0x2c434b=this['_locale'],_0x49d559=[],_0x4f0659=[],_0x719a79=[];for(const _0x51465c of _0x21d45f)switch(_0x51465c['type']){case'text':if(_0x51465c['add']=_0x51465c['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x51465c['remove']=_0x51465c['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x51465c['add']&&''!=_0x51465c['remove']){_0x49d559['push']({'type':'replace','content':o(_0x2c434b,'REPLACE_TEXT',['\x22'+_0x51465c['remove']+'\x22','\x22'+_0x51465c['add']+'\x22'])});continue;}if(null!=_0x51465c['add']['match'](/^ +$/)){_0x49d559['push']({'type':'insertion','content':o(_0x2c434b,'*Insert:*\x20%0',o(_0x2c434b,'ELEMENT_SPACE',_0x51465c['add']['length']))});continue;}if(null!=_0x51465c['remove']['match'](/^ +$/)){_0x49d559['push']({'type':'deletion','content':o(_0x2c434b,'*Remove:*\x20%0',o(_0x2c434b,'ELEMENT_SPACE',_0x51465c['remove']['length']))});continue;}if(''!=_0x51465c['add']){_0x49d559['push']({'type':'insertion','content':o(_0x2c434b,'*Insert:*\x20%0','\x22'+_0x51465c['add']+'\x22')});continue;}_0x49d559['push']({'type':'deletion','content':o(_0x2c434b,'*Remove:*\x20%0','\x22'+_0x51465c['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x49d559['push']({'type':'insertion','content':o(_0x2c434b,'*Insert:*\x20%0',this['getItemLabel'](_0x51465c['element'],_0x51465c['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x49d559['push']({'type':'deletion','content':o(_0x2c434b,'*Remove:*\x20%0',this['getItemLabel'](_0x51465c['element'],_0x51465c['quantity']))});continue;case'addContainer':_0x49d559['push']({'type':'insertion','content':o(_0x2c434b,'*Split:*\x20%0',this['getItemLabel'](_0x51465c['element'],_0x51465c['quantity']))});continue;case'removeContainer':_0x49d559['push']({'type':'deletion','content':o(_0x2c434b,'*Merge:*\x20%0',this['getItemLabel'](_0x51465c['element'],_0x51465c['quantity']))});continue;case'addFormat':_0x4f0659['push'](_0x51465c['key']);continue;case'removeFormat':_0x719a79['push'](_0x51465c['key']);continue;default:_0x49d559['push'](_0x51465c);}if(_0x4f0659['length']){const _0x5da165=_0x4f0659['map'](_0x1a86b2=>this['_attributeLabels']['has'](_0x1a86b2)?this['_attributeLabels']['get'](_0x1a86b2):_0x1a86b2)['join'](',\x20');_0x49d559['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x5da165)});}if(_0x719a79['length']){const _0x3e2152=_0x719a79['map'](_0x340316=>this['_attributeLabels']['has'](_0x340316)?this['_attributeLabels']['get'](_0x340316):_0x340316)['join'](',\x20');_0x49d559['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x3e2152)});}return _0x49d559;}['_handleCustomCallbackDescription'](_0x4fc473){for(const _0x3d4f63 of this['_customCallbacks']){const _0x57dafd=_0x3d4f63(_0x4fc473);if(_0x57dafd&&'type'in _0x57dafd)return _0x57dafd;}}['_handleAttributeSuggestionDescription'](_0x2d5fa9,_0x53aad5){const _0x474fec=_0x53aad5['data'],_0x4507d4=void 0x0===_0x474fec['newValue']?'removeFormat':'addFormat';_0x2d5fa9['push']({'type':_0x4507d4,'key':_0x474fec['key']});}['_handleRenameSuggestionDescription'](_0x2b134e,_0x52c816){_0x2b134e['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x52c816['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x4817bb,_0x49c3be,_0x1590d8){if(this['_addDescriptionItems'](_0x4817bb,_0x49c3be),_0x1590d8&&_0x1590d8['getFirstRange']()&&!_0x49c3be['getFirstRange']()['end']['isEqual'](_0x1590d8['getFirstRange']()['start'])){const _0x5ee644=_0x4817bb[_0x4817bb['length']-0x1],_0x4af4cc='insertion'==_0x49c3be['type']?'add':'remove';_0x5ee644&&'text'==_0x5ee644['type']&&(_0x5ee644[_0x4af4cc]+='\x0a');}}}class U extends _0x1a323e{['afterInit'](){const _0x2fb97a=this['editor'],_0x221a26=_0x2fb97a['plugins']['get']('TrackChangesEditing');_0x2fb97a['commands']['get']('showAIAssistant')&&_0x221a26['enableCommand']('showAIAssistant');}}class V extends _0x1a323e{['afterInit'](){const _0x3f31ca=this['editor'],_0x57a9f6=_0x3f31ca['locale'];if(!_0x3f31ca['plugins']['has']('AlignmentEditing'))return;const _0x2eca14=_0x3f31ca['plugins']['get']('TrackChangesEditing');_0x2eca14['enableDefaultAttributesIntegration']('alignment'),_0x2eca14['registerBlockAttribute']('alignment'),_0x2eca14['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x57a9f6,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2ad4ce=this['editor'],_0xad5483=_0x2ad4ce['locale'];_0x2ad4ce['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x59d211=>{if('formatBlock'!=_0x59d211['type'])return;const {data:_0x55385e}=_0x59d211;if(_0x55385e&&'alignment'==_0x55385e['commandName']){const _0x4d6cf4=_0x55385e['commandParams'][0x0]['value'];return{'type':'format','content':o(_0xad5483,'*Format:*\x20%0',function(_0x1a0494){switch(_0x1a0494){case'left':return o(_0xad5483,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0xad5483,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0xad5483,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0xad5483,'FORMAT_JUSTIFY_TEXT');}}(_0x4d6cf4))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x1a323e{['afterInit'](){const _0x5050df=this['editor'],_0x4da312=_0x5050df['plugins']['get']('TrackChangesEditing'),_0x5989d5=_0x5050df['locale'];for(const _0x4eaac2 of ti){if(!_0x5050df['plugins']['has'](_0x4eaac2))continue;const _0x257bce=_0x4eaac2['slice'](0x0,-0x7)['toLowerCase'](),_0x20e032='FORMAT_'+_0x257bce['toUpperCase']();_0x4da312['enableDefaultAttributesIntegration'](_0x257bce),_0x4da312['registerInlineAttribute'](_0x257bce),_0x4da312['descriptionFactory']['registerAttributeLabel'](_0x257bce,o(_0x5989d5,_0x20e032));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x28f50=this['editor'],_0x4475cb=_0x28f50['locale'],_0x361db5=_0x28f50['plugins']['get']('TrackChangesEditing');function _0x304263(_0x59e61c,_0x29d6aa){_0x361db5['descriptionFactory']['registerDescriptionCallback'](_0x998ec=>{if('formatInline'!=_0x998ec['type'])return;const {data:_0x112b87}=_0x998ec;return _0x112b87&&_0x112b87['commandName']===_0x59e61c?_0x112b87['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4475cb,'*Format:*\x20%0',_0x29d6aa)}:{'type':'format','content':o(_0x4475cb,'*Remove\x20format:*\x20%0',_0x29d6aa)}:void 0x0;});}_0x304263('bold',o(_0x4475cb,'FORMAT_BOLD')),_0x304263('italic',o(_0x4475cb,'FORMAT_ITALIC')),_0x304263('underline',o(_0x4475cb,'FORMAT_UNDERLINE')),_0x304263('code',o(_0x4475cb,'FORMAT_CODE')),_0x304263('strikethrough',o(_0x4475cb,'FORMAT_STRIKETHROUGH')),_0x304263('subscript',o(_0x4475cb,'FORMAT_SUBSCRIPT')),_0x304263('superscript',o(_0x4475cb,'FORMAT_SUPERSCRIPT'));}}class F extends _0x1a323e{['afterInit'](){const _0x1929ab=this['editor'],_0x312a6b=_0x1929ab['locale'];if(!_0x1929ab['plugins']['has']('BlockQuoteEditing'))return;const _0x29ac3a=_0x1929ab['plugins']['get']('TrackChangesEditing'),_0x4a6774=this['editor']['commands']['get']('blockQuote');_0x29ac3a['enableCommand']('blockQuote',(_0x1ac81f,_0x390c7c={})=>{const _0x373886=this['editor']['model']['document']['selection'],_0x959d=_0x390c7c&&void 0x0!==_0x390c7c['forceValue']?_0x390c7c['forceValue']:!_0x4a6774['value'];let _0x9c5af2=[];if(_0x959d){const _0x1ef236=Array['from'](_0x373886['getSelectedBlocks']())['filter'](_0x3d5b9a=>oo(_0x3d5b9a)||function(_0x113b5d,_0x181ccd){const _0x2b85b5=_0x181ccd['checkChild'](_0x113b5d['parent'],'blockQuote'),_0x5683fe=_0x181ccd['checkChild'](['$root','blockQuote'],_0x113b5d);return _0x2b85b5&&_0x5683fe;}(_0x3d5b9a,this['editor']['model']['schema']));_0x9c5af2=to(_0x1ef236,_0x1929ab['model']);}else{const _0x3e8d86=Array['from'](_0x373886['getSelectedBlocks']())['filter'](_0x5ea483=>oo(_0x5ea483));_0x9c5af2=to(_0x3e8d86,_0x1929ab['model']);}_0x1929ab['model']['change'](()=>{for(const _0x55e6ad of _0x9c5af2)_0x29ac3a['markBlockFormat'](_0x55e6ad,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x959d}]});});}),_0x29ac3a['descriptionFactory']['registerDescriptionCallback'](_0x458262=>{const {data:_0x31491d}=_0x458262;if(_0x31491d&&'blockQuote'==_0x31491d['commandName']){const _0x680ed8=o(_0x312a6b,'ELEMENT_BLOCK_QUOTE');return _0x31491d['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x312a6b,'*Set\x20format:*\x20%0',_0x680ed8)}:{'type':'format','content':o(_0x312a6b,'*Remove\x20format:*\x20%0',_0x680ed8)};}});}}function oo(_0x881874){return'blockQuote'==_0x881874['parent']['name'];}class L extends _0x1a323e{['afterInit'](){const _0x1e4e45=this['editor'],_0x4fbc9a=_0x1e4e45['locale'],_0x2cd040=_0x1e4e45['plugins']['get']('TrackChangesEditing');_0x1e4e45['plugins']['has']('BookmarkEditing')&&(_0x2cd040['enableCommand']('insertBookmark'),_0x2cd040['enableDefaultAttributesIntegration']('updateBookmark'),_0x2cd040['registerBlockAttribute']('bookmarkId'),_0x2cd040['descriptionFactory']['registerDescriptionCallback'](_0x2b500c=>{if('insertion'!=_0x2b500c['type']&&'deletion'!=_0x2b500c['type']&&'attribute'!=_0x2b500c['type'])return;const _0x1a76d1=_0x2b500c['getContainedElement']();if(null==_0x1a76d1)return;if(!_0x1a76d1['is']('element','bookmark'))return;const _0x242484=_0x1a76d1['getAttribute']('bookmarkId');if('insertion'==_0x2b500c['type'])return{'type':'insertion','content':o(_0x4fbc9a,'*Insert:*\x20%0','\x22'+_0x242484+'\x22\x20'+o(_0x4fbc9a,'ELEMENT_BOOKMARK'))};if('deletion'==_0x2b500c['type'])return{'type':'deletion','content':o(_0x4fbc9a,'*Remove:*\x20%0','\x22'+_0x242484+'\x22\x20'+o(_0x4fbc9a,'ELEMENT_BOOKMARK'))};const {data:_0x37ad8d}=_0x2b500c;if(!_0x37ad8d||'bookmarkId'!=_0x37ad8d['key'])return;return{'type':'format','content':o(_0x4fbc9a,'*Set\x20bookmark:*\x20%0','\x22'+_0x37ad8d['newValue']+'\x22')};}));}}class J extends _0x1a323e{['afterInit'](){const _0x2f8b20=this['editor'];_0x2f8b20['plugins']['has']('CaseChange')&&(_0x2f8b20['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x2f8b20['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x2f8b20['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x1a323e{['afterInit'](){const _0x23779d=this['editor'];_0x23779d['commands']['get']('ckbox')&&_0x23779d['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class q extends _0x1a323e{['afterInit'](){const _0x17579a=this['editor'];if(!_0x17579a['plugins']['has']('CodeBlock'))return;const _0x4932bf=_0x17579a['plugins']['get']('TrackChangesEditing'),_0xb3de05=_0x17579a['locale'],_0x3d368a=_0x17579a['config']['get']('codeBlock')['languages'],_0x52011b=_0x17579a['commands']['get']('codeBlock');_0x4932bf['enableCommand']('indentCodeBlock'),_0x4932bf['enableCommand']('outdentCodeBlock'),_0x4932bf['enableCommand']('codeBlock',(_0x2d1848,_0x42b5ec={})=>{const _0x59eec6=_0x17579a['model'],_0xc1ea4a=_0x17579a['model']['document']['selection'],_0x17b9d7=_0x42b5ec&&void 0x0!==_0x42b5ec['forceValue']?_0x42b5ec['forceValue']:!_0x52011b['value'];let _0x40a483;_0x42b5ec['language']||(_0x42b5ec['language']=_0x3d368a[0x0]['language']),_0x40a483=_0x17b9d7?Array['from'](_0xc1ea4a['getSelectedBlocks']())['filter'](_0x514359=>eo(_0x514359)||function(_0x1a92f0,_0x307409){if(_0x1a92f0['is']('rootElement')||_0x307409['isLimit'](_0x1a92f0))return!0x1;return _0x307409['checkChild'](_0x1a92f0['parent'],'codeBlock');}(_0x514359,_0x59eec6['schema'])):Array['from'](_0xc1ea4a['getSelectedBlocks']())['filter'](_0x145471=>eo(_0x145471));const _0xd82a9e=to(_0x40a483,_0x59eec6);_0x59eec6['change'](()=>{for(const _0x4ee343 of _0xd82a9e)_0x4932bf['markBlockFormat'](_0x4ee343,{'commandName':'codeBlock','commandParams':[{..._0x42b5ec,'forceValue':_0x17b9d7}],'formatGroupId':'blockName'});});}),(_0x4932bf['descriptionFactory']['registerElementLabel']('codeBlock',_0x225ebf=>o(_0xb3de05,'ELEMENT_CODE_BLOCK',_0x225ebf)),_0x4932bf['descriptionFactory']['registerDescriptionCallback'](_0x465160=>{if('formatBlock'!=_0x465160['type'])return;const _0x4fca86=_0xb3de05['t'],{data:_0x9d2b94}=_0x465160;if(!_0x9d2b94||'codeBlock'!=_0x9d2b94['commandName'])return;const _0x4eb9b6=_0x9d2b94['commandParams'][0x0]['language'],_0x5051a2=_0x4fca86(_0x3d368a['find'](_0x49c18c=>_0x49c18c['language']===_0x4eb9b6)['label'])['toLowerCase']();return _0x9d2b94['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xb3de05,'*Set\x20format:*\x20%0',o(_0xb3de05,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x5051a2+')')}:{'type':'format','content':o(_0xb3de05,'*Remove\x20format:*\x20%0',o(_0xb3de05,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x20a049){return'codeBlock'==_0x20a049['name'];}class z extends _0x1a323e{['afterInit'](){const _0x2c31d9=this['editor'];if(!_0x2c31d9['plugins']['has']('CommentsEditing'))return;_0x2c31d9['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0xc1e5c4,_0x52bf33,_0xfdb055){const _0x13d841=[];for(const _0x28bc53 of _0x52bf33['getItems']())_0x28bc53['hasAttribute'](_0xc1e5c4)&&_0x13d841['push'](_0xfdb055['createRangeOn'](_0x28bc53));return _0x13d841;}function De(_0x5c000f,_0x51a814,{showActiveMarker:_0x37a4bb=!0x0}={}){const _0x3842c5=_0x5c000f['plugins']['get']('TrackChangesEditing');return(_0x3d6c42,_0x3d1a24,_0x469ba3)=>{if(!_0x469ba3['consumable']['test'](_0x3d1a24['markerRange'],_0x3d6c42['name']))return;const _0x18a79d=_0x3d1a24['markerRange']['getWalker'](),_0x41faad=_0x3d1a24['markerRange']['start'],_0x568edd=_0x5c000f['model']['schema'];let _0xa52129=null,_0x2fd6ab=null,_0x5c513a=!0x1,_0x2dc3da=!0x1;for(const _0x347bfd of _0x18a79d){const _0x268f9b=_0x347bfd['item'];_0x5c513a=_0x5c513a||_0x568edd['isContent'](_0x268f9b);const _0x284029=_0x469ba3['mapper']['toViewElement'](_0x268f9b);if(_0x284029&&_0x284029['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x347bfd['type']&&(_0x568edd['isBlock'](_0x268f9b)&&!_0x568edd['isLimit'](_0x268f9b)&&(_0x268f9b['nextSibling']||_0x41faad['isAtEnd']?_0xa52129&&_0xa52129['parent']==_0x268f9b||(_0xa52129=_0x268f9b,_0x705055(_0x347bfd['previousPosition']),_0x2dc3da=!0x0):_0x2fd6ab=_0x2fd6ab||_0x347bfd['previousPosition']));}function _0x705055(_0x211db8){const {authorId:_0x3d0a1f}=_0x3842c5['_splitMarkerName'](_0x3d1a24['markerName']),_0x15bdd9=_0x469ba3['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x51a814,'data-author-id':_0x3d0a1f}),_0x517a3c=_0x469ba3['mapper']['toViewPosition'](_0x211db8);_0x37a4bb&&_0x3842c5['activeMarkers']['includes'](_0x3d1a24['markerName'])&&_0x469ba3['writer']['addClass']('ck-suggestion-marker--active',_0x15bdd9),_0x469ba3['writer']['insert'](_0x517a3c,_0x15bdd9),_0x469ba3['mapper']['bindElementToMarker'](_0x15bdd9,_0x3d1a24['markerName']);}_0x5c513a||_0x2dc3da||!_0x2fd6ab||_0x705055(_0x2fd6ab);};}class K extends _0x1a323e{static get['requires'](){return[_0x186f98];}['init'](){const _0xf1f497=this['editor'],_0x5df71c=_0xf1f497['plugins']['get']('TrackChangesEditing');_0x5df71c['enableCommand']('delete');const _0x2d06a1=_0xf1f497['commands']['get']('deleteForward');_0x5df71c['enableCommand']('deleteForward',(_0x844270,_0x5cd12c={})=>{const _0x480394=_0xf1f497['model']['createSelection'](_0xf1f497['model']['document']['selection']);_0x480394['isCollapsed']&&_0xf1f497['model']['modifySelection'](_0x480394,{'direction':'forward','unit':_0x5cd12c['unit']});const _0x231217=_0x480394['getFirstRange'](),_0x540eca=_0x586eec['fromRange'](_0x231217);let _0xb3baf1;_0x844270(_0x5cd12c),_0xb3baf1='$graveyard'==_0x540eca['root']['rootName']?_0xf1f497['model']['createRange'](_0x231217['start']):_0xf1f497['model']['createRange'](_0x540eca['start'],_0x540eca['end']),_0x540eca['detach'](),_0xf1f497['model']['enqueueChange'](_0x2d06a1['buffer']['batch'],_0x140156=>{_0x2d06a1['buffer']['lock'](),_0x140156['setSelection'](_0x140156['createRange'](_0xb3baf1['end'])),_0x2d06a1['buffer']['unlock']();});}),_0xf1f497['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',De(_0xf1f497,'merge'),{'priority':'high'}),_0xf1f497['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x55010f,_0x326822,_0x529230)=>{_0x529230['options']['showSuggestionHighlights']&&De(_0xf1f497,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x55010f,_0x326822,_0x529230);},{'priority':'high'}),_0xf1f497['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x89efed,_0x4e8ac0,_0x2045a3)=>{const _0x56a6ec=_0x2045a3['mapper']['markerNameToElements'](_0x4e8ac0['markerName']);if(_0x56a6ec){for(const _0x1f93d1 of _0x56a6ec)_0x1f93d1['is']('uiElement')&&(_0x2045a3['mapper']['unbindElementFromMarkerName'](_0x1f93d1,_0x4e8ac0['markerName']),_0x2045a3['writer']['remove'](_0x1f93d1));}},{'priority':'high'});}}class W extends _0x1a323e{['afterInit'](){const _0x24d914=this['editor'];if(!_0x24d914['plugins']['has']('ListEditing'))return;const _0x592b78=_0x24d914['locale'],_0x284a6a=_0x24d914['plugins']['get']('TrackChangesEditing'),_0x2ff80d=_0x24d914['plugins']['has']('TodoListEditing'),_0x1a914d=!!_0x24d914['config']['get']('list.multiBlock');function _0x27de2f(_0x3f6e86){return{'type':'format','content':''+o(_0x592b78,'*Set\x20format:*\x20%0',_0x3f6e86)};}function _0x1cfc6e(_0x306451){return{'type':'format','content':''+o(_0x592b78,'*Remove\x20format:*\x20%0',_0x306451)};}_0x284a6a['enableDefaultAttributesIntegration']('numberedList'),_0x284a6a['enableDefaultAttributesIntegration']('bulletedList'),_0x284a6a['enableDefaultAttributesIntegration']('customNumberedList'),_0x284a6a['enableDefaultAttributesIntegration']('customBulletedList'),_0x284a6a['enableDefaultAttributesIntegration']('indentList'),_0x284a6a['enableDefaultAttributesIntegration']('outdentList'),_0x284a6a['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x284a6a['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x284a6a['registerBlockAttribute']('listItemId'),_0x284a6a['registerBlockAttribute']('listType'),_0x284a6a['registerBlockAttribute']('listIndent'),_0x1a914d&&(_0x284a6a['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x284a6a['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x2ff80d&&(_0x284a6a['enableDefaultAttributesIntegration']('todoList'),_0x284a6a['enableDefaultAttributesIntegration']('checkTodoList'),_0x284a6a['registerBlockAttribute']('todoListChecked'),_0x284a6a['descriptionFactory']['registerDescriptionCallback'](_0x4557b6=>{const {data:_0xbc3e66}=_0x4557b6;if(_0xbc3e66&&'todoListChecked'==_0xbc3e66['key'])return{'type':'format','content':_0xbc3e66['newValue']?o(_0x592b78,'*Check\x20item*'):o(_0x592b78,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x5acc6b=>{if(_0x5acc6b['batch']['isUndo'])return!0x1;let _0x15fd51=!0x1;const _0x5e5b0d=_0x284a6a['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x100a1d=>'todoListChecked'===_0x284a6a['_getAttributeKey'](_0x100a1d));for(const _0x274fb8 of _0x5e5b0d){'todo'!=_0x274fb8['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x284a6a['_findSuggestions'](_0x274fb8['getFirstRange'](),'attribute')['find'](_0x17c889=>'listType'===_0x284a6a['_getAttributeKey'](_0x17c889['suggestion']))||(_0x5acc6b['removeMarker'](_0x274fb8['getFirstMarker']()),_0x15fd51=!0x0));}return _0x15fd51;})),_0x284a6a['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x592b78,'FORMAT_INDENT'));const _0x5e111a={'type':'format','content':''};_0x284a6a['descriptionFactory']['registerDescriptionCallback'](_0x2e7a5c=>{const {data:_0x298412}=_0x2e7a5c;if(!_0x298412||'listType'!=_0x298412['key'])return;let _0x52f2c9=_0x2e7a5c['head'];for(;_0x52f2c9;){if(_0x52f2c9['data']&&(('listStyle'==_0x52f2c9['data']['key']||'listMarkerStyle'==_0x52f2c9['data']['key'])&&(_0x52f2c9['data']['newValue']&&'default'!=_0x52f2c9['data']['newValue']||'default'!=_0x52f2c9['data']['oldValue']&&!_0x298412['newValue'])||!_0x1a914d&&_0x52f2c9['data']['key']==m))return _0x5e111a;_0x52f2c9=_0x52f2c9['next'];}if(null==_0x298412['newValue'])switch(_0x298412['oldValue']){case'bulleted':return _0x1cfc6e(o(_0x592b78,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1cfc6e(o(_0x592b78,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1cfc6e(o(_0x592b78,'ELEMENT_TODO_LIST'));}switch(_0x298412['newValue']){case'bulleted':return _0x27de2f(o(_0x592b78,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x27de2f(o(_0x592b78,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x27de2f(o(_0x592b78,'ELEMENT_TODO_LIST'));}}),_0x284a6a['descriptionFactory']['registerDescriptionCallback'](_0x2a030c=>{const {data:_0xf8c75f}=_0x2a030c;if(_0xf8c75f&&'listIndent'==_0xf8c75f['key'])return null==_0xf8c75f['newValue']||null==_0xf8c75f['oldValue']&&0x0==_0xf8c75f['newValue']?_0x5e111a:void 0x0;}),_0x284a6a['descriptionFactory']['registerDescriptionCallback'](_0x5a574b=>{if('attribute'!=_0x5a574b['type'])return;const {data:_0x4c9464}=_0x5a574b;if(!_0x4c9464||'listItemId'!=_0x4c9464['key'])return;const _0x3bc47b=Te(_0x5a574b);return'newValue'==_0x3bc47b?{'type':'format','content':o(_0x592b78,'*Merge:*\x20list\x20item')}:'oldValue'==_0x3bc47b?{'type':'format','content':o(_0x592b78,'*Split:*\x20list\x20item')}:_0x5e111a;}),_0x24d914['model']['document']['registerPostFixer'](_0x504f56=>this['listItemIdFixer'](_0x504f56)),_0x24d914['model']['document']['registerPostFixer'](_0x21a1ad=>this['noTrackChangesFixer'](_0x21a1ad)),_0x24d914['model']['document']['on']('change:data',(_0x16c1cd,_0xc5d139)=>{if(_0xc5d139['isUndo']||!_0xc5d139['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x592e21){if(_0x592e21['batch']['isUndo']||!_0x592e21['batch']['isLocal'])return!0x1;let _0x3f116c=!0x1;const _0xce5240=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1b4c23=>_0x1b4c23['data']&&'listItemId'==_0x1b4c23['data']['key'])['filter'](_0x1c390a=>_0x1c390a['data']['newValue']&&_0x1c390a['data']['oldValue']);for(const _0x52e036 of _0xce5240)Te(_0x52e036)||(_0x592e21['removeMarker'](_0x52e036['getFirstMarker']()),_0x3f116c=!0x0);return _0x3f116c;}['noTrackChangesFixer'](_0x25fb5a){if(_0x25fb5a['batch']['isUndo']||!_0x25fb5a['batch']['isLocal'])return!0x1;const _0x5a7683=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x5a7683['trackChangesCommand']['value'])return!0x1;let _0x2c012e=!0x1;const _0x30bc2c=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x3313bc=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x2baba1=>'attribute'==_0x2baba1['type'])['filter'](_0x1cc38f=>_0x30bc2c['includes'](_0x1cc38f['attributeKey']));if(0x0==_0x3313bc['length'])return _0x2c012e;for(const _0x27b6ff of _0x3313bc){const _0x3bce8f=_0x5a7683['_findSuggestions'](_0x27b6ff['range'],'attribute')['filter'](_0x62a547=>!_0x62a547['meta']['isNextTo'])['map'](_0x1c0f14=>_0x1c0f14['suggestion'])['filter'](_0x5c9830=>{const _0x16a99e=_0x5a7683['_getAttributeKey'](_0x5c9830);return _0x30bc2c['includes'](_0x16a99e);});if(_0x3bce8f['length']){for(const _0x4a0cc4 of _0x3bce8f)_0x25fb5a['removeMarker'](_0x4a0cc4['getFirstMarker']());_0x2c012e=!0x0;}}return _0x2c012e;}['assureChains'](){const _0x3eb82f=this['editor']['plugins']['get']('TrackChangesEditing'),_0x537d66=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x14e809;const _0x48d376=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x1f5429=>{if(_0x1f5429['data']['oldRange']||!_0x1f5429['data']['newRange'])return null;if(!_0x1f5429['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x24bff0}=_0x3eb82f['_splitMarkerName'](_0x1f5429['name']);if(!_0x3eb82f['hasSuggestion'](_0x24bff0))return null;const _0x15ec99=_0x3eb82f['getSuggestion'](_0x24bff0);return _0x537d66['includes'](_0x15ec99['data']['key']);})['map'](_0x5d890f=>{const {id:_0xd46e7e}=_0x3eb82f['_splitMarkerName'](_0x5d890f['name']),_0x35b62f=_0x3eb82f['getSuggestion'](_0xd46e7e);return _0x14e809=_0x35b62f['attributes']['groupId'],_0x35b62f['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x48d376['size'])return;const _0x512a33=_0x3eb82f['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x364d70=>'attribute'==_0x364d70['type']&&_0x364d70['data']&&_0x537d66['includes'](_0x364d70['data']['key'])&&_0x364d70['attributes']['groupId']!=_0x14e809)['map'](_0x27a871=>({'listItem':_0x27a871['getFirstRange']()['start']['nodeAfter'],'groupId':_0x27a871['attributes']['groupId']})),_0x3cfe2d=new Set();for(const {groupId:_0x376a74,listItem:_0x2e5e62}of _0x512a33)_0x48d376['has'](_0x2e5e62)&&_0x3cfe2d['add'](_0x376a74);for(const _0x3ea1ab of _0x3eb82f['getSuggestions']())_0x3cfe2d['has'](_0x3ea1ab['attributes']['groupId'])&&_0x3ea1ab['setAttribute']('groupId',_0x14e809);}['_supportLegacySuggestions'](){const _0x2b122f=this['editor'],_0x44fb0e=_0x2b122f['locale'],_0x41e5a6=_0x2b122f['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x41e5a6['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x3c3d4f,_0x305972){const _0x26c692=[];for(let _0xba37d2 of _0x3c3d4f)_0xba37d2['start']['nodeAfter']===_0xba37d2['end']['parent']&&(_0xba37d2=_0x2b122f['model']['createRange'](_0x2b122f['model']['createPositionAt'](_0xba37d2['start']['nodeAfter'],0x0))),_0x26c692['push'](_0xba37d2);_0x2b122f['model']['change'](_0x2aec0c=>{const _0x164204=_0x2b122f['model']['document']['selection'],_0x5d7443=Array['from'](_0x164204['getRanges']())['map'](_0x408ee5=>_0x586eec['fromRange'](_0x408ee5));_0x2aec0c['setSelection'](_0x26c692),_0x2b122f['commands']['get'](_0x305972['commandName'])['refresh'](),_0x305972['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x2b122f['execute'](_0x305972['commandName'],..._0x305972['commandParams']),_0x2aec0c['setSelection'](_0x5d7443);for(const _0x11d5d1 of _0x5d7443)_0x11d5d1['detach']();});}),_0x41e5a6['descriptionFactory']['registerElementLabel'](function(_0x4693e8){const _0x29caf0=!_0x2b122f['model']['schema']['isObject'](_0x4693e8),_0x460066=_0x4693e8['previousSibling'],_0x13e1f2=_0x4693e8['nextSibling'],_0x5c33f1=_0x4693e8['getAttribute']('listItemId'),_0x5225ae=!_0x460066||_0x460066['getAttribute']('listItemId')!==_0x5c33f1,_0x283b2a=!_0x13e1f2||_0x13e1f2['getAttribute']('listItemId')!==_0x5c33f1;return _0x29caf0&&Boolean(_0x5c33f1)&&_0x5225ae&&_0x283b2a;},_0x10a5fb=>o(_0x44fb0e,'ELEMENT_LIST_ITEM',_0x10a5fb));}['_registerLegacyDescription'](){const _0x523bff=this['editor'],_0x34faa8=_0x523bff['locale'];function _0x120369(_0x2cb559){const _0x3dd2b6=_0x523bff['commands']['get']('bulletedList')['value'],_0x3c2a6b=_0x523bff['commands']['get']('numberedList')['value'];return'numberedList'===_0x2cb559?_0x3dd2b6:_0x3c2a6b;}_0x523bff['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x44958c){if('formatBlock'!=_0x44958c['type'])return;const {data:_0x358716}=_0x44958c;if(!_0x358716)return;let _0xd9dff2,_0x2b1792,_0x215a34,_0x1ad848;switch(_0x358716['commandName']){case'bulletedList':_0x215a34=_0x358716['commandParams'][0x0]['forceValue'],_0x1ad848=_0x120369(_0x358716['commandName']),_0xd9dff2=_0x215a34?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x1ad848&&_0x523bff['config']['get']('list.multiBlock')||(_0xd9dff2='*Change\x20to:*\x20%0'),_0x2b1792={'type':'format','content':o(_0x34faa8,_0xd9dff2,o(_0x34faa8,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x215a34=_0x358716['commandParams'][0x0]['forceValue'],_0x1ad848=_0x120369(_0x358716['commandName']),_0xd9dff2=_0x215a34?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x1ad848&&_0x523bff['config']['get']('list.multiBlock')||(_0xd9dff2='*Change\x20to:*\x20%0'),_0x2b1792={'type':'format','content':o(_0x34faa8,_0xd9dff2,o(_0x34faa8,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0xd9dff2='*Indent:*\x20%0',_0x2b1792={'type':'format','content':o(_0x34faa8,_0xd9dff2,o(_0x34faa8,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0xd9dff2=function(_0x5241ac){const _0x3af029=_0x5241ac['getFirstRange']();let _0x499bec=_0x3af029['start']['nodeAfter'];for(;_0x499bec&&_0x3af029['containsItem'](_0x499bec);){if(_0x499bec['getAttribute']('listIndent')>0x0)return!0x1;_0x499bec=_0x499bec['nextSibling'];}return!0x0;}(_0x44958c)?o(_0x34faa8,'*Format:*\x20remove\x20from\x20%0',o(_0x34faa8,function(_0x2959ef){return'ELEMENT_'+_0x2959ef['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x44958c))):o(_0x34faa8,'*Outdent:*\x20%0',o(_0x34faa8,'ELEMENT_LIST_ITEM')),_0x2b1792={'type':'format','content':_0xd9dff2};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x358716['multipleBlocks']&&(_0xd9dff2='*Merge:*\x20%0',_0x2b1792={'type':'deletion','content':o(_0x34faa8,_0xd9dff2,o(_0x34faa8,'ELEMENT_LIST_ITEM'))});}return _0x2b1792;});}}function Te(_0x16009f){let _0xe756fe=_0x16009f['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0xe756fe;){const _0x4c53a7=_0xe756fe['getAttribute']('listItemId');if(!_0x4c53a7)return!0x1;if(_0x4c53a7==_0x16009f['data']['newValue'])return'newValue';if(_0x4c53a7==_0x16009f['data']['oldValue'])return'oldValue';_0xe756fe=_0xe756fe['previousSibling'];}return!0x1;}class Se extends _0x1a323e{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x6a6f56=this['editor']['config']['get']('list.properties'),_0x4dab66=this['editor']['plugins']['get']('TrackChangesEditing');_0x6a6f56['styles']&&(_0x4dab66['enableDefaultAttributesIntegration']('listStyle'),_0x4dab66['registerBlockAttribute']('listStyle')),_0x6a6f56['reversed']&&(_0x4dab66['enableDefaultAttributesIntegration']('listReversed'),_0x4dab66['registerBlockAttribute']('listReversed')),_0x6a6f56['startIndex']&&(_0x4dab66['enableDefaultAttributesIntegration']('listStart'),_0x4dab66['registerBlockAttribute']('listStart'));const _0x5e9f00={'type':'format','content':''};_0x4dab66['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x527e45=this['editor']['locale'];_0x4dab66['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x527e45,'FORMAT_LIST_REVERSED')),_0x4dab66['descriptionFactory']['registerDescriptionCallback'](_0x77c0a1=>{const {data:_0x511bff}=_0x77c0a1;if(_0x511bff&&'listReversed'==_0x511bff['key'])return null==_0x511bff['newValue']||0x0==_0x511bff['newValue']&&null==_0x511bff['oldValue']?_0x5e9f00:void 0x0;}),_0x4dab66['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x527e45,'FORMAT_LIST_START')),_0x4dab66['descriptionFactory']['registerDescriptionCallback'](_0x1686fd=>{const {data:_0x38b7a0}=_0x1686fd;if(_0x38b7a0&&'listStart'==_0x38b7a0['key'])return null==_0x38b7a0['newValue']||0x1==_0x38b7a0['newValue']&&null==_0x38b7a0['oldValue']?_0x5e9f00:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x2f5cc5=>{if(_0x2f5cc5['batch']['isUndo'])return!0x1;let _0x3cdd87=!0x1;const _0x47cbd0=_0x4dab66['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x28bd1a=>{const _0xfc9077=_0x4dab66['_getAttributeKey'](_0x28bd1a);return'listStart'==_0xfc9077||'listReversed'==_0xfc9077;});for(const _0x37131c of _0x47cbd0){const _0x293882=_0x37131c['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x293882||'customNumbered'==_0x293882)continue;_0x4dab66['_findSuggestions'](_0x37131c['getFirstRange'](),'attribute')['find'](_0x415965=>'listType'==_0x4dab66['_getAttributeKey'](_0x415965['suggestion']))||(_0x2f5cc5['removeMarker'](_0x37131c['getFirstMarker']()),_0x3cdd87=!0x0);}return _0x3cdd87;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x282ed0){const _0x3f2b10=this['editor']['locale'],{data:_0x3e38f6}=_0x282ed0,_0x51fcf7={'type':'format','content':''};if(!_0x3e38f6||'listStyle'!=_0x3e38f6['key'])return;if(!_0x3e38f6['oldValue'])return'default'==_0x3e38f6['newValue']?_0x51fcf7:{'type':'format','content':''+o(_0x3f2b10,'*Set\x20format:*\x20%0',o(_0x3f2b10,this['_getTranslationKeyForListStyle'](_0x3e38f6['newValue'])))};if(!_0x3e38f6['newValue']){if('default'==_0x3e38f6['oldValue'])return _0x51fcf7;let _0x5cfd5a=_0x282ed0['head'];for(;_0x5cfd5a;){if(_0x5cfd5a['data']&&'listType'==_0x5cfd5a['data']['key']&&_0x5cfd5a['data']['newValue'])return _0x51fcf7;_0x5cfd5a=_0x5cfd5a['next'];}return{'type':'format','content':''+o(_0x3f2b10,'*Remove\x20format:*\x20%0',o(_0x3f2b10,this['_getTranslationKeyForListStyle'](_0x3e38f6['oldValue'])))};}if('default'!=_0x3e38f6['newValue'])return{'type':'format','content':''+o(_0x3f2b10,'*Set\x20format:*\x20%0',o(_0x3f2b10,this['_getTranslationKeyForListStyle'](_0x3e38f6['newValue'])))};let _0x10ec20=_0x282ed0['head'];for(;_0x10ec20;){if(_0x10ec20['data']&&'listType'==_0x10ec20['data']['key']&&_0x10ec20['data']['newValue']&&_0x10ec20['data']['oldValue'])return _0x51fcf7;_0x10ec20=_0x10ec20['next'];}return{'type':'format','content':o(_0x3f2b10,'*Set\x20format:*\x20%0',o(_0x3f2b10,'ELEMENT_'+_0x282ed0['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x4cd39c=this['editor'],_0x8ed3ce=_0x4cd39c['locale'];_0x4cd39c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2ad228=>{if('formatBlock'!=_0x2ad228['type'])return;const {data:_0x1d701a}=_0x2ad228;if(!_0x1d701a)return;let _0x592336,_0x4a58b7;switch(_0x1d701a['commandName']){case'listStyle':_0x592336='*Change\x20to:*\x20%0',_0x4a58b7={'type':'format','content':o(_0x8ed3ce,_0x592336,o(_0x8ed3ce,this['_getTranslationKeyForListStyle'](_0x1d701a['commandParams'][0x0]['type'])))};break;case'listReversed':_0x592336=_0x1d701a['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x4a58b7={'type':'format','content':o(_0x8ed3ce,_0x592336)};break;case'listStart':_0x592336='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x4a58b7={'type':'format','content':o(_0x8ed3ce,_0x592336,_0x1d701a['commandParams'][0x0]['startIndex'])};}return _0x4a58b7;});}['_getTranslationKeyForListStyle'](_0x27a7a0){return'ELEMENT_'+function(_0x3683c5){if(_e['includes'](_0x3683c5))return'bulleted';if(Re['includes'](_0x3683c5))return'numbered';return null;}(_0x27a7a0)['toUpperCase']()+'_LIST_'+_0x27a7a0['toUpperCase']()['replace'](/-/g,'_');}}const _e=['disc','circle','square'],Re=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0x1a323e{static get['requires'](){return[_0x130615];}['init'](){const _0xc63536=this['editor'],_0x55eeab=_0xc63536['plugins']['get']('TrackChangesEditing'),_0x51e101=_0xc63536['commands']['get']('enter');_0x55eeab['enableCommand']('enter',()=>{_0xc63536['model']['change'](_0x182cec=>{const _0x4a2ee3=_0xc63536['model']['document']['selection'],_0x5e9a77=_0x4a2ee3['getFirstPosition'](),_0x68e591=_0x586eec['fromRange'](_0x4a2ee3['getFirstRange']());if(_0x51e101['enterBlock'](_0x182cec)){const _0xac7d33=_0xc63536['model']['createPositionAt'](_0x5e9a77['parent']['nextSibling'],0x0),_0x5a75cf=_0x182cec['createRange'](_0x5e9a77,_0xac7d33);_0x55eeab['markInsertion'](_0x5a75cf);}else _0x182cec['setSelection'](_0x182cec['createRange'](_0x68e591['end']));_0x68e591['detach'](),_0x51e101['fire']('afterExecute',{'writer':_0x182cec});});}),_0xc63536['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',De(_0xc63536,'split'),{'priority':'high'}),_0xc63536['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x159a08,_0x278a0a,_0x42fd16)=>{const _0x1767bb=_0x42fd16['mapper']['markerNameToElements'](_0x278a0a['markerName']);if(_0x1767bb){for(const _0x5dd525 of _0x1767bb)_0x5dd525['hasClass']('ck-suggestion-marker-split')&&(_0x42fd16['mapper']['unbindElementFromMarkerName'](_0x5dd525,_0x278a0a['markerName']),_0x42fd16['writer']['remove'](_0x5dd525));}},{'priority':'high'}),_0xc63536['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0xeccd78,_0xb55fe4,_0x59afc8)=>{_0x59afc8['options']['showSuggestionHighlights']&&De(_0xc63536,'split',{'showActiveMarker':!0x1})['bind'](this)(_0xeccd78,_0xb55fe4,_0x59afc8);},{'priority':'high'});}}class Y extends _0x1a323e{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0xf2bb7c=this['editor']['plugins']['get']('TrackChangesEditing');_0xf2bb7c['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0xf2bb7c['enableCommand']('findNext'),_0xf2bb7c['enableCommand']('findPrevious'),_0xf2bb7c['enableCommand']('replace'),_0xf2bb7c['enableCommand']('replaceAll');}['handleFindCommand'](_0x4c4d52,_0x48366b,_0x34624c={}){const _0x1c513b=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x4c4d52(_0x2544b6=>{let _0x27b312=('string'==typeof _0x48366b?_0x1c513b['findByTextCallback'](_0x48366b,_0x34624c):_0x48366b)(_0x2544b6);Array['isArray'](_0x27b312)&&(_0x27b312={'results':_0x27b312,'searchText':'string'==typeof _0x48366b?_0x48366b:''});const _0x40eed2=_0x27b312['results']['filter'](_0x722e7c=>!0x1===this['_isInDeletionRange'](_0x722e7c,_0x2544b6['item']));return{..._0x27b312,'results':_0x40eed2};},_0x34624c);}['_isInDeletionRange'](_0x304221,_0x300f57){const _0x4dbe4d=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x300f57,_0x304221['start']),this['editor']['model']['createPositionAt'](_0x300f57,_0x304221['end']));for(const _0x213ea3 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x4dbe4d['getIntersection'](_0x213ea3['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 _0x1a323e{['afterInit'](){const _0x23e5f7=this['editor']['locale'],_0x1563b7=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x420b93,commandName:_0x4c5488}of ro)this['editor']['plugins']['has'](_0x420b93)&&(_0x1563b7['enableDefaultAttributesIntegration'](_0x4c5488),_0x1563b7['registerInlineAttribute'](_0x4c5488));_0x1563b7['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x23e5f7,'FORMAT_FONT_SIZE')),_0x1563b7['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x23e5f7,'FORMAT_FONT_FAMILY')),_0x1563b7['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x23e5f7,'FORMAT_FONT_COLOR')),_0x1563b7['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x23e5f7,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x61542a=this['editor'],_0x1ff6a1=_0x61542a['locale'];_0x61542a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xf9ca6a=>{const _0x10975f=_0x1ff6a1['t'];if('formatInline'!=_0xf9ca6a['type'])return;const {data:_0x3fee2b}=_0xf9ca6a;if(null!=_0x3fee2b){if('fontSize'==_0x3fee2b['commandName']){const _0x47e311=_0x3fee2b['commandParams'][0x0]['value'];if(_0x47e311){const _0x1bc3de=_0x10975f(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x1d53da=>_0x1d53da['model']==_0x47e311)['title'])['toLowerCase']();return{'type':'format','content':o(_0x1ff6a1,'*Set\x20font\x20size:*\x20%0',_0x1bc3de)};}return{'type':'format','content':o(_0x1ff6a1,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x3fee2b['commandName']){const _0x5e26ee=_0x3fee2b['commandParams'][0x0]['value'];return _0x5e26ee?{'type':'format','content':o(_0x1ff6a1,'*Set\x20font\x20family:*\x20%0',_0x5e26ee)}:{'type':'format','content':o(_0x1ff6a1,'*Reset\x20font\x20family*')};}if('fontColor'==_0x3fee2b['commandName']){const _0x59c436=_0x3fee2b['commandParams'][0x0]['value'];if(_0x59c436){const _0x31b12f=_0x8de2ae(this['editor']['config']['get']('fontColor.colors'))['find'](_0x270a4d=>_0x270a4d['model']==_0x59c436);let _0x42ac17=_0x59c436,_0x40a45b='';return _0x31b12f&&(_0x42ac17=_0x31b12f['label'],_0x40a45b=_0x10975f(_0x42ac17)['toLowerCase']()),{'type':'format','content':o(_0x1ff6a1,'*Set\x20font\x20color:*\x20%0',_0x40a45b)['trim'](),'color':{'value':_0x59c436,'title':_0x40a45b||_0x42ac17}};}return{'type':'format','content':o(_0x1ff6a1,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x3fee2b['commandName']){const _0x103456=_0x3fee2b['commandParams'][0x0]['value'];if(_0x103456){const _0x32e85b=_0x8de2ae(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x4b68f5=>_0x4b68f5['model']==_0x103456);let _0x879634=_0x103456,_0x422bf1='';return _0x32e85b&&(_0x879634=_0x32e85b['label'],_0x422bf1=_0x10975f(_0x879634)['toLowerCase']()),{'type':'format','content':o(_0x1ff6a1,'*Set\x20font\x20background\x20color:*\x20%0',_0x422bf1)['trim'](),'color':{'value':_0x103456,'title':_0x422bf1||_0x879634}};}return{'type':'format','content':o(_0x1ff6a1,'*Reset\x20font\x20background\x20color*')};}}});}}class tt extends _0x1a323e{['afterInit'](){const _0x2a414e=this['editor'],_0x1d53f4=_0x2a414e['plugins']['get']('TrackChangesEditing'),_0x3bccdb=_0x2a414e['commands']['get']('copyFormat'),_0x2358b0=_0x2a414e['commands']['get']('pasteFormat');_0x3bccdb&&_0x2358b0&&(_0x1d53f4['enableDefaultAttributesIntegration']('pasteFormat'),_0x1d53f4['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x52635a=this['editor'],_0x451645=_0x52635a['locale'];_0x52635a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x116a71=>{if('formatBlock'!=_0x116a71['type']&&'formatInline'!=_0x116a71['type'])return;const {data:_0x51aef8}=_0x116a71;if(_0x51aef8&&'pasteFormat'===_0x51aef8['commandName']){const _0x19989d=[],_0x318a1f=_0x51aef8['commandParams'][0x0];for(const [_0x2bc8f1,_0x3ffd3e]of Object['entries'](_0x318a1f))_0x19989d['push'](so(_0x52635a,_0x2bc8f1,_0x3ffd3e));return _0x19989d['length']?{'type':'format','content':o(_0x451645,'*Set\x20format\x20to:*\x20%0',_0x19989d['join'](',\x20'))}:{'type':'format','content':o(_0x451645,'*Remove\x20all\x20formatting*')};}});}}function so(_0x3cc283,_0x544c78,_0x5004ad){const _0xcb0e3f=_0x3cc283['locale']['t'],_0x3518f3=_0x544c78['split'](/(?=[A-Z])/)['join']('\x20'),_0x16df11=_0xcb0e3f(_0x3518f3['charAt'](0x0)['toUpperCase']()+_0x3518f3['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x5004ad)return _0x16df11;if('fontColor'===_0x544c78||'fontBackgroundColor'===_0x544c78){const _0x598340=_0x8de2ae(_0x3cc283['config']['get']('fontColor.colors'))['find'](_0xb5f42=>_0xb5f42['model']==_0x5004ad);return _0x16df11+'\x20('+(_0x598340?_0xcb0e3f(_0x598340['label'])['toLowerCase']():_0x5004ad)+')';}if('fontSize'===_0x544c78&&isNaN(parseFloat(_0x5004ad))){const _0x3a50dd=_0x3cc283['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x3cc283['config']['get']('fontSize.options'))['find'](_0x421bae=>_0x421bae['model']==_0x5004ad);return _0x16df11+'\x20('+(_0x3a50dd?_0xcb0e3f(_0x3a50dd['title'])['toLowerCase']():_0x5004ad)+')';}return _0x16df11+'\x20('+_0x5004ad+')';}class nt extends _0x1a323e{['_headingOptions'];['afterInit'](){const _0x202d18=this['editor'];if(!_0x202d18['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x202d18['config']['get']('heading.options');const _0x295122=_0x202d18['locale'],_0x44548f=_0x202d18['plugins']['get']('TrackChangesEditing');_0x44548f['enableDefaultAttributesIntegration']('heading');for(const _0x50d57d of this['_headingOptions'])'paragraph'!=_0x50d57d['model']&&_0x44548f['descriptionFactory']['registerElementLabel'](_0x50d57d['model'],_0x25221d=>{const _0x36d1a0=this['_getHeadingLevel'](_0x50d57d['model']);return null!==_0x36d1a0?_0x40a2f0(_0x25221d,_0x36d1a0):_0x9d8b18(_0x25221d,_0x50d57d['title']);});function _0x40a2f0(_0x349c09,_0x14e674){return o(_0x295122,'ELEMENT_HEADING',[_0x349c09,_0x14e674]);}function _0x9d8b18(_0x45a6b5,_0x52d1bc){return o(_0x295122,'ELEMENT_HEADING_CUSTOM',[_0x45a6b5,_0x52d1bc]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x50cc7a=this['editor'],_0xe52b04=_0x50cc7a['locale'];function _0x49327e(_0x568f3f,_0x433af3){return o(_0xe52b04,'ELEMENT_HEADING_CUSTOM',[_0x568f3f,_0x433af3]);}_0x50cc7a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2b870e=>{if('formatBlock'!=_0x2b870e['type'])return;const {data:_0x449d9f}=_0x2b870e;if(_0x449d9f&&'heading'==_0x449d9f['commandName']){const _0x988762=_0x449d9f['commandParams'][0x0]['value'],_0x9f37c5=this['_getHeadingLevel'](_0x988762);if(null!==_0x9f37c5)return{'type':'format','content':o(_0xe52b04,'*Change\x20to:*\x20%0',(_0x7e2e08=0x1,_0x2420a5=_0x9f37c5,o(_0xe52b04,'ELEMENT_HEADING',[_0x7e2e08,_0x2420a5])))};const _0xde3989=this['_headingOptions']['find'](_0x1bd37b=>_0x1bd37b['model']===_0x988762)['title'];return{'type':'format','content':o(_0xe52b04,'*Change\x20to:*\x20%0',_0x49327e(0x1,_0xde3989))};}var _0x7e2e08,_0x2420a5;});}['_getHeadingLevel'](_0x374922){const _0x62280c=_0x374922['match'](/^heading(\d+)/);if(_0x62280c)return _0x62280c[0x1];const _0x3dc986=this['_headingOptions']?.['find'](_0x4c4c3f=>_0x4c4c3f['model']==_0x374922);if(_0x3dc986&&_0x3dc986['view']){const _0x23a6b2=_0x3dc986['view'],_0x5a447a=(_0x23a6b2['name']??_0x23a6b2)['match'](/^h(\d+)/);if(_0x5a447a)return _0x5a447a[0x1];}return null;}}class it extends _0x1a323e{['afterInit'](){const _0x4d7022=this['editor'];if(!_0x4d7022['plugins']['has']('HighlightEditing'))return;const _0x2c6fca=_0x4d7022['plugins']['get']('TrackChangesEditing'),_0x3c6937=_0x4d7022['locale'];_0x2c6fca['enableDefaultAttributesIntegration']('highlight'),_0x2c6fca['registerInlineAttribute']('highlight'),_0x2c6fca['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x3c6937,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x563dff=this['editor'],_0x41375e=_0x563dff['locale'];_0x563dff['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4171ae=>{if('formatInline'!=_0x4171ae['type'])return;const {data:_0x3876fd}=_0x4171ae;if(_0x3876fd&&'highlight'==_0x3876fd['commandName']){const _0x1a58bf=_0x41375e['t'],_0x4c991b=_0x3876fd['commandParams'][0x0]['value'];if(_0x4c991b){const _0x50fa16=_0x563dff['config']['get']('highlight.options')['find'](_0x13997d=>_0x13997d['model']==_0x4c991b),_0x12355=_0x1a58bf(_0x50fa16['title'])['toLowerCase']();return{'type':'format','content':o(_0x41375e,'*Set\x20highlight:*\x20%0',_0x12355),'color':{'value':_0x50fa16['color'],'title':_0x50fa16['title']}};}return{'type':'format','content':o(_0x41375e,'*Remove\x20highlight*',o(_0x41375e,'FORMAT_HIGHLIGHT'))};}});}}class et extends _0x1a323e{['afterInit'](){const _0x5c452a=this['editor'];if(!_0x5c452a['plugins']['has']('HorizontalLineEditing'))return;_0x5c452a['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x3a28a6=_0x5c452a['plugins']['get']('TrackChangesEditing'),_0x5e0eaa=_0x5c452a['locale'];_0x3a28a6['descriptionFactory']['registerElementLabel']('horizontalLine',_0x12ad6d=>o(_0x5e0eaa,'ELEMENT_HORIZONTAL_LINE',_0x12ad6d)),_0x5c452a['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x461047,{writer:_0x7b74cf,options:_0x25b84e})=>{if(!_0x25b84e['showSuggestionHighlights'])return null;const _0x1df538=_0x7b74cf['createContainerElement']('div'),_0x565ad6=_0x7b74cf['createEmptyElement']('hr');return _0x7b74cf['addClass']('ck-horizontal-line',_0x1df538),_0x7b74cf['insert'](_0x7b74cf['createPositionAt'](_0x1df538,0x0),_0x565ad6),_0x1df538;},'converterPriority':'high'});}}class st extends _0x1a323e{['afterInit'](){const _0x2fcdd4=this['editor'];if(!_0x2fcdd4['plugins']['has']('HtmlEmbed'))return;const _0x13f565=_0x2fcdd4['plugins']['get']('TrackChangesEditing'),_0x414203=_0x2fcdd4['locale'];_0x13f565['descriptionFactory']['registerElementLabel']('rawHtml',_0x5b13b1=>o(_0x414203,'ELEMENT_HTML_EMBED',_0x5b13b1)),_0x13f565['enableDefaultAttributesIntegration']('htmlEmbed'),_0x13f565['registerBlockAttribute']('value'),_0x13f565['descriptionFactory']['registerDescriptionCallback'](_0x288c4b=>{if('attribute'!=_0x288c4b['type'])return;const {data:_0x2c69da}=_0x288c4b;if(_0x2c69da&&'value'==_0x2c69da['key']&&_0x288c4b['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0xf9298f=o(_0x414203,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x414203,'*Change\x20%0\x20content*',_0xf9298f)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4772ba=this['editor'],_0x17a4e9=_0x4772ba['locale'];_0x4772ba['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x33f3ad=>{if('formatBlock'!=_0x33f3ad['type'])return;const {data:_0x298e53}=_0x33f3ad;if(_0x298e53&&'htmlEmbed'==_0x298e53['commandName']){const _0x2ba30f=o(_0x17a4e9,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x17a4e9,'*Change\x20%0\x20content*',_0x2ba30f)};}});}}class ot extends _0x1a323e{['afterInit'](){const _0x15c9d5=this['editor'];if(!_0x15c9d5['plugins']['has']('ImageEditing'))return;const _0x463828=_0x15c9d5['plugins']['get']('TrackChangesEditing'),_0x4f19cd=_0x15c9d5['plugins']['get']('ImageUtils'),_0x4b0864=_0x15c9d5['locale'];_0x463828['enableCommand']('insertImage'),_0x463828['descriptionFactory']['registerElementLabel']('imageBlock',_0x141600=>o(_0x4b0864,'ELEMENT_IMAGE',_0x141600)),_0x463828['descriptionFactory']['registerElementLabel']('imageInline',_0x5b37b1=>o(_0x4b0864,'ELEMENT_INLINE_IMAGE',_0x5b37b1)),_0x463828['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x4b0864,'ELEMENT_CAPTION')),_0x15c9d5['plugins']['has']('ImageUploadEditing')&&_0x463828['enableCommand']('uploadImage'),_0x15c9d5['plugins']['has']('ImageBlockEditing')&&_0x15c9d5['plugins']['has']('ImageInlineEditing')&&(_0x463828['enableCommand']('imageTypeInline',(_0x331df9,_0x37b919)=>{const _0x40565f=_0x4f19cd['getClosestSelectedImageElement'](_0x15c9d5['model']['document']['selection']);_0x15c9d5['model']['change'](()=>{_0x463828['markBlockFormat'](_0x40565f,{'commandName':'imageTypeInline','commandParams':[_0x37b919]},[],'convertBlockImageToInline');});}),_0x463828['enableCommand']('imageTypeBlock',(_0x411dbe,_0x34628b)=>{_0x15c9d5['model']['change'](_0x33b646=>{let _0x22a1cb=_0x4f19cd['getClosestSelectedImageElement'](_0x15c9d5['model']['document']['selection']),_0x48597e=_0x33b646['createRangeOn'](_0x22a1cb);const _0x1a6db1=_0x2e2691['fromPosition'](_0x48597e['start'],'toPrevious'),_0x3b4af2=_0x2e2691['fromPosition'](_0x48597e['end'],'toNext');_0x463828['forceDefaultExecution'](()=>_0x411dbe(_0x34628b)),_0x22a1cb=_0x4f19cd['getClosestSelectedImageElement'](_0x15c9d5['model']['document']['selection']),_0x48597e=_0x33b646['createRangeOn'](_0x22a1cb);const _0x3f64f1=_0x33b646['createRange'](_0x1a6db1,_0x3b4af2);_0x1a6db1['detach'](),_0x3b4af2['detach'](),_0x463828['markBlockFormat'](_0x22a1cb,{'commandName':'imageTypeInline','commandParams':[_0x34628b]},[],'convertInlineImageToBlock'),_0x3f64f1['start']['isBefore'](_0x48597e['start'])&&_0x463828['markInsertion'](_0x33b646['createRange'](_0x3f64f1['start'],_0x48597e['start']),'convertInlineImageToBlock'),_0x48597e['end']['isBefore'](_0x3f64f1['end'])&&_0x463828['markInsertion'](_0x33b646['createRange'](_0x48597e['end'],_0x3f64f1['end']),'convertInlineImageToBlock');});}),_0x463828['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x463828['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x463828['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x463828['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x463828['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x463828['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x1abbcd])=>{const _0x1a470e=_0x463828['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x3e3e61=_0x1abbcd['start'],_0x9fc5a2=_0x1abbcd['end'];const _0xca031c=_0x15c9d5['model']['schema']['getNearestSelectionRange'](_0x3e3e61,'backward'),_0x51fee9=_0x15c9d5['model']['schema']['getNearestSelectionRange'](_0x9fc5a2,'forward');_0xca031c['isCollapsed']&&(_0x3e3e61=_0xca031c['start']),_0x51fee9['isCollapsed']&&(_0x9fc5a2=_0x51fee9['end']),_0x1a470e([_0x15c9d5['model']['createRange'](_0x3e3e61,_0x9fc5a2)]);}),_0x463828['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x1dbfca),_0x463828['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x1dbfca)),_0x15c9d5['plugins']['has']('ImageCaptionEditing')&&(_0x463828['enableCommand']('toggleImageCaption',(_0x359152,_0x243370)=>{const _0x85abc3=_0x15c9d5['plugins']['get']('ImageCaptionUtils');let _0x1d93d4=_0x4f19cd['getClosestSelectedImageElement'](_0x15c9d5['model']['document']['selection']),_0x15d751=_0x85abc3['getCaptionFromImageModelElement'](_0x1d93d4);_0x15c9d5['model']['change'](()=>{if(_0x15d751)return void _0x463828['markDeletion'](_0x15c9d5['model']['createRangeOn'](_0x15d751));const _0x518d69=_0x4f19cd['isBlockImage'](_0x1d93d4);_0x359152(_0x243370),_0x1d93d4=_0x4f19cd['getClosestSelectedImageElement'](_0x15c9d5['model']['document']['selection']),_0x15d751=_0x85abc3['getCaptionFromImageModelElement'](_0x1d93d4),_0x463828['markInsertion'](_0x15c9d5['model']['createRangeOn'](_0x15d751),_0x518d69?null:'imageCaption');});}),_0x463828['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x1dbfca));const _0x1891b4=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x2b8f67(_0x2d2bb5,_0x21ed80){const _0x4551ad=_0x1891b4['findIndex'](({type:_0x5dced6,subType:_0x290dfb})=>_0x2d2bb5['type']==_0x5dced6&&_0x2d2bb5['subType']==_0x290dfb),_0x59a022=_0x1891b4['findIndex'](({type:_0x3e3bf9,subType:_0x326bd6})=>_0x21ed80['type']==_0x3e3bf9&&_0x21ed80['subType']==_0x326bd6);if(_0x4551ad<0x0||_0x59a022<0x0)return!0x1;const _0x21ca06=_0x2d2bb5['getFirstRange'](),_0x59660e=_0x21ed80['getFirstRange']();if((0x0==_0x4551ad||0x1==_0x4551ad)&&0x2==_0x59a022&&_0x21ca06['isIntersecting'](_0x59660e))return!0x0;if(0x2==_0x4551ad&&0x3==_0x59a022){const _0x2036c5=_0x463828['_findSuggestions'](_0x21ca06,'insertion')['filter'](({suggestion:_0x39b30b,meta:_0x29f8dd})=>_0x29f8dd['isOwn']&&'convertInlineImageToBlock'==_0x39b30b['subType']);if(_0x2036c5['length']>0x1&&_0x59660e['end']['isEqual'](_0x21ca06['start']))return!0x0;if(0x1==_0x2036c5['length']&&(_0x21ca06['start']['isEqual'](_0x59660e['end'])||_0x21ca06['end']['isEqual'](_0x59660e['start'])))return!0x0;}if(0x3==_0x4551ad&&0x3==_0x59a022&&_0x21ca06['start']['isBefore'](_0x59660e['start'])){const _0x20cef5=_0x21ca06['end']['nodeAfter'],_0x1ebb6d=_0x59660e['start']['nodeBefore'];return _0x4f19cd['isBlockImage'](_0x20cef5)&&_0x20cef5===_0x1ebb6d;}return!0x1;}function _0x1dbfca(_0x185e3c,_0x1529d1){return _0x2b8f67(_0x185e3c,_0x1529d1)?[_0x185e3c,_0x1529d1]:_0x2b8f67(_0x1529d1,_0x185e3c)?[_0x1529d1,_0x185e3c]:null;}_0x15c9d5['plugins']['has']('ImageResize')&&(_0x463828['enableDefaultAttributesIntegration']('resizeImage'),_0x463828['registerBlockAttribute']('resizedWidth'),_0x463828['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x4b0864,'FORMAT_IMAGE_SIZE'))),_0x15c9d5['plugins']['has']('ImageTextAlternativeEditing')&&(_0x463828['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x463828['registerBlockAttribute']('alt')),_0x15c9d5['plugins']['has']('PictureEditing')&&(_0x463828['registerBlockAttribute']('sources'),_0x463828['descriptionFactory']['registerDescriptionCallback'](_0x1ec39b=>{if('attribute'!=_0x1ec39b['type'])return;const {data:_0x2ee608}=_0x1ec39b;return _0x2ee608&&'sources'==_0x2ee608['key']?{'type':'format','content':''}:void 0x0;})),_0x15c9d5['plugins']['has']('ImageSizeAttributes')&&(_0x463828['registerBlockAttribute']('width'),_0x463828['registerBlockAttribute']('height'),_0x463828['descriptionFactory']['registerDescriptionCallback'](_0x1bbb19=>{if('attribute'!=_0x1bbb19['type'])return;const {data:_0x86e2ac}=_0x1bbb19;return!_0x86e2ac||'width'!=_0x86e2ac['key']&&'height'!=_0x86e2ac['key']?void 0x0:{'type':'format','content':''};})),_0x463828['descriptionFactory']['registerDescriptionCallback'](_0x396b7a=>{if(!!_0x1891b4['find'](({type:_0x268fc3,subType:_0xacd4f9})=>_0x396b7a['type']==_0x268fc3&&_0x396b7a['subType']==_0xacd4f9))return _0x396b7a['previous']?{}:void 0x0;}),_0x463828['descriptionFactory']['registerDescriptionCallback'](_0x11817d=>{if('insertion'==_0x11817d['type']||'deletion'==_0x11817d['type']){const _0xfe6b31=_0x11817d['getContainedElement']();if(_0xfe6b31&&_0xfe6b31['is']('element','caption'))return{'type':'insertion'==_0x11817d['type']?'addObject':'removeObject','element':_0xfe6b31,'quantity':0x1};}}),_0x463828['descriptionFactory']['registerDescriptionCallback'](_0x3a5652=>'formatBlock'==_0x3a5652['type']&&'convertInlineImageToBlock'==_0x3a5652['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x3a5652['type']&&'convertBlockImageToInline'==_0x3a5652['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x463828['descriptionFactory']['registerDescriptionCallback'](_0x1fa1de=>{if('attribute'!=_0x1fa1de['type'])return;const {data:_0xa5ddba}=_0x1fa1de;if(!_0xa5ddba||'alt'!=_0xa5ddba['key'])return;const _0x59bdf6=_0xa5ddba['newValue'];return _0x59bdf6?{'type':'format','content':o(_0x4b0864,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x59bdf6+'\x22')}:{'type':'format','content':o(_0x4b0864,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x245e4e=this['editor'],_0x59c136=_0x245e4e['locale'];_0x245e4e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x467562=>{if('formatBlock'!=_0x467562['type']&&'formatInline'!=_0x467562['type'])return;const {data:_0x2bf000}=_0x467562;if(_0x2bf000){if('imageTextAlternative'==_0x2bf000['commandName']){const _0xe085e6=_0x2bf000['commandParams'][0x0]['newValue'];return _0xe085e6?{'type':'format','content':o(_0x59c136,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0xe085e6+'\x22')}:{'type':'format','content':o(_0x59c136,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x2bf000['commandName']){const _0x5196ab=_0x2bf000['commandParams'][0x0]['width'];return _0x5196ab?{'type':'format','content':o(_0x59c136,'*Set\x20image\x20width:*\x20%0',_0x5196ab)}:{'type':'format','content':o(_0x59c136,'*Reset\x20image\x20width*')};}}});}}class rt extends _0x1a323e{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0xdcad43=this['editor']['locale'],_0xa15ded=this['editor']['plugins']['get']('TrackChangesEditing');_0xa15ded['enableDefaultAttributesIntegration']('replaceImageSource'),_0xa15ded['registerBlockAttribute']('src'),_0xa15ded['descriptionFactory']['registerDescriptionCallback'](_0x4ac393=>{if('attribute'!=_0x4ac393['type'])return;const {data:_0x3176f6}=_0x4ac393;return _0x3176f6&&'src'==_0x3176f6['key']?_0x3176f6['newValue']&&_0x3176f6['oldValue']?{'type':'format','content':o(_0xdcad43,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x5a91e6=this['editor']['plugins']['get']('TrackChangesEditing');_0x5a91e6['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x5a91e6['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x5a91e6['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x5a91e6['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x561dbf=this['editor'],_0x58168d=_0x561dbf['locale'];_0x561dbf['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x39f431=>{if('formatBlock'!=_0x39f431['type']&&'formatInline'!=_0x39f431['type'])return;const {data:_0x322690}=_0x39f431;if(!_0x322690||'replaceImageSource'!=_0x322690['commandName'])return;return{'type':'format','content':o(_0x58168d,'*Format:*\x20replace\x20image\x20URL')};});}}class at extends _0x1a323e{['afterInit'](){const _0x19bcfd=this['editor'];if(!_0x19bcfd['plugins']['has']('ImageStyleEditing'))return;const _0x15448f=_0x19bcfd['plugins']['get']('TrackChangesEditing'),_0x735826=_0x19bcfd['plugins']['get']('ImageUtils'),_0x51d201={};_0x15448f['enableCommand']('imageStyle',(_0xa7926,_0x4b6b7c)=>{const _0x51729d=_0x19bcfd['plugins']['get']('Users')['me'],_0x2996e2=_0x19bcfd['commands']['get']('imageStyle');let _0x592d75=_0x735826['getClosestSelectedImageElement'](_0x19bcfd['model']['document']['selection']),_0x143e01=_0x19bcfd['model']['createRangeOn'](_0x592d75),_0x162747=_0x2996e2['value'];if(_0x162747==_0x4b6b7c['value'])return;const _0x1d61cd={'commandName':'imageStyle','commandParams':[_0x4b6b7c],'formatGroupId':_0x1a89e5()};_0x19bcfd['model']['change'](()=>{if(_0x15448f['getSuggestions']()['filter'](_0x2e696e=>_0x2e696e['isInContent']&&_0x51729d==_0x2e696e['author']&&('formatBlock'==_0x2e696e['type']||'formatInline'==_0x2e696e['type'])&&('imageStylePreApply'==_0x2e696e['subType']||'imageStylePostApply'==_0x2e696e['subType'])&&_0x2e696e['getFirstRange']()['isEqual'](_0x143e01))['forEach'](_0x4b1209=>_0x15448f['discardSuggestion'](_0x4b1209['head'])),_0x592d75=_0x735826['getClosestSelectedImageElement'](_0x19bcfd['model']['document']['selection']),_0x143e01=_0x19bcfd['model']['createRangeOn'](_0x592d75),_0x2996e2['refresh'](),_0x19bcfd['commands']['get']('imageTypeInline')['refresh'](),_0x19bcfd['commands']['get']('imageTypeBlock')['refresh'](),_0x162747=_0x2996e2['value'],_0x162747!=_0x4b6b7c['value'])return _0x735826['isInlineImage'](_0x592d75)&&_0x2996e2['shouldConvertImageType'](_0x4b6b7c['value'],_0x592d75)?(_0xa7926({..._0x4b6b7c,'setImageSizes':!0x1}),_0x592d75=_0x735826['getClosestSelectedImageElement'](_0x19bcfd['model']['document']['selection']),void _0x15448f['markBlockFormat'](_0x592d75,{..._0x1d61cd,'commandReversedParams':[{'value':_0x162747||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x735826['isBlockImage'](_0x592d75)?_0x15448f['markBlockFormat'](_0x592d75,_0x1d61cd,[],'imageStylePostApply'):_0x15448f['markInlineFormat'](_0x143e01,_0x1d61cd,'imageStylePostApply'));});});for(const _0x2a8c8d of _0x19bcfd['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x51d201[_0x2a8c8d['name']]=_0x2a8c8d['title']['toLowerCase']();_0x15448f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x15448f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x15448f['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x15448f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0xb79251])=>{_0x735826['setImageNaturalSizeAttributes'](_0xb79251['getContainedElement']());}),_0x15448f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x487b41,_0x31f7a0)=>{_0x15448f['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x487b41,{'commandName':_0x31f7a0['commandName'],'commandParams':_0x31f7a0['commandReversedParams']});}),_0x15448f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x3c2fab,_0x2d9032){if(_0x29acbf(_0x3c2fab,_0x2d9032))return[_0x3c2fab,_0x2d9032];if(_0x29acbf(_0x2d9032,_0x3c2fab))return[_0x2d9032,_0x3c2fab];return null;});const _0x2ed13a=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x29acbf(_0x256e6c,_0x4e3bff){const _0x59ef06=_0x2ed13a['findIndex'](({type:_0x44775c,subType:_0x47689b})=>_0x256e6c['type']==_0x44775c&&_0x256e6c['subType']==_0x47689b),_0x1d3c45=_0x2ed13a['findIndex'](({type:_0x11501b,subType:_0x1eb720})=>_0x4e3bff['type']==_0x11501b&&_0x4e3bff['subType']==_0x1eb720);if(_0x59ef06<0x0||_0x1d3c45<0x0)return!0x1;const _0x32bfa1=_0x256e6c['getFirstRange'](),_0x1cbb29=_0x4e3bff['getFirstRange']();if((0x0==_0x59ef06||0x1==_0x59ef06)&&0x2==_0x1d3c45&&_0x32bfa1['isIntersecting'](_0x1cbb29))return!0x0;if(0x2==_0x59ef06&&0x3==_0x1d3c45){const _0x5b5ccb=_0x15448f['_findSuggestions'](_0x32bfa1,'insertion')['filter'](({suggestion:_0x2fca04,meta:_0x5675d9})=>_0x5675d9['isOwn']&&'convertInlineImageToBlock'==_0x2fca04['subType']);if(_0x5b5ccb['length']>0x1&&_0x1cbb29['end']['isEqual'](_0x32bfa1['start']))return!0x0;if(0x1==_0x5b5ccb['length']&&(_0x32bfa1['start']['isEqual'](_0x1cbb29['end'])||_0x32bfa1['end']['isEqual'](_0x1cbb29['start'])))return!0x0;}if(0x3==_0x59ef06&&0x3==_0x1d3c45&&_0x32bfa1['start']['isBefore'](_0x1cbb29['start'])){const _0x48d67d=_0x32bfa1['end']['nodeAfter'],_0x3a514d=_0x1cbb29['start']['nodeBefore'];return _0x735826['isBlockImage'](_0x48d67d)&&_0x48d67d===_0x3a514d;}return!0x1;}_0x19bcfd['model']['document']['registerPostFixer'](()=>{let _0x5773f3=!0x1;const _0x1fdde8=Array['from'](_0x19bcfd['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x13f35a,data:_0x1fe2e3}of _0x1fdde8){const {group:_0x1ee774,type:_0x167d91,subType:_0x498b9e,id:_0x11f109}=_0x15448f['_splitMarkerName'](_0x13f35a);if('suggestion'==_0x1ee774&&_0x15448f['hasSuggestion'](_0x11f109)){if('formatBlock'==_0x167d91&&('imageStylePreApply'==_0x498b9e||'imageStylePostApply'==_0x498b9e)){const _0x46d504=_0x15448f['getSuggestion'](_0x11f109);if(_0x1fe2e3['newRange']){const _0x1e22a3=_0x46d504['getFirstRange']()['getContainedElement']();if(_0x735826['isBlockImage'](_0x1e22a3))continue;_0x15448f['discardSuggestion'](_0x46d504),_0x5773f3=!0x0;}}if('insertion'==_0x167d91&&'imageCaption'==_0x498b9e&&!_0x1fe2e3['newRange']){const _0x135a05=_0x15448f['getSuggestion'](_0x11f109);_0x135a05['next']&&_0x135a05['next']['isInContent']&&(_0x15448f['discardSuggestion'](_0x135a05['next']),_0x5773f3=!0x0);}}}return _0x5773f3;}),this['_registerLegacyDescription'](_0x51d201);}['_registerLegacyDescription'](_0x2cb825){const _0x9a8c6d=this['editor'],_0x1f3a76=_0x9a8c6d['locale'];_0x9a8c6d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x419a9f=>{if('formatBlock'!=_0x419a9f['type']&&'formatInline'!=_0x419a9f['type'])return;const {data:_0x4e30b0}=_0x419a9f;if(!_0x4e30b0||'imageStyle'!=_0x4e30b0['commandName'])return;const _0x56022a=_0x4e30b0['commandParams'][0x0]['value'];return _0x7e0c0d('side'===_0x56022a?o(_0x1f3a76,'FORMAT_SIDE_IMAGE'):_0x2cb825[_0x56022a]||_0x56022a);function _0x7e0c0d(_0x4a8b94){return{'type':'format','content':o(_0x1f3a76,'*Format:*\x20%0',_0x4a8b94)};}});}}class ct extends _0x1a323e{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x421a34){super(_0x421a34),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x4fc936=this['editor'],_0x28e1d4=_0x4fc936['commands']['get']('importWord'),_0xa139d3=_0x4fc936['commands']['get']('trackChanges');_0x28e1d4&&(_0x28e1d4['on']('execute',(_0x3c2d36,[,_0x383e55])=>{this['_trackChangesValueDuringImport']=_0xa139d3['value'],_0x383e55['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x28e1d4,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x28e1d4,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0xa139d3['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x4fc936['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x15f20d,_0x57db8f){const {suggestions:_0x50ba80}=_0x57db8f,_0x37b2a8=this['editor']['commands']['get']('trackChanges'),_0x4551a9=_0x37b2a8['value'];this['_trackChangesValueDuringImport']!==_0x4551a9&&(_0x37b2a8['execute'](),this['_trackChangesExecuted']=!0x0),_0x50ba80&&_0x50ba80['forEach'](({id:_0x2dc22c,type:_0x339d94,author:_0x5bdd9b,created_at:_0x47cbc9})=>{const _0x27199e={'id':_0x2dc22c,'type':_0x339d94,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x5bdd9b,'createdAt':_0x47cbc9?new Date(_0x47cbc9):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x27199e);});}}class ut extends _0x1a323e{['afterInit'](){const _0x116762=this['editor'],_0x38f3e0=_0x116762['plugins']['get']('TrackChangesEditing');if(_0x116762['plugins']['has']('IndentEditing')&&(_0x38f3e0['enableCommand']('indent'),_0x38f3e0['enableCommand']('outdent')),_0x116762['plugins']['has']('IndentBlock')){for(const _0x517363 of['indentBlock','outdentBlock'])_0x38f3e0['enableDefaultAttributesIntegration'](_0x517363);}const _0x5509d7=_0x116762['locale'];_0x38f3e0['registerBlockAttribute']('blockIndent'),_0x38f3e0['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x5509d7,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x26df20=this['editor'],_0x55b305=_0x26df20['locale'],_0x1d9988=_0x26df20['plugins']['get']('TrackChangesEditing');_0x1d9988['descriptionFactory']['registerDescriptionCallback'](_0x246479=>{if('formatBlock'!=_0x246479['type'])return;const {data:_0x4e1230}=_0x246479;if(!_0x4e1230)return;if('indentBlock'!=_0x4e1230['commandName']&&'outdentBlock'!=_0x4e1230['commandName'])return;const _0x3f70cb=_0x246479['getItems']()[0x0],_0xfc8bfc=_0x1d9988['descriptionFactory']['getItemLabel'](_0x3f70cb);return'indentBlock'==_0x4e1230['commandName']?{'type':'format','content':o(_0x55b305,'*Indent:*\x20%0',_0xfc8bfc)}:'outdentBlock'==_0x4e1230['commandName']?{'type':'format','content':o(_0x55b305,'*Outdent:*\x20%0',_0xfc8bfc)}:void 0x0;});}}class ft extends _0x1a323e{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x1a323e{['afterInit'](){const _0x24247c=this['editor'];if(!_0x24247c['plugins']['has']('LinkEditing'))return;const _0x23a6ec=_0x24247c['plugins']['get']('TrackChangesEditing'),_0x1d2e32=_0x24247c['commands']['get']('link');_0x23a6ec['enableDefaultAttributesIntegration']('link'),_0x23a6ec['enableDefaultAttributesIntegration']('unlink'),_0x23a6ec['registerInlineAttribute']('linkHref');for(const _0x29c26e of _0x1d2e32['manualDecorators'])_0x23a6ec['registerInlineAttribute'](_0x29c26e['id']),_0x23a6ec['descriptionFactory']['registerAttributeLabel'](_0x29c26e['id'],'link\x20('+_0x29c26e['label']['toLowerCase']()+')');_0x23a6ec['descriptionFactory']['registerDescriptionCallback'](_0xa8d140=>{if('attribute'!=_0xa8d140['type'])return;const {data:_0x4e3c3b}=_0xa8d140;if(!_0x4e3c3b||'linkHref'!=_0x4e3c3b['key'])return;const _0x458305=_0x4e3c3b['newValue'],_0x4cb3da=_0x24247c['locale'];return{'type':'format','content':null==_0x458305?o(_0x4cb3da,'*Remove\x20link*'):o(_0x4cb3da,'*Set\x20link:*\x20%0','\x22'+_0x458305+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3a6e6e=this['editor'],_0x17325e=_0x3a6e6e['locale'];_0x3a6e6e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x285d88=>{if('formatInline'!=_0x285d88['type'])return;const {data:_0x46eea5}=_0x285d88;if(_0x46eea5){if('link'==_0x46eea5['commandName']){const _0x1176e7=_0x46eea5['commandParams'][0x0];return{'type':'format','content':o(_0x17325e,'*Set\x20link:*\x20%0','\x22'+_0x1176e7+'\x22')};}return'unlink'==_0x46eea5['commandName']?{'type':'format','content':o(_0x17325e,'*Remove\x20link*')}:void 0x0;}});}}class lt extends _0x1a323e{['afterInit'](){const _0x1b6bcb=this['editor'],_0x401f94=_0x1b6bcb['locale'];if(!_0x1b6bcb['plugins']['has']('LegacyListEditing'))return;const _0x1c97ea=_0x1b6bcb['plugins']['get']('TrackChangesEditing'),_0x4ca40b=_0x1b6bcb['plugins']['has']('LegacyTodoListEditing');function _0x56bcd6(_0x37ebfd){return()=>{const _0x25847c=_0x1b6bcb['model']['document']['selection'],_0x558d56=_0x1b6bcb['commands']['get'](_0x37ebfd);if(_0x558d56['value'])return void _0x1b6bcb['execute']('paragraph',{});const _0x582b7f=_0x37ebfd['slice'](0x0,-0x4),_0x3bd525=function(_0x3510c9,_0x26759a,_0x565453){let _0x5b2534=Array['from'](_0x3510c9)['filter'](_0x2f1ff0=>function(_0x55a125,_0x318861){return _0x318861['checkChild'](_0x55a125['parent'],'listItem')&&!_0x318861['isObject'](_0x55a125);}(_0x2f1ff0,_0x565453));_0x5b2534=_0x5b2534['filter'](_0x1586b3=>!_0x1586b3['is']('element','listItem')||_0x1586b3['getAttribute']('listType')!=_0x26759a);const _0x3be2f6=new Set();for(const _0x26dfcd of _0x5b2534)_0x26dfcd['is']('element','listItem')?_0x3be2f6['add'](Le(_0x26dfcd)):_0x3be2f6['add'](_0x26dfcd);return Array['from'](_0x3be2f6);}(_0x25847c['getSelectedBlocks'](),_0x582b7f,_0x1b6bcb['model']['schema']);_0x1b6bcb['model']['change'](()=>{for(const _0x2f3a86 of _0x3bd525)_0x1c97ea['markBlockFormat'](_0x2f3a86,{'commandName':_0x37ebfd,'commandParams':[{'forceValue':!_0x558d56['value']}],'formatGroupId':'blockName'},Ee(_0x2f3a86));});};}function _0x4a9d8b(_0x1f701a){return()=>{const _0x22b646=function(_0x405413){let _0x38a151=Array['from'](_0x405413);const _0x2c63b9=_0x38a151['findIndex'](_0xf596e2=>'listItem'!=_0xf596e2['name']);return _0x2c63b9>-0x1&&(_0x38a151=_0x38a151['slice'](0x0,_0x2c63b9)),_0x38a151;}(_0x1b6bcb['model']['document']['selection']['getSelectedBlocks']()),_0x2283e8=_0x1b6bcb['model']['createRange'](_0x1b6bcb['model']['createPositionAt'](_0x22b646[0x0],'before'),_0x1b6bcb['model']['createPositionAt'](_0x22b646[_0x22b646['length']-0x1],'end'));_0x1b6bcb['model']['change'](()=>{_0x1c97ea['markBlockFormat'](_0x2283e8,{'commandName':_0x1f701a,'commandParams':[],'formatGroupId':'listIndent'},function(_0x262d2f){const _0x194fb5=new Set();for(const _0x11bbd0 of _0x262d2f){let _0x1133a6=_0x11bbd0['nextSibling'];for(;_0x1133a6&&_0x1133a6['getAttribute']('listIndent')>_0x11bbd0['getAttribute']('listIndent');)_0x194fb5['add'](_0x1133a6),_0x1133a6=_0x1133a6['nextSibling'];}return Array['from'](_0x194fb5);}(_0x22b646));});};}_0x1c97ea['enableCommand']('numberedList',_0x56bcd6('numberedList')),_0x1c97ea['enableCommand']('bulletedList',_0x56bcd6('bulletedList')),_0x4ca40b&&_0x1c97ea['enableCommand']('todoList',_0x56bcd6('todoList')),_0x1c97ea['enableCommand']('indentList',_0x4a9d8b('indentList')),_0x1c97ea['enableCommand']('outdentList',_0x4a9d8b('outdentList')),_0x4ca40b&&_0x1c97ea['enableCommand']('checkTodoList',()=>{const _0x3eef31=_0x1b6bcb['commands']['get']('checkTodoList'),_0x4e61c8=Array['from'](_0x3eef31['_selectedElements']);_0x4e61c8['filter'](_0xd60e0e=>_0xd60e0e['getAttribute']('todoListChecked')!=_0x3eef31['value']),_0x1b6bcb['model']['change'](()=>{for(const _0x3bdedb of _0x4e61c8)_0x1c97ea['markBlockFormat'](_0x3bdedb,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x3eef31['value']}]});});}),_0x1c97ea['descriptionFactory']['registerElementLabel']('listItem',_0x2b8e7d=>o(_0x401f94,'ELEMENT_LIST_ITEM',_0x2b8e7d)),_0x1c97ea['descriptionFactory']['registerDescriptionCallback'](_0x1d9e0d=>{if('formatBlock'!=_0x1d9e0d['type']&&'formatInline'!=_0x1d9e0d['type'])return;const {data:_0x141f4a}=_0x1d9e0d;if(_0x141f4a){if('numberedList'==_0x141f4a['commandName']||'bulletedList'==_0x141f4a['commandName']||'todoList'==_0x141f4a['commandName'])switch(_0x141f4a['commandName']['replace']('List','')){case'bulleted':return _0x496782(o(_0x401f94,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x496782(o(_0x401f94,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x496782(o(_0x401f94,'ELEMENT_TODO_LIST'));}if('indentList'==_0x141f4a['commandName'])return{'type':'format','content':o(_0x401f94,'*Indent:*\x20%0',o(_0x401f94,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x141f4a['commandName'])return{'type':'format','content':o(_0x401f94,'*Outdent:*\x20%0',o(_0x401f94,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x141f4a['commandName'])return _0x141f4a['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x401f94,'*Check\x20item*')}:{'type':'format','content':o(_0x401f94,'*Uncheck\x20item*')};}function _0x496782(_0x4f2b38){return{'type':'format','content':o(_0x401f94,'*Change\x20to:*\x20%0',_0x4f2b38)};}});}}function Le(_0x4d8840){const _0x404505=_0x4d8840['getAttribute']('listIndent');if(0x0==_0x404505)return _0x4d8840;let _0x3bd251=_0x4d8840;for(;_0x4d8840['previousSibling']&&_0x4d8840['previousSibling']['is']('element','listItem');){const _0x5f5730=_0x4d8840['previousSibling']['getAttribute']('listIndent');if(_0x5f5730==_0x404505)_0x3bd251=_0x4d8840['previousSibling'];else{if(_0x5f5730<_0x404505)break;}_0x4d8840=_0x4d8840['previousSibling'];}return _0x3bd251;}function Ee(_0x445f05){const _0x347d3b=[];if(_0x445f05['is']('element','listItem')&&_0x445f05['getAttribute']('listIndent')>0x0){let _0x5ee53d=_0x445f05['nextSibling'];for(;_0x5ee53d&&'listItem'==_0x5ee53d['name']&&_0x5ee53d['getAttribute']('listIndent')==_0x445f05['getAttribute']('listIndent');)_0x347d3b['push'](_0x5ee53d),_0x5ee53d=_0x5ee53d['nextSibling'];}return _0x347d3b;}class Q extends _0x1a323e{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x364702=this['editor']['config']['get']('list.properties'),_0x337d0a=this['editor']['plugins']['get']('TrackChangesEditing');_0x364702['styles']&&_0x337d0a['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x364702['reversed']&&_0x337d0a['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x364702['startIndex']&&_0x337d0a['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x337d0a['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x122c2c,_0x1613e2={}){const _0x11688e=this['editor']['plugins']['get']('TrackChangesEditing'),_0x561cd9=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x11688e['markMultiRangeBlockFormat'](_0x561cd9,{'commandName':'listStyle','commandParams':[{'type':_0x1613e2['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0xe727ec,_0x1c7acb={}){const _0x5b5672=this['editor']['plugins']['get']('TrackChangesEditing'),_0x91ce7=this['_getSuggestionBlocks'](_0x9857f=>_0x9857f['is']('element','listItem')&&'numbered'===_0x9857f['getAttribute']('listType'));if(_0x91ce7['length']<0x1)return;const _0x2ec6cc=_0x91ce7['map'](_0x279c28=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x279c28,'before'),this['editor']['model']['createPositionAt'](_0x279c28,0x0)));this['editor']['model']['change'](()=>{_0x5b5672['markMultiRangeBlockFormat'](_0x2ec6cc,{'commandName':'listReversed','commandParams':[{'reversed':_0x1c7acb['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x7c9b2d,_0x4ba1e1={}){const _0x5370aa=this['editor']['plugins']['get']('TrackChangesEditing'),_0x10c739=this['_getSuggestionBlocks'](_0x347437=>_0x347437['is']('element','listItem')&&'numbered'===_0x347437['getAttribute']('listType'));if(_0x10c739['length']<0x1)return;const _0x1c1642=_0x10c739['map'](_0x32fe72=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x32fe72,'before'),this['editor']['model']['createPositionAt'](_0x32fe72,0x0)));this['editor']['model']['change'](()=>{_0x5370aa['markMultiRangeBlockFormat'](_0x1c1642,{'commandName':'listStart','commandParams':[{'startIndex':_0x4ba1e1['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x38af1b){if('formatBlock'!=_0x38af1b['type']&&'formatInline'!=_0x38af1b['type'])return;const _0x2f9b8d=this['editor']['locale'],{data:_0x85bd2c}=_0x38af1b;if(!_0x85bd2c)return;let _0x4426ab,_0x1d99ec;switch(_0x85bd2c['commandName']){case'listStyle':_0x4426ab='*Change\x20to:*\x20%0',_0x1d99ec={'type':'format','content':o(_0x2f9b8d,_0x4426ab,o(_0x2f9b8d,this['_getTranslationKeyForListStyle'](_0x85bd2c['commandParams'][0x0]['type'])))};break;case'listReversed':_0x4426ab=_0x85bd2c['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x1d99ec={'type':'format','content':o(_0x2f9b8d,_0x4426ab)};break;case'listStart':_0x4426ab='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x1d99ec={'type':'format','content':o(_0x2f9b8d,_0x4426ab,_0x85bd2c['commandParams'][0x0]['startIndex'])};}return _0x1d99ec;}['_getSuggestionBlocksForListStyle'](){const _0x1db0e0=this['editor']['plugins']['get']('LegacyListUtils');let _0x495ec8=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x495ec8[0x0]?.['is']('element','listItem')&&_0x495ec8['unshift'](..._0x1db0e0['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x495ec8[_0x495ec8['length']-0x1]?.['is']('element','listItem')&&_0x495ec8['push'](..._0x1db0e0['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x495ec8=[...new Set(_0x495ec8)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x495ec8=_0x495ec8['filter'](_0x23f67f=>_0x23f67f['is']('element','listItem'))),_0x495ec8;}['_getSuggestionBlocks'](_0x47b099){const _0x1e1a56=this['editor']['plugins']['get']('LegacyListUtils');let _0x2ea359=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x47b099)['map'](_0x3cacc7=>{const _0x41a7bc=this['editor']['model']['createPositionAt'](_0x3cacc7,0x0);return[..._0x1e1a56['getSiblingNodes'](_0x41a7bc,'backward'),..._0x1e1a56['getSiblingNodes'](_0x41a7bc,'forward')];})['flat']();return _0x2ea359=[...new Set(_0x2ea359)],_0x2ea359;}['_getTranslationKeyForListStyle'](_0x10a92a){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x10a92a)||'default')['toUpperCase']()+'_LIST_'+_0x10a92a['toUpperCase']()['replace'](/-/g,'_');}}class dt extends _0x1a323e{['afterInit'](){const _0x39f5f7=this['editor'];if(!_0x39f5f7['plugins']['has']('MediaEmbedEditing'))return;const _0x44dae9=_0x39f5f7['plugins']['get']('TrackChangesEditing'),_0x21f164=_0x39f5f7['locale'];_0x44dae9['enableCommand']('mediaEmbed'),_0x44dae9['descriptionFactory']['registerElementLabel']('media',_0x25e157=>o(_0x21f164,'ELEMENT_MEDIA',_0x25e157)),_0x39f5f7['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x1d7c21,{writer:_0x288ca9,options:_0x1f5cee})=>{if(_0x1f5cee['showSuggestionHighlights'])return _0x288ca9['createEmptyElement']('div');},'converterPriority':'high'}),_0x39f5f7['data']['downcastDispatcher']['on']('attribute:url:media',(_0xd31c4b,_0xa83fca,_0x1a3cff)=>{_0x1a3cff['options']['showSuggestionHighlights']&&_0xd31c4b['stop']();},{'priority':'high'});}}class mt extends _0x1a323e{['afterInit'](){const _0x5c0c82=this['editor'];_0x5c0c82['plugins']['has']('MentionEditing')&&_0x5c0c82['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class pt extends _0x1a323e{['afterInit'](){const _0x38cff8=this['editor'];if(!_0x38cff8['plugins']['has']('MergeFieldsEditing'))return;const _0x4dc8c9=_0x38cff8['plugins']['get']('TrackChangesEditing'),_0x3df75=_0x38cff8['locale'];_0x4dc8c9['enableCommand']('insertMergeField'),_0x4dc8c9['enableCommand']('insertMergeFieldBlock'),_0x4dc8c9['enableCommand']('insertMergeFieldImage'),_0x4dc8c9['descriptionFactory']['registerElementLabel']('mergeField',_0x432634=>o(_0x3df75,'ELEMENT_MERGE_FIELD',_0x432634)),_0x4dc8c9['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x259277=>o(_0x3df75,'ELEMENT_MERGE_FIELD',_0x259277)),_0x4dc8c9['descriptionFactory']['registerDescriptionCallback'](_0x1186f9=>{if('insertion'!=_0x1186f9['type']&&'deletion'!=_0x1186f9['type'])return;const _0x1a912d=_0x1186f9['getContainedElement']();if(null==_0x1a912d)return;const _0x1ae29e=_0x38cff8['plugins']['get']('MergeFieldsEditing');let _0x4f9585;switch(_0x1ae29e['getMergeFieldType'](_0x1a912d)){case null:return;case'image':{const _0x341464=_0x1ae29e['unwrapAffixes'](_0x1a912d['getAttribute']('src'));_0x4f9585=_0x1ae29e['getLabel'](_0x341464)||_0x341464;break;}default:{const _0x25ac51=_0x1a912d['getAttribute']('id');_0x4f9585=_0x1ae29e['getLabel'](_0x25ac51)||_0x25ac51;break;}}return'insertion'==_0x1186f9['type']?{'type':'insertion','content':o(_0x3df75,'*Insert:*\x20%0','\x22'+_0x4f9585+'\x22\x20'+o(_0x3df75,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x3df75,'*Remove:*\x20%0','\x22'+_0x4f9585+'\x22\x20'+o(_0x3df75,'ELEMENT_MERGE_FIELD'))};});}}class wt extends _0x1a323e{['afterInit'](){const _0x473722=this['editor'],_0x39edc4=_0x473722['plugins']['get']('TrackChangesEditing');_0x473722['plugins']['has']('MultiLevelList')&&(_0x39edc4['enableDefaultAttributesIntegration']('multiLevelList'),_0x39edc4['registerBlockAttribute']('listMarkerStyle'),_0x39edc4['descriptionFactory']['registerDescriptionCallback'](_0x2da22e=>this['handleDescriptions'](_0x2da22e)));}['handleDescriptions'](_0xd1a8aa){const _0x14ef99=this['editor']['locale'],{data:_0x46b20c}=_0xd1a8aa,_0x4d057f={'type':'format','content':''};if(_0x46b20c&&'listMarkerStyle'==_0x46b20c['key']){if(!_0x46b20c['oldValue'])return{'type':'format','content':o(_0x14ef99,'*Set\x20format:*\x20%0',o(_0x14ef99,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x46b20c['newValue']+')'};if(!_0x46b20c['newValue']){let _0x1bd036=_0xd1a8aa['head'];for(;_0x1bd036;){if(_0x1bd036['data']&&'listType'==_0x1bd036['data']['key']&&_0x1bd036['data']['newValue'])return _0x4d057f;_0x1bd036=_0x1bd036['next'];}return{'type':'format','content':o(_0x14ef99,'*Remove\x20format:*\x20%0',o(_0x14ef99,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x46b20c['oldValue']+')'};}}}}class kt extends _0x1a323e{['afterInit'](){const _0x5ea4aa=this['editor'];if(!_0x5ea4aa['plugins']['has']('PageBreakEditing'))return;_0x5ea4aa['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x45503d=_0x5ea4aa['plugins']['get']('TrackChangesEditing'),_0x99cb32=_0x5ea4aa['locale'];_0x45503d['descriptionFactory']['registerElementLabel']('pageBreak',_0x4bce08=>o(_0x99cb32,'ELEMENT_PAGE_BREAK',_0x4bce08));}}class bt extends _0x1a323e{['afterInit'](){const _0x3613c9=this['editor'];if(!_0x3613c9['plugins']['has']('Paragraph'))return;const _0x49fe2e=_0x3613c9['locale'],_0x9bb88d=_0x3613c9['plugins']['get']('TrackChangesEditing');_0x9bb88d['descriptionFactory']['registerElementLabel']('paragraph',_0x3e3ca5=>o(_0x49fe2e,'ELEMENT_PARAGRAPH',_0x3e3ca5)),_0x9bb88d['enableDefaultAttributesIntegration']('paragraph'),_0x9bb88d['enableCommand']('insertParagraph'),_0x3613c9['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x3613c9),{'priority':'highest'}),_0x3613c9['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x2e6509,_0x518621,_0xefb80)=>{_0xefb80['options']['showSuggestionHighlights']&&nr(_0x3613c9,{'showActiveMarker':!0x1})(_0x2e6509,_0x518621,_0xefb80);},{'priority':'highest'});const _0x2139bb=_0x9bb88d['descriptionFactory'];_0x2139bb['registerDescriptionCallback'](_0x3b0906=>{if('insertion'!==_0x3b0906['type'])return;const {start:_0x14546a,end:_0x267a74}=_0x3b0906['getFirstRange']();if(!_0x14546a['isTouching'](_0x267a74)||!_0x14546a['nodeAfter'])return;const _0x35b930=_0x3613c9['model']['schema'],_0x590886=_0x14546a['nodeAfter'];return _0x35b930['isBlock'](_0x590886)&&!_0x35b930['isLimit'](_0x590886)&&_0x35b930['checkChild'](_0x590886,'$text')?{'type':'insertion','content':o(_0x49fe2e,'*Insert:*\x20%0',_0x2139bb['getItemLabel'](_0x590886,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2af685=this['editor'],_0x15b1a3=_0x2af685['locale'];_0x2af685['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x15b06e=>{if('formatBlock'!=_0x15b06e['type'])return;const {data:_0x581a44}=_0x15b06e;return _0x581a44&&'paragraph'==_0x581a44['commandName']?{'type':'format','content':o(_0x15b1a3,'*Change\x20to:*\x20%0',o(_0x15b1a3,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x152885,{showActiveMarker:_0x26c62d=!0x0}={}){return(_0x51baf9,_0x2e80de,_0x302a3d)=>{const _0x564431=_0x152885['plugins']['get']('TrackChangesEditing'),_0x5c6077=_0x2e80de['markerRange']['start'],_0x25ecb6=_0x2e80de['markerRange']['end'],_0x5482f2=_0x152885['model']['schema'];if(!_0x5c6077['isTouching'](_0x25ecb6)||!_0x5c6077['nodeAfter'])return;const _0x307a5b=_0x5c6077['nodeAfter'];if(_0x5482f2['isBlock'](_0x307a5b)&&!_0x5482f2['isLimit'](_0x307a5b)&&_0x5482f2['checkChild'](_0x307a5b,'$text')){if(!_0x302a3d['consumable']['consume'](_0x2e80de['markerRange'],_0x51baf9['name']))return;const {authorId:_0x20698d}=_0x564431['_splitMarkerName'](_0x2e80de['markerName']),_0x33d719=_0x302a3d['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x20698d}),_0x1af0f6=_0x302a3d['mapper']['toViewPosition'](_0x25ecb6);_0x26c62d&&_0x564431['activeMarkers']['includes'](_0x2e80de['markerName'])&&_0x302a3d['writer']['addClass']('ck-suggestion-marker--active',_0x33d719),_0x302a3d['writer']['insert'](_0x1af0f6,_0x33d719),_0x302a3d['mapper']['bindElementToMarker'](_0x33d719,_0x2e80de['markerName']);}};}class yt extends _0x1a323e{['afterInit'](){const _0x43d2ee=this['editor'];if(!_0x43d2ee['plugins']['has']('RemoveFormatEditing'))return;_0x43d2ee['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x48e98b=this['editor'];_0x48e98b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x19894f=>{if('formatBlock'!=_0x19894f['type']&&'formatInline'!=_0x19894f['type'])return;const {data:_0x1c5d3c}=_0x19894f;return _0x1c5d3c&&'removeFormat'==_0x1c5d3c['commandName']?{'type':'format','content':o(_0x48e98b['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class jt extends _0x1a323e{['afterInit'](){const _0xa63e4f=this['editor'];if(!_0xa63e4f['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x2eb6bf=_0xa63e4f['plugins']['get']('TrackChangesEditing');_0x2eb6bf['enableCommand']('goToPreviousRestrictedEditingException'),_0x2eb6bf['enableCommand']('goToNextRestrictedEditingException');const _0x10fd7e=_0xa63e4f['plugins']['get']('RestrictedEditingModeEditing');_0x10fd7e['enableCommand']('trackChanges'),_0x10fd7e['enableCommand']('acceptSuggestion'),_0x10fd7e['enableCommand']('discardSuggestion'),_0x10fd7e['enableCommand']('acceptAllSuggestions'),_0x10fd7e['enableCommand']('discardAllSuggestions'),_0x10fd7e['enableCommand']('acceptSelectedSuggestions'),_0x10fd7e['enableCommand']('discardSelectedSuggestions');}}class St extends _0x1a323e{static get['requires'](){return[_0x518d6a];}['init'](){const _0x108e97=this['editor'],_0x3643ce=_0x108e97['plugins']['get']('TrackChangesEditing');_0x3643ce['enableCommand']('shiftEnter'),_0x108e97['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',je(_0x108e97),{'priority':'high'}),_0x108e97['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',je(_0x108e97),{'priority':'high'}),_0x108e97['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x50223a,_0x1cf478,_0x48a51d)=>{_0x48a51d['options']['showSuggestionHighlights']&&je(_0x108e97,{'showActiveMarker':!0x1})(_0x50223a,_0x1cf478,_0x48a51d);}),_0x3643ce['descriptionFactory']['registerElementLabel']('softBreak',_0x28529d=>o(_0x108e97['locale'],'ELEMENT_LINE_BREAK',_0x28529d));}}function je(_0xf8367a,{showActiveMarker:_0xfbe546=!0x0}={}){return(_0x3d74e0,_0x4cb430,_0x4d08c4)=>{const _0x13558f=_0xf8367a['plugins']['get']('TrackChangesEditing');if(!_0x4d08c4['consumable']['test'](_0x4cb430['markerRange'],_0x3d74e0['name']))return;const _0x151cd6=_0xf8367a['model'];for(const _0x16f4ac of _0x4cb430['markerRange']['getItems']()){if(!_0x16f4ac['is']('element','softBreak'))continue;const _0x4ecffd='deletion'==_0x4cb430['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x41bbc9}=_0x13558f['_splitMarkerName'](_0x4cb430['markerName']),_0x6625db=_0x4d08c4['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x4ecffd,'data-author-id':_0x41bbc9}),_0x389adf=_0x4d08c4['mapper']['toViewPosition'](_0x151cd6['createPositionBefore'](_0x16f4ac));_0xfbe546&&_0x13558f['activeMarkers']['includes'](_0x4cb430['markerName'])&&_0x4d08c4['writer']['addClass']('ck-suggestion-marker--active',_0x6625db),_0x4d08c4['writer']['insert'](_0x389adf,_0x6625db),_0x4d08c4['mapper']['bindElementToMarker'](_0x6625db,_0x4cb430['markerName']);}};}class At extends _0x1a323e{['afterInit'](){const _0x5c0f9f=this['editor'],_0x3b3750=_0x5c0f9f['model'],_0x39faae=_0x5c0f9f['locale'];if(!_0x5c0f9f['plugins']['has']('StandardEditingModeEditing'))return;const _0xba5305=_0x5c0f9f['plugins']['get']('TrackChangesEditing'),_0x56bc0d='restrictedEditingException',_0x1c7cc7=_0x5c0f9f['commands']['get'](_0x56bc0d);_0xba5305['enableCommand'](_0x56bc0d,(_0x1e86bb,_0x1a49d3={})=>{const _0x15a872=_0x3b3750['document']['selection'];if(_0x15a872['isCollapsed'])return void _0x1e86bb(_0x1a49d3);const _0x3e629a=void 0x0!==_0x1a49d3['forceValue']?_0x1a49d3['forceValue']:!_0x1c7cc7['value'];_0x3b3750['change'](()=>{const _0x5599d2=Array['from'](_0x15a872['getRanges']());for(const _0x4d7265 of _0x5599d2){const _0xa02453=_0x3e629a?[_0x4d7265]:io(_0x56bc0d,_0x4d7265,_0x3b3750);for(const _0x52549d of _0xa02453)_0xba5305['markInlineFormat'](_0x52549d,{'commandName':_0x56bc0d,'commandParams':[{'forceValue':_0x3e629a}]});}});}),_0xba5305['descriptionFactory']['registerDescriptionCallback'](_0x32bb24=>{if('formatBlock'!=_0x32bb24['type']&&'formatInline'!=_0x32bb24['type'])return;const {data:_0x3e2af1}=_0x32bb24;return _0x3e2af1&&_0x3e2af1['commandName']==_0x56bc0d?_0x3e2af1['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x39faae,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x39faae,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class It extends _0x1a323e{['afterInit'](){const _0x2df48e=this['editor'];if(!_0x2df48e['plugins']['has']('Style')||!_0x2df48e['plugins']['has']('DataSchema'))return;const _0x323147=_0x2df48e['plugins']['get']('TrackChangesEditing'),_0x21e938=_0x2df48e['locale'],_0x2a4a01=_0x2df48e['config']['get']('style')||{},_0x1faf77=_0x2df48e['plugins']['get']('GeneralHtmlSupport'),_0x5a50d9=_0x2df48e['plugins']['get']('StyleUtils')['normalizeConfig'](_0x2df48e['plugins']['get']('DataSchema'),_0x2a4a01['definitions']);_0x323147['enableDefaultAttributesIntegration']('style');const _0x2813b7=new Set();for(const _0x2eea2f of _0x5a50d9['block']){const _0x1f1032=_0x1faf77['getGhsAttributeNameForElement'](_0x2eea2f['element']);_0x2813b7['add'](_0x1f1032);}const _0x535241=new Set();for(const _0x13a7fc of _0x5a50d9['inline']){const _0x19566d=_0x1faf77['getGhsAttributeNameForElement'](_0x13a7fc['element']);_0x535241['add'](_0x19566d);for(const _0xc4edb5 of _0x13a7fc['ghsAttributes'])_0x535241['add'](_0xc4edb5);}for(const _0x503752 of _0x2813b7)_0x323147['registerBlockAttribute'](_0x503752),_0x323147['descriptionFactory']['registerAttributeLabel'](_0x503752,o(_0x21e938,'FORMAT_STYLE'));for(const _0x278cc0 of _0x535241)_0x323147['registerInlineAttribute'](_0x278cc0),_0x323147['descriptionFactory']['registerAttributeLabel'](_0x278cc0,o(_0x21e938,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3dff3a=this['editor'],_0x303389=_0x3dff3a['locale'];_0x3dff3a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xf00e0a=>{if('formatBlock'!=_0xf00e0a['type']&&'formatInline'!=_0xf00e0a['type'])return;const {data:_0xf1be3b}=_0xf00e0a;return _0xf1be3b&&'style'===_0xf1be3b['commandName']?_0xf1be3b['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x303389,'*Set\x20format:*\x20%0',_0xf1be3b['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x303389,'*Remove\x20format:*\x20%0',_0xf1be3b['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class vt extends _0x1a323e{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x2baeca){super(_0x2baeca),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x88a8c8=this['editor'],_0x279dab=_0x88a8c8['model']['document']['selection'];if(!_0x88a8c8['plugins']['has']('TableEditing'))return;const _0x11d209=_0x88a8c8['locale'],_0x4f443d=_0x88a8c8['plugins']['get']('TrackChangesEditing'),_0xd1371c=_0x88a8c8['plugins']['get']('TableUtils');_0x4f443d['descriptionFactory']['registerElementLabel']('table',_0x189ef2=>o(_0x11d209,'ELEMENT_TABLE',_0x189ef2)),this['_setupColumnsRowsFixing'](),_0x4f443d['enableCommand']('insertTable'),_0x4f443d['enableCommand']('selectTableRow'),_0x4f443d['enableCommand']('selectTableColumn');for(const _0x54bf83 of['insertTableRowAbove','insertTableRowBelow']){const _0x3ccf96=_0x88a8c8['commands']['get'](_0x54bf83);_0x4f443d['enableCommand'](_0x54bf83,_0x2783a2=>{_0x88a8c8['model']['change'](_0x238fbd=>{_0x2783a2();const _0x3b9a81='above'===_0x3ccf96['order'],_0x52dd82=_0xd1371c['getSelectionAffectedTableCells'](_0x279dab),_0x53b91e=_0xd1371c['getRowIndexes'](_0x52dd82),_0x4a1e2d=_0x3b9a81?_0x53b91e['first']-0x1:_0x53b91e['last']+0x1,_0x1412d2=_0x52dd82[0x0]['findAncestor']('table'),_0x2c5abb=_0xd1371c['createTableWalker'](_0x1412d2,{'startRow':_0x4a1e2d,'endRow':_0x4a1e2d}),_0x2278b9=Array['from'](_0x2c5abb)['map'](_0x26b47d=>_0x238fbd['createRangeOn'](_0x26b47d['cell']));_0x4f443d['markMultiRangeInsertion'](_0x2278b9,'tableRow');});});}for(const _0x1d6103 of['insertTableColumnLeft','insertTableColumnRight']){const _0x3a47ec=_0x88a8c8['commands']['get'](_0x1d6103);_0x4f443d['enableCommand'](_0x1d6103,_0x16590f=>{_0x88a8c8['model']['change'](_0x44b047=>{_0x16590f();const _0x16a861='left'===_0x3a47ec['order'],_0x21c8ce=_0xd1371c['getSelectionAffectedTableCells'](_0x279dab),_0x5d9668=_0xd1371c['getColumnIndexes'](_0x21c8ce),_0x1bbc25=_0x16a861?_0x5d9668['first']-0x1:_0x5d9668['last']+0x1,_0x152f33=_0x21c8ce[0x0]['findAncestor']('table'),_0x1c7c58=_0xd1371c['createTableWalker'](_0x152f33,{'startRow':0x0,'column':_0x1bbc25,'includeAllSlots':!0x1}),_0x243a6b=Array['from'](_0x1c7c58)['map'](_0x4be265=>_0x44b047['createRangeOn'](_0x4be265['cell']));_0x4f443d['markMultiRangeInsertion'](_0x243a6b,'tableColumn');});});}for(const _0x27419b of['removeTableRow','removeTableColumn']){const _0x1664b5=_0x27419b['substr'](0xb),_0x1bf1cb=_0x1664b5['toLowerCase'](),_0x596468=_0x1bf1cb['substr'](0x0,0x3)+'span',_0x32ab3b='table'+_0x1664b5,_0x5c3db0='min'+_0x1664b5,_0xc895e1='max'+_0x1664b5;_0x4f443d['enableCommand'](_0x27419b,()=>{_0x88a8c8['model']['change'](_0x3b0b6f=>{const _0x26b806=_0xd1371c['getSelectionAffectedTableCells'](_0x279dab),_0x27185a=_0x26b806[0x0]['findAncestor']('table');let _0x2859c4;if('removeTableRow'==_0x27419b){const _0x4ea06e=_0xd1371c['getRowIndexes'](_0x26b806);_0x2859c4={'startRow':_0x4ea06e['first'],'endRow':_0x4ea06e['last'],'includeAllSlots':!0x0};}else{const _0x1b7201=_0xd1371c['getColumnIndexes'](_0x26b806);_0x2859c4={'startColumn':_0x1b7201['first'],'endColumn':_0x1b7201['last'],'includeAllSlots':!0x0};}const _0x2e6c2c=_0xd1371c['createTableWalker'](_0x27185a,_0x2859c4),_0xbfc497=Array['from'](_0x2e6c2c)['map'](({cell:_0x40e045})=>_0x40e045),_0x79c154=Ne(_0xbfc497['filter'](_0x13dfa2=>_0x13dfa2['hasAttribute'](_0x596468))),_0x3cdcfd=Ne(_0xbfc497['filter'](_0x75a252=>!_0x75a252['hasAttribute'](_0x596468)))['map'](_0x30aeab=>_0x3b0b6f['createRangeOn'](_0x30aeab)),_0x33f5c8=_0x4f443d['markMultiRangeDeletion'](_0x3cdcfd,_0x32ab3b);if(_0x33f5c8&&('tableRow'==_0x33f5c8['subType']||'tableColumn'==_0x33f5c8['subType'])){const _0x36c885=this['_getSuggestionCoords'](_0x33f5c8);for(const _0x2e2225 of _0x79c154){const _0x301229=_0x3b0b6f['createRangeOn'](_0x2e2225),_0x13c687=_0xd1371c['getCellLocation'](_0x2e2225),_0x2a73df=_0x2e2225['getAttribute'](_0x596468)-0x1,_0x57457f=_0x36c885[_0x5c3db0],_0x7c12e2=_0x36c885[_0xc895e1];_0x57457f<=_0x13c687[_0x1bf1cb]&&_0x13c687[_0x1bf1cb]+_0x2a73df<=_0x7c12e2&&_0x33f5c8['addRange'](_0x301229);}}});});}function _0x1bc6a3(_0x5bee16){const _0x3e9a42=Array['from'](_0x279dab['getRanges']())['map'](_0x1d9c21=>_0x586eec['fromRange'](_0x1d9c21));_0x88a8c8['model']['change'](_0x2fb032=>{const _0x2122f0=_0x2fb032['batch'];_0x5bee16=_0x5bee16['filter'](_0x2b0aa4=>'$graveyard'!=_0x2b0aa4['root']['rootName']),_0x2fb032['setSelection'](_0x5bee16),_0x88a8c8['commands']['get']('removeTableRow')['refresh'](),_0x88a8c8['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x88a8c8['model']['enqueueChange'](()=>{_0x88a8c8['model']['enqueueChange'](_0x2122f0,_0x2d758d=>{const _0x1f90a1=_0x3e9a42['filter'](_0x5b0694=>'$graveyard'!=_0x5b0694['root']['rootName']);_0x1f90a1['length']>0x0&&_0x2d758d['setSelection'](_0x1f90a1);for(const _0x4929be of _0x3e9a42)_0x4929be['detach']();});});});}function _0x1f71f2(_0x80708b){_0x88a8c8['model']['change'](_0x4ea63b=>{const _0x3d9754=Array['from'](_0x279dab['getRanges']())['map'](_0x379f7c=>_0x586eec['fromRange'](_0x379f7c)),_0x3d526a=[];for(const _0x5867ef of _0x80708b)for(const _0xe21706 of _0x5867ef['getItems']({'shallow':!0x0}))_0x3d526a['push'](_0xe21706);for(const _0x9c3983 of _0x3d526a)'$graveyard'!=_0x9c3983['root']['rootName']&&(_0x4ea63b['setSelection'](_0x4ea63b['createPositionAt'](_0x9c3983,0x0)),_0x88a8c8['commands']['get']('removeTableColumn')['refresh'](),_0x88a8c8['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x32a48a=_0x3d9754['filter'](_0x3bb087=>'$graveyard'!=_0x3bb087['root']['rootName']);_0x32a48a['length']>0x0&&_0x4ea63b['setSelection'](_0x32a48a);for(const _0x116ae2 of _0x3d9754)_0x116ae2['detach']();});}function _0x1c9281(_0x56627f,_0x51fa0c){return _0x51fa0c['every'](_0x471013=>_0x56627f['some'](_0x2d55b4=>_0x2d55b4['end']['isEqual'](_0x471013['start'])||_0x471013['end']['isEqual'](_0x2d55b4['start'])));}function _0x1a0bb3(_0x15813c,_0x228d16){return!_0x15813c['some'](_0x30e9ae=>_0x228d16['some'](_0x3bbed4=>_0x30e9ae['isIntersecting'](_0x3bbed4)))&&_0x15813c['some'](_0x569674=>_0x228d16['some'](_0x100643=>_0x569674['end']['isTouching'](_0x100643['start'])));}_0x88a8c8['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x16e0df,_0x7ab80c,_0x368334)=>{if(!_0x368334['options']['showSuggestionHighlights'])return;const _0x3f82e7=_0x7ab80c['item'];if(!_0x3f82e7)return;const _0x36471a=_0x368334['mapper']['toViewElement'](_0x3f82e7);function _0x564dd4(_0x4dd0d2){return Array['isArray'](_0x4dd0d2)?_0x4dd0d2:[_0x4dd0d2];}_0x36471a&&'tableCell'===_0x3f82e7['name']&&_0x3b1400(_0x36471a,_0x368334['writer'],(_0x5874ab,_0x20ee2b,_0x509ccc)=>_0x509ccc['addClass'](_0x564dd4(_0x20ee2b['classes']),_0x5874ab),(_0x1f62ec,_0x39be44,_0x36c5c7)=>_0x36c5c7['removeClass'](_0x564dd4(_0x39be44['classes']),_0x1f62ec));},{'priority':'highest'}),_0x4f443d['descriptionFactory']['registerDescriptionCallback'](_0x9053ea=>{if('insertion'!=_0x9053ea['type']&&'deletion'!=_0x9053ea['type'])return;const _0x494814=_0x9053ea['getContainedElement']();if(null!=_0x494814&&_0x494814['is']('element','table')){if('insertion'==_0x9053ea['type']){const _0x1719ad=_0x9053ea['getItems']()['filter'](_0x44fae8=>_0x44fae8['is']('$textProxy'))['map'](_0x75f2b8=>_0x75f2b8['data']);if(_0x1719ad['length'])return{'type':'insertion','content':o(_0x11d209,'*Insert:*\x20%0',o(_0x11d209,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x1719ad['join']('\x20')+'\x22'))};}if('deletion'==_0x9053ea['type']){const _0xc97b37=_0x9053ea['getItems']()['filter'](_0x32dc6e=>_0x32dc6e['is']('$textProxy'))['map'](_0xd2a05=>_0xd2a05['data']);if(_0xc97b37['length'])return{'type':'deletion','content':o(_0x11d209,'*Remove:*\x20%0',o(_0x11d209,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0xc97b37['join']('\x20')+'\x22'))};}}}),_0x4f443d['descriptionFactory']['registerDescriptionCallback'](_0x1ef645=>{if('tableRow'==_0x1ef645['subType']){const _0x187e6b=_0x1ef645['getItems']()['filter'](_0x37d011=>_0x37d011['is']('$textProxy'))['map'](_0x4990a2=>_0x4990a2['data']),_0x37e6d1=this['_getSuggestionCoords'](_0x1ef645),_0x5c38ba=_0x37e6d1['maxRow']-_0x37e6d1['minRow']+0x1;if('insertion'==_0x1ef645['type'])return _0x187e6b['length']?{'type':'insertion','content':o(_0x11d209,'*Insert:*\x20%0',o(_0x11d209,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x5c38ba,'\x22'+_0x187e6b['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x11d209,'*Insert:*\x20%0',o(_0x11d209,'ELEMENT_TABLE_ROW',_0x5c38ba))};if('deletion'==_0x1ef645['type'])return _0x187e6b['length']?{'type':'deletion','content':o(_0x11d209,'*Remove:*\x20%0',o(_0x11d209,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x5c38ba,'\x22'+_0x187e6b['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x11d209,'*Remove:*\x20%0',o(_0x11d209,'ELEMENT_TABLE_ROW',_0x5c38ba))};}if('tableColumn'==_0x1ef645['subType']){const _0x48b773=_0x1ef645['getItems']()['filter'](_0x592750=>_0x592750['is']('$textProxy'))['map'](_0x2e1786=>_0x2e1786['data']),_0x2c2069=this['_getSuggestionCoords'](_0x1ef645),_0x2e9c92=_0x2c2069['maxColumn']-_0x2c2069['minColumn']+0x1;if('insertion'==_0x1ef645['type'])return _0x48b773['length']?{'type':'insertion','content':o(_0x11d209,'*Insert:*\x20%0',o(_0x11d209,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x2e9c92,'\x22'+_0x48b773['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x11d209,'*Insert:*\x20%0',o(_0x11d209,'ELEMENT_TABLE_COLUMN',_0x2e9c92))};if('deletion'==_0x1ef645['type'])return _0x48b773['length']?{'type':'deletion','content':o(_0x11d209,'*Remove:*\x20%0',o(_0x11d209,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x2e9c92,'\x22'+_0x48b773['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x11d209,'*Remove:*\x20%0',o(_0x11d209,'ELEMENT_TABLE_COLUMN',_0x2e9c92))};}}),_0x4f443d['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x1bc6a3),_0x4f443d['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x1bc6a3),_0x4f443d['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x1f71f2),_0x4f443d['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x1f71f2),_0x4f443d['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x1c9281),_0x4f443d['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x1c9281),_0x4f443d['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x1a0bb3),_0x4f443d['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x1a0bb3);}['_acceptFormatSuggestionCallbackFactory'](){const _0x266788=this['editor'],_0x196102=_0x266788['model']['document']['selection'];return(_0x466fa9,_0x26321e)=>{_0x266788['model']['change'](_0x516ca5=>{const {commandName:_0x46086b,commandParams:_0x3b9902}=_0x26321e;let _0x2586ee=_0x466fa9[0x0]['end']['nodeBefore'];_0x3b9902&&_0x3b9902[0x0]&&!0x1===_0x3b9902[0x0]['forceValue']&&(_0x2586ee=_0x466fa9[0x0]['start']['nodeAfter']);const _0x5f0091=_0x516ca5['createRangeIn'](_0x2586ee);if('$graveyard'==_0x5f0091['root']['rootName'])return;const _0x33ac36=Array['from'](_0x196102['getRanges']())['map'](_0x35d24e=>_0x586eec['fromRange'](_0x35d24e));_0x516ca5['setSelection'](_0x5f0091),_0x266788['commands']['get'](_0x46086b)['refresh'](),_0x3b9902['push']({'forceDefaultExecution':!0x0}),_0x266788['execute'](_0x46086b,..._0x3b9902);const _0x5d79ec=_0x33ac36['filter'](_0x1dd97d=>'$graveyard'!=_0x1dd97d['root']['rootName']);_0x5d79ec['length']>0x0&&_0x516ca5['setSelection'](_0x5d79ec);for(const _0x3b5872 of _0x33ac36)_0x3b5872['detach']();});};}['_getCoordsForCells'](_0x49ac5b){const _0xbd81b1=this['editor']['plugins']['get']('TableUtils');let _0x201ace=Number['MAX_SAFE_INTEGER'],_0x3af8ba=Number['MIN_SAFE_INTEGER'],_0x215e56=Number['MAX_SAFE_INTEGER'],_0x294c00=Number['MIN_SAFE_INTEGER'];for(const _0x2250a1 of _0x49ac5b){if('$graveyard'==_0x2250a1['root']['rootName'])continue;const {row:_0x3604aa,column:_0x5a7666}=_0xbd81b1['getCellLocation'](_0x2250a1),_0x8b2222=_0x2250a1['hasAttribute']('rowspan')?_0x2250a1['getAttribute']('rowspan')-0x1:0x0,_0x41c6bc=_0x2250a1['hasAttribute']('colspan')?_0x2250a1['getAttribute']('colspan')-0x1:0x0;_0x201ace=_0x3604aa<_0x201ace?_0x3604aa:_0x201ace,_0x3af8ba=_0x3604aa+_0x8b2222>_0x3af8ba?_0x3604aa+_0x8b2222:_0x3af8ba,_0x215e56=_0x5a7666<_0x215e56?_0x5a7666:_0x215e56,_0x294c00=_0x5a7666+_0x41c6bc>_0x294c00?_0x5a7666+_0x41c6bc:_0x294c00;}return{'minRow':_0x201ace,'maxRow':_0x3af8ba,'minColumn':_0x215e56,'maxColumn':_0x294c00};}['_setupColumnsRowsFixing'](){const _0x4bb4f1=this['editor'],_0x4f5c87=_0x4bb4f1['plugins']['get']('TrackChangesEditing'),_0x16b74e=_0x4bb4f1['plugins']['get']('TableUtils');_0x4bb4f1['model']['document']['on']('change:data',()=>{const _0x58b624=Array['from'](_0x4bb4f1['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x3c6129,data:_0x4531cb}of _0x58b624){const {group:_0x5815b8,id:_0x55feee,subType:_0x2285ac}=_0x4f5c87['_splitMarkerName'](_0x3c6129);if('suggestion'!=_0x5815b8)continue;if(null!=_0x4531cb['oldRange'])continue;const _0x4aa921=_0x4f5c87['getSuggestion'](_0x55feee);this['_tablePostFixingSubtypes']['includes'](_0x2285ac)&&this['_tableSuggestions']['add'](_0x4aa921);}},{'priority':'low'});const _0x345031=(_0x37c3e4,_0x2780c6)=>{let _0x5715a8=!0x1;const _0x43f827=_0x2780c6['createRangeOn'](_0x37c3e4),_0x4589cf=_0x37c3e4['findAncestor']('table'),_0x199207=_0x16b74e['getCellLocation'](_0x37c3e4);for(const _0x4f9786 of this['_tableSuggestions']){const _0x54571d=_0x4f9786['subType'],_0x13c1da=_0x54571d['startsWith']('tablePaste'),_0xd373c5=_0x54571d['substr'](_0x13c1da?0xa:0x5),_0x1d4c3d=_0xd373c5['toLowerCase'](),_0x21457d=_0x1d4c3d['substr'](0x0,0x3)+'span',_0x2f1077='min'+_0xd373c5,_0x229817='max'+_0xd373c5;if(!_0x4f9786['isInContent'])continue;if(_0x4589cf!=_0x4f9786['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x4f9786['isIntersectingWithRange'](_0x43f827))continue;const _0x2fa5e9=_0x37c3e4['hasAttribute'](_0x21457d)?_0x37c3e4['getAttribute'](_0x21457d)-0x1:0x0,_0x11e7ac=this['_getSuggestionCoords'](_0x4f9786),_0x327712=_0x11e7ac[_0x2f1077],_0x11f9c9=_0x11e7ac[_0x229817];_0x327712<=_0x199207[_0x1d4c3d]&&_0x199207[_0x1d4c3d]+_0x2fa5e9<=_0x11f9c9&&(_0x4f9786['addRange'](_0x43f827),_0x5715a8=!0x0);}return _0x5715a8;};_0x4bb4f1['model']['document']['registerPostFixer'](_0x141ef7=>{let _0x100297=!0x1;for(const _0x1feeac of _0x4bb4f1['model']['document']['differ']['getChanges']())if('insert'==_0x1feeac['type']){if('tableRow'==_0x1feeac['name']){for(const _0x27e447 of _0x1feeac['position']['nodeAfter']['getChildren']())_0x100297=_0x100297||_0x345031(_0x27e447,_0x141ef7);}else'tableCell'==_0x1feeac['name']&&(_0x100297=_0x100297||_0x345031(_0x1feeac['position']['nodeAfter'],_0x141ef7));}return _0x100297;});}['_getSuggestionCoords'](_0x565846){return this['_getCoordsForCells'](_0x565846['getRanges']()['map'](_0x555e7a=>_0x555e7a['start']['nodeAfter']));}}function Ne(_0x42a03c){return Array['from'](new Set(_0x42a03c)['values']());}class _t extends _0x1a323e{static get['requires'](){return[vt];}['afterInit'](){const _0x3b49e8=this['editor'],_0x3c9fe7=_0x3b49e8['model']['document']['selection'],_0x173936=_0x3b49e8['locale'];if(!_0x3b49e8['plugins']['has']('TableEditing'))return;const _0x535451=_0x3b49e8['plugins']['get']('TrackChangesEditing'),_0x26ca29=_0x3b49e8['plugins']['get']('TableUtils'),_0x12d9c1=_0x3b49e8['plugins']['get'](vt);_0x12d9c1['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x535451['enableCommand']('mergeTableCells',()=>{const _0x575ebd=_0x26ca29['getSelectionAffectedTableCells'](_0x3b49e8['model']['document']['selection']);_0x3b49e8['model']['change'](()=>{_0x535451['markMultiRangeBlockFormat'](_0x575ebd,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x3b49e8['commands']['get']('mergeTableCells')['on']('execute',(_0x257994,_0x267e96)=>{_0x3b49e8['commands']['get']('trackChanges')['value']&&(_0x267e96['length']>0x0&&_0x267e96[_0x267e96['length']-0x1]&&_0x267e96[_0x267e96['length']-0x1]['forceDefaultExecution']||_0x535451['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x257994['stop']());},{'priority':'highest'});for(const _0x4ad1bd of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x6963a=_0x3b49e8['commands']['get'](_0x4ad1bd);_0x535451['enableCommand'](_0x4ad1bd,()=>{const _0x32c4e8=_0x3b49e8['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x39ee51=>_0x39ee51['is']('element','tableCell')),_0x39e381=_0x6963a['value'];_0x3b49e8['model']['change'](()=>{_0x535451['markMultiRangeBlockFormat']([_0x32c4e8,_0x39e381],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x116e64 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x540311=_0x3b49e8['commands']['get'](_0x116e64);_0x535451['enableCommand'](_0x116e64,()=>{const _0x4615e0=_0x26ca29['getSelectionAffectedTableCells'](_0x3b49e8['model']['document']['selection'])[0x0],_0x5dd320=_0x4615e0['findAncestor']('table'),{column:_0x4517b4,row:_0x2b5095}=_0x26ca29['getCellLocation'](_0x4615e0);let _0x5ab5f8=[];if('horizontally'==_0x540311['direction']){const _0x1b67f6=_0x26ca29['createTableWalker'](_0x5dd320,{'startRow':_0x2b5095,'endRow':_0x2b5095,'includeAllSlots':!0x0});_0x5ab5f8=Array['from'](_0x1b67f6)['map'](_0x455797=>_0x455797['cell']);}else{const _0xfbe54=_0x26ca29['createTableWalker'](_0x5dd320,{'column':_0x4517b4,'includeAllSlots':!0x0});_0x5ab5f8=Array['from'](_0xfbe54)['map'](_0x32e14d=>_0x32e14d['cell']);}_0x3b49e8['model']['change'](_0x20f9cf=>{_0x535451['markBlockFormat'](_0x20f9cf['createRangeOn'](_0x4615e0),{'commandName':_0x116e64,'commandParams':[]},_0x5ab5f8,_0x116e64);});});}_0x535451['descriptionFactory']['registerDescriptionCallback'](_0x25860e=>{if('formatBlock'!=_0x25860e['type']&&'formatInline'!=_0x25860e['type'])return;const {data:_0x101a15}=_0x25860e;return _0x101a15&&'mergeTableCells'==_0x101a15['commandName']?{'type':'format','content':o(_0x173936,'*Merge\x20cells*')}:void 0x0;}),_0x535451['descriptionFactory']['registerDescriptionCallback'](_0x3937fa=>{if('formatBlock'!=_0x3937fa['type']&&'formatInline'!=_0x3937fa['type'])return;const {data:_0x578e8b}=_0x3937fa;return _0x578e8b?'splitTableCellVertically'==_0x578e8b['commandName']?{'type':'format','content':o(_0x173936,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x578e8b['commandName']?{'type':'format','content':o(_0x173936,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x5d9686=_0x12d9c1['_acceptFormatSuggestionCallbackFactory']();for(const _0x4602d0 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x535451['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4602d0,'accept',_0x5d9686);for(const _0x13ac10 of['splitTableCellVertically','splitTableCellHorizontally'])_0x535451['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x13ac10,'accept',_0x5d9686);_0x535451['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x489d63=>{_0x3b49e8['model']['change'](_0x243279=>{const _0x2de1cc=Array['from'](_0x3c9fe7['getRanges']())['map'](_0x18c465=>_0x586eec['fromRange'](_0x18c465));_0x243279['setSelection'](_0x489d63),_0x3b49e8['commands']['get']('mergeTableCells')['refresh'](),_0x3b49e8['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x485b53=_0x2de1cc['filter'](_0x4877c3=>'$graveyard'!=_0x4877c3['root']['rootName']);_0x485b53['length']>0x0&&_0x243279['setSelection'](_0x485b53);for(const _0x5cbeb6 of _0x2de1cc)_0x5cbeb6['detach']();});});for(const _0xd19b56 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x28988a=_0x3b49e8['commands']['get'](_0xd19b56);_0x28988a['on']('set:isEnabled',(_0x58963f,_0x542e6d,_0x13f8e5)=>{if(_0x13f8e5){const _0x3007a1=_0x3b49e8['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x24523f=>_0x24523f['is']('element','tableCell'));this['_areMergableCells'](_0x28988a['value'],_0x3007a1)||(_0x58963f['return']=!0x1,_0x58963f['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x5a9788=this['editor']['commands']['get']('mergeTableCells'),_0x19d9ae=this['editor']['plugins']['get']('TableUtils');if(!_0x5a9788['isEnabled'])return!0x1;const _0x1c3a3d=_0x19d9ae['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x3155e5 of _0x1c3a3d)for(const _0x5dba1a of _0x1c3a3d)if(_0x3155e5!=_0x5dba1a&&!this['_areMergableCells'](_0x3155e5,_0x5dba1a))return!0x1;return!0x0;}['_areMergableCells'](_0x5dca8c,_0x5c06b6){const _0x571763=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1b730d=this['editor']['model']['createRangeOn'](_0x5dca8c),_0x18d3d8=this['editor']['model']['createRangeOn'](_0x5c06b6),_0x301fcc=new Set(),_0x322a38=new Set();for(const _0x2289b1 of _0x571763['getSuggestions']())if(('insertion'==_0x2289b1['type']||'deletion'==_0x2289b1['type']||'mergeTableCells'==_0x2289b1['subType'])&&_0x2289b1['isInContent']){for(const _0x65969d of _0x2289b1['getRanges']())_0x65969d['containsRange'](_0x1b730d,!0x0)&&_0x301fcc['add'](_0x2289b1['type']+':'+_0x2289b1['author']['id']),_0x65969d['containsRange'](_0x18d3d8,!0x0)&&_0x322a38['add'](_0x2289b1['type']+':'+_0x2289b1['author']['id']);}if(_0x301fcc['size']!=_0x322a38['size'])return!0x1;for(const _0x1ec7ab of _0x301fcc)if(!_0x322a38['has'](_0x1ec7ab))return!0x1;return!0x0;}}class Ct extends _0x1a323e{static get['requires'](){return[vt];}['afterInit'](){const _0x2bfc43=this['editor'];if(!_0x2bfc43['plugins']['has']('TableEditing'))return;const _0xca5fa8=_0x2bfc43['locale'],_0x444549=_0x2bfc43['plugins']['get']('TrackChangesEditing');_0x444549['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x444549['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x444549['registerBlockAttribute']('headingRows'),_0x444549['registerBlockAttribute']('headingColumns'),_0x444549['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0xca5fa8,'FORMAT_HEADER_ROW')),_0x444549['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0xca5fa8,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x45894f=this['editor']['plugins']['get']('TrackChangesEditing'),_0xb1e4a7=this['editor']['plugins']['get']('TableUtils'),_0x488e72=this['editor']['plugins']['get'](vt)['_acceptFormatSuggestionCallbackFactory']();function _0x4bc3b1({showActiveMarker:_0x44e492=!0x0,setDataAttribute:_0xff3193=!0x0}={}){return(_0x15787c,_0x35352e,_0x1dc3ff)=>{const {type:_0x49dede,id:_0x132af8}=_0x45894f['_splitMarkerName'](_0x35352e['markerName']),_0x1d4e54=_0x45894f['getSuggestion'](_0x132af8),_0x4b12f3=_0x1d4e54['data'];if('formatBlock'!=_0x1d4e54['type']||!_0x4b12f3||'setTableColumnHeader'!=_0x4b12f3['commandName'])return;if(_0x35352e['item'])return void _0x15787c['stop']();if(!_0x1dc3ff['consumable']['consume'](_0x35352e['markerRange'],_0x15787c['name']))return;const _0x3c10bf=_0x35352e['markerRange']['start']['nodeAfter'],_0x2601f1=_0x35352e['markerRange']['end']['nodeBefore'],_0x47d19f=_0x3c10bf['parent']['parent'],{column:_0x3c05e3}=_0xb1e4a7['getCellLocation'](_0x3c10bf),{column:_0x4ee3b6}=_0xb1e4a7['getCellLocation'](_0x2601f1);for(let _0x526e2b=_0x3c05e3;_0x526e2b<=_0x4ee3b6;_0x526e2b++){const _0x3105aa=_0xb1e4a7['createTableWalker'](_0x47d19f,{'column':_0x526e2b,'includeAllSlots':!0x1});for(const _0x3576f2 of _0x3105aa){const _0x584263=_0x3576f2['cell'],_0x77a891=_0x1dc3ff['mapper']['toViewElement'](_0x584263);_0x1dc3ff['writer']['addClass']('ck-suggestion-marker-'+_0x49dede,_0x77a891),_0xff3193&&_0x1dc3ff['writer']['setAttribute']('data-suggestion',_0x132af8,_0x77a891),_0x1dc3ff['mapper']['bindElementToMarker'](_0x77a891,_0x35352e['markerName']),_0x44e492&&(_0x45894f['activeMarkers']['includes'](_0x35352e['markerName'])?_0x1dc3ff['writer']['addClass']('ck-suggestion-marker--active',_0x77a891):_0x1dc3ff['writer']['removeClass']('ck-suggestion-marker--active',_0x77a891));}}};}_0x45894f['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x488e72),_0x45894f['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x488e72),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x4bc3b1(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x45ffab,_0x4739be,_0x897c76)=>{_0x897c76['options']['showSuggestionHighlights']&&_0x4bc3b1({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x45ffab,_0x4739be,_0x897c76);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x17f983,_0x5adb41,_0x155a30)=>{const {type:_0x59a337,id:_0x447e54}=_0x45894f['_splitMarkerName'](_0x5adb41['markerName']),_0x4b7871=_0x45894f['getSuggestion'](_0x447e54),_0x38587e=_0x4b7871['data'];if('formatBlock'!=_0x4b7871['type']||!_0x38587e||'setTableColumnHeader'!=_0x38587e['commandName'])return;const _0x5bcddb=_0x155a30['mapper']['markerNameToElements'](_0x5adb41['markerName']);if(_0x5bcddb){for(const _0x197813 of _0x5bcddb)_0x155a30['writer']['removeClass']('ck-suggestion-marker-'+_0x59a337,_0x197813),_0x155a30['writer']['removeClass']('ck-suggestion-marker--active',_0x197813),_0x155a30['writer']['removeAttribute']('data-suggestion',_0x197813),_0x155a30['mapper']['unbindElementFromMarkerName'](_0x197813,_0x5adb41['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4e8c48=this['editor'],_0x1efc74=_0x4e8c48['locale'];function _0x169fc0(_0x1b5f0b){return{'type':'format','content':o(_0x1efc74,'*Format:*\x20%0',_0x1b5f0b)};}_0x4e8c48['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x290a2a=>{if('formatBlock'!=_0x290a2a['type'])return;const {data:_0x3bed28}=_0x290a2a;if(_0x3bed28){if('setTableRowHeader'==_0x3bed28['commandName']){const _0x25a7b3=_0x3bed28['commandParams'][0x0]['forceValue'];return _0x169fc0(o(_0x1efc74,_0x25a7b3?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x3bed28['commandName']){const _0x2f47c8=_0x3bed28['commandParams'][0x0]['forceValue'];return _0x169fc0(o(_0x1efc74,_0x2f47c8?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const Be=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],xe=Object['fromEntries'](Be['map'](_0x66ca6d=>[_0x66ca6d,null]));class Nt extends _0x1a323e{static get['requires'](){return[vt];}['afterInit'](){const _0x39dd34=this['editor'];if(!_0x39dd34['plugins']['has']('TableClipboard'))return;const _0x27376e=_0x39dd34['plugins']['get']('TrackChangesEditing'),_0x432cd1=_0x39dd34['plugins']['get']('TableUtils'),_0x54a53f=_0x39dd34['plugins']['get'](vt),_0x9dd115=_0x39dd34['plugins']['get']('TableClipboard');_0x54a53f['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x39dd34['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x39dd34['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0xaad12=null;_0x39dd34['model']['on']('insertContent',(_0x2df389,_0x238496)=>{const [_0x578b34,_0x4c3759]=_0x238496,_0x4effbe=_0x238496[_0x238496['length']-0x1];_0x4effbe&&_0x4effbe['forceDefaultExecution']||_0x27376e['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x2b87a4,_0x5d3f34,_0x1d79ab,_0xa8c13f,_0x50a42f){if(_0x5d3f34&&!_0x5d3f34['is']('documentSelection'))return!0x1;const _0x2e5add=_0x50a42f['getTableIfOnlyTableInContent'](_0x2b87a4,_0x1d79ab);if(!_0x2e5add||!Ue(_0x2e5add,void 0x0,_0xa8c13f))return!0x1;const _0x1a1beb=_0xa8c13f['getSelectionAffectedTableCells'](_0x1d79ab['document']['selection']);if(!_0x1a1beb['length'])return!0x1;const _0x2ab3b3=_0x1a1beb[0x0]['findAncestor']('table'),_0xb95118=_0xa8c13f['getRowIndexes'](_0x1a1beb),_0x342904=_0xa8c13f['getColumnIndexes'](_0x1a1beb),_0x221a1d={'startRow':_0xb95118['first'],'endRow':_0xb95118['last'],'startColumn':_0x342904['first'],'endColumn':_0x342904['last']};return 0x1==_0x1a1beb['length']&&(_0x221a1d['endRow']+=_0xa8c13f['getRows'](_0x2e5add)-0x1,_0x221a1d['endColumn']+=_0xa8c13f['getColumns'](_0x2e5add)-0x1),Ue(_0x2ab3b3,_0x221a1d,_0xa8c13f);}(_0x578b34,_0x4c3759,_0x39dd34['model'],_0x432cd1,_0x9dd115)&&(_0x2df389['stop'](),_0xaad12={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x39dd34['model']['change'](()=>{_0x39dd34['model']['insertContent'](_0x238496[0x0],_0x238496[0x1],_0x238496[0x2],{'forceDefaultExecution':!0x0});const _0x125a03=_0x1a89e5(),{rowInsertionRanges:_0x253d16,columnInsertionRanges:_0x346ba9,insertionRanges:_0x3185d9,deletionRanges:_0x5bf5f8,cells:_0x338350}=_0xaad12;_0x253d16['length']&&_0x27376e['markMultiRangeInsertion'](_0x253d16,'tablePasteRow',{'tablePasteChainId':_0x125a03}),_0x346ba9['length']&&_0x27376e['markMultiRangeInsertion'](_0x346ba9,'tablePasteColumn',{'tablePasteChainId':_0x125a03}),_0x3185d9['length']&&(_0x27376e['markMultiRangeInsertion'](_0x3185d9,'tablePaste',{'tablePasteChainId':_0x125a03,'skipNestingCheck':!0x0}),_0x3185d9['forEach'](_0x3344c1=>_0x3344c1['detach']?.())),_0x5bf5f8['length']&&(_0x27376e['markMultiRangeDeletion'](_0x5bf5f8,'tablePaste',{'tablePasteChainId':_0x125a03,'skipNestingCheck':!0x0}),_0x5bf5f8['forEach'](_0x162deb=>_0x162deb['detach']?.()));const _0x5a9c0f=_0x27376e['markMultiRangeBlockFormat'](_0x338350['map'](({element:_0x4f73e5})=>_0x4f73e5),{'formatGroupId':_0x1a89e5()},[],'tablePasteCell',{'tablePasteChainId':_0x125a03});if(_0x5a9c0f){const _0x3a5097=_0x5a9c0f['getMarkers'](),_0x48dc24=[];for(const {element:_0x24df3f,attributes:_0x18be8a}of _0x338350){if(!_0x18be8a)continue;const _0x1d52cf=_0x39dd34['model']['createRangeOn'](_0x24df3f),_0x2caec1=_0x3a5097['find'](_0x53fa5a=>_0x53fa5a['getRange']()['isEqual'](_0x1d52cf));_0x2caec1&&_0x48dc24['push']([_0x2caec1['name'],_0x18be8a]);}_0x48dc24['length']&&_0x5a9c0f['setAttribute']('markerAttributes',Object['fromEntries'](_0x48dc24));}_0xaad12=null;}));},{'priority':_0x550a89['high']+0xa}),_0x39dd34['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x385220,_0x41bfaf)=>{const [_0x141c4c,_0x118579,,_0x5da4cb]=_0x41bfaf;if(!_0xaad12)return;_0x385220['stop']();const _0x265222=_0x141c4c['cell'],_0x490516=_0x118579,_0x2baca4=Oe(_0x265222),_0x5c1f5a=Oe(_0x490516);_0x385220['return']=_0x265222;let _0x47d69d=null,_0x1ea195=null;if(_0x5c1f5a||_0x2baca4){if(_0x2baca4&&!_0x5c1f5a){_0x5da4cb['remove'](_0x265222['getChild'](0x0));for(const _0x55239f of Array['from'](_0x490516['getChildren']()))_0x5da4cb['insert'](_0x55239f,_0x265222,'end');const _0x4bcea2=_0xaad12['rowInsertionIndexes']['includes'](_0x141c4c['row']),_0x32f327=_0xaad12['columnInsertionIndexes']['includes'](_0x141c4c['column']);_0x4bcea2||_0x32f327||(_0x47d69d=_0x586eec['fromRange'](_0x5da4cb['createRangeIn'](_0x265222)));}else _0x5c1f5a&&!_0x2baca4&&(_0x1ea195=_0x5da4cb['createRangeIn'](_0x265222));}else{const _0x33df6e=_0x5da4cb['createElement']('tableCellSuggestion'),_0x1c78be=_0x5da4cb['createElement']('tableCellSuggestion');_0x5da4cb['wrap'](_0x5da4cb['createRangeIn'](_0x265222),_0x1c78be),_0x5da4cb['insert'](_0x33df6e,_0x265222,0x0);for(const _0x2d6e9f of Array['from'](_0x490516['getChildren']()))_0x5da4cb['insert'](_0x2d6e9f,_0x33df6e,'end');_0x47d69d=_0x586eec['fromRange'](_0x5da4cb['createRangeOn'](_0x33df6e)),_0x1ea195=_0x586eec['fromRange'](_0x5da4cb['createRangeOn'](_0x1c78be));}const _0x3a2751=Array['from'](_0x490516['getAttributes']())['filter'](([_0x33d50b])=>Be['includes'](_0x33d50b));_0xaad12['cells']['push']({'element':_0x265222,'attributes':_0x3a2751['length']?Object['fromEntries'](_0x3a2751):null}),_0x47d69d&&_0xaad12['insertionRanges']['push'](_0x47d69d),_0x1ea195&&_0xaad12['deletionRanges']['push'](_0x1ea195);},{'priority':'high'}),_0x432cd1['on']('insertColumns',(_0x4cb503,_0x2faeab)=>{const [_0x5241c5,_0x8192ed={}]=_0x2faeab;if(!_0xaad12)return;const _0x2eb8e8=_0x8192ed['at']||0x0,_0x492bfd=_0x8192ed['columns']||0x1;_0xaad12['columnInsertionIndexes']=new Array(_0x492bfd)['fill'](_0x2eb8e8)['map']((_0x1c5304,_0x45e7a5)=>_0x1c5304+_0x45e7a5);for(const {cell:_0x2c2866}of _0x432cd1['createTableWalker'](_0x5241c5,{'startColumn':_0x2eb8e8,'endColumn':_0x2eb8e8+_0x492bfd-0x1}))_0xaad12['columnInsertionRanges']['push'](_0x39dd34['model']['createRangeOn'](_0x2c2866));},{'priority':'low'}),_0x432cd1['on']('insertRows',(_0x174d5d,_0x4bc764)=>{const [_0xdfb199,_0x161a11={}]=_0x4bc764;if(!_0xaad12)return;const _0x27ccc1=_0x161a11['at']||0x0,_0x56708f=_0x161a11['rows']||0x1;_0xaad12['rowInsertionIndexes']=new Array(_0x56708f)['fill'](_0x27ccc1)['map']((_0x5af58f,_0xca0264)=>_0x5af58f+_0xca0264);for(const {cell:_0x58944b}of _0x432cd1['createTableWalker'](_0xdfb199,{'startRow':_0x27ccc1,'endRow':_0x27ccc1+_0x56708f-0x1}))_0xaad12['rowInsertionRanges']['push'](_0x39dd34['model']['createRangeOn'](_0x58944b));},{'priority':'low'}),_0x27376e['descriptionFactory']['registerDescriptionCallback'](_0x4ddc36=>{if(_0x4ddc36['subType']&&_0x4ddc36['subType']['startsWith']('tablePaste'))return _0x4ddc36['previous']?{}:{'type':'insertion','content':o(_0x39dd34['locale'],'*Replace\x20table\x20cells*')};});const _0xd06254=()=>!0x1;for(const _0x14af45 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x27376e['_suggestionFactory']['registerCustomCallback']('insertion',_0x14af45,'join',_0xd06254),_0x27376e['_suggestionFactory']['registerCustomCallback']('deletion',_0x14af45,'join',_0xd06254),_0x27376e['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x14af45,'join',_0xd06254);_0x27376e['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0xd06254),_0x27376e['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x4a419e,_0x417ed2,_0x18acfc)=>{const _0x2055d0=_0x4a419e['map'](_0x39c560=>_0x39c560['getContainedElement']())['filter'](_0x510bf5=>_0x510bf5),_0x10163b=new Map(_0x2055d0['map'](_0x489825=>[_0x489825,null]));if(_0xaad12){for(const {element:_0x188d88,attributes:_0x48729c}of _0xaad12['cells'])_0x48729c&&_0x10163b['set'](_0x188d88,_0x48729c);}else{if(_0x18acfc&&_0x18acfc['markerAttributes'])for(const [_0x5d7793,_0x3714ac]of Object['entries'](_0x18acfc['markerAttributes'])){const _0x3586d1=_0x39dd34['model']['markers']['get'](_0x5d7793),_0x53b8b8=_0x3586d1?_0x3586d1['getRange']()['getContainedElement']():null;_0x53b8b8&&_0x10163b['set'](_0x53b8b8,_0x3714ac);}}_0x39dd34['model']['change'](_0x20ce8b=>{for(const [_0x3f0862,_0x31c9b8]of _0x10163b)_0x20ce8b['setAttributes']({...xe,..._0x31c9b8},_0x3f0862);});});const _0x4bbb8c=(_0x17602c,_0x205d66)=>{_0x27376e['_suggestionFactory']['registerCustomCallback'](_0x17602c,'tablePaste',_0x205d66,(_0x385f96,_0x44be12,_0x13a0c0)=>{_0x39dd34['model']['change'](_0x56ca68=>{const _0x5020c5=[];for(const _0x541d4b of _0x385f96){const _0x3c2f6d=_0x541d4b['start']['nodeAfter'];_0x3c2f6d['is']('element','tableCellSuggestion')&&_0x5020c5['push'](_0x3c2f6d);}_0x27376e['_suggestionFactory']['getSuggestionCallback'](_0x17602c,null,_0x205d66)(_0x385f96,_0x44be12,_0x13a0c0);for(const _0x185fca of _0x5020c5)'$graveyard'!=_0x185fca['root']['rootName']&&_0x56ca68['unwrap'](_0x185fca);});});};_0x4bbb8c('insertion','accept'),_0x4bbb8c('insertion','discard'),_0x4bbb8c('deletion','accept'),_0x4bbb8c('deletion','discard'),_0x27376e['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x2be54b=>{const _0x5e24b0=_0x2be54b['map'](_0x8d10e9=>_0x8d10e9['getContainedElement']()),_0x2f92bb=_0x5e24b0[0x0]['findAncestor']('table'),{minRow:_0x3957df,maxRow:_0x3c3b8e}=_0x54a53f['_getCoordsForCells'](_0x5e24b0);_0x432cd1['removeRows'](_0x2f92bb,{'at':_0x3957df,'rows':_0x3c3b8e-_0x3957df+0x1});}),_0x27376e['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x4b1330=>{const _0xc7df26=_0x4b1330['map'](_0x39781a=>_0x39781a['getContainedElement']()),_0x32abfd=_0xc7df26[0x0]['findAncestor']('table'),{minColumn:_0xbfa346,maxColumn:_0x44fc36}=_0x54a53f['_getCoordsForCells'](_0xc7df26);_0x432cd1['removeColumns'](_0x32abfd,{'at':_0xbfa346,'columns':_0x44fc36-_0xbfa346+0x1});});const _0x4ac378=(_0x2f14c9,_0x5c5344)=>{if(!_0x5c5344['subType']||!_0x5c5344['subType']['startsWith']('tablePaste'))return;const _0x5b9cb3=_0x5c5344['attributes']['tablePasteChainId'],_0x332c5d=_0x27376e['getSuggestions']()['filter'](_0x41539b=>_0x41539b['isInContent']&&_0x41539b['attributes']&&_0x41539b['attributes']['tablePasteChainId']==_0x5b9cb3);_0x332c5d['length']&&_0x5c5344['getAllAdjacentSuggestions']()['length']!=_0x332c5d['length']&&_0x332c5d['reduce']((_0x4e96d8,_0xea1dd7)=>(_0x4e96d8['next']=_0xea1dd7,_0xea1dd7['previous']=_0x4e96d8,_0xea1dd7));};function _0x22f0df(_0x1ca72f,_0x5bf474=!0x0){const {id:_0x63cbdf,authorId:_0x122f6e}=_0x27376e['_splitMarkerName'](_0x1ca72f['markerName']),_0x53ee74=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x5b340c=_0x27376e['activeMarkers']['includes'](_0x1ca72f['markerName']);return _0x5b340c&&_0x53ee74['push']('ck-suggestion-marker--active'),{'classes':_0x53ee74,'attributes':{'data-suggestion':_0x63cbdf,'data-author-id':_0x122f6e},'priority':_0x5b340c&&_0x5bf474?0xbc2:0xbb8};}_0x27376e['on']('suggestionLoaded',_0x4ac378,{'priority':'high'}),_0x27376e['on']('suggestionUnloaded',_0x4ac378,{'priority':'high'}),_0x39dd34['model']['document']['registerPostFixer'](()=>{let _0x10bf81=!0x1;const _0x373a87=Array['from'](_0x39dd34['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x22a425,data:_0x5a63d3}of _0x373a87){const {group:_0x1ce864,type:_0x3fd43b,id:_0x4a8991}=_0x27376e['_splitMarkerName'](_0x22a425);if('suggestion'!=_0x1ce864||'deletion'!=_0x3fd43b||_0x5a63d3['oldRange'])continue;if(!_0x27376e['hasSuggestion'](_0x4a8991))continue;const _0x5c61f5=_0x27376e['getSuggestion'](_0x4a8991)['getRanges'](),_0x56de20=_0x39dd34['plugins']['get']('Users')['me'];for(const _0x59c672 of _0x27376e['getSuggestions']()){if(!_0x59c672['isInContent']||_0x59c672['author']!=_0x56de20)continue;if('formatBlock'!=_0x59c672['type']||'tablePasteCell'!=_0x59c672['subType'])continue;if(_0x59c672['getRanges']()['every'](_0x3f1e37=>_0x5c61f5['some'](_0x543bf0=>_0x543bf0['containsRange'](_0x3f1e37,!0x0)))){for(const _0x3d3547 of _0x59c672['getAllAdjacentSuggestions']())_0x3d3547['isInContent']&&(_0x3d3547['discard'](),_0x10bf81=!0x0);}}}return _0x10bf81;}),_0x39dd34['model']['document']['registerPostFixer'](_0x504b96=>{const _0x1d5435=_0x39dd34['commands']['get']('redo');if(!_0x1d5435||!_0x1d5435['_createdBatches']['has'](_0x504b96['batch']))return!0x1;let _0x12bfed=!0x1;const _0x4ee952=_0x39dd34['plugins']['get']('Users')['me'],_0x2a1ec1=_0x39dd34['model']['document']['differ']['getChanges'](),_0x42ab22=Array['from'](_0x39dd34['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x41f8ad,data:_0x5f4575})=>{const {group:_0x2c356b,subType:_0x419c73,authorId:_0x29e96b}=_0x27376e['_splitMarkerName'](_0x41f8ad);return'suggestion'==_0x2c356b&&'tablePaste'==_0x419c73&&_0x29e96b==_0x4ee952['id']&&!_0x5f4575['oldRange'];});for(const _0x2143cf of _0x2a1ec1){if('insert'!=_0x2143cf['type']||'tableCellSuggestion'!=_0x2143cf['name']||0x1!=_0x2143cf['length'])continue;const _0x237d09=_0x504b96['createRange'](_0x2143cf['position'],_0x2143cf['position']['getShiftedBy'](0x1));if(!_0x42ab22['find'](({data:_0x322542})=>_0x322542['newRange']['isEqual'](_0x237d09))){for(const {name:_0x275039,data:_0xd7546c}of _0x42ab22)if(_0x237d09['containsRange'](_0xd7546c['newRange'])){_0x504b96['updateMarker'](_0x275039,{'range':_0x237d09}),_0x12bfed=!0x0;break;}}}return _0x12bfed;}),_0x39dd34['model']['document']['registerPostFixer'](_0xdab311=>{let _0x580c76=!0x1;const _0x58adb6=_0x39dd34['plugins']['get']('Users')['me'],_0x7f81fe=_0x27376e['getSuggestions']()['filter'](_0x19e1ea=>_0x19e1ea['isInContent']&&_0x19e1ea['author']==_0x58adb6),_0xca33b3=new Set(),_0x2ce090=new Set();for(const _0x1a096b of _0x7f81fe)if('tablePaste'==_0x1a096b['subType'])for(const _0xc2fb54 of _0x1a096b['getMarkers']()){const _0x7ce123=_0xc2fb54['getRange']()['getContainedElement']();if(_0x7ce123){if(_0x7ce123['is']('element','tableCellSuggestion')&&Oe(_0x7ce123)){_0x1a096b['removeMarker'](_0xc2fb54['name']),_0xca33b3['add'](_0x7ce123),_0x580c76=!0x0;const _0xd34809=_0x7ce123['nextSibling'],_0x4757b0=_0x7ce123['previousSibling'],_0x18761a=_0xd34809&&_0xd34809['is']('element','tableCellSuggestion'),_0x48fa84=_0x4757b0&&_0x4757b0['is']('element','tableCellSuggestion');_0x18761a&&!_0xca33b3['has'](_0xd34809)&&_0x2ce090['add'](_0xd34809),_0x48fa84&&!_0xca33b3['has'](_0x4757b0)&&_0x2ce090['add'](_0x4757b0);}else _0x7ce123['is']('element','paragraph')&&_0x7ce123['isEmpty']&&(_0x1a096b['removeMarker'](_0xc2fb54['name']),_0x580c76=!0x0);}}else{if('tablePasteCell'==_0x1a096b['subType']){if(!_0x1a096b['attributes']||!_0x1a096b['attributes']['tablePasteChainId'])continue;const _0x4d10a0=_0x1a096b['attributes']['markerAttributes'];if(_0x4d10a0&&Object['keys'](_0x4d10a0)['length'])continue;const _0xe1aac3=_0x1a096b['attributes']['tablePasteChainId'];let _0x19fd2b=!0x0,_0x533c6a=!0x0;for(const _0x56205a of _0x7f81fe)if(_0x56205a['subType']&&_0x56205a['subType']['startsWith']('tablePaste')){if(!_0x56205a['attributes']['tablePasteChainId']){_0x533c6a=!0x1;break;}if(_0x56205a['id']!=_0x1a096b['id']&&_0x56205a['attributes']['tablePasteChainId']==_0xe1aac3){_0x19fd2b=!0x1;break;}}_0x533c6a&&_0x19fd2b&&(_0x1a096b['removeMarkers'](),_0x580c76=!0x0);}}for(const _0x33f2dd of _0xca33b3)_0xdab311['remove'](_0x33f2dd);for(const _0x286db3 of _0x2ce090)_0xdab311['unwrap'](_0x286db3);return _0x580c76;}),_0x39dd34['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x1b9964=>_0x22f0df(_0x1b9964),'converterPriority':'high'}),_0x39dd34['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x1fb2c0,_0x13c8fa)=>_0x13c8fa['options']['showSuggestionHighlights']?_0x22f0df(_0x1fb2c0,!0x1):null,'converterPriority':'high'});const _0x5f4b1a=_0x39dd34['editing']['view'];this['listenTo'](_0x5f4b1a['document'],'clipboardOutput',(_0x47d792,_0x1211f7)=>{const _0x1f5921=[];for(const _0x4bfde8 of _0x5f4b1a['createRangeIn'](_0x1211f7['content'])['getItems']())_0x4bfde8['is']('element','suggestion-td')&&_0x1f5921['push'](_0x4bfde8);_0x5f4b1a['change'](_0x1146c0=>{for(const _0x28e91f of _0x1f5921)_0x1146c0['move'](_0x1146c0['createRangeIn'](_0x28e91f),_0x1146c0['createPositionBefore'](_0x28e91f)),_0x1146c0['remove'](_0x28e91f);});});}}function Oe(_0x14e47f){if(_0x14e47f['isEmpty'])return!0x0;const _0x5dbd3a=_0x14e47f['getChild'](0x0);return _0x5dbd3a['is']('element','paragraph')&&_0x5dbd3a['isEmpty'];}function Ue(_0x403c07,_0xaa6b3e={},_0x4996be){for(const {isAnchor:_0xbe01d3,cellHeight:_0x15a149,cellWidth:_0x3b8042}of _0x4996be['createTableWalker'](_0x403c07,{'includeAllSlots':!0x0,..._0xaa6b3e}))if(!_0xbe01d3||0x1!=_0x15a149||0x1!=_0x3b8042)return!0x1;return!0x0;}class Dt extends _0x1a323e{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x13de63=this['editor']['plugins']['get']('TrackChangesEditing');_0x13de63['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x13de63['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x13de63['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x13de63['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x13de63['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x13de63['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x3f7394,_0x4631e7){const _0x3ca03f=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5f0d75=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x583509=_0x4631e7['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x2632b7=_0x5f0d75['getColumnGroupElement'](_0x583509);let _0x1c4d0a=_0x2632b7?_0x5f0d75['getTableColumnsWidths'](_0x2632b7):null,_0x53f370=_0x583509['getAttribute']('tableWidth')||null;const _0x184028=_0x4631e7['tableWidth']||_0x53f370,_0x4701e7=_0x4631e7['columnWidths']||_0x1c4d0a,_0x2785fe=this['editor']['plugins']['get']('Users')['me'];for(const _0xa19e40 of _0x3ca03f['getSuggestions']()){const _0x3a2536=_0xa19e40['getContainedElement']();if('resizeTable'===_0xa19e40['subType']&&_0x3a2536===_0x583509){_0xa19e40['author']!==_0x2785fe&&_0xa19e40['discard']();const _0x440e60=_0xa19e40['data']['commandParams'];_0x53f370=_0x440e60[0x0]['tableWidth'],_0x1c4d0a=_0x440e60[0x0]['columnWidths'];break;}}_0x3f7394({'table':_0x583509,'tableWidth':_0x184028,'columnWidths':_0x4701e7}),_0x3ca03f['markBlockFormat'](_0x583509,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x53f370,'columnWidths':_0x1c4d0a}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x248f5f){if('formatBlock'!=_0x248f5f['type']&&'formatInline'!=_0x248f5f['type'])return;const {data:_0xd1db69}=_0x248f5f;if(_0xd1db69&&'resizeTable'===_0xd1db69['formatGroupId']){const _0x2816ed='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x2816ed)};}}}class Mt extends _0x1a323e{['afterInit'](){const _0x45b24e=this['editor'];_0x45b24e['plugins']['has']('Template')&&_0x45b24e['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class $t extends _0x1a323e{['afterInit'](){const _0x2f6080=this['editor'];if(!_0x2f6080['commands']['get']('insertTableOfContents'))return;_0x2f6080['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x4d05ed=_0x2f6080['plugins']['get']('TrackChangesEditing'),_0x5d36b7=_0x2f6080['locale'];_0x4d05ed['descriptionFactory']['registerElementLabel']('tableOfContents',_0x1080c9=>o(_0x5d36b7,'ELEMENT_TABLE_OF_CONTENTS',_0x1080c9));}}class Bt extends _0x1a323e{['afterInit'](){const _0x2ee7ff=this['editor'];if(!_0x2ee7ff['plugins']['has']('Title'))return;const _0x54d306=_0x2ee7ff['plugins']['get']('TrackChangesEditing');_0x54d306['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x2ee7ff['locale'],'ELEMENT_TITLE')),_0x2ee7ff['model']['document']['registerPostFixer'](_0x1d5eda=>{let _0x529e15=!0x1;const _0x40e39c=Array['from'](_0x2ee7ff['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x388720,data:_0x49a38d}of _0x40e39c){const {group:_0x46215f}=_0x54d306['_splitMarkerName'](_0x388720);if('suggestion'!==_0x46215f||!_0x49a38d['newRange'])continue;const _0x52fb48=_0x49a38d['newRange'],_0x234b7b=_0x52fb48['end']['nodeBefore'];if(!_0x234b7b||!_0x234b7b['is']('element','title-content'))continue;if(!_0x52fb48['start']['isTouching'](_0x52fb48['end']))continue;const _0x47023c=_0x2ee7ff['model']['schema']['getNearestSelectionRange'](_0x52fb48['end'],'forward');if(_0x47023c&&_0x47023c['isCollapsed']){const _0x564825=_0x1d5eda['createRange'](_0x52fb48['start'],_0x47023c['start']);_0x564825['isEqual'](_0x52fb48)||(_0x1d5eda['updateMarker'](_0x388720,{'range':_0x564825}),_0x529e15=!0x0);}_0x529e15||(_0x1d5eda['removeMarker'](_0x388720),_0x529e15=!0x0);}return _0x529e15;});}}class Ot extends _0x1a323e{['afterInit'](){const _0x411b00=this['editor'],_0x40d3dd=_0x411b00['plugins']['get']('TrackChangesEditing');_0x411b00['plugins']['has']('Uploadcare')&&(_0x40d3dd['enableCommand']('uploadcare'),_0x411b00['plugins']['has']('UploadcareImageEdit')&&(_0x40d3dd['enableCommand']('uploadcareImageEdit'),_0x40d3dd['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x40d3dd['registerBlockAttribute']('uploadcareImageId'),_0x40d3dd['descriptionFactory']['registerDescriptionCallback'](_0x2136f9=>{if('attribute'!=_0x2136f9['type'])return;const {data:_0x53aa74}=_0x2136f9;return _0x53aa74&&'uploadcareImageId'==_0x53aa74['key']?{'type':'format','content':''}:void 0x0;})));}}class Rt extends _0x1a323e{['afterInit'](){const _0xc7fdc6=this['editor'],_0x5a0193=_0xc7fdc6['plugins']['get']('TrackChangesEditing');_0xc7fdc6['plugins']['has']('UndoEditing')&&(_0x5a0193['enableCommand']('undo'),_0x5a0193['enableCommand']('redo'));}}class Tt extends _0x1a323e{static get['requires'](){return[vt];}['afterInit'](){const _0x20db32=this['editor'];if(!_0x20db32['plugins']['has']('TableCaptionEditing'))return;_0x20db32['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class xt extends _0x1a323e{['tableProperties'];['tableCellProperties'];constructor(_0x1981e5){super(_0x1981e5),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 _0x3c5caf=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x6452e1 of this['tableProperties'])_0x3c5caf['enableCommand'](_0x6452e1,(_0x33489f,_0x72feca)=>{const _0x510b0e=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x6452e1,[_0x510b0e],this['tableProperties'],'tableProperties',_0x33489f,_0x72feca);});_0x3c5caf['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x3c5caf['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x3c5caf['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x36feff,_0x5e7a69)=>this['handleDiscardAction'](this['tableProperties'],_0x36feff,_0x5e7a69)),_0x3c5caf['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x32f14b of this['tableCellProperties'])_0x3c5caf['enableCommand'](_0x32f14b,(_0x1d0b82,_0x200f6d)=>{const _0x4e077b=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x32f14b,_0x4e077b,this['tableCellProperties'],'tableCellProperties',_0x1d0b82,_0x200f6d);});_0x3c5caf['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x3c5caf['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x3c5caf['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x3a3d70,_0x24a3f8)=>this['handleDiscardAction'](this['tableCellProperties'],_0x3a3d70,_0x24a3f8)),_0x3c5caf['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x3c5caf['descriptionFactory']['registerDescriptionCallback'](_0x32d475=>this['handleSuggestionDescription'](_0x32d475));}['_handlePropertyChange'](_0x12f927,_0x4bc58b,_0x255b18,_0x18af5f,_0x518005,_0x16d99a){const _0x1eed9c=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x16d99a['batch'],()=>{for(const _0x5cd343 of _0x4bc58b){if(this['_getSuggestion'](_0x5cd343,_0x18af5f))_0x518005(_0x16d99a);else{const _0x5175d5={};for(const _0x49445c of _0x255b18){const _0x99d895=_0x5cd343['getAttribute'](_0x49445c);void 0x0!==_0x99d895&&(_0x5175d5[_0x49445c]=_0x99d895);}_0x518005(_0x16d99a),_0x1eed9c['markBlockFormat'](_0x5cd343,{'commandParams':[_0x5175d5]},[],_0x18af5f);}}});}['handleDiscardAction'](_0x41e72f,_0x41ce07,_0x2f0d1b){const _0x5dfeae=_0x41ce07[0x0]['start']['nodeAfter'],_0x34e2c8=_0x2f0d1b['commandParams'][0x0];this['editor']['model']['change'](_0x4be080=>{for(const _0x518b7c of _0x41e72f)void 0x0!==_0x34e2c8[_0x518b7c]?_0x4be080['setAttribute'](_0x518b7c,_0x34e2c8[_0x518b7c],_0x5dfeae):_0x4be080['removeAttribute'](_0x518b7c,_0x5dfeae);});}['handleSuggestionDescription'](_0x4b92c3){if(_0x4b92c3['data'])switch(_0x4b92c3['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'](_0x287d74,_0x1d734b){const _0x24cc4f=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x1d6aba of _0x24cc4f['getSuggestions']({'skipNotAttached':!0x0})){const _0x216b80=_0x1d6aba['getContainedElement']();if(_0x1d6aba['subType']===_0x1d734b&&_0x216b80===_0x287d74)return _0x1d6aba;}return null;}}const m='$elementName';class p extends _0x1a323e{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x568dab,_0x40e225,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(_0x557a21){super(_0x557a21),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x15d7d7,_0x25296f,_0x1ac96f,_0x6b770a)=>{this['_model']['change'](()=>{for(const _0x43d244 of[..._0x6b770a,..._0x1ac96f])this['_model']['markers']['has'](_0x43d244)&&_0x557a21['editing']['reconvertMarker'](_0x43d244);});}),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']=_0x557a21['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(),_0x557a21['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x557a21['config']['get']('trackChanges.trackFormatChanges'),_0x557a21['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x557a21['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x557a21,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x554662=this['editor'],_0x589591=(_0x3d01da,_0x14339d)=>{if('attribute'!=_0x3d01da)return'ck-suggestion-marker-'+_0x3d01da;const _0x125c1f=_0x14339d['split']('|')[0x0];return this['_isBlockAttribute'](_0x125c1f)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x554662['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x3ecdb1=>{const {id:_0x34ede2,authorId:_0xd6c011,type:_0x3274b3,subType:_0x5c6d07}=this['_splitMarkerName'](_0x3ecdb1['markerName']),_0x2d2dec=['ck-suggestion-marker',_0x589591(_0x3274b3,_0x5c6d07)];let _0x13a52b=0xbb8;return this['activeMarkers']['includes'](_0x3ecdb1['markerName'])&&(_0x2d2dec['push']('ck-suggestion-marker--active'),_0x13a52b=0xbc2),'deletion'==_0x3274b3&&(_0x13a52b+=0x5),{'classes':_0x2d2dec,'attributes':{'data-suggestion':_0x34ede2,'data-author-id':_0xd6c011},'priority':_0x13a52b};}}),_0x554662['conversion']['for']('dataDowncast')['add'](_0x585fed=>{_0x585fed['on']('addMarker:suggestion',(_0x12e2e7,_0x535398,_0x3708e8)=>{if(!_0x3708e8['options']['showSuggestionHighlights'])return;const _0x340522=_0x535398['item'];if(!_0x340522)return;const _0x5eeb02=_0x3708e8['mapper']['toViewElement'](_0x340522);_0x554662['model']['schema']['isObject'](_0x340522)&&_0x5eeb02&&!_0x5eeb02['getCustomProperty']('widget')&&_0x5eeb02['is']('containerElement')&&_0x4a7e72(_0x5eeb02,_0x3708e8['writer']);},{'priority':'high'});}),_0x554662['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x2da37d,_0x3b779b)=>{if(!_0x3b779b['options']['showSuggestionHighlights'])return null;const {type:_0x42866a,subType:_0x632ade}=this['_splitMarkerName'](_0x2da37d['markerName']);return{'classes':['ck-suggestion-marker',_0x589591(_0x42866a,_0x632ade)],'priority':0xbb8};}});const _0x3e722=({showActiveMarkers:_0x16445f=!0x0,isAttributeSuggestion:_0x394e3d=!0x1}={})=>(_0x442047,_0x1f7ff0,_0x30a167)=>{if(!_0x1f7ff0['item'])return;const {id:_0x165425,authorId:_0x20f706}=this['_splitMarkerName'](_0x1f7ff0['markerName']);if(_0x394e3d){const _0x2a89db=this['_suggestions']['get'](_0x165425),_0x5d84c5=this['_getAttributeKey'](_0x2a89db);if(!this['_isBlockAttribute'](_0x5d84c5))return;}if(_0x1f7ff0['item']['is']('selection'))return void _0x30a167['consumable']['consume'](_0x1f7ff0['item'],_0x442047['name']);const _0x18eff4=_0x30a167['mapper']['toViewElement'](_0x1f7ff0['item']);if(_0x1f7ff0['item']['is']('element')&&_0x554662['model']['schema']['isBlock'](_0x1f7ff0['item'])&&!_0x18eff4['getCustomProperty']('addHighlight')){_0x30a167['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x18eff4),_0x30a167['writer']['setAttribute']('data-suggestion',_0x165425,_0x18eff4),_0x30a167['writer']['setAttribute']('data-author-id',_0x20f706,_0x18eff4),_0x30a167['mapper']['bindElementToMarker'](_0x18eff4,_0x1f7ff0['markerName']),_0x16445f&&(this['activeMarkers']['includes'](_0x1f7ff0['markerName'])?_0x30a167['writer']['addClass']('ck-suggestion-marker--active',_0x18eff4):_0x30a167['writer']['removeClass']('ck-suggestion-marker--active',_0x18eff4));for(const _0x803274 of _0x554662['model']['createRangeIn'](_0x1f7ff0['item'])['getItems']())_0x30a167['consumable']['consume'](_0x803274,_0x442047['name']);_0x30a167['consumable']['consume'](_0x1f7ff0['item'],_0x442047['name']);}};_0x554662['conversion']['for']('dataDowncast')['add'](_0x66b66=>{_0x66b66['on']('addMarker:suggestion:formatBlock',(_0x297c6a,_0x43988e,_0x5cc09d)=>{_0x5cc09d['options']['showSuggestionHighlights']&&_0x3e722({'showActiveMarkers':!0x1})(_0x297c6a,_0x43988e,_0x5cc09d);},{'priority':'highest'});}),_0x554662['conversion']['for']('dataDowncast')['add'](_0x449fdc=>{_0x449fdc['on']('addMarker:suggestion:attribute',(_0x1398c1,_0x21e2d8,_0x3541e8)=>{_0x3541e8['options']['showSuggestionHighlights']&&_0x3e722({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x1398c1,_0x21e2d8,_0x3541e8);},{'priority':'highest'});}),_0x554662['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x9f1328,_0x556f80)=>_0x556f80['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x9f1328['substr'](0xb)}}),_0x554662['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x4f3815,{writer:_0x2a8808})=>{let _0x30b6b7='suggestion:'+_0x4f3815['getAttribute']('suggestion-type')+':'+_0x4f3815['getAttribute']('id');return _0x4f3815['getAttribute']('marker-count')&&(_0x30b6b7+=':'+_0x4f3815['getAttribute']('marker-count')),_0x2a8808['createElement']('$marker',{'data-name':_0x30b6b7});}}),_0x554662['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x554662['conversion']['for']('editingDowncast')['add'](_0x1b40a4=>{_0x1b40a4['on']('addMarker:suggestion:formatBlock',_0x3e722(),{'priority':'high'});}),_0x554662['conversion']['for']('editingDowncast')['add'](_0x3eb129=>{_0x3eb129['on']('addMarker:suggestion:attribute',_0x3e722({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x554662['conversion']['for']('editingDowncast')['add'](_0x26db85=>{_0x26db85['on']('removeMarker:suggestion:formatBlock',(_0x3669ca,_0x352e9b,_0x4c4e58)=>{const _0x5ae9ab=_0x4c4e58['mapper']['markerNameToElements'](_0x352e9b['markerName']);if(_0x5ae9ab){for(const _0x347724 of _0x5ae9ab)_0x347724['getCustomProperty']('addHighlight')||(_0x4c4e58['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x347724),_0x4c4e58['writer']['removeAttribute']('data-suggestion',_0x347724),_0x4c4e58['writer']['removeAttribute']('data-author-id',_0x347724),_0x4c4e58['mapper']['unbindElementFromMarkerName'](_0x347724,_0x352e9b['markerName']));}},{'priority':'high'});}),_0x554662['conversion']['for']('editingDowncast')['add'](_0xc7c356=>{_0xc7c356['on']('removeMarker:suggestion:attribute',(_0x41cc9b,_0x51c705,_0x12ac79)=>{const _0x139de7=_0x12ac79['mapper']['markerNameToElements'](_0x51c705['markerName']);if(!_0x139de7)return;const {id:_0x8ba349}=this['_splitMarkerName'](_0x51c705['markerName']),_0x486520=this['_suggestions']['get'](_0x8ba349),_0x41a273=this['_getAttributeKey'](_0x486520);if(this['_isBlockAttribute'](_0x41a273)){for(const _0x120e16 of _0x139de7)_0x120e16['getCustomProperty']('addHighlight')||(_0x12ac79['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x120e16),_0x12ac79['writer']['removeAttribute']('data-suggestion',_0x120e16),_0x12ac79['writer']['removeAttribute']('data-author-id',_0x120e16),_0x12ac79['mapper']['unbindElementFromMarkerName'](_0x120e16,_0x51c705['markerName']));}},{'priority':'high'});}),_0x554662['model']['document']['registerPostFixer'](_0x4f8dc0=>{let _0x66a7bf=!0x1;const _0x3b6ffb=Array['from'](_0x554662['model']['document']['differ']['getChangedMarkers']()),_0x416d24=new Set();for(const {name:_0x103f42,data:_0x5948d9}of _0x3b6ffb){const {group:_0x1814dd,type:_0x47a477,subType:_0x472464,id:_0x101f92}=this['_splitMarkerName'](_0x103f42);if('suggestion'!==_0x1814dd)continue;const _0x27642f=this['_suggestions']['get'](_0x101f92);if(null!=_0x5948d9['newRange']){'formatInline'==_0x47a477&&(_0x66a7bf=_0x66a7bf||Gt(_0x5948d9['newRange'],_0x103f42,_0x4f8dc0,_0x554662['model']['schema']));const _0x3c4593='attribute'==_0x47a477&&this['_isBlockAttribute'](_0x472464['split']('|')[0x0]);if(_0x5948d9['newRange']['isCollapsed']||'$graveyard'==_0x5948d9['newRange']['root']['rootName']||'formatBlock'==_0x47a477&&!Lt(_0x5948d9['newRange'])||_0x3c4593&&!Lt(_0x5948d9['newRange'])||'deletion'==_0x47a477&&!(!Pt(_0x3b0d7d=_0x5948d9['newRange'])&&!function(_0x493d41){return _0x493d41['start']['parent']==_0x493d41['end']['nodeBefore']&&_0x493d41['start']['isAtEnd'];}(_0x3b0d7d)))_0x4f8dc0['removeMarker'](_0x103f42),_0x66a7bf=!0x0;else{if(!_0x27642f||!_0x27642f['isInContent'])continue;if(_0x5948d9['newRange']&&_0x5948d9['oldRange']&&_0x5948d9['newRange']['isEqual'](_0x5948d9['oldRange']))continue;_0x416d24['add'](_0x27642f);}}}var _0x3b0d7d;return _0x416d24['size']>0x0&&(_0x66a7bf=!!this['_joinWithAdjacentSuggestions'](_0x416d24)||_0x66a7bf),_0x66a7bf;}),_0x554662['model']['document']['registerPostFixer'](_0x489bc1=>{let _0x182cf5=!0x1;for(const _0x5d4843 of _0x554662['model']['document']['differ']['getChanges']())if('insert'==_0x5d4843['type'])for(const _0x39ace9 of this['_suggestions']['values']()){if(_0x39ace9['isMultiRange']||!_0x39ace9['isInContent'])continue;const _0x25f52a='formatBlock'==_0x39ace9['type'],_0x222d1d=this['_getAttributeKey'](_0x39ace9),_0x54dea2=_0x222d1d&&this['_isBlockAttribute'](_0x222d1d);if(!_0x25f52a&&!_0x54dea2)continue;const _0x498024=_0x39ace9['getFirstRange']();if(_0x498024['start']['parent']!=_0x498024['end']['parent']&&!_0x498024['end']['isAtEnd']){const _0x1d502e=_0x554662['model']['createPositionAt'](_0x498024['start']['nodeAfter'],'end'),_0x1ca03b=_0x554662['model']['createRange'](_0x498024['start'],_0x1d502e);_0x489bc1['updateMarker'](_0x39ace9['getFirstMarker'](),{'range':_0x1ca03b}),_0x182cf5=!0x0;}}return _0x182cf5;}),_0x554662['model']['document']['registerPostFixer'](_0x194fc4=>this['_processAttributeChanges'](_0x194fc4)),_0x554662['model']['document']['registerPostFixer'](_0x376cbf=>!_0x376cbf['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x376cbf)),_0x554662['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x554662['model']['document']['on']('change:data',(_0x5556d5,_0x20970b)=>{if(!_0x20970b['isLocal']||_0x20970b['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x2bf1b4=_0x554662['model']['document']['differ']['getChanges']();if(0x0==_0x2bf1b4['length'])return;const _0x40997b=[],_0x27c3a2=_0x2bf1b4['filter'](_0x267c1c=>'attribute'==_0x267c1c['type']),_0x3444a4=_0x2bf1b4['filter'](_0x51734d=>'insert'==_0x51734d['type']&&'$text'!=_0x51734d['name']);for(const _0x58de73 of _0x27c3a2)this['_isRegisteredAttribute'](_0x58de73['attributeKey'])&&_0x40997b['push']({'key':_0x58de73['attributeKey'],'newValue':_0x58de73['attributeNewValue'],'oldValue':_0x58de73['attributeOldValue'],'range':Jt(_0x58de73['range'],_0x554662['model'])});for(const _0x3541b2 of _0x3444a4){if('rename'!=_0x3541b2['action']&&'refresh'!=_0x3541b2['action'])continue;const _0x90e93f=Ht(_0x3541b2['position']['nodeAfter'],_0x554662['model']),_0x1e39ad=_0x3541b2['before'];'rename'==_0x3541b2['action']&&_0x40997b['push']({'key':m,'newValue':_0x3541b2['name'],'oldValue':_0x1e39ad['name'],'range':_0x90e93f});for(const [_0x5f9b2a,_0x390c31]of _0x1e39ad['attributes']){if(!this['_isRegisteredAttribute'](_0x5f9b2a))continue;const _0x414647=_0x3541b2['attributes']['get'](_0x5f9b2a);_0x390c31!==_0x414647&&_0x40997b['push']({'key':_0x5f9b2a,'newValue':_0x414647,'oldValue':_0x390c31,'range':_0x90e93f});}for(const [_0x5a39f1,_0x442292]of _0x3541b2['attributes'])this['_isRegisteredAttribute'](_0x5a39f1)&&(_0x1e39ad['attributes']['has'](_0x5a39f1)||_0x40997b['push']({'key':_0x5a39f1,'newValue':_0x442292,'oldValue':null,'range':_0x90e93f}));}0x0!=_0x40997b['length']&&_0x554662['model']['enqueueChange'](_0x20970b,_0xd44dc0=>{const _0x2e4936=_0x1a89e5();for(const {range:_0x49629d,key:_0x41969e,oldValue:_0x4e3c86,newValue:_0x1ee549}of _0x40997b)this['markAttributeChange'](_0x49629d,_0x41969e,_0x4e3c86,_0x1ee549,{'groupId':_0x2e4936});this['_reduceExistingSuggestions'](_0xd44dc0,_0x40997b);});},{'priority':'lowest'}),_0x554662['model']['markers']['on']('update:suggestion',(_0x585994,_0xfd35a4,_0x4588b7)=>{if(null==_0x4588b7){const {id:_0x2fb147}=this['_splitMarkerName'](_0xfd35a4['name']),_0x26ae3d=this['_suggestions']['get'](_0x2fb147);_0x26ae3d&&_0x26ae3d['addMarkerName'](_0xfd35a4['name']);}}),_0x554662['model']['document']['on']('change:data',()=>{const _0x593a39=Array['from'](_0x554662['model']['document']['differ']['getChangedMarkers']())['filter'](_0x42b3bd=>'suggestion'===this['_splitMarkerName'](_0x42b3bd['name'])['group']);if(0x0===_0x593a39['length'])return;_0x593a39['sort']((_0x1b0d46,_0x4f3571)=>{const _0x3c57ba=_0x1b0d46['data']['oldRange'],_0x38387b=_0x4f3571['data']['oldRange'];return null===_0x3c57ba&&null===_0x38387b?0x0:null===_0x3c57ba&&null!==_0x38387b?-0x1:null!==_0x3c57ba&&null===_0x38387b?0x1:_0x3c57ba['start']['isBefore'](_0x38387b['start'])?-0x1:0x1;});const _0x1a3d18=new Set(),_0x49c5ab=new Set();for(const {name:_0x4f2d07,data:_0x4ccad6}of _0x593a39){const {id:_0xc1363a}=this['_splitMarkerName'](_0x4f2d07);if(null===_0x4ccad6['oldRange']){const _0xdca395=this['_handleNewSuggestionMarker'](_0x4f2d07);_0x49c5ab['add'](_0xdca395);}else{const _0x1fca58=this['_suggestions']['get'](_0xc1363a);null!==_0x4ccad6['newRange']||_0x1fca58['isInContent']?(_0x1a3d18['add'](_0x1fca58['head']),_0x49c5ab['add'](_0x1fca58)):this['_removeSuggestion'](_0x1fca58);}}_0x49c5ab['size']>0x0&&this['_refreshSuggestionsChain'](_0x49c5ab);for(const _0x49a655 of _0x1a3d18)this['fire']('suggestionChanged',_0x49a655);}),_0x554662['model']['on']('applyOperation',(_0x1e9b7d,_0xaaaa75)=>{const _0x41946a=_0xaaaa75[0x0];if(!this['_suggestions']['size'])return;if(!_0x41946a['isDocumentOperation'])return;if(_0x41946a['batch']['isUndo']||!_0x41946a['batch']['isLocal'])return;let _0x1bc14d,_0x40affe;switch(_0x41946a['type']){case'insert':_0x1bc14d=_0x554662['model']['createPositionAt'](_0x41946a['position']),_0x40affe=_0x1bc14d['getShiftedBy'](_0x41946a['howMany']);break;case'split':_0x1bc14d=_0x554662['model']['createPositionAt'](_0x41946a['splitPosition']),_0x40affe=_0x554662['model']['createPositionAt'](_0x41946a['moveTargetPosition']);break;case'move':_0x1bc14d=_0x554662['model']['createPositionAt'](_0x41946a['targetPosition']),_0x40affe=_0x1bc14d['getShiftedBy'](_0x41946a['howMany']);break;default:return;}const _0x4e5933=_0x554662['model']['createRange'](_0x1bc14d,_0x40affe);_0x554662['model']['change'](()=>{for(const {suggestion:_0x1fb173,meta:_0x57366b}of this['_findSuggestions'](_0x4e5933)){if(_0x1fb173['isMultiRange'])continue;if('formatInline'==_0x1fb173['type'])continue;const _0x2de496=this['_getAttributeKey'](_0x1fb173);if(_0x2de496&&this['_isBlockAttribute'](_0x2de496)&&'split'!=_0x41946a['type'])continue;const _0x24616a=_0x1fb173['data']&&_0x1fb173['data']['multipleBlocks'];('formatBlock'!=_0x1fb173['type']||'split'==_0x41946a['type']&&!_0x24616a)&&(_0x57366b['containsRangeInObject']||'insertion'==_0x1fb173['type']&&_0x57366b['isOwn']||_0x1fb173['getFirstRange']()['containsRange'](_0x4e5933)&&this['_breakSuggestionMarker'](_0x1fb173,_0x1bc14d,_0x40affe));}});},{'priority':'lowest'}),_0x554662['model']['on']('deleteContent',(_0x546923,_0x20fda9)=>{const _0x4a17a2=_0x20fda9[0x0],_0x4f66da=_0x20fda9[0x1];if(_0x4f66da&&_0x4f66da['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x4a17a2['isCollapsed'])return;const _0x25353d=_0x554662['model']['schema'],{start:_0x37fe4a,end:_0x562091}=_0x4a17a2['getFirstRange'](),_0x3fa6d0=_0x37fe4a['nodeAfter']&&_0x25353d['isLimit'](_0x37fe4a['nodeAfter'])?null:_0x25353d['getNearestSelectionRange'](_0x37fe4a,'forward'),_0x4a4c7f=_0x562091['nodeBefore']&&_0x25353d['isLimit'](_0x562091['nodeBefore'])?null:_0x25353d['getNearestSelectionRange'](_0x562091,'backward'),_0x11df6b=_0x554662['model']['createRange'](_0x3fa6d0?_0x3fa6d0['start']:_0x37fe4a,_0x4a4c7f?_0x4a4c7f['end']:_0x562091);_0x554662['model']['change'](_0x47106e=>{this['markDeletion'](_0x11df6b);const _0x1f9e52=_0x554662['model']['schema']['getNearestSelectionRange'](_0x11df6b['start']);_0x4a17a2['is']('documentSelection')?_0x47106e['setSelection'](_0x1f9e52):_0x4a17a2['setTo'](_0x1f9e52);}),_0x546923['stop']();},{'priority':_0x550a89['normal']+0xa}),_0x554662['model']['on']('insertContent',(_0x713c9d,_0x5c1f11)=>{const _0x287214=_0x5c1f11[_0x5c1f11['length']-0x1];_0x287214&&_0x287214['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x554662['model']['change'](()=>{let _0x29e54a=_0x554662['model']['insertContent'](_0x5c1f11[0x0],_0x5c1f11[0x1],_0x5c1f11[0x2],{'forceDefaultExecution':!0x0});if(!_0x29e54a)return;_0x713c9d['return']=_0x29e54a['clone']();const _0x3a71dd=_0x29e54a['end']['nodeBefore'],_0x237abc=_0x554662['model']['schema'];_0x3a71dd&&_0x237abc['isBlock'](_0x3a71dd)&&!_0x237abc['isObject'](_0x3a71dd)&&(_0x29e54a=_0x554662['model']['createRange'](_0x29e54a['start'],_0x554662['model']['createPositionAt'](_0x3a71dd,'end'))),this['markInsertion'](_0x29e54a);}),_0x713c9d['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x38ac13=new O(_0x554662,this['_suggestions']);_0x554662['commands']['add']('acceptSuggestion',_0x38ac13),this['enableCommand']('acceptSuggestion');const _0x64c422=new R(_0x554662,this['_suggestions']);_0x554662['commands']['add']('discardSuggestion',_0x64c422),this['enableCommand']('discardSuggestion'),_0x554662['commands']['add']('acceptAllSuggestions',new x(_0x554662,_0x38ac13,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x554662['commands']['add']('discardAllSuggestions',new x(_0x554662,_0x64c422,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x554662['commands']['add']('acceptSelectedSuggestions',new E(_0x554662,_0x38ac13,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x554662['commands']['add']('discardSelectedSuggestions',new E(_0x554662,_0x64c422,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x1ca1ac=_0x554662['plugins']['get']('CommentsRepository');this['listenTo'](_0x1ca1ac,'addComment',(_0x273149,{threadId:_0x1527aa})=>{const _0x2a8c54=this['_suggestions']['get'](_0x1527aa);_0x2a8c54&&_0x2a8c54['commentThread']&&0x1===_0x2a8c54['commentThread']['length']&&this['_updateSuggestionData'](_0x1527aa,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x1ca1ac,'removeComment',(_0x56602b,{threadId:_0x131725})=>{const _0xcdca8e=this['_suggestions']['get'](_0x131725);_0xcdca8e&&_0xcdca8e['commentThread']&&!_0xcdca8e['commentThread']['length']&&this['_updateSuggestionData'](_0x131725,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x216cb9){const _0x590342=_0x11ce4c([0x51,0x58,0x31,0x4e,0x37,0x54,0x6c,0x43,0x61,0x71,0x70,0x4a,0x77,0x36,0x4d,0x49,0x38,0x48,0x4b,0x73,0x76,0x78,0x33,0x64,0x74,0x66,0x35,0x69,0x65,0x79,0x41,0x4c,0x67,0x32,0x6a,0x53,0x46,0x50,0x34,0x72,0x39,0x59,0x45,0x55,0x6b,0x6f,0x63,0x52,0x6e,0x5a,0x4f,0x30,0x44,0x47,0x6d,0x62,0x56,0x42,0x75,0x68,0x57,0x7a]),_0x42caa2=0x481fca58,_0x2aada1=0x481894e0^_0x42caa2,_0x5b0fdb=window[_0x11ce4c([0x44,0x61,0x74,0x65])][_0x11ce4c([0x6e,0x6f,0x77])](),_0x2c2dcc=_0x216cb9[_0x11ce4c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x52a221=new window[(_0x11ce4c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c6c1a=>{_0x2c2dcc[_0x11ce4c([0x6f,0x6e,0x63,0x65])](_0x11ce4c([0x72,0x65,0x61,0x64,0x79]),_0x4c6c1a);}),_0x3e0db2={[_0x11ce4c([0x6b,0x74,0x79])]:_0x11ce4c([0x45,0x43]),[_0x11ce4c([0x75,0x73,0x65])]:_0x11ce4c([0x73,0x69,0x67]),[_0x11ce4c([0x63,0x72,0x76])]:_0x11ce4c([0x50,0x2d,0x32,0x35,0x36]),[_0x11ce4c([0x78])]:_0x11ce4c([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]),[_0x11ce4c([0x79])]:_0x11ce4c([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]),[_0x11ce4c([0x61,0x6c,0x67])]:_0x11ce4c([0x45,0x53,0x32,0x35,0x36])},_0x40fa07=_0x2c2dcc[_0x11ce4c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x11ce4c([0x67,0x65,0x74])](_0x11ce4c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x472bec(){let _0x1efaea,_0x215387=null,_0x2d825b=null;try{if(_0x40fa07==_0x11ce4c([0x47,0x50,0x4c]))return _0x11ce4c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1efaea=_0x140c14(),!_0x1efaea)return _0x11ce4c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1efaea[_0x11ce4c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2d825b=_0xf7e418(_0x1efaea[_0x11ce4c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1efaea[_0x11ce4c([0x6a,0x74,0x69])])),await _0x1ad06c()?_0x4b1c7f()?_0x580431()?_0x11ce4c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1426bc()?(_0x1efaea[_0x11ce4c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x11ce4c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x215387=_0x45b847(_0x11ce4c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1efaea[_0x11ce4c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x11ce4c([0x74,0x72,0x69,0x61,0x6c])&&(_0x215387=_0x45b847(_0x11ce4c([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x342af8()):_0x11ce4c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x11ce4c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x11ce4c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x2f18a8){return _0x11ce4c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x580431(){const _0x3bacba=[_0x11ce4c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x11ce4c([0x74,0x72,0x69,0x61,0x6c])][_0x11ce4c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1efaea[_0x11ce4c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5b0fdb/0x3e8:0xe10*_0x2aada1;return _0x1efaea[_0x11ce4c([0x65,0x78,0x70])]<_0x3bacba;}function _0x4b1c7f(){const _0x44f14c=_0x1efaea[_0x11ce4c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x44f14c)return!0x1;if(_0x44f14c[_0x11ce4c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11ce4c([0x2a])))return!0x0;if(_0x44f14c[_0x11ce4c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11ce4c([0x54,0x43])))return!0x0;if(_0x44f14c[_0x11ce4c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11ce4c([0x52,0x54,0x43]))){if(_0x1a71df())return!0x0;if(_0xca6783()||_0x3e21b7())return!0x0;}return!0x1;}function _0x1426bc(){const _0x52cbe2=_0x1efaea[_0x11ce4c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x52cbe2||0x0==_0x52cbe2[_0x11ce4c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x10e92b}=new URL(window[_0x11ce4c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x52cbe2[_0x11ce4c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x10e92b))return!0x0;const _0x3786c4=_0x10e92b[_0x11ce4c([0x73,0x70,0x6c,0x69,0x74])](_0x11ce4c([0x2e]));return _0x52cbe2[_0x11ce4c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1304b3=>_0x1304b3[_0x11ce4c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11ce4c([0x2a])))[_0x11ce4c([0x6d,0x61,0x70])](_0x51a2ce=>_0x51a2ce[_0x11ce4c([0x73,0x70,0x6c,0x69,0x74])](_0x11ce4c([0x2e])))[_0x11ce4c([0x73,0x6f,0x6d,0x65])](_0x5a883f=>_0x3786c4[_0x11ce4c([0x65,0x76,0x65,0x72,0x79])]((_0x7f4535,_0x33b236)=>_0x5a883f[_0x33b236]===_0x7f4535||_0x5a883f[_0x33b236]===_0x11ce4c([0x2a])));}function _0x342af8(){return _0x215387&&_0x2d825b?new window[(_0x11ce4c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4cdf9a,_0x2869b7)=>{_0x215387[_0x11ce4c([0x74,0x68,0x65,0x6e])](_0x4cdf9a,_0x2869b7),_0x2d825b[_0x11ce4c([0x74,0x68,0x65,0x6e])](_0x30a0ab=>{_0x30a0ab!=_0x11ce4c([0x56,0x61,0x6c,0x69,0x64])&&_0x4cdf9a(_0x30a0ab);},_0x2869b7);}):_0x215387||_0x2d825b||_0x11ce4c([0x56,0x61,0x6c,0x69,0x64]);}}function _0xf7e418(_0x4823e3,_0x41a0cd){return new window[(_0x11ce4c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2e8580=>{if(_0x45b3be())return _0x2e8580(_0x11ce4c([0x56,0x61,0x6c,0x69,0x64]));_0x4d5fe6(),_0x2c2dcc[_0x11ce4c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x11ce4c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x242b29=!0x1;const _0x220b8c=_0x1a89e5();function _0x33fe59(_0x52d199){return!!_0x52d199&&(typeof _0x52d199===_0x11ce4c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x52d199===_0x11ce4c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x52d199[_0x11ce4c([0x74,0x68,0x65,0x6e])]===_0x11ce4c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x52d199[_0x11ce4c([0x63,0x61,0x74,0x63,0x68])]===_0x11ce4c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2b1400(_0x4f50bb){_0x51f752(_0x4f50bb)[_0x11ce4c([0x74,0x68,0x65,0x6e])](_0x35ae51=>{if(!_0x35ae51||_0x35ae51[_0x11ce4c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x11ce4c([0x6f,0x6b]))return _0x11ce4c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x321bb1(_0x50aaf2(_0x220b8c+_0x41a0cd))!=_0x35ae51[_0x11ce4c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x11ce4c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x11ce4c([0x56,0x61,0x6c,0x69,0x64]);})[_0x11ce4c([0x74,0x68,0x65,0x6e])](_0x4dfd3c=>(_0x2dcbe9(),_0x4dfd3c),()=>{const _0x1be676=_0x5c14db();return null==_0x1be676?(_0x2dcbe9(),_0x11ce4c([0x56,0x61,0x6c,0x69,0x64])):_0x11ce4c(_0x5b0fdb-_0x1be676>(0x6c134e58^_0x42caa2)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x11ce4c([0x74,0x68,0x65,0x6e])](_0x2e8580)[_0x11ce4c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2e8580(_0x11ce4c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x34f054=0x482924d8^_0x42caa2;function _0x2dcbe9(){const _0x1a405c=_0x11ce4c([0x6c,0x6c,0x63,0x74,0x2d])+_0x321bb1(_0x50aaf2(_0x4823e3)),_0x34157b=_0x32922b(_0x321bb1(window[_0x11ce4c([0x4d,0x61,0x74,0x68])][_0x11ce4c([0x63,0x65,0x69,0x6c])](_0x5b0fdb/_0x34f054)));window[_0x11ce4c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x11ce4c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1a405c,_0x34157b);}function _0x5c14db(){const _0xa4c94d=_0x11ce4c([0x6c,0x6c,0x63,0x74,0x2d])+_0x321bb1(_0x50aaf2(_0x4823e3)),_0x372bd9=window[_0x11ce4c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x11ce4c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xa4c94d);return _0x372bd9?window[_0x11ce4c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x32922b(_0x372bd9),0x10)*_0x34f054:null;}function _0x51f752(_0x27ca26){return new window[(_0x11ce4c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3db163,_0x78ab5)=>{_0x27ca26[_0x11ce4c([0x74,0x68,0x65,0x6e])](_0x3db163,_0x78ab5),window[_0x11ce4c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x78ab5,0x481e1e98^_0x42caa2);});}}_0x2c2dcc[_0x11ce4c([0x6f,0x6e])](_0x11ce4c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x376320,_0x31d869)=>{if(_0x31d869[0x0]!=_0x4823e3)return _0x2e8580(_0x11ce4c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x31d869[0x1]={..._0x31d869[0x1],[_0x11ce4c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x220b8c};},{[_0x11ce4c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x11ce4c([0x68,0x69,0x67,0x68])}),_0x2c2dcc[_0x11ce4c([0x6f,0x6e])](_0x11ce4c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x14e4d0=>{_0x33fe59(_0x14e4d0[_0x11ce4c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x242b29=!0x0,_0x2b1400(_0x14e4d0[_0x11ce4c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x11ce4c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x11ce4c([0x6c,0x6f,0x77])}),_0x52a221[_0x11ce4c([0x74,0x68,0x65,0x6e])](()=>{_0x242b29||_0x2e8580(_0x11ce4c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x45b3be(){return _0x2c2dcc[_0x11ce4c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x11ce4c([0x76,0x69,0x65,0x77])][_0x11ce4c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x11ce4c([0x61,0x75,0x74,0x6f]);}function _0x4d5fe6(){_0x2c2dcc[_0x11ce4c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x11ce4c([0x76,0x69,0x65,0x77])][_0x11ce4c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x11ce4c([0x61,0x75,0x74,0x6f]);}}function _0x45b847(_0x10fde){const _0x481a16=[new window[(_0x11ce4c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x6fcd2c=>setTimeout(_0x6fcd2c,0x4816f494^_0x42caa2)),_0x52a221[_0x11ce4c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x11ce4c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2259e5=>{let _0x401ede=0x0;_0x2c2dcc[_0x11ce4c([0x6d,0x6f,0x64,0x65,0x6c])][_0x11ce4c([0x6f,0x6e])](_0x11ce4c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x49e613,_0x37accc)=>{_0x37accc[0x0][_0x11ce4c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x401ede++,_0x401ede==(0x481fcba0^_0x42caa2)&&(_0x2259e5(),_0x49e613[_0x11ce4c([0x6f,0x66,0x66])]());});}))];return window[_0x11ce4c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x11ce4c([0x72,0x61,0x63,0x65])](_0x481a16)[_0x11ce4c([0x74,0x68,0x65,0x6e])](()=>_0x10fde);}async function _0x3721cb(){await _0x52a221,_0x2c2dcc[_0x11ce4c([0x6d,0x6f,0x64,0x65,0x6c])][_0x11ce4c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x12850f,_0x2c2dcc[_0x11ce4c([0x6d,0x6f,0x64,0x65,0x6c])][_0x11ce4c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x12850f,_0x2c2dcc[_0x11ce4c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x11ce4c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1a71df(){return _0x2d28f8(_0x11ce4c([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x2daa26(_0x11ce4c([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x11ce4c([0x73,0x74,0x61,0x74,0x65])]==_0x11ce4c([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0xca6783(){return _0x2d28f8(_0x11ce4c([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 _0x3e21b7(){return _0x2d28f8(_0x11ce4c([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x321d3c(_0x4497b9){const _0x1a5c26=_0x1fbd95();_0x2c2dcc[_0x1a5c26]=_0x11ce4c([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x4497b9,_0x4497b9!=_0x11ce4c([0x56,0x61,0x6c,0x69,0x64])&&_0x3721cb();}function _0x1fbd95(){const _0x281fe8=window[_0x11ce4c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x11ce4c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x11ce4c([0x6e,0x6f,0x77])]())[_0x11ce4c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x11ce4c([0x2e]),'');let _0x327be4=_0x11ce4c([0x51]);for(let _0x311396=0x0;_0x311396<_0x281fe8[_0x11ce4c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x311396+=0x2){let _0x3877a2=window[_0x11ce4c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x281fe8[_0x11ce4c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x311396,_0x311396+0x2));_0x3877a2>=_0x590342[_0x11ce4c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3877a2-=_0x590342[_0x11ce4c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x327be4+=_0x590342[_0x3877a2];}return _0x327be4;}function _0x140c14(){const _0x40e5cc=_0x40fa07[_0x11ce4c([0x73,0x70,0x6c,0x69,0x74])](_0x11ce4c([0x2e]));if(0x3!=_0x40e5cc[_0x11ce4c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4ea4df(_0x40e5cc[0x1]);function _0x4ea4df(_0x337416){const _0x3e7aa9=_0x26b297(_0x337416);return _0x3e7aa9&&_0x2c3e48()?_0x3e7aa9:null;function _0x2c3e48(){const _0x21293f=_0x3e7aa9[_0x11ce4c([0x6a,0x74,0x69])],_0x2dee84=window[_0x11ce4c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x21293f[_0x11ce4c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x21293f[_0x11ce4c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x41a1f8={..._0x3e7aa9,[_0x11ce4c([0x6a,0x74,0x69])]:_0x21293f[_0x11ce4c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x21293f[_0x11ce4c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x41a1f8[_0x11ce4c([0x76,0x63])],_0x50aaf2(_0x41a1f8)==_0x2dee84;}}}async function _0x1ad06c(){let _0x626f8b=!0x0;try{const _0xe33737=_0x40fa07[_0x11ce4c([0x73,0x70,0x6c,0x69,0x74])](_0x11ce4c([0x2e])),[_0xf762c,_0x23940f,_0x52f74f]=_0xe33737;return _0x310551(_0xf762c),await _0x4fe0b6(_0xf762c,_0x23940f,_0x52f74f),_0x626f8b;}catch(_0xc54a08){return!0x1;}function _0x310551(_0x5c02e8){const _0x4827a9=_0x26b297(_0x5c02e8);_0x4827a9&&_0x4827a9[_0x11ce4c([0x61,0x6c,0x67])]==_0x11ce4c([0x45,0x53,0x32,0x35,0x36])||(_0x626f8b=!0x1);}async function _0x4fe0b6(_0xc7c02d,_0x2acb43,_0x18ac0e){const _0x4fd125=window[_0x11ce4c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x11ce4c([0x66,0x72,0x6f,0x6d])](_0x2f9dd3(_0x18ac0e),_0x295975=>_0x295975[_0x11ce4c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x119ee8=new window[(_0x11ce4c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x11ce4c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xc7c02d+_0x11ce4c([0x2e])+_0x2acb43),_0x306beb=window[_0x11ce4c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x11ce4c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x306beb)return;const _0x1c86cb=await _0x306beb[_0x11ce4c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x11ce4c([0x6a,0x77,0x6b]),_0x3e0db2,{[_0x11ce4c([0x6e,0x61,0x6d,0x65])]:_0x11ce4c([0x45,0x43,0x44,0x53,0x41]),[_0x11ce4c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x11ce4c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x11ce4c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x306beb[_0x11ce4c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x11ce4c([0x6e,0x61,0x6d,0x65])]:_0x11ce4c([0x45,0x43,0x44,0x53,0x41]),[_0x11ce4c([0x68,0x61,0x73,0x68])]:{[_0x11ce4c([0x6e,0x61,0x6d,0x65])]:_0x11ce4c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1c86cb,_0x4fd125,_0x119ee8)||(_0x626f8b=!0x1);}}function _0x26b297(_0x5bae7e){return _0x5bae7e[_0x11ce4c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x11ce4c([0x65,0x79]))?JSON[_0x11ce4c([0x70,0x61,0x72,0x73,0x65])](_0x2f9dd3(_0x5bae7e)):null;}function _0x2f9dd3(_0xa5dca7){return window[_0x11ce4c([0x61,0x74,0x6f,0x62])](_0xa5dca7[_0x11ce4c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x11ce4c([0x2b]))[_0x11ce4c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x11ce4c([0x2f])));}function _0x50aaf2(_0x17a81c){let _0x41633d=0x1505;function _0x5421d1(_0x4dd4a0){for(let _0x3ff317=0x0;_0x3ff317<_0x4dd4a0[_0x11ce4c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3ff317++){const _0x186f9b=_0x4dd4a0[_0x11ce4c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3ff317);_0x41633d=(_0x41633d<<0x5)+_0x41633d+_0x186f9b,_0x41633d&=_0x41633d;}}function _0x2c6023(_0x336f3e){Array[_0x11ce4c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x336f3e)?_0x336f3e[_0x11ce4c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2c6023):_0x336f3e&&typeof _0x336f3e==_0x11ce4c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x11ce4c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x336f3e)[_0x11ce4c([0x73,0x6f,0x72,0x74])]()[_0x11ce4c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x36eada,_0x129c93])=>{_0x5421d1(_0x36eada),_0x2c6023(_0x129c93);}):_0x5421d1(window[_0x11ce4c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x336f3e));}return _0x2c6023(_0x17a81c),_0x41633d>>>0x0;}function _0x321bb1(_0x1d2abc){return _0x1d2abc[_0x11ce4c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x11ce4c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x11ce4c([0x30]));}function _0x32922b(_0x54b420){return _0x54b420[_0x11ce4c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x11ce4c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x11ce4c([0x6a,0x6f,0x69,0x6e])]('');}function _0x2d28f8(_0x482ae2){return _0x2c2dcc[_0x11ce4c([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x11ce4c([0x68,0x61,0x73])](_0x482ae2);}function _0x2daa26(_0x4b0c1b){return _0x2c2dcc[_0x11ce4c([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x11ce4c([0x67,0x65,0x74])](_0x4b0c1b);}function _0x12850f(){}function _0x11ce4c(_0x1e80a8){return _0x1e80a8['map'](_0x51414c=>String['fromCharCode'](_0x51414c))['join']('');}_0x321d3c(await _0x472bec());}(this);}set['adapter'](_0x335cf2){if(this['_adapter'])throw new _0x5b6f25('track-changes-adapter-already-set',this);this['_adapter']=_0x335cf2;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x4ae52d=!0x1,toJSON:_0x33c2c1=!0x1}={}){const _0x44b222=[];for(const _0x2ec165 of this['_suggestions']['values']())_0x4ae52d&&!_0x2ec165['isInContent']||_0x44b222['push'](_0x2ec165);return _0x33c2c1?_0x44b222['map'](_0x4e2c95=>_0x4e2c95['toJSON']()):_0x44b222;}['getSuggestion'](_0x11d6c2){const _0x22d0aa=this['_suggestions']['get'](_0x11d6c2);if(!_0x22d0aa)throw new _0x5b6f25('track-changes-suggestion-not-found',this);return _0x22d0aa;}['hasSuggestion'](_0x3edf4f){return this['_suggestions']['has'](_0x3edf4f);}['addSuggestionData'](_0xf1f1ea){const {authorId:_0x27636b,id:_0x12fa7f,attributes:_0x4b743d}=_0xf1f1ea,[_0x2f7c1b,_0x130fa7]=_0xf1f1ea['type']['split'](':'),_0x4409e4=this['_suggestions']['get'](_0x12fa7f)||this['_createSuggestion'](_0x2f7c1b,_0x130fa7,_0x12fa7f,_0x27636b,_0x4b743d);if(this['_addThreadToSuggestion'](_0x4409e4),this['_checkSuggestionCorrectness'](_0x4409e4,_0x2f7c1b,_0x130fa7||null,_0x27636b),_0x4409e4['createdAt']=_0xf1f1ea['createdAt'],_0x4409e4['_isDataLoaded']=!0x0,_0x4b743d&&_0x4b743d['@external']){const _0x5ee615=_0x4b743d['@external'],_0xa2e400=this['_getExternalAuthor'](_0x5ee615['authorName']);_0x4409e4['authoredAt']=_0x5ee615['createdAt'],_0x4409e4['author']=_0xa2e400,_0x4409e4['isExternal']=!0x0;}else _0x4409e4['authoredAt']=_0xf1f1ea['createdAt'];switch(_0xf1f1ea['data']&&(_0x4409e4['data']=_0xf1f1ea['data']),_0xf1f1ea['attributes']&&(_0x4409e4['attributes']=_0xf1f1ea['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x4409e4['_saved']=!0x0),this['_suggestionState']['get'](_0x4409e4)){case'notReady':this['_suggestionState']['set'](_0x4409e4,'dataReady');break;case'markerReady':_0x4409e4['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x4409e4])),this['_refreshSuggestionsChain'](new Set([_0x4409e4])),this['_suggestionState']['set'](_0x4409e4,'ready'),this['fire']('suggestionLoaded',_0x4409e4)):this['_suggestionState']['set'](_0x4409e4,'removed');}return _0x4409e4;}['acceptSuggestion'](_0x4e4a0e){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x2095da of _0x4e4a0e['getAllAdjacentSuggestions']())_0x2095da['accept']();});});}['discardSuggestion'](_0x381e49){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x4eed9a of _0x381e49['getAllAdjacentSuggestions']())_0x4eed9a['discard']();});});}['enableCommand'](_0x210ec9,_0x556e3c){const _0xaadfd1=this['editor']['commands']['get'](_0x210ec9);if(!_0xaadfd1)throw new _0x5b6f25('track-changes-command-not-found',this,{'commandName':_0x210ec9});if(this['_enabledCommands']['has'](_0xaadfd1))throw new _0x5b6f25('track-changes-enable-command-twice',this,{'commandName':_0x210ec9});this['_enabledCommands']['add'](_0xaadfd1),_0x556e3c&&_0xaadfd1['on']('execute',(_0x17526f,_0x560bd6)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x560bd6['length']>0x0&&_0x560bd6[_0x560bd6['length']-0x1]&&_0x560bd6[_0x560bd6['length']-0x1]['forceDefaultExecution']?_0x560bd6['pop']():(_0x17526f['return']=_0x556e3c((..._0x315d48)=>_0xaadfd1['execute'](..._0x315d48,{'forceDefaultExecution':!0x0}),..._0x560bd6),_0x17526f['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x5db2ce){let _0x1e2ac9,_0x5f4c99;const _0x5aaac2=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x1e2ac9=_0x5db2ce();}catch(_0x54976e){_0x5f4c99=_0x54976e;}return _0x5aaac2||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x5f4c99&&_0x5b6f25['rethrowUnexpectedError'](_0x5f4c99,this),_0x1e2ac9;}['markInsertion'](_0x379c74,_0x381375=null,_0x2ddbf0={}){if(_0x379c74['isCollapsed'])return null;const _0x41d813=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x20a2e6,meta:_0x4a261a}of this['_findSuggestions'](_0x379c74,'insertion'))if(_0x4a261a['isOwn']){if(!_0x4a261a['isNextTo']){if(_0x4a261a['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Kt(_0x20a2e6,_0x2ddbf0))continue;return _0x20a2e6;}if(Kt(_0x20a2e6,_0x2ddbf0))return _0x20a2e6;this['_breakSuggestionMarker'](_0x20a2e6,_0x379c74['start'],_0x379c74['end']);break;}if(_0x381375==_0x20a2e6['subType']&&Kt(_0x20a2e6,_0x2ddbf0)){const _0x4b11b8=_0x20a2e6['getFirstRange']();return _0x4b11b8['start']['isEqual'](_0x379c74['end'])?this['_setSuggestionRange'](_0x20a2e6,this['_model']['createRange'](_0x379c74['start'],_0x4b11b8['end'])):this['_setSuggestionRange'](_0x20a2e6,this['_model']['createRange'](_0x4b11b8['start'],_0x379c74['end'])),_0x20a2e6;}}const _0x5cb958=_0x1a89e5(),_0x556347=_0x41d813['id'],_0x2fb623=_0x381375?'insertion:'+_0x381375:'insertion',_0x26b7dd=this['_setSuggestionData']({'id':_0x5cb958,'type':_0x2fb623,'createdAt':new Date(),'authorId':_0x556347,'attributes':_0x2ddbf0});return this['_addSuggestionMarker'](_0x2fb623,_0x5cb958,_0x556347,_0x379c74),_0x26b7dd;}['markMultiRangeInsertion'](_0x3ef986,_0x4e7809='multi',_0x3fd58f={}){const _0xe800b5=this['editor']['plugins']['get']('Users')['me'],_0x5cb568=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x4e7809,'join');for(const _0x7c4261 of this['getSuggestions']())if(_0x7c4261['author']['id']==_0xe800b5['id']&&'insertion'==_0x7c4261['type']&&_0x7c4261['subType']==_0x4e7809&&Kt(_0x7c4261,_0x3fd58f)&&(_0x5cb568(_0x7c4261['getRanges'](),_0x3ef986)||_0x5cb568(_0x3ef986,_0x7c4261['getRanges']()))){for(const _0x2ef059 of _0x3ef986)_0x7c4261['addRange'](_0x2ef059);return _0x7c4261;}for(const {suggestion:_0x11fc81,meta:_0x23f601}of this['_findSuggestions'](_0x3ef986,'insertion')){if(!_0x23f601['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x23f601['containsRangeInObject'])continue;if(!Kt(_0x11fc81,_0x3fd58f))continue;let _0x7bfdd1=!0x0;for(const _0x5d06c9 of _0x11fc81['getRanges']())for(const _0x11bc86 of _0x3ef986)if(!_0x5d06c9['containsRange'](_0x11bc86)){_0x7bfdd1=!0x1;break;}if(_0x7bfdd1)return _0x11fc81;}const _0x2f51ce=_0x1a89e5(),_0x4b0dec=_0xe800b5['id'],_0x4effc0='insertion:'+_0x4e7809,_0x1e89fd=this['_setSuggestionData']({'id':_0x2f51ce,'type':_0x4effc0,'createdAt':new Date(),'authorId':_0x4b0dec,'attributes':_0x3fd58f});for(const _0x43d9c9 of _0x3ef986)this['_addSuggestionMarker'](_0x4effc0,_0x2f51ce,_0x4b0dec,_0x43d9c9,u['getMultiRangeId']());return _0x1e89fd;}['markInlineFormat'](_0x201150,_0x5e848c,_0x5bd1d3=null,_0xec78c={}){if(_0x5bd1d3=_0x5bd1d3||Ft(_0x5e848c),_0x201150['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x41b78d=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x5bd1d3,'accept');return this['forceDefaultExecution'](()=>_0x41b78d([_0x201150],_0x5e848c,_0xec78c)),null;}const _0x123b4d=this['editor']['plugins']['get']('Users')['me'],_0x4e801f=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x1f9150,meta:_0x5b1a41}of this['_findSuggestions'](_0x201150,'insertion'))_0x5b1a41['isOwn']&&!_0x5b1a41['isInsideObject']&&_0x4e801f['push'](..._0x1f9150['getRanges']());}const _0x2f03fc=function(_0x3a8238,_0xd17559){const _0x32c261=[];for(const _0x165a6d of _0xd17559){const _0x5dd17d=_0x3a8238['getIntersection'](_0x165a6d);_0x5dd17d&&_0x32c261['push'](_0x5dd17d);}return _0x32c261;}(_0x201150,_0x4e801f),_0x18fb33=function(_0x5c4858,_0x233086){const _0xbb4c8c=[_0x5c4858];for(const _0x3cc234 of _0x233086){let _0x451ad3=0x0;for(;_0x451ad3<_0xbb4c8c['length'];){const _0x15e797=_0xbb4c8c[_0x451ad3]['getDifference'](_0x3cc234);_0xbb4c8c['splice'](_0x451ad3,0x1,..._0x15e797),_0x451ad3+=_0x15e797['length'];}}return _0xbb4c8c;}(_0x201150,_0x4e801f);_0x2f03fc['length']&&this['_model']['change'](()=>{for(const _0x258311 of _0x2f03fc){const _0x270b10=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x5bd1d3,'accept');this['forceDefaultExecution'](()=>_0x270b10([_0x258311],_0x5e848c,_0xec78c));}});for(const _0xb8bfa of _0x18fb33){let _0x3cf0bc=null,_0xe73846=_0xb8bfa['start'],_0x3ec093=_0xb8bfa['end'];for(const {suggestion:_0x15be3b,meta:_0x118df8}of this['_findSuggestions'](_0xb8bfa,'formatInline')){if(!_0x118df8['isOwn'])continue;if(_0x15be3b['subType']!=_0x5bd1d3)continue;if(!Kt(_0x15be3b,_0xec78c))continue;const _0x57b269=_0x15be3b['getFirstRange']();if(_0x57b269['containsRange'](_0xb8bfa,!0x0))return null;_0xe73846=_0xe73846['isBefore'](_0x57b269['start'])?_0xe73846:_0x57b269['start'],_0x3ec093=_0x3ec093['isAfter'](_0x57b269['end'])?_0x3ec093:_0x57b269['end'],_0x3cf0bc?_0x57b269['start']['isBefore'](_0x3cf0bc['getFirstRange']()['start'])?(_0x3cf0bc['removeMarkers'](),_0x3cf0bc=_0x15be3b):_0x15be3b['removeMarkers']():_0x3cf0bc=_0x15be3b;}const _0x39195f=this['_model']['createRange'](_0xe73846,_0x3ec093);if(_0x3cf0bc)this['_setSuggestionRange'](_0x3cf0bc,_0x39195f);else{const _0x262119=_0x1a89e5(),_0x121f93=_0x123b4d['id'];this['_setSuggestionData']({'id':_0x262119,'type':'formatInline:'+_0x5bd1d3,'data':_0x5e848c,'createdAt':new Date(),'authorId':_0x121f93,'attributes':_0xec78c}),this['_addSuggestionMarker']('formatInline:'+_0x5bd1d3,_0x262119,_0x121f93,_0x39195f);}}return null;}['markBlockFormat'](_0x167618,_0x6681fc,_0x2563a0=[],_0x3732b2=null,_0x288cc5={}){_0x6681fc['formatGroupId']||(_0x6681fc['formatGroupId']=_0x6681fc['commandName']),_0x6681fc['multipleBlocks']=_0x167618['is']('range'),_0x3732b2=_0x3732b2||Ft(_0x6681fc);const _0x30529c=_0x2563a0['map'](_0xefa789=>Ht(_0xefa789,this['_model'])),_0x10914b=_0x167618['is']('range')?_0x167618:Ht(_0x167618,this['_model']);if('never'===this['_trackFormatChanges']){const _0x3bcab8=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3732b2,'accept');return this['forceDefaultExecution'](()=>_0x3bcab8([_0x10914b],_0x6681fc,_0x288cc5)),null;}_0x30529c['push'](_0x10914b);let _0x2ce461=!0x0;for(const _0x2b080f of _0x30529c)if(!this['_rangeIsInLocalUserInsertion'](_0x2b080f)){_0x2ce461=!0x1;break;}if(_0x2ce461&&'always'!==this['_trackFormatChanges']){const _0x2e2d79=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3732b2,'accept');return this['forceDefaultExecution'](()=>_0x2e2d79([_0x10914b],_0x6681fc,_0x288cc5)),null;}let _0x1c541b=null,_0x4b1814=_0x10914b['start'],_0x580bd8=_0x10914b['end'];for(const {suggestion:_0x474d63,meta:_0xec1cab}of this['_findSuggestions'](_0x10914b,'formatBlock')){if(!_0xec1cab['isOwn'])continue;if(_0xec1cab['isNextTo']||_0xec1cab['containsRangeInObject']||_0xec1cab['isInsideObject'])continue;if(_0x474d63['data']['formatGroupId']!=_0x6681fc['formatGroupId'])continue;if(!Kt(_0x474d63,_0x288cc5))continue;const _0x32ce83=_0x474d63['getFirstRange']();if(_0x474d63['subType']==_0x3732b2){if(_0x32ce83['containsRange'](_0x10914b,!0x0))return null;_0x4b1814=_0x4b1814['isBefore'](_0x32ce83['start'])?_0x4b1814:_0x32ce83['start'],_0x580bd8=_0x580bd8['isAfter'](_0x32ce83['end'])?_0x580bd8:_0x32ce83['end'],_0x1c541b?_0x32ce83['start']['isBefore'](_0x1c541b['getFirstRange']()['start'])?(_0x1c541b['removeMarkers'](),_0x1c541b=_0x474d63):_0x474d63['removeMarkers']():_0x1c541b=_0x474d63;}else{const _0x4995aa=_0x10914b['getIntersection'](_0x32ce83);this['_cutOutSuggestionMarker'](_0x474d63,_0x4995aa);}}const _0x35c943=this['editor']['plugins']['get']('Users')['me'],_0x5ea644=_0x1a89e5(),_0x519167=_0x35c943['id'];if(_0x1c541b)return this['_setSuggestionRange'](_0x1c541b,this['_model']['createRange'](_0x4b1814,_0x580bd8)),_0x1c541b;{const _0x38e38e=this['_setSuggestionData']({'id':_0x5ea644,'type':'formatBlock:'+_0x3732b2,'data':_0x6681fc,'createdAt':new Date(),'authorId':_0x519167,'attributes':_0x288cc5});return this['_addSuggestionMarker']('formatBlock:'+_0x3732b2,_0x5ea644,_0x519167,this['_model']['createRange'](_0x4b1814,_0x580bd8)),_0x38e38e;}}['markMultiRangeBlockFormat'](_0x98cdef,_0x4bf166,_0x2ad598=[],_0x5f1318=null,_0x54e61d={}){_0x4bf166['formatGroupId']||(_0x4bf166['formatGroupId']=_0x4bf166['commandName']);const _0x46134c=_0x98cdef[0x0];_0x4bf166['multipleBlocks']=_0x46134c['is']('range'),_0x5f1318=_0x5f1318||Ft(_0x4bf166);const _0x55359a=_0x2ad598['map'](_0x37e16a=>Ht(_0x37e16a,this['_model'])),_0x20bbe9=_0x46134c['is']('range')?_0x98cdef:_0x98cdef['map'](_0x3333c1=>Ht(_0x3333c1,this['_model']));if('never'===this['_trackFormatChanges']){const _0x1e80b9=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x5f1318,'accept');return this['forceDefaultExecution'](()=>_0x1e80b9(_0x20bbe9,_0x4bf166,_0x54e61d)),null;}_0x55359a['push'](..._0x20bbe9);let _0x177651=!0x0;for(const _0x2af8d4 of _0x55359a)if(!this['_rangeIsInLocalUserInsertion'](_0x2af8d4)){_0x177651=!0x1;break;}if(_0x177651&&'always'!==this['_trackFormatChanges']){const _0x4725aa=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x5f1318,'accept');return this['forceDefaultExecution'](()=>_0x4725aa(_0x20bbe9,_0x4bf166,_0x54e61d)),null;}const _0x512176=this['editor']['plugins']['get']('Users')['me'];for(const _0xb2f6d3 of this['getSuggestions']()){if(_0xb2f6d3['author']['id']!=_0x512176['id'])continue;if('formatBlock'!=_0xb2f6d3['type']||_0xb2f6d3['data']['formatGroupId']!=_0x4bf166['formatGroupId'])continue;if(!Kt(_0xb2f6d3,_0x54e61d))continue;const _0x1c81de=_0xb2f6d3['subType']==_0x5f1318;for(let _0x5e6079=0x0;_0x5e6079<_0x20bbe9['length'];_0x5e6079++){const _0x4c101f=_0x20bbe9[_0x5e6079];for(const _0x5dc89c of _0xb2f6d3['getMarkers']()){const _0x2e42ce=_0x5dc89c['getRange']();if(_0x4c101f['isEqual'](_0x2e42ce)){_0x1c81de?(_0x20bbe9['splice'](_0x5e6079,0x1),_0x5e6079--):_0xb2f6d3['removeMarker'](_0x5dc89c['name']);break;}}}}if(0x0==_0x20bbe9['length'])return null;const _0x58f658=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x5f1318,'join');for(const _0x4daca3 of this['getSuggestions']())if(_0x4daca3['author']['id']==_0x512176['id']&&'formatBlock'==_0x4daca3['type']&&_0x4daca3['data']['formatGroupId']==_0x4bf166['formatGroupId']&&_0x4daca3['subType']==_0x5f1318&&Kt(_0x4daca3,_0x54e61d)&&(_0x58f658(_0x4daca3['getRanges'](),_0x20bbe9)||_0x58f658(_0x20bbe9,_0x4daca3['getRanges']()))){for(const _0x863bee of _0x20bbe9)_0x4daca3['addRange'](_0x863bee);return _0x4daca3;}const _0x2b7cdc=_0x1a89e5(),_0x2c1edd=_0x512176['id'],_0x146a9a='formatBlock:'+_0x5f1318,_0xf71665=this['_setSuggestionData']({'id':_0x2b7cdc,'type':_0x146a9a,'data':_0x4bf166,'createdAt':new Date(),'authorId':_0x2c1edd,'attributes':_0x54e61d});for(const _0x348709 of _0x20bbe9)this['_addSuggestionMarker'](_0x146a9a,_0x2b7cdc,_0x2c1edd,_0x348709,u['getMultiRangeId']());return _0xf71665;}['markDeletion'](_0x20f042,_0x4032e2=null,_0x42c1d6={}){if(_0x20f042['isCollapsed'])return null;const _0x47c548=this['editor']['plugins']['get']('Users')['me'],_0x416c28=new _0x586eec(_0x20f042['start'],_0x20f042['end']);for(const {suggestion:_0x4ba1a1,meta:_0x38b566}of this['_findSuggestions'](_0x416c28,'insertion'))if(_0x38b566['isOwn']&&!_0x38b566['isNextTo']){if(_0x4ba1a1['isMultiRange']){const _0x4544df=_0x4ba1a1['getRanges']()['filter'](_0xc86ed5=>'$graveyard'!=_0xc86ed5['root']['rootName']);_0x4544df['every'](_0x353af3=>_0x416c28['containsRange'](_0x353af3,!0x0))&&_0x4ba1a1['discard']();if(_0x4544df['some'](_0x140619=>_0x140619['containsRange'](_0x416c28,!0x0))){const _0x3fe21b=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4032e2,'accept');return this['forceDefaultExecution'](()=>_0x3fe21b([_0x416c28],null,_0x42c1d6)),null;}}else{const _0x56c49a=_0x416c28['getIntersection'](_0x4ba1a1['getFirstRange']());null!==_0x56c49a&&_0x4ba1a1['_onDiscard']([_0x56c49a],null,_0x42c1d6);}}if(_0x416c28['detach'](),_0x416c28['isCollapsed']||'$graveyard'==_0x416c28['root']['rootName'])return null;let _0x357213=null,_0x2b5886=_0x416c28['start'],_0x397a5a=_0x416c28['end'];const _0x4d49cd=this['_findSuggestions'](_0x416c28,'deletion');for(const {suggestion:_0x49090d,meta:_0x2637d9}of _0x4d49cd){const _0x546a61=this['_model']['createRange'](_0x2b5886,_0x397a5a);if(_0x2637d9['isOwn']&&(this['_mergeNestedSuggestions']||!_0x2637d9['containsRangeInObject']&&!_0x2637d9['isInsideObject'])){if(_0x49090d['isMultiRange']){if(!Kt(_0x49090d,_0x42c1d6))continue;let _0xc2183f=!0x0;for(const _0x32d2b9 of _0x49090d['getRanges']()){if(_0x32d2b9['containsRange'](_0x546a61,!0x0))return _0x49090d;_0x546a61['containsRange'](_0x32d2b9)||(_0xc2183f=!0x1);}_0xc2183f&&_0x49090d['discard']();}else{const _0x20a366=_0x49090d['getFirstRange']();if(_0x20a366['containsRange'](_0x546a61,!0x0))return _0x49090d;if(!Kt(_0x49090d,_0x42c1d6)){_0x546a61['containsRange'](_0x20a366)?_0x49090d['removeMarkers']():_0x20a366['containsPosition'](_0x2b5886)?_0x2b5886=_0x20a366['end']:_0x20a366['containsPosition'](_0x397a5a)&&(_0x397a5a=_0x20a366['start']);continue;}_0x2b5886=_0x2b5886['isBefore'](_0x20a366['start'])?_0x2b5886:_0x20a366['start'],_0x397a5a=_0x397a5a['isAfter'](_0x20a366['end'])?_0x397a5a:_0x20a366['end'],_0x42c1d6=Object['assign']({},_0x49090d['attributes']),_0x357213?_0x20a366['start']['isBefore'](_0x357213['getFirstRange']()['start'])?(_0x357213['removeMarkers'](),_0x357213=_0x49090d):_0x49090d['removeMarkers']():_0x357213=_0x49090d;}}}if(_0x357213)return this['_setSuggestionRange'](_0x357213,this['_model']['createRange'](_0x2b5886,_0x397a5a)),_0x357213;{const _0x48034b=_0x1a89e5(),_0x1aa595=this['_model']['createRange'](_0x2b5886,_0x397a5a),_0x3f94c8=_0x47c548['id'],_0xfeb517=_0x4032e2?'deletion:'+_0x4032e2:'deletion',_0x1209b8=this['_setSuggestionData']({'id':_0x48034b,'type':_0xfeb517,'createdAt':new Date(),'authorId':_0x3f94c8,'attributes':_0x42c1d6});return this['_addSuggestionMarker'](_0xfeb517,_0x48034b,_0x3f94c8,_0x1aa595),_0x1209b8;}}['markMultiRangeDeletion'](_0xb6c48e,_0x4b75a3='multi',_0x15daad={}){const _0x4e5c1a=this['editor']['plugins']['get']('Users')['me'],_0x69f25e=_0xb6c48e['map'](_0x56fd0d=>new _0x586eec(_0x56fd0d['start'],_0x56fd0d['end'])),_0x2b3018=new Set();for(const {suggestion:_0x32ee0b,meta:_0x5eb73c}of this['_findSuggestions'](_0x69f25e,'insertion'))_0x5eb73c['isOwn']&&!_0x5eb73c['isNextTo']&&_0x2b3018['add'](_0x32ee0b);for(const _0xc52885 of _0x2b3018)if(_0xc52885['isMultiRange']){const _0x39a979=_0xc52885['getRanges']();(!_0xc52885['attributes']||!_0xc52885['attributes']['skipNestingCheck'])&&(_0x39a979['every'](_0x3ae5ce=>_0x69f25e['some'](_0x500ac6=>_0x500ac6['containsRange'](_0x3ae5ce,!0x0)))&&_0xc52885['discard']());if(_0x69f25e['every'](_0x5b456d=>_0x39a979['some'](_0x245964=>_0x245964['containsRange'](_0x5b456d,!0x0)))){const _0x585121=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4b75a3,'accept');return this['forceDefaultExecution'](()=>_0x585121(_0xb6c48e,null,_0x15daad)),null;}}else{const _0x3ff47c=_0xc52885['getFirstRange']();_0x69f25e['some'](_0x9d5695=>_0x9d5695['containsRange'](_0x3ff47c,!0x0))&&_0xc52885['discard']();if(_0x69f25e['every'](_0xe3ba04=>_0x3ff47c['containsRange'](_0xe3ba04,!0x0))){const _0x42ec52=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4b75a3,'accept');return this['forceDefaultExecution'](()=>_0x42ec52(_0x69f25e,null,_0x15daad)),null;}}const _0x4330a8=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4b75a3,'join');let _0x364a9d=null;for(const _0x18c6ac of this['getSuggestions']())if(_0x18c6ac['author']['id']==_0x4e5c1a['id']&&_0x18c6ac['isInContent']&&'deletion'==_0x18c6ac['type']&&_0x18c6ac['subType']==_0x4b75a3&&Kt(_0x18c6ac,_0x15daad)&&(_0x4330a8(_0x18c6ac['getRanges'](),_0x69f25e)||_0x4330a8(_0x69f25e,_0x18c6ac['getRanges']()))){if(_0x364a9d){if(_0x18c6ac['commentThread']&&_0x18c6ac['commentThread']['length'])continue;for(const _0x507b13 of _0x18c6ac['getRanges']())_0x364a9d['isIntersectingWithRange'](_0x507b13)||_0x364a9d['addRange'](_0x507b13);_0x18c6ac['removeMarkers']();}else{_0x364a9d=_0x18c6ac;for(const _0x4805f1 of _0x69f25e)_0x18c6ac['isIntersectingWithRange'](_0x4805f1)||_0x18c6ac['addRange'](_0x4805f1);}}if(_0x364a9d)return _0x364a9d;_0x2b3018['clear']();for(const {suggestion:_0x389896,meta:_0x17734b}of this['_findSuggestions'](_0x69f25e,'deletion'))_0x17734b['isOwn']&&(this['_mergeNestedSuggestions']||!_0x17734b['containsRangeInObject']&&!_0x17734b['isInsideObject'])&&Kt(_0x389896,_0x15daad)&&_0x2b3018['add'](_0x389896);for(const _0x145928 of _0x2b3018){const _0xdb919=_0x145928['getRanges']();if(!_0x15daad||!_0x15daad['skipNestingCheck']){if(_0x69f25e['every'](_0x14ef8a=>_0xdb919['some'](_0x39c20d=>_0x39c20d['containsRange'](_0x14ef8a,!0x0))))return _0x145928;}(!_0x145928['attributes']||!_0x145928['attributes']['skipNestingCheck'])&&(_0xdb919['every'](_0x2c6340=>_0x69f25e['some'](_0x2cb273=>_0x2cb273['containsRange'](_0x2c6340,!0x0)))&&_0x145928['discard']());}const _0xc59d94=_0x1a89e5(),_0x1764cc=_0x4e5c1a['id'],_0x11c4a4='deletion:'+_0x4b75a3,_0x5a8a87=this['_setSuggestionData']({'id':_0xc59d94,'type':_0x11c4a4,'createdAt':new Date(),'authorId':_0x1764cc,'attributes':_0x15daad});for(const _0x4e25f0 of _0x69f25e)_0x4e25f0['detach'](),_0x4e25f0['isCollapsed']||'$graveyard'==_0x4e25f0['root']['rootName']||this['_addSuggestionMarker'](_0x11c4a4,_0xc59d94,_0x1764cc,_0x4e25f0,u['getMultiRangeId']());return _0x5a8a87;}['markAttributeChange'](_0x3fbfbd,_0x9fc9bc,_0xf1f99e,_0x1026be,_0x324b6f){if(_0x3fbfbd['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x4f28f0=this['editor']['plugins']['get']('Users')['me']['id'],_0x50232c=Array['from'](this['_suggestions']['values']())['filter'](_0x2e5ab1=>'attribute'==_0x2e5ab1['type']&&_0x2e5ab1['data']['key']==_0x9fc9bc&&_0x2e5ab1['isIntersectingWithRange'](_0x3fbfbd));if('default'===this['_trackFormatChanges']){const _0x305a57=this['_findSuggestions'](_0x3fbfbd,'insertion')['filter'](({meta:_0x4ee7c5})=>_0x4ee7c5['isOwn']&&!_0x4ee7c5['isInsideObject']&&!_0x4ee7c5['isNextTo'])['map'](({suggestion:_0x24007d})=>_0x24007d);_0x50232c['unshift'](..._0x305a57);}const _0x2ac641=new Map([[_0x3fbfbd,_0xf1f99e]]);for(const _0x2d1104 of _0x50232c){const _0x24e1e0='attribute'==_0x2d1104['type']?_0x2d1104['data']['oldValue']:void 0x0,_0x231de9=_0x2d1104['getFirstRange'](),_0x3de99e=Array['from'](_0x2ac641['keys']())['find'](_0x10987b=>_0x10987b['isIntersecting'](_0x231de9));if(!_0x3de99e)continue;const _0x2bfd28=_0x3de99e['getDifference'](_0x231de9);this['_isBlockAttribute'](_0x9fc9bc)&&'insertion'==_0x2d1104['type']&&0x0!=_0x2bfd28['length']||(_0x2ac641['delete'](_0x3de99e),_0x2bfd28['forEach'](_0x31c21b=>{_0x2ac641['set'](_0x31c21b,_0xf1f99e);}),'insertion'!=_0x2d1104['type']&&_0x24e1e0!=_0x1026be&&_0x2ac641['set'](_0x3de99e['getIntersection'](_0x231de9),_0x24e1e0));}const _0x4b5a3d=[];for(const [_0x3e00c7,_0xb1023]of _0x2ac641){const _0x441377=_0x1a89e5(),_0x2680ec={'key':_0x9fc9bc,'oldValue':_0xb1023,'newValue':_0x1026be};_0x9fc9bc['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':_0x9fc9bc});const _0x5344f1=('attribute:'+(_0x9fc9bc+'|'+Ft({'newValue':_0x1026be})))['substring'](0x0,0x3c),_0x1907ca=this['_setSuggestionData']({'id':_0x441377,'type':_0x5344f1,'data':_0x2680ec,'createdAt':new Date(),'authorId':_0x4f28f0,'attributes':_0x324b6f});_0x4b5a3d['push'](_0x1907ca),this['_addSuggestionMarker'](_0x5344f1,_0x441377,_0x4f28f0,_0x3e00c7);}return _0x4b5a3d;}['enableDefaultAttributesIntegration'](_0x5a2f2d){this['enableCommand'](_0x5a2f2d,(_0x3e7ff4,..._0x20e783)=>{this['_recordAttributeChanges'](()=>{_0x3e7ff4(..._0x20e783);});});}['registerBlockAttribute'](_0x554a3c){this['_blockAttributeKeys']['add'](_0x554a3c);}['registerInlineAttribute'](_0x35a7d6){this['_inlineAttributeKeys']['add'](_0x35a7d6);}['_getAttributeKey'](_0x1d9ebd){return'attribute'==_0x1d9ebd['type']?_0x1d9ebd['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0xc040ba,_0x275093){const _0x15e48e=_0xc040ba['getFirstMarker']();this['_model']['change'](_0x3d7ee0=>{_0x3d7ee0['updateMarker'](_0x15e48e,{'range':_0x275093});});}['_addThreadToSuggestion'](_0x40d431){const _0x35a13d=_0x40d431['id'],_0x36922b=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x35a13d)||this['_commentsRepository']['addCommentThread']({'channelId':_0x36922b,'threadId':_0x35a13d,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x5d7aed=this['_commentsRepository']['getCommentThread'](_0x35a13d);_0x5d7aed['unbind']('isRemovable'),_0x5d7aed['isRemovable']=!0x1,_0x40d431['commentThread']=_0x5d7aed;}['_checkSuggestionCorrectness'](_0x63ea3a,_0x2ed6f2,_0x9187ab,_0x1130d1){if(_0x63ea3a['type']!=_0x2ed6f2||_0x63ea3a['subType']!=_0x9187ab||_0x63ea3a['creator']['id']!=_0x1130d1)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x5b6f25('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x4d399c,_0xcb66a4){const _0x3fe69f=_0x4d399c['getFirstRange']();if(_0xcb66a4['isEqual'](_0x3fe69f))_0x4d399c['removeMarkers']();else{if(_0x3fe69f['containsRange'](_0xcb66a4)){const _0x139e29=this['_model']['createPositionAt'](_0xcb66a4['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x4d399c,this['_model']['createRange'](_0x3fe69f['start'],_0x139e29));const _0x39e1cb=_0x1a89e5(),_0x4b29eb=_0x4d399c['creator']['id'],_0x2ddb98=_0x4d399c['type']+':'+_0x4d399c['subType'];this['_setSuggestionData']({'id':_0x39e1cb,'type':_0x2ddb98,'createdAt':new Date(),'authorId':_0x4b29eb,'data':_0x4d399c['data'],'attributes':_0x4d399c['attributes']});const _0x27bfb7=this['_model']['createPositionAt'](_0xcb66a4['end']['parent'],'after'),_0x374c88=this['_model']['createRange'](_0x27bfb7,_0x3fe69f['end']);this['_addSuggestionMarker'](_0x2ddb98,_0x39e1cb,_0x4b29eb,_0x374c88);}else{if(_0x3fe69f['containsPosition'](_0xcb66a4['start'])){const _0x4a8174=this['_model']['createPositionAt'](_0xcb66a4['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x4d399c,this['_model']['createRange'](_0x3fe69f['start'],_0x4a8174));}else{const _0x41a795=this['_model']['createPositionAt'](_0xcb66a4['end']['parent'],'after');this['_setSuggestionRange'](_0x4d399c,this['_model']['createRange'](_0x41a795,_0x3fe69f['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x459015){for(const {suggestion:_0x1a97c1,meta:_0x1e01d}of this['_findSuggestions'](_0x459015,'insertion')){if(!_0x1e01d['isOwn'])continue;const _0x27f380=_0x1a97c1['getRanges']();for(const _0xd40cd3 of _0x27f380)if(!_0x459015['getDifference'](_0xd40cd3)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x1f9d0d){const _0x3e3399=this['editor']['plugins']['get']('Users')['getUser'](_0x1f9d0d);if(!_0x3e3399)throw new _0x5b6f25('track-changes-user-not-found',this);return _0x3e3399;}['_getExternalAuthor'](_0x3f8d0a){const _0x447c77=this['editor']['plugins']['get']('Users'),_0xbb6e85=_0x53a684('external:'+_0x3f8d0a),_0x3d91e0=_0x447c77['getUser'](_0xbb6e85);return _0x3d91e0||_0x447c77['addUser']({'id':_0xbb6e85,'name':_0x3f8d0a});}['_createSuggestion'](_0x2d4a18,_0x492088,_0x55251c,_0xf77f3d,_0x22aa20){const _0x2f94dc=this['_getAuthorFromId'](_0xf77f3d),_0x1e122e=this['_suggestionFactory']['buildSuggestion'](_0x2d4a18,_0x492088,_0x55251c,_0x2f94dc,_0x22aa20,_0x3f6259=>{this['_updateSuggestionData'](_0x55251c,{'attributes':_0x3f6259});const _0x76efe8=this['getSuggestion'](_0x55251c);this['_joinWithAdjacentSuggestions'](new Set([_0x76efe8])),this['_refreshSuggestionsChain'](new Set([_0x76efe8]));});return this['listenTo'](_0x1e122e,'accept',()=>{this['_updateSuggestionData'](_0x55251c,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x1e122e,'discard',()=>{this['_updateSuggestionData'](_0x55251c,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x55251c,_0x1e122e),this['_suggestionState']['set'](_0x1e122e,'notReady'),_0x1e122e;}['_splitMarkerName'](_0x536826){const _0x13f589=_0x536826['split'](':');return{'group':_0x13f589[0x0],'type':_0x13f589[0x1],'subType':_0x13f589['length']>=0x5?_0x13f589[0x2]:null,'id':_0x13f589['length']<0x5?_0x13f589[0x2]:_0x13f589[0x3],'authorId':_0x13f589['length']<0x5?_0x13f589[0x3]:_0x13f589[0x4],'markerCount':0x6==_0x13f589['length']?_0x13f589[0x5]:null};}['_breakSuggestionMarker'](_0x1e0d65,_0x31c2ae,_0xc6ebd){const _0x506fef=_0x1e0d65['getFirstRange'](),_0x457c57=_0x506fef['start'],_0x21d6f4=_0x506fef['end'];this['_setSuggestionRange'](_0x1e0d65,this['_model']['createRange'](_0x457c57,_0x31c2ae));const _0x2b83cd=_0x1a89e5(),_0x22303c=_0x1e0d65['creator']['id'],_0x3e7157=_0x1e0d65['type']+(_0x1e0d65['subType']?':'+_0x1e0d65['subType']:'');this['_setSuggestionData']({'id':_0x2b83cd,'type':_0x3e7157,'createdAt':new Date(),'authorId':_0x22303c,'originalSuggestionId':_0x1e0d65['id'],'attributes':_0x1e0d65['attributes'],'data':_0x1e0d65['data']});const _0x59e47d=this['_getAttributeKey'](_0x1e0d65);('formatBlock'==_0x1e0d65['type']||_0x59e47d&&this['_isBlockAttribute'](_0x59e47d))&&(_0xc6ebd=this['_model']['createPositionBefore'](_0xc6ebd['parent'])),this['_addSuggestionMarker'](_0x3e7157,_0x2b83cd,_0x22303c,this['_model']['createRange'](_0xc6ebd,_0x21d6f4));}['_findSuggestions'](_0x329cac,_0x592e17=null){const _0x5eb3dd=[],_0x5caad5=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x329cac)||(_0x329cac=[_0x329cac]);for(const _0x517517 of this['getSuggestions']()){if(!_0x517517['isInContent'])continue;if(_0x592e17&&_0x517517['type']!=_0x592e17)continue;let _0x42e7c7=!0x1;for(const _0x3323ea of _0x517517['getRanges']()){for(const _0x3bdbcf of _0x329cac){const _0x5bfb42=_0x3bdbcf['start']['isEqual'](_0x3323ea['end'])||_0x3bdbcf['end']['isEqual'](_0x3323ea['start']);if(_0x5bfb42||_0x3bdbcf['getIntersection'](_0x3323ea)){const _0xe93d6f=_0x3bdbcf['containsRange'](_0x3323ea)&&Vt(this['_model']['schema'],_0x3323ea['start'],_0x3bdbcf),_0x45831a=_0x3323ea['containsRange'](_0x3bdbcf)&&Vt(this['_model']['schema'],_0x3bdbcf['start'],_0x3323ea);_0x5eb3dd['push']({'suggestion':_0x517517,'meta':{'isOwn':_0x5caad5==_0x517517['author'],'isNextTo':_0x5bfb42,'isInsideObject':_0xe93d6f,'containsRangeInObject':_0x45831a}}),_0x42e7c7=!0x0;break;}}if(_0x42e7c7)break;}}return _0x5eb3dd;}['_addSuggestionMarker'](_0x14ebca,_0x2ade6d,_0x2bbf6f,_0x48963d,_0x3851e7){this['_model']['change'](_0x531d82=>{let _0xc67c3e='suggestion:'+_0x14ebca+':'+_0x2ade6d+':'+_0x2bbf6f;_0x3851e7&&(_0xc67c3e=_0xc67c3e+':'+_0x3851e7),_0x531d82['addMarker'](_0xc67c3e,{'range':_0x48963d,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x1d3522){const _0x188e14=_0x1d3522['previous'],_0x1aeabe=_0x1d3522['next'];_0x1d3522['previous']=null,_0x1d3522['next']=null,null!=_0x188e14&&_0x188e14['next']==_0x1d3522&&(_0x188e14['next']=_0x1aeabe),null!=_0x1aeabe&&_0x1aeabe['previous']==_0x1d3522&&(_0x1aeabe['previous']=_0x188e14),'ready'==this['_suggestionState']['get'](_0x1d3522)&&(this['_suggestionState']['set'](_0x1d3522,'removed'),this['fire']('suggestionUnloaded',_0x1d3522,_0x188e14,_0x1aeabe));}['_setSuggestionData'](_0x2d7142){const _0x17990b=_0x2d7142['id'],_0x3f82fb=this['addSuggestionData'](_0x2d7142);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x454441=this['editor']['plugins']['get']('PendingActions'),_0x5ba2a2=_0x3f82fb['hasComments'],_0x277fa2=_0x3f82fb['subType']?_0x3f82fb['type']+':'+_0x3f82fb['subType']:_0x3f82fb['type'],_0x45683a=this['editor']['locale'],_0x577f68=_0x454441['add'](o(_0x45683a,'PENDING_ACTION_SUGGESTION')),_0x175a64={'id':_0x17990b,'type':_0x277fa2,'hasComments':_0x5ba2a2,'data':_0x2d7142['data']||null,'originalSuggestionId':_0x2d7142['originalSuggestionId']||null,'attributes':_0x3f82fb['attributes']};this['_adapter']['addSuggestion'](_0x175a64)['then'](_0x187dfe=>{_0x3f82fb['_saved']=!0x0,_0x454441['remove'](_0x577f68),_0x187dfe&&_0x187dfe['createdAt']&&(this['_suggestions']['get'](_0x17990b)['createdAt']=_0x187dfe['createdAt']);})['catch'](_0x5809d0=>{throw _0x1bf624('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x3f82fb['discard']();}),_0x3f82fb['stopListening'](),this['_suggestions']['delete'](_0x3f82fb['id']),this['_suggestionState']['delete'](_0x3f82fb),_0x5809d0;});}return _0x3f82fb;}['_isBlockAttribute'](_0x9dc1de){return this['_blockAttributeKeys']['has'](_0x9dc1de);}['_updateSuggestionData'](_0x295ca6,_0x1a4f79){const _0x19c6a8=this['editor']['plugins']['get']('PendingActions'),_0x4534d7=this['getSuggestion'](_0x295ca6);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x4534d7['_saved']){const _0x44554a=_0x19c6a8['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x295ca6,_0x1a4f79)['then'](()=>{_0x19c6a8['remove'](_0x44554a);});}else _0x4534d7['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x295ca6,_0x1a4f79);});}}['_getSuggestionData'](_0x397acc){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x5b6f25('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x397acc);}['_handleNewSuggestionMarker'](_0x212495){const {id:_0x3b0736,type:_0x2eae2f,subType:_0x560c6f,authorId:_0x1e8e2d}=this['_splitMarkerName'](_0x212495),_0x5c65b6=this['_suggestions']['get'](_0x3b0736)||this['_createSuggestion'](_0x2eae2f,_0x560c6f,_0x3b0736,_0x1e8e2d,{});switch(this['_checkSuggestionCorrectness'](_0x5c65b6,_0x2eae2f,_0x560c6f,_0x1e8e2d),this['_suggestionState']['get'](_0x5c65b6)){case'notReady':this['_getSuggestionData'](_0x3b0736)['then'](_0xc6ca51=>{let _0x28f806=Promise['resolve']();_0xc6ca51['hasComments']&&(_0x28f806=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x3b0736})),_0x28f806['then'](()=>{this['addSuggestionData'](_0xc6ca51)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x5c65b6,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x3b0736,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x5c65b6,'ready'),this['fire']('suggestionLoaded',_0x5c65b6);break;case'ready':this['fire']('suggestionChanged',_0x5c65b6);}return _0x5c65b6['addMarkerName'](_0x212495),_0x5c65b6;}['_refreshSuggestionsChain'](_0x271002){const _0x133fc7=Array['from'](_0x271002),_0x3a1244=_0x133fc7['filter'](_0x39b056=>'attribute'==_0x39b056['type']);this['_refreshAttributeSuggestionsChain'](_0x3a1244);const _0x2773f7=_0x133fc7['filter'](_0x344eb4=>!_0x344eb4['isMultiRange']&&'attribute'!=_0x344eb4['type']),_0x1c311b=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2b63c0=>!_0x2b63c0['isMultiRange']&&'attribute'!=_0x2b63c0['type']),_0x5e3c63=_0x1c311b['filter'](_0x32c620=>!_0x271002['has'](_0x32c620)),_0x40b93c=new Map(_0x1c311b['map'](_0x435944=>[_0x435944,this['_suggestionFactory']['getSuggestionCallback'](_0x435944['type'],_0x435944['subType'],'chain')])),_0x15db63=new Map(_0x1c311b['map'](_0xb60bf1=>[_0xb60bf1,_0xb60bf1['getFirstRange']()])),_0x4d9dd4=new Set(),_0x148009=new Set();for(let _0x449d02=0x0;_0x449d02<_0x2773f7['length'];_0x449d02++)_0x2976cf(_0x2773f7[_0x449d02],_0x2773f7,_0x449d02+0x1);for(let _0x42d80f=0x0;_0x42d80f<_0x2773f7['length'];_0x42d80f++)_0x2976cf(_0x2773f7[_0x42d80f],_0x5e3c63,0x0);const _0x5ab22c=new Set();for(let _0x3545b0=0x0;_0x3545b0<_0x2773f7['length'];_0x3545b0++){const _0x357ccb=_0x2773f7[_0x3545b0];!_0x148009['has'](_0x357ccb)&&_0x357ccb['previous']&&(_0x5ab22c['add'](_0x357ccb['previous']),_0x357ccb['previous']['next']===_0x357ccb&&(_0x357ccb['previous']['next']=null),_0x357ccb['previous']=null),!_0x4d9dd4['has'](_0x357ccb)&&_0x357ccb['next']&&(_0x5ab22c['add'](_0x357ccb['next']),_0x357ccb['next']['previous']===_0x357ccb&&(_0x357ccb['next']['previous']=null),_0x357ccb['next']=null);}function _0x2976cf(_0x49f261,_0x260137,_0x16af97){for(let _0xf6c837=_0x16af97;_0xf6c837<_0x260137['length'];_0xf6c837++){const _0x20ed63=_0x327f77(_0x49f261,_0x260137[_0xf6c837]);_0x20ed63&&(_0x20ed63[0x0]['next']=_0x20ed63[0x1],_0x20ed63[0x1]['previous']=_0x20ed63[0x0],_0x4d9dd4['add'](_0x20ed63[0x0]),_0x148009['add'](_0x20ed63[0x1]));}}function _0x327f77(_0xf3a127,_0x3d828c){if(_0xf3a127['author']['id']!==_0x3d828c['author']['id'])return null;const _0xff1b9c=_0x40b93c['get'](_0xf3a127)(_0xf3a127,_0x3d828c,_0x15db63['get'](_0xf3a127),_0x15db63['get'](_0x3d828c));if(!_0xff1b9c)return null;return _0x40b93c['get'](_0x3d828c)(_0xf3a127,_0x3d828c,_0x15db63['get'](_0xf3a127),_0x15db63['get'](_0x3d828c))?_0xff1b9c[0x1]['commentThread']&&_0xff1b9c[0x1]['commentThread']['length']?null:_0xff1b9c:null;}_0x5ab22c['size']&&this['_refreshSuggestionsChain'](_0x5ab22c);}['_refreshAttributeSuggestionsChain'](_0x26f3ba){if(0x0==_0x26f3ba['length'])return;const _0x484e53=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x504723=>'attribute'==_0x504723['type']&&_0x504723['_isDataLoaded']),_0x5a971f=[],_0x27fbc1=new Map();for(const _0x4694fd of _0x484e53){const _0x58d0d5=_0x53a684(_0x4694fd['attributes']);_0x27fbc1['has'](_0x58d0d5)||(_0x27fbc1['set'](_0x58d0d5,_0x5a971f['length']),_0x5a971f['push']([]));const _0x2ea71b=_0x27fbc1['get'](_0x58d0d5);_0x5a971f[_0x2ea71b]['push'](_0x4694fd);}!(function(){_0x5a971f['sort']((_0x5a536f,_0x30302d)=>{const _0x4dd2a8=_0x5a536f[0x0]['createdAt'],_0x6d7abe=_0x30302d[0x0]['createdAt'];return _0x4dd2a8==_0x6d7abe?_0x5a536f[0x0]['attributes']['groupId']<_0x30302d[0x0]['attributes']['groupId']?-0x1:0x1:_0x4dd2a8<_0x6d7abe?-0x1:0x1;});for(const _0x35e74f of _0x5a971f)_0x35e74f['sort']((_0x3bc9a8,_0x10385f)=>_0x3bc9a8['id']<_0x10385f['id']?-0x1:0x1);}());for(let _0x309625=0x0;_0x309625<_0x5a971f['length'];_0x309625++){if(0x0==_0x5a971f[_0x309625]['length'])continue;const _0x398e1d=[];for(let _0x4cfc73=_0x309625+0x1;_0x4cfc73<_0x5a971f['length'];_0x4cfc73++)0x0!=_0x5a971f[_0x4cfc73]['length']&&_0x95d967(_0x5a971f[_0x309625],_0x5a971f[_0x4cfc73])&&_0x398e1d['push'](_0x4cfc73);for(const _0x4b22d6 of _0x398e1d)_0x5a971f[_0x309625]=_0x5a971f[_0x309625]['concat'](_0x5a971f[_0x4b22d6]),_0x5a971f[_0x4b22d6]=[];}for(const _0x470a23 of _0x5a971f)for(let _0xf59d89=0x0;_0xf59d89<_0x470a23['length'];_0xf59d89++){const _0x2c2c97=_0x470a23[_0xf59d89+0x1]||null;_0x470a23[_0xf59d89]['next']!==_0x2c2c97&&(_0x470a23[_0xf59d89]['next']=_0x2c2c97);}for(const _0x35fcb5 of _0x5a971f)for(let _0x21b45c=0x0;_0x21b45c<_0x35fcb5['length'];_0x21b45c++){const _0x58190b=_0x35fcb5[_0x21b45c-0x1]||null;_0x35fcb5[_0x21b45c]['previous']!==_0x58190b&&(_0x35fcb5[_0x21b45c]['previous']=_0x58190b);}function _0x95d967(_0xcf1a55,_0x29e233){if(_0xcf1a55[0x0]['attributes']['groupId']!==_0x29e233[0x0]['attributes']['groupId']&&_0xcf1a55[0x0]['author']!==_0x29e233[0x0]['author'])return!0x1;if(!function(_0x2bbbc9,_0x1c440e){if(!_0x2bbbc9['hasComments']&&!_0x1c440e['hasComments'])return!0x0;if(_0x2bbbc9['hasComments']&&_0x1c440e['hasComments'])return!0x1;if(_0x2bbbc9['hasComments']&&_0x1c440e['createdAt']<_0x2bbbc9['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x1c440e['hasComments']&&_0x2bbbc9['createdAt']<_0x1c440e['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0xcf1a55[0x0],_0x29e233[0x0]))return!0x1;const _0x1978e6=Et(_0xcf1a55[0x0]['attributes'],'groupId'),_0x2dc6f8=Et(_0x29e233[0x0]['attributes'],'groupId');if(!_0x57bd10(_0x1978e6,_0x2dc6f8))return!0x1;return!!_0xcf1a55['every'](_0x51e266=>_0x29e233['some'](_0x5a9034=>_0x51e266['getFirstRange']()['isEqual'](_0x5a9034['getFirstRange']())))&&_0x29e233['every'](_0x3f4e1f=>_0xcf1a55['some'](_0x4ebab7=>_0x3f4e1f['getFirstRange']()['isEqual'](_0x4ebab7['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x52661f){const _0x2a066f=Array['from'](_0x52661f),_0x36a214=this['getSuggestions']({'skipNotAttached':!0x0}),_0x2915af=_0x36a214['filter'](_0x32bb71=>!_0x52661f['has'](_0x32bb71)),_0x53f5c0=new Map(_0x2a066f['map'](_0xe9bcd8=>[_0xe9bcd8,this['_suggestionFactory']['getSuggestionCallback'](_0xe9bcd8['type'],_0xe9bcd8['subType'],'join')])),_0x3950f1=new Map(_0x36a214['map'](_0x22a8d2=>[_0x22a8d2,_0x22a8d2['getRanges']()]));for(let _0x3d9b16=0x0;_0x3d9b16<_0x2a066f['length'];_0x3d9b16++){if(_0x401a6f(this,_0x2a066f[_0x3d9b16],_0x2a066f,_0x3d9b16+0x1))return!0x0;}for(let _0x1b7559=0x0;_0x1b7559<_0x2a066f['length'];_0x1b7559++){if(_0x401a6f(this,_0x2a066f[_0x1b7559],_0x2915af,0x0))return!0x0;}return!0x1;function _0x401a6f(_0x5245c5,_0x44bf39,_0x2978a6,_0x4d3f22){for(let _0x16027f=_0x4d3f22;_0x16027f<_0x2978a6['length'];_0x16027f++){const _0x92f09f=_0x2978a6[_0x16027f];if(_0x92f09f['type']!==_0x44bf39['type']||_0x92f09f['author']['id']!==_0x44bf39['author']['id']||_0x92f09f['subType']!==_0x44bf39['subType'])continue;if(!zt(_0x44bf39,_0x92f09f))continue;if('attribute'==_0x44bf39['type']&&_0x44bf39['data']['oldValue']!=_0x92f09f['data']['oldValue'])continue;if('attribute'==_0x44bf39['type']&&_0x5245c5['_isBlockAttribute'](_0x44bf39['data']['key']))continue;if('formatBlock'==_0x44bf39['type']){const _0x13169c=_0x5245c5['editor']['model'],_0x4856a9=_0x44bf39['getContainedElement']();if(_0x4856a9&&(_0x13169c['schema']['isObject'](_0x4856a9)||_0x13169c['schema']['isLimit'](_0x4856a9)))continue;}const _0x1f8756=_0x53f5c0['get'](_0x44bf39),_0x42d5d9=_0x3950f1['get'](_0x44bf39),_0x265274=_0x3950f1['get'](_0x92f09f),_0x34a040=_0x44bf39['commentThread']&&_0x44bf39['commentThread']['length'],_0x3fb343=_0x92f09f['commentThread']&&_0x92f09f['commentThread']['length'];if(!_0x34a040&&_0x1f8756(_0x265274,_0x42d5d9))return _0x5245c5['_joinSuggestions'](_0x92f09f,_0x44bf39),_0x3950f1['delete'](_0x44bf39),!0x0;if(!_0x3fb343&&_0x1f8756(_0x42d5d9,_0x265274))return _0x5245c5['_joinSuggestions'](_0x44bf39,_0x92f09f),_0x3950f1['delete'](_0x92f09f),!0x0;}return!0x1;}}['_joinSuggestions'](_0x59f634,_0x5727f1){if(_0x59f634['isMultiRange']){for(const _0x556e25 of _0x5727f1['getRanges']())_0x59f634['addRange'](_0x556e25);}else{const _0x45a9f0=_0x5727f1['getFirstRange']()['end'];this['_setSuggestionRange'](_0x59f634,this['_model']['createRange'](_0x59f634['getFirstRange']()['start'],_0x45a9f0));}_0x5727f1['removeMarkers']();}['_getMarkerAnnouncementText'](_0x2f78d1,_0x120dc5,_0x54bf84){const _0x14e995=_0x2f78d1['startsWith']('format')||_0x2f78d1['startsWith']('attribute')?'FORMATTING':_0x2f78d1['toUpperCase']();return o(this['editor']['locale'],_0x120dc5+'_'+_0x14e995+'_SUGGESTION_ANNOUNCEMENT',_0x54bf84);}['_initAriaMarkerChangeAnnouncements'](){const _0x3b5cb5=this['editor'];if(!_0x3b5cb5['ui'])return;const {ariaLiveAnnouncer:_0xcca37c}=_0x3b5cb5['ui'];_0x589f3f(this['_model'],({left:_0x50b061,entered:_0xe0abb3})=>{for(const _0x38fcf9 of _0x50b061){const {group:_0x391388,type:_0x420b56}=this['_splitMarkerName'](_0x38fcf9['name']);if('suggestion'===_0x391388){_0xcca37c['announce'](this['_getMarkerAnnouncementText'](_0x420b56,'LEAVE'));break;}}for(const _0x96bea6 of _0xe0abb3){const {group:_0x109f9a,type:_0x57a4d0}=this['_splitMarkerName'](_0x96bea6['name']);if('suggestion'===_0x109f9a){_0xcca37c['announce'](this['_getMarkerAnnouncementText'](_0x57a4d0,'ENTER',_0x416dce(_0x21e663)));break;}}});}['_processAttributeChanges'](_0x9b7d53){if(this['_recordAttributeSuggestions'])return!0x1;const _0x1579bf=this['editor'],_0x24db34=_0x1579bf['model']['document']['differ']['getChanges']();if(0x0==_0x24db34['length'])return!0x1;const _0x4e1907=[],_0x21b98a=_0x24db34['filter'](_0x126fc6=>'attribute'==_0x126fc6['type']),_0x5f1126=_0x24db34['filter'](_0x457188=>'insert'==_0x457188['type']&&'$text'!=_0x457188['name']),_0x419b23=_0x24db34['filter'](_0x5420fa=>'remove'==_0x5420fa['type']&&'$text'!=_0x5420fa['name']);for(const _0x31b598 of _0x21b98a)_0x4e1907['push']({'key':_0x31b598['attributeKey'],'newValue':_0x31b598['attributeNewValue'],'oldValue':_0x31b598['attributeOldValue'],'range':Jt(_0x31b598['range'],_0x1579bf['model'])});for(const _0x4adcd2 of _0x5f1126){const _0x4f069f=_0x419b23['find'](_0x5d5e95=>_0x5d5e95['position']['isEqual'](_0x4adcd2['position']));_0x4f069f&&_0x4e1907['push']({'key':m,'newValue':_0x4adcd2['name'],'oldValue':_0x4f069f['name'],'range':_0x1579bf['model']['createRangeOn'](_0x4adcd2['position']['nodeAfter'])});}return 0x0!=_0x4e1907['length']&&this['_reduceExistingSuggestions'](_0x9b7d53,_0x4e1907);}['_processAttributeSuggestions'](_0x3faebb){let _0x3bcdb7=!0x1;const _0x571b24=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x373962=>_0x373962['data']['newRange']&&_0x373962['name']['startsWith']('suggestion:attribute:'));for(const _0x155041 of _0x571b24){const {subType:_0x726697,id:_0x47a210}=this['_splitMarkerName'](_0x155041['name']),_0xd609b=_0x726697['split']('|')[0x0];for(const _0xc4d50f of this['getSuggestions']({'skipNotAttached':!0x0}))_0xc4d50f['id']!=_0x47a210&&'attribute'==_0xc4d50f['type']&&_0xc4d50f['data']&&_0xc4d50f['data']['key']==_0xd609b&&_0xc4d50f['getFirstRange']()['isIntersecting'](_0x155041['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0xc4d50f,_0x155041['data']['newRange'],_0x3faebb),_0x3bcdb7=!0x0);}return _0x3bcdb7;}['_recordAttributeChanges'](_0x1ce9c9){this['_recordAttributeSuggestions']=!0x0,_0x1ce9c9();}['_isRegisteredAttribute'](_0x454db5){const _0x4e716c=this['_isBlockAttribute'](_0x454db5),_0x876347=this['_inlineAttributeKeys']['has'](_0x454db5);return _0x4e716c||_0x876347;}['_reduceExistingSuggestions'](_0x264aa8,_0x949bd3){if(0x0==_0x949bd3['length'])return!0x1;let _0x3ef0d8=!0x1;for(const _0x194741 of _0x949bd3){const _0x5ccf34=this['_findSuggestions'](_0x194741['range'],'attribute')['filter'](_0x3c38fe=>!_0x3c38fe['meta']['isNextTo'])['map'](_0x36fa17=>_0x36fa17['suggestion']),_0x36aa9d=_0x53a684({'newValue':_0x194741['newValue']});_0x5ccf34['filter'](_0x9fab2=>{const [_0x3ce04a,_0x38546a]=_0x9fab2['subType']['split']('|');return _0x3ce04a==_0x194741['key']&&_0x38546a!=_0x36aa9d;})['forEach'](_0x14cc37=>{this['_reduceSuggestionAttributeRange'](_0x14cc37,_0x194741['range'],_0x264aa8),_0x3ef0d8=!0x0;});}return _0x3ef0d8;}['_reduceSuggestionAttributeRange'](_0xfdc1fc,_0x5c677a,_0x11f14e){const _0x26cdd7=_0xfdc1fc['getFirstRange']()['getDifference'](_0x5c677a);0x0!==_0x26cdd7['length']?0x1!==_0x26cdd7['length']?this['_breakSuggestionMarker'](_0xfdc1fc,_0x5c677a['start'],_0x5c677a['end']):this['_setSuggestionRange'](_0xfdc1fc,_0x26cdd7[0x0]):_0x11f14e['removeMarker'](_0xfdc1fc['getFirstMarker']());}}class Ut{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x543228){this['_editor']=_0x543228,this['_model']=_0x543228['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x1058b8,_0x1447b5,_0x4d968f,_0x3f032c,_0x557925,_0x566de3){return new u(this['_model'],{'type':_0x1058b8,'subType':_0x1447b5,'id':_0x4d968f,'author':_0x3f032c,'creator':_0x3f032c,'attributes':_0x557925,'onAttributesChange':_0x566de3,'onAccept':(..._0x211208)=>this['getSuggestionCallback'](_0x1058b8,_0x1447b5,'accept')(..._0x211208),'onDiscard':(..._0x4b4b59)=>this['getSuggestionCallback'](_0x1058b8,_0x1447b5,'discard')(..._0x4b4b59)});}['registerCustomCallback'](_0x2dbe7e,_0x2da413,_0x20b0ba,_0x21f5f0){const _0x30c90f=_0x2dbe7e+':'+_0x2da413+':'+_0x20b0ba;this['_customCallbacks']['set'](_0x30c90f,_0x21f5f0);}['getSuggestionCallback'](_0xe3521a,_0x3264ac,_0x990c04){const _0x2e9991=_0xe3521a+':'+_0x3264ac+':'+_0x990c04;return this['_customCallbacks']['get'](_0x2e9991)||this['_defaultCallbacks']['get'](_0xe3521a+':'+_0x990c04);}['_registerDefaultCallbacks'](){const _0x3466b7=()=>!0x1,_0x10a9ce=_0x14ea00=>{_0x14ea00['sort']((_0x32c568,_0x2363a6)=>_0x32c568['start']['isBefore'](_0x2363a6['start'])?0x1:-0x1),this['_model']['change'](_0x9c2adc=>{for(const _0x1ae702 of _0x14ea00){let _0x3833c7;_0x3833c7=_0x1ae702['end']['isAtEnd']&&_0x1ae702['end']['parent']==_0x1ae702['start']['nodeAfter']?_0x9c2adc['createSelection'](_0x1ae702['start']['nodeAfter'],'on'):_0x9c2adc['createSelection'](_0x1ae702),this['_model']['deleteContent'](_0x3833c7,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x20a238=(_0x3c3b90,_0x49e721)=>{_0x49e721&&this['_model']['change'](_0xfce866=>{const {commandName:_0x151e15,commandParams:_0x922db3=[]}=_0x49e721,_0x11c19a=_0x3c3b90['map'](_0xb3a4df=>(Pt(_0xb3a4df)&&(_0xb3a4df=this['_model']['createRange'](_0xb3a4df['end'])),_0xb3a4df))['filter'](_0x49e2b0=>'$graveyard'!==_0x49e2b0['root']['rootName']);if(_0x11c19a['length']<0x1)return;const _0x122d1c=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x4f5375=>_0x586eec['fromRange'](_0x4f5375));_0xfce866['setSelection'](_0x11c19a);for(const _0x22b4b7 of this['_editor']['commands']['commands']())_0x22b4b7['refresh']();_0x922db3['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x151e15,..._0x922db3);const _0x9b9852=_0x122d1c['filter'](_0x48468e=>'$graveyard'!=_0x48468e['root']['rootName']);_0x9b9852['length']>0x0&&_0xfce866['setSelection'](_0x9b9852);for(const _0x9b9340 of _0x122d1c)_0x9b9340['detach']();});},_0x107a59=(_0x1cee74,_0x190844)=>0x1==_0x1cee74['length']&&0x1==_0x190844['length']&&_0x1cee74[0x0]['end']['isEqual'](_0x190844[0x0]['start']),_0x2ea59f=(_0x18e6a6,_0x2c4939,_0xe30cfb,_0xf2b25c)=>qt(_0x18e6a6,_0x2c4939,_0xe30cfb,_0xf2b25c)?[_0x18e6a6,_0x2c4939]:qt(_0x2c4939,_0x18e6a6,_0xf2b25c,_0xe30cfb)?[_0x2c4939,_0x18e6a6]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x3466b7),this['_defaultCallbacks']['set']('insertion:discard',_0x10a9ce),this['_defaultCallbacks']['set']('insertion:join',_0x107a59),this['_defaultCallbacks']['set']('insertion:chain',_0x2ea59f),this['_defaultCallbacks']['set']('deletion:accept',_0x10a9ce),this['_defaultCallbacks']['set']('deletion:discard',_0x3466b7),this['_defaultCallbacks']['set']('deletion:join',_0x107a59),this['_defaultCallbacks']['set']('deletion:chain',_0x2ea59f),this['_defaultCallbacks']['set']('formatInline:accept',_0x20a238),this['_defaultCallbacks']['set']('formatInline:discard',_0x3466b7),this['_defaultCallbacks']['set']('formatInline:join',_0x107a59),this['_defaultCallbacks']['set']('formatInline:chain',_0x3466b7),this['_defaultCallbacks']['set']('formatBlock:accept',_0x20a238),this['_defaultCallbacks']['set']('formatBlock:discard',_0x3466b7),this['_defaultCallbacks']['set']('formatBlock:join',_0x107a59),this['_defaultCallbacks']['set']('formatBlock:chain',_0x3466b7),this['_defaultCallbacks']['set']('attribute:accept',_0x3466b7),this['_defaultCallbacks']['set']('attribute:discard',(_0x141256,_0x1a1994)=>{if(!_0x1a1994)return;const _0x4cd341=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x129bdf=>{if(_0x1a1994['key']==m)for(const _0x2fb7d7 of _0x141256){const _0x27194b=_0x2fb7d7['start']['nodeAfter'],_0x2deacc=_0x1a1994['oldValue'];_0x129bdf['rename'](_0x27194b,_0x2deacc);}else{if(_0x4cd341['_isBlockAttribute'](_0x1a1994['key'])){for(const _0x5a1229 of _0x141256)void 0x0!==_0x1a1994['oldValue']?_0x129bdf['setAttribute'](_0x1a1994['key'],_0x1a1994['oldValue'],_0x5a1229['start']['nodeAfter']):_0x129bdf['removeAttribute'](_0x1a1994['key'],_0x5a1229['start']['nodeAfter']);}else{for(const _0x58d06a of _0x141256)_0x1a1994['oldValue']?_0x129bdf['setAttribute'](_0x1a1994['key'],_0x1a1994['oldValue'],_0x58d06a):_0x129bdf['removeAttribute'](_0x1a1994['key'],_0x58d06a);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x107a59);}}function Vt(_0x576d8f,_0x2592c7,_0x4d0a1b){for(const _0x3ce884 of _0x2592c7['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x3ce884['root']==_0x3ce884)return!0x1;if(!_0x4d0a1b['containsItem'](_0x3ce884))return!0x1;if(_0x576d8f['isObject'](_0x3ce884)||_0x576d8f['isLimit'](_0x3ce884))return!0x0;}return!0x1;}function Pt(_0x40a18){return _0x40a18['end']['parent']==_0x40a18['start']['nodeAfter']&&_0x40a18['end']['isAtStart'];}function Gt(_0x1b4372,_0x511b2f,_0x395206,_0x2ea342){const _0x29fddb=_0x225c96=>!_0x225c96['item']['is']('$textProxy')&&!_0x2ea342['isObject'](_0x225c96['item']),_0xdac91a=_0x1b4372['start']['getLastMatchingPosition'](_0x29fddb),_0x5468d3=_0x1b4372['end']['getLastMatchingPosition'](_0x29fddb,{'direction':'backward'});return(!_0x1b4372['start']['isEqual'](_0xdac91a)||!_0x1b4372['end']['isEqual'](_0x5468d3))&&(_0xdac91a['isBefore'](_0x5468d3)?_0x395206['updateMarker'](_0x511b2f,{'range':_0x395206['createRange'](_0xdac91a,_0x5468d3)}):_0x395206['removeMarker'](_0x511b2f),!0x0);}function Ft(_0x682fd){return _0x53a684(_0x682fd);}function Lt(_0x28e6c6){const _0x198fd4=_0x28e6c6['start']['nodeAfter'];return _0x198fd4&&_0x198fd4['is']('element');}function Jt(_0x2d4bc6,_0x1e58a8){return null==_0x2d4bc6['end']['nodeBefore']&&_0x2d4bc6['end']['parent']==_0x2d4bc6['start']['nodeAfter']?Ht(_0x2d4bc6['start']['nodeAfter'],_0x1e58a8):_0x2d4bc6;}function Ht(_0xec4401,_0x348266){const _0x47a976=_0x348266['schema']['isObject'](_0xec4401)||_0x348266['schema']['isSelectable'](_0xec4401);return _0x348266['createRange'](_0x348266['createPositionAt'](_0xec4401,'before'),_0x47a976?_0x348266['createPositionAfter'](_0xec4401):_0x348266['createPositionAt'](_0xec4401,'end'));}function qt(_0x41367a,_0x5abfc0,_0x2bd7bb,_0x24e77b){return!!zt(_0x41367a,_0x5abfc0)&&_0x2bd7bb['end']['isEqual'](_0x24e77b['start']);}function zt(_0x17e36e,_0x786bb){if(!_0x17e36e['_isDataLoaded']||!_0x786bb['_isDataLoaded'])return!0x1;const _0x27e299=new Set(Object['keys'](_0x17e36e['attributes'])),_0x46300b=new Set(Object['keys'](_0x786bb['attributes']));if(_0x27e299['delete']('groupId'),_0x46300b['delete']('groupId'),0x0==_0x27e299['size']&&0x0==_0x46300b['size'])return!0x0;if(_0x27e299['size']!=_0x46300b['size'])return!0x1;const _0x4b6d4d={..._0x17e36e['attributes']},_0x22a142={..._0x786bb['attributes']};return delete _0x4b6d4d['groupId'],delete _0x22a142['groupId'],JSON['stringify'](_0x4b6d4d)==JSON['stringify'](_0x22a142);}function Kt(_0x2480cb,_0x586d7c){const _0x1cfb54=Wt(_0x2480cb['attributes']),_0x4d5f89=Wt(_0x586d7c);if(!_0x2480cb['_isDataLoaded'])return!0x1;for(const _0x39a40d of Object['keys'](_0x4d5f89))if(!_0x57bd10(_0x1cfb54[_0x39a40d],_0x4d5f89[_0x39a40d]))return!0x1;return!0x0;}function Wt(_0x56daff){const _0x10ce18=Object['assign']({},_0x56daff);return delete _0x10ce18['skipNestingCheck'],delete _0x10ce18['tablePasteChainId'],_0x10ce18;}class Ce extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x1650d1(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x48275c,_0x2c4662,_0x31b155,_0x1046ca){super(),this['model']=_0x2c4662,this['view']=_0x31b155,this['commentThreadController']=_0x1046ca,this['_editor']=_0x48275c,this['_acceptCommand']=_0x48275c['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x48275c['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x4e7cac,_0xbaa16e)=>_0x4e7cac||_0xbaa16e),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x468a62=>_0x468a62&&this['_editor']['model']['canEditAt'](_0x2c4662['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x3e6993=>_0x3e6993&&this['_editor']['model']['canEditAt'](_0x2c4662['getRanges']())),this['_pendingAction']=null,_0x31b155['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x31b155,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x31b155,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x31b155,'change:isDirty',()=>{_0x31b155['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 _0x35c0e0=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x35c0e0);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class as extends _0x1a930b{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x5c51f0,_0x37e1bc,_0x5aed4e,_0x2aebe0){super(_0x5c51f0),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x2f60bd(_0x5c51f0,o(_0x5c51f0,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x37e1bc['authoredAt']),this['bind']('authoredAt')['to'](_0x37e1bc),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',_0x37e1bc,'authoredAt',this,'descriptionParts',(_0x31c9eb,_0x2ac4a7,_0x121eb1)=>{const _0x34832f=_0x121eb1['map'](_0x3c04b8=>ns(_0x3c04b8['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x31c9eb-0x1,_0x37e1bc['author']['name'],_0x2ac4a7?_0x2aebe0['formatDateTime'](_0x2ac4a7):'',new DOMParser()['parseFromString'](_0x34832f,'text/html')['body']['textContent']]);}),this['focusables']=new _0xaceeb9(),this['focusTracker']=new _0x46cbc8(),this['keystrokes']=new _0x4cf71c(),this['focusCycler']=new ts({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x4102db=>_0x4102db['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x37e1bc,this['_localUser']=_0x5aed4e,this['_config']=_0x2aebe0,_0x2aebe0['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x2b79c1(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0xd1e864}=this['_config'];this['commentsListView']=new _0xd1e864(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',_0x4596dc=>_0x4596dc+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x59a21a,_0x1387cb)=>_0x59a21a||!!_0x1387cb);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x2f3fbd}=this['_config'],_0x4e279f=new _0x2f3fbd(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x1b864f=_0x4e279f['commentInputView'];return _0x4e279f['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x1b864f,'value',(_0x5ab620,_0x5e8a30,_0x213c99)=>!!_0x213c99||_0x5ab620&&!_0x5e8a30),_0x1b864f['on']('submit',(_0xb864c8,_0x291981)=>{this['fire']('addComment',_0x291981),_0x1b864f['editor']['setData']('');}),_0x1b864f['on']('cancel',()=>this['focus']()),_0x1b864f['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x4e279f;}}class pe extends as{['suggestionView'];['_descriptionElement'];constructor(_0x4f1e09,_0xd8f80b,_0x4b6298,_0x4d7815){super(_0x4f1e09,_0xd8f80b,_0x4b6298,_0x4d7815),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x317f3d=>_0x317f3d&&_0x317f3d[0x0]?_0x317f3d[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x56e752,_0x47a89c)=>{let _0x582b93='';for(const _0x39d334 of _0x56e752)_0x582b93+='<p>'+ns(_0x39d334['content'],_0x39d334['color'])+'</p>';return _0x47a89c?_0x582b93:_0x465eab(_0x582b93,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x4d7815['SuggestionView'](_0x4f1e09,_0xd8f80b,{'formatDateTime':_0x4d7815['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 _0x5d9642=this['bindTemplate'],_0x4de048=[this['suggestionView']];return this['commentsListView']&&_0x4de048['push'](this['commentsListView']),this['commentThreadInputView']&&_0x4de048['push'](this['commentThreadInputView']),_0x4de048['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x5d9642['if']('isActive','ck-suggestion-wrapper--active'),_0x5d9642['to']('type',_0x112601=>'ck-suggestion-'+_0x112601),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':_0x5d9642['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x4de048};}['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 _0x1a930b{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x17da1e,_0x39d478,_0x54440b){super(_0x17da1e),this['_model']=_0x39d478,this['_config']=_0x54440b,this['set']('description',''),this['bind']('authoredAt')['to'](_0x39d478),this['acceptButton']=this['_createButton'](o(_0x17da1e,'Accept\x20suggestion'),_0x59567f['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x17da1e,'Discard\x20suggestion'),_0x59567f['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x4c2606(_0x17da1e,_0x39d478['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0xaceeb9([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x46cbc8(),this['keystrokes']=new _0x4cf71c(),this['focusCycler']=new ts({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x17d607=>_0x17d607['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x4c08f3=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x4c08f3['innerHTML']=this['description'],this['on']('change:description',(_0x588e07,_0x2a871b,_0x6e20c9)=>{_0x4c08f3['innerHTML']=_0x6e20c9;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x3460f9=this['bindTemplate'],_0x33e42e=[{'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':_0x3460f9['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x3460f9['to']('authoredAt',_0x522b27=>this['_config']['formatDateTime'](_0x522b27))}]}]},{'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']&&_0x33e42e['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':_0x33e42e}]};}['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'](_0x4d0fa2,_0x29bdd9,_0x35d342,_0x8f71e0,_0xe9b0fd){const _0xb6b372=new _0xc3fda0(this['locale']);return _0xb6b372['set']({'label':_0x4d0fa2,'icon':_0x29bdd9,'tooltip':!0x0,'tooltipPosition':_0xe9b0fd}),_0xb6b372['extendTemplate']({'attributes':{'class':_0x35d342}}),_0xb6b372['on']('execute',()=>{this['fire'](_0x8f71e0,this['_model']['id']);}),_0xb6b372;}['_setupKeyboardNavigation'](){const _0x2204c1=this['element'];this['keystrokes']['listenTo'](_0x2204c1);for(const _0xfc23fa of this['focusables'])this['focusTracker']['add'](_0xfc23fa['element']),this['keystrokes']['listenTo'](_0xfc23fa['element']);this['keystrokes']['set']('enter',(_0xc5ecc4,_0xe58b8a)=>{_0x2204c1===_0xc5ecc4['target']&&(this['focusCycler']['focusFirst'](),_0xe58b8a());}),this['keystrokes']['set']('esc',(_0x48cd6d,_0x1ec89f)=>{_0x2204c1!==_0x48cd6d['target']&&(this['focus'](),_0x1ec89f());});}}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 _0x1a323e{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x568dab,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xd997cf){super(_0xd997cf),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x156976=this['editor']['config'];_0x156976['define']('trackChanges.SuggestionThreadView',pe),_0x156976['define']('trackChanges.SuggestionView',fe),_0x156976['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x156976['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x4e3d7f,_0x597e11){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x11ef5d,_0x4384ea]of this['_handleControllerBuffer']){const _0x15351b=this['_suggestionToController']['has'](_0x11ef5d);_0x15351b||_0x4384ea?_0x15351b&&_0x4384ea&&this['_destroyController'](_0x11ef5d):this['_initializeController'](_0x11ef5d);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x4e3d7f,_0x597e11);}['init'](){const _0x46c463=this['editor'],_0x362bd1=_0x46c463['plugins']['get']('TrackChangesEditing'),_0x2276be=_0x46c463['plugins']['get']('Annotations'),_0x2562b5=_0x46c463['plugins']['get']('EditorAnnotations'),_0x91b76=_0x46c463['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x2562b5['addSourceCollector'](()=>{const _0x15b544=[];for(const [_0x42b3a2,_0x3c762f]of Array['from'](this['_suggestionToController'])){const _0x41e0e2=_0x42b3a2['getAllAdjacentSuggestions'](),_0x20b77e=[];for(const _0x287f70 of _0x41e0e2){if(!_0x287f70['isInContent'])continue;if(_0x287f70['isMultiRange']){_0x20b77e['push'](..._0x287f70['getRanges']());continue;}const _0xa103b=_0x287f70['getFirstRange']();if(_0x20b77e['length']>0x0){const _0x1334e0=_0x20b77e[0x0]['getJoined'](_0xa103b);if(_0x1334e0){_0x20b77e[0x0]=_0x1334e0;continue;}}_0x20b77e['push'](_0xa103b);}_0x15b544['push']([_0x3c762f['view'],_0x20b77e]);}return _0x15b544;}),this['listenTo'](_0x362bd1,'suggestionLoaded',(_0x5dd75e,_0x218e21)=>{this['listenTo'](_0x218e21,'change:previous',(_0x1699ab,_0x54c1a3,_0x79e1a6,_0x4ee892)=>{_0x218e21['isInContent']&&(null==_0x79e1a6?(this['_updateController'](_0x4ee892['head']),this['_handleSuggestionControllerDelayed'](_0x218e21,!0x1)):(this['_updateController'](_0x79e1a6['head']),null==_0x4ee892&&this['_handleSuggestionControllerDelayed'](_0x218e21,!0x0)));}),null!==_0x218e21['previous']?this['_updateController'](_0x218e21['head']):this['_handleSuggestionControllerDelayed'](_0x218e21,!0x1);}),this['listenTo'](_0x362bd1,'suggestionUnloaded',(_0x2463aa,_0x1ac761,_0x31a34a)=>{this['stopListening'](_0x1ac761,'change:previous'),this['_handleControllerBuffer']['delete'](_0x1ac761),this['_suggestionToController']['has'](_0x1ac761)&&this['_destroyController'](_0x1ac761),_0x31a34a&&this['_updateController'](_0x31a34a['head']);}),this['listenTo'](_0x362bd1,'suggestionChanged',(_0x33d522,_0x663cc3)=>{this['_updateController'](_0x663cc3);}),this['listenTo'](_0x2276be,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x91b76,'addComment',(_0x1174d4,{threadId:_0x3130ab,isFromAdapter:_0x35b51c})=>{if(_0x35b51c||!_0x362bd1['hasSuggestion'](_0x3130ab))return;const _0x54c5c=_0x362bd1['getSuggestion'](_0x3130ab);this['_suggestionToController']['get'](_0x54c5c)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x578657=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x374d23;for(const _0x413b8b in _0x578657){const _0x4c6f4d=_0x413b8b,_0x591955=_0x578657[_0x4c6f4d];if('trackChangesLicenseKeyValid'==_0x591955||'trackChangesLicenseKeyInvalid'==_0x591955||'trackChangesLicenseKeyExpired'==_0x591955||'trackChangesLicenseKeyDomainLimit'==_0x591955||'trackChangesLicenseKeyNotAllowed'==_0x591955||'trackChangesLicenseKeyEvaluationLimit'==_0x591955||'trackChangesLicenseKeyTrialLimit'==_0x591955||'trackChangesLicenseKeyUsageLimit'==_0x591955){delete _0x578657[_0x4c6f4d],_0x374d23=_0x591955,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x374d23&&_0x578657['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x374d23&&_0x578657['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x374d23&&_0x578657['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x374d23&&_0x578657['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x374d23&&_0x578657['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x374d23&&_0x578657['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyUsageLimit'==_0x374d23&&_0x578657['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0x3aa99a=this['editor']['plugins']['get']('Annotations'),_0x5595c1=this['editor']['plugins']['get']('TrackChangesEditing'),_0x40854a=Array['from'](_0x3aa99a['activeAnnotations'],_0x3a1265=>_0x3a1265['innerView'])['filter'](_0x831e15=>this['_viewToController']['has'](_0x831e15)),_0x1ac3ff=[];for(const _0x1bbafd of _0x40854a){const _0x2278de=this['_viewToController']['get'](_0x1bbafd)['model']['getAllAdjacentSuggestions']();_0x1ac3ff['push'](..._0x2278de['reduce']((_0x28e3e6,_0x4761fb)=>[..._0x28e3e6,..._0x4761fb['getMarkerNames']()],[]));}_0x5595c1['activeMarkers']=_0x1ac3ff;}['_addUIComponentsToFactory'](){const _0x830784=this['editor'],_0x1c2379=_0x830784['locale'],_0x241f62=o(_0x1c2379,'Track\x20changes'),_0x57890d=new _0x598863([{'type':'switchbutton','model':new _0x4028b7({'withText':!0x0,'isToggleable':!0x0,'label':_0x241f62,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x4028b7({'withText':!0x0,'label':o(_0x1c2379,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x4028b7({'withText':!0x0,'label':o(_0x1c2379,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x4028b7({'withText':!0x0,'label':o(_0x1c2379,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x4028b7({'withText':!0x0,'label':o(_0x1c2379,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x830784['plugins']['has']('TrackChangesPreview')&&_0x57890d['addMany']([{'type':'separator'},{'type':'button','model':new _0x4028b7({'withText':!0x0,'label':o(_0x1c2379,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x2fc1e6 of _0x57890d)if(ke(_0x2fc1e6)){const _0x2deb7a=_0x830784['commands']['get'](_0x2fc1e6['model']['commandName']);_0x2fc1e6['model']['bind']('isOn','isEnabled')['to'](_0x2deb7a,'value','isEnabled');}_0x830784['ui']['componentFactory']['add']('trackChanges',_0x24437c=>this['_createToolbarButton'](_0x24437c,_0x57890d,_0x241f62)),_0x830784['ui']['componentFactory']['add']('menuBar:trackChanges',_0x47e748=>this['_createMenuBarMenu'](_0x47e748,_0x57890d,_0x241f62));}['_createToolbarButton'](_0x379c53,_0x5ae6f2,_0x36792c){const _0x3027f3=_0x28298e(_0x379c53,_0x5169d1),_0x467e84=this['editor']['commands']['get']('trackChanges');_0x3027f3['buttonView']['set']({'tooltip':_0x36792c,'label':_0x36792c,'icon':we}),_0x3027f3['buttonView']['bind']('isOn')['to'](_0x467e84,'value'),_0x3027f3['buttonView']['on']('execute',()=>{_0x467e84['execute'](),this['editor']['editing']['view']['focus']();}),_0x1eac00(_0x3027f3,_0x5ae6f2,{'role':'menu'});const _0x30d6a5=[];for(const _0x1a515d of _0x5ae6f2)ke(_0x1a515d)&&_0x30d6a5['push'](this['editor']['commands']['get'](_0x1a515d['model']['commandName']));const _0x3a7fa5=_0x3027f3['buttonView'];return _0x3a7fa5['actionView']['unbind']('isEnabled'),_0x3a7fa5['arrowView']['unbind']('isEnabled'),_0x3a7fa5['actionView']['bind']('isEnabled')['to'](_0x467e84,'isEnabled'),_0x3a7fa5['arrowView']['bind']('isEnabled')['toMany'](_0x30d6a5,'isEnabled',(..._0x322ae5)=>_0x322ae5['some'](_0x2ae2ec=>_0x2ae2ec)),_0x3027f3['on']('execute',_0x317a1b=>{this['editor']['execute'](_0x317a1b['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x3027f3;}['_createMenuBarMenu'](_0x30f016,_0x8906f7,_0x4af289){const _0x2cb141=new _0x3762ef(_0x30f016),_0x5b2e37=this['editor']['commands']['get']('trackChanges');_0x2cb141['buttonView']['set']({'label':_0x4af289,'icon':we});const _0x3e7e92=new _0x1c9a5c(_0x30f016);for(const _0x255fa4 of _0x8906f7){if('separator'==_0x255fa4['type']){_0x3e7e92['items']['add'](new _0x2b241a(_0x30f016));continue;}const _0x1eff02=new _0x3d1723(_0x30f016,_0x2cb141),_0x39871e=new _0x3cc692(_0x30f016),_0x2ba2e3=_0x255fa4['model'];_0x39871e['bind'](...Object['keys'](_0x2ba2e3))['to'](_0x2ba2e3),_0x39871e['delegate']('execute')['to'](_0x2cb141),_0x39871e['on']('execute',()=>{this['editor']['execute'](_0x2ba2e3['commandName']),this['editor']['editing']['view']['focus']();}),_0x1eff02['children']['add'](_0x39871e),_0x3e7e92['items']['add'](_0x1eff02);}return _0x2cb141['bind']('isEnabled')['to'](_0x5b2e37,'isEnabled'),_0x2cb141['panelView']['children']['add'](_0x3e7e92),_0x2cb141;}['_initializeController'](_0x1d9b31){const _0x5ea4e5=this['editor'],_0x442ca2=_0x5ea4e5['config'],_0x3de478=_0x5ea4e5['plugins']['get']('Annotations'),_0x14c1c8=_0x5ea4e5['plugins']['get']('CommentsRepository'),_0x451c92=_0x5ea4e5['plugins']['get']('EditorAnnotations'),_0x128b16=_0x5ea4e5['plugins']['get'](_0x568dab)['me'],_0x21734a=_0x442ca2['get']('trackChanges')['SuggestionThreadView'],_0x283e68=_0x442ca2['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x2b691d,CommentThreadInputView:_0x1d75ca}=_0x5ea4e5['plugins']['get']('CommentsUI');let _0x2cd146,_0x4a1832,_0x139232;this['_annotationViews']['has'](_0x1d9b31['id'])?(_0x4a1832=this['_annotationViews']['get'](_0x1d9b31['id']),_0x2cd146=_0x4a1832['mainView']):(_0x2cd146=new _0x21734a(_0x5ea4e5['locale'],_0x1d9b31,_0x128b16,{'disableComments':this['_disableComments'],'editorConfig':{..._0x442ca2['get']('comments.editorConfig'),'licenseKey':_0x442ca2['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x442ca2['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x442ca2['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x442ca2['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x30f3f3(_0x442ca2['get']('locale')),'CommentView':_0x442ca2['get']('comments')['CommentView'],'CommentsListView':_0x2b691d,'CommentThreadInputView':_0x1d75ca,'SuggestionView':_0x283e68}),_0x2cd146['suggestionView']['acceptButton']['on']('execute',()=>{_0x5ea4e5['editing']['view']['focus']();}),_0x2cd146['suggestionView']['discardButton']['on']('execute',()=>{_0x5ea4e5['editing']['view']['focus']();}),_0x4a1832=_0x3de478['createAnnotationView'](this['editor']['locale'],_0x2cd146),_0x4a1832['bind']('isDirty')['to'](_0x2cd146,'isDirty'),_0x4a1832['bind']('length')['to'](_0x2cd146),_0x4a1832['bind']('type')['to'](_0x2cd146,'type',_0x46f36c=>'suggestion-'+_0x46f36c),_0x2cd146['on']('escape',()=>{_0x139232['fire']('escape');}),this['_annotationViews']['set'](_0x1d9b31['id'],_0x4a1832));const _0x3afb1f=_0x14c1c8['createCommentThreadController'](_0x1d9b31['commentThread'],_0x2cd146),_0x1f5fd4=new Ce(_0x5ea4e5,_0x1d9b31,_0x2cd146,_0x3afb1f),_0x4f9edf=_0x1d9b31['getAllAdjacentSuggestions']()['filter'](_0x1c01b0=>_0x1c01b0['isInContent']);_0x2cd146['descriptionParts']=_0x5ea4e5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x4f9edf),this['_suggestionToController']['set'](_0x1d9b31,_0x1f5fd4),this['_viewToController']['set'](_0x2cd146,_0x1f5fd4),_0x139232=_0x3de478['createAnnotation']({'view':_0x4a1832,'target':()=>{const _0x227a33=[],_0x124c0f=_0x1d9b31['getAllAdjacentSuggestions']()['filter'](_0x591d88=>_0x591d88['isInContent']);for(const _0x330a4f of _0x124c0f)_0x227a33['push'](..._0x330a4f['getMarkers']());return _0x3d0e7a(_0x5ea4e5['editing'],_0x227a33);},'type':()=>'suggestion-'+_0x1f5fd4['view']['type']}),_0x14c1c8['_bindAnnotationToEditors'](_0x2cd146,_0x139232),_0x3de478['add'](_0x139232),_0x451c92['registerAnnotation'](_0x139232);}['_destroyController'](_0x392388){const _0x2a2ef7=this['editor']['plugins']['get']('CommentsRepository'),_0x485726=this['editor']['plugins']['get']('Annotations'),_0xd0e0d7=this['_suggestionToController']['get'](_0x392388),_0x3f5ff7=_0xd0e0d7['view'],_0x5a70d0=_0x485726['getByInnerView'](_0x3f5ff7);_0x2a2ef7['_unbindEditors'](_0x3f5ff7),_0x5a70d0&&_0x485726['remove'](_0x5a70d0),this['_suggestionToController']['delete'](_0x392388),this['_viewToController']['delete'](_0x3f5ff7),_0xd0e0d7['destroy']();}['_updateController'](_0x186565){if(!_0x186565['isInContent']||!this['_suggestionToController']['has'](_0x186565))return;const _0x3b7c8a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x149ed4=this['_suggestionToController']['get'](_0x186565),_0x496efd=_0x186565['getAllAdjacentSuggestions']();_0x149ed4['view']['descriptionParts']=_0x3b7c8a['descriptionFactory']['getDescriptions'](_0x496efd);}['destroy'](){for(const _0x39b4e2 of this['_suggestionToController']['keys']())this['_destroyController'](_0x39b4e2);for(const _0x5a5026 of this['_annotationViews']['values']())_0x5a5026['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function ke(_0x3b426f){return'model'in _0x3b426f;}class k extends _0x1a323e{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x1b8282){this['editor']['plugins']['get'](p)['adapter']=_0x1b8282;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x30233d){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x30233d);}['getSuggestions']({skipNotAttached:_0x599beb=!0x1,toJSON:_0x26e3c5=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x599beb,'toJSON':_0x26e3c5});}['getSuggestion'](_0xffcfa){return this['editor']['plugins']['get'](p)['getSuggestion'](_0xffcfa);}}const w=['Pagination'];class T extends _0x1a323e{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x35818e=this['editor'];if(_0x35818e['config']['define']('trackChangesData.editorCreator',_0x9365f0=>{const _0x2332d3=_0x35818e['model']['document']['getRootNames']()['reduce']((_0x17737f,_0x189eb4)=>(_0x17737f[_0x189eb4]='',_0x17737f),{});return _0x35818e['constructor']['create'](_0x2332d3,_0x9365f0);}),'function'!=typeof _0x35818e['config']['get']('trackChangesData')['editorCreator'])throw new _0x5b6f25('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x2d3893){return N(this['editor'],!0x0,_0x2d3893);}['getDataWithDiscardedSuggestions'](_0xdd238b){return N(this['editor'],!0x1,_0xdd238b);}}class D extends _0x1a323e{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x27ed54){function _0x4d929d(_0x1da0ff){return _0x1da0ff['map'](_0x4b2120=>String['fromCharCode'](_0x4b2120))['join']('');}super(_0x27ed54),this['result']='end',_0x27ed54[_0x4d929d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4d929d([0x76,0x69,0x65,0x77])][_0x4d929d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4d929d([0x61,0x75,0x74,0x6f]),_0x27ed54[_0x4d929d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x4d929d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4d929d([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x4d929d([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x4d929d([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(_0x475039){return void 0x0!==_0x475039['getRootsAttributes'];}async function N(_0x45f558,_0x3babca,_0x17d8bd){const _0x237f42=_0x4b443c(_0x45f558,w);_0x237f42['plugins']['push'](p,D),_0x237f42['rootsAttributes']=Fe(_0x45f558)?_0x45f558['getRootsAttributes']():void 0x0;const _0x4ca1b6=document['createDocumentFragment'](),_0x3d807c=_0x45f558['config']['get']('trackChangesData')['editorCreator'],_0x3208c6=await _0x3d807c(_0x237f42,()=>function(_0x39d1d4){const _0x3369bb=document['createElement']('div');return _0x39d1d4['appendChild'](_0x3369bb),_0x3369bb;}(_0x4ca1b6));!function(_0x82e4de,_0x2003b9){const _0x121145=_0x82e4de['model']['document']['getRootNames']()['reduce']((_0x33da2d,_0x4a58eb)=>(_0x33da2d[_0x4a58eb]=_0x82e4de['data']['get']({'rootName':_0x4a58eb}),_0x33da2d),{}),_0x34eaff=_0x82e4de['plugins']['get']('Users')['users']['map'](_0x1f2985=>({'id':_0x1f2985['id'],'name':_0x1f2985['name']})),_0x111847=_0x82e4de['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x42afb5=_0x82e4de['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x26ed8b=_0x2003b9['plugins']['get']('Users'),_0x188be1=_0x2003b9['plugins']['get']('TrackChangesEditing'),_0x322330=_0x2003b9['plugins']['get']('CommentsRepository');for(const _0x10c3fb of _0x322330['getCommentThreads']())_0x10c3fb['remove']();for(const _0x4b7980 of _0x34eaff)_0x26ed8b['getUser'](_0x4b7980['id'])||_0x26ed8b['addUser'](_0x4b7980);_0x26ed8b['me']||_0x26ed8b['useAnonymousUser']();for(const _0x5ecb75 of _0x42afb5)_0x322330['addCommentThread'](_0x5ecb75);for(const _0x10e514 of _0x111847)_0x188be1['addSuggestionData'](_0x10e514);_0x2003b9['data']['set'](_0x121145);}(_0x45f558,_0x3208c6),_0x3208c6['execute'](_0x3babca?'acceptAllSuggestions':'discardAllSuggestions');const _0x48682b=Fe(_0x3208c6)?_0x3208c6['getFullData'](_0x17d8bd):_0x3208c6['data']['get'](_0x17d8bd);return await _0x3208c6['destroy'](),_0x48682b;}class Me extends _0x1a930b{['options'];constructor(_0x25521f,_0x5bc150){super(_0x25521f),this['options']=_0x5bc150,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'](_0x522273,_0x4a0868){if(!this['element'])return;const _0x49ccef=[];for(const [_0xaa1f3a,_0x4343e8]of _0x522273){const _0xc97bf=document['createElement']('div');_0xc97bf['setAttribute']('data-ck-root-name',_0xaa1f3a),_0xc97bf['className']=_0x4343e8['classes']+'\x20ck-track-changes-preview__root-container',_0xc97bf['innerHTML']=_0x4343e8['content'],_0x49ccef['push'](_0xc97bf);}_0x4a0868(this['element'],_0x49ccef),this['element']['style']['width']='',this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class re extends Qt{constructor(_0x4ce92c){super(_0x4ce92c),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x149740=this['editor'],_0x13f5aa=_0x149740['locale'],_0x3f0f1c=_0x149740['plugins']['get']('Dialog');let _0xd4f702;const _0x5ddbe2=function(_0x1b9f0c){const _0x5e1790={};if('editables'in _0x1b9f0c['ui']['view']){for(const [_0x24a547,_0x25aa29]of Object['entries'](_0x1b9f0c['ui']['view']['editables']))_0x5e1790[_0x24a547]=_0x25aa29['element'];}else _0x5e1790[_0x1b9f0c['model']['document']['getRootNames']()[0x0]]=_0x1b9f0c['ui']['view']['editable']['element'];return _0x5e1790;}(_0x149740),_0x9bd1c6=function(_0x102de1){let _0x4dd88b=0x0;for(const _0x412529 of Object['values'](_0x102de1))_0x4dd88b=Math['max'](_0x4dd88b,_0x412529['getBoundingClientRect']()['width']);let _0x393bd4=0x0;for(const _0x57dfdf of Object['values'](_0x102de1))_0x393bd4+=_0x57dfdf['getBoundingClientRect']()['height'];const _0x2e08b1=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x435fc0=Math['min'](_0x393bd4,_0x2e08b1);return{'width':_0x4dd88b,'height':_0x435fc0};}(_0x5ddbe2);_0x3f0f1c['show']({'id':'finalContentPreview','title':o(_0x13f5aa,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new Me(_0x13f5aa,{'dialogRects':_0x9bd1c6}),'onHide':()=>{_0xd4f702['detachFromDom']();},'onShow':()=>{_0x149740['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x2c4f02=>{const _0x31a4a3=this['_standarizeRootsData'](_0x2c4f02,_0x149740,_0x5ddbe2);_0x3f0f1c['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x31a4a3,_0x149740['config']['get']('trackChanges.preview.renderFunction'));}),_0xd4f702=new _0x33d22b(_0x13f5aa,[_0x3f0f1c['view']]),_0xd4f702['attachToDom'](),_0xd4f702['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x149740['once']('destroy',()=>{_0xd4f702['detachFromDom']();});const _0x29c705=_0x3f0f1c['view']['headerView']['class'];_0x3f0f1c['view']['headerView']['class']=_0x29c705?_0x29c705+'\x20ck-reset_all':'ck-reset_all',_0x3f0f1c['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x3f0f1c['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x16623f=this['editor']['plugins']['get']('MergeFieldsEditing'),_0x361843=_0x16623f['previewMode'],_0xc13c49={};if('$labels'===_0x361843){for(const _0x1e7b6a of _0x16623f['getMergeFieldsIds']())_0xc13c49[_0x1e7b6a]=_0x16623f['getLabel'](_0x1e7b6a)||_0x1e7b6a;}else{const _0x2de98c='$defaultValues'===_0x361843?_0x16623f['getDefaultValues']():_0x16623f['getDataSetValues'](_0x361843,!0x0);for(const _0xb93a95 of Object['entries'](_0x2de98c)){const [_0x477a5b,_0x159db1]=_0xb93a95;_0xc13c49[_0x477a5b]=null!==_0x159db1?_0x159db1:_0x16623f['getLabel'](_0x477a5b)||_0x477a5b;}}return{'mergeFieldsData':_0xc13c49};}['_standarizeRootsData'](_0x27999a,_0x22236f,_0x408c25){let _0x338659;if('string'==typeof _0x27999a){const _0x53cec6=_0x22236f['model']['document']['getRootNames']()[0x0];_0x338659={[_0x53cec6]:_0x27999a};}else _0x338659=_0x27999a;const _0x51e07b=this['_fixMediaEmbeds'](_0x338659,_0x22236f),_0x11d3a7=function(_0x2ffc46,_0x3737aa){for(const [_0x515ffa,_0x370cbe]of _0x2ffc46)_0x370cbe['classes']=_0x3737aa[_0x515ffa]['classList']['value']['replace']('ck-focused','');return _0x2ffc46;}(this['_sortRoots'](_0x22236f)['reduce']((_0x35dab9,_0x55e9ba)=>(_0x35dab9['push']([_0x55e9ba,{'content':_0x51e07b[_0x55e9ba],'classes':''}]),_0x35dab9),[]),_0x408c25);return _0x11d3a7;}['_fixMediaEmbeds'](_0x25cdac,_0xd870d7){if(!_0xd870d7['plugins']['has']('MediaEmbedEditing'))return _0x25cdac;const _0x3d1859=_0xd870d7['plugins']['get']('MediaEmbedEditing');for(const [_0x506160,_0x49c0a9]of Object['entries'](_0x25cdac)){const _0x2055dc=document['createElement']('div');_0x2055dc['innerHTML']=_0x49c0a9,(_0x2055dc['querySelectorAll']('figure.media')['forEach'](_0x43f36e=>{const _0x2a0413=_0x43f36e['querySelector']('oembed');if(_0x2a0413){const _0x2a53a8=_0x2a0413['getAttribute']('url');if(_0x2a53a8){const _0x164fee=_0x3d1859['registry']['getMediaViewElement'](new _0x245819(_0xd870d7['editing']['view']['document']),_0x2a53a8,{'elementName':'','renderForEditingView':!0x0}),_0x5746c0=document['createElement']('div');_0x5746c0['classList']['add']('ck-media__wrapper'),_0x164fee['render'](_0x5746c0,_0xd870d7['editing']['view']['domConverter']),_0x2a0413['replaceWith'](_0x5746c0);}}}),_0x25cdac[_0x506160]=_0x2055dc['innerHTML']);}return _0x25cdac;}['_sortRoots'](_0x56c165){if(!function(_0x13528b){return void 0x0!==_0x13528b['getRootsAttributes'];}(_0x56c165))return _0x56c165['model']['document']['getRootNames']();const _0xaddcdd=[],_0x4e2cf0=new Map();for(const _0x234f38 of _0x56c165['model']['document']['getRootNames']()){const _0x218f69=_0x56c165['editing']['view']['getDomRoot'](_0x234f38)['getClientRects']()['item'](0x0);_0xaddcdd['push'](_0x234f38),_0x4e2cf0['set'](_0x234f38,_0x218f69);}return _0xaddcdd['sort']((_0x51c589,_0x499fb5)=>{const _0x216211=_0x4e2cf0['get'](_0x51c589),_0x4c74f8=_0x4e2cf0['get'](_0x499fb5);return _0x216211['y']-_0x4c74f8['y']||_0x216211['x']-_0x4c74f8['x'];}),_0xaddcdd;}}class te extends _0x1a323e{static get['requires'](){return[T,_0x4f349e];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1583fa){super(_0x1583fa),_0x1583fa['commands']['add']('previewFinalContent',new re(this['editor'])),_0x1583fa['config']['define']('trackChanges.preview.renderFunction',(_0x4b356f,_0x3183a3)=>{for(const _0x2f1edb of _0x3183a3)_0x4b356f['appendChild'](_0x2f1edb);});}}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};
|