@ckeditor/ckeditor5-track-changes 47.3.0-alpha.4 → 47.3.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +27 -27
- package/src/trackchangesediting.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
24
|
-
_0x410f81(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_originalSuggestionId'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0xafb7c7,_0x29a14f){super(),this['id']=_0x29a14f['id'],this['type']=_0x29a14f['type'],this['subType']=_0x29a14f['subType']||null,this['author']=_0x29a14f['author'],this['creator']=_0x29a14f['creator']||_0x29a14f['author'],this['isExternal']=Boolean(_0x29a14f['attributes']&&_0x29a14f['attributes']['@external']),this['data']=null,this['_originalSuggestionId']=_0x29a14f['originalSuggestionId']||null,this['_model']=_0xafb7c7,this['_onAccept']=_0x29a14f['onAccept'],this['_onDiscard']=_0x29a14f['onDiscard'],this['_onAttributesChange']=_0x29a14f['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x29a14f['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 _0xff12f5=this;for(;_0xff12f5['previous'];)_0xff12f5=_0xff12f5['previous'];return _0xff12f5;}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'](_0x2aa18e){this['_markerNames']['add'](_0x2aa18e);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x4aad35=>this['_model']['markers']['get'](_0x4aad35))['filter'](_0x95e730=>_0x95e730);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x4b2861=>{for(const _0x1492bb of this['getMarkers']())_0x4b2861['removeMarker'](_0x1492bb);}),this['_markerNames']['clear']();}['removeMarker'](_0x3ec886){this['_model']['change'](_0x38755f=>{_0x38755f['removeMarker'](_0x3ec886);}),this['_markerNames']['delete'](_0x3ec886);}['addRange'](_0x289f0a){const _0x5da3b1='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+x['getMultiRangeId']();this['addMarkerName'](_0x5da3b1),this['_model']['change'](_0x462e69=>{_0x462e69['addMarker'](_0x5da3b1,{'range':_0x289f0a,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x95d331){for(const _0x47d4bf of this['getRanges']())if(_0x47d4bf['isIntersecting'](_0x95d331))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x4cc991=>_0x4cc991['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x58aa17,_0x3b4969)=>[..._0x58aa17,..._0x3b4969['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x3a7717=this['getRanges']();if(0x1!=_0x3a7717['length'])return null;const _0x26103a=_0x3a7717[0x0],_0x4fbbec=_0x26103a['start']['nodeAfter'],_0x243d30=_0x26103a['end']['nodeBefore'];return _0x4fbbec instanceof _0x4e41e4?_0x4fbbec!=_0x243d30?null:_0x4fbbec: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 _0x5b2891=[];let _0x2c7cf1=this['head'];for(;_0x2c7cf1;)_0x5b2891['push'](_0x2c7cf1),_0x2c7cf1=_0x2c7cf1['next'];return _0x5b2891;}['setAttribute'](_0x5b87ef,_0x244f01){const _0x26363b=_0x47419b(this['attributes']);_0x2152b1(_0x26363b,_0x5b87ef,_0x244f01),_0x392435(_0x26363b,this['attributes'])||(this['attributes']=_0x26363b,this['_onAttributesChange'](_0x26363b));}['removeAttribute'](_0x4610da){const _0x241790=_0x47419b(this['attributes']);_0x4addc7(_0x241790,_0x4610da),_0x392435(_0x241790,this['attributes'])||(this['attributes']=_0x241790,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 _0x1c2d37()['substr'](0x1,0x5);}}function o(_0x4f5234,_0x5e4cd4,_0x82ad96){const _0x4ba28e=_0x4f5234['t'],t=_0x4f5234['t'];switch(_0x5e4cd4){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',_0x82ad96);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x82ad96);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x82ad96);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x82ad96);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x82ad96);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',_0x82ad96);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x82ad96);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',_0x82ad96);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x82ad96);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x82ad96);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x82ad96);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x82ad96);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x82ad96);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x82ad96);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x82ad96);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x82ad96);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x82ad96);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x82ad96);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x82ad96);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x82ad96);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x82ad96);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x82ad96);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x82ad96);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x82ad96);case'*Set\x20table\x20type:*\x20%0':return t('*Set\x20table\x20type:*\x20%0',_0x82ad96);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'},_0x82ad96);case'ELEMENT_CONTENT_TABLE':return t({'string':'content\x20table','plural':'%0\x20content\x20tables','id':'ELEMENT_CONTENT_TABLE'},_0x82ad96);case'ELEMENT_LAYOUT_TABLE':return t({'string':'layout\x20table','plural':'%0\x20layout\x20tables','id':'ELEMENT_LAYOUT_TABLE'},_0x82ad96);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x82ad96);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x82ad96);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x82ad96);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x82ad96);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x82ad96);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'},_0x82ad96);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x82ad96);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x82ad96);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x82ad96);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x82ad96);case'ELEMENT_DEFAULT_LIST_DEFAULT':return t({'string':'default\x20list\x20style','id':'ELEMENT_DEFAULT_LIST_DEFAULT'});case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_BULLETED_LIST_DEFAULT':return t({'string':'bulleted\x20list\x20(default)','id':'ELEMENT_BULLETED_LIST_DEFAULT'});case'ELEMENT_BULLETED_LIST_CIRCLE':return t({'string':'bulleted\x20list\x20(circle)','id':'ELEMENT_BULLETED_LIST_CIRCLE'});case'ELEMENT_BULLETED_LIST_DISC':return t({'string':'bulleted\x20list\x20(disc)','id':'ELEMENT_BULLETED_LIST_DISC'});case'ELEMENT_BULLETED_LIST_SQUARE':return t({'string':'bulleted\x20list\x20(square)','id':'ELEMENT_BULLETED_LIST_SQUARE'});case'ELEMENT_NUMBERED_LIST_DEFAULT':return t({'string':'numbered\x20list\x20(default)','id':'ELEMENT_NUMBERED_LIST_DEFAULT'});case'ELEMENT_NUMBERED_LIST':return t({'string':'numbered\x20list','id':'ELEMENT_NUMBERED_LIST'});case'ELEMENT_NUMBERED_LIST_DECIMAL':return t({'string':'numbered\x20list\x20(decimal)','id':'ELEMENT_NUMBERED_LIST_DECIMAL'});case'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO':return t({'string':'numbered\x20list\x20(decimal\x20with\x20leading\x20zero)','id':'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO'});case'ELEMENT_NUMBERED_LIST_LOWER_LATIN':return t({'string':'numbered\x20list\x20(lower-latin)','id':'ELEMENT_NUMBERED_LIST_LOWER_LATIN'});case'ELEMENT_NUMBERED_LIST_LOWER_ROMAN':return t({'string':'numbered\x20list\x20(lower-roman)','id':'ELEMENT_NUMBERED_LIST_LOWER_ROMAN'});case'ELEMENT_NUMBERED_LIST_UPPER_LATIN':return t({'string':'numbered\x20list\x20(upper-latin)','id':'ELEMENT_NUMBERED_LIST_UPPER_LATIN'});case'ELEMENT_NUMBERED_LIST_UPPER_ROMAN':return t({'string':'numbered\x20list\x20(upper-roman)','id':'ELEMENT_NUMBERED_LIST_UPPER_ROMAN'});case'ELEMENT_TODO_LIST':return t({'string':'to-do\x20list','id':'ELEMENT_TODO_LIST'});case'ELEMENT_MULTI_LEVEL_LIST':return t({'string':'multi-level\x20list','id':'ELEMENT_MULTI_LEVEL_LIST'});case'REPLACE_TEXT':return t({'string':'*Replace:*\x20%0\x20*with*\x20%1','id':'REPLACE_TEXT'},_0x82ad96);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x82ad96);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'},_0x82ad96);case'FORMAT_HEADER_COLUMN':return t({'string':'header\x20column','id':'FORMAT_HEADER_COLUMN'});case'FORMAT_REGULAR_COLUMN':return t({'string':'regular\x20column','id':'FORMAT_REGULAR_COLUMN'});case'FORMAT_HEADER_ROW':return t({'string':'header\x20row','id':'FORMAT_HEADER_ROW'});case'FORMAT_REGULAR_ROW':return t({'string':'regular\x20row','id':'FORMAT_REGULAR_ROW'});case'FORMAT_INDENT':return t({'string':'indent','id':'FORMAT_INDENT'});case'FORMAT_LIST_REVERSED':return t({'string':'list\x20reversed','id':'FORMAT_LIST_REVERSED'});case'FORMAT_LIST_START':return t({'string':'list\x20start','id':'FORMAT_LIST_START'});case'FORMAT_FONT_SIZE':return t({'string':'font\x20size','id':'FORMAT_FONT_SIZE'});case'FORMAT_FONT_FAMILY':return t({'string':'font\x20family','id':'FORMAT_FONT_FAMILY'});case'FORMAT_FONT_COLOR':return t({'string':'font\x20color','id':'FORMAT_FONT_COLOR'});case'FORMAT_FONT_BACKGROUND':return t({'string':'font\x20background\x20color','id':'FORMAT_FONT_BACKGROUND'});case'FORMAT_IMAGE_SIZE':return t({'string':'image\x20size','id':'FORMAT_IMAGE_SIZE'});case'FORMAT_STYLE':return t({'string':'style','id':'FORMAT_STYLE'});case'FORMAT_LINE_HEIGHT':return t({'string':'line\x20height','id':'FORMAT_LINE_HEIGHT'});case'FORMAT_TABLE_BORDER_COLOR':return t({'string':'table\x20border\x20color','id':'FORMAT_TABLE_BORDER_COLOR'});case'FORMAT_TABLE_BORDER_STYLE':return t({'string':'table\x20border\x20style','id':'FORMAT_TABLE_BORDER_STYLE'});case'FORMAT_TABLE_BORDER_WIDTH':return t({'string':'table\x20border\x20width','id':'FORMAT_TABLE_BORDER_WIDTH'});case'FORMAT_TABLE_ALIGNMENT':return t({'string':'table\x20alignment','id':'FORMAT_TABLE_ALIGNMENT'});case'FORMAT_TABLE_WIDTH':return t({'string':'table\x20width','id':'FORMAT_TABLE_WIDTH'});case'FORMAT_TABLE_HEIGHT':return t({'string':'table\x20height','id':'FORMAT_TABLE_HEIGHT'});case'FORMAT_TABLE_BACKGROUND_COLOR':return t({'string':'table\x20background\x20color','id':'FORMAT_TABLE_BACKGROUND_COLOR'});case'FORMAT_TABLE_CELL_BORDER_COLOR':return t({'string':'table\x20cell\x20border\x20color','id':'FORMAT_TABLE_CELL_BORDER_COLOR'});case'FORMAT_TABLE_CELL_BORDER_STYLE':return t({'string':'table\x20cell\x20border\x20style','id':'FORMAT_TABLE_CELL_BORDER_STYLE'});case'FORMAT_TABLE_CELL_BORDER_WIDTH':return t({'string':'table\x20cell\x20border\x20width','id':'FORMAT_TABLE_CELL_BORDER_WIDTH'});case'FORMAT_TABLE_CELL_PADDING':return t({'string':'table\x20cell\x20padding','id':'FORMAT_TABLE_CELL_PADDING'});case'FORMAT_TABLE_CELL_WIDTH':return t({'string':'table\x20cell\x20width','id':'FORMAT_TABLE_CELL_WIDTH'});case'FORMAT_TABLE_CELL_HEIGHT':return t({'string':'table\x20cell\x20height','id':'FORMAT_TABLE_CELL_HEIGHT'});case'FORMAT_TABLE_CELL_BACKGROUND_COLOR':return t({'string':'table\x20cell\x20background\x20color','id':'FORMAT_TABLE_CELL_BACKGROUND_COLOR'});case'FORMAT_TABLE_CELL_HORIZONTAL_ALIGNMENT':return t({'string':'table\x20cell\x20horizontal\x20alignment','id':'FORMAT_TABLE_CELL_HORIZONTAL_ALIGNMENT'});case'FORMAT_TABLE_CELL_VERTICAL_ALIGNMENT':return t({'string':'table\x20cell\x20vertical\x20alignment','id':'FORMAT_TABLE_CELL_VERTICAL_ALIGNMENT'});case'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'},_0x82ad96);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x82ad96);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'},_0x82ad96);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x82ad96);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'},_0x82ad96);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x82ad96);case'ELEMENT_FOOTNOTE_REF':return t({'string':'footnote\x20reference','plural':'%0\x20footnote\x20references','id':'ELEMENT_FOOTNOTE_REF'},_0x82ad96);case'ELEMENT_FOOTNOTE_DEFINITION':return t({'string':'footnote\x20definition','plural':'%0\x20footnote\x20definitions','id':'ELEMENT_FOOTNOTE_DEFINITION'},_0x82ad96);case'ELEMENT_FOOTNOTES_DEFINITIONS_LIST':return t({'string':'footnotes\x20definitions\x20list','plural':'%0\x20footnotes\x20definitions','id':'ELEMENT_FOOTNOTES_DEFINITIONS_LIST'},_0x82ad96);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x82ad96);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'},_0x82ad96);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x82ad96);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 _0x4ba28e({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x82ad96);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x4ba28e({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x82ad96);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x82ad96);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'},_0x82ad96);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'},_0x82ad96);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'},_0x82ad96);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x5e4cd4;}}class M{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x1cacb8,_0x69514f){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x1cacb8,this['_locale']=_0x69514f;}['getDescriptions'](_0x4a0352){const _0x1e7005=[],_0x32014b=new Set(),_0x1148f9=new Set();for(let _0x113de3=0x0;_0x113de3<_0x4a0352['length'];_0x113de3++){const _0x279bbf=_0x4a0352[_0x113de3];if(!_0x279bbf['isInContent'])continue;const _0x2e5ba7=this['_handleCustomCallbackDescription'](_0x279bbf);if(_0x2e5ba7){if(null!=_0x279bbf['subType']){if(_0x32014b['has'](_0x279bbf['subType']))continue;_0x32014b['add'](_0x279bbf['subType']);}_0x1e7005['push'](_0x2e5ba7);}else{if('attribute'==_0x279bbf['type']){const _0x38fdc7=_0x279bbf['data']['key'];if(_0x1148f9['has'](_0x38fdc7))continue;_0x1148f9['add'](_0x279bbf['data']['key']),_0x38fdc7==m?this['_handleRenameSuggestionDescription'](_0x1e7005,_0x279bbf):this['_handleAttributeSuggestionDescription'](_0x1e7005,_0x279bbf);continue;}'insertion'!=_0x279bbf['type']&&'deletion'!=_0x279bbf['type']||this['_handleInsertRemoveSuggestionDescription'](_0x1e7005,_0x279bbf,_0x4a0352[_0x113de3+0x1]);}}return this['_resolveDescriptionItems'](_0x1e7005);}['registerDescriptionCallback'](_0x5f3fe3){this['_customCallbacks']['push'](_0x5f3fe3);}['registerElementLabel'](_0x4cc910,_0x4efca0,_0x1fb130=_0x263901['normal']){'function'==typeof _0x4cc910?_0x4a60f8(this['_itemLabelsCallbacks'],{'matchingCallback':_0x4cc910,'label':_0x4efca0,'priority':_0x1fb130}):this['_itemLabels']['set'](_0x4cc910,_0x4efca0);}['registerAttributeLabel'](_0x766c37,_0x525114){this['_attributeLabels']['set'](_0x766c37,_0x525114);}['getItemLabel'](_0xa97b07,_0x1a8b4d=0x1){let _0x587bb4;for(const _0x7882f2 of this['_itemLabelsCallbacks'])if(_0x7882f2['matchingCallback'](_0xa97b07)){_0x587bb4=_0x7882f2['label'];break;}return _0x587bb4||(_0x587bb4=this['_itemLabels']['get'](_0xa97b07['name'])),_0x587bb4?_0x587bb4(_0x1a8b4d):0x1!==_0x1a8b4d?_0x1a8b4d+'\x20'+_0xa97b07['name']+'s':''+_0xa97b07['name'];}['_addDescriptionItems'](_0x341cfb,_0x18ea8d){const _0x5c63d6=_0x18ea8d['getFirstRange']()['getWalker'](),_0x5f357f='insertion'==_0x18ea8d['type']?'add':'remove';for(const _0x24ceeb of _0x5c63d6){const _0x26938d=_0x24ceeb['item'],_0x57bced=_0x341cfb[_0x341cfb['length']-0x1];if(_0x26938d['is']('$textProxy'))_0x57bced&&_0x57bced['type']['indexOf']('Container')>-0x1&&_0x341cfb['pop'](),_0x57bced&&'text'==_0x57bced['type']?_0x57bced[_0x5f357f]+=_0x26938d['data']:_0x341cfb['push']({'type':'text','add':'add'==_0x5f357f?_0x26938d['data']:'','remove':'remove'==_0x5f357f?_0x26938d['data']:''});else{if(this['_schema']['isObject'](_0x26938d)){const _0x56c682=_0x26938d;if(_0x57bced&&_0x57bced['type']['indexOf']('Container')>-0x1&&_0x341cfb['pop'](),'elementEnd'==_0x24ceeb['type'])continue;_0x57bced&&_0x57bced['type']==_0x5f357f+'Object'&&_0x57bced['element']['name']==_0x56c682['name']?_0x57bced['quantity']++:_0x341cfb['push']({'type':_0x5f357f+'Object','element':_0x56c682,'quantity':0x1}),_0x5c63d6['skip'](_0x347b6f=>!('elementEnd'==_0x347b6f['type']&&_0x347b6f['item']==_0x26938d));}else{if(this['_schema']['checkChild'](_0x26938d,'$text')||_0x26938d['is']('element','softBreak')){const _0x38aac5=_0x26938d;if('add'==_0x5f357f&&'elementStart'==_0x24ceeb['type']||'remove'==_0x5f357f&&'elementEnd'==_0x24ceeb['type'])continue;if(_0x57bced&&-0x1==_0x57bced['type']['indexOf']('Container')){'text'==_0x57bced['type']&&(_0x57bced[_0x5f357f]+='\x0a');continue;}let _0x4150db;if(_0x4150db='add'==_0x5f357f?_0x38aac5['nextSibling']&&!this['_schema']['isObject'](_0x38aac5['nextSibling'])?_0x38aac5['nextSibling']:null:_0x38aac5['previousSibling']&&!this['_schema']['isObject'](_0x38aac5['previousSibling'])?_0x38aac5['previousSibling']:null,_0x38aac5['isEmpty']||_0x4150db&&_0x4150db['isEmpty']){const _0x13c9c3=_0x4150db&&_0x4150db['isEmpty']?_0x4150db:_0x38aac5;_0x57bced&&_0x57bced['type']==_0x5f357f+'EmptyContainer'&&_0x57bced['element']['name']==_0x13c9c3['name']?_0x57bced['quantity']++:_0x341cfb['push']({'type':_0x5f357f+'EmptyContainer','element':_0x13c9c3,'quantity':0x1});}else _0x341cfb['push']({'type':_0x5f357f+'Container','element':_0x38aac5});}}}}}['_resolveDescriptionItems'](_0x3f8977){const _0x127280=this['_locale'],_0x48dd85=[],_0x46f794=[],_0x16cbdc=[];for(const _0x173cdf of _0x3f8977)switch(_0x173cdf['type']){case'text':if(_0x173cdf['add']=_0x173cdf['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x173cdf['remove']=_0x173cdf['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x173cdf['add']&&''!=_0x173cdf['remove']){_0x48dd85['push']({'type':'replace','content':o(_0x127280,'REPLACE_TEXT',['\x22'+_0x173cdf['remove']+'\x22','\x22'+_0x173cdf['add']+'\x22'])});continue;}if(null!=_0x173cdf['add']['match'](/^ +$/)){_0x48dd85['push']({'type':'insertion','content':o(_0x127280,'*Insert:*\x20%0',o(_0x127280,'ELEMENT_SPACE',_0x173cdf['add']['length']))});continue;}if(null!=_0x173cdf['remove']['match'](/^ +$/)){_0x48dd85['push']({'type':'deletion','content':o(_0x127280,'*Remove:*\x20%0',o(_0x127280,'ELEMENT_SPACE',_0x173cdf['remove']['length']))});continue;}if(''!=_0x173cdf['add']){_0x48dd85['push']({'type':'insertion','content':o(_0x127280,'*Insert:*\x20%0','\x22'+_0x173cdf['add']+'\x22')});continue;}_0x48dd85['push']({'type':'deletion','content':o(_0x127280,'*Remove:*\x20%0','\x22'+_0x173cdf['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x48dd85['push']({'type':'insertion','content':o(_0x127280,'*Insert:*\x20%0',this['getItemLabel'](_0x173cdf['element'],_0x173cdf['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x48dd85['push']({'type':'deletion','content':o(_0x127280,'*Remove:*\x20%0',this['getItemLabel'](_0x173cdf['element'],_0x173cdf['quantity']))});continue;case'addContainer':_0x48dd85['push']({'type':'insertion','content':o(_0x127280,'*Split:*\x20%0',this['getItemLabel'](_0x173cdf['element'],_0x173cdf['quantity']))});continue;case'removeContainer':_0x48dd85['push']({'type':'deletion','content':o(_0x127280,'*Merge:*\x20%0',this['getItemLabel'](_0x173cdf['element'],_0x173cdf['quantity']))});continue;case'addFormat':_0x46f794['push'](_0x173cdf['key']);continue;case'removeFormat':_0x16cbdc['push'](_0x173cdf['key']);continue;default:_0x48dd85['push'](_0x173cdf);}if(_0x46f794['length']){const _0x2edc29=_0x46f794['map'](_0x2aa8e9=>this['_attributeLabels']['has'](_0x2aa8e9)?this['_attributeLabels']['get'](_0x2aa8e9):_0x2aa8e9)['join'](',\x20');_0x48dd85['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x2edc29)});}if(_0x16cbdc['length']){const _0x5b3ab2=_0x16cbdc['map'](_0x3691dd=>this['_attributeLabels']['has'](_0x3691dd)?this['_attributeLabels']['get'](_0x3691dd):_0x3691dd)['join'](',\x20');_0x48dd85['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x5b3ab2)});}return _0x48dd85;}['_handleCustomCallbackDescription'](_0x493fe8){for(const _0x3b8ba9 of this['_customCallbacks']){const _0x41a960=_0x3b8ba9(_0x493fe8);if(_0x41a960&&'type'in _0x41a960)return _0x41a960;}}['_handleAttributeSuggestionDescription'](_0x1e8903,_0x5534d9){const _0x486c45=_0x5534d9['data'],_0x1ff7f7=void 0x0===_0x486c45['newValue']?'removeFormat':'addFormat';_0x1e8903['push']({'type':_0x1ff7f7,'key':_0x486c45['key']});}['_handleRenameSuggestionDescription'](_0x1e0796,_0x2b4ed8){_0x1e0796['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x2b4ed8['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x313586,_0x26b276,_0x13e352){if(this['_addDescriptionItems'](_0x313586,_0x26b276),_0x13e352&&_0x13e352['getFirstRange']()&&!_0x26b276['getFirstRange']()['end']['isEqual'](_0x13e352['getFirstRange']()['start'])){const _0x47c749=_0x313586[_0x313586['length']-0x1],_0x25610b='insertion'==_0x26b276['type']?'add':'remove';_0x47c749&&'text'==_0x47c749['type']&&(_0x47c749[_0x25610b]+='\x0a');}}}class R extends _0x54af3c{['afterInit'](){const _0x3c031a=this['editor'],_0x37e574=_0x3c031a['plugins']['get']('TrackChangesEditing');_0x3c031a['commands']['get']('showAIAssistant')&&_0x37e574['enableCommand']('showAIAssistant');}}class T extends _0x54af3c{['afterInit'](){const _0x17bdac=this['editor'],_0xb37d26=_0x17bdac['plugins']['get']('TrackChangesEditing');_0x17bdac['commands']['get']('toggleAi')&&_0xb37d26['enableCommand']('toggleAi');}}class E extends _0x54af3c{['afterInit'](){const _0x12c288=this['editor'],_0x124920=_0x12c288['plugins']['get']('TrackChangesEditing');_0x12c288['commands']['get']('aiQuickAction')&&_0x124920['enableCommand']('aiQuickAction');}}class U extends _0x54af3c{['afterInit'](){const _0x59b3d7=this['editor'],_0x365eec=_0x59b3d7['locale'];if(!_0x59b3d7['plugins']['has']('AlignmentEditing'))return;const _0x3f699b=_0x59b3d7['plugins']['get']('TrackChangesEditing');_0x3f699b['enableDefaultAttributesIntegration']('alignment'),_0x3f699b['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x365eec,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x50fe09=this['editor'],_0x541e86=_0x50fe09['locale'];_0x50fe09['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x35d5d9=>{if('formatBlock'!=_0x35d5d9['type'])return;const {data:_0x47842e}=_0x35d5d9;if(_0x47842e&&'alignment'==_0x47842e['commandName']){const _0x326ab5=_0x47842e['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x541e86,'*Format:*\x20%0',function(_0xf4e9cd){switch(_0xf4e9cd){case'left':return o(_0x541e86,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x541e86,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x541e86,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x541e86,'FORMAT_JUSTIFY_TEXT');}}(_0x326ab5))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class V extends _0x54af3c{['afterInit'](){const _0x33622a=this['editor'],_0x5c3475=_0x33622a['plugins']['get']('TrackChangesEditing'),_0x949924=_0x33622a['locale'];for(const _0x48dc02 of ti){if(!_0x33622a['plugins']['has'](_0x48dc02))continue;const _0x2e922b=_0x48dc02['slice'](0x0,-0x7)['toLowerCase'](),_0x1c1326='FORMAT_'+_0x2e922b['toUpperCase']();_0x5c3475['enableDefaultAttributesIntegration'](_0x2e922b),_0x5c3475['descriptionFactory']['registerAttributeLabel'](_0x2e922b,o(_0x949924,_0x1c1326));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x22522d=this['editor'],_0x5b91c8=_0x22522d['locale'],_0x3ae4f3=_0x22522d['plugins']['get']('TrackChangesEditing');function _0x2baf0b(_0xae13e2,_0x2b3952){_0x3ae4f3['descriptionFactory']['registerDescriptionCallback'](_0x2c082d=>{if('formatInline'!=_0x2c082d['type'])return;const {data:_0x348e53}=_0x2c082d;return _0x348e53&&_0x348e53['commandName']===_0xae13e2?_0x348e53['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x5b91c8,'*Format:*\x20%0',_0x2b3952)}:{'type':'format','content':o(_0x5b91c8,'*Remove\x20format:*\x20%0',_0x2b3952)}:void 0x0;});}_0x2baf0b('bold',o(_0x5b91c8,'FORMAT_BOLD')),_0x2baf0b('italic',o(_0x5b91c8,'FORMAT_ITALIC')),_0x2baf0b('underline',o(_0x5b91c8,'FORMAT_UNDERLINE')),_0x2baf0b('code',o(_0x5b91c8,'FORMAT_CODE')),_0x2baf0b('strikethrough',o(_0x5b91c8,'FORMAT_STRIKETHROUGH')),_0x2baf0b('subscript',o(_0x5b91c8,'FORMAT_SUBSCRIPT')),_0x2baf0b('superscript',o(_0x5b91c8,'FORMAT_SUPERSCRIPT'));}}class F extends _0x54af3c{['afterInit'](){const _0x40a4d6=this['editor'],_0x537872=_0x40a4d6['locale'];if(!_0x40a4d6['plugins']['has']('BlockQuoteEditing'))return;const _0x17f612=_0x40a4d6['plugins']['get']('TrackChangesEditing'),_0x569880=this['editor']['commands']['get']('blockQuote');_0x17f612['enableCommand']('blockQuote',(_0x27b226,_0x259580={})=>{const _0x11f265=this['editor']['model']['document']['selection'],_0x38475d=_0x259580&&void 0x0!==_0x259580['forceValue']?_0x259580['forceValue']:!_0x569880['value'];let _0x3137d2=[];if(_0x38475d){const _0x45377e=Array['from'](_0x11f265['getSelectedBlocks']())['filter'](_0x1a8bf9=>oo(_0x1a8bf9)||function(_0x58339d,_0x1b875d){const _0x4fbe04=_0x1b875d['checkChild'](_0x58339d['parent'],'blockQuote'),_0x488165=_0x1b875d['checkChild'](['$root','blockQuote'],_0x58339d);return _0x4fbe04&&_0x488165;}(_0x1a8bf9,this['editor']['model']['schema']));_0x3137d2=to(_0x45377e,_0x40a4d6['model']);}else{const _0x181e5f=Array['from'](_0x11f265['getSelectedBlocks']())['filter'](_0xb89a0c=>oo(_0xb89a0c));_0x3137d2=to(_0x181e5f,_0x40a4d6['model']);}_0x40a4d6['model']['change'](()=>{for(const _0x5b6add of _0x3137d2)_0x17f612['markBlockFormat'](_0x5b6add,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x38475d}]});});}),_0x17f612['descriptionFactory']['registerDescriptionCallback'](_0x42d257=>{const {data:_0x160575}=_0x42d257;if(_0x160575&&'blockQuote'==_0x160575['commandName']){const _0x1d2219=o(_0x537872,'ELEMENT_BLOCK_QUOTE');return _0x160575['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x537872,'*Set\x20format:*\x20%0',_0x1d2219)}:{'type':'format','content':o(_0x537872,'*Remove\x20format:*\x20%0',_0x1d2219)};}});}}function oo(_0x22ef76){return'blockQuote'==_0x22ef76['parent']['name'];}class G extends _0x54af3c{['afterInit'](){const _0x4b1f89=this['editor'],_0x19e9a0=_0x4b1f89['locale'],_0x28ba74=_0x4b1f89['plugins']['get']('TrackChangesEditing');_0x4b1f89['plugins']['has']('BookmarkEditing')&&(_0x28ba74['enableCommand']('insertBookmark'),_0x28ba74['enableDefaultAttributesIntegration']('updateBookmark'),_0x28ba74['descriptionFactory']['registerDescriptionCallback'](_0x398d69=>{if('insertion'!=_0x398d69['type']&&'deletion'!=_0x398d69['type']&&'attribute'!=_0x398d69['type'])return;const _0x28cd3d=_0x398d69['getContainedElement']();if(null==_0x28cd3d)return;if(!_0x28cd3d['is']('element','bookmark'))return;const _0x60c536=_0x28cd3d['getAttribute']('bookmarkId');if('insertion'==_0x398d69['type'])return{'type':'insertion','content':o(_0x19e9a0,'*Insert:*\x20%0','\x22'+_0x60c536+'\x22\x20'+o(_0x19e9a0,'ELEMENT_BOOKMARK'))};if('deletion'==_0x398d69['type'])return{'type':'deletion','content':o(_0x19e9a0,'*Remove:*\x20%0','\x22'+_0x60c536+'\x22\x20'+o(_0x19e9a0,'ELEMENT_BOOKMARK'))};const {data:_0x1d3998}=_0x398d69;if(!_0x1d3998||'bookmarkId'!=_0x1d3998['key'])return;return{'type':'format','content':o(_0x19e9a0,'*Set\x20bookmark:*\x20%0','\x22'+_0x1d3998['newValue']+'\x22')};}));}}class L extends _0x54af3c{['afterInit'](){const _0x34f8b7=this['editor'];_0x34f8b7['plugins']['has']('CaseChange')&&(_0x34f8b7['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x34f8b7['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x34f8b7['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class J extends _0x54af3c{['afterInit'](){const _0x104d06=this['editor'];_0x104d06['commands']['get']('ckbox')&&_0x104d06['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class q extends _0x54af3c{['afterInit'](){const _0xa0bc8c=this['editor'];if(!_0xa0bc8c['plugins']['has']('CodeBlock'))return;const _0x64913f=_0xa0bc8c['plugins']['get']('TrackChangesEditing'),_0x153d5e=_0xa0bc8c['locale'],_0x3383d7=_0xa0bc8c['config']['get']('codeBlock')['languages'],_0x5e1978=_0xa0bc8c['commands']['get']('codeBlock');_0x64913f['enableCommand']('indentCodeBlock'),_0x64913f['enableCommand']('outdentCodeBlock'),_0x64913f['enableCommand']('codeBlock',(_0x42110a,_0x4b7550={})=>{const _0x1d6626=_0xa0bc8c['model'],_0x3f3044=_0xa0bc8c['model']['document']['selection'],_0x29ce29=_0x4b7550&&void 0x0!==_0x4b7550['forceValue']?_0x4b7550['forceValue']:!_0x5e1978['value'];let _0x340a88;_0x4b7550['language']||(_0x4b7550['language']=_0x3383d7[0x0]['language']),_0x340a88=_0x29ce29?Array['from'](_0x3f3044['getSelectedBlocks']())['filter'](_0x5e5786=>co(_0x5e5786)||function(_0x3b16e0,_0x4355c8){if(_0x3b16e0['is']('rootElement')||_0x4355c8['isLimit'](_0x3b16e0))return!0x1;return _0x4355c8['checkChild'](_0x3b16e0['parent'],'codeBlock');}(_0x5e5786,_0x1d6626['schema'])):Array['from'](_0x3f3044['getSelectedBlocks']())['filter'](_0x1048d6=>co(_0x1048d6));const _0x270bf9=to(_0x340a88,_0x1d6626);_0x1d6626['change'](()=>{for(const _0x116a90 of _0x270bf9)_0x64913f['markBlockFormat'](_0x116a90,{'commandName':'codeBlock','commandParams':[{..._0x4b7550,'forceValue':_0x29ce29}],'formatGroupId':'blockName'});});}),(_0x64913f['descriptionFactory']['registerElementLabel']('codeBlock',_0xfa2fe0=>o(_0x153d5e,'ELEMENT_CODE_BLOCK',_0xfa2fe0)),_0x64913f['descriptionFactory']['registerDescriptionCallback'](_0x25cdf7=>{if('formatBlock'!=_0x25cdf7['type'])return;const _0x101d7d=_0x153d5e['t'],{data:_0x47b3ee}=_0x25cdf7;if(!_0x47b3ee||'codeBlock'!=_0x47b3ee['commandName'])return;const _0xae56fd=_0x47b3ee['commandParams'][0x0]['language'],_0x1101f4=_0x101d7d(_0x3383d7['find'](_0x58717e=>_0x58717e['language']===_0xae56fd)['label'])['toLowerCase']();return _0x47b3ee['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x153d5e,'*Set\x20format:*\x20%0',o(_0x153d5e,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x1101f4+')')}:{'type':'format','content':o(_0x153d5e,'*Remove\x20format:*\x20%0',o(_0x153d5e,'ELEMENT_CODE_BLOCK',0x1))};}));}}function co(_0x2e6a7b){return'codeBlock'==_0x2e6a7b['name'];}class z extends _0x54af3c{['afterInit'](){const _0x20359d=this['editor'];if(!_0x20359d['plugins']['has']('CommentsEditing'))return;_0x20359d['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}class K extends _0x54af3c{static get['requires'](){return[_0x3b307b];}['init'](){const _0x1e1a97=this['editor'],_0xb67662=_0x1e1a97['plugins']['get']('TrackChangesEditing');_0xb67662['enableCommand']('delete');const _0x1141e7=_0x1e1a97['commands']['get']('deleteForward');_0xb67662['enableCommand']('deleteForward',(_0x5c7545,_0x3953b5={})=>{const _0x262427=_0x1e1a97['model']['createSelection'](_0x1e1a97['model']['document']['selection']);_0x262427['isCollapsed']&&_0x1e1a97['model']['modifySelection'](_0x262427,{'direction':'forward','unit':_0x3953b5['unit']});const _0x2a55f8=_0x262427['getFirstRange'](),_0x472fe3=_0x3935f7['fromRange'](_0x2a55f8);let _0x484a39;_0x5c7545(_0x3953b5),_0x484a39='$graveyard'==_0x472fe3['root']['rootName']?_0x1e1a97['model']['createRange'](_0x2a55f8['start']):_0x1e1a97['model']['createRange'](_0x472fe3['start'],_0x472fe3['end']),_0x472fe3['detach'](),_0x1e1a97['model']['enqueueChange'](_0x1141e7['buffer']['batch'],_0x3b6dca=>{_0x1141e7['buffer']['lock'](),_0x3b6dca['setSelection'](_0x3b6dca['createRange'](_0x484a39['end'])),_0x1141e7['buffer']['unlock']();});});}}class W extends _0x54af3c{['afterInit'](){const _0x5ae318=this['editor'];if(!_0x5ae318['plugins']['has']('ListEditing'))return;const _0x435b90=_0x5ae318['locale'],_0x53f08a=_0x5ae318['plugins']['get']('TrackChangesEditing'),_0x17555e=_0x5ae318['plugins']['has']('TodoListEditing'),_0x38b6f0=!!_0x5ae318['config']['get']('list.multiBlock');function _0x6a1b1f(_0x4bfa9e){return{'type':'format','content':''+o(_0x435b90,'*Set\x20format:*\x20%0',_0x4bfa9e)};}function _0x2dc3d4(_0x25f27d){return{'type':'format','content':''+o(_0x435b90,'*Remove\x20format:*\x20%0',_0x25f27d)};}_0x53f08a['enableDefaultAttributesIntegration']('numberedList'),_0x53f08a['enableDefaultAttributesIntegration']('bulletedList'),_0x53f08a['enableDefaultAttributesIntegration']('customNumberedList'),_0x53f08a['enableDefaultAttributesIntegration']('customBulletedList'),_0x53f08a['enableDefaultAttributesIntegration']('indentList'),_0x53f08a['enableDefaultAttributesIntegration']('outdentList'),_0x53f08a['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x53f08a['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x38b6f0&&(_0x53f08a['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x53f08a['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x17555e&&(_0x53f08a['enableDefaultAttributesIntegration']('todoList'),_0x53f08a['enableDefaultAttributesIntegration']('checkTodoList'),_0x53f08a['descriptionFactory']['registerDescriptionCallback'](_0xbf7db0=>{const {data:_0x4c33b7}=_0xbf7db0;if(_0x4c33b7&&'todoListChecked'==_0x4c33b7['key'])return{'type':'format','content':_0x4c33b7['newValue']?o(_0x435b90,'*Check\x20item*'):o(_0x435b90,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x54cbd7=>{if(_0x54cbd7['batch']['isUndo'])return!0x1;let _0x1c4434=!0x1;const _0x4473de=_0x53f08a['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x213fcf=>'todoListChecked'===_0x53f08a['_getAttributeKey'](_0x213fcf));for(const _0x571cb2 of _0x4473de){'todo'!=_0x571cb2['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x53f08a['_findSuggestions'](_0x571cb2['getFirstRange'](),'attribute')['find'](_0x55d350=>'listType'===_0x53f08a['_getAttributeKey'](_0x55d350['suggestion']))||(_0x54cbd7['removeMarker'](_0x571cb2['getFirstMarker']()),_0x1c4434=!0x0));}return _0x1c4434;})),_0x53f08a['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x435b90,'FORMAT_INDENT'));const _0x551ada={'type':'format','content':''};_0x53f08a['descriptionFactory']['registerDescriptionCallback'](_0x1c2a52=>{const {data:_0x517df1}=_0x1c2a52;if(!_0x517df1||'listType'!=_0x517df1['key'])return;let _0x656823=_0x1c2a52['head'];for(;_0x656823;){if(_0x656823['data']&&(('listStyle'==_0x656823['data']['key']||'listMarkerStyle'==_0x656823['data']['key'])&&(_0x656823['data']['newValue']&&'default'!=_0x656823['data']['newValue']||'default'!=_0x656823['data']['oldValue']&&!_0x517df1['newValue'])||!_0x38b6f0&&_0x656823['data']['key']==m))return _0x551ada;_0x656823=_0x656823['next'];}if(null==_0x517df1['newValue'])switch(_0x517df1['oldValue']){case'bulleted':return _0x2dc3d4(o(_0x435b90,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x2dc3d4(o(_0x435b90,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x2dc3d4(o(_0x435b90,'ELEMENT_TODO_LIST'));}switch(_0x517df1['newValue']){case'bulleted':return _0x6a1b1f(o(_0x435b90,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x6a1b1f(o(_0x435b90,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x6a1b1f(o(_0x435b90,'ELEMENT_TODO_LIST'));}}),_0x53f08a['descriptionFactory']['registerDescriptionCallback'](_0x56ec15=>{const {data:_0x226e45}=_0x56ec15;if(_0x226e45&&'listIndent'==_0x226e45['key'])return null==_0x226e45['newValue']||null==_0x226e45['oldValue']&&0x0==_0x226e45['newValue']?_0x551ada:void 0x0;}),_0x53f08a['descriptionFactory']['registerDescriptionCallback'](_0x27ea93=>{if('attribute'!=_0x27ea93['type'])return;const {data:_0xbe951a}=_0x27ea93;if(!_0xbe951a||'listItemId'!=_0xbe951a['key'])return;const _0x237d45=Te(_0x27ea93);return'newValue'==_0x237d45?{'type':'format','content':o(_0x435b90,'*Merge:*\x20list\x20item')}:'oldValue'==_0x237d45?{'type':'format','content':o(_0x435b90,'*Split:*\x20list\x20item')}:_0x551ada;}),_0x5ae318['model']['document']['registerPostFixer'](_0x5e3e7e=>this['listItemIdFixer'](_0x5e3e7e)),_0x5ae318['model']['document']['registerPostFixer'](_0x267edc=>this['noTrackChangesFixer'](_0x267edc)),_0x5ae318['model']['document']['on']('change:data',(_0x4c3423,_0x5869c2)=>{if(_0x5869c2['isUndo']||!_0x5869c2['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x651971){if(_0x651971['batch']['isUndo']||!_0x651971['batch']['isLocal'])return!0x1;let _0x15038e=!0x1;const _0xd56e74=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5df315=>_0x5df315['data']&&'listItemId'==_0x5df315['data']['key'])['filter'](_0x4959a1=>_0x4959a1['data']['newValue']&&_0x4959a1['data']['oldValue']);for(const _0x55fea6 of _0xd56e74)Te(_0x55fea6)||(_0x651971['removeMarker'](_0x55fea6['getFirstMarker']()),_0x15038e=!0x0);return _0x15038e;}['noTrackChangesFixer'](_0x585cce){if(_0x585cce['batch']['isUndo']||!_0x585cce['batch']['isLocal'])return!0x1;const _0x13d5a6=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x13d5a6['trackChangesCommand']['value'])return!0x1;let _0x185629=!0x1;const _0x2662e4=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x3cdedd=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x36b29a=>'attribute'==_0x36b29a['type'])['filter'](_0x5b7c5e=>_0x2662e4['includes'](_0x5b7c5e['attributeKey']));if(0x0==_0x3cdedd['length'])return _0x185629;for(const _0x2470fe of _0x3cdedd){const _0x3c8bd9=_0x13d5a6['_findSuggestions'](_0x2470fe['range'],'attribute')['filter'](_0x497d18=>!_0x497d18['meta']['isNextTo'])['map'](_0x4bcfb4=>_0x4bcfb4['suggestion'])['filter'](_0x2b38a9=>{const _0x481e8a=_0x13d5a6['_getAttributeKey'](_0x2b38a9);return _0x2662e4['includes'](_0x481e8a);});if(_0x3c8bd9['length']){for(const _0x36353d of _0x3c8bd9)_0x585cce['removeMarker'](_0x36353d['getFirstMarker']());_0x185629=!0x0;}}return _0x185629;}['assureChains'](){const _0x230a5d=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2247cb=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x12b05d;const _0x1c58be=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x46dcde=>{if(_0x46dcde['data']['oldRange']||!_0x46dcde['data']['newRange'])return null;if(!_0x46dcde['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x5392ff}=_0x230a5d['_splitMarkerName'](_0x46dcde['name']);if(!_0x230a5d['hasSuggestion'](_0x5392ff))return null;const _0x253f6d=_0x230a5d['getSuggestion'](_0x5392ff);return _0x2247cb['includes'](_0x253f6d['data']['key']);})['map'](_0x1c7bfb=>{const {id:_0x62e222}=_0x230a5d['_splitMarkerName'](_0x1c7bfb['name']),_0x1f0d04=_0x230a5d['getSuggestion'](_0x62e222);return _0x12b05d=_0x1f0d04['attributes']['groupId'],_0x1f0d04['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x1c58be['size'])return;const _0x18752a=_0x230a5d['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5e43cf=>'attribute'==_0x5e43cf['type']&&_0x5e43cf['data']&&_0x2247cb['includes'](_0x5e43cf['data']['key'])&&_0x5e43cf['attributes']['groupId']!=_0x12b05d)['map'](_0x34b116=>({'listItem':_0x34b116['getFirstRange']()['start']['nodeAfter'],'groupId':_0x34b116['attributes']['groupId']})),_0x5ecd82=new Set();for(const {groupId:_0x2f52e9,listItem:_0x4606fd}of _0x18752a)_0x1c58be['has'](_0x4606fd)&&_0x5ecd82['add'](_0x2f52e9);for(const _0x1d43cf of _0x230a5d['getSuggestions']())_0x5ecd82['has'](_0x1d43cf['attributes']['groupId'])&&_0x1d43cf['setAttribute']('groupId',_0x12b05d);}['_supportLegacySuggestions'](){const _0x28fb49=this['editor'],_0x18fe63=_0x28fb49['locale'],_0x2d61e2=_0x28fb49['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x2d61e2['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x2a7095,_0x22a967){const _0x4a25c6=[];for(let _0x3e2ac2 of _0x2a7095)_0x3e2ac2['start']['nodeAfter']===_0x3e2ac2['end']['parent']&&(_0x3e2ac2=_0x28fb49['model']['createRange'](_0x28fb49['model']['createPositionAt'](_0x3e2ac2['start']['nodeAfter'],0x0))),_0x4a25c6['push'](_0x3e2ac2);_0x28fb49['model']['change'](_0x4f8837=>{const _0x328aed=_0x28fb49['model']['document']['selection'],_0x28f3a8=Array['from'](_0x328aed['getRanges']())['map'](_0x51da4f=>_0x3935f7['fromRange'](_0x51da4f));_0x4f8837['setSelection'](_0x4a25c6),_0x28fb49['commands']['get'](_0x22a967['commandName'])['refresh'](),_0x22a967['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x28fb49['execute'](_0x22a967['commandName'],..._0x22a967['commandParams']),_0x4f8837['setSelection'](_0x28f3a8);for(const _0xce3478 of _0x28f3a8)_0xce3478['detach']();});}),_0x2d61e2['descriptionFactory']['registerElementLabel'](function(_0x3eb224){const _0x4b432a=!_0x28fb49['model']['schema']['isObject'](_0x3eb224),_0x5e25f7=_0x3eb224['previousSibling'],_0x4e7930=_0x3eb224['nextSibling'],_0x5bf8d5=_0x3eb224['getAttribute']('listItemId'),_0x4bc275=!_0x5e25f7||_0x5e25f7['getAttribute']('listItemId')!==_0x5bf8d5,_0x2cd930=!_0x4e7930||_0x4e7930['getAttribute']('listItemId')!==_0x5bf8d5;return _0x4b432a&&Boolean(_0x5bf8d5)&&_0x4bc275&&_0x2cd930;},_0x1aa851=>o(_0x18fe63,'ELEMENT_LIST_ITEM',_0x1aa851));}['_registerLegacyDescription'](){const _0x5aa207=this['editor'],_0x4e9a0d=_0x5aa207['locale'];function _0x156516(_0x12e612){const _0x2c4b4a=_0x5aa207['commands']['get']('bulletedList')['value'],_0xdd9218=_0x5aa207['commands']['get']('numberedList')['value'];return'numberedList'===_0x12e612?_0x2c4b4a:_0xdd9218;}_0x5aa207['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x58f470){if('formatBlock'!=_0x58f470['type'])return;const {data:_0x32b6d4}=_0x58f470;if(!_0x32b6d4)return;let _0x2f5237,_0x3c0b70,_0x1d1df9,_0x23a442;switch(_0x32b6d4['commandName']){case'bulletedList':_0x1d1df9=_0x32b6d4['commandParams'][0x0]['forceValue'],_0x23a442=_0x156516(_0x32b6d4['commandName']),_0x2f5237=_0x1d1df9?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x23a442&&_0x5aa207['config']['get']('list.multiBlock')||(_0x2f5237='*Change\x20to:*\x20%0'),_0x3c0b70={'type':'format','content':o(_0x4e9a0d,_0x2f5237,o(_0x4e9a0d,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x1d1df9=_0x32b6d4['commandParams'][0x0]['forceValue'],_0x23a442=_0x156516(_0x32b6d4['commandName']),_0x2f5237=_0x1d1df9?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x23a442&&_0x5aa207['config']['get']('list.multiBlock')||(_0x2f5237='*Change\x20to:*\x20%0'),_0x3c0b70={'type':'format','content':o(_0x4e9a0d,_0x2f5237,o(_0x4e9a0d,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x2f5237='*Indent:*\x20%0',_0x3c0b70={'type':'format','content':o(_0x4e9a0d,_0x2f5237,o(_0x4e9a0d,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x2f5237=function(_0x568cfd){const _0x3a0329=_0x568cfd['getFirstRange']();let _0x47cb59=_0x3a0329['start']['nodeAfter'];for(;_0x47cb59&&_0x3a0329['containsItem'](_0x47cb59);){if(_0x47cb59['getAttribute']('listIndent')>0x0)return!0x1;_0x47cb59=_0x47cb59['nextSibling'];}return!0x0;}(_0x58f470)?o(_0x4e9a0d,'*Format:*\x20remove\x20from\x20%0',o(_0x4e9a0d,function(_0x527365){return'ELEMENT_'+_0x527365['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x58f470))):o(_0x4e9a0d,'*Outdent:*\x20%0',o(_0x4e9a0d,'ELEMENT_LIST_ITEM')),_0x3c0b70={'type':'format','content':_0x2f5237};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x32b6d4['multipleBlocks']&&(_0x2f5237='*Merge:*\x20%0',_0x3c0b70={'type':'deletion','content':o(_0x4e9a0d,_0x2f5237,o(_0x4e9a0d,'ELEMENT_LIST_ITEM'))});}return _0x3c0b70;});}}function Te(_0x47afb0){let _0x23eebb=_0x47afb0['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x23eebb;){const _0x1737a8=_0x23eebb['getAttribute']('listItemId');if(!_0x1737a8)return!0x1;if(_0x1737a8==_0x47afb0['data']['newValue'])return'newValue';if(_0x1737a8==_0x47afb0['data']['oldValue'])return'oldValue';_0x23eebb=_0x23eebb['previousSibling'];}return!0x1;}class H extends _0x54af3c{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x2251e2=this['editor']['config']['get']('list.properties'),_0x19482a=this['editor']['plugins']['get']('TrackChangesEditing');_0x2251e2['styles']&&_0x19482a['enableDefaultAttributesIntegration']('listStyle'),_0x2251e2['reversed']&&_0x19482a['enableDefaultAttributesIntegration']('listReversed'),_0x2251e2['startIndex']&&_0x19482a['enableDefaultAttributesIntegration']('listStart');const _0x17c44e={'type':'format','content':''};_0x19482a['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x523004=this['editor']['locale'];_0x19482a['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x523004,'FORMAT_LIST_REVERSED')),_0x19482a['descriptionFactory']['registerDescriptionCallback'](_0x13ae7e=>{const {data:_0xf308a}=_0x13ae7e;if(_0xf308a&&'listReversed'==_0xf308a['key'])return null==_0xf308a['newValue']||0x0==_0xf308a['newValue']&&null==_0xf308a['oldValue']?_0x17c44e:void 0x0;}),_0x19482a['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x523004,'FORMAT_LIST_START')),_0x19482a['descriptionFactory']['registerDescriptionCallback'](_0x4917d1=>{const {data:_0x5a0fe5}=_0x4917d1;if(_0x5a0fe5&&'listStart'==_0x5a0fe5['key'])return null==_0x5a0fe5['newValue']||0x1==_0x5a0fe5['newValue']&&null==_0x5a0fe5['oldValue']?_0x17c44e:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x5a316f=>{if(_0x5a316f['batch']['isUndo'])return!0x1;let _0x291bd1=!0x1;const _0x4f0736=_0x19482a['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x65ce04=>{const _0xdb3cc6=_0x19482a['_getAttributeKey'](_0x65ce04);return'listStart'==_0xdb3cc6||'listReversed'==_0xdb3cc6;});for(const _0x4760ff of _0x4f0736){const _0x2d7d37=_0x4760ff['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x2d7d37||'customNumbered'==_0x2d7d37)continue;_0x19482a['_findSuggestions'](_0x4760ff['getFirstRange'](),'attribute')['find'](_0x549d84=>'listType'==_0x19482a['_getAttributeKey'](_0x549d84['suggestion']))||(_0x5a316f['removeMarker'](_0x4760ff['getFirstMarker']()),_0x291bd1=!0x0);}return _0x291bd1;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x172fad){const _0x10a032=this['editor']['locale'],{data:_0x4c53bf}=_0x172fad,_0x45decf={'type':'format','content':''};if(!_0x4c53bf||'listStyle'!=_0x4c53bf['key'])return;if(!_0x4c53bf['oldValue'])return'default'==_0x4c53bf['newValue']?_0x45decf:{'type':'format','content':''+o(_0x10a032,'*Set\x20format:*\x20%0',o(_0x10a032,this['_getTranslationKeyForListStyle'](_0x4c53bf['newValue'])))};if(!_0x4c53bf['newValue']){if('default'==_0x4c53bf['oldValue'])return _0x45decf;let _0x3d542e=_0x172fad['head'];for(;_0x3d542e;){if(_0x3d542e['data']&&'listType'==_0x3d542e['data']['key']&&_0x3d542e['data']['newValue'])return _0x45decf;_0x3d542e=_0x3d542e['next'];}return{'type':'format','content':''+o(_0x10a032,'*Remove\x20format:*\x20%0',o(_0x10a032,this['_getTranslationKeyForListStyle'](_0x4c53bf['oldValue'])))};}if('default'!=_0x4c53bf['newValue'])return{'type':'format','content':''+o(_0x10a032,'*Set\x20format:*\x20%0',o(_0x10a032,this['_getTranslationKeyForListStyle'](_0x4c53bf['newValue'])))};let _0x292cc6=_0x172fad['head'];for(;_0x292cc6;){if(_0x292cc6['data']&&'listType'==_0x292cc6['data']['key']&&_0x292cc6['data']['newValue']&&_0x292cc6['data']['oldValue'])return _0x45decf;_0x292cc6=_0x292cc6['next'];}return{'type':'format','content':o(_0x10a032,'*Set\x20format:*\x20%0',o(_0x10a032,'ELEMENT_'+_0x172fad['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0xe63923=this['editor'],_0x4a62ff=_0xe63923['locale'];_0xe63923['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3ee133=>{if('formatBlock'!=_0x3ee133['type'])return;const {data:_0x1c8a5f}=_0x3ee133;if(!_0x1c8a5f)return;let _0x59dc14,_0x2df3c9;switch(_0x1c8a5f['commandName']){case'listStyle':_0x59dc14='*Change\x20to:*\x20%0',_0x2df3c9={'type':'format','content':o(_0x4a62ff,_0x59dc14,o(_0x4a62ff,this['_getTranslationKeyForListStyle'](_0x1c8a5f['commandParams'][0x0]['type'])))};break;case'listReversed':_0x59dc14=_0x1c8a5f['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x2df3c9={'type':'format','content':o(_0x4a62ff,_0x59dc14)};break;case'listStart':_0x59dc14='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x2df3c9={'type':'format','content':o(_0x4a62ff,_0x59dc14,_0x1c8a5f['commandParams'][0x0]['startIndex'])};}return _0x2df3c9;});}['_getTranslationKeyForListStyle'](_0x5de196){return'ELEMENT_'+function(_0x61ea07){if(ye['includes'](_0x61ea07))return'bulleted';if(Se['includes'](_0x61ea07))return'numbered';return null;}(_0x5de196)['toUpperCase']()+'_LIST_'+_0x5de196['toUpperCase']()['replace'](/-/g,'_');}}const ye=['disc','circle','square'],Se=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class Q extends _0x54af3c{['afterInit'](){const _0x31b293=this['editor'];_0x31b293['commands']['get']('emoji')&&_0x31b293['plugins']['get']('TrackChangesEditing')['enableCommand']('emoji');}}class X extends _0x54af3c{static get['requires'](){return[_0x556c87];}['init'](){const _0x4ef493=this['editor'],_0x1c989f=_0x4ef493['plugins']['get']('TrackChangesEditing'),_0x30b2aa=_0x4ef493['commands']['get']('enter');_0x1c989f['enableCommand']('enter',()=>{_0x4ef493['model']['change'](_0x579804=>{const _0x2a3c76=_0x4ef493['model']['document']['selection'],_0x2850bf=_0x2a3c76['getFirstPosition'](),_0x959d4e=_0x3935f7['fromRange'](_0x2a3c76['getFirstRange']());if(_0x30b2aa['enterBlock'](_0x579804)){const _0x46e6c3=_0x4ef493['model']['createPositionAt'](_0x2850bf['parent']['nextSibling'],0x0),_0x554949=_0x579804['createRange'](_0x2850bf,_0x46e6c3);_0x1c989f['markInsertion'](_0x554949);}else _0x579804['setSelection'](_0x579804['createRange'](_0x959d4e['end']));_0x959d4e['detach'](),_0x30b2aa['fire']('afterExecute',{'writer':_0x579804});});});}}class Y extends _0x54af3c{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x5c3dae=this['editor']['plugins']['get']('TrackChangesEditing');_0x5c3dae['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x5c3dae['enableCommand']('findNext'),_0x5c3dae['enableCommand']('findPrevious'),_0x5c3dae['enableCommand']('replace'),_0x5c3dae['enableCommand']('replaceAll');}['handleFindCommand'](_0x1b1392,_0x23a8f7,_0x18a28f={}){const _0x58fd33=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x1b1392(_0x38c865=>{let _0x1c7faa=('string'==typeof _0x23a8f7?_0x58fd33['findByTextCallback'](_0x23a8f7,_0x18a28f):_0x23a8f7)(_0x38c865);Array['isArray'](_0x1c7faa)&&(_0x1c7faa={'results':_0x1c7faa,'searchText':'string'==typeof _0x23a8f7?_0x23a8f7:''});const _0xd850de=_0x1c7faa['results']['filter'](_0xf1b37b=>!0x1===this['_isInDeletionRange'](_0xf1b37b,_0x38c865['item']));return{..._0x1c7faa,'results':_0xd850de};},_0x18a28f);}['_isInDeletionRange'](_0x525783,_0x192150){const _0x2c5d68=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x192150,_0x525783['start']),this['editor']['model']['createPositionAt'](_0x192150,_0x525783['end']));for(const _0x521944 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x2c5d68['getIntersection'](_0x521944['getRange']()))return!0x0;return!0x1;}}const eo=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Z extends _0x54af3c{['afterInit'](){const _0x58f179=this['editor']['locale'],_0x35abf4=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x1fba62,commandName:_0x1096fe}of eo)this['editor']['plugins']['has'](_0x1fba62)&&_0x35abf4['enableDefaultAttributesIntegration'](_0x1096fe);_0x35abf4['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x58f179,'FORMAT_FONT_SIZE')),_0x35abf4['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x58f179,'FORMAT_FONT_FAMILY')),_0x35abf4['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x58f179,'FORMAT_FONT_COLOR')),_0x35abf4['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x58f179,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4102ee=this['editor'],_0x37c95b=_0x4102ee['locale'];_0x4102ee['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x423bd6=>{const _0x3e110a=_0x37c95b['t'];if('formatInline'!=_0x423bd6['type'])return;const {data:_0x12a472}=_0x423bd6;if(null!=_0x12a472){if('fontSize'==_0x12a472['commandName']){const _0x4019a2=_0x12a472['commandParams'][0x0]['value'];if(_0x4019a2){const _0x1ed662=_0x3e110a(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x3147d3=>_0x3147d3['model']==_0x4019a2)['title'])['toLowerCase']();return{'type':'format','content':o(_0x37c95b,'*Set\x20font\x20size:*\x20%0',_0x1ed662)};}return{'type':'format','content':o(_0x37c95b,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x12a472['commandName']){const _0x1465b9=_0x12a472['commandParams'][0x0]['value'];return _0x1465b9?{'type':'format','content':o(_0x37c95b,'*Set\x20font\x20family:*\x20%0',_0x1465b9)}:{'type':'format','content':o(_0x37c95b,'*Reset\x20font\x20family*')};}if('fontColor'==_0x12a472['commandName']){const _0x3d6f79=_0x12a472['commandParams'][0x0]['value'];if(_0x3d6f79){const _0x4bbc06=_0xdfd96(this['editor']['config']['get']('fontColor.colors'))['find'](_0x132a65=>_0x132a65['model']==_0x3d6f79);let _0x1f6c53=_0x3d6f79,_0x5a804a='';return _0x4bbc06&&(_0x1f6c53=_0x4bbc06['label'],_0x5a804a=_0x3e110a(_0x1f6c53)['toLowerCase']()),{'type':'format','content':o(_0x37c95b,'*Set\x20font\x20color:*\x20%0',_0x5a804a)['trim'](),'color':{'value':_0x3d6f79,'title':_0x5a804a||_0x1f6c53}};}return{'type':'format','content':o(_0x37c95b,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x12a472['commandName']){const _0x791a4d=_0x12a472['commandParams'][0x0]['value'];if(_0x791a4d){const _0x2c3c01=_0xdfd96(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x13582e=>_0x13582e['model']==_0x791a4d);let _0x4d6607=_0x791a4d,_0x2f0336='';return _0x2c3c01&&(_0x4d6607=_0x2c3c01['label'],_0x2f0336=_0x3e110a(_0x4d6607)['toLowerCase']()),{'type':'format','content':o(_0x37c95b,'*Set\x20font\x20background\x20color:*\x20%0',_0x2f0336)['trim'](),'color':{'value':_0x791a4d,'title':_0x2f0336||_0x4d6607}};}return{'type':'format','content':o(_0x37c95b,'*Reset\x20font\x20background\x20color*')};}}});}}class tt extends _0x54af3c{['afterInit'](){const {plugins:_0x99503c}=this['editor'];_0x99503c['has']('FootnotesEditing')&&this['_registerFootnotesEditingIntegration'](),_0x99503c['has']('FootnotesPropertiesEditing')&&this['_registerFootnotesPropertiesEditingIntegration']();}['_registerFootnotesPropertiesEditingIntegration'](){const {locale:_0x3c552d,plugins:_0xdceb1d,commands:_0x471b5e}=this['editor'],_0x25d73f=_0xdceb1d['get']('TrackChangesEditing');_0x471b5e['get']('footnotesStyle')&&_0x25d73f['enableDefaultAttributesIntegration']('footnotesStyle'),_0x471b5e['get']('footnotesStart')&&_0x25d73f['enableDefaultAttributesIntegration']('footnotesStart'),_0x25d73f['registerBlockAttribute']('footnotesListStyle'),_0x25d73f['descriptionFactory']['registerAttributeLabel']('footnotesListStyle',o(_0x3c552d,'FORMAT_FOOTNOTES_LIST_STYLE')),_0x25d73f['registerBlockAttribute']('footnotesListStart'),_0x25d73f['descriptionFactory']['registerAttributeLabel']('footnotesListStart',o(_0x3c552d,'FORMAT_FOOTNOTES_LIST_START'));}['_registerFootnotesEditingIntegration'](){const _0x4aba6a=this['editor']['plugins']['get']('TrackChangesEditing'),{locale:_0x3286bb,commands:_0x24654a}=this['editor'];_0x24654a['get']('insertFootnote')&&_0x4aba6a['enableCommand']('insertFootnote'),_0x4aba6a['descriptionFactory']['registerElementLabel']('footnoteRef',_0x3fdc69=>o(_0x3286bb,'ELEMENT_FOOTNOTE_REF',_0x3fdc69)),_0x4aba6a['descriptionFactory']['registerElementLabel']('footnoteDefinition',_0x3b9801=>o(_0x3286bb,'ELEMENT_FOOTNOTE_DEFINITION',_0x3b9801)),_0x4aba6a['descriptionFactory']['registerElementLabel']('footnotesDefinitions',_0x4cb3d9=>o(_0x3286bb,'ELEMENT_FOOTNOTES_DEFINITIONS_LIST',_0x4cb3d9));}}class nt extends _0x54af3c{['afterInit'](){const _0x1497cb=this['editor'],_0x592062=_0x1497cb['plugins']['get']('TrackChangesEditing'),_0x2c98ef=_0x1497cb['commands']['get']('copyFormat'),_0x564ae7=_0x1497cb['commands']['get']('pasteFormat');_0x2c98ef&&_0x564ae7&&(_0x592062['enableDefaultAttributesIntegration']('pasteFormat'),_0x592062['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x3154a9=this['editor'],_0x17313e=_0x3154a9['locale'];_0x3154a9['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x35371b=>{if('formatBlock'!=_0x35371b['type']&&'formatInline'!=_0x35371b['type'])return;const {data:_0x3064d0}=_0x35371b;if(_0x3064d0&&'pasteFormat'===_0x3064d0['commandName']){const _0x3319bd=[],_0x143c3c=_0x3064d0['commandParams'][0x0];for(const [_0x21c092,_0x5b9a39]of Object['entries'](_0x143c3c))_0x3319bd['push'](ro(_0x3154a9,_0x21c092,_0x5b9a39));return _0x3319bd['length']?{'type':'format','content':o(_0x17313e,'*Set\x20format\x20to:*\x20%0',_0x3319bd['join'](',\x20'))}:{'type':'format','content':o(_0x17313e,'*Remove\x20all\x20formatting*')};}});}}function ro(_0x3fc3b6,_0x4558f2,_0x29b492){const _0x46f024=_0x3fc3b6['locale']['t'],_0x52c805=_0x4558f2['split'](/(?=[A-Z])/)['join']('\x20'),_0x2d3679=_0x46f024(_0x52c805['charAt'](0x0)['toUpperCase']()+_0x52c805['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x29b492)return _0x2d3679;if('fontColor'===_0x4558f2||'fontBackgroundColor'===_0x4558f2){const _0x40a5e8=_0xdfd96(_0x3fc3b6['config']['get']('fontColor.colors'))['find'](_0x475808=>_0x475808['model']==_0x29b492);return _0x2d3679+'\x20('+(_0x40a5e8?_0x46f024(_0x40a5e8['label'])['toLowerCase']():_0x29b492)+')';}if('fontSize'===_0x4558f2&&isNaN(parseFloat(_0x29b492))){const _0x58e97c=_0x3fc3b6['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x3fc3b6['config']['get']('fontSize.options'))['find'](_0x233b2d=>_0x233b2d['model']==_0x29b492);return _0x2d3679+'\x20('+(_0x58e97c?_0x46f024(_0x58e97c['title'])['toLowerCase']():_0x29b492)+')';}return _0x2d3679+'\x20('+_0x29b492+')';}class it extends _0x54af3c{['_headingOptions'];['afterInit'](){const _0x1b91ca=this['editor'];if(!_0x1b91ca['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x1b91ca['config']['get']('heading.options');const _0x26a2eb=_0x1b91ca['locale'],_0x540ac3=_0x1b91ca['plugins']['get']('TrackChangesEditing');_0x540ac3['enableDefaultAttributesIntegration']('heading');for(const _0x7ce6c8 of this['_headingOptions'])'paragraph'!=_0x7ce6c8['model']&&_0x540ac3['descriptionFactory']['registerElementLabel'](_0x7ce6c8['model'],_0x15723f=>{const _0xb1663f=this['_getHeadingLevel'](_0x7ce6c8['model']);return null!==_0xb1663f?_0xc70a40(_0x15723f,_0xb1663f):_0x15435f(_0x15723f,_0x7ce6c8['title']);});function _0xc70a40(_0x4d8eda,_0x34fb04){return o(_0x26a2eb,'ELEMENT_HEADING',[_0x4d8eda,_0x34fb04]);}function _0x15435f(_0x8559ee,_0xf44122){return o(_0x26a2eb,'ELEMENT_HEADING_CUSTOM',[_0x8559ee,_0xf44122]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3e3726=this['editor'],_0x4f9eab=_0x3e3726['locale'];function _0xa5e35b(_0x34edb2,_0xce013f){return o(_0x4f9eab,'ELEMENT_HEADING_CUSTOM',[_0x34edb2,_0xce013f]);}_0x3e3726['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4c17=>{if('formatBlock'!=_0x4c17['type'])return;const {data:_0x1b0d62}=_0x4c17;if(_0x1b0d62&&'heading'==_0x1b0d62['commandName']){const _0x5c26c3=_0x1b0d62['commandParams'][0x0]['value'],_0x2f0c39=this['_getHeadingLevel'](_0x5c26c3);if(null!==_0x2f0c39)return{'type':'format','content':o(_0x4f9eab,'*Change\x20to:*\x20%0',(_0x4a3292=0x1,_0x2b17dc=_0x2f0c39,o(_0x4f9eab,'ELEMENT_HEADING',[_0x4a3292,_0x2b17dc])))};const _0x474561=this['_headingOptions']['find'](_0x247dbe=>_0x247dbe['model']===_0x5c26c3)['title'];return{'type':'format','content':o(_0x4f9eab,'*Change\x20to:*\x20%0',_0xa5e35b(0x1,_0x474561))};}var _0x4a3292,_0x2b17dc;});}['_getHeadingLevel'](_0xe94538){const _0x3794bd=_0xe94538['match'](/^heading(\d+)/);if(_0x3794bd)return _0x3794bd[0x1];const _0x3672f1=this['_headingOptions']?.['find'](_0x166796=>_0x166796['model']==_0xe94538);if(_0x3672f1&&_0x3672f1['view']){const _0x5a96c2=_0x3672f1['view'],_0x3498f8=(_0x5a96c2['name']??_0x5a96c2)['match'](/^h(\d+)/);if(_0x3498f8)return _0x3498f8[0x1];}return null;}}class et extends _0x54af3c{['afterInit'](){const _0x4f1d4c=this['editor'];if(!_0x4f1d4c['plugins']['has']('HighlightEditing'))return;const _0x38bda3=_0x4f1d4c['plugins']['get']('TrackChangesEditing'),_0x4dd04b=_0x4f1d4c['locale'];_0x38bda3['enableDefaultAttributesIntegration']('highlight'),_0x38bda3['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x4dd04b,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2615b3=this['editor'],_0x114a3f=_0x2615b3['locale'];_0x2615b3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x300338=>{if('formatInline'!=_0x300338['type'])return;const {data:_0x379d83}=_0x300338;if(_0x379d83&&'highlight'==_0x379d83['commandName']){const _0x6af0b6=_0x114a3f['t'],_0x6a6ea7=_0x379d83['commandParams'][0x0]['value'];if(_0x6a6ea7){const _0xa0ba4a=_0x2615b3['config']['get']('highlight.options')['find'](_0x41994b=>_0x41994b['model']==_0x6a6ea7),_0x53d3fc=_0x6af0b6(_0xa0ba4a['title'])['toLowerCase']();return{'type':'format','content':o(_0x114a3f,'*Set\x20highlight:*\x20%0',_0x53d3fc),'color':{'value':_0xa0ba4a['color'],'title':_0xa0ba4a['title']}};}return{'type':'format','content':o(_0x114a3f,'*Remove\x20highlight*',o(_0x114a3f,'FORMAT_HIGHLIGHT'))};}});}}class st extends _0x54af3c{['afterInit'](){const _0x34168d=this['editor'];if(!_0x34168d['plugins']['has']('HorizontalLineEditing'))return;_0x34168d['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x9e1325=_0x34168d['plugins']['get']('TrackChangesEditing'),_0x3ffc5b=_0x34168d['locale'];_0x9e1325['descriptionFactory']['registerElementLabel']('horizontalLine',_0x551c40=>o(_0x3ffc5b,'ELEMENT_HORIZONTAL_LINE',_0x551c40));}}class ot extends _0x54af3c{['afterInit'](){const _0x10936d=this['editor'];if(!_0x10936d['plugins']['has']('HtmlEmbed'))return;const _0x2d2036=_0x10936d['plugins']['get']('TrackChangesEditing'),_0x19779a=_0x10936d['locale'];_0x2d2036['descriptionFactory']['registerElementLabel']('rawHtml',_0x3d7750=>o(_0x19779a,'ELEMENT_HTML_EMBED',_0x3d7750)),_0x2d2036['enableDefaultAttributesIntegration']('htmlEmbed'),_0x2d2036['descriptionFactory']['registerDescriptionCallback'](_0x121dea=>{if('attribute'!=_0x121dea['type'])return;const {data:_0x34194d}=_0x121dea;if(_0x34194d&&'value'==_0x34194d['key']&&_0x121dea['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x3e295e=o(_0x19779a,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x19779a,'*Change\x20%0\x20content*',_0x3e295e)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x7bec1a=this['editor'],_0x346044=_0x7bec1a['locale'];_0x7bec1a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x58fc63=>{if('formatBlock'!=_0x58fc63['type'])return;const {data:_0x3981eb}=_0x58fc63;if(_0x3981eb&&'htmlEmbed'==_0x3981eb['commandName']){const _0xf09a6=o(_0x346044,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x346044,'*Change\x20%0\x20content*',_0xf09a6)};}});}}class rt extends _0x54af3c{['afterInit'](){const _0x20bf17=this['editor'];if(!_0x20bf17['plugins']['has']('ImageEditing'))return;const _0x1032b3=_0x20bf17['plugins']['get']('TrackChangesEditing'),_0x2d9327=_0x20bf17['plugins']['get']('ImageUtils'),_0x188462=_0x20bf17['locale'];_0x1032b3['enableCommand']('insertImage'),_0x1032b3['descriptionFactory']['registerElementLabel']('imageBlock',_0x48b25c=>o(_0x188462,'ELEMENT_IMAGE',_0x48b25c)),_0x1032b3['descriptionFactory']['registerElementLabel']('imageInline',_0x21c6b2=>o(_0x188462,'ELEMENT_INLINE_IMAGE',_0x21c6b2)),_0x1032b3['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x188462,'ELEMENT_CAPTION')),_0x20bf17['plugins']['has']('ImageUploadEditing')&&_0x1032b3['enableCommand']('uploadImage'),_0x20bf17['plugins']['has']('ImageBlockEditing')&&_0x20bf17['plugins']['has']('ImageInlineEditing')&&(_0x1032b3['enableCommand']('imageTypeInline',(_0x20630f,_0x5dede4)=>{const _0x749095=_0x2d9327['getClosestSelectedImageElement'](_0x20bf17['model']['document']['selection']);_0x20bf17['model']['change'](()=>{_0x1032b3['markBlockFormat'](_0x749095,{'commandName':'imageTypeInline','commandParams':[_0x5dede4]},[],'convertBlockImageToInline');});}),_0x1032b3['enableCommand']('imageTypeBlock',(_0x4c692e,_0x34daf6)=>{_0x20bf17['model']['change'](_0x514b9c=>{let _0x2e903b=_0x2d9327['getClosestSelectedImageElement'](_0x20bf17['model']['document']['selection']),_0x1444e4=_0x514b9c['createRangeOn'](_0x2e903b);const _0x59ae1b=_0x15f5b8['fromPosition'](_0x1444e4['start'],'toPrevious'),_0x4a83b5=_0x15f5b8['fromPosition'](_0x1444e4['end'],'toNext');_0x1032b3['forceDefaultExecution'](()=>_0x4c692e(_0x34daf6)),_0x2e903b=_0x2d9327['getClosestSelectedImageElement'](_0x20bf17['model']['document']['selection']),_0x1444e4=_0x514b9c['createRangeOn'](_0x2e903b);const _0x401a90=_0x514b9c['createRange'](_0x59ae1b,_0x4a83b5);_0x59ae1b['detach'](),_0x4a83b5['detach'](),_0x1032b3['markBlockFormat'](_0x2e903b,{'commandName':'imageTypeInline','commandParams':[_0x34daf6]},[],'convertInlineImageToBlock'),_0x401a90['start']['isBefore'](_0x1444e4['start'])&&_0x1032b3['markInsertion'](_0x514b9c['createRange'](_0x401a90['start'],_0x1444e4['start']),'convertInlineImageToBlock'),_0x1444e4['end']['isBefore'](_0x401a90['end'])&&_0x1032b3['markInsertion'](_0x514b9c['createRange'](_0x1444e4['end'],_0x401a90['end']),'convertInlineImageToBlock');});}),_0x1032b3['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x1032b3['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x1032b3['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x1032b3['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x1032b3['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x1032b3['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x1a5988])=>{const _0x302a23=_0x1032b3['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x3ed92a=_0x1a5988['start'],_0x1c7743=_0x1a5988['end'];const _0x16ea57=_0x20bf17['model']['schema']['getNearestSelectionRange'](_0x3ed92a,'backward'),_0x21f4cc=_0x20bf17['model']['schema']['getNearestSelectionRange'](_0x1c7743,'forward');_0x16ea57['isCollapsed']&&(_0x3ed92a=_0x16ea57['start']),_0x21f4cc['isCollapsed']&&(_0x1c7743=_0x21f4cc['end']),_0x302a23([_0x20bf17['model']['createRange'](_0x3ed92a,_0x1c7743)]);}),_0x1032b3['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x45e058),_0x1032b3['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x45e058)),_0x20bf17['plugins']['has']('ImageCaptionEditing')&&(_0x1032b3['enableCommand']('toggleImageCaption',(_0x4bc133,_0x366532)=>{const _0x4f71ab=_0x20bf17['plugins']['get']('ImageCaptionUtils');let _0x14a245=_0x2d9327['getClosestSelectedImageElement'](_0x20bf17['model']['document']['selection']),_0x3a1f92=_0x4f71ab['getCaptionFromImageModelElement'](_0x14a245);_0x20bf17['model']['change'](()=>{if(_0x3a1f92)return void _0x1032b3['markDeletion'](_0x20bf17['model']['createRangeOn'](_0x3a1f92));const _0x19c557=_0x2d9327['isBlockImage'](_0x14a245);_0x4bc133(_0x366532),_0x14a245=_0x2d9327['getClosestSelectedImageElement'](_0x20bf17['model']['document']['selection']),_0x3a1f92=_0x4f71ab['getCaptionFromImageModelElement'](_0x14a245),_0x1032b3['markInsertion'](_0x20bf17['model']['createRangeOn'](_0x3a1f92),_0x19c557?null:'imageCaption');});}),_0x1032b3['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x45e058));const _0x49901f=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x2e0ba5(_0x373dd9,_0x22e579){const _0x5b1f1c=_0x49901f['findIndex'](({type:_0x130041,subType:_0x291d47})=>_0x373dd9['type']==_0x130041&&_0x373dd9['subType']==_0x291d47),_0xb36a11=_0x49901f['findIndex'](({type:_0x373dd3,subType:_0x56685f})=>_0x22e579['type']==_0x373dd3&&_0x22e579['subType']==_0x56685f);if(_0x5b1f1c<0x0||_0xb36a11<0x0)return!0x1;const _0x5687f7=_0x373dd9['getFirstRange'](),_0x31d3f3=_0x22e579['getFirstRange']();if((0x0==_0x5b1f1c||0x1==_0x5b1f1c)&&0x2==_0xb36a11&&_0x5687f7['isIntersecting'](_0x31d3f3))return!0x0;if(0x2==_0x5b1f1c&&0x3==_0xb36a11){const _0x2d6244=_0x1032b3['_findSuggestions'](_0x5687f7,'insertion')['filter'](({suggestion:_0x57df16,meta:_0x3985cb})=>_0x3985cb['isOwn']&&'convertInlineImageToBlock'==_0x57df16['subType']);if(_0x2d6244['length']>0x1&&_0x31d3f3['end']['isEqual'](_0x5687f7['start']))return!0x0;if(0x1==_0x2d6244['length']&&(_0x5687f7['start']['isEqual'](_0x31d3f3['end'])||_0x5687f7['end']['isEqual'](_0x31d3f3['start'])))return!0x0;}if(0x3==_0x5b1f1c&&0x3==_0xb36a11&&_0x5687f7['start']['isBefore'](_0x31d3f3['start'])){const _0xd09a83=_0x5687f7['end']['nodeAfter'],_0x53b1fa=_0x31d3f3['start']['nodeBefore'];return _0x2d9327['isBlockImage'](_0xd09a83)&&_0xd09a83===_0x53b1fa;}return!0x1;}function _0x45e058(_0x4eaf9c,_0x545574){return _0x2e0ba5(_0x4eaf9c,_0x545574)?[_0x4eaf9c,_0x545574]:_0x2e0ba5(_0x545574,_0x4eaf9c)?[_0x545574,_0x4eaf9c]:null;}_0x20bf17['plugins']['has']('ImageResize')&&(_0x1032b3['enableDefaultAttributesIntegration']('resizeImage'),_0x1032b3['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x188462,'FORMAT_IMAGE_SIZE'))),_0x20bf17['plugins']['has']('ImageTextAlternativeEditing')&&_0x1032b3['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x20bf17['plugins']['has']('PictureEditing')&&_0x1032b3['descriptionFactory']['registerDescriptionCallback'](_0x459c7f=>{if('attribute'!=_0x459c7f['type'])return;const {data:_0x3b8796}=_0x459c7f;return _0x3b8796&&'sources'==_0x3b8796['key']?{'type':'format','content':''}:void 0x0;}),_0x20bf17['plugins']['has']('ImageSizeAttributes')&&_0x1032b3['descriptionFactory']['registerDescriptionCallback'](_0x14b0f9=>{if('attribute'!=_0x14b0f9['type'])return;const {data:_0x1d8c58}=_0x14b0f9;return!_0x1d8c58||'width'!=_0x1d8c58['key']&&'height'!=_0x1d8c58['key']?void 0x0:{'type':'format','content':''};}),_0x1032b3['descriptionFactory']['registerDescriptionCallback'](_0x3792d4=>{if(!!_0x49901f['find'](({type:_0x3c44a5,subType:_0x51cad9})=>_0x3792d4['type']==_0x3c44a5&&_0x3792d4['subType']==_0x51cad9))return _0x3792d4['previous']?{}:void 0x0;}),_0x1032b3['descriptionFactory']['registerDescriptionCallback'](_0x5d8082=>{if('insertion'==_0x5d8082['type']||'deletion'==_0x5d8082['type']){const _0x14e8e4=_0x5d8082['getContainedElement']();if(_0x14e8e4&&_0x14e8e4['is']('element','caption'))return{'type':'insertion'==_0x5d8082['type']?'addObject':'removeObject','element':_0x14e8e4,'quantity':0x1};}}),_0x1032b3['descriptionFactory']['registerDescriptionCallback'](_0x36b397=>'formatBlock'==_0x36b397['type']&&'convertInlineImageToBlock'==_0x36b397['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x36b397['type']&&'convertBlockImageToInline'==_0x36b397['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x1032b3['descriptionFactory']['registerDescriptionCallback'](_0x400713=>{if('attribute'!=_0x400713['type'])return;const {data:_0x85da07}=_0x400713;if(!_0x85da07||'alt'!=_0x85da07['key'])return;const _0x45b982=_0x85da07['newValue'];return _0x45b982?{'type':'format','content':o(_0x188462,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x45b982+'\x22')}:{'type':'format','content':o(_0x188462,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x9b6f20=this['editor'],_0x1d2f5b=_0x9b6f20['locale'];_0x9b6f20['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x22db15=>{if('formatBlock'!=_0x22db15['type']&&'formatInline'!=_0x22db15['type'])return;const {data:_0x5c4eda}=_0x22db15;if(_0x5c4eda){if('imageTextAlternative'==_0x5c4eda['commandName']){const _0x874721=_0x5c4eda['commandParams'][0x0]['newValue'];return _0x874721?{'type':'format','content':o(_0x1d2f5b,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x874721+'\x22')}:{'type':'format','content':o(_0x1d2f5b,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x5c4eda['commandName']){const _0x3420c4=_0x5c4eda['commandParams'][0x0]['width'];return _0x3420c4?{'type':'format','content':o(_0x1d2f5b,'*Set\x20image\x20width:*\x20%0',_0x3420c4)}:{'type':'format','content':o(_0x1d2f5b,'*Reset\x20image\x20width*')};}}});}}class at extends _0x54af3c{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x2db31f=this['editor']['locale'],_0x39c0fa=this['editor']['plugins']['get']('TrackChangesEditing');_0x39c0fa['enableDefaultAttributesIntegration']('replaceImageSource'),_0x39c0fa['descriptionFactory']['registerDescriptionCallback'](_0x1eef3b=>{if('attribute'!=_0x1eef3b['type'])return;const {data:_0x4939b7}=_0x1eef3b;return _0x4939b7&&'src'==_0x4939b7['key']?_0x4939b7['newValue']&&_0x4939b7['oldValue']?{'type':'format','content':o(_0x2db31f,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0xd60829=this['editor']['plugins']['get']('TrackChangesEditing');_0xd60829['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0xd60829['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0xd60829['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0xd60829['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x854bb0=this['editor'],_0x4ceed2=_0x854bb0['locale'];_0x854bb0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xd35c77=>{if('formatBlock'!=_0xd35c77['type']&&'formatInline'!=_0xd35c77['type'])return;const {data:_0x5309d9}=_0xd35c77;if(!_0x5309d9||'replaceImageSource'!=_0x5309d9['commandName'])return;return{'type':'format','content':o(_0x4ceed2,'*Format:*\x20replace\x20image\x20URL')};});}}class ct extends _0x54af3c{['afterInit'](){const _0x194683=this['editor'];if(!_0x194683['plugins']['has']('ImageStyleEditing'))return;const _0x14c04f=_0x194683['plugins']['get']('TrackChangesEditing'),_0x322a8c=_0x194683['plugins']['get']('ImageUtils'),_0xd81619={};_0x14c04f['enableCommand']('imageStyle',(_0x2769cb,_0x303d9e)=>{const _0x539e1d=_0x194683['plugins']['get']('Users')['me'],_0x3f4dd6=_0x194683['commands']['get']('imageStyle');let _0xd829f0=_0x322a8c['getClosestSelectedImageElement'](_0x194683['model']['document']['selection']),_0x4e4fdc=_0x194683['model']['createRangeOn'](_0xd829f0),_0x22a631=_0x3f4dd6['value'];if(_0x22a631==_0x303d9e['value'])return;const _0xe8b823={'commandName':'imageStyle','commandParams':[_0x303d9e],'formatGroupId':_0x1c2d37()};_0x194683['model']['change'](()=>{if(_0x14c04f['getSuggestions']()['filter'](_0x552714=>_0x552714['isInContent']&&_0x539e1d==_0x552714['author']&&('formatBlock'==_0x552714['type']||'formatInline'==_0x552714['type'])&&('imageStylePreApply'==_0x552714['subType']||'imageStylePostApply'==_0x552714['subType'])&&_0x552714['getFirstRange']()['isEqual'](_0x4e4fdc))['forEach'](_0x2357cd=>_0x14c04f['discardSuggestion'](_0x2357cd['head'])),_0xd829f0=_0x322a8c['getClosestSelectedImageElement'](_0x194683['model']['document']['selection']),_0x4e4fdc=_0x194683['model']['createRangeOn'](_0xd829f0),_0x3f4dd6['refresh'](),_0x194683['commands']['get']('imageTypeInline')['refresh'](),_0x194683['commands']['get']('imageTypeBlock')['refresh'](),_0x22a631=_0x3f4dd6['value'],_0x22a631!=_0x303d9e['value'])return _0x322a8c['isInlineImage'](_0xd829f0)&&_0x3f4dd6['shouldConvertImageType'](_0x303d9e['value'],_0xd829f0)?(_0x2769cb({..._0x303d9e,'setImageSizes':!0x1}),_0xd829f0=_0x322a8c['getClosestSelectedImageElement'](_0x194683['model']['document']['selection']),void _0x14c04f['markBlockFormat'](_0xd829f0,{..._0xe8b823,'commandReversedParams':[{'value':_0x22a631||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x322a8c['isBlockImage'](_0xd829f0)?_0x14c04f['markBlockFormat'](_0xd829f0,_0xe8b823,[],'imageStylePostApply'):_0x14c04f['markInlineFormat'](_0x4e4fdc,_0xe8b823,'imageStylePostApply'));});});for(const _0x5b28e2 of _0x194683['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0xd81619[_0x5b28e2['name']]=_0x5b28e2['title']['toLowerCase']();_0x14c04f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x14c04f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x14c04f['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x14c04f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x230b13])=>{_0x322a8c['setImageNaturalSizeAttributes'](_0x230b13['getContainedElement']());}),_0x14c04f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x2d590a,_0x3d3707)=>{_0x14c04f['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x2d590a,{'commandName':_0x3d3707['commandName'],'commandParams':_0x3d3707['commandReversedParams']});}),_0x14c04f['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x57886a,_0x2089ba){if(_0x257cf5(_0x57886a,_0x2089ba))return[_0x57886a,_0x2089ba];if(_0x257cf5(_0x2089ba,_0x57886a))return[_0x2089ba,_0x57886a];return null;});const _0x49219f=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x257cf5(_0x2763cc,_0x71251){const _0x315ff1=_0x49219f['findIndex'](({type:_0x3d9998,subType:_0x3e1a1e})=>_0x2763cc['type']==_0x3d9998&&_0x2763cc['subType']==_0x3e1a1e),_0x1a6deb=_0x49219f['findIndex'](({type:_0x2b0245,subType:_0x449eb7})=>_0x71251['type']==_0x2b0245&&_0x71251['subType']==_0x449eb7);if(_0x315ff1<0x0||_0x1a6deb<0x0)return!0x1;const _0x349177=_0x2763cc['getFirstRange'](),_0x4b23e0=_0x71251['getFirstRange']();if((0x0==_0x315ff1||0x1==_0x315ff1)&&0x2==_0x1a6deb&&_0x349177['isIntersecting'](_0x4b23e0))return!0x0;if(0x2==_0x315ff1&&0x3==_0x1a6deb){const _0x1bac0c=_0x14c04f['_findSuggestions'](_0x349177,'insertion')['filter'](({suggestion:_0x480daf,meta:_0x1924ec})=>_0x1924ec['isOwn']&&'convertInlineImageToBlock'==_0x480daf['subType']);if(_0x1bac0c['length']>0x1&&_0x4b23e0['end']['isEqual'](_0x349177['start']))return!0x0;if(0x1==_0x1bac0c['length']&&(_0x349177['start']['isEqual'](_0x4b23e0['end'])||_0x349177['end']['isEqual'](_0x4b23e0['start'])))return!0x0;}if(0x3==_0x315ff1&&0x3==_0x1a6deb&&_0x349177['start']['isBefore'](_0x4b23e0['start'])){const _0x3de060=_0x349177['end']['nodeAfter'],_0x23d421=_0x4b23e0['start']['nodeBefore'];return _0x322a8c['isBlockImage'](_0x3de060)&&_0x3de060===_0x23d421;}return!0x1;}_0x194683['model']['document']['registerPostFixer'](()=>{let _0x5e456a=!0x1;const _0x55238d=Array['from'](_0x194683['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2f6105,data:_0x2dad29}of _0x55238d){const {group:_0x1b0cd7,type:_0x284341,subType:_0x5bcac2,id:_0x105e66}=_0x14c04f['_splitMarkerName'](_0x2f6105);if('suggestion'==_0x1b0cd7&&_0x14c04f['hasSuggestion'](_0x105e66)){if('formatBlock'==_0x284341&&('imageStylePreApply'==_0x5bcac2||'imageStylePostApply'==_0x5bcac2)){const _0x333c73=_0x14c04f['getSuggestion'](_0x105e66);if(_0x2dad29['newRange']){const _0x4e5946=_0x333c73['getFirstRange']()['getContainedElement']();if(_0x322a8c['isBlockImage'](_0x4e5946))continue;_0x14c04f['discardSuggestion'](_0x333c73),_0x5e456a=!0x0;}}if('insertion'==_0x284341&&'imageCaption'==_0x5bcac2&&!_0x2dad29['newRange']){const _0x4a09b6=_0x14c04f['getSuggestion'](_0x105e66);_0x4a09b6['next']&&_0x4a09b6['next']['isInContent']&&(_0x14c04f['discardSuggestion'](_0x4a09b6['next']),_0x5e456a=!0x0);}}}return _0x5e456a;}),this['_registerLegacyDescription'](_0xd81619);}['_registerLegacyDescription'](_0x3be6a5){const _0x2e3d9e=this['editor'],_0x19c806=_0x2e3d9e['locale'];_0x2e3d9e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4418ef=>{if('formatBlock'!=_0x4418ef['type']&&'formatInline'!=_0x4418ef['type'])return;const {data:_0x5752fe}=_0x4418ef;if(!_0x5752fe||'imageStyle'!=_0x5752fe['commandName'])return;const _0x5f235b=_0x5752fe['commandParams'][0x0]['value'];return _0x26daa7('side'===_0x5f235b?o(_0x19c806,'FORMAT_SIDE_IMAGE'):_0x3be6a5[_0x5f235b]||_0x5f235b);function _0x26daa7(_0x6d3926){return{'type':'format','content':o(_0x19c806,'*Format:*\x20%0',_0x6d3926)};}});}}class ut extends _0x54af3c{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x333c1d){super(_0x333c1d),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x1acff0=this['editor'],_0x46773f=_0x1acff0['commands']['get']('importWord'),_0x4dbb97=_0x1acff0['commands']['get']('trackChanges');_0x46773f&&(_0x46773f['on']('execute',(_0x5644af,[,_0x45bd91])=>{this['_trackChangesValueDuringImport']=_0x4dbb97['value'],_0x45bd91['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x46773f,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x46773f,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x4dbb97['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x1acff0['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x47497a,_0x8053ac){const {suggestions:_0x1af213}=_0x8053ac,_0x27953e=this['editor']['commands']['get']('trackChanges'),_0x2a885d=_0x27953e['value'];this['_trackChangesValueDuringImport']!==_0x2a885d&&(_0x27953e['execute'](),this['_trackChangesExecuted']=!0x0),_0x1af213&&_0x1af213['forEach'](({id:_0x25d162,type:_0x3adb5e,author:_0x2954d7,created_at:_0x471487})=>{const _0x5b8d11={'id':_0x25d162,'type':_0x3adb5e,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x2954d7,'createdAt':_0x471487?new Date(_0x471487):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x5b8d11);});}}class ft extends _0x54af3c{['afterInit'](){const _0x2f06dd=this['editor'],_0xeee988=_0x2f06dd['plugins']['get']('TrackChangesEditing');if(_0x2f06dd['plugins']['has']('IndentEditing')&&(_0xeee988['enableCommand']('indent'),_0xeee988['enableCommand']('outdent')),_0x2f06dd['plugins']['has']('IndentBlock')){for(const _0x5355c9 of['indentBlock','outdentBlock'])_0xeee988['enableDefaultAttributesIntegration'](_0x5355c9);}const _0x3c5323=_0x2f06dd['locale'];_0xeee988['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x3c5323,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xaf3fc5=this['editor'],_0xce384b=_0xaf3fc5['locale'],_0x215347=_0xaf3fc5['plugins']['get']('TrackChangesEditing');_0x215347['descriptionFactory']['registerDescriptionCallback'](_0x8d3e34=>{if('formatBlock'!=_0x8d3e34['type'])return;const {data:_0x1b94d2}=_0x8d3e34;if(!_0x1b94d2)return;if('indentBlock'!=_0x1b94d2['commandName']&&'outdentBlock'!=_0x1b94d2['commandName'])return;const _0x519514=_0x8d3e34['getItems']()[0x0],_0x5a29dd=_0x215347['descriptionFactory']['getItemLabel'](_0x519514);return'indentBlock'==_0x1b94d2['commandName']?{'type':'format','content':o(_0xce384b,'*Indent:*\x20%0',_0x5a29dd)}:'outdentBlock'==_0x1b94d2['commandName']?{'type':'format','content':o(_0xce384b,'*Outdent:*\x20%0',_0x5a29dd)}:void 0x0;});}}class ht extends _0x54af3c{static get['requires'](){return[_0x17a653];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class lt extends _0x54af3c{['afterInit'](){const _0x27d102=this['editor'];if(!_0x27d102['plugins']['has']('LinkEditing'))return;const _0x7ae184=_0x27d102['plugins']['get']('TrackChangesEditing'),_0x25ad5c=_0x27d102['commands']['get']('link');_0x7ae184['enableDefaultAttributesIntegration']('link'),_0x7ae184['enableDefaultAttributesIntegration']('unlink');for(const _0x3ecbd6 of _0x25ad5c['manualDecorators'])_0x7ae184['descriptionFactory']['registerAttributeLabel'](_0x3ecbd6['id'],'link\x20('+_0x3ecbd6['label']['toLowerCase']()+')');_0x7ae184['descriptionFactory']['registerDescriptionCallback'](_0x387be9=>{if('attribute'!=_0x387be9['type'])return;const {data:_0x58445d}=_0x387be9;if(!_0x58445d||'linkHref'!=_0x58445d['key'])return;const _0x4cf7d8=_0x58445d['newValue'],_0x557f45=_0x27d102['locale'];return{'type':'format','content':null==_0x4cf7d8?o(_0x557f45,'*Remove\x20link*'):o(_0x557f45,'*Set\x20link:*\x20%0','\x22'+_0x4cf7d8+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x235d8e=this['editor'],_0xccedcc=_0x235d8e['locale'];_0x235d8e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5f6c15=>{if('formatInline'!=_0x5f6c15['type'])return;const {data:_0x2e9abe}=_0x5f6c15;if(_0x2e9abe){if('link'==_0x2e9abe['commandName']){const _0x5bf9c2=_0x2e9abe['commandParams'][0x0];return{'type':'format','content':o(_0xccedcc,'*Set\x20link:*\x20%0','\x22'+_0x5bf9c2+'\x22')};}return'unlink'==_0x2e9abe['commandName']?{'type':'format','content':o(_0xccedcc,'*Remove\x20link*')}:void 0x0;}});}}class gt extends _0x54af3c{['afterInit'](){const _0x20eee8=this['editor'],_0x1da138=_0x20eee8['locale'];if(!_0x20eee8['plugins']['has']('LegacyListEditing'))return;const _0x47eb68=_0x20eee8['plugins']['get']('TrackChangesEditing'),_0x18eadd=_0x20eee8['plugins']['has']('LegacyTodoListEditing');function _0x482376(_0x59b5a4){return()=>{const _0x5df5a5=_0x20eee8['model']['document']['selection'],_0x1b5b22=_0x20eee8['commands']['get'](_0x59b5a4);if(_0x1b5b22['value'])return void _0x20eee8['execute']('paragraph',{});const _0x300c11=_0x59b5a4['slice'](0x0,-0x4),_0x52c19c=function(_0x271e58,_0x289f5b,_0x1a6ad3){let _0x27d89e=Array['from'](_0x271e58)['filter'](_0x31fbfd=>function(_0x327cef,_0x450a5d){return _0x450a5d['checkChild'](_0x327cef['parent'],'listItem')&&!_0x450a5d['isObject'](_0x327cef);}(_0x31fbfd,_0x1a6ad3));_0x27d89e=_0x27d89e['filter'](_0x290216=>!_0x290216['is']('element','listItem')||_0x290216['getAttribute']('listType')!=_0x289f5b);const _0xd53922=new Set();for(const _0x33d93f of _0x27d89e)_0x33d93f['is']('element','listItem')?_0xd53922['add'](Le(_0x33d93f)):_0xd53922['add'](_0x33d93f);return Array['from'](_0xd53922);}(_0x5df5a5['getSelectedBlocks'](),_0x300c11,_0x20eee8['model']['schema']);_0x20eee8['model']['change'](()=>{for(const _0x6ac8c of _0x52c19c)_0x47eb68['markBlockFormat'](_0x6ac8c,{'commandName':_0x59b5a4,'commandParams':[{'forceValue':!_0x1b5b22['value']}],'formatGroupId':'blockName'},Ee(_0x6ac8c));});};}function _0x5e4ea7(_0x527844){return()=>{const _0x142f8f=function(_0x33f037){let _0x220e00=Array['from'](_0x33f037);const _0x3f514c=_0x220e00['findIndex'](_0x51e1cb=>'listItem'!=_0x51e1cb['name']);return _0x3f514c>-0x1&&(_0x220e00=_0x220e00['slice'](0x0,_0x3f514c)),_0x220e00;}(_0x20eee8['model']['document']['selection']['getSelectedBlocks']()),_0x2fa832=_0x20eee8['model']['createRange'](_0x20eee8['model']['createPositionAt'](_0x142f8f[0x0],'before'),_0x20eee8['model']['createPositionAt'](_0x142f8f[_0x142f8f['length']-0x1],'end'));_0x20eee8['model']['change'](()=>{_0x47eb68['markBlockFormat'](_0x2fa832,{'commandName':_0x527844,'commandParams':[],'formatGroupId':'listIndent'},function(_0x59271d){const _0x571575=new Set();for(const _0x222d61 of _0x59271d){let _0x4ce6f4=_0x222d61['nextSibling'];for(;_0x4ce6f4&&_0x4ce6f4['getAttribute']('listIndent')>_0x222d61['getAttribute']('listIndent');)_0x571575['add'](_0x4ce6f4),_0x4ce6f4=_0x4ce6f4['nextSibling'];}return Array['from'](_0x571575);}(_0x142f8f));});};}_0x47eb68['enableCommand']('numberedList',_0x482376('numberedList')),_0x47eb68['enableCommand']('bulletedList',_0x482376('bulletedList')),_0x18eadd&&_0x47eb68['enableCommand']('todoList',_0x482376('todoList')),_0x47eb68['enableCommand']('indentList',_0x5e4ea7('indentList')),_0x47eb68['enableCommand']('outdentList',_0x5e4ea7('outdentList')),_0x18eadd&&_0x47eb68['enableCommand']('checkTodoList',()=>{const _0x20329a=_0x20eee8['commands']['get']('checkTodoList'),_0x1ed01b=Array['from'](_0x20329a['_selectedElements']);_0x1ed01b['filter'](_0x1d2063=>_0x1d2063['getAttribute']('todoListChecked')!=_0x20329a['value']),_0x20eee8['model']['change'](()=>{for(const _0x4c6fdc of _0x1ed01b)_0x47eb68['markBlockFormat'](_0x4c6fdc,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x20329a['value']}]});});}),_0x47eb68['descriptionFactory']['registerElementLabel']('listItem',_0x1509dd=>o(_0x1da138,'ELEMENT_LIST_ITEM',_0x1509dd)),_0x47eb68['descriptionFactory']['registerDescriptionCallback'](_0x48e371=>{if('formatBlock'!=_0x48e371['type']&&'formatInline'!=_0x48e371['type'])return;const {data:_0x5e78aa}=_0x48e371;if(_0x5e78aa){if('numberedList'==_0x5e78aa['commandName']||'bulletedList'==_0x5e78aa['commandName']||'todoList'==_0x5e78aa['commandName'])switch(_0x5e78aa['commandName']['replace']('List','')){case'bulleted':return _0x9c1633(o(_0x1da138,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x9c1633(o(_0x1da138,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x9c1633(o(_0x1da138,'ELEMENT_TODO_LIST'));}if('indentList'==_0x5e78aa['commandName'])return{'type':'format','content':o(_0x1da138,'*Indent:*\x20%0',o(_0x1da138,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x5e78aa['commandName'])return{'type':'format','content':o(_0x1da138,'*Outdent:*\x20%0',o(_0x1da138,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x5e78aa['commandName'])return _0x5e78aa['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1da138,'*Check\x20item*')}:{'type':'format','content':o(_0x1da138,'*Uncheck\x20item*')};}function _0x9c1633(_0x44e77f){return{'type':'format','content':o(_0x1da138,'*Change\x20to:*\x20%0',_0x44e77f)};}});}}function Le(_0x39af4c){const _0x50f7a4=_0x39af4c['getAttribute']('listIndent');if(0x0==_0x50f7a4)return _0x39af4c;let _0x9cf8af=_0x39af4c;for(;_0x39af4c['previousSibling']&&_0x39af4c['previousSibling']['is']('element','listItem');){const _0x47bf23=_0x39af4c['previousSibling']['getAttribute']('listIndent');if(_0x47bf23==_0x50f7a4)_0x9cf8af=_0x39af4c['previousSibling'];else{if(_0x47bf23<_0x50f7a4)break;}_0x39af4c=_0x39af4c['previousSibling'];}return _0x9cf8af;}function Ee(_0x457bcf){const _0x572790=[];if(_0x457bcf['is']('element','listItem')&&_0x457bcf['getAttribute']('listIndent')>0x0){let _0x43858b=_0x457bcf['nextSibling'];for(;_0x43858b&&'listItem'==_0x43858b['name']&&_0x43858b['getAttribute']('listIndent')==_0x457bcf['getAttribute']('listIndent');)_0x572790['push'](_0x43858b),_0x43858b=_0x43858b['nextSibling'];}return _0x572790;}class mt extends _0x54af3c{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x173c5e=this['editor']['config']['get']('list.properties'),_0x3aa4a4=this['editor']['plugins']['get']('TrackChangesEditing');_0x173c5e['styles']&&_0x3aa4a4['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x173c5e['reversed']&&_0x3aa4a4['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x173c5e['startIndex']&&_0x3aa4a4['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x3aa4a4['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x24bd5b,_0x18249c={}){const _0x223b81=this['editor']['plugins']['get']('TrackChangesEditing'),_0x82d22a=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x223b81['markMultiRangeBlockFormat'](_0x82d22a,{'commandName':'listStyle','commandParams':[{'type':_0x18249c['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x207663,_0x2ce73f={}){const _0x1e973a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3717ca=this['_getSuggestionBlocks'](_0xbe92da=>_0xbe92da['is']('element','listItem')&&'numbered'===_0xbe92da['getAttribute']('listType'));if(_0x3717ca['length']<0x1)return;const _0x582159=_0x3717ca['map'](_0x3095d3=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x3095d3,'before'),this['editor']['model']['createPositionAt'](_0x3095d3,0x0)));this['editor']['model']['change'](()=>{_0x1e973a['markMultiRangeBlockFormat'](_0x582159,{'commandName':'listReversed','commandParams':[{'reversed':_0x2ce73f['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x776b2,_0x39bb7b={}){const _0x1a9ff3=this['editor']['plugins']['get']('TrackChangesEditing'),_0x105781=this['_getSuggestionBlocks'](_0x1df3d3=>_0x1df3d3['is']('element','listItem')&&'numbered'===_0x1df3d3['getAttribute']('listType'));if(_0x105781['length']<0x1)return;const _0x2291e3=_0x105781['map'](_0x4b243b=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x4b243b,'before'),this['editor']['model']['createPositionAt'](_0x4b243b,0x0)));this['editor']['model']['change'](()=>{_0x1a9ff3['markMultiRangeBlockFormat'](_0x2291e3,{'commandName':'listStart','commandParams':[{'startIndex':_0x39bb7b['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x68b7fb){if('formatBlock'!=_0x68b7fb['type']&&'formatInline'!=_0x68b7fb['type'])return;const _0x1a725f=this['editor']['locale'],{data:_0x482c43}=_0x68b7fb;if(!_0x482c43)return;let _0x11dfba,_0x49e1c8;switch(_0x482c43['commandName']){case'listStyle':_0x11dfba='*Change\x20to:*\x20%0',_0x49e1c8={'type':'format','content':o(_0x1a725f,_0x11dfba,o(_0x1a725f,this['_getTranslationKeyForListStyle'](_0x482c43['commandParams'][0x0]['type'])))};break;case'listReversed':_0x11dfba=_0x482c43['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x49e1c8={'type':'format','content':o(_0x1a725f,_0x11dfba)};break;case'listStart':_0x11dfba='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x49e1c8={'type':'format','content':o(_0x1a725f,_0x11dfba,_0x482c43['commandParams'][0x0]['startIndex'])};}return _0x49e1c8;}['_getSuggestionBlocksForListStyle'](){const _0x41fe71=this['editor']['plugins']['get']('LegacyListUtils');let _0x3c64fa=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x3c64fa[0x0]?.['is']('element','listItem')&&_0x3c64fa['unshift'](..._0x41fe71['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x3c64fa[_0x3c64fa['length']-0x1]?.['is']('element','listItem')&&_0x3c64fa['push'](..._0x41fe71['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x3c64fa=[...new Set(_0x3c64fa)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x3c64fa=_0x3c64fa['filter'](_0xb4df78=>_0xb4df78['is']('element','listItem'))),_0x3c64fa;}['_getSuggestionBlocks'](_0xc6e113){const _0x19559b=this['editor']['plugins']['get']('LegacyListUtils');let _0x45560e=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0xc6e113)['map'](_0x4504f5=>{const _0x1dc2a9=this['editor']['model']['createPositionAt'](_0x4504f5,0x0);return[..._0x19559b['getSiblingNodes'](_0x1dc2a9,'backward'),..._0x19559b['getSiblingNodes'](_0x1dc2a9,'forward')];})['flat']();return _0x45560e=[...new Set(_0x45560e)],_0x45560e;}['_getTranslationKeyForListStyle'](_0x55a682){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x55a682)||'default')['toUpperCase']()+'_LIST_'+_0x55a682['toUpperCase']()['replace'](/-/g,'_');}}class dt extends _0x54af3c{['afterInit'](){const _0x1bd50c=this['editor'];if(!_0x1bd50c['plugins']['has']('MediaEmbedEditing'))return;const _0x1aca44=_0x1bd50c['plugins']['get']('TrackChangesEditing'),_0x2f7f98=_0x1bd50c['locale'];_0x1aca44['enableCommand']('mediaEmbed'),_0x1aca44['descriptionFactory']['registerElementLabel']('media',_0x36f70f=>o(_0x2f7f98,'ELEMENT_MEDIA',_0x36f70f));}}class pt extends _0x54af3c{['afterInit'](){const _0x4ef3d1=this['editor'];_0x4ef3d1['plugins']['has']('MentionEditing')&&_0x4ef3d1['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class wt extends _0x54af3c{['afterInit'](){const _0x3f7ee3=this['editor'];if(!_0x3f7ee3['plugins']['has']('MergeFieldsEditing'))return;const _0x2471d2=_0x3f7ee3['plugins']['get']('TrackChangesEditing'),_0x16fcad=_0x3f7ee3['locale'];_0x2471d2['enableCommand']('insertMergeField'),_0x2471d2['enableCommand']('insertMergeFieldBlock'),_0x2471d2['enableCommand']('insertMergeFieldImage'),_0x2471d2['descriptionFactory']['registerElementLabel']('mergeField',_0x3e8a04=>o(_0x16fcad,'ELEMENT_MERGE_FIELD',_0x3e8a04)),_0x2471d2['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x44c882=>o(_0x16fcad,'ELEMENT_MERGE_FIELD',_0x44c882)),_0x2471d2['descriptionFactory']['registerDescriptionCallback'](_0x1b707e=>{if('insertion'!=_0x1b707e['type']&&'deletion'!=_0x1b707e['type'])return;const _0x2254bb=_0x1b707e['getContainedElement']();if(null==_0x2254bb)return;const _0x1c2cfc=_0x3f7ee3['plugins']['get']('MergeFieldsEditing');let _0x2fbbc9;switch(_0x1c2cfc['getMergeFieldType'](_0x2254bb)){case null:return;case'image':{const _0x3967fc=_0x1c2cfc['unwrapAffixes'](_0x2254bb['getAttribute']('src'));_0x2fbbc9=_0x1c2cfc['getLabel'](_0x3967fc)||_0x3967fc;break;}default:{const _0xa02226=_0x2254bb['getAttribute']('id');_0x2fbbc9=_0x1c2cfc['getLabel'](_0xa02226)||_0xa02226;break;}}return'insertion'==_0x1b707e['type']?{'type':'insertion','content':o(_0x16fcad,'*Insert:*\x20%0','\x22'+_0x2fbbc9+'\x22\x20'+o(_0x16fcad,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x16fcad,'*Remove:*\x20%0','\x22'+_0x2fbbc9+'\x22\x20'+o(_0x16fcad,'ELEMENT_MERGE_FIELD'))};});}}class kt extends _0x54af3c{['afterInit'](){const _0x75e095=this['editor'],_0x44a778=_0x75e095['plugins']['get']('TrackChangesEditing');_0x75e095['plugins']['has']('MultiLevelList')&&(_0x44a778['enableDefaultAttributesIntegration']('multiLevelList'),_0x44a778['descriptionFactory']['registerDescriptionCallback'](_0x59ef63=>this['handleDescriptions'](_0x59ef63)));}['handleDescriptions'](_0xc5c841){const _0x4a3406=this['editor']['locale'],{data:_0x3e3a14}=_0xc5c841,_0x2aaec8={'type':'format','content':''};if(_0x3e3a14&&'listMarkerStyle'==_0x3e3a14['key']){if(!_0x3e3a14['oldValue'])return{'type':'format','content':o(_0x4a3406,'*Set\x20format:*\x20%0',o(_0x4a3406,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x3e3a14['newValue']+')'};if(!_0x3e3a14['newValue']){let _0x471b86=_0xc5c841['head'];for(;_0x471b86;){if(_0x471b86['data']&&'listType'==_0x471b86['data']['key']&&_0x471b86['data']['newValue'])return _0x2aaec8;_0x471b86=_0x471b86['next'];}return{'type':'format','content':o(_0x4a3406,'*Remove\x20format:*\x20%0',o(_0x4a3406,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x3e3a14['oldValue']+')'};}}}}class bt extends _0x54af3c{['afterInit'](){const _0x5d533e=this['editor'];if(!_0x5d533e['plugins']['has']('PageBreakEditing'))return;_0x5d533e['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x34a69d=_0x5d533e['plugins']['get']('TrackChangesEditing'),_0x1aee60=_0x5d533e['locale'];_0x34a69d['descriptionFactory']['registerElementLabel']('pageBreak',_0x49c25f=>o(_0x1aee60,'ELEMENT_PAGE_BREAK',_0x49c25f));}}class yt extends _0x54af3c{['afterInit'](){const _0x3db03d=this['editor'];if(!_0x3db03d['plugins']['has']('Paragraph'))return;const _0x438a91=_0x3db03d['locale'],_0x493712=_0x3db03d['plugins']['get']('TrackChangesEditing');_0x493712['descriptionFactory']['registerElementLabel']('paragraph',_0x4547d3=>o(_0x438a91,'ELEMENT_PARAGRAPH',_0x4547d3)),_0x493712['enableDefaultAttributesIntegration']('paragraph'),_0x493712['enableCommand']('insertParagraph');const _0x9bc29b=_0x493712['descriptionFactory'];_0x9bc29b['registerDescriptionCallback'](_0x3dfd37=>{if('insertion'!==_0x3dfd37['type'])return;const {start:_0x2072cb,end:_0x228083}=_0x3dfd37['getFirstRange']();if(!_0x2072cb['isTouching'](_0x228083)||!_0x2072cb['nodeAfter'])return;const _0x5e33c8=_0x3db03d['model']['schema'],_0x15ff10=_0x2072cb['nodeAfter'];return _0x5e33c8['isBlock'](_0x15ff10)&&!_0x5e33c8['isLimit'](_0x15ff10)&&_0x5e33c8['checkChild'](_0x15ff10,'$text')?{'type':'insertion','content':o(_0x438a91,'*Insert:*\x20%0',_0x9bc29b['getItemLabel'](_0x15ff10,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x42b7d0=this['editor'],_0x3113e2=_0x42b7d0['locale'];_0x42b7d0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5cf43b=>{if('formatBlock'!=_0x5cf43b['type'])return;const {data:_0x689ce}=_0x5cf43b;return _0x689ce&&'paragraph'==_0x689ce['commandName']?{'type':'format','content':o(_0x3113e2,'*Change\x20to:*\x20%0',o(_0x3113e2,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}class jt extends _0x54af3c{['afterInit'](){const _0x51e4e3=this['editor'];_0x51e4e3['commands']['get']('replaceSource')&&_0x51e4e3['plugins']['get']('TrackChangesEditing')['enableCommand']('replaceSource');}}class St extends _0x54af3c{['afterInit'](){const _0x147be=this['editor'];if(!_0x147be['plugins']['has']('RemoveFormatEditing'))return;_0x147be['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x24817c=this['editor'];_0x24817c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1cf1f9=>{if('formatBlock'!=_0x1cf1f9['type']&&'formatInline'!=_0x1cf1f9['type'])return;const {data:_0x55e0e1}=_0x1cf1f9;return _0x55e0e1&&'removeFormat'==_0x55e0e1['commandName']?{'type':'format','content':o(_0x24817c['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class It extends _0x54af3c{['afterInit'](){const _0xde7afb=this['editor'];if(!_0xde7afb['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x280f4a=_0xde7afb['plugins']['get']('TrackChangesEditing');_0x280f4a['enableCommand']('goToPreviousRestrictedEditingException'),_0x280f4a['enableCommand']('goToNextRestrictedEditingException');const _0x15e47c=_0xde7afb['plugins']['get']('RestrictedEditingModeEditing');_0x15e47c['enableCommand']('trackChanges'),_0x15e47c['enableCommand']('acceptSuggestion'),_0x15e47c['enableCommand']('discardSuggestion'),_0x15e47c['enableCommand']('acceptAllSuggestions'),_0x15e47c['enableCommand']('discardAllSuggestions'),_0x15e47c['enableCommand']('acceptSelectedSuggestions'),_0x15e47c['enableCommand']('discardSelectedSuggestions');}}class At extends _0x54af3c{['afterInit'](){const _0xfe025f=this['editor'];if(!_0xfe025f['plugins']['has']('ShiftEnter'))return;const _0x127344=_0xfe025f['plugins']['get']('TrackChangesEditing');_0x127344['enableCommand']('shiftEnter'),_0x127344['descriptionFactory']['registerElementLabel']('softBreak',_0xe636a5=>o(_0xfe025f['locale'],'ELEMENT_LINE_BREAK',_0xe636a5));}}function an(_0x8a9310,_0x3b1a8e,_0x364f60){const _0x463317=[];for(const _0x268679 of _0x3b1a8e['getItems']())_0x268679['hasAttribute'](_0x8a9310)&&_0x463317['push'](_0x364f60['createRangeOn'](_0x268679));return _0x463317;}class _t extends _0x54af3c{['afterInit'](){const _0x261223=this['editor'],_0x45c944=_0x261223['plugins']['get']('TrackChangesEditing');_0x261223['plugins']['has']('StandardEditingModeEditing')&&(this['_enableEditingExceptionCommand'](),this['_enableEditingExceptionBlockCommand'](),_0x45c944['enableCommand']('restrictedEditingExceptionAuto'));}['_enableEditingExceptionCommand'](){const _0x442770=this['editor'],_0x431b5f=_0x442770['model'],_0x20f1b0=_0x442770['locale'],_0xadecea=_0x442770['plugins']['get']('TrackChangesEditing'),_0xe9aaac='restrictedEditingException',_0x22f78f=_0x442770['commands']['get'](_0xe9aaac);_0xadecea['enableCommand'](_0xe9aaac,(_0x51b55c,_0x38bd7f={})=>{const _0x210db6=_0x431b5f['document']['selection'];if(_0x210db6['isCollapsed'])return void _0x51b55c(_0x38bd7f);const _0x595edc=void 0x0!==_0x38bd7f['forceValue']?_0x38bd7f['forceValue']:!_0x22f78f['value'];_0x431b5f['change'](()=>{const _0x23a8fe=Array['from'](_0x210db6['getRanges']());for(const _0x26dedc of _0x23a8fe){const _0x27a3b0=_0x595edc?[_0x26dedc]:an(_0xe9aaac,_0x26dedc,_0x431b5f);for(const _0x85c1ad of _0x27a3b0)_0xadecea['markInlineFormat'](_0x85c1ad,{'commandName':_0xe9aaac,'commandParams':[{'forceValue':_0x595edc}]});}});}),_0xadecea['descriptionFactory']['registerDescriptionCallback'](_0x4a014c=>{if('formatBlock'!=_0x4a014c['type']&&'formatInline'!=_0x4a014c['type'])return;const {data:_0x9efc23}=_0x4a014c;return _0x9efc23&&_0x9efc23['commandName']==_0xe9aaac?_0x9efc23['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x20f1b0,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x20f1b0,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}['_enableEditingExceptionBlockCommand'](){const _0xbc1e80=this['editor'],_0x31af18=_0xbc1e80['locale'],_0x3928ff=_0xbc1e80['plugins']['get']('TrackChangesEditing'),_0x565b2b='restrictedEditingExceptionBlock',_0x3d6280=this['editor']['commands']['get'](_0x565b2b);_0x3928ff['enableCommand'](_0x565b2b,(_0x2ae110,_0xb4c817={})=>{const _0x21d9b1=this['editor']['model']['document']['selection'],_0x2c6301=_0xb4c817&&void 0x0!==_0xb4c817['forceValue']?_0xb4c817['forceValue']:!_0x3d6280['value'];let _0x4570bb=[];if(_0x2c6301){const _0x2af1e7=Array['from'](_0x21d9b1['getSelectedBlocks']())['filter'](_0x4508ac=>function(_0x4b8b90){return!!_0x4b8b90['findAncestor']('restrictedEditingException',{'includeSelf':!0x0});}(_0x4508ac)||function(_0x12c76f,_0x3d8c8f){const _0xecb75e=_0x3d8c8f['createContext'](_0x12c76f['parent']);if(!_0x3d8c8f['checkChild'](_0xecb75e,'restrictedEditingException'))return!0x1;if(!_0x3d8c8f['checkChild'](_0xecb75e['push']('restrictedEditingException'),_0x12c76f))return!0x1;return!0x0;}(_0x4508ac,this['editor']['model']['schema']));_0x4570bb=to(_0x2af1e7,_0xbc1e80['model']);}else{const _0x15c196=Array['from'](_0x21d9b1['getSelectedBlocks']())['map'](_0x330e9=>function(_0x5e6549){let _0x3024d3=_0x5e6549;for(;_0x3024d3['parent'];){if('restrictedEditingException'==_0x3024d3['parent']['name'])return _0x3024d3;_0x3024d3=_0x3024d3['parent'];}return null;}(_0x330e9))['filter'](_0x147b13=>!!_0x147b13);_0x4570bb=to(_0x15c196,_0xbc1e80['model']);}_0xbc1e80['model']['change'](()=>{for(const _0x21aa6a of _0x4570bb)_0x3928ff['markBlockFormat'](_0x21aa6a,{'commandName':_0x565b2b,'commandParams':[{'forceValue':_0x2c6301}]});});}),_0x3928ff['descriptionFactory']['registerDescriptionCallback'](_0x7de178=>{const {data:_0x394b69}=_0x7de178;if(_0x394b69&&_0x394b69['commandName']==_0x565b2b)return _0x394b69['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x31af18,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x31af18,'FORMAT_RESTRICTED_DISABLED')};});}}class Ct extends _0x54af3c{['afterInit'](){const _0x4fa041=this['editor'];if(!_0x4fa041['plugins']['has']('Style')||!_0x4fa041['plugins']['has']('DataSchema'))return;const _0x243d61=_0x4fa041['plugins']['get']('TrackChangesEditing'),_0x4a1c9d=_0x4fa041['locale'],_0x4d5e1d=_0x4fa041['config']['get']('style')||{},_0x37aa83=_0x4fa041['plugins']['get']('GeneralHtmlSupport'),_0x1777ad=_0x4fa041['plugins']['get']('StyleUtils')['normalizeConfig'](_0x4fa041['plugins']['get']('DataSchema'),_0x4d5e1d['definitions']);_0x243d61['enableDefaultAttributesIntegration']('style');const _0x39f568=new Set();for(const _0x328bc2 of _0x1777ad['block']){const _0x4466db=_0x37aa83['getGhsAttributeNameForElement'](_0x328bc2['element']);_0x39f568['add'](_0x4466db);}const _0x4ee2cc=new Set();for(const _0x1e6ba0 of _0x1777ad['inline']){const _0x19c81c=_0x37aa83['getGhsAttributeNameForElement'](_0x1e6ba0['element']);_0x4ee2cc['add'](_0x19c81c);for(const _0x551cd6 of _0x1e6ba0['ghsAttributes'])_0x4ee2cc['add'](_0x551cd6);}for(const _0x2e62ff of _0x39f568)_0x243d61['descriptionFactory']['registerAttributeLabel'](_0x2e62ff,o(_0x4a1c9d,'FORMAT_STYLE'));for(const _0x2533ed of _0x4ee2cc)_0x243d61['descriptionFactory']['registerAttributeLabel'](_0x2533ed,o(_0x4a1c9d,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x307fd0=this['editor'],_0x3aa00d=_0x307fd0['locale'];_0x307fd0['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4a8e64=>{if('formatBlock'!=_0x4a8e64['type']&&'formatInline'!=_0x4a8e64['type'])return;const {data:_0x2f90a9}=_0x4a8e64;return _0x2f90a9&&'style'===_0x2f90a9['commandName']?_0x2f90a9['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x3aa00d,'*Set\x20format:*\x20%0',_0x2f90a9['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x3aa00d,'*Remove\x20format:*\x20%0',_0x2f90a9['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class Nt extends _0x54af3c{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x5ec710){super(_0x5ec710),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x524e8a=this['editor'],_0x16a364=_0x524e8a['model']['document']['selection'];if(!_0x524e8a['plugins']['has']('TableEditing'))return;const _0x48f64c=_0x524e8a['locale'],_0xd7d5bf=_0x524e8a['plugins']['get']('TrackChangesEditing'),_0x4cd1a8=_0x524e8a['plugins']['get']('TableUtils');_0xd7d5bf['descriptionFactory']['registerElementLabel']('table',_0x365cef=>o(_0x48f64c,'ELEMENT_TABLE',_0x365cef)),this['_setupColumnsRowsFixing'](),_0xd7d5bf['enableCommand']('insertTable'),_0xd7d5bf['enableCommand']('selectTableRow'),_0xd7d5bf['enableCommand']('selectTableColumn');for(const _0x9cf2c1 of['insertTableRowAbove','insertTableRowBelow']){const _0x420dbe=_0x524e8a['commands']['get'](_0x9cf2c1);_0xd7d5bf['enableCommand'](_0x9cf2c1,_0x28ec81=>{_0x524e8a['model']['change'](_0x257f04=>{_0x28ec81();const _0x39dca6='above'===_0x420dbe['order'],_0x48af91=_0x4cd1a8['getSelectionAffectedTableCells'](_0x16a364),_0x45a2e6=_0x4cd1a8['getRowIndexes'](_0x48af91),_0x4506f3=_0x39dca6?_0x45a2e6['first']-0x1:_0x45a2e6['last']+0x1,_0x74d7ed=_0x48af91[0x0]['findAncestor']('table'),_0x56a330=_0x4cd1a8['createTableWalker'](_0x74d7ed,{'startRow':_0x4506f3,'endRow':_0x4506f3}),_0x15e1ab=Array['from'](_0x56a330)['map'](_0x9941ca=>_0x257f04['createRangeOn'](_0x9941ca['cell']));_0xd7d5bf['markMultiRangeInsertion'](_0x15e1ab,'tableRow');});});}for(const _0x575ddc of['insertTableColumnLeft','insertTableColumnRight']){const _0x1c5fef=_0x524e8a['commands']['get'](_0x575ddc);_0xd7d5bf['enableCommand'](_0x575ddc,_0x354c15=>{_0x524e8a['model']['change'](_0x3c366a=>{_0x354c15();const _0x50a0f0='left'===_0x1c5fef['order'],_0x44b580=_0x4cd1a8['getSelectionAffectedTableCells'](_0x16a364),_0x22d029=_0x4cd1a8['getColumnIndexes'](_0x44b580),_0x597a68=_0x50a0f0?_0x22d029['first']-0x1:_0x22d029['last']+0x1,_0x6a4d2=_0x44b580[0x0]['findAncestor']('table'),_0x1287bc=_0x4cd1a8['createTableWalker'](_0x6a4d2,{'startRow':0x0,'column':_0x597a68,'includeAllSlots':!0x1}),_0x2334e9=Array['from'](_0x1287bc)['map'](_0x48e1fc=>_0x3c366a['createRangeOn'](_0x48e1fc['cell']));_0xd7d5bf['markMultiRangeInsertion'](_0x2334e9,'tableColumn');});});}for(const _0x1607b8 of['removeTableRow','removeTableColumn']){const _0x2fa35d=_0x1607b8['substr'](0xb),_0xe33b5d=_0x2fa35d['toLowerCase'](),_0x41f935=_0xe33b5d['substr'](0x0,0x3)+'span',_0x5c8503='table'+_0x2fa35d,_0x154bc4='min'+_0x2fa35d,_0x424350='max'+_0x2fa35d;_0xd7d5bf['enableCommand'](_0x1607b8,()=>{_0x524e8a['model']['change'](_0x249fc2=>{const _0x24e054=_0x4cd1a8['getSelectionAffectedTableCells'](_0x16a364),_0x84738=_0x24e054[0x0]['findAncestor']('table');let _0x438ac2;if('removeTableRow'==_0x1607b8){const _0x1e557b=_0x4cd1a8['getRowIndexes'](_0x24e054);_0x438ac2={'startRow':_0x1e557b['first'],'endRow':_0x1e557b['last'],'includeAllSlots':!0x0};}else{const _0x4d614f=_0x4cd1a8['getColumnIndexes'](_0x24e054);_0x438ac2={'startColumn':_0x4d614f['first'],'endColumn':_0x4d614f['last'],'includeAllSlots':!0x0};}const _0x430249=_0x4cd1a8['createTableWalker'](_0x84738,_0x438ac2),_0x3a68cf=Array['from'](_0x430249)['map'](({cell:_0x199e35})=>_0x199e35),_0x3b5ffd=_e(_0x3a68cf['filter'](_0x17dfc2=>_0x17dfc2['hasAttribute'](_0x41f935))),_0x2f4dfc=_e(_0x3a68cf['filter'](_0x50f3b2=>!_0x50f3b2['hasAttribute'](_0x41f935)))['map'](_0x162be9=>_0x249fc2['createRangeOn'](_0x162be9)),_0x3f4c12=_0xd7d5bf['markMultiRangeDeletion'](_0x2f4dfc,_0x5c8503);if(_0x3f4c12&&('tableRow'==_0x3f4c12['subType']||'tableColumn'==_0x3f4c12['subType'])){const _0x1448aa=this['_getSuggestionCoords'](_0x3f4c12);for(const _0x124eeb of _0x3b5ffd){const _0x34cdaf=_0x249fc2['createRangeOn'](_0x124eeb),_0x51b538=_0x4cd1a8['getCellLocation'](_0x124eeb),_0x9f9a65=_0x124eeb['getAttribute'](_0x41f935)-0x1,_0xd4023=_0x1448aa[_0x154bc4],_0x2b59d9=_0x1448aa[_0x424350];_0xd4023<=_0x51b538[_0xe33b5d]&&_0x51b538[_0xe33b5d]+_0x9f9a65<=_0x2b59d9&&_0x3f4c12['addRange'](_0x34cdaf);}}});});}function _0x3ce19c(_0x43cba8){const _0x43ba62=Array['from'](_0x16a364['getRanges']())['map'](_0x4b00c7=>_0x3935f7['fromRange'](_0x4b00c7));_0x524e8a['model']['change'](_0x2afa12=>{const _0x41077b=_0x2afa12['batch'];_0x43cba8=_0x43cba8['filter'](_0x51b064=>'$graveyard'!=_0x51b064['root']['rootName']),_0x2afa12['setSelection'](_0x43cba8),_0x524e8a['commands']['get']('removeTableRow')['refresh'](),_0x524e8a['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x524e8a['model']['enqueueChange'](()=>{_0x524e8a['model']['enqueueChange'](_0x41077b,_0x277747=>{const _0x5f189e=_0x43ba62['filter'](_0x35f2e4=>'$graveyard'!=_0x35f2e4['root']['rootName']);_0x5f189e['length']>0x0&&_0x277747['setSelection'](_0x5f189e);for(const _0x5d8a73 of _0x43ba62)_0x5d8a73['detach']();});});});}function _0xc47339(_0x410630){_0x524e8a['model']['change'](_0x23a836=>{const _0x3b94a8=Array['from'](_0x16a364['getRanges']())['map'](_0x2ebafd=>_0x3935f7['fromRange'](_0x2ebafd)),_0x32f660=[];for(const _0x1845ab of _0x410630)for(const _0x19a0f4 of _0x1845ab['getItems']({'shallow':!0x0}))_0x32f660['push'](_0x19a0f4);for(const _0x1a4d6b of _0x32f660)'$graveyard'!=_0x1a4d6b['root']['rootName']&&(_0x23a836['setSelection'](_0x23a836['createPositionAt'](_0x1a4d6b,0x0)),_0x524e8a['commands']['get']('removeTableColumn')['refresh'](),_0x524e8a['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x27b665=_0x3b94a8['filter'](_0x40db27=>'$graveyard'!=_0x40db27['root']['rootName']);_0x27b665['length']>0x0&&_0x23a836['setSelection'](_0x27b665);for(const _0x39b607 of _0x3b94a8)_0x39b607['detach']();});}function _0x19139d(_0xbe41af,_0x34366f){return _0x34366f['every'](_0x39b50f=>_0xbe41af['some'](_0x39db04=>_0x39db04['end']['isEqual'](_0x39b50f['start'])||_0x39b50f['end']['isEqual'](_0x39db04['start'])));}function _0x5754a4(_0x1edf98,_0xc25115){return!_0x1edf98['some'](_0x1f077c=>_0xc25115['some'](_0x1b249d=>_0x1f077c['isIntersecting'](_0x1b249d)))&&_0x1edf98['some'](_0xe72e72=>_0xc25115['some'](_0x19bb83=>_0xe72e72['end']['isTouching'](_0x19bb83['start'])));}_0xd7d5bf['descriptionFactory']['registerDescriptionCallback'](_0x578084=>{if('insertion'!=_0x578084['type']&&'deletion'!=_0x578084['type'])return;const _0x8e5a34=_0x578084['getContainedElement']();if(null!=_0x8e5a34&&_0x8e5a34['is']('element','table')){if('insertion'==_0x578084['type']){const _0x169eec=_0x578084['getItems']()['filter'](_0x31d0d0=>_0x31d0d0['is']('$textProxy'))['map'](_0x58a4b9=>_0x58a4b9['data']);if(_0x169eec['length'])return{'type':'insertion','content':o(_0x48f64c,'*Insert:*\x20%0',o(_0x48f64c,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x169eec['join']('\x20')+'\x22'))};}if('deletion'==_0x578084['type']){const _0x2cb15b=_0x578084['getItems']()['filter'](_0x26c436=>_0x26c436['is']('$textProxy'))['map'](_0xd80d06=>_0xd80d06['data']);if(_0x2cb15b['length'])return{'type':'deletion','content':o(_0x48f64c,'*Remove:*\x20%0',o(_0x48f64c,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x2cb15b['join']('\x20')+'\x22'))};}}}),_0xd7d5bf['descriptionFactory']['registerDescriptionCallback'](_0x344826=>{if('tableRow'==_0x344826['subType']){const _0x5ee32f=_0x344826['getItems']()['filter'](_0x2863f7=>_0x2863f7['is']('$textProxy'))['map'](_0x18459c=>_0x18459c['data']),_0x50ab3f=this['_getSuggestionCoords'](_0x344826),_0x18e4ac=_0x50ab3f['maxRow']-_0x50ab3f['minRow']+0x1;if('insertion'==_0x344826['type'])return _0x5ee32f['length']?{'type':'insertion','content':o(_0x48f64c,'*Insert:*\x20%0',o(_0x48f64c,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x18e4ac,'\x22'+_0x5ee32f['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x48f64c,'*Insert:*\x20%0',o(_0x48f64c,'ELEMENT_TABLE_ROW',_0x18e4ac))};if('deletion'==_0x344826['type'])return _0x5ee32f['length']?{'type':'deletion','content':o(_0x48f64c,'*Remove:*\x20%0',o(_0x48f64c,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x18e4ac,'\x22'+_0x5ee32f['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x48f64c,'*Remove:*\x20%0',o(_0x48f64c,'ELEMENT_TABLE_ROW',_0x18e4ac))};}if('tableColumn'==_0x344826['subType']){const _0x244ff7=_0x344826['getItems']()['filter'](_0x1d7e13=>_0x1d7e13['is']('$textProxy'))['map'](_0x3bd800=>_0x3bd800['data']),_0x1f4468=this['_getSuggestionCoords'](_0x344826),_0x54f878=_0x1f4468['maxColumn']-_0x1f4468['minColumn']+0x1;if('insertion'==_0x344826['type'])return _0x244ff7['length']?{'type':'insertion','content':o(_0x48f64c,'*Insert:*\x20%0',o(_0x48f64c,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x54f878,'\x22'+_0x244ff7['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x48f64c,'*Insert:*\x20%0',o(_0x48f64c,'ELEMENT_TABLE_COLUMN',_0x54f878))};if('deletion'==_0x344826['type'])return _0x244ff7['length']?{'type':'deletion','content':o(_0x48f64c,'*Remove:*\x20%0',o(_0x48f64c,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x54f878,'\x22'+_0x244ff7['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x48f64c,'*Remove:*\x20%0',o(_0x48f64c,'ELEMENT_TABLE_COLUMN',_0x54f878))};}}),_0xd7d5bf['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x3ce19c),_0xd7d5bf['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x3ce19c),_0xd7d5bf['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0xc47339),_0xd7d5bf['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0xc47339),_0xd7d5bf['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x19139d),_0xd7d5bf['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x19139d),_0xd7d5bf['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x5754a4),_0xd7d5bf['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x5754a4);}['_acceptFormatSuggestionCallbackFactory'](){const _0x32550b=this['editor'],_0x1343a6=_0x32550b['model']['document']['selection'];return(_0x90227e,_0x18e237)=>{_0x32550b['model']['change'](_0x412f9a=>{const {commandName:_0x2555d2,commandParams:_0x1c2d3b}=_0x18e237;let _0x1c2d0a=_0x90227e[0x0]['end']['nodeBefore'];_0x1c2d3b&&_0x1c2d3b[0x0]&&!0x1===_0x1c2d3b[0x0]['forceValue']&&(_0x1c2d0a=_0x90227e[0x0]['start']['nodeAfter']);const _0x1344ca=_0x412f9a['createRangeIn'](_0x1c2d0a);if('$graveyard'==_0x1344ca['root']['rootName'])return;const _0x4da52b=Array['from'](_0x1343a6['getRanges']())['map'](_0x2efe55=>_0x3935f7['fromRange'](_0x2efe55));_0x412f9a['setSelection'](_0x1344ca),_0x32550b['commands']['get'](_0x2555d2)['refresh'](),_0x1c2d3b['push']({'forceDefaultExecution':!0x0}),_0x32550b['execute'](_0x2555d2,..._0x1c2d3b);const _0x120ace=_0x4da52b['filter'](_0x1bf762=>'$graveyard'!=_0x1bf762['root']['rootName']);_0x120ace['length']>0x0&&_0x412f9a['setSelection'](_0x120ace);for(const _0x32c653 of _0x4da52b)_0x32c653['detach']();});};}['_getCoordsForCells'](_0x5cf66d){const _0x3e2bdb=this['editor']['plugins']['get']('TableUtils');let _0xde7853=Number['MAX_SAFE_INTEGER'],_0x4412d4=Number['MIN_SAFE_INTEGER'],_0x140d16=Number['MAX_SAFE_INTEGER'],_0x54c32c=Number['MIN_SAFE_INTEGER'];for(const _0x471b74 of _0x5cf66d){if('$graveyard'==_0x471b74['root']['rootName'])continue;const {row:_0x2b5e11,column:_0x333394}=_0x3e2bdb['getCellLocation'](_0x471b74),_0x8ea397=_0x471b74['hasAttribute']('rowspan')?_0x471b74['getAttribute']('rowspan')-0x1:0x0,_0x566b00=_0x471b74['hasAttribute']('colspan')?_0x471b74['getAttribute']('colspan')-0x1:0x0;_0xde7853=_0x2b5e11<_0xde7853?_0x2b5e11:_0xde7853,_0x4412d4=_0x2b5e11+_0x8ea397>_0x4412d4?_0x2b5e11+_0x8ea397:_0x4412d4,_0x140d16=_0x333394<_0x140d16?_0x333394:_0x140d16,_0x54c32c=_0x333394+_0x566b00>_0x54c32c?_0x333394+_0x566b00:_0x54c32c;}return{'minRow':_0xde7853,'maxRow':_0x4412d4,'minColumn':_0x140d16,'maxColumn':_0x54c32c};}['_setupColumnsRowsFixing'](){const _0x31cfda=this['editor'],_0x131ec0=_0x31cfda['plugins']['get']('TrackChangesEditing'),_0x5e97f6=_0x31cfda['plugins']['get']('TableUtils');_0x31cfda['model']['document']['on']('change:data',()=>{const _0x390aba=Array['from'](_0x31cfda['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1ba909,data:_0xd232b}of _0x390aba){const {group:_0x4c91c4,id:_0xdac1ee,subType:_0x40c17c}=_0x131ec0['_splitMarkerName'](_0x1ba909);if('suggestion'!=_0x4c91c4)continue;if(null!=_0xd232b['oldRange'])continue;const _0x1da1f4=_0x131ec0['getSuggestion'](_0xdac1ee);this['_tablePostFixingSubtypes']['includes'](_0x40c17c)&&this['_tableSuggestions']['add'](_0x1da1f4);}},{'priority':'low'});const _0x1b9d2d=(_0x4c72ea,_0x4165b8)=>{let _0x4e080a=!0x1;const _0x4e46b8=_0x4165b8['createRangeOn'](_0x4c72ea),_0x3306a3=_0x4c72ea['findAncestor']('table'),_0x1b51cc=_0x5e97f6['getCellLocation'](_0x4c72ea);for(const _0x4c4dbf of this['_tableSuggestions']){const _0x46e19a=_0x4c4dbf['subType'],_0x3cd96c=_0x46e19a['startsWith']('tablePaste'),_0x5f3fb4=_0x46e19a['substr'](_0x3cd96c?0xa:0x5),_0x4c991b=_0x5f3fb4['toLowerCase'](),_0x3a5095=_0x4c991b['substr'](0x0,0x3)+'span',_0x78b2e3='min'+_0x5f3fb4,_0x177147='max'+_0x5f3fb4;if(!_0x4c4dbf['isInContent'])continue;if(_0x3306a3!=_0x4c4dbf['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x4c4dbf['isIntersectingWithRange'](_0x4e46b8))continue;const _0x49286a=_0x4c72ea['hasAttribute'](_0x3a5095)?_0x4c72ea['getAttribute'](_0x3a5095)-0x1:0x0,_0x3726d8=this['_getSuggestionCoords'](_0x4c4dbf),_0x90e757=_0x3726d8[_0x78b2e3],_0x57a5ee=_0x3726d8[_0x177147];_0x90e757<=_0x1b51cc[_0x4c991b]&&_0x1b51cc[_0x4c991b]+_0x49286a<=_0x57a5ee&&(_0x4c4dbf['addRange'](_0x4e46b8),_0x4e080a=!0x0);}return _0x4e080a;};_0x31cfda['model']['document']['registerPostFixer'](_0x5daad8=>{let _0x1f2734=!0x1;for(const _0x10a27e of _0x31cfda['model']['document']['differ']['getChanges']())if('insert'==_0x10a27e['type']){if('tableRow'==_0x10a27e['name']){for(const _0x116fd of _0x10a27e['position']['nodeAfter']['getChildren']())_0x1f2734=_0x1f2734||_0x1b9d2d(_0x116fd,_0x5daad8);}else'tableCell'==_0x10a27e['name']&&(_0x1f2734=_0x1f2734||_0x1b9d2d(_0x10a27e['position']['nodeAfter'],_0x5daad8));}return _0x1f2734;});}['_getSuggestionCoords'](_0x575f19){return this['_getCoordsForCells'](_0x575f19['getRanges']()['map'](_0x4f824c=>_0x4f824c['start']['nodeAfter']));}}function _e(_0x5aa213){return Array['from'](new Set(_0x5aa213)['values']());}class $t extends _0x54af3c{static get['requires'](){return[Nt];}['afterInit'](){const _0x3567ca=this['editor'],_0x521c55=_0x3567ca['model']['document']['selection'],_0x366394=_0x3567ca['locale'];if(!_0x3567ca['plugins']['has']('TableEditing'))return;const _0x2a2c50=_0x3567ca['plugins']['get']('TrackChangesEditing'),_0x119475=_0x3567ca['plugins']['get']('TableUtils'),_0x5212f9=_0x3567ca['plugins']['get'](Nt);_0x5212f9['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x2a2c50['enableCommand']('mergeTableCells',()=>{const _0x2da302=_0x119475['getSelectionAffectedTableCells'](_0x3567ca['model']['document']['selection']);_0x3567ca['model']['change'](()=>{_0x2a2c50['markMultiRangeBlockFormat'](_0x2da302,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x3567ca['commands']['get']('mergeTableCells')['on']('execute',(_0x4e2452,_0x3e7ddd)=>{_0x3567ca['commands']['get']('trackChanges')['value']&&(_0x3e7ddd['length']>0x0&&_0x3e7ddd[_0x3e7ddd['length']-0x1]&&_0x3e7ddd[_0x3e7ddd['length']-0x1]['forceDefaultExecution']||_0x2a2c50['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x4e2452['stop']());},{'priority':'highest'});for(const _0x3ef9f7 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x51ff0d=_0x3567ca['commands']['get'](_0x3ef9f7);_0x2a2c50['enableCommand'](_0x3ef9f7,()=>{const _0x1bfa43=_0x3567ca['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x358585=>_0x358585['is']('element','tableCell')),_0x4c38e1=_0x51ff0d['value'];_0x3567ca['model']['change'](()=>{_0x2a2c50['markMultiRangeBlockFormat']([_0x1bfa43,_0x4c38e1],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x3f0108 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x53543d=_0x3567ca['commands']['get'](_0x3f0108);_0x2a2c50['enableCommand'](_0x3f0108,()=>{const _0x77ad4a=_0x119475['getSelectionAffectedTableCells'](_0x3567ca['model']['document']['selection'])[0x0],_0x130a43=_0x77ad4a['findAncestor']('table'),{column:_0x294e7d,row:_0x10a860}=_0x119475['getCellLocation'](_0x77ad4a);let _0x4a5725=[];if('horizontally'==_0x53543d['direction']){const _0x4214d5=_0x119475['createTableWalker'](_0x130a43,{'startRow':_0x10a860,'endRow':_0x10a860,'includeAllSlots':!0x0});_0x4a5725=Array['from'](_0x4214d5)['map'](_0x5d06a9=>_0x5d06a9['cell']);}else{const _0x4eb45c=_0x119475['createTableWalker'](_0x130a43,{'column':_0x294e7d,'includeAllSlots':!0x0});_0x4a5725=Array['from'](_0x4eb45c)['map'](_0x51d8d8=>_0x51d8d8['cell']);}_0x3567ca['model']['change'](_0x5a5a44=>{_0x2a2c50['markBlockFormat'](_0x5a5a44['createRangeOn'](_0x77ad4a),{'commandName':_0x3f0108,'commandParams':[]},_0x4a5725,_0x3f0108);});});}_0x2a2c50['descriptionFactory']['registerDescriptionCallback'](_0x240d63=>{if('formatBlock'!=_0x240d63['type']&&'formatInline'!=_0x240d63['type'])return;const {data:_0x1135a8}=_0x240d63;return _0x1135a8&&'mergeTableCells'==_0x1135a8['commandName']?{'type':'format','content':o(_0x366394,'*Merge\x20cells*')}:void 0x0;}),_0x2a2c50['descriptionFactory']['registerDescriptionCallback'](_0x32cda4=>{if('formatBlock'!=_0x32cda4['type']&&'formatInline'!=_0x32cda4['type'])return;const {data:_0xa58284}=_0x32cda4;return _0xa58284?'splitTableCellVertically'==_0xa58284['commandName']?{'type':'format','content':o(_0x366394,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0xa58284['commandName']?{'type':'format','content':o(_0x366394,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x111f3d=_0x5212f9['_acceptFormatSuggestionCallbackFactory']();for(const _0x5e5edf of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x2a2c50['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x5e5edf,'accept',_0x111f3d);for(const _0x38ed5d of['splitTableCellVertically','splitTableCellHorizontally'])_0x2a2c50['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x38ed5d,'accept',_0x111f3d);_0x2a2c50['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x559453=>{_0x3567ca['model']['change'](_0x471c69=>{const _0x4dd2a9=Array['from'](_0x521c55['getRanges']())['map'](_0x1cb257=>_0x3935f7['fromRange'](_0x1cb257));_0x471c69['setSelection'](_0x559453),_0x3567ca['commands']['get']('mergeTableCells')['refresh'](),_0x3567ca['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x4699cf=_0x4dd2a9['filter'](_0x287323=>'$graveyard'!=_0x287323['root']['rootName']);_0x4699cf['length']>0x0&&_0x471c69['setSelection'](_0x4699cf);for(const _0x2380e2 of _0x4dd2a9)_0x2380e2['detach']();});});for(const _0x58eff8 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x19699d=_0x3567ca['commands']['get'](_0x58eff8);_0x19699d['on']('set:isEnabled',(_0x55ce16,_0x1bf9c4,_0x26cdbc)=>{if(_0x26cdbc){const _0x5e20a7=_0x3567ca['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x4bbb08=>_0x4bbb08['is']('element','tableCell'));this['_areMergableCells'](_0x19699d['value'],_0x5e20a7)||(_0x55ce16['return']=!0x1,_0x55ce16['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x29ea8c=this['editor']['commands']['get']('mergeTableCells'),_0x230c1f=this['editor']['plugins']['get']('TableUtils');if(!_0x29ea8c['isEnabled'])return!0x1;const _0x49d340=_0x230c1f['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x2e1670 of _0x49d340)for(const _0x46dce5 of _0x49d340)if(_0x2e1670!=_0x46dce5&&!this['_areMergableCells'](_0x2e1670,_0x46dce5))return!0x1;return!0x0;}['_areMergableCells'](_0x49cadd,_0x33c9d6){const _0x178833=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4a67a1=this['editor']['model']['createRangeOn'](_0x49cadd),_0x2ec383=this['editor']['model']['createRangeOn'](_0x33c9d6),_0xbadb20=new Set(),_0xab2242=new Set();for(const _0x2efaf1 of _0x178833['getSuggestions']())if(('insertion'==_0x2efaf1['type']||'deletion'==_0x2efaf1['type']||'mergeTableCells'==_0x2efaf1['subType'])&&_0x2efaf1['isInContent']){for(const _0x3dfc72 of _0x2efaf1['getRanges']())_0x3dfc72['containsRange'](_0x4a67a1,!0x0)&&_0xbadb20['add'](_0x2efaf1['type']+':'+_0x2efaf1['author']['id']),_0x3dfc72['containsRange'](_0x2ec383,!0x0)&&_0xab2242['add'](_0x2efaf1['type']+':'+_0x2efaf1['author']['id']);}if(_0xbadb20['size']!=_0xab2242['size'])return!0x1;for(const _0x27659b of _0xbadb20)if(!_0xab2242['has'](_0x27659b))return!0x1;return!0x0;}}class vt extends _0x54af3c{static get['requires'](){return[Nt];}['afterInit'](){const _0x1f2ce2=this['editor'];if(!_0x1f2ce2['plugins']['has']('TableEditing'))return;const _0x17f1cd=_0x1f2ce2['locale'],_0x3260d0=_0x1f2ce2['plugins']['get']('TrackChangesEditing');_0x3260d0['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x3260d0['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x3260d0['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x17f1cd,'FORMAT_HEADER_ROW')),_0x3260d0['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x17f1cd,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x34e2de=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4cca22=this['editor']['plugins']['get'](Nt)['_acceptFormatSuggestionCallbackFactory']();_0x34e2de['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x4cca22),_0x34e2de['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x4cca22),this['_registerLegacyConverters'](),this['_registerLegacyDescription']();}['_registerLegacyConverters'](){const _0x2973b4=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2ba798=this['editor']['plugins']['get']('TableUtils');function _0x5b9b8c({showActiveMarker:_0x5ebdb7=!0x0,setDataAttribute:_0x5d644e=!0x0}={}){return(_0x466aaa,_0x3d5476,_0x30e7ef)=>{const {type:_0x262979,id:_0x6b15fb}=_0x2973b4['_splitMarkerName'](_0x3d5476['markerName']);if(!_0x2973b4['hasSuggestion'](_0x6b15fb))return;const _0x369e10=_0x2973b4['getSuggestion'](_0x6b15fb),_0xbca98d=_0x369e10['data'];if('formatBlock'!=_0x369e10['type']||!_0xbca98d||'setTableColumnHeader'!=_0xbca98d['commandName'])return;if(_0x3d5476['item'])return void _0x466aaa['stop']();if(!_0x30e7ef['consumable']['consume'](_0x3d5476['markerRange'],_0x466aaa['name']))return;const _0x3a4eef=_0x3d5476['markerRange']['start']['nodeAfter'],_0xd68dd3=_0x3d5476['markerRange']['end']['nodeBefore'],_0x29a616=_0x3a4eef['parent']['parent'],{column:_0xd23f7}=_0x2ba798['getCellLocation'](_0x3a4eef),{column:_0x2db619}=_0x2ba798['getCellLocation'](_0xd68dd3);for(let _0x45f82d=_0xd23f7;_0x45f82d<=_0x2db619;_0x45f82d++){const _0x277b0b=_0x2ba798['createTableWalker'](_0x29a616,{'column':_0x45f82d,'includeAllSlots':!0x1});for(const _0x220608 of _0x277b0b){const _0x21fc87=_0x220608['cell'],_0x564551=_0x30e7ef['mapper']['toViewElement'](_0x21fc87);_0x30e7ef['writer']['addClass']('ck-suggestion-marker-'+_0x262979,_0x564551),_0x5d644e&&_0x30e7ef['writer']['setAttribute']('data-suggestion',_0x6b15fb,_0x564551),_0x30e7ef['mapper']['bindElementToMarker'](_0x564551,_0x3d5476['markerName']),_0x5ebdb7&&(_0x2973b4['activeMarkers']['includes'](_0x3d5476['markerName'])?_0x30e7ef['writer']['addClass']('ck-suggestion-marker--active',_0x564551):_0x30e7ef['writer']['removeClass']('ck-suggestion-marker--active',_0x564551));}}};}this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x5b9b8c(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x25fdba,_0x284661,_0xf6bb54)=>{_0xf6bb54['options']['showSuggestionHighlights']&&_0x5b9b8c({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x25fdba,_0x284661,_0xf6bb54);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x14b8e9,_0x4d04df,_0x38ef44)=>{const {type:_0x1e6a35,id:_0x95cce1}=_0x2973b4['_splitMarkerName'](_0x4d04df['markerName']);if(!_0x2973b4['hasSuggestion'](_0x95cce1))return;const _0x28ec4e=_0x2973b4['getSuggestion'](_0x95cce1),_0xfcb691=_0x28ec4e['data'];if('formatBlock'!=_0x28ec4e['type']||!_0xfcb691||'setTableColumnHeader'!=_0xfcb691['commandName'])return;const _0x5e6bb9=_0x38ef44['mapper']['markerNameToElements'](_0x4d04df['markerName']);if(_0x5e6bb9){for(const _0xed1a0e of _0x5e6bb9)_0x38ef44['writer']['removeClass']('ck-suggestion-marker-'+_0x1e6a35,_0xed1a0e),_0x38ef44['writer']['removeClass']('ck-suggestion-marker--active',_0xed1a0e),_0x38ef44['writer']['removeAttribute']('data-suggestion',_0xed1a0e),_0x38ef44['mapper']['unbindElementFromMarkerName'](_0xed1a0e,_0x4d04df['markerName']);}},{'priority':'highest'});}['_registerLegacyDescription'](){const _0x7d91d=this['editor'],_0x4c05f5=_0x7d91d['locale'];function _0x155be4(_0x409e61){return{'type':'format','content':o(_0x4c05f5,'*Format:*\x20%0',_0x409e61)};}_0x7d91d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x43c040=>{if('formatBlock'!=_0x43c040['type'])return;const {data:_0x5c881e}=_0x43c040;if(_0x5c881e){if('setTableRowHeader'==_0x5c881e['commandName']){const _0x39ed37=_0x5c881e['commandParams'][0x0]['forceValue'];return _0x155be4(o(_0x4c05f5,_0x39ed37?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x5c881e['commandName']){const _0x3e8ab2=_0x5c881e['commandParams'][0x0]['forceValue'];return _0x155be4(o(_0x4c05f5,_0x3e8ab2?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}class Dt extends _0x54af3c{['afterInit'](){const _0x34fdcc=this['editor'],_0x23a255=_0x34fdcc['locale'],_0x166e11=_0x34fdcc['plugins']['get']('TrackChangesEditing');function _0x458df6(_0x3ffe08){return{'type':'format','content':''+o(_0x23a255,'*Set\x20table\x20type:*\x20%0',_0x3ffe08)};}_0x34fdcc['plugins']['has']('TableLayout')&&(_0x166e11['enableCommand']('insertTableLayout'),_0x166e11['enableDefaultAttributesIntegration']('tableType'),_0x166e11['descriptionFactory']['registerElementLabel'](_0xbcfa1a=>_0xbcfa1a['is']('element','table')&&'layout'===_0xbcfa1a['getAttribute']('tableType'),_0x112ceb=>o(_0x23a255,'ELEMENT_LAYOUT_TABLE',_0x112ceb)),_0x166e11['descriptionFactory']['registerDescriptionCallback'](_0x4d619c=>{const {data:_0x43aab7}=_0x4d619c;if(_0x43aab7&&'tableType'==_0x43aab7['key'])switch(_0x43aab7['newValue']){case'layout':return _0x458df6(o(_0x23a255,'ELEMENT_LAYOUT_TABLE'));case'content':return _0x458df6(o(_0x23a255,'ELEMENT_CONTENT_TABLE'));}}));}}const Re=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ae=/* #__PURE__ -- @preserve */
|
|
25
|
-
Object['fromEntries'](Re['map'](_0x16aab2=>[_0x16aab2,null]));class Bt extends _0x54af3c{static get['requires'](){return[Nt];}['afterInit'](){const _0x2dc0ff=this['editor'];if(!_0x2dc0ff['plugins']['has']('TableClipboard'))return;const _0x30eed9=_0x2dc0ff['plugins']['get']('TrackChangesEditing'),_0x33e81a=_0x2dc0ff['plugins']['get']('TableUtils'),_0x4fce1f=_0x2dc0ff['plugins']['get'](Nt),_0x5ee872=_0x2dc0ff['plugins']['get']('TableClipboard'),_0x57638b=_0x2dc0ff['plugins']['get']('TableSelection'),_0x1e32a4=_0x2dc0ff['plugins']['get'](_0x14891d);_0x4fce1f['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x2dc0ff['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x2dc0ff['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x8a32e3=null,_0x54adfc=!0x1;_0x1e32a4['on']('contentInsertion',(_0x41bb36,_0x828a62)=>{_0x54adfc='paste'===_0x828a62['method'];}),_0x2dc0ff['model']['on']('insertContent',(_0x599dac,_0x25d2da)=>{if(!_0x54adfc&&null===_0x57638b['getSelectedTableCells']())return;const [_0x488a4f,_0x1a9aea]=_0x25d2da,_0x577dc9=_0x25d2da[_0x25d2da['length']-0x1];_0x577dc9&&_0x577dc9['forceDefaultExecution']||_0x30eed9['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x333cea,_0x4d2b82,_0x5957bd,_0x4ef6b2,_0x2f814f){if(_0x4d2b82&&!_0x4d2b82['is']('documentSelection'))return!0x1;const _0x593374=_0x2f814f['getTableIfOnlyTableInContent'](_0x333cea,_0x5957bd);if(!_0x593374||!Oe(_0x593374,void 0x0,_0x4ef6b2))return!0x1;const _0x11205e=_0x4ef6b2['getSelectionAffectedTableCells'](_0x5957bd['document']['selection']);if(!_0x11205e['length'])return!0x1;const _0x2aa324=_0x11205e[0x0]['findAncestor']('table'),_0x20b7b7=_0x4ef6b2['getRowIndexes'](_0x11205e),_0x1915ea=_0x4ef6b2['getColumnIndexes'](_0x11205e),_0x3479bf={'startRow':_0x20b7b7['first'],'endRow':_0x20b7b7['last'],'startColumn':_0x1915ea['first'],'endColumn':_0x1915ea['last']};return 0x1==_0x11205e['length']&&(_0x3479bf['endRow']+=_0x4ef6b2['getRows'](_0x593374)-0x1,_0x3479bf['endColumn']+=_0x4ef6b2['getColumns'](_0x593374)-0x1),Oe(_0x2aa324,_0x3479bf,_0x4ef6b2);}(_0x488a4f,_0x1a9aea,_0x2dc0ff['model'],_0x33e81a,_0x5ee872)&&(_0x599dac['stop'](),_0x8a32e3={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x2dc0ff['model']['change'](()=>{_0x2dc0ff['model']['insertContent'](_0x25d2da[0x0],_0x25d2da[0x1],_0x25d2da[0x2],{'forceDefaultExecution':!0x0});const _0x263f11=_0x1c2d37(),{rowInsertionRanges:_0x11c5a4,columnInsertionRanges:_0x460582,insertionRanges:_0x108828,deletionRanges:_0x5ce8fe,cells:_0x12dfaf}=_0x8a32e3;_0x11c5a4['length']&&_0x30eed9['markMultiRangeInsertion'](_0x11c5a4,'tablePasteRow',{'tablePasteChainId':_0x263f11}),_0x460582['length']&&_0x30eed9['markMultiRangeInsertion'](_0x460582,'tablePasteColumn',{'tablePasteChainId':_0x263f11}),_0x108828['length']&&(_0x30eed9['markMultiRangeInsertion'](_0x108828,'tablePaste',{'tablePasteChainId':_0x263f11,'skipNestingCheck':!0x0}),_0x108828['forEach'](_0x302452=>_0x302452['detach']?.())),_0x5ce8fe['length']&&(_0x30eed9['markMultiRangeDeletion'](_0x5ce8fe,'tablePaste',{'tablePasteChainId':_0x263f11,'skipNestingCheck':!0x0}),_0x5ce8fe['forEach'](_0x2ec993=>_0x2ec993['detach']?.()));const _0x33d3af=_0x30eed9['markMultiRangeBlockFormat'](_0x12dfaf['map'](({element:_0x3417fa})=>_0x3417fa),{'formatGroupId':_0x1c2d37()},[],'tablePasteCell',{'tablePasteChainId':_0x263f11});if(_0x33d3af){const _0x580eae=_0x33d3af['getMarkers'](),_0x12419f=[];for(const {element:_0x59329e,attributes:_0x9c23c6}of _0x12dfaf){if(!_0x9c23c6)continue;const _0x3b552a=_0x2dc0ff['model']['createRangeOn'](_0x59329e),_0x408eb7=_0x580eae['find'](_0x5d3314=>_0x5d3314['getRange']()['isEqual'](_0x3b552a));_0x408eb7&&_0x12419f['push']([_0x408eb7['name'],_0x9c23c6]);}_0x12419f['length']&&_0x33d3af['setAttribute']('markerAttributes',Object['fromEntries'](_0x12419f));}_0x8a32e3=null;}));},{'priority':_0x263901['high']+0xa}),_0x1e32a4['on']('contentInsertion',()=>{_0x54adfc=!0x1;},{'priority':'lowest'}),_0x2dc0ff['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x2f6312,_0x323697)=>{const [_0x20362b,_0x5b523b,,_0x478a28]=_0x323697;if(!_0x8a32e3)return;_0x2f6312['stop']();const _0x386cb3=_0x20362b['cell'],_0x1be38e=_0x5b523b,_0x5dab7c=Be(_0x386cb3),_0x22e8ed=Be(_0x1be38e);_0x2f6312['return']=_0x386cb3;let _0x176561=null,_0x180a4a=null;if(_0x22e8ed||_0x5dab7c){if(_0x5dab7c&&!_0x22e8ed){_0x478a28['remove'](_0x386cb3['getChild'](0x0));for(const _0x140f55 of Array['from'](_0x1be38e['getChildren']()))_0x478a28['insert'](_0x140f55,_0x386cb3,'end');const _0x346fce=_0x8a32e3['rowInsertionIndexes']['includes'](_0x20362b['row']),_0xe1e5d7=_0x8a32e3['columnInsertionIndexes']['includes'](_0x20362b['column']);_0x346fce||_0xe1e5d7||(_0x176561=_0x3935f7['fromRange'](_0x478a28['createRangeIn'](_0x386cb3)));}else _0x22e8ed&&!_0x5dab7c&&(_0x180a4a=_0x478a28['createRangeIn'](_0x386cb3));}else{const _0x5375c8=_0x478a28['createElement']('tableCellSuggestion'),_0x4237b5=_0x478a28['createElement']('tableCellSuggestion');_0x478a28['wrap'](_0x478a28['createRangeIn'](_0x386cb3),_0x4237b5),_0x478a28['insert'](_0x5375c8,_0x386cb3,0x0);for(const _0x2a13f5 of Array['from'](_0x1be38e['getChildren']()))_0x478a28['insert'](_0x2a13f5,_0x5375c8,'end');_0x176561=_0x3935f7['fromRange'](_0x478a28['createRangeOn'](_0x5375c8)),_0x180a4a=_0x3935f7['fromRange'](_0x478a28['createRangeOn'](_0x4237b5));}const _0x25dc6b=Array['from'](_0x1be38e['getAttributes']())['filter'](([_0x4a8a3f])=>Re['includes'](_0x4a8a3f));_0x8a32e3['cells']['push']({'element':_0x386cb3,'attributes':_0x25dc6b['length']?Object['fromEntries'](_0x25dc6b):null}),_0x176561&&_0x8a32e3['insertionRanges']['push'](_0x176561),_0x180a4a&&_0x8a32e3['deletionRanges']['push'](_0x180a4a);},{'priority':'high'}),_0x33e81a['on']('insertColumns',(_0x288458,_0x173531)=>{const [_0x36d102,_0x31ef3b={}]=_0x173531;if(!_0x8a32e3)return;const _0x45c7e0=_0x31ef3b['at']||0x0,_0x40e320=_0x31ef3b['columns']||0x1;_0x8a32e3['columnInsertionIndexes']=new Array(_0x40e320)['fill'](_0x45c7e0)['map']((_0x5498f1,_0x15b50f)=>_0x5498f1+_0x15b50f);for(const {cell:_0x2b3771}of _0x33e81a['createTableWalker'](_0x36d102,{'startColumn':_0x45c7e0,'endColumn':_0x45c7e0+_0x40e320-0x1}))_0x8a32e3['columnInsertionRanges']['push'](_0x2dc0ff['model']['createRangeOn'](_0x2b3771));},{'priority':'low'}),_0x33e81a['on']('insertRows',(_0x3e64af,_0xea1d18)=>{const [_0x28b1d2,_0x348b28={}]=_0xea1d18;if(!_0x8a32e3)return;const _0xca120b=_0x348b28['at']||0x0,_0x33ea8b=_0x348b28['rows']||0x1;_0x8a32e3['rowInsertionIndexes']=new Array(_0x33ea8b)['fill'](_0xca120b)['map']((_0x1bbbec,_0x504039)=>_0x1bbbec+_0x504039);for(const {cell:_0x27b1af}of _0x33e81a['createTableWalker'](_0x28b1d2,{'startRow':_0xca120b,'endRow':_0xca120b+_0x33ea8b-0x1}))_0x8a32e3['rowInsertionRanges']['push'](_0x2dc0ff['model']['createRangeOn'](_0x27b1af));},{'priority':'low'}),_0x30eed9['descriptionFactory']['registerDescriptionCallback'](_0xda915d=>{if(_0xda915d['subType']&&_0xda915d['subType']['startsWith']('tablePaste'))return _0xda915d['previous']?{}:{'type':'insertion','content':o(_0x2dc0ff['locale'],'*Replace\x20table\x20cells*')};});const _0x358636=()=>!0x1;for(const _0x232f40 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x30eed9['_suggestionFactory']['registerCustomCallback']('insertion',_0x232f40,'join',_0x358636),_0x30eed9['_suggestionFactory']['registerCustomCallback']('deletion',_0x232f40,'join',_0x358636),_0x30eed9['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x232f40,'join',_0x358636);_0x30eed9['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x358636),_0x30eed9['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x18b673,_0x38fded,_0x3444ab)=>{const _0x32babf=_0x18b673['map'](_0x157085=>_0x157085['getContainedElement']())['filter'](_0x34e635=>_0x34e635),_0x42acd6=new Map(_0x32babf['map'](_0x103cf8=>[_0x103cf8,null]));if(_0x8a32e3){for(const {element:_0x56e1d5,attributes:_0x5770c2}of _0x8a32e3['cells'])_0x5770c2&&_0x42acd6['set'](_0x56e1d5,_0x5770c2);}else{if(_0x3444ab&&_0x3444ab['markerAttributes'])for(const [_0x28328a,_0x443f73]of Object['entries'](_0x3444ab['markerAttributes'])){const _0x1b2f9e=_0x2dc0ff['model']['markers']['get'](_0x28328a),_0x470762=_0x1b2f9e?_0x1b2f9e['getRange']()['getContainedElement']():null;_0x470762&&_0x42acd6['set'](_0x470762,_0x443f73);}}_0x2dc0ff['model']['change'](_0x586032=>{for(const [_0x359e0e,_0x11d8dc]of _0x42acd6)_0x586032['setAttributes']({...Ae,..._0x11d8dc},_0x359e0e);});});const _0x57de4f=(_0x42510e,_0x2351a7)=>{_0x30eed9['_suggestionFactory']['registerCustomCallback'](_0x42510e,'tablePaste',_0x2351a7,(_0x425284,_0x20e0da,_0x5c0f2d)=>{_0x2dc0ff['model']['change'](_0x308785=>{const _0x2901a7=[];for(const _0x5e662d of _0x425284){const _0x298dfd=_0x5e662d['start']['nodeAfter'];_0x298dfd['is']('element','tableCellSuggestion')&&_0x2901a7['push'](_0x298dfd);}_0x30eed9['_suggestionFactory']['getSuggestionCallback'](_0x42510e,null,_0x2351a7)(_0x425284,_0x20e0da,_0x5c0f2d);for(const _0x43b92a of _0x2901a7)'$graveyard'!=_0x43b92a['root']['rootName']&&_0x308785['unwrap'](_0x43b92a);});});};_0x57de4f('insertion','accept'),_0x57de4f('insertion','discard'),_0x57de4f('deletion','accept'),_0x57de4f('deletion','discard'),_0x30eed9['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x808741=>{const _0x5ca954=_0x808741['map'](_0x16a779=>_0x16a779['getContainedElement']()),_0x5ebc19=_0x5ca954[0x0]['findAncestor']('table'),{minRow:_0x3dc3bf,maxRow:_0xd1e097}=_0x4fce1f['_getCoordsForCells'](_0x5ca954);_0x33e81a['removeRows'](_0x5ebc19,{'at':_0x3dc3bf,'rows':_0xd1e097-_0x3dc3bf+0x1});}),_0x30eed9['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x3d52f2=>{const _0x1d2cff=_0x3d52f2['map'](_0x367e81=>_0x367e81['getContainedElement']()),_0x35b386=_0x1d2cff[0x0]['findAncestor']('table'),{minColumn:_0x16acbf,maxColumn:_0x568f0a}=_0x4fce1f['_getCoordsForCells'](_0x1d2cff);_0x33e81a['removeColumns'](_0x35b386,{'at':_0x16acbf,'columns':_0x568f0a-_0x16acbf+0x1});});const _0x276708=(_0x5d286f,_0x36150e)=>{if(!_0x36150e['subType']||!_0x36150e['subType']['startsWith']('tablePaste'))return;const _0x287d29=_0x36150e['attributes']['tablePasteChainId'],_0x48808d=_0x30eed9['getSuggestions']()['filter'](_0x366fdc=>_0x366fdc['isInContent']&&_0x366fdc['attributes']&&_0x366fdc['attributes']['tablePasteChainId']==_0x287d29);_0x48808d['length']&&_0x36150e['getAllAdjacentSuggestions']()['length']!=_0x48808d['length']&&_0x48808d['reduce']((_0xb7820d,_0x51d4bd)=>(_0xb7820d['next']=_0x51d4bd,_0x51d4bd['previous']=_0xb7820d,_0x51d4bd));};function _0x238ec8(_0x411fae,_0x57be89=!0x0){const {id:_0x17ef67,authorId:_0x47d0b3}=_0x30eed9['_splitMarkerName'](_0x411fae['markerName']),_0x1c723d=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x8b467=_0x30eed9['activeMarkers']['includes'](_0x411fae['markerName']);return _0x8b467&&_0x1c723d['push']('ck-suggestion-marker--active'),{'classes':_0x1c723d,'attributes':{'data-suggestion':_0x17ef67,'data-author-id':_0x47d0b3},'priority':_0x8b467&&_0x57be89?0xbc2:0xbb8};}_0x30eed9['on']('suggestionLoaded',_0x276708,{'priority':'high'}),_0x30eed9['on']('suggestionUnloaded',_0x276708,{'priority':'high'}),_0x2dc0ff['model']['document']['registerPostFixer'](()=>{let _0x3951db=!0x1;const _0x4c586e=Array['from'](_0x2dc0ff['model']['document']['differ']['getChangedMarkers']());for(const {name:_0xdc6651,data:_0xee2a5f}of _0x4c586e){const {group:_0x14b989,type:_0x430972,id:_0xb38960}=_0x30eed9['_splitMarkerName'](_0xdc6651);if('suggestion'!=_0x14b989||'deletion'!=_0x430972||_0xee2a5f['oldRange'])continue;if(!_0x30eed9['hasSuggestion'](_0xb38960))continue;const _0x35e89b=_0x30eed9['getSuggestion'](_0xb38960)['getRanges'](),_0x13cce7=_0x2dc0ff['plugins']['get']('Users')['me'];for(const _0x219743 of _0x30eed9['getSuggestions']()){if(!_0x219743['isInContent']||_0x219743['author']!=_0x13cce7)continue;if('formatBlock'!=_0x219743['type']||'tablePasteCell'!=_0x219743['subType'])continue;if(_0x219743['getRanges']()['every'](_0x203201=>_0x35e89b['some'](_0x9eef18=>_0x9eef18['containsRange'](_0x203201,!0x0)))){for(const _0x1baeb8 of _0x219743['getAllAdjacentSuggestions']())_0x1baeb8['isInContent']&&(_0x1baeb8['discard'](),_0x3951db=!0x0);}}}return _0x3951db;}),_0x2dc0ff['model']['document']['registerPostFixer'](_0x380d66=>{const _0x15e6fc=_0x2dc0ff['commands']['get']('redo');if(!_0x15e6fc||!_0x15e6fc['_createdBatches']['has'](_0x380d66['batch']))return!0x1;let _0xe8518b=!0x1;const _0x48445b=_0x2dc0ff['plugins']['get']('Users')['me'],_0x5461df=_0x2dc0ff['model']['document']['differ']['getChanges'](),_0x2de8e4=Array['from'](_0x2dc0ff['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x2d51cc,data:_0x3338e1})=>{const {group:_0x5a6669,subType:_0x4f1a22,authorId:_0x4e761c}=_0x30eed9['_splitMarkerName'](_0x2d51cc);return'suggestion'==_0x5a6669&&'tablePaste'==_0x4f1a22&&_0x4e761c==_0x48445b['id']&&!_0x3338e1['oldRange'];});for(const _0x164ce4 of _0x5461df){if('insert'!=_0x164ce4['type']||'tableCellSuggestion'!=_0x164ce4['name']||0x1!=_0x164ce4['length'])continue;const _0x71bf8a=_0x380d66['createRange'](_0x164ce4['position'],_0x164ce4['position']['getShiftedBy'](0x1));if(!_0x2de8e4['find'](({data:_0x41ce22})=>_0x41ce22['newRange']['isEqual'](_0x71bf8a))){for(const {name:_0x21e2a3,data:_0x291de9}of _0x2de8e4)if(_0x71bf8a['containsRange'](_0x291de9['newRange'])){_0x380d66['updateMarker'](_0x21e2a3,{'range':_0x71bf8a}),_0xe8518b=!0x0;break;}}}return _0xe8518b;}),_0x2dc0ff['model']['document']['registerPostFixer'](_0x18e2c0=>{let _0x189234=!0x1;const _0xd85ce8=_0x2dc0ff['plugins']['get']('Users')['me'],_0x198f56=_0x30eed9['getSuggestions']()['filter'](_0x250b8f=>_0x250b8f['isInContent']&&_0x250b8f['author']==_0xd85ce8),_0x20fc0b=new Set(),_0x5e9fbf=new Set();for(const _0x4797cb of _0x198f56)if('tablePaste'==_0x4797cb['subType'])for(const _0x3f3a34 of _0x4797cb['getMarkers']()){const _0xdb2cea=_0x3f3a34['getRange']()['getContainedElement']();if(_0xdb2cea){if(_0xdb2cea['is']('element','tableCellSuggestion')&&Be(_0xdb2cea)){_0x4797cb['removeMarker'](_0x3f3a34['name']),_0x20fc0b['add'](_0xdb2cea),_0x189234=!0x0;const _0x1bb305=_0xdb2cea['nextSibling'],_0x5b3f91=_0xdb2cea['previousSibling'],_0x48401e=_0x1bb305&&_0x1bb305['is']('element','tableCellSuggestion'),_0x234c77=_0x5b3f91&&_0x5b3f91['is']('element','tableCellSuggestion');_0x48401e&&!_0x20fc0b['has'](_0x1bb305)&&_0x5e9fbf['add'](_0x1bb305),_0x234c77&&!_0x20fc0b['has'](_0x5b3f91)&&_0x5e9fbf['add'](_0x5b3f91);}else _0xdb2cea['is']('element','paragraph')&&_0xdb2cea['isEmpty']&&(_0x4797cb['removeMarker'](_0x3f3a34['name']),_0x189234=!0x0);}}else{if('tablePasteCell'==_0x4797cb['subType']){if(!_0x4797cb['attributes']||!_0x4797cb['attributes']['tablePasteChainId'])continue;const _0x415167=_0x4797cb['attributes']['markerAttributes'];if(_0x415167&&Object['keys'](_0x415167)['length'])continue;const _0x368fae=_0x4797cb['attributes']['tablePasteChainId'];let _0x9ec889=!0x0,_0x1b7565=!0x0;for(const _0x4611a5 of _0x198f56)if(_0x4611a5['subType']&&_0x4611a5['subType']['startsWith']('tablePaste')){if(!_0x4611a5['attributes']['tablePasteChainId']){_0x1b7565=!0x1;break;}if(_0x4611a5['id']!=_0x4797cb['id']&&_0x4611a5['attributes']['tablePasteChainId']==_0x368fae){_0x9ec889=!0x1;break;}}_0x1b7565&&_0x9ec889&&(_0x4797cb['removeMarkers'](),_0x189234=!0x0);}}for(const _0x11c88f of _0x20fc0b)_0x18e2c0['remove'](_0x11c88f);for(const _0x5bc863 of _0x5e9fbf)_0x18e2c0['unwrap'](_0x5bc863);return _0x189234;}),_0x2dc0ff['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x12afc0=>_0x238ec8(_0x12afc0),'converterPriority':'high'}),_0x2dc0ff['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x103468,_0x5bd7bd)=>_0x5bd7bd['options']['showSuggestionHighlights']?_0x238ec8(_0x103468,!0x1):null,'converterPriority':'high'});const _0x337345=_0x2dc0ff['editing']['view'];this['listenTo'](_0x337345['document'],'clipboardOutput',(_0x4a3c84,_0x170606)=>{const _0x3595b7=[];for(const _0x46df58 of _0x337345['createRangeIn'](_0x170606['content'])['getItems']())_0x46df58['is']('element','suggestion-td')&&_0x3595b7['push'](_0x46df58);_0x337345['change'](_0x1e72f3=>{for(const _0x114ee6 of _0x3595b7)_0x1e72f3['move'](_0x1e72f3['createRangeIn'](_0x114ee6),_0x1e72f3['createPositionBefore'](_0x114ee6)),_0x1e72f3['remove'](_0x114ee6);});});}}function Be(_0x729014){if(_0x729014['isEmpty'])return!0x0;const _0x2faf7e=_0x729014['getChild'](0x0);return _0x2faf7e['is']('element','paragraph')&&_0x2faf7e['isEmpty'];}function Oe(_0xc42473,_0x31f250={},_0x3d33fa){for(const {isAnchor:_0x174769,cellHeight:_0xf7e010,cellWidth:_0x11457f}of _0x3d33fa['createTableWalker'](_0xc42473,{'includeAllSlots':!0x0,..._0x31f250}))if(!_0x174769||0x1!=_0xf7e010||0x1!=_0x11457f)return!0x1;return!0x0;}class Ot extends _0x54af3c{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x56a486=this['editor']['plugins']['get']('TrackChangesEditing');_0x56a486['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x56a486['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x56a486['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x56a486['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x56a486['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x56a486['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x253640,_0x2a5dab){const _0x50af75=this['editor']['plugins']['get']('TrackChangesEditing'),_0x38d2c9=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x5511c5=_0x2a5dab['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0xdf9717=_0x38d2c9['getColumnGroupElement'](_0x5511c5);let _0x5ec04b=_0xdf9717?_0x38d2c9['getTableColumnsWidths'](_0xdf9717):null,_0x507523=_0x5511c5['getAttribute']('tableWidth')||null;const _0x45decd=_0x2a5dab['tableWidth']||_0x507523,_0x23a7b6=_0x2a5dab['columnWidths']||_0x5ec04b,_0x55271e=this['editor']['plugins']['get']('Users')['me'];for(const _0x35aaee of _0x50af75['getSuggestions']()){const _0x401141=_0x35aaee['getContainedElement']();if('resizeTable'===_0x35aaee['subType']&&_0x401141===_0x5511c5){_0x35aaee['author']!==_0x55271e&&_0x35aaee['discard']();const _0x2a8140=_0x35aaee['data']['commandParams'];_0x507523=_0x2a8140[0x0]['tableWidth'],_0x5ec04b=_0x2a8140[0x0]['columnWidths'];break;}}_0x253640({'table':_0x5511c5,'tableWidth':_0x45decd,'columnWidths':_0x23a7b6}),_0x50af75['markBlockFormat'](_0x5511c5,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x507523,'columnWidths':_0x5ec04b}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x2b4c08){if('formatBlock'!=_0x2b4c08['type']&&'formatInline'!=_0x2b4c08['type'])return;const {data:_0x686247}=_0x2b4c08;if(_0x686247&&'resizeTable'===_0x686247['formatGroupId']){const _0x53f87f='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x53f87f)};}}}class xt extends _0x54af3c{['afterInit'](){const _0x45aacc=this['editor'];_0x45aacc['plugins']['has']('Template')&&_0x45aacc['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x54af3c{['afterInit'](){const _0x4c8ea8=this['editor'];if(!_0x4c8ea8['commands']['get']('insertTableOfContents'))return;_0x4c8ea8['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x2d5df5=_0x4c8ea8['plugins']['get']('TrackChangesEditing'),_0x4be456=_0x4c8ea8['locale'];_0x2d5df5['descriptionFactory']['registerElementLabel']('tableOfContents',_0xc79d33=>o(_0x4be456,'ELEMENT_TABLE_OF_CONTENTS',_0xc79d33));}}class Rt extends _0x54af3c{['afterInit'](){const _0x2c047c=this['editor'];if(!_0x2c047c['plugins']['has']('Title'))return;const _0x77998a=_0x2c047c['plugins']['get']('TrackChangesEditing');_0x77998a['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x2c047c['locale'],'ELEMENT_TITLE')),_0x2c047c['model']['document']['registerPostFixer'](_0x28cc5d=>{let _0x5e62bc=!0x1;const _0x4e18a7=Array['from'](_0x2c047c['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x55e2dc,data:_0x26b9a6}of _0x4e18a7){const {group:_0x3b17d9}=_0x77998a['_splitMarkerName'](_0x55e2dc);if('suggestion'!==_0x3b17d9||!_0x26b9a6['newRange'])continue;const _0x22529a=_0x26b9a6['newRange'],_0x55b548=_0x22529a['end']['nodeBefore'];if(!_0x55b548||!_0x55b548['is']('element','title-content'))continue;if(!_0x22529a['start']['isTouching'](_0x22529a['end']))continue;const _0x51d4aa=_0x2c047c['model']['schema']['getNearestSelectionRange'](_0x22529a['end'],'forward');if(_0x51d4aa&&_0x51d4aa['isCollapsed']){const _0x34e412=_0x28cc5d['createRange'](_0x22529a['start'],_0x51d4aa['start']);_0x34e412['isEqual'](_0x22529a)||(_0x28cc5d['updateMarker'](_0x55e2dc,{'range':_0x34e412}),_0x5e62bc=!0x0);}_0x5e62bc||(_0x28cc5d['removeMarker'](_0x55e2dc),_0x5e62bc=!0x0);}return _0x5e62bc;});}}class Tt extends _0x54af3c{['afterInit'](){const _0x793186=this['editor'],_0x235bc=_0x793186['plugins']['get']('TrackChangesEditing');_0x793186['plugins']['has']('Uploadcare')&&(_0x235bc['enableCommand']('uploadcare'),_0x793186['plugins']['has']('UploadcareImageEdit')&&(_0x235bc['enableCommand']('uploadcareImageEdit'),_0x235bc['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x235bc['descriptionFactory']['registerDescriptionCallback'](_0x26b812=>{if('attribute'!=_0x26b812['type'])return;const {data:_0x119f81}=_0x26b812;return _0x119f81&&'uploadcareImageId'==_0x119f81['key']?{'type':'format','content':''}:void 0x0;})));}}class Et extends _0x54af3c{['afterInit'](){const _0x1a9924=this['editor'],_0x28623c=_0x1a9924['plugins']['get']('TrackChangesEditing');_0x1a9924['plugins']['has']('UndoEditing')&&(_0x28623c['enableCommand']('undo'),_0x28623c['enableCommand']('redo'));}}class Ut extends _0x54af3c{static get['requires'](){return[Nt];}['afterInit'](){const _0x20db4c=this['editor'];if(!_0x20db4c['plugins']['has']('TableCaptionEditing'))return;_0x20db4c['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Vt extends _0x54af3c{['tableProperties'];['tableCellProperties'];constructor(_0x47ecc6){super(_0x47ecc6),this['tableProperties']=['tableBorderColor','tableBorderStyle','tableBorderWidth','tableAlignment','tableWidth','tableHeight','tableBackgroundColor'],this['tableCellProperties']=['tableCellBorderColor','tableCellBorderStyle','tableCellBorderWidth','tableCellPadding','tableCellWidth','tableCellHeight','tableCellBackgroundColor','tableCellHorizontalAlignment','tableCellVerticalAlignment'];}static get['pluginName'](){return'TrackChangesTableProperties';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x532aef=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x33f649 of this['tableProperties'])_0x532aef['enableCommand'](_0x33f649,(_0x3d8ae9,_0x4de7f5)=>{const _0x1eeecd=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x33f649,[_0x1eeecd],this['tableProperties'],'tableProperties',_0x3d8ae9,_0x4de7f5);});_0x532aef['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x532aef['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x532aef['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x50b78,_0x48e210)=>this['handleDiscardAction'](this['tableProperties'],_0x50b78,_0x48e210)),_0x532aef['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x289759 of this['tableCellProperties'])_0x532aef['enableCommand'](_0x289759,(_0x552e72,_0x4327df)=>{const _0x1f5a10=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x289759,_0x1f5a10,this['tableCellProperties'],'tableCellProperties',_0x552e72,_0x4327df);});_0x532aef['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x532aef['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x532aef['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x487a2d,_0xf73777)=>this['handleDiscardAction'](this['tableCellProperties'],_0x487a2d,_0xf73777)),_0x532aef['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x532aef['descriptionFactory']['registerDescriptionCallback'](_0x333a21=>this['handleSuggestionDescription'](_0x333a21)),this['_registerTablePropertiesAttributes']();}['_handlePropertyChange'](_0x4beb53,_0x401a25,_0xfcbda8,_0x56b4bf,_0x445471,_0x27c9a5){const _0x4c95d9=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x27c9a5['batch'],()=>{for(const _0x3d2bf1 of _0x401a25){if(this['_getSuggestion'](_0x3d2bf1,_0x56b4bf))_0x445471(_0x27c9a5);else{const _0x2a36cb={};for(const _0x4106a1 of _0xfcbda8){const _0x28ec0c=_0x3d2bf1['getAttribute'](_0x4106a1);void 0x0!==_0x28ec0c&&(_0x2a36cb[_0x4106a1]=_0x28ec0c);}_0x445471(_0x27c9a5),_0x4c95d9['markBlockFormat'](_0x3d2bf1,{'commandParams':[_0x2a36cb]},[],_0x56b4bf);}}});}['handleDiscardAction'](_0x489c0e,_0x1bdd57,_0x4686aa){const _0x3bff3c=_0x1bdd57[0x0]['start']['nodeAfter'],_0x22ded2=_0x4686aa['commandParams'][0x0];this['editor']['model']['change'](_0x561729=>{for(const _0x11134d of _0x489c0e)void 0x0!==_0x22ded2[_0x11134d]?_0x561729['setAttribute'](_0x11134d,_0x22ded2[_0x11134d],_0x3bff3c):_0x561729['removeAttribute'](_0x11134d,_0x3bff3c);});}['handleSuggestionDescription'](_0x3348f0){if(_0x3348f0['data'])switch(_0x3348f0['subType']){case'tableProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x22fbdf,_0x2a122f){const _0x5b221b=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x3cd8bd of _0x5b221b['getSuggestions']({'skipNotAttached':!0x0})){const _0x5c61ed=_0x3cd8bd['getContainedElement']();if(_0x3cd8bd['subType']===_0x2a122f&&_0x5c61ed===_0x22fbdf)return _0x3cd8bd;}return null;}['_registerTablePropertiesAttributes'](){const _0x53c373=this['editor']['plugins']['get']('TrackChangesEditing'),_0x53a1aa=[...this['tableProperties'],...this['tableCellProperties']];for(const _0x282009 of _0x53a1aa){const _0x1c0e3d=_0x282009['replace'](/([A-Z])/g,'_$1')['toUpperCase']();_0x53c373['descriptionFactory']['registerAttributeLabel'](_0x282009,o(this['editor']['locale'],'FORMAT_'+_0x1c0e3d));}}}class Ft extends _0x54af3c{['afterInit'](){const _0x5bed09=this['editor'];if(!_0x5bed09['plugins']['has']('LineHeight'))return;const _0x26a003=_0x5bed09['plugins']['get']('TrackChangesEditing'),_0x4347f3=_0x5bed09['locale'];_0x26a003['enableDefaultAttributesIntegration']('lineHeight'),_0x26a003['descriptionFactory']['registerAttributeLabel']('lineHeight',o(_0x4347f3,'FORMAT_LINE_HEIGHT'));}}const m='$elementName';class d extends _0x54af3c{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_recordAttributeSuggestions']=!0x1;['_trackingSessionId']=null;static get['requires'](){return['CommentsRepository',Jt,_0x41a304,_0x4b9cb9,_0x31cfdb,R,T,E,U,V,F,G,J,L,q,z,K,Q,X,Y,Z,tt,nt,it,et,st,ot,rt,ct,at,ut,ft,ht,gt,mt,kt,lt,W,Ft,H,dt,pt,wt,bt,yt,jt,St,It,At,_t,Ct,Nt,$t,vt,Dt,Ut,Bt,Ot,Mt,Vt,xt,Rt,Tt,Et];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1481d9){super(_0x1481d9),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0xcdf7f1,_0x23363f,_0x3199a1,_0x23bc79)=>{this['_model']['change'](()=>{for(const _0x3b497c of[..._0x23bc79,..._0x3199a1])this['_model']['markers']['has'](_0x3b497c)&&_0x1481d9['editing']['reconvertMarker'](_0x3b497c);});}),this['descriptionFactory']=new M(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new qt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x1481d9['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,_0x1481d9['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x1481d9['config']['get']('trackChanges.trackFormatChanges'),_0x1481d9['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x1481d9['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new $(_0x1481d9,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x319749=this['editor'];_0x319749['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x5f428e,{writer:_0x23d4c7})=>{let _0x1fdf2e='suggestion:'+_0x5f428e['getAttribute']('suggestion-type')+':'+_0x5f428e['getAttribute']('id');return _0x5f428e['getAttribute']('marker-count')&&(_0x1fdf2e+=':'+_0x5f428e['getAttribute']('marker-count')),_0x23d4c7['createElement']('$marker',{'data-name':_0x1fdf2e});}}),_0x319749['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x319749['model']['document']['registerPostFixer'](_0x28c73c=>{let _0x2832b8=!0x1;const _0x4edcf7=Array['from'](_0x319749['model']['document']['differ']['getChangedMarkers']()),_0x1b0082=new Set();for(const {name:_0x71bda8,data:_0x561c54}of _0x4edcf7){const {group:_0xdf9a92,type:_0x4ab92d,subType:_0x2ba61b,id:_0xc82efa}=this['_splitMarkerName'](_0x71bda8);if('suggestion'!==_0xdf9a92)continue;const _0x3c220e=_0x2ba61b?'suggestion:'+_0x4ab92d+':'+_0x2ba61b+':'+_0xc82efa:'suggestion:'+_0x4ab92d+':'+_0xc82efa,_0x44ef3b=_0x319749['model']['markers']['getMarkersGroup'](_0x3c220e),_0x11250e=_0x319749['model']['markers']['get'](_0x71bda8),_0x4f6f40=this['_suggestions']['get'](_0xc82efa);if(null!=_0x561c54['newRange']){'formatInline'==_0x4ab92d&&(_0x2832b8=_0x2832b8||Wt(_0x561c54['newRange'],_0x71bda8,_0x28c73c,_0x319749['model']['schema']));const _0x2b9723='attribute'==_0x4ab92d&&this['_isBlockAttribute'](_0x2ba61b['split']('|')[0x0]),_0x1b2c5b='attribute'==_0x4ab92d&&this['_isInlineAttribute'](_0x2ba61b['split']('|')[0x0]);if(_0x561c54['newRange']['isCollapsed']||'$graveyard'==_0x561c54['newRange']['root']['rootName']||'formatBlock'==_0x4ab92d&&!Qt(_0x561c54['newRange'])||_0x2b9723&&!Qt(_0x561c54['newRange'])||_0x1b2c5b&&Xt(_0x561c54['newRange'])||'deletion'==_0x4ab92d&&Xt(_0x561c54['newRange'])||_0x11250e&&Yt(_0x11250e,_0x44ef3b))_0x28c73c['removeMarker'](_0x71bda8),_0x2832b8=!0x0;else{if(!_0x4f6f40||!_0x4f6f40['isInContent'])continue;if(_0x561c54['newRange']&&_0x561c54['oldRange']&&_0x561c54['newRange']['isEqual'](_0x561c54['oldRange']))continue;_0x1b0082['add'](_0x4f6f40);}}}return _0x1b0082['size']>0x0&&(_0x2832b8=!!this['_joinWithAdjacentSuggestions'](_0x1b0082)||_0x2832b8),_0x2832b8;}),_0x319749['model']['document']['registerPostFixer'](_0x1691c1=>{let _0x596447=!0x1;for(const _0x2d22a5 of _0x319749['model']['document']['differ']['getChanges']())if('insert'==_0x2d22a5['type'])for(const _0x41f066 of this['_suggestions']['values']()){if(_0x41f066['isMultiRange']||!_0x41f066['isInContent'])continue;const _0x21db0d='formatBlock'==_0x41f066['type'],_0x28418f=this['_getAttributeKey'](_0x41f066),_0x290466=_0x28418f&&this['_isBlockAttribute'](_0x28418f);if(!_0x21db0d&&!_0x290466)continue;const _0x34310e=_0x41f066['getFirstRange']();if(_0x34310e['start']['parent']!=_0x34310e['end']['parent']&&!_0x34310e['end']['isAtEnd']){const _0xeb2e8c=_0x319749['model']['createPositionAt'](_0x34310e['start']['nodeAfter'],'end'),_0x1ea9bb=_0x319749['model']['createRange'](_0x34310e['start'],_0xeb2e8c);_0x1691c1['updateMarker'](_0x41f066['getFirstMarker'](),{'range':_0x1ea9bb}),_0x596447=!0x0;}}return _0x596447;}),_0x319749['model']['document']['registerPostFixer'](_0x47a5cb=>this['_processAttributeChanges'](_0x47a5cb)),_0x319749['model']['document']['registerPostFixer'](_0x482237=>!_0x482237['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x482237)),_0x319749['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x319749['model']['document']['on']('change:data',(_0x962461,_0x261d26)=>{if(!_0x261d26['isLocal']||_0x261d26['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x417801=_0x319749['model']['document']['differ']['getChanges']();if(0x0==_0x417801['length'])return;const _0x32fcef=[],_0x2cccad=_0x417801['filter'](_0x1c0d55=>'attribute'==_0x1c0d55['type']),_0x51ea8f=_0x417801['filter'](_0x1807a5=>'insert'==_0x1807a5['type']&&'$text'!=_0x1807a5['name']);for(const _0x178135 of _0x2cccad)this['_isRegisteredAttribute'](_0x178135['attributeKey'])&&_0x32fcef['push']({'key':_0x178135['attributeKey'],'newValue':_0x178135['attributeNewValue'],'oldValue':_0x178135['attributeOldValue'],'range':Zt(_0x178135['range'],_0x319749['model'])});for(const _0xb10afc of _0x51ea8f){if('rename'!=_0xb10afc['action']&&'refresh'!=_0xb10afc['action'])continue;const _0x1ff9cf=tn(_0xb10afc['position']['nodeAfter'],_0x319749['model']),_0x2da00d=_0xb10afc['before'];'rename'==_0xb10afc['action']&&_0x32fcef['push']({'key':m,'newValue':_0xb10afc['name'],'oldValue':_0x2da00d['name'],'range':_0x1ff9cf});for(const [_0x3d52c5,_0xc58bd3]of _0x2da00d['attributes']){if(!this['_isRegisteredAttribute'](_0x3d52c5))continue;const _0xf3db5a=_0xb10afc['attributes']['get'](_0x3d52c5);_0xc58bd3!==_0xf3db5a&&_0x32fcef['push']({'key':_0x3d52c5,'newValue':_0xf3db5a,'oldValue':_0xc58bd3,'range':_0x1ff9cf});}for(const [_0x18ef76,_0x531fcf]of _0xb10afc['attributes'])this['_isRegisteredAttribute'](_0x18ef76)&&(_0x2da00d['attributes']['has'](_0x18ef76)||_0x32fcef['push']({'key':_0x18ef76,'newValue':_0x531fcf,'oldValue':null,'range':_0x1ff9cf}));}0x0!=_0x32fcef['length']&&_0x319749['model']['enqueueChange'](_0x261d26,_0x21c41d=>{const _0x286497=_0x1c2d37();for(const {range:_0x50fa1a,key:_0x11d62c,oldValue:_0x1c1b8a,newValue:_0x207203}of _0x32fcef)this['markAttributeChange'](_0x50fa1a,_0x11d62c,_0x1c1b8a,_0x207203,{'groupId':_0x286497});this['_reduceExistingSuggestions'](_0x21c41d,_0x32fcef);});},{'priority':'lowest'}),_0x319749['model']['markers']['on']('update:suggestion',(_0xd690e5,_0x20f38f,_0x1695b1)=>{if(null==_0x1695b1){const {id:_0xa2c3e0}=this['_splitMarkerName'](_0x20f38f['name']),_0x1a3efc=this['_suggestions']['get'](_0xa2c3e0);_0x1a3efc&&_0x1a3efc['addMarkerName'](_0x20f38f['name']);}}),_0x319749['model']['document']['on']('change:data',()=>{const _0x3e41f4=Array['from'](_0x319749['model']['document']['differ']['getChangedMarkers']())['filter'](_0x221fc6=>'suggestion'===this['_splitMarkerName'](_0x221fc6['name'])['group']);if(0x0===_0x3e41f4['length'])return;_0x3e41f4['sort']((_0x198642,_0x3be636)=>{const _0x57eacd=_0x198642['data']['oldRange'],_0xb73dbd=_0x3be636['data']['oldRange'];return null===_0x57eacd&&null===_0xb73dbd?0x0:null===_0x57eacd&&null!==_0xb73dbd?-0x1:null!==_0x57eacd&&null===_0xb73dbd?0x1:_0x57eacd['start']['isBefore'](_0xb73dbd['start'])?-0x1:0x1;});const _0x1f5476=new Set(),_0x262653=new Set();for(const {name:_0x42bdfb,data:_0x1e9ec3}of _0x3e41f4){const {id:_0x41a173}=this['_splitMarkerName'](_0x42bdfb);if(null===_0x1e9ec3['oldRange']){const _0x45375c=this['_handleNewSuggestionMarker'](_0x42bdfb);_0x262653['add'](_0x45375c);}else{const _0x331952=this['_suggestions']['get'](_0x41a173);null!==_0x1e9ec3['newRange']||_0x331952['isInContent']?(_0x1f5476['add'](_0x331952['head']),_0x262653['add'](_0x331952)):this['_removeSuggestion'](_0x331952);}}_0x262653['size']>0x0&&this['_refreshSuggestionsChain'](_0x262653);for(const _0x23faab of _0x1f5476)this['fire']('suggestionChanged',_0x23faab);}),_0x319749['model']['on']('applyOperation',(_0x3376a4,_0x1cb350)=>{const _0x12221=_0x1cb350[0x0];if(!this['_suggestions']['size'])return;if(!_0x12221['isDocumentOperation'])return;if(_0x12221['batch']['isUndo']||!_0x12221['batch']['isLocal'])return;let _0x7c4f0,_0x558789;switch(_0x12221['type']){case'insert':_0x7c4f0=_0x319749['model']['createPositionAt'](_0x12221['position']),_0x558789=_0x7c4f0['getShiftedBy'](_0x12221['howMany']);break;case'split':_0x7c4f0=_0x319749['model']['createPositionAt'](_0x12221['splitPosition']),_0x558789=_0x319749['model']['createPositionAt'](_0x12221['moveTargetPosition']);break;case'move':_0x7c4f0=_0x319749['model']['createPositionAt'](_0x12221['targetPosition']),_0x558789=_0x7c4f0['getShiftedBy'](_0x12221['howMany']);break;default:return;}const _0x4c2c7e=_0x319749['model']['createRange'](_0x7c4f0,_0x558789);_0x319749['model']['change'](()=>{for(const {suggestion:_0x4aa019,meta:_0x8f6c57}of this['_findSuggestions'](_0x4c2c7e)){if(_0x4aa019['isMultiRange'])continue;if('formatInline'==_0x4aa019['type'])continue;const _0xbd374c=this['_getAttributeKey'](_0x4aa019);if(_0xbd374c&&this['_isBlockAttribute'](_0xbd374c)&&'split'!=_0x12221['type'])continue;const _0x584730=_0x4aa019['data']&&_0x4aa019['data']['multipleBlocks'];('formatBlock'!=_0x4aa019['type']||'split'==_0x12221['type']&&!_0x584730)&&(_0x8f6c57['containsRangeInObject']||'insertion'==_0x4aa019['type']&&_0x8f6c57['isOwn']||_0x4aa019['getFirstRange']()['containsRange'](_0x4c2c7e)&&this['_breakSuggestionMarker'](_0x4aa019,_0x7c4f0,_0x558789));}});},{'priority':'lowest'}),_0x319749['model']['on']('deleteContent',(_0x20124d,_0x400406)=>{const _0x1abb9b=_0x400406[0x0],_0x1012a3=_0x400406[0x1];if(_0x1012a3&&_0x1012a3['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x1abb9b['isCollapsed'])return;const _0x1d8aef=_0x319749['model']['schema'],{start:_0x226e50,end:_0x26bc78}=_0x1abb9b['getFirstRange'](),_0x1ea637=_0x226e50['nodeAfter']&&_0x1d8aef['isLimit'](_0x226e50['nodeAfter'])?null:_0x1d8aef['getNearestSelectionRange'](_0x226e50,'forward'),_0x18a61c=_0x26bc78['nodeBefore']&&_0x1d8aef['isLimit'](_0x26bc78['nodeBefore'])?null:_0x1d8aef['getNearestSelectionRange'](_0x26bc78,'backward'),_0x2570f5=_0x319749['model']['createRange'](_0x1ea637?_0x1ea637['start']:_0x226e50,_0x18a61c?_0x18a61c['end']:_0x26bc78);_0x319749['model']['change'](_0x4ae4b5=>{this['markDeletion'](_0x2570f5);const _0x308db1=_0x319749['model']['schema']['getNearestSelectionRange'](_0x2570f5['start']);_0x1abb9b['is']('documentSelection')?_0x4ae4b5['setSelection'](_0x308db1):_0x1abb9b['setTo'](_0x308db1);}),_0x20124d['stop']();},{'priority':_0x263901['normal']+0xa}),_0x319749['model']['on']('insertContent',(_0x572844,_0x2f7efc)=>{const _0x19ee21=_0x2f7efc[_0x2f7efc['length']-0x1];_0x19ee21&&_0x19ee21['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x319749['model']['change'](()=>{let _0x2eb276=_0x319749['model']['insertContent'](_0x2f7efc[0x0],_0x2f7efc[0x1],_0x2f7efc[0x2],{'forceDefaultExecution':!0x0});if(!_0x2eb276)return;_0x572844['return']=_0x2eb276['clone']();const _0x3fcb5a=_0x2eb276['end']['nodeBefore'],_0xb2cfa5=_0x319749['model']['schema'];_0x3fcb5a&&_0xb2cfa5['isBlock'](_0x3fcb5a)&&!_0xb2cfa5['isObject'](_0x3fcb5a)&&(_0x2eb276=_0x319749['model']['createRange'](_0x2eb276['start'],_0x319749['model']['createPositionAt'](_0x3fcb5a,'end'))),this['markInsertion'](_0x2eb276);}),_0x572844['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x341121=new v(_0x319749,this['_suggestions']);_0x319749['commands']['add']('acceptSuggestion',_0x341121),this['enableCommand']('acceptSuggestion');const _0x10ae39=new D(_0x319749,this['_suggestions']);_0x319749['commands']['add']('discardSuggestion',_0x10ae39),this['enableCommand']('discardSuggestion'),_0x319749['commands']['add']('acceptAllSuggestions',new B(_0x319749,_0x341121,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x319749['commands']['add']('discardAllSuggestions',new B(_0x319749,_0x10ae39,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x319749['commands']['add']('acceptSelectedSuggestions',new O(_0x319749,_0x341121,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x319749['commands']['add']('discardSelectedSuggestions',new O(_0x319749,_0x10ae39,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x129ba3=_0x319749['plugins']['get']('CommentsRepository');this['listenTo'](_0x129ba3,'addComment',(_0x1e75bd,{threadId:_0x1d8e95})=>{const _0x3360b6=this['_suggestions']['get'](_0x1d8e95);_0x3360b6&&_0x3360b6['commentThread']&&0x1===_0x3360b6['commentThread']['length']&&this['_updateSuggestionData'](_0x1d8e95,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x129ba3,'removeComment',(_0x5bb329,{threadId:_0x1fa6bb})=>{const _0x127c8c=this['_suggestions']['get'](_0x1fa6bb);_0x127c8c&&_0x127c8c['commentThread']&&!_0x127c8c['commentThread']['length']&&this['_updateSuggestionData'](_0x1fa6bb,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x45628b){const _0x32eb2b=_0x2502d0([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]),_0x49748a=0x3d8d0df,_0xe74063=0x3dfaa4f^_0x49748a,_0x7d880b=window[_0x2502d0([0x44,0x61,0x74,0x65])][_0x2502d0([0x6e,0x6f,0x77])](),_0x4171a6=_0x45628b[_0x2502d0([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1b0c46=new window[(_0x2502d0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x46924c=>{_0x4171a6[_0x2502d0([0x6f,0x6e,0x63,0x65])](_0x2502d0([0x72,0x65,0x61,0x64,0x79]),_0x46924c);}),_0x4bd9d1={[_0x2502d0([0x6b,0x74,0x79])]:_0x2502d0([0x45,0x43]),[_0x2502d0([0x75,0x73,0x65])]:_0x2502d0([0x73,0x69,0x67]),[_0x2502d0([0x63,0x72,0x76])]:_0x2502d0([0x50,0x2d,0x32,0x35,0x36]),[_0x2502d0([0x78])]:_0x2502d0([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]),[_0x2502d0([0x79])]:_0x2502d0([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]),[_0x2502d0([0x61,0x6c,0x67])]:_0x2502d0([0x45,0x53,0x32,0x35,0x36])},_0x499eb7=_0x4171a6[_0x2502d0([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2502d0([0x67,0x65,0x74])](_0x2502d0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xf5ef30(){let _0x555af3,_0x5f2eac=null,_0x2a8fbf=null;try{if(_0x499eb7==_0x2502d0([0x47,0x50,0x4c]))return _0x2502d0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x555af3=_0x3e8dbe(),!_0x555af3)return _0x2502d0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x555af3[_0x2502d0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2a8fbf=_0x30ed7b(_0x555af3[_0x2502d0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x555af3[_0x2502d0([0x6a,0x74,0x69])])),await _0x13b578()?_0x75819()?_0x398854()?_0x2502d0([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x533a1d()?(_0x555af3[_0x2502d0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2502d0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5f2eac=_0x5d87d9(_0x2502d0([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x555af3[_0x2502d0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2502d0([0x74,0x72,0x69,0x61,0x6c])&&(_0x5f2eac=_0x5d87d9(_0x2502d0([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x7fe31e()):_0x2502d0([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2502d0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2502d0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2502d0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x398854(){const _0x28910a=[_0x2502d0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2502d0([0x74,0x72,0x69,0x61,0x6c])][_0x2502d0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x555af3[_0x2502d0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x7d880b/0x3e8:0xe10*_0xe74063;return _0x555af3[_0x2502d0([0x65,0x78,0x70])]<_0x28910a;}function _0x75819(){const _0x52a516=_0x555af3[_0x2502d0([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x52a516)return!0x1;if(_0x52a516[_0x2502d0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2502d0([0x2a])))return!0x0;if(_0x52a516[_0x2502d0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2502d0([0x54,0x43])))return!0x0;if(_0x52a516[_0x2502d0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2502d0([0x52,0x54,0x43]))){if(_0x50da5a())return!0x0;if(_0x1c159a()||_0x4e0249())return!0x0;}return!0x1;}function _0x533a1d(){const _0x11fb82=_0x555af3[_0x2502d0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x11fb82||0x0==_0x11fb82[_0x2502d0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xccbb76}=new URL(window[_0x2502d0([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x11fb82[_0x2502d0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xccbb76))return!0x0;const _0x4a3c09=_0xccbb76[_0x2502d0([0x73,0x70,0x6c,0x69,0x74])](_0x2502d0([0x2e]));return _0x11fb82[_0x2502d0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3ef9b8=>_0x3ef9b8[_0x2502d0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2502d0([0x2a])))[_0x2502d0([0x6d,0x61,0x70])](_0x26c9e5=>_0x26c9e5[_0x2502d0([0x73,0x70,0x6c,0x69,0x74])](_0x2502d0([0x2e])))[_0x2502d0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x429330=>_0x429330[_0x2502d0([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4a3c09[_0x2502d0([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2502d0([0x6d,0x61,0x70])](_0x599627=>Array(_0x4a3c09[_0x2502d0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x599627[_0x2502d0([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2502d0([0x66,0x69,0x6c,0x6c])](_0x599627[0x0]===_0x2502d0([0x2a])?_0x2502d0([0x2a]):'')[_0x2502d0([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x599627))[_0x2502d0([0x73,0x6f,0x6d,0x65])](_0x4bb952=>_0x4a3c09[_0x2502d0([0x65,0x76,0x65,0x72,0x79])]((_0x4d45e9,_0xfb0dfb)=>_0x4bb952[_0xfb0dfb]===_0x4d45e9||_0x4bb952[_0xfb0dfb]===_0x2502d0([0x2a])));}function _0x7fe31e(){return _0x5f2eac&&_0x2a8fbf?new window[(_0x2502d0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5ca102,_0x244cfb)=>{_0x5f2eac[_0x2502d0([0x74,0x68,0x65,0x6e])](_0x5ca102,_0x244cfb),_0x2a8fbf[_0x2502d0([0x74,0x68,0x65,0x6e])](_0x57fca2=>{_0x57fca2!=_0x2502d0([0x56,0x61,0x6c,0x69,0x64])&&_0x5ca102(_0x57fca2);},_0x244cfb);}):_0x5f2eac||_0x2a8fbf||_0x2502d0([0x56,0x61,0x6c,0x69,0x64]);}}function _0x30ed7b(_0x36a773,_0x51efab){return new window[(_0x2502d0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x290f6e=>{if(_0x44cd5a())return _0x290f6e(_0x2502d0([0x56,0x61,0x6c,0x69,0x64]));_0x4807de(),_0x4171a6[_0x2502d0([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2502d0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x417e1d=!0x1;const _0x4b280e=_0x1c2d37();function _0x40337e(_0xf4d3cd){return!!_0xf4d3cd&&(typeof _0xf4d3cd===_0x2502d0([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xf4d3cd===_0x2502d0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xf4d3cd[_0x2502d0([0x74,0x68,0x65,0x6e])]===_0x2502d0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xf4d3cd[_0x2502d0([0x63,0x61,0x74,0x63,0x68])]===_0x2502d0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3d20c2(_0x4572ea){_0x4418ba(_0x4572ea)[_0x2502d0([0x74,0x68,0x65,0x6e])](_0x3a7eda=>{if(!_0x3a7eda||_0x3a7eda[_0x2502d0([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2502d0([0x6f,0x6b]))return _0x2502d0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x17100c(_0x3653f1(_0x4b280e+_0x51efab))!=_0x3a7eda[_0x2502d0([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2502d0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2502d0([0x56,0x61,0x6c,0x69,0x64]);})[_0x2502d0([0x74,0x68,0x65,0x6e])](_0x3d5258=>(_0x4c6c11(),_0x3d5258),()=>{const _0x3bc00e=_0x422069();return null==_0x3bc00e?(_0x4c6c11(),_0x2502d0([0x56,0x61,0x6c,0x69,0x64])):_0x2502d0(_0x7d880b-_0x3bc00e>(0x27d454df^_0x49748a)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2502d0([0x74,0x68,0x65,0x6e])](_0x290f6e)[_0x2502d0([0x63,0x61,0x74,0x63,0x68])](()=>{_0x290f6e(_0x2502d0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x54c860=0x3ee3e5f^_0x49748a;function _0x4c6c11(){const _0x3c4c2f=_0x2502d0([0x6c,0x6c,0x63,0x74,0x2d])+_0x17100c(_0x3653f1(_0x36a773)),_0x3fe89a=_0x1b1188(_0x17100c(window[_0x2502d0([0x4d,0x61,0x74,0x68])][_0x2502d0([0x63,0x65,0x69,0x6c])](_0x7d880b/_0x54c860)));window[_0x2502d0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2502d0([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3c4c2f,_0x3fe89a);}function _0x422069(){const _0x2d8e3b=_0x2502d0([0x6c,0x6c,0x63,0x74,0x2d])+_0x17100c(_0x3653f1(_0x36a773)),_0x2d4364=window[_0x2502d0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2502d0([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2d8e3b);return _0x2d4364?window[_0x2502d0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1b1188(_0x2d4364),0x10)*_0x54c860:null;}function _0x4418ba(_0x1593f4){return new window[(_0x2502d0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4acfce,_0xa15503)=>{_0x1593f4[_0x2502d0([0x74,0x68,0x65,0x6e])](_0x4acfce,_0xa15503),window[_0x2502d0([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xa15503,0x3d9041f^_0x49748a);});}}_0x4171a6[_0x2502d0([0x6f,0x6e])](_0x2502d0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5f5167,_0x2fe7a8)=>{if(_0x2fe7a8[0x0]!=_0x36a773)return _0x290f6e(_0x2502d0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2fe7a8[0x1]={..._0x2fe7a8[0x1],[_0x2502d0([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4b280e};},{[_0x2502d0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2502d0([0x68,0x69,0x67,0x68])}),_0x4171a6[_0x2502d0([0x6f,0x6e])](_0x2502d0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2f69f4=>{_0x40337e(_0x2f69f4[_0x2502d0([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x417e1d=!0x0,_0x3d20c2(_0x2f69f4[_0x2502d0([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2502d0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2502d0([0x6c,0x6f,0x77])}),_0x1b0c46[_0x2502d0([0x74,0x68,0x65,0x6e])](()=>{_0x417e1d||_0x290f6e(_0x2502d0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x44cd5a(){return _0x4171a6[_0x2502d0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2502d0([0x76,0x69,0x65,0x77])][_0x2502d0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2502d0([0x61,0x75,0x74,0x6f]);}function _0x4807de(){_0x4171a6[_0x2502d0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2502d0([0x76,0x69,0x65,0x77])][_0x2502d0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2502d0([0x61,0x75,0x74,0x6f]);}}function _0x5d87d9(_0x5887ee){const _0x14c566=[new window[(_0x2502d0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1316c2=>setTimeout(_0x1316c2,0x3d1ee13^_0x49748a)),_0x1b0c46[_0x2502d0([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2502d0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x56486f=>{let _0x8c69dc=0x0;_0x4171a6[_0x2502d0([0x6d,0x6f,0x64,0x65,0x6c])][_0x2502d0([0x6f,0x6e])](_0x2502d0([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2e1874,_0x7c1f32)=>{_0x7c1f32[0x0][_0x2502d0([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x8c69dc++,_0x8c69dc==(0x3d8d127^_0x49748a)&&(_0x56486f(),_0x2e1874[_0x2502d0([0x6f,0x66,0x66])]());});}))];return window[_0x2502d0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2502d0([0x72,0x61,0x63,0x65])](_0x14c566)[_0x2502d0([0x74,0x68,0x65,0x6e])](()=>_0x5887ee);}async function _0x38b6bc(){await _0x1b0c46,_0x4171a6[_0x2502d0([0x6d,0x6f,0x64,0x65,0x6c])][_0x2502d0([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x839559,_0x4171a6[_0x2502d0([0x6d,0x6f,0x64,0x65,0x6c])][_0x2502d0([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x839559,_0x4171a6[_0x2502d0([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2502d0([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x50da5a(){return _0x51ff53(_0x2502d0([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x103596(_0x2502d0([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x2502d0([0x73,0x74,0x61,0x74,0x65])]==_0x2502d0([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x1c159a(){return _0x51ff53(_0x2502d0([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 _0x4e0249(){return _0x51ff53(_0x2502d0([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x4f1f91(_0x38b189){const _0x37ff06=_0x483592();_0x4171a6[_0x37ff06]=_0x2502d0([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x38b189,_0x38b189!=_0x2502d0([0x56,0x61,0x6c,0x69,0x64])&&_0x38b6bc();}function _0x483592(){const _0x2bc366=window[_0x2502d0([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2502d0([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2502d0([0x6e,0x6f,0x77])]())[_0x2502d0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2502d0([0x2e]),'');let _0x137f0e=_0x2502d0([0x52]);for(let _0x2a57c4=0x0;_0x2a57c4<_0x2bc366[_0x2502d0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2a57c4+=0x2){let _0x582624=window[_0x2502d0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2bc366[_0x2502d0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2a57c4,_0x2a57c4+0x2));_0x582624>=_0x32eb2b[_0x2502d0([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x582624-=_0x32eb2b[_0x2502d0([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x137f0e+=_0x32eb2b[_0x582624];}return _0x137f0e;}function _0x3e8dbe(){const _0x38a638=_0x499eb7[_0x2502d0([0x73,0x70,0x6c,0x69,0x74])](_0x2502d0([0x2e]));if(0x3!=_0x38a638[_0x2502d0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x48f312(_0x38a638[0x1]);function _0x48f312(_0x5ad69c){const _0x31cb8d=_0x3cad38(_0x5ad69c);return _0x31cb8d&&_0x252482()?_0x31cb8d:null;function _0x252482(){const _0x505353=_0x31cb8d[_0x2502d0([0x6a,0x74,0x69])],_0x47487c=window[_0x2502d0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x505353[_0x2502d0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x505353[_0x2502d0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3e9f37={..._0x31cb8d,[_0x2502d0([0x6a,0x74,0x69])]:_0x505353[_0x2502d0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x505353[_0x2502d0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3e9f37[_0x2502d0([0x76,0x63])],_0x3653f1(_0x3e9f37)==_0x47487c;}}}async function _0x13b578(){let _0x1cbf30=!0x0;try{const _0x1f9600=_0x499eb7[_0x2502d0([0x73,0x70,0x6c,0x69,0x74])](_0x2502d0([0x2e])),[_0x39fc26,_0x28dad8,_0x10dc50]=_0x1f9600;return _0x525fa7(_0x39fc26),await _0xcdb276(_0x39fc26,_0x28dad8,_0x10dc50),_0x1cbf30;}catch{return!0x1;}function _0x525fa7(_0x210ec3){const _0xf916cf=_0x3cad38(_0x210ec3);_0xf916cf&&_0xf916cf[_0x2502d0([0x61,0x6c,0x67])]==_0x2502d0([0x45,0x53,0x32,0x35,0x36])||(_0x1cbf30=!0x1);}async function _0xcdb276(_0x528bbf,_0x7b204f,_0x1c7f9e){const _0x1a3b76=window[_0x2502d0([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2502d0([0x66,0x72,0x6f,0x6d])](_0x174fe0(_0x1c7f9e),_0x59b170=>_0x59b170[_0x2502d0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x41a5ba=new window[(_0x2502d0([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2502d0([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x528bbf+_0x2502d0([0x2e])+_0x7b204f),_0xc798dc=window[_0x2502d0([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2502d0([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xc798dc)return;const _0x1610c7=await _0xc798dc[_0x2502d0([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2502d0([0x6a,0x77,0x6b]),_0x4bd9d1,{[_0x2502d0([0x6e,0x61,0x6d,0x65])]:_0x2502d0([0x45,0x43,0x44,0x53,0x41]),[_0x2502d0([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2502d0([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2502d0([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xc798dc[_0x2502d0([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2502d0([0x6e,0x61,0x6d,0x65])]:_0x2502d0([0x45,0x43,0x44,0x53,0x41]),[_0x2502d0([0x68,0x61,0x73,0x68])]:{[_0x2502d0([0x6e,0x61,0x6d,0x65])]:_0x2502d0([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1610c7,_0x1a3b76,_0x41a5ba)||(_0x1cbf30=!0x1);}}function _0x3cad38(_0x425706){return _0x425706[_0x2502d0([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2502d0([0x65,0x79]))?JSON[_0x2502d0([0x70,0x61,0x72,0x73,0x65])](_0x174fe0(_0x425706)):null;}function _0x174fe0(_0x24f90f){return window[_0x2502d0([0x61,0x74,0x6f,0x62])](_0x24f90f[_0x2502d0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2502d0([0x2b]))[_0x2502d0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2502d0([0x2f])));}function _0x3653f1(_0x437b37){let _0x2d4955=0x1505;function _0x1835c2(_0x497007){for(let _0x4a5398=0x0;_0x4a5398<_0x497007[_0x2502d0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4a5398++){const _0x3de609=_0x497007[_0x2502d0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4a5398);_0x2d4955=(_0x2d4955<<0x5)+_0x2d4955+_0x3de609,_0x2d4955&=_0x2d4955;}}function _0x3598c4(_0x335b18){Array[_0x2502d0([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x335b18)?_0x335b18[_0x2502d0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3598c4):_0x335b18&&typeof _0x335b18==_0x2502d0([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2502d0([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x335b18)[_0x2502d0([0x73,0x6f,0x72,0x74])]()[_0x2502d0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x919cf9,_0x3b9f49])=>{_0x1835c2(_0x919cf9),_0x3598c4(_0x3b9f49);}):_0x1835c2(window[_0x2502d0([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x335b18));}return _0x3598c4(_0x437b37),_0x2d4955>>>0x0;}function _0x17100c(_0x5bed5a){return _0x5bed5a[_0x2502d0([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2502d0([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2502d0([0x30]));}function _0x1b1188(_0x38e827){return _0x38e827[_0x2502d0([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2502d0([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2502d0([0x6a,0x6f,0x69,0x6e])]('');}function _0x51ff53(_0x30cc95){return _0x4171a6[_0x2502d0([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x2502d0([0x68,0x61,0x73])](_0x30cc95);}function _0x103596(_0x3084b3){return _0x4171a6[_0x2502d0([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x2502d0([0x67,0x65,0x74])](_0x3084b3);}function _0x839559(){}function _0x2502d0(_0x354df5){return _0x354df5['map'](_0x3d484b=>String['fromCharCode'](_0x3d484b))['join']('');}_0x4f1f91(await _0xf5ef30());}(this);}set['adapter'](_0x145e3c){if(this['_adapter'])throw new _0x516a4a('track-changes-adapter-already-set',this);this['_adapter']=_0x145e3c;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x2fbcb4=!0x1,toJSON:_0x380aa5=!0x1}={}){const _0x21a2d4=[];for(const _0x2a4154 of this['_suggestions']['values']())_0x2fbcb4&&!_0x2a4154['isInContent']||_0x21a2d4['push'](_0x2a4154);return _0x380aa5?_0x21a2d4['map'](_0x202c9d=>_0x202c9d['toJSON']()):_0x21a2d4;}['getSuggestion'](_0x1bfb6c){const _0x441cbd=this['_suggestions']['get'](_0x1bfb6c);if(!_0x441cbd)throw new _0x516a4a('track-changes-suggestion-not-found',this);return _0x441cbd;}['hasSuggestion'](_0x14bdc0){return this['_suggestions']['has'](_0x14bdc0);}['addSuggestionData'](_0x58052a){const {authorId:_0x398347,id:_0x2cfe9d,originalSuggestionId:_0x44f82b,attributes:_0x482fec}=_0x58052a,[_0xddd95b,_0x592d]=_0x58052a['type']['split'](':'),_0x28327f=this['_suggestions']['get'](_0x2cfe9d)||this['_createSuggestion'](_0xddd95b,_0x592d,_0x2cfe9d,_0x398347,_0x482fec,_0x44f82b);if(this['_addThreadToSuggestion'](_0x28327f),this['_checkSuggestionCorrectness'](_0x28327f,_0xddd95b,_0x592d||null,_0x398347),_0x28327f['createdAt']=_0x58052a['createdAt'],_0x28327f['_isDataLoaded']=!0x0,_0x482fec&&_0x482fec['@external']){const _0x1be632=_0x482fec['@external'],_0x275dcc=this['_getExternalAuthor'](_0x1be632['authorName']);_0x28327f['authoredAt']=_0x1be632['createdAt'],_0x28327f['author']=_0x275dcc,_0x28327f['isExternal']=!0x0;}else _0x28327f['authoredAt']=_0x58052a['createdAt'];switch(_0x58052a['data']&&(_0x28327f['data']=_0x58052a['data']),_0x58052a['attributes']&&(_0x28327f['attributes']=_0x58052a['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x28327f['_saved']=!0x0),this['_suggestionState']['get'](_0x28327f)){case'notReady':this['_suggestionState']['set'](_0x28327f,'dataReady');break;case'markerReady':_0x28327f['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x28327f])),this['_refreshSuggestionsChain'](new Set([_0x28327f])),this['_suggestionState']['set'](_0x28327f,'ready'),this['fire']('suggestionLoaded',_0x28327f)):this['_suggestionState']['set'](_0x28327f,'removed');}return _0x28327f;}['acceptSuggestion'](_0x487a5f){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x189ba9 of _0x487a5f['getAllAdjacentSuggestions']())_0x189ba9['accept']();});});}['discardSuggestion'](_0x31184d){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x468112 of _0x31184d['getAllAdjacentSuggestions']())_0x468112['discard']();});});}['enableCommand'](_0x42cd7b,_0x55f9fc){const _0x386ae5=this['editor']['commands']['get'](_0x42cd7b);if(!_0x386ae5)throw new _0x516a4a('track-changes-command-not-found',this,{'commandName':_0x42cd7b});if(this['_enabledCommands']['has'](_0x386ae5))throw new _0x516a4a('track-changes-enable-command-twice',this,{'commandName':_0x42cd7b});this['_enabledCommands']['add'](_0x386ae5),_0x55f9fc&&_0x386ae5['on']('execute',(_0xcf171e,_0x31d425)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x31d425['length']>0x0&&_0x31d425[_0x31d425['length']-0x1]&&_0x31d425[_0x31d425['length']-0x1]['forceDefaultExecution']?_0x31d425['pop']():(_0xcf171e['return']=_0x55f9fc((..._0x31dff7)=>_0x386ae5['execute'](..._0x31dff7,{'forceDefaultExecution':!0x0}),..._0x31d425),_0xcf171e['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x10d38e){let _0x51747a,_0x28d6b9;const _0xfd5625=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x51747a=_0x10d38e();}catch(_0x1c321d){_0x28d6b9=_0x1c321d;}return _0xfd5625||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x28d6b9&&_0x516a4a['rethrowUnexpectedError'](_0x28d6b9,this),_0x51747a;}['markInsertion'](_0x750231,_0xc9f373=null,_0x154f31={}){if(_0x750231['isCollapsed'])return null;const _0x5012d8=this['editor']['plugins']['get']('Users')['me'];this['_trackingSessionId']&&(_0x154f31['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x32d178,meta:_0x5e0880}of this['_findSuggestions'](_0x750231,'insertion'))if(_0x5e0880['isOwn']){if(!_0x5e0880['isNextTo']){if(_0x5e0880['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!sn(_0x32d178,_0x154f31))continue;return _0x32d178;}if(sn(_0x32d178,_0x154f31))return _0x32d178;this['_breakSuggestionMarker'](_0x32d178,_0x750231['start'],_0x750231['end']);break;}if(_0xc9f373==_0x32d178['subType']&&sn(_0x32d178,_0x154f31)){const _0x4648cd=_0x32d178['getFirstRange']();return _0x4648cd['start']['isEqual'](_0x750231['end'])?this['_setSuggestionRange'](_0x32d178,this['_model']['createRange'](_0x750231['start'],_0x4648cd['end'])):this['_setSuggestionRange'](_0x32d178,this['_model']['createRange'](_0x4648cd['start'],_0x750231['end'])),_0x32d178;}}const _0x10100c=_0x1c2d37(),_0xda12b9=_0x5012d8['id'],_0x179de5=_0xc9f373?'insertion:'+_0xc9f373:'insertion',_0x1aeeb7=this['_setSuggestionData']({'id':_0x10100c,'type':_0x179de5,'createdAt':new Date(),'authorId':_0xda12b9,'attributes':_0x154f31});return this['_addSuggestionMarker'](_0x179de5,_0x10100c,_0xda12b9,_0x750231),_0x1aeeb7;}['markMultiRangeInsertion'](_0x4e4307,_0x327525='multi',_0x2bb3ee={}){const _0x259fee=this['editor']['plugins']['get']('Users')['me'],_0x376036=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x327525,'join');this['_trackingSessionId']&&(_0x2bb3ee['trackingSessionId']=this['_trackingSessionId']);for(const _0x2e6c93 of this['getSuggestions']())if(_0x2e6c93['author']['id']==_0x259fee['id']&&'insertion'==_0x2e6c93['type']&&_0x2e6c93['subType']==_0x327525&&sn(_0x2e6c93,_0x2bb3ee)&&(_0x376036(_0x2e6c93['getRanges'](),_0x4e4307)||_0x376036(_0x4e4307,_0x2e6c93['getRanges']()))){for(const _0x5472fd of _0x4e4307)_0x2e6c93['addRange'](_0x5472fd);return _0x2e6c93;}for(const {suggestion:_0x4007a3,meta:_0x5611a0}of this['_findSuggestions'](_0x4e4307,'insertion')){if(!_0x5611a0['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x5611a0['containsRangeInObject'])continue;if(!sn(_0x4007a3,_0x2bb3ee))continue;let _0xe9e1de=!0x0;for(const _0x132bac of _0x4007a3['getRanges']())for(const _0x4da96d of _0x4e4307)if(!_0x132bac['containsRange'](_0x4da96d)){_0xe9e1de=!0x1;break;}if(_0xe9e1de)return _0x4007a3;}const _0xbb2028=_0x1c2d37(),_0x1fd6cf=_0x259fee['id'],_0x25273d='insertion:'+_0x327525,_0x441eb3=this['_setSuggestionData']({'id':_0xbb2028,'type':_0x25273d,'createdAt':new Date(),'authorId':_0x1fd6cf,'attributes':_0x2bb3ee});for(const _0x2f99f6 of _0x4e4307)this['_addSuggestionMarker'](_0x25273d,_0xbb2028,_0x1fd6cf,_0x2f99f6,x['getMultiRangeId']());return _0x441eb3;}['markInlineFormat'](_0x470e91,_0x4aa10d,_0x4f5543=null,_0x5ec8a3={}){if(_0x4f5543=_0x4f5543||Ht(_0x4aa10d),_0x470e91['isCollapsed'])return null;if(this['_trackingSessionId']&&(_0x5ec8a3['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x1c59ac=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x4f5543,'accept');return this['forceDefaultExecution'](()=>_0x1c59ac([_0x470e91],_0x4aa10d,_0x5ec8a3)),null;}const _0x1c9957=this['editor']['plugins']['get']('Users')['me'],_0x21ed51=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x490cb4,meta:_0x2cf0c3}of this['_findSuggestions'](_0x470e91,'insertion'))_0x2cf0c3['isOwn']&&!_0x2cf0c3['isInsideObject']&&_0x21ed51['push'](..._0x490cb4['getRanges']());}const _0x179ff3=function(_0x37bc92,_0x4687e7){const _0x322ae9=[];for(const _0x5bc14c of _0x4687e7){const _0x24a442=_0x37bc92['getIntersection'](_0x5bc14c);_0x24a442&&_0x322ae9['push'](_0x24a442);}return _0x322ae9;}(_0x470e91,_0x21ed51),_0xb4611a=function(_0xd1f62a,_0x5664ee){const _0x942d74=[_0xd1f62a];for(const _0x981606 of _0x5664ee){let _0x1bfe6e=0x0;for(;_0x1bfe6e<_0x942d74['length'];){const _0x5a29fa=_0x942d74[_0x1bfe6e]['getDifference'](_0x981606);_0x942d74['splice'](_0x1bfe6e,0x1,..._0x5a29fa),_0x1bfe6e+=_0x5a29fa['length'];}}return _0x942d74;}(_0x470e91,_0x21ed51);_0x179ff3['length']&&this['_model']['change'](()=>{for(const _0x74b403 of _0x179ff3){const _0x4398a5=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x4f5543,'accept');this['forceDefaultExecution'](()=>_0x4398a5([_0x74b403],_0x4aa10d,_0x5ec8a3));}});for(const _0x28c49f of _0xb4611a){let _0x36d05c=null,_0xd1d098=_0x28c49f['start'],_0xc9487a=_0x28c49f['end'];for(const {suggestion:_0x272813,meta:_0x1e30e0}of this['_findSuggestions'](_0x28c49f,'formatInline')){if(!_0x1e30e0['isOwn'])continue;if(_0x272813['subType']!=_0x4f5543)continue;if(!sn(_0x272813,_0x5ec8a3))continue;const _0x9db57d=_0x272813['getFirstRange']();if(_0x9db57d['containsRange'](_0x28c49f,!0x0))return null;_0xd1d098=_0xd1d098['isBefore'](_0x9db57d['start'])?_0xd1d098:_0x9db57d['start'],_0xc9487a=_0xc9487a['isAfter'](_0x9db57d['end'])?_0xc9487a:_0x9db57d['end'],_0x36d05c?_0x9db57d['start']['isBefore'](_0x36d05c['getFirstRange']()['start'])?(_0x36d05c['removeMarkers'](),_0x36d05c=_0x272813):_0x272813['removeMarkers']():_0x36d05c=_0x272813;}const _0x17aa91=this['_model']['createRange'](_0xd1d098,_0xc9487a);if(_0x36d05c)this['_setSuggestionRange'](_0x36d05c,_0x17aa91);else{const _0x126088=_0x1c2d37(),_0x519cdd=_0x1c9957['id'];this['_setSuggestionData']({'id':_0x126088,'type':'formatInline:'+_0x4f5543,'data':_0x4aa10d,'createdAt':new Date(),'authorId':_0x519cdd,'attributes':_0x5ec8a3}),this['_addSuggestionMarker']('formatInline:'+_0x4f5543,_0x126088,_0x519cdd,_0x17aa91);}}return null;}['markBlockFormat'](_0x581ce9,_0x23d974,_0x555fc1=[],_0x27275d=null,_0xd1c145={}){_0x23d974['formatGroupId']||(_0x23d974['formatGroupId']=_0x23d974['commandName']),_0x23d974['multipleBlocks']=_0x581ce9['is']('range'),_0x27275d=_0x27275d||Ht(_0x23d974);const _0x2384b3=_0x555fc1['map'](_0x516a7f=>tn(_0x516a7f,this['_model'])),_0x5dac37=_0x581ce9['is']('range')?_0x581ce9:tn(_0x581ce9,this['_model']);if(this['_trackingSessionId']&&(_0xd1c145['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x62e1fb=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x27275d,'accept');return this['forceDefaultExecution'](()=>_0x62e1fb([_0x5dac37],_0x23d974,_0xd1c145)),null;}_0x2384b3['push'](_0x5dac37);let _0x30881f=!0x0;for(const _0x3eac1a of _0x2384b3)if(!this['_rangeIsInLocalUserInsertion'](_0x3eac1a)){_0x30881f=!0x1;break;}if(_0x30881f&&'always'!==this['_trackFormatChanges']){const _0x4b6728=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x27275d,'accept');return this['forceDefaultExecution'](()=>_0x4b6728([_0x5dac37],_0x23d974,_0xd1c145)),null;}let _0x406697=null,_0xfd0a7b=_0x5dac37['start'],_0x54ee3a=_0x5dac37['end'];for(const {suggestion:_0x2b8f6b,meta:_0x47b6e3}of this['_findSuggestions'](_0x5dac37,'formatBlock')){if(!_0x47b6e3['isOwn'])continue;if(_0x47b6e3['isNextTo']||_0x47b6e3['containsRangeInObject']||_0x47b6e3['isInsideObject'])continue;if(_0x2b8f6b['data']['formatGroupId']!=_0x23d974['formatGroupId'])continue;if(!sn(_0x2b8f6b,_0xd1c145))continue;const _0x266446=_0x2b8f6b['getFirstRange']();if(_0x2b8f6b['subType']==_0x27275d){if(_0x266446['containsRange'](_0x5dac37,!0x0))return null;_0xfd0a7b=_0xfd0a7b['isBefore'](_0x266446['start'])?_0xfd0a7b:_0x266446['start'],_0x54ee3a=_0x54ee3a['isAfter'](_0x266446['end'])?_0x54ee3a:_0x266446['end'],_0x406697?_0x266446['start']['isBefore'](_0x406697['getFirstRange']()['start'])?(_0x406697['removeMarkers'](),_0x406697=_0x2b8f6b):_0x2b8f6b['removeMarkers']():_0x406697=_0x2b8f6b;}else{const _0xdb11d0=_0x5dac37['getIntersection'](_0x266446);this['_cutOutSuggestionMarker'](_0x2b8f6b,_0xdb11d0);}}const _0x22dfca=this['editor']['plugins']['get']('Users')['me'],_0x3d46a2=_0x1c2d37(),_0x36c9d3=_0x22dfca['id'];if(_0x406697)return this['_setSuggestionRange'](_0x406697,this['_model']['createRange'](_0xfd0a7b,_0x54ee3a)),_0x406697;{const _0x216e7f=this['_setSuggestionData']({'id':_0x3d46a2,'type':'formatBlock:'+_0x27275d,'data':_0x23d974,'createdAt':new Date(),'authorId':_0x36c9d3,'attributes':_0xd1c145});return this['_addSuggestionMarker']('formatBlock:'+_0x27275d,_0x3d46a2,_0x36c9d3,this['_model']['createRange'](_0xfd0a7b,_0x54ee3a)),_0x216e7f;}}['markMultiRangeBlockFormat'](_0x18a7e1,_0x20fc0a,_0x887fca=[],_0x3c3574=null,_0x144ad6={}){_0x20fc0a['formatGroupId']||(_0x20fc0a['formatGroupId']=_0x20fc0a['commandName']);const _0xe7f6a4=_0x18a7e1[0x0];_0x20fc0a['multipleBlocks']=_0xe7f6a4['is']('range'),_0x3c3574=_0x3c3574||Ht(_0x20fc0a);const _0x2a7ee2=_0x887fca['map'](_0x5c73fd=>tn(_0x5c73fd,this['_model'])),_0x302953=_0xe7f6a4['is']('range')?_0x18a7e1:_0x18a7e1['map'](_0x5a0462=>tn(_0x5a0462,this['_model']));if(this['_trackingSessionId']&&(_0x144ad6['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x4be159=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3c3574,'accept');return this['forceDefaultExecution'](()=>_0x4be159(_0x302953,_0x20fc0a,_0x144ad6)),null;}_0x2a7ee2['push'](..._0x302953);let _0x4a07e7=!0x0;for(const _0x2df571 of _0x2a7ee2)if(!this['_rangeIsInLocalUserInsertion'](_0x2df571)){_0x4a07e7=!0x1;break;}if(_0x4a07e7&&'always'!==this['_trackFormatChanges']){const _0x2bc694=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3c3574,'accept');return this['forceDefaultExecution'](()=>_0x2bc694(_0x302953,_0x20fc0a,_0x144ad6)),null;}const _0x2b6e66=this['editor']['plugins']['get']('Users')['me'];for(const _0x13f052 of this['getSuggestions']()){const _0x1ef3e6=_0x13f052['data'];if(_0x13f052['author']['id']!=_0x2b6e66['id'])continue;if('formatBlock'!=_0x13f052['type']||_0x1ef3e6['formatGroupId']!=_0x20fc0a['formatGroupId'])continue;if(!sn(_0x13f052,_0x144ad6))continue;const _0xaa2625=_0x13f052['subType']==_0x3c3574;for(let _0x28dbc3=0x0;_0x28dbc3<_0x302953['length'];_0x28dbc3++){const _0x5a55cc=_0x302953[_0x28dbc3];for(const _0x45b879 of _0x13f052['getMarkers']()){const _0x2c5d49=_0x45b879['getRange']();if(_0x5a55cc['isEqual'](_0x2c5d49)){_0xaa2625?(_0x302953['splice'](_0x28dbc3,0x1),_0x28dbc3--):_0x13f052['removeMarker'](_0x45b879['name']);break;}}}}if(0x0==_0x302953['length'])return null;const _0x2c54db=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3c3574,'join');for(const _0x51925b of this['getSuggestions']()){const _0x44c103=_0x51925b['data'];if(_0x51925b['author']['id']==_0x2b6e66['id']&&('formatBlock'==_0x51925b['type']&&_0x44c103['formatGroupId']==_0x20fc0a['formatGroupId']&&_0x51925b['subType']==_0x3c3574&&sn(_0x51925b,_0x144ad6)&&(_0x2c54db(_0x51925b['getRanges'](),_0x302953)||_0x2c54db(_0x302953,_0x51925b['getRanges']())))){for(const _0xe253d7 of _0x302953)_0x51925b['addRange'](_0xe253d7);return _0x51925b;}}const _0x1c7507=_0x1c2d37(),_0x2cb46e=_0x2b6e66['id'],_0x39ccb5='formatBlock:'+_0x3c3574,_0x5d4fd9=this['_setSuggestionData']({'id':_0x1c7507,'type':_0x39ccb5,'data':_0x20fc0a,'createdAt':new Date(),'authorId':_0x2cb46e,'attributes':_0x144ad6});for(const _0x136719 of _0x302953)this['_addSuggestionMarker'](_0x39ccb5,_0x1c7507,_0x2cb46e,_0x136719,x['getMultiRangeId']());return _0x5d4fd9;}['markDeletion'](_0xbfb82f,_0x54d5f4=null,_0x52f875={}){if(_0xbfb82f['isCollapsed'])return null;const _0x4bd711=this['editor']['plugins']['get']('Users')['me'],_0x5491e7=new _0x3935f7(_0xbfb82f['start'],_0xbfb82f['end']);this['_trackingSessionId']&&(_0x52f875['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0xdf0b02,meta:_0x206abc}of this['_findSuggestions'](_0x5491e7,'insertion'))if(_0x206abc['isOwn']&&!_0x206abc['isNextTo']){if(_0xdf0b02['isMultiRange']){const _0x5a6cd8=_0xdf0b02['getRanges']()['filter'](_0x5b8349=>'$graveyard'!=_0x5b8349['root']['rootName']);_0x5a6cd8['every'](_0x5ab183=>_0x5491e7['containsRange'](_0x5ab183,!0x0))&&_0xdf0b02['discard']();if(_0x5a6cd8['some'](_0x541df7=>_0x541df7['containsRange'](_0x5491e7,!0x0))){const _0xd46a24=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x54d5f4,'accept');return this['forceDefaultExecution'](()=>_0xd46a24([_0x5491e7],null,_0x52f875)),null;}}else{const _0x4bfb57=_0x5491e7['getIntersection'](_0xdf0b02['getFirstRange']());null!==_0x4bfb57&&_0xdf0b02['_onDiscard']([_0x4bfb57],null,_0x52f875);}}if(_0x5491e7['detach'](),_0x5491e7['isCollapsed']||'$graveyard'==_0x5491e7['root']['rootName'])return null;let _0x5bacb0=null,_0x4dab42=_0x5491e7['start'],_0x4c7a7a=_0x5491e7['end'];const _0x5e6d6d=this['_findSuggestions'](_0x5491e7,'deletion');for(const {suggestion:_0x58a0a4,meta:_0xa5ef74}of _0x5e6d6d){const _0xe4202b=this['_model']['createRange'](_0x4dab42,_0x4c7a7a);if(_0xa5ef74['isOwn']&&(this['_mergeNestedSuggestions']||!_0xa5ef74['containsRangeInObject']&&!_0xa5ef74['isInsideObject'])){if(_0x58a0a4['isMultiRange']){if(!sn(_0x58a0a4,_0x52f875))continue;let _0x5735a8=!0x0;for(const _0x5c0e39 of _0x58a0a4['getRanges']()){if(_0x5c0e39['containsRange'](_0xe4202b,!0x0))return _0x58a0a4;_0xe4202b['containsRange'](_0x5c0e39)||(_0x5735a8=!0x1);}_0x5735a8&&_0x58a0a4['discard']();}else{const _0x4bbfc4=_0x58a0a4['getFirstRange']();if(_0x4bbfc4['containsRange'](_0xe4202b,!0x0))return _0x58a0a4;if(!sn(_0x58a0a4,_0x52f875)){_0xe4202b['containsRange'](_0x4bbfc4)?_0x58a0a4['removeMarkers']():_0x4bbfc4['containsPosition'](_0x4dab42)?_0x4dab42=_0x4bbfc4['end']:_0x4bbfc4['containsPosition'](_0x4c7a7a)&&(_0x4c7a7a=_0x4bbfc4['start']);continue;}_0x4dab42=_0x4dab42['isBefore'](_0x4bbfc4['start'])?_0x4dab42:_0x4bbfc4['start'],_0x4c7a7a=_0x4c7a7a['isAfter'](_0x4bbfc4['end'])?_0x4c7a7a:_0x4bbfc4['end'],_0x52f875=Object['assign']({},_0x58a0a4['attributes']),_0x5bacb0?_0x4bbfc4['start']['isBefore'](_0x5bacb0['getFirstRange']()['start'])?(_0x5bacb0['removeMarkers'](),_0x5bacb0=_0x58a0a4):_0x58a0a4['removeMarkers']():_0x5bacb0=_0x58a0a4;}}}if(_0x5bacb0)return this['_setSuggestionRange'](_0x5bacb0,this['_model']['createRange'](_0x4dab42,_0x4c7a7a)),_0x5bacb0;{const _0x12bbe0=_0x1c2d37(),_0x6328c0=this['_model']['createRange'](_0x4dab42,_0x4c7a7a),_0x3202f2=_0x4bd711['id'],_0x5e1ae6=_0x54d5f4?'deletion:'+_0x54d5f4:'deletion',_0x21a812=this['_setSuggestionData']({'id':_0x12bbe0,'type':_0x5e1ae6,'createdAt':new Date(),'authorId':_0x3202f2,'attributes':_0x52f875});return this['_addSuggestionMarker'](_0x5e1ae6,_0x12bbe0,_0x3202f2,_0x6328c0),_0x21a812;}}['markMultiRangeDeletion'](_0x3c852a,_0x125086='multi',_0x5d1dff={}){const _0x6ec82d=this['editor']['plugins']['get']('Users')['me'],_0x3d965a=_0x3c852a['map'](_0x22a014=>new _0x3935f7(_0x22a014['start'],_0x22a014['end'])),_0x41135b=new Set();this['_trackingSessionId']&&(_0x5d1dff['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x59b082,meta:_0x1683a0}of this['_findSuggestions'](_0x3d965a,'insertion'))_0x1683a0['isOwn']&&!_0x1683a0['isNextTo']&&_0x41135b['add'](_0x59b082);for(const _0x4a7c34 of _0x41135b)if(_0x4a7c34['isMultiRange']){const _0x246706=_0x4a7c34['getRanges']();(!_0x4a7c34['attributes']||!_0x4a7c34['attributes']['skipNestingCheck'])&&(_0x246706['every'](_0x30118f=>_0x3d965a['some'](_0x4b2f09=>_0x4b2f09['containsRange'](_0x30118f,!0x0)))&&_0x4a7c34['discard']());if(_0x3d965a['every'](_0x31ef1e=>_0x246706['some'](_0x3e146c=>_0x3e146c['containsRange'](_0x31ef1e,!0x0)))){const _0x2bd10f=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x125086,'accept');return this['forceDefaultExecution'](()=>_0x2bd10f(_0x3c852a,null,_0x5d1dff)),null;}}else{const _0x4b939b=_0x4a7c34['getFirstRange']();_0x3d965a['some'](_0xc5eda4=>_0xc5eda4['containsRange'](_0x4b939b,!0x0))&&_0x4a7c34['discard']();if(_0x3d965a['every'](_0x220997=>_0x4b939b['containsRange'](_0x220997,!0x0))){const _0xf3076c=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x125086,'accept');return this['forceDefaultExecution'](()=>_0xf3076c(_0x3d965a,null,_0x5d1dff)),null;}}const _0x10ff35=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x125086,'join');let _0x1a80ff=null;for(const _0x4a27a7 of this['getSuggestions']())if(_0x4a27a7['author']['id']==_0x6ec82d['id']&&_0x4a27a7['isInContent']&&'deletion'==_0x4a27a7['type']&&_0x4a27a7['subType']==_0x125086&&sn(_0x4a27a7,_0x5d1dff)&&(_0x10ff35(_0x4a27a7['getRanges'](),_0x3d965a)||_0x10ff35(_0x3d965a,_0x4a27a7['getRanges']()))){if(_0x1a80ff){if(_0x4a27a7['commentThread']&&_0x4a27a7['commentThread']['length'])continue;for(const _0x5c691c of _0x4a27a7['getRanges']())_0x1a80ff['isIntersectingWithRange'](_0x5c691c)||_0x1a80ff['addRange'](_0x5c691c);_0x4a27a7['removeMarkers']();}else{_0x1a80ff=_0x4a27a7;for(const _0x113af1 of _0x3d965a)_0x4a27a7['isIntersectingWithRange'](_0x113af1)||_0x4a27a7['addRange'](_0x113af1);}}if(_0x1a80ff)return _0x1a80ff;_0x41135b['clear']();for(const {suggestion:_0x16a348,meta:_0xe0279b}of this['_findSuggestions'](_0x3d965a,'deletion'))_0xe0279b['isOwn']&&(this['_mergeNestedSuggestions']||!_0xe0279b['containsRangeInObject']&&!_0xe0279b['isInsideObject'])&&sn(_0x16a348,_0x5d1dff)&&_0x41135b['add'](_0x16a348);for(const _0x1f61b1 of _0x41135b){const _0x1a29c3=_0x1f61b1['getRanges']();if(!_0x5d1dff||!_0x5d1dff['skipNestingCheck']){if(_0x3d965a['every'](_0x28737b=>_0x1a29c3['some'](_0xbe7d68=>_0xbe7d68['containsRange'](_0x28737b,!0x0))))return _0x1f61b1;}(!_0x1f61b1['attributes']||!_0x1f61b1['attributes']['skipNestingCheck'])&&(_0x1a29c3['every'](_0x2c85d5=>_0x3d965a['some'](_0x235577=>_0x235577['containsRange'](_0x2c85d5,!0x0)))&&_0x1f61b1['discard']());}const _0x298b66=_0x1c2d37(),_0x420615=_0x6ec82d['id'],_0x15a76f='deletion:'+_0x125086,_0x306b48=this['_setSuggestionData']({'id':_0x298b66,'type':_0x15a76f,'createdAt':new Date(),'authorId':_0x420615,'attributes':_0x5d1dff});for(const _0x30bd55 of _0x3d965a)_0x30bd55['detach'](),_0x30bd55['isCollapsed']||'$graveyard'==_0x30bd55['root']['rootName']||this['_addSuggestionMarker'](_0x15a76f,_0x298b66,_0x420615,_0x30bd55,x['getMultiRangeId']());return _0x306b48;}['markAttributeChange'](_0x29c918,_0x1ae93b,_0x449747,_0x59176c,_0x24aae2){if(_0x29c918['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x105523=this['editor']['plugins']['get']('Users')['me']['id'],_0x312614=Array['from'](this['_suggestions']['values']())['filter'](_0x21b7f0=>'attribute'==_0x21b7f0['type']&&_0x21b7f0['data']['key']==_0x1ae93b&&_0x21b7f0['isIntersectingWithRange'](_0x29c918));if(this['_trackingSessionId']&&(_0x24aae2['trackingSessionId']=this['_trackingSessionId']),'default'===this['_trackFormatChanges']){const _0x394ae2=this['_findSuggestions'](_0x29c918,'insertion')['filter'](({meta:_0x507810})=>_0x507810['isOwn']&&!_0x507810['isInsideObject']&&!_0x507810['isNextTo'])['map'](({suggestion:_0x22c800})=>_0x22c800);_0x312614['unshift'](..._0x394ae2);}const _0x3e1eee=new Map([[_0x29c918,_0x449747]]);for(const _0x14ee21 of _0x312614){const _0x114e54='attribute'==_0x14ee21['type']?_0x14ee21['data']['oldValue']:void 0x0,_0x17a195=_0x14ee21['getFirstRange'](),_0x17fa9d=Array['from'](_0x3e1eee['keys']())['find'](_0x5c0712=>_0x5c0712['isIntersecting'](_0x17a195));if(!_0x17fa9d)continue;const _0x55dd4b=_0x17fa9d['getDifference'](_0x17a195);this['_isBlockAttribute'](_0x1ae93b)&&'insertion'==_0x14ee21['type']&&0x0!=_0x55dd4b['length']||(_0x3e1eee['delete'](_0x17fa9d),_0x55dd4b['forEach'](_0x2cb9a7=>{_0x3e1eee['set'](_0x2cb9a7,_0x449747);}),'insertion'!=_0x14ee21['type']&&_0x114e54!=_0x59176c&&_0x3e1eee['set'](_0x17fa9d['getIntersection'](_0x17a195),_0x114e54));}const _0x18ddf3=[];for(const [_0x354312,_0x316e5d]of _0x3e1eee){const _0xa97d71=_0x1c2d37(),_0x5c8fb2={'key':_0x1ae93b,'oldValue':_0x316e5d,'newValue':_0x59176c};_0x1ae93b['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':_0x1ae93b});const _0x4c652e=('attribute:'+(_0x1ae93b+'|'+Ht({'newValue':_0x59176c})))['substring'](0x0,0x3c),_0xad639f=this['_setSuggestionData']({'id':_0xa97d71,'type':_0x4c652e,'data':_0x5c8fb2,'createdAt':new Date(),'authorId':_0x105523,'attributes':_0x24aae2});_0x18ddf3['push'](_0xad639f),this['_addSuggestionMarker'](_0x4c652e,_0xa97d71,_0x105523,_0x354312);}return _0x18ddf3;}['enableDefaultAttributesIntegration'](_0x5a1b4f){this['enableCommand'](_0x5a1b4f,(_0x1ba613,..._0x103f36)=>{this['recordAttributeChanges'](()=>{_0x1ba613(..._0x103f36);});});}['registerBlockAttribute'](_0xe9755a){this['editor']['plugins']['get'](Jt)['registerBlockAttribute'](_0xe9755a);}['registerInlineAttribute'](_0x1fac00){this['editor']['plugins']['get'](Jt)['registerInlineAttribute'](_0x1fac00);}['startTrackingSession'](_0x2b2f97){return this['_trackingSessionId']=void 0x0!==_0x2b2f97?_0x2b2f97:_0x1c2d37(),this['_trackingSessionId'];}['_getAttributeKey'](_0x266cf8){return'attribute'==_0x266cf8['type']?_0x266cf8['subType']['split']('|')[0x0]:null;}['_applyOperationsAsSuggestions'](_0x33c443){if(0x0==_0x33c443['length'])return;const _0x4fc27e=this['editor'],_0x56a090=_0x4fc27e['plugins']['get'](_0x31cfdb),_0x4822f2=[];_0x4fc27e['model']['change'](_0xe83519=>{for(let _0x779b4=0x0;_0x779b4<_0x33c443['length'];_0x779b4++){const _0x3aeb6d=_0x33c443[_0x779b4];if(_0x3aeb6d['baseVersion']=_0x4fc27e['model']['document']['version'],_0x3aeb6d['isDocumentOperation']=!0x0,_0x56a090['isMarkedRemoveOperation'](_0x3aeb6d)){const _0x438de6=Lt(_0x3aeb6d['newRange'],_0x4fc27e['model']);_0x4822f2['unshift'](_0x3935f7['fromRange'](_0x438de6));}else switch(_0x3aeb6d['type']){case'rename':{const _0x2e5010=_0x3aeb6d['oldName'],_0x573c03=_0x3aeb6d['newName'];if(_0x2e5010==_0x573c03)break;_0xe83519['batch']['addOperation'](_0x3aeb6d),_0x4fc27e['model']['applyOperation'](_0x3aeb6d);const _0x345496='$elementName',_0x5d37ab=_0x3aeb6d['position'],_0x568e52=_0x4fc27e['model']['createRange'](_0x5d37ab,_0x4fc27e['model']['createPositionAt'](_0x5d37ab['nodeAfter'],'end'));this['markAttributeChange'](_0x568e52,_0x345496,_0x2e5010,_0x573c03,{'groupId':_0x1c2d37()});break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{const _0x27f0ce=_0x3aeb6d['oldValue'],_0x34c911=_0x3aeb6d['newValue'];if(_0x27f0ce==_0x34c911)break;_0xe83519['batch']['addOperation'](_0x3aeb6d),_0x4fc27e['model']['applyOperation'](_0x3aeb6d);const _0x448bff=_0x3aeb6d['key'];if(!this['_isRegisteredAttribute'](_0x448bff))break;const _0x12c235=Lt(_0x3aeb6d['range'],_0x4fc27e['model']);this['markAttributeChange'](_0x12c235,_0x448bff,_0x27f0ce,_0x34c911,{'groupId':_0x1c2d37()});break;}case'insert':{_0xe83519['batch']['addOperation'](_0x3aeb6d),_0x4fc27e['model']['applyOperation'](_0x3aeb6d);if(_0x33c443[_0x779b4+0x1]&&'move'==_0x33c443[_0x779b4+0x1]['type'])break;const _0x3e776e=_0x3aeb6d['position'],_0x59b2a5=_0x3aeb6d['howMany'],_0x556f1b=Lt(_0x4fc27e['model']['createRange'](_0x3e776e,_0x3e776e['getShiftedBy'](_0x59b2a5)),_0x4fc27e['model']);this['markInsertion'](_0x556f1b);break;}case'split':{_0xe83519['batch']['addOperation'](_0x3aeb6d),_0x4fc27e['model']['applyOperation'](_0x3aeb6d);const _0x34039f=_0x3aeb6d['splitPosition'],_0x1ad540=_0x3aeb6d['moveTargetPosition'];this['markInsertion'](_0x4fc27e['model']['createRange'](_0x34039f,_0x1ad540));break;}case'move':case'remove':_0xe83519['batch']['addOperation'](_0x3aeb6d),_0x4fc27e['model']['applyOperation'](_0x3aeb6d);}}for(const _0x518c65 of _0x4822f2)_0x518c65['detach'](),this['markDeletion'](_0x518c65);});}['_setSuggestionRange'](_0x2e17d8,_0xa8d9f2){const _0x49cbbc=_0x2e17d8['getFirstMarker']();this['_model']['change'](_0x10c773=>{_0x10c773['updateMarker'](_0x49cbbc,{'range':_0xa8d9f2});});}['_addThreadToSuggestion'](_0x4ea818){const _0x30c31f=_0x4ea818['id'],_0x20cc59=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x30c31f)||this['_commentsRepository']['addCommentThread']({'channelId':_0x20cc59,'threadId':_0x30c31f,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x1fafc4=this['_commentsRepository']['getCommentThread'](_0x30c31f);_0x1fafc4['unbind']('isRemovable'),_0x1fafc4['isRemovable']=!0x1,_0x4ea818['commentThread']=_0x1fafc4;}['_checkSuggestionCorrectness'](_0x23fcb5,_0x153c88,_0x3a4249,_0x1dc929){if(_0x23fcb5['type']!=_0x153c88||_0x23fcb5['subType']!=_0x3a4249||_0x23fcb5['creator']['id']!=_0x1dc929)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x516a4a('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x5eec12,_0x1ad0d7){const _0x54e0ff=_0x5eec12['getFirstRange']();if(_0x1ad0d7['isEqual'](_0x54e0ff))_0x5eec12['removeMarkers']();else{if(_0x54e0ff['containsRange'](_0x1ad0d7)){const _0x5b3a52=this['_model']['createPositionAt'](_0x1ad0d7['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x5eec12,this['_model']['createRange'](_0x54e0ff['start'],_0x5b3a52));const _0x25eac6=_0x1c2d37(),_0x3a814c=_0x5eec12['creator']['id'],_0x2afb0a=_0x5eec12['type']+':'+_0x5eec12['subType'];this['_setSuggestionData']({'id':_0x25eac6,'type':_0x2afb0a,'createdAt':new Date(),'authorId':_0x3a814c,'data':_0x5eec12['data'],'attributes':_0x5eec12['attributes']});const _0x1b83ff=this['_model']['createPositionAt'](_0x1ad0d7['end']['parent'],'after'),_0x4d8852=this['_model']['createRange'](_0x1b83ff,_0x54e0ff['end']);this['_addSuggestionMarker'](_0x2afb0a,_0x25eac6,_0x3a814c,_0x4d8852);}else{if(_0x54e0ff['containsPosition'](_0x1ad0d7['start'])){const _0x38004b=this['_model']['createPositionAt'](_0x1ad0d7['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x5eec12,this['_model']['createRange'](_0x54e0ff['start'],_0x38004b));}else{const _0x221c52=this['_model']['createPositionAt'](_0x1ad0d7['end']['parent'],'after');this['_setSuggestionRange'](_0x5eec12,this['_model']['createRange'](_0x221c52,_0x54e0ff['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x172513){for(const {suggestion:_0x3d6032,meta:_0x539985}of this['_findSuggestions'](_0x172513,'insertion')){if(!_0x539985['isOwn'])continue;const _0x3da73f=_0x3d6032['getRanges']();for(const _0x15cd23 of _0x3da73f)if(!_0x172513['getDifference'](_0x15cd23)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x2171f8){return this['editor']['plugins']['get']('Users')['getUser'](_0x2171f8);}['_getExternalAuthor'](_0x54583d){const _0x2807a6=this['editor']['plugins']['get']('Users'),_0x193889=_0x8acf7('external:'+_0x54583d),_0x5a5d9f=_0x2807a6['getUser'](_0x193889);return _0x5a5d9f||_0x2807a6['addUser']({'id':_0x193889,'name':_0x54583d});}['_createSuggestion'](_0x465988,_0xee503e,_0x32d254,_0x113c6a,_0x4cb009,_0x4fd360){const _0x1090bd=this['_getAuthorFromId'](_0x113c6a);if(!_0x1090bd)throw new _0x516a4a('track-changes-user-not-found',this,{'authorId':_0x113c6a,'suggestionId':_0x32d254});const _0x4ad201=this['_suggestionFactory']['buildSuggestion'](_0x465988,_0xee503e,_0x32d254,_0x1090bd,_0x4cb009,_0x4e68d7=>{this['_updateSuggestionData'](_0x32d254,{'attributes':_0x4e68d7});const _0x13149d=this['getSuggestion'](_0x32d254);this['_joinWithAdjacentSuggestions'](new Set([_0x13149d])),this['_refreshSuggestionsChain'](new Set([_0x13149d]));},_0x4fd360);return this['listenTo'](_0x4ad201,'accept',()=>{this['_updateSuggestionData'](_0x32d254,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x4ad201,'discard',()=>{this['_updateSuggestionData'](_0x32d254,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x32d254,_0x4ad201),this['_suggestionState']['set'](_0x4ad201,'notReady'),_0x4ad201;}['_splitMarkerName'](_0x19434c){return Gt(_0x19434c);}['_breakSuggestionMarker'](_0x3ae1a2,_0x305a89,_0x1caf79){const _0x5e3892=_0x3ae1a2['getFirstRange'](),_0x2ca22c=_0x5e3892['start'],_0x3ffc5a=_0x5e3892['end'];this['_setSuggestionRange'](_0x3ae1a2,this['_model']['createRange'](_0x2ca22c,_0x305a89));const _0x2d60c0=_0x1c2d37(),_0x8f7506=_0x3ae1a2['creator']['id'],_0x66d530=_0x3ae1a2['type']+(_0x3ae1a2['subType']?':'+_0x3ae1a2['subType']:'');this['_setSuggestionData']({'id':_0x2d60c0,'type':_0x66d530,'createdAt':new Date(),'authorId':_0x8f7506,'originalSuggestionId':_0x3ae1a2['_originalSuggestionId']||_0x3ae1a2['id'],'attributes':_0x3ae1a2['attributes'],'data':_0x3ae1a2['data']});const _0x5d4d46=this['_getAttributeKey'](_0x3ae1a2);('formatBlock'==_0x3ae1a2['type']||_0x5d4d46&&this['_isBlockAttribute'](_0x5d4d46))&&(_0x1caf79=this['_model']['createPositionBefore'](_0x1caf79['parent'])),this['_addSuggestionMarker'](_0x66d530,_0x2d60c0,_0x8f7506,this['_model']['createRange'](_0x1caf79,_0x3ffc5a));}['_findSuggestions'](_0x596e6c,_0x1b772d=null){const _0x54e6a7=[],_0x1be972=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x596e6c)||(_0x596e6c=[_0x596e6c]);for(const _0x540a91 of this['getSuggestions']()){if(!_0x540a91['isInContent'])continue;if(_0x1b772d&&_0x540a91['type']!=_0x1b772d)continue;let _0x4130b4=!0x1;for(const _0x7650eb of _0x540a91['getRanges']()){for(const _0x47433f of _0x596e6c){const _0x4eca16=_0x47433f['start']['isEqual'](_0x7650eb['end'])||_0x47433f['end']['isEqual'](_0x7650eb['start']);if(_0x4eca16||_0x47433f['getIntersection'](_0x7650eb)){const _0x4f8177=_0x47433f['containsRange'](_0x7650eb)&&zt(this['_model']['schema'],_0x7650eb['start'],_0x47433f),_0x57e3c2=_0x7650eb['containsRange'](_0x47433f)&&zt(this['_model']['schema'],_0x47433f['start'],_0x7650eb);_0x54e6a7['push']({'suggestion':_0x540a91,'meta':{'isOwn':_0x1be972==_0x540a91['author'],'isNextTo':_0x4eca16,'isInsideObject':_0x4f8177,'containsRangeInObject':_0x57e3c2}}),_0x4130b4=!0x0;break;}}if(_0x4130b4)break;}}return _0x54e6a7;}['_addSuggestionMarker'](_0x3bc556,_0x289e4f,_0x1db0eb,_0x23250e,_0x19f4a5){this['_model']['change'](_0x465b50=>{let _0x399cc6='suggestion:'+_0x3bc556+':'+_0x289e4f+':'+_0x1db0eb;_0x19f4a5&&(_0x399cc6=_0x399cc6+':'+_0x19f4a5),_0x465b50['addMarker'](_0x399cc6,{'range':_0x23250e,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x35623d){const _0x456857=_0x35623d['previous'],_0x39c7bf=_0x35623d['next'];_0x35623d['previous']=null,_0x35623d['next']=null,null!=_0x456857&&_0x456857['next']==_0x35623d&&(_0x456857['next']=_0x39c7bf),null!=_0x39c7bf&&_0x39c7bf['previous']==_0x35623d&&(_0x39c7bf['previous']=_0x456857),'ready'==this['_suggestionState']['get'](_0x35623d)&&(this['_suggestionState']['set'](_0x35623d,'removed'),this['fire']('suggestionUnloaded',_0x35623d,_0x456857,_0x39c7bf));}['_setSuggestionData'](_0x1352ec){const _0x1490ca=_0x1352ec['id'],_0x29e944=this['addSuggestionData'](_0x1352ec);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x47cc83=this['editor']['plugins']['get']('PendingActions'),_0x21d383=_0x29e944['hasComments'],_0x7289e6=_0x29e944['subType']?_0x29e944['type']+':'+_0x29e944['subType']:_0x29e944['type'],_0x2192e9=this['editor']['locale'],_0x5102cf=_0x47cc83['add'](o(_0x2192e9,'PENDING_ACTION_SUGGESTION')),_0x30b834={'id':_0x1490ca,'type':_0x7289e6,'hasComments':_0x21d383,'data':_0x1352ec['data']||null,'originalSuggestionId':_0x1352ec['originalSuggestionId']||null,'attributes':_0x29e944['attributes']};this['_adapter']['addSuggestion'](_0x30b834)['then'](_0x47153f=>{_0x29e944['_saved']=!0x0,_0x47cc83['remove'](_0x5102cf),_0x47153f&&_0x47153f['createdAt']&&(this['_suggestions']['get'](_0x1490ca)['createdAt']=_0x47153f['createdAt']);})['catch'](_0x12450c=>{throw _0x2d6b3c('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x29e944['discard']();}),_0x29e944['stopListening'](),this['_suggestions']['delete'](_0x29e944['id']),this['_suggestionState']['delete'](_0x29e944),_0x12450c;});}return _0x29e944;}['_isBlockAttribute'](_0x3d2d67){return this['editor']['plugins']['get'](Jt)['isBlockAttribute'](_0x3d2d67);}['_isInlineAttribute'](_0x420a7f){return this['editor']['plugins']['get'](Jt)['isInlineAttribute'](_0x420a7f);}['_updateSuggestionData'](_0x54081a,_0x412150){const _0x80c227=this['editor']['plugins']['get']('PendingActions'),_0x501ac1=this['getSuggestion'](_0x54081a);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x501ac1['_saved']){const _0x51c01f=_0x80c227['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x54081a,_0x412150)['then'](()=>{_0x80c227['remove'](_0x51c01f);});}else _0x501ac1['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x54081a,_0x412150);});}}['_getSuggestionData'](_0x2962fd){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x516a4a('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x2962fd);}['_handleNewSuggestionMarker'](_0x29e314){const {id:_0x14e2f3,type:_0x793f1e,subType:_0x32a1ce,authorId:_0x2332ef}=this['_splitMarkerName'](_0x29e314),_0x56e839=this['_suggestions']['get'](_0x14e2f3)||this['_createSuggestion'](_0x793f1e,_0x32a1ce,_0x14e2f3,_0x2332ef,{});switch(this['_checkSuggestionCorrectness'](_0x56e839,_0x793f1e,_0x32a1ce,_0x2332ef),this['_suggestionState']['get'](_0x56e839)){case'notReady':this['_getSuggestionData'](_0x14e2f3)['then'](_0x13eedc=>{let _0xf17fcf=Promise['resolve']();_0x13eedc['hasComments']&&(_0xf17fcf=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x14e2f3})),_0xf17fcf['then'](()=>{this['addSuggestionData'](_0x13eedc)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x56e839,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x14e2f3,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x56e839,'ready'),this['fire']('suggestionLoaded',_0x56e839);break;case'ready':this['fire']('suggestionChanged',_0x56e839);}return _0x56e839['addMarkerName'](_0x29e314),_0x56e839;}['_refreshSuggestionsChain'](_0x21ae62){const _0x103098=Array['from'](_0x21ae62),_0x41c050=_0x103098['filter'](_0x561cdf=>'attribute'==_0x561cdf['type']);this['_refreshAttributeSuggestionsChain'](_0x41c050);const _0x3f5c41=_0x103098['filter'](_0x260542=>!_0x260542['isMultiRange']&&'attribute'!=_0x260542['type']),_0x1e9ce8=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xe0b1e1=>!_0xe0b1e1['isMultiRange']&&'attribute'!=_0xe0b1e1['type']),_0x235cda=_0x1e9ce8['filter'](_0x25fc46=>!_0x21ae62['has'](_0x25fc46)),_0x42a315=new Map(_0x1e9ce8['map'](_0x21dfb8=>[_0x21dfb8,this['_suggestionFactory']['getSuggestionCallback'](_0x21dfb8['type'],_0x21dfb8['subType'],'chain')])),_0x2b6491=new Map(_0x1e9ce8['map'](_0x540d86=>[_0x540d86,_0x540d86['getFirstRange']()])),_0x3f3585=new Set(),_0x5ef88c=new Set();for(let _0x2ed150=0x0;_0x2ed150<_0x3f5c41['length'];_0x2ed150++)_0x3e0916(_0x3f5c41[_0x2ed150],_0x3f5c41,_0x2ed150+0x1);for(let _0x9551cc=0x0;_0x9551cc<_0x3f5c41['length'];_0x9551cc++)_0x3e0916(_0x3f5c41[_0x9551cc],_0x235cda,0x0);const _0x2d64f9=new Set();for(let _0x4e6ea6=0x0;_0x4e6ea6<_0x3f5c41['length'];_0x4e6ea6++){const _0x476dd0=_0x3f5c41[_0x4e6ea6];!_0x5ef88c['has'](_0x476dd0)&&_0x476dd0['previous']&&(_0x2d64f9['add'](_0x476dd0['previous']),_0x476dd0['previous']['next']===_0x476dd0&&(_0x476dd0['previous']['next']=null),_0x476dd0['previous']=null),!_0x3f3585['has'](_0x476dd0)&&_0x476dd0['next']&&(_0x2d64f9['add'](_0x476dd0['next']),_0x476dd0['next']['previous']===_0x476dd0&&(_0x476dd0['next']['previous']=null),_0x476dd0['next']=null);}function _0x3e0916(_0x5adf09,_0x5f2922,_0x478eb5){for(let _0x147891=_0x478eb5;_0x147891<_0x5f2922['length'];_0x147891++){const _0x2ef4ef=_0x5e509e(_0x5adf09,_0x5f2922[_0x147891]);_0x2ef4ef&&(_0x2ef4ef[0x0]['next']=_0x2ef4ef[0x1],_0x2ef4ef[0x1]['previous']=_0x2ef4ef[0x0],_0x3f3585['add'](_0x2ef4ef[0x0]),_0x5ef88c['add'](_0x2ef4ef[0x1]));}}function _0x5e509e(_0xd434f3,_0x21ac88){if(_0xd434f3['author']['id']!==_0x21ac88['author']['id'])return null;const _0x31fdb3=_0x42a315['get'](_0xd434f3)(_0xd434f3,_0x21ac88,_0x2b6491['get'](_0xd434f3),_0x2b6491['get'](_0x21ac88));if(!_0x31fdb3)return null;return _0x42a315['get'](_0x21ac88)(_0xd434f3,_0x21ac88,_0x2b6491['get'](_0xd434f3),_0x2b6491['get'](_0x21ac88))?_0x31fdb3[0x1]['commentThread']&&_0x31fdb3[0x1]['commentThread']['length']?null:_0x31fdb3:null;}_0x2d64f9['size']&&this['_refreshSuggestionsChain'](_0x2d64f9);}['_refreshAttributeSuggestionsChain'](_0x31d8d1){if(0x0==_0x31d8d1['length'])return;const _0x398229=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3ec425=>'attribute'==_0x3ec425['type']&&_0x3ec425['_isDataLoaded']),_0x586185=[],_0x184fd2=new Map();for(const _0x5c88d2 of _0x398229){const _0x550d0a=_0x8acf7(_0x5c88d2['attributes']);_0x184fd2['has'](_0x550d0a)||(_0x184fd2['set'](_0x550d0a,_0x586185['length']),_0x586185['push']([]));const _0x3c3563=_0x184fd2['get'](_0x550d0a);_0x586185[_0x3c3563]['push'](_0x5c88d2);}!(function(){_0x586185['sort']((_0xd28022,_0x2fa11b)=>{const _0x27ad5f=_0xd28022[0x0]['createdAt'],_0x1de6fd=_0x2fa11b[0x0]['createdAt'];return _0x27ad5f==_0x1de6fd?_0xd28022[0x0]['attributes']['groupId']<_0x2fa11b[0x0]['attributes']['groupId']?-0x1:0x1:_0x27ad5f<_0x1de6fd?-0x1:0x1;});for(const _0x2c7207 of _0x586185)_0x2c7207['sort']((_0x5e11a4,_0x570c37)=>_0x5e11a4['id']<_0x570c37['id']?-0x1:0x1);}());for(let _0x57e719=0x0;_0x57e719<_0x586185['length'];_0x57e719++){if(0x0==_0x586185[_0x57e719]['length'])continue;const _0x3fe0f5=[];for(let _0xd3e5f0=_0x57e719+0x1;_0xd3e5f0<_0x586185['length'];_0xd3e5f0++)0x0!=_0x586185[_0xd3e5f0]['length']&&_0x8244f4(_0x586185[_0x57e719],_0x586185[_0xd3e5f0])&&_0x3fe0f5['push'](_0xd3e5f0);for(const _0x1eee57 of _0x3fe0f5)_0x586185[_0x57e719]=_0x586185[_0x57e719]['concat'](_0x586185[_0x1eee57]),_0x586185[_0x1eee57]=[];}for(const _0x1b60c5 of _0x586185)for(let _0x53cf3a=0x0;_0x53cf3a<_0x1b60c5['length'];_0x53cf3a++){const _0x3a243a=_0x1b60c5[_0x53cf3a+0x1]||null;_0x1b60c5[_0x53cf3a]['next']!==_0x3a243a&&(_0x1b60c5[_0x53cf3a]['next']=_0x3a243a);}for(const _0x36e122 of _0x586185)for(let _0x2b4a50=0x0;_0x2b4a50<_0x36e122['length'];_0x2b4a50++){const _0x47a4c0=_0x36e122[_0x2b4a50-0x1]||null;_0x36e122[_0x2b4a50]['previous']!==_0x47a4c0&&(_0x36e122[_0x2b4a50]['previous']=_0x47a4c0);}function _0x8244f4(_0x59abe9,_0x29fecc){if(_0x59abe9[0x0]['attributes']['groupId']!==_0x29fecc[0x0]['attributes']['groupId']&&_0x59abe9[0x0]['author']!==_0x29fecc[0x0]['author'])return!0x1;if(!function(_0x4aaa56,_0x37d357){if(!_0x4aaa56['hasComments']&&!_0x37d357['hasComments'])return!0x0;if(_0x4aaa56['hasComments']&&_0x37d357['hasComments'])return!0x1;if(_0x4aaa56['hasComments']&&_0x37d357['createdAt']<_0x4aaa56['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x37d357['hasComments']&&_0x4aaa56['createdAt']<_0x37d357['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x59abe9[0x0],_0x29fecc[0x0]))return!0x1;const _0x5bbdb4=Pt(_0x59abe9[0x0]['attributes'],['groupId','trackingSessionId']),_0x1abca3=Pt(_0x29fecc[0x0]['attributes'],['groupId','trackingSessionId']);if(!_0x392435(_0x5bbdb4,_0x1abca3))return!0x1;if(_0x59abe9[0x0]['attributes']['groupId']==_0x29fecc[0x0]['attributes']['groupId'])return!0x0;if(_0x59abe9[0x0]['attributes']['trackingSessionId']!==_0x29fecc[0x0]['attributes']['trackingSessionId'])return!0x1;return!!_0x59abe9['every'](_0x3b19e1=>_0x29fecc['some'](_0x417dce=>_0x3b19e1['getFirstRange']()['isEqual'](_0x417dce['getFirstRange']())))&&_0x29fecc['every'](_0x451f07=>_0x59abe9['some'](_0x4fd510=>_0x451f07['getFirstRange']()['isEqual'](_0x4fd510['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x4cb684){const _0x558629=Array['from'](_0x4cb684),_0x1b7086=this['getSuggestions']({'skipNotAttached':!0x0}),_0x548af5=_0x1b7086['filter'](_0x2396fb=>!_0x4cb684['has'](_0x2396fb)),_0x6d7898=new Map(_0x558629['map'](_0x526084=>[_0x526084,this['_suggestionFactory']['getSuggestionCallback'](_0x526084['type'],_0x526084['subType'],'join')])),_0x3d42bb=new Map(_0x1b7086['map'](_0xfcbf81=>[_0xfcbf81,_0xfcbf81['getRanges']()]));for(let _0x21d107=0x0;_0x21d107<_0x558629['length'];_0x21d107++){if(_0x5471e0(this,_0x558629[_0x21d107],_0x558629,_0x21d107+0x1))return!0x0;}for(let _0x482b32=0x0;_0x482b32<_0x558629['length'];_0x482b32++){if(_0x5471e0(this,_0x558629[_0x482b32],_0x548af5,0x0))return!0x0;}return!0x1;function _0x5471e0(_0x3615d3,_0x5519aa,_0x3c74b8,_0x5b53e5){for(let _0x41428d=_0x5b53e5;_0x41428d<_0x3c74b8['length'];_0x41428d++){const _0x41da70=_0x3c74b8[_0x41428d];if(_0x41da70['type']!==_0x5519aa['type']||_0x41da70['author']['id']!==_0x5519aa['author']['id']||_0x41da70['subType']!==_0x5519aa['subType'])continue;if(!en(_0x5519aa,_0x41da70))continue;if('attribute'==_0x5519aa['type']&&_0x5519aa['data']['oldValue']!=_0x41da70['data']['oldValue'])continue;if('attribute'==_0x5519aa['type']&&_0x3615d3['_isBlockAttribute'](_0x5519aa['data']['key']))continue;if('formatBlock'==_0x5519aa['type']){const _0x4d7568=_0x3615d3['editor']['model'],_0x173334=_0x5519aa['getContainedElement']();if(_0x173334&&(_0x4d7568['schema']['isObject'](_0x173334)||_0x4d7568['schema']['isLimit'](_0x173334)))continue;}const _0x12b4a0=_0x6d7898['get'](_0x5519aa),_0x5d0cf7=_0x3d42bb['get'](_0x5519aa),_0x4562b5=_0x3d42bb['get'](_0x41da70),_0x3e6c79=_0x5519aa['commentThread']&&_0x5519aa['commentThread']['length'],_0x4da086=_0x41da70['commentThread']&&_0x41da70['commentThread']['length'];if(!_0x3e6c79&&_0x12b4a0(_0x4562b5,_0x5d0cf7))return _0x3615d3['_joinSuggestions'](_0x41da70,_0x5519aa),_0x3d42bb['delete'](_0x5519aa),!0x0;if(!_0x4da086&&_0x12b4a0(_0x5d0cf7,_0x4562b5))return _0x3615d3['_joinSuggestions'](_0x5519aa,_0x41da70),_0x3d42bb['delete'](_0x41da70),!0x0;}return!0x1;}}['_joinSuggestions'](_0x3639aa,_0x3a5eae){if(_0x3639aa['isMultiRange']){for(const _0x2c7b0f of _0x3a5eae['getRanges']())_0x3639aa['addRange'](_0x2c7b0f);}else{const _0x39c97b=_0x3a5eae['getFirstRange']()['end'];this['_setSuggestionRange'](_0x3639aa,this['_model']['createRange'](_0x3639aa['getFirstRange']()['start'],_0x39c97b));}_0x3a5eae['removeMarkers']();}['_getMarkerAnnouncementText'](_0x4a2849,_0x57ed3e,_0x39fb61){const _0x240ae9=_0x4a2849['startsWith']('format')||_0x4a2849['startsWith']('attribute')?'FORMATTING':_0x4a2849['toUpperCase']();return o(this['editor']['locale'],_0x57ed3e+'_'+_0x240ae9+'_SUGGESTION_ANNOUNCEMENT',_0x39fb61);}['_initAriaMarkerChangeAnnouncements'](){const _0x4c3544=this['editor'];if(!_0x4c3544['ui'])return;const {ariaLiveAnnouncer:_0x52ea5f}=_0x4c3544['ui'];_0x1d628a(this['_model'],({left:_0x1ab8c6,entered:_0x37b610})=>{for(const _0x2dda06 of _0x1ab8c6){const {group:_0xbabd3,type:_0xfff37c}=this['_splitMarkerName'](_0x2dda06['name']);if('suggestion'===_0xbabd3){_0x52ea5f['announce'](this['_getMarkerAnnouncementText'](_0xfff37c,'LEAVE'));break;}}for(const _0x2839f4 of _0x37b610){const {group:_0x283857,type:_0x2b729d}=this['_splitMarkerName'](_0x2839f4['name']);if('suggestion'===_0x283857){_0x52ea5f['announce'](this['_getMarkerAnnouncementText'](_0x2b729d,'ENTER',_0xcb5a82(_0x389cfb)));break;}}});}['_processAttributeChanges'](_0x1894b5){if(this['_recordAttributeSuggestions'])return!0x1;const _0x467f4a=this['editor'],_0x46744e=_0x467f4a['model']['document']['differ']['getChanges']();if(0x0==_0x46744e['length'])return!0x1;const _0x3f94c6=[],_0x4e45bf=_0x46744e['filter'](_0x2caf99=>'attribute'==_0x2caf99['type']),_0x284092=_0x46744e['filter'](_0x319c35=>'insert'==_0x319c35['type']&&'$text'!=_0x319c35['name']),_0x2098fb=_0x46744e['filter'](_0x20909b=>'remove'==_0x20909b['type']&&'$text'!=_0x20909b['name']);for(const _0x209483 of _0x4e45bf)_0x3f94c6['push']({'key':_0x209483['attributeKey'],'newValue':_0x209483['attributeNewValue'],'oldValue':_0x209483['attributeOldValue'],'range':Zt(_0x209483['range'],_0x467f4a['model'])});for(const _0x3b3189 of _0x284092){const _0xb733a4=_0x2098fb['find'](_0x2c781b=>_0x2c781b['position']['isEqual'](_0x3b3189['position']));_0xb733a4&&_0x3f94c6['push']({'key':m,'newValue':_0x3b3189['name'],'oldValue':_0xb733a4['name'],'range':_0x467f4a['model']['createRangeOn'](_0x3b3189['position']['nodeAfter'])});}return 0x0!=_0x3f94c6['length']&&this['_reduceExistingSuggestions'](_0x1894b5,_0x3f94c6);}['_processAttributeSuggestions'](_0x21fe68){let _0x246ab1=!0x1;const _0x353014=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0xa9a5fc=>_0xa9a5fc['data']['newRange']&&_0xa9a5fc['name']['startsWith']('suggestion:attribute:'));for(const _0xc67826 of _0x353014){const {subType:_0x5d4751,id:_0x175a20}=this['_splitMarkerName'](_0xc67826['name']),_0x3b8c8b=_0x5d4751['split']('|')[0x0];for(const _0xcbee6 of this['getSuggestions']({'skipNotAttached':!0x0}))_0xcbee6['id']!=_0x175a20&&'attribute'==_0xcbee6['type']&&_0xcbee6['data']&&_0xcbee6['data']['key']==_0x3b8c8b&&_0xcbee6['getFirstRange']()['isIntersecting'](_0xc67826['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0xcbee6,_0xc67826['data']['newRange'],_0x21fe68),_0x246ab1=!0x0);}return _0x246ab1;}['recordAttributeChanges'](_0x31031b){this['_recordAttributeSuggestions']=!0x0,_0x31031b();}['_isRegisteredAttribute'](_0x4183e3){return this['editor']['plugins']['get'](Jt)['isRegisteredAttribute'](_0x4183e3);}['_reduceExistingSuggestions'](_0xc90352,_0x35350c){if(0x0==_0x35350c['length'])return!0x1;let _0x452c72=!0x1;for(const _0x377ca5 of _0x35350c){const _0x4cdb99=this['_findSuggestions'](_0x377ca5['range'],'attribute')['filter'](_0x2c099d=>!_0x2c099d['meta']['isNextTo'])['map'](_0x3885bb=>_0x3885bb['suggestion']),_0x55efb7=_0x8acf7({'newValue':_0x377ca5['newValue']});_0x4cdb99['filter'](_0x378f63=>{const [_0x1f10c5,_0x19903f]=_0x378f63['subType']['split']('|');return _0x1f10c5==_0x377ca5['key']&&_0x19903f!=_0x55efb7;})['forEach'](_0x2f9ba0=>{this['_reduceSuggestionAttributeRange'](_0x2f9ba0,_0x377ca5['range'],_0xc90352),_0x452c72=!0x0;});}return _0x452c72;}['_reduceSuggestionAttributeRange'](_0x2a346c,_0x2ad1a5,_0x71797c){const _0x4fda8b=_0x2a346c['getFirstRange']()['getDifference'](_0x2ad1a5);0x0!==_0x4fda8b['length']?0x1!==_0x4fda8b['length']?this['_breakSuggestionMarker'](_0x2a346c,_0x2ad1a5['start'],_0x2ad1a5['end']):this['_setSuggestionRange'](_0x2a346c,_0x4fda8b[0x0]):_0x71797c['removeMarker'](_0x2a346c['getFirstMarker']());}}class qt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x4b28be){this['_editor']=_0x4b28be,this['_model']=_0x4b28be['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x377966,_0x48527d,_0x58a0bf,_0x4a174c,_0x5336a4,_0x10ab77,_0x176009){return new x(this['_model'],{'type':_0x377966,'subType':_0x48527d,'id':_0x58a0bf,'originalSuggestionId':_0x176009,'author':_0x4a174c,'creator':_0x4a174c,'attributes':_0x5336a4,'onAttributesChange':_0x10ab77,'onAccept':(..._0x25f2f0)=>this['getSuggestionCallback'](_0x377966,_0x48527d,'accept')(..._0x25f2f0),'onDiscard':(..._0x251482)=>this['getSuggestionCallback'](_0x377966,_0x48527d,'discard')(..._0x251482)});}['registerCustomCallback'](_0x2ccd0c,_0x5b95d4,_0x178bce,_0x46d70c){const _0x3dd5f5=_0x2ccd0c+':'+_0x5b95d4+':'+_0x178bce;this['_customCallbacks']['set'](_0x3dd5f5,_0x46d70c);}['getSuggestionCallback'](_0x120428,_0x35c1ad,_0x2c382b){const _0x4fbbb3=_0x120428+':'+_0x35c1ad+':'+_0x2c382b;return this['_customCallbacks']['get'](_0x4fbbb3)||this['_defaultCallbacks']['get'](_0x120428+':'+_0x2c382b);}['_registerDefaultCallbacks'](){const _0x43acb9=()=>!0x1,_0x1f6764=_0x164b92=>{_0x164b92['sort']((_0x3989c4,_0xd1c185)=>_0x3989c4['start']['isBefore'](_0xd1c185['start'])?0x1:-0x1),this['_model']['change'](_0x494e12=>{for(const _0x43f6d2 of _0x164b92){let _0x395820;_0x395820=_0x43f6d2['end']['isAtEnd']&&_0x43f6d2['end']['parent']==_0x43f6d2['start']['nodeAfter']?_0x494e12['createSelection'](_0x43f6d2['start']['nodeAfter'],'on'):_0x494e12['createSelection'](_0x43f6d2),this['_model']['deleteContent'](_0x395820,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0,'doNotFixSelection':!0x0});}});},_0x154433=(_0x3f9a43,_0x2662a3)=>{_0x2662a3&&this['_model']['change'](_0x3dac9c=>{const {commandName:_0x552d7f,commandParams:_0x2035fe=[]}=_0x2662a3,_0x2187fe=_0x3f9a43['map'](_0x552275=>(Kt(_0x552275)&&(_0x552275=this['_model']['createRange'](_0x552275['end'])),_0x552275))['filter'](_0x6464f9=>'$graveyard'!==_0x6464f9['root']['rootName']);if(_0x2187fe['length']<0x1)return;const _0xddd0d3=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x5a85ab=>_0x3935f7['fromRange'](_0x5a85ab));_0x3dac9c['setSelection'](_0x2187fe);for(const _0x1bd46c of this['_editor']['commands']['commands']())_0x1bd46c['refresh']();_0x2035fe['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x552d7f,..._0x2035fe);const _0xd49725=_0xddd0d3['filter'](_0x2ff95a=>'$graveyard'!=_0x2ff95a['root']['rootName']);_0xd49725['length']>0x0&&_0x3dac9c['setSelection'](_0xd49725);for(const _0x26d3b7 of _0xddd0d3)_0x26d3b7['detach']();});},_0x5767ec=(_0x4762aa,_0x4e65da)=>0x1==_0x4762aa['length']&&0x1==_0x4e65da['length']&&_0x4762aa[0x0]['end']['isEqual'](_0x4e65da[0x0]['start']),_0x59e41b=(_0x21e64e,_0x41e9d6,_0x365ced,_0x227561)=>nn(_0x21e64e,_0x41e9d6,_0x365ced,_0x227561)?[_0x21e64e,_0x41e9d6]:nn(_0x41e9d6,_0x21e64e,_0x227561,_0x365ced)?[_0x41e9d6,_0x21e64e]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x43acb9),this['_defaultCallbacks']['set']('insertion:discard',_0x1f6764),this['_defaultCallbacks']['set']('insertion:join',_0x5767ec),this['_defaultCallbacks']['set']('insertion:chain',_0x59e41b),this['_defaultCallbacks']['set']('deletion:accept',_0x1f6764),this['_defaultCallbacks']['set']('deletion:discard',_0x43acb9),this['_defaultCallbacks']['set']('deletion:join',_0x5767ec),this['_defaultCallbacks']['set']('deletion:chain',_0x59e41b),this['_defaultCallbacks']['set']('formatInline:accept',_0x154433),this['_defaultCallbacks']['set']('formatInline:discard',_0x43acb9),this['_defaultCallbacks']['set']('formatInline:join',_0x5767ec),this['_defaultCallbacks']['set']('formatInline:chain',_0x43acb9),this['_defaultCallbacks']['set']('formatBlock:accept',_0x154433),this['_defaultCallbacks']['set']('formatBlock:discard',_0x43acb9),this['_defaultCallbacks']['set']('formatBlock:join',_0x5767ec),this['_defaultCallbacks']['set']('formatBlock:chain',_0x43acb9),this['_defaultCallbacks']['set']('attribute:accept',_0x43acb9),this['_defaultCallbacks']['set']('attribute:discard',(_0x137f11,_0x4ddf68)=>{if(!_0x4ddf68)return;const _0x217517=this['_editor']['plugins']['get'](d);this['_model']['change'](_0x55be85=>{if(_0x4ddf68['key']==m)for(const _0x413650 of _0x137f11){const _0x389586=_0x413650['start']['nodeAfter'],_0x5ac44a=_0x4ddf68['oldValue'];_0x55be85['rename'](_0x389586,_0x5ac44a);}else{if(_0x217517['_isBlockAttribute'](_0x4ddf68['key'])){for(const _0x3643a3 of _0x137f11)void 0x0!==_0x4ddf68['oldValue']?_0x55be85['setAttribute'](_0x4ddf68['key'],_0x4ddf68['oldValue'],_0x3643a3['start']['nodeAfter']):_0x55be85['removeAttribute'](_0x4ddf68['key'],_0x3643a3['start']['nodeAfter']);}else{for(const _0x39eed2 of _0x137f11)_0x4ddf68['oldValue']?_0x55be85['setAttribute'](_0x4ddf68['key'],_0x4ddf68['oldValue'],_0x39eed2):_0x55be85['removeAttribute'](_0x4ddf68['key'],_0x39eed2);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x5767ec);}}function zt(_0x4acd77,_0x2b906f,_0x550e8b){for(const _0x1e7007 of _0x2b906f['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x1e7007['root']==_0x1e7007)return!0x1;if(!_0x550e8b['containsItem'](_0x1e7007))return!0x1;if(_0x4acd77['isObject'](_0x1e7007)||_0x4acd77['isLimit'](_0x1e7007))return!0x0;}return!0x1;}function Kt(_0x14242f){return _0x14242f['end']['parent']==_0x14242f['start']['nodeAfter']&&_0x14242f['end']['isAtStart'];}function Wt(_0x1d9a13,_0x20db72,_0x4c7484,_0x259e8c){const _0x22f229=_0x260165=>!_0x260165['item']['is']('$textProxy')&&!_0x259e8c['isObject'](_0x260165['item']),_0x24bdca=_0x1d9a13['start']['getLastMatchingPosition'](_0x22f229),_0x18c545=_0x1d9a13['end']['getLastMatchingPosition'](_0x22f229,{'direction':'backward'});return(!_0x1d9a13['start']['isEqual'](_0x24bdca)||!_0x1d9a13['end']['isEqual'](_0x18c545))&&(_0x24bdca['isBefore'](_0x18c545)?_0x4c7484['updateMarker'](_0x20db72,{'range':_0x4c7484['createRange'](_0x24bdca,_0x18c545)}):_0x4c7484['removeMarker'](_0x20db72),!0x0);}function Ht(_0x146053){return _0x8acf7(_0x146053);}function Qt(_0x1662a0){const _0x5066aa=_0x1662a0['start']['nodeAfter'];return _0x5066aa&&_0x5066aa['is']('element');}function Xt(_0x754277){return Kt(_0x754277)||function(_0x48b5f7){return _0x48b5f7['start']['parent']==_0x48b5f7['end']['nodeBefore']&&_0x48b5f7['start']['isAtEnd'];}(_0x754277);}function Yt(_0x515f80,_0x3195d8){try{const _0x203f63=_0x515f80['getRange']();for(const _0x21876c of _0x3195d8)if(_0x515f80!==_0x21876c&&_0x203f63&&_0x203f63['isIntersecting'](_0x21876c['getRange']()))return!0x0;return!0x1;}catch{return!0x1;}}function Zt(_0x41b09c,_0x48d6a5){return null==_0x41b09c['end']['nodeBefore']&&_0x41b09c['end']['parent']==_0x41b09c['start']['nodeAfter']?tn(_0x41b09c['start']['nodeAfter'],_0x48d6a5):_0x41b09c;}function tn(_0x3a0388,_0x350753){const _0x57bfe9=_0x350753['schema']['isObject'](_0x3a0388)||_0x350753['schema']['isSelectable'](_0x3a0388);return _0x350753['createRange'](_0x350753['createPositionAt'](_0x3a0388,'before'),_0x57bfe9?_0x350753['createPositionAfter'](_0x3a0388):_0x350753['createPositionAt'](_0x3a0388,'end'));}function nn(_0x474d74,_0x475b91,_0x1d2aea,_0xe77053){return!!en(_0x474d74,_0x475b91)&&_0x1d2aea['end']['isEqual'](_0xe77053['start']);}function en(_0x1747e5,_0xec6efe){if(!_0x1747e5['_isDataLoaded']||!_0xec6efe['_isDataLoaded'])return!0x1;const _0xa55460=new Set(Object['keys'](_0x1747e5['attributes'])),_0x2b981d=new Set(Object['keys'](_0xec6efe['attributes']));if(_0xa55460['delete']('groupId'),_0x2b981d['delete']('groupId'),0x0==_0xa55460['size']&&0x0==_0x2b981d['size'])return!0x0;if(_0xa55460['size']!=_0x2b981d['size'])return!0x1;const _0x498cfb={..._0x1747e5['attributes']},_0x4100a1={..._0xec6efe['attributes']};return delete _0x498cfb['groupId'],delete _0x4100a1['groupId'],JSON['stringify'](_0x498cfb)==JSON['stringify'](_0x4100a1);}function sn(_0x43f56d,_0x3c6904){const _0x4e06cf=on(_0x43f56d['attributes']),_0x5618d7=on(_0x3c6904);if(!_0x43f56d['_isDataLoaded'])return!0x1;for(const _0x1dfd9b of Object['keys'](_0x5618d7))if(!_0x392435(_0x4e06cf[_0x1dfd9b],_0x5618d7[_0x1dfd9b]))return!0x1;return!0x0;}function on(_0x374f3a){const _0x75724b=Object['assign']({},_0x374f3a);return delete _0x75724b['skipNestingCheck'],delete _0x75724b['tablePasteChainId'],_0x75724b;}class pe extends/* #__PURE__ -- @preserve */
|
|
26
|
-
_0x410f81(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x47f02b,_0x365d6b,_0x58a332,_0xbd5708){super(),this['model']=_0x365d6b,this['view']=_0x58a332,this['commentThreadController']=_0xbd5708,this['_editor']=_0x47f02b,this['_acceptCommand']=_0x47f02b['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x47f02b['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x402f00,_0x181d2e)=>_0x402f00||_0x181d2e),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x52761d=>_0x52761d&&this['_editor']['model']['canEditAt'](_0x365d6b['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x533b9d=>_0x533b9d&&this['_editor']['model']['canEditAt'](_0x365d6b['getRanges']())),this['_pendingAction']=null,_0x58a332['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x58a332,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x58a332,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x58a332,'change:isDirty',()=>{_0x58a332['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 _0x3f1e01=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x3f1e01);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class ii extends _0x5ec9cc{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x2cd0d0,_0x38f9ff,_0x38b033,_0x220ad0){super(_0x2cd0d0),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x34b8e3(_0x2cd0d0,o(_0x2cd0d0,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x38f9ff['authoredAt']),this['bind']('authoredAt')['to'](_0x38f9ff),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',_0x38f9ff,'authoredAt',this,'descriptionParts',(_0x9cd84,_0x597a2e,_0x39615c)=>{const _0x32afb7=_0x39615c['map'](_0x27a083=>ls(_0x27a083['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x9cd84-0x1,_0x38f9ff['author']['name'],_0x597a2e?_0x220ad0['formatDateTime'](_0x597a2e):'',new DOMParser()['parseFromString'](_0x32afb7,'text/html')['body']['textContent']]);}),this['focusables']=new _0x1b0677(),this['focusTracker']=new _0x4caf73(),this['keystrokes']=new _0xd59a71(),this['focusCycler']=new _0x780c9a({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x3c231d=>_0x3c231d['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x38f9ff,this['_localUser']=_0x38b033,this['_config']=_0x220ad0,_0x220ad0['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x5bb99a(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x27cdf4}=this['_config'];this['commentsListView']=new _0x27cdf4(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',_0x29e42c=>_0x29e42c+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x48073f,_0x507a58)=>_0x48073f||!!_0x507a58);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x49012b}=this['_config'],_0x2cdb2d=new _0x49012b(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x5caeea=_0x2cdb2d['commentInputView'];return _0x2cdb2d['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x5caeea,'value',(_0x330f57,_0x122e71,_0x55b2fb)=>!!_0x55b2fb||_0x330f57&&!_0x122e71),_0x5caeea['on']('submit',(_0x15a0c0,_0x56378f)=>{this['fire']('addComment',_0x56378f),_0x5caeea['editor']['setData']('');}),_0x5caeea['on']('cancel',()=>this['focus']()),_0x5caeea['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x2cdb2d;}}class fe extends ii{['suggestionView'];['_descriptionElement'];constructor(_0x5e9e9e,_0x30bee7,_0xea17c2,_0x35be5f){super(_0x5e9e9e,_0x30bee7,_0xea17c2,_0x35be5f),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x224e30=>_0x224e30&&_0x224e30[0x0]?_0x224e30[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x2457a1,_0x3e5f3)=>{let _0x147e2d='';for(const _0x5ba135 of _0x2457a1)_0x147e2d+='<p>'+ls(_0x5ba135['content'],_0x5ba135['color'])+'</p>';return _0x3e5f3?_0x147e2d:_0x5e585f(_0x147e2d,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x35be5f['SuggestionView'](_0x5e9e9e,_0x30bee7,{'formatDateTime':_0x35be5f['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 _0x18e8a8=this['bindTemplate'],_0x1e2396=[this['suggestionView']];return this['commentsListView']&&_0x1e2396['push'](this['commentsListView']),this['commentThreadInputView']&&_0x1e2396['push'](this['commentThreadInputView']),_0x1e2396['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x18e8a8['if']('isActive','ck-suggestion-wrapper--active'),_0x18e8a8['to']('type',_0x3cfed3=>'ck-suggestion-'+_0x3cfed3),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':_0x18e8a8['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x1e2396};}['render'](){super['render'](),this['commentsListView']&&(this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this)),this['commentThreadInputView']&&(this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this));}}class we extends _0x5ec9cc{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x255725,_0x20deb3,_0x4d50e1){super(_0x255725),this['_model']=_0x20deb3,this['_config']=_0x4d50e1,this['set']('description',''),this['bind']('authoredAt')['to'](_0x20deb3),this['acceptButton']=this['_createButton'](o(_0x255725,'Accept\x20suggestion'),_0x288573,'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x255725,'Discard\x20suggestion'),_0x3cfc4b,'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x45090a(_0x255725,_0x20deb3['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x1b0677([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x4caf73(),this['keystrokes']=new _0xd59a71(),this['focusCycler']=new _0x780c9a({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x4e931d=>_0x4e931d['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x284524=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x284524['innerHTML']=this['description'],this['on']('change:description',(_0x18ac82,_0x12e2dd,_0x17db70)=>{_0x284524['innerHTML']=_0x17db70;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x58bb7e=this['bindTemplate'],_0x487061=[{'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':_0x58bb7e['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x58bb7e['to']('authoredAt',_0x8bb3d=>this['_config']['formatDateTime'](_0x8bb3d))}]}]},{'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']&&_0x487061['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':_0x487061}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):o(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x13480f,_0x13dde7,_0x17d91e,_0x5d7254,_0x6a59a0){const _0x57f56b=new _0x2ae781(this['locale']);return _0x57f56b['set']({'label':_0x13480f,'icon':_0x13dde7,'tooltip':!0x0,'tooltipPosition':_0x6a59a0}),_0x57f56b['extendTemplate']({'attributes':{'class':_0x17d91e}}),_0x57f56b['on']('execute',()=>{this['fire'](_0x5d7254,this['_model']['id']);}),_0x57f56b;}['_setupKeyboardNavigation'](){const _0x43f405=this['element'];this['keystrokes']['listenTo'](_0x43f405);for(const _0x4ff1ee of this['focusables'])this['focusTracker']['add'](_0x4ff1ee['element']),this['keystrokes']['listenTo'](_0x4ff1ee['element']);this['keystrokes']['set']('enter',(_0x5eb04f,_0xf249ae)=>{_0x43f405===_0x5eb04f['target']&&(this['focusCycler']['focusFirst'](),_0xf249ae());}),this['keystrokes']['set']('esc',(_0x3c99ad,_0x5f4408)=>{_0x43f405!==_0x3c99ad['target']&&(this['focus'](),_0x5f4408());});}}class u extends _0x54af3c{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[d,_0x41a304,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x991726){super(_0x991726),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x325acd=this['editor']['config'];_0x325acd['define']('trackChanges.SuggestionThreadView',fe),_0x325acd['define']('trackChanges.SuggestionView',we),_0x325acd['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x325acd['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x1d7e8c,_0x704b91){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x339eb9,_0x50ebcb]of this['_handleControllerBuffer']){const _0x461c90=this['_suggestionToController']['has'](_0x339eb9);_0x461c90||_0x50ebcb?_0x461c90&&_0x50ebcb&&this['_destroyController'](_0x339eb9):this['_initializeController'](_0x339eb9);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x1d7e8c,_0x704b91);}['init'](){const _0x11502a=this['editor'],_0x22b463=_0x11502a['plugins']['get']('TrackChangesEditing'),_0x1a7cc7=_0x11502a['plugins']['get']('Annotations'),_0x119c39=_0x11502a['plugins']['get']('EditorAnnotations'),_0x48f6b8=_0x11502a['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x119c39['addSourceCollector'](()=>{const _0x2116d4=[];for(const [_0x453d39,_0x5be400]of Array['from'](this['_suggestionToController'])){const _0xd7fc14=_0x453d39['getAllAdjacentSuggestions'](),_0x16e179=[];for(const _0x27fd0a of _0xd7fc14){if(!_0x27fd0a['isInContent'])continue;if(_0x27fd0a['isMultiRange']){_0x16e179['push'](..._0x27fd0a['getRanges']());continue;}const _0x13c490=_0x27fd0a['getFirstRange']();if(_0x16e179['length']>0x0){const _0x36a0cb=_0x16e179[0x0]['getJoined'](_0x13c490);if(_0x36a0cb){_0x16e179[0x0]=_0x36a0cb;continue;}}_0x16e179['push'](_0x13c490);}_0x2116d4['push']([_0x5be400['view'],_0x16e179]);}return _0x2116d4;}),this['listenTo'](_0x22b463,'suggestionLoaded',(_0x49e5a0,_0x9a504e)=>{this['listenTo'](_0x9a504e,'change:previous',(_0x24bdec,_0x3ae391,_0x28d013,_0x1720ab)=>{_0x9a504e['isInContent']&&(null==_0x28d013?(this['_updateController'](_0x1720ab['head']),this['_handleSuggestionControllerDelayed'](_0x9a504e,!0x1)):(this['_updateController'](_0x28d013['head']),null==_0x1720ab&&this['_handleSuggestionControllerDelayed'](_0x9a504e,!0x0)));}),null!==_0x9a504e['previous']?this['_updateController'](_0x9a504e['head']):this['_handleSuggestionControllerDelayed'](_0x9a504e,!0x1);}),this['listenTo'](_0x22b463,'suggestionUnloaded',(_0x3c4b79,_0x2b343a,_0x2323be)=>{this['stopListening'](_0x2b343a,'change:previous'),this['_handleControllerBuffer']['delete'](_0x2b343a),this['_suggestionToController']['has'](_0x2b343a)&&this['_destroyController'](_0x2b343a),_0x2323be&&this['_updateController'](_0x2323be['head']);}),this['listenTo'](_0x22b463,'suggestionChanged',(_0x3c1f8f,_0x2ae93c)=>{this['_updateController'](_0x2ae93c);}),this['listenTo'](_0x1a7cc7,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x48f6b8,'addComment',(_0x563049,{threadId:_0x14a0c3,isFromAdapter:_0x360549})=>{if(_0x360549||!_0x22b463['hasSuggestion'](_0x14a0c3))return;const _0x2fdd43=_0x22b463['getSuggestion'](_0x14a0c3);this['_suggestionToController']['get'](_0x2fdd43)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3c6541=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x53676a;for(const _0x2073f8 in _0x3c6541){const _0x3b43fa=_0x2073f8,_0x119564=_0x3c6541[_0x3b43fa];if('trackChangesLicenseKeyValid'==_0x119564||'trackChangesLicenseKeyInvalid'==_0x119564||'trackChangesLicenseKeyExpired'==_0x119564||'trackChangesLicenseKeyDomainLimit'==_0x119564||'trackChangesLicenseKeyNotAllowed'==_0x119564||'trackChangesLicenseKeyEvaluationLimit'==_0x119564||'trackChangesLicenseKeyTrialLimit'==_0x119564||'trackChangesLicenseKeyUsageLimit'==_0x119564){delete _0x3c6541[_0x3b43fa],_0x53676a=_0x119564,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x53676a&&_0x3c6541['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x53676a&&_0x3c6541['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x53676a&&_0x3c6541['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x53676a&&_0x3c6541['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x53676a&&_0x3c6541['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x53676a&&_0x3c6541['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyUsageLimit'==_0x53676a&&_0x3c6541['_showLicenseError']('usageLimit');},0x3e8);}['getAnnotationForSuggestion'](_0x570647){const _0x421a73=this['_suggestionToController']['get'](_0x570647);if(!_0x421a73)return null;return this['editor']['plugins']['get']('Annotations')['getByInnerView'](_0x421a73['view'])||null;}['getSuggestionForAnnotation'](_0x435168){const _0x392fbd=this['_viewToController']['get'](_0x435168['innerView']);return _0x392fbd?_0x392fbd['model']:null;}['_refreshActiveMarkers'](){const _0x349db0=this['editor']['plugins']['get']('Annotations'),_0x5f19b1=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1474f5=Array['from'](_0x349db0['activeAnnotations'],_0x41bb94=>_0x41bb94['innerView'])['filter'](_0x1ceeec=>this['_viewToController']['has'](_0x1ceeec)),_0x853ce5=[];for(const _0xbe2b87 of _0x1474f5){const _0x1ae50d=this['_viewToController']['get'](_0xbe2b87)['model']['getAllAdjacentSuggestions']();_0x853ce5['push'](..._0x1ae50d['reduce']((_0x41b8e2,_0x33403d)=>[..._0x41b8e2,..._0x33403d['getMarkerNames']()],[]));}_0x5f19b1['activeMarkers']=_0x853ce5;}['_addUIComponentsToFactory'](){const _0x50e358=this['editor'],_0x3148c0=_0x50e358['locale'],_0x13a994=o(_0x3148c0,'Track\x20changes'),_0x40adcd=new _0x3f49e9([{'type':'switchbutton','model':new _0x41d919({'withText':!0x0,'isToggleable':!0x0,'label':_0x13a994,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x41d919({'withText':!0x0,'label':o(_0x3148c0,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x41d919({'withText':!0x0,'label':o(_0x3148c0,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x41d919({'withText':!0x0,'label':o(_0x3148c0,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x41d919({'withText':!0x0,'label':o(_0x3148c0,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x50e358['plugins']['has']('TrackChangesPreview')&&_0x40adcd['addMany']([{'type':'separator'},{'type':'button','model':new _0x41d919({'withText':!0x0,'label':o(_0x3148c0,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x11b44b of _0x40adcd)if(ke(_0x11b44b)){const _0x554ef2=_0x50e358['commands']['get'](_0x11b44b['model']['commandName']);_0x11b44b['model']['bind']('isOn','isEnabled')['to'](_0x554ef2,'value','isEnabled');}_0x50e358['ui']['componentFactory']['add']('trackChanges',_0x2cef3b=>this['_createToolbarButton'](_0x2cef3b,_0x40adcd,_0x13a994)),_0x50e358['ui']['componentFactory']['add']('menuBar:trackChanges',_0x28ea05=>this['_createMenuBarMenu'](_0x28ea05,_0x40adcd,_0x13a994));}['_createToolbarButton'](_0x45b041,_0x1d1c36,_0x175fd2){const _0x48e270=_0x20339b(_0x45b041,_0x2ea399),_0x10245c=this['editor']['commands']['get']('trackChanges');_0x48e270['buttonView']['set']({'tooltip':_0x175fd2,'label':_0x175fd2,'icon':_0x107492}),_0x48e270['buttonView']['bind']('isOn')['to'](_0x10245c,'value'),_0x48e270['buttonView']['on']('execute',()=>{_0x10245c['execute'](),this['editor']['editing']['view']['focus']();}),_0x53a769(_0x48e270,_0x1d1c36,{'role':'menu'});const _0xc4fc54=[];for(const _0x53914a of _0x1d1c36)ke(_0x53914a)&&_0xc4fc54['push'](this['editor']['commands']['get'](_0x53914a['model']['commandName']));const _0x4beb2e=_0x48e270['buttonView'];return _0x4beb2e['actionView']['unbind']('isEnabled'),_0x4beb2e['arrowView']['unbind']('isEnabled'),_0x4beb2e['actionView']['bind']('isEnabled')['to'](_0x10245c,'isEnabled'),_0x4beb2e['arrowView']['bind']('isEnabled')['toMany'](_0xc4fc54,'isEnabled',(..._0x15daf5)=>_0x15daf5['some'](_0x28bfe2=>_0x28bfe2)),_0x48e270['on']('execute',_0xbda2cc=>{this['editor']['execute'](_0xbda2cc['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x48e270;}['_createMenuBarMenu'](_0x286c0c,_0x1ed443,_0x12f610){const _0x3bc9b5=new _0x5793a1(_0x286c0c),_0x227ca7=this['editor']['commands']['get']('trackChanges');_0x3bc9b5['buttonView']['set']({'label':_0x12f610,'icon':_0x107492});const _0x394c14=new _0x34d7e0(_0x286c0c);for(const _0x131bdf of _0x1ed443){if('separator'==_0x131bdf['type']){_0x394c14['items']['add'](new _0x5a3059(_0x286c0c));continue;}const _0x50676c=new _0x2c9326(_0x286c0c,_0x3bc9b5),_0x327935=new _0x2b77b4(_0x286c0c),_0x4b770d=_0x131bdf['model'];_0x327935['bind'](...Object['keys'](_0x4b770d))['to'](_0x4b770d),_0x327935['delegate']('execute')['to'](_0x3bc9b5),_0x327935['on']('execute',()=>{this['editor']['execute'](_0x4b770d['commandName']),this['editor']['editing']['view']['focus']();}),_0x50676c['children']['add'](_0x327935),_0x394c14['items']['add'](_0x50676c);}return _0x3bc9b5['bind']('isEnabled')['to'](_0x227ca7,'isEnabled'),_0x3bc9b5['panelView']['children']['add'](_0x394c14),_0x3bc9b5;}['_initializeController'](_0x1c1110){const _0x18d196=this['editor'],_0xab93b7=_0x18d196['config'],_0x2d1a48=_0x18d196['plugins']['get']('Annotations'),_0x464f2e=_0x18d196['plugins']['get']('CommentsRepository'),_0x24cb68=_0x18d196['plugins']['get']('EditorAnnotations'),_0x17a040=_0x18d196['plugins']['get'](_0x41a304)['me'],_0x1490b9=_0xab93b7['get']('trackChanges')['SuggestionThreadView'],_0x10fe77=_0xab93b7['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x3d24b8,CommentThreadInputView:_0x190c0c}=_0x18d196['plugins']['get']('CommentsUI');let _0x3fd122,_0xb2e6c5,_0x5427ff;this['_annotationViews']['has'](_0x1c1110['id'])?(_0xb2e6c5=this['_annotationViews']['get'](_0x1c1110['id']),_0x3fd122=_0xb2e6c5['mainView']):(_0x3fd122=new _0x1490b9(_0x18d196['locale'],_0x1c1110,_0x17a040,{'disableComments':this['_disableComments'],'editorConfig':{..._0xab93b7['get']('comments.editorConfig'),'licenseKey':_0xab93b7['get']('licenseKey')},'maxCommentsWhenCollapsed':_0xab93b7['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0xab93b7['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0xab93b7['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0xd99787(_0xab93b7['get']('locale'),_0x18d196['locale']),'CommentView':_0xab93b7['get']('comments')['CommentView'],'CommentsListView':_0x3d24b8,'CommentThreadInputView':_0x190c0c,'SuggestionView':_0x10fe77}),_0x3fd122['suggestionView']['acceptButton']['on']('execute',()=>{_0x18d196['editing']['view']['focus']();}),_0x3fd122['suggestionView']['discardButton']['on']('execute',()=>{_0x18d196['editing']['view']['focus']();}),_0xb2e6c5=_0x2d1a48['createAnnotationView'](this['editor']['locale'],_0x3fd122),_0xb2e6c5['bind']('isDirty')['to'](_0x3fd122,'isDirty'),_0xb2e6c5['bind']('length')['to'](_0x3fd122),_0xb2e6c5['bind']('type')['to'](_0x3fd122,'type',_0x58c634=>'suggestion-'+_0x58c634),_0x3fd122['on']('escape',()=>{_0x5427ff['fire']('escape');}),this['_annotationViews']['set'](_0x1c1110['id'],_0xb2e6c5));const _0x460b9c=_0x464f2e['createCommentThreadController'](_0x1c1110['commentThread'],_0x3fd122),_0x5c0081=new pe(_0x18d196,_0x1c1110,_0x3fd122,_0x460b9c),_0x97fa63=_0x1c1110['getAllAdjacentSuggestions']()['filter'](_0x2115f0=>_0x2115f0['isInContent']);_0x3fd122['descriptionParts']=_0x18d196['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x97fa63),this['_suggestionToController']['set'](_0x1c1110,_0x5c0081),this['_viewToController']['set'](_0x3fd122,_0x5c0081);const _0x550473=()=>{const _0x4ef3dd=[],_0x1a72a5=_0x1c1110['getAllAdjacentSuggestions']()['filter'](_0x591e69=>_0x591e69['isInContent']);for(const _0x503268 of _0x1a72a5)_0x4ef3dd['push'](..._0x503268['getMarkers']());return _0x74e1ba(_0x18d196['editing'],_0x4ef3dd);};_0x5427ff=_0x2d1a48['createAnnotation']({'view':_0xb2e6c5,'target':_0x550473,'type':()=>'suggestion-'+_0x5c0081['view']['type'],'isVisible':!!_0x550473()}),_0x464f2e['_bindAnnotationToEditors'](_0x3fd122,_0x5427ff),_0x2d1a48['add'](_0x5427ff),_0x24cb68['registerAnnotation'](_0x5427ff);}['_destroyController'](_0x6efd70){const _0x4f32dd=this['editor']['plugins']['get']('CommentsRepository'),_0x16a0d3=this['editor']['plugins']['get']('Annotations'),_0xbaabd6=this['_suggestionToController']['get'](_0x6efd70),_0x2df4f5=_0xbaabd6['view'],_0xe6fc8e=_0x16a0d3['getByInnerView'](_0x2df4f5);_0x4f32dd['_unbindEditors'](_0x2df4f5),_0xe6fc8e&&_0x16a0d3['remove'](_0xe6fc8e),this['_suggestionToController']['delete'](_0x6efd70),this['_viewToController']['delete'](_0x2df4f5),_0xbaabd6['destroy']();}['_updateController'](_0x4fabf4){if(!_0x4fabf4['isInContent']||!this['_suggestionToController']['has'](_0x4fabf4))return;const _0x48f0d2=this['editor']['plugins']['get']('TrackChangesEditing'),_0x185bf3=this['_suggestionToController']['get'](_0x4fabf4),_0x1adf18=_0x4fabf4['getAllAdjacentSuggestions']();_0x185bf3['view']['descriptionParts']=_0x48f0d2['descriptionFactory']['getDescriptions'](_0x1adf18);}['destroy'](){for(const _0x12c1a2 of this['_suggestionToController']['keys']())this['_destroyController'](_0x12c1a2);for(const _0x2f4b27 of this['_annotationViews']['values']())_0x2f4b27['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function ke(_0x4eb6a8){return'model'in _0x4eb6a8;}class Ne extends _0x54af3c{static get['requires'](){return[d,u,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x2b0b36){this['editor']['plugins']['get'](d)['adapter']=_0x2b0b36;}get['adapter'](){return this['editor']['plugins']['get'](d)['adapter'];}['addSuggestion'](_0x3420ac){return this['editor']['plugins']['get'](d)['addSuggestionData'](_0x3420ac);}['getSuggestions']({skipNotAttached:_0x59a5ff=!0x1,toJSON:_0x3b0f5d=!0x1}={}){return this['editor']['plugins']['get'](d)['getSuggestions']({'skipNotAttached':_0x59a5ff,'toJSON':_0x3b0f5d});}['getSuggestion'](_0x5e8881){return this['editor']['plugins']['get'](d)['getSuggestion'](_0x5e8881);}}const p=['Pagination'];class re extends _0x54af3c{static get['requires'](){return[d];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x4c019b=this['editor'];if(_0x4c019b['config']['define']('trackChangesData.editorCreator',_0x30c2f8=>{const _0x34a339=_0x4c019b['model']['document']['getRootNames']()['reduce']((_0x432052,_0x1f773a)=>(_0x432052[_0x1f773a]='',_0x432052),{});return _0x4c019b['constructor']['create'](_0x34a339,_0x30c2f8);}),'function'!=typeof _0x4c019b['config']['get']('trackChangesData')['editorCreator'])throw new _0x516a4a('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x48dcb5){return P(this['editor'],!0x0,_0x48dcb5);}['getDataWithDiscardedSuggestions'](_0x51b40c){return P(this['editor'],!0x1,_0x51b40c);}}class Fe extends _0x54af3c{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4867ae){function _0x243ab6(_0x2519b8){return _0x2519b8['map'](_0x3fbc99=>String['fromCharCode'](_0x3fbc99))['join']('');}super(_0x4867ae),this['result']='end',_0x4867ae[_0x243ab6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x243ab6([0x76,0x69,0x65,0x77])][_0x243ab6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x243ab6([0x61,0x75,0x74,0x6f]),_0x4867ae[_0x243ab6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x243ab6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x243ab6([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x243ab6([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x243ab6([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 De(_0x2f915f){return void 0x0!==_0x2f915f['getRootsAttributes'];}async function P(_0x2bcca1,_0x18ab26,_0x3234f0){const _0xed9e28=_0x5ce0d3(_0x2bcca1,p);_0xed9e28['plugins']['push'](d,Fe),_0xed9e28['rootsAttributes']=De(_0x2bcca1)?_0x2bcca1['getRootsAttributes']():void 0x0;const _0x524944=document['createDocumentFragment'](),_0x55e93e=_0x2bcca1['config']['get']('trackChangesData')['editorCreator'],_0x220542=await _0x55e93e(_0xed9e28,()=>function(_0x3ff8a0){const _0x4ed6d1=document['createElement']('div');return _0x3ff8a0['appendChild'](_0x4ed6d1),_0x4ed6d1;}(_0x524944));!function(_0xe62af1,_0x223d7e){const _0x17c83c=_0xe62af1['model']['document']['getRootNames']()['reduce']((_0x97c4a6,_0x2273fc)=>(_0x97c4a6[_0x2273fc]=_0xe62af1['data']['get']({'rootName':_0x2273fc}),_0x97c4a6),{}),_0x16301c=_0xe62af1['plugins']['get']('Users')['users']['map'](_0x1835ab=>({'id':_0x1835ab['id'],'name':_0x1835ab['name']})),_0x17c1a8=_0xe62af1['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x44337d=_0xe62af1['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x4812dd=_0x223d7e['plugins']['get']('Users'),_0x1e2d86=_0x223d7e['plugins']['get']('TrackChangesEditing'),_0x1ce845=_0x223d7e['plugins']['get']('CommentsRepository');for(const _0x54a9f1 of _0x1ce845['getCommentThreads']())_0x54a9f1['remove']();for(const _0x5e5f9b of _0x16301c)_0x4812dd['getUser'](_0x5e5f9b['id'])||_0x4812dd['addUser'](_0x5e5f9b);_0x4812dd['me']||_0x4812dd['useAnonymousUser']();for(const _0x1e936f of _0x44337d)_0x1ce845['addCommentThread'](_0x1e936f);for(const _0x2dff51 of _0x17c1a8)_0x1e2d86['addSuggestionData'](_0x2dff51);_0x223d7e['data']['set'](_0x17c83c);}(_0x2bcca1,_0x220542),_0x220542['execute'](_0x18ab26?'acceptAllSuggestions':'discardAllSuggestions');const _0x2b6996=De(_0x220542)?_0x220542['getFullData'](_0x3234f0):_0x220542['data']['get'](_0x3234f0);return await _0x220542['destroy'](),_0x2b6996;}class Me extends _0x5ec9cc{['options'];constructor(_0x5a87d4,_0x57123c){super(_0x5a87d4),this['options']=_0x57123c,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'](_0x515b94,_0x22a673){if(!this['element'])return;const _0x533f9f=[];for(const [_0x315234,_0xe0cb74]of _0x515b94){const _0x2e81a8=document['createElement']('div');_0x2e81a8['setAttribute']('data-ck-root-name',_0x315234),_0x2e81a8['className']=_0xe0cb74['classes']+'\x20ck-track-changes-preview__root-container',_0x2e81a8['innerHTML']=_0xe0cb74['content'],_0x533f9f['push'](_0x2e81a8);}_0x22a673(this['element'],_0x533f9f),this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class te extends _0x36edc8{constructor(_0x2c0ab5){super(_0x2c0ab5),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x25a171=this['editor'],_0x2db027=_0x25a171['locale'],_0x40d251=_0x25a171['plugins']['get']('Dialog');let _0x336023;const _0x4a6163=function(_0x17019d){const _0x29a06d={};if('editables'in _0x17019d['ui']['view']){for(const [_0x35f7ed,_0x3a442d]of Object['entries'](_0x17019d['ui']['view']['editables']))_0x29a06d[_0x35f7ed]=_0x3a442d['element'];}else _0x29a06d[_0x17019d['model']['document']['getRootNames']()[0x0]]=_0x17019d['ui']['view']['editable']['element'];return _0x29a06d;}(_0x25a171),_0x3e7310=function(_0x2613f0){let _0x4886bd=0x0;for(const _0xcf4240 of Object['values'](_0x2613f0))_0x4886bd=Math['max'](_0x4886bd,_0xcf4240['getBoundingClientRect']()['width']);let _0x1e1646=0x0;for(const _0x3f8da0 of Object['values'](_0x2613f0))_0x1e1646+=_0x3f8da0['getBoundingClientRect']()['height'];const _0xa2789a=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x2d9037=Math['min'](_0x1e1646,_0xa2789a);return{'width':_0x4886bd,'height':_0x2d9037};}(_0x4a6163);_0x40d251['show']({'id':'finalContentPreview','title':o(_0x2db027,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new Me(_0x2db027,{'dialogRects':_0x3e7310}),'onHide':()=>{_0x336023['detachFromDom']();},'onShow':()=>{_0x25a171['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x2ce272=>{const _0x3bb54f=this['_standarizeRootsData'](_0x2ce272,_0x25a171,_0x4a6163);_0x40d251['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x3bb54f,_0x25a171['config']['get']('trackChanges.preview.renderFunction'));}),_0x336023=new _0x43b419(_0x2db027,[_0x40d251['view']]),_0x336023['attachToDom'](),_0x336023['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x25a171['once']('destroy',()=>{_0x336023['detachFromDom']();});const _0x4d9d3f=_0x40d251['view']['headerView']['class'];_0x40d251['view']['headerView']['class']=_0x4d9d3f?_0x4d9d3f+'\x20ck-reset_all':'ck-reset_all',_0x40d251['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x40d251['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x529794=this['editor']['plugins']['get']('MergeFieldsEditing'),_0x40eb48=_0x529794['previewMode'],_0xfaa9c8={};if('$labels'===_0x40eb48){for(const _0x4bf46a of _0x529794['getMergeFieldsIds']())_0xfaa9c8[_0x4bf46a]=_0x529794['getLabel'](_0x4bf46a)||_0x4bf46a;}else{const _0x4c4619='$defaultValues'===_0x40eb48?_0x529794['getDefaultValues']():_0x529794['getDataSetValues'](_0x40eb48,!0x0);for(const _0x42596c of Object['entries'](_0x4c4619)){const [_0x20313d,_0x32b234]=_0x42596c;_0xfaa9c8[_0x20313d]=null!==_0x32b234?_0x32b234:_0x529794['getLabel'](_0x20313d)||_0x20313d;}}return{'mergeFieldsData':_0xfaa9c8};}['_standarizeRootsData'](_0x66100d,_0x41d337,_0x2e536c){let _0x3c1cb8;if('string'==typeof _0x66100d){const _0x379e2d=_0x41d337['model']['document']['getRootNames']()[0x0];_0x3c1cb8={[_0x379e2d]:_0x66100d};}else _0x3c1cb8=_0x66100d;const _0x57c6a0=this['_fixMediaEmbeds'](_0x3c1cb8,_0x41d337),_0x4c2ee9=function(_0x512df1,_0x17772c){for(const [_0x425340,_0x508284]of _0x512df1)_0x508284['classes']=_0x17772c[_0x425340]['classList']['value']['replace']('ck-focused','');return _0x512df1;}(this['_sortRoots'](_0x41d337)['reduce']((_0x33ba64,_0x3dd160)=>(_0x33ba64['push']([_0x3dd160,{'content':_0x57c6a0[_0x3dd160],'classes':''}]),_0x33ba64),[]),_0x2e536c);return _0x4c2ee9;}['_fixMediaEmbeds'](_0x1bd050,_0x5a663c){if(!_0x5a663c['plugins']['has']('MediaEmbedEditing'))return _0x1bd050;const _0x54a043=_0x5a663c['plugins']['get']('MediaEmbedEditing');for(const [_0x427a44,_0x10e543]of Object['entries'](_0x1bd050)){const _0x4d50ed=document['createElement']('div');_0x4d50ed['innerHTML']=_0x10e543,(_0x4d50ed['querySelectorAll']('figure.media')['forEach'](_0x5dbe0c=>{const _0x1a6e42=_0x5dbe0c['querySelector']('oembed');if(_0x1a6e42){const _0xca52cc=_0x1a6e42['getAttribute']('url');if(_0xca52cc){const _0x396be4=_0x54a043['registry']['getMediaViewElement'](new _0x56c1c9(_0x5a663c['editing']['view']['document']),_0xca52cc,{'elementName':'','renderForEditingView':!0x0}),_0x189784=document['createElement']('div');_0x189784['classList']['add']('ck-media__wrapper'),_0x396be4['render'](_0x189784,_0x5a663c['editing']['view']['domConverter']),_0x1a6e42['replaceWith'](_0x189784);}}}),_0x1bd050[_0x427a44]=_0x4d50ed['innerHTML']);}return _0x1bd050;}['_sortRoots'](_0x29a6a9){if(!function(_0x1f1a0b){return void 0x0!==_0x1f1a0b['getRootsAttributes'];}(_0x29a6a9))return _0x29a6a9['model']['document']['getRootNames']();const _0x255d3f=[],_0x487268=new Map();for(const _0x3159ab of _0x29a6a9['model']['document']['getRootNames']()){const _0x51ef08=_0x29a6a9['editing']['view']['getDomRoot'](_0x3159ab)['getClientRects']()['item'](0x0);_0x255d3f['push'](_0x3159ab),_0x487268['set'](_0x3159ab,_0x51ef08);}return _0x255d3f['sort']((_0x50023a,_0x532b10)=>{const _0x371544=_0x487268['get'](_0x50023a),_0x25161a=_0x487268['get'](_0x532b10);return _0x371544['y']-_0x25161a['y']||_0x371544['x']-_0x25161a['x'];}),_0x255d3f;}}class Ue extends _0x54af3c{static get['requires'](){return[re,_0x4e81fc];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xafffea){super(_0xafffea),_0xafffea['commands']['add']('previewFinalContent',new te(this['editor'])),_0xafffea['config']['define']('trackChanges.preview.renderFunction',(_0x42e299,_0x3703e0)=>{for(const _0xd518ae of _0x3703e0)_0x42e299['appendChild'](_0xd518ae);});}}export{v as AcceptSuggestionCommand,ii as BaseSuggestionThreadView,D as DiscardSuggestionCommand,B as ExecuteOnAllSuggestionsCommand,O as ExecuteOnSelectedSuggestionsCommand,te as PreviewFinalContentCommand,x as Suggestion,M as SuggestionDescriptionFactory,fe as SuggestionThreadView,we as SuggestionView,Ne as TrackChanges,$ as TrackChangesCommand,re as TrackChangesData,Fe as TrackChangesDataGetter,d as TrackChangesEditing,Ue as TrackChangesPreview,u as TrackChangesUI};
|
|
23
|
+
import{Command as _0x260b27,Plugin as _0x4043ba,PendingActions as _0x1d0066}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x2321d0,ObservableMixin as _0x23e900,uid as _0x2b8450,priorities as _0x580888,insertToPriorityArray as _0x170d0f,logWarning as _0x1a2dc8,getEnvKeystrokeText as _0x1810ba,FocusTracker as _0x455bfc,KeystrokeHandler as _0x491354,Collection as _0x542c3f}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconCheck as _0x402a83,IconCancel as _0xfecd44,IconTrackChanges as _0x51f705}from'@ckeditor/ckeditor5-icons/dist/index.js';import{normalizeColorOptions as _0x2991b0,View as _0x460524,ViewCollection as _0x45576e,FocusCycler as _0x3685b0,UIModel as _0x32de35,createDropdown as _0x24d970,SplitButtonView as _0x16ec0d,addListToDropdown as _0xa49fc3,MenuBarMenuView as _0x511f71,MenuBarMenuListView as _0xc51150,ListSeparatorView as _0x1d3474,MenuBarMenuListItemView as _0x4ef386,MenuBarMenuListItemButtonView as _0x595c96,BodyCollection as _0x663f3d,Dialog as _0x3b2f46}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x29842c,DocumentCompare as _0x275bbb,hashObject as _0x28e4f1,surroundingMarkersDetector as _0x451371,FOCUS_ANNOTATION_KEYSTROKE as _0x3253f9,AriaDescriptionView as _0x2f216e,setupThreadKeyboardNavigation as _0x3c9944,trimHtml as _0x4fccfa,UserView as _0x3f905b,LateFocusButtonView as _0x348693,getDateTimeFormatter as _0x3e0338,getAllMarkersDomElementsSorted as _0x503955,sanitizeEditorConfig as _0x4db4d3}from'ckeditor5-collaboration/dist/index.js';import{ModelElement as _0x48e6ac,ModelLiveRange as _0x16787b,ModelLivePosition as _0x3864fe,ViewDowncastWriter as _0x46de67}from'@ckeditor/ckeditor5-engine/dist/index.js';import{cloneDeep as _0x2140e3,set as _0x7c487f,isEqual as _0x1da713,unset as _0x19cc03,omit as Pt}from'es-toolkit/compat';import{Delete as _0x400a83,Input as _0x187fad}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x313d8a}from'@ckeditor/ckeditor5-enter/dist/index.js';import{ClipboardPipeline as _0x3c30d5}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{SuggestionsConversion as Jt,fixElementSuggestionRange as Lt,splitSuggestionMarkerName as Gt}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';class $ extends _0x260b27{['_enabledCommands'];constructor(_0x45ca74,_0x25b893){super(_0x45ca74),this['_enabledCommands']=_0x25b893,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 _0x3ef07d of this['editor']['commands']['commands']())_0x3ef07d['affectsData']&&!this['_enabledCommands']['has'](_0x3ef07d)&&_0x3ef07d['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x57d896 of this['editor']['commands']['commands']())_0x57d896['affectsData']&&!this['_enabledCommands']['has'](_0x57d896)&&_0x57d896['clearForceDisabled']('TrackChangesCommand');}}class v extends _0x260b27{['_suggestions'];constructor(_0x1804f2,_0xf795ff){super(_0x1804f2),this['_suggestions']=_0xf795ff,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x110910){const _0x2315c5=this['_suggestions']['get'](_0x110910);if(!_0x2315c5)throw new _0x2321d0('track-changes-accept-suggestion-not-found',this);const _0x5e77a5=_0x2315c5['getRanges']();this['editor']['model']['canEditAt'](_0x5e77a5)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x2315c5);}}class D extends _0x260b27{['_suggestions'];constructor(_0x99565c,_0x43dfd6){super(_0x99565c),this['_suggestions']=_0x43dfd6,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x287073){const _0x3ee02c=this['_suggestions']['get'](_0x287073);if(!_0x3ee02c)throw new _0x2321d0('track-changes-discard-suggestion-not-found',this);const _0x5545e0=_0x3ee02c['getRanges']();this['editor']['model']['canEditAt'](_0x5545e0)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x3ee02c);}}function ls(_0x3d7c9a,_0x597f17){let _0x1736e2='';return _0x1736e2+=_0x3d7c9a['split']('*')['map']((_0x5b10c2,_0x189dc1)=>_0x189dc1%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+rn(_0x5b10c2)+'</span>':rn(_0x5b10c2))['join'](''),_0x597f17&&(_0x1736e2+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x597f17['value']+'\x22\x20title=\x22'+_0x597f17['title']+'\x22></span>'),_0x1736e2;}function rn(_0x4897fc){const _0x18fa0a=document['createElement']('span');return _0x18fa0a['innerText']=_0x4897fc,_0x18fa0a['innerHTML'];}function ts(_0x168daf){return _0x168daf['sort']((_0x4749f1,_0x55d808)=>'attribute'===_0x4749f1['type']&&'attribute'!==_0x55d808['type']?-0x1:'attribute'!==_0x4749f1['type']&&'attribute'===_0x55d808['type']?0x1:'deletion'==_0x4749f1['type']&&'deletion'!=_0x55d808['type']?-0x1:'deletion'!=_0x4749f1['type']&&'deletion'==_0x55d808['type']?0x1:0x0);}function to(_0x233f1a,_0x31a11c){let _0x56b9c4,_0x53e941=0x0;const _0x1f8a38=[],_0x154c16=_0x31a11c['schema'];for(;_0x53e941<_0x233f1a['length'];){const _0x2f2c01=_0x233f1a[_0x53e941],_0x46a9f3=_0x233f1a[_0x53e941+0x1];_0x56b9c4||(_0x56b9c4=_0x31a11c['createPositionBefore'](_0x2f2c01)),cn(_0x31a11c,_0x2f2c01,_0x46a9f3)||(_0x1f8a38['push'](_0x31a11c['createRange'](_0x56b9c4,_0x154c16['isObject'](_0x2f2c01)?_0x31a11c['createPositionAfter'](_0x2f2c01):_0x31a11c['createPositionAt'](_0x2f2c01,'end'))),_0x56b9c4=null),_0x53e941++;}return _0x1f8a38;}function cn(_0x465a73,_0x4d9210,_0x1daae6){if(!_0x1daae6)return!0x1;const _0x22e9ea=_0x465a73['createPositionAfter'](_0x4d9210),_0x100df6=_0x465a73['createPositionBefore'](_0x1daae6);return _0x22e9ea['isTouching'](_0x100df6);}function rs(_0x57f412,_0x3bcd95,_0x15cf8f){for(;_0x15cf8f['length'];){const _0x35cf0f=_0x15cf8f['splice'](0x0,0x64);_0x57f412['change'](()=>{for(const _0x2eaa65 of _0x35cf0f)_0x2eaa65['isInContent']&&_0x3bcd95['execute'](_0x2eaa65['id']);});}}class B extends _0x260b27{['_command'];['_suggestions'];constructor(_0x2f0e50,_0x593b11,_0x4e2ec3){super(_0x2f0e50),this['_command']=_0x593b11,this['_suggestions']=_0x4e2ec3,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x1eed38=Array['from'](this['_suggestions']['values']())['some'](_0x1ba79d=>_0x1ba79d['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x1eed38;}['execute'](){const _0x37c7c7=ts(Array['from'](this['_suggestions']['values']()));for(const _0x484de2 of _0x37c7c7){const _0x1c707e=_0x484de2['getRanges']();if(!this['editor']['model']['canEditAt'](_0x1c707e))return;}rs(this['editor']['model'],this['_command'],_0x37c7c7);}}class O extends _0x260b27{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x389047,_0x846c08,_0x53a788){super(_0x389047),this['_command']=_0x846c08,this['_suggestions']=_0x53a788,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0xa5ecab=this['editor']['model']['document']['selection'],_0x337174=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x2dcd6c,_0x5c3575){const _0xec616c=Array['from'](_0x2dcd6c['getRanges']()),_0x25d265=new Set();for(const _0x3c7d4f of _0x5c3575)if(_0x3c7d4f['isInContent']){for(const _0x9c47c2 of _0xec616c)for(const _0x57abeb of _0x3c7d4f['getRanges']())(_0x9c47c2['isIntersecting'](_0x57abeb)||_0x2dcd6c['isCollapsed']&&!_0x3c7d4f['isMultiRange']&&_0x3c7d4f['next']&&_0x57abeb['end']['isTouching'](_0x9c47c2['start']))&&_0x25d265['add'](_0x3c7d4f);}return _0x25d265;}(_0xa5ecab,_0x337174),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0xc0fdfd=ts(Array['from'](this['_selectedSuggestions']));for(const _0x9aa22f of _0xc0fdfd){const _0x2cd66f=_0x9aa22f['getRanges']();if(!this['editor']['model']['canEditAt'](_0x2cd66f))return;}rs(this['editor']['model'],this['_command'],_0xc0fdfd);}}class x extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x23e900(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_originalSuggestionId'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0xff8b16,_0xfb2611){super(),this['id']=_0xfb2611['id'],this['type']=_0xfb2611['type'],this['subType']=_0xfb2611['subType']||null,this['author']=_0xfb2611['author'],this['creator']=_0xfb2611['creator']||_0xfb2611['author'],this['isExternal']=Boolean(_0xfb2611['attributes']&&_0xfb2611['attributes']['@external']),this['data']=null,this['_originalSuggestionId']=_0xfb2611['originalSuggestionId']||null,this['_model']=_0xff8b16,this['_onAccept']=_0xfb2611['onAccept'],this['_onDiscard']=_0xfb2611['onDiscard'],this['_onAttributesChange']=_0xfb2611['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0xfb2611['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 _0x556c0e=this;for(;_0x556c0e['previous'];)_0x556c0e=_0x556c0e['previous'];return _0x556c0e;}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'](_0x5cde07){this['_markerNames']['add'](_0x5cde07);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x32963d=>this['_model']['markers']['get'](_0x32963d))['filter'](_0x16c7ca=>_0x16c7ca);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x372a7b=>{for(const _0x2593e9 of this['getMarkers']())_0x372a7b['removeMarker'](_0x2593e9);}),this['_markerNames']['clear']();}['removeMarker'](_0x973a32){this['_model']['change'](_0x353889=>{_0x353889['removeMarker'](_0x973a32);}),this['_markerNames']['delete'](_0x973a32);}['addRange'](_0x2f3c0e){const _0x1f4f1e='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+x['getMultiRangeId']();this['addMarkerName'](_0x1f4f1e),this['_model']['change'](_0x102d62=>{_0x102d62['addMarker'](_0x1f4f1e,{'range':_0x2f3c0e,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x196b80){for(const _0x2e8054 of this['getRanges']())if(_0x2e8054['isIntersecting'](_0x196b80))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0xe47db3=>_0xe47db3['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x2833e0,_0x465bb7)=>[..._0x2833e0,..._0x465bb7['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x5c21f4=this['getRanges']();if(0x1!=_0x5c21f4['length'])return null;const _0x1e3580=_0x5c21f4[0x0],_0x2740b6=_0x1e3580['start']['nodeAfter'],_0x3c1196=_0x1e3580['end']['nodeBefore'];return _0x2740b6 instanceof _0x48e6ac?_0x2740b6!=_0x3c1196?null:_0x2740b6: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 _0x5308f6=[];let _0x4bc23f=this['head'];for(;_0x4bc23f;)_0x5308f6['push'](_0x4bc23f),_0x4bc23f=_0x4bc23f['next'];return _0x5308f6;}['setAttribute'](_0x1a6d83,_0xcb0b12){const _0x9d4205=_0x2140e3(this['attributes']);_0x7c487f(_0x9d4205,_0x1a6d83,_0xcb0b12),_0x1da713(_0x9d4205,this['attributes'])||(this['attributes']=_0x9d4205,this['_onAttributesChange'](_0x9d4205));}['removeAttribute'](_0x4ccf66){const _0x291c38=_0x2140e3(this['attributes']);_0x19cc03(_0x291c38,_0x4ccf66),_0x1da713(_0x291c38,this['attributes'])||(this['attributes']=_0x291c38,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 _0x2b8450()['substr'](0x1,0x5);}}function o(_0x56846b,_0x2fce9d,_0x1f9cd0){const _0x747c35=_0x56846b['t'],t=_0x56846b['t'];switch(_0x2fce9d){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',_0x1f9cd0);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x1f9cd0);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x1f9cd0);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x1f9cd0);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x1f9cd0);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',_0x1f9cd0);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x1f9cd0);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',_0x1f9cd0);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x1f9cd0);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x1f9cd0);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x1f9cd0);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x1f9cd0);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x1f9cd0);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x1f9cd0);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x1f9cd0);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x1f9cd0);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x1f9cd0);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x1f9cd0);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x1f9cd0);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x1f9cd0);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x1f9cd0);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x1f9cd0);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x1f9cd0);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x1f9cd0);case'*Set\x20table\x20type:*\x20%0':return t('*Set\x20table\x20type:*\x20%0',_0x1f9cd0);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'},_0x1f9cd0);case'ELEMENT_CONTENT_TABLE':return t({'string':'content\x20table','plural':'%0\x20content\x20tables','id':'ELEMENT_CONTENT_TABLE'},_0x1f9cd0);case'ELEMENT_LAYOUT_TABLE':return t({'string':'layout\x20table','plural':'%0\x20layout\x20tables','id':'ELEMENT_LAYOUT_TABLE'},_0x1f9cd0);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x1f9cd0);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x1f9cd0);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x1f9cd0);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x1f9cd0);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x1f9cd0);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'},_0x1f9cd0);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x1f9cd0);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x1f9cd0);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x1f9cd0);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x1f9cd0);case'ELEMENT_DEFAULT_LIST_DEFAULT':return t({'string':'default\x20list\x20style','id':'ELEMENT_DEFAULT_LIST_DEFAULT'});case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_BULLETED_LIST_DEFAULT':return t({'string':'bulleted\x20list\x20(default)','id':'ELEMENT_BULLETED_LIST_DEFAULT'});case'ELEMENT_BULLETED_LIST_CIRCLE':return t({'string':'bulleted\x20list\x20(circle)','id':'ELEMENT_BULLETED_LIST_CIRCLE'});case'ELEMENT_BULLETED_LIST_DISC':return t({'string':'bulleted\x20list\x20(disc)','id':'ELEMENT_BULLETED_LIST_DISC'});case'ELEMENT_BULLETED_LIST_SQUARE':return t({'string':'bulleted\x20list\x20(square)','id':'ELEMENT_BULLETED_LIST_SQUARE'});case'ELEMENT_NUMBERED_LIST_DEFAULT':return t({'string':'numbered\x20list\x20(default)','id':'ELEMENT_NUMBERED_LIST_DEFAULT'});case'ELEMENT_NUMBERED_LIST':return t({'string':'numbered\x20list','id':'ELEMENT_NUMBERED_LIST'});case'ELEMENT_NUMBERED_LIST_DECIMAL':return t({'string':'numbered\x20list\x20(decimal)','id':'ELEMENT_NUMBERED_LIST_DECIMAL'});case'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO':return t({'string':'numbered\x20list\x20(decimal\x20with\x20leading\x20zero)','id':'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO'});case'ELEMENT_NUMBERED_LIST_LOWER_LATIN':return t({'string':'numbered\x20list\x20(lower-latin)','id':'ELEMENT_NUMBERED_LIST_LOWER_LATIN'});case'ELEMENT_NUMBERED_LIST_LOWER_ROMAN':return t({'string':'numbered\x20list\x20(lower-roman)','id':'ELEMENT_NUMBERED_LIST_LOWER_ROMAN'});case'ELEMENT_NUMBERED_LIST_UPPER_LATIN':return t({'string':'numbered\x20list\x20(upper-latin)','id':'ELEMENT_NUMBERED_LIST_UPPER_LATIN'});case'ELEMENT_NUMBERED_LIST_UPPER_ROMAN':return t({'string':'numbered\x20list\x20(upper-roman)','id':'ELEMENT_NUMBERED_LIST_UPPER_ROMAN'});case'ELEMENT_TODO_LIST':return t({'string':'to-do\x20list','id':'ELEMENT_TODO_LIST'});case'ELEMENT_MULTI_LEVEL_LIST':return t({'string':'multi-level\x20list','id':'ELEMENT_MULTI_LEVEL_LIST'});case'REPLACE_TEXT':return t({'string':'*Replace:*\x20%0\x20*with*\x20%1','id':'REPLACE_TEXT'},_0x1f9cd0);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x1f9cd0);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'},_0x1f9cd0);case'FORMAT_HEADER_COLUMN':return t({'string':'header\x20column','id':'FORMAT_HEADER_COLUMN'});case'FORMAT_REGULAR_COLUMN':return t({'string':'regular\x20column','id':'FORMAT_REGULAR_COLUMN'});case'FORMAT_HEADER_ROW':return t({'string':'header\x20row','id':'FORMAT_HEADER_ROW'});case'FORMAT_REGULAR_ROW':return t({'string':'regular\x20row','id':'FORMAT_REGULAR_ROW'});case'FORMAT_INDENT':return t({'string':'indent','id':'FORMAT_INDENT'});case'FORMAT_LIST_REVERSED':return t({'string':'list\x20reversed','id':'FORMAT_LIST_REVERSED'});case'FORMAT_LIST_START':return t({'string':'list\x20start','id':'FORMAT_LIST_START'});case'FORMAT_FONT_SIZE':return t({'string':'font\x20size','id':'FORMAT_FONT_SIZE'});case'FORMAT_FONT_FAMILY':return t({'string':'font\x20family','id':'FORMAT_FONT_FAMILY'});case'FORMAT_FONT_COLOR':return t({'string':'font\x20color','id':'FORMAT_FONT_COLOR'});case'FORMAT_FONT_BACKGROUND':return t({'string':'font\x20background\x20color','id':'FORMAT_FONT_BACKGROUND'});case'FORMAT_IMAGE_SIZE':return t({'string':'image\x20size','id':'FORMAT_IMAGE_SIZE'});case'FORMAT_STYLE':return t({'string':'style','id':'FORMAT_STYLE'});case'FORMAT_LINE_HEIGHT':return t({'string':'line\x20height','id':'FORMAT_LINE_HEIGHT'});case'FORMAT_TABLE_BORDER_COLOR':return t({'string':'table\x20border\x20color','id':'FORMAT_TABLE_BORDER_COLOR'});case'FORMAT_TABLE_BORDER_STYLE':return t({'string':'table\x20border\x20style','id':'FORMAT_TABLE_BORDER_STYLE'});case'FORMAT_TABLE_BORDER_WIDTH':return t({'string':'table\x20border\x20width','id':'FORMAT_TABLE_BORDER_WIDTH'});case'FORMAT_TABLE_ALIGNMENT':return t({'string':'table\x20alignment','id':'FORMAT_TABLE_ALIGNMENT'});case'FORMAT_TABLE_WIDTH':return t({'string':'table\x20width','id':'FORMAT_TABLE_WIDTH'});case'FORMAT_TABLE_HEIGHT':return t({'string':'table\x20height','id':'FORMAT_TABLE_HEIGHT'});case'FORMAT_TABLE_BACKGROUND_COLOR':return t({'string':'table\x20background\x20color','id':'FORMAT_TABLE_BACKGROUND_COLOR'});case'FORMAT_TABLE_CELL_BORDER_COLOR':return t({'string':'table\x20cell\x20border\x20color','id':'FORMAT_TABLE_CELL_BORDER_COLOR'});case'FORMAT_TABLE_CELL_BORDER_STYLE':return t({'string':'table\x20cell\x20border\x20style','id':'FORMAT_TABLE_CELL_BORDER_STYLE'});case'FORMAT_TABLE_CELL_BORDER_WIDTH':return t({'string':'table\x20cell\x20border\x20width','id':'FORMAT_TABLE_CELL_BORDER_WIDTH'});case'FORMAT_TABLE_CELL_PADDING':return t({'string':'table\x20cell\x20padding','id':'FORMAT_TABLE_CELL_PADDING'});case'FORMAT_TABLE_CELL_WIDTH':return t({'string':'table\x20cell\x20width','id':'FORMAT_TABLE_CELL_WIDTH'});case'FORMAT_TABLE_CELL_HEIGHT':return t({'string':'table\x20cell\x20height','id':'FORMAT_TABLE_CELL_HEIGHT'});case'FORMAT_TABLE_CELL_BACKGROUND_COLOR':return t({'string':'table\x20cell\x20background\x20color','id':'FORMAT_TABLE_CELL_BACKGROUND_COLOR'});case'FORMAT_TABLE_CELL_HORIZONTAL_ALIGNMENT':return t({'string':'table\x20cell\x20horizontal\x20alignment','id':'FORMAT_TABLE_CELL_HORIZONTAL_ALIGNMENT'});case'FORMAT_TABLE_CELL_VERTICAL_ALIGNMENT':return t({'string':'table\x20cell\x20vertical\x20alignment','id':'FORMAT_TABLE_CELL_VERTICAL_ALIGNMENT'});case'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'},_0x1f9cd0);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x1f9cd0);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'},_0x1f9cd0);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x1f9cd0);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'},_0x1f9cd0);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x1f9cd0);case'ELEMENT_FOOTNOTE_REF':return t({'string':'footnote\x20reference','plural':'%0\x20footnote\x20references','id':'ELEMENT_FOOTNOTE_REF'},_0x1f9cd0);case'ELEMENT_FOOTNOTE_DEFINITION':return t({'string':'footnote\x20definition','plural':'%0\x20footnote\x20definitions','id':'ELEMENT_FOOTNOTE_DEFINITION'},_0x1f9cd0);case'ELEMENT_FOOTNOTES_DEFINITIONS_LIST':return t({'string':'footnotes\x20definitions\x20list','plural':'%0\x20footnotes\x20definitions','id':'ELEMENT_FOOTNOTES_DEFINITIONS_LIST'},_0x1f9cd0);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x1f9cd0);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'},_0x1f9cd0);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x1f9cd0);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 _0x747c35({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x1f9cd0);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x747c35({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x1f9cd0);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x1f9cd0);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'},_0x1f9cd0);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'},_0x1f9cd0);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'},_0x1f9cd0);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x2fce9d;}}class M{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x4b13b4,_0x405be0){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x4b13b4,this['_locale']=_0x405be0;}['getDescriptions'](_0x27a6d2){const _0x13ca23=[],_0x405e31=new Set(),_0x476001=new Set();for(let _0x598d82=0x0;_0x598d82<_0x27a6d2['length'];_0x598d82++){const _0x5c73f1=_0x27a6d2[_0x598d82];if(!_0x5c73f1['isInContent'])continue;const _0x435729=this['_handleCustomCallbackDescription'](_0x5c73f1);if(_0x435729){if(null!=_0x5c73f1['subType']){if(_0x405e31['has'](_0x5c73f1['subType']))continue;_0x405e31['add'](_0x5c73f1['subType']);}_0x13ca23['push'](_0x435729);}else{if('attribute'==_0x5c73f1['type']){const _0x590efb=_0x5c73f1['data']['key'];if(_0x476001['has'](_0x590efb))continue;_0x476001['add'](_0x5c73f1['data']['key']),_0x590efb==m?this['_handleRenameSuggestionDescription'](_0x13ca23,_0x5c73f1):this['_handleAttributeSuggestionDescription'](_0x13ca23,_0x5c73f1);continue;}'insertion'!=_0x5c73f1['type']&&'deletion'!=_0x5c73f1['type']||this['_handleInsertRemoveSuggestionDescription'](_0x13ca23,_0x5c73f1,_0x27a6d2[_0x598d82+0x1]);}}return this['_resolveDescriptionItems'](_0x13ca23);}['registerDescriptionCallback'](_0x663e0c){this['_customCallbacks']['push'](_0x663e0c);}['registerElementLabel'](_0x56227d,_0xb9e779,_0x1ab560=_0x580888['normal']){'function'==typeof _0x56227d?_0x170d0f(this['_itemLabelsCallbacks'],{'matchingCallback':_0x56227d,'label':_0xb9e779,'priority':_0x1ab560}):this['_itemLabels']['set'](_0x56227d,_0xb9e779);}['registerAttributeLabel'](_0x3cec22,_0x4fda56){this['_attributeLabels']['set'](_0x3cec22,_0x4fda56);}['getItemLabel'](_0x3bbe19,_0x3598e5=0x1){let _0x1db05c;for(const _0x267f37 of this['_itemLabelsCallbacks'])if(_0x267f37['matchingCallback'](_0x3bbe19)){_0x1db05c=_0x267f37['label'];break;}return _0x1db05c||(_0x1db05c=this['_itemLabels']['get'](_0x3bbe19['name'])),_0x1db05c?_0x1db05c(_0x3598e5):0x1!==_0x3598e5?_0x3598e5+'\x20'+_0x3bbe19['name']+'s':''+_0x3bbe19['name'];}['_addDescriptionItems'](_0x1b05e2,_0x1bcaa0){const _0x121bd1=_0x1bcaa0['getFirstRange']()['getWalker'](),_0x386305='insertion'==_0x1bcaa0['type']?'add':'remove';for(const _0x5cd730 of _0x121bd1){const _0x44c8da=_0x5cd730['item'],_0x2cfa50=_0x1b05e2[_0x1b05e2['length']-0x1];if(_0x44c8da['is']('$textProxy'))_0x2cfa50&&_0x2cfa50['type']['indexOf']('Container')>-0x1&&_0x1b05e2['pop'](),_0x2cfa50&&'text'==_0x2cfa50['type']?_0x2cfa50[_0x386305]+=_0x44c8da['data']:_0x1b05e2['push']({'type':'text','add':'add'==_0x386305?_0x44c8da['data']:'','remove':'remove'==_0x386305?_0x44c8da['data']:''});else{if(this['_schema']['isObject'](_0x44c8da)){const _0x2cf8e5=_0x44c8da;if(_0x2cfa50&&_0x2cfa50['type']['indexOf']('Container')>-0x1&&_0x1b05e2['pop'](),'elementEnd'==_0x5cd730['type'])continue;_0x2cfa50&&_0x2cfa50['type']==_0x386305+'Object'&&_0x2cfa50['element']['name']==_0x2cf8e5['name']?_0x2cfa50['quantity']++:_0x1b05e2['push']({'type':_0x386305+'Object','element':_0x2cf8e5,'quantity':0x1}),_0x121bd1['skip'](_0x330bce=>!('elementEnd'==_0x330bce['type']&&_0x330bce['item']==_0x44c8da));}else{if(this['_schema']['checkChild'](_0x44c8da,'$text')||_0x44c8da['is']('element','softBreak')){const _0x3c3f10=_0x44c8da;if('add'==_0x386305&&'elementStart'==_0x5cd730['type']||'remove'==_0x386305&&'elementEnd'==_0x5cd730['type'])continue;if(_0x2cfa50&&-0x1==_0x2cfa50['type']['indexOf']('Container')){'text'==_0x2cfa50['type']&&(_0x2cfa50[_0x386305]+='\x0a');continue;}let _0x22ec5e;if(_0x22ec5e='add'==_0x386305?_0x3c3f10['nextSibling']&&!this['_schema']['isObject'](_0x3c3f10['nextSibling'])?_0x3c3f10['nextSibling']:null:_0x3c3f10['previousSibling']&&!this['_schema']['isObject'](_0x3c3f10['previousSibling'])?_0x3c3f10['previousSibling']:null,_0x3c3f10['isEmpty']||_0x22ec5e&&_0x22ec5e['isEmpty']){const _0x58ec30=_0x22ec5e&&_0x22ec5e['isEmpty']?_0x22ec5e:_0x3c3f10;_0x2cfa50&&_0x2cfa50['type']==_0x386305+'EmptyContainer'&&_0x2cfa50['element']['name']==_0x58ec30['name']?_0x2cfa50['quantity']++:_0x1b05e2['push']({'type':_0x386305+'EmptyContainer','element':_0x58ec30,'quantity':0x1});}else _0x1b05e2['push']({'type':_0x386305+'Container','element':_0x3c3f10});}}}}}['_resolveDescriptionItems'](_0x3fb80f){const _0x37d3b6=this['_locale'],_0x4f780d=[],_0x32ee4b=[],_0x2bbbd3=[];for(const _0xbe5972 of _0x3fb80f)switch(_0xbe5972['type']){case'text':if(_0xbe5972['add']=_0xbe5972['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0xbe5972['remove']=_0xbe5972['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0xbe5972['add']&&''!=_0xbe5972['remove']){_0x4f780d['push']({'type':'replace','content':o(_0x37d3b6,'REPLACE_TEXT',['\x22'+_0xbe5972['remove']+'\x22','\x22'+_0xbe5972['add']+'\x22'])});continue;}if(null!=_0xbe5972['add']['match'](/^ +$/)){_0x4f780d['push']({'type':'insertion','content':o(_0x37d3b6,'*Insert:*\x20%0',o(_0x37d3b6,'ELEMENT_SPACE',_0xbe5972['add']['length']))});continue;}if(null!=_0xbe5972['remove']['match'](/^ +$/)){_0x4f780d['push']({'type':'deletion','content':o(_0x37d3b6,'*Remove:*\x20%0',o(_0x37d3b6,'ELEMENT_SPACE',_0xbe5972['remove']['length']))});continue;}if(''!=_0xbe5972['add']){_0x4f780d['push']({'type':'insertion','content':o(_0x37d3b6,'*Insert:*\x20%0','\x22'+_0xbe5972['add']+'\x22')});continue;}_0x4f780d['push']({'type':'deletion','content':o(_0x37d3b6,'*Remove:*\x20%0','\x22'+_0xbe5972['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x4f780d['push']({'type':'insertion','content':o(_0x37d3b6,'*Insert:*\x20%0',this['getItemLabel'](_0xbe5972['element'],_0xbe5972['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x4f780d['push']({'type':'deletion','content':o(_0x37d3b6,'*Remove:*\x20%0',this['getItemLabel'](_0xbe5972['element'],_0xbe5972['quantity']))});continue;case'addContainer':_0x4f780d['push']({'type':'insertion','content':o(_0x37d3b6,'*Split:*\x20%0',this['getItemLabel'](_0xbe5972['element'],_0xbe5972['quantity']))});continue;case'removeContainer':_0x4f780d['push']({'type':'deletion','content':o(_0x37d3b6,'*Merge:*\x20%0',this['getItemLabel'](_0xbe5972['element'],_0xbe5972['quantity']))});continue;case'addFormat':_0x32ee4b['push'](_0xbe5972['key']);continue;case'removeFormat':_0x2bbbd3['push'](_0xbe5972['key']);continue;default:_0x4f780d['push'](_0xbe5972);}if(_0x32ee4b['length']){const _0x564c3c=_0x32ee4b['map'](_0x5c15a0=>this['_attributeLabels']['has'](_0x5c15a0)?this['_attributeLabels']['get'](_0x5c15a0):_0x5c15a0)['join'](',\x20');_0x4f780d['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x564c3c)});}if(_0x2bbbd3['length']){const _0x58548c=_0x2bbbd3['map'](_0x3645f3=>this['_attributeLabels']['has'](_0x3645f3)?this['_attributeLabels']['get'](_0x3645f3):_0x3645f3)['join'](',\x20');_0x4f780d['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x58548c)});}return _0x4f780d;}['_handleCustomCallbackDescription'](_0x37cea8){for(const _0xd98720 of this['_customCallbacks']){const _0x557531=_0xd98720(_0x37cea8);if(_0x557531&&'type'in _0x557531)return _0x557531;}}['_handleAttributeSuggestionDescription'](_0x81441,_0x32e507){const _0x476e86=_0x32e507['data'],_0x239673=void 0x0===_0x476e86['newValue']?'removeFormat':'addFormat';_0x81441['push']({'type':_0x239673,'key':_0x476e86['key']});}['_handleRenameSuggestionDescription'](_0x4c6d13,_0x47b325){_0x4c6d13['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x47b325['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x54e5ea,_0x50638d,_0x39ece0){if(this['_addDescriptionItems'](_0x54e5ea,_0x50638d),_0x39ece0&&_0x39ece0['getFirstRange']()&&!_0x50638d['getFirstRange']()['end']['isEqual'](_0x39ece0['getFirstRange']()['start'])){const _0x10023e=_0x54e5ea[_0x54e5ea['length']-0x1],_0x38a59b='insertion'==_0x50638d['type']?'add':'remove';_0x10023e&&'text'==_0x10023e['type']&&(_0x10023e[_0x38a59b]+='\x0a');}}}class R extends _0x4043ba{['afterInit'](){const _0x5f402e=this['editor'],_0x984fc8=_0x5f402e['plugins']['get']('TrackChangesEditing');_0x5f402e['commands']['get']('showAIAssistant')&&_0x984fc8['enableCommand']('showAIAssistant');}}class T extends _0x4043ba{['afterInit'](){const _0x37fd4e=this['editor'],_0x4539fd=_0x37fd4e['plugins']['get']('TrackChangesEditing');_0x37fd4e['commands']['get']('toggleAi')&&_0x4539fd['enableCommand']('toggleAi');}}class E extends _0x4043ba{['afterInit'](){const _0x28bb26=this['editor'],_0x3b58fc=_0x28bb26['plugins']['get']('TrackChangesEditing');_0x28bb26['commands']['get']('aiQuickAction')&&_0x3b58fc['enableCommand']('aiQuickAction');}}class U extends _0x4043ba{['afterInit'](){const _0x441a86=this['editor'],_0x1b5c76=_0x441a86['locale'];if(!_0x441a86['plugins']['has']('AlignmentEditing'))return;const _0x212c34=_0x441a86['plugins']['get']('TrackChangesEditing');_0x212c34['enableDefaultAttributesIntegration']('alignment'),_0x212c34['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x1b5c76,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x593045=this['editor'],_0xd494d3=_0x593045['locale'];_0x593045['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x80715b=>{if('formatBlock'!=_0x80715b['type'])return;const {data:_0x2c4132}=_0x80715b;if(_0x2c4132&&'alignment'==_0x2c4132['commandName']){const _0x126a8d=_0x2c4132['commandParams'][0x0]['value'];return{'type':'format','content':o(_0xd494d3,'*Format:*\x20%0',function(_0xbc7c09){switch(_0xbc7c09){case'left':return o(_0xd494d3,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0xd494d3,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0xd494d3,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0xd494d3,'FORMAT_JUSTIFY_TEXT');}}(_0x126a8d))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class V extends _0x4043ba{['afterInit'](){const _0x180bd1=this['editor'],_0x545bba=_0x180bd1['plugins']['get']('TrackChangesEditing'),_0x18088b=_0x180bd1['locale'];for(const _0x3b067f of ti){if(!_0x180bd1['plugins']['has'](_0x3b067f))continue;const _0x30dc45=_0x3b067f['slice'](0x0,-0x7)['toLowerCase'](),_0x114b61='FORMAT_'+_0x30dc45['toUpperCase']();_0x545bba['enableDefaultAttributesIntegration'](_0x30dc45),_0x545bba['descriptionFactory']['registerAttributeLabel'](_0x30dc45,o(_0x18088b,_0x114b61));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xbecd6b=this['editor'],_0x562220=_0xbecd6b['locale'],_0x5cce36=_0xbecd6b['plugins']['get']('TrackChangesEditing');function _0x451b43(_0x223197,_0x3d8ee3){_0x5cce36['descriptionFactory']['registerDescriptionCallback'](_0x582d7b=>{if('formatInline'!=_0x582d7b['type'])return;const {data:_0x26da2a}=_0x582d7b;return _0x26da2a&&_0x26da2a['commandName']===_0x223197?_0x26da2a['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x562220,'*Format:*\x20%0',_0x3d8ee3)}:{'type':'format','content':o(_0x562220,'*Remove\x20format:*\x20%0',_0x3d8ee3)}:void 0x0;});}_0x451b43('bold',o(_0x562220,'FORMAT_BOLD')),_0x451b43('italic',o(_0x562220,'FORMAT_ITALIC')),_0x451b43('underline',o(_0x562220,'FORMAT_UNDERLINE')),_0x451b43('code',o(_0x562220,'FORMAT_CODE')),_0x451b43('strikethrough',o(_0x562220,'FORMAT_STRIKETHROUGH')),_0x451b43('subscript',o(_0x562220,'FORMAT_SUBSCRIPT')),_0x451b43('superscript',o(_0x562220,'FORMAT_SUPERSCRIPT'));}}class F extends _0x4043ba{['afterInit'](){const _0x43371b=this['editor'],_0x5b1d7f=_0x43371b['locale'];if(!_0x43371b['plugins']['has']('BlockQuoteEditing'))return;const _0x1d2bd2=_0x43371b['plugins']['get']('TrackChangesEditing'),_0x334122=this['editor']['commands']['get']('blockQuote');_0x1d2bd2['enableCommand']('blockQuote',(_0x25eb7a,_0x3c38f9={})=>{const _0x374fb2=this['editor']['model']['document']['selection'],_0x4076f1=_0x3c38f9&&void 0x0!==_0x3c38f9['forceValue']?_0x3c38f9['forceValue']:!_0x334122['value'];let _0x5ceb27=[];if(_0x4076f1){const _0x3a44e1=Array['from'](_0x374fb2['getSelectedBlocks']())['filter'](_0x26c0d5=>oo(_0x26c0d5)||function(_0x4743fc,_0x57a2f4){const _0x44a234=_0x57a2f4['checkChild'](_0x4743fc['parent'],'blockQuote'),_0x2d99c8=_0x57a2f4['checkChild'](['$root','blockQuote'],_0x4743fc);return _0x44a234&&_0x2d99c8;}(_0x26c0d5,this['editor']['model']['schema']));_0x5ceb27=to(_0x3a44e1,_0x43371b['model']);}else{const _0x28b859=Array['from'](_0x374fb2['getSelectedBlocks']())['filter'](_0x3b8db3=>oo(_0x3b8db3));_0x5ceb27=to(_0x28b859,_0x43371b['model']);}_0x43371b['model']['change'](()=>{for(const _0x5d9949 of _0x5ceb27)_0x1d2bd2['markBlockFormat'](_0x5d9949,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x4076f1}]});});}),_0x1d2bd2['descriptionFactory']['registerDescriptionCallback'](_0x3b06d5=>{const {data:_0x620535}=_0x3b06d5;if(_0x620535&&'blockQuote'==_0x620535['commandName']){const _0x245031=o(_0x5b1d7f,'ELEMENT_BLOCK_QUOTE');return _0x620535['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x5b1d7f,'*Set\x20format:*\x20%0',_0x245031)}:{'type':'format','content':o(_0x5b1d7f,'*Remove\x20format:*\x20%0',_0x245031)};}});}}function oo(_0x3762ae){return'blockQuote'==_0x3762ae['parent']['name'];}class G extends _0x4043ba{['afterInit'](){const _0x48c7ff=this['editor'],_0x1f4485=_0x48c7ff['locale'],_0x29b45f=_0x48c7ff['plugins']['get']('TrackChangesEditing');_0x48c7ff['plugins']['has']('BookmarkEditing')&&(_0x29b45f['enableCommand']('insertBookmark'),_0x29b45f['enableDefaultAttributesIntegration']('updateBookmark'),_0x29b45f['descriptionFactory']['registerDescriptionCallback'](_0x11c3d7=>{if('insertion'!=_0x11c3d7['type']&&'deletion'!=_0x11c3d7['type']&&'attribute'!=_0x11c3d7['type'])return;const _0x3f5ab3=_0x11c3d7['getContainedElement']();if(null==_0x3f5ab3)return;if(!_0x3f5ab3['is']('element','bookmark'))return;const _0x5371a6=_0x3f5ab3['getAttribute']('bookmarkId');if('insertion'==_0x11c3d7['type'])return{'type':'insertion','content':o(_0x1f4485,'*Insert:*\x20%0','\x22'+_0x5371a6+'\x22\x20'+o(_0x1f4485,'ELEMENT_BOOKMARK'))};if('deletion'==_0x11c3d7['type'])return{'type':'deletion','content':o(_0x1f4485,'*Remove:*\x20%0','\x22'+_0x5371a6+'\x22\x20'+o(_0x1f4485,'ELEMENT_BOOKMARK'))};const {data:_0x24f091}=_0x11c3d7;if(!_0x24f091||'bookmarkId'!=_0x24f091['key'])return;return{'type':'format','content':o(_0x1f4485,'*Set\x20bookmark:*\x20%0','\x22'+_0x24f091['newValue']+'\x22')};}));}}class L extends _0x4043ba{['afterInit'](){const _0x4dc7e2=this['editor'];_0x4dc7e2['plugins']['has']('CaseChange')&&(_0x4dc7e2['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x4dc7e2['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x4dc7e2['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class J extends _0x4043ba{['afterInit'](){const _0x4291bd=this['editor'];_0x4291bd['commands']['get']('ckbox')&&_0x4291bd['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class q extends _0x4043ba{['afterInit'](){const _0x204aa2=this['editor'];if(!_0x204aa2['plugins']['has']('CodeBlock'))return;const _0x452e04=_0x204aa2['plugins']['get']('TrackChangesEditing'),_0x1e9120=_0x204aa2['locale'],_0x17df69=_0x204aa2['config']['get']('codeBlock')['languages'],_0x1d8f28=_0x204aa2['commands']['get']('codeBlock');_0x452e04['enableCommand']('indentCodeBlock'),_0x452e04['enableCommand']('outdentCodeBlock'),_0x452e04['enableCommand']('codeBlock',(_0x49a4e2,_0x4629b8={})=>{const _0x3f8b83=_0x204aa2['model'],_0x50762a=_0x204aa2['model']['document']['selection'],_0x4956f5=_0x4629b8&&void 0x0!==_0x4629b8['forceValue']?_0x4629b8['forceValue']:!_0x1d8f28['value'];let _0x4fecf3;_0x4629b8['language']||(_0x4629b8['language']=_0x17df69[0x0]['language']),_0x4fecf3=_0x4956f5?Array['from'](_0x50762a['getSelectedBlocks']())['filter'](_0x36df25=>co(_0x36df25)||function(_0x1b35cc,_0x5496e3){if(_0x1b35cc['is']('rootElement')||_0x5496e3['isLimit'](_0x1b35cc))return!0x1;return _0x5496e3['checkChild'](_0x1b35cc['parent'],'codeBlock');}(_0x36df25,_0x3f8b83['schema'])):Array['from'](_0x50762a['getSelectedBlocks']())['filter'](_0xfd721=>co(_0xfd721));const _0x26f915=to(_0x4fecf3,_0x3f8b83);_0x3f8b83['change'](()=>{for(const _0x427267 of _0x26f915)_0x452e04['markBlockFormat'](_0x427267,{'commandName':'codeBlock','commandParams':[{..._0x4629b8,'forceValue':_0x4956f5}],'formatGroupId':'blockName'});});}),(_0x452e04['descriptionFactory']['registerElementLabel']('codeBlock',_0x4b7c85=>o(_0x1e9120,'ELEMENT_CODE_BLOCK',_0x4b7c85)),_0x452e04['descriptionFactory']['registerDescriptionCallback'](_0x493472=>{if('formatBlock'!=_0x493472['type'])return;const _0x49f482=_0x1e9120['t'],{data:_0x1beb00}=_0x493472;if(!_0x1beb00||'codeBlock'!=_0x1beb00['commandName'])return;const _0x13fda2=_0x1beb00['commandParams'][0x0]['language'],_0x1cab7a=_0x49f482(_0x17df69['find'](_0x51b375=>_0x51b375['language']===_0x13fda2)['label'])['toLowerCase']();return _0x1beb00['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1e9120,'*Set\x20format:*\x20%0',o(_0x1e9120,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x1cab7a+')')}:{'type':'format','content':o(_0x1e9120,'*Remove\x20format:*\x20%0',o(_0x1e9120,'ELEMENT_CODE_BLOCK',0x1))};}));}}function co(_0x3e4e47){return'codeBlock'==_0x3e4e47['name'];}class z extends _0x4043ba{['afterInit'](){const _0x3612cc=this['editor'];if(!_0x3612cc['plugins']['has']('CommentsEditing'))return;_0x3612cc['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}class K extends _0x4043ba{static get['requires'](){return[_0x400a83];}['init'](){const _0x292291=this['editor'],_0x3358f6=_0x292291['plugins']['get']('TrackChangesEditing');_0x3358f6['enableCommand']('delete');const _0x34f6c2=_0x292291['commands']['get']('deleteForward');_0x3358f6['enableCommand']('deleteForward',(_0x1f2102,_0x4fee61={})=>{const _0x2fc9e5=_0x292291['model']['createSelection'](_0x292291['model']['document']['selection']);_0x2fc9e5['isCollapsed']&&_0x292291['model']['modifySelection'](_0x2fc9e5,{'direction':'forward','unit':_0x4fee61['unit']});const _0x4ecc1f=_0x2fc9e5['getFirstRange'](),_0x53d5d5=_0x16787b['fromRange'](_0x4ecc1f);let _0x2846da;_0x1f2102(_0x4fee61),_0x2846da='$graveyard'==_0x53d5d5['root']['rootName']?_0x292291['model']['createRange'](_0x4ecc1f['start']):_0x292291['model']['createRange'](_0x53d5d5['start'],_0x53d5d5['end']),_0x53d5d5['detach'](),_0x292291['model']['enqueueChange'](_0x34f6c2['buffer']['batch'],_0x25af0a=>{_0x34f6c2['buffer']['lock'](),_0x25af0a['setSelection'](_0x25af0a['createRange'](_0x2846da['end'])),_0x34f6c2['buffer']['unlock']();});});}}class W extends _0x4043ba{['afterInit'](){const _0x59c53d=this['editor'];if(!_0x59c53d['plugins']['has']('ListEditing'))return;const _0x209f63=_0x59c53d['locale'],_0x38b6a=_0x59c53d['plugins']['get']('TrackChangesEditing'),_0xbaba86=_0x59c53d['plugins']['has']('TodoListEditing'),_0x537190=!!_0x59c53d['config']['get']('list.multiBlock');function _0x45ec52(_0x1c67ca){return{'type':'format','content':''+o(_0x209f63,'*Set\x20format:*\x20%0',_0x1c67ca)};}function _0xde41d2(_0x478624){return{'type':'format','content':''+o(_0x209f63,'*Remove\x20format:*\x20%0',_0x478624)};}_0x38b6a['enableDefaultAttributesIntegration']('numberedList'),_0x38b6a['enableDefaultAttributesIntegration']('bulletedList'),_0x38b6a['enableDefaultAttributesIntegration']('customNumberedList'),_0x38b6a['enableDefaultAttributesIntegration']('customBulletedList'),_0x38b6a['enableDefaultAttributesIntegration']('indentList'),_0x38b6a['enableDefaultAttributesIntegration']('outdentList'),_0x38b6a['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x38b6a['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x537190&&(_0x38b6a['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x38b6a['enableDefaultAttributesIntegration']('mergeListItemForward')),_0xbaba86&&(_0x38b6a['enableDefaultAttributesIntegration']('todoList'),_0x38b6a['enableDefaultAttributesIntegration']('checkTodoList'),_0x38b6a['descriptionFactory']['registerDescriptionCallback'](_0xef4ec=>{const {data:_0x4f3687}=_0xef4ec;if(_0x4f3687&&'todoListChecked'==_0x4f3687['key'])return{'type':'format','content':_0x4f3687['newValue']?o(_0x209f63,'*Check\x20item*'):o(_0x209f63,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x454d44=>{if(_0x454d44['batch']['isUndo'])return!0x1;let _0xbfd405=!0x1;const _0x5edff4=_0x38b6a['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x115df3=>'todoListChecked'===_0x38b6a['_getAttributeKey'](_0x115df3));for(const _0x524b49 of _0x5edff4){'todo'!=_0x524b49['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x38b6a['_findSuggestions'](_0x524b49['getFirstRange'](),'attribute')['find'](_0x279dc2=>'listType'===_0x38b6a['_getAttributeKey'](_0x279dc2['suggestion']))||(_0x454d44['removeMarker'](_0x524b49['getFirstMarker']()),_0xbfd405=!0x0));}return _0xbfd405;})),_0x38b6a['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x209f63,'FORMAT_INDENT'));const _0xde751b={'type':'format','content':''};_0x38b6a['descriptionFactory']['registerDescriptionCallback'](_0x41ab0b=>{const {data:_0x315c16}=_0x41ab0b;if(!_0x315c16||'listType'!=_0x315c16['key'])return;let _0x438a1f=_0x41ab0b['head'];for(;_0x438a1f;){if(_0x438a1f['data']&&(('listStyle'==_0x438a1f['data']['key']||'listMarkerStyle'==_0x438a1f['data']['key'])&&(_0x438a1f['data']['newValue']&&'default'!=_0x438a1f['data']['newValue']||'default'!=_0x438a1f['data']['oldValue']&&!_0x315c16['newValue'])||!_0x537190&&_0x438a1f['data']['key']==m))return _0xde751b;_0x438a1f=_0x438a1f['next'];}if(null==_0x315c16['newValue'])switch(_0x315c16['oldValue']){case'bulleted':return _0xde41d2(o(_0x209f63,'ELEMENT_BULLETED_LIST'));case'numbered':return _0xde41d2(o(_0x209f63,'ELEMENT_NUMBERED_LIST'));case'todo':return _0xde41d2(o(_0x209f63,'ELEMENT_TODO_LIST'));}switch(_0x315c16['newValue']){case'bulleted':return _0x45ec52(o(_0x209f63,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x45ec52(o(_0x209f63,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x45ec52(o(_0x209f63,'ELEMENT_TODO_LIST'));}}),_0x38b6a['descriptionFactory']['registerDescriptionCallback'](_0xe578b3=>{const {data:_0x354303}=_0xe578b3;if(_0x354303&&'listIndent'==_0x354303['key'])return null==_0x354303['newValue']||null==_0x354303['oldValue']&&0x0==_0x354303['newValue']?_0xde751b:void 0x0;}),_0x38b6a['descriptionFactory']['registerDescriptionCallback'](_0x4c6a0e=>{if('attribute'!=_0x4c6a0e['type'])return;const {data:_0x4dfff8}=_0x4c6a0e;if(!_0x4dfff8||'listItemId'!=_0x4dfff8['key'])return;const _0x1e40fc=Te(_0x4c6a0e);return'newValue'==_0x1e40fc?{'type':'format','content':o(_0x209f63,'*Merge:*\x20list\x20item')}:'oldValue'==_0x1e40fc?{'type':'format','content':o(_0x209f63,'*Split:*\x20list\x20item')}:_0xde751b;}),_0x59c53d['model']['document']['registerPostFixer'](_0x317d62=>this['listItemIdFixer'](_0x317d62)),_0x59c53d['model']['document']['registerPostFixer'](_0x5e8628=>this['noTrackChangesFixer'](_0x5e8628)),_0x59c53d['model']['document']['on']('change:data',(_0x11c26c,_0x365643)=>{if(_0x365643['isUndo']||!_0x365643['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x3d8374){if(_0x3d8374['batch']['isUndo']||!_0x3d8374['batch']['isLocal'])return!0x1;let _0x51e999=!0x1;const _0x12cf9d=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1f60bf=>_0x1f60bf['data']&&'listItemId'==_0x1f60bf['data']['key'])['filter'](_0x3de4c1=>_0x3de4c1['data']['newValue']&&_0x3de4c1['data']['oldValue']);for(const _0x5ec216 of _0x12cf9d)Te(_0x5ec216)||(_0x3d8374['removeMarker'](_0x5ec216['getFirstMarker']()),_0x51e999=!0x0);return _0x51e999;}['noTrackChangesFixer'](_0x74eb42){if(_0x74eb42['batch']['isUndo']||!_0x74eb42['batch']['isLocal'])return!0x1;const _0x4aebba=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x4aebba['trackChangesCommand']['value'])return!0x1;let _0x2c6fdb=!0x1;const _0x281212=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x4968ff=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x3c9c7f=>'attribute'==_0x3c9c7f['type'])['filter'](_0x19b85d=>_0x281212['includes'](_0x19b85d['attributeKey']));if(0x0==_0x4968ff['length'])return _0x2c6fdb;for(const _0x32b26f of _0x4968ff){const _0xece82e=_0x4aebba['_findSuggestions'](_0x32b26f['range'],'attribute')['filter'](_0x2a0c5b=>!_0x2a0c5b['meta']['isNextTo'])['map'](_0x480721=>_0x480721['suggestion'])['filter'](_0x46395d=>{const _0x404138=_0x4aebba['_getAttributeKey'](_0x46395d);return _0x281212['includes'](_0x404138);});if(_0xece82e['length']){for(const _0x508c5f of _0xece82e)_0x74eb42['removeMarker'](_0x508c5f['getFirstMarker']());_0x2c6fdb=!0x0;}}return _0x2c6fdb;}['assureChains'](){const _0x2007d0=this['editor']['plugins']['get']('TrackChangesEditing'),_0x338ab5=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x5eade3;const _0x1ac49c=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x25de57=>{if(_0x25de57['data']['oldRange']||!_0x25de57['data']['newRange'])return null;if(!_0x25de57['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x55604c}=_0x2007d0['_splitMarkerName'](_0x25de57['name']);if(!_0x2007d0['hasSuggestion'](_0x55604c))return null;const _0x11952b=_0x2007d0['getSuggestion'](_0x55604c);return _0x338ab5['includes'](_0x11952b['data']['key']);})['map'](_0x115103=>{const {id:_0x14bd17}=_0x2007d0['_splitMarkerName'](_0x115103['name']),_0x1219f5=_0x2007d0['getSuggestion'](_0x14bd17);return _0x5eade3=_0x1219f5['attributes']['groupId'],_0x1219f5['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x1ac49c['size'])return;const _0x435a3a=_0x2007d0['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x24bda3=>'attribute'==_0x24bda3['type']&&_0x24bda3['data']&&_0x338ab5['includes'](_0x24bda3['data']['key'])&&_0x24bda3['attributes']['groupId']!=_0x5eade3)['map'](_0x27731e=>({'listItem':_0x27731e['getFirstRange']()['start']['nodeAfter'],'groupId':_0x27731e['attributes']['groupId']})),_0x42473e=new Set();for(const {groupId:_0x50862e,listItem:_0x1c45fc}of _0x435a3a)_0x1ac49c['has'](_0x1c45fc)&&_0x42473e['add'](_0x50862e);for(const _0x1a7386 of _0x2007d0['getSuggestions']())_0x42473e['has'](_0x1a7386['attributes']['groupId'])&&_0x1a7386['setAttribute']('groupId',_0x5eade3);}['_supportLegacySuggestions'](){const _0x4f3bae=this['editor'],_0x1ec622=_0x4f3bae['locale'],_0x5c0aba=_0x4f3bae['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x5c0aba['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x313e38,_0x3a6f1d){const _0x2113e2=[];for(let _0x598201 of _0x313e38)_0x598201['start']['nodeAfter']===_0x598201['end']['parent']&&(_0x598201=_0x4f3bae['model']['createRange'](_0x4f3bae['model']['createPositionAt'](_0x598201['start']['nodeAfter'],0x0))),_0x2113e2['push'](_0x598201);_0x4f3bae['model']['change'](_0x489d32=>{const _0x541d21=_0x4f3bae['model']['document']['selection'],_0x40b315=Array['from'](_0x541d21['getRanges']())['map'](_0x1ad736=>_0x16787b['fromRange'](_0x1ad736));_0x489d32['setSelection'](_0x2113e2),_0x4f3bae['commands']['get'](_0x3a6f1d['commandName'])['refresh'](),_0x3a6f1d['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x4f3bae['execute'](_0x3a6f1d['commandName'],..._0x3a6f1d['commandParams']),_0x489d32['setSelection'](_0x40b315);for(const _0x30e50f of _0x40b315)_0x30e50f['detach']();});}),_0x5c0aba['descriptionFactory']['registerElementLabel'](function(_0x430a9c){const _0x4a6948=!_0x4f3bae['model']['schema']['isObject'](_0x430a9c),_0x170d50=_0x430a9c['previousSibling'],_0x12b892=_0x430a9c['nextSibling'],_0x2db393=_0x430a9c['getAttribute']('listItemId'),_0x3e8882=!_0x170d50||_0x170d50['getAttribute']('listItemId')!==_0x2db393,_0x388c5e=!_0x12b892||_0x12b892['getAttribute']('listItemId')!==_0x2db393;return _0x4a6948&&Boolean(_0x2db393)&&_0x3e8882&&_0x388c5e;},_0x14ffdb=>o(_0x1ec622,'ELEMENT_LIST_ITEM',_0x14ffdb));}['_registerLegacyDescription'](){const _0x25644c=this['editor'],_0x19cbe8=_0x25644c['locale'];function _0x654a0c(_0x45e1b7){const _0x3ea8b0=_0x25644c['commands']['get']('bulletedList')['value'],_0x50fc04=_0x25644c['commands']['get']('numberedList')['value'];return'numberedList'===_0x45e1b7?_0x3ea8b0:_0x50fc04;}_0x25644c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x16f412){if('formatBlock'!=_0x16f412['type'])return;const {data:_0x173db4}=_0x16f412;if(!_0x173db4)return;let _0x465474,_0x431fc2,_0x4e70e9,_0xa7d8b1;switch(_0x173db4['commandName']){case'bulletedList':_0x4e70e9=_0x173db4['commandParams'][0x0]['forceValue'],_0xa7d8b1=_0x654a0c(_0x173db4['commandName']),_0x465474=_0x4e70e9?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0xa7d8b1&&_0x25644c['config']['get']('list.multiBlock')||(_0x465474='*Change\x20to:*\x20%0'),_0x431fc2={'type':'format','content':o(_0x19cbe8,_0x465474,o(_0x19cbe8,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x4e70e9=_0x173db4['commandParams'][0x0]['forceValue'],_0xa7d8b1=_0x654a0c(_0x173db4['commandName']),_0x465474=_0x4e70e9?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0xa7d8b1&&_0x25644c['config']['get']('list.multiBlock')||(_0x465474='*Change\x20to:*\x20%0'),_0x431fc2={'type':'format','content':o(_0x19cbe8,_0x465474,o(_0x19cbe8,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x465474='*Indent:*\x20%0',_0x431fc2={'type':'format','content':o(_0x19cbe8,_0x465474,o(_0x19cbe8,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x465474=function(_0x3cd389){const _0x4b33de=_0x3cd389['getFirstRange']();let _0x4896be=_0x4b33de['start']['nodeAfter'];for(;_0x4896be&&_0x4b33de['containsItem'](_0x4896be);){if(_0x4896be['getAttribute']('listIndent')>0x0)return!0x1;_0x4896be=_0x4896be['nextSibling'];}return!0x0;}(_0x16f412)?o(_0x19cbe8,'*Format:*\x20remove\x20from\x20%0',o(_0x19cbe8,function(_0x5b38fe){return'ELEMENT_'+_0x5b38fe['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x16f412))):o(_0x19cbe8,'*Outdent:*\x20%0',o(_0x19cbe8,'ELEMENT_LIST_ITEM')),_0x431fc2={'type':'format','content':_0x465474};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x173db4['multipleBlocks']&&(_0x465474='*Merge:*\x20%0',_0x431fc2={'type':'deletion','content':o(_0x19cbe8,_0x465474,o(_0x19cbe8,'ELEMENT_LIST_ITEM'))});}return _0x431fc2;});}}function Te(_0x3c5ffd){let _0x16f48e=_0x3c5ffd['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x16f48e;){const _0x4c2aac=_0x16f48e['getAttribute']('listItemId');if(!_0x4c2aac)return!0x1;if(_0x4c2aac==_0x3c5ffd['data']['newValue'])return'newValue';if(_0x4c2aac==_0x3c5ffd['data']['oldValue'])return'oldValue';_0x16f48e=_0x16f48e['previousSibling'];}return!0x1;}class H extends _0x4043ba{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x74df66=this['editor']['config']['get']('list.properties'),_0x27c0ab=this['editor']['plugins']['get']('TrackChangesEditing');_0x74df66['styles']&&_0x27c0ab['enableDefaultAttributesIntegration']('listStyle'),_0x74df66['reversed']&&_0x27c0ab['enableDefaultAttributesIntegration']('listReversed'),_0x74df66['startIndex']&&_0x27c0ab['enableDefaultAttributesIntegration']('listStart');const _0x2f3f51={'type':'format','content':''};_0x27c0ab['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x5ea031=this['editor']['locale'];_0x27c0ab['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x5ea031,'FORMAT_LIST_REVERSED')),_0x27c0ab['descriptionFactory']['registerDescriptionCallback'](_0x16600=>{const {data:_0x25ccc2}=_0x16600;if(_0x25ccc2&&'listReversed'==_0x25ccc2['key'])return null==_0x25ccc2['newValue']||0x0==_0x25ccc2['newValue']&&null==_0x25ccc2['oldValue']?_0x2f3f51:void 0x0;}),_0x27c0ab['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x5ea031,'FORMAT_LIST_START')),_0x27c0ab['descriptionFactory']['registerDescriptionCallback'](_0x5bb753=>{const {data:_0x39464c}=_0x5bb753;if(_0x39464c&&'listStart'==_0x39464c['key'])return null==_0x39464c['newValue']||0x1==_0x39464c['newValue']&&null==_0x39464c['oldValue']?_0x2f3f51:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x4c469b=>{if(_0x4c469b['batch']['isUndo'])return!0x1;let _0x5888da=!0x1;const _0x38bf28=_0x27c0ab['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4faad2=>{const _0x2976a4=_0x27c0ab['_getAttributeKey'](_0x4faad2);return'listStart'==_0x2976a4||'listReversed'==_0x2976a4;});for(const _0xe5ed57 of _0x38bf28){const _0x5f044f=_0xe5ed57['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x5f044f||'customNumbered'==_0x5f044f)continue;_0x27c0ab['_findSuggestions'](_0xe5ed57['getFirstRange'](),'attribute')['find'](_0x531da5=>'listType'==_0x27c0ab['_getAttributeKey'](_0x531da5['suggestion']))||(_0x4c469b['removeMarker'](_0xe5ed57['getFirstMarker']()),_0x5888da=!0x0);}return _0x5888da;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x20cebe){const _0x5158c5=this['editor']['locale'],{data:_0x1bede0}=_0x20cebe,_0x1789b0={'type':'format','content':''};if(!_0x1bede0||'listStyle'!=_0x1bede0['key'])return;if(!_0x1bede0['oldValue'])return'default'==_0x1bede0['newValue']?_0x1789b0:{'type':'format','content':''+o(_0x5158c5,'*Set\x20format:*\x20%0',o(_0x5158c5,this['_getTranslationKeyForListStyle'](_0x1bede0['newValue'])))};if(!_0x1bede0['newValue']){if('default'==_0x1bede0['oldValue'])return _0x1789b0;let _0x5318ba=_0x20cebe['head'];for(;_0x5318ba;){if(_0x5318ba['data']&&'listType'==_0x5318ba['data']['key']&&_0x5318ba['data']['newValue'])return _0x1789b0;_0x5318ba=_0x5318ba['next'];}return{'type':'format','content':''+o(_0x5158c5,'*Remove\x20format:*\x20%0',o(_0x5158c5,this['_getTranslationKeyForListStyle'](_0x1bede0['oldValue'])))};}if('default'!=_0x1bede0['newValue'])return{'type':'format','content':''+o(_0x5158c5,'*Set\x20format:*\x20%0',o(_0x5158c5,this['_getTranslationKeyForListStyle'](_0x1bede0['newValue'])))};let _0x5bbc25=_0x20cebe['head'];for(;_0x5bbc25;){if(_0x5bbc25['data']&&'listType'==_0x5bbc25['data']['key']&&_0x5bbc25['data']['newValue']&&_0x5bbc25['data']['oldValue'])return _0x1789b0;_0x5bbc25=_0x5bbc25['next'];}return{'type':'format','content':o(_0x5158c5,'*Set\x20format:*\x20%0',o(_0x5158c5,'ELEMENT_'+_0x20cebe['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x4500b1=this['editor'],_0x56f559=_0x4500b1['locale'];_0x4500b1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5c2fde=>{if('formatBlock'!=_0x5c2fde['type'])return;const {data:_0x51f457}=_0x5c2fde;if(!_0x51f457)return;let _0x5abb3e,_0x4c1764;switch(_0x51f457['commandName']){case'listStyle':_0x5abb3e='*Change\x20to:*\x20%0',_0x4c1764={'type':'format','content':o(_0x56f559,_0x5abb3e,o(_0x56f559,this['_getTranslationKeyForListStyle'](_0x51f457['commandParams'][0x0]['type'])))};break;case'listReversed':_0x5abb3e=_0x51f457['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x4c1764={'type':'format','content':o(_0x56f559,_0x5abb3e)};break;case'listStart':_0x5abb3e='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x4c1764={'type':'format','content':o(_0x56f559,_0x5abb3e,_0x51f457['commandParams'][0x0]['startIndex'])};}return _0x4c1764;});}['_getTranslationKeyForListStyle'](_0x1a0e49){return'ELEMENT_'+function(_0x4033c4){if(ye['includes'](_0x4033c4))return'bulleted';if(Se['includes'](_0x4033c4))return'numbered';return null;}(_0x1a0e49)['toUpperCase']()+'_LIST_'+_0x1a0e49['toUpperCase']()['replace'](/-/g,'_');}}const ye=['disc','circle','square'],Se=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class Q extends _0x4043ba{['afterInit'](){const _0x14abb5=this['editor'];_0x14abb5['commands']['get']('emoji')&&_0x14abb5['plugins']['get']('TrackChangesEditing')['enableCommand']('emoji');}}class X extends _0x4043ba{static get['requires'](){return[_0x313d8a];}['init'](){const _0x5ba51d=this['editor'],_0x2be4f9=_0x5ba51d['plugins']['get']('TrackChangesEditing'),_0x3832f=_0x5ba51d['commands']['get']('enter');_0x2be4f9['enableCommand']('enter',()=>{_0x5ba51d['model']['change'](_0x16d1b4=>{const _0x17f47d=_0x5ba51d['model']['document']['selection'],_0x47619a=_0x17f47d['getFirstPosition'](),_0x46be29=_0x16787b['fromRange'](_0x17f47d['getFirstRange']());if(_0x3832f['enterBlock'](_0x16d1b4)){const _0x414324=_0x5ba51d['model']['createPositionAt'](_0x47619a['parent']['nextSibling'],0x0),_0x29c222=_0x16d1b4['createRange'](_0x47619a,_0x414324);_0x2be4f9['markInsertion'](_0x29c222);}else _0x16d1b4['setSelection'](_0x16d1b4['createRange'](_0x46be29['end']));_0x46be29['detach'](),_0x3832f['fire']('afterExecute',{'writer':_0x16d1b4});});});}}class Y extends _0x4043ba{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x4bb0c8=this['editor']['plugins']['get']('TrackChangesEditing');_0x4bb0c8['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x4bb0c8['enableCommand']('findNext'),_0x4bb0c8['enableCommand']('findPrevious'),_0x4bb0c8['enableCommand']('replace'),_0x4bb0c8['enableCommand']('replaceAll');}['handleFindCommand'](_0x4430a5,_0x1f3419,_0x18cc8c={}){const _0x3d8cb0=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x4430a5(_0x4938b2=>{let _0x13df58=('string'==typeof _0x1f3419?_0x3d8cb0['findByTextCallback'](_0x1f3419,_0x18cc8c):_0x1f3419)(_0x4938b2);Array['isArray'](_0x13df58)&&(_0x13df58={'results':_0x13df58,'searchText':'string'==typeof _0x1f3419?_0x1f3419:''});const _0x1777fc=_0x13df58['results']['filter'](_0x3c9262=>!0x1===this['_isInDeletionRange'](_0x3c9262,_0x4938b2['item']));return{..._0x13df58,'results':_0x1777fc};},_0x18cc8c);}['_isInDeletionRange'](_0x339818,_0xa63e9c){const _0x4f2325=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0xa63e9c,_0x339818['start']),this['editor']['model']['createPositionAt'](_0xa63e9c,_0x339818['end']));for(const _0x81752f of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x4f2325['getIntersection'](_0x81752f['getRange']()))return!0x0;return!0x1;}}const eo=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Z extends _0x4043ba{['afterInit'](){const _0x1356f8=this['editor']['locale'],_0xa8ebd7=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x588df7,commandName:_0x480cba}of eo)this['editor']['plugins']['has'](_0x588df7)&&_0xa8ebd7['enableDefaultAttributesIntegration'](_0x480cba);_0xa8ebd7['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x1356f8,'FORMAT_FONT_SIZE')),_0xa8ebd7['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x1356f8,'FORMAT_FONT_FAMILY')),_0xa8ebd7['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x1356f8,'FORMAT_FONT_COLOR')),_0xa8ebd7['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x1356f8,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x45b685=this['editor'],_0x3c6372=_0x45b685['locale'];_0x45b685['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3fa36d=>{const _0x134c7e=_0x3c6372['t'];if('formatInline'!=_0x3fa36d['type'])return;const {data:_0x305364}=_0x3fa36d;if(null!=_0x305364){if('fontSize'==_0x305364['commandName']){const _0x1bc432=_0x305364['commandParams'][0x0]['value'];if(_0x1bc432){const _0x3fec61=_0x134c7e(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x3ff17d=>_0x3ff17d['model']==_0x1bc432)['title'])['toLowerCase']();return{'type':'format','content':o(_0x3c6372,'*Set\x20font\x20size:*\x20%0',_0x3fec61)};}return{'type':'format','content':o(_0x3c6372,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x305364['commandName']){const _0x1f2ae7=_0x305364['commandParams'][0x0]['value'];return _0x1f2ae7?{'type':'format','content':o(_0x3c6372,'*Set\x20font\x20family:*\x20%0',_0x1f2ae7)}:{'type':'format','content':o(_0x3c6372,'*Reset\x20font\x20family*')};}if('fontColor'==_0x305364['commandName']){const _0x14698d=_0x305364['commandParams'][0x0]['value'];if(_0x14698d){const _0x343854=_0x2991b0(this['editor']['config']['get']('fontColor.colors'))['find'](_0xd3e3b=>_0xd3e3b['model']==_0x14698d);let _0x2fe8c5=_0x14698d,_0x42589f='';return _0x343854&&(_0x2fe8c5=_0x343854['label'],_0x42589f=_0x134c7e(_0x2fe8c5)['toLowerCase']()),{'type':'format','content':o(_0x3c6372,'*Set\x20font\x20color:*\x20%0',_0x42589f)['trim'](),'color':{'value':_0x14698d,'title':_0x42589f||_0x2fe8c5}};}return{'type':'format','content':o(_0x3c6372,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x305364['commandName']){const _0xe114ae=_0x305364['commandParams'][0x0]['value'];if(_0xe114ae){const _0x465c62=_0x2991b0(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x4ce0c1=>_0x4ce0c1['model']==_0xe114ae);let _0x17c3b0=_0xe114ae,_0x46f60c='';return _0x465c62&&(_0x17c3b0=_0x465c62['label'],_0x46f60c=_0x134c7e(_0x17c3b0)['toLowerCase']()),{'type':'format','content':o(_0x3c6372,'*Set\x20font\x20background\x20color:*\x20%0',_0x46f60c)['trim'](),'color':{'value':_0xe114ae,'title':_0x46f60c||_0x17c3b0}};}return{'type':'format','content':o(_0x3c6372,'*Reset\x20font\x20background\x20color*')};}}});}}class tt extends _0x4043ba{['afterInit'](){const {plugins:_0x4893b9}=this['editor'];_0x4893b9['has']('FootnotesEditing')&&this['_registerFootnotesEditingIntegration'](),_0x4893b9['has']('FootnotesPropertiesEditing')&&this['_registerFootnotesPropertiesEditingIntegration']();}['_registerFootnotesPropertiesEditingIntegration'](){const {locale:_0x5ce1fe,plugins:_0x537ffb,commands:_0x5e4dea}=this['editor'],_0x5b42a7=_0x537ffb['get']('TrackChangesEditing');_0x5e4dea['get']('footnotesStyle')&&_0x5b42a7['enableDefaultAttributesIntegration']('footnotesStyle'),_0x5e4dea['get']('footnotesStart')&&_0x5b42a7['enableDefaultAttributesIntegration']('footnotesStart'),_0x5b42a7['registerBlockAttribute']('footnotesListStyle'),_0x5b42a7['descriptionFactory']['registerAttributeLabel']('footnotesListStyle',o(_0x5ce1fe,'FORMAT_FOOTNOTES_LIST_STYLE')),_0x5b42a7['registerBlockAttribute']('footnotesListStart'),_0x5b42a7['descriptionFactory']['registerAttributeLabel']('footnotesListStart',o(_0x5ce1fe,'FORMAT_FOOTNOTES_LIST_START'));}['_registerFootnotesEditingIntegration'](){const _0x178e94=this['editor']['plugins']['get']('TrackChangesEditing'),{locale:_0x14d30d,commands:_0x4bc3ed}=this['editor'];_0x4bc3ed['get']('insertFootnote')&&_0x178e94['enableCommand']('insertFootnote'),_0x178e94['descriptionFactory']['registerElementLabel']('footnoteRef',_0x3cfcf8=>o(_0x14d30d,'ELEMENT_FOOTNOTE_REF',_0x3cfcf8)),_0x178e94['descriptionFactory']['registerElementLabel']('footnoteDefinition',_0x28a42c=>o(_0x14d30d,'ELEMENT_FOOTNOTE_DEFINITION',_0x28a42c)),_0x178e94['descriptionFactory']['registerElementLabel']('footnotesDefinitions',_0x6711a3=>o(_0x14d30d,'ELEMENT_FOOTNOTES_DEFINITIONS_LIST',_0x6711a3));}}class nt extends _0x4043ba{['afterInit'](){const _0x541778=this['editor'],_0x4a3e41=_0x541778['plugins']['get']('TrackChangesEditing'),_0x389fa6=_0x541778['commands']['get']('copyFormat'),_0x176207=_0x541778['commands']['get']('pasteFormat');_0x389fa6&&_0x176207&&(_0x4a3e41['enableDefaultAttributesIntegration']('pasteFormat'),_0x4a3e41['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x1965d6=this['editor'],_0x22c36b=_0x1965d6['locale'];_0x1965d6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2e637c=>{if('formatBlock'!=_0x2e637c['type']&&'formatInline'!=_0x2e637c['type'])return;const {data:_0x1dc5e9}=_0x2e637c;if(_0x1dc5e9&&'pasteFormat'===_0x1dc5e9['commandName']){const _0x3c1c46=[],_0x733709=_0x1dc5e9['commandParams'][0x0];for(const [_0x20cbe1,_0x273a1c]of Object['entries'](_0x733709))_0x3c1c46['push'](ro(_0x1965d6,_0x20cbe1,_0x273a1c));return _0x3c1c46['length']?{'type':'format','content':o(_0x22c36b,'*Set\x20format\x20to:*\x20%0',_0x3c1c46['join'](',\x20'))}:{'type':'format','content':o(_0x22c36b,'*Remove\x20all\x20formatting*')};}});}}function ro(_0x49cc67,_0xb52e23,_0x2349c2){const _0x43d29b=_0x49cc67['locale']['t'],_0x12ed08=_0xb52e23['split'](/(?=[A-Z])/)['join']('\x20'),_0x4be76e=_0x43d29b(_0x12ed08['charAt'](0x0)['toUpperCase']()+_0x12ed08['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x2349c2)return _0x4be76e;if('fontColor'===_0xb52e23||'fontBackgroundColor'===_0xb52e23){const _0x52f9d6=_0x2991b0(_0x49cc67['config']['get']('fontColor.colors'))['find'](_0x5db42d=>_0x5db42d['model']==_0x2349c2);return _0x4be76e+'\x20('+(_0x52f9d6?_0x43d29b(_0x52f9d6['label'])['toLowerCase']():_0x2349c2)+')';}if('fontSize'===_0xb52e23&&isNaN(parseFloat(_0x2349c2))){const _0x3b93b7=_0x49cc67['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x49cc67['config']['get']('fontSize.options'))['find'](_0x4d8f2f=>_0x4d8f2f['model']==_0x2349c2);return _0x4be76e+'\x20('+(_0x3b93b7?_0x43d29b(_0x3b93b7['title'])['toLowerCase']():_0x2349c2)+')';}return _0x4be76e+'\x20('+_0x2349c2+')';}class it extends _0x4043ba{['_headingOptions'];['afterInit'](){const _0x29e393=this['editor'];if(!_0x29e393['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x29e393['config']['get']('heading.options');const _0x39be15=_0x29e393['locale'],_0xc6ee81=_0x29e393['plugins']['get']('TrackChangesEditing');_0xc6ee81['enableDefaultAttributesIntegration']('heading');for(const _0x12219e of this['_headingOptions'])'paragraph'!=_0x12219e['model']&&_0xc6ee81['descriptionFactory']['registerElementLabel'](_0x12219e['model'],_0x5a6435=>{const _0x2d6ca4=this['_getHeadingLevel'](_0x12219e['model']);return null!==_0x2d6ca4?_0x5d4fdd(_0x5a6435,_0x2d6ca4):_0xbdf184(_0x5a6435,_0x12219e['title']);});function _0x5d4fdd(_0x45048b,_0x5793a7){return o(_0x39be15,'ELEMENT_HEADING',[_0x45048b,_0x5793a7]);}function _0xbdf184(_0x2fd179,_0x4b37ea){return o(_0x39be15,'ELEMENT_HEADING_CUSTOM',[_0x2fd179,_0x4b37ea]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xbf29=this['editor'],_0x5f0f53=_0xbf29['locale'];function _0x426bff(_0x1b41bf,_0x396136){return o(_0x5f0f53,'ELEMENT_HEADING_CUSTOM',[_0x1b41bf,_0x396136]);}_0xbf29['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2405ce=>{if('formatBlock'!=_0x2405ce['type'])return;const {data:_0x51edb1}=_0x2405ce;if(_0x51edb1&&'heading'==_0x51edb1['commandName']){const _0x145f6a=_0x51edb1['commandParams'][0x0]['value'],_0x1ba11d=this['_getHeadingLevel'](_0x145f6a);if(null!==_0x1ba11d)return{'type':'format','content':o(_0x5f0f53,'*Change\x20to:*\x20%0',(_0x441961=0x1,_0x30e29f=_0x1ba11d,o(_0x5f0f53,'ELEMENT_HEADING',[_0x441961,_0x30e29f])))};const _0xfee3cf=this['_headingOptions']['find'](_0x126ef5=>_0x126ef5['model']===_0x145f6a)['title'];return{'type':'format','content':o(_0x5f0f53,'*Change\x20to:*\x20%0',_0x426bff(0x1,_0xfee3cf))};}var _0x441961,_0x30e29f;});}['_getHeadingLevel'](_0x1d381a){const _0x26bc8f=_0x1d381a['match'](/^heading(\d+)/);if(_0x26bc8f)return _0x26bc8f[0x1];const _0x3e314f=this['_headingOptions']?.['find'](_0x4fea64=>_0x4fea64['model']==_0x1d381a);if(_0x3e314f&&_0x3e314f['view']){const _0x5246ba=_0x3e314f['view'],_0x338c55=(_0x5246ba['name']??_0x5246ba)['match'](/^h(\d+)/);if(_0x338c55)return _0x338c55[0x1];}return null;}}class et extends _0x4043ba{['afterInit'](){const _0x255a39=this['editor'];if(!_0x255a39['plugins']['has']('HighlightEditing'))return;const _0x48c88d=_0x255a39['plugins']['get']('TrackChangesEditing'),_0x1d5860=_0x255a39['locale'];_0x48c88d['enableDefaultAttributesIntegration']('highlight'),_0x48c88d['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x1d5860,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x51ba84=this['editor'],_0x1e27b2=_0x51ba84['locale'];_0x51ba84['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x320974=>{if('formatInline'!=_0x320974['type'])return;const {data:_0x3e5693}=_0x320974;if(_0x3e5693&&'highlight'==_0x3e5693['commandName']){const _0x581635=_0x1e27b2['t'],_0x17955e=_0x3e5693['commandParams'][0x0]['value'];if(_0x17955e){const _0x5f3b2f=_0x51ba84['config']['get']('highlight.options')['find'](_0x10fa33=>_0x10fa33['model']==_0x17955e),_0x1c1613=_0x581635(_0x5f3b2f['title'])['toLowerCase']();return{'type':'format','content':o(_0x1e27b2,'*Set\x20highlight:*\x20%0',_0x1c1613),'color':{'value':_0x5f3b2f['color'],'title':_0x5f3b2f['title']}};}return{'type':'format','content':o(_0x1e27b2,'*Remove\x20highlight*',o(_0x1e27b2,'FORMAT_HIGHLIGHT'))};}});}}class st extends _0x4043ba{['afterInit'](){const _0xb79361=this['editor'];if(!_0xb79361['plugins']['has']('HorizontalLineEditing'))return;_0xb79361['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x2a1899=_0xb79361['plugins']['get']('TrackChangesEditing'),_0x2a5471=_0xb79361['locale'];_0x2a1899['descriptionFactory']['registerElementLabel']('horizontalLine',_0x4d9a47=>o(_0x2a5471,'ELEMENT_HORIZONTAL_LINE',_0x4d9a47));}}class ot extends _0x4043ba{['afterInit'](){const _0x58606c=this['editor'];if(!_0x58606c['plugins']['has']('HtmlEmbed'))return;const _0x192487=_0x58606c['plugins']['get']('TrackChangesEditing'),_0xe6374b=_0x58606c['locale'];_0x192487['descriptionFactory']['registerElementLabel']('rawHtml',_0x58f532=>o(_0xe6374b,'ELEMENT_HTML_EMBED',_0x58f532)),_0x192487['enableDefaultAttributesIntegration']('htmlEmbed'),_0x192487['descriptionFactory']['registerDescriptionCallback'](_0x458e05=>{if('attribute'!=_0x458e05['type'])return;const {data:_0x33133b}=_0x458e05;if(_0x33133b&&'value'==_0x33133b['key']&&_0x458e05['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x494edb=o(_0xe6374b,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0xe6374b,'*Change\x20%0\x20content*',_0x494edb)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x20cb5a=this['editor'],_0x3895d8=_0x20cb5a['locale'];_0x20cb5a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x53d6b8=>{if('formatBlock'!=_0x53d6b8['type'])return;const {data:_0x5cb01b}=_0x53d6b8;if(_0x5cb01b&&'htmlEmbed'==_0x5cb01b['commandName']){const _0x10edac=o(_0x3895d8,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x3895d8,'*Change\x20%0\x20content*',_0x10edac)};}});}}class rt extends _0x4043ba{['afterInit'](){const _0x4d6363=this['editor'];if(!_0x4d6363['plugins']['has']('ImageEditing'))return;const _0x19df06=_0x4d6363['plugins']['get']('TrackChangesEditing'),_0x3f8d7a=_0x4d6363['plugins']['get']('ImageUtils'),_0x3c7252=_0x4d6363['locale'];_0x19df06['enableCommand']('insertImage'),_0x19df06['descriptionFactory']['registerElementLabel']('imageBlock',_0x39e9e6=>o(_0x3c7252,'ELEMENT_IMAGE',_0x39e9e6)),_0x19df06['descriptionFactory']['registerElementLabel']('imageInline',_0x4a465a=>o(_0x3c7252,'ELEMENT_INLINE_IMAGE',_0x4a465a)),_0x19df06['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x3c7252,'ELEMENT_CAPTION')),_0x4d6363['plugins']['has']('ImageUploadEditing')&&_0x19df06['enableCommand']('uploadImage'),_0x4d6363['plugins']['has']('ImageBlockEditing')&&_0x4d6363['plugins']['has']('ImageInlineEditing')&&(_0x19df06['enableCommand']('imageTypeInline',(_0x3f8a63,_0x146c69)=>{const _0x4204b3=_0x3f8d7a['getClosestSelectedImageElement'](_0x4d6363['model']['document']['selection']);_0x4d6363['model']['change'](()=>{_0x19df06['markBlockFormat'](_0x4204b3,{'commandName':'imageTypeInline','commandParams':[_0x146c69]},[],'convertBlockImageToInline');});}),_0x19df06['enableCommand']('imageTypeBlock',(_0x5a5361,_0x207f6f)=>{_0x4d6363['model']['change'](_0x1c0418=>{let _0x2d1bf2=_0x3f8d7a['getClosestSelectedImageElement'](_0x4d6363['model']['document']['selection']),_0x5f523f=_0x1c0418['createRangeOn'](_0x2d1bf2);const _0x3aa52e=_0x3864fe['fromPosition'](_0x5f523f['start'],'toPrevious'),_0x58dd75=_0x3864fe['fromPosition'](_0x5f523f['end'],'toNext');_0x19df06['forceDefaultExecution'](()=>_0x5a5361(_0x207f6f)),_0x2d1bf2=_0x3f8d7a['getClosestSelectedImageElement'](_0x4d6363['model']['document']['selection']),_0x5f523f=_0x1c0418['createRangeOn'](_0x2d1bf2);const _0x537e80=_0x1c0418['createRange'](_0x3aa52e,_0x58dd75);_0x3aa52e['detach'](),_0x58dd75['detach'](),_0x19df06['markBlockFormat'](_0x2d1bf2,{'commandName':'imageTypeInline','commandParams':[_0x207f6f]},[],'convertInlineImageToBlock'),_0x537e80['start']['isBefore'](_0x5f523f['start'])&&_0x19df06['markInsertion'](_0x1c0418['createRange'](_0x537e80['start'],_0x5f523f['start']),'convertInlineImageToBlock'),_0x5f523f['end']['isBefore'](_0x537e80['end'])&&_0x19df06['markInsertion'](_0x1c0418['createRange'](_0x5f523f['end'],_0x537e80['end']),'convertInlineImageToBlock');});}),_0x19df06['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x19df06['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x19df06['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x19df06['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x19df06['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x19df06['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x55e87b])=>{const _0x3f1d58=_0x19df06['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x30505c=_0x55e87b['start'],_0x1ce916=_0x55e87b['end'];const _0x3cc047=_0x4d6363['model']['schema']['getNearestSelectionRange'](_0x30505c,'backward'),_0x322020=_0x4d6363['model']['schema']['getNearestSelectionRange'](_0x1ce916,'forward');_0x3cc047['isCollapsed']&&(_0x30505c=_0x3cc047['start']),_0x322020['isCollapsed']&&(_0x1ce916=_0x322020['end']),_0x3f1d58([_0x4d6363['model']['createRange'](_0x30505c,_0x1ce916)]);}),_0x19df06['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x4c3902),_0x19df06['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x4c3902)),_0x4d6363['plugins']['has']('ImageCaptionEditing')&&(_0x19df06['enableCommand']('toggleImageCaption',(_0x1b0bae,_0x1d1e4c)=>{const _0x2abc99=_0x4d6363['plugins']['get']('ImageCaptionUtils');let _0x2c56bb=_0x3f8d7a['getClosestSelectedImageElement'](_0x4d6363['model']['document']['selection']),_0x5f45ac=_0x2abc99['getCaptionFromImageModelElement'](_0x2c56bb);_0x4d6363['model']['change'](()=>{if(_0x5f45ac)return void _0x19df06['markDeletion'](_0x4d6363['model']['createRangeOn'](_0x5f45ac));const _0x2d6e80=_0x3f8d7a['isBlockImage'](_0x2c56bb);_0x1b0bae(_0x1d1e4c),_0x2c56bb=_0x3f8d7a['getClosestSelectedImageElement'](_0x4d6363['model']['document']['selection']),_0x5f45ac=_0x2abc99['getCaptionFromImageModelElement'](_0x2c56bb),_0x19df06['markInsertion'](_0x4d6363['model']['createRangeOn'](_0x5f45ac),_0x2d6e80?null:'imageCaption');});}),_0x19df06['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x4c3902));const _0x40141a=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x4bc324(_0x3c8179,_0x21c6e1){const _0x34b344=_0x40141a['findIndex'](({type:_0x4995a8,subType:_0x585b3e})=>_0x3c8179['type']==_0x4995a8&&_0x3c8179['subType']==_0x585b3e),_0x52cf09=_0x40141a['findIndex'](({type:_0x50f3bf,subType:_0x2ebc1f})=>_0x21c6e1['type']==_0x50f3bf&&_0x21c6e1['subType']==_0x2ebc1f);if(_0x34b344<0x0||_0x52cf09<0x0)return!0x1;const _0x3becad=_0x3c8179['getFirstRange'](),_0x1a7e29=_0x21c6e1['getFirstRange']();if((0x0==_0x34b344||0x1==_0x34b344)&&0x2==_0x52cf09&&_0x3becad['isIntersecting'](_0x1a7e29))return!0x0;if(0x2==_0x34b344&&0x3==_0x52cf09){const _0x1d2c64=_0x19df06['_findSuggestions'](_0x3becad,'insertion')['filter'](({suggestion:_0x4b3097,meta:_0xffdf4b})=>_0xffdf4b['isOwn']&&'convertInlineImageToBlock'==_0x4b3097['subType']);if(_0x1d2c64['length']>0x1&&_0x1a7e29['end']['isEqual'](_0x3becad['start']))return!0x0;if(0x1==_0x1d2c64['length']&&(_0x3becad['start']['isEqual'](_0x1a7e29['end'])||_0x3becad['end']['isEqual'](_0x1a7e29['start'])))return!0x0;}if(0x3==_0x34b344&&0x3==_0x52cf09&&_0x3becad['start']['isBefore'](_0x1a7e29['start'])){const _0x96a540=_0x3becad['end']['nodeAfter'],_0x562dc9=_0x1a7e29['start']['nodeBefore'];return _0x3f8d7a['isBlockImage'](_0x96a540)&&_0x96a540===_0x562dc9;}return!0x1;}function _0x4c3902(_0xc54a4f,_0x611fe6){return _0x4bc324(_0xc54a4f,_0x611fe6)?[_0xc54a4f,_0x611fe6]:_0x4bc324(_0x611fe6,_0xc54a4f)?[_0x611fe6,_0xc54a4f]:null;}_0x4d6363['plugins']['has']('ImageResize')&&(_0x19df06['enableDefaultAttributesIntegration']('resizeImage'),_0x19df06['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x3c7252,'FORMAT_IMAGE_SIZE'))),_0x4d6363['plugins']['has']('ImageTextAlternativeEditing')&&_0x19df06['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x4d6363['plugins']['has']('PictureEditing')&&_0x19df06['descriptionFactory']['registerDescriptionCallback'](_0x58d3d4=>{if('attribute'!=_0x58d3d4['type'])return;const {data:_0x5db5a8}=_0x58d3d4;return _0x5db5a8&&'sources'==_0x5db5a8['key']?{'type':'format','content':''}:void 0x0;}),_0x4d6363['plugins']['has']('ImageSizeAttributes')&&_0x19df06['descriptionFactory']['registerDescriptionCallback'](_0x1de568=>{if('attribute'!=_0x1de568['type'])return;const {data:_0x17d51}=_0x1de568;return!_0x17d51||'width'!=_0x17d51['key']&&'height'!=_0x17d51['key']?void 0x0:{'type':'format','content':''};}),_0x19df06['descriptionFactory']['registerDescriptionCallback'](_0x3da4fa=>{if(!!_0x40141a['find'](({type:_0x54fee4,subType:_0x39ef7b})=>_0x3da4fa['type']==_0x54fee4&&_0x3da4fa['subType']==_0x39ef7b))return _0x3da4fa['previous']?{}:void 0x0;}),_0x19df06['descriptionFactory']['registerDescriptionCallback'](_0xbbc8d8=>{if('insertion'==_0xbbc8d8['type']||'deletion'==_0xbbc8d8['type']){const _0x32f016=_0xbbc8d8['getContainedElement']();if(_0x32f016&&_0x32f016['is']('element','caption'))return{'type':'insertion'==_0xbbc8d8['type']?'addObject':'removeObject','element':_0x32f016,'quantity':0x1};}}),_0x19df06['descriptionFactory']['registerDescriptionCallback'](_0x953241=>'formatBlock'==_0x953241['type']&&'convertInlineImageToBlock'==_0x953241['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x953241['type']&&'convertBlockImageToInline'==_0x953241['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x19df06['descriptionFactory']['registerDescriptionCallback'](_0x5a6ec5=>{if('attribute'!=_0x5a6ec5['type'])return;const {data:_0x5866d1}=_0x5a6ec5;if(!_0x5866d1||'alt'!=_0x5866d1['key'])return;const _0x37585c=_0x5866d1['newValue'];return _0x37585c?{'type':'format','content':o(_0x3c7252,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x37585c+'\x22')}:{'type':'format','content':o(_0x3c7252,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x434814=this['editor'],_0x2166f3=_0x434814['locale'];_0x434814['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3b81c6=>{if('formatBlock'!=_0x3b81c6['type']&&'formatInline'!=_0x3b81c6['type'])return;const {data:_0x75d6db}=_0x3b81c6;if(_0x75d6db){if('imageTextAlternative'==_0x75d6db['commandName']){const _0x1784cc=_0x75d6db['commandParams'][0x0]['newValue'];return _0x1784cc?{'type':'format','content':o(_0x2166f3,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x1784cc+'\x22')}:{'type':'format','content':o(_0x2166f3,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x75d6db['commandName']){const _0x2f2674=_0x75d6db['commandParams'][0x0]['width'];return _0x2f2674?{'type':'format','content':o(_0x2166f3,'*Set\x20image\x20width:*\x20%0',_0x2f2674)}:{'type':'format','content':o(_0x2166f3,'*Reset\x20image\x20width*')};}}});}}class at extends _0x4043ba{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x788ed8=this['editor']['locale'],_0x5da156=this['editor']['plugins']['get']('TrackChangesEditing');_0x5da156['enableDefaultAttributesIntegration']('replaceImageSource'),_0x5da156['descriptionFactory']['registerDescriptionCallback'](_0x5e982a=>{if('attribute'!=_0x5e982a['type'])return;const {data:_0x88c2d5}=_0x5e982a;return _0x88c2d5&&'src'==_0x88c2d5['key']?_0x88c2d5['newValue']&&_0x88c2d5['oldValue']?{'type':'format','content':o(_0x788ed8,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0xc02704=this['editor']['plugins']['get']('TrackChangesEditing');_0xc02704['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0xc02704['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0xc02704['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0xc02704['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x64cf44=this['editor'],_0x15fe85=_0x64cf44['locale'];_0x64cf44['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x355019=>{if('formatBlock'!=_0x355019['type']&&'formatInline'!=_0x355019['type'])return;const {data:_0x51ea92}=_0x355019;if(!_0x51ea92||'replaceImageSource'!=_0x51ea92['commandName'])return;return{'type':'format','content':o(_0x15fe85,'*Format:*\x20replace\x20image\x20URL')};});}}class ct extends _0x4043ba{['afterInit'](){const _0x5016ac=this['editor'];if(!_0x5016ac['plugins']['has']('ImageStyleEditing'))return;const _0x3798ec=_0x5016ac['plugins']['get']('TrackChangesEditing'),_0x2efe06=_0x5016ac['plugins']['get']('ImageUtils'),_0x3208eb={};_0x3798ec['enableCommand']('imageStyle',(_0x360c83,_0xb2f4db)=>{const _0x128b48=_0x5016ac['plugins']['get']('Users')['me'],_0x188811=_0x5016ac['commands']['get']('imageStyle');let _0x507584=_0x2efe06['getClosestSelectedImageElement'](_0x5016ac['model']['document']['selection']),_0x11a245=_0x5016ac['model']['createRangeOn'](_0x507584),_0x5b2a2f=_0x188811['value'];if(_0x5b2a2f==_0xb2f4db['value'])return;const _0x299ad9={'commandName':'imageStyle','commandParams':[_0xb2f4db],'formatGroupId':_0x2b8450()};_0x5016ac['model']['change'](()=>{if(_0x3798ec['getSuggestions']()['filter'](_0x598afc=>_0x598afc['isInContent']&&_0x128b48==_0x598afc['author']&&('formatBlock'==_0x598afc['type']||'formatInline'==_0x598afc['type'])&&('imageStylePreApply'==_0x598afc['subType']||'imageStylePostApply'==_0x598afc['subType'])&&_0x598afc['getFirstRange']()['isEqual'](_0x11a245))['forEach'](_0x611bc=>_0x3798ec['discardSuggestion'](_0x611bc['head'])),_0x507584=_0x2efe06['getClosestSelectedImageElement'](_0x5016ac['model']['document']['selection']),_0x11a245=_0x5016ac['model']['createRangeOn'](_0x507584),_0x188811['refresh'](),_0x5016ac['commands']['get']('imageTypeInline')['refresh'](),_0x5016ac['commands']['get']('imageTypeBlock')['refresh'](),_0x5b2a2f=_0x188811['value'],_0x5b2a2f!=_0xb2f4db['value'])return _0x2efe06['isInlineImage'](_0x507584)&&_0x188811['shouldConvertImageType'](_0xb2f4db['value'],_0x507584)?(_0x360c83({..._0xb2f4db,'setImageSizes':!0x1}),_0x507584=_0x2efe06['getClosestSelectedImageElement'](_0x5016ac['model']['document']['selection']),void _0x3798ec['markBlockFormat'](_0x507584,{..._0x299ad9,'commandReversedParams':[{'value':_0x5b2a2f||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x2efe06['isBlockImage'](_0x507584)?_0x3798ec['markBlockFormat'](_0x507584,_0x299ad9,[],'imageStylePostApply'):_0x3798ec['markInlineFormat'](_0x11a245,_0x299ad9,'imageStylePostApply'));});});for(const _0x5533de of _0x5016ac['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x3208eb[_0x5533de['name']]=_0x5533de['title']['toLowerCase']();_0x3798ec['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x3798ec['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x3798ec['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x3798ec['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0xd3ba88])=>{_0x2efe06['setImageNaturalSizeAttributes'](_0xd3ba88['getContainedElement']());}),_0x3798ec['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x3fce9f,_0x11a07d)=>{_0x3798ec['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x3fce9f,{'commandName':_0x11a07d['commandName'],'commandParams':_0x11a07d['commandReversedParams']});}),_0x3798ec['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x4bdadc,_0x5f3c13){if(_0x1842ee(_0x4bdadc,_0x5f3c13))return[_0x4bdadc,_0x5f3c13];if(_0x1842ee(_0x5f3c13,_0x4bdadc))return[_0x5f3c13,_0x4bdadc];return null;});const _0x5d9fc2=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x1842ee(_0x2b7a3b,_0x30c569){const _0x32bde0=_0x5d9fc2['findIndex'](({type:_0x2833f8,subType:_0x5b1453})=>_0x2b7a3b['type']==_0x2833f8&&_0x2b7a3b['subType']==_0x5b1453),_0x334f5c=_0x5d9fc2['findIndex'](({type:_0x380673,subType:_0x48d0ba})=>_0x30c569['type']==_0x380673&&_0x30c569['subType']==_0x48d0ba);if(_0x32bde0<0x0||_0x334f5c<0x0)return!0x1;const _0x468974=_0x2b7a3b['getFirstRange'](),_0x52b5bd=_0x30c569['getFirstRange']();if((0x0==_0x32bde0||0x1==_0x32bde0)&&0x2==_0x334f5c&&_0x468974['isIntersecting'](_0x52b5bd))return!0x0;if(0x2==_0x32bde0&&0x3==_0x334f5c){const _0x4874fa=_0x3798ec['_findSuggestions'](_0x468974,'insertion')['filter'](({suggestion:_0x2d2efb,meta:_0x1b435e})=>_0x1b435e['isOwn']&&'convertInlineImageToBlock'==_0x2d2efb['subType']);if(_0x4874fa['length']>0x1&&_0x52b5bd['end']['isEqual'](_0x468974['start']))return!0x0;if(0x1==_0x4874fa['length']&&(_0x468974['start']['isEqual'](_0x52b5bd['end'])||_0x468974['end']['isEqual'](_0x52b5bd['start'])))return!0x0;}if(0x3==_0x32bde0&&0x3==_0x334f5c&&_0x468974['start']['isBefore'](_0x52b5bd['start'])){const _0x295cda=_0x468974['end']['nodeAfter'],_0x325391=_0x52b5bd['start']['nodeBefore'];return _0x2efe06['isBlockImage'](_0x295cda)&&_0x295cda===_0x325391;}return!0x1;}_0x5016ac['model']['document']['registerPostFixer'](()=>{let _0x48d05d=!0x1;const _0x19c2b8=Array['from'](_0x5016ac['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x10560b,data:_0x5b7309}of _0x19c2b8){const {group:_0x5f3550,type:_0x37af0f,subType:_0x48abc7,id:_0x30ff27}=_0x3798ec['_splitMarkerName'](_0x10560b);if('suggestion'==_0x5f3550&&_0x3798ec['hasSuggestion'](_0x30ff27)){if('formatBlock'==_0x37af0f&&('imageStylePreApply'==_0x48abc7||'imageStylePostApply'==_0x48abc7)){const _0x3bca1a=_0x3798ec['getSuggestion'](_0x30ff27);if(_0x5b7309['newRange']){const _0x443244=_0x3bca1a['getFirstRange']()['getContainedElement']();if(_0x2efe06['isBlockImage'](_0x443244))continue;_0x3798ec['discardSuggestion'](_0x3bca1a),_0x48d05d=!0x0;}}if('insertion'==_0x37af0f&&'imageCaption'==_0x48abc7&&!_0x5b7309['newRange']){const _0x56aaeb=_0x3798ec['getSuggestion'](_0x30ff27);_0x56aaeb['next']&&_0x56aaeb['next']['isInContent']&&(_0x3798ec['discardSuggestion'](_0x56aaeb['next']),_0x48d05d=!0x0);}}}return _0x48d05d;}),this['_registerLegacyDescription'](_0x3208eb);}['_registerLegacyDescription'](_0x1f3414){const _0x249039=this['editor'],_0x4d7400=_0x249039['locale'];_0x249039['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4fa4fb=>{if('formatBlock'!=_0x4fa4fb['type']&&'formatInline'!=_0x4fa4fb['type'])return;const {data:_0x19acbb}=_0x4fa4fb;if(!_0x19acbb||'imageStyle'!=_0x19acbb['commandName'])return;const _0x25b795=_0x19acbb['commandParams'][0x0]['value'];return _0x320359('side'===_0x25b795?o(_0x4d7400,'FORMAT_SIDE_IMAGE'):_0x1f3414[_0x25b795]||_0x25b795);function _0x320359(_0x271aab){return{'type':'format','content':o(_0x4d7400,'*Format:*\x20%0',_0x271aab)};}});}}class ut extends _0x4043ba{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x1ff92c){super(_0x1ff92c),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x3dde49=this['editor'],_0x3c1c4c=_0x3dde49['commands']['get']('importWord'),_0x1e3647=_0x3dde49['commands']['get']('trackChanges');_0x3c1c4c&&(_0x3c1c4c['on']('execute',(_0x443f3a,[,_0x7c7d37])=>{this['_trackChangesValueDuringImport']=_0x1e3647['value'],_0x7c7d37['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x3c1c4c,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x3c1c4c,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x1e3647['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x3dde49['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x305e0c,_0x120f9f){const {suggestions:_0x23c10e}=_0x120f9f,_0x58b71d=this['editor']['commands']['get']('trackChanges'),_0x7c5641=_0x58b71d['value'];this['_trackChangesValueDuringImport']!==_0x7c5641&&(_0x58b71d['execute'](),this['_trackChangesExecuted']=!0x0),_0x23c10e&&_0x23c10e['forEach'](({id:_0x332203,type:_0x51ec4d,author:_0x205ae4,created_at:_0x137dd4})=>{const _0x1004a0={'id':_0x332203,'type':_0x51ec4d,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x205ae4,'createdAt':_0x137dd4?new Date(_0x137dd4):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x1004a0);});}}class ft extends _0x4043ba{['afterInit'](){const _0x18a221=this['editor'],_0x5cf9bb=_0x18a221['plugins']['get']('TrackChangesEditing');if(_0x18a221['plugins']['has']('IndentEditing')&&(_0x5cf9bb['enableCommand']('indent'),_0x5cf9bb['enableCommand']('outdent')),_0x18a221['plugins']['has']('IndentBlock')){for(const _0x4cbfe2 of['indentBlock','outdentBlock'])_0x5cf9bb['enableDefaultAttributesIntegration'](_0x4cbfe2);}const _0x103f89=_0x18a221['locale'];_0x5cf9bb['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x103f89,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x21900f=this['editor'],_0x281ec6=_0x21900f['locale'],_0x15a33e=_0x21900f['plugins']['get']('TrackChangesEditing');_0x15a33e['descriptionFactory']['registerDescriptionCallback'](_0x57e2ef=>{if('formatBlock'!=_0x57e2ef['type'])return;const {data:_0x5b61ea}=_0x57e2ef;if(!_0x5b61ea)return;if('indentBlock'!=_0x5b61ea['commandName']&&'outdentBlock'!=_0x5b61ea['commandName'])return;const _0x45352d=_0x57e2ef['getItems']()[0x0],_0x4e1d03=_0x15a33e['descriptionFactory']['getItemLabel'](_0x45352d);return'indentBlock'==_0x5b61ea['commandName']?{'type':'format','content':o(_0x281ec6,'*Indent:*\x20%0',_0x4e1d03)}:'outdentBlock'==_0x5b61ea['commandName']?{'type':'format','content':o(_0x281ec6,'*Outdent:*\x20%0',_0x4e1d03)}:void 0x0;});}}class ht extends _0x4043ba{static get['requires'](){return[_0x187fad];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class lt extends _0x4043ba{['afterInit'](){const _0x5ad84c=this['editor'];if(!_0x5ad84c['plugins']['has']('LinkEditing'))return;const _0xf72af6=_0x5ad84c['plugins']['get']('TrackChangesEditing'),_0x3abc3a=_0x5ad84c['commands']['get']('link');_0xf72af6['enableDefaultAttributesIntegration']('link'),_0xf72af6['enableDefaultAttributesIntegration']('unlink');for(const _0x26dfd2 of _0x3abc3a['manualDecorators'])_0xf72af6['descriptionFactory']['registerAttributeLabel'](_0x26dfd2['id'],'link\x20('+_0x26dfd2['label']['toLowerCase']()+')');_0xf72af6['descriptionFactory']['registerDescriptionCallback'](_0x22a42a=>{if('attribute'!=_0x22a42a['type'])return;const {data:_0x215deb}=_0x22a42a;if(!_0x215deb||'linkHref'!=_0x215deb['key'])return;const _0xdd68c5=_0x215deb['newValue'],_0x2dd74a=_0x5ad84c['locale'];return{'type':'format','content':null==_0xdd68c5?o(_0x2dd74a,'*Remove\x20link*'):o(_0x2dd74a,'*Set\x20link:*\x20%0','\x22'+_0xdd68c5+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3d12f2=this['editor'],_0x32c773=_0x3d12f2['locale'];_0x3d12f2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x56bf7b=>{if('formatInline'!=_0x56bf7b['type'])return;const {data:_0x261750}=_0x56bf7b;if(_0x261750){if('link'==_0x261750['commandName']){const _0x28e229=_0x261750['commandParams'][0x0];return{'type':'format','content':o(_0x32c773,'*Set\x20link:*\x20%0','\x22'+_0x28e229+'\x22')};}return'unlink'==_0x261750['commandName']?{'type':'format','content':o(_0x32c773,'*Remove\x20link*')}:void 0x0;}});}}class gt extends _0x4043ba{['afterInit'](){const _0xab431=this['editor'],_0x242a8f=_0xab431['locale'];if(!_0xab431['plugins']['has']('LegacyListEditing'))return;const _0x5aaa35=_0xab431['plugins']['get']('TrackChangesEditing'),_0x42ac1b=_0xab431['plugins']['has']('LegacyTodoListEditing');function _0x30298f(_0x59408e){return()=>{const _0x3b2bf4=_0xab431['model']['document']['selection'],_0x34b2bb=_0xab431['commands']['get'](_0x59408e);if(_0x34b2bb['value'])return void _0xab431['execute']('paragraph',{});const _0x34b19b=_0x59408e['slice'](0x0,-0x4),_0xa88b82=function(_0x153893,_0x9b511e,_0x551aa6){let _0x41af6f=Array['from'](_0x153893)['filter'](_0x3e0d25=>function(_0x68edb4,_0xa48c7f){return _0xa48c7f['checkChild'](_0x68edb4['parent'],'listItem')&&!_0xa48c7f['isObject'](_0x68edb4);}(_0x3e0d25,_0x551aa6));_0x41af6f=_0x41af6f['filter'](_0x3367d9=>!_0x3367d9['is']('element','listItem')||_0x3367d9['getAttribute']('listType')!=_0x9b511e);const _0x4b8707=new Set();for(const _0xda6814 of _0x41af6f)_0xda6814['is']('element','listItem')?_0x4b8707['add'](Le(_0xda6814)):_0x4b8707['add'](_0xda6814);return Array['from'](_0x4b8707);}(_0x3b2bf4['getSelectedBlocks'](),_0x34b19b,_0xab431['model']['schema']);_0xab431['model']['change'](()=>{for(const _0x1c9a4e of _0xa88b82)_0x5aaa35['markBlockFormat'](_0x1c9a4e,{'commandName':_0x59408e,'commandParams':[{'forceValue':!_0x34b2bb['value']}],'formatGroupId':'blockName'},Ee(_0x1c9a4e));});};}function _0x1642d9(_0x42dcd5){return()=>{const _0x1b76ba=function(_0x2a1107){let _0xa5fe7b=Array['from'](_0x2a1107);const _0x19836e=_0xa5fe7b['findIndex'](_0x44926f=>'listItem'!=_0x44926f['name']);return _0x19836e>-0x1&&(_0xa5fe7b=_0xa5fe7b['slice'](0x0,_0x19836e)),_0xa5fe7b;}(_0xab431['model']['document']['selection']['getSelectedBlocks']()),_0x590acc=_0xab431['model']['createRange'](_0xab431['model']['createPositionAt'](_0x1b76ba[0x0],'before'),_0xab431['model']['createPositionAt'](_0x1b76ba[_0x1b76ba['length']-0x1],'end'));_0xab431['model']['change'](()=>{_0x5aaa35['markBlockFormat'](_0x590acc,{'commandName':_0x42dcd5,'commandParams':[],'formatGroupId':'listIndent'},function(_0x487a8a){const _0x3b4a0d=new Set();for(const _0x51919e of _0x487a8a){let _0x9bebb2=_0x51919e['nextSibling'];for(;_0x9bebb2&&_0x9bebb2['getAttribute']('listIndent')>_0x51919e['getAttribute']('listIndent');)_0x3b4a0d['add'](_0x9bebb2),_0x9bebb2=_0x9bebb2['nextSibling'];}return Array['from'](_0x3b4a0d);}(_0x1b76ba));});};}_0x5aaa35['enableCommand']('numberedList',_0x30298f('numberedList')),_0x5aaa35['enableCommand']('bulletedList',_0x30298f('bulletedList')),_0x42ac1b&&_0x5aaa35['enableCommand']('todoList',_0x30298f('todoList')),_0x5aaa35['enableCommand']('indentList',_0x1642d9('indentList')),_0x5aaa35['enableCommand']('outdentList',_0x1642d9('outdentList')),_0x42ac1b&&_0x5aaa35['enableCommand']('checkTodoList',()=>{const _0xdd87b7=_0xab431['commands']['get']('checkTodoList'),_0x3c775a=Array['from'](_0xdd87b7['_selectedElements']);_0x3c775a['filter'](_0x1c5e32=>_0x1c5e32['getAttribute']('todoListChecked')!=_0xdd87b7['value']),_0xab431['model']['change'](()=>{for(const _0x1b274e of _0x3c775a)_0x5aaa35['markBlockFormat'](_0x1b274e,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0xdd87b7['value']}]});});}),_0x5aaa35['descriptionFactory']['registerElementLabel']('listItem',_0x47e8b1=>o(_0x242a8f,'ELEMENT_LIST_ITEM',_0x47e8b1)),_0x5aaa35['descriptionFactory']['registerDescriptionCallback'](_0x2b8b69=>{if('formatBlock'!=_0x2b8b69['type']&&'formatInline'!=_0x2b8b69['type'])return;const {data:_0x220d73}=_0x2b8b69;if(_0x220d73){if('numberedList'==_0x220d73['commandName']||'bulletedList'==_0x220d73['commandName']||'todoList'==_0x220d73['commandName'])switch(_0x220d73['commandName']['replace']('List','')){case'bulleted':return _0x15aba0(o(_0x242a8f,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x15aba0(o(_0x242a8f,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x15aba0(o(_0x242a8f,'ELEMENT_TODO_LIST'));}if('indentList'==_0x220d73['commandName'])return{'type':'format','content':o(_0x242a8f,'*Indent:*\x20%0',o(_0x242a8f,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x220d73['commandName'])return{'type':'format','content':o(_0x242a8f,'*Outdent:*\x20%0',o(_0x242a8f,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x220d73['commandName'])return _0x220d73['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x242a8f,'*Check\x20item*')}:{'type':'format','content':o(_0x242a8f,'*Uncheck\x20item*')};}function _0x15aba0(_0x99b96d){return{'type':'format','content':o(_0x242a8f,'*Change\x20to:*\x20%0',_0x99b96d)};}});}}function Le(_0x3f8102){const _0x2859e2=_0x3f8102['getAttribute']('listIndent');if(0x0==_0x2859e2)return _0x3f8102;let _0x380dc3=_0x3f8102;for(;_0x3f8102['previousSibling']&&_0x3f8102['previousSibling']['is']('element','listItem');){const _0x205989=_0x3f8102['previousSibling']['getAttribute']('listIndent');if(_0x205989==_0x2859e2)_0x380dc3=_0x3f8102['previousSibling'];else{if(_0x205989<_0x2859e2)break;}_0x3f8102=_0x3f8102['previousSibling'];}return _0x380dc3;}function Ee(_0x1d1e1a){const _0x3e5a25=[];if(_0x1d1e1a['is']('element','listItem')&&_0x1d1e1a['getAttribute']('listIndent')>0x0){let _0xbac69c=_0x1d1e1a['nextSibling'];for(;_0xbac69c&&'listItem'==_0xbac69c['name']&&_0xbac69c['getAttribute']('listIndent')==_0x1d1e1a['getAttribute']('listIndent');)_0x3e5a25['push'](_0xbac69c),_0xbac69c=_0xbac69c['nextSibling'];}return _0x3e5a25;}class mt extends _0x4043ba{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x257353=this['editor']['config']['get']('list.properties'),_0x34cad7=this['editor']['plugins']['get']('TrackChangesEditing');_0x257353['styles']&&_0x34cad7['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x257353['reversed']&&_0x34cad7['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x257353['startIndex']&&_0x34cad7['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x34cad7['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x5a2e0d,_0x5ebcf2={}){const _0x5efb81=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2f032a=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x5efb81['markMultiRangeBlockFormat'](_0x2f032a,{'commandName':'listStyle','commandParams':[{'type':_0x5ebcf2['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x306894,_0x1baf2f={}){const _0x16f543=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2a4e03=this['_getSuggestionBlocks'](_0x4f667f=>_0x4f667f['is']('element','listItem')&&'numbered'===_0x4f667f['getAttribute']('listType'));if(_0x2a4e03['length']<0x1)return;const _0x49aeb1=_0x2a4e03['map'](_0x40d8d8=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x40d8d8,'before'),this['editor']['model']['createPositionAt'](_0x40d8d8,0x0)));this['editor']['model']['change'](()=>{_0x16f543['markMultiRangeBlockFormat'](_0x49aeb1,{'commandName':'listReversed','commandParams':[{'reversed':_0x1baf2f['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x5bf863,_0x44d2b3={}){const _0x459491=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4dcaec=this['_getSuggestionBlocks'](_0x21a280=>_0x21a280['is']('element','listItem')&&'numbered'===_0x21a280['getAttribute']('listType'));if(_0x4dcaec['length']<0x1)return;const _0xb1227e=_0x4dcaec['map'](_0xadbf2b=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0xadbf2b,'before'),this['editor']['model']['createPositionAt'](_0xadbf2b,0x0)));this['editor']['model']['change'](()=>{_0x459491['markMultiRangeBlockFormat'](_0xb1227e,{'commandName':'listStart','commandParams':[{'startIndex':_0x44d2b3['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x14f6fc){if('formatBlock'!=_0x14f6fc['type']&&'formatInline'!=_0x14f6fc['type'])return;const _0xd78b2b=this['editor']['locale'],{data:_0xc4a188}=_0x14f6fc;if(!_0xc4a188)return;let _0x136e88,_0x2adce3;switch(_0xc4a188['commandName']){case'listStyle':_0x136e88='*Change\x20to:*\x20%0',_0x2adce3={'type':'format','content':o(_0xd78b2b,_0x136e88,o(_0xd78b2b,this['_getTranslationKeyForListStyle'](_0xc4a188['commandParams'][0x0]['type'])))};break;case'listReversed':_0x136e88=_0xc4a188['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x2adce3={'type':'format','content':o(_0xd78b2b,_0x136e88)};break;case'listStart':_0x136e88='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x2adce3={'type':'format','content':o(_0xd78b2b,_0x136e88,_0xc4a188['commandParams'][0x0]['startIndex'])};}return _0x2adce3;}['_getSuggestionBlocksForListStyle'](){const _0x49a126=this['editor']['plugins']['get']('LegacyListUtils');let _0x4a1353=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x4a1353[0x0]?.['is']('element','listItem')&&_0x4a1353['unshift'](..._0x49a126['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x4a1353[_0x4a1353['length']-0x1]?.['is']('element','listItem')&&_0x4a1353['push'](..._0x49a126['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x4a1353=[...new Set(_0x4a1353)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x4a1353=_0x4a1353['filter'](_0x1fabd4=>_0x1fabd4['is']('element','listItem'))),_0x4a1353;}['_getSuggestionBlocks'](_0x8a154d){const _0x1e7051=this['editor']['plugins']['get']('LegacyListUtils');let _0x1a80d1=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x8a154d)['map'](_0x2aa4b0=>{const _0xa6de98=this['editor']['model']['createPositionAt'](_0x2aa4b0,0x0);return[..._0x1e7051['getSiblingNodes'](_0xa6de98,'backward'),..._0x1e7051['getSiblingNodes'](_0xa6de98,'forward')];})['flat']();return _0x1a80d1=[...new Set(_0x1a80d1)],_0x1a80d1;}['_getTranslationKeyForListStyle'](_0x5d0464){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x5d0464)||'default')['toUpperCase']()+'_LIST_'+_0x5d0464['toUpperCase']()['replace'](/-/g,'_');}}class dt extends _0x4043ba{['afterInit'](){const _0x56352a=this['editor'];if(!_0x56352a['plugins']['has']('MediaEmbedEditing'))return;const _0x28b049=_0x56352a['plugins']['get']('TrackChangesEditing'),_0x595f78=_0x56352a['locale'];_0x28b049['enableCommand']('mediaEmbed'),_0x28b049['descriptionFactory']['registerElementLabel']('media',_0xea6757=>o(_0x595f78,'ELEMENT_MEDIA',_0xea6757));}}class pt extends _0x4043ba{['afterInit'](){const _0x3d92dc=this['editor'];_0x3d92dc['plugins']['has']('MentionEditing')&&_0x3d92dc['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class wt extends _0x4043ba{['afterInit'](){const _0x526dc6=this['editor'];if(!_0x526dc6['plugins']['has']('MergeFieldsEditing'))return;const _0x23d0a4=_0x526dc6['plugins']['get']('TrackChangesEditing'),_0x4dafde=_0x526dc6['locale'];_0x23d0a4['enableCommand']('insertMergeField'),_0x23d0a4['enableCommand']('insertMergeFieldBlock'),_0x23d0a4['enableCommand']('insertMergeFieldImage'),_0x23d0a4['descriptionFactory']['registerElementLabel']('mergeField',_0x49b478=>o(_0x4dafde,'ELEMENT_MERGE_FIELD',_0x49b478)),_0x23d0a4['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x29187d=>o(_0x4dafde,'ELEMENT_MERGE_FIELD',_0x29187d)),_0x23d0a4['descriptionFactory']['registerDescriptionCallback'](_0x2d9c8b=>{if('insertion'!=_0x2d9c8b['type']&&'deletion'!=_0x2d9c8b['type'])return;const _0x2fab93=_0x2d9c8b['getContainedElement']();if(null==_0x2fab93)return;const _0x44ba09=_0x526dc6['plugins']['get']('MergeFieldsEditing');let _0x29be24;switch(_0x44ba09['getMergeFieldType'](_0x2fab93)){case null:return;case'image':{const _0x198f6b=_0x44ba09['unwrapAffixes'](_0x2fab93['getAttribute']('src'));_0x29be24=_0x44ba09['getLabel'](_0x198f6b)||_0x198f6b;break;}default:{const _0x2ba551=_0x2fab93['getAttribute']('id');_0x29be24=_0x44ba09['getLabel'](_0x2ba551)||_0x2ba551;break;}}return'insertion'==_0x2d9c8b['type']?{'type':'insertion','content':o(_0x4dafde,'*Insert:*\x20%0','\x22'+_0x29be24+'\x22\x20'+o(_0x4dafde,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x4dafde,'*Remove:*\x20%0','\x22'+_0x29be24+'\x22\x20'+o(_0x4dafde,'ELEMENT_MERGE_FIELD'))};});}}class kt extends _0x4043ba{['afterInit'](){const _0x18aad8=this['editor'],_0x1fe889=_0x18aad8['plugins']['get']('TrackChangesEditing');_0x18aad8['plugins']['has']('MultiLevelList')&&(_0x1fe889['enableDefaultAttributesIntegration']('multiLevelList'),_0x1fe889['descriptionFactory']['registerDescriptionCallback'](_0x5500c1=>this['handleDescriptions'](_0x5500c1)));}['handleDescriptions'](_0x457816){const _0x4b1423=this['editor']['locale'],{data:_0x448dbf}=_0x457816,_0x884930={'type':'format','content':''};if(_0x448dbf&&'listMarkerStyle'==_0x448dbf['key']){if(!_0x448dbf['oldValue'])return{'type':'format','content':o(_0x4b1423,'*Set\x20format:*\x20%0',o(_0x4b1423,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x448dbf['newValue']+')'};if(!_0x448dbf['newValue']){let _0x4a1c75=_0x457816['head'];for(;_0x4a1c75;){if(_0x4a1c75['data']&&'listType'==_0x4a1c75['data']['key']&&_0x4a1c75['data']['newValue'])return _0x884930;_0x4a1c75=_0x4a1c75['next'];}return{'type':'format','content':o(_0x4b1423,'*Remove\x20format:*\x20%0',o(_0x4b1423,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x448dbf['oldValue']+')'};}}}}class bt extends _0x4043ba{['afterInit'](){const _0x1a0a57=this['editor'];if(!_0x1a0a57['plugins']['has']('PageBreakEditing'))return;_0x1a0a57['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x4abb76=_0x1a0a57['plugins']['get']('TrackChangesEditing'),_0xfb753c=_0x1a0a57['locale'];_0x4abb76['descriptionFactory']['registerElementLabel']('pageBreak',_0x10269b=>o(_0xfb753c,'ELEMENT_PAGE_BREAK',_0x10269b));}}class yt extends _0x4043ba{['afterInit'](){const _0x288efc=this['editor'];if(!_0x288efc['plugins']['has']('Paragraph'))return;const _0x4781cf=_0x288efc['locale'],_0x3a523c=_0x288efc['plugins']['get']('TrackChangesEditing');_0x3a523c['descriptionFactory']['registerElementLabel']('paragraph',_0x2a7f97=>o(_0x4781cf,'ELEMENT_PARAGRAPH',_0x2a7f97)),_0x3a523c['enableDefaultAttributesIntegration']('paragraph'),_0x3a523c['enableCommand']('insertParagraph');const _0x4b4ed1=_0x3a523c['descriptionFactory'];_0x4b4ed1['registerDescriptionCallback'](_0x276864=>{if('insertion'!==_0x276864['type'])return;const {start:_0x3d0c39,end:_0x56af48}=_0x276864['getFirstRange']();if(!_0x3d0c39['isTouching'](_0x56af48)||!_0x3d0c39['nodeAfter'])return;const _0x27cb24=_0x288efc['model']['schema'],_0x14d663=_0x3d0c39['nodeAfter'];return _0x27cb24['isBlock'](_0x14d663)&&!_0x27cb24['isLimit'](_0x14d663)&&_0x27cb24['checkChild'](_0x14d663,'$text')?{'type':'insertion','content':o(_0x4781cf,'*Insert:*\x20%0',_0x4b4ed1['getItemLabel'](_0x14d663,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x595923=this['editor'],_0x3b6149=_0x595923['locale'];_0x595923['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x152d3e=>{if('formatBlock'!=_0x152d3e['type'])return;const {data:_0x4576a7}=_0x152d3e;return _0x4576a7&&'paragraph'==_0x4576a7['commandName']?{'type':'format','content':o(_0x3b6149,'*Change\x20to:*\x20%0',o(_0x3b6149,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}class jt extends _0x4043ba{['afterInit'](){const _0x508d77=this['editor'];_0x508d77['commands']['get']('replaceSource')&&_0x508d77['plugins']['get']('TrackChangesEditing')['enableCommand']('replaceSource');}}class St extends _0x4043ba{['afterInit'](){const _0x530054=this['editor'];if(!_0x530054['plugins']['has']('RemoveFormatEditing'))return;_0x530054['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2098d7=this['editor'];_0x2098d7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x583395=>{if('formatBlock'!=_0x583395['type']&&'formatInline'!=_0x583395['type'])return;const {data:_0x3ad5a0}=_0x583395;return _0x3ad5a0&&'removeFormat'==_0x3ad5a0['commandName']?{'type':'format','content':o(_0x2098d7['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class It extends _0x4043ba{['afterInit'](){const _0x550348=this['editor'];if(!_0x550348['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x141db2=_0x550348['plugins']['get']('TrackChangesEditing');_0x141db2['enableCommand']('goToPreviousRestrictedEditingException'),_0x141db2['enableCommand']('goToNextRestrictedEditingException');const _0x33a4ae=_0x550348['plugins']['get']('RestrictedEditingModeEditing');_0x33a4ae['enableCommand']('trackChanges'),_0x33a4ae['enableCommand']('acceptSuggestion'),_0x33a4ae['enableCommand']('discardSuggestion'),_0x33a4ae['enableCommand']('acceptAllSuggestions'),_0x33a4ae['enableCommand']('discardAllSuggestions'),_0x33a4ae['enableCommand']('acceptSelectedSuggestions'),_0x33a4ae['enableCommand']('discardSelectedSuggestions');}}class At extends _0x4043ba{['afterInit'](){const _0x13b05d=this['editor'];if(!_0x13b05d['plugins']['has']('ShiftEnter'))return;const _0x2b898a=_0x13b05d['plugins']['get']('TrackChangesEditing');_0x2b898a['enableCommand']('shiftEnter'),_0x2b898a['descriptionFactory']['registerElementLabel']('softBreak',_0x45f8cb=>o(_0x13b05d['locale'],'ELEMENT_LINE_BREAK',_0x45f8cb));}}function an(_0x2baad6,_0x2e955b,_0x3c7d17){const _0x546ca4=[];for(const _0x290023 of _0x2e955b['getItems']())_0x290023['hasAttribute'](_0x2baad6)&&_0x546ca4['push'](_0x3c7d17['createRangeOn'](_0x290023));return _0x546ca4;}class _t extends _0x4043ba{['afterInit'](){const _0xf0562b=this['editor'],_0x359f6a=_0xf0562b['plugins']['get']('TrackChangesEditing');_0xf0562b['plugins']['has']('StandardEditingModeEditing')&&(this['_enableEditingExceptionCommand'](),this['_enableEditingExceptionBlockCommand'](),_0x359f6a['enableCommand']('restrictedEditingExceptionAuto'));}['_enableEditingExceptionCommand'](){const _0xa6db9f=this['editor'],_0x41c0a2=_0xa6db9f['model'],_0x1e0851=_0xa6db9f['locale'],_0xdf0011=_0xa6db9f['plugins']['get']('TrackChangesEditing'),_0x3e7324='restrictedEditingException',_0x24bdd1=_0xa6db9f['commands']['get'](_0x3e7324);_0xdf0011['enableCommand'](_0x3e7324,(_0x3b68d0,_0x5069b7={})=>{const _0x577a4b=_0x41c0a2['document']['selection'];if(_0x577a4b['isCollapsed'])return void _0x3b68d0(_0x5069b7);const _0x2d1a3b=void 0x0!==_0x5069b7['forceValue']?_0x5069b7['forceValue']:!_0x24bdd1['value'];_0x41c0a2['change'](()=>{const _0x3dacaf=Array['from'](_0x577a4b['getRanges']());for(const _0x272f98 of _0x3dacaf){const _0x1bfe70=_0x2d1a3b?[_0x272f98]:an(_0x3e7324,_0x272f98,_0x41c0a2);for(const _0x24edcd of _0x1bfe70)_0xdf0011['markInlineFormat'](_0x24edcd,{'commandName':_0x3e7324,'commandParams':[{'forceValue':_0x2d1a3b}]});}});}),_0xdf0011['descriptionFactory']['registerDescriptionCallback'](_0x18f3ce=>{if('formatBlock'!=_0x18f3ce['type']&&'formatInline'!=_0x18f3ce['type'])return;const {data:_0x293aef}=_0x18f3ce;return _0x293aef&&_0x293aef['commandName']==_0x3e7324?_0x293aef['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1e0851,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x1e0851,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}['_enableEditingExceptionBlockCommand'](){const _0x2ca49c=this['editor'],_0x4fb09a=_0x2ca49c['locale'],_0x345c1d=_0x2ca49c['plugins']['get']('TrackChangesEditing'),_0x1ebfc3='restrictedEditingExceptionBlock',_0x19cebb=this['editor']['commands']['get'](_0x1ebfc3);_0x345c1d['enableCommand'](_0x1ebfc3,(_0x14250a,_0x43a85e={})=>{const _0x575d22=this['editor']['model']['document']['selection'],_0x16b4aa=_0x43a85e&&void 0x0!==_0x43a85e['forceValue']?_0x43a85e['forceValue']:!_0x19cebb['value'];let _0x53ccd0=[];if(_0x16b4aa){const _0x26eebc=Array['from'](_0x575d22['getSelectedBlocks']())['filter'](_0x15633a=>function(_0x34a74a){return!!_0x34a74a['findAncestor']('restrictedEditingException',{'includeSelf':!0x0});}(_0x15633a)||function(_0x457620,_0x161315){const _0x1a0f1a=_0x161315['createContext'](_0x457620['parent']);if(!_0x161315['checkChild'](_0x1a0f1a,'restrictedEditingException'))return!0x1;if(!_0x161315['checkChild'](_0x1a0f1a['push']('restrictedEditingException'),_0x457620))return!0x1;return!0x0;}(_0x15633a,this['editor']['model']['schema']));_0x53ccd0=to(_0x26eebc,_0x2ca49c['model']);}else{const _0x282a22=Array['from'](_0x575d22['getSelectedBlocks']())['map'](_0xbce165=>function(_0x4b034f){let _0x134766=_0x4b034f;for(;_0x134766['parent'];){if('restrictedEditingException'==_0x134766['parent']['name'])return _0x134766;_0x134766=_0x134766['parent'];}return null;}(_0xbce165))['filter'](_0x4a3ea8=>!!_0x4a3ea8);_0x53ccd0=to(_0x282a22,_0x2ca49c['model']);}_0x2ca49c['model']['change'](()=>{for(const _0x4be2cd of _0x53ccd0)_0x345c1d['markBlockFormat'](_0x4be2cd,{'commandName':_0x1ebfc3,'commandParams':[{'forceValue':_0x16b4aa}]});});}),_0x345c1d['descriptionFactory']['registerDescriptionCallback'](_0x5e8544=>{const {data:_0x19b02e}=_0x5e8544;if(_0x19b02e&&_0x19b02e['commandName']==_0x1ebfc3)return _0x19b02e['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4fb09a,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x4fb09a,'FORMAT_RESTRICTED_DISABLED')};});}}class Ct extends _0x4043ba{['afterInit'](){const _0x587487=this['editor'];if(!_0x587487['plugins']['has']('Style')||!_0x587487['plugins']['has']('DataSchema'))return;const _0x371311=_0x587487['plugins']['get']('TrackChangesEditing'),_0x388fd9=_0x587487['locale'],_0x2dbb59=_0x587487['config']['get']('style')||{},_0x37c864=_0x587487['plugins']['get']('GeneralHtmlSupport'),_0x3593d1=_0x587487['plugins']['get']('StyleUtils')['normalizeConfig'](_0x587487['plugins']['get']('DataSchema'),_0x2dbb59['definitions']);_0x371311['enableDefaultAttributesIntegration']('style');const _0x3280c6=new Set();for(const _0x3850f7 of _0x3593d1['block']){const _0x54897c=_0x37c864['getGhsAttributeNameForElement'](_0x3850f7['element']);_0x3280c6['add'](_0x54897c);}const _0x22b656=new Set();for(const _0x11a93e of _0x3593d1['inline']){const _0x1754a9=_0x37c864['getGhsAttributeNameForElement'](_0x11a93e['element']);_0x22b656['add'](_0x1754a9);for(const _0xbc7bcb of _0x11a93e['ghsAttributes'])_0x22b656['add'](_0xbc7bcb);}for(const _0x375ac2 of _0x3280c6)_0x371311['descriptionFactory']['registerAttributeLabel'](_0x375ac2,o(_0x388fd9,'FORMAT_STYLE'));for(const _0x319ce1 of _0x22b656)_0x371311['descriptionFactory']['registerAttributeLabel'](_0x319ce1,o(_0x388fd9,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x305b01=this['editor'],_0x3cb265=_0x305b01['locale'];_0x305b01['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4f9d1a=>{if('formatBlock'!=_0x4f9d1a['type']&&'formatInline'!=_0x4f9d1a['type'])return;const {data:_0x126b51}=_0x4f9d1a;return _0x126b51&&'style'===_0x126b51['commandName']?_0x126b51['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x3cb265,'*Set\x20format:*\x20%0',_0x126b51['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x3cb265,'*Remove\x20format:*\x20%0',_0x126b51['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class Nt extends _0x4043ba{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x6cee78){super(_0x6cee78),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x2e9f33=this['editor'],_0x3804b5=_0x2e9f33['model']['document']['selection'];if(!_0x2e9f33['plugins']['has']('TableEditing'))return;const _0x22ed89=_0x2e9f33['locale'],_0x59decd=_0x2e9f33['plugins']['get']('TrackChangesEditing'),_0x33a931=_0x2e9f33['plugins']['get']('TableUtils');_0x59decd['descriptionFactory']['registerElementLabel']('table',_0x10999a=>o(_0x22ed89,'ELEMENT_TABLE',_0x10999a)),this['_setupColumnsRowsFixing'](),_0x59decd['enableCommand']('insertTable'),_0x59decd['enableCommand']('selectTableRow'),_0x59decd['enableCommand']('selectTableColumn');for(const _0x4c30f2 of['insertTableRowAbove','insertTableRowBelow']){const _0x350fca=_0x2e9f33['commands']['get'](_0x4c30f2);_0x59decd['enableCommand'](_0x4c30f2,_0x2fe708=>{_0x2e9f33['model']['change'](_0x49b882=>{_0x2fe708();const _0x3a8d36='above'===_0x350fca['order'],_0x137040=_0x33a931['getSelectionAffectedTableCells'](_0x3804b5),_0x5cc79c=_0x33a931['getRowIndexes'](_0x137040),_0xa44572=_0x3a8d36?_0x5cc79c['first']-0x1:_0x5cc79c['last']+0x1,_0x5cff3c=_0x137040[0x0]['findAncestor']('table'),_0x51ad46=_0x33a931['createTableWalker'](_0x5cff3c,{'startRow':_0xa44572,'endRow':_0xa44572}),_0x23109d=Array['from'](_0x51ad46)['map'](_0x5cba55=>_0x49b882['createRangeOn'](_0x5cba55['cell']));_0x59decd['markMultiRangeInsertion'](_0x23109d,'tableRow');});});}for(const _0x369e9d of['insertTableColumnLeft','insertTableColumnRight']){const _0x37cd4c=_0x2e9f33['commands']['get'](_0x369e9d);_0x59decd['enableCommand'](_0x369e9d,_0x5ee7e7=>{_0x2e9f33['model']['change'](_0x3d574d=>{_0x5ee7e7();const _0x12ee13='left'===_0x37cd4c['order'],_0x3d943c=_0x33a931['getSelectionAffectedTableCells'](_0x3804b5),_0xfe4bda=_0x33a931['getColumnIndexes'](_0x3d943c),_0x51ce86=_0x12ee13?_0xfe4bda['first']-0x1:_0xfe4bda['last']+0x1,_0xf19119=_0x3d943c[0x0]['findAncestor']('table'),_0x3fba4e=_0x33a931['createTableWalker'](_0xf19119,{'startRow':0x0,'column':_0x51ce86,'includeAllSlots':!0x1}),_0x45af09=Array['from'](_0x3fba4e)['map'](_0x1766ac=>_0x3d574d['createRangeOn'](_0x1766ac['cell']));_0x59decd['markMultiRangeInsertion'](_0x45af09,'tableColumn');});});}for(const _0x1780c7 of['removeTableRow','removeTableColumn']){const _0x5afdd1=_0x1780c7['substr'](0xb),_0x45be70=_0x5afdd1['toLowerCase'](),_0x59c203=_0x45be70['substr'](0x0,0x3)+'span',_0x2caee1='table'+_0x5afdd1,_0x2615cd='min'+_0x5afdd1,_0x467074='max'+_0x5afdd1;_0x59decd['enableCommand'](_0x1780c7,()=>{_0x2e9f33['model']['change'](_0x2f0189=>{const _0x4e40ec=_0x33a931['getSelectionAffectedTableCells'](_0x3804b5),_0x14200d=_0x4e40ec[0x0]['findAncestor']('table');let _0x409d35;if('removeTableRow'==_0x1780c7){const _0x5026e2=_0x33a931['getRowIndexes'](_0x4e40ec);_0x409d35={'startRow':_0x5026e2['first'],'endRow':_0x5026e2['last'],'includeAllSlots':!0x0};}else{const _0x189b72=_0x33a931['getColumnIndexes'](_0x4e40ec);_0x409d35={'startColumn':_0x189b72['first'],'endColumn':_0x189b72['last'],'includeAllSlots':!0x0};}const _0x1057bd=_0x33a931['createTableWalker'](_0x14200d,_0x409d35),_0x27c038=Array['from'](_0x1057bd)['map'](({cell:_0x3f6a01})=>_0x3f6a01),_0x3fb2b7=_e(_0x27c038['filter'](_0x270d57=>_0x270d57['hasAttribute'](_0x59c203))),_0x10bf70=_e(_0x27c038['filter'](_0x338cf6=>!_0x338cf6['hasAttribute'](_0x59c203)))['map'](_0x583a3a=>_0x2f0189['createRangeOn'](_0x583a3a)),_0x8a9152=_0x59decd['markMultiRangeDeletion'](_0x10bf70,_0x2caee1);if(_0x8a9152&&('tableRow'==_0x8a9152['subType']||'tableColumn'==_0x8a9152['subType'])){const _0x2db8d4=this['_getSuggestionCoords'](_0x8a9152);for(const _0x3d06f6 of _0x3fb2b7){const _0x28ef63=_0x2f0189['createRangeOn'](_0x3d06f6),_0x279c54=_0x33a931['getCellLocation'](_0x3d06f6),_0x42486c=_0x3d06f6['getAttribute'](_0x59c203)-0x1,_0x14c1cf=_0x2db8d4[_0x2615cd],_0x4fd935=_0x2db8d4[_0x467074];_0x14c1cf<=_0x279c54[_0x45be70]&&_0x279c54[_0x45be70]+_0x42486c<=_0x4fd935&&_0x8a9152['addRange'](_0x28ef63);}}});});}function _0x3d2eb0(_0x4c224d){const _0x6270ea=Array['from'](_0x3804b5['getRanges']())['map'](_0x1ad584=>_0x16787b['fromRange'](_0x1ad584));_0x2e9f33['model']['change'](_0x570b28=>{const _0x59eed0=_0x570b28['batch'];_0x4c224d=_0x4c224d['filter'](_0x2a52c9=>'$graveyard'!=_0x2a52c9['root']['rootName']),_0x570b28['setSelection'](_0x4c224d),_0x2e9f33['commands']['get']('removeTableRow')['refresh'](),_0x2e9f33['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x2e9f33['model']['enqueueChange'](()=>{_0x2e9f33['model']['enqueueChange'](_0x59eed0,_0x2cea74=>{const _0x3e8f43=_0x6270ea['filter'](_0x222b50=>'$graveyard'!=_0x222b50['root']['rootName']);_0x3e8f43['length']>0x0&&_0x2cea74['setSelection'](_0x3e8f43);for(const _0x19f3e2 of _0x6270ea)_0x19f3e2['detach']();});});});}function _0x3f6662(_0x3ffac2){_0x2e9f33['model']['change'](_0x3b12c2=>{const _0x19c5c0=Array['from'](_0x3804b5['getRanges']())['map'](_0x1d4fe2=>_0x16787b['fromRange'](_0x1d4fe2)),_0x936f79=[];for(const _0x42ccf9 of _0x3ffac2)for(const _0x4ccaee of _0x42ccf9['getItems']({'shallow':!0x0}))_0x936f79['push'](_0x4ccaee);for(const _0x3f4316 of _0x936f79)'$graveyard'!=_0x3f4316['root']['rootName']&&(_0x3b12c2['setSelection'](_0x3b12c2['createPositionAt'](_0x3f4316,0x0)),_0x2e9f33['commands']['get']('removeTableColumn')['refresh'](),_0x2e9f33['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0xffd592=_0x19c5c0['filter'](_0x32047e=>'$graveyard'!=_0x32047e['root']['rootName']);_0xffd592['length']>0x0&&_0x3b12c2['setSelection'](_0xffd592);for(const _0x16d35c of _0x19c5c0)_0x16d35c['detach']();});}function _0x4cd0c2(_0x1bbe5d,_0x56ee6f){return _0x56ee6f['every'](_0xfe5071=>_0x1bbe5d['some'](_0xd52fab=>_0xd52fab['end']['isEqual'](_0xfe5071['start'])||_0xfe5071['end']['isEqual'](_0xd52fab['start'])));}function _0x3b40f0(_0x4e3a87,_0x1ff8f8){return!_0x4e3a87['some'](_0x533185=>_0x1ff8f8['some'](_0x5da8d4=>_0x533185['isIntersecting'](_0x5da8d4)))&&_0x4e3a87['some'](_0x10be5b=>_0x1ff8f8['some'](_0x43b374=>_0x10be5b['end']['isTouching'](_0x43b374['start'])));}_0x59decd['descriptionFactory']['registerDescriptionCallback'](_0x7af45d=>{if('insertion'!=_0x7af45d['type']&&'deletion'!=_0x7af45d['type'])return;const _0x1ba85e=_0x7af45d['getContainedElement']();if(null!=_0x1ba85e&&_0x1ba85e['is']('element','table')){if('insertion'==_0x7af45d['type']){const _0x4de7a9=_0x7af45d['getItems']()['filter'](_0xb33fc0=>_0xb33fc0['is']('$textProxy'))['map'](_0x4a0586=>_0x4a0586['data']);if(_0x4de7a9['length'])return{'type':'insertion','content':o(_0x22ed89,'*Insert:*\x20%0',o(_0x22ed89,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x4de7a9['join']('\x20')+'\x22'))};}if('deletion'==_0x7af45d['type']){const _0x413db1=_0x7af45d['getItems']()['filter'](_0xcf5ecb=>_0xcf5ecb['is']('$textProxy'))['map'](_0x241376=>_0x241376['data']);if(_0x413db1['length'])return{'type':'deletion','content':o(_0x22ed89,'*Remove:*\x20%0',o(_0x22ed89,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x413db1['join']('\x20')+'\x22'))};}}}),_0x59decd['descriptionFactory']['registerDescriptionCallback'](_0x508ea3=>{if('tableRow'==_0x508ea3['subType']){const _0x4d7f1a=_0x508ea3['getItems']()['filter'](_0x3cec66=>_0x3cec66['is']('$textProxy'))['map'](_0x19b0cf=>_0x19b0cf['data']),_0x3e8a6c=this['_getSuggestionCoords'](_0x508ea3),_0x318ab4=_0x3e8a6c['maxRow']-_0x3e8a6c['minRow']+0x1;if('insertion'==_0x508ea3['type'])return _0x4d7f1a['length']?{'type':'insertion','content':o(_0x22ed89,'*Insert:*\x20%0',o(_0x22ed89,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x318ab4,'\x22'+_0x4d7f1a['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x22ed89,'*Insert:*\x20%0',o(_0x22ed89,'ELEMENT_TABLE_ROW',_0x318ab4))};if('deletion'==_0x508ea3['type'])return _0x4d7f1a['length']?{'type':'deletion','content':o(_0x22ed89,'*Remove:*\x20%0',o(_0x22ed89,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x318ab4,'\x22'+_0x4d7f1a['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x22ed89,'*Remove:*\x20%0',o(_0x22ed89,'ELEMENT_TABLE_ROW',_0x318ab4))};}if('tableColumn'==_0x508ea3['subType']){const _0x556d58=_0x508ea3['getItems']()['filter'](_0x31d091=>_0x31d091['is']('$textProxy'))['map'](_0x26c08f=>_0x26c08f['data']),_0x1f2e2b=this['_getSuggestionCoords'](_0x508ea3),_0x44c856=_0x1f2e2b['maxColumn']-_0x1f2e2b['minColumn']+0x1;if('insertion'==_0x508ea3['type'])return _0x556d58['length']?{'type':'insertion','content':o(_0x22ed89,'*Insert:*\x20%0',o(_0x22ed89,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x44c856,'\x22'+_0x556d58['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x22ed89,'*Insert:*\x20%0',o(_0x22ed89,'ELEMENT_TABLE_COLUMN',_0x44c856))};if('deletion'==_0x508ea3['type'])return _0x556d58['length']?{'type':'deletion','content':o(_0x22ed89,'*Remove:*\x20%0',o(_0x22ed89,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x44c856,'\x22'+_0x556d58['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x22ed89,'*Remove:*\x20%0',o(_0x22ed89,'ELEMENT_TABLE_COLUMN',_0x44c856))};}}),_0x59decd['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x3d2eb0),_0x59decd['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x3d2eb0),_0x59decd['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x3f6662),_0x59decd['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x3f6662),_0x59decd['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x4cd0c2),_0x59decd['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x4cd0c2),_0x59decd['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x3b40f0),_0x59decd['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x3b40f0);}['_acceptFormatSuggestionCallbackFactory'](){const _0xe4c5d5=this['editor'],_0x242b09=_0xe4c5d5['model']['document']['selection'];return(_0x3b584e,_0x4b6274)=>{_0xe4c5d5['model']['change'](_0x2740d9=>{const {commandName:_0x592fe2,commandParams:_0x246f8d}=_0x4b6274;let _0x21f97e=_0x3b584e[0x0]['end']['nodeBefore'];_0x246f8d&&_0x246f8d[0x0]&&!0x1===_0x246f8d[0x0]['forceValue']&&(_0x21f97e=_0x3b584e[0x0]['start']['nodeAfter']);const _0x668378=_0x2740d9['createRangeIn'](_0x21f97e);if('$graveyard'==_0x668378['root']['rootName'])return;const _0x49bda3=Array['from'](_0x242b09['getRanges']())['map'](_0x5b9f95=>_0x16787b['fromRange'](_0x5b9f95));_0x2740d9['setSelection'](_0x668378),_0xe4c5d5['commands']['get'](_0x592fe2)['refresh'](),_0x246f8d['push']({'forceDefaultExecution':!0x0}),_0xe4c5d5['execute'](_0x592fe2,..._0x246f8d);const _0x1ffb89=_0x49bda3['filter'](_0x12463d=>'$graveyard'!=_0x12463d['root']['rootName']);_0x1ffb89['length']>0x0&&_0x2740d9['setSelection'](_0x1ffb89);for(const _0x34992b of _0x49bda3)_0x34992b['detach']();});};}['_getCoordsForCells'](_0x37fd87){const _0x411cec=this['editor']['plugins']['get']('TableUtils');let _0x3a9305=Number['MAX_SAFE_INTEGER'],_0x229252=Number['MIN_SAFE_INTEGER'],_0x298985=Number['MAX_SAFE_INTEGER'],_0x582ef8=Number['MIN_SAFE_INTEGER'];for(const _0x465610 of _0x37fd87){if('$graveyard'==_0x465610['root']['rootName'])continue;const {row:_0x72a625,column:_0x23ab8d}=_0x411cec['getCellLocation'](_0x465610),_0x57afd8=_0x465610['hasAttribute']('rowspan')?_0x465610['getAttribute']('rowspan')-0x1:0x0,_0x2c2c3e=_0x465610['hasAttribute']('colspan')?_0x465610['getAttribute']('colspan')-0x1:0x0;_0x3a9305=_0x72a625<_0x3a9305?_0x72a625:_0x3a9305,_0x229252=_0x72a625+_0x57afd8>_0x229252?_0x72a625+_0x57afd8:_0x229252,_0x298985=_0x23ab8d<_0x298985?_0x23ab8d:_0x298985,_0x582ef8=_0x23ab8d+_0x2c2c3e>_0x582ef8?_0x23ab8d+_0x2c2c3e:_0x582ef8;}return{'minRow':_0x3a9305,'maxRow':_0x229252,'minColumn':_0x298985,'maxColumn':_0x582ef8};}['_setupColumnsRowsFixing'](){const _0x2f743e=this['editor'],_0xa827ff=_0x2f743e['plugins']['get']('TrackChangesEditing'),_0x24637b=_0x2f743e['plugins']['get']('TableUtils');_0x2f743e['model']['document']['on']('change:data',()=>{const _0x569e1b=Array['from'](_0x2f743e['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x420426,data:_0x225306}of _0x569e1b){const {group:_0x40374e,id:_0x59000d,subType:_0x2642a1}=_0xa827ff['_splitMarkerName'](_0x420426);if('suggestion'!=_0x40374e)continue;if(null!=_0x225306['oldRange'])continue;const _0x54f168=_0xa827ff['getSuggestion'](_0x59000d);this['_tablePostFixingSubtypes']['includes'](_0x2642a1)&&this['_tableSuggestions']['add'](_0x54f168);}},{'priority':'low'});const _0x1fc6c3=(_0x17eca2,_0x192710)=>{let _0x13c3b7=!0x1;const _0x17df53=_0x192710['createRangeOn'](_0x17eca2),_0x1d4504=_0x17eca2['findAncestor']('table'),_0x85a790=_0x24637b['getCellLocation'](_0x17eca2);for(const _0x11849c of this['_tableSuggestions']){const _0x358279=_0x11849c['subType'],_0x2c326f=_0x358279['startsWith']('tablePaste'),_0x394cf9=_0x358279['substr'](_0x2c326f?0xa:0x5),_0x5becea=_0x394cf9['toLowerCase'](),_0x553621=_0x5becea['substr'](0x0,0x3)+'span',_0x4bf08b='min'+_0x394cf9,_0x376fb2='max'+_0x394cf9;if(!_0x11849c['isInContent'])continue;if(_0x1d4504!=_0x11849c['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x11849c['isIntersectingWithRange'](_0x17df53))continue;const _0x57ae8d=_0x17eca2['hasAttribute'](_0x553621)?_0x17eca2['getAttribute'](_0x553621)-0x1:0x0,_0x1bd3b0=this['_getSuggestionCoords'](_0x11849c),_0x57ec4d=_0x1bd3b0[_0x4bf08b],_0x534f95=_0x1bd3b0[_0x376fb2];_0x57ec4d<=_0x85a790[_0x5becea]&&_0x85a790[_0x5becea]+_0x57ae8d<=_0x534f95&&(_0x11849c['addRange'](_0x17df53),_0x13c3b7=!0x0);}return _0x13c3b7;};_0x2f743e['model']['document']['registerPostFixer'](_0x43762f=>{let _0x188089=!0x1;for(const _0x31e830 of _0x2f743e['model']['document']['differ']['getChanges']())if('insert'==_0x31e830['type']){if('tableRow'==_0x31e830['name']){for(const _0xe60462 of _0x31e830['position']['nodeAfter']['getChildren']())_0x188089=_0x188089||_0x1fc6c3(_0xe60462,_0x43762f);}else'tableCell'==_0x31e830['name']&&(_0x188089=_0x188089||_0x1fc6c3(_0x31e830['position']['nodeAfter'],_0x43762f));}return _0x188089;});}['_getSuggestionCoords'](_0xffdece){return this['_getCoordsForCells'](_0xffdece['getRanges']()['map'](_0x2ad49b=>_0x2ad49b['start']['nodeAfter']));}}function _e(_0x8bd51e){return Array['from'](new Set(_0x8bd51e)['values']());}class $t extends _0x4043ba{static get['requires'](){return[Nt];}['afterInit'](){const _0x4d923b=this['editor'],_0x5aef9e=_0x4d923b['model']['document']['selection'],_0xa23735=_0x4d923b['locale'];if(!_0x4d923b['plugins']['has']('TableEditing'))return;const _0x463d02=_0x4d923b['plugins']['get']('TrackChangesEditing'),_0x283ba5=_0x4d923b['plugins']['get']('TableUtils'),_0x5b4ebb=_0x4d923b['plugins']['get'](Nt);_0x5b4ebb['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x463d02['enableCommand']('mergeTableCells',()=>{const _0x4f0ebd=_0x283ba5['getSelectionAffectedTableCells'](_0x4d923b['model']['document']['selection']);_0x4d923b['model']['change'](()=>{_0x463d02['markMultiRangeBlockFormat'](_0x4f0ebd,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x4d923b['commands']['get']('mergeTableCells')['on']('execute',(_0x405198,_0x29afcc)=>{_0x4d923b['commands']['get']('trackChanges')['value']&&(_0x29afcc['length']>0x0&&_0x29afcc[_0x29afcc['length']-0x1]&&_0x29afcc[_0x29afcc['length']-0x1]['forceDefaultExecution']||_0x463d02['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x405198['stop']());},{'priority':'highest'});for(const _0x3eda88 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x3b417b=_0x4d923b['commands']['get'](_0x3eda88);_0x463d02['enableCommand'](_0x3eda88,()=>{const _0x2b8979=_0x4d923b['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x5df18c=>_0x5df18c['is']('element','tableCell')),_0x2971d7=_0x3b417b['value'];_0x4d923b['model']['change'](()=>{_0x463d02['markMultiRangeBlockFormat']([_0x2b8979,_0x2971d7],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x5e4222 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x369f47=_0x4d923b['commands']['get'](_0x5e4222);_0x463d02['enableCommand'](_0x5e4222,()=>{const _0x2aefba=_0x283ba5['getSelectionAffectedTableCells'](_0x4d923b['model']['document']['selection'])[0x0],_0x246107=_0x2aefba['findAncestor']('table'),{column:_0x18c141,row:_0x505841}=_0x283ba5['getCellLocation'](_0x2aefba);let _0x2e940a=[];if('horizontally'==_0x369f47['direction']){const _0x36d9b7=_0x283ba5['createTableWalker'](_0x246107,{'startRow':_0x505841,'endRow':_0x505841,'includeAllSlots':!0x0});_0x2e940a=Array['from'](_0x36d9b7)['map'](_0x4c079e=>_0x4c079e['cell']);}else{const _0x56397b=_0x283ba5['createTableWalker'](_0x246107,{'column':_0x18c141,'includeAllSlots':!0x0});_0x2e940a=Array['from'](_0x56397b)['map'](_0x2c277e=>_0x2c277e['cell']);}_0x4d923b['model']['change'](_0x593d3b=>{_0x463d02['markBlockFormat'](_0x593d3b['createRangeOn'](_0x2aefba),{'commandName':_0x5e4222,'commandParams':[]},_0x2e940a,_0x5e4222);});});}_0x463d02['descriptionFactory']['registerDescriptionCallback'](_0x137aa9=>{if('formatBlock'!=_0x137aa9['type']&&'formatInline'!=_0x137aa9['type'])return;const {data:_0x18822c}=_0x137aa9;return _0x18822c&&'mergeTableCells'==_0x18822c['commandName']?{'type':'format','content':o(_0xa23735,'*Merge\x20cells*')}:void 0x0;}),_0x463d02['descriptionFactory']['registerDescriptionCallback'](_0x2326ed=>{if('formatBlock'!=_0x2326ed['type']&&'formatInline'!=_0x2326ed['type'])return;const {data:_0x1923c3}=_0x2326ed;return _0x1923c3?'splitTableCellVertically'==_0x1923c3['commandName']?{'type':'format','content':o(_0xa23735,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x1923c3['commandName']?{'type':'format','content':o(_0xa23735,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x11278d=_0x5b4ebb['_acceptFormatSuggestionCallbackFactory']();for(const _0x2910f4 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x463d02['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x2910f4,'accept',_0x11278d);for(const _0xc03b1c of['splitTableCellVertically','splitTableCellHorizontally'])_0x463d02['_suggestionFactory']['registerCustomCallback']('formatBlock',_0xc03b1c,'accept',_0x11278d);_0x463d02['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x26c149=>{_0x4d923b['model']['change'](_0x5b5a5b=>{const _0x12bf1e=Array['from'](_0x5aef9e['getRanges']())['map'](_0xb48b8d=>_0x16787b['fromRange'](_0xb48b8d));_0x5b5a5b['setSelection'](_0x26c149),_0x4d923b['commands']['get']('mergeTableCells')['refresh'](),_0x4d923b['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x28de3e=_0x12bf1e['filter'](_0x365deb=>'$graveyard'!=_0x365deb['root']['rootName']);_0x28de3e['length']>0x0&&_0x5b5a5b['setSelection'](_0x28de3e);for(const _0xcd6094 of _0x12bf1e)_0xcd6094['detach']();});});for(const _0x3d54cf of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x38a2e1=_0x4d923b['commands']['get'](_0x3d54cf);_0x38a2e1['on']('set:isEnabled',(_0x4bb77d,_0x110638,_0x15911a)=>{if(_0x15911a){const _0x242120=_0x4d923b['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x39025a=>_0x39025a['is']('element','tableCell'));this['_areMergableCells'](_0x38a2e1['value'],_0x242120)||(_0x4bb77d['return']=!0x1,_0x4bb77d['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0xb573c3=this['editor']['commands']['get']('mergeTableCells'),_0xa52421=this['editor']['plugins']['get']('TableUtils');if(!_0xb573c3['isEnabled'])return!0x1;const _0x482159=_0xa52421['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x482b70 of _0x482159)for(const _0x4d75cf of _0x482159)if(_0x482b70!=_0x4d75cf&&!this['_areMergableCells'](_0x482b70,_0x4d75cf))return!0x1;return!0x0;}['_areMergableCells'](_0x1587f5,_0x3ce00b){const _0x8ab39b=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1529d1=this['editor']['model']['createRangeOn'](_0x1587f5),_0x346131=this['editor']['model']['createRangeOn'](_0x3ce00b),_0x234e03=new Set(),_0x3e7f27=new Set();for(const _0x1352da of _0x8ab39b['getSuggestions']())if(('insertion'==_0x1352da['type']||'deletion'==_0x1352da['type']||'mergeTableCells'==_0x1352da['subType'])&&_0x1352da['isInContent']){for(const _0x1fa8ba of _0x1352da['getRanges']())_0x1fa8ba['containsRange'](_0x1529d1,!0x0)&&_0x234e03['add'](_0x1352da['type']+':'+_0x1352da['author']['id']),_0x1fa8ba['containsRange'](_0x346131,!0x0)&&_0x3e7f27['add'](_0x1352da['type']+':'+_0x1352da['author']['id']);}if(_0x234e03['size']!=_0x3e7f27['size'])return!0x1;for(const _0x56eb28 of _0x234e03)if(!_0x3e7f27['has'](_0x56eb28))return!0x1;return!0x0;}}class vt extends _0x4043ba{static get['requires'](){return[Nt];}['afterInit'](){const _0x51ffbf=this['editor'];if(!_0x51ffbf['plugins']['has']('TableEditing'))return;const _0x4cf3ec=_0x51ffbf['locale'],_0x520038=_0x51ffbf['plugins']['get']('TrackChangesEditing');_0x520038['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x520038['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x520038['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x4cf3ec,'FORMAT_HEADER_ROW')),_0x520038['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x4cf3ec,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x4f9472=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3d70bf=this['editor']['plugins']['get'](Nt)['_acceptFormatSuggestionCallbackFactory']();_0x4f9472['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x3d70bf),_0x4f9472['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x3d70bf),this['_registerLegacyConverters'](),this['_registerLegacyDescription']();}['_registerLegacyConverters'](){const _0x36a5d0=this['editor']['plugins']['get']('TrackChangesEditing'),_0x261269=this['editor']['plugins']['get']('TableUtils');function _0x4d98f8({showActiveMarker:_0x19a172=!0x0,setDataAttribute:_0x16b389=!0x0}={}){return(_0x3d2552,_0x7ba68,_0xd39e10)=>{const {type:_0x1297a0,id:_0x281fcb}=_0x36a5d0['_splitMarkerName'](_0x7ba68['markerName']);if(!_0x36a5d0['hasSuggestion'](_0x281fcb))return;const _0x5e0652=_0x36a5d0['getSuggestion'](_0x281fcb),_0x28429a=_0x5e0652['data'];if('formatBlock'!=_0x5e0652['type']||!_0x28429a||'setTableColumnHeader'!=_0x28429a['commandName'])return;if(_0x7ba68['item'])return void _0x3d2552['stop']();if(!_0xd39e10['consumable']['consume'](_0x7ba68['markerRange'],_0x3d2552['name']))return;const _0x474798=_0x7ba68['markerRange']['start']['nodeAfter'],_0x23c695=_0x7ba68['markerRange']['end']['nodeBefore'],_0x5860a9=_0x474798['parent']['parent'],{column:_0x35584e}=_0x261269['getCellLocation'](_0x474798),{column:_0x4b2226}=_0x261269['getCellLocation'](_0x23c695);for(let _0x9299d6=_0x35584e;_0x9299d6<=_0x4b2226;_0x9299d6++){const _0x4ce85b=_0x261269['createTableWalker'](_0x5860a9,{'column':_0x9299d6,'includeAllSlots':!0x1});for(const _0x17c44d of _0x4ce85b){const _0x59377a=_0x17c44d['cell'],_0x53b5fa=_0xd39e10['mapper']['toViewElement'](_0x59377a);_0xd39e10['writer']['addClass']('ck-suggestion-marker-'+_0x1297a0,_0x53b5fa),_0x16b389&&_0xd39e10['writer']['setAttribute']('data-suggestion',_0x281fcb,_0x53b5fa),_0xd39e10['mapper']['bindElementToMarker'](_0x53b5fa,_0x7ba68['markerName']),_0x19a172&&(_0x36a5d0['activeMarkers']['includes'](_0x7ba68['markerName'])?_0xd39e10['writer']['addClass']('ck-suggestion-marker--active',_0x53b5fa):_0xd39e10['writer']['removeClass']('ck-suggestion-marker--active',_0x53b5fa));}}};}this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x4d98f8(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x2fa129,_0x2c512e,_0x4ef9e8)=>{_0x4ef9e8['options']['showSuggestionHighlights']&&_0x4d98f8({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x2fa129,_0x2c512e,_0x4ef9e8);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x3ad6eb,_0x4a1bac,_0x39d947)=>{const {type:_0x40d2b7,id:_0x3f4aa9}=_0x36a5d0['_splitMarkerName'](_0x4a1bac['markerName']);if(!_0x36a5d0['hasSuggestion'](_0x3f4aa9))return;const _0x11e353=_0x36a5d0['getSuggestion'](_0x3f4aa9),_0x16b8c0=_0x11e353['data'];if('formatBlock'!=_0x11e353['type']||!_0x16b8c0||'setTableColumnHeader'!=_0x16b8c0['commandName'])return;const _0x14bc39=_0x39d947['mapper']['markerNameToElements'](_0x4a1bac['markerName']);if(_0x14bc39){for(const _0x1437bb of _0x14bc39)_0x39d947['writer']['removeClass']('ck-suggestion-marker-'+_0x40d2b7,_0x1437bb),_0x39d947['writer']['removeClass']('ck-suggestion-marker--active',_0x1437bb),_0x39d947['writer']['removeAttribute']('data-suggestion',_0x1437bb),_0x39d947['mapper']['unbindElementFromMarkerName'](_0x1437bb,_0x4a1bac['markerName']);}},{'priority':'highest'});}['_registerLegacyDescription'](){const _0x300fc7=this['editor'],_0x33acd1=_0x300fc7['locale'];function _0x239a4e(_0x4c9348){return{'type':'format','content':o(_0x33acd1,'*Format:*\x20%0',_0x4c9348)};}_0x300fc7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x38cdd0=>{if('formatBlock'!=_0x38cdd0['type'])return;const {data:_0x20ad00}=_0x38cdd0;if(_0x20ad00){if('setTableRowHeader'==_0x20ad00['commandName']){const _0x188eb4=_0x20ad00['commandParams'][0x0]['forceValue'];return _0x239a4e(o(_0x33acd1,_0x188eb4?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x20ad00['commandName']){const _0x404489=_0x20ad00['commandParams'][0x0]['forceValue'];return _0x239a4e(o(_0x33acd1,_0x404489?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}class Dt extends _0x4043ba{['afterInit'](){const _0x3b52ad=this['editor'],_0x52f944=_0x3b52ad['locale'],_0x465be5=_0x3b52ad['plugins']['get']('TrackChangesEditing');function _0x5f42fe(_0x15ad51){return{'type':'format','content':''+o(_0x52f944,'*Set\x20table\x20type:*\x20%0',_0x15ad51)};}_0x3b52ad['plugins']['has']('TableLayout')&&(_0x465be5['enableCommand']('insertTableLayout'),_0x465be5['enableDefaultAttributesIntegration']('tableType'),_0x465be5['descriptionFactory']['registerElementLabel'](_0x16086a=>_0x16086a['is']('element','table')&&'layout'===_0x16086a['getAttribute']('tableType'),_0x1dc2e6=>o(_0x52f944,'ELEMENT_LAYOUT_TABLE',_0x1dc2e6)),_0x465be5['descriptionFactory']['registerDescriptionCallback'](_0x15e2a5=>{const {data:_0x1212f6}=_0x15e2a5;if(_0x1212f6&&'tableType'==_0x1212f6['key'])switch(_0x1212f6['newValue']){case'layout':return _0x5f42fe(o(_0x52f944,'ELEMENT_LAYOUT_TABLE'));case'content':return _0x5f42fe(o(_0x52f944,'ELEMENT_CONTENT_TABLE'));}}));}}const Re=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ae=/* #__PURE__ -- @preserve */
|
|
25
|
+
Object['fromEntries'](Re['map'](_0x2b0c69=>[_0x2b0c69,null]));class Bt extends _0x4043ba{static get['requires'](){return[Nt];}['afterInit'](){const _0x4bcbcb=this['editor'];if(!_0x4bcbcb['plugins']['has']('TableClipboard'))return;const _0x206bae=_0x4bcbcb['plugins']['get']('TrackChangesEditing'),_0x57ac95=_0x4bcbcb['plugins']['get']('TableUtils'),_0x5eab0d=_0x4bcbcb['plugins']['get'](Nt),_0xccff42=_0x4bcbcb['plugins']['get']('TableClipboard'),_0x4fde8e=_0x4bcbcb['plugins']['get']('TableSelection'),_0x48c829=_0x4bcbcb['plugins']['get'](_0x3c30d5);_0x5eab0d['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x4bcbcb['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x4bcbcb['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x4c662e=null,_0x48b52d=!0x1;_0x48c829['on']('contentInsertion',(_0x18a158,_0x49501b)=>{_0x48b52d='paste'===_0x49501b['method'];}),_0x4bcbcb['model']['on']('insertContent',(_0x3c7282,_0x2d75f7)=>{if(!_0x48b52d&&null===_0x4fde8e['getSelectedTableCells']())return;const [_0x6bec3a,_0x194ef3]=_0x2d75f7,_0x3ea106=_0x2d75f7[_0x2d75f7['length']-0x1];_0x3ea106&&_0x3ea106['forceDefaultExecution']||_0x206bae['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x409f74,_0x31363f,_0x30df17,_0x25204f,_0x59243d){if(_0x31363f&&!_0x31363f['is']('documentSelection'))return!0x1;const _0x54b134=_0x59243d['getTableIfOnlyTableInContent'](_0x409f74,_0x30df17);if(!_0x54b134||!Oe(_0x54b134,void 0x0,_0x25204f))return!0x1;const _0x1b8383=_0x25204f['getSelectionAffectedTableCells'](_0x30df17['document']['selection']);if(!_0x1b8383['length'])return!0x1;const _0x55a4e3=_0x1b8383[0x0]['findAncestor']('table'),_0x3d76f6=_0x25204f['getRowIndexes'](_0x1b8383),_0x2f5124=_0x25204f['getColumnIndexes'](_0x1b8383),_0x4c0645={'startRow':_0x3d76f6['first'],'endRow':_0x3d76f6['last'],'startColumn':_0x2f5124['first'],'endColumn':_0x2f5124['last']};return 0x1==_0x1b8383['length']&&(_0x4c0645['endRow']+=_0x25204f['getRows'](_0x54b134)-0x1,_0x4c0645['endColumn']+=_0x25204f['getColumns'](_0x54b134)-0x1),Oe(_0x55a4e3,_0x4c0645,_0x25204f);}(_0x6bec3a,_0x194ef3,_0x4bcbcb['model'],_0x57ac95,_0xccff42)&&(_0x3c7282['stop'](),_0x4c662e={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x4bcbcb['model']['change'](()=>{_0x4bcbcb['model']['insertContent'](_0x2d75f7[0x0],_0x2d75f7[0x1],_0x2d75f7[0x2],{'forceDefaultExecution':!0x0});const _0x3b2cdd=_0x2b8450(),{rowInsertionRanges:_0x344c55,columnInsertionRanges:_0x492d43,insertionRanges:_0x253937,deletionRanges:_0x436378,cells:_0x5eb5ed}=_0x4c662e;_0x344c55['length']&&_0x206bae['markMultiRangeInsertion'](_0x344c55,'tablePasteRow',{'tablePasteChainId':_0x3b2cdd}),_0x492d43['length']&&_0x206bae['markMultiRangeInsertion'](_0x492d43,'tablePasteColumn',{'tablePasteChainId':_0x3b2cdd}),_0x253937['length']&&(_0x206bae['markMultiRangeInsertion'](_0x253937,'tablePaste',{'tablePasteChainId':_0x3b2cdd,'skipNestingCheck':!0x0}),_0x253937['forEach'](_0x1bc01f=>_0x1bc01f['detach']?.())),_0x436378['length']&&(_0x206bae['markMultiRangeDeletion'](_0x436378,'tablePaste',{'tablePasteChainId':_0x3b2cdd,'skipNestingCheck':!0x0}),_0x436378['forEach'](_0x12447f=>_0x12447f['detach']?.()));const _0x2c4091=_0x206bae['markMultiRangeBlockFormat'](_0x5eb5ed['map'](({element:_0x43ee2b})=>_0x43ee2b),{'formatGroupId':_0x2b8450()},[],'tablePasteCell',{'tablePasteChainId':_0x3b2cdd});if(_0x2c4091){const _0x26f384=_0x2c4091['getMarkers'](),_0x2a2fa9=[];for(const {element:_0x5a148d,attributes:_0x2bb941}of _0x5eb5ed){if(!_0x2bb941)continue;const _0xf60974=_0x4bcbcb['model']['createRangeOn'](_0x5a148d),_0x35eec5=_0x26f384['find'](_0x43dc7a=>_0x43dc7a['getRange']()['isEqual'](_0xf60974));_0x35eec5&&_0x2a2fa9['push']([_0x35eec5['name'],_0x2bb941]);}_0x2a2fa9['length']&&_0x2c4091['setAttribute']('markerAttributes',Object['fromEntries'](_0x2a2fa9));}_0x4c662e=null;}));},{'priority':_0x580888['high']+0xa}),_0x48c829['on']('contentInsertion',()=>{_0x48b52d=!0x1;},{'priority':'lowest'}),_0x4bcbcb['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x25faa3,_0x397cd5)=>{const [_0x2f156f,_0xe6bb02,,_0x3b1ae1]=_0x397cd5;if(!_0x4c662e)return;_0x25faa3['stop']();const _0x585288=_0x2f156f['cell'],_0x48133e=_0xe6bb02,_0x356d49=Be(_0x585288),_0x28fed7=Be(_0x48133e);_0x25faa3['return']=_0x585288;let _0x33bfe0=null,_0xb1ed8e=null;if(_0x28fed7||_0x356d49){if(_0x356d49&&!_0x28fed7){_0x3b1ae1['remove'](_0x585288['getChild'](0x0));for(const _0x27018c of Array['from'](_0x48133e['getChildren']()))_0x3b1ae1['insert'](_0x27018c,_0x585288,'end');const _0x64b201=_0x4c662e['rowInsertionIndexes']['includes'](_0x2f156f['row']),_0x51f4fe=_0x4c662e['columnInsertionIndexes']['includes'](_0x2f156f['column']);_0x64b201||_0x51f4fe||(_0x33bfe0=_0x16787b['fromRange'](_0x3b1ae1['createRangeIn'](_0x585288)));}else _0x28fed7&&!_0x356d49&&(_0xb1ed8e=_0x3b1ae1['createRangeIn'](_0x585288));}else{const _0x5ae0f0=_0x3b1ae1['createElement']('tableCellSuggestion'),_0xe8a7fb=_0x3b1ae1['createElement']('tableCellSuggestion');_0x3b1ae1['wrap'](_0x3b1ae1['createRangeIn'](_0x585288),_0xe8a7fb),_0x3b1ae1['insert'](_0x5ae0f0,_0x585288,0x0);for(const _0x2695ad of Array['from'](_0x48133e['getChildren']()))_0x3b1ae1['insert'](_0x2695ad,_0x5ae0f0,'end');_0x33bfe0=_0x16787b['fromRange'](_0x3b1ae1['createRangeOn'](_0x5ae0f0)),_0xb1ed8e=_0x16787b['fromRange'](_0x3b1ae1['createRangeOn'](_0xe8a7fb));}const _0x4ecdfe=Array['from'](_0x48133e['getAttributes']())['filter'](([_0x2f7849])=>Re['includes'](_0x2f7849));_0x4c662e['cells']['push']({'element':_0x585288,'attributes':_0x4ecdfe['length']?Object['fromEntries'](_0x4ecdfe):null}),_0x33bfe0&&_0x4c662e['insertionRanges']['push'](_0x33bfe0),_0xb1ed8e&&_0x4c662e['deletionRanges']['push'](_0xb1ed8e);},{'priority':'high'}),_0x57ac95['on']('insertColumns',(_0x423366,_0x126ade)=>{const [_0x23803a,_0x22cf6a={}]=_0x126ade;if(!_0x4c662e)return;const _0x51ea8e=_0x22cf6a['at']||0x0,_0x1cd2a7=_0x22cf6a['columns']||0x1;_0x4c662e['columnInsertionIndexes']=new Array(_0x1cd2a7)['fill'](_0x51ea8e)['map']((_0x376199,_0x29d9e3)=>_0x376199+_0x29d9e3);for(const {cell:_0x3e25f2}of _0x57ac95['createTableWalker'](_0x23803a,{'startColumn':_0x51ea8e,'endColumn':_0x51ea8e+_0x1cd2a7-0x1}))_0x4c662e['columnInsertionRanges']['push'](_0x4bcbcb['model']['createRangeOn'](_0x3e25f2));},{'priority':'low'}),_0x57ac95['on']('insertRows',(_0x2c4f1b,_0x5784c9)=>{const [_0x55ee49,_0x24f5b3={}]=_0x5784c9;if(!_0x4c662e)return;const _0x422c1b=_0x24f5b3['at']||0x0,_0x5ac898=_0x24f5b3['rows']||0x1;_0x4c662e['rowInsertionIndexes']=new Array(_0x5ac898)['fill'](_0x422c1b)['map']((_0x437f86,_0x1f24e4)=>_0x437f86+_0x1f24e4);for(const {cell:_0x34ad32}of _0x57ac95['createTableWalker'](_0x55ee49,{'startRow':_0x422c1b,'endRow':_0x422c1b+_0x5ac898-0x1}))_0x4c662e['rowInsertionRanges']['push'](_0x4bcbcb['model']['createRangeOn'](_0x34ad32));},{'priority':'low'}),_0x206bae['descriptionFactory']['registerDescriptionCallback'](_0xe7b63e=>{if(_0xe7b63e['subType']&&_0xe7b63e['subType']['startsWith']('tablePaste'))return _0xe7b63e['previous']?{}:{'type':'insertion','content':o(_0x4bcbcb['locale'],'*Replace\x20table\x20cells*')};});const _0x4173fd=()=>!0x1;for(const _0x56c04f of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x206bae['_suggestionFactory']['registerCustomCallback']('insertion',_0x56c04f,'join',_0x4173fd),_0x206bae['_suggestionFactory']['registerCustomCallback']('deletion',_0x56c04f,'join',_0x4173fd),_0x206bae['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x56c04f,'join',_0x4173fd);_0x206bae['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x4173fd),_0x206bae['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x5d4d8a,_0x29477d,_0x574ba9)=>{const _0x37f27e=_0x5d4d8a['map'](_0x1d552b=>_0x1d552b['getContainedElement']())['filter'](_0xe38c49=>_0xe38c49),_0x49052f=new Map(_0x37f27e['map'](_0x52db6b=>[_0x52db6b,null]));if(_0x4c662e){for(const {element:_0x24768a,attributes:_0xfc1a9d}of _0x4c662e['cells'])_0xfc1a9d&&_0x49052f['set'](_0x24768a,_0xfc1a9d);}else{if(_0x574ba9&&_0x574ba9['markerAttributes'])for(const [_0x3d0a57,_0x338236]of Object['entries'](_0x574ba9['markerAttributes'])){const _0x458c9b=_0x4bcbcb['model']['markers']['get'](_0x3d0a57),_0x2862ac=_0x458c9b?_0x458c9b['getRange']()['getContainedElement']():null;_0x2862ac&&_0x49052f['set'](_0x2862ac,_0x338236);}}_0x4bcbcb['model']['change'](_0x44292c=>{for(const [_0x13e468,_0x2a3cbb]of _0x49052f)_0x44292c['setAttributes']({...Ae,..._0x2a3cbb},_0x13e468);});});const _0x43ccba=(_0x30602c,_0x324221)=>{_0x206bae['_suggestionFactory']['registerCustomCallback'](_0x30602c,'tablePaste',_0x324221,(_0x5e56f5,_0x52fb61,_0x1c281c)=>{_0x4bcbcb['model']['change'](_0x4a366f=>{const _0xa6eeac=[];for(const _0x134f5a of _0x5e56f5){const _0x4b61e7=_0x134f5a['start']['nodeAfter'];_0x4b61e7['is']('element','tableCellSuggestion')&&_0xa6eeac['push'](_0x4b61e7);}_0x206bae['_suggestionFactory']['getSuggestionCallback'](_0x30602c,null,_0x324221)(_0x5e56f5,_0x52fb61,_0x1c281c);for(const _0x278575 of _0xa6eeac)'$graveyard'!=_0x278575['root']['rootName']&&_0x4a366f['unwrap'](_0x278575);});});};_0x43ccba('insertion','accept'),_0x43ccba('insertion','discard'),_0x43ccba('deletion','accept'),_0x43ccba('deletion','discard'),_0x206bae['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x194a05=>{const _0x34ed66=_0x194a05['map'](_0x31e9c6=>_0x31e9c6['getContainedElement']()),_0x6480cf=_0x34ed66[0x0]['findAncestor']('table'),{minRow:_0x1b9e69,maxRow:_0x42634f}=_0x5eab0d['_getCoordsForCells'](_0x34ed66);_0x57ac95['removeRows'](_0x6480cf,{'at':_0x1b9e69,'rows':_0x42634f-_0x1b9e69+0x1});}),_0x206bae['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x452561=>{const _0x57e361=_0x452561['map'](_0x5a2b0e=>_0x5a2b0e['getContainedElement']()),_0x1f83d0=_0x57e361[0x0]['findAncestor']('table'),{minColumn:_0x5c078f,maxColumn:_0x389eaa}=_0x5eab0d['_getCoordsForCells'](_0x57e361);_0x57ac95['removeColumns'](_0x1f83d0,{'at':_0x5c078f,'columns':_0x389eaa-_0x5c078f+0x1});});const _0x47c67f=(_0x493827,_0x43ced5)=>{if(!_0x43ced5['subType']||!_0x43ced5['subType']['startsWith']('tablePaste'))return;const _0x50e8d5=_0x43ced5['attributes']['tablePasteChainId'],_0x470390=_0x206bae['getSuggestions']()['filter'](_0x5b4bfd=>_0x5b4bfd['isInContent']&&_0x5b4bfd['attributes']&&_0x5b4bfd['attributes']['tablePasteChainId']==_0x50e8d5);_0x470390['length']&&_0x43ced5['getAllAdjacentSuggestions']()['length']!=_0x470390['length']&&_0x470390['reduce']((_0x12dae0,_0x4beec3)=>(_0x12dae0['next']=_0x4beec3,_0x4beec3['previous']=_0x12dae0,_0x4beec3));};function _0x389348(_0x5d39f5,_0xf70fd1=!0x0){const {id:_0xb32897,authorId:_0x5e8d2a}=_0x206bae['_splitMarkerName'](_0x5d39f5['markerName']),_0x48f3c3=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x4ff5a2=_0x206bae['activeMarkers']['includes'](_0x5d39f5['markerName']);return _0x4ff5a2&&_0x48f3c3['push']('ck-suggestion-marker--active'),{'classes':_0x48f3c3,'attributes':{'data-suggestion':_0xb32897,'data-author-id':_0x5e8d2a},'priority':_0x4ff5a2&&_0xf70fd1?0xbc2:0xbb8};}_0x206bae['on']('suggestionLoaded',_0x47c67f,{'priority':'high'}),_0x206bae['on']('suggestionUnloaded',_0x47c67f,{'priority':'high'}),_0x4bcbcb['model']['document']['registerPostFixer'](()=>{let _0x2746dc=!0x1;const _0x3889ef=Array['from'](_0x4bcbcb['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x555385,data:_0x61a043}of _0x3889ef){const {group:_0x4d05ad,type:_0x5b7452,id:_0x1cdc0d}=_0x206bae['_splitMarkerName'](_0x555385);if('suggestion'!=_0x4d05ad||'deletion'!=_0x5b7452||_0x61a043['oldRange'])continue;if(!_0x206bae['hasSuggestion'](_0x1cdc0d))continue;const _0x399631=_0x206bae['getSuggestion'](_0x1cdc0d)['getRanges'](),_0x279620=_0x4bcbcb['plugins']['get']('Users')['me'];for(const _0x3cefe of _0x206bae['getSuggestions']()){if(!_0x3cefe['isInContent']||_0x3cefe['author']!=_0x279620)continue;if('formatBlock'!=_0x3cefe['type']||'tablePasteCell'!=_0x3cefe['subType'])continue;if(_0x3cefe['getRanges']()['every'](_0x3fcb73=>_0x399631['some'](_0x186042=>_0x186042['containsRange'](_0x3fcb73,!0x0)))){for(const _0x503a83 of _0x3cefe['getAllAdjacentSuggestions']())_0x503a83['isInContent']&&(_0x503a83['discard'](),_0x2746dc=!0x0);}}}return _0x2746dc;}),_0x4bcbcb['model']['document']['registerPostFixer'](_0x3a7db6=>{const _0x391e35=_0x4bcbcb['commands']['get']('redo');if(!_0x391e35||!_0x391e35['_createdBatches']['has'](_0x3a7db6['batch']))return!0x1;let _0x32857b=!0x1;const _0x5cb2b0=_0x4bcbcb['plugins']['get']('Users')['me'],_0x4eeaf9=_0x4bcbcb['model']['document']['differ']['getChanges'](),_0x5cde7e=Array['from'](_0x4bcbcb['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x2465d6,data:_0x5e5628})=>{const {group:_0x35f89b,subType:_0x37a415,authorId:_0x191f18}=_0x206bae['_splitMarkerName'](_0x2465d6);return'suggestion'==_0x35f89b&&'tablePaste'==_0x37a415&&_0x191f18==_0x5cb2b0['id']&&!_0x5e5628['oldRange'];});for(const _0x40f471 of _0x4eeaf9){if('insert'!=_0x40f471['type']||'tableCellSuggestion'!=_0x40f471['name']||0x1!=_0x40f471['length'])continue;const _0x40183c=_0x3a7db6['createRange'](_0x40f471['position'],_0x40f471['position']['getShiftedBy'](0x1));if(!_0x5cde7e['find'](({data:_0x4b3aff})=>_0x4b3aff['newRange']['isEqual'](_0x40183c))){for(const {name:_0x38e874,data:_0x400659}of _0x5cde7e)if(_0x40183c['containsRange'](_0x400659['newRange'])){_0x3a7db6['updateMarker'](_0x38e874,{'range':_0x40183c}),_0x32857b=!0x0;break;}}}return _0x32857b;}),_0x4bcbcb['model']['document']['registerPostFixer'](_0x3a9277=>{let _0x36e34b=!0x1;const _0x35e0b6=_0x4bcbcb['plugins']['get']('Users')['me'],_0x216f58=_0x206bae['getSuggestions']()['filter'](_0x102860=>_0x102860['isInContent']&&_0x102860['author']==_0x35e0b6),_0x3690b0=new Set(),_0x55dc3b=new Set();for(const _0x5ad8fc of _0x216f58)if('tablePaste'==_0x5ad8fc['subType'])for(const _0xd5d981 of _0x5ad8fc['getMarkers']()){const _0x4e670f=_0xd5d981['getRange']()['getContainedElement']();if(_0x4e670f){if(_0x4e670f['is']('element','tableCellSuggestion')&&Be(_0x4e670f)){_0x5ad8fc['removeMarker'](_0xd5d981['name']),_0x3690b0['add'](_0x4e670f),_0x36e34b=!0x0;const _0x58cc31=_0x4e670f['nextSibling'],_0x47aac4=_0x4e670f['previousSibling'],_0x2e1f6c=_0x58cc31&&_0x58cc31['is']('element','tableCellSuggestion'),_0xdcee3e=_0x47aac4&&_0x47aac4['is']('element','tableCellSuggestion');_0x2e1f6c&&!_0x3690b0['has'](_0x58cc31)&&_0x55dc3b['add'](_0x58cc31),_0xdcee3e&&!_0x3690b0['has'](_0x47aac4)&&_0x55dc3b['add'](_0x47aac4);}else _0x4e670f['is']('element','paragraph')&&_0x4e670f['isEmpty']&&(_0x5ad8fc['removeMarker'](_0xd5d981['name']),_0x36e34b=!0x0);}}else{if('tablePasteCell'==_0x5ad8fc['subType']){if(!_0x5ad8fc['attributes']||!_0x5ad8fc['attributes']['tablePasteChainId'])continue;const _0xb328e5=_0x5ad8fc['attributes']['markerAttributes'];if(_0xb328e5&&Object['keys'](_0xb328e5)['length'])continue;const _0x58fd05=_0x5ad8fc['attributes']['tablePasteChainId'];let _0x51beb5=!0x0,_0x1fc9f3=!0x0;for(const _0x4b700e of _0x216f58)if(_0x4b700e['subType']&&_0x4b700e['subType']['startsWith']('tablePaste')){if(!_0x4b700e['attributes']['tablePasteChainId']){_0x1fc9f3=!0x1;break;}if(_0x4b700e['id']!=_0x5ad8fc['id']&&_0x4b700e['attributes']['tablePasteChainId']==_0x58fd05){_0x51beb5=!0x1;break;}}_0x1fc9f3&&_0x51beb5&&(_0x5ad8fc['removeMarkers'](),_0x36e34b=!0x0);}}for(const _0x1cc06b of _0x3690b0)_0x3a9277['remove'](_0x1cc06b);for(const _0x287f70 of _0x55dc3b)_0x3a9277['unwrap'](_0x287f70);return _0x36e34b;}),_0x4bcbcb['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x1dbb21=>_0x389348(_0x1dbb21),'converterPriority':'high'}),_0x4bcbcb['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x24d5e3,_0x14ed8f)=>_0x14ed8f['options']['showSuggestionHighlights']?_0x389348(_0x24d5e3,!0x1):null,'converterPriority':'high'});const _0x4b0219=_0x4bcbcb['editing']['view'];this['listenTo'](_0x4b0219['document'],'clipboardOutput',(_0x2d2b13,_0x1a2f74)=>{const _0x134cd0=[];for(const _0x47eabd of _0x4b0219['createRangeIn'](_0x1a2f74['content'])['getItems']())_0x47eabd['is']('element','suggestion-td')&&_0x134cd0['push'](_0x47eabd);_0x4b0219['change'](_0xc1f180=>{for(const _0x320a3b of _0x134cd0)_0xc1f180['move'](_0xc1f180['createRangeIn'](_0x320a3b),_0xc1f180['createPositionBefore'](_0x320a3b)),_0xc1f180['remove'](_0x320a3b);});});}}function Be(_0x13c633){if(_0x13c633['isEmpty'])return!0x0;const _0x4af0ef=_0x13c633['getChild'](0x0);return _0x4af0ef['is']('element','paragraph')&&_0x4af0ef['isEmpty'];}function Oe(_0x316087,_0x474f21={},_0x1269b0){for(const {isAnchor:_0x55fdf8,cellHeight:_0x35128b,cellWidth:_0x39c2fb}of _0x1269b0['createTableWalker'](_0x316087,{'includeAllSlots':!0x0,..._0x474f21}))if(!_0x55fdf8||0x1!=_0x35128b||0x1!=_0x39c2fb)return!0x1;return!0x0;}class Ot extends _0x4043ba{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x362ddf=this['editor']['plugins']['get']('TrackChangesEditing');_0x362ddf['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x362ddf['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x362ddf['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x362ddf['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x362ddf['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x362ddf['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x40cec9,_0x308ba5){const _0x372903=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4eb764=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x17883b=_0x308ba5['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x34bf2b=_0x4eb764['getColumnGroupElement'](_0x17883b);let _0x47471c=_0x34bf2b?_0x4eb764['getTableColumnsWidths'](_0x34bf2b):null,_0x189330=_0x17883b['getAttribute']('tableWidth')||null;const _0x583402=_0x308ba5['tableWidth']||_0x189330,_0x527314=_0x308ba5['columnWidths']||_0x47471c,_0x25e51e=this['editor']['plugins']['get']('Users')['me'];for(const _0x47a9e5 of _0x372903['getSuggestions']()){const _0x3b97f6=_0x47a9e5['getContainedElement']();if('resizeTable'===_0x47a9e5['subType']&&_0x3b97f6===_0x17883b){_0x47a9e5['author']!==_0x25e51e&&_0x47a9e5['discard']();const _0x57ac85=_0x47a9e5['data']['commandParams'];_0x189330=_0x57ac85[0x0]['tableWidth'],_0x47471c=_0x57ac85[0x0]['columnWidths'];break;}}_0x40cec9({'table':_0x17883b,'tableWidth':_0x583402,'columnWidths':_0x527314}),_0x372903['markBlockFormat'](_0x17883b,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x189330,'columnWidths':_0x47471c}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x4f5b2b){if('formatBlock'!=_0x4f5b2b['type']&&'formatInline'!=_0x4f5b2b['type'])return;const {data:_0xe577aa}=_0x4f5b2b;if(_0xe577aa&&'resizeTable'===_0xe577aa['formatGroupId']){const _0x594f80='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x594f80)};}}}class xt extends _0x4043ba{['afterInit'](){const _0x32ac10=this['editor'];_0x32ac10['plugins']['has']('Template')&&_0x32ac10['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Mt extends _0x4043ba{['afterInit'](){const _0x1af6e=this['editor'];if(!_0x1af6e['commands']['get']('insertTableOfContents'))return;_0x1af6e['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x3be074=_0x1af6e['plugins']['get']('TrackChangesEditing'),_0x1e6990=_0x1af6e['locale'];_0x3be074['descriptionFactory']['registerElementLabel']('tableOfContents',_0x2b4636=>o(_0x1e6990,'ELEMENT_TABLE_OF_CONTENTS',_0x2b4636));}}class Rt extends _0x4043ba{['afterInit'](){const _0x2e790f=this['editor'];if(!_0x2e790f['plugins']['has']('Title'))return;const _0x1b3adc=_0x2e790f['plugins']['get']('TrackChangesEditing');_0x1b3adc['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x2e790f['locale'],'ELEMENT_TITLE')),_0x2e790f['model']['document']['registerPostFixer'](_0x226898=>{let _0x5a17e3=!0x1;const _0x18a271=Array['from'](_0x2e790f['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x172a6a,data:_0x39fd60}of _0x18a271){const {group:_0x46ced3}=_0x1b3adc['_splitMarkerName'](_0x172a6a);if('suggestion'!==_0x46ced3||!_0x39fd60['newRange'])continue;const _0x41ed61=_0x39fd60['newRange'],_0xb06278=_0x41ed61['end']['nodeBefore'];if(!_0xb06278||!_0xb06278['is']('element','title-content'))continue;if(!_0x41ed61['start']['isTouching'](_0x41ed61['end']))continue;const _0x34a272=_0x2e790f['model']['schema']['getNearestSelectionRange'](_0x41ed61['end'],'forward');if(_0x34a272&&_0x34a272['isCollapsed']){const _0x3001b1=_0x226898['createRange'](_0x41ed61['start'],_0x34a272['start']);_0x3001b1['isEqual'](_0x41ed61)||(_0x226898['updateMarker'](_0x172a6a,{'range':_0x3001b1}),_0x5a17e3=!0x0);}_0x5a17e3||(_0x226898['removeMarker'](_0x172a6a),_0x5a17e3=!0x0);}return _0x5a17e3;});}}class Tt extends _0x4043ba{['afterInit'](){const _0x4367a0=this['editor'],_0x5a91d7=_0x4367a0['plugins']['get']('TrackChangesEditing');_0x4367a0['plugins']['has']('Uploadcare')&&(_0x5a91d7['enableCommand']('uploadcare'),_0x4367a0['plugins']['has']('UploadcareImageEdit')&&(_0x5a91d7['enableCommand']('uploadcareImageEdit'),_0x5a91d7['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x5a91d7['descriptionFactory']['registerDescriptionCallback'](_0x3e6dc4=>{if('attribute'!=_0x3e6dc4['type'])return;const {data:_0x142b81}=_0x3e6dc4;return _0x142b81&&'uploadcareImageId'==_0x142b81['key']?{'type':'format','content':''}:void 0x0;})));}}class Et extends _0x4043ba{['afterInit'](){const _0x16825a=this['editor'],_0x160342=_0x16825a['plugins']['get']('TrackChangesEditing');_0x16825a['plugins']['has']('UndoEditing')&&(_0x160342['enableCommand']('undo'),_0x160342['enableCommand']('redo'));}}class Ut extends _0x4043ba{static get['requires'](){return[Nt];}['afterInit'](){const _0x3c682a=this['editor'];if(!_0x3c682a['plugins']['has']('TableCaptionEditing'))return;_0x3c682a['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Vt extends _0x4043ba{['tableProperties'];['tableCellProperties'];constructor(_0x35e687){super(_0x35e687),this['tableProperties']=['tableBorderColor','tableBorderStyle','tableBorderWidth','tableAlignment','tableWidth','tableHeight','tableBackgroundColor'],this['tableCellProperties']=['tableCellBorderColor','tableCellBorderStyle','tableCellBorderWidth','tableCellPadding','tableCellWidth','tableCellHeight','tableCellBackgroundColor','tableCellHorizontalAlignment','tableCellVerticalAlignment'];}static get['pluginName'](){return'TrackChangesTableProperties';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0xf9bb6f=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x3c53b7 of this['tableProperties'])_0xf9bb6f['enableCommand'](_0x3c53b7,(_0x39ea28,_0xd59d5)=>{const _0x518ebb=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x3c53b7,[_0x518ebb],this['tableProperties'],'tableProperties',_0x39ea28,_0xd59d5);});_0xf9bb6f['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0xf9bb6f['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0xf9bb6f['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0xbd5d10,_0x4877a2)=>this['handleDiscardAction'](this['tableProperties'],_0xbd5d10,_0x4877a2)),_0xf9bb6f['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x402263 of this['tableCellProperties'])_0xf9bb6f['enableCommand'](_0x402263,(_0x41e207,_0x39c5d0)=>{const _0x4aeda7=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x402263,_0x4aeda7,this['tableCellProperties'],'tableCellProperties',_0x41e207,_0x39c5d0);});_0xf9bb6f['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0xf9bb6f['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0xf9bb6f['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x6627f4,_0x46847e)=>this['handleDiscardAction'](this['tableCellProperties'],_0x6627f4,_0x46847e)),_0xf9bb6f['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0xf9bb6f['descriptionFactory']['registerDescriptionCallback'](_0x1c9271=>this['handleSuggestionDescription'](_0x1c9271)),this['_registerTablePropertiesAttributes']();}['_handlePropertyChange'](_0x259a9b,_0xfda04,_0x350c03,_0x49352e,_0x590256,_0x5d9a13){const _0x3ad9bd=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x5d9a13['batch'],()=>{for(const _0x23f43f of _0xfda04){if(this['_getSuggestion'](_0x23f43f,_0x49352e))_0x590256(_0x5d9a13);else{const _0x2b7930={};for(const _0x3314fe of _0x350c03){const _0x4ead8f=_0x23f43f['getAttribute'](_0x3314fe);void 0x0!==_0x4ead8f&&(_0x2b7930[_0x3314fe]=_0x4ead8f);}_0x590256(_0x5d9a13),_0x3ad9bd['markBlockFormat'](_0x23f43f,{'commandParams':[_0x2b7930]},[],_0x49352e);}}});}['handleDiscardAction'](_0x7dde20,_0xe06177,_0x2f4ea2){const _0x55af98=_0xe06177[0x0]['start']['nodeAfter'],_0x47f04b=_0x2f4ea2['commandParams'][0x0];this['editor']['model']['change'](_0x463dc0=>{for(const _0x40b024 of _0x7dde20)void 0x0!==_0x47f04b[_0x40b024]?_0x463dc0['setAttribute'](_0x40b024,_0x47f04b[_0x40b024],_0x55af98):_0x463dc0['removeAttribute'](_0x40b024,_0x55af98);});}['handleSuggestionDescription'](_0x306dc5){if(_0x306dc5['data'])switch(_0x306dc5['subType']){case'tableProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x22e821,_0x34c449){const _0x2756a2=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x156885 of _0x2756a2['getSuggestions']({'skipNotAttached':!0x0})){const _0x169583=_0x156885['getContainedElement']();if(_0x156885['subType']===_0x34c449&&_0x169583===_0x22e821)return _0x156885;}return null;}['_registerTablePropertiesAttributes'](){const _0x5e0cb4=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2eaa42=[...this['tableProperties'],...this['tableCellProperties']];for(const _0x53f12e of _0x2eaa42){const _0x31a3e0=_0x53f12e['replace'](/([A-Z])/g,'_$1')['toUpperCase']();_0x5e0cb4['descriptionFactory']['registerAttributeLabel'](_0x53f12e,o(this['editor']['locale'],'FORMAT_'+_0x31a3e0));}}}class Ft extends _0x4043ba{['afterInit'](){const _0x1bc443=this['editor'];if(!_0x1bc443['plugins']['has']('LineHeight'))return;const _0x5bcdf4=_0x1bc443['plugins']['get']('TrackChangesEditing'),_0x4075aa=_0x1bc443['locale'];_0x5bcdf4['enableDefaultAttributesIntegration']('lineHeight'),_0x5bcdf4['descriptionFactory']['registerAttributeLabel']('lineHeight',o(_0x4075aa,'FORMAT_LINE_HEIGHT'));}}const m='$elementName';class d extends _0x4043ba{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_recordAttributeSuggestions']=!0x1;['_trackingSessionId']=null;static get['requires'](){return['CommentsRepository',Jt,_0x29842c,_0x1d0066,_0x275bbb,R,T,E,U,V,F,G,J,L,q,z,K,Q,X,Y,Z,tt,nt,it,et,st,ot,rt,ct,at,ut,ft,ht,gt,mt,kt,lt,W,Ft,H,dt,pt,wt,bt,yt,jt,St,It,At,_t,Ct,Nt,$t,vt,Dt,Ut,Bt,Ot,Mt,Vt,xt,Rt,Tt,Et];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3858f0){super(_0x3858f0),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x4672fe,_0x56b595,_0xd2701,_0xca1a37)=>{this['_model']['change'](()=>{for(const _0x54b417 of[..._0xca1a37,..._0xd2701])this['_model']['markers']['has'](_0x54b417)&&_0x3858f0['editing']['reconvertMarker'](_0x54b417);});}),this['descriptionFactory']=new M(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new qt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x3858f0['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,_0x3858f0['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x3858f0['config']['get']('trackChanges.trackFormatChanges'),_0x3858f0['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x3858f0['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new $(_0x3858f0,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x4233d2=this['editor'];_0x4233d2['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x4e1c02,{writer:_0x59b1d1})=>{let _0x16b97e='suggestion:'+_0x4e1c02['getAttribute']('suggestion-type')+':'+_0x4e1c02['getAttribute']('id');return _0x4e1c02['getAttribute']('marker-count')&&(_0x16b97e+=':'+_0x4e1c02['getAttribute']('marker-count')),_0x59b1d1['createElement']('$marker',{'data-name':_0x16b97e});}}),_0x4233d2['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x4233d2['model']['document']['registerPostFixer'](_0x46a1cb=>{let _0x3dc944=!0x1;const _0x58b839=Array['from'](_0x4233d2['model']['document']['differ']['getChangedMarkers']()),_0x2cae7e=new Set();for(const {name:_0x318223,data:_0x4d1e98}of _0x58b839){const {group:_0x5560af,type:_0x2fdc84,subType:_0x221332,id:_0x17f6f7}=this['_splitMarkerName'](_0x318223);if('suggestion'!==_0x5560af)continue;const _0x10ccab=_0x221332?'suggestion:'+_0x2fdc84+':'+_0x221332+':'+_0x17f6f7:'suggestion:'+_0x2fdc84+':'+_0x17f6f7,_0x40647f=_0x4233d2['model']['markers']['getMarkersGroup'](_0x10ccab),_0x3e3dde=_0x4233d2['model']['markers']['get'](_0x318223),_0x251b44=this['_suggestions']['get'](_0x17f6f7);if(null!=_0x4d1e98['newRange']){'formatInline'==_0x2fdc84&&(_0x3dc944=_0x3dc944||Wt(_0x4d1e98['newRange'],_0x318223,_0x46a1cb,_0x4233d2['model']['schema']));const _0x56c359='attribute'==_0x2fdc84&&this['_isBlockAttribute'](_0x221332['split']('|')[0x0]),_0x2917b4='attribute'==_0x2fdc84&&this['_isInlineAttribute'](_0x221332['split']('|')[0x0]);if(_0x4d1e98['newRange']['isCollapsed']||'$graveyard'==_0x4d1e98['newRange']['root']['rootName']||'formatBlock'==_0x2fdc84&&!Qt(_0x4d1e98['newRange'])||_0x56c359&&!Qt(_0x4d1e98['newRange'])||_0x2917b4&&Xt(_0x4d1e98['newRange'])||'deletion'==_0x2fdc84&&Xt(_0x4d1e98['newRange'])||_0x3e3dde&&Yt(_0x3e3dde,_0x40647f))_0x46a1cb['removeMarker'](_0x318223),_0x3dc944=!0x0;else{if(!_0x251b44||!_0x251b44['isInContent'])continue;if(_0x4d1e98['newRange']&&_0x4d1e98['oldRange']&&_0x4d1e98['newRange']['isEqual'](_0x4d1e98['oldRange']))continue;_0x2cae7e['add'](_0x251b44);}}}return _0x2cae7e['size']>0x0&&(_0x3dc944=!!this['_joinWithAdjacentSuggestions'](_0x2cae7e)||_0x3dc944),_0x3dc944;}),_0x4233d2['model']['document']['registerPostFixer'](_0x27f3c1=>{let _0x5cab9c=!0x1;for(const _0x33d658 of _0x4233d2['model']['document']['differ']['getChanges']())if('insert'==_0x33d658['type'])for(const _0x244594 of this['_suggestions']['values']()){if(_0x244594['isMultiRange']||!_0x244594['isInContent'])continue;const _0x37bc57='formatBlock'==_0x244594['type'],_0x1b4bd1=this['_getAttributeKey'](_0x244594),_0x20478f=_0x1b4bd1&&this['_isBlockAttribute'](_0x1b4bd1);if(!_0x37bc57&&!_0x20478f)continue;const _0x21dd38=_0x244594['getFirstRange']();if(_0x21dd38['start']['parent']!=_0x21dd38['end']['parent']&&!_0x21dd38['end']['isAtEnd']){const _0x3ed131=_0x4233d2['model']['createPositionAt'](_0x21dd38['start']['nodeAfter'],'end'),_0x7f8530=_0x4233d2['model']['createRange'](_0x21dd38['start'],_0x3ed131);_0x27f3c1['updateMarker'](_0x244594['getFirstMarker'](),{'range':_0x7f8530}),_0x5cab9c=!0x0;}}return _0x5cab9c;}),_0x4233d2['model']['document']['registerPostFixer'](_0x2bf513=>this['_processAttributeChanges'](_0x2bf513)),_0x4233d2['model']['document']['registerPostFixer'](_0x1e7d1a=>!_0x1e7d1a['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x1e7d1a)),_0x4233d2['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x4233d2['model']['document']['on']('change:data',(_0xb826d5,_0x3ed99d)=>{if(!_0x3ed99d['isLocal']||_0x3ed99d['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x3437bc=_0x4233d2['model']['document']['differ']['getChanges']();if(0x0==_0x3437bc['length'])return;const _0x4386ce=[],_0x4500a1=_0x3437bc['filter'](_0x4f0f50=>'attribute'==_0x4f0f50['type']),_0x54f85e=_0x3437bc['filter'](_0x3a901c=>'insert'==_0x3a901c['type']&&'$text'!=_0x3a901c['name']);for(const _0x17ef29 of _0x4500a1)this['_isRegisteredAttribute'](_0x17ef29['attributeKey'])&&_0x4386ce['push']({'key':_0x17ef29['attributeKey'],'newValue':_0x17ef29['attributeNewValue'],'oldValue':_0x17ef29['attributeOldValue'],'range':Zt(_0x17ef29['range'],_0x4233d2['model'])});for(const _0x4b0c6b of _0x54f85e){if('rename'!=_0x4b0c6b['action']&&'refresh'!=_0x4b0c6b['action'])continue;const _0x5a9fec=tn(_0x4b0c6b['position']['nodeAfter'],_0x4233d2['model']),_0x18f841=_0x4b0c6b['before'];'rename'==_0x4b0c6b['action']&&_0x4386ce['push']({'key':m,'newValue':_0x4b0c6b['name'],'oldValue':_0x18f841['name'],'range':_0x5a9fec});for(const [_0x41a2aa,_0x4b09b]of _0x18f841['attributes']){if(!this['_isRegisteredAttribute'](_0x41a2aa))continue;const _0x5b49e3=_0x4b0c6b['attributes']['get'](_0x41a2aa);_0x4b09b!==_0x5b49e3&&_0x4386ce['push']({'key':_0x41a2aa,'newValue':_0x5b49e3,'oldValue':_0x4b09b,'range':_0x5a9fec});}for(const [_0x8e7047,_0x4954af]of _0x4b0c6b['attributes'])this['_isRegisteredAttribute'](_0x8e7047)&&(_0x18f841['attributes']['has'](_0x8e7047)||_0x4386ce['push']({'key':_0x8e7047,'newValue':_0x4954af,'oldValue':null,'range':_0x5a9fec}));}0x0!=_0x4386ce['length']&&_0x4233d2['model']['enqueueChange'](_0x3ed99d,_0x2213a7=>{const _0x3f02a3=_0x2b8450();for(const {range:_0x448c06,key:_0x2ce4c7,oldValue:_0x5e0454,newValue:_0x129ee9}of _0x4386ce)this['markAttributeChange'](_0x448c06,_0x2ce4c7,_0x5e0454,_0x129ee9,{'groupId':_0x3f02a3});this['_reduceExistingSuggestions'](_0x2213a7,_0x4386ce);});},{'priority':'lowest'}),_0x4233d2['model']['markers']['on']('update:suggestion',(_0xfc9b1c,_0x4622bb,_0x18f5e8)=>{if(null==_0x18f5e8){const {id:_0x1a5272}=this['_splitMarkerName'](_0x4622bb['name']),_0x520305=this['_suggestions']['get'](_0x1a5272);_0x520305&&_0x520305['addMarkerName'](_0x4622bb['name']);}}),_0x4233d2['model']['document']['on']('change:data',()=>{const _0x37c29f=Array['from'](_0x4233d2['model']['document']['differ']['getChangedMarkers']())['filter'](_0x211eeb=>'suggestion'===this['_splitMarkerName'](_0x211eeb['name'])['group']);if(0x0===_0x37c29f['length'])return;_0x37c29f['sort']((_0x58b96a,_0x4ae2a1)=>{const _0x4e913e=_0x58b96a['data']['oldRange'],_0x459c0c=_0x4ae2a1['data']['oldRange'];return null===_0x4e913e&&null===_0x459c0c?0x0:null===_0x4e913e&&null!==_0x459c0c?-0x1:null!==_0x4e913e&&null===_0x459c0c?0x1:_0x4e913e['start']['isBefore'](_0x459c0c['start'])?-0x1:0x1;});const _0x47f583=new Set(),_0x24e841=new Set();for(const {name:_0xc0c3e2,data:_0x100212}of _0x37c29f){const {id:_0x35a700}=this['_splitMarkerName'](_0xc0c3e2);if(null===_0x100212['oldRange']){const _0x5bab81=this['_handleNewSuggestionMarker'](_0xc0c3e2);_0x24e841['add'](_0x5bab81);}else{const _0x1c8dfd=this['_suggestions']['get'](_0x35a700);null!==_0x100212['newRange']||_0x1c8dfd['isInContent']?(_0x47f583['add'](_0x1c8dfd['head']),_0x24e841['add'](_0x1c8dfd)):this['_removeSuggestion'](_0x1c8dfd);}}_0x24e841['size']>0x0&&this['_refreshSuggestionsChain'](_0x24e841);for(const _0x5e82c5 of _0x47f583)this['fire']('suggestionChanged',_0x5e82c5);}),_0x4233d2['model']['on']('applyOperation',(_0x5a341f,_0xe8db3)=>{const _0x5aa45d=_0xe8db3[0x0];if(!this['_suggestions']['size'])return;if(!_0x5aa45d['isDocumentOperation'])return;if(_0x5aa45d['batch']['isUndo']||!_0x5aa45d['batch']['isLocal'])return;let _0x2d5924,_0x367c31;switch(_0x5aa45d['type']){case'insert':_0x2d5924=_0x4233d2['model']['createPositionAt'](_0x5aa45d['position']),_0x367c31=_0x2d5924['getShiftedBy'](_0x5aa45d['howMany']);break;case'split':_0x2d5924=_0x4233d2['model']['createPositionAt'](_0x5aa45d['splitPosition']),_0x367c31=_0x4233d2['model']['createPositionAt'](_0x5aa45d['moveTargetPosition']);break;case'move':_0x2d5924=_0x4233d2['model']['createPositionAt'](_0x5aa45d['targetPosition']),_0x367c31=_0x2d5924['getShiftedBy'](_0x5aa45d['howMany']);break;default:return;}const _0x241cdf=_0x4233d2['model']['createRange'](_0x2d5924,_0x367c31);_0x4233d2['model']['change'](()=>{for(const {suggestion:_0x219c62,meta:_0x469f53}of this['_findSuggestions'](_0x241cdf)){if(_0x219c62['isMultiRange'])continue;if('formatInline'==_0x219c62['type'])continue;const _0x5ef10d=this['_getAttributeKey'](_0x219c62);if(_0x5ef10d&&this['_isBlockAttribute'](_0x5ef10d)&&'split'!=_0x5aa45d['type'])continue;const _0x42bb0f=_0x219c62['data']&&_0x219c62['data']['multipleBlocks'];('formatBlock'!=_0x219c62['type']||'split'==_0x5aa45d['type']&&!_0x42bb0f)&&(_0x469f53['containsRangeInObject']||'insertion'==_0x219c62['type']&&_0x469f53['isOwn']||_0x219c62['getFirstRange']()['containsRange'](_0x241cdf)&&this['_breakSuggestionMarker'](_0x219c62,_0x2d5924,_0x367c31));}});},{'priority':'lowest'}),_0x4233d2['model']['on']('deleteContent',(_0xa5963,_0x10b521)=>{const _0x274fb9=_0x10b521[0x0],_0x3a1cba=_0x10b521[0x1];if(_0x3a1cba&&_0x3a1cba['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x274fb9['isCollapsed'])return;const _0x1a52bd=_0x4233d2['model']['schema'],{start:_0x5ca6c1,end:_0x14cdae}=_0x274fb9['getFirstRange'](),_0x535838=_0x5ca6c1['nodeAfter']&&_0x1a52bd['isLimit'](_0x5ca6c1['nodeAfter'])?null:_0x1a52bd['getNearestSelectionRange'](_0x5ca6c1,'forward'),_0x39cf01=_0x14cdae['nodeBefore']&&_0x1a52bd['isLimit'](_0x14cdae['nodeBefore'])?null:_0x1a52bd['getNearestSelectionRange'](_0x14cdae,'backward'),_0x3fe4da=_0x4233d2['model']['createRange'](_0x535838?_0x535838['start']:_0x5ca6c1,_0x39cf01?_0x39cf01['end']:_0x14cdae);_0x4233d2['model']['change'](_0x2c2fce=>{this['markDeletion'](_0x3fe4da);const _0x355191=_0x4233d2['model']['schema']['getNearestSelectionRange'](_0x3fe4da['start']);_0x274fb9['is']('documentSelection')?_0x2c2fce['setSelection'](_0x355191):_0x274fb9['setTo'](_0x355191);}),_0xa5963['stop']();},{'priority':_0x580888['normal']+0xa}),_0x4233d2['model']['on']('insertContent',(_0x1a0570,_0x245c0a)=>{const _0x2a2276=_0x245c0a[_0x245c0a['length']-0x1];_0x2a2276&&_0x2a2276['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x4233d2['model']['change'](()=>{let _0x3bf287=_0x4233d2['model']['insertContent'](_0x245c0a[0x0],_0x245c0a[0x1],_0x245c0a[0x2],{'forceDefaultExecution':!0x0});if(!_0x3bf287)return;_0x1a0570['return']=_0x3bf287['clone']();const _0x2fd39e=_0x3bf287['end']['nodeBefore'],_0x524e4a=_0x4233d2['model']['schema'];_0x2fd39e&&_0x524e4a['isBlock'](_0x2fd39e)&&!_0x524e4a['isObject'](_0x2fd39e)&&(_0x3bf287=_0x4233d2['model']['createRange'](_0x3bf287['start'],_0x4233d2['model']['createPositionAt'](_0x2fd39e,'end'))),this['markInsertion'](_0x3bf287);}),_0x1a0570['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x140e9e=new v(_0x4233d2,this['_suggestions']);_0x4233d2['commands']['add']('acceptSuggestion',_0x140e9e),this['enableCommand']('acceptSuggestion');const _0x187219=new D(_0x4233d2,this['_suggestions']);_0x4233d2['commands']['add']('discardSuggestion',_0x187219),this['enableCommand']('discardSuggestion'),_0x4233d2['commands']['add']('acceptAllSuggestions',new B(_0x4233d2,_0x140e9e,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x4233d2['commands']['add']('discardAllSuggestions',new B(_0x4233d2,_0x187219,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x4233d2['commands']['add']('acceptSelectedSuggestions',new O(_0x4233d2,_0x140e9e,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x4233d2['commands']['add']('discardSelectedSuggestions',new O(_0x4233d2,_0x187219,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x3c7d15=_0x4233d2['plugins']['get']('CommentsRepository');this['listenTo'](_0x3c7d15,'addComment',(_0x16aa71,{threadId:_0x4bedea})=>{const _0xd70749=this['_suggestions']['get'](_0x4bedea);_0xd70749&&_0xd70749['commentThread']&&0x1===_0xd70749['commentThread']['length']&&this['_updateSuggestionData'](_0x4bedea,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x3c7d15,'removeComment',(_0x4a7acf,{threadId:_0x5de31b})=>{const _0x810302=this['_suggestions']['get'](_0x5de31b);_0x810302&&_0x810302['commentThread']&&!_0x810302['commentThread']['length']&&this['_updateSuggestionData'](_0x5de31b,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x4075b7){const _0x3e8f67=_0x2e33f8([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]),_0x2232b4=0x3d8d0df,_0x445d9f=0x3dfaa77^_0x2232b4,_0x5ac75f=window[_0x2e33f8([0x44,0x61,0x74,0x65])][_0x2e33f8([0x6e,0x6f,0x77])](),_0x2336e1=_0x4075b7[_0x2e33f8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x28213c=new window[(_0x2e33f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x524a80=>{_0x2336e1[_0x2e33f8([0x6f,0x6e,0x63,0x65])](_0x2e33f8([0x72,0x65,0x61,0x64,0x79]),_0x524a80);}),_0x208020={[_0x2e33f8([0x6b,0x74,0x79])]:_0x2e33f8([0x45,0x43]),[_0x2e33f8([0x75,0x73,0x65])]:_0x2e33f8([0x73,0x69,0x67]),[_0x2e33f8([0x63,0x72,0x76])]:_0x2e33f8([0x50,0x2d,0x32,0x35,0x36]),[_0x2e33f8([0x78])]:_0x2e33f8([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]),[_0x2e33f8([0x79])]:_0x2e33f8([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]),[_0x2e33f8([0x61,0x6c,0x67])]:_0x2e33f8([0x45,0x53,0x32,0x35,0x36])},_0x593823=_0x2336e1[_0x2e33f8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2e33f8([0x67,0x65,0x74])](_0x2e33f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x24e0a0(){let _0x34ecbf,_0x391a74=null,_0x15aed7=null;try{if(_0x593823==_0x2e33f8([0x47,0x50,0x4c]))return _0x2e33f8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x34ecbf=_0xf1584a(),!_0x34ecbf)return _0x2e33f8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x34ecbf[_0x2e33f8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x15aed7=_0x3302e5(_0x34ecbf[_0x2e33f8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x34ecbf[_0x2e33f8([0x6a,0x74,0x69])])),await _0x31b0c0()?_0x25f60a()?_0x45203c()?_0x2e33f8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x7f2d1a()?(_0x34ecbf[_0x2e33f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e33f8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x391a74=_0x5cfc9f(_0x2e33f8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x34ecbf[_0x2e33f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e33f8([0x74,0x72,0x69,0x61,0x6c])&&(_0x391a74=_0x5cfc9f(_0x2e33f8([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1014ab()):_0x2e33f8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2e33f8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2e33f8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2e33f8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x45203c(){const _0x1603f3=[_0x2e33f8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2e33f8([0x74,0x72,0x69,0x61,0x6c])][_0x2e33f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x34ecbf[_0x2e33f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5ac75f/0x3e8:0xe10*_0x445d9f;return _0x34ecbf[_0x2e33f8([0x65,0x78,0x70])]<_0x1603f3;}function _0x25f60a(){const _0x3d02aa=_0x34ecbf[_0x2e33f8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x3d02aa)return!0x1;if(_0x3d02aa[_0x2e33f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e33f8([0x2a])))return!0x0;if(_0x3d02aa[_0x2e33f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e33f8([0x54,0x43])))return!0x0;if(_0x3d02aa[_0x2e33f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e33f8([0x52,0x54,0x43]))){if(_0x38184e())return!0x0;if(_0x35597a()||_0x1b43d4())return!0x0;}return!0x1;}function _0x7f2d1a(){const _0x4f9702=_0x34ecbf[_0x2e33f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4f9702||0x0==_0x4f9702[_0x2e33f8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x55d437}=new URL(window[_0x2e33f8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4f9702[_0x2e33f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55d437))return!0x0;const _0x327b30=_0x55d437[_0x2e33f8([0x73,0x70,0x6c,0x69,0x74])](_0x2e33f8([0x2e]));return _0x4f9702[_0x2e33f8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4e0ab0=>_0x4e0ab0[_0x2e33f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e33f8([0x2a])))[_0x2e33f8([0x6d,0x61,0x70])](_0x24af90=>_0x24af90[_0x2e33f8([0x73,0x70,0x6c,0x69,0x74])](_0x2e33f8([0x2e])))[_0x2e33f8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x41ffa9=>_0x41ffa9[_0x2e33f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x327b30[_0x2e33f8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2e33f8([0x6d,0x61,0x70])](_0x2d4791=>Array(_0x327b30[_0x2e33f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2d4791[_0x2e33f8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2e33f8([0x66,0x69,0x6c,0x6c])](_0x2d4791[0x0]===_0x2e33f8([0x2a])?_0x2e33f8([0x2a]):'')[_0x2e33f8([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2d4791))[_0x2e33f8([0x73,0x6f,0x6d,0x65])](_0x5978ed=>_0x327b30[_0x2e33f8([0x65,0x76,0x65,0x72,0x79])]((_0x1a6fa0,_0x4319d2)=>_0x5978ed[_0x4319d2]===_0x1a6fa0||_0x5978ed[_0x4319d2]===_0x2e33f8([0x2a])));}function _0x1014ab(){return _0x391a74&&_0x15aed7?new window[(_0x2e33f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xf82602,_0x59a068)=>{_0x391a74[_0x2e33f8([0x74,0x68,0x65,0x6e])](_0xf82602,_0x59a068),_0x15aed7[_0x2e33f8([0x74,0x68,0x65,0x6e])](_0x176fd5=>{_0x176fd5!=_0x2e33f8([0x56,0x61,0x6c,0x69,0x64])&&_0xf82602(_0x176fd5);},_0x59a068);}):_0x391a74||_0x15aed7||_0x2e33f8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3302e5(_0x26fc07,_0x4b6e8f){return new window[(_0x2e33f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4ca4e1=>{if(_0x2f7925())return _0x4ca4e1(_0x2e33f8([0x56,0x61,0x6c,0x69,0x64]));_0x4e47f0(),_0x2336e1[_0x2e33f8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2e33f8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2d4d1a=!0x1;const _0x548509=_0x2b8450();function _0x1f385e(_0x3db2a2){return!!_0x3db2a2&&(typeof _0x3db2a2===_0x2e33f8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3db2a2===_0x2e33f8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3db2a2[_0x2e33f8([0x74,0x68,0x65,0x6e])]===_0x2e33f8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3db2a2[_0x2e33f8([0x63,0x61,0x74,0x63,0x68])]===_0x2e33f8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2a32c6(_0x5464fe){_0x35893(_0x5464fe)[_0x2e33f8([0x74,0x68,0x65,0x6e])](_0x50df72=>{if(!_0x50df72||_0x50df72[_0x2e33f8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2e33f8([0x6f,0x6b]))return _0x2e33f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5523bb(_0x31c2a4(_0x548509+_0x4b6e8f))!=_0x50df72[_0x2e33f8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2e33f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2e33f8([0x56,0x61,0x6c,0x69,0x64]);})[_0x2e33f8([0x74,0x68,0x65,0x6e])](_0x5810e0=>(_0x79fa48(),_0x5810e0),()=>{const _0xb872c3=_0x2c73b8();return null==_0xb872c3?(_0x79fa48(),_0x2e33f8([0x56,0x61,0x6c,0x69,0x64])):_0x2e33f8(_0x5ac75f-_0xb872c3>(0x27d454df^_0x2232b4)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2e33f8([0x74,0x68,0x65,0x6e])](_0x4ca4e1)[_0x2e33f8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4ca4e1(_0x2e33f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x580842=0x3ee3e5f^_0x2232b4;function _0x79fa48(){const _0x1dc7c9=_0x2e33f8([0x6c,0x6c,0x63,0x74,0x2d])+_0x5523bb(_0x31c2a4(_0x26fc07)),_0x8172e8=_0x4daf95(_0x5523bb(window[_0x2e33f8([0x4d,0x61,0x74,0x68])][_0x2e33f8([0x63,0x65,0x69,0x6c])](_0x5ac75f/_0x580842)));window[_0x2e33f8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2e33f8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1dc7c9,_0x8172e8);}function _0x2c73b8(){const _0x5908fc=_0x2e33f8([0x6c,0x6c,0x63,0x74,0x2d])+_0x5523bb(_0x31c2a4(_0x26fc07)),_0x5d1bcb=window[_0x2e33f8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2e33f8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5908fc);return _0x5d1bcb?window[_0x2e33f8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4daf95(_0x5d1bcb),0x10)*_0x580842:null;}function _0x35893(_0x17d41c){return new window[(_0x2e33f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5ba281,_0x20a423)=>{_0x17d41c[_0x2e33f8([0x74,0x68,0x65,0x6e])](_0x5ba281,_0x20a423),window[_0x2e33f8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x20a423,0x3d9041f^_0x2232b4);});}}_0x2336e1[_0x2e33f8([0x6f,0x6e])](_0x2e33f8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x19690c,_0x5242e0)=>{if(_0x5242e0[0x0]!=_0x26fc07)return _0x4ca4e1(_0x2e33f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5242e0[0x1]={..._0x5242e0[0x1],[_0x2e33f8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x548509};},{[_0x2e33f8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2e33f8([0x68,0x69,0x67,0x68])}),_0x2336e1[_0x2e33f8([0x6f,0x6e])](_0x2e33f8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5a7a41=>{_0x1f385e(_0x5a7a41[_0x2e33f8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2d4d1a=!0x0,_0x2a32c6(_0x5a7a41[_0x2e33f8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2e33f8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2e33f8([0x6c,0x6f,0x77])}),_0x28213c[_0x2e33f8([0x74,0x68,0x65,0x6e])](()=>{_0x2d4d1a||_0x4ca4e1(_0x2e33f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2f7925(){return _0x2336e1[_0x2e33f8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2e33f8([0x76,0x69,0x65,0x77])][_0x2e33f8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2e33f8([0x61,0x75,0x74,0x6f]);}function _0x4e47f0(){_0x2336e1[_0x2e33f8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2e33f8([0x76,0x69,0x65,0x77])][_0x2e33f8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2e33f8([0x61,0x75,0x74,0x6f]);}}function _0x5cfc9f(_0x27a33d){const _0x358a0c=[new window[(_0x2e33f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x267db8=>setTimeout(_0x267db8,0x3d1ee13^_0x2232b4)),_0x28213c[_0x2e33f8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2e33f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x508f2d=>{let _0x30d500=0x0;_0x2336e1[_0x2e33f8([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e33f8([0x6f,0x6e])](_0x2e33f8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x555a88,_0x282b22)=>{_0x282b22[0x0][_0x2e33f8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x30d500++,_0x30d500==(0x3d8d127^_0x2232b4)&&(_0x508f2d(),_0x555a88[_0x2e33f8([0x6f,0x66,0x66])]());});}))];return window[_0x2e33f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2e33f8([0x72,0x61,0x63,0x65])](_0x358a0c)[_0x2e33f8([0x74,0x68,0x65,0x6e])](()=>_0x27a33d);}async function _0x11ce20(){await _0x28213c,_0x2336e1[_0x2e33f8([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e33f8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5a4980,_0x2336e1[_0x2e33f8([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e33f8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5a4980,_0x2336e1[_0x2e33f8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2e33f8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x38184e(){return _0x39afb9(_0x2e33f8([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x1f0b1a(_0x2e33f8([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x2e33f8([0x73,0x74,0x61,0x74,0x65])]==_0x2e33f8([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x35597a(){return _0x39afb9(_0x2e33f8([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 _0x1b43d4(){return _0x39afb9(_0x2e33f8([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x384a94(_0x3715ba){const _0x1d5c7f=_0x536e9f();_0x2336e1[_0x1d5c7f]=_0x2e33f8([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3715ba,_0x3715ba!=_0x2e33f8([0x56,0x61,0x6c,0x69,0x64])&&_0x11ce20();}function _0x536e9f(){const _0x165ac6=window[_0x2e33f8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2e33f8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2e33f8([0x6e,0x6f,0x77])]())[_0x2e33f8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2e33f8([0x2e]),'');let _0x530ec2=_0x2e33f8([0x52]);for(let _0x28dc38=0x0;_0x28dc38<_0x165ac6[_0x2e33f8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x28dc38+=0x2){let _0x395898=window[_0x2e33f8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x165ac6[_0x2e33f8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x28dc38,_0x28dc38+0x2));_0x395898>=_0x3e8f67[_0x2e33f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x395898-=_0x3e8f67[_0x2e33f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x530ec2+=_0x3e8f67[_0x395898];}return _0x530ec2;}function _0xf1584a(){const _0x4ac629=_0x593823[_0x2e33f8([0x73,0x70,0x6c,0x69,0x74])](_0x2e33f8([0x2e]));if(0x3!=_0x4ac629[_0x2e33f8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x16466f(_0x4ac629[0x1]);function _0x16466f(_0x313292){const _0x4af9c4=_0x2eece5(_0x313292);return _0x4af9c4&&_0x37bf52()?_0x4af9c4:null;function _0x37bf52(){const _0x11fbf8=_0x4af9c4[_0x2e33f8([0x6a,0x74,0x69])],_0x486e0c=window[_0x2e33f8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x11fbf8[_0x2e33f8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x11fbf8[_0x2e33f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x13dcd2={..._0x4af9c4,[_0x2e33f8([0x6a,0x74,0x69])]:_0x11fbf8[_0x2e33f8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x11fbf8[_0x2e33f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x13dcd2[_0x2e33f8([0x76,0x63])],_0x31c2a4(_0x13dcd2)==_0x486e0c;}}}async function _0x31b0c0(){let _0x9a650a=!0x0;try{const _0x48add1=_0x593823[_0x2e33f8([0x73,0x70,0x6c,0x69,0x74])](_0x2e33f8([0x2e])),[_0x49d62b,_0x50f3b2,_0x24b0e1]=_0x48add1;return _0xd9865c(_0x49d62b),await _0xe5d56c(_0x49d62b,_0x50f3b2,_0x24b0e1),_0x9a650a;}catch{return!0x1;}function _0xd9865c(_0x351791){const _0x1af7ac=_0x2eece5(_0x351791);_0x1af7ac&&_0x1af7ac[_0x2e33f8([0x61,0x6c,0x67])]==_0x2e33f8([0x45,0x53,0x32,0x35,0x36])||(_0x9a650a=!0x1);}async function _0xe5d56c(_0x1c8971,_0x188c2a,_0x46650c){const _0x12150c=window[_0x2e33f8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2e33f8([0x66,0x72,0x6f,0x6d])](_0xe29ee8(_0x46650c),_0x498061=>_0x498061[_0x2e33f8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4be402=new window[(_0x2e33f8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2e33f8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1c8971+_0x2e33f8([0x2e])+_0x188c2a),_0x59d5b6=window[_0x2e33f8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2e33f8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x59d5b6)return;const _0x4c6133=await _0x59d5b6[_0x2e33f8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2e33f8([0x6a,0x77,0x6b]),_0x208020,{[_0x2e33f8([0x6e,0x61,0x6d,0x65])]:_0x2e33f8([0x45,0x43,0x44,0x53,0x41]),[_0x2e33f8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2e33f8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2e33f8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x59d5b6[_0x2e33f8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2e33f8([0x6e,0x61,0x6d,0x65])]:_0x2e33f8([0x45,0x43,0x44,0x53,0x41]),[_0x2e33f8([0x68,0x61,0x73,0x68])]:{[_0x2e33f8([0x6e,0x61,0x6d,0x65])]:_0x2e33f8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4c6133,_0x12150c,_0x4be402)||(_0x9a650a=!0x1);}}function _0x2eece5(_0x411365){return _0x411365[_0x2e33f8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2e33f8([0x65,0x79]))?JSON[_0x2e33f8([0x70,0x61,0x72,0x73,0x65])](_0xe29ee8(_0x411365)):null;}function _0xe29ee8(_0x11c171){return window[_0x2e33f8([0x61,0x74,0x6f,0x62])](_0x11c171[_0x2e33f8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2e33f8([0x2b]))[_0x2e33f8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2e33f8([0x2f])));}function _0x31c2a4(_0x3008ff){let _0x210685=0x1505;function _0x4ccbe0(_0x5ee37e){for(let _0x598604=0x0;_0x598604<_0x5ee37e[_0x2e33f8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x598604++){const _0x3be175=_0x5ee37e[_0x2e33f8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x598604);_0x210685=(_0x210685<<0x5)+_0x210685+_0x3be175,_0x210685&=_0x210685;}}function _0x5111b6(_0x4875e0){Array[_0x2e33f8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4875e0)?_0x4875e0[_0x2e33f8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5111b6):_0x4875e0&&typeof _0x4875e0==_0x2e33f8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2e33f8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4875e0)[_0x2e33f8([0x73,0x6f,0x72,0x74])]()[_0x2e33f8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xb693a2,_0xdceaa])=>{_0x4ccbe0(_0xb693a2),_0x5111b6(_0xdceaa);}):_0x4ccbe0(window[_0x2e33f8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4875e0));}return _0x5111b6(_0x3008ff),_0x210685>>>0x0;}function _0x5523bb(_0x556a7d){return _0x556a7d[_0x2e33f8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2e33f8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2e33f8([0x30]));}function _0x4daf95(_0x4c3020){return _0x4c3020[_0x2e33f8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2e33f8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2e33f8([0x6a,0x6f,0x69,0x6e])]('');}function _0x39afb9(_0x216af6){return _0x2336e1[_0x2e33f8([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x2e33f8([0x68,0x61,0x73])](_0x216af6);}function _0x1f0b1a(_0x419569){return _0x2336e1[_0x2e33f8([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x2e33f8([0x67,0x65,0x74])](_0x419569);}function _0x5a4980(){}function _0x2e33f8(_0x46502e){return _0x46502e['map'](_0x11ecf1=>String['fromCharCode'](_0x11ecf1))['join']('');}_0x384a94(await _0x24e0a0());}(this);}set['adapter'](_0x3e1dc2){if(this['_adapter'])throw new _0x2321d0('track-changes-adapter-already-set',this);this['_adapter']=_0x3e1dc2;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0xcc278a=!0x1,toJSON:_0x1bb7df=!0x1}={}){const _0x312a24=[];for(const _0x2642bc of this['_suggestions']['values']())_0xcc278a&&!_0x2642bc['isInContent']||_0x312a24['push'](_0x2642bc);return _0x1bb7df?_0x312a24['map'](_0x309d59=>_0x309d59['toJSON']()):_0x312a24;}['getSuggestion'](_0x481f0c){const _0x4f98f1=this['_suggestions']['get'](_0x481f0c);if(!_0x4f98f1)throw new _0x2321d0('track-changes-suggestion-not-found',this);return _0x4f98f1;}['hasSuggestion'](_0x5c6823){return this['_suggestions']['has'](_0x5c6823);}['addSuggestionData'](_0x4d45d6){const {authorId:_0x5bb2c4,id:_0x3397f2,originalSuggestionId:_0x12fdc7,attributes:_0x135361}=_0x4d45d6,[_0x3c3906,_0xc17975]=_0x4d45d6['type']['split'](':'),_0x48c108=this['_suggestions']['get'](_0x3397f2)||this['_createSuggestion'](_0x3c3906,_0xc17975,_0x3397f2,_0x5bb2c4,_0x135361,_0x12fdc7);if(this['_addThreadToSuggestion'](_0x48c108),this['_checkSuggestionCorrectness'](_0x48c108,_0x3c3906,_0xc17975||null,_0x5bb2c4),_0x48c108['createdAt']=_0x4d45d6['createdAt'],_0x48c108['_isDataLoaded']=!0x0,_0x135361&&_0x135361['@external']){const _0x37f1ce=_0x135361['@external'],_0x50f270=this['_getExternalAuthor'](_0x37f1ce['authorName']);_0x48c108['authoredAt']=_0x37f1ce['createdAt'],_0x48c108['author']=_0x50f270,_0x48c108['isExternal']=!0x0;}else _0x48c108['authoredAt']=_0x4d45d6['createdAt'];switch(_0x4d45d6['data']&&(_0x48c108['data']=_0x4d45d6['data']),_0x4d45d6['attributes']&&(_0x48c108['attributes']=_0x4d45d6['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x48c108['_saved']=!0x0),this['_suggestionState']['get'](_0x48c108)){case'notReady':this['_suggestionState']['set'](_0x48c108,'dataReady');break;case'markerReady':_0x48c108['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x48c108])),this['_refreshSuggestionsChain'](new Set([_0x48c108])),this['_suggestionState']['set'](_0x48c108,'ready'),this['fire']('suggestionLoaded',_0x48c108)):this['_suggestionState']['set'](_0x48c108,'removed');}return _0x48c108;}['acceptSuggestion'](_0x1eadb0){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x550312 of _0x1eadb0['getAllAdjacentSuggestions']())_0x550312['accept']();});});}['discardSuggestion'](_0x183949){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x39f30e of _0x183949['getAllAdjacentSuggestions']())_0x39f30e['discard']();});});}['enableCommand'](_0x492b68,_0x263a52){const _0x29f6b7=this['editor']['commands']['get'](_0x492b68);if(!_0x29f6b7)throw new _0x2321d0('track-changes-command-not-found',this,{'commandName':_0x492b68});if(this['_enabledCommands']['has'](_0x29f6b7))throw new _0x2321d0('track-changes-enable-command-twice',this,{'commandName':_0x492b68});this['_enabledCommands']['add'](_0x29f6b7),_0x263a52&&_0x29f6b7['on']('execute',(_0x95fd8f,_0x190487)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x190487['length']>0x0&&_0x190487[_0x190487['length']-0x1]&&_0x190487[_0x190487['length']-0x1]['forceDefaultExecution']?_0x190487['pop']():(_0x95fd8f['return']=_0x263a52((..._0x20cba2)=>_0x29f6b7['execute'](..._0x20cba2,{'forceDefaultExecution':!0x0}),..._0x190487),_0x95fd8f['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x2f89a4){let _0x5d15f5,_0x20e501;const _0x1a56b6=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x5d15f5=_0x2f89a4();}catch(_0x20102b){_0x20e501=_0x20102b;}return _0x1a56b6||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x20e501&&_0x2321d0['rethrowUnexpectedError'](_0x20e501,this),_0x5d15f5;}['markInsertion'](_0x49edf2,_0x559722=null,_0x343bd6={}){if(_0x49edf2['isCollapsed'])return null;const _0x5307e8=this['editor']['plugins']['get']('Users')['me'];this['_trackingSessionId']&&(_0x343bd6['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x2718b2,meta:_0x59fc69}of this['_findSuggestions'](_0x49edf2,'insertion'))if(_0x59fc69['isOwn']){if(!_0x59fc69['isNextTo']){if(_0x59fc69['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!sn(_0x2718b2,_0x343bd6))continue;return _0x2718b2;}if(sn(_0x2718b2,_0x343bd6))return _0x2718b2;this['_breakSuggestionMarker'](_0x2718b2,_0x49edf2['start'],_0x49edf2['end']);break;}if(_0x559722==_0x2718b2['subType']&&sn(_0x2718b2,_0x343bd6)){const _0x146ceb=_0x2718b2['getFirstRange']();return _0x146ceb['start']['isEqual'](_0x49edf2['end'])?this['_setSuggestionRange'](_0x2718b2,this['_model']['createRange'](_0x49edf2['start'],_0x146ceb['end'])):this['_setSuggestionRange'](_0x2718b2,this['_model']['createRange'](_0x146ceb['start'],_0x49edf2['end'])),_0x2718b2;}}const _0xc52823=_0x2b8450(),_0x19f28c=_0x5307e8['id'],_0x438dc4=_0x559722?'insertion:'+_0x559722:'insertion',_0xa41ac5=this['_setSuggestionData']({'id':_0xc52823,'type':_0x438dc4,'createdAt':new Date(),'authorId':_0x19f28c,'attributes':_0x343bd6});return this['_addSuggestionMarker'](_0x438dc4,_0xc52823,_0x19f28c,_0x49edf2),_0xa41ac5;}['markMultiRangeInsertion'](_0x3a9ec9,_0x2f0da2='multi',_0x1cbd1c={}){const _0x5ae4cf=this['editor']['plugins']['get']('Users')['me'],_0x13aa3a=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x2f0da2,'join');this['_trackingSessionId']&&(_0x1cbd1c['trackingSessionId']=this['_trackingSessionId']);for(const _0x50a92e of this['getSuggestions']())if(_0x50a92e['author']['id']==_0x5ae4cf['id']&&'insertion'==_0x50a92e['type']&&_0x50a92e['subType']==_0x2f0da2&&sn(_0x50a92e,_0x1cbd1c)&&(_0x13aa3a(_0x50a92e['getRanges'](),_0x3a9ec9)||_0x13aa3a(_0x3a9ec9,_0x50a92e['getRanges']()))){for(const _0x4bae7a of _0x3a9ec9)_0x50a92e['addRange'](_0x4bae7a);return _0x50a92e;}for(const {suggestion:_0x37144c,meta:_0x1a76a3}of this['_findSuggestions'](_0x3a9ec9,'insertion')){if(!_0x1a76a3['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x1a76a3['containsRangeInObject'])continue;if(!sn(_0x37144c,_0x1cbd1c))continue;let _0x591028=!0x0;for(const _0x22dc1e of _0x37144c['getRanges']())for(const _0x57798b of _0x3a9ec9)if(!_0x22dc1e['containsRange'](_0x57798b)){_0x591028=!0x1;break;}if(_0x591028)return _0x37144c;}const _0xf78218=_0x2b8450(),_0x119c83=_0x5ae4cf['id'],_0x3f4f9e='insertion:'+_0x2f0da2,_0x58eff9=this['_setSuggestionData']({'id':_0xf78218,'type':_0x3f4f9e,'createdAt':new Date(),'authorId':_0x119c83,'attributes':_0x1cbd1c});for(const _0x37c066 of _0x3a9ec9)this['_addSuggestionMarker'](_0x3f4f9e,_0xf78218,_0x119c83,_0x37c066,x['getMultiRangeId']());return _0x58eff9;}['markInlineFormat'](_0x1c4a53,_0xed3941,_0x59d9fd=null,_0x51ad21={}){if(_0x59d9fd=_0x59d9fd||Ht(_0xed3941),_0x1c4a53['isCollapsed'])return null;if(this['_trackingSessionId']&&(_0x51ad21['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x9b696d=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x59d9fd,'accept');return this['forceDefaultExecution'](()=>_0x9b696d([_0x1c4a53],_0xed3941,_0x51ad21)),null;}const _0x5a5b32=this['editor']['plugins']['get']('Users')['me'],_0x5d189e=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x1789cf,meta:_0x3174ae}of this['_findSuggestions'](_0x1c4a53,'insertion'))_0x3174ae['isOwn']&&!_0x3174ae['isInsideObject']&&_0x5d189e['push'](..._0x1789cf['getRanges']());}const _0x204238=function(_0x4d8ffd,_0x1e5972){const _0x4f639d=[];for(const _0x40ab30 of _0x1e5972){const _0x21c71b=_0x4d8ffd['getIntersection'](_0x40ab30);_0x21c71b&&_0x4f639d['push'](_0x21c71b);}return _0x4f639d;}(_0x1c4a53,_0x5d189e),_0x51e88c=function(_0x52d079,_0x1c0f4e){const _0x3c9f37=[_0x52d079];for(const _0x21eec2 of _0x1c0f4e){let _0x40b42f=0x0;for(;_0x40b42f<_0x3c9f37['length'];){const _0x436b17=_0x3c9f37[_0x40b42f]['getDifference'](_0x21eec2);_0x3c9f37['splice'](_0x40b42f,0x1,..._0x436b17),_0x40b42f+=_0x436b17['length'];}}return _0x3c9f37;}(_0x1c4a53,_0x5d189e);_0x204238['length']&&this['_model']['change'](()=>{for(const _0x1c07b0 of _0x204238){const _0x11fb26=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x59d9fd,'accept');this['forceDefaultExecution'](()=>_0x11fb26([_0x1c07b0],_0xed3941,_0x51ad21));}});for(const _0x2c58a4 of _0x51e88c){let _0x38630a=null,_0x30b66b=_0x2c58a4['start'],_0x3e7bac=_0x2c58a4['end'];for(const {suggestion:_0x5bac66,meta:_0x35a4e0}of this['_findSuggestions'](_0x2c58a4,'formatInline')){if(!_0x35a4e0['isOwn'])continue;if(_0x5bac66['subType']!=_0x59d9fd)continue;if(!sn(_0x5bac66,_0x51ad21))continue;const _0x3e9088=_0x5bac66['getFirstRange']();if(_0x3e9088['containsRange'](_0x2c58a4,!0x0))return null;_0x30b66b=_0x30b66b['isBefore'](_0x3e9088['start'])?_0x30b66b:_0x3e9088['start'],_0x3e7bac=_0x3e7bac['isAfter'](_0x3e9088['end'])?_0x3e7bac:_0x3e9088['end'],_0x38630a?_0x3e9088['start']['isBefore'](_0x38630a['getFirstRange']()['start'])?(_0x38630a['removeMarkers'](),_0x38630a=_0x5bac66):_0x5bac66['removeMarkers']():_0x38630a=_0x5bac66;}const _0x7a1a99=this['_model']['createRange'](_0x30b66b,_0x3e7bac);if(_0x38630a)this['_setSuggestionRange'](_0x38630a,_0x7a1a99);else{const _0x492e73=_0x2b8450(),_0xfcbe26=_0x5a5b32['id'];this['_setSuggestionData']({'id':_0x492e73,'type':'formatInline:'+_0x59d9fd,'data':_0xed3941,'createdAt':new Date(),'authorId':_0xfcbe26,'attributes':_0x51ad21}),this['_addSuggestionMarker']('formatInline:'+_0x59d9fd,_0x492e73,_0xfcbe26,_0x7a1a99);}}return null;}['markBlockFormat'](_0x12f8fe,_0x2acfac,_0x3eb474=[],_0x1229d4=null,_0x1cba9a={}){_0x2acfac['formatGroupId']||(_0x2acfac['formatGroupId']=_0x2acfac['commandName']),_0x2acfac['multipleBlocks']=_0x12f8fe['is']('range'),_0x1229d4=_0x1229d4||Ht(_0x2acfac);const _0x2ada9b=_0x3eb474['map'](_0x2ae57d=>tn(_0x2ae57d,this['_model'])),_0x3bc533=_0x12f8fe['is']('range')?_0x12f8fe:tn(_0x12f8fe,this['_model']);if(this['_trackingSessionId']&&(_0x1cba9a['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x235b54=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1229d4,'accept');return this['forceDefaultExecution'](()=>_0x235b54([_0x3bc533],_0x2acfac,_0x1cba9a)),null;}_0x2ada9b['push'](_0x3bc533);let _0x1b04c5=!0x0;for(const _0x28e8f7 of _0x2ada9b)if(!this['_rangeIsInLocalUserInsertion'](_0x28e8f7)){_0x1b04c5=!0x1;break;}if(_0x1b04c5&&'always'!==this['_trackFormatChanges']){const _0x476038=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1229d4,'accept');return this['forceDefaultExecution'](()=>_0x476038([_0x3bc533],_0x2acfac,_0x1cba9a)),null;}let _0x8fd970=null,_0x1f6e2b=_0x3bc533['start'],_0x21a320=_0x3bc533['end'];for(const {suggestion:_0xb4fcf0,meta:_0x50cd99}of this['_findSuggestions'](_0x3bc533,'formatBlock')){if(!_0x50cd99['isOwn'])continue;if(_0x50cd99['isNextTo']||_0x50cd99['containsRangeInObject']||_0x50cd99['isInsideObject'])continue;if(_0xb4fcf0['data']['formatGroupId']!=_0x2acfac['formatGroupId'])continue;if(!sn(_0xb4fcf0,_0x1cba9a))continue;const _0x9fbd03=_0xb4fcf0['getFirstRange']();if(_0xb4fcf0['subType']==_0x1229d4){if(_0x9fbd03['containsRange'](_0x3bc533,!0x0))return null;_0x1f6e2b=_0x1f6e2b['isBefore'](_0x9fbd03['start'])?_0x1f6e2b:_0x9fbd03['start'],_0x21a320=_0x21a320['isAfter'](_0x9fbd03['end'])?_0x21a320:_0x9fbd03['end'],_0x8fd970?_0x9fbd03['start']['isBefore'](_0x8fd970['getFirstRange']()['start'])?(_0x8fd970['removeMarkers'](),_0x8fd970=_0xb4fcf0):_0xb4fcf0['removeMarkers']():_0x8fd970=_0xb4fcf0;}else{const _0x55fb7c=_0x3bc533['getIntersection'](_0x9fbd03);this['_cutOutSuggestionMarker'](_0xb4fcf0,_0x55fb7c);}}const _0x3d52be=this['editor']['plugins']['get']('Users')['me'],_0x3e8623=_0x2b8450(),_0x5eac9a=_0x3d52be['id'];if(_0x8fd970)return this['_setSuggestionRange'](_0x8fd970,this['_model']['createRange'](_0x1f6e2b,_0x21a320)),_0x8fd970;{const _0x28c3a7=this['_setSuggestionData']({'id':_0x3e8623,'type':'formatBlock:'+_0x1229d4,'data':_0x2acfac,'createdAt':new Date(),'authorId':_0x5eac9a,'attributes':_0x1cba9a});return this['_addSuggestionMarker']('formatBlock:'+_0x1229d4,_0x3e8623,_0x5eac9a,this['_model']['createRange'](_0x1f6e2b,_0x21a320)),_0x28c3a7;}}['markMultiRangeBlockFormat'](_0x1d91de,_0x29cac7,_0xbe08c5=[],_0x40b170=null,_0x349275={}){_0x29cac7['formatGroupId']||(_0x29cac7['formatGroupId']=_0x29cac7['commandName']);const _0x5205fc=_0x1d91de[0x0];_0x29cac7['multipleBlocks']=_0x5205fc['is']('range'),_0x40b170=_0x40b170||Ht(_0x29cac7);const _0x46d595=_0xbe08c5['map'](_0x35070f=>tn(_0x35070f,this['_model'])),_0x6e8fde=_0x5205fc['is']('range')?_0x1d91de:_0x1d91de['map'](_0x98cd35=>tn(_0x98cd35,this['_model']));if(this['_trackingSessionId']&&(_0x349275['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x18cd2f=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x40b170,'accept');return this['forceDefaultExecution'](()=>_0x18cd2f(_0x6e8fde,_0x29cac7,_0x349275)),null;}_0x46d595['push'](..._0x6e8fde);let _0x2d4fa6=!0x0;for(const _0x430349 of _0x46d595)if(!this['_rangeIsInLocalUserInsertion'](_0x430349)){_0x2d4fa6=!0x1;break;}if(_0x2d4fa6&&'always'!==this['_trackFormatChanges']){const _0x1f5552=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x40b170,'accept');return this['forceDefaultExecution'](()=>_0x1f5552(_0x6e8fde,_0x29cac7,_0x349275)),null;}const _0x338437=this['editor']['plugins']['get']('Users')['me'];for(const _0x1b314a of this['getSuggestions']()){const _0x157ac3=_0x1b314a['data'];if(_0x1b314a['author']['id']!=_0x338437['id'])continue;if('formatBlock'!=_0x1b314a['type']||_0x157ac3['formatGroupId']!=_0x29cac7['formatGroupId'])continue;if(!sn(_0x1b314a,_0x349275))continue;const _0x1a5a04=_0x1b314a['subType']==_0x40b170;for(let _0x10c228=0x0;_0x10c228<_0x6e8fde['length'];_0x10c228++){const _0x19dbdf=_0x6e8fde[_0x10c228];for(const _0x40fc68 of _0x1b314a['getMarkers']()){const _0x21caca=_0x40fc68['getRange']();if(_0x19dbdf['isEqual'](_0x21caca)){_0x1a5a04?(_0x6e8fde['splice'](_0x10c228,0x1),_0x10c228--):_0x1b314a['removeMarker'](_0x40fc68['name']);break;}}}}if(0x0==_0x6e8fde['length'])return null;const _0x370e98=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x40b170,'join');for(const _0x1c7977 of this['getSuggestions']()){const _0x204809=_0x1c7977['data'];if(_0x1c7977['author']['id']==_0x338437['id']&&('formatBlock'==_0x1c7977['type']&&_0x204809['formatGroupId']==_0x29cac7['formatGroupId']&&_0x1c7977['subType']==_0x40b170&&sn(_0x1c7977,_0x349275)&&(_0x370e98(_0x1c7977['getRanges'](),_0x6e8fde)||_0x370e98(_0x6e8fde,_0x1c7977['getRanges']())))){for(const _0x382940 of _0x6e8fde)_0x1c7977['addRange'](_0x382940);return _0x1c7977;}}const _0x351a06=_0x2b8450(),_0x399836=_0x338437['id'],_0x23b811='formatBlock:'+_0x40b170,_0x2252a2=this['_setSuggestionData']({'id':_0x351a06,'type':_0x23b811,'data':_0x29cac7,'createdAt':new Date(),'authorId':_0x399836,'attributes':_0x349275});for(const _0x555e08 of _0x6e8fde)this['_addSuggestionMarker'](_0x23b811,_0x351a06,_0x399836,_0x555e08,x['getMultiRangeId']());return _0x2252a2;}['markDeletion'](_0x5fb6,_0x415f32=null,_0x5544ce={}){if(_0x5fb6['isCollapsed'])return null;const _0x1a7dbd=this['editor']['plugins']['get']('Users')['me'],_0x407b4c=new _0x16787b(_0x5fb6['start'],_0x5fb6['end']);this['_trackingSessionId']&&(_0x5544ce['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x765071,meta:_0x4cbbbf}of this['_findSuggestions'](_0x407b4c,'insertion'))if(_0x4cbbbf['isOwn']&&!_0x4cbbbf['isNextTo']){if(_0x765071['isMultiRange']){const _0x2c9b1c=_0x765071['getRanges']()['filter'](_0x155183=>'$graveyard'!=_0x155183['root']['rootName']);_0x2c9b1c['every'](_0x7066cb=>_0x407b4c['containsRange'](_0x7066cb,!0x0))&&_0x765071['discard']();if(_0x2c9b1c['some'](_0x3a8e78=>_0x3a8e78['containsRange'](_0x407b4c,!0x0))){const _0x55d114=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x415f32,'accept');return this['forceDefaultExecution'](()=>_0x55d114([_0x407b4c],null,_0x5544ce)),null;}}else{const _0x3c6e82=_0x407b4c['getIntersection'](_0x765071['getFirstRange']());null!==_0x3c6e82&&_0x765071['_onDiscard']([_0x3c6e82],null,_0x5544ce);}}if(_0x407b4c['detach'](),_0x407b4c['isCollapsed']||'$graveyard'==_0x407b4c['root']['rootName'])return null;let _0x5b4142=null,_0x2f1cf7=_0x407b4c['start'],_0x4e4589=_0x407b4c['end'];const _0x1b8d0d=this['_findSuggestions'](_0x407b4c,'deletion');for(const {suggestion:_0x5ddf74,meta:_0x475d4f}of _0x1b8d0d){const _0x4ab3b6=this['_model']['createRange'](_0x2f1cf7,_0x4e4589);if(_0x475d4f['isOwn']&&(this['_mergeNestedSuggestions']||!_0x475d4f['containsRangeInObject']&&!_0x475d4f['isInsideObject'])){if(_0x5ddf74['isMultiRange']){if(!sn(_0x5ddf74,_0x5544ce))continue;let _0x13e75b=!0x0;for(const _0x3fcdbf of _0x5ddf74['getRanges']()){if(_0x3fcdbf['containsRange'](_0x4ab3b6,!0x0))return _0x5ddf74;_0x4ab3b6['containsRange'](_0x3fcdbf)||(_0x13e75b=!0x1);}_0x13e75b&&_0x5ddf74['discard']();}else{const _0x1eeb7c=_0x5ddf74['getFirstRange']();if(_0x1eeb7c['containsRange'](_0x4ab3b6,!0x0))return _0x5ddf74;if(!sn(_0x5ddf74,_0x5544ce)){_0x4ab3b6['containsRange'](_0x1eeb7c)?_0x5ddf74['removeMarkers']():_0x1eeb7c['containsPosition'](_0x2f1cf7)?_0x2f1cf7=_0x1eeb7c['end']:_0x1eeb7c['containsPosition'](_0x4e4589)&&(_0x4e4589=_0x1eeb7c['start']);continue;}_0x2f1cf7=_0x2f1cf7['isBefore'](_0x1eeb7c['start'])?_0x2f1cf7:_0x1eeb7c['start'],_0x4e4589=_0x4e4589['isAfter'](_0x1eeb7c['end'])?_0x4e4589:_0x1eeb7c['end'],_0x5544ce=Object['assign']({},_0x5ddf74['attributes']),_0x5b4142?_0x1eeb7c['start']['isBefore'](_0x5b4142['getFirstRange']()['start'])?(_0x5b4142['removeMarkers'](),_0x5b4142=_0x5ddf74):_0x5ddf74['removeMarkers']():_0x5b4142=_0x5ddf74;}}}if(_0x5b4142)return this['_setSuggestionRange'](_0x5b4142,this['_model']['createRange'](_0x2f1cf7,_0x4e4589)),_0x5b4142;{const _0x1dc4fc=_0x2b8450(),_0xebb03a=this['_model']['createRange'](_0x2f1cf7,_0x4e4589),_0x146275=_0x1a7dbd['id'],_0x2c98ef=_0x415f32?'deletion:'+_0x415f32:'deletion',_0x54aebb=this['_setSuggestionData']({'id':_0x1dc4fc,'type':_0x2c98ef,'createdAt':new Date(),'authorId':_0x146275,'attributes':_0x5544ce});return this['_addSuggestionMarker'](_0x2c98ef,_0x1dc4fc,_0x146275,_0xebb03a),_0x54aebb;}}['markMultiRangeDeletion'](_0x57b2ef,_0x4f3c90='multi',_0x28f11e={}){const _0x5a4dda=this['editor']['plugins']['get']('Users')['me'],_0x268fe3=_0x57b2ef['map'](_0x3aeb67=>new _0x16787b(_0x3aeb67['start'],_0x3aeb67['end'])),_0x5dd72e=new Set();this['_trackingSessionId']&&(_0x28f11e['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x258c13,meta:_0x37bbd3}of this['_findSuggestions'](_0x268fe3,'insertion'))_0x37bbd3['isOwn']&&!_0x37bbd3['isNextTo']&&_0x5dd72e['add'](_0x258c13);for(const _0x334729 of _0x5dd72e)if(_0x334729['isMultiRange']){const _0x278630=_0x334729['getRanges']();(!_0x334729['attributes']||!_0x334729['attributes']['skipNestingCheck'])&&(_0x278630['every'](_0x129a96=>_0x268fe3['some'](_0x2d5e33=>_0x2d5e33['containsRange'](_0x129a96,!0x0)))&&_0x334729['discard']());if(_0x268fe3['every'](_0x503f54=>_0x278630['some'](_0x9a8e15=>_0x9a8e15['containsRange'](_0x503f54,!0x0)))){const _0x40bf4f=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4f3c90,'accept');return this['forceDefaultExecution'](()=>_0x40bf4f(_0x57b2ef,null,_0x28f11e)),null;}}else{const _0x4df09d=_0x334729['getFirstRange']();_0x268fe3['some'](_0x397c18=>_0x397c18['containsRange'](_0x4df09d,!0x0))&&_0x334729['discard']();if(_0x268fe3['every'](_0xb5099c=>_0x4df09d['containsRange'](_0xb5099c,!0x0))){const _0x5769a3=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4f3c90,'accept');return this['forceDefaultExecution'](()=>_0x5769a3(_0x268fe3,null,_0x28f11e)),null;}}const _0x488e59=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4f3c90,'join');let _0x61ccd1=null;for(const _0x3baa86 of this['getSuggestions']())if(_0x3baa86['author']['id']==_0x5a4dda['id']&&_0x3baa86['isInContent']&&'deletion'==_0x3baa86['type']&&_0x3baa86['subType']==_0x4f3c90&&sn(_0x3baa86,_0x28f11e)&&(_0x488e59(_0x3baa86['getRanges'](),_0x268fe3)||_0x488e59(_0x268fe3,_0x3baa86['getRanges']()))){if(_0x61ccd1){if(_0x3baa86['commentThread']&&_0x3baa86['commentThread']['length'])continue;for(const _0x30e8a3 of _0x3baa86['getRanges']())_0x61ccd1['isIntersectingWithRange'](_0x30e8a3)||_0x61ccd1['addRange'](_0x30e8a3);_0x3baa86['removeMarkers']();}else{_0x61ccd1=_0x3baa86;for(const _0x2b199c of _0x268fe3)_0x3baa86['isIntersectingWithRange'](_0x2b199c)||_0x3baa86['addRange'](_0x2b199c);}}if(_0x61ccd1)return _0x61ccd1;_0x5dd72e['clear']();for(const {suggestion:_0x3cb8d0,meta:_0x4eee51}of this['_findSuggestions'](_0x268fe3,'deletion'))_0x4eee51['isOwn']&&(this['_mergeNestedSuggestions']||!_0x4eee51['containsRangeInObject']&&!_0x4eee51['isInsideObject'])&&sn(_0x3cb8d0,_0x28f11e)&&_0x5dd72e['add'](_0x3cb8d0);for(const _0x3473ab of _0x5dd72e){const _0x2665e4=_0x3473ab['getRanges']();if(!_0x28f11e||!_0x28f11e['skipNestingCheck']){if(_0x268fe3['every'](_0x1191c7=>_0x2665e4['some'](_0x254e48=>_0x254e48['containsRange'](_0x1191c7,!0x0))))return _0x3473ab;}(!_0x3473ab['attributes']||!_0x3473ab['attributes']['skipNestingCheck'])&&(_0x2665e4['every'](_0x513d59=>_0x268fe3['some'](_0x40c320=>_0x40c320['containsRange'](_0x513d59,!0x0)))&&_0x3473ab['discard']());}const _0x3faa6a=_0x2b8450(),_0x426029=_0x5a4dda['id'],_0x3e7554='deletion:'+_0x4f3c90,_0xf4b410=this['_setSuggestionData']({'id':_0x3faa6a,'type':_0x3e7554,'createdAt':new Date(),'authorId':_0x426029,'attributes':_0x28f11e});for(const _0x304873 of _0x268fe3)_0x304873['detach'](),_0x304873['isCollapsed']||'$graveyard'==_0x304873['root']['rootName']||this['_addSuggestionMarker'](_0x3e7554,_0x3faa6a,_0x426029,_0x304873,x['getMultiRangeId']());return _0xf4b410;}['markAttributeChange'](_0x40ca12,_0x2a72c9,_0xdb25cc,_0x35ceb6,_0x3d031f){if(_0x40ca12['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x299dd4=this['editor']['plugins']['get']('Users')['me']['id'],_0x383d0c=Array['from'](this['_suggestions']['values']())['filter'](_0xa6c0aa=>'attribute'==_0xa6c0aa['type']&&_0xa6c0aa['data']['key']==_0x2a72c9&&_0xa6c0aa['isIntersectingWithRange'](_0x40ca12));if(this['_trackingSessionId']&&(_0x3d031f['trackingSessionId']=this['_trackingSessionId']),'default'===this['_trackFormatChanges']){const _0x2b659b=this['_findSuggestions'](_0x40ca12,'insertion')['filter'](({meta:_0x136977})=>_0x136977['isOwn']&&!_0x136977['isInsideObject']&&!_0x136977['isNextTo'])['map'](({suggestion:_0x4270b6})=>_0x4270b6);_0x383d0c['unshift'](..._0x2b659b);}const _0x252f1e=new Map([[_0x40ca12,_0xdb25cc]]);for(const _0x10e2f0 of _0x383d0c){const _0x29b18a='attribute'==_0x10e2f0['type']?_0x10e2f0['data']['oldValue']:void 0x0,_0x22cd36=_0x10e2f0['getFirstRange'](),_0x1ad007=Array['from'](_0x252f1e['keys']())['find'](_0x19c5bd=>_0x19c5bd['isIntersecting'](_0x22cd36));if(!_0x1ad007)continue;const _0x3cbb92=_0x1ad007['getDifference'](_0x22cd36);this['_isBlockAttribute'](_0x2a72c9)&&'insertion'==_0x10e2f0['type']&&0x0!=_0x3cbb92['length']||(_0x252f1e['delete'](_0x1ad007),_0x3cbb92['forEach'](_0x49ad7b=>{_0x252f1e['set'](_0x49ad7b,_0xdb25cc);}),'insertion'!=_0x10e2f0['type']&&_0x29b18a!=_0x35ceb6&&_0x252f1e['set'](_0x1ad007['getIntersection'](_0x22cd36),_0x29b18a));}const _0x306216=[];for(const [_0x114e10,_0x44232d]of _0x252f1e){const _0x5bc9d4=_0x2b8450(),_0x178aa8={'key':_0x2a72c9,'oldValue':_0x44232d,'newValue':_0x35ceb6};_0x2a72c9['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':_0x2a72c9});const _0x340e5b=('attribute:'+(_0x2a72c9+'|'+Ht({'newValue':_0x35ceb6})))['substring'](0x0,0x3c),_0x373d5a=this['_setSuggestionData']({'id':_0x5bc9d4,'type':_0x340e5b,'data':_0x178aa8,'createdAt':new Date(),'authorId':_0x299dd4,'attributes':_0x3d031f});_0x306216['push'](_0x373d5a),this['_addSuggestionMarker'](_0x340e5b,_0x5bc9d4,_0x299dd4,_0x114e10);}return _0x306216;}['enableDefaultAttributesIntegration'](_0x93324){this['enableCommand'](_0x93324,(_0x104363,..._0x384e71)=>{this['recordAttributeChanges'](()=>{_0x104363(..._0x384e71);});});}['registerBlockAttribute'](_0x2e0083){this['editor']['plugins']['get'](Jt)['registerBlockAttribute'](_0x2e0083);}['registerInlineAttribute'](_0x1ad06a){this['editor']['plugins']['get'](Jt)['registerInlineAttribute'](_0x1ad06a);}['startTrackingSession'](_0x629260){return this['_trackingSessionId']=void 0x0!==_0x629260?_0x629260:_0x2b8450(),this['_trackingSessionId'];}['_getAttributeKey'](_0x5df403){return'attribute'==_0x5df403['type']?_0x5df403['subType']['split']('|')[0x0]:null;}['_applyOperationsAsSuggestions'](_0x43d6f2){if(0x0==_0x43d6f2['length'])return;const _0x521f58=this['editor'],_0x4bbb99=_0x521f58['plugins']['get'](_0x275bbb),_0x54f721=[];_0x521f58['model']['change'](_0x19a71e=>{for(let _0x157de4=0x0;_0x157de4<_0x43d6f2['length'];_0x157de4++){const _0x54abaf=_0x43d6f2[_0x157de4];if(_0x54abaf['baseVersion']=_0x521f58['model']['document']['version'],_0x54abaf['isDocumentOperation']=!0x0,_0x4bbb99['isMarkedRemoveOperation'](_0x54abaf)){const _0x55388b=Lt(_0x54abaf['newRange'],_0x521f58['model']);_0x54f721['unshift'](_0x16787b['fromRange'](_0x55388b));}else switch(_0x54abaf['type']){case'rename':{const _0x3edc5d=_0x54abaf['oldName'],_0x5700da=_0x54abaf['newName'];if(_0x3edc5d==_0x5700da)break;_0x19a71e['batch']['addOperation'](_0x54abaf),_0x521f58['model']['applyOperation'](_0x54abaf);const _0xb01a1='$elementName',_0xe0b21d=_0x54abaf['position'],_0x4afc93=_0x521f58['model']['createRange'](_0xe0b21d,_0x521f58['model']['createPositionAt'](_0xe0b21d['nodeAfter'],'end'));this['markAttributeChange'](_0x4afc93,_0xb01a1,_0x3edc5d,_0x5700da,{'groupId':_0x2b8450()});break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{const _0x4bc44a=_0x54abaf['oldValue'],_0x1a9bfa=_0x54abaf['newValue'];if(_0x4bc44a==_0x1a9bfa)break;_0x19a71e['batch']['addOperation'](_0x54abaf),_0x521f58['model']['applyOperation'](_0x54abaf);const _0x330bc4=_0x54abaf['key'];if(!this['_isRegisteredAttribute'](_0x330bc4))break;const _0x4b8b43=Lt(_0x54abaf['range'],_0x521f58['model']);this['markAttributeChange'](_0x4b8b43,_0x330bc4,_0x4bc44a,_0x1a9bfa,{'groupId':_0x2b8450()});break;}case'insert':{_0x19a71e['batch']['addOperation'](_0x54abaf),_0x521f58['model']['applyOperation'](_0x54abaf);if(_0x43d6f2[_0x157de4+0x1]&&'move'==_0x43d6f2[_0x157de4+0x1]['type'])break;const _0x5320dd=_0x54abaf['position'],_0x35dacb=_0x54abaf['howMany'],_0x5aa7ef=Lt(_0x521f58['model']['createRange'](_0x5320dd,_0x5320dd['getShiftedBy'](_0x35dacb)),_0x521f58['model']);this['markInsertion'](_0x5aa7ef);break;}case'split':{_0x19a71e['batch']['addOperation'](_0x54abaf),_0x521f58['model']['applyOperation'](_0x54abaf);const _0x3d3a6c=_0x54abaf['splitPosition'],_0x389df3=_0x54abaf['moveTargetPosition'];this['markInsertion'](_0x521f58['model']['createRange'](_0x3d3a6c,_0x389df3));break;}case'move':case'remove':_0x19a71e['batch']['addOperation'](_0x54abaf),_0x521f58['model']['applyOperation'](_0x54abaf);}}for(const _0x126101 of _0x54f721)_0x126101['detach'](),this['markDeletion'](_0x126101);});}['_setSuggestionRange'](_0x16dbd6,_0x2c564e){const _0x1585e8=_0x16dbd6['getFirstMarker']();this['_model']['change'](_0x2d8879=>{_0x2d8879['updateMarker'](_0x1585e8,{'range':_0x2c564e});});}['_addThreadToSuggestion'](_0x4a04bc){const _0xd8ad0b=_0x4a04bc['id'],_0x4f5b57=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0xd8ad0b)||this['_commentsRepository']['addCommentThread']({'channelId':_0x4f5b57,'threadId':_0xd8ad0b,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x47635a=this['_commentsRepository']['getCommentThread'](_0xd8ad0b);_0x47635a['unbind']('isRemovable'),_0x47635a['isRemovable']=!0x1,_0x4a04bc['commentThread']=_0x47635a;}['_checkSuggestionCorrectness'](_0x108760,_0x2c7647,_0x58eafb,_0x332769){if(_0x108760['type']!=_0x2c7647||_0x108760['subType']!=_0x58eafb||_0x108760['creator']['id']!=_0x332769)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x2321d0('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x55c620,_0x36da07){const _0x2534da=_0x55c620['getFirstRange']();if(_0x36da07['isEqual'](_0x2534da))_0x55c620['removeMarkers']();else{if(_0x2534da['containsRange'](_0x36da07)){const _0x315403=this['_model']['createPositionAt'](_0x36da07['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x55c620,this['_model']['createRange'](_0x2534da['start'],_0x315403));const _0x4ab97c=_0x2b8450(),_0x3a2f5e=_0x55c620['creator']['id'],_0x358013=_0x55c620['type']+':'+_0x55c620['subType'];this['_setSuggestionData']({'id':_0x4ab97c,'type':_0x358013,'createdAt':new Date(),'authorId':_0x3a2f5e,'data':_0x55c620['data'],'attributes':_0x55c620['attributes']});const _0x435a6b=this['_model']['createPositionAt'](_0x36da07['end']['parent'],'after'),_0x4d0bd0=this['_model']['createRange'](_0x435a6b,_0x2534da['end']);this['_addSuggestionMarker'](_0x358013,_0x4ab97c,_0x3a2f5e,_0x4d0bd0);}else{if(_0x2534da['containsPosition'](_0x36da07['start'])){const _0x500ffc=this['_model']['createPositionAt'](_0x36da07['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x55c620,this['_model']['createRange'](_0x2534da['start'],_0x500ffc));}else{const _0x242bf1=this['_model']['createPositionAt'](_0x36da07['end']['parent'],'after');this['_setSuggestionRange'](_0x55c620,this['_model']['createRange'](_0x242bf1,_0x2534da['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x2328ff){for(const {suggestion:_0x53aac1,meta:_0x2eca24}of this['_findSuggestions'](_0x2328ff,'insertion')){if(!_0x2eca24['isOwn'])continue;const _0xe3beea=_0x53aac1['getRanges']();for(const _0x168de0 of _0xe3beea)if(!_0x2328ff['getDifference'](_0x168de0)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x580e3d){return this['editor']['plugins']['get']('Users')['getUser'](_0x580e3d);}['_getExternalAuthor'](_0x100556){const _0x5c4234=this['editor']['plugins']['get']('Users'),_0x465265=_0x28e4f1('external:'+_0x100556),_0x28032a=_0x5c4234['getUser'](_0x465265);return _0x28032a||_0x5c4234['addUser']({'id':_0x465265,'name':_0x100556});}['_createSuggestion'](_0x275d38,_0x420efa,_0x1da04d,_0x48c977,_0x3338cb,_0x4e02de){const _0x418a02=this['_getAuthorFromId'](_0x48c977);if(!_0x418a02)throw new _0x2321d0('track-changes-user-not-found',this,{'authorId':_0x48c977,'suggestionId':_0x1da04d});const _0x33bf24=this['_suggestionFactory']['buildSuggestion'](_0x275d38,_0x420efa,_0x1da04d,_0x418a02,_0x3338cb,_0x17df05=>{this['_updateSuggestionData'](_0x1da04d,{'attributes':_0x17df05});const _0x3ef3d7=this['getSuggestion'](_0x1da04d);this['_joinWithAdjacentSuggestions'](new Set([_0x3ef3d7])),this['_refreshSuggestionsChain'](new Set([_0x3ef3d7]));},_0x4e02de);return this['listenTo'](_0x33bf24,'accept',()=>{this['_updateSuggestionData'](_0x1da04d,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x33bf24,'discard',()=>{this['_updateSuggestionData'](_0x1da04d,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x1da04d,_0x33bf24),this['_suggestionState']['set'](_0x33bf24,'notReady'),_0x33bf24;}['_splitMarkerName'](_0x4610fc){return Gt(_0x4610fc);}['_breakSuggestionMarker'](_0x3bc1a4,_0x4a3eb4,_0x2ad769){const _0x1a569f=_0x3bc1a4['getFirstRange'](),_0x46d65e=_0x1a569f['start'],_0x42b0f2=_0x1a569f['end'];this['_setSuggestionRange'](_0x3bc1a4,this['_model']['createRange'](_0x46d65e,_0x4a3eb4));const _0xfc5d75=_0x2b8450(),_0x350685=_0x3bc1a4['creator']['id'],_0x29c71d=_0x3bc1a4['type']+(_0x3bc1a4['subType']?':'+_0x3bc1a4['subType']:'');this['_setSuggestionData']({'id':_0xfc5d75,'type':_0x29c71d,'createdAt':new Date(),'authorId':_0x350685,'originalSuggestionId':_0x3bc1a4['_originalSuggestionId']||_0x3bc1a4['id'],'attributes':_0x3bc1a4['attributes'],'data':_0x3bc1a4['data']});const _0x224c52=this['_getAttributeKey'](_0x3bc1a4);('formatBlock'==_0x3bc1a4['type']||_0x224c52&&this['_isBlockAttribute'](_0x224c52))&&(_0x2ad769=this['_model']['createPositionBefore'](_0x2ad769['parent'])),this['_addSuggestionMarker'](_0x29c71d,_0xfc5d75,_0x350685,this['_model']['createRange'](_0x2ad769,_0x42b0f2));}['_findSuggestions'](_0x1c4da1,_0x1c7aae=null){const _0x438634=[],_0x33eaf3=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x1c4da1)||(_0x1c4da1=[_0x1c4da1]);for(const _0x59ec93 of this['getSuggestions']()){if(!_0x59ec93['isInContent'])continue;if(_0x1c7aae&&_0x59ec93['type']!=_0x1c7aae)continue;let _0x47547b=!0x1;for(const _0x3e0878 of _0x59ec93['getRanges']()){for(const _0x24266c of _0x1c4da1){const _0x22121d=_0x24266c['start']['isEqual'](_0x3e0878['end'])||_0x24266c['end']['isEqual'](_0x3e0878['start']);if(_0x22121d||_0x24266c['getIntersection'](_0x3e0878)){const _0x38d46f=_0x24266c['containsRange'](_0x3e0878)&&zt(this['_model']['schema'],_0x3e0878['start'],_0x24266c),_0xfd8cfd=_0x3e0878['containsRange'](_0x24266c)&&zt(this['_model']['schema'],_0x24266c['start'],_0x3e0878);_0x438634['push']({'suggestion':_0x59ec93,'meta':{'isOwn':_0x33eaf3==_0x59ec93['author'],'isNextTo':_0x22121d,'isInsideObject':_0x38d46f,'containsRangeInObject':_0xfd8cfd}}),_0x47547b=!0x0;break;}}if(_0x47547b)break;}}return _0x438634;}['_addSuggestionMarker'](_0x57f506,_0x198afe,_0x8eb716,_0x49b9f0,_0x5202a5){this['_model']['change'](_0x54fdf0=>{let _0x2662fa='suggestion:'+_0x57f506+':'+_0x198afe+':'+_0x8eb716;_0x5202a5&&(_0x2662fa=_0x2662fa+':'+_0x5202a5),_0x54fdf0['addMarker'](_0x2662fa,{'range':_0x49b9f0,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x46501a){const _0x237707=_0x46501a['previous'],_0x18b14c=_0x46501a['next'];_0x46501a['previous']=null,_0x46501a['next']=null,null!=_0x237707&&_0x237707['next']==_0x46501a&&(_0x237707['next']=_0x18b14c),null!=_0x18b14c&&_0x18b14c['previous']==_0x46501a&&(_0x18b14c['previous']=_0x237707),'ready'==this['_suggestionState']['get'](_0x46501a)&&(this['_suggestionState']['set'](_0x46501a,'removed'),this['fire']('suggestionUnloaded',_0x46501a,_0x237707,_0x18b14c));}['_setSuggestionData'](_0x466774){const _0x5cf43f=_0x466774['id'],_0x3c1b6c=this['addSuggestionData'](_0x466774);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x1b3795=this['editor']['plugins']['get']('PendingActions'),_0x4b8f00=_0x3c1b6c['hasComments'],_0x3963a0=_0x3c1b6c['subType']?_0x3c1b6c['type']+':'+_0x3c1b6c['subType']:_0x3c1b6c['type'],_0x29934b=this['editor']['locale'],_0x1cc6e1=_0x1b3795['add'](o(_0x29934b,'PENDING_ACTION_SUGGESTION')),_0xefb741={'id':_0x5cf43f,'type':_0x3963a0,'hasComments':_0x4b8f00,'data':_0x466774['data']||null,'originalSuggestionId':_0x466774['originalSuggestionId']||null,'attributes':_0x3c1b6c['attributes']};this['_adapter']['addSuggestion'](_0xefb741)['then'](_0x3f281c=>{_0x3c1b6c['_saved']=!0x0,_0x1b3795['remove'](_0x1cc6e1),_0x3f281c&&_0x3f281c['createdAt']&&(this['_suggestions']['get'](_0x5cf43f)['createdAt']=_0x3f281c['createdAt']);})['catch'](_0x3916ba=>{throw _0x1a2dc8('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x3c1b6c['discard']();}),_0x3c1b6c['stopListening'](),this['_suggestions']['delete'](_0x3c1b6c['id']),this['_suggestionState']['delete'](_0x3c1b6c),_0x3916ba;});}return _0x3c1b6c;}['_isBlockAttribute'](_0x29e7f5){return this['editor']['plugins']['get'](Jt)['isBlockAttribute'](_0x29e7f5);}['_isInlineAttribute'](_0xe5a065){return this['editor']['plugins']['get'](Jt)['isInlineAttribute'](_0xe5a065);}['_updateSuggestionData'](_0x2cf369,_0x32b739){const _0x5c8157=this['editor']['plugins']['get']('PendingActions'),_0x568787=this['getSuggestion'](_0x2cf369);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x568787['_saved']){const _0x2b6278=_0x5c8157['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x2cf369,_0x32b739)['then'](()=>{_0x5c8157['remove'](_0x2b6278);});}else _0x568787['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x2cf369,_0x32b739);});}}['_getSuggestionData'](_0x752a9e){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x2321d0('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x752a9e);}['_handleNewSuggestionMarker'](_0x186c51){const {id:_0x3b496a,type:_0x131e6e,subType:_0x2656e1,authorId:_0x23d3d2}=this['_splitMarkerName'](_0x186c51),_0x42ee7f=this['_suggestions']['get'](_0x3b496a)||this['_createSuggestion'](_0x131e6e,_0x2656e1,_0x3b496a,_0x23d3d2,{});switch(this['_checkSuggestionCorrectness'](_0x42ee7f,_0x131e6e,_0x2656e1,_0x23d3d2),this['_suggestionState']['get'](_0x42ee7f)){case'notReady':this['_getSuggestionData'](_0x3b496a)['then'](_0xa19ebd=>{let _0x5f002a=Promise['resolve']();_0xa19ebd['hasComments']&&(_0x5f002a=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x3b496a})),_0x5f002a['then'](()=>{this['addSuggestionData'](_0xa19ebd)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x42ee7f,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x3b496a,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x42ee7f,'ready'),this['fire']('suggestionLoaded',_0x42ee7f);break;case'ready':this['fire']('suggestionChanged',_0x42ee7f);}return _0x42ee7f['addMarkerName'](_0x186c51),_0x42ee7f;}['_refreshSuggestionsChain'](_0x11308b){const _0x2ec3d2=Array['from'](_0x11308b),_0x5ce2f8=_0x2ec3d2['filter'](_0x336833=>'attribute'==_0x336833['type']);this['_refreshAttributeSuggestionsChain'](_0x5ce2f8);const _0x18ec6e=_0x2ec3d2['filter'](_0x415bae=>!_0x415bae['isMultiRange']&&'attribute'!=_0x415bae['type']),_0x5d4d65=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x10f808=>!_0x10f808['isMultiRange']&&'attribute'!=_0x10f808['type']),_0x57ea46=_0x5d4d65['filter'](_0x4eeb0f=>!_0x11308b['has'](_0x4eeb0f)),_0x4f8c93=new Map(_0x5d4d65['map'](_0x14d93f=>[_0x14d93f,this['_suggestionFactory']['getSuggestionCallback'](_0x14d93f['type'],_0x14d93f['subType'],'chain')])),_0xe90a80=new Map(_0x5d4d65['map'](_0x1f4f75=>[_0x1f4f75,_0x1f4f75['getFirstRange']()])),_0x2207a6=new Set(),_0x567925=new Set();for(let _0x3ddb81=0x0;_0x3ddb81<_0x18ec6e['length'];_0x3ddb81++)_0x30e9f4(_0x18ec6e[_0x3ddb81],_0x18ec6e,_0x3ddb81+0x1);for(let _0x29bde5=0x0;_0x29bde5<_0x18ec6e['length'];_0x29bde5++)_0x30e9f4(_0x18ec6e[_0x29bde5],_0x57ea46,0x0);const _0x3e6da2=new Set();for(let _0x2a8877=0x0;_0x2a8877<_0x18ec6e['length'];_0x2a8877++){const _0x540fb3=_0x18ec6e[_0x2a8877];!_0x567925['has'](_0x540fb3)&&_0x540fb3['previous']&&(_0x3e6da2['add'](_0x540fb3['previous']),_0x540fb3['previous']['next']===_0x540fb3&&(_0x540fb3['previous']['next']=null),_0x540fb3['previous']=null),!_0x2207a6['has'](_0x540fb3)&&_0x540fb3['next']&&(_0x3e6da2['add'](_0x540fb3['next']),_0x540fb3['next']['previous']===_0x540fb3&&(_0x540fb3['next']['previous']=null),_0x540fb3['next']=null);}function _0x30e9f4(_0x5bb96f,_0xdf55f5,_0x23dd48){for(let _0x1b7b92=_0x23dd48;_0x1b7b92<_0xdf55f5['length'];_0x1b7b92++){const _0x57963d=_0x1c917a(_0x5bb96f,_0xdf55f5[_0x1b7b92]);_0x57963d&&(_0x57963d[0x0]['next']=_0x57963d[0x1],_0x57963d[0x1]['previous']=_0x57963d[0x0],_0x2207a6['add'](_0x57963d[0x0]),_0x567925['add'](_0x57963d[0x1]));}}function _0x1c917a(_0x572bfc,_0x12b929){if(_0x572bfc['author']['id']!==_0x12b929['author']['id'])return null;const _0x4d381c=_0x4f8c93['get'](_0x572bfc)(_0x572bfc,_0x12b929,_0xe90a80['get'](_0x572bfc),_0xe90a80['get'](_0x12b929));if(!_0x4d381c)return null;return _0x4f8c93['get'](_0x12b929)(_0x572bfc,_0x12b929,_0xe90a80['get'](_0x572bfc),_0xe90a80['get'](_0x12b929))?_0x4d381c[0x1]['commentThread']&&_0x4d381c[0x1]['commentThread']['length']?null:_0x4d381c:null;}_0x3e6da2['size']&&this['_refreshSuggestionsChain'](_0x3e6da2);}['_refreshAttributeSuggestionsChain'](_0x61102){if(0x0==_0x61102['length'])return;const _0x3661d1=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4bd7f3=>'attribute'==_0x4bd7f3['type']&&_0x4bd7f3['_isDataLoaded']),_0xee9bd3=[],_0x4032d1=new Map();for(const _0x4af849 of _0x3661d1){const _0x54b37a=_0x28e4f1(_0x4af849['attributes']);_0x4032d1['has'](_0x54b37a)||(_0x4032d1['set'](_0x54b37a,_0xee9bd3['length']),_0xee9bd3['push']([]));const _0x4b16ed=_0x4032d1['get'](_0x54b37a);_0xee9bd3[_0x4b16ed]['push'](_0x4af849);}!(function(){_0xee9bd3['sort']((_0x3d30b7,_0x4335f6)=>{const _0x658025=_0x3d30b7[0x0]['createdAt'],_0x41360b=_0x4335f6[0x0]['createdAt'];return _0x658025==_0x41360b?_0x3d30b7[0x0]['attributes']['groupId']<_0x4335f6[0x0]['attributes']['groupId']?-0x1:0x1:_0x658025<_0x41360b?-0x1:0x1;});for(const _0x50b9e5 of _0xee9bd3)_0x50b9e5['sort']((_0x25515d,_0x123aed)=>_0x25515d['id']<_0x123aed['id']?-0x1:0x1);}());for(let _0x25ba5e=0x0;_0x25ba5e<_0xee9bd3['length'];_0x25ba5e++){if(0x0==_0xee9bd3[_0x25ba5e]['length'])continue;const _0x4c1712=[];for(let _0x291fbb=_0x25ba5e+0x1;_0x291fbb<_0xee9bd3['length'];_0x291fbb++)0x0!=_0xee9bd3[_0x291fbb]['length']&&_0x2a7b95(_0xee9bd3[_0x25ba5e],_0xee9bd3[_0x291fbb])&&_0x4c1712['push'](_0x291fbb);for(const _0x267fc3 of _0x4c1712)_0xee9bd3[_0x25ba5e]=_0xee9bd3[_0x25ba5e]['concat'](_0xee9bd3[_0x267fc3]),_0xee9bd3[_0x267fc3]=[];}for(const _0x3006fd of _0xee9bd3)for(let _0x1a17eb=0x0;_0x1a17eb<_0x3006fd['length'];_0x1a17eb++){const _0x1fc5e5=_0x3006fd[_0x1a17eb+0x1]||null;_0x3006fd[_0x1a17eb]['next']!==_0x1fc5e5&&(_0x3006fd[_0x1a17eb]['next']=_0x1fc5e5);}for(const _0x588a71 of _0xee9bd3)for(let _0x86335d=0x0;_0x86335d<_0x588a71['length'];_0x86335d++){const _0x3ab105=_0x588a71[_0x86335d-0x1]||null;_0x588a71[_0x86335d]['previous']!==_0x3ab105&&(_0x588a71[_0x86335d]['previous']=_0x3ab105);}function _0x2a7b95(_0x17ee03,_0x3fe93b){if(_0x17ee03[0x0]['attributes']['groupId']!==_0x3fe93b[0x0]['attributes']['groupId']&&_0x17ee03[0x0]['author']!==_0x3fe93b[0x0]['author'])return!0x1;if(!function(_0x1674eb,_0x270e9f){if(!_0x1674eb['hasComments']&&!_0x270e9f['hasComments'])return!0x0;if(_0x1674eb['hasComments']&&_0x270e9f['hasComments'])return!0x1;if(_0x1674eb['hasComments']&&_0x270e9f['createdAt']<_0x1674eb['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x270e9f['hasComments']&&_0x1674eb['createdAt']<_0x270e9f['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x17ee03[0x0],_0x3fe93b[0x0]))return!0x1;const _0x4fd683=Pt(_0x17ee03[0x0]['attributes'],['groupId','trackingSessionId']),_0x417833=Pt(_0x3fe93b[0x0]['attributes'],['groupId','trackingSessionId']);if(!_0x1da713(_0x4fd683,_0x417833))return!0x1;if(_0x17ee03[0x0]['attributes']['groupId']==_0x3fe93b[0x0]['attributes']['groupId'])return!0x0;if(_0x17ee03[0x0]['attributes']['trackingSessionId']!==_0x3fe93b[0x0]['attributes']['trackingSessionId'])return!0x1;return!!_0x17ee03['every'](_0x189914=>_0x3fe93b['some'](_0x35defc=>_0x189914['getFirstRange']()['isEqual'](_0x35defc['getFirstRange']())))&&_0x3fe93b['every'](_0x2a1b38=>_0x17ee03['some'](_0xdb92ac=>_0x2a1b38['getFirstRange']()['isEqual'](_0xdb92ac['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x2fc31c){const _0x355f7f=Array['from'](_0x2fc31c),_0x9a6b6b=this['getSuggestions']({'skipNotAttached':!0x0}),_0x5461a0=_0x9a6b6b['filter'](_0x106ae0=>!_0x2fc31c['has'](_0x106ae0)),_0xd7e977=new Map(_0x355f7f['map'](_0x143816=>[_0x143816,this['_suggestionFactory']['getSuggestionCallback'](_0x143816['type'],_0x143816['subType'],'join')])),_0x116f4c=new Map(_0x9a6b6b['map'](_0x4f261f=>[_0x4f261f,_0x4f261f['getRanges']()]));for(let _0x7b7ccb=0x0;_0x7b7ccb<_0x355f7f['length'];_0x7b7ccb++){if(_0x10eaf6(this,_0x355f7f[_0x7b7ccb],_0x355f7f,_0x7b7ccb+0x1))return!0x0;}for(let _0x5eb940=0x0;_0x5eb940<_0x355f7f['length'];_0x5eb940++){if(_0x10eaf6(this,_0x355f7f[_0x5eb940],_0x5461a0,0x0))return!0x0;}return!0x1;function _0x10eaf6(_0x29d159,_0x421df7,_0x27cb4a,_0x331096){for(let _0x13ccc0=_0x331096;_0x13ccc0<_0x27cb4a['length'];_0x13ccc0++){const _0x7e8109=_0x27cb4a[_0x13ccc0];if(_0x7e8109['type']!==_0x421df7['type']||_0x7e8109['author']['id']!==_0x421df7['author']['id']||_0x7e8109['subType']!==_0x421df7['subType'])continue;if(!en(_0x421df7,_0x7e8109))continue;if('attribute'==_0x421df7['type']&&_0x421df7['data']['oldValue']!=_0x7e8109['data']['oldValue'])continue;if('attribute'==_0x421df7['type']&&_0x29d159['_isBlockAttribute'](_0x421df7['data']['key']))continue;if('formatBlock'==_0x421df7['type']){const _0x2edac9=_0x29d159['editor']['model'],_0x4537ae=_0x421df7['getContainedElement']();if(_0x4537ae&&(_0x2edac9['schema']['isObject'](_0x4537ae)||_0x2edac9['schema']['isLimit'](_0x4537ae)))continue;}const _0x1cddb5=_0xd7e977['get'](_0x421df7),_0x43e7e6=_0x116f4c['get'](_0x421df7),_0x260077=_0x116f4c['get'](_0x7e8109),_0x3f7845=_0x421df7['commentThread']&&_0x421df7['commentThread']['length'],_0x250b82=_0x7e8109['commentThread']&&_0x7e8109['commentThread']['length'];if(!_0x3f7845&&_0x1cddb5(_0x260077,_0x43e7e6))return _0x29d159['_joinSuggestions'](_0x7e8109,_0x421df7),_0x116f4c['delete'](_0x421df7),!0x0;if(!_0x250b82&&_0x1cddb5(_0x43e7e6,_0x260077))return _0x29d159['_joinSuggestions'](_0x421df7,_0x7e8109),_0x116f4c['delete'](_0x7e8109),!0x0;}return!0x1;}}['_joinSuggestions'](_0x205283,_0x3be163){if(_0x205283['isMultiRange']){for(const _0xfec62d of _0x3be163['getRanges']())_0x205283['addRange'](_0xfec62d);}else{const _0x285fc0=_0x3be163['getFirstRange']()['end'];this['_setSuggestionRange'](_0x205283,this['_model']['createRange'](_0x205283['getFirstRange']()['start'],_0x285fc0));}_0x3be163['removeMarkers']();}['_getMarkerAnnouncementText'](_0x4a091f,_0x1e4cf4,_0x237cb2){const _0x49682c=_0x4a091f['startsWith']('format')||_0x4a091f['startsWith']('attribute')?'FORMATTING':_0x4a091f['toUpperCase']();return o(this['editor']['locale'],_0x1e4cf4+'_'+_0x49682c+'_SUGGESTION_ANNOUNCEMENT',_0x237cb2);}['_initAriaMarkerChangeAnnouncements'](){const _0x3b7c64=this['editor'];if(!_0x3b7c64['ui'])return;const {ariaLiveAnnouncer:_0x317685}=_0x3b7c64['ui'];_0x451371(this['_model'],({left:_0x4675ab,entered:_0x3bd719})=>{for(const _0x12e203 of _0x4675ab){const {group:_0x145df2,type:_0x330e4f}=this['_splitMarkerName'](_0x12e203['name']);if('suggestion'===_0x145df2){_0x317685['announce'](this['_getMarkerAnnouncementText'](_0x330e4f,'LEAVE'));break;}}for(const _0x25458 of _0x3bd719){const {group:_0x34bbce,type:_0x410719}=this['_splitMarkerName'](_0x25458['name']);if('suggestion'===_0x34bbce){_0x317685['announce'](this['_getMarkerAnnouncementText'](_0x410719,'ENTER',_0x1810ba(_0x3253f9)));break;}}});}['_processAttributeChanges'](_0x186a19){if(this['_recordAttributeSuggestions'])return!0x1;const _0x3725f4=this['editor'],_0x52b1b4=_0x3725f4['model']['document']['differ']['getChanges']();if(0x0==_0x52b1b4['length'])return!0x1;const _0x2e5b93=[],_0xe954eb=_0x52b1b4['filter'](_0x1730b8=>'attribute'==_0x1730b8['type']),_0x3e641b=_0x52b1b4['filter'](_0x76076a=>'insert'==_0x76076a['type']&&'$text'!=_0x76076a['name']),_0xd7e01f=_0x52b1b4['filter'](_0x54f57b=>'remove'==_0x54f57b['type']&&'$text'!=_0x54f57b['name']);for(const _0x29ff42 of _0xe954eb)_0x2e5b93['push']({'key':_0x29ff42['attributeKey'],'newValue':_0x29ff42['attributeNewValue'],'oldValue':_0x29ff42['attributeOldValue'],'range':Zt(_0x29ff42['range'],_0x3725f4['model'])});for(const _0x33583c of _0x3e641b){const _0x204e53=_0xd7e01f['find'](_0x5d9b9e=>_0x5d9b9e['position']['isEqual'](_0x33583c['position']));_0x204e53&&_0x2e5b93['push']({'key':m,'newValue':_0x33583c['name'],'oldValue':_0x204e53['name'],'range':_0x3725f4['model']['createRangeOn'](_0x33583c['position']['nodeAfter'])});}return 0x0!=_0x2e5b93['length']&&this['_reduceExistingSuggestions'](_0x186a19,_0x2e5b93);}['_processAttributeSuggestions'](_0x1b7a50){let _0x3b9a18=!0x1;const _0x186528=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x4ef956=>_0x4ef956['data']['newRange']&&_0x4ef956['name']['startsWith']('suggestion:attribute:'));for(const _0x1b81b6 of _0x186528){const {subType:_0x232116,id:_0xf4f1cb}=this['_splitMarkerName'](_0x1b81b6['name']),_0x434284=_0x232116['split']('|')[0x0];for(const _0x3f534 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x3f534['id']!=_0xf4f1cb&&'attribute'==_0x3f534['type']&&_0x3f534['data']&&_0x3f534['data']['key']==_0x434284&&_0x3f534['getFirstRange']()['isIntersecting'](_0x1b81b6['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x3f534,_0x1b81b6['data']['newRange'],_0x1b7a50),_0x3b9a18=!0x0);}return _0x3b9a18;}['recordAttributeChanges'](_0x459e20){this['_recordAttributeSuggestions']=!0x0,_0x459e20();}['_isRegisteredAttribute'](_0x49d308){return this['editor']['plugins']['get'](Jt)['isRegisteredAttribute'](_0x49d308);}['_reduceExistingSuggestions'](_0x19001a,_0x12b047){if(0x0==_0x12b047['length'])return!0x1;let _0x3cddd8=!0x1;for(const _0x53892b of _0x12b047){const _0x4b05ec=this['_findSuggestions'](_0x53892b['range'],'attribute')['filter'](_0x8cfdd6=>!_0x8cfdd6['meta']['isNextTo'])['map'](_0x4dae53=>_0x4dae53['suggestion']),_0x399f41=_0x28e4f1({'newValue':_0x53892b['newValue']});_0x4b05ec['filter'](_0x4c86c8=>{const [_0x15c002,_0x2742a9]=_0x4c86c8['subType']['split']('|');return _0x15c002==_0x53892b['key']&&_0x2742a9!=_0x399f41;})['forEach'](_0x4993bc=>{this['_reduceSuggestionAttributeRange'](_0x4993bc,_0x53892b['range'],_0x19001a),_0x3cddd8=!0x0;});}return _0x3cddd8;}['_reduceSuggestionAttributeRange'](_0x392c03,_0x5e33fb,_0x1aaddb){const _0x332ea5=_0x392c03['getFirstRange']()['getDifference'](_0x5e33fb);0x0!==_0x332ea5['length']?0x1!==_0x332ea5['length']?this['_breakSuggestionMarker'](_0x392c03,_0x5e33fb['start'],_0x5e33fb['end']):this['_setSuggestionRange'](_0x392c03,_0x332ea5[0x0]):_0x1aaddb['removeMarker'](_0x392c03['getFirstMarker']());}}class qt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x16513b){this['_editor']=_0x16513b,this['_model']=_0x16513b['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x44b55b,_0x4c3d01,_0x45a18e,_0x8510ca,_0x4f76ce,_0x4c1a3e,_0x2a56a1){return new x(this['_model'],{'type':_0x44b55b,'subType':_0x4c3d01,'id':_0x45a18e,'originalSuggestionId':_0x2a56a1,'author':_0x8510ca,'creator':_0x8510ca,'attributes':_0x4f76ce,'onAttributesChange':_0x4c1a3e,'onAccept':(..._0x474064)=>this['getSuggestionCallback'](_0x44b55b,_0x4c3d01,'accept')(..._0x474064),'onDiscard':(..._0x5c199f)=>this['getSuggestionCallback'](_0x44b55b,_0x4c3d01,'discard')(..._0x5c199f)});}['registerCustomCallback'](_0x5012f0,_0x187884,_0x139ed3,_0x431b78){const _0x1fda91=_0x5012f0+':'+_0x187884+':'+_0x139ed3;this['_customCallbacks']['set'](_0x1fda91,_0x431b78);}['getSuggestionCallback'](_0x59517a,_0x222325,_0x3d4db0){const _0x47d7f5=_0x59517a+':'+_0x222325+':'+_0x3d4db0;return this['_customCallbacks']['get'](_0x47d7f5)||this['_defaultCallbacks']['get'](_0x59517a+':'+_0x3d4db0);}['_registerDefaultCallbacks'](){const _0x2ebf8c=()=>!0x1,_0x4f5863=_0x8ea13c=>{_0x8ea13c['sort']((_0x54f6c1,_0x5ad739)=>_0x54f6c1['start']['isBefore'](_0x5ad739['start'])?0x1:-0x1),this['_model']['change'](_0x4bd3fe=>{for(const _0x287a1d of _0x8ea13c){let _0x3b2edd;_0x3b2edd=_0x287a1d['end']['isAtEnd']&&_0x287a1d['end']['parent']==_0x287a1d['start']['nodeAfter']?_0x4bd3fe['createSelection'](_0x287a1d['start']['nodeAfter'],'on'):_0x4bd3fe['createSelection'](_0x287a1d),this['_model']['deleteContent'](_0x3b2edd,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0,'doNotFixSelection':!0x0});}});},_0x2e7a61=(_0x21a141,_0x31ed64)=>{_0x31ed64&&this['_model']['change'](_0x4c5595=>{const {commandName:_0x14751a,commandParams:_0xad95d0=[]}=_0x31ed64,_0x205daf=_0x21a141['map'](_0x332d52=>(Kt(_0x332d52)&&(_0x332d52=this['_model']['createRange'](_0x332d52['end'])),_0x332d52))['filter'](_0xe70eac=>'$graveyard'!==_0xe70eac['root']['rootName']);if(_0x205daf['length']<0x1)return;const _0x21fa63=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x802a76=>_0x16787b['fromRange'](_0x802a76));_0x4c5595['setSelection'](_0x205daf);for(const _0x3a5265 of this['_editor']['commands']['commands']())_0x3a5265['refresh']();_0xad95d0['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x14751a,..._0xad95d0);const _0x170106=_0x21fa63['filter'](_0x58fa99=>'$graveyard'!=_0x58fa99['root']['rootName']);_0x170106['length']>0x0&&_0x4c5595['setSelection'](_0x170106);for(const _0x32be84 of _0x21fa63)_0x32be84['detach']();});},_0x28ca08=(_0x2441d3,_0x1661c4)=>0x1==_0x2441d3['length']&&0x1==_0x1661c4['length']&&_0x2441d3[0x0]['end']['isEqual'](_0x1661c4[0x0]['start']),_0x3c0ec7=(_0x1f0163,_0x22b609,_0x1a247e,_0x1a7021)=>nn(_0x1f0163,_0x22b609,_0x1a247e,_0x1a7021)?[_0x1f0163,_0x22b609]:nn(_0x22b609,_0x1f0163,_0x1a7021,_0x1a247e)?[_0x22b609,_0x1f0163]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x2ebf8c),this['_defaultCallbacks']['set']('insertion:discard',_0x4f5863),this['_defaultCallbacks']['set']('insertion:join',_0x28ca08),this['_defaultCallbacks']['set']('insertion:chain',_0x3c0ec7),this['_defaultCallbacks']['set']('deletion:accept',_0x4f5863),this['_defaultCallbacks']['set']('deletion:discard',_0x2ebf8c),this['_defaultCallbacks']['set']('deletion:join',_0x28ca08),this['_defaultCallbacks']['set']('deletion:chain',_0x3c0ec7),this['_defaultCallbacks']['set']('formatInline:accept',_0x2e7a61),this['_defaultCallbacks']['set']('formatInline:discard',_0x2ebf8c),this['_defaultCallbacks']['set']('formatInline:join',_0x28ca08),this['_defaultCallbacks']['set']('formatInline:chain',_0x2ebf8c),this['_defaultCallbacks']['set']('formatBlock:accept',_0x2e7a61),this['_defaultCallbacks']['set']('formatBlock:discard',_0x2ebf8c),this['_defaultCallbacks']['set']('formatBlock:join',_0x28ca08),this['_defaultCallbacks']['set']('formatBlock:chain',_0x2ebf8c),this['_defaultCallbacks']['set']('attribute:accept',_0x2ebf8c),this['_defaultCallbacks']['set']('attribute:discard',(_0x154d63,_0x475191)=>{if(!_0x475191)return;const _0x6d321b=this['_editor']['plugins']['get'](d);this['_model']['change'](_0xa40e0=>{if(_0x475191['key']==m)for(const _0x2749bd of _0x154d63){const _0x188f9f=_0x2749bd['start']['nodeAfter'],_0x17385d=_0x475191['oldValue'];_0xa40e0['rename'](_0x188f9f,_0x17385d);}else{if(_0x6d321b['_isBlockAttribute'](_0x475191['key'])){for(const _0x1f8b9f of _0x154d63)void 0x0!==_0x475191['oldValue']?_0xa40e0['setAttribute'](_0x475191['key'],_0x475191['oldValue'],_0x1f8b9f['start']['nodeAfter']):_0xa40e0['removeAttribute'](_0x475191['key'],_0x1f8b9f['start']['nodeAfter']);}else{for(const _0x857048 of _0x154d63)_0x475191['oldValue']?_0xa40e0['setAttribute'](_0x475191['key'],_0x475191['oldValue'],_0x857048):_0xa40e0['removeAttribute'](_0x475191['key'],_0x857048);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x28ca08);}}function zt(_0x1fa3ec,_0xb23131,_0xbf266a){for(const _0x29e9b4 of _0xb23131['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x29e9b4['root']==_0x29e9b4)return!0x1;if(!_0xbf266a['containsItem'](_0x29e9b4))return!0x1;if(_0x1fa3ec['isObject'](_0x29e9b4)||_0x1fa3ec['isLimit'](_0x29e9b4))return!0x0;}return!0x1;}function Kt(_0x230b2b){return _0x230b2b['end']['parent']==_0x230b2b['start']['nodeAfter']&&_0x230b2b['end']['isAtStart'];}function Wt(_0x37eed6,_0x539189,_0x3987a7,_0x238413){const _0x51a4fd=_0x547fdf=>!_0x547fdf['item']['is']('$textProxy')&&!_0x238413['isObject'](_0x547fdf['item']),_0x2bd95e=_0x37eed6['start']['getLastMatchingPosition'](_0x51a4fd),_0x3edcb9=_0x37eed6['end']['getLastMatchingPosition'](_0x51a4fd,{'direction':'backward'});return(!_0x37eed6['start']['isEqual'](_0x2bd95e)||!_0x37eed6['end']['isEqual'](_0x3edcb9))&&(_0x2bd95e['isBefore'](_0x3edcb9)?_0x3987a7['updateMarker'](_0x539189,{'range':_0x3987a7['createRange'](_0x2bd95e,_0x3edcb9)}):_0x3987a7['removeMarker'](_0x539189),!0x0);}function Ht(_0x5ac5dc){return _0x28e4f1(_0x5ac5dc);}function Qt(_0x408d07){const _0x1ab76d=_0x408d07['start']['nodeAfter'];return _0x1ab76d&&_0x1ab76d['is']('element');}function Xt(_0x485a47){return Kt(_0x485a47)||function(_0x3907da){return _0x3907da['start']['parent']==_0x3907da['end']['nodeBefore']&&_0x3907da['start']['isAtEnd'];}(_0x485a47);}function Yt(_0x28b5b4,_0x5c2ece){try{const _0x4774e2=_0x28b5b4['getRange']();for(const _0x4d023c of _0x5c2ece)if(_0x28b5b4!==_0x4d023c&&_0x4774e2&&_0x4774e2['isIntersecting'](_0x4d023c['getRange']()))return!0x0;return!0x1;}catch{return!0x1;}}function Zt(_0x4f81ee,_0x202d55){return null==_0x4f81ee['end']['nodeBefore']&&_0x4f81ee['end']['parent']==_0x4f81ee['start']['nodeAfter']?tn(_0x4f81ee['start']['nodeAfter'],_0x202d55):_0x4f81ee;}function tn(_0xa18ef,_0x371d42){const _0x381a48=_0x371d42['schema']['isObject'](_0xa18ef)||_0x371d42['schema']['isSelectable'](_0xa18ef);return _0x371d42['createRange'](_0x371d42['createPositionAt'](_0xa18ef,'before'),_0x381a48?_0x371d42['createPositionAfter'](_0xa18ef):_0x371d42['createPositionAt'](_0xa18ef,'end'));}function nn(_0x42a552,_0x462b66,_0x58e18f,_0x56aa26){return!!en(_0x42a552,_0x462b66)&&_0x58e18f['end']['isEqual'](_0x56aa26['start']);}function en(_0x3c1c36,_0x28c926){if(!_0x3c1c36['_isDataLoaded']||!_0x28c926['_isDataLoaded'])return!0x1;const _0x42b0cb=new Set(Object['keys'](_0x3c1c36['attributes'])),_0x31ce40=new Set(Object['keys'](_0x28c926['attributes']));if(_0x42b0cb['delete']('groupId'),_0x31ce40['delete']('groupId'),0x0==_0x42b0cb['size']&&0x0==_0x31ce40['size'])return!0x0;if(_0x42b0cb['size']!=_0x31ce40['size'])return!0x1;const _0x12aaa4={..._0x3c1c36['attributes']},_0x4be84a={..._0x28c926['attributes']};return delete _0x12aaa4['groupId'],delete _0x4be84a['groupId'],JSON['stringify'](_0x12aaa4)==JSON['stringify'](_0x4be84a);}function sn(_0x58e902,_0x4005c8){const _0x2fab5d=on(_0x58e902['attributes']),_0x10fd9a=on(_0x4005c8);if(!_0x58e902['_isDataLoaded'])return!0x1;for(const _0x356141 of Object['keys'](_0x10fd9a))if(!_0x1da713(_0x2fab5d[_0x356141],_0x10fd9a[_0x356141]))return!0x1;return!0x0;}function on(_0x517761){const _0x13bc52=Object['assign']({},_0x517761);return delete _0x13bc52['skipNestingCheck'],delete _0x13bc52['tablePasteChainId'],_0x13bc52;}class pe extends/* #__PURE__ -- @preserve */
|
|
26
|
+
_0x23e900(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x2d1f28,_0x4ba268,_0x208751,_0x1816de){super(),this['model']=_0x4ba268,this['view']=_0x208751,this['commentThreadController']=_0x1816de,this['_editor']=_0x2d1f28,this['_acceptCommand']=_0x2d1f28['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x2d1f28['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x5210e3,_0x453de3)=>_0x5210e3||_0x453de3),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x58db54=>_0x58db54&&this['_editor']['model']['canEditAt'](_0x4ba268['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x1971b3=>_0x1971b3&&this['_editor']['model']['canEditAt'](_0x4ba268['getRanges']())),this['_pendingAction']=null,_0x208751['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x208751,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x208751,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x208751,'change:isDirty',()=>{_0x208751['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 _0x3bcff2=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x3bcff2);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class ii extends _0x460524{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x40d905,_0x4d6b85,_0x234481,_0x3561c8){super(_0x40d905),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x2f216e(_0x40d905,o(_0x40d905,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x4d6b85['authoredAt']),this['bind']('authoredAt')['to'](_0x4d6b85),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',_0x4d6b85,'authoredAt',this,'descriptionParts',(_0x238838,_0x4494fd,_0x16be61)=>{const _0x3d558d=_0x16be61['map'](_0x10b5fa=>ls(_0x10b5fa['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x238838-0x1,_0x4d6b85['author']['name'],_0x4494fd?_0x3561c8['formatDateTime'](_0x4494fd):'',new DOMParser()['parseFromString'](_0x3d558d,'text/html')['body']['textContent']]);}),this['focusables']=new _0x45576e(),this['focusTracker']=new _0x455bfc(),this['keystrokes']=new _0x491354(),this['focusCycler']=new _0x3685b0({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x585b00=>_0x585b00['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x4d6b85,this['_localUser']=_0x234481,this['_config']=_0x3561c8,_0x3561c8['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x3c9944(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x2f6dde}=this['_config'];this['commentsListView']=new _0x2f6dde(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',_0x1eb632=>_0x1eb632+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x4d6a04,_0x3f8d38)=>_0x4d6a04||!!_0x3f8d38);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x1b46a6}=this['_config'],_0x51343c=new _0x1b46a6(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x2e7170=_0x51343c['commentInputView'];return _0x51343c['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x2e7170,'value',(_0x1577f3,_0x291386,_0x2a7630)=>!!_0x2a7630||_0x1577f3&&!_0x291386),_0x2e7170['on']('submit',(_0x4a01f6,_0x2b0645)=>{this['fire']('addComment',_0x2b0645),_0x2e7170['editor']['setData']('');}),_0x2e7170['on']('cancel',()=>this['focus']()),_0x2e7170['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x51343c;}}class fe extends ii{['suggestionView'];['_descriptionElement'];constructor(_0x1a3191,_0x2d3ec1,_0x24d659,_0x579983){super(_0x1a3191,_0x2d3ec1,_0x24d659,_0x579983),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0xdafdd4=>_0xdafdd4&&_0xdafdd4[0x0]?_0xdafdd4[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x3105db,_0x510d94)=>{let _0x423f0c='';for(const _0x3f05be of _0x3105db)_0x423f0c+='<p>'+ls(_0x3f05be['content'],_0x3f05be['color'])+'</p>';return _0x510d94?_0x423f0c:_0x4fccfa(_0x423f0c,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x579983['SuggestionView'](_0x1a3191,_0x2d3ec1,{'formatDateTime':_0x579983['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 _0x5286da=this['bindTemplate'],_0x1a4d09=[this['suggestionView']];return this['commentsListView']&&_0x1a4d09['push'](this['commentsListView']),this['commentThreadInputView']&&_0x1a4d09['push'](this['commentThreadInputView']),_0x1a4d09['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x5286da['if']('isActive','ck-suggestion-wrapper--active'),_0x5286da['to']('type',_0x43c9c2=>'ck-suggestion-'+_0x43c9c2),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':_0x5286da['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x1a4d09};}['render'](){super['render'](),this['commentsListView']&&(this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this)),this['commentThreadInputView']&&(this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this));}}class we extends _0x460524{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x35a122,_0x8f8eeb,_0x4d5d14){super(_0x35a122),this['_model']=_0x8f8eeb,this['_config']=_0x4d5d14,this['set']('description',''),this['bind']('authoredAt')['to'](_0x8f8eeb),this['acceptButton']=this['_createButton'](o(_0x35a122,'Accept\x20suggestion'),_0x402a83,'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x35a122,'Discard\x20suggestion'),_0xfecd44,'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x3f905b(_0x35a122,_0x8f8eeb['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x45576e([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x455bfc(),this['keystrokes']=new _0x491354(),this['focusCycler']=new _0x3685b0({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x4999dc=>_0x4999dc['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x1858d4=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x1858d4['innerHTML']=this['description'],this['on']('change:description',(_0x2aff24,_0x137dda,_0x3a046c)=>{_0x1858d4['innerHTML']=_0x3a046c;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x44c5dc=this['bindTemplate'],_0x186545=[{'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':_0x44c5dc['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x44c5dc['to']('authoredAt',_0x4f109e=>this['_config']['formatDateTime'](_0x4f109e))}]}]},{'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']&&_0x186545['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':_0x186545}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):o(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0xfe8eaf,_0x4ef2c5,_0x2856de,_0x187fec,_0x4094e1){const _0x46c363=new _0x348693(this['locale']);return _0x46c363['set']({'label':_0xfe8eaf,'icon':_0x4ef2c5,'tooltip':!0x0,'tooltipPosition':_0x4094e1}),_0x46c363['extendTemplate']({'attributes':{'class':_0x2856de}}),_0x46c363['on']('execute',()=>{this['fire'](_0x187fec,this['_model']['id']);}),_0x46c363;}['_setupKeyboardNavigation'](){const _0x311926=this['element'];this['keystrokes']['listenTo'](_0x311926);for(const _0x38eb5e of this['focusables'])this['focusTracker']['add'](_0x38eb5e['element']),this['keystrokes']['listenTo'](_0x38eb5e['element']);this['keystrokes']['set']('enter',(_0x537401,_0x50e6cb)=>{_0x311926===_0x537401['target']&&(this['focusCycler']['focusFirst'](),_0x50e6cb());}),this['keystrokes']['set']('esc',(_0x1234f0,_0x5c0f19)=>{_0x311926!==_0x1234f0['target']&&(this['focus'](),_0x5c0f19());});}}class u extends _0x4043ba{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[d,_0x29842c,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x389335){super(_0x389335),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x12f5b5=this['editor']['config'];_0x12f5b5['define']('trackChanges.SuggestionThreadView',fe),_0x12f5b5['define']('trackChanges.SuggestionView',we),_0x12f5b5['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x12f5b5['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x56c6de,_0xdf71c9){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x402e7e,_0x183eb0]of this['_handleControllerBuffer']){const _0x32a3a6=this['_suggestionToController']['has'](_0x402e7e);_0x32a3a6||_0x183eb0?_0x32a3a6&&_0x183eb0&&this['_destroyController'](_0x402e7e):this['_initializeController'](_0x402e7e);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x56c6de,_0xdf71c9);}['init'](){const _0x2d46dc=this['editor'],_0x2394c4=_0x2d46dc['plugins']['get']('TrackChangesEditing'),_0x5d5320=_0x2d46dc['plugins']['get']('Annotations'),_0x420995=_0x2d46dc['plugins']['get']('EditorAnnotations'),_0x3ba2f3=_0x2d46dc['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x420995['addSourceCollector'](()=>{const _0x530f98=[];for(const [_0x377ba1,_0x10cba5]of Array['from'](this['_suggestionToController'])){const _0x159da4=_0x377ba1['getAllAdjacentSuggestions'](),_0x298a5a=[];for(const _0x4b2269 of _0x159da4){if(!_0x4b2269['isInContent'])continue;if(_0x4b2269['isMultiRange']){_0x298a5a['push'](..._0x4b2269['getRanges']());continue;}const _0x28ca02=_0x4b2269['getFirstRange']();if(_0x298a5a['length']>0x0){const _0x592404=_0x298a5a[0x0]['getJoined'](_0x28ca02);if(_0x592404){_0x298a5a[0x0]=_0x592404;continue;}}_0x298a5a['push'](_0x28ca02);}_0x530f98['push']([_0x10cba5['view'],_0x298a5a]);}return _0x530f98;}),this['listenTo'](_0x2394c4,'suggestionLoaded',(_0x44c91b,_0x568986)=>{this['listenTo'](_0x568986,'change:previous',(_0xabcad8,_0x1c28ca,_0xd4da5d,_0x1da159)=>{_0x568986['isInContent']&&(null==_0xd4da5d?(this['_updateController'](_0x1da159['head']),this['_handleSuggestionControllerDelayed'](_0x568986,!0x1)):(this['_updateController'](_0xd4da5d['head']),null==_0x1da159&&this['_handleSuggestionControllerDelayed'](_0x568986,!0x0)));}),null!==_0x568986['previous']?this['_updateController'](_0x568986['head']):this['_handleSuggestionControllerDelayed'](_0x568986,!0x1);}),this['listenTo'](_0x2394c4,'suggestionUnloaded',(_0x449bfd,_0x16c20d,_0x30ae50)=>{this['stopListening'](_0x16c20d,'change:previous'),this['_handleControllerBuffer']['delete'](_0x16c20d),this['_suggestionToController']['has'](_0x16c20d)&&this['_destroyController'](_0x16c20d),_0x30ae50&&this['_updateController'](_0x30ae50['head']);}),this['listenTo'](_0x2394c4,'suggestionChanged',(_0x4014b2,_0x511b90)=>{this['_updateController'](_0x511b90);}),this['listenTo'](_0x5d5320,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x3ba2f3,'addComment',(_0x53a109,{threadId:_0x47fd6b,isFromAdapter:_0x1aa095})=>{if(_0x1aa095||!_0x2394c4['hasSuggestion'](_0x47fd6b))return;const _0x428438=_0x2394c4['getSuggestion'](_0x47fd6b);this['_suggestionToController']['get'](_0x428438)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0xc66fda=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x129332;for(const _0x217f48 in _0xc66fda){const _0x1c02da=_0x217f48,_0x13eab4=_0xc66fda[_0x1c02da];if('trackChangesLicenseKeyValid'==_0x13eab4||'trackChangesLicenseKeyInvalid'==_0x13eab4||'trackChangesLicenseKeyExpired'==_0x13eab4||'trackChangesLicenseKeyDomainLimit'==_0x13eab4||'trackChangesLicenseKeyNotAllowed'==_0x13eab4||'trackChangesLicenseKeyEvaluationLimit'==_0x13eab4||'trackChangesLicenseKeyTrialLimit'==_0x13eab4||'trackChangesLicenseKeyUsageLimit'==_0x13eab4){delete _0xc66fda[_0x1c02da],_0x129332=_0x13eab4,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x129332&&_0xc66fda['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x129332&&_0xc66fda['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x129332&&_0xc66fda['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x129332&&_0xc66fda['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x129332&&_0xc66fda['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x129332&&_0xc66fda['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyUsageLimit'==_0x129332&&_0xc66fda['_showLicenseError']('usageLimit');},0x3e8);}['getAnnotationForSuggestion'](_0x2c8f77){const _0x5bedc1=this['_suggestionToController']['get'](_0x2c8f77);if(!_0x5bedc1)return null;return this['editor']['plugins']['get']('Annotations')['getByInnerView'](_0x5bedc1['view'])||null;}['getSuggestionForAnnotation'](_0x496e5d){const _0x1f75f2=this['_viewToController']['get'](_0x496e5d['innerView']);return _0x1f75f2?_0x1f75f2['model']:null;}['_refreshActiveMarkers'](){const _0x12a7fd=this['editor']['plugins']['get']('Annotations'),_0x4dcbab=this['editor']['plugins']['get']('TrackChangesEditing'),_0x134d6f=Array['from'](_0x12a7fd['activeAnnotations'],_0x3eec64=>_0x3eec64['innerView'])['filter'](_0x19df2c=>this['_viewToController']['has'](_0x19df2c)),_0x58d15d=[];for(const _0x25a640 of _0x134d6f){const _0x1bb7f5=this['_viewToController']['get'](_0x25a640)['model']['getAllAdjacentSuggestions']();_0x58d15d['push'](..._0x1bb7f5['reduce']((_0x37f3bc,_0x46cdc1)=>[..._0x37f3bc,..._0x46cdc1['getMarkerNames']()],[]));}_0x4dcbab['activeMarkers']=_0x58d15d;}['_addUIComponentsToFactory'](){const _0x39bc5a=this['editor'],_0x3751ec=_0x39bc5a['locale'],_0x51bac7=o(_0x3751ec,'Track\x20changes'),_0x221892=new _0x542c3f([{'type':'switchbutton','model':new _0x32de35({'withText':!0x0,'isToggleable':!0x0,'label':_0x51bac7,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x32de35({'withText':!0x0,'label':o(_0x3751ec,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x32de35({'withText':!0x0,'label':o(_0x3751ec,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x32de35({'withText':!0x0,'label':o(_0x3751ec,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x32de35({'withText':!0x0,'label':o(_0x3751ec,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x39bc5a['plugins']['has']('TrackChangesPreview')&&_0x221892['addMany']([{'type':'separator'},{'type':'button','model':new _0x32de35({'withText':!0x0,'label':o(_0x3751ec,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x187f4f of _0x221892)if(ke(_0x187f4f)){const _0x123d98=_0x39bc5a['commands']['get'](_0x187f4f['model']['commandName']);_0x187f4f['model']['bind']('isOn','isEnabled')['to'](_0x123d98,'value','isEnabled');}_0x39bc5a['ui']['componentFactory']['add']('trackChanges',_0x37d45a=>this['_createToolbarButton'](_0x37d45a,_0x221892,_0x51bac7)),_0x39bc5a['ui']['componentFactory']['add']('menuBar:trackChanges',_0x4da491=>this['_createMenuBarMenu'](_0x4da491,_0x221892,_0x51bac7));}['_createToolbarButton'](_0x23540e,_0x8570a,_0xd72cf){const _0x4e38fd=_0x24d970(_0x23540e,_0x16ec0d),_0x45ef6c=this['editor']['commands']['get']('trackChanges');_0x4e38fd['buttonView']['set']({'tooltip':_0xd72cf,'label':_0xd72cf,'icon':_0x51f705}),_0x4e38fd['buttonView']['bind']('isOn')['to'](_0x45ef6c,'value'),_0x4e38fd['buttonView']['on']('execute',()=>{_0x45ef6c['execute'](),this['editor']['editing']['view']['focus']();}),_0xa49fc3(_0x4e38fd,_0x8570a,{'role':'menu'});const _0xe8e00c=[];for(const _0x4863af of _0x8570a)ke(_0x4863af)&&_0xe8e00c['push'](this['editor']['commands']['get'](_0x4863af['model']['commandName']));const _0x45b00b=_0x4e38fd['buttonView'];return _0x45b00b['actionView']['unbind']('isEnabled'),_0x45b00b['arrowView']['unbind']('isEnabled'),_0x45b00b['actionView']['bind']('isEnabled')['to'](_0x45ef6c,'isEnabled'),_0x45b00b['arrowView']['bind']('isEnabled')['toMany'](_0xe8e00c,'isEnabled',(..._0x11a056)=>_0x11a056['some'](_0x14b263=>_0x14b263)),_0x4e38fd['on']('execute',_0x455f9c=>{this['editor']['execute'](_0x455f9c['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x4e38fd;}['_createMenuBarMenu'](_0x40fc9e,_0xe12fcb,_0x373515){const _0x243daa=new _0x511f71(_0x40fc9e),_0x51fccd=this['editor']['commands']['get']('trackChanges');_0x243daa['buttonView']['set']({'label':_0x373515,'icon':_0x51f705});const _0x588238=new _0xc51150(_0x40fc9e);for(const _0x10ed30 of _0xe12fcb){if('separator'==_0x10ed30['type']){_0x588238['items']['add'](new _0x1d3474(_0x40fc9e));continue;}const _0x4f1359=new _0x4ef386(_0x40fc9e,_0x243daa),_0x3a0e47=new _0x595c96(_0x40fc9e),_0x2f90ae=_0x10ed30['model'];_0x3a0e47['bind'](...Object['keys'](_0x2f90ae))['to'](_0x2f90ae),_0x3a0e47['delegate']('execute')['to'](_0x243daa),_0x3a0e47['on']('execute',()=>{this['editor']['execute'](_0x2f90ae['commandName']),this['editor']['editing']['view']['focus']();}),_0x4f1359['children']['add'](_0x3a0e47),_0x588238['items']['add'](_0x4f1359);}return _0x243daa['bind']('isEnabled')['to'](_0x51fccd,'isEnabled'),_0x243daa['panelView']['children']['add'](_0x588238),_0x243daa;}['_initializeController'](_0x291110){const _0x50c8fe=this['editor'],_0x15243a=_0x50c8fe['config'],_0x2b02b0=_0x50c8fe['plugins']['get']('Annotations'),_0x30d51a=_0x50c8fe['plugins']['get']('CommentsRepository'),_0x465c18=_0x50c8fe['plugins']['get']('EditorAnnotations'),_0x52c00c=_0x50c8fe['plugins']['get'](_0x29842c)['me'],_0x236f09=_0x15243a['get']('trackChanges')['SuggestionThreadView'],_0x581c69=_0x15243a['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x1f3f0d,CommentThreadInputView:_0x424139}=_0x50c8fe['plugins']['get']('CommentsUI');let _0x115ef8,_0x554eb2,_0x31ced5;this['_annotationViews']['has'](_0x291110['id'])?(_0x554eb2=this['_annotationViews']['get'](_0x291110['id']),_0x115ef8=_0x554eb2['mainView']):(_0x115ef8=new _0x236f09(_0x50c8fe['locale'],_0x291110,_0x52c00c,{'disableComments':this['_disableComments'],'editorConfig':{..._0x15243a['get']('comments.editorConfig'),'licenseKey':_0x15243a['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x15243a['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x15243a['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x15243a['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x3e0338(_0x15243a['get']('locale'),_0x50c8fe['locale']),'CommentView':_0x15243a['get']('comments')['CommentView'],'CommentsListView':_0x1f3f0d,'CommentThreadInputView':_0x424139,'SuggestionView':_0x581c69}),_0x115ef8['suggestionView']['acceptButton']['on']('execute',()=>{_0x50c8fe['editing']['view']['focus']();}),_0x115ef8['suggestionView']['discardButton']['on']('execute',()=>{_0x50c8fe['editing']['view']['focus']();}),_0x554eb2=_0x2b02b0['createAnnotationView'](this['editor']['locale'],_0x115ef8),_0x554eb2['bind']('isDirty')['to'](_0x115ef8,'isDirty'),_0x554eb2['bind']('length')['to'](_0x115ef8),_0x554eb2['bind']('type')['to'](_0x115ef8,'type',_0x143c92=>'suggestion-'+_0x143c92),_0x115ef8['on']('escape',()=>{_0x31ced5['fire']('escape');}),this['_annotationViews']['set'](_0x291110['id'],_0x554eb2));const _0x54f723=_0x30d51a['createCommentThreadController'](_0x291110['commentThread'],_0x115ef8),_0x4482cc=new pe(_0x50c8fe,_0x291110,_0x115ef8,_0x54f723),_0x51aefa=_0x291110['getAllAdjacentSuggestions']()['filter'](_0x12a6e3=>_0x12a6e3['isInContent']);_0x115ef8['descriptionParts']=_0x50c8fe['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x51aefa),this['_suggestionToController']['set'](_0x291110,_0x4482cc),this['_viewToController']['set'](_0x115ef8,_0x4482cc);const _0x1493ab=()=>{const _0x2af6ac=[],_0x44faed=_0x291110['getAllAdjacentSuggestions']()['filter'](_0x21fd12=>_0x21fd12['isInContent']);for(const _0x2c4610 of _0x44faed)_0x2af6ac['push'](..._0x2c4610['getMarkers']());return _0x503955(_0x50c8fe['editing'],_0x2af6ac);};_0x31ced5=_0x2b02b0['createAnnotation']({'view':_0x554eb2,'target':_0x1493ab,'type':()=>'suggestion-'+_0x4482cc['view']['type'],'isVisible':!!_0x1493ab()}),_0x30d51a['_bindAnnotationToEditors'](_0x115ef8,_0x31ced5),_0x2b02b0['add'](_0x31ced5),_0x465c18['registerAnnotation'](_0x31ced5);}['_destroyController'](_0x130d7b){const _0xba14e3=this['editor']['plugins']['get']('CommentsRepository'),_0x5d8dee=this['editor']['plugins']['get']('Annotations'),_0x148f7c=this['_suggestionToController']['get'](_0x130d7b),_0x392ebb=_0x148f7c['view'],_0x3438d8=_0x5d8dee['getByInnerView'](_0x392ebb);_0xba14e3['_unbindEditors'](_0x392ebb),_0x3438d8&&_0x5d8dee['remove'](_0x3438d8),this['_suggestionToController']['delete'](_0x130d7b),this['_viewToController']['delete'](_0x392ebb),_0x148f7c['destroy']();}['_updateController'](_0x4bbfd9){if(!_0x4bbfd9['isInContent']||!this['_suggestionToController']['has'](_0x4bbfd9))return;const _0x1f08b6=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2574a4=this['_suggestionToController']['get'](_0x4bbfd9),_0x124005=_0x4bbfd9['getAllAdjacentSuggestions']();_0x2574a4['view']['descriptionParts']=_0x1f08b6['descriptionFactory']['getDescriptions'](_0x124005);}['destroy'](){for(const _0x60dd03 of this['_suggestionToController']['keys']())this['_destroyController'](_0x60dd03);for(const _0x465e2e of this['_annotationViews']['values']())_0x465e2e['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function ke(_0x3a5937){return'model'in _0x3a5937;}class Ne extends _0x4043ba{static get['requires'](){return[d,u,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x575ed7){this['editor']['plugins']['get'](d)['adapter']=_0x575ed7;}get['adapter'](){return this['editor']['plugins']['get'](d)['adapter'];}['addSuggestion'](_0x2668a3){return this['editor']['plugins']['get'](d)['addSuggestionData'](_0x2668a3);}['getSuggestions']({skipNotAttached:_0xe32ff1=!0x1,toJSON:_0x3ce91d=!0x1}={}){return this['editor']['plugins']['get'](d)['getSuggestions']({'skipNotAttached':_0xe32ff1,'toJSON':_0x3ce91d});}['getSuggestion'](_0x5b4cc0){return this['editor']['plugins']['get'](d)['getSuggestion'](_0x5b4cc0);}}const p=['Pagination'];class re extends _0x4043ba{static get['requires'](){return[d];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x4aad62=this['editor'];if(_0x4aad62['config']['define']('trackChangesData.editorCreator',_0x3b747f=>{const _0x51ccd7=_0x4aad62['model']['document']['getRootNames']()['reduce']((_0x3989c7,_0x4134d2)=>(_0x3989c7[_0x4134d2]='',_0x3989c7),{});return _0x4aad62['constructor']['create'](_0x51ccd7,_0x3b747f);}),'function'!=typeof _0x4aad62['config']['get']('trackChangesData')['editorCreator'])throw new _0x2321d0('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x1f720c){return P(this['editor'],!0x0,_0x1f720c);}['getDataWithDiscardedSuggestions'](_0x4b8a06){return P(this['editor'],!0x1,_0x4b8a06);}}class Fe extends _0x4043ba{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xbd22b1){function _0xf77c3a(_0x5cd2d8){return _0x5cd2d8['map'](_0x14c249=>String['fromCharCode'](_0x14c249))['join']('');}super(_0xbd22b1),this['result']='end',_0xbd22b1[_0xf77c3a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xf77c3a([0x76,0x69,0x65,0x77])][_0xf77c3a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xf77c3a([0x61,0x75,0x74,0x6f]),_0xbd22b1[_0xf77c3a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0xf77c3a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xf77c3a([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0xf77c3a([0x73,0x74,0x61,0x74,0x75,0x73])]:_0xf77c3a([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 De(_0x498079){return void 0x0!==_0x498079['getRootsAttributes'];}async function P(_0x490dc6,_0x3baeec,_0x4168da){const _0x59e6c4=_0x4db4d3(_0x490dc6,p);_0x59e6c4['plugins']['push'](d,Fe),_0x59e6c4['rootsAttributes']=De(_0x490dc6)?_0x490dc6['getRootsAttributes']():void 0x0;const _0x1d08a1=document['createDocumentFragment'](),_0x2bafa6=_0x490dc6['config']['get']('trackChangesData')['editorCreator'],_0x7df7cf=await _0x2bafa6(_0x59e6c4,()=>function(_0xf345fa){const _0x49ee7c=document['createElement']('div');return _0xf345fa['appendChild'](_0x49ee7c),_0x49ee7c;}(_0x1d08a1));!function(_0x12fa44,_0x396a64){const _0x5a21a8=_0x12fa44['model']['document']['getRootNames']()['reduce']((_0x2a283d,_0x8a92c1)=>(_0x2a283d[_0x8a92c1]=_0x12fa44['data']['get']({'rootName':_0x8a92c1}),_0x2a283d),{}),_0x744799=_0x12fa44['plugins']['get']('Users')['users']['map'](_0x36859a=>({'id':_0x36859a['id'],'name':_0x36859a['name']})),_0x483d02=_0x12fa44['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x9c740e=_0x12fa44['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0xc260c0=_0x396a64['plugins']['get']('Users'),_0x3da92e=_0x396a64['plugins']['get']('TrackChangesEditing'),_0x2f06b8=_0x396a64['plugins']['get']('CommentsRepository');for(const _0x567256 of _0x2f06b8['getCommentThreads']())_0x567256['remove']();for(const _0x521959 of _0x744799)_0xc260c0['getUser'](_0x521959['id'])||_0xc260c0['addUser'](_0x521959);_0xc260c0['me']||_0xc260c0['useAnonymousUser']();for(const _0x279775 of _0x9c740e)_0x2f06b8['addCommentThread'](_0x279775);for(const _0x99f3c6 of _0x483d02)_0x3da92e['addSuggestionData'](_0x99f3c6);_0x396a64['data']['set'](_0x5a21a8);}(_0x490dc6,_0x7df7cf),_0x7df7cf['execute'](_0x3baeec?'acceptAllSuggestions':'discardAllSuggestions');const _0x47b4d0=De(_0x7df7cf)?_0x7df7cf['getFullData'](_0x4168da):_0x7df7cf['data']['get'](_0x4168da);return await _0x7df7cf['destroy'](),_0x47b4d0;}class Me extends _0x460524{['options'];constructor(_0x368ab9,_0x61991){super(_0x368ab9),this['options']=_0x61991,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'](_0x547471,_0xa8d14c){if(!this['element'])return;const _0x56363c=[];for(const [_0x3e1e65,_0x32a5b9]of _0x547471){const _0x4fa61b=document['createElement']('div');_0x4fa61b['setAttribute']('data-ck-root-name',_0x3e1e65),_0x4fa61b['className']=_0x32a5b9['classes']+'\x20ck-track-changes-preview__root-container',_0x4fa61b['innerHTML']=_0x32a5b9['content'],_0x56363c['push'](_0x4fa61b);}_0xa8d14c(this['element'],_0x56363c),this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class te extends _0x260b27{constructor(_0x50793d){super(_0x50793d),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x581fa3=this['editor'],_0x42daaf=_0x581fa3['locale'],_0x2af9fa=_0x581fa3['plugins']['get']('Dialog');let _0x502525;const _0x5b852b=function(_0x1c0fe4){const _0x38f40d={};if('editables'in _0x1c0fe4['ui']['view']){for(const [_0x193b4b,_0xafcf79]of Object['entries'](_0x1c0fe4['ui']['view']['editables']))_0x38f40d[_0x193b4b]=_0xafcf79['element'];}else _0x38f40d[_0x1c0fe4['model']['document']['getRootNames']()[0x0]]=_0x1c0fe4['ui']['view']['editable']['element'];return _0x38f40d;}(_0x581fa3),_0x56bb7a=function(_0x21a2b4){let _0x2e201d=0x0;for(const _0x4e736f of Object['values'](_0x21a2b4))_0x2e201d=Math['max'](_0x2e201d,_0x4e736f['getBoundingClientRect']()['width']);let _0x421ffb=0x0;for(const _0x4140de of Object['values'](_0x21a2b4))_0x421ffb+=_0x4140de['getBoundingClientRect']()['height'];const _0x3f3710=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x421be7=Math['min'](_0x421ffb,_0x3f3710);return{'width':_0x2e201d,'height':_0x421be7};}(_0x5b852b);_0x2af9fa['show']({'id':'finalContentPreview','title':o(_0x42daaf,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new Me(_0x42daaf,{'dialogRects':_0x56bb7a}),'onHide':()=>{_0x502525['detachFromDom']();},'onShow':()=>{_0x581fa3['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x53c269=>{const _0x218a01=this['_standarizeRootsData'](_0x53c269,_0x581fa3,_0x5b852b);_0x2af9fa['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x218a01,_0x581fa3['config']['get']('trackChanges.preview.renderFunction'));}),_0x502525=new _0x663f3d(_0x42daaf,[_0x2af9fa['view']]),_0x502525['attachToDom'](),_0x502525['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x581fa3['once']('destroy',()=>{_0x502525['detachFromDom']();});const _0x1fed9b=_0x2af9fa['view']['headerView']['class'];_0x2af9fa['view']['headerView']['class']=_0x1fed9b?_0x1fed9b+'\x20ck-reset_all':'ck-reset_all',_0x2af9fa['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x2af9fa['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0xf1583=this['editor']['plugins']['get']('MergeFieldsEditing'),_0x16643f=_0xf1583['previewMode'],_0x33d6e6={};if('$labels'===_0x16643f){for(const _0x18e128 of _0xf1583['getMergeFieldsIds']())_0x33d6e6[_0x18e128]=_0xf1583['getLabel'](_0x18e128)||_0x18e128;}else{const _0x3d138a='$defaultValues'===_0x16643f?_0xf1583['getDefaultValues']():_0xf1583['getDataSetValues'](_0x16643f,!0x0);for(const _0xa26492 of Object['entries'](_0x3d138a)){const [_0x5d9398,_0x1f2b4d]=_0xa26492;_0x33d6e6[_0x5d9398]=null!==_0x1f2b4d?_0x1f2b4d:_0xf1583['getLabel'](_0x5d9398)||_0x5d9398;}}return{'mergeFieldsData':_0x33d6e6};}['_standarizeRootsData'](_0x4ca140,_0x401961,_0x5dab89){let _0x23b4d;if('string'==typeof _0x4ca140){const _0x3cc381=_0x401961['model']['document']['getRootNames']()[0x0];_0x23b4d={[_0x3cc381]:_0x4ca140};}else _0x23b4d=_0x4ca140;const _0x5a4625=this['_fixMediaEmbeds'](_0x23b4d,_0x401961),_0x1bbcd9=function(_0x4e2084,_0x300141){for(const [_0x4121cd,_0x4a58bf]of _0x4e2084)_0x4a58bf['classes']=_0x300141[_0x4121cd]['classList']['value']['replace']('ck-focused','');return _0x4e2084;}(this['_sortRoots'](_0x401961)['reduce']((_0x22b215,_0x3323de)=>(_0x22b215['push']([_0x3323de,{'content':_0x5a4625[_0x3323de],'classes':''}]),_0x22b215),[]),_0x5dab89);return _0x1bbcd9;}['_fixMediaEmbeds'](_0x166a8b,_0x1681e0){if(!_0x1681e0['plugins']['has']('MediaEmbedEditing'))return _0x166a8b;const _0x1fd3fd=_0x1681e0['plugins']['get']('MediaEmbedEditing');for(const [_0x9e9ffd,_0x9be32e]of Object['entries'](_0x166a8b)){const _0x59dbcf=document['createElement']('div');_0x59dbcf['innerHTML']=_0x9be32e,(_0x59dbcf['querySelectorAll']('figure.media')['forEach'](_0x3931d1=>{const _0x6adda7=_0x3931d1['querySelector']('oembed');if(_0x6adda7){const _0x74b09f=_0x6adda7['getAttribute']('url');if(_0x74b09f){const _0x57ba8f=_0x1fd3fd['registry']['getMediaViewElement'](new _0x46de67(_0x1681e0['editing']['view']['document']),_0x74b09f,{'elementName':'','renderForEditingView':!0x0}),_0x32424c=document['createElement']('div');_0x32424c['classList']['add']('ck-media__wrapper'),_0x57ba8f['render'](_0x32424c,_0x1681e0['editing']['view']['domConverter']),_0x6adda7['replaceWith'](_0x32424c);}}}),_0x166a8b[_0x9e9ffd]=_0x59dbcf['innerHTML']);}return _0x166a8b;}['_sortRoots'](_0x4468af){if(!function(_0x1b24d2){return void 0x0!==_0x1b24d2['getRootsAttributes'];}(_0x4468af))return _0x4468af['model']['document']['getRootNames']();const _0x49fd3c=[],_0x9ded3f=new Map();for(const _0x31edb9 of _0x4468af['model']['document']['getRootNames']()){const _0x14b139=_0x4468af['editing']['view']['getDomRoot'](_0x31edb9)['getClientRects']()['item'](0x0);_0x49fd3c['push'](_0x31edb9),_0x9ded3f['set'](_0x31edb9,_0x14b139);}return _0x49fd3c['sort']((_0x1846aa,_0x1f1aa2)=>{const _0xe92857=_0x9ded3f['get'](_0x1846aa),_0x557e4c=_0x9ded3f['get'](_0x1f1aa2);return _0xe92857['y']-_0x557e4c['y']||_0xe92857['x']-_0x557e4c['x'];}),_0x49fd3c;}}class Ue extends _0x4043ba{static get['requires'](){return[re,_0x3b2f46];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1c3a81){super(_0x1c3a81),_0x1c3a81['commands']['add']('previewFinalContent',new te(this['editor'])),_0x1c3a81['config']['define']('trackChanges.preview.renderFunction',(_0x564b21,_0x14d570)=>{for(const _0xe1c6e5 of _0x14d570)_0x564b21['appendChild'](_0xe1c6e5);});}}export{v as AcceptSuggestionCommand,ii as BaseSuggestionThreadView,D as DiscardSuggestionCommand,B as ExecuteOnAllSuggestionsCommand,O as ExecuteOnSelectedSuggestionsCommand,te as PreviewFinalContentCommand,x as Suggestion,M as SuggestionDescriptionFactory,fe as SuggestionThreadView,we as SuggestionView,Ne as TrackChanges,$ as TrackChangesCommand,re as TrackChangesData,Fe as TrackChangesDataGetter,d as TrackChangesEditing,Ue as TrackChangesPreview,u as TrackChangesUI};
|