@ckeditor/ckeditor5-track-changes 48.0.0-alpha.1 → 48.0.0-alpha.3
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/dist/index.js +4 -4
- package/package.json +25 -25
package/dist/index.js
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
24
|
-
_0x1639ff(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_originalSuggestionId'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x4b7a75,_0x5aa840){super(),this['id']=_0x5aa840['id'],this['type']=_0x5aa840['type'],this['subType']=_0x5aa840['subType']||null,this['author']=_0x5aa840['author'],this['creator']=_0x5aa840['creator']||_0x5aa840['author'],this['isExternal']=Boolean(_0x5aa840['attributes']&&_0x5aa840['attributes']['@external']),this['data']=null,this['_originalSuggestionId']=_0x5aa840['originalSuggestionId']||null,this['_model']=_0x4b7a75,this['_onAccept']=_0x5aa840['onAccept'],this['_onDiscard']=_0x5aa840['onDiscard'],this['_onAttributesChange']=_0x5aa840['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x5aa840['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 _0x782e64=this;for(;_0x782e64['previous'];)_0x782e64=_0x782e64['previous'];return _0x782e64;}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'](_0x7cc6f){this['_markerNames']['add'](_0x7cc6f);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0xbde59e=>this['_model']['markers']['get'](_0xbde59e))['filter'](_0x140ad2=>_0x140ad2);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x16ff4c=>{for(const _0x2601e6 of this['getMarkers']())_0x16ff4c['removeMarker'](_0x2601e6);}),this['_markerNames']['clear']();}['removeMarker'](_0x226d5d){this['_model']['change'](_0x24e6a1=>{_0x24e6a1['removeMarker'](_0x226d5d);}),this['_markerNames']['delete'](_0x226d5d);}['addRange'](_0x3c1c8a){const _0x45571a='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+bt['getMultiRangeId']();this['addMarkerName'](_0x45571a),this['_model']['change'](_0x3b87ca=>{_0x3b87ca['addMarker'](_0x45571a,{'range':_0x3c1c8a,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x9b72b2){for(const _0xcbbe5f of this['getRanges']())if(_0xcbbe5f['isIntersecting'](_0x9b72b2))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x2c4e7d=>_0x2c4e7d['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x5b0114,_0x5ba777)=>[..._0x5b0114,..._0x5ba777['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x44fc35=this['getRanges']();if(0x1!=_0x44fc35['length'])return null;const _0x3d7437=_0x44fc35[0x0],_0x4751f2=_0x3d7437['start']['nodeAfter'],_0x313335=_0x3d7437['end']['nodeBefore'];return _0x4751f2 instanceof _0x39c5aa?_0x4751f2!=_0x313335?null:_0x4751f2: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 _0x3b9ca4=[];let _0x52175b=this['head'];for(;_0x52175b;)_0x3b9ca4['push'](_0x52175b),_0x52175b=_0x52175b['next'];return _0x3b9ca4;}['setAttribute'](_0x44a74c,_0x2a12c2){const _0x210b5f=nt(this['attributes']);it(_0x210b5f,_0x44a74c,_0x2a12c2),st(_0x210b5f,this['attributes'])||(this['attributes']=_0x210b5f,this['_onAttributesChange'](_0x210b5f));}['removeAttribute'](_0xd511b2){const _0x34b0e5=nt(this['attributes']);rt(_0x34b0e5,_0xd511b2),st(_0x34b0e5,this['attributes'])||(this['attributes']=_0x34b0e5,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 _0x2026f5()['substr'](0x1,0x5);}}function At(_0x597b24,_0x396aea,_0x19e2e3){const _0x62d67d=_0x597b24['t'],t=_0x597b24['t'];switch(_0x396aea){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',_0x19e2e3);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x19e2e3);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x19e2e3);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x19e2e3);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x19e2e3);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',_0x19e2e3);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x19e2e3);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',_0x19e2e3);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x19e2e3);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x19e2e3);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x19e2e3);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x19e2e3);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x19e2e3);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x19e2e3);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x19e2e3);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x19e2e3);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x19e2e3);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x19e2e3);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x19e2e3);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x19e2e3);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x19e2e3);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x19e2e3);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x19e2e3);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x19e2e3);case'*Set\x20table\x20type:*\x20%0':return t('*Set\x20table\x20type:*\x20%0',_0x19e2e3);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'},_0x19e2e3);case'ELEMENT_CONTENT_TABLE':return t({'string':'content\x20table','plural':'%0\x20content\x20tables','id':'ELEMENT_CONTENT_TABLE'},_0x19e2e3);case'ELEMENT_LAYOUT_TABLE':return t({'string':'layout\x20table','plural':'%0\x20layout\x20tables','id':'ELEMENT_LAYOUT_TABLE'},_0x19e2e3);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x19e2e3);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x19e2e3);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x19e2e3);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x19e2e3);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x19e2e3);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'},_0x19e2e3);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x19e2e3);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x19e2e3);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x19e2e3);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x19e2e3);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_NUMBERED_LIST_ARABIC_INDIC':return t({'string':'numbered\x20list\x20(arabic-indic)','id':'ELEMENT_NUMBERED_LIST_ARABIC_INDIC'});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'},_0x19e2e3);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x19e2e3);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'},_0x19e2e3);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_FOOTER_ROW':return t({'string':'footer\x20row','id':'FORMAT_FOOTER_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'FORMAT_TABLE_CELL_TYPE':return t({'string':'table\x20cell\x20type','id':'FORMAT_TABLE_CELL_TYPE'});case'FORMAT_FOOTNOTES_LIST_STYLE':return t({'string':'footnotes\x20list\x20style','id':'FORMAT_FOOTNOTES_LIST_STYLE'});case'FORMAT_FOOTNOTES_LIST_START':return t({'string':'footnotes\x20list\x20start','id':'FORMAT_FOOTNOTES_LIST_START'});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'},_0x19e2e3);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x19e2e3);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'},_0x19e2e3);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x19e2e3);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'},_0x19e2e3);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x19e2e3);case'ELEMENT_FOOTNOTE_REF':return t({'string':'footnote\x20reference','plural':'%0\x20footnote\x20references','id':'ELEMENT_FOOTNOTE_REF'},_0x19e2e3);case'ELEMENT_FOOTNOTE_DEFINITION':return t({'string':'footnote\x20definition','plural':'%0\x20footnote\x20definitions','id':'ELEMENT_FOOTNOTE_DEFINITION'},_0x19e2e3);case'ELEMENT_FOOTNOTES_DEFINITIONS_LIST':return t({'string':'footnotes\x20definitions\x20list','plural':'%0\x20footnotes\x20definitions','id':'ELEMENT_FOOTNOTES_DEFINITIONS_LIST'},_0x19e2e3);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x19e2e3);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'},_0x19e2e3);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x19e2e3);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 _0x62d67d({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x19e2e3);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x62d67d({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x19e2e3);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x19e2e3);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'},_0x19e2e3);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'},_0x19e2e3);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'},_0x19e2e3);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x396aea;}}class kt{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x225588,_0x3a16c7){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x225588,this['_locale']=_0x3a16c7;}['getDescriptions'](_0x42129d){const _0x584e04=[],_0x16ce3a=new Set(),_0x309dd4=new Set();for(let _0x999b01=0x0;_0x999b01<_0x42129d['length'];_0x999b01++){const _0x4a66f9=_0x42129d[_0x999b01];if(!_0x4a66f9['isInContent'])continue;const _0x2fba7c=this['_handleCustomCallbackDescription'](_0x4a66f9);if(_0x2fba7c){if(null!=_0x4a66f9['subType']){if(_0x16ce3a['has'](_0x4a66f9['subType']))continue;_0x16ce3a['add'](_0x4a66f9['subType']);}_0x584e04['push'](_0x2fba7c);}else{if('attribute'==_0x4a66f9['type']){const _0x4edb69=_0x4a66f9['data']['key'];if(_0x309dd4['has'](_0x4edb69))continue;_0x309dd4['add'](_0x4a66f9['data']['key']),_0x4edb69==Ke?this['_handleRenameSuggestionDescription'](_0x584e04,_0x4a66f9):this['_handleAttributeSuggestionDescription'](_0x584e04,_0x4a66f9);continue;}'insertion'!=_0x4a66f9['type']&&'deletion'!=_0x4a66f9['type']||this['_handleInsertRemoveSuggestionDescription'](_0x584e04,_0x4a66f9,_0x42129d[_0x999b01+0x1]);}}return this['_resolveDescriptionItems'](_0x584e04);}['registerDescriptionCallback'](_0x155b24){this['_customCallbacks']['push'](_0x155b24);}['registerElementLabel'](_0x3b5300,_0x5d71b9,_0x44e10e=_0x31b733['normal']){'function'==typeof _0x3b5300?_0x352800(this['_itemLabelsCallbacks'],{'matchingCallback':_0x3b5300,'label':_0x5d71b9,'priority':_0x44e10e}):this['_itemLabels']['set'](_0x3b5300,_0x5d71b9);}['registerAttributeLabel'](_0x60bedd,_0x857d6d){this['_attributeLabels']['set'](_0x60bedd,_0x857d6d);}['getItemLabel'](_0x19b3f9,_0x3ea1f9=0x1){let _0x31f17c;for(const _0xc7fb72 of this['_itemLabelsCallbacks'])if(_0xc7fb72['matchingCallback'](_0x19b3f9)){_0x31f17c=_0xc7fb72['label'];break;}return _0x31f17c||(_0x31f17c=this['_itemLabels']['get'](_0x19b3f9['name'])),_0x31f17c?_0x31f17c(_0x3ea1f9):0x1!==_0x3ea1f9?_0x3ea1f9+'\x20'+_0x19b3f9['name']+'s':''+_0x19b3f9['name'];}['_addDescriptionItems'](_0x444335,_0x1243e1){const _0x32a01d=_0x1243e1['getFirstRange']()['getWalker'](),_0x3df432='insertion'==_0x1243e1['type']?'add':'remove';for(const _0x27def0 of _0x32a01d){const _0x198d87=_0x27def0['item'],_0x4024c0=_0x444335[_0x444335['length']-0x1];if(_0x198d87['is']('$textProxy'))_0x4024c0&&_0x4024c0['type']['indexOf']('Container')>-0x1&&_0x444335['pop'](),_0x4024c0&&'text'==_0x4024c0['type']?_0x4024c0[_0x3df432]+=_0x198d87['data']:_0x444335['push']({'type':'text','add':'add'==_0x3df432?_0x198d87['data']:'','remove':'remove'==_0x3df432?_0x198d87['data']:''});else{if(this['_schema']['isObject'](_0x198d87)){const _0x12b39a=_0x198d87;if(_0x4024c0&&_0x4024c0['type']['indexOf']('Container')>-0x1&&_0x444335['pop'](),'elementEnd'==_0x27def0['type'])continue;_0x4024c0&&_0x4024c0['type']==_0x3df432+'Object'&&_0x4024c0['element']['name']==_0x12b39a['name']?_0x4024c0['quantity']++:_0x444335['push']({'type':_0x3df432+'Object','element':_0x12b39a,'quantity':0x1}),_0x32a01d['skip'](_0x56ebce=>!('elementEnd'==_0x56ebce['type']&&_0x56ebce['item']==_0x198d87));}else{if(this['_schema']['checkChild'](_0x198d87,'$text')||_0x198d87['is']('element','softBreak')){const _0x120639=_0x198d87;if('add'==_0x3df432&&'elementStart'==_0x27def0['type']||'remove'==_0x3df432&&'elementEnd'==_0x27def0['type'])continue;if(_0x4024c0&&-0x1==_0x4024c0['type']['indexOf']('Container')){'text'==_0x4024c0['type']&&(_0x4024c0[_0x3df432]+='\x0a');continue;}let _0x4fefaa;if(_0x4fefaa='add'==_0x3df432?_0x120639['nextSibling']&&!this['_schema']['isObject'](_0x120639['nextSibling'])?_0x120639['nextSibling']:null:_0x120639['previousSibling']&&!this['_schema']['isObject'](_0x120639['previousSibling'])?_0x120639['previousSibling']:null,_0x120639['isEmpty']||_0x4fefaa&&_0x4fefaa['isEmpty']){const _0xb95360=_0x4fefaa&&_0x4fefaa['isEmpty']?_0x4fefaa:_0x120639;_0x4024c0&&_0x4024c0['type']==_0x3df432+'EmptyContainer'&&_0x4024c0['element']['name']==_0xb95360['name']?_0x4024c0['quantity']++:_0x444335['push']({'type':_0x3df432+'EmptyContainer','element':_0xb95360,'quantity':0x1});}else _0x444335['push']({'type':_0x3df432+'Container','element':_0x120639});}}}}}['_resolveDescriptionItems'](_0x483d3e){const _0xa7a8c6=this['_locale'],_0x3a3c11=[],_0x15a374=[],_0x16bf20=[];for(const _0x3cb545 of _0x483d3e)switch(_0x3cb545['type']){case'text':if(_0x3cb545['add']=_0x3cb545['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x3cb545['remove']=_0x3cb545['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x3cb545['add']&&''!=_0x3cb545['remove']){_0x3a3c11['push']({'type':'replace','content':At(_0xa7a8c6,'REPLACE_TEXT',['\x22'+_0x3cb545['remove']+'\x22','\x22'+_0x3cb545['add']+'\x22'])});continue;}if(null!=_0x3cb545['add']['match'](/^ +$/)){_0x3a3c11['push']({'type':'insertion','content':At(_0xa7a8c6,'*Insert:*\x20%0',At(_0xa7a8c6,'ELEMENT_SPACE',_0x3cb545['add']['length']))});continue;}if(null!=_0x3cb545['remove']['match'](/^ +$/)){_0x3a3c11['push']({'type':'deletion','content':At(_0xa7a8c6,'*Remove:*\x20%0',At(_0xa7a8c6,'ELEMENT_SPACE',_0x3cb545['remove']['length']))});continue;}if(''!=_0x3cb545['add']){_0x3a3c11['push']({'type':'insertion','content':At(_0xa7a8c6,'*Insert:*\x20%0','\x22'+_0x3cb545['add']+'\x22')});continue;}_0x3a3c11['push']({'type':'deletion','content':At(_0xa7a8c6,'*Remove:*\x20%0','\x22'+_0x3cb545['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x3a3c11['push']({'type':'insertion','content':At(_0xa7a8c6,'*Insert:*\x20%0',this['getItemLabel'](_0x3cb545['element'],_0x3cb545['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x3a3c11['push']({'type':'deletion','content':At(_0xa7a8c6,'*Remove:*\x20%0',this['getItemLabel'](_0x3cb545['element'],_0x3cb545['quantity']))});continue;case'addContainer':_0x3a3c11['push']({'type':'insertion','content':At(_0xa7a8c6,'*Split:*\x20%0',this['getItemLabel'](_0x3cb545['element'],_0x3cb545['quantity']))});continue;case'removeContainer':_0x3a3c11['push']({'type':'deletion','content':At(_0xa7a8c6,'*Merge:*\x20%0',this['getItemLabel'](_0x3cb545['element'],_0x3cb545['quantity']))});continue;case'addFormat':_0x15a374['push'](_0x3cb545['key']);continue;case'removeFormat':_0x16bf20['push'](_0x3cb545['key']);continue;default:_0x3a3c11['push'](_0x3cb545);}if(_0x15a374['length']){const _0x673737=_0x15a374['map'](_0x5e8944=>this['_attributeLabels']['has'](_0x5e8944)?this['_attributeLabels']['get'](_0x5e8944):_0x5e8944)['join'](',\x20');_0x3a3c11['push']({'type':'format','content':At(this['_locale'],'*Set\x20format:*\x20%0',_0x673737)});}if(_0x16bf20['length']){const _0x247bf8=_0x16bf20['map'](_0x305464=>this['_attributeLabels']['has'](_0x305464)?this['_attributeLabels']['get'](_0x305464):_0x305464)['join'](',\x20');_0x3a3c11['push']({'type':'format','content':At(this['_locale'],'*Remove\x20format:*\x20%0',_0x247bf8)});}return _0x3a3c11;}['_handleCustomCallbackDescription'](_0x5367f7){for(const _0x1272d0 of this['_customCallbacks']){const _0x2265ef=_0x1272d0(_0x5367f7);if(_0x2265ef&&'type'in _0x2265ef)return _0x2265ef;}}['_handleAttributeSuggestionDescription'](_0x99f3a2,_0x37a709){const _0x4c8811=_0x37a709['data'],_0x2715cf=void 0x0===_0x4c8811['newValue']?'removeFormat':'addFormat';_0x99f3a2['push']({'type':_0x2715cf,'key':_0x4c8811['key']});}['_handleRenameSuggestionDescription'](_0x297282,_0x16d707){_0x297282['push']({'type':'format','content':At(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x16d707['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x31906a,_0x25e45b,_0xdeb360){if(this['_addDescriptionItems'](_0x31906a,_0x25e45b),_0xdeb360&&_0xdeb360['getFirstRange']()&&!_0x25e45b['getFirstRange']()['end']['isEqual'](_0xdeb360['getFirstRange']()['start'])){const _0x1b6217=_0x31906a[_0x31906a['length']-0x1],_0x41597c='insertion'==_0x25e45b['type']?'add':'remove';_0x1b6217&&'text'==_0x1b6217['type']&&(_0x1b6217[_0x41597c]+='\x0a');}}}class Ct extends _0x31a8de{['afterInit'](){const _0x3ae3f4=this['editor'],_0x586da3=_0x3ae3f4['plugins']['get']('TrackChangesEditing');_0x3ae3f4['commands']['get']('showAIAssistant')&&_0x586da3['enableCommand']('showAIAssistant');}}class yt extends _0x31a8de{['afterInit'](){const _0x1fbd1a=this['editor'],_0x279dbc=_0x1fbd1a['plugins']['get']('TrackChangesEditing');_0x1fbd1a['commands']['get']('toggleAi')&&_0x279dbc['enableCommand']('toggleAi');}}class Nt extends _0x31a8de{['afterInit'](){const _0x2ee702=this['editor'],_0x4b3204=_0x2ee702['plugins']['get']('TrackChangesEditing');_0x2ee702['commands']['get']('aiQuickAction')&&_0x4b3204['enableCommand']('aiQuickAction');}}class Rt extends _0x31a8de{['afterInit'](){const _0x5ae632=this['editor'],_0x7e08eb=_0x5ae632['locale'];if(!_0x5ae632['plugins']['has']('AlignmentEditing'))return;const _0x7d49bc=_0x5ae632['plugins']['get']('TrackChangesEditing');_0x7d49bc['enableDefaultAttributesIntegration']('alignment'),_0x7d49bc['descriptionFactory']['registerAttributeLabel']('alignment',At(_0x7e08eb,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x533403=this['editor'],_0x404362=_0x533403['locale'];_0x533403['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x56412c=>{if('formatBlock'!=_0x56412c['type'])return;const {data:_0xa4363d}=_0x56412c;if(_0xa4363d&&'alignment'==_0xa4363d['commandName']){const _0x286b0d=_0xa4363d['commandParams'][0x0]['value'];return{'type':'format','content':At(_0x404362,'*Format:*\x20%0',function(_0xe6f2a4){switch(_0xe6f2a4){case'left':return At(_0x404362,'FORMAT_ALIGN_TO_LEFT');case'right':return At(_0x404362,'FORMAT_ALIGN_TO_RIGHT');case'center':return At(_0x404362,'FORMAT_ALIGN_TO_CENTER');case'justify':return At(_0x404362,'FORMAT_JUSTIFY_TEXT');}}(_0x286b0d))};}});}}const St=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class Mt extends _0x31a8de{['afterInit'](){const _0x4f1a9c=this['editor'],_0x20a88c=_0x4f1a9c['plugins']['get']('TrackChangesEditing'),_0x4988e3=_0x4f1a9c['locale'];for(const _0x13a428 of St){if(!_0x4f1a9c['plugins']['has'](_0x13a428))continue;const _0x94e02f=_0x13a428['slice'](0x0,-0x7)['toLowerCase'](),_0xb8bafd='FORMAT_'+_0x94e02f['toUpperCase']();_0x20a88c['enableDefaultAttributesIntegration'](_0x94e02f),_0x20a88c['descriptionFactory']['registerAttributeLabel'](_0x94e02f,At(_0x4988e3,_0xb8bafd));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3dd813=this['editor'],_0x5201c2=_0x3dd813['locale'],_0xf77a89=_0x3dd813['plugins']['get']('TrackChangesEditing');function _0x4342bd(_0x3de71f,_0x2922db){_0xf77a89['descriptionFactory']['registerDescriptionCallback'](_0x4a18d7=>{if('formatInline'!=_0x4a18d7['type'])return;const {data:_0xbc77bf}=_0x4a18d7;return _0xbc77bf&&_0xbc77bf['commandName']===_0x3de71f?_0xbc77bf['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x5201c2,'*Format:*\x20%0',_0x2922db)}:{'type':'format','content':At(_0x5201c2,'*Remove\x20format:*\x20%0',_0x2922db)}:void 0x0;});}_0x4342bd('bold',At(_0x5201c2,'FORMAT_BOLD')),_0x4342bd('italic',At(_0x5201c2,'FORMAT_ITALIC')),_0x4342bd('underline',At(_0x5201c2,'FORMAT_UNDERLINE')),_0x4342bd('code',At(_0x5201c2,'FORMAT_CODE')),_0x4342bd('strikethrough',At(_0x5201c2,'FORMAT_STRIKETHROUGH')),_0x4342bd('subscript',At(_0x5201c2,'FORMAT_SUBSCRIPT')),_0x4342bd('superscript',At(_0x5201c2,'FORMAT_SUPERSCRIPT'));}}class Ot extends _0x31a8de{['afterInit'](){const _0x30ac5f=this['editor'],_0x5d3022=_0x30ac5f['locale'];if(!_0x30ac5f['plugins']['has']('BlockQuoteEditing'))return;const _0xa87617=_0x30ac5f['plugins']['get']('TrackChangesEditing'),_0x2bf455=this['editor']['commands']['get']('blockQuote');_0xa87617['enableCommand']('blockQuote',(_0x1fdcfc,_0x5deafb={})=>{const _0x36db57=this['editor']['model']['document']['selection'],_0x22e952=_0x5deafb&&void 0x0!==_0x5deafb['forceValue']?_0x5deafb['forceValue']:!_0x2bf455['value'];let _0x5ac8cd=[];if(_0x22e952){const _0x554a34=Array['from'](_0x36db57['getSelectedBlocks']())['filter'](_0x17c3fa=>wt(_0x17c3fa)||function(_0x7b49fb,_0x1acd03){const _0x15b5e8=_0x1acd03['checkChild'](_0x7b49fb['parent'],'blockQuote'),_0xa923b3=_0x1acd03['checkChild'](['$root','blockQuote'],_0x7b49fb);return _0x15b5e8&&_0xa923b3;}(_0x17c3fa,this['editor']['model']['schema']));_0x5ac8cd=Tt(_0x554a34,_0x30ac5f['model']);}else{const _0x39931d=Array['from'](_0x36db57['getSelectedBlocks']())['filter'](_0x2bd632=>wt(_0x2bd632));_0x5ac8cd=Tt(_0x39931d,_0x30ac5f['model']);}_0x30ac5f['model']['change'](()=>{for(const _0x5d3946 of _0x5ac8cd)_0xa87617['markBlockFormat'](_0x5d3946,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x22e952}]});});}),_0xa87617['descriptionFactory']['registerDescriptionCallback'](_0x226da4=>{const {data:_0x28e751}=_0x226da4;if(_0x28e751&&'blockQuote'==_0x28e751['commandName']){const _0x54f3cb=At(_0x5d3022,'ELEMENT_BLOCK_QUOTE');return _0x28e751['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x5d3022,'*Set\x20format:*\x20%0',_0x54f3cb)}:{'type':'format','content':At(_0x5d3022,'*Remove\x20format:*\x20%0',_0x54f3cb)};}});}}function wt(_0x17f390){return'blockQuote'==_0x17f390['parent']['name'];}class Bt extends _0x31a8de{['afterInit'](){const _0x2d51e9=this['editor'],_0x3869ac=_0x2d51e9['locale'],_0x344c38=_0x2d51e9['plugins']['get']('TrackChangesEditing');_0x2d51e9['plugins']['has']('BookmarkEditing')&&(_0x344c38['enableCommand']('insertBookmark'),_0x344c38['enableDefaultAttributesIntegration']('updateBookmark'),_0x344c38['descriptionFactory']['registerDescriptionCallback'](_0x5ed4ab=>{if('insertion'!=_0x5ed4ab['type']&&'deletion'!=_0x5ed4ab['type']&&'attribute'!=_0x5ed4ab['type'])return;const _0x4b8dbe=_0x5ed4ab['getContainedElement']();if(null==_0x4b8dbe)return;if(!_0x4b8dbe['is']('element','bookmark'))return;const _0x602879=_0x4b8dbe['getAttribute']('bookmarkId');if('insertion'==_0x5ed4ab['type'])return{'type':'insertion','content':At(_0x3869ac,'*Insert:*\x20%0','\x22'+_0x602879+'\x22\x20'+At(_0x3869ac,'ELEMENT_BOOKMARK'))};if('deletion'==_0x5ed4ab['type'])return{'type':'deletion','content':At(_0x3869ac,'*Remove:*\x20%0','\x22'+_0x602879+'\x22\x20'+At(_0x3869ac,'ELEMENT_BOOKMARK'))};const {data:_0x274c08}=_0x5ed4ab;if(!_0x274c08||'bookmarkId'!=_0x274c08['key'])return;return{'type':'format','content':At(_0x3869ac,'*Set\x20bookmark:*\x20%0','\x22'+_0x274c08['newValue']+'\x22')};}));}}class Ft extends _0x31a8de{['afterInit'](){const _0x2e6f6f=this['editor'];_0x2e6f6f['plugins']['has']('CaseChange')&&(_0x2e6f6f['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x2e6f6f['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x2e6f6f['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class Dt extends _0x31a8de{['afterInit'](){const _0x4aa60c=this['editor'];_0x4aa60c['commands']['get']('ckbox')&&_0x4aa60c['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class vt extends _0x31a8de{['afterInit'](){const _0x5e6991=this['editor'];if(!_0x5e6991['plugins']['has']('CodeBlock'))return;const _0x4cc97f=_0x5e6991['plugins']['get']('TrackChangesEditing'),_0x5beb6c=_0x5e6991['locale'],_0x3c69c8=_0x5e6991['config']['get']('codeBlock')['languages'],_0x330837=_0x5e6991['commands']['get']('codeBlock');_0x4cc97f['enableCommand']('indentCodeBlock'),_0x4cc97f['enableCommand']('outdentCodeBlock'),_0x4cc97f['enableCommand']('codeBlock',(_0xb4d2b1,_0x471fa8={})=>{const _0x42dae9=_0x5e6991['model'],_0x418536=_0x5e6991['model']['document']['selection'],_0xca6dfb=_0x471fa8&&void 0x0!==_0x471fa8['forceValue']?_0x471fa8['forceValue']:!_0x330837['value'];let _0x37e16a;_0x471fa8['language']||(_0x471fa8['language']=_0x3c69c8[0x0]['language']),_0x37e16a=_0xca6dfb?Array['from'](_0x418536['getSelectedBlocks']())['filter'](_0x57a09c=>xt(_0x57a09c)||function(_0x3f63be,_0x2c03fd){if(_0x3f63be['is']('rootElement')||_0x2c03fd['isLimit'](_0x3f63be))return!0x1;return _0x2c03fd['checkChild'](_0x3f63be['parent'],'codeBlock');}(_0x57a09c,_0x42dae9['schema'])):Array['from'](_0x418536['getSelectedBlocks']())['filter'](_0x2ce269=>xt(_0x2ce269));const _0x1b031c=Tt(_0x37e16a,_0x42dae9);_0x42dae9['change'](()=>{for(const _0x5a8886 of _0x1b031c)_0x4cc97f['markBlockFormat'](_0x5a8886,{'commandName':'codeBlock','commandParams':[{..._0x471fa8,'forceValue':_0xca6dfb}],'formatGroupId':'blockName'});});}),(_0x4cc97f['descriptionFactory']['registerElementLabel']('codeBlock',_0x565e3f=>At(_0x5beb6c,'ELEMENT_CODE_BLOCK',_0x565e3f)),_0x4cc97f['descriptionFactory']['registerDescriptionCallback'](_0x44e49d=>{if('formatBlock'!=_0x44e49d['type'])return;const _0x2373a4=_0x5beb6c['t'],{data:_0x101230}=_0x44e49d;if(!_0x101230||'codeBlock'!=_0x101230['commandName'])return;const _0x3344c9=_0x101230['commandParams'][0x0]['language'],_0x150576=_0x2373a4(_0x3c69c8['find'](_0x2b1f8b=>_0x2b1f8b['language']===_0x3344c9)['label'])['toLowerCase']();return _0x101230['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x5beb6c,'*Set\x20format:*\x20%0',At(_0x5beb6c,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x150576+')')}:{'type':'format','content':At(_0x5beb6c,'*Remove\x20format:*\x20%0',At(_0x5beb6c,'ELEMENT_CODE_BLOCK',0x1))};}));}}function xt(_0x574bab){return'codeBlock'==_0x574bab['name'];}class Pt extends _0x31a8de{['afterInit'](){const _0x4ebe7e=this['editor'];if(!_0x4ebe7e['plugins']['has']('CommentsEditing'))return;_0x4ebe7e['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}class Ut extends _0x31a8de{static get['requires'](){return[at];}['init'](){const _0x32a2f6=this['editor'],_0x1bc321=_0x32a2f6['plugins']['get']('TrackChangesEditing');_0x1bc321['enableCommand']('delete');const _0x569dff=_0x32a2f6['commands']['get']('deleteForward');_0x1bc321['enableCommand']('deleteForward',(_0x1f34db,_0x3959ee={})=>{const _0x2550b3=_0x32a2f6['model']['createSelection'](_0x32a2f6['model']['document']['selection']);_0x2550b3['isCollapsed']&&_0x32a2f6['model']['modifySelection'](_0x2550b3,{'direction':'forward','unit':_0x3959ee['unit']});const _0x5d4a0c=_0x2550b3['getFirstRange'](),_0x38adc0=_0x5b1490['fromRange'](_0x5d4a0c);let _0x1b4d78;_0x1f34db(_0x3959ee),_0x1b4d78='$graveyard'==_0x38adc0['root']['rootName']?_0x32a2f6['model']['createRange'](_0x5d4a0c['start']):_0x32a2f6['model']['createRange'](_0x38adc0['start'],_0x38adc0['end']),_0x38adc0['detach'](),_0x32a2f6['model']['enqueueChange'](_0x569dff['buffer']['batch'],_0x30a654=>{_0x569dff['buffer']['lock'](),_0x30a654['setSelection'](_0x30a654['createRange'](_0x1b4d78['end'])),_0x569dff['buffer']['unlock']();});});}}class Gt extends _0x31a8de{['afterInit'](){const _0x5bb587=this['editor'];if(!_0x5bb587['plugins']['has']('ListEditing'))return;const _0x44a40c=_0x5bb587['locale'],_0xbf5277=_0x5bb587['plugins']['get']('TrackChangesEditing'),_0x2ebf07=_0x5bb587['plugins']['has']('TodoListEditing'),_0x2c58df=!!_0x5bb587['config']['get']('list.multiBlock');function _0x4e5127(_0x524222){return{'type':'format','content':''+At(_0x44a40c,'*Set\x20format:*\x20%0',_0x524222)};}function _0x485b95(_0x57a6c0){return{'type':'format','content':''+At(_0x44a40c,'*Remove\x20format:*\x20%0',_0x57a6c0)};}_0xbf5277['enableDefaultAttributesIntegration']('numberedList'),_0xbf5277['enableDefaultAttributesIntegration']('bulletedList'),_0xbf5277['enableDefaultAttributesIntegration']('customNumberedList'),_0xbf5277['enableDefaultAttributesIntegration']('customBulletedList'),_0xbf5277['enableDefaultAttributesIntegration']('indentList'),_0xbf5277['enableDefaultAttributesIntegration']('outdentList'),_0xbf5277['enableDefaultAttributesIntegration']('splitListItemAfter'),_0xbf5277['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x2c58df&&(_0xbf5277['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0xbf5277['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x2ebf07&&(_0xbf5277['enableDefaultAttributesIntegration']('todoList'),_0xbf5277['enableDefaultAttributesIntegration']('checkTodoList'),_0xbf5277['descriptionFactory']['registerDescriptionCallback'](_0x13e6db=>{const {data:_0x1ea6ab}=_0x13e6db;if(_0x1ea6ab&&'todoListChecked'==_0x1ea6ab['key'])return{'type':'format','content':_0x1ea6ab['newValue']?At(_0x44a40c,'*Check\x20item*'):At(_0x44a40c,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x423d6f=>{if(_0x423d6f['batch']['isUndo'])return!0x1;let _0x5631fd=!0x1;const _0x1d64de=_0xbf5277['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x21aa0d=>'todoListChecked'===_0xbf5277['_getAttributeKey'](_0x21aa0d));for(const _0x4cced4 of _0x1d64de){'todo'!=_0x4cced4['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0xbf5277['_findSuggestions'](_0x4cced4['getFirstRange'](),'attribute')['find'](_0x322d20=>'listType'===_0xbf5277['_getAttributeKey'](_0x322d20['suggestion']))||(_0x423d6f['removeMarker'](_0x4cced4['getFirstMarker']()),_0x5631fd=!0x0));}return _0x5631fd;})),_0xbf5277['descriptionFactory']['registerAttributeLabel']('listIndent',At(_0x44a40c,'FORMAT_INDENT'));const _0x2f1504={'type':'format','content':''};_0xbf5277['descriptionFactory']['registerDescriptionCallback'](_0x4fd070=>{const {data:_0xd5958}=_0x4fd070;if(!_0xd5958||'listType'!=_0xd5958['key'])return;let _0x3a22fe=_0x4fd070['head'];for(;_0x3a22fe;){if(_0x3a22fe['data']&&(('listStyle'==_0x3a22fe['data']['key']||'listMarkerStyle'==_0x3a22fe['data']['key'])&&(_0x3a22fe['data']['newValue']&&'default'!=_0x3a22fe['data']['newValue']||'default'!=_0x3a22fe['data']['oldValue']&&!_0xd5958['newValue'])||!_0x2c58df&&_0x3a22fe['data']['key']==Ke))return _0x2f1504;_0x3a22fe=_0x3a22fe['next'];}if(null==_0xd5958['newValue'])switch(_0xd5958['oldValue']){case'bulleted':return _0x485b95(At(_0x44a40c,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x485b95(At(_0x44a40c,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x485b95(At(_0x44a40c,'ELEMENT_TODO_LIST'));}switch(_0xd5958['newValue']){case'bulleted':return _0x4e5127(At(_0x44a40c,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x4e5127(At(_0x44a40c,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x4e5127(At(_0x44a40c,'ELEMENT_TODO_LIST'));}}),_0xbf5277['descriptionFactory']['registerDescriptionCallback'](_0x2f2ac7=>{const {data:_0xe450cf}=_0x2f2ac7;if(_0xe450cf&&'listIndent'==_0xe450cf['key'])return null==_0xe450cf['newValue']||null==_0xe450cf['oldValue']&&0x0==_0xe450cf['newValue']?_0x2f1504:void 0x0;}),_0xbf5277['descriptionFactory']['registerDescriptionCallback'](_0x9aa94d=>{if('attribute'!=_0x9aa94d['type'])return;const {data:_0x206d56}=_0x9aa94d;if(!_0x206d56||'listItemId'!=_0x206d56['key'])return;const _0x10ea82=Ht(_0x9aa94d);return'newValue'==_0x10ea82?{'type':'format','content':At(_0x44a40c,'*Merge:*\x20list\x20item')}:'oldValue'==_0x10ea82?{'type':'format','content':At(_0x44a40c,'*Split:*\x20list\x20item')}:_0x2f1504;}),_0x5bb587['model']['document']['registerPostFixer'](_0x174bc=>this['listItemIdFixer'](_0x174bc)),_0x5bb587['model']['document']['registerPostFixer'](_0x4f8695=>this['noTrackChangesFixer'](_0x4f8695)),_0x5bb587['model']['document']['on']('change:data',(_0x15f33c,_0x51e0eb)=>{if(_0x51e0eb['isUndo']||!_0x51e0eb['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x4db815){if(_0x4db815['batch']['isUndo']||!_0x4db815['batch']['isLocal'])return!0x1;let _0x20444e=!0x1;const _0x56a070=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x284950=>_0x284950['data']&&'listItemId'==_0x284950['data']['key'])['filter'](_0x5e3887=>_0x5e3887['data']['newValue']&&_0x5e3887['data']['oldValue']);for(const _0x2f505b of _0x56a070)Ht(_0x2f505b)||(_0x4db815['removeMarker'](_0x2f505b['getFirstMarker']()),_0x20444e=!0x0);return _0x20444e;}['noTrackChangesFixer'](_0x34ab45){if(_0x34ab45['batch']['isUndo']||!_0x34ab45['batch']['isLocal'])return!0x1;const _0x2a437d=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x2a437d['trackChangesCommand']['value'])return!0x1;let _0x56776e=!0x1;const _0x4d3393=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x11ab6a=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x5c9c84=>'attribute'==_0x5c9c84['type'])['filter'](_0x2997a8=>_0x4d3393['includes'](_0x2997a8['attributeKey']));if(0x0==_0x11ab6a['length'])return _0x56776e;for(const _0x308d66 of _0x11ab6a){const _0x1343d6=_0x2a437d['_findSuggestions'](_0x308d66['range'],'attribute')['filter'](_0x48bb8e=>!_0x48bb8e['meta']['isNextTo'])['map'](_0x58a6a2=>_0x58a6a2['suggestion'])['filter'](_0x437ddb=>{const _0xe86a11=_0x2a437d['_getAttributeKey'](_0x437ddb);return _0x4d3393['includes'](_0xe86a11);});if(_0x1343d6['length']){for(const _0xce231 of _0x1343d6)_0x34ab45['removeMarker'](_0xce231['getFirstMarker']());_0x56776e=!0x0;}}return _0x56776e;}['assureChains'](){const _0x232dfb=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4793f8=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x5c5a54;const _0x1bc7a2=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x53cd38=>{if(_0x53cd38['data']['oldRange']||!_0x53cd38['data']['newRange'])return null;if(!_0x53cd38['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x5e7c4f}=_0x6b12f7(_0x53cd38['name']);if(!_0x232dfb['hasSuggestion'](_0x5e7c4f))return null;const _0x1c7db6=_0x232dfb['getSuggestion'](_0x5e7c4f);return _0x4793f8['includes'](_0x1c7db6['data']['key']);})['map'](_0x514731=>{const {id:_0x5c03ab}=_0x6b12f7(_0x514731['name']),_0x558913=_0x232dfb['getSuggestion'](_0x5c03ab);return _0x5c5a54=_0x558913['attributes']['groupId'],_0x558913['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x1bc7a2['size'])return;const _0x429f8a=_0x232dfb['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2dc135=>'attribute'==_0x2dc135['type']&&_0x2dc135['data']&&_0x4793f8['includes'](_0x2dc135['data']['key'])&&_0x2dc135['attributes']['groupId']!=_0x5c5a54)['map'](_0xe86f0b=>({'listItem':_0xe86f0b['getFirstRange']()['start']['nodeAfter'],'groupId':_0xe86f0b['attributes']['groupId']})),_0x3b6a22=new Set();for(const {groupId:_0x3705ca,listItem:_0x199e57}of _0x429f8a)_0x1bc7a2['has'](_0x199e57)&&_0x3b6a22['add'](_0x3705ca);for(const _0x248344 of _0x232dfb['getSuggestions']())_0x3b6a22['has'](_0x248344['attributes']['groupId'])&&_0x248344['setAttribute']('groupId',_0x5c5a54);}['_supportLegacySuggestions'](){const _0x4a9e51=this['editor'],_0x57f854=_0x4a9e51['locale'],_0x16a44c=_0x4a9e51['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x16a44c['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x14e335,_0xa57df7){const _0x3ef2a2=[];for(let _0x38325f of _0x14e335)_0x38325f['start']['nodeAfter']===_0x38325f['end']['parent']&&(_0x38325f=_0x4a9e51['model']['createRange'](_0x4a9e51['model']['createPositionAt'](_0x38325f['start']['nodeAfter'],0x0))),_0x3ef2a2['push'](_0x38325f);_0x4a9e51['model']['change'](_0x34a4ce=>{const _0x2c7669=_0x4a9e51['model']['document']['selection'],_0x19e2ea=Array['from'](_0x2c7669['getRanges']())['map'](_0x4cafe7=>_0x5b1490['fromRange'](_0x4cafe7));_0x34a4ce['setSelection'](_0x3ef2a2),_0x4a9e51['commands']['get'](_0xa57df7['commandName'])['refresh'](),_0xa57df7['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x4a9e51['execute'](_0xa57df7['commandName'],..._0xa57df7['commandParams']),_0x34a4ce['setSelection'](_0x19e2ea);for(const _0xf8ba4c of _0x19e2ea)_0xf8ba4c['detach']();});}),_0x16a44c['descriptionFactory']['registerElementLabel'](function(_0x89601b){const _0x52b240=!_0x4a9e51['model']['schema']['isObject'](_0x89601b),_0x4e20ea=_0x89601b['previousSibling'],_0x37eb3a=_0x89601b['nextSibling'],_0x4a661f=_0x89601b['getAttribute']('listItemId'),_0x33f82c=!_0x4e20ea||_0x4e20ea['getAttribute']('listItemId')!==_0x4a661f,_0x34293c=!_0x37eb3a||_0x37eb3a['getAttribute']('listItemId')!==_0x4a661f;return _0x52b240&&Boolean(_0x4a661f)&&_0x33f82c&&_0x34293c;},_0x549d70=>At(_0x57f854,'ELEMENT_LIST_ITEM',_0x549d70));}['_registerLegacyDescription'](){const _0x373b71=this['editor'],_0x33b088=_0x373b71['locale'];function _0x2ac7ee(_0x4d5372){const _0x482a47=_0x373b71['commands']['get']('bulletedList')['value'],_0x3cbea5=_0x373b71['commands']['get']('numberedList')['value'];return'numberedList'===_0x4d5372?_0x482a47:_0x3cbea5;}_0x373b71['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x2fd2bf){if('formatBlock'!=_0x2fd2bf['type'])return;const {data:_0x59c1da}=_0x2fd2bf;if(!_0x59c1da)return;let _0x1aa5a4,_0x16d7d3,_0xb144c9,_0x1b3602;switch(_0x59c1da['commandName']){case'bulletedList':_0xb144c9=_0x59c1da['commandParams'][0x0]['forceValue'],_0x1b3602=_0x2ac7ee(_0x59c1da['commandName']),_0x1aa5a4=_0xb144c9?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x1b3602&&_0x373b71['config']['get']('list.multiBlock')||(_0x1aa5a4='*Change\x20to:*\x20%0'),_0x16d7d3={'type':'format','content':At(_0x33b088,_0x1aa5a4,At(_0x33b088,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0xb144c9=_0x59c1da['commandParams'][0x0]['forceValue'],_0x1b3602=_0x2ac7ee(_0x59c1da['commandName']),_0x1aa5a4=_0xb144c9?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x1b3602&&_0x373b71['config']['get']('list.multiBlock')||(_0x1aa5a4='*Change\x20to:*\x20%0'),_0x16d7d3={'type':'format','content':At(_0x33b088,_0x1aa5a4,At(_0x33b088,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x1aa5a4='*Indent:*\x20%0',_0x16d7d3={'type':'format','content':At(_0x33b088,_0x1aa5a4,At(_0x33b088,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x1aa5a4=function(_0x161f78){const _0x333dd8=_0x161f78['getFirstRange']();let _0x5c28fb=_0x333dd8['start']['nodeAfter'];for(;_0x5c28fb&&_0x333dd8['containsItem'](_0x5c28fb);){if(_0x5c28fb['getAttribute']('listIndent')>0x0)return!0x1;_0x5c28fb=_0x5c28fb['nextSibling'];}return!0x0;}(_0x2fd2bf)?At(_0x33b088,'*Format:*\x20remove\x20from\x20%0',At(_0x33b088,function(_0x5a8c2d){return'ELEMENT_'+_0x5a8c2d['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x2fd2bf))):At(_0x33b088,'*Outdent:*\x20%0',At(_0x33b088,'ELEMENT_LIST_ITEM')),_0x16d7d3={'type':'format','content':_0x1aa5a4};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x59c1da['multipleBlocks']&&(_0x1aa5a4='*Merge:*\x20%0',_0x16d7d3={'type':'deletion','content':At(_0x33b088,_0x1aa5a4,At(_0x33b088,'ELEMENT_LIST_ITEM'))});}return _0x16d7d3;});}}function Ht(_0x31eea9){let _0x106b9d=_0x31eea9['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x106b9d;){const _0x1f4d61=_0x106b9d['getAttribute']('listItemId');if(!_0x1f4d61)return!0x1;if(_0x1f4d61==_0x31eea9['data']['newValue'])return'newValue';if(_0x1f4d61==_0x31eea9['data']['oldValue'])return'oldValue';_0x106b9d=_0x106b9d['previousSibling'];}return!0x1;}class $t extends _0x31a8de{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x1bbc64=this['editor']['config']['get']('list.properties'),_0x2f77bb=this['editor']['plugins']['get']('TrackChangesEditing');_0x1bbc64['styles']&&_0x2f77bb['enableDefaultAttributesIntegration']('listStyle'),_0x1bbc64['reversed']&&_0x2f77bb['enableDefaultAttributesIntegration']('listReversed'),_0x1bbc64['startIndex']&&_0x2f77bb['enableDefaultAttributesIntegration']('listStart');const _0x405e13={'type':'format','content':''};_0x2f77bb['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x458c1f=this['editor']['locale'];_0x2f77bb['descriptionFactory']['registerAttributeLabel']('listReversed',At(_0x458c1f,'FORMAT_LIST_REVERSED')),_0x2f77bb['descriptionFactory']['registerDescriptionCallback'](_0x2bd8db=>{const {data:_0x44c88c}=_0x2bd8db;if(_0x44c88c&&'listReversed'==_0x44c88c['key'])return null==_0x44c88c['newValue']||0x0==_0x44c88c['newValue']&&null==_0x44c88c['oldValue']?_0x405e13:void 0x0;}),_0x2f77bb['descriptionFactory']['registerAttributeLabel']('listStart',At(_0x458c1f,'FORMAT_LIST_START')),_0x2f77bb['descriptionFactory']['registerDescriptionCallback'](_0x423f83=>{const {data:_0x414c9d}=_0x423f83;if(_0x414c9d&&'listStart'==_0x414c9d['key'])return null==_0x414c9d['newValue']||0x1==_0x414c9d['newValue']&&null==_0x414c9d['oldValue']?_0x405e13:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x50e57c=>{if(_0x50e57c['batch']['isUndo'])return!0x1;let _0x2e0fb8=!0x1;const _0x519c70=_0x2f77bb['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5ddefd=>{const _0x290595=_0x2f77bb['_getAttributeKey'](_0x5ddefd);return'listStart'==_0x290595||'listReversed'==_0x290595;});for(const _0xa118a4 of _0x519c70){const _0x4f31de=_0xa118a4['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x4f31de||'customNumbered'==_0x4f31de)continue;_0x2f77bb['_findSuggestions'](_0xa118a4['getFirstRange'](),'attribute')['find'](_0xa1516=>'listType'==_0x2f77bb['_getAttributeKey'](_0xa1516['suggestion']))||(_0x50e57c['removeMarker'](_0xa118a4['getFirstMarker']()),_0x2e0fb8=!0x0);}return _0x2e0fb8;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x574285){const _0x292c43=this['editor']['locale'],{data:_0x5b0970}=_0x574285,_0x3b236c={'type':'format','content':''};if(!_0x5b0970||'listStyle'!=_0x5b0970['key'])return;if(!_0x5b0970['oldValue'])return'default'==_0x5b0970['newValue']?_0x3b236c:{'type':'format','content':''+At(_0x292c43,'*Set\x20format:*\x20%0',At(_0x292c43,this['_getTranslationKeyForListStyle'](_0x5b0970['newValue'])))};if(!_0x5b0970['newValue']){if('default'==_0x5b0970['oldValue'])return _0x3b236c;let _0xd143b6=_0x574285['head'];for(;_0xd143b6;){if(_0xd143b6['data']&&'listType'==_0xd143b6['data']['key']&&_0xd143b6['data']['newValue'])return _0x3b236c;_0xd143b6=_0xd143b6['next'];}return{'type':'format','content':''+At(_0x292c43,'*Remove\x20format:*\x20%0',At(_0x292c43,this['_getTranslationKeyForListStyle'](_0x5b0970['oldValue'])))};}if('default'!=_0x5b0970['newValue'])return{'type':'format','content':''+At(_0x292c43,'*Set\x20format:*\x20%0',At(_0x292c43,this['_getTranslationKeyForListStyle'](_0x5b0970['newValue'])))};let _0x3ea9cb=_0x574285['head'];for(;_0x3ea9cb;){if(_0x3ea9cb['data']&&'listType'==_0x3ea9cb['data']['key']&&_0x3ea9cb['data']['newValue']&&_0x3ea9cb['data']['oldValue'])return _0x3b236c;_0x3ea9cb=_0x3ea9cb['next'];}return{'type':'format','content':At(_0x292c43,'*Set\x20format:*\x20%0',At(_0x292c43,'ELEMENT_'+_0x574285['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x407dd8=this['editor'],_0x59d106=_0x407dd8['locale'];_0x407dd8['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x48894f=>{if('formatBlock'!=_0x48894f['type'])return;const {data:_0x38b537}=_0x48894f;if(!_0x38b537)return;let _0xbc9dff,_0x1af7e7;switch(_0x38b537['commandName']){case'listStyle':_0xbc9dff='*Change\x20to:*\x20%0',_0x1af7e7={'type':'format','content':At(_0x59d106,_0xbc9dff,At(_0x59d106,this['_getTranslationKeyForListStyle'](_0x38b537['commandParams'][0x0]['type'])))};break;case'listReversed':_0xbc9dff=_0x38b537['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x1af7e7={'type':'format','content':At(_0x59d106,_0xbc9dff)};break;case'listStart':_0xbc9dff='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x1af7e7={'type':'format','content':At(_0x59d106,_0xbc9dff,_0x38b537['commandParams'][0x0]['startIndex'])};}return _0x1af7e7;});}['_getTranslationKeyForListStyle'](_0xafcba9){return'ELEMENT_'+function(_0x406de0){if(Wt['includes'](_0x406de0))return'bulleted';if(Vt['includes'](_0x406de0))return'numbered';return null;}(_0xafcba9)['toUpperCase']()+'_LIST_'+_0xafcba9['toUpperCase']()['replace'](/-/g,'_');}}const Wt=['disc','circle','square'],Vt=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin','arabic-indic'];class jt extends _0x31a8de{['afterInit'](){const _0x1fba4a=this['editor'];_0x1fba4a['commands']['get']('emoji')&&_0x1fba4a['plugins']['get']('TrackChangesEditing')['enableCommand']('emoji');}}class zt extends _0x31a8de{static get['requires'](){return[lt];}['init'](){const _0x4adf5d=this['editor'],_0x17254b=_0x4adf5d['plugins']['get']('TrackChangesEditing'),_0x4d483c=_0x4adf5d['commands']['get']('enter');_0x17254b['enableCommand']('enter',()=>{_0x4adf5d['model']['change'](_0x198562=>{const _0x5ecc48=_0x4adf5d['model']['document']['selection'],_0x4357c6=_0x5ecc48['getFirstPosition'](),_0x45fb5a=_0x5b1490['fromRange'](_0x5ecc48['getFirstRange']());if(_0x4d483c['enterBlock'](_0x198562)){const _0x3fb5d8=_0x4adf5d['model']['createPositionAt'](_0x4357c6['parent']['nextSibling'],0x0),_0x23c9ad=_0x198562['createRange'](_0x4357c6,_0x3fb5d8);_0x17254b['markInsertion'](_0x23c9ad);}else _0x198562['setSelection'](_0x198562['createRange'](_0x45fb5a['end']));_0x45fb5a['detach'](),_0x4d483c['fire']('afterExecute',{'writer':_0x198562});});});}}class Kt extends _0x31a8de{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x32afa7=this['editor']['plugins']['get']('TrackChangesEditing');_0x32afa7['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x32afa7['enableCommand']('findNext'),_0x32afa7['enableCommand']('findPrevious'),_0x32afa7['enableCommand']('replace'),_0x32afa7['enableCommand']('replaceAll');}['handleFindCommand'](_0x423f35,_0xcde3f6,_0x14bee9={}){const _0x1ea5af=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x423f35(_0x122558=>{let _0x3bee5e=('string'==typeof _0xcde3f6?_0x1ea5af['findByTextCallback'](_0xcde3f6,_0x14bee9):_0xcde3f6)(_0x122558);Array['isArray'](_0x3bee5e)&&(_0x3bee5e={'results':_0x3bee5e,'searchText':'string'==typeof _0xcde3f6?_0xcde3f6:''});const _0x3071ac=_0x3bee5e['results']['filter'](_0x333972=>!0x1===this['_isInDeletionRange'](_0x333972,_0x122558['item']));return{..._0x3bee5e,'results':_0x3071ac};},_0x14bee9);}['_isInDeletionRange'](_0x56a9f2,_0x45878b){const _0x3b190d=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x45878b,_0x56a9f2['start']),this['editor']['model']['createPositionAt'](_0x45878b,_0x56a9f2['end']));for(const _0x589349 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x3b190d['getIntersection'](_0x589349['getRange']()))return!0x0;return!0x1;}}const Xt=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Yt extends _0x31a8de{['afterInit'](){const _0x219790=this['editor']['locale'],_0x229c7a=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x2ccf28,commandName:_0x116f7d}of Xt)this['editor']['plugins']['has'](_0x2ccf28)&&_0x229c7a['enableDefaultAttributesIntegration'](_0x116f7d);_0x229c7a['descriptionFactory']['registerAttributeLabel']('fontSize',At(_0x219790,'FORMAT_FONT_SIZE')),_0x229c7a['descriptionFactory']['registerAttributeLabel']('fontFamily',At(_0x219790,'FORMAT_FONT_FAMILY')),_0x229c7a['descriptionFactory']['registerAttributeLabel']('fontColor',At(_0x219790,'FORMAT_FONT_COLOR')),_0x229c7a['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',At(_0x219790,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x33fb77=this['editor'],_0x4b8f9d=_0x33fb77['locale'];_0x33fb77['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x10699e=>{const _0x221740=_0x4b8f9d['t'];if('formatInline'!=_0x10699e['type'])return;const {data:_0x75da6a}=_0x10699e;if(null!=_0x75da6a){if('fontSize'==_0x75da6a['commandName']){const _0x33fc02=_0x75da6a['commandParams'][0x0]['value'];if(_0x33fc02){const _0x410b92=_0x221740(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x553c04=>_0x553c04['model']==_0x33fc02)['title'])['toLowerCase']();return{'type':'format','content':At(_0x4b8f9d,'*Set\x20font\x20size:*\x20%0',_0x410b92)};}return{'type':'format','content':At(_0x4b8f9d,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x75da6a['commandName']){const _0x5d8de7=_0x75da6a['commandParams'][0x0]['value'];return _0x5d8de7?{'type':'format','content':At(_0x4b8f9d,'*Set\x20font\x20family:*\x20%0',_0x5d8de7)}:{'type':'format','content':At(_0x4b8f9d,'*Reset\x20font\x20family*')};}if('fontColor'==_0x75da6a['commandName']){const _0x5b32ce=_0x75da6a['commandParams'][0x0]['value'];if(_0x5b32ce){const _0xa80a5e=_0x2d668a(this['editor']['config']['get']('fontColor.colors'))['find'](_0x5e3b3e=>_0x5e3b3e['model']==_0x5b32ce);let _0x2696bc=_0x5b32ce,_0x3d76bb='';return _0xa80a5e&&(_0x2696bc=_0xa80a5e['label'],_0x3d76bb=_0x221740(_0x2696bc)['toLowerCase']()),{'type':'format','content':At(_0x4b8f9d,'*Set\x20font\x20color:*\x20%0',_0x3d76bb)['trim'](),'color':{'value':_0x5b32ce,'title':_0x3d76bb||_0x2696bc}};}return{'type':'format','content':At(_0x4b8f9d,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x75da6a['commandName']){const _0x34218b=_0x75da6a['commandParams'][0x0]['value'];if(_0x34218b){const _0x450743=_0x2d668a(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0xf7bdea=>_0xf7bdea['model']==_0x34218b);let _0x5e7675=_0x34218b,_0x9740e2='';return _0x450743&&(_0x5e7675=_0x450743['label'],_0x9740e2=_0x221740(_0x5e7675)['toLowerCase']()),{'type':'format','content':At(_0x4b8f9d,'*Set\x20font\x20background\x20color:*\x20%0',_0x9740e2)['trim'](),'color':{'value':_0x34218b,'title':_0x9740e2||_0x5e7675}};}return{'type':'format','content':At(_0x4b8f9d,'*Reset\x20font\x20background\x20color*')};}}});}}class qt extends _0x31a8de{['afterInit'](){const {plugins:_0x2cda8a}=this['editor'];_0x2cda8a['has']('FootnotesEditing')&&this['_registerFootnotesEditingIntegration'](),_0x2cda8a['has']('FootnotesPropertiesEditing')&&this['_registerFootnotesPropertiesEditingIntegration']();}['_registerFootnotesPropertiesEditingIntegration'](){const {locale:_0x5f647e,plugins:_0x5e7083,commands:_0x3fda16}=this['editor'],_0x38c3ce=_0x5e7083['get']('TrackChangesEditing');_0x3fda16['get']('footnotesStyle')&&_0x38c3ce['enableDefaultAttributesIntegration']('footnotesStyle'),_0x3fda16['get']('footnotesStart')&&_0x38c3ce['enableDefaultAttributesIntegration']('footnotesStart'),_0x38c3ce['descriptionFactory']['registerAttributeLabel']('footnotesListStyle',At(_0x5f647e,'FORMAT_FOOTNOTES_LIST_STYLE')),_0x38c3ce['descriptionFactory']['registerAttributeLabel']('footnotesListStart',At(_0x5f647e,'FORMAT_FOOTNOTES_LIST_START'));}['_registerFootnotesEditingIntegration'](){const _0x345a7e=this['editor']['plugins']['get']('TrackChangesEditing'),{locale:_0x3e5ee3,commands:_0x269441}=this['editor'];_0x269441['get']('insertFootnote')&&_0x345a7e['enableCommand']('insertFootnote'),_0x345a7e['descriptionFactory']['registerElementLabel']('footnoteRef',_0xc4f3b0=>At(_0x3e5ee3,'ELEMENT_FOOTNOTE_REF',_0xc4f3b0)),_0x345a7e['descriptionFactory']['registerElementLabel']('footnoteDefinition',_0x3f7cc0=>At(_0x3e5ee3,'ELEMENT_FOOTNOTE_DEFINITION',_0x3f7cc0)),_0x345a7e['descriptionFactory']['registerElementLabel']('footnotesDefinitions',_0x1b49b7=>At(_0x3e5ee3,'ELEMENT_FOOTNOTES_DEFINITIONS_LIST',_0x1b49b7));}}class Qt extends _0x31a8de{['afterInit'](){const _0x2d04fb=this['editor'],_0x46bd3b=_0x2d04fb['plugins']['get']('TrackChangesEditing'),_0x1487b6=_0x2d04fb['commands']['get']('copyFormat'),_0x26778c=_0x2d04fb['commands']['get']('pasteFormat');_0x1487b6&&_0x26778c&&(_0x46bd3b['enableDefaultAttributesIntegration']('pasteFormat'),_0x46bd3b['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x5a63e8=this['editor'],_0x2d7ae0=_0x5a63e8['locale'];_0x5a63e8['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x850a1e=>{if('formatBlock'!=_0x850a1e['type']&&'formatInline'!=_0x850a1e['type'])return;const {data:_0x4e10fd}=_0x850a1e;if(_0x4e10fd&&'pasteFormat'===_0x4e10fd['commandName']){const _0x577e42=[],_0x4b93d7=_0x4e10fd['commandParams'][0x0];for(const [_0x3e4106,_0x48e247]of Object['entries'](_0x4b93d7))_0x577e42['push'](Zt(_0x5a63e8,_0x3e4106,_0x48e247));return _0x577e42['length']?{'type':'format','content':At(_0x2d7ae0,'*Set\x20format\x20to:*\x20%0',_0x577e42['join'](',\x20'))}:{'type':'format','content':At(_0x2d7ae0,'*Remove\x20all\x20formatting*')};}});}}function Zt(_0x6cc786,_0x541980,_0x4b47ce){const _0x582588=_0x6cc786['locale']['t'],_0x34bab5=_0x541980['split'](/(?=[A-Z])/)['join']('\x20'),_0x1fd280=_0x582588(_0x34bab5['charAt'](0x0)['toUpperCase']()+_0x34bab5['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x4b47ce)return _0x1fd280;if('fontColor'===_0x541980||'fontBackgroundColor'===_0x541980){const _0x31104b=_0x2d668a(_0x6cc786['config']['get']('fontColor.colors'))['find'](_0xef2a08=>_0xef2a08['model']==_0x4b47ce);return _0x1fd280+'\x20('+(_0x31104b?_0x582588(_0x31104b['label'])['toLowerCase']():_0x4b47ce)+')';}if('fontSize'===_0x541980&&isNaN(parseFloat(_0x4b47ce))){const _0xaaa55=_0x6cc786['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x6cc786['config']['get']('fontSize.options'))['find'](_0x3e2d8d=>_0x3e2d8d['model']==_0x4b47ce);return _0x1fd280+'\x20('+(_0xaaa55?_0x582588(_0xaaa55['title'])['toLowerCase']():_0x4b47ce)+')';}return _0x1fd280+'\x20('+_0x4b47ce+')';}class Jt extends _0x31a8de{['_headingOptions'];['afterInit'](){const _0x17e4d7=this['editor'];if(!_0x17e4d7['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x17e4d7['config']['get']('heading.options');const _0x1d8835=_0x17e4d7['locale'],_0x1100ab=_0x17e4d7['plugins']['get']('TrackChangesEditing');_0x1100ab['enableDefaultAttributesIntegration']('heading');for(const _0x1ee2d7 of this['_headingOptions'])'paragraph'!=_0x1ee2d7['model']&&_0x1100ab['descriptionFactory']['registerElementLabel'](_0x1ee2d7['model'],_0x2bf1fd=>{const _0x5b0e30=this['_getHeadingLevel'](_0x1ee2d7['model']);return null!==_0x5b0e30?_0x5cf6c9(_0x2bf1fd,_0x5b0e30):_0x4800a4(_0x2bf1fd,_0x1ee2d7['title']);});function _0x5cf6c9(_0x4a1f18,_0x3f2663){return At(_0x1d8835,'ELEMENT_HEADING',[_0x4a1f18,_0x3f2663]);}function _0x4800a4(_0x3f27b0,_0x2ffa5f){return At(_0x1d8835,'ELEMENT_HEADING_CUSTOM',[_0x3f27b0,_0x2ffa5f]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x238003=this['editor'],_0x2cb20f=_0x238003['locale'];function _0x57c3f3(_0x1ad167,_0x40cd6a){return At(_0x2cb20f,'ELEMENT_HEADING_CUSTOM',[_0x1ad167,_0x40cd6a]);}_0x238003['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4f22f7=>{if('formatBlock'!=_0x4f22f7['type'])return;const {data:_0x2958ce}=_0x4f22f7;if(_0x2958ce&&'heading'==_0x2958ce['commandName']){const _0x24cf9e=_0x2958ce['commandParams'][0x0]['value'],_0x2ee1c1=this['_getHeadingLevel'](_0x24cf9e);if(null!==_0x2ee1c1)return{'type':'format','content':At(_0x2cb20f,'*Change\x20to:*\x20%0',(_0x263fe1=0x1,_0x196447=_0x2ee1c1,At(_0x2cb20f,'ELEMENT_HEADING',[_0x263fe1,_0x196447])))};const _0x91d90=this['_headingOptions']['find'](_0x57c5af=>_0x57c5af['model']===_0x24cf9e)['title'];return{'type':'format','content':At(_0x2cb20f,'*Change\x20to:*\x20%0',_0x57c3f3(0x1,_0x91d90))};}var _0x263fe1,_0x196447;});}['_getHeadingLevel'](_0x3a6d9e){const _0x182524=_0x3a6d9e['match'](/^heading(\d+)/);if(_0x182524)return _0x182524[0x1];const _0x433271=this['_headingOptions']?.['find'](_0x39c0f6=>_0x39c0f6['model']==_0x3a6d9e);if(_0x433271&&_0x433271['view']){const _0x5a902a=_0x433271['view'],_0xb64abe=(_0x5a902a['name']??_0x5a902a)['match'](/^h(\d+)/);if(_0xb64abe)return _0xb64abe[0x1];}return null;}}class te extends _0x31a8de{['afterInit'](){const _0x3efccc=this['editor'];if(!_0x3efccc['plugins']['has']('HighlightEditing'))return;const _0x265d3c=_0x3efccc['plugins']['get']('TrackChangesEditing'),_0x108685=_0x3efccc['locale'];_0x265d3c['enableDefaultAttributesIntegration']('highlight'),_0x265d3c['descriptionFactory']['registerAttributeLabel']('highlight',At(_0x108685,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3865ab=this['editor'],_0x308657=_0x3865ab['locale'];_0x3865ab['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3a3e32=>{if('formatInline'!=_0x3a3e32['type'])return;const {data:_0xf16bf3}=_0x3a3e32;if(_0xf16bf3&&'highlight'==_0xf16bf3['commandName']){const _0x5045de=_0x308657['t'],_0x19393c=_0xf16bf3['commandParams'][0x0]['value'];if(_0x19393c){const _0x557064=_0x3865ab['config']['get']('highlight.options')['find'](_0x423477=>_0x423477['model']==_0x19393c),_0x2ef666=_0x5045de(_0x557064['title'])['toLowerCase']();return{'type':'format','content':At(_0x308657,'*Set\x20highlight:*\x20%0',_0x2ef666),'color':{'value':_0x557064['color'],'title':_0x557064['title']}};}return{'type':'format','content':At(_0x308657,'*Remove\x20highlight*',At(_0x308657,'FORMAT_HIGHLIGHT'))};}});}}class ee extends _0x31a8de{['afterInit'](){const _0x84ea0d=this['editor'];if(!_0x84ea0d['plugins']['has']('HorizontalLineEditing'))return;_0x84ea0d['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x171b8b=_0x84ea0d['plugins']['get']('TrackChangesEditing'),_0x5eb1bd=_0x84ea0d['locale'];_0x171b8b['descriptionFactory']['registerElementLabel']('horizontalLine',_0x53d69d=>At(_0x5eb1bd,'ELEMENT_HORIZONTAL_LINE',_0x53d69d));}}class ne extends _0x31a8de{['afterInit'](){const _0x57d399=this['editor'];if(!_0x57d399['plugins']['has']('HtmlEmbed'))return;const _0x49e795=_0x57d399['plugins']['get']('TrackChangesEditing'),_0x3e37c8=_0x57d399['locale'];_0x49e795['descriptionFactory']['registerElementLabel']('rawHtml',_0x299dc1=>At(_0x3e37c8,'ELEMENT_HTML_EMBED',_0x299dc1)),_0x49e795['enableDefaultAttributesIntegration']('htmlEmbed'),_0x49e795['descriptionFactory']['registerDescriptionCallback'](_0x1484a6=>{if('attribute'!=_0x1484a6['type'])return;const {data:_0x2942a7}=_0x1484a6;if(_0x2942a7&&'value'==_0x2942a7['key']&&_0x1484a6['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x216599=At(_0x3e37c8,'ELEMENT_HTML_EMBED');return{'type':'format','content':At(_0x3e37c8,'*Change\x20%0\x20content*',_0x216599)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x13f8de=this['editor'],_0x481317=_0x13f8de['locale'];_0x13f8de['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x26ae5c=>{if('formatBlock'!=_0x26ae5c['type'])return;const {data:_0x34efba}=_0x26ae5c;if(_0x34efba&&'htmlEmbed'==_0x34efba['commandName']){const _0x57019e=At(_0x481317,'ELEMENT_HTML_EMBED');return{'type':'format','content':At(_0x481317,'*Change\x20%0\x20content*',_0x57019e)};}});}}class ie extends _0x31a8de{['afterInit'](){const _0x46169e=this['editor'];if(!_0x46169e['plugins']['has']('ImageEditing'))return;const _0x5a5d22=_0x46169e['plugins']['get']('TrackChangesEditing'),_0x478e3b=_0x46169e['plugins']['get']('ImageUtils'),_0x203ff7=_0x46169e['locale'];_0x5a5d22['enableCommand']('insertImage'),_0x5a5d22['descriptionFactory']['registerElementLabel']('imageBlock',_0x3c3ca3=>At(_0x203ff7,'ELEMENT_IMAGE',_0x3c3ca3)),_0x5a5d22['descriptionFactory']['registerElementLabel']('imageInline',_0x1bcb07=>At(_0x203ff7,'ELEMENT_INLINE_IMAGE',_0x1bcb07)),_0x5a5d22['descriptionFactory']['registerElementLabel']('caption',()=>At(_0x203ff7,'ELEMENT_CAPTION')),_0x46169e['plugins']['has']('ImageUploadEditing')&&_0x5a5d22['enableCommand']('uploadImage'),_0x46169e['plugins']['has']('ImageBlockEditing')&&_0x46169e['plugins']['has']('ImageInlineEditing')&&(_0x5a5d22['enableCommand']('imageTypeInline',(_0x3a14a5,_0x3dc7cc)=>{const _0x436da7=_0x478e3b['getClosestSelectedImageElement'](_0x46169e['model']['document']['selection']);_0x46169e['model']['change'](()=>{_0x5a5d22['markBlockFormat'](_0x436da7,{'commandName':'imageTypeInline','commandParams':[_0x3dc7cc]},[],'convertBlockImageToInline');});}),_0x5a5d22['enableCommand']('imageTypeBlock',(_0x56c4bb,_0x335a10)=>{_0x46169e['model']['change'](_0x5996aa=>{let _0x39d229=_0x478e3b['getClosestSelectedImageElement'](_0x46169e['model']['document']['selection']),_0x301b02=_0x5996aa['createRangeOn'](_0x39d229);const _0x5dd17b=tt['fromPosition'](_0x301b02['start'],'toPrevious'),_0x194c2c=tt['fromPosition'](_0x301b02['end'],'toNext');_0x5a5d22['forceDefaultExecution'](()=>_0x56c4bb(_0x335a10)),_0x39d229=_0x478e3b['getClosestSelectedImageElement'](_0x46169e['model']['document']['selection']),_0x301b02=_0x5996aa['createRangeOn'](_0x39d229);const _0x4668a2=_0x5996aa['createRange'](_0x5dd17b,_0x194c2c);_0x5dd17b['detach'](),_0x194c2c['detach'](),_0x5a5d22['markBlockFormat'](_0x39d229,{'commandName':'imageTypeInline','commandParams':[_0x335a10]},[],'convertInlineImageToBlock'),_0x4668a2['start']['isBefore'](_0x301b02['start'])&&_0x5a5d22['markInsertion'](_0x5996aa['createRange'](_0x4668a2['start'],_0x301b02['start']),'convertInlineImageToBlock'),_0x301b02['end']['isBefore'](_0x4668a2['end'])&&_0x5a5d22['markInsertion'](_0x5996aa['createRange'](_0x301b02['end'],_0x4668a2['end']),'convertInlineImageToBlock');});}),_0x5a5d22['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x5a5d22['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x5a5d22['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x5a5d22['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x5a5d22['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x5a5d22['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x1d658b])=>{const _0x1667ae=_0x5a5d22['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x1e6b23=_0x1d658b['start'],_0x172cb3=_0x1d658b['end'];const _0x1146a8=_0x46169e['model']['schema']['getNearestSelectionRange'](_0x1e6b23,'backward'),_0x1edfe5=_0x46169e['model']['schema']['getNearestSelectionRange'](_0x172cb3,'forward');_0x1146a8['isCollapsed']&&(_0x1e6b23=_0x1146a8['start']),_0x1edfe5['isCollapsed']&&(_0x172cb3=_0x1edfe5['end']),_0x1667ae([_0x46169e['model']['createRange'](_0x1e6b23,_0x172cb3)]);}),_0x5a5d22['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x35c807),_0x5a5d22['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x35c807)),_0x46169e['plugins']['has']('ImageCaptionEditing')&&(_0x5a5d22['enableCommand']('toggleImageCaption',(_0x2d705d,_0x559aa9)=>{const _0x346219=_0x46169e['plugins']['get']('ImageCaptionUtils');let _0x2689c9=_0x478e3b['getClosestSelectedImageElement'](_0x46169e['model']['document']['selection']),_0x280d14=_0x346219['getCaptionFromImageModelElement'](_0x2689c9);_0x46169e['model']['change'](()=>{if(_0x280d14)return void _0x5a5d22['markDeletion'](_0x46169e['model']['createRangeOn'](_0x280d14));const _0x25ba6e=_0x478e3b['isBlockImage'](_0x2689c9);_0x2d705d(_0x559aa9),_0x2689c9=_0x478e3b['getClosestSelectedImageElement'](_0x46169e['model']['document']['selection']),_0x280d14=_0x346219['getCaptionFromImageModelElement'](_0x2689c9),_0x5a5d22['markInsertion'](_0x46169e['model']['createRangeOn'](_0x280d14),_0x25ba6e?null:'imageCaption');});}),_0x5a5d22['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x35c807));const _0x5b54ab=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x75f78d(_0x4130a7,_0x3e1f50){const _0x2e7acc=_0x5b54ab['findIndex'](({type:_0x35ef73,subType:_0x1d048e})=>_0x4130a7['type']==_0x35ef73&&_0x4130a7['subType']==_0x1d048e),_0x47114d=_0x5b54ab['findIndex'](({type:_0x152b16,subType:_0x1796aa})=>_0x3e1f50['type']==_0x152b16&&_0x3e1f50['subType']==_0x1796aa);if(_0x2e7acc<0x0||_0x47114d<0x0)return!0x1;const _0x5ccfba=_0x4130a7['getFirstRange'](),_0x310178=_0x3e1f50['getFirstRange']();if((0x0==_0x2e7acc||0x1==_0x2e7acc)&&0x2==_0x47114d&&_0x5ccfba['isIntersecting'](_0x310178))return!0x0;if(0x2==_0x2e7acc&&0x3==_0x47114d){const _0x32a765=_0x5a5d22['_findSuggestions'](_0x5ccfba,'insertion')['filter'](({suggestion:_0x2d8f2f,meta:_0x441994})=>_0x441994['isOwn']&&'convertInlineImageToBlock'==_0x2d8f2f['subType']);if(_0x32a765['length']>0x1&&_0x310178['end']['isEqual'](_0x5ccfba['start']))return!0x0;if(0x1==_0x32a765['length']&&(_0x5ccfba['start']['isEqual'](_0x310178['end'])||_0x5ccfba['end']['isEqual'](_0x310178['start'])))return!0x0;}if(0x3==_0x2e7acc&&0x3==_0x47114d&&_0x5ccfba['start']['isBefore'](_0x310178['start'])){const _0x50e47f=_0x5ccfba['end']['nodeAfter'],_0x798081=_0x310178['start']['nodeBefore'];return _0x478e3b['isBlockImage'](_0x50e47f)&&_0x50e47f===_0x798081;}return!0x1;}function _0x35c807(_0x4a9e3d,_0x2fd729){return _0x75f78d(_0x4a9e3d,_0x2fd729)?[_0x4a9e3d,_0x2fd729]:_0x75f78d(_0x2fd729,_0x4a9e3d)?[_0x2fd729,_0x4a9e3d]:null;}_0x46169e['plugins']['has']('ImageResize')&&(_0x5a5d22['enableDefaultAttributesIntegration']('resizeImage'),_0x5a5d22['descriptionFactory']['registerAttributeLabel']('resizedWidth',At(_0x203ff7,'FORMAT_IMAGE_SIZE'))),_0x46169e['plugins']['has']('ImageTextAlternativeEditing')&&_0x5a5d22['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x46169e['plugins']['has']('PictureEditing')&&_0x5a5d22['descriptionFactory']['registerDescriptionCallback'](_0x588e8e=>{if('attribute'!=_0x588e8e['type'])return;const {data:_0x5b77c5}=_0x588e8e;return _0x5b77c5&&'sources'==_0x5b77c5['key']?{'type':'format','content':''}:void 0x0;}),_0x46169e['plugins']['has']('ImageSizeAttributes')&&_0x5a5d22['descriptionFactory']['registerDescriptionCallback'](_0x5aaf45=>{if('attribute'!=_0x5aaf45['type'])return;const {data:_0x2d1a5b}=_0x5aaf45;return!_0x2d1a5b||'width'!=_0x2d1a5b['key']&&'height'!=_0x2d1a5b['key']?void 0x0:{'type':'format','content':''};}),_0x5a5d22['descriptionFactory']['registerDescriptionCallback'](_0x4f4c98=>{if(!!_0x5b54ab['find'](({type:_0x1ad0ab,subType:_0x990b10})=>_0x4f4c98['type']==_0x1ad0ab&&_0x4f4c98['subType']==_0x990b10))return _0x4f4c98['previous']?{}:void 0x0;}),_0x5a5d22['descriptionFactory']['registerDescriptionCallback'](_0xf7f979=>{if('insertion'==_0xf7f979['type']||'deletion'==_0xf7f979['type']){const _0x1691e8=_0xf7f979['getContainedElement']();if(_0x1691e8&&_0x1691e8['is']('element','caption'))return{'type':'insertion'==_0xf7f979['type']?'addObject':'removeObject','element':_0x1691e8,'quantity':0x1};}}),_0x5a5d22['descriptionFactory']['registerDescriptionCallback'](_0x229c5e=>'formatBlock'==_0x229c5e['type']&&'convertInlineImageToBlock'==_0x229c5e['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x229c5e['type']&&'convertBlockImageToInline'==_0x229c5e['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x5a5d22['descriptionFactory']['registerDescriptionCallback'](_0x54f196=>{if('attribute'!=_0x54f196['type'])return;const {data:_0x24ab3b}=_0x54f196;if(!_0x24ab3b||'alt'!=_0x24ab3b['key'])return;const _0x4b4685=_0x24ab3b['newValue'];return _0x4b4685?{'type':'format','content':At(_0x203ff7,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x4b4685+'\x22')}:{'type':'format','content':At(_0x203ff7,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x44c306=this['editor'],_0x2bc639=_0x44c306['locale'];_0x44c306['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4568d0=>{if('formatBlock'!=_0x4568d0['type']&&'formatInline'!=_0x4568d0['type'])return;const {data:_0x4dfa1e}=_0x4568d0;if(_0x4dfa1e){if('imageTextAlternative'==_0x4dfa1e['commandName']){const _0x5001bd=_0x4dfa1e['commandParams'][0x0]['newValue'];return _0x5001bd?{'type':'format','content':At(_0x2bc639,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x5001bd+'\x22')}:{'type':'format','content':At(_0x2bc639,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x4dfa1e['commandName']){const _0x30e59a=_0x4dfa1e['commandParams'][0x0]['width'];return _0x30e59a?{'type':'format','content':At(_0x2bc639,'*Set\x20image\x20width:*\x20%0',_0x30e59a)}:{'type':'format','content':At(_0x2bc639,'*Reset\x20image\x20width*')};}}});}}class se extends _0x31a8de{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x2e3a2b=this['editor']['locale'],_0x55dff1=this['editor']['plugins']['get']('TrackChangesEditing');_0x55dff1['enableDefaultAttributesIntegration']('replaceImageSource'),_0x55dff1['descriptionFactory']['registerDescriptionCallback'](_0x422cb9=>{if('attribute'!=_0x422cb9['type'])return;const {data:_0x2b41f5}=_0x422cb9;return _0x2b41f5&&'src'==_0x2b41f5['key']?_0x2b41f5['newValue']&&_0x2b41f5['oldValue']?{'type':'format','content':At(_0x2e3a2b,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x4eed36=this['editor']['plugins']['get']('TrackChangesEditing');_0x4eed36['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x4eed36['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4eed36['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x4eed36['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x27961f=this['editor'],_0x42bd23=_0x27961f['locale'];_0x27961f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4442f1=>{if('formatBlock'!=_0x4442f1['type']&&'formatInline'!=_0x4442f1['type'])return;const {data:_0x204271}=_0x4442f1;if(!_0x204271||'replaceImageSource'!=_0x204271['commandName'])return;return{'type':'format','content':At(_0x42bd23,'*Format:*\x20replace\x20image\x20URL')};});}}class re extends _0x31a8de{['afterInit'](){const _0x5971ff=this['editor'];if(!_0x5971ff['plugins']['has']('ImageStyleEditing'))return;const _0x10d084=_0x5971ff['plugins']['get']('TrackChangesEditing'),_0x4df16b=_0x5971ff['plugins']['get']('ImageUtils'),_0x576fbc={};_0x10d084['enableCommand']('imageStyle',(_0x202a4c,_0x3a7aa6)=>{const _0x35fd58=_0x5971ff['plugins']['get']('Users')['me'],_0x5f0d1b=_0x5971ff['commands']['get']('imageStyle');let _0x2cca02=_0x4df16b['getClosestSelectedImageElement'](_0x5971ff['model']['document']['selection']),_0x243f74=_0x5971ff['model']['createRangeOn'](_0x2cca02),_0xc4c089=_0x5f0d1b['value'];if(_0xc4c089==_0x3a7aa6['value'])return;const _0x4238e7={'commandName':'imageStyle','commandParams':[_0x3a7aa6],'formatGroupId':_0x2026f5()};_0x5971ff['model']['change'](()=>{if(_0x10d084['getSuggestions']()['filter'](_0x44d6c0=>_0x44d6c0['isInContent']&&_0x35fd58==_0x44d6c0['author']&&('formatBlock'==_0x44d6c0['type']||'formatInline'==_0x44d6c0['type'])&&('imageStylePreApply'==_0x44d6c0['subType']||'imageStylePostApply'==_0x44d6c0['subType'])&&_0x44d6c0['getFirstRange']()['isEqual'](_0x243f74))['forEach'](_0x2c952f=>_0x10d084['discardSuggestion'](_0x2c952f['head'])),_0x2cca02=_0x4df16b['getClosestSelectedImageElement'](_0x5971ff['model']['document']['selection']),_0x243f74=_0x5971ff['model']['createRangeOn'](_0x2cca02),_0x5f0d1b['refresh'](),_0x5971ff['commands']['get']('imageTypeInline')['refresh'](),_0x5971ff['commands']['get']('imageTypeBlock')['refresh'](),_0xc4c089=_0x5f0d1b['value'],_0xc4c089!=_0x3a7aa6['value'])return _0x4df16b['isInlineImage'](_0x2cca02)&&_0x5f0d1b['shouldConvertImageType'](_0x3a7aa6['value'],_0x2cca02)?(_0x202a4c({..._0x3a7aa6,'setImageSizes':!0x1}),_0x2cca02=_0x4df16b['getClosestSelectedImageElement'](_0x5971ff['model']['document']['selection']),void _0x10d084['markBlockFormat'](_0x2cca02,{..._0x4238e7,'commandReversedParams':[{'value':_0xc4c089||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x4df16b['isBlockImage'](_0x2cca02)?_0x10d084['markBlockFormat'](_0x2cca02,_0x4238e7,[],'imageStylePostApply'):_0x10d084['markInlineFormat'](_0x243f74,_0x4238e7,'imageStylePostApply'));});});for(const _0x1ab901 of _0x5971ff['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x576fbc[_0x1ab901['name']]=_0x1ab901['title']['toLowerCase']();_0x10d084['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x10d084['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x10d084['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x10d084['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x1fe45f])=>{_0x4df16b['setImageNaturalSizeAttributes'](_0x1fe45f['getContainedElement']());}),_0x10d084['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x2d30dd,_0x124dbf)=>{_0x10d084['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x2d30dd,{'commandName':_0x124dbf['commandName'],'commandParams':_0x124dbf['commandReversedParams']});}),_0x10d084['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0xe84c8e,_0x248e25){if(_0x5f4362(_0xe84c8e,_0x248e25))return[_0xe84c8e,_0x248e25];if(_0x5f4362(_0x248e25,_0xe84c8e))return[_0x248e25,_0xe84c8e];return null;});const _0x439967=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x5f4362(_0xddd06d,_0x50bcce){const _0xe25ca2=_0x439967['findIndex'](({type:_0x1adbd8,subType:_0x3d8b22})=>_0xddd06d['type']==_0x1adbd8&&_0xddd06d['subType']==_0x3d8b22),_0x22b3d3=_0x439967['findIndex'](({type:_0x876398,subType:_0x426173})=>_0x50bcce['type']==_0x876398&&_0x50bcce['subType']==_0x426173);if(_0xe25ca2<0x0||_0x22b3d3<0x0)return!0x1;const _0x3051da=_0xddd06d['getFirstRange'](),_0x2685ac=_0x50bcce['getFirstRange']();if((0x0==_0xe25ca2||0x1==_0xe25ca2)&&0x2==_0x22b3d3&&_0x3051da['isIntersecting'](_0x2685ac))return!0x0;if(0x2==_0xe25ca2&&0x3==_0x22b3d3){const _0x454f43=_0x10d084['_findSuggestions'](_0x3051da,'insertion')['filter'](({suggestion:_0x5636b9,meta:_0x3b7f65})=>_0x3b7f65['isOwn']&&'convertInlineImageToBlock'==_0x5636b9['subType']);if(_0x454f43['length']>0x1&&_0x2685ac['end']['isEqual'](_0x3051da['start']))return!0x0;if(0x1==_0x454f43['length']&&(_0x3051da['start']['isEqual'](_0x2685ac['end'])||_0x3051da['end']['isEqual'](_0x2685ac['start'])))return!0x0;}if(0x3==_0xe25ca2&&0x3==_0x22b3d3&&_0x3051da['start']['isBefore'](_0x2685ac['start'])){const _0x1aac63=_0x3051da['end']['nodeAfter'],_0x3a70a5=_0x2685ac['start']['nodeBefore'];return _0x4df16b['isBlockImage'](_0x1aac63)&&_0x1aac63===_0x3a70a5;}return!0x1;}_0x5971ff['model']['document']['registerPostFixer'](()=>{let _0x364b52=!0x1;const _0x2c66ce=Array['from'](_0x5971ff['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x21a655,data:_0x1e20d7}of _0x2c66ce){const {group:_0x2fcabd,type:_0x51b0d8,subType:_0x2eb3bd,id:_0x135288}=_0x6b12f7(_0x21a655);if('suggestion'==_0x2fcabd&&_0x10d084['hasSuggestion'](_0x135288)){if('formatBlock'==_0x51b0d8&&('imageStylePreApply'==_0x2eb3bd||'imageStylePostApply'==_0x2eb3bd)){const _0x5927c4=_0x10d084['getSuggestion'](_0x135288);if(_0x1e20d7['newRange']){const _0x19f364=_0x5927c4['getFirstRange']()['getContainedElement']();if(_0x4df16b['isBlockImage'](_0x19f364))continue;_0x10d084['discardSuggestion'](_0x5927c4),_0x364b52=!0x0;}}if('insertion'==_0x51b0d8&&'imageCaption'==_0x2eb3bd&&!_0x1e20d7['newRange']){const _0x1cf5ac=_0x10d084['getSuggestion'](_0x135288);_0x1cf5ac['next']&&_0x1cf5ac['next']['isInContent']&&(_0x10d084['discardSuggestion'](_0x1cf5ac['next']),_0x364b52=!0x0);}}}return _0x364b52;}),this['_registerLegacyDescription'](_0x576fbc);}['_registerLegacyDescription'](_0x1773e9){const _0x5c1734=this['editor'],_0x32acd4=_0x5c1734['locale'];_0x5c1734['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4ce8a2=>{if('formatBlock'!=_0x4ce8a2['type']&&'formatInline'!=_0x4ce8a2['type'])return;const {data:_0x4e5132}=_0x4ce8a2;if(!_0x4e5132||'imageStyle'!=_0x4e5132['commandName'])return;const _0x4e2940=_0x4e5132['commandParams'][0x0]['value'];return _0x2e4eaf('side'===_0x4e2940?At(_0x32acd4,'FORMAT_SIDE_IMAGE'):_0x1773e9[_0x4e2940]||_0x4e2940);function _0x2e4eaf(_0x34da09){return{'type':'format','content':At(_0x32acd4,'*Format:*\x20%0',_0x34da09)};}});}}class oe extends _0x31a8de{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x258213){super(_0x258213),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x58272a=this['editor'],_0xf8a949=_0x58272a['commands']['get']('importWord'),_0x598c7c=_0x58272a['commands']['get']('trackChanges');_0xf8a949&&(_0xf8a949['on']('execute',(_0x415bba,[,_0x5ae56c])=>{this['_trackChangesValueDuringImport']=_0x598c7c['value'],_0x5ae56c['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0xf8a949,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0xf8a949,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x598c7c['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x58272a['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x38b9d4,_0x4d26e6){const {suggestions:_0x1814af}=_0x4d26e6,_0xe0eb73=this['editor']['commands']['get']('trackChanges'),_0x1b70ee=_0xe0eb73['value'];this['_trackChangesValueDuringImport']!==_0x1b70ee&&(_0xe0eb73['execute'](),this['_trackChangesExecuted']=!0x0),_0x1814af&&_0x1814af['forEach'](({id:_0x5e05e4,type:_0x4df39e,author:_0x25faea,created_at:_0x3320c7})=>{const _0x1b1cba={'id':_0x5e05e4,'type':_0x4df39e,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x25faea,'createdAt':_0x3320c7?new Date(_0x3320c7):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x1b1cba);});}}class ae extends _0x31a8de{['afterInit'](){const _0x360d52=this['editor'],_0x5828ee=_0x360d52['plugins']['get']('TrackChangesEditing');if(_0x360d52['plugins']['has']('IndentEditing')&&(_0x5828ee['enableCommand']('indent'),_0x5828ee['enableCommand']('outdent')),_0x360d52['plugins']['has']('IndentBlock')){for(const _0x1c1cfb of['indentBlock','outdentBlock'])_0x5828ee['enableDefaultAttributesIntegration'](_0x1c1cfb);if(_0x360d52['plugins']['has']('ListEditing')){for(const _0x1f25fb of['indentBlockList','indentBlockListItem','outdentBlockList','outdentBlockListItem'])_0x5828ee['enableDefaultAttributesIntegration'](_0x1f25fb);}}const _0x1cb842=_0x360d52['locale'];_0x5828ee['descriptionFactory']['registerAttributeLabel']('blockIndent',At(_0x1cb842,'FORMAT_INDENT')),_0x5828ee['descriptionFactory']['registerAttributeLabel']('blockIndentList',At(_0x1cb842,'FORMAT_INDENT')),_0x5828ee['descriptionFactory']['registerAttributeLabel']('blockIndentListItem',At(_0x1cb842,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x349ab7=this['editor'],_0x3fc9d3=_0x349ab7['locale'],_0x4d4588=_0x349ab7['plugins']['get']('TrackChangesEditing');_0x4d4588['descriptionFactory']['registerDescriptionCallback'](_0x460cfa=>{if('formatBlock'!=_0x460cfa['type'])return;const {data:_0x12b856}=_0x460cfa;if(!_0x12b856)return;if('indentBlock'!=_0x12b856['commandName']&&'outdentBlock'!=_0x12b856['commandName'])return;const _0x48a66a=_0x460cfa['getItems']()[0x0],_0x333df4=_0x4d4588['descriptionFactory']['getItemLabel'](_0x48a66a);return'indentBlock'==_0x12b856['commandName']?{'type':'format','content':At(_0x3fc9d3,'*Indent:*\x20%0',_0x333df4)}:'outdentBlock'==_0x12b856['commandName']?{'type':'format','content':At(_0x3fc9d3,'*Outdent:*\x20%0',_0x333df4)}:void 0x0;});}}class ce extends _0x31a8de{static get['requires'](){return[ct];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class le extends _0x31a8de{['afterInit'](){const _0x4e30d4=this['editor'];if(!_0x4e30d4['plugins']['has']('LinkEditing'))return;const _0x24be40=_0x4e30d4['plugins']['get']('TrackChangesEditing'),_0x5095cd=_0x4e30d4['commands']['get']('link');_0x24be40['enableDefaultAttributesIntegration']('link'),_0x24be40['enableDefaultAttributesIntegration']('unlink');for(const _0x518e39 of _0x5095cd['manualDecorators'])_0x24be40['descriptionFactory']['registerAttributeLabel'](_0x518e39['id'],'link\x20('+_0x518e39['label']['toLowerCase']()+')');_0x24be40['descriptionFactory']['registerDescriptionCallback'](_0x52f619=>{if('attribute'!=_0x52f619['type'])return;const {data:_0x4bf0d5}=_0x52f619;if(!_0x4bf0d5||'linkHref'!=_0x4bf0d5['key'])return;const _0x2da0d7=_0x4bf0d5['newValue'],_0x2c9d3c=_0x4e30d4['locale'];return{'type':'format','content':null==_0x2da0d7?At(_0x2c9d3c,'*Remove\x20link*'):At(_0x2c9d3c,'*Set\x20link:*\x20%0','\x22'+_0x2da0d7+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x71ca90=this['editor'],_0x2ee3fb=_0x71ca90['locale'];_0x71ca90['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4889d2=>{if('formatInline'!=_0x4889d2['type'])return;const {data:_0x2e1217}=_0x4889d2;if(_0x2e1217){if('link'==_0x2e1217['commandName']){const _0x2d41bd=_0x2e1217['commandParams'][0x0];return{'type':'format','content':At(_0x2ee3fb,'*Set\x20link:*\x20%0','\x22'+_0x2d41bd+'\x22')};}return'unlink'==_0x2e1217['commandName']?{'type':'format','content':At(_0x2ee3fb,'*Remove\x20link*')}:void 0x0;}});}}class ue extends _0x31a8de{['afterInit'](){const _0x24d0af=this['editor'],_0x2a8c20=_0x24d0af['locale'];if(!_0x24d0af['plugins']['has']('LegacyListEditing'))return;const _0x388790=_0x24d0af['plugins']['get']('TrackChangesEditing'),_0x1e2e9e=_0x24d0af['plugins']['has']('LegacyTodoListEditing');function _0x342643(_0x192168){return()=>{const _0x3f5ad7=_0x24d0af['model']['document']['selection'],_0x2914e3=_0x24d0af['commands']['get'](_0x192168);if(_0x2914e3['value'])return void _0x24d0af['execute']('paragraph',{});const _0x4a16c6=_0x192168['slice'](0x0,-0x4),_0x4bf83e=function(_0x49d882,_0x216294,_0x2ffbc5){let _0x5e1db5=Array['from'](_0x49d882)['filter'](_0x4c33fa=>function(_0x47ecdc,_0x9469e4){return _0x9469e4['checkChild'](_0x47ecdc['parent'],'listItem')&&!_0x9469e4['isObject'](_0x47ecdc);}(_0x4c33fa,_0x2ffbc5));_0x5e1db5=_0x5e1db5['filter'](_0x366026=>!_0x366026['is']('element','listItem')||_0x366026['getAttribute']('listType')!=_0x216294);const _0xc92a75=new Set();for(const _0x23665a of _0x5e1db5)_0x23665a['is']('element','listItem')?_0xc92a75['add'](he(_0x23665a)):_0xc92a75['add'](_0x23665a);return Array['from'](_0xc92a75);}(_0x3f5ad7['getSelectedBlocks'](),_0x4a16c6,_0x24d0af['model']['schema']);_0x24d0af['model']['change'](()=>{for(const _0x7ac8ff of _0x4bf83e)_0x388790['markBlockFormat'](_0x7ac8ff,{'commandName':_0x192168,'commandParams':[{'forceValue':!_0x2914e3['value']}],'formatGroupId':'blockName'},de(_0x7ac8ff));});};}function _0x29527a(_0x18d87d){return()=>{const _0x261a3f=function(_0x4182bd){let _0x4fc821=Array['from'](_0x4182bd);const _0x14df14=_0x4fc821['findIndex'](_0xa46211=>'listItem'!=_0xa46211['name']);return _0x14df14>-0x1&&(_0x4fc821=_0x4fc821['slice'](0x0,_0x14df14)),_0x4fc821;}(_0x24d0af['model']['document']['selection']['getSelectedBlocks']()),_0x4202e1=_0x24d0af['model']['createRange'](_0x24d0af['model']['createPositionAt'](_0x261a3f[0x0],'before'),_0x24d0af['model']['createPositionAt'](_0x261a3f[_0x261a3f['length']-0x1],'end'));_0x24d0af['model']['change'](()=>{_0x388790['markBlockFormat'](_0x4202e1,{'commandName':_0x18d87d,'commandParams':[],'formatGroupId':'listIndent'},function(_0x126c07){const _0xc6d578=new Set();for(const _0x115455 of _0x126c07){let _0x23ab69=_0x115455['nextSibling'];for(;_0x23ab69&&_0x23ab69['getAttribute']('listIndent')>_0x115455['getAttribute']('listIndent');)_0xc6d578['add'](_0x23ab69),_0x23ab69=_0x23ab69['nextSibling'];}return Array['from'](_0xc6d578);}(_0x261a3f));});};}_0x388790['enableCommand']('numberedList',_0x342643('numberedList')),_0x388790['enableCommand']('bulletedList',_0x342643('bulletedList')),_0x1e2e9e&&_0x388790['enableCommand']('todoList',_0x342643('todoList')),_0x388790['enableCommand']('indentList',_0x29527a('indentList')),_0x388790['enableCommand']('outdentList',_0x29527a('outdentList')),_0x1e2e9e&&_0x388790['enableCommand']('checkTodoList',()=>{const _0x154a2e=_0x24d0af['commands']['get']('checkTodoList'),_0x507dbb=Array['from'](_0x154a2e['_selectedElements']);_0x507dbb['filter'](_0x427af8=>_0x427af8['getAttribute']('todoListChecked')!=_0x154a2e['value']),_0x24d0af['model']['change'](()=>{for(const _0x35086b of _0x507dbb)_0x388790['markBlockFormat'](_0x35086b,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x154a2e['value']}]});});}),_0x388790['descriptionFactory']['registerElementLabel']('listItem',_0x4998ac=>At(_0x2a8c20,'ELEMENT_LIST_ITEM',_0x4998ac)),_0x388790['descriptionFactory']['registerDescriptionCallback'](_0x34f143=>{if('formatBlock'!=_0x34f143['type']&&'formatInline'!=_0x34f143['type'])return;const {data:_0x383f0d}=_0x34f143;if(_0x383f0d){if('numberedList'==_0x383f0d['commandName']||'bulletedList'==_0x383f0d['commandName']||'todoList'==_0x383f0d['commandName'])switch(_0x383f0d['commandName']['replace']('List','')){case'bulleted':return _0x402080(At(_0x2a8c20,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x402080(At(_0x2a8c20,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x402080(At(_0x2a8c20,'ELEMENT_TODO_LIST'));}if('indentList'==_0x383f0d['commandName'])return{'type':'format','content':At(_0x2a8c20,'*Indent:*\x20%0',At(_0x2a8c20,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x383f0d['commandName'])return{'type':'format','content':At(_0x2a8c20,'*Outdent:*\x20%0',At(_0x2a8c20,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x383f0d['commandName'])return _0x383f0d['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x2a8c20,'*Check\x20item*')}:{'type':'format','content':At(_0x2a8c20,'*Uncheck\x20item*')};}function _0x402080(_0x253a40){return{'type':'format','content':At(_0x2a8c20,'*Change\x20to:*\x20%0',_0x253a40)};}});}}function he(_0x47d6a3){const _0x583555=_0x47d6a3['getAttribute']('listIndent');if(0x0==_0x583555)return _0x47d6a3;let _0x5d9057=_0x47d6a3;for(;_0x47d6a3['previousSibling']&&_0x47d6a3['previousSibling']['is']('element','listItem');){const _0x334f64=_0x47d6a3['previousSibling']['getAttribute']('listIndent');if(_0x334f64==_0x583555)_0x5d9057=_0x47d6a3['previousSibling'];else{if(_0x334f64<_0x583555)break;}_0x47d6a3=_0x47d6a3['previousSibling'];}return _0x5d9057;}function de(_0x3e804e){const _0x48fc0e=[];if(_0x3e804e['is']('element','listItem')&&_0x3e804e['getAttribute']('listIndent')>0x0){let _0x780870=_0x3e804e['nextSibling'];for(;_0x780870&&'listItem'==_0x780870['name']&&_0x780870['getAttribute']('listIndent')==_0x3e804e['getAttribute']('listIndent');)_0x48fc0e['push'](_0x780870),_0x780870=_0x780870['nextSibling'];}return _0x48fc0e;}class fe extends _0x31a8de{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x37be29=this['editor']['config']['get']('list.properties'),_0xdd1ffa=this['editor']['plugins']['get']('TrackChangesEditing');_0x37be29['styles']&&_0xdd1ffa['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x37be29['reversed']&&_0xdd1ffa['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x37be29['startIndex']&&_0xdd1ffa['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0xdd1ffa['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x1a7e3f,_0x2aeb59={}){const _0x55567c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x359479=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x55567c['markMultiRangeBlockFormat'](_0x359479,{'commandName':'listStyle','commandParams':[{'type':_0x2aeb59['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x46bde6,_0x2db54a={}){const _0x49fc4e=this['editor']['plugins']['get']('TrackChangesEditing'),_0x155f65=this['_getSuggestionBlocks'](_0xc4c489=>_0xc4c489['is']('element','listItem')&&'numbered'===_0xc4c489['getAttribute']('listType'));if(_0x155f65['length']<0x1)return;const _0x429308=_0x155f65['map'](_0x49f34a=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x49f34a,'before'),this['editor']['model']['createPositionAt'](_0x49f34a,0x0)));this['editor']['model']['change'](()=>{_0x49fc4e['markMultiRangeBlockFormat'](_0x429308,{'commandName':'listReversed','commandParams':[{'reversed':_0x2db54a['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x45e17b,_0x17bd38={}){const _0x130b19=this['editor']['plugins']['get']('TrackChangesEditing'),_0x58f640=this['_getSuggestionBlocks'](_0x30063c=>_0x30063c['is']('element','listItem')&&'numbered'===_0x30063c['getAttribute']('listType'));if(_0x58f640['length']<0x1)return;const _0x273793=_0x58f640['map'](_0x4d95ae=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x4d95ae,'before'),this['editor']['model']['createPositionAt'](_0x4d95ae,0x0)));this['editor']['model']['change'](()=>{_0x130b19['markMultiRangeBlockFormat'](_0x273793,{'commandName':'listStart','commandParams':[{'startIndex':_0x17bd38['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x5557eb){if('formatBlock'!=_0x5557eb['type']&&'formatInline'!=_0x5557eb['type'])return;const _0x3d0ed7=this['editor']['locale'],{data:_0x96c9f2}=_0x5557eb;if(!_0x96c9f2)return;let _0x31d6a4,_0x3d560b;switch(_0x96c9f2['commandName']){case'listStyle':_0x31d6a4='*Change\x20to:*\x20%0',_0x3d560b={'type':'format','content':At(_0x3d0ed7,_0x31d6a4,At(_0x3d0ed7,this['_getTranslationKeyForListStyle'](_0x96c9f2['commandParams'][0x0]['type'])))};break;case'listReversed':_0x31d6a4=_0x96c9f2['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x3d560b={'type':'format','content':At(_0x3d0ed7,_0x31d6a4)};break;case'listStart':_0x31d6a4='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x3d560b={'type':'format','content':At(_0x3d0ed7,_0x31d6a4,_0x96c9f2['commandParams'][0x0]['startIndex'])};}return _0x3d560b;}['_getSuggestionBlocksForListStyle'](){const _0xeb5c4c=this['editor']['plugins']['get']('LegacyListUtils');let _0x8a620a=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x8a620a[0x0]?.['is']('element','listItem')&&_0x8a620a['unshift'](..._0xeb5c4c['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x8a620a[_0x8a620a['length']-0x1]?.['is']('element','listItem')&&_0x8a620a['push'](..._0xeb5c4c['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x8a620a=[...new Set(_0x8a620a)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x8a620a=_0x8a620a['filter'](_0x24c18a=>_0x24c18a['is']('element','listItem'))),_0x8a620a;}['_getSuggestionBlocks'](_0x6f79e0){const _0x5b9260=this['editor']['plugins']['get']('LegacyListUtils');let _0x294a0e=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x6f79e0)['map'](_0xc0b8ce=>{const _0x24030d=this['editor']['model']['createPositionAt'](_0xc0b8ce,0x0);return[..._0x5b9260['getSiblingNodes'](_0x24030d,'backward'),..._0x5b9260['getSiblingNodes'](_0x24030d,'forward')];})['flat']();return _0x294a0e=[...new Set(_0x294a0e)],_0x294a0e;}['_getTranslationKeyForListStyle'](_0x9ed473){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x9ed473)||'default')['toUpperCase']()+'_LIST_'+_0x9ed473['toUpperCase']()['replace'](/-/g,'_');}}class ge extends _0x31a8de{['afterInit'](){const _0x4f3c0d=this['editor'];if(!_0x4f3c0d['plugins']['has']('MediaEmbedEditing'))return;const _0x37b03b=_0x4f3c0d['plugins']['get']('TrackChangesEditing'),_0x32728c=_0x4f3c0d['locale'];_0x37b03b['enableCommand']('mediaEmbed'),_0x37b03b['descriptionFactory']['registerElementLabel']('media',_0x19f7c7=>At(_0x32728c,'ELEMENT_MEDIA',_0x19f7c7));}}class me extends _0x31a8de{['afterInit'](){const _0x440b0c=this['editor'];_0x440b0c['plugins']['has']('MentionEditing')&&_0x440b0c['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class Ee extends _0x31a8de{['afterInit'](){const _0x390d42=this['editor'];if(!_0x390d42['plugins']['has']('MergeFieldsEditing'))return;const _0x4cbc28=_0x390d42['plugins']['get']('TrackChangesEditing'),_0x3ef428=_0x390d42['locale'];_0x4cbc28['enableCommand']('insertMergeField'),_0x4cbc28['enableCommand']('insertMergeFieldBlock'),_0x4cbc28['enableCommand']('insertMergeFieldImage'),_0x4cbc28['descriptionFactory']['registerElementLabel']('mergeField',_0x3445d6=>At(_0x3ef428,'ELEMENT_MERGE_FIELD',_0x3445d6)),_0x4cbc28['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x306a67=>At(_0x3ef428,'ELEMENT_MERGE_FIELD',_0x306a67)),_0x4cbc28['descriptionFactory']['registerDescriptionCallback'](_0xe2a653=>{if('insertion'!=_0xe2a653['type']&&'deletion'!=_0xe2a653['type'])return;const _0x48bbf7=_0xe2a653['getContainedElement']();if(null==_0x48bbf7)return;const _0x37fdaa=_0x390d42['plugins']['get']('MergeFieldsEditing');let _0x37a332;switch(_0x37fdaa['getMergeFieldType'](_0x48bbf7)){case null:return;case'image':{const _0x309547=_0x37fdaa['unwrapAffixes'](_0x48bbf7['getAttribute']('src'));_0x37a332=_0x37fdaa['getLabel'](_0x309547)||_0x309547;break;}default:{const _0x2da1bc=_0x48bbf7['getAttribute']('id');_0x37a332=_0x37fdaa['getLabel'](_0x2da1bc)||_0x2da1bc;break;}}return'insertion'==_0xe2a653['type']?{'type':'insertion','content':At(_0x3ef428,'*Insert:*\x20%0','\x22'+_0x37a332+'\x22\x20'+At(_0x3ef428,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':At(_0x3ef428,'*Remove:*\x20%0','\x22'+_0x37a332+'\x22\x20'+At(_0x3ef428,'ELEMENT_MERGE_FIELD'))};});}}class Te extends _0x31a8de{['afterInit'](){const _0x1fd674=this['editor'],_0x2ec6cf=_0x1fd674['plugins']['get']('TrackChangesEditing');_0x1fd674['plugins']['has']('MultiLevelList')&&(_0x2ec6cf['enableDefaultAttributesIntegration']('multiLevelList'),_0x2ec6cf['descriptionFactory']['registerDescriptionCallback'](_0xcdee57=>this['handleDescriptions'](_0xcdee57)));}['handleDescriptions'](_0x1e0b41){const _0x253387=this['editor']['locale'],{data:_0x3ec78c}=_0x1e0b41,_0x5f32b7={'type':'format','content':''};if(_0x3ec78c&&'listMarkerStyle'==_0x3ec78c['key']){if(!_0x3ec78c['oldValue'])return{'type':'format','content':At(_0x253387,'*Set\x20format:*\x20%0',At(_0x253387,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x3ec78c['newValue']+')'};if(!_0x3ec78c['newValue']){let _0xb94cb0=_0x1e0b41['head'];for(;_0xb94cb0;){if(_0xb94cb0['data']&&'listType'==_0xb94cb0['data']['key']&&_0xb94cb0['data']['newValue'])return _0x5f32b7;_0xb94cb0=_0xb94cb0['next'];}return{'type':'format','content':At(_0x253387,'*Remove\x20format:*\x20%0',At(_0x253387,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x3ec78c['oldValue']+')'};}}}}class _e extends _0x31a8de{['afterInit'](){const _0x54566d=this['editor'];if(!_0x54566d['plugins']['has']('PageBreakEditing'))return;_0x54566d['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x5dea40=_0x54566d['plugins']['get']('TrackChangesEditing'),_0x16c0c2=_0x54566d['locale'];_0x5dea40['descriptionFactory']['registerElementLabel']('pageBreak',_0x5983c7=>At(_0x16c0c2,'ELEMENT_PAGE_BREAK',_0x5983c7));}}class pe extends _0x31a8de{['afterInit'](){const _0x57f6bd=this['editor'];if(!_0x57f6bd['plugins']['has']('Paragraph'))return;const _0x2fb85c=_0x57f6bd['locale'],_0x113be2=_0x57f6bd['plugins']['get']('TrackChangesEditing');_0x113be2['descriptionFactory']['registerElementLabel']('paragraph',_0x22b373=>At(_0x2fb85c,'ELEMENT_PARAGRAPH',_0x22b373)),_0x113be2['enableDefaultAttributesIntegration']('paragraph'),_0x113be2['enableCommand']('insertParagraph');const _0x2dd027=_0x113be2['descriptionFactory'];_0x2dd027['registerDescriptionCallback'](_0x29d4f9=>{if('insertion'!==_0x29d4f9['type'])return;const {start:_0x52f21,end:_0x2cfccf}=_0x29d4f9['getFirstRange']();if(!_0x52f21['isTouching'](_0x2cfccf)||!_0x52f21['nodeAfter'])return;const _0x5e1bd6=_0x57f6bd['model']['schema'],_0x8f53b3=_0x52f21['nodeAfter'];return _0x5e1bd6['isBlock'](_0x8f53b3)&&!_0x5e1bd6['isLimit'](_0x8f53b3)&&_0x5e1bd6['checkChild'](_0x8f53b3,'$text')?{'type':'insertion','content':At(_0x2fb85c,'*Insert:*\x20%0',_0x2dd027['getItemLabel'](_0x8f53b3,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4e3866=this['editor'],_0x1154e8=_0x4e3866['locale'];_0x4e3866['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x53a267=>{if('formatBlock'!=_0x53a267['type'])return;const {data:_0x37ff39}=_0x53a267;return _0x37ff39&&'paragraph'==_0x37ff39['commandName']?{'type':'format','content':At(_0x1154e8,'*Change\x20to:*\x20%0',At(_0x1154e8,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}class Le extends _0x31a8de{['afterInit'](){const _0x15980c=this['editor'];_0x15980c['commands']['get']('replaceSource')&&_0x15980c['plugins']['get']('TrackChangesEditing')['enableCommand']('replaceSource');}}class Ie extends _0x31a8de{['afterInit'](){const _0x2302b5=this['editor'];if(!_0x2302b5['plugins']['has']('RemoveFormatEditing'))return;_0x2302b5['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x41fde5=this['editor'];_0x41fde5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x36f42d=>{if('formatBlock'!=_0x36f42d['type']&&'formatInline'!=_0x36f42d['type'])return;const {data:_0x3ab555}=_0x36f42d;return _0x3ab555&&'removeFormat'==_0x3ab555['commandName']?{'type':'format','content':At(_0x41fde5['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class be extends _0x31a8de{['afterInit'](){const _0x5096d9=this['editor'];if(!_0x5096d9['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x3f12ce=_0x5096d9['plugins']['get']('TrackChangesEditing');_0x3f12ce['enableCommand']('goToPreviousRestrictedEditingException'),_0x3f12ce['enableCommand']('goToNextRestrictedEditingException');const _0x468a9b=_0x5096d9['plugins']['get']('RestrictedEditingModeEditing');_0x468a9b['enableCommand']('trackChanges'),_0x468a9b['enableCommand']('acceptSuggestion'),_0x468a9b['enableCommand']('discardSuggestion'),_0x468a9b['enableCommand']('acceptAllSuggestions'),_0x468a9b['enableCommand']('discardAllSuggestions'),_0x468a9b['enableCommand']('acceptSelectedSuggestions'),_0x468a9b['enableCommand']('discardSelectedSuggestions');}}class Ae extends _0x31a8de{['afterInit'](){const _0x6a04fa=this['editor'];if(!_0x6a04fa['plugins']['has']('ShiftEnter'))return;const _0x6e57f0=_0x6a04fa['plugins']['get']('TrackChangesEditing');_0x6e57f0['enableCommand']('shiftEnter'),_0x6e57f0['descriptionFactory']['registerElementLabel']('softBreak',_0x34a065=>At(_0x6a04fa['locale'],'ELEMENT_LINE_BREAK',_0x34a065));}}function ke(_0x345827,_0x356108,_0x3e58e4){const _0x5b7183=[];for(const _0x2393fb of _0x356108['getItems']())_0x2393fb['hasAttribute'](_0x345827)&&_0x5b7183['push'](_0x3e58e4['createRangeOn'](_0x2393fb));return _0x5b7183;}class Ce extends _0x31a8de{['afterInit'](){const _0x134819=this['editor'],_0x2500b6=_0x134819['plugins']['get']('TrackChangesEditing');_0x134819['plugins']['has']('StandardEditingModeEditing')&&(this['_enableEditingExceptionCommand'](),this['_enableEditingExceptionBlockCommand'](),_0x2500b6['enableCommand']('restrictedEditingExceptionAuto'));}['_enableEditingExceptionCommand'](){const _0x4155ce=this['editor'],_0x430d32=_0x4155ce['model'],_0x5c6d80=_0x4155ce['locale'],_0x656dd0=_0x4155ce['plugins']['get']('TrackChangesEditing'),_0x4374e4='restrictedEditingException',_0x42d676=_0x4155ce['commands']['get'](_0x4374e4);_0x656dd0['enableCommand'](_0x4374e4,(_0x2629e5,_0xd0a315={})=>{const _0x45ae79=_0x430d32['document']['selection'];if(_0x45ae79['isCollapsed'])return void _0x2629e5(_0xd0a315);const _0x46a6a4=void 0x0!==_0xd0a315['forceValue']?_0xd0a315['forceValue']:!_0x42d676['value'];_0x430d32['change'](()=>{const _0x111019=Array['from'](_0x45ae79['getRanges']());for(const _0x2887cc of _0x111019){const _0x3d42a8=_0x46a6a4?[_0x2887cc]:ke(_0x4374e4,_0x2887cc,_0x430d32);for(const _0x5ef58f of _0x3d42a8)_0x656dd0['markInlineFormat'](_0x5ef58f,{'commandName':_0x4374e4,'commandParams':[{'forceValue':_0x46a6a4}]});}});}),_0x656dd0['descriptionFactory']['registerDescriptionCallback'](_0x495816=>{if('formatBlock'!=_0x495816['type']&&'formatInline'!=_0x495816['type'])return;const {data:_0x324fdc}=_0x495816;return _0x324fdc&&_0x324fdc['commandName']==_0x4374e4?_0x324fdc['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x5c6d80,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':At(_0x5c6d80,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}['_enableEditingExceptionBlockCommand'](){const _0x405f79=this['editor'],_0x559abf=_0x405f79['locale'],_0x580f69=_0x405f79['plugins']['get']('TrackChangesEditing'),_0x5ddf54='restrictedEditingExceptionBlock',_0x4f74f9=this['editor']['commands']['get'](_0x5ddf54);_0x580f69['enableCommand'](_0x5ddf54,(_0x1876db,_0x574daf={})=>{const _0x277250=this['editor']['model']['document']['selection'],_0x44c5cb=_0x574daf&&void 0x0!==_0x574daf['forceValue']?_0x574daf['forceValue']:!_0x4f74f9['value'];let _0x13d4b6=[];if(_0x44c5cb){const _0x3b7485=Array['from'](_0x277250['getSelectedBlocks']())['filter'](_0x4f2a61=>function(_0x26320d){return!!_0x26320d['findAncestor']('restrictedEditingException',{'includeSelf':!0x0});}(_0x4f2a61)||function(_0x57d93c,_0x36e7f9){const _0x4554a1=_0x36e7f9['createContext'](_0x57d93c['parent']);if(!_0x36e7f9['checkChild'](_0x4554a1,'restrictedEditingException'))return!0x1;if(!_0x36e7f9['checkChild'](_0x4554a1['push']('restrictedEditingException'),_0x57d93c))return!0x1;return!0x0;}(_0x4f2a61,this['editor']['model']['schema']));_0x13d4b6=Tt(_0x3b7485,_0x405f79['model']);}else{const _0x56a1d7=Array['from'](_0x277250['getSelectedBlocks']())['map'](_0xe4b2ec=>function(_0x33b3bd){let _0x5c39fe=_0x33b3bd;for(;_0x5c39fe['parent'];){if('restrictedEditingException'==_0x5c39fe['parent']['name'])return _0x5c39fe;_0x5c39fe=_0x5c39fe['parent'];}return null;}(_0xe4b2ec))['filter'](_0x27a6ae=>!!_0x27a6ae);_0x13d4b6=Tt(_0x56a1d7,_0x405f79['model']);}_0x405f79['model']['change'](()=>{for(const _0x542553 of _0x13d4b6)_0x580f69['markBlockFormat'](_0x542553,{'commandName':_0x5ddf54,'commandParams':[{'forceValue':_0x44c5cb}]});});}),_0x580f69['descriptionFactory']['registerDescriptionCallback'](_0x212789=>{const {data:_0x122dab}=_0x212789;if(_0x122dab&&_0x122dab['commandName']==_0x5ddf54)return _0x122dab['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x559abf,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':At(_0x559abf,'FORMAT_RESTRICTED_DISABLED')};});}}class ye extends _0x31a8de{['afterInit'](){const _0x42bce8=this['editor'];if(!_0x42bce8['plugins']['has']('Style')||!_0x42bce8['plugins']['has']('DataSchema'))return;const _0x314579=_0x42bce8['plugins']['get']('TrackChangesEditing'),_0x2d4b64=_0x42bce8['locale'],_0x42f397=_0x42bce8['config']['get']('style')||{},_0x5cfc81=_0x42bce8['plugins']['get']('GeneralHtmlSupport'),_0x53a2e7=_0x42bce8['plugins']['get']('StyleUtils')['normalizeConfig'](_0x42bce8['plugins']['get']('DataSchema'),_0x42f397['definitions']);_0x314579['enableDefaultAttributesIntegration']('style');const _0x2b43b6=new Set();for(const _0x542f8b of _0x53a2e7['block']){const _0x30437f=_0x5cfc81['getGhsAttributeNameForElement'](_0x542f8b['element']);_0x2b43b6['add'](_0x30437f);}const _0x5e88fb=new Set();for(const _0x1e75a2 of _0x53a2e7['inline']){const _0x41302a=_0x5cfc81['getGhsAttributeNameForElement'](_0x1e75a2['element']);_0x5e88fb['add'](_0x41302a);for(const _0xdee9b9 of _0x1e75a2['ghsAttributes'])_0x5e88fb['add'](_0xdee9b9);}for(const _0x1ab0e7 of _0x2b43b6)_0x314579['descriptionFactory']['registerAttributeLabel'](_0x1ab0e7,At(_0x2d4b64,'FORMAT_STYLE'));for(const _0x53c6c9 of _0x5e88fb)_0x314579['descriptionFactory']['registerAttributeLabel'](_0x53c6c9,At(_0x2d4b64,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x513a9b=this['editor'],_0x58da19=_0x513a9b['locale'];_0x513a9b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5b355a=>{if('formatBlock'!=_0x5b355a['type']&&'formatInline'!=_0x5b355a['type'])return;const {data:_0x17fb6c}=_0x5b355a;return _0x17fb6c&&'style'===_0x17fb6c['commandName']?_0x17fb6c['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x58da19,'*Set\x20format:*\x20%0',_0x17fb6c['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':At(_0x58da19,'*Remove\x20format:*\x20%0',_0x17fb6c['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class Ne extends _0x31a8de{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x598a19){super(_0x598a19),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x313856=this['editor'],_0x12559b=_0x313856['model']['document']['selection'];if(!_0x313856['plugins']['has']('TableEditing'))return;const _0x560b0d=_0x313856['locale'],_0x4ef357=_0x313856['plugins']['get']('TrackChangesEditing'),_0x12d089=_0x313856['plugins']['get']('TableUtils');_0x4ef357['descriptionFactory']['registerElementLabel']('table',_0xa34b91=>At(_0x560b0d,'ELEMENT_TABLE',_0xa34b91)),this['_setupColumnsRowsFixing'](),_0x4ef357['enableCommand']('insertTable'),_0x4ef357['enableCommand']('selectTableRow'),_0x4ef357['enableCommand']('selectTableColumn');for(const _0x38c868 of['insertTableRowAbove','insertTableRowBelow']){const _0x3a8540=_0x313856['commands']['get'](_0x38c868);_0x4ef357['enableCommand'](_0x38c868,_0x33de39=>{_0x313856['model']['change'](_0x5bdacc=>{_0x33de39();const _0x329e67='above'===_0x3a8540['order'],_0x17c1ee=_0x12d089['getSelectionAffectedTableCells'](_0x12559b),_0x12d8b6=_0x12d089['getRowIndexes'](_0x17c1ee),_0x4b00fa=_0x329e67?_0x12d8b6['first']-0x1:_0x12d8b6['last']+0x1,_0x25bc29=_0x17c1ee[0x0]['findAncestor']('table'),_0x46e767=_0x12d089['createTableWalker'](_0x25bc29,{'startRow':_0x4b00fa,'endRow':_0x4b00fa}),_0x127ecb=Array['from'](_0x46e767)['map'](_0x3cd9c0=>_0x5bdacc['createRangeOn'](_0x3cd9c0['cell']));_0x4ef357['markMultiRangeInsertion'](_0x127ecb,'tableRow');});});}for(const _0x13af05 of['insertTableColumnLeft','insertTableColumnRight']){const _0x51e692=_0x313856['commands']['get'](_0x13af05);_0x4ef357['enableCommand'](_0x13af05,_0x347b80=>{_0x313856['model']['change'](_0x15a815=>{_0x347b80();const _0x19d69a='left'===_0x51e692['order'],_0x2fd809=_0x12d089['getSelectionAffectedTableCells'](_0x12559b),_0x4d6dfd=_0x12d089['getColumnIndexes'](_0x2fd809),_0x54af3a=_0x19d69a?_0x4d6dfd['first']-0x1:_0x4d6dfd['last']+0x1,_0x2b8de5=_0x2fd809[0x0]['findAncestor']('table'),_0x4b63fe=_0x12d089['createTableWalker'](_0x2b8de5,{'startRow':0x0,'column':_0x54af3a,'includeAllSlots':!0x1}),_0x20016d=Array['from'](_0x4b63fe)['map'](_0x345dda=>_0x15a815['createRangeOn'](_0x345dda['cell']));_0x4ef357['markMultiRangeInsertion'](_0x20016d,'tableColumn');});});}for(const _0x25ec67 of['removeTableRow','removeTableColumn']){const _0xf39c7c=_0x25ec67['substr'](0xb),_0x7f9c98=_0xf39c7c['toLowerCase'](),_0x286ffa=_0x7f9c98['substr'](0x0,0x3)+'span',_0x4faf75='table'+_0xf39c7c,_0x302bb6='min'+_0xf39c7c,_0x3d00f2='max'+_0xf39c7c;_0x4ef357['enableCommand'](_0x25ec67,()=>{_0x313856['model']['change'](_0x216785=>{const _0x31da91=_0x12d089['getSelectionAffectedTableCells'](_0x12559b),_0x348ba5=_0x31da91[0x0]['findAncestor']('table');let _0x2bf8f5;if('removeTableRow'==_0x25ec67){const _0x3a80cd=_0x12d089['getRowIndexes'](_0x31da91);_0x2bf8f5={'startRow':_0x3a80cd['first'],'endRow':_0x3a80cd['last'],'includeAllSlots':!0x0};}else{const _0x3c7da6=_0x12d089['getColumnIndexes'](_0x31da91);_0x2bf8f5={'startColumn':_0x3c7da6['first'],'endColumn':_0x3c7da6['last'],'includeAllSlots':!0x0};}const _0x229214=_0x12d089['createTableWalker'](_0x348ba5,_0x2bf8f5),_0x2333e7=Array['from'](_0x229214)['map'](({cell:_0x31c307})=>_0x31c307),_0x1d982e=Re(_0x2333e7['filter'](_0x55b92c=>_0x55b92c['hasAttribute'](_0x286ffa))),_0x45552b=Re(_0x2333e7['filter'](_0x55e07c=>!_0x55e07c['hasAttribute'](_0x286ffa)))['map'](_0x2e4632=>_0x216785['createRangeOn'](_0x2e4632)),_0x30a48b=_0x4ef357['markMultiRangeDeletion'](_0x45552b,_0x4faf75);if(_0x30a48b&&('tableRow'==_0x30a48b['subType']||'tableColumn'==_0x30a48b['subType'])){const _0x1a4e74=this['_getSuggestionCoords'](_0x30a48b);for(const _0x1624bf of _0x1d982e){const _0x2715eb=_0x216785['createRangeOn'](_0x1624bf),_0x3ef2b6=_0x12d089['getCellLocation'](_0x1624bf),_0x57854a=_0x1624bf['getAttribute'](_0x286ffa)-0x1,_0x441012=_0x1a4e74[_0x302bb6],_0x4a00d2=_0x1a4e74[_0x3d00f2];_0x441012<=_0x3ef2b6[_0x7f9c98]&&_0x3ef2b6[_0x7f9c98]+_0x57854a<=_0x4a00d2&&_0x30a48b['addRange'](_0x2715eb);}}});});}function _0x85fcad(_0x10ddf5){const _0x45f077=Array['from'](_0x12559b['getRanges']())['map'](_0x551569=>_0x5b1490['fromRange'](_0x551569));_0x313856['model']['change'](_0x29fedf=>{const _0x425587=_0x29fedf['batch'];_0x10ddf5=_0x10ddf5['filter'](_0x2beb26=>'$graveyard'!=_0x2beb26['root']['rootName']),_0x29fedf['setSelection'](_0x10ddf5),_0x313856['commands']['get']('removeTableRow')['refresh'](),_0x313856['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x313856['model']['enqueueChange'](()=>{_0x313856['model']['enqueueChange'](_0x425587,_0x51e4be=>{const _0x471946=_0x45f077['filter'](_0x263015=>'$graveyard'!=_0x263015['root']['rootName']);_0x471946['length']>0x0&&_0x51e4be['setSelection'](_0x471946);for(const _0x1d779e of _0x45f077)_0x1d779e['detach']();});});});}function _0xecea4(_0x15aa4f){_0x313856['model']['change'](_0x19c35e=>{const _0x2544ae=Array['from'](_0x12559b['getRanges']())['map'](_0x82a622=>_0x5b1490['fromRange'](_0x82a622)),_0x1244ab=[];for(const _0x3f1ebd of _0x15aa4f)for(const _0x206cc9 of _0x3f1ebd['getItems']({'shallow':!0x0}))_0x1244ab['push'](_0x206cc9);for(const _0x1f7003 of _0x1244ab)'$graveyard'!=_0x1f7003['root']['rootName']&&(_0x19c35e['setSelection'](_0x19c35e['createPositionAt'](_0x1f7003,0x0)),_0x313856['commands']['get']('removeTableColumn')['refresh'](),_0x313856['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x1e1d00=_0x2544ae['filter'](_0x5b9004=>'$graveyard'!=_0x5b9004['root']['rootName']);_0x1e1d00['length']>0x0&&_0x19c35e['setSelection'](_0x1e1d00);for(const _0x73ccca of _0x2544ae)_0x73ccca['detach']();});}function _0x2bda44(_0x3f52f9,_0x3a2729){return _0x3a2729['every'](_0x256d88=>_0x3f52f9['some'](_0x2b2f7d=>_0x2b2f7d['end']['isEqual'](_0x256d88['start'])||_0x256d88['end']['isEqual'](_0x2b2f7d['start'])));}function _0x199e32(_0x21758f,_0x139cb8){return!_0x21758f['some'](_0x10bbc4=>_0x139cb8['some'](_0x42b587=>_0x10bbc4['isIntersecting'](_0x42b587)))&&_0x21758f['some'](_0x46e3a6=>_0x139cb8['some'](_0x58bb51=>_0x46e3a6['end']['isTouching'](_0x58bb51['start'])));}_0x4ef357['descriptionFactory']['registerDescriptionCallback'](_0x31f7cb=>{if('insertion'!=_0x31f7cb['type']&&'deletion'!=_0x31f7cb['type'])return;const _0x51f425=_0x31f7cb['getContainedElement']();if(null!=_0x51f425&&_0x51f425['is']('element','table')){if('insertion'==_0x31f7cb['type']){const _0x3ac49f=_0x31f7cb['getItems']()['filter'](_0x3288a8=>_0x3288a8['is']('$textProxy'))['map'](_0x22b5b3=>_0x22b5b3['data']);if(_0x3ac49f['length'])return{'type':'insertion','content':At(_0x560b0d,'*Insert:*\x20%0',At(_0x560b0d,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x3ac49f['join']('\x20')+'\x22'))};}if('deletion'==_0x31f7cb['type']){const _0x4dd7d0=_0x31f7cb['getItems']()['filter'](_0x48fb3=>_0x48fb3['is']('$textProxy'))['map'](_0x579aa1=>_0x579aa1['data']);if(_0x4dd7d0['length'])return{'type':'deletion','content':At(_0x560b0d,'*Remove:*\x20%0',At(_0x560b0d,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x4dd7d0['join']('\x20')+'\x22'))};}}}),_0x4ef357['descriptionFactory']['registerDescriptionCallback'](_0x2aa1dd=>{if('tableRow'==_0x2aa1dd['subType']){const _0x53dfe7=_0x2aa1dd['getItems']()['filter'](_0x57e452=>_0x57e452['is']('$textProxy'))['map'](_0x11fca3=>_0x11fca3['data']),_0x4dbda4=this['_getSuggestionCoords'](_0x2aa1dd),_0x65c243=_0x4dbda4['maxRow']-_0x4dbda4['minRow']+0x1;if('insertion'==_0x2aa1dd['type'])return _0x53dfe7['length']?{'type':'insertion','content':At(_0x560b0d,'*Insert:*\x20%0',At(_0x560b0d,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x65c243,'\x22'+_0x53dfe7['join']('\x20')+'\x22']))}:{'type':'insertion','content':At(_0x560b0d,'*Insert:*\x20%0',At(_0x560b0d,'ELEMENT_TABLE_ROW',_0x65c243))};if('deletion'==_0x2aa1dd['type'])return _0x53dfe7['length']?{'type':'deletion','content':At(_0x560b0d,'*Remove:*\x20%0',At(_0x560b0d,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x65c243,'\x22'+_0x53dfe7['join']('\x20')+'\x22']))}:{'type':'deletion','content':At(_0x560b0d,'*Remove:*\x20%0',At(_0x560b0d,'ELEMENT_TABLE_ROW',_0x65c243))};}if('tableColumn'==_0x2aa1dd['subType']){const _0x39bdfe=_0x2aa1dd['getItems']()['filter'](_0x964f3d=>_0x964f3d['is']('$textProxy'))['map'](_0x5101e0=>_0x5101e0['data']),_0x192640=this['_getSuggestionCoords'](_0x2aa1dd),_0x3bb959=_0x192640['maxColumn']-_0x192640['minColumn']+0x1;if('insertion'==_0x2aa1dd['type'])return _0x39bdfe['length']?{'type':'insertion','content':At(_0x560b0d,'*Insert:*\x20%0',At(_0x560b0d,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x3bb959,'\x22'+_0x39bdfe['join']('\x20')+'\x22']))}:{'type':'insertion','content':At(_0x560b0d,'*Insert:*\x20%0',At(_0x560b0d,'ELEMENT_TABLE_COLUMN',_0x3bb959))};if('deletion'==_0x2aa1dd['type'])return _0x39bdfe['length']?{'type':'deletion','content':At(_0x560b0d,'*Remove:*\x20%0',At(_0x560b0d,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x3bb959,'\x22'+_0x39bdfe['join']('\x20')+'\x22']))}:{'type':'deletion','content':At(_0x560b0d,'*Remove:*\x20%0',At(_0x560b0d,'ELEMENT_TABLE_COLUMN',_0x3bb959))};}}),_0x4ef357['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x85fcad),_0x4ef357['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x85fcad),_0x4ef357['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0xecea4),_0x4ef357['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0xecea4),_0x4ef357['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x2bda44),_0x4ef357['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x2bda44),_0x4ef357['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x199e32),_0x4ef357['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x199e32);}['_acceptFormatSuggestionCallbackFactory'](){const _0x2b4522=this['editor'],_0x4092af=_0x2b4522['model']['document']['selection'];return(_0x5f3e2f,_0x7f2f1a)=>{_0x2b4522['model']['change'](_0x5aa0e0=>{const {commandName:_0x21e9ea,commandParams:_0xfda4f6}=_0x7f2f1a;let _0x5e8633=_0x5f3e2f[0x0]['end']['nodeBefore'];_0xfda4f6&&_0xfda4f6[0x0]&&!0x1===_0xfda4f6[0x0]['forceValue']&&(_0x5e8633=_0x5f3e2f[0x0]['start']['nodeAfter']);const _0x17d300=_0x5aa0e0['createRangeIn'](_0x5e8633);if('$graveyard'==_0x17d300['root']['rootName'])return;const _0xaa5006=Array['from'](_0x4092af['getRanges']())['map'](_0x4b8caf=>_0x5b1490['fromRange'](_0x4b8caf));_0x5aa0e0['setSelection'](_0x17d300),_0x2b4522['commands']['get'](_0x21e9ea)['refresh'](),_0xfda4f6['push']({'forceDefaultExecution':!0x0}),_0x2b4522['execute'](_0x21e9ea,..._0xfda4f6);const _0x246298=_0xaa5006['filter'](_0x372151=>'$graveyard'!=_0x372151['root']['rootName']);_0x246298['length']>0x0&&_0x5aa0e0['setSelection'](_0x246298);for(const _0x589b10 of _0xaa5006)_0x589b10['detach']();});};}['_getCoordsForCells'](_0x589197){const _0x4d15b1=this['editor']['plugins']['get']('TableUtils');let _0x5573c6=Number['MAX_SAFE_INTEGER'],_0x43653a=Number['MIN_SAFE_INTEGER'],_0x24b593=Number['MAX_SAFE_INTEGER'],_0x313457=Number['MIN_SAFE_INTEGER'];for(const _0x1f3b9c of _0x589197){if('$graveyard'==_0x1f3b9c['root']['rootName'])continue;const {row:_0x24077b,column:_0x502582}=_0x4d15b1['getCellLocation'](_0x1f3b9c),_0x4af8cf=_0x1f3b9c['hasAttribute']('rowspan')?_0x1f3b9c['getAttribute']('rowspan')-0x1:0x0,_0x3db91f=_0x1f3b9c['hasAttribute']('colspan')?_0x1f3b9c['getAttribute']('colspan')-0x1:0x0;_0x5573c6=_0x24077b<_0x5573c6?_0x24077b:_0x5573c6,_0x43653a=_0x24077b+_0x4af8cf>_0x43653a?_0x24077b+_0x4af8cf:_0x43653a,_0x24b593=_0x502582<_0x24b593?_0x502582:_0x24b593,_0x313457=_0x502582+_0x3db91f>_0x313457?_0x502582+_0x3db91f:_0x313457;}return{'minRow':_0x5573c6,'maxRow':_0x43653a,'minColumn':_0x24b593,'maxColumn':_0x313457};}['_setupColumnsRowsFixing'](){const _0x49d344=this['editor'],_0x25cd6d=_0x49d344['plugins']['get']('TrackChangesEditing'),_0x2b98af=_0x49d344['plugins']['get']('TableUtils');_0x49d344['model']['document']['on']('change:data',()=>{const _0x415e0c=Array['from'](_0x49d344['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2bbfaa,data:_0x173944}of _0x415e0c){const {group:_0x55869d,id:_0x40dbba,subType:_0x350371}=_0x6b12f7(_0x2bbfaa);if('suggestion'!=_0x55869d)continue;if(null!=_0x173944['oldRange'])continue;const _0x232f33=_0x25cd6d['getSuggestion'](_0x40dbba);this['_tablePostFixingSubtypes']['includes'](_0x350371)&&this['_tableSuggestions']['add'](_0x232f33);}},{'priority':'low'});const _0x3a9aa8=(_0x51e903,_0x19f86d)=>{let _0x5b9bdc=!0x1;const _0x4efb49=_0x19f86d['createRangeOn'](_0x51e903),_0x163f1a=_0x51e903['findAncestor']('table'),_0x2acab7=_0x2b98af['getCellLocation'](_0x51e903);for(const _0x2b4666 of this['_tableSuggestions']){const _0x4e379a=_0x2b4666['subType'],_0x1f2f4c=_0x4e379a['startsWith']('tablePaste'),_0x4c5542=_0x4e379a['substr'](_0x1f2f4c?0xa:0x5),_0x3cad00=_0x4c5542['toLowerCase'](),_0x3e47ff=_0x3cad00['substr'](0x0,0x3)+'span',_0xde3080='min'+_0x4c5542,_0x3f7bd0='max'+_0x4c5542;if(!_0x2b4666['isInContent'])continue;if(_0x163f1a!=_0x2b4666['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x2b4666['isIntersectingWithRange'](_0x4efb49))continue;const _0x4372c7=_0x51e903['hasAttribute'](_0x3e47ff)?_0x51e903['getAttribute'](_0x3e47ff)-0x1:0x0,_0x5d280a=this['_getSuggestionCoords'](_0x2b4666),_0x2a71a9=_0x5d280a[_0xde3080],_0x40858d=_0x5d280a[_0x3f7bd0];_0x2a71a9<=_0x2acab7[_0x3cad00]&&_0x2acab7[_0x3cad00]+_0x4372c7<=_0x40858d&&(_0x2b4666['addRange'](_0x4efb49),_0x5b9bdc=!0x0);}return _0x5b9bdc;};_0x49d344['model']['document']['registerPostFixer'](_0x3c24ec=>{let _0x4097ab=!0x1;for(const _0x5a93bc of _0x49d344['model']['document']['differ']['getChanges']())if('insert'==_0x5a93bc['type']){if('tableRow'==_0x5a93bc['name']){for(const _0xe18bbd of _0x5a93bc['position']['nodeAfter']['getChildren']())_0x4097ab=_0x4097ab||_0x3a9aa8(_0xe18bbd,_0x3c24ec);}else'tableCell'==_0x5a93bc['name']&&(_0x4097ab=_0x4097ab||_0x3a9aa8(_0x5a93bc['position']['nodeAfter'],_0x3c24ec));}return _0x4097ab;});}['_getSuggestionCoords'](_0x1b7e7a){return this['_getCoordsForCells'](_0x1b7e7a['getRanges']()['map'](_0x11814f=>_0x11814f['start']['nodeAfter']));}}function Re(_0x37c88c){return Array['from'](new Set(_0x37c88c)['values']());}class Se extends _0x31a8de{static get['requires'](){return[Ne];}['afterInit'](){const _0xc9f543=this['editor'],_0x975e14=_0xc9f543['model']['document']['selection'],_0x5a1e75=_0xc9f543['locale'];if(!_0xc9f543['plugins']['has']('TableEditing'))return;const _0x382151=_0xc9f543['plugins']['get']('TrackChangesEditing'),_0x1079e9=_0xc9f543['plugins']['get']('TableUtils'),_0xeeeb16=_0xc9f543['plugins']['get'](Ne);_0xeeeb16['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x382151['enableCommand']('mergeTableCells',()=>{const _0x4119d4=_0x1079e9['getSelectionAffectedTableCells'](_0xc9f543['model']['document']['selection']);_0xc9f543['model']['change'](()=>{_0x382151['markMultiRangeBlockFormat'](_0x4119d4,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0xc9f543['commands']['get']('mergeTableCells')['on']('execute',(_0x5c458a,_0x5a7166)=>{_0xc9f543['commands']['get']('trackChanges')['value']&&(_0x5a7166['length']>0x0&&_0x5a7166[_0x5a7166['length']-0x1]&&_0x5a7166[_0x5a7166['length']-0x1]['forceDefaultExecution']||_0x382151['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x5c458a['stop']());},{'priority':'highest'});for(const _0x1cbab9 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x444988=_0xc9f543['commands']['get'](_0x1cbab9);_0x382151['enableCommand'](_0x1cbab9,()=>{const _0x17d12d=_0xc9f543['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x2c5226=>_0x2c5226['is']('element','tableCell')),_0x556b94=_0x444988['value'];_0xc9f543['model']['change'](()=>{_0x382151['markMultiRangeBlockFormat']([_0x17d12d,_0x556b94],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x26095f of['splitTableCellVertically','splitTableCellHorizontally']){const _0x3da1c5=_0xc9f543['commands']['get'](_0x26095f);_0x382151['enableCommand'](_0x26095f,()=>{const _0x2bc8e1=_0x1079e9['getSelectionAffectedTableCells'](_0xc9f543['model']['document']['selection'])[0x0],_0x2e2caa=_0x2bc8e1['findAncestor']('table'),{column:_0x1528c8,row:_0x169396}=_0x1079e9['getCellLocation'](_0x2bc8e1);let _0x497565=[];if('horizontally'==_0x3da1c5['direction']){const _0x13a85d=_0x1079e9['createTableWalker'](_0x2e2caa,{'startRow':_0x169396,'endRow':_0x169396,'includeAllSlots':!0x0});_0x497565=Array['from'](_0x13a85d)['map'](_0x48a932=>_0x48a932['cell']);}else{const _0x47f997=_0x1079e9['createTableWalker'](_0x2e2caa,{'column':_0x1528c8,'includeAllSlots':!0x0});_0x497565=Array['from'](_0x47f997)['map'](_0x396c1d=>_0x396c1d['cell']);}_0xc9f543['model']['change'](_0x231f8f=>{_0x382151['markBlockFormat'](_0x231f8f['createRangeOn'](_0x2bc8e1),{'commandName':_0x26095f,'commandParams':[]},_0x497565,_0x26095f);});});}_0x382151['descriptionFactory']['registerDescriptionCallback'](_0x257894=>{if('formatBlock'!=_0x257894['type']&&'formatInline'!=_0x257894['type'])return;const {data:_0x43855b}=_0x257894;return _0x43855b&&'mergeTableCells'==_0x43855b['commandName']?{'type':'format','content':At(_0x5a1e75,'*Merge\x20cells*')}:void 0x0;}),_0x382151['descriptionFactory']['registerDescriptionCallback'](_0x400854=>{if('formatBlock'!=_0x400854['type']&&'formatInline'!=_0x400854['type'])return;const {data:_0x35ec28}=_0x400854;return _0x35ec28?'splitTableCellVertically'==_0x35ec28['commandName']?{'type':'format','content':At(_0x5a1e75,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x35ec28['commandName']?{'type':'format','content':At(_0x5a1e75,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x18bf54=_0xeeeb16['_acceptFormatSuggestionCallbackFactory']();for(const _0x140470 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x382151['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x140470,'accept',_0x18bf54);for(const _0x489816 of['splitTableCellVertically','splitTableCellHorizontally'])_0x382151['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x489816,'accept',_0x18bf54);_0x382151['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x53398d=>{_0xc9f543['model']['change'](_0x3ce12d=>{const _0x1724c2=Array['from'](_0x975e14['getRanges']())['map'](_0x57df7e=>_0x5b1490['fromRange'](_0x57df7e));_0x3ce12d['setSelection'](_0x53398d),_0xc9f543['commands']['get']('mergeTableCells')['refresh'](),_0xc9f543['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x22150c=_0x1724c2['filter'](_0x208c0b=>'$graveyard'!=_0x208c0b['root']['rootName']);_0x22150c['length']>0x0&&_0x3ce12d['setSelection'](_0x22150c);for(const _0x136219 of _0x1724c2)_0x136219['detach']();});});for(const _0x197ce8 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x34e3ed=_0xc9f543['commands']['get'](_0x197ce8);_0x34e3ed['on']('set:isEnabled',(_0x74573a,_0x5fb12e,_0x1b2e32)=>{if(_0x1b2e32){const _0x29bd47=_0xc9f543['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x50270a=>_0x50270a['is']('element','tableCell'));this['_areMergableCells'](_0x34e3ed['value'],_0x29bd47)||(_0x74573a['return']=!0x1,_0x74573a['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x3c8cb1=this['editor']['commands']['get']('mergeTableCells'),_0x27df0d=this['editor']['plugins']['get']('TableUtils');if(!_0x3c8cb1['isEnabled'])return!0x1;const _0xdb0399=_0x27df0d['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x2cb17b of _0xdb0399)for(const _0x57a504 of _0xdb0399)if(_0x2cb17b!=_0x57a504&&!this['_areMergableCells'](_0x2cb17b,_0x57a504))return!0x1;return!0x0;}['_areMergableCells'](_0x2490fa,_0x17757c){const _0x4955cc=this['editor']['plugins']['get']('TrackChangesEditing'),_0x24aa73=this['editor']['model']['createRangeOn'](_0x2490fa),_0x13e3e9=this['editor']['model']['createRangeOn'](_0x17757c),_0x2fe9c8=new Set(),_0x49012c=new Set();for(const _0x495a50 of _0x4955cc['getSuggestions']())if(('insertion'==_0x495a50['type']||'deletion'==_0x495a50['type']||'mergeTableCells'==_0x495a50['subType'])&&_0x495a50['isInContent']){for(const _0xa8683 of _0x495a50['getRanges']())_0xa8683['containsRange'](_0x24aa73,!0x0)&&_0x2fe9c8['add'](_0x495a50['type']+':'+_0x495a50['author']['id']),_0xa8683['containsRange'](_0x13e3e9,!0x0)&&_0x49012c['add'](_0x495a50['type']+':'+_0x495a50['author']['id']);}if(_0x2fe9c8['size']!=_0x49012c['size'])return!0x1;for(const _0x2bf744 of _0x2fe9c8)if(!_0x49012c['has'](_0x2bf744))return!0x1;return!0x0;}}class Me extends _0x31a8de{static get['requires'](){return[Ne];}['afterInit'](){const _0x3dd312=this['editor'];if(!_0x3dd312['plugins']['has']('TableEditing'))return;const _0xedccba=_0x3dd312['locale'],_0x379699=_0x3dd312['plugins']['get']('TrackChangesEditing');_0x379699['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x379699['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x379699['descriptionFactory']['registerAttributeLabel']('headingRows',At(_0xedccba,'FORMAT_HEADER_ROW')),_0x379699['descriptionFactory']['registerAttributeLabel']('headingColumns',At(_0xedccba,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x5e63b7=this['editor']['plugins']['get']('TrackChangesEditing'),_0x36ceee=this['editor']['plugins']['get'](Ne)['_acceptFormatSuggestionCallbackFactory']();_0x5e63b7['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x36ceee),_0x5e63b7['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x36ceee),this['_registerLegacyConverters'](),this['_registerLegacyDescription']();}['_registerLegacyConverters'](){const _0x3274eb=this['editor']['plugins']['get']('TrackChangesEditing'),_0x286c6c=this['editor']['plugins']['get']('TableUtils');function _0x3a214d({showActiveMarker:_0x375834=!0x0,setDataAttribute:_0xf986f3=!0x0}={}){return(_0x39ab31,_0x228246,_0x487124)=>{const {type:_0xed619d,id:_0x292c75}=_0x6b12f7(_0x228246['markerName']);if(!_0x3274eb['hasSuggestion'](_0x292c75))return;const _0x3ecdb6=_0x3274eb['getSuggestion'](_0x292c75),_0x7166c1=_0x3ecdb6['data'];if('formatBlock'!=_0x3ecdb6['type']||!_0x7166c1||'setTableColumnHeader'!=_0x7166c1['commandName'])return;if(_0x228246['item'])return void _0x39ab31['stop']();if(!_0x487124['consumable']['consume'](_0x228246['markerRange'],_0x39ab31['name']))return;const _0x199628=_0x228246['markerRange']['start']['nodeAfter'],_0x2abc25=_0x228246['markerRange']['end']['nodeBefore'],_0x2a1e44=_0x199628['parent']['parent'],{column:_0x486142}=_0x286c6c['getCellLocation'](_0x199628),{column:_0x4d647b}=_0x286c6c['getCellLocation'](_0x2abc25);for(let _0x21a7ae=_0x486142;_0x21a7ae<=_0x4d647b;_0x21a7ae++){const _0x33b6ee=_0x286c6c['createTableWalker'](_0x2a1e44,{'column':_0x21a7ae,'includeAllSlots':!0x1});for(const _0x3fda17 of _0x33b6ee){const _0xeb66ac=_0x3fda17['cell'],_0x5cf28a=_0x487124['mapper']['toViewElement'](_0xeb66ac);_0x487124['writer']['addClass']('ck-suggestion-marker-'+_0xed619d,_0x5cf28a),_0xf986f3&&_0x487124['writer']['setAttribute']('data-suggestion',_0x292c75,_0x5cf28a),_0x487124['mapper']['bindElementToMarker'](_0x5cf28a,_0x228246['markerName']),_0x375834&&(_0x3274eb['activeMarkers']['includes'](_0x228246['markerName'])?_0x487124['writer']['addClass']('ck-suggestion-marker--active',_0x5cf28a):_0x487124['writer']['removeClass']('ck-suggestion-marker--active',_0x5cf28a));}}};}this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x3a214d(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x1fc1ec,_0x13d46b,_0x436e30)=>{_0x436e30['options']['showSuggestionHighlights']&&_0x3a214d({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x1fc1ec,_0x13d46b,_0x436e30);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x1dd40e,_0x265e61,_0x3226f6)=>{const {type:_0x1c8b90,id:_0x44956f}=_0x6b12f7(_0x265e61['markerName']);if(!_0x3274eb['hasSuggestion'](_0x44956f))return;const _0x2da207=_0x3274eb['getSuggestion'](_0x44956f),_0x16eeff=_0x2da207['data'];if('formatBlock'!=_0x2da207['type']||!_0x16eeff||'setTableColumnHeader'!=_0x16eeff['commandName'])return;const _0x53510a=_0x3226f6['mapper']['markerNameToElements'](_0x265e61['markerName']);if(_0x53510a){for(const _0x2fe50f of _0x53510a)_0x3226f6['writer']['removeClass']('ck-suggestion-marker-'+_0x1c8b90,_0x2fe50f),_0x3226f6['writer']['removeClass']('ck-suggestion-marker--active',_0x2fe50f),_0x3226f6['writer']['removeAttribute']('data-suggestion',_0x2fe50f),_0x3226f6['mapper']['unbindElementFromMarkerName'](_0x2fe50f,_0x265e61['markerName']);}},{'priority':'highest'});}['_registerLegacyDescription'](){const _0x344cf9=this['editor'],_0xa9714d=_0x344cf9['locale'];function _0x41f651(_0x376a4f){return{'type':'format','content':At(_0xa9714d,'*Format:*\x20%0',_0x376a4f)};}_0x344cf9['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xf8826=>{if('formatBlock'!=_0xf8826['type'])return;const {data:_0xe9a9b9}=_0xf8826;if(_0xe9a9b9){if('setTableRowHeader'==_0xe9a9b9['commandName']){const _0x15f194=_0xe9a9b9['commandParams'][0x0]['forceValue'];return _0x41f651(At(_0xa9714d,_0x15f194?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0xe9a9b9['commandName']){const _0x5bd356=_0xe9a9b9['commandParams'][0x0]['forceValue'];return _0x41f651(At(_0xa9714d,_0x5bd356?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}class Oe extends _0x31a8de{static get['requires'](){return[Ne];}['afterInit'](){const _0x3d2780=this['editor'];if(!_0x3d2780['plugins']['has']('TableEditing')||!_0x3d2780['config']['get']('table.enableFooters'))return;const _0x2ce91e=_0x3d2780['locale'],_0x206622=_0x3d2780['plugins']['get']('TrackChangesEditing');_0x206622['enableDefaultAttributesIntegration']('setTableFooterRow'),_0x206622['descriptionFactory']['registerAttributeLabel']('footerRows',At(_0x2ce91e,'FORMAT_FOOTER_ROW'));}}class we extends _0x31a8de{['afterInit'](){const _0x335dba=this['editor'],_0x2738d3=_0x335dba['locale'],_0x42f151=_0x335dba['plugins']['get']('TrackChangesEditing');function _0x26fd99(_0xe7c5d2){return{'type':'format','content':''+At(_0x2738d3,'*Set\x20table\x20type:*\x20%0',_0xe7c5d2)};}_0x335dba['plugins']['has']('TableLayout')&&(_0x42f151['enableCommand']('insertTableLayout'),_0x42f151['enableDefaultAttributesIntegration']('tableType'),_0x42f151['descriptionFactory']['registerElementLabel'](_0x7bae1e=>_0x7bae1e['is']('element','table')&&'layout'===_0x7bae1e['getAttribute']('tableType'),_0x124524=>At(_0x2738d3,'ELEMENT_LAYOUT_TABLE',_0x124524)),_0x42f151['descriptionFactory']['registerDescriptionCallback'](_0x35d0a5=>{const {data:_0x49e246}=_0x35d0a5;if(_0x49e246&&'tableType'==_0x49e246['key'])switch(_0x49e246['newValue']){case'layout':return _0x26fd99(At(_0x2738d3,'ELEMENT_LAYOUT_TABLE'));case'content':return _0x26fd99(At(_0x2738d3,'ELEMENT_CONTENT_TABLE'));}}));}}const Be=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Fe=/* #__PURE__ -- @preserve */
|
|
25
|
-
Object['fromEntries'](Be['map'](_0x2b46f0=>[_0x2b46f0,null]));class De extends _0x31a8de{static get['requires'](){return[Ne];}['afterInit'](){const _0x56a054=this['editor'];if(!_0x56a054['plugins']['has']('TableClipboard'))return;const _0x8753aa=_0x56a054['plugins']['get']('TrackChangesEditing'),_0x3ba231=_0x56a054['plugins']['get']('TableUtils'),_0x12b816=_0x56a054['plugins']['get'](Ne),_0xf664c=_0x56a054['plugins']['get']('TableClipboard'),_0x3a8015=_0x56a054['plugins']['get']('TableSelection'),_0x1b773c=_0x56a054['plugins']['get'](ut);_0x12b816['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x56a054['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x56a054['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x4c3f8e=null,_0x139bf1=!0x1;_0x1b773c['on']('contentInsertion',(_0xed6ae3,_0x5e9904)=>{_0x139bf1='paste'===_0x5e9904['method'];}),_0x56a054['model']['on']('insertContent',(_0x3a66f9,_0x2bcc8b)=>{if(!_0x139bf1&&null===_0x3a8015['getSelectedTableCells']())return;const [_0x48c0ae,_0x339efc]=_0x2bcc8b,_0x4a57c0=_0x2bcc8b[_0x2bcc8b['length']-0x1];_0x4a57c0&&_0x4a57c0['forceDefaultExecution']||_0x8753aa['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x305564,_0x41a800,_0x1db6db,_0x566ca3,_0x29ab96){if(_0x41a800&&!_0x41a800['is']('documentSelection'))return!0x1;const _0x492e15=_0x29ab96['getTableIfOnlyTableInContent'](_0x305564,_0x1db6db);if(!_0x492e15||!xe(_0x492e15,void 0x0,_0x566ca3))return!0x1;const _0x342fe0=_0x566ca3['getSelectionAffectedTableCells'](_0x1db6db['document']['selection']);if(!_0x342fe0['length'])return!0x1;const _0x5df979=_0x342fe0[0x0]['findAncestor']('table'),_0x577c04=_0x566ca3['getRowIndexes'](_0x342fe0),_0xf0f27b=_0x566ca3['getColumnIndexes'](_0x342fe0),_0x2b989a={'startRow':_0x577c04['first'],'endRow':_0x577c04['last'],'startColumn':_0xf0f27b['first'],'endColumn':_0xf0f27b['last']};return 0x1==_0x342fe0['length']&&(_0x2b989a['endRow']+=_0x566ca3['getRows'](_0x492e15)-0x1,_0x2b989a['endColumn']+=_0x566ca3['getColumns'](_0x492e15)-0x1),xe(_0x5df979,_0x2b989a,_0x566ca3);}(_0x48c0ae,_0x339efc,_0x56a054['model'],_0x3ba231,_0xf664c)&&(_0x3a66f9['stop'](),_0x4c3f8e={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x56a054['model']['change'](()=>{_0x56a054['model']['insertContent'](_0x2bcc8b[0x0],_0x2bcc8b[0x1],_0x2bcc8b[0x2],{'forceDefaultExecution':!0x0});const _0x16f38c=_0x2026f5(),{rowInsertionRanges:_0x19b5a8,columnInsertionRanges:_0xf48e65,insertionRanges:_0x1e4eb6,deletionRanges:_0x254607,cells:_0x1b1ca1}=_0x4c3f8e;_0x19b5a8['length']&&_0x8753aa['markMultiRangeInsertion'](_0x19b5a8,'tablePasteRow',{'tablePasteChainId':_0x16f38c}),_0xf48e65['length']&&_0x8753aa['markMultiRangeInsertion'](_0xf48e65,'tablePasteColumn',{'tablePasteChainId':_0x16f38c}),_0x1e4eb6['length']&&(_0x8753aa['markMultiRangeInsertion'](_0x1e4eb6,'tablePaste',{'tablePasteChainId':_0x16f38c,'skipNestingCheck':!0x0}),_0x1e4eb6['forEach'](_0x19ee4e=>_0x19ee4e['detach']?.())),_0x254607['length']&&(_0x8753aa['markMultiRangeDeletion'](_0x254607,'tablePaste',{'tablePasteChainId':_0x16f38c,'skipNestingCheck':!0x0}),_0x254607['forEach'](_0x45da7a=>_0x45da7a['detach']?.()));const _0x14ef5c=_0x8753aa['markMultiRangeBlockFormat'](_0x1b1ca1['map'](({element:_0x34a946})=>_0x34a946),{'formatGroupId':_0x2026f5()},[],'tablePasteCell',{'tablePasteChainId':_0x16f38c});if(_0x14ef5c){const _0x35c1dc=_0x14ef5c['getMarkers'](),_0x4ac474=[];for(const {element:_0x35e558,attributes:_0xc918df}of _0x1b1ca1){if(!_0xc918df)continue;const _0x525309=_0x56a054['model']['createRangeOn'](_0x35e558),_0x4ce065=_0x35c1dc['find'](_0x1bdbe0=>_0x1bdbe0['getRange']()['isEqual'](_0x525309));_0x4ce065&&_0x4ac474['push']([_0x4ce065['name'],_0xc918df]);}_0x4ac474['length']&&_0x14ef5c['setAttribute']('markerAttributes',Object['fromEntries'](_0x4ac474));}_0x4c3f8e=null;}));},{'priority':_0x31b733['high']+0xa}),_0x1b773c['on']('contentInsertion',()=>{_0x139bf1=!0x1;},{'priority':'lowest'}),_0x56a054['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x15382c,_0x3f6fbc)=>{const [_0x58640a,_0x2a5544,,_0x41ae54]=_0x3f6fbc;if(!_0x4c3f8e)return;_0x15382c['stop']();const _0x3155ce=_0x58640a['cell'],_0x203f37=_0x2a5544,_0x533bc4=ve(_0x3155ce),_0x53acea=ve(_0x203f37);_0x15382c['return']=_0x3155ce;let _0x1f66fa=null,_0x4591b0=null;if(_0x53acea||_0x533bc4){if(_0x533bc4&&!_0x53acea){_0x41ae54['remove'](_0x3155ce['getChild'](0x0));for(const _0x5921fb of Array['from'](_0x203f37['getChildren']()))_0x41ae54['insert'](_0x5921fb,_0x3155ce,'end');const _0x121d18=_0x4c3f8e['rowInsertionIndexes']['includes'](_0x58640a['row']),_0x44a3a1=_0x4c3f8e['columnInsertionIndexes']['includes'](_0x58640a['column']);_0x121d18||_0x44a3a1||(_0x1f66fa=_0x5b1490['fromRange'](_0x41ae54['createRangeIn'](_0x3155ce)));}else _0x53acea&&!_0x533bc4&&(_0x4591b0=_0x41ae54['createRangeIn'](_0x3155ce));}else{const _0x5b7d16=_0x41ae54['createElement']('tableCellSuggestion'),_0x47388d=_0x41ae54['createElement']('tableCellSuggestion');_0x41ae54['wrap'](_0x41ae54['createRangeIn'](_0x3155ce),_0x47388d),_0x41ae54['insert'](_0x5b7d16,_0x3155ce,0x0);for(const _0x130fa8 of Array['from'](_0x203f37['getChildren']()))_0x41ae54['insert'](_0x130fa8,_0x5b7d16,'end');_0x1f66fa=_0x5b1490['fromRange'](_0x41ae54['createRangeOn'](_0x5b7d16)),_0x4591b0=_0x5b1490['fromRange'](_0x41ae54['createRangeOn'](_0x47388d));}const _0x55a063=Array['from'](_0x203f37['getAttributes']())['filter'](([_0x33574d])=>Be['includes'](_0x33574d));_0x4c3f8e['cells']['push']({'element':_0x3155ce,'attributes':_0x55a063['length']?Object['fromEntries'](_0x55a063):null}),_0x1f66fa&&_0x4c3f8e['insertionRanges']['push'](_0x1f66fa),_0x4591b0&&_0x4c3f8e['deletionRanges']['push'](_0x4591b0);},{'priority':'high'}),_0x3ba231['on']('insertColumns',(_0x34f4cc,_0x4e9c3c)=>{const [_0x478a46,_0x5b24c3={}]=_0x4e9c3c;if(!_0x4c3f8e)return;const _0x1ae84e=_0x5b24c3['at']||0x0,_0x5ac87f=_0x5b24c3['columns']||0x1;_0x4c3f8e['columnInsertionIndexes']=new Array(_0x5ac87f)['fill'](_0x1ae84e)['map']((_0x2d67d4,_0x5627fa)=>_0x2d67d4+_0x5627fa);for(const {cell:_0x5149a2}of _0x3ba231['createTableWalker'](_0x478a46,{'startColumn':_0x1ae84e,'endColumn':_0x1ae84e+_0x5ac87f-0x1}))_0x4c3f8e['columnInsertionRanges']['push'](_0x56a054['model']['createRangeOn'](_0x5149a2));},{'priority':'low'}),_0x3ba231['on']('insertRows',(_0x3b46c4,_0x47b7de)=>{const [_0x44ff36,_0x1aace3={}]=_0x47b7de;if(!_0x4c3f8e)return;const _0xeef584=_0x1aace3['at']||0x0,_0x5e3fba=_0x1aace3['rows']||0x1;_0x4c3f8e['rowInsertionIndexes']=new Array(_0x5e3fba)['fill'](_0xeef584)['map']((_0x51c4b6,_0x3064a8)=>_0x51c4b6+_0x3064a8);for(const {cell:_0x205d1b}of _0x3ba231['createTableWalker'](_0x44ff36,{'startRow':_0xeef584,'endRow':_0xeef584+_0x5e3fba-0x1}))_0x4c3f8e['rowInsertionRanges']['push'](_0x56a054['model']['createRangeOn'](_0x205d1b));},{'priority':'low'}),_0x8753aa['descriptionFactory']['registerDescriptionCallback'](_0x1fa09f=>{if(_0x1fa09f['subType']&&_0x1fa09f['subType']['startsWith']('tablePaste'))return _0x1fa09f['previous']?{}:{'type':'insertion','content':At(_0x56a054['locale'],'*Replace\x20table\x20cells*')};});const _0x2f2758=()=>!0x1;for(const _0x282414 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x8753aa['_suggestionFactory']['registerCustomCallback']('insertion',_0x282414,'join',_0x2f2758),_0x8753aa['_suggestionFactory']['registerCustomCallback']('deletion',_0x282414,'join',_0x2f2758),_0x8753aa['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x282414,'join',_0x2f2758);_0x8753aa['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x2f2758),_0x8753aa['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x1009ae,_0x388328,_0x451bab)=>{const _0x42c9d6=_0x1009ae['map'](_0x231ffd=>_0x231ffd['getContainedElement']())['filter'](_0x87c08c=>_0x87c08c),_0x67b77e=new Map(_0x42c9d6['map'](_0x1725fb=>[_0x1725fb,null]));if(_0x4c3f8e){for(const {element:_0x543b9f,attributes:_0x311fd4}of _0x4c3f8e['cells'])_0x311fd4&&_0x67b77e['set'](_0x543b9f,_0x311fd4);}else{if(_0x451bab&&_0x451bab['markerAttributes'])for(const [_0x42f255,_0x333ac1]of Object['entries'](_0x451bab['markerAttributes'])){const _0x1e266f=_0x56a054['model']['markers']['get'](_0x42f255),_0x4ff2d7=_0x1e266f?_0x1e266f['getRange']()['getContainedElement']():null;_0x4ff2d7&&_0x67b77e['set'](_0x4ff2d7,_0x333ac1);}}_0x56a054['model']['change'](_0x31c90c=>{for(const [_0x5abcfb,_0x26053f]of _0x67b77e)_0x31c90c['setAttributes']({...Fe,..._0x26053f},_0x5abcfb);});});const _0x11a3f6=(_0x829215,_0x91ff73)=>{_0x8753aa['_suggestionFactory']['registerCustomCallback'](_0x829215,'tablePaste',_0x91ff73,(_0x3db765,_0xd80aeb,_0x14ce04)=>{_0x56a054['model']['change'](_0x495877=>{const _0x9f0082=[];for(const _0x27de0c of _0x3db765){const _0x5d5391=_0x27de0c['start']['nodeAfter'];_0x5d5391['is']('element','tableCellSuggestion')&&_0x9f0082['push'](_0x5d5391);}_0x8753aa['_suggestionFactory']['getSuggestionCallback'](_0x829215,null,_0x91ff73)(_0x3db765,_0xd80aeb,_0x14ce04);for(const _0x43c18b of _0x9f0082)'$graveyard'!=_0x43c18b['root']['rootName']&&_0x495877['unwrap'](_0x43c18b);});});};_0x11a3f6('insertion','accept'),_0x11a3f6('insertion','discard'),_0x11a3f6('deletion','accept'),_0x11a3f6('deletion','discard'),_0x8753aa['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x1cff8c=>{const _0xd291f4=_0x1cff8c['map'](_0x39d8a8=>_0x39d8a8['getContainedElement']()),_0x558c38=_0xd291f4[0x0]['findAncestor']('table'),{minRow:_0x2028ba,maxRow:_0x497f9e}=_0x12b816['_getCoordsForCells'](_0xd291f4);_0x3ba231['removeRows'](_0x558c38,{'at':_0x2028ba,'rows':_0x497f9e-_0x2028ba+0x1});}),_0x8753aa['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x52e8f9=>{const _0x3dda39=_0x52e8f9['map'](_0x1cabc5=>_0x1cabc5['getContainedElement']()),_0x3ad7a8=_0x3dda39[0x0]['findAncestor']('table'),{minColumn:_0x4e094c,maxColumn:_0x245bfe}=_0x12b816['_getCoordsForCells'](_0x3dda39);_0x3ba231['removeColumns'](_0x3ad7a8,{'at':_0x4e094c,'columns':_0x245bfe-_0x4e094c+0x1});});const _0x5f5762=(_0x576288,_0x15825a)=>{if(!_0x15825a['subType']||!_0x15825a['subType']['startsWith']('tablePaste'))return;const _0xec0d04=_0x15825a['attributes']['tablePasteChainId'],_0x50637a=_0x8753aa['getSuggestions']()['filter'](_0xefdfb2=>_0xefdfb2['isInContent']&&_0xefdfb2['attributes']&&_0xefdfb2['attributes']['tablePasteChainId']==_0xec0d04);_0x50637a['length']&&_0x15825a['getAllAdjacentSuggestions']()['length']!=_0x50637a['length']&&_0x50637a['reduce']((_0x4789ed,_0x58015f)=>(_0x4789ed['next']=_0x58015f,_0x58015f['previous']=_0x4789ed,_0x58015f));};function _0x38217b(_0x4b7f7c,_0x4ab414=!0x0){const {id:_0x1c3842,authorId:_0x23611d}=_0x6b12f7(_0x4b7f7c['markerName']),_0x99dc44=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x17f0b6=_0x8753aa['activeMarkers']['includes'](_0x4b7f7c['markerName']);return _0x17f0b6&&_0x99dc44['push']('ck-suggestion-marker--active'),{'classes':_0x99dc44,'attributes':{'data-suggestion':_0x1c3842,'data-author-id':_0x23611d},'priority':_0x17f0b6&&_0x4ab414?0xbc2:0xbb8};}_0x8753aa['on']('suggestionLoaded',_0x5f5762,{'priority':'high'}),_0x8753aa['on']('suggestionUnloaded',_0x5f5762,{'priority':'high'}),_0x56a054['model']['document']['registerPostFixer'](()=>{let _0x3535ee=!0x1;const _0x434bbd=Array['from'](_0x56a054['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x44e7b0,data:_0x20b12a}of _0x434bbd){const {group:_0x5b9310,type:_0x780cdc,id:_0xde2f}=_0x6b12f7(_0x44e7b0);if('suggestion'!=_0x5b9310||'deletion'!=_0x780cdc||_0x20b12a['oldRange'])continue;if(!_0x8753aa['hasSuggestion'](_0xde2f))continue;const _0xf43100=_0x8753aa['getSuggestion'](_0xde2f)['getRanges'](),_0x407917=_0x56a054['plugins']['get']('Users')['me'];for(const _0x272b92 of _0x8753aa['getSuggestions']()){if(!_0x272b92['isInContent']||_0x272b92['author']!=_0x407917)continue;if('formatBlock'!=_0x272b92['type']||'tablePasteCell'!=_0x272b92['subType'])continue;if(_0x272b92['getRanges']()['every'](_0x27e86e=>_0xf43100['some'](_0x570d10=>_0x570d10['containsRange'](_0x27e86e,!0x0)))){for(const _0xe2d8be of _0x272b92['getAllAdjacentSuggestions']())_0xe2d8be['isInContent']&&(_0xe2d8be['discard'](),_0x3535ee=!0x0);}}}return _0x3535ee;}),_0x56a054['model']['document']['registerPostFixer'](_0x24522a=>{const _0x1ef8b5=_0x56a054['commands']['get']('redo');if(!_0x1ef8b5||!_0x1ef8b5['_createdBatches']['has'](_0x24522a['batch']))return!0x1;let _0x1a6fef=!0x1;const _0x5b7460=_0x56a054['plugins']['get']('Users')['me'],_0x14945f=_0x56a054['model']['document']['differ']['getChanges'](),_0x26ce1f=Array['from'](_0x56a054['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x575950,data:_0x155bde})=>{const {group:_0x31bf87,subType:_0x1669f,authorId:_0x35c94d}=_0x6b12f7(_0x575950);return'suggestion'==_0x31bf87&&'tablePaste'==_0x1669f&&_0x35c94d==_0x5b7460['id']&&!_0x155bde['oldRange'];});for(const _0x35b450 of _0x14945f){if('insert'!=_0x35b450['type']||'tableCellSuggestion'!=_0x35b450['name']||0x1!=_0x35b450['length'])continue;const _0x3b89b5=_0x24522a['createRange'](_0x35b450['position'],_0x35b450['position']['getShiftedBy'](0x1));if(!_0x26ce1f['find'](({data:_0x5428b2})=>_0x5428b2['newRange']['isEqual'](_0x3b89b5))){for(const {name:_0x2e42b5,data:_0x199514}of _0x26ce1f)if(_0x3b89b5['containsRange'](_0x199514['newRange'])){_0x24522a['updateMarker'](_0x2e42b5,{'range':_0x3b89b5}),_0x1a6fef=!0x0;break;}}}return _0x1a6fef;}),_0x56a054['model']['document']['registerPostFixer'](_0x3c2c96=>{let _0x27ec01=!0x1;const _0x258743=_0x56a054['plugins']['get']('Users')['me'],_0x38350a=_0x8753aa['getSuggestions']()['filter'](_0x3eb0bf=>_0x3eb0bf['isInContent']&&_0x3eb0bf['author']==_0x258743),_0x140d28=new Set(),_0x519cd6=new Set();for(const _0x581e3a of _0x38350a)if('tablePaste'==_0x581e3a['subType'])for(const _0x34c0de of _0x581e3a['getMarkers']()){const _0x42a6a9=_0x34c0de['getRange']()['getContainedElement']();if(_0x42a6a9){if(_0x42a6a9['is']('element','tableCellSuggestion')&&ve(_0x42a6a9)){_0x581e3a['removeMarker'](_0x34c0de['name']),_0x140d28['add'](_0x42a6a9),_0x27ec01=!0x0;const _0x28622c=_0x42a6a9['nextSibling'],_0x2cb674=_0x42a6a9['previousSibling'],_0x26a8ab=_0x28622c&&_0x28622c['is']('element','tableCellSuggestion'),_0x26bf5c=_0x2cb674&&_0x2cb674['is']('element','tableCellSuggestion');_0x26a8ab&&!_0x140d28['has'](_0x28622c)&&_0x519cd6['add'](_0x28622c),_0x26bf5c&&!_0x140d28['has'](_0x2cb674)&&_0x519cd6['add'](_0x2cb674);}else _0x42a6a9['is']('element','paragraph')&&_0x42a6a9['isEmpty']&&(_0x581e3a['removeMarker'](_0x34c0de['name']),_0x27ec01=!0x0);}}else{if('tablePasteCell'==_0x581e3a['subType']){if(!_0x581e3a['attributes']||!_0x581e3a['attributes']['tablePasteChainId'])continue;const _0x20ef40=_0x581e3a['attributes']['markerAttributes'];if(_0x20ef40&&Object['keys'](_0x20ef40)['length'])continue;const _0x4e6dc0=_0x581e3a['attributes']['tablePasteChainId'];let _0x307ce5=!0x0,_0x2f7922=!0x0;for(const _0x2b74fe of _0x38350a)if(_0x2b74fe['subType']&&_0x2b74fe['subType']['startsWith']('tablePaste')){if(!_0x2b74fe['attributes']['tablePasteChainId']){_0x2f7922=!0x1;break;}if(_0x2b74fe['id']!=_0x581e3a['id']&&_0x2b74fe['attributes']['tablePasteChainId']==_0x4e6dc0){_0x307ce5=!0x1;break;}}_0x2f7922&&_0x307ce5&&(_0x581e3a['removeMarkers'](),_0x27ec01=!0x0);}}for(const _0x26e161 of _0x140d28)_0x3c2c96['remove'](_0x26e161);for(const _0x4364f9 of _0x519cd6)_0x3c2c96['unwrap'](_0x4364f9);return _0x27ec01;}),_0x56a054['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x523173=>_0x38217b(_0x523173),'converterPriority':'high'}),_0x56a054['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0xcca886,_0xb26e37)=>_0xb26e37['options']['showSuggestionHighlights']?_0x38217b(_0xcca886,!0x1):null,'converterPriority':'high'});const _0x43e0c6=_0x56a054['editing']['view'];this['listenTo'](_0x43e0c6['document'],'clipboardOutput',(_0xf8045e,_0x329348)=>{const _0x244883=[];for(const _0x4a5223 of _0x43e0c6['createRangeIn'](_0x329348['content'])['getItems']())_0x4a5223['is']('element','suggestion-td')&&_0x244883['push'](_0x4a5223);_0x43e0c6['change'](_0x150560=>{for(const _0x442bec of _0x244883)_0x150560['move'](_0x150560['createRangeIn'](_0x442bec),_0x150560['createPositionBefore'](_0x442bec)),_0x150560['remove'](_0x442bec);});});}}function ve(_0x56a685){if(_0x56a685['isEmpty'])return!0x0;const _0x2deaf4=_0x56a685['getChild'](0x0);return _0x2deaf4['is']('element','paragraph')&&_0x2deaf4['isEmpty'];}function xe(_0x40a721,_0x2f2438={},_0xc9b27){for(const {isAnchor:_0x3d989f,cellHeight:_0x46fbaf,cellWidth:_0x313436}of _0xc9b27['createTableWalker'](_0x40a721,{'includeAllSlots':!0x0,..._0x2f2438}))if(!_0x3d989f||0x1!=_0x46fbaf||0x1!=_0x313436)return!0x1;return!0x0;}class Pe extends _0x31a8de{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x31690e=this['editor']['plugins']['get']('TrackChangesEditing');_0x31690e['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x31690e['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x31690e['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x31690e['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x31690e['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x31690e['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x180533,_0x4b9a71){const _0x428937=this['editor']['plugins']['get']('TrackChangesEditing'),_0x56cdd2=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x5fdaad=_0x4b9a71['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x3b325a=_0x56cdd2['getColumnGroupElement'](_0x5fdaad);let _0x583082=_0x3b325a?_0x56cdd2['getTableColumnsWidths'](_0x3b325a):null,_0x54239e=_0x5fdaad['getAttribute']('tableWidth')||null;const _0x3c210e=_0x4b9a71['tableWidth']||_0x54239e,_0x2178ff=_0x4b9a71['columnWidths']||_0x583082,_0x21653a=this['editor']['plugins']['get']('Users')['me'];for(const _0x538588 of _0x428937['getSuggestions']()){const _0x106ede=_0x538588['getContainedElement']();if('resizeTable'===_0x538588['subType']&&_0x106ede===_0x5fdaad){_0x538588['author']!==_0x21653a&&_0x538588['discard']();const _0xb80998=_0x538588['data']['commandParams'];_0x54239e=_0xb80998[0x0]['tableWidth'],_0x583082=_0xb80998[0x0]['columnWidths'];break;}}_0x180533({'table':_0x5fdaad,'tableWidth':_0x3c210e,'columnWidths':_0x2178ff}),_0x428937['markBlockFormat'](_0x5fdaad,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x54239e,'columnWidths':_0x583082}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x5429f7){if('formatBlock'!=_0x5429f7['type']&&'formatInline'!=_0x5429f7['type'])return;const {data:_0x2d37d0}=_0x5429f7;if(_0x2d37d0&&'resizeTable'===_0x2d37d0['formatGroupId']){const _0x2571ec='*Format:*\x20resize\x20table';return{'type':'format','content':At(this['editor']['locale'],_0x2571ec)};}}}class Ue extends _0x31a8de{['afterInit'](){const _0x1d7add=this['editor'];_0x1d7add['plugins']['has']('Template')&&_0x1d7add['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Ge extends _0x31a8de{['afterInit'](){const _0x4ea2b2=this['editor'];if(!_0x4ea2b2['commands']['get']('insertTableOfContents'))return;_0x4ea2b2['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x4ec56a=_0x4ea2b2['plugins']['get']('TrackChangesEditing'),_0x447bf8=_0x4ea2b2['locale'];_0x4ec56a['descriptionFactory']['registerElementLabel']('tableOfContents',_0xc692b0=>At(_0x447bf8,'ELEMENT_TABLE_OF_CONTENTS',_0xc692b0));}}class He extends _0x31a8de{['afterInit'](){const _0x28b12a=this['editor'];if(!_0x28b12a['plugins']['has']('Title'))return;_0x28b12a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerElementLabel']('title-content',()=>At(_0x28b12a['locale'],'ELEMENT_TITLE')),_0x28b12a['model']['document']['registerPostFixer'](_0x5cd3c1=>{let _0x3c1369=!0x1;const _0x29cc6a=Array['from'](_0x28b12a['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2ec1a0,data:_0x1d2f97}of _0x29cc6a){const {group:_0x368897}=_0x6b12f7(_0x2ec1a0);if('suggestion'!==_0x368897||!_0x1d2f97['newRange'])continue;const _0x27050c=_0x1d2f97['newRange'],_0x2fd4a1=_0x27050c['end']['nodeBefore'];if(!_0x2fd4a1||!_0x2fd4a1['is']('element','title-content'))continue;if(!_0x27050c['start']['isTouching'](_0x27050c['end']))continue;const _0x1c0246=_0x28b12a['model']['schema']['getNearestSelectionRange'](_0x27050c['end'],'forward');if(_0x1c0246&&_0x1c0246['isCollapsed']){const _0x1b9c73=_0x5cd3c1['createRange'](_0x27050c['start'],_0x1c0246['start']);_0x1b9c73['isEqual'](_0x27050c)||(_0x5cd3c1['updateMarker'](_0x2ec1a0,{'range':_0x1b9c73}),_0x3c1369=!0x0);}_0x3c1369||(_0x5cd3c1['removeMarker'](_0x2ec1a0),_0x3c1369=!0x0);}return _0x3c1369;});}}class $e extends _0x31a8de{['afterInit'](){const _0x5c7e00=this['editor'],_0x25417f=_0x5c7e00['plugins']['get']('TrackChangesEditing');_0x5c7e00['plugins']['has']('Uploadcare')&&(_0x25417f['enableCommand']('uploadcare'),_0x5c7e00['plugins']['has']('UploadcareImageEdit')&&(_0x25417f['enableCommand']('uploadcareImageEdit'),_0x25417f['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x25417f['descriptionFactory']['registerDescriptionCallback'](_0x56635c=>{if('attribute'!=_0x56635c['type'])return;const {data:_0x5900c9}=_0x56635c;return _0x5900c9&&'uploadcareImageId'==_0x5900c9['key']?{'type':'format','content':''}:void 0x0;})));}}class We extends _0x31a8de{['afterInit'](){const _0x2b1583=this['editor'],_0x13b162=_0x2b1583['plugins']['get']('TrackChangesEditing');_0x2b1583['plugins']['has']('UndoEditing')&&(_0x13b162['enableCommand']('undo'),_0x13b162['enableCommand']('redo'));}}class Ve extends _0x31a8de{static get['requires'](){return[Ne];}['afterInit'](){const _0x5f080c=this['editor'];if(!_0x5f080c['plugins']['has']('TableCaptionEditing'))return;_0x5f080c['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class je extends _0x31a8de{['tableProperties'];['tableCellProperties'];constructor(_0x4c94cb){super(_0x4c94cb),this['tableProperties']=['tableBorderColor','tableBorderStyle','tableBorderWidth','tableAlignment','tableWidth','tableHeight','tableBackgroundColor'],this['tableCellProperties']=['tableCellBorderColor','tableCellBorderStyle','tableCellBorderWidth','tableCellPadding','tableCellWidth','tableCellHeight','tableCellBackgroundColor','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellType'];}static get['pluginName'](){return'TrackChangesTableProperties';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x57c36e=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x45f399 of this['tableProperties'])_0x57c36e['enableCommand'](_0x45f399,(_0x45311b,_0xeeff99)=>{const _0x5a48ee=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x45f399,[_0x5a48ee],this['tableProperties'],'tableProperties',_0x45311b,_0xeeff99);});_0x57c36e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x57c36e['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x57c36e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0xb1bf9d,_0x5f4dcb)=>this['handleDiscardAction'](this['tableProperties'],_0xb1bf9d,_0x5f4dcb)),_0x57c36e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x5c6047 of this['tableCellProperties'])this['editor']['commands']['get'](_0x5c6047)&&_0x57c36e['enableCommand'](_0x5c6047,(_0x178f83,_0x58da2e)=>{const _0x1479b1=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x5c6047,_0x1479b1,this['tableCellProperties'],'tableCellProperties',_0x178f83,_0x58da2e);});_0x57c36e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x57c36e['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x57c36e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0xda3114,_0x623101)=>this['handleDiscardAction'](this['tableCellProperties'],_0xda3114,_0x623101)),_0x57c36e['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1),this['editor']['model']['schema']['checkAttribute']('tableCell','tableCellType')&&_0x57c36e['descriptionFactory']['registerAttributeLabel']('tableCellType',At(this['editor']['locale'],'FORMAT_TABLE_CELL_TYPE'));}_0x57c36e['descriptionFactory']['registerDescriptionCallback'](_0xab3850=>this['handleSuggestionDescription'](_0xab3850)),this['_registerTablePropertiesAttributes']();}['_handlePropertyChange'](_0x3cc310,_0x1fc0dd,_0x170382,_0x1d0484,_0x17d2f0,_0x5575b2){const _0x354a53=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x5575b2['batch'],()=>{for(const _0x5dc079 of _0x1fc0dd){if(this['_getSuggestion'](_0x5dc079,_0x1d0484))_0x17d2f0(_0x5575b2);else{const _0x208c6c={};for(const _0x1cd4de of _0x170382){const _0x17aca7=_0x5dc079['getAttribute'](_0x1cd4de);void 0x0!==_0x17aca7&&(_0x208c6c[_0x1cd4de]=_0x17aca7);}_0x17d2f0(_0x5575b2),_0x354a53['markBlockFormat'](_0x5dc079,{'commandParams':[_0x208c6c]},[],_0x1d0484);}}});}['handleDiscardAction'](_0x500c3a,_0x14ae43,_0x203c47){const _0x208fc0=_0x14ae43[0x0]['start']['nodeAfter'],_0xdd591d=_0x203c47['commandParams'][0x0];this['editor']['model']['change'](_0x1424f8=>{for(const _0x2c3eb2 of _0x500c3a)void 0x0!==_0xdd591d[_0x2c3eb2]?_0x1424f8['setAttribute'](_0x2c3eb2,_0xdd591d[_0x2c3eb2],_0x208fc0):_0x1424f8['removeAttribute'](_0x2c3eb2,_0x208fc0);});}['handleSuggestionDescription'](_0x21a42b){if(_0x21a42b['data'])switch(_0x21a42b['subType']){case'tableProperties':return{'type':'format','content':At(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':At(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x4c588a,_0x211028){const _0x5a2907=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x3d3a4c of _0x5a2907['getSuggestions']({'skipNotAttached':!0x0})){const _0x1446b8=_0x3d3a4c['getContainedElement']();if(_0x3d3a4c['subType']===_0x211028&&_0x1446b8===_0x4c588a)return _0x3d3a4c;}return null;}['_registerTablePropertiesAttributes'](){const _0x3451d3=this['editor']['plugins']['get']('TrackChangesEditing'),_0x101a8d=[...this['tableProperties'],...this['tableCellProperties']];for(const _0x2e767f of _0x101a8d){const _0x260bf2=_0x2e767f['replace'](/([A-Z])/g,'_$1')['toUpperCase']();_0x3451d3['descriptionFactory']['registerAttributeLabel'](_0x2e767f,At(this['editor']['locale'],'FORMAT_'+_0x260bf2));}}}class ze extends _0x31a8de{['afterInit'](){const _0x3d86b1=this['editor'];if(!_0x3d86b1['plugins']['has']('LineHeight'))return;const _0x5c7431=_0x3d86b1['plugins']['get']('TrackChangesEditing'),_0x3bfb6f=_0x3d86b1['locale'];_0x5c7431['enableDefaultAttributesIntegration']('lineHeight'),_0x5c7431['descriptionFactory']['registerAttributeLabel']('lineHeight',At(_0x3bfb6f,'FORMAT_LINE_HEIGHT'));}}const Ke='$elementName';class Xe extends _0x31a8de{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_suggestionsConversion'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_recordAttributeSuggestions']=!0x1;['_trackingSessionId']=null;static get['requires'](){return[_0x2a6692,_0x4ed631,_0x11347e,_0x20dd34,_0x2567f1,Ct,yt,Nt,Rt,Mt,Ot,Bt,Dt,Ft,vt,Pt,Ut,jt,zt,Kt,Yt,qt,Qt,Jt,te,ee,ne,ie,re,se,oe,ae,ce,ue,fe,Te,le,Gt,ze,$t,ge,me,Ee,_e,pe,Le,Ie,be,Ae,Ce,ye,Ne,Se,Me,Oe,we,Ve,De,Pe,Ge,je,Ue,He,$e,We];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x14269f){super(_0x14269f),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x955df9,_0x8647f7,_0x3f31af,_0x66558d)=>{this['_model']['change'](()=>{for(const _0x3239a2 of[..._0x66558d,..._0x3f31af])this['_model']['markers']['has'](_0x3239a2)&&_0x14269f['editing']['reconvertMarker'](_0x3239a2);});}),this['descriptionFactory']=new kt(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Ye(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x14269f['plugins']['get'](_0x2a6692),this['_suggestionsConversion']=_0x14269f['plugins']['get'](_0x4ed631),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,_0x14269f['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x14269f['config']['get']('trackChanges.trackFormatChanges'),_0x14269f['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x14269f['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new ht(_0x14269f,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x19514d=this['editor'];_0x19514d['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x2724fe,{writer:_0x272c86})=>{let _0x54b200='suggestion:'+_0x2724fe['getAttribute']('suggestion-type')+':'+_0x2724fe['getAttribute']('id');return _0x2724fe['getAttribute']('marker-count')&&(_0x54b200+=':'+_0x2724fe['getAttribute']('marker-count')),_0x272c86['createElement']('$marker',{'data-name':_0x54b200});}}),_0x19514d['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x19514d['model']['document']['registerPostFixer'](_0x4c43e3=>{let _0xd0c829=!0x1;const _0xf5816b=Array['from'](_0x19514d['model']['document']['differ']['getChangedMarkers']()),_0x351d55=new Set();for(const {name:_0xd086e7,data:_0x48fc25}of _0xf5816b){const {group:_0x3229cf,type:_0x1c1936,subType:_0x404574,id:_0x5996f7}=_0x6b12f7(_0xd086e7);if('suggestion'!==_0x3229cf)continue;const _0x5b720e=_0x404574?'suggestion:'+_0x1c1936+':'+_0x404574+':'+_0x5996f7:'suggestion:'+_0x1c1936+':'+_0x5996f7,_0x212a12=_0x19514d['model']['markers']['getMarkersGroup'](_0x5b720e),_0x41ae55=_0x19514d['model']['markers']['get'](_0xd086e7),_0x413d7a=this['_suggestions']['get'](_0x5996f7);if(null!=_0x48fc25['newRange']){'formatInline'==_0x1c1936&&(_0xd0c829=_0xd0c829||Ze(_0x48fc25['newRange'],_0xd086e7,_0x4c43e3,_0x19514d['model']['schema']));const _0x2b5b53='attribute'==_0x1c1936&&this['_suggestionsConversion']['isBlockAttribute'](un(_0x404574)),_0x1b16de='attribute'==_0x1c1936&&this['_suggestionsConversion']['isInlineAttribute'](un(_0x404574));if(_0x48fc25['newRange']['isCollapsed']||'$graveyard'==_0x48fc25['newRange']['root']['rootName']||'formatBlock'==_0x1c1936&&!tn(_0x48fc25['newRange'])||_0x2b5b53&&!tn(_0x48fc25['newRange'])||_0x1b16de&&en(_0x48fc25['newRange'])||'deletion'==_0x1c1936&&en(_0x48fc25['newRange'])||_0x41ae55&&nn(_0x41ae55,_0x212a12))_0x4c43e3['removeMarker'](_0xd086e7),_0xd0c829=!0x0;else{if(!_0x413d7a||!_0x413d7a['isInContent'])continue;if(_0x48fc25['newRange']&&_0x48fc25['oldRange']&&_0x48fc25['newRange']['isEqual'](_0x48fc25['oldRange']))continue;_0x351d55['add'](_0x413d7a);}}}return _0x351d55['size']>0x0&&(_0xd0c829=!!this['_joinWithAdjacentSuggestions'](_0x351d55)||_0xd0c829),_0xd0c829;}),_0x19514d['model']['document']['registerPostFixer'](_0x174371=>{let _0x102e92=!0x1;for(const _0x15fcd4 of _0x19514d['model']['document']['differ']['getChanges']())if('insert'==_0x15fcd4['type'])for(const _0xf3f599 of this['_suggestions']['values']()){if(_0xf3f599['isMultiRange']||!_0xf3f599['isInContent'])continue;const _0x5a9a37='formatBlock'==_0xf3f599['type'],_0x1a6364=this['_getAttributeKey'](_0xf3f599),_0x34c61f=_0x1a6364&&this['_suggestionsConversion']['isBlockAttribute'](_0x1a6364);if(!_0x5a9a37&&!_0x34c61f)continue;const _0x4e11c6=_0xf3f599['getFirstRange']();if(_0x4e11c6['start']['parent']!=_0x4e11c6['end']['parent']&&!_0x4e11c6['end']['isAtEnd']){const _0x525eef=_0x19514d['model']['createPositionAt'](_0x4e11c6['start']['nodeAfter'],'end'),_0x5e8dc3=_0x19514d['model']['createRange'](_0x4e11c6['start'],_0x525eef);_0x174371['updateMarker'](_0xf3f599['getFirstMarker'](),{'range':_0x5e8dc3}),_0x102e92=!0x0;}}return _0x102e92;}),_0x19514d['model']['document']['registerPostFixer'](_0x4dd8b7=>this['_processAttributeChanges'](_0x4dd8b7)),_0x19514d['model']['document']['registerPostFixer'](_0x4e14e5=>!_0x4e14e5['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x4e14e5)),_0x19514d['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x19514d['model']['document']['on']('change:data',(_0x4bedcd,_0x35ea51)=>{if(!_0x35ea51['isLocal']||_0x35ea51['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x698876=_0x19514d['model']['document']['differ']['getChanges']();if(0x0==_0x698876['length'])return;const _0xa6bdb7=[],_0x26a7be=_0x698876['filter'](_0x2ef3ef=>'attribute'==_0x2ef3ef['type']),_0x42a506=_0x698876['filter'](_0x1daaa8=>'insert'==_0x1daaa8['type']&&'$text'!=_0x1daaa8['name']);for(const _0x4e37a5 of _0x26a7be)this['_suggestionsConversion']['isRegisteredAttribute'](_0x4e37a5['attributeKey'])&&_0xa6bdb7['push']({'key':_0x4e37a5['attributeKey'],'newValue':_0x4e37a5['attributeNewValue'],'oldValue':_0x4e37a5['attributeOldValue'],'range':sn(_0x4e37a5['range'],_0x19514d['model'])});for(const _0x50db9c of _0x42a506){if('rename'!=_0x50db9c['action']&&'refresh'!=_0x50db9c['action'])continue;const _0x405d83=rn(_0x50db9c['position']['nodeAfter'],_0x19514d['model']),_0x20dbf6=_0x50db9c['before'];'rename'==_0x50db9c['action']&&_0xa6bdb7['push']({'key':Ke,'newValue':_0x50db9c['name'],'oldValue':_0x20dbf6['name'],'range':_0x405d83});for(const [_0xea183c,_0x57aa25]of _0x20dbf6['attributes']){if(!this['_suggestionsConversion']['isRegisteredAttribute'](_0xea183c))continue;const _0x297944=_0x50db9c['attributes']['get'](_0xea183c);_0x57aa25!==_0x297944&&_0xa6bdb7['push']({'key':_0xea183c,'newValue':_0x297944,'oldValue':_0x57aa25,'range':_0x405d83});}for(const [_0x215109,_0x554961]of _0x50db9c['attributes'])this['_suggestionsConversion']['isRegisteredAttribute'](_0x215109)&&(_0x20dbf6['attributes']['has'](_0x215109)||_0xa6bdb7['push']({'key':_0x215109,'newValue':_0x554961,'oldValue':null,'range':_0x405d83}));}0x0!=_0xa6bdb7['length']&&_0x19514d['model']['enqueueChange'](_0x35ea51,_0x398c87=>{const _0x3d17c4=_0x2026f5();for(const {range:_0x19b526,key:_0x2dfa0d,oldValue:_0x3f7320,newValue:_0x5b2b94}of _0xa6bdb7)this['markAttributeChange'](_0x19b526,_0x2dfa0d,_0x3f7320,_0x5b2b94,{'groupId':_0x3d17c4});this['_reduceExistingSuggestions'](_0x398c87,_0xa6bdb7);});},{'priority':'lowest'}),_0x19514d['model']['markers']['on']('update:suggestion',(_0x5e5c0c,_0x671dd,_0x18f30e)=>{if(null==_0x18f30e){const {id:_0x254cb7}=_0x6b12f7(_0x671dd['name']),_0x10d5a1=this['_suggestions']['get'](_0x254cb7);_0x10d5a1&&_0x10d5a1['addMarkerName'](_0x671dd['name']);}}),_0x19514d['model']['document']['on']('change:data',()=>{const _0x4e121a=Array['from'](_0x19514d['model']['document']['differ']['getChangedMarkers']())['filter'](_0xb072bc=>'suggestion'===_0x6b12f7(_0xb072bc['name'])['group']);if(0x0===_0x4e121a['length'])return;_0x4e121a['sort']((_0xf4a878,_0x28e971)=>{const _0x1df45e=_0xf4a878['data']['oldRange'],_0x270a28=_0x28e971['data']['oldRange'];return null===_0x1df45e&&null===_0x270a28?0x0:null===_0x1df45e&&null!==_0x270a28?-0x1:null!==_0x1df45e&&null===_0x270a28?0x1:_0x1df45e['start']['isBefore'](_0x270a28['start'])?-0x1:0x1;});const _0x19252c=new Set(),_0x43c5e3=new Set();for(const {name:_0x34c8f5,data:_0x4a62ff}of _0x4e121a){const {id:_0x1b2700}=_0x6b12f7(_0x34c8f5);if(null===_0x4a62ff['oldRange']){const _0x5cf0ec=this['_handleNewSuggestionMarker'](_0x34c8f5);_0x43c5e3['add'](_0x5cf0ec);}else{const _0x41d1d4=this['_suggestions']['get'](_0x1b2700);null!==_0x4a62ff['newRange']||_0x41d1d4['isInContent']?(_0x19252c['add'](_0x41d1d4['head']),_0x43c5e3['add'](_0x41d1d4)):this['_removeSuggestion'](_0x41d1d4);}}_0x43c5e3['size']>0x0&&this['_refreshSuggestionsChain'](_0x43c5e3);for(const _0x39ed4f of _0x19252c)this['fire']('suggestionChanged',_0x39ed4f);}),_0x19514d['model']['on']('applyOperation',(_0x1bad5b,_0x2c9719)=>{const _0x3fe3ce=_0x2c9719[0x0];if(!this['_suggestions']['size'])return;if(!_0x3fe3ce['isDocumentOperation'])return;if(_0x3fe3ce['batch']['isUndo']||!_0x3fe3ce['batch']['isLocal'])return;let _0xc8647b,_0x1af8fa;switch(_0x3fe3ce['type']){case'insert':_0xc8647b=_0x19514d['model']['createPositionAt'](_0x3fe3ce['position']),_0x1af8fa=_0xc8647b['getShiftedBy'](_0x3fe3ce['howMany']);break;case'split':_0xc8647b=_0x19514d['model']['createPositionAt'](_0x3fe3ce['splitPosition']),_0x1af8fa=_0x19514d['model']['createPositionAt'](_0x3fe3ce['moveTargetPosition']);break;case'move':_0xc8647b=_0x19514d['model']['createPositionAt'](_0x3fe3ce['targetPosition']),_0x1af8fa=_0xc8647b['getShiftedBy'](_0x3fe3ce['howMany']);break;default:return;}const _0x1f6ab6=_0x19514d['model']['createRange'](_0xc8647b,_0x1af8fa);_0x19514d['model']['change'](()=>{for(const {suggestion:_0x26209b,meta:_0x3cbb44}of this['_findSuggestions'](_0x1f6ab6)){if(_0x26209b['isMultiRange'])continue;if('formatInline'==_0x26209b['type'])continue;const _0x533cb5=this['_getAttributeKey'](_0x26209b);if(_0x533cb5&&this['_suggestionsConversion']['isBlockAttribute'](_0x533cb5)&&'split'!=_0x3fe3ce['type'])continue;const _0x35849f=_0x26209b['data']&&_0x26209b['data']['multipleBlocks'];('formatBlock'!=_0x26209b['type']||'split'==_0x3fe3ce['type']&&!_0x35849f)&&(_0x3cbb44['containsRangeInObject']||'insertion'==_0x26209b['type']&&_0x3cbb44['isOwn']||_0x26209b['getFirstRange']()['containsRange'](_0x1f6ab6)&&this['_breakSuggestionMarker'](_0x26209b,_0xc8647b,_0x1af8fa));}});},{'priority':'lowest'}),_0x19514d['model']['on']('deleteContent',(_0x55e01a,_0x3c5ab0)=>{const _0x581ac4=_0x3c5ab0[0x0],_0x57c98f=_0x3c5ab0[0x1];if(_0x57c98f&&_0x57c98f['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x581ac4['isCollapsed'])return;const _0x32c4ce=_0x19514d['model']['schema'],{start:_0x5da5c8,end:_0x2909fd}=_0x581ac4['getFirstRange'](),_0x5cb977=_0x5da5c8['nodeAfter']&&_0x32c4ce['isLimit'](_0x5da5c8['nodeAfter'])?null:_0x32c4ce['getNearestSelectionRange'](_0x5da5c8,'forward'),_0x297ac1=_0x2909fd['nodeBefore']&&_0x32c4ce['isLimit'](_0x2909fd['nodeBefore'])?null:_0x32c4ce['getNearestSelectionRange'](_0x2909fd,'backward'),_0x58d162=_0x19514d['model']['createRange'](_0x5cb977?_0x5cb977['start']:_0x5da5c8,_0x297ac1?_0x297ac1['end']:_0x2909fd);_0x19514d['model']['change'](_0x295d39=>{this['markDeletion'](_0x58d162);const _0x5a8b70=_0x19514d['model']['schema']['getNearestSelectionRange'](_0x58d162['start']);_0x581ac4['is']('documentSelection')?_0x295d39['setSelection'](_0x5a8b70):_0x581ac4['setTo'](_0x5a8b70);}),_0x55e01a['stop']();},{'priority':_0x31b733['normal']+0xa}),_0x19514d['model']['on']('insertContent',(_0x48560c,_0x4b4466)=>{const _0x3139f5=_0x4b4466[_0x4b4466['length']-0x1];_0x3139f5&&_0x3139f5['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x19514d['model']['change'](()=>{let _0x2128f5=_0x19514d['model']['insertContent'](_0x4b4466[0x0],_0x4b4466[0x1],_0x4b4466[0x2],{'forceDefaultExecution':!0x0});if(!_0x2128f5)return;_0x48560c['return']=_0x2128f5['clone']();const _0x152960=_0x2128f5['end']['nodeBefore'],_0x57d4a6=_0x19514d['model']['schema'];_0x152960&&_0x57d4a6['isBlock'](_0x152960)&&!_0x57d4a6['isObject'](_0x152960)&&(_0x2128f5=_0x19514d['model']['createRange'](_0x2128f5['start'],_0x19514d['model']['createPositionAt'](_0x152960,'end'))),this['markInsertion'](_0x2128f5);}),_0x48560c['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x3a6983=new dt(_0x19514d,this['_suggestions']);_0x19514d['commands']['add']('acceptSuggestion',_0x3a6983),this['enableCommand']('acceptSuggestion');const _0x27e9b9=new ft(_0x19514d,this['_suggestions']);_0x19514d['commands']['add']('discardSuggestion',_0x27e9b9),this['enableCommand']('discardSuggestion'),_0x19514d['commands']['add']('acceptAllSuggestions',new Lt(_0x19514d,_0x3a6983,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x19514d['commands']['add']('discardAllSuggestions',new Lt(_0x19514d,_0x27e9b9,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x19514d['commands']['add']('acceptSelectedSuggestions',new It(_0x19514d,_0x3a6983,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x19514d['commands']['add']('discardSelectedSuggestions',new It(_0x19514d,_0x27e9b9,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x1139eb=_0x19514d['plugins']['get'](_0x2a6692);this['listenTo'](_0x1139eb,'addComment',(_0x8fa5ae,{threadId:_0x139964})=>{const _0x5c96be=this['_suggestions']['get'](_0x139964);_0x5c96be&&_0x5c96be['commentThread']&&0x1===_0x5c96be['commentThread']['length']&&this['_updateSuggestionData'](_0x139964,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x1139eb,'removeComment',(_0x4290f6,{threadId:_0x20da2c})=>{const _0x3f6290=this['_suggestions']['get'](_0x20da2c);_0x3f6290&&_0x3f6290['commentThread']&&!_0x3f6290['commentThread']['length']&&this['_updateSuggestionData'](_0x20da2c,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x49bf22){const _0x1ebda7=_0x544492([0x52,0x42,0x63,0x58,0x64,0x47,0x66,0x35,0x36,0x37,0x6d,0x4e,0x6a,0x4b,0x39,0x44,0x54,0x70,0x50,0x30,0x49,0x79,0x69,0x33,0x67,0x65,0x61,0x38,0x5a,0x76,0x7a,0x6c,0x45,0x34,0x62,0x46,0x75,0x57,0x72,0x77,0x73,0x48,0x31,0x68,0x6e,0x4f,0x53,0x4c,0x71,0x6b,0x59,0x32,0x4d,0x51,0x4a,0x78,0x6f,0x56,0x41,0x55,0x74,0x43]),_0x5bb3e0=0x3d8d0df,_0x11db9e=0x3df543f^_0x5bb3e0,_0x4611ee=window[_0x544492([0x44,0x61,0x74,0x65])][_0x544492([0x6e,0x6f,0x77])](),_0x6e56d8=_0x49bf22[_0x544492([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1e8600=new window[(_0x544492([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xfd9bb=>{_0x6e56d8[_0x544492([0x6f,0x6e,0x63,0x65])](_0x544492([0x72,0x65,0x61,0x64,0x79]),_0xfd9bb);}),_0x11f812={[_0x544492([0x6b,0x74,0x79])]:_0x544492([0x45,0x43]),[_0x544492([0x75,0x73,0x65])]:_0x544492([0x73,0x69,0x67]),[_0x544492([0x63,0x72,0x76])]:_0x544492([0x50,0x2d,0x32,0x35,0x36]),[_0x544492([0x78])]:_0x544492([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]),[_0x544492([0x79])]:_0x544492([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]),[_0x544492([0x61,0x6c,0x67])]:_0x544492([0x45,0x53,0x32,0x35,0x36])},_0x47cbc0=_0x6e56d8[_0x544492([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x544492([0x67,0x65,0x74])](_0x544492([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x55f51d(){let _0x5748d9,_0x3ce3d9=null,_0x4213d9=null;try{if(_0x47cbc0==_0x544492([0x47,0x50,0x4c]))return _0x544492([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5748d9=_0x4f123c(),!_0x5748d9)return _0x544492([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5748d9[_0x544492([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4213d9=_0x3c8a55(_0x5748d9[_0x544492([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5748d9[_0x544492([0x6a,0x74,0x69])])),await _0x2a9b22()?_0x24a1c9()?_0x472cf6()?_0x544492([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4e1838()?(_0x5748d9[_0x544492([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x544492([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3ce3d9=_0x91f9b0(_0x544492([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x521707()):_0x544492([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x544492([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x544492([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x544492([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x472cf6(){const _0x57c674=[_0x544492([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x544492([0x74,0x72,0x69,0x61,0x6c])][_0x544492([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5748d9[_0x544492([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4611ee/0x3e8:0xe10*_0x11db9e;return _0x5748d9[_0x544492([0x65,0x78,0x70])]<_0x57c674;}function _0x24a1c9(){const _0x4a7c5a=_0x5748d9[_0x544492([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x4a7c5a)return!0x1;if(_0x4a7c5a[_0x544492([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x544492([0x2a])))return!0x0;if(_0x4a7c5a[_0x544492([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x544492([0x54,0x43])))return!0x0;if(_0x4a7c5a[_0x544492([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x544492([0x52,0x54,0x43]))){if(_0x1baa4c())return!0x0;if(_0x36d07b()||_0x54c0e3())return!0x0;}return!0x1;}function _0x4e1838(){const _0x24d58d=_0x5748d9[_0x544492([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x24d58d||0x0==_0x24d58d[_0x544492([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x49ded8}=new URL(window[_0x544492([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x24d58d[_0x544492([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x49ded8))return!0x0;const _0x2b9f46=_0x49ded8[_0x544492([0x73,0x70,0x6c,0x69,0x74])](_0x544492([0x2e]));return _0x24d58d[_0x544492([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x588377=>_0x588377[_0x544492([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x544492([0x2a])))[_0x544492([0x6d,0x61,0x70])](_0x5b7cd3=>_0x5b7cd3[_0x544492([0x73,0x70,0x6c,0x69,0x74])](_0x544492([0x2e])))[_0x544492([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x55dc9e=>_0x55dc9e[_0x544492([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2b9f46[_0x544492([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x544492([0x6d,0x61,0x70])](_0x41f7db=>Array(_0x2b9f46[_0x544492([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x41f7db[_0x544492([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x544492([0x66,0x69,0x6c,0x6c])](_0x41f7db[0x0]===_0x544492([0x2a])?_0x544492([0x2a]):'')[_0x544492([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x41f7db))[_0x544492([0x73,0x6f,0x6d,0x65])](_0x35a749=>_0x2b9f46[_0x544492([0x65,0x76,0x65,0x72,0x79])]((_0xcd114d,_0x3d5bd8)=>_0x35a749[_0x3d5bd8]===_0xcd114d||_0x35a749[_0x3d5bd8]===_0x544492([0x2a])));}function _0x521707(){return _0x3ce3d9&&_0x4213d9?new window[(_0x544492([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x165c5d,_0x54057a)=>{_0x3ce3d9[_0x544492([0x74,0x68,0x65,0x6e])](_0x165c5d,_0x54057a),_0x4213d9[_0x544492([0x74,0x68,0x65,0x6e])](_0x14baa4=>{_0x14baa4!=_0x544492([0x56,0x61,0x6c,0x69,0x64])&&_0x165c5d(_0x14baa4);},_0x54057a);}):_0x3ce3d9||_0x4213d9||_0x544492([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3c8a55(_0x120c9f,_0x4fb696){return new window[(_0x544492([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x435eda=>{if(_0x566d18())return _0x435eda(_0x544492([0x56,0x61,0x6c,0x69,0x64]));_0x5bd8b6(),_0x6e56d8[_0x544492([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x544492([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x12b5e7=!0x1;const _0x213050=_0x2026f5();function _0xf69a4(_0x1306db){return!!_0x1306db&&(typeof _0x1306db===_0x544492([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1306db===_0x544492([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1306db[_0x544492([0x74,0x68,0x65,0x6e])]===_0x544492([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1306db[_0x544492([0x63,0x61,0x74,0x63,0x68])]===_0x544492([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x375168(_0x246be6){_0x55620e(_0x246be6)[_0x544492([0x74,0x68,0x65,0x6e])](_0x5b3cda=>{if(!_0x5b3cda||_0x5b3cda[_0x544492([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x544492([0x6f,0x6b]))return _0x544492([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1ef018(_0x24a189(_0x213050+_0x4fb696))!=_0x5b3cda[_0x544492([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x544492([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x544492([0x56,0x61,0x6c,0x69,0x64]);})[_0x544492([0x74,0x68,0x65,0x6e])](_0x314af0=>(_0x2fdff4(),_0x314af0),()=>{const _0x4aa377=_0x59a19b();return null==_0x4aa377?(_0x2fdff4(),_0x544492([0x56,0x61,0x6c,0x69,0x64])):_0x544492(_0x4611ee-_0x4aa377>(0x27d454df^_0x5bb3e0)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x544492([0x74,0x68,0x65,0x6e])](_0x435eda)[_0x544492([0x63,0x61,0x74,0x63,0x68])](()=>{_0x435eda(_0x544492([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x28c41c=0x3ee3e5f^_0x5bb3e0;function _0x2fdff4(){const _0x3604e6=_0x544492([0x6c,0x6c,0x63,0x74,0x2d])+_0x1ef018(_0x24a189(_0x120c9f)),_0x38c79b=_0xae5858(_0x1ef018(window[_0x544492([0x4d,0x61,0x74,0x68])][_0x544492([0x63,0x65,0x69,0x6c])](_0x4611ee/_0x28c41c)));window[_0x544492([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x544492([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3604e6,_0x38c79b);}function _0x59a19b(){const _0x210774=_0x544492([0x6c,0x6c,0x63,0x74,0x2d])+_0x1ef018(_0x24a189(_0x120c9f)),_0x18d437=window[_0x544492([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x544492([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x210774);return _0x18d437?window[_0x544492([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xae5858(_0x18d437),0x10)*_0x28c41c:null;}function _0x55620e(_0x32146f){return new window[(_0x544492([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f5a97,_0x61e8d3)=>{_0x32146f[_0x544492([0x74,0x68,0x65,0x6e])](_0x2f5a97,_0x61e8d3),window[_0x544492([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x61e8d3,0x3d9041f^_0x5bb3e0);});}}_0x6e56d8[_0x544492([0x6f,0x6e])](_0x544492([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x15a346,_0x2f1bfe)=>{if(_0x2f1bfe[0x0]!=_0x120c9f)return _0x435eda(_0x544492([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2f1bfe[0x1]={..._0x2f1bfe[0x1],[_0x544492([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x213050};},{[_0x544492([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x544492([0x68,0x69,0x67,0x68])}),_0x6e56d8[_0x544492([0x6f,0x6e])](_0x544492([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5453b4=>{_0xf69a4(_0x5453b4[_0x544492([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x12b5e7=!0x0,_0x375168(_0x5453b4[_0x544492([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x544492([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x544492([0x6c,0x6f,0x77])}),_0x1e8600[_0x544492([0x74,0x68,0x65,0x6e])](()=>{_0x12b5e7||_0x435eda(_0x544492([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x566d18(){return _0x6e56d8[_0x544492([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x544492([0x76,0x69,0x65,0x77])][_0x544492([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x544492([0x61,0x75,0x74,0x6f]);}function _0x5bd8b6(){_0x6e56d8[_0x544492([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x544492([0x76,0x69,0x65,0x77])][_0x544492([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x544492([0x61,0x75,0x74,0x6f]);}}function _0x91f9b0(_0x5afbe1){const _0x1577c3=[new window[(_0x544492([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x253bc7=>setTimeout(_0x253bc7,0x3d1ee13^_0x5bb3e0)),_0x1e8600[_0x544492([0x74,0x68,0x65,0x6e])](()=>new window[(_0x544492([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4a63e5=>{let _0x4c6d17=0x0;_0x6e56d8[_0x544492([0x6d,0x6f,0x64,0x65,0x6c])][_0x544492([0x6f,0x6e])](_0x544492([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2a1904,_0x132e8b)=>{_0x132e8b[0x0][_0x544492([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4c6d17++,_0x4c6d17==(0x3d8d537^_0x5bb3e0)&&(_0x4a63e5(),_0x2a1904[_0x544492([0x6f,0x66,0x66])]());});}))];return window[_0x544492([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x544492([0x72,0x61,0x63,0x65])](_0x1577c3)[_0x544492([0x74,0x68,0x65,0x6e])](()=>_0x5afbe1);}async function _0x3bdd36(){await _0x1e8600,_0x6e56d8[_0x544492([0x6d,0x6f,0x64,0x65,0x6c])][_0x544492([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x31b40a,_0x6e56d8[_0x544492([0x6d,0x6f,0x64,0x65,0x6c])][_0x544492([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x31b40a,_0x6e56d8[_0x544492([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x544492([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1baa4c(){return _0x34806d(_0x544492([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x17d7a1(_0x544492([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x544492([0x73,0x74,0x61,0x74,0x65])]==_0x544492([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x36d07b(){return _0x34806d(_0x544492([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 _0x54c0e3(){return _0x34806d(_0x544492([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x47046f(_0x34f00c){const _0x12f368=_0x508631();_0x6e56d8[_0x12f368]=_0x544492([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x34f00c,_0x34f00c!=_0x544492([0x56,0x61,0x6c,0x69,0x64])&&_0x3bdd36();}function _0x508631(){const _0x3afa99=window[_0x544492([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x544492([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x544492([0x6e,0x6f,0x77])]())[_0x544492([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x544492([0x2e]),'');let _0x44d0bc=_0x544492([0x52]);for(let _0x4d3469=0x0;_0x4d3469<_0x3afa99[_0x544492([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4d3469+=0x2){let _0x356857=window[_0x544492([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3afa99[_0x544492([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4d3469,_0x4d3469+0x2));_0x356857>=_0x1ebda7[_0x544492([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x356857-=_0x1ebda7[_0x544492([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x44d0bc+=_0x1ebda7[_0x356857];}return _0x44d0bc;}function _0x4f123c(){const _0x89d5df=_0x47cbc0[_0x544492([0x73,0x70,0x6c,0x69,0x74])](_0x544492([0x2e]));if(0x3!=_0x89d5df[_0x544492([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x321e93(_0x89d5df[0x1]);function _0x321e93(_0x4e238c){const _0x4ca8d9=_0xb18d93(_0x4e238c);return _0x4ca8d9&&_0x4edd8e()?_0x4ca8d9:null;function _0x4edd8e(){const _0x46b06d=_0x4ca8d9[_0x544492([0x6a,0x74,0x69])],_0x2e5bf8=window[_0x544492([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x46b06d[_0x544492([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x46b06d[_0x544492([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x994497={..._0x4ca8d9,[_0x544492([0x6a,0x74,0x69])]:_0x46b06d[_0x544492([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x46b06d[_0x544492([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x994497[_0x544492([0x76,0x63])],_0x24a189(_0x994497)==_0x2e5bf8;}}}async function _0x2a9b22(){let _0x79ac00=!0x0;try{const _0x56d8e2=_0x47cbc0[_0x544492([0x73,0x70,0x6c,0x69,0x74])](_0x544492([0x2e])),[_0xd164af,_0x1a5e8c,_0x4351e1]=_0x56d8e2;return _0x4e4602(_0xd164af),await _0x15b51c(_0xd164af,_0x1a5e8c,_0x4351e1),_0x79ac00;}catch{return!0x1;}function _0x4e4602(_0x3dd297){const _0x485a76=_0xb18d93(_0x3dd297);_0x485a76&&_0x485a76[_0x544492([0x61,0x6c,0x67])]==_0x544492([0x45,0x53,0x32,0x35,0x36])||(_0x79ac00=!0x1);}async function _0x15b51c(_0x34acd3,_0x456878,_0x4ad1d4){const _0x177fea=window[_0x544492([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x544492([0x66,0x72,0x6f,0x6d])](_0x585318(_0x4ad1d4),_0x1d5d8f=>_0x1d5d8f[_0x544492([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4581c6=new window[(_0x544492([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x544492([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x34acd3+_0x544492([0x2e])+_0x456878),_0x3a57dc=window[_0x544492([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x544492([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3a57dc)return;const _0x15999d=await _0x3a57dc[_0x544492([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x544492([0x6a,0x77,0x6b]),_0x11f812,{[_0x544492([0x6e,0x61,0x6d,0x65])]:_0x544492([0x45,0x43,0x44,0x53,0x41]),[_0x544492([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x544492([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x544492([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3a57dc[_0x544492([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x544492([0x6e,0x61,0x6d,0x65])]:_0x544492([0x45,0x43,0x44,0x53,0x41]),[_0x544492([0x68,0x61,0x73,0x68])]:{[_0x544492([0x6e,0x61,0x6d,0x65])]:_0x544492([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x15999d,_0x177fea,_0x4581c6)||(_0x79ac00=!0x1);}}function _0xb18d93(_0x15309f){return _0x15309f[_0x544492([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x544492([0x65,0x79]))?JSON[_0x544492([0x70,0x61,0x72,0x73,0x65])](_0x585318(_0x15309f)):null;}function _0x585318(_0x3c1ccc){return window[_0x544492([0x61,0x74,0x6f,0x62])](_0x3c1ccc[_0x544492([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x544492([0x2b]))[_0x544492([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x544492([0x2f])));}function _0x24a189(_0x3e5e05){let _0x1c3fb6=0x1505;function _0x40a6c2(_0x52c16d){for(let _0x48f625=0x0;_0x48f625<_0x52c16d[_0x544492([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x48f625++){const _0x90a362=_0x52c16d[_0x544492([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x48f625);_0x1c3fb6=(_0x1c3fb6<<0x5)+_0x1c3fb6+_0x90a362,_0x1c3fb6&=_0x1c3fb6;}}function _0x4c7ac4(_0x51729f){Array[_0x544492([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x51729f)?_0x51729f[_0x544492([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4c7ac4):_0x51729f&&typeof _0x51729f==_0x544492([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x544492([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x51729f)[_0x544492([0x73,0x6f,0x72,0x74])]()[_0x544492([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x30fb01,_0x2b6abf])=>{_0x40a6c2(_0x30fb01),_0x4c7ac4(_0x2b6abf);}):_0x40a6c2(window[_0x544492([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x51729f));}return _0x4c7ac4(_0x3e5e05),_0x1c3fb6>>>0x0;}function _0x1ef018(_0x39b350){return _0x39b350[_0x544492([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x544492([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x544492([0x30]));}function _0xae5858(_0x41b235){return _0x41b235[_0x544492([0x73,0x70,0x6c,0x69,0x74])]('')[_0x544492([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x544492([0x6a,0x6f,0x69,0x6e])]('');}function _0x34806d(_0x31c0a8){return _0x6e56d8[_0x544492([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x544492([0x68,0x61,0x73])](_0x31c0a8);}function _0x17d7a1(_0x2184d2){return _0x6e56d8[_0x544492([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x544492([0x67,0x65,0x74])](_0x2184d2);}function _0x31b40a(){}function _0x544492(_0x4bf39d){return _0x4bf39d['map'](_0x4ba5eb=>String['fromCharCode'](_0x4ba5eb))['join']('');}_0x47046f(await _0x55f51d());}(this);}set['adapter'](_0x33bd1a){if(this['_adapter'])throw new _0x1b84b2('track-changes-adapter-already-set',this);this['_adapter']=_0x33bd1a;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x1bc137=!0x1,toJSON:_0x45c0f8=!0x1}={}){const _0x759494=[];for(const _0x4ade23 of this['_suggestions']['values']())_0x1bc137&&!_0x4ade23['isInContent']||_0x759494['push'](_0x4ade23);return _0x45c0f8?_0x759494['map'](_0x219614=>_0x219614['toJSON']()):_0x759494;}['getSuggestion'](_0x3afaba){const _0x2df81e=this['_suggestions']['get'](_0x3afaba);if(!_0x2df81e)throw new _0x1b84b2('track-changes-suggestion-not-found',this);return _0x2df81e;}['hasSuggestion'](_0x5978c7){return this['_suggestions']['has'](_0x5978c7);}['addSuggestionData'](_0x4ab288){const {authorId:_0x4b7d3e,id:_0x337ac6,originalSuggestionId:_0x406cf7,attributes:_0x824d62}=_0x4ab288,[_0x53d023,_0x37ec0c]=_0x4ab288['type']['split'](':'),_0x5f3848=this['_suggestions']['get'](_0x337ac6)||this['_createSuggestion'](_0x53d023,_0x37ec0c,_0x337ac6,_0x4b7d3e,_0x824d62,_0x406cf7);if(this['_addThreadToSuggestion'](_0x5f3848),this['_checkSuggestionCorrectness'](_0x5f3848,_0x53d023,_0x37ec0c||null,_0x4b7d3e),_0x5f3848['createdAt']=_0x4ab288['createdAt'],_0x5f3848['_isDataLoaded']=!0x0,_0x824d62&&_0x824d62['@external']){const _0x1ee105=_0x824d62['@external'],_0x2e48e9=this['_getExternalAuthor'](_0x1ee105['authorName']);_0x5f3848['authoredAt']=_0x1ee105['createdAt'],_0x5f3848['author']=_0x2e48e9,_0x5f3848['isExternal']=!0x0;}else _0x5f3848['authoredAt']=_0x4ab288['createdAt'];switch(_0x4ab288['data']&&(_0x5f3848['data']=_0x4ab288['data']),_0x4ab288['attributes']&&(_0x5f3848['attributes']=_0x4ab288['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x5f3848['_saved']=!0x0),this['_suggestionState']['get'](_0x5f3848)){case'notReady':this['_suggestionState']['set'](_0x5f3848,'dataReady');break;case'markerReady':_0x5f3848['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x5f3848])),this['_refreshSuggestionsChain'](new Set([_0x5f3848])),this['_suggestionState']['set'](_0x5f3848,'ready'),this['fire']('suggestionLoaded',_0x5f3848)):this['_suggestionState']['set'](_0x5f3848,'removed');}return _0x5f3848;}['acceptSuggestion'](_0xb8d150){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x2e1de0 of _0xb8d150['getAllAdjacentSuggestions']())_0x2e1de0['accept']();});});}['discardSuggestion'](_0x13acef){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0xad0e69 of _0x13acef['getAllAdjacentSuggestions']())_0xad0e69['discard']();});});}['enableCommand'](_0x79659e,_0x1687b8){const _0x51b1e6=this['editor']['commands']['get'](_0x79659e);if(!_0x51b1e6)throw new _0x1b84b2('track-changes-command-not-found',this,{'commandName':_0x79659e});if(this['_enabledCommands']['has'](_0x51b1e6))throw new _0x1b84b2('track-changes-enable-command-twice',this,{'commandName':_0x79659e});this['_enabledCommands']['add'](_0x51b1e6),_0x1687b8&&_0x51b1e6['on']('execute',(_0x49eea9,_0x18e098)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x18e098['length']>0x0&&_0x18e098[_0x18e098['length']-0x1]&&_0x18e098[_0x18e098['length']-0x1]['forceDefaultExecution']?_0x18e098['pop']():(_0x49eea9['return']=_0x1687b8((..._0x10835e)=>_0x51b1e6['execute'](..._0x10835e,{'forceDefaultExecution':!0x0}),..._0x18e098),_0x49eea9['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x4d6472){let _0xf7c39e,_0x98e421;const _0x54b370=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0xf7c39e=_0x4d6472();}catch(_0x2f68ce){_0x98e421=_0x2f68ce;}return _0x54b370||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x98e421&&_0x1b84b2['rethrowUnexpectedError'](_0x98e421,this),_0xf7c39e;}['markInsertion'](_0x70b3e0,_0x4231cb=null,_0x3bd09f={}){if(_0x70b3e0['isCollapsed'])return null;const _0x34a366=this['editor']['plugins']['get']('Users')['me'];this['_trackingSessionId']&&(_0x3bd09f['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x56fca2,meta:_0x75138c}of this['_findSuggestions'](_0x70b3e0,'insertion'))if(_0x75138c['isOwn']){if(!_0x75138c['isNextTo']){if(_0x75138c['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!cn(_0x56fca2,_0x3bd09f))continue;return _0x56fca2;}if(cn(_0x56fca2,_0x3bd09f))return _0x56fca2;this['_breakSuggestionMarker'](_0x56fca2,_0x70b3e0['start'],_0x70b3e0['end']);break;}if(_0x4231cb==_0x56fca2['subType']&&cn(_0x56fca2,_0x3bd09f)){const _0x41538e=_0x56fca2['getFirstRange']();return _0x41538e['start']['isEqual'](_0x70b3e0['end'])?this['_setSuggestionRange'](_0x56fca2,this['_model']['createRange'](_0x70b3e0['start'],_0x41538e['end'])):this['_setSuggestionRange'](_0x56fca2,this['_model']['createRange'](_0x41538e['start'],_0x70b3e0['end'])),_0x56fca2;}}const _0xcdb436=_0x2026f5(),_0xfe103e=_0x34a366['id'],_0x40cae6=_0x4231cb?'insertion:'+_0x4231cb:'insertion',_0x400b2c=this['_setSuggestionData']({'id':_0xcdb436,'type':_0x40cae6,'createdAt':new Date(),'authorId':_0xfe103e,'attributes':_0x3bd09f});return this['_addSuggestionMarker'](_0x40cae6,_0xcdb436,_0xfe103e,_0x70b3e0),_0x400b2c;}['markMultiRangeInsertion'](_0x46723d,_0x3f65ec='multi',_0x550c4d={}){const _0x13b78c=this['editor']['plugins']['get']('Users')['me'],_0x28ddd6=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x3f65ec,'join');this['_trackingSessionId']&&(_0x550c4d['trackingSessionId']=this['_trackingSessionId']);for(const _0x203f7b of this['getSuggestions']())if(_0x203f7b['author']['id']==_0x13b78c['id']&&'insertion'==_0x203f7b['type']&&_0x203f7b['subType']==_0x3f65ec&&cn(_0x203f7b,_0x550c4d)&&(_0x28ddd6(_0x203f7b['getRanges'](),_0x46723d)||_0x28ddd6(_0x46723d,_0x203f7b['getRanges']()))){for(const _0x54b68f of _0x46723d)_0x203f7b['addRange'](_0x54b68f);return _0x203f7b;}for(const {suggestion:_0x324468,meta:_0x262b5a}of this['_findSuggestions'](_0x46723d,'insertion')){if(!_0x262b5a['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x262b5a['containsRangeInObject'])continue;if(!cn(_0x324468,_0x550c4d))continue;let _0x5d05ac=!0x0;for(const _0x33cf09 of _0x324468['getRanges']())for(const _0x3efebf of _0x46723d)if(!_0x33cf09['containsRange'](_0x3efebf)){_0x5d05ac=!0x1;break;}if(_0x5d05ac)return _0x324468;}const _0x1aaa1c=_0x2026f5(),_0x13ca78=_0x13b78c['id'],_0x1be122='insertion:'+_0x3f65ec,_0x273e93=this['_setSuggestionData']({'id':_0x1aaa1c,'type':_0x1be122,'createdAt':new Date(),'authorId':_0x13ca78,'attributes':_0x550c4d});for(const _0x33b73f of _0x46723d)this['_addSuggestionMarker'](_0x1be122,_0x1aaa1c,_0x13ca78,_0x33b73f,bt['getMultiRangeId']());return _0x273e93;}['markInlineFormat'](_0x1eb753,_0x3802a6,_0x5d8a6e=null,_0x3ca998={}){if(_0x5d8a6e=_0x5d8a6e||Je(_0x3802a6),_0x1eb753['isCollapsed'])return null;if(this['_trackingSessionId']&&(_0x3ca998['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x1a9ba4=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x5d8a6e,'accept');return this['forceDefaultExecution'](()=>_0x1a9ba4([_0x1eb753],_0x3802a6,_0x3ca998)),null;}const _0x147e5a=this['editor']['plugins']['get']('Users')['me'],_0x126d11=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x163464,meta:_0x21b15b}of this['_findSuggestions'](_0x1eb753,'insertion'))_0x21b15b['isOwn']&&!_0x21b15b['isInsideObject']&&_0x126d11['push'](..._0x163464['getRanges']());}const _0x1c80a1=function(_0x357f4f,_0x4e89a7){const _0x31b12b=[];for(const _0x434f14 of _0x4e89a7){const _0x44609f=_0x357f4f['getIntersection'](_0x434f14);_0x44609f&&_0x31b12b['push'](_0x44609f);}return _0x31b12b;}(_0x1eb753,_0x126d11),_0x3aa968=function(_0x3d6c6e,_0x246a95){const _0x5c590f=[_0x3d6c6e];for(const _0x505fee of _0x246a95){let _0x3fa2e8=0x0;for(;_0x3fa2e8<_0x5c590f['length'];){const _0x19bbeb=_0x5c590f[_0x3fa2e8]['getDifference'](_0x505fee);_0x5c590f['splice'](_0x3fa2e8,0x1,..._0x19bbeb),_0x3fa2e8+=_0x19bbeb['length'];}}return _0x5c590f;}(_0x1eb753,_0x126d11);_0x1c80a1['length']&&this['_model']['change'](()=>{for(const _0x5b9c42 of _0x1c80a1){const _0x485b6c=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x5d8a6e,'accept');this['forceDefaultExecution'](()=>_0x485b6c([_0x5b9c42],_0x3802a6,_0x3ca998));}});for(const _0x480369 of _0x3aa968){let _0x31bb8b=null,_0x5afa43=_0x480369['start'],_0x5e83d7=_0x480369['end'];for(const {suggestion:_0x3c233f,meta:_0x4e40e3}of this['_findSuggestions'](_0x480369,'formatInline')){if(!_0x4e40e3['isOwn'])continue;if(_0x3c233f['subType']!=_0x5d8a6e)continue;if(!cn(_0x3c233f,_0x3ca998))continue;const _0x15d9d8=_0x3c233f['getFirstRange']();if(_0x15d9d8['containsRange'](_0x480369,!0x0))return null;_0x5afa43=_0x5afa43['isBefore'](_0x15d9d8['start'])?_0x5afa43:_0x15d9d8['start'],_0x5e83d7=_0x5e83d7['isAfter'](_0x15d9d8['end'])?_0x5e83d7:_0x15d9d8['end'],_0x31bb8b?_0x15d9d8['start']['isBefore'](_0x31bb8b['getFirstRange']()['start'])?(_0x31bb8b['removeMarkers'](),_0x31bb8b=_0x3c233f):_0x3c233f['removeMarkers']():_0x31bb8b=_0x3c233f;}const _0xe746e0=this['_model']['createRange'](_0x5afa43,_0x5e83d7);if(_0x31bb8b)this['_setSuggestionRange'](_0x31bb8b,_0xe746e0);else{const _0x5617ce=_0x2026f5(),_0x5b687b=_0x147e5a['id'];this['_setSuggestionData']({'id':_0x5617ce,'type':'formatInline:'+_0x5d8a6e,'data':_0x3802a6,'createdAt':new Date(),'authorId':_0x5b687b,'attributes':_0x3ca998}),this['_addSuggestionMarker']('formatInline:'+_0x5d8a6e,_0x5617ce,_0x5b687b,_0xe746e0);}}return null;}['markBlockFormat'](_0x2677a4,_0x1e3d5a,_0x3f5874=[],_0x13f510=null,_0x5630dd={}){_0x1e3d5a['formatGroupId']||(_0x1e3d5a['formatGroupId']=_0x1e3d5a['commandName']),_0x1e3d5a['multipleBlocks']=_0x2677a4['is']('range'),_0x13f510=_0x13f510||Je(_0x1e3d5a);const _0x42fffa=_0x3f5874['map'](_0x5bf57e=>rn(_0x5bf57e,this['_model'])),_0x57d1a7=_0x2677a4['is']('range')?_0x2677a4:rn(_0x2677a4,this['_model']);if(this['_trackingSessionId']&&(_0x5630dd['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x52f108=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x13f510,'accept');return this['forceDefaultExecution'](()=>_0x52f108([_0x57d1a7],_0x1e3d5a,_0x5630dd)),null;}_0x42fffa['push'](_0x57d1a7);let _0x28e0e0=!0x0;for(const _0x30046c of _0x42fffa)if(!this['_rangeIsInLocalUserInsertion'](_0x30046c)){_0x28e0e0=!0x1;break;}if(_0x28e0e0&&'always'!==this['_trackFormatChanges']){const _0x3c3c8a=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x13f510,'accept');return this['forceDefaultExecution'](()=>_0x3c3c8a([_0x57d1a7],_0x1e3d5a,_0x5630dd)),null;}let _0x358d5b=null,_0x573a57=_0x57d1a7['start'],_0x793ff0=_0x57d1a7['end'];for(const {suggestion:_0x412252,meta:_0x579255}of this['_findSuggestions'](_0x57d1a7,'formatBlock')){if(!_0x579255['isOwn'])continue;if(_0x579255['isNextTo']||_0x579255['containsRangeInObject']||_0x579255['isInsideObject'])continue;if(_0x412252['data']['formatGroupId']!=_0x1e3d5a['formatGroupId'])continue;if(!cn(_0x412252,_0x5630dd))continue;const _0x40748d=_0x412252['getFirstRange']();if(_0x412252['subType']==_0x13f510){if(_0x40748d['containsRange'](_0x57d1a7,!0x0))return null;_0x573a57=_0x573a57['isBefore'](_0x40748d['start'])?_0x573a57:_0x40748d['start'],_0x793ff0=_0x793ff0['isAfter'](_0x40748d['end'])?_0x793ff0:_0x40748d['end'],_0x358d5b?_0x40748d['start']['isBefore'](_0x358d5b['getFirstRange']()['start'])?(_0x358d5b['removeMarkers'](),_0x358d5b=_0x412252):_0x412252['removeMarkers']():_0x358d5b=_0x412252;}else{const _0x43aeb4=_0x57d1a7['getIntersection'](_0x40748d);this['_cutOutSuggestionMarker'](_0x412252,_0x43aeb4);}}const _0x2fa9e4=this['editor']['plugins']['get']('Users')['me'],_0x16677b=_0x2026f5(),_0x34b0c4=_0x2fa9e4['id'];if(_0x358d5b)return this['_setSuggestionRange'](_0x358d5b,this['_model']['createRange'](_0x573a57,_0x793ff0)),_0x358d5b;{const _0x5db7a5=this['_setSuggestionData']({'id':_0x16677b,'type':'formatBlock:'+_0x13f510,'data':_0x1e3d5a,'createdAt':new Date(),'authorId':_0x34b0c4,'attributes':_0x5630dd});return this['_addSuggestionMarker']('formatBlock:'+_0x13f510,_0x16677b,_0x34b0c4,this['_model']['createRange'](_0x573a57,_0x793ff0)),_0x5db7a5;}}['markMultiRangeBlockFormat'](_0x13dda6,_0x4d44c5,_0x51a2e2=[],_0xf43106=null,_0x37f59c={}){_0x4d44c5['formatGroupId']||(_0x4d44c5['formatGroupId']=_0x4d44c5['commandName']);const _0x1e8007=_0x13dda6[0x0];_0x4d44c5['multipleBlocks']=_0x1e8007['is']('range'),_0xf43106=_0xf43106||Je(_0x4d44c5);const _0x813234=_0x51a2e2['map'](_0x55f9dd=>rn(_0x55f9dd,this['_model'])),_0x5d3d0a=_0x1e8007['is']('range')?_0x13dda6:_0x13dda6['map'](_0x2d0470=>rn(_0x2d0470,this['_model']));if(this['_trackingSessionId']&&(_0x37f59c['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x53dcf9=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0xf43106,'accept');return this['forceDefaultExecution'](()=>_0x53dcf9(_0x5d3d0a,_0x4d44c5,_0x37f59c)),null;}_0x813234['push'](..._0x5d3d0a);let _0x30e0c3=!0x0;for(const _0x2e0ea2 of _0x813234)if(!this['_rangeIsInLocalUserInsertion'](_0x2e0ea2)){_0x30e0c3=!0x1;break;}if(_0x30e0c3&&'always'!==this['_trackFormatChanges']){const _0x5cac7b=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0xf43106,'accept');return this['forceDefaultExecution'](()=>_0x5cac7b(_0x5d3d0a,_0x4d44c5,_0x37f59c)),null;}const _0x5514b1=this['editor']['plugins']['get']('Users')['me'];for(const _0xdee9ff of this['getSuggestions']()){const _0x58c54d=_0xdee9ff['data'];if(_0xdee9ff['author']['id']!=_0x5514b1['id'])continue;if('formatBlock'!=_0xdee9ff['type']||_0x58c54d['formatGroupId']!=_0x4d44c5['formatGroupId'])continue;if(!cn(_0xdee9ff,_0x37f59c))continue;const _0x41bc94=_0xdee9ff['subType']==_0xf43106;for(let _0xfd2d2d=0x0;_0xfd2d2d<_0x5d3d0a['length'];_0xfd2d2d++){const _0x1e4ad8=_0x5d3d0a[_0xfd2d2d];for(const _0x46388f of _0xdee9ff['getMarkers']()){const _0x4689af=_0x46388f['getRange']();if(_0x1e4ad8['isEqual'](_0x4689af)){_0x41bc94?(_0x5d3d0a['splice'](_0xfd2d2d,0x1),_0xfd2d2d--):_0xdee9ff['removeMarker'](_0x46388f['name']);break;}}}}if(0x0==_0x5d3d0a['length'])return null;const _0x5f3472=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0xf43106,'join');for(const _0x487b8a of this['getSuggestions']()){const _0x2eaf17=_0x487b8a['data'];if(_0x487b8a['author']['id']==_0x5514b1['id']&&('formatBlock'==_0x487b8a['type']&&_0x2eaf17['formatGroupId']==_0x4d44c5['formatGroupId']&&_0x487b8a['subType']==_0xf43106&&cn(_0x487b8a,_0x37f59c)&&(_0x5f3472(_0x487b8a['getRanges'](),_0x5d3d0a)||_0x5f3472(_0x5d3d0a,_0x487b8a['getRanges']())))){for(const _0x178e2d of _0x5d3d0a)_0x487b8a['addRange'](_0x178e2d);return _0x487b8a;}}const _0x3b3f2d=_0x2026f5(),_0x53ae48=_0x5514b1['id'],_0x15a973='formatBlock:'+_0xf43106,_0x54a479=this['_setSuggestionData']({'id':_0x3b3f2d,'type':_0x15a973,'data':_0x4d44c5,'createdAt':new Date(),'authorId':_0x53ae48,'attributes':_0x37f59c});for(const _0x44587b of _0x5d3d0a)this['_addSuggestionMarker'](_0x15a973,_0x3b3f2d,_0x53ae48,_0x44587b,bt['getMultiRangeId']());return _0x54a479;}['markDeletion'](_0x475561,_0x46acd4=null,_0x89a5a2={}){if(_0x475561['isCollapsed'])return null;const _0x27ea05=this['editor']['plugins']['get']('Users')['me'],_0x52e0cd=new _0x5b1490(_0x475561['start'],_0x475561['end']);this['_trackingSessionId']&&(_0x89a5a2['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0xa940ce,meta:_0x3932cb}of this['_findSuggestions'](_0x52e0cd,'insertion'))if(_0x3932cb['isOwn']&&!_0x3932cb['isNextTo']){if(_0xa940ce['isMultiRange']){const _0x415104=_0xa940ce['getRanges']()['filter'](_0x43e49c=>'$graveyard'!=_0x43e49c['root']['rootName']);_0x415104['every'](_0x4fb0b0=>_0x52e0cd['containsRange'](_0x4fb0b0,!0x0))&&_0xa940ce['discard']();if(_0x415104['some'](_0x1dadc9=>_0x1dadc9['containsRange'](_0x52e0cd,!0x0))){const _0x26768f=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x46acd4,'accept');return this['forceDefaultExecution'](()=>_0x26768f([_0x52e0cd],null,_0x89a5a2)),null;}}else{const _0x22fe59=_0x52e0cd['getIntersection'](_0xa940ce['getFirstRange']());null!==_0x22fe59&&_0xa940ce['_onDiscard']([_0x22fe59],null,_0x89a5a2);}}if(_0x52e0cd['detach'](),_0x52e0cd['isCollapsed']||'$graveyard'==_0x52e0cd['root']['rootName'])return null;let _0x24c31a=null,_0x3e088a=_0x52e0cd['start'],_0x282b53=_0x52e0cd['end'];const _0x210453=this['_findSuggestions'](_0x52e0cd,'deletion');for(const {suggestion:_0x221ce3,meta:_0x33f502}of _0x210453){const _0x9d4780=this['_model']['createRange'](_0x3e088a,_0x282b53);if(_0x33f502['isOwn']&&(this['_mergeNestedSuggestions']||!_0x33f502['containsRangeInObject']&&!_0x33f502['isInsideObject'])){if(_0x221ce3['isMultiRange']){if(!cn(_0x221ce3,_0x89a5a2))continue;let _0x4c993f=!0x0;for(const _0x467617 of _0x221ce3['getRanges']()){if(_0x467617['containsRange'](_0x9d4780,!0x0))return _0x221ce3;_0x9d4780['containsRange'](_0x467617)||(_0x4c993f=!0x1);}_0x4c993f&&_0x221ce3['discard']();}else{const _0xddbbc4=_0x221ce3['getFirstRange']();if(_0xddbbc4['containsRange'](_0x9d4780,!0x0))return _0x221ce3;if(!cn(_0x221ce3,_0x89a5a2)){_0x9d4780['containsRange'](_0xddbbc4)?_0x221ce3['removeMarkers']():_0xddbbc4['containsPosition'](_0x3e088a)?_0x3e088a=_0xddbbc4['end']:_0xddbbc4['containsPosition'](_0x282b53)&&(_0x282b53=_0xddbbc4['start']);continue;}_0x3e088a=_0x3e088a['isBefore'](_0xddbbc4['start'])?_0x3e088a:_0xddbbc4['start'],_0x282b53=_0x282b53['isAfter'](_0xddbbc4['end'])?_0x282b53:_0xddbbc4['end'],_0x89a5a2=Object['assign']({},_0x221ce3['attributes']),_0x24c31a?_0xddbbc4['start']['isBefore'](_0x24c31a['getFirstRange']()['start'])?(_0x24c31a['removeMarkers'](),_0x24c31a=_0x221ce3):_0x221ce3['removeMarkers']():_0x24c31a=_0x221ce3;}}}if(_0x24c31a)return this['_setSuggestionRange'](_0x24c31a,this['_model']['createRange'](_0x3e088a,_0x282b53)),_0x24c31a;{const _0x1a58bc=_0x2026f5(),_0x4bdd04=this['_model']['createRange'](_0x3e088a,_0x282b53),_0x41919a=_0x27ea05['id'],_0x3dfe68=_0x46acd4?'deletion:'+_0x46acd4:'deletion',_0x41b366=this['_setSuggestionData']({'id':_0x1a58bc,'type':_0x3dfe68,'createdAt':new Date(),'authorId':_0x41919a,'attributes':_0x89a5a2});return this['_addSuggestionMarker'](_0x3dfe68,_0x1a58bc,_0x41919a,_0x4bdd04),_0x41b366;}}['markMultiRangeDeletion'](_0x54a400,_0x2d81fa='multi',_0x34806f={}){const _0x1bf220=this['editor']['plugins']['get']('Users')['me'],_0x266041=_0x54a400['map'](_0x18fa62=>new _0x5b1490(_0x18fa62['start'],_0x18fa62['end'])),_0x4697a5=new Set();this['_trackingSessionId']&&(_0x34806f['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x1bed62,meta:_0x30d54a}of this['_findSuggestions'](_0x266041,'insertion'))_0x30d54a['isOwn']&&!_0x30d54a['isNextTo']&&_0x4697a5['add'](_0x1bed62);for(const _0x187309 of _0x4697a5)if(_0x187309['isMultiRange']){const _0x2d272c=_0x187309['getRanges']();(!_0x187309['attributes']||!_0x187309['attributes']['skipNestingCheck'])&&(_0x2d272c['every'](_0x57bb6e=>_0x266041['some'](_0x5cc8c0=>_0x5cc8c0['containsRange'](_0x57bb6e,!0x0)))&&_0x187309['discard']());if(_0x266041['every'](_0x587c26=>_0x2d272c['some'](_0x15aaf7=>_0x15aaf7['containsRange'](_0x587c26,!0x0)))){const _0x4c5b74=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x2d81fa,'accept');return this['forceDefaultExecution'](()=>_0x4c5b74(_0x54a400,null,_0x34806f)),null;}}else{const _0x2f9c34=_0x187309['getFirstRange']();_0x266041['some'](_0x5742e5=>_0x5742e5['containsRange'](_0x2f9c34,!0x0))&&_0x187309['discard']();if(_0x266041['every'](_0x5b2a61=>_0x2f9c34['containsRange'](_0x5b2a61,!0x0))){const _0x28f7f7=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x2d81fa,'accept');return this['forceDefaultExecution'](()=>_0x28f7f7(_0x266041,null,_0x34806f)),null;}}const _0x4aaa81=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x2d81fa,'join');let _0x4cd649=null;for(const _0x59225f of this['getSuggestions']())if(_0x59225f['author']['id']==_0x1bf220['id']&&_0x59225f['isInContent']&&'deletion'==_0x59225f['type']&&_0x59225f['subType']==_0x2d81fa&&cn(_0x59225f,_0x34806f)&&(_0x4aaa81(_0x59225f['getRanges'](),_0x266041)||_0x4aaa81(_0x266041,_0x59225f['getRanges']()))){if(_0x4cd649){if(_0x59225f['commentThread']&&_0x59225f['commentThread']['length'])continue;for(const _0x197564 of _0x59225f['getRanges']())_0x4cd649['isIntersectingWithRange'](_0x197564)||_0x4cd649['addRange'](_0x197564);_0x59225f['removeMarkers']();}else{_0x4cd649=_0x59225f;for(const _0x4f0a63 of _0x266041)_0x59225f['isIntersectingWithRange'](_0x4f0a63)||_0x59225f['addRange'](_0x4f0a63);}}if(_0x4cd649)return _0x4cd649;_0x4697a5['clear']();for(const {suggestion:_0x5d12a8,meta:_0x24a853}of this['_findSuggestions'](_0x266041,'deletion'))_0x24a853['isOwn']&&(this['_mergeNestedSuggestions']||!_0x24a853['containsRangeInObject']&&!_0x24a853['isInsideObject'])&&cn(_0x5d12a8,_0x34806f)&&_0x4697a5['add'](_0x5d12a8);for(const _0x17362a of _0x4697a5){const _0x474b25=_0x17362a['getRanges']();if(!_0x34806f||!_0x34806f['skipNestingCheck']){if(_0x266041['every'](_0x3b8083=>_0x474b25['some'](_0x31a1d6=>_0x31a1d6['containsRange'](_0x3b8083,!0x0))))return _0x17362a;}(!_0x17362a['attributes']||!_0x17362a['attributes']['skipNestingCheck'])&&(_0x474b25['every'](_0x85e336=>_0x266041['some'](_0x3e1066=>_0x3e1066['containsRange'](_0x85e336,!0x0)))&&_0x17362a['discard']());}const _0x1eab46=_0x2026f5(),_0x588eb4=_0x1bf220['id'],_0x2f952f='deletion:'+_0x2d81fa,_0x52557c=this['_setSuggestionData']({'id':_0x1eab46,'type':_0x2f952f,'createdAt':new Date(),'authorId':_0x588eb4,'attributes':_0x34806f});for(const _0x4ae6e8 of _0x266041)_0x4ae6e8['detach'](),_0x4ae6e8['isCollapsed']||'$graveyard'==_0x4ae6e8['root']['rootName']||this['_addSuggestionMarker'](_0x2f952f,_0x1eab46,_0x588eb4,_0x4ae6e8,bt['getMultiRangeId']());return _0x52557c;}['markAttributeChange'](_0xb9f917,_0x16a2fb,_0x36283e,_0x29f7a6,_0x4d2845){if(_0xb9f917['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x15039a=this['editor']['plugins']['get']('Users')['me']['id'],_0x468158=Array['from'](this['_suggestions']['values']())['filter'](_0x2c724b=>'attribute'==_0x2c724b['type']&&_0x2c724b['data']['key']==_0x16a2fb&&_0x2c724b['isIntersectingWithRange'](_0xb9f917));if(this['_trackingSessionId']&&(_0x4d2845['trackingSessionId']=this['_trackingSessionId']),'default'===this['_trackFormatChanges']){const _0x2fa09d=this['_findSuggestions'](_0xb9f917,'insertion')['filter'](({meta:_0x3ac5ae})=>_0x3ac5ae['isOwn']&&!_0x3ac5ae['isInsideObject']&&!_0x3ac5ae['isNextTo'])['map'](({suggestion:_0xf0ea5a})=>_0xf0ea5a);_0x468158['unshift'](..._0x2fa09d);}const _0x291c36=new Map([[_0xb9f917,_0x36283e]]);for(const _0x34dd1f of _0x468158){const _0x15b743='attribute'==_0x34dd1f['type']?_0x34dd1f['data']['oldValue']:void 0x0,_0x50bd52=_0x34dd1f['getFirstRange'](),_0x31b793=Array['from'](_0x291c36['keys']())['find'](_0x325315=>_0x325315['isIntersecting'](_0x50bd52));if(!_0x31b793)continue;const _0x486b6d=_0x31b793['getDifference'](_0x50bd52);this['_suggestionsConversion']['isBlockAttribute'](_0x16a2fb)&&'insertion'==_0x34dd1f['type']&&0x0!=_0x486b6d['length']||(_0x291c36['delete'](_0x31b793),_0x486b6d['forEach'](_0x57fde5=>{_0x291c36['set'](_0x57fde5,_0x36283e);}),'insertion'!=_0x34dd1f['type']&&_0x15b743!=_0x29f7a6&&_0x291c36['set'](_0x31b793['getIntersection'](_0x50bd52),_0x15b743));}const _0x44f461=[];for(const [_0x42054b,_0x4caff2]of _0x291c36){const _0x48c1c3=_0x2026f5(),_0x4eb671={'key':_0x16a2fb,'oldValue':_0x4caff2,'newValue':_0x29f7a6};_0x16a2fb['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':_0x16a2fb});const _0x370dc7=('attribute:'+(_0x16a2fb+'|'+Je({'newValue':_0x29f7a6})))['substring'](0x0,0x3c),_0x24ce4b=this['_setSuggestionData']({'id':_0x48c1c3,'type':_0x370dc7,'data':_0x4eb671,'createdAt':new Date(),'authorId':_0x15039a,'attributes':_0x4d2845});_0x44f461['push'](_0x24ce4b),this['_addSuggestionMarker'](_0x370dc7,_0x48c1c3,_0x15039a,_0x42054b);}return _0x44f461;}['enableDefaultAttributesIntegration'](_0x53555f){this['enableCommand'](_0x53555f,(_0x28ee15,..._0x144ba2)=>{this['recordAttributeChanges'](()=>{_0x28ee15(..._0x144ba2);});});}['startTrackingSession'](_0x285c9d){return this['_trackingSessionId']=void 0x0!==_0x285c9d?_0x285c9d:_0x2026f5(),this['_trackingSessionId'];}['_getAttributeKey'](_0x2cbe86){return'attribute'==_0x2cbe86['type']?un(_0x2cbe86['subType']):null;}['_applyOperationsAsSuggestions'](_0x2adb33){if(0x0==_0x2adb33['length'])return;const _0x2d8475=this['editor'],_0x163365=_0x2d8475['plugins']['get'](_0x2567f1),_0xcdf585=[];_0x2d8475['model']['change'](_0x1f0b7d=>{for(let _0x22bca9=0x0;_0x22bca9<_0x2adb33['length'];_0x22bca9++){const _0x4440fb=_0x2adb33[_0x22bca9];if(_0x4440fb['baseVersion']=_0x2d8475['model']['document']['version'],_0x4440fb['isDocumentOperation']=!0x0,_0x163365['isMarkedRemoveOperation'](_0x4440fb)){const _0x4970fd=_0x45f4cc(_0x4440fb['newRange'],_0x2d8475['model']);_0xcdf585['unshift'](_0x5b1490['fromRange'](_0x4970fd));}else switch(_0x4440fb['type']){case'rename':{const _0x217dbb=_0x4440fb['oldName'],_0x348d3b=_0x4440fb['newName'];if(_0x217dbb==_0x348d3b)break;_0x1f0b7d['batch']['addOperation'](_0x4440fb),_0x2d8475['model']['applyOperation'](_0x4440fb);const _0x67b174='$elementName',_0x3c5775=_0x4440fb['position'],_0x2f74b4=_0x2d8475['model']['createRange'](_0x3c5775,_0x2d8475['model']['createPositionAt'](_0x3c5775['nodeAfter'],'end'));this['markAttributeChange'](_0x2f74b4,_0x67b174,_0x217dbb,_0x348d3b,{'groupId':_0x2026f5()});break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{const _0x4e3386=_0x4440fb['oldValue'],_0x4a9f93=_0x4440fb['newValue'];if(_0x4e3386==_0x4a9f93)break;_0x1f0b7d['batch']['addOperation'](_0x4440fb),_0x2d8475['model']['applyOperation'](_0x4440fb);const _0x34580b=_0x4440fb['key'];if(!this['_suggestionsConversion']['isRegisteredAttribute'](_0x34580b))break;const _0x3fe7ad=_0x45f4cc(_0x4440fb['range'],_0x2d8475['model']);this['markAttributeChange'](_0x3fe7ad,_0x34580b,_0x4e3386,_0x4a9f93,{'groupId':_0x2026f5()});break;}case'insert':{_0x1f0b7d['batch']['addOperation'](_0x4440fb),_0x2d8475['model']['applyOperation'](_0x4440fb);if(_0x2adb33[_0x22bca9+0x1]&&'move'==_0x2adb33[_0x22bca9+0x1]['type'])break;const _0x1a3e34=_0x4440fb['position'],_0x21ab72=_0x4440fb['howMany'],_0x3f871f=_0x45f4cc(_0x2d8475['model']['createRange'](_0x1a3e34,_0x1a3e34['getShiftedBy'](_0x21ab72)),_0x2d8475['model']);this['markInsertion'](_0x3f871f);break;}case'split':{_0x1f0b7d['batch']['addOperation'](_0x4440fb),_0x2d8475['model']['applyOperation'](_0x4440fb);const _0x426e65=_0x4440fb['splitPosition'],_0x146f21=_0x4440fb['moveTargetPosition'];this['markInsertion'](_0x2d8475['model']['createRange'](_0x426e65,_0x146f21));break;}case'move':case'remove':_0x1f0b7d['batch']['addOperation'](_0x4440fb),_0x2d8475['model']['applyOperation'](_0x4440fb);}}for(const _0x1bd20a of _0xcdf585)_0x1bd20a['detach'](),this['markDeletion'](_0x1bd20a);});}['_setSuggestionRange'](_0x319eaa,_0x23dc2d){const _0x5bd7dd=_0x319eaa['getFirstMarker']();this['_model']['change'](_0x5a26b5=>{_0x5a26b5['updateMarker'](_0x5bd7dd,{'range':_0x23dc2d});});}['_addThreadToSuggestion'](_0x2da2f6){const _0x5abd23=_0x2da2f6['id'],_0x40bbb8=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x5abd23)||this['_commentsRepository']['addCommentThread']({'channelId':_0x40bbb8,'threadId':_0x5abd23,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x5b982b=this['_commentsRepository']['getCommentThread'](_0x5abd23);_0x5b982b['unbind']('isRemovable'),_0x5b982b['isRemovable']=!0x1,_0x2da2f6['commentThread']=_0x5b982b;}['_checkSuggestionCorrectness'](_0x4ecba0,_0x1fe41c,_0x534725,_0x56ee25){if(_0x4ecba0['type']!=_0x1fe41c||_0x4ecba0['subType']!=_0x534725||_0x4ecba0['creator']['id']!=_0x56ee25)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x1b84b2('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x51ad4a,_0x59600f){const _0xffc02a=_0x51ad4a['getFirstRange']();if(_0x59600f['isEqual'](_0xffc02a))_0x51ad4a['removeMarkers']();else{if(_0xffc02a['containsRange'](_0x59600f)){const _0x49e99e=this['_model']['createPositionAt'](_0x59600f['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x51ad4a,this['_model']['createRange'](_0xffc02a['start'],_0x49e99e));const _0x155f26=_0x2026f5(),_0x3fc06e=_0x51ad4a['creator']['id'],_0x24f9f0=_0x51ad4a['type']+':'+_0x51ad4a['subType'];this['_setSuggestionData']({'id':_0x155f26,'type':_0x24f9f0,'createdAt':new Date(),'authorId':_0x3fc06e,'data':_0x51ad4a['data'],'attributes':_0x51ad4a['attributes']});const _0x24c749=this['_model']['createPositionAt'](_0x59600f['end']['parent'],'after'),_0x26528c=this['_model']['createRange'](_0x24c749,_0xffc02a['end']);this['_addSuggestionMarker'](_0x24f9f0,_0x155f26,_0x3fc06e,_0x26528c);}else{if(_0xffc02a['containsPosition'](_0x59600f['start'])){const _0xafed17=this['_model']['createPositionAt'](_0x59600f['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x51ad4a,this['_model']['createRange'](_0xffc02a['start'],_0xafed17));}else{const _0x33ee1a=this['_model']['createPositionAt'](_0x59600f['end']['parent'],'after');this['_setSuggestionRange'](_0x51ad4a,this['_model']['createRange'](_0x33ee1a,_0xffc02a['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x258065){for(const {suggestion:_0x44d2ee,meta:_0x54d77b}of this['_findSuggestions'](_0x258065,'insertion')){if(!_0x54d77b['isOwn'])continue;const _0x1d9893=_0x44d2ee['getRanges']();for(const _0x4e5bf2 of _0x1d9893)if(!_0x258065['getDifference'](_0x4e5bf2)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x38d870){return this['editor']['plugins']['get']('Users')['getUser'](_0x38d870);}['_getExternalAuthor'](_0x2eea12){const _0x4add11=this['editor']['plugins']['get']('Users'),_0x380720=_0x5b8aa9('external:'+_0x2eea12),_0x518852=_0x4add11['getUser'](_0x380720);return _0x518852||_0x4add11['addUser']({'id':_0x380720,'name':_0x2eea12});}['_createSuggestion'](_0x37ced6,_0x13b26c,_0x5d61b6,_0x1de001,_0x520a32,_0x39d8d8){const _0x4fac7f=this['_getAuthorFromId'](_0x1de001);if(!_0x4fac7f)throw new _0x1b84b2('track-changes-user-not-found',this,{'authorId':_0x1de001,'suggestionId':_0x5d61b6});const _0x2c62c6=this['_suggestionFactory']['buildSuggestion'](_0x37ced6,_0x13b26c,_0x5d61b6,_0x4fac7f,_0x520a32,_0x4b858a=>{this['_updateSuggestionData'](_0x5d61b6,{'attributes':_0x4b858a});const _0x40d9a8=this['getSuggestion'](_0x5d61b6);this['_joinWithAdjacentSuggestions'](new Set([_0x40d9a8])),this['_refreshSuggestionsChain'](new Set([_0x40d9a8]));},_0x39d8d8);return this['listenTo'](_0x2c62c6,'accept',()=>{this['_updateSuggestionData'](_0x5d61b6,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x2c62c6,'discard',()=>{this['_updateSuggestionData'](_0x5d61b6,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x5d61b6,_0x2c62c6),this['_suggestionState']['set'](_0x2c62c6,'notReady'),_0x2c62c6;}['_breakSuggestionMarker'](_0x3ad818,_0x4e287a,_0x7b4e8){const _0x929bac=_0x3ad818['getFirstRange'](),_0x36cde0=_0x929bac['start'],_0x29eb59=_0x929bac['end'];this['_setSuggestionRange'](_0x3ad818,this['_model']['createRange'](_0x36cde0,_0x4e287a));const _0x31bb0f=_0x2026f5(),_0x2f58f1=_0x3ad818['creator']['id'],_0x594622=_0x3ad818['type']+(_0x3ad818['subType']?':'+_0x3ad818['subType']:'');this['_setSuggestionData']({'id':_0x31bb0f,'type':_0x594622,'createdAt':new Date(),'authorId':_0x2f58f1,'originalSuggestionId':_0x3ad818['_originalSuggestionId']||_0x3ad818['id'],'attributes':_0x3ad818['attributes'],'data':_0x3ad818['data']});const _0x33e6f7=this['_getAttributeKey'](_0x3ad818);('formatBlock'==_0x3ad818['type']||_0x33e6f7&&this['_suggestionsConversion']['isBlockAttribute'](_0x33e6f7))&&(_0x7b4e8=this['_model']['createPositionBefore'](_0x7b4e8['parent'])),this['_addSuggestionMarker'](_0x594622,_0x31bb0f,_0x2f58f1,this['_model']['createRange'](_0x7b4e8,_0x29eb59));}['_findSuggestions'](_0x41f4d0,_0x42ec02=null){const _0xff6377=[],_0x438fc0=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x41f4d0)||(_0x41f4d0=[_0x41f4d0]);for(const _0x5b7705 of this['getSuggestions']()){if(!_0x5b7705['isInContent'])continue;if(_0x42ec02&&_0x5b7705['type']!=_0x42ec02)continue;let _0x1b8186=!0x1;for(const _0x53991f of _0x5b7705['getRanges']()){for(const _0x533da1 of _0x41f4d0){const _0x2e4fba=_0x533da1['start']['isEqual'](_0x53991f['end'])||_0x533da1['end']['isEqual'](_0x53991f['start']);if(_0x2e4fba||_0x533da1['getIntersection'](_0x53991f)){const _0x3af61c=_0x533da1['containsRange'](_0x53991f)&&qe(this['_model']['schema'],_0x53991f['start'],_0x533da1),_0x14d6cb=_0x53991f['containsRange'](_0x533da1)&&qe(this['_model']['schema'],_0x533da1['start'],_0x53991f);_0xff6377['push']({'suggestion':_0x5b7705,'meta':{'isOwn':_0x438fc0==_0x5b7705['author'],'isNextTo':_0x2e4fba,'isInsideObject':_0x3af61c,'containsRangeInObject':_0x14d6cb}}),_0x1b8186=!0x0;break;}}if(_0x1b8186)break;}}return _0xff6377;}['_addSuggestionMarker'](_0x50665b,_0x4566d5,_0x39671f,_0x102c01,_0x5cf91e){this['_model']['change'](_0x47e1bd=>{let _0x4bb568='suggestion:'+_0x50665b+':'+_0x4566d5+':'+_0x39671f;_0x5cf91e&&(_0x4bb568=_0x4bb568+':'+_0x5cf91e),_0x47e1bd['addMarker'](_0x4bb568,{'range':_0x102c01,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x55a2c0){const _0x18a55a=_0x55a2c0['previous'],_0x4d6c58=_0x55a2c0['next'];_0x55a2c0['previous']=null,_0x55a2c0['next']=null,null!=_0x18a55a&&_0x18a55a['next']==_0x55a2c0&&(_0x18a55a['next']=_0x4d6c58),null!=_0x4d6c58&&_0x4d6c58['previous']==_0x55a2c0&&(_0x4d6c58['previous']=_0x18a55a),'ready'==this['_suggestionState']['get'](_0x55a2c0)&&(this['_suggestionState']['set'](_0x55a2c0,'removed'),this['fire']('suggestionUnloaded',_0x55a2c0,_0x18a55a,_0x4d6c58));}['_setSuggestionData'](_0x30cac5){const _0xb6fe5e=_0x30cac5['id'],_0x2bc307=this['addSuggestionData'](_0x30cac5);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x329e01=this['editor']['plugins']['get']('PendingActions'),_0x2b5cb6=_0x2bc307['hasComments'],_0x12771f=_0x2bc307['subType']?_0x2bc307['type']+':'+_0x2bc307['subType']:_0x2bc307['type'],_0x5a0f8d=this['editor']['locale'],_0x528ec3=_0x329e01['add'](At(_0x5a0f8d,'PENDING_ACTION_SUGGESTION')),_0x4fad74={'id':_0xb6fe5e,'type':_0x12771f,'hasComments':_0x2b5cb6,'data':_0x30cac5['data']||null,'originalSuggestionId':_0x30cac5['originalSuggestionId']||null,'attributes':_0x2bc307['attributes']};this['_adapter']['addSuggestion'](_0x4fad74)['then'](_0x5e38d4=>{_0x2bc307['_saved']=!0x0,_0x329e01['remove'](_0x528ec3),_0x5e38d4&&_0x5e38d4['createdAt']&&(this['_suggestions']['get'](_0xb6fe5e)['createdAt']=_0x5e38d4['createdAt']);})['catch'](_0x495337=>{throw _0x62a01f('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x2bc307['discard']();}),_0x2bc307['stopListening'](),this['_suggestions']['delete'](_0x2bc307['id']),this['_suggestionState']['delete'](_0x2bc307),_0x495337;});}return _0x2bc307;}['_updateSuggestionData'](_0x252593,_0x5d139b){const _0x3bd088=this['editor']['plugins']['get']('PendingActions'),_0x355a40=this['getSuggestion'](_0x252593);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x355a40['_saved']){const _0x10da63=_0x3bd088['add'](At(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x252593,_0x5d139b)['then'](()=>{_0x3bd088['remove'](_0x10da63);});}else _0x355a40['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x252593,_0x5d139b);});}}['_getSuggestionData'](_0x2f56d1){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x1b84b2('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x2f56d1);}['_handleNewSuggestionMarker'](_0x150aa4){const {id:_0xaced5e,type:_0x4a8fe3,subType:_0x5b16f2,authorId:_0x2d2612}=_0x6b12f7(_0x150aa4),_0x3affe2=this['_suggestions']['get'](_0xaced5e)||this['_createSuggestion'](_0x4a8fe3,_0x5b16f2,_0xaced5e,_0x2d2612,{});switch(this['_checkSuggestionCorrectness'](_0x3affe2,_0x4a8fe3,_0x5b16f2,_0x2d2612),this['_suggestionState']['get'](_0x3affe2)){case'notReady':this['_getSuggestionData'](_0xaced5e)['then'](_0x408736=>{let _0x5cf6a9=Promise['resolve']();_0x408736['hasComments']&&(_0x5cf6a9=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0xaced5e})),_0x5cf6a9['then'](()=>{this['addSuggestionData'](_0x408736)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x3affe2,'markerReady');break;case'removed':this['_updateSuggestionData'](_0xaced5e,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x3affe2,'ready'),this['fire']('suggestionLoaded',_0x3affe2);break;case'ready':this['fire']('suggestionChanged',_0x3affe2);}return _0x3affe2['addMarkerName'](_0x150aa4),_0x3affe2;}['_refreshSuggestionsChain'](_0x56f591){const _0x300793=Array['from'](_0x56f591),_0x4ae7a9=_0x300793['filter'](_0x3ce3a5=>'attribute'==_0x3ce3a5['type']);this['_refreshAttributeSuggestionsChain'](_0x4ae7a9);const _0x50e977=_0x300793['filter'](_0x440de7=>!_0x440de7['isMultiRange']&&'attribute'!=_0x440de7['type']),_0x3b8ca8=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xcb8121=>!_0xcb8121['isMultiRange']&&'attribute'!=_0xcb8121['type']),_0x538ece=_0x3b8ca8['filter'](_0x223f5d=>!_0x56f591['has'](_0x223f5d)),_0x443bd6=new Map(_0x3b8ca8['map'](_0x51d748=>[_0x51d748,this['_suggestionFactory']['getSuggestionCallback'](_0x51d748['type'],_0x51d748['subType'],'chain')])),_0x559637=new Map(_0x3b8ca8['map'](_0x192d76=>[_0x192d76,_0x192d76['getFirstRange']()])),_0x3638dd=new Set(),_0x43e78c=new Set();for(let _0x1a31d4=0x0;_0x1a31d4<_0x50e977['length'];_0x1a31d4++)_0x4aca3a(_0x50e977[_0x1a31d4],_0x50e977,_0x1a31d4+0x1);for(let _0xc8e18a=0x0;_0xc8e18a<_0x50e977['length'];_0xc8e18a++)_0x4aca3a(_0x50e977[_0xc8e18a],_0x538ece,0x0);const _0x58ad35=new Set();for(let _0x197e1e=0x0;_0x197e1e<_0x50e977['length'];_0x197e1e++){const _0x1ce39e=_0x50e977[_0x197e1e];!_0x43e78c['has'](_0x1ce39e)&&_0x1ce39e['previous']&&(_0x58ad35['add'](_0x1ce39e['previous']),_0x1ce39e['previous']['next']===_0x1ce39e&&(_0x1ce39e['previous']['next']=null),_0x1ce39e['previous']=null),!_0x3638dd['has'](_0x1ce39e)&&_0x1ce39e['next']&&(_0x58ad35['add'](_0x1ce39e['next']),_0x1ce39e['next']['previous']===_0x1ce39e&&(_0x1ce39e['next']['previous']=null),_0x1ce39e['next']=null);}function _0x4aca3a(_0x441750,_0x620084,_0x341e54){for(let _0x5503dd=_0x341e54;_0x5503dd<_0x620084['length'];_0x5503dd++){const _0x4d4815=_0x3b9191(_0x441750,_0x620084[_0x5503dd]);_0x4d4815&&(_0x4d4815[0x0]['next']=_0x4d4815[0x1],_0x4d4815[0x1]['previous']=_0x4d4815[0x0],_0x3638dd['add'](_0x4d4815[0x0]),_0x43e78c['add'](_0x4d4815[0x1]));}}function _0x3b9191(_0xed50c7,_0x34e745){if(_0xed50c7['author']['id']!==_0x34e745['author']['id'])return null;const _0x518f06=_0x443bd6['get'](_0xed50c7)(_0xed50c7,_0x34e745,_0x559637['get'](_0xed50c7),_0x559637['get'](_0x34e745));if(!_0x518f06)return null;return _0x443bd6['get'](_0x34e745)(_0xed50c7,_0x34e745,_0x559637['get'](_0xed50c7),_0x559637['get'](_0x34e745))?_0x518f06[0x1]['commentThread']&&_0x518f06[0x1]['commentThread']['length']?null:_0x518f06:null;}_0x58ad35['size']&&this['_refreshSuggestionsChain'](_0x58ad35);}['_refreshAttributeSuggestionsChain'](_0x6e475d){if(0x0==_0x6e475d['length'])return;const _0x70a736=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x26182d=>'attribute'==_0x26182d['type']&&_0x26182d['_isDataLoaded']),_0x28674f=[],_0x378b3a=new Map();for(const _0x3e296f of _0x70a736){const _0x25f862=_0x5b8aa9(_0x3e296f['attributes']);_0x378b3a['has'](_0x25f862)||(_0x378b3a['set'](_0x25f862,_0x28674f['length']),_0x28674f['push']([]));const _0x5dd350=_0x378b3a['get'](_0x25f862);_0x28674f[_0x5dd350]['push'](_0x3e296f);}!(function(){_0x28674f['sort']((_0x24109a,_0x1158cd)=>{const _0x473fc1=_0x24109a[0x0]['createdAt'],_0x3c727c=_0x1158cd[0x0]['createdAt'];return _0x473fc1==_0x3c727c?_0x24109a[0x0]['attributes']['groupId']<_0x1158cd[0x0]['attributes']['groupId']?-0x1:0x1:_0x473fc1<_0x3c727c?-0x1:0x1;});for(const _0x3e91fa of _0x28674f)_0x3e91fa['sort']((_0x48e07f,_0x5f135e)=>_0x48e07f['id']<_0x5f135e['id']?-0x1:0x1);}());for(let _0x89e6bc=0x0;_0x89e6bc<_0x28674f['length'];_0x89e6bc++){if(0x0==_0x28674f[_0x89e6bc]['length'])continue;const _0x286454=[];for(let _0x4b753d=_0x89e6bc+0x1;_0x4b753d<_0x28674f['length'];_0x4b753d++)0x0!=_0x28674f[_0x4b753d]['length']&&_0x2ae3d4(_0x28674f[_0x89e6bc],_0x28674f[_0x4b753d])&&_0x286454['push'](_0x4b753d);for(const _0x457f9b of _0x286454)_0x28674f[_0x89e6bc]=_0x28674f[_0x89e6bc]['concat'](_0x28674f[_0x457f9b]),_0x28674f[_0x457f9b]=[];}for(const _0x3489af of _0x28674f)for(let _0x1f78b5=0x0;_0x1f78b5<_0x3489af['length'];_0x1f78b5++){const _0x20d28e=_0x3489af[_0x1f78b5+0x1]||null;_0x3489af[_0x1f78b5]['next']!==_0x20d28e&&(_0x3489af[_0x1f78b5]['next']=_0x20d28e);}for(const _0x3072c2 of _0x28674f)for(let _0x51cb6f=0x0;_0x51cb6f<_0x3072c2['length'];_0x51cb6f++){const _0x5af2fb=_0x3072c2[_0x51cb6f-0x1]||null;_0x3072c2[_0x51cb6f]['previous']!==_0x5af2fb&&(_0x3072c2[_0x51cb6f]['previous']=_0x5af2fb);}function _0x2ae3d4(_0x42ac5c,_0x49c020){if(_0x42ac5c[0x0]['attributes']['groupId']!==_0x49c020[0x0]['attributes']['groupId']&&_0x42ac5c[0x0]['author']!==_0x49c020[0x0]['author'])return!0x1;if(!function(_0x22a420,_0x5921c6){if(!_0x22a420['hasComments']&&!_0x5921c6['hasComments'])return!0x0;if(_0x22a420['hasComments']&&_0x5921c6['hasComments'])return!0x1;if(_0x22a420['hasComments']&&_0x5921c6['createdAt']<_0x22a420['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x5921c6['hasComments']&&_0x22a420['createdAt']<_0x5921c6['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x42ac5c[0x0],_0x49c020[0x0]))return!0x1;const _0x26c0f7=ot(_0x42ac5c[0x0]['attributes'],['groupId','trackingSessionId']),_0x2c2254=ot(_0x49c020[0x0]['attributes'],['groupId','trackingSessionId']);if(!st(_0x26c0f7,_0x2c2254))return!0x1;if(_0x42ac5c[0x0]['attributes']['groupId']==_0x49c020[0x0]['attributes']['groupId'])return!0x0;if(_0x42ac5c[0x0]['attributes']['trackingSessionId']!==_0x49c020[0x0]['attributes']['trackingSessionId'])return!0x1;return!!_0x42ac5c['every'](_0x5dd6e3=>_0x49c020['some'](_0x11950d=>_0x5dd6e3['getFirstRange']()['isEqual'](_0x11950d['getFirstRange']())))&&_0x49c020['every'](_0xd35a70=>_0x42ac5c['some'](_0x14ab0c=>_0xd35a70['getFirstRange']()['isEqual'](_0x14ab0c['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x43875b){const _0x3b65fb=Array['from'](_0x43875b),_0xe873ca=this['getSuggestions']({'skipNotAttached':!0x0}),_0x173527=_0xe873ca['filter'](_0x5cf055=>!_0x43875b['has'](_0x5cf055)),_0x23c7d3=new Map(_0x3b65fb['map'](_0x22b13d=>[_0x22b13d,this['_suggestionFactory']['getSuggestionCallback'](_0x22b13d['type'],_0x22b13d['subType'],'join')])),_0x472139=new Map(_0xe873ca['map'](_0x4529e5=>[_0x4529e5,_0x4529e5['getRanges']()]));for(let _0x466a17=0x0;_0x466a17<_0x3b65fb['length'];_0x466a17++){if(_0x1a943a(this,_0x3b65fb[_0x466a17],_0x3b65fb,_0x466a17+0x1))return!0x0;}for(let _0x5778bb=0x0;_0x5778bb<_0x3b65fb['length'];_0x5778bb++){if(_0x1a943a(this,_0x3b65fb[_0x5778bb],_0x173527,0x0))return!0x0;}return!0x1;function _0x1a943a(_0x144f1e,_0x582170,_0x197d46,_0x19adf0){for(let _0x2d4ad4=_0x19adf0;_0x2d4ad4<_0x197d46['length'];_0x2d4ad4++){const _0xce4b87=_0x197d46[_0x2d4ad4];if(_0xce4b87['type']!==_0x582170['type']||_0xce4b87['author']['id']!==_0x582170['author']['id']||_0xce4b87['subType']!==_0x582170['subType'])continue;if(!an(_0x582170,_0xce4b87))continue;if('attribute'==_0x582170['type']&&_0x582170['data']['oldValue']!=_0xce4b87['data']['oldValue'])continue;if('attribute'==_0x582170['type']&&_0x144f1e['_suggestionsConversion']['isBlockAttribute'](_0x582170['data']['key']))continue;if('formatBlock'==_0x582170['type']){const _0x1a5b62=_0x144f1e['editor']['model'],_0x2784cf=_0x582170['getContainedElement']();if(_0x2784cf&&(_0x1a5b62['schema']['isObject'](_0x2784cf)||_0x1a5b62['schema']['isLimit'](_0x2784cf)))continue;}const _0x5ad7af=_0x23c7d3['get'](_0x582170),_0x10a9ab=_0x472139['get'](_0x582170),_0x45b7ca=_0x472139['get'](_0xce4b87),_0xa9811=_0x582170['commentThread']&&_0x582170['commentThread']['length'],_0x48dfb8=_0xce4b87['commentThread']&&_0xce4b87['commentThread']['length'];if(!_0xa9811&&_0x5ad7af(_0x45b7ca,_0x10a9ab))return _0x144f1e['_joinSuggestions'](_0xce4b87,_0x582170),_0x472139['delete'](_0x582170),!0x0;if(!_0x48dfb8&&_0x5ad7af(_0x10a9ab,_0x45b7ca))return _0x144f1e['_joinSuggestions'](_0x582170,_0xce4b87),_0x472139['delete'](_0xce4b87),!0x0;}return!0x1;}}['_joinSuggestions'](_0x2c8a8f,_0x44dc2a){if(_0x2c8a8f['isMultiRange']){for(const _0x37ee1b of _0x44dc2a['getRanges']())_0x2c8a8f['addRange'](_0x37ee1b);}else{const _0x531081=_0x44dc2a['getFirstRange']()['end'];this['_setSuggestionRange'](_0x2c8a8f,this['_model']['createRange'](_0x2c8a8f['getFirstRange']()['start'],_0x531081));}_0x44dc2a['removeMarkers']();}['_getMarkerAnnouncementText'](_0x227812,_0x549e0e,_0x4d04c6){const _0x533516=_0x227812['startsWith']('format')||_0x227812['startsWith']('attribute')?'FORMATTING':_0x227812['toUpperCase']();return At(this['editor']['locale'],_0x549e0e+'_'+_0x533516+'_SUGGESTION_ANNOUNCEMENT',_0x4d04c6);}['_initAriaMarkerChangeAnnouncements'](){const _0x4ee295=this['editor'];if(!_0x4ee295['ui'])return;const {ariaLiveAnnouncer:_0x371741}=_0x4ee295['ui'];_0x27a7a2(this['_model'],({left:_0x1b51ca,entered:_0x4b0245})=>{for(const _0x191679 of _0x1b51ca){const {group:_0x4f8228,type:_0x3a6be2}=_0x6b12f7(_0x191679['name']);if('suggestion'===_0x4f8228){_0x371741['announce'](this['_getMarkerAnnouncementText'](_0x3a6be2,'LEAVE'));break;}}for(const _0x49dfbf of _0x4b0245){const {group:_0x3a370e,type:_0x457371}=_0x6b12f7(_0x49dfbf['name']);if('suggestion'===_0x3a370e){_0x371741['announce'](this['_getMarkerAnnouncementText'](_0x457371,'ENTER',_0x309cdc(_0x3041c0)));break;}}});}['_processAttributeChanges'](_0x304472){if(this['_recordAttributeSuggestions'])return!0x1;const _0x23be0c=this['editor'],_0x357433=_0x23be0c['model']['document']['differ']['getChanges']();if(0x0==_0x357433['length'])return!0x1;const _0x3672e1=[],_0x5bfb66=_0x357433['filter'](_0x116efb=>'attribute'==_0x116efb['type']),_0x83f71a=_0x357433['filter'](_0x2488c3=>'insert'==_0x2488c3['type']&&'$text'!=_0x2488c3['name']),_0x2b5f51=_0x357433['filter'](_0x27304b=>'remove'==_0x27304b['type']&&'$text'!=_0x27304b['name']);for(const _0x220061 of _0x5bfb66)_0x3672e1['push']({'key':_0x220061['attributeKey'],'newValue':_0x220061['attributeNewValue'],'oldValue':_0x220061['attributeOldValue'],'range':sn(_0x220061['range'],_0x23be0c['model'])});for(const _0x75a1f3 of _0x83f71a){const _0x3f26d0=_0x2b5f51['find'](_0x47f806=>_0x47f806['position']['isEqual'](_0x75a1f3['position']));_0x3f26d0&&_0x3672e1['push']({'key':Ke,'newValue':_0x75a1f3['name'],'oldValue':_0x3f26d0['name'],'range':_0x23be0c['model']['createRangeOn'](_0x75a1f3['position']['nodeAfter'])});}return 0x0!=_0x3672e1['length']&&this['_reduceExistingSuggestions'](_0x304472,_0x3672e1);}['_processAttributeSuggestions'](_0x570168){let _0x258368=!0x1;const _0xdcd408=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x95ddb4=>_0x95ddb4['data']['newRange']&&_0x95ddb4['name']['startsWith']('suggestion:attribute:'));for(const _0x446f8f of _0xdcd408){const {subType:_0xc810c9,id:_0x4e2898}=_0x6b12f7(_0x446f8f['name']),_0x12052a=_0xc810c9['split']('|')[0x0];for(const _0x3efd1f of this['getSuggestions']({'skipNotAttached':!0x0}))_0x3efd1f['id']!=_0x4e2898&&'attribute'==_0x3efd1f['type']&&_0x3efd1f['data']&&_0x3efd1f['data']['key']==_0x12052a&&_0x3efd1f['getFirstRange']()['isIntersecting'](_0x446f8f['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x3efd1f,_0x446f8f['data']['newRange'],_0x570168),_0x258368=!0x0);}return _0x258368;}['recordAttributeChanges'](_0x3dfcc4){this['_recordAttributeSuggestions']=!0x0,_0x3dfcc4();}['_reduceExistingSuggestions'](_0x66aea7,_0x4d6870){if(0x0==_0x4d6870['length'])return!0x1;let _0x906e56=!0x1;for(const _0xeccc6c of _0x4d6870){const _0x3d62c2=this['_findSuggestions'](_0xeccc6c['range'],'attribute')['filter'](_0x402fbe=>!_0x402fbe['meta']['isNextTo'])['map'](_0x1e1fe1=>_0x1e1fe1['suggestion']),_0x12eb16=_0x5b8aa9({'newValue':_0xeccc6c['newValue']});_0x3d62c2['filter'](_0x113455=>{const [_0x14313f,_0xab397a]=_0x113455['subType']['split']('|');return _0x14313f==_0xeccc6c['key']&&_0xab397a!=_0x12eb16;})['forEach'](_0x217949=>{this['_reduceSuggestionAttributeRange'](_0x217949,_0xeccc6c['range'],_0x66aea7),_0x906e56=!0x0;});}return _0x906e56;}['_reduceSuggestionAttributeRange'](_0x515be9,_0x11621e,_0x4fee6a){const _0x190050=_0x515be9['getFirstRange']()['getDifference'](_0x11621e);0x0!==_0x190050['length']?0x1!==_0x190050['length']?this['_breakSuggestionMarker'](_0x515be9,_0x11621e['start'],_0x11621e['end']):this['_setSuggestionRange'](_0x515be9,_0x190050[0x0]):_0x4fee6a['removeMarker'](_0x515be9['getFirstMarker']());}}class Ye{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x5f498f){this['_editor']=_0x5f498f,this['_model']=_0x5f498f['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x516d80,_0x157ecd,_0x4c9f00,_0x5d6b93,_0x5c13d6,_0x2110b5,_0x290473){return new bt(this['_model'],{'type':_0x516d80,'subType':_0x157ecd,'id':_0x4c9f00,'originalSuggestionId':_0x290473,'author':_0x5d6b93,'creator':_0x5d6b93,'attributes':_0x5c13d6,'onAttributesChange':_0x2110b5,'onAccept':(..._0x122dfe)=>this['getSuggestionCallback'](_0x516d80,_0x157ecd,'accept')(..._0x122dfe),'onDiscard':(..._0x36703d)=>this['getSuggestionCallback'](_0x516d80,_0x157ecd,'discard')(..._0x36703d)});}['registerCustomCallback'](_0x58f56e,_0xd89fcf,_0x3f7470,_0x2ddc08){const _0x2b0d15=_0x58f56e+':'+_0xd89fcf+':'+_0x3f7470;this['_customCallbacks']['set'](_0x2b0d15,_0x2ddc08);}['getSuggestionCallback'](_0x52f517,_0x35feb0,_0x4e5742){const _0x1aed18=_0x52f517+':'+_0x35feb0+':'+_0x4e5742;return this['_customCallbacks']['get'](_0x1aed18)||this['_defaultCallbacks']['get'](_0x52f517+':'+_0x4e5742);}['_registerDefaultCallbacks'](){const _0x4bd93f=()=>!0x1,_0x117ca7=_0x10c701=>{_0x10c701['sort']((_0x51937a,_0xbc2cb6)=>_0x51937a['start']['isBefore'](_0xbc2cb6['start'])?0x1:-0x1),this['_model']['change'](_0x4e464c=>{for(const _0x5ce393 of _0x10c701){let _0x33eb4b;_0x33eb4b=_0x5ce393['end']['isAtEnd']&&_0x5ce393['end']['parent']==_0x5ce393['start']['nodeAfter']?_0x4e464c['createSelection'](_0x5ce393['start']['nodeAfter'],'on'):_0x4e464c['createSelection'](_0x5ce393),this['_model']['deleteContent'](_0x33eb4b,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0,'doNotFixSelection':!0x0});}});},_0x223d28=(_0x1664e4,_0x51b159)=>{_0x51b159&&this['_model']['change'](_0x2d1ba5=>{const {commandName:_0x47c94e,commandParams:_0x28f86b=[]}=_0x51b159,_0x571bfb=_0x1664e4['map'](_0x3ea301=>(Qe(_0x3ea301)&&(_0x3ea301=this['_model']['createRange'](_0x3ea301['end'])),_0x3ea301))['filter'](_0x471e90=>'$graveyard'!==_0x471e90['root']['rootName']);if(_0x571bfb['length']<0x1)return;const _0x4de247=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x267576=>_0x5b1490['fromRange'](_0x267576));_0x2d1ba5['setSelection'](_0x571bfb);for(const _0x66c2f4 of this['_editor']['commands']['commands']())_0x66c2f4['refresh']();_0x28f86b['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x47c94e,..._0x28f86b);const _0x4d9e3a=_0x4de247['filter'](_0x5b1fe9=>'$graveyard'!=_0x5b1fe9['root']['rootName']);_0x4d9e3a['length']>0x0&&_0x2d1ba5['setSelection'](_0x4d9e3a);for(const _0x1588dc of _0x4de247)_0x1588dc['detach']();});},_0x2abf31=(_0x5eebf0,_0x4eb48e)=>0x1==_0x5eebf0['length']&&0x1==_0x4eb48e['length']&&_0x5eebf0[0x0]['end']['isEqual'](_0x4eb48e[0x0]['start']),_0x51574a=(_0x483b53,_0x252471,_0x159412,_0x414327)=>on(_0x483b53,_0x252471,_0x159412,_0x414327)?[_0x483b53,_0x252471]:on(_0x252471,_0x483b53,_0x414327,_0x159412)?[_0x252471,_0x483b53]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x4bd93f),this['_defaultCallbacks']['set']('insertion:discard',_0x117ca7),this['_defaultCallbacks']['set']('insertion:join',_0x2abf31),this['_defaultCallbacks']['set']('insertion:chain',_0x51574a),this['_defaultCallbacks']['set']('deletion:accept',_0x117ca7),this['_defaultCallbacks']['set']('deletion:discard',_0x4bd93f),this['_defaultCallbacks']['set']('deletion:join',_0x2abf31),this['_defaultCallbacks']['set']('deletion:chain',_0x51574a),this['_defaultCallbacks']['set']('formatInline:accept',_0x223d28),this['_defaultCallbacks']['set']('formatInline:discard',_0x4bd93f),this['_defaultCallbacks']['set']('formatInline:join',_0x2abf31),this['_defaultCallbacks']['set']('formatInline:chain',_0x4bd93f),this['_defaultCallbacks']['set']('formatBlock:accept',_0x223d28),this['_defaultCallbacks']['set']('formatBlock:discard',_0x4bd93f),this['_defaultCallbacks']['set']('formatBlock:join',_0x2abf31),this['_defaultCallbacks']['set']('formatBlock:chain',_0x4bd93f),this['_defaultCallbacks']['set']('attribute:accept',_0x4bd93f),this['_defaultCallbacks']['set']('attribute:discard',(_0x23be8a,_0x30db59)=>{if(!_0x30db59)return;const _0x54e31b=this['_editor']['plugins']['get'](_0x4ed631);this['_model']['change'](_0x405c67=>{if(_0x30db59['key']==Ke)for(const _0x12c075 of _0x23be8a){const _0x5aa98e=_0x12c075['start']['nodeAfter'],_0x1268bd=_0x30db59['oldValue'];_0x405c67['rename'](_0x5aa98e,_0x1268bd);}else{if(_0x54e31b['isBlockAttribute'](_0x30db59['key'])){for(const _0xbddc5b of _0x23be8a)void 0x0!==_0x30db59['oldValue']?_0x405c67['setAttribute'](_0x30db59['key'],_0x30db59['oldValue'],_0xbddc5b['start']['nodeAfter']):_0x405c67['removeAttribute'](_0x30db59['key'],_0xbddc5b['start']['nodeAfter']);}else{for(const _0x3b9a87 of _0x23be8a)_0x30db59['oldValue']?_0x405c67['setAttribute'](_0x30db59['key'],_0x30db59['oldValue'],_0x3b9a87):_0x405c67['removeAttribute'](_0x30db59['key'],_0x3b9a87);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x2abf31);}}function qe(_0x5391df,_0x29d215,_0x46c9b3){for(const _0x3504d3 of _0x29d215['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x3504d3['root']==_0x3504d3)return!0x1;if(!_0x46c9b3['containsItem'](_0x3504d3))return!0x1;if(_0x5391df['isObject'](_0x3504d3)||_0x5391df['isLimit'](_0x3504d3))return!0x0;}return!0x1;}function Qe(_0x11ad05){return _0x11ad05['end']['parent']==_0x11ad05['start']['nodeAfter']&&_0x11ad05['end']['isAtStart'];}function Ze(_0x342816,_0xf763d2,_0x532f5b,_0x11f4cb){const _0x2b4c16=_0x85d4b5=>!_0x85d4b5['item']['is']('$textProxy')&&!_0x11f4cb['isObject'](_0x85d4b5['item']),_0x45585b=_0x342816['start']['getLastMatchingPosition'](_0x2b4c16),_0x2e0448=_0x342816['end']['getLastMatchingPosition'](_0x2b4c16,{'direction':'backward'});return(!_0x342816['start']['isEqual'](_0x45585b)||!_0x342816['end']['isEqual'](_0x2e0448))&&(_0x45585b['isBefore'](_0x2e0448)?_0x532f5b['updateMarker'](_0xf763d2,{'range':_0x532f5b['createRange'](_0x45585b,_0x2e0448)}):_0x532f5b['removeMarker'](_0xf763d2),!0x0);}function Je(_0x22e3b3){return _0x5b8aa9(_0x22e3b3);}function tn(_0x489b05){const _0x417e1e=_0x489b05['start']['nodeAfter'];return _0x417e1e&&_0x417e1e['is']('element');}function en(_0x3ec28d){return Qe(_0x3ec28d)||function(_0x490991){return _0x490991['start']['parent']==_0x490991['end']['nodeBefore']&&_0x490991['start']['isAtEnd'];}(_0x3ec28d);}function nn(_0x17333b,_0x347c88){try{const _0x5b543e=_0x17333b['getRange']();for(const _0x204628 of _0x347c88)if(_0x17333b!==_0x204628&&_0x5b543e&&_0x5b543e['isIntersecting'](_0x204628['getRange']()))return!0x0;return!0x1;}catch{return!0x1;}}function sn(_0x44ccc9,_0x12ba05){return null==_0x44ccc9['end']['nodeBefore']&&_0x44ccc9['end']['parent']==_0x44ccc9['start']['nodeAfter']?rn(_0x44ccc9['start']['nodeAfter'],_0x12ba05):_0x44ccc9;}function rn(_0x2dc3f1,_0x45b749){const _0x15892d=_0x45b749['schema']['isObject'](_0x2dc3f1)||_0x45b749['schema']['isSelectable'](_0x2dc3f1);return _0x45b749['createRange'](_0x45b749['createPositionAt'](_0x2dc3f1,'before'),_0x15892d?_0x45b749['createPositionAfter'](_0x2dc3f1):_0x45b749['createPositionAt'](_0x2dc3f1,'end'));}function on(_0x114c52,_0x1b5fb5,_0x35acfe,_0x141bb5){return!!an(_0x114c52,_0x1b5fb5)&&_0x35acfe['end']['isEqual'](_0x141bb5['start']);}function an(_0x48b26e,_0x47acfc){if(!_0x48b26e['_isDataLoaded']||!_0x47acfc['_isDataLoaded'])return!0x1;const _0x1f0d22=new Set(Object['keys'](_0x48b26e['attributes'])),_0x28554f=new Set(Object['keys'](_0x47acfc['attributes']));if(_0x1f0d22['delete']('groupId'),_0x28554f['delete']('groupId'),0x0==_0x1f0d22['size']&&0x0==_0x28554f['size'])return!0x0;if(_0x1f0d22['size']!=_0x28554f['size'])return!0x1;const _0x12c78e={..._0x48b26e['attributes']},_0x260534={..._0x47acfc['attributes']};return delete _0x12c78e['groupId'],delete _0x260534['groupId'],JSON['stringify'](_0x12c78e)==JSON['stringify'](_0x260534);}function cn(_0xfb1bf4,_0x3f5e97){const _0x35c1de=ln(_0xfb1bf4['attributes']),_0xfb6e61=ln(_0x3f5e97);if(!_0xfb1bf4['_isDataLoaded'])return!0x1;for(const _0x357b7a of Object['keys'](_0xfb6e61))if(!st(_0x35c1de[_0x357b7a],_0xfb6e61[_0x357b7a]))return!0x1;return!0x0;}function ln(_0x5e7d08){const _0x37c657=Object['assign']({},_0x5e7d08);return delete _0x37c657['skipNestingCheck'],delete _0x37c657['tablePasteChainId'],_0x37c657;}function un(_0x4a4666){return _0x4a4666['split']('|')[0x0];}class hn extends/* #__PURE__ -- @preserve */
|
|
26
|
-
_0x1639ff(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x3b99b0,_0x301808,_0x5e24cf,_0xedca4e){super(),this['model']=_0x301808,this['view']=_0x5e24cf,this['commentThreadController']=_0xedca4e,this['_editor']=_0x3b99b0,this['_acceptCommand']=_0x3b99b0['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x3b99b0['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x1d57c5,_0x70ac23)=>_0x1d57c5||_0x70ac23),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x6a7884=>_0x6a7884&&this['_editor']['model']['canEditAt'](_0x301808['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x57f7d0=>_0x57f7d0&&this['_editor']['model']['canEditAt'](_0x301808['getRanges']())),this['_pendingAction']=null,_0x5e24cf['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x5e24cf,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x5e24cf,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x5e24cf,'change:isDirty',()=>{_0x5e24cf['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 _0xa1ff1b=At(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0xa1ff1b);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class dn extends _0x28f9e0{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x5efc80,_0x48760b,_0xe7c948,_0x3351f1){super(_0x5efc80),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x7eb7ff(_0x5efc80,At(_0x5efc80,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x48760b['authoredAt']),this['bind']('authoredAt')['to'](_0x48760b),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',_0x48760b,'authoredAt',this,'descriptionParts',(_0x298112,_0x456deb,_0x506bed)=>{const _0x27197e=_0x506bed['map'](_0x24a466=>gt(_0x24a466['content']))['join']('.\x20')+'.';return At(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x298112-0x1,_0x48760b['author']['name'],_0x456deb?_0x3351f1['formatDateTime'](_0x456deb):'',new DOMParser()['parseFromString'](_0x27197e,'text/html')['body']['textContent']]);}),this['focusables']=new _0x390f0c(),this['focusTracker']=new _0xcd1e38(),this['keystrokes']=new _0x31fa58(),this['focusCycler']=new _0x1feb00({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x2da345=>_0x2da345['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x48760b,this['_localUser']=_0xe7c948,this['_config']=_0x3351f1,_0x3351f1['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x5901af(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x162e14}=this['_config'];this['commentsListView']=new _0x162e14(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',_0x3aa301=>_0x3aa301+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x5734d3,_0xee3bb1)=>_0x5734d3||!!_0xee3bb1);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x48dc0d}=this['_config'],_0x11d98b=new _0x48dc0d(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0xcfa485=_0x11d98b['commentInputView'];return _0x11d98b['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0xcfa485,'value',(_0x37f29c,_0x252313,_0x41d608)=>!!_0x41d608||_0x37f29c&&!_0x252313),_0xcfa485['on']('submit',(_0x3294b8,_0x14b547)=>{this['fire']('addComment',_0x14b547),_0xcfa485['editor']['setData']('');}),_0xcfa485['on']('cancel',()=>this['focus']()),_0xcfa485['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x11d98b;}}class fn extends dn{['suggestionView'];['_descriptionElement'];constructor(_0x4c09ec,_0xd40954,_0x2aef9e,_0x552a7a){super(_0x4c09ec,_0xd40954,_0x2aef9e,_0x552a7a),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x122fc0=>_0x122fc0&&_0x122fc0[0x0]?_0x122fc0[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x405ea3,_0x31f9c7)=>{let _0x246438='';for(const _0x32114a of _0x405ea3)_0x246438+='<p>'+gt(_0x32114a['content'],_0x32114a['color'])+'</p>';return _0x31f9c7?_0x246438:_0x288204(_0x246438,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x552a7a['SuggestionView'](_0x4c09ec,_0xd40954,{'formatDateTime':_0x552a7a['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 _0x9057c5=this['bindTemplate'],_0xda3773=[this['suggestionView']];return this['commentsListView']&&_0xda3773['push'](this['commentsListView']),this['commentThreadInputView']&&_0xda3773['push'](this['commentThreadInputView']),_0xda3773['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x9057c5['if']('isActive','ck-suggestion-wrapper--active'),_0x9057c5['to']('type',_0x548161=>'ck-suggestion-'+_0x548161),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':_0x9057c5['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0xda3773};}['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 gn extends _0x28f9e0{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x548d87,_0x28fa43,_0x499035){super(_0x548d87),this['_model']=_0x28fa43,this['_config']=_0x499035,this['set']('description',''),this['bind']('authoredAt')['to'](_0x28fa43),this['acceptButton']=this['_createButton'](At(_0x548d87,'Accept\x20suggestion'),_0x2f87f8,'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](At(_0x548d87,'Discard\x20suggestion'),_0x26028b,'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x1f6db5(_0x548d87,_0x28fa43['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x390f0c([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0xcd1e38(),this['keystrokes']=new _0x31fa58(),this['focusCycler']=new _0x1feb00({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x172c37=>_0x172c37['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0xf46049=this['element']['querySelector']('.ck-annotation__content-wrapper');_0xf46049['innerHTML']=this['description'],this['on']('change:description',(_0x251ec9,_0x1fb72c,_0x1db762)=>{_0xf46049['innerHTML']=_0x1db762;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x55a9d9=this['bindTemplate'],_0xf68b63=[{'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':_0x55a9d9['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x55a9d9['to']('authoredAt',_0x2e65d5=>this['_config']['formatDateTime'](_0x2e65d5))}]}]},{'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']&&_0xf68b63['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':_0xf68b63}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?At(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):At(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?At(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):At(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x37a936,_0x28685e,_0x4fe10e,_0x14ab53,_0x474eae){const _0xb3e32c=new _0x57b2cd(this['locale']);return _0xb3e32c['set']({'label':_0x37a936,'icon':_0x28685e,'tooltip':!0x0,'tooltipPosition':_0x474eae}),_0xb3e32c['extendTemplate']({'attributes':{'class':_0x4fe10e}}),_0xb3e32c['on']('execute',()=>{this['fire'](_0x14ab53,this['_model']['id']);}),_0xb3e32c;}['_setupKeyboardNavigation'](){const _0x609921=this['element'];this['keystrokes']['listenTo'](_0x609921);for(const _0x21534b of this['focusables'])this['focusTracker']['add'](_0x21534b['element']),this['keystrokes']['listenTo'](_0x21534b['element']);this['keystrokes']['set']('enter',(_0x48b9fa,_0x599baf)=>{_0x609921===_0x48b9fa['target']&&(this['focusCycler']['focusFirst'](),_0x599baf());}),this['keystrokes']['set']('esc',(_0x6728ed,_0x4da855)=>{_0x609921!==_0x6728ed['target']&&(this['focus'](),_0x4da855());});}}class mn extends _0x31a8de{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[Xe,_0x11347e,_0x2a6692,_0x415367,_0x4c0c9c];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x41f365){super(_0x41f365),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x5afe35=this['editor']['config'];_0x5afe35['define']('trackChanges.SuggestionThreadView',fn),_0x5afe35['define']('trackChanges.SuggestionView',gn),_0x5afe35['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x5afe35['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x484ec8,_0x1baf51){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x1b2d98,_0xae2398]of this['_handleControllerBuffer']){const _0x58511b=this['_suggestionToController']['has'](_0x1b2d98);_0x58511b||_0xae2398?_0x58511b&&_0xae2398&&this['_destroyController'](_0x1b2d98):this['_initializeController'](_0x1b2d98);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get'](_0x4c0c9c)['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x484ec8,_0x1baf51);}['init'](){const _0x151456=this['editor'],_0x4549be=_0x151456['plugins']['get'](Xe),_0x1716f2=_0x151456['plugins']['get'](_0x415367),_0x2dbcf3=_0x151456['plugins']['get'](_0x4c0c9c),_0x5ea876=_0x151456['plugins']['get'](_0x2a6692);this['_addUIComponentsToFactory'](),_0x2dbcf3['addSourceCollector'](()=>{const _0x5d5cdf=[];for(const [_0x128c04,_0x23b74f]of Array['from'](this['_suggestionToController'])){const _0x1edc33=_0x128c04['getAllAdjacentSuggestions'](),_0x29efda=[];for(const _0x27d1b2 of _0x1edc33){if(!_0x27d1b2['isInContent'])continue;if(_0x27d1b2['isMultiRange']){_0x29efda['push'](..._0x27d1b2['getRanges']());continue;}const _0x4ccdbd=_0x27d1b2['getFirstRange']();if(_0x29efda['length']>0x0){const _0x3af001=_0x29efda[0x0]['getJoined'](_0x4ccdbd);if(_0x3af001){_0x29efda[0x0]=_0x3af001;continue;}}_0x29efda['push'](_0x4ccdbd);}_0x5d5cdf['push']([_0x23b74f['view'],_0x29efda]);}return _0x5d5cdf;}),this['listenTo'](_0x4549be,'suggestionLoaded',(_0x24193e,_0x31a458)=>{this['listenTo'](_0x31a458,'change:previous',(_0x46ab2f,_0x3d554d,_0x58d107,_0x459300)=>{_0x31a458['isInContent']&&(null==_0x58d107?(this['_updateController'](_0x459300['head']),this['_handleSuggestionControllerDelayed'](_0x31a458,!0x1)):(this['_updateController'](_0x58d107['head']),null==_0x459300&&this['_handleSuggestionControllerDelayed'](_0x31a458,!0x0)));}),null!==_0x31a458['previous']?this['_updateController'](_0x31a458['head']):this['_handleSuggestionControllerDelayed'](_0x31a458,!0x1);}),this['listenTo'](_0x4549be,'suggestionUnloaded',(_0x229dd1,_0x5ee6f1,_0x30ea90)=>{this['stopListening'](_0x5ee6f1,'change:previous'),this['_handleControllerBuffer']['delete'](_0x5ee6f1),this['_suggestionToController']['has'](_0x5ee6f1)&&this['_destroyController'](_0x5ee6f1),_0x30ea90&&this['_updateController'](_0x30ea90['head']);}),this['listenTo'](_0x4549be,'suggestionChanged',(_0x307d90,_0x133d4a)=>{this['_updateController'](_0x133d4a);}),this['listenTo'](_0x1716f2,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x5ea876,'addComment',(_0x4f9423,{threadId:_0x54c045,isFromAdapter:_0x5d5937})=>{if(_0x5d5937||!_0x4549be['hasSuggestion'](_0x54c045))return;const _0x52d133=_0x4549be['getSuggestion'](_0x54c045);this['_suggestionToController']['get'](_0x52d133)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x408272=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x39dc00;for(const _0x49a128 in _0x408272){const _0x484744=_0x49a128,_0x55286c=_0x408272[_0x484744];if('trackChangesLicenseKeyValid'==_0x55286c||'trackChangesLicenseKeyInvalid'==_0x55286c||'trackChangesLicenseKeyExpired'==_0x55286c||'trackChangesLicenseKeyDomainLimit'==_0x55286c||'trackChangesLicenseKeyNotAllowed'==_0x55286c||'trackChangesLicenseKeyEvaluationLimit'==_0x55286c||'trackChangesLicenseKeyUsageLimit'==_0x55286c){delete _0x408272[_0x484744],_0x39dc00=_0x55286c,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x39dc00&&_0x408272['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x39dc00&&_0x408272['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x39dc00&&_0x408272['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x39dc00&&_0x408272['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x39dc00&&_0x408272['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyUsageLimit'==_0x39dc00&&_0x408272['_showLicenseError']('usageLimit');},0x3e8);}['getAnnotationForSuggestion'](_0x5ab881){const _0x25eb51=this['_suggestionToController']['get'](_0x5ab881);if(!_0x25eb51)return null;return this['editor']['plugins']['get'](_0x415367)['getByInnerView'](_0x25eb51['view'])||null;}['getSuggestionForAnnotation'](_0x123a24){const _0x2dc603=this['_viewToController']['get'](_0x123a24['innerView']);return _0x2dc603?_0x2dc603['model']:null;}['_refreshActiveMarkers'](){const _0x4baa24=this['editor']['plugins']['get'](_0x415367),_0x5c602d=this['editor']['plugins']['get'](Xe),_0x2031b9=Array['from'](_0x4baa24['activeAnnotations'],_0xbcc4d=>_0xbcc4d['innerView'])['filter'](_0x2ec5cb=>this['_viewToController']['has'](_0x2ec5cb)),_0x3d418d=[];for(const _0x53a94d of _0x2031b9){const _0x139fc4=this['_viewToController']['get'](_0x53a94d)['model']['getAllAdjacentSuggestions']();_0x3d418d['push'](..._0x139fc4['reduce']((_0x2c26f9,_0x353bd9)=>[..._0x2c26f9,..._0x353bd9['getMarkerNames']()],[]));}_0x5c602d['activeMarkers']=_0x3d418d;}['_addUIComponentsToFactory'](){const _0x375f8d=this['editor'],_0x51bfff=_0x375f8d['locale'],_0x4d6b5e=At(_0x51bfff,'Track\x20changes'),_0x559f1b=new _0x3bc52f([{'type':'switchbutton','model':new _0x13808a({'withText':!0x0,'isToggleable':!0x0,'label':_0x4d6b5e,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x13808a({'withText':!0x0,'label':At(_0x51bfff,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x13808a({'withText':!0x0,'label':At(_0x51bfff,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x13808a({'withText':!0x0,'label':At(_0x51bfff,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x13808a({'withText':!0x0,'label':At(_0x51bfff,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x375f8d['plugins']['has']('TrackChangesPreview')&&_0x559f1b['addMany']([{'type':'separator'},{'type':'button','model':new _0x13808a({'withText':!0x0,'label':At(_0x51bfff,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x558edd of _0x559f1b)if(En(_0x558edd)){const _0x4fb5cb=_0x375f8d['commands']['get'](_0x558edd['model']['commandName']);_0x558edd['model']['bind']('isOn','isEnabled')['to'](_0x4fb5cb,'value','isEnabled');}_0x375f8d['ui']['componentFactory']['add']('trackChanges',_0x545e3f=>this['_createToolbarButton'](_0x545e3f,_0x559f1b,_0x4d6b5e)),_0x375f8d['ui']['componentFactory']['add']('menuBar:trackChanges',_0x168910=>this['_createMenuBarMenu'](_0x168910,_0x559f1b,_0x4d6b5e));}['_createToolbarButton'](_0x13a15e,_0x4f92c1,_0x27eb0e){const _0x543f9a=_0x507787(_0x13a15e,_0x2d9c11),_0x5b909d=this['editor']['commands']['get']('trackChanges');_0x543f9a['buttonView']['set']({'tooltip':_0x27eb0e,'label':_0x27eb0e,'icon':_0xa690b1}),_0x543f9a['buttonView']['bind']('isOn')['to'](_0x5b909d,'value'),_0x543f9a['buttonView']['on']('execute',()=>{_0x5b909d['execute'](),this['editor']['editing']['view']['focus']();}),_0x19e1cb(_0x543f9a,_0x4f92c1,{'role':'menu'});const _0x2f0c17=[];for(const _0x265497 of _0x4f92c1)En(_0x265497)&&_0x2f0c17['push'](this['editor']['commands']['get'](_0x265497['model']['commandName']));const _0x457511=_0x543f9a['buttonView'];return _0x457511['actionView']['unbind']('isEnabled'),_0x457511['arrowView']['unbind']('isEnabled'),_0x457511['actionView']['bind']('isEnabled')['to'](_0x5b909d,'isEnabled'),_0x457511['arrowView']['bind']('isEnabled')['toMany'](_0x2f0c17,'isEnabled',(..._0x2f2a5b)=>_0x2f2a5b['some'](_0x315946=>_0x315946)),_0x543f9a['on']('execute',_0x3bc678=>{this['editor']['execute'](_0x3bc678['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x543f9a;}['_createMenuBarMenu'](_0x459aa7,_0x291ab6,_0xf4da16){const _0x604023=new _0x51d5fd(_0x459aa7),_0x23b471=this['editor']['commands']['get']('trackChanges');_0x604023['buttonView']['set']({'label':_0xf4da16,'icon':_0xa690b1});const _0x25ece7=new _0x1ad671(_0x459aa7);for(const _0x4b2fbe of _0x291ab6){if('separator'==_0x4b2fbe['type']){_0x25ece7['items']['add'](new _0x486fcc(_0x459aa7));continue;}const _0x4007eb=new _0x531cc1(_0x459aa7,_0x604023),_0x59c4e0=new _0x563647(_0x459aa7),_0x43a89d=_0x4b2fbe['model'];_0x59c4e0['bind'](...Object['keys'](_0x43a89d))['to'](_0x43a89d),_0x59c4e0['delegate']('execute')['to'](_0x604023),_0x59c4e0['on']('execute',()=>{this['editor']['execute'](_0x43a89d['commandName']),this['editor']['editing']['view']['focus']();}),_0x4007eb['children']['add'](_0x59c4e0),_0x25ece7['items']['add'](_0x4007eb);}return _0x604023['bind']('isEnabled')['to'](_0x23b471,'isEnabled'),_0x604023['panelView']['children']['add'](_0x25ece7),_0x604023;}['_initializeController'](_0x453742){const _0x43c2e8=this['editor'],_0x2ee8b9=_0x43c2e8['config'],_0x77ff43=_0x43c2e8['plugins']['get'](_0x415367),_0x43b147=_0x43c2e8['plugins']['get'](_0x2a6692),_0x3e7580=_0x43c2e8['plugins']['get'](_0x4c0c9c),_0x1d87fa=_0x43c2e8['plugins']['get'](_0x11347e)['me'],_0x565906=_0x2ee8b9['get']('trackChanges')['SuggestionThreadView'],_0x4549f6=_0x2ee8b9['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x3af6f7,CommentThreadInputView:_0xb4ddea}=_0x43c2e8['plugins']['get']('CommentsUI');let _0x41f19a,_0x4fc76c,_0xbf4691;this['_annotationViews']['has'](_0x453742['id'])?(_0x4fc76c=this['_annotationViews']['get'](_0x453742['id']),_0x41f19a=_0x4fc76c['mainView']):(_0x41f19a=new _0x565906(_0x43c2e8['locale'],_0x453742,_0x1d87fa,{'disableComments':this['_disableComments'],'editorConfig':{..._0x2ee8b9['get']('comments.editorConfig'),'licenseKey':_0x2ee8b9['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x2ee8b9['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x2ee8b9['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x2ee8b9['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x19a339(_0x2ee8b9['get']('locale'),_0x43c2e8['locale']),'CommentView':_0x2ee8b9['get']('comments')['CommentView'],'CommentsListView':_0x3af6f7,'CommentThreadInputView':_0xb4ddea,'SuggestionView':_0x4549f6}),_0x41f19a['suggestionView']['acceptButton']['on']('execute',()=>{_0x43c2e8['editing']['view']['focus']();}),_0x41f19a['suggestionView']['discardButton']['on']('execute',()=>{_0x43c2e8['editing']['view']['focus']();}),_0x4fc76c=_0x77ff43['createAnnotationView'](this['editor']['locale'],_0x41f19a),_0x4fc76c['bind']('isDirty')['to'](_0x41f19a,'isDirty'),_0x4fc76c['bind']('length')['to'](_0x41f19a),_0x4fc76c['bind']('type')['to'](_0x41f19a,'type',_0x853580=>'suggestion-'+_0x853580),_0x41f19a['on']('escape',()=>{_0xbf4691['fire']('escape');}),this['_annotationViews']['set'](_0x453742['id'],_0x4fc76c));const _0x4d81f4=_0x43b147['createCommentThreadController'](_0x453742['commentThread'],_0x41f19a),_0x2d8c03=new hn(_0x43c2e8,_0x453742,_0x41f19a,_0x4d81f4),_0x15d082=_0x453742['getAllAdjacentSuggestions']()['filter'](_0x509167=>_0x509167['isInContent']);_0x41f19a['descriptionParts']=_0x43c2e8['plugins']['get'](Xe)['descriptionFactory']['getDescriptions'](_0x15d082),this['_suggestionToController']['set'](_0x453742,_0x2d8c03),this['_viewToController']['set'](_0x41f19a,_0x2d8c03);const _0x5302ca=()=>{const _0x588ef0=[],_0x1cd5ad=_0x453742['getAllAdjacentSuggestions']()['filter'](_0x1a8d83=>_0x1a8d83['isInContent']);for(const _0x53369c of _0x1cd5ad)_0x588ef0['push'](..._0x53369c['getMarkers']());return _0x484902(_0x43c2e8['editing'],_0x588ef0);};_0xbf4691=_0x77ff43['createAnnotation']({'view':_0x4fc76c,'target':_0x5302ca,'type':()=>'suggestion-'+_0x2d8c03['view']['type'],'isVisible':!!_0x5302ca()}),_0x43b147['_bindAnnotationToEditors'](_0x41f19a,_0xbf4691),_0x77ff43['add'](_0xbf4691),_0x3e7580['registerAnnotation'](_0xbf4691);}['_destroyController'](_0x22d343){const _0x53e746=this['editor']['plugins']['get'](_0x2a6692),_0x98406=this['editor']['plugins']['get'](_0x415367),_0x502eb4=this['_suggestionToController']['get'](_0x22d343),_0x25d876=_0x502eb4['view'],_0xa8443=_0x98406['getByInnerView'](_0x25d876);_0x53e746['_unbindEditors'](_0x25d876),_0xa8443&&_0x98406['remove'](_0xa8443),this['_suggestionToController']['delete'](_0x22d343),this['_viewToController']['delete'](_0x25d876),_0x502eb4['destroy']();}['_updateController'](_0x4f9eba){if(!_0x4f9eba['isInContent']||!this['_suggestionToController']['has'](_0x4f9eba))return;const _0x1c825a=this['editor']['plugins']['get'](Xe),_0x210f2e=this['_suggestionToController']['get'](_0x4f9eba),_0x428a7=_0x4f9eba['getAllAdjacentSuggestions']();_0x210f2e['view']['descriptionParts']=_0x1c825a['descriptionFactory']['getDescriptions'](_0x428a7);}['destroy'](){for(const _0x5e04dc of this['_suggestionToController']['keys']())this['_destroyController'](_0x5e04dc);for(const _0xa63ab0 of this['_annotationViews']['values']())_0xa63ab0['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function En(_0x3460c8){return'model'in _0x3460c8;}class Tn extends _0x31a8de{static get['requires'](){return[Xe,mn,_0x28cd81];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x53c2f6){this['editor']['plugins']['get'](Xe)['adapter']=_0x53c2f6;}get['adapter'](){return this['editor']['plugins']['get'](Xe)['adapter'];}['addSuggestion'](_0x564e90){return this['editor']['plugins']['get'](Xe)['addSuggestionData'](_0x564e90);}['getSuggestions']({skipNotAttached:_0x6d2938=!0x1,toJSON:_0x30cb4e=!0x1}={}){return this['editor']['plugins']['get'](Xe)['getSuggestions']({'skipNotAttached':_0x6d2938,'toJSON':_0x30cb4e});}['getSuggestion'](_0x8cea7e){return this['editor']['plugins']['get'](Xe)['getSuggestion'](_0x8cea7e);}}const _n=['Pagination'];class pn extends _0x31a8de{static get['requires'](){return[Xe];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x30a7b6=this['editor'];if(_0x30a7b6['config']['define']('trackChangesData.editorCreator',_0x46bf96=>{const _0x1e1eb7=_0x30a7b6['model']['document']['getRootNames']()['reduce']((_0x1faaac,_0x2b3b2c)=>(_0x1faaac[_0x2b3b2c]='',_0x1faaac),{});return _0x30a7b6['constructor']['create'](_0x1e1eb7,_0x46bf96);}),'function'!=typeof _0x30a7b6['config']['get']('trackChangesData')['editorCreator'])throw new _0x1b84b2('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x360e2d){return bn(this['editor'],!0x0,_0x360e2d);}['getDataWithDiscardedSuggestions'](_0x4cd2f9){return bn(this['editor'],!0x1,_0x4cd2f9);}}class Ln extends _0x31a8de{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5da93f){function _0x57986b(_0x2835f1){return _0x2835f1['map'](_0x53e9aa=>String['fromCharCode'](_0x53e9aa))['join']('');}super(_0x5da93f),this['result']='end',_0x5da93f[_0x57986b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x57986b([0x76,0x69,0x65,0x77])][_0x57986b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x57986b([0x61,0x75,0x74,0x6f]),_0x5da93f[_0x57986b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x57986b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x57986b([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x57986b([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x57986b([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 In(_0x54b87f){return void 0x0!==_0x54b87f['getRootsAttributes'];}async function bn(_0x19e4ed,_0xb3f52,_0x132363){const _0x501e53=_0x12585e(_0x19e4ed,_n);if(_0x501e53['plugins']['push'](Xe,Ln),In(_0x19e4ed)){_0x501e53['roots']=Object['create'](null);for(const _0x1014b1 of _0x19e4ed['model']['document']['getRootNames']())_0x501e53['roots'][_0x1014b1]={'modelAttributes':_0x19e4ed['getRootAttributes'](_0x1014b1)};}const _0x1538ef=document['createDocumentFragment'](),_0x85b816=_0x19e4ed['config']['get']('trackChangesData')['editorCreator'],_0x37b7f8=await _0x85b816(_0x501e53,()=>function(_0x5971cf){const _0x23cd01=document['createElement']('div');return _0x5971cf['appendChild'](_0x23cd01),_0x23cd01;}(_0x1538ef));!function(_0x492aea,_0x53e882){const _0x50fbb0=_0x492aea['model']['document']['getRootNames']()['reduce']((_0x2f69b4,_0x5565b6)=>(_0x2f69b4[_0x5565b6]=_0x492aea['data']['get']({'rootName':_0x5565b6}),_0x2f69b4),{}),_0x4fe96d=_0x492aea['plugins']['get']('Users')['users']['map'](_0xc651eb=>({'id':_0xc651eb['id'],'name':_0xc651eb['name']})),_0x46441a=_0x492aea['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x3ca7a7=_0x492aea['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x2a7810=_0x53e882['plugins']['get']('Users'),_0x57f4ec=_0x53e882['plugins']['get']('TrackChangesEditing'),_0xacfd92=_0x53e882['plugins']['get']('CommentsRepository');for(const _0x2651ed of _0xacfd92['getCommentThreads']())_0x2651ed['remove']();for(const _0xa510c5 of _0x4fe96d)_0x2a7810['getUser'](_0xa510c5['id'])||_0x2a7810['addUser'](_0xa510c5);_0x2a7810['me']||_0x2a7810['useAnonymousUser']();for(const _0x183f21 of _0x3ca7a7)_0xacfd92['addCommentThread'](_0x183f21);for(const _0x3aad07 of _0x46441a)_0x57f4ec['addSuggestionData'](_0x3aad07);_0x53e882['data']['set'](_0x50fbb0);}(_0x19e4ed,_0x37b7f8),_0x37b7f8['execute'](_0xb3f52?'acceptAllSuggestions':'discardAllSuggestions');const _0x3209c2=In(_0x37b7f8)?_0x37b7f8['getFullData'](_0x132363):_0x37b7f8['data']['get'](_0x132363);return await _0x37b7f8['destroy'](),_0x3209c2;}class An extends _0x28f9e0{['options'];constructor(_0x41c8c0,_0x107573){super(_0x41c8c0),this['options']=_0x107573,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'](_0x39bfe1,_0x6a42d8){if(!this['element'])return;const _0x5e65db=[];for(const [_0x11c25a,_0x10424d]of _0x39bfe1){const _0x46556f=document['createElement']('div');_0x46556f['setAttribute']('data-ck-root-name',_0x11c25a),_0x46556f['className']=_0x10424d['classes']+'\x20ck-track-changes-preview__root-container',_0x46556f['innerHTML']=_0x10424d['content'],_0x5e65db['push'](_0x46556f);}_0x6a42d8(this['element'],_0x5e65db),this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class kn extends _0x2c1954{constructor(_0x57039d){super(_0x57039d),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x1a8558=this['editor'],_0x1087e7=_0x1a8558['locale'],_0x342b1a=_0x1a8558['plugins']['get']('Dialog');let _0x3479e9;const _0x538983=function(_0x15b302){const _0x1a7154={};if('editables'in _0x15b302['ui']['view']){for(const [_0xe5605a,_0x4f4931]of Object['entries'](_0x15b302['ui']['view']['editables']))_0x1a7154[_0xe5605a]=_0x4f4931['element'];}else _0x1a7154[_0x15b302['model']['document']['getRootNames']()[0x0]]=_0x15b302['ui']['view']['editable']['element'];return _0x1a7154;}(_0x1a8558),_0x7cfd6c=function(_0x113886){let _0x215a8d=0x0;for(const _0x32aa57 of Object['values'](_0x113886))_0x215a8d=Math['max'](_0x215a8d,_0x32aa57['getBoundingClientRect']()['width']);let _0x6079dc=0x0;for(const _0x37937a of Object['values'](_0x113886))_0x6079dc+=_0x37937a['getBoundingClientRect']()['height'];const _0x230fe4=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x4cc672=Math['min'](_0x6079dc,_0x230fe4);return{'width':_0x215a8d,'height':_0x4cc672};}(_0x538983);_0x342b1a['show']({'id':'finalContentPreview','title':At(_0x1087e7,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new An(_0x1087e7,{'dialogRects':_0x7cfd6c}),'onHide':()=>{_0x3479e9['detachFromDom']();},'onShow':()=>{_0x1a8558['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x1f4ece=>{const _0x11c76b=this['_standarizeRootsData'](_0x1f4ece,_0x1a8558,_0x538983);_0x342b1a['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x11c76b,_0x1a8558['config']['get']('trackChanges.preview.renderFunction'));}),_0x3479e9=new _0x28c0d5(_0x1087e7,[_0x342b1a['view']]),_0x3479e9['attachToDom'](),_0x3479e9['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x1a8558['once']('destroy',()=>{_0x3479e9['detachFromDom']();});const _0x1b94ef=_0x342b1a['view']['headerView']['class'];_0x342b1a['view']['headerView']['class']=_0x1b94ef?_0x1b94ef+'\x20ck-reset_all':'ck-reset_all',_0x342b1a['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x342b1a['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0xd3b519=this['editor']['plugins']['get']('MergeFieldsEditing'),_0x4623af=_0xd3b519['previewMode'],_0x211d63={};if('$labels'===_0x4623af){for(const _0x4fa152 of _0xd3b519['getMergeFieldsIds']())_0x211d63[_0x4fa152]=_0xd3b519['getLabel'](_0x4fa152)||_0x4fa152;}else{const _0x357fa8='$defaultValues'===_0x4623af?_0xd3b519['getDefaultValues']():_0xd3b519['getDataSetValues'](_0x4623af,!0x0);for(const _0x3a8564 of Object['entries'](_0x357fa8)){const [_0x5a4806,_0x561454]=_0x3a8564;_0x211d63[_0x5a4806]=null!==_0x561454?_0x561454:_0xd3b519['getLabel'](_0x5a4806)||_0x5a4806;}}return{'mergeFieldsData':_0x211d63};}['_standarizeRootsData'](_0x201f43,_0xf41143,_0x457557){let _0x1923b4;if('string'==typeof _0x201f43){const _0x2cbc71=_0xf41143['model']['document']['getRootNames']()[0x0];_0x1923b4={[_0x2cbc71]:_0x201f43};}else _0x1923b4=_0x201f43;const _0x35d98b=this['_fixMediaEmbeds'](_0x1923b4,_0xf41143),_0x50158b=function(_0x414fc2,_0x4ffc47){for(const [_0x12fed7,_0x3566f4]of _0x414fc2)_0x3566f4['classes']=_0x4ffc47[_0x12fed7]['classList']['value']['replace']('ck-focused','');return _0x414fc2;}(this['_sortRoots'](_0xf41143)['reduce']((_0x7b4c58,_0x3d1498)=>(_0x7b4c58['push']([_0x3d1498,{'content':_0x35d98b[_0x3d1498],'classes':''}]),_0x7b4c58),[]),_0x457557);return _0x50158b;}['_fixMediaEmbeds'](_0x5d8037,_0x16beae){if(!_0x16beae['plugins']['has']('MediaEmbedEditing'))return _0x5d8037;const _0x2a6eec=_0x16beae['plugins']['get']('MediaEmbedEditing');for(const [_0x3d4f5a,_0x5006c7]of Object['entries'](_0x5d8037)){const _0x3a1735=document['createElement']('div');_0x3a1735['innerHTML']=_0x5006c7,(_0x3a1735['querySelectorAll']('figure.media')['forEach'](_0x4aa9a2=>{const _0xf66ac5=_0x4aa9a2['querySelector']('oembed');if(_0xf66ac5){const _0x4c4238=_0xf66ac5['getAttribute']('url');if(_0x4c4238){const _0x3f912f=_0x2a6eec['registry']['getMediaViewElement'](new et(_0x16beae['editing']['view']['document']),_0x4c4238,{'elementName':'','renderForEditingView':!0x0}),_0x14b3d8=document['createElement']('div');_0x14b3d8['classList']['add']('ck-media__wrapper'),_0x3f912f['render'](_0x14b3d8,_0x16beae['editing']['view']['domConverter']),_0xf66ac5['replaceWith'](_0x14b3d8);}}}),_0x5d8037[_0x3d4f5a]=_0x3a1735['innerHTML']);}return _0x5d8037;}['_sortRoots'](_0x3801aa){if(!function(_0xc7e6a0){return void 0x0!==_0xc7e6a0['getRootsAttributes'];}(_0x3801aa))return _0x3801aa['model']['document']['getRootNames']();const _0x174c20=[],_0x3b373f=new Map();for(const _0x1a4b55 of _0x3801aa['model']['document']['getRootNames']()){const _0xc8ec02=_0x3801aa['editing']['view']['getDomRoot'](_0x1a4b55)['getClientRects']()['item'](0x0);_0x174c20['push'](_0x1a4b55),_0x3b373f['set'](_0x1a4b55,_0xc8ec02);}return _0x174c20['sort']((_0x6ba328,_0x28e880)=>{const _0x36cbb6=_0x3b373f['get'](_0x6ba328),_0x2b56f8=_0x3b373f['get'](_0x28e880);return _0x36cbb6['y']-_0x2b56f8['y']||_0x36cbb6['x']-_0x2b56f8['x'];}),_0x174c20;}}class Cn extends _0x31a8de{static get['requires'](){return[pn,_0x4f2470];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x276781){super(_0x276781),_0x276781['commands']['add']('previewFinalContent',new kn(this['editor'])),_0x276781['config']['define']('trackChanges.preview.renderFunction',(_0x45d6ee,_0x703c1)=>{for(const _0x4fca0e of _0x703c1)_0x45d6ee['appendChild'](_0x4fca0e);});}}export{dt as AcceptSuggestionCommand,dn as BaseSuggestionThreadView,ft as DiscardSuggestionCommand,Lt as ExecuteOnAllSuggestionsCommand,It as ExecuteOnSelectedSuggestionsCommand,kn as PreviewFinalContentCommand,bt as Suggestion,kt as SuggestionDescriptionFactory,fn as SuggestionThreadView,gn as SuggestionView,Tn as TrackChanges,ht as TrackChangesCommand,pn as TrackChangesData,Ln as TrackChangesDataGetter,Xe as TrackChangesEditing,Cn as TrackChangesPreview,mn as TrackChangesUI};
|
|
23
|
+
import{Command as _0x5cdbec,Plugin as _0x35090c,PendingActions as _0x24aa37}from'@ckeditor/ckeditor5-core/dist/index.js';import{CommentsRepository as _0x2eae3a,Annotations as _0xebf6bb,EditorAnnotations as _0x247ffd,Comments as _0x1bac76}from'@ckeditor/ckeditor5-comments/dist/index.js';import{CKEditorError as _0x25a256,ObservableMixin as _0x13164b,uid as _0x5b022c,priorities as _0x581032,insertToPriorityArray as _0x1e9237,logWarning as _0x30e13e,getEnvKeystrokeText as _0x3a30ad,FocusTracker as _0x1fa383,KeystrokeHandler as _0x50001b,Collection as _0x3a7659}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconCheck as _0x48a691,IconCancel as _0x16672d,IconTrackChanges as _0x47323e}from'@ckeditor/ckeditor5-icons/dist/index.js';import{normalizeColorOptions as _0x3a0b9c,View as _0x15b561,ViewCollection as _0x57967f,FocusCycler as _0x31168b,UIModel as _0x4c15d6,createDropdown as _0x1ca2a3,SplitButtonView as _0xb73ea4,addListToDropdown as _0x4b1022,MenuBarMenuView as _0x53b008,MenuBarMenuListView as _0x5b9248,ListSeparatorView as _0xb56894,MenuBarMenuListItemView as _0x5df59b,MenuBarMenuListItemButtonView as _0x3fd53b,BodyCollection as _0xa8b6e0,Dialog as _0x540a6c}from'@ckeditor/ckeditor5-ui/dist/index.js';import{splitSuggestionMarkerName as _0x4dc3a3,SuggestionsConversion as _0x495abb,Users as _0x5afd1d,DocumentCompare as _0x188216,fixElementSuggestionRange as _0x710431,hashObject as _0x550e9b,surroundingMarkersDetector as _0x4daed7,FOCUS_ANNOTATION_KEYSTROKE as _0x43e6c0,AriaDescriptionView as _0x92fd7d,setupThreadKeyboardNavigation as _0x116b50,trimHtml as _0x282f4f,UserView as _0x256fbc,LateFocusButtonView as _0x1ac658,getDateTimeFormatter as _0x3466ab,getAllMarkersDomElementsSorted as _0x1193f2,sanitizeEditorConfig as _0x50ee42}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';import{ModelElement as _0x17629a,ModelLiveRange as _0x5817c4,ModelLivePosition as tt,ViewDowncastWriter as et}from'@ckeditor/ckeditor5-engine/dist/index.js';import{cloneDeep as nt,set as it,isEqual as st,unset as rt,omit as ot}from'es-toolkit/compat';import{Delete as at,Input as ct}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as lt}from'@ckeditor/ckeditor5-enter/dist/index.js';import{ClipboardPipeline as ut}from'@ckeditor/ckeditor5-clipboard/dist/index.js';class ht extends _0x5cdbec{['_enabledCommands'];constructor(_0x26be8f,_0x5687b6){super(_0x26be8f),this['_enabledCommands']=_0x5687b6,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 _0x1f8cbf of this['editor']['commands']['commands']())_0x1f8cbf['affectsData']&&!this['_enabledCommands']['has'](_0x1f8cbf)&&_0x1f8cbf['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x1c7ff3 of this['editor']['commands']['commands']())_0x1c7ff3['affectsData']&&!this['_enabledCommands']['has'](_0x1c7ff3)&&_0x1c7ff3['clearForceDisabled']('TrackChangesCommand');}}class dt extends _0x5cdbec{['_suggestions'];constructor(_0x33bef6,_0x127d72){super(_0x33bef6),this['_suggestions']=_0x127d72,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x34e517){const _0x11441f=this['_suggestions']['get'](_0x34e517);if(!_0x11441f)throw new _0x25a256('track-changes-accept-suggestion-not-found',this);const _0x446d95=_0x11441f['getRanges']();this['editor']['model']['canEditAt'](_0x446d95)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x11441f);}}class ft extends _0x5cdbec{['_suggestions'];constructor(_0x98e03c,_0x2ee0e3){super(_0x98e03c),this['_suggestions']=_0x2ee0e3,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x5c0db1){const _0x7700ad=this['_suggestions']['get'](_0x5c0db1);if(!_0x7700ad)throw new _0x25a256('track-changes-discard-suggestion-not-found',this);const _0x5f51c6=_0x7700ad['getRanges']();this['editor']['model']['canEditAt'](_0x5f51c6)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x7700ad);}}function gt(_0x171b34,_0x268c64){let _0x30fb6a='';return _0x30fb6a+=_0x171b34['split']('*')['map']((_0x2fd1d6,_0x193e32)=>_0x193e32%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+mt(_0x2fd1d6)+'</span>':mt(_0x2fd1d6))['join'](''),_0x268c64&&(_0x30fb6a+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x268c64['value']+'\x22\x20title=\x22'+_0x268c64['title']+'\x22></span>'),_0x30fb6a;}function mt(_0x3d4e43){const _0x13a23c=document['createElement']('span');return _0x13a23c['innerText']=_0x3d4e43,_0x13a23c['innerHTML'];}function Et(_0x5e7be8){return _0x5e7be8['sort']((_0xece526,_0x4f3170)=>'attribute'===_0xece526['type']&&'attribute'!==_0x4f3170['type']?-0x1:'attribute'!==_0xece526['type']&&'attribute'===_0x4f3170['type']?0x1:'deletion'==_0xece526['type']&&'deletion'!=_0x4f3170['type']?-0x1:'deletion'!=_0xece526['type']&&'deletion'==_0x4f3170['type']?0x1:0x0);}function Tt(_0x85e1bf,_0x2570c1){let _0x1f117a,_0x22a631=0x0;const _0x190cb2=[],_0x41d461=_0x2570c1['schema'];for(;_0x22a631<_0x85e1bf['length'];){const _0x4786ce=_0x85e1bf[_0x22a631],_0x3df393=_0x85e1bf[_0x22a631+0x1];_0x1f117a||(_0x1f117a=_0x2570c1['createPositionBefore'](_0x4786ce)),_t(_0x2570c1,_0x4786ce,_0x3df393)||(_0x190cb2['push'](_0x2570c1['createRange'](_0x1f117a,_0x41d461['isObject'](_0x4786ce)?_0x2570c1['createPositionAfter'](_0x4786ce):_0x2570c1['createPositionAt'](_0x4786ce,'end'))),_0x1f117a=null),_0x22a631++;}return _0x190cb2;}function _t(_0x2ed98c,_0x4e9b03,_0x407480){if(!_0x407480)return!0x1;const _0x5e89b5=_0x2ed98c['createPositionAfter'](_0x4e9b03),_0x5d99d4=_0x2ed98c['createPositionBefore'](_0x407480);return _0x5e89b5['isTouching'](_0x5d99d4);}function pt(_0x33691c,_0x44335a,_0x5de651){for(;_0x5de651['length'];){const _0x23a1c2=_0x5de651['splice'](0x0,0x64);_0x33691c['change'](()=>{for(const _0x4a6302 of _0x23a1c2)_0x4a6302['isInContent']&&_0x44335a['execute'](_0x4a6302['id']);});}}class Lt extends _0x5cdbec{['_command'];['_suggestions'];constructor(_0x105725,_0x536590,_0x407a0f){super(_0x105725),this['_command']=_0x536590,this['_suggestions']=_0x407a0f,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x480529=Array['from'](this['_suggestions']['values']())['some'](_0x58f4fb=>_0x58f4fb['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x480529;}['execute'](){const _0x353fa9=Et(Array['from'](this['_suggestions']['values']()));for(const _0x1da80a of _0x353fa9){const _0x25b4fe=_0x1da80a['getRanges']();if(!this['editor']['model']['canEditAt'](_0x25b4fe))return;}pt(this['editor']['model'],this['_command'],_0x353fa9);}}class It extends _0x5cdbec{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x459492,_0x1d54a3,_0x3556ed){super(_0x459492),this['_command']=_0x1d54a3,this['_suggestions']=_0x3556ed,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x3226ec=this['editor']['model']['document']['selection'],_0x53528f=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x1d3406,_0x5a0a9e){const _0x18e95f=Array['from'](_0x1d3406['getRanges']()),_0xa74d96=new Set();for(const _0xa9391a of _0x5a0a9e)if(_0xa9391a['isInContent']){for(const _0x463ef9 of _0x18e95f)for(const _0x5b2f45 of _0xa9391a['getRanges']())(_0x463ef9['isIntersecting'](_0x5b2f45)||_0x1d3406['isCollapsed']&&!_0xa9391a['isMultiRange']&&_0xa9391a['next']&&_0x5b2f45['end']['isTouching'](_0x463ef9['start']))&&_0xa74d96['add'](_0xa9391a);}return _0xa74d96;}(_0x3226ec,_0x53528f),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0xee7062=Et(Array['from'](this['_selectedSuggestions']));for(const _0x2a43bd of _0xee7062){const _0x4a60c8=_0x2a43bd['getRanges']();if(!this['editor']['model']['canEditAt'](_0x4a60c8))return;}pt(this['editor']['model'],this['_command'],_0xee7062);}}class bt extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x13164b(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_originalSuggestionId'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x584def,_0xc766a9){super(),this['id']=_0xc766a9['id'],this['type']=_0xc766a9['type'],this['subType']=_0xc766a9['subType']||null,this['author']=_0xc766a9['author'],this['creator']=_0xc766a9['creator']||_0xc766a9['author'],this['isExternal']=Boolean(_0xc766a9['attributes']&&_0xc766a9['attributes']['@external']),this['data']=null,this['_originalSuggestionId']=_0xc766a9['originalSuggestionId']||null,this['_model']=_0x584def,this['_onAccept']=_0xc766a9['onAccept'],this['_onDiscard']=_0xc766a9['onDiscard'],this['_onAttributesChange']=_0xc766a9['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0xc766a9['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 _0x2ca48f=this;for(;_0x2ca48f['previous'];)_0x2ca48f=_0x2ca48f['previous'];return _0x2ca48f;}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'](_0x3e0ba8){this['_markerNames']['add'](_0x3e0ba8);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x501a16=>this['_model']['markers']['get'](_0x501a16))['filter'](_0x455d56=>_0x455d56);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x263f41=>{for(const _0x3da4f0 of this['getMarkers']())_0x263f41['removeMarker'](_0x3da4f0);}),this['_markerNames']['clear']();}['removeMarker'](_0x1b4d0f){this['_model']['change'](_0x249b5a=>{_0x249b5a['removeMarker'](_0x1b4d0f);}),this['_markerNames']['delete'](_0x1b4d0f);}['addRange'](_0x3c0a5f){const _0x587669='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+bt['getMultiRangeId']();this['addMarkerName'](_0x587669),this['_model']['change'](_0x5c77b4=>{_0x5c77b4['addMarker'](_0x587669,{'range':_0x3c0a5f,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x353499){for(const _0x5c6934 of this['getRanges']())if(_0x5c6934['isIntersecting'](_0x353499))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0xd9edf8=>_0xd9edf8['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x15bf5e,_0x421d71)=>[..._0x15bf5e,..._0x421d71['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x34823e=this['getRanges']();if(0x1!=_0x34823e['length'])return null;const _0x93d082=_0x34823e[0x0],_0xf07227=_0x93d082['start']['nodeAfter'],_0x37b001=_0x93d082['end']['nodeBefore'];return _0xf07227 instanceof _0x17629a?_0xf07227!=_0x37b001?null:_0xf07227: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 _0x3263db=[];let _0x52330a=this['head'];for(;_0x52330a;)_0x3263db['push'](_0x52330a),_0x52330a=_0x52330a['next'];return _0x3263db;}['setAttribute'](_0x10e5e2,_0x36797a){const _0x1892a8=nt(this['attributes']);it(_0x1892a8,_0x10e5e2,_0x36797a),st(_0x1892a8,this['attributes'])||(this['attributes']=_0x1892a8,this['_onAttributesChange'](_0x1892a8));}['removeAttribute'](_0x52f3f5){const _0x31707d=nt(this['attributes']);rt(_0x31707d,_0x52f3f5),st(_0x31707d,this['attributes'])||(this['attributes']=_0x31707d,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 _0x5b022c()['substr'](0x1,0x5);}}function At(_0x41ed91,_0x3459d8,_0x125306){const _0x45aed6=_0x41ed91['t'],t=_0x41ed91['t'];switch(_0x3459d8){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',_0x125306);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x125306);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x125306);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x125306);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x125306);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',_0x125306);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x125306);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',_0x125306);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x125306);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x125306);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x125306);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x125306);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x125306);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x125306);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x125306);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x125306);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x125306);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x125306);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x125306);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x125306);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x125306);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x125306);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x125306);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x125306);case'*Set\x20table\x20type:*\x20%0':return t('*Set\x20table\x20type:*\x20%0',_0x125306);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'},_0x125306);case'ELEMENT_CONTENT_TABLE':return t({'string':'content\x20table','plural':'%0\x20content\x20tables','id':'ELEMENT_CONTENT_TABLE'},_0x125306);case'ELEMENT_LAYOUT_TABLE':return t({'string':'layout\x20table','plural':'%0\x20layout\x20tables','id':'ELEMENT_LAYOUT_TABLE'},_0x125306);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x125306);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x125306);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x125306);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x125306);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x125306);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'},_0x125306);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x125306);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x125306);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x125306);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x125306);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_NUMBERED_LIST_ARABIC_INDIC':return t({'string':'numbered\x20list\x20(arabic-indic)','id':'ELEMENT_NUMBERED_LIST_ARABIC_INDIC'});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'},_0x125306);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x125306);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'},_0x125306);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_FOOTER_ROW':return t({'string':'footer\x20row','id':'FORMAT_FOOTER_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'FORMAT_TABLE_CELL_TYPE':return t({'string':'table\x20cell\x20type','id':'FORMAT_TABLE_CELL_TYPE'});case'FORMAT_FOOTNOTES_LIST_STYLE':return t({'string':'footnotes\x20list\x20style','id':'FORMAT_FOOTNOTES_LIST_STYLE'});case'FORMAT_FOOTNOTES_LIST_START':return t({'string':'footnotes\x20list\x20start','id':'FORMAT_FOOTNOTES_LIST_START'});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'},_0x125306);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x125306);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'},_0x125306);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x125306);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'},_0x125306);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x125306);case'ELEMENT_FOOTNOTE_REF':return t({'string':'footnote\x20reference','plural':'%0\x20footnote\x20references','id':'ELEMENT_FOOTNOTE_REF'},_0x125306);case'ELEMENT_FOOTNOTE_DEFINITION':return t({'string':'footnote\x20definition','plural':'%0\x20footnote\x20definitions','id':'ELEMENT_FOOTNOTE_DEFINITION'},_0x125306);case'ELEMENT_FOOTNOTES_DEFINITIONS_LIST':return t({'string':'footnotes\x20definitions\x20list','plural':'%0\x20footnotes\x20definitions','id':'ELEMENT_FOOTNOTES_DEFINITIONS_LIST'},_0x125306);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x125306);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'},_0x125306);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x125306);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 _0x45aed6({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x125306);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x45aed6({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x125306);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x125306);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'},_0x125306);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'},_0x125306);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'},_0x125306);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x3459d8;}}class kt{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x5eacbc,_0x374052){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x5eacbc,this['_locale']=_0x374052;}['getDescriptions'](_0x483f36){const _0x51e339=[],_0x5e4472=new Set(),_0x52a8a6=new Set();for(let _0x172449=0x0;_0x172449<_0x483f36['length'];_0x172449++){const _0x1e31c3=_0x483f36[_0x172449];if(!_0x1e31c3['isInContent'])continue;const _0x37595f=this['_handleCustomCallbackDescription'](_0x1e31c3);if(_0x37595f){if(null!=_0x1e31c3['subType']){if(_0x5e4472['has'](_0x1e31c3['subType']))continue;_0x5e4472['add'](_0x1e31c3['subType']);}_0x51e339['push'](_0x37595f);}else{if('attribute'==_0x1e31c3['type']){const _0x20fdaf=_0x1e31c3['data']['key'];if(_0x52a8a6['has'](_0x20fdaf))continue;_0x52a8a6['add'](_0x1e31c3['data']['key']),_0x20fdaf==Ke?this['_handleRenameSuggestionDescription'](_0x51e339,_0x1e31c3):this['_handleAttributeSuggestionDescription'](_0x51e339,_0x1e31c3);continue;}'insertion'!=_0x1e31c3['type']&&'deletion'!=_0x1e31c3['type']||this['_handleInsertRemoveSuggestionDescription'](_0x51e339,_0x1e31c3,_0x483f36[_0x172449+0x1]);}}return this['_resolveDescriptionItems'](_0x51e339);}['registerDescriptionCallback'](_0x40d361){this['_customCallbacks']['push'](_0x40d361);}['registerElementLabel'](_0x2c9a1a,_0x19c268,_0x77423a=_0x581032['normal']){'function'==typeof _0x2c9a1a?_0x1e9237(this['_itemLabelsCallbacks'],{'matchingCallback':_0x2c9a1a,'label':_0x19c268,'priority':_0x77423a}):this['_itemLabels']['set'](_0x2c9a1a,_0x19c268);}['registerAttributeLabel'](_0x54a1d8,_0x5a24b1){this['_attributeLabels']['set'](_0x54a1d8,_0x5a24b1);}['getItemLabel'](_0x2675a4,_0x4ea23a=0x1){let _0x36c0e9;for(const _0x2abedc of this['_itemLabelsCallbacks'])if(_0x2abedc['matchingCallback'](_0x2675a4)){_0x36c0e9=_0x2abedc['label'];break;}return _0x36c0e9||(_0x36c0e9=this['_itemLabels']['get'](_0x2675a4['name'])),_0x36c0e9?_0x36c0e9(_0x4ea23a):0x1!==_0x4ea23a?_0x4ea23a+'\x20'+_0x2675a4['name']+'s':''+_0x2675a4['name'];}['_addDescriptionItems'](_0x33c5b5,_0x352886){const _0x2d41ea=_0x352886['getFirstRange']()['getWalker'](),_0x63ad85='insertion'==_0x352886['type']?'add':'remove';for(const _0x403bf9 of _0x2d41ea){const _0x220338=_0x403bf9['item'],_0x98a904=_0x33c5b5[_0x33c5b5['length']-0x1];if(_0x220338['is']('$textProxy'))_0x98a904&&_0x98a904['type']['indexOf']('Container')>-0x1&&_0x33c5b5['pop'](),_0x98a904&&'text'==_0x98a904['type']?_0x98a904[_0x63ad85]+=_0x220338['data']:_0x33c5b5['push']({'type':'text','add':'add'==_0x63ad85?_0x220338['data']:'','remove':'remove'==_0x63ad85?_0x220338['data']:''});else{if(this['_schema']['isObject'](_0x220338)){const _0x205db7=_0x220338;if(_0x98a904&&_0x98a904['type']['indexOf']('Container')>-0x1&&_0x33c5b5['pop'](),'elementEnd'==_0x403bf9['type'])continue;_0x98a904&&_0x98a904['type']==_0x63ad85+'Object'&&_0x98a904['element']['name']==_0x205db7['name']?_0x98a904['quantity']++:_0x33c5b5['push']({'type':_0x63ad85+'Object','element':_0x205db7,'quantity':0x1}),_0x2d41ea['skip'](_0x4561ef=>!('elementEnd'==_0x4561ef['type']&&_0x4561ef['item']==_0x220338));}else{if(this['_schema']['checkChild'](_0x220338,'$text')||_0x220338['is']('element','softBreak')){const _0x200bac=_0x220338;if('add'==_0x63ad85&&'elementStart'==_0x403bf9['type']||'remove'==_0x63ad85&&'elementEnd'==_0x403bf9['type'])continue;if(_0x98a904&&-0x1==_0x98a904['type']['indexOf']('Container')){'text'==_0x98a904['type']&&(_0x98a904[_0x63ad85]+='\x0a');continue;}let _0x2026e4;if(_0x2026e4='add'==_0x63ad85?_0x200bac['nextSibling']&&!this['_schema']['isObject'](_0x200bac['nextSibling'])?_0x200bac['nextSibling']:null:_0x200bac['previousSibling']&&!this['_schema']['isObject'](_0x200bac['previousSibling'])?_0x200bac['previousSibling']:null,_0x200bac['isEmpty']||_0x2026e4&&_0x2026e4['isEmpty']){const _0x4fc153=_0x2026e4&&_0x2026e4['isEmpty']?_0x2026e4:_0x200bac;_0x98a904&&_0x98a904['type']==_0x63ad85+'EmptyContainer'&&_0x98a904['element']['name']==_0x4fc153['name']?_0x98a904['quantity']++:_0x33c5b5['push']({'type':_0x63ad85+'EmptyContainer','element':_0x4fc153,'quantity':0x1});}else _0x33c5b5['push']({'type':_0x63ad85+'Container','element':_0x200bac});}}}}}['_resolveDescriptionItems'](_0x2caa1c){const _0x3560f4=this['_locale'],_0x4c4fe4=[],_0x2c03b4=[],_0x55a62e=[];for(const _0x45ee0e of _0x2caa1c)switch(_0x45ee0e['type']){case'text':if(_0x45ee0e['add']=_0x45ee0e['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x45ee0e['remove']=_0x45ee0e['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x45ee0e['add']&&''!=_0x45ee0e['remove']){_0x4c4fe4['push']({'type':'replace','content':At(_0x3560f4,'REPLACE_TEXT',['\x22'+_0x45ee0e['remove']+'\x22','\x22'+_0x45ee0e['add']+'\x22'])});continue;}if(null!=_0x45ee0e['add']['match'](/^ +$/)){_0x4c4fe4['push']({'type':'insertion','content':At(_0x3560f4,'*Insert:*\x20%0',At(_0x3560f4,'ELEMENT_SPACE',_0x45ee0e['add']['length']))});continue;}if(null!=_0x45ee0e['remove']['match'](/^ +$/)){_0x4c4fe4['push']({'type':'deletion','content':At(_0x3560f4,'*Remove:*\x20%0',At(_0x3560f4,'ELEMENT_SPACE',_0x45ee0e['remove']['length']))});continue;}if(''!=_0x45ee0e['add']){_0x4c4fe4['push']({'type':'insertion','content':At(_0x3560f4,'*Insert:*\x20%0','\x22'+_0x45ee0e['add']+'\x22')});continue;}_0x4c4fe4['push']({'type':'deletion','content':At(_0x3560f4,'*Remove:*\x20%0','\x22'+_0x45ee0e['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x4c4fe4['push']({'type':'insertion','content':At(_0x3560f4,'*Insert:*\x20%0',this['getItemLabel'](_0x45ee0e['element'],_0x45ee0e['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x4c4fe4['push']({'type':'deletion','content':At(_0x3560f4,'*Remove:*\x20%0',this['getItemLabel'](_0x45ee0e['element'],_0x45ee0e['quantity']))});continue;case'addContainer':_0x4c4fe4['push']({'type':'insertion','content':At(_0x3560f4,'*Split:*\x20%0',this['getItemLabel'](_0x45ee0e['element'],_0x45ee0e['quantity']))});continue;case'removeContainer':_0x4c4fe4['push']({'type':'deletion','content':At(_0x3560f4,'*Merge:*\x20%0',this['getItemLabel'](_0x45ee0e['element'],_0x45ee0e['quantity']))});continue;case'addFormat':_0x2c03b4['push'](_0x45ee0e['key']);continue;case'removeFormat':_0x55a62e['push'](_0x45ee0e['key']);continue;default:_0x4c4fe4['push'](_0x45ee0e);}if(_0x2c03b4['length']){const _0x11a8b6=_0x2c03b4['map'](_0x47c4c9=>this['_attributeLabels']['has'](_0x47c4c9)?this['_attributeLabels']['get'](_0x47c4c9):_0x47c4c9)['join'](',\x20');_0x4c4fe4['push']({'type':'format','content':At(this['_locale'],'*Set\x20format:*\x20%0',_0x11a8b6)});}if(_0x55a62e['length']){const _0x156a61=_0x55a62e['map'](_0x45d563=>this['_attributeLabels']['has'](_0x45d563)?this['_attributeLabels']['get'](_0x45d563):_0x45d563)['join'](',\x20');_0x4c4fe4['push']({'type':'format','content':At(this['_locale'],'*Remove\x20format:*\x20%0',_0x156a61)});}return _0x4c4fe4;}['_handleCustomCallbackDescription'](_0x5dc6b1){for(const _0x2ec3f2 of this['_customCallbacks']){const _0x1dfb40=_0x2ec3f2(_0x5dc6b1);if(_0x1dfb40&&'type'in _0x1dfb40)return _0x1dfb40;}}['_handleAttributeSuggestionDescription'](_0x5ad91d,_0x466f97){const _0x22afa3=_0x466f97['data'],_0x4d1f0d=void 0x0===_0x22afa3['newValue']?'removeFormat':'addFormat';_0x5ad91d['push']({'type':_0x4d1f0d,'key':_0x22afa3['key']});}['_handleRenameSuggestionDescription'](_0x310d1b,_0x40a501){_0x310d1b['push']({'type':'format','content':At(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x40a501['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x5cc48f,_0x5e2fe6,_0x571414){if(this['_addDescriptionItems'](_0x5cc48f,_0x5e2fe6),_0x571414&&_0x571414['getFirstRange']()&&!_0x5e2fe6['getFirstRange']()['end']['isEqual'](_0x571414['getFirstRange']()['start'])){const _0x2ba28b=_0x5cc48f[_0x5cc48f['length']-0x1],_0x2fe340='insertion'==_0x5e2fe6['type']?'add':'remove';_0x2ba28b&&'text'==_0x2ba28b['type']&&(_0x2ba28b[_0x2fe340]+='\x0a');}}}class Ct extends _0x35090c{['afterInit'](){const _0xccf217=this['editor'],_0x309b2f=_0xccf217['plugins']['get']('TrackChangesEditing');_0xccf217['commands']['get']('showAIAssistant')&&_0x309b2f['enableCommand']('showAIAssistant');}}class yt extends _0x35090c{['afterInit'](){const _0xae984c=this['editor'],_0x5a1b79=_0xae984c['plugins']['get']('TrackChangesEditing');_0xae984c['commands']['get']('toggleAi')&&_0x5a1b79['enableCommand']('toggleAi');}}class Nt extends _0x35090c{['afterInit'](){const _0x5ae8ec=this['editor'],_0x536637=_0x5ae8ec['plugins']['get']('TrackChangesEditing');_0x5ae8ec['commands']['get']('aiQuickAction')&&_0x536637['enableCommand']('aiQuickAction');}}class Rt extends _0x35090c{['afterInit'](){const _0x2b01b3=this['editor'],_0x118fbe=_0x2b01b3['locale'];if(!_0x2b01b3['plugins']['has']('AlignmentEditing'))return;const _0x3c9920=_0x2b01b3['plugins']['get']('TrackChangesEditing');_0x3c9920['enableDefaultAttributesIntegration']('alignment'),_0x3c9920['descriptionFactory']['registerAttributeLabel']('alignment',At(_0x118fbe,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x26840a=this['editor'],_0x5ea6b1=_0x26840a['locale'];_0x26840a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5f2332=>{if('formatBlock'!=_0x5f2332['type'])return;const {data:_0x1ef916}=_0x5f2332;if(_0x1ef916&&'alignment'==_0x1ef916['commandName']){const _0x6effc9=_0x1ef916['commandParams'][0x0]['value'];return{'type':'format','content':At(_0x5ea6b1,'*Format:*\x20%0',function(_0x36066d){switch(_0x36066d){case'left':return At(_0x5ea6b1,'FORMAT_ALIGN_TO_LEFT');case'right':return At(_0x5ea6b1,'FORMAT_ALIGN_TO_RIGHT');case'center':return At(_0x5ea6b1,'FORMAT_ALIGN_TO_CENTER');case'justify':return At(_0x5ea6b1,'FORMAT_JUSTIFY_TEXT');}}(_0x6effc9))};}});}}const St=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class Mt extends _0x35090c{['afterInit'](){const _0x8b8b92=this['editor'],_0x23dff4=_0x8b8b92['plugins']['get']('TrackChangesEditing'),_0x2fd415=_0x8b8b92['locale'];for(const _0x48c5ed of St){if(!_0x8b8b92['plugins']['has'](_0x48c5ed))continue;const _0x4c51e7=_0x48c5ed['slice'](0x0,-0x7)['toLowerCase'](),_0x3f1e83='FORMAT_'+_0x4c51e7['toUpperCase']();_0x23dff4['enableDefaultAttributesIntegration'](_0x4c51e7),_0x23dff4['descriptionFactory']['registerAttributeLabel'](_0x4c51e7,At(_0x2fd415,_0x3f1e83));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2364dd=this['editor'],_0x404612=_0x2364dd['locale'],_0x4163f2=_0x2364dd['plugins']['get']('TrackChangesEditing');function _0x1f7767(_0xf1d898,_0x366db0){_0x4163f2['descriptionFactory']['registerDescriptionCallback'](_0x25b01b=>{if('formatInline'!=_0x25b01b['type'])return;const {data:_0x4d4518}=_0x25b01b;return _0x4d4518&&_0x4d4518['commandName']===_0xf1d898?_0x4d4518['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x404612,'*Format:*\x20%0',_0x366db0)}:{'type':'format','content':At(_0x404612,'*Remove\x20format:*\x20%0',_0x366db0)}:void 0x0;});}_0x1f7767('bold',At(_0x404612,'FORMAT_BOLD')),_0x1f7767('italic',At(_0x404612,'FORMAT_ITALIC')),_0x1f7767('underline',At(_0x404612,'FORMAT_UNDERLINE')),_0x1f7767('code',At(_0x404612,'FORMAT_CODE')),_0x1f7767('strikethrough',At(_0x404612,'FORMAT_STRIKETHROUGH')),_0x1f7767('subscript',At(_0x404612,'FORMAT_SUBSCRIPT')),_0x1f7767('superscript',At(_0x404612,'FORMAT_SUPERSCRIPT'));}}class Ot extends _0x35090c{['afterInit'](){const _0x362931=this['editor'],_0x2d9a46=_0x362931['locale'];if(!_0x362931['plugins']['has']('BlockQuoteEditing'))return;const _0x925620=_0x362931['plugins']['get']('TrackChangesEditing'),_0x162fcf=this['editor']['commands']['get']('blockQuote');_0x925620['enableCommand']('blockQuote',(_0x8ca8de,_0x5c70fc={})=>{const _0x527036=this['editor']['model']['document']['selection'],_0x280ca5=_0x5c70fc&&void 0x0!==_0x5c70fc['forceValue']?_0x5c70fc['forceValue']:!_0x162fcf['value'];let _0x49fb4f=[];if(_0x280ca5){const _0x1f6e51=Array['from'](_0x527036['getSelectedBlocks']())['filter'](_0x1c2a03=>wt(_0x1c2a03)||function(_0x5d5396,_0x3a6b11){const _0x1c4588=_0x3a6b11['checkChild'](_0x5d5396['parent'],'blockQuote'),_0x279156=_0x3a6b11['checkChild'](['$root','blockQuote'],_0x5d5396);return _0x1c4588&&_0x279156;}(_0x1c2a03,this['editor']['model']['schema']));_0x49fb4f=Tt(_0x1f6e51,_0x362931['model']);}else{const _0x1c9a9e=Array['from'](_0x527036['getSelectedBlocks']())['filter'](_0x413a18=>wt(_0x413a18));_0x49fb4f=Tt(_0x1c9a9e,_0x362931['model']);}_0x362931['model']['change'](()=>{for(const _0x5a4a98 of _0x49fb4f)_0x925620['markBlockFormat'](_0x5a4a98,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x280ca5}]});});}),_0x925620['descriptionFactory']['registerDescriptionCallback'](_0x5d0e61=>{const {data:_0x40f734}=_0x5d0e61;if(_0x40f734&&'blockQuote'==_0x40f734['commandName']){const _0x2ee9f1=At(_0x2d9a46,'ELEMENT_BLOCK_QUOTE');return _0x40f734['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x2d9a46,'*Set\x20format:*\x20%0',_0x2ee9f1)}:{'type':'format','content':At(_0x2d9a46,'*Remove\x20format:*\x20%0',_0x2ee9f1)};}});}}function wt(_0xdeefc0){return'blockQuote'==_0xdeefc0['parent']['name'];}class Bt extends _0x35090c{['afterInit'](){const _0x469c97=this['editor'],_0x2c1761=_0x469c97['locale'],_0x4799f3=_0x469c97['plugins']['get']('TrackChangesEditing');_0x469c97['plugins']['has']('BookmarkEditing')&&(_0x4799f3['enableCommand']('insertBookmark'),_0x4799f3['enableDefaultAttributesIntegration']('updateBookmark'),_0x4799f3['descriptionFactory']['registerDescriptionCallback'](_0x44dc3b=>{if('insertion'!=_0x44dc3b['type']&&'deletion'!=_0x44dc3b['type']&&'attribute'!=_0x44dc3b['type'])return;const _0x503a32=_0x44dc3b['getContainedElement']();if(null==_0x503a32)return;if(!_0x503a32['is']('element','bookmark'))return;const _0xc5d1fa=_0x503a32['getAttribute']('bookmarkId');if('insertion'==_0x44dc3b['type'])return{'type':'insertion','content':At(_0x2c1761,'*Insert:*\x20%0','\x22'+_0xc5d1fa+'\x22\x20'+At(_0x2c1761,'ELEMENT_BOOKMARK'))};if('deletion'==_0x44dc3b['type'])return{'type':'deletion','content':At(_0x2c1761,'*Remove:*\x20%0','\x22'+_0xc5d1fa+'\x22\x20'+At(_0x2c1761,'ELEMENT_BOOKMARK'))};const {data:_0x3a5c2f}=_0x44dc3b;if(!_0x3a5c2f||'bookmarkId'!=_0x3a5c2f['key'])return;return{'type':'format','content':At(_0x2c1761,'*Set\x20bookmark:*\x20%0','\x22'+_0x3a5c2f['newValue']+'\x22')};}));}}class Ft extends _0x35090c{['afterInit'](){const _0x6a0761=this['editor'];_0x6a0761['plugins']['has']('CaseChange')&&(_0x6a0761['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x6a0761['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x6a0761['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class Dt extends _0x35090c{['afterInit'](){const _0xf34fe3=this['editor'];_0xf34fe3['commands']['get']('ckbox')&&_0xf34fe3['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class vt extends _0x35090c{['afterInit'](){const _0x5d3104=this['editor'];if(!_0x5d3104['plugins']['has']('CodeBlock'))return;const _0x2b0831=_0x5d3104['plugins']['get']('TrackChangesEditing'),_0x5b6674=_0x5d3104['locale'],_0x16d065=_0x5d3104['config']['get']('codeBlock')['languages'],_0x33400e=_0x5d3104['commands']['get']('codeBlock');_0x2b0831['enableCommand']('indentCodeBlock'),_0x2b0831['enableCommand']('outdentCodeBlock'),_0x2b0831['enableCommand']('codeBlock',(_0x1a1735,_0xa6d88c={})=>{const _0x2260d8=_0x5d3104['model'],_0x53f877=_0x5d3104['model']['document']['selection'],_0x399b19=_0xa6d88c&&void 0x0!==_0xa6d88c['forceValue']?_0xa6d88c['forceValue']:!_0x33400e['value'];let _0x49f3eb;_0xa6d88c['language']||(_0xa6d88c['language']=_0x16d065[0x0]['language']),_0x49f3eb=_0x399b19?Array['from'](_0x53f877['getSelectedBlocks']())['filter'](_0x5848b1=>xt(_0x5848b1)||function(_0x1d24ea,_0x3e4598){if(_0x1d24ea['is']('rootElement')||_0x3e4598['isLimit'](_0x1d24ea))return!0x1;return _0x3e4598['checkChild'](_0x1d24ea['parent'],'codeBlock');}(_0x5848b1,_0x2260d8['schema'])):Array['from'](_0x53f877['getSelectedBlocks']())['filter'](_0x51a0e9=>xt(_0x51a0e9));const _0x8eee39=Tt(_0x49f3eb,_0x2260d8);_0x2260d8['change'](()=>{for(const _0x1b670 of _0x8eee39)_0x2b0831['markBlockFormat'](_0x1b670,{'commandName':'codeBlock','commandParams':[{..._0xa6d88c,'forceValue':_0x399b19}],'formatGroupId':'blockName'});});}),(_0x2b0831['descriptionFactory']['registerElementLabel']('codeBlock',_0x4080b7=>At(_0x5b6674,'ELEMENT_CODE_BLOCK',_0x4080b7)),_0x2b0831['descriptionFactory']['registerDescriptionCallback'](_0x1e2dab=>{if('formatBlock'!=_0x1e2dab['type'])return;const _0x565ce3=_0x5b6674['t'],{data:_0x519127}=_0x1e2dab;if(!_0x519127||'codeBlock'!=_0x519127['commandName'])return;const _0x2a0359=_0x519127['commandParams'][0x0]['language'],_0xdd149e=_0x565ce3(_0x16d065['find'](_0x3f7f1e=>_0x3f7f1e['language']===_0x2a0359)['label'])['toLowerCase']();return _0x519127['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x5b6674,'*Set\x20format:*\x20%0',At(_0x5b6674,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0xdd149e+')')}:{'type':'format','content':At(_0x5b6674,'*Remove\x20format:*\x20%0',At(_0x5b6674,'ELEMENT_CODE_BLOCK',0x1))};}));}}function xt(_0x174e76){return'codeBlock'==_0x174e76['name'];}class Pt extends _0x35090c{['afterInit'](){const _0x5417c1=this['editor'];if(!_0x5417c1['plugins']['has']('CommentsEditing'))return;_0x5417c1['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}class Ut extends _0x35090c{static get['requires'](){return[at];}['init'](){const _0x428d9a=this['editor'],_0xec2dc8=_0x428d9a['plugins']['get']('TrackChangesEditing');_0xec2dc8['enableCommand']('delete');const _0x32db49=_0x428d9a['commands']['get']('deleteForward');_0xec2dc8['enableCommand']('deleteForward',(_0x441c2a,_0x1360df={})=>{const _0x4c265d=_0x428d9a['model']['createSelection'](_0x428d9a['model']['document']['selection']);_0x4c265d['isCollapsed']&&_0x428d9a['model']['modifySelection'](_0x4c265d,{'direction':'forward','unit':_0x1360df['unit']});const _0x353626=_0x4c265d['getFirstRange'](),_0x3cb899=_0x5817c4['fromRange'](_0x353626);let _0x59e776;_0x441c2a(_0x1360df),_0x59e776='$graveyard'==_0x3cb899['root']['rootName']?_0x428d9a['model']['createRange'](_0x353626['start']):_0x428d9a['model']['createRange'](_0x3cb899['start'],_0x3cb899['end']),_0x3cb899['detach'](),_0x428d9a['model']['enqueueChange'](_0x32db49['buffer']['batch'],_0x557f7a=>{_0x32db49['buffer']['lock'](),_0x557f7a['setSelection'](_0x557f7a['createRange'](_0x59e776['end'])),_0x32db49['buffer']['unlock']();});});}}class Gt extends _0x35090c{['afterInit'](){const _0x43a375=this['editor'];if(!_0x43a375['plugins']['has']('ListEditing'))return;const _0x4efe21=_0x43a375['locale'],_0x1da0fc=_0x43a375['plugins']['get']('TrackChangesEditing'),_0x3032f1=_0x43a375['plugins']['has']('TodoListEditing'),_0x1b0f67=!!_0x43a375['config']['get']('list.multiBlock');function _0x1dcc63(_0x2dc6bd){return{'type':'format','content':''+At(_0x4efe21,'*Set\x20format:*\x20%0',_0x2dc6bd)};}function _0x4442b7(_0x53c9b5){return{'type':'format','content':''+At(_0x4efe21,'*Remove\x20format:*\x20%0',_0x53c9b5)};}_0x1da0fc['enableDefaultAttributesIntegration']('numberedList'),_0x1da0fc['enableDefaultAttributesIntegration']('bulletedList'),_0x1da0fc['enableDefaultAttributesIntegration']('customNumberedList'),_0x1da0fc['enableDefaultAttributesIntegration']('customBulletedList'),_0x1da0fc['enableDefaultAttributesIntegration']('indentList'),_0x1da0fc['enableDefaultAttributesIntegration']('outdentList'),_0x1da0fc['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x1da0fc['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x1b0f67&&(_0x1da0fc['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x1da0fc['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x3032f1&&(_0x1da0fc['enableDefaultAttributesIntegration']('todoList'),_0x1da0fc['enableDefaultAttributesIntegration']('checkTodoList'),_0x1da0fc['descriptionFactory']['registerDescriptionCallback'](_0x58a569=>{const {data:_0x4a33ba}=_0x58a569;if(_0x4a33ba&&'todoListChecked'==_0x4a33ba['key'])return{'type':'format','content':_0x4a33ba['newValue']?At(_0x4efe21,'*Check\x20item*'):At(_0x4efe21,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x15c057=>{if(_0x15c057['batch']['isUndo'])return!0x1;let _0x377405=!0x1;const _0x3aff6b=_0x1da0fc['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xdbbac9=>'todoListChecked'===_0x1da0fc['_getAttributeKey'](_0xdbbac9));for(const _0xf1af37 of _0x3aff6b){'todo'!=_0xf1af37['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x1da0fc['_findSuggestions'](_0xf1af37['getFirstRange'](),'attribute')['find'](_0xedf9d5=>'listType'===_0x1da0fc['_getAttributeKey'](_0xedf9d5['suggestion']))||(_0x15c057['removeMarker'](_0xf1af37['getFirstMarker']()),_0x377405=!0x0));}return _0x377405;})),_0x1da0fc['descriptionFactory']['registerAttributeLabel']('listIndent',At(_0x4efe21,'FORMAT_INDENT'));const _0x221fe8={'type':'format','content':''};_0x1da0fc['descriptionFactory']['registerDescriptionCallback'](_0x11be19=>{const {data:_0x1f81e6}=_0x11be19;if(!_0x1f81e6||'listType'!=_0x1f81e6['key'])return;let _0x493e17=_0x11be19['head'];for(;_0x493e17;){if(_0x493e17['data']&&(('listStyle'==_0x493e17['data']['key']||'listMarkerStyle'==_0x493e17['data']['key'])&&(_0x493e17['data']['newValue']&&'default'!=_0x493e17['data']['newValue']||'default'!=_0x493e17['data']['oldValue']&&!_0x1f81e6['newValue'])||!_0x1b0f67&&_0x493e17['data']['key']==Ke))return _0x221fe8;_0x493e17=_0x493e17['next'];}if(null==_0x1f81e6['newValue'])switch(_0x1f81e6['oldValue']){case'bulleted':return _0x4442b7(At(_0x4efe21,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x4442b7(At(_0x4efe21,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x4442b7(At(_0x4efe21,'ELEMENT_TODO_LIST'));}switch(_0x1f81e6['newValue']){case'bulleted':return _0x1dcc63(At(_0x4efe21,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1dcc63(At(_0x4efe21,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1dcc63(At(_0x4efe21,'ELEMENT_TODO_LIST'));}}),_0x1da0fc['descriptionFactory']['registerDescriptionCallback'](_0x2dfb63=>{const {data:_0x1dba5a}=_0x2dfb63;if(_0x1dba5a&&'listIndent'==_0x1dba5a['key'])return null==_0x1dba5a['newValue']||null==_0x1dba5a['oldValue']&&0x0==_0x1dba5a['newValue']?_0x221fe8:void 0x0;}),_0x1da0fc['descriptionFactory']['registerDescriptionCallback'](_0xd16e38=>{if('attribute'!=_0xd16e38['type'])return;const {data:_0x65e7fa}=_0xd16e38;if(!_0x65e7fa||'listItemId'!=_0x65e7fa['key'])return;const _0x56e6ce=Ht(_0xd16e38);return'newValue'==_0x56e6ce?{'type':'format','content':At(_0x4efe21,'*Merge:*\x20list\x20item')}:'oldValue'==_0x56e6ce?{'type':'format','content':At(_0x4efe21,'*Split:*\x20list\x20item')}:_0x221fe8;}),_0x43a375['model']['document']['registerPostFixer'](_0x26d731=>this['listItemIdFixer'](_0x26d731)),_0x43a375['model']['document']['registerPostFixer'](_0x4d5b40=>this['noTrackChangesFixer'](_0x4d5b40)),_0x43a375['model']['document']['on']('change:data',(_0x22ee0f,_0xa28523)=>{if(_0xa28523['isUndo']||!_0xa28523['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x2060c7){if(_0x2060c7['batch']['isUndo']||!_0x2060c7['batch']['isLocal'])return!0x1;let _0x17a9ad=!0x1;const _0xc1008e=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x8ee1f9=>_0x8ee1f9['data']&&'listItemId'==_0x8ee1f9['data']['key'])['filter'](_0x22610e=>_0x22610e['data']['newValue']&&_0x22610e['data']['oldValue']);for(const _0x2b0b11 of _0xc1008e)Ht(_0x2b0b11)||(_0x2060c7['removeMarker'](_0x2b0b11['getFirstMarker']()),_0x17a9ad=!0x0);return _0x17a9ad;}['noTrackChangesFixer'](_0x3381a3){if(_0x3381a3['batch']['isUndo']||!_0x3381a3['batch']['isLocal'])return!0x1;const _0x2007c2=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x2007c2['trackChangesCommand']['value'])return!0x1;let _0x6c7fe6=!0x1;const _0x972e74=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x1a6609=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x2f3f64=>'attribute'==_0x2f3f64['type'])['filter'](_0x20318b=>_0x972e74['includes'](_0x20318b['attributeKey']));if(0x0==_0x1a6609['length'])return _0x6c7fe6;for(const _0x47d1b5 of _0x1a6609){const _0x2727a6=_0x2007c2['_findSuggestions'](_0x47d1b5['range'],'attribute')['filter'](_0x74c899=>!_0x74c899['meta']['isNextTo'])['map'](_0x2a6dc9=>_0x2a6dc9['suggestion'])['filter'](_0x274f53=>{const _0x1bef80=_0x2007c2['_getAttributeKey'](_0x274f53);return _0x972e74['includes'](_0x1bef80);});if(_0x2727a6['length']){for(const _0x3988f6 of _0x2727a6)_0x3381a3['removeMarker'](_0x3988f6['getFirstMarker']());_0x6c7fe6=!0x0;}}return _0x6c7fe6;}['assureChains'](){const _0x6af9c7=this['editor']['plugins']['get']('TrackChangesEditing'),_0x347ad7=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x5c32fd;const _0x28b04b=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x1b8d85=>{if(_0x1b8d85['data']['oldRange']||!_0x1b8d85['data']['newRange'])return null;if(!_0x1b8d85['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x51beea}=_0x4dc3a3(_0x1b8d85['name']);if(!_0x6af9c7['hasSuggestion'](_0x51beea))return null;const _0x451e9d=_0x6af9c7['getSuggestion'](_0x51beea);return _0x347ad7['includes'](_0x451e9d['data']['key']);})['map'](_0x102c01=>{const {id:_0x153d8c}=_0x4dc3a3(_0x102c01['name']),_0x4c40d7=_0x6af9c7['getSuggestion'](_0x153d8c);return _0x5c32fd=_0x4c40d7['attributes']['groupId'],_0x4c40d7['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x28b04b['size'])return;const _0x6da18=_0x6af9c7['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x434f02=>'attribute'==_0x434f02['type']&&_0x434f02['data']&&_0x347ad7['includes'](_0x434f02['data']['key'])&&_0x434f02['attributes']['groupId']!=_0x5c32fd)['map'](_0x880796=>({'listItem':_0x880796['getFirstRange']()['start']['nodeAfter'],'groupId':_0x880796['attributes']['groupId']})),_0x1ae6dd=new Set();for(const {groupId:_0x2930f3,listItem:_0x4d529c}of _0x6da18)_0x28b04b['has'](_0x4d529c)&&_0x1ae6dd['add'](_0x2930f3);for(const _0x5d0dd6 of _0x6af9c7['getSuggestions']())_0x1ae6dd['has'](_0x5d0dd6['attributes']['groupId'])&&_0x5d0dd6['setAttribute']('groupId',_0x5c32fd);}['_supportLegacySuggestions'](){const _0x34d73b=this['editor'],_0x5f20aa=_0x34d73b['locale'],_0xc1c279=_0x34d73b['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0xc1c279['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x562c65,_0x375f16){const _0x5e6460=[];for(let _0x569199 of _0x562c65)_0x569199['start']['nodeAfter']===_0x569199['end']['parent']&&(_0x569199=_0x34d73b['model']['createRange'](_0x34d73b['model']['createPositionAt'](_0x569199['start']['nodeAfter'],0x0))),_0x5e6460['push'](_0x569199);_0x34d73b['model']['change'](_0x2d45f2=>{const _0x212ed9=_0x34d73b['model']['document']['selection'],_0x587dbe=Array['from'](_0x212ed9['getRanges']())['map'](_0x59b405=>_0x5817c4['fromRange'](_0x59b405));_0x2d45f2['setSelection'](_0x5e6460),_0x34d73b['commands']['get'](_0x375f16['commandName'])['refresh'](),_0x375f16['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x34d73b['execute'](_0x375f16['commandName'],..._0x375f16['commandParams']),_0x2d45f2['setSelection'](_0x587dbe);for(const _0x2851a7 of _0x587dbe)_0x2851a7['detach']();});}),_0xc1c279['descriptionFactory']['registerElementLabel'](function(_0x5070a4){const _0x1b314d=!_0x34d73b['model']['schema']['isObject'](_0x5070a4),_0x31a102=_0x5070a4['previousSibling'],_0x16a543=_0x5070a4['nextSibling'],_0x268ee3=_0x5070a4['getAttribute']('listItemId'),_0x2b3929=!_0x31a102||_0x31a102['getAttribute']('listItemId')!==_0x268ee3,_0x4f9ca5=!_0x16a543||_0x16a543['getAttribute']('listItemId')!==_0x268ee3;return _0x1b314d&&Boolean(_0x268ee3)&&_0x2b3929&&_0x4f9ca5;},_0x1fbed2=>At(_0x5f20aa,'ELEMENT_LIST_ITEM',_0x1fbed2));}['_registerLegacyDescription'](){const _0x13e67d=this['editor'],_0x388193=_0x13e67d['locale'];function _0x2f3a24(_0x145a76){const _0x457540=_0x13e67d['commands']['get']('bulletedList')['value'],_0x201c70=_0x13e67d['commands']['get']('numberedList')['value'];return'numberedList'===_0x145a76?_0x457540:_0x201c70;}_0x13e67d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x46bace){if('formatBlock'!=_0x46bace['type'])return;const {data:_0xe3de42}=_0x46bace;if(!_0xe3de42)return;let _0x30a165,_0x51f317,_0x7758f7,_0x570b45;switch(_0xe3de42['commandName']){case'bulletedList':_0x7758f7=_0xe3de42['commandParams'][0x0]['forceValue'],_0x570b45=_0x2f3a24(_0xe3de42['commandName']),_0x30a165=_0x7758f7?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x570b45&&_0x13e67d['config']['get']('list.multiBlock')||(_0x30a165='*Change\x20to:*\x20%0'),_0x51f317={'type':'format','content':At(_0x388193,_0x30a165,At(_0x388193,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x7758f7=_0xe3de42['commandParams'][0x0]['forceValue'],_0x570b45=_0x2f3a24(_0xe3de42['commandName']),_0x30a165=_0x7758f7?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x570b45&&_0x13e67d['config']['get']('list.multiBlock')||(_0x30a165='*Change\x20to:*\x20%0'),_0x51f317={'type':'format','content':At(_0x388193,_0x30a165,At(_0x388193,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x30a165='*Indent:*\x20%0',_0x51f317={'type':'format','content':At(_0x388193,_0x30a165,At(_0x388193,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x30a165=function(_0x247caa){const _0x31166b=_0x247caa['getFirstRange']();let _0x5c32b0=_0x31166b['start']['nodeAfter'];for(;_0x5c32b0&&_0x31166b['containsItem'](_0x5c32b0);){if(_0x5c32b0['getAttribute']('listIndent')>0x0)return!0x1;_0x5c32b0=_0x5c32b0['nextSibling'];}return!0x0;}(_0x46bace)?At(_0x388193,'*Format:*\x20remove\x20from\x20%0',At(_0x388193,function(_0x7dc5aa){return'ELEMENT_'+_0x7dc5aa['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x46bace))):At(_0x388193,'*Outdent:*\x20%0',At(_0x388193,'ELEMENT_LIST_ITEM')),_0x51f317={'type':'format','content':_0x30a165};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0xe3de42['multipleBlocks']&&(_0x30a165='*Merge:*\x20%0',_0x51f317={'type':'deletion','content':At(_0x388193,_0x30a165,At(_0x388193,'ELEMENT_LIST_ITEM'))});}return _0x51f317;});}}function Ht(_0x3aba35){let _0x3b69ac=_0x3aba35['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x3b69ac;){const _0x1bbf24=_0x3b69ac['getAttribute']('listItemId');if(!_0x1bbf24)return!0x1;if(_0x1bbf24==_0x3aba35['data']['newValue'])return'newValue';if(_0x1bbf24==_0x3aba35['data']['oldValue'])return'oldValue';_0x3b69ac=_0x3b69ac['previousSibling'];}return!0x1;}class $t extends _0x35090c{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x378199=this['editor']['config']['get']('list.properties'),_0x129992=this['editor']['plugins']['get']('TrackChangesEditing');_0x378199['styles']&&_0x129992['enableDefaultAttributesIntegration']('listStyle'),_0x378199['reversed']&&_0x129992['enableDefaultAttributesIntegration']('listReversed'),_0x378199['startIndex']&&_0x129992['enableDefaultAttributesIntegration']('listStart');const _0x4fe135={'type':'format','content':''};_0x129992['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x156adf=this['editor']['locale'];_0x129992['descriptionFactory']['registerAttributeLabel']('listReversed',At(_0x156adf,'FORMAT_LIST_REVERSED')),_0x129992['descriptionFactory']['registerDescriptionCallback'](_0x5bed18=>{const {data:_0x5d3de2}=_0x5bed18;if(_0x5d3de2&&'listReversed'==_0x5d3de2['key'])return null==_0x5d3de2['newValue']||0x0==_0x5d3de2['newValue']&&null==_0x5d3de2['oldValue']?_0x4fe135:void 0x0;}),_0x129992['descriptionFactory']['registerAttributeLabel']('listStart',At(_0x156adf,'FORMAT_LIST_START')),_0x129992['descriptionFactory']['registerDescriptionCallback'](_0x564f23=>{const {data:_0x1dea01}=_0x564f23;if(_0x1dea01&&'listStart'==_0x1dea01['key'])return null==_0x1dea01['newValue']||0x1==_0x1dea01['newValue']&&null==_0x1dea01['oldValue']?_0x4fe135:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x5a6b73=>{if(_0x5a6b73['batch']['isUndo'])return!0x1;let _0x3bb094=!0x1;const _0x13abae=_0x129992['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2d8164=>{const _0x4e66c9=_0x129992['_getAttributeKey'](_0x2d8164);return'listStart'==_0x4e66c9||'listReversed'==_0x4e66c9;});for(const _0x19a6c4 of _0x13abae){const _0x4db392=_0x19a6c4['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x4db392||'customNumbered'==_0x4db392)continue;_0x129992['_findSuggestions'](_0x19a6c4['getFirstRange'](),'attribute')['find'](_0x3a8645=>'listType'==_0x129992['_getAttributeKey'](_0x3a8645['suggestion']))||(_0x5a6b73['removeMarker'](_0x19a6c4['getFirstMarker']()),_0x3bb094=!0x0);}return _0x3bb094;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x15b202){const _0x2c5762=this['editor']['locale'],{data:_0x2a7536}=_0x15b202,_0x355224={'type':'format','content':''};if(!_0x2a7536||'listStyle'!=_0x2a7536['key'])return;if(!_0x2a7536['oldValue'])return'default'==_0x2a7536['newValue']?_0x355224:{'type':'format','content':''+At(_0x2c5762,'*Set\x20format:*\x20%0',At(_0x2c5762,this['_getTranslationKeyForListStyle'](_0x2a7536['newValue'])))};if(!_0x2a7536['newValue']){if('default'==_0x2a7536['oldValue'])return _0x355224;let _0x37cea5=_0x15b202['head'];for(;_0x37cea5;){if(_0x37cea5['data']&&'listType'==_0x37cea5['data']['key']&&_0x37cea5['data']['newValue'])return _0x355224;_0x37cea5=_0x37cea5['next'];}return{'type':'format','content':''+At(_0x2c5762,'*Remove\x20format:*\x20%0',At(_0x2c5762,this['_getTranslationKeyForListStyle'](_0x2a7536['oldValue'])))};}if('default'!=_0x2a7536['newValue'])return{'type':'format','content':''+At(_0x2c5762,'*Set\x20format:*\x20%0',At(_0x2c5762,this['_getTranslationKeyForListStyle'](_0x2a7536['newValue'])))};let _0x49f555=_0x15b202['head'];for(;_0x49f555;){if(_0x49f555['data']&&'listType'==_0x49f555['data']['key']&&_0x49f555['data']['newValue']&&_0x49f555['data']['oldValue'])return _0x355224;_0x49f555=_0x49f555['next'];}return{'type':'format','content':At(_0x2c5762,'*Set\x20format:*\x20%0',At(_0x2c5762,'ELEMENT_'+_0x15b202['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x319c69=this['editor'],_0x14c115=_0x319c69['locale'];_0x319c69['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x34f775=>{if('formatBlock'!=_0x34f775['type'])return;const {data:_0x860292}=_0x34f775;if(!_0x860292)return;let _0x3072f0,_0x4bc156;switch(_0x860292['commandName']){case'listStyle':_0x3072f0='*Change\x20to:*\x20%0',_0x4bc156={'type':'format','content':At(_0x14c115,_0x3072f0,At(_0x14c115,this['_getTranslationKeyForListStyle'](_0x860292['commandParams'][0x0]['type'])))};break;case'listReversed':_0x3072f0=_0x860292['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x4bc156={'type':'format','content':At(_0x14c115,_0x3072f0)};break;case'listStart':_0x3072f0='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x4bc156={'type':'format','content':At(_0x14c115,_0x3072f0,_0x860292['commandParams'][0x0]['startIndex'])};}return _0x4bc156;});}['_getTranslationKeyForListStyle'](_0x430bcd){return'ELEMENT_'+function(_0x282188){if(Wt['includes'](_0x282188))return'bulleted';if(Vt['includes'](_0x282188))return'numbered';return null;}(_0x430bcd)['toUpperCase']()+'_LIST_'+_0x430bcd['toUpperCase']()['replace'](/-/g,'_');}}const Wt=['disc','circle','square'],Vt=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin','arabic-indic'];class jt extends _0x35090c{['afterInit'](){const _0x44ac39=this['editor'];_0x44ac39['commands']['get']('emoji')&&_0x44ac39['plugins']['get']('TrackChangesEditing')['enableCommand']('emoji');}}class zt extends _0x35090c{static get['requires'](){return[lt];}['init'](){const _0x34e3f3=this['editor'],_0x5410cc=_0x34e3f3['plugins']['get']('TrackChangesEditing'),_0x263172=_0x34e3f3['commands']['get']('enter');_0x5410cc['enableCommand']('enter',()=>{_0x34e3f3['model']['change'](_0x3fca8d=>{const _0xb0a107=_0x34e3f3['model']['document']['selection'],_0x2feac7=_0xb0a107['getFirstPosition'](),_0x2c14f5=_0x5817c4['fromRange'](_0xb0a107['getFirstRange']());if(_0x263172['enterBlock'](_0x3fca8d)){const _0x6d3220=_0x34e3f3['model']['createPositionAt'](_0x2feac7['parent']['nextSibling'],0x0),_0x1215e9=_0x3fca8d['createRange'](_0x2feac7,_0x6d3220);_0x5410cc['markInsertion'](_0x1215e9);}else _0x3fca8d['setSelection'](_0x3fca8d['createRange'](_0x2c14f5['end']));_0x2c14f5['detach'](),_0x263172['fire']('afterExecute',{'writer':_0x3fca8d});});});}}class Kt extends _0x35090c{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x5d77c2=this['editor']['plugins']['get']('TrackChangesEditing');_0x5d77c2['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x5d77c2['enableCommand']('findNext'),_0x5d77c2['enableCommand']('findPrevious'),_0x5d77c2['enableCommand']('replace'),_0x5d77c2['enableCommand']('replaceAll');}['handleFindCommand'](_0x4cfa48,_0x1abc1e,_0x242ccd={}){const _0x42d2b5=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x4cfa48(_0x1ae8ef=>{let _0x2a7d8f=('string'==typeof _0x1abc1e?_0x42d2b5['findByTextCallback'](_0x1abc1e,_0x242ccd):_0x1abc1e)(_0x1ae8ef);Array['isArray'](_0x2a7d8f)&&(_0x2a7d8f={'results':_0x2a7d8f,'searchText':'string'==typeof _0x1abc1e?_0x1abc1e:''});const _0x29fed8=_0x2a7d8f['results']['filter'](_0x320bd4=>!0x1===this['_isInDeletionRange'](_0x320bd4,_0x1ae8ef['item']));return{..._0x2a7d8f,'results':_0x29fed8};},_0x242ccd);}['_isInDeletionRange'](_0x45d9fb,_0x30174e){const _0x1579e1=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x30174e,_0x45d9fb['start']),this['editor']['model']['createPositionAt'](_0x30174e,_0x45d9fb['end']));for(const _0x1f961f of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x1579e1['getIntersection'](_0x1f961f['getRange']()))return!0x0;return!0x1;}}const Xt=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Yt extends _0x35090c{['afterInit'](){const _0x1260aa=this['editor']['locale'],_0x3dc29b=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x4ec8fc,commandName:_0x209e20}of Xt)this['editor']['plugins']['has'](_0x4ec8fc)&&_0x3dc29b['enableDefaultAttributesIntegration'](_0x209e20);_0x3dc29b['descriptionFactory']['registerAttributeLabel']('fontSize',At(_0x1260aa,'FORMAT_FONT_SIZE')),_0x3dc29b['descriptionFactory']['registerAttributeLabel']('fontFamily',At(_0x1260aa,'FORMAT_FONT_FAMILY')),_0x3dc29b['descriptionFactory']['registerAttributeLabel']('fontColor',At(_0x1260aa,'FORMAT_FONT_COLOR')),_0x3dc29b['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',At(_0x1260aa,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xcdb08a=this['editor'],_0x3d7529=_0xcdb08a['locale'];_0xcdb08a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x14aea1=>{const _0x62123a=_0x3d7529['t'];if('formatInline'!=_0x14aea1['type'])return;const {data:_0x409bee}=_0x14aea1;if(null!=_0x409bee){if('fontSize'==_0x409bee['commandName']){const _0x348e62=_0x409bee['commandParams'][0x0]['value'];if(_0x348e62){const _0xf8094=_0x62123a(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x2087ea=>_0x2087ea['model']==_0x348e62)['title'])['toLowerCase']();return{'type':'format','content':At(_0x3d7529,'*Set\x20font\x20size:*\x20%0',_0xf8094)};}return{'type':'format','content':At(_0x3d7529,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x409bee['commandName']){const _0x269cd5=_0x409bee['commandParams'][0x0]['value'];return _0x269cd5?{'type':'format','content':At(_0x3d7529,'*Set\x20font\x20family:*\x20%0',_0x269cd5)}:{'type':'format','content':At(_0x3d7529,'*Reset\x20font\x20family*')};}if('fontColor'==_0x409bee['commandName']){const _0x84df62=_0x409bee['commandParams'][0x0]['value'];if(_0x84df62){const _0x3fefab=_0x3a0b9c(this['editor']['config']['get']('fontColor.colors'))['find'](_0x319c62=>_0x319c62['model']==_0x84df62);let _0x2bba3c=_0x84df62,_0x40ef40='';return _0x3fefab&&(_0x2bba3c=_0x3fefab['label'],_0x40ef40=_0x62123a(_0x2bba3c)['toLowerCase']()),{'type':'format','content':At(_0x3d7529,'*Set\x20font\x20color:*\x20%0',_0x40ef40)['trim'](),'color':{'value':_0x84df62,'title':_0x40ef40||_0x2bba3c}};}return{'type':'format','content':At(_0x3d7529,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x409bee['commandName']){const _0x33768a=_0x409bee['commandParams'][0x0]['value'];if(_0x33768a){const _0x273336=_0x3a0b9c(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x6b296c=>_0x6b296c['model']==_0x33768a);let _0x9e725f=_0x33768a,_0x5f04fc='';return _0x273336&&(_0x9e725f=_0x273336['label'],_0x5f04fc=_0x62123a(_0x9e725f)['toLowerCase']()),{'type':'format','content':At(_0x3d7529,'*Set\x20font\x20background\x20color:*\x20%0',_0x5f04fc)['trim'](),'color':{'value':_0x33768a,'title':_0x5f04fc||_0x9e725f}};}return{'type':'format','content':At(_0x3d7529,'*Reset\x20font\x20background\x20color*')};}}});}}class qt extends _0x35090c{['afterInit'](){const {plugins:_0x566888}=this['editor'];_0x566888['has']('FootnotesEditing')&&this['_registerFootnotesEditingIntegration'](),_0x566888['has']('FootnotesPropertiesEditing')&&this['_registerFootnotesPropertiesEditingIntegration']();}['_registerFootnotesPropertiesEditingIntegration'](){const {locale:_0x80a2d8,plugins:_0x1e170e,commands:_0x5b1e55}=this['editor'],_0x34fcd3=_0x1e170e['get']('TrackChangesEditing');_0x5b1e55['get']('footnotesStyle')&&_0x34fcd3['enableDefaultAttributesIntegration']('footnotesStyle'),_0x5b1e55['get']('footnotesStart')&&_0x34fcd3['enableDefaultAttributesIntegration']('footnotesStart'),_0x34fcd3['descriptionFactory']['registerAttributeLabel']('footnotesListStyle',At(_0x80a2d8,'FORMAT_FOOTNOTES_LIST_STYLE')),_0x34fcd3['descriptionFactory']['registerAttributeLabel']('footnotesListStart',At(_0x80a2d8,'FORMAT_FOOTNOTES_LIST_START'));}['_registerFootnotesEditingIntegration'](){const _0xf8b8e6=this['editor']['plugins']['get']('TrackChangesEditing'),{locale:_0x3c315b,commands:_0x1da5fc}=this['editor'];_0x1da5fc['get']('insertFootnote')&&_0xf8b8e6['enableCommand']('insertFootnote'),_0xf8b8e6['descriptionFactory']['registerElementLabel']('footnoteRef',_0x1f1ea8=>At(_0x3c315b,'ELEMENT_FOOTNOTE_REF',_0x1f1ea8)),_0xf8b8e6['descriptionFactory']['registerElementLabel']('footnoteDefinition',_0xc09619=>At(_0x3c315b,'ELEMENT_FOOTNOTE_DEFINITION',_0xc09619)),_0xf8b8e6['descriptionFactory']['registerElementLabel']('footnotesDefinitions',_0x3c7d26=>At(_0x3c315b,'ELEMENT_FOOTNOTES_DEFINITIONS_LIST',_0x3c7d26));}}class Qt extends _0x35090c{['afterInit'](){const _0x258d48=this['editor'],_0x2a648d=_0x258d48['plugins']['get']('TrackChangesEditing'),_0x4e0400=_0x258d48['commands']['get']('copyFormat'),_0xc15311=_0x258d48['commands']['get']('pasteFormat');_0x4e0400&&_0xc15311&&(_0x2a648d['enableDefaultAttributesIntegration']('pasteFormat'),_0x2a648d['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x25f153=this['editor'],_0x2e058f=_0x25f153['locale'];_0x25f153['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3698b8=>{if('formatBlock'!=_0x3698b8['type']&&'formatInline'!=_0x3698b8['type'])return;const {data:_0x2627d4}=_0x3698b8;if(_0x2627d4&&'pasteFormat'===_0x2627d4['commandName']){const _0x5b0098=[],_0x424c39=_0x2627d4['commandParams'][0x0];for(const [_0x5a21be,_0x296d4b]of Object['entries'](_0x424c39))_0x5b0098['push'](Zt(_0x25f153,_0x5a21be,_0x296d4b));return _0x5b0098['length']?{'type':'format','content':At(_0x2e058f,'*Set\x20format\x20to:*\x20%0',_0x5b0098['join'](',\x20'))}:{'type':'format','content':At(_0x2e058f,'*Remove\x20all\x20formatting*')};}});}}function Zt(_0x105965,_0x1463f3,_0x282977){const _0x2277d8=_0x105965['locale']['t'],_0x3f9e52=_0x1463f3['split'](/(?=[A-Z])/)['join']('\x20'),_0x5e0f98=_0x2277d8(_0x3f9e52['charAt'](0x0)['toUpperCase']()+_0x3f9e52['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x282977)return _0x5e0f98;if('fontColor'===_0x1463f3||'fontBackgroundColor'===_0x1463f3){const _0x201096=_0x3a0b9c(_0x105965['config']['get']('fontColor.colors'))['find'](_0x485398=>_0x485398['model']==_0x282977);return _0x5e0f98+'\x20('+(_0x201096?_0x2277d8(_0x201096['label'])['toLowerCase']():_0x282977)+')';}if('fontSize'===_0x1463f3&&isNaN(parseFloat(_0x282977))){const _0x3cee3b=_0x105965['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x105965['config']['get']('fontSize.options'))['find'](_0x59ee83=>_0x59ee83['model']==_0x282977);return _0x5e0f98+'\x20('+(_0x3cee3b?_0x2277d8(_0x3cee3b['title'])['toLowerCase']():_0x282977)+')';}return _0x5e0f98+'\x20('+_0x282977+')';}class Jt extends _0x35090c{['_headingOptions'];['afterInit'](){const _0x3a25c3=this['editor'];if(!_0x3a25c3['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x3a25c3['config']['get']('heading.options');const _0xa23550=_0x3a25c3['locale'],_0x32806e=_0x3a25c3['plugins']['get']('TrackChangesEditing');_0x32806e['enableDefaultAttributesIntegration']('heading');for(const _0x1e43b0 of this['_headingOptions'])'paragraph'!=_0x1e43b0['model']&&_0x32806e['descriptionFactory']['registerElementLabel'](_0x1e43b0['model'],_0x3eadbb=>{const _0x2569c8=this['_getHeadingLevel'](_0x1e43b0['model']);return null!==_0x2569c8?_0x46aded(_0x3eadbb,_0x2569c8):_0x5ba12a(_0x3eadbb,_0x1e43b0['title']);});function _0x46aded(_0x28e4c0,_0x1cf3bd){return At(_0xa23550,'ELEMENT_HEADING',[_0x28e4c0,_0x1cf3bd]);}function _0x5ba12a(_0x360e6d,_0x14bc5e){return At(_0xa23550,'ELEMENT_HEADING_CUSTOM',[_0x360e6d,_0x14bc5e]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5a09ee=this['editor'],_0x39028e=_0x5a09ee['locale'];function _0x585925(_0xbf8953,_0xf77df5){return At(_0x39028e,'ELEMENT_HEADING_CUSTOM',[_0xbf8953,_0xf77df5]);}_0x5a09ee['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x26f547=>{if('formatBlock'!=_0x26f547['type'])return;const {data:_0x370df8}=_0x26f547;if(_0x370df8&&'heading'==_0x370df8['commandName']){const _0x42778a=_0x370df8['commandParams'][0x0]['value'],_0x4c3111=this['_getHeadingLevel'](_0x42778a);if(null!==_0x4c3111)return{'type':'format','content':At(_0x39028e,'*Change\x20to:*\x20%0',(_0x3b62e5=0x1,_0x37560a=_0x4c3111,At(_0x39028e,'ELEMENT_HEADING',[_0x3b62e5,_0x37560a])))};const _0x17bafb=this['_headingOptions']['find'](_0x2f0b0a=>_0x2f0b0a['model']===_0x42778a)['title'];return{'type':'format','content':At(_0x39028e,'*Change\x20to:*\x20%0',_0x585925(0x1,_0x17bafb))};}var _0x3b62e5,_0x37560a;});}['_getHeadingLevel'](_0x3078ee){const _0x3be8d1=_0x3078ee['match'](/^heading(\d+)/);if(_0x3be8d1)return _0x3be8d1[0x1];const _0x1561d0=this['_headingOptions']?.['find'](_0x5a92c3=>_0x5a92c3['model']==_0x3078ee);if(_0x1561d0&&_0x1561d0['view']){const _0x5a6882=_0x1561d0['view'],_0x3c2931=(_0x5a6882['name']??_0x5a6882)['match'](/^h(\d+)/);if(_0x3c2931)return _0x3c2931[0x1];}return null;}}class te extends _0x35090c{['afterInit'](){const _0x22f821=this['editor'];if(!_0x22f821['plugins']['has']('HighlightEditing'))return;const _0x3f67e5=_0x22f821['plugins']['get']('TrackChangesEditing'),_0x1a9d22=_0x22f821['locale'];_0x3f67e5['enableDefaultAttributesIntegration']('highlight'),_0x3f67e5['descriptionFactory']['registerAttributeLabel']('highlight',At(_0x1a9d22,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4ded03=this['editor'],_0x28cc90=_0x4ded03['locale'];_0x4ded03['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x305fea=>{if('formatInline'!=_0x305fea['type'])return;const {data:_0x6d0158}=_0x305fea;if(_0x6d0158&&'highlight'==_0x6d0158['commandName']){const _0x4e6218=_0x28cc90['t'],_0x417ede=_0x6d0158['commandParams'][0x0]['value'];if(_0x417ede){const _0x1a9162=_0x4ded03['config']['get']('highlight.options')['find'](_0x578f15=>_0x578f15['model']==_0x417ede),_0xe0f28a=_0x4e6218(_0x1a9162['title'])['toLowerCase']();return{'type':'format','content':At(_0x28cc90,'*Set\x20highlight:*\x20%0',_0xe0f28a),'color':{'value':_0x1a9162['color'],'title':_0x1a9162['title']}};}return{'type':'format','content':At(_0x28cc90,'*Remove\x20highlight*',At(_0x28cc90,'FORMAT_HIGHLIGHT'))};}});}}class ee extends _0x35090c{['afterInit'](){const _0x425b3e=this['editor'];if(!_0x425b3e['plugins']['has']('HorizontalLineEditing'))return;_0x425b3e['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x39a8d4=_0x425b3e['plugins']['get']('TrackChangesEditing'),_0x226b89=_0x425b3e['locale'];_0x39a8d4['descriptionFactory']['registerElementLabel']('horizontalLine',_0x119658=>At(_0x226b89,'ELEMENT_HORIZONTAL_LINE',_0x119658));}}class ne extends _0x35090c{['afterInit'](){const _0x173d98=this['editor'];if(!_0x173d98['plugins']['has']('HtmlEmbed'))return;const _0x427a1a=_0x173d98['plugins']['get']('TrackChangesEditing'),_0x683d52=_0x173d98['locale'];_0x427a1a['descriptionFactory']['registerElementLabel']('rawHtml',_0x25ec83=>At(_0x683d52,'ELEMENT_HTML_EMBED',_0x25ec83)),_0x427a1a['enableDefaultAttributesIntegration']('htmlEmbed'),_0x427a1a['descriptionFactory']['registerDescriptionCallback'](_0x422d04=>{if('attribute'!=_0x422d04['type'])return;const {data:_0x1c5953}=_0x422d04;if(_0x1c5953&&'value'==_0x1c5953['key']&&_0x422d04['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x3b6895=At(_0x683d52,'ELEMENT_HTML_EMBED');return{'type':'format','content':At(_0x683d52,'*Change\x20%0\x20content*',_0x3b6895)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xd07f81=this['editor'],_0x4fe038=_0xd07f81['locale'];_0xd07f81['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2127bf=>{if('formatBlock'!=_0x2127bf['type'])return;const {data:_0x27e961}=_0x2127bf;if(_0x27e961&&'htmlEmbed'==_0x27e961['commandName']){const _0xb61813=At(_0x4fe038,'ELEMENT_HTML_EMBED');return{'type':'format','content':At(_0x4fe038,'*Change\x20%0\x20content*',_0xb61813)};}});}}class ie extends _0x35090c{['afterInit'](){const _0x2b6947=this['editor'];if(!_0x2b6947['plugins']['has']('ImageEditing'))return;const _0x8da502=_0x2b6947['plugins']['get']('TrackChangesEditing'),_0x3317ae=_0x2b6947['plugins']['get']('ImageUtils'),_0x3bcbec=_0x2b6947['locale'];_0x8da502['enableCommand']('insertImage'),_0x8da502['descriptionFactory']['registerElementLabel']('imageBlock',_0x46bde9=>At(_0x3bcbec,'ELEMENT_IMAGE',_0x46bde9)),_0x8da502['descriptionFactory']['registerElementLabel']('imageInline',_0xf73599=>At(_0x3bcbec,'ELEMENT_INLINE_IMAGE',_0xf73599)),_0x8da502['descriptionFactory']['registerElementLabel']('caption',()=>At(_0x3bcbec,'ELEMENT_CAPTION')),_0x2b6947['plugins']['has']('ImageUploadEditing')&&_0x8da502['enableCommand']('uploadImage'),_0x2b6947['plugins']['has']('ImageBlockEditing')&&_0x2b6947['plugins']['has']('ImageInlineEditing')&&(_0x8da502['enableCommand']('imageTypeInline',(_0x543df3,_0x18ab3d)=>{const _0x2df795=_0x3317ae['getClosestSelectedImageElement'](_0x2b6947['model']['document']['selection']);_0x2b6947['model']['change'](()=>{_0x8da502['markBlockFormat'](_0x2df795,{'commandName':'imageTypeInline','commandParams':[_0x18ab3d]},[],'convertBlockImageToInline');});}),_0x8da502['enableCommand']('imageTypeBlock',(_0x2d0cf6,_0x4889c2)=>{_0x2b6947['model']['change'](_0x9c4d91=>{let _0x403ba4=_0x3317ae['getClosestSelectedImageElement'](_0x2b6947['model']['document']['selection']),_0x192a00=_0x9c4d91['createRangeOn'](_0x403ba4);const _0xc41854=tt['fromPosition'](_0x192a00['start'],'toPrevious'),_0x39754d=tt['fromPosition'](_0x192a00['end'],'toNext');_0x8da502['forceDefaultExecution'](()=>_0x2d0cf6(_0x4889c2)),_0x403ba4=_0x3317ae['getClosestSelectedImageElement'](_0x2b6947['model']['document']['selection']),_0x192a00=_0x9c4d91['createRangeOn'](_0x403ba4);const _0xc1a6fd=_0x9c4d91['createRange'](_0xc41854,_0x39754d);_0xc41854['detach'](),_0x39754d['detach'](),_0x8da502['markBlockFormat'](_0x403ba4,{'commandName':'imageTypeInline','commandParams':[_0x4889c2]},[],'convertInlineImageToBlock'),_0xc1a6fd['start']['isBefore'](_0x192a00['start'])&&_0x8da502['markInsertion'](_0x9c4d91['createRange'](_0xc1a6fd['start'],_0x192a00['start']),'convertInlineImageToBlock'),_0x192a00['end']['isBefore'](_0xc1a6fd['end'])&&_0x8da502['markInsertion'](_0x9c4d91['createRange'](_0x192a00['end'],_0xc1a6fd['end']),'convertInlineImageToBlock');});}),_0x8da502['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x8da502['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x8da502['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x8da502['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x8da502['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x8da502['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x421e9d])=>{const _0x3c82dc=_0x8da502['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x132014=_0x421e9d['start'],_0x37b1c2=_0x421e9d['end'];const _0x34f684=_0x2b6947['model']['schema']['getNearestSelectionRange'](_0x132014,'backward'),_0x26451f=_0x2b6947['model']['schema']['getNearestSelectionRange'](_0x37b1c2,'forward');_0x34f684['isCollapsed']&&(_0x132014=_0x34f684['start']),_0x26451f['isCollapsed']&&(_0x37b1c2=_0x26451f['end']),_0x3c82dc([_0x2b6947['model']['createRange'](_0x132014,_0x37b1c2)]);}),_0x8da502['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0xa03f79),_0x8da502['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0xa03f79)),_0x2b6947['plugins']['has']('ImageCaptionEditing')&&(_0x8da502['enableCommand']('toggleImageCaption',(_0x5b1ac9,_0x2e9a9b)=>{const _0xb719e5=_0x2b6947['plugins']['get']('ImageCaptionUtils');let _0x1e6685=_0x3317ae['getClosestSelectedImageElement'](_0x2b6947['model']['document']['selection']),_0x2d3ac5=_0xb719e5['getCaptionFromImageModelElement'](_0x1e6685);_0x2b6947['model']['change'](()=>{if(_0x2d3ac5)return void _0x8da502['markDeletion'](_0x2b6947['model']['createRangeOn'](_0x2d3ac5));const _0xfebdcf=_0x3317ae['isBlockImage'](_0x1e6685);_0x5b1ac9(_0x2e9a9b),_0x1e6685=_0x3317ae['getClosestSelectedImageElement'](_0x2b6947['model']['document']['selection']),_0x2d3ac5=_0xb719e5['getCaptionFromImageModelElement'](_0x1e6685),_0x8da502['markInsertion'](_0x2b6947['model']['createRangeOn'](_0x2d3ac5),_0xfebdcf?null:'imageCaption');});}),_0x8da502['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0xa03f79));const _0x4dcf59=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x4e4d91(_0x5cf5fc,_0x1cdcf3){const _0x5227ac=_0x4dcf59['findIndex'](({type:_0x33a4df,subType:_0x466c89})=>_0x5cf5fc['type']==_0x33a4df&&_0x5cf5fc['subType']==_0x466c89),_0x537e6c=_0x4dcf59['findIndex'](({type:_0x361d6b,subType:_0x3359e9})=>_0x1cdcf3['type']==_0x361d6b&&_0x1cdcf3['subType']==_0x3359e9);if(_0x5227ac<0x0||_0x537e6c<0x0)return!0x1;const _0x3570e2=_0x5cf5fc['getFirstRange'](),_0x42a5f9=_0x1cdcf3['getFirstRange']();if((0x0==_0x5227ac||0x1==_0x5227ac)&&0x2==_0x537e6c&&_0x3570e2['isIntersecting'](_0x42a5f9))return!0x0;if(0x2==_0x5227ac&&0x3==_0x537e6c){const _0x5ac1c4=_0x8da502['_findSuggestions'](_0x3570e2,'insertion')['filter'](({suggestion:_0x254363,meta:_0x5aede6})=>_0x5aede6['isOwn']&&'convertInlineImageToBlock'==_0x254363['subType']);if(_0x5ac1c4['length']>0x1&&_0x42a5f9['end']['isEqual'](_0x3570e2['start']))return!0x0;if(0x1==_0x5ac1c4['length']&&(_0x3570e2['start']['isEqual'](_0x42a5f9['end'])||_0x3570e2['end']['isEqual'](_0x42a5f9['start'])))return!0x0;}if(0x3==_0x5227ac&&0x3==_0x537e6c&&_0x3570e2['start']['isBefore'](_0x42a5f9['start'])){const _0x34d09e=_0x3570e2['end']['nodeAfter'],_0x48477f=_0x42a5f9['start']['nodeBefore'];return _0x3317ae['isBlockImage'](_0x34d09e)&&_0x34d09e===_0x48477f;}return!0x1;}function _0xa03f79(_0x5bfb50,_0x17201d){return _0x4e4d91(_0x5bfb50,_0x17201d)?[_0x5bfb50,_0x17201d]:_0x4e4d91(_0x17201d,_0x5bfb50)?[_0x17201d,_0x5bfb50]:null;}_0x2b6947['plugins']['has']('ImageResize')&&(_0x8da502['enableDefaultAttributesIntegration']('resizeImage'),_0x8da502['descriptionFactory']['registerAttributeLabel']('resizedWidth',At(_0x3bcbec,'FORMAT_IMAGE_SIZE'))),_0x2b6947['plugins']['has']('ImageTextAlternativeEditing')&&_0x8da502['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x2b6947['plugins']['has']('PictureEditing')&&_0x8da502['descriptionFactory']['registerDescriptionCallback'](_0x52f7f4=>{if('attribute'!=_0x52f7f4['type'])return;const {data:_0xd3e7ef}=_0x52f7f4;return _0xd3e7ef&&'sources'==_0xd3e7ef['key']?{'type':'format','content':''}:void 0x0;}),_0x2b6947['plugins']['has']('ImageSizeAttributes')&&_0x8da502['descriptionFactory']['registerDescriptionCallback'](_0x4940df=>{if('attribute'!=_0x4940df['type'])return;const {data:_0x477ff8}=_0x4940df;return!_0x477ff8||'width'!=_0x477ff8['key']&&'height'!=_0x477ff8['key']?void 0x0:{'type':'format','content':''};}),_0x8da502['descriptionFactory']['registerDescriptionCallback'](_0x37f479=>{if(!!_0x4dcf59['find'](({type:_0x483ecc,subType:_0x10add8})=>_0x37f479['type']==_0x483ecc&&_0x37f479['subType']==_0x10add8))return _0x37f479['previous']?{}:void 0x0;}),_0x8da502['descriptionFactory']['registerDescriptionCallback'](_0x274066=>{if('insertion'==_0x274066['type']||'deletion'==_0x274066['type']){const _0x5b9911=_0x274066['getContainedElement']();if(_0x5b9911&&_0x5b9911['is']('element','caption'))return{'type':'insertion'==_0x274066['type']?'addObject':'removeObject','element':_0x5b9911,'quantity':0x1};}}),_0x8da502['descriptionFactory']['registerDescriptionCallback'](_0x3a5994=>'formatBlock'==_0x3a5994['type']&&'convertInlineImageToBlock'==_0x3a5994['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x3a5994['type']&&'convertBlockImageToInline'==_0x3a5994['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x8da502['descriptionFactory']['registerDescriptionCallback'](_0x51a271=>{if('attribute'!=_0x51a271['type'])return;const {data:_0x2d3c61}=_0x51a271;if(!_0x2d3c61||'alt'!=_0x2d3c61['key'])return;const _0x3c47b1=_0x2d3c61['newValue'];return _0x3c47b1?{'type':'format','content':At(_0x3bcbec,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x3c47b1+'\x22')}:{'type':'format','content':At(_0x3bcbec,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3410cc=this['editor'],_0x29c600=_0x3410cc['locale'];_0x3410cc['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1371bf=>{if('formatBlock'!=_0x1371bf['type']&&'formatInline'!=_0x1371bf['type'])return;const {data:_0x538aa6}=_0x1371bf;if(_0x538aa6){if('imageTextAlternative'==_0x538aa6['commandName']){const _0x48237b=_0x538aa6['commandParams'][0x0]['newValue'];return _0x48237b?{'type':'format','content':At(_0x29c600,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x48237b+'\x22')}:{'type':'format','content':At(_0x29c600,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x538aa6['commandName']){const _0x5a60c8=_0x538aa6['commandParams'][0x0]['width'];return _0x5a60c8?{'type':'format','content':At(_0x29c600,'*Set\x20image\x20width:*\x20%0',_0x5a60c8)}:{'type':'format','content':At(_0x29c600,'*Reset\x20image\x20width*')};}}});}}class se extends _0x35090c{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x1fe3a2=this['editor']['locale'],_0x5919a3=this['editor']['plugins']['get']('TrackChangesEditing');_0x5919a3['enableDefaultAttributesIntegration']('replaceImageSource'),_0x5919a3['descriptionFactory']['registerDescriptionCallback'](_0x4c1cc2=>{if('attribute'!=_0x4c1cc2['type'])return;const {data:_0x5448f9}=_0x4c1cc2;return _0x5448f9&&'src'==_0x5448f9['key']?_0x5448f9['newValue']&&_0x5448f9['oldValue']?{'type':'format','content':At(_0x1fe3a2,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x34ee6f=this['editor']['plugins']['get']('TrackChangesEditing');_0x34ee6f['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x34ee6f['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x34ee6f['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x34ee6f['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x42eaee=this['editor'],_0x409096=_0x42eaee['locale'];_0x42eaee['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x299410=>{if('formatBlock'!=_0x299410['type']&&'formatInline'!=_0x299410['type'])return;const {data:_0x15533d}=_0x299410;if(!_0x15533d||'replaceImageSource'!=_0x15533d['commandName'])return;return{'type':'format','content':At(_0x409096,'*Format:*\x20replace\x20image\x20URL')};});}}class re extends _0x35090c{['afterInit'](){const _0xead71e=this['editor'];if(!_0xead71e['plugins']['has']('ImageStyleEditing'))return;const _0x4057ff=_0xead71e['plugins']['get']('TrackChangesEditing'),_0x20a004=_0xead71e['plugins']['get']('ImageUtils'),_0x27069a={};_0x4057ff['enableCommand']('imageStyle',(_0x606f4,_0x1d3655)=>{const _0x5d28d5=_0xead71e['plugins']['get']('Users')['me'],_0x133350=_0xead71e['commands']['get']('imageStyle');let _0x5c33e4=_0x20a004['getClosestSelectedImageElement'](_0xead71e['model']['document']['selection']),_0x196db5=_0xead71e['model']['createRangeOn'](_0x5c33e4),_0xce4321=_0x133350['value'];if(_0xce4321==_0x1d3655['value'])return;const _0x34db3a={'commandName':'imageStyle','commandParams':[_0x1d3655],'formatGroupId':_0x5b022c()};_0xead71e['model']['change'](()=>{if(_0x4057ff['getSuggestions']()['filter'](_0xfc50a=>_0xfc50a['isInContent']&&_0x5d28d5==_0xfc50a['author']&&('formatBlock'==_0xfc50a['type']||'formatInline'==_0xfc50a['type'])&&('imageStylePreApply'==_0xfc50a['subType']||'imageStylePostApply'==_0xfc50a['subType'])&&_0xfc50a['getFirstRange']()['isEqual'](_0x196db5))['forEach'](_0x1861b5=>_0x4057ff['discardSuggestion'](_0x1861b5['head'])),_0x5c33e4=_0x20a004['getClosestSelectedImageElement'](_0xead71e['model']['document']['selection']),_0x196db5=_0xead71e['model']['createRangeOn'](_0x5c33e4),_0x133350['refresh'](),_0xead71e['commands']['get']('imageTypeInline')['refresh'](),_0xead71e['commands']['get']('imageTypeBlock')['refresh'](),_0xce4321=_0x133350['value'],_0xce4321!=_0x1d3655['value'])return _0x20a004['isInlineImage'](_0x5c33e4)&&_0x133350['shouldConvertImageType'](_0x1d3655['value'],_0x5c33e4)?(_0x606f4({..._0x1d3655,'setImageSizes':!0x1}),_0x5c33e4=_0x20a004['getClosestSelectedImageElement'](_0xead71e['model']['document']['selection']),void _0x4057ff['markBlockFormat'](_0x5c33e4,{..._0x34db3a,'commandReversedParams':[{'value':_0xce4321||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x20a004['isBlockImage'](_0x5c33e4)?_0x4057ff['markBlockFormat'](_0x5c33e4,_0x34db3a,[],'imageStylePostApply'):_0x4057ff['markInlineFormat'](_0x196db5,_0x34db3a,'imageStylePostApply'));});});for(const _0x4c2e93 of _0xead71e['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x27069a[_0x4c2e93['name']]=_0x4c2e93['title']['toLowerCase']();_0x4057ff['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x4057ff['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x4057ff['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x4057ff['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0xb52a80])=>{_0x20a004['setImageNaturalSizeAttributes'](_0xb52a80['getContainedElement']());}),_0x4057ff['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x12505c,_0xeab9cd)=>{_0x4057ff['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x12505c,{'commandName':_0xeab9cd['commandName'],'commandParams':_0xeab9cd['commandReversedParams']});}),_0x4057ff['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x5e922c,_0x54f9aa){if(_0x460acc(_0x5e922c,_0x54f9aa))return[_0x5e922c,_0x54f9aa];if(_0x460acc(_0x54f9aa,_0x5e922c))return[_0x54f9aa,_0x5e922c];return null;});const _0x1ef304=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x460acc(_0x6f945,_0x347a87){const _0x4b2a1b=_0x1ef304['findIndex'](({type:_0x436ae0,subType:_0xb9050a})=>_0x6f945['type']==_0x436ae0&&_0x6f945['subType']==_0xb9050a),_0x2694fe=_0x1ef304['findIndex'](({type:_0x55769b,subType:_0x952c7f})=>_0x347a87['type']==_0x55769b&&_0x347a87['subType']==_0x952c7f);if(_0x4b2a1b<0x0||_0x2694fe<0x0)return!0x1;const _0x30cfa3=_0x6f945['getFirstRange'](),_0x182129=_0x347a87['getFirstRange']();if((0x0==_0x4b2a1b||0x1==_0x4b2a1b)&&0x2==_0x2694fe&&_0x30cfa3['isIntersecting'](_0x182129))return!0x0;if(0x2==_0x4b2a1b&&0x3==_0x2694fe){const _0x3ef0e8=_0x4057ff['_findSuggestions'](_0x30cfa3,'insertion')['filter'](({suggestion:_0x2c4fdb,meta:_0x12f6dd})=>_0x12f6dd['isOwn']&&'convertInlineImageToBlock'==_0x2c4fdb['subType']);if(_0x3ef0e8['length']>0x1&&_0x182129['end']['isEqual'](_0x30cfa3['start']))return!0x0;if(0x1==_0x3ef0e8['length']&&(_0x30cfa3['start']['isEqual'](_0x182129['end'])||_0x30cfa3['end']['isEqual'](_0x182129['start'])))return!0x0;}if(0x3==_0x4b2a1b&&0x3==_0x2694fe&&_0x30cfa3['start']['isBefore'](_0x182129['start'])){const _0xf1bc54=_0x30cfa3['end']['nodeAfter'],_0x3ae048=_0x182129['start']['nodeBefore'];return _0x20a004['isBlockImage'](_0xf1bc54)&&_0xf1bc54===_0x3ae048;}return!0x1;}_0xead71e['model']['document']['registerPostFixer'](()=>{let _0x174322=!0x1;const _0x65f549=Array['from'](_0xead71e['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x39d5d2,data:_0xfe69c3}of _0x65f549){const {group:_0x64e727,type:_0x263f77,subType:_0x27b1bc,id:_0x3c1dc9}=_0x4dc3a3(_0x39d5d2);if('suggestion'==_0x64e727&&_0x4057ff['hasSuggestion'](_0x3c1dc9)){if('formatBlock'==_0x263f77&&('imageStylePreApply'==_0x27b1bc||'imageStylePostApply'==_0x27b1bc)){const _0x4b5ee0=_0x4057ff['getSuggestion'](_0x3c1dc9);if(_0xfe69c3['newRange']){const _0x325913=_0x4b5ee0['getFirstRange']()['getContainedElement']();if(_0x20a004['isBlockImage'](_0x325913))continue;_0x4057ff['discardSuggestion'](_0x4b5ee0),_0x174322=!0x0;}}if('insertion'==_0x263f77&&'imageCaption'==_0x27b1bc&&!_0xfe69c3['newRange']){const _0xcdfc6a=_0x4057ff['getSuggestion'](_0x3c1dc9);_0xcdfc6a['next']&&_0xcdfc6a['next']['isInContent']&&(_0x4057ff['discardSuggestion'](_0xcdfc6a['next']),_0x174322=!0x0);}}}return _0x174322;}),this['_registerLegacyDescription'](_0x27069a);}['_registerLegacyDescription'](_0xc1ad5f){const _0x28bbf9=this['editor'],_0x22d110=_0x28bbf9['locale'];_0x28bbf9['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1e74e5=>{if('formatBlock'!=_0x1e74e5['type']&&'formatInline'!=_0x1e74e5['type'])return;const {data:_0x183393}=_0x1e74e5;if(!_0x183393||'imageStyle'!=_0x183393['commandName'])return;const _0xe6b608=_0x183393['commandParams'][0x0]['value'];return _0x4c3821('side'===_0xe6b608?At(_0x22d110,'FORMAT_SIDE_IMAGE'):_0xc1ad5f[_0xe6b608]||_0xe6b608);function _0x4c3821(_0x5be3bb){return{'type':'format','content':At(_0x22d110,'*Format:*\x20%0',_0x5be3bb)};}});}}class oe extends _0x35090c{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0xa38f9b){super(_0xa38f9b),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x2a8393=this['editor'],_0x195f11=_0x2a8393['commands']['get']('importWord'),_0x275dcb=_0x2a8393['commands']['get']('trackChanges');_0x195f11&&(_0x195f11['on']('execute',(_0x54f4cc,[,_0x21a8dc])=>{this['_trackChangesValueDuringImport']=_0x275dcb['value'],_0x21a8dc['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x195f11,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x195f11,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x275dcb['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x2a8393['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x61ca0b,_0x2c5c47){const {suggestions:_0x1e85bb}=_0x2c5c47,_0xca1f6f=this['editor']['commands']['get']('trackChanges'),_0x121c37=_0xca1f6f['value'];this['_trackChangesValueDuringImport']!==_0x121c37&&(_0xca1f6f['execute'](),this['_trackChangesExecuted']=!0x0),_0x1e85bb&&_0x1e85bb['forEach'](({id:_0x37e2d8,type:_0x420bf6,author:_0x59f4ef,created_at:_0xde584c})=>{const _0x453ae1={'id':_0x37e2d8,'type':_0x420bf6,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x59f4ef,'createdAt':_0xde584c?new Date(_0xde584c):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x453ae1);});}}class ae extends _0x35090c{['afterInit'](){const _0x403932=this['editor'],_0x26348c=_0x403932['plugins']['get']('TrackChangesEditing');if(_0x403932['plugins']['has']('IndentEditing')&&(_0x26348c['enableCommand']('indent'),_0x26348c['enableCommand']('outdent')),_0x403932['plugins']['has']('IndentBlock')){for(const _0x58ef18 of['indentBlock','outdentBlock'])_0x26348c['enableDefaultAttributesIntegration'](_0x58ef18);if(_0x403932['plugins']['has']('ListEditing')){for(const _0x4d5221 of['indentBlockList','indentBlockListItem','outdentBlockList','outdentBlockListItem'])_0x26348c['enableDefaultAttributesIntegration'](_0x4d5221);}}const _0x2fcd0f=_0x403932['locale'];_0x26348c['descriptionFactory']['registerAttributeLabel']('blockIndent',At(_0x2fcd0f,'FORMAT_INDENT')),_0x26348c['descriptionFactory']['registerAttributeLabel']('blockIndentList',At(_0x2fcd0f,'FORMAT_INDENT')),_0x26348c['descriptionFactory']['registerAttributeLabel']('blockIndentListItem',At(_0x2fcd0f,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x537485=this['editor'],_0x2693a7=_0x537485['locale'],_0x45fdf9=_0x537485['plugins']['get']('TrackChangesEditing');_0x45fdf9['descriptionFactory']['registerDescriptionCallback'](_0x43dc6d=>{if('formatBlock'!=_0x43dc6d['type'])return;const {data:_0x2c8064}=_0x43dc6d;if(!_0x2c8064)return;if('indentBlock'!=_0x2c8064['commandName']&&'outdentBlock'!=_0x2c8064['commandName'])return;const _0x5c3a86=_0x43dc6d['getItems']()[0x0],_0x712de9=_0x45fdf9['descriptionFactory']['getItemLabel'](_0x5c3a86);return'indentBlock'==_0x2c8064['commandName']?{'type':'format','content':At(_0x2693a7,'*Indent:*\x20%0',_0x712de9)}:'outdentBlock'==_0x2c8064['commandName']?{'type':'format','content':At(_0x2693a7,'*Outdent:*\x20%0',_0x712de9)}:void 0x0;});}}class ce extends _0x35090c{static get['requires'](){return[ct];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class le extends _0x35090c{['afterInit'](){const _0x40d0cb=this['editor'];if(!_0x40d0cb['plugins']['has']('LinkEditing'))return;const _0x467f8a=_0x40d0cb['plugins']['get']('TrackChangesEditing'),_0x465ca0=_0x40d0cb['commands']['get']('link');_0x467f8a['enableDefaultAttributesIntegration']('link'),_0x467f8a['enableDefaultAttributesIntegration']('unlink');for(const _0x5de084 of _0x465ca0['manualDecorators'])_0x467f8a['descriptionFactory']['registerAttributeLabel'](_0x5de084['id'],'link\x20('+_0x5de084['label']['toLowerCase']()+')');_0x467f8a['descriptionFactory']['registerDescriptionCallback'](_0x1f5615=>{if('attribute'!=_0x1f5615['type'])return;const {data:_0xf4e9f8}=_0x1f5615;if(!_0xf4e9f8||'linkHref'!=_0xf4e9f8['key'])return;const _0x5cfd9a=_0xf4e9f8['newValue'],_0x492b24=_0x40d0cb['locale'];return{'type':'format','content':null==_0x5cfd9a?At(_0x492b24,'*Remove\x20link*'):At(_0x492b24,'*Set\x20link:*\x20%0','\x22'+_0x5cfd9a+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5d05cd=this['editor'],_0x3b267c=_0x5d05cd['locale'];_0x5d05cd['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x55c331=>{if('formatInline'!=_0x55c331['type'])return;const {data:_0x224ee2}=_0x55c331;if(_0x224ee2){if('link'==_0x224ee2['commandName']){const _0x1d6c9a=_0x224ee2['commandParams'][0x0];return{'type':'format','content':At(_0x3b267c,'*Set\x20link:*\x20%0','\x22'+_0x1d6c9a+'\x22')};}return'unlink'==_0x224ee2['commandName']?{'type':'format','content':At(_0x3b267c,'*Remove\x20link*')}:void 0x0;}});}}class ue extends _0x35090c{['afterInit'](){const _0x20ac12=this['editor'],_0x1898a=_0x20ac12['locale'];if(!_0x20ac12['plugins']['has']('LegacyListEditing'))return;const _0x364805=_0x20ac12['plugins']['get']('TrackChangesEditing'),_0x40b7fc=_0x20ac12['plugins']['has']('LegacyTodoListEditing');function _0x5dae24(_0x42191a){return()=>{const _0x59d6c5=_0x20ac12['model']['document']['selection'],_0x5b484a=_0x20ac12['commands']['get'](_0x42191a);if(_0x5b484a['value'])return void _0x20ac12['execute']('paragraph',{});const _0x2be702=_0x42191a['slice'](0x0,-0x4),_0x2f1217=function(_0x384a10,_0x13d68f,_0x5e2438){let _0x1cc75b=Array['from'](_0x384a10)['filter'](_0x870b6=>function(_0x597efc,_0x5baf6f){return _0x5baf6f['checkChild'](_0x597efc['parent'],'listItem')&&!_0x5baf6f['isObject'](_0x597efc);}(_0x870b6,_0x5e2438));_0x1cc75b=_0x1cc75b['filter'](_0x3c2e1f=>!_0x3c2e1f['is']('element','listItem')||_0x3c2e1f['getAttribute']('listType')!=_0x13d68f);const _0x1be390=new Set();for(const _0x2e64cd of _0x1cc75b)_0x2e64cd['is']('element','listItem')?_0x1be390['add'](he(_0x2e64cd)):_0x1be390['add'](_0x2e64cd);return Array['from'](_0x1be390);}(_0x59d6c5['getSelectedBlocks'](),_0x2be702,_0x20ac12['model']['schema']);_0x20ac12['model']['change'](()=>{for(const _0x3152b1 of _0x2f1217)_0x364805['markBlockFormat'](_0x3152b1,{'commandName':_0x42191a,'commandParams':[{'forceValue':!_0x5b484a['value']}],'formatGroupId':'blockName'},de(_0x3152b1));});};}function _0x152650(_0x4fda06){return()=>{const _0xa7aff0=function(_0x5c6f1e){let _0x5520cb=Array['from'](_0x5c6f1e);const _0x43f734=_0x5520cb['findIndex'](_0x539d41=>'listItem'!=_0x539d41['name']);return _0x43f734>-0x1&&(_0x5520cb=_0x5520cb['slice'](0x0,_0x43f734)),_0x5520cb;}(_0x20ac12['model']['document']['selection']['getSelectedBlocks']()),_0x5342a8=_0x20ac12['model']['createRange'](_0x20ac12['model']['createPositionAt'](_0xa7aff0[0x0],'before'),_0x20ac12['model']['createPositionAt'](_0xa7aff0[_0xa7aff0['length']-0x1],'end'));_0x20ac12['model']['change'](()=>{_0x364805['markBlockFormat'](_0x5342a8,{'commandName':_0x4fda06,'commandParams':[],'formatGroupId':'listIndent'},function(_0x16f60d){const _0x324156=new Set();for(const _0x33317f of _0x16f60d){let _0x3e6a46=_0x33317f['nextSibling'];for(;_0x3e6a46&&_0x3e6a46['getAttribute']('listIndent')>_0x33317f['getAttribute']('listIndent');)_0x324156['add'](_0x3e6a46),_0x3e6a46=_0x3e6a46['nextSibling'];}return Array['from'](_0x324156);}(_0xa7aff0));});};}_0x364805['enableCommand']('numberedList',_0x5dae24('numberedList')),_0x364805['enableCommand']('bulletedList',_0x5dae24('bulletedList')),_0x40b7fc&&_0x364805['enableCommand']('todoList',_0x5dae24('todoList')),_0x364805['enableCommand']('indentList',_0x152650('indentList')),_0x364805['enableCommand']('outdentList',_0x152650('outdentList')),_0x40b7fc&&_0x364805['enableCommand']('checkTodoList',()=>{const _0x47a564=_0x20ac12['commands']['get']('checkTodoList'),_0xbf845a=Array['from'](_0x47a564['_selectedElements']);_0xbf845a['filter'](_0x43cc44=>_0x43cc44['getAttribute']('todoListChecked')!=_0x47a564['value']),_0x20ac12['model']['change'](()=>{for(const _0x44cd3d of _0xbf845a)_0x364805['markBlockFormat'](_0x44cd3d,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x47a564['value']}]});});}),_0x364805['descriptionFactory']['registerElementLabel']('listItem',_0x1d54ac=>At(_0x1898a,'ELEMENT_LIST_ITEM',_0x1d54ac)),_0x364805['descriptionFactory']['registerDescriptionCallback'](_0x1c8b94=>{if('formatBlock'!=_0x1c8b94['type']&&'formatInline'!=_0x1c8b94['type'])return;const {data:_0x14220a}=_0x1c8b94;if(_0x14220a){if('numberedList'==_0x14220a['commandName']||'bulletedList'==_0x14220a['commandName']||'todoList'==_0x14220a['commandName'])switch(_0x14220a['commandName']['replace']('List','')){case'bulleted':return _0x5c18ca(At(_0x1898a,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x5c18ca(At(_0x1898a,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x5c18ca(At(_0x1898a,'ELEMENT_TODO_LIST'));}if('indentList'==_0x14220a['commandName'])return{'type':'format','content':At(_0x1898a,'*Indent:*\x20%0',At(_0x1898a,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x14220a['commandName'])return{'type':'format','content':At(_0x1898a,'*Outdent:*\x20%0',At(_0x1898a,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x14220a['commandName'])return _0x14220a['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x1898a,'*Check\x20item*')}:{'type':'format','content':At(_0x1898a,'*Uncheck\x20item*')};}function _0x5c18ca(_0x90752){return{'type':'format','content':At(_0x1898a,'*Change\x20to:*\x20%0',_0x90752)};}});}}function he(_0x2ac333){const _0x4f42c8=_0x2ac333['getAttribute']('listIndent');if(0x0==_0x4f42c8)return _0x2ac333;let _0x3e417a=_0x2ac333;for(;_0x2ac333['previousSibling']&&_0x2ac333['previousSibling']['is']('element','listItem');){const _0x2258ee=_0x2ac333['previousSibling']['getAttribute']('listIndent');if(_0x2258ee==_0x4f42c8)_0x3e417a=_0x2ac333['previousSibling'];else{if(_0x2258ee<_0x4f42c8)break;}_0x2ac333=_0x2ac333['previousSibling'];}return _0x3e417a;}function de(_0xb86052){const _0x438ff6=[];if(_0xb86052['is']('element','listItem')&&_0xb86052['getAttribute']('listIndent')>0x0){let _0x44e792=_0xb86052['nextSibling'];for(;_0x44e792&&'listItem'==_0x44e792['name']&&_0x44e792['getAttribute']('listIndent')==_0xb86052['getAttribute']('listIndent');)_0x438ff6['push'](_0x44e792),_0x44e792=_0x44e792['nextSibling'];}return _0x438ff6;}class fe extends _0x35090c{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x52061c=this['editor']['config']['get']('list.properties'),_0x2d4ef3=this['editor']['plugins']['get']('TrackChangesEditing');_0x52061c['styles']&&_0x2d4ef3['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x52061c['reversed']&&_0x2d4ef3['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x52061c['startIndex']&&_0x2d4ef3['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x2d4ef3['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x4a8738,_0x2eb780={}){const _0x4c082d=this['editor']['plugins']['get']('TrackChangesEditing'),_0x779a37=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x4c082d['markMultiRangeBlockFormat'](_0x779a37,{'commandName':'listStyle','commandParams':[{'type':_0x2eb780['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x1251e7,_0x17b360={}){const _0x1e289f=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3f7785=this['_getSuggestionBlocks'](_0x5f2d72=>_0x5f2d72['is']('element','listItem')&&'numbered'===_0x5f2d72['getAttribute']('listType'));if(_0x3f7785['length']<0x1)return;const _0x4ac1c5=_0x3f7785['map'](_0x4db8c1=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x4db8c1,'before'),this['editor']['model']['createPositionAt'](_0x4db8c1,0x0)));this['editor']['model']['change'](()=>{_0x1e289f['markMultiRangeBlockFormat'](_0x4ac1c5,{'commandName':'listReversed','commandParams':[{'reversed':_0x17b360['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x59b30c,_0x11e930={}){const _0x45157c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x256ac5=this['_getSuggestionBlocks'](_0x4135a7=>_0x4135a7['is']('element','listItem')&&'numbered'===_0x4135a7['getAttribute']('listType'));if(_0x256ac5['length']<0x1)return;const _0x4bcb99=_0x256ac5['map'](_0x53f149=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x53f149,'before'),this['editor']['model']['createPositionAt'](_0x53f149,0x0)));this['editor']['model']['change'](()=>{_0x45157c['markMultiRangeBlockFormat'](_0x4bcb99,{'commandName':'listStart','commandParams':[{'startIndex':_0x11e930['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x1ad18d){if('formatBlock'!=_0x1ad18d['type']&&'formatInline'!=_0x1ad18d['type'])return;const _0x29b19e=this['editor']['locale'],{data:_0x4e94a0}=_0x1ad18d;if(!_0x4e94a0)return;let _0x4b0ee4,_0x102fe4;switch(_0x4e94a0['commandName']){case'listStyle':_0x4b0ee4='*Change\x20to:*\x20%0',_0x102fe4={'type':'format','content':At(_0x29b19e,_0x4b0ee4,At(_0x29b19e,this['_getTranslationKeyForListStyle'](_0x4e94a0['commandParams'][0x0]['type'])))};break;case'listReversed':_0x4b0ee4=_0x4e94a0['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x102fe4={'type':'format','content':At(_0x29b19e,_0x4b0ee4)};break;case'listStart':_0x4b0ee4='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x102fe4={'type':'format','content':At(_0x29b19e,_0x4b0ee4,_0x4e94a0['commandParams'][0x0]['startIndex'])};}return _0x102fe4;}['_getSuggestionBlocksForListStyle'](){const _0x174bf6=this['editor']['plugins']['get']('LegacyListUtils');let _0x2ac72d=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x2ac72d[0x0]?.['is']('element','listItem')&&_0x2ac72d['unshift'](..._0x174bf6['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x2ac72d[_0x2ac72d['length']-0x1]?.['is']('element','listItem')&&_0x2ac72d['push'](..._0x174bf6['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x2ac72d=[...new Set(_0x2ac72d)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x2ac72d=_0x2ac72d['filter'](_0x3a4ff1=>_0x3a4ff1['is']('element','listItem'))),_0x2ac72d;}['_getSuggestionBlocks'](_0x441bf8){const _0x14f1d0=this['editor']['plugins']['get']('LegacyListUtils');let _0x33d1b2=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x441bf8)['map'](_0x5da4c4=>{const _0x19590f=this['editor']['model']['createPositionAt'](_0x5da4c4,0x0);return[..._0x14f1d0['getSiblingNodes'](_0x19590f,'backward'),..._0x14f1d0['getSiblingNodes'](_0x19590f,'forward')];})['flat']();return _0x33d1b2=[...new Set(_0x33d1b2)],_0x33d1b2;}['_getTranslationKeyForListStyle'](_0x21af3e){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x21af3e)||'default')['toUpperCase']()+'_LIST_'+_0x21af3e['toUpperCase']()['replace'](/-/g,'_');}}class ge extends _0x35090c{['afterInit'](){const _0x3ef1d3=this['editor'];if(!_0x3ef1d3['plugins']['has']('MediaEmbedEditing'))return;const _0x32fb27=_0x3ef1d3['plugins']['get']('TrackChangesEditing'),_0x62a177=_0x3ef1d3['locale'];_0x32fb27['enableCommand']('mediaEmbed'),_0x32fb27['descriptionFactory']['registerElementLabel']('media',_0x1fc0fa=>At(_0x62a177,'ELEMENT_MEDIA',_0x1fc0fa));}}class me extends _0x35090c{['afterInit'](){const _0x49a386=this['editor'];_0x49a386['plugins']['has']('MentionEditing')&&_0x49a386['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class Ee extends _0x35090c{['afterInit'](){const _0x32bd87=this['editor'];if(!_0x32bd87['plugins']['has']('MergeFieldsEditing'))return;const _0x24a518=_0x32bd87['plugins']['get']('TrackChangesEditing'),_0x31fd62=_0x32bd87['locale'];_0x24a518['enableCommand']('insertMergeField'),_0x24a518['enableCommand']('insertMergeFieldBlock'),_0x24a518['enableCommand']('insertMergeFieldImage'),_0x24a518['descriptionFactory']['registerElementLabel']('mergeField',_0x55c07d=>At(_0x31fd62,'ELEMENT_MERGE_FIELD',_0x55c07d)),_0x24a518['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x375623=>At(_0x31fd62,'ELEMENT_MERGE_FIELD',_0x375623)),_0x24a518['descriptionFactory']['registerDescriptionCallback'](_0x317555=>{if('insertion'!=_0x317555['type']&&'deletion'!=_0x317555['type'])return;const _0x99f1e9=_0x317555['getContainedElement']();if(null==_0x99f1e9)return;const _0x2edb62=_0x32bd87['plugins']['get']('MergeFieldsEditing');let _0x1933b6;switch(_0x2edb62['getMergeFieldType'](_0x99f1e9)){case null:return;case'image':{const _0x454398=_0x2edb62['unwrapAffixes'](_0x99f1e9['getAttribute']('src'));_0x1933b6=_0x2edb62['getLabel'](_0x454398)||_0x454398;break;}default:{const _0x55f323=_0x99f1e9['getAttribute']('id');_0x1933b6=_0x2edb62['getLabel'](_0x55f323)||_0x55f323;break;}}return'insertion'==_0x317555['type']?{'type':'insertion','content':At(_0x31fd62,'*Insert:*\x20%0','\x22'+_0x1933b6+'\x22\x20'+At(_0x31fd62,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':At(_0x31fd62,'*Remove:*\x20%0','\x22'+_0x1933b6+'\x22\x20'+At(_0x31fd62,'ELEMENT_MERGE_FIELD'))};});}}class Te extends _0x35090c{['afterInit'](){const _0x16ccc5=this['editor'],_0x56016b=_0x16ccc5['plugins']['get']('TrackChangesEditing');_0x16ccc5['plugins']['has']('MultiLevelList')&&(_0x56016b['enableDefaultAttributesIntegration']('multiLevelList'),_0x56016b['descriptionFactory']['registerDescriptionCallback'](_0x5c9914=>this['handleDescriptions'](_0x5c9914)));}['handleDescriptions'](_0x3b5ce8){const _0x1752ce=this['editor']['locale'],{data:_0x4df0f5}=_0x3b5ce8,_0x610edb={'type':'format','content':''};if(_0x4df0f5&&'listMarkerStyle'==_0x4df0f5['key']){if(!_0x4df0f5['oldValue'])return{'type':'format','content':At(_0x1752ce,'*Set\x20format:*\x20%0',At(_0x1752ce,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x4df0f5['newValue']+')'};if(!_0x4df0f5['newValue']){let _0x5b0641=_0x3b5ce8['head'];for(;_0x5b0641;){if(_0x5b0641['data']&&'listType'==_0x5b0641['data']['key']&&_0x5b0641['data']['newValue'])return _0x610edb;_0x5b0641=_0x5b0641['next'];}return{'type':'format','content':At(_0x1752ce,'*Remove\x20format:*\x20%0',At(_0x1752ce,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x4df0f5['oldValue']+')'};}}}}class _e extends _0x35090c{['afterInit'](){const _0x2be774=this['editor'];if(!_0x2be774['plugins']['has']('PageBreakEditing'))return;_0x2be774['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x2207b3=_0x2be774['plugins']['get']('TrackChangesEditing'),_0x46cd0a=_0x2be774['locale'];_0x2207b3['descriptionFactory']['registerElementLabel']('pageBreak',_0x1e5b53=>At(_0x46cd0a,'ELEMENT_PAGE_BREAK',_0x1e5b53));}}class pe extends _0x35090c{['afterInit'](){const _0x103558=this['editor'];if(!_0x103558['plugins']['has']('Paragraph'))return;const _0x5c810a=_0x103558['locale'],_0x19e659=_0x103558['plugins']['get']('TrackChangesEditing');_0x19e659['descriptionFactory']['registerElementLabel']('paragraph',_0x37dbdb=>At(_0x5c810a,'ELEMENT_PARAGRAPH',_0x37dbdb)),_0x19e659['enableDefaultAttributesIntegration']('paragraph'),_0x19e659['enableCommand']('insertParagraph');const _0x4ae943=_0x19e659['descriptionFactory'];_0x4ae943['registerDescriptionCallback'](_0x58c002=>{if('insertion'!==_0x58c002['type'])return;const {start:_0x4d6a21,end:_0x2332c5}=_0x58c002['getFirstRange']();if(!_0x4d6a21['isTouching'](_0x2332c5)||!_0x4d6a21['nodeAfter'])return;const _0x193c22=_0x103558['model']['schema'],_0x63dbee=_0x4d6a21['nodeAfter'];return _0x193c22['isBlock'](_0x63dbee)&&!_0x193c22['isLimit'](_0x63dbee)&&_0x193c22['checkChild'](_0x63dbee,'$text')?{'type':'insertion','content':At(_0x5c810a,'*Insert:*\x20%0',_0x4ae943['getItemLabel'](_0x63dbee,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1533cf=this['editor'],_0x240038=_0x1533cf['locale'];_0x1533cf['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5a4772=>{if('formatBlock'!=_0x5a4772['type'])return;const {data:_0x3b2c52}=_0x5a4772;return _0x3b2c52&&'paragraph'==_0x3b2c52['commandName']?{'type':'format','content':At(_0x240038,'*Change\x20to:*\x20%0',At(_0x240038,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}class Le extends _0x35090c{['afterInit'](){const _0x53fe78=this['editor'];_0x53fe78['commands']['get']('replaceSource')&&_0x53fe78['plugins']['get']('TrackChangesEditing')['enableCommand']('replaceSource');}}class Ie extends _0x35090c{['afterInit'](){const _0x378f5d=this['editor'];if(!_0x378f5d['plugins']['has']('RemoveFormatEditing'))return;_0x378f5d['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x15de6c=this['editor'];_0x15de6c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3a7cb1=>{if('formatBlock'!=_0x3a7cb1['type']&&'formatInline'!=_0x3a7cb1['type'])return;const {data:_0x493d1c}=_0x3a7cb1;return _0x493d1c&&'removeFormat'==_0x493d1c['commandName']?{'type':'format','content':At(_0x15de6c['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class be extends _0x35090c{['afterInit'](){const _0x1bdc04=this['editor'];if(!_0x1bdc04['plugins']['has']('RestrictedEditingModeEditing'))return;const _0xba394e=_0x1bdc04['plugins']['get']('TrackChangesEditing');_0xba394e['enableCommand']('goToPreviousRestrictedEditingException'),_0xba394e['enableCommand']('goToNextRestrictedEditingException');const _0x4a7b27=_0x1bdc04['plugins']['get']('RestrictedEditingModeEditing');_0x4a7b27['enableCommand']('trackChanges'),_0x4a7b27['enableCommand']('acceptSuggestion'),_0x4a7b27['enableCommand']('discardSuggestion'),_0x4a7b27['enableCommand']('acceptAllSuggestions'),_0x4a7b27['enableCommand']('discardAllSuggestions'),_0x4a7b27['enableCommand']('acceptSelectedSuggestions'),_0x4a7b27['enableCommand']('discardSelectedSuggestions');}}class Ae extends _0x35090c{['afterInit'](){const _0x4a3337=this['editor'];if(!_0x4a3337['plugins']['has']('ShiftEnter'))return;const _0xd5688a=_0x4a3337['plugins']['get']('TrackChangesEditing');_0xd5688a['enableCommand']('shiftEnter'),_0xd5688a['descriptionFactory']['registerElementLabel']('softBreak',_0xc64930=>At(_0x4a3337['locale'],'ELEMENT_LINE_BREAK',_0xc64930));}}function ke(_0x305c45,_0x34c0bc,_0x4ae8ff){const _0x11803e=[];for(const _0x77b587 of _0x34c0bc['getItems']())_0x77b587['hasAttribute'](_0x305c45)&&_0x11803e['push'](_0x4ae8ff['createRangeOn'](_0x77b587));return _0x11803e;}class Ce extends _0x35090c{['afterInit'](){const _0x4d78f0=this['editor'],_0x203797=_0x4d78f0['plugins']['get']('TrackChangesEditing');_0x4d78f0['plugins']['has']('StandardEditingModeEditing')&&(this['_enableEditingExceptionCommand'](),this['_enableEditingExceptionBlockCommand'](),_0x203797['enableCommand']('restrictedEditingExceptionAuto'));}['_enableEditingExceptionCommand'](){const _0x37c715=this['editor'],_0x132a52=_0x37c715['model'],_0x1899c1=_0x37c715['locale'],_0x19028c=_0x37c715['plugins']['get']('TrackChangesEditing'),_0x593dec='restrictedEditingException',_0x23fa1f=_0x37c715['commands']['get'](_0x593dec);_0x19028c['enableCommand'](_0x593dec,(_0x494a7a,_0x2af4d6={})=>{const _0x1c0019=_0x132a52['document']['selection'];if(_0x1c0019['isCollapsed'])return void _0x494a7a(_0x2af4d6);const _0x54fa89=void 0x0!==_0x2af4d6['forceValue']?_0x2af4d6['forceValue']:!_0x23fa1f['value'];_0x132a52['change'](()=>{const _0x197faf=Array['from'](_0x1c0019['getRanges']());for(const _0x447cca of _0x197faf){const _0x585388=_0x54fa89?[_0x447cca]:ke(_0x593dec,_0x447cca,_0x132a52);for(const _0x432781 of _0x585388)_0x19028c['markInlineFormat'](_0x432781,{'commandName':_0x593dec,'commandParams':[{'forceValue':_0x54fa89}]});}});}),_0x19028c['descriptionFactory']['registerDescriptionCallback'](_0x224dac=>{if('formatBlock'!=_0x224dac['type']&&'formatInline'!=_0x224dac['type'])return;const {data:_0x245fbf}=_0x224dac;return _0x245fbf&&_0x245fbf['commandName']==_0x593dec?_0x245fbf['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x1899c1,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':At(_0x1899c1,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}['_enableEditingExceptionBlockCommand'](){const _0x56b7b3=this['editor'],_0x199839=_0x56b7b3['locale'],_0x2f78d4=_0x56b7b3['plugins']['get']('TrackChangesEditing'),_0x1ade12='restrictedEditingExceptionBlock',_0x2df18e=this['editor']['commands']['get'](_0x1ade12);_0x2f78d4['enableCommand'](_0x1ade12,(_0xc3925a,_0xe6b71f={})=>{const _0x36e1c2=this['editor']['model']['document']['selection'],_0x4434d3=_0xe6b71f&&void 0x0!==_0xe6b71f['forceValue']?_0xe6b71f['forceValue']:!_0x2df18e['value'];let _0x1ee8ef=[];if(_0x4434d3){const _0x520459=Array['from'](_0x36e1c2['getSelectedBlocks']())['filter'](_0x1f6a0b=>function(_0x1e7d01){return!!_0x1e7d01['findAncestor']('restrictedEditingException',{'includeSelf':!0x0});}(_0x1f6a0b)||function(_0x2e4f84,_0x2fcad5){const _0x34c7c9=_0x2fcad5['createContext'](_0x2e4f84['parent']);if(!_0x2fcad5['checkChild'](_0x34c7c9,'restrictedEditingException'))return!0x1;if(!_0x2fcad5['checkChild'](_0x34c7c9['push']('restrictedEditingException'),_0x2e4f84))return!0x1;return!0x0;}(_0x1f6a0b,this['editor']['model']['schema']));_0x1ee8ef=Tt(_0x520459,_0x56b7b3['model']);}else{const _0x3161e7=Array['from'](_0x36e1c2['getSelectedBlocks']())['map'](_0x4db61d=>function(_0x431a11){let _0x4b8961=_0x431a11;for(;_0x4b8961['parent'];){if('restrictedEditingException'==_0x4b8961['parent']['name'])return _0x4b8961;_0x4b8961=_0x4b8961['parent'];}return null;}(_0x4db61d))['filter'](_0x1172a5=>!!_0x1172a5);_0x1ee8ef=Tt(_0x3161e7,_0x56b7b3['model']);}_0x56b7b3['model']['change'](()=>{for(const _0x27f2be of _0x1ee8ef)_0x2f78d4['markBlockFormat'](_0x27f2be,{'commandName':_0x1ade12,'commandParams':[{'forceValue':_0x4434d3}]});});}),_0x2f78d4['descriptionFactory']['registerDescriptionCallback'](_0x37c465=>{const {data:_0x1adcb7}=_0x37c465;if(_0x1adcb7&&_0x1adcb7['commandName']==_0x1ade12)return _0x1adcb7['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x199839,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':At(_0x199839,'FORMAT_RESTRICTED_DISABLED')};});}}class ye extends _0x35090c{['afterInit'](){const _0x1d5883=this['editor'];if(!_0x1d5883['plugins']['has']('Style')||!_0x1d5883['plugins']['has']('DataSchema'))return;const _0x50c465=_0x1d5883['plugins']['get']('TrackChangesEditing'),_0x2c6d17=_0x1d5883['locale'],_0x1d1e8d=_0x1d5883['config']['get']('style')||{},_0x3d5a99=_0x1d5883['plugins']['get']('GeneralHtmlSupport'),_0x3a1375=_0x1d5883['plugins']['get']('StyleUtils')['normalizeConfig'](_0x1d5883['plugins']['get']('DataSchema'),_0x1d1e8d['definitions']);_0x50c465['enableDefaultAttributesIntegration']('style');const _0x713feb=new Set();for(const _0x20afed of _0x3a1375['block']){const _0xe2bea4=_0x3d5a99['getGhsAttributeNameForElement'](_0x20afed['element']);_0x713feb['add'](_0xe2bea4);}const _0x25c944=new Set();for(const _0xad68b7 of _0x3a1375['inline']){const _0x3410b9=_0x3d5a99['getGhsAttributeNameForElement'](_0xad68b7['element']);_0x25c944['add'](_0x3410b9);for(const _0x16ce4b of _0xad68b7['ghsAttributes'])_0x25c944['add'](_0x16ce4b);}for(const _0x8322ca of _0x713feb)_0x50c465['descriptionFactory']['registerAttributeLabel'](_0x8322ca,At(_0x2c6d17,'FORMAT_STYLE'));for(const _0x564530 of _0x25c944)_0x50c465['descriptionFactory']['registerAttributeLabel'](_0x564530,At(_0x2c6d17,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x243d12=this['editor'],_0x1bdb20=_0x243d12['locale'];_0x243d12['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x15a68b=>{if('formatBlock'!=_0x15a68b['type']&&'formatInline'!=_0x15a68b['type'])return;const {data:_0x1512fc}=_0x15a68b;return _0x1512fc&&'style'===_0x1512fc['commandName']?_0x1512fc['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x1bdb20,'*Set\x20format:*\x20%0',_0x1512fc['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':At(_0x1bdb20,'*Remove\x20format:*\x20%0',_0x1512fc['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class Ne extends _0x35090c{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0xf37e79){super(_0xf37e79),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0xa24db9=this['editor'],_0x49ada1=_0xa24db9['model']['document']['selection'];if(!_0xa24db9['plugins']['has']('TableEditing'))return;const _0x38fd60=_0xa24db9['locale'],_0x276ea6=_0xa24db9['plugins']['get']('TrackChangesEditing'),_0xaad5ec=_0xa24db9['plugins']['get']('TableUtils');_0x276ea6['descriptionFactory']['registerElementLabel']('table',_0x4c1d42=>At(_0x38fd60,'ELEMENT_TABLE',_0x4c1d42)),this['_setupColumnsRowsFixing'](),_0x276ea6['enableCommand']('insertTable'),_0x276ea6['enableCommand']('selectTableRow'),_0x276ea6['enableCommand']('selectTableColumn');for(const _0x15de8f of['insertTableRowAbove','insertTableRowBelow']){const _0x40bda4=_0xa24db9['commands']['get'](_0x15de8f);_0x276ea6['enableCommand'](_0x15de8f,_0x490d45=>{_0xa24db9['model']['change'](_0x1c4031=>{_0x490d45();const _0x127672='above'===_0x40bda4['order'],_0x5a654d=_0xaad5ec['getSelectionAffectedTableCells'](_0x49ada1),_0x28f86f=_0xaad5ec['getRowIndexes'](_0x5a654d),_0x41e9a5=_0x127672?_0x28f86f['first']-0x1:_0x28f86f['last']+0x1,_0x25c71b=_0x5a654d[0x0]['findAncestor']('table'),_0x1df8f5=_0xaad5ec['createTableWalker'](_0x25c71b,{'startRow':_0x41e9a5,'endRow':_0x41e9a5}),_0x171759=Array['from'](_0x1df8f5)['map'](_0x3d35ce=>_0x1c4031['createRangeOn'](_0x3d35ce['cell']));_0x276ea6['markMultiRangeInsertion'](_0x171759,'tableRow');});});}for(const _0x8b4578 of['insertTableColumnLeft','insertTableColumnRight']){const _0x5f25d6=_0xa24db9['commands']['get'](_0x8b4578);_0x276ea6['enableCommand'](_0x8b4578,_0x59ea5a=>{_0xa24db9['model']['change'](_0x116490=>{_0x59ea5a();const _0x54d8d7='left'===_0x5f25d6['order'],_0x165594=_0xaad5ec['getSelectionAffectedTableCells'](_0x49ada1),_0x2ce39c=_0xaad5ec['getColumnIndexes'](_0x165594),_0x69e9bd=_0x54d8d7?_0x2ce39c['first']-0x1:_0x2ce39c['last']+0x1,_0x3faa04=_0x165594[0x0]['findAncestor']('table'),_0x2e758e=_0xaad5ec['createTableWalker'](_0x3faa04,{'startRow':0x0,'column':_0x69e9bd,'includeAllSlots':!0x1}),_0x2c926b=Array['from'](_0x2e758e)['map'](_0x3a9112=>_0x116490['createRangeOn'](_0x3a9112['cell']));_0x276ea6['markMultiRangeInsertion'](_0x2c926b,'tableColumn');});});}for(const _0x42de9e of['removeTableRow','removeTableColumn']){const _0x331071=_0x42de9e['substr'](0xb),_0x1bcba2=_0x331071['toLowerCase'](),_0x5b7d27=_0x1bcba2['substr'](0x0,0x3)+'span',_0x47c3d9='table'+_0x331071,_0xcc60e6='min'+_0x331071,_0x4d1abe='max'+_0x331071;_0x276ea6['enableCommand'](_0x42de9e,()=>{_0xa24db9['model']['change'](_0x38ba5d=>{const _0x42878d=_0xaad5ec['getSelectionAffectedTableCells'](_0x49ada1),_0x1e2b9f=_0x42878d[0x0]['findAncestor']('table');let _0x305f82;if('removeTableRow'==_0x42de9e){const _0x2a6de5=_0xaad5ec['getRowIndexes'](_0x42878d);_0x305f82={'startRow':_0x2a6de5['first'],'endRow':_0x2a6de5['last'],'includeAllSlots':!0x0};}else{const _0x57b3ea=_0xaad5ec['getColumnIndexes'](_0x42878d);_0x305f82={'startColumn':_0x57b3ea['first'],'endColumn':_0x57b3ea['last'],'includeAllSlots':!0x0};}const _0x4524e2=_0xaad5ec['createTableWalker'](_0x1e2b9f,_0x305f82),_0x49f7cb=Array['from'](_0x4524e2)['map'](({cell:_0x5dc417})=>_0x5dc417),_0x29ab7c=Re(_0x49f7cb['filter'](_0xcf1018=>_0xcf1018['hasAttribute'](_0x5b7d27))),_0x1223a4=Re(_0x49f7cb['filter'](_0x420c40=>!_0x420c40['hasAttribute'](_0x5b7d27)))['map'](_0x42ed80=>_0x38ba5d['createRangeOn'](_0x42ed80)),_0x57a3f1=_0x276ea6['markMultiRangeDeletion'](_0x1223a4,_0x47c3d9);if(_0x57a3f1&&('tableRow'==_0x57a3f1['subType']||'tableColumn'==_0x57a3f1['subType'])){const _0x571a15=this['_getSuggestionCoords'](_0x57a3f1);for(const _0x4b7c5b of _0x29ab7c){const _0xf6a5f0=_0x38ba5d['createRangeOn'](_0x4b7c5b),_0x9a1102=_0xaad5ec['getCellLocation'](_0x4b7c5b),_0x4825a7=_0x4b7c5b['getAttribute'](_0x5b7d27)-0x1,_0x50c598=_0x571a15[_0xcc60e6],_0x517a5d=_0x571a15[_0x4d1abe];_0x50c598<=_0x9a1102[_0x1bcba2]&&_0x9a1102[_0x1bcba2]+_0x4825a7<=_0x517a5d&&_0x57a3f1['addRange'](_0xf6a5f0);}}});});}function _0x5e84ce(_0x31993f){const _0x3511f8=Array['from'](_0x49ada1['getRanges']())['map'](_0x2cb842=>_0x5817c4['fromRange'](_0x2cb842));_0xa24db9['model']['change'](_0x168efe=>{const _0x2d4ff7=_0x168efe['batch'];_0x31993f=_0x31993f['filter'](_0x2a37aa=>'$graveyard'!=_0x2a37aa['root']['rootName']),_0x168efe['setSelection'](_0x31993f),_0xa24db9['commands']['get']('removeTableRow')['refresh'](),_0xa24db9['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0xa24db9['model']['enqueueChange'](()=>{_0xa24db9['model']['enqueueChange'](_0x2d4ff7,_0x20a58a=>{const _0x2c2e56=_0x3511f8['filter'](_0xdaec8a=>'$graveyard'!=_0xdaec8a['root']['rootName']);_0x2c2e56['length']>0x0&&_0x20a58a['setSelection'](_0x2c2e56);for(const _0x3db2c9 of _0x3511f8)_0x3db2c9['detach']();});});});}function _0x4ca8a4(_0x479fe9){_0xa24db9['model']['change'](_0x5f4eae=>{const _0x1c7bdc=Array['from'](_0x49ada1['getRanges']())['map'](_0x5019ba=>_0x5817c4['fromRange'](_0x5019ba)),_0x6e3f69=[];for(const _0x2ae2ee of _0x479fe9)for(const _0x793b35 of _0x2ae2ee['getItems']({'shallow':!0x0}))_0x6e3f69['push'](_0x793b35);for(const _0x28c705 of _0x6e3f69)'$graveyard'!=_0x28c705['root']['rootName']&&(_0x5f4eae['setSelection'](_0x5f4eae['createPositionAt'](_0x28c705,0x0)),_0xa24db9['commands']['get']('removeTableColumn')['refresh'](),_0xa24db9['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x5e5eba=_0x1c7bdc['filter'](_0x2c69f3=>'$graveyard'!=_0x2c69f3['root']['rootName']);_0x5e5eba['length']>0x0&&_0x5f4eae['setSelection'](_0x5e5eba);for(const _0x365234 of _0x1c7bdc)_0x365234['detach']();});}function _0x238fa4(_0x2e3cfe,_0x2fa515){return _0x2fa515['every'](_0x43c77c=>_0x2e3cfe['some'](_0x19d66b=>_0x19d66b['end']['isEqual'](_0x43c77c['start'])||_0x43c77c['end']['isEqual'](_0x19d66b['start'])));}function _0x1e0f38(_0x13ebc8,_0x5a9dcb){return!_0x13ebc8['some'](_0x3d9453=>_0x5a9dcb['some'](_0x18d5e1=>_0x3d9453['isIntersecting'](_0x18d5e1)))&&_0x13ebc8['some'](_0xd1a667=>_0x5a9dcb['some'](_0x3d77d5=>_0xd1a667['end']['isTouching'](_0x3d77d5['start'])));}_0x276ea6['descriptionFactory']['registerDescriptionCallback'](_0x4a3fed=>{if('insertion'!=_0x4a3fed['type']&&'deletion'!=_0x4a3fed['type'])return;const _0x122575=_0x4a3fed['getContainedElement']();if(null!=_0x122575&&_0x122575['is']('element','table')){if('insertion'==_0x4a3fed['type']){const _0x2f7150=_0x4a3fed['getItems']()['filter'](_0x5c098c=>_0x5c098c['is']('$textProxy'))['map'](_0x4b8240=>_0x4b8240['data']);if(_0x2f7150['length'])return{'type':'insertion','content':At(_0x38fd60,'*Insert:*\x20%0',At(_0x38fd60,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x2f7150['join']('\x20')+'\x22'))};}if('deletion'==_0x4a3fed['type']){const _0x36b868=_0x4a3fed['getItems']()['filter'](_0x537758=>_0x537758['is']('$textProxy'))['map'](_0x329298=>_0x329298['data']);if(_0x36b868['length'])return{'type':'deletion','content':At(_0x38fd60,'*Remove:*\x20%0',At(_0x38fd60,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x36b868['join']('\x20')+'\x22'))};}}}),_0x276ea6['descriptionFactory']['registerDescriptionCallback'](_0x4cfb4a=>{if('tableRow'==_0x4cfb4a['subType']){const _0x51b591=_0x4cfb4a['getItems']()['filter'](_0x3104fe=>_0x3104fe['is']('$textProxy'))['map'](_0x2b7b48=>_0x2b7b48['data']),_0x31b4ce=this['_getSuggestionCoords'](_0x4cfb4a),_0x105012=_0x31b4ce['maxRow']-_0x31b4ce['minRow']+0x1;if('insertion'==_0x4cfb4a['type'])return _0x51b591['length']?{'type':'insertion','content':At(_0x38fd60,'*Insert:*\x20%0',At(_0x38fd60,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x105012,'\x22'+_0x51b591['join']('\x20')+'\x22']))}:{'type':'insertion','content':At(_0x38fd60,'*Insert:*\x20%0',At(_0x38fd60,'ELEMENT_TABLE_ROW',_0x105012))};if('deletion'==_0x4cfb4a['type'])return _0x51b591['length']?{'type':'deletion','content':At(_0x38fd60,'*Remove:*\x20%0',At(_0x38fd60,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x105012,'\x22'+_0x51b591['join']('\x20')+'\x22']))}:{'type':'deletion','content':At(_0x38fd60,'*Remove:*\x20%0',At(_0x38fd60,'ELEMENT_TABLE_ROW',_0x105012))};}if('tableColumn'==_0x4cfb4a['subType']){const _0x2a7486=_0x4cfb4a['getItems']()['filter'](_0x303233=>_0x303233['is']('$textProxy'))['map'](_0x21b8f4=>_0x21b8f4['data']),_0x2ff7a6=this['_getSuggestionCoords'](_0x4cfb4a),_0x1a225b=_0x2ff7a6['maxColumn']-_0x2ff7a6['minColumn']+0x1;if('insertion'==_0x4cfb4a['type'])return _0x2a7486['length']?{'type':'insertion','content':At(_0x38fd60,'*Insert:*\x20%0',At(_0x38fd60,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x1a225b,'\x22'+_0x2a7486['join']('\x20')+'\x22']))}:{'type':'insertion','content':At(_0x38fd60,'*Insert:*\x20%0',At(_0x38fd60,'ELEMENT_TABLE_COLUMN',_0x1a225b))};if('deletion'==_0x4cfb4a['type'])return _0x2a7486['length']?{'type':'deletion','content':At(_0x38fd60,'*Remove:*\x20%0',At(_0x38fd60,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x1a225b,'\x22'+_0x2a7486['join']('\x20')+'\x22']))}:{'type':'deletion','content':At(_0x38fd60,'*Remove:*\x20%0',At(_0x38fd60,'ELEMENT_TABLE_COLUMN',_0x1a225b))};}}),_0x276ea6['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x5e84ce),_0x276ea6['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x5e84ce),_0x276ea6['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x4ca8a4),_0x276ea6['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x4ca8a4),_0x276ea6['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x238fa4),_0x276ea6['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x238fa4),_0x276ea6['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x1e0f38),_0x276ea6['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x1e0f38);}['_acceptFormatSuggestionCallbackFactory'](){const _0x37dc31=this['editor'],_0x2f49c0=_0x37dc31['model']['document']['selection'];return(_0x5e148e,_0x206dd7)=>{_0x37dc31['model']['change'](_0x1980d2=>{const {commandName:_0x2870ad,commandParams:_0x1cce61}=_0x206dd7;let _0x59cce6=_0x5e148e[0x0]['end']['nodeBefore'];_0x1cce61&&_0x1cce61[0x0]&&!0x1===_0x1cce61[0x0]['forceValue']&&(_0x59cce6=_0x5e148e[0x0]['start']['nodeAfter']);const _0x12cbe1=_0x1980d2['createRangeIn'](_0x59cce6);if('$graveyard'==_0x12cbe1['root']['rootName'])return;const _0x494bec=Array['from'](_0x2f49c0['getRanges']())['map'](_0x5f2d6b=>_0x5817c4['fromRange'](_0x5f2d6b));_0x1980d2['setSelection'](_0x12cbe1),_0x37dc31['commands']['get'](_0x2870ad)['refresh'](),_0x1cce61['push']({'forceDefaultExecution':!0x0}),_0x37dc31['execute'](_0x2870ad,..._0x1cce61);const _0x15d7d9=_0x494bec['filter'](_0x17ed84=>'$graveyard'!=_0x17ed84['root']['rootName']);_0x15d7d9['length']>0x0&&_0x1980d2['setSelection'](_0x15d7d9);for(const _0x2f06cc of _0x494bec)_0x2f06cc['detach']();});};}['_getCoordsForCells'](_0x7112e5){const _0x2d3a0b=this['editor']['plugins']['get']('TableUtils');let _0x4371f4=Number['MAX_SAFE_INTEGER'],_0x1e17d0=Number['MIN_SAFE_INTEGER'],_0x439e15=Number['MAX_SAFE_INTEGER'],_0x125373=Number['MIN_SAFE_INTEGER'];for(const _0xa41f66 of _0x7112e5){if('$graveyard'==_0xa41f66['root']['rootName'])continue;const {row:_0x28e518,column:_0x18c0f9}=_0x2d3a0b['getCellLocation'](_0xa41f66),_0x12017f=_0xa41f66['hasAttribute']('rowspan')?_0xa41f66['getAttribute']('rowspan')-0x1:0x0,_0x343600=_0xa41f66['hasAttribute']('colspan')?_0xa41f66['getAttribute']('colspan')-0x1:0x0;_0x4371f4=_0x28e518<_0x4371f4?_0x28e518:_0x4371f4,_0x1e17d0=_0x28e518+_0x12017f>_0x1e17d0?_0x28e518+_0x12017f:_0x1e17d0,_0x439e15=_0x18c0f9<_0x439e15?_0x18c0f9:_0x439e15,_0x125373=_0x18c0f9+_0x343600>_0x125373?_0x18c0f9+_0x343600:_0x125373;}return{'minRow':_0x4371f4,'maxRow':_0x1e17d0,'minColumn':_0x439e15,'maxColumn':_0x125373};}['_setupColumnsRowsFixing'](){const _0x34f0e0=this['editor'],_0x2fc544=_0x34f0e0['plugins']['get']('TrackChangesEditing'),_0x563778=_0x34f0e0['plugins']['get']('TableUtils');_0x34f0e0['model']['document']['on']('change:data',()=>{const _0x2c2d79=Array['from'](_0x34f0e0['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x28bf55,data:_0x1fa0ed}of _0x2c2d79){const {group:_0x2c7d20,id:_0x24c371,subType:_0x22c13f}=_0x4dc3a3(_0x28bf55);if('suggestion'!=_0x2c7d20)continue;if(null!=_0x1fa0ed['oldRange'])continue;const _0x4df739=_0x2fc544['getSuggestion'](_0x24c371);this['_tablePostFixingSubtypes']['includes'](_0x22c13f)&&this['_tableSuggestions']['add'](_0x4df739);}},{'priority':'low'});const _0x4977b6=(_0x48650d,_0x4098f1)=>{let _0x4d8150=!0x1;const _0x5834ef=_0x4098f1['createRangeOn'](_0x48650d),_0x308645=_0x48650d['findAncestor']('table'),_0x4f37d8=_0x563778['getCellLocation'](_0x48650d);for(const _0x59edd9 of this['_tableSuggestions']){const _0x27156a=_0x59edd9['subType'],_0x38c341=_0x27156a['startsWith']('tablePaste'),_0x3ee16d=_0x27156a['substr'](_0x38c341?0xa:0x5),_0x462280=_0x3ee16d['toLowerCase'](),_0x5cdb9e=_0x462280['substr'](0x0,0x3)+'span',_0x315ac4='min'+_0x3ee16d,_0xf85e10='max'+_0x3ee16d;if(!_0x59edd9['isInContent'])continue;if(_0x308645!=_0x59edd9['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x59edd9['isIntersectingWithRange'](_0x5834ef))continue;const _0x3dae6b=_0x48650d['hasAttribute'](_0x5cdb9e)?_0x48650d['getAttribute'](_0x5cdb9e)-0x1:0x0,_0x3c721c=this['_getSuggestionCoords'](_0x59edd9),_0x407239=_0x3c721c[_0x315ac4],_0x3b3eec=_0x3c721c[_0xf85e10];_0x407239<=_0x4f37d8[_0x462280]&&_0x4f37d8[_0x462280]+_0x3dae6b<=_0x3b3eec&&(_0x59edd9['addRange'](_0x5834ef),_0x4d8150=!0x0);}return _0x4d8150;};_0x34f0e0['model']['document']['registerPostFixer'](_0x301286=>{let _0x28f9a6=!0x1;for(const _0x157d3a of _0x34f0e0['model']['document']['differ']['getChanges']())if('insert'==_0x157d3a['type']){if('tableRow'==_0x157d3a['name']){for(const _0x322863 of _0x157d3a['position']['nodeAfter']['getChildren']())_0x28f9a6=_0x28f9a6||_0x4977b6(_0x322863,_0x301286);}else'tableCell'==_0x157d3a['name']&&(_0x28f9a6=_0x28f9a6||_0x4977b6(_0x157d3a['position']['nodeAfter'],_0x301286));}return _0x28f9a6;});}['_getSuggestionCoords'](_0x51f4e5){return this['_getCoordsForCells'](_0x51f4e5['getRanges']()['map'](_0xcd475e=>_0xcd475e['start']['nodeAfter']));}}function Re(_0xa6ad09){return Array['from'](new Set(_0xa6ad09)['values']());}class Se extends _0x35090c{static get['requires'](){return[Ne];}['afterInit'](){const _0x31396c=this['editor'],_0x440be9=_0x31396c['model']['document']['selection'],_0x71bcec=_0x31396c['locale'];if(!_0x31396c['plugins']['has']('TableEditing'))return;const _0x2ff2f1=_0x31396c['plugins']['get']('TrackChangesEditing'),_0x4c3f2d=_0x31396c['plugins']['get']('TableUtils'),_0x4c7e3d=_0x31396c['plugins']['get'](Ne);_0x4c7e3d['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x2ff2f1['enableCommand']('mergeTableCells',()=>{const _0x3a0930=_0x4c3f2d['getSelectionAffectedTableCells'](_0x31396c['model']['document']['selection']);_0x31396c['model']['change'](()=>{_0x2ff2f1['markMultiRangeBlockFormat'](_0x3a0930,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x31396c['commands']['get']('mergeTableCells')['on']('execute',(_0x49ab9d,_0xe640e0)=>{_0x31396c['commands']['get']('trackChanges')['value']&&(_0xe640e0['length']>0x0&&_0xe640e0[_0xe640e0['length']-0x1]&&_0xe640e0[_0xe640e0['length']-0x1]['forceDefaultExecution']||_0x2ff2f1['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x49ab9d['stop']());},{'priority':'highest'});for(const _0x5b8ff9 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x128ce6=_0x31396c['commands']['get'](_0x5b8ff9);_0x2ff2f1['enableCommand'](_0x5b8ff9,()=>{const _0x1fba3a=_0x31396c['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x42fe0d=>_0x42fe0d['is']('element','tableCell')),_0x596d17=_0x128ce6['value'];_0x31396c['model']['change'](()=>{_0x2ff2f1['markMultiRangeBlockFormat']([_0x1fba3a,_0x596d17],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x5af2df of['splitTableCellVertically','splitTableCellHorizontally']){const _0x275562=_0x31396c['commands']['get'](_0x5af2df);_0x2ff2f1['enableCommand'](_0x5af2df,()=>{const _0x1644fb=_0x4c3f2d['getSelectionAffectedTableCells'](_0x31396c['model']['document']['selection'])[0x0],_0x31a97b=_0x1644fb['findAncestor']('table'),{column:_0x4e2571,row:_0x1909b3}=_0x4c3f2d['getCellLocation'](_0x1644fb);let _0x1abd54=[];if('horizontally'==_0x275562['direction']){const _0x4a27bc=_0x4c3f2d['createTableWalker'](_0x31a97b,{'startRow':_0x1909b3,'endRow':_0x1909b3,'includeAllSlots':!0x0});_0x1abd54=Array['from'](_0x4a27bc)['map'](_0x1063fc=>_0x1063fc['cell']);}else{const _0x456510=_0x4c3f2d['createTableWalker'](_0x31a97b,{'column':_0x4e2571,'includeAllSlots':!0x0});_0x1abd54=Array['from'](_0x456510)['map'](_0x3f33cd=>_0x3f33cd['cell']);}_0x31396c['model']['change'](_0x5aa3fe=>{_0x2ff2f1['markBlockFormat'](_0x5aa3fe['createRangeOn'](_0x1644fb),{'commandName':_0x5af2df,'commandParams':[]},_0x1abd54,_0x5af2df);});});}_0x2ff2f1['descriptionFactory']['registerDescriptionCallback'](_0x3d9626=>{if('formatBlock'!=_0x3d9626['type']&&'formatInline'!=_0x3d9626['type'])return;const {data:_0x4de460}=_0x3d9626;return _0x4de460&&'mergeTableCells'==_0x4de460['commandName']?{'type':'format','content':At(_0x71bcec,'*Merge\x20cells*')}:void 0x0;}),_0x2ff2f1['descriptionFactory']['registerDescriptionCallback'](_0x19689b=>{if('formatBlock'!=_0x19689b['type']&&'formatInline'!=_0x19689b['type'])return;const {data:_0x2711f0}=_0x19689b;return _0x2711f0?'splitTableCellVertically'==_0x2711f0['commandName']?{'type':'format','content':At(_0x71bcec,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x2711f0['commandName']?{'type':'format','content':At(_0x71bcec,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x4713d6=_0x4c7e3d['_acceptFormatSuggestionCallbackFactory']();for(const _0x45222f of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x2ff2f1['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x45222f,'accept',_0x4713d6);for(const _0x2fc2fa of['splitTableCellVertically','splitTableCellHorizontally'])_0x2ff2f1['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x2fc2fa,'accept',_0x4713d6);_0x2ff2f1['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x2f3ed7=>{_0x31396c['model']['change'](_0x1bc7da=>{const _0xc11003=Array['from'](_0x440be9['getRanges']())['map'](_0x5a3436=>_0x5817c4['fromRange'](_0x5a3436));_0x1bc7da['setSelection'](_0x2f3ed7),_0x31396c['commands']['get']('mergeTableCells')['refresh'](),_0x31396c['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x50333f=_0xc11003['filter'](_0x41be0a=>'$graveyard'!=_0x41be0a['root']['rootName']);_0x50333f['length']>0x0&&_0x1bc7da['setSelection'](_0x50333f);for(const _0x13bce7 of _0xc11003)_0x13bce7['detach']();});});for(const _0x24c85f of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x57d37c=_0x31396c['commands']['get'](_0x24c85f);_0x57d37c['on']('set:isEnabled',(_0x49d548,_0x3c6394,_0xb7877)=>{if(_0xb7877){const _0x3f836c=_0x31396c['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x537c0a=>_0x537c0a['is']('element','tableCell'));this['_areMergableCells'](_0x57d37c['value'],_0x3f836c)||(_0x49d548['return']=!0x1,_0x49d548['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x1c3369=this['editor']['commands']['get']('mergeTableCells'),_0x4221a0=this['editor']['plugins']['get']('TableUtils');if(!_0x1c3369['isEnabled'])return!0x1;const _0x24073f=_0x4221a0['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x5752bd of _0x24073f)for(const _0x3e3929 of _0x24073f)if(_0x5752bd!=_0x3e3929&&!this['_areMergableCells'](_0x5752bd,_0x3e3929))return!0x1;return!0x0;}['_areMergableCells'](_0xd6ea5b,_0x56157d){const _0x22bb69=this['editor']['plugins']['get']('TrackChangesEditing'),_0x247bca=this['editor']['model']['createRangeOn'](_0xd6ea5b),_0x1b7370=this['editor']['model']['createRangeOn'](_0x56157d),_0x1e412c=new Set(),_0x43c5e6=new Set();for(const _0x447b01 of _0x22bb69['getSuggestions']())if(('insertion'==_0x447b01['type']||'deletion'==_0x447b01['type']||'mergeTableCells'==_0x447b01['subType'])&&_0x447b01['isInContent']){for(const _0x19c83b of _0x447b01['getRanges']())_0x19c83b['containsRange'](_0x247bca,!0x0)&&_0x1e412c['add'](_0x447b01['type']+':'+_0x447b01['author']['id']),_0x19c83b['containsRange'](_0x1b7370,!0x0)&&_0x43c5e6['add'](_0x447b01['type']+':'+_0x447b01['author']['id']);}if(_0x1e412c['size']!=_0x43c5e6['size'])return!0x1;for(const _0x20d038 of _0x1e412c)if(!_0x43c5e6['has'](_0x20d038))return!0x1;return!0x0;}}class Me extends _0x35090c{static get['requires'](){return[Ne];}['afterInit'](){const _0x73de7d=this['editor'];if(!_0x73de7d['plugins']['has']('TableEditing'))return;const _0x38eb40=_0x73de7d['locale'],_0x5b8fe=_0x73de7d['plugins']['get']('TrackChangesEditing');_0x5b8fe['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x5b8fe['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x5b8fe['descriptionFactory']['registerAttributeLabel']('headingRows',At(_0x38eb40,'FORMAT_HEADER_ROW')),_0x5b8fe['descriptionFactory']['registerAttributeLabel']('headingColumns',At(_0x38eb40,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x148828=this['editor']['plugins']['get']('TrackChangesEditing'),_0x223cbc=this['editor']['plugins']['get'](Ne)['_acceptFormatSuggestionCallbackFactory']();_0x148828['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x223cbc),_0x148828['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x223cbc),this['_registerLegacyConverters'](),this['_registerLegacyDescription']();}['_registerLegacyConverters'](){const _0x41ffb3=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1e0ef9=this['editor']['plugins']['get']('TableUtils');function _0x1b3d9a({showActiveMarker:_0x141864=!0x0,setDataAttribute:_0x1e4164=!0x0}={}){return(_0x6ea2c3,_0x12e04b,_0x16bfb6)=>{const {type:_0x531941,id:_0x223d5a}=_0x4dc3a3(_0x12e04b['markerName']);if(!_0x41ffb3['hasSuggestion'](_0x223d5a))return;const _0x21ac0e=_0x41ffb3['getSuggestion'](_0x223d5a),_0x13640c=_0x21ac0e['data'];if('formatBlock'!=_0x21ac0e['type']||!_0x13640c||'setTableColumnHeader'!=_0x13640c['commandName'])return;if(_0x12e04b['item'])return void _0x6ea2c3['stop']();if(!_0x16bfb6['consumable']['consume'](_0x12e04b['markerRange'],_0x6ea2c3['name']))return;const _0x5353bc=_0x12e04b['markerRange']['start']['nodeAfter'],_0x321be6=_0x12e04b['markerRange']['end']['nodeBefore'],_0x5e5524=_0x5353bc['parent']['parent'],{column:_0x1a5f80}=_0x1e0ef9['getCellLocation'](_0x5353bc),{column:_0x4a056d}=_0x1e0ef9['getCellLocation'](_0x321be6);for(let _0x2cc0de=_0x1a5f80;_0x2cc0de<=_0x4a056d;_0x2cc0de++){const _0xd400a5=_0x1e0ef9['createTableWalker'](_0x5e5524,{'column':_0x2cc0de,'includeAllSlots':!0x1});for(const _0x51c535 of _0xd400a5){const _0x288579=_0x51c535['cell'],_0x2a8fee=_0x16bfb6['mapper']['toViewElement'](_0x288579);_0x16bfb6['writer']['addClass']('ck-suggestion-marker-'+_0x531941,_0x2a8fee),_0x1e4164&&_0x16bfb6['writer']['setAttribute']('data-suggestion',_0x223d5a,_0x2a8fee),_0x16bfb6['mapper']['bindElementToMarker'](_0x2a8fee,_0x12e04b['markerName']),_0x141864&&(_0x41ffb3['activeMarkers']['includes'](_0x12e04b['markerName'])?_0x16bfb6['writer']['addClass']('ck-suggestion-marker--active',_0x2a8fee):_0x16bfb6['writer']['removeClass']('ck-suggestion-marker--active',_0x2a8fee));}}};}this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x1b3d9a(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x47217b,_0x41bbfd,_0x27b8d8)=>{_0x27b8d8['options']['showSuggestionHighlights']&&_0x1b3d9a({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x47217b,_0x41bbfd,_0x27b8d8);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x34bdf5,_0x4dc769,_0x12674d)=>{const {type:_0x331218,id:_0x5527b7}=_0x4dc3a3(_0x4dc769['markerName']);if(!_0x41ffb3['hasSuggestion'](_0x5527b7))return;const _0x31a15d=_0x41ffb3['getSuggestion'](_0x5527b7),_0x3f67e2=_0x31a15d['data'];if('formatBlock'!=_0x31a15d['type']||!_0x3f67e2||'setTableColumnHeader'!=_0x3f67e2['commandName'])return;const _0x7365f2=_0x12674d['mapper']['markerNameToElements'](_0x4dc769['markerName']);if(_0x7365f2){for(const _0x207d46 of _0x7365f2)_0x12674d['writer']['removeClass']('ck-suggestion-marker-'+_0x331218,_0x207d46),_0x12674d['writer']['removeClass']('ck-suggestion-marker--active',_0x207d46),_0x12674d['writer']['removeAttribute']('data-suggestion',_0x207d46),_0x12674d['mapper']['unbindElementFromMarkerName'](_0x207d46,_0x4dc769['markerName']);}},{'priority':'highest'});}['_registerLegacyDescription'](){const _0x1140f4=this['editor'],_0x1df175=_0x1140f4['locale'];function _0x2aa3cd(_0x465ac9){return{'type':'format','content':At(_0x1df175,'*Format:*\x20%0',_0x465ac9)};}_0x1140f4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1d7889=>{if('formatBlock'!=_0x1d7889['type'])return;const {data:_0x46385f}=_0x1d7889;if(_0x46385f){if('setTableRowHeader'==_0x46385f['commandName']){const _0x411cb8=_0x46385f['commandParams'][0x0]['forceValue'];return _0x2aa3cd(At(_0x1df175,_0x411cb8?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x46385f['commandName']){const _0x4ab930=_0x46385f['commandParams'][0x0]['forceValue'];return _0x2aa3cd(At(_0x1df175,_0x4ab930?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}class Oe extends _0x35090c{static get['requires'](){return[Ne];}['afterInit'](){const _0x3dd7ca=this['editor'];if(!_0x3dd7ca['plugins']['has']('TableEditing')||!_0x3dd7ca['config']['get']('table.enableFooters'))return;const _0x189a77=_0x3dd7ca['locale'],_0x1ed143=_0x3dd7ca['plugins']['get']('TrackChangesEditing');_0x1ed143['enableDefaultAttributesIntegration']('setTableFooterRow'),_0x1ed143['descriptionFactory']['registerAttributeLabel']('footerRows',At(_0x189a77,'FORMAT_FOOTER_ROW'));}}class we extends _0x35090c{['afterInit'](){const _0x118ec0=this['editor'],_0x441752=_0x118ec0['locale'],_0x74a10d=_0x118ec0['plugins']['get']('TrackChangesEditing');function _0x11d658(_0x4171a5){return{'type':'format','content':''+At(_0x441752,'*Set\x20table\x20type:*\x20%0',_0x4171a5)};}_0x118ec0['plugins']['has']('TableLayout')&&(_0x74a10d['enableCommand']('insertTableLayout'),_0x74a10d['enableDefaultAttributesIntegration']('tableType'),_0x74a10d['descriptionFactory']['registerElementLabel'](_0x35a89b=>_0x35a89b['is']('element','table')&&'layout'===_0x35a89b['getAttribute']('tableType'),_0x241a33=>At(_0x441752,'ELEMENT_LAYOUT_TABLE',_0x241a33)),_0x74a10d['descriptionFactory']['registerDescriptionCallback'](_0x7ed990=>{const {data:_0x41d726}=_0x7ed990;if(_0x41d726&&'tableType'==_0x41d726['key'])switch(_0x41d726['newValue']){case'layout':return _0x11d658(At(_0x441752,'ELEMENT_LAYOUT_TABLE'));case'content':return _0x11d658(At(_0x441752,'ELEMENT_CONTENT_TABLE'));}}));}}const Be=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Fe=/* #__PURE__ -- @preserve */
|
|
25
|
+
Object['fromEntries'](Be['map'](_0x34e04a=>[_0x34e04a,null]));class De extends _0x35090c{static get['requires'](){return[Ne];}['afterInit'](){const _0x6a30a3=this['editor'];if(!_0x6a30a3['plugins']['has']('TableClipboard'))return;const _0x384754=_0x6a30a3['plugins']['get']('TrackChangesEditing'),_0x296a8a=_0x6a30a3['plugins']['get']('TableUtils'),_0x504e41=_0x6a30a3['plugins']['get'](Ne),_0x3f1d96=_0x6a30a3['plugins']['get']('TableClipboard'),_0x1295e4=_0x6a30a3['plugins']['get']('TableSelection'),_0x544cf5=_0x6a30a3['plugins']['get'](ut);_0x504e41['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x6a30a3['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x6a30a3['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x294806=null,_0x3d93e9=!0x1;_0x544cf5['on']('contentInsertion',(_0x43549d,_0x2316e2)=>{_0x3d93e9='paste'===_0x2316e2['method'];}),_0x6a30a3['model']['on']('insertContent',(_0x514254,_0x58fa27)=>{if(!_0x3d93e9&&null===_0x1295e4['getSelectedTableCells']())return;const [_0xb40365,_0x1a2379]=_0x58fa27,_0x155150=_0x58fa27[_0x58fa27['length']-0x1];_0x155150&&_0x155150['forceDefaultExecution']||_0x384754['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x64d8a1,_0x4e675b,_0x217f2c,_0x10d155,_0x1f6936){if(_0x4e675b&&!_0x4e675b['is']('documentSelection'))return!0x1;const _0x314956=_0x1f6936['getTableIfOnlyTableInContent'](_0x64d8a1,_0x217f2c);if(!_0x314956||!xe(_0x314956,void 0x0,_0x10d155))return!0x1;const _0x11ec7c=_0x10d155['getSelectionAffectedTableCells'](_0x217f2c['document']['selection']);if(!_0x11ec7c['length'])return!0x1;const _0x1db1cc=_0x11ec7c[0x0]['findAncestor']('table'),_0x4a13c3=_0x10d155['getRowIndexes'](_0x11ec7c),_0x34a789=_0x10d155['getColumnIndexes'](_0x11ec7c),_0x5534d4={'startRow':_0x4a13c3['first'],'endRow':_0x4a13c3['last'],'startColumn':_0x34a789['first'],'endColumn':_0x34a789['last']};return 0x1==_0x11ec7c['length']&&(_0x5534d4['endRow']+=_0x10d155['getRows'](_0x314956)-0x1,_0x5534d4['endColumn']+=_0x10d155['getColumns'](_0x314956)-0x1),xe(_0x1db1cc,_0x5534d4,_0x10d155);}(_0xb40365,_0x1a2379,_0x6a30a3['model'],_0x296a8a,_0x3f1d96)&&(_0x514254['stop'](),_0x294806={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x6a30a3['model']['change'](()=>{_0x6a30a3['model']['insertContent'](_0x58fa27[0x0],_0x58fa27[0x1],_0x58fa27[0x2],{'forceDefaultExecution':!0x0});const _0x13d54e=_0x5b022c(),{rowInsertionRanges:_0x12658f,columnInsertionRanges:_0x4fae9c,insertionRanges:_0x56ca20,deletionRanges:_0x181372,cells:_0x4ffbbf}=_0x294806;_0x12658f['length']&&_0x384754['markMultiRangeInsertion'](_0x12658f,'tablePasteRow',{'tablePasteChainId':_0x13d54e}),_0x4fae9c['length']&&_0x384754['markMultiRangeInsertion'](_0x4fae9c,'tablePasteColumn',{'tablePasteChainId':_0x13d54e}),_0x56ca20['length']&&(_0x384754['markMultiRangeInsertion'](_0x56ca20,'tablePaste',{'tablePasteChainId':_0x13d54e,'skipNestingCheck':!0x0}),_0x56ca20['forEach'](_0x176b68=>_0x176b68['detach']?.())),_0x181372['length']&&(_0x384754['markMultiRangeDeletion'](_0x181372,'tablePaste',{'tablePasteChainId':_0x13d54e,'skipNestingCheck':!0x0}),_0x181372['forEach'](_0x2ef575=>_0x2ef575['detach']?.()));const _0x1f037c=_0x384754['markMultiRangeBlockFormat'](_0x4ffbbf['map'](({element:_0xb5d1a3})=>_0xb5d1a3),{'formatGroupId':_0x5b022c()},[],'tablePasteCell',{'tablePasteChainId':_0x13d54e});if(_0x1f037c){const _0x37f9db=_0x1f037c['getMarkers'](),_0x1349bd=[];for(const {element:_0x5ac987,attributes:_0x51ddd0}of _0x4ffbbf){if(!_0x51ddd0)continue;const _0x2410a4=_0x6a30a3['model']['createRangeOn'](_0x5ac987),_0x2952cb=_0x37f9db['find'](_0x32a6ed=>_0x32a6ed['getRange']()['isEqual'](_0x2410a4));_0x2952cb&&_0x1349bd['push']([_0x2952cb['name'],_0x51ddd0]);}_0x1349bd['length']&&_0x1f037c['setAttribute']('markerAttributes',Object['fromEntries'](_0x1349bd));}_0x294806=null;}));},{'priority':_0x581032['high']+0xa}),_0x544cf5['on']('contentInsertion',()=>{_0x3d93e9=!0x1;},{'priority':'lowest'}),_0x6a30a3['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x3f011a,_0x5af484)=>{const [_0x5380d9,_0x839681,,_0x3ce425]=_0x5af484;if(!_0x294806)return;_0x3f011a['stop']();const _0x209f84=_0x5380d9['cell'],_0x1dad07=_0x839681,_0x437adc=ve(_0x209f84),_0x5017d8=ve(_0x1dad07);_0x3f011a['return']=_0x209f84;let _0x556958=null,_0x5371e0=null;if(_0x5017d8||_0x437adc){if(_0x437adc&&!_0x5017d8){_0x3ce425['remove'](_0x209f84['getChild'](0x0));for(const _0x20bc6c of Array['from'](_0x1dad07['getChildren']()))_0x3ce425['insert'](_0x20bc6c,_0x209f84,'end');const _0x1fdad3=_0x294806['rowInsertionIndexes']['includes'](_0x5380d9['row']),_0x2bfa43=_0x294806['columnInsertionIndexes']['includes'](_0x5380d9['column']);_0x1fdad3||_0x2bfa43||(_0x556958=_0x5817c4['fromRange'](_0x3ce425['createRangeIn'](_0x209f84)));}else _0x5017d8&&!_0x437adc&&(_0x5371e0=_0x3ce425['createRangeIn'](_0x209f84));}else{const _0x7fd1=_0x3ce425['createElement']('tableCellSuggestion'),_0x5c3c6c=_0x3ce425['createElement']('tableCellSuggestion');_0x3ce425['wrap'](_0x3ce425['createRangeIn'](_0x209f84),_0x5c3c6c),_0x3ce425['insert'](_0x7fd1,_0x209f84,0x0);for(const _0x1b0e74 of Array['from'](_0x1dad07['getChildren']()))_0x3ce425['insert'](_0x1b0e74,_0x7fd1,'end');_0x556958=_0x5817c4['fromRange'](_0x3ce425['createRangeOn'](_0x7fd1)),_0x5371e0=_0x5817c4['fromRange'](_0x3ce425['createRangeOn'](_0x5c3c6c));}const _0x31d3ab=Array['from'](_0x1dad07['getAttributes']())['filter'](([_0x41097d])=>Be['includes'](_0x41097d));_0x294806['cells']['push']({'element':_0x209f84,'attributes':_0x31d3ab['length']?Object['fromEntries'](_0x31d3ab):null}),_0x556958&&_0x294806['insertionRanges']['push'](_0x556958),_0x5371e0&&_0x294806['deletionRanges']['push'](_0x5371e0);},{'priority':'high'}),_0x296a8a['on']('insertColumns',(_0x33fa53,_0x5cf71d)=>{const [_0x306af9,_0x1fca8f={}]=_0x5cf71d;if(!_0x294806)return;const _0x399cde=_0x1fca8f['at']||0x0,_0x4b8697=_0x1fca8f['columns']||0x1;_0x294806['columnInsertionIndexes']=new Array(_0x4b8697)['fill'](_0x399cde)['map']((_0x26dc59,_0x31dad3)=>_0x26dc59+_0x31dad3);for(const {cell:_0xf78267}of _0x296a8a['createTableWalker'](_0x306af9,{'startColumn':_0x399cde,'endColumn':_0x399cde+_0x4b8697-0x1}))_0x294806['columnInsertionRanges']['push'](_0x6a30a3['model']['createRangeOn'](_0xf78267));},{'priority':'low'}),_0x296a8a['on']('insertRows',(_0x138ad0,_0x142cca)=>{const [_0x205cd6,_0x3c8fd8={}]=_0x142cca;if(!_0x294806)return;const _0x25529c=_0x3c8fd8['at']||0x0,_0x52dda9=_0x3c8fd8['rows']||0x1;_0x294806['rowInsertionIndexes']=new Array(_0x52dda9)['fill'](_0x25529c)['map']((_0x4e374c,_0x15d3c1)=>_0x4e374c+_0x15d3c1);for(const {cell:_0x45ee07}of _0x296a8a['createTableWalker'](_0x205cd6,{'startRow':_0x25529c,'endRow':_0x25529c+_0x52dda9-0x1}))_0x294806['rowInsertionRanges']['push'](_0x6a30a3['model']['createRangeOn'](_0x45ee07));},{'priority':'low'}),_0x384754['descriptionFactory']['registerDescriptionCallback'](_0x13554f=>{if(_0x13554f['subType']&&_0x13554f['subType']['startsWith']('tablePaste'))return _0x13554f['previous']?{}:{'type':'insertion','content':At(_0x6a30a3['locale'],'*Replace\x20table\x20cells*')};});const _0x53c6f3=()=>!0x1;for(const _0x3958f2 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x384754['_suggestionFactory']['registerCustomCallback']('insertion',_0x3958f2,'join',_0x53c6f3),_0x384754['_suggestionFactory']['registerCustomCallback']('deletion',_0x3958f2,'join',_0x53c6f3),_0x384754['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x3958f2,'join',_0x53c6f3);_0x384754['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x53c6f3),_0x384754['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x48f861,_0x934b10,_0x23bdae)=>{const _0xaf52e6=_0x48f861['map'](_0x1a74f5=>_0x1a74f5['getContainedElement']())['filter'](_0x5e2654=>_0x5e2654),_0x50717f=new Map(_0xaf52e6['map'](_0x5dccd3=>[_0x5dccd3,null]));if(_0x294806){for(const {element:_0x2e2d73,attributes:_0x89d1f8}of _0x294806['cells'])_0x89d1f8&&_0x50717f['set'](_0x2e2d73,_0x89d1f8);}else{if(_0x23bdae&&_0x23bdae['markerAttributes'])for(const [_0x250721,_0x40cb68]of Object['entries'](_0x23bdae['markerAttributes'])){const _0x136546=_0x6a30a3['model']['markers']['get'](_0x250721),_0x466943=_0x136546?_0x136546['getRange']()['getContainedElement']():null;_0x466943&&_0x50717f['set'](_0x466943,_0x40cb68);}}_0x6a30a3['model']['change'](_0x141631=>{for(const [_0x4a8b43,_0x40ca46]of _0x50717f)_0x141631['setAttributes']({...Fe,..._0x40ca46},_0x4a8b43);});});const _0x275a6e=(_0x902902,_0x4a7b86)=>{_0x384754['_suggestionFactory']['registerCustomCallback'](_0x902902,'tablePaste',_0x4a7b86,(_0x4d43ba,_0x33370d,_0x3bb409)=>{_0x6a30a3['model']['change'](_0x527345=>{const _0x4a9265=[];for(const _0x315c02 of _0x4d43ba){const _0x2b879e=_0x315c02['start']['nodeAfter'];_0x2b879e['is']('element','tableCellSuggestion')&&_0x4a9265['push'](_0x2b879e);}_0x384754['_suggestionFactory']['getSuggestionCallback'](_0x902902,null,_0x4a7b86)(_0x4d43ba,_0x33370d,_0x3bb409);for(const _0x486cf7 of _0x4a9265)'$graveyard'!=_0x486cf7['root']['rootName']&&_0x527345['unwrap'](_0x486cf7);});});};_0x275a6e('insertion','accept'),_0x275a6e('insertion','discard'),_0x275a6e('deletion','accept'),_0x275a6e('deletion','discard'),_0x384754['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x169800=>{const _0x3f2415=_0x169800['map'](_0x48b65d=>_0x48b65d['getContainedElement']()),_0x4a298e=_0x3f2415[0x0]['findAncestor']('table'),{minRow:_0x256833,maxRow:_0x8b5c27}=_0x504e41['_getCoordsForCells'](_0x3f2415);_0x296a8a['removeRows'](_0x4a298e,{'at':_0x256833,'rows':_0x8b5c27-_0x256833+0x1});}),_0x384754['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x5ac990=>{const _0x4ed4df=_0x5ac990['map'](_0x297065=>_0x297065['getContainedElement']()),_0x495c18=_0x4ed4df[0x0]['findAncestor']('table'),{minColumn:_0xc8a13f,maxColumn:_0x538026}=_0x504e41['_getCoordsForCells'](_0x4ed4df);_0x296a8a['removeColumns'](_0x495c18,{'at':_0xc8a13f,'columns':_0x538026-_0xc8a13f+0x1});});const _0xfbfa24=(_0x2c39b7,_0x2b5943)=>{if(!_0x2b5943['subType']||!_0x2b5943['subType']['startsWith']('tablePaste'))return;const _0x32b6f2=_0x2b5943['attributes']['tablePasteChainId'],_0x65234c=_0x384754['getSuggestions']()['filter'](_0x122dcc=>_0x122dcc['isInContent']&&_0x122dcc['attributes']&&_0x122dcc['attributes']['tablePasteChainId']==_0x32b6f2);_0x65234c['length']&&_0x2b5943['getAllAdjacentSuggestions']()['length']!=_0x65234c['length']&&_0x65234c['reduce']((_0x436b7e,_0x234231)=>(_0x436b7e['next']=_0x234231,_0x234231['previous']=_0x436b7e,_0x234231));};function _0x1212e3(_0x4204e6,_0x1a9e14=!0x0){const {id:_0x33c9f9,authorId:_0x37c16f}=_0x4dc3a3(_0x4204e6['markerName']),_0x2d32d3=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0xbf82bd=_0x384754['activeMarkers']['includes'](_0x4204e6['markerName']);return _0xbf82bd&&_0x2d32d3['push']('ck-suggestion-marker--active'),{'classes':_0x2d32d3,'attributes':{'data-suggestion':_0x33c9f9,'data-author-id':_0x37c16f},'priority':_0xbf82bd&&_0x1a9e14?0xbc2:0xbb8};}_0x384754['on']('suggestionLoaded',_0xfbfa24,{'priority':'high'}),_0x384754['on']('suggestionUnloaded',_0xfbfa24,{'priority':'high'}),_0x6a30a3['model']['document']['registerPostFixer'](()=>{let _0x147005=!0x1;const _0x174dfe=Array['from'](_0x6a30a3['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x48f8cf,data:_0x37b2e0}of _0x174dfe){const {group:_0x558ac2,type:_0x1a6f1f,id:_0x38b6c9}=_0x4dc3a3(_0x48f8cf);if('suggestion'!=_0x558ac2||'deletion'!=_0x1a6f1f||_0x37b2e0['oldRange'])continue;if(!_0x384754['hasSuggestion'](_0x38b6c9))continue;const _0x5724ef=_0x384754['getSuggestion'](_0x38b6c9)['getRanges'](),_0x77664c=_0x6a30a3['plugins']['get']('Users')['me'];for(const _0x1ae498 of _0x384754['getSuggestions']()){if(!_0x1ae498['isInContent']||_0x1ae498['author']!=_0x77664c)continue;if('formatBlock'!=_0x1ae498['type']||'tablePasteCell'!=_0x1ae498['subType'])continue;if(_0x1ae498['getRanges']()['every'](_0x3f8e94=>_0x5724ef['some'](_0x1b5247=>_0x1b5247['containsRange'](_0x3f8e94,!0x0)))){for(const _0x4ea4e0 of _0x1ae498['getAllAdjacentSuggestions']())_0x4ea4e0['isInContent']&&(_0x4ea4e0['discard'](),_0x147005=!0x0);}}}return _0x147005;}),_0x6a30a3['model']['document']['registerPostFixer'](_0x375235=>{const _0x4717b3=_0x6a30a3['commands']['get']('redo');if(!_0x4717b3||!_0x4717b3['_createdBatches']['has'](_0x375235['batch']))return!0x1;let _0x469300=!0x1;const _0x3fb428=_0x6a30a3['plugins']['get']('Users')['me'],_0x52e5c4=_0x6a30a3['model']['document']['differ']['getChanges'](),_0x4dace7=Array['from'](_0x6a30a3['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x50100e,data:_0x10e16f})=>{const {group:_0x1c5539,subType:_0x4dade7,authorId:_0x2d7734}=_0x4dc3a3(_0x50100e);return'suggestion'==_0x1c5539&&'tablePaste'==_0x4dade7&&_0x2d7734==_0x3fb428['id']&&!_0x10e16f['oldRange'];});for(const _0x584d87 of _0x52e5c4){if('insert'!=_0x584d87['type']||'tableCellSuggestion'!=_0x584d87['name']||0x1!=_0x584d87['length'])continue;const _0x3ce2ad=_0x375235['createRange'](_0x584d87['position'],_0x584d87['position']['getShiftedBy'](0x1));if(!_0x4dace7['find'](({data:_0x2d81e4})=>_0x2d81e4['newRange']['isEqual'](_0x3ce2ad))){for(const {name:_0x73e624,data:_0x204ee5}of _0x4dace7)if(_0x3ce2ad['containsRange'](_0x204ee5['newRange'])){_0x375235['updateMarker'](_0x73e624,{'range':_0x3ce2ad}),_0x469300=!0x0;break;}}}return _0x469300;}),_0x6a30a3['model']['document']['registerPostFixer'](_0x297236=>{let _0x1a0901=!0x1;const _0x4c4b76=_0x6a30a3['plugins']['get']('Users')['me'],_0x488d80=_0x384754['getSuggestions']()['filter'](_0x365fd4=>_0x365fd4['isInContent']&&_0x365fd4['author']==_0x4c4b76),_0x556b3d=new Set(),_0x42ba17=new Set();for(const _0x5a57ca of _0x488d80)if('tablePaste'==_0x5a57ca['subType'])for(const _0xb3fb5d of _0x5a57ca['getMarkers']()){const _0x2c8897=_0xb3fb5d['getRange']()['getContainedElement']();if(_0x2c8897){if(_0x2c8897['is']('element','tableCellSuggestion')&&ve(_0x2c8897)){_0x5a57ca['removeMarker'](_0xb3fb5d['name']),_0x556b3d['add'](_0x2c8897),_0x1a0901=!0x0;const _0x161520=_0x2c8897['nextSibling'],_0x597ea6=_0x2c8897['previousSibling'],_0x1e678d=_0x161520&&_0x161520['is']('element','tableCellSuggestion'),_0x4c3b03=_0x597ea6&&_0x597ea6['is']('element','tableCellSuggestion');_0x1e678d&&!_0x556b3d['has'](_0x161520)&&_0x42ba17['add'](_0x161520),_0x4c3b03&&!_0x556b3d['has'](_0x597ea6)&&_0x42ba17['add'](_0x597ea6);}else _0x2c8897['is']('element','paragraph')&&_0x2c8897['isEmpty']&&(_0x5a57ca['removeMarker'](_0xb3fb5d['name']),_0x1a0901=!0x0);}}else{if('tablePasteCell'==_0x5a57ca['subType']){if(!_0x5a57ca['attributes']||!_0x5a57ca['attributes']['tablePasteChainId'])continue;const _0x4ca395=_0x5a57ca['attributes']['markerAttributes'];if(_0x4ca395&&Object['keys'](_0x4ca395)['length'])continue;const _0xcb38cc=_0x5a57ca['attributes']['tablePasteChainId'];let _0x391251=!0x0,_0x594cd9=!0x0;for(const _0xcb9e47 of _0x488d80)if(_0xcb9e47['subType']&&_0xcb9e47['subType']['startsWith']('tablePaste')){if(!_0xcb9e47['attributes']['tablePasteChainId']){_0x594cd9=!0x1;break;}if(_0xcb9e47['id']!=_0x5a57ca['id']&&_0xcb9e47['attributes']['tablePasteChainId']==_0xcb38cc){_0x391251=!0x1;break;}}_0x594cd9&&_0x391251&&(_0x5a57ca['removeMarkers'](),_0x1a0901=!0x0);}}for(const _0x20d5ae of _0x556b3d)_0x297236['remove'](_0x20d5ae);for(const _0x78d53a of _0x42ba17)_0x297236['unwrap'](_0x78d53a);return _0x1a0901;}),_0x6a30a3['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x279a49=>_0x1212e3(_0x279a49),'converterPriority':'high'}),_0x6a30a3['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x101bbf,_0x555c1e)=>_0x555c1e['options']['showSuggestionHighlights']?_0x1212e3(_0x101bbf,!0x1):null,'converterPriority':'high'});const _0x18f984=_0x6a30a3['editing']['view'];this['listenTo'](_0x18f984['document'],'clipboardOutput',(_0xd1f830,_0x1b8380)=>{const _0x759fb3=[];for(const _0x343ea3 of _0x18f984['createRangeIn'](_0x1b8380['content'])['getItems']())_0x343ea3['is']('element','suggestion-td')&&_0x759fb3['push'](_0x343ea3);_0x18f984['change'](_0x2c497c=>{for(const _0x10a208 of _0x759fb3)_0x2c497c['move'](_0x2c497c['createRangeIn'](_0x10a208),_0x2c497c['createPositionBefore'](_0x10a208)),_0x2c497c['remove'](_0x10a208);});});}}function ve(_0x3f45fb){if(_0x3f45fb['isEmpty'])return!0x0;const _0x42ecae=_0x3f45fb['getChild'](0x0);return _0x42ecae['is']('element','paragraph')&&_0x42ecae['isEmpty'];}function xe(_0x43dc3c,_0x2eea85={},_0x1b9fee){for(const {isAnchor:_0x1b257e,cellHeight:_0x1a77d6,cellWidth:_0x30b362}of _0x1b9fee['createTableWalker'](_0x43dc3c,{'includeAllSlots':!0x0,..._0x2eea85}))if(!_0x1b257e||0x1!=_0x1a77d6||0x1!=_0x30b362)return!0x1;return!0x0;}class Pe extends _0x35090c{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x2090fb=this['editor']['plugins']['get']('TrackChangesEditing');_0x2090fb['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x2090fb['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x2090fb['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2090fb['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x2090fb['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x2090fb['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x3b6004,_0x3f091e){const _0x1f610c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3ee8c7=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0xb6ed8d=_0x3f091e['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x35c4a5=_0x3ee8c7['getColumnGroupElement'](_0xb6ed8d);let _0x4b6f3f=_0x35c4a5?_0x3ee8c7['getTableColumnsWidths'](_0x35c4a5):null,_0x58c665=_0xb6ed8d['getAttribute']('tableWidth')||null;const _0xbfefe6=_0x3f091e['tableWidth']||_0x58c665,_0x59cbd9=_0x3f091e['columnWidths']||_0x4b6f3f,_0x5d4313=this['editor']['plugins']['get']('Users')['me'];for(const _0x549990 of _0x1f610c['getSuggestions']()){const _0x2aad92=_0x549990['getContainedElement']();if('resizeTable'===_0x549990['subType']&&_0x2aad92===_0xb6ed8d){_0x549990['author']!==_0x5d4313&&_0x549990['discard']();const _0xb68ec3=_0x549990['data']['commandParams'];_0x58c665=_0xb68ec3[0x0]['tableWidth'],_0x4b6f3f=_0xb68ec3[0x0]['columnWidths'];break;}}_0x3b6004({'table':_0xb6ed8d,'tableWidth':_0xbfefe6,'columnWidths':_0x59cbd9}),_0x1f610c['markBlockFormat'](_0xb6ed8d,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x58c665,'columnWidths':_0x4b6f3f}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x26b99f){if('formatBlock'!=_0x26b99f['type']&&'formatInline'!=_0x26b99f['type'])return;const {data:_0x48ccb3}=_0x26b99f;if(_0x48ccb3&&'resizeTable'===_0x48ccb3['formatGroupId']){const _0x4136d8='*Format:*\x20resize\x20table';return{'type':'format','content':At(this['editor']['locale'],_0x4136d8)};}}}class Ue extends _0x35090c{['afterInit'](){const _0x5cfe91=this['editor'];_0x5cfe91['plugins']['has']('Template')&&_0x5cfe91['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Ge extends _0x35090c{['afterInit'](){const _0x45960d=this['editor'];if(!_0x45960d['commands']['get']('insertTableOfContents'))return;_0x45960d['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x3d38a9=_0x45960d['plugins']['get']('TrackChangesEditing'),_0x4737f3=_0x45960d['locale'];_0x3d38a9['descriptionFactory']['registerElementLabel']('tableOfContents',_0x419c95=>At(_0x4737f3,'ELEMENT_TABLE_OF_CONTENTS',_0x419c95));}}class He extends _0x35090c{['afterInit'](){const _0x4c7fb9=this['editor'];if(!_0x4c7fb9['plugins']['has']('Title'))return;_0x4c7fb9['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerElementLabel']('title-content',()=>At(_0x4c7fb9['locale'],'ELEMENT_TITLE')),_0x4c7fb9['model']['document']['registerPostFixer'](_0x3d1e9e=>{let _0x59bfdc=!0x1;const _0x387b31=Array['from'](_0x4c7fb9['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1bc375,data:_0x22f9b2}of _0x387b31){const {group:_0x2e7a06}=_0x4dc3a3(_0x1bc375);if('suggestion'!==_0x2e7a06||!_0x22f9b2['newRange'])continue;const _0x5934c8=_0x22f9b2['newRange'],_0x5a32dc=_0x5934c8['end']['nodeBefore'];if(!_0x5a32dc||!_0x5a32dc['is']('element','title-content'))continue;if(!_0x5934c8['start']['isTouching'](_0x5934c8['end']))continue;const _0x39e3cb=_0x4c7fb9['model']['schema']['getNearestSelectionRange'](_0x5934c8['end'],'forward');if(_0x39e3cb&&_0x39e3cb['isCollapsed']){const _0x485bc2=_0x3d1e9e['createRange'](_0x5934c8['start'],_0x39e3cb['start']);_0x485bc2['isEqual'](_0x5934c8)||(_0x3d1e9e['updateMarker'](_0x1bc375,{'range':_0x485bc2}),_0x59bfdc=!0x0);}_0x59bfdc||(_0x3d1e9e['removeMarker'](_0x1bc375),_0x59bfdc=!0x0);}return _0x59bfdc;});}}class $e extends _0x35090c{['afterInit'](){const _0x588188=this['editor'],_0x49d892=_0x588188['plugins']['get']('TrackChangesEditing');_0x588188['plugins']['has']('Uploadcare')&&(_0x49d892['enableCommand']('uploadcare'),_0x588188['plugins']['has']('UploadcareImageEdit')&&(_0x49d892['enableCommand']('uploadcareImageEdit'),_0x49d892['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x49d892['descriptionFactory']['registerDescriptionCallback'](_0x15486e=>{if('attribute'!=_0x15486e['type'])return;const {data:_0x310ef6}=_0x15486e;return _0x310ef6&&'uploadcareImageId'==_0x310ef6['key']?{'type':'format','content':''}:void 0x0;})));}}class We extends _0x35090c{['afterInit'](){const _0x43d40b=this['editor'],_0x1b3ef3=_0x43d40b['plugins']['get']('TrackChangesEditing');_0x43d40b['plugins']['has']('UndoEditing')&&(_0x1b3ef3['enableCommand']('undo'),_0x1b3ef3['enableCommand']('redo'));}}class Ve extends _0x35090c{static get['requires'](){return[Ne];}['afterInit'](){const _0x225911=this['editor'];if(!_0x225911['plugins']['has']('TableCaptionEditing'))return;_0x225911['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class je extends _0x35090c{['tableProperties'];['tableCellProperties'];constructor(_0x5a4751){super(_0x5a4751),this['tableProperties']=['tableBorderColor','tableBorderStyle','tableBorderWidth','tableAlignment','tableWidth','tableHeight','tableBackgroundColor'],this['tableCellProperties']=['tableCellBorderColor','tableCellBorderStyle','tableCellBorderWidth','tableCellPadding','tableCellWidth','tableCellHeight','tableCellBackgroundColor','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellType'];}static get['pluginName'](){return'TrackChangesTableProperties';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x399123=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x1d0995 of this['tableProperties'])_0x399123['enableCommand'](_0x1d0995,(_0x5b794e,_0x5240df)=>{const _0x2da26d=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x1d0995,[_0x2da26d],this['tableProperties'],'tableProperties',_0x5b794e,_0x5240df);});_0x399123['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x399123['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x399123['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x6bddfa,_0x281b0a)=>this['handleDiscardAction'](this['tableProperties'],_0x6bddfa,_0x281b0a)),_0x399123['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x29c301 of this['tableCellProperties'])this['editor']['commands']['get'](_0x29c301)&&_0x399123['enableCommand'](_0x29c301,(_0x4a20fe,_0x25a6ac)=>{const _0x31e52d=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x29c301,_0x31e52d,this['tableCellProperties'],'tableCellProperties',_0x4a20fe,_0x25a6ac);});_0x399123['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x399123['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x399123['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x2f9bd6,_0x373fd7)=>this['handleDiscardAction'](this['tableCellProperties'],_0x2f9bd6,_0x373fd7)),_0x399123['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1),this['editor']['model']['schema']['checkAttribute']('tableCell','tableCellType')&&_0x399123['descriptionFactory']['registerAttributeLabel']('tableCellType',At(this['editor']['locale'],'FORMAT_TABLE_CELL_TYPE'));}_0x399123['descriptionFactory']['registerDescriptionCallback'](_0x250f66=>this['handleSuggestionDescription'](_0x250f66)),this['_registerTablePropertiesAttributes']();}['_handlePropertyChange'](_0x5b09cb,_0x82bf4e,_0x46f5d5,_0x3e6c54,_0x215032,_0x8b971c){const _0x1c636c=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x8b971c['batch'],()=>{for(const _0x2bf55c of _0x82bf4e){if(this['_getSuggestion'](_0x2bf55c,_0x3e6c54))_0x215032(_0x8b971c);else{const _0x45d111={};for(const _0x259e6b of _0x46f5d5){const _0x4471ae=_0x2bf55c['getAttribute'](_0x259e6b);void 0x0!==_0x4471ae&&(_0x45d111[_0x259e6b]=_0x4471ae);}_0x215032(_0x8b971c),_0x1c636c['markBlockFormat'](_0x2bf55c,{'commandParams':[_0x45d111]},[],_0x3e6c54);}}});}['handleDiscardAction'](_0x19046c,_0x969a72,_0x55c418){const _0x5eee31=_0x969a72[0x0]['start']['nodeAfter'],_0x28af89=_0x55c418['commandParams'][0x0];this['editor']['model']['change'](_0x8958a5=>{for(const _0x30db25 of _0x19046c)void 0x0!==_0x28af89[_0x30db25]?_0x8958a5['setAttribute'](_0x30db25,_0x28af89[_0x30db25],_0x5eee31):_0x8958a5['removeAttribute'](_0x30db25,_0x5eee31);});}['handleSuggestionDescription'](_0xc8a779){if(_0xc8a779['data'])switch(_0xc8a779['subType']){case'tableProperties':return{'type':'format','content':At(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':At(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x2bfcee,_0xd985e9){const _0x4baf09=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x4ed210 of _0x4baf09['getSuggestions']({'skipNotAttached':!0x0})){const _0x450af9=_0x4ed210['getContainedElement']();if(_0x4ed210['subType']===_0xd985e9&&_0x450af9===_0x2bfcee)return _0x4ed210;}return null;}['_registerTablePropertiesAttributes'](){const _0xe0ae7=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1ab9cc=[...this['tableProperties'],...this['tableCellProperties']];for(const _0x20f38a of _0x1ab9cc){const _0x139a22=_0x20f38a['replace'](/([A-Z])/g,'_$1')['toUpperCase']();_0xe0ae7['descriptionFactory']['registerAttributeLabel'](_0x20f38a,At(this['editor']['locale'],'FORMAT_'+_0x139a22));}}}class ze extends _0x35090c{['afterInit'](){const _0xa5aa0c=this['editor'];if(!_0xa5aa0c['plugins']['has']('LineHeight'))return;const _0x16b5a9=_0xa5aa0c['plugins']['get']('TrackChangesEditing'),_0xdc7669=_0xa5aa0c['locale'];_0x16b5a9['enableDefaultAttributesIntegration']('lineHeight'),_0x16b5a9['descriptionFactory']['registerAttributeLabel']('lineHeight',At(_0xdc7669,'FORMAT_LINE_HEIGHT'));}}const Ke='$elementName';class Xe extends _0x35090c{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_suggestionsConversion'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_recordAttributeSuggestions']=!0x1;['_trackingSessionId']=null;static get['requires'](){return[_0x2eae3a,_0x495abb,_0x5afd1d,_0x24aa37,_0x188216,Ct,yt,Nt,Rt,Mt,Ot,Bt,Dt,Ft,vt,Pt,Ut,jt,zt,Kt,Yt,qt,Qt,Jt,te,ee,ne,ie,re,se,oe,ae,ce,ue,fe,Te,le,Gt,ze,$t,ge,me,Ee,_e,pe,Le,Ie,be,Ae,Ce,ye,Ne,Se,Me,Oe,we,Ve,De,Pe,Ge,je,Ue,He,$e,We];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x10f97b){super(_0x10f97b),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0xac9ce9,_0x1ff33c,_0x7bc7f,_0x16cb44)=>{this['_model']['change'](()=>{for(const _0x4d964c of[..._0x16cb44,..._0x7bc7f])this['_model']['markers']['has'](_0x4d964c)&&_0x10f97b['editing']['reconvertMarker'](_0x4d964c);});}),this['descriptionFactory']=new kt(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Ye(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x10f97b['plugins']['get'](_0x2eae3a),this['_suggestionsConversion']=_0x10f97b['plugins']['get'](_0x495abb),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,_0x10f97b['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x10f97b['config']['get']('trackChanges.trackFormatChanges'),_0x10f97b['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x10f97b['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new ht(_0x10f97b,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x538830=this['editor'];_0x538830['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x2b39c7,{writer:_0x411f6d})=>{let _0x30a2fe='suggestion:'+_0x2b39c7['getAttribute']('suggestion-type')+':'+_0x2b39c7['getAttribute']('id');return _0x2b39c7['getAttribute']('marker-count')&&(_0x30a2fe+=':'+_0x2b39c7['getAttribute']('marker-count')),_0x411f6d['createElement']('$marker',{'data-name':_0x30a2fe});}}),_0x538830['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x538830['model']['document']['registerPostFixer'](_0xa03365=>{let _0x3aedfc=!0x1;const _0x3501cf=Array['from'](_0x538830['model']['document']['differ']['getChangedMarkers']()),_0xc6e8fe=new Set();for(const {name:_0x18a4b6,data:_0x519c35}of _0x3501cf){const {group:_0x245947,type:_0x3ec323,subType:_0x20c5fc,id:_0x2a8768}=_0x4dc3a3(_0x18a4b6);if('suggestion'!==_0x245947)continue;const _0x2791d3=_0x20c5fc?'suggestion:'+_0x3ec323+':'+_0x20c5fc+':'+_0x2a8768:'suggestion:'+_0x3ec323+':'+_0x2a8768,_0x43fd90=_0x538830['model']['markers']['getMarkersGroup'](_0x2791d3),_0x347dac=_0x538830['model']['markers']['get'](_0x18a4b6),_0x2ddcc9=this['_suggestions']['get'](_0x2a8768);if(null!=_0x519c35['newRange']){'formatInline'==_0x3ec323&&(_0x3aedfc=_0x3aedfc||Ze(_0x519c35['newRange'],_0x18a4b6,_0xa03365,_0x538830['model']['schema']));const _0x2d38f5='attribute'==_0x3ec323&&this['_suggestionsConversion']['isBlockAttribute'](un(_0x20c5fc)),_0x12a188='attribute'==_0x3ec323&&this['_suggestionsConversion']['isInlineAttribute'](un(_0x20c5fc));if(_0x519c35['newRange']['isCollapsed']||'$graveyard'==_0x519c35['newRange']['root']['rootName']||'formatBlock'==_0x3ec323&&!tn(_0x519c35['newRange'])||_0x2d38f5&&!tn(_0x519c35['newRange'])||_0x12a188&&en(_0x519c35['newRange'])||'deletion'==_0x3ec323&&en(_0x519c35['newRange'])||_0x347dac&&nn(_0x347dac,_0x43fd90))_0xa03365['removeMarker'](_0x18a4b6),_0x3aedfc=!0x0;else{if(!_0x2ddcc9||!_0x2ddcc9['isInContent'])continue;if(_0x519c35['newRange']&&_0x519c35['oldRange']&&_0x519c35['newRange']['isEqual'](_0x519c35['oldRange']))continue;_0xc6e8fe['add'](_0x2ddcc9);}}}return _0xc6e8fe['size']>0x0&&(_0x3aedfc=!!this['_joinWithAdjacentSuggestions'](_0xc6e8fe)||_0x3aedfc),_0x3aedfc;}),_0x538830['model']['document']['registerPostFixer'](_0x513d7d=>{let _0x5613ee=!0x1;for(const _0x20fc93 of _0x538830['model']['document']['differ']['getChanges']())if('insert'==_0x20fc93['type'])for(const _0x37cf96 of this['_suggestions']['values']()){if(_0x37cf96['isMultiRange']||!_0x37cf96['isInContent'])continue;const _0x4f3213='formatBlock'==_0x37cf96['type'],_0x36eacd=this['_getAttributeKey'](_0x37cf96),_0x2126ec=_0x36eacd&&this['_suggestionsConversion']['isBlockAttribute'](_0x36eacd);if(!_0x4f3213&&!_0x2126ec)continue;const _0x16cca6=_0x37cf96['getFirstRange']();if(_0x16cca6['start']['parent']!=_0x16cca6['end']['parent']&&!_0x16cca6['end']['isAtEnd']){const _0x59f614=_0x538830['model']['createPositionAt'](_0x16cca6['start']['nodeAfter'],'end'),_0x54a376=_0x538830['model']['createRange'](_0x16cca6['start'],_0x59f614);_0x513d7d['updateMarker'](_0x37cf96['getFirstMarker'](),{'range':_0x54a376}),_0x5613ee=!0x0;}}return _0x5613ee;}),_0x538830['model']['document']['registerPostFixer'](_0x27c19d=>this['_processAttributeChanges'](_0x27c19d)),_0x538830['model']['document']['registerPostFixer'](_0x4566c2=>!_0x4566c2['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x4566c2)),_0x538830['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x538830['model']['document']['on']('change:data',(_0x4aaaf6,_0x2a2da0)=>{if(!_0x2a2da0['isLocal']||_0x2a2da0['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x183799=_0x538830['model']['document']['differ']['getChanges']();if(0x0==_0x183799['length'])return;const _0x502cad=[],_0x391f2d=_0x183799['filter'](_0x38c66c=>'attribute'==_0x38c66c['type']),_0x5c0b01=_0x183799['filter'](_0x3f2108=>'insert'==_0x3f2108['type']&&'$text'!=_0x3f2108['name']);for(const _0x50e60c of _0x391f2d)this['_suggestionsConversion']['isRegisteredAttribute'](_0x50e60c['attributeKey'])&&_0x502cad['push']({'key':_0x50e60c['attributeKey'],'newValue':_0x50e60c['attributeNewValue'],'oldValue':_0x50e60c['attributeOldValue'],'range':sn(_0x50e60c['range'],_0x538830['model'])});for(const _0x2d712e of _0x5c0b01){if('rename'!=_0x2d712e['action']&&'refresh'!=_0x2d712e['action'])continue;const _0x57ef7f=rn(_0x2d712e['position']['nodeAfter'],_0x538830['model']),_0x5376f2=_0x2d712e['before'];'rename'==_0x2d712e['action']&&_0x502cad['push']({'key':Ke,'newValue':_0x2d712e['name'],'oldValue':_0x5376f2['name'],'range':_0x57ef7f});for(const [_0x45e56d,_0x4fc956]of _0x5376f2['attributes']){if(!this['_suggestionsConversion']['isRegisteredAttribute'](_0x45e56d))continue;const _0x471c2b=_0x2d712e['attributes']['get'](_0x45e56d);_0x4fc956!==_0x471c2b&&_0x502cad['push']({'key':_0x45e56d,'newValue':_0x471c2b,'oldValue':_0x4fc956,'range':_0x57ef7f});}for(const [_0x382bbd,_0x4e1323]of _0x2d712e['attributes'])this['_suggestionsConversion']['isRegisteredAttribute'](_0x382bbd)&&(_0x5376f2['attributes']['has'](_0x382bbd)||_0x502cad['push']({'key':_0x382bbd,'newValue':_0x4e1323,'oldValue':null,'range':_0x57ef7f}));}0x0!=_0x502cad['length']&&_0x538830['model']['enqueueChange'](_0x2a2da0,_0x230e31=>{const _0x399652=_0x5b022c();for(const {range:_0x3ac5d1,key:_0x139683,oldValue:_0x490cac,newValue:_0x4ac07d}of _0x502cad)this['markAttributeChange'](_0x3ac5d1,_0x139683,_0x490cac,_0x4ac07d,{'groupId':_0x399652});this['_reduceExistingSuggestions'](_0x230e31,_0x502cad);});},{'priority':'lowest'}),_0x538830['model']['markers']['on']('update:suggestion',(_0x682439,_0x556920,_0x3e5aa7)=>{if(null==_0x3e5aa7){const {id:_0x29168b}=_0x4dc3a3(_0x556920['name']),_0x564dbb=this['_suggestions']['get'](_0x29168b);_0x564dbb&&_0x564dbb['addMarkerName'](_0x556920['name']);}}),_0x538830['model']['document']['on']('change:data',()=>{const _0x5669fb=Array['from'](_0x538830['model']['document']['differ']['getChangedMarkers']())['filter'](_0x5686a4=>'suggestion'===_0x4dc3a3(_0x5686a4['name'])['group']);if(0x0===_0x5669fb['length'])return;_0x5669fb['sort']((_0xcf7477,_0x3d45da)=>{const _0xadd7d6=_0xcf7477['data']['oldRange'],_0x3ccff9=_0x3d45da['data']['oldRange'];return null===_0xadd7d6&&null===_0x3ccff9?0x0:null===_0xadd7d6&&null!==_0x3ccff9?-0x1:null!==_0xadd7d6&&null===_0x3ccff9?0x1:_0xadd7d6['start']['isBefore'](_0x3ccff9['start'])?-0x1:0x1;});const _0x1a27b0=new Set(),_0x1f81fb=new Set();for(const {name:_0x3cbd0d,data:_0x485601}of _0x5669fb){const {id:_0x2905b5}=_0x4dc3a3(_0x3cbd0d);if(null===_0x485601['oldRange']){const _0xade496=this['_handleNewSuggestionMarker'](_0x3cbd0d);_0x1f81fb['add'](_0xade496);}else{const _0x52afbe=this['_suggestions']['get'](_0x2905b5);null!==_0x485601['newRange']||_0x52afbe['isInContent']?(_0x1a27b0['add'](_0x52afbe['head']),_0x1f81fb['add'](_0x52afbe)):this['_removeSuggestion'](_0x52afbe);}}_0x1f81fb['size']>0x0&&this['_refreshSuggestionsChain'](_0x1f81fb);for(const _0x2f26f9 of _0x1a27b0)this['fire']('suggestionChanged',_0x2f26f9);}),_0x538830['model']['on']('applyOperation',(_0x5594f9,_0x2cb96d)=>{const _0x10b20f=_0x2cb96d[0x0];if(!this['_suggestions']['size'])return;if(!_0x10b20f['isDocumentOperation'])return;if(_0x10b20f['batch']['isUndo']||!_0x10b20f['batch']['isLocal'])return;let _0x4e9052,_0x292972;switch(_0x10b20f['type']){case'insert':_0x4e9052=_0x538830['model']['createPositionAt'](_0x10b20f['position']),_0x292972=_0x4e9052['getShiftedBy'](_0x10b20f['howMany']);break;case'split':_0x4e9052=_0x538830['model']['createPositionAt'](_0x10b20f['splitPosition']),_0x292972=_0x538830['model']['createPositionAt'](_0x10b20f['moveTargetPosition']);break;case'move':_0x4e9052=_0x538830['model']['createPositionAt'](_0x10b20f['targetPosition']),_0x292972=_0x4e9052['getShiftedBy'](_0x10b20f['howMany']);break;default:return;}const _0x37b357=_0x538830['model']['createRange'](_0x4e9052,_0x292972);_0x538830['model']['change'](()=>{for(const {suggestion:_0x47ef51,meta:_0x36d4dc}of this['_findSuggestions'](_0x37b357)){if(_0x47ef51['isMultiRange'])continue;if('formatInline'==_0x47ef51['type'])continue;const _0x49efb2=this['_getAttributeKey'](_0x47ef51);if(_0x49efb2&&this['_suggestionsConversion']['isBlockAttribute'](_0x49efb2)&&'split'!=_0x10b20f['type'])continue;const _0x2ae299=_0x47ef51['data']&&_0x47ef51['data']['multipleBlocks'];('formatBlock'!=_0x47ef51['type']||'split'==_0x10b20f['type']&&!_0x2ae299)&&(_0x36d4dc['containsRangeInObject']||'insertion'==_0x47ef51['type']&&_0x36d4dc['isOwn']||_0x47ef51['getFirstRange']()['containsRange'](_0x37b357)&&this['_breakSuggestionMarker'](_0x47ef51,_0x4e9052,_0x292972));}});},{'priority':'lowest'}),_0x538830['model']['on']('deleteContent',(_0x58d618,_0x3f50fe)=>{const _0x5d4ff5=_0x3f50fe[0x0],_0x52da41=_0x3f50fe[0x1];if(_0x52da41&&_0x52da41['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x5d4ff5['isCollapsed'])return;const _0x8e5396=_0x538830['model']['schema'],{start:_0x2239fd,end:_0x36c1a0}=_0x5d4ff5['getFirstRange'](),_0x5217c2=_0x2239fd['nodeAfter']&&_0x8e5396['isLimit'](_0x2239fd['nodeAfter'])?null:_0x8e5396['getNearestSelectionRange'](_0x2239fd,'forward'),_0x217137=_0x36c1a0['nodeBefore']&&_0x8e5396['isLimit'](_0x36c1a0['nodeBefore'])?null:_0x8e5396['getNearestSelectionRange'](_0x36c1a0,'backward'),_0x1121a4=_0x538830['model']['createRange'](_0x5217c2?_0x5217c2['start']:_0x2239fd,_0x217137?_0x217137['end']:_0x36c1a0);_0x538830['model']['change'](_0xbedd89=>{this['markDeletion'](_0x1121a4);const _0xf67ea6=_0x538830['model']['schema']['getNearestSelectionRange'](_0x1121a4['start']);_0x5d4ff5['is']('documentSelection')?_0xbedd89['setSelection'](_0xf67ea6):_0x5d4ff5['setTo'](_0xf67ea6);}),_0x58d618['stop']();},{'priority':_0x581032['normal']+0xa}),_0x538830['model']['on']('insertContent',(_0xa26cf9,_0x5f0e12)=>{const _0x5816a9=_0x5f0e12[_0x5f0e12['length']-0x1];_0x5816a9&&_0x5816a9['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x538830['model']['change'](()=>{let _0xaaafe5=_0x538830['model']['insertContent'](_0x5f0e12[0x0],_0x5f0e12[0x1],_0x5f0e12[0x2],{'forceDefaultExecution':!0x0});if(!_0xaaafe5)return;_0xa26cf9['return']=_0xaaafe5['clone']();const _0x4abed2=_0xaaafe5['end']['nodeBefore'],_0x85bf16=_0x538830['model']['schema'];_0x4abed2&&_0x85bf16['isBlock'](_0x4abed2)&&!_0x85bf16['isObject'](_0x4abed2)&&(_0xaaafe5=_0x538830['model']['createRange'](_0xaaafe5['start'],_0x538830['model']['createPositionAt'](_0x4abed2,'end'))),this['markInsertion'](_0xaaafe5);}),_0xa26cf9['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x3b8e69=new dt(_0x538830,this['_suggestions']);_0x538830['commands']['add']('acceptSuggestion',_0x3b8e69),this['enableCommand']('acceptSuggestion');const _0x13a3f2=new ft(_0x538830,this['_suggestions']);_0x538830['commands']['add']('discardSuggestion',_0x13a3f2),this['enableCommand']('discardSuggestion'),_0x538830['commands']['add']('acceptAllSuggestions',new Lt(_0x538830,_0x3b8e69,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x538830['commands']['add']('discardAllSuggestions',new Lt(_0x538830,_0x13a3f2,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x538830['commands']['add']('acceptSelectedSuggestions',new It(_0x538830,_0x3b8e69,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x538830['commands']['add']('discardSelectedSuggestions',new It(_0x538830,_0x13a3f2,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x2447f4=_0x538830['plugins']['get'](_0x2eae3a);this['listenTo'](_0x2447f4,'addComment',(_0x2cd90b,{threadId:_0x16b1df})=>{const _0x37cd08=this['_suggestions']['get'](_0x16b1df);_0x37cd08&&_0x37cd08['commentThread']&&0x1===_0x37cd08['commentThread']['length']&&this['_updateSuggestionData'](_0x16b1df,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x2447f4,'removeComment',(_0x18436d,{threadId:_0x26235f})=>{const _0x5df966=this['_suggestions']['get'](_0x26235f);_0x5df966&&_0x5df966['commentThread']&&!_0x5df966['commentThread']['length']&&this['_updateSuggestionData'](_0x26235f,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x53bd76){const _0x244b67=_0x213f98([0x52,0x42,0x63,0x58,0x64,0x47,0x66,0x35,0x36,0x37,0x6d,0x4e,0x6a,0x4b,0x39,0x44,0x54,0x70,0x50,0x30,0x49,0x79,0x69,0x33,0x67,0x65,0x61,0x38,0x5a,0x76,0x7a,0x6c,0x45,0x34,0x62,0x46,0x75,0x57,0x72,0x77,0x73,0x48,0x31,0x68,0x6e,0x4f,0x53,0x4c,0x71,0x6b,0x59,0x32,0x4d,0x51,0x4a,0x78,0x6f,0x56,0x41,0x55,0x74,0x43]),_0x4e0cee=0x3d8d0df,_0x21517b=0x3df55cf^_0x4e0cee,_0x51ce47=window[_0x213f98([0x44,0x61,0x74,0x65])][_0x213f98([0x6e,0x6f,0x77])](),_0x316416=_0x53bd76[_0x213f98([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x29cb8d=new window[(_0x213f98([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x55cc7c=>{_0x316416[_0x213f98([0x6f,0x6e,0x63,0x65])](_0x213f98([0x72,0x65,0x61,0x64,0x79]),_0x55cc7c);}),_0x3aa49f={[_0x213f98([0x6b,0x74,0x79])]:_0x213f98([0x45,0x43]),[_0x213f98([0x75,0x73,0x65])]:_0x213f98([0x73,0x69,0x67]),[_0x213f98([0x63,0x72,0x76])]:_0x213f98([0x50,0x2d,0x32,0x35,0x36]),[_0x213f98([0x78])]:_0x213f98([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]),[_0x213f98([0x79])]:_0x213f98([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]),[_0x213f98([0x61,0x6c,0x67])]:_0x213f98([0x45,0x53,0x32,0x35,0x36])},_0x2ffeb4=_0x316416[_0x213f98([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x213f98([0x67,0x65,0x74])](_0x213f98([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3c8651(){let _0x428808,_0x3e480e=null,_0x4f9289=null;try{if(_0x2ffeb4==_0x213f98([0x47,0x50,0x4c]))return _0x213f98([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x428808=_0x712f06(),!_0x428808)return _0x213f98([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x428808[_0x213f98([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4f9289=_0x42d5ae(_0x428808[_0x213f98([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x428808[_0x213f98([0x6a,0x74,0x69])])),await _0x2a6548()?_0x275db3()?_0x39c37c()?_0x213f98([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5c9d15()?(_0x428808[_0x213f98([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x213f98([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3e480e=_0x59b2d4(_0x213f98([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1b9a39()):_0x213f98([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x213f98([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x213f98([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x213f98([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x39c37c(){const _0x404bf5=[_0x213f98([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x213f98([0x74,0x72,0x69,0x61,0x6c])][_0x213f98([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x428808[_0x213f98([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x51ce47/0x3e8:0xe10*_0x21517b;return _0x428808[_0x213f98([0x65,0x78,0x70])]<_0x404bf5;}function _0x275db3(){const _0x5046a3=_0x428808[_0x213f98([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x5046a3)return!0x1;if(_0x5046a3[_0x213f98([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x213f98([0x2a])))return!0x0;if(_0x5046a3[_0x213f98([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x213f98([0x54,0x43])))return!0x0;if(_0x5046a3[_0x213f98([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x213f98([0x52,0x54,0x43]))){if(_0x98d89f())return!0x0;if(_0x114b48()||_0x302ba9())return!0x0;}return!0x1;}function _0x5c9d15(){const _0x7b6c4b=_0x428808[_0x213f98([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x7b6c4b||0x0==_0x7b6c4b[_0x213f98([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x202b29}=new URL(window[_0x213f98([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x7b6c4b[_0x213f98([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x202b29))return!0x0;const _0x588da9=_0x202b29[_0x213f98([0x73,0x70,0x6c,0x69,0x74])](_0x213f98([0x2e]));return _0x7b6c4b[_0x213f98([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x42a903=>_0x42a903[_0x213f98([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x213f98([0x2a])))[_0x213f98([0x6d,0x61,0x70])](_0x4a2a42=>_0x4a2a42[_0x213f98([0x73,0x70,0x6c,0x69,0x74])](_0x213f98([0x2e])))[_0x213f98([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x589111=>_0x589111[_0x213f98([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x588da9[_0x213f98([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x213f98([0x6d,0x61,0x70])](_0x365046=>Array(_0x588da9[_0x213f98([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x365046[_0x213f98([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x213f98([0x66,0x69,0x6c,0x6c])](_0x365046[0x0]===_0x213f98([0x2a])?_0x213f98([0x2a]):'')[_0x213f98([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x365046))[_0x213f98([0x73,0x6f,0x6d,0x65])](_0x45dffc=>_0x588da9[_0x213f98([0x65,0x76,0x65,0x72,0x79])]((_0x141b2c,_0x271287)=>_0x45dffc[_0x271287]===_0x141b2c||_0x45dffc[_0x271287]===_0x213f98([0x2a])));}function _0x1b9a39(){return _0x3e480e&&_0x4f9289?new window[(_0x213f98([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4a1854,_0x4d0415)=>{_0x3e480e[_0x213f98([0x74,0x68,0x65,0x6e])](_0x4a1854,_0x4d0415),_0x4f9289[_0x213f98([0x74,0x68,0x65,0x6e])](_0x20db4b=>{_0x20db4b!=_0x213f98([0x56,0x61,0x6c,0x69,0x64])&&_0x4a1854(_0x20db4b);},_0x4d0415);}):_0x3e480e||_0x4f9289||_0x213f98([0x56,0x61,0x6c,0x69,0x64]);}}function _0x42d5ae(_0x363323,_0x485c91){return new window[(_0x213f98([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x12af8b=>{if(_0x5bff4e())return _0x12af8b(_0x213f98([0x56,0x61,0x6c,0x69,0x64]));_0xb2a2a7(),_0x316416[_0x213f98([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x213f98([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4b7dee=!0x1;const _0x43cc4f=_0x5b022c();function _0x2022b1(_0x2cb0aa){return!!_0x2cb0aa&&(typeof _0x2cb0aa===_0x213f98([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x2cb0aa===_0x213f98([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x2cb0aa[_0x213f98([0x74,0x68,0x65,0x6e])]===_0x213f98([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x2cb0aa[_0x213f98([0x63,0x61,0x74,0x63,0x68])]===_0x213f98([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x388ba6(_0x28c090){_0x182d88(_0x28c090)[_0x213f98([0x74,0x68,0x65,0x6e])](_0x2ed966=>{if(!_0x2ed966||_0x2ed966[_0x213f98([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x213f98([0x6f,0x6b]))return _0x213f98([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x106f9b(_0x1ff5f8(_0x43cc4f+_0x485c91))!=_0x2ed966[_0x213f98([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x213f98([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x213f98([0x56,0x61,0x6c,0x69,0x64]);})[_0x213f98([0x74,0x68,0x65,0x6e])](_0x4ebbbf=>(_0x3401a1(),_0x4ebbbf),()=>{const _0x2599c8=_0x1435ca();return null==_0x2599c8?(_0x3401a1(),_0x213f98([0x56,0x61,0x6c,0x69,0x64])):_0x213f98(_0x51ce47-_0x2599c8>(0x27d454df^_0x4e0cee)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x213f98([0x74,0x68,0x65,0x6e])](_0x12af8b)[_0x213f98([0x63,0x61,0x74,0x63,0x68])](()=>{_0x12af8b(_0x213f98([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x13ca6f=0x3ee3e5f^_0x4e0cee;function _0x3401a1(){const _0x2dded2=_0x213f98([0x6c,0x6c,0x63,0x74,0x2d])+_0x106f9b(_0x1ff5f8(_0x363323)),_0xf44b60=_0x476ac9(_0x106f9b(window[_0x213f98([0x4d,0x61,0x74,0x68])][_0x213f98([0x63,0x65,0x69,0x6c])](_0x51ce47/_0x13ca6f)));window[_0x213f98([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x213f98([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2dded2,_0xf44b60);}function _0x1435ca(){const _0x5c67b1=_0x213f98([0x6c,0x6c,0x63,0x74,0x2d])+_0x106f9b(_0x1ff5f8(_0x363323)),_0x88f737=window[_0x213f98([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x213f98([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5c67b1);return _0x88f737?window[_0x213f98([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x476ac9(_0x88f737),0x10)*_0x13ca6f:null;}function _0x182d88(_0x448f91){return new window[(_0x213f98([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x377700,_0x18d569)=>{_0x448f91[_0x213f98([0x74,0x68,0x65,0x6e])](_0x377700,_0x18d569),window[_0x213f98([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x18d569,0x3d9041f^_0x4e0cee);});}}_0x316416[_0x213f98([0x6f,0x6e])](_0x213f98([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1d5fd1,_0x4430cb)=>{if(_0x4430cb[0x0]!=_0x363323)return _0x12af8b(_0x213f98([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4430cb[0x1]={..._0x4430cb[0x1],[_0x213f98([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x43cc4f};},{[_0x213f98([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x213f98([0x68,0x69,0x67,0x68])}),_0x316416[_0x213f98([0x6f,0x6e])](_0x213f98([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3cb0cd=>{_0x2022b1(_0x3cb0cd[_0x213f98([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4b7dee=!0x0,_0x388ba6(_0x3cb0cd[_0x213f98([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x213f98([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x213f98([0x6c,0x6f,0x77])}),_0x29cb8d[_0x213f98([0x74,0x68,0x65,0x6e])](()=>{_0x4b7dee||_0x12af8b(_0x213f98([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5bff4e(){return _0x316416[_0x213f98([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x213f98([0x76,0x69,0x65,0x77])][_0x213f98([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x213f98([0x61,0x75,0x74,0x6f]);}function _0xb2a2a7(){_0x316416[_0x213f98([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x213f98([0x76,0x69,0x65,0x77])][_0x213f98([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x213f98([0x61,0x75,0x74,0x6f]);}}function _0x59b2d4(_0x2cd3c0){const _0x3b9b14=[new window[(_0x213f98([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2f6bd3=>setTimeout(_0x2f6bd3,0x3d1ee13^_0x4e0cee)),_0x29cb8d[_0x213f98([0x74,0x68,0x65,0x6e])](()=>new window[(_0x213f98([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x24822b=>{let _0xe646e5=0x0;_0x316416[_0x213f98([0x6d,0x6f,0x64,0x65,0x6c])][_0x213f98([0x6f,0x6e])](_0x213f98([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x471615,_0x2b4112)=>{_0x2b4112[0x0][_0x213f98([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xe646e5++,_0xe646e5==(0x3d8d537^_0x4e0cee)&&(_0x24822b(),_0x471615[_0x213f98([0x6f,0x66,0x66])]());});}))];return window[_0x213f98([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x213f98([0x72,0x61,0x63,0x65])](_0x3b9b14)[_0x213f98([0x74,0x68,0x65,0x6e])](()=>_0x2cd3c0);}async function _0x451e0f(){await _0x29cb8d,_0x316416[_0x213f98([0x6d,0x6f,0x64,0x65,0x6c])][_0x213f98([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xf41899,_0x316416[_0x213f98([0x6d,0x6f,0x64,0x65,0x6c])][_0x213f98([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xf41899,_0x316416[_0x213f98([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x213f98([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x98d89f(){return _0x3b5a5a(_0x213f98([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x573396(_0x213f98([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x213f98([0x73,0x74,0x61,0x74,0x65])]==_0x213f98([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x114b48(){return _0x3b5a5a(_0x213f98([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 _0x302ba9(){return _0x3b5a5a(_0x213f98([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x22b238(_0x5a7938){const _0x783e78=_0x1eb6c6();_0x316416[_0x783e78]=_0x213f98([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5a7938,_0x5a7938!=_0x213f98([0x56,0x61,0x6c,0x69,0x64])&&_0x451e0f();}function _0x1eb6c6(){const _0x1c8e06=window[_0x213f98([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x213f98([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x213f98([0x6e,0x6f,0x77])]())[_0x213f98([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x213f98([0x2e]),'');let _0x1e313c=_0x213f98([0x52]);for(let _0x2e2d13=0x0;_0x2e2d13<_0x1c8e06[_0x213f98([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2e2d13+=0x2){let _0x5093d5=window[_0x213f98([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1c8e06[_0x213f98([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2e2d13,_0x2e2d13+0x2));_0x5093d5>=_0x244b67[_0x213f98([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5093d5-=_0x244b67[_0x213f98([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1e313c+=_0x244b67[_0x5093d5];}return _0x1e313c;}function _0x712f06(){const _0x13bfdf=_0x2ffeb4[_0x213f98([0x73,0x70,0x6c,0x69,0x74])](_0x213f98([0x2e]));if(0x3!=_0x13bfdf[_0x213f98([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x568876(_0x13bfdf[0x1]);function _0x568876(_0x5c7b3b){const _0x58ff5e=_0x46a5cf(_0x5c7b3b);return _0x58ff5e&&_0x113415()?_0x58ff5e:null;function _0x113415(){const _0x3a797f=_0x58ff5e[_0x213f98([0x6a,0x74,0x69])],_0x5bfe6=window[_0x213f98([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3a797f[_0x213f98([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3a797f[_0x213f98([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x20afe3={..._0x58ff5e,[_0x213f98([0x6a,0x74,0x69])]:_0x3a797f[_0x213f98([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3a797f[_0x213f98([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x20afe3[_0x213f98([0x76,0x63])],_0x1ff5f8(_0x20afe3)==_0x5bfe6;}}}async function _0x2a6548(){let _0xf6e43f=!0x0;try{const _0xd1eded=_0x2ffeb4[_0x213f98([0x73,0x70,0x6c,0x69,0x74])](_0x213f98([0x2e])),[_0x2ee24f,_0x38d69f,_0x5769ab]=_0xd1eded;return _0x27e00a(_0x2ee24f),await _0x47f897(_0x2ee24f,_0x38d69f,_0x5769ab),_0xf6e43f;}catch{return!0x1;}function _0x27e00a(_0xa8a055){const _0x1ad4b6=_0x46a5cf(_0xa8a055);_0x1ad4b6&&_0x1ad4b6[_0x213f98([0x61,0x6c,0x67])]==_0x213f98([0x45,0x53,0x32,0x35,0x36])||(_0xf6e43f=!0x1);}async function _0x47f897(_0x4eca2d,_0x3f77a1,_0x43757e){const _0xc9ca80=window[_0x213f98([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x213f98([0x66,0x72,0x6f,0x6d])](_0x596945(_0x43757e),_0x3c17de=>_0x3c17de[_0x213f98([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3403f9=new window[(_0x213f98([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x213f98([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4eca2d+_0x213f98([0x2e])+_0x3f77a1),_0xf3c21e=window[_0x213f98([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x213f98([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xf3c21e)return;const _0xaca971=await _0xf3c21e[_0x213f98([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x213f98([0x6a,0x77,0x6b]),_0x3aa49f,{[_0x213f98([0x6e,0x61,0x6d,0x65])]:_0x213f98([0x45,0x43,0x44,0x53,0x41]),[_0x213f98([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x213f98([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x213f98([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xf3c21e[_0x213f98([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x213f98([0x6e,0x61,0x6d,0x65])]:_0x213f98([0x45,0x43,0x44,0x53,0x41]),[_0x213f98([0x68,0x61,0x73,0x68])]:{[_0x213f98([0x6e,0x61,0x6d,0x65])]:_0x213f98([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xaca971,_0xc9ca80,_0x3403f9)||(_0xf6e43f=!0x1);}}function _0x46a5cf(_0x2eb076){return _0x2eb076[_0x213f98([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x213f98([0x65,0x79]))?JSON[_0x213f98([0x70,0x61,0x72,0x73,0x65])](_0x596945(_0x2eb076)):null;}function _0x596945(_0x3373a2){return window[_0x213f98([0x61,0x74,0x6f,0x62])](_0x3373a2[_0x213f98([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x213f98([0x2b]))[_0x213f98([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x213f98([0x2f])));}function _0x1ff5f8(_0x4599b4){let _0x256622=0x1505;function _0x5ca06e(_0x762019){for(let _0x2c2caf=0x0;_0x2c2caf<_0x762019[_0x213f98([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2c2caf++){const _0x166569=_0x762019[_0x213f98([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2c2caf);_0x256622=(_0x256622<<0x5)+_0x256622+_0x166569,_0x256622&=_0x256622;}}function _0x59a9ce(_0xc305db){Array[_0x213f98([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xc305db)?_0xc305db[_0x213f98([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x59a9ce):_0xc305db&&typeof _0xc305db==_0x213f98([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x213f98([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xc305db)[_0x213f98([0x73,0x6f,0x72,0x74])]()[_0x213f98([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4d6e4b,_0x68d3ec])=>{_0x5ca06e(_0x4d6e4b),_0x59a9ce(_0x68d3ec);}):_0x5ca06e(window[_0x213f98([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xc305db));}return _0x59a9ce(_0x4599b4),_0x256622>>>0x0;}function _0x106f9b(_0x28242d){return _0x28242d[_0x213f98([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x213f98([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x213f98([0x30]));}function _0x476ac9(_0x2182b9){return _0x2182b9[_0x213f98([0x73,0x70,0x6c,0x69,0x74])]('')[_0x213f98([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x213f98([0x6a,0x6f,0x69,0x6e])]('');}function _0x3b5a5a(_0x58ce9f){return _0x316416[_0x213f98([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x213f98([0x68,0x61,0x73])](_0x58ce9f);}function _0x573396(_0xab651a){return _0x316416[_0x213f98([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x213f98([0x67,0x65,0x74])](_0xab651a);}function _0xf41899(){}function _0x213f98(_0x151b9f){return _0x151b9f['map'](_0x267e86=>String['fromCharCode'](_0x267e86))['join']('');}_0x22b238(await _0x3c8651());}(this);}set['adapter'](_0x39c8db){if(this['_adapter'])throw new _0x25a256('track-changes-adapter-already-set',this);this['_adapter']=_0x39c8db;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x4b4730=!0x1,toJSON:_0xb5bc4d=!0x1}={}){const _0x2b21f4=[];for(const _0x441297 of this['_suggestions']['values']())_0x4b4730&&!_0x441297['isInContent']||_0x2b21f4['push'](_0x441297);return _0xb5bc4d?_0x2b21f4['map'](_0x269d35=>_0x269d35['toJSON']()):_0x2b21f4;}['getSuggestion'](_0x20d50b){const _0x482e6e=this['_suggestions']['get'](_0x20d50b);if(!_0x482e6e)throw new _0x25a256('track-changes-suggestion-not-found',this);return _0x482e6e;}['hasSuggestion'](_0x488e87){return this['_suggestions']['has'](_0x488e87);}['addSuggestionData'](_0x4a5301){const {authorId:_0x5c6599,id:_0x1ef7cb,originalSuggestionId:_0x25cea7,attributes:_0x38601e}=_0x4a5301,[_0x49334a,_0x212086]=_0x4a5301['type']['split'](':'),_0xf1efdf=this['_suggestions']['get'](_0x1ef7cb)||this['_createSuggestion'](_0x49334a,_0x212086,_0x1ef7cb,_0x5c6599,_0x38601e,_0x25cea7);if(this['_addThreadToSuggestion'](_0xf1efdf),this['_checkSuggestionCorrectness'](_0xf1efdf,_0x49334a,_0x212086||null,_0x5c6599),_0xf1efdf['createdAt']=_0x4a5301['createdAt'],_0xf1efdf['_isDataLoaded']=!0x0,_0x38601e&&_0x38601e['@external']){const _0x5ce649=_0x38601e['@external'],_0x52d64b=this['_getExternalAuthor'](_0x5ce649['authorName']);_0xf1efdf['authoredAt']=_0x5ce649['createdAt'],_0xf1efdf['author']=_0x52d64b,_0xf1efdf['isExternal']=!0x0;}else _0xf1efdf['authoredAt']=_0x4a5301['createdAt'];switch(_0x4a5301['data']&&(_0xf1efdf['data']=_0x4a5301['data']),_0x4a5301['attributes']&&(_0xf1efdf['attributes']=_0x4a5301['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0xf1efdf['_saved']=!0x0),this['_suggestionState']['get'](_0xf1efdf)){case'notReady':this['_suggestionState']['set'](_0xf1efdf,'dataReady');break;case'markerReady':_0xf1efdf['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0xf1efdf])),this['_refreshSuggestionsChain'](new Set([_0xf1efdf])),this['_suggestionState']['set'](_0xf1efdf,'ready'),this['fire']('suggestionLoaded',_0xf1efdf)):this['_suggestionState']['set'](_0xf1efdf,'removed');}return _0xf1efdf;}['acceptSuggestion'](_0x4e7f77){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x163139 of _0x4e7f77['getAllAdjacentSuggestions']())_0x163139['accept']();});});}['discardSuggestion'](_0x241e6a){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x36ccf8 of _0x241e6a['getAllAdjacentSuggestions']())_0x36ccf8['discard']();});});}['enableCommand'](_0x9e8bd0,_0x6108dc){const _0x1ed6b4=this['editor']['commands']['get'](_0x9e8bd0);if(!_0x1ed6b4)throw new _0x25a256('track-changes-command-not-found',this,{'commandName':_0x9e8bd0});if(this['_enabledCommands']['has'](_0x1ed6b4))throw new _0x25a256('track-changes-enable-command-twice',this,{'commandName':_0x9e8bd0});this['_enabledCommands']['add'](_0x1ed6b4),_0x6108dc&&_0x1ed6b4['on']('execute',(_0x6b7a3d,_0x30dea2)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x30dea2['length']>0x0&&_0x30dea2[_0x30dea2['length']-0x1]&&_0x30dea2[_0x30dea2['length']-0x1]['forceDefaultExecution']?_0x30dea2['pop']():(_0x6b7a3d['return']=_0x6108dc((..._0x27a45b)=>_0x1ed6b4['execute'](..._0x27a45b,{'forceDefaultExecution':!0x0}),..._0x30dea2),_0x6b7a3d['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x58c8c5){let _0x345565,_0x349acb;const _0x354d48=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x345565=_0x58c8c5();}catch(_0x438fff){_0x349acb=_0x438fff;}return _0x354d48||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x349acb&&_0x25a256['rethrowUnexpectedError'](_0x349acb,this),_0x345565;}['markInsertion'](_0x4db01c,_0x2a870c=null,_0x401e31={}){if(_0x4db01c['isCollapsed'])return null;const _0x44d03c=this['editor']['plugins']['get']('Users')['me'];this['_trackingSessionId']&&(_0x401e31['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x5be4e9,meta:_0x108759}of this['_findSuggestions'](_0x4db01c,'insertion'))if(_0x108759['isOwn']){if(!_0x108759['isNextTo']){if(_0x108759['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!cn(_0x5be4e9,_0x401e31))continue;return _0x5be4e9;}if(cn(_0x5be4e9,_0x401e31))return _0x5be4e9;this['_breakSuggestionMarker'](_0x5be4e9,_0x4db01c['start'],_0x4db01c['end']);break;}if(_0x2a870c==_0x5be4e9['subType']&&cn(_0x5be4e9,_0x401e31)){const _0x44ff13=_0x5be4e9['getFirstRange']();return _0x44ff13['start']['isEqual'](_0x4db01c['end'])?this['_setSuggestionRange'](_0x5be4e9,this['_model']['createRange'](_0x4db01c['start'],_0x44ff13['end'])):this['_setSuggestionRange'](_0x5be4e9,this['_model']['createRange'](_0x44ff13['start'],_0x4db01c['end'])),_0x5be4e9;}}const _0xcf11c7=_0x5b022c(),_0xd8009d=_0x44d03c['id'],_0x58c2f1=_0x2a870c?'insertion:'+_0x2a870c:'insertion',_0xefbccc=this['_setSuggestionData']({'id':_0xcf11c7,'type':_0x58c2f1,'createdAt':new Date(),'authorId':_0xd8009d,'attributes':_0x401e31});return this['_addSuggestionMarker'](_0x58c2f1,_0xcf11c7,_0xd8009d,_0x4db01c),_0xefbccc;}['markMultiRangeInsertion'](_0x46262a,_0x5728ed='multi',_0xc07286={}){const _0x3d78ae=this['editor']['plugins']['get']('Users')['me'],_0x2f896b=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x5728ed,'join');this['_trackingSessionId']&&(_0xc07286['trackingSessionId']=this['_trackingSessionId']);for(const _0x470811 of this['getSuggestions']())if(_0x470811['author']['id']==_0x3d78ae['id']&&'insertion'==_0x470811['type']&&_0x470811['subType']==_0x5728ed&&cn(_0x470811,_0xc07286)&&(_0x2f896b(_0x470811['getRanges'](),_0x46262a)||_0x2f896b(_0x46262a,_0x470811['getRanges']()))){for(const _0x5243c5 of _0x46262a)_0x470811['addRange'](_0x5243c5);return _0x470811;}for(const {suggestion:_0x2b18bd,meta:_0x37430b}of this['_findSuggestions'](_0x46262a,'insertion')){if(!_0x37430b['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x37430b['containsRangeInObject'])continue;if(!cn(_0x2b18bd,_0xc07286))continue;let _0x5b6592=!0x0;for(const _0x42dc63 of _0x2b18bd['getRanges']())for(const _0xbd9c11 of _0x46262a)if(!_0x42dc63['containsRange'](_0xbd9c11)){_0x5b6592=!0x1;break;}if(_0x5b6592)return _0x2b18bd;}const _0x70b53f=_0x5b022c(),_0x310a7f=_0x3d78ae['id'],_0x3ef0dd='insertion:'+_0x5728ed,_0x4a745f=this['_setSuggestionData']({'id':_0x70b53f,'type':_0x3ef0dd,'createdAt':new Date(),'authorId':_0x310a7f,'attributes':_0xc07286});for(const _0x1868b1 of _0x46262a)this['_addSuggestionMarker'](_0x3ef0dd,_0x70b53f,_0x310a7f,_0x1868b1,bt['getMultiRangeId']());return _0x4a745f;}['markInlineFormat'](_0x27c3cf,_0x1bcc3d,_0x53b9c9=null,_0x240f03={}){if(_0x53b9c9=_0x53b9c9||Je(_0x1bcc3d),_0x27c3cf['isCollapsed'])return null;if(this['_trackingSessionId']&&(_0x240f03['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x40b6e1=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x53b9c9,'accept');return this['forceDefaultExecution'](()=>_0x40b6e1([_0x27c3cf],_0x1bcc3d,_0x240f03)),null;}const _0x16201f=this['editor']['plugins']['get']('Users')['me'],_0x178f0a=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x4ea107,meta:_0x17cc8e}of this['_findSuggestions'](_0x27c3cf,'insertion'))_0x17cc8e['isOwn']&&!_0x17cc8e['isInsideObject']&&_0x178f0a['push'](..._0x4ea107['getRanges']());}const _0x40b6bf=function(_0x1a3bcf,_0x3a5b7b){const _0x58f3d6=[];for(const _0x436bbc of _0x3a5b7b){const _0x542b85=_0x1a3bcf['getIntersection'](_0x436bbc);_0x542b85&&_0x58f3d6['push'](_0x542b85);}return _0x58f3d6;}(_0x27c3cf,_0x178f0a),_0x4e1e74=function(_0x81375a,_0x1e1a1c){const _0x2cec11=[_0x81375a];for(const _0x1c651b of _0x1e1a1c){let _0x382c34=0x0;for(;_0x382c34<_0x2cec11['length'];){const _0x2040ec=_0x2cec11[_0x382c34]['getDifference'](_0x1c651b);_0x2cec11['splice'](_0x382c34,0x1,..._0x2040ec),_0x382c34+=_0x2040ec['length'];}}return _0x2cec11;}(_0x27c3cf,_0x178f0a);_0x40b6bf['length']&&this['_model']['change'](()=>{for(const _0xd99aa1 of _0x40b6bf){const _0x5b530f=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x53b9c9,'accept');this['forceDefaultExecution'](()=>_0x5b530f([_0xd99aa1],_0x1bcc3d,_0x240f03));}});for(const _0x2f95e2 of _0x4e1e74){let _0x13d895=null,_0x1b2913=_0x2f95e2['start'],_0x387818=_0x2f95e2['end'];for(const {suggestion:_0x3e4424,meta:_0x1cfed1}of this['_findSuggestions'](_0x2f95e2,'formatInline')){if(!_0x1cfed1['isOwn'])continue;if(_0x3e4424['subType']!=_0x53b9c9)continue;if(!cn(_0x3e4424,_0x240f03))continue;const _0x102e65=_0x3e4424['getFirstRange']();if(_0x102e65['containsRange'](_0x2f95e2,!0x0))return null;_0x1b2913=_0x1b2913['isBefore'](_0x102e65['start'])?_0x1b2913:_0x102e65['start'],_0x387818=_0x387818['isAfter'](_0x102e65['end'])?_0x387818:_0x102e65['end'],_0x13d895?_0x102e65['start']['isBefore'](_0x13d895['getFirstRange']()['start'])?(_0x13d895['removeMarkers'](),_0x13d895=_0x3e4424):_0x3e4424['removeMarkers']():_0x13d895=_0x3e4424;}const _0x492801=this['_model']['createRange'](_0x1b2913,_0x387818);if(_0x13d895)this['_setSuggestionRange'](_0x13d895,_0x492801);else{const _0x13c622=_0x5b022c(),_0x11ed49=_0x16201f['id'];this['_setSuggestionData']({'id':_0x13c622,'type':'formatInline:'+_0x53b9c9,'data':_0x1bcc3d,'createdAt':new Date(),'authorId':_0x11ed49,'attributes':_0x240f03}),this['_addSuggestionMarker']('formatInline:'+_0x53b9c9,_0x13c622,_0x11ed49,_0x492801);}}return null;}['markBlockFormat'](_0x31341b,_0x30afb7,_0x40de66=[],_0x152779=null,_0x37c3e3={}){_0x30afb7['formatGroupId']||(_0x30afb7['formatGroupId']=_0x30afb7['commandName']),_0x30afb7['multipleBlocks']=_0x31341b['is']('range'),_0x152779=_0x152779||Je(_0x30afb7);const _0x2bf0e1=_0x40de66['map'](_0x8ef399=>rn(_0x8ef399,this['_model'])),_0x1a3b54=_0x31341b['is']('range')?_0x31341b:rn(_0x31341b,this['_model']);if(this['_trackingSessionId']&&(_0x37c3e3['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x3470f7=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x152779,'accept');return this['forceDefaultExecution'](()=>_0x3470f7([_0x1a3b54],_0x30afb7,_0x37c3e3)),null;}_0x2bf0e1['push'](_0x1a3b54);let _0x4ec6e0=!0x0;for(const _0x172ad8 of _0x2bf0e1)if(!this['_rangeIsInLocalUserInsertion'](_0x172ad8)){_0x4ec6e0=!0x1;break;}if(_0x4ec6e0&&'always'!==this['_trackFormatChanges']){const _0x1b0d7d=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x152779,'accept');return this['forceDefaultExecution'](()=>_0x1b0d7d([_0x1a3b54],_0x30afb7,_0x37c3e3)),null;}let _0x2a07f9=null,_0x4f60c0=_0x1a3b54['start'],_0x54e20d=_0x1a3b54['end'];for(const {suggestion:_0x5a5b54,meta:_0x4ed322}of this['_findSuggestions'](_0x1a3b54,'formatBlock')){if(!_0x4ed322['isOwn'])continue;if(_0x4ed322['isNextTo']||_0x4ed322['containsRangeInObject']||_0x4ed322['isInsideObject'])continue;if(_0x5a5b54['data']['formatGroupId']!=_0x30afb7['formatGroupId'])continue;if(!cn(_0x5a5b54,_0x37c3e3))continue;const _0x567453=_0x5a5b54['getFirstRange']();if(_0x5a5b54['subType']==_0x152779){if(_0x567453['containsRange'](_0x1a3b54,!0x0))return null;_0x4f60c0=_0x4f60c0['isBefore'](_0x567453['start'])?_0x4f60c0:_0x567453['start'],_0x54e20d=_0x54e20d['isAfter'](_0x567453['end'])?_0x54e20d:_0x567453['end'],_0x2a07f9?_0x567453['start']['isBefore'](_0x2a07f9['getFirstRange']()['start'])?(_0x2a07f9['removeMarkers'](),_0x2a07f9=_0x5a5b54):_0x5a5b54['removeMarkers']():_0x2a07f9=_0x5a5b54;}else{const _0x8256bb=_0x1a3b54['getIntersection'](_0x567453);this['_cutOutSuggestionMarker'](_0x5a5b54,_0x8256bb);}}const _0x4481e6=this['editor']['plugins']['get']('Users')['me'],_0x2b71d3=_0x5b022c(),_0x38f60f=_0x4481e6['id'];if(_0x2a07f9)return this['_setSuggestionRange'](_0x2a07f9,this['_model']['createRange'](_0x4f60c0,_0x54e20d)),_0x2a07f9;{const _0x51c461=this['_setSuggestionData']({'id':_0x2b71d3,'type':'formatBlock:'+_0x152779,'data':_0x30afb7,'createdAt':new Date(),'authorId':_0x38f60f,'attributes':_0x37c3e3});return this['_addSuggestionMarker']('formatBlock:'+_0x152779,_0x2b71d3,_0x38f60f,this['_model']['createRange'](_0x4f60c0,_0x54e20d)),_0x51c461;}}['markMultiRangeBlockFormat'](_0x308137,_0x430028,_0x3129aa=[],_0x520c73=null,_0x522a25={}){_0x430028['formatGroupId']||(_0x430028['formatGroupId']=_0x430028['commandName']);const _0x4ff446=_0x308137[0x0];_0x430028['multipleBlocks']=_0x4ff446['is']('range'),_0x520c73=_0x520c73||Je(_0x430028);const _0x526053=_0x3129aa['map'](_0xe1861e=>rn(_0xe1861e,this['_model'])),_0x4dfcda=_0x4ff446['is']('range')?_0x308137:_0x308137['map'](_0x17a64d=>rn(_0x17a64d,this['_model']));if(this['_trackingSessionId']&&(_0x522a25['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x2a6230=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x520c73,'accept');return this['forceDefaultExecution'](()=>_0x2a6230(_0x4dfcda,_0x430028,_0x522a25)),null;}_0x526053['push'](..._0x4dfcda);let _0x4fca43=!0x0;for(const _0x514528 of _0x526053)if(!this['_rangeIsInLocalUserInsertion'](_0x514528)){_0x4fca43=!0x1;break;}if(_0x4fca43&&'always'!==this['_trackFormatChanges']){const _0x34b189=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x520c73,'accept');return this['forceDefaultExecution'](()=>_0x34b189(_0x4dfcda,_0x430028,_0x522a25)),null;}const _0x3d8b3c=this['editor']['plugins']['get']('Users')['me'];for(const _0x3937e9 of this['getSuggestions']()){const _0x294c9f=_0x3937e9['data'];if(_0x3937e9['author']['id']!=_0x3d8b3c['id'])continue;if('formatBlock'!=_0x3937e9['type']||_0x294c9f['formatGroupId']!=_0x430028['formatGroupId'])continue;if(!cn(_0x3937e9,_0x522a25))continue;const _0x2203d8=_0x3937e9['subType']==_0x520c73;for(let _0x2b9049=0x0;_0x2b9049<_0x4dfcda['length'];_0x2b9049++){const _0x7422fc=_0x4dfcda[_0x2b9049];for(const _0x27929d of _0x3937e9['getMarkers']()){const _0x46112e=_0x27929d['getRange']();if(_0x7422fc['isEqual'](_0x46112e)){_0x2203d8?(_0x4dfcda['splice'](_0x2b9049,0x1),_0x2b9049--):_0x3937e9['removeMarker'](_0x27929d['name']);break;}}}}if(0x0==_0x4dfcda['length'])return null;const _0x3b1ed5=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x520c73,'join');for(const _0x130232 of this['getSuggestions']()){const _0x15e141=_0x130232['data'];if(_0x130232['author']['id']==_0x3d8b3c['id']&&('formatBlock'==_0x130232['type']&&_0x15e141['formatGroupId']==_0x430028['formatGroupId']&&_0x130232['subType']==_0x520c73&&cn(_0x130232,_0x522a25)&&(_0x3b1ed5(_0x130232['getRanges'](),_0x4dfcda)||_0x3b1ed5(_0x4dfcda,_0x130232['getRanges']())))){for(const _0x244dd9 of _0x4dfcda)_0x130232['addRange'](_0x244dd9);return _0x130232;}}const _0x531ab6=_0x5b022c(),_0x45a4fb=_0x3d8b3c['id'],_0x178618='formatBlock:'+_0x520c73,_0x5e9c6f=this['_setSuggestionData']({'id':_0x531ab6,'type':_0x178618,'data':_0x430028,'createdAt':new Date(),'authorId':_0x45a4fb,'attributes':_0x522a25});for(const _0xeb6e15 of _0x4dfcda)this['_addSuggestionMarker'](_0x178618,_0x531ab6,_0x45a4fb,_0xeb6e15,bt['getMultiRangeId']());return _0x5e9c6f;}['markDeletion'](_0x3bd45d,_0xaadd7e=null,_0x3fdece={}){if(_0x3bd45d['isCollapsed'])return null;const _0x62a23d=this['editor']['plugins']['get']('Users')['me'],_0xf0da3a=new _0x5817c4(_0x3bd45d['start'],_0x3bd45d['end']);this['_trackingSessionId']&&(_0x3fdece['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x2d196b,meta:_0x5850f1}of this['_findSuggestions'](_0xf0da3a,'insertion'))if(_0x5850f1['isOwn']&&!_0x5850f1['isNextTo']){if(_0x2d196b['isMultiRange']){const _0x363d8c=_0x2d196b['getRanges']()['filter'](_0x5adbce=>'$graveyard'!=_0x5adbce['root']['rootName']);_0x363d8c['every'](_0xfafc12=>_0xf0da3a['containsRange'](_0xfafc12,!0x0))&&_0x2d196b['discard']();if(_0x363d8c['some'](_0xe64947=>_0xe64947['containsRange'](_0xf0da3a,!0x0))){const _0x25a249=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0xaadd7e,'accept');return this['forceDefaultExecution'](()=>_0x25a249([_0xf0da3a],null,_0x3fdece)),null;}}else{const _0x4f714b=_0xf0da3a['getIntersection'](_0x2d196b['getFirstRange']());null!==_0x4f714b&&_0x2d196b['_onDiscard']([_0x4f714b],null,_0x3fdece);}}if(_0xf0da3a['detach'](),_0xf0da3a['isCollapsed']||'$graveyard'==_0xf0da3a['root']['rootName'])return null;let _0x189566=null,_0x446c5e=_0xf0da3a['start'],_0x232315=_0xf0da3a['end'];const _0x14ad71=this['_findSuggestions'](_0xf0da3a,'deletion');for(const {suggestion:_0x1d0543,meta:_0x44ee05}of _0x14ad71){const _0x1abf81=this['_model']['createRange'](_0x446c5e,_0x232315);if(_0x44ee05['isOwn']&&(this['_mergeNestedSuggestions']||!_0x44ee05['containsRangeInObject']&&!_0x44ee05['isInsideObject'])){if(_0x1d0543['isMultiRange']){if(!cn(_0x1d0543,_0x3fdece))continue;let _0x534b10=!0x0;for(const _0x414fb0 of _0x1d0543['getRanges']()){if(_0x414fb0['containsRange'](_0x1abf81,!0x0))return _0x1d0543;_0x1abf81['containsRange'](_0x414fb0)||(_0x534b10=!0x1);}_0x534b10&&_0x1d0543['discard']();}else{const _0xb53472=_0x1d0543['getFirstRange']();if(_0xb53472['containsRange'](_0x1abf81,!0x0))return _0x1d0543;if(!cn(_0x1d0543,_0x3fdece)){_0x1abf81['containsRange'](_0xb53472)?_0x1d0543['removeMarkers']():_0xb53472['containsPosition'](_0x446c5e)?_0x446c5e=_0xb53472['end']:_0xb53472['containsPosition'](_0x232315)&&(_0x232315=_0xb53472['start']);continue;}_0x446c5e=_0x446c5e['isBefore'](_0xb53472['start'])?_0x446c5e:_0xb53472['start'],_0x232315=_0x232315['isAfter'](_0xb53472['end'])?_0x232315:_0xb53472['end'],_0x3fdece=Object['assign']({},_0x1d0543['attributes']),_0x189566?_0xb53472['start']['isBefore'](_0x189566['getFirstRange']()['start'])?(_0x189566['removeMarkers'](),_0x189566=_0x1d0543):_0x1d0543['removeMarkers']():_0x189566=_0x1d0543;}}}if(_0x189566)return this['_setSuggestionRange'](_0x189566,this['_model']['createRange'](_0x446c5e,_0x232315)),_0x189566;{const _0x159db8=_0x5b022c(),_0x1221dc=this['_model']['createRange'](_0x446c5e,_0x232315),_0x2be5ab=_0x62a23d['id'],_0x327af6=_0xaadd7e?'deletion:'+_0xaadd7e:'deletion',_0x14eff7=this['_setSuggestionData']({'id':_0x159db8,'type':_0x327af6,'createdAt':new Date(),'authorId':_0x2be5ab,'attributes':_0x3fdece});return this['_addSuggestionMarker'](_0x327af6,_0x159db8,_0x2be5ab,_0x1221dc),_0x14eff7;}}['markMultiRangeDeletion'](_0x1c6675,_0x4457a='multi',_0x1fc451={}){const _0x314e3c=this['editor']['plugins']['get']('Users')['me'],_0xd5360a=_0x1c6675['map'](_0x4ec4ac=>new _0x5817c4(_0x4ec4ac['start'],_0x4ec4ac['end'])),_0x3fc047=new Set();this['_trackingSessionId']&&(_0x1fc451['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x14bc06,meta:_0x145572}of this['_findSuggestions'](_0xd5360a,'insertion'))_0x145572['isOwn']&&!_0x145572['isNextTo']&&_0x3fc047['add'](_0x14bc06);for(const _0x298cee of _0x3fc047)if(_0x298cee['isMultiRange']){const _0x15724a=_0x298cee['getRanges']();(!_0x298cee['attributes']||!_0x298cee['attributes']['skipNestingCheck'])&&(_0x15724a['every'](_0x5ab9c0=>_0xd5360a['some'](_0x2d9048=>_0x2d9048['containsRange'](_0x5ab9c0,!0x0)))&&_0x298cee['discard']());if(_0xd5360a['every'](_0x2dcfaa=>_0x15724a['some'](_0x4106c6=>_0x4106c6['containsRange'](_0x2dcfaa,!0x0)))){const _0x261c46=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4457a,'accept');return this['forceDefaultExecution'](()=>_0x261c46(_0x1c6675,null,_0x1fc451)),null;}}else{const _0x5f0710=_0x298cee['getFirstRange']();_0xd5360a['some'](_0x43bc93=>_0x43bc93['containsRange'](_0x5f0710,!0x0))&&_0x298cee['discard']();if(_0xd5360a['every'](_0x484fec=>_0x5f0710['containsRange'](_0x484fec,!0x0))){const _0x217091=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4457a,'accept');return this['forceDefaultExecution'](()=>_0x217091(_0xd5360a,null,_0x1fc451)),null;}}const _0x2fdf35=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4457a,'join');let _0x398eb1=null;for(const _0x551e02 of this['getSuggestions']())if(_0x551e02['author']['id']==_0x314e3c['id']&&_0x551e02['isInContent']&&'deletion'==_0x551e02['type']&&_0x551e02['subType']==_0x4457a&&cn(_0x551e02,_0x1fc451)&&(_0x2fdf35(_0x551e02['getRanges'](),_0xd5360a)||_0x2fdf35(_0xd5360a,_0x551e02['getRanges']()))){if(_0x398eb1){if(_0x551e02['commentThread']&&_0x551e02['commentThread']['length'])continue;for(const _0x5b5554 of _0x551e02['getRanges']())_0x398eb1['isIntersectingWithRange'](_0x5b5554)||_0x398eb1['addRange'](_0x5b5554);_0x551e02['removeMarkers']();}else{_0x398eb1=_0x551e02;for(const _0x2dc023 of _0xd5360a)_0x551e02['isIntersectingWithRange'](_0x2dc023)||_0x551e02['addRange'](_0x2dc023);}}if(_0x398eb1)return _0x398eb1;_0x3fc047['clear']();for(const {suggestion:_0x3ae281,meta:_0x91b621}of this['_findSuggestions'](_0xd5360a,'deletion'))_0x91b621['isOwn']&&(this['_mergeNestedSuggestions']||!_0x91b621['containsRangeInObject']&&!_0x91b621['isInsideObject'])&&cn(_0x3ae281,_0x1fc451)&&_0x3fc047['add'](_0x3ae281);for(const _0xf83c4f of _0x3fc047){const _0x382fde=_0xf83c4f['getRanges']();if(!_0x1fc451||!_0x1fc451['skipNestingCheck']){if(_0xd5360a['every'](_0x25ecf9=>_0x382fde['some'](_0xb3abe8=>_0xb3abe8['containsRange'](_0x25ecf9,!0x0))))return _0xf83c4f;}(!_0xf83c4f['attributes']||!_0xf83c4f['attributes']['skipNestingCheck'])&&(_0x382fde['every'](_0x281d01=>_0xd5360a['some'](_0x17d926=>_0x17d926['containsRange'](_0x281d01,!0x0)))&&_0xf83c4f['discard']());}const _0x395b68=_0x5b022c(),_0x591ab3=_0x314e3c['id'],_0x1d0713='deletion:'+_0x4457a,_0x4b0154=this['_setSuggestionData']({'id':_0x395b68,'type':_0x1d0713,'createdAt':new Date(),'authorId':_0x591ab3,'attributes':_0x1fc451});for(const _0x22ed8c of _0xd5360a)_0x22ed8c['detach'](),_0x22ed8c['isCollapsed']||'$graveyard'==_0x22ed8c['root']['rootName']||this['_addSuggestionMarker'](_0x1d0713,_0x395b68,_0x591ab3,_0x22ed8c,bt['getMultiRangeId']());return _0x4b0154;}['markAttributeChange'](_0x5cb94d,_0x26c975,_0x4a9db7,_0x1a1571,_0x5e2e03){if(_0x5cb94d['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x8e9d9d=this['editor']['plugins']['get']('Users')['me']['id'],_0x178b89=Array['from'](this['_suggestions']['values']())['filter'](_0x34f13d=>'attribute'==_0x34f13d['type']&&_0x34f13d['data']['key']==_0x26c975&&_0x34f13d['isIntersectingWithRange'](_0x5cb94d));if(this['_trackingSessionId']&&(_0x5e2e03['trackingSessionId']=this['_trackingSessionId']),'default'===this['_trackFormatChanges']){const _0x4784b3=this['_findSuggestions'](_0x5cb94d,'insertion')['filter'](({meta:_0x1ffb60})=>_0x1ffb60['isOwn']&&!_0x1ffb60['isInsideObject']&&!_0x1ffb60['isNextTo'])['map'](({suggestion:_0x3afcc9})=>_0x3afcc9);_0x178b89['unshift'](..._0x4784b3);}const _0x1cba87=new Map([[_0x5cb94d,_0x4a9db7]]);for(const _0x346233 of _0x178b89){const _0x538e19='attribute'==_0x346233['type']?_0x346233['data']['oldValue']:void 0x0,_0x364960=_0x346233['getFirstRange'](),_0x566561=Array['from'](_0x1cba87['keys']())['find'](_0x126115=>_0x126115['isIntersecting'](_0x364960));if(!_0x566561)continue;const _0x5be531=_0x566561['getDifference'](_0x364960);this['_suggestionsConversion']['isBlockAttribute'](_0x26c975)&&'insertion'==_0x346233['type']&&0x0!=_0x5be531['length']||(_0x1cba87['delete'](_0x566561),_0x5be531['forEach'](_0x4a86de=>{_0x1cba87['set'](_0x4a86de,_0x4a9db7);}),'insertion'!=_0x346233['type']&&_0x538e19!=_0x1a1571&&_0x1cba87['set'](_0x566561['getIntersection'](_0x364960),_0x538e19));}const _0x4717eb=[];for(const [_0x1f8e52,_0x196172]of _0x1cba87){const _0x58b8df=_0x5b022c(),_0x5cbd0f={'key':_0x26c975,'oldValue':_0x196172,'newValue':_0x1a1571};_0x26c975['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':_0x26c975});const _0x3d524a=('attribute:'+(_0x26c975+'|'+Je({'newValue':_0x1a1571})))['substring'](0x0,0x3c),_0x509179=this['_setSuggestionData']({'id':_0x58b8df,'type':_0x3d524a,'data':_0x5cbd0f,'createdAt':new Date(),'authorId':_0x8e9d9d,'attributes':_0x5e2e03});_0x4717eb['push'](_0x509179),this['_addSuggestionMarker'](_0x3d524a,_0x58b8df,_0x8e9d9d,_0x1f8e52);}return _0x4717eb;}['enableDefaultAttributesIntegration'](_0x53d338){this['enableCommand'](_0x53d338,(_0x1c7ae2,..._0x46d660)=>{this['recordAttributeChanges'](()=>{_0x1c7ae2(..._0x46d660);});});}['startTrackingSession'](_0x24746e){return this['_trackingSessionId']=void 0x0!==_0x24746e?_0x24746e:_0x5b022c(),this['_trackingSessionId'];}['_getAttributeKey'](_0x4f216c){return'attribute'==_0x4f216c['type']?un(_0x4f216c['subType']):null;}['_applyOperationsAsSuggestions'](_0x381549){if(0x0==_0x381549['length'])return;const _0x5bbfdb=this['editor'],_0x152305=_0x5bbfdb['plugins']['get'](_0x188216),_0xabfa5=[];_0x5bbfdb['model']['change'](_0x4b31b7=>{for(let _0x2fa06a=0x0;_0x2fa06a<_0x381549['length'];_0x2fa06a++){const _0x2c4232=_0x381549[_0x2fa06a];if(_0x2c4232['baseVersion']=_0x5bbfdb['model']['document']['version'],_0x2c4232['isDocumentOperation']=!0x0,_0x152305['isMarkedRemoveOperation'](_0x2c4232)){const _0xc99140=_0x710431(_0x2c4232['newRange'],_0x5bbfdb['model']);_0xabfa5['unshift'](_0x5817c4['fromRange'](_0xc99140));}else switch(_0x2c4232['type']){case'rename':{const _0x124da9=_0x2c4232['oldName'],_0x4dcfb0=_0x2c4232['newName'];if(_0x124da9==_0x4dcfb0)break;_0x4b31b7['batch']['addOperation'](_0x2c4232),_0x5bbfdb['model']['applyOperation'](_0x2c4232);const _0x40c6c6='$elementName',_0x240212=_0x2c4232['position'],_0x1fdecd=_0x5bbfdb['model']['createRange'](_0x240212,_0x5bbfdb['model']['createPositionAt'](_0x240212['nodeAfter'],'end'));this['markAttributeChange'](_0x1fdecd,_0x40c6c6,_0x124da9,_0x4dcfb0,{'groupId':_0x5b022c()});break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{const _0x4d5e27=_0x2c4232['oldValue'],_0x4db7e9=_0x2c4232['newValue'];if(_0x4d5e27==_0x4db7e9)break;_0x4b31b7['batch']['addOperation'](_0x2c4232),_0x5bbfdb['model']['applyOperation'](_0x2c4232);const _0x814d75=_0x2c4232['key'];if(!this['_suggestionsConversion']['isRegisteredAttribute'](_0x814d75))break;const _0x5a7b72=_0x710431(_0x2c4232['range'],_0x5bbfdb['model']);this['markAttributeChange'](_0x5a7b72,_0x814d75,_0x4d5e27,_0x4db7e9,{'groupId':_0x5b022c()});break;}case'insert':{_0x4b31b7['batch']['addOperation'](_0x2c4232),_0x5bbfdb['model']['applyOperation'](_0x2c4232);if(_0x381549[_0x2fa06a+0x1]&&'move'==_0x381549[_0x2fa06a+0x1]['type'])break;const _0x274ddf=_0x2c4232['position'],_0x3e772b=_0x2c4232['howMany'],_0x4e9613=_0x710431(_0x5bbfdb['model']['createRange'](_0x274ddf,_0x274ddf['getShiftedBy'](_0x3e772b)),_0x5bbfdb['model']);this['markInsertion'](_0x4e9613);break;}case'split':{_0x4b31b7['batch']['addOperation'](_0x2c4232),_0x5bbfdb['model']['applyOperation'](_0x2c4232);const _0x4dc7f6=_0x2c4232['splitPosition'],_0x10ad48=_0x2c4232['moveTargetPosition'];this['markInsertion'](_0x5bbfdb['model']['createRange'](_0x4dc7f6,_0x10ad48));break;}case'move':case'remove':_0x4b31b7['batch']['addOperation'](_0x2c4232),_0x5bbfdb['model']['applyOperation'](_0x2c4232);}}for(const _0x22d106 of _0xabfa5)_0x22d106['detach'](),this['markDeletion'](_0x22d106);});}['_setSuggestionRange'](_0x59e0a7,_0xac47d8){const _0xa77f33=_0x59e0a7['getFirstMarker']();this['_model']['change'](_0x2a9d8d=>{_0x2a9d8d['updateMarker'](_0xa77f33,{'range':_0xac47d8});});}['_addThreadToSuggestion'](_0x2916e5){const _0xd3d67a=_0x2916e5['id'],_0x463eba=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0xd3d67a)||this['_commentsRepository']['addCommentThread']({'channelId':_0x463eba,'threadId':_0xd3d67a,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x1e0143=this['_commentsRepository']['getCommentThread'](_0xd3d67a);_0x1e0143['unbind']('isRemovable'),_0x1e0143['isRemovable']=!0x1,_0x2916e5['commentThread']=_0x1e0143;}['_checkSuggestionCorrectness'](_0x2531f0,_0x4d8049,_0x32c841,_0x162f42){if(_0x2531f0['type']!=_0x4d8049||_0x2531f0['subType']!=_0x32c841||_0x2531f0['creator']['id']!=_0x162f42)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x25a256('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0xb7eb9a,_0x5699f6){const _0xd98e3e=_0xb7eb9a['getFirstRange']();if(_0x5699f6['isEqual'](_0xd98e3e))_0xb7eb9a['removeMarkers']();else{if(_0xd98e3e['containsRange'](_0x5699f6)){const _0x2341b0=this['_model']['createPositionAt'](_0x5699f6['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0xb7eb9a,this['_model']['createRange'](_0xd98e3e['start'],_0x2341b0));const _0x29fc30=_0x5b022c(),_0x2654b7=_0xb7eb9a['creator']['id'],_0x33ec73=_0xb7eb9a['type']+':'+_0xb7eb9a['subType'];this['_setSuggestionData']({'id':_0x29fc30,'type':_0x33ec73,'createdAt':new Date(),'authorId':_0x2654b7,'data':_0xb7eb9a['data'],'attributes':_0xb7eb9a['attributes']});const _0x19f963=this['_model']['createPositionAt'](_0x5699f6['end']['parent'],'after'),_0x253571=this['_model']['createRange'](_0x19f963,_0xd98e3e['end']);this['_addSuggestionMarker'](_0x33ec73,_0x29fc30,_0x2654b7,_0x253571);}else{if(_0xd98e3e['containsPosition'](_0x5699f6['start'])){const _0x243e0b=this['_model']['createPositionAt'](_0x5699f6['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0xb7eb9a,this['_model']['createRange'](_0xd98e3e['start'],_0x243e0b));}else{const _0x10bbce=this['_model']['createPositionAt'](_0x5699f6['end']['parent'],'after');this['_setSuggestionRange'](_0xb7eb9a,this['_model']['createRange'](_0x10bbce,_0xd98e3e['end']));}}}}['_rangeIsInLocalUserInsertion'](_0xaf5bcd){for(const {suggestion:_0x458e5f,meta:_0x53e016}of this['_findSuggestions'](_0xaf5bcd,'insertion')){if(!_0x53e016['isOwn'])continue;const _0x32200c=_0x458e5f['getRanges']();for(const _0x3da6fa of _0x32200c)if(!_0xaf5bcd['getDifference'](_0x3da6fa)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x36afba){return this['editor']['plugins']['get']('Users')['getUser'](_0x36afba);}['_getExternalAuthor'](_0x4a8e11){const _0x5574c6=this['editor']['plugins']['get']('Users'),_0x28fd1d=_0x550e9b('external:'+_0x4a8e11),_0x2a99b0=_0x5574c6['getUser'](_0x28fd1d);return _0x2a99b0||_0x5574c6['addUser']({'id':_0x28fd1d,'name':_0x4a8e11});}['_createSuggestion'](_0x268c74,_0x2ebe35,_0x5b318b,_0x1de338,_0x28ef34,_0x5a0358){const _0x40504a=this['_getAuthorFromId'](_0x1de338);if(!_0x40504a)throw new _0x25a256('track-changes-user-not-found',this,{'authorId':_0x1de338,'suggestionId':_0x5b318b});const _0x12ce5f=this['_suggestionFactory']['buildSuggestion'](_0x268c74,_0x2ebe35,_0x5b318b,_0x40504a,_0x28ef34,_0x36b689=>{this['_updateSuggestionData'](_0x5b318b,{'attributes':_0x36b689});const _0x1daea2=this['getSuggestion'](_0x5b318b);this['_joinWithAdjacentSuggestions'](new Set([_0x1daea2])),this['_refreshSuggestionsChain'](new Set([_0x1daea2]));},_0x5a0358);return this['listenTo'](_0x12ce5f,'accept',()=>{this['_updateSuggestionData'](_0x5b318b,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x12ce5f,'discard',()=>{this['_updateSuggestionData'](_0x5b318b,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x5b318b,_0x12ce5f),this['_suggestionState']['set'](_0x12ce5f,'notReady'),_0x12ce5f;}['_breakSuggestionMarker'](_0x6a4dd,_0x459a7e,_0x31cc77){const _0x529800=_0x6a4dd['getFirstRange'](),_0x2a7598=_0x529800['start'],_0x5a43d6=_0x529800['end'];this['_setSuggestionRange'](_0x6a4dd,this['_model']['createRange'](_0x2a7598,_0x459a7e));const _0x1c2e0d=_0x5b022c(),_0x40c185=_0x6a4dd['creator']['id'],_0x15c0f5=_0x6a4dd['type']+(_0x6a4dd['subType']?':'+_0x6a4dd['subType']:'');this['_setSuggestionData']({'id':_0x1c2e0d,'type':_0x15c0f5,'createdAt':new Date(),'authorId':_0x40c185,'originalSuggestionId':_0x6a4dd['_originalSuggestionId']||_0x6a4dd['id'],'attributes':_0x6a4dd['attributes'],'data':_0x6a4dd['data']});const _0xc47c95=this['_getAttributeKey'](_0x6a4dd);('formatBlock'==_0x6a4dd['type']||_0xc47c95&&this['_suggestionsConversion']['isBlockAttribute'](_0xc47c95))&&(_0x31cc77=this['_model']['createPositionBefore'](_0x31cc77['parent'])),this['_addSuggestionMarker'](_0x15c0f5,_0x1c2e0d,_0x40c185,this['_model']['createRange'](_0x31cc77,_0x5a43d6));}['_findSuggestions'](_0x382f77,_0x3572ed=null){const _0x534357=[],_0x5ae0e7=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x382f77)||(_0x382f77=[_0x382f77]);for(const _0x3941c9 of this['getSuggestions']()){if(!_0x3941c9['isInContent'])continue;if(_0x3572ed&&_0x3941c9['type']!=_0x3572ed)continue;let _0x442489=!0x1;for(const _0x271210 of _0x3941c9['getRanges']()){for(const _0x39b7ae of _0x382f77){const _0x24d594=_0x39b7ae['start']['isEqual'](_0x271210['end'])||_0x39b7ae['end']['isEqual'](_0x271210['start']);if(_0x24d594||_0x39b7ae['getIntersection'](_0x271210)){const _0x2c9a00=_0x39b7ae['containsRange'](_0x271210)&&qe(this['_model']['schema'],_0x271210['start'],_0x39b7ae),_0x26ead4=_0x271210['containsRange'](_0x39b7ae)&&qe(this['_model']['schema'],_0x39b7ae['start'],_0x271210);_0x534357['push']({'suggestion':_0x3941c9,'meta':{'isOwn':_0x5ae0e7==_0x3941c9['author'],'isNextTo':_0x24d594,'isInsideObject':_0x2c9a00,'containsRangeInObject':_0x26ead4}}),_0x442489=!0x0;break;}}if(_0x442489)break;}}return _0x534357;}['_addSuggestionMarker'](_0x5c1ad1,_0xb5f360,_0x15f5c9,_0x3ffa2a,_0x51e041){this['_model']['change'](_0x5da951=>{let _0x41e827='suggestion:'+_0x5c1ad1+':'+_0xb5f360+':'+_0x15f5c9;_0x51e041&&(_0x41e827=_0x41e827+':'+_0x51e041),_0x5da951['addMarker'](_0x41e827,{'range':_0x3ffa2a,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0xaee796){const _0x28de5f=_0xaee796['previous'],_0x4f06e7=_0xaee796['next'];_0xaee796['previous']=null,_0xaee796['next']=null,null!=_0x28de5f&&_0x28de5f['next']==_0xaee796&&(_0x28de5f['next']=_0x4f06e7),null!=_0x4f06e7&&_0x4f06e7['previous']==_0xaee796&&(_0x4f06e7['previous']=_0x28de5f),'ready'==this['_suggestionState']['get'](_0xaee796)&&(this['_suggestionState']['set'](_0xaee796,'removed'),this['fire']('suggestionUnloaded',_0xaee796,_0x28de5f,_0x4f06e7));}['_setSuggestionData'](_0x35428c){const _0x5b351e=_0x35428c['id'],_0x24654b=this['addSuggestionData'](_0x35428c);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x143eaa=this['editor']['plugins']['get']('PendingActions'),_0x5463ff=_0x24654b['hasComments'],_0x3620ba=_0x24654b['subType']?_0x24654b['type']+':'+_0x24654b['subType']:_0x24654b['type'],_0x9c61df=this['editor']['locale'],_0xde21f9=_0x143eaa['add'](At(_0x9c61df,'PENDING_ACTION_SUGGESTION')),_0x2949d9={'id':_0x5b351e,'type':_0x3620ba,'hasComments':_0x5463ff,'data':_0x35428c['data']||null,'originalSuggestionId':_0x35428c['originalSuggestionId']||null,'attributes':_0x24654b['attributes']};this['_adapter']['addSuggestion'](_0x2949d9)['then'](_0x29e8f7=>{_0x24654b['_saved']=!0x0,_0x143eaa['remove'](_0xde21f9),_0x29e8f7&&_0x29e8f7['createdAt']&&(this['_suggestions']['get'](_0x5b351e)['createdAt']=_0x29e8f7['createdAt']);})['catch'](_0x1e1401=>{throw _0x30e13e('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x24654b['discard']();}),_0x24654b['stopListening'](),this['_suggestions']['delete'](_0x24654b['id']),this['_suggestionState']['delete'](_0x24654b),_0x1e1401;});}return _0x24654b;}['_updateSuggestionData'](_0x4037e2,_0x3b9d46){const _0x2a2858=this['editor']['plugins']['get']('PendingActions'),_0x3dda19=this['getSuggestion'](_0x4037e2);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x3dda19['_saved']){const _0xc7aa07=_0x2a2858['add'](At(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x4037e2,_0x3b9d46)['then'](()=>{_0x2a2858['remove'](_0xc7aa07);});}else _0x3dda19['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x4037e2,_0x3b9d46);});}}['_getSuggestionData'](_0x2e2613){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x25a256('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x2e2613);}['_handleNewSuggestionMarker'](_0x3e902b){const {id:_0x352d1b,type:_0x372073,subType:_0x1718af,authorId:_0x547d65}=_0x4dc3a3(_0x3e902b),_0x519ea6=this['_suggestions']['get'](_0x352d1b)||this['_createSuggestion'](_0x372073,_0x1718af,_0x352d1b,_0x547d65,{});switch(this['_checkSuggestionCorrectness'](_0x519ea6,_0x372073,_0x1718af,_0x547d65),this['_suggestionState']['get'](_0x519ea6)){case'notReady':this['_getSuggestionData'](_0x352d1b)['then'](_0x5c2461=>{let _0x1db10f=Promise['resolve']();_0x5c2461['hasComments']&&(_0x1db10f=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x352d1b})),_0x1db10f['then'](()=>{this['addSuggestionData'](_0x5c2461)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x519ea6,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x352d1b,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x519ea6,'ready'),this['fire']('suggestionLoaded',_0x519ea6);break;case'ready':this['fire']('suggestionChanged',_0x519ea6);}return _0x519ea6['addMarkerName'](_0x3e902b),_0x519ea6;}['_refreshSuggestionsChain'](_0xb84422){const _0x3407ad=Array['from'](_0xb84422),_0x2481ee=_0x3407ad['filter'](_0x15e8db=>'attribute'==_0x15e8db['type']);this['_refreshAttributeSuggestionsChain'](_0x2481ee);const _0x3b2cd6=_0x3407ad['filter'](_0x4a58f5=>!_0x4a58f5['isMultiRange']&&'attribute'!=_0x4a58f5['type']),_0x423ad2=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x40c3bc=>!_0x40c3bc['isMultiRange']&&'attribute'!=_0x40c3bc['type']),_0x2dc71d=_0x423ad2['filter'](_0x488d40=>!_0xb84422['has'](_0x488d40)),_0x3a20d2=new Map(_0x423ad2['map'](_0x35f9ed=>[_0x35f9ed,this['_suggestionFactory']['getSuggestionCallback'](_0x35f9ed['type'],_0x35f9ed['subType'],'chain')])),_0x3009d5=new Map(_0x423ad2['map'](_0x460a53=>[_0x460a53,_0x460a53['getFirstRange']()])),_0x43e755=new Set(),_0x3af192=new Set();for(let _0x226770=0x0;_0x226770<_0x3b2cd6['length'];_0x226770++)_0x25154d(_0x3b2cd6[_0x226770],_0x3b2cd6,_0x226770+0x1);for(let _0x1237f7=0x0;_0x1237f7<_0x3b2cd6['length'];_0x1237f7++)_0x25154d(_0x3b2cd6[_0x1237f7],_0x2dc71d,0x0);const _0x577a23=new Set();for(let _0x2bf8aa=0x0;_0x2bf8aa<_0x3b2cd6['length'];_0x2bf8aa++){const _0x567ad3=_0x3b2cd6[_0x2bf8aa];!_0x3af192['has'](_0x567ad3)&&_0x567ad3['previous']&&(_0x577a23['add'](_0x567ad3['previous']),_0x567ad3['previous']['next']===_0x567ad3&&(_0x567ad3['previous']['next']=null),_0x567ad3['previous']=null),!_0x43e755['has'](_0x567ad3)&&_0x567ad3['next']&&(_0x577a23['add'](_0x567ad3['next']),_0x567ad3['next']['previous']===_0x567ad3&&(_0x567ad3['next']['previous']=null),_0x567ad3['next']=null);}function _0x25154d(_0x121807,_0x3fef76,_0x5406e0){for(let _0x4a7de8=_0x5406e0;_0x4a7de8<_0x3fef76['length'];_0x4a7de8++){const _0x2a1a3f=_0x4df269(_0x121807,_0x3fef76[_0x4a7de8]);_0x2a1a3f&&(_0x2a1a3f[0x0]['next']=_0x2a1a3f[0x1],_0x2a1a3f[0x1]['previous']=_0x2a1a3f[0x0],_0x43e755['add'](_0x2a1a3f[0x0]),_0x3af192['add'](_0x2a1a3f[0x1]));}}function _0x4df269(_0x4ba139,_0x17a117){if(_0x4ba139['author']['id']!==_0x17a117['author']['id'])return null;const _0x3cc8b9=_0x3a20d2['get'](_0x4ba139)(_0x4ba139,_0x17a117,_0x3009d5['get'](_0x4ba139),_0x3009d5['get'](_0x17a117));if(!_0x3cc8b9)return null;return _0x3a20d2['get'](_0x17a117)(_0x4ba139,_0x17a117,_0x3009d5['get'](_0x4ba139),_0x3009d5['get'](_0x17a117))?_0x3cc8b9[0x1]['commentThread']&&_0x3cc8b9[0x1]['commentThread']['length']?null:_0x3cc8b9:null;}_0x577a23['size']&&this['_refreshSuggestionsChain'](_0x577a23);}['_refreshAttributeSuggestionsChain'](_0x2e5de3){if(0x0==_0x2e5de3['length'])return;const _0x1c4f85=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x31d3c0=>'attribute'==_0x31d3c0['type']&&_0x31d3c0['_isDataLoaded']),_0x38d924=[],_0x33d297=new Map();for(const _0x3e9450 of _0x1c4f85){const _0x560876=_0x550e9b(_0x3e9450['attributes']);_0x33d297['has'](_0x560876)||(_0x33d297['set'](_0x560876,_0x38d924['length']),_0x38d924['push']([]));const _0x7eaffa=_0x33d297['get'](_0x560876);_0x38d924[_0x7eaffa]['push'](_0x3e9450);}!(function(){_0x38d924['sort']((_0x4643b3,_0x2b79a1)=>{const _0x3b64a9=_0x4643b3[0x0]['createdAt'],_0x4963be=_0x2b79a1[0x0]['createdAt'];return _0x3b64a9==_0x4963be?_0x4643b3[0x0]['attributes']['groupId']<_0x2b79a1[0x0]['attributes']['groupId']?-0x1:0x1:_0x3b64a9<_0x4963be?-0x1:0x1;});for(const _0x544c78 of _0x38d924)_0x544c78['sort']((_0xfba49d,_0x412b58)=>_0xfba49d['id']<_0x412b58['id']?-0x1:0x1);}());for(let _0x28d621=0x0;_0x28d621<_0x38d924['length'];_0x28d621++){if(0x0==_0x38d924[_0x28d621]['length'])continue;const _0x38d8b8=[];for(let _0x299194=_0x28d621+0x1;_0x299194<_0x38d924['length'];_0x299194++)0x0!=_0x38d924[_0x299194]['length']&&_0x35921f(_0x38d924[_0x28d621],_0x38d924[_0x299194])&&_0x38d8b8['push'](_0x299194);for(const _0x13c8c2 of _0x38d8b8)_0x38d924[_0x28d621]=_0x38d924[_0x28d621]['concat'](_0x38d924[_0x13c8c2]),_0x38d924[_0x13c8c2]=[];}for(const _0x461542 of _0x38d924)for(let _0x3813a7=0x0;_0x3813a7<_0x461542['length'];_0x3813a7++){const _0x2bdb16=_0x461542[_0x3813a7+0x1]||null;_0x461542[_0x3813a7]['next']!==_0x2bdb16&&(_0x461542[_0x3813a7]['next']=_0x2bdb16);}for(const _0x108ebf of _0x38d924)for(let _0x5ab510=0x0;_0x5ab510<_0x108ebf['length'];_0x5ab510++){const _0x13180b=_0x108ebf[_0x5ab510-0x1]||null;_0x108ebf[_0x5ab510]['previous']!==_0x13180b&&(_0x108ebf[_0x5ab510]['previous']=_0x13180b);}function _0x35921f(_0x4d6e2a,_0x5c70b5){if(_0x4d6e2a[0x0]['attributes']['groupId']!==_0x5c70b5[0x0]['attributes']['groupId']&&_0x4d6e2a[0x0]['author']!==_0x5c70b5[0x0]['author'])return!0x1;if(!function(_0x2a0765,_0x54e9ec){if(!_0x2a0765['hasComments']&&!_0x54e9ec['hasComments'])return!0x0;if(_0x2a0765['hasComments']&&_0x54e9ec['hasComments'])return!0x1;if(_0x2a0765['hasComments']&&_0x54e9ec['createdAt']<_0x2a0765['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x54e9ec['hasComments']&&_0x2a0765['createdAt']<_0x54e9ec['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x4d6e2a[0x0],_0x5c70b5[0x0]))return!0x1;const _0x3e7682=ot(_0x4d6e2a[0x0]['attributes'],['groupId','trackingSessionId']),_0x8527a3=ot(_0x5c70b5[0x0]['attributes'],['groupId','trackingSessionId']);if(!st(_0x3e7682,_0x8527a3))return!0x1;if(_0x4d6e2a[0x0]['attributes']['groupId']==_0x5c70b5[0x0]['attributes']['groupId'])return!0x0;if(_0x4d6e2a[0x0]['attributes']['trackingSessionId']!==_0x5c70b5[0x0]['attributes']['trackingSessionId'])return!0x1;return!!_0x4d6e2a['every'](_0x180229=>_0x5c70b5['some'](_0x3cda74=>_0x180229['getFirstRange']()['isEqual'](_0x3cda74['getFirstRange']())))&&_0x5c70b5['every'](_0x14eccd=>_0x4d6e2a['some'](_0x1c00c4=>_0x14eccd['getFirstRange']()['isEqual'](_0x1c00c4['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0xdd764e){const _0x349fc0=Array['from'](_0xdd764e),_0x4de859=this['getSuggestions']({'skipNotAttached':!0x0}),_0x5c829d=_0x4de859['filter'](_0x49b664=>!_0xdd764e['has'](_0x49b664)),_0x58a821=new Map(_0x349fc0['map'](_0x2f14b1=>[_0x2f14b1,this['_suggestionFactory']['getSuggestionCallback'](_0x2f14b1['type'],_0x2f14b1['subType'],'join')])),_0x1d023f=new Map(_0x4de859['map'](_0x349239=>[_0x349239,_0x349239['getRanges']()]));for(let _0x4d1c0a=0x0;_0x4d1c0a<_0x349fc0['length'];_0x4d1c0a++){if(_0x4986cc(this,_0x349fc0[_0x4d1c0a],_0x349fc0,_0x4d1c0a+0x1))return!0x0;}for(let _0x84c0e1=0x0;_0x84c0e1<_0x349fc0['length'];_0x84c0e1++){if(_0x4986cc(this,_0x349fc0[_0x84c0e1],_0x5c829d,0x0))return!0x0;}return!0x1;function _0x4986cc(_0x37673a,_0x276e6d,_0x1c35cf,_0x1e1615){for(let _0x4004d9=_0x1e1615;_0x4004d9<_0x1c35cf['length'];_0x4004d9++){const _0x39ecf8=_0x1c35cf[_0x4004d9];if(_0x39ecf8['type']!==_0x276e6d['type']||_0x39ecf8['author']['id']!==_0x276e6d['author']['id']||_0x39ecf8['subType']!==_0x276e6d['subType'])continue;if(!an(_0x276e6d,_0x39ecf8))continue;if('attribute'==_0x276e6d['type']&&_0x276e6d['data']['oldValue']!=_0x39ecf8['data']['oldValue'])continue;if('attribute'==_0x276e6d['type']&&_0x37673a['_suggestionsConversion']['isBlockAttribute'](_0x276e6d['data']['key']))continue;if('formatBlock'==_0x276e6d['type']){const _0x533063=_0x37673a['editor']['model'],_0x4c09ad=_0x276e6d['getContainedElement']();if(_0x4c09ad&&(_0x533063['schema']['isObject'](_0x4c09ad)||_0x533063['schema']['isLimit'](_0x4c09ad)))continue;}const _0x113fbd=_0x58a821['get'](_0x276e6d),_0x1ec472=_0x1d023f['get'](_0x276e6d),_0x5d17d4=_0x1d023f['get'](_0x39ecf8),_0x385fbb=_0x276e6d['commentThread']&&_0x276e6d['commentThread']['length'],_0xe6ed8=_0x39ecf8['commentThread']&&_0x39ecf8['commentThread']['length'];if(!_0x385fbb&&_0x113fbd(_0x5d17d4,_0x1ec472))return _0x37673a['_joinSuggestions'](_0x39ecf8,_0x276e6d),_0x1d023f['delete'](_0x276e6d),!0x0;if(!_0xe6ed8&&_0x113fbd(_0x1ec472,_0x5d17d4))return _0x37673a['_joinSuggestions'](_0x276e6d,_0x39ecf8),_0x1d023f['delete'](_0x39ecf8),!0x0;}return!0x1;}}['_joinSuggestions'](_0x5623b3,_0x39bbc5){if(_0x5623b3['isMultiRange']){for(const _0x3aa7e7 of _0x39bbc5['getRanges']())_0x5623b3['addRange'](_0x3aa7e7);}else{const _0x3ad37e=_0x39bbc5['getFirstRange']()['end'];this['_setSuggestionRange'](_0x5623b3,this['_model']['createRange'](_0x5623b3['getFirstRange']()['start'],_0x3ad37e));}_0x39bbc5['removeMarkers']();}['_getMarkerAnnouncementText'](_0x47382a,_0x2a525b,_0x2dc8b7){const _0x5449d9=_0x47382a['startsWith']('format')||_0x47382a['startsWith']('attribute')?'FORMATTING':_0x47382a['toUpperCase']();return At(this['editor']['locale'],_0x2a525b+'_'+_0x5449d9+'_SUGGESTION_ANNOUNCEMENT',_0x2dc8b7);}['_initAriaMarkerChangeAnnouncements'](){const _0x194492=this['editor'];if(!_0x194492['ui'])return;const {ariaLiveAnnouncer:_0x513b80}=_0x194492['ui'];_0x4daed7(this['_model'],({left:_0x18732f,entered:_0x210437})=>{for(const _0x5db26c of _0x18732f){const {group:_0x23e9ed,type:_0x145558}=_0x4dc3a3(_0x5db26c['name']);if('suggestion'===_0x23e9ed){_0x513b80['announce'](this['_getMarkerAnnouncementText'](_0x145558,'LEAVE'));break;}}for(const _0x13ed05 of _0x210437){const {group:_0x130d41,type:_0x508323}=_0x4dc3a3(_0x13ed05['name']);if('suggestion'===_0x130d41){_0x513b80['announce'](this['_getMarkerAnnouncementText'](_0x508323,'ENTER',_0x3a30ad(_0x43e6c0)));break;}}});}['_processAttributeChanges'](_0x40ad78){if(this['_recordAttributeSuggestions'])return!0x1;const _0xd07a5a=this['editor'],_0x10064c=_0xd07a5a['model']['document']['differ']['getChanges']();if(0x0==_0x10064c['length'])return!0x1;const _0x39bc8f=[],_0x466831=_0x10064c['filter'](_0x43e620=>'attribute'==_0x43e620['type']),_0x59d174=_0x10064c['filter'](_0x7dfd30=>'insert'==_0x7dfd30['type']&&'$text'!=_0x7dfd30['name']),_0x1c536d=_0x10064c['filter'](_0x36e112=>'remove'==_0x36e112['type']&&'$text'!=_0x36e112['name']);for(const _0x1d8aff of _0x466831)_0x39bc8f['push']({'key':_0x1d8aff['attributeKey'],'newValue':_0x1d8aff['attributeNewValue'],'oldValue':_0x1d8aff['attributeOldValue'],'range':sn(_0x1d8aff['range'],_0xd07a5a['model'])});for(const _0x5e62e4 of _0x59d174){const _0x133122=_0x1c536d['find'](_0x26f96c=>_0x26f96c['position']['isEqual'](_0x5e62e4['position']));_0x133122&&_0x39bc8f['push']({'key':Ke,'newValue':_0x5e62e4['name'],'oldValue':_0x133122['name'],'range':_0xd07a5a['model']['createRangeOn'](_0x5e62e4['position']['nodeAfter'])});}return 0x0!=_0x39bc8f['length']&&this['_reduceExistingSuggestions'](_0x40ad78,_0x39bc8f);}['_processAttributeSuggestions'](_0x999b3a){let _0x2799ef=!0x1;const _0x4dccb8=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x20e716=>_0x20e716['data']['newRange']&&_0x20e716['name']['startsWith']('suggestion:attribute:'));for(const _0x2e3933 of _0x4dccb8){const {subType:_0x46a674,id:_0x44d38b}=_0x4dc3a3(_0x2e3933['name']),_0x10bc10=_0x46a674['split']('|')[0x0];for(const _0x27c47b of this['getSuggestions']({'skipNotAttached':!0x0}))_0x27c47b['id']!=_0x44d38b&&'attribute'==_0x27c47b['type']&&_0x27c47b['data']&&_0x27c47b['data']['key']==_0x10bc10&&_0x27c47b['getFirstRange']()['isIntersecting'](_0x2e3933['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x27c47b,_0x2e3933['data']['newRange'],_0x999b3a),_0x2799ef=!0x0);}return _0x2799ef;}['recordAttributeChanges'](_0x568ff3){this['_recordAttributeSuggestions']=!0x0,_0x568ff3();}['_reduceExistingSuggestions'](_0x5228f5,_0x1bbf3a){if(0x0==_0x1bbf3a['length'])return!0x1;let _0x413ded=!0x1;for(const _0x430eed of _0x1bbf3a){const _0x22fccd=this['_findSuggestions'](_0x430eed['range'],'attribute')['filter'](_0x2f1fe2=>!_0x2f1fe2['meta']['isNextTo'])['map'](_0x4b12ff=>_0x4b12ff['suggestion']),_0x950139=_0x550e9b({'newValue':_0x430eed['newValue']});_0x22fccd['filter'](_0x125a41=>{const [_0x1074b7,_0x4544d5]=_0x125a41['subType']['split']('|');return _0x1074b7==_0x430eed['key']&&_0x4544d5!=_0x950139;})['forEach'](_0x51f6f1=>{this['_reduceSuggestionAttributeRange'](_0x51f6f1,_0x430eed['range'],_0x5228f5),_0x413ded=!0x0;});}return _0x413ded;}['_reduceSuggestionAttributeRange'](_0x5f2ca2,_0xef110e,_0xc041fb){const _0x227dfc=_0x5f2ca2['getFirstRange']()['getDifference'](_0xef110e);0x0!==_0x227dfc['length']?0x1!==_0x227dfc['length']?this['_breakSuggestionMarker'](_0x5f2ca2,_0xef110e['start'],_0xef110e['end']):this['_setSuggestionRange'](_0x5f2ca2,_0x227dfc[0x0]):_0xc041fb['removeMarker'](_0x5f2ca2['getFirstMarker']());}}class Ye{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x185415){this['_editor']=_0x185415,this['_model']=_0x185415['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x118bc0,_0x5723af,_0xcc4b3a,_0x5d3e0a,_0x3279ff,_0x444cc2,_0x361c59){return new bt(this['_model'],{'type':_0x118bc0,'subType':_0x5723af,'id':_0xcc4b3a,'originalSuggestionId':_0x361c59,'author':_0x5d3e0a,'creator':_0x5d3e0a,'attributes':_0x3279ff,'onAttributesChange':_0x444cc2,'onAccept':(..._0x1d5846)=>this['getSuggestionCallback'](_0x118bc0,_0x5723af,'accept')(..._0x1d5846),'onDiscard':(..._0x417bbf)=>this['getSuggestionCallback'](_0x118bc0,_0x5723af,'discard')(..._0x417bbf)});}['registerCustomCallback'](_0x1273e9,_0x5cb750,_0x119760,_0x5094ad){const _0x5ce984=_0x1273e9+':'+_0x5cb750+':'+_0x119760;this['_customCallbacks']['set'](_0x5ce984,_0x5094ad);}['getSuggestionCallback'](_0x5a6b30,_0xd0a0d3,_0x4b1c83){const _0x2db86f=_0x5a6b30+':'+_0xd0a0d3+':'+_0x4b1c83;return this['_customCallbacks']['get'](_0x2db86f)||this['_defaultCallbacks']['get'](_0x5a6b30+':'+_0x4b1c83);}['_registerDefaultCallbacks'](){const _0xe260e8=()=>!0x1,_0x1a16da=_0x4de91f=>{_0x4de91f['sort']((_0x1c308b,_0x40cc17)=>_0x1c308b['start']['isBefore'](_0x40cc17['start'])?0x1:-0x1),this['_model']['change'](_0x424bd1=>{for(const _0xc1ba83 of _0x4de91f){let _0x38a06a;_0x38a06a=_0xc1ba83['end']['isAtEnd']&&_0xc1ba83['end']['parent']==_0xc1ba83['start']['nodeAfter']?_0x424bd1['createSelection'](_0xc1ba83['start']['nodeAfter'],'on'):_0x424bd1['createSelection'](_0xc1ba83),this['_model']['deleteContent'](_0x38a06a,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0,'doNotFixSelection':!0x0});}});},_0x429b0f=(_0x1514c9,_0x2c60d7)=>{_0x2c60d7&&this['_model']['change'](_0xf8e240=>{const {commandName:_0x4342b8,commandParams:_0x21db12=[]}=_0x2c60d7,_0x27d979=_0x1514c9['map'](_0x20c979=>(Qe(_0x20c979)&&(_0x20c979=this['_model']['createRange'](_0x20c979['end'])),_0x20c979))['filter'](_0x3c6d73=>'$graveyard'!==_0x3c6d73['root']['rootName']);if(_0x27d979['length']<0x1)return;const _0x5ed777=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x1e2f00=>_0x5817c4['fromRange'](_0x1e2f00));_0xf8e240['setSelection'](_0x27d979);for(const _0x16ecd1 of this['_editor']['commands']['commands']())_0x16ecd1['refresh']();_0x21db12['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x4342b8,..._0x21db12);const _0x9385ff=_0x5ed777['filter'](_0x3fe53a=>'$graveyard'!=_0x3fe53a['root']['rootName']);_0x9385ff['length']>0x0&&_0xf8e240['setSelection'](_0x9385ff);for(const _0x2bfb93 of _0x5ed777)_0x2bfb93['detach']();});},_0x1d6a25=(_0x41535b,_0x187157)=>0x1==_0x41535b['length']&&0x1==_0x187157['length']&&_0x41535b[0x0]['end']['isEqual'](_0x187157[0x0]['start']),_0x3c0e69=(_0x5e0c3a,_0x189855,_0x3e6c94,_0x332756)=>on(_0x5e0c3a,_0x189855,_0x3e6c94,_0x332756)?[_0x5e0c3a,_0x189855]:on(_0x189855,_0x5e0c3a,_0x332756,_0x3e6c94)?[_0x189855,_0x5e0c3a]:null;this['_defaultCallbacks']['set']('insertion:accept',_0xe260e8),this['_defaultCallbacks']['set']('insertion:discard',_0x1a16da),this['_defaultCallbacks']['set']('insertion:join',_0x1d6a25),this['_defaultCallbacks']['set']('insertion:chain',_0x3c0e69),this['_defaultCallbacks']['set']('deletion:accept',_0x1a16da),this['_defaultCallbacks']['set']('deletion:discard',_0xe260e8),this['_defaultCallbacks']['set']('deletion:join',_0x1d6a25),this['_defaultCallbacks']['set']('deletion:chain',_0x3c0e69),this['_defaultCallbacks']['set']('formatInline:accept',_0x429b0f),this['_defaultCallbacks']['set']('formatInline:discard',_0xe260e8),this['_defaultCallbacks']['set']('formatInline:join',_0x1d6a25),this['_defaultCallbacks']['set']('formatInline:chain',_0xe260e8),this['_defaultCallbacks']['set']('formatBlock:accept',_0x429b0f),this['_defaultCallbacks']['set']('formatBlock:discard',_0xe260e8),this['_defaultCallbacks']['set']('formatBlock:join',_0x1d6a25),this['_defaultCallbacks']['set']('formatBlock:chain',_0xe260e8),this['_defaultCallbacks']['set']('attribute:accept',_0xe260e8),this['_defaultCallbacks']['set']('attribute:discard',(_0x1ac68d,_0x420cd9)=>{if(!_0x420cd9)return;const _0xdf2660=this['_editor']['plugins']['get'](_0x495abb);this['_model']['change'](_0x4cb680=>{if(_0x420cd9['key']==Ke)for(const _0x43224f of _0x1ac68d){const _0x551dcf=_0x43224f['start']['nodeAfter'],_0x309ef0=_0x420cd9['oldValue'];_0x4cb680['rename'](_0x551dcf,_0x309ef0);}else{if(_0xdf2660['isBlockAttribute'](_0x420cd9['key'])){for(const _0x598c82 of _0x1ac68d)void 0x0!==_0x420cd9['oldValue']?_0x4cb680['setAttribute'](_0x420cd9['key'],_0x420cd9['oldValue'],_0x598c82['start']['nodeAfter']):_0x4cb680['removeAttribute'](_0x420cd9['key'],_0x598c82['start']['nodeAfter']);}else{for(const _0xc789d4 of _0x1ac68d)_0x420cd9['oldValue']?_0x4cb680['setAttribute'](_0x420cd9['key'],_0x420cd9['oldValue'],_0xc789d4):_0x4cb680['removeAttribute'](_0x420cd9['key'],_0xc789d4);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x1d6a25);}}function qe(_0x5530c6,_0x3096dd,_0x46cb6e){for(const _0x3ca612 of _0x3096dd['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x3ca612['root']==_0x3ca612)return!0x1;if(!_0x46cb6e['containsItem'](_0x3ca612))return!0x1;if(_0x5530c6['isObject'](_0x3ca612)||_0x5530c6['isLimit'](_0x3ca612))return!0x0;}return!0x1;}function Qe(_0x116e93){return _0x116e93['end']['parent']==_0x116e93['start']['nodeAfter']&&_0x116e93['end']['isAtStart'];}function Ze(_0x4f6f79,_0x53129c,_0x5bd7d0,_0xf51066){const _0x5cd3bc=_0x56f28d=>!_0x56f28d['item']['is']('$textProxy')&&!_0xf51066['isObject'](_0x56f28d['item']),_0x426add=_0x4f6f79['start']['getLastMatchingPosition'](_0x5cd3bc),_0x3c8f92=_0x4f6f79['end']['getLastMatchingPosition'](_0x5cd3bc,{'direction':'backward'});return(!_0x4f6f79['start']['isEqual'](_0x426add)||!_0x4f6f79['end']['isEqual'](_0x3c8f92))&&(_0x426add['isBefore'](_0x3c8f92)?_0x5bd7d0['updateMarker'](_0x53129c,{'range':_0x5bd7d0['createRange'](_0x426add,_0x3c8f92)}):_0x5bd7d0['removeMarker'](_0x53129c),!0x0);}function Je(_0x260ced){return _0x550e9b(_0x260ced);}function tn(_0x308c6b){const _0x528444=_0x308c6b['start']['nodeAfter'];return _0x528444&&_0x528444['is']('element');}function en(_0x2fda8b){return Qe(_0x2fda8b)||function(_0x932c62){return _0x932c62['start']['parent']==_0x932c62['end']['nodeBefore']&&_0x932c62['start']['isAtEnd'];}(_0x2fda8b);}function nn(_0x4968d6,_0x1470d6){try{const _0x3fecbd=_0x4968d6['getRange']();for(const _0xc898af of _0x1470d6)if(_0x4968d6!==_0xc898af&&_0x3fecbd&&_0x3fecbd['isIntersecting'](_0xc898af['getRange']()))return!0x0;return!0x1;}catch{return!0x1;}}function sn(_0x5b3735,_0x2faa25){return null==_0x5b3735['end']['nodeBefore']&&_0x5b3735['end']['parent']==_0x5b3735['start']['nodeAfter']?rn(_0x5b3735['start']['nodeAfter'],_0x2faa25):_0x5b3735;}function rn(_0x119682,_0x629eae){const _0x4cc504=_0x629eae['schema']['isObject'](_0x119682)||_0x629eae['schema']['isSelectable'](_0x119682);return _0x629eae['createRange'](_0x629eae['createPositionAt'](_0x119682,'before'),_0x4cc504?_0x629eae['createPositionAfter'](_0x119682):_0x629eae['createPositionAt'](_0x119682,'end'));}function on(_0x48f886,_0x305811,_0x2fd1a6,_0x37f36e){return!!an(_0x48f886,_0x305811)&&_0x2fd1a6['end']['isEqual'](_0x37f36e['start']);}function an(_0x1e5ba8,_0xac4f74){if(!_0x1e5ba8['_isDataLoaded']||!_0xac4f74['_isDataLoaded'])return!0x1;const _0x31f298=new Set(Object['keys'](_0x1e5ba8['attributes'])),_0x42c8b7=new Set(Object['keys'](_0xac4f74['attributes']));if(_0x31f298['delete']('groupId'),_0x42c8b7['delete']('groupId'),0x0==_0x31f298['size']&&0x0==_0x42c8b7['size'])return!0x0;if(_0x31f298['size']!=_0x42c8b7['size'])return!0x1;const _0x14ad73={..._0x1e5ba8['attributes']},_0x1c9742={..._0xac4f74['attributes']};return delete _0x14ad73['groupId'],delete _0x1c9742['groupId'],JSON['stringify'](_0x14ad73)==JSON['stringify'](_0x1c9742);}function cn(_0x3aac63,_0x400bcd){const _0x157333=ln(_0x3aac63['attributes']),_0x207827=ln(_0x400bcd);if(!_0x3aac63['_isDataLoaded'])return!0x1;for(const _0x1a9adc of Object['keys'](_0x207827))if(!st(_0x157333[_0x1a9adc],_0x207827[_0x1a9adc]))return!0x1;return!0x0;}function ln(_0x5e6184){const _0x2e56d2=Object['assign']({},_0x5e6184);return delete _0x2e56d2['skipNestingCheck'],delete _0x2e56d2['tablePasteChainId'],_0x2e56d2;}function un(_0x4d3dfe){return _0x4d3dfe['split']('|')[0x0];}class hn extends/* #__PURE__ -- @preserve */
|
|
26
|
+
_0x13164b(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x14eda2,_0x1c7fbd,_0x8a34f1,_0x5b5d8b){super(),this['model']=_0x1c7fbd,this['view']=_0x8a34f1,this['commentThreadController']=_0x5b5d8b,this['_editor']=_0x14eda2,this['_acceptCommand']=_0x14eda2['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x14eda2['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x44f694,_0x41bd71)=>_0x44f694||_0x41bd71),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x4f8e08=>_0x4f8e08&&this['_editor']['model']['canEditAt'](_0x1c7fbd['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x2bd32f=>_0x2bd32f&&this['_editor']['model']['canEditAt'](_0x1c7fbd['getRanges']())),this['_pendingAction']=null,_0x8a34f1['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x8a34f1,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x8a34f1,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x8a34f1,'change:isDirty',()=>{_0x8a34f1['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 _0x5e4bf4=At(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x5e4bf4);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class dn extends _0x15b561{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x23ad6c,_0x3dc6bc,_0x579768,_0x55b396){super(_0x23ad6c),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x92fd7d(_0x23ad6c,At(_0x23ad6c,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x3dc6bc['authoredAt']),this['bind']('authoredAt')['to'](_0x3dc6bc),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',_0x3dc6bc,'authoredAt',this,'descriptionParts',(_0x158ee6,_0x324dc0,_0x3c2955)=>{const _0x907f91=_0x3c2955['map'](_0xbfdb40=>gt(_0xbfdb40['content']))['join']('.\x20')+'.';return At(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x158ee6-0x1,_0x3dc6bc['author']['name'],_0x324dc0?_0x55b396['formatDateTime'](_0x324dc0):'',new DOMParser()['parseFromString'](_0x907f91,'text/html')['body']['textContent']]);}),this['focusables']=new _0x57967f(),this['focusTracker']=new _0x1fa383(),this['keystrokes']=new _0x50001b(),this['focusCycler']=new _0x31168b({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x2cdbb9=>_0x2cdbb9['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x3dc6bc,this['_localUser']=_0x579768,this['_config']=_0x55b396,_0x55b396['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x116b50(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x575bc1}=this['_config'];this['commentsListView']=new _0x575bc1(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',_0x1bd990=>_0x1bd990+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x413683,_0x218174)=>_0x413683||!!_0x218174);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x8d950f}=this['_config'],_0x4ba6e3=new _0x8d950f(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x168bde=_0x4ba6e3['commentInputView'];return _0x4ba6e3['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x168bde,'value',(_0x295794,_0x3b4328,_0x464e00)=>!!_0x464e00||_0x295794&&!_0x3b4328),_0x168bde['on']('submit',(_0x562480,_0x4a769d)=>{this['fire']('addComment',_0x4a769d),_0x168bde['editor']['setData']('');}),_0x168bde['on']('cancel',()=>this['focus']()),_0x168bde['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x4ba6e3;}}class fn extends dn{['suggestionView'];['_descriptionElement'];constructor(_0x166b3a,_0x14fcbc,_0x5ea010,_0x2c57a9){super(_0x166b3a,_0x14fcbc,_0x5ea010,_0x2c57a9),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0xb6d07f=>_0xb6d07f&&_0xb6d07f[0x0]?_0xb6d07f[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x511018,_0x177d0c)=>{let _0x133ccd='';for(const _0xbdf11e of _0x511018)_0x133ccd+='<p>'+gt(_0xbdf11e['content'],_0xbdf11e['color'])+'</p>';return _0x177d0c?_0x133ccd:_0x282f4f(_0x133ccd,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x2c57a9['SuggestionView'](_0x166b3a,_0x14fcbc,{'formatDateTime':_0x2c57a9['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 _0x34aec1=this['bindTemplate'],_0x1bb182=[this['suggestionView']];return this['commentsListView']&&_0x1bb182['push'](this['commentsListView']),this['commentThreadInputView']&&_0x1bb182['push'](this['commentThreadInputView']),_0x1bb182['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x34aec1['if']('isActive','ck-suggestion-wrapper--active'),_0x34aec1['to']('type',_0x135eec=>'ck-suggestion-'+_0x135eec),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':_0x34aec1['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x1bb182};}['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 gn extends _0x15b561{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x134f4d,_0xb66556,_0x47bcde){super(_0x134f4d),this['_model']=_0xb66556,this['_config']=_0x47bcde,this['set']('description',''),this['bind']('authoredAt')['to'](_0xb66556),this['acceptButton']=this['_createButton'](At(_0x134f4d,'Accept\x20suggestion'),_0x48a691,'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](At(_0x134f4d,'Discard\x20suggestion'),_0x16672d,'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x256fbc(_0x134f4d,_0xb66556['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x57967f([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x1fa383(),this['keystrokes']=new _0x50001b(),this['focusCycler']=new _0x31168b({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x167c1e=>_0x167c1e['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x441995=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x441995['innerHTML']=this['description'],this['on']('change:description',(_0x232d73,_0x2b91af,_0x17315f)=>{_0x441995['innerHTML']=_0x17315f;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x8f3c8=this['bindTemplate'],_0x391156=[{'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':_0x8f3c8['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x8f3c8['to']('authoredAt',_0x3aafd1=>this['_config']['formatDateTime'](_0x3aafd1))}]}]},{'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']&&_0x391156['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':_0x391156}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?At(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):At(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?At(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):At(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x3d7159,_0x52fda9,_0x224343,_0x330099,_0x27b47b){const _0x3dc2b0=new _0x1ac658(this['locale']);return _0x3dc2b0['set']({'label':_0x3d7159,'icon':_0x52fda9,'tooltip':!0x0,'tooltipPosition':_0x27b47b}),_0x3dc2b0['extendTemplate']({'attributes':{'class':_0x224343}}),_0x3dc2b0['on']('execute',()=>{this['fire'](_0x330099,this['_model']['id']);}),_0x3dc2b0;}['_setupKeyboardNavigation'](){const _0x6ccabb=this['element'];this['keystrokes']['listenTo'](_0x6ccabb);for(const _0x376c72 of this['focusables'])this['focusTracker']['add'](_0x376c72['element']),this['keystrokes']['listenTo'](_0x376c72['element']);this['keystrokes']['set']('enter',(_0x2de601,_0x545f2c)=>{_0x6ccabb===_0x2de601['target']&&(this['focusCycler']['focusFirst'](),_0x545f2c());}),this['keystrokes']['set']('esc',(_0x508b35,_0x26912c)=>{_0x6ccabb!==_0x508b35['target']&&(this['focus'](),_0x26912c());});}}class mn extends _0x35090c{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[Xe,_0x5afd1d,_0x2eae3a,_0xebf6bb,_0x247ffd];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5ce84f){super(_0x5ce84f),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0xfd6554=this['editor']['config'];_0xfd6554['define']('trackChanges.SuggestionThreadView',fn),_0xfd6554['define']('trackChanges.SuggestionView',gn),_0xfd6554['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0xfd6554['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x341489,_0x49ea4b){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0xa08885,_0xb6d354]of this['_handleControllerBuffer']){const _0x5fbc87=this['_suggestionToController']['has'](_0xa08885);_0x5fbc87||_0xb6d354?_0x5fbc87&&_0xb6d354&&this['_destroyController'](_0xa08885):this['_initializeController'](_0xa08885);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get'](_0x247ffd)['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x341489,_0x49ea4b);}['init'](){const _0x422247=this['editor'],_0x247c95=_0x422247['plugins']['get'](Xe),_0x52315b=_0x422247['plugins']['get'](_0xebf6bb),_0x385553=_0x422247['plugins']['get'](_0x247ffd),_0x395e8c=_0x422247['plugins']['get'](_0x2eae3a);this['_addUIComponentsToFactory'](),_0x385553['addSourceCollector'](()=>{const _0x43899b=[];for(const [_0x40d757,_0x12f435]of Array['from'](this['_suggestionToController'])){const _0x1d4e79=_0x40d757['getAllAdjacentSuggestions'](),_0x5cc9c7=[];for(const _0x1901be of _0x1d4e79){if(!_0x1901be['isInContent'])continue;if(_0x1901be['isMultiRange']){_0x5cc9c7['push'](..._0x1901be['getRanges']());continue;}const _0x1a07e7=_0x1901be['getFirstRange']();if(_0x5cc9c7['length']>0x0){const _0x36fd61=_0x5cc9c7[0x0]['getJoined'](_0x1a07e7);if(_0x36fd61){_0x5cc9c7[0x0]=_0x36fd61;continue;}}_0x5cc9c7['push'](_0x1a07e7);}_0x43899b['push']([_0x12f435['view'],_0x5cc9c7]);}return _0x43899b;}),this['listenTo'](_0x247c95,'suggestionLoaded',(_0x131de9,_0x497372)=>{this['listenTo'](_0x497372,'change:previous',(_0x4cac5f,_0x4da6f6,_0x43b2f4,_0x5abee2)=>{_0x497372['isInContent']&&(null==_0x43b2f4?(this['_updateController'](_0x5abee2['head']),this['_handleSuggestionControllerDelayed'](_0x497372,!0x1)):(this['_updateController'](_0x43b2f4['head']),null==_0x5abee2&&this['_handleSuggestionControllerDelayed'](_0x497372,!0x0)));}),null!==_0x497372['previous']?this['_updateController'](_0x497372['head']):this['_handleSuggestionControllerDelayed'](_0x497372,!0x1);}),this['listenTo'](_0x247c95,'suggestionUnloaded',(_0x21eb09,_0x37d866,_0x418234)=>{this['stopListening'](_0x37d866,'change:previous'),this['_handleControllerBuffer']['delete'](_0x37d866),this['_suggestionToController']['has'](_0x37d866)&&this['_destroyController'](_0x37d866),_0x418234&&this['_updateController'](_0x418234['head']);}),this['listenTo'](_0x247c95,'suggestionChanged',(_0x414225,_0x548286)=>{this['_updateController'](_0x548286);}),this['listenTo'](_0x52315b,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x395e8c,'addComment',(_0x4ef90b,{threadId:_0x44011d,isFromAdapter:_0x3f1ba5})=>{if(_0x3f1ba5||!_0x247c95['hasSuggestion'](_0x44011d))return;const _0x330965=_0x247c95['getSuggestion'](_0x44011d);this['_suggestionToController']['get'](_0x330965)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0xd95ee4=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2dbc80;for(const _0x283f49 in _0xd95ee4){const _0x2f5702=_0x283f49,_0x31e6a0=_0xd95ee4[_0x2f5702];if('trackChangesLicenseKeyValid'==_0x31e6a0||'trackChangesLicenseKeyInvalid'==_0x31e6a0||'trackChangesLicenseKeyExpired'==_0x31e6a0||'trackChangesLicenseKeyDomainLimit'==_0x31e6a0||'trackChangesLicenseKeyNotAllowed'==_0x31e6a0||'trackChangesLicenseKeyEvaluationLimit'==_0x31e6a0||'trackChangesLicenseKeyUsageLimit'==_0x31e6a0){delete _0xd95ee4[_0x2f5702],_0x2dbc80=_0x31e6a0,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x2dbc80&&_0xd95ee4['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x2dbc80&&_0xd95ee4['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x2dbc80&&_0xd95ee4['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x2dbc80&&_0xd95ee4['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x2dbc80&&_0xd95ee4['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyUsageLimit'==_0x2dbc80&&_0xd95ee4['_showLicenseError']('usageLimit');},0x3e8);}['getAnnotationForSuggestion'](_0x431c43){const _0x56af63=this['_suggestionToController']['get'](_0x431c43);if(!_0x56af63)return null;return this['editor']['plugins']['get'](_0xebf6bb)['getByInnerView'](_0x56af63['view'])||null;}['getSuggestionForAnnotation'](_0x16c7ec){const _0x518410=this['_viewToController']['get'](_0x16c7ec['innerView']);return _0x518410?_0x518410['model']:null;}['_refreshActiveMarkers'](){const _0x12b27c=this['editor']['plugins']['get'](_0xebf6bb),_0x27f2c3=this['editor']['plugins']['get'](Xe),_0x2894f8=Array['from'](_0x12b27c['activeAnnotations'],_0x94d5a2=>_0x94d5a2['innerView'])['filter'](_0x251f44=>this['_viewToController']['has'](_0x251f44)),_0x5bca18=[];for(const _0x841411 of _0x2894f8){const _0x47e251=this['_viewToController']['get'](_0x841411)['model']['getAllAdjacentSuggestions']();_0x5bca18['push'](..._0x47e251['reduce']((_0x43f594,_0xb1b61e)=>[..._0x43f594,..._0xb1b61e['getMarkerNames']()],[]));}_0x27f2c3['activeMarkers']=_0x5bca18;}['_addUIComponentsToFactory'](){const _0x5ee272=this['editor'],_0x2683f6=_0x5ee272['locale'],_0x457f36=At(_0x2683f6,'Track\x20changes'),_0x7ee6fb=new _0x3a7659([{'type':'switchbutton','model':new _0x4c15d6({'withText':!0x0,'isToggleable':!0x0,'label':_0x457f36,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x4c15d6({'withText':!0x0,'label':At(_0x2683f6,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x4c15d6({'withText':!0x0,'label':At(_0x2683f6,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x4c15d6({'withText':!0x0,'label':At(_0x2683f6,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x4c15d6({'withText':!0x0,'label':At(_0x2683f6,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x5ee272['plugins']['has']('TrackChangesPreview')&&_0x7ee6fb['addMany']([{'type':'separator'},{'type':'button','model':new _0x4c15d6({'withText':!0x0,'label':At(_0x2683f6,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x406048 of _0x7ee6fb)if(En(_0x406048)){const _0x52b463=_0x5ee272['commands']['get'](_0x406048['model']['commandName']);_0x406048['model']['bind']('isOn','isEnabled')['to'](_0x52b463,'value','isEnabled');}_0x5ee272['ui']['componentFactory']['add']('trackChanges',_0x5197d0=>this['_createToolbarButton'](_0x5197d0,_0x7ee6fb,_0x457f36)),_0x5ee272['ui']['componentFactory']['add']('menuBar:trackChanges',_0x5c5e6c=>this['_createMenuBarMenu'](_0x5c5e6c,_0x7ee6fb,_0x457f36));}['_createToolbarButton'](_0x157993,_0x19cd00,_0xa0646d){const _0x718f59=_0x1ca2a3(_0x157993,_0xb73ea4),_0xf28eab=this['editor']['commands']['get']('trackChanges');_0x718f59['buttonView']['set']({'tooltip':_0xa0646d,'label':_0xa0646d,'icon':_0x47323e}),_0x718f59['buttonView']['bind']('isOn')['to'](_0xf28eab,'value'),_0x718f59['buttonView']['on']('execute',()=>{_0xf28eab['execute'](),this['editor']['editing']['view']['focus']();}),_0x4b1022(_0x718f59,_0x19cd00,{'role':'menu'});const _0x408d78=[];for(const _0x2ea952 of _0x19cd00)En(_0x2ea952)&&_0x408d78['push'](this['editor']['commands']['get'](_0x2ea952['model']['commandName']));const _0x3cbf38=_0x718f59['buttonView'];return _0x3cbf38['actionView']['unbind']('isEnabled'),_0x3cbf38['arrowView']['unbind']('isEnabled'),_0x3cbf38['actionView']['bind']('isEnabled')['to'](_0xf28eab,'isEnabled'),_0x3cbf38['arrowView']['bind']('isEnabled')['toMany'](_0x408d78,'isEnabled',(..._0x2334a0)=>_0x2334a0['some'](_0x256d61=>_0x256d61)),_0x718f59['on']('execute',_0x44e149=>{this['editor']['execute'](_0x44e149['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x718f59;}['_createMenuBarMenu'](_0x4d6317,_0x923036,_0x31f6d2){const _0x5114ed=new _0x53b008(_0x4d6317),_0x395c84=this['editor']['commands']['get']('trackChanges');_0x5114ed['buttonView']['set']({'label':_0x31f6d2,'icon':_0x47323e});const _0x3c2962=new _0x5b9248(_0x4d6317);for(const _0x1afacb of _0x923036){if('separator'==_0x1afacb['type']){_0x3c2962['items']['add'](new _0xb56894(_0x4d6317));continue;}const _0x439f1e=new _0x5df59b(_0x4d6317,_0x5114ed),_0x59c990=new _0x3fd53b(_0x4d6317),_0xc61761=_0x1afacb['model'];_0x59c990['bind'](...Object['keys'](_0xc61761))['to'](_0xc61761),_0x59c990['delegate']('execute')['to'](_0x5114ed),_0x59c990['on']('execute',()=>{this['editor']['execute'](_0xc61761['commandName']),this['editor']['editing']['view']['focus']();}),_0x439f1e['children']['add'](_0x59c990),_0x3c2962['items']['add'](_0x439f1e);}return _0x5114ed['bind']('isEnabled')['to'](_0x395c84,'isEnabled'),_0x5114ed['panelView']['children']['add'](_0x3c2962),_0x5114ed;}['_initializeController'](_0x492d8a){const _0x332b1b=this['editor'],_0x47af02=_0x332b1b['config'],_0x5ca02c=_0x332b1b['plugins']['get'](_0xebf6bb),_0x32398f=_0x332b1b['plugins']['get'](_0x2eae3a),_0x45ad5e=_0x332b1b['plugins']['get'](_0x247ffd),_0x5e03fd=_0x332b1b['plugins']['get'](_0x5afd1d)['me'],_0x54268c=_0x47af02['get']('trackChanges')['SuggestionThreadView'],_0x1d4fab=_0x47af02['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x1b0b10,CommentThreadInputView:_0x5f06ce}=_0x332b1b['plugins']['get']('CommentsUI');let _0x227a05,_0x1bce57,_0x41cb7f;this['_annotationViews']['has'](_0x492d8a['id'])?(_0x1bce57=this['_annotationViews']['get'](_0x492d8a['id']),_0x227a05=_0x1bce57['mainView']):(_0x227a05=new _0x54268c(_0x332b1b['locale'],_0x492d8a,_0x5e03fd,{'disableComments':this['_disableComments'],'editorConfig':{..._0x47af02['get']('comments.editorConfig'),'licenseKey':_0x47af02['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x47af02['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x47af02['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x47af02['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x3466ab(_0x47af02['get']('locale'),_0x332b1b['locale']),'CommentView':_0x47af02['get']('comments')['CommentView'],'CommentsListView':_0x1b0b10,'CommentThreadInputView':_0x5f06ce,'SuggestionView':_0x1d4fab}),_0x227a05['suggestionView']['acceptButton']['on']('execute',()=>{_0x332b1b['editing']['view']['focus']();}),_0x227a05['suggestionView']['discardButton']['on']('execute',()=>{_0x332b1b['editing']['view']['focus']();}),_0x1bce57=_0x5ca02c['createAnnotationView'](this['editor']['locale'],_0x227a05),_0x1bce57['bind']('isDirty')['to'](_0x227a05,'isDirty'),_0x1bce57['bind']('length')['to'](_0x227a05),_0x1bce57['bind']('type')['to'](_0x227a05,'type',_0x3464e0=>'suggestion-'+_0x3464e0),_0x227a05['on']('escape',()=>{_0x41cb7f['fire']('escape');}),this['_annotationViews']['set'](_0x492d8a['id'],_0x1bce57));const _0x5ee832=_0x32398f['createCommentThreadController'](_0x492d8a['commentThread'],_0x227a05),_0x2eec36=new hn(_0x332b1b,_0x492d8a,_0x227a05,_0x5ee832),_0xd598da=_0x492d8a['getAllAdjacentSuggestions']()['filter'](_0x25b24b=>_0x25b24b['isInContent']);_0x227a05['descriptionParts']=_0x332b1b['plugins']['get'](Xe)['descriptionFactory']['getDescriptions'](_0xd598da),this['_suggestionToController']['set'](_0x492d8a,_0x2eec36),this['_viewToController']['set'](_0x227a05,_0x2eec36);const _0x2bd0cd=()=>{const _0x40d782=[],_0x2809ac=_0x492d8a['getAllAdjacentSuggestions']()['filter'](_0xef5161=>_0xef5161['isInContent']);for(const _0x14ee45 of _0x2809ac)_0x40d782['push'](..._0x14ee45['getMarkers']());return _0x1193f2(_0x332b1b['editing'],_0x40d782);};_0x41cb7f=_0x5ca02c['createAnnotation']({'view':_0x1bce57,'target':_0x2bd0cd,'type':()=>'suggestion-'+_0x2eec36['view']['type'],'isVisible':!!_0x2bd0cd()}),_0x32398f['_bindAnnotationToEditors'](_0x227a05,_0x41cb7f),_0x5ca02c['add'](_0x41cb7f),_0x45ad5e['registerAnnotation'](_0x41cb7f);}['_destroyController'](_0x39c796){const _0x1ae1ab=this['editor']['plugins']['get'](_0x2eae3a),_0x269384=this['editor']['plugins']['get'](_0xebf6bb),_0x22096a=this['_suggestionToController']['get'](_0x39c796),_0x2c8369=_0x22096a['view'],_0x4ec89d=_0x269384['getByInnerView'](_0x2c8369);_0x1ae1ab['_unbindEditors'](_0x2c8369),_0x4ec89d&&_0x269384['remove'](_0x4ec89d),this['_suggestionToController']['delete'](_0x39c796),this['_viewToController']['delete'](_0x2c8369),_0x22096a['destroy']();}['_updateController'](_0x1d2714){if(!_0x1d2714['isInContent']||!this['_suggestionToController']['has'](_0x1d2714))return;const _0xd2d935=this['editor']['plugins']['get'](Xe),_0x531dbc=this['_suggestionToController']['get'](_0x1d2714),_0x4abe2c=_0x1d2714['getAllAdjacentSuggestions']();_0x531dbc['view']['descriptionParts']=_0xd2d935['descriptionFactory']['getDescriptions'](_0x4abe2c);}['destroy'](){for(const _0x537642 of this['_suggestionToController']['keys']())this['_destroyController'](_0x537642);for(const _0x3090d7 of this['_annotationViews']['values']())_0x3090d7['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function En(_0x2f92c0){return'model'in _0x2f92c0;}class Tn extends _0x35090c{static get['requires'](){return[Xe,mn,_0x1bac76];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x1b35c2){this['editor']['plugins']['get'](Xe)['adapter']=_0x1b35c2;}get['adapter'](){return this['editor']['plugins']['get'](Xe)['adapter'];}['addSuggestion'](_0x3b8a64){return this['editor']['plugins']['get'](Xe)['addSuggestionData'](_0x3b8a64);}['getSuggestions']({skipNotAttached:_0x4ad498=!0x1,toJSON:_0x3ad44d=!0x1}={}){return this['editor']['plugins']['get'](Xe)['getSuggestions']({'skipNotAttached':_0x4ad498,'toJSON':_0x3ad44d});}['getSuggestion'](_0x4ed428){return this['editor']['plugins']['get'](Xe)['getSuggestion'](_0x4ed428);}}const _n=['Pagination'];class pn extends _0x35090c{static get['requires'](){return[Xe];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x595569=this['editor'];if(_0x595569['config']['define']('trackChangesData.editorCreator',_0x151316=>{const _0x3d78f4=_0x595569['model']['document']['getRootNames']()['reduce']((_0x4bf1da,_0x188330)=>(_0x4bf1da[_0x188330]='',_0x4bf1da),{});return _0x595569['constructor']['create'](_0x3d78f4,_0x151316);}),'function'!=typeof _0x595569['config']['get']('trackChangesData')['editorCreator'])throw new _0x25a256('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x23f9ac){return bn(this['editor'],!0x0,_0x23f9ac);}['getDataWithDiscardedSuggestions'](_0x2c3dbe){return bn(this['editor'],!0x1,_0x2c3dbe);}}class Ln extends _0x35090c{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x34c8c0){function _0x20e3c2(_0x5d65d6){return _0x5d65d6['map'](_0x27c034=>String['fromCharCode'](_0x27c034))['join']('');}super(_0x34c8c0),this['result']='end',_0x34c8c0[_0x20e3c2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x20e3c2([0x76,0x69,0x65,0x77])][_0x20e3c2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x20e3c2([0x61,0x75,0x74,0x6f]),_0x34c8c0[_0x20e3c2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x20e3c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x20e3c2([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x20e3c2([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x20e3c2([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 In(_0x58f074){return void 0x0!==_0x58f074['getRootsAttributes'];}async function bn(_0x47d52c,_0x2e4be9,_0x199f7f){const _0xf04e1f=_0x50ee42(_0x47d52c,_n);if(_0xf04e1f['plugins']['push'](Xe,Ln),In(_0x47d52c)){_0xf04e1f['roots']=Object['create'](null);for(const _0x187767 of _0x47d52c['model']['document']['getRootNames']())_0xf04e1f['roots'][_0x187767]={'modelAttributes':_0x47d52c['getRootAttributes'](_0x187767)};}const _0x24021a=document['createDocumentFragment'](),_0x40449c=_0x47d52c['config']['get']('trackChangesData')['editorCreator'],_0x4184e2=await _0x40449c(_0xf04e1f,()=>function(_0x410568){const _0x38dba6=document['createElement']('div');return _0x410568['appendChild'](_0x38dba6),_0x38dba6;}(_0x24021a));!function(_0x2d72a5,_0x526669){const _0xd7a2c9=_0x2d72a5['model']['document']['getRootNames']()['reduce']((_0x477c50,_0x452e64)=>(_0x477c50[_0x452e64]=_0x2d72a5['data']['get']({'rootName':_0x452e64}),_0x477c50),{}),_0x1e4c27=_0x2d72a5['plugins']['get']('Users')['users']['map'](_0x30dd48=>({'id':_0x30dd48['id'],'name':_0x30dd48['name']})),_0x578552=_0x2d72a5['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x291b3a=_0x2d72a5['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x19e3a0=_0x526669['plugins']['get']('Users'),_0x28e351=_0x526669['plugins']['get']('TrackChangesEditing'),_0x3d6b89=_0x526669['plugins']['get']('CommentsRepository');for(const _0x519191 of _0x3d6b89['getCommentThreads']())_0x519191['remove']();for(const _0x47c860 of _0x1e4c27)_0x19e3a0['getUser'](_0x47c860['id'])||_0x19e3a0['addUser'](_0x47c860);_0x19e3a0['me']||_0x19e3a0['useAnonymousUser']();for(const _0x596184 of _0x291b3a)_0x3d6b89['addCommentThread'](_0x596184);for(const _0x20ca58 of _0x578552)_0x28e351['addSuggestionData'](_0x20ca58);_0x526669['data']['set'](_0xd7a2c9);}(_0x47d52c,_0x4184e2),_0x4184e2['execute'](_0x2e4be9?'acceptAllSuggestions':'discardAllSuggestions');const _0x1a5994=In(_0x4184e2)?_0x4184e2['getFullData'](_0x199f7f):_0x4184e2['data']['get'](_0x199f7f);return await _0x4184e2['destroy'](),_0x1a5994;}class An extends _0x15b561{['options'];constructor(_0xc2f4b0,_0x579791){super(_0xc2f4b0),this['options']=_0x579791,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'](_0x52c5ca,_0x17b0e3){if(!this['element'])return;const _0x127f49=[];for(const [_0x583ecf,_0x4fd836]of _0x52c5ca){const _0x2b2a9e=document['createElement']('div');_0x2b2a9e['setAttribute']('data-ck-root-name',_0x583ecf),_0x2b2a9e['className']=_0x4fd836['classes']+'\x20ck-track-changes-preview__root-container',_0x2b2a9e['innerHTML']=_0x4fd836['content'],_0x127f49['push'](_0x2b2a9e);}_0x17b0e3(this['element'],_0x127f49),this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class kn extends _0x5cdbec{constructor(_0x15927d){super(_0x15927d),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x1de76c=this['editor'],_0x17e186=_0x1de76c['locale'],_0x5d149e=_0x1de76c['plugins']['get']('Dialog');let _0x192ad5;const _0x41286b=function(_0x1b9833){const _0x5c4991={};if('editables'in _0x1b9833['ui']['view']){for(const [_0x1138ef,_0x5b2d82]of Object['entries'](_0x1b9833['ui']['view']['editables']))_0x5c4991[_0x1138ef]=_0x5b2d82['element'];}else _0x5c4991[_0x1b9833['model']['document']['getRootNames']()[0x0]]=_0x1b9833['ui']['view']['editable']['element'];return _0x5c4991;}(_0x1de76c),_0x207ab2=function(_0x4440f4){let _0x420c92=0x0;for(const _0x17bcc3 of Object['values'](_0x4440f4))_0x420c92=Math['max'](_0x420c92,_0x17bcc3['getBoundingClientRect']()['width']);let _0x395cf5=0x0;for(const _0x22f53f of Object['values'](_0x4440f4))_0x395cf5+=_0x22f53f['getBoundingClientRect']()['height'];const _0x4eb494=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x1cb10f=Math['min'](_0x395cf5,_0x4eb494);return{'width':_0x420c92,'height':_0x1cb10f};}(_0x41286b);_0x5d149e['show']({'id':'finalContentPreview','title':At(_0x17e186,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new An(_0x17e186,{'dialogRects':_0x207ab2}),'onHide':()=>{_0x192ad5['detachFromDom']();},'onShow':()=>{_0x1de76c['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x2f728b=>{const _0x43f588=this['_standarizeRootsData'](_0x2f728b,_0x1de76c,_0x41286b);_0x5d149e['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x43f588,_0x1de76c['config']['get']('trackChanges.preview.renderFunction'));}),_0x192ad5=new _0xa8b6e0(_0x17e186,[_0x5d149e['view']]),_0x192ad5['attachToDom'](),_0x192ad5['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x1de76c['once']('destroy',()=>{_0x192ad5['detachFromDom']();});const _0x420e27=_0x5d149e['view']['headerView']['class'];_0x5d149e['view']['headerView']['class']=_0x420e27?_0x420e27+'\x20ck-reset_all':'ck-reset_all',_0x5d149e['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x5d149e['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x66607f=this['editor']['plugins']['get']('MergeFieldsEditing'),_0x2d5788=_0x66607f['previewMode'],_0x54d9ba={};if('$labels'===_0x2d5788){for(const _0x242d8d of _0x66607f['getMergeFieldsIds']())_0x54d9ba[_0x242d8d]=_0x66607f['getLabel'](_0x242d8d)||_0x242d8d;}else{const _0x2cbac5='$defaultValues'===_0x2d5788?_0x66607f['getDefaultValues']():_0x66607f['getDataSetValues'](_0x2d5788,!0x0);for(const _0x52b639 of Object['entries'](_0x2cbac5)){const [_0x133be7,_0x4485f1]=_0x52b639;_0x54d9ba[_0x133be7]=null!==_0x4485f1?_0x4485f1:_0x66607f['getLabel'](_0x133be7)||_0x133be7;}}return{'mergeFieldsData':_0x54d9ba};}['_standarizeRootsData'](_0x152961,_0x401284,_0x1bc36f){let _0x351f82;if('string'==typeof _0x152961){const _0xeafa9d=_0x401284['model']['document']['getRootNames']()[0x0];_0x351f82={[_0xeafa9d]:_0x152961};}else _0x351f82=_0x152961;const _0x1ca0f8=this['_fixMediaEmbeds'](_0x351f82,_0x401284),_0x8adfa1=function(_0x307b83,_0x5919cf){for(const [_0x21f83c,_0x459708]of _0x307b83)_0x459708['classes']=_0x5919cf[_0x21f83c]['classList']['value']['replace']('ck-focused','');return _0x307b83;}(this['_sortRoots'](_0x401284)['reduce']((_0x668bdb,_0x4d149f)=>(_0x668bdb['push']([_0x4d149f,{'content':_0x1ca0f8[_0x4d149f],'classes':''}]),_0x668bdb),[]),_0x1bc36f);return _0x8adfa1;}['_fixMediaEmbeds'](_0x54c0db,_0x2b227b){if(!_0x2b227b['plugins']['has']('MediaEmbedEditing'))return _0x54c0db;const _0x593149=_0x2b227b['plugins']['get']('MediaEmbedEditing');for(const [_0xa0034c,_0x3ba8be]of Object['entries'](_0x54c0db)){const _0x1f0610=document['createElement']('div');_0x1f0610['innerHTML']=_0x3ba8be,(_0x1f0610['querySelectorAll']('figure.media')['forEach'](_0x378a09=>{const _0x5ee1e0=_0x378a09['querySelector']('oembed');if(_0x5ee1e0){const _0x16b262=_0x5ee1e0['getAttribute']('url');if(_0x16b262){const _0x5360eb=_0x593149['registry']['getMediaViewElement'](new et(_0x2b227b['editing']['view']['document']),_0x16b262,{'elementName':'','renderForEditingView':!0x0}),_0x14d080=document['createElement']('div');_0x14d080['classList']['add']('ck-media__wrapper'),_0x5360eb['render'](_0x14d080,_0x2b227b['editing']['view']['domConverter']),_0x5ee1e0['replaceWith'](_0x14d080);}}}),_0x54c0db[_0xa0034c]=_0x1f0610['innerHTML']);}return _0x54c0db;}['_sortRoots'](_0x3167c7){if(!function(_0x31e816){return void 0x0!==_0x31e816['getRootsAttributes'];}(_0x3167c7))return _0x3167c7['model']['document']['getRootNames']();const _0xb686f7=[],_0x59ff93=new Map();for(const _0x186019 of _0x3167c7['model']['document']['getRootNames']()){const _0x3f7f71=_0x3167c7['editing']['view']['getDomRoot'](_0x186019)['getClientRects']()['item'](0x0);_0xb686f7['push'](_0x186019),_0x59ff93['set'](_0x186019,_0x3f7f71);}return _0xb686f7['sort']((_0x22e33e,_0x5b3191)=>{const _0x1f5d30=_0x59ff93['get'](_0x22e33e),_0x33da48=_0x59ff93['get'](_0x5b3191);return _0x1f5d30['y']-_0x33da48['y']||_0x1f5d30['x']-_0x33da48['x'];}),_0xb686f7;}}class Cn extends _0x35090c{static get['requires'](){return[pn,_0x540a6c];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xb2d310){super(_0xb2d310),_0xb2d310['commands']['add']('previewFinalContent',new kn(this['editor'])),_0xb2d310['config']['define']('trackChanges.preview.renderFunction',(_0xfdd5b4,_0x21786)=>{for(const _0x57e0f1 of _0x21786)_0xfdd5b4['appendChild'](_0x57e0f1);});}}export{dt as AcceptSuggestionCommand,dn as BaseSuggestionThreadView,ft as DiscardSuggestionCommand,Lt as ExecuteOnAllSuggestionsCommand,It as ExecuteOnSelectedSuggestionsCommand,kn as PreviewFinalContentCommand,bt as Suggestion,kt as SuggestionDescriptionFactory,fn as SuggestionThreadView,gn as SuggestionView,Tn as TrackChanges,ht as TrackChangesCommand,pn as TrackChangesData,Ln as TrackChangesDataGetter,Xe as TrackChangesEditing,Cn as TrackChangesPreview,mn as TrackChangesUI};
|