@ckeditor/ckeditor5-track-changes 46.0.2-alpha.1 → 46.0.2
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 +4 -4
- package/package.json +27 -27
- package/src/trackchangesediting.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
24
|
-
_0x576ce0(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_originalSuggestionId'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x7fea54,_0xe39a81){super(),this['id']=_0xe39a81['id'],this['type']=_0xe39a81['type'],this['subType']=_0xe39a81['subType']||null,this['author']=_0xe39a81['author'],this['creator']=_0xe39a81['creator']||_0xe39a81['author'],this['isExternal']=Boolean(_0xe39a81['attributes']&&_0xe39a81['attributes']['@external']),this['data']=null,this['_originalSuggestionId']=_0xe39a81['originalSuggestionId']||null,this['_model']=_0x7fea54,this['_onAccept']=_0xe39a81['onAccept'],this['_onDiscard']=_0xe39a81['onDiscard'],this['_onAttributesChange']=_0xe39a81['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0xe39a81['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 _0x457b35=this;for(;_0x457b35['previous'];)_0x457b35=_0x457b35['previous'];return _0x457b35;}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'](_0x5a4150){this['_markerNames']['add'](_0x5a4150);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x39bc68=>this['_model']['markers']['get'](_0x39bc68))['filter'](_0x1df0ac=>_0x1df0ac);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x43e22a=>{for(const _0x28e5d0 of this['getMarkers']())_0x43e22a['removeMarker'](_0x28e5d0);}),this['_markerNames']['clear']();}['removeMarker'](_0x58ddf7){this['_model']['change'](_0x23c6f7=>{_0x23c6f7['removeMarker'](_0x58ddf7);}),this['_markerNames']['delete'](_0x58ddf7);}['addRange'](_0x22a55e){const _0x239ca9='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+T['getMultiRangeId']();this['addMarkerName'](_0x239ca9),this['_model']['change'](_0xb493a5=>{_0xb493a5['addMarker'](_0x239ca9,{'range':_0x22a55e,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x472d8d){for(const _0x1ba936 of this['getRanges']())if(_0x1ba936['isIntersecting'](_0x472d8d))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x46b777=>_0x46b777['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x439346,_0x4a6fae)=>[..._0x439346,..._0x4a6fae['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x3be9e3=this['getRanges']();if(0x1!=_0x3be9e3['length'])return null;const _0x4763bb=_0x3be9e3[0x0],_0x276468=_0x4763bb['start']['nodeAfter'],_0x48a661=_0x4763bb['end']['nodeBefore'];return _0x276468 instanceof _0x37587a?_0x276468!=_0x48a661?null:_0x276468: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 _0xeb8c3f=[];let _0x1aed28=this['head'];for(;_0x1aed28;)_0xeb8c3f['push'](_0x1aed28),_0x1aed28=_0x1aed28['next'];return _0xeb8c3f;}['setAttribute'](_0x58dfc7,_0xf9d80a){const _0x240cc1=_0x13acd2(this['attributes']);_0x3cf6c4(_0x240cc1,_0x58dfc7,_0xf9d80a),_0x34bf70(_0x240cc1,this['attributes'])||(this['attributes']=_0x240cc1,this['_onAttributesChange'](_0x240cc1));}['removeAttribute'](_0x2c16e7){const _0x32eeec=_0x13acd2(this['attributes']);_0x2a7eef(_0x32eeec,_0x2c16e7),_0x34bf70(_0x32eeec,this['attributes'])||(this['attributes']=_0x32eeec,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 _0x3b5d55()['substr'](0x1,0x5);}}function o(_0x544657,_0x480fb3,_0x548d82){const _0x51f4de=_0x544657['t'],t=_0x544657['t'];switch(_0x480fb3){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',_0x548d82);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x548d82);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x548d82);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x548d82);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x548d82);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',_0x548d82);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x548d82);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',_0x548d82);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x548d82);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x548d82);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x548d82);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x548d82);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x548d82);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x548d82);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x548d82);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x548d82);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x548d82);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x548d82);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x548d82);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x548d82);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x548d82);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x548d82);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x548d82);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x548d82);case'*Set\x20table\x20type:*\x20%0':return t('*Set\x20table\x20type:*\x20%0',_0x548d82);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'},_0x548d82);case'ELEMENT_CONTENT_TABLE':return t({'string':'content\x20table','plural':'%0\x20content\x20tables','id':'ELEMENT_CONTENT_TABLE'},_0x548d82);case'ELEMENT_LAYOUT_TABLE':return t({'string':'layout\x20table','plural':'%0\x20layout\x20tables','id':'ELEMENT_LAYOUT_TABLE'},_0x548d82);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x548d82);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x548d82);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x548d82);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x548d82);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x548d82);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'},_0x548d82);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x548d82);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x548d82);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x548d82);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x548d82);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'},_0x548d82);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x548d82);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'},_0x548d82);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'FORMAT_LINE_HEIGHT':return t({'string':'line\x20height','id':'FORMAT_LINE_HEIGHT'});case'FORMAT_TABLE_BORDER_COLOR':return t({'string':'table\x20border\x20color','id':'FORMAT_TABLE_BORDER_COLOR'});case'FORMAT_TABLE_BORDER_STYLE':return t({'string':'table\x20border\x20style','id':'FORMAT_TABLE_BORDER_STYLE'});case'FORMAT_TABLE_BORDER_WIDTH':return t({'string':'table\x20border\x20width','id':'FORMAT_TABLE_BORDER_WIDTH'});case'FORMAT_TABLE_ALIGNMENT':return t({'string':'table\x20alignment','id':'FORMAT_TABLE_ALIGNMENT'});case'FORMAT_TABLE_WIDTH':return t({'string':'table\x20width','id':'FORMAT_TABLE_WIDTH'});case'FORMAT_TABLE_HEIGHT':return t({'string':'table\x20height','id':'FORMAT_TABLE_HEIGHT'});case'FORMAT_TABLE_BACKGROUND_COLOR':return t({'string':'table\x20background\x20color','id':'FORMAT_TABLE_BACKGROUND_COLOR'});case'FORMAT_TABLE_CELL_BORDER_COLOR':return t({'string':'table\x20cell\x20border\x20color','id':'FORMAT_TABLE_CELL_BORDER_COLOR'});case'FORMAT_TABLE_CELL_BORDER_STYLE':return t({'string':'table\x20cell\x20border\x20style','id':'FORMAT_TABLE_CELL_BORDER_STYLE'});case'FORMAT_TABLE_CELL_BORDER_WIDTH':return t({'string':'table\x20cell\x20border\x20width','id':'FORMAT_TABLE_CELL_BORDER_WIDTH'});case'FORMAT_TABLE_CELL_PADDING':return t({'string':'table\x20cell\x20padding','id':'FORMAT_TABLE_CELL_PADDING'});case'FORMAT_TABLE_CELL_WIDTH':return t({'string':'table\x20cell\x20width','id':'FORMAT_TABLE_CELL_WIDTH'});case'FORMAT_TABLE_CELL_HEIGHT':return t({'string':'table\x20cell\x20height','id':'FORMAT_TABLE_CELL_HEIGHT'});case'FORMAT_TABLE_CELL_BACKGROUND_COLOR':return t({'string':'table\x20cell\x20background\x20color','id':'FORMAT_TABLE_CELL_BACKGROUND_COLOR'});case'FORMAT_TABLE_CELL_HORIZONTAL_ALIGNMENT':return t({'string':'table\x20cell\x20horizontal\x20alignment','id':'FORMAT_TABLE_CELL_HORIZONTAL_ALIGNMENT'});case'FORMAT_TABLE_CELL_VERTICAL_ALIGNMENT':return t({'string':'table\x20cell\x20vertical\x20alignment','id':'FORMAT_TABLE_CELL_VERTICAL_ALIGNMENT'});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'},_0x548d82);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x548d82);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'},_0x548d82);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x548d82);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'},_0x548d82);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x548d82);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x548d82);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'},_0x548d82);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x548d82);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 _0x51f4de({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x548d82);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x51f4de({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x548d82);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x548d82);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'},_0x548d82);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'},_0x548d82);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'},_0x548d82);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x480fb3;}}class x{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x4704b9,_0x4a80a8){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x4704b9,this['_locale']=_0x4a80a8;}['getDescriptions'](_0xdcc70f){const _0x452dd4=[],_0x3d2df9=new Set(),_0xf58587=new Set();for(let _0x1f4e6b=0x0;_0x1f4e6b<_0xdcc70f['length'];_0x1f4e6b++){const _0x476858=_0xdcc70f[_0x1f4e6b];if(!_0x476858['isInContent'])continue;const _0xe18348=this['_handleCustomCallbackDescription'](_0x476858);if(_0xe18348){if(null!=_0x476858['subType']){if(_0x3d2df9['has'](_0x476858['subType']))continue;_0x3d2df9['add'](_0x476858['subType']);}_0x452dd4['push'](_0xe18348);}else{if('attribute'==_0x476858['type']){const _0x326cac=_0x476858['data']['key'];if(_0xf58587['has'](_0x326cac))continue;_0xf58587['add'](_0x476858['data']['key']),_0x326cac==m?this['_handleRenameSuggestionDescription'](_0x452dd4,_0x476858):this['_handleAttributeSuggestionDescription'](_0x452dd4,_0x476858);continue;}'insertion'!=_0x476858['type']&&'deletion'!=_0x476858['type']||this['_handleInsertRemoveSuggestionDescription'](_0x452dd4,_0x476858,_0xdcc70f[_0x1f4e6b+0x1]);}}return this['_resolveDescriptionItems'](_0x452dd4);}['registerDescriptionCallback'](_0x303152){this['_customCallbacks']['push'](_0x303152);}['registerElementLabel'](_0x2d0a9b,_0x595be0,_0xc6bed8=_0x5184a8['normal']){'function'==typeof _0x2d0a9b?_0x43704e(this['_itemLabelsCallbacks'],{'matchingCallback':_0x2d0a9b,'label':_0x595be0,'priority':_0xc6bed8}):this['_itemLabels']['set'](_0x2d0a9b,_0x595be0);}['registerAttributeLabel'](_0x2593ce,_0x2394cb){this['_attributeLabels']['set'](_0x2593ce,_0x2394cb);}['getItemLabel'](_0x50e1c8,_0x5af112=0x1){let _0x24bd10;for(const _0x4506a3 of this['_itemLabelsCallbacks'])if(_0x4506a3['matchingCallback'](_0x50e1c8)){_0x24bd10=_0x4506a3['label'];break;}return _0x24bd10||(_0x24bd10=this['_itemLabels']['get'](_0x50e1c8['name'])),_0x24bd10?_0x24bd10(_0x5af112):0x1!==_0x5af112?_0x5af112+'\x20'+_0x50e1c8['name']+'s':''+_0x50e1c8['name'];}['_addDescriptionItems'](_0x84062f,_0x45b245){const _0x26b069=_0x45b245['getFirstRange']()['getWalker'](),_0x338477='insertion'==_0x45b245['type']?'add':'remove';for(const _0x4f292e of _0x26b069){const _0x43815b=_0x4f292e['item'],_0xd8f0d=_0x84062f[_0x84062f['length']-0x1];if(_0x43815b['is']('$textProxy'))_0xd8f0d&&_0xd8f0d['type']['indexOf']('Container')>-0x1&&_0x84062f['pop'](),_0xd8f0d&&'text'==_0xd8f0d['type']?_0xd8f0d[_0x338477]+=_0x43815b['data']:_0x84062f['push']({'type':'text','add':'add'==_0x338477?_0x43815b['data']:'','remove':'remove'==_0x338477?_0x43815b['data']:''});else{if(this['_schema']['isObject'](_0x43815b)){const _0x3d6b74=_0x43815b;if(_0xd8f0d&&_0xd8f0d['type']['indexOf']('Container')>-0x1&&_0x84062f['pop'](),'elementEnd'==_0x4f292e['type'])continue;_0xd8f0d&&_0xd8f0d['type']==_0x338477+'Object'&&_0xd8f0d['element']['name']==_0x3d6b74['name']?_0xd8f0d['quantity']++:_0x84062f['push']({'type':_0x338477+'Object','element':_0x3d6b74,'quantity':0x1}),_0x26b069['skip'](_0x24351a=>!('elementEnd'==_0x24351a['type']&&_0x24351a['item']==_0x43815b));}else{if(this['_schema']['checkChild'](_0x43815b,'$text')||_0x43815b['is']('element','softBreak')){const _0x4fd619=_0x43815b;if('add'==_0x338477&&'elementStart'==_0x4f292e['type']||'remove'==_0x338477&&'elementEnd'==_0x4f292e['type'])continue;if(_0xd8f0d&&-0x1==_0xd8f0d['type']['indexOf']('Container')){'text'==_0xd8f0d['type']&&(_0xd8f0d[_0x338477]+='\x0a');continue;}let _0x2e0b0e;if(_0x2e0b0e='add'==_0x338477?_0x4fd619['nextSibling']&&!this['_schema']['isObject'](_0x4fd619['nextSibling'])?_0x4fd619['nextSibling']:null:_0x4fd619['previousSibling']&&!this['_schema']['isObject'](_0x4fd619['previousSibling'])?_0x4fd619['previousSibling']:null,_0x4fd619['isEmpty']||_0x2e0b0e&&_0x2e0b0e['isEmpty']){const _0x4e53e9=_0x2e0b0e&&_0x2e0b0e['isEmpty']?_0x2e0b0e:_0x4fd619;_0xd8f0d&&_0xd8f0d['type']==_0x338477+'EmptyContainer'&&_0xd8f0d['element']['name']==_0x4e53e9['name']?_0xd8f0d['quantity']++:_0x84062f['push']({'type':_0x338477+'EmptyContainer','element':_0x4e53e9,'quantity':0x1});}else _0x84062f['push']({'type':_0x338477+'Container','element':_0x4fd619});}}}}}['_resolveDescriptionItems'](_0x1422d7){const _0x48f217=this['_locale'],_0x3a20f7=[],_0x15a62c=[],_0x584b5f=[];for(const _0x3ee5de of _0x1422d7)switch(_0x3ee5de['type']){case'text':if(_0x3ee5de['add']=_0x3ee5de['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x3ee5de['remove']=_0x3ee5de['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x3ee5de['add']&&''!=_0x3ee5de['remove']){_0x3a20f7['push']({'type':'replace','content':o(_0x48f217,'REPLACE_TEXT',['\x22'+_0x3ee5de['remove']+'\x22','\x22'+_0x3ee5de['add']+'\x22'])});continue;}if(null!=_0x3ee5de['add']['match'](/^ +$/)){_0x3a20f7['push']({'type':'insertion','content':o(_0x48f217,'*Insert:*\x20%0',o(_0x48f217,'ELEMENT_SPACE',_0x3ee5de['add']['length']))});continue;}if(null!=_0x3ee5de['remove']['match'](/^ +$/)){_0x3a20f7['push']({'type':'deletion','content':o(_0x48f217,'*Remove:*\x20%0',o(_0x48f217,'ELEMENT_SPACE',_0x3ee5de['remove']['length']))});continue;}if(''!=_0x3ee5de['add']){_0x3a20f7['push']({'type':'insertion','content':o(_0x48f217,'*Insert:*\x20%0','\x22'+_0x3ee5de['add']+'\x22')});continue;}_0x3a20f7['push']({'type':'deletion','content':o(_0x48f217,'*Remove:*\x20%0','\x22'+_0x3ee5de['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x3a20f7['push']({'type':'insertion','content':o(_0x48f217,'*Insert:*\x20%0',this['getItemLabel'](_0x3ee5de['element'],_0x3ee5de['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x3a20f7['push']({'type':'deletion','content':o(_0x48f217,'*Remove:*\x20%0',this['getItemLabel'](_0x3ee5de['element'],_0x3ee5de['quantity']))});continue;case'addContainer':_0x3a20f7['push']({'type':'insertion','content':o(_0x48f217,'*Split:*\x20%0',this['getItemLabel'](_0x3ee5de['element'],_0x3ee5de['quantity']))});continue;case'removeContainer':_0x3a20f7['push']({'type':'deletion','content':o(_0x48f217,'*Merge:*\x20%0',this['getItemLabel'](_0x3ee5de['element'],_0x3ee5de['quantity']))});continue;case'addFormat':_0x15a62c['push'](_0x3ee5de['key']);continue;case'removeFormat':_0x584b5f['push'](_0x3ee5de['key']);continue;default:_0x3a20f7['push'](_0x3ee5de);}if(_0x15a62c['length']){const _0x165fdb=_0x15a62c['map'](_0x261cb3=>this['_attributeLabels']['has'](_0x261cb3)?this['_attributeLabels']['get'](_0x261cb3):_0x261cb3)['join'](',\x20');_0x3a20f7['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x165fdb)});}if(_0x584b5f['length']){const _0x547977=_0x584b5f['map'](_0x5197db=>this['_attributeLabels']['has'](_0x5197db)?this['_attributeLabels']['get'](_0x5197db):_0x5197db)['join'](',\x20');_0x3a20f7['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x547977)});}return _0x3a20f7;}['_handleCustomCallbackDescription'](_0x30def8){for(const _0x5e8154 of this['_customCallbacks']){const _0x20f5ab=_0x5e8154(_0x30def8);if(_0x20f5ab&&'type'in _0x20f5ab)return _0x20f5ab;}}['_handleAttributeSuggestionDescription'](_0x2bc5d1,_0x493a91){const _0x214095=_0x493a91['data'],_0x2c18a4=void 0x0===_0x214095['newValue']?'removeFormat':'addFormat';_0x2bc5d1['push']({'type':_0x2c18a4,'key':_0x214095['key']});}['_handleRenameSuggestionDescription'](_0x567f2c,_0x562040){_0x567f2c['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x562040['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x3ff297,_0x4b0859,_0x48fbd4){if(this['_addDescriptionItems'](_0x3ff297,_0x4b0859),_0x48fbd4&&_0x48fbd4['getFirstRange']()&&!_0x4b0859['getFirstRange']()['end']['isEqual'](_0x48fbd4['getFirstRange']()['start'])){const _0x4d0b64=_0x3ff297[_0x3ff297['length']-0x1],_0x3f1c3b='insertion'==_0x4b0859['type']?'add':'remove';_0x4d0b64&&'text'==_0x4d0b64['type']&&(_0x4d0b64[_0x3f1c3b]+='\x0a');}}}class O extends _0x281269{['afterInit'](){const _0x5db09a=this['editor'],_0x14cec7=_0x5db09a['plugins']['get']('TrackChangesEditing');_0x5db09a['commands']['get']('showAIAssistant')&&_0x14cec7['enableCommand']('showAIAssistant');}}class E extends _0x281269{['afterInit'](){const _0x53b68a=this['editor'],_0x38fbf7=_0x53b68a['locale'];if(!_0x53b68a['plugins']['has']('AlignmentEditing'))return;const _0x2d7b66=_0x53b68a['plugins']['get']('TrackChangesEditing');_0x2d7b66['enableDefaultAttributesIntegration']('alignment'),_0x2d7b66['registerBlockAttribute']('alignment'),_0x2d7b66['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x38fbf7,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xa75e60=this['editor'],_0x5a198e=_0xa75e60['locale'];_0xa75e60['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5dce8c=>{if('formatBlock'!=_0x5dce8c['type'])return;const {data:_0x42e2c7}=_0x5dce8c;if(_0x42e2c7&&'alignment'==_0x42e2c7['commandName']){const _0x5aecdf=_0x42e2c7['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x5a198e,'*Format:*\x20%0',function(_0x34f192){switch(_0x34f192){case'left':return o(_0x5a198e,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x5a198e,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x5a198e,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x5a198e,'FORMAT_JUSTIFY_TEXT');}}(_0x5aecdf))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class R extends _0x281269{['afterInit'](){const _0x3b1357=this['editor'],_0x54e3ec=_0x3b1357['plugins']['get']('TrackChangesEditing'),_0x4a26b9=_0x3b1357['locale'];for(const _0xc473f2 of ti){if(!_0x3b1357['plugins']['has'](_0xc473f2))continue;const _0x571f3c=_0xc473f2['slice'](0x0,-0x7)['toLowerCase'](),_0x2ab879='FORMAT_'+_0x571f3c['toUpperCase']();_0x54e3ec['enableDefaultAttributesIntegration'](_0x571f3c),_0x54e3ec['registerInlineAttribute'](_0x571f3c),_0x54e3ec['descriptionFactory']['registerAttributeLabel'](_0x571f3c,o(_0x4a26b9,_0x2ab879));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4f4d34=this['editor'],_0x1d2d64=_0x4f4d34['locale'],_0x591dd2=_0x4f4d34['plugins']['get']('TrackChangesEditing');function _0xfcfe4e(_0x252c17,_0xb282a4){_0x591dd2['descriptionFactory']['registerDescriptionCallback'](_0x5436d0=>{if('formatInline'!=_0x5436d0['type'])return;const {data:_0x530113}=_0x5436d0;return _0x530113&&_0x530113['commandName']===_0x252c17?_0x530113['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1d2d64,'*Format:*\x20%0',_0xb282a4)}:{'type':'format','content':o(_0x1d2d64,'*Remove\x20format:*\x20%0',_0xb282a4)}:void 0x0;});}_0xfcfe4e('bold',o(_0x1d2d64,'FORMAT_BOLD')),_0xfcfe4e('italic',o(_0x1d2d64,'FORMAT_ITALIC')),_0xfcfe4e('underline',o(_0x1d2d64,'FORMAT_UNDERLINE')),_0xfcfe4e('code',o(_0x1d2d64,'FORMAT_CODE')),_0xfcfe4e('strikethrough',o(_0x1d2d64,'FORMAT_STRIKETHROUGH')),_0xfcfe4e('subscript',o(_0x1d2d64,'FORMAT_SUBSCRIPT')),_0xfcfe4e('superscript',o(_0x1d2d64,'FORMAT_SUPERSCRIPT'));}}class U extends _0x281269{['afterInit'](){const _0x55477a=this['editor'],_0x5157c5=_0x55477a['locale'];if(!_0x55477a['plugins']['has']('BlockQuoteEditing'))return;const _0x32ed44=_0x55477a['plugins']['get']('TrackChangesEditing'),_0x3ad2ca=this['editor']['commands']['get']('blockQuote');_0x32ed44['enableCommand']('blockQuote',(_0x3c51ce,_0x53b1c3={})=>{const _0x586647=this['editor']['model']['document']['selection'],_0x2a1a43=_0x53b1c3&&void 0x0!==_0x53b1c3['forceValue']?_0x53b1c3['forceValue']:!_0x3ad2ca['value'];let _0x2a9541=[];if(_0x2a1a43){const _0x19133f=Array['from'](_0x586647['getSelectedBlocks']())['filter'](_0x2922a0=>oo(_0x2922a0)||function(_0x26d1b1,_0x3dda16){const _0x23d2a7=_0x3dda16['checkChild'](_0x26d1b1['parent'],'blockQuote'),_0x5ba7d6=_0x3dda16['checkChild'](['$root','blockQuote'],_0x26d1b1);return _0x23d2a7&&_0x5ba7d6;}(_0x2922a0,this['editor']['model']['schema']));_0x2a9541=to(_0x19133f,_0x55477a['model']);}else{const _0x2d38db=Array['from'](_0x586647['getSelectedBlocks']())['filter'](_0xa69e48=>oo(_0xa69e48));_0x2a9541=to(_0x2d38db,_0x55477a['model']);}_0x55477a['model']['change'](()=>{for(const _0x594bcc of _0x2a9541)_0x32ed44['markBlockFormat'](_0x594bcc,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x2a1a43}]});});}),_0x32ed44['descriptionFactory']['registerDescriptionCallback'](_0x1727a1=>{const {data:_0x31c923}=_0x1727a1;if(_0x31c923&&'blockQuote'==_0x31c923['commandName']){const _0x46715b=o(_0x5157c5,'ELEMENT_BLOCK_QUOTE');return _0x31c923['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x5157c5,'*Set\x20format:*\x20%0',_0x46715b)}:{'type':'format','content':o(_0x5157c5,'*Remove\x20format:*\x20%0',_0x46715b)};}});}}function oo(_0x1dfdd0){return'blockQuote'==_0x1dfdd0['parent']['name'];}class V extends _0x281269{['afterInit'](){const _0x57b4f8=this['editor'],_0x1e5be4=_0x57b4f8['locale'],_0x230784=_0x57b4f8['plugins']['get']('TrackChangesEditing');_0x57b4f8['plugins']['has']('BookmarkEditing')&&(_0x230784['enableCommand']('insertBookmark'),_0x230784['enableDefaultAttributesIntegration']('updateBookmark'),_0x230784['registerBlockAttribute']('bookmarkId'),_0x230784['descriptionFactory']['registerDescriptionCallback'](_0x5dc5c6=>{if('insertion'!=_0x5dc5c6['type']&&'deletion'!=_0x5dc5c6['type']&&'attribute'!=_0x5dc5c6['type'])return;const _0x2736fb=_0x5dc5c6['getContainedElement']();if(null==_0x2736fb)return;if(!_0x2736fb['is']('element','bookmark'))return;const _0x19c428=_0x2736fb['getAttribute']('bookmarkId');if('insertion'==_0x5dc5c6['type'])return{'type':'insertion','content':o(_0x1e5be4,'*Insert:*\x20%0','\x22'+_0x19c428+'\x22\x20'+o(_0x1e5be4,'ELEMENT_BOOKMARK'))};if('deletion'==_0x5dc5c6['type'])return{'type':'deletion','content':o(_0x1e5be4,'*Remove:*\x20%0','\x22'+_0x19c428+'\x22\x20'+o(_0x1e5be4,'ELEMENT_BOOKMARK'))};const {data:_0x4d1f4e}=_0x5dc5c6;if(!_0x4d1f4e||'bookmarkId'!=_0x4d1f4e['key'])return;return{'type':'format','content':o(_0x1e5be4,'*Set\x20bookmark:*\x20%0','\x22'+_0x4d1f4e['newValue']+'\x22')};}));}}class F extends _0x281269{['afterInit'](){const _0x200b3a=this['editor'];_0x200b3a['plugins']['has']('CaseChange')&&(_0x200b3a['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x200b3a['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x200b3a['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class G extends _0x281269{['afterInit'](){const _0x39848f=this['editor'];_0x39848f['commands']['get']('ckbox')&&_0x39848f['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class L extends _0x281269{['afterInit'](){const _0x55b001=this['editor'];if(!_0x55b001['plugins']['has']('CodeBlock'))return;const _0x795076=_0x55b001['plugins']['get']('TrackChangesEditing'),_0x125c8d=_0x55b001['locale'],_0x1ee560=_0x55b001['config']['get']('codeBlock')['languages'],_0x3b9603=_0x55b001['commands']['get']('codeBlock');_0x795076['enableCommand']('indentCodeBlock'),_0x795076['enableCommand']('outdentCodeBlock'),_0x795076['enableCommand']('codeBlock',(_0x3c2435,_0x3f0806={})=>{const _0x4efe93=_0x55b001['model'],_0x1755d4=_0x55b001['model']['document']['selection'],_0x568f46=_0x3f0806&&void 0x0!==_0x3f0806['forceValue']?_0x3f0806['forceValue']:!_0x3b9603['value'];let _0x4e3071;_0x3f0806['language']||(_0x3f0806['language']=_0x1ee560[0x0]['language']),_0x4e3071=_0x568f46?Array['from'](_0x1755d4['getSelectedBlocks']())['filter'](_0x5ebe04=>co(_0x5ebe04)||function(_0x1ebe20,_0x208795){if(_0x1ebe20['is']('rootElement')||_0x208795['isLimit'](_0x1ebe20))return!0x1;return _0x208795['checkChild'](_0x1ebe20['parent'],'codeBlock');}(_0x5ebe04,_0x4efe93['schema'])):Array['from'](_0x1755d4['getSelectedBlocks']())['filter'](_0x4377c9=>co(_0x4377c9));const _0x385706=to(_0x4e3071,_0x4efe93);_0x4efe93['change'](()=>{for(const _0x4cabe6 of _0x385706)_0x795076['markBlockFormat'](_0x4cabe6,{'commandName':'codeBlock','commandParams':[{..._0x3f0806,'forceValue':_0x568f46}],'formatGroupId':'blockName'});});}),(_0x795076['descriptionFactory']['registerElementLabel']('codeBlock',_0x3e914e=>o(_0x125c8d,'ELEMENT_CODE_BLOCK',_0x3e914e)),_0x795076['descriptionFactory']['registerDescriptionCallback'](_0x4b9a3c=>{if('formatBlock'!=_0x4b9a3c['type'])return;const _0x2199e4=_0x125c8d['t'],{data:_0x379419}=_0x4b9a3c;if(!_0x379419||'codeBlock'!=_0x379419['commandName'])return;const _0x457fac=_0x379419['commandParams'][0x0]['language'],_0x36303e=_0x2199e4(_0x1ee560['find'](_0x30037d=>_0x30037d['language']===_0x457fac)['label'])['toLowerCase']();return _0x379419['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x125c8d,'*Set\x20format:*\x20%0',o(_0x125c8d,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x36303e+')')}:{'type':'format','content':o(_0x125c8d,'*Remove\x20format:*\x20%0',o(_0x125c8d,'ELEMENT_CODE_BLOCK',0x1))};}));}}function co(_0x1a90a7){return'codeBlock'==_0x1a90a7['name'];}class J extends _0x281269{['afterInit'](){const _0x1f4f41=this['editor'];if(!_0x1f4f41['plugins']['has']('CommentsEditing'))return;_0x1f4f41['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x57a7df,_0x5ab375,_0x2fe74c){const _0x92969f=[];for(const _0x53a535 of _0x5ab375['getItems']())_0x53a535['hasAttribute'](_0x57a7df)&&_0x92969f['push'](_0x2fe74c['createRangeOn'](_0x53a535));return _0x92969f;}function De(_0x3768c4,_0xb03457,{showActiveMarker:_0x373202=!0x0}={}){const _0x2e5231=_0x3768c4['plugins']['get']('TrackChangesEditing');return(_0x2c1d0c,_0x47122d,_0x18945b)=>{if(!_0x18945b['consumable']['test'](_0x47122d['markerRange'],_0x2c1d0c['name']))return;const _0x451ee9=_0x47122d['markerRange']['getWalker'](),_0x4d45d3=_0x47122d['markerRange']['start'],_0x18988e=_0x3768c4['model']['schema'];let _0x2c2af5=null,_0x50c669=null,_0x29bc69=!0x1,_0x4dcc55=!0x1;for(const _0x5b2d1b of _0x451ee9){const _0x3398c6=_0x5b2d1b['item'];_0x29bc69=_0x29bc69||_0x18988e['isContent'](_0x3398c6);const _0x16bd98=_0x18945b['mapper']['toViewElement'](_0x3398c6);if(_0x16bd98&&_0x16bd98['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x5b2d1b['type']&&(_0x18988e['isBlock'](_0x3398c6)&&!_0x18988e['isLimit'](_0x3398c6)&&(_0x3398c6['nextSibling']||_0x4d45d3['isAtEnd']?_0x2c2af5&&_0x2c2af5['parent']==_0x3398c6||(_0x2c2af5=_0x3398c6,_0x3ea63f(_0x5b2d1b['previousPosition']),_0x4dcc55=!0x0):_0x50c669=_0x50c669||_0x5b2d1b['previousPosition']));}function _0x3ea63f(_0x2e9f9d){const {id:_0x24cf3,authorId:_0x5c88bb}=_0x2e5231['_splitMarkerName'](_0x47122d['markerName']),_0x5d2856=_0x18945b['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0xb03457,'data-suggestion':_0x24cf3,'data-author-id':_0x5c88bb}),_0x45ac91=_0x18945b['mapper']['toViewPosition'](_0x2e9f9d);_0x373202&&_0x2e5231['activeMarkers']['includes'](_0x47122d['markerName'])&&_0x18945b['writer']['addClass']('ck-suggestion-marker--active',_0x5d2856),_0x18945b['writer']['insert'](_0x45ac91,_0x5d2856),_0x18945b['mapper']['bindElementToMarker'](_0x5d2856,_0x47122d['markerName']);}_0x29bc69||_0x4dcc55||!_0x50c669||_0x3ea63f(_0x50c669);};}class K extends _0x281269{static get['requires'](){return[_0x39ed3f];}['init'](){const _0x480ddc=this['editor'],_0x5f1188=_0x480ddc['plugins']['get']('TrackChangesEditing');_0x5f1188['enableCommand']('delete');const _0x208308=_0x480ddc['commands']['get']('deleteForward');_0x5f1188['enableCommand']('deleteForward',(_0xc05343,_0x48f079={})=>{const _0x3bd41e=_0x480ddc['model']['createSelection'](_0x480ddc['model']['document']['selection']);_0x3bd41e['isCollapsed']&&_0x480ddc['model']['modifySelection'](_0x3bd41e,{'direction':'forward','unit':_0x48f079['unit']});const _0x3aa4cb=_0x3bd41e['getFirstRange'](),_0x2d818e=_0x39990b['fromRange'](_0x3aa4cb);let _0x3abdd8;_0xc05343(_0x48f079),_0x3abdd8='$graveyard'==_0x2d818e['root']['rootName']?_0x480ddc['model']['createRange'](_0x3aa4cb['start']):_0x480ddc['model']['createRange'](_0x2d818e['start'],_0x2d818e['end']),_0x2d818e['detach'](),_0x480ddc['model']['enqueueChange'](_0x208308['buffer']['batch'],_0x536179=>{_0x208308['buffer']['lock'](),_0x536179['setSelection'](_0x536179['createRange'](_0x3abdd8['end'])),_0x208308['buffer']['unlock']();});}),_0x480ddc['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',De(_0x480ddc,'merge'),{'priority':'high'}),_0x480ddc['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x1e448c,_0x1a7b86,_0x264247)=>{_0x264247['options']['showSuggestionHighlights']&&De(_0x480ddc,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x1e448c,_0x1a7b86,_0x264247);},{'priority':'high'}),_0x480ddc['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x40c251,_0x27992d,_0x3c2d09)=>{const _0x2dba40=_0x3c2d09['mapper']['markerNameToElements'](_0x27992d['markerName']);if(_0x2dba40){for(const _0x2676ed of _0x2dba40)_0x2676ed['is']('uiElement')&&(_0x3c2d09['mapper']['unbindElementFromMarkerName'](_0x2676ed,_0x27992d['markerName']),_0x3c2d09['writer']['remove'](_0x2676ed));}},{'priority':'high'});}}class H extends _0x281269{['afterInit'](){const _0x4f7852=this['editor'];if(!_0x4f7852['plugins']['has']('ListEditing'))return;const _0x290c4d=_0x4f7852['locale'],_0x2f7784=_0x4f7852['plugins']['get']('TrackChangesEditing'),_0x75e996=_0x4f7852['plugins']['has']('TodoListEditing'),_0x5f5aa8=!!_0x4f7852['config']['get']('list.multiBlock');function _0xb85210(_0x3399b7){return{'type':'format','content':''+o(_0x290c4d,'*Set\x20format:*\x20%0',_0x3399b7)};}function _0x26a8a2(_0x72a1b9){return{'type':'format','content':''+o(_0x290c4d,'*Remove\x20format:*\x20%0',_0x72a1b9)};}_0x2f7784['enableDefaultAttributesIntegration']('numberedList'),_0x2f7784['enableDefaultAttributesIntegration']('bulletedList'),_0x2f7784['enableDefaultAttributesIntegration']('customNumberedList'),_0x2f7784['enableDefaultAttributesIntegration']('customBulletedList'),_0x2f7784['enableDefaultAttributesIntegration']('indentList'),_0x2f7784['enableDefaultAttributesIntegration']('outdentList'),_0x2f7784['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x2f7784['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x2f7784['registerBlockAttribute']('listItemId'),_0x2f7784['registerBlockAttribute']('listType'),_0x2f7784['registerBlockAttribute']('listIndent'),_0x5f5aa8&&(_0x2f7784['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x2f7784['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x75e996&&(_0x2f7784['enableDefaultAttributesIntegration']('todoList'),_0x2f7784['enableDefaultAttributesIntegration']('checkTodoList'),_0x2f7784['registerBlockAttribute']('todoListChecked'),_0x2f7784['descriptionFactory']['registerDescriptionCallback'](_0x169abb=>{const {data:_0x2c6302}=_0x169abb;if(_0x2c6302&&'todoListChecked'==_0x2c6302['key'])return{'type':'format','content':_0x2c6302['newValue']?o(_0x290c4d,'*Check\x20item*'):o(_0x290c4d,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x1493a9=>{if(_0x1493a9['batch']['isUndo'])return!0x1;let _0x484711=!0x1;const _0x428654=_0x2f7784['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x31960e=>'todoListChecked'===_0x2f7784['_getAttributeKey'](_0x31960e));for(const _0x848a0a of _0x428654){'todo'!=_0x848a0a['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x2f7784['_findSuggestions'](_0x848a0a['getFirstRange'](),'attribute')['find'](_0x2ef970=>'listType'===_0x2f7784['_getAttributeKey'](_0x2ef970['suggestion']))||(_0x1493a9['removeMarker'](_0x848a0a['getFirstMarker']()),_0x484711=!0x0));}return _0x484711;})),_0x2f7784['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x290c4d,'FORMAT_INDENT'));const _0x1e2007={'type':'format','content':''};_0x2f7784['descriptionFactory']['registerDescriptionCallback'](_0x1bbfc3=>{const {data:_0xb3bad4}=_0x1bbfc3;if(!_0xb3bad4||'listType'!=_0xb3bad4['key'])return;let _0x558c86=_0x1bbfc3['head'];for(;_0x558c86;){if(_0x558c86['data']&&(('listStyle'==_0x558c86['data']['key']||'listMarkerStyle'==_0x558c86['data']['key'])&&(_0x558c86['data']['newValue']&&'default'!=_0x558c86['data']['newValue']||'default'!=_0x558c86['data']['oldValue']&&!_0xb3bad4['newValue'])||!_0x5f5aa8&&_0x558c86['data']['key']==m))return _0x1e2007;_0x558c86=_0x558c86['next'];}if(null==_0xb3bad4['newValue'])switch(_0xb3bad4['oldValue']){case'bulleted':return _0x26a8a2(o(_0x290c4d,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x26a8a2(o(_0x290c4d,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x26a8a2(o(_0x290c4d,'ELEMENT_TODO_LIST'));}switch(_0xb3bad4['newValue']){case'bulleted':return _0xb85210(o(_0x290c4d,'ELEMENT_BULLETED_LIST'));case'numbered':return _0xb85210(o(_0x290c4d,'ELEMENT_NUMBERED_LIST'));case'todo':return _0xb85210(o(_0x290c4d,'ELEMENT_TODO_LIST'));}}),_0x2f7784['descriptionFactory']['registerDescriptionCallback'](_0x366308=>{const {data:_0x31bbdc}=_0x366308;if(_0x31bbdc&&'listIndent'==_0x31bbdc['key'])return null==_0x31bbdc['newValue']||null==_0x31bbdc['oldValue']&&0x0==_0x31bbdc['newValue']?_0x1e2007:void 0x0;}),_0x2f7784['descriptionFactory']['registerDescriptionCallback'](_0x3fb605=>{if('attribute'!=_0x3fb605['type'])return;const {data:_0x2d484f}=_0x3fb605;if(!_0x2d484f||'listItemId'!=_0x2d484f['key'])return;const _0x1ea491=Te(_0x3fb605);return'newValue'==_0x1ea491?{'type':'format','content':o(_0x290c4d,'*Merge:*\x20list\x20item')}:'oldValue'==_0x1ea491?{'type':'format','content':o(_0x290c4d,'*Split:*\x20list\x20item')}:_0x1e2007;}),_0x4f7852['model']['document']['registerPostFixer'](_0x54e5ff=>this['listItemIdFixer'](_0x54e5ff)),_0x4f7852['model']['document']['registerPostFixer'](_0x445125=>this['noTrackChangesFixer'](_0x445125)),_0x4f7852['model']['document']['on']('change:data',(_0x5388f7,_0xc8df6d)=>{if(_0xc8df6d['isUndo']||!_0xc8df6d['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x465458){if(_0x465458['batch']['isUndo']||!_0x465458['batch']['isLocal'])return!0x1;let _0x355b65=!0x1;const _0x15fc3d=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x280c5b=>_0x280c5b['data']&&'listItemId'==_0x280c5b['data']['key'])['filter'](_0x2ed9f9=>_0x2ed9f9['data']['newValue']&&_0x2ed9f9['data']['oldValue']);for(const _0x47eead of _0x15fc3d)Te(_0x47eead)||(_0x465458['removeMarker'](_0x47eead['getFirstMarker']()),_0x355b65=!0x0);return _0x355b65;}['noTrackChangesFixer'](_0x58be8a){if(_0x58be8a['batch']['isUndo']||!_0x58be8a['batch']['isLocal'])return!0x1;const _0x3f03db=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x3f03db['trackChangesCommand']['value'])return!0x1;let _0x53f354=!0x1;const _0x23ccf1=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x3ab35c=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x2660ab=>'attribute'==_0x2660ab['type'])['filter'](_0x493723=>_0x23ccf1['includes'](_0x493723['attributeKey']));if(0x0==_0x3ab35c['length'])return _0x53f354;for(const _0xb5c070 of _0x3ab35c){const _0x5c6d58=_0x3f03db['_findSuggestions'](_0xb5c070['range'],'attribute')['filter'](_0x4842d0=>!_0x4842d0['meta']['isNextTo'])['map'](_0x467a0d=>_0x467a0d['suggestion'])['filter'](_0x576f44=>{const _0x2610d0=_0x3f03db['_getAttributeKey'](_0x576f44);return _0x23ccf1['includes'](_0x2610d0);});if(_0x5c6d58['length']){for(const _0x23120b of _0x5c6d58)_0x58be8a['removeMarker'](_0x23120b['getFirstMarker']());_0x53f354=!0x0;}}return _0x53f354;}['assureChains'](){const _0x41de8a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x176f99=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x1a7c2c;const _0x17cf81=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x2f97d3=>{if(_0x2f97d3['data']['oldRange']||!_0x2f97d3['data']['newRange'])return null;if(!_0x2f97d3['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x4cccec}=_0x41de8a['_splitMarkerName'](_0x2f97d3['name']);if(!_0x41de8a['hasSuggestion'](_0x4cccec))return null;const _0x177278=_0x41de8a['getSuggestion'](_0x4cccec);return _0x176f99['includes'](_0x177278['data']['key']);})['map'](_0x562f1d=>{const {id:_0x1930e8}=_0x41de8a['_splitMarkerName'](_0x562f1d['name']),_0x20fc58=_0x41de8a['getSuggestion'](_0x1930e8);return _0x1a7c2c=_0x20fc58['attributes']['groupId'],_0x20fc58['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x17cf81['size'])return;const _0x2a5fee=_0x41de8a['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2db5d5=>'attribute'==_0x2db5d5['type']&&_0x2db5d5['data']&&_0x176f99['includes'](_0x2db5d5['data']['key'])&&_0x2db5d5['attributes']['groupId']!=_0x1a7c2c)['map'](_0x2fa0fb=>({'listItem':_0x2fa0fb['getFirstRange']()['start']['nodeAfter'],'groupId':_0x2fa0fb['attributes']['groupId']})),_0x3080f3=new Set();for(const {groupId:_0x450a39,listItem:_0x34143c}of _0x2a5fee)_0x17cf81['has'](_0x34143c)&&_0x3080f3['add'](_0x450a39);for(const _0x15211c of _0x41de8a['getSuggestions']())_0x3080f3['has'](_0x15211c['attributes']['groupId'])&&_0x15211c['setAttribute']('groupId',_0x1a7c2c);}['_supportLegacySuggestions'](){const _0x2f4b07=this['editor'],_0x3fa739=_0x2f4b07['locale'],_0x23f37a=_0x2f4b07['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x23f37a['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x91992e,_0x5a599a){const _0x3df4e5=[];for(let _0x939200 of _0x91992e)_0x939200['start']['nodeAfter']===_0x939200['end']['parent']&&(_0x939200=_0x2f4b07['model']['createRange'](_0x2f4b07['model']['createPositionAt'](_0x939200['start']['nodeAfter'],0x0))),_0x3df4e5['push'](_0x939200);_0x2f4b07['model']['change'](_0x5890d2=>{const _0x8acd1f=_0x2f4b07['model']['document']['selection'],_0x28057f=Array['from'](_0x8acd1f['getRanges']())['map'](_0x2ae330=>_0x39990b['fromRange'](_0x2ae330));_0x5890d2['setSelection'](_0x3df4e5),_0x2f4b07['commands']['get'](_0x5a599a['commandName'])['refresh'](),_0x5a599a['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x2f4b07['execute'](_0x5a599a['commandName'],..._0x5a599a['commandParams']),_0x5890d2['setSelection'](_0x28057f);for(const _0x1e2143 of _0x28057f)_0x1e2143['detach']();});}),_0x23f37a['descriptionFactory']['registerElementLabel'](function(_0x49d627){const _0x23ed2a=!_0x2f4b07['model']['schema']['isObject'](_0x49d627),_0x2d84e3=_0x49d627['previousSibling'],_0x53d246=_0x49d627['nextSibling'],_0x48fe63=_0x49d627['getAttribute']('listItemId'),_0xff5adf=!_0x2d84e3||_0x2d84e3['getAttribute']('listItemId')!==_0x48fe63,_0x3b23b6=!_0x53d246||_0x53d246['getAttribute']('listItemId')!==_0x48fe63;return _0x23ed2a&&Boolean(_0x48fe63)&&_0xff5adf&&_0x3b23b6;},_0x26a91e=>o(_0x3fa739,'ELEMENT_LIST_ITEM',_0x26a91e));}['_registerLegacyDescription'](){const _0x45046c=this['editor'],_0x608a2b=_0x45046c['locale'];function _0xb36395(_0xf7e1c2){const _0x9990cf=_0x45046c['commands']['get']('bulletedList')['value'],_0x4c3e0b=_0x45046c['commands']['get']('numberedList')['value'];return'numberedList'===_0xf7e1c2?_0x9990cf:_0x4c3e0b;}_0x45046c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x3bb848){if('formatBlock'!=_0x3bb848['type'])return;const {data:_0x221048}=_0x3bb848;if(!_0x221048)return;let _0x5e60b1,_0x15e988,_0x1e3dca,_0x644584;switch(_0x221048['commandName']){case'bulletedList':_0x1e3dca=_0x221048['commandParams'][0x0]['forceValue'],_0x644584=_0xb36395(_0x221048['commandName']),_0x5e60b1=_0x1e3dca?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x644584&&_0x45046c['config']['get']('list.multiBlock')||(_0x5e60b1='*Change\x20to:*\x20%0'),_0x15e988={'type':'format','content':o(_0x608a2b,_0x5e60b1,o(_0x608a2b,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x1e3dca=_0x221048['commandParams'][0x0]['forceValue'],_0x644584=_0xb36395(_0x221048['commandName']),_0x5e60b1=_0x1e3dca?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x644584&&_0x45046c['config']['get']('list.multiBlock')||(_0x5e60b1='*Change\x20to:*\x20%0'),_0x15e988={'type':'format','content':o(_0x608a2b,_0x5e60b1,o(_0x608a2b,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x5e60b1='*Indent:*\x20%0',_0x15e988={'type':'format','content':o(_0x608a2b,_0x5e60b1,o(_0x608a2b,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x5e60b1=function(_0x510244){const _0x495459=_0x510244['getFirstRange']();let _0x4e3026=_0x495459['start']['nodeAfter'];for(;_0x4e3026&&_0x495459['containsItem'](_0x4e3026);){if(_0x4e3026['getAttribute']('listIndent')>0x0)return!0x1;_0x4e3026=_0x4e3026['nextSibling'];}return!0x0;}(_0x3bb848)?o(_0x608a2b,'*Format:*\x20remove\x20from\x20%0',o(_0x608a2b,function(_0x5e1aec){return'ELEMENT_'+_0x5e1aec['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x3bb848))):o(_0x608a2b,'*Outdent:*\x20%0',o(_0x608a2b,'ELEMENT_LIST_ITEM')),_0x15e988={'type':'format','content':_0x5e60b1};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x221048['multipleBlocks']&&(_0x5e60b1='*Merge:*\x20%0',_0x15e988={'type':'deletion','content':o(_0x608a2b,_0x5e60b1,o(_0x608a2b,'ELEMENT_LIST_ITEM'))});}return _0x15e988;});}}function Te(_0x280451){let _0x3ace61=_0x280451['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x3ace61;){const _0x3f15b9=_0x3ace61['getAttribute']('listItemId');if(!_0x3f15b9)return!0x1;if(_0x3f15b9==_0x280451['data']['newValue'])return'newValue';if(_0x3f15b9==_0x280451['data']['oldValue'])return'oldValue';_0x3ace61=_0x3ace61['previousSibling'];}return!0x1;}class q extends _0x281269{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x42d2a7=this['editor']['config']['get']('list.properties'),_0x1106c6=this['editor']['plugins']['get']('TrackChangesEditing');_0x42d2a7['styles']&&(_0x1106c6['enableDefaultAttributesIntegration']('listStyle'),_0x1106c6['registerBlockAttribute']('listStyle')),_0x42d2a7['reversed']&&(_0x1106c6['enableDefaultAttributesIntegration']('listReversed'),_0x1106c6['registerBlockAttribute']('listReversed')),_0x42d2a7['startIndex']&&(_0x1106c6['enableDefaultAttributesIntegration']('listStart'),_0x1106c6['registerBlockAttribute']('listStart'));const _0x44c8d8={'type':'format','content':''};_0x1106c6['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x1094e8=this['editor']['locale'];_0x1106c6['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x1094e8,'FORMAT_LIST_REVERSED')),_0x1106c6['descriptionFactory']['registerDescriptionCallback'](_0x4c674f=>{const {data:_0x23316d}=_0x4c674f;if(_0x23316d&&'listReversed'==_0x23316d['key'])return null==_0x23316d['newValue']||0x0==_0x23316d['newValue']&&null==_0x23316d['oldValue']?_0x44c8d8:void 0x0;}),_0x1106c6['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x1094e8,'FORMAT_LIST_START')),_0x1106c6['descriptionFactory']['registerDescriptionCallback'](_0x2254af=>{const {data:_0x19e10b}=_0x2254af;if(_0x19e10b&&'listStart'==_0x19e10b['key'])return null==_0x19e10b['newValue']||0x1==_0x19e10b['newValue']&&null==_0x19e10b['oldValue']?_0x44c8d8:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x4bfd71=>{if(_0x4bfd71['batch']['isUndo'])return!0x1;let _0x5a3154=!0x1;const _0x4ca464=_0x1106c6['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5f34ce=>{const _0x3afd90=_0x1106c6['_getAttributeKey'](_0x5f34ce);return'listStart'==_0x3afd90||'listReversed'==_0x3afd90;});for(const _0x3f812c of _0x4ca464){const _0x1004d9=_0x3f812c['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x1004d9||'customNumbered'==_0x1004d9)continue;_0x1106c6['_findSuggestions'](_0x3f812c['getFirstRange'](),'attribute')['find'](_0x29fd5c=>'listType'==_0x1106c6['_getAttributeKey'](_0x29fd5c['suggestion']))||(_0x4bfd71['removeMarker'](_0x3f812c['getFirstMarker']()),_0x5a3154=!0x0);}return _0x5a3154;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x11651d){const _0x50ac1b=this['editor']['locale'],{data:_0x20bafc}=_0x11651d,_0x474256={'type':'format','content':''};if(!_0x20bafc||'listStyle'!=_0x20bafc['key'])return;if(!_0x20bafc['oldValue'])return'default'==_0x20bafc['newValue']?_0x474256:{'type':'format','content':''+o(_0x50ac1b,'*Set\x20format:*\x20%0',o(_0x50ac1b,this['_getTranslationKeyForListStyle'](_0x20bafc['newValue'])))};if(!_0x20bafc['newValue']){if('default'==_0x20bafc['oldValue'])return _0x474256;let _0x47fe63=_0x11651d['head'];for(;_0x47fe63;){if(_0x47fe63['data']&&'listType'==_0x47fe63['data']['key']&&_0x47fe63['data']['newValue'])return _0x474256;_0x47fe63=_0x47fe63['next'];}return{'type':'format','content':''+o(_0x50ac1b,'*Remove\x20format:*\x20%0',o(_0x50ac1b,this['_getTranslationKeyForListStyle'](_0x20bafc['oldValue'])))};}if('default'!=_0x20bafc['newValue'])return{'type':'format','content':''+o(_0x50ac1b,'*Set\x20format:*\x20%0',o(_0x50ac1b,this['_getTranslationKeyForListStyle'](_0x20bafc['newValue'])))};let _0x453de9=_0x11651d['head'];for(;_0x453de9;){if(_0x453de9['data']&&'listType'==_0x453de9['data']['key']&&_0x453de9['data']['newValue']&&_0x453de9['data']['oldValue'])return _0x474256;_0x453de9=_0x453de9['next'];}return{'type':'format','content':o(_0x50ac1b,'*Set\x20format:*\x20%0',o(_0x50ac1b,'ELEMENT_'+_0x11651d['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x1fd459=this['editor'],_0x24ea88=_0x1fd459['locale'];_0x1fd459['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3e47a3=>{if('formatBlock'!=_0x3e47a3['type'])return;const {data:_0x331336}=_0x3e47a3;if(!_0x331336)return;let _0x31a2d1,_0x3513f4;switch(_0x331336['commandName']){case'listStyle':_0x31a2d1='*Change\x20to:*\x20%0',_0x3513f4={'type':'format','content':o(_0x24ea88,_0x31a2d1,o(_0x24ea88,this['_getTranslationKeyForListStyle'](_0x331336['commandParams'][0x0]['type'])))};break;case'listReversed':_0x31a2d1=_0x331336['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x3513f4={'type':'format','content':o(_0x24ea88,_0x31a2d1)};break;case'listStart':_0x31a2d1='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x3513f4={'type':'format','content':o(_0x24ea88,_0x31a2d1,_0x331336['commandParams'][0x0]['startIndex'])};}return _0x3513f4;});}['_getTranslationKeyForListStyle'](_0xfdd967){return'ELEMENT_'+function(_0xf860f8){if(Se['includes'](_0xf860f8))return'bulleted';if(_e['includes'](_0xf860f8))return'numbered';return null;}(_0xfdd967)['toUpperCase']()+'_LIST_'+_0xfdd967['toUpperCase']()['replace'](/-/g,'_');}}const Se=['disc','circle','square'],_e=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class z extends _0x281269{['afterInit'](){const _0x375e8f=this['editor'];_0x375e8f['commands']['get']('emoji')&&_0x375e8f['plugins']['get']('TrackChangesEditing')['enableCommand']('emoji');}}class W extends _0x281269{static get['requires'](){return[_0x1c2114];}['init'](){const _0x231ead=this['editor'],_0x3c726a=_0x231ead['plugins']['get']('TrackChangesEditing'),_0x5e182c=_0x231ead['commands']['get']('enter');_0x3c726a['enableCommand']('enter',()=>{_0x231ead['model']['change'](_0x164659=>{const _0x36ebe3=_0x231ead['model']['document']['selection'],_0x53d42f=_0x36ebe3['getFirstPosition'](),_0x13bd33=_0x39990b['fromRange'](_0x36ebe3['getFirstRange']());if(_0x5e182c['enterBlock'](_0x164659)){const _0x270580=_0x231ead['model']['createPositionAt'](_0x53d42f['parent']['nextSibling'],0x0),_0x122f95=_0x164659['createRange'](_0x53d42f,_0x270580);_0x3c726a['markInsertion'](_0x122f95);}else _0x164659['setSelection'](_0x164659['createRange'](_0x13bd33['end']));_0x13bd33['detach'](),_0x5e182c['fire']('afterExecute',{'writer':_0x164659});});}),_0x231ead['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',De(_0x231ead,'split'),{'priority':'high'}),_0x231ead['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x48193b,_0x8b26f0,_0x2c3c72)=>{const _0x530a04=_0x2c3c72['mapper']['markerNameToElements'](_0x8b26f0['markerName']);if(_0x530a04){for(const _0x47bb2e of _0x530a04)_0x47bb2e['hasClass']('ck-suggestion-marker-split')&&(_0x2c3c72['mapper']['unbindElementFromMarkerName'](_0x47bb2e,_0x8b26f0['markerName']),_0x2c3c72['writer']['remove'](_0x47bb2e));}},{'priority':'high'}),_0x231ead['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x5f0c15,_0x45a029,_0x521f70)=>{_0x521f70['options']['showSuggestionHighlights']&&De(_0x231ead,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x5f0c15,_0x45a029,_0x521f70);},{'priority':'high'});}}class Q extends _0x281269{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x3c1309=this['editor']['plugins']['get']('TrackChangesEditing');_0x3c1309['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x3c1309['enableCommand']('findNext'),_0x3c1309['enableCommand']('findPrevious'),_0x3c1309['enableCommand']('replace'),_0x3c1309['enableCommand']('replaceAll');}['handleFindCommand'](_0x39d14d,_0x361ad3,_0x552d83={}){const _0xdd2597=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x39d14d(_0x20cbdc=>{let _0x4906bd=('string'==typeof _0x361ad3?_0xdd2597['findByTextCallback'](_0x361ad3,_0x552d83):_0x361ad3)(_0x20cbdc);Array['isArray'](_0x4906bd)&&(_0x4906bd={'results':_0x4906bd,'searchText':'string'==typeof _0x361ad3?_0x361ad3:''});const _0x28773d=_0x4906bd['results']['filter'](_0x22c0f9=>!0x1===this['_isInDeletionRange'](_0x22c0f9,_0x20cbdc['item']));return{..._0x4906bd,'results':_0x28773d};},_0x552d83);}['_isInDeletionRange'](_0x4e82ab,_0x39f64f){const _0x55348d=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x39f64f,_0x4e82ab['start']),this['editor']['model']['createPositionAt'](_0x39f64f,_0x4e82ab['end']));for(const _0x2dd090 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x55348d['getIntersection'](_0x2dd090['getRange']()))return!0x0;return!0x1;}}const eo=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class X extends _0x281269{['afterInit'](){const _0x59c74b=this['editor']['locale'],_0x4aa76d=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x4400fc,commandName:_0x3bf4a6}of eo)this['editor']['plugins']['has'](_0x4400fc)&&(_0x4aa76d['enableDefaultAttributesIntegration'](_0x3bf4a6),_0x4aa76d['registerInlineAttribute'](_0x3bf4a6));_0x4aa76d['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x59c74b,'FORMAT_FONT_SIZE')),_0x4aa76d['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x59c74b,'FORMAT_FONT_FAMILY')),_0x4aa76d['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x59c74b,'FORMAT_FONT_COLOR')),_0x4aa76d['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x59c74b,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2610bb=this['editor'],_0x4d5573=_0x2610bb['locale'];_0x2610bb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x19748b=>{const _0x11635a=_0x4d5573['t'];if('formatInline'!=_0x19748b['type'])return;const {data:_0x5bb502}=_0x19748b;if(null!=_0x5bb502){if('fontSize'==_0x5bb502['commandName']){const _0x5163b1=_0x5bb502['commandParams'][0x0]['value'];if(_0x5163b1){const _0x189345=_0x11635a(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x5f110e=>_0x5f110e['model']==_0x5163b1)['title'])['toLowerCase']();return{'type':'format','content':o(_0x4d5573,'*Set\x20font\x20size:*\x20%0',_0x189345)};}return{'type':'format','content':o(_0x4d5573,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x5bb502['commandName']){const _0x31eaa6=_0x5bb502['commandParams'][0x0]['value'];return _0x31eaa6?{'type':'format','content':o(_0x4d5573,'*Set\x20font\x20family:*\x20%0',_0x31eaa6)}:{'type':'format','content':o(_0x4d5573,'*Reset\x20font\x20family*')};}if('fontColor'==_0x5bb502['commandName']){const _0xf6ad72=_0x5bb502['commandParams'][0x0]['value'];if(_0xf6ad72){const _0x3fa35c=_0x5e2ef5(this['editor']['config']['get']('fontColor.colors'))['find'](_0x3f67ba=>_0x3f67ba['model']==_0xf6ad72);let _0xa0dd0c=_0xf6ad72,_0x4a887b='';return _0x3fa35c&&(_0xa0dd0c=_0x3fa35c['label'],_0x4a887b=_0x11635a(_0xa0dd0c)['toLowerCase']()),{'type':'format','content':o(_0x4d5573,'*Set\x20font\x20color:*\x20%0',_0x4a887b)['trim'](),'color':{'value':_0xf6ad72,'title':_0x4a887b||_0xa0dd0c}};}return{'type':'format','content':o(_0x4d5573,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x5bb502['commandName']){const _0x3816f0=_0x5bb502['commandParams'][0x0]['value'];if(_0x3816f0){const _0x3594ce=_0x5e2ef5(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x14e0dd=>_0x14e0dd['model']==_0x3816f0);let _0x58af86=_0x3816f0,_0x6ba561='';return _0x3594ce&&(_0x58af86=_0x3594ce['label'],_0x6ba561=_0x11635a(_0x58af86)['toLowerCase']()),{'type':'format','content':o(_0x4d5573,'*Set\x20font\x20background\x20color:*\x20%0',_0x6ba561)['trim'](),'color':{'value':_0x3816f0,'title':_0x6ba561||_0x58af86}};}return{'type':'format','content':o(_0x4d5573,'*Reset\x20font\x20background\x20color*')};}}});}}class Y extends _0x281269{['afterInit'](){const _0x3ca2d1=this['editor'],_0x3c69cb=_0x3ca2d1['plugins']['get']('TrackChangesEditing'),_0x17cae5=_0x3ca2d1['commands']['get']('copyFormat'),_0x56ab11=_0x3ca2d1['commands']['get']('pasteFormat');_0x17cae5&&_0x56ab11&&(_0x3c69cb['enableDefaultAttributesIntegration']('pasteFormat'),_0x3c69cb['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x53e049=this['editor'],_0x49e905=_0x53e049['locale'];_0x53e049['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x58da37=>{if('formatBlock'!=_0x58da37['type']&&'formatInline'!=_0x58da37['type'])return;const {data:_0x212abf}=_0x58da37;if(_0x212abf&&'pasteFormat'===_0x212abf['commandName']){const _0x369915=[],_0x182ac1=_0x212abf['commandParams'][0x0];for(const [_0x46b8a5,_0x552746]of Object['entries'](_0x182ac1))_0x369915['push'](ro(_0x53e049,_0x46b8a5,_0x552746));return _0x369915['length']?{'type':'format','content':o(_0x49e905,'*Set\x20format\x20to:*\x20%0',_0x369915['join'](',\x20'))}:{'type':'format','content':o(_0x49e905,'*Remove\x20all\x20formatting*')};}});}}function ro(_0x1db545,_0x1ad50e,_0x204173){const _0x316d02=_0x1db545['locale']['t'],_0xe2f19d=_0x1ad50e['split'](/(?=[A-Z])/)['join']('\x20'),_0x589df0=_0x316d02(_0xe2f19d['charAt'](0x0)['toUpperCase']()+_0xe2f19d['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x204173)return _0x589df0;if('fontColor'===_0x1ad50e||'fontBackgroundColor'===_0x1ad50e){const _0x4bd44e=_0x5e2ef5(_0x1db545['config']['get']('fontColor.colors'))['find'](_0x2adb36=>_0x2adb36['model']==_0x204173);return _0x589df0+'\x20('+(_0x4bd44e?_0x316d02(_0x4bd44e['label'])['toLowerCase']():_0x204173)+')';}if('fontSize'===_0x1ad50e&&isNaN(parseFloat(_0x204173))){const _0x5d5fd8=_0x1db545['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x1db545['config']['get']('fontSize.options'))['find'](_0x41801f=>_0x41801f['model']==_0x204173);return _0x589df0+'\x20('+(_0x5d5fd8?_0x316d02(_0x5d5fd8['title'])['toLowerCase']():_0x204173)+')';}return _0x589df0+'\x20('+_0x204173+')';}class Z extends _0x281269{['_headingOptions'];['afterInit'](){const _0x54e1fd=this['editor'];if(!_0x54e1fd['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x54e1fd['config']['get']('heading.options');const _0x5c7040=_0x54e1fd['locale'],_0x2c6969=_0x54e1fd['plugins']['get']('TrackChangesEditing');_0x2c6969['enableDefaultAttributesIntegration']('heading');for(const _0x23b79f of this['_headingOptions'])'paragraph'!=_0x23b79f['model']&&_0x2c6969['descriptionFactory']['registerElementLabel'](_0x23b79f['model'],_0x23eef4=>{const _0x1b25fb=this['_getHeadingLevel'](_0x23b79f['model']);return null!==_0x1b25fb?_0x24315e(_0x23eef4,_0x1b25fb):_0x5303de(_0x23eef4,_0x23b79f['title']);});function _0x24315e(_0x31df91,_0x3a248d){return o(_0x5c7040,'ELEMENT_HEADING',[_0x31df91,_0x3a248d]);}function _0x5303de(_0x503027,_0x2e7c6a){return o(_0x5c7040,'ELEMENT_HEADING_CUSTOM',[_0x503027,_0x2e7c6a]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x27c06a=this['editor'],_0x1423f1=_0x27c06a['locale'];function _0x209b84(_0x51f00f,_0x1b50a9){return o(_0x1423f1,'ELEMENT_HEADING_CUSTOM',[_0x51f00f,_0x1b50a9]);}_0x27c06a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x491620=>{if('formatBlock'!=_0x491620['type'])return;const {data:_0x3246ec}=_0x491620;if(_0x3246ec&&'heading'==_0x3246ec['commandName']){const _0x4d4242=_0x3246ec['commandParams'][0x0]['value'],_0x5cbb32=this['_getHeadingLevel'](_0x4d4242);if(null!==_0x5cbb32)return{'type':'format','content':o(_0x1423f1,'*Change\x20to:*\x20%0',(_0x34c73f=0x1,_0x56dfd0=_0x5cbb32,o(_0x1423f1,'ELEMENT_HEADING',[_0x34c73f,_0x56dfd0])))};const _0x3b0171=this['_headingOptions']['find'](_0xc3aa0c=>_0xc3aa0c['model']===_0x4d4242)['title'];return{'type':'format','content':o(_0x1423f1,'*Change\x20to:*\x20%0',_0x209b84(0x1,_0x3b0171))};}var _0x34c73f,_0x56dfd0;});}['_getHeadingLevel'](_0x4f5f5d){const _0x469818=_0x4f5f5d['match'](/^heading(\d+)/);if(_0x469818)return _0x469818[0x1];const _0x18569e=this['_headingOptions']?.['find'](_0x5abf37=>_0x5abf37['model']==_0x4f5f5d);if(_0x18569e&&_0x18569e['view']){const _0x6048f2=_0x18569e['view'],_0x4f588e=(_0x6048f2['name']??_0x6048f2)['match'](/^h(\d+)/);if(_0x4f588e)return _0x4f588e[0x1];}return null;}}class tt extends _0x281269{['afterInit'](){const _0x289101=this['editor'];if(!_0x289101['plugins']['has']('HighlightEditing'))return;const _0x4f1042=_0x289101['plugins']['get']('TrackChangesEditing'),_0x11b017=_0x289101['locale'];_0x4f1042['enableDefaultAttributesIntegration']('highlight'),_0x4f1042['registerInlineAttribute']('highlight'),_0x4f1042['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x11b017,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x548a50=this['editor'],_0xe77701=_0x548a50['locale'];_0x548a50['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x56323c=>{if('formatInline'!=_0x56323c['type'])return;const {data:_0xd7cd79}=_0x56323c;if(_0xd7cd79&&'highlight'==_0xd7cd79['commandName']){const _0x1a02d2=_0xe77701['t'],_0x33d7c1=_0xd7cd79['commandParams'][0x0]['value'];if(_0x33d7c1){const _0x5e7c74=_0x548a50['config']['get']('highlight.options')['find'](_0x140c08=>_0x140c08['model']==_0x33d7c1),_0x50e064=_0x1a02d2(_0x5e7c74['title'])['toLowerCase']();return{'type':'format','content':o(_0xe77701,'*Set\x20highlight:*\x20%0',_0x50e064),'color':{'value':_0x5e7c74['color'],'title':_0x5e7c74['title']}};}return{'type':'format','content':o(_0xe77701,'*Remove\x20highlight*',o(_0xe77701,'FORMAT_HIGHLIGHT'))};}});}}class it extends _0x281269{['afterInit'](){const _0x136f75=this['editor'];if(!_0x136f75['plugins']['has']('HorizontalLineEditing'))return;_0x136f75['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x44a215=_0x136f75['plugins']['get']('TrackChangesEditing'),_0x133b68=_0x136f75['locale'];_0x44a215['descriptionFactory']['registerElementLabel']('horizontalLine',_0x589fbf=>o(_0x133b68,'ELEMENT_HORIZONTAL_LINE',_0x589fbf)),_0x136f75['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x52f9b8,{writer:_0x3bf067,options:_0xc614f7})=>{if(!_0xc614f7['showSuggestionHighlights'])return null;const _0x459d38=_0x3bf067['createContainerElement']('div'),_0x297f48=_0x3bf067['createEmptyElement']('hr');return _0x3bf067['addClass']('ck-horizontal-line',_0x459d38),_0x3bf067['insert'](_0x3bf067['createPositionAt'](_0x459d38,0x0),_0x297f48),_0x459d38;},'converterPriority':'high'});}}class nt extends _0x281269{['afterInit'](){const _0x427dc1=this['editor'];if(!_0x427dc1['plugins']['has']('HtmlEmbed'))return;const _0x2c3939=_0x427dc1['plugins']['get']('TrackChangesEditing'),_0x1f3ae6=_0x427dc1['locale'];_0x2c3939['descriptionFactory']['registerElementLabel']('rawHtml',_0xfa63aa=>o(_0x1f3ae6,'ELEMENT_HTML_EMBED',_0xfa63aa)),_0x2c3939['enableDefaultAttributesIntegration']('htmlEmbed'),_0x2c3939['registerBlockAttribute']('value'),_0x2c3939['descriptionFactory']['registerDescriptionCallback'](_0x4b99b8=>{if('attribute'!=_0x4b99b8['type'])return;const {data:_0x5d75c3}=_0x4b99b8;if(_0x5d75c3&&'value'==_0x5d75c3['key']&&_0x4b99b8['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x49f5bb=o(_0x1f3ae6,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x1f3ae6,'*Change\x20%0\x20content*',_0x49f5bb)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1073c7=this['editor'],_0x5d09e3=_0x1073c7['locale'];_0x1073c7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1b4cf1=>{if('formatBlock'!=_0x1b4cf1['type'])return;const {data:_0xfd0932}=_0x1b4cf1;if(_0xfd0932&&'htmlEmbed'==_0xfd0932['commandName']){const _0x3a0481=o(_0x5d09e3,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x5d09e3,'*Change\x20%0\x20content*',_0x3a0481)};}});}}class et extends _0x281269{['afterInit'](){const _0x1609dc=this['editor'];if(!_0x1609dc['plugins']['has']('ImageEditing'))return;const _0x38facd=_0x1609dc['plugins']['get']('TrackChangesEditing'),_0x18576b=_0x1609dc['plugins']['get']('ImageUtils'),_0x4fb4d1=_0x1609dc['locale'];_0x38facd['enableCommand']('insertImage'),_0x38facd['descriptionFactory']['registerElementLabel']('imageBlock',_0xe55321=>o(_0x4fb4d1,'ELEMENT_IMAGE',_0xe55321)),_0x38facd['descriptionFactory']['registerElementLabel']('imageInline',_0x5d36de=>o(_0x4fb4d1,'ELEMENT_INLINE_IMAGE',_0x5d36de)),_0x38facd['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x4fb4d1,'ELEMENT_CAPTION')),_0x1609dc['plugins']['has']('ImageUploadEditing')&&_0x38facd['enableCommand']('uploadImage'),_0x1609dc['plugins']['has']('ImageBlockEditing')&&_0x1609dc['plugins']['has']('ImageInlineEditing')&&(_0x38facd['enableCommand']('imageTypeInline',(_0x149588,_0x47cef4)=>{const _0x4ce20a=_0x18576b['getClosestSelectedImageElement'](_0x1609dc['model']['document']['selection']);_0x1609dc['model']['change'](()=>{_0x38facd['markBlockFormat'](_0x4ce20a,{'commandName':'imageTypeInline','commandParams':[_0x47cef4]},[],'convertBlockImageToInline');});}),_0x38facd['enableCommand']('imageTypeBlock',(_0x4e20d4,_0x30a7eb)=>{_0x1609dc['model']['change'](_0x455c93=>{let _0x1293cc=_0x18576b['getClosestSelectedImageElement'](_0x1609dc['model']['document']['selection']),_0x5a20e5=_0x455c93['createRangeOn'](_0x1293cc);const _0x28436e=_0x5177ee['fromPosition'](_0x5a20e5['start'],'toPrevious'),_0x3857ac=_0x5177ee['fromPosition'](_0x5a20e5['end'],'toNext');_0x38facd['forceDefaultExecution'](()=>_0x4e20d4(_0x30a7eb)),_0x1293cc=_0x18576b['getClosestSelectedImageElement'](_0x1609dc['model']['document']['selection']),_0x5a20e5=_0x455c93['createRangeOn'](_0x1293cc);const _0x7e36a6=_0x455c93['createRange'](_0x28436e,_0x3857ac);_0x28436e['detach'](),_0x3857ac['detach'](),_0x38facd['markBlockFormat'](_0x1293cc,{'commandName':'imageTypeInline','commandParams':[_0x30a7eb]},[],'convertInlineImageToBlock'),_0x7e36a6['start']['isBefore'](_0x5a20e5['start'])&&_0x38facd['markInsertion'](_0x455c93['createRange'](_0x7e36a6['start'],_0x5a20e5['start']),'convertInlineImageToBlock'),_0x5a20e5['end']['isBefore'](_0x7e36a6['end'])&&_0x38facd['markInsertion'](_0x455c93['createRange'](_0x5a20e5['end'],_0x7e36a6['end']),'convertInlineImageToBlock');});}),_0x38facd['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x38facd['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x38facd['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x38facd['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x38facd['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x38facd['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x3f8fed])=>{const _0x15260e=_0x38facd['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x26b65e=_0x3f8fed['start'],_0x21426c=_0x3f8fed['end'];const _0x346c40=_0x1609dc['model']['schema']['getNearestSelectionRange'](_0x26b65e,'backward'),_0xd42fc0=_0x1609dc['model']['schema']['getNearestSelectionRange'](_0x21426c,'forward');_0x346c40['isCollapsed']&&(_0x26b65e=_0x346c40['start']),_0xd42fc0['isCollapsed']&&(_0x21426c=_0xd42fc0['end']),_0x15260e([_0x1609dc['model']['createRange'](_0x26b65e,_0x21426c)]);}),_0x38facd['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x3d417c),_0x38facd['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x3d417c)),_0x1609dc['plugins']['has']('ImageCaptionEditing')&&(_0x38facd['enableCommand']('toggleImageCaption',(_0x268934,_0x1bf1de)=>{const _0x275286=_0x1609dc['plugins']['get']('ImageCaptionUtils');let _0x495a11=_0x18576b['getClosestSelectedImageElement'](_0x1609dc['model']['document']['selection']),_0x3dccf4=_0x275286['getCaptionFromImageModelElement'](_0x495a11);_0x1609dc['model']['change'](()=>{if(_0x3dccf4)return void _0x38facd['markDeletion'](_0x1609dc['model']['createRangeOn'](_0x3dccf4));const _0xbec326=_0x18576b['isBlockImage'](_0x495a11);_0x268934(_0x1bf1de),_0x495a11=_0x18576b['getClosestSelectedImageElement'](_0x1609dc['model']['document']['selection']),_0x3dccf4=_0x275286['getCaptionFromImageModelElement'](_0x495a11),_0x38facd['markInsertion'](_0x1609dc['model']['createRangeOn'](_0x3dccf4),_0xbec326?null:'imageCaption');});}),_0x38facd['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x3d417c));const _0x36bbf8=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x4bad52(_0x43c70b,_0xb56c57){const _0x52fc4c=_0x36bbf8['findIndex'](({type:_0x20ec00,subType:_0x5ae933})=>_0x43c70b['type']==_0x20ec00&&_0x43c70b['subType']==_0x5ae933),_0x2b5ab0=_0x36bbf8['findIndex'](({type:_0x45388a,subType:_0x5c06dc})=>_0xb56c57['type']==_0x45388a&&_0xb56c57['subType']==_0x5c06dc);if(_0x52fc4c<0x0||_0x2b5ab0<0x0)return!0x1;const _0x33f22a=_0x43c70b['getFirstRange'](),_0x4f7d19=_0xb56c57['getFirstRange']();if((0x0==_0x52fc4c||0x1==_0x52fc4c)&&0x2==_0x2b5ab0&&_0x33f22a['isIntersecting'](_0x4f7d19))return!0x0;if(0x2==_0x52fc4c&&0x3==_0x2b5ab0){const _0x80443b=_0x38facd['_findSuggestions'](_0x33f22a,'insertion')['filter'](({suggestion:_0x277d74,meta:_0x219032})=>_0x219032['isOwn']&&'convertInlineImageToBlock'==_0x277d74['subType']);if(_0x80443b['length']>0x1&&_0x4f7d19['end']['isEqual'](_0x33f22a['start']))return!0x0;if(0x1==_0x80443b['length']&&(_0x33f22a['start']['isEqual'](_0x4f7d19['end'])||_0x33f22a['end']['isEqual'](_0x4f7d19['start'])))return!0x0;}if(0x3==_0x52fc4c&&0x3==_0x2b5ab0&&_0x33f22a['start']['isBefore'](_0x4f7d19['start'])){const _0x594bb9=_0x33f22a['end']['nodeAfter'],_0x4aa080=_0x4f7d19['start']['nodeBefore'];return _0x18576b['isBlockImage'](_0x594bb9)&&_0x594bb9===_0x4aa080;}return!0x1;}function _0x3d417c(_0x4a6f3e,_0x10a111){return _0x4bad52(_0x4a6f3e,_0x10a111)?[_0x4a6f3e,_0x10a111]:_0x4bad52(_0x10a111,_0x4a6f3e)?[_0x10a111,_0x4a6f3e]:null;}_0x1609dc['plugins']['has']('ImageResize')&&(_0x38facd['enableDefaultAttributesIntegration']('resizeImage'),_0x38facd['registerBlockAttribute']('resizedWidth'),_0x38facd['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x4fb4d1,'FORMAT_IMAGE_SIZE'))),_0x1609dc['plugins']['has']('ImageTextAlternativeEditing')&&(_0x38facd['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x38facd['registerBlockAttribute']('alt')),_0x1609dc['plugins']['has']('PictureEditing')&&(_0x38facd['registerBlockAttribute']('sources'),_0x38facd['descriptionFactory']['registerDescriptionCallback'](_0x4d95c5=>{if('attribute'!=_0x4d95c5['type'])return;const {data:_0x460965}=_0x4d95c5;return _0x460965&&'sources'==_0x460965['key']?{'type':'format','content':''}:void 0x0;})),_0x1609dc['plugins']['has']('ImageSizeAttributes')&&(_0x38facd['registerBlockAttribute']('width'),_0x38facd['registerBlockAttribute']('height'),_0x38facd['descriptionFactory']['registerDescriptionCallback'](_0x4631c5=>{if('attribute'!=_0x4631c5['type'])return;const {data:_0x35782a}=_0x4631c5;return!_0x35782a||'width'!=_0x35782a['key']&&'height'!=_0x35782a['key']?void 0x0:{'type':'format','content':''};})),_0x38facd['descriptionFactory']['registerDescriptionCallback'](_0x51c85b=>{if(!!_0x36bbf8['find'](({type:_0x543553,subType:_0x1ed8b9})=>_0x51c85b['type']==_0x543553&&_0x51c85b['subType']==_0x1ed8b9))return _0x51c85b['previous']?{}:void 0x0;}),_0x38facd['descriptionFactory']['registerDescriptionCallback'](_0x3880cb=>{if('insertion'==_0x3880cb['type']||'deletion'==_0x3880cb['type']){const _0xacb7db=_0x3880cb['getContainedElement']();if(_0xacb7db&&_0xacb7db['is']('element','caption'))return{'type':'insertion'==_0x3880cb['type']?'addObject':'removeObject','element':_0xacb7db,'quantity':0x1};}}),_0x38facd['descriptionFactory']['registerDescriptionCallback'](_0x406adc=>'formatBlock'==_0x406adc['type']&&'convertInlineImageToBlock'==_0x406adc['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x406adc['type']&&'convertBlockImageToInline'==_0x406adc['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x38facd['descriptionFactory']['registerDescriptionCallback'](_0x525e1c=>{if('attribute'!=_0x525e1c['type'])return;const {data:_0x4fa9f5}=_0x525e1c;if(!_0x4fa9f5||'alt'!=_0x4fa9f5['key'])return;const _0x2fd4f5=_0x4fa9f5['newValue'];return _0x2fd4f5?{'type':'format','content':o(_0x4fb4d1,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x2fd4f5+'\x22')}:{'type':'format','content':o(_0x4fb4d1,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x312ed7=this['editor'],_0xade380=_0x312ed7['locale'];_0x312ed7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x559c52=>{if('formatBlock'!=_0x559c52['type']&&'formatInline'!=_0x559c52['type'])return;const {data:_0x362271}=_0x559c52;if(_0x362271){if('imageTextAlternative'==_0x362271['commandName']){const _0x774d24=_0x362271['commandParams'][0x0]['newValue'];return _0x774d24?{'type':'format','content':o(_0xade380,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x774d24+'\x22')}:{'type':'format','content':o(_0xade380,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x362271['commandName']){const _0x286f80=_0x362271['commandParams'][0x0]['width'];return _0x286f80?{'type':'format','content':o(_0xade380,'*Set\x20image\x20width:*\x20%0',_0x286f80)}:{'type':'format','content':o(_0xade380,'*Reset\x20image\x20width*')};}}});}}class st extends _0x281269{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x2ec599=this['editor']['locale'],_0x2444e0=this['editor']['plugins']['get']('TrackChangesEditing');_0x2444e0['enableDefaultAttributesIntegration']('replaceImageSource'),_0x2444e0['registerBlockAttribute']('src'),_0x2444e0['descriptionFactory']['registerDescriptionCallback'](_0x436620=>{if('attribute'!=_0x436620['type'])return;const {data:_0x326185}=_0x436620;return _0x326185&&'src'==_0x326185['key']?_0x326185['newValue']&&_0x326185['oldValue']?{'type':'format','content':o(_0x2ec599,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x1a15ac=this['editor']['plugins']['get']('TrackChangesEditing');_0x1a15ac['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x1a15ac['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x1a15ac['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x1a15ac['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x37ba47=this['editor'],_0x59edb2=_0x37ba47['locale'];_0x37ba47['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xe5bce2=>{if('formatBlock'!=_0xe5bce2['type']&&'formatInline'!=_0xe5bce2['type'])return;const {data:_0x5926dd}=_0xe5bce2;if(!_0x5926dd||'replaceImageSource'!=_0x5926dd['commandName'])return;return{'type':'format','content':o(_0x59edb2,'*Format:*\x20replace\x20image\x20URL')};});}}class ot extends _0x281269{['afterInit'](){const _0x56ffee=this['editor'];if(!_0x56ffee['plugins']['has']('ImageStyleEditing'))return;const _0x5bc835=_0x56ffee['plugins']['get']('TrackChangesEditing'),_0x5f1541=_0x56ffee['plugins']['get']('ImageUtils'),_0x551358={};_0x5bc835['enableCommand']('imageStyle',(_0x3d6a58,_0x4021aa)=>{const _0x23d682=_0x56ffee['plugins']['get']('Users')['me'],_0x24fb76=_0x56ffee['commands']['get']('imageStyle');let _0x50d91e=_0x5f1541['getClosestSelectedImageElement'](_0x56ffee['model']['document']['selection']),_0x1ece17=_0x56ffee['model']['createRangeOn'](_0x50d91e),_0x3147b4=_0x24fb76['value'];if(_0x3147b4==_0x4021aa['value'])return;const _0x5e0a0d={'commandName':'imageStyle','commandParams':[_0x4021aa],'formatGroupId':_0x3b5d55()};_0x56ffee['model']['change'](()=>{if(_0x5bc835['getSuggestions']()['filter'](_0x262c4f=>_0x262c4f['isInContent']&&_0x23d682==_0x262c4f['author']&&('formatBlock'==_0x262c4f['type']||'formatInline'==_0x262c4f['type'])&&('imageStylePreApply'==_0x262c4f['subType']||'imageStylePostApply'==_0x262c4f['subType'])&&_0x262c4f['getFirstRange']()['isEqual'](_0x1ece17))['forEach'](_0x29c3a8=>_0x5bc835['discardSuggestion'](_0x29c3a8['head'])),_0x50d91e=_0x5f1541['getClosestSelectedImageElement'](_0x56ffee['model']['document']['selection']),_0x1ece17=_0x56ffee['model']['createRangeOn'](_0x50d91e),_0x24fb76['refresh'](),_0x56ffee['commands']['get']('imageTypeInline')['refresh'](),_0x56ffee['commands']['get']('imageTypeBlock')['refresh'](),_0x3147b4=_0x24fb76['value'],_0x3147b4!=_0x4021aa['value'])return _0x5f1541['isInlineImage'](_0x50d91e)&&_0x24fb76['shouldConvertImageType'](_0x4021aa['value'],_0x50d91e)?(_0x3d6a58({..._0x4021aa,'setImageSizes':!0x1}),_0x50d91e=_0x5f1541['getClosestSelectedImageElement'](_0x56ffee['model']['document']['selection']),void _0x5bc835['markBlockFormat'](_0x50d91e,{..._0x5e0a0d,'commandReversedParams':[{'value':_0x3147b4||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x5f1541['isBlockImage'](_0x50d91e)?_0x5bc835['markBlockFormat'](_0x50d91e,_0x5e0a0d,[],'imageStylePostApply'):_0x5bc835['markInlineFormat'](_0x1ece17,_0x5e0a0d,'imageStylePostApply'));});});for(const _0x490ffc of _0x56ffee['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x551358[_0x490ffc['name']]=_0x490ffc['title']['toLowerCase']();_0x5bc835['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x5bc835['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x5bc835['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x5bc835['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0xa1667c])=>{_0x5f1541['setImageNaturalSizeAttributes'](_0xa1667c['getContainedElement']());}),_0x5bc835['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x1d1beb,_0x401603)=>{_0x5bc835['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x1d1beb,{'commandName':_0x401603['commandName'],'commandParams':_0x401603['commandReversedParams']});}),_0x5bc835['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x561940,_0x50cde0){if(_0x1a9fb8(_0x561940,_0x50cde0))return[_0x561940,_0x50cde0];if(_0x1a9fb8(_0x50cde0,_0x561940))return[_0x50cde0,_0x561940];return null;});const _0x17ff06=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x1a9fb8(_0x4e47e5,_0x3e2103){const _0x2903e4=_0x17ff06['findIndex'](({type:_0x3b5284,subType:_0x3b81d7})=>_0x4e47e5['type']==_0x3b5284&&_0x4e47e5['subType']==_0x3b81d7),_0x12b478=_0x17ff06['findIndex'](({type:_0x1077c8,subType:_0x3d1b58})=>_0x3e2103['type']==_0x1077c8&&_0x3e2103['subType']==_0x3d1b58);if(_0x2903e4<0x0||_0x12b478<0x0)return!0x1;const _0x3d4e5b=_0x4e47e5['getFirstRange'](),_0x4c531d=_0x3e2103['getFirstRange']();if((0x0==_0x2903e4||0x1==_0x2903e4)&&0x2==_0x12b478&&_0x3d4e5b['isIntersecting'](_0x4c531d))return!0x0;if(0x2==_0x2903e4&&0x3==_0x12b478){const _0x3015dd=_0x5bc835['_findSuggestions'](_0x3d4e5b,'insertion')['filter'](({suggestion:_0x17f4bf,meta:_0x1f055f})=>_0x1f055f['isOwn']&&'convertInlineImageToBlock'==_0x17f4bf['subType']);if(_0x3015dd['length']>0x1&&_0x4c531d['end']['isEqual'](_0x3d4e5b['start']))return!0x0;if(0x1==_0x3015dd['length']&&(_0x3d4e5b['start']['isEqual'](_0x4c531d['end'])||_0x3d4e5b['end']['isEqual'](_0x4c531d['start'])))return!0x0;}if(0x3==_0x2903e4&&0x3==_0x12b478&&_0x3d4e5b['start']['isBefore'](_0x4c531d['start'])){const _0x540e9e=_0x3d4e5b['end']['nodeAfter'],_0x246dfb=_0x4c531d['start']['nodeBefore'];return _0x5f1541['isBlockImage'](_0x540e9e)&&_0x540e9e===_0x246dfb;}return!0x1;}_0x56ffee['model']['document']['registerPostFixer'](()=>{let _0x438ba9=!0x1;const _0x5f3b6b=Array['from'](_0x56ffee['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x39f6d5,data:_0x1aa03e}of _0x5f3b6b){const {group:_0x450e5e,type:_0x18d55f,subType:_0x47b6f8,id:_0x267d01}=_0x5bc835['_splitMarkerName'](_0x39f6d5);if('suggestion'==_0x450e5e&&_0x5bc835['hasSuggestion'](_0x267d01)){if('formatBlock'==_0x18d55f&&('imageStylePreApply'==_0x47b6f8||'imageStylePostApply'==_0x47b6f8)){const _0x500cae=_0x5bc835['getSuggestion'](_0x267d01);if(_0x1aa03e['newRange']){const _0x58d6d4=_0x500cae['getFirstRange']()['getContainedElement']();if(_0x5f1541['isBlockImage'](_0x58d6d4))continue;_0x5bc835['discardSuggestion'](_0x500cae),_0x438ba9=!0x0;}}if('insertion'==_0x18d55f&&'imageCaption'==_0x47b6f8&&!_0x1aa03e['newRange']){const _0xd2550f=_0x5bc835['getSuggestion'](_0x267d01);_0xd2550f['next']&&_0xd2550f['next']['isInContent']&&(_0x5bc835['discardSuggestion'](_0xd2550f['next']),_0x438ba9=!0x0);}}}return _0x438ba9;}),this['_registerLegacyDescription'](_0x551358);}['_registerLegacyDescription'](_0x2c8056){const _0x3a435e=this['editor'],_0x1d8626=_0x3a435e['locale'];_0x3a435e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5ed2df=>{if('formatBlock'!=_0x5ed2df['type']&&'formatInline'!=_0x5ed2df['type'])return;const {data:_0x15db3a}=_0x5ed2df;if(!_0x15db3a||'imageStyle'!=_0x15db3a['commandName'])return;const _0x4811fe=_0x15db3a['commandParams'][0x0]['value'];return _0x36abd7('side'===_0x4811fe?o(_0x1d8626,'FORMAT_SIDE_IMAGE'):_0x2c8056[_0x4811fe]||_0x4811fe);function _0x36abd7(_0x23f20f){return{'type':'format','content':o(_0x1d8626,'*Format:*\x20%0',_0x23f20f)};}});}}class rt extends _0x281269{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x1e084a){super(_0x1e084a),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x41f27c=this['editor'],_0x2b5e1e=_0x41f27c['commands']['get']('importWord'),_0x196da8=_0x41f27c['commands']['get']('trackChanges');_0x2b5e1e&&(_0x2b5e1e['on']('execute',(_0x2bd526,[,_0x4b872c])=>{this['_trackChangesValueDuringImport']=_0x196da8['value'],_0x4b872c['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x2b5e1e,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x2b5e1e,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x196da8['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x41f27c['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x502925,_0x43f6f9){const {suggestions:_0x248615}=_0x43f6f9,_0x2a78ee=this['editor']['commands']['get']('trackChanges'),_0x58efde=_0x2a78ee['value'];this['_trackChangesValueDuringImport']!==_0x58efde&&(_0x2a78ee['execute'](),this['_trackChangesExecuted']=!0x0),_0x248615&&_0x248615['forEach'](({id:_0x10a432,type:_0x53bd65,author:_0x3d098a,created_at:_0x2743e0})=>{const _0x5b37a9={'id':_0x10a432,'type':_0x53bd65,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x3d098a,'createdAt':_0x2743e0?new Date(_0x2743e0):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x5b37a9);});}}class at extends _0x281269{['afterInit'](){const _0x4562b6=this['editor'],_0x28753e=_0x4562b6['plugins']['get']('TrackChangesEditing');if(_0x4562b6['plugins']['has']('IndentEditing')&&(_0x28753e['enableCommand']('indent'),_0x28753e['enableCommand']('outdent')),_0x4562b6['plugins']['has']('IndentBlock')){for(const _0x4ae7c0 of['indentBlock','outdentBlock'])_0x28753e['enableDefaultAttributesIntegration'](_0x4ae7c0);}const _0x5890c7=_0x4562b6['locale'];_0x28753e['registerBlockAttribute']('blockIndent'),_0x28753e['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x5890c7,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x15922e=this['editor'],_0x57e035=_0x15922e['locale'],_0xaa9ae7=_0x15922e['plugins']['get']('TrackChangesEditing');_0xaa9ae7['descriptionFactory']['registerDescriptionCallback'](_0x1a89e3=>{if('formatBlock'!=_0x1a89e3['type'])return;const {data:_0x3880c6}=_0x1a89e3;if(!_0x3880c6)return;if('indentBlock'!=_0x3880c6['commandName']&&'outdentBlock'!=_0x3880c6['commandName'])return;const _0x5403f6=_0x1a89e3['getItems']()[0x0],_0x1c1892=_0xaa9ae7['descriptionFactory']['getItemLabel'](_0x5403f6);return'indentBlock'==_0x3880c6['commandName']?{'type':'format','content':o(_0x57e035,'*Indent:*\x20%0',_0x1c1892)}:'outdentBlock'==_0x3880c6['commandName']?{'type':'format','content':o(_0x57e035,'*Outdent:*\x20%0',_0x1c1892)}:void 0x0;});}}class ct extends _0x281269{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ut extends _0x281269{['afterInit'](){const _0x287b88=this['editor'];if(!_0x287b88['plugins']['has']('LinkEditing'))return;const _0x4960c3=_0x287b88['plugins']['get']('TrackChangesEditing'),_0x6354e1=_0x287b88['commands']['get']('link');_0x4960c3['enableDefaultAttributesIntegration']('link'),_0x4960c3['enableDefaultAttributesIntegration']('unlink'),_0x4960c3['registerInlineAttribute']('linkHref');for(const _0x806789 of _0x6354e1['manualDecorators'])_0x4960c3['registerInlineAttribute'](_0x806789['id']),_0x4960c3['descriptionFactory']['registerAttributeLabel'](_0x806789['id'],'link\x20('+_0x806789['label']['toLowerCase']()+')');_0x4960c3['descriptionFactory']['registerDescriptionCallback'](_0x3748da=>{if('attribute'!=_0x3748da['type'])return;const {data:_0x461059}=_0x3748da;if(!_0x461059||'linkHref'!=_0x461059['key'])return;const _0x338827=_0x461059['newValue'],_0x392950=_0x287b88['locale'];return{'type':'format','content':null==_0x338827?o(_0x392950,'*Remove\x20link*'):o(_0x392950,'*Set\x20link:*\x20%0','\x22'+_0x338827+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x297ab5=this['editor'],_0x5c8388=_0x297ab5['locale'];_0x297ab5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x223b4b=>{if('formatInline'!=_0x223b4b['type'])return;const {data:_0x1eef3b}=_0x223b4b;if(_0x1eef3b){if('link'==_0x1eef3b['commandName']){const _0x125b40=_0x1eef3b['commandParams'][0x0];return{'type':'format','content':o(_0x5c8388,'*Set\x20link:*\x20%0','\x22'+_0x125b40+'\x22')};}return'unlink'==_0x1eef3b['commandName']?{'type':'format','content':o(_0x5c8388,'*Remove\x20link*')}:void 0x0;}});}}class ft extends _0x281269{['afterInit'](){const _0x4b8d23=this['editor'],_0x2bb050=_0x4b8d23['locale'];if(!_0x4b8d23['plugins']['has']('LegacyListEditing'))return;const _0x49212a=_0x4b8d23['plugins']['get']('TrackChangesEditing'),_0xc14562=_0x4b8d23['plugins']['has']('LegacyTodoListEditing');function _0xf37744(_0x4c0725){return()=>{const _0x110a7a=_0x4b8d23['model']['document']['selection'],_0x521fa0=_0x4b8d23['commands']['get'](_0x4c0725);if(_0x521fa0['value'])return void _0x4b8d23['execute']('paragraph',{});const _0x81bf84=_0x4c0725['slice'](0x0,-0x4),_0x5e74f9=function(_0x33dea5,_0x50c7b0,_0x1c5cb1){let _0x572b95=Array['from'](_0x33dea5)['filter'](_0x5980ae=>function(_0x1fe38e,_0x60ae0d){return _0x60ae0d['checkChild'](_0x1fe38e['parent'],'listItem')&&!_0x60ae0d['isObject'](_0x1fe38e);}(_0x5980ae,_0x1c5cb1));_0x572b95=_0x572b95['filter'](_0x595228=>!_0x595228['is']('element','listItem')||_0x595228['getAttribute']('listType')!=_0x50c7b0);const _0x2cbd72=new Set();for(const _0x4b3d3e of _0x572b95)_0x4b3d3e['is']('element','listItem')?_0x2cbd72['add'](Le(_0x4b3d3e)):_0x2cbd72['add'](_0x4b3d3e);return Array['from'](_0x2cbd72);}(_0x110a7a['getSelectedBlocks'](),_0x81bf84,_0x4b8d23['model']['schema']);_0x4b8d23['model']['change'](()=>{for(const _0x290d03 of _0x5e74f9)_0x49212a['markBlockFormat'](_0x290d03,{'commandName':_0x4c0725,'commandParams':[{'forceValue':!_0x521fa0['value']}],'formatGroupId':'blockName'},Ee(_0x290d03));});};}function _0x197a8c(_0x5b7393){return()=>{const _0x1ef2b5=function(_0xe4d2e5){let _0x203596=Array['from'](_0xe4d2e5);const _0x18b1b4=_0x203596['findIndex'](_0x1f27b4=>'listItem'!=_0x1f27b4['name']);return _0x18b1b4>-0x1&&(_0x203596=_0x203596['slice'](0x0,_0x18b1b4)),_0x203596;}(_0x4b8d23['model']['document']['selection']['getSelectedBlocks']()),_0x2518d2=_0x4b8d23['model']['createRange'](_0x4b8d23['model']['createPositionAt'](_0x1ef2b5[0x0],'before'),_0x4b8d23['model']['createPositionAt'](_0x1ef2b5[_0x1ef2b5['length']-0x1],'end'));_0x4b8d23['model']['change'](()=>{_0x49212a['markBlockFormat'](_0x2518d2,{'commandName':_0x5b7393,'commandParams':[],'formatGroupId':'listIndent'},function(_0x18d598){const _0x3fc700=new Set();for(const _0x14e044 of _0x18d598){let _0x221cba=_0x14e044['nextSibling'];for(;_0x221cba&&_0x221cba['getAttribute']('listIndent')>_0x14e044['getAttribute']('listIndent');)_0x3fc700['add'](_0x221cba),_0x221cba=_0x221cba['nextSibling'];}return Array['from'](_0x3fc700);}(_0x1ef2b5));});};}_0x49212a['enableCommand']('numberedList',_0xf37744('numberedList')),_0x49212a['enableCommand']('bulletedList',_0xf37744('bulletedList')),_0xc14562&&_0x49212a['enableCommand']('todoList',_0xf37744('todoList')),_0x49212a['enableCommand']('indentList',_0x197a8c('indentList')),_0x49212a['enableCommand']('outdentList',_0x197a8c('outdentList')),_0xc14562&&_0x49212a['enableCommand']('checkTodoList',()=>{const _0x20785d=_0x4b8d23['commands']['get']('checkTodoList'),_0x12e56d=Array['from'](_0x20785d['_selectedElements']);_0x12e56d['filter'](_0x4cdd53=>_0x4cdd53['getAttribute']('todoListChecked')!=_0x20785d['value']),_0x4b8d23['model']['change'](()=>{for(const _0x867c19 of _0x12e56d)_0x49212a['markBlockFormat'](_0x867c19,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x20785d['value']}]});});}),_0x49212a['descriptionFactory']['registerElementLabel']('listItem',_0x359f14=>o(_0x2bb050,'ELEMENT_LIST_ITEM',_0x359f14)),_0x49212a['descriptionFactory']['registerDescriptionCallback'](_0x5744a9=>{if('formatBlock'!=_0x5744a9['type']&&'formatInline'!=_0x5744a9['type'])return;const {data:_0x2f43a7}=_0x5744a9;if(_0x2f43a7){if('numberedList'==_0x2f43a7['commandName']||'bulletedList'==_0x2f43a7['commandName']||'todoList'==_0x2f43a7['commandName'])switch(_0x2f43a7['commandName']['replace']('List','')){case'bulleted':return _0x2b7937(o(_0x2bb050,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x2b7937(o(_0x2bb050,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x2b7937(o(_0x2bb050,'ELEMENT_TODO_LIST'));}if('indentList'==_0x2f43a7['commandName'])return{'type':'format','content':o(_0x2bb050,'*Indent:*\x20%0',o(_0x2bb050,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x2f43a7['commandName'])return{'type':'format','content':o(_0x2bb050,'*Outdent:*\x20%0',o(_0x2bb050,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x2f43a7['commandName'])return _0x2f43a7['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2bb050,'*Check\x20item*')}:{'type':'format','content':o(_0x2bb050,'*Uncheck\x20item*')};}function _0x2b7937(_0x610f8e){return{'type':'format','content':o(_0x2bb050,'*Change\x20to:*\x20%0',_0x610f8e)};}});}}function Le(_0x3b1364){const _0x253141=_0x3b1364['getAttribute']('listIndent');if(0x0==_0x253141)return _0x3b1364;let _0x8ccf24=_0x3b1364;for(;_0x3b1364['previousSibling']&&_0x3b1364['previousSibling']['is']('element','listItem');){const _0x540ae9=_0x3b1364['previousSibling']['getAttribute']('listIndent');if(_0x540ae9==_0x253141)_0x8ccf24=_0x3b1364['previousSibling'];else{if(_0x540ae9<_0x253141)break;}_0x3b1364=_0x3b1364['previousSibling'];}return _0x8ccf24;}function Ee(_0x129da1){const _0x4b5459=[];if(_0x129da1['is']('element','listItem')&&_0x129da1['getAttribute']('listIndent')>0x0){let _0x15e9bd=_0x129da1['nextSibling'];for(;_0x15e9bd&&'listItem'==_0x15e9bd['name']&&_0x15e9bd['getAttribute']('listIndent')==_0x129da1['getAttribute']('listIndent');)_0x4b5459['push'](_0x15e9bd),_0x15e9bd=_0x15e9bd['nextSibling'];}return _0x4b5459;}class ht extends _0x281269{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0xb1c830=this['editor']['config']['get']('list.properties'),_0x747672=this['editor']['plugins']['get']('TrackChangesEditing');_0xb1c830['styles']&&_0x747672['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0xb1c830['reversed']&&_0x747672['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0xb1c830['startIndex']&&_0x747672['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x747672['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x20deb4,_0x295910={}){const _0x5e9d15=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5bd255=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x5e9d15['markMultiRangeBlockFormat'](_0x5bd255,{'commandName':'listStyle','commandParams':[{'type':_0x295910['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x4589d0,_0x1e19cc={}){const _0x1f93c3=this['editor']['plugins']['get']('TrackChangesEditing'),_0x206fd3=this['_getSuggestionBlocks'](_0x3c8bdc=>_0x3c8bdc['is']('element','listItem')&&'numbered'===_0x3c8bdc['getAttribute']('listType'));if(_0x206fd3['length']<0x1)return;const _0x4cb457=_0x206fd3['map'](_0x208553=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x208553,'before'),this['editor']['model']['createPositionAt'](_0x208553,0x0)));this['editor']['model']['change'](()=>{_0x1f93c3['markMultiRangeBlockFormat'](_0x4cb457,{'commandName':'listReversed','commandParams':[{'reversed':_0x1e19cc['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x3e45ad,_0x38aee9={}){const _0x38f874=this['editor']['plugins']['get']('TrackChangesEditing'),_0x518654=this['_getSuggestionBlocks'](_0x121b90=>_0x121b90['is']('element','listItem')&&'numbered'===_0x121b90['getAttribute']('listType'));if(_0x518654['length']<0x1)return;const _0x458a02=_0x518654['map'](_0x48221a=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x48221a,'before'),this['editor']['model']['createPositionAt'](_0x48221a,0x0)));this['editor']['model']['change'](()=>{_0x38f874['markMultiRangeBlockFormat'](_0x458a02,{'commandName':'listStart','commandParams':[{'startIndex':_0x38aee9['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x447383){if('formatBlock'!=_0x447383['type']&&'formatInline'!=_0x447383['type'])return;const _0x502a8f=this['editor']['locale'],{data:_0x287445}=_0x447383;if(!_0x287445)return;let _0x191e48,_0x46cd62;switch(_0x287445['commandName']){case'listStyle':_0x191e48='*Change\x20to:*\x20%0',_0x46cd62={'type':'format','content':o(_0x502a8f,_0x191e48,o(_0x502a8f,this['_getTranslationKeyForListStyle'](_0x287445['commandParams'][0x0]['type'])))};break;case'listReversed':_0x191e48=_0x287445['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x46cd62={'type':'format','content':o(_0x502a8f,_0x191e48)};break;case'listStart':_0x191e48='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x46cd62={'type':'format','content':o(_0x502a8f,_0x191e48,_0x287445['commandParams'][0x0]['startIndex'])};}return _0x46cd62;}['_getSuggestionBlocksForListStyle'](){const _0xa77b8d=this['editor']['plugins']['get']('LegacyListUtils');let _0x57d3d8=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x57d3d8[0x0]?.['is']('element','listItem')&&_0x57d3d8['unshift'](..._0xa77b8d['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x57d3d8[_0x57d3d8['length']-0x1]?.['is']('element','listItem')&&_0x57d3d8['push'](..._0xa77b8d['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x57d3d8=[...new Set(_0x57d3d8)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x57d3d8=_0x57d3d8['filter'](_0x10262d=>_0x10262d['is']('element','listItem'))),_0x57d3d8;}['_getSuggestionBlocks'](_0x59b29d){const _0x81fb54=this['editor']['plugins']['get']('LegacyListUtils');let _0x1e018c=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x59b29d)['map'](_0x176dcf=>{const _0x38f4df=this['editor']['model']['createPositionAt'](_0x176dcf,0x0);return[..._0x81fb54['getSiblingNodes'](_0x38f4df,'backward'),..._0x81fb54['getSiblingNodes'](_0x38f4df,'forward')];})['flat']();return _0x1e018c=[...new Set(_0x1e018c)],_0x1e018c;}['_getTranslationKeyForListStyle'](_0x52765c){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x52765c)||'default')['toUpperCase']()+'_LIST_'+_0x52765c['toUpperCase']()['replace'](/-/g,'_');}}class gt extends _0x281269{['afterInit'](){const _0x2a0ad6=this['editor'];if(!_0x2a0ad6['plugins']['has']('MediaEmbedEditing'))return;const _0x1cfb36=_0x2a0ad6['plugins']['get']('TrackChangesEditing'),_0x8c3f26=_0x2a0ad6['locale'];_0x1cfb36['enableCommand']('mediaEmbed'),_0x1cfb36['descriptionFactory']['registerElementLabel']('media',_0x514eb2=>o(_0x8c3f26,'ELEMENT_MEDIA',_0x514eb2)),_0x2a0ad6['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x3fff68,{writer:_0x43fb7e,options:_0x532d36})=>{if(_0x532d36['showSuggestionHighlights'])return _0x43fb7e['createEmptyElement']('div');},'converterPriority':'high'}),_0x2a0ad6['data']['downcastDispatcher']['on']('attribute:url:media',(_0x32dc2a,_0x55ef7b,_0x3eb8d4)=>{_0x3eb8d4['options']['showSuggestionHighlights']&&_0x32dc2a['stop']();},{'priority':'high'});}}class lt extends _0x281269{['afterInit'](){const _0x548d76=this['editor'];_0x548d76['plugins']['has']('MentionEditing')&&_0x548d76['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class dt extends _0x281269{['afterInit'](){const _0x3092a7=this['editor'];if(!_0x3092a7['plugins']['has']('MergeFieldsEditing'))return;const _0x139695=_0x3092a7['plugins']['get']('TrackChangesEditing'),_0x359004=_0x3092a7['locale'];_0x139695['enableCommand']('insertMergeField'),_0x139695['enableCommand']('insertMergeFieldBlock'),_0x139695['enableCommand']('insertMergeFieldImage'),_0x139695['descriptionFactory']['registerElementLabel']('mergeField',_0x430498=>o(_0x359004,'ELEMENT_MERGE_FIELD',_0x430498)),_0x139695['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0xe95c07=>o(_0x359004,'ELEMENT_MERGE_FIELD',_0xe95c07)),_0x139695['descriptionFactory']['registerDescriptionCallback'](_0x268b2a=>{if('insertion'!=_0x268b2a['type']&&'deletion'!=_0x268b2a['type'])return;const _0xa85f6d=_0x268b2a['getContainedElement']();if(null==_0xa85f6d)return;const _0x559f72=_0x3092a7['plugins']['get']('MergeFieldsEditing');let _0x3e72f8;switch(_0x559f72['getMergeFieldType'](_0xa85f6d)){case null:return;case'image':{const _0x2f7667=_0x559f72['unwrapAffixes'](_0xa85f6d['getAttribute']('src'));_0x3e72f8=_0x559f72['getLabel'](_0x2f7667)||_0x2f7667;break;}default:{const _0x11aa9f=_0xa85f6d['getAttribute']('id');_0x3e72f8=_0x559f72['getLabel'](_0x11aa9f)||_0x11aa9f;break;}}return'insertion'==_0x268b2a['type']?{'type':'insertion','content':o(_0x359004,'*Insert:*\x20%0','\x22'+_0x3e72f8+'\x22\x20'+o(_0x359004,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x359004,'*Remove:*\x20%0','\x22'+_0x3e72f8+'\x22\x20'+o(_0x359004,'ELEMENT_MERGE_FIELD'))};});}}class mt extends _0x281269{['afterInit'](){const _0x5f3b94=this['editor'],_0x228ab3=_0x5f3b94['plugins']['get']('TrackChangesEditing');_0x5f3b94['plugins']['has']('MultiLevelList')&&(_0x228ab3['enableDefaultAttributesIntegration']('multiLevelList'),_0x228ab3['registerBlockAttribute']('listMarkerStyle'),_0x228ab3['descriptionFactory']['registerDescriptionCallback'](_0x31272f=>this['handleDescriptions'](_0x31272f)));}['handleDescriptions'](_0x59a49f){const _0x169f65=this['editor']['locale'],{data:_0x49896f}=_0x59a49f,_0x2f9b49={'type':'format','content':''};if(_0x49896f&&'listMarkerStyle'==_0x49896f['key']){if(!_0x49896f['oldValue'])return{'type':'format','content':o(_0x169f65,'*Set\x20format:*\x20%0',o(_0x169f65,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x49896f['newValue']+')'};if(!_0x49896f['newValue']){let _0x2bf31c=_0x59a49f['head'];for(;_0x2bf31c;){if(_0x2bf31c['data']&&'listType'==_0x2bf31c['data']['key']&&_0x2bf31c['data']['newValue'])return _0x2f9b49;_0x2bf31c=_0x2bf31c['next'];}return{'type':'format','content':o(_0x169f65,'*Remove\x20format:*\x20%0',o(_0x169f65,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x49896f['oldValue']+')'};}}}}class pt extends _0x281269{['afterInit'](){const _0x3ba5a2=this['editor'];if(!_0x3ba5a2['plugins']['has']('PageBreakEditing'))return;_0x3ba5a2['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x319c49=_0x3ba5a2['plugins']['get']('TrackChangesEditing'),_0x9b07d7=_0x3ba5a2['locale'];_0x319c49['descriptionFactory']['registerElementLabel']('pageBreak',_0x298863=>o(_0x9b07d7,'ELEMENT_PAGE_BREAK',_0x298863));}}class kt extends _0x281269{['afterInit'](){const _0x281131=this['editor'];if(!_0x281131['plugins']['has']('Paragraph'))return;const _0x56b88e=_0x281131['locale'],_0x264af2=_0x281131['plugins']['get']('TrackChangesEditing');_0x264af2['descriptionFactory']['registerElementLabel']('paragraph',_0x29ffb6=>o(_0x56b88e,'ELEMENT_PARAGRAPH',_0x29ffb6)),_0x264af2['enableDefaultAttributesIntegration']('paragraph'),_0x264af2['enableCommand']('insertParagraph'),_0x281131['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x281131),{'priority':'highest'}),_0x281131['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x3f6d0a,_0x377594,_0x13790f)=>{_0x13790f['options']['showSuggestionHighlights']&&nr(_0x281131,{'showActiveMarker':!0x1})(_0x3f6d0a,_0x377594,_0x13790f);},{'priority':'highest'});const _0x52c09c=_0x264af2['descriptionFactory'];_0x52c09c['registerDescriptionCallback'](_0x270ed2=>{if('insertion'!==_0x270ed2['type'])return;const {start:_0x3824b6,end:_0x2b0bad}=_0x270ed2['getFirstRange']();if(!_0x3824b6['isTouching'](_0x2b0bad)||!_0x3824b6['nodeAfter'])return;const _0x1061d5=_0x281131['model']['schema'],_0x321134=_0x3824b6['nodeAfter'];return _0x1061d5['isBlock'](_0x321134)&&!_0x1061d5['isLimit'](_0x321134)&&_0x1061d5['checkChild'](_0x321134,'$text')?{'type':'insertion','content':o(_0x56b88e,'*Insert:*\x20%0',_0x52c09c['getItemLabel'](_0x321134,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4e7abf=this['editor'],_0x296741=_0x4e7abf['locale'];_0x4e7abf['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1560d1=>{if('formatBlock'!=_0x1560d1['type'])return;const {data:_0x23a2e6}=_0x1560d1;return _0x23a2e6&&'paragraph'==_0x23a2e6['commandName']?{'type':'format','content':o(_0x296741,'*Change\x20to:*\x20%0',o(_0x296741,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x459907,{showActiveMarker:_0x1ada2c=!0x0}={}){return(_0x102470,_0xb93fce,_0x40dc27)=>{const _0x3a18af=_0x459907['plugins']['get']('TrackChangesEditing'),_0x2cb706=_0xb93fce['markerRange']['start'],_0xdc007c=_0xb93fce['markerRange']['end'],_0x2a5047=_0x459907['model']['schema'];if(!_0x2cb706['isTouching'](_0xdc007c)||!_0x2cb706['nodeAfter'])return;const _0x5475fe=_0x2cb706['nodeAfter'];if(_0x2a5047['isBlock'](_0x5475fe)&&!_0x2a5047['isLimit'](_0x5475fe)&&_0x2a5047['checkChild'](_0x5475fe,'$text')){if(!_0x40dc27['consumable']['consume'](_0xb93fce['markerRange'],_0x102470['name']))return;const {id:_0x41f6e6,authorId:_0x9835b5}=_0x3a18af['_splitMarkerName'](_0xb93fce['markerName']),_0x1bacaf=_0x40dc27['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-suggestion':_0x41f6e6,'data-author-id':_0x9835b5}),_0x37cc7d=_0x40dc27['mapper']['toViewPosition'](_0xdc007c);_0x1ada2c&&_0x3a18af['activeMarkers']['includes'](_0xb93fce['markerName'])&&_0x40dc27['writer']['addClass']('ck-suggestion-marker--active',_0x1bacaf),_0x40dc27['writer']['insert'](_0x37cc7d,_0x1bacaf),_0x40dc27['mapper']['bindElementToMarker'](_0x1bacaf,_0xb93fce['markerName']);}};}class wt extends _0x281269{['afterInit'](){const _0x10df06=this['editor'];_0x10df06['commands']['get']('replaceSource')&&_0x10df06['plugins']['get']('TrackChangesEditing')['enableCommand']('replaceSource');}}class bt extends _0x281269{['afterInit'](){const _0x5f220c=this['editor'];if(!_0x5f220c['plugins']['has']('RemoveFormatEditing'))return;_0x5f220c['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5b0003=this['editor'];_0x5b0003['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x90920f=>{if('formatBlock'!=_0x90920f['type']&&'formatInline'!=_0x90920f['type'])return;const {data:_0x5425f0}=_0x90920f;return _0x5425f0&&'removeFormat'==_0x5425f0['commandName']?{'type':'format','content':o(_0x5b0003['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class yt extends _0x281269{['afterInit'](){const _0x524e06=this['editor'];if(!_0x524e06['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x203457=_0x524e06['plugins']['get']('TrackChangesEditing');_0x203457['enableCommand']('goToPreviousRestrictedEditingException'),_0x203457['enableCommand']('goToNextRestrictedEditingException');const _0x4ca23d=_0x524e06['plugins']['get']('RestrictedEditingModeEditing');_0x4ca23d['enableCommand']('trackChanges'),_0x4ca23d['enableCommand']('acceptSuggestion'),_0x4ca23d['enableCommand']('discardSuggestion'),_0x4ca23d['enableCommand']('acceptAllSuggestions'),_0x4ca23d['enableCommand']('discardAllSuggestions'),_0x4ca23d['enableCommand']('acceptSelectedSuggestions'),_0x4ca23d['enableCommand']('discardSelectedSuggestions');}}class jt extends _0x281269{['afterInit'](){const _0x2fbec2=this['editor'];if(!_0x2fbec2['plugins']['has']('ShiftEnter'))return;const _0x26ece7=_0x2fbec2['plugins']['get']('TrackChangesEditing');_0x26ece7['enableCommand']('shiftEnter'),_0x2fbec2['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',je(_0x2fbec2),{'priority':'high'}),_0x2fbec2['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',je(_0x2fbec2),{'priority':'high'}),_0x2fbec2['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x307857,_0x34dadb,_0x4c03f9)=>{_0x4c03f9['options']['showSuggestionHighlights']&&je(_0x2fbec2,{'showActiveMarker':!0x1})(_0x307857,_0x34dadb,_0x4c03f9);}),_0x26ece7['descriptionFactory']['registerElementLabel']('softBreak',_0x5acf47=>o(_0x2fbec2['locale'],'ELEMENT_LINE_BREAK',_0x5acf47));}}function je(_0x5a526f,{showActiveMarker:_0x415a38=!0x0}={}){return(_0x53ee72,_0x2e82df,_0xd9bc7f)=>{const _0x2cddbb=_0x5a526f['plugins']['get']('TrackChangesEditing');if(!_0xd9bc7f['consumable']['test'](_0x2e82df['markerRange'],_0x53ee72['name']))return;const _0x2f879c=_0x5a526f['model'];for(const _0x1973ce of _0x2e82df['markerRange']['getItems']()){if(!_0x1973ce['is']('element','softBreak'))continue;const _0x508509='deletion'==_0x2e82df['markerName']['split'](':')[0x1]?'merge':'split',{id:_0x254df3,authorId:_0x442214}=_0x2cddbb['_splitMarkerName'](_0x2e82df['markerName']),_0x282e5b=_0xd9bc7f['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x508509,'data-suggestion':_0x254df3,'data-author-id':_0x442214}),_0x38c714=_0xd9bc7f['mapper']['toViewPosition'](_0x2f879c['createPositionBefore'](_0x1973ce));_0x415a38&&_0x2cddbb['activeMarkers']['includes'](_0x2e82df['markerName'])&&_0xd9bc7f['writer']['addClass']('ck-suggestion-marker--active',_0x282e5b),_0xd9bc7f['writer']['insert'](_0x38c714,_0x282e5b),_0xd9bc7f['mapper']['bindElementToMarker'](_0x282e5b,_0x2e82df['markerName']);}};}class St extends _0x281269{['afterInit'](){const _0x40070f=this['editor'],_0x523b3e=_0x40070f['model'],_0x52eae1=_0x40070f['locale'];if(!_0x40070f['plugins']['has']('StandardEditingModeEditing'))return;const _0x234b5a=_0x40070f['plugins']['get']('TrackChangesEditing'),_0x2c04f9='restrictedEditingException',_0x4ee852=_0x40070f['commands']['get'](_0x2c04f9);_0x234b5a['enableCommand'](_0x2c04f9,(_0x1ea005,_0x1287ef={})=>{const _0x3ee097=_0x523b3e['document']['selection'];if(_0x3ee097['isCollapsed'])return void _0x1ea005(_0x1287ef);const _0x2c855e=void 0x0!==_0x1287ef['forceValue']?_0x1287ef['forceValue']:!_0x4ee852['value'];_0x523b3e['change'](()=>{const _0x242e80=Array['from'](_0x3ee097['getRanges']());for(const _0x47ec99 of _0x242e80){const _0x1d4bec=_0x2c855e?[_0x47ec99]:io(_0x2c04f9,_0x47ec99,_0x523b3e);for(const _0xed1250 of _0x1d4bec)_0x234b5a['markInlineFormat'](_0xed1250,{'commandName':_0x2c04f9,'commandParams':[{'forceValue':_0x2c855e}]});}});}),_0x234b5a['descriptionFactory']['registerDescriptionCallback'](_0x50dc2f=>{if('formatBlock'!=_0x50dc2f['type']&&'formatInline'!=_0x50dc2f['type'])return;const {data:_0x464b75}=_0x50dc2f;return _0x464b75&&_0x464b75['commandName']==_0x2c04f9?_0x464b75['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x52eae1,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x52eae1,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class It extends _0x281269{['afterInit'](){const _0x118c34=this['editor'];if(!_0x118c34['plugins']['has']('Style')||!_0x118c34['plugins']['has']('DataSchema'))return;const _0x596edb=_0x118c34['plugins']['get']('TrackChangesEditing'),_0x404464=_0x118c34['locale'],_0x158b75=_0x118c34['config']['get']('style')||{},_0x485681=_0x118c34['plugins']['get']('GeneralHtmlSupport'),_0x277240=_0x118c34['plugins']['get']('StyleUtils')['normalizeConfig'](_0x118c34['plugins']['get']('DataSchema'),_0x158b75['definitions']);_0x596edb['enableDefaultAttributesIntegration']('style');const _0x4337c9=new Set();for(const _0x57dd23 of _0x277240['block']){const _0x4fa0e5=_0x485681['getGhsAttributeNameForElement'](_0x57dd23['element']);_0x4337c9['add'](_0x4fa0e5);}const _0xbbd0f8=new Set();for(const _0x4edf88 of _0x277240['inline']){const _0x120650=_0x485681['getGhsAttributeNameForElement'](_0x4edf88['element']);_0xbbd0f8['add'](_0x120650);for(const _0x263235 of _0x4edf88['ghsAttributes'])_0xbbd0f8['add'](_0x263235);}for(const _0x5cb6e3 of _0x4337c9)_0x596edb['registerBlockAttribute'](_0x5cb6e3),_0x596edb['descriptionFactory']['registerAttributeLabel'](_0x5cb6e3,o(_0x404464,'FORMAT_STYLE'));for(const _0x1ab8f5 of _0xbbd0f8)_0x596edb['registerInlineAttribute'](_0x1ab8f5),_0x596edb['descriptionFactory']['registerAttributeLabel'](_0x1ab8f5,o(_0x404464,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4ae6a3=this['editor'],_0x1c6d61=_0x4ae6a3['locale'];_0x4ae6a3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x43b4ed=>{if('formatBlock'!=_0x43b4ed['type']&&'formatInline'!=_0x43b4ed['type'])return;const {data:_0xe7a74f}=_0x43b4ed;return _0xe7a74f&&'style'===_0xe7a74f['commandName']?_0xe7a74f['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1c6d61,'*Set\x20format:*\x20%0',_0xe7a74f['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x1c6d61,'*Remove\x20format:*\x20%0',_0xe7a74f['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class At extends _0x281269{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x25a69b){super(_0x25a69b),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x4842af=this['editor'],_0x2d2c16=_0x4842af['model']['document']['selection'];if(!_0x4842af['plugins']['has']('TableEditing'))return;const _0x578991=_0x4842af['locale'],_0x2ef81a=_0x4842af['plugins']['get']('TrackChangesEditing'),_0x330fd3=_0x4842af['plugins']['get']('TableUtils');_0x2ef81a['descriptionFactory']['registerElementLabel']('table',_0x3abd98=>o(_0x578991,'ELEMENT_TABLE',_0x3abd98)),this['_setupColumnsRowsFixing'](),_0x2ef81a['enableCommand']('insertTable'),_0x2ef81a['enableCommand']('selectTableRow'),_0x2ef81a['enableCommand']('selectTableColumn');for(const _0x563434 of['insertTableRowAbove','insertTableRowBelow']){const _0x595527=_0x4842af['commands']['get'](_0x563434);_0x2ef81a['enableCommand'](_0x563434,_0x19efa4=>{_0x4842af['model']['change'](_0xfc7a2d=>{_0x19efa4();const _0x4b2569='above'===_0x595527['order'],_0x3671d5=_0x330fd3['getSelectionAffectedTableCells'](_0x2d2c16),_0x331597=_0x330fd3['getRowIndexes'](_0x3671d5),_0x53ab63=_0x4b2569?_0x331597['first']-0x1:_0x331597['last']+0x1,_0xd57b00=_0x3671d5[0x0]['findAncestor']('table'),_0x5d0289=_0x330fd3['createTableWalker'](_0xd57b00,{'startRow':_0x53ab63,'endRow':_0x53ab63}),_0x21e572=Array['from'](_0x5d0289)['map'](_0x54c4af=>_0xfc7a2d['createRangeOn'](_0x54c4af['cell']));_0x2ef81a['markMultiRangeInsertion'](_0x21e572,'tableRow');});});}for(const _0x143ceb of['insertTableColumnLeft','insertTableColumnRight']){const _0x12bd19=_0x4842af['commands']['get'](_0x143ceb);_0x2ef81a['enableCommand'](_0x143ceb,_0x288aec=>{_0x4842af['model']['change'](_0x234269=>{_0x288aec();const _0x157dc6='left'===_0x12bd19['order'],_0x479288=_0x330fd3['getSelectionAffectedTableCells'](_0x2d2c16),_0x41c701=_0x330fd3['getColumnIndexes'](_0x479288),_0x4db755=_0x157dc6?_0x41c701['first']-0x1:_0x41c701['last']+0x1,_0x5b44b0=_0x479288[0x0]['findAncestor']('table'),_0x311f2c=_0x330fd3['createTableWalker'](_0x5b44b0,{'startRow':0x0,'column':_0x4db755,'includeAllSlots':!0x1}),_0x9ce5d9=Array['from'](_0x311f2c)['map'](_0x1c4f9a=>_0x234269['createRangeOn'](_0x1c4f9a['cell']));_0x2ef81a['markMultiRangeInsertion'](_0x9ce5d9,'tableColumn');});});}for(const _0x30da3f of['removeTableRow','removeTableColumn']){const _0x4fc56e=_0x30da3f['substr'](0xb),_0x3b6795=_0x4fc56e['toLowerCase'](),_0x1178ff=_0x3b6795['substr'](0x0,0x3)+'span',_0x501458='table'+_0x4fc56e,_0xfda312='min'+_0x4fc56e,_0x2d004e='max'+_0x4fc56e;_0x2ef81a['enableCommand'](_0x30da3f,()=>{_0x4842af['model']['change'](_0x37e182=>{const _0x2d891e=_0x330fd3['getSelectionAffectedTableCells'](_0x2d2c16),_0x240634=_0x2d891e[0x0]['findAncestor']('table');let _0x1a98b7;if('removeTableRow'==_0x30da3f){const _0x2c16b2=_0x330fd3['getRowIndexes'](_0x2d891e);_0x1a98b7={'startRow':_0x2c16b2['first'],'endRow':_0x2c16b2['last'],'includeAllSlots':!0x0};}else{const _0x15c43d=_0x330fd3['getColumnIndexes'](_0x2d891e);_0x1a98b7={'startColumn':_0x15c43d['first'],'endColumn':_0x15c43d['last'],'includeAllSlots':!0x0};}const _0x4b7fee=_0x330fd3['createTableWalker'](_0x240634,_0x1a98b7),_0x91d0d2=Array['from'](_0x4b7fee)['map'](({cell:_0x4079d9})=>_0x4079d9),_0x551371=Ne(_0x91d0d2['filter'](_0x51bd5c=>_0x51bd5c['hasAttribute'](_0x1178ff))),_0x5e8f66=Ne(_0x91d0d2['filter'](_0x4ac5df=>!_0x4ac5df['hasAttribute'](_0x1178ff)))['map'](_0x26c75e=>_0x37e182['createRangeOn'](_0x26c75e)),_0x22f226=_0x2ef81a['markMultiRangeDeletion'](_0x5e8f66,_0x501458);if(_0x22f226&&('tableRow'==_0x22f226['subType']||'tableColumn'==_0x22f226['subType'])){const _0x5a2c41=this['_getSuggestionCoords'](_0x22f226);for(const _0x168913 of _0x551371){const _0x247557=_0x37e182['createRangeOn'](_0x168913),_0x184019=_0x330fd3['getCellLocation'](_0x168913),_0x42f16c=_0x168913['getAttribute'](_0x1178ff)-0x1,_0x457234=_0x5a2c41[_0xfda312],_0x56458f=_0x5a2c41[_0x2d004e];_0x457234<=_0x184019[_0x3b6795]&&_0x184019[_0x3b6795]+_0x42f16c<=_0x56458f&&_0x22f226['addRange'](_0x247557);}}});});}function _0x18e475(_0x59b250){const _0x1fe554=Array['from'](_0x2d2c16['getRanges']())['map'](_0x1cb763=>_0x39990b['fromRange'](_0x1cb763));_0x4842af['model']['change'](_0x29430c=>{const _0x37bef4=_0x29430c['batch'];_0x59b250=_0x59b250['filter'](_0x19cd0d=>'$graveyard'!=_0x19cd0d['root']['rootName']),_0x29430c['setSelection'](_0x59b250),_0x4842af['commands']['get']('removeTableRow')['refresh'](),_0x4842af['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x4842af['model']['enqueueChange'](()=>{_0x4842af['model']['enqueueChange'](_0x37bef4,_0x19248f=>{const _0x5d1532=_0x1fe554['filter'](_0x7ea775=>'$graveyard'!=_0x7ea775['root']['rootName']);_0x5d1532['length']>0x0&&_0x19248f['setSelection'](_0x5d1532);for(const _0x421f41 of _0x1fe554)_0x421f41['detach']();});});});}function _0x3281b3(_0x52224e){_0x4842af['model']['change'](_0x422535=>{const _0x1872de=Array['from'](_0x2d2c16['getRanges']())['map'](_0x5ec370=>_0x39990b['fromRange'](_0x5ec370)),_0x3afa4b=[];for(const _0x49cec3 of _0x52224e)for(const _0x104ec7 of _0x49cec3['getItems']({'shallow':!0x0}))_0x3afa4b['push'](_0x104ec7);for(const _0x4207c4 of _0x3afa4b)'$graveyard'!=_0x4207c4['root']['rootName']&&(_0x422535['setSelection'](_0x422535['createPositionAt'](_0x4207c4,0x0)),_0x4842af['commands']['get']('removeTableColumn')['refresh'](),_0x4842af['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x16ced8=_0x1872de['filter'](_0x50bfda=>'$graveyard'!=_0x50bfda['root']['rootName']);_0x16ced8['length']>0x0&&_0x422535['setSelection'](_0x16ced8);for(const _0x4b554a of _0x1872de)_0x4b554a['detach']();});}function _0x1f2053(_0x1bf914,_0x39b787){return _0x39b787['every'](_0x56a507=>_0x1bf914['some'](_0x1b43c2=>_0x1b43c2['end']['isEqual'](_0x56a507['start'])||_0x56a507['end']['isEqual'](_0x1b43c2['start'])));}function _0x2f76a3(_0xf73903,_0x5d8d04){return!_0xf73903['some'](_0x1c51e3=>_0x5d8d04['some'](_0x3c223d=>_0x1c51e3['isIntersecting'](_0x3c223d)))&&_0xf73903['some'](_0x36673c=>_0x5d8d04['some'](_0x974fc0=>_0x36673c['end']['isTouching'](_0x974fc0['start'])));}_0x4842af['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x497908,_0xe4f5f,_0x55e650)=>{if(!_0x55e650['options']['showSuggestionHighlights'])return;const _0x1f09ad=_0xe4f5f['item'];if(!_0x1f09ad||!_0x1f09ad['is']('element','tableCell'))return;const _0x1b6e91=_0x55e650['mapper']['toViewElement'](_0x1f09ad);if(_0x1b6e91){const {id:_0x511a32,authorId:_0x421ea9}=_0x2ef81a['_splitMarkerName'](_0xe4f5f['markerName']);_0x2168c1(_0x1b6e91,_0x55e650['writer'],(_0x295d94,_0x289389,_0x439806)=>{_0x439806['addClass'](_0xe8be38(_0x289389['classes']),_0x295d94),_0x439806['setAttribute']('data-suggestion-id',_0x511a32,_0x295d94),_0x439806['setAttribute']('data-author-id',_0x421ea9,_0x295d94);},(_0x19aa81,_0x30f487,_0x599cd6)=>{_0x599cd6['removeClass'](_0xe8be38(_0x30f487['classes']),_0x19aa81),_0x599cd6['removeAttribute']('data-suggestion-id',_0x19aa81),_0x599cd6['removeAttribute']('data-author-id',_0x19aa81);});}},{'priority':'highest'}),_0x2ef81a['descriptionFactory']['registerDescriptionCallback'](_0xa11922=>{if('insertion'!=_0xa11922['type']&&'deletion'!=_0xa11922['type'])return;const _0x3f9aff=_0xa11922['getContainedElement']();if(null!=_0x3f9aff&&_0x3f9aff['is']('element','table')){if('insertion'==_0xa11922['type']){const _0x47acf5=_0xa11922['getItems']()['filter'](_0x1b6532=>_0x1b6532['is']('$textProxy'))['map'](_0x4ce964=>_0x4ce964['data']);if(_0x47acf5['length'])return{'type':'insertion','content':o(_0x578991,'*Insert:*\x20%0',o(_0x578991,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x47acf5['join']('\x20')+'\x22'))};}if('deletion'==_0xa11922['type']){const _0x2c06e7=_0xa11922['getItems']()['filter'](_0x2fdc68=>_0x2fdc68['is']('$textProxy'))['map'](_0x21d473=>_0x21d473['data']);if(_0x2c06e7['length'])return{'type':'deletion','content':o(_0x578991,'*Remove:*\x20%0',o(_0x578991,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x2c06e7['join']('\x20')+'\x22'))};}}}),_0x2ef81a['descriptionFactory']['registerDescriptionCallback'](_0x1fce91=>{if('tableRow'==_0x1fce91['subType']){const _0x249457=_0x1fce91['getItems']()['filter'](_0x2b729d=>_0x2b729d['is']('$textProxy'))['map'](_0x290da7=>_0x290da7['data']),_0x337423=this['_getSuggestionCoords'](_0x1fce91),_0x27623f=_0x337423['maxRow']-_0x337423['minRow']+0x1;if('insertion'==_0x1fce91['type'])return _0x249457['length']?{'type':'insertion','content':o(_0x578991,'*Insert:*\x20%0',o(_0x578991,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x27623f,'\x22'+_0x249457['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x578991,'*Insert:*\x20%0',o(_0x578991,'ELEMENT_TABLE_ROW',_0x27623f))};if('deletion'==_0x1fce91['type'])return _0x249457['length']?{'type':'deletion','content':o(_0x578991,'*Remove:*\x20%0',o(_0x578991,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x27623f,'\x22'+_0x249457['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x578991,'*Remove:*\x20%0',o(_0x578991,'ELEMENT_TABLE_ROW',_0x27623f))};}if('tableColumn'==_0x1fce91['subType']){const _0x5b1ea8=_0x1fce91['getItems']()['filter'](_0x3865c5=>_0x3865c5['is']('$textProxy'))['map'](_0x4e0ddf=>_0x4e0ddf['data']),_0x506ecf=this['_getSuggestionCoords'](_0x1fce91),_0x1c158a=_0x506ecf['maxColumn']-_0x506ecf['minColumn']+0x1;if('insertion'==_0x1fce91['type'])return _0x5b1ea8['length']?{'type':'insertion','content':o(_0x578991,'*Insert:*\x20%0',o(_0x578991,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x1c158a,'\x22'+_0x5b1ea8['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x578991,'*Insert:*\x20%0',o(_0x578991,'ELEMENT_TABLE_COLUMN',_0x1c158a))};if('deletion'==_0x1fce91['type'])return _0x5b1ea8['length']?{'type':'deletion','content':o(_0x578991,'*Remove:*\x20%0',o(_0x578991,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x1c158a,'\x22'+_0x5b1ea8['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x578991,'*Remove:*\x20%0',o(_0x578991,'ELEMENT_TABLE_COLUMN',_0x1c158a))};}}),_0x2ef81a['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x18e475),_0x2ef81a['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x18e475),_0x2ef81a['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x3281b3),_0x2ef81a['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x3281b3),_0x2ef81a['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x1f2053),_0x2ef81a['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x1f2053),_0x2ef81a['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x2f76a3),_0x2ef81a['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x2f76a3);}['_acceptFormatSuggestionCallbackFactory'](){const _0x4207fe=this['editor'],_0xa7fa2a=_0x4207fe['model']['document']['selection'];return(_0x2e3970,_0x15a079)=>{_0x4207fe['model']['change'](_0x202b08=>{const {commandName:_0x5e6a7a,commandParams:_0x5ba93d}=_0x15a079;let _0xe9b9d2=_0x2e3970[0x0]['end']['nodeBefore'];_0x5ba93d&&_0x5ba93d[0x0]&&!0x1===_0x5ba93d[0x0]['forceValue']&&(_0xe9b9d2=_0x2e3970[0x0]['start']['nodeAfter']);const _0x385456=_0x202b08['createRangeIn'](_0xe9b9d2);if('$graveyard'==_0x385456['root']['rootName'])return;const _0x1474ab=Array['from'](_0xa7fa2a['getRanges']())['map'](_0x27e729=>_0x39990b['fromRange'](_0x27e729));_0x202b08['setSelection'](_0x385456),_0x4207fe['commands']['get'](_0x5e6a7a)['refresh'](),_0x5ba93d['push']({'forceDefaultExecution':!0x0}),_0x4207fe['execute'](_0x5e6a7a,..._0x5ba93d);const _0x5ea574=_0x1474ab['filter'](_0x45b513=>'$graveyard'!=_0x45b513['root']['rootName']);_0x5ea574['length']>0x0&&_0x202b08['setSelection'](_0x5ea574);for(const _0x1cc335 of _0x1474ab)_0x1cc335['detach']();});};}['_getCoordsForCells'](_0x204ca7){const _0x121701=this['editor']['plugins']['get']('TableUtils');let _0x7a35e9=Number['MAX_SAFE_INTEGER'],_0x20f990=Number['MIN_SAFE_INTEGER'],_0x497d0b=Number['MAX_SAFE_INTEGER'],_0x121d71=Number['MIN_SAFE_INTEGER'];for(const _0x463a86 of _0x204ca7){if('$graveyard'==_0x463a86['root']['rootName'])continue;const {row:_0x5382e1,column:_0x50f503}=_0x121701['getCellLocation'](_0x463a86),_0x3efadd=_0x463a86['hasAttribute']('rowspan')?_0x463a86['getAttribute']('rowspan')-0x1:0x0,_0x304e41=_0x463a86['hasAttribute']('colspan')?_0x463a86['getAttribute']('colspan')-0x1:0x0;_0x7a35e9=_0x5382e1<_0x7a35e9?_0x5382e1:_0x7a35e9,_0x20f990=_0x5382e1+_0x3efadd>_0x20f990?_0x5382e1+_0x3efadd:_0x20f990,_0x497d0b=_0x50f503<_0x497d0b?_0x50f503:_0x497d0b,_0x121d71=_0x50f503+_0x304e41>_0x121d71?_0x50f503+_0x304e41:_0x121d71;}return{'minRow':_0x7a35e9,'maxRow':_0x20f990,'minColumn':_0x497d0b,'maxColumn':_0x121d71};}['_setupColumnsRowsFixing'](){const _0xb2fcc1=this['editor'],_0x1a45b8=_0xb2fcc1['plugins']['get']('TrackChangesEditing'),_0x749ec0=_0xb2fcc1['plugins']['get']('TableUtils');_0xb2fcc1['model']['document']['on']('change:data',()=>{const _0x303ebe=Array['from'](_0xb2fcc1['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x218e4d,data:_0x52c61b}of _0x303ebe){const {group:_0x4a8f76,id:_0x3c1228,subType:_0x205fca}=_0x1a45b8['_splitMarkerName'](_0x218e4d);if('suggestion'!=_0x4a8f76)continue;if(null!=_0x52c61b['oldRange'])continue;const _0x11cbed=_0x1a45b8['getSuggestion'](_0x3c1228);this['_tablePostFixingSubtypes']['includes'](_0x205fca)&&this['_tableSuggestions']['add'](_0x11cbed);}},{'priority':'low'});const _0x1a529c=(_0x419f8f,_0xa4ede1)=>{let _0x1c53ab=!0x1;const _0x223641=_0xa4ede1['createRangeOn'](_0x419f8f),_0x39dd73=_0x419f8f['findAncestor']('table'),_0x1eb119=_0x749ec0['getCellLocation'](_0x419f8f);for(const _0x595adf of this['_tableSuggestions']){const _0x3c0d25=_0x595adf['subType'],_0x357645=_0x3c0d25['startsWith']('tablePaste'),_0x561ef4=_0x3c0d25['substr'](_0x357645?0xa:0x5),_0xdb80e8=_0x561ef4['toLowerCase'](),_0x352777=_0xdb80e8['substr'](0x0,0x3)+'span',_0x2d6d46='min'+_0x561ef4,_0x21a686='max'+_0x561ef4;if(!_0x595adf['isInContent'])continue;if(_0x39dd73!=_0x595adf['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x595adf['isIntersectingWithRange'](_0x223641))continue;const _0x3dd582=_0x419f8f['hasAttribute'](_0x352777)?_0x419f8f['getAttribute'](_0x352777)-0x1:0x0,_0x10c86f=this['_getSuggestionCoords'](_0x595adf),_0x58a5f4=_0x10c86f[_0x2d6d46],_0x6be07c=_0x10c86f[_0x21a686];_0x58a5f4<=_0x1eb119[_0xdb80e8]&&_0x1eb119[_0xdb80e8]+_0x3dd582<=_0x6be07c&&(_0x595adf['addRange'](_0x223641),_0x1c53ab=!0x0);}return _0x1c53ab;};_0xb2fcc1['model']['document']['registerPostFixer'](_0x1e40e1=>{let _0x4b0b64=!0x1;for(const _0x3ee231 of _0xb2fcc1['model']['document']['differ']['getChanges']())if('insert'==_0x3ee231['type']){if('tableRow'==_0x3ee231['name']){for(const _0xf85c9a of _0x3ee231['position']['nodeAfter']['getChildren']())_0x4b0b64=_0x4b0b64||_0x1a529c(_0xf85c9a,_0x1e40e1);}else'tableCell'==_0x3ee231['name']&&(_0x4b0b64=_0x4b0b64||_0x1a529c(_0x3ee231['position']['nodeAfter'],_0x1e40e1));}return _0x4b0b64;});}['_getSuggestionCoords'](_0xd6a76f){return this['_getCoordsForCells'](_0xd6a76f['getRanges']()['map'](_0xdf194=>_0xdf194['start']['nodeAfter']));}}function Ne(_0x46996d){return Array['from'](new Set(_0x46996d)['values']());}class _t extends _0x281269{static get['requires'](){return[At];}['afterInit'](){const _0x2a2cbc=this['editor'],_0x300029=_0x2a2cbc['model']['document']['selection'],_0x4af492=_0x2a2cbc['locale'];if(!_0x2a2cbc['plugins']['has']('TableEditing'))return;const _0x3c352e=_0x2a2cbc['plugins']['get']('TrackChangesEditing'),_0x1182a6=_0x2a2cbc['plugins']['get']('TableUtils'),_0x201b32=_0x2a2cbc['plugins']['get'](At);_0x201b32['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x3c352e['enableCommand']('mergeTableCells',()=>{const _0xa1bad2=_0x1182a6['getSelectionAffectedTableCells'](_0x2a2cbc['model']['document']['selection']);_0x2a2cbc['model']['change'](()=>{_0x3c352e['markMultiRangeBlockFormat'](_0xa1bad2,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x2a2cbc['commands']['get']('mergeTableCells')['on']('execute',(_0xc034ae,_0x62d38d)=>{_0x2a2cbc['commands']['get']('trackChanges')['value']&&(_0x62d38d['length']>0x0&&_0x62d38d[_0x62d38d['length']-0x1]&&_0x62d38d[_0x62d38d['length']-0x1]['forceDefaultExecution']||_0x3c352e['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0xc034ae['stop']());},{'priority':'highest'});for(const _0x3ccea0 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x1fcb2f=_0x2a2cbc['commands']['get'](_0x3ccea0);_0x3c352e['enableCommand'](_0x3ccea0,()=>{const _0x22a435=_0x2a2cbc['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x2a22c3=>_0x2a22c3['is']('element','tableCell')),_0x391b37=_0x1fcb2f['value'];_0x2a2cbc['model']['change'](()=>{_0x3c352e['markMultiRangeBlockFormat']([_0x22a435,_0x391b37],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x1b4e9f of['splitTableCellVertically','splitTableCellHorizontally']){const _0x2be88e=_0x2a2cbc['commands']['get'](_0x1b4e9f);_0x3c352e['enableCommand'](_0x1b4e9f,()=>{const _0x475c58=_0x1182a6['getSelectionAffectedTableCells'](_0x2a2cbc['model']['document']['selection'])[0x0],_0x25c8ad=_0x475c58['findAncestor']('table'),{column:_0x3a62c2,row:_0x2411a0}=_0x1182a6['getCellLocation'](_0x475c58);let _0x4b0d1f=[];if('horizontally'==_0x2be88e['direction']){const _0x129a47=_0x1182a6['createTableWalker'](_0x25c8ad,{'startRow':_0x2411a0,'endRow':_0x2411a0,'includeAllSlots':!0x0});_0x4b0d1f=Array['from'](_0x129a47)['map'](_0x544e39=>_0x544e39['cell']);}else{const _0x317ec9=_0x1182a6['createTableWalker'](_0x25c8ad,{'column':_0x3a62c2,'includeAllSlots':!0x0});_0x4b0d1f=Array['from'](_0x317ec9)['map'](_0x3f3084=>_0x3f3084['cell']);}_0x2a2cbc['model']['change'](_0x48c99b=>{_0x3c352e['markBlockFormat'](_0x48c99b['createRangeOn'](_0x475c58),{'commandName':_0x1b4e9f,'commandParams':[]},_0x4b0d1f,_0x1b4e9f);});});}_0x3c352e['descriptionFactory']['registerDescriptionCallback'](_0x1c4ea6=>{if('formatBlock'!=_0x1c4ea6['type']&&'formatInline'!=_0x1c4ea6['type'])return;const {data:_0x4a93cc}=_0x1c4ea6;return _0x4a93cc&&'mergeTableCells'==_0x4a93cc['commandName']?{'type':'format','content':o(_0x4af492,'*Merge\x20cells*')}:void 0x0;}),_0x3c352e['descriptionFactory']['registerDescriptionCallback'](_0x371758=>{if('formatBlock'!=_0x371758['type']&&'formatInline'!=_0x371758['type'])return;const {data:_0x2589b7}=_0x371758;return _0x2589b7?'splitTableCellVertically'==_0x2589b7['commandName']?{'type':'format','content':o(_0x4af492,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x2589b7['commandName']?{'type':'format','content':o(_0x4af492,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x89be82=_0x201b32['_acceptFormatSuggestionCallbackFactory']();for(const _0x2bcb3b of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x3c352e['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x2bcb3b,'accept',_0x89be82);for(const _0x1f59fc of['splitTableCellVertically','splitTableCellHorizontally'])_0x3c352e['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1f59fc,'accept',_0x89be82);_0x3c352e['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x46b1b1=>{_0x2a2cbc['model']['change'](_0x2df03e=>{const _0x5a4cbc=Array['from'](_0x300029['getRanges']())['map'](_0x6007e5=>_0x39990b['fromRange'](_0x6007e5));_0x2df03e['setSelection'](_0x46b1b1),_0x2a2cbc['commands']['get']('mergeTableCells')['refresh'](),_0x2a2cbc['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x5e09d1=_0x5a4cbc['filter'](_0x4730cd=>'$graveyard'!=_0x4730cd['root']['rootName']);_0x5e09d1['length']>0x0&&_0x2df03e['setSelection'](_0x5e09d1);for(const _0x3b8512 of _0x5a4cbc)_0x3b8512['detach']();});});for(const _0x12c0b9 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x341519=_0x2a2cbc['commands']['get'](_0x12c0b9);_0x341519['on']('set:isEnabled',(_0x127163,_0x5510f3,_0xd43881)=>{if(_0xd43881){const _0x27d6f0=_0x2a2cbc['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x321374=>_0x321374['is']('element','tableCell'));this['_areMergableCells'](_0x341519['value'],_0x27d6f0)||(_0x127163['return']=!0x1,_0x127163['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x41c251=this['editor']['commands']['get']('mergeTableCells'),_0x4186ce=this['editor']['plugins']['get']('TableUtils');if(!_0x41c251['isEnabled'])return!0x1;const _0x144fe2=_0x4186ce['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0xea1fb1 of _0x144fe2)for(const _0xb32f54 of _0x144fe2)if(_0xea1fb1!=_0xb32f54&&!this['_areMergableCells'](_0xea1fb1,_0xb32f54))return!0x1;return!0x0;}['_areMergableCells'](_0x3dc651,_0x404cb0){const _0x276c32=this['editor']['plugins']['get']('TrackChangesEditing'),_0x241a1c=this['editor']['model']['createRangeOn'](_0x3dc651),_0x86cdf5=this['editor']['model']['createRangeOn'](_0x404cb0),_0x31cac6=new Set(),_0x2e3674=new Set();for(const _0x1fcdec of _0x276c32['getSuggestions']())if(('insertion'==_0x1fcdec['type']||'deletion'==_0x1fcdec['type']||'mergeTableCells'==_0x1fcdec['subType'])&&_0x1fcdec['isInContent']){for(const _0x4c3186 of _0x1fcdec['getRanges']())_0x4c3186['containsRange'](_0x241a1c,!0x0)&&_0x31cac6['add'](_0x1fcdec['type']+':'+_0x1fcdec['author']['id']),_0x4c3186['containsRange'](_0x86cdf5,!0x0)&&_0x2e3674['add'](_0x1fcdec['type']+':'+_0x1fcdec['author']['id']);}if(_0x31cac6['size']!=_0x2e3674['size'])return!0x1;for(const _0x55402f of _0x31cac6)if(!_0x2e3674['has'](_0x55402f))return!0x1;return!0x0;}}class Ct extends _0x281269{static get['requires'](){return[At];}['afterInit'](){const _0x4feb2c=this['editor'];if(!_0x4feb2c['plugins']['has']('TableEditing'))return;const _0x527b97=_0x4feb2c['locale'],_0x4bdf90=_0x4feb2c['plugins']['get']('TrackChangesEditing');_0x4bdf90['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x4bdf90['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x4bdf90['registerBlockAttribute']('headingRows'),_0x4bdf90['registerBlockAttribute']('headingColumns'),_0x4bdf90['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x527b97,'FORMAT_HEADER_ROW')),_0x4bdf90['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x527b97,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0xe1cf26=this['editor']['plugins']['get']('TrackChangesEditing'),_0x349699=this['editor']['plugins']['get']('TableUtils'),_0xc0bb4d=this['editor']['plugins']['get'](At)['_acceptFormatSuggestionCallbackFactory']();function _0x2b4b2f({showActiveMarker:_0x50d8db=!0x0,setDataAttribute:_0x27cfb2=!0x0}={}){return(_0x263c2d,_0x44acba,_0x3c4dc0)=>{const {type:_0x3e8f23,id:_0x44e282}=_0xe1cf26['_splitMarkerName'](_0x44acba['markerName']),_0x4779c6=_0xe1cf26['getSuggestion'](_0x44e282),_0x33ac9f=_0x4779c6['data'];if('formatBlock'!=_0x4779c6['type']||!_0x33ac9f||'setTableColumnHeader'!=_0x33ac9f['commandName'])return;if(_0x44acba['item'])return void _0x263c2d['stop']();if(!_0x3c4dc0['consumable']['consume'](_0x44acba['markerRange'],_0x263c2d['name']))return;const _0xc845eb=_0x44acba['markerRange']['start']['nodeAfter'],_0x4b9a7d=_0x44acba['markerRange']['end']['nodeBefore'],_0x527bdd=_0xc845eb['parent']['parent'],{column:_0xb65c02}=_0x349699['getCellLocation'](_0xc845eb),{column:_0x5cec56}=_0x349699['getCellLocation'](_0x4b9a7d);for(let _0x5880b9=_0xb65c02;_0x5880b9<=_0x5cec56;_0x5880b9++){const _0x5cdac7=_0x349699['createTableWalker'](_0x527bdd,{'column':_0x5880b9,'includeAllSlots':!0x1});for(const _0x376b64 of _0x5cdac7){const _0x1893d2=_0x376b64['cell'],_0xf1a48=_0x3c4dc0['mapper']['toViewElement'](_0x1893d2);_0x3c4dc0['writer']['addClass']('ck-suggestion-marker-'+_0x3e8f23,_0xf1a48),_0x27cfb2&&_0x3c4dc0['writer']['setAttribute']('data-suggestion',_0x44e282,_0xf1a48),_0x3c4dc0['mapper']['bindElementToMarker'](_0xf1a48,_0x44acba['markerName']),_0x50d8db&&(_0xe1cf26['activeMarkers']['includes'](_0x44acba['markerName'])?_0x3c4dc0['writer']['addClass']('ck-suggestion-marker--active',_0xf1a48):_0x3c4dc0['writer']['removeClass']('ck-suggestion-marker--active',_0xf1a48));}}};}_0xe1cf26['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0xc0bb4d),_0xe1cf26['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0xc0bb4d),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x2b4b2f(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x20a17d,_0x402f5e,_0x52af90)=>{_0x52af90['options']['showSuggestionHighlights']&&_0x2b4b2f({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x20a17d,_0x402f5e,_0x52af90);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x18e28a,_0x4b4f11,_0x3183e8)=>{const {type:_0x36911a,id:_0xa50363}=_0xe1cf26['_splitMarkerName'](_0x4b4f11['markerName']),_0x285d64=_0xe1cf26['getSuggestion'](_0xa50363),_0x19dd84=_0x285d64['data'];if('formatBlock'!=_0x285d64['type']||!_0x19dd84||'setTableColumnHeader'!=_0x19dd84['commandName'])return;const _0x455275=_0x3183e8['mapper']['markerNameToElements'](_0x4b4f11['markerName']);if(_0x455275){for(const _0x134c9c of _0x455275)_0x3183e8['writer']['removeClass']('ck-suggestion-marker-'+_0x36911a,_0x134c9c),_0x3183e8['writer']['removeClass']('ck-suggestion-marker--active',_0x134c9c),_0x3183e8['writer']['removeAttribute']('data-suggestion',_0x134c9c),_0x3183e8['mapper']['unbindElementFromMarkerName'](_0x134c9c,_0x4b4f11['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x298c17=this['editor'],_0x5e38a1=_0x298c17['locale'];function _0x4bf6db(_0x5e3ff7){return{'type':'format','content':o(_0x5e38a1,'*Format:*\x20%0',_0x5e3ff7)};}_0x298c17['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x36ca5e=>{if('formatBlock'!=_0x36ca5e['type'])return;const {data:_0x581e70}=_0x36ca5e;if(_0x581e70){if('setTableRowHeader'==_0x581e70['commandName']){const _0x2e2d71=_0x581e70['commandParams'][0x0]['forceValue'];return _0x4bf6db(o(_0x5e38a1,_0x2e2d71?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x581e70['commandName']){const _0x52adab=_0x581e70['commandParams'][0x0]['forceValue'];return _0x4bf6db(o(_0x5e38a1,_0x52adab?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}class vt extends _0x281269{['afterInit'](){const _0x278841=this['editor'],_0x5aace6=_0x278841['locale'],_0xc1e9fb=_0x278841['plugins']['get']('TrackChangesEditing');function _0x4a8d70(_0x453029){return{'type':'format','content':''+o(_0x5aace6,'*Set\x20table\x20type:*\x20%0',_0x453029)};}_0x278841['plugins']['has']('TableLayout')&&(_0xc1e9fb['enableCommand']('insertTableLayout'),_0xc1e9fb['enableDefaultAttributesIntegration']('tableType'),_0xc1e9fb['registerBlockAttribute']('tableType'),_0xc1e9fb['descriptionFactory']['registerElementLabel'](_0xb7448a=>_0xb7448a['is']('element','table')&&'layout'===_0xb7448a['getAttribute']('tableType'),_0x8fcdc0=>o(_0x5aace6,'ELEMENT_LAYOUT_TABLE',_0x8fcdc0)),_0xc1e9fb['descriptionFactory']['registerDescriptionCallback'](_0x3d3493=>{const {data:_0x5315bf}=_0x3d3493;if(_0x5315bf&&'tableType'==_0x5315bf['key'])switch(_0x5315bf['newValue']){case'layout':return _0x4a8d70(o(_0x5aace6,'ELEMENT_LAYOUT_TABLE'));case'content':return _0x4a8d70(o(_0x5aace6,'ELEMENT_CONTENT_TABLE'));}}));}}const Be=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],xe=/* #__PURE__ -- @preserve */
|
|
25
|
-
Object['fromEntries'](Be['map'](_0x54ab59=>[_0x54ab59,null]));class Nt extends _0x281269{static get['requires'](){return[At];}['afterInit'](){const _0x438714=this['editor'];if(!_0x438714['plugins']['has']('TableClipboard'))return;const _0x4a75bf=_0x438714['plugins']['get']('TrackChangesEditing'),_0x1c9047=_0x438714['plugins']['get']('TableUtils'),_0x4efa69=_0x438714['plugins']['get'](At),_0x34111b=_0x438714['plugins']['get']('TableClipboard'),_0x46ecbe=_0x438714['plugins']['get']('TableSelection'),_0x4bb218=_0x438714['plugins']['get'](_0x2e28c3);_0x4efa69['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x438714['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x438714['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x2479a1=null,_0x26b557=!0x1;_0x4bb218['on']('contentInsertion',(_0xeafcb5,_0x565edd)=>{_0x26b557='paste'===_0x565edd['method'];}),_0x438714['model']['on']('insertContent',(_0x52b371,_0x22871a)=>{if(!_0x26b557&&null===_0x46ecbe['getSelectedTableCells']())return;const [_0x2eeb52,_0x45d466]=_0x22871a,_0x9222f1=_0x22871a[_0x22871a['length']-0x1];_0x9222f1&&_0x9222f1['forceDefaultExecution']||_0x4a75bf['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x4d6c46,_0x5dd908,_0x92a4d8,_0x4f48f1,_0x4d8b77){if(_0x5dd908&&!_0x5dd908['is']('documentSelection'))return!0x1;const _0x1a200b=_0x4d8b77['getTableIfOnlyTableInContent'](_0x4d6c46,_0x92a4d8);if(!_0x1a200b||!Ue(_0x1a200b,void 0x0,_0x4f48f1))return!0x1;const _0x315a6c=_0x4f48f1['getSelectionAffectedTableCells'](_0x92a4d8['document']['selection']);if(!_0x315a6c['length'])return!0x1;const _0x41bc13=_0x315a6c[0x0]['findAncestor']('table'),_0x29f1fd=_0x4f48f1['getRowIndexes'](_0x315a6c),_0x33c0e9=_0x4f48f1['getColumnIndexes'](_0x315a6c),_0xd18b2b={'startRow':_0x29f1fd['first'],'endRow':_0x29f1fd['last'],'startColumn':_0x33c0e9['first'],'endColumn':_0x33c0e9['last']};return 0x1==_0x315a6c['length']&&(_0xd18b2b['endRow']+=_0x4f48f1['getRows'](_0x1a200b)-0x1,_0xd18b2b['endColumn']+=_0x4f48f1['getColumns'](_0x1a200b)-0x1),Ue(_0x41bc13,_0xd18b2b,_0x4f48f1);}(_0x2eeb52,_0x45d466,_0x438714['model'],_0x1c9047,_0x34111b)&&(_0x52b371['stop'](),_0x2479a1={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x438714['model']['change'](()=>{_0x438714['model']['insertContent'](_0x22871a[0x0],_0x22871a[0x1],_0x22871a[0x2],{'forceDefaultExecution':!0x0});const _0x3fbcb0=_0x3b5d55(),{rowInsertionRanges:_0x419385,columnInsertionRanges:_0x4750ab,insertionRanges:_0xd8fed0,deletionRanges:_0x2badf8,cells:_0x4167b9}=_0x2479a1;_0x419385['length']&&_0x4a75bf['markMultiRangeInsertion'](_0x419385,'tablePasteRow',{'tablePasteChainId':_0x3fbcb0}),_0x4750ab['length']&&_0x4a75bf['markMultiRangeInsertion'](_0x4750ab,'tablePasteColumn',{'tablePasteChainId':_0x3fbcb0}),_0xd8fed0['length']&&(_0x4a75bf['markMultiRangeInsertion'](_0xd8fed0,'tablePaste',{'tablePasteChainId':_0x3fbcb0,'skipNestingCheck':!0x0}),_0xd8fed0['forEach'](_0x2a9537=>_0x2a9537['detach']?.())),_0x2badf8['length']&&(_0x4a75bf['markMultiRangeDeletion'](_0x2badf8,'tablePaste',{'tablePasteChainId':_0x3fbcb0,'skipNestingCheck':!0x0}),_0x2badf8['forEach'](_0x40fad6=>_0x40fad6['detach']?.()));const _0x447c2a=_0x4a75bf['markMultiRangeBlockFormat'](_0x4167b9['map'](({element:_0x3fb043})=>_0x3fb043),{'formatGroupId':_0x3b5d55()},[],'tablePasteCell',{'tablePasteChainId':_0x3fbcb0});if(_0x447c2a){const _0x4b3c2c=_0x447c2a['getMarkers'](),_0x210ee7=[];for(const {element:_0x2dbe37,attributes:_0x18666f}of _0x4167b9){if(!_0x18666f)continue;const _0x39de03=_0x438714['model']['createRangeOn'](_0x2dbe37),_0x1a9cb2=_0x4b3c2c['find'](_0x307e82=>_0x307e82['getRange']()['isEqual'](_0x39de03));_0x1a9cb2&&_0x210ee7['push']([_0x1a9cb2['name'],_0x18666f]);}_0x210ee7['length']&&_0x447c2a['setAttribute']('markerAttributes',Object['fromEntries'](_0x210ee7));}_0x2479a1=null;}));},{'priority':_0x5184a8['high']+0xa}),_0x4bb218['on']('contentInsertion',()=>{_0x26b557=!0x1;},{'priority':'lowest'}),_0x438714['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x2c4e59,_0x1cc1a5)=>{const [_0x53a3c1,_0xf3afaf,,_0x3659e2]=_0x1cc1a5;if(!_0x2479a1)return;_0x2c4e59['stop']();const _0x15e1d7=_0x53a3c1['cell'],_0x4e6612=_0xf3afaf,_0x35c93a=Oe(_0x15e1d7),_0x2cadf9=Oe(_0x4e6612);_0x2c4e59['return']=_0x15e1d7;let _0x46e223=null,_0x248f93=null;if(_0x2cadf9||_0x35c93a){if(_0x35c93a&&!_0x2cadf9){_0x3659e2['remove'](_0x15e1d7['getChild'](0x0));for(const _0x43c2c9 of Array['from'](_0x4e6612['getChildren']()))_0x3659e2['insert'](_0x43c2c9,_0x15e1d7,'end');const _0x3c7aee=_0x2479a1['rowInsertionIndexes']['includes'](_0x53a3c1['row']),_0x47fec0=_0x2479a1['columnInsertionIndexes']['includes'](_0x53a3c1['column']);_0x3c7aee||_0x47fec0||(_0x46e223=_0x39990b['fromRange'](_0x3659e2['createRangeIn'](_0x15e1d7)));}else _0x2cadf9&&!_0x35c93a&&(_0x248f93=_0x3659e2['createRangeIn'](_0x15e1d7));}else{const _0x3832e9=_0x3659e2['createElement']('tableCellSuggestion'),_0x33fc07=_0x3659e2['createElement']('tableCellSuggestion');_0x3659e2['wrap'](_0x3659e2['createRangeIn'](_0x15e1d7),_0x33fc07),_0x3659e2['insert'](_0x3832e9,_0x15e1d7,0x0);for(const _0x386eed of Array['from'](_0x4e6612['getChildren']()))_0x3659e2['insert'](_0x386eed,_0x3832e9,'end');_0x46e223=_0x39990b['fromRange'](_0x3659e2['createRangeOn'](_0x3832e9)),_0x248f93=_0x39990b['fromRange'](_0x3659e2['createRangeOn'](_0x33fc07));}const _0x321720=Array['from'](_0x4e6612['getAttributes']())['filter'](([_0x1c3d13])=>Be['includes'](_0x1c3d13));_0x2479a1['cells']['push']({'element':_0x15e1d7,'attributes':_0x321720['length']?Object['fromEntries'](_0x321720):null}),_0x46e223&&_0x2479a1['insertionRanges']['push'](_0x46e223),_0x248f93&&_0x2479a1['deletionRanges']['push'](_0x248f93);},{'priority':'high'}),_0x1c9047['on']('insertColumns',(_0x5bc14a,_0xb18bc1)=>{const [_0x5ec7e0,_0x658035={}]=_0xb18bc1;if(!_0x2479a1)return;const _0x591b8d=_0x658035['at']||0x0,_0x4fac36=_0x658035['columns']||0x1;_0x2479a1['columnInsertionIndexes']=new Array(_0x4fac36)['fill'](_0x591b8d)['map']((_0x530e35,_0xb5806d)=>_0x530e35+_0xb5806d);for(const {cell:_0x313e41}of _0x1c9047['createTableWalker'](_0x5ec7e0,{'startColumn':_0x591b8d,'endColumn':_0x591b8d+_0x4fac36-0x1}))_0x2479a1['columnInsertionRanges']['push'](_0x438714['model']['createRangeOn'](_0x313e41));},{'priority':'low'}),_0x1c9047['on']('insertRows',(_0x4a13cb,_0x385872)=>{const [_0x15a133,_0xe2a3a3={}]=_0x385872;if(!_0x2479a1)return;const _0x12cdee=_0xe2a3a3['at']||0x0,_0x20aabb=_0xe2a3a3['rows']||0x1;_0x2479a1['rowInsertionIndexes']=new Array(_0x20aabb)['fill'](_0x12cdee)['map']((_0xc2ede,_0x18a76c)=>_0xc2ede+_0x18a76c);for(const {cell:_0x3d79be}of _0x1c9047['createTableWalker'](_0x15a133,{'startRow':_0x12cdee,'endRow':_0x12cdee+_0x20aabb-0x1}))_0x2479a1['rowInsertionRanges']['push'](_0x438714['model']['createRangeOn'](_0x3d79be));},{'priority':'low'}),_0x4a75bf['descriptionFactory']['registerDescriptionCallback'](_0xa914f9=>{if(_0xa914f9['subType']&&_0xa914f9['subType']['startsWith']('tablePaste'))return _0xa914f9['previous']?{}:{'type':'insertion','content':o(_0x438714['locale'],'*Replace\x20table\x20cells*')};});const _0x5b4a40=()=>!0x1;for(const _0x1f935e of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x4a75bf['_suggestionFactory']['registerCustomCallback']('insertion',_0x1f935e,'join',_0x5b4a40),_0x4a75bf['_suggestionFactory']['registerCustomCallback']('deletion',_0x1f935e,'join',_0x5b4a40),_0x4a75bf['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1f935e,'join',_0x5b4a40);_0x4a75bf['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x5b4a40),_0x4a75bf['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x3b40e4,_0x348059,_0x3a8606)=>{const _0x380624=_0x3b40e4['map'](_0x159f23=>_0x159f23['getContainedElement']())['filter'](_0x1a1f3c=>_0x1a1f3c),_0x51e472=new Map(_0x380624['map'](_0x4fd0b6=>[_0x4fd0b6,null]));if(_0x2479a1){for(const {element:_0x2b40e7,attributes:_0x4962f6}of _0x2479a1['cells'])_0x4962f6&&_0x51e472['set'](_0x2b40e7,_0x4962f6);}else{if(_0x3a8606&&_0x3a8606['markerAttributes'])for(const [_0x5561d6,_0x23175c]of Object['entries'](_0x3a8606['markerAttributes'])){const _0x5521d0=_0x438714['model']['markers']['get'](_0x5561d6),_0x2a060f=_0x5521d0?_0x5521d0['getRange']()['getContainedElement']():null;_0x2a060f&&_0x51e472['set'](_0x2a060f,_0x23175c);}}_0x438714['model']['change'](_0x4044b9=>{for(const [_0x11605f,_0x5a186a]of _0x51e472)_0x4044b9['setAttributes']({...xe,..._0x5a186a},_0x11605f);});});const _0x10735d=(_0x2d4bbc,_0x1ab30d)=>{_0x4a75bf['_suggestionFactory']['registerCustomCallback'](_0x2d4bbc,'tablePaste',_0x1ab30d,(_0x215fb2,_0x33dc7f,_0x585d7e)=>{_0x438714['model']['change'](_0x428df0=>{const _0x57ca44=[];for(const _0x1ed25c of _0x215fb2){const _0x1944ce=_0x1ed25c['start']['nodeAfter'];_0x1944ce['is']('element','tableCellSuggestion')&&_0x57ca44['push'](_0x1944ce);}_0x4a75bf['_suggestionFactory']['getSuggestionCallback'](_0x2d4bbc,null,_0x1ab30d)(_0x215fb2,_0x33dc7f,_0x585d7e);for(const _0x164d9b of _0x57ca44)'$graveyard'!=_0x164d9b['root']['rootName']&&_0x428df0['unwrap'](_0x164d9b);});});};_0x10735d('insertion','accept'),_0x10735d('insertion','discard'),_0x10735d('deletion','accept'),_0x10735d('deletion','discard'),_0x4a75bf['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x1586e7=>{const _0x5d4861=_0x1586e7['map'](_0x4a8532=>_0x4a8532['getContainedElement']()),_0xfb96d7=_0x5d4861[0x0]['findAncestor']('table'),{minRow:_0x27e160,maxRow:_0x280a98}=_0x4efa69['_getCoordsForCells'](_0x5d4861);_0x1c9047['removeRows'](_0xfb96d7,{'at':_0x27e160,'rows':_0x280a98-_0x27e160+0x1});}),_0x4a75bf['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x2b0a23=>{const _0x1ae797=_0x2b0a23['map'](_0x9baba0=>_0x9baba0['getContainedElement']()),_0x39b99f=_0x1ae797[0x0]['findAncestor']('table'),{minColumn:_0x21b17a,maxColumn:_0x71cc23}=_0x4efa69['_getCoordsForCells'](_0x1ae797);_0x1c9047['removeColumns'](_0x39b99f,{'at':_0x21b17a,'columns':_0x71cc23-_0x21b17a+0x1});});const _0x48b8e1=(_0x478e37,_0x333831)=>{if(!_0x333831['subType']||!_0x333831['subType']['startsWith']('tablePaste'))return;const _0x5bbc1f=_0x333831['attributes']['tablePasteChainId'],_0x24bc05=_0x4a75bf['getSuggestions']()['filter'](_0xef93e3=>_0xef93e3['isInContent']&&_0xef93e3['attributes']&&_0xef93e3['attributes']['tablePasteChainId']==_0x5bbc1f);_0x24bc05['length']&&_0x333831['getAllAdjacentSuggestions']()['length']!=_0x24bc05['length']&&_0x24bc05['reduce']((_0x3cd99,_0x39cc8a)=>(_0x3cd99['next']=_0x39cc8a,_0x39cc8a['previous']=_0x3cd99,_0x39cc8a));};function _0x42d3fd(_0x1d72bd,_0x28961f=!0x0){const {id:_0x27f822,authorId:_0xa20949}=_0x4a75bf['_splitMarkerName'](_0x1d72bd['markerName']),_0x1b1c65=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x356243=_0x4a75bf['activeMarkers']['includes'](_0x1d72bd['markerName']);return _0x356243&&_0x1b1c65['push']('ck-suggestion-marker--active'),{'classes':_0x1b1c65,'attributes':{'data-suggestion':_0x27f822,'data-author-id':_0xa20949},'priority':_0x356243&&_0x28961f?0xbc2:0xbb8};}_0x4a75bf['on']('suggestionLoaded',_0x48b8e1,{'priority':'high'}),_0x4a75bf['on']('suggestionUnloaded',_0x48b8e1,{'priority':'high'}),_0x438714['model']['document']['registerPostFixer'](()=>{let _0x3980a7=!0x1;const _0x3f2ee0=Array['from'](_0x438714['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x21b390,data:_0x140f31}of _0x3f2ee0){const {group:_0x341ce8,type:_0x35c298,id:_0x7cb173}=_0x4a75bf['_splitMarkerName'](_0x21b390);if('suggestion'!=_0x341ce8||'deletion'!=_0x35c298||_0x140f31['oldRange'])continue;if(!_0x4a75bf['hasSuggestion'](_0x7cb173))continue;const _0x4c8cad=_0x4a75bf['getSuggestion'](_0x7cb173)['getRanges'](),_0x3e5921=_0x438714['plugins']['get']('Users')['me'];for(const _0x1e788a of _0x4a75bf['getSuggestions']()){if(!_0x1e788a['isInContent']||_0x1e788a['author']!=_0x3e5921)continue;if('formatBlock'!=_0x1e788a['type']||'tablePasteCell'!=_0x1e788a['subType'])continue;if(_0x1e788a['getRanges']()['every'](_0x59beaa=>_0x4c8cad['some'](_0x37e4fa=>_0x37e4fa['containsRange'](_0x59beaa,!0x0)))){for(const _0xde925d of _0x1e788a['getAllAdjacentSuggestions']())_0xde925d['isInContent']&&(_0xde925d['discard'](),_0x3980a7=!0x0);}}}return _0x3980a7;}),_0x438714['model']['document']['registerPostFixer'](_0x4e181f=>{const _0x3780d8=_0x438714['commands']['get']('redo');if(!_0x3780d8||!_0x3780d8['_createdBatches']['has'](_0x4e181f['batch']))return!0x1;let _0x539b9c=!0x1;const _0x14991d=_0x438714['plugins']['get']('Users')['me'],_0x320875=_0x438714['model']['document']['differ']['getChanges'](),_0x477ba1=Array['from'](_0x438714['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x36110f,data:_0x4e5cd6})=>{const {group:_0x47aed2,subType:_0x2e13a4,authorId:_0x27e7e0}=_0x4a75bf['_splitMarkerName'](_0x36110f);return'suggestion'==_0x47aed2&&'tablePaste'==_0x2e13a4&&_0x27e7e0==_0x14991d['id']&&!_0x4e5cd6['oldRange'];});for(const _0x2f7b48 of _0x320875){if('insert'!=_0x2f7b48['type']||'tableCellSuggestion'!=_0x2f7b48['name']||0x1!=_0x2f7b48['length'])continue;const _0x5b748f=_0x4e181f['createRange'](_0x2f7b48['position'],_0x2f7b48['position']['getShiftedBy'](0x1));if(!_0x477ba1['find'](({data:_0x25847d})=>_0x25847d['newRange']['isEqual'](_0x5b748f))){for(const {name:_0x4b8bb5,data:_0x14d5a1}of _0x477ba1)if(_0x5b748f['containsRange'](_0x14d5a1['newRange'])){_0x4e181f['updateMarker'](_0x4b8bb5,{'range':_0x5b748f}),_0x539b9c=!0x0;break;}}}return _0x539b9c;}),_0x438714['model']['document']['registerPostFixer'](_0x45977c=>{let _0x33385c=!0x1;const _0xd9d3c5=_0x438714['plugins']['get']('Users')['me'],_0x490e4f=_0x4a75bf['getSuggestions']()['filter'](_0x3356f4=>_0x3356f4['isInContent']&&_0x3356f4['author']==_0xd9d3c5),_0x5799c6=new Set(),_0x5333e9=new Set();for(const _0x32b965 of _0x490e4f)if('tablePaste'==_0x32b965['subType'])for(const _0x36de42 of _0x32b965['getMarkers']()){const _0x297998=_0x36de42['getRange']()['getContainedElement']();if(_0x297998){if(_0x297998['is']('element','tableCellSuggestion')&&Oe(_0x297998)){_0x32b965['removeMarker'](_0x36de42['name']),_0x5799c6['add'](_0x297998),_0x33385c=!0x0;const _0x12591e=_0x297998['nextSibling'],_0x20aeaf=_0x297998['previousSibling'],_0xda2b99=_0x12591e&&_0x12591e['is']('element','tableCellSuggestion'),_0x120b82=_0x20aeaf&&_0x20aeaf['is']('element','tableCellSuggestion');_0xda2b99&&!_0x5799c6['has'](_0x12591e)&&_0x5333e9['add'](_0x12591e),_0x120b82&&!_0x5799c6['has'](_0x20aeaf)&&_0x5333e9['add'](_0x20aeaf);}else _0x297998['is']('element','paragraph')&&_0x297998['isEmpty']&&(_0x32b965['removeMarker'](_0x36de42['name']),_0x33385c=!0x0);}}else{if('tablePasteCell'==_0x32b965['subType']){if(!_0x32b965['attributes']||!_0x32b965['attributes']['tablePasteChainId'])continue;const _0xc0f6e9=_0x32b965['attributes']['markerAttributes'];if(_0xc0f6e9&&Object['keys'](_0xc0f6e9)['length'])continue;const _0x158984=_0x32b965['attributes']['tablePasteChainId'];let _0x29e9f9=!0x0,_0x1843df=!0x0;for(const _0x4ff488 of _0x490e4f)if(_0x4ff488['subType']&&_0x4ff488['subType']['startsWith']('tablePaste')){if(!_0x4ff488['attributes']['tablePasteChainId']){_0x1843df=!0x1;break;}if(_0x4ff488['id']!=_0x32b965['id']&&_0x4ff488['attributes']['tablePasteChainId']==_0x158984){_0x29e9f9=!0x1;break;}}_0x1843df&&_0x29e9f9&&(_0x32b965['removeMarkers'](),_0x33385c=!0x0);}}for(const _0x3c2274 of _0x5799c6)_0x45977c['remove'](_0x3c2274);for(const _0x338900 of _0x5333e9)_0x45977c['unwrap'](_0x338900);return _0x33385c;}),_0x438714['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x2b4ff6=>_0x42d3fd(_0x2b4ff6),'converterPriority':'high'}),_0x438714['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x43bfe5,_0x175bf2)=>_0x175bf2['options']['showSuggestionHighlights']?_0x42d3fd(_0x43bfe5,!0x1):null,'converterPriority':'high'});const _0x5850ce=_0x438714['editing']['view'];this['listenTo'](_0x5850ce['document'],'clipboardOutput',(_0x108fe0,_0x3fd993)=>{const _0x1f471c=[];for(const _0x587932 of _0x5850ce['createRangeIn'](_0x3fd993['content'])['getItems']())_0x587932['is']('element','suggestion-td')&&_0x1f471c['push'](_0x587932);_0x5850ce['change'](_0x25b9b8=>{for(const _0x2110c2 of _0x1f471c)_0x25b9b8['move'](_0x25b9b8['createRangeIn'](_0x2110c2),_0x25b9b8['createPositionBefore'](_0x2110c2)),_0x25b9b8['remove'](_0x2110c2);});});}}function Oe(_0xc79305){if(_0xc79305['isEmpty'])return!0x0;const _0xf2cdae=_0xc79305['getChild'](0x0);return _0xf2cdae['is']('element','paragraph')&&_0xf2cdae['isEmpty'];}function Ue(_0x20bde6,_0x2438a3={},_0x5b06a7){for(const {isAnchor:_0x5bbbfe,cellHeight:_0x24c346,cellWidth:_0x45236b}of _0x5b06a7['createTableWalker'](_0x20bde6,{'includeAllSlots':!0x0,..._0x2438a3}))if(!_0x5bbbfe||0x1!=_0x24c346||0x1!=_0x45236b)return!0x1;return!0x0;}class Dt extends _0x281269{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x12cf7c=this['editor']['plugins']['get']('TrackChangesEditing');_0x12cf7c['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x12cf7c['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x12cf7c['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x12cf7c['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x12cf7c['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x12cf7c['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x3120ce,_0x252220){const _0x25618d=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5ca633=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x17d90b=_0x252220['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x3bb062=_0x5ca633['getColumnGroupElement'](_0x17d90b);let _0x44057d=_0x3bb062?_0x5ca633['getTableColumnsWidths'](_0x3bb062):null,_0x5828ca=_0x17d90b['getAttribute']('tableWidth')||null;const _0x574dcc=_0x252220['tableWidth']||_0x5828ca,_0x18db79=_0x252220['columnWidths']||_0x44057d,_0x2febeb=this['editor']['plugins']['get']('Users')['me'];for(const _0x376485 of _0x25618d['getSuggestions']()){const _0x1d7c7e=_0x376485['getContainedElement']();if('resizeTable'===_0x376485['subType']&&_0x1d7c7e===_0x17d90b){_0x376485['author']!==_0x2febeb&&_0x376485['discard']();const _0x805eb0=_0x376485['data']['commandParams'];_0x5828ca=_0x805eb0[0x0]['tableWidth'],_0x44057d=_0x805eb0[0x0]['columnWidths'];break;}}_0x3120ce({'table':_0x17d90b,'tableWidth':_0x574dcc,'columnWidths':_0x18db79}),_0x25618d['markBlockFormat'](_0x17d90b,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x5828ca,'columnWidths':_0x44057d}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x123e86){if('formatBlock'!=_0x123e86['type']&&'formatInline'!=_0x123e86['type'])return;const {data:_0xbba8e7}=_0x123e86;if(_0xbba8e7&&'resizeTable'===_0xbba8e7['formatGroupId']){const _0x33b8e0='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x33b8e0)};}}}class $t extends _0x281269{['afterInit'](){const _0x3414a3=this['editor'];_0x3414a3['plugins']['has']('Template')&&_0x3414a3['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x281269{['afterInit'](){const _0x3e34ca=this['editor'];if(!_0x3e34ca['commands']['get']('insertTableOfContents'))return;_0x3e34ca['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0xa44d3=_0x3e34ca['plugins']['get']('TrackChangesEditing'),_0xab00e9=_0x3e34ca['locale'];_0xa44d3['descriptionFactory']['registerElementLabel']('tableOfContents',_0x1e1d6b=>o(_0xab00e9,'ELEMENT_TABLE_OF_CONTENTS',_0x1e1d6b));}}class Bt extends _0x281269{['afterInit'](){const _0x4f44b4=this['editor'];if(!_0x4f44b4['plugins']['has']('Title'))return;const _0xcbed90=_0x4f44b4['plugins']['get']('TrackChangesEditing');_0xcbed90['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x4f44b4['locale'],'ELEMENT_TITLE')),_0x4f44b4['model']['document']['registerPostFixer'](_0x313236=>{let _0x596284=!0x1;const _0x2fd0a8=Array['from'](_0x4f44b4['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x14f79a,data:_0xec7718}of _0x2fd0a8){const {group:_0x53494f}=_0xcbed90['_splitMarkerName'](_0x14f79a);if('suggestion'!==_0x53494f||!_0xec7718['newRange'])continue;const _0x5b927f=_0xec7718['newRange'],_0x16733a=_0x5b927f['end']['nodeBefore'];if(!_0x16733a||!_0x16733a['is']('element','title-content'))continue;if(!_0x5b927f['start']['isTouching'](_0x5b927f['end']))continue;const _0x250c42=_0x4f44b4['model']['schema']['getNearestSelectionRange'](_0x5b927f['end'],'forward');if(_0x250c42&&_0x250c42['isCollapsed']){const _0x119669=_0x313236['createRange'](_0x5b927f['start'],_0x250c42['start']);_0x119669['isEqual'](_0x5b927f)||(_0x313236['updateMarker'](_0x14f79a,{'range':_0x119669}),_0x596284=!0x0);}_0x596284||(_0x313236['removeMarker'](_0x14f79a),_0x596284=!0x0);}return _0x596284;});}}class Tt extends _0x281269{['afterInit'](){const _0x5f44f2=this['editor'],_0x2d649c=_0x5f44f2['plugins']['get']('TrackChangesEditing');_0x5f44f2['plugins']['has']('Uploadcare')&&(_0x2d649c['enableCommand']('uploadcare'),_0x5f44f2['plugins']['has']('UploadcareImageEdit')&&(_0x2d649c['enableCommand']('uploadcareImageEdit'),_0x2d649c['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x2d649c['registerBlockAttribute']('uploadcareImageId'),_0x2d649c['descriptionFactory']['registerDescriptionCallback'](_0x5d697c=>{if('attribute'!=_0x5d697c['type'])return;const {data:_0x2025ba}=_0x5d697c;return _0x2025ba&&'uploadcareImageId'==_0x2025ba['key']?{'type':'format','content':''}:void 0x0;})));}}class xt extends _0x281269{['afterInit'](){const _0x175cab=this['editor'],_0x185966=_0x175cab['plugins']['get']('TrackChangesEditing');_0x175cab['plugins']['has']('UndoEditing')&&(_0x185966['enableCommand']('undo'),_0x185966['enableCommand']('redo'));}}class Ot extends _0x281269{static get['requires'](){return[At];}['afterInit'](){const _0x2cdfb7=this['editor'];if(!_0x2cdfb7['plugins']['has']('TableCaptionEditing'))return;_0x2cdfb7['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Et extends _0x281269{['tableProperties'];['tableCellProperties'];constructor(_0x32d2a6){super(_0x32d2a6),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 _0x52e30f=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0xa13b69 of this['tableProperties'])_0x52e30f['enableCommand'](_0xa13b69,(_0x4b7b47,_0x16d24c)=>{const _0x24b0bd=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0xa13b69,[_0x24b0bd],this['tableProperties'],'tableProperties',_0x4b7b47,_0x16d24c);});_0x52e30f['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x52e30f['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x52e30f['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x26f33c,_0xa05660)=>this['handleDiscardAction'](this['tableProperties'],_0x26f33c,_0xa05660)),_0x52e30f['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x319f86 of this['tableCellProperties'])_0x52e30f['enableCommand'](_0x319f86,(_0x38e1fb,_0x47667e)=>{const _0x40a8e3=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x319f86,_0x40a8e3,this['tableCellProperties'],'tableCellProperties',_0x38e1fb,_0x47667e);});_0x52e30f['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x52e30f['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x52e30f['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x86cc57,_0x4b859e)=>this['handleDiscardAction'](this['tableCellProperties'],_0x86cc57,_0x4b859e)),_0x52e30f['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x52e30f['descriptionFactory']['registerDescriptionCallback'](_0x5a3b55=>this['handleSuggestionDescription'](_0x5a3b55)),this['_registerTablePropertiesAttributes']();}['_handlePropertyChange'](_0x46c3ef,_0x207848,_0x4cc0ca,_0x3859ef,_0x393961,_0x3077f3){const _0x49df69=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x3077f3['batch'],()=>{for(const _0x2f4cdf of _0x207848){if(this['_getSuggestion'](_0x2f4cdf,_0x3859ef))_0x393961(_0x3077f3);else{const _0x529bd9={};for(const _0x2493c2 of _0x4cc0ca){const _0x39c9ea=_0x2f4cdf['getAttribute'](_0x2493c2);void 0x0!==_0x39c9ea&&(_0x529bd9[_0x2493c2]=_0x39c9ea);}_0x393961(_0x3077f3),_0x49df69['markBlockFormat'](_0x2f4cdf,{'commandParams':[_0x529bd9]},[],_0x3859ef);}}});}['handleDiscardAction'](_0x429942,_0x33a3ce,_0x96ef46){const _0x19d3a8=_0x33a3ce[0x0]['start']['nodeAfter'],_0x426179=_0x96ef46['commandParams'][0x0];this['editor']['model']['change'](_0x3a2e2c=>{for(const _0x3305dc of _0x429942)void 0x0!==_0x426179[_0x3305dc]?_0x3a2e2c['setAttribute'](_0x3305dc,_0x426179[_0x3305dc],_0x19d3a8):_0x3a2e2c['removeAttribute'](_0x3305dc,_0x19d3a8);});}['handleSuggestionDescription'](_0x47f541){if(_0x47f541['data'])switch(_0x47f541['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'](_0x17d4e4,_0x3d0d92){const _0x486b97=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x4784c6 of _0x486b97['getSuggestions']({'skipNotAttached':!0x0})){const _0x157096=_0x4784c6['getContainedElement']();if(_0x4784c6['subType']===_0x3d0d92&&_0x157096===_0x17d4e4)return _0x4784c6;}return null;}['_registerTablePropertiesAttributes'](){const _0x51cc0c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x46a0df=[...this['tableProperties'],...this['tableCellProperties']];for(const _0x412d8b of _0x46a0df){const _0x141872=_0x412d8b['replace'](/([A-Z])/g,'_$1')['toUpperCase']();_0x51cc0c['registerBlockAttribute'](_0x412d8b),_0x51cc0c['descriptionFactory']['registerAttributeLabel'](_0x412d8b,o(this['editor']['locale'],'FORMAT_'+_0x141872));}}}class Rt extends _0x281269{['afterInit'](){const _0x3f85d6=this['editor'];if(!_0x3f85d6['plugins']['has']('LineHeight'))return;const _0x3442b0=_0x3f85d6['plugins']['get']('TrackChangesEditing'),_0x534870=_0x3f85d6['locale'];_0x3442b0['enableDefaultAttributesIntegration']('lineHeight'),_0x3442b0['registerBlockAttribute']('lineHeight'),_0x3442b0['descriptionFactory']['registerAttributeLabel']('lineHeight',o(_0x534870,'FORMAT_LINE_HEIGHT'));}}const m='$elementName';class d extends _0x281269{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;['_trackingSessionId']=null;static get['requires'](){return['CommentsRepository',_0x261b7d,_0x30bf07,O,E,R,U,V,G,F,L,J,K,z,W,Q,X,Y,Z,tt,it,nt,et,ot,st,rt,at,ct,ft,ht,mt,ut,H,Rt,q,gt,lt,dt,pt,kt,wt,bt,yt,jt,St,It,At,_t,Ct,vt,Ot,Nt,Dt,Mt,Et,$t,Bt,Tt,xt];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x331477){super(_0x331477),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x35d6ab,_0x34c986,_0x25a504,_0x4ca5c1)=>{this['_model']['change'](()=>{for(const _0x10adbf of[..._0x4ca5c1,..._0x25a504])this['_model']['markers']['has'](_0x10adbf)&&_0x331477['editing']['reconvertMarker'](_0x10adbf);});}),this['descriptionFactory']=new x(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Vt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x331477['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(),_0x331477['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x331477['config']['get']('trackChanges.trackFormatChanges'),_0x331477['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x331477['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new N(_0x331477,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x4feefb=this['editor'],_0x1dbd99=(_0xa866c5,_0x212901)=>{if('attribute'!=_0xa866c5)return'ck-suggestion-marker-'+_0xa866c5;const _0x26db58=_0x212901['split']('|')[0x0];return this['_isBlockAttribute'](_0x26db58)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x4feefb['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x320478=>{const {id:_0x52561d,authorId:_0x3ed80e,type:_0x2d95b6,subType:_0x1508a1}=this['_splitMarkerName'](_0x320478['markerName']),_0x36cfbb=['ck-suggestion-marker',_0x1dbd99(_0x2d95b6,_0x1508a1)];let _0x5a9913=0xbb8;return this['activeMarkers']['includes'](_0x320478['markerName'])&&(_0x36cfbb['push']('ck-suggestion-marker--active'),_0x5a9913=0xbc2),'deletion'==_0x2d95b6&&(_0x5a9913+=0x5),{'classes':_0x36cfbb,'attributes':{'data-suggestion':_0x52561d,'data-author-id':_0x3ed80e},'priority':_0x5a9913};}}),_0x4feefb['conversion']['for']('dataDowncast')['add'](_0x18aeec=>{_0x18aeec['on']('addMarker:suggestion',(_0x527558,_0x4cfcc0,_0x336ddd)=>{if(!_0x336ddd['options']['showSuggestionHighlights'])return;const _0xce91dc=_0x4cfcc0['item'];if(!_0xce91dc)return;const _0x5131d3=_0x336ddd['mapper']['toViewElement'](_0xce91dc);_0x4feefb['model']['schema']['isObject'](_0xce91dc)&&_0x5131d3&&!_0x5131d3['getCustomProperty']('widget')&&_0x5131d3['is']('containerElement')&&_0x1b5076(_0x5131d3,_0x336ddd['writer']);},{'priority':'high'});}),_0x4feefb['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x32ffbd,_0x541a89)=>{if(!_0x541a89['options']['showSuggestionHighlights'])return null;const {id:_0x53e329,authorId:_0x1c3e62,type:_0x330f26,subType:_0x24063c}=this['_splitMarkerName'](_0x32ffbd['markerName']);return{'classes':['ck-suggestion-marker',_0x1dbd99(_0x330f26,_0x24063c)],'priority':0xbb8,'attributes':{'data-suggestion':_0x53e329,'data-author-id':_0x1c3e62}};}});const _0x39808b=({showActiveMarkers:_0x183caf=!0x0,isAttributeSuggestion:_0x362c19=!0x1}={})=>(_0x51d7da,_0x4105fb,_0x46f858)=>{if(!_0x4105fb['item'])return;const {id:_0x3b43c7,authorId:_0x48788f}=this['_splitMarkerName'](_0x4105fb['markerName']);if(_0x362c19){const _0x28a4a3=this['_suggestions']['get'](_0x3b43c7),_0x399821=this['_getAttributeKey'](_0x28a4a3);if(!this['_isBlockAttribute'](_0x399821))return;}if(_0x4105fb['item']['is']('selection'))return void _0x46f858['consumable']['consume'](_0x4105fb['item'],_0x51d7da['name']);const _0x270c9a=_0x46f858['mapper']['toViewElement'](_0x4105fb['item']);if(_0x4105fb['item']['is']('element')&&_0x4feefb['model']['schema']['isBlock'](_0x4105fb['item'])&&!_0x270c9a['getCustomProperty']('addHighlight')){_0x46f858['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x270c9a),_0x46f858['writer']['setAttribute']('data-suggestion',_0x3b43c7,_0x270c9a),_0x46f858['writer']['setAttribute']('data-author-id',_0x48788f,_0x270c9a),_0x46f858['mapper']['bindElementToMarker'](_0x270c9a,_0x4105fb['markerName']),_0x183caf&&(this['activeMarkers']['includes'](_0x4105fb['markerName'])?_0x46f858['writer']['addClass']('ck-suggestion-marker--active',_0x270c9a):_0x46f858['writer']['removeClass']('ck-suggestion-marker--active',_0x270c9a));for(const _0x165abd of _0x4feefb['model']['createRangeIn'](_0x4105fb['item'])['getItems']())_0x46f858['consumable']['consume'](_0x165abd,_0x51d7da['name']);_0x46f858['consumable']['consume'](_0x4105fb['item'],_0x51d7da['name']);}};_0x4feefb['conversion']['for']('dataDowncast')['add'](_0x55f363=>{_0x55f363['on']('addMarker:suggestion:formatBlock',(_0x91ee1c,_0x25dc76,_0x211663)=>{_0x211663['options']['showSuggestionHighlights']&&_0x39808b({'showActiveMarkers':!0x1})(_0x91ee1c,_0x25dc76,_0x211663);},{'priority':'highest'});}),_0x4feefb['conversion']['for']('dataDowncast')['add'](_0xfe09b1=>{_0xfe09b1['on']('addMarker:suggestion:attribute',(_0x2a533d,_0x4d8599,_0x1fb804)=>{_0x1fb804['options']['showSuggestionHighlights']&&_0x39808b({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x2a533d,_0x4d8599,_0x1fb804);},{'priority':'highest'});}),_0x4feefb['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x24365d,_0x3ba016)=>{if(_0x3ba016['options']['showSuggestionHighlights']){const {id:_0x103405,authorId:_0x4c0d12}=this['_splitMarkerName'](_0x24365d);return _0x24365d['includes'](':split')||_0x24365d['includes'](':merge')?{'group':'suggestion','name':_0x24365d['substr'](0xb),'attributes':{'data-suggestion':_0x103405,'data-author-id':_0x4c0d12}}:null;}return{'group':'suggestion','name':_0x24365d['substr'](0xb)};}}),_0x4feefb['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x3dcdd4,{writer:_0xda0c6})=>{let _0x52d4ad='suggestion:'+_0x3dcdd4['getAttribute']('suggestion-type')+':'+_0x3dcdd4['getAttribute']('id');return _0x3dcdd4['getAttribute']('marker-count')&&(_0x52d4ad+=':'+_0x3dcdd4['getAttribute']('marker-count')),_0xda0c6['createElement']('$marker',{'data-name':_0x52d4ad});}}),_0x4feefb['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x4feefb['conversion']['for']('editingDowncast')['add'](_0x30178b=>{_0x30178b['on']('addMarker:suggestion:formatBlock',_0x39808b(),{'priority':'high'});}),_0x4feefb['conversion']['for']('editingDowncast')['add'](_0x4e5733=>{_0x4e5733['on']('addMarker:suggestion:attribute',_0x39808b({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x4feefb['conversion']['for']('editingDowncast')['add'](_0x30570b=>{_0x30570b['on']('removeMarker:suggestion:formatBlock',(_0x585109,_0x17add2,_0x406044)=>{const _0x5d55dc=_0x406044['mapper']['markerNameToElements'](_0x17add2['markerName']);if(_0x5d55dc){for(const _0x339ef8 of _0x5d55dc)_0x339ef8['getCustomProperty']('addHighlight')||(_0x406044['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x339ef8),_0x406044['writer']['removeAttribute']('data-suggestion',_0x339ef8),_0x406044['writer']['removeAttribute']('data-author-id',_0x339ef8),_0x406044['mapper']['unbindElementFromMarkerName'](_0x339ef8,_0x17add2['markerName']));}},{'priority':'high'});}),_0x4feefb['conversion']['for']('editingDowncast')['add'](_0x1b729e=>{_0x1b729e['on']('removeMarker:suggestion:attribute',(_0x395dd5,_0x2e64f2,_0x4d5da1)=>{const _0x3d5e93=_0x4d5da1['mapper']['markerNameToElements'](_0x2e64f2['markerName']);if(!_0x3d5e93)return;const {id:_0x52f1b3}=this['_splitMarkerName'](_0x2e64f2['markerName']),_0x4e5d9a=this['_suggestions']['get'](_0x52f1b3),_0x10e147=this['_getAttributeKey'](_0x4e5d9a);if(this['_isBlockAttribute'](_0x10e147)){for(const _0x5f27cd of _0x3d5e93)_0x5f27cd['getCustomProperty']('addHighlight')||(_0x4d5da1['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x5f27cd),_0x4d5da1['writer']['removeAttribute']('data-suggestion',_0x5f27cd),_0x4d5da1['writer']['removeAttribute']('data-author-id',_0x5f27cd),_0x4d5da1['mapper']['unbindElementFromMarkerName'](_0x5f27cd,_0x2e64f2['markerName']));}},{'priority':'high'});}),_0x4feefb['model']['document']['registerPostFixer'](_0x142b6b=>{let _0x106804=!0x1;const _0x374426=Array['from'](_0x4feefb['model']['document']['differ']['getChangedMarkers']()),_0x4b40a6=new Set();for(const {name:_0x83843f,data:_0x3a399c}of _0x374426){const {group:_0x5b8941,type:_0x37eb10,subType:_0x17c6ce,id:_0x3b6ae2}=this['_splitMarkerName'](_0x83843f);if('suggestion'!==_0x5b8941)continue;const _0x215d8d=_0x17c6ce?'suggestion:'+_0x37eb10+':'+_0x17c6ce+':'+_0x3b6ae2:'suggestion:'+_0x37eb10+':'+_0x3b6ae2,_0x175219=_0x4feefb['model']['markers']['getMarkersGroup'](_0x215d8d),_0x17d441=_0x4feefb['model']['markers']['get'](_0x83843f),_0x5d3c05=this['_suggestions']['get'](_0x3b6ae2);if(null!=_0x3a399c['newRange']){'formatInline'==_0x37eb10&&(_0x106804=_0x106804||Gt(_0x3a399c['newRange'],_0x83843f,_0x142b6b,_0x4feefb['model']['schema']));const _0x13e735='attribute'==_0x37eb10&&this['_isBlockAttribute'](_0x17c6ce['split']('|')[0x0]),_0x4e7967='attribute'==_0x37eb10&&this['_isInlineAttribute'](_0x17c6ce['split']('|')[0x0]);if(_0x3a399c['newRange']['isCollapsed']||'$graveyard'==_0x3a399c['newRange']['root']['rootName']||'formatBlock'==_0x37eb10&&!Jt(_0x3a399c['newRange'])||_0x13e735&&!Jt(_0x3a399c['newRange'])||_0x4e7967&&Kt(_0x3a399c['newRange'])||'deletion'==_0x37eb10&&Kt(_0x3a399c['newRange'])||_0x17d441&&Ht(_0x17d441,_0x175219))_0x142b6b['removeMarker'](_0x83843f),_0x106804=!0x0;else{if(!_0x5d3c05||!_0x5d3c05['isInContent'])continue;if(_0x3a399c['newRange']&&_0x3a399c['oldRange']&&_0x3a399c['newRange']['isEqual'](_0x3a399c['oldRange']))continue;_0x4b40a6['add'](_0x5d3c05);}}}return _0x4b40a6['size']>0x0&&(_0x106804=!!this['_joinWithAdjacentSuggestions'](_0x4b40a6)||_0x106804),_0x106804;}),_0x4feefb['model']['document']['registerPostFixer'](_0x397d47=>{let _0x5e79e0=!0x1;for(const _0x12172d of _0x4feefb['model']['document']['differ']['getChanges']())if('insert'==_0x12172d['type'])for(const _0x130d76 of this['_suggestions']['values']()){if(_0x130d76['isMultiRange']||!_0x130d76['isInContent'])continue;const _0x4bb4e5='formatBlock'==_0x130d76['type'],_0x3b93c1=this['_getAttributeKey'](_0x130d76),_0x25a068=_0x3b93c1&&this['_isBlockAttribute'](_0x3b93c1);if(!_0x4bb4e5&&!_0x25a068)continue;const _0x41933b=_0x130d76['getFirstRange']();if(_0x41933b['start']['parent']!=_0x41933b['end']['parent']&&!_0x41933b['end']['isAtEnd']){const _0x39a719=_0x4feefb['model']['createPositionAt'](_0x41933b['start']['nodeAfter'],'end'),_0x48f403=_0x4feefb['model']['createRange'](_0x41933b['start'],_0x39a719);_0x397d47['updateMarker'](_0x130d76['getFirstMarker'](),{'range':_0x48f403}),_0x5e79e0=!0x0;}}return _0x5e79e0;}),_0x4feefb['model']['document']['registerPostFixer'](_0x1968d0=>this['_processAttributeChanges'](_0x1968d0)),_0x4feefb['model']['document']['registerPostFixer'](_0x44fe7d=>!_0x44fe7d['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x44fe7d)),_0x4feefb['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x4feefb['model']['document']['on']('change:data',(_0x50ae9d,_0xf3a144)=>{if(!_0xf3a144['isLocal']||_0xf3a144['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x4194d5=_0x4feefb['model']['document']['differ']['getChanges']();if(0x0==_0x4194d5['length'])return;const _0x441b91=[],_0x21ec32=_0x4194d5['filter'](_0x2cad9e=>'attribute'==_0x2cad9e['type']),_0x2d0e1f=_0x4194d5['filter'](_0x5bcb9a=>'insert'==_0x5bcb9a['type']&&'$text'!=_0x5bcb9a['name']);for(const _0x2836a5 of _0x21ec32)this['_isRegisteredAttribute'](_0x2836a5['attributeKey'])&&_0x441b91['push']({'key':_0x2836a5['attributeKey'],'newValue':_0x2836a5['attributeNewValue'],'oldValue':_0x2836a5['attributeOldValue'],'range':qt(_0x2836a5['range'],_0x4feefb['model'])});for(const _0x1c0226 of _0x2d0e1f){if('rename'!=_0x1c0226['action']&&'refresh'!=_0x1c0226['action'])continue;const _0x5cc30a=zt(_0x1c0226['position']['nodeAfter'],_0x4feefb['model']),_0x3a91ef=_0x1c0226['before'];'rename'==_0x1c0226['action']&&_0x441b91['push']({'key':m,'newValue':_0x1c0226['name'],'oldValue':_0x3a91ef['name'],'range':_0x5cc30a});for(const [_0x378fb7,_0x57f8ed]of _0x3a91ef['attributes']){if(!this['_isRegisteredAttribute'](_0x378fb7))continue;const _0x4d2f1f=_0x1c0226['attributes']['get'](_0x378fb7);_0x57f8ed!==_0x4d2f1f&&_0x441b91['push']({'key':_0x378fb7,'newValue':_0x4d2f1f,'oldValue':_0x57f8ed,'range':_0x5cc30a});}for(const [_0x366976,_0x55cae5]of _0x1c0226['attributes'])this['_isRegisteredAttribute'](_0x366976)&&(_0x3a91ef['attributes']['has'](_0x366976)||_0x441b91['push']({'key':_0x366976,'newValue':_0x55cae5,'oldValue':null,'range':_0x5cc30a}));}0x0!=_0x441b91['length']&&_0x4feefb['model']['enqueueChange'](_0xf3a144,_0x3ce1cf=>{const _0x1ac1dd=_0x3b5d55();for(const {range:_0x57f58c,key:_0x32ba5e,oldValue:_0x20e299,newValue:_0x59a280}of _0x441b91)this['markAttributeChange'](_0x57f58c,_0x32ba5e,_0x20e299,_0x59a280,{'groupId':_0x1ac1dd});this['_reduceExistingSuggestions'](_0x3ce1cf,_0x441b91);});},{'priority':'lowest'}),_0x4feefb['model']['markers']['on']('update:suggestion',(_0x14d3d4,_0x368264,_0x4f5483)=>{if(null==_0x4f5483){const {id:_0x16fdaa}=this['_splitMarkerName'](_0x368264['name']),_0x165040=this['_suggestions']['get'](_0x16fdaa);_0x165040&&_0x165040['addMarkerName'](_0x368264['name']);}}),_0x4feefb['model']['document']['on']('change:data',()=>{const _0x210780=Array['from'](_0x4feefb['model']['document']['differ']['getChangedMarkers']())['filter'](_0x5a9c03=>'suggestion'===this['_splitMarkerName'](_0x5a9c03['name'])['group']);if(0x0===_0x210780['length'])return;_0x210780['sort']((_0x198558,_0x1e0da7)=>{const _0x58d165=_0x198558['data']['oldRange'],_0x5ef7b5=_0x1e0da7['data']['oldRange'];return null===_0x58d165&&null===_0x5ef7b5?0x0:null===_0x58d165&&null!==_0x5ef7b5?-0x1:null!==_0x58d165&&null===_0x5ef7b5?0x1:_0x58d165['start']['isBefore'](_0x5ef7b5['start'])?-0x1:0x1;});const _0x48a4c2=new Set(),_0x5df1b9=new Set();for(const {name:_0x297778,data:_0x48a6a2}of _0x210780){const {id:_0x38a097}=this['_splitMarkerName'](_0x297778);if(null===_0x48a6a2['oldRange']){const _0x4f344d=this['_handleNewSuggestionMarker'](_0x297778);_0x5df1b9['add'](_0x4f344d);}else{const _0x275217=this['_suggestions']['get'](_0x38a097);null!==_0x48a6a2['newRange']||_0x275217['isInContent']?(_0x48a4c2['add'](_0x275217['head']),_0x5df1b9['add'](_0x275217)):this['_removeSuggestion'](_0x275217);}}_0x5df1b9['size']>0x0&&this['_refreshSuggestionsChain'](_0x5df1b9);for(const _0x5d0f61 of _0x48a4c2)this['fire']('suggestionChanged',_0x5d0f61);}),_0x4feefb['model']['on']('applyOperation',(_0x2285d0,_0x473b8b)=>{const _0x545a31=_0x473b8b[0x0];if(!this['_suggestions']['size'])return;if(!_0x545a31['isDocumentOperation'])return;if(_0x545a31['batch']['isUndo']||!_0x545a31['batch']['isLocal'])return;let _0x1beb64,_0x4e127e;switch(_0x545a31['type']){case'insert':_0x1beb64=_0x4feefb['model']['createPositionAt'](_0x545a31['position']),_0x4e127e=_0x1beb64['getShiftedBy'](_0x545a31['howMany']);break;case'split':_0x1beb64=_0x4feefb['model']['createPositionAt'](_0x545a31['splitPosition']),_0x4e127e=_0x4feefb['model']['createPositionAt'](_0x545a31['moveTargetPosition']);break;case'move':_0x1beb64=_0x4feefb['model']['createPositionAt'](_0x545a31['targetPosition']),_0x4e127e=_0x1beb64['getShiftedBy'](_0x545a31['howMany']);break;default:return;}const _0x268f0a=_0x4feefb['model']['createRange'](_0x1beb64,_0x4e127e);_0x4feefb['model']['change'](()=>{for(const {suggestion:_0xec9379,meta:_0x48d136}of this['_findSuggestions'](_0x268f0a)){if(_0xec9379['isMultiRange'])continue;if('formatInline'==_0xec9379['type'])continue;const _0x194129=this['_getAttributeKey'](_0xec9379);if(_0x194129&&this['_isBlockAttribute'](_0x194129)&&'split'!=_0x545a31['type'])continue;const _0x364d93=_0xec9379['data']&&_0xec9379['data']['multipleBlocks'];('formatBlock'!=_0xec9379['type']||'split'==_0x545a31['type']&&!_0x364d93)&&(_0x48d136['containsRangeInObject']||'insertion'==_0xec9379['type']&&_0x48d136['isOwn']||_0xec9379['getFirstRange']()['containsRange'](_0x268f0a)&&this['_breakSuggestionMarker'](_0xec9379,_0x1beb64,_0x4e127e));}});},{'priority':'lowest'}),_0x4feefb['model']['on']('deleteContent',(_0x132602,_0x39edf4)=>{const _0x344c1a=_0x39edf4[0x0],_0x347876=_0x39edf4[0x1];if(_0x347876&&_0x347876['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x344c1a['isCollapsed'])return;const _0x838493=_0x4feefb['model']['schema'],{start:_0x174d28,end:_0x49eb82}=_0x344c1a['getFirstRange'](),_0x2caa75=_0x174d28['nodeAfter']&&_0x838493['isLimit'](_0x174d28['nodeAfter'])?null:_0x838493['getNearestSelectionRange'](_0x174d28,'forward'),_0x69cf4c=_0x49eb82['nodeBefore']&&_0x838493['isLimit'](_0x49eb82['nodeBefore'])?null:_0x838493['getNearestSelectionRange'](_0x49eb82,'backward'),_0x5b1d49=_0x4feefb['model']['createRange'](_0x2caa75?_0x2caa75['start']:_0x174d28,_0x69cf4c?_0x69cf4c['end']:_0x49eb82);_0x4feefb['model']['change'](_0x32a2d3=>{this['markDeletion'](_0x5b1d49);const _0x4cc09f=_0x4feefb['model']['schema']['getNearestSelectionRange'](_0x5b1d49['start']);_0x344c1a['is']('documentSelection')?_0x32a2d3['setSelection'](_0x4cc09f):_0x344c1a['setTo'](_0x4cc09f);}),_0x132602['stop']();},{'priority':_0x5184a8['normal']+0xa}),_0x4feefb['model']['on']('insertContent',(_0x277019,_0x139178)=>{const _0x18d51a=_0x139178[_0x139178['length']-0x1];_0x18d51a&&_0x18d51a['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x4feefb['model']['change'](()=>{let _0x2a5ed9=_0x4feefb['model']['insertContent'](_0x139178[0x0],_0x139178[0x1],_0x139178[0x2],{'forceDefaultExecution':!0x0});if(!_0x2a5ed9)return;_0x277019['return']=_0x2a5ed9['clone']();const _0x38acf8=_0x2a5ed9['end']['nodeBefore'],_0x4dc1be=_0x4feefb['model']['schema'];_0x38acf8&&_0x4dc1be['isBlock'](_0x38acf8)&&!_0x4dc1be['isObject'](_0x38acf8)&&(_0x2a5ed9=_0x4feefb['model']['createRange'](_0x2a5ed9['start'],_0x4feefb['model']['createPositionAt'](_0x38acf8,'end'))),this['markInsertion'](_0x2a5ed9);}),_0x277019['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x3e50a0=new D(_0x4feefb,this['_suggestions']);_0x4feefb['commands']['add']('acceptSuggestion',_0x3e50a0),this['enableCommand']('acceptSuggestion');const _0x2038ad=new $(_0x4feefb,this['_suggestions']);_0x4feefb['commands']['add']('discardSuggestion',_0x2038ad),this['enableCommand']('discardSuggestion'),_0x4feefb['commands']['add']('acceptAllSuggestions',new M(_0x4feefb,_0x3e50a0,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x4feefb['commands']['add']('discardAllSuggestions',new M(_0x4feefb,_0x2038ad,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x4feefb['commands']['add']('acceptSelectedSuggestions',new B(_0x4feefb,_0x3e50a0,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x4feefb['commands']['add']('discardSelectedSuggestions',new B(_0x4feefb,_0x2038ad,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x5101a1=_0x4feefb['plugins']['get']('CommentsRepository');this['listenTo'](_0x5101a1,'addComment',(_0x519de6,{threadId:_0x3944b3})=>{const _0x509f8c=this['_suggestions']['get'](_0x3944b3);_0x509f8c&&_0x509f8c['commentThread']&&0x1===_0x509f8c['commentThread']['length']&&this['_updateSuggestionData'](_0x3944b3,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x5101a1,'removeComment',(_0x3c0a4a,{threadId:_0xeabe47})=>{const _0x430d38=this['_suggestions']['get'](_0xeabe47);_0x430d38&&_0x430d38['commentThread']&&!_0x430d38['commentThread']['length']&&this['_updateSuggestionData'](_0xeabe47,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x30a4a2){const _0xe84043=_0x2bc3ae([0x64,0x48,0x50,0x31,0x4e,0x67,0x45,0x66,0x77,0x75,0x74,0x6c,0x69,0x41,0x32,0x34,0x55,0x35,0x65,0x4c,0x54,0x71,0x53,0x4a,0x4d,0x42,0x36,0x70,0x73,0x78,0x37,0x33,0x47,0x49,0x61,0x39,0x68,0x43,0x76,0x5a,0x79,0x57,0x30,0x6e,0x62,0x4b,0x6d,0x38,0x63,0x44,0x6b,0x51,0x7a,0x6f,0x6a,0x56,0x72,0x4f,0x59,0x52,0x46,0x58]),_0x386ad5=0x77805600,_0x19cdc3=0x778726e8^_0x386ad5,_0x5c28cc=window[_0x2bc3ae([0x44,0x61,0x74,0x65])][_0x2bc3ae([0x6e,0x6f,0x77])](),_0x53499f=_0x30a4a2[_0x2bc3ae([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x52ac11=new window[(_0x2bc3ae([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5c3344=>{_0x53499f[_0x2bc3ae([0x6f,0x6e,0x63,0x65])](_0x2bc3ae([0x72,0x65,0x61,0x64,0x79]),_0x5c3344);}),_0x40b190={[_0x2bc3ae([0x6b,0x74,0x79])]:_0x2bc3ae([0x45,0x43]),[_0x2bc3ae([0x75,0x73,0x65])]:_0x2bc3ae([0x73,0x69,0x67]),[_0x2bc3ae([0x63,0x72,0x76])]:_0x2bc3ae([0x50,0x2d,0x32,0x35,0x36]),[_0x2bc3ae([0x78])]:_0x2bc3ae([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]),[_0x2bc3ae([0x79])]:_0x2bc3ae([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]),[_0x2bc3ae([0x61,0x6c,0x67])]:_0x2bc3ae([0x45,0x53,0x32,0x35,0x36])},_0x2fa15e=_0x53499f[_0x2bc3ae([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2bc3ae([0x67,0x65,0x74])](_0x2bc3ae([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xec8522(){let _0x51586f,_0xc667fd=null,_0x5da834=null;try{if(_0x2fa15e==_0x2bc3ae([0x47,0x50,0x4c]))return _0x2bc3ae([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x51586f=_0x5d4294(),!_0x51586f)return _0x2bc3ae([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x51586f[_0x2bc3ae([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5da834=_0x496f66(_0x51586f[_0x2bc3ae([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x51586f[_0x2bc3ae([0x6a,0x74,0x69])])),await _0x2bddf8()?_0x3c0975()?_0x140ed2()?_0x2bc3ae([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2a78a1()?(_0x51586f[_0x2bc3ae([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2bc3ae([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xc667fd=_0xf47ced(_0x2bc3ae([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x51586f[_0x2bc3ae([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2bc3ae([0x74,0x72,0x69,0x61,0x6c])&&(_0xc667fd=_0xf47ced(_0x2bc3ae([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xf4884f()):_0x2bc3ae([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2bc3ae([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2bc3ae([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2bc3ae([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x140ed2(){const _0x3c3443=[_0x2bc3ae([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2bc3ae([0x74,0x72,0x69,0x61,0x6c])][_0x2bc3ae([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x51586f[_0x2bc3ae([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5c28cc/0x3e8:0xe10*_0x19cdc3;return _0x51586f[_0x2bc3ae([0x65,0x78,0x70])]<_0x3c3443;}function _0x3c0975(){const _0x5be1f4=_0x51586f[_0x2bc3ae([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x5be1f4)return!0x1;if(_0x5be1f4[_0x2bc3ae([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2bc3ae([0x2a])))return!0x0;if(_0x5be1f4[_0x2bc3ae([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2bc3ae([0x54,0x43])))return!0x0;if(_0x5be1f4[_0x2bc3ae([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2bc3ae([0x52,0x54,0x43]))){if(_0x531ce8())return!0x0;if(_0x15c415()||_0x1fea3d())return!0x0;}return!0x1;}function _0x2a78a1(){const _0x42b3d9=_0x51586f[_0x2bc3ae([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x42b3d9||0x0==_0x42b3d9[_0x2bc3ae([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xf882d4}=new URL(window[_0x2bc3ae([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x42b3d9[_0x2bc3ae([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xf882d4))return!0x0;const _0x5ba163=_0xf882d4[_0x2bc3ae([0x73,0x70,0x6c,0x69,0x74])](_0x2bc3ae([0x2e]));return _0x42b3d9[_0x2bc3ae([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x144583=>_0x144583[_0x2bc3ae([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2bc3ae([0x2a])))[_0x2bc3ae([0x6d,0x61,0x70])](_0x3d81cd=>_0x3d81cd[_0x2bc3ae([0x73,0x70,0x6c,0x69,0x74])](_0x2bc3ae([0x2e])))[_0x2bc3ae([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3dca6f=>_0x3dca6f[_0x2bc3ae([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x5ba163[_0x2bc3ae([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2bc3ae([0x6d,0x61,0x70])](_0x724647=>Array(_0x5ba163[_0x2bc3ae([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x724647[_0x2bc3ae([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2bc3ae([0x66,0x69,0x6c,0x6c])](_0x724647[0x0]===_0x2bc3ae([0x2a])?_0x2bc3ae([0x2a]):'')[_0x2bc3ae([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x724647))[_0x2bc3ae([0x73,0x6f,0x6d,0x65])](_0x137874=>_0x5ba163[_0x2bc3ae([0x65,0x76,0x65,0x72,0x79])]((_0x434b38,_0x1d9caa)=>_0x137874[_0x1d9caa]===_0x434b38||_0x137874[_0x1d9caa]===_0x2bc3ae([0x2a])));}function _0xf4884f(){return _0xc667fd&&_0x5da834?new window[(_0x2bc3ae([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f99b6,_0x109d53)=>{_0xc667fd[_0x2bc3ae([0x74,0x68,0x65,0x6e])](_0x2f99b6,_0x109d53),_0x5da834[_0x2bc3ae([0x74,0x68,0x65,0x6e])](_0xe11266=>{_0xe11266!=_0x2bc3ae([0x56,0x61,0x6c,0x69,0x64])&&_0x2f99b6(_0xe11266);},_0x109d53);}):_0xc667fd||_0x5da834||_0x2bc3ae([0x56,0x61,0x6c,0x69,0x64]);}}function _0x496f66(_0x152ec3,_0x168cd1){return new window[(_0x2bc3ae([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5849cf=>{if(_0x4e1353())return _0x5849cf(_0x2bc3ae([0x56,0x61,0x6c,0x69,0x64]));_0xe0534c(),_0x53499f[_0x2bc3ae([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2bc3ae([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4549d8=!0x1;const _0x45cb7c=_0x3b5d55();function _0x44f7d9(_0x1b5058){return!!_0x1b5058&&(typeof _0x1b5058===_0x2bc3ae([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1b5058===_0x2bc3ae([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1b5058[_0x2bc3ae([0x74,0x68,0x65,0x6e])]===_0x2bc3ae([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1b5058[_0x2bc3ae([0x63,0x61,0x74,0x63,0x68])]===_0x2bc3ae([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x149672(_0x49fc9a){_0x5c9e15(_0x49fc9a)[_0x2bc3ae([0x74,0x68,0x65,0x6e])](_0x27e790=>{if(!_0x27e790||_0x27e790[_0x2bc3ae([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2bc3ae([0x6f,0x6b]))return _0x2bc3ae([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xe39f11(_0x2e8528(_0x45cb7c+_0x168cd1))!=_0x27e790[_0x2bc3ae([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2bc3ae([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2bc3ae([0x56,0x61,0x6c,0x69,0x64]);})[_0x2bc3ae([0x74,0x68,0x65,0x6e])](_0x565f06=>(_0x2ebe1a(),_0x565f06),()=>{const _0x25e41c=_0x33ffb0();return null==_0x25e41c?(_0x2ebe1a(),_0x2bc3ae([0x56,0x61,0x6c,0x69,0x64])):_0x2bc3ae(_0x5c28cc-_0x25e41c>(0x538cd200^_0x386ad5)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2bc3ae([0x74,0x68,0x65,0x6e])](_0x5849cf)[_0x2bc3ae([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5849cf(_0x2bc3ae([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x175130=0x77b6b880^_0x386ad5;function _0x2ebe1a(){const _0x29a301=_0x2bc3ae([0x6c,0x6c,0x63,0x74,0x2d])+_0xe39f11(_0x2e8528(_0x152ec3)),_0x36d0b0=_0x58a41e(_0xe39f11(window[_0x2bc3ae([0x4d,0x61,0x74,0x68])][_0x2bc3ae([0x63,0x65,0x69,0x6c])](_0x5c28cc/_0x175130)));window[_0x2bc3ae([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2bc3ae([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x29a301,_0x36d0b0);}function _0x33ffb0(){const _0x38651a=_0x2bc3ae([0x6c,0x6c,0x63,0x74,0x2d])+_0xe39f11(_0x2e8528(_0x152ec3)),_0x5ba503=window[_0x2bc3ae([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2bc3ae([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x38651a);return _0x5ba503?window[_0x2bc3ae([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x58a41e(_0x5ba503),0x10)*_0x175130:null;}function _0x5c9e15(_0x1d9460){return new window[(_0x2bc3ae([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1b5710,_0x13ce8e)=>{_0x1d9460[_0x2bc3ae([0x74,0x68,0x65,0x6e])](_0x1b5710,_0x13ce8e),window[_0x2bc3ae([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x13ce8e,0x778182c0^_0x386ad5);});}}_0x53499f[_0x2bc3ae([0x6f,0x6e])](_0x2bc3ae([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1f6769,_0x151349)=>{if(_0x151349[0x0]!=_0x152ec3)return _0x5849cf(_0x2bc3ae([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x151349[0x1]={..._0x151349[0x1],[_0x2bc3ae([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x45cb7c};},{[_0x2bc3ae([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2bc3ae([0x68,0x69,0x67,0x68])}),_0x53499f[_0x2bc3ae([0x6f,0x6e])](_0x2bc3ae([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x46e1f2=>{_0x44f7d9(_0x46e1f2[_0x2bc3ae([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4549d8=!0x0,_0x149672(_0x46e1f2[_0x2bc3ae([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2bc3ae([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2bc3ae([0x6c,0x6f,0x77])}),_0x52ac11[_0x2bc3ae([0x74,0x68,0x65,0x6e])](()=>{_0x4549d8||_0x5849cf(_0x2bc3ae([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4e1353(){return _0x53499f[_0x2bc3ae([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2bc3ae([0x76,0x69,0x65,0x77])][_0x2bc3ae([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2bc3ae([0x61,0x75,0x74,0x6f]);}function _0xe0534c(){_0x53499f[_0x2bc3ae([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2bc3ae([0x76,0x69,0x65,0x77])][_0x2bc3ae([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2bc3ae([0x61,0x75,0x74,0x6f]);}}function _0xf47ced(_0x26dcf0){const _0x382fb6=[new window[(_0x2bc3ae([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x132a3b=>setTimeout(_0x132a3b,0x778968cc^_0x386ad5)),_0x52ac11[_0x2bc3ae([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2bc3ae([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2d3695=>{let _0x143198=0x0;_0x53499f[_0x2bc3ae([0x6d,0x6f,0x64,0x65,0x6c])][_0x2bc3ae([0x6f,0x6e])](_0x2bc3ae([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x366803,_0x358559)=>{_0x358559[0x0][_0x2bc3ae([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x143198++,_0x143198==(0x778057f8^_0x386ad5)&&(_0x2d3695(),_0x366803[_0x2bc3ae([0x6f,0x66,0x66])]());});}))];return window[_0x2bc3ae([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2bc3ae([0x72,0x61,0x63,0x65])](_0x382fb6)[_0x2bc3ae([0x74,0x68,0x65,0x6e])](()=>_0x26dcf0);}async function _0x46a2cd(){await _0x52ac11,_0x53499f[_0x2bc3ae([0x6d,0x6f,0x64,0x65,0x6c])][_0x2bc3ae([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x16a251,_0x53499f[_0x2bc3ae([0x6d,0x6f,0x64,0x65,0x6c])][_0x2bc3ae([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x16a251,_0x53499f[_0x2bc3ae([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2bc3ae([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x531ce8(){return _0x1094a5(_0x2bc3ae([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x40cf54(_0x2bc3ae([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x2bc3ae([0x73,0x74,0x61,0x74,0x65])]==_0x2bc3ae([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x15c415(){return _0x1094a5(_0x2bc3ae([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 _0x1fea3d(){return _0x1094a5(_0x2bc3ae([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x24a50f(_0x30e0af){const _0x10260c=_0x3939bb();_0x53499f[_0x10260c]=_0x2bc3ae([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x30e0af,_0x30e0af!=_0x2bc3ae([0x56,0x61,0x6c,0x69,0x64])&&_0x46a2cd();}function _0x3939bb(){const _0x1b5dc0=window[_0x2bc3ae([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2bc3ae([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2bc3ae([0x6e,0x6f,0x77])]())[_0x2bc3ae([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2bc3ae([0x2e]),'');let _0x59ed51=_0x2bc3ae([0x64]);for(let _0x1aa020=0x0;_0x1aa020<_0x1b5dc0[_0x2bc3ae([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1aa020+=0x2){let _0xe6f819=window[_0x2bc3ae([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1b5dc0[_0x2bc3ae([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1aa020,_0x1aa020+0x2));_0xe6f819>=_0xe84043[_0x2bc3ae([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xe6f819-=_0xe84043[_0x2bc3ae([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x59ed51+=_0xe84043[_0xe6f819];}return _0x59ed51;}function _0x5d4294(){const _0x1c90e8=_0x2fa15e[_0x2bc3ae([0x73,0x70,0x6c,0x69,0x74])](_0x2bc3ae([0x2e]));if(0x3!=_0x1c90e8[_0x2bc3ae([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x78aec7(_0x1c90e8[0x1]);function _0x78aec7(_0x8afabe){const _0x3fb806=_0x390711(_0x8afabe);return _0x3fb806&&_0x807205()?_0x3fb806:null;function _0x807205(){const _0x3317c1=_0x3fb806[_0x2bc3ae([0x6a,0x74,0x69])],_0x1972e5=window[_0x2bc3ae([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3317c1[_0x2bc3ae([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3317c1[_0x2bc3ae([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2adf72={..._0x3fb806,[_0x2bc3ae([0x6a,0x74,0x69])]:_0x3317c1[_0x2bc3ae([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3317c1[_0x2bc3ae([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2adf72[_0x2bc3ae([0x76,0x63])],_0x2e8528(_0x2adf72)==_0x1972e5;}}}async function _0x2bddf8(){let _0x1a8408=!0x0;try{const _0x4b913c=_0x2fa15e[_0x2bc3ae([0x73,0x70,0x6c,0x69,0x74])](_0x2bc3ae([0x2e])),[_0x51c865,_0x5eecd4,_0x9616d7]=_0x4b913c;return _0x1ff82e(_0x51c865),await _0x1460f2(_0x51c865,_0x5eecd4,_0x9616d7),_0x1a8408;}catch{return!0x1;}function _0x1ff82e(_0x2f9e69){const _0x3c9fd8=_0x390711(_0x2f9e69);_0x3c9fd8&&_0x3c9fd8[_0x2bc3ae([0x61,0x6c,0x67])]==_0x2bc3ae([0x45,0x53,0x32,0x35,0x36])||(_0x1a8408=!0x1);}async function _0x1460f2(_0x255ded,_0x145661,_0x2c1bed){const _0x467c71=window[_0x2bc3ae([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2bc3ae([0x66,0x72,0x6f,0x6d])](_0x303dc3(_0x2c1bed),_0x295a68=>_0x295a68[_0x2bc3ae([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x149102=new window[(_0x2bc3ae([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2bc3ae([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x255ded+_0x2bc3ae([0x2e])+_0x145661),_0xd47aba=window[_0x2bc3ae([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2bc3ae([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xd47aba)return;const _0x52938c=await _0xd47aba[_0x2bc3ae([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2bc3ae([0x6a,0x77,0x6b]),_0x40b190,{[_0x2bc3ae([0x6e,0x61,0x6d,0x65])]:_0x2bc3ae([0x45,0x43,0x44,0x53,0x41]),[_0x2bc3ae([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2bc3ae([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2bc3ae([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xd47aba[_0x2bc3ae([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2bc3ae([0x6e,0x61,0x6d,0x65])]:_0x2bc3ae([0x45,0x43,0x44,0x53,0x41]),[_0x2bc3ae([0x68,0x61,0x73,0x68])]:{[_0x2bc3ae([0x6e,0x61,0x6d,0x65])]:_0x2bc3ae([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x52938c,_0x467c71,_0x149102)||(_0x1a8408=!0x1);}}function _0x390711(_0x5785dc){return _0x5785dc[_0x2bc3ae([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2bc3ae([0x65,0x79]))?JSON[_0x2bc3ae([0x70,0x61,0x72,0x73,0x65])](_0x303dc3(_0x5785dc)):null;}function _0x303dc3(_0x3b6dd6){return window[_0x2bc3ae([0x61,0x74,0x6f,0x62])](_0x3b6dd6[_0x2bc3ae([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2bc3ae([0x2b]))[_0x2bc3ae([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2bc3ae([0x2f])));}function _0x2e8528(_0x5c4345){let _0x259784=0x1505;function _0x38fb36(_0x2c5a3c){for(let _0x1dd1ad=0x0;_0x1dd1ad<_0x2c5a3c[_0x2bc3ae([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1dd1ad++){const _0xd250f5=_0x2c5a3c[_0x2bc3ae([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1dd1ad);_0x259784=(_0x259784<<0x5)+_0x259784+_0xd250f5,_0x259784&=_0x259784;}}function _0x3ebcab(_0x4ff98c){Array[_0x2bc3ae([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4ff98c)?_0x4ff98c[_0x2bc3ae([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3ebcab):_0x4ff98c&&typeof _0x4ff98c==_0x2bc3ae([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2bc3ae([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4ff98c)[_0x2bc3ae([0x73,0x6f,0x72,0x74])]()[_0x2bc3ae([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3ebbc5,_0x55f501])=>{_0x38fb36(_0x3ebbc5),_0x3ebcab(_0x55f501);}):_0x38fb36(window[_0x2bc3ae([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4ff98c));}return _0x3ebcab(_0x5c4345),_0x259784>>>0x0;}function _0xe39f11(_0x356a29){return _0x356a29[_0x2bc3ae([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2bc3ae([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2bc3ae([0x30]));}function _0x58a41e(_0x54f582){return _0x54f582[_0x2bc3ae([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2bc3ae([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2bc3ae([0x6a,0x6f,0x69,0x6e])]('');}function _0x1094a5(_0x42ec3e){return _0x53499f[_0x2bc3ae([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x2bc3ae([0x68,0x61,0x73])](_0x42ec3e);}function _0x40cf54(_0x2d3430){return _0x53499f[_0x2bc3ae([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x2bc3ae([0x67,0x65,0x74])](_0x2d3430);}function _0x16a251(){}function _0x2bc3ae(_0x3a73da){return _0x3a73da['map'](_0x826e6a=>String['fromCharCode'](_0x826e6a))['join']('');}_0x24a50f(await _0xec8522());}(this);}set['adapter'](_0x4f0eb8){if(this['_adapter'])throw new _0x5953c2('track-changes-adapter-already-set',this);this['_adapter']=_0x4f0eb8;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x4a9d19=!0x1,toJSON:_0x838419=!0x1}={}){const _0x5387d8=[];for(const _0x337cf8 of this['_suggestions']['values']())_0x4a9d19&&!_0x337cf8['isInContent']||_0x5387d8['push'](_0x337cf8);return _0x838419?_0x5387d8['map'](_0x17d4c2=>_0x17d4c2['toJSON']()):_0x5387d8;}['getSuggestion'](_0x5dd782){const _0x3ae126=this['_suggestions']['get'](_0x5dd782);if(!_0x3ae126)throw new _0x5953c2('track-changes-suggestion-not-found',this);return _0x3ae126;}['hasSuggestion'](_0x4f2aa3){return this['_suggestions']['has'](_0x4f2aa3);}['addSuggestionData'](_0x21b7d3){const {authorId:_0x2c5e12,id:_0x1ad56e,originalSuggestionId:_0x1698e0,attributes:_0x59d83f}=_0x21b7d3,[_0x192c71,_0x32ee80]=_0x21b7d3['type']['split'](':'),_0x3d4695=this['_suggestions']['get'](_0x1ad56e)||this['_createSuggestion'](_0x192c71,_0x32ee80,_0x1ad56e,_0x2c5e12,_0x59d83f,_0x1698e0);if(this['_addThreadToSuggestion'](_0x3d4695),this['_checkSuggestionCorrectness'](_0x3d4695,_0x192c71,_0x32ee80||null,_0x2c5e12),_0x3d4695['createdAt']=_0x21b7d3['createdAt'],_0x3d4695['_isDataLoaded']=!0x0,_0x59d83f&&_0x59d83f['@external']){const _0x1fcaaa=_0x59d83f['@external'],_0x56f15f=this['_getExternalAuthor'](_0x1fcaaa['authorName']);_0x3d4695['authoredAt']=_0x1fcaaa['createdAt'],_0x3d4695['author']=_0x56f15f,_0x3d4695['isExternal']=!0x0;}else _0x3d4695['authoredAt']=_0x21b7d3['createdAt'];switch(_0x21b7d3['data']&&(_0x3d4695['data']=_0x21b7d3['data']),_0x21b7d3['attributes']&&(_0x3d4695['attributes']=_0x21b7d3['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x3d4695['_saved']=!0x0),this['_suggestionState']['get'](_0x3d4695)){case'notReady':this['_suggestionState']['set'](_0x3d4695,'dataReady');break;case'markerReady':_0x3d4695['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x3d4695])),this['_refreshSuggestionsChain'](new Set([_0x3d4695])),this['_suggestionState']['set'](_0x3d4695,'ready'),this['fire']('suggestionLoaded',_0x3d4695)):this['_suggestionState']['set'](_0x3d4695,'removed');}return _0x3d4695;}['acceptSuggestion'](_0x332eb0){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x1b3cdd of _0x332eb0['getAllAdjacentSuggestions']())_0x1b3cdd['accept']();});});}['discardSuggestion'](_0x23d650){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x241dc2 of _0x23d650['getAllAdjacentSuggestions']())_0x241dc2['discard']();});});}['enableCommand'](_0xce63c3,_0x4580f1){const _0x50cfa9=this['editor']['commands']['get'](_0xce63c3);if(!_0x50cfa9)throw new _0x5953c2('track-changes-command-not-found',this,{'commandName':_0xce63c3});if(this['_enabledCommands']['has'](_0x50cfa9))throw new _0x5953c2('track-changes-enable-command-twice',this,{'commandName':_0xce63c3});this['_enabledCommands']['add'](_0x50cfa9),_0x4580f1&&_0x50cfa9['on']('execute',(_0x3232cf,_0x2057dd)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x2057dd['length']>0x0&&_0x2057dd[_0x2057dd['length']-0x1]&&_0x2057dd[_0x2057dd['length']-0x1]['forceDefaultExecution']?_0x2057dd['pop']():(_0x3232cf['return']=_0x4580f1((..._0x1303b8)=>_0x50cfa9['execute'](..._0x1303b8,{'forceDefaultExecution':!0x0}),..._0x2057dd),_0x3232cf['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x4a716c){let _0x52f4fb,_0x29ae98;const _0x4accf5=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x52f4fb=_0x4a716c();}catch(_0x390de4){_0x29ae98=_0x390de4;}return _0x4accf5||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x29ae98&&_0x5953c2['rethrowUnexpectedError'](_0x29ae98,this),_0x52f4fb;}['markInsertion'](_0x29bef9,_0x4d5fea=null,_0x52a313={}){if(_0x29bef9['isCollapsed'])return null;const _0x320669=this['editor']['plugins']['get']('Users')['me'];this['_trackingSessionId']&&(_0x52a313['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x57a8ba,meta:_0x155aa9}of this['_findSuggestions'](_0x29bef9,'insertion'))if(_0x155aa9['isOwn']){if(!_0x155aa9['isNextTo']){if(_0x155aa9['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Xt(_0x57a8ba,_0x52a313))continue;return _0x57a8ba;}if(Xt(_0x57a8ba,_0x52a313))return _0x57a8ba;this['_breakSuggestionMarker'](_0x57a8ba,_0x29bef9['start'],_0x29bef9['end']);break;}if(_0x4d5fea==_0x57a8ba['subType']&&Xt(_0x57a8ba,_0x52a313)){const _0x42a8a8=_0x57a8ba['getFirstRange']();return _0x42a8a8['start']['isEqual'](_0x29bef9['end'])?this['_setSuggestionRange'](_0x57a8ba,this['_model']['createRange'](_0x29bef9['start'],_0x42a8a8['end'])):this['_setSuggestionRange'](_0x57a8ba,this['_model']['createRange'](_0x42a8a8['start'],_0x29bef9['end'])),_0x57a8ba;}}const _0x45e4d0=_0x3b5d55(),_0x42f780=_0x320669['id'],_0x55154b=_0x4d5fea?'insertion:'+_0x4d5fea:'insertion',_0x51c834=this['_setSuggestionData']({'id':_0x45e4d0,'type':_0x55154b,'createdAt':new Date(),'authorId':_0x42f780,'attributes':_0x52a313});return this['_addSuggestionMarker'](_0x55154b,_0x45e4d0,_0x42f780,_0x29bef9),_0x51c834;}['markMultiRangeInsertion'](_0x2a7dd5,_0x453384='multi',_0x2a9b18={}){const _0x1609fe=this['editor']['plugins']['get']('Users')['me'],_0x662aef=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x453384,'join');this['_trackingSessionId']&&(_0x2a9b18['trackingSessionId']=this['_trackingSessionId']);for(const _0x15d1d6 of this['getSuggestions']())if(_0x15d1d6['author']['id']==_0x1609fe['id']&&'insertion'==_0x15d1d6['type']&&_0x15d1d6['subType']==_0x453384&&Xt(_0x15d1d6,_0x2a9b18)&&(_0x662aef(_0x15d1d6['getRanges'](),_0x2a7dd5)||_0x662aef(_0x2a7dd5,_0x15d1d6['getRanges']()))){for(const _0x5b65b8 of _0x2a7dd5)_0x15d1d6['addRange'](_0x5b65b8);return _0x15d1d6;}for(const {suggestion:_0x519085,meta:_0x417ecc}of this['_findSuggestions'](_0x2a7dd5,'insertion')){if(!_0x417ecc['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x417ecc['containsRangeInObject'])continue;if(!Xt(_0x519085,_0x2a9b18))continue;let _0x23aa6d=!0x0;for(const _0x39357b of _0x519085['getRanges']())for(const _0x3912ec of _0x2a7dd5)if(!_0x39357b['containsRange'](_0x3912ec)){_0x23aa6d=!0x1;break;}if(_0x23aa6d)return _0x519085;}const _0x15d47c=_0x3b5d55(),_0xea337d=_0x1609fe['id'],_0x1ed3e4='insertion:'+_0x453384,_0x4eb342=this['_setSuggestionData']({'id':_0x15d47c,'type':_0x1ed3e4,'createdAt':new Date(),'authorId':_0xea337d,'attributes':_0x2a9b18});for(const _0x152bdf of _0x2a7dd5)this['_addSuggestionMarker'](_0x1ed3e4,_0x15d47c,_0xea337d,_0x152bdf,T['getMultiRangeId']());return _0x4eb342;}['markInlineFormat'](_0x345d5f,_0x152a8d,_0x3e6ae5=null,_0x55f375={}){if(_0x3e6ae5=_0x3e6ae5||Lt(_0x152a8d),_0x345d5f['isCollapsed'])return null;if(this['_trackingSessionId']&&(_0x55f375['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x3239fe=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x3e6ae5,'accept');return this['forceDefaultExecution'](()=>_0x3239fe([_0x345d5f],_0x152a8d,_0x55f375)),null;}const _0x6a9e0c=this['editor']['plugins']['get']('Users')['me'],_0x41fe65=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x2ee083,meta:_0x2e320f}of this['_findSuggestions'](_0x345d5f,'insertion'))_0x2e320f['isOwn']&&!_0x2e320f['isInsideObject']&&_0x41fe65['push'](..._0x2ee083['getRanges']());}const _0x44e84b=function(_0xc34ec1,_0x43e8eb){const _0x53a9a3=[];for(const _0x38fa44 of _0x43e8eb){const _0x2123de=_0xc34ec1['getIntersection'](_0x38fa44);_0x2123de&&_0x53a9a3['push'](_0x2123de);}return _0x53a9a3;}(_0x345d5f,_0x41fe65),_0x148e81=function(_0x123156,_0x49241d){const _0x2e99be=[_0x123156];for(const _0x1d71b3 of _0x49241d){let _0xa4abec=0x0;for(;_0xa4abec<_0x2e99be['length'];){const _0x16aa9c=_0x2e99be[_0xa4abec]['getDifference'](_0x1d71b3);_0x2e99be['splice'](_0xa4abec,0x1,..._0x16aa9c),_0xa4abec+=_0x16aa9c['length'];}}return _0x2e99be;}(_0x345d5f,_0x41fe65);_0x44e84b['length']&&this['_model']['change'](()=>{for(const _0x10d4c9 of _0x44e84b){const _0x33ce37=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x3e6ae5,'accept');this['forceDefaultExecution'](()=>_0x33ce37([_0x10d4c9],_0x152a8d,_0x55f375));}});for(const _0x5e4eeb of _0x148e81){let _0x4a65b8=null,_0x2e8d00=_0x5e4eeb['start'],_0xb2d14=_0x5e4eeb['end'];for(const {suggestion:_0x5bf312,meta:_0x26ea1f}of this['_findSuggestions'](_0x5e4eeb,'formatInline')){if(!_0x26ea1f['isOwn'])continue;if(_0x5bf312['subType']!=_0x3e6ae5)continue;if(!Xt(_0x5bf312,_0x55f375))continue;const _0x4f357b=_0x5bf312['getFirstRange']();if(_0x4f357b['containsRange'](_0x5e4eeb,!0x0))return null;_0x2e8d00=_0x2e8d00['isBefore'](_0x4f357b['start'])?_0x2e8d00:_0x4f357b['start'],_0xb2d14=_0xb2d14['isAfter'](_0x4f357b['end'])?_0xb2d14:_0x4f357b['end'],_0x4a65b8?_0x4f357b['start']['isBefore'](_0x4a65b8['getFirstRange']()['start'])?(_0x4a65b8['removeMarkers'](),_0x4a65b8=_0x5bf312):_0x5bf312['removeMarkers']():_0x4a65b8=_0x5bf312;}const _0x2bd854=this['_model']['createRange'](_0x2e8d00,_0xb2d14);if(_0x4a65b8)this['_setSuggestionRange'](_0x4a65b8,_0x2bd854);else{const _0x1aaea5=_0x3b5d55(),_0x22be2a=_0x6a9e0c['id'];this['_setSuggestionData']({'id':_0x1aaea5,'type':'formatInline:'+_0x3e6ae5,'data':_0x152a8d,'createdAt':new Date(),'authorId':_0x22be2a,'attributes':_0x55f375}),this['_addSuggestionMarker']('formatInline:'+_0x3e6ae5,_0x1aaea5,_0x22be2a,_0x2bd854);}}return null;}['markBlockFormat'](_0x24ed60,_0x43875b,_0x180a76=[],_0x36f0f3=null,_0x22fd33={}){_0x43875b['formatGroupId']||(_0x43875b['formatGroupId']=_0x43875b['commandName']),_0x43875b['multipleBlocks']=_0x24ed60['is']('range'),_0x36f0f3=_0x36f0f3||Lt(_0x43875b);const _0x557e8a=_0x180a76['map'](_0x59c459=>zt(_0x59c459,this['_model'])),_0x1f3a1a=_0x24ed60['is']('range')?_0x24ed60:zt(_0x24ed60,this['_model']);if(this['_trackingSessionId']&&(_0x22fd33['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x5f5ac3=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x36f0f3,'accept');return this['forceDefaultExecution'](()=>_0x5f5ac3([_0x1f3a1a],_0x43875b,_0x22fd33)),null;}_0x557e8a['push'](_0x1f3a1a);let _0x4892fe=!0x0;for(const _0x3f1cd7 of _0x557e8a)if(!this['_rangeIsInLocalUserInsertion'](_0x3f1cd7)){_0x4892fe=!0x1;break;}if(_0x4892fe&&'always'!==this['_trackFormatChanges']){const _0x9b264b=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x36f0f3,'accept');return this['forceDefaultExecution'](()=>_0x9b264b([_0x1f3a1a],_0x43875b,_0x22fd33)),null;}let _0x30079e=null,_0x4cc908=_0x1f3a1a['start'],_0x47190b=_0x1f3a1a['end'];for(const {suggestion:_0x2a4e49,meta:_0x471989}of this['_findSuggestions'](_0x1f3a1a,'formatBlock')){if(!_0x471989['isOwn'])continue;if(_0x471989['isNextTo']||_0x471989['containsRangeInObject']||_0x471989['isInsideObject'])continue;if(_0x2a4e49['data']['formatGroupId']!=_0x43875b['formatGroupId'])continue;if(!Xt(_0x2a4e49,_0x22fd33))continue;const _0xb4abd4=_0x2a4e49['getFirstRange']();if(_0x2a4e49['subType']==_0x36f0f3){if(_0xb4abd4['containsRange'](_0x1f3a1a,!0x0))return null;_0x4cc908=_0x4cc908['isBefore'](_0xb4abd4['start'])?_0x4cc908:_0xb4abd4['start'],_0x47190b=_0x47190b['isAfter'](_0xb4abd4['end'])?_0x47190b:_0xb4abd4['end'],_0x30079e?_0xb4abd4['start']['isBefore'](_0x30079e['getFirstRange']()['start'])?(_0x30079e['removeMarkers'](),_0x30079e=_0x2a4e49):_0x2a4e49['removeMarkers']():_0x30079e=_0x2a4e49;}else{const _0x148c2f=_0x1f3a1a['getIntersection'](_0xb4abd4);this['_cutOutSuggestionMarker'](_0x2a4e49,_0x148c2f);}}const _0x376805=this['editor']['plugins']['get']('Users')['me'],_0x173c86=_0x3b5d55(),_0x5a76bc=_0x376805['id'];if(_0x30079e)return this['_setSuggestionRange'](_0x30079e,this['_model']['createRange'](_0x4cc908,_0x47190b)),_0x30079e;{const _0x210da0=this['_setSuggestionData']({'id':_0x173c86,'type':'formatBlock:'+_0x36f0f3,'data':_0x43875b,'createdAt':new Date(),'authorId':_0x5a76bc,'attributes':_0x22fd33});return this['_addSuggestionMarker']('formatBlock:'+_0x36f0f3,_0x173c86,_0x5a76bc,this['_model']['createRange'](_0x4cc908,_0x47190b)),_0x210da0;}}['markMultiRangeBlockFormat'](_0x2d2741,_0x32cfeb,_0x41d907=[],_0x5907e4=null,_0x18749d={}){_0x32cfeb['formatGroupId']||(_0x32cfeb['formatGroupId']=_0x32cfeb['commandName']);const _0x49f17a=_0x2d2741[0x0];_0x32cfeb['multipleBlocks']=_0x49f17a['is']('range'),_0x5907e4=_0x5907e4||Lt(_0x32cfeb);const _0x829d1d=_0x41d907['map'](_0x3b35db=>zt(_0x3b35db,this['_model'])),_0x2ff672=_0x49f17a['is']('range')?_0x2d2741:_0x2d2741['map'](_0x14de73=>zt(_0x14de73,this['_model']));if(this['_trackingSessionId']&&(_0x18749d['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x48e9e5=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x5907e4,'accept');return this['forceDefaultExecution'](()=>_0x48e9e5(_0x2ff672,_0x32cfeb,_0x18749d)),null;}_0x829d1d['push'](..._0x2ff672);let _0x5c1f75=!0x0;for(const _0x30ae84 of _0x829d1d)if(!this['_rangeIsInLocalUserInsertion'](_0x30ae84)){_0x5c1f75=!0x1;break;}if(_0x5c1f75&&'always'!==this['_trackFormatChanges']){const _0xe4a5f0=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x5907e4,'accept');return this['forceDefaultExecution'](()=>_0xe4a5f0(_0x2ff672,_0x32cfeb,_0x18749d)),null;}const _0x41fadb=this['editor']['plugins']['get']('Users')['me'];for(const _0x5c87f6 of this['getSuggestions']()){const _0x5e3f02=_0x5c87f6['data'];if(_0x5c87f6['author']['id']!=_0x41fadb['id'])continue;if('formatBlock'!=_0x5c87f6['type']||_0x5e3f02['formatGroupId']!=_0x32cfeb['formatGroupId'])continue;if(!Xt(_0x5c87f6,_0x18749d))continue;const _0x37872d=_0x5c87f6['subType']==_0x5907e4;for(let _0x3483d6=0x0;_0x3483d6<_0x2ff672['length'];_0x3483d6++){const _0x4ed041=_0x2ff672[_0x3483d6];for(const _0x3f094e of _0x5c87f6['getMarkers']()){const _0xdcb8d4=_0x3f094e['getRange']();if(_0x4ed041['isEqual'](_0xdcb8d4)){_0x37872d?(_0x2ff672['splice'](_0x3483d6,0x1),_0x3483d6--):_0x5c87f6['removeMarker'](_0x3f094e['name']);break;}}}}if(0x0==_0x2ff672['length'])return null;const _0x524585=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x5907e4,'join');for(const _0x2d2a3d of this['getSuggestions']()){const _0x8e96=_0x2d2a3d['data'];if(_0x2d2a3d['author']['id']==_0x41fadb['id']&&('formatBlock'==_0x2d2a3d['type']&&_0x8e96['formatGroupId']==_0x32cfeb['formatGroupId']&&_0x2d2a3d['subType']==_0x5907e4&&Xt(_0x2d2a3d,_0x18749d)&&(_0x524585(_0x2d2a3d['getRanges'](),_0x2ff672)||_0x524585(_0x2ff672,_0x2d2a3d['getRanges']())))){for(const _0x591720 of _0x2ff672)_0x2d2a3d['addRange'](_0x591720);return _0x2d2a3d;}}const _0x490a28=_0x3b5d55(),_0x3e3eb=_0x41fadb['id'],_0x147bbf='formatBlock:'+_0x5907e4,_0x1fbabe=this['_setSuggestionData']({'id':_0x490a28,'type':_0x147bbf,'data':_0x32cfeb,'createdAt':new Date(),'authorId':_0x3e3eb,'attributes':_0x18749d});for(const _0x4dd598 of _0x2ff672)this['_addSuggestionMarker'](_0x147bbf,_0x490a28,_0x3e3eb,_0x4dd598,T['getMultiRangeId']());return _0x1fbabe;}['markDeletion'](_0x253cbd,_0x3657ed=null,_0x2d0c28={}){if(_0x253cbd['isCollapsed'])return null;const _0x48dfd0=this['editor']['plugins']['get']('Users')['me'],_0x1a99e6=new _0x39990b(_0x253cbd['start'],_0x253cbd['end']);this['_trackingSessionId']&&(_0x2d0c28['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0xada981,meta:_0x56ee61}of this['_findSuggestions'](_0x1a99e6,'insertion'))if(_0x56ee61['isOwn']&&!_0x56ee61['isNextTo']){if(_0xada981['isMultiRange']){const _0x284e9a=_0xada981['getRanges']()['filter'](_0x4be099=>'$graveyard'!=_0x4be099['root']['rootName']);_0x284e9a['every'](_0x4d91cc=>_0x1a99e6['containsRange'](_0x4d91cc,!0x0))&&_0xada981['discard']();if(_0x284e9a['some'](_0x48073c=>_0x48073c['containsRange'](_0x1a99e6,!0x0))){const _0x141ab6=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x3657ed,'accept');return this['forceDefaultExecution'](()=>_0x141ab6([_0x1a99e6],null,_0x2d0c28)),null;}}else{const _0x575a23=_0x1a99e6['getIntersection'](_0xada981['getFirstRange']());null!==_0x575a23&&_0xada981['_onDiscard']([_0x575a23],null,_0x2d0c28);}}if(_0x1a99e6['detach'](),_0x1a99e6['isCollapsed']||'$graveyard'==_0x1a99e6['root']['rootName'])return null;let _0x498e65=null,_0x273f3a=_0x1a99e6['start'],_0x97da5e=_0x1a99e6['end'];const _0x42929b=this['_findSuggestions'](_0x1a99e6,'deletion');for(const {suggestion:_0x5d698e,meta:_0x4b144c}of _0x42929b){const _0x3a8371=this['_model']['createRange'](_0x273f3a,_0x97da5e);if(_0x4b144c['isOwn']&&(this['_mergeNestedSuggestions']||!_0x4b144c['containsRangeInObject']&&!_0x4b144c['isInsideObject'])){if(_0x5d698e['isMultiRange']){if(!Xt(_0x5d698e,_0x2d0c28))continue;let _0x355817=!0x0;for(const _0x201ade of _0x5d698e['getRanges']()){if(_0x201ade['containsRange'](_0x3a8371,!0x0))return _0x5d698e;_0x3a8371['containsRange'](_0x201ade)||(_0x355817=!0x1);}_0x355817&&_0x5d698e['discard']();}else{const _0x1e39fd=_0x5d698e['getFirstRange']();if(_0x1e39fd['containsRange'](_0x3a8371,!0x0))return _0x5d698e;if(!Xt(_0x5d698e,_0x2d0c28)){_0x3a8371['containsRange'](_0x1e39fd)?_0x5d698e['removeMarkers']():_0x1e39fd['containsPosition'](_0x273f3a)?_0x273f3a=_0x1e39fd['end']:_0x1e39fd['containsPosition'](_0x97da5e)&&(_0x97da5e=_0x1e39fd['start']);continue;}_0x273f3a=_0x273f3a['isBefore'](_0x1e39fd['start'])?_0x273f3a:_0x1e39fd['start'],_0x97da5e=_0x97da5e['isAfter'](_0x1e39fd['end'])?_0x97da5e:_0x1e39fd['end'],_0x2d0c28=Object['assign']({},_0x5d698e['attributes']),_0x498e65?_0x1e39fd['start']['isBefore'](_0x498e65['getFirstRange']()['start'])?(_0x498e65['removeMarkers'](),_0x498e65=_0x5d698e):_0x5d698e['removeMarkers']():_0x498e65=_0x5d698e;}}}if(_0x498e65)return this['_setSuggestionRange'](_0x498e65,this['_model']['createRange'](_0x273f3a,_0x97da5e)),_0x498e65;{const _0x466294=_0x3b5d55(),_0x508fc8=this['_model']['createRange'](_0x273f3a,_0x97da5e),_0x4c7d24=_0x48dfd0['id'],_0x5e75d2=_0x3657ed?'deletion:'+_0x3657ed:'deletion',_0x143bde=this['_setSuggestionData']({'id':_0x466294,'type':_0x5e75d2,'createdAt':new Date(),'authorId':_0x4c7d24,'attributes':_0x2d0c28});return this['_addSuggestionMarker'](_0x5e75d2,_0x466294,_0x4c7d24,_0x508fc8),_0x143bde;}}['markMultiRangeDeletion'](_0x2e77c2,_0x45b8a5='multi',_0x32d6a3={}){const _0x2bb97f=this['editor']['plugins']['get']('Users')['me'],_0x29e184=_0x2e77c2['map'](_0x2de264=>new _0x39990b(_0x2de264['start'],_0x2de264['end'])),_0x476e9f=new Set();this['_trackingSessionId']&&(_0x32d6a3['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x4b7ad4,meta:_0x4bca78}of this['_findSuggestions'](_0x29e184,'insertion'))_0x4bca78['isOwn']&&!_0x4bca78['isNextTo']&&_0x476e9f['add'](_0x4b7ad4);for(const _0x494bd5 of _0x476e9f)if(_0x494bd5['isMultiRange']){const _0x3e931a=_0x494bd5['getRanges']();(!_0x494bd5['attributes']||!_0x494bd5['attributes']['skipNestingCheck'])&&(_0x3e931a['every'](_0x5160e6=>_0x29e184['some'](_0x5d5e1f=>_0x5d5e1f['containsRange'](_0x5160e6,!0x0)))&&_0x494bd5['discard']());if(_0x29e184['every'](_0x59608f=>_0x3e931a['some'](_0x414d71=>_0x414d71['containsRange'](_0x59608f,!0x0)))){const _0x5d329e=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x45b8a5,'accept');return this['forceDefaultExecution'](()=>_0x5d329e(_0x2e77c2,null,_0x32d6a3)),null;}}else{const _0x2e04b5=_0x494bd5['getFirstRange']();_0x29e184['some'](_0x29cfb8=>_0x29cfb8['containsRange'](_0x2e04b5,!0x0))&&_0x494bd5['discard']();if(_0x29e184['every'](_0x18e815=>_0x2e04b5['containsRange'](_0x18e815,!0x0))){const _0x240bdb=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x45b8a5,'accept');return this['forceDefaultExecution'](()=>_0x240bdb(_0x29e184,null,_0x32d6a3)),null;}}const _0x4fbbf3=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x45b8a5,'join');let _0x392e71=null;for(const _0x6a3c13 of this['getSuggestions']())if(_0x6a3c13['author']['id']==_0x2bb97f['id']&&_0x6a3c13['isInContent']&&'deletion'==_0x6a3c13['type']&&_0x6a3c13['subType']==_0x45b8a5&&Xt(_0x6a3c13,_0x32d6a3)&&(_0x4fbbf3(_0x6a3c13['getRanges'](),_0x29e184)||_0x4fbbf3(_0x29e184,_0x6a3c13['getRanges']()))){if(_0x392e71){if(_0x6a3c13['commentThread']&&_0x6a3c13['commentThread']['length'])continue;for(const _0x580989 of _0x6a3c13['getRanges']())_0x392e71['isIntersectingWithRange'](_0x580989)||_0x392e71['addRange'](_0x580989);_0x6a3c13['removeMarkers']();}else{_0x392e71=_0x6a3c13;for(const _0x1048f0 of _0x29e184)_0x6a3c13['isIntersectingWithRange'](_0x1048f0)||_0x6a3c13['addRange'](_0x1048f0);}}if(_0x392e71)return _0x392e71;_0x476e9f['clear']();for(const {suggestion:_0x50cdff,meta:_0x5e3bf3}of this['_findSuggestions'](_0x29e184,'deletion'))_0x5e3bf3['isOwn']&&(this['_mergeNestedSuggestions']||!_0x5e3bf3['containsRangeInObject']&&!_0x5e3bf3['isInsideObject'])&&Xt(_0x50cdff,_0x32d6a3)&&_0x476e9f['add'](_0x50cdff);for(const _0x5f28ef of _0x476e9f){const _0x35ad5e=_0x5f28ef['getRanges']();if(!_0x32d6a3||!_0x32d6a3['skipNestingCheck']){if(_0x29e184['every'](_0xb9a7cd=>_0x35ad5e['some'](_0x131a8f=>_0x131a8f['containsRange'](_0xb9a7cd,!0x0))))return _0x5f28ef;}(!_0x5f28ef['attributes']||!_0x5f28ef['attributes']['skipNestingCheck'])&&(_0x35ad5e['every'](_0xca0345=>_0x29e184['some'](_0x5f20a8=>_0x5f20a8['containsRange'](_0xca0345,!0x0)))&&_0x5f28ef['discard']());}const _0x522361=_0x3b5d55(),_0x49fb77=_0x2bb97f['id'],_0x526f5f='deletion:'+_0x45b8a5,_0x5a269e=this['_setSuggestionData']({'id':_0x522361,'type':_0x526f5f,'createdAt':new Date(),'authorId':_0x49fb77,'attributes':_0x32d6a3});for(const _0x4a98de of _0x29e184)_0x4a98de['detach'](),_0x4a98de['isCollapsed']||'$graveyard'==_0x4a98de['root']['rootName']||this['_addSuggestionMarker'](_0x526f5f,_0x522361,_0x49fb77,_0x4a98de,T['getMultiRangeId']());return _0x5a269e;}['markAttributeChange'](_0x270690,_0x468a96,_0x1ae4f3,_0x190507,_0x33b962){if(_0x270690['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x1e401a=this['editor']['plugins']['get']('Users')['me']['id'],_0x2f3534=Array['from'](this['_suggestions']['values']())['filter'](_0x2fa9eb=>'attribute'==_0x2fa9eb['type']&&_0x2fa9eb['data']['key']==_0x468a96&&_0x2fa9eb['isIntersectingWithRange'](_0x270690));if(this['_trackingSessionId']&&(_0x33b962['trackingSessionId']=this['_trackingSessionId']),'default'===this['_trackFormatChanges']){const _0x2960b0=this['_findSuggestions'](_0x270690,'insertion')['filter'](({meta:_0xb6073c})=>_0xb6073c['isOwn']&&!_0xb6073c['isInsideObject']&&!_0xb6073c['isNextTo'])['map'](({suggestion:_0x209954})=>_0x209954);_0x2f3534['unshift'](..._0x2960b0);}const _0x1264d4=new Map([[_0x270690,_0x1ae4f3]]);for(const _0x435db5 of _0x2f3534){const _0x35f11b='attribute'==_0x435db5['type']?_0x435db5['data']['oldValue']:void 0x0,_0x2034eb=_0x435db5['getFirstRange'](),_0x16969e=Array['from'](_0x1264d4['keys']())['find'](_0x4de70e=>_0x4de70e['isIntersecting'](_0x2034eb));if(!_0x16969e)continue;const _0xa93384=_0x16969e['getDifference'](_0x2034eb);this['_isBlockAttribute'](_0x468a96)&&'insertion'==_0x435db5['type']&&0x0!=_0xa93384['length']||(_0x1264d4['delete'](_0x16969e),_0xa93384['forEach'](_0x72fba9=>{_0x1264d4['set'](_0x72fba9,_0x1ae4f3);}),'insertion'!=_0x435db5['type']&&_0x35f11b!=_0x190507&&_0x1264d4['set'](_0x16969e['getIntersection'](_0x2034eb),_0x35f11b));}const _0x5b9fc1=[];for(const [_0x3eedfe,_0x11902a]of _0x1264d4){const _0x4d8d26=_0x3b5d55(),_0x64e965={'key':_0x468a96,'oldValue':_0x11902a,'newValue':_0x190507};_0x468a96['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':_0x468a96});const _0x31ade7=('attribute:'+(_0x468a96+'|'+Lt({'newValue':_0x190507})))['substring'](0x0,0x3c),_0x545506=this['_setSuggestionData']({'id':_0x4d8d26,'type':_0x31ade7,'data':_0x64e965,'createdAt':new Date(),'authorId':_0x1e401a,'attributes':_0x33b962});_0x5b9fc1['push'](_0x545506),this['_addSuggestionMarker'](_0x31ade7,_0x4d8d26,_0x1e401a,_0x3eedfe);}return _0x5b9fc1;}['enableDefaultAttributesIntegration'](_0x45d365){this['enableCommand'](_0x45d365,(_0x1ccfc8,..._0x59d2c5)=>{this['recordAttributeChanges'](()=>{_0x1ccfc8(..._0x59d2c5);});});}['registerBlockAttribute'](_0x53a698){this['_blockAttributeKeys']['add'](_0x53a698);}['registerInlineAttribute'](_0x35315e){this['_inlineAttributeKeys']['add'](_0x35315e);}['startTrackingSession'](_0x2c89a5){return this['_trackingSessionId']=void 0x0!==_0x2c89a5?_0x2c89a5:_0x3b5d55(),this['_trackingSessionId'];}['_getAttributeKey'](_0x15f414){return'attribute'==_0x15f414['type']?_0x15f414['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x1b1ed8,_0x2527e2){const _0x4e904f=_0x1b1ed8['getFirstMarker']();this['_model']['change'](_0x4110d8=>{_0x4110d8['updateMarker'](_0x4e904f,{'range':_0x2527e2});});}['_addThreadToSuggestion'](_0x547055){const _0x74b9f3=_0x547055['id'],_0x841763=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x74b9f3)||this['_commentsRepository']['addCommentThread']({'channelId':_0x841763,'threadId':_0x74b9f3,'isResolvable':!0x1,'isSubmitted':!0x0});const _0xddf952=this['_commentsRepository']['getCommentThread'](_0x74b9f3);_0xddf952['unbind']('isRemovable'),_0xddf952['isRemovable']=!0x1,_0x547055['commentThread']=_0xddf952;}['_checkSuggestionCorrectness'](_0x114cba,_0x3ad2f8,_0x308a29,_0x451694){if(_0x114cba['type']!=_0x3ad2f8||_0x114cba['subType']!=_0x308a29||_0x114cba['creator']['id']!=_0x451694)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x5953c2('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x5cda83,_0x2e599a){const _0x3a2fd2=_0x5cda83['getFirstRange']();if(_0x2e599a['isEqual'](_0x3a2fd2))_0x5cda83['removeMarkers']();else{if(_0x3a2fd2['containsRange'](_0x2e599a)){const _0x3d6043=this['_model']['createPositionAt'](_0x2e599a['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x5cda83,this['_model']['createRange'](_0x3a2fd2['start'],_0x3d6043));const _0x35e808=_0x3b5d55(),_0xb94191=_0x5cda83['creator']['id'],_0x2d354a=_0x5cda83['type']+':'+_0x5cda83['subType'];this['_setSuggestionData']({'id':_0x35e808,'type':_0x2d354a,'createdAt':new Date(),'authorId':_0xb94191,'data':_0x5cda83['data'],'attributes':_0x5cda83['attributes']});const _0x5c44f4=this['_model']['createPositionAt'](_0x2e599a['end']['parent'],'after'),_0x4b92b0=this['_model']['createRange'](_0x5c44f4,_0x3a2fd2['end']);this['_addSuggestionMarker'](_0x2d354a,_0x35e808,_0xb94191,_0x4b92b0);}else{if(_0x3a2fd2['containsPosition'](_0x2e599a['start'])){const _0x1ed337=this['_model']['createPositionAt'](_0x2e599a['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x5cda83,this['_model']['createRange'](_0x3a2fd2['start'],_0x1ed337));}else{const _0x2dc7d6=this['_model']['createPositionAt'](_0x2e599a['end']['parent'],'after');this['_setSuggestionRange'](_0x5cda83,this['_model']['createRange'](_0x2dc7d6,_0x3a2fd2['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x3e61d5){for(const {suggestion:_0x4dfbe7,meta:_0x1612ee}of this['_findSuggestions'](_0x3e61d5,'insertion')){if(!_0x1612ee['isOwn'])continue;const _0x222cad=_0x4dfbe7['getRanges']();for(const _0x2edb4e of _0x222cad)if(!_0x3e61d5['getDifference'](_0x2edb4e)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x232c00){const _0x564ed2=this['editor']['plugins']['get']('Users')['getUser'](_0x232c00);if(!_0x564ed2)throw new _0x5953c2('track-changes-user-not-found',this);return _0x564ed2;}['_getExternalAuthor'](_0x1c9a41){const _0xd3ed5b=this['editor']['plugins']['get']('Users'),_0x476b78=_0x26cfb9('external:'+_0x1c9a41),_0xa6022c=_0xd3ed5b['getUser'](_0x476b78);return _0xa6022c||_0xd3ed5b['addUser']({'id':_0x476b78,'name':_0x1c9a41});}['_createSuggestion'](_0x382f94,_0x3be372,_0xf77eb1,_0x3089b8,_0x1ca514,_0x2b76e9){const _0x1c8e13=this['_getAuthorFromId'](_0x3089b8),_0x457305=this['_suggestionFactory']['buildSuggestion'](_0x382f94,_0x3be372,_0xf77eb1,_0x1c8e13,_0x1ca514,_0x42ade0=>{this['_updateSuggestionData'](_0xf77eb1,{'attributes':_0x42ade0});const _0x315fd9=this['getSuggestion'](_0xf77eb1);this['_joinWithAdjacentSuggestions'](new Set([_0x315fd9])),this['_refreshSuggestionsChain'](new Set([_0x315fd9]));},_0x2b76e9);return this['listenTo'](_0x457305,'accept',()=>{this['_updateSuggestionData'](_0xf77eb1,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x457305,'discard',()=>{this['_updateSuggestionData'](_0xf77eb1,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0xf77eb1,_0x457305),this['_suggestionState']['set'](_0x457305,'notReady'),_0x457305;}['_splitMarkerName'](_0x1d0c75){const _0x34fd82=_0x1d0c75['split'](':');return{'group':_0x34fd82[0x0],'type':_0x34fd82[0x1],'subType':_0x34fd82['length']>=0x5?_0x34fd82[0x2]:null,'id':_0x34fd82['length']<0x5?_0x34fd82[0x2]:_0x34fd82[0x3],'authorId':_0x34fd82['length']<0x5?_0x34fd82[0x3]:_0x34fd82[0x4],'markerCount':0x6==_0x34fd82['length']?_0x34fd82[0x5]:null};}['_breakSuggestionMarker'](_0x3394c0,_0x2bcda2,_0x407e08){const _0x1b3f58=_0x3394c0['getFirstRange'](),_0x3393ae=_0x1b3f58['start'],_0x3f7279=_0x1b3f58['end'];this['_setSuggestionRange'](_0x3394c0,this['_model']['createRange'](_0x3393ae,_0x2bcda2));const _0x5d521a=_0x3b5d55(),_0x39d3cf=_0x3394c0['creator']['id'],_0x12597b=_0x3394c0['type']+(_0x3394c0['subType']?':'+_0x3394c0['subType']:'');this['_setSuggestionData']({'id':_0x5d521a,'type':_0x12597b,'createdAt':new Date(),'authorId':_0x39d3cf,'originalSuggestionId':_0x3394c0['_originalSuggestionId']||_0x3394c0['id'],'attributes':_0x3394c0['attributes'],'data':_0x3394c0['data']});const _0x2f122a=this['_getAttributeKey'](_0x3394c0);('formatBlock'==_0x3394c0['type']||_0x2f122a&&this['_isBlockAttribute'](_0x2f122a))&&(_0x407e08=this['_model']['createPositionBefore'](_0x407e08['parent'])),this['_addSuggestionMarker'](_0x12597b,_0x5d521a,_0x39d3cf,this['_model']['createRange'](_0x407e08,_0x3f7279));}['_findSuggestions'](_0x375651,_0x544b1b=null){const _0x12d8dd=[],_0x6ce94=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x375651)||(_0x375651=[_0x375651]);for(const _0x5d21c8 of this['getSuggestions']()){if(!_0x5d21c8['isInContent'])continue;if(_0x544b1b&&_0x5d21c8['type']!=_0x544b1b)continue;let _0x137936=!0x1;for(const _0x3fa69e of _0x5d21c8['getRanges']()){for(const _0xbd05e9 of _0x375651){const _0x4b2dfb=_0xbd05e9['start']['isEqual'](_0x3fa69e['end'])||_0xbd05e9['end']['isEqual'](_0x3fa69e['start']);if(_0x4b2dfb||_0xbd05e9['getIntersection'](_0x3fa69e)){const _0x8ba139=_0xbd05e9['containsRange'](_0x3fa69e)&&Ft(this['_model']['schema'],_0x3fa69e['start'],_0xbd05e9),_0x286a0d=_0x3fa69e['containsRange'](_0xbd05e9)&&Ft(this['_model']['schema'],_0xbd05e9['start'],_0x3fa69e);_0x12d8dd['push']({'suggestion':_0x5d21c8,'meta':{'isOwn':_0x6ce94==_0x5d21c8['author'],'isNextTo':_0x4b2dfb,'isInsideObject':_0x8ba139,'containsRangeInObject':_0x286a0d}}),_0x137936=!0x0;break;}}if(_0x137936)break;}}return _0x12d8dd;}['_addSuggestionMarker'](_0x263191,_0x3a8c63,_0x23bdb8,_0xdc01d2,_0x1c1618){this['_model']['change'](_0x2b5cdb=>{let _0xa275b1='suggestion:'+_0x263191+':'+_0x3a8c63+':'+_0x23bdb8;_0x1c1618&&(_0xa275b1=_0xa275b1+':'+_0x1c1618),_0x2b5cdb['addMarker'](_0xa275b1,{'range':_0xdc01d2,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x205738){const _0x1ebab8=_0x205738['previous'],_0x49a0d1=_0x205738['next'];_0x205738['previous']=null,_0x205738['next']=null,null!=_0x1ebab8&&_0x1ebab8['next']==_0x205738&&(_0x1ebab8['next']=_0x49a0d1),null!=_0x49a0d1&&_0x49a0d1['previous']==_0x205738&&(_0x49a0d1['previous']=_0x1ebab8),'ready'==this['_suggestionState']['get'](_0x205738)&&(this['_suggestionState']['set'](_0x205738,'removed'),this['fire']('suggestionUnloaded',_0x205738,_0x1ebab8,_0x49a0d1));}['_setSuggestionData'](_0x284ac3){const _0x3fad07=_0x284ac3['id'],_0x1cf263=this['addSuggestionData'](_0x284ac3);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x1e7e77=this['editor']['plugins']['get']('PendingActions'),_0x17aa3f=_0x1cf263['hasComments'],_0x5230ca=_0x1cf263['subType']?_0x1cf263['type']+':'+_0x1cf263['subType']:_0x1cf263['type'],_0x23d915=this['editor']['locale'],_0x2ff17a=_0x1e7e77['add'](o(_0x23d915,'PENDING_ACTION_SUGGESTION')),_0x47124d={'id':_0x3fad07,'type':_0x5230ca,'hasComments':_0x17aa3f,'data':_0x284ac3['data']||null,'originalSuggestionId':_0x284ac3['originalSuggestionId']||null,'attributes':_0x1cf263['attributes']};this['_adapter']['addSuggestion'](_0x47124d)['then'](_0x467d77=>{_0x1cf263['_saved']=!0x0,_0x1e7e77['remove'](_0x2ff17a),_0x467d77&&_0x467d77['createdAt']&&(this['_suggestions']['get'](_0x3fad07)['createdAt']=_0x467d77['createdAt']);})['catch'](_0x20a170=>{throw _0x413f14('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x1cf263['discard']();}),_0x1cf263['stopListening'](),this['_suggestions']['delete'](_0x1cf263['id']),this['_suggestionState']['delete'](_0x1cf263),_0x20a170;});}return _0x1cf263;}['_isBlockAttribute'](_0x2f551c){return this['_blockAttributeKeys']['has'](_0x2f551c);}['_isInlineAttribute'](_0x9607a5){return this['_inlineAttributeKeys']['has'](_0x9607a5);}['_updateSuggestionData'](_0x2728dc,_0x3d126b){const _0x2e7bc8=this['editor']['plugins']['get']('PendingActions'),_0x304d73=this['getSuggestion'](_0x2728dc);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x304d73['_saved']){const _0x528a2f=_0x2e7bc8['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x2728dc,_0x3d126b)['then'](()=>{_0x2e7bc8['remove'](_0x528a2f);});}else _0x304d73['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x2728dc,_0x3d126b);});}}['_getSuggestionData'](_0x4b62da){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x5953c2('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x4b62da);}['_handleNewSuggestionMarker'](_0xc7abdb){const {id:_0x1e8768,type:_0xf233e5,subType:_0x404e4b,authorId:_0x13f8ff}=this['_splitMarkerName'](_0xc7abdb),_0x3ae714=this['_suggestions']['get'](_0x1e8768)||this['_createSuggestion'](_0xf233e5,_0x404e4b,_0x1e8768,_0x13f8ff,{});switch(this['_checkSuggestionCorrectness'](_0x3ae714,_0xf233e5,_0x404e4b,_0x13f8ff),this['_suggestionState']['get'](_0x3ae714)){case'notReady':this['_getSuggestionData'](_0x1e8768)['then'](_0x49ba90=>{let _0x5d2f17=Promise['resolve']();_0x49ba90['hasComments']&&(_0x5d2f17=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x1e8768})),_0x5d2f17['then'](()=>{this['addSuggestionData'](_0x49ba90)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x3ae714,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x1e8768,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x3ae714,'ready'),this['fire']('suggestionLoaded',_0x3ae714);break;case'ready':this['fire']('suggestionChanged',_0x3ae714);}return _0x3ae714['addMarkerName'](_0xc7abdb),_0x3ae714;}['_refreshSuggestionsChain'](_0x5a51a5){const _0x43cf42=Array['from'](_0x5a51a5),_0x2db109=_0x43cf42['filter'](_0x27623=>'attribute'==_0x27623['type']);this['_refreshAttributeSuggestionsChain'](_0x2db109);const _0x4712d3=_0x43cf42['filter'](_0x167d1e=>!_0x167d1e['isMultiRange']&&'attribute'!=_0x167d1e['type']),_0x40da8e=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x39617d=>!_0x39617d['isMultiRange']&&'attribute'!=_0x39617d['type']),_0x100dda=_0x40da8e['filter'](_0x4a1d4e=>!_0x5a51a5['has'](_0x4a1d4e)),_0x2e560e=new Map(_0x40da8e['map'](_0x5468c8=>[_0x5468c8,this['_suggestionFactory']['getSuggestionCallback'](_0x5468c8['type'],_0x5468c8['subType'],'chain')])),_0x5c1d07=new Map(_0x40da8e['map'](_0x14526c=>[_0x14526c,_0x14526c['getFirstRange']()])),_0x4ff1dc=new Set(),_0x92eda2=new Set();for(let _0x3610b1=0x0;_0x3610b1<_0x4712d3['length'];_0x3610b1++)_0x311156(_0x4712d3[_0x3610b1],_0x4712d3,_0x3610b1+0x1);for(let _0x7af9a8=0x0;_0x7af9a8<_0x4712d3['length'];_0x7af9a8++)_0x311156(_0x4712d3[_0x7af9a8],_0x100dda,0x0);const _0x4c162c=new Set();for(let _0x5d5103=0x0;_0x5d5103<_0x4712d3['length'];_0x5d5103++){const _0x46be6f=_0x4712d3[_0x5d5103];!_0x92eda2['has'](_0x46be6f)&&_0x46be6f['previous']&&(_0x4c162c['add'](_0x46be6f['previous']),_0x46be6f['previous']['next']===_0x46be6f&&(_0x46be6f['previous']['next']=null),_0x46be6f['previous']=null),!_0x4ff1dc['has'](_0x46be6f)&&_0x46be6f['next']&&(_0x4c162c['add'](_0x46be6f['next']),_0x46be6f['next']['previous']===_0x46be6f&&(_0x46be6f['next']['previous']=null),_0x46be6f['next']=null);}function _0x311156(_0x5abcc9,_0x71156d,_0x26d1e6){for(let _0x1dbda0=_0x26d1e6;_0x1dbda0<_0x71156d['length'];_0x1dbda0++){const _0x466c0b=_0x3bf8fb(_0x5abcc9,_0x71156d[_0x1dbda0]);_0x466c0b&&(_0x466c0b[0x0]['next']=_0x466c0b[0x1],_0x466c0b[0x1]['previous']=_0x466c0b[0x0],_0x4ff1dc['add'](_0x466c0b[0x0]),_0x92eda2['add'](_0x466c0b[0x1]));}}function _0x3bf8fb(_0x4d6f67,_0x31b877){if(_0x4d6f67['author']['id']!==_0x31b877['author']['id'])return null;const _0x2ae20c=_0x2e560e['get'](_0x4d6f67)(_0x4d6f67,_0x31b877,_0x5c1d07['get'](_0x4d6f67),_0x5c1d07['get'](_0x31b877));if(!_0x2ae20c)return null;return _0x2e560e['get'](_0x31b877)(_0x4d6f67,_0x31b877,_0x5c1d07['get'](_0x4d6f67),_0x5c1d07['get'](_0x31b877))?_0x2ae20c[0x1]['commentThread']&&_0x2ae20c[0x1]['commentThread']['length']?null:_0x2ae20c:null;}_0x4c162c['size']&&this['_refreshSuggestionsChain'](_0x4c162c);}['_refreshAttributeSuggestionsChain'](_0x59c436){if(0x0==_0x59c436['length'])return;const _0x1ec62d=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3c4919=>'attribute'==_0x3c4919['type']&&_0x3c4919['_isDataLoaded']),_0x49eb44=[],_0x342c7b=new Map();for(const _0x3a9cad of _0x1ec62d){const _0x535017=_0x26cfb9(_0x3a9cad['attributes']);_0x342c7b['has'](_0x535017)||(_0x342c7b['set'](_0x535017,_0x49eb44['length']),_0x49eb44['push']([]));const _0x226284=_0x342c7b['get'](_0x535017);_0x49eb44[_0x226284]['push'](_0x3a9cad);}!(function(){_0x49eb44['sort']((_0x27efd1,_0x26d7df)=>{const _0x1f0684=_0x27efd1[0x0]['createdAt'],_0x5ca2bf=_0x26d7df[0x0]['createdAt'];return _0x1f0684==_0x5ca2bf?_0x27efd1[0x0]['attributes']['groupId']<_0x26d7df[0x0]['attributes']['groupId']?-0x1:0x1:_0x1f0684<_0x5ca2bf?-0x1:0x1;});for(const _0x280183 of _0x49eb44)_0x280183['sort']((_0x4c58dc,_0x33864f)=>_0x4c58dc['id']<_0x33864f['id']?-0x1:0x1);}());for(let _0x234398=0x0;_0x234398<_0x49eb44['length'];_0x234398++){if(0x0==_0x49eb44[_0x234398]['length'])continue;const _0x2d0629=[];for(let _0x3fd13b=_0x234398+0x1;_0x3fd13b<_0x49eb44['length'];_0x3fd13b++)0x0!=_0x49eb44[_0x3fd13b]['length']&&_0x488371(_0x49eb44[_0x234398],_0x49eb44[_0x3fd13b])&&_0x2d0629['push'](_0x3fd13b);for(const _0x598efb of _0x2d0629)_0x49eb44[_0x234398]=_0x49eb44[_0x234398]['concat'](_0x49eb44[_0x598efb]),_0x49eb44[_0x598efb]=[];}for(const _0x4459a6 of _0x49eb44)for(let _0x16e5ef=0x0;_0x16e5ef<_0x4459a6['length'];_0x16e5ef++){const _0xef5d80=_0x4459a6[_0x16e5ef+0x1]||null;_0x4459a6[_0x16e5ef]['next']!==_0xef5d80&&(_0x4459a6[_0x16e5ef]['next']=_0xef5d80);}for(const _0x31c210 of _0x49eb44)for(let _0x28fe38=0x0;_0x28fe38<_0x31c210['length'];_0x28fe38++){const _0x346019=_0x31c210[_0x28fe38-0x1]||null;_0x31c210[_0x28fe38]['previous']!==_0x346019&&(_0x31c210[_0x28fe38]['previous']=_0x346019);}function _0x488371(_0x384a4e,_0x585925){if(_0x384a4e[0x0]['attributes']['groupId']!==_0x585925[0x0]['attributes']['groupId']&&_0x384a4e[0x0]['author']!==_0x585925[0x0]['author'])return!0x1;if(!function(_0x4cd99d,_0x44e791){if(!_0x4cd99d['hasComments']&&!_0x44e791['hasComments'])return!0x0;if(_0x4cd99d['hasComments']&&_0x44e791['hasComments'])return!0x1;if(_0x4cd99d['hasComments']&&_0x44e791['createdAt']<_0x4cd99d['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x44e791['hasComments']&&_0x4cd99d['createdAt']<_0x44e791['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x384a4e[0x0],_0x585925[0x0]))return!0x1;const _0x47673a=Ut(_0x384a4e[0x0]['attributes'],['groupId','trackingSessionId']),_0x327bd8=Ut(_0x585925[0x0]['attributes'],['groupId','trackingSessionId']);if(!_0x34bf70(_0x47673a,_0x327bd8))return!0x1;if(_0x384a4e[0x0]['attributes']['groupId']==_0x585925[0x0]['attributes']['groupId'])return!0x0;if(_0x384a4e[0x0]['attributes']['trackingSessionId']!==_0x585925[0x0]['attributes']['trackingSessionId'])return!0x1;return!!_0x384a4e['every'](_0x2e79aa=>_0x585925['some'](_0x1aeff2=>_0x2e79aa['getFirstRange']()['isEqual'](_0x1aeff2['getFirstRange']())))&&_0x585925['every'](_0x4bf398=>_0x384a4e['some'](_0x1c2628=>_0x4bf398['getFirstRange']()['isEqual'](_0x1c2628['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x3a1b71){const _0xbff8f8=Array['from'](_0x3a1b71),_0x4327cd=this['getSuggestions']({'skipNotAttached':!0x0}),_0x32f4b0=_0x4327cd['filter'](_0x18aa9c=>!_0x3a1b71['has'](_0x18aa9c)),_0x4c76c4=new Map(_0xbff8f8['map'](_0x4b20fa=>[_0x4b20fa,this['_suggestionFactory']['getSuggestionCallback'](_0x4b20fa['type'],_0x4b20fa['subType'],'join')])),_0x3b6246=new Map(_0x4327cd['map'](_0x18fafd=>[_0x18fafd,_0x18fafd['getRanges']()]));for(let _0x3aead5=0x0;_0x3aead5<_0xbff8f8['length'];_0x3aead5++){if(_0x423c73(this,_0xbff8f8[_0x3aead5],_0xbff8f8,_0x3aead5+0x1))return!0x0;}for(let _0x495a3f=0x0;_0x495a3f<_0xbff8f8['length'];_0x495a3f++){if(_0x423c73(this,_0xbff8f8[_0x495a3f],_0x32f4b0,0x0))return!0x0;}return!0x1;function _0x423c73(_0x229bf8,_0x22e934,_0x551656,_0x10b60a){for(let _0xfb5dc=_0x10b60a;_0xfb5dc<_0x551656['length'];_0xfb5dc++){const _0x171e51=_0x551656[_0xfb5dc];if(_0x171e51['type']!==_0x22e934['type']||_0x171e51['author']['id']!==_0x22e934['author']['id']||_0x171e51['subType']!==_0x22e934['subType'])continue;if(!Qt(_0x22e934,_0x171e51))continue;if('attribute'==_0x22e934['type']&&_0x22e934['data']['oldValue']!=_0x171e51['data']['oldValue'])continue;if('attribute'==_0x22e934['type']&&_0x229bf8['_isBlockAttribute'](_0x22e934['data']['key']))continue;if('formatBlock'==_0x22e934['type']){const _0x4b9ad1=_0x229bf8['editor']['model'],_0x1d1fef=_0x22e934['getContainedElement']();if(_0x1d1fef&&(_0x4b9ad1['schema']['isObject'](_0x1d1fef)||_0x4b9ad1['schema']['isLimit'](_0x1d1fef)))continue;}const _0x5be48e=_0x4c76c4['get'](_0x22e934),_0x511159=_0x3b6246['get'](_0x22e934),_0x358e4c=_0x3b6246['get'](_0x171e51),_0x50a112=_0x22e934['commentThread']&&_0x22e934['commentThread']['length'],_0x52f749=_0x171e51['commentThread']&&_0x171e51['commentThread']['length'];if(!_0x50a112&&_0x5be48e(_0x358e4c,_0x511159))return _0x229bf8['_joinSuggestions'](_0x171e51,_0x22e934),_0x3b6246['delete'](_0x22e934),!0x0;if(!_0x52f749&&_0x5be48e(_0x511159,_0x358e4c))return _0x229bf8['_joinSuggestions'](_0x22e934,_0x171e51),_0x3b6246['delete'](_0x171e51),!0x0;}return!0x1;}}['_joinSuggestions'](_0x2acd6c,_0x5d962f){if(_0x2acd6c['isMultiRange']){for(const _0x512672 of _0x5d962f['getRanges']())_0x2acd6c['addRange'](_0x512672);}else{const _0x3885bf=_0x5d962f['getFirstRange']()['end'];this['_setSuggestionRange'](_0x2acd6c,this['_model']['createRange'](_0x2acd6c['getFirstRange']()['start'],_0x3885bf));}_0x5d962f['removeMarkers']();}['_getMarkerAnnouncementText'](_0x3469d4,_0x15edcc,_0x2e2d42){const _0x3c069a=_0x3469d4['startsWith']('format')||_0x3469d4['startsWith']('attribute')?'FORMATTING':_0x3469d4['toUpperCase']();return o(this['editor']['locale'],_0x15edcc+'_'+_0x3c069a+'_SUGGESTION_ANNOUNCEMENT',_0x2e2d42);}['_initAriaMarkerChangeAnnouncements'](){const _0x18b6e1=this['editor'];if(!_0x18b6e1['ui'])return;const {ariaLiveAnnouncer:_0x47ea2d}=_0x18b6e1['ui'];_0x500fe(this['_model'],({left:_0x3f358a,entered:_0xed9462})=>{for(const _0x1e5532 of _0x3f358a){const {group:_0x2577a2,type:_0x4c78cf}=this['_splitMarkerName'](_0x1e5532['name']);if('suggestion'===_0x2577a2){_0x47ea2d['announce'](this['_getMarkerAnnouncementText'](_0x4c78cf,'LEAVE'));break;}}for(const _0x282d05 of _0xed9462){const {group:_0x29f275,type:_0x1bf851}=this['_splitMarkerName'](_0x282d05['name']);if('suggestion'===_0x29f275){_0x47ea2d['announce'](this['_getMarkerAnnouncementText'](_0x1bf851,'ENTER',_0x22f99f(_0x289454)));break;}}});}['_processAttributeChanges'](_0x31b810){if(this['_recordAttributeSuggestions'])return!0x1;const _0x13fe61=this['editor'],_0x12d6fc=_0x13fe61['model']['document']['differ']['getChanges']();if(0x0==_0x12d6fc['length'])return!0x1;const _0x55d416=[],_0x8c914f=_0x12d6fc['filter'](_0x29e545=>'attribute'==_0x29e545['type']),_0x42afb8=_0x12d6fc['filter'](_0x33ea9f=>'insert'==_0x33ea9f['type']&&'$text'!=_0x33ea9f['name']),_0xb84d0f=_0x12d6fc['filter'](_0x52fd4b=>'remove'==_0x52fd4b['type']&&'$text'!=_0x52fd4b['name']);for(const _0x56d708 of _0x8c914f)_0x55d416['push']({'key':_0x56d708['attributeKey'],'newValue':_0x56d708['attributeNewValue'],'oldValue':_0x56d708['attributeOldValue'],'range':qt(_0x56d708['range'],_0x13fe61['model'])});for(const _0x5c22e0 of _0x42afb8){const _0x53b670=_0xb84d0f['find'](_0x1ccf8c=>_0x1ccf8c['position']['isEqual'](_0x5c22e0['position']));_0x53b670&&_0x55d416['push']({'key':m,'newValue':_0x5c22e0['name'],'oldValue':_0x53b670['name'],'range':_0x13fe61['model']['createRangeOn'](_0x5c22e0['position']['nodeAfter'])});}return 0x0!=_0x55d416['length']&&this['_reduceExistingSuggestions'](_0x31b810,_0x55d416);}['_processAttributeSuggestions'](_0x4891de){let _0x5465da=!0x1;const _0x321820=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x11f73b=>_0x11f73b['data']['newRange']&&_0x11f73b['name']['startsWith']('suggestion:attribute:'));for(const _0x36e829 of _0x321820){const {subType:_0x2f28d7,id:_0xd08ae3}=this['_splitMarkerName'](_0x36e829['name']),_0x29d914=_0x2f28d7['split']('|')[0x0];for(const _0x237b84 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x237b84['id']!=_0xd08ae3&&'attribute'==_0x237b84['type']&&_0x237b84['data']&&_0x237b84['data']['key']==_0x29d914&&_0x237b84['getFirstRange']()['isIntersecting'](_0x36e829['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x237b84,_0x36e829['data']['newRange'],_0x4891de),_0x5465da=!0x0);}return _0x5465da;}['recordAttributeChanges'](_0x599e08){this['_recordAttributeSuggestions']=!0x0,_0x599e08();}['_isRegisteredAttribute'](_0x4bfba3){const _0x55e22b=this['_isBlockAttribute'](_0x4bfba3),_0x21130b=this['_isInlineAttribute'](_0x4bfba3);return _0x55e22b||_0x21130b;}['_reduceExistingSuggestions'](_0x2f05f8,_0x38aa25){if(0x0==_0x38aa25['length'])return!0x1;let _0x3ef06a=!0x1;for(const _0x3e6982 of _0x38aa25){const _0x1b7708=this['_findSuggestions'](_0x3e6982['range'],'attribute')['filter'](_0x33db9c=>!_0x33db9c['meta']['isNextTo'])['map'](_0x3063f5=>_0x3063f5['suggestion']),_0x42b84f=_0x26cfb9({'newValue':_0x3e6982['newValue']});_0x1b7708['filter'](_0x36a089=>{const [_0x2aa4d7,_0x52ca91]=_0x36a089['subType']['split']('|');return _0x2aa4d7==_0x3e6982['key']&&_0x52ca91!=_0x42b84f;})['forEach'](_0x788c7d=>{this['_reduceSuggestionAttributeRange'](_0x788c7d,_0x3e6982['range'],_0x2f05f8),_0x3ef06a=!0x0;});}return _0x3ef06a;}['_reduceSuggestionAttributeRange'](_0x169427,_0x23e71e,_0x278720){const _0x280e70=_0x169427['getFirstRange']()['getDifference'](_0x23e71e);0x0!==_0x280e70['length']?0x1!==_0x280e70['length']?this['_breakSuggestionMarker'](_0x169427,_0x23e71e['start'],_0x23e71e['end']):this['_setSuggestionRange'](_0x169427,_0x280e70[0x0]):_0x278720['removeMarker'](_0x169427['getFirstMarker']());}}class Vt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x44c621){this['_editor']=_0x44c621,this['_model']=_0x44c621['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x19f5c1,_0x1e8d1c,_0x1b6920,_0x2a5e9a,_0x29fc0c,_0x40f71a,_0x55dc21){return new T(this['_model'],{'type':_0x19f5c1,'subType':_0x1e8d1c,'id':_0x1b6920,'originalSuggestionId':_0x55dc21,'author':_0x2a5e9a,'creator':_0x2a5e9a,'attributes':_0x29fc0c,'onAttributesChange':_0x40f71a,'onAccept':(..._0x3a1f16)=>this['getSuggestionCallback'](_0x19f5c1,_0x1e8d1c,'accept')(..._0x3a1f16),'onDiscard':(..._0x1450e4)=>this['getSuggestionCallback'](_0x19f5c1,_0x1e8d1c,'discard')(..._0x1450e4)});}['registerCustomCallback'](_0x10bd95,_0x2c17dd,_0x52ffe2,_0x52a4a8){const _0x4f28f8=_0x10bd95+':'+_0x2c17dd+':'+_0x52ffe2;this['_customCallbacks']['set'](_0x4f28f8,_0x52a4a8);}['getSuggestionCallback'](_0x2e3e9c,_0x200bb3,_0x58e5ef){const _0x42b9e1=_0x2e3e9c+':'+_0x200bb3+':'+_0x58e5ef;return this['_customCallbacks']['get'](_0x42b9e1)||this['_defaultCallbacks']['get'](_0x2e3e9c+':'+_0x58e5ef);}['_registerDefaultCallbacks'](){const _0x12a91a=()=>!0x1,_0x22b1cd=_0x54717a=>{_0x54717a['sort']((_0x5ad904,_0x34d6ca)=>_0x5ad904['start']['isBefore'](_0x34d6ca['start'])?0x1:-0x1),this['_model']['change'](_0x407bd7=>{for(const _0x5af702 of _0x54717a){let _0x4f2f8d;_0x4f2f8d=_0x5af702['end']['isAtEnd']&&_0x5af702['end']['parent']==_0x5af702['start']['nodeAfter']?_0x407bd7['createSelection'](_0x5af702['start']['nodeAfter'],'on'):_0x407bd7['createSelection'](_0x5af702),this['_model']['deleteContent'](_0x4f2f8d,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0,'doNotFixSelection':!0x0});}});},_0x2dcc73=(_0x26d5a2,_0x258502)=>{_0x258502&&this['_model']['change'](_0x18857a=>{const {commandName:_0x60eb39,commandParams:_0x2906cb=[]}=_0x258502,_0x29f4c3=_0x26d5a2['map'](_0x3c15ed=>(Pt(_0x3c15ed)&&(_0x3c15ed=this['_model']['createRange'](_0x3c15ed['end'])),_0x3c15ed))['filter'](_0x130383=>'$graveyard'!==_0x130383['root']['rootName']);if(_0x29f4c3['length']<0x1)return;const _0x511c81=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x274ab7=>_0x39990b['fromRange'](_0x274ab7));_0x18857a['setSelection'](_0x29f4c3);for(const _0x12aa9f of this['_editor']['commands']['commands']())_0x12aa9f['refresh']();_0x2906cb['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x60eb39,..._0x2906cb);const _0x366471=_0x511c81['filter'](_0x4197c=>'$graveyard'!=_0x4197c['root']['rootName']);_0x366471['length']>0x0&&_0x18857a['setSelection'](_0x366471);for(const _0x2e1e4c of _0x511c81)_0x2e1e4c['detach']();});},_0x453aee=(_0x160729,_0x461479)=>0x1==_0x160729['length']&&0x1==_0x461479['length']&&_0x160729[0x0]['end']['isEqual'](_0x461479[0x0]['start']),_0x43a177=(_0x50f545,_0x568509,_0x45f52c,_0x36d49a)=>Wt(_0x50f545,_0x568509,_0x45f52c,_0x36d49a)?[_0x50f545,_0x568509]:Wt(_0x568509,_0x50f545,_0x36d49a,_0x45f52c)?[_0x568509,_0x50f545]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x12a91a),this['_defaultCallbacks']['set']('insertion:discard',_0x22b1cd),this['_defaultCallbacks']['set']('insertion:join',_0x453aee),this['_defaultCallbacks']['set']('insertion:chain',_0x43a177),this['_defaultCallbacks']['set']('deletion:accept',_0x22b1cd),this['_defaultCallbacks']['set']('deletion:discard',_0x12a91a),this['_defaultCallbacks']['set']('deletion:join',_0x453aee),this['_defaultCallbacks']['set']('deletion:chain',_0x43a177),this['_defaultCallbacks']['set']('formatInline:accept',_0x2dcc73),this['_defaultCallbacks']['set']('formatInline:discard',_0x12a91a),this['_defaultCallbacks']['set']('formatInline:join',_0x453aee),this['_defaultCallbacks']['set']('formatInline:chain',_0x12a91a),this['_defaultCallbacks']['set']('formatBlock:accept',_0x2dcc73),this['_defaultCallbacks']['set']('formatBlock:discard',_0x12a91a),this['_defaultCallbacks']['set']('formatBlock:join',_0x453aee),this['_defaultCallbacks']['set']('formatBlock:chain',_0x12a91a),this['_defaultCallbacks']['set']('attribute:accept',_0x12a91a),this['_defaultCallbacks']['set']('attribute:discard',(_0x3ed9d8,_0x55933e)=>{if(!_0x55933e)return;const _0x35bc47=this['_editor']['plugins']['get'](d);this['_model']['change'](_0x4bb8a9=>{if(_0x55933e['key']==m)for(const _0x2a5ec7 of _0x3ed9d8){const _0x454f4e=_0x2a5ec7['start']['nodeAfter'],_0x17eb7b=_0x55933e['oldValue'];_0x4bb8a9['rename'](_0x454f4e,_0x17eb7b);}else{if(_0x35bc47['_isBlockAttribute'](_0x55933e['key'])){for(const _0x3bb51b of _0x3ed9d8)void 0x0!==_0x55933e['oldValue']?_0x4bb8a9['setAttribute'](_0x55933e['key'],_0x55933e['oldValue'],_0x3bb51b['start']['nodeAfter']):_0x4bb8a9['removeAttribute'](_0x55933e['key'],_0x3bb51b['start']['nodeAfter']);}else{for(const _0x5a7e71 of _0x3ed9d8)_0x55933e['oldValue']?_0x4bb8a9['setAttribute'](_0x55933e['key'],_0x55933e['oldValue'],_0x5a7e71):_0x4bb8a9['removeAttribute'](_0x55933e['key'],_0x5a7e71);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x453aee);}}function Ft(_0x4ab683,_0x1233a7,_0x40dfa9){for(const _0x25cc94 of _0x1233a7['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x25cc94['root']==_0x25cc94)return!0x1;if(!_0x40dfa9['containsItem'](_0x25cc94))return!0x1;if(_0x4ab683['isObject'](_0x25cc94)||_0x4ab683['isLimit'](_0x25cc94))return!0x0;}return!0x1;}function Pt(_0x101984){return _0x101984['end']['parent']==_0x101984['start']['nodeAfter']&&_0x101984['end']['isAtStart'];}function Gt(_0x5f8cd5,_0x3fc066,_0x28078f,_0x5baab7){const _0x587a5a=_0x2cac51=>!_0x2cac51['item']['is']('$textProxy')&&!_0x5baab7['isObject'](_0x2cac51['item']),_0x4c5930=_0x5f8cd5['start']['getLastMatchingPosition'](_0x587a5a),_0x5147b3=_0x5f8cd5['end']['getLastMatchingPosition'](_0x587a5a,{'direction':'backward'});return(!_0x5f8cd5['start']['isEqual'](_0x4c5930)||!_0x5f8cd5['end']['isEqual'](_0x5147b3))&&(_0x4c5930['isBefore'](_0x5147b3)?_0x28078f['updateMarker'](_0x3fc066,{'range':_0x28078f['createRange'](_0x4c5930,_0x5147b3)}):_0x28078f['removeMarker'](_0x3fc066),!0x0);}function Lt(_0x4e5b2d){return _0x26cfb9(_0x4e5b2d);}function Jt(_0x81153e){const _0x556c03=_0x81153e['start']['nodeAfter'];return _0x556c03&&_0x556c03['is']('element');}function Kt(_0x3b1d56){return Pt(_0x3b1d56)||function(_0xc5a865){return _0xc5a865['start']['parent']==_0xc5a865['end']['nodeBefore']&&_0xc5a865['start']['isAtEnd'];}(_0x3b1d56);}function Ht(_0x1df8fa,_0x8e8180){try{const _0x4f756c=_0x1df8fa['getRange']();for(const _0xbf2869 of _0x8e8180)if(_0x1df8fa!==_0xbf2869&&_0x4f756c&&_0x4f756c['isIntersecting'](_0xbf2869['getRange']()))return!0x0;return!0x1;}catch{return!0x1;}}function qt(_0x51ae3f,_0x1ae7c8){return null==_0x51ae3f['end']['nodeBefore']&&_0x51ae3f['end']['parent']==_0x51ae3f['start']['nodeAfter']?zt(_0x51ae3f['start']['nodeAfter'],_0x1ae7c8):_0x51ae3f;}function zt(_0x3e8fa0,_0x2f093d){const _0x3bbbd9=_0x2f093d['schema']['isObject'](_0x3e8fa0)||_0x2f093d['schema']['isSelectable'](_0x3e8fa0);return _0x2f093d['createRange'](_0x2f093d['createPositionAt'](_0x3e8fa0,'before'),_0x3bbbd9?_0x2f093d['createPositionAfter'](_0x3e8fa0):_0x2f093d['createPositionAt'](_0x3e8fa0,'end'));}function Wt(_0x1c6ebe,_0x3b9d3a,_0x2433a4,_0x57b9a2){return!!Qt(_0x1c6ebe,_0x3b9d3a)&&_0x2433a4['end']['isEqual'](_0x57b9a2['start']);}function Qt(_0x28bd9f,_0x187b85){if(!_0x28bd9f['_isDataLoaded']||!_0x187b85['_isDataLoaded'])return!0x1;const _0x592e0f=new Set(Object['keys'](_0x28bd9f['attributes'])),_0x3b01f1=new Set(Object['keys'](_0x187b85['attributes']));if(_0x592e0f['delete']('groupId'),_0x3b01f1['delete']('groupId'),0x0==_0x592e0f['size']&&0x0==_0x3b01f1['size'])return!0x0;if(_0x592e0f['size']!=_0x3b01f1['size'])return!0x1;const _0x4a83fb={..._0x28bd9f['attributes']},_0x3173b9={..._0x187b85['attributes']};return delete _0x4a83fb['groupId'],delete _0x3173b9['groupId'],JSON['stringify'](_0x4a83fb)==JSON['stringify'](_0x3173b9);}function Xt(_0x36f08d,_0x5efa83){const _0x2c26d4=Yt(_0x36f08d['attributes']),_0x11e9e2=Yt(_0x5efa83);if(!_0x36f08d['_isDataLoaded'])return!0x1;for(const _0x86c833 of Object['keys'](_0x11e9e2))if(!_0x34bf70(_0x2c26d4[_0x86c833],_0x11e9e2[_0x86c833]))return!0x1;return!0x0;}function Yt(_0x3d0b04){const _0x3ee73f=Object['assign']({},_0x3d0b04);return delete _0x3ee73f['skipNestingCheck'],delete _0x3ee73f['tablePasteChainId'],_0x3ee73f;}class pe extends/* #__PURE__ -- @preserve */
|
|
26
|
-
_0x576ce0(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x5692c9,_0x308b7b,_0x3904ed,_0x491756){super(),this['model']=_0x308b7b,this['view']=_0x3904ed,this['commentThreadController']=_0x491756,this['_editor']=_0x5692c9,this['_acceptCommand']=_0x5692c9['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x5692c9['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0xfd7284,_0x1a95c8)=>_0xfd7284||_0x1a95c8),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x4218fe=>_0x4218fe&&this['_editor']['model']['canEditAt'](_0x308b7b['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x3fc975=>_0x3fc975&&this['_editor']['model']['canEditAt'](_0x308b7b['getRanges']())),this['_pendingAction']=null,_0x3904ed['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x3904ed,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x3904ed,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x3904ed,'change:isDirty',()=>{_0x3904ed['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 _0x283199=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x283199);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class ii extends _0x5349f4{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x3c50fe,_0x2bcfc1,_0xc0c3c1,_0x441aad){super(_0x3c50fe),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0xa2a835(_0x3c50fe,o(_0x3c50fe,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x2bcfc1['authoredAt']),this['bind']('authoredAt')['to'](_0x2bcfc1),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',_0x2bcfc1,'authoredAt',this,'descriptionParts',(_0x2698ee,_0x184ff1,_0x223afe)=>{const _0x53f324=_0x223afe['map'](_0xb94613=>ls(_0xb94613['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x2698ee-0x1,_0x2bcfc1['author']['name'],_0x184ff1?_0x441aad['formatDateTime'](_0x184ff1):'',new DOMParser()['parseFromString'](_0x53f324,'text/html')['body']['textContent']]);}),this['focusables']=new _0x535993(),this['focusTracker']=new _0x4212fe(),this['keystrokes']=new _0x39a18d(),this['focusCycler']=new _0x52a96d({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x1f5132=>_0x1f5132['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x2bcfc1,this['_localUser']=_0xc0c3c1,this['_config']=_0x441aad,_0x441aad['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x36fb29(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0xe3153f}=this['_config'];this['commentsListView']=new _0xe3153f(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',_0x45999a=>_0x45999a+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x2556e8,_0x53fb8d)=>_0x2556e8||!!_0x53fb8d);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x3832e2}=this['_config'],_0x33afda=new _0x3832e2(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x294975=_0x33afda['commentInputView'];return _0x33afda['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x294975,'value',(_0x245144,_0x183140,_0x4ce006)=>!!_0x4ce006||_0x245144&&!_0x183140),_0x294975['on']('submit',(_0x124015,_0x57c249)=>{this['fire']('addComment',_0x57c249),_0x294975['editor']['setData']('');}),_0x294975['on']('cancel',()=>this['focus']()),_0x294975['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x33afda;}}class fe extends ii{['suggestionView'];['_descriptionElement'];constructor(_0x47f86a,_0x348ff1,_0x4f8cdc,_0xd64854){super(_0x47f86a,_0x348ff1,_0x4f8cdc,_0xd64854),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x47d583=>_0x47d583&&_0x47d583[0x0]?_0x47d583[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x3b49c9,_0x4a6598)=>{let _0x3c5194='';for(const _0x24cf61 of _0x3b49c9)_0x3c5194+='<p>'+ls(_0x24cf61['content'],_0x24cf61['color'])+'</p>';return _0x4a6598?_0x3c5194:_0x788e8f(_0x3c5194,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0xd64854['SuggestionView'](_0x47f86a,_0x348ff1,{'formatDateTime':_0xd64854['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 _0x5e3f8d=this['bindTemplate'],_0x3930f3=[this['suggestionView']];return this['commentsListView']&&_0x3930f3['push'](this['commentsListView']),this['commentThreadInputView']&&_0x3930f3['push'](this['commentThreadInputView']),_0x3930f3['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x5e3f8d['if']('isActive','ck-suggestion-wrapper--active'),_0x5e3f8d['to']('type',_0x192c4a=>'ck-suggestion-'+_0x192c4a),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':_0x5e3f8d['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x3930f3};}['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 we extends _0x5349f4{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x37e3a1,_0x2996fb,_0x23a789){super(_0x37e3a1),this['_model']=_0x2996fb,this['_config']=_0x23a789,this['set']('description',''),this['bind']('authoredAt')['to'](_0x2996fb),this['acceptButton']=this['_createButton'](o(_0x37e3a1,'Accept\x20suggestion'),_0x438026,'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x37e3a1,'Discard\x20suggestion'),_0x4aa64f,'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x42ff3e(_0x37e3a1,_0x2996fb['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x535993([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x4212fe(),this['keystrokes']=new _0x39a18d(),this['focusCycler']=new _0x52a96d({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x188f3c=>_0x188f3c['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x26e66e=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x26e66e['innerHTML']=this['description'],this['on']('change:description',(_0x5240ac,_0x2a65dc,_0x530f3d)=>{_0x26e66e['innerHTML']=_0x530f3d;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0xf95f0c=this['bindTemplate'],_0x4bb2d2=[{'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':_0xf95f0c['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0xf95f0c['to']('authoredAt',_0x25c4f4=>this['_config']['formatDateTime'](_0x25c4f4))}]}]},{'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']&&_0x4bb2d2['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':_0x4bb2d2}]};}['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'](_0x43b7c2,_0x1a985c,_0x5213f3,_0x163d75,_0x131e1c){const _0x1b96d6=new _0x49a255(this['locale']);return _0x1b96d6['set']({'label':_0x43b7c2,'icon':_0x1a985c,'tooltip':!0x0,'tooltipPosition':_0x131e1c}),_0x1b96d6['extendTemplate']({'attributes':{'class':_0x5213f3}}),_0x1b96d6['on']('execute',()=>{this['fire'](_0x163d75,this['_model']['id']);}),_0x1b96d6;}['_setupKeyboardNavigation'](){const _0x2a82d9=this['element'];this['keystrokes']['listenTo'](_0x2a82d9);for(const _0x166bc5 of this['focusables'])this['focusTracker']['add'](_0x166bc5['element']),this['keystrokes']['listenTo'](_0x166bc5['element']);this['keystrokes']['set']('enter',(_0x298cf2,_0x3b15e3)=>{_0x2a82d9===_0x298cf2['target']&&(this['focusCycler']['focusFirst'](),_0x3b15e3());}),this['keystrokes']['set']('esc',(_0x28b520,_0x10b558)=>{_0x2a82d9!==_0x28b520['target']&&(this['focus'](),_0x10b558());});}}class u extends _0x281269{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[d,_0x261b7d,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x6d18ac){super(_0x6d18ac),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x3664e3=this['editor']['config'];_0x3664e3['define']('trackChanges.SuggestionThreadView',fe),_0x3664e3['define']('trackChanges.SuggestionView',we),_0x3664e3['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x3664e3['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x49483b,_0x499a52){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x15031a,_0x82470a]of this['_handleControllerBuffer']){const _0x32250a=this['_suggestionToController']['has'](_0x15031a);_0x32250a||_0x82470a?_0x32250a&&_0x82470a&&this['_destroyController'](_0x15031a):this['_initializeController'](_0x15031a);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x49483b,_0x499a52);}['init'](){const _0x28fb2a=this['editor'],_0x13ef52=_0x28fb2a['plugins']['get']('TrackChangesEditing'),_0x12958f=_0x28fb2a['plugins']['get']('Annotations'),_0x53fc85=_0x28fb2a['plugins']['get']('EditorAnnotations'),_0x54a1a6=_0x28fb2a['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x53fc85['addSourceCollector'](()=>{const _0x3e7ba2=[];for(const [_0xed4f0d,_0x5f2c1f]of Array['from'](this['_suggestionToController'])){const _0x30815e=_0xed4f0d['getAllAdjacentSuggestions'](),_0x53529f=[];for(const _0x495af5 of _0x30815e){if(!_0x495af5['isInContent'])continue;if(_0x495af5['isMultiRange']){_0x53529f['push'](..._0x495af5['getRanges']());continue;}const _0x7bb8e=_0x495af5['getFirstRange']();if(_0x53529f['length']>0x0){const _0x5ea3a1=_0x53529f[0x0]['getJoined'](_0x7bb8e);if(_0x5ea3a1){_0x53529f[0x0]=_0x5ea3a1;continue;}}_0x53529f['push'](_0x7bb8e);}_0x3e7ba2['push']([_0x5f2c1f['view'],_0x53529f]);}return _0x3e7ba2;}),this['listenTo'](_0x13ef52,'suggestionLoaded',(_0x217b47,_0x3050ab)=>{this['listenTo'](_0x3050ab,'change:previous',(_0x4198c5,_0x1f21af,_0x4de5d8,_0x1be5ed)=>{_0x3050ab['isInContent']&&(null==_0x4de5d8?(this['_updateController'](_0x1be5ed['head']),this['_handleSuggestionControllerDelayed'](_0x3050ab,!0x1)):(this['_updateController'](_0x4de5d8['head']),null==_0x1be5ed&&this['_handleSuggestionControllerDelayed'](_0x3050ab,!0x0)));}),null!==_0x3050ab['previous']?this['_updateController'](_0x3050ab['head']):this['_handleSuggestionControllerDelayed'](_0x3050ab,!0x1);}),this['listenTo'](_0x13ef52,'suggestionUnloaded',(_0x4b89e3,_0x1281a1,_0x2b5711)=>{this['stopListening'](_0x1281a1,'change:previous'),this['_handleControllerBuffer']['delete'](_0x1281a1),this['_suggestionToController']['has'](_0x1281a1)&&this['_destroyController'](_0x1281a1),_0x2b5711&&this['_updateController'](_0x2b5711['head']);}),this['listenTo'](_0x13ef52,'suggestionChanged',(_0x4e3adb,_0x14ed64)=>{this['_updateController'](_0x14ed64);}),this['listenTo'](_0x12958f,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x54a1a6,'addComment',(_0x1573ca,{threadId:_0x2c6350,isFromAdapter:_0x3f1967})=>{if(_0x3f1967||!_0x13ef52['hasSuggestion'](_0x2c6350))return;const _0x38deee=_0x13ef52['getSuggestion'](_0x2c6350);this['_suggestionToController']['get'](_0x38deee)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x28221d=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x5aef13;for(const _0xc4f39c in _0x28221d){const _0x28ff08=_0xc4f39c,_0x2fb2fd=_0x28221d[_0x28ff08];if('trackChangesLicenseKeyValid'==_0x2fb2fd||'trackChangesLicenseKeyInvalid'==_0x2fb2fd||'trackChangesLicenseKeyExpired'==_0x2fb2fd||'trackChangesLicenseKeyDomainLimit'==_0x2fb2fd||'trackChangesLicenseKeyNotAllowed'==_0x2fb2fd||'trackChangesLicenseKeyEvaluationLimit'==_0x2fb2fd||'trackChangesLicenseKeyTrialLimit'==_0x2fb2fd||'trackChangesLicenseKeyUsageLimit'==_0x2fb2fd){delete _0x28221d[_0x28ff08],_0x5aef13=_0x2fb2fd,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x5aef13&&_0x28221d['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x5aef13&&_0x28221d['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x5aef13&&_0x28221d['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x5aef13&&_0x28221d['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x5aef13&&_0x28221d['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x5aef13&&_0x28221d['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyUsageLimit'==_0x5aef13&&_0x28221d['_showLicenseError']('usageLimit');},0x3e8);}['getAnnotationForSuggestion'](_0x8cee2c){const _0x169d58=this['_suggestionToController']['get'](_0x8cee2c);if(!_0x169d58)return null;return this['editor']['plugins']['get']('Annotations')['getByInnerView'](_0x169d58['view'])||null;}['getSuggestionForAnnotation'](_0x9f157c){const _0x24917f=this['_viewToController']['get'](_0x9f157c['innerView']);return _0x24917f?_0x24917f['model']:null;}['_refreshActiveMarkers'](){const _0x5b1194=this['editor']['plugins']['get']('Annotations'),_0x46c880=this['editor']['plugins']['get']('TrackChangesEditing'),_0x311fe9=Array['from'](_0x5b1194['activeAnnotations'],_0x149041=>_0x149041['innerView'])['filter'](_0x35f2ea=>this['_viewToController']['has'](_0x35f2ea)),_0xc81b8e=[];for(const _0x289135 of _0x311fe9){const _0x228aa5=this['_viewToController']['get'](_0x289135)['model']['getAllAdjacentSuggestions']();_0xc81b8e['push'](..._0x228aa5['reduce']((_0x178603,_0x382a0f)=>[..._0x178603,..._0x382a0f['getMarkerNames']()],[]));}_0x46c880['activeMarkers']=_0xc81b8e;}['_addUIComponentsToFactory'](){const _0x4ad797=this['editor'],_0x46b497=_0x4ad797['locale'],_0x531a63=o(_0x46b497,'Track\x20changes'),_0x371027=new _0x88426d([{'type':'switchbutton','model':new _0x56491c({'withText':!0x0,'isToggleable':!0x0,'label':_0x531a63,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x56491c({'withText':!0x0,'label':o(_0x46b497,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x56491c({'withText':!0x0,'label':o(_0x46b497,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x56491c({'withText':!0x0,'label':o(_0x46b497,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x56491c({'withText':!0x0,'label':o(_0x46b497,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x4ad797['plugins']['has']('TrackChangesPreview')&&_0x371027['addMany']([{'type':'separator'},{'type':'button','model':new _0x56491c({'withText':!0x0,'label':o(_0x46b497,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x238a45 of _0x371027)if(ke(_0x238a45)){const _0xc7aac2=_0x4ad797['commands']['get'](_0x238a45['model']['commandName']);_0x238a45['model']['bind']('isOn','isEnabled')['to'](_0xc7aac2,'value','isEnabled');}_0x4ad797['ui']['componentFactory']['add']('trackChanges',_0x20ee84=>this['_createToolbarButton'](_0x20ee84,_0x371027,_0x531a63)),_0x4ad797['ui']['componentFactory']['add']('menuBar:trackChanges',_0x138ed2=>this['_createMenuBarMenu'](_0x138ed2,_0x371027,_0x531a63));}['_createToolbarButton'](_0x49cd61,_0x40214f,_0x3ccf83){const _0x562614=_0x120c85(_0x49cd61,_0x3f3dc7),_0x2d8297=this['editor']['commands']['get']('trackChanges');_0x562614['buttonView']['set']({'tooltip':_0x3ccf83,'label':_0x3ccf83,'icon':_0x4a3790}),_0x562614['buttonView']['bind']('isOn')['to'](_0x2d8297,'value'),_0x562614['buttonView']['on']('execute',()=>{_0x2d8297['execute'](),this['editor']['editing']['view']['focus']();}),_0x5148db(_0x562614,_0x40214f,{'role':'menu'});const _0x256eb2=[];for(const _0x11a333 of _0x40214f)ke(_0x11a333)&&_0x256eb2['push'](this['editor']['commands']['get'](_0x11a333['model']['commandName']));const _0x26ac0a=_0x562614['buttonView'];return _0x26ac0a['actionView']['unbind']('isEnabled'),_0x26ac0a['arrowView']['unbind']('isEnabled'),_0x26ac0a['actionView']['bind']('isEnabled')['to'](_0x2d8297,'isEnabled'),_0x26ac0a['arrowView']['bind']('isEnabled')['toMany'](_0x256eb2,'isEnabled',(..._0x18c305)=>_0x18c305['some'](_0x571d9a=>_0x571d9a)),_0x562614['on']('execute',_0x2c6e9e=>{this['editor']['execute'](_0x2c6e9e['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x562614;}['_createMenuBarMenu'](_0x2f8cce,_0x235146,_0x197b4f){const _0x5395c1=new _0xbe66b1(_0x2f8cce),_0x2886b0=this['editor']['commands']['get']('trackChanges');_0x5395c1['buttonView']['set']({'label':_0x197b4f,'icon':_0x4a3790});const _0x2ff1b3=new _0x24a732(_0x2f8cce);for(const _0x22cc39 of _0x235146){if('separator'==_0x22cc39['type']){_0x2ff1b3['items']['add'](new _0x3d3ea2(_0x2f8cce));continue;}const _0x9d98f9=new _0x37a01d(_0x2f8cce,_0x5395c1),_0x4d1f4c=new _0x416779(_0x2f8cce),_0x215934=_0x22cc39['model'];_0x4d1f4c['bind'](...Object['keys'](_0x215934))['to'](_0x215934),_0x4d1f4c['delegate']('execute')['to'](_0x5395c1),_0x4d1f4c['on']('execute',()=>{this['editor']['execute'](_0x215934['commandName']),this['editor']['editing']['view']['focus']();}),_0x9d98f9['children']['add'](_0x4d1f4c),_0x2ff1b3['items']['add'](_0x9d98f9);}return _0x5395c1['bind']('isEnabled')['to'](_0x2886b0,'isEnabled'),_0x5395c1['panelView']['children']['add'](_0x2ff1b3),_0x5395c1;}['_initializeController'](_0x301f36){const _0x5d4132=this['editor'],_0x270172=_0x5d4132['config'],_0x3162b8=_0x5d4132['plugins']['get']('Annotations'),_0x1c0771=_0x5d4132['plugins']['get']('CommentsRepository'),_0x3f619c=_0x5d4132['plugins']['get']('EditorAnnotations'),_0x396ba8=_0x5d4132['plugins']['get'](_0x261b7d)['me'],_0x2bb1e5=_0x270172['get']('trackChanges')['SuggestionThreadView'],_0x5dd1e1=_0x270172['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x38c4d7,CommentThreadInputView:_0x3113ac}=_0x5d4132['plugins']['get']('CommentsUI');let _0x5618d1,_0x3996fc,_0x394aa8;this['_annotationViews']['has'](_0x301f36['id'])?(_0x3996fc=this['_annotationViews']['get'](_0x301f36['id']),_0x5618d1=_0x3996fc['mainView']):(_0x5618d1=new _0x2bb1e5(_0x5d4132['locale'],_0x301f36,_0x396ba8,{'disableComments':this['_disableComments'],'editorConfig':{..._0x270172['get']('comments.editorConfig'),'licenseKey':_0x270172['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x270172['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x270172['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x270172['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x1d97fe(_0x270172['get']('locale'),_0x5d4132['locale']),'CommentView':_0x270172['get']('comments')['CommentView'],'CommentsListView':_0x38c4d7,'CommentThreadInputView':_0x3113ac,'SuggestionView':_0x5dd1e1}),_0x5618d1['suggestionView']['acceptButton']['on']('execute',()=>{_0x5d4132['editing']['view']['focus']();}),_0x5618d1['suggestionView']['discardButton']['on']('execute',()=>{_0x5d4132['editing']['view']['focus']();}),_0x3996fc=_0x3162b8['createAnnotationView'](this['editor']['locale'],_0x5618d1),_0x3996fc['bind']('isDirty')['to'](_0x5618d1,'isDirty'),_0x3996fc['bind']('length')['to'](_0x5618d1),_0x3996fc['bind']('type')['to'](_0x5618d1,'type',_0xc0005=>'suggestion-'+_0xc0005),_0x5618d1['on']('escape',()=>{_0x394aa8['fire']('escape');}),this['_annotationViews']['set'](_0x301f36['id'],_0x3996fc));const _0x121b64=_0x1c0771['createCommentThreadController'](_0x301f36['commentThread'],_0x5618d1),_0x334f80=new pe(_0x5d4132,_0x301f36,_0x5618d1,_0x121b64),_0x32a68d=_0x301f36['getAllAdjacentSuggestions']()['filter'](_0xc0779f=>_0xc0779f['isInContent']);_0x5618d1['descriptionParts']=_0x5d4132['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x32a68d),this['_suggestionToController']['set'](_0x301f36,_0x334f80),this['_viewToController']['set'](_0x5618d1,_0x334f80);const _0x2adbb1=()=>{const _0x111d9f=[],_0x5a8713=_0x301f36['getAllAdjacentSuggestions']()['filter'](_0x2fcf04=>_0x2fcf04['isInContent']);for(const _0x321d3c of _0x5a8713)_0x111d9f['push'](..._0x321d3c['getMarkers']());return _0x491fb2(_0x5d4132['editing'],_0x111d9f);};_0x394aa8=_0x3162b8['createAnnotation']({'view':_0x3996fc,'target':_0x2adbb1,'type':()=>'suggestion-'+_0x334f80['view']['type'],'isVisible':!!_0x2adbb1()}),_0x1c0771['_bindAnnotationToEditors'](_0x5618d1,_0x394aa8),_0x3162b8['add'](_0x394aa8),_0x3f619c['registerAnnotation'](_0x394aa8);}['_destroyController'](_0xb308ad){const _0x3ad979=this['editor']['plugins']['get']('CommentsRepository'),_0x2c8c27=this['editor']['plugins']['get']('Annotations'),_0x294ba6=this['_suggestionToController']['get'](_0xb308ad),_0x66c980=_0x294ba6['view'],_0x41ffee=_0x2c8c27['getByInnerView'](_0x66c980);_0x3ad979['_unbindEditors'](_0x66c980),_0x41ffee&&_0x2c8c27['remove'](_0x41ffee),this['_suggestionToController']['delete'](_0xb308ad),this['_viewToController']['delete'](_0x66c980),_0x294ba6['destroy']();}['_updateController'](_0x450c46){if(!_0x450c46['isInContent']||!this['_suggestionToController']['has'](_0x450c46))return;const _0x29b028=this['editor']['plugins']['get']('TrackChangesEditing'),_0x45701f=this['_suggestionToController']['get'](_0x450c46),_0x19a049=_0x450c46['getAllAdjacentSuggestions']();_0x45701f['view']['descriptionParts']=_0x29b028['descriptionFactory']['getDescriptions'](_0x19a049);}['destroy'](){for(const _0x53ce52 of this['_suggestionToController']['keys']())this['_destroyController'](_0x53ce52);for(const _0x582d10 of this['_annotationViews']['values']())_0x582d10['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function ke(_0x4f7dfc){return'model'in _0x4f7dfc;}class Fe extends _0x281269{static get['requires'](){return[d,u,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x55f6ac){this['editor']['plugins']['get'](d)['adapter']=_0x55f6ac;}get['adapter'](){return this['editor']['plugins']['get'](d)['adapter'];}['addSuggestion'](_0xac4582){return this['editor']['plugins']['get'](d)['addSuggestionData'](_0xac4582);}['getSuggestions']({skipNotAttached:_0x4e6598=!0x1,toJSON:_0x3a8d7d=!0x1}={}){return this['editor']['plugins']['get'](d)['getSuggestions']({'skipNotAttached':_0x4e6598,'toJSON':_0x3a8d7d});}['getSuggestion'](_0x292d81){return this['editor']['plugins']['get'](d)['getSuggestion'](_0x292d81);}}const p=['Pagination'];class re extends _0x281269{static get['requires'](){return[d];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x431c88=this['editor'];if(_0x431c88['config']['define']('trackChangesData.editorCreator',_0x45969f=>{const _0x5eebf8=_0x431c88['model']['document']['getRootNames']()['reduce']((_0x45a97b,_0x6effc2)=>(_0x45a97b[_0x6effc2]='',_0x45a97b),{});return _0x431c88['constructor']['create'](_0x5eebf8,_0x45969f);}),'function'!=typeof _0x431c88['config']['get']('trackChangesData')['editorCreator'])throw new _0x5953c2('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0xacfa0a){return P(this['editor'],!0x0,_0xacfa0a);}['getDataWithDiscardedSuggestions'](_0x37cce6){return P(this['editor'],!0x1,_0x37cce6);}}class Ge extends _0x281269{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x204f09){function _0x3757ac(_0x2064a3){return _0x2064a3['map'](_0x23b9bd=>String['fromCharCode'](_0x23b9bd))['join']('');}super(_0x204f09),this['result']='end',_0x204f09[_0x3757ac([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3757ac([0x76,0x69,0x65,0x77])][_0x3757ac([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3757ac([0x61,0x75,0x74,0x6f]),_0x204f09[_0x3757ac([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x3757ac([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3757ac([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x3757ac([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x3757ac([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 He(_0x2f3ccd){return void 0x0!==_0x2f3ccd['getRootsAttributes'];}async function P(_0x475ab6,_0x1b9642,_0x35dd8e){const _0x421a0b=_0x4854ec(_0x475ab6,p);_0x421a0b['plugins']['push'](d,Ge),_0x421a0b['rootsAttributes']=He(_0x475ab6)?_0x475ab6['getRootsAttributes']():void 0x0;const _0x2a436f=document['createDocumentFragment'](),_0x1cca32=_0x475ab6['config']['get']('trackChangesData')['editorCreator'],_0x2d9f9d=await _0x1cca32(_0x421a0b,()=>function(_0x3667ee){const _0x5dcc31=document['createElement']('div');return _0x3667ee['appendChild'](_0x5dcc31),_0x5dcc31;}(_0x2a436f));!function(_0x1daecf,_0x2ac3e4){const _0x4d95d3=_0x1daecf['model']['document']['getRootNames']()['reduce']((_0x1a63a8,_0x21ba4c)=>(_0x1a63a8[_0x21ba4c]=_0x1daecf['data']['get']({'rootName':_0x21ba4c}),_0x1a63a8),{}),_0x39bfb8=_0x1daecf['plugins']['get']('Users')['users']['map'](_0x1ae4b7=>({'id':_0x1ae4b7['id'],'name':_0x1ae4b7['name']})),_0xae6cd0=_0x1daecf['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x2fbd95=_0x1daecf['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x6e7a33=_0x2ac3e4['plugins']['get']('Users'),_0x395a9f=_0x2ac3e4['plugins']['get']('TrackChangesEditing'),_0x14d6e6=_0x2ac3e4['plugins']['get']('CommentsRepository');for(const _0x10e2ae of _0x14d6e6['getCommentThreads']())_0x10e2ae['remove']();for(const _0x278da9 of _0x39bfb8)_0x6e7a33['getUser'](_0x278da9['id'])||_0x6e7a33['addUser'](_0x278da9);_0x6e7a33['me']||_0x6e7a33['useAnonymousUser']();for(const _0x88a9c4 of _0x2fbd95)_0x14d6e6['addCommentThread'](_0x88a9c4);for(const _0x4a434 of _0xae6cd0)_0x395a9f['addSuggestionData'](_0x4a434);_0x2ac3e4['data']['set'](_0x4d95d3);}(_0x475ab6,_0x2d9f9d),_0x2d9f9d['execute'](_0x1b9642?'acceptAllSuggestions':'discardAllSuggestions');const _0x56711f=He(_0x2d9f9d)?_0x2d9f9d['getFullData'](_0x35dd8e):_0x2d9f9d['data']['get'](_0x35dd8e);return await _0x2d9f9d['destroy'](),_0x56711f;}class Me extends _0x5349f4{['options'];constructor(_0x3befc1,_0x2b5f03){super(_0x3befc1),this['options']=_0x2b5f03,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'](_0x735669,_0x5f03ae){if(!this['element'])return;const _0x225828=[];for(const [_0x1453c3,_0x536c89]of _0x735669){const _0x2de6b4=document['createElement']('div');_0x2de6b4['setAttribute']('data-ck-root-name',_0x1453c3),_0x2de6b4['className']=_0x536c89['classes']+'\x20ck-track-changes-preview__root-container',_0x2de6b4['innerHTML']=_0x536c89['content'],_0x225828['push'](_0x2de6b4);}_0x5f03ae(this['element'],_0x225828),this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class te extends _0x138b2b{constructor(_0x149a3f){super(_0x149a3f),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x158800=this['editor'],_0x16db34=_0x158800['locale'],_0x363e21=_0x158800['plugins']['get']('Dialog');let _0x58b74e;const _0x4ff19b=function(_0x6a1fc){const _0x2b64fc={};if('editables'in _0x6a1fc['ui']['view']){for(const [_0x68146b,_0x5e1e94]of Object['entries'](_0x6a1fc['ui']['view']['editables']))_0x2b64fc[_0x68146b]=_0x5e1e94['element'];}else _0x2b64fc[_0x6a1fc['model']['document']['getRootNames']()[0x0]]=_0x6a1fc['ui']['view']['editable']['element'];return _0x2b64fc;}(_0x158800),_0x7b5dd2=function(_0x3d9407){let _0x3863e6=0x0;for(const _0xcdae1a of Object['values'](_0x3d9407))_0x3863e6=Math['max'](_0x3863e6,_0xcdae1a['getBoundingClientRect']()['width']);let _0x232065=0x0;for(const _0x12a5ec of Object['values'](_0x3d9407))_0x232065+=_0x12a5ec['getBoundingClientRect']()['height'];const _0x55ff02=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x4af5be=Math['min'](_0x232065,_0x55ff02);return{'width':_0x3863e6,'height':_0x4af5be};}(_0x4ff19b);_0x363e21['show']({'id':'finalContentPreview','title':o(_0x16db34,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new Me(_0x16db34,{'dialogRects':_0x7b5dd2}),'onHide':()=>{_0x58b74e['detachFromDom']();},'onShow':()=>{_0x158800['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0xf4c713=>{const _0x7c11c7=this['_standarizeRootsData'](_0xf4c713,_0x158800,_0x4ff19b);_0x363e21['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x7c11c7,_0x158800['config']['get']('trackChanges.preview.renderFunction'));}),_0x58b74e=new _0x58465b(_0x16db34,[_0x363e21['view']]),_0x58b74e['attachToDom'](),_0x58b74e['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x158800['once']('destroy',()=>{_0x58b74e['detachFromDom']();});const _0x31e156=_0x363e21['view']['headerView']['class'];_0x363e21['view']['headerView']['class']=_0x31e156?_0x31e156+'\x20ck-reset_all':'ck-reset_all',_0x363e21['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x363e21['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x5cd90f=this['editor']['plugins']['get']('MergeFieldsEditing'),_0x589ad3=_0x5cd90f['previewMode'],_0x21a1a5={};if('$labels'===_0x589ad3){for(const _0x43886d of _0x5cd90f['getMergeFieldsIds']())_0x21a1a5[_0x43886d]=_0x5cd90f['getLabel'](_0x43886d)||_0x43886d;}else{const _0x422fd3='$defaultValues'===_0x589ad3?_0x5cd90f['getDefaultValues']():_0x5cd90f['getDataSetValues'](_0x589ad3,!0x0);for(const _0x288ad3 of Object['entries'](_0x422fd3)){const [_0x11e81b,_0x93c8f7]=_0x288ad3;_0x21a1a5[_0x11e81b]=null!==_0x93c8f7?_0x93c8f7:_0x5cd90f['getLabel'](_0x11e81b)||_0x11e81b;}}return{'mergeFieldsData':_0x21a1a5};}['_standarizeRootsData'](_0x15b9cf,_0x2e4775,_0x11e55a){let _0x91478;if('string'==typeof _0x15b9cf){const _0x4d7d02=_0x2e4775['model']['document']['getRootNames']()[0x0];_0x91478={[_0x4d7d02]:_0x15b9cf};}else _0x91478=_0x15b9cf;const _0x56f8d7=this['_fixMediaEmbeds'](_0x91478,_0x2e4775),_0x4d007f=function(_0x137414,_0x255bd4){for(const [_0x18d305,_0x5b998c]of _0x137414)_0x5b998c['classes']=_0x255bd4[_0x18d305]['classList']['value']['replace']('ck-focused','');return _0x137414;}(this['_sortRoots'](_0x2e4775)['reduce']((_0x3a0f13,_0x15b9c0)=>(_0x3a0f13['push']([_0x15b9c0,{'content':_0x56f8d7[_0x15b9c0],'classes':''}]),_0x3a0f13),[]),_0x11e55a);return _0x4d007f;}['_fixMediaEmbeds'](_0x4ff1be,_0x2d4c4a){if(!_0x2d4c4a['plugins']['has']('MediaEmbedEditing'))return _0x4ff1be;const _0x51a6b8=_0x2d4c4a['plugins']['get']('MediaEmbedEditing');for(const [_0x54e283,_0x38f998]of Object['entries'](_0x4ff1be)){const _0x1c61ae=document['createElement']('div');_0x1c61ae['innerHTML']=_0x38f998,(_0x1c61ae['querySelectorAll']('figure.media')['forEach'](_0x13fa24=>{const _0x48a425=_0x13fa24['querySelector']('oembed');if(_0x48a425){const _0x3b4d90=_0x48a425['getAttribute']('url');if(_0x3b4d90){const _0x449d1f=_0x51a6b8['registry']['getMediaViewElement'](new _0x106eac(_0x2d4c4a['editing']['view']['document']),_0x3b4d90,{'elementName':'','renderForEditingView':!0x0}),_0x487088=document['createElement']('div');_0x487088['classList']['add']('ck-media__wrapper'),_0x449d1f['render'](_0x487088,_0x2d4c4a['editing']['view']['domConverter']),_0x48a425['replaceWith'](_0x487088);}}}),_0x4ff1be[_0x54e283]=_0x1c61ae['innerHTML']);}return _0x4ff1be;}['_sortRoots'](_0xdfcbe6){if(!function(_0x38acc6){return void 0x0!==_0x38acc6['getRootsAttributes'];}(_0xdfcbe6))return _0xdfcbe6['model']['document']['getRootNames']();const _0x47c5dd=[],_0x31eee1=new Map();for(const _0x5e2cd2 of _0xdfcbe6['model']['document']['getRootNames']()){const _0x33edcb=_0xdfcbe6['editing']['view']['getDomRoot'](_0x5e2cd2)['getClientRects']()['item'](0x0);_0x47c5dd['push'](_0x5e2cd2),_0x31eee1['set'](_0x5e2cd2,_0x33edcb);}return _0x47c5dd['sort']((_0x2295c4,_0x3f2dfc)=>{const _0x295431=_0x31eee1['get'](_0x2295c4),_0x25c048=_0x31eee1['get'](_0x3f2dfc);return _0x295431['y']-_0x25c048['y']||_0x295431['x']-_0x25c048['x'];}),_0x47c5dd;}}class $e extends _0x281269{static get['requires'](){return[re,_0x7f4f4b];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3bb0cf){super(_0x3bb0cf),_0x3bb0cf['commands']['add']('previewFinalContent',new te(this['editor'])),_0x3bb0cf['config']['define']('trackChanges.preview.renderFunction',(_0x484daa,_0x2110b7)=>{for(const _0x1edb59 of _0x2110b7)_0x484daa['appendChild'](_0x1edb59);});}}export{D as AcceptSuggestionCommand,ii as BaseSuggestionThreadView,$ as DiscardSuggestionCommand,M as ExecuteOnAllSuggestionsCommand,B as ExecuteOnSelectedSuggestionsCommand,te as PreviewFinalContentCommand,T as Suggestion,x as SuggestionDescriptionFactory,fe as SuggestionThreadView,we as SuggestionView,Fe as TrackChanges,N as TrackChangesCommand,re as TrackChangesData,Ge as TrackChangesDataGetter,d as TrackChangesEditing,$e as TrackChangesPreview,u as TrackChangesUI};
|
|
23
|
+
import{Command as _0x35cb10,Plugin as _0x3d96fc,PendingActions as _0x1da5f8}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x44e9b4,ObservableMixin as _0x5d0a2d,uid as _0x5cef89,priorities as _0x37a44a,insertToPriorityArray as _0x1055e6,toArray as _0x5a68fb,logWarning as _0x2d23a2,getEnvKeystrokeText as _0x411c03,FocusTracker as _0x4d08bd,KeystrokeHandler as _0x3bbb36,Collection as _0x5d8729}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconCheck as _0x42b2d0,IconCancel as _0x1ccc55,IconTrackChanges as _0x35a717}from'@ckeditor/ckeditor5-icons/dist/index.js';import{normalizeColorOptions as _0x1338b0,View as _0x134a78,ViewCollection as _0x2bc706,FocusCycler as _0x14d18b,UIModel as _0x254c12,createDropdown as _0x421473,SplitButtonView as _0x367a06,addListToDropdown as _0x147db2,MenuBarMenuView as _0x28ed44,MenuBarMenuListView as _0x405996,ListSeparatorView as _0x53c62c,MenuBarMenuListItemView as _0x3eb2fd,MenuBarMenuListItemButtonView as _0x4bc098,BodyCollection as _0x5dcd19,Dialog as _0x163972}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x5194d,hashObject as _0x4a9c7a,surroundingMarkersDetector as _0x553900,FOCUS_ANNOTATION_KEYSTROKE as _0x3b067a,AriaDescriptionView as _0x1f6dbe,setupThreadKeyboardNavigation as _0x14e682,trimHtml as _0x105de4,UserView as _0x3b7b1d,LateFocusButtonView as _0x310866,getDateTimeFormatter as _0x19eca3,getAllMarkersDomElementsSorted as _0x1680fe,sanitizeEditorConfig as _0x41beee}from'ckeditor5-collaboration/dist/index.js';import{ModelElement as _0x104dee,ModelLiveRange as _0x2e68e7,ModelLivePosition as _0x120352,ViewDowncastWriter as _0x19ae64}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x1befee,toWidget as _0x5c55f4}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x5390b7,set as _0x43616e,isEqual as _0x29447a,unset as _0x236eab,omit as Ut}from'es-toolkit/compat';import{Delete as _0x423bd8,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x41ceea}from'@ckeditor/ckeditor5-enter/dist/index.js';import{ClipboardPipeline as _0x370a86}from'@ckeditor/ckeditor5-clipboard/dist/index.js';class N extends _0x35cb10{['_enabledCommands'];constructor(_0xa35107,_0x5108f1){super(_0xa35107),this['_enabledCommands']=_0x5108f1,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 _0x25b672 of this['editor']['commands']['commands']())_0x25b672['affectsData']&&!this['_enabledCommands']['has'](_0x25b672)&&_0x25b672['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x20214e of this['editor']['commands']['commands']())_0x20214e['affectsData']&&!this['_enabledCommands']['has'](_0x20214e)&&_0x20214e['clearForceDisabled']('TrackChangesCommand');}}class D extends _0x35cb10{['_suggestions'];constructor(_0x283ef5,_0x5d0201){super(_0x283ef5),this['_suggestions']=_0x5d0201,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x5642ad){const _0x5bf35b=this['_suggestions']['get'](_0x5642ad);if(!_0x5bf35b)throw new _0x44e9b4('track-changes-accept-suggestion-not-found',this);const _0x2abaea=_0x5bf35b['getRanges']();this['editor']['model']['canEditAt'](_0x2abaea)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x5bf35b);}}class $ extends _0x35cb10{['_suggestions'];constructor(_0x5f3d5b,_0x345060){super(_0x5f3d5b),this['_suggestions']=_0x345060,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x34c504){const _0xbc0d82=this['_suggestions']['get'](_0x34c504);if(!_0xbc0d82)throw new _0x44e9b4('track-changes-discard-suggestion-not-found',this);const _0x1a3aa4=_0xbc0d82['getRanges']();this['editor']['model']['canEditAt'](_0x1a3aa4)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0xbc0d82);}}function ls(_0x2b5c3a,_0x42c46b){let _0x46536f='';return _0x46536f+=_0x2b5c3a['split']('*')['map']((_0x9e059e,_0xbbe416)=>_0xbbe416%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+Zt(_0x9e059e)+'</span>':Zt(_0x9e059e))['join'](''),_0x42c46b&&(_0x46536f+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x42c46b['value']+'\x22\x20title=\x22'+_0x42c46b['title']+'\x22></span>'),_0x46536f;}function Zt(_0x4054b7){const _0x969f4e=document['createElement']('span');return _0x969f4e['innerText']=_0x4054b7,_0x969f4e['innerHTML'];}function ts(_0x359cb9){return _0x359cb9['sort']((_0x2ae8ce,_0x21467c)=>'attribute'===_0x2ae8ce['type']&&'attribute'!==_0x21467c['type']?-0x1:'attribute'!==_0x2ae8ce['type']&&'attribute'===_0x21467c['type']?0x1:'deletion'==_0x2ae8ce['type']&&'deletion'!=_0x21467c['type']?-0x1:'deletion'!=_0x2ae8ce['type']&&'deletion'==_0x21467c['type']?0x1:0x0);}function to(_0x212daa,_0x13a008){let _0x189a07,_0x5029e0=0x0;const _0x389e79=[],_0x46da2e=_0x13a008['schema'];for(;_0x5029e0<_0x212daa['length'];){const _0x38629d=_0x212daa[_0x5029e0],_0x27bd42=_0x212daa[_0x5029e0+0x1];_0x189a07||(_0x189a07=_0x13a008['createPositionBefore'](_0x38629d)),tn(_0x13a008,_0x38629d,_0x27bd42)||(_0x389e79['push'](_0x13a008['createRange'](_0x189a07,_0x46da2e['isObject'](_0x38629d)?_0x13a008['createPositionAfter'](_0x38629d):_0x13a008['createPositionAt'](_0x38629d,'end'))),_0x189a07=null),_0x5029e0++;}return _0x389e79;}function tn(_0x1c4646,_0x302ceb,_0x1984b4){if(!_0x1984b4)return!0x1;const _0x536faf=_0x1c4646['createPositionAfter'](_0x302ceb),_0x40d090=_0x1c4646['createPositionBefore'](_0x1984b4);return _0x536faf['isTouching'](_0x40d090);}function rs(_0xa239d5,_0x5396b1,_0x429229){for(;_0x429229['length'];){const _0x4e979e=_0x429229['splice'](0x0,0x64);_0xa239d5['change'](()=>{for(const _0x49ac62 of _0x4e979e)_0x49ac62['isInContent']&&_0x5396b1['execute'](_0x49ac62['id']);});}}class M extends _0x35cb10{['_command'];['_suggestions'];constructor(_0x4bcbef,_0x4c2886,_0x6c4e3){super(_0x4bcbef),this['_command']=_0x4c2886,this['_suggestions']=_0x6c4e3,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x477044=Array['from'](this['_suggestions']['values']())['some'](_0x2cc78b=>_0x2cc78b['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x477044;}['execute'](){const _0x53abf1=ts(Array['from'](this['_suggestions']['values']()));for(const _0xb5648a of _0x53abf1){const _0x3b4106=_0xb5648a['getRanges']();if(!this['editor']['model']['canEditAt'](_0x3b4106))return;}rs(this['editor']['model'],this['_command'],_0x53abf1);}}class B extends _0x35cb10{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x3be05c,_0x377a1f,_0x5b218c){super(_0x3be05c),this['_command']=_0x377a1f,this['_suggestions']=_0x5b218c,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x1c8a26=this['editor']['model']['document']['selection'],_0x26bc53=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x4477d6,_0x54bf32){const _0x25c8a0=Array['from'](_0x4477d6['getRanges']()),_0x3fe108=new Set();for(const _0x345776 of _0x54bf32)if(_0x345776['isInContent']){for(const _0x323a4d of _0x25c8a0)for(const _0x299f59 of _0x345776['getRanges']())(_0x323a4d['isIntersecting'](_0x299f59)||_0x4477d6['isCollapsed']&&!_0x345776['isMultiRange']&&_0x345776['next']&&_0x299f59['end']['isTouching'](_0x323a4d['start']))&&_0x3fe108['add'](_0x345776);}return _0x3fe108;}(_0x1c8a26,_0x26bc53),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x1fb897=ts(Array['from'](this['_selectedSuggestions']));for(const _0x4e4c5e of _0x1fb897){const _0x3c9882=_0x4e4c5e['getRanges']();if(!this['editor']['model']['canEditAt'](_0x3c9882))return;}rs(this['editor']['model'],this['_command'],_0x1fb897);}}class T extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x5d0a2d(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_originalSuggestionId'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x4ceafc,_0xb4d8e2){super(),this['id']=_0xb4d8e2['id'],this['type']=_0xb4d8e2['type'],this['subType']=_0xb4d8e2['subType']||null,this['author']=_0xb4d8e2['author'],this['creator']=_0xb4d8e2['creator']||_0xb4d8e2['author'],this['isExternal']=Boolean(_0xb4d8e2['attributes']&&_0xb4d8e2['attributes']['@external']),this['data']=null,this['_originalSuggestionId']=_0xb4d8e2['originalSuggestionId']||null,this['_model']=_0x4ceafc,this['_onAccept']=_0xb4d8e2['onAccept'],this['_onDiscard']=_0xb4d8e2['onDiscard'],this['_onAttributesChange']=_0xb4d8e2['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0xb4d8e2['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 _0x2bfea2=this;for(;_0x2bfea2['previous'];)_0x2bfea2=_0x2bfea2['previous'];return _0x2bfea2;}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'](_0x41fd11){this['_markerNames']['add'](_0x41fd11);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x37823c=>this['_model']['markers']['get'](_0x37823c))['filter'](_0x1a3e71=>_0x1a3e71);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x403a62=>{for(const _0x1ba2d3 of this['getMarkers']())_0x403a62['removeMarker'](_0x1ba2d3);}),this['_markerNames']['clear']();}['removeMarker'](_0x4f6a5b){this['_model']['change'](_0x52e64d=>{_0x52e64d['removeMarker'](_0x4f6a5b);}),this['_markerNames']['delete'](_0x4f6a5b);}['addRange'](_0x510dbe){const _0x479468='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+T['getMultiRangeId']();this['addMarkerName'](_0x479468),this['_model']['change'](_0xf22a87=>{_0xf22a87['addMarker'](_0x479468,{'range':_0x510dbe,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x5c9ffa){for(const _0xd5b4b8 of this['getRanges']())if(_0xd5b4b8['isIntersecting'](_0x5c9ffa))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0xf6aeb7=>_0xf6aeb7['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x4eac7f,_0x37bfdf)=>[..._0x4eac7f,..._0x37bfdf['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x37a5fb=this['getRanges']();if(0x1!=_0x37a5fb['length'])return null;const _0x339c05=_0x37a5fb[0x0],_0x3bdaa9=_0x339c05['start']['nodeAfter'],_0x5e5892=_0x339c05['end']['nodeBefore'];return _0x3bdaa9 instanceof _0x104dee?_0x3bdaa9!=_0x5e5892?null:_0x3bdaa9: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 _0x57ba14=[];let _0x422260=this['head'];for(;_0x422260;)_0x57ba14['push'](_0x422260),_0x422260=_0x422260['next'];return _0x57ba14;}['setAttribute'](_0x1e421b,_0x5659db){const _0x3a6ceb=_0x5390b7(this['attributes']);_0x43616e(_0x3a6ceb,_0x1e421b,_0x5659db),_0x29447a(_0x3a6ceb,this['attributes'])||(this['attributes']=_0x3a6ceb,this['_onAttributesChange'](_0x3a6ceb));}['removeAttribute'](_0xada0c9){const _0x577f4c=_0x5390b7(this['attributes']);_0x236eab(_0x577f4c,_0xada0c9),_0x29447a(_0x577f4c,this['attributes'])||(this['attributes']=_0x577f4c,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 _0x5cef89()['substr'](0x1,0x5);}}function o(_0x3c99bb,_0x1e50f6,_0x23f96a){const _0x5783b4=_0x3c99bb['t'],t=_0x3c99bb['t'];switch(_0x1e50f6){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',_0x23f96a);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x23f96a);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x23f96a);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x23f96a);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x23f96a);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',_0x23f96a);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x23f96a);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',_0x23f96a);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x23f96a);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x23f96a);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x23f96a);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x23f96a);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x23f96a);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x23f96a);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x23f96a);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x23f96a);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x23f96a);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x23f96a);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x23f96a);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x23f96a);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x23f96a);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x23f96a);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x23f96a);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x23f96a);case'*Set\x20table\x20type:*\x20%0':return t('*Set\x20table\x20type:*\x20%0',_0x23f96a);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'},_0x23f96a);case'ELEMENT_CONTENT_TABLE':return t({'string':'content\x20table','plural':'%0\x20content\x20tables','id':'ELEMENT_CONTENT_TABLE'},_0x23f96a);case'ELEMENT_LAYOUT_TABLE':return t({'string':'layout\x20table','plural':'%0\x20layout\x20tables','id':'ELEMENT_LAYOUT_TABLE'},_0x23f96a);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x23f96a);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x23f96a);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x23f96a);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x23f96a);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x23f96a);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'},_0x23f96a);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x23f96a);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x23f96a);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x23f96a);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x23f96a);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'},_0x23f96a);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x23f96a);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'},_0x23f96a);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'FORMAT_LINE_HEIGHT':return t({'string':'line\x20height','id':'FORMAT_LINE_HEIGHT'});case'FORMAT_TABLE_BORDER_COLOR':return t({'string':'table\x20border\x20color','id':'FORMAT_TABLE_BORDER_COLOR'});case'FORMAT_TABLE_BORDER_STYLE':return t({'string':'table\x20border\x20style','id':'FORMAT_TABLE_BORDER_STYLE'});case'FORMAT_TABLE_BORDER_WIDTH':return t({'string':'table\x20border\x20width','id':'FORMAT_TABLE_BORDER_WIDTH'});case'FORMAT_TABLE_ALIGNMENT':return t({'string':'table\x20alignment','id':'FORMAT_TABLE_ALIGNMENT'});case'FORMAT_TABLE_WIDTH':return t({'string':'table\x20width','id':'FORMAT_TABLE_WIDTH'});case'FORMAT_TABLE_HEIGHT':return t({'string':'table\x20height','id':'FORMAT_TABLE_HEIGHT'});case'FORMAT_TABLE_BACKGROUND_COLOR':return t({'string':'table\x20background\x20color','id':'FORMAT_TABLE_BACKGROUND_COLOR'});case'FORMAT_TABLE_CELL_BORDER_COLOR':return t({'string':'table\x20cell\x20border\x20color','id':'FORMAT_TABLE_CELL_BORDER_COLOR'});case'FORMAT_TABLE_CELL_BORDER_STYLE':return t({'string':'table\x20cell\x20border\x20style','id':'FORMAT_TABLE_CELL_BORDER_STYLE'});case'FORMAT_TABLE_CELL_BORDER_WIDTH':return t({'string':'table\x20cell\x20border\x20width','id':'FORMAT_TABLE_CELL_BORDER_WIDTH'});case'FORMAT_TABLE_CELL_PADDING':return t({'string':'table\x20cell\x20padding','id':'FORMAT_TABLE_CELL_PADDING'});case'FORMAT_TABLE_CELL_WIDTH':return t({'string':'table\x20cell\x20width','id':'FORMAT_TABLE_CELL_WIDTH'});case'FORMAT_TABLE_CELL_HEIGHT':return t({'string':'table\x20cell\x20height','id':'FORMAT_TABLE_CELL_HEIGHT'});case'FORMAT_TABLE_CELL_BACKGROUND_COLOR':return t({'string':'table\x20cell\x20background\x20color','id':'FORMAT_TABLE_CELL_BACKGROUND_COLOR'});case'FORMAT_TABLE_CELL_HORIZONTAL_ALIGNMENT':return t({'string':'table\x20cell\x20horizontal\x20alignment','id':'FORMAT_TABLE_CELL_HORIZONTAL_ALIGNMENT'});case'FORMAT_TABLE_CELL_VERTICAL_ALIGNMENT':return t({'string':'table\x20cell\x20vertical\x20alignment','id':'FORMAT_TABLE_CELL_VERTICAL_ALIGNMENT'});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'},_0x23f96a);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x23f96a);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'},_0x23f96a);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x23f96a);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'},_0x23f96a);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x23f96a);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x23f96a);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'},_0x23f96a);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x23f96a);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 _0x5783b4({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x23f96a);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x5783b4({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x23f96a);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x23f96a);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'},_0x23f96a);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'},_0x23f96a);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'},_0x23f96a);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x1e50f6;}}class x{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x5b94e1,_0x43a791){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x5b94e1,this['_locale']=_0x43a791;}['getDescriptions'](_0x50d6a0){const _0x34b69f=[],_0x44d90a=new Set(),_0x27ca53=new Set();for(let _0x4a37fd=0x0;_0x4a37fd<_0x50d6a0['length'];_0x4a37fd++){const _0x3a1ded=_0x50d6a0[_0x4a37fd];if(!_0x3a1ded['isInContent'])continue;const _0x361431=this['_handleCustomCallbackDescription'](_0x3a1ded);if(_0x361431){if(null!=_0x3a1ded['subType']){if(_0x44d90a['has'](_0x3a1ded['subType']))continue;_0x44d90a['add'](_0x3a1ded['subType']);}_0x34b69f['push'](_0x361431);}else{if('attribute'==_0x3a1ded['type']){const _0x2a49ca=_0x3a1ded['data']['key'];if(_0x27ca53['has'](_0x2a49ca))continue;_0x27ca53['add'](_0x3a1ded['data']['key']),_0x2a49ca==m?this['_handleRenameSuggestionDescription'](_0x34b69f,_0x3a1ded):this['_handleAttributeSuggestionDescription'](_0x34b69f,_0x3a1ded);continue;}'insertion'!=_0x3a1ded['type']&&'deletion'!=_0x3a1ded['type']||this['_handleInsertRemoveSuggestionDescription'](_0x34b69f,_0x3a1ded,_0x50d6a0[_0x4a37fd+0x1]);}}return this['_resolveDescriptionItems'](_0x34b69f);}['registerDescriptionCallback'](_0x42ec9c){this['_customCallbacks']['push'](_0x42ec9c);}['registerElementLabel'](_0x434080,_0x5b9f40,_0x1b67c9=_0x37a44a['normal']){'function'==typeof _0x434080?_0x1055e6(this['_itemLabelsCallbacks'],{'matchingCallback':_0x434080,'label':_0x5b9f40,'priority':_0x1b67c9}):this['_itemLabels']['set'](_0x434080,_0x5b9f40);}['registerAttributeLabel'](_0x2951d0,_0x474eaf){this['_attributeLabels']['set'](_0x2951d0,_0x474eaf);}['getItemLabel'](_0xce28de,_0x1ee11a=0x1){let _0x3a7485;for(const _0x55f032 of this['_itemLabelsCallbacks'])if(_0x55f032['matchingCallback'](_0xce28de)){_0x3a7485=_0x55f032['label'];break;}return _0x3a7485||(_0x3a7485=this['_itemLabels']['get'](_0xce28de['name'])),_0x3a7485?_0x3a7485(_0x1ee11a):0x1!==_0x1ee11a?_0x1ee11a+'\x20'+_0xce28de['name']+'s':''+_0xce28de['name'];}['_addDescriptionItems'](_0x529dc6,_0x4d9b65){const _0x1815fc=_0x4d9b65['getFirstRange']()['getWalker'](),_0x50e309='insertion'==_0x4d9b65['type']?'add':'remove';for(const _0x4cdb84 of _0x1815fc){const _0x49757a=_0x4cdb84['item'],_0x541207=_0x529dc6[_0x529dc6['length']-0x1];if(_0x49757a['is']('$textProxy'))_0x541207&&_0x541207['type']['indexOf']('Container')>-0x1&&_0x529dc6['pop'](),_0x541207&&'text'==_0x541207['type']?_0x541207[_0x50e309]+=_0x49757a['data']:_0x529dc6['push']({'type':'text','add':'add'==_0x50e309?_0x49757a['data']:'','remove':'remove'==_0x50e309?_0x49757a['data']:''});else{if(this['_schema']['isObject'](_0x49757a)){const _0x364552=_0x49757a;if(_0x541207&&_0x541207['type']['indexOf']('Container')>-0x1&&_0x529dc6['pop'](),'elementEnd'==_0x4cdb84['type'])continue;_0x541207&&_0x541207['type']==_0x50e309+'Object'&&_0x541207['element']['name']==_0x364552['name']?_0x541207['quantity']++:_0x529dc6['push']({'type':_0x50e309+'Object','element':_0x364552,'quantity':0x1}),_0x1815fc['skip'](_0x2eb839=>!('elementEnd'==_0x2eb839['type']&&_0x2eb839['item']==_0x49757a));}else{if(this['_schema']['checkChild'](_0x49757a,'$text')||_0x49757a['is']('element','softBreak')){const _0x594edc=_0x49757a;if('add'==_0x50e309&&'elementStart'==_0x4cdb84['type']||'remove'==_0x50e309&&'elementEnd'==_0x4cdb84['type'])continue;if(_0x541207&&-0x1==_0x541207['type']['indexOf']('Container')){'text'==_0x541207['type']&&(_0x541207[_0x50e309]+='\x0a');continue;}let _0x56dde1;if(_0x56dde1='add'==_0x50e309?_0x594edc['nextSibling']&&!this['_schema']['isObject'](_0x594edc['nextSibling'])?_0x594edc['nextSibling']:null:_0x594edc['previousSibling']&&!this['_schema']['isObject'](_0x594edc['previousSibling'])?_0x594edc['previousSibling']:null,_0x594edc['isEmpty']||_0x56dde1&&_0x56dde1['isEmpty']){const _0x4b97ab=_0x56dde1&&_0x56dde1['isEmpty']?_0x56dde1:_0x594edc;_0x541207&&_0x541207['type']==_0x50e309+'EmptyContainer'&&_0x541207['element']['name']==_0x4b97ab['name']?_0x541207['quantity']++:_0x529dc6['push']({'type':_0x50e309+'EmptyContainer','element':_0x4b97ab,'quantity':0x1});}else _0x529dc6['push']({'type':_0x50e309+'Container','element':_0x594edc});}}}}}['_resolveDescriptionItems'](_0x616c7f){const _0x18c36c=this['_locale'],_0x15d9ab=[],_0x4e4db0=[],_0x2ac43d=[];for(const _0x2e3de7 of _0x616c7f)switch(_0x2e3de7['type']){case'text':if(_0x2e3de7['add']=_0x2e3de7['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x2e3de7['remove']=_0x2e3de7['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x2e3de7['add']&&''!=_0x2e3de7['remove']){_0x15d9ab['push']({'type':'replace','content':o(_0x18c36c,'REPLACE_TEXT',['\x22'+_0x2e3de7['remove']+'\x22','\x22'+_0x2e3de7['add']+'\x22'])});continue;}if(null!=_0x2e3de7['add']['match'](/^ +$/)){_0x15d9ab['push']({'type':'insertion','content':o(_0x18c36c,'*Insert:*\x20%0',o(_0x18c36c,'ELEMENT_SPACE',_0x2e3de7['add']['length']))});continue;}if(null!=_0x2e3de7['remove']['match'](/^ +$/)){_0x15d9ab['push']({'type':'deletion','content':o(_0x18c36c,'*Remove:*\x20%0',o(_0x18c36c,'ELEMENT_SPACE',_0x2e3de7['remove']['length']))});continue;}if(''!=_0x2e3de7['add']){_0x15d9ab['push']({'type':'insertion','content':o(_0x18c36c,'*Insert:*\x20%0','\x22'+_0x2e3de7['add']+'\x22')});continue;}_0x15d9ab['push']({'type':'deletion','content':o(_0x18c36c,'*Remove:*\x20%0','\x22'+_0x2e3de7['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x15d9ab['push']({'type':'insertion','content':o(_0x18c36c,'*Insert:*\x20%0',this['getItemLabel'](_0x2e3de7['element'],_0x2e3de7['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x15d9ab['push']({'type':'deletion','content':o(_0x18c36c,'*Remove:*\x20%0',this['getItemLabel'](_0x2e3de7['element'],_0x2e3de7['quantity']))});continue;case'addContainer':_0x15d9ab['push']({'type':'insertion','content':o(_0x18c36c,'*Split:*\x20%0',this['getItemLabel'](_0x2e3de7['element'],_0x2e3de7['quantity']))});continue;case'removeContainer':_0x15d9ab['push']({'type':'deletion','content':o(_0x18c36c,'*Merge:*\x20%0',this['getItemLabel'](_0x2e3de7['element'],_0x2e3de7['quantity']))});continue;case'addFormat':_0x4e4db0['push'](_0x2e3de7['key']);continue;case'removeFormat':_0x2ac43d['push'](_0x2e3de7['key']);continue;default:_0x15d9ab['push'](_0x2e3de7);}if(_0x4e4db0['length']){const _0x225250=_0x4e4db0['map'](_0x41da96=>this['_attributeLabels']['has'](_0x41da96)?this['_attributeLabels']['get'](_0x41da96):_0x41da96)['join'](',\x20');_0x15d9ab['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x225250)});}if(_0x2ac43d['length']){const _0x1ee17b=_0x2ac43d['map'](_0x38cd75=>this['_attributeLabels']['has'](_0x38cd75)?this['_attributeLabels']['get'](_0x38cd75):_0x38cd75)['join'](',\x20');_0x15d9ab['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x1ee17b)});}return _0x15d9ab;}['_handleCustomCallbackDescription'](_0x5c496f){for(const _0x342d9a of this['_customCallbacks']){const _0x4cb0ad=_0x342d9a(_0x5c496f);if(_0x4cb0ad&&'type'in _0x4cb0ad)return _0x4cb0ad;}}['_handleAttributeSuggestionDescription'](_0x31d105,_0x46cf37){const _0x482ccb=_0x46cf37['data'],_0x4d12f9=void 0x0===_0x482ccb['newValue']?'removeFormat':'addFormat';_0x31d105['push']({'type':_0x4d12f9,'key':_0x482ccb['key']});}['_handleRenameSuggestionDescription'](_0x333713,_0x5c4582){_0x333713['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x5c4582['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x5ad6a7,_0x25aebc,_0xee6d18){if(this['_addDescriptionItems'](_0x5ad6a7,_0x25aebc),_0xee6d18&&_0xee6d18['getFirstRange']()&&!_0x25aebc['getFirstRange']()['end']['isEqual'](_0xee6d18['getFirstRange']()['start'])){const _0x4d1c19=_0x5ad6a7[_0x5ad6a7['length']-0x1],_0x462ce='insertion'==_0x25aebc['type']?'add':'remove';_0x4d1c19&&'text'==_0x4d1c19['type']&&(_0x4d1c19[_0x462ce]+='\x0a');}}}class O extends _0x3d96fc{['afterInit'](){const _0x3d93f0=this['editor'],_0x3ed45f=_0x3d93f0['plugins']['get']('TrackChangesEditing');_0x3d93f0['commands']['get']('showAIAssistant')&&_0x3ed45f['enableCommand']('showAIAssistant');}}class E extends _0x3d96fc{['afterInit'](){const _0x668bcc=this['editor'],_0x581218=_0x668bcc['locale'];if(!_0x668bcc['plugins']['has']('AlignmentEditing'))return;const _0x1937b6=_0x668bcc['plugins']['get']('TrackChangesEditing');_0x1937b6['enableDefaultAttributesIntegration']('alignment'),_0x1937b6['registerBlockAttribute']('alignment'),_0x1937b6['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x581218,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x180c7b=this['editor'],_0x88c7db=_0x180c7b['locale'];_0x180c7b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x733d6b=>{if('formatBlock'!=_0x733d6b['type'])return;const {data:_0x2b6d8d}=_0x733d6b;if(_0x2b6d8d&&'alignment'==_0x2b6d8d['commandName']){const _0x22fb6b=_0x2b6d8d['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x88c7db,'*Format:*\x20%0',function(_0x10c918){switch(_0x10c918){case'left':return o(_0x88c7db,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x88c7db,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x88c7db,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x88c7db,'FORMAT_JUSTIFY_TEXT');}}(_0x22fb6b))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class R extends _0x3d96fc{['afterInit'](){const _0x43c37b=this['editor'],_0x12aee6=_0x43c37b['plugins']['get']('TrackChangesEditing'),_0x2112d3=_0x43c37b['locale'];for(const _0x3eb245 of ti){if(!_0x43c37b['plugins']['has'](_0x3eb245))continue;const _0x1727c7=_0x3eb245['slice'](0x0,-0x7)['toLowerCase'](),_0x15120e='FORMAT_'+_0x1727c7['toUpperCase']();_0x12aee6['enableDefaultAttributesIntegration'](_0x1727c7),_0x12aee6['registerInlineAttribute'](_0x1727c7),_0x12aee6['descriptionFactory']['registerAttributeLabel'](_0x1727c7,o(_0x2112d3,_0x15120e));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x10c8bf=this['editor'],_0x16fc50=_0x10c8bf['locale'],_0x5a5310=_0x10c8bf['plugins']['get']('TrackChangesEditing');function _0x22b147(_0x43ed67,_0x431721){_0x5a5310['descriptionFactory']['registerDescriptionCallback'](_0xf00f08=>{if('formatInline'!=_0xf00f08['type'])return;const {data:_0x344289}=_0xf00f08;return _0x344289&&_0x344289['commandName']===_0x43ed67?_0x344289['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x16fc50,'*Format:*\x20%0',_0x431721)}:{'type':'format','content':o(_0x16fc50,'*Remove\x20format:*\x20%0',_0x431721)}:void 0x0;});}_0x22b147('bold',o(_0x16fc50,'FORMAT_BOLD')),_0x22b147('italic',o(_0x16fc50,'FORMAT_ITALIC')),_0x22b147('underline',o(_0x16fc50,'FORMAT_UNDERLINE')),_0x22b147('code',o(_0x16fc50,'FORMAT_CODE')),_0x22b147('strikethrough',o(_0x16fc50,'FORMAT_STRIKETHROUGH')),_0x22b147('subscript',o(_0x16fc50,'FORMAT_SUBSCRIPT')),_0x22b147('superscript',o(_0x16fc50,'FORMAT_SUPERSCRIPT'));}}class U extends _0x3d96fc{['afterInit'](){const _0x1699a3=this['editor'],_0x319116=_0x1699a3['locale'];if(!_0x1699a3['plugins']['has']('BlockQuoteEditing'))return;const _0x52f6e8=_0x1699a3['plugins']['get']('TrackChangesEditing'),_0x2523d0=this['editor']['commands']['get']('blockQuote');_0x52f6e8['enableCommand']('blockQuote',(_0x21f53e,_0x2cddad={})=>{const _0x30373d=this['editor']['model']['document']['selection'],_0x15a4f6=_0x2cddad&&void 0x0!==_0x2cddad['forceValue']?_0x2cddad['forceValue']:!_0x2523d0['value'];let _0x32f1d2=[];if(_0x15a4f6){const _0x2a1103=Array['from'](_0x30373d['getSelectedBlocks']())['filter'](_0x3cfd62=>oo(_0x3cfd62)||function(_0x5b4ebe,_0x3e93fe){const _0x2c5959=_0x3e93fe['checkChild'](_0x5b4ebe['parent'],'blockQuote'),_0x39a74b=_0x3e93fe['checkChild'](['$root','blockQuote'],_0x5b4ebe);return _0x2c5959&&_0x39a74b;}(_0x3cfd62,this['editor']['model']['schema']));_0x32f1d2=to(_0x2a1103,_0x1699a3['model']);}else{const _0x4b6708=Array['from'](_0x30373d['getSelectedBlocks']())['filter'](_0x3b7625=>oo(_0x3b7625));_0x32f1d2=to(_0x4b6708,_0x1699a3['model']);}_0x1699a3['model']['change'](()=>{for(const _0x8ecc7 of _0x32f1d2)_0x52f6e8['markBlockFormat'](_0x8ecc7,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x15a4f6}]});});}),_0x52f6e8['descriptionFactory']['registerDescriptionCallback'](_0x5c3ffd=>{const {data:_0x49cfb9}=_0x5c3ffd;if(_0x49cfb9&&'blockQuote'==_0x49cfb9['commandName']){const _0x1c9616=o(_0x319116,'ELEMENT_BLOCK_QUOTE');return _0x49cfb9['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x319116,'*Set\x20format:*\x20%0',_0x1c9616)}:{'type':'format','content':o(_0x319116,'*Remove\x20format:*\x20%0',_0x1c9616)};}});}}function oo(_0x31391b){return'blockQuote'==_0x31391b['parent']['name'];}class V extends _0x3d96fc{['afterInit'](){const _0x5f57ad=this['editor'],_0x4d1fee=_0x5f57ad['locale'],_0x28b5cc=_0x5f57ad['plugins']['get']('TrackChangesEditing');_0x5f57ad['plugins']['has']('BookmarkEditing')&&(_0x28b5cc['enableCommand']('insertBookmark'),_0x28b5cc['enableDefaultAttributesIntegration']('updateBookmark'),_0x28b5cc['registerBlockAttribute']('bookmarkId'),_0x28b5cc['descriptionFactory']['registerDescriptionCallback'](_0x3044be=>{if('insertion'!=_0x3044be['type']&&'deletion'!=_0x3044be['type']&&'attribute'!=_0x3044be['type'])return;const _0x13471b=_0x3044be['getContainedElement']();if(null==_0x13471b)return;if(!_0x13471b['is']('element','bookmark'))return;const _0x53c092=_0x13471b['getAttribute']('bookmarkId');if('insertion'==_0x3044be['type'])return{'type':'insertion','content':o(_0x4d1fee,'*Insert:*\x20%0','\x22'+_0x53c092+'\x22\x20'+o(_0x4d1fee,'ELEMENT_BOOKMARK'))};if('deletion'==_0x3044be['type'])return{'type':'deletion','content':o(_0x4d1fee,'*Remove:*\x20%0','\x22'+_0x53c092+'\x22\x20'+o(_0x4d1fee,'ELEMENT_BOOKMARK'))};const {data:_0x449c79}=_0x3044be;if(!_0x449c79||'bookmarkId'!=_0x449c79['key'])return;return{'type':'format','content':o(_0x4d1fee,'*Set\x20bookmark:*\x20%0','\x22'+_0x449c79['newValue']+'\x22')};}));}}class F extends _0x3d96fc{['afterInit'](){const _0x54e297=this['editor'];_0x54e297['plugins']['has']('CaseChange')&&(_0x54e297['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x54e297['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x54e297['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class G extends _0x3d96fc{['afterInit'](){const _0x4573d5=this['editor'];_0x4573d5['commands']['get']('ckbox')&&_0x4573d5['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class L extends _0x3d96fc{['afterInit'](){const _0x39f5c9=this['editor'];if(!_0x39f5c9['plugins']['has']('CodeBlock'))return;const _0x4bc203=_0x39f5c9['plugins']['get']('TrackChangesEditing'),_0x17fea4=_0x39f5c9['locale'],_0x3a3b77=_0x39f5c9['config']['get']('codeBlock')['languages'],_0x14f50b=_0x39f5c9['commands']['get']('codeBlock');_0x4bc203['enableCommand']('indentCodeBlock'),_0x4bc203['enableCommand']('outdentCodeBlock'),_0x4bc203['enableCommand']('codeBlock',(_0x4e324c,_0x2126ec={})=>{const _0x319498=_0x39f5c9['model'],_0x566371=_0x39f5c9['model']['document']['selection'],_0x59a051=_0x2126ec&&void 0x0!==_0x2126ec['forceValue']?_0x2126ec['forceValue']:!_0x14f50b['value'];let _0x371806;_0x2126ec['language']||(_0x2126ec['language']=_0x3a3b77[0x0]['language']),_0x371806=_0x59a051?Array['from'](_0x566371['getSelectedBlocks']())['filter'](_0x33fb69=>co(_0x33fb69)||function(_0x4cf584,_0x56a047){if(_0x4cf584['is']('rootElement')||_0x56a047['isLimit'](_0x4cf584))return!0x1;return _0x56a047['checkChild'](_0x4cf584['parent'],'codeBlock');}(_0x33fb69,_0x319498['schema'])):Array['from'](_0x566371['getSelectedBlocks']())['filter'](_0x5dcbdf=>co(_0x5dcbdf));const _0x612e69=to(_0x371806,_0x319498);_0x319498['change'](()=>{for(const _0xefb285 of _0x612e69)_0x4bc203['markBlockFormat'](_0xefb285,{'commandName':'codeBlock','commandParams':[{..._0x2126ec,'forceValue':_0x59a051}],'formatGroupId':'blockName'});});}),(_0x4bc203['descriptionFactory']['registerElementLabel']('codeBlock',_0x12c620=>o(_0x17fea4,'ELEMENT_CODE_BLOCK',_0x12c620)),_0x4bc203['descriptionFactory']['registerDescriptionCallback'](_0xb82447=>{if('formatBlock'!=_0xb82447['type'])return;const _0x1ac757=_0x17fea4['t'],{data:_0x4dbdad}=_0xb82447;if(!_0x4dbdad||'codeBlock'!=_0x4dbdad['commandName'])return;const _0x413df6=_0x4dbdad['commandParams'][0x0]['language'],_0x329b45=_0x1ac757(_0x3a3b77['find'](_0x101232=>_0x101232['language']===_0x413df6)['label'])['toLowerCase']();return _0x4dbdad['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x17fea4,'*Set\x20format:*\x20%0',o(_0x17fea4,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x329b45+')')}:{'type':'format','content':o(_0x17fea4,'*Remove\x20format:*\x20%0',o(_0x17fea4,'ELEMENT_CODE_BLOCK',0x1))};}));}}function co(_0x56eec0){return'codeBlock'==_0x56eec0['name'];}class J extends _0x3d96fc{['afterInit'](){const _0x159877=this['editor'];if(!_0x159877['plugins']['has']('CommentsEditing'))return;_0x159877['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x15efc7,_0xf7cdb4,_0x53e933){const _0xa9598f=[];for(const _0x1ff17d of _0xf7cdb4['getItems']())_0x1ff17d['hasAttribute'](_0x15efc7)&&_0xa9598f['push'](_0x53e933['createRangeOn'](_0x1ff17d));return _0xa9598f;}function De(_0x1b8a86,_0x236049,{showActiveMarker:_0x1bf76e=!0x0}={}){const _0xe425c6=_0x1b8a86['plugins']['get']('TrackChangesEditing');return(_0x9d3327,_0x40f09d,_0x310f57)=>{if(!_0x310f57['consumable']['test'](_0x40f09d['markerRange'],_0x9d3327['name']))return;const _0x5a834a=_0x40f09d['markerRange']['getWalker'](),_0x4d263d=_0x40f09d['markerRange']['start'],_0x5f29e0=_0x1b8a86['model']['schema'];let _0x287d1d=null,_0x140a43=null,_0x1e63da=!0x1,_0x5667bb=!0x1;for(const _0x262ba6 of _0x5a834a){const _0x59825e=_0x262ba6['item'];_0x1e63da=_0x1e63da||_0x5f29e0['isContent'](_0x59825e);const _0x245a8d=_0x310f57['mapper']['toViewElement'](_0x59825e);if(_0x245a8d&&_0x245a8d['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x262ba6['type']&&(_0x5f29e0['isBlock'](_0x59825e)&&!_0x5f29e0['isLimit'](_0x59825e)&&(_0x59825e['nextSibling']||_0x4d263d['isAtEnd']?_0x287d1d&&_0x287d1d['parent']==_0x59825e||(_0x287d1d=_0x59825e,_0x596cf2(_0x262ba6['previousPosition']),_0x5667bb=!0x0):_0x140a43=_0x140a43||_0x262ba6['previousPosition']));}function _0x596cf2(_0x26d705){const {id:_0xf0631,authorId:_0x38d771}=_0xe425c6['_splitMarkerName'](_0x40f09d['markerName']),_0x5ad1b3=_0x310f57['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x236049,'data-suggestion':_0xf0631,'data-author-id':_0x38d771}),_0xffffe4=_0x310f57['mapper']['toViewPosition'](_0x26d705);_0x1bf76e&&_0xe425c6['activeMarkers']['includes'](_0x40f09d['markerName'])&&_0x310f57['writer']['addClass']('ck-suggestion-marker--active',_0x5ad1b3),_0x310f57['writer']['insert'](_0xffffe4,_0x5ad1b3),_0x310f57['mapper']['bindElementToMarker'](_0x5ad1b3,_0x40f09d['markerName']);}_0x1e63da||_0x5667bb||!_0x140a43||_0x596cf2(_0x140a43);};}class K extends _0x3d96fc{static get['requires'](){return[_0x423bd8];}['init'](){const _0x53b4fb=this['editor'],_0x2e7426=_0x53b4fb['plugins']['get']('TrackChangesEditing');_0x2e7426['enableCommand']('delete');const _0x20491b=_0x53b4fb['commands']['get']('deleteForward');_0x2e7426['enableCommand']('deleteForward',(_0x1822c4,_0x538423={})=>{const _0xc29ea5=_0x53b4fb['model']['createSelection'](_0x53b4fb['model']['document']['selection']);_0xc29ea5['isCollapsed']&&_0x53b4fb['model']['modifySelection'](_0xc29ea5,{'direction':'forward','unit':_0x538423['unit']});const _0x5f107f=_0xc29ea5['getFirstRange'](),_0x3b7b46=_0x2e68e7['fromRange'](_0x5f107f);let _0x4e5c4d;_0x1822c4(_0x538423),_0x4e5c4d='$graveyard'==_0x3b7b46['root']['rootName']?_0x53b4fb['model']['createRange'](_0x5f107f['start']):_0x53b4fb['model']['createRange'](_0x3b7b46['start'],_0x3b7b46['end']),_0x3b7b46['detach'](),_0x53b4fb['model']['enqueueChange'](_0x20491b['buffer']['batch'],_0x12ce17=>{_0x20491b['buffer']['lock'](),_0x12ce17['setSelection'](_0x12ce17['createRange'](_0x4e5c4d['end'])),_0x20491b['buffer']['unlock']();});}),_0x53b4fb['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',De(_0x53b4fb,'merge'),{'priority':'high'}),_0x53b4fb['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x21bdf1,_0x135b0b,_0x161e76)=>{_0x161e76['options']['showSuggestionHighlights']&&De(_0x53b4fb,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x21bdf1,_0x135b0b,_0x161e76);},{'priority':'high'}),_0x53b4fb['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x2723c6,_0x24f1b5,_0x551e43)=>{const _0x32f470=_0x551e43['mapper']['markerNameToElements'](_0x24f1b5['markerName']);if(_0x32f470){for(const _0x43c4a5 of _0x32f470)_0x43c4a5['is']('uiElement')&&(_0x551e43['mapper']['unbindElementFromMarkerName'](_0x43c4a5,_0x24f1b5['markerName']),_0x551e43['writer']['remove'](_0x43c4a5));}},{'priority':'high'});}}class H extends _0x3d96fc{['afterInit'](){const _0x4f7d97=this['editor'];if(!_0x4f7d97['plugins']['has']('ListEditing'))return;const _0x17502f=_0x4f7d97['locale'],_0x5557ea=_0x4f7d97['plugins']['get']('TrackChangesEditing'),_0x44db6d=_0x4f7d97['plugins']['has']('TodoListEditing'),_0xc91aa5=!!_0x4f7d97['config']['get']('list.multiBlock');function _0x22e5b4(_0x164328){return{'type':'format','content':''+o(_0x17502f,'*Set\x20format:*\x20%0',_0x164328)};}function _0x1197dc(_0x3023f6){return{'type':'format','content':''+o(_0x17502f,'*Remove\x20format:*\x20%0',_0x3023f6)};}_0x5557ea['enableDefaultAttributesIntegration']('numberedList'),_0x5557ea['enableDefaultAttributesIntegration']('bulletedList'),_0x5557ea['enableDefaultAttributesIntegration']('customNumberedList'),_0x5557ea['enableDefaultAttributesIntegration']('customBulletedList'),_0x5557ea['enableDefaultAttributesIntegration']('indentList'),_0x5557ea['enableDefaultAttributesIntegration']('outdentList'),_0x5557ea['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x5557ea['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x5557ea['registerBlockAttribute']('listItemId'),_0x5557ea['registerBlockAttribute']('listType'),_0x5557ea['registerBlockAttribute']('listIndent'),_0xc91aa5&&(_0x5557ea['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x5557ea['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x44db6d&&(_0x5557ea['enableDefaultAttributesIntegration']('todoList'),_0x5557ea['enableDefaultAttributesIntegration']('checkTodoList'),_0x5557ea['registerBlockAttribute']('todoListChecked'),_0x5557ea['descriptionFactory']['registerDescriptionCallback'](_0x4670c8=>{const {data:_0x2164d}=_0x4670c8;if(_0x2164d&&'todoListChecked'==_0x2164d['key'])return{'type':'format','content':_0x2164d['newValue']?o(_0x17502f,'*Check\x20item*'):o(_0x17502f,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x9db139=>{if(_0x9db139['batch']['isUndo'])return!0x1;let _0x40cdb5=!0x1;const _0x230d04=_0x5557ea['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x102913=>'todoListChecked'===_0x5557ea['_getAttributeKey'](_0x102913));for(const _0x4042ea of _0x230d04){'todo'!=_0x4042ea['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x5557ea['_findSuggestions'](_0x4042ea['getFirstRange'](),'attribute')['find'](_0x4c44fb=>'listType'===_0x5557ea['_getAttributeKey'](_0x4c44fb['suggestion']))||(_0x9db139['removeMarker'](_0x4042ea['getFirstMarker']()),_0x40cdb5=!0x0));}return _0x40cdb5;})),_0x5557ea['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x17502f,'FORMAT_INDENT'));const _0x3e51e9={'type':'format','content':''};_0x5557ea['descriptionFactory']['registerDescriptionCallback'](_0x4db68b=>{const {data:_0x4023fd}=_0x4db68b;if(!_0x4023fd||'listType'!=_0x4023fd['key'])return;let _0x3475ea=_0x4db68b['head'];for(;_0x3475ea;){if(_0x3475ea['data']&&(('listStyle'==_0x3475ea['data']['key']||'listMarkerStyle'==_0x3475ea['data']['key'])&&(_0x3475ea['data']['newValue']&&'default'!=_0x3475ea['data']['newValue']||'default'!=_0x3475ea['data']['oldValue']&&!_0x4023fd['newValue'])||!_0xc91aa5&&_0x3475ea['data']['key']==m))return _0x3e51e9;_0x3475ea=_0x3475ea['next'];}if(null==_0x4023fd['newValue'])switch(_0x4023fd['oldValue']){case'bulleted':return _0x1197dc(o(_0x17502f,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1197dc(o(_0x17502f,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1197dc(o(_0x17502f,'ELEMENT_TODO_LIST'));}switch(_0x4023fd['newValue']){case'bulleted':return _0x22e5b4(o(_0x17502f,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x22e5b4(o(_0x17502f,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x22e5b4(o(_0x17502f,'ELEMENT_TODO_LIST'));}}),_0x5557ea['descriptionFactory']['registerDescriptionCallback'](_0x283192=>{const {data:_0xd72e53}=_0x283192;if(_0xd72e53&&'listIndent'==_0xd72e53['key'])return null==_0xd72e53['newValue']||null==_0xd72e53['oldValue']&&0x0==_0xd72e53['newValue']?_0x3e51e9:void 0x0;}),_0x5557ea['descriptionFactory']['registerDescriptionCallback'](_0x215e34=>{if('attribute'!=_0x215e34['type'])return;const {data:_0x15b0ee}=_0x215e34;if(!_0x15b0ee||'listItemId'!=_0x15b0ee['key'])return;const _0x35cc71=Te(_0x215e34);return'newValue'==_0x35cc71?{'type':'format','content':o(_0x17502f,'*Merge:*\x20list\x20item')}:'oldValue'==_0x35cc71?{'type':'format','content':o(_0x17502f,'*Split:*\x20list\x20item')}:_0x3e51e9;}),_0x4f7d97['model']['document']['registerPostFixer'](_0x7a172b=>this['listItemIdFixer'](_0x7a172b)),_0x4f7d97['model']['document']['registerPostFixer'](_0x22b40f=>this['noTrackChangesFixer'](_0x22b40f)),_0x4f7d97['model']['document']['on']('change:data',(_0x593f5e,_0x438ec8)=>{if(_0x438ec8['isUndo']||!_0x438ec8['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x71ddce){if(_0x71ddce['batch']['isUndo']||!_0x71ddce['batch']['isLocal'])return!0x1;let _0x412b9d=!0x1;const _0x1c1697=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5b34bc=>_0x5b34bc['data']&&'listItemId'==_0x5b34bc['data']['key'])['filter'](_0x511206=>_0x511206['data']['newValue']&&_0x511206['data']['oldValue']);for(const _0x3b8c76 of _0x1c1697)Te(_0x3b8c76)||(_0x71ddce['removeMarker'](_0x3b8c76['getFirstMarker']()),_0x412b9d=!0x0);return _0x412b9d;}['noTrackChangesFixer'](_0x2ebee9){if(_0x2ebee9['batch']['isUndo']||!_0x2ebee9['batch']['isLocal'])return!0x1;const _0x3a3e90=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x3a3e90['trackChangesCommand']['value'])return!0x1;let _0x5723b0=!0x1;const _0x459f78=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x3b7949=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x1a489d=>'attribute'==_0x1a489d['type'])['filter'](_0x1e847a=>_0x459f78['includes'](_0x1e847a['attributeKey']));if(0x0==_0x3b7949['length'])return _0x5723b0;for(const _0x5831bb of _0x3b7949){const _0x52c167=_0x3a3e90['_findSuggestions'](_0x5831bb['range'],'attribute')['filter'](_0x28eed7=>!_0x28eed7['meta']['isNextTo'])['map'](_0x567706=>_0x567706['suggestion'])['filter'](_0x2e3fe1=>{const _0x41804a=_0x3a3e90['_getAttributeKey'](_0x2e3fe1);return _0x459f78['includes'](_0x41804a);});if(_0x52c167['length']){for(const _0x872c58 of _0x52c167)_0x2ebee9['removeMarker'](_0x872c58['getFirstMarker']());_0x5723b0=!0x0;}}return _0x5723b0;}['assureChains'](){const _0x5012f3=this['editor']['plugins']['get']('TrackChangesEditing'),_0xdc1bdc=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x5be9c8;const _0x3cf781=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x2062ef=>{if(_0x2062ef['data']['oldRange']||!_0x2062ef['data']['newRange'])return null;if(!_0x2062ef['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x61416e}=_0x5012f3['_splitMarkerName'](_0x2062ef['name']);if(!_0x5012f3['hasSuggestion'](_0x61416e))return null;const _0x228fb1=_0x5012f3['getSuggestion'](_0x61416e);return _0xdc1bdc['includes'](_0x228fb1['data']['key']);})['map'](_0x1bb8f7=>{const {id:_0x3f1799}=_0x5012f3['_splitMarkerName'](_0x1bb8f7['name']),_0x4c8130=_0x5012f3['getSuggestion'](_0x3f1799);return _0x5be9c8=_0x4c8130['attributes']['groupId'],_0x4c8130['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x3cf781['size'])return;const _0x53705a=_0x5012f3['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1640c5=>'attribute'==_0x1640c5['type']&&_0x1640c5['data']&&_0xdc1bdc['includes'](_0x1640c5['data']['key'])&&_0x1640c5['attributes']['groupId']!=_0x5be9c8)['map'](_0x1c8972=>({'listItem':_0x1c8972['getFirstRange']()['start']['nodeAfter'],'groupId':_0x1c8972['attributes']['groupId']})),_0x4e3912=new Set();for(const {groupId:_0x4ba3ca,listItem:_0x14411a}of _0x53705a)_0x3cf781['has'](_0x14411a)&&_0x4e3912['add'](_0x4ba3ca);for(const _0x1fe64b of _0x5012f3['getSuggestions']())_0x4e3912['has'](_0x1fe64b['attributes']['groupId'])&&_0x1fe64b['setAttribute']('groupId',_0x5be9c8);}['_supportLegacySuggestions'](){const _0x5e6b98=this['editor'],_0x4bff94=_0x5e6b98['locale'],_0x26d597=_0x5e6b98['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x26d597['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x2e21b3,_0x1907fc){const _0x479f79=[];for(let _0x55d489 of _0x2e21b3)_0x55d489['start']['nodeAfter']===_0x55d489['end']['parent']&&(_0x55d489=_0x5e6b98['model']['createRange'](_0x5e6b98['model']['createPositionAt'](_0x55d489['start']['nodeAfter'],0x0))),_0x479f79['push'](_0x55d489);_0x5e6b98['model']['change'](_0x2c6a77=>{const _0x5d73ef=_0x5e6b98['model']['document']['selection'],_0x4d5eab=Array['from'](_0x5d73ef['getRanges']())['map'](_0xf013f3=>_0x2e68e7['fromRange'](_0xf013f3));_0x2c6a77['setSelection'](_0x479f79),_0x5e6b98['commands']['get'](_0x1907fc['commandName'])['refresh'](),_0x1907fc['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x5e6b98['execute'](_0x1907fc['commandName'],..._0x1907fc['commandParams']),_0x2c6a77['setSelection'](_0x4d5eab);for(const _0x3efde4 of _0x4d5eab)_0x3efde4['detach']();});}),_0x26d597['descriptionFactory']['registerElementLabel'](function(_0x54f15d){const _0x5ad121=!_0x5e6b98['model']['schema']['isObject'](_0x54f15d),_0x4eee5d=_0x54f15d['previousSibling'],_0x4ed837=_0x54f15d['nextSibling'],_0x5e3672=_0x54f15d['getAttribute']('listItemId'),_0x4f588d=!_0x4eee5d||_0x4eee5d['getAttribute']('listItemId')!==_0x5e3672,_0x41aca9=!_0x4ed837||_0x4ed837['getAttribute']('listItemId')!==_0x5e3672;return _0x5ad121&&Boolean(_0x5e3672)&&_0x4f588d&&_0x41aca9;},_0x4fe459=>o(_0x4bff94,'ELEMENT_LIST_ITEM',_0x4fe459));}['_registerLegacyDescription'](){const _0x4ea8f9=this['editor'],_0x23e9d7=_0x4ea8f9['locale'];function _0x3e7fa7(_0x3a8e9){const _0x12aaee=_0x4ea8f9['commands']['get']('bulletedList')['value'],_0x29f479=_0x4ea8f9['commands']['get']('numberedList')['value'];return'numberedList'===_0x3a8e9?_0x12aaee:_0x29f479;}_0x4ea8f9['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x1d5216){if('formatBlock'!=_0x1d5216['type'])return;const {data:_0x56f22d}=_0x1d5216;if(!_0x56f22d)return;let _0x2f3d7a,_0x5e9b2f,_0x513bab,_0x1701f7;switch(_0x56f22d['commandName']){case'bulletedList':_0x513bab=_0x56f22d['commandParams'][0x0]['forceValue'],_0x1701f7=_0x3e7fa7(_0x56f22d['commandName']),_0x2f3d7a=_0x513bab?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x1701f7&&_0x4ea8f9['config']['get']('list.multiBlock')||(_0x2f3d7a='*Change\x20to:*\x20%0'),_0x5e9b2f={'type':'format','content':o(_0x23e9d7,_0x2f3d7a,o(_0x23e9d7,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x513bab=_0x56f22d['commandParams'][0x0]['forceValue'],_0x1701f7=_0x3e7fa7(_0x56f22d['commandName']),_0x2f3d7a=_0x513bab?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x1701f7&&_0x4ea8f9['config']['get']('list.multiBlock')||(_0x2f3d7a='*Change\x20to:*\x20%0'),_0x5e9b2f={'type':'format','content':o(_0x23e9d7,_0x2f3d7a,o(_0x23e9d7,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x2f3d7a='*Indent:*\x20%0',_0x5e9b2f={'type':'format','content':o(_0x23e9d7,_0x2f3d7a,o(_0x23e9d7,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x2f3d7a=function(_0xdca33f){const _0x1a8119=_0xdca33f['getFirstRange']();let _0x39aacb=_0x1a8119['start']['nodeAfter'];for(;_0x39aacb&&_0x1a8119['containsItem'](_0x39aacb);){if(_0x39aacb['getAttribute']('listIndent')>0x0)return!0x1;_0x39aacb=_0x39aacb['nextSibling'];}return!0x0;}(_0x1d5216)?o(_0x23e9d7,'*Format:*\x20remove\x20from\x20%0',o(_0x23e9d7,function(_0x453c22){return'ELEMENT_'+_0x453c22['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x1d5216))):o(_0x23e9d7,'*Outdent:*\x20%0',o(_0x23e9d7,'ELEMENT_LIST_ITEM')),_0x5e9b2f={'type':'format','content':_0x2f3d7a};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x56f22d['multipleBlocks']&&(_0x2f3d7a='*Merge:*\x20%0',_0x5e9b2f={'type':'deletion','content':o(_0x23e9d7,_0x2f3d7a,o(_0x23e9d7,'ELEMENT_LIST_ITEM'))});}return _0x5e9b2f;});}}function Te(_0x3eef0f){let _0x33fb35=_0x3eef0f['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x33fb35;){const _0x16b87b=_0x33fb35['getAttribute']('listItemId');if(!_0x16b87b)return!0x1;if(_0x16b87b==_0x3eef0f['data']['newValue'])return'newValue';if(_0x16b87b==_0x3eef0f['data']['oldValue'])return'oldValue';_0x33fb35=_0x33fb35['previousSibling'];}return!0x1;}class q extends _0x3d96fc{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x33e9e4=this['editor']['config']['get']('list.properties'),_0x176869=this['editor']['plugins']['get']('TrackChangesEditing');_0x33e9e4['styles']&&(_0x176869['enableDefaultAttributesIntegration']('listStyle'),_0x176869['registerBlockAttribute']('listStyle')),_0x33e9e4['reversed']&&(_0x176869['enableDefaultAttributesIntegration']('listReversed'),_0x176869['registerBlockAttribute']('listReversed')),_0x33e9e4['startIndex']&&(_0x176869['enableDefaultAttributesIntegration']('listStart'),_0x176869['registerBlockAttribute']('listStart'));const _0x4a0392={'type':'format','content':''};_0x176869['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x41820a=this['editor']['locale'];_0x176869['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x41820a,'FORMAT_LIST_REVERSED')),_0x176869['descriptionFactory']['registerDescriptionCallback'](_0x17eae8=>{const {data:_0x2519a4}=_0x17eae8;if(_0x2519a4&&'listReversed'==_0x2519a4['key'])return null==_0x2519a4['newValue']||0x0==_0x2519a4['newValue']&&null==_0x2519a4['oldValue']?_0x4a0392:void 0x0;}),_0x176869['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x41820a,'FORMAT_LIST_START')),_0x176869['descriptionFactory']['registerDescriptionCallback'](_0x1711df=>{const {data:_0x6c60e9}=_0x1711df;if(_0x6c60e9&&'listStart'==_0x6c60e9['key'])return null==_0x6c60e9['newValue']||0x1==_0x6c60e9['newValue']&&null==_0x6c60e9['oldValue']?_0x4a0392:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x40e395=>{if(_0x40e395['batch']['isUndo'])return!0x1;let _0x593577=!0x1;const _0x4d9ef0=_0x176869['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4ea3e6=>{const _0x2bbb73=_0x176869['_getAttributeKey'](_0x4ea3e6);return'listStart'==_0x2bbb73||'listReversed'==_0x2bbb73;});for(const _0x1e9b47 of _0x4d9ef0){const _0x4aa951=_0x1e9b47['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x4aa951||'customNumbered'==_0x4aa951)continue;_0x176869['_findSuggestions'](_0x1e9b47['getFirstRange'](),'attribute')['find'](_0x4c3c50=>'listType'==_0x176869['_getAttributeKey'](_0x4c3c50['suggestion']))||(_0x40e395['removeMarker'](_0x1e9b47['getFirstMarker']()),_0x593577=!0x0);}return _0x593577;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x3b1c15){const _0x5b26b9=this['editor']['locale'],{data:_0x11db56}=_0x3b1c15,_0x48b08d={'type':'format','content':''};if(!_0x11db56||'listStyle'!=_0x11db56['key'])return;if(!_0x11db56['oldValue'])return'default'==_0x11db56['newValue']?_0x48b08d:{'type':'format','content':''+o(_0x5b26b9,'*Set\x20format:*\x20%0',o(_0x5b26b9,this['_getTranslationKeyForListStyle'](_0x11db56['newValue'])))};if(!_0x11db56['newValue']){if('default'==_0x11db56['oldValue'])return _0x48b08d;let _0x5ef86f=_0x3b1c15['head'];for(;_0x5ef86f;){if(_0x5ef86f['data']&&'listType'==_0x5ef86f['data']['key']&&_0x5ef86f['data']['newValue'])return _0x48b08d;_0x5ef86f=_0x5ef86f['next'];}return{'type':'format','content':''+o(_0x5b26b9,'*Remove\x20format:*\x20%0',o(_0x5b26b9,this['_getTranslationKeyForListStyle'](_0x11db56['oldValue'])))};}if('default'!=_0x11db56['newValue'])return{'type':'format','content':''+o(_0x5b26b9,'*Set\x20format:*\x20%0',o(_0x5b26b9,this['_getTranslationKeyForListStyle'](_0x11db56['newValue'])))};let _0x119553=_0x3b1c15['head'];for(;_0x119553;){if(_0x119553['data']&&'listType'==_0x119553['data']['key']&&_0x119553['data']['newValue']&&_0x119553['data']['oldValue'])return _0x48b08d;_0x119553=_0x119553['next'];}return{'type':'format','content':o(_0x5b26b9,'*Set\x20format:*\x20%0',o(_0x5b26b9,'ELEMENT_'+_0x3b1c15['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x181df8=this['editor'],_0x14049b=_0x181df8['locale'];_0x181df8['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x48cedc=>{if('formatBlock'!=_0x48cedc['type'])return;const {data:_0x1c11a2}=_0x48cedc;if(!_0x1c11a2)return;let _0x41c04e,_0x387092;switch(_0x1c11a2['commandName']){case'listStyle':_0x41c04e='*Change\x20to:*\x20%0',_0x387092={'type':'format','content':o(_0x14049b,_0x41c04e,o(_0x14049b,this['_getTranslationKeyForListStyle'](_0x1c11a2['commandParams'][0x0]['type'])))};break;case'listReversed':_0x41c04e=_0x1c11a2['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x387092={'type':'format','content':o(_0x14049b,_0x41c04e)};break;case'listStart':_0x41c04e='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x387092={'type':'format','content':o(_0x14049b,_0x41c04e,_0x1c11a2['commandParams'][0x0]['startIndex'])};}return _0x387092;});}['_getTranslationKeyForListStyle'](_0x902937){return'ELEMENT_'+function(_0x31801a){if(Se['includes'](_0x31801a))return'bulleted';if(_e['includes'](_0x31801a))return'numbered';return null;}(_0x902937)['toUpperCase']()+'_LIST_'+_0x902937['toUpperCase']()['replace'](/-/g,'_');}}const Se=['disc','circle','square'],_e=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class z extends _0x3d96fc{['afterInit'](){const _0xce94be=this['editor'];_0xce94be['commands']['get']('emoji')&&_0xce94be['plugins']['get']('TrackChangesEditing')['enableCommand']('emoji');}}class W extends _0x3d96fc{static get['requires'](){return[_0x41ceea];}['init'](){const _0x71ef8=this['editor'],_0x55ca37=_0x71ef8['plugins']['get']('TrackChangesEditing'),_0x23bec0=_0x71ef8['commands']['get']('enter');_0x55ca37['enableCommand']('enter',()=>{_0x71ef8['model']['change'](_0x212234=>{const _0x48faa4=_0x71ef8['model']['document']['selection'],_0x59113b=_0x48faa4['getFirstPosition'](),_0x50a31=_0x2e68e7['fromRange'](_0x48faa4['getFirstRange']());if(_0x23bec0['enterBlock'](_0x212234)){const _0x361dfa=_0x71ef8['model']['createPositionAt'](_0x59113b['parent']['nextSibling'],0x0),_0x2ec8a2=_0x212234['createRange'](_0x59113b,_0x361dfa);_0x55ca37['markInsertion'](_0x2ec8a2);}else _0x212234['setSelection'](_0x212234['createRange'](_0x50a31['end']));_0x50a31['detach'](),_0x23bec0['fire']('afterExecute',{'writer':_0x212234});});}),_0x71ef8['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',De(_0x71ef8,'split'),{'priority':'high'}),_0x71ef8['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x34443b,_0x543a54,_0x4b546e)=>{const _0x3cda60=_0x4b546e['mapper']['markerNameToElements'](_0x543a54['markerName']);if(_0x3cda60){for(const _0x23af48 of _0x3cda60)_0x23af48['hasClass']('ck-suggestion-marker-split')&&(_0x4b546e['mapper']['unbindElementFromMarkerName'](_0x23af48,_0x543a54['markerName']),_0x4b546e['writer']['remove'](_0x23af48));}},{'priority':'high'}),_0x71ef8['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0xd306de,_0x486ec7,_0x3d6953)=>{_0x3d6953['options']['showSuggestionHighlights']&&De(_0x71ef8,'split',{'showActiveMarker':!0x1})['bind'](this)(_0xd306de,_0x486ec7,_0x3d6953);},{'priority':'high'});}}class Q extends _0x3d96fc{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x3f0656=this['editor']['plugins']['get']('TrackChangesEditing');_0x3f0656['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x3f0656['enableCommand']('findNext'),_0x3f0656['enableCommand']('findPrevious'),_0x3f0656['enableCommand']('replace'),_0x3f0656['enableCommand']('replaceAll');}['handleFindCommand'](_0x104c81,_0xae395f,_0x3d38b4={}){const _0xb5cb7e=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x104c81(_0x7d9e01=>{let _0x3cc05e=('string'==typeof _0xae395f?_0xb5cb7e['findByTextCallback'](_0xae395f,_0x3d38b4):_0xae395f)(_0x7d9e01);Array['isArray'](_0x3cc05e)&&(_0x3cc05e={'results':_0x3cc05e,'searchText':'string'==typeof _0xae395f?_0xae395f:''});const _0x236b19=_0x3cc05e['results']['filter'](_0xd01036=>!0x1===this['_isInDeletionRange'](_0xd01036,_0x7d9e01['item']));return{..._0x3cc05e,'results':_0x236b19};},_0x3d38b4);}['_isInDeletionRange'](_0x3bce50,_0xcdf95b){const _0x487aaf=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0xcdf95b,_0x3bce50['start']),this['editor']['model']['createPositionAt'](_0xcdf95b,_0x3bce50['end']));for(const _0x4e94f9 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x487aaf['getIntersection'](_0x4e94f9['getRange']()))return!0x0;return!0x1;}}const eo=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class X extends _0x3d96fc{['afterInit'](){const _0x38c3f5=this['editor']['locale'],_0xf625d4=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x4a22d6,commandName:_0x49a5a7}of eo)this['editor']['plugins']['has'](_0x4a22d6)&&(_0xf625d4['enableDefaultAttributesIntegration'](_0x49a5a7),_0xf625d4['registerInlineAttribute'](_0x49a5a7));_0xf625d4['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x38c3f5,'FORMAT_FONT_SIZE')),_0xf625d4['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x38c3f5,'FORMAT_FONT_FAMILY')),_0xf625d4['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x38c3f5,'FORMAT_FONT_COLOR')),_0xf625d4['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x38c3f5,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x6c971f=this['editor'],_0x22bff7=_0x6c971f['locale'];_0x6c971f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1a8823=>{const _0x284834=_0x22bff7['t'];if('formatInline'!=_0x1a8823['type'])return;const {data:_0x346030}=_0x1a8823;if(null!=_0x346030){if('fontSize'==_0x346030['commandName']){const _0x6d188d=_0x346030['commandParams'][0x0]['value'];if(_0x6d188d){const _0xc2b915=_0x284834(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x412da7=>_0x412da7['model']==_0x6d188d)['title'])['toLowerCase']();return{'type':'format','content':o(_0x22bff7,'*Set\x20font\x20size:*\x20%0',_0xc2b915)};}return{'type':'format','content':o(_0x22bff7,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x346030['commandName']){const _0x1c33fa=_0x346030['commandParams'][0x0]['value'];return _0x1c33fa?{'type':'format','content':o(_0x22bff7,'*Set\x20font\x20family:*\x20%0',_0x1c33fa)}:{'type':'format','content':o(_0x22bff7,'*Reset\x20font\x20family*')};}if('fontColor'==_0x346030['commandName']){const _0x5af9b0=_0x346030['commandParams'][0x0]['value'];if(_0x5af9b0){const _0x585884=_0x1338b0(this['editor']['config']['get']('fontColor.colors'))['find'](_0x8a886d=>_0x8a886d['model']==_0x5af9b0);let _0xfa1ed4=_0x5af9b0,_0x22580a='';return _0x585884&&(_0xfa1ed4=_0x585884['label'],_0x22580a=_0x284834(_0xfa1ed4)['toLowerCase']()),{'type':'format','content':o(_0x22bff7,'*Set\x20font\x20color:*\x20%0',_0x22580a)['trim'](),'color':{'value':_0x5af9b0,'title':_0x22580a||_0xfa1ed4}};}return{'type':'format','content':o(_0x22bff7,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x346030['commandName']){const _0x127ca8=_0x346030['commandParams'][0x0]['value'];if(_0x127ca8){const _0x1011f7=_0x1338b0(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0xfee406=>_0xfee406['model']==_0x127ca8);let _0x43fe03=_0x127ca8,_0x301820='';return _0x1011f7&&(_0x43fe03=_0x1011f7['label'],_0x301820=_0x284834(_0x43fe03)['toLowerCase']()),{'type':'format','content':o(_0x22bff7,'*Set\x20font\x20background\x20color:*\x20%0',_0x301820)['trim'](),'color':{'value':_0x127ca8,'title':_0x301820||_0x43fe03}};}return{'type':'format','content':o(_0x22bff7,'*Reset\x20font\x20background\x20color*')};}}});}}class Y extends _0x3d96fc{['afterInit'](){const _0x374db2=this['editor'],_0x183e5a=_0x374db2['plugins']['get']('TrackChangesEditing'),_0x4f8b1d=_0x374db2['commands']['get']('copyFormat'),_0x3c5faa=_0x374db2['commands']['get']('pasteFormat');_0x4f8b1d&&_0x3c5faa&&(_0x183e5a['enableDefaultAttributesIntegration']('pasteFormat'),_0x183e5a['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x39c005=this['editor'],_0x5db2a0=_0x39c005['locale'];_0x39c005['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4a5500=>{if('formatBlock'!=_0x4a5500['type']&&'formatInline'!=_0x4a5500['type'])return;const {data:_0x39a5ad}=_0x4a5500;if(_0x39a5ad&&'pasteFormat'===_0x39a5ad['commandName']){const _0x148490=[],_0x1a4384=_0x39a5ad['commandParams'][0x0];for(const [_0x3e716f,_0x1afdf1]of Object['entries'](_0x1a4384))_0x148490['push'](ro(_0x39c005,_0x3e716f,_0x1afdf1));return _0x148490['length']?{'type':'format','content':o(_0x5db2a0,'*Set\x20format\x20to:*\x20%0',_0x148490['join'](',\x20'))}:{'type':'format','content':o(_0x5db2a0,'*Remove\x20all\x20formatting*')};}});}}function ro(_0x36422f,_0x305312,_0x27f660){const _0x4eed76=_0x36422f['locale']['t'],_0x114848=_0x305312['split'](/(?=[A-Z])/)['join']('\x20'),_0x50db1d=_0x4eed76(_0x114848['charAt'](0x0)['toUpperCase']()+_0x114848['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x27f660)return _0x50db1d;if('fontColor'===_0x305312||'fontBackgroundColor'===_0x305312){const _0x50b20f=_0x1338b0(_0x36422f['config']['get']('fontColor.colors'))['find'](_0x38e9cb=>_0x38e9cb['model']==_0x27f660);return _0x50db1d+'\x20('+(_0x50b20f?_0x4eed76(_0x50b20f['label'])['toLowerCase']():_0x27f660)+')';}if('fontSize'===_0x305312&&isNaN(parseFloat(_0x27f660))){const _0x2527f1=_0x36422f['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x36422f['config']['get']('fontSize.options'))['find'](_0x234ddc=>_0x234ddc['model']==_0x27f660);return _0x50db1d+'\x20('+(_0x2527f1?_0x4eed76(_0x2527f1['title'])['toLowerCase']():_0x27f660)+')';}return _0x50db1d+'\x20('+_0x27f660+')';}class Z extends _0x3d96fc{['_headingOptions'];['afterInit'](){const _0x3fbd33=this['editor'];if(!_0x3fbd33['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x3fbd33['config']['get']('heading.options');const _0x2d0cac=_0x3fbd33['locale'],_0x3aee02=_0x3fbd33['plugins']['get']('TrackChangesEditing');_0x3aee02['enableDefaultAttributesIntegration']('heading');for(const _0x31fd22 of this['_headingOptions'])'paragraph'!=_0x31fd22['model']&&_0x3aee02['descriptionFactory']['registerElementLabel'](_0x31fd22['model'],_0x26e935=>{const _0x56db5a=this['_getHeadingLevel'](_0x31fd22['model']);return null!==_0x56db5a?_0x4a3b9d(_0x26e935,_0x56db5a):_0x2442ce(_0x26e935,_0x31fd22['title']);});function _0x4a3b9d(_0x53861d,_0x4fe135){return o(_0x2d0cac,'ELEMENT_HEADING',[_0x53861d,_0x4fe135]);}function _0x2442ce(_0x1dec26,_0x2110b6){return o(_0x2d0cac,'ELEMENT_HEADING_CUSTOM',[_0x1dec26,_0x2110b6]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1a522f=this['editor'],_0x19a8a1=_0x1a522f['locale'];function _0x4ba39d(_0x2526bd,_0x4f7ee9){return o(_0x19a8a1,'ELEMENT_HEADING_CUSTOM',[_0x2526bd,_0x4f7ee9]);}_0x1a522f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x42994a=>{if('formatBlock'!=_0x42994a['type'])return;const {data:_0x1f0dc5}=_0x42994a;if(_0x1f0dc5&&'heading'==_0x1f0dc5['commandName']){const _0x5496e8=_0x1f0dc5['commandParams'][0x0]['value'],_0x224966=this['_getHeadingLevel'](_0x5496e8);if(null!==_0x224966)return{'type':'format','content':o(_0x19a8a1,'*Change\x20to:*\x20%0',(_0x447d65=0x1,_0x59ba73=_0x224966,o(_0x19a8a1,'ELEMENT_HEADING',[_0x447d65,_0x59ba73])))};const _0x394fb2=this['_headingOptions']['find'](_0x1380e6=>_0x1380e6['model']===_0x5496e8)['title'];return{'type':'format','content':o(_0x19a8a1,'*Change\x20to:*\x20%0',_0x4ba39d(0x1,_0x394fb2))};}var _0x447d65,_0x59ba73;});}['_getHeadingLevel'](_0x47a926){const _0x26a9ee=_0x47a926['match'](/^heading(\d+)/);if(_0x26a9ee)return _0x26a9ee[0x1];const _0x4bf2d6=this['_headingOptions']?.['find'](_0x4abeaf=>_0x4abeaf['model']==_0x47a926);if(_0x4bf2d6&&_0x4bf2d6['view']){const _0x2ee297=_0x4bf2d6['view'],_0x3fdef9=(_0x2ee297['name']??_0x2ee297)['match'](/^h(\d+)/);if(_0x3fdef9)return _0x3fdef9[0x1];}return null;}}class tt extends _0x3d96fc{['afterInit'](){const _0x428f66=this['editor'];if(!_0x428f66['plugins']['has']('HighlightEditing'))return;const _0x5e1e57=_0x428f66['plugins']['get']('TrackChangesEditing'),_0x40813f=_0x428f66['locale'];_0x5e1e57['enableDefaultAttributesIntegration']('highlight'),_0x5e1e57['registerInlineAttribute']('highlight'),_0x5e1e57['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x40813f,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x57ffcd=this['editor'],_0x44d965=_0x57ffcd['locale'];_0x57ffcd['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x26d89b=>{if('formatInline'!=_0x26d89b['type'])return;const {data:_0x3d7d59}=_0x26d89b;if(_0x3d7d59&&'highlight'==_0x3d7d59['commandName']){const _0x14b919=_0x44d965['t'],_0x303103=_0x3d7d59['commandParams'][0x0]['value'];if(_0x303103){const _0x210418=_0x57ffcd['config']['get']('highlight.options')['find'](_0x2c0e89=>_0x2c0e89['model']==_0x303103),_0x42dfc4=_0x14b919(_0x210418['title'])['toLowerCase']();return{'type':'format','content':o(_0x44d965,'*Set\x20highlight:*\x20%0',_0x42dfc4),'color':{'value':_0x210418['color'],'title':_0x210418['title']}};}return{'type':'format','content':o(_0x44d965,'*Remove\x20highlight*',o(_0x44d965,'FORMAT_HIGHLIGHT'))};}});}}class it extends _0x3d96fc{['afterInit'](){const _0x55cf49=this['editor'];if(!_0x55cf49['plugins']['has']('HorizontalLineEditing'))return;_0x55cf49['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x4ac164=_0x55cf49['plugins']['get']('TrackChangesEditing'),_0x12c1dd=_0x55cf49['locale'];_0x4ac164['descriptionFactory']['registerElementLabel']('horizontalLine',_0x152419=>o(_0x12c1dd,'ELEMENT_HORIZONTAL_LINE',_0x152419)),_0x55cf49['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x39c9f9,{writer:_0x6d0e72,options:_0x5b0b5e})=>{if(!_0x5b0b5e['showSuggestionHighlights'])return null;const _0x5b4318=_0x6d0e72['createContainerElement']('div'),_0x251dc7=_0x6d0e72['createEmptyElement']('hr');return _0x6d0e72['addClass']('ck-horizontal-line',_0x5b4318),_0x6d0e72['insert'](_0x6d0e72['createPositionAt'](_0x5b4318,0x0),_0x251dc7),_0x5b4318;},'converterPriority':'high'});}}class nt extends _0x3d96fc{['afterInit'](){const _0x5897d1=this['editor'];if(!_0x5897d1['plugins']['has']('HtmlEmbed'))return;const _0x3b5d05=_0x5897d1['plugins']['get']('TrackChangesEditing'),_0x5ad08e=_0x5897d1['locale'];_0x3b5d05['descriptionFactory']['registerElementLabel']('rawHtml',_0x5f5425=>o(_0x5ad08e,'ELEMENT_HTML_EMBED',_0x5f5425)),_0x3b5d05['enableDefaultAttributesIntegration']('htmlEmbed'),_0x3b5d05['registerBlockAttribute']('value'),_0x3b5d05['descriptionFactory']['registerDescriptionCallback'](_0x56e034=>{if('attribute'!=_0x56e034['type'])return;const {data:_0x1cb09e}=_0x56e034;if(_0x1cb09e&&'value'==_0x1cb09e['key']&&_0x56e034['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0xb6196=o(_0x5ad08e,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x5ad08e,'*Change\x20%0\x20content*',_0xb6196)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xdb0377=this['editor'],_0x2b06bc=_0xdb0377['locale'];_0xdb0377['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x41d7bc=>{if('formatBlock'!=_0x41d7bc['type'])return;const {data:_0x4d4fb6}=_0x41d7bc;if(_0x4d4fb6&&'htmlEmbed'==_0x4d4fb6['commandName']){const _0x17ddd5=o(_0x2b06bc,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x2b06bc,'*Change\x20%0\x20content*',_0x17ddd5)};}});}}class et extends _0x3d96fc{['afterInit'](){const _0x27ca23=this['editor'];if(!_0x27ca23['plugins']['has']('ImageEditing'))return;const _0x2796ca=_0x27ca23['plugins']['get']('TrackChangesEditing'),_0x3957ed=_0x27ca23['plugins']['get']('ImageUtils'),_0x536002=_0x27ca23['locale'];_0x2796ca['enableCommand']('insertImage'),_0x2796ca['descriptionFactory']['registerElementLabel']('imageBlock',_0x36beed=>o(_0x536002,'ELEMENT_IMAGE',_0x36beed)),_0x2796ca['descriptionFactory']['registerElementLabel']('imageInline',_0x3abed1=>o(_0x536002,'ELEMENT_INLINE_IMAGE',_0x3abed1)),_0x2796ca['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x536002,'ELEMENT_CAPTION')),_0x27ca23['plugins']['has']('ImageUploadEditing')&&_0x2796ca['enableCommand']('uploadImage'),_0x27ca23['plugins']['has']('ImageBlockEditing')&&_0x27ca23['plugins']['has']('ImageInlineEditing')&&(_0x2796ca['enableCommand']('imageTypeInline',(_0x1de07c,_0x39d9b9)=>{const _0x3835a9=_0x3957ed['getClosestSelectedImageElement'](_0x27ca23['model']['document']['selection']);_0x27ca23['model']['change'](()=>{_0x2796ca['markBlockFormat'](_0x3835a9,{'commandName':'imageTypeInline','commandParams':[_0x39d9b9]},[],'convertBlockImageToInline');});}),_0x2796ca['enableCommand']('imageTypeBlock',(_0x28f6a2,_0xfce795)=>{_0x27ca23['model']['change'](_0x394b9a=>{let _0x4704d5=_0x3957ed['getClosestSelectedImageElement'](_0x27ca23['model']['document']['selection']),_0xf2ef82=_0x394b9a['createRangeOn'](_0x4704d5);const _0x4fbbb8=_0x120352['fromPosition'](_0xf2ef82['start'],'toPrevious'),_0x28106e=_0x120352['fromPosition'](_0xf2ef82['end'],'toNext');_0x2796ca['forceDefaultExecution'](()=>_0x28f6a2(_0xfce795)),_0x4704d5=_0x3957ed['getClosestSelectedImageElement'](_0x27ca23['model']['document']['selection']),_0xf2ef82=_0x394b9a['createRangeOn'](_0x4704d5);const _0x1c0bb2=_0x394b9a['createRange'](_0x4fbbb8,_0x28106e);_0x4fbbb8['detach'](),_0x28106e['detach'](),_0x2796ca['markBlockFormat'](_0x4704d5,{'commandName':'imageTypeInline','commandParams':[_0xfce795]},[],'convertInlineImageToBlock'),_0x1c0bb2['start']['isBefore'](_0xf2ef82['start'])&&_0x2796ca['markInsertion'](_0x394b9a['createRange'](_0x1c0bb2['start'],_0xf2ef82['start']),'convertInlineImageToBlock'),_0xf2ef82['end']['isBefore'](_0x1c0bb2['end'])&&_0x2796ca['markInsertion'](_0x394b9a['createRange'](_0xf2ef82['end'],_0x1c0bb2['end']),'convertInlineImageToBlock');});}),_0x2796ca['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x2796ca['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x2796ca['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x2796ca['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x2796ca['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x2796ca['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x9a8cc])=>{const _0x34863f=_0x2796ca['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x4e77cc=_0x9a8cc['start'],_0x2492bc=_0x9a8cc['end'];const _0x1487f1=_0x27ca23['model']['schema']['getNearestSelectionRange'](_0x4e77cc,'backward'),_0x4ad9d0=_0x27ca23['model']['schema']['getNearestSelectionRange'](_0x2492bc,'forward');_0x1487f1['isCollapsed']&&(_0x4e77cc=_0x1487f1['start']),_0x4ad9d0['isCollapsed']&&(_0x2492bc=_0x4ad9d0['end']),_0x34863f([_0x27ca23['model']['createRange'](_0x4e77cc,_0x2492bc)]);}),_0x2796ca['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x2f123c),_0x2796ca['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x2f123c)),_0x27ca23['plugins']['has']('ImageCaptionEditing')&&(_0x2796ca['enableCommand']('toggleImageCaption',(_0x1c083f,_0x4893b0)=>{const _0x180561=_0x27ca23['plugins']['get']('ImageCaptionUtils');let _0x2e3fbd=_0x3957ed['getClosestSelectedImageElement'](_0x27ca23['model']['document']['selection']),_0x35e657=_0x180561['getCaptionFromImageModelElement'](_0x2e3fbd);_0x27ca23['model']['change'](()=>{if(_0x35e657)return void _0x2796ca['markDeletion'](_0x27ca23['model']['createRangeOn'](_0x35e657));const _0x13da2f=_0x3957ed['isBlockImage'](_0x2e3fbd);_0x1c083f(_0x4893b0),_0x2e3fbd=_0x3957ed['getClosestSelectedImageElement'](_0x27ca23['model']['document']['selection']),_0x35e657=_0x180561['getCaptionFromImageModelElement'](_0x2e3fbd),_0x2796ca['markInsertion'](_0x27ca23['model']['createRangeOn'](_0x35e657),_0x13da2f?null:'imageCaption');});}),_0x2796ca['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x2f123c));const _0x5b98cb=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x84b0f1(_0x148d2d,_0x4c1224){const _0x265b21=_0x5b98cb['findIndex'](({type:_0x726ae7,subType:_0x7a9356})=>_0x148d2d['type']==_0x726ae7&&_0x148d2d['subType']==_0x7a9356),_0xf2258b=_0x5b98cb['findIndex'](({type:_0x3c6570,subType:_0x308611})=>_0x4c1224['type']==_0x3c6570&&_0x4c1224['subType']==_0x308611);if(_0x265b21<0x0||_0xf2258b<0x0)return!0x1;const _0x4bb8e8=_0x148d2d['getFirstRange'](),_0x12d9d6=_0x4c1224['getFirstRange']();if((0x0==_0x265b21||0x1==_0x265b21)&&0x2==_0xf2258b&&_0x4bb8e8['isIntersecting'](_0x12d9d6))return!0x0;if(0x2==_0x265b21&&0x3==_0xf2258b){const _0x30ffd2=_0x2796ca['_findSuggestions'](_0x4bb8e8,'insertion')['filter'](({suggestion:_0x1fe692,meta:_0x453a8d})=>_0x453a8d['isOwn']&&'convertInlineImageToBlock'==_0x1fe692['subType']);if(_0x30ffd2['length']>0x1&&_0x12d9d6['end']['isEqual'](_0x4bb8e8['start']))return!0x0;if(0x1==_0x30ffd2['length']&&(_0x4bb8e8['start']['isEqual'](_0x12d9d6['end'])||_0x4bb8e8['end']['isEqual'](_0x12d9d6['start'])))return!0x0;}if(0x3==_0x265b21&&0x3==_0xf2258b&&_0x4bb8e8['start']['isBefore'](_0x12d9d6['start'])){const _0x4e7524=_0x4bb8e8['end']['nodeAfter'],_0x161148=_0x12d9d6['start']['nodeBefore'];return _0x3957ed['isBlockImage'](_0x4e7524)&&_0x4e7524===_0x161148;}return!0x1;}function _0x2f123c(_0x3bad0e,_0xe4b2c8){return _0x84b0f1(_0x3bad0e,_0xe4b2c8)?[_0x3bad0e,_0xe4b2c8]:_0x84b0f1(_0xe4b2c8,_0x3bad0e)?[_0xe4b2c8,_0x3bad0e]:null;}_0x27ca23['plugins']['has']('ImageResize')&&(_0x2796ca['enableDefaultAttributesIntegration']('resizeImage'),_0x2796ca['registerBlockAttribute']('resizedWidth'),_0x2796ca['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x536002,'FORMAT_IMAGE_SIZE'))),_0x27ca23['plugins']['has']('ImageTextAlternativeEditing')&&(_0x2796ca['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x2796ca['registerBlockAttribute']('alt')),_0x27ca23['plugins']['has']('PictureEditing')&&(_0x2796ca['registerBlockAttribute']('sources'),_0x2796ca['descriptionFactory']['registerDescriptionCallback'](_0x419155=>{if('attribute'!=_0x419155['type'])return;const {data:_0x295181}=_0x419155;return _0x295181&&'sources'==_0x295181['key']?{'type':'format','content':''}:void 0x0;})),_0x27ca23['plugins']['has']('ImageSizeAttributes')&&(_0x2796ca['registerBlockAttribute']('width'),_0x2796ca['registerBlockAttribute']('height'),_0x2796ca['descriptionFactory']['registerDescriptionCallback'](_0x535a4d=>{if('attribute'!=_0x535a4d['type'])return;const {data:_0x5b8906}=_0x535a4d;return!_0x5b8906||'width'!=_0x5b8906['key']&&'height'!=_0x5b8906['key']?void 0x0:{'type':'format','content':''};})),_0x2796ca['descriptionFactory']['registerDescriptionCallback'](_0x203152=>{if(!!_0x5b98cb['find'](({type:_0x1f4e65,subType:_0x162bdf})=>_0x203152['type']==_0x1f4e65&&_0x203152['subType']==_0x162bdf))return _0x203152['previous']?{}:void 0x0;}),_0x2796ca['descriptionFactory']['registerDescriptionCallback'](_0xabd3d8=>{if('insertion'==_0xabd3d8['type']||'deletion'==_0xabd3d8['type']){const _0x3f7b24=_0xabd3d8['getContainedElement']();if(_0x3f7b24&&_0x3f7b24['is']('element','caption'))return{'type':'insertion'==_0xabd3d8['type']?'addObject':'removeObject','element':_0x3f7b24,'quantity':0x1};}}),_0x2796ca['descriptionFactory']['registerDescriptionCallback'](_0x55473f=>'formatBlock'==_0x55473f['type']&&'convertInlineImageToBlock'==_0x55473f['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x55473f['type']&&'convertBlockImageToInline'==_0x55473f['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x2796ca['descriptionFactory']['registerDescriptionCallback'](_0x15ad47=>{if('attribute'!=_0x15ad47['type'])return;const {data:_0x45bc18}=_0x15ad47;if(!_0x45bc18||'alt'!=_0x45bc18['key'])return;const _0x347cf6=_0x45bc18['newValue'];return _0x347cf6?{'type':'format','content':o(_0x536002,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x347cf6+'\x22')}:{'type':'format','content':o(_0x536002,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x130ed0=this['editor'],_0x567953=_0x130ed0['locale'];_0x130ed0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3853e4=>{if('formatBlock'!=_0x3853e4['type']&&'formatInline'!=_0x3853e4['type'])return;const {data:_0x24c453}=_0x3853e4;if(_0x24c453){if('imageTextAlternative'==_0x24c453['commandName']){const _0x46581b=_0x24c453['commandParams'][0x0]['newValue'];return _0x46581b?{'type':'format','content':o(_0x567953,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x46581b+'\x22')}:{'type':'format','content':o(_0x567953,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x24c453['commandName']){const _0x27afd8=_0x24c453['commandParams'][0x0]['width'];return _0x27afd8?{'type':'format','content':o(_0x567953,'*Set\x20image\x20width:*\x20%0',_0x27afd8)}:{'type':'format','content':o(_0x567953,'*Reset\x20image\x20width*')};}}});}}class st extends _0x3d96fc{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x59d557=this['editor']['locale'],_0x21571f=this['editor']['plugins']['get']('TrackChangesEditing');_0x21571f['enableDefaultAttributesIntegration']('replaceImageSource'),_0x21571f['registerBlockAttribute']('src'),_0x21571f['descriptionFactory']['registerDescriptionCallback'](_0x49c4fa=>{if('attribute'!=_0x49c4fa['type'])return;const {data:_0x4ff1b4}=_0x49c4fa;return _0x4ff1b4&&'src'==_0x4ff1b4['key']?_0x4ff1b4['newValue']&&_0x4ff1b4['oldValue']?{'type':'format','content':o(_0x59d557,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x52a14f=this['editor']['plugins']['get']('TrackChangesEditing');_0x52a14f['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x52a14f['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x52a14f['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x52a14f['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x39c487=this['editor'],_0x1853ad=_0x39c487['locale'];_0x39c487['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x45ac84=>{if('formatBlock'!=_0x45ac84['type']&&'formatInline'!=_0x45ac84['type'])return;const {data:_0x4ece27}=_0x45ac84;if(!_0x4ece27||'replaceImageSource'!=_0x4ece27['commandName'])return;return{'type':'format','content':o(_0x1853ad,'*Format:*\x20replace\x20image\x20URL')};});}}class ot extends _0x3d96fc{['afterInit'](){const _0x368790=this['editor'];if(!_0x368790['plugins']['has']('ImageStyleEditing'))return;const _0x41015f=_0x368790['plugins']['get']('TrackChangesEditing'),_0x4e2b66=_0x368790['plugins']['get']('ImageUtils'),_0x3245a1={};_0x41015f['enableCommand']('imageStyle',(_0x4d1672,_0x10f2dc)=>{const _0x555a53=_0x368790['plugins']['get']('Users')['me'],_0x13e2c4=_0x368790['commands']['get']('imageStyle');let _0x279057=_0x4e2b66['getClosestSelectedImageElement'](_0x368790['model']['document']['selection']),_0x48ab81=_0x368790['model']['createRangeOn'](_0x279057),_0x21c60f=_0x13e2c4['value'];if(_0x21c60f==_0x10f2dc['value'])return;const _0x123be6={'commandName':'imageStyle','commandParams':[_0x10f2dc],'formatGroupId':_0x5cef89()};_0x368790['model']['change'](()=>{if(_0x41015f['getSuggestions']()['filter'](_0x526e57=>_0x526e57['isInContent']&&_0x555a53==_0x526e57['author']&&('formatBlock'==_0x526e57['type']||'formatInline'==_0x526e57['type'])&&('imageStylePreApply'==_0x526e57['subType']||'imageStylePostApply'==_0x526e57['subType'])&&_0x526e57['getFirstRange']()['isEqual'](_0x48ab81))['forEach'](_0x1081b4=>_0x41015f['discardSuggestion'](_0x1081b4['head'])),_0x279057=_0x4e2b66['getClosestSelectedImageElement'](_0x368790['model']['document']['selection']),_0x48ab81=_0x368790['model']['createRangeOn'](_0x279057),_0x13e2c4['refresh'](),_0x368790['commands']['get']('imageTypeInline')['refresh'](),_0x368790['commands']['get']('imageTypeBlock')['refresh'](),_0x21c60f=_0x13e2c4['value'],_0x21c60f!=_0x10f2dc['value'])return _0x4e2b66['isInlineImage'](_0x279057)&&_0x13e2c4['shouldConvertImageType'](_0x10f2dc['value'],_0x279057)?(_0x4d1672({..._0x10f2dc,'setImageSizes':!0x1}),_0x279057=_0x4e2b66['getClosestSelectedImageElement'](_0x368790['model']['document']['selection']),void _0x41015f['markBlockFormat'](_0x279057,{..._0x123be6,'commandReversedParams':[{'value':_0x21c60f||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x4e2b66['isBlockImage'](_0x279057)?_0x41015f['markBlockFormat'](_0x279057,_0x123be6,[],'imageStylePostApply'):_0x41015f['markInlineFormat'](_0x48ab81,_0x123be6,'imageStylePostApply'));});});for(const _0xbd2f51 of _0x368790['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x3245a1[_0xbd2f51['name']]=_0xbd2f51['title']['toLowerCase']();_0x41015f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x41015f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x41015f['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x41015f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x18af41])=>{_0x4e2b66['setImageNaturalSizeAttributes'](_0x18af41['getContainedElement']());}),_0x41015f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x2b8806,_0x56a45d)=>{_0x41015f['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x2b8806,{'commandName':_0x56a45d['commandName'],'commandParams':_0x56a45d['commandReversedParams']});}),_0x41015f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x5b080e,_0x49cdc8){if(_0x150f9e(_0x5b080e,_0x49cdc8))return[_0x5b080e,_0x49cdc8];if(_0x150f9e(_0x49cdc8,_0x5b080e))return[_0x49cdc8,_0x5b080e];return null;});const _0x1812a6=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x150f9e(_0xdc67e5,_0x57dde2){const _0x1f9b98=_0x1812a6['findIndex'](({type:_0x21d9c1,subType:_0x435d88})=>_0xdc67e5['type']==_0x21d9c1&&_0xdc67e5['subType']==_0x435d88),_0x3d809a=_0x1812a6['findIndex'](({type:_0x2abf8b,subType:_0x13012a})=>_0x57dde2['type']==_0x2abf8b&&_0x57dde2['subType']==_0x13012a);if(_0x1f9b98<0x0||_0x3d809a<0x0)return!0x1;const _0x40703d=_0xdc67e5['getFirstRange'](),_0x20b6ac=_0x57dde2['getFirstRange']();if((0x0==_0x1f9b98||0x1==_0x1f9b98)&&0x2==_0x3d809a&&_0x40703d['isIntersecting'](_0x20b6ac))return!0x0;if(0x2==_0x1f9b98&&0x3==_0x3d809a){const _0x3db8e3=_0x41015f['_findSuggestions'](_0x40703d,'insertion')['filter'](({suggestion:_0x482027,meta:_0x34747e})=>_0x34747e['isOwn']&&'convertInlineImageToBlock'==_0x482027['subType']);if(_0x3db8e3['length']>0x1&&_0x20b6ac['end']['isEqual'](_0x40703d['start']))return!0x0;if(0x1==_0x3db8e3['length']&&(_0x40703d['start']['isEqual'](_0x20b6ac['end'])||_0x40703d['end']['isEqual'](_0x20b6ac['start'])))return!0x0;}if(0x3==_0x1f9b98&&0x3==_0x3d809a&&_0x40703d['start']['isBefore'](_0x20b6ac['start'])){const _0x5198f3=_0x40703d['end']['nodeAfter'],_0x3ed7e4=_0x20b6ac['start']['nodeBefore'];return _0x4e2b66['isBlockImage'](_0x5198f3)&&_0x5198f3===_0x3ed7e4;}return!0x1;}_0x368790['model']['document']['registerPostFixer'](()=>{let _0xc79586=!0x1;const _0xba9dcc=Array['from'](_0x368790['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x223e9f,data:_0x13068a}of _0xba9dcc){const {group:_0xb07c26,type:_0x1b2cc2,subType:_0x29b5b0,id:_0x1dde16}=_0x41015f['_splitMarkerName'](_0x223e9f);if('suggestion'==_0xb07c26&&_0x41015f['hasSuggestion'](_0x1dde16)){if('formatBlock'==_0x1b2cc2&&('imageStylePreApply'==_0x29b5b0||'imageStylePostApply'==_0x29b5b0)){const _0x468c7c=_0x41015f['getSuggestion'](_0x1dde16);if(_0x13068a['newRange']){const _0x5447d7=_0x468c7c['getFirstRange']()['getContainedElement']();if(_0x4e2b66['isBlockImage'](_0x5447d7))continue;_0x41015f['discardSuggestion'](_0x468c7c),_0xc79586=!0x0;}}if('insertion'==_0x1b2cc2&&'imageCaption'==_0x29b5b0&&!_0x13068a['newRange']){const _0x16fb88=_0x41015f['getSuggestion'](_0x1dde16);_0x16fb88['next']&&_0x16fb88['next']['isInContent']&&(_0x41015f['discardSuggestion'](_0x16fb88['next']),_0xc79586=!0x0);}}}return _0xc79586;}),this['_registerLegacyDescription'](_0x3245a1);}['_registerLegacyDescription'](_0x5442e1){const _0x45a546=this['editor'],_0x2db6af=_0x45a546['locale'];_0x45a546['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xad716b=>{if('formatBlock'!=_0xad716b['type']&&'formatInline'!=_0xad716b['type'])return;const {data:_0xd9f992}=_0xad716b;if(!_0xd9f992||'imageStyle'!=_0xd9f992['commandName'])return;const _0x16c1c7=_0xd9f992['commandParams'][0x0]['value'];return _0x361250('side'===_0x16c1c7?o(_0x2db6af,'FORMAT_SIDE_IMAGE'):_0x5442e1[_0x16c1c7]||_0x16c1c7);function _0x361250(_0x51ff36){return{'type':'format','content':o(_0x2db6af,'*Format:*\x20%0',_0x51ff36)};}});}}class rt extends _0x3d96fc{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x1b7854){super(_0x1b7854),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x27e0c3=this['editor'],_0x8609ea=_0x27e0c3['commands']['get']('importWord'),_0x501442=_0x27e0c3['commands']['get']('trackChanges');_0x8609ea&&(_0x8609ea['on']('execute',(_0x4025ad,[,_0x306a29])=>{this['_trackChangesValueDuringImport']=_0x501442['value'],_0x306a29['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x8609ea,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x8609ea,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x501442['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x27e0c3['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x15f1d4,_0x2f5dc8){const {suggestions:_0x2e79bc}=_0x2f5dc8,_0x1ad3d0=this['editor']['commands']['get']('trackChanges'),_0x34f084=_0x1ad3d0['value'];this['_trackChangesValueDuringImport']!==_0x34f084&&(_0x1ad3d0['execute'](),this['_trackChangesExecuted']=!0x0),_0x2e79bc&&_0x2e79bc['forEach'](({id:_0x5a2393,type:_0x1e73f4,author:_0x5b3f28,created_at:_0x4ae327})=>{const _0x422d72={'id':_0x5a2393,'type':_0x1e73f4,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x5b3f28,'createdAt':_0x4ae327?new Date(_0x4ae327):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x422d72);});}}class at extends _0x3d96fc{['afterInit'](){const _0x17dcd6=this['editor'],_0x18a96c=_0x17dcd6['plugins']['get']('TrackChangesEditing');if(_0x17dcd6['plugins']['has']('IndentEditing')&&(_0x18a96c['enableCommand']('indent'),_0x18a96c['enableCommand']('outdent')),_0x17dcd6['plugins']['has']('IndentBlock')){for(const _0x1b1ac6 of['indentBlock','outdentBlock'])_0x18a96c['enableDefaultAttributesIntegration'](_0x1b1ac6);}const _0x5e9547=_0x17dcd6['locale'];_0x18a96c['registerBlockAttribute']('blockIndent'),_0x18a96c['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x5e9547,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3b49f1=this['editor'],_0x4cc325=_0x3b49f1['locale'],_0x43312d=_0x3b49f1['plugins']['get']('TrackChangesEditing');_0x43312d['descriptionFactory']['registerDescriptionCallback'](_0xf10414=>{if('formatBlock'!=_0xf10414['type'])return;const {data:_0x4c7b06}=_0xf10414;if(!_0x4c7b06)return;if('indentBlock'!=_0x4c7b06['commandName']&&'outdentBlock'!=_0x4c7b06['commandName'])return;const _0xa05078=_0xf10414['getItems']()[0x0],_0x37930d=_0x43312d['descriptionFactory']['getItemLabel'](_0xa05078);return'indentBlock'==_0x4c7b06['commandName']?{'type':'format','content':o(_0x4cc325,'*Indent:*\x20%0',_0x37930d)}:'outdentBlock'==_0x4c7b06['commandName']?{'type':'format','content':o(_0x4cc325,'*Outdent:*\x20%0',_0x37930d)}:void 0x0;});}}class ct extends _0x3d96fc{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ut extends _0x3d96fc{['afterInit'](){const _0xbc2031=this['editor'];if(!_0xbc2031['plugins']['has']('LinkEditing'))return;const _0x8c991f=_0xbc2031['plugins']['get']('TrackChangesEditing'),_0xa10abe=_0xbc2031['commands']['get']('link');_0x8c991f['enableDefaultAttributesIntegration']('link'),_0x8c991f['enableDefaultAttributesIntegration']('unlink'),_0x8c991f['registerInlineAttribute']('linkHref');for(const _0x1d6bc0 of _0xa10abe['manualDecorators'])_0x8c991f['registerInlineAttribute'](_0x1d6bc0['id']),_0x8c991f['descriptionFactory']['registerAttributeLabel'](_0x1d6bc0['id'],'link\x20('+_0x1d6bc0['label']['toLowerCase']()+')');_0x8c991f['descriptionFactory']['registerDescriptionCallback'](_0x1c9d16=>{if('attribute'!=_0x1c9d16['type'])return;const {data:_0x2b5751}=_0x1c9d16;if(!_0x2b5751||'linkHref'!=_0x2b5751['key'])return;const _0x593301=_0x2b5751['newValue'],_0x556b7d=_0xbc2031['locale'];return{'type':'format','content':null==_0x593301?o(_0x556b7d,'*Remove\x20link*'):o(_0x556b7d,'*Set\x20link:*\x20%0','\x22'+_0x593301+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5add51=this['editor'],_0x55800e=_0x5add51['locale'];_0x5add51['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x47ae66=>{if('formatInline'!=_0x47ae66['type'])return;const {data:_0x4bd9b2}=_0x47ae66;if(_0x4bd9b2){if('link'==_0x4bd9b2['commandName']){const _0x4b27bb=_0x4bd9b2['commandParams'][0x0];return{'type':'format','content':o(_0x55800e,'*Set\x20link:*\x20%0','\x22'+_0x4b27bb+'\x22')};}return'unlink'==_0x4bd9b2['commandName']?{'type':'format','content':o(_0x55800e,'*Remove\x20link*')}:void 0x0;}});}}class ft extends _0x3d96fc{['afterInit'](){const _0xf91adf=this['editor'],_0x51b731=_0xf91adf['locale'];if(!_0xf91adf['plugins']['has']('LegacyListEditing'))return;const _0xdbad4a=_0xf91adf['plugins']['get']('TrackChangesEditing'),_0x288f90=_0xf91adf['plugins']['has']('LegacyTodoListEditing');function _0x3b3e30(_0x2da66c){return()=>{const _0x57a078=_0xf91adf['model']['document']['selection'],_0x301ac8=_0xf91adf['commands']['get'](_0x2da66c);if(_0x301ac8['value'])return void _0xf91adf['execute']('paragraph',{});const _0x5c3d75=_0x2da66c['slice'](0x0,-0x4),_0x318d7d=function(_0x399dbe,_0x5557f5,_0x4c498e){let _0x42bbbe=Array['from'](_0x399dbe)['filter'](_0x3ee771=>function(_0x6512d0,_0x3449c9){return _0x3449c9['checkChild'](_0x6512d0['parent'],'listItem')&&!_0x3449c9['isObject'](_0x6512d0);}(_0x3ee771,_0x4c498e));_0x42bbbe=_0x42bbbe['filter'](_0x2f0154=>!_0x2f0154['is']('element','listItem')||_0x2f0154['getAttribute']('listType')!=_0x5557f5);const _0x4c9db1=new Set();for(const _0x52fc63 of _0x42bbbe)_0x52fc63['is']('element','listItem')?_0x4c9db1['add'](Le(_0x52fc63)):_0x4c9db1['add'](_0x52fc63);return Array['from'](_0x4c9db1);}(_0x57a078['getSelectedBlocks'](),_0x5c3d75,_0xf91adf['model']['schema']);_0xf91adf['model']['change'](()=>{for(const _0x1f5ae6 of _0x318d7d)_0xdbad4a['markBlockFormat'](_0x1f5ae6,{'commandName':_0x2da66c,'commandParams':[{'forceValue':!_0x301ac8['value']}],'formatGroupId':'blockName'},Ee(_0x1f5ae6));});};}function _0x1d85e1(_0x5099ee){return()=>{const _0x8ca7c1=function(_0x204098){let _0x3cc986=Array['from'](_0x204098);const _0x557e45=_0x3cc986['findIndex'](_0xe81caa=>'listItem'!=_0xe81caa['name']);return _0x557e45>-0x1&&(_0x3cc986=_0x3cc986['slice'](0x0,_0x557e45)),_0x3cc986;}(_0xf91adf['model']['document']['selection']['getSelectedBlocks']()),_0x41897e=_0xf91adf['model']['createRange'](_0xf91adf['model']['createPositionAt'](_0x8ca7c1[0x0],'before'),_0xf91adf['model']['createPositionAt'](_0x8ca7c1[_0x8ca7c1['length']-0x1],'end'));_0xf91adf['model']['change'](()=>{_0xdbad4a['markBlockFormat'](_0x41897e,{'commandName':_0x5099ee,'commandParams':[],'formatGroupId':'listIndent'},function(_0x1736dd){const _0x24efc8=new Set();for(const _0x4c117e of _0x1736dd){let _0x4dc7cc=_0x4c117e['nextSibling'];for(;_0x4dc7cc&&_0x4dc7cc['getAttribute']('listIndent')>_0x4c117e['getAttribute']('listIndent');)_0x24efc8['add'](_0x4dc7cc),_0x4dc7cc=_0x4dc7cc['nextSibling'];}return Array['from'](_0x24efc8);}(_0x8ca7c1));});};}_0xdbad4a['enableCommand']('numberedList',_0x3b3e30('numberedList')),_0xdbad4a['enableCommand']('bulletedList',_0x3b3e30('bulletedList')),_0x288f90&&_0xdbad4a['enableCommand']('todoList',_0x3b3e30('todoList')),_0xdbad4a['enableCommand']('indentList',_0x1d85e1('indentList')),_0xdbad4a['enableCommand']('outdentList',_0x1d85e1('outdentList')),_0x288f90&&_0xdbad4a['enableCommand']('checkTodoList',()=>{const _0x1b4f1b=_0xf91adf['commands']['get']('checkTodoList'),_0x41f92f=Array['from'](_0x1b4f1b['_selectedElements']);_0x41f92f['filter'](_0x281403=>_0x281403['getAttribute']('todoListChecked')!=_0x1b4f1b['value']),_0xf91adf['model']['change'](()=>{for(const _0x5479c5 of _0x41f92f)_0xdbad4a['markBlockFormat'](_0x5479c5,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x1b4f1b['value']}]});});}),_0xdbad4a['descriptionFactory']['registerElementLabel']('listItem',_0x212c85=>o(_0x51b731,'ELEMENT_LIST_ITEM',_0x212c85)),_0xdbad4a['descriptionFactory']['registerDescriptionCallback'](_0x1fe579=>{if('formatBlock'!=_0x1fe579['type']&&'formatInline'!=_0x1fe579['type'])return;const {data:_0xb0f1ea}=_0x1fe579;if(_0xb0f1ea){if('numberedList'==_0xb0f1ea['commandName']||'bulletedList'==_0xb0f1ea['commandName']||'todoList'==_0xb0f1ea['commandName'])switch(_0xb0f1ea['commandName']['replace']('List','')){case'bulleted':return _0x10b6d3(o(_0x51b731,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x10b6d3(o(_0x51b731,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x10b6d3(o(_0x51b731,'ELEMENT_TODO_LIST'));}if('indentList'==_0xb0f1ea['commandName'])return{'type':'format','content':o(_0x51b731,'*Indent:*\x20%0',o(_0x51b731,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0xb0f1ea['commandName'])return{'type':'format','content':o(_0x51b731,'*Outdent:*\x20%0',o(_0x51b731,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0xb0f1ea['commandName'])return _0xb0f1ea['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x51b731,'*Check\x20item*')}:{'type':'format','content':o(_0x51b731,'*Uncheck\x20item*')};}function _0x10b6d3(_0x1e148d){return{'type':'format','content':o(_0x51b731,'*Change\x20to:*\x20%0',_0x1e148d)};}});}}function Le(_0x4b5b66){const _0x4448bf=_0x4b5b66['getAttribute']('listIndent');if(0x0==_0x4448bf)return _0x4b5b66;let _0x3182e1=_0x4b5b66;for(;_0x4b5b66['previousSibling']&&_0x4b5b66['previousSibling']['is']('element','listItem');){const _0x52800c=_0x4b5b66['previousSibling']['getAttribute']('listIndent');if(_0x52800c==_0x4448bf)_0x3182e1=_0x4b5b66['previousSibling'];else{if(_0x52800c<_0x4448bf)break;}_0x4b5b66=_0x4b5b66['previousSibling'];}return _0x3182e1;}function Ee(_0x86cfee){const _0x3aa5a8=[];if(_0x86cfee['is']('element','listItem')&&_0x86cfee['getAttribute']('listIndent')>0x0){let _0x1fb302=_0x86cfee['nextSibling'];for(;_0x1fb302&&'listItem'==_0x1fb302['name']&&_0x1fb302['getAttribute']('listIndent')==_0x86cfee['getAttribute']('listIndent');)_0x3aa5a8['push'](_0x1fb302),_0x1fb302=_0x1fb302['nextSibling'];}return _0x3aa5a8;}class ht extends _0x3d96fc{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x34e20f=this['editor']['config']['get']('list.properties'),_0x25d475=this['editor']['plugins']['get']('TrackChangesEditing');_0x34e20f['styles']&&_0x25d475['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x34e20f['reversed']&&_0x25d475['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x34e20f['startIndex']&&_0x25d475['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x25d475['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x809aef,_0x59fae5={}){const _0xa7f0fa=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1fcd25=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0xa7f0fa['markMultiRangeBlockFormat'](_0x1fcd25,{'commandName':'listStyle','commandParams':[{'type':_0x59fae5['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x22e915,_0x59e0e9={}){const _0x5a3bea=this['editor']['plugins']['get']('TrackChangesEditing'),_0x44a95b=this['_getSuggestionBlocks'](_0x2cdf6b=>_0x2cdf6b['is']('element','listItem')&&'numbered'===_0x2cdf6b['getAttribute']('listType'));if(_0x44a95b['length']<0x1)return;const _0x527522=_0x44a95b['map'](_0x1688c0=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x1688c0,'before'),this['editor']['model']['createPositionAt'](_0x1688c0,0x0)));this['editor']['model']['change'](()=>{_0x5a3bea['markMultiRangeBlockFormat'](_0x527522,{'commandName':'listReversed','commandParams':[{'reversed':_0x59e0e9['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x15030c,_0x3fbfa3={}){const _0xdf96be=this['editor']['plugins']['get']('TrackChangesEditing'),_0x579e58=this['_getSuggestionBlocks'](_0x390b78=>_0x390b78['is']('element','listItem')&&'numbered'===_0x390b78['getAttribute']('listType'));if(_0x579e58['length']<0x1)return;const _0x463fa1=_0x579e58['map'](_0x1c7787=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x1c7787,'before'),this['editor']['model']['createPositionAt'](_0x1c7787,0x0)));this['editor']['model']['change'](()=>{_0xdf96be['markMultiRangeBlockFormat'](_0x463fa1,{'commandName':'listStart','commandParams':[{'startIndex':_0x3fbfa3['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x4491fe){if('formatBlock'!=_0x4491fe['type']&&'formatInline'!=_0x4491fe['type'])return;const _0x490253=this['editor']['locale'],{data:_0x51731a}=_0x4491fe;if(!_0x51731a)return;let _0x4bfe6e,_0x5f508c;switch(_0x51731a['commandName']){case'listStyle':_0x4bfe6e='*Change\x20to:*\x20%0',_0x5f508c={'type':'format','content':o(_0x490253,_0x4bfe6e,o(_0x490253,this['_getTranslationKeyForListStyle'](_0x51731a['commandParams'][0x0]['type'])))};break;case'listReversed':_0x4bfe6e=_0x51731a['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x5f508c={'type':'format','content':o(_0x490253,_0x4bfe6e)};break;case'listStart':_0x4bfe6e='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x5f508c={'type':'format','content':o(_0x490253,_0x4bfe6e,_0x51731a['commandParams'][0x0]['startIndex'])};}return _0x5f508c;}['_getSuggestionBlocksForListStyle'](){const _0x845fa7=this['editor']['plugins']['get']('LegacyListUtils');let _0x394399=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x394399[0x0]?.['is']('element','listItem')&&_0x394399['unshift'](..._0x845fa7['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x394399[_0x394399['length']-0x1]?.['is']('element','listItem')&&_0x394399['push'](..._0x845fa7['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x394399=[...new Set(_0x394399)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x394399=_0x394399['filter'](_0x242069=>_0x242069['is']('element','listItem'))),_0x394399;}['_getSuggestionBlocks'](_0x273a6c){const _0x758e6=this['editor']['plugins']['get']('LegacyListUtils');let _0x44ce21=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x273a6c)['map'](_0x27c80d=>{const _0x40e52c=this['editor']['model']['createPositionAt'](_0x27c80d,0x0);return[..._0x758e6['getSiblingNodes'](_0x40e52c,'backward'),..._0x758e6['getSiblingNodes'](_0x40e52c,'forward')];})['flat']();return _0x44ce21=[...new Set(_0x44ce21)],_0x44ce21;}['_getTranslationKeyForListStyle'](_0x317a40){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x317a40)||'default')['toUpperCase']()+'_LIST_'+_0x317a40['toUpperCase']()['replace'](/-/g,'_');}}class gt extends _0x3d96fc{['afterInit'](){const _0x520c05=this['editor'];if(!_0x520c05['plugins']['has']('MediaEmbedEditing'))return;const _0x271c5b=_0x520c05['plugins']['get']('TrackChangesEditing'),_0x330a36=_0x520c05['locale'];_0x271c5b['enableCommand']('mediaEmbed'),_0x271c5b['descriptionFactory']['registerElementLabel']('media',_0x58ccb0=>o(_0x330a36,'ELEMENT_MEDIA',_0x58ccb0)),_0x520c05['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x1c36f8,{writer:_0x3f84e3,options:_0x168c16})=>{if(_0x168c16['showSuggestionHighlights'])return _0x3f84e3['createEmptyElement']('div');},'converterPriority':'high'}),_0x520c05['data']['downcastDispatcher']['on']('attribute:url:media',(_0x23a2f1,_0x36e94d,_0x528262)=>{_0x528262['options']['showSuggestionHighlights']&&_0x23a2f1['stop']();},{'priority':'high'});}}class lt extends _0x3d96fc{['afterInit'](){const _0x5be6a2=this['editor'];_0x5be6a2['plugins']['has']('MentionEditing')&&_0x5be6a2['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class dt extends _0x3d96fc{['afterInit'](){const _0x4282cb=this['editor'];if(!_0x4282cb['plugins']['has']('MergeFieldsEditing'))return;const _0x17f8d0=_0x4282cb['plugins']['get']('TrackChangesEditing'),_0x3b30b9=_0x4282cb['locale'];_0x17f8d0['enableCommand']('insertMergeField'),_0x17f8d0['enableCommand']('insertMergeFieldBlock'),_0x17f8d0['enableCommand']('insertMergeFieldImage'),_0x17f8d0['descriptionFactory']['registerElementLabel']('mergeField',_0x5b337d=>o(_0x3b30b9,'ELEMENT_MERGE_FIELD',_0x5b337d)),_0x17f8d0['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x5acf18=>o(_0x3b30b9,'ELEMENT_MERGE_FIELD',_0x5acf18)),_0x17f8d0['descriptionFactory']['registerDescriptionCallback'](_0x3a9adc=>{if('insertion'!=_0x3a9adc['type']&&'deletion'!=_0x3a9adc['type'])return;const _0x4d2684=_0x3a9adc['getContainedElement']();if(null==_0x4d2684)return;const _0x242b46=_0x4282cb['plugins']['get']('MergeFieldsEditing');let _0x554d09;switch(_0x242b46['getMergeFieldType'](_0x4d2684)){case null:return;case'image':{const _0x55339e=_0x242b46['unwrapAffixes'](_0x4d2684['getAttribute']('src'));_0x554d09=_0x242b46['getLabel'](_0x55339e)||_0x55339e;break;}default:{const _0x497bf2=_0x4d2684['getAttribute']('id');_0x554d09=_0x242b46['getLabel'](_0x497bf2)||_0x497bf2;break;}}return'insertion'==_0x3a9adc['type']?{'type':'insertion','content':o(_0x3b30b9,'*Insert:*\x20%0','\x22'+_0x554d09+'\x22\x20'+o(_0x3b30b9,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x3b30b9,'*Remove:*\x20%0','\x22'+_0x554d09+'\x22\x20'+o(_0x3b30b9,'ELEMENT_MERGE_FIELD'))};});}}class mt extends _0x3d96fc{['afterInit'](){const _0x3ce569=this['editor'],_0x32e0b0=_0x3ce569['plugins']['get']('TrackChangesEditing');_0x3ce569['plugins']['has']('MultiLevelList')&&(_0x32e0b0['enableDefaultAttributesIntegration']('multiLevelList'),_0x32e0b0['registerBlockAttribute']('listMarkerStyle'),_0x32e0b0['descriptionFactory']['registerDescriptionCallback'](_0x7770ec=>this['handleDescriptions'](_0x7770ec)));}['handleDescriptions'](_0x3725da){const _0x3eaee3=this['editor']['locale'],{data:_0x77d9b4}=_0x3725da,_0x1dd13d={'type':'format','content':''};if(_0x77d9b4&&'listMarkerStyle'==_0x77d9b4['key']){if(!_0x77d9b4['oldValue'])return{'type':'format','content':o(_0x3eaee3,'*Set\x20format:*\x20%0',o(_0x3eaee3,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x77d9b4['newValue']+')'};if(!_0x77d9b4['newValue']){let _0x16da5d=_0x3725da['head'];for(;_0x16da5d;){if(_0x16da5d['data']&&'listType'==_0x16da5d['data']['key']&&_0x16da5d['data']['newValue'])return _0x1dd13d;_0x16da5d=_0x16da5d['next'];}return{'type':'format','content':o(_0x3eaee3,'*Remove\x20format:*\x20%0',o(_0x3eaee3,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x77d9b4['oldValue']+')'};}}}}class pt extends _0x3d96fc{['afterInit'](){const _0x25a806=this['editor'];if(!_0x25a806['plugins']['has']('PageBreakEditing'))return;_0x25a806['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x36bfad=_0x25a806['plugins']['get']('TrackChangesEditing'),_0x238a0a=_0x25a806['locale'];_0x36bfad['descriptionFactory']['registerElementLabel']('pageBreak',_0x1229c3=>o(_0x238a0a,'ELEMENT_PAGE_BREAK',_0x1229c3));}}class kt extends _0x3d96fc{['afterInit'](){const _0x25f7ec=this['editor'];if(!_0x25f7ec['plugins']['has']('Paragraph'))return;const _0x8d003f=_0x25f7ec['locale'],_0x134578=_0x25f7ec['plugins']['get']('TrackChangesEditing');_0x134578['descriptionFactory']['registerElementLabel']('paragraph',_0x559ac1=>o(_0x8d003f,'ELEMENT_PARAGRAPH',_0x559ac1)),_0x134578['enableDefaultAttributesIntegration']('paragraph'),_0x134578['enableCommand']('insertParagraph'),_0x25f7ec['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x25f7ec),{'priority':'highest'}),_0x25f7ec['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x1dc064,_0x1f1c87,_0x38cc13)=>{_0x38cc13['options']['showSuggestionHighlights']&&nr(_0x25f7ec,{'showActiveMarker':!0x1})(_0x1dc064,_0x1f1c87,_0x38cc13);},{'priority':'highest'});const _0x208e9=_0x134578['descriptionFactory'];_0x208e9['registerDescriptionCallback'](_0x4f7796=>{if('insertion'!==_0x4f7796['type'])return;const {start:_0x3cc2db,end:_0x38f946}=_0x4f7796['getFirstRange']();if(!_0x3cc2db['isTouching'](_0x38f946)||!_0x3cc2db['nodeAfter'])return;const _0x163eca=_0x25f7ec['model']['schema'],_0x298045=_0x3cc2db['nodeAfter'];return _0x163eca['isBlock'](_0x298045)&&!_0x163eca['isLimit'](_0x298045)&&_0x163eca['checkChild'](_0x298045,'$text')?{'type':'insertion','content':o(_0x8d003f,'*Insert:*\x20%0',_0x208e9['getItemLabel'](_0x298045,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x40cc26=this['editor'],_0x18e178=_0x40cc26['locale'];_0x40cc26['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1520e4=>{if('formatBlock'!=_0x1520e4['type'])return;const {data:_0x5f552c}=_0x1520e4;return _0x5f552c&&'paragraph'==_0x5f552c['commandName']?{'type':'format','content':o(_0x18e178,'*Change\x20to:*\x20%0',o(_0x18e178,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x5dfe93,{showActiveMarker:_0x529999=!0x0}={}){return(_0x1c663e,_0x36d61c,_0x3eddd2)=>{const _0x64ed8e=_0x5dfe93['plugins']['get']('TrackChangesEditing'),_0x1385df=_0x36d61c['markerRange']['start'],_0x17fb8e=_0x36d61c['markerRange']['end'],_0x2c8d31=_0x5dfe93['model']['schema'];if(!_0x1385df['isTouching'](_0x17fb8e)||!_0x1385df['nodeAfter'])return;const _0x28c9e8=_0x1385df['nodeAfter'];if(_0x2c8d31['isBlock'](_0x28c9e8)&&!_0x2c8d31['isLimit'](_0x28c9e8)&&_0x2c8d31['checkChild'](_0x28c9e8,'$text')){if(!_0x3eddd2['consumable']['consume'](_0x36d61c['markerRange'],_0x1c663e['name']))return;const {id:_0x42ec1c,authorId:_0x49c311}=_0x64ed8e['_splitMarkerName'](_0x36d61c['markerName']),_0x2e3ef6=_0x3eddd2['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-suggestion':_0x42ec1c,'data-author-id':_0x49c311}),_0x55eb3e=_0x3eddd2['mapper']['toViewPosition'](_0x17fb8e);_0x529999&&_0x64ed8e['activeMarkers']['includes'](_0x36d61c['markerName'])&&_0x3eddd2['writer']['addClass']('ck-suggestion-marker--active',_0x2e3ef6),_0x3eddd2['writer']['insert'](_0x55eb3e,_0x2e3ef6),_0x3eddd2['mapper']['bindElementToMarker'](_0x2e3ef6,_0x36d61c['markerName']);}};}class wt extends _0x3d96fc{['afterInit'](){const _0xac546c=this['editor'];_0xac546c['commands']['get']('replaceSource')&&_0xac546c['plugins']['get']('TrackChangesEditing')['enableCommand']('replaceSource');}}class bt extends _0x3d96fc{['afterInit'](){const _0x244f66=this['editor'];if(!_0x244f66['plugins']['has']('RemoveFormatEditing'))return;_0x244f66['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x56ed07=this['editor'];_0x56ed07['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4d002d=>{if('formatBlock'!=_0x4d002d['type']&&'formatInline'!=_0x4d002d['type'])return;const {data:_0x3d200c}=_0x4d002d;return _0x3d200c&&'removeFormat'==_0x3d200c['commandName']?{'type':'format','content':o(_0x56ed07['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class yt extends _0x3d96fc{['afterInit'](){const _0x589921=this['editor'];if(!_0x589921['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x39623d=_0x589921['plugins']['get']('TrackChangesEditing');_0x39623d['enableCommand']('goToPreviousRestrictedEditingException'),_0x39623d['enableCommand']('goToNextRestrictedEditingException');const _0x590114=_0x589921['plugins']['get']('RestrictedEditingModeEditing');_0x590114['enableCommand']('trackChanges'),_0x590114['enableCommand']('acceptSuggestion'),_0x590114['enableCommand']('discardSuggestion'),_0x590114['enableCommand']('acceptAllSuggestions'),_0x590114['enableCommand']('discardAllSuggestions'),_0x590114['enableCommand']('acceptSelectedSuggestions'),_0x590114['enableCommand']('discardSelectedSuggestions');}}class jt extends _0x3d96fc{['afterInit'](){const _0x23eb5f=this['editor'];if(!_0x23eb5f['plugins']['has']('ShiftEnter'))return;const _0x1678ea=_0x23eb5f['plugins']['get']('TrackChangesEditing');_0x1678ea['enableCommand']('shiftEnter'),_0x23eb5f['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',je(_0x23eb5f),{'priority':'high'}),_0x23eb5f['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',je(_0x23eb5f),{'priority':'high'}),_0x23eb5f['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x1ddda7,_0x140828,_0x22660b)=>{_0x22660b['options']['showSuggestionHighlights']&&je(_0x23eb5f,{'showActiveMarker':!0x1})(_0x1ddda7,_0x140828,_0x22660b);}),_0x1678ea['descriptionFactory']['registerElementLabel']('softBreak',_0xb1c548=>o(_0x23eb5f['locale'],'ELEMENT_LINE_BREAK',_0xb1c548));}}function je(_0x3a698b,{showActiveMarker:_0x43f059=!0x0}={}){return(_0x1fefb3,_0xb6378,_0x3c986d)=>{const _0x3c2f88=_0x3a698b['plugins']['get']('TrackChangesEditing');if(!_0x3c986d['consumable']['test'](_0xb6378['markerRange'],_0x1fefb3['name']))return;const _0x476c1b=_0x3a698b['model'];for(const _0x5c2f53 of _0xb6378['markerRange']['getItems']()){if(!_0x5c2f53['is']('element','softBreak'))continue;const _0x121cd0='deletion'==_0xb6378['markerName']['split'](':')[0x1]?'merge':'split',{id:_0x55d27e,authorId:_0x107fb1}=_0x3c2f88['_splitMarkerName'](_0xb6378['markerName']),_0x5c95dd=_0x3c986d['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x121cd0,'data-suggestion':_0x55d27e,'data-author-id':_0x107fb1}),_0x40b9dd=_0x3c986d['mapper']['toViewPosition'](_0x476c1b['createPositionBefore'](_0x5c2f53));_0x43f059&&_0x3c2f88['activeMarkers']['includes'](_0xb6378['markerName'])&&_0x3c986d['writer']['addClass']('ck-suggestion-marker--active',_0x5c95dd),_0x3c986d['writer']['insert'](_0x40b9dd,_0x5c95dd),_0x3c986d['mapper']['bindElementToMarker'](_0x5c95dd,_0xb6378['markerName']);}};}class St extends _0x3d96fc{['afterInit'](){const _0x45a4a6=this['editor'],_0xf756c6=_0x45a4a6['model'],_0x42c856=_0x45a4a6['locale'];if(!_0x45a4a6['plugins']['has']('StandardEditingModeEditing'))return;const _0x39e8b6=_0x45a4a6['plugins']['get']('TrackChangesEditing'),_0x307941='restrictedEditingException',_0x53f801=_0x45a4a6['commands']['get'](_0x307941);_0x39e8b6['enableCommand'](_0x307941,(_0x18539d,_0x17de7a={})=>{const _0x451d6b=_0xf756c6['document']['selection'];if(_0x451d6b['isCollapsed'])return void _0x18539d(_0x17de7a);const _0x17b416=void 0x0!==_0x17de7a['forceValue']?_0x17de7a['forceValue']:!_0x53f801['value'];_0xf756c6['change'](()=>{const _0x4d5537=Array['from'](_0x451d6b['getRanges']());for(const _0x5e4058 of _0x4d5537){const _0x41fdbe=_0x17b416?[_0x5e4058]:io(_0x307941,_0x5e4058,_0xf756c6);for(const _0x11388a of _0x41fdbe)_0x39e8b6['markInlineFormat'](_0x11388a,{'commandName':_0x307941,'commandParams':[{'forceValue':_0x17b416}]});}});}),_0x39e8b6['descriptionFactory']['registerDescriptionCallback'](_0x25f25f=>{if('formatBlock'!=_0x25f25f['type']&&'formatInline'!=_0x25f25f['type'])return;const {data:_0x59ae6a}=_0x25f25f;return _0x59ae6a&&_0x59ae6a['commandName']==_0x307941?_0x59ae6a['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x42c856,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x42c856,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class It extends _0x3d96fc{['afterInit'](){const _0x1ff4e2=this['editor'];if(!_0x1ff4e2['plugins']['has']('Style')||!_0x1ff4e2['plugins']['has']('DataSchema'))return;const _0x187c77=_0x1ff4e2['plugins']['get']('TrackChangesEditing'),_0x201166=_0x1ff4e2['locale'],_0x3dd68a=_0x1ff4e2['config']['get']('style')||{},_0x56f8c0=_0x1ff4e2['plugins']['get']('GeneralHtmlSupport'),_0x641048=_0x1ff4e2['plugins']['get']('StyleUtils')['normalizeConfig'](_0x1ff4e2['plugins']['get']('DataSchema'),_0x3dd68a['definitions']);_0x187c77['enableDefaultAttributesIntegration']('style');const _0x3d3aea=new Set();for(const _0x3654d1 of _0x641048['block']){const _0x36cb5b=_0x56f8c0['getGhsAttributeNameForElement'](_0x3654d1['element']);_0x3d3aea['add'](_0x36cb5b);}const _0x4af400=new Set();for(const _0xacec96 of _0x641048['inline']){const _0xb6ad8e=_0x56f8c0['getGhsAttributeNameForElement'](_0xacec96['element']);_0x4af400['add'](_0xb6ad8e);for(const _0x41a55c of _0xacec96['ghsAttributes'])_0x4af400['add'](_0x41a55c);}for(const _0x26f9bf of _0x3d3aea)_0x187c77['registerBlockAttribute'](_0x26f9bf),_0x187c77['descriptionFactory']['registerAttributeLabel'](_0x26f9bf,o(_0x201166,'FORMAT_STYLE'));for(const _0x3355b0 of _0x4af400)_0x187c77['registerInlineAttribute'](_0x3355b0),_0x187c77['descriptionFactory']['registerAttributeLabel'](_0x3355b0,o(_0x201166,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5116aa=this['editor'],_0x32a924=_0x5116aa['locale'];_0x5116aa['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5bd231=>{if('formatBlock'!=_0x5bd231['type']&&'formatInline'!=_0x5bd231['type'])return;const {data:_0x559ee9}=_0x5bd231;return _0x559ee9&&'style'===_0x559ee9['commandName']?_0x559ee9['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x32a924,'*Set\x20format:*\x20%0',_0x559ee9['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x32a924,'*Remove\x20format:*\x20%0',_0x559ee9['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class At extends _0x3d96fc{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x396024){super(_0x396024),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x5cab9e=this['editor'],_0x11d0f8=_0x5cab9e['model']['document']['selection'];if(!_0x5cab9e['plugins']['has']('TableEditing'))return;const _0x31f9f5=_0x5cab9e['locale'],_0x493974=_0x5cab9e['plugins']['get']('TrackChangesEditing'),_0xa449d4=_0x5cab9e['plugins']['get']('TableUtils');_0x493974['descriptionFactory']['registerElementLabel']('table',_0x11da54=>o(_0x31f9f5,'ELEMENT_TABLE',_0x11da54)),this['_setupColumnsRowsFixing'](),_0x493974['enableCommand']('insertTable'),_0x493974['enableCommand']('selectTableRow'),_0x493974['enableCommand']('selectTableColumn');for(const _0x547cad of['insertTableRowAbove','insertTableRowBelow']){const _0x5d84d3=_0x5cab9e['commands']['get'](_0x547cad);_0x493974['enableCommand'](_0x547cad,_0x776641=>{_0x5cab9e['model']['change'](_0x3542f3=>{_0x776641();const _0x2d7898='above'===_0x5d84d3['order'],_0x4bbb1b=_0xa449d4['getSelectionAffectedTableCells'](_0x11d0f8),_0x5d8ad0=_0xa449d4['getRowIndexes'](_0x4bbb1b),_0x3c18d5=_0x2d7898?_0x5d8ad0['first']-0x1:_0x5d8ad0['last']+0x1,_0x498218=_0x4bbb1b[0x0]['findAncestor']('table'),_0x58d5d6=_0xa449d4['createTableWalker'](_0x498218,{'startRow':_0x3c18d5,'endRow':_0x3c18d5}),_0x8b8a1b=Array['from'](_0x58d5d6)['map'](_0xb41f51=>_0x3542f3['createRangeOn'](_0xb41f51['cell']));_0x493974['markMultiRangeInsertion'](_0x8b8a1b,'tableRow');});});}for(const _0x2187e6 of['insertTableColumnLeft','insertTableColumnRight']){const _0x570018=_0x5cab9e['commands']['get'](_0x2187e6);_0x493974['enableCommand'](_0x2187e6,_0x346d14=>{_0x5cab9e['model']['change'](_0x5dc513=>{_0x346d14();const _0x2b6441='left'===_0x570018['order'],_0x57808f=_0xa449d4['getSelectionAffectedTableCells'](_0x11d0f8),_0x1c7330=_0xa449d4['getColumnIndexes'](_0x57808f),_0x101bdb=_0x2b6441?_0x1c7330['first']-0x1:_0x1c7330['last']+0x1,_0x79f416=_0x57808f[0x0]['findAncestor']('table'),_0x5e0e0f=_0xa449d4['createTableWalker'](_0x79f416,{'startRow':0x0,'column':_0x101bdb,'includeAllSlots':!0x1}),_0xddcf3f=Array['from'](_0x5e0e0f)['map'](_0x447d5b=>_0x5dc513['createRangeOn'](_0x447d5b['cell']));_0x493974['markMultiRangeInsertion'](_0xddcf3f,'tableColumn');});});}for(const _0x5e2a5d of['removeTableRow','removeTableColumn']){const _0x26fa90=_0x5e2a5d['substr'](0xb),_0xa287ed=_0x26fa90['toLowerCase'](),_0x49e757=_0xa287ed['substr'](0x0,0x3)+'span',_0x5e77a7='table'+_0x26fa90,_0x5b7fc7='min'+_0x26fa90,_0x2463b8='max'+_0x26fa90;_0x493974['enableCommand'](_0x5e2a5d,()=>{_0x5cab9e['model']['change'](_0x3c07fd=>{const _0x2e7fe6=_0xa449d4['getSelectionAffectedTableCells'](_0x11d0f8),_0x578cc9=_0x2e7fe6[0x0]['findAncestor']('table');let _0x2bab44;if('removeTableRow'==_0x5e2a5d){const _0x96ea09=_0xa449d4['getRowIndexes'](_0x2e7fe6);_0x2bab44={'startRow':_0x96ea09['first'],'endRow':_0x96ea09['last'],'includeAllSlots':!0x0};}else{const _0x51061f=_0xa449d4['getColumnIndexes'](_0x2e7fe6);_0x2bab44={'startColumn':_0x51061f['first'],'endColumn':_0x51061f['last'],'includeAllSlots':!0x0};}const _0x43e69a=_0xa449d4['createTableWalker'](_0x578cc9,_0x2bab44),_0x11864c=Array['from'](_0x43e69a)['map'](({cell:_0xc1fe71})=>_0xc1fe71),_0x28aecb=Ne(_0x11864c['filter'](_0x57517c=>_0x57517c['hasAttribute'](_0x49e757))),_0x4c39d1=Ne(_0x11864c['filter'](_0x5108d5=>!_0x5108d5['hasAttribute'](_0x49e757)))['map'](_0x418c10=>_0x3c07fd['createRangeOn'](_0x418c10)),_0x36462f=_0x493974['markMultiRangeDeletion'](_0x4c39d1,_0x5e77a7);if(_0x36462f&&('tableRow'==_0x36462f['subType']||'tableColumn'==_0x36462f['subType'])){const _0x358d33=this['_getSuggestionCoords'](_0x36462f);for(const _0x49b07f of _0x28aecb){const _0x27dadc=_0x3c07fd['createRangeOn'](_0x49b07f),_0x5e21a8=_0xa449d4['getCellLocation'](_0x49b07f),_0x62b33c=_0x49b07f['getAttribute'](_0x49e757)-0x1,_0x33c8e1=_0x358d33[_0x5b7fc7],_0x5d5ffd=_0x358d33[_0x2463b8];_0x33c8e1<=_0x5e21a8[_0xa287ed]&&_0x5e21a8[_0xa287ed]+_0x62b33c<=_0x5d5ffd&&_0x36462f['addRange'](_0x27dadc);}}});});}function _0x1e3734(_0x54663f){const _0x1a4af1=Array['from'](_0x11d0f8['getRanges']())['map'](_0x5ebecf=>_0x2e68e7['fromRange'](_0x5ebecf));_0x5cab9e['model']['change'](_0x52bb2b=>{const _0x17b765=_0x52bb2b['batch'];_0x54663f=_0x54663f['filter'](_0x57cf6d=>'$graveyard'!=_0x57cf6d['root']['rootName']),_0x52bb2b['setSelection'](_0x54663f),_0x5cab9e['commands']['get']('removeTableRow')['refresh'](),_0x5cab9e['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x5cab9e['model']['enqueueChange'](()=>{_0x5cab9e['model']['enqueueChange'](_0x17b765,_0x3d7409=>{const _0x2cf2c4=_0x1a4af1['filter'](_0x6438a=>'$graveyard'!=_0x6438a['root']['rootName']);_0x2cf2c4['length']>0x0&&_0x3d7409['setSelection'](_0x2cf2c4);for(const _0x4fb73d of _0x1a4af1)_0x4fb73d['detach']();});});});}function _0xdaf6d4(_0x1f8a96){_0x5cab9e['model']['change'](_0x1a0994=>{const _0x519a90=Array['from'](_0x11d0f8['getRanges']())['map'](_0x47c73b=>_0x2e68e7['fromRange'](_0x47c73b)),_0x10dbc8=[];for(const _0x1d746f of _0x1f8a96)for(const _0x5b6fdb of _0x1d746f['getItems']({'shallow':!0x0}))_0x10dbc8['push'](_0x5b6fdb);for(const _0x559c09 of _0x10dbc8)'$graveyard'!=_0x559c09['root']['rootName']&&(_0x1a0994['setSelection'](_0x1a0994['createPositionAt'](_0x559c09,0x0)),_0x5cab9e['commands']['get']('removeTableColumn')['refresh'](),_0x5cab9e['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x5a7631=_0x519a90['filter'](_0x1c6e08=>'$graveyard'!=_0x1c6e08['root']['rootName']);_0x5a7631['length']>0x0&&_0x1a0994['setSelection'](_0x5a7631);for(const _0x311180 of _0x519a90)_0x311180['detach']();});}function _0x4d3824(_0x3dc48f,_0x2831b1){return _0x2831b1['every'](_0x5e4808=>_0x3dc48f['some'](_0xe378d9=>_0xe378d9['end']['isEqual'](_0x5e4808['start'])||_0x5e4808['end']['isEqual'](_0xe378d9['start'])));}function _0x3ea29d(_0x4744cc,_0x1f7ac1){return!_0x4744cc['some'](_0x330225=>_0x1f7ac1['some'](_0x65de07=>_0x330225['isIntersecting'](_0x65de07)))&&_0x4744cc['some'](_0x18d10f=>_0x1f7ac1['some'](_0xc938ce=>_0x18d10f['end']['isTouching'](_0xc938ce['start'])));}_0x5cab9e['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x543b98,_0x4776e0,_0x209270)=>{if(!_0x209270['options']['showSuggestionHighlights'])return;const _0x15792a=_0x4776e0['item'];if(!_0x15792a||!_0x15792a['is']('element','tableCell'))return;const _0x209f8f=_0x209270['mapper']['toViewElement'](_0x15792a);if(_0x209f8f){const {id:_0x5b7c6a,authorId:_0x512c48}=_0x493974['_splitMarkerName'](_0x4776e0['markerName']);_0x1befee(_0x209f8f,_0x209270['writer'],(_0x467f1d,_0x461aba,_0x28f7bf)=>{_0x28f7bf['addClass'](_0x5a68fb(_0x461aba['classes']),_0x467f1d),_0x28f7bf['setAttribute']('data-suggestion-id',_0x5b7c6a,_0x467f1d),_0x28f7bf['setAttribute']('data-author-id',_0x512c48,_0x467f1d);},(_0x2b7a46,_0x519977,_0x33bd32)=>{_0x33bd32['removeClass'](_0x5a68fb(_0x519977['classes']),_0x2b7a46),_0x33bd32['removeAttribute']('data-suggestion-id',_0x2b7a46),_0x33bd32['removeAttribute']('data-author-id',_0x2b7a46);});}},{'priority':'highest'}),_0x493974['descriptionFactory']['registerDescriptionCallback'](_0x41301f=>{if('insertion'!=_0x41301f['type']&&'deletion'!=_0x41301f['type'])return;const _0x24fdb7=_0x41301f['getContainedElement']();if(null!=_0x24fdb7&&_0x24fdb7['is']('element','table')){if('insertion'==_0x41301f['type']){const _0x1dba3b=_0x41301f['getItems']()['filter'](_0x3d9cac=>_0x3d9cac['is']('$textProxy'))['map'](_0x515c2e=>_0x515c2e['data']);if(_0x1dba3b['length'])return{'type':'insertion','content':o(_0x31f9f5,'*Insert:*\x20%0',o(_0x31f9f5,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x1dba3b['join']('\x20')+'\x22'))};}if('deletion'==_0x41301f['type']){const _0x379b9b=_0x41301f['getItems']()['filter'](_0x38b6dc=>_0x38b6dc['is']('$textProxy'))['map'](_0x1ff11d=>_0x1ff11d['data']);if(_0x379b9b['length'])return{'type':'deletion','content':o(_0x31f9f5,'*Remove:*\x20%0',o(_0x31f9f5,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x379b9b['join']('\x20')+'\x22'))};}}}),_0x493974['descriptionFactory']['registerDescriptionCallback'](_0x2ae048=>{if('tableRow'==_0x2ae048['subType']){const _0x1d8503=_0x2ae048['getItems']()['filter'](_0x4d9b1d=>_0x4d9b1d['is']('$textProxy'))['map'](_0x1f1aa6=>_0x1f1aa6['data']),_0x1ff501=this['_getSuggestionCoords'](_0x2ae048),_0x161560=_0x1ff501['maxRow']-_0x1ff501['minRow']+0x1;if('insertion'==_0x2ae048['type'])return _0x1d8503['length']?{'type':'insertion','content':o(_0x31f9f5,'*Insert:*\x20%0',o(_0x31f9f5,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x161560,'\x22'+_0x1d8503['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x31f9f5,'*Insert:*\x20%0',o(_0x31f9f5,'ELEMENT_TABLE_ROW',_0x161560))};if('deletion'==_0x2ae048['type'])return _0x1d8503['length']?{'type':'deletion','content':o(_0x31f9f5,'*Remove:*\x20%0',o(_0x31f9f5,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x161560,'\x22'+_0x1d8503['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x31f9f5,'*Remove:*\x20%0',o(_0x31f9f5,'ELEMENT_TABLE_ROW',_0x161560))};}if('tableColumn'==_0x2ae048['subType']){const _0x9a76d1=_0x2ae048['getItems']()['filter'](_0x871577=>_0x871577['is']('$textProxy'))['map'](_0x10f0f1=>_0x10f0f1['data']),_0x2116fc=this['_getSuggestionCoords'](_0x2ae048),_0x4d1af7=_0x2116fc['maxColumn']-_0x2116fc['minColumn']+0x1;if('insertion'==_0x2ae048['type'])return _0x9a76d1['length']?{'type':'insertion','content':o(_0x31f9f5,'*Insert:*\x20%0',o(_0x31f9f5,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x4d1af7,'\x22'+_0x9a76d1['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x31f9f5,'*Insert:*\x20%0',o(_0x31f9f5,'ELEMENT_TABLE_COLUMN',_0x4d1af7))};if('deletion'==_0x2ae048['type'])return _0x9a76d1['length']?{'type':'deletion','content':o(_0x31f9f5,'*Remove:*\x20%0',o(_0x31f9f5,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x4d1af7,'\x22'+_0x9a76d1['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x31f9f5,'*Remove:*\x20%0',o(_0x31f9f5,'ELEMENT_TABLE_COLUMN',_0x4d1af7))};}}),_0x493974['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x1e3734),_0x493974['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x1e3734),_0x493974['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0xdaf6d4),_0x493974['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0xdaf6d4),_0x493974['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x4d3824),_0x493974['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x4d3824),_0x493974['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x3ea29d),_0x493974['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x3ea29d);}['_acceptFormatSuggestionCallbackFactory'](){const _0x634b92=this['editor'],_0xb1e146=_0x634b92['model']['document']['selection'];return(_0x4b18bc,_0x5ae763)=>{_0x634b92['model']['change'](_0x415e0a=>{const {commandName:_0x423e1a,commandParams:_0x44ade8}=_0x5ae763;let _0x5028b1=_0x4b18bc[0x0]['end']['nodeBefore'];_0x44ade8&&_0x44ade8[0x0]&&!0x1===_0x44ade8[0x0]['forceValue']&&(_0x5028b1=_0x4b18bc[0x0]['start']['nodeAfter']);const _0x1aa908=_0x415e0a['createRangeIn'](_0x5028b1);if('$graveyard'==_0x1aa908['root']['rootName'])return;const _0x245d54=Array['from'](_0xb1e146['getRanges']())['map'](_0x4e840c=>_0x2e68e7['fromRange'](_0x4e840c));_0x415e0a['setSelection'](_0x1aa908),_0x634b92['commands']['get'](_0x423e1a)['refresh'](),_0x44ade8['push']({'forceDefaultExecution':!0x0}),_0x634b92['execute'](_0x423e1a,..._0x44ade8);const _0x5848ab=_0x245d54['filter'](_0x6dadde=>'$graveyard'!=_0x6dadde['root']['rootName']);_0x5848ab['length']>0x0&&_0x415e0a['setSelection'](_0x5848ab);for(const _0xccd6a0 of _0x245d54)_0xccd6a0['detach']();});};}['_getCoordsForCells'](_0x5a754f){const _0x5590d2=this['editor']['plugins']['get']('TableUtils');let _0x183281=Number['MAX_SAFE_INTEGER'],_0x1aaa64=Number['MIN_SAFE_INTEGER'],_0x489290=Number['MAX_SAFE_INTEGER'],_0x674249=Number['MIN_SAFE_INTEGER'];for(const _0x3c73b7 of _0x5a754f){if('$graveyard'==_0x3c73b7['root']['rootName'])continue;const {row:_0x713f1c,column:_0x1a6f7a}=_0x5590d2['getCellLocation'](_0x3c73b7),_0x1075c8=_0x3c73b7['hasAttribute']('rowspan')?_0x3c73b7['getAttribute']('rowspan')-0x1:0x0,_0x48ede1=_0x3c73b7['hasAttribute']('colspan')?_0x3c73b7['getAttribute']('colspan')-0x1:0x0;_0x183281=_0x713f1c<_0x183281?_0x713f1c:_0x183281,_0x1aaa64=_0x713f1c+_0x1075c8>_0x1aaa64?_0x713f1c+_0x1075c8:_0x1aaa64,_0x489290=_0x1a6f7a<_0x489290?_0x1a6f7a:_0x489290,_0x674249=_0x1a6f7a+_0x48ede1>_0x674249?_0x1a6f7a+_0x48ede1:_0x674249;}return{'minRow':_0x183281,'maxRow':_0x1aaa64,'minColumn':_0x489290,'maxColumn':_0x674249};}['_setupColumnsRowsFixing'](){const _0x507ea9=this['editor'],_0x5f5db5=_0x507ea9['plugins']['get']('TrackChangesEditing'),_0x833f39=_0x507ea9['plugins']['get']('TableUtils');_0x507ea9['model']['document']['on']('change:data',()=>{const _0x95d079=Array['from'](_0x507ea9['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1cb87c,data:_0x1a2be2}of _0x95d079){const {group:_0x3e4876,id:_0x2fc6d8,subType:_0x183b71}=_0x5f5db5['_splitMarkerName'](_0x1cb87c);if('suggestion'!=_0x3e4876)continue;if(null!=_0x1a2be2['oldRange'])continue;const _0x5c9c4f=_0x5f5db5['getSuggestion'](_0x2fc6d8);this['_tablePostFixingSubtypes']['includes'](_0x183b71)&&this['_tableSuggestions']['add'](_0x5c9c4f);}},{'priority':'low'});const _0x1706b5=(_0x3a6e82,_0x18c7fa)=>{let _0x22451b=!0x1;const _0x55b13d=_0x18c7fa['createRangeOn'](_0x3a6e82),_0x180493=_0x3a6e82['findAncestor']('table'),_0xa18e4d=_0x833f39['getCellLocation'](_0x3a6e82);for(const _0x2ea2ed of this['_tableSuggestions']){const _0x444b1b=_0x2ea2ed['subType'],_0x4813f5=_0x444b1b['startsWith']('tablePaste'),_0x2df4ca=_0x444b1b['substr'](_0x4813f5?0xa:0x5),_0x131913=_0x2df4ca['toLowerCase'](),_0x24404e=_0x131913['substr'](0x0,0x3)+'span',_0x28188e='min'+_0x2df4ca,_0x241833='max'+_0x2df4ca;if(!_0x2ea2ed['isInContent'])continue;if(_0x180493!=_0x2ea2ed['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x2ea2ed['isIntersectingWithRange'](_0x55b13d))continue;const _0x50a44e=_0x3a6e82['hasAttribute'](_0x24404e)?_0x3a6e82['getAttribute'](_0x24404e)-0x1:0x0,_0x476a69=this['_getSuggestionCoords'](_0x2ea2ed),_0x29670c=_0x476a69[_0x28188e],_0x3b473f=_0x476a69[_0x241833];_0x29670c<=_0xa18e4d[_0x131913]&&_0xa18e4d[_0x131913]+_0x50a44e<=_0x3b473f&&(_0x2ea2ed['addRange'](_0x55b13d),_0x22451b=!0x0);}return _0x22451b;};_0x507ea9['model']['document']['registerPostFixer'](_0x3d61cf=>{let _0x4bed63=!0x1;for(const _0x33b636 of _0x507ea9['model']['document']['differ']['getChanges']())if('insert'==_0x33b636['type']){if('tableRow'==_0x33b636['name']){for(const _0x53a976 of _0x33b636['position']['nodeAfter']['getChildren']())_0x4bed63=_0x4bed63||_0x1706b5(_0x53a976,_0x3d61cf);}else'tableCell'==_0x33b636['name']&&(_0x4bed63=_0x4bed63||_0x1706b5(_0x33b636['position']['nodeAfter'],_0x3d61cf));}return _0x4bed63;});}['_getSuggestionCoords'](_0x237aec){return this['_getCoordsForCells'](_0x237aec['getRanges']()['map'](_0xe4030a=>_0xe4030a['start']['nodeAfter']));}}function Ne(_0x168206){return Array['from'](new Set(_0x168206)['values']());}class _t extends _0x3d96fc{static get['requires'](){return[At];}['afterInit'](){const _0x43e62b=this['editor'],_0x1c0d7f=_0x43e62b['model']['document']['selection'],_0x50b000=_0x43e62b['locale'];if(!_0x43e62b['plugins']['has']('TableEditing'))return;const _0x5941ad=_0x43e62b['plugins']['get']('TrackChangesEditing'),_0x12fe06=_0x43e62b['plugins']['get']('TableUtils'),_0x2566f7=_0x43e62b['plugins']['get'](At);_0x2566f7['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x5941ad['enableCommand']('mergeTableCells',()=>{const _0x4300e1=_0x12fe06['getSelectionAffectedTableCells'](_0x43e62b['model']['document']['selection']);_0x43e62b['model']['change'](()=>{_0x5941ad['markMultiRangeBlockFormat'](_0x4300e1,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x43e62b['commands']['get']('mergeTableCells')['on']('execute',(_0x471479,_0x4eeb94)=>{_0x43e62b['commands']['get']('trackChanges')['value']&&(_0x4eeb94['length']>0x0&&_0x4eeb94[_0x4eeb94['length']-0x1]&&_0x4eeb94[_0x4eeb94['length']-0x1]['forceDefaultExecution']||_0x5941ad['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x471479['stop']());},{'priority':'highest'});for(const _0x54c5fc of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x272947=_0x43e62b['commands']['get'](_0x54c5fc);_0x5941ad['enableCommand'](_0x54c5fc,()=>{const _0x285823=_0x43e62b['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x2941fb=>_0x2941fb['is']('element','tableCell')),_0x19775a=_0x272947['value'];_0x43e62b['model']['change'](()=>{_0x5941ad['markMultiRangeBlockFormat']([_0x285823,_0x19775a],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x1ba45e of['splitTableCellVertically','splitTableCellHorizontally']){const _0x2abca7=_0x43e62b['commands']['get'](_0x1ba45e);_0x5941ad['enableCommand'](_0x1ba45e,()=>{const _0x5b8eda=_0x12fe06['getSelectionAffectedTableCells'](_0x43e62b['model']['document']['selection'])[0x0],_0x5b0da1=_0x5b8eda['findAncestor']('table'),{column:_0x19d635,row:_0x446523}=_0x12fe06['getCellLocation'](_0x5b8eda);let _0x95e09e=[];if('horizontally'==_0x2abca7['direction']){const _0x3007e4=_0x12fe06['createTableWalker'](_0x5b0da1,{'startRow':_0x446523,'endRow':_0x446523,'includeAllSlots':!0x0});_0x95e09e=Array['from'](_0x3007e4)['map'](_0xcf0439=>_0xcf0439['cell']);}else{const _0x18e571=_0x12fe06['createTableWalker'](_0x5b0da1,{'column':_0x19d635,'includeAllSlots':!0x0});_0x95e09e=Array['from'](_0x18e571)['map'](_0x5ec7bd=>_0x5ec7bd['cell']);}_0x43e62b['model']['change'](_0x2e9d8e=>{_0x5941ad['markBlockFormat'](_0x2e9d8e['createRangeOn'](_0x5b8eda),{'commandName':_0x1ba45e,'commandParams':[]},_0x95e09e,_0x1ba45e);});});}_0x5941ad['descriptionFactory']['registerDescriptionCallback'](_0x54bdae=>{if('formatBlock'!=_0x54bdae['type']&&'formatInline'!=_0x54bdae['type'])return;const {data:_0x3892c2}=_0x54bdae;return _0x3892c2&&'mergeTableCells'==_0x3892c2['commandName']?{'type':'format','content':o(_0x50b000,'*Merge\x20cells*')}:void 0x0;}),_0x5941ad['descriptionFactory']['registerDescriptionCallback'](_0x6a0a3a=>{if('formatBlock'!=_0x6a0a3a['type']&&'formatInline'!=_0x6a0a3a['type'])return;const {data:_0x3d74ce}=_0x6a0a3a;return _0x3d74ce?'splitTableCellVertically'==_0x3d74ce['commandName']?{'type':'format','content':o(_0x50b000,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x3d74ce['commandName']?{'type':'format','content':o(_0x50b000,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x28f6cf=_0x2566f7['_acceptFormatSuggestionCallbackFactory']();for(const _0x1fa059 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x5941ad['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1fa059,'accept',_0x28f6cf);for(const _0x52d160 of['splitTableCellVertically','splitTableCellHorizontally'])_0x5941ad['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x52d160,'accept',_0x28f6cf);_0x5941ad['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x57a0da=>{_0x43e62b['model']['change'](_0x15bb87=>{const _0x2cac53=Array['from'](_0x1c0d7f['getRanges']())['map'](_0x32c2dd=>_0x2e68e7['fromRange'](_0x32c2dd));_0x15bb87['setSelection'](_0x57a0da),_0x43e62b['commands']['get']('mergeTableCells')['refresh'](),_0x43e62b['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x402c18=_0x2cac53['filter'](_0x5c3dea=>'$graveyard'!=_0x5c3dea['root']['rootName']);_0x402c18['length']>0x0&&_0x15bb87['setSelection'](_0x402c18);for(const _0x37b02d of _0x2cac53)_0x37b02d['detach']();});});for(const _0x4396e2 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x8871da=_0x43e62b['commands']['get'](_0x4396e2);_0x8871da['on']('set:isEnabled',(_0x56ed8c,_0xbc0ad6,_0x4c402a)=>{if(_0x4c402a){const _0x1259d6=_0x43e62b['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x57c12c=>_0x57c12c['is']('element','tableCell'));this['_areMergableCells'](_0x8871da['value'],_0x1259d6)||(_0x56ed8c['return']=!0x1,_0x56ed8c['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x37c726=this['editor']['commands']['get']('mergeTableCells'),_0x98929b=this['editor']['plugins']['get']('TableUtils');if(!_0x37c726['isEnabled'])return!0x1;const _0x26bbb2=_0x98929b['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x47e1ba of _0x26bbb2)for(const _0x5e83e5 of _0x26bbb2)if(_0x47e1ba!=_0x5e83e5&&!this['_areMergableCells'](_0x47e1ba,_0x5e83e5))return!0x1;return!0x0;}['_areMergableCells'](_0x5b7c84,_0x43bba1){const _0x49a238=this['editor']['plugins']['get']('TrackChangesEditing'),_0x49101b=this['editor']['model']['createRangeOn'](_0x5b7c84),_0x2f5503=this['editor']['model']['createRangeOn'](_0x43bba1),_0x31e0bd=new Set(),_0xcef537=new Set();for(const _0xda71ef of _0x49a238['getSuggestions']())if(('insertion'==_0xda71ef['type']||'deletion'==_0xda71ef['type']||'mergeTableCells'==_0xda71ef['subType'])&&_0xda71ef['isInContent']){for(const _0x2dea23 of _0xda71ef['getRanges']())_0x2dea23['containsRange'](_0x49101b,!0x0)&&_0x31e0bd['add'](_0xda71ef['type']+':'+_0xda71ef['author']['id']),_0x2dea23['containsRange'](_0x2f5503,!0x0)&&_0xcef537['add'](_0xda71ef['type']+':'+_0xda71ef['author']['id']);}if(_0x31e0bd['size']!=_0xcef537['size'])return!0x1;for(const _0x1c1369 of _0x31e0bd)if(!_0xcef537['has'](_0x1c1369))return!0x1;return!0x0;}}class Ct extends _0x3d96fc{static get['requires'](){return[At];}['afterInit'](){const _0xd358c6=this['editor'];if(!_0xd358c6['plugins']['has']('TableEditing'))return;const _0x4ee8c8=_0xd358c6['locale'],_0x2323e3=_0xd358c6['plugins']['get']('TrackChangesEditing');_0x2323e3['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x2323e3['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x2323e3['registerBlockAttribute']('headingRows'),_0x2323e3['registerBlockAttribute']('headingColumns'),_0x2323e3['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x4ee8c8,'FORMAT_HEADER_ROW')),_0x2323e3['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x4ee8c8,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x218cef=this['editor']['plugins']['get']('TrackChangesEditing'),_0xef7f83=this['editor']['plugins']['get']('TableUtils'),_0x122c53=this['editor']['plugins']['get'](At)['_acceptFormatSuggestionCallbackFactory']();function _0x1b9ad2({showActiveMarker:_0x2f96bb=!0x0,setDataAttribute:_0x4f1fea=!0x0}={}){return(_0x49b33f,_0x3f8bbd,_0xf61d7e)=>{const {type:_0x1fe8a6,id:_0x2b8934}=_0x218cef['_splitMarkerName'](_0x3f8bbd['markerName']),_0x58b494=_0x218cef['getSuggestion'](_0x2b8934),_0x50a374=_0x58b494['data'];if('formatBlock'!=_0x58b494['type']||!_0x50a374||'setTableColumnHeader'!=_0x50a374['commandName'])return;if(_0x3f8bbd['item'])return void _0x49b33f['stop']();if(!_0xf61d7e['consumable']['consume'](_0x3f8bbd['markerRange'],_0x49b33f['name']))return;const _0x389d10=_0x3f8bbd['markerRange']['start']['nodeAfter'],_0x338bf5=_0x3f8bbd['markerRange']['end']['nodeBefore'],_0x48e9ce=_0x389d10['parent']['parent'],{column:_0x12b4a2}=_0xef7f83['getCellLocation'](_0x389d10),{column:_0x572730}=_0xef7f83['getCellLocation'](_0x338bf5);for(let _0x43428d=_0x12b4a2;_0x43428d<=_0x572730;_0x43428d++){const _0x2ef246=_0xef7f83['createTableWalker'](_0x48e9ce,{'column':_0x43428d,'includeAllSlots':!0x1});for(const _0x1a0b85 of _0x2ef246){const _0x36f43f=_0x1a0b85['cell'],_0x23cf26=_0xf61d7e['mapper']['toViewElement'](_0x36f43f);_0xf61d7e['writer']['addClass']('ck-suggestion-marker-'+_0x1fe8a6,_0x23cf26),_0x4f1fea&&_0xf61d7e['writer']['setAttribute']('data-suggestion',_0x2b8934,_0x23cf26),_0xf61d7e['mapper']['bindElementToMarker'](_0x23cf26,_0x3f8bbd['markerName']),_0x2f96bb&&(_0x218cef['activeMarkers']['includes'](_0x3f8bbd['markerName'])?_0xf61d7e['writer']['addClass']('ck-suggestion-marker--active',_0x23cf26):_0xf61d7e['writer']['removeClass']('ck-suggestion-marker--active',_0x23cf26));}}};}_0x218cef['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x122c53),_0x218cef['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x122c53),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x1b9ad2(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x5d4ec0,_0x5e33a8,_0x118ce6)=>{_0x118ce6['options']['showSuggestionHighlights']&&_0x1b9ad2({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x5d4ec0,_0x5e33a8,_0x118ce6);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x37ca65,_0xb979ae,_0xfed2b2)=>{const {type:_0x311d68,id:_0x177e72}=_0x218cef['_splitMarkerName'](_0xb979ae['markerName']),_0x5d2217=_0x218cef['getSuggestion'](_0x177e72),_0x5632da=_0x5d2217['data'];if('formatBlock'!=_0x5d2217['type']||!_0x5632da||'setTableColumnHeader'!=_0x5632da['commandName'])return;const _0x2aecb8=_0xfed2b2['mapper']['markerNameToElements'](_0xb979ae['markerName']);if(_0x2aecb8){for(const _0x2aac0c of _0x2aecb8)_0xfed2b2['writer']['removeClass']('ck-suggestion-marker-'+_0x311d68,_0x2aac0c),_0xfed2b2['writer']['removeClass']('ck-suggestion-marker--active',_0x2aac0c),_0xfed2b2['writer']['removeAttribute']('data-suggestion',_0x2aac0c),_0xfed2b2['mapper']['unbindElementFromMarkerName'](_0x2aac0c,_0xb979ae['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5216aa=this['editor'],_0x1a185a=_0x5216aa['locale'];function _0x42b446(_0x168461){return{'type':'format','content':o(_0x1a185a,'*Format:*\x20%0',_0x168461)};}_0x5216aa['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2a35cb=>{if('formatBlock'!=_0x2a35cb['type'])return;const {data:_0x21562c}=_0x2a35cb;if(_0x21562c){if('setTableRowHeader'==_0x21562c['commandName']){const _0x34c198=_0x21562c['commandParams'][0x0]['forceValue'];return _0x42b446(o(_0x1a185a,_0x34c198?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x21562c['commandName']){const _0x350602=_0x21562c['commandParams'][0x0]['forceValue'];return _0x42b446(o(_0x1a185a,_0x350602?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}class vt extends _0x3d96fc{['afterInit'](){const _0xec172=this['editor'],_0x2c07ec=_0xec172['locale'],_0x10527b=_0xec172['plugins']['get']('TrackChangesEditing');function _0x44575a(_0x2e2e3c){return{'type':'format','content':''+o(_0x2c07ec,'*Set\x20table\x20type:*\x20%0',_0x2e2e3c)};}_0xec172['plugins']['has']('TableLayout')&&(_0x10527b['enableCommand']('insertTableLayout'),_0x10527b['enableDefaultAttributesIntegration']('tableType'),_0x10527b['registerBlockAttribute']('tableType'),_0x10527b['descriptionFactory']['registerElementLabel'](_0x34fde8=>_0x34fde8['is']('element','table')&&'layout'===_0x34fde8['getAttribute']('tableType'),_0x43d93d=>o(_0x2c07ec,'ELEMENT_LAYOUT_TABLE',_0x43d93d)),_0x10527b['descriptionFactory']['registerDescriptionCallback'](_0x3cd755=>{const {data:_0x147823}=_0x3cd755;if(_0x147823&&'tableType'==_0x147823['key'])switch(_0x147823['newValue']){case'layout':return _0x44575a(o(_0x2c07ec,'ELEMENT_LAYOUT_TABLE'));case'content':return _0x44575a(o(_0x2c07ec,'ELEMENT_CONTENT_TABLE'));}}));}}const Be=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],xe=/* #__PURE__ -- @preserve */
|
|
25
|
+
Object['fromEntries'](Be['map'](_0x109d4b=>[_0x109d4b,null]));class Nt extends _0x3d96fc{static get['requires'](){return[At];}['afterInit'](){const _0x2c4fa5=this['editor'];if(!_0x2c4fa5['plugins']['has']('TableClipboard'))return;const _0x94f800=_0x2c4fa5['plugins']['get']('TrackChangesEditing'),_0x2771fc=_0x2c4fa5['plugins']['get']('TableUtils'),_0x47d9e7=_0x2c4fa5['plugins']['get'](At),_0x94900e=_0x2c4fa5['plugins']['get']('TableClipboard'),_0x427ccf=_0x2c4fa5['plugins']['get']('TableSelection'),_0x25b318=_0x2c4fa5['plugins']['get'](_0x370a86);_0x47d9e7['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x2c4fa5['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x2c4fa5['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x4e24b2=null,_0x47d5b4=!0x1;_0x25b318['on']('contentInsertion',(_0x42ca96,_0x105aa7)=>{_0x47d5b4='paste'===_0x105aa7['method'];}),_0x2c4fa5['model']['on']('insertContent',(_0x4f7178,_0x3d3af7)=>{if(!_0x47d5b4&&null===_0x427ccf['getSelectedTableCells']())return;const [_0xdb908a,_0x52f5f2]=_0x3d3af7,_0x1e5827=_0x3d3af7[_0x3d3af7['length']-0x1];_0x1e5827&&_0x1e5827['forceDefaultExecution']||_0x94f800['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x59e0d7,_0x5f294b,_0x5e715d,_0x4e06ee,_0x1bfc8b){if(_0x5f294b&&!_0x5f294b['is']('documentSelection'))return!0x1;const _0x2d504a=_0x1bfc8b['getTableIfOnlyTableInContent'](_0x59e0d7,_0x5e715d);if(!_0x2d504a||!Ue(_0x2d504a,void 0x0,_0x4e06ee))return!0x1;const _0x5a7410=_0x4e06ee['getSelectionAffectedTableCells'](_0x5e715d['document']['selection']);if(!_0x5a7410['length'])return!0x1;const _0x173f18=_0x5a7410[0x0]['findAncestor']('table'),_0x297880=_0x4e06ee['getRowIndexes'](_0x5a7410),_0x4ab95a=_0x4e06ee['getColumnIndexes'](_0x5a7410),_0x14199c={'startRow':_0x297880['first'],'endRow':_0x297880['last'],'startColumn':_0x4ab95a['first'],'endColumn':_0x4ab95a['last']};return 0x1==_0x5a7410['length']&&(_0x14199c['endRow']+=_0x4e06ee['getRows'](_0x2d504a)-0x1,_0x14199c['endColumn']+=_0x4e06ee['getColumns'](_0x2d504a)-0x1),Ue(_0x173f18,_0x14199c,_0x4e06ee);}(_0xdb908a,_0x52f5f2,_0x2c4fa5['model'],_0x2771fc,_0x94900e)&&(_0x4f7178['stop'](),_0x4e24b2={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x2c4fa5['model']['change'](()=>{_0x2c4fa5['model']['insertContent'](_0x3d3af7[0x0],_0x3d3af7[0x1],_0x3d3af7[0x2],{'forceDefaultExecution':!0x0});const _0x5b810f=_0x5cef89(),{rowInsertionRanges:_0x23442b,columnInsertionRanges:_0x1b0cff,insertionRanges:_0x261461,deletionRanges:_0x2012b7,cells:_0xd5f843}=_0x4e24b2;_0x23442b['length']&&_0x94f800['markMultiRangeInsertion'](_0x23442b,'tablePasteRow',{'tablePasteChainId':_0x5b810f}),_0x1b0cff['length']&&_0x94f800['markMultiRangeInsertion'](_0x1b0cff,'tablePasteColumn',{'tablePasteChainId':_0x5b810f}),_0x261461['length']&&(_0x94f800['markMultiRangeInsertion'](_0x261461,'tablePaste',{'tablePasteChainId':_0x5b810f,'skipNestingCheck':!0x0}),_0x261461['forEach'](_0x529617=>_0x529617['detach']?.())),_0x2012b7['length']&&(_0x94f800['markMultiRangeDeletion'](_0x2012b7,'tablePaste',{'tablePasteChainId':_0x5b810f,'skipNestingCheck':!0x0}),_0x2012b7['forEach'](_0x2346ad=>_0x2346ad['detach']?.()));const _0x32966c=_0x94f800['markMultiRangeBlockFormat'](_0xd5f843['map'](({element:_0x5d8528})=>_0x5d8528),{'formatGroupId':_0x5cef89()},[],'tablePasteCell',{'tablePasteChainId':_0x5b810f});if(_0x32966c){const _0x29be19=_0x32966c['getMarkers'](),_0x5357a4=[];for(const {element:_0x34b57d,attributes:_0x2ae3a1}of _0xd5f843){if(!_0x2ae3a1)continue;const _0x4002ad=_0x2c4fa5['model']['createRangeOn'](_0x34b57d),_0x2502bd=_0x29be19['find'](_0x4b0d5e=>_0x4b0d5e['getRange']()['isEqual'](_0x4002ad));_0x2502bd&&_0x5357a4['push']([_0x2502bd['name'],_0x2ae3a1]);}_0x5357a4['length']&&_0x32966c['setAttribute']('markerAttributes',Object['fromEntries'](_0x5357a4));}_0x4e24b2=null;}));},{'priority':_0x37a44a['high']+0xa}),_0x25b318['on']('contentInsertion',()=>{_0x47d5b4=!0x1;},{'priority':'lowest'}),_0x2c4fa5['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x3c7411,_0x130c6c)=>{const [_0x4d8515,_0x56427b,,_0x220a93]=_0x130c6c;if(!_0x4e24b2)return;_0x3c7411['stop']();const _0x304bf8=_0x4d8515['cell'],_0x2ba09c=_0x56427b,_0xe89606=Oe(_0x304bf8),_0x403d9b=Oe(_0x2ba09c);_0x3c7411['return']=_0x304bf8;let _0x2abaf0=null,_0x293aaa=null;if(_0x403d9b||_0xe89606){if(_0xe89606&&!_0x403d9b){_0x220a93['remove'](_0x304bf8['getChild'](0x0));for(const _0x215211 of Array['from'](_0x2ba09c['getChildren']()))_0x220a93['insert'](_0x215211,_0x304bf8,'end');const _0xa14112=_0x4e24b2['rowInsertionIndexes']['includes'](_0x4d8515['row']),_0x19dfdd=_0x4e24b2['columnInsertionIndexes']['includes'](_0x4d8515['column']);_0xa14112||_0x19dfdd||(_0x2abaf0=_0x2e68e7['fromRange'](_0x220a93['createRangeIn'](_0x304bf8)));}else _0x403d9b&&!_0xe89606&&(_0x293aaa=_0x220a93['createRangeIn'](_0x304bf8));}else{const _0xf35edc=_0x220a93['createElement']('tableCellSuggestion'),_0xcdf1ca=_0x220a93['createElement']('tableCellSuggestion');_0x220a93['wrap'](_0x220a93['createRangeIn'](_0x304bf8),_0xcdf1ca),_0x220a93['insert'](_0xf35edc,_0x304bf8,0x0);for(const _0x261933 of Array['from'](_0x2ba09c['getChildren']()))_0x220a93['insert'](_0x261933,_0xf35edc,'end');_0x2abaf0=_0x2e68e7['fromRange'](_0x220a93['createRangeOn'](_0xf35edc)),_0x293aaa=_0x2e68e7['fromRange'](_0x220a93['createRangeOn'](_0xcdf1ca));}const _0x4444ed=Array['from'](_0x2ba09c['getAttributes']())['filter'](([_0x4764b8])=>Be['includes'](_0x4764b8));_0x4e24b2['cells']['push']({'element':_0x304bf8,'attributes':_0x4444ed['length']?Object['fromEntries'](_0x4444ed):null}),_0x2abaf0&&_0x4e24b2['insertionRanges']['push'](_0x2abaf0),_0x293aaa&&_0x4e24b2['deletionRanges']['push'](_0x293aaa);},{'priority':'high'}),_0x2771fc['on']('insertColumns',(_0x12f36a,_0x16cb9c)=>{const [_0x3f5f1c,_0x3c026d={}]=_0x16cb9c;if(!_0x4e24b2)return;const _0x16c68d=_0x3c026d['at']||0x0,_0x3c8a3c=_0x3c026d['columns']||0x1;_0x4e24b2['columnInsertionIndexes']=new Array(_0x3c8a3c)['fill'](_0x16c68d)['map']((_0x812f5a,_0x3c141c)=>_0x812f5a+_0x3c141c);for(const {cell:_0x2fceea}of _0x2771fc['createTableWalker'](_0x3f5f1c,{'startColumn':_0x16c68d,'endColumn':_0x16c68d+_0x3c8a3c-0x1}))_0x4e24b2['columnInsertionRanges']['push'](_0x2c4fa5['model']['createRangeOn'](_0x2fceea));},{'priority':'low'}),_0x2771fc['on']('insertRows',(_0x384b84,_0x127ac4)=>{const [_0x2d156a,_0x31423c={}]=_0x127ac4;if(!_0x4e24b2)return;const _0x194c3c=_0x31423c['at']||0x0,_0xcbdeb6=_0x31423c['rows']||0x1;_0x4e24b2['rowInsertionIndexes']=new Array(_0xcbdeb6)['fill'](_0x194c3c)['map']((_0x42b3a5,_0x17dc29)=>_0x42b3a5+_0x17dc29);for(const {cell:_0x679a94}of _0x2771fc['createTableWalker'](_0x2d156a,{'startRow':_0x194c3c,'endRow':_0x194c3c+_0xcbdeb6-0x1}))_0x4e24b2['rowInsertionRanges']['push'](_0x2c4fa5['model']['createRangeOn'](_0x679a94));},{'priority':'low'}),_0x94f800['descriptionFactory']['registerDescriptionCallback'](_0x539280=>{if(_0x539280['subType']&&_0x539280['subType']['startsWith']('tablePaste'))return _0x539280['previous']?{}:{'type':'insertion','content':o(_0x2c4fa5['locale'],'*Replace\x20table\x20cells*')};});const _0x15b932=()=>!0x1;for(const _0x47a870 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x94f800['_suggestionFactory']['registerCustomCallback']('insertion',_0x47a870,'join',_0x15b932),_0x94f800['_suggestionFactory']['registerCustomCallback']('deletion',_0x47a870,'join',_0x15b932),_0x94f800['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x47a870,'join',_0x15b932);_0x94f800['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x15b932),_0x94f800['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x131546,_0x29cbe1,_0xf4bff4)=>{const _0x5b4e38=_0x131546['map'](_0x21142b=>_0x21142b['getContainedElement']())['filter'](_0x561707=>_0x561707),_0x4d9777=new Map(_0x5b4e38['map'](_0x2076f0=>[_0x2076f0,null]));if(_0x4e24b2){for(const {element:_0x2cde9e,attributes:_0x13ebe5}of _0x4e24b2['cells'])_0x13ebe5&&_0x4d9777['set'](_0x2cde9e,_0x13ebe5);}else{if(_0xf4bff4&&_0xf4bff4['markerAttributes'])for(const [_0x2d42b9,_0x1f00a0]of Object['entries'](_0xf4bff4['markerAttributes'])){const _0x418f99=_0x2c4fa5['model']['markers']['get'](_0x2d42b9),_0x17bf61=_0x418f99?_0x418f99['getRange']()['getContainedElement']():null;_0x17bf61&&_0x4d9777['set'](_0x17bf61,_0x1f00a0);}}_0x2c4fa5['model']['change'](_0x44beb3=>{for(const [_0x4b10b2,_0x1fb7f0]of _0x4d9777)_0x44beb3['setAttributes']({...xe,..._0x1fb7f0},_0x4b10b2);});});const _0x34b781=(_0x224cfe,_0x2e33ae)=>{_0x94f800['_suggestionFactory']['registerCustomCallback'](_0x224cfe,'tablePaste',_0x2e33ae,(_0x541a59,_0x550061,_0x11546c)=>{_0x2c4fa5['model']['change'](_0x2955f8=>{const _0x192ca4=[];for(const _0x3fa955 of _0x541a59){const _0x12f94f=_0x3fa955['start']['nodeAfter'];_0x12f94f['is']('element','tableCellSuggestion')&&_0x192ca4['push'](_0x12f94f);}_0x94f800['_suggestionFactory']['getSuggestionCallback'](_0x224cfe,null,_0x2e33ae)(_0x541a59,_0x550061,_0x11546c);for(const _0x22c4ef of _0x192ca4)'$graveyard'!=_0x22c4ef['root']['rootName']&&_0x2955f8['unwrap'](_0x22c4ef);});});};_0x34b781('insertion','accept'),_0x34b781('insertion','discard'),_0x34b781('deletion','accept'),_0x34b781('deletion','discard'),_0x94f800['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x150262=>{const _0x9c6dd1=_0x150262['map'](_0x575826=>_0x575826['getContainedElement']()),_0x4541c9=_0x9c6dd1[0x0]['findAncestor']('table'),{minRow:_0x577a0a,maxRow:_0xd258ee}=_0x47d9e7['_getCoordsForCells'](_0x9c6dd1);_0x2771fc['removeRows'](_0x4541c9,{'at':_0x577a0a,'rows':_0xd258ee-_0x577a0a+0x1});}),_0x94f800['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x47e23f=>{const _0x5915b2=_0x47e23f['map'](_0x52158f=>_0x52158f['getContainedElement']()),_0x8129bc=_0x5915b2[0x0]['findAncestor']('table'),{minColumn:_0x346abc,maxColumn:_0x339d81}=_0x47d9e7['_getCoordsForCells'](_0x5915b2);_0x2771fc['removeColumns'](_0x8129bc,{'at':_0x346abc,'columns':_0x339d81-_0x346abc+0x1});});const _0x410122=(_0xb60e24,_0x3949a2)=>{if(!_0x3949a2['subType']||!_0x3949a2['subType']['startsWith']('tablePaste'))return;const _0x214b3a=_0x3949a2['attributes']['tablePasteChainId'],_0x5238b7=_0x94f800['getSuggestions']()['filter'](_0x30b383=>_0x30b383['isInContent']&&_0x30b383['attributes']&&_0x30b383['attributes']['tablePasteChainId']==_0x214b3a);_0x5238b7['length']&&_0x3949a2['getAllAdjacentSuggestions']()['length']!=_0x5238b7['length']&&_0x5238b7['reduce']((_0x10a929,_0x5ba055)=>(_0x10a929['next']=_0x5ba055,_0x5ba055['previous']=_0x10a929,_0x5ba055));};function _0x4d5c22(_0x381562,_0x47908a=!0x0){const {id:_0x5d316d,authorId:_0x4cdb13}=_0x94f800['_splitMarkerName'](_0x381562['markerName']),_0x5d07fb=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x20dcf2=_0x94f800['activeMarkers']['includes'](_0x381562['markerName']);return _0x20dcf2&&_0x5d07fb['push']('ck-suggestion-marker--active'),{'classes':_0x5d07fb,'attributes':{'data-suggestion':_0x5d316d,'data-author-id':_0x4cdb13},'priority':_0x20dcf2&&_0x47908a?0xbc2:0xbb8};}_0x94f800['on']('suggestionLoaded',_0x410122,{'priority':'high'}),_0x94f800['on']('suggestionUnloaded',_0x410122,{'priority':'high'}),_0x2c4fa5['model']['document']['registerPostFixer'](()=>{let _0x5c54d7=!0x1;const _0x4aaa6c=Array['from'](_0x2c4fa5['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1764a2,data:_0x253cb3}of _0x4aaa6c){const {group:_0x1ac63b,type:_0x4f1dfe,id:_0x3df59e}=_0x94f800['_splitMarkerName'](_0x1764a2);if('suggestion'!=_0x1ac63b||'deletion'!=_0x4f1dfe||_0x253cb3['oldRange'])continue;if(!_0x94f800['hasSuggestion'](_0x3df59e))continue;const _0x34cc53=_0x94f800['getSuggestion'](_0x3df59e)['getRanges'](),_0x5b0f20=_0x2c4fa5['plugins']['get']('Users')['me'];for(const _0x3a124c of _0x94f800['getSuggestions']()){if(!_0x3a124c['isInContent']||_0x3a124c['author']!=_0x5b0f20)continue;if('formatBlock'!=_0x3a124c['type']||'tablePasteCell'!=_0x3a124c['subType'])continue;if(_0x3a124c['getRanges']()['every'](_0x3fce1d=>_0x34cc53['some'](_0x5b0367=>_0x5b0367['containsRange'](_0x3fce1d,!0x0)))){for(const _0x2d782f of _0x3a124c['getAllAdjacentSuggestions']())_0x2d782f['isInContent']&&(_0x2d782f['discard'](),_0x5c54d7=!0x0);}}}return _0x5c54d7;}),_0x2c4fa5['model']['document']['registerPostFixer'](_0x58ec97=>{const _0x39bf30=_0x2c4fa5['commands']['get']('redo');if(!_0x39bf30||!_0x39bf30['_createdBatches']['has'](_0x58ec97['batch']))return!0x1;let _0x286940=!0x1;const _0x5e1e66=_0x2c4fa5['plugins']['get']('Users')['me'],_0x51b227=_0x2c4fa5['model']['document']['differ']['getChanges'](),_0xa1f3bc=Array['from'](_0x2c4fa5['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x1ca47d,data:_0x179314})=>{const {group:_0x14fceb,subType:_0x3bfae6,authorId:_0x4a3cc3}=_0x94f800['_splitMarkerName'](_0x1ca47d);return'suggestion'==_0x14fceb&&'tablePaste'==_0x3bfae6&&_0x4a3cc3==_0x5e1e66['id']&&!_0x179314['oldRange'];});for(const _0x3cf4cb of _0x51b227){if('insert'!=_0x3cf4cb['type']||'tableCellSuggestion'!=_0x3cf4cb['name']||0x1!=_0x3cf4cb['length'])continue;const _0x569f6f=_0x58ec97['createRange'](_0x3cf4cb['position'],_0x3cf4cb['position']['getShiftedBy'](0x1));if(!_0xa1f3bc['find'](({data:_0x43ef14})=>_0x43ef14['newRange']['isEqual'](_0x569f6f))){for(const {name:_0x36ffb1,data:_0xbe7b9}of _0xa1f3bc)if(_0x569f6f['containsRange'](_0xbe7b9['newRange'])){_0x58ec97['updateMarker'](_0x36ffb1,{'range':_0x569f6f}),_0x286940=!0x0;break;}}}return _0x286940;}),_0x2c4fa5['model']['document']['registerPostFixer'](_0x4f480b=>{let _0x175954=!0x1;const _0x5e75a6=_0x2c4fa5['plugins']['get']('Users')['me'],_0x4535be=_0x94f800['getSuggestions']()['filter'](_0xa0f29=>_0xa0f29['isInContent']&&_0xa0f29['author']==_0x5e75a6),_0x33f995=new Set(),_0x3cc06d=new Set();for(const _0x43d83e of _0x4535be)if('tablePaste'==_0x43d83e['subType'])for(const _0x314412 of _0x43d83e['getMarkers']()){const _0x1ab464=_0x314412['getRange']()['getContainedElement']();if(_0x1ab464){if(_0x1ab464['is']('element','tableCellSuggestion')&&Oe(_0x1ab464)){_0x43d83e['removeMarker'](_0x314412['name']),_0x33f995['add'](_0x1ab464),_0x175954=!0x0;const _0x4b87d4=_0x1ab464['nextSibling'],_0x46e5c4=_0x1ab464['previousSibling'],_0x210617=_0x4b87d4&&_0x4b87d4['is']('element','tableCellSuggestion'),_0x4a30ae=_0x46e5c4&&_0x46e5c4['is']('element','tableCellSuggestion');_0x210617&&!_0x33f995['has'](_0x4b87d4)&&_0x3cc06d['add'](_0x4b87d4),_0x4a30ae&&!_0x33f995['has'](_0x46e5c4)&&_0x3cc06d['add'](_0x46e5c4);}else _0x1ab464['is']('element','paragraph')&&_0x1ab464['isEmpty']&&(_0x43d83e['removeMarker'](_0x314412['name']),_0x175954=!0x0);}}else{if('tablePasteCell'==_0x43d83e['subType']){if(!_0x43d83e['attributes']||!_0x43d83e['attributes']['tablePasteChainId'])continue;const _0x1c9309=_0x43d83e['attributes']['markerAttributes'];if(_0x1c9309&&Object['keys'](_0x1c9309)['length'])continue;const _0x7982a2=_0x43d83e['attributes']['tablePasteChainId'];let _0x115c65=!0x0,_0x2a2426=!0x0;for(const _0x3633e1 of _0x4535be)if(_0x3633e1['subType']&&_0x3633e1['subType']['startsWith']('tablePaste')){if(!_0x3633e1['attributes']['tablePasteChainId']){_0x2a2426=!0x1;break;}if(_0x3633e1['id']!=_0x43d83e['id']&&_0x3633e1['attributes']['tablePasteChainId']==_0x7982a2){_0x115c65=!0x1;break;}}_0x2a2426&&_0x115c65&&(_0x43d83e['removeMarkers'](),_0x175954=!0x0);}}for(const _0x285cff of _0x33f995)_0x4f480b['remove'](_0x285cff);for(const _0x1b9a95 of _0x3cc06d)_0x4f480b['unwrap'](_0x1b9a95);return _0x175954;}),_0x2c4fa5['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x4dbe76=>_0x4d5c22(_0x4dbe76),'converterPriority':'high'}),_0x2c4fa5['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x526c8e,_0x585001)=>_0x585001['options']['showSuggestionHighlights']?_0x4d5c22(_0x526c8e,!0x1):null,'converterPriority':'high'});const _0x4bc5fd=_0x2c4fa5['editing']['view'];this['listenTo'](_0x4bc5fd['document'],'clipboardOutput',(_0x36b4db,_0x2b0e22)=>{const _0x40b9e5=[];for(const _0x35ab37 of _0x4bc5fd['createRangeIn'](_0x2b0e22['content'])['getItems']())_0x35ab37['is']('element','suggestion-td')&&_0x40b9e5['push'](_0x35ab37);_0x4bc5fd['change'](_0x4a55f9=>{for(const _0x34daa8 of _0x40b9e5)_0x4a55f9['move'](_0x4a55f9['createRangeIn'](_0x34daa8),_0x4a55f9['createPositionBefore'](_0x34daa8)),_0x4a55f9['remove'](_0x34daa8);});});}}function Oe(_0xabfb3f){if(_0xabfb3f['isEmpty'])return!0x0;const _0x4a1834=_0xabfb3f['getChild'](0x0);return _0x4a1834['is']('element','paragraph')&&_0x4a1834['isEmpty'];}function Ue(_0x102ab1,_0x57bd8f={},_0x5937db){for(const {isAnchor:_0x4e1faa,cellHeight:_0xb290b3,cellWidth:_0x208079}of _0x5937db['createTableWalker'](_0x102ab1,{'includeAllSlots':!0x0,..._0x57bd8f}))if(!_0x4e1faa||0x1!=_0xb290b3||0x1!=_0x208079)return!0x1;return!0x0;}class Dt extends _0x3d96fc{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x491b85=this['editor']['plugins']['get']('TrackChangesEditing');_0x491b85['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x491b85['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x491b85['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x491b85['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x491b85['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x491b85['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x51d690,_0x58843e){const _0x265880=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3c3508=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x14abae=_0x58843e['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x2789d2=_0x3c3508['getColumnGroupElement'](_0x14abae);let _0x173094=_0x2789d2?_0x3c3508['getTableColumnsWidths'](_0x2789d2):null,_0x2c5783=_0x14abae['getAttribute']('tableWidth')||null;const _0x2fa08e=_0x58843e['tableWidth']||_0x2c5783,_0x4f88f4=_0x58843e['columnWidths']||_0x173094,_0x1a208d=this['editor']['plugins']['get']('Users')['me'];for(const _0x4489e3 of _0x265880['getSuggestions']()){const _0xb2ef77=_0x4489e3['getContainedElement']();if('resizeTable'===_0x4489e3['subType']&&_0xb2ef77===_0x14abae){_0x4489e3['author']!==_0x1a208d&&_0x4489e3['discard']();const _0x38d3ce=_0x4489e3['data']['commandParams'];_0x2c5783=_0x38d3ce[0x0]['tableWidth'],_0x173094=_0x38d3ce[0x0]['columnWidths'];break;}}_0x51d690({'table':_0x14abae,'tableWidth':_0x2fa08e,'columnWidths':_0x4f88f4}),_0x265880['markBlockFormat'](_0x14abae,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x2c5783,'columnWidths':_0x173094}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x45bb14){if('formatBlock'!=_0x45bb14['type']&&'formatInline'!=_0x45bb14['type'])return;const {data:_0x3da73a}=_0x45bb14;if(_0x3da73a&&'resizeTable'===_0x3da73a['formatGroupId']){const _0x1aa4f4='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x1aa4f4)};}}}class $t extends _0x3d96fc{['afterInit'](){const _0x5b5ce8=this['editor'];_0x5b5ce8['plugins']['has']('Template')&&_0x5b5ce8['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x3d96fc{['afterInit'](){const _0x28894e=this['editor'];if(!_0x28894e['commands']['get']('insertTableOfContents'))return;_0x28894e['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x22a299=_0x28894e['plugins']['get']('TrackChangesEditing'),_0x190abd=_0x28894e['locale'];_0x22a299['descriptionFactory']['registerElementLabel']('tableOfContents',_0x428da5=>o(_0x190abd,'ELEMENT_TABLE_OF_CONTENTS',_0x428da5));}}class Bt extends _0x3d96fc{['afterInit'](){const _0x2e98e3=this['editor'];if(!_0x2e98e3['plugins']['has']('Title'))return;const _0x12441b=_0x2e98e3['plugins']['get']('TrackChangesEditing');_0x12441b['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x2e98e3['locale'],'ELEMENT_TITLE')),_0x2e98e3['model']['document']['registerPostFixer'](_0x53c69d=>{let _0x2258e0=!0x1;const _0x147706=Array['from'](_0x2e98e3['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x292668,data:_0x5ebd0c}of _0x147706){const {group:_0x36cb7a}=_0x12441b['_splitMarkerName'](_0x292668);if('suggestion'!==_0x36cb7a||!_0x5ebd0c['newRange'])continue;const _0x3f6577=_0x5ebd0c['newRange'],_0x22fe95=_0x3f6577['end']['nodeBefore'];if(!_0x22fe95||!_0x22fe95['is']('element','title-content'))continue;if(!_0x3f6577['start']['isTouching'](_0x3f6577['end']))continue;const _0x2c9b87=_0x2e98e3['model']['schema']['getNearestSelectionRange'](_0x3f6577['end'],'forward');if(_0x2c9b87&&_0x2c9b87['isCollapsed']){const _0x196b27=_0x53c69d['createRange'](_0x3f6577['start'],_0x2c9b87['start']);_0x196b27['isEqual'](_0x3f6577)||(_0x53c69d['updateMarker'](_0x292668,{'range':_0x196b27}),_0x2258e0=!0x0);}_0x2258e0||(_0x53c69d['removeMarker'](_0x292668),_0x2258e0=!0x0);}return _0x2258e0;});}}class Tt extends _0x3d96fc{['afterInit'](){const _0x52ee61=this['editor'],_0x29af7e=_0x52ee61['plugins']['get']('TrackChangesEditing');_0x52ee61['plugins']['has']('Uploadcare')&&(_0x29af7e['enableCommand']('uploadcare'),_0x52ee61['plugins']['has']('UploadcareImageEdit')&&(_0x29af7e['enableCommand']('uploadcareImageEdit'),_0x29af7e['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x29af7e['registerBlockAttribute']('uploadcareImageId'),_0x29af7e['descriptionFactory']['registerDescriptionCallback'](_0x394c68=>{if('attribute'!=_0x394c68['type'])return;const {data:_0x5a4224}=_0x394c68;return _0x5a4224&&'uploadcareImageId'==_0x5a4224['key']?{'type':'format','content':''}:void 0x0;})));}}class xt extends _0x3d96fc{['afterInit'](){const _0xe4cca=this['editor'],_0x7e145=_0xe4cca['plugins']['get']('TrackChangesEditing');_0xe4cca['plugins']['has']('UndoEditing')&&(_0x7e145['enableCommand']('undo'),_0x7e145['enableCommand']('redo'));}}class Ot extends _0x3d96fc{static get['requires'](){return[At];}['afterInit'](){const _0x55ee17=this['editor'];if(!_0x55ee17['plugins']['has']('TableCaptionEditing'))return;_0x55ee17['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Et extends _0x3d96fc{['tableProperties'];['tableCellProperties'];constructor(_0x174b17){super(_0x174b17),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 _0x5f56f4=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x247f44 of this['tableProperties'])_0x5f56f4['enableCommand'](_0x247f44,(_0x252db7,_0x128b8a)=>{const _0x111543=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x247f44,[_0x111543],this['tableProperties'],'tableProperties',_0x252db7,_0x128b8a);});_0x5f56f4['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x5f56f4['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x5f56f4['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x46b28d,_0x143216)=>this['handleDiscardAction'](this['tableProperties'],_0x46b28d,_0x143216)),_0x5f56f4['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x40830b of this['tableCellProperties'])_0x5f56f4['enableCommand'](_0x40830b,(_0x40b1da,_0x5a4ceb)=>{const _0x27ad47=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x40830b,_0x27ad47,this['tableCellProperties'],'tableCellProperties',_0x40b1da,_0x5a4ceb);});_0x5f56f4['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x5f56f4['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x5f56f4['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x6e6846,_0x1da28b)=>this['handleDiscardAction'](this['tableCellProperties'],_0x6e6846,_0x1da28b)),_0x5f56f4['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x5f56f4['descriptionFactory']['registerDescriptionCallback'](_0x5854d0=>this['handleSuggestionDescription'](_0x5854d0)),this['_registerTablePropertiesAttributes']();}['_handlePropertyChange'](_0x351867,_0x512910,_0x3c9dfc,_0x5e8359,_0x3bc057,_0x1f60b7){const _0x5a0cbc=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x1f60b7['batch'],()=>{for(const _0x2047cd of _0x512910){if(this['_getSuggestion'](_0x2047cd,_0x5e8359))_0x3bc057(_0x1f60b7);else{const _0x2f8aba={};for(const _0x21d127 of _0x3c9dfc){const _0x4970f0=_0x2047cd['getAttribute'](_0x21d127);void 0x0!==_0x4970f0&&(_0x2f8aba[_0x21d127]=_0x4970f0);}_0x3bc057(_0x1f60b7),_0x5a0cbc['markBlockFormat'](_0x2047cd,{'commandParams':[_0x2f8aba]},[],_0x5e8359);}}});}['handleDiscardAction'](_0xad2b07,_0x3e454c,_0x188a3c){const _0x248512=_0x3e454c[0x0]['start']['nodeAfter'],_0x46a721=_0x188a3c['commandParams'][0x0];this['editor']['model']['change'](_0x30e8ff=>{for(const _0x57d3e8 of _0xad2b07)void 0x0!==_0x46a721[_0x57d3e8]?_0x30e8ff['setAttribute'](_0x57d3e8,_0x46a721[_0x57d3e8],_0x248512):_0x30e8ff['removeAttribute'](_0x57d3e8,_0x248512);});}['handleSuggestionDescription'](_0x2dc7f3){if(_0x2dc7f3['data'])switch(_0x2dc7f3['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'](_0x488ff6,_0x1d5de0){const _0x2820ba=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x432502 of _0x2820ba['getSuggestions']({'skipNotAttached':!0x0})){const _0x30132b=_0x432502['getContainedElement']();if(_0x432502['subType']===_0x1d5de0&&_0x30132b===_0x488ff6)return _0x432502;}return null;}['_registerTablePropertiesAttributes'](){const _0x3db939=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1489e1=[...this['tableProperties'],...this['tableCellProperties']];for(const _0x2345a3 of _0x1489e1){const _0x50c7b7=_0x2345a3['replace'](/([A-Z])/g,'_$1')['toUpperCase']();_0x3db939['registerBlockAttribute'](_0x2345a3),_0x3db939['descriptionFactory']['registerAttributeLabel'](_0x2345a3,o(this['editor']['locale'],'FORMAT_'+_0x50c7b7));}}}class Rt extends _0x3d96fc{['afterInit'](){const _0x7ecebd=this['editor'];if(!_0x7ecebd['plugins']['has']('LineHeight'))return;const _0x504f10=_0x7ecebd['plugins']['get']('TrackChangesEditing'),_0x4860b7=_0x7ecebd['locale'];_0x504f10['enableDefaultAttributesIntegration']('lineHeight'),_0x504f10['registerBlockAttribute']('lineHeight'),_0x504f10['descriptionFactory']['registerAttributeLabel']('lineHeight',o(_0x4860b7,'FORMAT_LINE_HEIGHT'));}}const m='$elementName';class d extends _0x3d96fc{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;['_trackingSessionId']=null;static get['requires'](){return['CommentsRepository',_0x5194d,_0x1da5f8,O,E,R,U,V,G,F,L,J,K,z,W,Q,X,Y,Z,tt,it,nt,et,ot,st,rt,at,ct,ft,ht,mt,ut,H,Rt,q,gt,lt,dt,pt,kt,wt,bt,yt,jt,St,It,At,_t,Ct,vt,Ot,Nt,Dt,Mt,Et,$t,Bt,Tt,xt];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3175b8){super(_0x3175b8),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x29b9be,_0x5b0632,_0x25f1ea,_0x4715e3)=>{this['_model']['change'](()=>{for(const _0x41bb1d of[..._0x4715e3,..._0x25f1ea])this['_model']['markers']['has'](_0x41bb1d)&&_0x3175b8['editing']['reconvertMarker'](_0x41bb1d);});}),this['descriptionFactory']=new x(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Vt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x3175b8['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(),_0x3175b8['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x3175b8['config']['get']('trackChanges.trackFormatChanges'),_0x3175b8['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x3175b8['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new N(_0x3175b8,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x54f605=this['editor'],_0x4d0373=(_0x69fe91,_0x2f6495)=>{if('attribute'!=_0x69fe91)return'ck-suggestion-marker-'+_0x69fe91;const _0x55413b=_0x2f6495['split']('|')[0x0];return this['_isBlockAttribute'](_0x55413b)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x54f605['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x2b310d=>{const {id:_0x5b7bfc,authorId:_0x4eacc5,type:_0x177a48,subType:_0x2cd7c2}=this['_splitMarkerName'](_0x2b310d['markerName']),_0x2888e8=['ck-suggestion-marker',_0x4d0373(_0x177a48,_0x2cd7c2)];let _0x2c9d57=0xbb8;return this['activeMarkers']['includes'](_0x2b310d['markerName'])&&(_0x2888e8['push']('ck-suggestion-marker--active'),_0x2c9d57=0xbc2),'deletion'==_0x177a48&&(_0x2c9d57+=0x5),{'classes':_0x2888e8,'attributes':{'data-suggestion':_0x5b7bfc,'data-author-id':_0x4eacc5},'priority':_0x2c9d57};}}),_0x54f605['conversion']['for']('dataDowncast')['add'](_0x3ee185=>{_0x3ee185['on']('addMarker:suggestion',(_0x38eedc,_0x5634a7,_0x4a9201)=>{if(!_0x4a9201['options']['showSuggestionHighlights'])return;const _0x193c91=_0x5634a7['item'];if(!_0x193c91)return;const _0x5b9be9=_0x4a9201['mapper']['toViewElement'](_0x193c91);_0x54f605['model']['schema']['isObject'](_0x193c91)&&_0x5b9be9&&!_0x5b9be9['getCustomProperty']('widget')&&_0x5b9be9['is']('containerElement')&&_0x5c55f4(_0x5b9be9,_0x4a9201['writer']);},{'priority':'high'});}),_0x54f605['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x2d5808,_0x3c9b2f)=>{if(!_0x3c9b2f['options']['showSuggestionHighlights'])return null;const {id:_0x293235,authorId:_0x2352ce,type:_0x37dce0,subType:_0x1cf4c7}=this['_splitMarkerName'](_0x2d5808['markerName']);return{'classes':['ck-suggestion-marker',_0x4d0373(_0x37dce0,_0x1cf4c7)],'priority':0xbb8,'attributes':{'data-suggestion':_0x293235,'data-author-id':_0x2352ce}};}});const _0x2d5ec7=({showActiveMarkers:_0x509c7b=!0x0,isAttributeSuggestion:_0x1eb816=!0x1}={})=>(_0x57f76b,_0x3bd8a0,_0x42946d)=>{if(!_0x3bd8a0['item'])return;const {id:_0x359486,authorId:_0x7a6afb}=this['_splitMarkerName'](_0x3bd8a0['markerName']);if(_0x1eb816){const _0x4c6bfd=this['_suggestions']['get'](_0x359486),_0x9135e5=this['_getAttributeKey'](_0x4c6bfd);if(!this['_isBlockAttribute'](_0x9135e5))return;}if(_0x3bd8a0['item']['is']('selection'))return void _0x42946d['consumable']['consume'](_0x3bd8a0['item'],_0x57f76b['name']);const _0x5749ff=_0x42946d['mapper']['toViewElement'](_0x3bd8a0['item']);if(_0x3bd8a0['item']['is']('element')&&_0x54f605['model']['schema']['isBlock'](_0x3bd8a0['item'])&&!_0x5749ff['getCustomProperty']('addHighlight')){_0x42946d['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x5749ff),_0x42946d['writer']['setAttribute']('data-suggestion',_0x359486,_0x5749ff),_0x42946d['writer']['setAttribute']('data-author-id',_0x7a6afb,_0x5749ff),_0x42946d['mapper']['bindElementToMarker'](_0x5749ff,_0x3bd8a0['markerName']),_0x509c7b&&(this['activeMarkers']['includes'](_0x3bd8a0['markerName'])?_0x42946d['writer']['addClass']('ck-suggestion-marker--active',_0x5749ff):_0x42946d['writer']['removeClass']('ck-suggestion-marker--active',_0x5749ff));for(const _0x1af488 of _0x54f605['model']['createRangeIn'](_0x3bd8a0['item'])['getItems']())_0x42946d['consumable']['consume'](_0x1af488,_0x57f76b['name']);_0x42946d['consumable']['consume'](_0x3bd8a0['item'],_0x57f76b['name']);}};_0x54f605['conversion']['for']('dataDowncast')['add'](_0x2bf127=>{_0x2bf127['on']('addMarker:suggestion:formatBlock',(_0x359dfb,_0x2d7fb0,_0x5de859)=>{_0x5de859['options']['showSuggestionHighlights']&&_0x2d5ec7({'showActiveMarkers':!0x1})(_0x359dfb,_0x2d7fb0,_0x5de859);},{'priority':'highest'});}),_0x54f605['conversion']['for']('dataDowncast')['add'](_0x11ec99=>{_0x11ec99['on']('addMarker:suggestion:attribute',(_0x1b723b,_0x2a5eb9,_0xbc992c)=>{_0xbc992c['options']['showSuggestionHighlights']&&_0x2d5ec7({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x1b723b,_0x2a5eb9,_0xbc992c);},{'priority':'highest'});}),_0x54f605['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x4ac960,_0x58acd5)=>{if(_0x58acd5['options']['showSuggestionHighlights']){const {id:_0x71f92f,authorId:_0x29c051}=this['_splitMarkerName'](_0x4ac960);return _0x4ac960['includes'](':split')||_0x4ac960['includes'](':merge')?{'group':'suggestion','name':_0x4ac960['substr'](0xb),'attributes':{'data-suggestion':_0x71f92f,'data-author-id':_0x29c051}}:null;}return{'group':'suggestion','name':_0x4ac960['substr'](0xb)};}}),_0x54f605['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x3c5a2e,{writer:_0x1eaa80})=>{let _0x3bf836='suggestion:'+_0x3c5a2e['getAttribute']('suggestion-type')+':'+_0x3c5a2e['getAttribute']('id');return _0x3c5a2e['getAttribute']('marker-count')&&(_0x3bf836+=':'+_0x3c5a2e['getAttribute']('marker-count')),_0x1eaa80['createElement']('$marker',{'data-name':_0x3bf836});}}),_0x54f605['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x54f605['conversion']['for']('editingDowncast')['add'](_0x1b4737=>{_0x1b4737['on']('addMarker:suggestion:formatBlock',_0x2d5ec7(),{'priority':'high'});}),_0x54f605['conversion']['for']('editingDowncast')['add'](_0x340db6=>{_0x340db6['on']('addMarker:suggestion:attribute',_0x2d5ec7({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x54f605['conversion']['for']('editingDowncast')['add'](_0x44bb28=>{_0x44bb28['on']('removeMarker:suggestion:formatBlock',(_0x53fef0,_0x4b281a,_0x534e0)=>{const _0x264054=_0x534e0['mapper']['markerNameToElements'](_0x4b281a['markerName']);if(_0x264054){for(const _0x5e81da of _0x264054)_0x5e81da['getCustomProperty']('addHighlight')||(_0x534e0['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x5e81da),_0x534e0['writer']['removeAttribute']('data-suggestion',_0x5e81da),_0x534e0['writer']['removeAttribute']('data-author-id',_0x5e81da),_0x534e0['mapper']['unbindElementFromMarkerName'](_0x5e81da,_0x4b281a['markerName']));}},{'priority':'high'});}),_0x54f605['conversion']['for']('editingDowncast')['add'](_0x2ed1f3=>{_0x2ed1f3['on']('removeMarker:suggestion:attribute',(_0x57c515,_0x2bd47b,_0x582311)=>{const _0x1130c0=_0x582311['mapper']['markerNameToElements'](_0x2bd47b['markerName']);if(!_0x1130c0)return;const {id:_0x268e7b}=this['_splitMarkerName'](_0x2bd47b['markerName']),_0x3d3a13=this['_suggestions']['get'](_0x268e7b),_0x3080f8=this['_getAttributeKey'](_0x3d3a13);if(this['_isBlockAttribute'](_0x3080f8)){for(const _0x29def9 of _0x1130c0)_0x29def9['getCustomProperty']('addHighlight')||(_0x582311['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x29def9),_0x582311['writer']['removeAttribute']('data-suggestion',_0x29def9),_0x582311['writer']['removeAttribute']('data-author-id',_0x29def9),_0x582311['mapper']['unbindElementFromMarkerName'](_0x29def9,_0x2bd47b['markerName']));}},{'priority':'high'});}),_0x54f605['model']['document']['registerPostFixer'](_0x273532=>{let _0x579931=!0x1;const _0x5f2837=Array['from'](_0x54f605['model']['document']['differ']['getChangedMarkers']()),_0x74f2d4=new Set();for(const {name:_0x4cff2f,data:_0x53a418}of _0x5f2837){const {group:_0x186912,type:_0x5dbb22,subType:_0x16fd58,id:_0x12899d}=this['_splitMarkerName'](_0x4cff2f);if('suggestion'!==_0x186912)continue;const _0x2ba218=_0x16fd58?'suggestion:'+_0x5dbb22+':'+_0x16fd58+':'+_0x12899d:'suggestion:'+_0x5dbb22+':'+_0x12899d,_0x857dbe=_0x54f605['model']['markers']['getMarkersGroup'](_0x2ba218),_0x45a09d=_0x54f605['model']['markers']['get'](_0x4cff2f),_0x4cb7b5=this['_suggestions']['get'](_0x12899d);if(null!=_0x53a418['newRange']){'formatInline'==_0x5dbb22&&(_0x579931=_0x579931||Gt(_0x53a418['newRange'],_0x4cff2f,_0x273532,_0x54f605['model']['schema']));const _0x2b0ced='attribute'==_0x5dbb22&&this['_isBlockAttribute'](_0x16fd58['split']('|')[0x0]),_0x702a2='attribute'==_0x5dbb22&&this['_isInlineAttribute'](_0x16fd58['split']('|')[0x0]);if(_0x53a418['newRange']['isCollapsed']||'$graveyard'==_0x53a418['newRange']['root']['rootName']||'formatBlock'==_0x5dbb22&&!Jt(_0x53a418['newRange'])||_0x2b0ced&&!Jt(_0x53a418['newRange'])||_0x702a2&&Kt(_0x53a418['newRange'])||'deletion'==_0x5dbb22&&Kt(_0x53a418['newRange'])||_0x45a09d&&Ht(_0x45a09d,_0x857dbe))_0x273532['removeMarker'](_0x4cff2f),_0x579931=!0x0;else{if(!_0x4cb7b5||!_0x4cb7b5['isInContent'])continue;if(_0x53a418['newRange']&&_0x53a418['oldRange']&&_0x53a418['newRange']['isEqual'](_0x53a418['oldRange']))continue;_0x74f2d4['add'](_0x4cb7b5);}}}return _0x74f2d4['size']>0x0&&(_0x579931=!!this['_joinWithAdjacentSuggestions'](_0x74f2d4)||_0x579931),_0x579931;}),_0x54f605['model']['document']['registerPostFixer'](_0x308a19=>{let _0x9d4cc3=!0x1;for(const _0x3eeedf of _0x54f605['model']['document']['differ']['getChanges']())if('insert'==_0x3eeedf['type'])for(const _0x13a766 of this['_suggestions']['values']()){if(_0x13a766['isMultiRange']||!_0x13a766['isInContent'])continue;const _0x36afcc='formatBlock'==_0x13a766['type'],_0x1c6ba3=this['_getAttributeKey'](_0x13a766),_0x31bb3e=_0x1c6ba3&&this['_isBlockAttribute'](_0x1c6ba3);if(!_0x36afcc&&!_0x31bb3e)continue;const _0x28a222=_0x13a766['getFirstRange']();if(_0x28a222['start']['parent']!=_0x28a222['end']['parent']&&!_0x28a222['end']['isAtEnd']){const _0x56e98c=_0x54f605['model']['createPositionAt'](_0x28a222['start']['nodeAfter'],'end'),_0x568152=_0x54f605['model']['createRange'](_0x28a222['start'],_0x56e98c);_0x308a19['updateMarker'](_0x13a766['getFirstMarker'](),{'range':_0x568152}),_0x9d4cc3=!0x0;}}return _0x9d4cc3;}),_0x54f605['model']['document']['registerPostFixer'](_0x81dc4f=>this['_processAttributeChanges'](_0x81dc4f)),_0x54f605['model']['document']['registerPostFixer'](_0x40c247=>!_0x40c247['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x40c247)),_0x54f605['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x54f605['model']['document']['on']('change:data',(_0x53341c,_0x452019)=>{if(!_0x452019['isLocal']||_0x452019['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x2d3bc4=_0x54f605['model']['document']['differ']['getChanges']();if(0x0==_0x2d3bc4['length'])return;const _0x17cb5e=[],_0x339bc4=_0x2d3bc4['filter'](_0x31f3dc=>'attribute'==_0x31f3dc['type']),_0x5bf7ea=_0x2d3bc4['filter'](_0x27cc07=>'insert'==_0x27cc07['type']&&'$text'!=_0x27cc07['name']);for(const _0x1c3293 of _0x339bc4)this['_isRegisteredAttribute'](_0x1c3293['attributeKey'])&&_0x17cb5e['push']({'key':_0x1c3293['attributeKey'],'newValue':_0x1c3293['attributeNewValue'],'oldValue':_0x1c3293['attributeOldValue'],'range':qt(_0x1c3293['range'],_0x54f605['model'])});for(const _0x26698d of _0x5bf7ea){if('rename'!=_0x26698d['action']&&'refresh'!=_0x26698d['action'])continue;const _0x27371d=zt(_0x26698d['position']['nodeAfter'],_0x54f605['model']),_0x4cd7de=_0x26698d['before'];'rename'==_0x26698d['action']&&_0x17cb5e['push']({'key':m,'newValue':_0x26698d['name'],'oldValue':_0x4cd7de['name'],'range':_0x27371d});for(const [_0x3e5170,_0x51c57d]of _0x4cd7de['attributes']){if(!this['_isRegisteredAttribute'](_0x3e5170))continue;const _0x1a205e=_0x26698d['attributes']['get'](_0x3e5170);_0x51c57d!==_0x1a205e&&_0x17cb5e['push']({'key':_0x3e5170,'newValue':_0x1a205e,'oldValue':_0x51c57d,'range':_0x27371d});}for(const [_0x22238b,_0x1d48c0]of _0x26698d['attributes'])this['_isRegisteredAttribute'](_0x22238b)&&(_0x4cd7de['attributes']['has'](_0x22238b)||_0x17cb5e['push']({'key':_0x22238b,'newValue':_0x1d48c0,'oldValue':null,'range':_0x27371d}));}0x0!=_0x17cb5e['length']&&_0x54f605['model']['enqueueChange'](_0x452019,_0x41b8fa=>{const _0x597a09=_0x5cef89();for(const {range:_0x2e1467,key:_0x5e1de0,oldValue:_0x53d69f,newValue:_0x4a02f8}of _0x17cb5e)this['markAttributeChange'](_0x2e1467,_0x5e1de0,_0x53d69f,_0x4a02f8,{'groupId':_0x597a09});this['_reduceExistingSuggestions'](_0x41b8fa,_0x17cb5e);});},{'priority':'lowest'}),_0x54f605['model']['markers']['on']('update:suggestion',(_0x1b8500,_0x265571,_0x2d5bc0)=>{if(null==_0x2d5bc0){const {id:_0x367a98}=this['_splitMarkerName'](_0x265571['name']),_0x11e56f=this['_suggestions']['get'](_0x367a98);_0x11e56f&&_0x11e56f['addMarkerName'](_0x265571['name']);}}),_0x54f605['model']['document']['on']('change:data',()=>{const _0x1b421e=Array['from'](_0x54f605['model']['document']['differ']['getChangedMarkers']())['filter'](_0x3bddbb=>'suggestion'===this['_splitMarkerName'](_0x3bddbb['name'])['group']);if(0x0===_0x1b421e['length'])return;_0x1b421e['sort']((_0x4be477,_0x1be40e)=>{const _0x1beeb2=_0x4be477['data']['oldRange'],_0x441357=_0x1be40e['data']['oldRange'];return null===_0x1beeb2&&null===_0x441357?0x0:null===_0x1beeb2&&null!==_0x441357?-0x1:null!==_0x1beeb2&&null===_0x441357?0x1:_0x1beeb2['start']['isBefore'](_0x441357['start'])?-0x1:0x1;});const _0x39b1cd=new Set(),_0x4ea8bc=new Set();for(const {name:_0x54e05d,data:_0xfe7da0}of _0x1b421e){const {id:_0x1c8306}=this['_splitMarkerName'](_0x54e05d);if(null===_0xfe7da0['oldRange']){const _0x86b0c1=this['_handleNewSuggestionMarker'](_0x54e05d);_0x4ea8bc['add'](_0x86b0c1);}else{const _0xc746da=this['_suggestions']['get'](_0x1c8306);null!==_0xfe7da0['newRange']||_0xc746da['isInContent']?(_0x39b1cd['add'](_0xc746da['head']),_0x4ea8bc['add'](_0xc746da)):this['_removeSuggestion'](_0xc746da);}}_0x4ea8bc['size']>0x0&&this['_refreshSuggestionsChain'](_0x4ea8bc);for(const _0x51c4ec of _0x39b1cd)this['fire']('suggestionChanged',_0x51c4ec);}),_0x54f605['model']['on']('applyOperation',(_0x2c2b96,_0x4c6c92)=>{const _0x1fbc57=_0x4c6c92[0x0];if(!this['_suggestions']['size'])return;if(!_0x1fbc57['isDocumentOperation'])return;if(_0x1fbc57['batch']['isUndo']||!_0x1fbc57['batch']['isLocal'])return;let _0x3dfb88,_0x2e6f97;switch(_0x1fbc57['type']){case'insert':_0x3dfb88=_0x54f605['model']['createPositionAt'](_0x1fbc57['position']),_0x2e6f97=_0x3dfb88['getShiftedBy'](_0x1fbc57['howMany']);break;case'split':_0x3dfb88=_0x54f605['model']['createPositionAt'](_0x1fbc57['splitPosition']),_0x2e6f97=_0x54f605['model']['createPositionAt'](_0x1fbc57['moveTargetPosition']);break;case'move':_0x3dfb88=_0x54f605['model']['createPositionAt'](_0x1fbc57['targetPosition']),_0x2e6f97=_0x3dfb88['getShiftedBy'](_0x1fbc57['howMany']);break;default:return;}const _0x2811fa=_0x54f605['model']['createRange'](_0x3dfb88,_0x2e6f97);_0x54f605['model']['change'](()=>{for(const {suggestion:_0x4d99b1,meta:_0x4465c6}of this['_findSuggestions'](_0x2811fa)){if(_0x4d99b1['isMultiRange'])continue;if('formatInline'==_0x4d99b1['type'])continue;const _0x2dc930=this['_getAttributeKey'](_0x4d99b1);if(_0x2dc930&&this['_isBlockAttribute'](_0x2dc930)&&'split'!=_0x1fbc57['type'])continue;const _0x3c0836=_0x4d99b1['data']&&_0x4d99b1['data']['multipleBlocks'];('formatBlock'!=_0x4d99b1['type']||'split'==_0x1fbc57['type']&&!_0x3c0836)&&(_0x4465c6['containsRangeInObject']||'insertion'==_0x4d99b1['type']&&_0x4465c6['isOwn']||_0x4d99b1['getFirstRange']()['containsRange'](_0x2811fa)&&this['_breakSuggestionMarker'](_0x4d99b1,_0x3dfb88,_0x2e6f97));}});},{'priority':'lowest'}),_0x54f605['model']['on']('deleteContent',(_0x3b4515,_0xa02091)=>{const _0x51e633=_0xa02091[0x0],_0x226135=_0xa02091[0x1];if(_0x226135&&_0x226135['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x51e633['isCollapsed'])return;const _0x471a23=_0x54f605['model']['schema'],{start:_0x2a50e6,end:_0x400475}=_0x51e633['getFirstRange'](),_0x32288d=_0x2a50e6['nodeAfter']&&_0x471a23['isLimit'](_0x2a50e6['nodeAfter'])?null:_0x471a23['getNearestSelectionRange'](_0x2a50e6,'forward'),_0x8686d2=_0x400475['nodeBefore']&&_0x471a23['isLimit'](_0x400475['nodeBefore'])?null:_0x471a23['getNearestSelectionRange'](_0x400475,'backward'),_0x500ad2=_0x54f605['model']['createRange'](_0x32288d?_0x32288d['start']:_0x2a50e6,_0x8686d2?_0x8686d2['end']:_0x400475);_0x54f605['model']['change'](_0x32e5f9=>{this['markDeletion'](_0x500ad2);const _0x13e6ea=_0x54f605['model']['schema']['getNearestSelectionRange'](_0x500ad2['start']);_0x51e633['is']('documentSelection')?_0x32e5f9['setSelection'](_0x13e6ea):_0x51e633['setTo'](_0x13e6ea);}),_0x3b4515['stop']();},{'priority':_0x37a44a['normal']+0xa}),_0x54f605['model']['on']('insertContent',(_0x115ec1,_0x20d5ce)=>{const _0xc50d46=_0x20d5ce[_0x20d5ce['length']-0x1];_0xc50d46&&_0xc50d46['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x54f605['model']['change'](()=>{let _0x176967=_0x54f605['model']['insertContent'](_0x20d5ce[0x0],_0x20d5ce[0x1],_0x20d5ce[0x2],{'forceDefaultExecution':!0x0});if(!_0x176967)return;_0x115ec1['return']=_0x176967['clone']();const _0xda6c28=_0x176967['end']['nodeBefore'],_0x589e65=_0x54f605['model']['schema'];_0xda6c28&&_0x589e65['isBlock'](_0xda6c28)&&!_0x589e65['isObject'](_0xda6c28)&&(_0x176967=_0x54f605['model']['createRange'](_0x176967['start'],_0x54f605['model']['createPositionAt'](_0xda6c28,'end'))),this['markInsertion'](_0x176967);}),_0x115ec1['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x46e154=new D(_0x54f605,this['_suggestions']);_0x54f605['commands']['add']('acceptSuggestion',_0x46e154),this['enableCommand']('acceptSuggestion');const _0x4795c5=new $(_0x54f605,this['_suggestions']);_0x54f605['commands']['add']('discardSuggestion',_0x4795c5),this['enableCommand']('discardSuggestion'),_0x54f605['commands']['add']('acceptAllSuggestions',new M(_0x54f605,_0x46e154,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x54f605['commands']['add']('discardAllSuggestions',new M(_0x54f605,_0x4795c5,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x54f605['commands']['add']('acceptSelectedSuggestions',new B(_0x54f605,_0x46e154,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x54f605['commands']['add']('discardSelectedSuggestions',new B(_0x54f605,_0x4795c5,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x30976f=_0x54f605['plugins']['get']('CommentsRepository');this['listenTo'](_0x30976f,'addComment',(_0xb50104,{threadId:_0x2938a5})=>{const _0x5a7a19=this['_suggestions']['get'](_0x2938a5);_0x5a7a19&&_0x5a7a19['commentThread']&&0x1===_0x5a7a19['commentThread']['length']&&this['_updateSuggestionData'](_0x2938a5,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x30976f,'removeComment',(_0x21b33c,{threadId:_0x341928})=>{const _0x5aeac1=this['_suggestions']['get'](_0x341928);_0x5aeac1&&_0x5aeac1['commentThread']&&!_0x5aeac1['commentThread']['length']&&this['_updateSuggestionData'](_0x341928,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x443f01){const _0x3cd974=_0x11e6ae([0x6a,0x4c,0x56,0x75,0x55,0x53,0x46,0x76,0x64,0x49,0x61,0x79,0x5a,0x42,0x43,0x66,0x78,0x74,0x32,0x4d,0x6b,0x69,0x30,0x47,0x41,0x70,0x6f,0x54,0x58,0x63,0x68,0x39,0x6e,0x4b,0x45,0x38,0x50,0x31,0x51,0x37,0x6c,0x34,0x6d,0x44,0x35,0x4e,0x4f,0x4a,0x65,0x7a,0x71,0x57,0x52,0x73,0x67,0x77,0x62,0x33,0x48,0x36,0x59,0x72]),_0x46d59e=0x4d94f6d9,_0xed02c=0x4d938631^_0x46d59e,_0x495ad4=window[_0x11e6ae([0x44,0x61,0x74,0x65])][_0x11e6ae([0x6e,0x6f,0x77])](),_0x54faa8=_0x443f01[_0x11e6ae([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5d3c33=new window[(_0x11e6ae([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5c88b3=>{_0x54faa8[_0x11e6ae([0x6f,0x6e,0x63,0x65])](_0x11e6ae([0x72,0x65,0x61,0x64,0x79]),_0x5c88b3);}),_0x5c0bee={[_0x11e6ae([0x6b,0x74,0x79])]:_0x11e6ae([0x45,0x43]),[_0x11e6ae([0x75,0x73,0x65])]:_0x11e6ae([0x73,0x69,0x67]),[_0x11e6ae([0x63,0x72,0x76])]:_0x11e6ae([0x50,0x2d,0x32,0x35,0x36]),[_0x11e6ae([0x78])]:_0x11e6ae([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]),[_0x11e6ae([0x79])]:_0x11e6ae([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]),[_0x11e6ae([0x61,0x6c,0x67])]:_0x11e6ae([0x45,0x53,0x32,0x35,0x36])},_0x3ec600=_0x54faa8[_0x11e6ae([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x11e6ae([0x67,0x65,0x74])](_0x11e6ae([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x41e54d(){let _0x6ffba9,_0x30f38a=null,_0x284b4f=null;try{if(_0x3ec600==_0x11e6ae([0x47,0x50,0x4c]))return _0x11e6ae([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x6ffba9=_0x15383e(),!_0x6ffba9)return _0x11e6ae([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x6ffba9[_0x11e6ae([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x284b4f=_0x4778e8(_0x6ffba9[_0x11e6ae([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x6ffba9[_0x11e6ae([0x6a,0x74,0x69])])),await _0x25f829()?_0x241f5f()?_0x444ca5()?_0x11e6ae([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3cb873()?(_0x6ffba9[_0x11e6ae([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x11e6ae([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x30f38a=_0x58d786(_0x11e6ae([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x6ffba9[_0x11e6ae([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x11e6ae([0x74,0x72,0x69,0x61,0x6c])&&(_0x30f38a=_0x58d786(_0x11e6ae([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x374b55()):_0x11e6ae([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x11e6ae([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x11e6ae([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x11e6ae([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x444ca5(){const _0x120072=[_0x11e6ae([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x11e6ae([0x74,0x72,0x69,0x61,0x6c])][_0x11e6ae([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x6ffba9[_0x11e6ae([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x495ad4/0x3e8:0xe10*_0xed02c;return _0x6ffba9[_0x11e6ae([0x65,0x78,0x70])]<_0x120072;}function _0x241f5f(){const _0x5c9896=_0x6ffba9[_0x11e6ae([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x5c9896)return!0x1;if(_0x5c9896[_0x11e6ae([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11e6ae([0x2a])))return!0x0;if(_0x5c9896[_0x11e6ae([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11e6ae([0x54,0x43])))return!0x0;if(_0x5c9896[_0x11e6ae([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11e6ae([0x52,0x54,0x43]))){if(_0x572309())return!0x0;if(_0x1b1fbb()||_0x4b1199())return!0x0;}return!0x1;}function _0x3cb873(){const _0x5ff368=_0x6ffba9[_0x11e6ae([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5ff368||0x0==_0x5ff368[_0x11e6ae([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x29c212}=new URL(window[_0x11e6ae([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5ff368[_0x11e6ae([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29c212))return!0x0;const _0x9586d4=_0x29c212[_0x11e6ae([0x73,0x70,0x6c,0x69,0x74])](_0x11e6ae([0x2e]));return _0x5ff368[_0x11e6ae([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3d73d9=>_0x3d73d9[_0x11e6ae([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11e6ae([0x2a])))[_0x11e6ae([0x6d,0x61,0x70])](_0x587721=>_0x587721[_0x11e6ae([0x73,0x70,0x6c,0x69,0x74])](_0x11e6ae([0x2e])))[_0x11e6ae([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x49f0b6=>_0x49f0b6[_0x11e6ae([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x9586d4[_0x11e6ae([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x11e6ae([0x6d,0x61,0x70])](_0xfb6199=>Array(_0x9586d4[_0x11e6ae([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0xfb6199[_0x11e6ae([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x11e6ae([0x66,0x69,0x6c,0x6c])](_0xfb6199[0x0]===_0x11e6ae([0x2a])?_0x11e6ae([0x2a]):'')[_0x11e6ae([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0xfb6199))[_0x11e6ae([0x73,0x6f,0x6d,0x65])](_0x30d1ad=>_0x9586d4[_0x11e6ae([0x65,0x76,0x65,0x72,0x79])]((_0x496528,_0x30e2d3)=>_0x30d1ad[_0x30e2d3]===_0x496528||_0x30d1ad[_0x30e2d3]===_0x11e6ae([0x2a])));}function _0x374b55(){return _0x30f38a&&_0x284b4f?new window[(_0x11e6ae([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x401a22,_0x492fb0)=>{_0x30f38a[_0x11e6ae([0x74,0x68,0x65,0x6e])](_0x401a22,_0x492fb0),_0x284b4f[_0x11e6ae([0x74,0x68,0x65,0x6e])](_0x2c2598=>{_0x2c2598!=_0x11e6ae([0x56,0x61,0x6c,0x69,0x64])&&_0x401a22(_0x2c2598);},_0x492fb0);}):_0x30f38a||_0x284b4f||_0x11e6ae([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4778e8(_0xe4b200,_0x43c181){return new window[(_0x11e6ae([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4d8668=>{if(_0x1ff478())return _0x4d8668(_0x11e6ae([0x56,0x61,0x6c,0x69,0x64]));_0x2a965e(),_0x54faa8[_0x11e6ae([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x11e6ae([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x13243e=!0x1;const _0xa25c1f=_0x5cef89();function _0x47cb84(_0x1c97d9){return!!_0x1c97d9&&(typeof _0x1c97d9===_0x11e6ae([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1c97d9===_0x11e6ae([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1c97d9[_0x11e6ae([0x74,0x68,0x65,0x6e])]===_0x11e6ae([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1c97d9[_0x11e6ae([0x63,0x61,0x74,0x63,0x68])]===_0x11e6ae([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x347af9(_0x29f5ce){_0x36e7d3(_0x29f5ce)[_0x11e6ae([0x74,0x68,0x65,0x6e])](_0x467697=>{if(!_0x467697||_0x467697[_0x11e6ae([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x11e6ae([0x6f,0x6b]))return _0x11e6ae([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4a6ac6(_0x287313(_0xa25c1f+_0x43c181))!=_0x467697[_0x11e6ae([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x11e6ae([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x11e6ae([0x56,0x61,0x6c,0x69,0x64]);})[_0x11e6ae([0x74,0x68,0x65,0x6e])](_0xd84a1e=>(_0x4e34cc(),_0xd84a1e),()=>{const _0x51ce9c=_0x1203ab();return null==_0x51ce9c?(_0x4e34cc(),_0x11e6ae([0x56,0x61,0x6c,0x69,0x64])):_0x11e6ae(_0x495ad4-_0x51ce9c>(0x699872d9^_0x46d59e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x11e6ae([0x74,0x68,0x65,0x6e])](_0x4d8668)[_0x11e6ae([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4d8668(_0x11e6ae([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1ced46=0x4da21859^_0x46d59e;function _0x4e34cc(){const _0x3a9d8a=_0x11e6ae([0x6c,0x6c,0x63,0x74,0x2d])+_0x4a6ac6(_0x287313(_0xe4b200)),_0x38f089=_0x223054(_0x4a6ac6(window[_0x11e6ae([0x4d,0x61,0x74,0x68])][_0x11e6ae([0x63,0x65,0x69,0x6c])](_0x495ad4/_0x1ced46)));window[_0x11e6ae([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x11e6ae([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3a9d8a,_0x38f089);}function _0x1203ab(){const _0x5be3b1=_0x11e6ae([0x6c,0x6c,0x63,0x74,0x2d])+_0x4a6ac6(_0x287313(_0xe4b200)),_0x150e55=window[_0x11e6ae([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x11e6ae([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5be3b1);return _0x150e55?window[_0x11e6ae([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x223054(_0x150e55),0x10)*_0x1ced46:null;}function _0x36e7d3(_0x1a3720){return new window[(_0x11e6ae([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5c236e,_0x394855)=>{_0x1a3720[_0x11e6ae([0x74,0x68,0x65,0x6e])](_0x5c236e,_0x394855),window[_0x11e6ae([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x394855,0x4d952219^_0x46d59e);});}}_0x54faa8[_0x11e6ae([0x6f,0x6e])](_0x11e6ae([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x26c7bb,_0x285a9e)=>{if(_0x285a9e[0x0]!=_0xe4b200)return _0x4d8668(_0x11e6ae([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x285a9e[0x1]={..._0x285a9e[0x1],[_0x11e6ae([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xa25c1f};},{[_0x11e6ae([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x11e6ae([0x68,0x69,0x67,0x68])}),_0x54faa8[_0x11e6ae([0x6f,0x6e])](_0x11e6ae([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x582674=>{_0x47cb84(_0x582674[_0x11e6ae([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x13243e=!0x0,_0x347af9(_0x582674[_0x11e6ae([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x11e6ae([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x11e6ae([0x6c,0x6f,0x77])}),_0x5d3c33[_0x11e6ae([0x74,0x68,0x65,0x6e])](()=>{_0x13243e||_0x4d8668(_0x11e6ae([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1ff478(){return _0x54faa8[_0x11e6ae([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x11e6ae([0x76,0x69,0x65,0x77])][_0x11e6ae([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x11e6ae([0x61,0x75,0x74,0x6f]);}function _0x2a965e(){_0x54faa8[_0x11e6ae([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x11e6ae([0x76,0x69,0x65,0x77])][_0x11e6ae([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x11e6ae([0x61,0x75,0x74,0x6f]);}}function _0x58d786(_0x471d08){const _0x5e93b5=[new window[(_0x11e6ae([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1856e9=>setTimeout(_0x1856e9,0x4d9dc815^_0x46d59e)),_0x5d3c33[_0x11e6ae([0x74,0x68,0x65,0x6e])](()=>new window[(_0x11e6ae([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x17881f=>{let _0x1ffcea=0x0;_0x54faa8[_0x11e6ae([0x6d,0x6f,0x64,0x65,0x6c])][_0x11e6ae([0x6f,0x6e])](_0x11e6ae([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4b3ab3,_0x4f7e68)=>{_0x4f7e68[0x0][_0x11e6ae([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1ffcea++,_0x1ffcea==(0x4d94f721^_0x46d59e)&&(_0x17881f(),_0x4b3ab3[_0x11e6ae([0x6f,0x66,0x66])]());});}))];return window[_0x11e6ae([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x11e6ae([0x72,0x61,0x63,0x65])](_0x5e93b5)[_0x11e6ae([0x74,0x68,0x65,0x6e])](()=>_0x471d08);}async function _0x15b37b(){await _0x5d3c33,_0x54faa8[_0x11e6ae([0x6d,0x6f,0x64,0x65,0x6c])][_0x11e6ae([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x32ef81,_0x54faa8[_0x11e6ae([0x6d,0x6f,0x64,0x65,0x6c])][_0x11e6ae([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x32ef81,_0x54faa8[_0x11e6ae([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x11e6ae([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x572309(){return _0xe585a9(_0x11e6ae([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x47d213(_0x11e6ae([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x11e6ae([0x73,0x74,0x61,0x74,0x65])]==_0x11e6ae([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x1b1fbb(){return _0xe585a9(_0x11e6ae([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 _0x4b1199(){return _0xe585a9(_0x11e6ae([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x47dc7c(_0x215acf){const _0x3e82cc=_0x37efbd();_0x54faa8[_0x3e82cc]=_0x11e6ae([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x215acf,_0x215acf!=_0x11e6ae([0x56,0x61,0x6c,0x69,0x64])&&_0x15b37b();}function _0x37efbd(){const _0xbf9e2a=window[_0x11e6ae([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x11e6ae([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x11e6ae([0x6e,0x6f,0x77])]())[_0x11e6ae([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x11e6ae([0x2e]),'');let _0x3415df=_0x11e6ae([0x6a]);for(let _0x47f51c=0x0;_0x47f51c<_0xbf9e2a[_0x11e6ae([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x47f51c+=0x2){let _0x2cbd22=window[_0x11e6ae([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xbf9e2a[_0x11e6ae([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x47f51c,_0x47f51c+0x2));_0x2cbd22>=_0x3cd974[_0x11e6ae([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2cbd22-=_0x3cd974[_0x11e6ae([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3415df+=_0x3cd974[_0x2cbd22];}return _0x3415df;}function _0x15383e(){const _0xe51ade=_0x3ec600[_0x11e6ae([0x73,0x70,0x6c,0x69,0x74])](_0x11e6ae([0x2e]));if(0x3!=_0xe51ade[_0x11e6ae([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x54daf(_0xe51ade[0x1]);function _0x54daf(_0x27e374){const _0x40b21b=_0x33792f(_0x27e374);return _0x40b21b&&_0x25b417()?_0x40b21b:null;function _0x25b417(){const _0x291ba7=_0x40b21b[_0x11e6ae([0x6a,0x74,0x69])],_0x1a6df1=window[_0x11e6ae([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x291ba7[_0x11e6ae([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x291ba7[_0x11e6ae([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xfb83ff={..._0x40b21b,[_0x11e6ae([0x6a,0x74,0x69])]:_0x291ba7[_0x11e6ae([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x291ba7[_0x11e6ae([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xfb83ff[_0x11e6ae([0x76,0x63])],_0x287313(_0xfb83ff)==_0x1a6df1;}}}async function _0x25f829(){let _0x419224=!0x0;try{const _0x42ae0a=_0x3ec600[_0x11e6ae([0x73,0x70,0x6c,0x69,0x74])](_0x11e6ae([0x2e])),[_0x1fdcf4,_0x3d5fab,_0x4b0c42]=_0x42ae0a;return _0x12138(_0x1fdcf4),await _0x39f124(_0x1fdcf4,_0x3d5fab,_0x4b0c42),_0x419224;}catch{return!0x1;}function _0x12138(_0x3efdfe){const _0x44d99f=_0x33792f(_0x3efdfe);_0x44d99f&&_0x44d99f[_0x11e6ae([0x61,0x6c,0x67])]==_0x11e6ae([0x45,0x53,0x32,0x35,0x36])||(_0x419224=!0x1);}async function _0x39f124(_0x1fca03,_0x29a38d,_0x2f5ff2){const _0x43f43d=window[_0x11e6ae([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x11e6ae([0x66,0x72,0x6f,0x6d])](_0x536b92(_0x2f5ff2),_0x2bf035=>_0x2bf035[_0x11e6ae([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3491c8=new window[(_0x11e6ae([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x11e6ae([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1fca03+_0x11e6ae([0x2e])+_0x29a38d),_0x492acf=window[_0x11e6ae([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x11e6ae([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x492acf)return;const _0x1812e0=await _0x492acf[_0x11e6ae([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x11e6ae([0x6a,0x77,0x6b]),_0x5c0bee,{[_0x11e6ae([0x6e,0x61,0x6d,0x65])]:_0x11e6ae([0x45,0x43,0x44,0x53,0x41]),[_0x11e6ae([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x11e6ae([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x11e6ae([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x492acf[_0x11e6ae([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x11e6ae([0x6e,0x61,0x6d,0x65])]:_0x11e6ae([0x45,0x43,0x44,0x53,0x41]),[_0x11e6ae([0x68,0x61,0x73,0x68])]:{[_0x11e6ae([0x6e,0x61,0x6d,0x65])]:_0x11e6ae([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1812e0,_0x43f43d,_0x3491c8)||(_0x419224=!0x1);}}function _0x33792f(_0x7f91c6){return _0x7f91c6[_0x11e6ae([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x11e6ae([0x65,0x79]))?JSON[_0x11e6ae([0x70,0x61,0x72,0x73,0x65])](_0x536b92(_0x7f91c6)):null;}function _0x536b92(_0x26c080){return window[_0x11e6ae([0x61,0x74,0x6f,0x62])](_0x26c080[_0x11e6ae([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x11e6ae([0x2b]))[_0x11e6ae([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x11e6ae([0x2f])));}function _0x287313(_0x5f25d0){let _0x447435=0x1505;function _0x5559c5(_0x19f1f9){for(let _0x2fba6a=0x0;_0x2fba6a<_0x19f1f9[_0x11e6ae([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2fba6a++){const _0x2f2771=_0x19f1f9[_0x11e6ae([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2fba6a);_0x447435=(_0x447435<<0x5)+_0x447435+_0x2f2771,_0x447435&=_0x447435;}}function _0x4a1f98(_0x15db39){Array[_0x11e6ae([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x15db39)?_0x15db39[_0x11e6ae([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4a1f98):_0x15db39&&typeof _0x15db39==_0x11e6ae([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x11e6ae([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x15db39)[_0x11e6ae([0x73,0x6f,0x72,0x74])]()[_0x11e6ae([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5440a9,_0x43ed83])=>{_0x5559c5(_0x5440a9),_0x4a1f98(_0x43ed83);}):_0x5559c5(window[_0x11e6ae([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x15db39));}return _0x4a1f98(_0x5f25d0),_0x447435>>>0x0;}function _0x4a6ac6(_0x98d106){return _0x98d106[_0x11e6ae([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x11e6ae([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x11e6ae([0x30]));}function _0x223054(_0x452956){return _0x452956[_0x11e6ae([0x73,0x70,0x6c,0x69,0x74])]('')[_0x11e6ae([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x11e6ae([0x6a,0x6f,0x69,0x6e])]('');}function _0xe585a9(_0x5e38b0){return _0x54faa8[_0x11e6ae([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x11e6ae([0x68,0x61,0x73])](_0x5e38b0);}function _0x47d213(_0x1edd82){return _0x54faa8[_0x11e6ae([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x11e6ae([0x67,0x65,0x74])](_0x1edd82);}function _0x32ef81(){}function _0x11e6ae(_0x1c776b){return _0x1c776b['map'](_0x4d8891=>String['fromCharCode'](_0x4d8891))['join']('');}_0x47dc7c(await _0x41e54d());}(this);}set['adapter'](_0x31e330){if(this['_adapter'])throw new _0x44e9b4('track-changes-adapter-already-set',this);this['_adapter']=_0x31e330;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x2961d5=!0x1,toJSON:_0x813eb=!0x1}={}){const _0x1aad11=[];for(const _0xe3ae4f of this['_suggestions']['values']())_0x2961d5&&!_0xe3ae4f['isInContent']||_0x1aad11['push'](_0xe3ae4f);return _0x813eb?_0x1aad11['map'](_0x3ba217=>_0x3ba217['toJSON']()):_0x1aad11;}['getSuggestion'](_0x402228){const _0xf82e2b=this['_suggestions']['get'](_0x402228);if(!_0xf82e2b)throw new _0x44e9b4('track-changes-suggestion-not-found',this);return _0xf82e2b;}['hasSuggestion'](_0x1816cd){return this['_suggestions']['has'](_0x1816cd);}['addSuggestionData'](_0x4155cb){const {authorId:_0x25a2c7,id:_0x56eb40,originalSuggestionId:_0x53e099,attributes:_0x3188bd}=_0x4155cb,[_0x1ca950,_0x6ca28f]=_0x4155cb['type']['split'](':'),_0x421e3c=this['_suggestions']['get'](_0x56eb40)||this['_createSuggestion'](_0x1ca950,_0x6ca28f,_0x56eb40,_0x25a2c7,_0x3188bd,_0x53e099);if(this['_addThreadToSuggestion'](_0x421e3c),this['_checkSuggestionCorrectness'](_0x421e3c,_0x1ca950,_0x6ca28f||null,_0x25a2c7),_0x421e3c['createdAt']=_0x4155cb['createdAt'],_0x421e3c['_isDataLoaded']=!0x0,_0x3188bd&&_0x3188bd['@external']){const _0x1296e7=_0x3188bd['@external'],_0xf7a821=this['_getExternalAuthor'](_0x1296e7['authorName']);_0x421e3c['authoredAt']=_0x1296e7['createdAt'],_0x421e3c['author']=_0xf7a821,_0x421e3c['isExternal']=!0x0;}else _0x421e3c['authoredAt']=_0x4155cb['createdAt'];switch(_0x4155cb['data']&&(_0x421e3c['data']=_0x4155cb['data']),_0x4155cb['attributes']&&(_0x421e3c['attributes']=_0x4155cb['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x421e3c['_saved']=!0x0),this['_suggestionState']['get'](_0x421e3c)){case'notReady':this['_suggestionState']['set'](_0x421e3c,'dataReady');break;case'markerReady':_0x421e3c['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x421e3c])),this['_refreshSuggestionsChain'](new Set([_0x421e3c])),this['_suggestionState']['set'](_0x421e3c,'ready'),this['fire']('suggestionLoaded',_0x421e3c)):this['_suggestionState']['set'](_0x421e3c,'removed');}return _0x421e3c;}['acceptSuggestion'](_0x2a5394){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x1ad508 of _0x2a5394['getAllAdjacentSuggestions']())_0x1ad508['accept']();});});}['discardSuggestion'](_0x28f885){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x4dfc33 of _0x28f885['getAllAdjacentSuggestions']())_0x4dfc33['discard']();});});}['enableCommand'](_0x1be5ca,_0x1f7144){const _0x33b6c1=this['editor']['commands']['get'](_0x1be5ca);if(!_0x33b6c1)throw new _0x44e9b4('track-changes-command-not-found',this,{'commandName':_0x1be5ca});if(this['_enabledCommands']['has'](_0x33b6c1))throw new _0x44e9b4('track-changes-enable-command-twice',this,{'commandName':_0x1be5ca});this['_enabledCommands']['add'](_0x33b6c1),_0x1f7144&&_0x33b6c1['on']('execute',(_0x52c38c,_0x418086)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x418086['length']>0x0&&_0x418086[_0x418086['length']-0x1]&&_0x418086[_0x418086['length']-0x1]['forceDefaultExecution']?_0x418086['pop']():(_0x52c38c['return']=_0x1f7144((..._0x572d37)=>_0x33b6c1['execute'](..._0x572d37,{'forceDefaultExecution':!0x0}),..._0x418086),_0x52c38c['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x26b937){let _0x43b0a0,_0x34d2a9;const _0x5ad208=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x43b0a0=_0x26b937();}catch(_0x17adf3){_0x34d2a9=_0x17adf3;}return _0x5ad208||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x34d2a9&&_0x44e9b4['rethrowUnexpectedError'](_0x34d2a9,this),_0x43b0a0;}['markInsertion'](_0x39a9e7,_0x2d619f=null,_0x10f0bc={}){if(_0x39a9e7['isCollapsed'])return null;const _0x202e8b=this['editor']['plugins']['get']('Users')['me'];this['_trackingSessionId']&&(_0x10f0bc['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x5e2869,meta:_0x1931ef}of this['_findSuggestions'](_0x39a9e7,'insertion'))if(_0x1931ef['isOwn']){if(!_0x1931ef['isNextTo']){if(_0x1931ef['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Xt(_0x5e2869,_0x10f0bc))continue;return _0x5e2869;}if(Xt(_0x5e2869,_0x10f0bc))return _0x5e2869;this['_breakSuggestionMarker'](_0x5e2869,_0x39a9e7['start'],_0x39a9e7['end']);break;}if(_0x2d619f==_0x5e2869['subType']&&Xt(_0x5e2869,_0x10f0bc)){const _0x521f9a=_0x5e2869['getFirstRange']();return _0x521f9a['start']['isEqual'](_0x39a9e7['end'])?this['_setSuggestionRange'](_0x5e2869,this['_model']['createRange'](_0x39a9e7['start'],_0x521f9a['end'])):this['_setSuggestionRange'](_0x5e2869,this['_model']['createRange'](_0x521f9a['start'],_0x39a9e7['end'])),_0x5e2869;}}const _0x47cf23=_0x5cef89(),_0x3038f1=_0x202e8b['id'],_0x3ac62d=_0x2d619f?'insertion:'+_0x2d619f:'insertion',_0x1db8dd=this['_setSuggestionData']({'id':_0x47cf23,'type':_0x3ac62d,'createdAt':new Date(),'authorId':_0x3038f1,'attributes':_0x10f0bc});return this['_addSuggestionMarker'](_0x3ac62d,_0x47cf23,_0x3038f1,_0x39a9e7),_0x1db8dd;}['markMultiRangeInsertion'](_0x83c621,_0x276758='multi',_0x3acebf={}){const _0x304dec=this['editor']['plugins']['get']('Users')['me'],_0x4a0884=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x276758,'join');this['_trackingSessionId']&&(_0x3acebf['trackingSessionId']=this['_trackingSessionId']);for(const _0x527307 of this['getSuggestions']())if(_0x527307['author']['id']==_0x304dec['id']&&'insertion'==_0x527307['type']&&_0x527307['subType']==_0x276758&&Xt(_0x527307,_0x3acebf)&&(_0x4a0884(_0x527307['getRanges'](),_0x83c621)||_0x4a0884(_0x83c621,_0x527307['getRanges']()))){for(const _0x465836 of _0x83c621)_0x527307['addRange'](_0x465836);return _0x527307;}for(const {suggestion:_0x570318,meta:_0x32346d}of this['_findSuggestions'](_0x83c621,'insertion')){if(!_0x32346d['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x32346d['containsRangeInObject'])continue;if(!Xt(_0x570318,_0x3acebf))continue;let _0xcb32c9=!0x0;for(const _0xfee7a6 of _0x570318['getRanges']())for(const _0x13e04f of _0x83c621)if(!_0xfee7a6['containsRange'](_0x13e04f)){_0xcb32c9=!0x1;break;}if(_0xcb32c9)return _0x570318;}const _0x15b81c=_0x5cef89(),_0x105d4a=_0x304dec['id'],_0x80b556='insertion:'+_0x276758,_0x612dac=this['_setSuggestionData']({'id':_0x15b81c,'type':_0x80b556,'createdAt':new Date(),'authorId':_0x105d4a,'attributes':_0x3acebf});for(const _0x4fbf69 of _0x83c621)this['_addSuggestionMarker'](_0x80b556,_0x15b81c,_0x105d4a,_0x4fbf69,T['getMultiRangeId']());return _0x612dac;}['markInlineFormat'](_0x4cfd0f,_0x5b702e,_0x29243e=null,_0x59a7d7={}){if(_0x29243e=_0x29243e||Lt(_0x5b702e),_0x4cfd0f['isCollapsed'])return null;if(this['_trackingSessionId']&&(_0x59a7d7['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x507f5c=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x29243e,'accept');return this['forceDefaultExecution'](()=>_0x507f5c([_0x4cfd0f],_0x5b702e,_0x59a7d7)),null;}const _0xc3714d=this['editor']['plugins']['get']('Users')['me'],_0x2e1af1=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x931799,meta:_0x2cda9d}of this['_findSuggestions'](_0x4cfd0f,'insertion'))_0x2cda9d['isOwn']&&!_0x2cda9d['isInsideObject']&&_0x2e1af1['push'](..._0x931799['getRanges']());}const _0x2fd66d=function(_0x176cd2,_0x48a424){const _0x156918=[];for(const _0xd9fba2 of _0x48a424){const _0x4e5505=_0x176cd2['getIntersection'](_0xd9fba2);_0x4e5505&&_0x156918['push'](_0x4e5505);}return _0x156918;}(_0x4cfd0f,_0x2e1af1),_0x41e182=function(_0x29e6b9,_0x486bad){const _0x6a6b8=[_0x29e6b9];for(const _0x454ce2 of _0x486bad){let _0x5f08d4=0x0;for(;_0x5f08d4<_0x6a6b8['length'];){const _0x20728b=_0x6a6b8[_0x5f08d4]['getDifference'](_0x454ce2);_0x6a6b8['splice'](_0x5f08d4,0x1,..._0x20728b),_0x5f08d4+=_0x20728b['length'];}}return _0x6a6b8;}(_0x4cfd0f,_0x2e1af1);_0x2fd66d['length']&&this['_model']['change'](()=>{for(const _0x60f5ae of _0x2fd66d){const _0x3b66ee=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x29243e,'accept');this['forceDefaultExecution'](()=>_0x3b66ee([_0x60f5ae],_0x5b702e,_0x59a7d7));}});for(const _0x94ee92 of _0x41e182){let _0x533df4=null,_0x1fd692=_0x94ee92['start'],_0x4a4ec3=_0x94ee92['end'];for(const {suggestion:_0x21ac01,meta:_0x259263}of this['_findSuggestions'](_0x94ee92,'formatInline')){if(!_0x259263['isOwn'])continue;if(_0x21ac01['subType']!=_0x29243e)continue;if(!Xt(_0x21ac01,_0x59a7d7))continue;const _0x980487=_0x21ac01['getFirstRange']();if(_0x980487['containsRange'](_0x94ee92,!0x0))return null;_0x1fd692=_0x1fd692['isBefore'](_0x980487['start'])?_0x1fd692:_0x980487['start'],_0x4a4ec3=_0x4a4ec3['isAfter'](_0x980487['end'])?_0x4a4ec3:_0x980487['end'],_0x533df4?_0x980487['start']['isBefore'](_0x533df4['getFirstRange']()['start'])?(_0x533df4['removeMarkers'](),_0x533df4=_0x21ac01):_0x21ac01['removeMarkers']():_0x533df4=_0x21ac01;}const _0x916749=this['_model']['createRange'](_0x1fd692,_0x4a4ec3);if(_0x533df4)this['_setSuggestionRange'](_0x533df4,_0x916749);else{const _0x131535=_0x5cef89(),_0x23b80a=_0xc3714d['id'];this['_setSuggestionData']({'id':_0x131535,'type':'formatInline:'+_0x29243e,'data':_0x5b702e,'createdAt':new Date(),'authorId':_0x23b80a,'attributes':_0x59a7d7}),this['_addSuggestionMarker']('formatInline:'+_0x29243e,_0x131535,_0x23b80a,_0x916749);}}return null;}['markBlockFormat'](_0x5825c0,_0x29a3b1,_0x1128cc=[],_0x3017bf=null,_0x47e6fd={}){_0x29a3b1['formatGroupId']||(_0x29a3b1['formatGroupId']=_0x29a3b1['commandName']),_0x29a3b1['multipleBlocks']=_0x5825c0['is']('range'),_0x3017bf=_0x3017bf||Lt(_0x29a3b1);const _0x46f1de=_0x1128cc['map'](_0x2952c8=>zt(_0x2952c8,this['_model'])),_0x60625e=_0x5825c0['is']('range')?_0x5825c0:zt(_0x5825c0,this['_model']);if(this['_trackingSessionId']&&(_0x47e6fd['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x5d52f0=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3017bf,'accept');return this['forceDefaultExecution'](()=>_0x5d52f0([_0x60625e],_0x29a3b1,_0x47e6fd)),null;}_0x46f1de['push'](_0x60625e);let _0x904164=!0x0;for(const _0x1f4f04 of _0x46f1de)if(!this['_rangeIsInLocalUserInsertion'](_0x1f4f04)){_0x904164=!0x1;break;}if(_0x904164&&'always'!==this['_trackFormatChanges']){const _0x8cc23e=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3017bf,'accept');return this['forceDefaultExecution'](()=>_0x8cc23e([_0x60625e],_0x29a3b1,_0x47e6fd)),null;}let _0x383442=null,_0x51d512=_0x60625e['start'],_0x4f351e=_0x60625e['end'];for(const {suggestion:_0x2e4b47,meta:_0x248b06}of this['_findSuggestions'](_0x60625e,'formatBlock')){if(!_0x248b06['isOwn'])continue;if(_0x248b06['isNextTo']||_0x248b06['containsRangeInObject']||_0x248b06['isInsideObject'])continue;if(_0x2e4b47['data']['formatGroupId']!=_0x29a3b1['formatGroupId'])continue;if(!Xt(_0x2e4b47,_0x47e6fd))continue;const _0x3b0cfc=_0x2e4b47['getFirstRange']();if(_0x2e4b47['subType']==_0x3017bf){if(_0x3b0cfc['containsRange'](_0x60625e,!0x0))return null;_0x51d512=_0x51d512['isBefore'](_0x3b0cfc['start'])?_0x51d512:_0x3b0cfc['start'],_0x4f351e=_0x4f351e['isAfter'](_0x3b0cfc['end'])?_0x4f351e:_0x3b0cfc['end'],_0x383442?_0x3b0cfc['start']['isBefore'](_0x383442['getFirstRange']()['start'])?(_0x383442['removeMarkers'](),_0x383442=_0x2e4b47):_0x2e4b47['removeMarkers']():_0x383442=_0x2e4b47;}else{const _0x284271=_0x60625e['getIntersection'](_0x3b0cfc);this['_cutOutSuggestionMarker'](_0x2e4b47,_0x284271);}}const _0x50bec7=this['editor']['plugins']['get']('Users')['me'],_0x57d88d=_0x5cef89(),_0x12a7c7=_0x50bec7['id'];if(_0x383442)return this['_setSuggestionRange'](_0x383442,this['_model']['createRange'](_0x51d512,_0x4f351e)),_0x383442;{const _0x155c5d=this['_setSuggestionData']({'id':_0x57d88d,'type':'formatBlock:'+_0x3017bf,'data':_0x29a3b1,'createdAt':new Date(),'authorId':_0x12a7c7,'attributes':_0x47e6fd});return this['_addSuggestionMarker']('formatBlock:'+_0x3017bf,_0x57d88d,_0x12a7c7,this['_model']['createRange'](_0x51d512,_0x4f351e)),_0x155c5d;}}['markMultiRangeBlockFormat'](_0x55497c,_0x795e35,_0x14a5b9=[],_0x3ee959=null,_0x305e44={}){_0x795e35['formatGroupId']||(_0x795e35['formatGroupId']=_0x795e35['commandName']);const _0x13c0fd=_0x55497c[0x0];_0x795e35['multipleBlocks']=_0x13c0fd['is']('range'),_0x3ee959=_0x3ee959||Lt(_0x795e35);const _0x565ce5=_0x14a5b9['map'](_0x50b64a=>zt(_0x50b64a,this['_model'])),_0x37db0e=_0x13c0fd['is']('range')?_0x55497c:_0x55497c['map'](_0x17a0d8=>zt(_0x17a0d8,this['_model']));if(this['_trackingSessionId']&&(_0x305e44['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x530dc9=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3ee959,'accept');return this['forceDefaultExecution'](()=>_0x530dc9(_0x37db0e,_0x795e35,_0x305e44)),null;}_0x565ce5['push'](..._0x37db0e);let _0x25ef4e=!0x0;for(const _0x56a34c of _0x565ce5)if(!this['_rangeIsInLocalUserInsertion'](_0x56a34c)){_0x25ef4e=!0x1;break;}if(_0x25ef4e&&'always'!==this['_trackFormatChanges']){const _0x2eb4a5=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3ee959,'accept');return this['forceDefaultExecution'](()=>_0x2eb4a5(_0x37db0e,_0x795e35,_0x305e44)),null;}const _0x35df78=this['editor']['plugins']['get']('Users')['me'];for(const _0x40b424 of this['getSuggestions']()){const _0x2aeb6c=_0x40b424['data'];if(_0x40b424['author']['id']!=_0x35df78['id'])continue;if('formatBlock'!=_0x40b424['type']||_0x2aeb6c['formatGroupId']!=_0x795e35['formatGroupId'])continue;if(!Xt(_0x40b424,_0x305e44))continue;const _0x578fba=_0x40b424['subType']==_0x3ee959;for(let _0x26dcab=0x0;_0x26dcab<_0x37db0e['length'];_0x26dcab++){const _0x48282e=_0x37db0e[_0x26dcab];for(const _0x2f84af of _0x40b424['getMarkers']()){const _0x1b0243=_0x2f84af['getRange']();if(_0x48282e['isEqual'](_0x1b0243)){_0x578fba?(_0x37db0e['splice'](_0x26dcab,0x1),_0x26dcab--):_0x40b424['removeMarker'](_0x2f84af['name']);break;}}}}if(0x0==_0x37db0e['length'])return null;const _0xa75241=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3ee959,'join');for(const _0x53bda6 of this['getSuggestions']()){const _0x2968b9=_0x53bda6['data'];if(_0x53bda6['author']['id']==_0x35df78['id']&&('formatBlock'==_0x53bda6['type']&&_0x2968b9['formatGroupId']==_0x795e35['formatGroupId']&&_0x53bda6['subType']==_0x3ee959&&Xt(_0x53bda6,_0x305e44)&&(_0xa75241(_0x53bda6['getRanges'](),_0x37db0e)||_0xa75241(_0x37db0e,_0x53bda6['getRanges']())))){for(const _0x28a5df of _0x37db0e)_0x53bda6['addRange'](_0x28a5df);return _0x53bda6;}}const _0x7ff113=_0x5cef89(),_0x45c67f=_0x35df78['id'],_0x347ff9='formatBlock:'+_0x3ee959,_0x115f56=this['_setSuggestionData']({'id':_0x7ff113,'type':_0x347ff9,'data':_0x795e35,'createdAt':new Date(),'authorId':_0x45c67f,'attributes':_0x305e44});for(const _0x370e6f of _0x37db0e)this['_addSuggestionMarker'](_0x347ff9,_0x7ff113,_0x45c67f,_0x370e6f,T['getMultiRangeId']());return _0x115f56;}['markDeletion'](_0x11ae65,_0x570887=null,_0x135cb6={}){if(_0x11ae65['isCollapsed'])return null;const _0x1a22f0=this['editor']['plugins']['get']('Users')['me'],_0x16ca54=new _0x2e68e7(_0x11ae65['start'],_0x11ae65['end']);this['_trackingSessionId']&&(_0x135cb6['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x20f046,meta:_0x1d6e89}of this['_findSuggestions'](_0x16ca54,'insertion'))if(_0x1d6e89['isOwn']&&!_0x1d6e89['isNextTo']){if(_0x20f046['isMultiRange']){const _0x51a1c7=_0x20f046['getRanges']()['filter'](_0x177ac9=>'$graveyard'!=_0x177ac9['root']['rootName']);_0x51a1c7['every'](_0x57b051=>_0x16ca54['containsRange'](_0x57b051,!0x0))&&_0x20f046['discard']();if(_0x51a1c7['some'](_0x20328f=>_0x20328f['containsRange'](_0x16ca54,!0x0))){const _0x3e1688=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x570887,'accept');return this['forceDefaultExecution'](()=>_0x3e1688([_0x16ca54],null,_0x135cb6)),null;}}else{const _0x50eddc=_0x16ca54['getIntersection'](_0x20f046['getFirstRange']());null!==_0x50eddc&&_0x20f046['_onDiscard']([_0x50eddc],null,_0x135cb6);}}if(_0x16ca54['detach'](),_0x16ca54['isCollapsed']||'$graveyard'==_0x16ca54['root']['rootName'])return null;let _0x42e616=null,_0x4a789e=_0x16ca54['start'],_0x293866=_0x16ca54['end'];const _0x381ef6=this['_findSuggestions'](_0x16ca54,'deletion');for(const {suggestion:_0x5e8303,meta:_0x541d8a}of _0x381ef6){const _0x2070b2=this['_model']['createRange'](_0x4a789e,_0x293866);if(_0x541d8a['isOwn']&&(this['_mergeNestedSuggestions']||!_0x541d8a['containsRangeInObject']&&!_0x541d8a['isInsideObject'])){if(_0x5e8303['isMultiRange']){if(!Xt(_0x5e8303,_0x135cb6))continue;let _0xf79568=!0x0;for(const _0x27ae71 of _0x5e8303['getRanges']()){if(_0x27ae71['containsRange'](_0x2070b2,!0x0))return _0x5e8303;_0x2070b2['containsRange'](_0x27ae71)||(_0xf79568=!0x1);}_0xf79568&&_0x5e8303['discard']();}else{const _0x3a98cb=_0x5e8303['getFirstRange']();if(_0x3a98cb['containsRange'](_0x2070b2,!0x0))return _0x5e8303;if(!Xt(_0x5e8303,_0x135cb6)){_0x2070b2['containsRange'](_0x3a98cb)?_0x5e8303['removeMarkers']():_0x3a98cb['containsPosition'](_0x4a789e)?_0x4a789e=_0x3a98cb['end']:_0x3a98cb['containsPosition'](_0x293866)&&(_0x293866=_0x3a98cb['start']);continue;}_0x4a789e=_0x4a789e['isBefore'](_0x3a98cb['start'])?_0x4a789e:_0x3a98cb['start'],_0x293866=_0x293866['isAfter'](_0x3a98cb['end'])?_0x293866:_0x3a98cb['end'],_0x135cb6=Object['assign']({},_0x5e8303['attributes']),_0x42e616?_0x3a98cb['start']['isBefore'](_0x42e616['getFirstRange']()['start'])?(_0x42e616['removeMarkers'](),_0x42e616=_0x5e8303):_0x5e8303['removeMarkers']():_0x42e616=_0x5e8303;}}}if(_0x42e616)return this['_setSuggestionRange'](_0x42e616,this['_model']['createRange'](_0x4a789e,_0x293866)),_0x42e616;{const _0x129d5b=_0x5cef89(),_0x426362=this['_model']['createRange'](_0x4a789e,_0x293866),_0xd4906c=_0x1a22f0['id'],_0x6d2d3=_0x570887?'deletion:'+_0x570887:'deletion',_0x497115=this['_setSuggestionData']({'id':_0x129d5b,'type':_0x6d2d3,'createdAt':new Date(),'authorId':_0xd4906c,'attributes':_0x135cb6});return this['_addSuggestionMarker'](_0x6d2d3,_0x129d5b,_0xd4906c,_0x426362),_0x497115;}}['markMultiRangeDeletion'](_0x2560b8,_0x27e503='multi',_0x400bb2={}){const _0x19ee5a=this['editor']['plugins']['get']('Users')['me'],_0x426d04=_0x2560b8['map'](_0x5b4207=>new _0x2e68e7(_0x5b4207['start'],_0x5b4207['end'])),_0x37eeb8=new Set();this['_trackingSessionId']&&(_0x400bb2['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x1bb5c6,meta:_0x24472e}of this['_findSuggestions'](_0x426d04,'insertion'))_0x24472e['isOwn']&&!_0x24472e['isNextTo']&&_0x37eeb8['add'](_0x1bb5c6);for(const _0x58fb39 of _0x37eeb8)if(_0x58fb39['isMultiRange']){const _0x18b540=_0x58fb39['getRanges']();(!_0x58fb39['attributes']||!_0x58fb39['attributes']['skipNestingCheck'])&&(_0x18b540['every'](_0x54ad99=>_0x426d04['some'](_0x18e744=>_0x18e744['containsRange'](_0x54ad99,!0x0)))&&_0x58fb39['discard']());if(_0x426d04['every'](_0x72bd8a=>_0x18b540['some'](_0x170639=>_0x170639['containsRange'](_0x72bd8a,!0x0)))){const _0x1744bb=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x27e503,'accept');return this['forceDefaultExecution'](()=>_0x1744bb(_0x2560b8,null,_0x400bb2)),null;}}else{const _0xddf988=_0x58fb39['getFirstRange']();_0x426d04['some'](_0xf973b3=>_0xf973b3['containsRange'](_0xddf988,!0x0))&&_0x58fb39['discard']();if(_0x426d04['every'](_0x28c935=>_0xddf988['containsRange'](_0x28c935,!0x0))){const _0x33079d=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x27e503,'accept');return this['forceDefaultExecution'](()=>_0x33079d(_0x426d04,null,_0x400bb2)),null;}}const _0x418a90=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x27e503,'join');let _0x20c345=null;for(const _0x3c6ea6 of this['getSuggestions']())if(_0x3c6ea6['author']['id']==_0x19ee5a['id']&&_0x3c6ea6['isInContent']&&'deletion'==_0x3c6ea6['type']&&_0x3c6ea6['subType']==_0x27e503&&Xt(_0x3c6ea6,_0x400bb2)&&(_0x418a90(_0x3c6ea6['getRanges'](),_0x426d04)||_0x418a90(_0x426d04,_0x3c6ea6['getRanges']()))){if(_0x20c345){if(_0x3c6ea6['commentThread']&&_0x3c6ea6['commentThread']['length'])continue;for(const _0xd8e1ce of _0x3c6ea6['getRanges']())_0x20c345['isIntersectingWithRange'](_0xd8e1ce)||_0x20c345['addRange'](_0xd8e1ce);_0x3c6ea6['removeMarkers']();}else{_0x20c345=_0x3c6ea6;for(const _0x584ea4 of _0x426d04)_0x3c6ea6['isIntersectingWithRange'](_0x584ea4)||_0x3c6ea6['addRange'](_0x584ea4);}}if(_0x20c345)return _0x20c345;_0x37eeb8['clear']();for(const {suggestion:_0x38bbb1,meta:_0x47468a}of this['_findSuggestions'](_0x426d04,'deletion'))_0x47468a['isOwn']&&(this['_mergeNestedSuggestions']||!_0x47468a['containsRangeInObject']&&!_0x47468a['isInsideObject'])&&Xt(_0x38bbb1,_0x400bb2)&&_0x37eeb8['add'](_0x38bbb1);for(const _0x138847 of _0x37eeb8){const _0x5d3a92=_0x138847['getRanges']();if(!_0x400bb2||!_0x400bb2['skipNestingCheck']){if(_0x426d04['every'](_0x12815b=>_0x5d3a92['some'](_0x40d8bf=>_0x40d8bf['containsRange'](_0x12815b,!0x0))))return _0x138847;}(!_0x138847['attributes']||!_0x138847['attributes']['skipNestingCheck'])&&(_0x5d3a92['every'](_0x51ce98=>_0x426d04['some'](_0x33940b=>_0x33940b['containsRange'](_0x51ce98,!0x0)))&&_0x138847['discard']());}const _0x421aed=_0x5cef89(),_0x158bc1=_0x19ee5a['id'],_0x3c9253='deletion:'+_0x27e503,_0x42484e=this['_setSuggestionData']({'id':_0x421aed,'type':_0x3c9253,'createdAt':new Date(),'authorId':_0x158bc1,'attributes':_0x400bb2});for(const _0x5f09e5 of _0x426d04)_0x5f09e5['detach'](),_0x5f09e5['isCollapsed']||'$graveyard'==_0x5f09e5['root']['rootName']||this['_addSuggestionMarker'](_0x3c9253,_0x421aed,_0x158bc1,_0x5f09e5,T['getMultiRangeId']());return _0x42484e;}['markAttributeChange'](_0x524f71,_0x474c01,_0x57ac8d,_0xf8933e,_0x48df41){if(_0x524f71['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x40f084=this['editor']['plugins']['get']('Users')['me']['id'],_0x44f547=Array['from'](this['_suggestions']['values']())['filter'](_0x1ce291=>'attribute'==_0x1ce291['type']&&_0x1ce291['data']['key']==_0x474c01&&_0x1ce291['isIntersectingWithRange'](_0x524f71));if(this['_trackingSessionId']&&(_0x48df41['trackingSessionId']=this['_trackingSessionId']),'default'===this['_trackFormatChanges']){const _0x4dc9ce=this['_findSuggestions'](_0x524f71,'insertion')['filter'](({meta:_0x1009c3})=>_0x1009c3['isOwn']&&!_0x1009c3['isInsideObject']&&!_0x1009c3['isNextTo'])['map'](({suggestion:_0x40105f})=>_0x40105f);_0x44f547['unshift'](..._0x4dc9ce);}const _0x7d5aab=new Map([[_0x524f71,_0x57ac8d]]);for(const _0x1a000d of _0x44f547){const _0x39f99d='attribute'==_0x1a000d['type']?_0x1a000d['data']['oldValue']:void 0x0,_0x231723=_0x1a000d['getFirstRange'](),_0x3a2a37=Array['from'](_0x7d5aab['keys']())['find'](_0xe26a46=>_0xe26a46['isIntersecting'](_0x231723));if(!_0x3a2a37)continue;const _0x52a867=_0x3a2a37['getDifference'](_0x231723);this['_isBlockAttribute'](_0x474c01)&&'insertion'==_0x1a000d['type']&&0x0!=_0x52a867['length']||(_0x7d5aab['delete'](_0x3a2a37),_0x52a867['forEach'](_0x6ba4a7=>{_0x7d5aab['set'](_0x6ba4a7,_0x57ac8d);}),'insertion'!=_0x1a000d['type']&&_0x39f99d!=_0xf8933e&&_0x7d5aab['set'](_0x3a2a37['getIntersection'](_0x231723),_0x39f99d));}const _0x2a21cd=[];for(const [_0x146735,_0x1751a5]of _0x7d5aab){const _0x3e91d0=_0x5cef89(),_0x3141a5={'key':_0x474c01,'oldValue':_0x1751a5,'newValue':_0xf8933e};_0x474c01['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':_0x474c01});const _0x3c480d=('attribute:'+(_0x474c01+'|'+Lt({'newValue':_0xf8933e})))['substring'](0x0,0x3c),_0x1c051b=this['_setSuggestionData']({'id':_0x3e91d0,'type':_0x3c480d,'data':_0x3141a5,'createdAt':new Date(),'authorId':_0x40f084,'attributes':_0x48df41});_0x2a21cd['push'](_0x1c051b),this['_addSuggestionMarker'](_0x3c480d,_0x3e91d0,_0x40f084,_0x146735);}return _0x2a21cd;}['enableDefaultAttributesIntegration'](_0x344027){this['enableCommand'](_0x344027,(_0x2f7661,..._0x286055)=>{this['recordAttributeChanges'](()=>{_0x2f7661(..._0x286055);});});}['registerBlockAttribute'](_0x2b5f3e){this['_blockAttributeKeys']['add'](_0x2b5f3e);}['registerInlineAttribute'](_0x383917){this['_inlineAttributeKeys']['add'](_0x383917);}['startTrackingSession'](_0x9b8e75){return this['_trackingSessionId']=void 0x0!==_0x9b8e75?_0x9b8e75:_0x5cef89(),this['_trackingSessionId'];}['_getAttributeKey'](_0x37ab05){return'attribute'==_0x37ab05['type']?_0x37ab05['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x49a063,_0x89effc){const _0x4260e4=_0x49a063['getFirstMarker']();this['_model']['change'](_0x22c6a7=>{_0x22c6a7['updateMarker'](_0x4260e4,{'range':_0x89effc});});}['_addThreadToSuggestion'](_0x407686){const _0x3fed29=_0x407686['id'],_0x15ee38=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x3fed29)||this['_commentsRepository']['addCommentThread']({'channelId':_0x15ee38,'threadId':_0x3fed29,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x27910d=this['_commentsRepository']['getCommentThread'](_0x3fed29);_0x27910d['unbind']('isRemovable'),_0x27910d['isRemovable']=!0x1,_0x407686['commentThread']=_0x27910d;}['_checkSuggestionCorrectness'](_0x4bb300,_0x2b1b5a,_0x5cd6cd,_0x39292f){if(_0x4bb300['type']!=_0x2b1b5a||_0x4bb300['subType']!=_0x5cd6cd||_0x4bb300['creator']['id']!=_0x39292f)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x44e9b4('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x2e2350,_0x29714b){const _0x190464=_0x2e2350['getFirstRange']();if(_0x29714b['isEqual'](_0x190464))_0x2e2350['removeMarkers']();else{if(_0x190464['containsRange'](_0x29714b)){const _0x1232c1=this['_model']['createPositionAt'](_0x29714b['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x2e2350,this['_model']['createRange'](_0x190464['start'],_0x1232c1));const _0xb78366=_0x5cef89(),_0x23611d=_0x2e2350['creator']['id'],_0x5aec5b=_0x2e2350['type']+':'+_0x2e2350['subType'];this['_setSuggestionData']({'id':_0xb78366,'type':_0x5aec5b,'createdAt':new Date(),'authorId':_0x23611d,'data':_0x2e2350['data'],'attributes':_0x2e2350['attributes']});const _0x3b8184=this['_model']['createPositionAt'](_0x29714b['end']['parent'],'after'),_0x4c9b86=this['_model']['createRange'](_0x3b8184,_0x190464['end']);this['_addSuggestionMarker'](_0x5aec5b,_0xb78366,_0x23611d,_0x4c9b86);}else{if(_0x190464['containsPosition'](_0x29714b['start'])){const _0x51f32c=this['_model']['createPositionAt'](_0x29714b['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x2e2350,this['_model']['createRange'](_0x190464['start'],_0x51f32c));}else{const _0x2df0e8=this['_model']['createPositionAt'](_0x29714b['end']['parent'],'after');this['_setSuggestionRange'](_0x2e2350,this['_model']['createRange'](_0x2df0e8,_0x190464['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x3df46b){for(const {suggestion:_0x473208,meta:_0x3db387}of this['_findSuggestions'](_0x3df46b,'insertion')){if(!_0x3db387['isOwn'])continue;const _0x46ca9b=_0x473208['getRanges']();for(const _0xdf3f29 of _0x46ca9b)if(!_0x3df46b['getDifference'](_0xdf3f29)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x3335ef){const _0x484f57=this['editor']['plugins']['get']('Users')['getUser'](_0x3335ef);if(!_0x484f57)throw new _0x44e9b4('track-changes-user-not-found',this);return _0x484f57;}['_getExternalAuthor'](_0x45a11c){const _0x11103f=this['editor']['plugins']['get']('Users'),_0x1b3f5b=_0x4a9c7a('external:'+_0x45a11c),_0x28b00f=_0x11103f['getUser'](_0x1b3f5b);return _0x28b00f||_0x11103f['addUser']({'id':_0x1b3f5b,'name':_0x45a11c});}['_createSuggestion'](_0x8fab85,_0x3745d6,_0x4c44db,_0x196d00,_0x1aa568,_0xb38207){const _0x1b661c=this['_getAuthorFromId'](_0x196d00),_0x765aab=this['_suggestionFactory']['buildSuggestion'](_0x8fab85,_0x3745d6,_0x4c44db,_0x1b661c,_0x1aa568,_0x12efca=>{this['_updateSuggestionData'](_0x4c44db,{'attributes':_0x12efca});const _0x58e41e=this['getSuggestion'](_0x4c44db);this['_joinWithAdjacentSuggestions'](new Set([_0x58e41e])),this['_refreshSuggestionsChain'](new Set([_0x58e41e]));},_0xb38207);return this['listenTo'](_0x765aab,'accept',()=>{this['_updateSuggestionData'](_0x4c44db,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x765aab,'discard',()=>{this['_updateSuggestionData'](_0x4c44db,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x4c44db,_0x765aab),this['_suggestionState']['set'](_0x765aab,'notReady'),_0x765aab;}['_splitMarkerName'](_0x99a3a0){const _0x5c94d9=_0x99a3a0['split'](':');return{'group':_0x5c94d9[0x0],'type':_0x5c94d9[0x1],'subType':_0x5c94d9['length']>=0x5?_0x5c94d9[0x2]:null,'id':_0x5c94d9['length']<0x5?_0x5c94d9[0x2]:_0x5c94d9[0x3],'authorId':_0x5c94d9['length']<0x5?_0x5c94d9[0x3]:_0x5c94d9[0x4],'markerCount':0x6==_0x5c94d9['length']?_0x5c94d9[0x5]:null};}['_breakSuggestionMarker'](_0x5e98f6,_0x282c22,_0x44faf8){const _0x30a4a3=_0x5e98f6['getFirstRange'](),_0x12f223=_0x30a4a3['start'],_0x2bbc83=_0x30a4a3['end'];this['_setSuggestionRange'](_0x5e98f6,this['_model']['createRange'](_0x12f223,_0x282c22));const _0x39cb35=_0x5cef89(),_0x2646fb=_0x5e98f6['creator']['id'],_0x33b59a=_0x5e98f6['type']+(_0x5e98f6['subType']?':'+_0x5e98f6['subType']:'');this['_setSuggestionData']({'id':_0x39cb35,'type':_0x33b59a,'createdAt':new Date(),'authorId':_0x2646fb,'originalSuggestionId':_0x5e98f6['_originalSuggestionId']||_0x5e98f6['id'],'attributes':_0x5e98f6['attributes'],'data':_0x5e98f6['data']});const _0x2f30b0=this['_getAttributeKey'](_0x5e98f6);('formatBlock'==_0x5e98f6['type']||_0x2f30b0&&this['_isBlockAttribute'](_0x2f30b0))&&(_0x44faf8=this['_model']['createPositionBefore'](_0x44faf8['parent'])),this['_addSuggestionMarker'](_0x33b59a,_0x39cb35,_0x2646fb,this['_model']['createRange'](_0x44faf8,_0x2bbc83));}['_findSuggestions'](_0x1ccd2a,_0xcb9916=null){const _0x4981c6=[],_0x237e66=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x1ccd2a)||(_0x1ccd2a=[_0x1ccd2a]);for(const _0x3f3afe of this['getSuggestions']()){if(!_0x3f3afe['isInContent'])continue;if(_0xcb9916&&_0x3f3afe['type']!=_0xcb9916)continue;let _0x13a40e=!0x1;for(const _0x1fe40f of _0x3f3afe['getRanges']()){for(const _0x2d6c5d of _0x1ccd2a){const _0x264d14=_0x2d6c5d['start']['isEqual'](_0x1fe40f['end'])||_0x2d6c5d['end']['isEqual'](_0x1fe40f['start']);if(_0x264d14||_0x2d6c5d['getIntersection'](_0x1fe40f)){const _0x4d4719=_0x2d6c5d['containsRange'](_0x1fe40f)&&Ft(this['_model']['schema'],_0x1fe40f['start'],_0x2d6c5d),_0x253bf4=_0x1fe40f['containsRange'](_0x2d6c5d)&&Ft(this['_model']['schema'],_0x2d6c5d['start'],_0x1fe40f);_0x4981c6['push']({'suggestion':_0x3f3afe,'meta':{'isOwn':_0x237e66==_0x3f3afe['author'],'isNextTo':_0x264d14,'isInsideObject':_0x4d4719,'containsRangeInObject':_0x253bf4}}),_0x13a40e=!0x0;break;}}if(_0x13a40e)break;}}return _0x4981c6;}['_addSuggestionMarker'](_0x594d76,_0x2b47a5,_0x6314c2,_0x44101a,_0xddb5ef){this['_model']['change'](_0x5897ff=>{let _0x4b97af='suggestion:'+_0x594d76+':'+_0x2b47a5+':'+_0x6314c2;_0xddb5ef&&(_0x4b97af=_0x4b97af+':'+_0xddb5ef),_0x5897ff['addMarker'](_0x4b97af,{'range':_0x44101a,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x32f5aa){const _0x2693f6=_0x32f5aa['previous'],_0x3819ee=_0x32f5aa['next'];_0x32f5aa['previous']=null,_0x32f5aa['next']=null,null!=_0x2693f6&&_0x2693f6['next']==_0x32f5aa&&(_0x2693f6['next']=_0x3819ee),null!=_0x3819ee&&_0x3819ee['previous']==_0x32f5aa&&(_0x3819ee['previous']=_0x2693f6),'ready'==this['_suggestionState']['get'](_0x32f5aa)&&(this['_suggestionState']['set'](_0x32f5aa,'removed'),this['fire']('suggestionUnloaded',_0x32f5aa,_0x2693f6,_0x3819ee));}['_setSuggestionData'](_0x38c72a){const _0x43be76=_0x38c72a['id'],_0x33df79=this['addSuggestionData'](_0x38c72a);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x454d06=this['editor']['plugins']['get']('PendingActions'),_0x1bafb0=_0x33df79['hasComments'],_0x33d77f=_0x33df79['subType']?_0x33df79['type']+':'+_0x33df79['subType']:_0x33df79['type'],_0x4f2ad1=this['editor']['locale'],_0x313833=_0x454d06['add'](o(_0x4f2ad1,'PENDING_ACTION_SUGGESTION')),_0x402757={'id':_0x43be76,'type':_0x33d77f,'hasComments':_0x1bafb0,'data':_0x38c72a['data']||null,'originalSuggestionId':_0x38c72a['originalSuggestionId']||null,'attributes':_0x33df79['attributes']};this['_adapter']['addSuggestion'](_0x402757)['then'](_0x4d3661=>{_0x33df79['_saved']=!0x0,_0x454d06['remove'](_0x313833),_0x4d3661&&_0x4d3661['createdAt']&&(this['_suggestions']['get'](_0x43be76)['createdAt']=_0x4d3661['createdAt']);})['catch'](_0x2508a5=>{throw _0x2d23a2('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x33df79['discard']();}),_0x33df79['stopListening'](),this['_suggestions']['delete'](_0x33df79['id']),this['_suggestionState']['delete'](_0x33df79),_0x2508a5;});}return _0x33df79;}['_isBlockAttribute'](_0x1b9e85){return this['_blockAttributeKeys']['has'](_0x1b9e85);}['_isInlineAttribute'](_0x395915){return this['_inlineAttributeKeys']['has'](_0x395915);}['_updateSuggestionData'](_0x126593,_0xd82bc6){const _0x1cd432=this['editor']['plugins']['get']('PendingActions'),_0x58abb2=this['getSuggestion'](_0x126593);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x58abb2['_saved']){const _0x45a761=_0x1cd432['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x126593,_0xd82bc6)['then'](()=>{_0x1cd432['remove'](_0x45a761);});}else _0x58abb2['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x126593,_0xd82bc6);});}}['_getSuggestionData'](_0x4a4fbd){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x44e9b4('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x4a4fbd);}['_handleNewSuggestionMarker'](_0x36170c){const {id:_0x3c0746,type:_0x250e5,subType:_0x4b12c1,authorId:_0x57f5e4}=this['_splitMarkerName'](_0x36170c),_0x1e1df1=this['_suggestions']['get'](_0x3c0746)||this['_createSuggestion'](_0x250e5,_0x4b12c1,_0x3c0746,_0x57f5e4,{});switch(this['_checkSuggestionCorrectness'](_0x1e1df1,_0x250e5,_0x4b12c1,_0x57f5e4),this['_suggestionState']['get'](_0x1e1df1)){case'notReady':this['_getSuggestionData'](_0x3c0746)['then'](_0xf79d2a=>{let _0x4d4080=Promise['resolve']();_0xf79d2a['hasComments']&&(_0x4d4080=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x3c0746})),_0x4d4080['then'](()=>{this['addSuggestionData'](_0xf79d2a)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x1e1df1,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x3c0746,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x1e1df1,'ready'),this['fire']('suggestionLoaded',_0x1e1df1);break;case'ready':this['fire']('suggestionChanged',_0x1e1df1);}return _0x1e1df1['addMarkerName'](_0x36170c),_0x1e1df1;}['_refreshSuggestionsChain'](_0x21ddb6){const _0x4de559=Array['from'](_0x21ddb6),_0x278cd3=_0x4de559['filter'](_0x3a6b0d=>'attribute'==_0x3a6b0d['type']);this['_refreshAttributeSuggestionsChain'](_0x278cd3);const _0x2c0298=_0x4de559['filter'](_0x30ce38=>!_0x30ce38['isMultiRange']&&'attribute'!=_0x30ce38['type']),_0x166ff9=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4b533b=>!_0x4b533b['isMultiRange']&&'attribute'!=_0x4b533b['type']),_0x28db6a=_0x166ff9['filter'](_0x1cfd32=>!_0x21ddb6['has'](_0x1cfd32)),_0x1568e4=new Map(_0x166ff9['map'](_0x54a1a3=>[_0x54a1a3,this['_suggestionFactory']['getSuggestionCallback'](_0x54a1a3['type'],_0x54a1a3['subType'],'chain')])),_0x22a0f6=new Map(_0x166ff9['map'](_0x52cac4=>[_0x52cac4,_0x52cac4['getFirstRange']()])),_0x127b70=new Set(),_0x83757b=new Set();for(let _0x1aa2d5=0x0;_0x1aa2d5<_0x2c0298['length'];_0x1aa2d5++)_0x4d0b5b(_0x2c0298[_0x1aa2d5],_0x2c0298,_0x1aa2d5+0x1);for(let _0x54bb4a=0x0;_0x54bb4a<_0x2c0298['length'];_0x54bb4a++)_0x4d0b5b(_0x2c0298[_0x54bb4a],_0x28db6a,0x0);const _0x64fb1d=new Set();for(let _0x376fe6=0x0;_0x376fe6<_0x2c0298['length'];_0x376fe6++){const _0x3f148d=_0x2c0298[_0x376fe6];!_0x83757b['has'](_0x3f148d)&&_0x3f148d['previous']&&(_0x64fb1d['add'](_0x3f148d['previous']),_0x3f148d['previous']['next']===_0x3f148d&&(_0x3f148d['previous']['next']=null),_0x3f148d['previous']=null),!_0x127b70['has'](_0x3f148d)&&_0x3f148d['next']&&(_0x64fb1d['add'](_0x3f148d['next']),_0x3f148d['next']['previous']===_0x3f148d&&(_0x3f148d['next']['previous']=null),_0x3f148d['next']=null);}function _0x4d0b5b(_0x5cec1b,_0x1a0837,_0x1b1ac5){for(let _0x14f077=_0x1b1ac5;_0x14f077<_0x1a0837['length'];_0x14f077++){const _0x15f39b=_0x19c3da(_0x5cec1b,_0x1a0837[_0x14f077]);_0x15f39b&&(_0x15f39b[0x0]['next']=_0x15f39b[0x1],_0x15f39b[0x1]['previous']=_0x15f39b[0x0],_0x127b70['add'](_0x15f39b[0x0]),_0x83757b['add'](_0x15f39b[0x1]));}}function _0x19c3da(_0x244b00,_0x585851){if(_0x244b00['author']['id']!==_0x585851['author']['id'])return null;const _0x505357=_0x1568e4['get'](_0x244b00)(_0x244b00,_0x585851,_0x22a0f6['get'](_0x244b00),_0x22a0f6['get'](_0x585851));if(!_0x505357)return null;return _0x1568e4['get'](_0x585851)(_0x244b00,_0x585851,_0x22a0f6['get'](_0x244b00),_0x22a0f6['get'](_0x585851))?_0x505357[0x1]['commentThread']&&_0x505357[0x1]['commentThread']['length']?null:_0x505357:null;}_0x64fb1d['size']&&this['_refreshSuggestionsChain'](_0x64fb1d);}['_refreshAttributeSuggestionsChain'](_0xfce0d1){if(0x0==_0xfce0d1['length'])return;const _0x5cdc5a=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x85bee4=>'attribute'==_0x85bee4['type']&&_0x85bee4['_isDataLoaded']),_0x1e4704=[],_0xfc1209=new Map();for(const _0x48cc6e of _0x5cdc5a){const _0x410c9c=_0x4a9c7a(_0x48cc6e['attributes']);_0xfc1209['has'](_0x410c9c)||(_0xfc1209['set'](_0x410c9c,_0x1e4704['length']),_0x1e4704['push']([]));const _0x49d169=_0xfc1209['get'](_0x410c9c);_0x1e4704[_0x49d169]['push'](_0x48cc6e);}!(function(){_0x1e4704['sort']((_0x3dd201,_0x289e0a)=>{const _0x42d7f9=_0x3dd201[0x0]['createdAt'],_0x4f7dea=_0x289e0a[0x0]['createdAt'];return _0x42d7f9==_0x4f7dea?_0x3dd201[0x0]['attributes']['groupId']<_0x289e0a[0x0]['attributes']['groupId']?-0x1:0x1:_0x42d7f9<_0x4f7dea?-0x1:0x1;});for(const _0x259c5f of _0x1e4704)_0x259c5f['sort']((_0x1d911a,_0x1243a7)=>_0x1d911a['id']<_0x1243a7['id']?-0x1:0x1);}());for(let _0x683d5e=0x0;_0x683d5e<_0x1e4704['length'];_0x683d5e++){if(0x0==_0x1e4704[_0x683d5e]['length'])continue;const _0x1f1a1a=[];for(let _0x5ebaef=_0x683d5e+0x1;_0x5ebaef<_0x1e4704['length'];_0x5ebaef++)0x0!=_0x1e4704[_0x5ebaef]['length']&&_0x389e15(_0x1e4704[_0x683d5e],_0x1e4704[_0x5ebaef])&&_0x1f1a1a['push'](_0x5ebaef);for(const _0x22c276 of _0x1f1a1a)_0x1e4704[_0x683d5e]=_0x1e4704[_0x683d5e]['concat'](_0x1e4704[_0x22c276]),_0x1e4704[_0x22c276]=[];}for(const _0x54c5ba of _0x1e4704)for(let _0x1eccf5=0x0;_0x1eccf5<_0x54c5ba['length'];_0x1eccf5++){const _0x597f98=_0x54c5ba[_0x1eccf5+0x1]||null;_0x54c5ba[_0x1eccf5]['next']!==_0x597f98&&(_0x54c5ba[_0x1eccf5]['next']=_0x597f98);}for(const _0x58c8a2 of _0x1e4704)for(let _0x123d27=0x0;_0x123d27<_0x58c8a2['length'];_0x123d27++){const _0x283dde=_0x58c8a2[_0x123d27-0x1]||null;_0x58c8a2[_0x123d27]['previous']!==_0x283dde&&(_0x58c8a2[_0x123d27]['previous']=_0x283dde);}function _0x389e15(_0x20ac63,_0x4b78a4){if(_0x20ac63[0x0]['attributes']['groupId']!==_0x4b78a4[0x0]['attributes']['groupId']&&_0x20ac63[0x0]['author']!==_0x4b78a4[0x0]['author'])return!0x1;if(!function(_0x1c7255,_0x2831d2){if(!_0x1c7255['hasComments']&&!_0x2831d2['hasComments'])return!0x0;if(_0x1c7255['hasComments']&&_0x2831d2['hasComments'])return!0x1;if(_0x1c7255['hasComments']&&_0x2831d2['createdAt']<_0x1c7255['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x2831d2['hasComments']&&_0x1c7255['createdAt']<_0x2831d2['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x20ac63[0x0],_0x4b78a4[0x0]))return!0x1;const _0x136084=Ut(_0x20ac63[0x0]['attributes'],['groupId','trackingSessionId']),_0x528e0d=Ut(_0x4b78a4[0x0]['attributes'],['groupId','trackingSessionId']);if(!_0x29447a(_0x136084,_0x528e0d))return!0x1;if(_0x20ac63[0x0]['attributes']['groupId']==_0x4b78a4[0x0]['attributes']['groupId'])return!0x0;if(_0x20ac63[0x0]['attributes']['trackingSessionId']!==_0x4b78a4[0x0]['attributes']['trackingSessionId'])return!0x1;return!!_0x20ac63['every'](_0x2db2a6=>_0x4b78a4['some'](_0x3c9524=>_0x2db2a6['getFirstRange']()['isEqual'](_0x3c9524['getFirstRange']())))&&_0x4b78a4['every'](_0x5614b8=>_0x20ac63['some'](_0x47182b=>_0x5614b8['getFirstRange']()['isEqual'](_0x47182b['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x591de0){const _0x230f76=Array['from'](_0x591de0),_0x5335ac=this['getSuggestions']({'skipNotAttached':!0x0}),_0x27897b=_0x5335ac['filter'](_0x2826fe=>!_0x591de0['has'](_0x2826fe)),_0x2085d2=new Map(_0x230f76['map'](_0xb76374=>[_0xb76374,this['_suggestionFactory']['getSuggestionCallback'](_0xb76374['type'],_0xb76374['subType'],'join')])),_0x31e644=new Map(_0x5335ac['map'](_0x12f185=>[_0x12f185,_0x12f185['getRanges']()]));for(let _0x2964d6=0x0;_0x2964d6<_0x230f76['length'];_0x2964d6++){if(_0x4b9454(this,_0x230f76[_0x2964d6],_0x230f76,_0x2964d6+0x1))return!0x0;}for(let _0x31401c=0x0;_0x31401c<_0x230f76['length'];_0x31401c++){if(_0x4b9454(this,_0x230f76[_0x31401c],_0x27897b,0x0))return!0x0;}return!0x1;function _0x4b9454(_0x58ba94,_0x257b95,_0x217102,_0x10b43d){for(let _0x566ac7=_0x10b43d;_0x566ac7<_0x217102['length'];_0x566ac7++){const _0x407268=_0x217102[_0x566ac7];if(_0x407268['type']!==_0x257b95['type']||_0x407268['author']['id']!==_0x257b95['author']['id']||_0x407268['subType']!==_0x257b95['subType'])continue;if(!Qt(_0x257b95,_0x407268))continue;if('attribute'==_0x257b95['type']&&_0x257b95['data']['oldValue']!=_0x407268['data']['oldValue'])continue;if('attribute'==_0x257b95['type']&&_0x58ba94['_isBlockAttribute'](_0x257b95['data']['key']))continue;if('formatBlock'==_0x257b95['type']){const _0x52db76=_0x58ba94['editor']['model'],_0x2586d0=_0x257b95['getContainedElement']();if(_0x2586d0&&(_0x52db76['schema']['isObject'](_0x2586d0)||_0x52db76['schema']['isLimit'](_0x2586d0)))continue;}const _0x7c686b=_0x2085d2['get'](_0x257b95),_0x97a76c=_0x31e644['get'](_0x257b95),_0x28dcb0=_0x31e644['get'](_0x407268),_0x477250=_0x257b95['commentThread']&&_0x257b95['commentThread']['length'],_0x497327=_0x407268['commentThread']&&_0x407268['commentThread']['length'];if(!_0x477250&&_0x7c686b(_0x28dcb0,_0x97a76c))return _0x58ba94['_joinSuggestions'](_0x407268,_0x257b95),_0x31e644['delete'](_0x257b95),!0x0;if(!_0x497327&&_0x7c686b(_0x97a76c,_0x28dcb0))return _0x58ba94['_joinSuggestions'](_0x257b95,_0x407268),_0x31e644['delete'](_0x407268),!0x0;}return!0x1;}}['_joinSuggestions'](_0x2f032e,_0x4fd51e){if(_0x2f032e['isMultiRange']){for(const _0xb997f4 of _0x4fd51e['getRanges']())_0x2f032e['addRange'](_0xb997f4);}else{const _0x3be74f=_0x4fd51e['getFirstRange']()['end'];this['_setSuggestionRange'](_0x2f032e,this['_model']['createRange'](_0x2f032e['getFirstRange']()['start'],_0x3be74f));}_0x4fd51e['removeMarkers']();}['_getMarkerAnnouncementText'](_0x438598,_0xb77acb,_0xda2cef){const _0x5c2f44=_0x438598['startsWith']('format')||_0x438598['startsWith']('attribute')?'FORMATTING':_0x438598['toUpperCase']();return o(this['editor']['locale'],_0xb77acb+'_'+_0x5c2f44+'_SUGGESTION_ANNOUNCEMENT',_0xda2cef);}['_initAriaMarkerChangeAnnouncements'](){const _0xaba118=this['editor'];if(!_0xaba118['ui'])return;const {ariaLiveAnnouncer:_0x4c4cea}=_0xaba118['ui'];_0x553900(this['_model'],({left:_0x10db91,entered:_0xb32cf1})=>{for(const _0x31ac23 of _0x10db91){const {group:_0x1cd590,type:_0x3c8e9e}=this['_splitMarkerName'](_0x31ac23['name']);if('suggestion'===_0x1cd590){_0x4c4cea['announce'](this['_getMarkerAnnouncementText'](_0x3c8e9e,'LEAVE'));break;}}for(const _0x35457a of _0xb32cf1){const {group:_0x234fc2,type:_0x1dea1f}=this['_splitMarkerName'](_0x35457a['name']);if('suggestion'===_0x234fc2){_0x4c4cea['announce'](this['_getMarkerAnnouncementText'](_0x1dea1f,'ENTER',_0x411c03(_0x3b067a)));break;}}});}['_processAttributeChanges'](_0x5a93c9){if(this['_recordAttributeSuggestions'])return!0x1;const _0xe13f=this['editor'],_0x1044ed=_0xe13f['model']['document']['differ']['getChanges']();if(0x0==_0x1044ed['length'])return!0x1;const _0x784988=[],_0x2bc178=_0x1044ed['filter'](_0x5f40de=>'attribute'==_0x5f40de['type']),_0x14c0a2=_0x1044ed['filter'](_0x5c2083=>'insert'==_0x5c2083['type']&&'$text'!=_0x5c2083['name']),_0x34b4c3=_0x1044ed['filter'](_0xd14b52=>'remove'==_0xd14b52['type']&&'$text'!=_0xd14b52['name']);for(const _0x59e7f9 of _0x2bc178)_0x784988['push']({'key':_0x59e7f9['attributeKey'],'newValue':_0x59e7f9['attributeNewValue'],'oldValue':_0x59e7f9['attributeOldValue'],'range':qt(_0x59e7f9['range'],_0xe13f['model'])});for(const _0x5c2611 of _0x14c0a2){const _0x5c620e=_0x34b4c3['find'](_0x9aacef=>_0x9aacef['position']['isEqual'](_0x5c2611['position']));_0x5c620e&&_0x784988['push']({'key':m,'newValue':_0x5c2611['name'],'oldValue':_0x5c620e['name'],'range':_0xe13f['model']['createRangeOn'](_0x5c2611['position']['nodeAfter'])});}return 0x0!=_0x784988['length']&&this['_reduceExistingSuggestions'](_0x5a93c9,_0x784988);}['_processAttributeSuggestions'](_0x273ceb){let _0x27b006=!0x1;const _0x2c496d=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x4f6e80=>_0x4f6e80['data']['newRange']&&_0x4f6e80['name']['startsWith']('suggestion:attribute:'));for(const _0x1c2e3c of _0x2c496d){const {subType:_0xbcbdf5,id:_0x3b7dac}=this['_splitMarkerName'](_0x1c2e3c['name']),_0x579a9f=_0xbcbdf5['split']('|')[0x0];for(const _0xf9baf9 of this['getSuggestions']({'skipNotAttached':!0x0}))_0xf9baf9['id']!=_0x3b7dac&&'attribute'==_0xf9baf9['type']&&_0xf9baf9['data']&&_0xf9baf9['data']['key']==_0x579a9f&&_0xf9baf9['getFirstRange']()['isIntersecting'](_0x1c2e3c['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0xf9baf9,_0x1c2e3c['data']['newRange'],_0x273ceb),_0x27b006=!0x0);}return _0x27b006;}['recordAttributeChanges'](_0x58f016){this['_recordAttributeSuggestions']=!0x0,_0x58f016();}['_isRegisteredAttribute'](_0x67548e){const _0x4699a9=this['_isBlockAttribute'](_0x67548e),_0x5d8e99=this['_isInlineAttribute'](_0x67548e);return _0x4699a9||_0x5d8e99;}['_reduceExistingSuggestions'](_0x1f836e,_0x1f62ae){if(0x0==_0x1f62ae['length'])return!0x1;let _0x94393d=!0x1;for(const _0x108881 of _0x1f62ae){const _0x2837e8=this['_findSuggestions'](_0x108881['range'],'attribute')['filter'](_0x1fe3a4=>!_0x1fe3a4['meta']['isNextTo'])['map'](_0x489e78=>_0x489e78['suggestion']),_0x876c50=_0x4a9c7a({'newValue':_0x108881['newValue']});_0x2837e8['filter'](_0x2db2a3=>{const [_0x256241,_0x20bf4c]=_0x2db2a3['subType']['split']('|');return _0x256241==_0x108881['key']&&_0x20bf4c!=_0x876c50;})['forEach'](_0x66d8a5=>{this['_reduceSuggestionAttributeRange'](_0x66d8a5,_0x108881['range'],_0x1f836e),_0x94393d=!0x0;});}return _0x94393d;}['_reduceSuggestionAttributeRange'](_0x4f56df,_0x25d712,_0x364769){const _0x2d0bc3=_0x4f56df['getFirstRange']()['getDifference'](_0x25d712);0x0!==_0x2d0bc3['length']?0x1!==_0x2d0bc3['length']?this['_breakSuggestionMarker'](_0x4f56df,_0x25d712['start'],_0x25d712['end']):this['_setSuggestionRange'](_0x4f56df,_0x2d0bc3[0x0]):_0x364769['removeMarker'](_0x4f56df['getFirstMarker']());}}class Vt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x1469ee){this['_editor']=_0x1469ee,this['_model']=_0x1469ee['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x168c2b,_0x55e229,_0x521e1b,_0xf38fda,_0x361d92,_0x5c3bc4,_0x5c5bf2){return new T(this['_model'],{'type':_0x168c2b,'subType':_0x55e229,'id':_0x521e1b,'originalSuggestionId':_0x5c5bf2,'author':_0xf38fda,'creator':_0xf38fda,'attributes':_0x361d92,'onAttributesChange':_0x5c3bc4,'onAccept':(..._0x319d3e)=>this['getSuggestionCallback'](_0x168c2b,_0x55e229,'accept')(..._0x319d3e),'onDiscard':(..._0x3d4516)=>this['getSuggestionCallback'](_0x168c2b,_0x55e229,'discard')(..._0x3d4516)});}['registerCustomCallback'](_0x19c4bc,_0x3d9a96,_0xd2bd45,_0x5dd56c){const _0x58a381=_0x19c4bc+':'+_0x3d9a96+':'+_0xd2bd45;this['_customCallbacks']['set'](_0x58a381,_0x5dd56c);}['getSuggestionCallback'](_0x50fb94,_0x253d14,_0x13f566){const _0x59de47=_0x50fb94+':'+_0x253d14+':'+_0x13f566;return this['_customCallbacks']['get'](_0x59de47)||this['_defaultCallbacks']['get'](_0x50fb94+':'+_0x13f566);}['_registerDefaultCallbacks'](){const _0xa971=()=>!0x1,_0x55e879=_0x15adbb=>{_0x15adbb['sort']((_0x70fd4,_0x4569f9)=>_0x70fd4['start']['isBefore'](_0x4569f9['start'])?0x1:-0x1),this['_model']['change'](_0x1aee6e=>{for(const _0x1f8967 of _0x15adbb){let _0x5f17f6;_0x5f17f6=_0x1f8967['end']['isAtEnd']&&_0x1f8967['end']['parent']==_0x1f8967['start']['nodeAfter']?_0x1aee6e['createSelection'](_0x1f8967['start']['nodeAfter'],'on'):_0x1aee6e['createSelection'](_0x1f8967),this['_model']['deleteContent'](_0x5f17f6,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0,'doNotFixSelection':!0x0});}});},_0x413669=(_0x505fa9,_0x542498)=>{_0x542498&&this['_model']['change'](_0x5aa4a8=>{const {commandName:_0x2eb64f,commandParams:_0x24a80b=[]}=_0x542498,_0x3d4390=_0x505fa9['map'](_0x4e1c0a=>(Pt(_0x4e1c0a)&&(_0x4e1c0a=this['_model']['createRange'](_0x4e1c0a['end'])),_0x4e1c0a))['filter'](_0x218723=>'$graveyard'!==_0x218723['root']['rootName']);if(_0x3d4390['length']<0x1)return;const _0x40165f=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x4f5e9e=>_0x2e68e7['fromRange'](_0x4f5e9e));_0x5aa4a8['setSelection'](_0x3d4390);for(const _0x3aa7c1 of this['_editor']['commands']['commands']())_0x3aa7c1['refresh']();_0x24a80b['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x2eb64f,..._0x24a80b);const _0x57064d=_0x40165f['filter'](_0x43582a=>'$graveyard'!=_0x43582a['root']['rootName']);_0x57064d['length']>0x0&&_0x5aa4a8['setSelection'](_0x57064d);for(const _0x12b34b of _0x40165f)_0x12b34b['detach']();});},_0x85193b=(_0x2b0189,_0x252cb8)=>0x1==_0x2b0189['length']&&0x1==_0x252cb8['length']&&_0x2b0189[0x0]['end']['isEqual'](_0x252cb8[0x0]['start']),_0x71c0c1=(_0x29f5c3,_0x256548,_0x1b41c4,_0x9b5be6)=>Wt(_0x29f5c3,_0x256548,_0x1b41c4,_0x9b5be6)?[_0x29f5c3,_0x256548]:Wt(_0x256548,_0x29f5c3,_0x9b5be6,_0x1b41c4)?[_0x256548,_0x29f5c3]:null;this['_defaultCallbacks']['set']('insertion:accept',_0xa971),this['_defaultCallbacks']['set']('insertion:discard',_0x55e879),this['_defaultCallbacks']['set']('insertion:join',_0x85193b),this['_defaultCallbacks']['set']('insertion:chain',_0x71c0c1),this['_defaultCallbacks']['set']('deletion:accept',_0x55e879),this['_defaultCallbacks']['set']('deletion:discard',_0xa971),this['_defaultCallbacks']['set']('deletion:join',_0x85193b),this['_defaultCallbacks']['set']('deletion:chain',_0x71c0c1),this['_defaultCallbacks']['set']('formatInline:accept',_0x413669),this['_defaultCallbacks']['set']('formatInline:discard',_0xa971),this['_defaultCallbacks']['set']('formatInline:join',_0x85193b),this['_defaultCallbacks']['set']('formatInline:chain',_0xa971),this['_defaultCallbacks']['set']('formatBlock:accept',_0x413669),this['_defaultCallbacks']['set']('formatBlock:discard',_0xa971),this['_defaultCallbacks']['set']('formatBlock:join',_0x85193b),this['_defaultCallbacks']['set']('formatBlock:chain',_0xa971),this['_defaultCallbacks']['set']('attribute:accept',_0xa971),this['_defaultCallbacks']['set']('attribute:discard',(_0x367034,_0x16689f)=>{if(!_0x16689f)return;const _0x541a5b=this['_editor']['plugins']['get'](d);this['_model']['change'](_0x4fe228=>{if(_0x16689f['key']==m)for(const _0x2a494f of _0x367034){const _0x58ff2a=_0x2a494f['start']['nodeAfter'],_0x41b963=_0x16689f['oldValue'];_0x4fe228['rename'](_0x58ff2a,_0x41b963);}else{if(_0x541a5b['_isBlockAttribute'](_0x16689f['key'])){for(const _0x4f03f0 of _0x367034)void 0x0!==_0x16689f['oldValue']?_0x4fe228['setAttribute'](_0x16689f['key'],_0x16689f['oldValue'],_0x4f03f0['start']['nodeAfter']):_0x4fe228['removeAttribute'](_0x16689f['key'],_0x4f03f0['start']['nodeAfter']);}else{for(const _0x18aec4 of _0x367034)_0x16689f['oldValue']?_0x4fe228['setAttribute'](_0x16689f['key'],_0x16689f['oldValue'],_0x18aec4):_0x4fe228['removeAttribute'](_0x16689f['key'],_0x18aec4);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x85193b);}}function Ft(_0xac029c,_0x1d1bc5,_0x4c1370){for(const _0x3422c2 of _0x1d1bc5['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x3422c2['root']==_0x3422c2)return!0x1;if(!_0x4c1370['containsItem'](_0x3422c2))return!0x1;if(_0xac029c['isObject'](_0x3422c2)||_0xac029c['isLimit'](_0x3422c2))return!0x0;}return!0x1;}function Pt(_0x1a3db2){return _0x1a3db2['end']['parent']==_0x1a3db2['start']['nodeAfter']&&_0x1a3db2['end']['isAtStart'];}function Gt(_0x17714b,_0x1e7297,_0x516952,_0xdecf01){const _0xbeb417=_0x94ba96=>!_0x94ba96['item']['is']('$textProxy')&&!_0xdecf01['isObject'](_0x94ba96['item']),_0x52c3ad=_0x17714b['start']['getLastMatchingPosition'](_0xbeb417),_0x1f57bb=_0x17714b['end']['getLastMatchingPosition'](_0xbeb417,{'direction':'backward'});return(!_0x17714b['start']['isEqual'](_0x52c3ad)||!_0x17714b['end']['isEqual'](_0x1f57bb))&&(_0x52c3ad['isBefore'](_0x1f57bb)?_0x516952['updateMarker'](_0x1e7297,{'range':_0x516952['createRange'](_0x52c3ad,_0x1f57bb)}):_0x516952['removeMarker'](_0x1e7297),!0x0);}function Lt(_0x2f6c82){return _0x4a9c7a(_0x2f6c82);}function Jt(_0x4b522d){const _0x5cfc25=_0x4b522d['start']['nodeAfter'];return _0x5cfc25&&_0x5cfc25['is']('element');}function Kt(_0x4f0ecb){return Pt(_0x4f0ecb)||function(_0x51b830){return _0x51b830['start']['parent']==_0x51b830['end']['nodeBefore']&&_0x51b830['start']['isAtEnd'];}(_0x4f0ecb);}function Ht(_0x5d68c4,_0x51d53a){try{const _0x326699=_0x5d68c4['getRange']();for(const _0x331676 of _0x51d53a)if(_0x5d68c4!==_0x331676&&_0x326699&&_0x326699['isIntersecting'](_0x331676['getRange']()))return!0x0;return!0x1;}catch{return!0x1;}}function qt(_0x55b08f,_0x18ef5c){return null==_0x55b08f['end']['nodeBefore']&&_0x55b08f['end']['parent']==_0x55b08f['start']['nodeAfter']?zt(_0x55b08f['start']['nodeAfter'],_0x18ef5c):_0x55b08f;}function zt(_0x50b9d5,_0x409df1){const _0x4da732=_0x409df1['schema']['isObject'](_0x50b9d5)||_0x409df1['schema']['isSelectable'](_0x50b9d5);return _0x409df1['createRange'](_0x409df1['createPositionAt'](_0x50b9d5,'before'),_0x4da732?_0x409df1['createPositionAfter'](_0x50b9d5):_0x409df1['createPositionAt'](_0x50b9d5,'end'));}function Wt(_0x3497b1,_0x1b96b2,_0x2d3cdd,_0x41a85b){return!!Qt(_0x3497b1,_0x1b96b2)&&_0x2d3cdd['end']['isEqual'](_0x41a85b['start']);}function Qt(_0x1f629f,_0x5bec38){if(!_0x1f629f['_isDataLoaded']||!_0x5bec38['_isDataLoaded'])return!0x1;const _0x669199=new Set(Object['keys'](_0x1f629f['attributes'])),_0x885eda=new Set(Object['keys'](_0x5bec38['attributes']));if(_0x669199['delete']('groupId'),_0x885eda['delete']('groupId'),0x0==_0x669199['size']&&0x0==_0x885eda['size'])return!0x0;if(_0x669199['size']!=_0x885eda['size'])return!0x1;const _0x5de4bc={..._0x1f629f['attributes']},_0x9308ba={..._0x5bec38['attributes']};return delete _0x5de4bc['groupId'],delete _0x9308ba['groupId'],JSON['stringify'](_0x5de4bc)==JSON['stringify'](_0x9308ba);}function Xt(_0x18327d,_0x2095df){const _0x5775a6=Yt(_0x18327d['attributes']),_0x552144=Yt(_0x2095df);if(!_0x18327d['_isDataLoaded'])return!0x1;for(const _0x583c8f of Object['keys'](_0x552144))if(!_0x29447a(_0x5775a6[_0x583c8f],_0x552144[_0x583c8f]))return!0x1;return!0x0;}function Yt(_0x29aa41){const _0x4e4d97=Object['assign']({},_0x29aa41);return delete _0x4e4d97['skipNestingCheck'],delete _0x4e4d97['tablePasteChainId'],_0x4e4d97;}class pe extends/* #__PURE__ -- @preserve */
|
|
26
|
+
_0x5d0a2d(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0xef0438,_0x37c443,_0x9afd14,_0xa522d3){super(),this['model']=_0x37c443,this['view']=_0x9afd14,this['commentThreadController']=_0xa522d3,this['_editor']=_0xef0438,this['_acceptCommand']=_0xef0438['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0xef0438['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x30de66,_0x9edaf2)=>_0x30de66||_0x9edaf2),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x25f6f2=>_0x25f6f2&&this['_editor']['model']['canEditAt'](_0x37c443['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x26465d=>_0x26465d&&this['_editor']['model']['canEditAt'](_0x37c443['getRanges']())),this['_pendingAction']=null,_0x9afd14['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x9afd14,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x9afd14,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x9afd14,'change:isDirty',()=>{_0x9afd14['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 _0x405fdc=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x405fdc);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class ii extends _0x134a78{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x4c3be8,_0x2c780a,_0x4aaa0c,_0x1959de){super(_0x4c3be8),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x1f6dbe(_0x4c3be8,o(_0x4c3be8,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x2c780a['authoredAt']),this['bind']('authoredAt')['to'](_0x2c780a),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',_0x2c780a,'authoredAt',this,'descriptionParts',(_0x1e2194,_0x54e64,_0x5992ec)=>{const _0x3bda9e=_0x5992ec['map'](_0x2adac1=>ls(_0x2adac1['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x1e2194-0x1,_0x2c780a['author']['name'],_0x54e64?_0x1959de['formatDateTime'](_0x54e64):'',new DOMParser()['parseFromString'](_0x3bda9e,'text/html')['body']['textContent']]);}),this['focusables']=new _0x2bc706(),this['focusTracker']=new _0x4d08bd(),this['keystrokes']=new _0x3bbb36(),this['focusCycler']=new _0x14d18b({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x4dd345=>_0x4dd345['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x2c780a,this['_localUser']=_0x4aaa0c,this['_config']=_0x1959de,_0x1959de['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x14e682(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x128c09}=this['_config'];this['commentsListView']=new _0x128c09(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',_0x37c0c4=>_0x37c0c4+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x419316,_0x3f87f6)=>_0x419316||!!_0x3f87f6);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x172dd8}=this['_config'],_0x5efee7=new _0x172dd8(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x1a6a91=_0x5efee7['commentInputView'];return _0x5efee7['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x1a6a91,'value',(_0x35e8f7,_0x2f0c64,_0x510720)=>!!_0x510720||_0x35e8f7&&!_0x2f0c64),_0x1a6a91['on']('submit',(_0x48b0c2,_0x108232)=>{this['fire']('addComment',_0x108232),_0x1a6a91['editor']['setData']('');}),_0x1a6a91['on']('cancel',()=>this['focus']()),_0x1a6a91['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x5efee7;}}class fe extends ii{['suggestionView'];['_descriptionElement'];constructor(_0x5b60f0,_0x7c1844,_0x4e625f,_0x358440){super(_0x5b60f0,_0x7c1844,_0x4e625f,_0x358440),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x617db=>_0x617db&&_0x617db[0x0]?_0x617db[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x2e139b,_0x5b804f)=>{let _0x937b1b='';for(const _0x52321a of _0x2e139b)_0x937b1b+='<p>'+ls(_0x52321a['content'],_0x52321a['color'])+'</p>';return _0x5b804f?_0x937b1b:_0x105de4(_0x937b1b,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x358440['SuggestionView'](_0x5b60f0,_0x7c1844,{'formatDateTime':_0x358440['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 _0x4ca2a5=this['bindTemplate'],_0x46a8a7=[this['suggestionView']];return this['commentsListView']&&_0x46a8a7['push'](this['commentsListView']),this['commentThreadInputView']&&_0x46a8a7['push'](this['commentThreadInputView']),_0x46a8a7['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x4ca2a5['if']('isActive','ck-suggestion-wrapper--active'),_0x4ca2a5['to']('type',_0x3d0449=>'ck-suggestion-'+_0x3d0449),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':_0x4ca2a5['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x46a8a7};}['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 we extends _0x134a78{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x3ea12d,_0x1c95ee,_0x3db0da){super(_0x3ea12d),this['_model']=_0x1c95ee,this['_config']=_0x3db0da,this['set']('description',''),this['bind']('authoredAt')['to'](_0x1c95ee),this['acceptButton']=this['_createButton'](o(_0x3ea12d,'Accept\x20suggestion'),_0x42b2d0,'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x3ea12d,'Discard\x20suggestion'),_0x1ccc55,'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x3b7b1d(_0x3ea12d,_0x1c95ee['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x2bc706([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x4d08bd(),this['keystrokes']=new _0x3bbb36(),this['focusCycler']=new _0x14d18b({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0xdede8f=>_0xdede8f['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x98716e=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x98716e['innerHTML']=this['description'],this['on']('change:description',(_0x326c1f,_0x532f92,_0x4cd8ad)=>{_0x98716e['innerHTML']=_0x4cd8ad;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x418efc=this['bindTemplate'],_0x5ab86a=[{'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':_0x418efc['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x418efc['to']('authoredAt',_0x5715d5=>this['_config']['formatDateTime'](_0x5715d5))}]}]},{'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']&&_0x5ab86a['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':_0x5ab86a}]};}['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'](_0x3dbc1d,_0x6a5b72,_0x5967aa,_0x2eafd8,_0x453b50){const _0xf5cc5c=new _0x310866(this['locale']);return _0xf5cc5c['set']({'label':_0x3dbc1d,'icon':_0x6a5b72,'tooltip':!0x0,'tooltipPosition':_0x453b50}),_0xf5cc5c['extendTemplate']({'attributes':{'class':_0x5967aa}}),_0xf5cc5c['on']('execute',()=>{this['fire'](_0x2eafd8,this['_model']['id']);}),_0xf5cc5c;}['_setupKeyboardNavigation'](){const _0x1a7018=this['element'];this['keystrokes']['listenTo'](_0x1a7018);for(const _0x218121 of this['focusables'])this['focusTracker']['add'](_0x218121['element']),this['keystrokes']['listenTo'](_0x218121['element']);this['keystrokes']['set']('enter',(_0x47ba8a,_0x4f9012)=>{_0x1a7018===_0x47ba8a['target']&&(this['focusCycler']['focusFirst'](),_0x4f9012());}),this['keystrokes']['set']('esc',(_0x25dca7,_0xcdc2e0)=>{_0x1a7018!==_0x25dca7['target']&&(this['focus'](),_0xcdc2e0());});}}class u extends _0x3d96fc{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[d,_0x5194d,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2cfde3){super(_0x2cfde3),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x5e2b38=this['editor']['config'];_0x5e2b38['define']('trackChanges.SuggestionThreadView',fe),_0x5e2b38['define']('trackChanges.SuggestionView',we),_0x5e2b38['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x5e2b38['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x3ea8a0,_0x13375b){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x3946b8,_0xfbb850]of this['_handleControllerBuffer']){const _0x3a7fae=this['_suggestionToController']['has'](_0x3946b8);_0x3a7fae||_0xfbb850?_0x3a7fae&&_0xfbb850&&this['_destroyController'](_0x3946b8):this['_initializeController'](_0x3946b8);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x3ea8a0,_0x13375b);}['init'](){const _0x13cf44=this['editor'],_0x1c1007=_0x13cf44['plugins']['get']('TrackChangesEditing'),_0x7a33c8=_0x13cf44['plugins']['get']('Annotations'),_0x10169a=_0x13cf44['plugins']['get']('EditorAnnotations'),_0x4f7742=_0x13cf44['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x10169a['addSourceCollector'](()=>{const _0x293131=[];for(const [_0x272ef2,_0x3ecc84]of Array['from'](this['_suggestionToController'])){const _0x554f2b=_0x272ef2['getAllAdjacentSuggestions'](),_0x446085=[];for(const _0xacee8d of _0x554f2b){if(!_0xacee8d['isInContent'])continue;if(_0xacee8d['isMultiRange']){_0x446085['push'](..._0xacee8d['getRanges']());continue;}const _0x5d90b1=_0xacee8d['getFirstRange']();if(_0x446085['length']>0x0){const _0x1f080f=_0x446085[0x0]['getJoined'](_0x5d90b1);if(_0x1f080f){_0x446085[0x0]=_0x1f080f;continue;}}_0x446085['push'](_0x5d90b1);}_0x293131['push']([_0x3ecc84['view'],_0x446085]);}return _0x293131;}),this['listenTo'](_0x1c1007,'suggestionLoaded',(_0x5da290,_0x2c9880)=>{this['listenTo'](_0x2c9880,'change:previous',(_0x1d1cb0,_0x37be5c,_0x30b76e,_0x54978f)=>{_0x2c9880['isInContent']&&(null==_0x30b76e?(this['_updateController'](_0x54978f['head']),this['_handleSuggestionControllerDelayed'](_0x2c9880,!0x1)):(this['_updateController'](_0x30b76e['head']),null==_0x54978f&&this['_handleSuggestionControllerDelayed'](_0x2c9880,!0x0)));}),null!==_0x2c9880['previous']?this['_updateController'](_0x2c9880['head']):this['_handleSuggestionControllerDelayed'](_0x2c9880,!0x1);}),this['listenTo'](_0x1c1007,'suggestionUnloaded',(_0x185ae1,_0x1b7c1e,_0x357f9e)=>{this['stopListening'](_0x1b7c1e,'change:previous'),this['_handleControllerBuffer']['delete'](_0x1b7c1e),this['_suggestionToController']['has'](_0x1b7c1e)&&this['_destroyController'](_0x1b7c1e),_0x357f9e&&this['_updateController'](_0x357f9e['head']);}),this['listenTo'](_0x1c1007,'suggestionChanged',(_0x3501d1,_0x281eb2)=>{this['_updateController'](_0x281eb2);}),this['listenTo'](_0x7a33c8,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x4f7742,'addComment',(_0x27ccd6,{threadId:_0x32d79f,isFromAdapter:_0x194a9e})=>{if(_0x194a9e||!_0x1c1007['hasSuggestion'](_0x32d79f))return;const _0x1fde50=_0x1c1007['getSuggestion'](_0x32d79f);this['_suggestionToController']['get'](_0x1fde50)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5ac178=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xae2744;for(const _0x5e9a8f in _0x5ac178){const _0x421056=_0x5e9a8f,_0x50452f=_0x5ac178[_0x421056];if('trackChangesLicenseKeyValid'==_0x50452f||'trackChangesLicenseKeyInvalid'==_0x50452f||'trackChangesLicenseKeyExpired'==_0x50452f||'trackChangesLicenseKeyDomainLimit'==_0x50452f||'trackChangesLicenseKeyNotAllowed'==_0x50452f||'trackChangesLicenseKeyEvaluationLimit'==_0x50452f||'trackChangesLicenseKeyTrialLimit'==_0x50452f||'trackChangesLicenseKeyUsageLimit'==_0x50452f){delete _0x5ac178[_0x421056],_0xae2744=_0x50452f,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0xae2744&&_0x5ac178['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0xae2744&&_0x5ac178['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0xae2744&&_0x5ac178['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0xae2744&&_0x5ac178['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0xae2744&&_0x5ac178['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0xae2744&&_0x5ac178['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyUsageLimit'==_0xae2744&&_0x5ac178['_showLicenseError']('usageLimit');},0x3e8);}['getAnnotationForSuggestion'](_0x15ca6d){const _0x29b370=this['_suggestionToController']['get'](_0x15ca6d);if(!_0x29b370)return null;return this['editor']['plugins']['get']('Annotations')['getByInnerView'](_0x29b370['view'])||null;}['getSuggestionForAnnotation'](_0x529376){const _0x1231f3=this['_viewToController']['get'](_0x529376['innerView']);return _0x1231f3?_0x1231f3['model']:null;}['_refreshActiveMarkers'](){const _0xc100b7=this['editor']['plugins']['get']('Annotations'),_0xba14f2=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5bc553=Array['from'](_0xc100b7['activeAnnotations'],_0xa59bc0=>_0xa59bc0['innerView'])['filter'](_0x72ba62=>this['_viewToController']['has'](_0x72ba62)),_0x14b956=[];for(const _0x121412 of _0x5bc553){const _0x48fb9e=this['_viewToController']['get'](_0x121412)['model']['getAllAdjacentSuggestions']();_0x14b956['push'](..._0x48fb9e['reduce']((_0x22365d,_0x22370d)=>[..._0x22365d,..._0x22370d['getMarkerNames']()],[]));}_0xba14f2['activeMarkers']=_0x14b956;}['_addUIComponentsToFactory'](){const _0x1859ee=this['editor'],_0x49fa2c=_0x1859ee['locale'],_0x44bd7f=o(_0x49fa2c,'Track\x20changes'),_0x5a6f5d=new _0x5d8729([{'type':'switchbutton','model':new _0x254c12({'withText':!0x0,'isToggleable':!0x0,'label':_0x44bd7f,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x254c12({'withText':!0x0,'label':o(_0x49fa2c,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x254c12({'withText':!0x0,'label':o(_0x49fa2c,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x254c12({'withText':!0x0,'label':o(_0x49fa2c,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x254c12({'withText':!0x0,'label':o(_0x49fa2c,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x1859ee['plugins']['has']('TrackChangesPreview')&&_0x5a6f5d['addMany']([{'type':'separator'},{'type':'button','model':new _0x254c12({'withText':!0x0,'label':o(_0x49fa2c,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x3bf635 of _0x5a6f5d)if(ke(_0x3bf635)){const _0x53984d=_0x1859ee['commands']['get'](_0x3bf635['model']['commandName']);_0x3bf635['model']['bind']('isOn','isEnabled')['to'](_0x53984d,'value','isEnabled');}_0x1859ee['ui']['componentFactory']['add']('trackChanges',_0x2b1c48=>this['_createToolbarButton'](_0x2b1c48,_0x5a6f5d,_0x44bd7f)),_0x1859ee['ui']['componentFactory']['add']('menuBar:trackChanges',_0x10b2e2=>this['_createMenuBarMenu'](_0x10b2e2,_0x5a6f5d,_0x44bd7f));}['_createToolbarButton'](_0x326fe4,_0x46fcd8,_0x407dbb){const _0x134e9b=_0x421473(_0x326fe4,_0x367a06),_0x3a039b=this['editor']['commands']['get']('trackChanges');_0x134e9b['buttonView']['set']({'tooltip':_0x407dbb,'label':_0x407dbb,'icon':_0x35a717}),_0x134e9b['buttonView']['bind']('isOn')['to'](_0x3a039b,'value'),_0x134e9b['buttonView']['on']('execute',()=>{_0x3a039b['execute'](),this['editor']['editing']['view']['focus']();}),_0x147db2(_0x134e9b,_0x46fcd8,{'role':'menu'});const _0x33a762=[];for(const _0x503d48 of _0x46fcd8)ke(_0x503d48)&&_0x33a762['push'](this['editor']['commands']['get'](_0x503d48['model']['commandName']));const _0x7d7235=_0x134e9b['buttonView'];return _0x7d7235['actionView']['unbind']('isEnabled'),_0x7d7235['arrowView']['unbind']('isEnabled'),_0x7d7235['actionView']['bind']('isEnabled')['to'](_0x3a039b,'isEnabled'),_0x7d7235['arrowView']['bind']('isEnabled')['toMany'](_0x33a762,'isEnabled',(..._0x2c1ef1)=>_0x2c1ef1['some'](_0x4780fe=>_0x4780fe)),_0x134e9b['on']('execute',_0x39dcca=>{this['editor']['execute'](_0x39dcca['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x134e9b;}['_createMenuBarMenu'](_0xa59a5a,_0x5e3e23,_0x3ba944){const _0x4cc8c0=new _0x28ed44(_0xa59a5a),_0x4869e2=this['editor']['commands']['get']('trackChanges');_0x4cc8c0['buttonView']['set']({'label':_0x3ba944,'icon':_0x35a717});const _0x4920f2=new _0x405996(_0xa59a5a);for(const _0x1c51a6 of _0x5e3e23){if('separator'==_0x1c51a6['type']){_0x4920f2['items']['add'](new _0x53c62c(_0xa59a5a));continue;}const _0x1b3ff5=new _0x3eb2fd(_0xa59a5a,_0x4cc8c0),_0x3b17ff=new _0x4bc098(_0xa59a5a),_0x501426=_0x1c51a6['model'];_0x3b17ff['bind'](...Object['keys'](_0x501426))['to'](_0x501426),_0x3b17ff['delegate']('execute')['to'](_0x4cc8c0),_0x3b17ff['on']('execute',()=>{this['editor']['execute'](_0x501426['commandName']),this['editor']['editing']['view']['focus']();}),_0x1b3ff5['children']['add'](_0x3b17ff),_0x4920f2['items']['add'](_0x1b3ff5);}return _0x4cc8c0['bind']('isEnabled')['to'](_0x4869e2,'isEnabled'),_0x4cc8c0['panelView']['children']['add'](_0x4920f2),_0x4cc8c0;}['_initializeController'](_0x3e55cb){const _0x3f12a3=this['editor'],_0x4174fa=_0x3f12a3['config'],_0x328ec1=_0x3f12a3['plugins']['get']('Annotations'),_0x5cfe97=_0x3f12a3['plugins']['get']('CommentsRepository'),_0xed1bfb=_0x3f12a3['plugins']['get']('EditorAnnotations'),_0x193dfe=_0x3f12a3['plugins']['get'](_0x5194d)['me'],_0x78ccfc=_0x4174fa['get']('trackChanges')['SuggestionThreadView'],_0x172eb8=_0x4174fa['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x3be745,CommentThreadInputView:_0x31a1c6}=_0x3f12a3['plugins']['get']('CommentsUI');let _0x340bfb,_0x5bb42a,_0x6ab239;this['_annotationViews']['has'](_0x3e55cb['id'])?(_0x5bb42a=this['_annotationViews']['get'](_0x3e55cb['id']),_0x340bfb=_0x5bb42a['mainView']):(_0x340bfb=new _0x78ccfc(_0x3f12a3['locale'],_0x3e55cb,_0x193dfe,{'disableComments':this['_disableComments'],'editorConfig':{..._0x4174fa['get']('comments.editorConfig'),'licenseKey':_0x4174fa['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x4174fa['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x4174fa['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x4174fa['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x19eca3(_0x4174fa['get']('locale'),_0x3f12a3['locale']),'CommentView':_0x4174fa['get']('comments')['CommentView'],'CommentsListView':_0x3be745,'CommentThreadInputView':_0x31a1c6,'SuggestionView':_0x172eb8}),_0x340bfb['suggestionView']['acceptButton']['on']('execute',()=>{_0x3f12a3['editing']['view']['focus']();}),_0x340bfb['suggestionView']['discardButton']['on']('execute',()=>{_0x3f12a3['editing']['view']['focus']();}),_0x5bb42a=_0x328ec1['createAnnotationView'](this['editor']['locale'],_0x340bfb),_0x5bb42a['bind']('isDirty')['to'](_0x340bfb,'isDirty'),_0x5bb42a['bind']('length')['to'](_0x340bfb),_0x5bb42a['bind']('type')['to'](_0x340bfb,'type',_0x1db589=>'suggestion-'+_0x1db589),_0x340bfb['on']('escape',()=>{_0x6ab239['fire']('escape');}),this['_annotationViews']['set'](_0x3e55cb['id'],_0x5bb42a));const _0x37cbd9=_0x5cfe97['createCommentThreadController'](_0x3e55cb['commentThread'],_0x340bfb),_0x953471=new pe(_0x3f12a3,_0x3e55cb,_0x340bfb,_0x37cbd9),_0x34394c=_0x3e55cb['getAllAdjacentSuggestions']()['filter'](_0x1a5d9b=>_0x1a5d9b['isInContent']);_0x340bfb['descriptionParts']=_0x3f12a3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x34394c),this['_suggestionToController']['set'](_0x3e55cb,_0x953471),this['_viewToController']['set'](_0x340bfb,_0x953471);const _0x456a48=()=>{const _0x571584=[],_0x3735a2=_0x3e55cb['getAllAdjacentSuggestions']()['filter'](_0x2c56a9=>_0x2c56a9['isInContent']);for(const _0x2eea0c of _0x3735a2)_0x571584['push'](..._0x2eea0c['getMarkers']());return _0x1680fe(_0x3f12a3['editing'],_0x571584);};_0x6ab239=_0x328ec1['createAnnotation']({'view':_0x5bb42a,'target':_0x456a48,'type':()=>'suggestion-'+_0x953471['view']['type'],'isVisible':!!_0x456a48()}),_0x5cfe97['_bindAnnotationToEditors'](_0x340bfb,_0x6ab239),_0x328ec1['add'](_0x6ab239),_0xed1bfb['registerAnnotation'](_0x6ab239);}['_destroyController'](_0x11415f){const _0xbc413b=this['editor']['plugins']['get']('CommentsRepository'),_0x2dafde=this['editor']['plugins']['get']('Annotations'),_0x40f666=this['_suggestionToController']['get'](_0x11415f),_0x2f0551=_0x40f666['view'],_0x2e648d=_0x2dafde['getByInnerView'](_0x2f0551);_0xbc413b['_unbindEditors'](_0x2f0551),_0x2e648d&&_0x2dafde['remove'](_0x2e648d),this['_suggestionToController']['delete'](_0x11415f),this['_viewToController']['delete'](_0x2f0551),_0x40f666['destroy']();}['_updateController'](_0x49bb31){if(!_0x49bb31['isInContent']||!this['_suggestionToController']['has'](_0x49bb31))return;const _0x1b0eab=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3d96bc=this['_suggestionToController']['get'](_0x49bb31),_0x5be32e=_0x49bb31['getAllAdjacentSuggestions']();_0x3d96bc['view']['descriptionParts']=_0x1b0eab['descriptionFactory']['getDescriptions'](_0x5be32e);}['destroy'](){for(const _0x548b3c of this['_suggestionToController']['keys']())this['_destroyController'](_0x548b3c);for(const _0x138caa of this['_annotationViews']['values']())_0x138caa['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function ke(_0x326e2b){return'model'in _0x326e2b;}class Fe extends _0x3d96fc{static get['requires'](){return[d,u,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x3413f1){this['editor']['plugins']['get'](d)['adapter']=_0x3413f1;}get['adapter'](){return this['editor']['plugins']['get'](d)['adapter'];}['addSuggestion'](_0x33f402){return this['editor']['plugins']['get'](d)['addSuggestionData'](_0x33f402);}['getSuggestions']({skipNotAttached:_0x4787fc=!0x1,toJSON:_0x1e4271=!0x1}={}){return this['editor']['plugins']['get'](d)['getSuggestions']({'skipNotAttached':_0x4787fc,'toJSON':_0x1e4271});}['getSuggestion'](_0x19256b){return this['editor']['plugins']['get'](d)['getSuggestion'](_0x19256b);}}const p=['Pagination'];class re extends _0x3d96fc{static get['requires'](){return[d];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x5c2451=this['editor'];if(_0x5c2451['config']['define']('trackChangesData.editorCreator',_0x326b07=>{const _0x38ae3d=_0x5c2451['model']['document']['getRootNames']()['reduce']((_0x3710bc,_0x37612a)=>(_0x3710bc[_0x37612a]='',_0x3710bc),{});return _0x5c2451['constructor']['create'](_0x38ae3d,_0x326b07);}),'function'!=typeof _0x5c2451['config']['get']('trackChangesData')['editorCreator'])throw new _0x44e9b4('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x2625c7){return P(this['editor'],!0x0,_0x2625c7);}['getDataWithDiscardedSuggestions'](_0x33b18f){return P(this['editor'],!0x1,_0x33b18f);}}class Ge extends _0x3d96fc{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x592f77){function _0x246463(_0x47b339){return _0x47b339['map'](_0x4c279c=>String['fromCharCode'](_0x4c279c))['join']('');}super(_0x592f77),this['result']='end',_0x592f77[_0x246463([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x246463([0x76,0x69,0x65,0x77])][_0x246463([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x246463([0x61,0x75,0x74,0x6f]),_0x592f77[_0x246463([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x246463([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x246463([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x246463([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x246463([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 He(_0x309978){return void 0x0!==_0x309978['getRootsAttributes'];}async function P(_0x2108de,_0x114515,_0x2cd23a){const _0x20ee5a=_0x41beee(_0x2108de,p);_0x20ee5a['plugins']['push'](d,Ge),_0x20ee5a['rootsAttributes']=He(_0x2108de)?_0x2108de['getRootsAttributes']():void 0x0;const _0x56f7a4=document['createDocumentFragment'](),_0x258a86=_0x2108de['config']['get']('trackChangesData')['editorCreator'],_0x354099=await _0x258a86(_0x20ee5a,()=>function(_0x27db15){const _0x475a7c=document['createElement']('div');return _0x27db15['appendChild'](_0x475a7c),_0x475a7c;}(_0x56f7a4));!function(_0xef7577,_0x1ea3b8){const _0x5765ef=_0xef7577['model']['document']['getRootNames']()['reduce']((_0x444daf,_0x569c6a)=>(_0x444daf[_0x569c6a]=_0xef7577['data']['get']({'rootName':_0x569c6a}),_0x444daf),{}),_0x1c129c=_0xef7577['plugins']['get']('Users')['users']['map'](_0x4d5478=>({'id':_0x4d5478['id'],'name':_0x4d5478['name']})),_0x36c742=_0xef7577['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x3a0879=_0xef7577['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x554137=_0x1ea3b8['plugins']['get']('Users'),_0x524bec=_0x1ea3b8['plugins']['get']('TrackChangesEditing'),_0x29183c=_0x1ea3b8['plugins']['get']('CommentsRepository');for(const _0x4048e3 of _0x29183c['getCommentThreads']())_0x4048e3['remove']();for(const _0x2e4b6e of _0x1c129c)_0x554137['getUser'](_0x2e4b6e['id'])||_0x554137['addUser'](_0x2e4b6e);_0x554137['me']||_0x554137['useAnonymousUser']();for(const _0x365d03 of _0x3a0879)_0x29183c['addCommentThread'](_0x365d03);for(const _0x1b5684 of _0x36c742)_0x524bec['addSuggestionData'](_0x1b5684);_0x1ea3b8['data']['set'](_0x5765ef);}(_0x2108de,_0x354099),_0x354099['execute'](_0x114515?'acceptAllSuggestions':'discardAllSuggestions');const _0x19d890=He(_0x354099)?_0x354099['getFullData'](_0x2cd23a):_0x354099['data']['get'](_0x2cd23a);return await _0x354099['destroy'](),_0x19d890;}class Me extends _0x134a78{['options'];constructor(_0x19f9bf,_0x56185b){super(_0x19f9bf),this['options']=_0x56185b,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'](_0x5061e1,_0x52f1ac){if(!this['element'])return;const _0x30ee3e=[];for(const [_0x4b22c2,_0x1d511d]of _0x5061e1){const _0x279b69=document['createElement']('div');_0x279b69['setAttribute']('data-ck-root-name',_0x4b22c2),_0x279b69['className']=_0x1d511d['classes']+'\x20ck-track-changes-preview__root-container',_0x279b69['innerHTML']=_0x1d511d['content'],_0x30ee3e['push'](_0x279b69);}_0x52f1ac(this['element'],_0x30ee3e),this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class te extends _0x35cb10{constructor(_0x45db02){super(_0x45db02),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x316ebf=this['editor'],_0x46e1e0=_0x316ebf['locale'],_0x548ff4=_0x316ebf['plugins']['get']('Dialog');let _0x532ddc;const _0x268075=function(_0x2d167a){const _0x1fb231={};if('editables'in _0x2d167a['ui']['view']){for(const [_0xf3cf3b,_0x24d8f3]of Object['entries'](_0x2d167a['ui']['view']['editables']))_0x1fb231[_0xf3cf3b]=_0x24d8f3['element'];}else _0x1fb231[_0x2d167a['model']['document']['getRootNames']()[0x0]]=_0x2d167a['ui']['view']['editable']['element'];return _0x1fb231;}(_0x316ebf),_0x228282=function(_0x35a22e){let _0x43d336=0x0;for(const _0x52e39a of Object['values'](_0x35a22e))_0x43d336=Math['max'](_0x43d336,_0x52e39a['getBoundingClientRect']()['width']);let _0x298103=0x0;for(const _0x507ff7 of Object['values'](_0x35a22e))_0x298103+=_0x507ff7['getBoundingClientRect']()['height'];const _0x20dc74=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x497c6e=Math['min'](_0x298103,_0x20dc74);return{'width':_0x43d336,'height':_0x497c6e};}(_0x268075);_0x548ff4['show']({'id':'finalContentPreview','title':o(_0x46e1e0,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new Me(_0x46e1e0,{'dialogRects':_0x228282}),'onHide':()=>{_0x532ddc['detachFromDom']();},'onShow':()=>{_0x316ebf['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x3d162c=>{const _0x270e59=this['_standarizeRootsData'](_0x3d162c,_0x316ebf,_0x268075);_0x548ff4['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x270e59,_0x316ebf['config']['get']('trackChanges.preview.renderFunction'));}),_0x532ddc=new _0x5dcd19(_0x46e1e0,[_0x548ff4['view']]),_0x532ddc['attachToDom'](),_0x532ddc['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x316ebf['once']('destroy',()=>{_0x532ddc['detachFromDom']();});const _0x3c220a=_0x548ff4['view']['headerView']['class'];_0x548ff4['view']['headerView']['class']=_0x3c220a?_0x3c220a+'\x20ck-reset_all':'ck-reset_all',_0x548ff4['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x548ff4['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x580b06=this['editor']['plugins']['get']('MergeFieldsEditing'),_0xee8243=_0x580b06['previewMode'],_0x4f0c1f={};if('$labels'===_0xee8243){for(const _0x321380 of _0x580b06['getMergeFieldsIds']())_0x4f0c1f[_0x321380]=_0x580b06['getLabel'](_0x321380)||_0x321380;}else{const _0x2637ad='$defaultValues'===_0xee8243?_0x580b06['getDefaultValues']():_0x580b06['getDataSetValues'](_0xee8243,!0x0);for(const _0x542590 of Object['entries'](_0x2637ad)){const [_0x234d6f,_0x16a6e6]=_0x542590;_0x4f0c1f[_0x234d6f]=null!==_0x16a6e6?_0x16a6e6:_0x580b06['getLabel'](_0x234d6f)||_0x234d6f;}}return{'mergeFieldsData':_0x4f0c1f};}['_standarizeRootsData'](_0x3d2b90,_0x5c1eb9,_0x441faa){let _0x11fef1;if('string'==typeof _0x3d2b90){const _0x1e1d37=_0x5c1eb9['model']['document']['getRootNames']()[0x0];_0x11fef1={[_0x1e1d37]:_0x3d2b90};}else _0x11fef1=_0x3d2b90;const _0x4d056d=this['_fixMediaEmbeds'](_0x11fef1,_0x5c1eb9),_0x3c5a17=function(_0x4399b8,_0xfae5d6){for(const [_0x502c5d,_0x42ebdf]of _0x4399b8)_0x42ebdf['classes']=_0xfae5d6[_0x502c5d]['classList']['value']['replace']('ck-focused','');return _0x4399b8;}(this['_sortRoots'](_0x5c1eb9)['reduce']((_0xf01845,_0x198a80)=>(_0xf01845['push']([_0x198a80,{'content':_0x4d056d[_0x198a80],'classes':''}]),_0xf01845),[]),_0x441faa);return _0x3c5a17;}['_fixMediaEmbeds'](_0xa3f348,_0x74c299){if(!_0x74c299['plugins']['has']('MediaEmbedEditing'))return _0xa3f348;const _0x4e47d1=_0x74c299['plugins']['get']('MediaEmbedEditing');for(const [_0x4129c8,_0x5df437]of Object['entries'](_0xa3f348)){const _0x397395=document['createElement']('div');_0x397395['innerHTML']=_0x5df437,(_0x397395['querySelectorAll']('figure.media')['forEach'](_0x481893=>{const _0x257997=_0x481893['querySelector']('oembed');if(_0x257997){const _0x2c63f5=_0x257997['getAttribute']('url');if(_0x2c63f5){const _0x28cb63=_0x4e47d1['registry']['getMediaViewElement'](new _0x19ae64(_0x74c299['editing']['view']['document']),_0x2c63f5,{'elementName':'','renderForEditingView':!0x0}),_0x4c61a1=document['createElement']('div');_0x4c61a1['classList']['add']('ck-media__wrapper'),_0x28cb63['render'](_0x4c61a1,_0x74c299['editing']['view']['domConverter']),_0x257997['replaceWith'](_0x4c61a1);}}}),_0xa3f348[_0x4129c8]=_0x397395['innerHTML']);}return _0xa3f348;}['_sortRoots'](_0x47c289){if(!function(_0x31e849){return void 0x0!==_0x31e849['getRootsAttributes'];}(_0x47c289))return _0x47c289['model']['document']['getRootNames']();const _0x33edf6=[],_0x1a57fb=new Map();for(const _0x327a5b of _0x47c289['model']['document']['getRootNames']()){const _0x1bd900=_0x47c289['editing']['view']['getDomRoot'](_0x327a5b)['getClientRects']()['item'](0x0);_0x33edf6['push'](_0x327a5b),_0x1a57fb['set'](_0x327a5b,_0x1bd900);}return _0x33edf6['sort']((_0x43eb61,_0x33c45a)=>{const _0x1cb49d=_0x1a57fb['get'](_0x43eb61),_0x210ab3=_0x1a57fb['get'](_0x33c45a);return _0x1cb49d['y']-_0x210ab3['y']||_0x1cb49d['x']-_0x210ab3['x'];}),_0x33edf6;}}class $e extends _0x3d96fc{static get['requires'](){return[re,_0x163972];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x36d0e9){super(_0x36d0e9),_0x36d0e9['commands']['add']('previewFinalContent',new te(this['editor'])),_0x36d0e9['config']['define']('trackChanges.preview.renderFunction',(_0x16b514,_0x4dced6)=>{for(const _0x5bd6e7 of _0x4dced6)_0x16b514['appendChild'](_0x5bd6e7);});}}export{D as AcceptSuggestionCommand,ii as BaseSuggestionThreadView,$ as DiscardSuggestionCommand,M as ExecuteOnAllSuggestionsCommand,B as ExecuteOnSelectedSuggestionsCommand,te as PreviewFinalContentCommand,T as Suggestion,x as SuggestionDescriptionFactory,fe as SuggestionThreadView,we as SuggestionView,Fe as TrackChanges,N as TrackChangesCommand,re as TrackChangesData,Ge as TrackChangesDataGetter,d as TrackChangesEditing,$e as TrackChangesPreview,u as TrackChangesUI};
|