@ckeditor/ckeditor5-track-changes 48.0.0-alpha.1 → 48.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 _0x3f491b,Plugin as _0x542478,PendingActions as _0x6ed9b4}from'@ckeditor/ckeditor5-core/dist/index.js';import{CommentsRepository as _0x5208d5,Annotations as _0x2511a0,EditorAnnotations as _0x547235,Comments as _0x3b643c}from'@ckeditor/ckeditor5-comments/dist/index.js';import{CKEditorError as _0x5d6a90,ObservableMixin as _0x241079,uid as _0x6e7e15,priorities as _0x2d50ac,insertToPriorityArray as _0x28ec7d,logWarning as _0xef7315,getEnvKeystrokeText as _0x3d636c,FocusTracker as _0x135dbd,KeystrokeHandler as _0x2816b5,Collection as _0x3c2374}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconCheck as _0x580087,IconCancel as _0x5ee3e5,IconTrackChanges as _0x3560f2}from'@ckeditor/ckeditor5-icons/dist/index.js';import{normalizeColorOptions as _0x13ca38,View as _0x20a04b,ViewCollection as _0x21c02e,FocusCycler as _0x549bb7,UIModel as _0x373190,createDropdown as _0x3e5891,SplitButtonView as _0x59e3fc,addListToDropdown as _0x3cf112,MenuBarMenuView as _0x4a412d,MenuBarMenuListView as _0x1dbfbe,ListSeparatorView as _0x5dfb7a,MenuBarMenuListItemView as _0x1e700b,MenuBarMenuListItemButtonView as _0x248430,BodyCollection as _0x4ec794,Dialog as _0x4d9abb}from'@ckeditor/ckeditor5-ui/dist/index.js';import{splitSuggestionMarkerName as _0x5024a3,SuggestionsConversion as _0x69b91c,Users as _0x46e4db,DocumentCompare as _0x3ad365,fixElementSuggestionRange as _0x294513,hashObject as _0x27d616,surroundingMarkersDetector as _0x34c014,FOCUS_ANNOTATION_KEYSTROKE as _0x4d82a1,AriaDescriptionView as _0x2856fe,setupThreadKeyboardNavigation as _0xc2edd4,trimHtml as _0x21e49e,UserView as _0x42d46a,LateFocusButtonView as _0x590bd0,getDateTimeFormatter as _0xbdb5de,getAllMarkersDomElementsSorted as _0x58e159,sanitizeEditorConfig as _0x11f558}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';import{ModelElement as _0x36f0f9,ModelLiveRange as _0x5ce503,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 _0x3f491b{['_enabledCommands'];constructor(_0x52c327,_0x47f867){super(_0x52c327),this['_enabledCommands']=_0x47f867,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 _0x30f6b9 of this['editor']['commands']['commands']())_0x30f6b9['affectsData']&&!this['_enabledCommands']['has'](_0x30f6b9)&&_0x30f6b9['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x34a485 of this['editor']['commands']['commands']())_0x34a485['affectsData']&&!this['_enabledCommands']['has'](_0x34a485)&&_0x34a485['clearForceDisabled']('TrackChangesCommand');}}class dt extends _0x3f491b{['_suggestions'];constructor(_0x452868,_0x4cbc25){super(_0x452868),this['_suggestions']=_0x4cbc25,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0xcde23e){const _0x50d0b6=this['_suggestions']['get'](_0xcde23e);if(!_0x50d0b6)throw new _0x5d6a90('track-changes-accept-suggestion-not-found',this);const _0x2a2b19=_0x50d0b6['getRanges']();this['editor']['model']['canEditAt'](_0x2a2b19)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x50d0b6);}}class ft extends _0x3f491b{['_suggestions'];constructor(_0x5b3280,_0x15768c){super(_0x5b3280),this['_suggestions']=_0x15768c,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x4c8426){const _0x4e80e3=this['_suggestions']['get'](_0x4c8426);if(!_0x4e80e3)throw new _0x5d6a90('track-changes-discard-suggestion-not-found',this);const _0x409b91=_0x4e80e3['getRanges']();this['editor']['model']['canEditAt'](_0x409b91)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x4e80e3);}}function gt(_0x4a8bc0,_0x51857f){let _0x519554='';return _0x519554+=_0x4a8bc0['split']('*')['map']((_0x40f4c0,_0x5e35a7)=>_0x5e35a7%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+mt(_0x40f4c0)+'</span>':mt(_0x40f4c0))['join'](''),_0x51857f&&(_0x519554+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x51857f['value']+'\x22\x20title=\x22'+_0x51857f['title']+'\x22></span>'),_0x519554;}function mt(_0x35635c){const _0x39908=document['createElement']('span');return _0x39908['innerText']=_0x35635c,_0x39908['innerHTML'];}function Et(_0x1801c7){return _0x1801c7['sort']((_0x3d471a,_0x4b70f3)=>'attribute'===_0x3d471a['type']&&'attribute'!==_0x4b70f3['type']?-0x1:'attribute'!==_0x3d471a['type']&&'attribute'===_0x4b70f3['type']?0x1:'deletion'==_0x3d471a['type']&&'deletion'!=_0x4b70f3['type']?-0x1:'deletion'!=_0x3d471a['type']&&'deletion'==_0x4b70f3['type']?0x1:0x0);}function Tt(_0x2d079a,_0x4c6e7d){let _0x2ed7e9,_0x2f95f9=0x0;const _0x3fff63=[],_0x180def=_0x4c6e7d['schema'];for(;_0x2f95f9<_0x2d079a['length'];){const _0x209eae=_0x2d079a[_0x2f95f9],_0x2facea=_0x2d079a[_0x2f95f9+0x1];_0x2ed7e9||(_0x2ed7e9=_0x4c6e7d['createPositionBefore'](_0x209eae)),_t(_0x4c6e7d,_0x209eae,_0x2facea)||(_0x3fff63['push'](_0x4c6e7d['createRange'](_0x2ed7e9,_0x180def['isObject'](_0x209eae)?_0x4c6e7d['createPositionAfter'](_0x209eae):_0x4c6e7d['createPositionAt'](_0x209eae,'end'))),_0x2ed7e9=null),_0x2f95f9++;}return _0x3fff63;}function _t(_0x210593,_0x2c268f,_0x28cb38){if(!_0x28cb38)return!0x1;const _0x33c1d0=_0x210593['createPositionAfter'](_0x2c268f),_0x18da16=_0x210593['createPositionBefore'](_0x28cb38);return _0x33c1d0['isTouching'](_0x18da16);}function pt(_0x24fb99,_0x2fe654,_0x3d5a32){for(;_0x3d5a32['length'];){const _0x1e3207=_0x3d5a32['splice'](0x0,0x64);_0x24fb99['change'](()=>{for(const _0x25e30b of _0x1e3207)_0x25e30b['isInContent']&&_0x2fe654['execute'](_0x25e30b['id']);});}}class Lt extends _0x3f491b{['_command'];['_suggestions'];constructor(_0x26e5a0,_0x6c3a1d,_0x400ea2){super(_0x26e5a0),this['_command']=_0x6c3a1d,this['_suggestions']=_0x400ea2,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x543c39=Array['from'](this['_suggestions']['values']())['some'](_0x467f6c=>_0x467f6c['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x543c39;}['execute'](){const _0x246543=Et(Array['from'](this['_suggestions']['values']()));for(const _0x331f0b of _0x246543){const _0x2591a3=_0x331f0b['getRanges']();if(!this['editor']['model']['canEditAt'](_0x2591a3))return;}pt(this['editor']['model'],this['_command'],_0x246543);}}class It extends _0x3f491b{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x5484e7,_0x5aaa64,_0x22ac27){super(_0x5484e7),this['_command']=_0x5aaa64,this['_suggestions']=_0x22ac27,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x1c9fad=this['editor']['model']['document']['selection'],_0x47613e=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x5d8471,_0x4ea894){const _0xac1eae=Array['from'](_0x5d8471['getRanges']()),_0x146de2=new Set();for(const _0x165ba of _0x4ea894)if(_0x165ba['isInContent']){for(const _0x17b355 of _0xac1eae)for(const _0x1e5d03 of _0x165ba['getRanges']())(_0x17b355['isIntersecting'](_0x1e5d03)||_0x5d8471['isCollapsed']&&!_0x165ba['isMultiRange']&&_0x165ba['next']&&_0x1e5d03['end']['isTouching'](_0x17b355['start']))&&_0x146de2['add'](_0x165ba);}return _0x146de2;}(_0x1c9fad,_0x47613e),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x573f10=Et(Array['from'](this['_selectedSuggestions']));for(const _0x33d71a of _0x573f10){const _0x3710b0=_0x33d71a['getRanges']();if(!this['editor']['model']['canEditAt'](_0x3710b0))return;}pt(this['editor']['model'],this['_command'],_0x573f10);}}class bt extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x241079(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_originalSuggestionId'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x16fb50,_0x35e90d){super(),this['id']=_0x35e90d['id'],this['type']=_0x35e90d['type'],this['subType']=_0x35e90d['subType']||null,this['author']=_0x35e90d['author'],this['creator']=_0x35e90d['creator']||_0x35e90d['author'],this['isExternal']=Boolean(_0x35e90d['attributes']&&_0x35e90d['attributes']['@external']),this['data']=null,this['_originalSuggestionId']=_0x35e90d['originalSuggestionId']||null,this['_model']=_0x16fb50,this['_onAccept']=_0x35e90d['onAccept'],this['_onDiscard']=_0x35e90d['onDiscard'],this['_onAttributesChange']=_0x35e90d['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x35e90d['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 _0x6d1bfe=this;for(;_0x6d1bfe['previous'];)_0x6d1bfe=_0x6d1bfe['previous'];return _0x6d1bfe;}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'](_0x2e8343){this['_markerNames']['add'](_0x2e8343);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0xdceec6=>this['_model']['markers']['get'](_0xdceec6))['filter'](_0xf9dbd7=>_0xf9dbd7);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x3e7b59=>{for(const _0x26425d of this['getMarkers']())_0x3e7b59['removeMarker'](_0x26425d);}),this['_markerNames']['clear']();}['removeMarker'](_0x21aa03){this['_model']['change'](_0x820c2c=>{_0x820c2c['removeMarker'](_0x21aa03);}),this['_markerNames']['delete'](_0x21aa03);}['addRange'](_0xcfd8f1){const _0x3bf45d='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+bt['getMultiRangeId']();this['addMarkerName'](_0x3bf45d),this['_model']['change'](_0x50eaaf=>{_0x50eaaf['addMarker'](_0x3bf45d,{'range':_0xcfd8f1,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x2cd17b){for(const _0x14e25e of this['getRanges']())if(_0x14e25e['isIntersecting'](_0x2cd17b))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x85b2b4=>_0x85b2b4['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x3be876,_0x18dce8)=>[..._0x3be876,..._0x18dce8['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x43b8f6=this['getRanges']();if(0x1!=_0x43b8f6['length'])return null;const _0x5c6137=_0x43b8f6[0x0],_0x48e36a=_0x5c6137['start']['nodeAfter'],_0x540fcc=_0x5c6137['end']['nodeBefore'];return _0x48e36a instanceof _0x36f0f9?_0x48e36a!=_0x540fcc?null:_0x48e36a: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 _0x3c2dae=[];let _0x46fe66=this['head'];for(;_0x46fe66;)_0x3c2dae['push'](_0x46fe66),_0x46fe66=_0x46fe66['next'];return _0x3c2dae;}['setAttribute'](_0xd0d4ba,_0x30f060){const _0x4ff8ed=nt(this['attributes']);it(_0x4ff8ed,_0xd0d4ba,_0x30f060),st(_0x4ff8ed,this['attributes'])||(this['attributes']=_0x4ff8ed,this['_onAttributesChange'](_0x4ff8ed));}['removeAttribute'](_0x2401d8){const _0x5a6954=nt(this['attributes']);rt(_0x5a6954,_0x2401d8),st(_0x5a6954,this['attributes'])||(this['attributes']=_0x5a6954,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 _0x6e7e15()['substr'](0x1,0x5);}}function At(_0x2bcf0b,_0x31cfdc,_0x2a2f25){const _0x39ffcd=_0x2bcf0b['t'],t=_0x2bcf0b['t'];switch(_0x31cfdc){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',_0x2a2f25);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x2a2f25);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x2a2f25);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x2a2f25);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x2a2f25);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',_0x2a2f25);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x2a2f25);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',_0x2a2f25);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x2a2f25);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x2a2f25);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x2a2f25);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x2a2f25);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x2a2f25);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x2a2f25);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x2a2f25);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x2a2f25);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x2a2f25);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x2a2f25);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x2a2f25);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x2a2f25);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x2a2f25);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x2a2f25);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x2a2f25);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x2a2f25);case'*Set\x20table\x20type:*\x20%0':return t('*Set\x20table\x20type:*\x20%0',_0x2a2f25);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'},_0x2a2f25);case'ELEMENT_CONTENT_TABLE':return t({'string':'content\x20table','plural':'%0\x20content\x20tables','id':'ELEMENT_CONTENT_TABLE'},_0x2a2f25);case'ELEMENT_LAYOUT_TABLE':return t({'string':'layout\x20table','plural':'%0\x20layout\x20tables','id':'ELEMENT_LAYOUT_TABLE'},_0x2a2f25);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x2a2f25);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x2a2f25);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x2a2f25);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x2a2f25);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x2a2f25);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'},_0x2a2f25);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x2a2f25);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x2a2f25);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x2a2f25);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x2a2f25);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'},_0x2a2f25);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x2a2f25);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'},_0x2a2f25);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'},_0x2a2f25);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x2a2f25);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'},_0x2a2f25);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x2a2f25);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'},_0x2a2f25);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x2a2f25);case'ELEMENT_FOOTNOTE_REF':return t({'string':'footnote\x20reference','plural':'%0\x20footnote\x20references','id':'ELEMENT_FOOTNOTE_REF'},_0x2a2f25);case'ELEMENT_FOOTNOTE_DEFINITION':return t({'string':'footnote\x20definition','plural':'%0\x20footnote\x20definitions','id':'ELEMENT_FOOTNOTE_DEFINITION'},_0x2a2f25);case'ELEMENT_FOOTNOTES_DEFINITIONS_LIST':return t({'string':'footnotes\x20definitions\x20list','plural':'%0\x20footnotes\x20definitions','id':'ELEMENT_FOOTNOTES_DEFINITIONS_LIST'},_0x2a2f25);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x2a2f25);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'},_0x2a2f25);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x2a2f25);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 _0x39ffcd({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x2a2f25);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x39ffcd({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x2a2f25);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x2a2f25);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'},_0x2a2f25);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'},_0x2a2f25);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'},_0x2a2f25);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x31cfdc;}}class kt{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0xa696f1,_0x35d81b){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0xa696f1,this['_locale']=_0x35d81b;}['getDescriptions'](_0x113f6c){const _0x57b806=[],_0x4add31=new Set(),_0x46bca3=new Set();for(let _0x205c32=0x0;_0x205c32<_0x113f6c['length'];_0x205c32++){const _0x1c5089=_0x113f6c[_0x205c32];if(!_0x1c5089['isInContent'])continue;const _0x1f905c=this['_handleCustomCallbackDescription'](_0x1c5089);if(_0x1f905c){if(null!=_0x1c5089['subType']){if(_0x4add31['has'](_0x1c5089['subType']))continue;_0x4add31['add'](_0x1c5089['subType']);}_0x57b806['push'](_0x1f905c);}else{if('attribute'==_0x1c5089['type']){const _0x1ed803=_0x1c5089['data']['key'];if(_0x46bca3['has'](_0x1ed803))continue;_0x46bca3['add'](_0x1c5089['data']['key']),_0x1ed803==Ke?this['_handleRenameSuggestionDescription'](_0x57b806,_0x1c5089):this['_handleAttributeSuggestionDescription'](_0x57b806,_0x1c5089);continue;}'insertion'!=_0x1c5089['type']&&'deletion'!=_0x1c5089['type']||this['_handleInsertRemoveSuggestionDescription'](_0x57b806,_0x1c5089,_0x113f6c[_0x205c32+0x1]);}}return this['_resolveDescriptionItems'](_0x57b806);}['registerDescriptionCallback'](_0x5b24e9){this['_customCallbacks']['push'](_0x5b24e9);}['registerElementLabel'](_0x27ec9d,_0x1c6090,_0x52cce3=_0x2d50ac['normal']){'function'==typeof _0x27ec9d?_0x28ec7d(this['_itemLabelsCallbacks'],{'matchingCallback':_0x27ec9d,'label':_0x1c6090,'priority':_0x52cce3}):this['_itemLabels']['set'](_0x27ec9d,_0x1c6090);}['registerAttributeLabel'](_0x325b09,_0x5d9016){this['_attributeLabels']['set'](_0x325b09,_0x5d9016);}['getItemLabel'](_0x490854,_0xe19b7f=0x1){let _0x4077ae;for(const _0x127a30 of this['_itemLabelsCallbacks'])if(_0x127a30['matchingCallback'](_0x490854)){_0x4077ae=_0x127a30['label'];break;}return _0x4077ae||(_0x4077ae=this['_itemLabels']['get'](_0x490854['name'])),_0x4077ae?_0x4077ae(_0xe19b7f):0x1!==_0xe19b7f?_0xe19b7f+'\x20'+_0x490854['name']+'s':''+_0x490854['name'];}['_addDescriptionItems'](_0x5bee87,_0x3a585c){const _0x200c9c=_0x3a585c['getFirstRange']()['getWalker'](),_0x40a649='insertion'==_0x3a585c['type']?'add':'remove';for(const _0x51e28a of _0x200c9c){const _0x4ce602=_0x51e28a['item'],_0x1b0c20=_0x5bee87[_0x5bee87['length']-0x1];if(_0x4ce602['is']('$textProxy'))_0x1b0c20&&_0x1b0c20['type']['indexOf']('Container')>-0x1&&_0x5bee87['pop'](),_0x1b0c20&&'text'==_0x1b0c20['type']?_0x1b0c20[_0x40a649]+=_0x4ce602['data']:_0x5bee87['push']({'type':'text','add':'add'==_0x40a649?_0x4ce602['data']:'','remove':'remove'==_0x40a649?_0x4ce602['data']:''});else{if(this['_schema']['isObject'](_0x4ce602)){const _0x1d29f4=_0x4ce602;if(_0x1b0c20&&_0x1b0c20['type']['indexOf']('Container')>-0x1&&_0x5bee87['pop'](),'elementEnd'==_0x51e28a['type'])continue;_0x1b0c20&&_0x1b0c20['type']==_0x40a649+'Object'&&_0x1b0c20['element']['name']==_0x1d29f4['name']?_0x1b0c20['quantity']++:_0x5bee87['push']({'type':_0x40a649+'Object','element':_0x1d29f4,'quantity':0x1}),_0x200c9c['skip'](_0x3ff72e=>!('elementEnd'==_0x3ff72e['type']&&_0x3ff72e['item']==_0x4ce602));}else{if(this['_schema']['checkChild'](_0x4ce602,'$text')||_0x4ce602['is']('element','softBreak')){const _0x25dd93=_0x4ce602;if('add'==_0x40a649&&'elementStart'==_0x51e28a['type']||'remove'==_0x40a649&&'elementEnd'==_0x51e28a['type'])continue;if(_0x1b0c20&&-0x1==_0x1b0c20['type']['indexOf']('Container')){'text'==_0x1b0c20['type']&&(_0x1b0c20[_0x40a649]+='\x0a');continue;}let _0x3eaeb5;if(_0x3eaeb5='add'==_0x40a649?_0x25dd93['nextSibling']&&!this['_schema']['isObject'](_0x25dd93['nextSibling'])?_0x25dd93['nextSibling']:null:_0x25dd93['previousSibling']&&!this['_schema']['isObject'](_0x25dd93['previousSibling'])?_0x25dd93['previousSibling']:null,_0x25dd93['isEmpty']||_0x3eaeb5&&_0x3eaeb5['isEmpty']){const _0xb67eb=_0x3eaeb5&&_0x3eaeb5['isEmpty']?_0x3eaeb5:_0x25dd93;_0x1b0c20&&_0x1b0c20['type']==_0x40a649+'EmptyContainer'&&_0x1b0c20['element']['name']==_0xb67eb['name']?_0x1b0c20['quantity']++:_0x5bee87['push']({'type':_0x40a649+'EmptyContainer','element':_0xb67eb,'quantity':0x1});}else _0x5bee87['push']({'type':_0x40a649+'Container','element':_0x25dd93});}}}}}['_resolveDescriptionItems'](_0x8700d9){const _0xda185c=this['_locale'],_0x5c378f=[],_0x5e259f=[],_0x1195c8=[];for(const _0x9bc4ec of _0x8700d9)switch(_0x9bc4ec['type']){case'text':if(_0x9bc4ec['add']=_0x9bc4ec['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x9bc4ec['remove']=_0x9bc4ec['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x9bc4ec['add']&&''!=_0x9bc4ec['remove']){_0x5c378f['push']({'type':'replace','content':At(_0xda185c,'REPLACE_TEXT',['\x22'+_0x9bc4ec['remove']+'\x22','\x22'+_0x9bc4ec['add']+'\x22'])});continue;}if(null!=_0x9bc4ec['add']['match'](/^ +$/)){_0x5c378f['push']({'type':'insertion','content':At(_0xda185c,'*Insert:*\x20%0',At(_0xda185c,'ELEMENT_SPACE',_0x9bc4ec['add']['length']))});continue;}if(null!=_0x9bc4ec['remove']['match'](/^ +$/)){_0x5c378f['push']({'type':'deletion','content':At(_0xda185c,'*Remove:*\x20%0',At(_0xda185c,'ELEMENT_SPACE',_0x9bc4ec['remove']['length']))});continue;}if(''!=_0x9bc4ec['add']){_0x5c378f['push']({'type':'insertion','content':At(_0xda185c,'*Insert:*\x20%0','\x22'+_0x9bc4ec['add']+'\x22')});continue;}_0x5c378f['push']({'type':'deletion','content':At(_0xda185c,'*Remove:*\x20%0','\x22'+_0x9bc4ec['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x5c378f['push']({'type':'insertion','content':At(_0xda185c,'*Insert:*\x20%0',this['getItemLabel'](_0x9bc4ec['element'],_0x9bc4ec['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x5c378f['push']({'type':'deletion','content':At(_0xda185c,'*Remove:*\x20%0',this['getItemLabel'](_0x9bc4ec['element'],_0x9bc4ec['quantity']))});continue;case'addContainer':_0x5c378f['push']({'type':'insertion','content':At(_0xda185c,'*Split:*\x20%0',this['getItemLabel'](_0x9bc4ec['element'],_0x9bc4ec['quantity']))});continue;case'removeContainer':_0x5c378f['push']({'type':'deletion','content':At(_0xda185c,'*Merge:*\x20%0',this['getItemLabel'](_0x9bc4ec['element'],_0x9bc4ec['quantity']))});continue;case'addFormat':_0x5e259f['push'](_0x9bc4ec['key']);continue;case'removeFormat':_0x1195c8['push'](_0x9bc4ec['key']);continue;default:_0x5c378f['push'](_0x9bc4ec);}if(_0x5e259f['length']){const _0x2b898a=_0x5e259f['map'](_0x364de2=>this['_attributeLabels']['has'](_0x364de2)?this['_attributeLabels']['get'](_0x364de2):_0x364de2)['join'](',\x20');_0x5c378f['push']({'type':'format','content':At(this['_locale'],'*Set\x20format:*\x20%0',_0x2b898a)});}if(_0x1195c8['length']){const _0x40372a=_0x1195c8['map'](_0x4e6d47=>this['_attributeLabels']['has'](_0x4e6d47)?this['_attributeLabels']['get'](_0x4e6d47):_0x4e6d47)['join'](',\x20');_0x5c378f['push']({'type':'format','content':At(this['_locale'],'*Remove\x20format:*\x20%0',_0x40372a)});}return _0x5c378f;}['_handleCustomCallbackDescription'](_0x5189e3){for(const _0x28f124 of this['_customCallbacks']){const _0x555dd5=_0x28f124(_0x5189e3);if(_0x555dd5&&'type'in _0x555dd5)return _0x555dd5;}}['_handleAttributeSuggestionDescription'](_0x3492cc,_0x28e2ab){const _0x39770b=_0x28e2ab['data'],_0x553d9f=void 0x0===_0x39770b['newValue']?'removeFormat':'addFormat';_0x3492cc['push']({'type':_0x553d9f,'key':_0x39770b['key']});}['_handleRenameSuggestionDescription'](_0x223cf2,_0x6b6a64){_0x223cf2['push']({'type':'format','content':At(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x6b6a64['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x46334e,_0x39edb0,_0x47d67f){if(this['_addDescriptionItems'](_0x46334e,_0x39edb0),_0x47d67f&&_0x47d67f['getFirstRange']()&&!_0x39edb0['getFirstRange']()['end']['isEqual'](_0x47d67f['getFirstRange']()['start'])){const _0xae2f2a=_0x46334e[_0x46334e['length']-0x1],_0x33c414='insertion'==_0x39edb0['type']?'add':'remove';_0xae2f2a&&'text'==_0xae2f2a['type']&&(_0xae2f2a[_0x33c414]+='\x0a');}}}class Ct extends _0x542478{['afterInit'](){const _0x46c26c=this['editor'],_0x24d438=_0x46c26c['plugins']['get']('TrackChangesEditing');_0x46c26c['commands']['get']('showAIAssistant')&&_0x24d438['enableCommand']('showAIAssistant');}}class yt extends _0x542478{['afterInit'](){const _0x1edb77=this['editor'],_0x1e6d7f=_0x1edb77['plugins']['get']('TrackChangesEditing');_0x1edb77['commands']['get']('toggleAi')&&_0x1e6d7f['enableCommand']('toggleAi');}}class Nt extends _0x542478{['afterInit'](){const _0x143946=this['editor'],_0x8ac62b=_0x143946['plugins']['get']('TrackChangesEditing');_0x143946['commands']['get']('aiQuickAction')&&_0x8ac62b['enableCommand']('aiQuickAction');}}class Rt extends _0x542478{['afterInit'](){const _0x88307e=this['editor'],_0x2571f4=_0x88307e['locale'];if(!_0x88307e['plugins']['has']('AlignmentEditing'))return;const _0x57c7d8=_0x88307e['plugins']['get']('TrackChangesEditing');_0x57c7d8['enableDefaultAttributesIntegration']('alignment'),_0x57c7d8['descriptionFactory']['registerAttributeLabel']('alignment',At(_0x2571f4,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xaeb4cf=this['editor'],_0x48d878=_0xaeb4cf['locale'];_0xaeb4cf['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1e05c2=>{if('formatBlock'!=_0x1e05c2['type'])return;const {data:_0x403cfb}=_0x1e05c2;if(_0x403cfb&&'alignment'==_0x403cfb['commandName']){const _0x2e064a=_0x403cfb['commandParams'][0x0]['value'];return{'type':'format','content':At(_0x48d878,'*Format:*\x20%0',function(_0x438f98){switch(_0x438f98){case'left':return At(_0x48d878,'FORMAT_ALIGN_TO_LEFT');case'right':return At(_0x48d878,'FORMAT_ALIGN_TO_RIGHT');case'center':return At(_0x48d878,'FORMAT_ALIGN_TO_CENTER');case'justify':return At(_0x48d878,'FORMAT_JUSTIFY_TEXT');}}(_0x2e064a))};}});}}const St=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class Mt extends _0x542478{['afterInit'](){const _0x29d0b1=this['editor'],_0x107bbd=_0x29d0b1['plugins']['get']('TrackChangesEditing'),_0x13b565=_0x29d0b1['locale'];for(const _0x3e0573 of St){if(!_0x29d0b1['plugins']['has'](_0x3e0573))continue;const _0x62791d=_0x3e0573['slice'](0x0,-0x7)['toLowerCase'](),_0x1ee5b6='FORMAT_'+_0x62791d['toUpperCase']();_0x107bbd['enableDefaultAttributesIntegration'](_0x62791d),_0x107bbd['descriptionFactory']['registerAttributeLabel'](_0x62791d,At(_0x13b565,_0x1ee5b6));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3dbdd8=this['editor'],_0x34c265=_0x3dbdd8['locale'],_0x8bba10=_0x3dbdd8['plugins']['get']('TrackChangesEditing');function _0x26c5db(_0x1f02e1,_0x38527a){_0x8bba10['descriptionFactory']['registerDescriptionCallback'](_0x40bcaa=>{if('formatInline'!=_0x40bcaa['type'])return;const {data:_0x4e4b95}=_0x40bcaa;return _0x4e4b95&&_0x4e4b95['commandName']===_0x1f02e1?_0x4e4b95['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x34c265,'*Format:*\x20%0',_0x38527a)}:{'type':'format','content':At(_0x34c265,'*Remove\x20format:*\x20%0',_0x38527a)}:void 0x0;});}_0x26c5db('bold',At(_0x34c265,'FORMAT_BOLD')),_0x26c5db('italic',At(_0x34c265,'FORMAT_ITALIC')),_0x26c5db('underline',At(_0x34c265,'FORMAT_UNDERLINE')),_0x26c5db('code',At(_0x34c265,'FORMAT_CODE')),_0x26c5db('strikethrough',At(_0x34c265,'FORMAT_STRIKETHROUGH')),_0x26c5db('subscript',At(_0x34c265,'FORMAT_SUBSCRIPT')),_0x26c5db('superscript',At(_0x34c265,'FORMAT_SUPERSCRIPT'));}}class Ot extends _0x542478{['afterInit'](){const _0x48117b=this['editor'],_0x575791=_0x48117b['locale'];if(!_0x48117b['plugins']['has']('BlockQuoteEditing'))return;const _0x399100=_0x48117b['plugins']['get']('TrackChangesEditing'),_0x4afcee=this['editor']['commands']['get']('blockQuote');_0x399100['enableCommand']('blockQuote',(_0x1768d5,_0x4ed2df={})=>{const _0x447291=this['editor']['model']['document']['selection'],_0x5c0656=_0x4ed2df&&void 0x0!==_0x4ed2df['forceValue']?_0x4ed2df['forceValue']:!_0x4afcee['value'];let _0x251f44=[];if(_0x5c0656){const _0x25ba83=Array['from'](_0x447291['getSelectedBlocks']())['filter'](_0x1c05ac=>wt(_0x1c05ac)||function(_0x29c404,_0xac3c68){const _0x64298f=_0xac3c68['checkChild'](_0x29c404['parent'],'blockQuote'),_0x1bee5d=_0xac3c68['checkChild'](['$root','blockQuote'],_0x29c404);return _0x64298f&&_0x1bee5d;}(_0x1c05ac,this['editor']['model']['schema']));_0x251f44=Tt(_0x25ba83,_0x48117b['model']);}else{const _0x5a3eff=Array['from'](_0x447291['getSelectedBlocks']())['filter'](_0x5f581a=>wt(_0x5f581a));_0x251f44=Tt(_0x5a3eff,_0x48117b['model']);}_0x48117b['model']['change'](()=>{for(const _0x26ad9d of _0x251f44)_0x399100['markBlockFormat'](_0x26ad9d,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x5c0656}]});});}),_0x399100['descriptionFactory']['registerDescriptionCallback'](_0x5e9b0a=>{const {data:_0x330410}=_0x5e9b0a;if(_0x330410&&'blockQuote'==_0x330410['commandName']){const _0x206ce9=At(_0x575791,'ELEMENT_BLOCK_QUOTE');return _0x330410['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x575791,'*Set\x20format:*\x20%0',_0x206ce9)}:{'type':'format','content':At(_0x575791,'*Remove\x20format:*\x20%0',_0x206ce9)};}});}}function wt(_0x1d406e){return'blockQuote'==_0x1d406e['parent']['name'];}class Bt extends _0x542478{['afterInit'](){const _0x1c49eb=this['editor'],_0x5dc806=_0x1c49eb['locale'],_0x582814=_0x1c49eb['plugins']['get']('TrackChangesEditing');_0x1c49eb['plugins']['has']('BookmarkEditing')&&(_0x582814['enableCommand']('insertBookmark'),_0x582814['enableDefaultAttributesIntegration']('updateBookmark'),_0x582814['descriptionFactory']['registerDescriptionCallback'](_0x1e3d80=>{if('insertion'!=_0x1e3d80['type']&&'deletion'!=_0x1e3d80['type']&&'attribute'!=_0x1e3d80['type'])return;const _0x41ca9c=_0x1e3d80['getContainedElement']();if(null==_0x41ca9c)return;if(!_0x41ca9c['is']('element','bookmark'))return;const _0x45ca58=_0x41ca9c['getAttribute']('bookmarkId');if('insertion'==_0x1e3d80['type'])return{'type':'insertion','content':At(_0x5dc806,'*Insert:*\x20%0','\x22'+_0x45ca58+'\x22\x20'+At(_0x5dc806,'ELEMENT_BOOKMARK'))};if('deletion'==_0x1e3d80['type'])return{'type':'deletion','content':At(_0x5dc806,'*Remove:*\x20%0','\x22'+_0x45ca58+'\x22\x20'+At(_0x5dc806,'ELEMENT_BOOKMARK'))};const {data:_0x138a3a}=_0x1e3d80;if(!_0x138a3a||'bookmarkId'!=_0x138a3a['key'])return;return{'type':'format','content':At(_0x5dc806,'*Set\x20bookmark:*\x20%0','\x22'+_0x138a3a['newValue']+'\x22')};}));}}class Ft extends _0x542478{['afterInit'](){const _0x28c939=this['editor'];_0x28c939['plugins']['has']('CaseChange')&&(_0x28c939['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x28c939['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x28c939['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class Dt extends _0x542478{['afterInit'](){const _0x4826d8=this['editor'];_0x4826d8['commands']['get']('ckbox')&&_0x4826d8['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class vt extends _0x542478{['afterInit'](){const _0x2edc31=this['editor'];if(!_0x2edc31['plugins']['has']('CodeBlock'))return;const _0x4c8ae9=_0x2edc31['plugins']['get']('TrackChangesEditing'),_0x146505=_0x2edc31['locale'],_0x323ccc=_0x2edc31['config']['get']('codeBlock')['languages'],_0x1f9459=_0x2edc31['commands']['get']('codeBlock');_0x4c8ae9['enableCommand']('indentCodeBlock'),_0x4c8ae9['enableCommand']('outdentCodeBlock'),_0x4c8ae9['enableCommand']('codeBlock',(_0x5e3ab5,_0x524b21={})=>{const _0x246b3f=_0x2edc31['model'],_0xfe58fd=_0x2edc31['model']['document']['selection'],_0x375abd=_0x524b21&&void 0x0!==_0x524b21['forceValue']?_0x524b21['forceValue']:!_0x1f9459['value'];let _0x78e5dd;_0x524b21['language']||(_0x524b21['language']=_0x323ccc[0x0]['language']),_0x78e5dd=_0x375abd?Array['from'](_0xfe58fd['getSelectedBlocks']())['filter'](_0x4fed91=>xt(_0x4fed91)||function(_0x2aa538,_0x868947){if(_0x2aa538['is']('rootElement')||_0x868947['isLimit'](_0x2aa538))return!0x1;return _0x868947['checkChild'](_0x2aa538['parent'],'codeBlock');}(_0x4fed91,_0x246b3f['schema'])):Array['from'](_0xfe58fd['getSelectedBlocks']())['filter'](_0xa0dbaf=>xt(_0xa0dbaf));const _0x28f41e=Tt(_0x78e5dd,_0x246b3f);_0x246b3f['change'](()=>{for(const _0x374787 of _0x28f41e)_0x4c8ae9['markBlockFormat'](_0x374787,{'commandName':'codeBlock','commandParams':[{..._0x524b21,'forceValue':_0x375abd}],'formatGroupId':'blockName'});});}),(_0x4c8ae9['descriptionFactory']['registerElementLabel']('codeBlock',_0x59c58f=>At(_0x146505,'ELEMENT_CODE_BLOCK',_0x59c58f)),_0x4c8ae9['descriptionFactory']['registerDescriptionCallback'](_0x19be74=>{if('formatBlock'!=_0x19be74['type'])return;const _0x324d8e=_0x146505['t'],{data:_0x54d4ab}=_0x19be74;if(!_0x54d4ab||'codeBlock'!=_0x54d4ab['commandName'])return;const _0x581f87=_0x54d4ab['commandParams'][0x0]['language'],_0x249d6f=_0x324d8e(_0x323ccc['find'](_0x5706bf=>_0x5706bf['language']===_0x581f87)['label'])['toLowerCase']();return _0x54d4ab['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x146505,'*Set\x20format:*\x20%0',At(_0x146505,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x249d6f+')')}:{'type':'format','content':At(_0x146505,'*Remove\x20format:*\x20%0',At(_0x146505,'ELEMENT_CODE_BLOCK',0x1))};}));}}function xt(_0x128974){return'codeBlock'==_0x128974['name'];}class Pt extends _0x542478{['afterInit'](){const _0x2b5616=this['editor'];if(!_0x2b5616['plugins']['has']('CommentsEditing'))return;_0x2b5616['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}class Ut extends _0x542478{static get['requires'](){return[at];}['init'](){const _0x226535=this['editor'],_0x484a3b=_0x226535['plugins']['get']('TrackChangesEditing');_0x484a3b['enableCommand']('delete');const _0x3e92b6=_0x226535['commands']['get']('deleteForward');_0x484a3b['enableCommand']('deleteForward',(_0x2a069f,_0x28c236={})=>{const _0x4bab29=_0x226535['model']['createSelection'](_0x226535['model']['document']['selection']);_0x4bab29['isCollapsed']&&_0x226535['model']['modifySelection'](_0x4bab29,{'direction':'forward','unit':_0x28c236['unit']});const _0x1a0a3f=_0x4bab29['getFirstRange'](),_0x2840c4=_0x5ce503['fromRange'](_0x1a0a3f);let _0x38058d;_0x2a069f(_0x28c236),_0x38058d='$graveyard'==_0x2840c4['root']['rootName']?_0x226535['model']['createRange'](_0x1a0a3f['start']):_0x226535['model']['createRange'](_0x2840c4['start'],_0x2840c4['end']),_0x2840c4['detach'](),_0x226535['model']['enqueueChange'](_0x3e92b6['buffer']['batch'],_0x249490=>{_0x3e92b6['buffer']['lock'](),_0x249490['setSelection'](_0x249490['createRange'](_0x38058d['end'])),_0x3e92b6['buffer']['unlock']();});});}}class Gt extends _0x542478{['afterInit'](){const _0x8da529=this['editor'];if(!_0x8da529['plugins']['has']('ListEditing'))return;const _0x4c8846=_0x8da529['locale'],_0x213ee5=_0x8da529['plugins']['get']('TrackChangesEditing'),_0x410b08=_0x8da529['plugins']['has']('TodoListEditing'),_0x370d30=!!_0x8da529['config']['get']('list.multiBlock');function _0x1f51d8(_0x240ec2){return{'type':'format','content':''+At(_0x4c8846,'*Set\x20format:*\x20%0',_0x240ec2)};}function _0x18e50d(_0x5bc67d){return{'type':'format','content':''+At(_0x4c8846,'*Remove\x20format:*\x20%0',_0x5bc67d)};}_0x213ee5['enableDefaultAttributesIntegration']('numberedList'),_0x213ee5['enableDefaultAttributesIntegration']('bulletedList'),_0x213ee5['enableDefaultAttributesIntegration']('customNumberedList'),_0x213ee5['enableDefaultAttributesIntegration']('customBulletedList'),_0x213ee5['enableDefaultAttributesIntegration']('indentList'),_0x213ee5['enableDefaultAttributesIntegration']('outdentList'),_0x213ee5['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x213ee5['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x370d30&&(_0x213ee5['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x213ee5['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x410b08&&(_0x213ee5['enableDefaultAttributesIntegration']('todoList'),_0x213ee5['enableDefaultAttributesIntegration']('checkTodoList'),_0x213ee5['descriptionFactory']['registerDescriptionCallback'](_0x21f590=>{const {data:_0x224af3}=_0x21f590;if(_0x224af3&&'todoListChecked'==_0x224af3['key'])return{'type':'format','content':_0x224af3['newValue']?At(_0x4c8846,'*Check\x20item*'):At(_0x4c8846,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x4df5bc=>{if(_0x4df5bc['batch']['isUndo'])return!0x1;let _0xf96098=!0x1;const _0x6b5fac=_0x213ee5['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4d2596=>'todoListChecked'===_0x213ee5['_getAttributeKey'](_0x4d2596));for(const _0x1b635a of _0x6b5fac){'todo'!=_0x1b635a['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x213ee5['_findSuggestions'](_0x1b635a['getFirstRange'](),'attribute')['find'](_0x24fc3f=>'listType'===_0x213ee5['_getAttributeKey'](_0x24fc3f['suggestion']))||(_0x4df5bc['removeMarker'](_0x1b635a['getFirstMarker']()),_0xf96098=!0x0));}return _0xf96098;})),_0x213ee5['descriptionFactory']['registerAttributeLabel']('listIndent',At(_0x4c8846,'FORMAT_INDENT'));const _0x22e7de={'type':'format','content':''};_0x213ee5['descriptionFactory']['registerDescriptionCallback'](_0x156048=>{const {data:_0x3e4c63}=_0x156048;if(!_0x3e4c63||'listType'!=_0x3e4c63['key'])return;let _0x4bf4f1=_0x156048['head'];for(;_0x4bf4f1;){if(_0x4bf4f1['data']&&(('listStyle'==_0x4bf4f1['data']['key']||'listMarkerStyle'==_0x4bf4f1['data']['key'])&&(_0x4bf4f1['data']['newValue']&&'default'!=_0x4bf4f1['data']['newValue']||'default'!=_0x4bf4f1['data']['oldValue']&&!_0x3e4c63['newValue'])||!_0x370d30&&_0x4bf4f1['data']['key']==Ke))return _0x22e7de;_0x4bf4f1=_0x4bf4f1['next'];}if(null==_0x3e4c63['newValue'])switch(_0x3e4c63['oldValue']){case'bulleted':return _0x18e50d(At(_0x4c8846,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x18e50d(At(_0x4c8846,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x18e50d(At(_0x4c8846,'ELEMENT_TODO_LIST'));}switch(_0x3e4c63['newValue']){case'bulleted':return _0x1f51d8(At(_0x4c8846,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1f51d8(At(_0x4c8846,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1f51d8(At(_0x4c8846,'ELEMENT_TODO_LIST'));}}),_0x213ee5['descriptionFactory']['registerDescriptionCallback'](_0x1e1768=>{const {data:_0x540b26}=_0x1e1768;if(_0x540b26&&'listIndent'==_0x540b26['key'])return null==_0x540b26['newValue']||null==_0x540b26['oldValue']&&0x0==_0x540b26['newValue']?_0x22e7de:void 0x0;}),_0x213ee5['descriptionFactory']['registerDescriptionCallback'](_0x1c3b3f=>{if('attribute'!=_0x1c3b3f['type'])return;const {data:_0x2d2f2c}=_0x1c3b3f;if(!_0x2d2f2c||'listItemId'!=_0x2d2f2c['key'])return;const _0x4b99e7=Ht(_0x1c3b3f);return'newValue'==_0x4b99e7?{'type':'format','content':At(_0x4c8846,'*Merge:*\x20list\x20item')}:'oldValue'==_0x4b99e7?{'type':'format','content':At(_0x4c8846,'*Split:*\x20list\x20item')}:_0x22e7de;}),_0x8da529['model']['document']['registerPostFixer'](_0xd4398e=>this['listItemIdFixer'](_0xd4398e)),_0x8da529['model']['document']['registerPostFixer'](_0x30157c=>this['noTrackChangesFixer'](_0x30157c)),_0x8da529['model']['document']['on']('change:data',(_0xe806bb,_0x15805f)=>{if(_0x15805f['isUndo']||!_0x15805f['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0xaed835){if(_0xaed835['batch']['isUndo']||!_0xaed835['batch']['isLocal'])return!0x1;let _0xa348c1=!0x1;const _0x1337fe=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x48d034=>_0x48d034['data']&&'listItemId'==_0x48d034['data']['key'])['filter'](_0x4fbd58=>_0x4fbd58['data']['newValue']&&_0x4fbd58['data']['oldValue']);for(const _0x3c6468 of _0x1337fe)Ht(_0x3c6468)||(_0xaed835['removeMarker'](_0x3c6468['getFirstMarker']()),_0xa348c1=!0x0);return _0xa348c1;}['noTrackChangesFixer'](_0x54d676){if(_0x54d676['batch']['isUndo']||!_0x54d676['batch']['isLocal'])return!0x1;const _0x49d256=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x49d256['trackChangesCommand']['value'])return!0x1;let _0x10ecca=!0x1;const _0x402407=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x351291=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x1b2460=>'attribute'==_0x1b2460['type'])['filter'](_0x14da68=>_0x402407['includes'](_0x14da68['attributeKey']));if(0x0==_0x351291['length'])return _0x10ecca;for(const _0x2c07f2 of _0x351291){const _0x34b695=_0x49d256['_findSuggestions'](_0x2c07f2['range'],'attribute')['filter'](_0x57e3d8=>!_0x57e3d8['meta']['isNextTo'])['map'](_0x263eab=>_0x263eab['suggestion'])['filter'](_0x4d27a5=>{const _0x5ceb17=_0x49d256['_getAttributeKey'](_0x4d27a5);return _0x402407['includes'](_0x5ceb17);});if(_0x34b695['length']){for(const _0x1fae0f of _0x34b695)_0x54d676['removeMarker'](_0x1fae0f['getFirstMarker']());_0x10ecca=!0x0;}}return _0x10ecca;}['assureChains'](){const _0x2eec6c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x45a1e1=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x399382;const _0x216850=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x336a27=>{if(_0x336a27['data']['oldRange']||!_0x336a27['data']['newRange'])return null;if(!_0x336a27['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x19bd11}=_0x5024a3(_0x336a27['name']);if(!_0x2eec6c['hasSuggestion'](_0x19bd11))return null;const _0x577342=_0x2eec6c['getSuggestion'](_0x19bd11);return _0x45a1e1['includes'](_0x577342['data']['key']);})['map'](_0x589963=>{const {id:_0xf157eb}=_0x5024a3(_0x589963['name']),_0x616681=_0x2eec6c['getSuggestion'](_0xf157eb);return _0x399382=_0x616681['attributes']['groupId'],_0x616681['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x216850['size'])return;const _0x31bbd3=_0x2eec6c['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5d64ba=>'attribute'==_0x5d64ba['type']&&_0x5d64ba['data']&&_0x45a1e1['includes'](_0x5d64ba['data']['key'])&&_0x5d64ba['attributes']['groupId']!=_0x399382)['map'](_0x3bf1e9=>({'listItem':_0x3bf1e9['getFirstRange']()['start']['nodeAfter'],'groupId':_0x3bf1e9['attributes']['groupId']})),_0x3225f6=new Set();for(const {groupId:_0x4579de,listItem:_0x5d548b}of _0x31bbd3)_0x216850['has'](_0x5d548b)&&_0x3225f6['add'](_0x4579de);for(const _0xf7ec4e of _0x2eec6c['getSuggestions']())_0x3225f6['has'](_0xf7ec4e['attributes']['groupId'])&&_0xf7ec4e['setAttribute']('groupId',_0x399382);}['_supportLegacySuggestions'](){const _0x5f09b7=this['editor'],_0x4c3ab6=_0x5f09b7['locale'],_0x37e67f=_0x5f09b7['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x37e67f['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x1d529a,_0x128818){const _0x15a077=[];for(let _0x40e9ad of _0x1d529a)_0x40e9ad['start']['nodeAfter']===_0x40e9ad['end']['parent']&&(_0x40e9ad=_0x5f09b7['model']['createRange'](_0x5f09b7['model']['createPositionAt'](_0x40e9ad['start']['nodeAfter'],0x0))),_0x15a077['push'](_0x40e9ad);_0x5f09b7['model']['change'](_0x4aebd5=>{const _0x722d96=_0x5f09b7['model']['document']['selection'],_0x23ecfc=Array['from'](_0x722d96['getRanges']())['map'](_0x154463=>_0x5ce503['fromRange'](_0x154463));_0x4aebd5['setSelection'](_0x15a077),_0x5f09b7['commands']['get'](_0x128818['commandName'])['refresh'](),_0x128818['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x5f09b7['execute'](_0x128818['commandName'],..._0x128818['commandParams']),_0x4aebd5['setSelection'](_0x23ecfc);for(const _0x3841ed of _0x23ecfc)_0x3841ed['detach']();});}),_0x37e67f['descriptionFactory']['registerElementLabel'](function(_0x50891f){const _0x51064a=!_0x5f09b7['model']['schema']['isObject'](_0x50891f),_0x3ab40f=_0x50891f['previousSibling'],_0x51438e=_0x50891f['nextSibling'],_0x2958db=_0x50891f['getAttribute']('listItemId'),_0xbb23a9=!_0x3ab40f||_0x3ab40f['getAttribute']('listItemId')!==_0x2958db,_0x4b3d28=!_0x51438e||_0x51438e['getAttribute']('listItemId')!==_0x2958db;return _0x51064a&&Boolean(_0x2958db)&&_0xbb23a9&&_0x4b3d28;},_0x474aae=>At(_0x4c3ab6,'ELEMENT_LIST_ITEM',_0x474aae));}['_registerLegacyDescription'](){const _0x5a31e7=this['editor'],_0x286bd2=_0x5a31e7['locale'];function _0x22aad6(_0x130f07){const _0x11cb82=_0x5a31e7['commands']['get']('bulletedList')['value'],_0x21d379=_0x5a31e7['commands']['get']('numberedList')['value'];return'numberedList'===_0x130f07?_0x11cb82:_0x21d379;}_0x5a31e7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x3a6f1c){if('formatBlock'!=_0x3a6f1c['type'])return;const {data:_0x1aead1}=_0x3a6f1c;if(!_0x1aead1)return;let _0x4a3508,_0x58a7df,_0x4d4b1e,_0x4562b6;switch(_0x1aead1['commandName']){case'bulletedList':_0x4d4b1e=_0x1aead1['commandParams'][0x0]['forceValue'],_0x4562b6=_0x22aad6(_0x1aead1['commandName']),_0x4a3508=_0x4d4b1e?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x4562b6&&_0x5a31e7['config']['get']('list.multiBlock')||(_0x4a3508='*Change\x20to:*\x20%0'),_0x58a7df={'type':'format','content':At(_0x286bd2,_0x4a3508,At(_0x286bd2,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x4d4b1e=_0x1aead1['commandParams'][0x0]['forceValue'],_0x4562b6=_0x22aad6(_0x1aead1['commandName']),_0x4a3508=_0x4d4b1e?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x4562b6&&_0x5a31e7['config']['get']('list.multiBlock')||(_0x4a3508='*Change\x20to:*\x20%0'),_0x58a7df={'type':'format','content':At(_0x286bd2,_0x4a3508,At(_0x286bd2,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x4a3508='*Indent:*\x20%0',_0x58a7df={'type':'format','content':At(_0x286bd2,_0x4a3508,At(_0x286bd2,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x4a3508=function(_0x1123e0){const _0x546c86=_0x1123e0['getFirstRange']();let _0x475a6e=_0x546c86['start']['nodeAfter'];for(;_0x475a6e&&_0x546c86['containsItem'](_0x475a6e);){if(_0x475a6e['getAttribute']('listIndent')>0x0)return!0x1;_0x475a6e=_0x475a6e['nextSibling'];}return!0x0;}(_0x3a6f1c)?At(_0x286bd2,'*Format:*\x20remove\x20from\x20%0',At(_0x286bd2,function(_0x2bddef){return'ELEMENT_'+_0x2bddef['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x3a6f1c))):At(_0x286bd2,'*Outdent:*\x20%0',At(_0x286bd2,'ELEMENT_LIST_ITEM')),_0x58a7df={'type':'format','content':_0x4a3508};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x1aead1['multipleBlocks']&&(_0x4a3508='*Merge:*\x20%0',_0x58a7df={'type':'deletion','content':At(_0x286bd2,_0x4a3508,At(_0x286bd2,'ELEMENT_LIST_ITEM'))});}return _0x58a7df;});}}function Ht(_0x84165a){let _0x3df60d=_0x84165a['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x3df60d;){const _0x52fa63=_0x3df60d['getAttribute']('listItemId');if(!_0x52fa63)return!0x1;if(_0x52fa63==_0x84165a['data']['newValue'])return'newValue';if(_0x52fa63==_0x84165a['data']['oldValue'])return'oldValue';_0x3df60d=_0x3df60d['previousSibling'];}return!0x1;}class $t extends _0x542478{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x1f9a70=this['editor']['config']['get']('list.properties'),_0x29de3b=this['editor']['plugins']['get']('TrackChangesEditing');_0x1f9a70['styles']&&_0x29de3b['enableDefaultAttributesIntegration']('listStyle'),_0x1f9a70['reversed']&&_0x29de3b['enableDefaultAttributesIntegration']('listReversed'),_0x1f9a70['startIndex']&&_0x29de3b['enableDefaultAttributesIntegration']('listStart');const _0x24fcc6={'type':'format','content':''};_0x29de3b['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x314da6=this['editor']['locale'];_0x29de3b['descriptionFactory']['registerAttributeLabel']('listReversed',At(_0x314da6,'FORMAT_LIST_REVERSED')),_0x29de3b['descriptionFactory']['registerDescriptionCallback'](_0x1c208c=>{const {data:_0x247a2b}=_0x1c208c;if(_0x247a2b&&'listReversed'==_0x247a2b['key'])return null==_0x247a2b['newValue']||0x0==_0x247a2b['newValue']&&null==_0x247a2b['oldValue']?_0x24fcc6:void 0x0;}),_0x29de3b['descriptionFactory']['registerAttributeLabel']('listStart',At(_0x314da6,'FORMAT_LIST_START')),_0x29de3b['descriptionFactory']['registerDescriptionCallback'](_0x3c8dbb=>{const {data:_0x13457c}=_0x3c8dbb;if(_0x13457c&&'listStart'==_0x13457c['key'])return null==_0x13457c['newValue']||0x1==_0x13457c['newValue']&&null==_0x13457c['oldValue']?_0x24fcc6:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x27ee01=>{if(_0x27ee01['batch']['isUndo'])return!0x1;let _0x520d15=!0x1;const _0x4369fb=_0x29de3b['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xc400ca=>{const _0x7871b9=_0x29de3b['_getAttributeKey'](_0xc400ca);return'listStart'==_0x7871b9||'listReversed'==_0x7871b9;});for(const _0xc2168f of _0x4369fb){const _0x4e9e49=_0xc2168f['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x4e9e49||'customNumbered'==_0x4e9e49)continue;_0x29de3b['_findSuggestions'](_0xc2168f['getFirstRange'](),'attribute')['find'](_0x4dc4f8=>'listType'==_0x29de3b['_getAttributeKey'](_0x4dc4f8['suggestion']))||(_0x27ee01['removeMarker'](_0xc2168f['getFirstMarker']()),_0x520d15=!0x0);}return _0x520d15;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x45f5e2){const _0x2c051f=this['editor']['locale'],{data:_0x42922f}=_0x45f5e2,_0x4e4c2f={'type':'format','content':''};if(!_0x42922f||'listStyle'!=_0x42922f['key'])return;if(!_0x42922f['oldValue'])return'default'==_0x42922f['newValue']?_0x4e4c2f:{'type':'format','content':''+At(_0x2c051f,'*Set\x20format:*\x20%0',At(_0x2c051f,this['_getTranslationKeyForListStyle'](_0x42922f['newValue'])))};if(!_0x42922f['newValue']){if('default'==_0x42922f['oldValue'])return _0x4e4c2f;let _0x36ef5d=_0x45f5e2['head'];for(;_0x36ef5d;){if(_0x36ef5d['data']&&'listType'==_0x36ef5d['data']['key']&&_0x36ef5d['data']['newValue'])return _0x4e4c2f;_0x36ef5d=_0x36ef5d['next'];}return{'type':'format','content':''+At(_0x2c051f,'*Remove\x20format:*\x20%0',At(_0x2c051f,this['_getTranslationKeyForListStyle'](_0x42922f['oldValue'])))};}if('default'!=_0x42922f['newValue'])return{'type':'format','content':''+At(_0x2c051f,'*Set\x20format:*\x20%0',At(_0x2c051f,this['_getTranslationKeyForListStyle'](_0x42922f['newValue'])))};let _0x3490ab=_0x45f5e2['head'];for(;_0x3490ab;){if(_0x3490ab['data']&&'listType'==_0x3490ab['data']['key']&&_0x3490ab['data']['newValue']&&_0x3490ab['data']['oldValue'])return _0x4e4c2f;_0x3490ab=_0x3490ab['next'];}return{'type':'format','content':At(_0x2c051f,'*Set\x20format:*\x20%0',At(_0x2c051f,'ELEMENT_'+_0x45f5e2['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x2f7a2e=this['editor'],_0x37c795=_0x2f7a2e['locale'];_0x2f7a2e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4e75cf=>{if('formatBlock'!=_0x4e75cf['type'])return;const {data:_0x198d7e}=_0x4e75cf;if(!_0x198d7e)return;let _0x183719,_0x43a287;switch(_0x198d7e['commandName']){case'listStyle':_0x183719='*Change\x20to:*\x20%0',_0x43a287={'type':'format','content':At(_0x37c795,_0x183719,At(_0x37c795,this['_getTranslationKeyForListStyle'](_0x198d7e['commandParams'][0x0]['type'])))};break;case'listReversed':_0x183719=_0x198d7e['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x43a287={'type':'format','content':At(_0x37c795,_0x183719)};break;case'listStart':_0x183719='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x43a287={'type':'format','content':At(_0x37c795,_0x183719,_0x198d7e['commandParams'][0x0]['startIndex'])};}return _0x43a287;});}['_getTranslationKeyForListStyle'](_0x1b294e){return'ELEMENT_'+function(_0x20bb9d){if(Wt['includes'](_0x20bb9d))return'bulleted';if(Vt['includes'](_0x20bb9d))return'numbered';return null;}(_0x1b294e)['toUpperCase']()+'_LIST_'+_0x1b294e['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 _0x542478{['afterInit'](){const _0x13c49a=this['editor'];_0x13c49a['commands']['get']('emoji')&&_0x13c49a['plugins']['get']('TrackChangesEditing')['enableCommand']('emoji');}}class zt extends _0x542478{static get['requires'](){return[lt];}['init'](){const _0x2fb4b4=this['editor'],_0x3596d9=_0x2fb4b4['plugins']['get']('TrackChangesEditing'),_0x1309d6=_0x2fb4b4['commands']['get']('enter');_0x3596d9['enableCommand']('enter',()=>{_0x2fb4b4['model']['change'](_0x5864fd=>{const _0x124e3c=_0x2fb4b4['model']['document']['selection'],_0x399cdc=_0x124e3c['getFirstPosition'](),_0x42b8d8=_0x5ce503['fromRange'](_0x124e3c['getFirstRange']());if(_0x1309d6['enterBlock'](_0x5864fd)){const _0x5078f1=_0x2fb4b4['model']['createPositionAt'](_0x399cdc['parent']['nextSibling'],0x0),_0x3a59d6=_0x5864fd['createRange'](_0x399cdc,_0x5078f1);_0x3596d9['markInsertion'](_0x3a59d6);}else _0x5864fd['setSelection'](_0x5864fd['createRange'](_0x42b8d8['end']));_0x42b8d8['detach'](),_0x1309d6['fire']('afterExecute',{'writer':_0x5864fd});});});}}class Kt extends _0x542478{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0xd7153b=this['editor']['plugins']['get']('TrackChangesEditing');_0xd7153b['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0xd7153b['enableCommand']('findNext'),_0xd7153b['enableCommand']('findPrevious'),_0xd7153b['enableCommand']('replace'),_0xd7153b['enableCommand']('replaceAll');}['handleFindCommand'](_0x26ed83,_0x197ddf,_0x10827c={}){const _0x2f8da3=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x26ed83(_0x2ee7a7=>{let _0x580935=('string'==typeof _0x197ddf?_0x2f8da3['findByTextCallback'](_0x197ddf,_0x10827c):_0x197ddf)(_0x2ee7a7);Array['isArray'](_0x580935)&&(_0x580935={'results':_0x580935,'searchText':'string'==typeof _0x197ddf?_0x197ddf:''});const _0x241061=_0x580935['results']['filter'](_0x4a07ba=>!0x1===this['_isInDeletionRange'](_0x4a07ba,_0x2ee7a7['item']));return{..._0x580935,'results':_0x241061};},_0x10827c);}['_isInDeletionRange'](_0x47d49d,_0x4b6c5c){const _0xb6e450=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x4b6c5c,_0x47d49d['start']),this['editor']['model']['createPositionAt'](_0x4b6c5c,_0x47d49d['end']));for(const _0x341b14 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0xb6e450['getIntersection'](_0x341b14['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 _0x542478{['afterInit'](){const _0x3098a4=this['editor']['locale'],_0x3dbbd2=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x2d27a2,commandName:_0xc3dc6}of Xt)this['editor']['plugins']['has'](_0x2d27a2)&&_0x3dbbd2['enableDefaultAttributesIntegration'](_0xc3dc6);_0x3dbbd2['descriptionFactory']['registerAttributeLabel']('fontSize',At(_0x3098a4,'FORMAT_FONT_SIZE')),_0x3dbbd2['descriptionFactory']['registerAttributeLabel']('fontFamily',At(_0x3098a4,'FORMAT_FONT_FAMILY')),_0x3dbbd2['descriptionFactory']['registerAttributeLabel']('fontColor',At(_0x3098a4,'FORMAT_FONT_COLOR')),_0x3dbbd2['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',At(_0x3098a4,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x11fec3=this['editor'],_0x4c2939=_0x11fec3['locale'];_0x11fec3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2e1ef5=>{const _0x30e8f4=_0x4c2939['t'];if('formatInline'!=_0x2e1ef5['type'])return;const {data:_0x10c56f}=_0x2e1ef5;if(null!=_0x10c56f){if('fontSize'==_0x10c56f['commandName']){const _0x2fd298=_0x10c56f['commandParams'][0x0]['value'];if(_0x2fd298){const _0x32dfdc=_0x30e8f4(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x182bcf=>_0x182bcf['model']==_0x2fd298)['title'])['toLowerCase']();return{'type':'format','content':At(_0x4c2939,'*Set\x20font\x20size:*\x20%0',_0x32dfdc)};}return{'type':'format','content':At(_0x4c2939,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x10c56f['commandName']){const _0x3a49c1=_0x10c56f['commandParams'][0x0]['value'];return _0x3a49c1?{'type':'format','content':At(_0x4c2939,'*Set\x20font\x20family:*\x20%0',_0x3a49c1)}:{'type':'format','content':At(_0x4c2939,'*Reset\x20font\x20family*')};}if('fontColor'==_0x10c56f['commandName']){const _0x11afd6=_0x10c56f['commandParams'][0x0]['value'];if(_0x11afd6){const _0x53c2da=_0x13ca38(this['editor']['config']['get']('fontColor.colors'))['find'](_0x45d908=>_0x45d908['model']==_0x11afd6);let _0x20b3a7=_0x11afd6,_0x494f39='';return _0x53c2da&&(_0x20b3a7=_0x53c2da['label'],_0x494f39=_0x30e8f4(_0x20b3a7)['toLowerCase']()),{'type':'format','content':At(_0x4c2939,'*Set\x20font\x20color:*\x20%0',_0x494f39)['trim'](),'color':{'value':_0x11afd6,'title':_0x494f39||_0x20b3a7}};}return{'type':'format','content':At(_0x4c2939,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x10c56f['commandName']){const _0x3dc5df=_0x10c56f['commandParams'][0x0]['value'];if(_0x3dc5df){const _0xa4a724=_0x13ca38(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x2b578a=>_0x2b578a['model']==_0x3dc5df);let _0xe614e2=_0x3dc5df,_0x25edcb='';return _0xa4a724&&(_0xe614e2=_0xa4a724['label'],_0x25edcb=_0x30e8f4(_0xe614e2)['toLowerCase']()),{'type':'format','content':At(_0x4c2939,'*Set\x20font\x20background\x20color:*\x20%0',_0x25edcb)['trim'](),'color':{'value':_0x3dc5df,'title':_0x25edcb||_0xe614e2}};}return{'type':'format','content':At(_0x4c2939,'*Reset\x20font\x20background\x20color*')};}}});}}class qt extends _0x542478{['afterInit'](){const {plugins:_0x2b9940}=this['editor'];_0x2b9940['has']('FootnotesEditing')&&this['_registerFootnotesEditingIntegration'](),_0x2b9940['has']('FootnotesPropertiesEditing')&&this['_registerFootnotesPropertiesEditingIntegration']();}['_registerFootnotesPropertiesEditingIntegration'](){const {locale:_0x375fe9,plugins:_0x15f101,commands:_0x1565d8}=this['editor'],_0x3eba53=_0x15f101['get']('TrackChangesEditing');_0x1565d8['get']('footnotesStyle')&&_0x3eba53['enableDefaultAttributesIntegration']('footnotesStyle'),_0x1565d8['get']('footnotesStart')&&_0x3eba53['enableDefaultAttributesIntegration']('footnotesStart'),_0x3eba53['descriptionFactory']['registerAttributeLabel']('footnotesListStyle',At(_0x375fe9,'FORMAT_FOOTNOTES_LIST_STYLE')),_0x3eba53['descriptionFactory']['registerAttributeLabel']('footnotesListStart',At(_0x375fe9,'FORMAT_FOOTNOTES_LIST_START'));}['_registerFootnotesEditingIntegration'](){const _0x21c220=this['editor']['plugins']['get']('TrackChangesEditing'),{locale:_0x5cf1b3,commands:_0x1279d7}=this['editor'];_0x1279d7['get']('insertFootnote')&&_0x21c220['enableCommand']('insertFootnote'),_0x21c220['descriptionFactory']['registerElementLabel']('footnoteRef',_0x21cdee=>At(_0x5cf1b3,'ELEMENT_FOOTNOTE_REF',_0x21cdee)),_0x21c220['descriptionFactory']['registerElementLabel']('footnoteDefinition',_0x1e63f4=>At(_0x5cf1b3,'ELEMENT_FOOTNOTE_DEFINITION',_0x1e63f4)),_0x21c220['descriptionFactory']['registerElementLabel']('footnotesDefinitions',_0x4f4890=>At(_0x5cf1b3,'ELEMENT_FOOTNOTES_DEFINITIONS_LIST',_0x4f4890));}}class Qt extends _0x542478{['afterInit'](){const _0x9255e1=this['editor'],_0x41d08c=_0x9255e1['plugins']['get']('TrackChangesEditing'),_0x1a2275=_0x9255e1['commands']['get']('copyFormat'),_0x108cad=_0x9255e1['commands']['get']('pasteFormat');_0x1a2275&&_0x108cad&&(_0x41d08c['enableDefaultAttributesIntegration']('pasteFormat'),_0x41d08c['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x2833c2=this['editor'],_0x2d7898=_0x2833c2['locale'];_0x2833c2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x438a3a=>{if('formatBlock'!=_0x438a3a['type']&&'formatInline'!=_0x438a3a['type'])return;const {data:_0x49dc6e}=_0x438a3a;if(_0x49dc6e&&'pasteFormat'===_0x49dc6e['commandName']){const _0x573acc=[],_0x5cb104=_0x49dc6e['commandParams'][0x0];for(const [_0x13e5e0,_0x1b6645]of Object['entries'](_0x5cb104))_0x573acc['push'](Zt(_0x2833c2,_0x13e5e0,_0x1b6645));return _0x573acc['length']?{'type':'format','content':At(_0x2d7898,'*Set\x20format\x20to:*\x20%0',_0x573acc['join'](',\x20'))}:{'type':'format','content':At(_0x2d7898,'*Remove\x20all\x20formatting*')};}});}}function Zt(_0x891146,_0x48488b,_0x3c2a8e){const _0x52bbac=_0x891146['locale']['t'],_0xffcd8d=_0x48488b['split'](/(?=[A-Z])/)['join']('\x20'),_0x5be742=_0x52bbac(_0xffcd8d['charAt'](0x0)['toUpperCase']()+_0xffcd8d['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x3c2a8e)return _0x5be742;if('fontColor'===_0x48488b||'fontBackgroundColor'===_0x48488b){const _0x3f38f2=_0x13ca38(_0x891146['config']['get']('fontColor.colors'))['find'](_0x3e5f95=>_0x3e5f95['model']==_0x3c2a8e);return _0x5be742+'\x20('+(_0x3f38f2?_0x52bbac(_0x3f38f2['label'])['toLowerCase']():_0x3c2a8e)+')';}if('fontSize'===_0x48488b&&isNaN(parseFloat(_0x3c2a8e))){const _0x36b50f=_0x891146['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x891146['config']['get']('fontSize.options'))['find'](_0x740650=>_0x740650['model']==_0x3c2a8e);return _0x5be742+'\x20('+(_0x36b50f?_0x52bbac(_0x36b50f['title'])['toLowerCase']():_0x3c2a8e)+')';}return _0x5be742+'\x20('+_0x3c2a8e+')';}class Jt extends _0x542478{['_headingOptions'];['afterInit'](){const _0x280a90=this['editor'];if(!_0x280a90['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x280a90['config']['get']('heading.options');const _0xcf76f1=_0x280a90['locale'],_0x53001c=_0x280a90['plugins']['get']('TrackChangesEditing');_0x53001c['enableDefaultAttributesIntegration']('heading');for(const _0x224250 of this['_headingOptions'])'paragraph'!=_0x224250['model']&&_0x53001c['descriptionFactory']['registerElementLabel'](_0x224250['model'],_0x126ec3=>{const _0xb6e166=this['_getHeadingLevel'](_0x224250['model']);return null!==_0xb6e166?_0x4da758(_0x126ec3,_0xb6e166):_0x1fe3f7(_0x126ec3,_0x224250['title']);});function _0x4da758(_0x39513f,_0x3f94ba){return At(_0xcf76f1,'ELEMENT_HEADING',[_0x39513f,_0x3f94ba]);}function _0x1fe3f7(_0x4f7696,_0x483cdc){return At(_0xcf76f1,'ELEMENT_HEADING_CUSTOM',[_0x4f7696,_0x483cdc]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4a6cd2=this['editor'],_0x6e12e4=_0x4a6cd2['locale'];function _0x1fed79(_0x2fed4a,_0x2dde38){return At(_0x6e12e4,'ELEMENT_HEADING_CUSTOM',[_0x2fed4a,_0x2dde38]);}_0x4a6cd2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x20b3eb=>{if('formatBlock'!=_0x20b3eb['type'])return;const {data:_0x26d2ae}=_0x20b3eb;if(_0x26d2ae&&'heading'==_0x26d2ae['commandName']){const _0x5b324f=_0x26d2ae['commandParams'][0x0]['value'],_0xfadb95=this['_getHeadingLevel'](_0x5b324f);if(null!==_0xfadb95)return{'type':'format','content':At(_0x6e12e4,'*Change\x20to:*\x20%0',(_0x2f138d=0x1,_0x4925f6=_0xfadb95,At(_0x6e12e4,'ELEMENT_HEADING',[_0x2f138d,_0x4925f6])))};const _0x34d5f0=this['_headingOptions']['find'](_0x5eda5b=>_0x5eda5b['model']===_0x5b324f)['title'];return{'type':'format','content':At(_0x6e12e4,'*Change\x20to:*\x20%0',_0x1fed79(0x1,_0x34d5f0))};}var _0x2f138d,_0x4925f6;});}['_getHeadingLevel'](_0x415f94){const _0x4f4520=_0x415f94['match'](/^heading(\d+)/);if(_0x4f4520)return _0x4f4520[0x1];const _0x45adeb=this['_headingOptions']?.['find'](_0x43ef04=>_0x43ef04['model']==_0x415f94);if(_0x45adeb&&_0x45adeb['view']){const _0x575f51=_0x45adeb['view'],_0xd22d79=(_0x575f51['name']??_0x575f51)['match'](/^h(\d+)/);if(_0xd22d79)return _0xd22d79[0x1];}return null;}}class te extends _0x542478{['afterInit'](){const _0xc72f6=this['editor'];if(!_0xc72f6['plugins']['has']('HighlightEditing'))return;const _0x5ad5e7=_0xc72f6['plugins']['get']('TrackChangesEditing'),_0x4de9e3=_0xc72f6['locale'];_0x5ad5e7['enableDefaultAttributesIntegration']('highlight'),_0x5ad5e7['descriptionFactory']['registerAttributeLabel']('highlight',At(_0x4de9e3,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x31c80e=this['editor'],_0x28b5d6=_0x31c80e['locale'];_0x31c80e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4e105a=>{if('formatInline'!=_0x4e105a['type'])return;const {data:_0x41e2e3}=_0x4e105a;if(_0x41e2e3&&'highlight'==_0x41e2e3['commandName']){const _0x3c0da1=_0x28b5d6['t'],_0x5c4143=_0x41e2e3['commandParams'][0x0]['value'];if(_0x5c4143){const _0x4b101e=_0x31c80e['config']['get']('highlight.options')['find'](_0x5ecafd=>_0x5ecafd['model']==_0x5c4143),_0x1199d3=_0x3c0da1(_0x4b101e['title'])['toLowerCase']();return{'type':'format','content':At(_0x28b5d6,'*Set\x20highlight:*\x20%0',_0x1199d3),'color':{'value':_0x4b101e['color'],'title':_0x4b101e['title']}};}return{'type':'format','content':At(_0x28b5d6,'*Remove\x20highlight*',At(_0x28b5d6,'FORMAT_HIGHLIGHT'))};}});}}class ee extends _0x542478{['afterInit'](){const _0xe22009=this['editor'];if(!_0xe22009['plugins']['has']('HorizontalLineEditing'))return;_0xe22009['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x4c0539=_0xe22009['plugins']['get']('TrackChangesEditing'),_0x3913cb=_0xe22009['locale'];_0x4c0539['descriptionFactory']['registerElementLabel']('horizontalLine',_0x2d5f9e=>At(_0x3913cb,'ELEMENT_HORIZONTAL_LINE',_0x2d5f9e));}}class ne extends _0x542478{['afterInit'](){const _0x256819=this['editor'];if(!_0x256819['plugins']['has']('HtmlEmbed'))return;const _0x8d7da3=_0x256819['plugins']['get']('TrackChangesEditing'),_0x4e9407=_0x256819['locale'];_0x8d7da3['descriptionFactory']['registerElementLabel']('rawHtml',_0x566571=>At(_0x4e9407,'ELEMENT_HTML_EMBED',_0x566571)),_0x8d7da3['enableDefaultAttributesIntegration']('htmlEmbed'),_0x8d7da3['descriptionFactory']['registerDescriptionCallback'](_0xfd6a07=>{if('attribute'!=_0xfd6a07['type'])return;const {data:_0x6b9dfa}=_0xfd6a07;if(_0x6b9dfa&&'value'==_0x6b9dfa['key']&&_0xfd6a07['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x1bab36=At(_0x4e9407,'ELEMENT_HTML_EMBED');return{'type':'format','content':At(_0x4e9407,'*Change\x20%0\x20content*',_0x1bab36)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x16df28=this['editor'],_0x112898=_0x16df28['locale'];_0x16df28['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3e5dee=>{if('formatBlock'!=_0x3e5dee['type'])return;const {data:_0x488561}=_0x3e5dee;if(_0x488561&&'htmlEmbed'==_0x488561['commandName']){const _0x47e1b0=At(_0x112898,'ELEMENT_HTML_EMBED');return{'type':'format','content':At(_0x112898,'*Change\x20%0\x20content*',_0x47e1b0)};}});}}class ie extends _0x542478{['afterInit'](){const _0x31b9ff=this['editor'];if(!_0x31b9ff['plugins']['has']('ImageEditing'))return;const _0x46c01c=_0x31b9ff['plugins']['get']('TrackChangesEditing'),_0xaebb81=_0x31b9ff['plugins']['get']('ImageUtils'),_0x11fe03=_0x31b9ff['locale'];_0x46c01c['enableCommand']('insertImage'),_0x46c01c['descriptionFactory']['registerElementLabel']('imageBlock',_0x4893e1=>At(_0x11fe03,'ELEMENT_IMAGE',_0x4893e1)),_0x46c01c['descriptionFactory']['registerElementLabel']('imageInline',_0x425e5e=>At(_0x11fe03,'ELEMENT_INLINE_IMAGE',_0x425e5e)),_0x46c01c['descriptionFactory']['registerElementLabel']('caption',()=>At(_0x11fe03,'ELEMENT_CAPTION')),_0x31b9ff['plugins']['has']('ImageUploadEditing')&&_0x46c01c['enableCommand']('uploadImage'),_0x31b9ff['plugins']['has']('ImageBlockEditing')&&_0x31b9ff['plugins']['has']('ImageInlineEditing')&&(_0x46c01c['enableCommand']('imageTypeInline',(_0x462ef8,_0x5a2238)=>{const _0x4cc380=_0xaebb81['getClosestSelectedImageElement'](_0x31b9ff['model']['document']['selection']);_0x31b9ff['model']['change'](()=>{_0x46c01c['markBlockFormat'](_0x4cc380,{'commandName':'imageTypeInline','commandParams':[_0x5a2238]},[],'convertBlockImageToInline');});}),_0x46c01c['enableCommand']('imageTypeBlock',(_0x59bf74,_0xd81317)=>{_0x31b9ff['model']['change'](_0x471ec4=>{let _0x321686=_0xaebb81['getClosestSelectedImageElement'](_0x31b9ff['model']['document']['selection']),_0x3eaf04=_0x471ec4['createRangeOn'](_0x321686);const _0xf2ce26=tt['fromPosition'](_0x3eaf04['start'],'toPrevious'),_0x462131=tt['fromPosition'](_0x3eaf04['end'],'toNext');_0x46c01c['forceDefaultExecution'](()=>_0x59bf74(_0xd81317)),_0x321686=_0xaebb81['getClosestSelectedImageElement'](_0x31b9ff['model']['document']['selection']),_0x3eaf04=_0x471ec4['createRangeOn'](_0x321686);const _0x5a896e=_0x471ec4['createRange'](_0xf2ce26,_0x462131);_0xf2ce26['detach'](),_0x462131['detach'](),_0x46c01c['markBlockFormat'](_0x321686,{'commandName':'imageTypeInline','commandParams':[_0xd81317]},[],'convertInlineImageToBlock'),_0x5a896e['start']['isBefore'](_0x3eaf04['start'])&&_0x46c01c['markInsertion'](_0x471ec4['createRange'](_0x5a896e['start'],_0x3eaf04['start']),'convertInlineImageToBlock'),_0x3eaf04['end']['isBefore'](_0x5a896e['end'])&&_0x46c01c['markInsertion'](_0x471ec4['createRange'](_0x3eaf04['end'],_0x5a896e['end']),'convertInlineImageToBlock');});}),_0x46c01c['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x46c01c['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x46c01c['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x46c01c['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x46c01c['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x46c01c['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x306b12])=>{const _0x505e02=_0x46c01c['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x4f9796=_0x306b12['start'],_0x35c3e0=_0x306b12['end'];const _0x481137=_0x31b9ff['model']['schema']['getNearestSelectionRange'](_0x4f9796,'backward'),_0xd106b3=_0x31b9ff['model']['schema']['getNearestSelectionRange'](_0x35c3e0,'forward');_0x481137['isCollapsed']&&(_0x4f9796=_0x481137['start']),_0xd106b3['isCollapsed']&&(_0x35c3e0=_0xd106b3['end']),_0x505e02([_0x31b9ff['model']['createRange'](_0x4f9796,_0x35c3e0)]);}),_0x46c01c['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x5c0450),_0x46c01c['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x5c0450)),_0x31b9ff['plugins']['has']('ImageCaptionEditing')&&(_0x46c01c['enableCommand']('toggleImageCaption',(_0x4488ee,_0x5925cc)=>{const _0x5d2471=_0x31b9ff['plugins']['get']('ImageCaptionUtils');let _0x3715da=_0xaebb81['getClosestSelectedImageElement'](_0x31b9ff['model']['document']['selection']),_0x4a38ea=_0x5d2471['getCaptionFromImageModelElement'](_0x3715da);_0x31b9ff['model']['change'](()=>{if(_0x4a38ea)return void _0x46c01c['markDeletion'](_0x31b9ff['model']['createRangeOn'](_0x4a38ea));const _0x562f48=_0xaebb81['isBlockImage'](_0x3715da);_0x4488ee(_0x5925cc),_0x3715da=_0xaebb81['getClosestSelectedImageElement'](_0x31b9ff['model']['document']['selection']),_0x4a38ea=_0x5d2471['getCaptionFromImageModelElement'](_0x3715da),_0x46c01c['markInsertion'](_0x31b9ff['model']['createRangeOn'](_0x4a38ea),_0x562f48?null:'imageCaption');});}),_0x46c01c['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x5c0450));const _0x8d8805=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x39730b(_0x3efeb1,_0x1c45af){const _0x23182e=_0x8d8805['findIndex'](({type:_0x1f3e79,subType:_0x398131})=>_0x3efeb1['type']==_0x1f3e79&&_0x3efeb1['subType']==_0x398131),_0x49cf08=_0x8d8805['findIndex'](({type:_0x5907aa,subType:_0x5d6c5d})=>_0x1c45af['type']==_0x5907aa&&_0x1c45af['subType']==_0x5d6c5d);if(_0x23182e<0x0||_0x49cf08<0x0)return!0x1;const _0x467818=_0x3efeb1['getFirstRange'](),_0x4a10c3=_0x1c45af['getFirstRange']();if((0x0==_0x23182e||0x1==_0x23182e)&&0x2==_0x49cf08&&_0x467818['isIntersecting'](_0x4a10c3))return!0x0;if(0x2==_0x23182e&&0x3==_0x49cf08){const _0x57db2a=_0x46c01c['_findSuggestions'](_0x467818,'insertion')['filter'](({suggestion:_0x40cc0a,meta:_0x4f55f3})=>_0x4f55f3['isOwn']&&'convertInlineImageToBlock'==_0x40cc0a['subType']);if(_0x57db2a['length']>0x1&&_0x4a10c3['end']['isEqual'](_0x467818['start']))return!0x0;if(0x1==_0x57db2a['length']&&(_0x467818['start']['isEqual'](_0x4a10c3['end'])||_0x467818['end']['isEqual'](_0x4a10c3['start'])))return!0x0;}if(0x3==_0x23182e&&0x3==_0x49cf08&&_0x467818['start']['isBefore'](_0x4a10c3['start'])){const _0x45a075=_0x467818['end']['nodeAfter'],_0x17dfaf=_0x4a10c3['start']['nodeBefore'];return _0xaebb81['isBlockImage'](_0x45a075)&&_0x45a075===_0x17dfaf;}return!0x1;}function _0x5c0450(_0x3e92e0,_0x246b16){return _0x39730b(_0x3e92e0,_0x246b16)?[_0x3e92e0,_0x246b16]:_0x39730b(_0x246b16,_0x3e92e0)?[_0x246b16,_0x3e92e0]:null;}_0x31b9ff['plugins']['has']('ImageResize')&&(_0x46c01c['enableDefaultAttributesIntegration']('resizeImage'),_0x46c01c['descriptionFactory']['registerAttributeLabel']('resizedWidth',At(_0x11fe03,'FORMAT_IMAGE_SIZE'))),_0x31b9ff['plugins']['has']('ImageTextAlternativeEditing')&&_0x46c01c['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x31b9ff['plugins']['has']('PictureEditing')&&_0x46c01c['descriptionFactory']['registerDescriptionCallback'](_0x36b29e=>{if('attribute'!=_0x36b29e['type'])return;const {data:_0x257f7c}=_0x36b29e;return _0x257f7c&&'sources'==_0x257f7c['key']?{'type':'format','content':''}:void 0x0;}),_0x31b9ff['plugins']['has']('ImageSizeAttributes')&&_0x46c01c['descriptionFactory']['registerDescriptionCallback'](_0x2fa2d7=>{if('attribute'!=_0x2fa2d7['type'])return;const {data:_0x1769ce}=_0x2fa2d7;return!_0x1769ce||'width'!=_0x1769ce['key']&&'height'!=_0x1769ce['key']?void 0x0:{'type':'format','content':''};}),_0x46c01c['descriptionFactory']['registerDescriptionCallback'](_0x758e29=>{if(!!_0x8d8805['find'](({type:_0x7ec3ae,subType:_0x519697})=>_0x758e29['type']==_0x7ec3ae&&_0x758e29['subType']==_0x519697))return _0x758e29['previous']?{}:void 0x0;}),_0x46c01c['descriptionFactory']['registerDescriptionCallback'](_0x238a2d=>{if('insertion'==_0x238a2d['type']||'deletion'==_0x238a2d['type']){const _0x2d7fb9=_0x238a2d['getContainedElement']();if(_0x2d7fb9&&_0x2d7fb9['is']('element','caption'))return{'type':'insertion'==_0x238a2d['type']?'addObject':'removeObject','element':_0x2d7fb9,'quantity':0x1};}}),_0x46c01c['descriptionFactory']['registerDescriptionCallback'](_0x171c4d=>'formatBlock'==_0x171c4d['type']&&'convertInlineImageToBlock'==_0x171c4d['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x171c4d['type']&&'convertBlockImageToInline'==_0x171c4d['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x46c01c['descriptionFactory']['registerDescriptionCallback'](_0x3ce7e1=>{if('attribute'!=_0x3ce7e1['type'])return;const {data:_0x164fe8}=_0x3ce7e1;if(!_0x164fe8||'alt'!=_0x164fe8['key'])return;const _0x2e6377=_0x164fe8['newValue'];return _0x2e6377?{'type':'format','content':At(_0x11fe03,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x2e6377+'\x22')}:{'type':'format','content':At(_0x11fe03,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x247753=this['editor'],_0x153b6a=_0x247753['locale'];_0x247753['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xcfe0d2=>{if('formatBlock'!=_0xcfe0d2['type']&&'formatInline'!=_0xcfe0d2['type'])return;const {data:_0x3d36aa}=_0xcfe0d2;if(_0x3d36aa){if('imageTextAlternative'==_0x3d36aa['commandName']){const _0x5422db=_0x3d36aa['commandParams'][0x0]['newValue'];return _0x5422db?{'type':'format','content':At(_0x153b6a,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x5422db+'\x22')}:{'type':'format','content':At(_0x153b6a,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x3d36aa['commandName']){const _0xe72bcd=_0x3d36aa['commandParams'][0x0]['width'];return _0xe72bcd?{'type':'format','content':At(_0x153b6a,'*Set\x20image\x20width:*\x20%0',_0xe72bcd)}:{'type':'format','content':At(_0x153b6a,'*Reset\x20image\x20width*')};}}});}}class se extends _0x542478{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x3d266f=this['editor']['locale'],_0x216123=this['editor']['plugins']['get']('TrackChangesEditing');_0x216123['enableDefaultAttributesIntegration']('replaceImageSource'),_0x216123['descriptionFactory']['registerDescriptionCallback'](_0x13583b=>{if('attribute'!=_0x13583b['type'])return;const {data:_0x4f77a3}=_0x13583b;return _0x4f77a3&&'src'==_0x4f77a3['key']?_0x4f77a3['newValue']&&_0x4f77a3['oldValue']?{'type':'format','content':At(_0x3d266f,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x554e31=this['editor']['plugins']['get']('TrackChangesEditing');_0x554e31['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x554e31['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x554e31['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x554e31['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2111c1=this['editor'],_0x2ed599=_0x2111c1['locale'];_0x2111c1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4c4269=>{if('formatBlock'!=_0x4c4269['type']&&'formatInline'!=_0x4c4269['type'])return;const {data:_0x4a0abf}=_0x4c4269;if(!_0x4a0abf||'replaceImageSource'!=_0x4a0abf['commandName'])return;return{'type':'format','content':At(_0x2ed599,'*Format:*\x20replace\x20image\x20URL')};});}}class re extends _0x542478{['afterInit'](){const _0x2056bf=this['editor'];if(!_0x2056bf['plugins']['has']('ImageStyleEditing'))return;const _0x175f24=_0x2056bf['plugins']['get']('TrackChangesEditing'),_0x543896=_0x2056bf['plugins']['get']('ImageUtils'),_0x123894={};_0x175f24['enableCommand']('imageStyle',(_0x50f3ae,_0x2307ae)=>{const _0x3b1245=_0x2056bf['plugins']['get']('Users')['me'],_0x2f6b95=_0x2056bf['commands']['get']('imageStyle');let _0x416640=_0x543896['getClosestSelectedImageElement'](_0x2056bf['model']['document']['selection']),_0x4f9e4f=_0x2056bf['model']['createRangeOn'](_0x416640),_0x3fe325=_0x2f6b95['value'];if(_0x3fe325==_0x2307ae['value'])return;const _0x2ab80f={'commandName':'imageStyle','commandParams':[_0x2307ae],'formatGroupId':_0x6e7e15()};_0x2056bf['model']['change'](()=>{if(_0x175f24['getSuggestions']()['filter'](_0x22d95c=>_0x22d95c['isInContent']&&_0x3b1245==_0x22d95c['author']&&('formatBlock'==_0x22d95c['type']||'formatInline'==_0x22d95c['type'])&&('imageStylePreApply'==_0x22d95c['subType']||'imageStylePostApply'==_0x22d95c['subType'])&&_0x22d95c['getFirstRange']()['isEqual'](_0x4f9e4f))['forEach'](_0x2b4bde=>_0x175f24['discardSuggestion'](_0x2b4bde['head'])),_0x416640=_0x543896['getClosestSelectedImageElement'](_0x2056bf['model']['document']['selection']),_0x4f9e4f=_0x2056bf['model']['createRangeOn'](_0x416640),_0x2f6b95['refresh'](),_0x2056bf['commands']['get']('imageTypeInline')['refresh'](),_0x2056bf['commands']['get']('imageTypeBlock')['refresh'](),_0x3fe325=_0x2f6b95['value'],_0x3fe325!=_0x2307ae['value'])return _0x543896['isInlineImage'](_0x416640)&&_0x2f6b95['shouldConvertImageType'](_0x2307ae['value'],_0x416640)?(_0x50f3ae({..._0x2307ae,'setImageSizes':!0x1}),_0x416640=_0x543896['getClosestSelectedImageElement'](_0x2056bf['model']['document']['selection']),void _0x175f24['markBlockFormat'](_0x416640,{..._0x2ab80f,'commandReversedParams':[{'value':_0x3fe325||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x543896['isBlockImage'](_0x416640)?_0x175f24['markBlockFormat'](_0x416640,_0x2ab80f,[],'imageStylePostApply'):_0x175f24['markInlineFormat'](_0x4f9e4f,_0x2ab80f,'imageStylePostApply'));});});for(const _0xc2a85e of _0x2056bf['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x123894[_0xc2a85e['name']]=_0xc2a85e['title']['toLowerCase']();_0x175f24['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x175f24['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x175f24['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x175f24['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x559259])=>{_0x543896['setImageNaturalSizeAttributes'](_0x559259['getContainedElement']());}),_0x175f24['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x3ffee4,_0xdc97a0)=>{_0x175f24['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x3ffee4,{'commandName':_0xdc97a0['commandName'],'commandParams':_0xdc97a0['commandReversedParams']});}),_0x175f24['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x12e3e6,_0x5699ab){if(_0x5245ee(_0x12e3e6,_0x5699ab))return[_0x12e3e6,_0x5699ab];if(_0x5245ee(_0x5699ab,_0x12e3e6))return[_0x5699ab,_0x12e3e6];return null;});const _0x36651e=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x5245ee(_0x1c3839,_0x388eae){const _0x2d3704=_0x36651e['findIndex'](({type:_0x31014e,subType:_0x1c7428})=>_0x1c3839['type']==_0x31014e&&_0x1c3839['subType']==_0x1c7428),_0x5ef2fb=_0x36651e['findIndex'](({type:_0x1bb7fa,subType:_0x18d7fa})=>_0x388eae['type']==_0x1bb7fa&&_0x388eae['subType']==_0x18d7fa);if(_0x2d3704<0x0||_0x5ef2fb<0x0)return!0x1;const _0x8022d9=_0x1c3839['getFirstRange'](),_0x3a68d6=_0x388eae['getFirstRange']();if((0x0==_0x2d3704||0x1==_0x2d3704)&&0x2==_0x5ef2fb&&_0x8022d9['isIntersecting'](_0x3a68d6))return!0x0;if(0x2==_0x2d3704&&0x3==_0x5ef2fb){const _0x3e3346=_0x175f24['_findSuggestions'](_0x8022d9,'insertion')['filter'](({suggestion:_0x2c49a8,meta:_0x5db2ff})=>_0x5db2ff['isOwn']&&'convertInlineImageToBlock'==_0x2c49a8['subType']);if(_0x3e3346['length']>0x1&&_0x3a68d6['end']['isEqual'](_0x8022d9['start']))return!0x0;if(0x1==_0x3e3346['length']&&(_0x8022d9['start']['isEqual'](_0x3a68d6['end'])||_0x8022d9['end']['isEqual'](_0x3a68d6['start'])))return!0x0;}if(0x3==_0x2d3704&&0x3==_0x5ef2fb&&_0x8022d9['start']['isBefore'](_0x3a68d6['start'])){const _0x428525=_0x8022d9['end']['nodeAfter'],_0x5ae220=_0x3a68d6['start']['nodeBefore'];return _0x543896['isBlockImage'](_0x428525)&&_0x428525===_0x5ae220;}return!0x1;}_0x2056bf['model']['document']['registerPostFixer'](()=>{let _0x2b11b9=!0x1;const _0xd8adfd=Array['from'](_0x2056bf['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2a68a1,data:_0x46f3f5}of _0xd8adfd){const {group:_0x1b66e2,type:_0xcbb4dd,subType:_0x3dac1a,id:_0x517ad9}=_0x5024a3(_0x2a68a1);if('suggestion'==_0x1b66e2&&_0x175f24['hasSuggestion'](_0x517ad9)){if('formatBlock'==_0xcbb4dd&&('imageStylePreApply'==_0x3dac1a||'imageStylePostApply'==_0x3dac1a)){const _0x414c0d=_0x175f24['getSuggestion'](_0x517ad9);if(_0x46f3f5['newRange']){const _0x3c4b86=_0x414c0d['getFirstRange']()['getContainedElement']();if(_0x543896['isBlockImage'](_0x3c4b86))continue;_0x175f24['discardSuggestion'](_0x414c0d),_0x2b11b9=!0x0;}}if('insertion'==_0xcbb4dd&&'imageCaption'==_0x3dac1a&&!_0x46f3f5['newRange']){const _0x458236=_0x175f24['getSuggestion'](_0x517ad9);_0x458236['next']&&_0x458236['next']['isInContent']&&(_0x175f24['discardSuggestion'](_0x458236['next']),_0x2b11b9=!0x0);}}}return _0x2b11b9;}),this['_registerLegacyDescription'](_0x123894);}['_registerLegacyDescription'](_0x4f6cd2){const _0x35bf94=this['editor'],_0x165752=_0x35bf94['locale'];_0x35bf94['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x169f48=>{if('formatBlock'!=_0x169f48['type']&&'formatInline'!=_0x169f48['type'])return;const {data:_0x423fe7}=_0x169f48;if(!_0x423fe7||'imageStyle'!=_0x423fe7['commandName'])return;const _0x300e38=_0x423fe7['commandParams'][0x0]['value'];return _0x91d2ff('side'===_0x300e38?At(_0x165752,'FORMAT_SIDE_IMAGE'):_0x4f6cd2[_0x300e38]||_0x300e38);function _0x91d2ff(_0xcfa913){return{'type':'format','content':At(_0x165752,'*Format:*\x20%0',_0xcfa913)};}});}}class oe extends _0x542478{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x2cea1d){super(_0x2cea1d),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x5b43cb=this['editor'],_0x1da2d0=_0x5b43cb['commands']['get']('importWord'),_0x14e271=_0x5b43cb['commands']['get']('trackChanges');_0x1da2d0&&(_0x1da2d0['on']('execute',(_0x46cfc8,[,_0x3eac6c])=>{this['_trackChangesValueDuringImport']=_0x14e271['value'],_0x3eac6c['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x1da2d0,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x1da2d0,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x14e271['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x5b43cb['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x1b3664,_0x4a6377){const {suggestions:_0x385cc5}=_0x4a6377,_0x1dd575=this['editor']['commands']['get']('trackChanges'),_0x7fa00=_0x1dd575['value'];this['_trackChangesValueDuringImport']!==_0x7fa00&&(_0x1dd575['execute'](),this['_trackChangesExecuted']=!0x0),_0x385cc5&&_0x385cc5['forEach'](({id:_0xd84dc1,type:_0x56df1c,author:_0x11ffe8,created_at:_0x379bd0})=>{const _0x21c41c={'id':_0xd84dc1,'type':_0x56df1c,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x11ffe8,'createdAt':_0x379bd0?new Date(_0x379bd0):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x21c41c);});}}class ae extends _0x542478{['afterInit'](){const _0x3fa128=this['editor'],_0x887ce1=_0x3fa128['plugins']['get']('TrackChangesEditing');if(_0x3fa128['plugins']['has']('IndentEditing')&&(_0x887ce1['enableCommand']('indent'),_0x887ce1['enableCommand']('outdent')),_0x3fa128['plugins']['has']('IndentBlock')){for(const _0x4c67f6 of['indentBlock','outdentBlock'])_0x887ce1['enableDefaultAttributesIntegration'](_0x4c67f6);if(_0x3fa128['plugins']['has']('ListEditing')){for(const _0x5c0504 of['indentBlockList','indentBlockListItem','outdentBlockList','outdentBlockListItem'])_0x887ce1['enableDefaultAttributesIntegration'](_0x5c0504);}}const _0x6662c1=_0x3fa128['locale'];_0x887ce1['descriptionFactory']['registerAttributeLabel']('blockIndent',At(_0x6662c1,'FORMAT_INDENT')),_0x887ce1['descriptionFactory']['registerAttributeLabel']('blockIndentList',At(_0x6662c1,'FORMAT_INDENT')),_0x887ce1['descriptionFactory']['registerAttributeLabel']('blockIndentListItem',At(_0x6662c1,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x29b1c6=this['editor'],_0x16cd11=_0x29b1c6['locale'],_0x38aea8=_0x29b1c6['plugins']['get']('TrackChangesEditing');_0x38aea8['descriptionFactory']['registerDescriptionCallback'](_0x1d5c43=>{if('formatBlock'!=_0x1d5c43['type'])return;const {data:_0x32e6f9}=_0x1d5c43;if(!_0x32e6f9)return;if('indentBlock'!=_0x32e6f9['commandName']&&'outdentBlock'!=_0x32e6f9['commandName'])return;const _0x3664e7=_0x1d5c43['getItems']()[0x0],_0x3e396f=_0x38aea8['descriptionFactory']['getItemLabel'](_0x3664e7);return'indentBlock'==_0x32e6f9['commandName']?{'type':'format','content':At(_0x16cd11,'*Indent:*\x20%0',_0x3e396f)}:'outdentBlock'==_0x32e6f9['commandName']?{'type':'format','content':At(_0x16cd11,'*Outdent:*\x20%0',_0x3e396f)}:void 0x0;});}}class ce extends _0x542478{static get['requires'](){return[ct];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class le extends _0x542478{['afterInit'](){const _0x38c6f6=this['editor'];if(!_0x38c6f6['plugins']['has']('LinkEditing'))return;const _0x271e4c=_0x38c6f6['plugins']['get']('TrackChangesEditing'),_0x4003b3=_0x38c6f6['commands']['get']('link');_0x271e4c['enableDefaultAttributesIntegration']('link'),_0x271e4c['enableDefaultAttributesIntegration']('unlink');for(const _0x5d8ad7 of _0x4003b3['manualDecorators'])_0x271e4c['descriptionFactory']['registerAttributeLabel'](_0x5d8ad7['id'],'link\x20('+_0x5d8ad7['label']['toLowerCase']()+')');_0x271e4c['descriptionFactory']['registerDescriptionCallback'](_0x5eb020=>{if('attribute'!=_0x5eb020['type'])return;const {data:_0x40175f}=_0x5eb020;if(!_0x40175f||'linkHref'!=_0x40175f['key'])return;const _0x122ecd=_0x40175f['newValue'],_0x4b30c3=_0x38c6f6['locale'];return{'type':'format','content':null==_0x122ecd?At(_0x4b30c3,'*Remove\x20link*'):At(_0x4b30c3,'*Set\x20link:*\x20%0','\x22'+_0x122ecd+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x9f87eb=this['editor'],_0x38a272=_0x9f87eb['locale'];_0x9f87eb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x289f1c=>{if('formatInline'!=_0x289f1c['type'])return;const {data:_0x378368}=_0x289f1c;if(_0x378368){if('link'==_0x378368['commandName']){const _0x34c603=_0x378368['commandParams'][0x0];return{'type':'format','content':At(_0x38a272,'*Set\x20link:*\x20%0','\x22'+_0x34c603+'\x22')};}return'unlink'==_0x378368['commandName']?{'type':'format','content':At(_0x38a272,'*Remove\x20link*')}:void 0x0;}});}}class ue extends _0x542478{['afterInit'](){const _0x51a2f5=this['editor'],_0x15f7ba=_0x51a2f5['locale'];if(!_0x51a2f5['plugins']['has']('LegacyListEditing'))return;const _0x1d2e0b=_0x51a2f5['plugins']['get']('TrackChangesEditing'),_0x292be=_0x51a2f5['plugins']['has']('LegacyTodoListEditing');function _0x44dbf5(_0x129b2b){return()=>{const _0x16e855=_0x51a2f5['model']['document']['selection'],_0x316ec8=_0x51a2f5['commands']['get'](_0x129b2b);if(_0x316ec8['value'])return void _0x51a2f5['execute']('paragraph',{});const _0x523dc6=_0x129b2b['slice'](0x0,-0x4),_0x37071d=function(_0x45f50d,_0x3de3bf,_0x3f578b){let _0x53b2e6=Array['from'](_0x45f50d)['filter'](_0x221fef=>function(_0x6b7ea1,_0x52f52f){return _0x52f52f['checkChild'](_0x6b7ea1['parent'],'listItem')&&!_0x52f52f['isObject'](_0x6b7ea1);}(_0x221fef,_0x3f578b));_0x53b2e6=_0x53b2e6['filter'](_0x541547=>!_0x541547['is']('element','listItem')||_0x541547['getAttribute']('listType')!=_0x3de3bf);const _0x4d30f5=new Set();for(const _0x389512 of _0x53b2e6)_0x389512['is']('element','listItem')?_0x4d30f5['add'](he(_0x389512)):_0x4d30f5['add'](_0x389512);return Array['from'](_0x4d30f5);}(_0x16e855['getSelectedBlocks'](),_0x523dc6,_0x51a2f5['model']['schema']);_0x51a2f5['model']['change'](()=>{for(const _0x6b8a11 of _0x37071d)_0x1d2e0b['markBlockFormat'](_0x6b8a11,{'commandName':_0x129b2b,'commandParams':[{'forceValue':!_0x316ec8['value']}],'formatGroupId':'blockName'},de(_0x6b8a11));});};}function _0x220596(_0x4b1181){return()=>{const _0x41f16a=function(_0x231916){let _0x3c5100=Array['from'](_0x231916);const _0x45d58d=_0x3c5100['findIndex'](_0x4b5c77=>'listItem'!=_0x4b5c77['name']);return _0x45d58d>-0x1&&(_0x3c5100=_0x3c5100['slice'](0x0,_0x45d58d)),_0x3c5100;}(_0x51a2f5['model']['document']['selection']['getSelectedBlocks']()),_0x50f9be=_0x51a2f5['model']['createRange'](_0x51a2f5['model']['createPositionAt'](_0x41f16a[0x0],'before'),_0x51a2f5['model']['createPositionAt'](_0x41f16a[_0x41f16a['length']-0x1],'end'));_0x51a2f5['model']['change'](()=>{_0x1d2e0b['markBlockFormat'](_0x50f9be,{'commandName':_0x4b1181,'commandParams':[],'formatGroupId':'listIndent'},function(_0x20aa46){const _0x3000ec=new Set();for(const _0xf5c95e of _0x20aa46){let _0x3060e7=_0xf5c95e['nextSibling'];for(;_0x3060e7&&_0x3060e7['getAttribute']('listIndent')>_0xf5c95e['getAttribute']('listIndent');)_0x3000ec['add'](_0x3060e7),_0x3060e7=_0x3060e7['nextSibling'];}return Array['from'](_0x3000ec);}(_0x41f16a));});};}_0x1d2e0b['enableCommand']('numberedList',_0x44dbf5('numberedList')),_0x1d2e0b['enableCommand']('bulletedList',_0x44dbf5('bulletedList')),_0x292be&&_0x1d2e0b['enableCommand']('todoList',_0x44dbf5('todoList')),_0x1d2e0b['enableCommand']('indentList',_0x220596('indentList')),_0x1d2e0b['enableCommand']('outdentList',_0x220596('outdentList')),_0x292be&&_0x1d2e0b['enableCommand']('checkTodoList',()=>{const _0x3c47e3=_0x51a2f5['commands']['get']('checkTodoList'),_0x183875=Array['from'](_0x3c47e3['_selectedElements']);_0x183875['filter'](_0x12e091=>_0x12e091['getAttribute']('todoListChecked')!=_0x3c47e3['value']),_0x51a2f5['model']['change'](()=>{for(const _0x418577 of _0x183875)_0x1d2e0b['markBlockFormat'](_0x418577,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x3c47e3['value']}]});});}),_0x1d2e0b['descriptionFactory']['registerElementLabel']('listItem',_0x1867e5=>At(_0x15f7ba,'ELEMENT_LIST_ITEM',_0x1867e5)),_0x1d2e0b['descriptionFactory']['registerDescriptionCallback'](_0x3d6b74=>{if('formatBlock'!=_0x3d6b74['type']&&'formatInline'!=_0x3d6b74['type'])return;const {data:_0x51f549}=_0x3d6b74;if(_0x51f549){if('numberedList'==_0x51f549['commandName']||'bulletedList'==_0x51f549['commandName']||'todoList'==_0x51f549['commandName'])switch(_0x51f549['commandName']['replace']('List','')){case'bulleted':return _0x5126ca(At(_0x15f7ba,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x5126ca(At(_0x15f7ba,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x5126ca(At(_0x15f7ba,'ELEMENT_TODO_LIST'));}if('indentList'==_0x51f549['commandName'])return{'type':'format','content':At(_0x15f7ba,'*Indent:*\x20%0',At(_0x15f7ba,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x51f549['commandName'])return{'type':'format','content':At(_0x15f7ba,'*Outdent:*\x20%0',At(_0x15f7ba,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x51f549['commandName'])return _0x51f549['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x15f7ba,'*Check\x20item*')}:{'type':'format','content':At(_0x15f7ba,'*Uncheck\x20item*')};}function _0x5126ca(_0x5adb4d){return{'type':'format','content':At(_0x15f7ba,'*Change\x20to:*\x20%0',_0x5adb4d)};}});}}function he(_0x5cdb42){const _0x2166b7=_0x5cdb42['getAttribute']('listIndent');if(0x0==_0x2166b7)return _0x5cdb42;let _0x25a469=_0x5cdb42;for(;_0x5cdb42['previousSibling']&&_0x5cdb42['previousSibling']['is']('element','listItem');){const _0x109ac2=_0x5cdb42['previousSibling']['getAttribute']('listIndent');if(_0x109ac2==_0x2166b7)_0x25a469=_0x5cdb42['previousSibling'];else{if(_0x109ac2<_0x2166b7)break;}_0x5cdb42=_0x5cdb42['previousSibling'];}return _0x25a469;}function de(_0x556a0f){const _0x2ed36=[];if(_0x556a0f['is']('element','listItem')&&_0x556a0f['getAttribute']('listIndent')>0x0){let _0x32636a=_0x556a0f['nextSibling'];for(;_0x32636a&&'listItem'==_0x32636a['name']&&_0x32636a['getAttribute']('listIndent')==_0x556a0f['getAttribute']('listIndent');)_0x2ed36['push'](_0x32636a),_0x32636a=_0x32636a['nextSibling'];}return _0x2ed36;}class fe extends _0x542478{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x57ff6e=this['editor']['config']['get']('list.properties'),_0x25e22d=this['editor']['plugins']['get']('TrackChangesEditing');_0x57ff6e['styles']&&_0x25e22d['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x57ff6e['reversed']&&_0x25e22d['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x57ff6e['startIndex']&&_0x25e22d['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x25e22d['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x17426c,_0xd00722={}){const _0x1696d0=this['editor']['plugins']['get']('TrackChangesEditing'),_0xc9b6b=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x1696d0['markMultiRangeBlockFormat'](_0xc9b6b,{'commandName':'listStyle','commandParams':[{'type':_0xd00722['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x5dd405,_0x28cbee={}){const _0x57c7bc=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1b69a9=this['_getSuggestionBlocks'](_0x5afd71=>_0x5afd71['is']('element','listItem')&&'numbered'===_0x5afd71['getAttribute']('listType'));if(_0x1b69a9['length']<0x1)return;const _0x2c2fc6=_0x1b69a9['map'](_0x1a16ab=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x1a16ab,'before'),this['editor']['model']['createPositionAt'](_0x1a16ab,0x0)));this['editor']['model']['change'](()=>{_0x57c7bc['markMultiRangeBlockFormat'](_0x2c2fc6,{'commandName':'listReversed','commandParams':[{'reversed':_0x28cbee['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x482417,_0x17b3e0={}){const _0xb14135=this['editor']['plugins']['get']('TrackChangesEditing'),_0x55eaab=this['_getSuggestionBlocks'](_0x831f8d=>_0x831f8d['is']('element','listItem')&&'numbered'===_0x831f8d['getAttribute']('listType'));if(_0x55eaab['length']<0x1)return;const _0x3f89c5=_0x55eaab['map'](_0x2e57e0=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x2e57e0,'before'),this['editor']['model']['createPositionAt'](_0x2e57e0,0x0)));this['editor']['model']['change'](()=>{_0xb14135['markMultiRangeBlockFormat'](_0x3f89c5,{'commandName':'listStart','commandParams':[{'startIndex':_0x17b3e0['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x1a831b){if('formatBlock'!=_0x1a831b['type']&&'formatInline'!=_0x1a831b['type'])return;const _0x2e7518=this['editor']['locale'],{data:_0x220c2b}=_0x1a831b;if(!_0x220c2b)return;let _0xf63430,_0x56f865;switch(_0x220c2b['commandName']){case'listStyle':_0xf63430='*Change\x20to:*\x20%0',_0x56f865={'type':'format','content':At(_0x2e7518,_0xf63430,At(_0x2e7518,this['_getTranslationKeyForListStyle'](_0x220c2b['commandParams'][0x0]['type'])))};break;case'listReversed':_0xf63430=_0x220c2b['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x56f865={'type':'format','content':At(_0x2e7518,_0xf63430)};break;case'listStart':_0xf63430='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x56f865={'type':'format','content':At(_0x2e7518,_0xf63430,_0x220c2b['commandParams'][0x0]['startIndex'])};}return _0x56f865;}['_getSuggestionBlocksForListStyle'](){const _0x5becaf=this['editor']['plugins']['get']('LegacyListUtils');let _0x28abfb=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x28abfb[0x0]?.['is']('element','listItem')&&_0x28abfb['unshift'](..._0x5becaf['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x28abfb[_0x28abfb['length']-0x1]?.['is']('element','listItem')&&_0x28abfb['push'](..._0x5becaf['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x28abfb=[...new Set(_0x28abfb)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x28abfb=_0x28abfb['filter'](_0x1cda8d=>_0x1cda8d['is']('element','listItem'))),_0x28abfb;}['_getSuggestionBlocks'](_0x1a31d6){const _0xcc6dce=this['editor']['plugins']['get']('LegacyListUtils');let _0x5415cd=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x1a31d6)['map'](_0x332b4f=>{const _0x348998=this['editor']['model']['createPositionAt'](_0x332b4f,0x0);return[..._0xcc6dce['getSiblingNodes'](_0x348998,'backward'),..._0xcc6dce['getSiblingNodes'](_0x348998,'forward')];})['flat']();return _0x5415cd=[...new Set(_0x5415cd)],_0x5415cd;}['_getTranslationKeyForListStyle'](_0x3f05c2){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x3f05c2)||'default')['toUpperCase']()+'_LIST_'+_0x3f05c2['toUpperCase']()['replace'](/-/g,'_');}}class ge extends _0x542478{['afterInit'](){const _0x2bd9c2=this['editor'];if(!_0x2bd9c2['plugins']['has']('MediaEmbedEditing'))return;const _0x28cf5b=_0x2bd9c2['plugins']['get']('TrackChangesEditing'),_0x3b733b=_0x2bd9c2['locale'];_0x28cf5b['enableCommand']('mediaEmbed'),_0x28cf5b['descriptionFactory']['registerElementLabel']('media',_0x4bfc4d=>At(_0x3b733b,'ELEMENT_MEDIA',_0x4bfc4d));}}class me extends _0x542478{['afterInit'](){const _0x188d47=this['editor'];_0x188d47['plugins']['has']('MentionEditing')&&_0x188d47['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class Ee extends _0x542478{['afterInit'](){const _0xbade1d=this['editor'];if(!_0xbade1d['plugins']['has']('MergeFieldsEditing'))return;const _0x332b41=_0xbade1d['plugins']['get']('TrackChangesEditing'),_0x1211b4=_0xbade1d['locale'];_0x332b41['enableCommand']('insertMergeField'),_0x332b41['enableCommand']('insertMergeFieldBlock'),_0x332b41['enableCommand']('insertMergeFieldImage'),_0x332b41['descriptionFactory']['registerElementLabel']('mergeField',_0x400b45=>At(_0x1211b4,'ELEMENT_MERGE_FIELD',_0x400b45)),_0x332b41['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x3aad36=>At(_0x1211b4,'ELEMENT_MERGE_FIELD',_0x3aad36)),_0x332b41['descriptionFactory']['registerDescriptionCallback'](_0x1a60da=>{if('insertion'!=_0x1a60da['type']&&'deletion'!=_0x1a60da['type'])return;const _0x4f9ab7=_0x1a60da['getContainedElement']();if(null==_0x4f9ab7)return;const _0x262142=_0xbade1d['plugins']['get']('MergeFieldsEditing');let _0x371f4d;switch(_0x262142['getMergeFieldType'](_0x4f9ab7)){case null:return;case'image':{const _0x2ce6dd=_0x262142['unwrapAffixes'](_0x4f9ab7['getAttribute']('src'));_0x371f4d=_0x262142['getLabel'](_0x2ce6dd)||_0x2ce6dd;break;}default:{const _0x19c95b=_0x4f9ab7['getAttribute']('id');_0x371f4d=_0x262142['getLabel'](_0x19c95b)||_0x19c95b;break;}}return'insertion'==_0x1a60da['type']?{'type':'insertion','content':At(_0x1211b4,'*Insert:*\x20%0','\x22'+_0x371f4d+'\x22\x20'+At(_0x1211b4,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':At(_0x1211b4,'*Remove:*\x20%0','\x22'+_0x371f4d+'\x22\x20'+At(_0x1211b4,'ELEMENT_MERGE_FIELD'))};});}}class Te extends _0x542478{['afterInit'](){const _0x53c706=this['editor'],_0x4876c7=_0x53c706['plugins']['get']('TrackChangesEditing');_0x53c706['plugins']['has']('MultiLevelList')&&(_0x4876c7['enableDefaultAttributesIntegration']('multiLevelList'),_0x4876c7['descriptionFactory']['registerDescriptionCallback'](_0x7de889=>this['handleDescriptions'](_0x7de889)));}['handleDescriptions'](_0x577704){const _0x27e882=this['editor']['locale'],{data:_0x971da1}=_0x577704,_0x5618a9={'type':'format','content':''};if(_0x971da1&&'listMarkerStyle'==_0x971da1['key']){if(!_0x971da1['oldValue'])return{'type':'format','content':At(_0x27e882,'*Set\x20format:*\x20%0',At(_0x27e882,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x971da1['newValue']+')'};if(!_0x971da1['newValue']){let _0x4dc0c1=_0x577704['head'];for(;_0x4dc0c1;){if(_0x4dc0c1['data']&&'listType'==_0x4dc0c1['data']['key']&&_0x4dc0c1['data']['newValue'])return _0x5618a9;_0x4dc0c1=_0x4dc0c1['next'];}return{'type':'format','content':At(_0x27e882,'*Remove\x20format:*\x20%0',At(_0x27e882,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x971da1['oldValue']+')'};}}}}class _e extends _0x542478{['afterInit'](){const _0x15404a=this['editor'];if(!_0x15404a['plugins']['has']('PageBreakEditing'))return;_0x15404a['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x35ed01=_0x15404a['plugins']['get']('TrackChangesEditing'),_0x943a87=_0x15404a['locale'];_0x35ed01['descriptionFactory']['registerElementLabel']('pageBreak',_0x55beca=>At(_0x943a87,'ELEMENT_PAGE_BREAK',_0x55beca));}}class pe extends _0x542478{['afterInit'](){const _0x13946d=this['editor'];if(!_0x13946d['plugins']['has']('Paragraph'))return;const _0x11617e=_0x13946d['locale'],_0x46eca9=_0x13946d['plugins']['get']('TrackChangesEditing');_0x46eca9['descriptionFactory']['registerElementLabel']('paragraph',_0x307c9f=>At(_0x11617e,'ELEMENT_PARAGRAPH',_0x307c9f)),_0x46eca9['enableDefaultAttributesIntegration']('paragraph'),_0x46eca9['enableCommand']('insertParagraph');const _0x5a2e12=_0x46eca9['descriptionFactory'];_0x5a2e12['registerDescriptionCallback'](_0x1b286f=>{if('insertion'!==_0x1b286f['type'])return;const {start:_0xd2cc34,end:_0x1171ad}=_0x1b286f['getFirstRange']();if(!_0xd2cc34['isTouching'](_0x1171ad)||!_0xd2cc34['nodeAfter'])return;const _0x4a558d=_0x13946d['model']['schema'],_0x26f0f4=_0xd2cc34['nodeAfter'];return _0x4a558d['isBlock'](_0x26f0f4)&&!_0x4a558d['isLimit'](_0x26f0f4)&&_0x4a558d['checkChild'](_0x26f0f4,'$text')?{'type':'insertion','content':At(_0x11617e,'*Insert:*\x20%0',_0x5a2e12['getItemLabel'](_0x26f0f4,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x423ced=this['editor'],_0xa542de=_0x423ced['locale'];_0x423ced['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xb6ae8f=>{if('formatBlock'!=_0xb6ae8f['type'])return;const {data:_0x4c4ac8}=_0xb6ae8f;return _0x4c4ac8&&'paragraph'==_0x4c4ac8['commandName']?{'type':'format','content':At(_0xa542de,'*Change\x20to:*\x20%0',At(_0xa542de,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}class Le extends _0x542478{['afterInit'](){const _0x325074=this['editor'];_0x325074['commands']['get']('replaceSource')&&_0x325074['plugins']['get']('TrackChangesEditing')['enableCommand']('replaceSource');}}class Ie extends _0x542478{['afterInit'](){const _0x474b87=this['editor'];if(!_0x474b87['plugins']['has']('RemoveFormatEditing'))return;_0x474b87['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1a10d0=this['editor'];_0x1a10d0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x269342=>{if('formatBlock'!=_0x269342['type']&&'formatInline'!=_0x269342['type'])return;const {data:_0x444e8e}=_0x269342;return _0x444e8e&&'removeFormat'==_0x444e8e['commandName']?{'type':'format','content':At(_0x1a10d0['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class be extends _0x542478{['afterInit'](){const _0x464c8d=this['editor'];if(!_0x464c8d['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x3fc5e7=_0x464c8d['plugins']['get']('TrackChangesEditing');_0x3fc5e7['enableCommand']('goToPreviousRestrictedEditingException'),_0x3fc5e7['enableCommand']('goToNextRestrictedEditingException');const _0x50715a=_0x464c8d['plugins']['get']('RestrictedEditingModeEditing');_0x50715a['enableCommand']('trackChanges'),_0x50715a['enableCommand']('acceptSuggestion'),_0x50715a['enableCommand']('discardSuggestion'),_0x50715a['enableCommand']('acceptAllSuggestions'),_0x50715a['enableCommand']('discardAllSuggestions'),_0x50715a['enableCommand']('acceptSelectedSuggestions'),_0x50715a['enableCommand']('discardSelectedSuggestions');}}class Ae extends _0x542478{['afterInit'](){const _0x151504=this['editor'];if(!_0x151504['plugins']['has']('ShiftEnter'))return;const _0x6b5e32=_0x151504['plugins']['get']('TrackChangesEditing');_0x6b5e32['enableCommand']('shiftEnter'),_0x6b5e32['descriptionFactory']['registerElementLabel']('softBreak',_0x47193d=>At(_0x151504['locale'],'ELEMENT_LINE_BREAK',_0x47193d));}}function ke(_0x39f005,_0x3a8729,_0x1c11a8){const _0x54400f=[];for(const _0x34ef57 of _0x3a8729['getItems']())_0x34ef57['hasAttribute'](_0x39f005)&&_0x54400f['push'](_0x1c11a8['createRangeOn'](_0x34ef57));return _0x54400f;}class Ce extends _0x542478{['afterInit'](){const _0x4bf1bf=this['editor'],_0x223b3c=_0x4bf1bf['plugins']['get']('TrackChangesEditing');_0x4bf1bf['plugins']['has']('StandardEditingModeEditing')&&(this['_enableEditingExceptionCommand'](),this['_enableEditingExceptionBlockCommand'](),_0x223b3c['enableCommand']('restrictedEditingExceptionAuto'));}['_enableEditingExceptionCommand'](){const _0x3c0c44=this['editor'],_0x337726=_0x3c0c44['model'],_0x4f5ec1=_0x3c0c44['locale'],_0xe9aa28=_0x3c0c44['plugins']['get']('TrackChangesEditing'),_0x88bc0='restrictedEditingException',_0x5e1b8f=_0x3c0c44['commands']['get'](_0x88bc0);_0xe9aa28['enableCommand'](_0x88bc0,(_0x421a74,_0x53e39a={})=>{const _0x28854a=_0x337726['document']['selection'];if(_0x28854a['isCollapsed'])return void _0x421a74(_0x53e39a);const _0x16858f=void 0x0!==_0x53e39a['forceValue']?_0x53e39a['forceValue']:!_0x5e1b8f['value'];_0x337726['change'](()=>{const _0x34755d=Array['from'](_0x28854a['getRanges']());for(const _0x5bd9e7 of _0x34755d){const _0x49371c=_0x16858f?[_0x5bd9e7]:ke(_0x88bc0,_0x5bd9e7,_0x337726);for(const _0x1a9f31 of _0x49371c)_0xe9aa28['markInlineFormat'](_0x1a9f31,{'commandName':_0x88bc0,'commandParams':[{'forceValue':_0x16858f}]});}});}),_0xe9aa28['descriptionFactory']['registerDescriptionCallback'](_0x2bdb28=>{if('formatBlock'!=_0x2bdb28['type']&&'formatInline'!=_0x2bdb28['type'])return;const {data:_0x35a007}=_0x2bdb28;return _0x35a007&&_0x35a007['commandName']==_0x88bc0?_0x35a007['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x4f5ec1,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':At(_0x4f5ec1,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}['_enableEditingExceptionBlockCommand'](){const _0x4383cc=this['editor'],_0x434dfc=_0x4383cc['locale'],_0x52e8d7=_0x4383cc['plugins']['get']('TrackChangesEditing'),_0x502534='restrictedEditingExceptionBlock',_0x326bcc=this['editor']['commands']['get'](_0x502534);_0x52e8d7['enableCommand'](_0x502534,(_0x3fa6fd,_0x441998={})=>{const _0x3dae27=this['editor']['model']['document']['selection'],_0x53de28=_0x441998&&void 0x0!==_0x441998['forceValue']?_0x441998['forceValue']:!_0x326bcc['value'];let _0x3cb750=[];if(_0x53de28){const _0x245613=Array['from'](_0x3dae27['getSelectedBlocks']())['filter'](_0x14a984=>function(_0x56896a){return!!_0x56896a['findAncestor']('restrictedEditingException',{'includeSelf':!0x0});}(_0x14a984)||function(_0x138d4f,_0x138782){const _0x532447=_0x138782['createContext'](_0x138d4f['parent']);if(!_0x138782['checkChild'](_0x532447,'restrictedEditingException'))return!0x1;if(!_0x138782['checkChild'](_0x532447['push']('restrictedEditingException'),_0x138d4f))return!0x1;return!0x0;}(_0x14a984,this['editor']['model']['schema']));_0x3cb750=Tt(_0x245613,_0x4383cc['model']);}else{const _0x5978b0=Array['from'](_0x3dae27['getSelectedBlocks']())['map'](_0x489bc3=>function(_0x18a9de){let _0x1d6842=_0x18a9de;for(;_0x1d6842['parent'];){if('restrictedEditingException'==_0x1d6842['parent']['name'])return _0x1d6842;_0x1d6842=_0x1d6842['parent'];}return null;}(_0x489bc3))['filter'](_0x321501=>!!_0x321501);_0x3cb750=Tt(_0x5978b0,_0x4383cc['model']);}_0x4383cc['model']['change'](()=>{for(const _0x56d515 of _0x3cb750)_0x52e8d7['markBlockFormat'](_0x56d515,{'commandName':_0x502534,'commandParams':[{'forceValue':_0x53de28}]});});}),_0x52e8d7['descriptionFactory']['registerDescriptionCallback'](_0x222eda=>{const {data:_0x279f79}=_0x222eda;if(_0x279f79&&_0x279f79['commandName']==_0x502534)return _0x279f79['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x434dfc,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':At(_0x434dfc,'FORMAT_RESTRICTED_DISABLED')};});}}class ye extends _0x542478{['afterInit'](){const _0x5f3f55=this['editor'];if(!_0x5f3f55['plugins']['has']('Style')||!_0x5f3f55['plugins']['has']('DataSchema'))return;const _0x4ed37c=_0x5f3f55['plugins']['get']('TrackChangesEditing'),_0x2b36a7=_0x5f3f55['locale'],_0x184e3a=_0x5f3f55['config']['get']('style')||{},_0x4cec21=_0x5f3f55['plugins']['get']('GeneralHtmlSupport'),_0x575d85=_0x5f3f55['plugins']['get']('StyleUtils')['normalizeConfig'](_0x5f3f55['plugins']['get']('DataSchema'),_0x184e3a['definitions']);_0x4ed37c['enableDefaultAttributesIntegration']('style');const _0x2d89c9=new Set();for(const _0x473314 of _0x575d85['block']){const _0x80fca2=_0x4cec21['getGhsAttributeNameForElement'](_0x473314['element']);_0x2d89c9['add'](_0x80fca2);}const _0x15bcb2=new Set();for(const _0x581831 of _0x575d85['inline']){const _0xf913fa=_0x4cec21['getGhsAttributeNameForElement'](_0x581831['element']);_0x15bcb2['add'](_0xf913fa);for(const _0x15f83f of _0x581831['ghsAttributes'])_0x15bcb2['add'](_0x15f83f);}for(const _0x49131c of _0x2d89c9)_0x4ed37c['descriptionFactory']['registerAttributeLabel'](_0x49131c,At(_0x2b36a7,'FORMAT_STYLE'));for(const _0x38fc97 of _0x15bcb2)_0x4ed37c['descriptionFactory']['registerAttributeLabel'](_0x38fc97,At(_0x2b36a7,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x44cea7=this['editor'],_0x576fb5=_0x44cea7['locale'];_0x44cea7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2e914a=>{if('formatBlock'!=_0x2e914a['type']&&'formatInline'!=_0x2e914a['type'])return;const {data:_0x18bbe0}=_0x2e914a;return _0x18bbe0&&'style'===_0x18bbe0['commandName']?_0x18bbe0['commandParams'][0x0]['forceValue']?{'type':'format','content':At(_0x576fb5,'*Set\x20format:*\x20%0',_0x18bbe0['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':At(_0x576fb5,'*Remove\x20format:*\x20%0',_0x18bbe0['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class Ne extends _0x542478{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x3ef19e){super(_0x3ef19e),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x4eb684=this['editor'],_0x2f88b9=_0x4eb684['model']['document']['selection'];if(!_0x4eb684['plugins']['has']('TableEditing'))return;const _0x53fb07=_0x4eb684['locale'],_0x1dc2df=_0x4eb684['plugins']['get']('TrackChangesEditing'),_0xe954d1=_0x4eb684['plugins']['get']('TableUtils');_0x1dc2df['descriptionFactory']['registerElementLabel']('table',_0x4d04bc=>At(_0x53fb07,'ELEMENT_TABLE',_0x4d04bc)),this['_setupColumnsRowsFixing'](),_0x1dc2df['enableCommand']('insertTable'),_0x1dc2df['enableCommand']('selectTableRow'),_0x1dc2df['enableCommand']('selectTableColumn');for(const _0xa776c5 of['insertTableRowAbove','insertTableRowBelow']){const _0x2c322a=_0x4eb684['commands']['get'](_0xa776c5);_0x1dc2df['enableCommand'](_0xa776c5,_0x420c8f=>{_0x4eb684['model']['change'](_0x2c06ac=>{_0x420c8f();const _0x44a573='above'===_0x2c322a['order'],_0x145032=_0xe954d1['getSelectionAffectedTableCells'](_0x2f88b9),_0x140b7e=_0xe954d1['getRowIndexes'](_0x145032),_0x15c51e=_0x44a573?_0x140b7e['first']-0x1:_0x140b7e['last']+0x1,_0x3f453c=_0x145032[0x0]['findAncestor']('table'),_0xb32f62=_0xe954d1['createTableWalker'](_0x3f453c,{'startRow':_0x15c51e,'endRow':_0x15c51e}),_0x57789c=Array['from'](_0xb32f62)['map'](_0x149146=>_0x2c06ac['createRangeOn'](_0x149146['cell']));_0x1dc2df['markMultiRangeInsertion'](_0x57789c,'tableRow');});});}for(const _0x18a515 of['insertTableColumnLeft','insertTableColumnRight']){const _0x2cedc6=_0x4eb684['commands']['get'](_0x18a515);_0x1dc2df['enableCommand'](_0x18a515,_0x15c332=>{_0x4eb684['model']['change'](_0x26a08b=>{_0x15c332();const _0x4ed2f0='left'===_0x2cedc6['order'],_0x335d07=_0xe954d1['getSelectionAffectedTableCells'](_0x2f88b9),_0x193d0f=_0xe954d1['getColumnIndexes'](_0x335d07),_0x4ae14c=_0x4ed2f0?_0x193d0f['first']-0x1:_0x193d0f['last']+0x1,_0x3842cd=_0x335d07[0x0]['findAncestor']('table'),_0x5a220c=_0xe954d1['createTableWalker'](_0x3842cd,{'startRow':0x0,'column':_0x4ae14c,'includeAllSlots':!0x1}),_0x1fea60=Array['from'](_0x5a220c)['map'](_0x43f24b=>_0x26a08b['createRangeOn'](_0x43f24b['cell']));_0x1dc2df['markMultiRangeInsertion'](_0x1fea60,'tableColumn');});});}for(const _0x6c9138 of['removeTableRow','removeTableColumn']){const _0x28d252=_0x6c9138['substr'](0xb),_0x3e20b4=_0x28d252['toLowerCase'](),_0xee365b=_0x3e20b4['substr'](0x0,0x3)+'span',_0x5d3332='table'+_0x28d252,_0xfc3827='min'+_0x28d252,_0x13059f='max'+_0x28d252;_0x1dc2df['enableCommand'](_0x6c9138,()=>{_0x4eb684['model']['change'](_0x5ebe3f=>{const _0x5f8509=_0xe954d1['getSelectionAffectedTableCells'](_0x2f88b9),_0x2747be=_0x5f8509[0x0]['findAncestor']('table');let _0x221876;if('removeTableRow'==_0x6c9138){const _0x44c81c=_0xe954d1['getRowIndexes'](_0x5f8509);_0x221876={'startRow':_0x44c81c['first'],'endRow':_0x44c81c['last'],'includeAllSlots':!0x0};}else{const _0x34c89b=_0xe954d1['getColumnIndexes'](_0x5f8509);_0x221876={'startColumn':_0x34c89b['first'],'endColumn':_0x34c89b['last'],'includeAllSlots':!0x0};}const _0x167842=_0xe954d1['createTableWalker'](_0x2747be,_0x221876),_0x590220=Array['from'](_0x167842)['map'](({cell:_0x4c52bf})=>_0x4c52bf),_0x622250=Re(_0x590220['filter'](_0x23ff73=>_0x23ff73['hasAttribute'](_0xee365b))),_0x1cc390=Re(_0x590220['filter'](_0x15ea31=>!_0x15ea31['hasAttribute'](_0xee365b)))['map'](_0x901a2a=>_0x5ebe3f['createRangeOn'](_0x901a2a)),_0x2864fb=_0x1dc2df['markMultiRangeDeletion'](_0x1cc390,_0x5d3332);if(_0x2864fb&&('tableRow'==_0x2864fb['subType']||'tableColumn'==_0x2864fb['subType'])){const _0x20b962=this['_getSuggestionCoords'](_0x2864fb);for(const _0x49e70b of _0x622250){const _0x12fa56=_0x5ebe3f['createRangeOn'](_0x49e70b),_0x53b476=_0xe954d1['getCellLocation'](_0x49e70b),_0x18e96c=_0x49e70b['getAttribute'](_0xee365b)-0x1,_0x4b1696=_0x20b962[_0xfc3827],_0x4e13dc=_0x20b962[_0x13059f];_0x4b1696<=_0x53b476[_0x3e20b4]&&_0x53b476[_0x3e20b4]+_0x18e96c<=_0x4e13dc&&_0x2864fb['addRange'](_0x12fa56);}}});});}function _0x200ebb(_0x4872e4){const _0x35ee8b=Array['from'](_0x2f88b9['getRanges']())['map'](_0x4f54de=>_0x5ce503['fromRange'](_0x4f54de));_0x4eb684['model']['change'](_0xba256f=>{const _0x1037fb=_0xba256f['batch'];_0x4872e4=_0x4872e4['filter'](_0x1bb179=>'$graveyard'!=_0x1bb179['root']['rootName']),_0xba256f['setSelection'](_0x4872e4),_0x4eb684['commands']['get']('removeTableRow')['refresh'](),_0x4eb684['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x4eb684['model']['enqueueChange'](()=>{_0x4eb684['model']['enqueueChange'](_0x1037fb,_0x173260=>{const _0x5e1182=_0x35ee8b['filter'](_0x515565=>'$graveyard'!=_0x515565['root']['rootName']);_0x5e1182['length']>0x0&&_0x173260['setSelection'](_0x5e1182);for(const _0x35aa15 of _0x35ee8b)_0x35aa15['detach']();});});});}function _0x1b6c0(_0x3d7bd1){_0x4eb684['model']['change'](_0x2b3f03=>{const _0x539bed=Array['from'](_0x2f88b9['getRanges']())['map'](_0x29ba73=>_0x5ce503['fromRange'](_0x29ba73)),_0x2bb0b5=[];for(const _0x60abeb of _0x3d7bd1)for(const _0x2c04fb of _0x60abeb['getItems']({'shallow':!0x0}))_0x2bb0b5['push'](_0x2c04fb);for(const _0x28799c of _0x2bb0b5)'$graveyard'!=_0x28799c['root']['rootName']&&(_0x2b3f03['setSelection'](_0x2b3f03['createPositionAt'](_0x28799c,0x0)),_0x4eb684['commands']['get']('removeTableColumn')['refresh'](),_0x4eb684['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x4e4730=_0x539bed['filter'](_0x36d737=>'$graveyard'!=_0x36d737['root']['rootName']);_0x4e4730['length']>0x0&&_0x2b3f03['setSelection'](_0x4e4730);for(const _0x2d19f5 of _0x539bed)_0x2d19f5['detach']();});}function _0x4dd65a(_0xdd0b47,_0x424483){return _0x424483['every'](_0x335c12=>_0xdd0b47['some'](_0x3bb123=>_0x3bb123['end']['isEqual'](_0x335c12['start'])||_0x335c12['end']['isEqual'](_0x3bb123['start'])));}function _0x1cf546(_0x4aa97f,_0x58324b){return!_0x4aa97f['some'](_0x52e343=>_0x58324b['some'](_0x1d09bc=>_0x52e343['isIntersecting'](_0x1d09bc)))&&_0x4aa97f['some'](_0x5e86e7=>_0x58324b['some'](_0xbdc271=>_0x5e86e7['end']['isTouching'](_0xbdc271['start'])));}_0x1dc2df['descriptionFactory']['registerDescriptionCallback'](_0x1eca0d=>{if('insertion'!=_0x1eca0d['type']&&'deletion'!=_0x1eca0d['type'])return;const _0x209e70=_0x1eca0d['getContainedElement']();if(null!=_0x209e70&&_0x209e70['is']('element','table')){if('insertion'==_0x1eca0d['type']){const _0x25806e=_0x1eca0d['getItems']()['filter'](_0x2547bf=>_0x2547bf['is']('$textProxy'))['map'](_0x4588de=>_0x4588de['data']);if(_0x25806e['length'])return{'type':'insertion','content':At(_0x53fb07,'*Insert:*\x20%0',At(_0x53fb07,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x25806e['join']('\x20')+'\x22'))};}if('deletion'==_0x1eca0d['type']){const _0x11384e=_0x1eca0d['getItems']()['filter'](_0x2c320c=>_0x2c320c['is']('$textProxy'))['map'](_0x74b4e3=>_0x74b4e3['data']);if(_0x11384e['length'])return{'type':'deletion','content':At(_0x53fb07,'*Remove:*\x20%0',At(_0x53fb07,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x11384e['join']('\x20')+'\x22'))};}}}),_0x1dc2df['descriptionFactory']['registerDescriptionCallback'](_0x551408=>{if('tableRow'==_0x551408['subType']){const _0x35e23d=_0x551408['getItems']()['filter'](_0x4d2bfb=>_0x4d2bfb['is']('$textProxy'))['map'](_0x3fefac=>_0x3fefac['data']),_0xf3b846=this['_getSuggestionCoords'](_0x551408),_0x2c78d7=_0xf3b846['maxRow']-_0xf3b846['minRow']+0x1;if('insertion'==_0x551408['type'])return _0x35e23d['length']?{'type':'insertion','content':At(_0x53fb07,'*Insert:*\x20%0',At(_0x53fb07,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x2c78d7,'\x22'+_0x35e23d['join']('\x20')+'\x22']))}:{'type':'insertion','content':At(_0x53fb07,'*Insert:*\x20%0',At(_0x53fb07,'ELEMENT_TABLE_ROW',_0x2c78d7))};if('deletion'==_0x551408['type'])return _0x35e23d['length']?{'type':'deletion','content':At(_0x53fb07,'*Remove:*\x20%0',At(_0x53fb07,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x2c78d7,'\x22'+_0x35e23d['join']('\x20')+'\x22']))}:{'type':'deletion','content':At(_0x53fb07,'*Remove:*\x20%0',At(_0x53fb07,'ELEMENT_TABLE_ROW',_0x2c78d7))};}if('tableColumn'==_0x551408['subType']){const _0x5be251=_0x551408['getItems']()['filter'](_0x40cdf4=>_0x40cdf4['is']('$textProxy'))['map'](_0x412bd8=>_0x412bd8['data']),_0xf94a51=this['_getSuggestionCoords'](_0x551408),_0x410204=_0xf94a51['maxColumn']-_0xf94a51['minColumn']+0x1;if('insertion'==_0x551408['type'])return _0x5be251['length']?{'type':'insertion','content':At(_0x53fb07,'*Insert:*\x20%0',At(_0x53fb07,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x410204,'\x22'+_0x5be251['join']('\x20')+'\x22']))}:{'type':'insertion','content':At(_0x53fb07,'*Insert:*\x20%0',At(_0x53fb07,'ELEMENT_TABLE_COLUMN',_0x410204))};if('deletion'==_0x551408['type'])return _0x5be251['length']?{'type':'deletion','content':At(_0x53fb07,'*Remove:*\x20%0',At(_0x53fb07,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x410204,'\x22'+_0x5be251['join']('\x20')+'\x22']))}:{'type':'deletion','content':At(_0x53fb07,'*Remove:*\x20%0',At(_0x53fb07,'ELEMENT_TABLE_COLUMN',_0x410204))};}}),_0x1dc2df['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x200ebb),_0x1dc2df['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x200ebb),_0x1dc2df['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x1b6c0),_0x1dc2df['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x1b6c0),_0x1dc2df['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x4dd65a),_0x1dc2df['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x4dd65a),_0x1dc2df['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x1cf546),_0x1dc2df['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x1cf546);}['_acceptFormatSuggestionCallbackFactory'](){const _0x77f55d=this['editor'],_0x3af50c=_0x77f55d['model']['document']['selection'];return(_0x5b741c,_0x530e96)=>{_0x77f55d['model']['change'](_0x1b3961=>{const {commandName:_0x2b6a3e,commandParams:_0x10be7b}=_0x530e96;let _0x545ab0=_0x5b741c[0x0]['end']['nodeBefore'];_0x10be7b&&_0x10be7b[0x0]&&!0x1===_0x10be7b[0x0]['forceValue']&&(_0x545ab0=_0x5b741c[0x0]['start']['nodeAfter']);const _0x3d7f3a=_0x1b3961['createRangeIn'](_0x545ab0);if('$graveyard'==_0x3d7f3a['root']['rootName'])return;const _0x17e26f=Array['from'](_0x3af50c['getRanges']())['map'](_0x1fe8d3=>_0x5ce503['fromRange'](_0x1fe8d3));_0x1b3961['setSelection'](_0x3d7f3a),_0x77f55d['commands']['get'](_0x2b6a3e)['refresh'](),_0x10be7b['push']({'forceDefaultExecution':!0x0}),_0x77f55d['execute'](_0x2b6a3e,..._0x10be7b);const _0x577581=_0x17e26f['filter'](_0x26539a=>'$graveyard'!=_0x26539a['root']['rootName']);_0x577581['length']>0x0&&_0x1b3961['setSelection'](_0x577581);for(const _0x4330e8 of _0x17e26f)_0x4330e8['detach']();});};}['_getCoordsForCells'](_0xbb1058){const _0x30f5a0=this['editor']['plugins']['get']('TableUtils');let _0x5a6c70=Number['MAX_SAFE_INTEGER'],_0x2ed27f=Number['MIN_SAFE_INTEGER'],_0x4324c2=Number['MAX_SAFE_INTEGER'],_0x375263=Number['MIN_SAFE_INTEGER'];for(const _0x543c54 of _0xbb1058){if('$graveyard'==_0x543c54['root']['rootName'])continue;const {row:_0x52d709,column:_0x4b4f0f}=_0x30f5a0['getCellLocation'](_0x543c54),_0x5d55ad=_0x543c54['hasAttribute']('rowspan')?_0x543c54['getAttribute']('rowspan')-0x1:0x0,_0xaa8feb=_0x543c54['hasAttribute']('colspan')?_0x543c54['getAttribute']('colspan')-0x1:0x0;_0x5a6c70=_0x52d709<_0x5a6c70?_0x52d709:_0x5a6c70,_0x2ed27f=_0x52d709+_0x5d55ad>_0x2ed27f?_0x52d709+_0x5d55ad:_0x2ed27f,_0x4324c2=_0x4b4f0f<_0x4324c2?_0x4b4f0f:_0x4324c2,_0x375263=_0x4b4f0f+_0xaa8feb>_0x375263?_0x4b4f0f+_0xaa8feb:_0x375263;}return{'minRow':_0x5a6c70,'maxRow':_0x2ed27f,'minColumn':_0x4324c2,'maxColumn':_0x375263};}['_setupColumnsRowsFixing'](){const _0x5812b6=this['editor'],_0x3fd4e4=_0x5812b6['plugins']['get']('TrackChangesEditing'),_0x3e41a1=_0x5812b6['plugins']['get']('TableUtils');_0x5812b6['model']['document']['on']('change:data',()=>{const _0x31ed87=Array['from'](_0x5812b6['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x51bfe7,data:_0x9bbe79}of _0x31ed87){const {group:_0x2a32b0,id:_0x58ec27,subType:_0x5476bf}=_0x5024a3(_0x51bfe7);if('suggestion'!=_0x2a32b0)continue;if(null!=_0x9bbe79['oldRange'])continue;const _0x9821cd=_0x3fd4e4['getSuggestion'](_0x58ec27);this['_tablePostFixingSubtypes']['includes'](_0x5476bf)&&this['_tableSuggestions']['add'](_0x9821cd);}},{'priority':'low'});const _0x3100ae=(_0x5e5ae2,_0x69fee8)=>{let _0x8a28ec=!0x1;const _0x3d1c7a=_0x69fee8['createRangeOn'](_0x5e5ae2),_0x3e35b7=_0x5e5ae2['findAncestor']('table'),_0x200e2f=_0x3e41a1['getCellLocation'](_0x5e5ae2);for(const _0x51da63 of this['_tableSuggestions']){const _0x15d3ea=_0x51da63['subType'],_0x13f950=_0x15d3ea['startsWith']('tablePaste'),_0x14401c=_0x15d3ea['substr'](_0x13f950?0xa:0x5),_0x42fd5f=_0x14401c['toLowerCase'](),_0x13116d=_0x42fd5f['substr'](0x0,0x3)+'span',_0x4f1236='min'+_0x14401c,_0x44b29c='max'+_0x14401c;if(!_0x51da63['isInContent'])continue;if(_0x3e35b7!=_0x51da63['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x51da63['isIntersectingWithRange'](_0x3d1c7a))continue;const _0x55a6d6=_0x5e5ae2['hasAttribute'](_0x13116d)?_0x5e5ae2['getAttribute'](_0x13116d)-0x1:0x0,_0x351bb4=this['_getSuggestionCoords'](_0x51da63),_0x52817b=_0x351bb4[_0x4f1236],_0x459615=_0x351bb4[_0x44b29c];_0x52817b<=_0x200e2f[_0x42fd5f]&&_0x200e2f[_0x42fd5f]+_0x55a6d6<=_0x459615&&(_0x51da63['addRange'](_0x3d1c7a),_0x8a28ec=!0x0);}return _0x8a28ec;};_0x5812b6['model']['document']['registerPostFixer'](_0x23921a=>{let _0x5d9b81=!0x1;for(const _0x3467ed of _0x5812b6['model']['document']['differ']['getChanges']())if('insert'==_0x3467ed['type']){if('tableRow'==_0x3467ed['name']){for(const _0x1043cd of _0x3467ed['position']['nodeAfter']['getChildren']())_0x5d9b81=_0x5d9b81||_0x3100ae(_0x1043cd,_0x23921a);}else'tableCell'==_0x3467ed['name']&&(_0x5d9b81=_0x5d9b81||_0x3100ae(_0x3467ed['position']['nodeAfter'],_0x23921a));}return _0x5d9b81;});}['_getSuggestionCoords'](_0x3f9baa){return this['_getCoordsForCells'](_0x3f9baa['getRanges']()['map'](_0x5101d7=>_0x5101d7['start']['nodeAfter']));}}function Re(_0x28d8d4){return Array['from'](new Set(_0x28d8d4)['values']());}class Se extends _0x542478{static get['requires'](){return[Ne];}['afterInit'](){const _0x2e0550=this['editor'],_0x4889c9=_0x2e0550['model']['document']['selection'],_0x53a8d0=_0x2e0550['locale'];if(!_0x2e0550['plugins']['has']('TableEditing'))return;const _0x2241fe=_0x2e0550['plugins']['get']('TrackChangesEditing'),_0x5dc4c8=_0x2e0550['plugins']['get']('TableUtils'),_0x43d71d=_0x2e0550['plugins']['get'](Ne);_0x43d71d['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x2241fe['enableCommand']('mergeTableCells',()=>{const _0x52c474=_0x5dc4c8['getSelectionAffectedTableCells'](_0x2e0550['model']['document']['selection']);_0x2e0550['model']['change'](()=>{_0x2241fe['markMultiRangeBlockFormat'](_0x52c474,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x2e0550['commands']['get']('mergeTableCells')['on']('execute',(_0x103b06,_0x1b856d)=>{_0x2e0550['commands']['get']('trackChanges')['value']&&(_0x1b856d['length']>0x0&&_0x1b856d[_0x1b856d['length']-0x1]&&_0x1b856d[_0x1b856d['length']-0x1]['forceDefaultExecution']||_0x2241fe['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x103b06['stop']());},{'priority':'highest'});for(const _0x7e1536 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x1b5c7c=_0x2e0550['commands']['get'](_0x7e1536);_0x2241fe['enableCommand'](_0x7e1536,()=>{const _0x4042f8=_0x2e0550['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x1f8310=>_0x1f8310['is']('element','tableCell')),_0x1096b3=_0x1b5c7c['value'];_0x2e0550['model']['change'](()=>{_0x2241fe['markMultiRangeBlockFormat']([_0x4042f8,_0x1096b3],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x3b7b6d of['splitTableCellVertically','splitTableCellHorizontally']){const _0x4237d2=_0x2e0550['commands']['get'](_0x3b7b6d);_0x2241fe['enableCommand'](_0x3b7b6d,()=>{const _0x9c5d62=_0x5dc4c8['getSelectionAffectedTableCells'](_0x2e0550['model']['document']['selection'])[0x0],_0x871852=_0x9c5d62['findAncestor']('table'),{column:_0x412891,row:_0x1a5849}=_0x5dc4c8['getCellLocation'](_0x9c5d62);let _0x30d631=[];if('horizontally'==_0x4237d2['direction']){const _0x169ca3=_0x5dc4c8['createTableWalker'](_0x871852,{'startRow':_0x1a5849,'endRow':_0x1a5849,'includeAllSlots':!0x0});_0x30d631=Array['from'](_0x169ca3)['map'](_0x29f064=>_0x29f064['cell']);}else{const _0x47dd15=_0x5dc4c8['createTableWalker'](_0x871852,{'column':_0x412891,'includeAllSlots':!0x0});_0x30d631=Array['from'](_0x47dd15)['map'](_0x2821c1=>_0x2821c1['cell']);}_0x2e0550['model']['change'](_0x3e28b6=>{_0x2241fe['markBlockFormat'](_0x3e28b6['createRangeOn'](_0x9c5d62),{'commandName':_0x3b7b6d,'commandParams':[]},_0x30d631,_0x3b7b6d);});});}_0x2241fe['descriptionFactory']['registerDescriptionCallback'](_0x30d5c8=>{if('formatBlock'!=_0x30d5c8['type']&&'formatInline'!=_0x30d5c8['type'])return;const {data:_0x17798a}=_0x30d5c8;return _0x17798a&&'mergeTableCells'==_0x17798a['commandName']?{'type':'format','content':At(_0x53a8d0,'*Merge\x20cells*')}:void 0x0;}),_0x2241fe['descriptionFactory']['registerDescriptionCallback'](_0x4c2496=>{if('formatBlock'!=_0x4c2496['type']&&'formatInline'!=_0x4c2496['type'])return;const {data:_0x201bad}=_0x4c2496;return _0x201bad?'splitTableCellVertically'==_0x201bad['commandName']?{'type':'format','content':At(_0x53a8d0,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x201bad['commandName']?{'type':'format','content':At(_0x53a8d0,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x579b88=_0x43d71d['_acceptFormatSuggestionCallbackFactory']();for(const _0x13db1c of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x2241fe['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x13db1c,'accept',_0x579b88);for(const _0x26e39f of['splitTableCellVertically','splitTableCellHorizontally'])_0x2241fe['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x26e39f,'accept',_0x579b88);_0x2241fe['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x23c97c=>{_0x2e0550['model']['change'](_0x1288cd=>{const _0x214e37=Array['from'](_0x4889c9['getRanges']())['map'](_0x14bb3d=>_0x5ce503['fromRange'](_0x14bb3d));_0x1288cd['setSelection'](_0x23c97c),_0x2e0550['commands']['get']('mergeTableCells')['refresh'](),_0x2e0550['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x523208=_0x214e37['filter'](_0x1824bd=>'$graveyard'!=_0x1824bd['root']['rootName']);_0x523208['length']>0x0&&_0x1288cd['setSelection'](_0x523208);for(const _0x2b356c of _0x214e37)_0x2b356c['detach']();});});for(const _0x49100f of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x2a4edd=_0x2e0550['commands']['get'](_0x49100f);_0x2a4edd['on']('set:isEnabled',(_0x3cb26a,_0x51c453,_0x20293e)=>{if(_0x20293e){const _0x139b2b=_0x2e0550['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x42d16f=>_0x42d16f['is']('element','tableCell'));this['_areMergableCells'](_0x2a4edd['value'],_0x139b2b)||(_0x3cb26a['return']=!0x1,_0x3cb26a['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x21bf32=this['editor']['commands']['get']('mergeTableCells'),_0x5958a2=this['editor']['plugins']['get']('TableUtils');if(!_0x21bf32['isEnabled'])return!0x1;const _0x2396d6=_0x5958a2['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x42637c of _0x2396d6)for(const _0x4c4ab1 of _0x2396d6)if(_0x42637c!=_0x4c4ab1&&!this['_areMergableCells'](_0x42637c,_0x4c4ab1))return!0x1;return!0x0;}['_areMergableCells'](_0x326705,_0x4e7915){const _0x3bef63=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4965a2=this['editor']['model']['createRangeOn'](_0x326705),_0xce066f=this['editor']['model']['createRangeOn'](_0x4e7915),_0x2f8b8d=new Set(),_0x2b3aec=new Set();for(const _0x2f989b of _0x3bef63['getSuggestions']())if(('insertion'==_0x2f989b['type']||'deletion'==_0x2f989b['type']||'mergeTableCells'==_0x2f989b['subType'])&&_0x2f989b['isInContent']){for(const _0x4de6bf of _0x2f989b['getRanges']())_0x4de6bf['containsRange'](_0x4965a2,!0x0)&&_0x2f8b8d['add'](_0x2f989b['type']+':'+_0x2f989b['author']['id']),_0x4de6bf['containsRange'](_0xce066f,!0x0)&&_0x2b3aec['add'](_0x2f989b['type']+':'+_0x2f989b['author']['id']);}if(_0x2f8b8d['size']!=_0x2b3aec['size'])return!0x1;for(const _0xb21bd3 of _0x2f8b8d)if(!_0x2b3aec['has'](_0xb21bd3))return!0x1;return!0x0;}}class Me extends _0x542478{static get['requires'](){return[Ne];}['afterInit'](){const _0x34593b=this['editor'];if(!_0x34593b['plugins']['has']('TableEditing'))return;const _0x162a12=_0x34593b['locale'],_0x157e6b=_0x34593b['plugins']['get']('TrackChangesEditing');_0x157e6b['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x157e6b['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x157e6b['descriptionFactory']['registerAttributeLabel']('headingRows',At(_0x162a12,'FORMAT_HEADER_ROW')),_0x157e6b['descriptionFactory']['registerAttributeLabel']('headingColumns',At(_0x162a12,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x4365bc=this['editor']['plugins']['get']('TrackChangesEditing'),_0x158bf7=this['editor']['plugins']['get'](Ne)['_acceptFormatSuggestionCallbackFactory']();_0x4365bc['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x158bf7),_0x4365bc['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x158bf7),this['_registerLegacyConverters'](),this['_registerLegacyDescription']();}['_registerLegacyConverters'](){const _0x5108f9=this['editor']['plugins']['get']('TrackChangesEditing'),_0x141fbc=this['editor']['plugins']['get']('TableUtils');function _0x1e48b4({showActiveMarker:_0x2a4683=!0x0,setDataAttribute:_0x4ad8c1=!0x0}={}){return(_0x42a7c5,_0x585153,_0xd16be6)=>{const {type:_0x3f1c13,id:_0x5bae9a}=_0x5024a3(_0x585153['markerName']);if(!_0x5108f9['hasSuggestion'](_0x5bae9a))return;const _0x12e167=_0x5108f9['getSuggestion'](_0x5bae9a),_0x4193e2=_0x12e167['data'];if('formatBlock'!=_0x12e167['type']||!_0x4193e2||'setTableColumnHeader'!=_0x4193e2['commandName'])return;if(_0x585153['item'])return void _0x42a7c5['stop']();if(!_0xd16be6['consumable']['consume'](_0x585153['markerRange'],_0x42a7c5['name']))return;const _0xb24f11=_0x585153['markerRange']['start']['nodeAfter'],_0x290926=_0x585153['markerRange']['end']['nodeBefore'],_0x53c6c3=_0xb24f11['parent']['parent'],{column:_0x33de40}=_0x141fbc['getCellLocation'](_0xb24f11),{column:_0xd97b77}=_0x141fbc['getCellLocation'](_0x290926);for(let _0x1708c1=_0x33de40;_0x1708c1<=_0xd97b77;_0x1708c1++){const _0x358667=_0x141fbc['createTableWalker'](_0x53c6c3,{'column':_0x1708c1,'includeAllSlots':!0x1});for(const _0x4965a8 of _0x358667){const _0x3c4278=_0x4965a8['cell'],_0xe3dc71=_0xd16be6['mapper']['toViewElement'](_0x3c4278);_0xd16be6['writer']['addClass']('ck-suggestion-marker-'+_0x3f1c13,_0xe3dc71),_0x4ad8c1&&_0xd16be6['writer']['setAttribute']('data-suggestion',_0x5bae9a,_0xe3dc71),_0xd16be6['mapper']['bindElementToMarker'](_0xe3dc71,_0x585153['markerName']),_0x2a4683&&(_0x5108f9['activeMarkers']['includes'](_0x585153['markerName'])?_0xd16be6['writer']['addClass']('ck-suggestion-marker--active',_0xe3dc71):_0xd16be6['writer']['removeClass']('ck-suggestion-marker--active',_0xe3dc71));}}};}this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x1e48b4(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x479cf3,_0x5cf120,_0x590b0f)=>{_0x590b0f['options']['showSuggestionHighlights']&&_0x1e48b4({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x479cf3,_0x5cf120,_0x590b0f);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x6c7219,_0x5196e2,_0x325982)=>{const {type:_0x5f2758,id:_0x56260e}=_0x5024a3(_0x5196e2['markerName']);if(!_0x5108f9['hasSuggestion'](_0x56260e))return;const _0x1dd059=_0x5108f9['getSuggestion'](_0x56260e),_0x3a70c9=_0x1dd059['data'];if('formatBlock'!=_0x1dd059['type']||!_0x3a70c9||'setTableColumnHeader'!=_0x3a70c9['commandName'])return;const _0x59513d=_0x325982['mapper']['markerNameToElements'](_0x5196e2['markerName']);if(_0x59513d){for(const _0x1f13f8 of _0x59513d)_0x325982['writer']['removeClass']('ck-suggestion-marker-'+_0x5f2758,_0x1f13f8),_0x325982['writer']['removeClass']('ck-suggestion-marker--active',_0x1f13f8),_0x325982['writer']['removeAttribute']('data-suggestion',_0x1f13f8),_0x325982['mapper']['unbindElementFromMarkerName'](_0x1f13f8,_0x5196e2['markerName']);}},{'priority':'highest'});}['_registerLegacyDescription'](){const _0x570c1a=this['editor'],_0x1502dd=_0x570c1a['locale'];function _0x54a5b6(_0xc468fc){return{'type':'format','content':At(_0x1502dd,'*Format:*\x20%0',_0xc468fc)};}_0x570c1a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4438d9=>{if('formatBlock'!=_0x4438d9['type'])return;const {data:_0x3bf29c}=_0x4438d9;if(_0x3bf29c){if('setTableRowHeader'==_0x3bf29c['commandName']){const _0x47885b=_0x3bf29c['commandParams'][0x0]['forceValue'];return _0x54a5b6(At(_0x1502dd,_0x47885b?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x3bf29c['commandName']){const _0x10803=_0x3bf29c['commandParams'][0x0]['forceValue'];return _0x54a5b6(At(_0x1502dd,_0x10803?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}class Oe extends _0x542478{static get['requires'](){return[Ne];}['afterInit'](){const _0x3fbd51=this['editor'];if(!_0x3fbd51['plugins']['has']('TableEditing')||!_0x3fbd51['config']['get']('table.enableFooters'))return;const _0x3f5126=_0x3fbd51['locale'],_0x410c0b=_0x3fbd51['plugins']['get']('TrackChangesEditing');_0x410c0b['enableDefaultAttributesIntegration']('setTableFooterRow'),_0x410c0b['descriptionFactory']['registerAttributeLabel']('footerRows',At(_0x3f5126,'FORMAT_FOOTER_ROW'));}}class we extends _0x542478{['afterInit'](){const _0x191256=this['editor'],_0x525c49=_0x191256['locale'],_0x5d94bc=_0x191256['plugins']['get']('TrackChangesEditing');function _0x42a811(_0x24a5ed){return{'type':'format','content':''+At(_0x525c49,'*Set\x20table\x20type:*\x20%0',_0x24a5ed)};}_0x191256['plugins']['has']('TableLayout')&&(_0x5d94bc['enableCommand']('insertTableLayout'),_0x5d94bc['enableDefaultAttributesIntegration']('tableType'),_0x5d94bc['descriptionFactory']['registerElementLabel'](_0x643833=>_0x643833['is']('element','table')&&'layout'===_0x643833['getAttribute']('tableType'),_0x196c25=>At(_0x525c49,'ELEMENT_LAYOUT_TABLE',_0x196c25)),_0x5d94bc['descriptionFactory']['registerDescriptionCallback'](_0x142349=>{const {data:_0x5e35ca}=_0x142349;if(_0x5e35ca&&'tableType'==_0x5e35ca['key'])switch(_0x5e35ca['newValue']){case'layout':return _0x42a811(At(_0x525c49,'ELEMENT_LAYOUT_TABLE'));case'content':return _0x42a811(At(_0x525c49,'ELEMENT_CONTENT_TABLE'));}}));}}const Be=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Fe=/* #__PURE__ -- @preserve */
|
|
25
|
+
Object['fromEntries'](Be['map'](_0x2547cb=>[_0x2547cb,null]));class De extends _0x542478{static get['requires'](){return[Ne];}['afterInit'](){const _0x283fe9=this['editor'];if(!_0x283fe9['plugins']['has']('TableClipboard'))return;const _0x4d36e0=_0x283fe9['plugins']['get']('TrackChangesEditing'),_0x27cbbe=_0x283fe9['plugins']['get']('TableUtils'),_0x5742f2=_0x283fe9['plugins']['get'](Ne),_0x13607b=_0x283fe9['plugins']['get']('TableClipboard'),_0x4d10a9=_0x283fe9['plugins']['get']('TableSelection'),_0x117169=_0x283fe9['plugins']['get'](ut);_0x5742f2['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x283fe9['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x283fe9['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x3c6f01=null,_0x322f10=!0x1;_0x117169['on']('contentInsertion',(_0x561006,_0x1b0789)=>{_0x322f10='paste'===_0x1b0789['method'];}),_0x283fe9['model']['on']('insertContent',(_0x9a5f8,_0x5580a9)=>{if(!_0x322f10&&null===_0x4d10a9['getSelectedTableCells']())return;const [_0x276e83,_0x4639d9]=_0x5580a9,_0x26f793=_0x5580a9[_0x5580a9['length']-0x1];_0x26f793&&_0x26f793['forceDefaultExecution']||_0x4d36e0['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x45c0ea,_0x7529d1,_0x2632a4,_0x1bfaa9,_0x38753c){if(_0x7529d1&&!_0x7529d1['is']('documentSelection'))return!0x1;const _0x2f6505=_0x38753c['getTableIfOnlyTableInContent'](_0x45c0ea,_0x2632a4);if(!_0x2f6505||!xe(_0x2f6505,void 0x0,_0x1bfaa9))return!0x1;const _0x500553=_0x1bfaa9['getSelectionAffectedTableCells'](_0x2632a4['document']['selection']);if(!_0x500553['length'])return!0x1;const _0x5288cf=_0x500553[0x0]['findAncestor']('table'),_0x96716e=_0x1bfaa9['getRowIndexes'](_0x500553),_0x168f65=_0x1bfaa9['getColumnIndexes'](_0x500553),_0x4a7d66={'startRow':_0x96716e['first'],'endRow':_0x96716e['last'],'startColumn':_0x168f65['first'],'endColumn':_0x168f65['last']};return 0x1==_0x500553['length']&&(_0x4a7d66['endRow']+=_0x1bfaa9['getRows'](_0x2f6505)-0x1,_0x4a7d66['endColumn']+=_0x1bfaa9['getColumns'](_0x2f6505)-0x1),xe(_0x5288cf,_0x4a7d66,_0x1bfaa9);}(_0x276e83,_0x4639d9,_0x283fe9['model'],_0x27cbbe,_0x13607b)&&(_0x9a5f8['stop'](),_0x3c6f01={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x283fe9['model']['change'](()=>{_0x283fe9['model']['insertContent'](_0x5580a9[0x0],_0x5580a9[0x1],_0x5580a9[0x2],{'forceDefaultExecution':!0x0});const _0x5eb526=_0x6e7e15(),{rowInsertionRanges:_0x177c4b,columnInsertionRanges:_0x1588ab,insertionRanges:_0x2e1c88,deletionRanges:_0x1afe30,cells:_0x37e21d}=_0x3c6f01;_0x177c4b['length']&&_0x4d36e0['markMultiRangeInsertion'](_0x177c4b,'tablePasteRow',{'tablePasteChainId':_0x5eb526}),_0x1588ab['length']&&_0x4d36e0['markMultiRangeInsertion'](_0x1588ab,'tablePasteColumn',{'tablePasteChainId':_0x5eb526}),_0x2e1c88['length']&&(_0x4d36e0['markMultiRangeInsertion'](_0x2e1c88,'tablePaste',{'tablePasteChainId':_0x5eb526,'skipNestingCheck':!0x0}),_0x2e1c88['forEach'](_0x4b34b4=>_0x4b34b4['detach']?.())),_0x1afe30['length']&&(_0x4d36e0['markMultiRangeDeletion'](_0x1afe30,'tablePaste',{'tablePasteChainId':_0x5eb526,'skipNestingCheck':!0x0}),_0x1afe30['forEach'](_0x51535a=>_0x51535a['detach']?.()));const _0x4140e9=_0x4d36e0['markMultiRangeBlockFormat'](_0x37e21d['map'](({element:_0x34b569})=>_0x34b569),{'formatGroupId':_0x6e7e15()},[],'tablePasteCell',{'tablePasteChainId':_0x5eb526});if(_0x4140e9){const _0x2e05b2=_0x4140e9['getMarkers'](),_0x1e7ece=[];for(const {element:_0x3c80b2,attributes:_0x370734}of _0x37e21d){if(!_0x370734)continue;const _0x3f2be4=_0x283fe9['model']['createRangeOn'](_0x3c80b2),_0x5302f5=_0x2e05b2['find'](_0x4dfee7=>_0x4dfee7['getRange']()['isEqual'](_0x3f2be4));_0x5302f5&&_0x1e7ece['push']([_0x5302f5['name'],_0x370734]);}_0x1e7ece['length']&&_0x4140e9['setAttribute']('markerAttributes',Object['fromEntries'](_0x1e7ece));}_0x3c6f01=null;}));},{'priority':_0x2d50ac['high']+0xa}),_0x117169['on']('contentInsertion',()=>{_0x322f10=!0x1;},{'priority':'lowest'}),_0x283fe9['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x17512f,_0x469967)=>{const [_0xa162a8,_0x2782ea,,_0x302bb3]=_0x469967;if(!_0x3c6f01)return;_0x17512f['stop']();const _0x2a33b4=_0xa162a8['cell'],_0x2cfe0d=_0x2782ea,_0x379874=ve(_0x2a33b4),_0x4026b3=ve(_0x2cfe0d);_0x17512f['return']=_0x2a33b4;let _0x97247c=null,_0x1fea58=null;if(_0x4026b3||_0x379874){if(_0x379874&&!_0x4026b3){_0x302bb3['remove'](_0x2a33b4['getChild'](0x0));for(const _0xd6800 of Array['from'](_0x2cfe0d['getChildren']()))_0x302bb3['insert'](_0xd6800,_0x2a33b4,'end');const _0x3ddebd=_0x3c6f01['rowInsertionIndexes']['includes'](_0xa162a8['row']),_0x3a9934=_0x3c6f01['columnInsertionIndexes']['includes'](_0xa162a8['column']);_0x3ddebd||_0x3a9934||(_0x97247c=_0x5ce503['fromRange'](_0x302bb3['createRangeIn'](_0x2a33b4)));}else _0x4026b3&&!_0x379874&&(_0x1fea58=_0x302bb3['createRangeIn'](_0x2a33b4));}else{const _0x11e62f=_0x302bb3['createElement']('tableCellSuggestion'),_0x1dc0c6=_0x302bb3['createElement']('tableCellSuggestion');_0x302bb3['wrap'](_0x302bb3['createRangeIn'](_0x2a33b4),_0x1dc0c6),_0x302bb3['insert'](_0x11e62f,_0x2a33b4,0x0);for(const _0x49eeba of Array['from'](_0x2cfe0d['getChildren']()))_0x302bb3['insert'](_0x49eeba,_0x11e62f,'end');_0x97247c=_0x5ce503['fromRange'](_0x302bb3['createRangeOn'](_0x11e62f)),_0x1fea58=_0x5ce503['fromRange'](_0x302bb3['createRangeOn'](_0x1dc0c6));}const _0x384a6c=Array['from'](_0x2cfe0d['getAttributes']())['filter'](([_0xb245e2])=>Be['includes'](_0xb245e2));_0x3c6f01['cells']['push']({'element':_0x2a33b4,'attributes':_0x384a6c['length']?Object['fromEntries'](_0x384a6c):null}),_0x97247c&&_0x3c6f01['insertionRanges']['push'](_0x97247c),_0x1fea58&&_0x3c6f01['deletionRanges']['push'](_0x1fea58);},{'priority':'high'}),_0x27cbbe['on']('insertColumns',(_0x153577,_0x588e8e)=>{const [_0x26de8e,_0x2b6b1d={}]=_0x588e8e;if(!_0x3c6f01)return;const _0x4243e6=_0x2b6b1d['at']||0x0,_0x4941b8=_0x2b6b1d['columns']||0x1;_0x3c6f01['columnInsertionIndexes']=new Array(_0x4941b8)['fill'](_0x4243e6)['map']((_0x149941,_0x25a1e8)=>_0x149941+_0x25a1e8);for(const {cell:_0x2031ca}of _0x27cbbe['createTableWalker'](_0x26de8e,{'startColumn':_0x4243e6,'endColumn':_0x4243e6+_0x4941b8-0x1}))_0x3c6f01['columnInsertionRanges']['push'](_0x283fe9['model']['createRangeOn'](_0x2031ca));},{'priority':'low'}),_0x27cbbe['on']('insertRows',(_0x1e4095,_0x4fff35)=>{const [_0x49f061,_0x5d1399={}]=_0x4fff35;if(!_0x3c6f01)return;const _0x2979bc=_0x5d1399['at']||0x0,_0x19f67e=_0x5d1399['rows']||0x1;_0x3c6f01['rowInsertionIndexes']=new Array(_0x19f67e)['fill'](_0x2979bc)['map']((_0x215b17,_0x2cdcf1)=>_0x215b17+_0x2cdcf1);for(const {cell:_0x1db326}of _0x27cbbe['createTableWalker'](_0x49f061,{'startRow':_0x2979bc,'endRow':_0x2979bc+_0x19f67e-0x1}))_0x3c6f01['rowInsertionRanges']['push'](_0x283fe9['model']['createRangeOn'](_0x1db326));},{'priority':'low'}),_0x4d36e0['descriptionFactory']['registerDescriptionCallback'](_0x34a838=>{if(_0x34a838['subType']&&_0x34a838['subType']['startsWith']('tablePaste'))return _0x34a838['previous']?{}:{'type':'insertion','content':At(_0x283fe9['locale'],'*Replace\x20table\x20cells*')};});const _0x5297b1=()=>!0x1;for(const _0x29fb41 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x4d36e0['_suggestionFactory']['registerCustomCallback']('insertion',_0x29fb41,'join',_0x5297b1),_0x4d36e0['_suggestionFactory']['registerCustomCallback']('deletion',_0x29fb41,'join',_0x5297b1),_0x4d36e0['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x29fb41,'join',_0x5297b1);_0x4d36e0['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x5297b1),_0x4d36e0['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x5695f2,_0x369b4a,_0x56f53f)=>{const _0x5b0e72=_0x5695f2['map'](_0x3e88c1=>_0x3e88c1['getContainedElement']())['filter'](_0x4ee905=>_0x4ee905),_0x5ac2c9=new Map(_0x5b0e72['map'](_0x569d75=>[_0x569d75,null]));if(_0x3c6f01){for(const {element:_0x11c520,attributes:_0x446237}of _0x3c6f01['cells'])_0x446237&&_0x5ac2c9['set'](_0x11c520,_0x446237);}else{if(_0x56f53f&&_0x56f53f['markerAttributes'])for(const [_0x2eda7b,_0x422ec0]of Object['entries'](_0x56f53f['markerAttributes'])){const _0x23533d=_0x283fe9['model']['markers']['get'](_0x2eda7b),_0x319a61=_0x23533d?_0x23533d['getRange']()['getContainedElement']():null;_0x319a61&&_0x5ac2c9['set'](_0x319a61,_0x422ec0);}}_0x283fe9['model']['change'](_0x494578=>{for(const [_0x35333e,_0x5ae395]of _0x5ac2c9)_0x494578['setAttributes']({...Fe,..._0x5ae395},_0x35333e);});});const _0x103792=(_0x4cf3f6,_0x5d51ce)=>{_0x4d36e0['_suggestionFactory']['registerCustomCallback'](_0x4cf3f6,'tablePaste',_0x5d51ce,(_0x49a153,_0x576810,_0x534953)=>{_0x283fe9['model']['change'](_0x22c5fe=>{const _0x1fc533=[];for(const _0x393280 of _0x49a153){const _0x3b9977=_0x393280['start']['nodeAfter'];_0x3b9977['is']('element','tableCellSuggestion')&&_0x1fc533['push'](_0x3b9977);}_0x4d36e0['_suggestionFactory']['getSuggestionCallback'](_0x4cf3f6,null,_0x5d51ce)(_0x49a153,_0x576810,_0x534953);for(const _0x283be0 of _0x1fc533)'$graveyard'!=_0x283be0['root']['rootName']&&_0x22c5fe['unwrap'](_0x283be0);});});};_0x103792('insertion','accept'),_0x103792('insertion','discard'),_0x103792('deletion','accept'),_0x103792('deletion','discard'),_0x4d36e0['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x431f24=>{const _0x9bdc40=_0x431f24['map'](_0x47398d=>_0x47398d['getContainedElement']()),_0x3fd44f=_0x9bdc40[0x0]['findAncestor']('table'),{minRow:_0x18b2c5,maxRow:_0x2dfc30}=_0x5742f2['_getCoordsForCells'](_0x9bdc40);_0x27cbbe['removeRows'](_0x3fd44f,{'at':_0x18b2c5,'rows':_0x2dfc30-_0x18b2c5+0x1});}),_0x4d36e0['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x506cb8=>{const _0x34e2d5=_0x506cb8['map'](_0x4be18a=>_0x4be18a['getContainedElement']()),_0x281b5c=_0x34e2d5[0x0]['findAncestor']('table'),{minColumn:_0x4bac8f,maxColumn:_0x577247}=_0x5742f2['_getCoordsForCells'](_0x34e2d5);_0x27cbbe['removeColumns'](_0x281b5c,{'at':_0x4bac8f,'columns':_0x577247-_0x4bac8f+0x1});});const _0x1cd6d0=(_0x1214a3,_0x59e7a3)=>{if(!_0x59e7a3['subType']||!_0x59e7a3['subType']['startsWith']('tablePaste'))return;const _0x24f556=_0x59e7a3['attributes']['tablePasteChainId'],_0x542d06=_0x4d36e0['getSuggestions']()['filter'](_0xd3d0f3=>_0xd3d0f3['isInContent']&&_0xd3d0f3['attributes']&&_0xd3d0f3['attributes']['tablePasteChainId']==_0x24f556);_0x542d06['length']&&_0x59e7a3['getAllAdjacentSuggestions']()['length']!=_0x542d06['length']&&_0x542d06['reduce']((_0x2c7773,_0x457aac)=>(_0x2c7773['next']=_0x457aac,_0x457aac['previous']=_0x2c7773,_0x457aac));};function _0x3ef718(_0x31ecd6,_0x379fc8=!0x0){const {id:_0x383b96,authorId:_0x4f40aa}=_0x5024a3(_0x31ecd6['markerName']),_0x20dfd2=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x520cd4=_0x4d36e0['activeMarkers']['includes'](_0x31ecd6['markerName']);return _0x520cd4&&_0x20dfd2['push']('ck-suggestion-marker--active'),{'classes':_0x20dfd2,'attributes':{'data-suggestion':_0x383b96,'data-author-id':_0x4f40aa},'priority':_0x520cd4&&_0x379fc8?0xbc2:0xbb8};}_0x4d36e0['on']('suggestionLoaded',_0x1cd6d0,{'priority':'high'}),_0x4d36e0['on']('suggestionUnloaded',_0x1cd6d0,{'priority':'high'}),_0x283fe9['model']['document']['registerPostFixer'](()=>{let _0x353eba=!0x1;const _0x2e2322=Array['from'](_0x283fe9['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x385f96,data:_0x12f73d}of _0x2e2322){const {group:_0x1673cd,type:_0x751e5f,id:_0x3681f2}=_0x5024a3(_0x385f96);if('suggestion'!=_0x1673cd||'deletion'!=_0x751e5f||_0x12f73d['oldRange'])continue;if(!_0x4d36e0['hasSuggestion'](_0x3681f2))continue;const _0x9f1865=_0x4d36e0['getSuggestion'](_0x3681f2)['getRanges'](),_0x2ab9e5=_0x283fe9['plugins']['get']('Users')['me'];for(const _0x1995d8 of _0x4d36e0['getSuggestions']()){if(!_0x1995d8['isInContent']||_0x1995d8['author']!=_0x2ab9e5)continue;if('formatBlock'!=_0x1995d8['type']||'tablePasteCell'!=_0x1995d8['subType'])continue;if(_0x1995d8['getRanges']()['every'](_0x17415c=>_0x9f1865['some'](_0x1a928b=>_0x1a928b['containsRange'](_0x17415c,!0x0)))){for(const _0xcb6d05 of _0x1995d8['getAllAdjacentSuggestions']())_0xcb6d05['isInContent']&&(_0xcb6d05['discard'](),_0x353eba=!0x0);}}}return _0x353eba;}),_0x283fe9['model']['document']['registerPostFixer'](_0x191dbc=>{const _0x299113=_0x283fe9['commands']['get']('redo');if(!_0x299113||!_0x299113['_createdBatches']['has'](_0x191dbc['batch']))return!0x1;let _0x3c83a2=!0x1;const _0x29c8bd=_0x283fe9['plugins']['get']('Users')['me'],_0x24cab=_0x283fe9['model']['document']['differ']['getChanges'](),_0x6bdbb0=Array['from'](_0x283fe9['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x426094,data:_0x11501d})=>{const {group:_0x1814ad,subType:_0x42f0af,authorId:_0x1e3ab1}=_0x5024a3(_0x426094);return'suggestion'==_0x1814ad&&'tablePaste'==_0x42f0af&&_0x1e3ab1==_0x29c8bd['id']&&!_0x11501d['oldRange'];});for(const _0x3d5326 of _0x24cab){if('insert'!=_0x3d5326['type']||'tableCellSuggestion'!=_0x3d5326['name']||0x1!=_0x3d5326['length'])continue;const _0x585622=_0x191dbc['createRange'](_0x3d5326['position'],_0x3d5326['position']['getShiftedBy'](0x1));if(!_0x6bdbb0['find'](({data:_0x576b7a})=>_0x576b7a['newRange']['isEqual'](_0x585622))){for(const {name:_0x3b64c3,data:_0x2539dc}of _0x6bdbb0)if(_0x585622['containsRange'](_0x2539dc['newRange'])){_0x191dbc['updateMarker'](_0x3b64c3,{'range':_0x585622}),_0x3c83a2=!0x0;break;}}}return _0x3c83a2;}),_0x283fe9['model']['document']['registerPostFixer'](_0x54b0e5=>{let _0x405f1b=!0x1;const _0x515703=_0x283fe9['plugins']['get']('Users')['me'],_0x2d4b95=_0x4d36e0['getSuggestions']()['filter'](_0x5eb55e=>_0x5eb55e['isInContent']&&_0x5eb55e['author']==_0x515703),_0x3dac25=new Set(),_0x2f1d5f=new Set();for(const _0x4f00fc of _0x2d4b95)if('tablePaste'==_0x4f00fc['subType'])for(const _0x163eb5 of _0x4f00fc['getMarkers']()){const _0x5ae428=_0x163eb5['getRange']()['getContainedElement']();if(_0x5ae428){if(_0x5ae428['is']('element','tableCellSuggestion')&&ve(_0x5ae428)){_0x4f00fc['removeMarker'](_0x163eb5['name']),_0x3dac25['add'](_0x5ae428),_0x405f1b=!0x0;const _0x56202e=_0x5ae428['nextSibling'],_0x5c0a37=_0x5ae428['previousSibling'],_0x5bb78b=_0x56202e&&_0x56202e['is']('element','tableCellSuggestion'),_0x2f8a8c=_0x5c0a37&&_0x5c0a37['is']('element','tableCellSuggestion');_0x5bb78b&&!_0x3dac25['has'](_0x56202e)&&_0x2f1d5f['add'](_0x56202e),_0x2f8a8c&&!_0x3dac25['has'](_0x5c0a37)&&_0x2f1d5f['add'](_0x5c0a37);}else _0x5ae428['is']('element','paragraph')&&_0x5ae428['isEmpty']&&(_0x4f00fc['removeMarker'](_0x163eb5['name']),_0x405f1b=!0x0);}}else{if('tablePasteCell'==_0x4f00fc['subType']){if(!_0x4f00fc['attributes']||!_0x4f00fc['attributes']['tablePasteChainId'])continue;const _0x565ee4=_0x4f00fc['attributes']['markerAttributes'];if(_0x565ee4&&Object['keys'](_0x565ee4)['length'])continue;const _0x39cf56=_0x4f00fc['attributes']['tablePasteChainId'];let _0x399028=!0x0,_0x29e4a1=!0x0;for(const _0x46c7b1 of _0x2d4b95)if(_0x46c7b1['subType']&&_0x46c7b1['subType']['startsWith']('tablePaste')){if(!_0x46c7b1['attributes']['tablePasteChainId']){_0x29e4a1=!0x1;break;}if(_0x46c7b1['id']!=_0x4f00fc['id']&&_0x46c7b1['attributes']['tablePasteChainId']==_0x39cf56){_0x399028=!0x1;break;}}_0x29e4a1&&_0x399028&&(_0x4f00fc['removeMarkers'](),_0x405f1b=!0x0);}}for(const _0x3b9a51 of _0x3dac25)_0x54b0e5['remove'](_0x3b9a51);for(const _0x8402bb of _0x2f1d5f)_0x54b0e5['unwrap'](_0x8402bb);return _0x405f1b;}),_0x283fe9['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x36e2ef=>_0x3ef718(_0x36e2ef),'converterPriority':'high'}),_0x283fe9['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x3465ca,_0x4c2403)=>_0x4c2403['options']['showSuggestionHighlights']?_0x3ef718(_0x3465ca,!0x1):null,'converterPriority':'high'});const _0x1b2a9c=_0x283fe9['editing']['view'];this['listenTo'](_0x1b2a9c['document'],'clipboardOutput',(_0x240668,_0x4c4135)=>{const _0x28eeb5=[];for(const _0x3cb54c of _0x1b2a9c['createRangeIn'](_0x4c4135['content'])['getItems']())_0x3cb54c['is']('element','suggestion-td')&&_0x28eeb5['push'](_0x3cb54c);_0x1b2a9c['change'](_0x52db17=>{for(const _0x42ffc7 of _0x28eeb5)_0x52db17['move'](_0x52db17['createRangeIn'](_0x42ffc7),_0x52db17['createPositionBefore'](_0x42ffc7)),_0x52db17['remove'](_0x42ffc7);});});}}function ve(_0x1ed813){if(_0x1ed813['isEmpty'])return!0x0;const _0x1d9baa=_0x1ed813['getChild'](0x0);return _0x1d9baa['is']('element','paragraph')&&_0x1d9baa['isEmpty'];}function xe(_0x39f18c,_0x46f08c={},_0x1b57d2){for(const {isAnchor:_0x44c5cd,cellHeight:_0x4dcc64,cellWidth:_0x564e0d}of _0x1b57d2['createTableWalker'](_0x39f18c,{'includeAllSlots':!0x0,..._0x46f08c}))if(!_0x44c5cd||0x1!=_0x4dcc64||0x1!=_0x564e0d)return!0x1;return!0x0;}class Pe extends _0x542478{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0xbc5b3e=this['editor']['plugins']['get']('TrackChangesEditing');_0xbc5b3e['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0xbc5b3e['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0xbc5b3e['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0xbc5b3e['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0xbc5b3e['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0xbc5b3e['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x2080d1,_0x1da131){const _0x5e8ca7=this['editor']['plugins']['get']('TrackChangesEditing'),_0x52073b=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x4c95fb=_0x1da131['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x32a9e2=_0x52073b['getColumnGroupElement'](_0x4c95fb);let _0x202e07=_0x32a9e2?_0x52073b['getTableColumnsWidths'](_0x32a9e2):null,_0x241870=_0x4c95fb['getAttribute']('tableWidth')||null;const _0x1be678=_0x1da131['tableWidth']||_0x241870,_0x483cfb=_0x1da131['columnWidths']||_0x202e07,_0x5cd92f=this['editor']['plugins']['get']('Users')['me'];for(const _0x36ec44 of _0x5e8ca7['getSuggestions']()){const _0x1ec051=_0x36ec44['getContainedElement']();if('resizeTable'===_0x36ec44['subType']&&_0x1ec051===_0x4c95fb){_0x36ec44['author']!==_0x5cd92f&&_0x36ec44['discard']();const _0x51579f=_0x36ec44['data']['commandParams'];_0x241870=_0x51579f[0x0]['tableWidth'],_0x202e07=_0x51579f[0x0]['columnWidths'];break;}}_0x2080d1({'table':_0x4c95fb,'tableWidth':_0x1be678,'columnWidths':_0x483cfb}),_0x5e8ca7['markBlockFormat'](_0x4c95fb,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x241870,'columnWidths':_0x202e07}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x488e12){if('formatBlock'!=_0x488e12['type']&&'formatInline'!=_0x488e12['type'])return;const {data:_0x2c8ebc}=_0x488e12;if(_0x2c8ebc&&'resizeTable'===_0x2c8ebc['formatGroupId']){const _0x38def8='*Format:*\x20resize\x20table';return{'type':'format','content':At(this['editor']['locale'],_0x38def8)};}}}class Ue extends _0x542478{['afterInit'](){const _0x38dede=this['editor'];_0x38dede['plugins']['has']('Template')&&_0x38dede['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Ge extends _0x542478{['afterInit'](){const _0x173c14=this['editor'];if(!_0x173c14['commands']['get']('insertTableOfContents'))return;_0x173c14['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x6f03e5=_0x173c14['plugins']['get']('TrackChangesEditing'),_0x34a17a=_0x173c14['locale'];_0x6f03e5['descriptionFactory']['registerElementLabel']('tableOfContents',_0x3229ee=>At(_0x34a17a,'ELEMENT_TABLE_OF_CONTENTS',_0x3229ee));}}class He extends _0x542478{['afterInit'](){const _0x20f0dd=this['editor'];if(!_0x20f0dd['plugins']['has']('Title'))return;_0x20f0dd['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerElementLabel']('title-content',()=>At(_0x20f0dd['locale'],'ELEMENT_TITLE')),_0x20f0dd['model']['document']['registerPostFixer'](_0x4efd9e=>{let _0xf4b105=!0x1;const _0x46e252=Array['from'](_0x20f0dd['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x13a279,data:_0x4ff40f}of _0x46e252){const {group:_0xb3e28a}=_0x5024a3(_0x13a279);if('suggestion'!==_0xb3e28a||!_0x4ff40f['newRange'])continue;const _0x533a43=_0x4ff40f['newRange'],_0x21cbe3=_0x533a43['end']['nodeBefore'];if(!_0x21cbe3||!_0x21cbe3['is']('element','title-content'))continue;if(!_0x533a43['start']['isTouching'](_0x533a43['end']))continue;const _0x1d819e=_0x20f0dd['model']['schema']['getNearestSelectionRange'](_0x533a43['end'],'forward');if(_0x1d819e&&_0x1d819e['isCollapsed']){const _0x2ed49a=_0x4efd9e['createRange'](_0x533a43['start'],_0x1d819e['start']);_0x2ed49a['isEqual'](_0x533a43)||(_0x4efd9e['updateMarker'](_0x13a279,{'range':_0x2ed49a}),_0xf4b105=!0x0);}_0xf4b105||(_0x4efd9e['removeMarker'](_0x13a279),_0xf4b105=!0x0);}return _0xf4b105;});}}class $e extends _0x542478{['afterInit'](){const _0x2276fa=this['editor'],_0x3c0e44=_0x2276fa['plugins']['get']('TrackChangesEditing');_0x2276fa['plugins']['has']('Uploadcare')&&(_0x3c0e44['enableCommand']('uploadcare'),_0x2276fa['plugins']['has']('UploadcareImageEdit')&&(_0x3c0e44['enableCommand']('uploadcareImageEdit'),_0x3c0e44['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x3c0e44['descriptionFactory']['registerDescriptionCallback'](_0x575e1d=>{if('attribute'!=_0x575e1d['type'])return;const {data:_0x29bfee}=_0x575e1d;return _0x29bfee&&'uploadcareImageId'==_0x29bfee['key']?{'type':'format','content':''}:void 0x0;})));}}class We extends _0x542478{['afterInit'](){const _0x33f0e6=this['editor'],_0x77deba=_0x33f0e6['plugins']['get']('TrackChangesEditing');_0x33f0e6['plugins']['has']('UndoEditing')&&(_0x77deba['enableCommand']('undo'),_0x77deba['enableCommand']('redo'));}}class Ve extends _0x542478{static get['requires'](){return[Ne];}['afterInit'](){const _0xfe613a=this['editor'];if(!_0xfe613a['plugins']['has']('TableCaptionEditing'))return;_0xfe613a['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class je extends _0x542478{['tableProperties'];['tableCellProperties'];constructor(_0x2672aa){super(_0x2672aa),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 _0x1642cb=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x33cdd7 of this['tableProperties'])_0x1642cb['enableCommand'](_0x33cdd7,(_0x358000,_0x57d088)=>{const _0x191266=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x33cdd7,[_0x191266],this['tableProperties'],'tableProperties',_0x358000,_0x57d088);});_0x1642cb['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x1642cb['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x1642cb['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x358b8e,_0x53215a)=>this['handleDiscardAction'](this['tableProperties'],_0x358b8e,_0x53215a)),_0x1642cb['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x382f42 of this['tableCellProperties'])this['editor']['commands']['get'](_0x382f42)&&_0x1642cb['enableCommand'](_0x382f42,(_0xc3ada0,_0x3699db)=>{const _0x4a71af=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x382f42,_0x4a71af,this['tableCellProperties'],'tableCellProperties',_0xc3ada0,_0x3699db);});_0x1642cb['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x1642cb['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x1642cb['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x2bd905,_0x4c6242)=>this['handleDiscardAction'](this['tableCellProperties'],_0x2bd905,_0x4c6242)),_0x1642cb['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1),this['editor']['model']['schema']['checkAttribute']('tableCell','tableCellType')&&_0x1642cb['descriptionFactory']['registerAttributeLabel']('tableCellType',At(this['editor']['locale'],'FORMAT_TABLE_CELL_TYPE'));}_0x1642cb['descriptionFactory']['registerDescriptionCallback'](_0x22b0a1=>this['handleSuggestionDescription'](_0x22b0a1)),this['_registerTablePropertiesAttributes']();}['_handlePropertyChange'](_0x3c5fa0,_0x1de6cb,_0x3c939d,_0x25be7e,_0x6a9e36,_0x1edf52){const _0x7be1c1=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x1edf52['batch'],()=>{for(const _0x322d90 of _0x1de6cb){if(this['_getSuggestion'](_0x322d90,_0x25be7e))_0x6a9e36(_0x1edf52);else{const _0x3e2533={};for(const _0x3fc18d of _0x3c939d){const _0x1bd259=_0x322d90['getAttribute'](_0x3fc18d);void 0x0!==_0x1bd259&&(_0x3e2533[_0x3fc18d]=_0x1bd259);}_0x6a9e36(_0x1edf52),_0x7be1c1['markBlockFormat'](_0x322d90,{'commandParams':[_0x3e2533]},[],_0x25be7e);}}});}['handleDiscardAction'](_0x141247,_0x15c37a,_0x1e6554){const _0x5c684b=_0x15c37a[0x0]['start']['nodeAfter'],_0x3c4243=_0x1e6554['commandParams'][0x0];this['editor']['model']['change'](_0x475079=>{for(const _0x27e65d of _0x141247)void 0x0!==_0x3c4243[_0x27e65d]?_0x475079['setAttribute'](_0x27e65d,_0x3c4243[_0x27e65d],_0x5c684b):_0x475079['removeAttribute'](_0x27e65d,_0x5c684b);});}['handleSuggestionDescription'](_0x1b9792){if(_0x1b9792['data'])switch(_0x1b9792['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'](_0x1e24ac,_0x22d565){const _0x2b54d5=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x30756b of _0x2b54d5['getSuggestions']({'skipNotAttached':!0x0})){const _0x51be8e=_0x30756b['getContainedElement']();if(_0x30756b['subType']===_0x22d565&&_0x51be8e===_0x1e24ac)return _0x30756b;}return null;}['_registerTablePropertiesAttributes'](){const _0x48f16f=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4d5906=[...this['tableProperties'],...this['tableCellProperties']];for(const _0x590d2e of _0x4d5906){const _0x7d3925=_0x590d2e['replace'](/([A-Z])/g,'_$1')['toUpperCase']();_0x48f16f['descriptionFactory']['registerAttributeLabel'](_0x590d2e,At(this['editor']['locale'],'FORMAT_'+_0x7d3925));}}}class ze extends _0x542478{['afterInit'](){const _0x28a580=this['editor'];if(!_0x28a580['plugins']['has']('LineHeight'))return;const _0x199033=_0x28a580['plugins']['get']('TrackChangesEditing'),_0x5af3d0=_0x28a580['locale'];_0x199033['enableDefaultAttributesIntegration']('lineHeight'),_0x199033['descriptionFactory']['registerAttributeLabel']('lineHeight',At(_0x5af3d0,'FORMAT_LINE_HEIGHT'));}}const Ke='$elementName';class Xe extends _0x542478{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_suggestionsConversion'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_recordAttributeSuggestions']=!0x1;['_trackingSessionId']=null;static get['requires'](){return[_0x5208d5,_0x69b91c,_0x46e4db,_0x6ed9b4,_0x3ad365,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(_0x2013d7){super(_0x2013d7),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x246d82,_0x46de21,_0x46dbbb,_0x5c9ad3)=>{this['_model']['change'](()=>{for(const _0x1f9669 of[..._0x5c9ad3,..._0x46dbbb])this['_model']['markers']['has'](_0x1f9669)&&_0x2013d7['editing']['reconvertMarker'](_0x1f9669);});}),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']=_0x2013d7['plugins']['get'](_0x5208d5),this['_suggestionsConversion']=_0x2013d7['plugins']['get'](_0x69b91c),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,_0x2013d7['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x2013d7['config']['get']('trackChanges.trackFormatChanges'),_0x2013d7['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x2013d7['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new ht(_0x2013d7,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x1760e8=this['editor'];_0x1760e8['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0xe39467,{writer:_0x2b9e56})=>{let _0x49e29c='suggestion:'+_0xe39467['getAttribute']('suggestion-type')+':'+_0xe39467['getAttribute']('id');return _0xe39467['getAttribute']('marker-count')&&(_0x49e29c+=':'+_0xe39467['getAttribute']('marker-count')),_0x2b9e56['createElement']('$marker',{'data-name':_0x49e29c});}}),_0x1760e8['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x1760e8['model']['document']['registerPostFixer'](_0x216bec=>{let _0x421406=!0x1;const _0xf1f3af=Array['from'](_0x1760e8['model']['document']['differ']['getChangedMarkers']()),_0x2c92bb=new Set();for(const {name:_0x44572f,data:_0x458440}of _0xf1f3af){const {group:_0x50ec50,type:_0x36adf7,subType:_0xdb9367,id:_0x1905fb}=_0x5024a3(_0x44572f);if('suggestion'!==_0x50ec50)continue;const _0x42fabb=_0xdb9367?'suggestion:'+_0x36adf7+':'+_0xdb9367+':'+_0x1905fb:'suggestion:'+_0x36adf7+':'+_0x1905fb,_0x1f5563=_0x1760e8['model']['markers']['getMarkersGroup'](_0x42fabb),_0x589b21=_0x1760e8['model']['markers']['get'](_0x44572f),_0x342180=this['_suggestions']['get'](_0x1905fb);if(null!=_0x458440['newRange']){'formatInline'==_0x36adf7&&(_0x421406=_0x421406||Ze(_0x458440['newRange'],_0x44572f,_0x216bec,_0x1760e8['model']['schema']));const _0x46d6e2='attribute'==_0x36adf7&&this['_suggestionsConversion']['isBlockAttribute'](un(_0xdb9367)),_0x34f8ab='attribute'==_0x36adf7&&this['_suggestionsConversion']['isInlineAttribute'](un(_0xdb9367));if(_0x458440['newRange']['isCollapsed']||'$graveyard'==_0x458440['newRange']['root']['rootName']||'formatBlock'==_0x36adf7&&!tn(_0x458440['newRange'])||_0x46d6e2&&!tn(_0x458440['newRange'])||_0x34f8ab&&en(_0x458440['newRange'])||'deletion'==_0x36adf7&&en(_0x458440['newRange'])||_0x589b21&&nn(_0x589b21,_0x1f5563))_0x216bec['removeMarker'](_0x44572f),_0x421406=!0x0;else{if(!_0x342180||!_0x342180['isInContent'])continue;if(_0x458440['newRange']&&_0x458440['oldRange']&&_0x458440['newRange']['isEqual'](_0x458440['oldRange']))continue;_0x2c92bb['add'](_0x342180);}}}return _0x2c92bb['size']>0x0&&(_0x421406=!!this['_joinWithAdjacentSuggestions'](_0x2c92bb)||_0x421406),_0x421406;}),_0x1760e8['model']['document']['registerPostFixer'](_0x369d2a=>{let _0xfc31b5=!0x1;for(const _0x10ba87 of _0x1760e8['model']['document']['differ']['getChanges']())if('insert'==_0x10ba87['type'])for(const _0x1cd9e0 of this['_suggestions']['values']()){if(_0x1cd9e0['isMultiRange']||!_0x1cd9e0['isInContent'])continue;const _0x51f4d5='formatBlock'==_0x1cd9e0['type'],_0x2c5001=this['_getAttributeKey'](_0x1cd9e0),_0x28c48a=_0x2c5001&&this['_suggestionsConversion']['isBlockAttribute'](_0x2c5001);if(!_0x51f4d5&&!_0x28c48a)continue;const _0x2db6ba=_0x1cd9e0['getFirstRange']();if(_0x2db6ba['start']['parent']!=_0x2db6ba['end']['parent']&&!_0x2db6ba['end']['isAtEnd']){const _0x32b471=_0x1760e8['model']['createPositionAt'](_0x2db6ba['start']['nodeAfter'],'end'),_0x4963cf=_0x1760e8['model']['createRange'](_0x2db6ba['start'],_0x32b471);_0x369d2a['updateMarker'](_0x1cd9e0['getFirstMarker'](),{'range':_0x4963cf}),_0xfc31b5=!0x0;}}return _0xfc31b5;}),_0x1760e8['model']['document']['registerPostFixer'](_0x54a41d=>this['_processAttributeChanges'](_0x54a41d)),_0x1760e8['model']['document']['registerPostFixer'](_0x140caf=>!_0x140caf['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x140caf)),_0x1760e8['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x1760e8['model']['document']['on']('change:data',(_0x542175,_0x5c8587)=>{if(!_0x5c8587['isLocal']||_0x5c8587['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x95be20=_0x1760e8['model']['document']['differ']['getChanges']();if(0x0==_0x95be20['length'])return;const _0x5cf1a3=[],_0x547593=_0x95be20['filter'](_0x8f4ef2=>'attribute'==_0x8f4ef2['type']),_0x34358c=_0x95be20['filter'](_0x32301a=>'insert'==_0x32301a['type']&&'$text'!=_0x32301a['name']);for(const _0x333e22 of _0x547593)this['_suggestionsConversion']['isRegisteredAttribute'](_0x333e22['attributeKey'])&&_0x5cf1a3['push']({'key':_0x333e22['attributeKey'],'newValue':_0x333e22['attributeNewValue'],'oldValue':_0x333e22['attributeOldValue'],'range':sn(_0x333e22['range'],_0x1760e8['model'])});for(const _0xa42ba9 of _0x34358c){if('rename'!=_0xa42ba9['action']&&'refresh'!=_0xa42ba9['action'])continue;const _0x3e52d2=rn(_0xa42ba9['position']['nodeAfter'],_0x1760e8['model']),_0x444e0a=_0xa42ba9['before'];'rename'==_0xa42ba9['action']&&_0x5cf1a3['push']({'key':Ke,'newValue':_0xa42ba9['name'],'oldValue':_0x444e0a['name'],'range':_0x3e52d2});for(const [_0x228a42,_0x6493df]of _0x444e0a['attributes']){if(!this['_suggestionsConversion']['isRegisteredAttribute'](_0x228a42))continue;const _0x69eed1=_0xa42ba9['attributes']['get'](_0x228a42);_0x6493df!==_0x69eed1&&_0x5cf1a3['push']({'key':_0x228a42,'newValue':_0x69eed1,'oldValue':_0x6493df,'range':_0x3e52d2});}for(const [_0x14be78,_0x18d0d1]of _0xa42ba9['attributes'])this['_suggestionsConversion']['isRegisteredAttribute'](_0x14be78)&&(_0x444e0a['attributes']['has'](_0x14be78)||_0x5cf1a3['push']({'key':_0x14be78,'newValue':_0x18d0d1,'oldValue':null,'range':_0x3e52d2}));}0x0!=_0x5cf1a3['length']&&_0x1760e8['model']['enqueueChange'](_0x5c8587,_0x3ade90=>{const _0x157a6a=_0x6e7e15();for(const {range:_0x54f916,key:_0x389ba9,oldValue:_0xb06002,newValue:_0x40bbd0}of _0x5cf1a3)this['markAttributeChange'](_0x54f916,_0x389ba9,_0xb06002,_0x40bbd0,{'groupId':_0x157a6a});this['_reduceExistingSuggestions'](_0x3ade90,_0x5cf1a3);});},{'priority':'lowest'}),_0x1760e8['model']['markers']['on']('update:suggestion',(_0x473373,_0x4b935c,_0x4365ed)=>{if(null==_0x4365ed){const {id:_0x6a1f8e}=_0x5024a3(_0x4b935c['name']),_0x2f0020=this['_suggestions']['get'](_0x6a1f8e);_0x2f0020&&_0x2f0020['addMarkerName'](_0x4b935c['name']);}}),_0x1760e8['model']['document']['on']('change:data',()=>{const _0x2a4670=Array['from'](_0x1760e8['model']['document']['differ']['getChangedMarkers']())['filter'](_0x5a2838=>'suggestion'===_0x5024a3(_0x5a2838['name'])['group']);if(0x0===_0x2a4670['length'])return;_0x2a4670['sort']((_0x44b50e,_0x172916)=>{const _0xd24627=_0x44b50e['data']['oldRange'],_0x215b29=_0x172916['data']['oldRange'];return null===_0xd24627&&null===_0x215b29?0x0:null===_0xd24627&&null!==_0x215b29?-0x1:null!==_0xd24627&&null===_0x215b29?0x1:_0xd24627['start']['isBefore'](_0x215b29['start'])?-0x1:0x1;});const _0xb0b4f4=new Set(),_0x339097=new Set();for(const {name:_0x7101e3,data:_0x54f17d}of _0x2a4670){const {id:_0xd596a3}=_0x5024a3(_0x7101e3);if(null===_0x54f17d['oldRange']){const _0x368c1e=this['_handleNewSuggestionMarker'](_0x7101e3);_0x339097['add'](_0x368c1e);}else{const _0x51b3b2=this['_suggestions']['get'](_0xd596a3);null!==_0x54f17d['newRange']||_0x51b3b2['isInContent']?(_0xb0b4f4['add'](_0x51b3b2['head']),_0x339097['add'](_0x51b3b2)):this['_removeSuggestion'](_0x51b3b2);}}_0x339097['size']>0x0&&this['_refreshSuggestionsChain'](_0x339097);for(const _0x2102a1 of _0xb0b4f4)this['fire']('suggestionChanged',_0x2102a1);}),_0x1760e8['model']['on']('applyOperation',(_0x398524,_0x3e5a75)=>{const _0x57f162=_0x3e5a75[0x0];if(!this['_suggestions']['size'])return;if(!_0x57f162['isDocumentOperation'])return;if(_0x57f162['batch']['isUndo']||!_0x57f162['batch']['isLocal'])return;let _0x4a5410,_0x53ae2e;switch(_0x57f162['type']){case'insert':_0x4a5410=_0x1760e8['model']['createPositionAt'](_0x57f162['position']),_0x53ae2e=_0x4a5410['getShiftedBy'](_0x57f162['howMany']);break;case'split':_0x4a5410=_0x1760e8['model']['createPositionAt'](_0x57f162['splitPosition']),_0x53ae2e=_0x1760e8['model']['createPositionAt'](_0x57f162['moveTargetPosition']);break;case'move':_0x4a5410=_0x1760e8['model']['createPositionAt'](_0x57f162['targetPosition']),_0x53ae2e=_0x4a5410['getShiftedBy'](_0x57f162['howMany']);break;default:return;}const _0x5c8f60=_0x1760e8['model']['createRange'](_0x4a5410,_0x53ae2e);_0x1760e8['model']['change'](()=>{for(const {suggestion:_0x33621b,meta:_0x58789d}of this['_findSuggestions'](_0x5c8f60)){if(_0x33621b['isMultiRange'])continue;if('formatInline'==_0x33621b['type'])continue;const _0x31a4ad=this['_getAttributeKey'](_0x33621b);if(_0x31a4ad&&this['_suggestionsConversion']['isBlockAttribute'](_0x31a4ad)&&'split'!=_0x57f162['type'])continue;const _0x3116e9=_0x33621b['data']&&_0x33621b['data']['multipleBlocks'];('formatBlock'!=_0x33621b['type']||'split'==_0x57f162['type']&&!_0x3116e9)&&(_0x58789d['containsRangeInObject']||'insertion'==_0x33621b['type']&&_0x58789d['isOwn']||_0x33621b['getFirstRange']()['containsRange'](_0x5c8f60)&&this['_breakSuggestionMarker'](_0x33621b,_0x4a5410,_0x53ae2e));}});},{'priority':'lowest'}),_0x1760e8['model']['on']('deleteContent',(_0x38f9df,_0x18b5ce)=>{const _0x2368fb=_0x18b5ce[0x0],_0x39ac06=_0x18b5ce[0x1];if(_0x39ac06&&_0x39ac06['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x2368fb['isCollapsed'])return;const _0x422804=_0x1760e8['model']['schema'],{start:_0x3556a2,end:_0xebba10}=_0x2368fb['getFirstRange'](),_0x169b11=_0x3556a2['nodeAfter']&&_0x422804['isLimit'](_0x3556a2['nodeAfter'])?null:_0x422804['getNearestSelectionRange'](_0x3556a2,'forward'),_0xfb9b1e=_0xebba10['nodeBefore']&&_0x422804['isLimit'](_0xebba10['nodeBefore'])?null:_0x422804['getNearestSelectionRange'](_0xebba10,'backward'),_0x535d5f=_0x1760e8['model']['createRange'](_0x169b11?_0x169b11['start']:_0x3556a2,_0xfb9b1e?_0xfb9b1e['end']:_0xebba10);_0x1760e8['model']['change'](_0x573cfc=>{this['markDeletion'](_0x535d5f);const _0x543cfb=_0x1760e8['model']['schema']['getNearestSelectionRange'](_0x535d5f['start']);_0x2368fb['is']('documentSelection')?_0x573cfc['setSelection'](_0x543cfb):_0x2368fb['setTo'](_0x543cfb);}),_0x38f9df['stop']();},{'priority':_0x2d50ac['normal']+0xa}),_0x1760e8['model']['on']('insertContent',(_0x2163db,_0x4781bf)=>{const _0x183852=_0x4781bf[_0x4781bf['length']-0x1];_0x183852&&_0x183852['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x1760e8['model']['change'](()=>{let _0x164715=_0x1760e8['model']['insertContent'](_0x4781bf[0x0],_0x4781bf[0x1],_0x4781bf[0x2],{'forceDefaultExecution':!0x0});if(!_0x164715)return;_0x2163db['return']=_0x164715['clone']();const _0x1b2086=_0x164715['end']['nodeBefore'],_0x322dd9=_0x1760e8['model']['schema'];_0x1b2086&&_0x322dd9['isBlock'](_0x1b2086)&&!_0x322dd9['isObject'](_0x1b2086)&&(_0x164715=_0x1760e8['model']['createRange'](_0x164715['start'],_0x1760e8['model']['createPositionAt'](_0x1b2086,'end'))),this['markInsertion'](_0x164715);}),_0x2163db['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x1c5c2b=new dt(_0x1760e8,this['_suggestions']);_0x1760e8['commands']['add']('acceptSuggestion',_0x1c5c2b),this['enableCommand']('acceptSuggestion');const _0x5e44ce=new ft(_0x1760e8,this['_suggestions']);_0x1760e8['commands']['add']('discardSuggestion',_0x5e44ce),this['enableCommand']('discardSuggestion'),_0x1760e8['commands']['add']('acceptAllSuggestions',new Lt(_0x1760e8,_0x1c5c2b,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x1760e8['commands']['add']('discardAllSuggestions',new Lt(_0x1760e8,_0x5e44ce,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x1760e8['commands']['add']('acceptSelectedSuggestions',new It(_0x1760e8,_0x1c5c2b,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x1760e8['commands']['add']('discardSelectedSuggestions',new It(_0x1760e8,_0x5e44ce,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x1ac99c=_0x1760e8['plugins']['get'](_0x5208d5);this['listenTo'](_0x1ac99c,'addComment',(_0x1ed865,{threadId:_0x5c5923})=>{const _0x8b9bbd=this['_suggestions']['get'](_0x5c5923);_0x8b9bbd&&_0x8b9bbd['commentThread']&&0x1===_0x8b9bbd['commentThread']['length']&&this['_updateSuggestionData'](_0x5c5923,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x1ac99c,'removeComment',(_0x4c8506,{threadId:_0x412467})=>{const _0x2df103=this['_suggestions']['get'](_0x412467);_0x2df103&&_0x2df103['commentThread']&&!_0x2df103['commentThread']['length']&&this['_updateSuggestionData'](_0x412467,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x508625){const _0xce9a1c=_0x31d25d([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]),_0x5dd0a7=0x3d8d0df,_0x13ff52=0x3df5427^_0x5dd0a7,_0x583ddb=window[_0x31d25d([0x44,0x61,0x74,0x65])][_0x31d25d([0x6e,0x6f,0x77])](),_0x45bbb1=_0x508625[_0x31d25d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x34dc26=new window[(_0x31d25d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x424fe1=>{_0x45bbb1[_0x31d25d([0x6f,0x6e,0x63,0x65])](_0x31d25d([0x72,0x65,0x61,0x64,0x79]),_0x424fe1);}),_0x4ec71e={[_0x31d25d([0x6b,0x74,0x79])]:_0x31d25d([0x45,0x43]),[_0x31d25d([0x75,0x73,0x65])]:_0x31d25d([0x73,0x69,0x67]),[_0x31d25d([0x63,0x72,0x76])]:_0x31d25d([0x50,0x2d,0x32,0x35,0x36]),[_0x31d25d([0x78])]:_0x31d25d([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]),[_0x31d25d([0x79])]:_0x31d25d([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]),[_0x31d25d([0x61,0x6c,0x67])]:_0x31d25d([0x45,0x53,0x32,0x35,0x36])},_0x26962d=_0x45bbb1[_0x31d25d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x31d25d([0x67,0x65,0x74])](_0x31d25d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4ae245(){let _0x5127d6,_0x2fdf31=null,_0x5c3706=null;try{if(_0x26962d==_0x31d25d([0x47,0x50,0x4c]))return _0x31d25d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5127d6=_0x168a4b(),!_0x5127d6)return _0x31d25d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5127d6[_0x31d25d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5c3706=_0x132623(_0x5127d6[_0x31d25d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5127d6[_0x31d25d([0x6a,0x74,0x69])])),await _0x2ab911()?_0x1d4d6c()?_0x410d7e()?_0x31d25d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xa0ab0c()?(_0x5127d6[_0x31d25d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x31d25d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2fdf31=_0x3979a0(_0x31d25d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x35b271()):_0x31d25d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x31d25d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x31d25d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x31d25d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x410d7e(){const _0x1267f6=[_0x31d25d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x31d25d([0x74,0x72,0x69,0x61,0x6c])][_0x31d25d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5127d6[_0x31d25d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x583ddb/0x3e8:0xe10*_0x13ff52;return _0x5127d6[_0x31d25d([0x65,0x78,0x70])]<_0x1267f6;}function _0x1d4d6c(){const _0x5667e1=_0x5127d6[_0x31d25d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x5667e1)return!0x1;if(_0x5667e1[_0x31d25d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x31d25d([0x2a])))return!0x0;if(_0x5667e1[_0x31d25d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x31d25d([0x54,0x43])))return!0x0;if(_0x5667e1[_0x31d25d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x31d25d([0x52,0x54,0x43]))){if(_0x561282())return!0x0;if(_0x4df110()||_0x2b77ae())return!0x0;}return!0x1;}function _0xa0ab0c(){const _0x1a5ea3=_0x5127d6[_0x31d25d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1a5ea3||0x0==_0x1a5ea3[_0x31d25d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3ef8c1}=new URL(window[_0x31d25d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1a5ea3[_0x31d25d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ef8c1))return!0x0;const _0x87d65c=_0x3ef8c1[_0x31d25d([0x73,0x70,0x6c,0x69,0x74])](_0x31d25d([0x2e]));return _0x1a5ea3[_0x31d25d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x59ebd3=>_0x59ebd3[_0x31d25d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x31d25d([0x2a])))[_0x31d25d([0x6d,0x61,0x70])](_0x39eefe=>_0x39eefe[_0x31d25d([0x73,0x70,0x6c,0x69,0x74])](_0x31d25d([0x2e])))[_0x31d25d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x150fb8=>_0x150fb8[_0x31d25d([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x87d65c[_0x31d25d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x31d25d([0x6d,0x61,0x70])](_0x4835cc=>Array(_0x87d65c[_0x31d25d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4835cc[_0x31d25d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x31d25d([0x66,0x69,0x6c,0x6c])](_0x4835cc[0x0]===_0x31d25d([0x2a])?_0x31d25d([0x2a]):'')[_0x31d25d([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4835cc))[_0x31d25d([0x73,0x6f,0x6d,0x65])](_0x1cff72=>_0x87d65c[_0x31d25d([0x65,0x76,0x65,0x72,0x79])]((_0x28e44a,_0x2bf6a8)=>_0x1cff72[_0x2bf6a8]===_0x28e44a||_0x1cff72[_0x2bf6a8]===_0x31d25d([0x2a])));}function _0x35b271(){return _0x2fdf31&&_0x5c3706?new window[(_0x31d25d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x56f1af,_0x5a25aa)=>{_0x2fdf31[_0x31d25d([0x74,0x68,0x65,0x6e])](_0x56f1af,_0x5a25aa),_0x5c3706[_0x31d25d([0x74,0x68,0x65,0x6e])](_0x4cc77b=>{_0x4cc77b!=_0x31d25d([0x56,0x61,0x6c,0x69,0x64])&&_0x56f1af(_0x4cc77b);},_0x5a25aa);}):_0x2fdf31||_0x5c3706||_0x31d25d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x132623(_0x41c1fa,_0x2fab79){return new window[(_0x31d25d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x393563=>{if(_0x356d9f())return _0x393563(_0x31d25d([0x56,0x61,0x6c,0x69,0x64]));_0x2e1a80(),_0x45bbb1[_0x31d25d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x31d25d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x132b1e=!0x1;const _0x5d6af9=_0x6e7e15();function _0x29f316(_0x5a5145){return!!_0x5a5145&&(typeof _0x5a5145===_0x31d25d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5a5145===_0x31d25d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5a5145[_0x31d25d([0x74,0x68,0x65,0x6e])]===_0x31d25d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5a5145[_0x31d25d([0x63,0x61,0x74,0x63,0x68])]===_0x31d25d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xc62b12(_0x10bbdd){_0x313d22(_0x10bbdd)[_0x31d25d([0x74,0x68,0x65,0x6e])](_0x24385b=>{if(!_0x24385b||_0x24385b[_0x31d25d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x31d25d([0x6f,0x6b]))return _0x31d25d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x59ae56(_0xf24f80(_0x5d6af9+_0x2fab79))!=_0x24385b[_0x31d25d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x31d25d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x31d25d([0x56,0x61,0x6c,0x69,0x64]);})[_0x31d25d([0x74,0x68,0x65,0x6e])](_0x523274=>(_0x5e2a7f(),_0x523274),()=>{const _0x647650=_0x1d4a87();return null==_0x647650?(_0x5e2a7f(),_0x31d25d([0x56,0x61,0x6c,0x69,0x64])):_0x31d25d(_0x583ddb-_0x647650>(0x27d454df^_0x5dd0a7)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x31d25d([0x74,0x68,0x65,0x6e])](_0x393563)[_0x31d25d([0x63,0x61,0x74,0x63,0x68])](()=>{_0x393563(_0x31d25d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5be488=0x3ee3e5f^_0x5dd0a7;function _0x5e2a7f(){const _0xebe1ac=_0x31d25d([0x6c,0x6c,0x63,0x74,0x2d])+_0x59ae56(_0xf24f80(_0x41c1fa)),_0xebfc1b=_0x5e309b(_0x59ae56(window[_0x31d25d([0x4d,0x61,0x74,0x68])][_0x31d25d([0x63,0x65,0x69,0x6c])](_0x583ddb/_0x5be488)));window[_0x31d25d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x31d25d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xebe1ac,_0xebfc1b);}function _0x1d4a87(){const _0x2e4341=_0x31d25d([0x6c,0x6c,0x63,0x74,0x2d])+_0x59ae56(_0xf24f80(_0x41c1fa)),_0x448318=window[_0x31d25d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x31d25d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2e4341);return _0x448318?window[_0x31d25d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5e309b(_0x448318),0x10)*_0x5be488:null;}function _0x313d22(_0x57c9ed){return new window[(_0x31d25d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5577f0,_0xcaf7fb)=>{_0x57c9ed[_0x31d25d([0x74,0x68,0x65,0x6e])](_0x5577f0,_0xcaf7fb),window[_0x31d25d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xcaf7fb,0x3d9041f^_0x5dd0a7);});}}_0x45bbb1[_0x31d25d([0x6f,0x6e])](_0x31d25d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x22f539,_0x798902)=>{if(_0x798902[0x0]!=_0x41c1fa)return _0x393563(_0x31d25d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x798902[0x1]={..._0x798902[0x1],[_0x31d25d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5d6af9};},{[_0x31d25d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x31d25d([0x68,0x69,0x67,0x68])}),_0x45bbb1[_0x31d25d([0x6f,0x6e])](_0x31d25d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x35efce=>{_0x29f316(_0x35efce[_0x31d25d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x132b1e=!0x0,_0xc62b12(_0x35efce[_0x31d25d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x31d25d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x31d25d([0x6c,0x6f,0x77])}),_0x34dc26[_0x31d25d([0x74,0x68,0x65,0x6e])](()=>{_0x132b1e||_0x393563(_0x31d25d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x356d9f(){return _0x45bbb1[_0x31d25d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x31d25d([0x76,0x69,0x65,0x77])][_0x31d25d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x31d25d([0x61,0x75,0x74,0x6f]);}function _0x2e1a80(){_0x45bbb1[_0x31d25d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x31d25d([0x76,0x69,0x65,0x77])][_0x31d25d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x31d25d([0x61,0x75,0x74,0x6f]);}}function _0x3979a0(_0x3c9dea){const _0x33ef77=[new window[(_0x31d25d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x55ab61=>setTimeout(_0x55ab61,0x3d1ee13^_0x5dd0a7)),_0x34dc26[_0x31d25d([0x74,0x68,0x65,0x6e])](()=>new window[(_0x31d25d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2ec2e2=>{let _0x159d30=0x0;_0x45bbb1[_0x31d25d([0x6d,0x6f,0x64,0x65,0x6c])][_0x31d25d([0x6f,0x6e])](_0x31d25d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x316177,_0x282383)=>{_0x282383[0x0][_0x31d25d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x159d30++,_0x159d30==(0x3d8d537^_0x5dd0a7)&&(_0x2ec2e2(),_0x316177[_0x31d25d([0x6f,0x66,0x66])]());});}))];return window[_0x31d25d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x31d25d([0x72,0x61,0x63,0x65])](_0x33ef77)[_0x31d25d([0x74,0x68,0x65,0x6e])](()=>_0x3c9dea);}async function _0x57f5a4(){await _0x34dc26,_0x45bbb1[_0x31d25d([0x6d,0x6f,0x64,0x65,0x6c])][_0x31d25d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x487af2,_0x45bbb1[_0x31d25d([0x6d,0x6f,0x64,0x65,0x6c])][_0x31d25d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x487af2,_0x45bbb1[_0x31d25d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x31d25d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x561282(){return _0x921bf2(_0x31d25d([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x10455c(_0x31d25d([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x31d25d([0x73,0x74,0x61,0x74,0x65])]==_0x31d25d([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x4df110(){return _0x921bf2(_0x31d25d([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 _0x2b77ae(){return _0x921bf2(_0x31d25d([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x51ac0c(_0x45f5bd){const _0x4261fe=_0x4ed397();_0x45bbb1[_0x4261fe]=_0x31d25d([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x45f5bd,_0x45f5bd!=_0x31d25d([0x56,0x61,0x6c,0x69,0x64])&&_0x57f5a4();}function _0x4ed397(){const _0x462721=window[_0x31d25d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x31d25d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x31d25d([0x6e,0x6f,0x77])]())[_0x31d25d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x31d25d([0x2e]),'');let _0x545062=_0x31d25d([0x52]);for(let _0x8bba77=0x0;_0x8bba77<_0x462721[_0x31d25d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x8bba77+=0x2){let _0xd4c442=window[_0x31d25d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x462721[_0x31d25d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x8bba77,_0x8bba77+0x2));_0xd4c442>=_0xce9a1c[_0x31d25d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xd4c442-=_0xce9a1c[_0x31d25d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x545062+=_0xce9a1c[_0xd4c442];}return _0x545062;}function _0x168a4b(){const _0xa8dcec=_0x26962d[_0x31d25d([0x73,0x70,0x6c,0x69,0x74])](_0x31d25d([0x2e]));if(0x3!=_0xa8dcec[_0x31d25d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x528860(_0xa8dcec[0x1]);function _0x528860(_0x1a31fe){const _0xf20267=_0x1c6c8d(_0x1a31fe);return _0xf20267&&_0x59309b()?_0xf20267:null;function _0x59309b(){const _0x5982a5=_0xf20267[_0x31d25d([0x6a,0x74,0x69])],_0x217b03=window[_0x31d25d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5982a5[_0x31d25d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5982a5[_0x31d25d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4dca8a={..._0xf20267,[_0x31d25d([0x6a,0x74,0x69])]:_0x5982a5[_0x31d25d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5982a5[_0x31d25d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4dca8a[_0x31d25d([0x76,0x63])],_0xf24f80(_0x4dca8a)==_0x217b03;}}}async function _0x2ab911(){let _0x519d05=!0x0;try{const _0x3f4431=_0x26962d[_0x31d25d([0x73,0x70,0x6c,0x69,0x74])](_0x31d25d([0x2e])),[_0x41a910,_0x140281,_0x419f1a]=_0x3f4431;return _0x20324e(_0x41a910),await _0x438b33(_0x41a910,_0x140281,_0x419f1a),_0x519d05;}catch{return!0x1;}function _0x20324e(_0x117e71){const _0x1b0ddf=_0x1c6c8d(_0x117e71);_0x1b0ddf&&_0x1b0ddf[_0x31d25d([0x61,0x6c,0x67])]==_0x31d25d([0x45,0x53,0x32,0x35,0x36])||(_0x519d05=!0x1);}async function _0x438b33(_0x34ac8f,_0x4f3146,_0x32f304){const _0x170a61=window[_0x31d25d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x31d25d([0x66,0x72,0x6f,0x6d])](_0x57b17e(_0x32f304),_0x2e53d5=>_0x2e53d5[_0x31d25d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5bb080=new window[(_0x31d25d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x31d25d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x34ac8f+_0x31d25d([0x2e])+_0x4f3146),_0x683cc4=window[_0x31d25d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x31d25d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x683cc4)return;const _0x1a9ab4=await _0x683cc4[_0x31d25d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x31d25d([0x6a,0x77,0x6b]),_0x4ec71e,{[_0x31d25d([0x6e,0x61,0x6d,0x65])]:_0x31d25d([0x45,0x43,0x44,0x53,0x41]),[_0x31d25d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x31d25d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x31d25d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x683cc4[_0x31d25d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x31d25d([0x6e,0x61,0x6d,0x65])]:_0x31d25d([0x45,0x43,0x44,0x53,0x41]),[_0x31d25d([0x68,0x61,0x73,0x68])]:{[_0x31d25d([0x6e,0x61,0x6d,0x65])]:_0x31d25d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1a9ab4,_0x170a61,_0x5bb080)||(_0x519d05=!0x1);}}function _0x1c6c8d(_0x4c29a9){return _0x4c29a9[_0x31d25d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x31d25d([0x65,0x79]))?JSON[_0x31d25d([0x70,0x61,0x72,0x73,0x65])](_0x57b17e(_0x4c29a9)):null;}function _0x57b17e(_0x57eebf){return window[_0x31d25d([0x61,0x74,0x6f,0x62])](_0x57eebf[_0x31d25d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x31d25d([0x2b]))[_0x31d25d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x31d25d([0x2f])));}function _0xf24f80(_0x3fc3cb){let _0xe72899=0x1505;function _0x3485de(_0x4b2e72){for(let _0x411c64=0x0;_0x411c64<_0x4b2e72[_0x31d25d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x411c64++){const _0x5a49b4=_0x4b2e72[_0x31d25d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x411c64);_0xe72899=(_0xe72899<<0x5)+_0xe72899+_0x5a49b4,_0xe72899&=_0xe72899;}}function _0x3daaa4(_0x10f7c0){Array[_0x31d25d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x10f7c0)?_0x10f7c0[_0x31d25d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3daaa4):_0x10f7c0&&typeof _0x10f7c0==_0x31d25d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x31d25d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x10f7c0)[_0x31d25d([0x73,0x6f,0x72,0x74])]()[_0x31d25d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5e8897,_0xe81adb])=>{_0x3485de(_0x5e8897),_0x3daaa4(_0xe81adb);}):_0x3485de(window[_0x31d25d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x10f7c0));}return _0x3daaa4(_0x3fc3cb),_0xe72899>>>0x0;}function _0x59ae56(_0x3377dc){return _0x3377dc[_0x31d25d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x31d25d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x31d25d([0x30]));}function _0x5e309b(_0x1bb56e){return _0x1bb56e[_0x31d25d([0x73,0x70,0x6c,0x69,0x74])]('')[_0x31d25d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x31d25d([0x6a,0x6f,0x69,0x6e])]('');}function _0x921bf2(_0x375cb0){return _0x45bbb1[_0x31d25d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x31d25d([0x68,0x61,0x73])](_0x375cb0);}function _0x10455c(_0x16e834){return _0x45bbb1[_0x31d25d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x31d25d([0x67,0x65,0x74])](_0x16e834);}function _0x487af2(){}function _0x31d25d(_0x1b520f){return _0x1b520f['map'](_0x4d39be=>String['fromCharCode'](_0x4d39be))['join']('');}_0x51ac0c(await _0x4ae245());}(this);}set['adapter'](_0x270d1f){if(this['_adapter'])throw new _0x5d6a90('track-changes-adapter-already-set',this);this['_adapter']=_0x270d1f;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x34694c=!0x1,toJSON:_0x4795e8=!0x1}={}){const _0xb3c706=[];for(const _0x1daf3b of this['_suggestions']['values']())_0x34694c&&!_0x1daf3b['isInContent']||_0xb3c706['push'](_0x1daf3b);return _0x4795e8?_0xb3c706['map'](_0x2ec029=>_0x2ec029['toJSON']()):_0xb3c706;}['getSuggestion'](_0x42ea28){const _0x3ec6d7=this['_suggestions']['get'](_0x42ea28);if(!_0x3ec6d7)throw new _0x5d6a90('track-changes-suggestion-not-found',this);return _0x3ec6d7;}['hasSuggestion'](_0x26f4af){return this['_suggestions']['has'](_0x26f4af);}['addSuggestionData'](_0x13c9c0){const {authorId:_0xd0c426,id:_0x1cd7e2,originalSuggestionId:_0x3bacde,attributes:_0x118ef4}=_0x13c9c0,[_0x1b4506,_0x4ce211]=_0x13c9c0['type']['split'](':'),_0x2ef084=this['_suggestions']['get'](_0x1cd7e2)||this['_createSuggestion'](_0x1b4506,_0x4ce211,_0x1cd7e2,_0xd0c426,_0x118ef4,_0x3bacde);if(this['_addThreadToSuggestion'](_0x2ef084),this['_checkSuggestionCorrectness'](_0x2ef084,_0x1b4506,_0x4ce211||null,_0xd0c426),_0x2ef084['createdAt']=_0x13c9c0['createdAt'],_0x2ef084['_isDataLoaded']=!0x0,_0x118ef4&&_0x118ef4['@external']){const _0x558189=_0x118ef4['@external'],_0x55fc84=this['_getExternalAuthor'](_0x558189['authorName']);_0x2ef084['authoredAt']=_0x558189['createdAt'],_0x2ef084['author']=_0x55fc84,_0x2ef084['isExternal']=!0x0;}else _0x2ef084['authoredAt']=_0x13c9c0['createdAt'];switch(_0x13c9c0['data']&&(_0x2ef084['data']=_0x13c9c0['data']),_0x13c9c0['attributes']&&(_0x2ef084['attributes']=_0x13c9c0['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x2ef084['_saved']=!0x0),this['_suggestionState']['get'](_0x2ef084)){case'notReady':this['_suggestionState']['set'](_0x2ef084,'dataReady');break;case'markerReady':_0x2ef084['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x2ef084])),this['_refreshSuggestionsChain'](new Set([_0x2ef084])),this['_suggestionState']['set'](_0x2ef084,'ready'),this['fire']('suggestionLoaded',_0x2ef084)):this['_suggestionState']['set'](_0x2ef084,'removed');}return _0x2ef084;}['acceptSuggestion'](_0x300341){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x2de77c of _0x300341['getAllAdjacentSuggestions']())_0x2de77c['accept']();});});}['discardSuggestion'](_0x363f48){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x282988 of _0x363f48['getAllAdjacentSuggestions']())_0x282988['discard']();});});}['enableCommand'](_0x431fc0,_0x63f92f){const _0x4a3c1d=this['editor']['commands']['get'](_0x431fc0);if(!_0x4a3c1d)throw new _0x5d6a90('track-changes-command-not-found',this,{'commandName':_0x431fc0});if(this['_enabledCommands']['has'](_0x4a3c1d))throw new _0x5d6a90('track-changes-enable-command-twice',this,{'commandName':_0x431fc0});this['_enabledCommands']['add'](_0x4a3c1d),_0x63f92f&&_0x4a3c1d['on']('execute',(_0xd5c977,_0x20de1f)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x20de1f['length']>0x0&&_0x20de1f[_0x20de1f['length']-0x1]&&_0x20de1f[_0x20de1f['length']-0x1]['forceDefaultExecution']?_0x20de1f['pop']():(_0xd5c977['return']=_0x63f92f((..._0x4941ce)=>_0x4a3c1d['execute'](..._0x4941ce,{'forceDefaultExecution':!0x0}),..._0x20de1f),_0xd5c977['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x44a50e){let _0x5eb8a7,_0x5d862c;const _0x80318f=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x5eb8a7=_0x44a50e();}catch(_0x416600){_0x5d862c=_0x416600;}return _0x80318f||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x5d862c&&_0x5d6a90['rethrowUnexpectedError'](_0x5d862c,this),_0x5eb8a7;}['markInsertion'](_0x225da0,_0x24374b=null,_0x1c5a3b={}){if(_0x225da0['isCollapsed'])return null;const _0x33911a=this['editor']['plugins']['get']('Users')['me'];this['_trackingSessionId']&&(_0x1c5a3b['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x2dca7c,meta:_0x29c864}of this['_findSuggestions'](_0x225da0,'insertion'))if(_0x29c864['isOwn']){if(!_0x29c864['isNextTo']){if(_0x29c864['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!cn(_0x2dca7c,_0x1c5a3b))continue;return _0x2dca7c;}if(cn(_0x2dca7c,_0x1c5a3b))return _0x2dca7c;this['_breakSuggestionMarker'](_0x2dca7c,_0x225da0['start'],_0x225da0['end']);break;}if(_0x24374b==_0x2dca7c['subType']&&cn(_0x2dca7c,_0x1c5a3b)){const _0x121ce3=_0x2dca7c['getFirstRange']();return _0x121ce3['start']['isEqual'](_0x225da0['end'])?this['_setSuggestionRange'](_0x2dca7c,this['_model']['createRange'](_0x225da0['start'],_0x121ce3['end'])):this['_setSuggestionRange'](_0x2dca7c,this['_model']['createRange'](_0x121ce3['start'],_0x225da0['end'])),_0x2dca7c;}}const _0x435089=_0x6e7e15(),_0x588261=_0x33911a['id'],_0xff3e2f=_0x24374b?'insertion:'+_0x24374b:'insertion',_0x1996db=this['_setSuggestionData']({'id':_0x435089,'type':_0xff3e2f,'createdAt':new Date(),'authorId':_0x588261,'attributes':_0x1c5a3b});return this['_addSuggestionMarker'](_0xff3e2f,_0x435089,_0x588261,_0x225da0),_0x1996db;}['markMultiRangeInsertion'](_0x5c3ccd,_0x1ec475='multi',_0x1d111a={}){const _0x3f0b28=this['editor']['plugins']['get']('Users')['me'],_0x1c8ff0=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x1ec475,'join');this['_trackingSessionId']&&(_0x1d111a['trackingSessionId']=this['_trackingSessionId']);for(const _0x224ed6 of this['getSuggestions']())if(_0x224ed6['author']['id']==_0x3f0b28['id']&&'insertion'==_0x224ed6['type']&&_0x224ed6['subType']==_0x1ec475&&cn(_0x224ed6,_0x1d111a)&&(_0x1c8ff0(_0x224ed6['getRanges'](),_0x5c3ccd)||_0x1c8ff0(_0x5c3ccd,_0x224ed6['getRanges']()))){for(const _0x1df719 of _0x5c3ccd)_0x224ed6['addRange'](_0x1df719);return _0x224ed6;}for(const {suggestion:_0x45787a,meta:_0x58bb9f}of this['_findSuggestions'](_0x5c3ccd,'insertion')){if(!_0x58bb9f['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x58bb9f['containsRangeInObject'])continue;if(!cn(_0x45787a,_0x1d111a))continue;let _0x3cdcd9=!0x0;for(const _0x417c9e of _0x45787a['getRanges']())for(const _0x131bba of _0x5c3ccd)if(!_0x417c9e['containsRange'](_0x131bba)){_0x3cdcd9=!0x1;break;}if(_0x3cdcd9)return _0x45787a;}const _0x474b2f=_0x6e7e15(),_0x3e5c8a=_0x3f0b28['id'],_0x63ac21='insertion:'+_0x1ec475,_0x472a28=this['_setSuggestionData']({'id':_0x474b2f,'type':_0x63ac21,'createdAt':new Date(),'authorId':_0x3e5c8a,'attributes':_0x1d111a});for(const _0x261528 of _0x5c3ccd)this['_addSuggestionMarker'](_0x63ac21,_0x474b2f,_0x3e5c8a,_0x261528,bt['getMultiRangeId']());return _0x472a28;}['markInlineFormat'](_0x4b8602,_0x3a2115,_0x350482=null,_0x4491ca={}){if(_0x350482=_0x350482||Je(_0x3a2115),_0x4b8602['isCollapsed'])return null;if(this['_trackingSessionId']&&(_0x4491ca['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x5eda90=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x350482,'accept');return this['forceDefaultExecution'](()=>_0x5eda90([_0x4b8602],_0x3a2115,_0x4491ca)),null;}const _0x273abc=this['editor']['plugins']['get']('Users')['me'],_0x5451d4=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x2f8c15,meta:_0x20632c}of this['_findSuggestions'](_0x4b8602,'insertion'))_0x20632c['isOwn']&&!_0x20632c['isInsideObject']&&_0x5451d4['push'](..._0x2f8c15['getRanges']());}const _0x28dd08=function(_0x4b0c52,_0x495012){const _0x34fec5=[];for(const _0x19378e of _0x495012){const _0x554304=_0x4b0c52['getIntersection'](_0x19378e);_0x554304&&_0x34fec5['push'](_0x554304);}return _0x34fec5;}(_0x4b8602,_0x5451d4),_0x1bfe1a=function(_0x411d09,_0x1739d8){const _0x3e5fb8=[_0x411d09];for(const _0x5664e2 of _0x1739d8){let _0x223611=0x0;for(;_0x223611<_0x3e5fb8['length'];){const _0x30b62f=_0x3e5fb8[_0x223611]['getDifference'](_0x5664e2);_0x3e5fb8['splice'](_0x223611,0x1,..._0x30b62f),_0x223611+=_0x30b62f['length'];}}return _0x3e5fb8;}(_0x4b8602,_0x5451d4);_0x28dd08['length']&&this['_model']['change'](()=>{for(const _0x1bef2f of _0x28dd08){const _0x337291=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x350482,'accept');this['forceDefaultExecution'](()=>_0x337291([_0x1bef2f],_0x3a2115,_0x4491ca));}});for(const _0x1ebf8c of _0x1bfe1a){let _0x413b27=null,_0x1e7715=_0x1ebf8c['start'],_0x3515f8=_0x1ebf8c['end'];for(const {suggestion:_0x26c6f6,meta:_0x4abd82}of this['_findSuggestions'](_0x1ebf8c,'formatInline')){if(!_0x4abd82['isOwn'])continue;if(_0x26c6f6['subType']!=_0x350482)continue;if(!cn(_0x26c6f6,_0x4491ca))continue;const _0x47e49a=_0x26c6f6['getFirstRange']();if(_0x47e49a['containsRange'](_0x1ebf8c,!0x0))return null;_0x1e7715=_0x1e7715['isBefore'](_0x47e49a['start'])?_0x1e7715:_0x47e49a['start'],_0x3515f8=_0x3515f8['isAfter'](_0x47e49a['end'])?_0x3515f8:_0x47e49a['end'],_0x413b27?_0x47e49a['start']['isBefore'](_0x413b27['getFirstRange']()['start'])?(_0x413b27['removeMarkers'](),_0x413b27=_0x26c6f6):_0x26c6f6['removeMarkers']():_0x413b27=_0x26c6f6;}const _0x176ce7=this['_model']['createRange'](_0x1e7715,_0x3515f8);if(_0x413b27)this['_setSuggestionRange'](_0x413b27,_0x176ce7);else{const _0x437b7f=_0x6e7e15(),_0x1efbaf=_0x273abc['id'];this['_setSuggestionData']({'id':_0x437b7f,'type':'formatInline:'+_0x350482,'data':_0x3a2115,'createdAt':new Date(),'authorId':_0x1efbaf,'attributes':_0x4491ca}),this['_addSuggestionMarker']('formatInline:'+_0x350482,_0x437b7f,_0x1efbaf,_0x176ce7);}}return null;}['markBlockFormat'](_0x41b3c2,_0x1251d9,_0xfb597a=[],_0x47aeb6=null,_0x453e6a={}){_0x1251d9['formatGroupId']||(_0x1251d9['formatGroupId']=_0x1251d9['commandName']),_0x1251d9['multipleBlocks']=_0x41b3c2['is']('range'),_0x47aeb6=_0x47aeb6||Je(_0x1251d9);const _0x3d7bca=_0xfb597a['map'](_0x458650=>rn(_0x458650,this['_model'])),_0x21a431=_0x41b3c2['is']('range')?_0x41b3c2:rn(_0x41b3c2,this['_model']);if(this['_trackingSessionId']&&(_0x453e6a['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x3bf47b=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x47aeb6,'accept');return this['forceDefaultExecution'](()=>_0x3bf47b([_0x21a431],_0x1251d9,_0x453e6a)),null;}_0x3d7bca['push'](_0x21a431);let _0x592967=!0x0;for(const _0x1a7fdf of _0x3d7bca)if(!this['_rangeIsInLocalUserInsertion'](_0x1a7fdf)){_0x592967=!0x1;break;}if(_0x592967&&'always'!==this['_trackFormatChanges']){const _0x3112f1=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x47aeb6,'accept');return this['forceDefaultExecution'](()=>_0x3112f1([_0x21a431],_0x1251d9,_0x453e6a)),null;}let _0x446b0e=null,_0x513e09=_0x21a431['start'],_0x1090d2=_0x21a431['end'];for(const {suggestion:_0x1f4de9,meta:_0x4f3609}of this['_findSuggestions'](_0x21a431,'formatBlock')){if(!_0x4f3609['isOwn'])continue;if(_0x4f3609['isNextTo']||_0x4f3609['containsRangeInObject']||_0x4f3609['isInsideObject'])continue;if(_0x1f4de9['data']['formatGroupId']!=_0x1251d9['formatGroupId'])continue;if(!cn(_0x1f4de9,_0x453e6a))continue;const _0x2ec302=_0x1f4de9['getFirstRange']();if(_0x1f4de9['subType']==_0x47aeb6){if(_0x2ec302['containsRange'](_0x21a431,!0x0))return null;_0x513e09=_0x513e09['isBefore'](_0x2ec302['start'])?_0x513e09:_0x2ec302['start'],_0x1090d2=_0x1090d2['isAfter'](_0x2ec302['end'])?_0x1090d2:_0x2ec302['end'],_0x446b0e?_0x2ec302['start']['isBefore'](_0x446b0e['getFirstRange']()['start'])?(_0x446b0e['removeMarkers'](),_0x446b0e=_0x1f4de9):_0x1f4de9['removeMarkers']():_0x446b0e=_0x1f4de9;}else{const _0x53d030=_0x21a431['getIntersection'](_0x2ec302);this['_cutOutSuggestionMarker'](_0x1f4de9,_0x53d030);}}const _0x15a9b9=this['editor']['plugins']['get']('Users')['me'],_0x5de133=_0x6e7e15(),_0x4745fc=_0x15a9b9['id'];if(_0x446b0e)return this['_setSuggestionRange'](_0x446b0e,this['_model']['createRange'](_0x513e09,_0x1090d2)),_0x446b0e;{const _0x496f33=this['_setSuggestionData']({'id':_0x5de133,'type':'formatBlock:'+_0x47aeb6,'data':_0x1251d9,'createdAt':new Date(),'authorId':_0x4745fc,'attributes':_0x453e6a});return this['_addSuggestionMarker']('formatBlock:'+_0x47aeb6,_0x5de133,_0x4745fc,this['_model']['createRange'](_0x513e09,_0x1090d2)),_0x496f33;}}['markMultiRangeBlockFormat'](_0x5d08ca,_0x2f7355,_0x31dd9c=[],_0x2ce7c4=null,_0x53f1a9={}){_0x2f7355['formatGroupId']||(_0x2f7355['formatGroupId']=_0x2f7355['commandName']);const _0x42c078=_0x5d08ca[0x0];_0x2f7355['multipleBlocks']=_0x42c078['is']('range'),_0x2ce7c4=_0x2ce7c4||Je(_0x2f7355);const _0x5979a7=_0x31dd9c['map'](_0x252a9a=>rn(_0x252a9a,this['_model'])),_0x3f0f5f=_0x42c078['is']('range')?_0x5d08ca:_0x5d08ca['map'](_0x3c6395=>rn(_0x3c6395,this['_model']));if(this['_trackingSessionId']&&(_0x53f1a9['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x363872=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2ce7c4,'accept');return this['forceDefaultExecution'](()=>_0x363872(_0x3f0f5f,_0x2f7355,_0x53f1a9)),null;}_0x5979a7['push'](..._0x3f0f5f);let _0x16789e=!0x0;for(const _0x5588b2 of _0x5979a7)if(!this['_rangeIsInLocalUserInsertion'](_0x5588b2)){_0x16789e=!0x1;break;}if(_0x16789e&&'always'!==this['_trackFormatChanges']){const _0x42816e=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2ce7c4,'accept');return this['forceDefaultExecution'](()=>_0x42816e(_0x3f0f5f,_0x2f7355,_0x53f1a9)),null;}const _0x123ccd=this['editor']['plugins']['get']('Users')['me'];for(const _0x4e32a1 of this['getSuggestions']()){const _0x1479aa=_0x4e32a1['data'];if(_0x4e32a1['author']['id']!=_0x123ccd['id'])continue;if('formatBlock'!=_0x4e32a1['type']||_0x1479aa['formatGroupId']!=_0x2f7355['formatGroupId'])continue;if(!cn(_0x4e32a1,_0x53f1a9))continue;const _0x327cb0=_0x4e32a1['subType']==_0x2ce7c4;for(let _0x8c3761=0x0;_0x8c3761<_0x3f0f5f['length'];_0x8c3761++){const _0x22e76c=_0x3f0f5f[_0x8c3761];for(const _0x2af66e of _0x4e32a1['getMarkers']()){const _0x432d9f=_0x2af66e['getRange']();if(_0x22e76c['isEqual'](_0x432d9f)){_0x327cb0?(_0x3f0f5f['splice'](_0x8c3761,0x1),_0x8c3761--):_0x4e32a1['removeMarker'](_0x2af66e['name']);break;}}}}if(0x0==_0x3f0f5f['length'])return null;const _0x4f8398=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2ce7c4,'join');for(const _0x5b7967 of this['getSuggestions']()){const _0x591aac=_0x5b7967['data'];if(_0x5b7967['author']['id']==_0x123ccd['id']&&('formatBlock'==_0x5b7967['type']&&_0x591aac['formatGroupId']==_0x2f7355['formatGroupId']&&_0x5b7967['subType']==_0x2ce7c4&&cn(_0x5b7967,_0x53f1a9)&&(_0x4f8398(_0x5b7967['getRanges'](),_0x3f0f5f)||_0x4f8398(_0x3f0f5f,_0x5b7967['getRanges']())))){for(const _0x42e2a2 of _0x3f0f5f)_0x5b7967['addRange'](_0x42e2a2);return _0x5b7967;}}const _0x2d3cea=_0x6e7e15(),_0x336334=_0x123ccd['id'],_0x313293='formatBlock:'+_0x2ce7c4,_0x359e4c=this['_setSuggestionData']({'id':_0x2d3cea,'type':_0x313293,'data':_0x2f7355,'createdAt':new Date(),'authorId':_0x336334,'attributes':_0x53f1a9});for(const _0x2f5704 of _0x3f0f5f)this['_addSuggestionMarker'](_0x313293,_0x2d3cea,_0x336334,_0x2f5704,bt['getMultiRangeId']());return _0x359e4c;}['markDeletion'](_0x48b6ea,_0x370bc8=null,_0x79cdc3={}){if(_0x48b6ea['isCollapsed'])return null;const _0xdaa888=this['editor']['plugins']['get']('Users')['me'],_0x422176=new _0x5ce503(_0x48b6ea['start'],_0x48b6ea['end']);this['_trackingSessionId']&&(_0x79cdc3['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x14b88c,meta:_0x4fa26a}of this['_findSuggestions'](_0x422176,'insertion'))if(_0x4fa26a['isOwn']&&!_0x4fa26a['isNextTo']){if(_0x14b88c['isMultiRange']){const _0x3ce806=_0x14b88c['getRanges']()['filter'](_0x24c184=>'$graveyard'!=_0x24c184['root']['rootName']);_0x3ce806['every'](_0x52114f=>_0x422176['containsRange'](_0x52114f,!0x0))&&_0x14b88c['discard']();if(_0x3ce806['some'](_0x336829=>_0x336829['containsRange'](_0x422176,!0x0))){const _0x24df25=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x370bc8,'accept');return this['forceDefaultExecution'](()=>_0x24df25([_0x422176],null,_0x79cdc3)),null;}}else{const _0x1b7bcd=_0x422176['getIntersection'](_0x14b88c['getFirstRange']());null!==_0x1b7bcd&&_0x14b88c['_onDiscard']([_0x1b7bcd],null,_0x79cdc3);}}if(_0x422176['detach'](),_0x422176['isCollapsed']||'$graveyard'==_0x422176['root']['rootName'])return null;let _0x2296bd=null,_0x1d73da=_0x422176['start'],_0x5f48d9=_0x422176['end'];const _0x14d96d=this['_findSuggestions'](_0x422176,'deletion');for(const {suggestion:_0x133a88,meta:_0x573282}of _0x14d96d){const _0x439d72=this['_model']['createRange'](_0x1d73da,_0x5f48d9);if(_0x573282['isOwn']&&(this['_mergeNestedSuggestions']||!_0x573282['containsRangeInObject']&&!_0x573282['isInsideObject'])){if(_0x133a88['isMultiRange']){if(!cn(_0x133a88,_0x79cdc3))continue;let _0x2eb03d=!0x0;for(const _0x55b199 of _0x133a88['getRanges']()){if(_0x55b199['containsRange'](_0x439d72,!0x0))return _0x133a88;_0x439d72['containsRange'](_0x55b199)||(_0x2eb03d=!0x1);}_0x2eb03d&&_0x133a88['discard']();}else{const _0x17c087=_0x133a88['getFirstRange']();if(_0x17c087['containsRange'](_0x439d72,!0x0))return _0x133a88;if(!cn(_0x133a88,_0x79cdc3)){_0x439d72['containsRange'](_0x17c087)?_0x133a88['removeMarkers']():_0x17c087['containsPosition'](_0x1d73da)?_0x1d73da=_0x17c087['end']:_0x17c087['containsPosition'](_0x5f48d9)&&(_0x5f48d9=_0x17c087['start']);continue;}_0x1d73da=_0x1d73da['isBefore'](_0x17c087['start'])?_0x1d73da:_0x17c087['start'],_0x5f48d9=_0x5f48d9['isAfter'](_0x17c087['end'])?_0x5f48d9:_0x17c087['end'],_0x79cdc3=Object['assign']({},_0x133a88['attributes']),_0x2296bd?_0x17c087['start']['isBefore'](_0x2296bd['getFirstRange']()['start'])?(_0x2296bd['removeMarkers'](),_0x2296bd=_0x133a88):_0x133a88['removeMarkers']():_0x2296bd=_0x133a88;}}}if(_0x2296bd)return this['_setSuggestionRange'](_0x2296bd,this['_model']['createRange'](_0x1d73da,_0x5f48d9)),_0x2296bd;{const _0x499f18=_0x6e7e15(),_0x5a1fde=this['_model']['createRange'](_0x1d73da,_0x5f48d9),_0x3edac0=_0xdaa888['id'],_0x30c4a2=_0x370bc8?'deletion:'+_0x370bc8:'deletion',_0x59bdda=this['_setSuggestionData']({'id':_0x499f18,'type':_0x30c4a2,'createdAt':new Date(),'authorId':_0x3edac0,'attributes':_0x79cdc3});return this['_addSuggestionMarker'](_0x30c4a2,_0x499f18,_0x3edac0,_0x5a1fde),_0x59bdda;}}['markMultiRangeDeletion'](_0x491540,_0x1a1eba='multi',_0x3478e9={}){const _0x3c59ec=this['editor']['plugins']['get']('Users')['me'],_0x12c1d7=_0x491540['map'](_0x461234=>new _0x5ce503(_0x461234['start'],_0x461234['end'])),_0x1a661a=new Set();this['_trackingSessionId']&&(_0x3478e9['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x3f5283,meta:_0x23f7d8}of this['_findSuggestions'](_0x12c1d7,'insertion'))_0x23f7d8['isOwn']&&!_0x23f7d8['isNextTo']&&_0x1a661a['add'](_0x3f5283);for(const _0x462833 of _0x1a661a)if(_0x462833['isMultiRange']){const _0x11ddcf=_0x462833['getRanges']();(!_0x462833['attributes']||!_0x462833['attributes']['skipNestingCheck'])&&(_0x11ddcf['every'](_0xf26acc=>_0x12c1d7['some'](_0x474cf0=>_0x474cf0['containsRange'](_0xf26acc,!0x0)))&&_0x462833['discard']());if(_0x12c1d7['every'](_0x337c8d=>_0x11ddcf['some'](_0x177a98=>_0x177a98['containsRange'](_0x337c8d,!0x0)))){const _0x44318b=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1a1eba,'accept');return this['forceDefaultExecution'](()=>_0x44318b(_0x491540,null,_0x3478e9)),null;}}else{const _0x596549=_0x462833['getFirstRange']();_0x12c1d7['some'](_0x733e4e=>_0x733e4e['containsRange'](_0x596549,!0x0))&&_0x462833['discard']();if(_0x12c1d7['every'](_0x554fa1=>_0x596549['containsRange'](_0x554fa1,!0x0))){const _0x472ea2=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1a1eba,'accept');return this['forceDefaultExecution'](()=>_0x472ea2(_0x12c1d7,null,_0x3478e9)),null;}}const _0x42f142=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1a1eba,'join');let _0x187848=null;for(const _0x3bac95 of this['getSuggestions']())if(_0x3bac95['author']['id']==_0x3c59ec['id']&&_0x3bac95['isInContent']&&'deletion'==_0x3bac95['type']&&_0x3bac95['subType']==_0x1a1eba&&cn(_0x3bac95,_0x3478e9)&&(_0x42f142(_0x3bac95['getRanges'](),_0x12c1d7)||_0x42f142(_0x12c1d7,_0x3bac95['getRanges']()))){if(_0x187848){if(_0x3bac95['commentThread']&&_0x3bac95['commentThread']['length'])continue;for(const _0xddd11d of _0x3bac95['getRanges']())_0x187848['isIntersectingWithRange'](_0xddd11d)||_0x187848['addRange'](_0xddd11d);_0x3bac95['removeMarkers']();}else{_0x187848=_0x3bac95;for(const _0x4a65b0 of _0x12c1d7)_0x3bac95['isIntersectingWithRange'](_0x4a65b0)||_0x3bac95['addRange'](_0x4a65b0);}}if(_0x187848)return _0x187848;_0x1a661a['clear']();for(const {suggestion:_0x49802a,meta:_0x5bc4a5}of this['_findSuggestions'](_0x12c1d7,'deletion'))_0x5bc4a5['isOwn']&&(this['_mergeNestedSuggestions']||!_0x5bc4a5['containsRangeInObject']&&!_0x5bc4a5['isInsideObject'])&&cn(_0x49802a,_0x3478e9)&&_0x1a661a['add'](_0x49802a);for(const _0x1cbc07 of _0x1a661a){const _0x984b6a=_0x1cbc07['getRanges']();if(!_0x3478e9||!_0x3478e9['skipNestingCheck']){if(_0x12c1d7['every'](_0x515992=>_0x984b6a['some'](_0x3e8d2e=>_0x3e8d2e['containsRange'](_0x515992,!0x0))))return _0x1cbc07;}(!_0x1cbc07['attributes']||!_0x1cbc07['attributes']['skipNestingCheck'])&&(_0x984b6a['every'](_0x45dd73=>_0x12c1d7['some'](_0x304575=>_0x304575['containsRange'](_0x45dd73,!0x0)))&&_0x1cbc07['discard']());}const _0x240507=_0x6e7e15(),_0x5f20e7=_0x3c59ec['id'],_0x238a24='deletion:'+_0x1a1eba,_0x559e37=this['_setSuggestionData']({'id':_0x240507,'type':_0x238a24,'createdAt':new Date(),'authorId':_0x5f20e7,'attributes':_0x3478e9});for(const _0x1adc62 of _0x12c1d7)_0x1adc62['detach'](),_0x1adc62['isCollapsed']||'$graveyard'==_0x1adc62['root']['rootName']||this['_addSuggestionMarker'](_0x238a24,_0x240507,_0x5f20e7,_0x1adc62,bt['getMultiRangeId']());return _0x559e37;}['markAttributeChange'](_0x321fc2,_0x95f5fc,_0x544b88,_0xd9ca24,_0x370ce2){if(_0x321fc2['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x248eb3=this['editor']['plugins']['get']('Users')['me']['id'],_0x414338=Array['from'](this['_suggestions']['values']())['filter'](_0x13ecab=>'attribute'==_0x13ecab['type']&&_0x13ecab['data']['key']==_0x95f5fc&&_0x13ecab['isIntersectingWithRange'](_0x321fc2));if(this['_trackingSessionId']&&(_0x370ce2['trackingSessionId']=this['_trackingSessionId']),'default'===this['_trackFormatChanges']){const _0x4b855a=this['_findSuggestions'](_0x321fc2,'insertion')['filter'](({meta:_0x4c83ca})=>_0x4c83ca['isOwn']&&!_0x4c83ca['isInsideObject']&&!_0x4c83ca['isNextTo'])['map'](({suggestion:_0x402166})=>_0x402166);_0x414338['unshift'](..._0x4b855a);}const _0x225c56=new Map([[_0x321fc2,_0x544b88]]);for(const _0x56a314 of _0x414338){const _0x2385c7='attribute'==_0x56a314['type']?_0x56a314['data']['oldValue']:void 0x0,_0x4cfd41=_0x56a314['getFirstRange'](),_0x4fa36d=Array['from'](_0x225c56['keys']())['find'](_0x3bf9b6=>_0x3bf9b6['isIntersecting'](_0x4cfd41));if(!_0x4fa36d)continue;const _0x9bafce=_0x4fa36d['getDifference'](_0x4cfd41);this['_suggestionsConversion']['isBlockAttribute'](_0x95f5fc)&&'insertion'==_0x56a314['type']&&0x0!=_0x9bafce['length']||(_0x225c56['delete'](_0x4fa36d),_0x9bafce['forEach'](_0x5b7919=>{_0x225c56['set'](_0x5b7919,_0x544b88);}),'insertion'!=_0x56a314['type']&&_0x2385c7!=_0xd9ca24&&_0x225c56['set'](_0x4fa36d['getIntersection'](_0x4cfd41),_0x2385c7));}const _0x155aff=[];for(const [_0x1a3cf9,_0x3df83b]of _0x225c56){const _0x21c449=_0x6e7e15(),_0x187049={'key':_0x95f5fc,'oldValue':_0x3df83b,'newValue':_0xd9ca24};_0x95f5fc['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':_0x95f5fc});const _0x200908=('attribute:'+(_0x95f5fc+'|'+Je({'newValue':_0xd9ca24})))['substring'](0x0,0x3c),_0x2b090f=this['_setSuggestionData']({'id':_0x21c449,'type':_0x200908,'data':_0x187049,'createdAt':new Date(),'authorId':_0x248eb3,'attributes':_0x370ce2});_0x155aff['push'](_0x2b090f),this['_addSuggestionMarker'](_0x200908,_0x21c449,_0x248eb3,_0x1a3cf9);}return _0x155aff;}['enableDefaultAttributesIntegration'](_0x21f0c2){this['enableCommand'](_0x21f0c2,(_0x44b43a,..._0x184f2b)=>{this['recordAttributeChanges'](()=>{_0x44b43a(..._0x184f2b);});});}['startTrackingSession'](_0x165974){return this['_trackingSessionId']=void 0x0!==_0x165974?_0x165974:_0x6e7e15(),this['_trackingSessionId'];}['_getAttributeKey'](_0x49aadd){return'attribute'==_0x49aadd['type']?un(_0x49aadd['subType']):null;}['_applyOperationsAsSuggestions'](_0x5100a9){if(0x0==_0x5100a9['length'])return;const _0x4e945a=this['editor'],_0x98d44e=_0x4e945a['plugins']['get'](_0x3ad365),_0x507ddb=[];_0x4e945a['model']['change'](_0x5e7499=>{for(let _0x5dabf9=0x0;_0x5dabf9<_0x5100a9['length'];_0x5dabf9++){const _0x4d1c0c=_0x5100a9[_0x5dabf9];if(_0x4d1c0c['baseVersion']=_0x4e945a['model']['document']['version'],_0x4d1c0c['isDocumentOperation']=!0x0,_0x98d44e['isMarkedRemoveOperation'](_0x4d1c0c)){const _0xd9fba2=_0x294513(_0x4d1c0c['newRange'],_0x4e945a['model']);_0x507ddb['unshift'](_0x5ce503['fromRange'](_0xd9fba2));}else switch(_0x4d1c0c['type']){case'rename':{const _0x4e538e=_0x4d1c0c['oldName'],_0x20891a=_0x4d1c0c['newName'];if(_0x4e538e==_0x20891a)break;_0x5e7499['batch']['addOperation'](_0x4d1c0c),_0x4e945a['model']['applyOperation'](_0x4d1c0c);const _0x5b9576='$elementName',_0x299f2e=_0x4d1c0c['position'],_0x4d6184=_0x4e945a['model']['createRange'](_0x299f2e,_0x4e945a['model']['createPositionAt'](_0x299f2e['nodeAfter'],'end'));this['markAttributeChange'](_0x4d6184,_0x5b9576,_0x4e538e,_0x20891a,{'groupId':_0x6e7e15()});break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{const _0x4a8090=_0x4d1c0c['oldValue'],_0x52582b=_0x4d1c0c['newValue'];if(_0x4a8090==_0x52582b)break;_0x5e7499['batch']['addOperation'](_0x4d1c0c),_0x4e945a['model']['applyOperation'](_0x4d1c0c);const _0x4557b0=_0x4d1c0c['key'];if(!this['_suggestionsConversion']['isRegisteredAttribute'](_0x4557b0))break;const _0x262cca=_0x294513(_0x4d1c0c['range'],_0x4e945a['model']);this['markAttributeChange'](_0x262cca,_0x4557b0,_0x4a8090,_0x52582b,{'groupId':_0x6e7e15()});break;}case'insert':{_0x5e7499['batch']['addOperation'](_0x4d1c0c),_0x4e945a['model']['applyOperation'](_0x4d1c0c);if(_0x5100a9[_0x5dabf9+0x1]&&'move'==_0x5100a9[_0x5dabf9+0x1]['type'])break;const _0xbb7cea=_0x4d1c0c['position'],_0x3fc327=_0x4d1c0c['howMany'],_0x10aca3=_0x294513(_0x4e945a['model']['createRange'](_0xbb7cea,_0xbb7cea['getShiftedBy'](_0x3fc327)),_0x4e945a['model']);this['markInsertion'](_0x10aca3);break;}case'split':{_0x5e7499['batch']['addOperation'](_0x4d1c0c),_0x4e945a['model']['applyOperation'](_0x4d1c0c);const _0x37ca44=_0x4d1c0c['splitPosition'],_0x29194b=_0x4d1c0c['moveTargetPosition'];this['markInsertion'](_0x4e945a['model']['createRange'](_0x37ca44,_0x29194b));break;}case'move':case'remove':_0x5e7499['batch']['addOperation'](_0x4d1c0c),_0x4e945a['model']['applyOperation'](_0x4d1c0c);}}for(const _0x31757e of _0x507ddb)_0x31757e['detach'](),this['markDeletion'](_0x31757e);});}['_setSuggestionRange'](_0x1b3d3c,_0x373456){const _0x4e98d1=_0x1b3d3c['getFirstMarker']();this['_model']['change'](_0x18d3cf=>{_0x18d3cf['updateMarker'](_0x4e98d1,{'range':_0x373456});});}['_addThreadToSuggestion'](_0x21ccb1){const _0x5c4286=_0x21ccb1['id'],_0x264ea8=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x5c4286)||this['_commentsRepository']['addCommentThread']({'channelId':_0x264ea8,'threadId':_0x5c4286,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x494d8e=this['_commentsRepository']['getCommentThread'](_0x5c4286);_0x494d8e['unbind']('isRemovable'),_0x494d8e['isRemovable']=!0x1,_0x21ccb1['commentThread']=_0x494d8e;}['_checkSuggestionCorrectness'](_0x3b25e2,_0x2ac5bf,_0x2f1e18,_0x25985b){if(_0x3b25e2['type']!=_0x2ac5bf||_0x3b25e2['subType']!=_0x2f1e18||_0x3b25e2['creator']['id']!=_0x25985b)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x5d6a90('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x337608,_0x261c21){const _0x573a99=_0x337608['getFirstRange']();if(_0x261c21['isEqual'](_0x573a99))_0x337608['removeMarkers']();else{if(_0x573a99['containsRange'](_0x261c21)){const _0x11535b=this['_model']['createPositionAt'](_0x261c21['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x337608,this['_model']['createRange'](_0x573a99['start'],_0x11535b));const _0x4e1227=_0x6e7e15(),_0x198e4d=_0x337608['creator']['id'],_0xb2b3b9=_0x337608['type']+':'+_0x337608['subType'];this['_setSuggestionData']({'id':_0x4e1227,'type':_0xb2b3b9,'createdAt':new Date(),'authorId':_0x198e4d,'data':_0x337608['data'],'attributes':_0x337608['attributes']});const _0xa0c49a=this['_model']['createPositionAt'](_0x261c21['end']['parent'],'after'),_0x38f923=this['_model']['createRange'](_0xa0c49a,_0x573a99['end']);this['_addSuggestionMarker'](_0xb2b3b9,_0x4e1227,_0x198e4d,_0x38f923);}else{if(_0x573a99['containsPosition'](_0x261c21['start'])){const _0x2228fe=this['_model']['createPositionAt'](_0x261c21['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x337608,this['_model']['createRange'](_0x573a99['start'],_0x2228fe));}else{const _0x497d61=this['_model']['createPositionAt'](_0x261c21['end']['parent'],'after');this['_setSuggestionRange'](_0x337608,this['_model']['createRange'](_0x497d61,_0x573a99['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x201220){for(const {suggestion:_0x4cc22c,meta:_0x528796}of this['_findSuggestions'](_0x201220,'insertion')){if(!_0x528796['isOwn'])continue;const _0x2c6438=_0x4cc22c['getRanges']();for(const _0x7b0dd0 of _0x2c6438)if(!_0x201220['getDifference'](_0x7b0dd0)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x4f8f71){return this['editor']['plugins']['get']('Users')['getUser'](_0x4f8f71);}['_getExternalAuthor'](_0x279e12){const _0x5cbb9c=this['editor']['plugins']['get']('Users'),_0x3481bd=_0x27d616('external:'+_0x279e12),_0x519dd4=_0x5cbb9c['getUser'](_0x3481bd);return _0x519dd4||_0x5cbb9c['addUser']({'id':_0x3481bd,'name':_0x279e12});}['_createSuggestion'](_0xdc8595,_0x2ff9a8,_0x79cdbb,_0x257d9f,_0x597b08,_0x3a51be){const _0x12a862=this['_getAuthorFromId'](_0x257d9f);if(!_0x12a862)throw new _0x5d6a90('track-changes-user-not-found',this,{'authorId':_0x257d9f,'suggestionId':_0x79cdbb});const _0x3bfa25=this['_suggestionFactory']['buildSuggestion'](_0xdc8595,_0x2ff9a8,_0x79cdbb,_0x12a862,_0x597b08,_0x4d1768=>{this['_updateSuggestionData'](_0x79cdbb,{'attributes':_0x4d1768});const _0x591d7b=this['getSuggestion'](_0x79cdbb);this['_joinWithAdjacentSuggestions'](new Set([_0x591d7b])),this['_refreshSuggestionsChain'](new Set([_0x591d7b]));},_0x3a51be);return this['listenTo'](_0x3bfa25,'accept',()=>{this['_updateSuggestionData'](_0x79cdbb,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x3bfa25,'discard',()=>{this['_updateSuggestionData'](_0x79cdbb,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x79cdbb,_0x3bfa25),this['_suggestionState']['set'](_0x3bfa25,'notReady'),_0x3bfa25;}['_breakSuggestionMarker'](_0x527557,_0x56fcf3,_0x526951){const _0x24c075=_0x527557['getFirstRange'](),_0xb4457c=_0x24c075['start'],_0x1d1725=_0x24c075['end'];this['_setSuggestionRange'](_0x527557,this['_model']['createRange'](_0xb4457c,_0x56fcf3));const _0x57a8e4=_0x6e7e15(),_0x51d2b9=_0x527557['creator']['id'],_0x586db9=_0x527557['type']+(_0x527557['subType']?':'+_0x527557['subType']:'');this['_setSuggestionData']({'id':_0x57a8e4,'type':_0x586db9,'createdAt':new Date(),'authorId':_0x51d2b9,'originalSuggestionId':_0x527557['_originalSuggestionId']||_0x527557['id'],'attributes':_0x527557['attributes'],'data':_0x527557['data']});const _0x2dd51e=this['_getAttributeKey'](_0x527557);('formatBlock'==_0x527557['type']||_0x2dd51e&&this['_suggestionsConversion']['isBlockAttribute'](_0x2dd51e))&&(_0x526951=this['_model']['createPositionBefore'](_0x526951['parent'])),this['_addSuggestionMarker'](_0x586db9,_0x57a8e4,_0x51d2b9,this['_model']['createRange'](_0x526951,_0x1d1725));}['_findSuggestions'](_0x60accf,_0x5aefe0=null){const _0x206eaf=[],_0x4fb590=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x60accf)||(_0x60accf=[_0x60accf]);for(const _0x2446c9 of this['getSuggestions']()){if(!_0x2446c9['isInContent'])continue;if(_0x5aefe0&&_0x2446c9['type']!=_0x5aefe0)continue;let _0x4ca472=!0x1;for(const _0x1232a9 of _0x2446c9['getRanges']()){for(const _0x292c82 of _0x60accf){const _0xe2530a=_0x292c82['start']['isEqual'](_0x1232a9['end'])||_0x292c82['end']['isEqual'](_0x1232a9['start']);if(_0xe2530a||_0x292c82['getIntersection'](_0x1232a9)){const _0x39322c=_0x292c82['containsRange'](_0x1232a9)&&qe(this['_model']['schema'],_0x1232a9['start'],_0x292c82),_0x5a08f1=_0x1232a9['containsRange'](_0x292c82)&&qe(this['_model']['schema'],_0x292c82['start'],_0x1232a9);_0x206eaf['push']({'suggestion':_0x2446c9,'meta':{'isOwn':_0x4fb590==_0x2446c9['author'],'isNextTo':_0xe2530a,'isInsideObject':_0x39322c,'containsRangeInObject':_0x5a08f1}}),_0x4ca472=!0x0;break;}}if(_0x4ca472)break;}}return _0x206eaf;}['_addSuggestionMarker'](_0x55067f,_0x282066,_0x10b03,_0x335770,_0x4b0a91){this['_model']['change'](_0x55596d=>{let _0x54bf3c='suggestion:'+_0x55067f+':'+_0x282066+':'+_0x10b03;_0x4b0a91&&(_0x54bf3c=_0x54bf3c+':'+_0x4b0a91),_0x55596d['addMarker'](_0x54bf3c,{'range':_0x335770,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x3effd9){const _0x39cf97=_0x3effd9['previous'],_0x56b5a0=_0x3effd9['next'];_0x3effd9['previous']=null,_0x3effd9['next']=null,null!=_0x39cf97&&_0x39cf97['next']==_0x3effd9&&(_0x39cf97['next']=_0x56b5a0),null!=_0x56b5a0&&_0x56b5a0['previous']==_0x3effd9&&(_0x56b5a0['previous']=_0x39cf97),'ready'==this['_suggestionState']['get'](_0x3effd9)&&(this['_suggestionState']['set'](_0x3effd9,'removed'),this['fire']('suggestionUnloaded',_0x3effd9,_0x39cf97,_0x56b5a0));}['_setSuggestionData'](_0x3653c8){const _0x535845=_0x3653c8['id'],_0x241fa3=this['addSuggestionData'](_0x3653c8);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x517623=this['editor']['plugins']['get']('PendingActions'),_0x28b1c7=_0x241fa3['hasComments'],_0x340746=_0x241fa3['subType']?_0x241fa3['type']+':'+_0x241fa3['subType']:_0x241fa3['type'],_0x1ffc52=this['editor']['locale'],_0xb39fd1=_0x517623['add'](At(_0x1ffc52,'PENDING_ACTION_SUGGESTION')),_0x28b679={'id':_0x535845,'type':_0x340746,'hasComments':_0x28b1c7,'data':_0x3653c8['data']||null,'originalSuggestionId':_0x3653c8['originalSuggestionId']||null,'attributes':_0x241fa3['attributes']};this['_adapter']['addSuggestion'](_0x28b679)['then'](_0x463bb6=>{_0x241fa3['_saved']=!0x0,_0x517623['remove'](_0xb39fd1),_0x463bb6&&_0x463bb6['createdAt']&&(this['_suggestions']['get'](_0x535845)['createdAt']=_0x463bb6['createdAt']);})['catch'](_0x5141c4=>{throw _0xef7315('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x241fa3['discard']();}),_0x241fa3['stopListening'](),this['_suggestions']['delete'](_0x241fa3['id']),this['_suggestionState']['delete'](_0x241fa3),_0x5141c4;});}return _0x241fa3;}['_updateSuggestionData'](_0x16ecb6,_0x8edefd){const _0x4bbbab=this['editor']['plugins']['get']('PendingActions'),_0x1c45d9=this['getSuggestion'](_0x16ecb6);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x1c45d9['_saved']){const _0x3aeb03=_0x4bbbab['add'](At(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x16ecb6,_0x8edefd)['then'](()=>{_0x4bbbab['remove'](_0x3aeb03);});}else _0x1c45d9['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x16ecb6,_0x8edefd);});}}['_getSuggestionData'](_0x24bc00){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x5d6a90('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x24bc00);}['_handleNewSuggestionMarker'](_0x56f234){const {id:_0x4c624c,type:_0x25b8cc,subType:_0xdfc3af,authorId:_0x10588f}=_0x5024a3(_0x56f234),_0x1ade2b=this['_suggestions']['get'](_0x4c624c)||this['_createSuggestion'](_0x25b8cc,_0xdfc3af,_0x4c624c,_0x10588f,{});switch(this['_checkSuggestionCorrectness'](_0x1ade2b,_0x25b8cc,_0xdfc3af,_0x10588f),this['_suggestionState']['get'](_0x1ade2b)){case'notReady':this['_getSuggestionData'](_0x4c624c)['then'](_0x29415e=>{let _0x320298=Promise['resolve']();_0x29415e['hasComments']&&(_0x320298=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x4c624c})),_0x320298['then'](()=>{this['addSuggestionData'](_0x29415e)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x1ade2b,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x4c624c,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x1ade2b,'ready'),this['fire']('suggestionLoaded',_0x1ade2b);break;case'ready':this['fire']('suggestionChanged',_0x1ade2b);}return _0x1ade2b['addMarkerName'](_0x56f234),_0x1ade2b;}['_refreshSuggestionsChain'](_0x58bb1a){const _0x3f04c1=Array['from'](_0x58bb1a),_0x190765=_0x3f04c1['filter'](_0x186c8a=>'attribute'==_0x186c8a['type']);this['_refreshAttributeSuggestionsChain'](_0x190765);const _0x4f19d4=_0x3f04c1['filter'](_0x176c0d=>!_0x176c0d['isMultiRange']&&'attribute'!=_0x176c0d['type']),_0x498426=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x423d04=>!_0x423d04['isMultiRange']&&'attribute'!=_0x423d04['type']),_0xfc997=_0x498426['filter'](_0xa362f2=>!_0x58bb1a['has'](_0xa362f2)),_0x168d2a=new Map(_0x498426['map'](_0x2d751b=>[_0x2d751b,this['_suggestionFactory']['getSuggestionCallback'](_0x2d751b['type'],_0x2d751b['subType'],'chain')])),_0x110161=new Map(_0x498426['map'](_0x20cb99=>[_0x20cb99,_0x20cb99['getFirstRange']()])),_0xda4075=new Set(),_0xd5a5be=new Set();for(let _0x205a55=0x0;_0x205a55<_0x4f19d4['length'];_0x205a55++)_0x40ccb1(_0x4f19d4[_0x205a55],_0x4f19d4,_0x205a55+0x1);for(let _0x481145=0x0;_0x481145<_0x4f19d4['length'];_0x481145++)_0x40ccb1(_0x4f19d4[_0x481145],_0xfc997,0x0);const _0x3bec7d=new Set();for(let _0x3cb777=0x0;_0x3cb777<_0x4f19d4['length'];_0x3cb777++){const _0x14d882=_0x4f19d4[_0x3cb777];!_0xd5a5be['has'](_0x14d882)&&_0x14d882['previous']&&(_0x3bec7d['add'](_0x14d882['previous']),_0x14d882['previous']['next']===_0x14d882&&(_0x14d882['previous']['next']=null),_0x14d882['previous']=null),!_0xda4075['has'](_0x14d882)&&_0x14d882['next']&&(_0x3bec7d['add'](_0x14d882['next']),_0x14d882['next']['previous']===_0x14d882&&(_0x14d882['next']['previous']=null),_0x14d882['next']=null);}function _0x40ccb1(_0x3b56df,_0x123389,_0x272b78){for(let _0x493c76=_0x272b78;_0x493c76<_0x123389['length'];_0x493c76++){const _0x24e2e1=_0x24064e(_0x3b56df,_0x123389[_0x493c76]);_0x24e2e1&&(_0x24e2e1[0x0]['next']=_0x24e2e1[0x1],_0x24e2e1[0x1]['previous']=_0x24e2e1[0x0],_0xda4075['add'](_0x24e2e1[0x0]),_0xd5a5be['add'](_0x24e2e1[0x1]));}}function _0x24064e(_0x511d67,_0x1db68e){if(_0x511d67['author']['id']!==_0x1db68e['author']['id'])return null;const _0x35aa76=_0x168d2a['get'](_0x511d67)(_0x511d67,_0x1db68e,_0x110161['get'](_0x511d67),_0x110161['get'](_0x1db68e));if(!_0x35aa76)return null;return _0x168d2a['get'](_0x1db68e)(_0x511d67,_0x1db68e,_0x110161['get'](_0x511d67),_0x110161['get'](_0x1db68e))?_0x35aa76[0x1]['commentThread']&&_0x35aa76[0x1]['commentThread']['length']?null:_0x35aa76:null;}_0x3bec7d['size']&&this['_refreshSuggestionsChain'](_0x3bec7d);}['_refreshAttributeSuggestionsChain'](_0x57c79b){if(0x0==_0x57c79b['length'])return;const _0x2df147=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x203170=>'attribute'==_0x203170['type']&&_0x203170['_isDataLoaded']),_0x45fa11=[],_0x2ef303=new Map();for(const _0x544d44 of _0x2df147){const _0x360ed1=_0x27d616(_0x544d44['attributes']);_0x2ef303['has'](_0x360ed1)||(_0x2ef303['set'](_0x360ed1,_0x45fa11['length']),_0x45fa11['push']([]));const _0x47a419=_0x2ef303['get'](_0x360ed1);_0x45fa11[_0x47a419]['push'](_0x544d44);}!(function(){_0x45fa11['sort']((_0x5a8933,_0x39838f)=>{const _0x402cf1=_0x5a8933[0x0]['createdAt'],_0x491cd8=_0x39838f[0x0]['createdAt'];return _0x402cf1==_0x491cd8?_0x5a8933[0x0]['attributes']['groupId']<_0x39838f[0x0]['attributes']['groupId']?-0x1:0x1:_0x402cf1<_0x491cd8?-0x1:0x1;});for(const _0x522563 of _0x45fa11)_0x522563['sort']((_0xcde3c7,_0x18311)=>_0xcde3c7['id']<_0x18311['id']?-0x1:0x1);}());for(let _0x587f9a=0x0;_0x587f9a<_0x45fa11['length'];_0x587f9a++){if(0x0==_0x45fa11[_0x587f9a]['length'])continue;const _0x521386=[];for(let _0x503702=_0x587f9a+0x1;_0x503702<_0x45fa11['length'];_0x503702++)0x0!=_0x45fa11[_0x503702]['length']&&_0x385ed5(_0x45fa11[_0x587f9a],_0x45fa11[_0x503702])&&_0x521386['push'](_0x503702);for(const _0x25c182 of _0x521386)_0x45fa11[_0x587f9a]=_0x45fa11[_0x587f9a]['concat'](_0x45fa11[_0x25c182]),_0x45fa11[_0x25c182]=[];}for(const _0x123310 of _0x45fa11)for(let _0x1452ac=0x0;_0x1452ac<_0x123310['length'];_0x1452ac++){const _0x58ecc1=_0x123310[_0x1452ac+0x1]||null;_0x123310[_0x1452ac]['next']!==_0x58ecc1&&(_0x123310[_0x1452ac]['next']=_0x58ecc1);}for(const _0x15df0b of _0x45fa11)for(let _0x38ee5d=0x0;_0x38ee5d<_0x15df0b['length'];_0x38ee5d++){const _0x3cc4d9=_0x15df0b[_0x38ee5d-0x1]||null;_0x15df0b[_0x38ee5d]['previous']!==_0x3cc4d9&&(_0x15df0b[_0x38ee5d]['previous']=_0x3cc4d9);}function _0x385ed5(_0x4b5df3,_0x504d8b){if(_0x4b5df3[0x0]['attributes']['groupId']!==_0x504d8b[0x0]['attributes']['groupId']&&_0x4b5df3[0x0]['author']!==_0x504d8b[0x0]['author'])return!0x1;if(!function(_0x5db081,_0x511ac4){if(!_0x5db081['hasComments']&&!_0x511ac4['hasComments'])return!0x0;if(_0x5db081['hasComments']&&_0x511ac4['hasComments'])return!0x1;if(_0x5db081['hasComments']&&_0x511ac4['createdAt']<_0x5db081['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x511ac4['hasComments']&&_0x5db081['createdAt']<_0x511ac4['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x4b5df3[0x0],_0x504d8b[0x0]))return!0x1;const _0x388325=ot(_0x4b5df3[0x0]['attributes'],['groupId','trackingSessionId']),_0x185895=ot(_0x504d8b[0x0]['attributes'],['groupId','trackingSessionId']);if(!st(_0x388325,_0x185895))return!0x1;if(_0x4b5df3[0x0]['attributes']['groupId']==_0x504d8b[0x0]['attributes']['groupId'])return!0x0;if(_0x4b5df3[0x0]['attributes']['trackingSessionId']!==_0x504d8b[0x0]['attributes']['trackingSessionId'])return!0x1;return!!_0x4b5df3['every'](_0x30476c=>_0x504d8b['some'](_0x4f10f5=>_0x30476c['getFirstRange']()['isEqual'](_0x4f10f5['getFirstRange']())))&&_0x504d8b['every'](_0x434288=>_0x4b5df3['some'](_0x1a421c=>_0x434288['getFirstRange']()['isEqual'](_0x1a421c['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x4699c9){const _0x44dae6=Array['from'](_0x4699c9),_0x38278c=this['getSuggestions']({'skipNotAttached':!0x0}),_0x3f1c2b=_0x38278c['filter'](_0x43ab78=>!_0x4699c9['has'](_0x43ab78)),_0x2ff317=new Map(_0x44dae6['map'](_0x3ce435=>[_0x3ce435,this['_suggestionFactory']['getSuggestionCallback'](_0x3ce435['type'],_0x3ce435['subType'],'join')])),_0x2a345d=new Map(_0x38278c['map'](_0xc5ec2d=>[_0xc5ec2d,_0xc5ec2d['getRanges']()]));for(let _0xaefc8f=0x0;_0xaefc8f<_0x44dae6['length'];_0xaefc8f++){if(_0x47ddf1(this,_0x44dae6[_0xaefc8f],_0x44dae6,_0xaefc8f+0x1))return!0x0;}for(let _0x5bf195=0x0;_0x5bf195<_0x44dae6['length'];_0x5bf195++){if(_0x47ddf1(this,_0x44dae6[_0x5bf195],_0x3f1c2b,0x0))return!0x0;}return!0x1;function _0x47ddf1(_0x43d85f,_0x15565f,_0x3bb6af,_0x5f00ff){for(let _0x3e3a6c=_0x5f00ff;_0x3e3a6c<_0x3bb6af['length'];_0x3e3a6c++){const _0xd07887=_0x3bb6af[_0x3e3a6c];if(_0xd07887['type']!==_0x15565f['type']||_0xd07887['author']['id']!==_0x15565f['author']['id']||_0xd07887['subType']!==_0x15565f['subType'])continue;if(!an(_0x15565f,_0xd07887))continue;if('attribute'==_0x15565f['type']&&_0x15565f['data']['oldValue']!=_0xd07887['data']['oldValue'])continue;if('attribute'==_0x15565f['type']&&_0x43d85f['_suggestionsConversion']['isBlockAttribute'](_0x15565f['data']['key']))continue;if('formatBlock'==_0x15565f['type']){const _0x163a44=_0x43d85f['editor']['model'],_0x38cd45=_0x15565f['getContainedElement']();if(_0x38cd45&&(_0x163a44['schema']['isObject'](_0x38cd45)||_0x163a44['schema']['isLimit'](_0x38cd45)))continue;}const _0x3ee55a=_0x2ff317['get'](_0x15565f),_0x15b9d4=_0x2a345d['get'](_0x15565f),_0x1309a8=_0x2a345d['get'](_0xd07887),_0x30d534=_0x15565f['commentThread']&&_0x15565f['commentThread']['length'],_0x5dde3a=_0xd07887['commentThread']&&_0xd07887['commentThread']['length'];if(!_0x30d534&&_0x3ee55a(_0x1309a8,_0x15b9d4))return _0x43d85f['_joinSuggestions'](_0xd07887,_0x15565f),_0x2a345d['delete'](_0x15565f),!0x0;if(!_0x5dde3a&&_0x3ee55a(_0x15b9d4,_0x1309a8))return _0x43d85f['_joinSuggestions'](_0x15565f,_0xd07887),_0x2a345d['delete'](_0xd07887),!0x0;}return!0x1;}}['_joinSuggestions'](_0x564a7c,_0x4aa64b){if(_0x564a7c['isMultiRange']){for(const _0x4fa7df of _0x4aa64b['getRanges']())_0x564a7c['addRange'](_0x4fa7df);}else{const _0xe4b8f9=_0x4aa64b['getFirstRange']()['end'];this['_setSuggestionRange'](_0x564a7c,this['_model']['createRange'](_0x564a7c['getFirstRange']()['start'],_0xe4b8f9));}_0x4aa64b['removeMarkers']();}['_getMarkerAnnouncementText'](_0x33d356,_0x1cade1,_0x3f4e29){const _0x1eae69=_0x33d356['startsWith']('format')||_0x33d356['startsWith']('attribute')?'FORMATTING':_0x33d356['toUpperCase']();return At(this['editor']['locale'],_0x1cade1+'_'+_0x1eae69+'_SUGGESTION_ANNOUNCEMENT',_0x3f4e29);}['_initAriaMarkerChangeAnnouncements'](){const _0x231eec=this['editor'];if(!_0x231eec['ui'])return;const {ariaLiveAnnouncer:_0x480f85}=_0x231eec['ui'];_0x34c014(this['_model'],({left:_0x24d0d5,entered:_0x3fbb09})=>{for(const _0x2457a9 of _0x24d0d5){const {group:_0x4977a0,type:_0x158bb7}=_0x5024a3(_0x2457a9['name']);if('suggestion'===_0x4977a0){_0x480f85['announce'](this['_getMarkerAnnouncementText'](_0x158bb7,'LEAVE'));break;}}for(const _0x43099e of _0x3fbb09){const {group:_0x1b81e9,type:_0x59f35f}=_0x5024a3(_0x43099e['name']);if('suggestion'===_0x1b81e9){_0x480f85['announce'](this['_getMarkerAnnouncementText'](_0x59f35f,'ENTER',_0x3d636c(_0x4d82a1)));break;}}});}['_processAttributeChanges'](_0x5f27f5){if(this['_recordAttributeSuggestions'])return!0x1;const _0x9ee8fb=this['editor'],_0x281843=_0x9ee8fb['model']['document']['differ']['getChanges']();if(0x0==_0x281843['length'])return!0x1;const _0x45a743=[],_0x258078=_0x281843['filter'](_0x1230dd=>'attribute'==_0x1230dd['type']),_0x2b52b2=_0x281843['filter'](_0x5028b7=>'insert'==_0x5028b7['type']&&'$text'!=_0x5028b7['name']),_0x1acdf3=_0x281843['filter'](_0x294c06=>'remove'==_0x294c06['type']&&'$text'!=_0x294c06['name']);for(const _0x57f36d of _0x258078)_0x45a743['push']({'key':_0x57f36d['attributeKey'],'newValue':_0x57f36d['attributeNewValue'],'oldValue':_0x57f36d['attributeOldValue'],'range':sn(_0x57f36d['range'],_0x9ee8fb['model'])});for(const _0x7676b0 of _0x2b52b2){const _0x3cb2d7=_0x1acdf3['find'](_0x38bf45=>_0x38bf45['position']['isEqual'](_0x7676b0['position']));_0x3cb2d7&&_0x45a743['push']({'key':Ke,'newValue':_0x7676b0['name'],'oldValue':_0x3cb2d7['name'],'range':_0x9ee8fb['model']['createRangeOn'](_0x7676b0['position']['nodeAfter'])});}return 0x0!=_0x45a743['length']&&this['_reduceExistingSuggestions'](_0x5f27f5,_0x45a743);}['_processAttributeSuggestions'](_0x345a39){let _0xfe5b17=!0x1;const _0x42f630=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x4668ad=>_0x4668ad['data']['newRange']&&_0x4668ad['name']['startsWith']('suggestion:attribute:'));for(const _0x8c8ce1 of _0x42f630){const {subType:_0xc9a9f9,id:_0x16c91a}=_0x5024a3(_0x8c8ce1['name']),_0x203d75=_0xc9a9f9['split']('|')[0x0];for(const _0x1aabf3 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x1aabf3['id']!=_0x16c91a&&'attribute'==_0x1aabf3['type']&&_0x1aabf3['data']&&_0x1aabf3['data']['key']==_0x203d75&&_0x1aabf3['getFirstRange']()['isIntersecting'](_0x8c8ce1['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x1aabf3,_0x8c8ce1['data']['newRange'],_0x345a39),_0xfe5b17=!0x0);}return _0xfe5b17;}['recordAttributeChanges'](_0x4a248f){this['_recordAttributeSuggestions']=!0x0,_0x4a248f();}['_reduceExistingSuggestions'](_0x1ef958,_0x74dbe1){if(0x0==_0x74dbe1['length'])return!0x1;let _0x5f0451=!0x1;for(const _0x6e8f8d of _0x74dbe1){const _0x58fea1=this['_findSuggestions'](_0x6e8f8d['range'],'attribute')['filter'](_0x2afbf5=>!_0x2afbf5['meta']['isNextTo'])['map'](_0x27c7bf=>_0x27c7bf['suggestion']),_0x68769b=_0x27d616({'newValue':_0x6e8f8d['newValue']});_0x58fea1['filter'](_0x4f4585=>{const [_0x2c6297,_0x5fe35a]=_0x4f4585['subType']['split']('|');return _0x2c6297==_0x6e8f8d['key']&&_0x5fe35a!=_0x68769b;})['forEach'](_0x311f8e=>{this['_reduceSuggestionAttributeRange'](_0x311f8e,_0x6e8f8d['range'],_0x1ef958),_0x5f0451=!0x0;});}return _0x5f0451;}['_reduceSuggestionAttributeRange'](_0x17357a,_0x15f989,_0x5c4d24){const _0x387bfa=_0x17357a['getFirstRange']()['getDifference'](_0x15f989);0x0!==_0x387bfa['length']?0x1!==_0x387bfa['length']?this['_breakSuggestionMarker'](_0x17357a,_0x15f989['start'],_0x15f989['end']):this['_setSuggestionRange'](_0x17357a,_0x387bfa[0x0]):_0x5c4d24['removeMarker'](_0x17357a['getFirstMarker']());}}class Ye{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x479a08){this['_editor']=_0x479a08,this['_model']=_0x479a08['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x26a078,_0x3f30b2,_0x5ac72d,_0xd0972a,_0x3c172a,_0x1ae58f,_0x1b8d6c){return new bt(this['_model'],{'type':_0x26a078,'subType':_0x3f30b2,'id':_0x5ac72d,'originalSuggestionId':_0x1b8d6c,'author':_0xd0972a,'creator':_0xd0972a,'attributes':_0x3c172a,'onAttributesChange':_0x1ae58f,'onAccept':(..._0x173383)=>this['getSuggestionCallback'](_0x26a078,_0x3f30b2,'accept')(..._0x173383),'onDiscard':(..._0x6ce1c8)=>this['getSuggestionCallback'](_0x26a078,_0x3f30b2,'discard')(..._0x6ce1c8)});}['registerCustomCallback'](_0x3b147e,_0x3f838f,_0x215ff4,_0x47b734){const _0x5460c1=_0x3b147e+':'+_0x3f838f+':'+_0x215ff4;this['_customCallbacks']['set'](_0x5460c1,_0x47b734);}['getSuggestionCallback'](_0x34b2a8,_0x5623a4,_0x2ba3e8){const _0x31aecd=_0x34b2a8+':'+_0x5623a4+':'+_0x2ba3e8;return this['_customCallbacks']['get'](_0x31aecd)||this['_defaultCallbacks']['get'](_0x34b2a8+':'+_0x2ba3e8);}['_registerDefaultCallbacks'](){const _0x3411e9=()=>!0x1,_0x5c5976=_0x410c85=>{_0x410c85['sort']((_0x593fdd,_0x37926b)=>_0x593fdd['start']['isBefore'](_0x37926b['start'])?0x1:-0x1),this['_model']['change'](_0x40fe8d=>{for(const _0x1e2478 of _0x410c85){let _0x283eda;_0x283eda=_0x1e2478['end']['isAtEnd']&&_0x1e2478['end']['parent']==_0x1e2478['start']['nodeAfter']?_0x40fe8d['createSelection'](_0x1e2478['start']['nodeAfter'],'on'):_0x40fe8d['createSelection'](_0x1e2478),this['_model']['deleteContent'](_0x283eda,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0,'doNotFixSelection':!0x0});}});},_0x4979d8=(_0x24b055,_0x2bf237)=>{_0x2bf237&&this['_model']['change'](_0x4b076a=>{const {commandName:_0x387c5d,commandParams:_0x4d8b28=[]}=_0x2bf237,_0x4b4e89=_0x24b055['map'](_0x529830=>(Qe(_0x529830)&&(_0x529830=this['_model']['createRange'](_0x529830['end'])),_0x529830))['filter'](_0x424cab=>'$graveyard'!==_0x424cab['root']['rootName']);if(_0x4b4e89['length']<0x1)return;const _0x5078eb=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0xdad2ab=>_0x5ce503['fromRange'](_0xdad2ab));_0x4b076a['setSelection'](_0x4b4e89);for(const _0x1565e7 of this['_editor']['commands']['commands']())_0x1565e7['refresh']();_0x4d8b28['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x387c5d,..._0x4d8b28);const _0x4b68f3=_0x5078eb['filter'](_0x226926=>'$graveyard'!=_0x226926['root']['rootName']);_0x4b68f3['length']>0x0&&_0x4b076a['setSelection'](_0x4b68f3);for(const _0x3433d6 of _0x5078eb)_0x3433d6['detach']();});},_0x45a2f0=(_0x4d8c32,_0x130b47)=>0x1==_0x4d8c32['length']&&0x1==_0x130b47['length']&&_0x4d8c32[0x0]['end']['isEqual'](_0x130b47[0x0]['start']),_0x17e526=(_0x3b262b,_0x1ef566,_0x5c3fd7,_0x417c36)=>on(_0x3b262b,_0x1ef566,_0x5c3fd7,_0x417c36)?[_0x3b262b,_0x1ef566]:on(_0x1ef566,_0x3b262b,_0x417c36,_0x5c3fd7)?[_0x1ef566,_0x3b262b]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x3411e9),this['_defaultCallbacks']['set']('insertion:discard',_0x5c5976),this['_defaultCallbacks']['set']('insertion:join',_0x45a2f0),this['_defaultCallbacks']['set']('insertion:chain',_0x17e526),this['_defaultCallbacks']['set']('deletion:accept',_0x5c5976),this['_defaultCallbacks']['set']('deletion:discard',_0x3411e9),this['_defaultCallbacks']['set']('deletion:join',_0x45a2f0),this['_defaultCallbacks']['set']('deletion:chain',_0x17e526),this['_defaultCallbacks']['set']('formatInline:accept',_0x4979d8),this['_defaultCallbacks']['set']('formatInline:discard',_0x3411e9),this['_defaultCallbacks']['set']('formatInline:join',_0x45a2f0),this['_defaultCallbacks']['set']('formatInline:chain',_0x3411e9),this['_defaultCallbacks']['set']('formatBlock:accept',_0x4979d8),this['_defaultCallbacks']['set']('formatBlock:discard',_0x3411e9),this['_defaultCallbacks']['set']('formatBlock:join',_0x45a2f0),this['_defaultCallbacks']['set']('formatBlock:chain',_0x3411e9),this['_defaultCallbacks']['set']('attribute:accept',_0x3411e9),this['_defaultCallbacks']['set']('attribute:discard',(_0x26fde4,_0x4172e2)=>{if(!_0x4172e2)return;const _0xf7055=this['_editor']['plugins']['get'](_0x69b91c);this['_model']['change'](_0x2c3658=>{if(_0x4172e2['key']==Ke)for(const _0x271bfb of _0x26fde4){const _0x3d1a9c=_0x271bfb['start']['nodeAfter'],_0x387f0f=_0x4172e2['oldValue'];_0x2c3658['rename'](_0x3d1a9c,_0x387f0f);}else{if(_0xf7055['isBlockAttribute'](_0x4172e2['key'])){for(const _0x19e2fe of _0x26fde4)void 0x0!==_0x4172e2['oldValue']?_0x2c3658['setAttribute'](_0x4172e2['key'],_0x4172e2['oldValue'],_0x19e2fe['start']['nodeAfter']):_0x2c3658['removeAttribute'](_0x4172e2['key'],_0x19e2fe['start']['nodeAfter']);}else{for(const _0x26cfd2 of _0x26fde4)_0x4172e2['oldValue']?_0x2c3658['setAttribute'](_0x4172e2['key'],_0x4172e2['oldValue'],_0x26cfd2):_0x2c3658['removeAttribute'](_0x4172e2['key'],_0x26cfd2);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x45a2f0);}}function qe(_0xf3ecff,_0x18a48a,_0x57d20b){for(const _0x4fee95 of _0x18a48a['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x4fee95['root']==_0x4fee95)return!0x1;if(!_0x57d20b['containsItem'](_0x4fee95))return!0x1;if(_0xf3ecff['isObject'](_0x4fee95)||_0xf3ecff['isLimit'](_0x4fee95))return!0x0;}return!0x1;}function Qe(_0x4eea33){return _0x4eea33['end']['parent']==_0x4eea33['start']['nodeAfter']&&_0x4eea33['end']['isAtStart'];}function Ze(_0x1e2a66,_0x55177b,_0x154399,_0x4cf6f0){const _0x21964f=_0x48fbe2=>!_0x48fbe2['item']['is']('$textProxy')&&!_0x4cf6f0['isObject'](_0x48fbe2['item']),_0x2d7670=_0x1e2a66['start']['getLastMatchingPosition'](_0x21964f),_0x506141=_0x1e2a66['end']['getLastMatchingPosition'](_0x21964f,{'direction':'backward'});return(!_0x1e2a66['start']['isEqual'](_0x2d7670)||!_0x1e2a66['end']['isEqual'](_0x506141))&&(_0x2d7670['isBefore'](_0x506141)?_0x154399['updateMarker'](_0x55177b,{'range':_0x154399['createRange'](_0x2d7670,_0x506141)}):_0x154399['removeMarker'](_0x55177b),!0x0);}function Je(_0x5b38d7){return _0x27d616(_0x5b38d7);}function tn(_0x2f2390){const _0xb7fcec=_0x2f2390['start']['nodeAfter'];return _0xb7fcec&&_0xb7fcec['is']('element');}function en(_0xa37f35){return Qe(_0xa37f35)||function(_0x373a95){return _0x373a95['start']['parent']==_0x373a95['end']['nodeBefore']&&_0x373a95['start']['isAtEnd'];}(_0xa37f35);}function nn(_0x3d129d,_0xc013d4){try{const _0x216d12=_0x3d129d['getRange']();for(const _0x354f9d of _0xc013d4)if(_0x3d129d!==_0x354f9d&&_0x216d12&&_0x216d12['isIntersecting'](_0x354f9d['getRange']()))return!0x0;return!0x1;}catch{return!0x1;}}function sn(_0x3509fb,_0x3f201a){return null==_0x3509fb['end']['nodeBefore']&&_0x3509fb['end']['parent']==_0x3509fb['start']['nodeAfter']?rn(_0x3509fb['start']['nodeAfter'],_0x3f201a):_0x3509fb;}function rn(_0xe91179,_0x18eff6){const _0x27d529=_0x18eff6['schema']['isObject'](_0xe91179)||_0x18eff6['schema']['isSelectable'](_0xe91179);return _0x18eff6['createRange'](_0x18eff6['createPositionAt'](_0xe91179,'before'),_0x27d529?_0x18eff6['createPositionAfter'](_0xe91179):_0x18eff6['createPositionAt'](_0xe91179,'end'));}function on(_0x1bd588,_0x13a9bc,_0x2e204b,_0x3bdf80){return!!an(_0x1bd588,_0x13a9bc)&&_0x2e204b['end']['isEqual'](_0x3bdf80['start']);}function an(_0x29191e,_0x100176){if(!_0x29191e['_isDataLoaded']||!_0x100176['_isDataLoaded'])return!0x1;const _0x2e4cde=new Set(Object['keys'](_0x29191e['attributes'])),_0x587ef9=new Set(Object['keys'](_0x100176['attributes']));if(_0x2e4cde['delete']('groupId'),_0x587ef9['delete']('groupId'),0x0==_0x2e4cde['size']&&0x0==_0x587ef9['size'])return!0x0;if(_0x2e4cde['size']!=_0x587ef9['size'])return!0x1;const _0x26633e={..._0x29191e['attributes']},_0x3d55bc={..._0x100176['attributes']};return delete _0x26633e['groupId'],delete _0x3d55bc['groupId'],JSON['stringify'](_0x26633e)==JSON['stringify'](_0x3d55bc);}function cn(_0x4a87a1,_0x4b5fbb){const _0x3155ea=ln(_0x4a87a1['attributes']),_0x3ab2e7=ln(_0x4b5fbb);if(!_0x4a87a1['_isDataLoaded'])return!0x1;for(const _0x3d5f3f of Object['keys'](_0x3ab2e7))if(!st(_0x3155ea[_0x3d5f3f],_0x3ab2e7[_0x3d5f3f]))return!0x1;return!0x0;}function ln(_0x2f32eb){const _0x48b33c=Object['assign']({},_0x2f32eb);return delete _0x48b33c['skipNestingCheck'],delete _0x48b33c['tablePasteChainId'],_0x48b33c;}function un(_0xaeb953){return _0xaeb953['split']('|')[0x0];}class hn extends/* #__PURE__ -- @preserve */
|
|
26
|
+
_0x241079(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x33ce9c,_0x2c5178,_0x5d7384,_0x66b52a){super(),this['model']=_0x2c5178,this['view']=_0x5d7384,this['commentThreadController']=_0x66b52a,this['_editor']=_0x33ce9c,this['_acceptCommand']=_0x33ce9c['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x33ce9c['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x3b64a7,_0x1107ac)=>_0x3b64a7||_0x1107ac),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x2f683b=>_0x2f683b&&this['_editor']['model']['canEditAt'](_0x2c5178['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x400ddf=>_0x400ddf&&this['_editor']['model']['canEditAt'](_0x2c5178['getRanges']())),this['_pendingAction']=null,_0x5d7384['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x5d7384,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x5d7384,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x5d7384,'change:isDirty',()=>{_0x5d7384['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 _0x29942e=At(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x29942e);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class dn extends _0x20a04b{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x23e2ff,_0x508ce0,_0x38fb30,_0x2db5e6){super(_0x23e2ff),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x2856fe(_0x23e2ff,At(_0x23e2ff,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x508ce0['authoredAt']),this['bind']('authoredAt')['to'](_0x508ce0),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',_0x508ce0,'authoredAt',this,'descriptionParts',(_0x148947,_0x2cc71d,_0x2a9444)=>{const _0x31ef02=_0x2a9444['map'](_0x2c52c5=>gt(_0x2c52c5['content']))['join']('.\x20')+'.';return At(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x148947-0x1,_0x508ce0['author']['name'],_0x2cc71d?_0x2db5e6['formatDateTime'](_0x2cc71d):'',new DOMParser()['parseFromString'](_0x31ef02,'text/html')['body']['textContent']]);}),this['focusables']=new _0x21c02e(),this['focusTracker']=new _0x135dbd(),this['keystrokes']=new _0x2816b5(),this['focusCycler']=new _0x549bb7({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x45b782=>_0x45b782['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x508ce0,this['_localUser']=_0x38fb30,this['_config']=_0x2db5e6,_0x2db5e6['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0xc2edd4(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x47d013}=this['_config'];this['commentsListView']=new _0x47d013(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',_0x352857=>_0x352857+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x2cb3b8,_0xeab77)=>_0x2cb3b8||!!_0xeab77);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x15ea15}=this['_config'],_0x5e0fa1=new _0x15ea15(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x1300a2=_0x5e0fa1['commentInputView'];return _0x5e0fa1['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x1300a2,'value',(_0x83513b,_0x439619,_0x5a8e54)=>!!_0x5a8e54||_0x83513b&&!_0x439619),_0x1300a2['on']('submit',(_0x19128b,_0x546d44)=>{this['fire']('addComment',_0x546d44),_0x1300a2['editor']['setData']('');}),_0x1300a2['on']('cancel',()=>this['focus']()),_0x1300a2['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x5e0fa1;}}class fn extends dn{['suggestionView'];['_descriptionElement'];constructor(_0x5084c7,_0x2a133,_0x1c480d,_0x106c50){super(_0x5084c7,_0x2a133,_0x1c480d,_0x106c50),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x324563=>_0x324563&&_0x324563[0x0]?_0x324563[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x348632,_0x1cb91b)=>{let _0x4fe8fe='';for(const _0x1ea0e2 of _0x348632)_0x4fe8fe+='<p>'+gt(_0x1ea0e2['content'],_0x1ea0e2['color'])+'</p>';return _0x1cb91b?_0x4fe8fe:_0x21e49e(_0x4fe8fe,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x106c50['SuggestionView'](_0x5084c7,_0x2a133,{'formatDateTime':_0x106c50['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 _0x218c0d=this['bindTemplate'],_0x21c050=[this['suggestionView']];return this['commentsListView']&&_0x21c050['push'](this['commentsListView']),this['commentThreadInputView']&&_0x21c050['push'](this['commentThreadInputView']),_0x21c050['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x218c0d['if']('isActive','ck-suggestion-wrapper--active'),_0x218c0d['to']('type',_0x67f04a=>'ck-suggestion-'+_0x67f04a),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':_0x218c0d['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x21c050};}['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 _0x20a04b{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x13d37b,_0x79f17c,_0x431927){super(_0x13d37b),this['_model']=_0x79f17c,this['_config']=_0x431927,this['set']('description',''),this['bind']('authoredAt')['to'](_0x79f17c),this['acceptButton']=this['_createButton'](At(_0x13d37b,'Accept\x20suggestion'),_0x580087,'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](At(_0x13d37b,'Discard\x20suggestion'),_0x5ee3e5,'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x42d46a(_0x13d37b,_0x79f17c['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x21c02e([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x135dbd(),this['keystrokes']=new _0x2816b5(),this['focusCycler']=new _0x549bb7({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x360a6d=>_0x360a6d['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x5fb0b8=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x5fb0b8['innerHTML']=this['description'],this['on']('change:description',(_0x58c9e6,_0x10c89f,_0x1fa220)=>{_0x5fb0b8['innerHTML']=_0x1fa220;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x5ac390=this['bindTemplate'],_0x163f0a=[{'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':_0x5ac390['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x5ac390['to']('authoredAt',_0x501ea2=>this['_config']['formatDateTime'](_0x501ea2))}]}]},{'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']&&_0x163f0a['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':_0x163f0a}]};}['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'](_0xc4a7,_0x5e603c,_0x51a8ad,_0x3e7047,_0x362212){const _0x13da85=new _0x590bd0(this['locale']);return _0x13da85['set']({'label':_0xc4a7,'icon':_0x5e603c,'tooltip':!0x0,'tooltipPosition':_0x362212}),_0x13da85['extendTemplate']({'attributes':{'class':_0x51a8ad}}),_0x13da85['on']('execute',()=>{this['fire'](_0x3e7047,this['_model']['id']);}),_0x13da85;}['_setupKeyboardNavigation'](){const _0x3cb5a7=this['element'];this['keystrokes']['listenTo'](_0x3cb5a7);for(const _0x250b73 of this['focusables'])this['focusTracker']['add'](_0x250b73['element']),this['keystrokes']['listenTo'](_0x250b73['element']);this['keystrokes']['set']('enter',(_0x3bcc22,_0x44cee7)=>{_0x3cb5a7===_0x3bcc22['target']&&(this['focusCycler']['focusFirst'](),_0x44cee7());}),this['keystrokes']['set']('esc',(_0x4031b6,_0x4cfd64)=>{_0x3cb5a7!==_0x4031b6['target']&&(this['focus'](),_0x4cfd64());});}}class mn extends _0x542478{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[Xe,_0x46e4db,_0x5208d5,_0x2511a0,_0x547235];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x13c4fb){super(_0x13c4fb),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x1ba0f2=this['editor']['config'];_0x1ba0f2['define']('trackChanges.SuggestionThreadView',fn),_0x1ba0f2['define']('trackChanges.SuggestionView',gn),_0x1ba0f2['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x1ba0f2['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x347748,_0x304431){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x5eae8a,_0x27a605]of this['_handleControllerBuffer']){const _0x50db91=this['_suggestionToController']['has'](_0x5eae8a);_0x50db91||_0x27a605?_0x50db91&&_0x27a605&&this['_destroyController'](_0x5eae8a):this['_initializeController'](_0x5eae8a);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get'](_0x547235)['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x347748,_0x304431);}['init'](){const _0x520498=this['editor'],_0x115079=_0x520498['plugins']['get'](Xe),_0x5e3fbb=_0x520498['plugins']['get'](_0x2511a0),_0x2c4bc2=_0x520498['plugins']['get'](_0x547235),_0x2e5601=_0x520498['plugins']['get'](_0x5208d5);this['_addUIComponentsToFactory'](),_0x2c4bc2['addSourceCollector'](()=>{const _0x1e653b=[];for(const [_0x1ce95c,_0x32be96]of Array['from'](this['_suggestionToController'])){const _0x920209=_0x1ce95c['getAllAdjacentSuggestions'](),_0x16da1e=[];for(const _0x50d147 of _0x920209){if(!_0x50d147['isInContent'])continue;if(_0x50d147['isMultiRange']){_0x16da1e['push'](..._0x50d147['getRanges']());continue;}const _0x3f8562=_0x50d147['getFirstRange']();if(_0x16da1e['length']>0x0){const _0x3a0e0d=_0x16da1e[0x0]['getJoined'](_0x3f8562);if(_0x3a0e0d){_0x16da1e[0x0]=_0x3a0e0d;continue;}}_0x16da1e['push'](_0x3f8562);}_0x1e653b['push']([_0x32be96['view'],_0x16da1e]);}return _0x1e653b;}),this['listenTo'](_0x115079,'suggestionLoaded',(_0x493730,_0x3dc9cf)=>{this['listenTo'](_0x3dc9cf,'change:previous',(_0x4f1bed,_0x412489,_0x27eb57,_0x2dcfea)=>{_0x3dc9cf['isInContent']&&(null==_0x27eb57?(this['_updateController'](_0x2dcfea['head']),this['_handleSuggestionControllerDelayed'](_0x3dc9cf,!0x1)):(this['_updateController'](_0x27eb57['head']),null==_0x2dcfea&&this['_handleSuggestionControllerDelayed'](_0x3dc9cf,!0x0)));}),null!==_0x3dc9cf['previous']?this['_updateController'](_0x3dc9cf['head']):this['_handleSuggestionControllerDelayed'](_0x3dc9cf,!0x1);}),this['listenTo'](_0x115079,'suggestionUnloaded',(_0x4666ca,_0x39749b,_0x3cbafb)=>{this['stopListening'](_0x39749b,'change:previous'),this['_handleControllerBuffer']['delete'](_0x39749b),this['_suggestionToController']['has'](_0x39749b)&&this['_destroyController'](_0x39749b),_0x3cbafb&&this['_updateController'](_0x3cbafb['head']);}),this['listenTo'](_0x115079,'suggestionChanged',(_0x4a3cee,_0x37ee76)=>{this['_updateController'](_0x37ee76);}),this['listenTo'](_0x5e3fbb,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x2e5601,'addComment',(_0x5ec124,{threadId:_0x322f2d,isFromAdapter:_0x418cf1})=>{if(_0x418cf1||!_0x115079['hasSuggestion'](_0x322f2d))return;const _0x4e16d9=_0x115079['getSuggestion'](_0x322f2d);this['_suggestionToController']['get'](_0x4e16d9)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x491e85=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x315fb4;for(const _0x1e74e0 in _0x491e85){const _0x2db717=_0x1e74e0,_0x2eb9d2=_0x491e85[_0x2db717];if('trackChangesLicenseKeyValid'==_0x2eb9d2||'trackChangesLicenseKeyInvalid'==_0x2eb9d2||'trackChangesLicenseKeyExpired'==_0x2eb9d2||'trackChangesLicenseKeyDomainLimit'==_0x2eb9d2||'trackChangesLicenseKeyNotAllowed'==_0x2eb9d2||'trackChangesLicenseKeyEvaluationLimit'==_0x2eb9d2||'trackChangesLicenseKeyUsageLimit'==_0x2eb9d2){delete _0x491e85[_0x2db717],_0x315fb4=_0x2eb9d2,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x315fb4&&_0x491e85['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x315fb4&&_0x491e85['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x315fb4&&_0x491e85['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x315fb4&&_0x491e85['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x315fb4&&_0x491e85['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyUsageLimit'==_0x315fb4&&_0x491e85['_showLicenseError']('usageLimit');},0x3e8);}['getAnnotationForSuggestion'](_0x4ff5d6){const _0x5bf132=this['_suggestionToController']['get'](_0x4ff5d6);if(!_0x5bf132)return null;return this['editor']['plugins']['get'](_0x2511a0)['getByInnerView'](_0x5bf132['view'])||null;}['getSuggestionForAnnotation'](_0x2b833e){const _0x4bb274=this['_viewToController']['get'](_0x2b833e['innerView']);return _0x4bb274?_0x4bb274['model']:null;}['_refreshActiveMarkers'](){const _0x1ad342=this['editor']['plugins']['get'](_0x2511a0),_0x3669a8=this['editor']['plugins']['get'](Xe),_0x324cf0=Array['from'](_0x1ad342['activeAnnotations'],_0x40f585=>_0x40f585['innerView'])['filter'](_0x15f45c=>this['_viewToController']['has'](_0x15f45c)),_0x4e257f=[];for(const _0x42cad1 of _0x324cf0){const _0x37c510=this['_viewToController']['get'](_0x42cad1)['model']['getAllAdjacentSuggestions']();_0x4e257f['push'](..._0x37c510['reduce']((_0x14dd14,_0x1939d4)=>[..._0x14dd14,..._0x1939d4['getMarkerNames']()],[]));}_0x3669a8['activeMarkers']=_0x4e257f;}['_addUIComponentsToFactory'](){const _0x124fd8=this['editor'],_0x4d2958=_0x124fd8['locale'],_0x259517=At(_0x4d2958,'Track\x20changes'),_0x8fad0d=new _0x3c2374([{'type':'switchbutton','model':new _0x373190({'withText':!0x0,'isToggleable':!0x0,'label':_0x259517,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x373190({'withText':!0x0,'label':At(_0x4d2958,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x373190({'withText':!0x0,'label':At(_0x4d2958,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x373190({'withText':!0x0,'label':At(_0x4d2958,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x373190({'withText':!0x0,'label':At(_0x4d2958,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x124fd8['plugins']['has']('TrackChangesPreview')&&_0x8fad0d['addMany']([{'type':'separator'},{'type':'button','model':new _0x373190({'withText':!0x0,'label':At(_0x4d2958,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x268e59 of _0x8fad0d)if(En(_0x268e59)){const _0xafc140=_0x124fd8['commands']['get'](_0x268e59['model']['commandName']);_0x268e59['model']['bind']('isOn','isEnabled')['to'](_0xafc140,'value','isEnabled');}_0x124fd8['ui']['componentFactory']['add']('trackChanges',_0x4f94f4=>this['_createToolbarButton'](_0x4f94f4,_0x8fad0d,_0x259517)),_0x124fd8['ui']['componentFactory']['add']('menuBar:trackChanges',_0x13ca1c=>this['_createMenuBarMenu'](_0x13ca1c,_0x8fad0d,_0x259517));}['_createToolbarButton'](_0x4f3f1f,_0x4fc141,_0x770f33){const _0x36aaba=_0x3e5891(_0x4f3f1f,_0x59e3fc),_0x4c07a2=this['editor']['commands']['get']('trackChanges');_0x36aaba['buttonView']['set']({'tooltip':_0x770f33,'label':_0x770f33,'icon':_0x3560f2}),_0x36aaba['buttonView']['bind']('isOn')['to'](_0x4c07a2,'value'),_0x36aaba['buttonView']['on']('execute',()=>{_0x4c07a2['execute'](),this['editor']['editing']['view']['focus']();}),_0x3cf112(_0x36aaba,_0x4fc141,{'role':'menu'});const _0x19de02=[];for(const _0x4ca16f of _0x4fc141)En(_0x4ca16f)&&_0x19de02['push'](this['editor']['commands']['get'](_0x4ca16f['model']['commandName']));const _0x44075d=_0x36aaba['buttonView'];return _0x44075d['actionView']['unbind']('isEnabled'),_0x44075d['arrowView']['unbind']('isEnabled'),_0x44075d['actionView']['bind']('isEnabled')['to'](_0x4c07a2,'isEnabled'),_0x44075d['arrowView']['bind']('isEnabled')['toMany'](_0x19de02,'isEnabled',(..._0x1db145)=>_0x1db145['some'](_0x487d96=>_0x487d96)),_0x36aaba['on']('execute',_0x161797=>{this['editor']['execute'](_0x161797['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x36aaba;}['_createMenuBarMenu'](_0x52b358,_0x4bdc55,_0x42b898){const _0x33d707=new _0x4a412d(_0x52b358),_0x14fd8c=this['editor']['commands']['get']('trackChanges');_0x33d707['buttonView']['set']({'label':_0x42b898,'icon':_0x3560f2});const _0x3e0fa3=new _0x1dbfbe(_0x52b358);for(const _0x2b44c6 of _0x4bdc55){if('separator'==_0x2b44c6['type']){_0x3e0fa3['items']['add'](new _0x5dfb7a(_0x52b358));continue;}const _0x11927d=new _0x1e700b(_0x52b358,_0x33d707),_0x30f9b3=new _0x248430(_0x52b358),_0x578857=_0x2b44c6['model'];_0x30f9b3['bind'](...Object['keys'](_0x578857))['to'](_0x578857),_0x30f9b3['delegate']('execute')['to'](_0x33d707),_0x30f9b3['on']('execute',()=>{this['editor']['execute'](_0x578857['commandName']),this['editor']['editing']['view']['focus']();}),_0x11927d['children']['add'](_0x30f9b3),_0x3e0fa3['items']['add'](_0x11927d);}return _0x33d707['bind']('isEnabled')['to'](_0x14fd8c,'isEnabled'),_0x33d707['panelView']['children']['add'](_0x3e0fa3),_0x33d707;}['_initializeController'](_0x4ab1d5){const _0x53d3a3=this['editor'],_0x317da3=_0x53d3a3['config'],_0x20e7e1=_0x53d3a3['plugins']['get'](_0x2511a0),_0x721c25=_0x53d3a3['plugins']['get'](_0x5208d5),_0x14c53f=_0x53d3a3['plugins']['get'](_0x547235),_0x2e1aa8=_0x53d3a3['plugins']['get'](_0x46e4db)['me'],_0x4c54bd=_0x317da3['get']('trackChanges')['SuggestionThreadView'],_0x141db7=_0x317da3['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x24bd88,CommentThreadInputView:_0x52661f}=_0x53d3a3['plugins']['get']('CommentsUI');let _0x490a93,_0x35afec,_0x225796;this['_annotationViews']['has'](_0x4ab1d5['id'])?(_0x35afec=this['_annotationViews']['get'](_0x4ab1d5['id']),_0x490a93=_0x35afec['mainView']):(_0x490a93=new _0x4c54bd(_0x53d3a3['locale'],_0x4ab1d5,_0x2e1aa8,{'disableComments':this['_disableComments'],'editorConfig':{..._0x317da3['get']('comments.editorConfig'),'licenseKey':_0x317da3['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x317da3['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x317da3['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x317da3['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0xbdb5de(_0x317da3['get']('locale'),_0x53d3a3['locale']),'CommentView':_0x317da3['get']('comments')['CommentView'],'CommentsListView':_0x24bd88,'CommentThreadInputView':_0x52661f,'SuggestionView':_0x141db7}),_0x490a93['suggestionView']['acceptButton']['on']('execute',()=>{_0x53d3a3['editing']['view']['focus']();}),_0x490a93['suggestionView']['discardButton']['on']('execute',()=>{_0x53d3a3['editing']['view']['focus']();}),_0x35afec=_0x20e7e1['createAnnotationView'](this['editor']['locale'],_0x490a93),_0x35afec['bind']('isDirty')['to'](_0x490a93,'isDirty'),_0x35afec['bind']('length')['to'](_0x490a93),_0x35afec['bind']('type')['to'](_0x490a93,'type',_0x5d6039=>'suggestion-'+_0x5d6039),_0x490a93['on']('escape',()=>{_0x225796['fire']('escape');}),this['_annotationViews']['set'](_0x4ab1d5['id'],_0x35afec));const _0x1250f5=_0x721c25['createCommentThreadController'](_0x4ab1d5['commentThread'],_0x490a93),_0x41aa84=new hn(_0x53d3a3,_0x4ab1d5,_0x490a93,_0x1250f5),_0x5c37f2=_0x4ab1d5['getAllAdjacentSuggestions']()['filter'](_0x17f17a=>_0x17f17a['isInContent']);_0x490a93['descriptionParts']=_0x53d3a3['plugins']['get'](Xe)['descriptionFactory']['getDescriptions'](_0x5c37f2),this['_suggestionToController']['set'](_0x4ab1d5,_0x41aa84),this['_viewToController']['set'](_0x490a93,_0x41aa84);const _0x1a7f25=()=>{const _0x173a3f=[],_0x15edd6=_0x4ab1d5['getAllAdjacentSuggestions']()['filter'](_0x17a8c2=>_0x17a8c2['isInContent']);for(const _0x413553 of _0x15edd6)_0x173a3f['push'](..._0x413553['getMarkers']());return _0x58e159(_0x53d3a3['editing'],_0x173a3f);};_0x225796=_0x20e7e1['createAnnotation']({'view':_0x35afec,'target':_0x1a7f25,'type':()=>'suggestion-'+_0x41aa84['view']['type'],'isVisible':!!_0x1a7f25()}),_0x721c25['_bindAnnotationToEditors'](_0x490a93,_0x225796),_0x20e7e1['add'](_0x225796),_0x14c53f['registerAnnotation'](_0x225796);}['_destroyController'](_0x13dc39){const _0x4d574c=this['editor']['plugins']['get'](_0x5208d5),_0x3f9d15=this['editor']['plugins']['get'](_0x2511a0),_0x14d7cb=this['_suggestionToController']['get'](_0x13dc39),_0x39de37=_0x14d7cb['view'],_0x343746=_0x3f9d15['getByInnerView'](_0x39de37);_0x4d574c['_unbindEditors'](_0x39de37),_0x343746&&_0x3f9d15['remove'](_0x343746),this['_suggestionToController']['delete'](_0x13dc39),this['_viewToController']['delete'](_0x39de37),_0x14d7cb['destroy']();}['_updateController'](_0x2144cf){if(!_0x2144cf['isInContent']||!this['_suggestionToController']['has'](_0x2144cf))return;const _0x5555e4=this['editor']['plugins']['get'](Xe),_0x4e783f=this['_suggestionToController']['get'](_0x2144cf),_0x3c1806=_0x2144cf['getAllAdjacentSuggestions']();_0x4e783f['view']['descriptionParts']=_0x5555e4['descriptionFactory']['getDescriptions'](_0x3c1806);}['destroy'](){for(const _0x3bb69e of this['_suggestionToController']['keys']())this['_destroyController'](_0x3bb69e);for(const _0x3d2f5e of this['_annotationViews']['values']())_0x3d2f5e['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function En(_0x4eb81d){return'model'in _0x4eb81d;}class Tn extends _0x542478{static get['requires'](){return[Xe,mn,_0x3b643c];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x554dbf){this['editor']['plugins']['get'](Xe)['adapter']=_0x554dbf;}get['adapter'](){return this['editor']['plugins']['get'](Xe)['adapter'];}['addSuggestion'](_0x3361ea){return this['editor']['plugins']['get'](Xe)['addSuggestionData'](_0x3361ea);}['getSuggestions']({skipNotAttached:_0x29389f=!0x1,toJSON:_0x33a0ff=!0x1}={}){return this['editor']['plugins']['get'](Xe)['getSuggestions']({'skipNotAttached':_0x29389f,'toJSON':_0x33a0ff});}['getSuggestion'](_0x23a860){return this['editor']['plugins']['get'](Xe)['getSuggestion'](_0x23a860);}}const _n=['Pagination'];class pn extends _0x542478{static get['requires'](){return[Xe];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x2ad6a3=this['editor'];if(_0x2ad6a3['config']['define']('trackChangesData.editorCreator',_0xaa1ce1=>{const _0x53ab48=_0x2ad6a3['model']['document']['getRootNames']()['reduce']((_0x3838a0,_0x213561)=>(_0x3838a0[_0x213561]='',_0x3838a0),{});return _0x2ad6a3['constructor']['create'](_0x53ab48,_0xaa1ce1);}),'function'!=typeof _0x2ad6a3['config']['get']('trackChangesData')['editorCreator'])throw new _0x5d6a90('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x4b4c6b){return bn(this['editor'],!0x0,_0x4b4c6b);}['getDataWithDiscardedSuggestions'](_0x944f96){return bn(this['editor'],!0x1,_0x944f96);}}class Ln extends _0x542478{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5de473){function _0x7f35d8(_0x1437bd){return _0x1437bd['map'](_0x5c518e=>String['fromCharCode'](_0x5c518e))['join']('');}super(_0x5de473),this['result']='end',_0x5de473[_0x7f35d8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x7f35d8([0x76,0x69,0x65,0x77])][_0x7f35d8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x7f35d8([0x61,0x75,0x74,0x6f]),_0x5de473[_0x7f35d8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x7f35d8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x7f35d8([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x7f35d8([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x7f35d8([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(_0x5ad68f){return void 0x0!==_0x5ad68f['getRootsAttributes'];}async function bn(_0x418e3a,_0x1ff8ad,_0x467ec2){const _0x56edab=_0x11f558(_0x418e3a,_n);if(_0x56edab['plugins']['push'](Xe,Ln),In(_0x418e3a)){_0x56edab['roots']=Object['create'](null);for(const _0x485e3c of _0x418e3a['model']['document']['getRootNames']())_0x56edab['roots'][_0x485e3c]={'modelAttributes':_0x418e3a['getRootAttributes'](_0x485e3c)};}const _0x5552a4=document['createDocumentFragment'](),_0x547c45=_0x418e3a['config']['get']('trackChangesData')['editorCreator'],_0x56d272=await _0x547c45(_0x56edab,()=>function(_0x186bd3){const _0x38115d=document['createElement']('div');return _0x186bd3['appendChild'](_0x38115d),_0x38115d;}(_0x5552a4));!function(_0x297e19,_0x1c435a){const _0x3f683a=_0x297e19['model']['document']['getRootNames']()['reduce']((_0x11fbcd,_0x4de6d1)=>(_0x11fbcd[_0x4de6d1]=_0x297e19['data']['get']({'rootName':_0x4de6d1}),_0x11fbcd),{}),_0x3246b0=_0x297e19['plugins']['get']('Users')['users']['map'](_0x73f261=>({'id':_0x73f261['id'],'name':_0x73f261['name']})),_0x27644d=_0x297e19['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x372537=_0x297e19['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x507d40=_0x1c435a['plugins']['get']('Users'),_0x39da76=_0x1c435a['plugins']['get']('TrackChangesEditing'),_0x39735b=_0x1c435a['plugins']['get']('CommentsRepository');for(const _0x55659c of _0x39735b['getCommentThreads']())_0x55659c['remove']();for(const _0x585645 of _0x3246b0)_0x507d40['getUser'](_0x585645['id'])||_0x507d40['addUser'](_0x585645);_0x507d40['me']||_0x507d40['useAnonymousUser']();for(const _0x40feab of _0x372537)_0x39735b['addCommentThread'](_0x40feab);for(const _0x10e090 of _0x27644d)_0x39da76['addSuggestionData'](_0x10e090);_0x1c435a['data']['set'](_0x3f683a);}(_0x418e3a,_0x56d272),_0x56d272['execute'](_0x1ff8ad?'acceptAllSuggestions':'discardAllSuggestions');const _0x19d711=In(_0x56d272)?_0x56d272['getFullData'](_0x467ec2):_0x56d272['data']['get'](_0x467ec2);return await _0x56d272['destroy'](),_0x19d711;}class An extends _0x20a04b{['options'];constructor(_0x3e9894,_0x286b02){super(_0x3e9894),this['options']=_0x286b02,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'](_0x5a3382,_0x5710cd){if(!this['element'])return;const _0x301315=[];for(const [_0x4d9d69,_0x16d187]of _0x5a3382){const _0x2764e7=document['createElement']('div');_0x2764e7['setAttribute']('data-ck-root-name',_0x4d9d69),_0x2764e7['className']=_0x16d187['classes']+'\x20ck-track-changes-preview__root-container',_0x2764e7['innerHTML']=_0x16d187['content'],_0x301315['push'](_0x2764e7);}_0x5710cd(this['element'],_0x301315),this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class kn extends _0x3f491b{constructor(_0x2e8a6a){super(_0x2e8a6a),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0xf25772=this['editor'],_0x351907=_0xf25772['locale'],_0x1dcce6=_0xf25772['plugins']['get']('Dialog');let _0x27bcea;const _0x2aa6c8=function(_0x3ad451){const _0x3f70f6={};if('editables'in _0x3ad451['ui']['view']){for(const [_0x1559b3,_0x3b5929]of Object['entries'](_0x3ad451['ui']['view']['editables']))_0x3f70f6[_0x1559b3]=_0x3b5929['element'];}else _0x3f70f6[_0x3ad451['model']['document']['getRootNames']()[0x0]]=_0x3ad451['ui']['view']['editable']['element'];return _0x3f70f6;}(_0xf25772),_0x3057bd=function(_0x29fa07){let _0x396635=0x0;for(const _0x179e44 of Object['values'](_0x29fa07))_0x396635=Math['max'](_0x396635,_0x179e44['getBoundingClientRect']()['width']);let _0x125628=0x0;for(const _0x4bed77 of Object['values'](_0x29fa07))_0x125628+=_0x4bed77['getBoundingClientRect']()['height'];const _0x232196=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0xedbf52=Math['min'](_0x125628,_0x232196);return{'width':_0x396635,'height':_0xedbf52};}(_0x2aa6c8);_0x1dcce6['show']({'id':'finalContentPreview','title':At(_0x351907,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new An(_0x351907,{'dialogRects':_0x3057bd}),'onHide':()=>{_0x27bcea['detachFromDom']();},'onShow':()=>{_0xf25772['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x399776=>{const _0x553437=this['_standarizeRootsData'](_0x399776,_0xf25772,_0x2aa6c8);_0x1dcce6['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x553437,_0xf25772['config']['get']('trackChanges.preview.renderFunction'));}),_0x27bcea=new _0x4ec794(_0x351907,[_0x1dcce6['view']]),_0x27bcea['attachToDom'](),_0x27bcea['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0xf25772['once']('destroy',()=>{_0x27bcea['detachFromDom']();});const _0x5a6313=_0x1dcce6['view']['headerView']['class'];_0x1dcce6['view']['headerView']['class']=_0x5a6313?_0x5a6313+'\x20ck-reset_all':'ck-reset_all',_0x1dcce6['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x1dcce6['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x5288f7=this['editor']['plugins']['get']('MergeFieldsEditing'),_0x190eec=_0x5288f7['previewMode'],_0x58d2b9={};if('$labels'===_0x190eec){for(const _0x4348fe of _0x5288f7['getMergeFieldsIds']())_0x58d2b9[_0x4348fe]=_0x5288f7['getLabel'](_0x4348fe)||_0x4348fe;}else{const _0x3d57da='$defaultValues'===_0x190eec?_0x5288f7['getDefaultValues']():_0x5288f7['getDataSetValues'](_0x190eec,!0x0);for(const _0x482ac0 of Object['entries'](_0x3d57da)){const [_0x3ac260,_0x4a704d]=_0x482ac0;_0x58d2b9[_0x3ac260]=null!==_0x4a704d?_0x4a704d:_0x5288f7['getLabel'](_0x3ac260)||_0x3ac260;}}return{'mergeFieldsData':_0x58d2b9};}['_standarizeRootsData'](_0xf1070e,_0x23e7cb,_0x4a9dbc){let _0xd1c6f0;if('string'==typeof _0xf1070e){const _0x1726d1=_0x23e7cb['model']['document']['getRootNames']()[0x0];_0xd1c6f0={[_0x1726d1]:_0xf1070e};}else _0xd1c6f0=_0xf1070e;const _0x18811c=this['_fixMediaEmbeds'](_0xd1c6f0,_0x23e7cb),_0xebd1f0=function(_0x35fd61,_0xb5213){for(const [_0x1d3f2c,_0x15868e]of _0x35fd61)_0x15868e['classes']=_0xb5213[_0x1d3f2c]['classList']['value']['replace']('ck-focused','');return _0x35fd61;}(this['_sortRoots'](_0x23e7cb)['reduce']((_0x38a881,_0x4e323f)=>(_0x38a881['push']([_0x4e323f,{'content':_0x18811c[_0x4e323f],'classes':''}]),_0x38a881),[]),_0x4a9dbc);return _0xebd1f0;}['_fixMediaEmbeds'](_0x5c3c2b,_0xc541eb){if(!_0xc541eb['plugins']['has']('MediaEmbedEditing'))return _0x5c3c2b;const _0x598c0d=_0xc541eb['plugins']['get']('MediaEmbedEditing');for(const [_0x11d664,_0x1dabae]of Object['entries'](_0x5c3c2b)){const _0x3a1cb9=document['createElement']('div');_0x3a1cb9['innerHTML']=_0x1dabae,(_0x3a1cb9['querySelectorAll']('figure.media')['forEach'](_0x5036f3=>{const _0x9245e9=_0x5036f3['querySelector']('oembed');if(_0x9245e9){const _0x5cc812=_0x9245e9['getAttribute']('url');if(_0x5cc812){const _0xee1c1f=_0x598c0d['registry']['getMediaViewElement'](new et(_0xc541eb['editing']['view']['document']),_0x5cc812,{'elementName':'','renderForEditingView':!0x0}),_0x30defb=document['createElement']('div');_0x30defb['classList']['add']('ck-media__wrapper'),_0xee1c1f['render'](_0x30defb,_0xc541eb['editing']['view']['domConverter']),_0x9245e9['replaceWith'](_0x30defb);}}}),_0x5c3c2b[_0x11d664]=_0x3a1cb9['innerHTML']);}return _0x5c3c2b;}['_sortRoots'](_0x500d58){if(!function(_0x2e22b7){return void 0x0!==_0x2e22b7['getRootsAttributes'];}(_0x500d58))return _0x500d58['model']['document']['getRootNames']();const _0x580acb=[],_0x3942e5=new Map();for(const _0x217607 of _0x500d58['model']['document']['getRootNames']()){const _0x3806fd=_0x500d58['editing']['view']['getDomRoot'](_0x217607)['getClientRects']()['item'](0x0);_0x580acb['push'](_0x217607),_0x3942e5['set'](_0x217607,_0x3806fd);}return _0x580acb['sort']((_0x58be6c,_0x3c8f30)=>{const _0x2f2609=_0x3942e5['get'](_0x58be6c),_0x19d839=_0x3942e5['get'](_0x3c8f30);return _0x2f2609['y']-_0x19d839['y']||_0x2f2609['x']-_0x19d839['x'];}),_0x580acb;}}class Cn extends _0x542478{static get['requires'](){return[pn,_0x4d9abb];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x166113){super(_0x166113),_0x166113['commands']['add']('previewFinalContent',new kn(this['editor'])),_0x166113['config']['define']('trackChanges.preview.renderFunction',(_0x214a57,_0x575c83)=>{for(const _0x5518f8 of _0x575c83)_0x214a57['appendChild'](_0x5518f8);});}}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};
|