@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20250412.0 → 0.0.0-nightly-20250414.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/package.json +27 -27
- package/src/trackchangesediting.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
24
|
-
_0x5ac5bf(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x1fa36d,_0x14a59f){super(),this['id']=_0x14a59f['id'],this['type']=_0x14a59f['type'],this['subType']=_0x14a59f['subType']||null,this['author']=_0x14a59f['author'],this['creator']=_0x14a59f['creator']||_0x14a59f['author'],this['isExternal']=Boolean(_0x14a59f['attributes']&&_0x14a59f['attributes']['@external']),this['data']=null,this['_model']=_0x1fa36d,this['_onAccept']=_0x14a59f['onAccept'],this['_onDiscard']=_0x14a59f['onDiscard'],this['_onAttributesChange']=_0x14a59f['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x14a59f['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 _0x4dd2c1=this;for(;_0x4dd2c1['previous'];)_0x4dd2c1=_0x4dd2c1['previous'];return _0x4dd2c1;}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'](_0x282ab8){this['_markerNames']['add'](_0x282ab8);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x563e99=>this['_model']['markers']['get'](_0x563e99))['filter'](_0x1d8d86=>_0x1d8d86);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x4803e5=>{for(const _0x330afd of this['getMarkers']())_0x4803e5['removeMarker'](_0x330afd);}),this['_markerNames']['clear']();}['removeMarker'](_0x2a6569){this['_model']['change'](_0x1e7754=>{_0x1e7754['removeMarker'](_0x2a6569);}),this['_markerNames']['delete'](_0x2a6569);}['addRange'](_0x4e3608){const _0x4463fe='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+o['getMultiRangeId']();this['addMarkerName'](_0x4463fe),this['_model']['change'](_0x537df8=>{_0x537df8['addMarker'](_0x4463fe,{'range':_0x4e3608,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0xcc931){for(const _0x41491b of this['getRanges']())if(_0x41491b['isIntersecting'](_0xcc931))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0xfaf39b=>_0xfaf39b['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x332f1e,_0x4fb211)=>[..._0x332f1e,..._0x4fb211['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x23e850=this['getRanges']();if(0x1!=_0x23e850['length'])return null;const _0x18cf82=_0x23e850[0x0],_0x1c1a37=_0x18cf82['start']['nodeAfter'],_0x253b46=_0x18cf82['end']['nodeBefore'];return _0x1c1a37 instanceof _0x259c7c?_0x1c1a37!=_0x253b46?null:_0x1c1a37: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 _0x506291=[];let _0x38f0cd=this['head'];for(;_0x38f0cd;)_0x506291['push'](_0x38f0cd),_0x38f0cd=_0x38f0cd['next'];return _0x506291;}['setAttribute'](_0x12a3fc,_0x152055){const _0x3e906f=_0x7ae127(this['attributes']);_0x238810(_0x3e906f,_0x12a3fc,_0x152055),_0x337fb7(_0x3e906f,this['attributes'])||(this['attributes']=_0x3e906f,this['_onAttributesChange'](_0x3e906f));}['removeAttribute'](_0x190307){const _0x3adced=_0x7ae127(this['attributes']);_0x1c9667(_0x3adced,_0x190307),_0x337fb7(_0x3adced,this['attributes'])||(this['attributes']=_0x3adced,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 _0x49332a()['substr'](0x1,0x5);}}function c(_0x5454d8,_0x4bef87,_0x2f26e3){const _0x1fc017=_0x5454d8['t'],t=_0x5454d8['t'];switch(_0x4bef87){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',_0x2f26e3);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x2f26e3);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x2f26e3);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x2f26e3);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x2f26e3);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',_0x2f26e3);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x2f26e3);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',_0x2f26e3);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x2f26e3);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x2f26e3);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x2f26e3);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x2f26e3);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x2f26e3);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x2f26e3);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x2f26e3);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x2f26e3);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x2f26e3);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x2f26e3);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x2f26e3);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x2f26e3);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x2f26e3);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x2f26e3);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x2f26e3);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x2f26e3);case'*Set\x20table\x20type:*\x20%0':return t('*Set\x20table\x20type:*\x20%0',_0x2f26e3);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'},_0x2f26e3);case'ELEMENT_CONTENT_TABLE':return t({'string':'content\x20table','plural':'%0\x20content\x20tables','id':'ELEMENT_CONTENT_TABLE'},_0x2f26e3);case'ELEMENT_LAYOUT_TABLE':return t({'string':'layout\x20table','plural':'%0\x20layout\x20tables','id':'ELEMENT_LAYOUT_TABLE'},_0x2f26e3);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x2f26e3);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x2f26e3);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x2f26e3);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x2f26e3);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x2f26e3);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'},_0x2f26e3);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x2f26e3);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x2f26e3);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x2f26e3);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x2f26e3);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'},_0x2f26e3);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x2f26e3);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'},_0x2f26e3);case'FORMAT_HEADER_COLUMN':return t({'string':'header\x20column','id':'FORMAT_HEADER_COLUMN'});case'FORMAT_REGULAR_COLUMN':return t({'string':'regular\x20column','id':'FORMAT_REGULAR_COLUMN'});case'FORMAT_HEADER_ROW':return t({'string':'header\x20row','id':'FORMAT_HEADER_ROW'});case'FORMAT_REGULAR_ROW':return t({'string':'regular\x20row','id':'FORMAT_REGULAR_ROW'});case'FORMAT_INDENT':return t({'string':'indent','id':'FORMAT_INDENT'});case'FORMAT_LIST_REVERSED':return t({'string':'list\x20reversed','id':'FORMAT_LIST_REVERSED'});case'FORMAT_LIST_START':return t({'string':'list\x20start','id':'FORMAT_LIST_START'});case'FORMAT_FONT_SIZE':return t({'string':'font\x20size','id':'FORMAT_FONT_SIZE'});case'FORMAT_FONT_FAMILY':return t({'string':'font\x20family','id':'FORMAT_FONT_FAMILY'});case'FORMAT_FONT_COLOR':return t({'string':'font\x20color','id':'FORMAT_FONT_COLOR'});case'FORMAT_FONT_BACKGROUND':return t({'string':'font\x20background\x20color','id':'FORMAT_FONT_BACKGROUND'});case'FORMAT_IMAGE_SIZE':return t({'string':'image\x20size','id':'FORMAT_IMAGE_SIZE'});case'FORMAT_STYLE':return t({'string':'style','id':'FORMAT_STYLE'});case'PENDING_ACTION_SUGGESTION':return t({'string':'Unsaved\x20change\x20in\x20suggestion.','id':'PENDING_ACTION_SUGGESTION'});case'ELEMENT_TABLE_WITH_TEXT':return t({'string':'table\x20*with\x20text*\x20%0','id':'ELEMENT_TABLE_WITH_TEXT'},_0x2f26e3);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x2f26e3);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'},_0x2f26e3);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x2f26e3);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'},_0x2f26e3);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x2f26e3);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x2f26e3);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'},_0x2f26e3);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x2f26e3);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 _0x1fc017({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x2f26e3);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x1fc017({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x2f26e3);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x2f26e3);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'},_0x2f26e3);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'},_0x2f26e3);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'},_0x2f26e3);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x4bef87;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0xcb3478,_0x347f63){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0xcb3478,this['_locale']=_0x347f63;}['getDescriptions'](_0x119e17){const _0x416411=[],_0x20fdb8=new Set(),_0x11fc50=new Set();for(let _0x1d894a=0x0;_0x1d894a<_0x119e17['length'];_0x1d894a++){const _0x2760f0=_0x119e17[_0x1d894a];if(!_0x2760f0['isInContent'])continue;const _0x2b5d08=this['_handleCustomCallbackDescription'](_0x2760f0);if(_0x2b5d08){if(null!=_0x2760f0['subType']){if(_0x20fdb8['has'](_0x2760f0['subType']))continue;_0x20fdb8['add'](_0x2760f0['subType']);}_0x416411['push'](_0x2b5d08);}else{if('attribute'!=_0x2760f0['type'])'insertion'!=_0x2760f0['type']&&'deletion'!=_0x2760f0['type']||this['_handleInsertRemoveSuggestionDescription'](_0x416411,_0x2760f0,_0x119e17[_0x1d894a+0x1]);else{const _0x4f7f01=_0x2760f0['data']['key'];if(_0x11fc50['has'](_0x4f7f01))continue;_0x11fc50['add'](_0x2760f0['data']['key']),_0x4f7f01==u?this['_handleRenameSuggestionDescription'](_0x416411,_0x2760f0):this['_handleAttributeSuggestionDescription'](_0x416411,_0x2760f0);}}}return this['_resolveDescriptionItems'](_0x416411);}['registerDescriptionCallback'](_0x44354b){this['_customCallbacks']['push'](_0x44354b);}['registerElementLabel'](_0x178f4f,_0x28358f,_0xf716c2=_0x2de02f['normal']){'function'==typeof _0x178f4f?_0x297391(this['_itemLabelsCallbacks'],{'matchingCallback':_0x178f4f,'label':_0x28358f,'priority':_0xf716c2}):this['_itemLabels']['set'](_0x178f4f,_0x28358f);}['registerAttributeLabel'](_0x4c554f,_0x4ba1b1){this['_attributeLabels']['set'](_0x4c554f,_0x4ba1b1);}['getItemLabel'](_0xdb1631,_0x10788d=0x1){let _0x58fd12;for(const _0x1fcde7 of this['_itemLabelsCallbacks'])if(_0x1fcde7['matchingCallback'](_0xdb1631)){_0x58fd12=_0x1fcde7['label'];break;}return _0x58fd12||(_0x58fd12=this['_itemLabels']['get'](_0xdb1631['name'])),_0x58fd12?_0x58fd12(_0x10788d):0x1!==_0x10788d?_0x10788d+'\x20'+_0xdb1631['name']+'s':''+_0xdb1631['name'];}['_addDescriptionItems'](_0x1907cf,_0x18118a){const _0x36baa3=_0x18118a['getFirstRange']()['getWalker'](),_0x4ec442='insertion'==_0x18118a['type']?'add':'remove';for(const _0x5148b5 of _0x36baa3){const _0x59384f=_0x5148b5['item'],_0x16c3ab=_0x1907cf[_0x1907cf['length']-0x1];if(_0x59384f['is']('$textProxy'))_0x16c3ab&&_0x16c3ab['type']['indexOf']('Container')>-0x1&&_0x1907cf['pop'](),_0x16c3ab&&'text'==_0x16c3ab['type']?_0x16c3ab[_0x4ec442]+=_0x59384f['data']:_0x1907cf['push']({'type':'text','add':'add'==_0x4ec442?_0x59384f['data']:'','remove':'remove'==_0x4ec442?_0x59384f['data']:''});else{if(this['_schema']['isObject'](_0x59384f)){const _0x3a35cc=_0x59384f;if(_0x16c3ab&&_0x16c3ab['type']['indexOf']('Container')>-0x1&&_0x1907cf['pop'](),'elementEnd'==_0x5148b5['type'])continue;_0x16c3ab&&_0x16c3ab['type']==_0x4ec442+'Object'&&_0x16c3ab['element']['name']==_0x3a35cc['name']?_0x16c3ab['quantity']++:_0x1907cf['push']({'type':_0x4ec442+'Object','element':_0x3a35cc,'quantity':0x1}),_0x36baa3['skip'](_0x4c4e84=>!('elementEnd'==_0x4c4e84['type']&&_0x4c4e84['item']==_0x59384f));}else{if(this['_schema']['checkChild'](_0x59384f,'$text')||_0x59384f['is']('element','softBreak')){const _0x1eff80=_0x59384f;if('add'==_0x4ec442&&'elementStart'==_0x5148b5['type']||'remove'==_0x4ec442&&'elementEnd'==_0x5148b5['type'])continue;if(_0x16c3ab&&-0x1==_0x16c3ab['type']['indexOf']('Container')){'text'==_0x16c3ab['type']&&(_0x16c3ab[_0x4ec442]+='\x0a');continue;}let _0x1c03d6;if(_0x1c03d6='add'==_0x4ec442?_0x1eff80['nextSibling']&&!this['_schema']['isObject'](_0x1eff80['nextSibling'])?_0x1eff80['nextSibling']:null:_0x1eff80['previousSibling']&&!this['_schema']['isObject'](_0x1eff80['previousSibling'])?_0x1eff80['previousSibling']:null,_0x1eff80['isEmpty']||_0x1c03d6&&_0x1c03d6['isEmpty']){const _0x846c5f=_0x1c03d6&&_0x1c03d6['isEmpty']?_0x1c03d6:_0x1eff80;_0x16c3ab&&_0x16c3ab['type']==_0x4ec442+'EmptyContainer'&&_0x16c3ab['element']['name']==_0x846c5f['name']?_0x16c3ab['quantity']++:_0x1907cf['push']({'type':_0x4ec442+'EmptyContainer','element':_0x846c5f,'quantity':0x1});}else _0x1907cf['push']({'type':_0x4ec442+'Container','element':_0x1eff80});}}}}}['_resolveDescriptionItems'](_0xad4456){const _0x227f96=this['_locale'],_0x436a1e=[],_0x3e95e2=[],_0x59349a=[];for(const _0x4ff8f3 of _0xad4456)switch(_0x4ff8f3['type']){case'text':if(_0x4ff8f3['add']=_0x4ff8f3['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x4ff8f3['remove']=_0x4ff8f3['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x4ff8f3['add']&&''!=_0x4ff8f3['remove']){_0x436a1e['push']({'type':'replace','content':c(_0x227f96,'REPLACE_TEXT',['\x22'+_0x4ff8f3['remove']+'\x22','\x22'+_0x4ff8f3['add']+'\x22'])});continue;}if(null!=_0x4ff8f3['add']['match'](/^ +$/)){_0x436a1e['push']({'type':'insertion','content':c(_0x227f96,'*Insert:*\x20%0',c(_0x227f96,'ELEMENT_SPACE',_0x4ff8f3['add']['length']))});continue;}if(null!=_0x4ff8f3['remove']['match'](/^ +$/)){_0x436a1e['push']({'type':'deletion','content':c(_0x227f96,'*Remove:*\x20%0',c(_0x227f96,'ELEMENT_SPACE',_0x4ff8f3['remove']['length']))});continue;}if(''!=_0x4ff8f3['add']){_0x436a1e['push']({'type':'insertion','content':c(_0x227f96,'*Insert:*\x20%0','\x22'+_0x4ff8f3['add']+'\x22')});continue;}_0x436a1e['push']({'type':'deletion','content':c(_0x227f96,'*Remove:*\x20%0','\x22'+_0x4ff8f3['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x436a1e['push']({'type':'insertion','content':c(_0x227f96,'*Insert:*\x20%0',this['getItemLabel'](_0x4ff8f3['element'],_0x4ff8f3['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x436a1e['push']({'type':'deletion','content':c(_0x227f96,'*Remove:*\x20%0',this['getItemLabel'](_0x4ff8f3['element'],_0x4ff8f3['quantity']))});continue;case'addContainer':_0x436a1e['push']({'type':'insertion','content':c(_0x227f96,'*Split:*\x20%0',this['getItemLabel'](_0x4ff8f3['element'],_0x4ff8f3['quantity']))});continue;case'removeContainer':_0x436a1e['push']({'type':'deletion','content':c(_0x227f96,'*Merge:*\x20%0',this['getItemLabel'](_0x4ff8f3['element'],_0x4ff8f3['quantity']))});continue;case'addFormat':_0x3e95e2['push'](_0x4ff8f3['key']);continue;case'removeFormat':_0x59349a['push'](_0x4ff8f3['key']);continue;default:_0x436a1e['push'](_0x4ff8f3);}if(_0x3e95e2['length']){const _0x1e7ed5=_0x3e95e2['map'](_0x3217da=>this['_attributeLabels']['has'](_0x3217da)?this['_attributeLabels']['get'](_0x3217da):_0x3217da)['join'](',\x20');_0x436a1e['push']({'type':'format','content':c(this['_locale'],'*Set\x20format:*\x20%0',_0x1e7ed5)});}if(_0x59349a['length']){const _0x590d67=_0x59349a['map'](_0x31be35=>this['_attributeLabels']['has'](_0x31be35)?this['_attributeLabels']['get'](_0x31be35):_0x31be35)['join'](',\x20');_0x436a1e['push']({'type':'format','content':c(this['_locale'],'*Remove\x20format:*\x20%0',_0x590d67)});}return _0x436a1e;}['_handleCustomCallbackDescription'](_0x15edbe){for(const _0x1a1a4b of this['_customCallbacks']){const _0x4bf6f7=_0x1a1a4b(_0x15edbe);if(_0x4bf6f7&&'type'in _0x4bf6f7)return _0x4bf6f7;}}['_handleAttributeSuggestionDescription'](_0x488388,_0x45fcc3){const _0x546953=_0x45fcc3['data'],_0x1b5f1a=void 0x0===_0x546953['newValue']?'removeFormat':'addFormat';_0x488388['push']({'type':_0x1b5f1a,'key':_0x546953['key']});}['_handleRenameSuggestionDescription'](_0x351594,_0x54bbde){_0x351594['push']({'type':'format','content':c(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x54bbde['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x4178bc,_0x552d9c,_0x27ceae){if(this['_addDescriptionItems'](_0x4178bc,_0x552d9c),_0x27ceae&&_0x27ceae['getFirstRange']()&&!_0x552d9c['getFirstRange']()['end']['isEqual'](_0x27ceae['getFirstRange']()['start'])){const _0x349a66=_0x4178bc[_0x4178bc['length']-0x1],_0x45d369='insertion'==_0x552d9c['type']?'add':'remove';_0x349a66&&'text'==_0x349a66['type']&&(_0x349a66[_0x45d369]+='\x0a');}}}class U extends _0x5682b5{['afterInit'](){const _0x24566c=this['editor'],_0x2f9cd6=_0x24566c['plugins']['get']('TrackChangesEditing');_0x24566c['commands']['get']('showAIAssistant')&&_0x2f9cd6['enableCommand']('showAIAssistant');}}class V extends _0x5682b5{['afterInit'](){const _0x2b064d=this['editor'],_0x3a5322=_0x2b064d['locale'];if(!_0x2b064d['plugins']['has']('AlignmentEditing'))return;const _0x51d36d=_0x2b064d['plugins']['get']('TrackChangesEditing');_0x51d36d['enableDefaultAttributesIntegration']('alignment'),_0x51d36d['registerBlockAttribute']('alignment'),_0x51d36d['descriptionFactory']['registerAttributeLabel']('alignment',c(_0x3a5322,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x88800f=this['editor'],_0xc0ba2=_0x88800f['locale'];_0x88800f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x20eac0=>{if('formatBlock'!=_0x20eac0['type'])return;const {data:_0x241f5a}=_0x20eac0;if(_0x241f5a&&'alignment'==_0x241f5a['commandName']){const _0x3dfbc3=_0x241f5a['commandParams'][0x0]['value'];return{'type':'format','content':c(_0xc0ba2,'*Format:*\x20%0',function(_0x48600f){switch(_0x48600f){case'left':return c(_0xc0ba2,'FORMAT_ALIGN_TO_LEFT');case'right':return c(_0xc0ba2,'FORMAT_ALIGN_TO_RIGHT');case'center':return c(_0xc0ba2,'FORMAT_ALIGN_TO_CENTER');case'justify':return c(_0xc0ba2,'FORMAT_JUSTIFY_TEXT');}}(_0x3dfbc3))};}});}}const Zt=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class F extends _0x5682b5{['afterInit'](){const _0x411497=this['editor'],_0x825a20=_0x411497['plugins']['get']('TrackChangesEditing'),_0x5840ce=_0x411497['locale'];for(const _0x31b979 of Zt){if(!_0x411497['plugins']['has'](_0x31b979))continue;const _0x9a6628=_0x31b979['slice'](0x0,-0x7)['toLowerCase'](),_0x2571c3='FORMAT_'+_0x9a6628['toUpperCase']();_0x825a20['enableDefaultAttributesIntegration'](_0x9a6628),_0x825a20['registerInlineAttribute'](_0x9a6628),_0x825a20['descriptionFactory']['registerAttributeLabel'](_0x9a6628,c(_0x5840ce,_0x2571c3));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x475a66=this['editor'],_0x478b9b=_0x475a66['locale'],_0x152c6a=_0x475a66['plugins']['get']('TrackChangesEditing');function _0x278a13(_0x211f3a,_0x336492){_0x152c6a['descriptionFactory']['registerDescriptionCallback'](_0x3b7384=>{if('formatInline'!=_0x3b7384['type'])return;const {data:_0x52a601}=_0x3b7384;return _0x52a601&&_0x52a601['commandName']===_0x211f3a?_0x52a601['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x478b9b,'*Format:*\x20%0',_0x336492)}:{'type':'format','content':c(_0x478b9b,'*Remove\x20format:*\x20%0',_0x336492)}:void 0x0;});}_0x278a13('bold',c(_0x478b9b,'FORMAT_BOLD')),_0x278a13('italic',c(_0x478b9b,'FORMAT_ITALIC')),_0x278a13('underline',c(_0x478b9b,'FORMAT_UNDERLINE')),_0x278a13('code',c(_0x478b9b,'FORMAT_CODE')),_0x278a13('strikethrough',c(_0x478b9b,'FORMAT_STRIKETHROUGH')),_0x278a13('subscript',c(_0x478b9b,'FORMAT_SUBSCRIPT')),_0x278a13('superscript',c(_0x478b9b,'FORMAT_SUPERSCRIPT'));}}class G extends _0x5682b5{['afterInit'](){const _0xd087b=this['editor'],_0x380c57=_0xd087b['locale'];if(!_0xd087b['plugins']['has']('BlockQuoteEditing'))return;const _0x5d9ada=_0xd087b['plugins']['get']('TrackChangesEditing'),_0x4b1e37=this['editor']['commands']['get']('blockQuote');_0x5d9ada['enableCommand']('blockQuote',(_0x4ce20e,_0x14bbc2={})=>{const _0x3122ac=this['editor']['model']['document']['selection'],_0x4b6d0b=_0x14bbc2&&void 0x0!==_0x14bbc2['forceValue']?_0x14bbc2['forceValue']:!_0x4b1e37['value'];let _0x523f26=[];if(_0x4b6d0b){const _0x4fbc37=Array['from'](_0x3122ac['getSelectedBlocks']())['filter'](_0x155f21=>oo(_0x155f21)||function(_0x17f6d7,_0x122514){const _0x10e616=_0x122514['checkChild'](_0x17f6d7['parent'],'blockQuote'),_0x30fb58=_0x122514['checkChild'](['$root','blockQuote'],_0x17f6d7);return _0x10e616&&_0x30fb58;}(_0x155f21,this['editor']['model']['schema']));_0x523f26=to(_0x4fbc37,_0xd087b['model']);}else{const _0x343ad5=Array['from'](_0x3122ac['getSelectedBlocks']())['filter'](_0x3a036a=>oo(_0x3a036a));_0x523f26=to(_0x343ad5,_0xd087b['model']);}_0xd087b['model']['change'](()=>{for(const _0x79d1e9 of _0x523f26)_0x5d9ada['markBlockFormat'](_0x79d1e9,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x4b6d0b}]});});}),_0x5d9ada['descriptionFactory']['registerDescriptionCallback'](_0x5a6ec1=>{const {data:_0x2e1a5c}=_0x5a6ec1;if(_0x2e1a5c&&'blockQuote'==_0x2e1a5c['commandName']){const _0x2a9898=c(_0x380c57,'ELEMENT_BLOCK_QUOTE');return _0x2e1a5c['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x380c57,'*Set\x20format:*\x20%0',_0x2a9898)}:{'type':'format','content':c(_0x380c57,'*Remove\x20format:*\x20%0',_0x2a9898)};}});}}function oo(_0x35735c){return'blockQuote'==_0x35735c['parent']['name'];}class L extends _0x5682b5{['afterInit'](){const _0x3fd839=this['editor'],_0x2a4600=_0x3fd839['locale'],_0x434db4=_0x3fd839['plugins']['get']('TrackChangesEditing');_0x3fd839['plugins']['has']('BookmarkEditing')&&(_0x434db4['enableCommand']('insertBookmark'),_0x434db4['enableDefaultAttributesIntegration']('updateBookmark'),_0x434db4['registerBlockAttribute']('bookmarkId'),_0x434db4['descriptionFactory']['registerDescriptionCallback'](_0xe6a94f=>{if('insertion'!=_0xe6a94f['type']&&'deletion'!=_0xe6a94f['type']&&'attribute'!=_0xe6a94f['type'])return;const _0x2bd4c9=_0xe6a94f['getContainedElement']();if(null==_0x2bd4c9)return;if(!_0x2bd4c9['is']('element','bookmark'))return;const _0xb60459=_0x2bd4c9['getAttribute']('bookmarkId');if('insertion'==_0xe6a94f['type'])return{'type':'insertion','content':c(_0x2a4600,'*Insert:*\x20%0','\x22'+_0xb60459+'\x22\x20'+c(_0x2a4600,'ELEMENT_BOOKMARK'))};if('deletion'==_0xe6a94f['type'])return{'type':'deletion','content':c(_0x2a4600,'*Remove:*\x20%0','\x22'+_0xb60459+'\x22\x20'+c(_0x2a4600,'ELEMENT_BOOKMARK'))};const {data:_0x1ffb9b}=_0xe6a94f;if(!_0x1ffb9b||'bookmarkId'!=_0x1ffb9b['key'])return;return{'type':'format','content':c(_0x2a4600,'*Set\x20bookmark:*\x20%0','\x22'+_0x1ffb9b['newValue']+'\x22')};}));}}class J extends _0x5682b5{['afterInit'](){const _0x3a8c52=this['editor'];_0x3a8c52['plugins']['has']('CaseChange')&&(_0x3a8c52['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x3a8c52['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x3a8c52['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class K extends _0x5682b5{['afterInit'](){const _0x6d05dd=this['editor'];_0x6d05dd['commands']['get']('ckbox')&&_0x6d05dd['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class H extends _0x5682b5{['afterInit'](){const _0x344096=this['editor'];if(!_0x344096['plugins']['has']('CodeBlock'))return;const _0x16141b=_0x344096['plugins']['get']('TrackChangesEditing'),_0x2c2a2e=_0x344096['locale'],_0x595afd=_0x344096['config']['get']('codeBlock')['languages'],_0x5447ce=_0x344096['commands']['get']('codeBlock');_0x16141b['enableCommand']('indentCodeBlock'),_0x16141b['enableCommand']('outdentCodeBlock'),_0x16141b['enableCommand']('codeBlock',(_0x3754aa,_0x30d8cd={})=>{const _0x58f7b4=_0x344096['model'],_0x3a5624=_0x344096['model']['document']['selection'],_0x874221=_0x30d8cd&&void 0x0!==_0x30d8cd['forceValue']?_0x30d8cd['forceValue']:!_0x5447ce['value'];let _0x593e5b;_0x30d8cd['language']||(_0x30d8cd['language']=_0x595afd[0x0]['language']),_0x593e5b=_0x874221?Array['from'](_0x3a5624['getSelectedBlocks']())['filter'](_0x22f10c=>eo(_0x22f10c)||function(_0x47a5ce,_0x5d3605){if(_0x47a5ce['is']('rootElement')||_0x5d3605['isLimit'](_0x47a5ce))return!0x1;return _0x5d3605['checkChild'](_0x47a5ce['parent'],'codeBlock');}(_0x22f10c,_0x58f7b4['schema'])):Array['from'](_0x3a5624['getSelectedBlocks']())['filter'](_0x591573=>eo(_0x591573));const _0x54dc74=to(_0x593e5b,_0x58f7b4);_0x58f7b4['change'](()=>{for(const _0x3b9c18 of _0x54dc74)_0x16141b['markBlockFormat'](_0x3b9c18,{'commandName':'codeBlock','commandParams':[{..._0x30d8cd,'forceValue':_0x874221}],'formatGroupId':'blockName'});});}),(_0x16141b['descriptionFactory']['registerElementLabel']('codeBlock',_0x39ca7a=>c(_0x2c2a2e,'ELEMENT_CODE_BLOCK',_0x39ca7a)),_0x16141b['descriptionFactory']['registerDescriptionCallback'](_0x368808=>{if('formatBlock'!=_0x368808['type'])return;const _0x1a0b8c=_0x2c2a2e['t'],{data:_0x5f01c9}=_0x368808;if(!_0x5f01c9||'codeBlock'!=_0x5f01c9['commandName'])return;const _0x2fccb6=_0x5f01c9['commandParams'][0x0]['language'],_0x7a6ce3=_0x1a0b8c(_0x595afd['find'](_0x5bdb93=>_0x5bdb93['language']===_0x2fccb6)['label'])['toLowerCase']();return _0x5f01c9['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x2c2a2e,'*Set\x20format:*\x20%0',c(_0x2c2a2e,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x7a6ce3+')')}:{'type':'format','content':c(_0x2c2a2e,'*Remove\x20format:*\x20%0',c(_0x2c2a2e,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0xbf7340){return'codeBlock'==_0xbf7340['name'];}class q extends _0x5682b5{['afterInit'](){const _0x4b65ea=this['editor'];if(!_0x4b65ea['plugins']['has']('CommentsEditing'))return;_0x4b65ea['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x99643f,_0x387320,_0xdac6e1){const _0x513dfe=[];for(const _0xa4ffd9 of _0x387320['getItems']())_0xa4ffd9['hasAttribute'](_0x99643f)&&_0x513dfe['push'](_0xdac6e1['createRangeOn'](_0xa4ffd9));return _0x513dfe;}function Fe(_0x559e74,_0x24ee64,{showActiveMarker:_0x38062e=!0x0}={}){const _0x21b631=_0x559e74['plugins']['get']('TrackChangesEditing');return(_0x1c0246,_0x55a189,_0x383793)=>{if(!_0x383793['consumable']['test'](_0x55a189['markerRange'],_0x1c0246['name']))return;const _0x1043d1=_0x55a189['markerRange']['getWalker'](),_0x467b61=_0x55a189['markerRange']['start'],_0x2e448e=_0x559e74['model']['schema'];let _0x419149=null,_0x52605d=null,_0x51e5cf=!0x1,_0x29fa13=!0x1;for(const _0x26e465 of _0x1043d1){const _0x481448=_0x26e465['item'];_0x51e5cf=_0x51e5cf||_0x2e448e['isContent'](_0x481448);const _0x41f70e=_0x383793['mapper']['toViewElement'](_0x481448);if(_0x41f70e&&_0x41f70e['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x26e465['type']&&(_0x2e448e['isBlock'](_0x481448)&&!_0x2e448e['isLimit'](_0x481448)&&(_0x481448['nextSibling']||_0x467b61['isAtEnd']?_0x419149&&_0x419149['parent']==_0x481448||(_0x419149=_0x481448,_0x24f61a(_0x26e465['previousPosition']),_0x29fa13=!0x0):_0x52605d=_0x52605d||_0x26e465['previousPosition']));}function _0x24f61a(_0x224c6c){const {authorId:_0x42ad62}=_0x21b631['_splitMarkerName'](_0x55a189['markerName']),_0x3656c3=_0x383793['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x24ee64,'data-author-id':_0x42ad62}),_0xeb3f93=_0x383793['mapper']['toViewPosition'](_0x224c6c);_0x38062e&&_0x21b631['activeMarkers']['includes'](_0x55a189['markerName'])&&_0x383793['writer']['addClass']('ck-suggestion-marker--active',_0x3656c3),_0x383793['writer']['insert'](_0xeb3f93,_0x3656c3),_0x383793['mapper']['bindElementToMarker'](_0x3656c3,_0x55a189['markerName']);}_0x51e5cf||_0x29fa13||!_0x52605d||_0x24f61a(_0x52605d);};}class z extends _0x5682b5{static get['requires'](){return[_0x5bd98b];}['init'](){const _0x7f8f8d=this['editor'],_0x1bba05=_0x7f8f8d['plugins']['get']('TrackChangesEditing');_0x1bba05['enableCommand']('delete');const _0x17df75=_0x7f8f8d['commands']['get']('deleteForward');_0x1bba05['enableCommand']('deleteForward',(_0x569c1b,_0x1e2130={})=>{const _0x3bdd21=_0x7f8f8d['model']['createSelection'](_0x7f8f8d['model']['document']['selection']);_0x3bdd21['isCollapsed']&&_0x7f8f8d['model']['modifySelection'](_0x3bdd21,{'direction':'forward','unit':_0x1e2130['unit']});const _0x43da22=_0x3bdd21['getFirstRange'](),_0x4dd0e5=_0x28bdcd['fromRange'](_0x43da22);let _0xd9a603;_0x569c1b(_0x1e2130),_0xd9a603='$graveyard'==_0x4dd0e5['root']['rootName']?_0x7f8f8d['model']['createRange'](_0x43da22['start']):_0x7f8f8d['model']['createRange'](_0x4dd0e5['start'],_0x4dd0e5['end']),_0x4dd0e5['detach'](),_0x7f8f8d['model']['enqueueChange'](_0x17df75['buffer']['batch'],_0x2fc52b=>{_0x17df75['buffer']['lock'](),_0x2fc52b['setSelection'](_0x2fc52b['createRange'](_0xd9a603['end'])),_0x17df75['buffer']['unlock']();});}),_0x7f8f8d['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',Fe(_0x7f8f8d,'merge'),{'priority':'high'}),_0x7f8f8d['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x49235d,_0x633c9e,_0x11b8bc)=>{_0x11b8bc['options']['showSuggestionHighlights']&&Fe(_0x7f8f8d,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x49235d,_0x633c9e,_0x11b8bc);},{'priority':'high'}),_0x7f8f8d['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x2e9110,_0x28f4d5,_0x5741dd)=>{const _0x99c121=_0x5741dd['mapper']['markerNameToElements'](_0x28f4d5['markerName']);if(_0x99c121){for(const _0x341e80 of _0x99c121)_0x341e80['is']('uiElement')&&(_0x5741dd['mapper']['unbindElementFromMarkerName'](_0x341e80,_0x28f4d5['markerName']),_0x5741dd['writer']['remove'](_0x341e80));}},{'priority':'high'});}}class W extends _0x5682b5{['afterInit'](){const _0x3aa9f9=this['editor'];if(!_0x3aa9f9['plugins']['has']('ListEditing'))return;const _0x3073c5=_0x3aa9f9['locale'],_0x249f88=_0x3aa9f9['plugins']['get']('TrackChangesEditing'),_0x26509b=_0x3aa9f9['plugins']['has']('TodoListEditing'),_0x518204=!!_0x3aa9f9['config']['get']('list.multiBlock');function _0x3f0bc3(_0x4337e8){return{'type':'format','content':''+c(_0x3073c5,'*Set\x20format:*\x20%0',_0x4337e8)};}function _0x577a31(_0x437b62){return{'type':'format','content':''+c(_0x3073c5,'*Remove\x20format:*\x20%0',_0x437b62)};}_0x249f88['enableDefaultAttributesIntegration']('numberedList'),_0x249f88['enableDefaultAttributesIntegration']('bulletedList'),_0x249f88['enableDefaultAttributesIntegration']('customNumberedList'),_0x249f88['enableDefaultAttributesIntegration']('customBulletedList'),_0x249f88['enableDefaultAttributesIntegration']('indentList'),_0x249f88['enableDefaultAttributesIntegration']('outdentList'),_0x249f88['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x249f88['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x249f88['registerBlockAttribute']('listItemId'),_0x249f88['registerBlockAttribute']('listType'),_0x249f88['registerBlockAttribute']('listIndent'),_0x518204&&(_0x249f88['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x249f88['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x26509b&&(_0x249f88['enableDefaultAttributesIntegration']('todoList'),_0x249f88['enableDefaultAttributesIntegration']('checkTodoList'),_0x249f88['registerBlockAttribute']('todoListChecked'),_0x249f88['descriptionFactory']['registerDescriptionCallback'](_0xf44c61=>{const {data:_0x90f42b}=_0xf44c61;if(_0x90f42b&&'todoListChecked'==_0x90f42b['key'])return{'type':'format','content':_0x90f42b['newValue']?c(_0x3073c5,'*Check\x20item*'):c(_0x3073c5,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x5b6909=>{if(_0x5b6909['batch']['isUndo'])return!0x1;let _0x2802af=!0x1;const _0x219138=_0x249f88['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x31ea6d=>'todoListChecked'===_0x249f88['_getAttributeKey'](_0x31ea6d));for(const _0x5eeb14 of _0x219138){'todo'!=_0x5eeb14['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x249f88['_findSuggestions'](_0x5eeb14['getFirstRange'](),'attribute')['find'](_0x157110=>'listType'===_0x249f88['_getAttributeKey'](_0x157110['suggestion']))||(_0x5b6909['removeMarker'](_0x5eeb14['getFirstMarker']()),_0x2802af=!0x0));}return _0x2802af;})),_0x249f88['descriptionFactory']['registerAttributeLabel']('listIndent',c(_0x3073c5,'FORMAT_INDENT'));const _0x2f7e61={'type':'format','content':''};_0x249f88['descriptionFactory']['registerDescriptionCallback'](_0x576624=>{const {data:_0x3d726c}=_0x576624;if(!_0x3d726c||'listType'!=_0x3d726c['key'])return;let _0x45ba73=_0x576624['head'];for(;_0x45ba73;){if(_0x45ba73['data']&&(('listStyle'==_0x45ba73['data']['key']||'listMarkerStyle'==_0x45ba73['data']['key'])&&(_0x45ba73['data']['newValue']&&'default'!=_0x45ba73['data']['newValue']||'default'!=_0x45ba73['data']['oldValue']&&!_0x3d726c['newValue'])||!_0x518204&&_0x45ba73['data']['key']==u))return _0x2f7e61;_0x45ba73=_0x45ba73['next'];}if(null==_0x3d726c['newValue'])switch(_0x3d726c['oldValue']){case'bulleted':return _0x577a31(c(_0x3073c5,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x577a31(c(_0x3073c5,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x577a31(c(_0x3073c5,'ELEMENT_TODO_LIST'));}switch(_0x3d726c['newValue']){case'bulleted':return _0x3f0bc3(c(_0x3073c5,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x3f0bc3(c(_0x3073c5,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x3f0bc3(c(_0x3073c5,'ELEMENT_TODO_LIST'));}}),_0x249f88['descriptionFactory']['registerDescriptionCallback'](_0x4e9172=>{const {data:_0x73d9b4}=_0x4e9172;if(_0x73d9b4&&'listIndent'==_0x73d9b4['key'])return null==_0x73d9b4['newValue']||null==_0x73d9b4['oldValue']&&0x0==_0x73d9b4['newValue']?_0x2f7e61:void 0x0;}),_0x249f88['descriptionFactory']['registerDescriptionCallback'](_0x28c807=>{if('attribute'!=_0x28c807['type'])return;const {data:_0x4fa173}=_0x28c807;if(!_0x4fa173||'listItemId'!=_0x4fa173['key'])return;const _0xf9a915=Te(_0x28c807);return'newValue'==_0xf9a915?{'type':'format','content':c(_0x3073c5,'*Merge:*\x20list\x20item')}:'oldValue'==_0xf9a915?{'type':'format','content':c(_0x3073c5,'*Split:*\x20list\x20item')}:_0x2f7e61;}),_0x3aa9f9['model']['document']['registerPostFixer'](_0x55abf3=>this['listItemIdFixer'](_0x55abf3)),_0x3aa9f9['model']['document']['registerPostFixer'](_0x4fb948=>this['noTrackChangesFixer'](_0x4fb948)),_0x3aa9f9['model']['document']['on']('change:data',(_0x583437,_0x162918)=>{if(_0x162918['isUndo']||!_0x162918['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x5f541e){if(_0x5f541e['batch']['isUndo']||!_0x5f541e['batch']['isLocal'])return!0x1;let _0x1669b1=!0x1;const _0x21145d=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x494d41=>_0x494d41['data']&&'listItemId'==_0x494d41['data']['key'])['filter'](_0x367b97=>_0x367b97['data']['newValue']&&_0x367b97['data']['oldValue']);for(const _0x4d99b4 of _0x21145d)Te(_0x4d99b4)||(_0x5f541e['removeMarker'](_0x4d99b4['getFirstMarker']()),_0x1669b1=!0x0);return _0x1669b1;}['noTrackChangesFixer'](_0x227555){if(_0x227555['batch']['isUndo']||!_0x227555['batch']['isLocal'])return!0x1;const _0x3fafac=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x3fafac['trackChangesCommand']['value'])return!0x1;let _0x29085e=!0x1;const _0x5fbcd1=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0xe2f51=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x31120c=>'attribute'==_0x31120c['type'])['filter'](_0x186e41=>_0x5fbcd1['includes'](_0x186e41['attributeKey']));if(0x0==_0xe2f51['length'])return _0x29085e;for(const _0x56dc2a of _0xe2f51){const _0x153e36=_0x3fafac['_findSuggestions'](_0x56dc2a['range'],'attribute')['filter'](_0x23a02c=>!_0x23a02c['meta']['isNextTo'])['map'](_0x167c95=>_0x167c95['suggestion'])['filter'](_0xeaefa0=>{const _0x5d2b2c=_0x3fafac['_getAttributeKey'](_0xeaefa0);return _0x5fbcd1['includes'](_0x5d2b2c);});if(_0x153e36['length']){for(const _0x5ecc6c of _0x153e36)_0x227555['removeMarker'](_0x5ecc6c['getFirstMarker']());_0x29085e=!0x0;}}return _0x29085e;}['assureChains'](){const _0x37d2c2=this['editor']['plugins']['get']('TrackChangesEditing'),_0x262aef=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x24dc76;const _0x4c3ad6=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x258add=>{if(_0x258add['data']['oldRange']||!_0x258add['data']['newRange'])return null;if(!_0x258add['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x115235}=_0x37d2c2['_splitMarkerName'](_0x258add['name']);if(!_0x37d2c2['hasSuggestion'](_0x115235))return null;const _0x6c7c0c=_0x37d2c2['getSuggestion'](_0x115235);return _0x262aef['includes'](_0x6c7c0c['data']['key']);})['map'](_0x2ea430=>{const {id:_0x57dd93}=_0x37d2c2['_splitMarkerName'](_0x2ea430['name']),_0x5c1783=_0x37d2c2['getSuggestion'](_0x57dd93);return _0x24dc76=_0x5c1783['attributes']['groupId'],_0x5c1783['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x4c3ad6['size'])return;const _0x2ce210=_0x37d2c2['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5aefd5=>'attribute'==_0x5aefd5['type']&&_0x5aefd5['data']&&_0x262aef['includes'](_0x5aefd5['data']['key'])&&_0x5aefd5['attributes']['groupId']!=_0x24dc76)['map'](_0x4a9660=>({'listItem':_0x4a9660['getFirstRange']()['start']['nodeAfter'],'groupId':_0x4a9660['attributes']['groupId']})),_0x299606=new Set();for(const {groupId:_0x311720,listItem:_0x9a1e81}of _0x2ce210)_0x4c3ad6['has'](_0x9a1e81)&&_0x299606['add'](_0x311720);for(const _0x4bbdec of _0x37d2c2['getSuggestions']())_0x299606['has'](_0x4bbdec['attributes']['groupId'])&&_0x4bbdec['setAttribute']('groupId',_0x24dc76);}['_supportLegacySuggestions'](){const _0x4f1292=this['editor'],_0xcee302=_0x4f1292['locale'],_0x3086ee=_0x4f1292['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x3086ee['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x133ab7,_0x233997){const _0x18b1a0=[];for(let _0xfe5f36 of _0x133ab7)_0xfe5f36['start']['nodeAfter']===_0xfe5f36['end']['parent']&&(_0xfe5f36=_0x4f1292['model']['createRange'](_0x4f1292['model']['createPositionAt'](_0xfe5f36['start']['nodeAfter'],0x0))),_0x18b1a0['push'](_0xfe5f36);_0x4f1292['model']['change'](_0x118825=>{const _0x5a2d65=_0x4f1292['model']['document']['selection'],_0x306a01=Array['from'](_0x5a2d65['getRanges']())['map'](_0x404833=>_0x28bdcd['fromRange'](_0x404833));_0x118825['setSelection'](_0x18b1a0),_0x4f1292['commands']['get'](_0x233997['commandName'])['refresh'](),_0x233997['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x4f1292['execute'](_0x233997['commandName'],..._0x233997['commandParams']),_0x118825['setSelection'](_0x306a01);for(const _0x3fa0e3 of _0x306a01)_0x3fa0e3['detach']();});}),_0x3086ee['descriptionFactory']['registerElementLabel'](function(_0x2c812c){const _0x12b392=!_0x4f1292['model']['schema']['isObject'](_0x2c812c),_0x486948=_0x2c812c['previousSibling'],_0x7bdb79=_0x2c812c['nextSibling'],_0x3753c7=_0x2c812c['getAttribute']('listItemId'),_0x13e0fc=!_0x486948||_0x486948['getAttribute']('listItemId')!==_0x3753c7,_0x18e1f7=!_0x7bdb79||_0x7bdb79['getAttribute']('listItemId')!==_0x3753c7;return _0x12b392&&Boolean(_0x3753c7)&&_0x13e0fc&&_0x18e1f7;},_0xb4d080=>c(_0xcee302,'ELEMENT_LIST_ITEM',_0xb4d080));}['_registerLegacyDescription'](){const _0x3c32f2=this['editor'],_0x20ea2d=_0x3c32f2['locale'];function _0x4d3abb(_0x184129){const _0x148c5c=_0x3c32f2['commands']['get']('bulletedList')['value'],_0x507e8b=_0x3c32f2['commands']['get']('numberedList')['value'];return'numberedList'===_0x184129?_0x148c5c:_0x507e8b;}_0x3c32f2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x304b13){if('formatBlock'!=_0x304b13['type'])return;const {data:_0x494a19}=_0x304b13;if(!_0x494a19)return;let _0x4d7f05,_0x3f7664,_0x1e69b2,_0x4d7a5b;switch(_0x494a19['commandName']){case'bulletedList':_0x1e69b2=_0x494a19['commandParams'][0x0]['forceValue'],_0x4d7a5b=_0x4d3abb(_0x494a19['commandName']),_0x4d7f05=_0x1e69b2?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x4d7a5b&&_0x3c32f2['config']['get']('list.multiBlock')||(_0x4d7f05='*Change\x20to:*\x20%0'),_0x3f7664={'type':'format','content':c(_0x20ea2d,_0x4d7f05,c(_0x20ea2d,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x1e69b2=_0x494a19['commandParams'][0x0]['forceValue'],_0x4d7a5b=_0x4d3abb(_0x494a19['commandName']),_0x4d7f05=_0x1e69b2?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x4d7a5b&&_0x3c32f2['config']['get']('list.multiBlock')||(_0x4d7f05='*Change\x20to:*\x20%0'),_0x3f7664={'type':'format','content':c(_0x20ea2d,_0x4d7f05,c(_0x20ea2d,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x4d7f05='*Indent:*\x20%0',_0x3f7664={'type':'format','content':c(_0x20ea2d,_0x4d7f05,c(_0x20ea2d,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x4d7f05=function(_0x337af1){const _0x37d339=_0x337af1['getFirstRange']();let _0x2390d8=_0x37d339['start']['nodeAfter'];for(;_0x2390d8&&_0x37d339['containsItem'](_0x2390d8);){if(_0x2390d8['getAttribute']('listIndent')>0x0)return!0x1;_0x2390d8=_0x2390d8['nextSibling'];}return!0x0;}(_0x304b13)?c(_0x20ea2d,'*Format:*\x20remove\x20from\x20%0',c(_0x20ea2d,function(_0x4742c9){return'ELEMENT_'+_0x4742c9['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x304b13))):c(_0x20ea2d,'*Outdent:*\x20%0',c(_0x20ea2d,'ELEMENT_LIST_ITEM')),_0x3f7664={'type':'format','content':_0x4d7f05};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x494a19['multipleBlocks']&&(_0x4d7f05='*Merge:*\x20%0',_0x3f7664={'type':'deletion','content':c(_0x20ea2d,_0x4d7f05,c(_0x20ea2d,'ELEMENT_LIST_ITEM'))});}return _0x3f7664;});}}function Te(_0x201bea){let _0x454ac7=_0x201bea['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x454ac7;){const _0xfdf76=_0x454ac7['getAttribute']('listItemId');if(!_0xfdf76)return!0x1;if(_0xfdf76==_0x201bea['data']['newValue'])return'newValue';if(_0xfdf76==_0x201bea['data']['oldValue'])return'oldValue';_0x454ac7=_0x454ac7['previousSibling'];}return!0x1;}class Se extends _0x5682b5{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x4c4950=this['editor']['config']['get']('list.properties'),_0x3f9fbf=this['editor']['plugins']['get']('TrackChangesEditing');_0x4c4950['styles']&&(_0x3f9fbf['enableDefaultAttributesIntegration']('listStyle'),_0x3f9fbf['registerBlockAttribute']('listStyle')),_0x4c4950['reversed']&&(_0x3f9fbf['enableDefaultAttributesIntegration']('listReversed'),_0x3f9fbf['registerBlockAttribute']('listReversed')),_0x4c4950['startIndex']&&(_0x3f9fbf['enableDefaultAttributesIntegration']('listStart'),_0x3f9fbf['registerBlockAttribute']('listStart'));const _0x7ac8e1={'type':'format','content':''};_0x3f9fbf['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x5e889c=this['editor']['locale'];_0x3f9fbf['descriptionFactory']['registerAttributeLabel']('listReversed',c(_0x5e889c,'FORMAT_LIST_REVERSED')),_0x3f9fbf['descriptionFactory']['registerDescriptionCallback'](_0x410048=>{const {data:_0x13091b}=_0x410048;if(_0x13091b&&'listReversed'==_0x13091b['key'])return null==_0x13091b['newValue']||0x0==_0x13091b['newValue']&&null==_0x13091b['oldValue']?_0x7ac8e1:void 0x0;}),_0x3f9fbf['descriptionFactory']['registerAttributeLabel']('listStart',c(_0x5e889c,'FORMAT_LIST_START')),_0x3f9fbf['descriptionFactory']['registerDescriptionCallback'](_0x3bb79c=>{const {data:_0x1cdb6d}=_0x3bb79c;if(_0x1cdb6d&&'listStart'==_0x1cdb6d['key'])return null==_0x1cdb6d['newValue']||0x1==_0x1cdb6d['newValue']&&null==_0x1cdb6d['oldValue']?_0x7ac8e1:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x5b44b1=>{if(_0x5b44b1['batch']['isUndo'])return!0x1;let _0x5377dd=!0x1;const _0x561f2d=_0x3f9fbf['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4f38c4=>{const _0x5e30c2=_0x3f9fbf['_getAttributeKey'](_0x4f38c4);return'listStart'==_0x5e30c2||'listReversed'==_0x5e30c2;});for(const _0x21804e of _0x561f2d){const _0x913f7d=_0x21804e['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x913f7d||'customNumbered'==_0x913f7d)continue;_0x3f9fbf['_findSuggestions'](_0x21804e['getFirstRange'](),'attribute')['find'](_0x1cd1a3=>'listType'==_0x3f9fbf['_getAttributeKey'](_0x1cd1a3['suggestion']))||(_0x5b44b1['removeMarker'](_0x21804e['getFirstMarker']()),_0x5377dd=!0x0);}return _0x5377dd;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x33f8a4){const _0x941d4d=this['editor']['locale'],{data:_0x1b6d9b}=_0x33f8a4,_0x4a1fd7={'type':'format','content':''};if(!_0x1b6d9b||'listStyle'!=_0x1b6d9b['key'])return;if(!_0x1b6d9b['oldValue'])return'default'==_0x1b6d9b['newValue']?_0x4a1fd7:{'type':'format','content':''+c(_0x941d4d,'*Set\x20format:*\x20%0',c(_0x941d4d,this['_getTranslationKeyForListStyle'](_0x1b6d9b['newValue'])))};if(!_0x1b6d9b['newValue']){if('default'==_0x1b6d9b['oldValue'])return _0x4a1fd7;let _0x393a7e=_0x33f8a4['head'];for(;_0x393a7e;){if(_0x393a7e['data']&&'listType'==_0x393a7e['data']['key']&&_0x393a7e['data']['newValue'])return _0x4a1fd7;_0x393a7e=_0x393a7e['next'];}return{'type':'format','content':''+c(_0x941d4d,'*Remove\x20format:*\x20%0',c(_0x941d4d,this['_getTranslationKeyForListStyle'](_0x1b6d9b['oldValue'])))};}if('default'!=_0x1b6d9b['newValue'])return{'type':'format','content':''+c(_0x941d4d,'*Set\x20format:*\x20%0',c(_0x941d4d,this['_getTranslationKeyForListStyle'](_0x1b6d9b['newValue'])))};let _0x21cf9b=_0x33f8a4['head'];for(;_0x21cf9b;){if(_0x21cf9b['data']&&'listType'==_0x21cf9b['data']['key']&&_0x21cf9b['data']['newValue']&&_0x21cf9b['data']['oldValue'])return _0x4a1fd7;_0x21cf9b=_0x21cf9b['next'];}return{'type':'format','content':c(_0x941d4d,'*Set\x20format:*\x20%0',c(_0x941d4d,'ELEMENT_'+_0x33f8a4['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x556517=this['editor'],_0x460135=_0x556517['locale'];_0x556517['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x526652=>{if('formatBlock'!=_0x526652['type'])return;const {data:_0x324c4b}=_0x526652;if(!_0x324c4b)return;let _0x155624,_0xce2003;switch(_0x324c4b['commandName']){case'listStyle':_0x155624='*Change\x20to:*\x20%0',_0xce2003={'type':'format','content':c(_0x460135,_0x155624,c(_0x460135,this['_getTranslationKeyForListStyle'](_0x324c4b['commandParams'][0x0]['type'])))};break;case'listReversed':_0x155624=_0x324c4b['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0xce2003={'type':'format','content':c(_0x460135,_0x155624)};break;case'listStart':_0x155624='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0xce2003={'type':'format','content':c(_0x460135,_0x155624,_0x324c4b['commandParams'][0x0]['startIndex'])};}return _0xce2003;});}['_getTranslationKeyForListStyle'](_0x245a7f){return'ELEMENT_'+function(_0x9e7cc5){if(_e['includes'](_0x9e7cc5))return'bulleted';if(Re['includes'](_0x9e7cc5))return'numbered';return null;}(_0x245a7f)['toUpperCase']()+'_LIST_'+_0x245a7f['toUpperCase']()['replace'](/-/g,'_');}}const _e=['disc','circle','square'],Re=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0x5682b5{['afterInit'](){const _0xce04b2=this['editor'];_0xce04b2['commands']['get']('emoji')&&_0xce04b2['plugins']['get']('TrackChangesEditing')['enableCommand']('emoji');}}class Y extends _0x5682b5{static get['requires'](){return[_0x54fe2a];}['init'](){const _0x3225f4=this['editor'],_0x227204=_0x3225f4['plugins']['get']('TrackChangesEditing'),_0x11b2e8=_0x3225f4['commands']['get']('enter');_0x227204['enableCommand']('enter',()=>{_0x3225f4['model']['change'](_0x474c4a=>{const _0x4f5b9e=_0x3225f4['model']['document']['selection'],_0x215017=_0x4f5b9e['getFirstPosition'](),_0x23b27c=_0x28bdcd['fromRange'](_0x4f5b9e['getFirstRange']());if(_0x11b2e8['enterBlock'](_0x474c4a)){const _0x1236ec=_0x3225f4['model']['createPositionAt'](_0x215017['parent']['nextSibling'],0x0),_0x2376d7=_0x474c4a['createRange'](_0x215017,_0x1236ec);_0x227204['markInsertion'](_0x2376d7);}else _0x474c4a['setSelection'](_0x474c4a['createRange'](_0x23b27c['end']));_0x23b27c['detach'](),_0x11b2e8['fire']('afterExecute',{'writer':_0x474c4a});});}),_0x3225f4['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',Fe(_0x3225f4,'split'),{'priority':'high'}),_0x3225f4['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x544343,_0x104a6c,_0x46d6e8)=>{const _0x963439=_0x46d6e8['mapper']['markerNameToElements'](_0x104a6c['markerName']);if(_0x963439){for(const _0x3cad93 of _0x963439)_0x3cad93['hasClass']('ck-suggestion-marker-split')&&(_0x46d6e8['mapper']['unbindElementFromMarkerName'](_0x3cad93,_0x104a6c['markerName']),_0x46d6e8['writer']['remove'](_0x3cad93));}},{'priority':'high'}),_0x3225f4['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x4f84db,_0x41c91c,_0x316a5f)=>{_0x316a5f['options']['showSuggestionHighlights']&&Fe(_0x3225f4,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x4f84db,_0x41c91c,_0x316a5f);},{'priority':'high'});}}class Z extends _0x5682b5{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x56b3fa=this['editor']['plugins']['get']('TrackChangesEditing');_0x56b3fa['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x56b3fa['enableCommand']('findNext'),_0x56b3fa['enableCommand']('findPrevious'),_0x56b3fa['enableCommand']('replace'),_0x56b3fa['enableCommand']('replaceAll');}['handleFindCommand'](_0x17e205,_0x83cad4,_0x128aa4={}){const _0x4cf61b=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x17e205(_0x4fe271=>{let _0xc7c717=('string'==typeof _0x83cad4?_0x4cf61b['findByTextCallback'](_0x83cad4,_0x128aa4):_0x83cad4)(_0x4fe271);Array['isArray'](_0xc7c717)&&(_0xc7c717={'results':_0xc7c717,'searchText':'string'==typeof _0x83cad4?_0x83cad4:''});const _0x346457=_0xc7c717['results']['filter'](_0x2a9afb=>!0x1===this['_isInDeletionRange'](_0x2a9afb,_0x4fe271['item']));return{..._0xc7c717,'results':_0x346457};},_0x128aa4);}['_isInDeletionRange'](_0x498a93,_0x3b6b22){const _0x569468=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x3b6b22,_0x498a93['start']),this['editor']['model']['createPositionAt'](_0x3b6b22,_0x498a93['end']));for(const _0x21c746 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x569468['getIntersection'](_0x21c746['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class tt extends _0x5682b5{['afterInit'](){const _0x620d32=this['editor']['locale'],_0x220650=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x26dca0,commandName:_0x540c98}of ro)this['editor']['plugins']['has'](_0x26dca0)&&(_0x220650['enableDefaultAttributesIntegration'](_0x540c98),_0x220650['registerInlineAttribute'](_0x540c98));_0x220650['descriptionFactory']['registerAttributeLabel']('fontSize',c(_0x620d32,'FORMAT_FONT_SIZE')),_0x220650['descriptionFactory']['registerAttributeLabel']('fontFamily',c(_0x620d32,'FORMAT_FONT_FAMILY')),_0x220650['descriptionFactory']['registerAttributeLabel']('fontColor',c(_0x620d32,'FORMAT_FONT_COLOR')),_0x220650['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',c(_0x620d32,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x40bd4f=this['editor'],_0x325afd=_0x40bd4f['locale'];_0x40bd4f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x200dc3=>{const _0x45934a=_0x325afd['t'];if('formatInline'!=_0x200dc3['type'])return;const {data:_0x57674b}=_0x200dc3;if(null!=_0x57674b){if('fontSize'==_0x57674b['commandName']){const _0x5ea221=_0x57674b['commandParams'][0x0]['value'];if(_0x5ea221){const _0x3afa5f=_0x45934a(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x93b93c=>_0x93b93c['model']==_0x5ea221)['title'])['toLowerCase']();return{'type':'format','content':c(_0x325afd,'*Set\x20font\x20size:*\x20%0',_0x3afa5f)};}return{'type':'format','content':c(_0x325afd,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x57674b['commandName']){const _0x2d8297=_0x57674b['commandParams'][0x0]['value'];return _0x2d8297?{'type':'format','content':c(_0x325afd,'*Set\x20font\x20family:*\x20%0',_0x2d8297)}:{'type':'format','content':c(_0x325afd,'*Reset\x20font\x20family*')};}if('fontColor'==_0x57674b['commandName']){const _0x220f83=_0x57674b['commandParams'][0x0]['value'];if(_0x220f83){const _0x2dfcdf=_0x2a5518(this['editor']['config']['get']('fontColor.colors'))['find'](_0x1470ef=>_0x1470ef['model']==_0x220f83);let _0x5d5151=_0x220f83,_0x6898b9='';return _0x2dfcdf&&(_0x5d5151=_0x2dfcdf['label'],_0x6898b9=_0x45934a(_0x5d5151)['toLowerCase']()),{'type':'format','content':c(_0x325afd,'*Set\x20font\x20color:*\x20%0',_0x6898b9)['trim'](),'color':{'value':_0x220f83,'title':_0x6898b9||_0x5d5151}};}return{'type':'format','content':c(_0x325afd,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x57674b['commandName']){const _0x1f718f=_0x57674b['commandParams'][0x0]['value'];if(_0x1f718f){const _0x55217f=_0x2a5518(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x397d8d=>_0x397d8d['model']==_0x1f718f);let _0x5b38fe=_0x1f718f,_0x3b4067='';return _0x55217f&&(_0x5b38fe=_0x55217f['label'],_0x3b4067=_0x45934a(_0x5b38fe)['toLowerCase']()),{'type':'format','content':c(_0x325afd,'*Set\x20font\x20background\x20color:*\x20%0',_0x3b4067)['trim'](),'color':{'value':_0x1f718f,'title':_0x3b4067||_0x5b38fe}};}return{'type':'format','content':c(_0x325afd,'*Reset\x20font\x20background\x20color*')};}}});}}class et extends _0x5682b5{['afterInit'](){const _0x36059c=this['editor'],_0x4bd614=_0x36059c['plugins']['get']('TrackChangesEditing'),_0x4edd97=_0x36059c['commands']['get']('copyFormat'),_0x56d02a=_0x36059c['commands']['get']('pasteFormat');_0x4edd97&&_0x56d02a&&(_0x4bd614['enableDefaultAttributesIntegration']('pasteFormat'),_0x4bd614['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x174043=this['editor'],_0xa1342f=_0x174043['locale'];_0x174043['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x239801=>{if('formatBlock'!=_0x239801['type']&&'formatInline'!=_0x239801['type'])return;const {data:_0xf7249f}=_0x239801;if(_0xf7249f&&'pasteFormat'===_0xf7249f['commandName']){const _0x4d8571=[],_0x5843fb=_0xf7249f['commandParams'][0x0];for(const [_0x23f752,_0x25d5af]of Object['entries'](_0x5843fb))_0x4d8571['push'](so(_0x174043,_0x23f752,_0x25d5af));return _0x4d8571['length']?{'type':'format','content':c(_0xa1342f,'*Set\x20format\x20to:*\x20%0',_0x4d8571['join'](',\x20'))}:{'type':'format','content':c(_0xa1342f,'*Remove\x20all\x20formatting*')};}});}}function so(_0xce87b4,_0x490f3,_0x5860c3){const _0x136d6d=_0xce87b4['locale']['t'],_0x1ff511=_0x490f3['split'](/(?=[A-Z])/)['join']('\x20'),_0x5a6094=_0x136d6d(_0x1ff511['charAt'](0x0)['toUpperCase']()+_0x1ff511['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x5860c3)return _0x5a6094;if('fontColor'===_0x490f3||'fontBackgroundColor'===_0x490f3){const _0xf62336=_0x2a5518(_0xce87b4['config']['get']('fontColor.colors'))['find'](_0x273a71=>_0x273a71['model']==_0x5860c3);return _0x5a6094+'\x20('+(_0xf62336?_0x136d6d(_0xf62336['label'])['toLowerCase']():_0x5860c3)+')';}if('fontSize'===_0x490f3&&isNaN(parseFloat(_0x5860c3))){const _0x9a23e6=_0xce87b4['plugins']['get']('FontSize')['normalizeSizeOptions'](_0xce87b4['config']['get']('fontSize.options'))['find'](_0x13080d=>_0x13080d['model']==_0x5860c3);return _0x5a6094+'\x20('+(_0x9a23e6?_0x136d6d(_0x9a23e6['title'])['toLowerCase']():_0x5860c3)+')';}return _0x5a6094+'\x20('+_0x5860c3+')';}class nt extends _0x5682b5{['_headingOptions'];['afterInit'](){const _0x5da5bd=this['editor'];if(!_0x5da5bd['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x5da5bd['config']['get']('heading.options');const _0x2b7c58=_0x5da5bd['locale'],_0x1ca7b4=_0x5da5bd['plugins']['get']('TrackChangesEditing');_0x1ca7b4['enableDefaultAttributesIntegration']('heading');for(const _0x353ba4 of this['_headingOptions'])'paragraph'!=_0x353ba4['model']&&_0x1ca7b4['descriptionFactory']['registerElementLabel'](_0x353ba4['model'],_0x3c23fa=>{const _0x20be74=this['_getHeadingLevel'](_0x353ba4['model']);return null!==_0x20be74?_0x44a9a5(_0x3c23fa,_0x20be74):_0x327a58(_0x3c23fa,_0x353ba4['title']);});function _0x44a9a5(_0x35ed11,_0x2653ee){return c(_0x2b7c58,'ELEMENT_HEADING',[_0x35ed11,_0x2653ee]);}function _0x327a58(_0x1393bf,_0x33c2ea){return c(_0x2b7c58,'ELEMENT_HEADING_CUSTOM',[_0x1393bf,_0x33c2ea]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4a4630=this['editor'],_0x1382ef=_0x4a4630['locale'];function _0x3c4f19(_0x27f3b6,_0x2e9031){return c(_0x1382ef,'ELEMENT_HEADING_CUSTOM',[_0x27f3b6,_0x2e9031]);}_0x4a4630['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4cf293=>{if('formatBlock'!=_0x4cf293['type'])return;const {data:_0x153d2f}=_0x4cf293;if(_0x153d2f&&'heading'==_0x153d2f['commandName']){const _0x5fbad=_0x153d2f['commandParams'][0x0]['value'],_0x53e81f=this['_getHeadingLevel'](_0x5fbad);if(null!==_0x53e81f)return{'type':'format','content':c(_0x1382ef,'*Change\x20to:*\x20%0',(_0x5e07eb=0x1,_0x43a85b=_0x53e81f,c(_0x1382ef,'ELEMENT_HEADING',[_0x5e07eb,_0x43a85b])))};const _0x809fdf=this['_headingOptions']['find'](_0x492478=>_0x492478['model']===_0x5fbad)['title'];return{'type':'format','content':c(_0x1382ef,'*Change\x20to:*\x20%0',_0x3c4f19(0x1,_0x809fdf))};}var _0x5e07eb,_0x43a85b;});}['_getHeadingLevel'](_0x187b60){const _0x2b03b9=_0x187b60['match'](/^heading(\d+)/);if(_0x2b03b9)return _0x2b03b9[0x1];const _0x205382=this['_headingOptions']?.['find'](_0x283340=>_0x283340['model']==_0x187b60);if(_0x205382&&_0x205382['view']){const _0x36e032=_0x205382['view'],_0x32d1fa=(_0x36e032['name']??_0x36e032)['match'](/^h(\d+)/);if(_0x32d1fa)return _0x32d1fa[0x1];}return null;}}class it extends _0x5682b5{['afterInit'](){const _0x1b2219=this['editor'];if(!_0x1b2219['plugins']['has']('HighlightEditing'))return;const _0x48096e=_0x1b2219['plugins']['get']('TrackChangesEditing'),_0xfcbee1=_0x1b2219['locale'];_0x48096e['enableDefaultAttributesIntegration']('highlight'),_0x48096e['registerInlineAttribute']('highlight'),_0x48096e['descriptionFactory']['registerAttributeLabel']('highlight',c(_0xfcbee1,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x50c334=this['editor'],_0x5c3e65=_0x50c334['locale'];_0x50c334['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x43f780=>{if('formatInline'!=_0x43f780['type'])return;const {data:_0x28471f}=_0x43f780;if(_0x28471f&&'highlight'==_0x28471f['commandName']){const _0x116862=_0x5c3e65['t'],_0xaaa7a5=_0x28471f['commandParams'][0x0]['value'];if(_0xaaa7a5){const _0x403590=_0x50c334['config']['get']('highlight.options')['find'](_0x6be291=>_0x6be291['model']==_0xaaa7a5),_0xea8da=_0x116862(_0x403590['title'])['toLowerCase']();return{'type':'format','content':c(_0x5c3e65,'*Set\x20highlight:*\x20%0',_0xea8da),'color':{'value':_0x403590['color'],'title':_0x403590['title']}};}return{'type':'format','content':c(_0x5c3e65,'*Remove\x20highlight*',c(_0x5c3e65,'FORMAT_HIGHLIGHT'))};}});}}class st extends _0x5682b5{['afterInit'](){const _0x564e9d=this['editor'];if(!_0x564e9d['plugins']['has']('HorizontalLineEditing'))return;_0x564e9d['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x4950e7=_0x564e9d['plugins']['get']('TrackChangesEditing'),_0x16cdec=_0x564e9d['locale'];_0x4950e7['descriptionFactory']['registerElementLabel']('horizontalLine',_0x5d010b=>c(_0x16cdec,'ELEMENT_HORIZONTAL_LINE',_0x5d010b)),_0x564e9d['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x571d3b,{writer:_0x259a28,options:_0x37105b})=>{if(!_0x37105b['showSuggestionHighlights'])return null;const _0x2270d7=_0x259a28['createContainerElement']('div'),_0x30dbe5=_0x259a28['createEmptyElement']('hr');return _0x259a28['addClass']('ck-horizontal-line',_0x2270d7),_0x259a28['insert'](_0x259a28['createPositionAt'](_0x2270d7,0x0),_0x30dbe5),_0x2270d7;},'converterPriority':'high'});}}class ot extends _0x5682b5{['afterInit'](){const _0x5cd106=this['editor'];if(!_0x5cd106['plugins']['has']('HtmlEmbed'))return;const _0x53a2a4=_0x5cd106['plugins']['get']('TrackChangesEditing'),_0x5842b5=_0x5cd106['locale'];_0x53a2a4['descriptionFactory']['registerElementLabel']('rawHtml',_0x298058=>c(_0x5842b5,'ELEMENT_HTML_EMBED',_0x298058)),_0x53a2a4['enableDefaultAttributesIntegration']('htmlEmbed'),_0x53a2a4['registerBlockAttribute']('value'),_0x53a2a4['descriptionFactory']['registerDescriptionCallback'](_0x17af9c=>{if('attribute'!=_0x17af9c['type'])return;const {data:_0x1dea31}=_0x17af9c;if(_0x1dea31&&'value'==_0x1dea31['key']&&_0x17af9c['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x54abc5=c(_0x5842b5,'ELEMENT_HTML_EMBED');return{'type':'format','content':c(_0x5842b5,'*Change\x20%0\x20content*',_0x54abc5)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xd22095=this['editor'],_0x278824=_0xd22095['locale'];_0xd22095['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x424a1b=>{if('formatBlock'!=_0x424a1b['type'])return;const {data:_0x124d36}=_0x424a1b;if(_0x124d36&&'htmlEmbed'==_0x124d36['commandName']){const _0x2c5909=c(_0x278824,'ELEMENT_HTML_EMBED');return{'type':'format','content':c(_0x278824,'*Change\x20%0\x20content*',_0x2c5909)};}});}}class rt extends _0x5682b5{['afterInit'](){const _0x184f27=this['editor'];if(!_0x184f27['plugins']['has']('ImageEditing'))return;const _0x5607bd=_0x184f27['plugins']['get']('TrackChangesEditing'),_0xbabc81=_0x184f27['plugins']['get']('ImageUtils'),_0x48be52=_0x184f27['locale'];_0x5607bd['enableCommand']('insertImage'),_0x5607bd['descriptionFactory']['registerElementLabel']('imageBlock',_0x1dd697=>c(_0x48be52,'ELEMENT_IMAGE',_0x1dd697)),_0x5607bd['descriptionFactory']['registerElementLabel']('imageInline',_0x399b49=>c(_0x48be52,'ELEMENT_INLINE_IMAGE',_0x399b49)),_0x5607bd['descriptionFactory']['registerElementLabel']('caption',()=>c(_0x48be52,'ELEMENT_CAPTION')),_0x184f27['plugins']['has']('ImageUploadEditing')&&_0x5607bd['enableCommand']('uploadImage'),_0x184f27['plugins']['has']('ImageBlockEditing')&&_0x184f27['plugins']['has']('ImageInlineEditing')&&(_0x5607bd['enableCommand']('imageTypeInline',(_0x44d316,_0x1a4aef)=>{const _0x431c62=_0xbabc81['getClosestSelectedImageElement'](_0x184f27['model']['document']['selection']);_0x184f27['model']['change'](()=>{_0x5607bd['markBlockFormat'](_0x431c62,{'commandName':'imageTypeInline','commandParams':[_0x1a4aef]},[],'convertBlockImageToInline');});}),_0x5607bd['enableCommand']('imageTypeBlock',(_0x2a73e7,_0x316e62)=>{_0x184f27['model']['change'](_0x457cc0=>{let _0x3c53a2=_0xbabc81['getClosestSelectedImageElement'](_0x184f27['model']['document']['selection']),_0x47ff2f=_0x457cc0['createRangeOn'](_0x3c53a2);const _0x5f561d=_0x281dbc['fromPosition'](_0x47ff2f['start'],'toPrevious'),_0x3b61ac=_0x281dbc['fromPosition'](_0x47ff2f['end'],'toNext');_0x5607bd['forceDefaultExecution'](()=>_0x2a73e7(_0x316e62)),_0x3c53a2=_0xbabc81['getClosestSelectedImageElement'](_0x184f27['model']['document']['selection']),_0x47ff2f=_0x457cc0['createRangeOn'](_0x3c53a2);const _0x37bd1c=_0x457cc0['createRange'](_0x5f561d,_0x3b61ac);_0x5f561d['detach'](),_0x3b61ac['detach'](),_0x5607bd['markBlockFormat'](_0x3c53a2,{'commandName':'imageTypeInline','commandParams':[_0x316e62]},[],'convertInlineImageToBlock'),_0x37bd1c['start']['isBefore'](_0x47ff2f['start'])&&_0x5607bd['markInsertion'](_0x457cc0['createRange'](_0x37bd1c['start'],_0x47ff2f['start']),'convertInlineImageToBlock'),_0x47ff2f['end']['isBefore'](_0x37bd1c['end'])&&_0x5607bd['markInsertion'](_0x457cc0['createRange'](_0x47ff2f['end'],_0x37bd1c['end']),'convertInlineImageToBlock');});}),_0x5607bd['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x5607bd['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x5607bd['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x5607bd['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x5607bd['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x5607bd['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x19062b])=>{const _0xb7277a=_0x5607bd['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x2fa2d6=_0x19062b['start'],_0x59babe=_0x19062b['end'];const _0xd3e42d=_0x184f27['model']['schema']['getNearestSelectionRange'](_0x2fa2d6,'backward'),_0x3f6a08=_0x184f27['model']['schema']['getNearestSelectionRange'](_0x59babe,'forward');_0xd3e42d['isCollapsed']&&(_0x2fa2d6=_0xd3e42d['start']),_0x3f6a08['isCollapsed']&&(_0x59babe=_0x3f6a08['end']),_0xb7277a([_0x184f27['model']['createRange'](_0x2fa2d6,_0x59babe)]);}),_0x5607bd['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x20ce5a),_0x5607bd['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x20ce5a)),_0x184f27['plugins']['has']('ImageCaptionEditing')&&(_0x5607bd['enableCommand']('toggleImageCaption',(_0x2d62cc,_0x33938e)=>{const _0x55ff5b=_0x184f27['plugins']['get']('ImageCaptionUtils');let _0x249dd2=_0xbabc81['getClosestSelectedImageElement'](_0x184f27['model']['document']['selection']),_0x46e372=_0x55ff5b['getCaptionFromImageModelElement'](_0x249dd2);_0x184f27['model']['change'](()=>{if(_0x46e372)return void _0x5607bd['markDeletion'](_0x184f27['model']['createRangeOn'](_0x46e372));const _0x20691b=_0xbabc81['isBlockImage'](_0x249dd2);_0x2d62cc(_0x33938e),_0x249dd2=_0xbabc81['getClosestSelectedImageElement'](_0x184f27['model']['document']['selection']),_0x46e372=_0x55ff5b['getCaptionFromImageModelElement'](_0x249dd2),_0x5607bd['markInsertion'](_0x184f27['model']['createRangeOn'](_0x46e372),_0x20691b?null:'imageCaption');});}),_0x5607bd['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x20ce5a));const _0x2711f1=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x191ec4(_0x230b3b,_0x46b035){const _0x563d74=_0x2711f1['findIndex'](({type:_0x170ece,subType:_0x4be193})=>_0x230b3b['type']==_0x170ece&&_0x230b3b['subType']==_0x4be193),_0x243705=_0x2711f1['findIndex'](({type:_0x2256d8,subType:_0x33494a})=>_0x46b035['type']==_0x2256d8&&_0x46b035['subType']==_0x33494a);if(_0x563d74<0x0||_0x243705<0x0)return!0x1;const _0x554e31=_0x230b3b['getFirstRange'](),_0x15033c=_0x46b035['getFirstRange']();if((0x0==_0x563d74||0x1==_0x563d74)&&0x2==_0x243705&&_0x554e31['isIntersecting'](_0x15033c))return!0x0;if(0x2==_0x563d74&&0x3==_0x243705){const _0x1c09c4=_0x5607bd['_findSuggestions'](_0x554e31,'insertion')['filter'](({suggestion:_0x518550,meta:_0x1e96c5})=>_0x1e96c5['isOwn']&&'convertInlineImageToBlock'==_0x518550['subType']);if(_0x1c09c4['length']>0x1&&_0x15033c['end']['isEqual'](_0x554e31['start']))return!0x0;if(0x1==_0x1c09c4['length']&&(_0x554e31['start']['isEqual'](_0x15033c['end'])||_0x554e31['end']['isEqual'](_0x15033c['start'])))return!0x0;}if(0x3==_0x563d74&&0x3==_0x243705&&_0x554e31['start']['isBefore'](_0x15033c['start'])){const _0x4d1fa6=_0x554e31['end']['nodeAfter'],_0x2a81d=_0x15033c['start']['nodeBefore'];return _0xbabc81['isBlockImage'](_0x4d1fa6)&&_0x4d1fa6===_0x2a81d;}return!0x1;}function _0x20ce5a(_0x34547c,_0x1789cd){return _0x191ec4(_0x34547c,_0x1789cd)?[_0x34547c,_0x1789cd]:_0x191ec4(_0x1789cd,_0x34547c)?[_0x1789cd,_0x34547c]:null;}_0x184f27['plugins']['has']('ImageResize')&&(_0x5607bd['enableDefaultAttributesIntegration']('resizeImage'),_0x5607bd['registerBlockAttribute']('resizedWidth'),_0x5607bd['descriptionFactory']['registerAttributeLabel']('resizedWidth',c(_0x48be52,'FORMAT_IMAGE_SIZE'))),_0x184f27['plugins']['has']('ImageTextAlternativeEditing')&&(_0x5607bd['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x5607bd['registerBlockAttribute']('alt')),_0x184f27['plugins']['has']('PictureEditing')&&(_0x5607bd['registerBlockAttribute']('sources'),_0x5607bd['descriptionFactory']['registerDescriptionCallback'](_0x106136=>{if('attribute'!=_0x106136['type'])return;const {data:_0x533090}=_0x106136;return _0x533090&&'sources'==_0x533090['key']?{'type':'format','content':''}:void 0x0;})),_0x184f27['plugins']['has']('ImageSizeAttributes')&&(_0x5607bd['registerBlockAttribute']('width'),_0x5607bd['registerBlockAttribute']('height'),_0x5607bd['descriptionFactory']['registerDescriptionCallback'](_0x1f8399=>{if('attribute'!=_0x1f8399['type'])return;const {data:_0x5013ea}=_0x1f8399;return!_0x5013ea||'width'!=_0x5013ea['key']&&'height'!=_0x5013ea['key']?void 0x0:{'type':'format','content':''};})),_0x5607bd['descriptionFactory']['registerDescriptionCallback'](_0x12d979=>{if(!!_0x2711f1['find'](({type:_0xcf83d6,subType:_0x101d17})=>_0x12d979['type']==_0xcf83d6&&_0x12d979['subType']==_0x101d17))return _0x12d979['previous']?{}:void 0x0;}),_0x5607bd['descriptionFactory']['registerDescriptionCallback'](_0x496703=>{if('insertion'==_0x496703['type']||'deletion'==_0x496703['type']){const _0xcfb522=_0x496703['getContainedElement']();if(_0xcfb522&&_0xcfb522['is']('element','caption'))return{'type':'insertion'==_0x496703['type']?'addObject':'removeObject','element':_0xcfb522,'quantity':0x1};}}),_0x5607bd['descriptionFactory']['registerDescriptionCallback'](_0x469027=>'formatBlock'==_0x469027['type']&&'convertInlineImageToBlock'==_0x469027['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x469027['type']&&'convertBlockImageToInline'==_0x469027['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x5607bd['descriptionFactory']['registerDescriptionCallback'](_0xdce6d=>{if('attribute'!=_0xdce6d['type'])return;const {data:_0x3f618f}=_0xdce6d;if(!_0x3f618f||'alt'!=_0x3f618f['key'])return;const _0x332a75=_0x3f618f['newValue'];return _0x332a75?{'type':'format','content':c(_0x48be52,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x332a75+'\x22')}:{'type':'format','content':c(_0x48be52,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x57cdf5=this['editor'],_0x5be36f=_0x57cdf5['locale'];_0x57cdf5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x45d4ea=>{if('formatBlock'!=_0x45d4ea['type']&&'formatInline'!=_0x45d4ea['type'])return;const {data:_0x17c8f7}=_0x45d4ea;if(_0x17c8f7){if('imageTextAlternative'==_0x17c8f7['commandName']){const _0x4f8b34=_0x17c8f7['commandParams'][0x0]['newValue'];return _0x4f8b34?{'type':'format','content':c(_0x5be36f,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x4f8b34+'\x22')}:{'type':'format','content':c(_0x5be36f,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x17c8f7['commandName']){const _0x13c182=_0x17c8f7['commandParams'][0x0]['width'];return _0x13c182?{'type':'format','content':c(_0x5be36f,'*Set\x20image\x20width:*\x20%0',_0x13c182)}:{'type':'format','content':c(_0x5be36f,'*Reset\x20image\x20width*')};}}});}}class at extends _0x5682b5{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x1fe133=this['editor']['locale'],_0x4c5f89=this['editor']['plugins']['get']('TrackChangesEditing');_0x4c5f89['enableDefaultAttributesIntegration']('replaceImageSource'),_0x4c5f89['registerBlockAttribute']('src'),_0x4c5f89['descriptionFactory']['registerDescriptionCallback'](_0x4ddcf1=>{if('attribute'!=_0x4ddcf1['type'])return;const {data:_0x13bfd0}=_0x4ddcf1;return _0x13bfd0&&'src'==_0x13bfd0['key']?_0x13bfd0['newValue']&&_0x13bfd0['oldValue']?{'type':'format','content':c(_0x1fe133,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0xd73e66=this['editor']['plugins']['get']('TrackChangesEditing');_0xd73e66['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0xd73e66['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0xd73e66['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0xd73e66['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xe17d1c=this['editor'],_0x1b8453=_0xe17d1c['locale'];_0xe17d1c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x395cc0=>{if('formatBlock'!=_0x395cc0['type']&&'formatInline'!=_0x395cc0['type'])return;const {data:_0x14a2fb}=_0x395cc0;if(!_0x14a2fb||'replaceImageSource'!=_0x14a2fb['commandName'])return;return{'type':'format','content':c(_0x1b8453,'*Format:*\x20replace\x20image\x20URL')};});}}class ct extends _0x5682b5{['afterInit'](){const _0x1f012c=this['editor'];if(!_0x1f012c['plugins']['has']('ImageStyleEditing'))return;const _0x468301=_0x1f012c['plugins']['get']('TrackChangesEditing'),_0x3d9adb=_0x1f012c['plugins']['get']('ImageUtils'),_0x1be863={};_0x468301['enableCommand']('imageStyle',(_0xba94da,_0x416624)=>{const _0x532a29=_0x1f012c['plugins']['get']('Users')['me'],_0x5dcc7=_0x1f012c['commands']['get']('imageStyle');let _0x21ee29=_0x3d9adb['getClosestSelectedImageElement'](_0x1f012c['model']['document']['selection']),_0x26d588=_0x1f012c['model']['createRangeOn'](_0x21ee29),_0x303cd4=_0x5dcc7['value'];if(_0x303cd4==_0x416624['value'])return;const _0xb2e568={'commandName':'imageStyle','commandParams':[_0x416624],'formatGroupId':_0x49332a()};_0x1f012c['model']['change'](()=>{if(_0x468301['getSuggestions']()['filter'](_0x17d253=>_0x17d253['isInContent']&&_0x532a29==_0x17d253['author']&&('formatBlock'==_0x17d253['type']||'formatInline'==_0x17d253['type'])&&('imageStylePreApply'==_0x17d253['subType']||'imageStylePostApply'==_0x17d253['subType'])&&_0x17d253['getFirstRange']()['isEqual'](_0x26d588))['forEach'](_0x527c25=>_0x468301['discardSuggestion'](_0x527c25['head'])),_0x21ee29=_0x3d9adb['getClosestSelectedImageElement'](_0x1f012c['model']['document']['selection']),_0x26d588=_0x1f012c['model']['createRangeOn'](_0x21ee29),_0x5dcc7['refresh'](),_0x1f012c['commands']['get']('imageTypeInline')['refresh'](),_0x1f012c['commands']['get']('imageTypeBlock')['refresh'](),_0x303cd4=_0x5dcc7['value'],_0x303cd4!=_0x416624['value'])return _0x3d9adb['isInlineImage'](_0x21ee29)&&_0x5dcc7['shouldConvertImageType'](_0x416624['value'],_0x21ee29)?(_0xba94da({..._0x416624,'setImageSizes':!0x1}),_0x21ee29=_0x3d9adb['getClosestSelectedImageElement'](_0x1f012c['model']['document']['selection']),void _0x468301['markBlockFormat'](_0x21ee29,{..._0xb2e568,'commandReversedParams':[{'value':_0x303cd4||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x3d9adb['isBlockImage'](_0x21ee29)?_0x468301['markBlockFormat'](_0x21ee29,_0xb2e568,[],'imageStylePostApply'):_0x468301['markInlineFormat'](_0x26d588,_0xb2e568,'imageStylePostApply'));});});for(const _0xaeb13a of _0x1f012c['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x1be863[_0xaeb13a['name']]=_0xaeb13a['title']['toLowerCase']();_0x468301['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x468301['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x468301['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x468301['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x30cb39])=>{_0x3d9adb['setImageNaturalSizeAttributes'](_0x30cb39['getContainedElement']());}),_0x468301['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x2d129d,_0x33c23f)=>{_0x468301['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x2d129d,{'commandName':_0x33c23f['commandName'],'commandParams':_0x33c23f['commandReversedParams']});}),_0x468301['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x9820ce,_0x4fe6da){if(_0x109846(_0x9820ce,_0x4fe6da))return[_0x9820ce,_0x4fe6da];if(_0x109846(_0x4fe6da,_0x9820ce))return[_0x4fe6da,_0x9820ce];return null;});const _0x3d9f82=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x109846(_0xac18a3,_0x3ed781){const _0x430a8d=_0x3d9f82['findIndex'](({type:_0x8e110c,subType:_0x4744fb})=>_0xac18a3['type']==_0x8e110c&&_0xac18a3['subType']==_0x4744fb),_0x18a825=_0x3d9f82['findIndex'](({type:_0xa87e30,subType:_0x10123c})=>_0x3ed781['type']==_0xa87e30&&_0x3ed781['subType']==_0x10123c);if(_0x430a8d<0x0||_0x18a825<0x0)return!0x1;const _0x2b3083=_0xac18a3['getFirstRange'](),_0x233184=_0x3ed781['getFirstRange']();if((0x0==_0x430a8d||0x1==_0x430a8d)&&0x2==_0x18a825&&_0x2b3083['isIntersecting'](_0x233184))return!0x0;if(0x2==_0x430a8d&&0x3==_0x18a825){const _0xe26b86=_0x468301['_findSuggestions'](_0x2b3083,'insertion')['filter'](({suggestion:_0x37ad5d,meta:_0xb9176d})=>_0xb9176d['isOwn']&&'convertInlineImageToBlock'==_0x37ad5d['subType']);if(_0xe26b86['length']>0x1&&_0x233184['end']['isEqual'](_0x2b3083['start']))return!0x0;if(0x1==_0xe26b86['length']&&(_0x2b3083['start']['isEqual'](_0x233184['end'])||_0x2b3083['end']['isEqual'](_0x233184['start'])))return!0x0;}if(0x3==_0x430a8d&&0x3==_0x18a825&&_0x2b3083['start']['isBefore'](_0x233184['start'])){const _0x4da70b=_0x2b3083['end']['nodeAfter'],_0x1a2460=_0x233184['start']['nodeBefore'];return _0x3d9adb['isBlockImage'](_0x4da70b)&&_0x4da70b===_0x1a2460;}return!0x1;}_0x1f012c['model']['document']['registerPostFixer'](()=>{let _0x79ae5f=!0x1;const _0x349cd6=Array['from'](_0x1f012c['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2e526d,data:_0x399d08}of _0x349cd6){const {group:_0x22feb2,type:_0x42ce65,subType:_0x35bc6f,id:_0xf967f3}=_0x468301['_splitMarkerName'](_0x2e526d);if('suggestion'==_0x22feb2&&_0x468301['hasSuggestion'](_0xf967f3)){if('formatBlock'==_0x42ce65&&('imageStylePreApply'==_0x35bc6f||'imageStylePostApply'==_0x35bc6f)){const _0x2a1b3c=_0x468301['getSuggestion'](_0xf967f3);if(_0x399d08['newRange']){const _0x8c5a1f=_0x2a1b3c['getFirstRange']()['getContainedElement']();if(_0x3d9adb['isBlockImage'](_0x8c5a1f))continue;_0x468301['discardSuggestion'](_0x2a1b3c),_0x79ae5f=!0x0;}}if('insertion'==_0x42ce65&&'imageCaption'==_0x35bc6f&&!_0x399d08['newRange']){const _0x33ea71=_0x468301['getSuggestion'](_0xf967f3);_0x33ea71['next']&&_0x33ea71['next']['isInContent']&&(_0x468301['discardSuggestion'](_0x33ea71['next']),_0x79ae5f=!0x0);}}}return _0x79ae5f;}),this['_registerLegacyDescription'](_0x1be863);}['_registerLegacyDescription'](_0x282e24){const _0xfe23de=this['editor'],_0x55610e=_0xfe23de['locale'];_0xfe23de['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x148445=>{if('formatBlock'!=_0x148445['type']&&'formatInline'!=_0x148445['type'])return;const {data:_0x4c5790}=_0x148445;if(!_0x4c5790||'imageStyle'!=_0x4c5790['commandName'])return;const _0x105996=_0x4c5790['commandParams'][0x0]['value'];return _0x123835('side'===_0x105996?c(_0x55610e,'FORMAT_SIDE_IMAGE'):_0x282e24[_0x105996]||_0x105996);function _0x123835(_0x55f11f){return{'type':'format','content':c(_0x55610e,'*Format:*\x20%0',_0x55f11f)};}});}}class ut extends _0x5682b5{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x5a4ca3){super(_0x5a4ca3),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0xef2ab8=this['editor'],_0xb3601c=_0xef2ab8['commands']['get']('importWord'),_0x51ee1b=_0xef2ab8['commands']['get']('trackChanges');_0xb3601c&&(_0xb3601c['on']('execute',(_0x33f586,[,_0x74acf0])=>{this['_trackChangesValueDuringImport']=_0x51ee1b['value'],_0x74acf0['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0xb3601c,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0xb3601c,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x51ee1b['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0xef2ab8['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x5c79bf,_0x293a5b){const {suggestions:_0x59054e}=_0x293a5b,_0x514a0e=this['editor']['commands']['get']('trackChanges'),_0xdbfa07=_0x514a0e['value'];this['_trackChangesValueDuringImport']!==_0xdbfa07&&(_0x514a0e['execute'](),this['_trackChangesExecuted']=!0x0),_0x59054e&&_0x59054e['forEach'](({id:_0x11da7e,type:_0x53b484,author:_0x4dec16,created_at:_0x2cffe2})=>{const _0x571285={'id':_0x11da7e,'type':_0x53b484,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x4dec16,'createdAt':_0x2cffe2?new Date(_0x2cffe2):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x571285);});}}class ft extends _0x5682b5{['afterInit'](){const _0x3991de=this['editor'],_0x59ed27=_0x3991de['plugins']['get']('TrackChangesEditing');if(_0x3991de['plugins']['has']('IndentEditing')&&(_0x59ed27['enableCommand']('indent'),_0x59ed27['enableCommand']('outdent')),_0x3991de['plugins']['has']('IndentBlock')){for(const _0x4fa606 of['indentBlock','outdentBlock'])_0x59ed27['enableDefaultAttributesIntegration'](_0x4fa606);}const _0x5bfa50=_0x3991de['locale'];_0x59ed27['registerBlockAttribute']('blockIndent'),_0x59ed27['descriptionFactory']['registerAttributeLabel']('blockIndent',c(_0x5bfa50,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x113012=this['editor'],_0x28a419=_0x113012['locale'],_0x4625c2=_0x113012['plugins']['get']('TrackChangesEditing');_0x4625c2['descriptionFactory']['registerDescriptionCallback'](_0x53a82e=>{if('formatBlock'!=_0x53a82e['type'])return;const {data:_0x441a57}=_0x53a82e;if(!_0x441a57)return;if('indentBlock'!=_0x441a57['commandName']&&'outdentBlock'!=_0x441a57['commandName'])return;const _0x20da6f=_0x53a82e['getItems']()[0x0],_0x12d8df=_0x4625c2['descriptionFactory']['getItemLabel'](_0x20da6f);return'indentBlock'==_0x441a57['commandName']?{'type':'format','content':c(_0x28a419,'*Indent:*\x20%0',_0x12d8df)}:'outdentBlock'==_0x441a57['commandName']?{'type':'format','content':c(_0x28a419,'*Outdent:*\x20%0',_0x12d8df)}:void 0x0;});}}class ht extends _0x5682b5{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class lt extends _0x5682b5{['afterInit'](){const _0x55d749=this['editor'];if(!_0x55d749['plugins']['has']('LinkEditing'))return;const _0x35f44b=_0x55d749['plugins']['get']('TrackChangesEditing'),_0x542508=_0x55d749['commands']['get']('link');_0x35f44b['enableDefaultAttributesIntegration']('link'),_0x35f44b['enableDefaultAttributesIntegration']('unlink'),_0x35f44b['registerInlineAttribute']('linkHref');for(const _0x4e5d14 of _0x542508['manualDecorators'])_0x35f44b['registerInlineAttribute'](_0x4e5d14['id']),_0x35f44b['descriptionFactory']['registerAttributeLabel'](_0x4e5d14['id'],'link\x20('+_0x4e5d14['label']['toLowerCase']()+')');_0x35f44b['descriptionFactory']['registerDescriptionCallback'](_0x35e024=>{if('attribute'!=_0x35e024['type'])return;const {data:_0x30d2db}=_0x35e024;if(!_0x30d2db||'linkHref'!=_0x30d2db['key'])return;const _0x3c5942=_0x30d2db['newValue'],_0x5ab8fb=_0x55d749['locale'];return{'type':'format','content':null==_0x3c5942?c(_0x5ab8fb,'*Remove\x20link*'):c(_0x5ab8fb,'*Set\x20link:*\x20%0','\x22'+_0x3c5942+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3c806c=this['editor'],_0x25e0e6=_0x3c806c['locale'];_0x3c806c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2572f1=>{if('formatInline'!=_0x2572f1['type'])return;const {data:_0x402b56}=_0x2572f1;if(_0x402b56){if('link'==_0x402b56['commandName']){const _0x35b252=_0x402b56['commandParams'][0x0];return{'type':'format','content':c(_0x25e0e6,'*Set\x20link:*\x20%0','\x22'+_0x35b252+'\x22')};}return'unlink'==_0x402b56['commandName']?{'type':'format','content':c(_0x25e0e6,'*Remove\x20link*')}:void 0x0;}});}}class gt extends _0x5682b5{['afterInit'](){const _0x274c2f=this['editor'],_0x19ac7f=_0x274c2f['locale'];if(!_0x274c2f['plugins']['has']('LegacyListEditing'))return;const _0x8a48fd=_0x274c2f['plugins']['get']('TrackChangesEditing'),_0xf52a8f=_0x274c2f['plugins']['has']('LegacyTodoListEditing');function _0x4020c6(_0x2d36fb){return()=>{const _0xf26302=_0x274c2f['model']['document']['selection'],_0x158239=_0x274c2f['commands']['get'](_0x2d36fb);if(_0x158239['value'])return void _0x274c2f['execute']('paragraph',{});const _0x9b53d4=_0x2d36fb['slice'](0x0,-0x4),_0x192d52=function(_0x27a42d,_0x547727,_0x5c3340){let _0x1ed849=Array['from'](_0x27a42d)['filter'](_0x44e04c=>function(_0x3cfa4d,_0x5ea2b3){return _0x5ea2b3['checkChild'](_0x3cfa4d['parent'],'listItem')&&!_0x5ea2b3['isObject'](_0x3cfa4d);}(_0x44e04c,_0x5c3340));_0x1ed849=_0x1ed849['filter'](_0x39ab57=>!_0x39ab57['is']('element','listItem')||_0x39ab57['getAttribute']('listType')!=_0x547727);const _0x2d450f=new Set();for(const _0x1d2190 of _0x1ed849)_0x1d2190['is']('element','listItem')?_0x2d450f['add'](Le(_0x1d2190)):_0x2d450f['add'](_0x1d2190);return Array['from'](_0x2d450f);}(_0xf26302['getSelectedBlocks'](),_0x9b53d4,_0x274c2f['model']['schema']);_0x274c2f['model']['change'](()=>{for(const _0x230640 of _0x192d52)_0x8a48fd['markBlockFormat'](_0x230640,{'commandName':_0x2d36fb,'commandParams':[{'forceValue':!_0x158239['value']}],'formatGroupId':'blockName'},Ee(_0x230640));});};}function _0x2e30bd(_0x136027){return()=>{const _0x1c0457=function(_0x1d7be7){let _0x3781c2=Array['from'](_0x1d7be7);const _0x20a055=_0x3781c2['findIndex'](_0x418ff7=>'listItem'!=_0x418ff7['name']);return _0x20a055>-0x1&&(_0x3781c2=_0x3781c2['slice'](0x0,_0x20a055)),_0x3781c2;}(_0x274c2f['model']['document']['selection']['getSelectedBlocks']()),_0x207553=_0x274c2f['model']['createRange'](_0x274c2f['model']['createPositionAt'](_0x1c0457[0x0],'before'),_0x274c2f['model']['createPositionAt'](_0x1c0457[_0x1c0457['length']-0x1],'end'));_0x274c2f['model']['change'](()=>{_0x8a48fd['markBlockFormat'](_0x207553,{'commandName':_0x136027,'commandParams':[],'formatGroupId':'listIndent'},function(_0x45d1c5){const _0x2d0cbe=new Set();for(const _0x3b868f of _0x45d1c5){let _0x2ec879=_0x3b868f['nextSibling'];for(;_0x2ec879&&_0x2ec879['getAttribute']('listIndent')>_0x3b868f['getAttribute']('listIndent');)_0x2d0cbe['add'](_0x2ec879),_0x2ec879=_0x2ec879['nextSibling'];}return Array['from'](_0x2d0cbe);}(_0x1c0457));});};}_0x8a48fd['enableCommand']('numberedList',_0x4020c6('numberedList')),_0x8a48fd['enableCommand']('bulletedList',_0x4020c6('bulletedList')),_0xf52a8f&&_0x8a48fd['enableCommand']('todoList',_0x4020c6('todoList')),_0x8a48fd['enableCommand']('indentList',_0x2e30bd('indentList')),_0x8a48fd['enableCommand']('outdentList',_0x2e30bd('outdentList')),_0xf52a8f&&_0x8a48fd['enableCommand']('checkTodoList',()=>{const _0x4aa5db=_0x274c2f['commands']['get']('checkTodoList'),_0x4ab915=Array['from'](_0x4aa5db['_selectedElements']);_0x4ab915['filter'](_0x2845d8=>_0x2845d8['getAttribute']('todoListChecked')!=_0x4aa5db['value']),_0x274c2f['model']['change'](()=>{for(const _0xaf7308 of _0x4ab915)_0x8a48fd['markBlockFormat'](_0xaf7308,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x4aa5db['value']}]});});}),_0x8a48fd['descriptionFactory']['registerElementLabel']('listItem',_0xb2e475=>c(_0x19ac7f,'ELEMENT_LIST_ITEM',_0xb2e475)),_0x8a48fd['descriptionFactory']['registerDescriptionCallback'](_0x403cc0=>{if('formatBlock'!=_0x403cc0['type']&&'formatInline'!=_0x403cc0['type'])return;const {data:_0x1f4ccc}=_0x403cc0;if(_0x1f4ccc){if('numberedList'==_0x1f4ccc['commandName']||'bulletedList'==_0x1f4ccc['commandName']||'todoList'==_0x1f4ccc['commandName'])switch(_0x1f4ccc['commandName']['replace']('List','')){case'bulleted':return _0x1fff95(c(_0x19ac7f,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1fff95(c(_0x19ac7f,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1fff95(c(_0x19ac7f,'ELEMENT_TODO_LIST'));}if('indentList'==_0x1f4ccc['commandName'])return{'type':'format','content':c(_0x19ac7f,'*Indent:*\x20%0',c(_0x19ac7f,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x1f4ccc['commandName'])return{'type':'format','content':c(_0x19ac7f,'*Outdent:*\x20%0',c(_0x19ac7f,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x1f4ccc['commandName'])return _0x1f4ccc['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x19ac7f,'*Check\x20item*')}:{'type':'format','content':c(_0x19ac7f,'*Uncheck\x20item*')};}function _0x1fff95(_0x195ee9){return{'type':'format','content':c(_0x19ac7f,'*Change\x20to:*\x20%0',_0x195ee9)};}});}}function Le(_0x2d6bf3){const _0x4dbc55=_0x2d6bf3['getAttribute']('listIndent');if(0x0==_0x4dbc55)return _0x2d6bf3;let _0x145e9a=_0x2d6bf3;for(;_0x2d6bf3['previousSibling']&&_0x2d6bf3['previousSibling']['is']('element','listItem');){const _0x10598f=_0x2d6bf3['previousSibling']['getAttribute']('listIndent');if(_0x10598f==_0x4dbc55)_0x145e9a=_0x2d6bf3['previousSibling'];else{if(_0x10598f<_0x4dbc55)break;}_0x2d6bf3=_0x2d6bf3['previousSibling'];}return _0x145e9a;}function Ee(_0x561b43){const _0xc624ee=[];if(_0x561b43['is']('element','listItem')&&_0x561b43['getAttribute']('listIndent')>0x0){let _0x44af4f=_0x561b43['nextSibling'];for(;_0x44af4f&&'listItem'==_0x44af4f['name']&&_0x44af4f['getAttribute']('listIndent')==_0x561b43['getAttribute']('listIndent');)_0xc624ee['push'](_0x44af4f),_0x44af4f=_0x44af4f['nextSibling'];}return _0xc624ee;}class Q extends _0x5682b5{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x59df8f=this['editor']['config']['get']('list.properties'),_0x1b5edd=this['editor']['plugins']['get']('TrackChangesEditing');_0x59df8f['styles']&&_0x1b5edd['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x59df8f['reversed']&&_0x1b5edd['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x59df8f['startIndex']&&_0x1b5edd['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x1b5edd['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x545701,_0x1ef93d={}){const _0x420c16=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4546db=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x420c16['markMultiRangeBlockFormat'](_0x4546db,{'commandName':'listStyle','commandParams':[{'type':_0x1ef93d['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x414c25,_0x595f7a={}){const _0x287f80=this['editor']['plugins']['get']('TrackChangesEditing'),_0x40ec74=this['_getSuggestionBlocks'](_0x3bfdbe=>_0x3bfdbe['is']('element','listItem')&&'numbered'===_0x3bfdbe['getAttribute']('listType'));if(_0x40ec74['length']<0x1)return;const _0x24f8ee=_0x40ec74['map'](_0x5180f6=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x5180f6,'before'),this['editor']['model']['createPositionAt'](_0x5180f6,0x0)));this['editor']['model']['change'](()=>{_0x287f80['markMultiRangeBlockFormat'](_0x24f8ee,{'commandName':'listReversed','commandParams':[{'reversed':_0x595f7a['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x2d1617,_0x3e41ea={}){const _0x88263f=this['editor']['plugins']['get']('TrackChangesEditing'),_0xc635e6=this['_getSuggestionBlocks'](_0x5079c6=>_0x5079c6['is']('element','listItem')&&'numbered'===_0x5079c6['getAttribute']('listType'));if(_0xc635e6['length']<0x1)return;const _0x576b32=_0xc635e6['map'](_0x342de4=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x342de4,'before'),this['editor']['model']['createPositionAt'](_0x342de4,0x0)));this['editor']['model']['change'](()=>{_0x88263f['markMultiRangeBlockFormat'](_0x576b32,{'commandName':'listStart','commandParams':[{'startIndex':_0x3e41ea['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x3d04aa){if('formatBlock'!=_0x3d04aa['type']&&'formatInline'!=_0x3d04aa['type'])return;const _0x1fab2f=this['editor']['locale'],{data:_0x55ce1c}=_0x3d04aa;if(!_0x55ce1c)return;let _0x43cf5c,_0x4c260c;switch(_0x55ce1c['commandName']){case'listStyle':_0x43cf5c='*Change\x20to:*\x20%0',_0x4c260c={'type':'format','content':c(_0x1fab2f,_0x43cf5c,c(_0x1fab2f,this['_getTranslationKeyForListStyle'](_0x55ce1c['commandParams'][0x0]['type'])))};break;case'listReversed':_0x43cf5c=_0x55ce1c['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x4c260c={'type':'format','content':c(_0x1fab2f,_0x43cf5c)};break;case'listStart':_0x43cf5c='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x4c260c={'type':'format','content':c(_0x1fab2f,_0x43cf5c,_0x55ce1c['commandParams'][0x0]['startIndex'])};}return _0x4c260c;}['_getSuggestionBlocksForListStyle'](){const _0x1f2487=this['editor']['plugins']['get']('LegacyListUtils');let _0x144f59=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x144f59[0x0]?.['is']('element','listItem')&&_0x144f59['unshift'](..._0x1f2487['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x144f59[_0x144f59['length']-0x1]?.['is']('element','listItem')&&_0x144f59['push'](..._0x1f2487['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x144f59=[...new Set(_0x144f59)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x144f59=_0x144f59['filter'](_0x27cf0c=>_0x27cf0c['is']('element','listItem'))),_0x144f59;}['_getSuggestionBlocks'](_0x471fc1){const _0x5596a2=this['editor']['plugins']['get']('LegacyListUtils');let _0x1e9b53=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x471fc1)['map'](_0x1392a3=>{const _0x261e22=this['editor']['model']['createPositionAt'](_0x1392a3,0x0);return[..._0x5596a2['getSiblingNodes'](_0x261e22,'backward'),..._0x5596a2['getSiblingNodes'](_0x261e22,'forward')];})['flat']();return _0x1e9b53=[...new Set(_0x1e9b53)],_0x1e9b53;}['_getTranslationKeyForListStyle'](_0xcaae85){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0xcaae85)||'default')['toUpperCase']()+'_LIST_'+_0xcaae85['toUpperCase']()['replace'](/-/g,'_');}}class dt extends _0x5682b5{['afterInit'](){const _0x3762c5=this['editor'];if(!_0x3762c5['plugins']['has']('MediaEmbedEditing'))return;const _0x1ad126=_0x3762c5['plugins']['get']('TrackChangesEditing'),_0x54ba81=_0x3762c5['locale'];_0x1ad126['enableCommand']('mediaEmbed'),_0x1ad126['descriptionFactory']['registerElementLabel']('media',_0x24dce3=>c(_0x54ba81,'ELEMENT_MEDIA',_0x24dce3)),_0x3762c5['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x4ccc0d,{writer:_0x2bb745,options:_0x5696a})=>{if(_0x5696a['showSuggestionHighlights'])return _0x2bb745['createEmptyElement']('div');},'converterPriority':'high'}),_0x3762c5['data']['downcastDispatcher']['on']('attribute:url:media',(_0x478e68,_0x14f1d8,_0x4eec48)=>{_0x4eec48['options']['showSuggestionHighlights']&&_0x478e68['stop']();},{'priority':'high'});}}class pt extends _0x5682b5{['afterInit'](){const _0x3bd580=this['editor'];_0x3bd580['plugins']['has']('MentionEditing')&&_0x3bd580['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class wt extends _0x5682b5{['afterInit'](){const _0x309276=this['editor'];if(!_0x309276['plugins']['has']('MergeFieldsEditing'))return;const _0x51b60f=_0x309276['plugins']['get']('TrackChangesEditing'),_0x2dde59=_0x309276['locale'];_0x51b60f['enableCommand']('insertMergeField'),_0x51b60f['enableCommand']('insertMergeFieldBlock'),_0x51b60f['enableCommand']('insertMergeFieldImage'),_0x51b60f['descriptionFactory']['registerElementLabel']('mergeField',_0x3d117b=>c(_0x2dde59,'ELEMENT_MERGE_FIELD',_0x3d117b)),_0x51b60f['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x36706c=>c(_0x2dde59,'ELEMENT_MERGE_FIELD',_0x36706c)),_0x51b60f['descriptionFactory']['registerDescriptionCallback'](_0x6583d5=>{if('insertion'!=_0x6583d5['type']&&'deletion'!=_0x6583d5['type'])return;const _0x14049b=_0x6583d5['getContainedElement']();if(null==_0x14049b)return;const _0x282162=_0x309276['plugins']['get']('MergeFieldsEditing');let _0x3dcb1e;switch(_0x282162['getMergeFieldType'](_0x14049b)){case null:return;case'image':{const _0x4fd97f=_0x282162['unwrapAffixes'](_0x14049b['getAttribute']('src'));_0x3dcb1e=_0x282162['getLabel'](_0x4fd97f)||_0x4fd97f;break;}default:{const _0x2157df=_0x14049b['getAttribute']('id');_0x3dcb1e=_0x282162['getLabel'](_0x2157df)||_0x2157df;break;}}return'insertion'==_0x6583d5['type']?{'type':'insertion','content':c(_0x2dde59,'*Insert:*\x20%0','\x22'+_0x3dcb1e+'\x22\x20'+c(_0x2dde59,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':c(_0x2dde59,'*Remove:*\x20%0','\x22'+_0x3dcb1e+'\x22\x20'+c(_0x2dde59,'ELEMENT_MERGE_FIELD'))};});}}class kt extends _0x5682b5{['afterInit'](){const _0x228eab=this['editor'],_0x567a0d=_0x228eab['plugins']['get']('TrackChangesEditing');_0x228eab['plugins']['has']('MultiLevelList')&&(_0x567a0d['enableDefaultAttributesIntegration']('multiLevelList'),_0x567a0d['registerBlockAttribute']('listMarkerStyle'),_0x567a0d['descriptionFactory']['registerDescriptionCallback'](_0x9c8b0d=>this['handleDescriptions'](_0x9c8b0d)));}['handleDescriptions'](_0x3db1e6){const _0xd93229=this['editor']['locale'],{data:_0x557dcd}=_0x3db1e6,_0x19ed2d={'type':'format','content':''};if(_0x557dcd&&'listMarkerStyle'==_0x557dcd['key']){if(!_0x557dcd['oldValue'])return{'type':'format','content':c(_0xd93229,'*Set\x20format:*\x20%0',c(_0xd93229,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x557dcd['newValue']+')'};if(!_0x557dcd['newValue']){let _0x4185a3=_0x3db1e6['head'];for(;_0x4185a3;){if(_0x4185a3['data']&&'listType'==_0x4185a3['data']['key']&&_0x4185a3['data']['newValue'])return _0x19ed2d;_0x4185a3=_0x4185a3['next'];}return{'type':'format','content':c(_0xd93229,'*Remove\x20format:*\x20%0',c(_0xd93229,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x557dcd['oldValue']+')'};}}}}class bt extends _0x5682b5{['afterInit'](){const _0x1cba2b=this['editor'];if(!_0x1cba2b['plugins']['has']('PageBreakEditing'))return;_0x1cba2b['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x192cac=_0x1cba2b['plugins']['get']('TrackChangesEditing'),_0x47ac30=_0x1cba2b['locale'];_0x192cac['descriptionFactory']['registerElementLabel']('pageBreak',_0x567200=>c(_0x47ac30,'ELEMENT_PAGE_BREAK',_0x567200));}}class yt extends _0x5682b5{['afterInit'](){const _0x1ff689=this['editor'];if(!_0x1ff689['plugins']['has']('Paragraph'))return;const _0x33446e=_0x1ff689['locale'],_0x26372a=_0x1ff689['plugins']['get']('TrackChangesEditing');_0x26372a['descriptionFactory']['registerElementLabel']('paragraph',_0xa7d443=>c(_0x33446e,'ELEMENT_PARAGRAPH',_0xa7d443)),_0x26372a['enableDefaultAttributesIntegration']('paragraph'),_0x26372a['enableCommand']('insertParagraph'),_0x1ff689['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x1ff689),{'priority':'highest'}),_0x1ff689['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x46d8b7,_0x2c69d6,_0x2efecb)=>{_0x2efecb['options']['showSuggestionHighlights']&&nr(_0x1ff689,{'showActiveMarker':!0x1})(_0x46d8b7,_0x2c69d6,_0x2efecb);},{'priority':'highest'});const _0x91e271=_0x26372a['descriptionFactory'];_0x91e271['registerDescriptionCallback'](_0x1dd426=>{if('insertion'!==_0x1dd426['type'])return;const {start:_0x2a4d27,end:_0x205df8}=_0x1dd426['getFirstRange']();if(!_0x2a4d27['isTouching'](_0x205df8)||!_0x2a4d27['nodeAfter'])return;const _0x35db28=_0x1ff689['model']['schema'],_0x1b5e57=_0x2a4d27['nodeAfter'];return _0x35db28['isBlock'](_0x1b5e57)&&!_0x35db28['isLimit'](_0x1b5e57)&&_0x35db28['checkChild'](_0x1b5e57,'$text')?{'type':'insertion','content':c(_0x33446e,'*Insert:*\x20%0',_0x91e271['getItemLabel'](_0x1b5e57,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5ecab8=this['editor'],_0x4b8174=_0x5ecab8['locale'];_0x5ecab8['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x40672a=>{if('formatBlock'!=_0x40672a['type'])return;const {data:_0x1aac75}=_0x40672a;return _0x1aac75&&'paragraph'==_0x1aac75['commandName']?{'type':'format','content':c(_0x4b8174,'*Change\x20to:*\x20%0',c(_0x4b8174,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0xbec8f,{showActiveMarker:_0x4ff3a7=!0x0}={}){return(_0x7b4ae4,_0x10b80c,_0x17d830)=>{const _0x1ed988=_0xbec8f['plugins']['get']('TrackChangesEditing'),_0x57b42f=_0x10b80c['markerRange']['start'],_0x43e9f0=_0x10b80c['markerRange']['end'],_0x23ebc4=_0xbec8f['model']['schema'];if(!_0x57b42f['isTouching'](_0x43e9f0)||!_0x57b42f['nodeAfter'])return;const _0x4daf7f=_0x57b42f['nodeAfter'];if(_0x23ebc4['isBlock'](_0x4daf7f)&&!_0x23ebc4['isLimit'](_0x4daf7f)&&_0x23ebc4['checkChild'](_0x4daf7f,'$text')){if(!_0x17d830['consumable']['consume'](_0x10b80c['markerRange'],_0x7b4ae4['name']))return;const {authorId:_0x4b0cdf}=_0x1ed988['_splitMarkerName'](_0x10b80c['markerName']),_0x8b1a27=_0x17d830['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x4b0cdf}),_0x59529a=_0x17d830['mapper']['toViewPosition'](_0x43e9f0);_0x4ff3a7&&_0x1ed988['activeMarkers']['includes'](_0x10b80c['markerName'])&&_0x17d830['writer']['addClass']('ck-suggestion-marker--active',_0x8b1a27),_0x17d830['writer']['insert'](_0x59529a,_0x8b1a27),_0x17d830['mapper']['bindElementToMarker'](_0x8b1a27,_0x10b80c['markerName']);}};}class jt extends _0x5682b5{['afterInit'](){const _0x178fe9=this['editor'];_0x178fe9['commands']['get']('replaceSource')&&_0x178fe9['plugins']['get']('TrackChangesEditing')['enableCommand']('replaceSource');}}class St extends _0x5682b5{['afterInit'](){const _0x29cb47=this['editor'];if(!_0x29cb47['plugins']['has']('RemoveFormatEditing'))return;_0x29cb47['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5ed84f=this['editor'];_0x5ed84f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5b2e1c=>{if('formatBlock'!=_0x5b2e1c['type']&&'formatInline'!=_0x5b2e1c['type'])return;const {data:_0x4e0b98}=_0x5b2e1c;return _0x4e0b98&&'removeFormat'==_0x4e0b98['commandName']?{'type':'format','content':c(_0x5ed84f['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class At extends _0x5682b5{['afterInit'](){const _0x3d2b51=this['editor'];if(!_0x3d2b51['plugins']['has']('RestrictedEditingModeEditing'))return;const _0xce440a=_0x3d2b51['plugins']['get']('TrackChangesEditing');_0xce440a['enableCommand']('goToPreviousRestrictedEditingException'),_0xce440a['enableCommand']('goToNextRestrictedEditingException');const _0x94a03=_0x3d2b51['plugins']['get']('RestrictedEditingModeEditing');_0x94a03['enableCommand']('trackChanges'),_0x94a03['enableCommand']('acceptSuggestion'),_0x94a03['enableCommand']('discardSuggestion'),_0x94a03['enableCommand']('acceptAllSuggestions'),_0x94a03['enableCommand']('discardAllSuggestions'),_0x94a03['enableCommand']('acceptSelectedSuggestions'),_0x94a03['enableCommand']('discardSelectedSuggestions');}}class It extends _0x5682b5{['afterInit'](){const _0x4e5942=this['editor'];if(!_0x4e5942['plugins']['has']('ShiftEnter'))return;const _0x34228e=_0x4e5942['plugins']['get']('TrackChangesEditing');_0x34228e['enableCommand']('shiftEnter'),_0x4e5942['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',je(_0x4e5942),{'priority':'high'}),_0x4e5942['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',je(_0x4e5942),{'priority':'high'}),_0x4e5942['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x3cacd0,_0x1b4684,_0x2b7c3f)=>{_0x2b7c3f['options']['showSuggestionHighlights']&&je(_0x4e5942,{'showActiveMarker':!0x1})(_0x3cacd0,_0x1b4684,_0x2b7c3f);}),_0x34228e['descriptionFactory']['registerElementLabel']('softBreak',_0x189029=>c(_0x4e5942['locale'],'ELEMENT_LINE_BREAK',_0x189029));}}function je(_0x408706,{showActiveMarker:_0x11f7d6=!0x0}={}){return(_0x3ea642,_0x5457f1,_0x135644)=>{const _0x1a59b4=_0x408706['plugins']['get']('TrackChangesEditing');if(!_0x135644['consumable']['test'](_0x5457f1['markerRange'],_0x3ea642['name']))return;const _0x55d443=_0x408706['model'];for(const _0x4cc941 of _0x5457f1['markerRange']['getItems']()){if(!_0x4cc941['is']('element','softBreak'))continue;const _0x23b0da='deletion'==_0x5457f1['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x58c86b}=_0x1a59b4['_splitMarkerName'](_0x5457f1['markerName']),_0x6d2f18=_0x135644['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x23b0da,'data-author-id':_0x58c86b}),_0x5e33b9=_0x135644['mapper']['toViewPosition'](_0x55d443['createPositionBefore'](_0x4cc941));_0x11f7d6&&_0x1a59b4['activeMarkers']['includes'](_0x5457f1['markerName'])&&_0x135644['writer']['addClass']('ck-suggestion-marker--active',_0x6d2f18),_0x135644['writer']['insert'](_0x5e33b9,_0x6d2f18),_0x135644['mapper']['bindElementToMarker'](_0x6d2f18,_0x5457f1['markerName']);}};}class _t extends _0x5682b5{['afterInit'](){const _0x4a8138=this['editor'],_0x40eac3=_0x4a8138['model'],_0x5858b6=_0x4a8138['locale'];if(!_0x4a8138['plugins']['has']('StandardEditingModeEditing'))return;const _0x559b7e=_0x4a8138['plugins']['get']('TrackChangesEditing'),_0x3edfe7='restrictedEditingException',_0x23dafc=_0x4a8138['commands']['get'](_0x3edfe7);_0x559b7e['enableCommand'](_0x3edfe7,(_0x10b374,_0x38365={})=>{const _0x2e7ae5=_0x40eac3['document']['selection'];if(_0x2e7ae5['isCollapsed'])return void _0x10b374(_0x38365);const _0x55e99c=void 0x0!==_0x38365['forceValue']?_0x38365['forceValue']:!_0x23dafc['value'];_0x40eac3['change'](()=>{const _0x17a75a=Array['from'](_0x2e7ae5['getRanges']());for(const _0x3be350 of _0x17a75a){const _0x417964=_0x55e99c?[_0x3be350]:io(_0x3edfe7,_0x3be350,_0x40eac3);for(const _0x1d41c5 of _0x417964)_0x559b7e['markInlineFormat'](_0x1d41c5,{'commandName':_0x3edfe7,'commandParams':[{'forceValue':_0x55e99c}]});}});}),_0x559b7e['descriptionFactory']['registerDescriptionCallback'](_0x4815f8=>{if('formatBlock'!=_0x4815f8['type']&&'formatInline'!=_0x4815f8['type'])return;const {data:_0x41eb60}=_0x4815f8;return _0x41eb60&&_0x41eb60['commandName']==_0x3edfe7?_0x41eb60['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x5858b6,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':c(_0x5858b6,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class vt extends _0x5682b5{['afterInit'](){const _0x56ee78=this['editor'];if(!_0x56ee78['plugins']['has']('Style')||!_0x56ee78['plugins']['has']('DataSchema'))return;const _0x53f11f=_0x56ee78['plugins']['get']('TrackChangesEditing'),_0xb87f2=_0x56ee78['locale'],_0x5b6575=_0x56ee78['config']['get']('style')||{},_0x1679a5=_0x56ee78['plugins']['get']('GeneralHtmlSupport'),_0x2fafae=_0x56ee78['plugins']['get']('StyleUtils')['normalizeConfig'](_0x56ee78['plugins']['get']('DataSchema'),_0x5b6575['definitions']);_0x53f11f['enableDefaultAttributesIntegration']('style');const _0x49279c=new Set();for(const _0x273b24 of _0x2fafae['block']){const _0xbf4da1=_0x1679a5['getGhsAttributeNameForElement'](_0x273b24['element']);_0x49279c['add'](_0xbf4da1);}const _0x3efb0b=new Set();for(const _0x1e15b8 of _0x2fafae['inline']){const _0x38f849=_0x1679a5['getGhsAttributeNameForElement'](_0x1e15b8['element']);_0x3efb0b['add'](_0x38f849);for(const _0x2268f2 of _0x1e15b8['ghsAttributes'])_0x3efb0b['add'](_0x2268f2);}for(const _0x4a2674 of _0x49279c)_0x53f11f['registerBlockAttribute'](_0x4a2674),_0x53f11f['descriptionFactory']['registerAttributeLabel'](_0x4a2674,c(_0xb87f2,'FORMAT_STYLE'));for(const _0x264678 of _0x3efb0b)_0x53f11f['registerInlineAttribute'](_0x264678),_0x53f11f['descriptionFactory']['registerAttributeLabel'](_0x264678,c(_0xb87f2,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x38fe5b=this['editor'],_0x392986=_0x38fe5b['locale'];_0x38fe5b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x25d184=>{if('formatBlock'!=_0x25d184['type']&&'formatInline'!=_0x25d184['type'])return;const {data:_0x4052ac}=_0x25d184;return _0x4052ac&&'style'===_0x4052ac['commandName']?_0x4052ac['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x392986,'*Set\x20format:*\x20%0',_0x4052ac['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':c(_0x392986,'*Remove\x20format:*\x20%0',_0x4052ac['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class Ct extends _0x5682b5{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x24238c){super(_0x24238c),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x3ad196=this['editor'],_0x2d7ae6=_0x3ad196['model']['document']['selection'];if(!_0x3ad196['plugins']['has']('TableEditing'))return;const _0x3a99a1=_0x3ad196['locale'],_0x5e51b2=_0x3ad196['plugins']['get']('TrackChangesEditing'),_0x4b81ea=_0x3ad196['plugins']['get']('TableUtils');_0x5e51b2['descriptionFactory']['registerElementLabel']('table',_0x293753=>c(_0x3a99a1,'ELEMENT_TABLE',_0x293753)),this['_setupColumnsRowsFixing'](),_0x5e51b2['enableCommand']('insertTable'),_0x5e51b2['enableCommand']('selectTableRow'),_0x5e51b2['enableCommand']('selectTableColumn');for(const _0x1c7037 of['insertTableRowAbove','insertTableRowBelow']){const _0x3ae888=_0x3ad196['commands']['get'](_0x1c7037);_0x5e51b2['enableCommand'](_0x1c7037,_0x25a462=>{_0x3ad196['model']['change'](_0x4d6534=>{_0x25a462();const _0x20c3e2='above'===_0x3ae888['order'],_0x3881e3=_0x4b81ea['getSelectionAffectedTableCells'](_0x2d7ae6),_0x42d01f=_0x4b81ea['getRowIndexes'](_0x3881e3),_0x48a490=_0x20c3e2?_0x42d01f['first']-0x1:_0x42d01f['last']+0x1,_0x12957d=_0x3881e3[0x0]['findAncestor']('table'),_0x2772f8=_0x4b81ea['createTableWalker'](_0x12957d,{'startRow':_0x48a490,'endRow':_0x48a490}),_0x50154a=Array['from'](_0x2772f8)['map'](_0x57928e=>_0x4d6534['createRangeOn'](_0x57928e['cell']));_0x5e51b2['markMultiRangeInsertion'](_0x50154a,'tableRow');});});}for(const _0x364587 of['insertTableColumnLeft','insertTableColumnRight']){const _0x4b8cd7=_0x3ad196['commands']['get'](_0x364587);_0x5e51b2['enableCommand'](_0x364587,_0x28bece=>{_0x3ad196['model']['change'](_0x12559c=>{_0x28bece();const _0x13de78='left'===_0x4b8cd7['order'],_0x1f3188=_0x4b81ea['getSelectionAffectedTableCells'](_0x2d7ae6),_0x2a0ff4=_0x4b81ea['getColumnIndexes'](_0x1f3188),_0x3f55f1=_0x13de78?_0x2a0ff4['first']-0x1:_0x2a0ff4['last']+0x1,_0x253b44=_0x1f3188[0x0]['findAncestor']('table'),_0x13c22d=_0x4b81ea['createTableWalker'](_0x253b44,{'startRow':0x0,'column':_0x3f55f1,'includeAllSlots':!0x1}),_0x350116=Array['from'](_0x13c22d)['map'](_0x2a9b28=>_0x12559c['createRangeOn'](_0x2a9b28['cell']));_0x5e51b2['markMultiRangeInsertion'](_0x350116,'tableColumn');});});}for(const _0x4db1af of['removeTableRow','removeTableColumn']){const _0x58efb6=_0x4db1af['substr'](0xb),_0x38aabb=_0x58efb6['toLowerCase'](),_0x220bb0=_0x38aabb['substr'](0x0,0x3)+'span',_0x108698='table'+_0x58efb6,_0x3085dc='min'+_0x58efb6,_0x2a480c='max'+_0x58efb6;_0x5e51b2['enableCommand'](_0x4db1af,()=>{_0x3ad196['model']['change'](_0xb541e4=>{const _0x4ed103=_0x4b81ea['getSelectionAffectedTableCells'](_0x2d7ae6),_0x21f29b=_0x4ed103[0x0]['findAncestor']('table');let _0x343078;if('removeTableRow'==_0x4db1af){const _0x2ec41b=_0x4b81ea['getRowIndexes'](_0x4ed103);_0x343078={'startRow':_0x2ec41b['first'],'endRow':_0x2ec41b['last'],'includeAllSlots':!0x0};}else{const _0x1c82ef=_0x4b81ea['getColumnIndexes'](_0x4ed103);_0x343078={'startColumn':_0x1c82ef['first'],'endColumn':_0x1c82ef['last'],'includeAllSlots':!0x0};}const _0x3bcdd7=_0x4b81ea['createTableWalker'](_0x21f29b,_0x343078),_0x40a804=Array['from'](_0x3bcdd7)['map'](({cell:_0x376f01})=>_0x376f01),_0x5ea01a=Ne(_0x40a804['filter'](_0x2b275e=>_0x2b275e['hasAttribute'](_0x220bb0))),_0x16fafc=Ne(_0x40a804['filter'](_0x5ccc1a=>!_0x5ccc1a['hasAttribute'](_0x220bb0)))['map'](_0x55378c=>_0xb541e4['createRangeOn'](_0x55378c)),_0x21dbfa=_0x5e51b2['markMultiRangeDeletion'](_0x16fafc,_0x108698);if(_0x21dbfa&&('tableRow'==_0x21dbfa['subType']||'tableColumn'==_0x21dbfa['subType'])){const _0x3ec0ef=this['_getSuggestionCoords'](_0x21dbfa);for(const _0x2c3bf3 of _0x5ea01a){const _0x1259f7=_0xb541e4['createRangeOn'](_0x2c3bf3),_0x312923=_0x4b81ea['getCellLocation'](_0x2c3bf3),_0x5b2136=_0x2c3bf3['getAttribute'](_0x220bb0)-0x1,_0x5eca78=_0x3ec0ef[_0x3085dc],_0x464cf1=_0x3ec0ef[_0x2a480c];_0x5eca78<=_0x312923[_0x38aabb]&&_0x312923[_0x38aabb]+_0x5b2136<=_0x464cf1&&_0x21dbfa['addRange'](_0x1259f7);}}});});}function _0x249150(_0x5e16cb){const _0x22c0bc=Array['from'](_0x2d7ae6['getRanges']())['map'](_0x3fda5f=>_0x28bdcd['fromRange'](_0x3fda5f));_0x3ad196['model']['change'](_0x3bf916=>{const _0xbdefa=_0x3bf916['batch'];_0x5e16cb=_0x5e16cb['filter'](_0x1faaa3=>'$graveyard'!=_0x1faaa3['root']['rootName']),_0x3bf916['setSelection'](_0x5e16cb),_0x3ad196['commands']['get']('removeTableRow')['refresh'](),_0x3ad196['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x3ad196['model']['enqueueChange'](()=>{_0x3ad196['model']['enqueueChange'](_0xbdefa,_0x1301d6=>{const _0x81d25d=_0x22c0bc['filter'](_0x208df4=>'$graveyard'!=_0x208df4['root']['rootName']);_0x81d25d['length']>0x0&&_0x1301d6['setSelection'](_0x81d25d);for(const _0x1a5971 of _0x22c0bc)_0x1a5971['detach']();});});});}function _0x16afc6(_0x3e92d0){_0x3ad196['model']['change'](_0x309a85=>{const _0xeb7bc1=Array['from'](_0x2d7ae6['getRanges']())['map'](_0x5d2c60=>_0x28bdcd['fromRange'](_0x5d2c60)),_0x116ce4=[];for(const _0x5cd1a1 of _0x3e92d0)for(const _0x5a051e of _0x5cd1a1['getItems']({'shallow':!0x0}))_0x116ce4['push'](_0x5a051e);for(const _0x510130 of _0x116ce4)'$graveyard'!=_0x510130['root']['rootName']&&(_0x309a85['setSelection'](_0x309a85['createPositionAt'](_0x510130,0x0)),_0x3ad196['commands']['get']('removeTableColumn')['refresh'](),_0x3ad196['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x5f5952=_0xeb7bc1['filter'](_0x3f00dd=>'$graveyard'!=_0x3f00dd['root']['rootName']);_0x5f5952['length']>0x0&&_0x309a85['setSelection'](_0x5f5952);for(const _0x5e3459 of _0xeb7bc1)_0x5e3459['detach']();});}function _0x30ae12(_0x191b16,_0x43d10f){return _0x43d10f['every'](_0x1845bb=>_0x191b16['some'](_0x7e6f36=>_0x7e6f36['end']['isEqual'](_0x1845bb['start'])||_0x1845bb['end']['isEqual'](_0x7e6f36['start'])));}function _0x4dbd5f(_0x8fad77,_0x564efc){return!_0x8fad77['some'](_0x1ff864=>_0x564efc['some'](_0x3f826d=>_0x1ff864['isIntersecting'](_0x3f826d)))&&_0x8fad77['some'](_0x205df4=>_0x564efc['some'](_0x54597a=>_0x205df4['end']['isTouching'](_0x54597a['start'])));}_0x3ad196['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x460f62,_0x3ddc77,_0x4200a3)=>{if(!_0x4200a3['options']['showSuggestionHighlights'])return;const _0x23cb86=_0x3ddc77['item'];if(!_0x23cb86)return;const _0x36c8e3=_0x4200a3['mapper']['toViewElement'](_0x23cb86);function _0x496812(_0x4c54a8){return Array['isArray'](_0x4c54a8)?_0x4c54a8:[_0x4c54a8];}_0x36c8e3&&'tableCell'===_0x23cb86['name']&&_0x1a800b(_0x36c8e3,_0x4200a3['writer'],(_0x561d55,_0x5734c0,_0x5dc7d2)=>_0x5dc7d2['addClass'](_0x496812(_0x5734c0['classes']),_0x561d55),(_0x67b52d,_0x2106e0,_0x5a5720)=>_0x5a5720['removeClass'](_0x496812(_0x2106e0['classes']),_0x67b52d));},{'priority':'highest'}),_0x5e51b2['descriptionFactory']['registerDescriptionCallback'](_0x51b4f6=>{if('insertion'!=_0x51b4f6['type']&&'deletion'!=_0x51b4f6['type'])return;const _0x5089cf=_0x51b4f6['getContainedElement']();if(null!=_0x5089cf&&_0x5089cf['is']('element','table')){if('insertion'==_0x51b4f6['type']){const _0x1d025f=_0x51b4f6['getItems']()['filter'](_0x4854bc=>_0x4854bc['is']('$textProxy'))['map'](_0x398504=>_0x398504['data']);if(_0x1d025f['length'])return{'type':'insertion','content':c(_0x3a99a1,'*Insert:*\x20%0',c(_0x3a99a1,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x1d025f['join']('\x20')+'\x22'))};}if('deletion'==_0x51b4f6['type']){const _0x5c044e=_0x51b4f6['getItems']()['filter'](_0x38bab2=>_0x38bab2['is']('$textProxy'))['map'](_0x11aaac=>_0x11aaac['data']);if(_0x5c044e['length'])return{'type':'deletion','content':c(_0x3a99a1,'*Remove:*\x20%0',c(_0x3a99a1,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x5c044e['join']('\x20')+'\x22'))};}}}),_0x5e51b2['descriptionFactory']['registerDescriptionCallback'](_0x2393e3=>{if('tableRow'==_0x2393e3['subType']){const _0x3a9b0e=_0x2393e3['getItems']()['filter'](_0x4802a4=>_0x4802a4['is']('$textProxy'))['map'](_0x46d047=>_0x46d047['data']),_0xa0b797=this['_getSuggestionCoords'](_0x2393e3),_0x3c5468=_0xa0b797['maxRow']-_0xa0b797['minRow']+0x1;if('insertion'==_0x2393e3['type'])return _0x3a9b0e['length']?{'type':'insertion','content':c(_0x3a99a1,'*Insert:*\x20%0',c(_0x3a99a1,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x3c5468,'\x22'+_0x3a9b0e['join']('\x20')+'\x22']))}:{'type':'insertion','content':c(_0x3a99a1,'*Insert:*\x20%0',c(_0x3a99a1,'ELEMENT_TABLE_ROW',_0x3c5468))};if('deletion'==_0x2393e3['type'])return _0x3a9b0e['length']?{'type':'deletion','content':c(_0x3a99a1,'*Remove:*\x20%0',c(_0x3a99a1,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x3c5468,'\x22'+_0x3a9b0e['join']('\x20')+'\x22']))}:{'type':'deletion','content':c(_0x3a99a1,'*Remove:*\x20%0',c(_0x3a99a1,'ELEMENT_TABLE_ROW',_0x3c5468))};}if('tableColumn'==_0x2393e3['subType']){const _0x4f1683=_0x2393e3['getItems']()['filter'](_0x27610a=>_0x27610a['is']('$textProxy'))['map'](_0x46fbe3=>_0x46fbe3['data']),_0x22e7fe=this['_getSuggestionCoords'](_0x2393e3),_0x425cf8=_0x22e7fe['maxColumn']-_0x22e7fe['minColumn']+0x1;if('insertion'==_0x2393e3['type'])return _0x4f1683['length']?{'type':'insertion','content':c(_0x3a99a1,'*Insert:*\x20%0',c(_0x3a99a1,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x425cf8,'\x22'+_0x4f1683['join']('\x20')+'\x22']))}:{'type':'insertion','content':c(_0x3a99a1,'*Insert:*\x20%0',c(_0x3a99a1,'ELEMENT_TABLE_COLUMN',_0x425cf8))};if('deletion'==_0x2393e3['type'])return _0x4f1683['length']?{'type':'deletion','content':c(_0x3a99a1,'*Remove:*\x20%0',c(_0x3a99a1,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x425cf8,'\x22'+_0x4f1683['join']('\x20')+'\x22']))}:{'type':'deletion','content':c(_0x3a99a1,'*Remove:*\x20%0',c(_0x3a99a1,'ELEMENT_TABLE_COLUMN',_0x425cf8))};}}),_0x5e51b2['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x249150),_0x5e51b2['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x249150),_0x5e51b2['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x16afc6),_0x5e51b2['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x16afc6),_0x5e51b2['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x30ae12),_0x5e51b2['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x30ae12),_0x5e51b2['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x4dbd5f),_0x5e51b2['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x4dbd5f);}['_acceptFormatSuggestionCallbackFactory'](){const _0x2dbc8b=this['editor'],_0x14a8a2=_0x2dbc8b['model']['document']['selection'];return(_0x35bd97,_0x5c5a94)=>{_0x2dbc8b['model']['change'](_0x2b6e85=>{const {commandName:_0x27fce8,commandParams:_0x40e2ed}=_0x5c5a94;let _0x5dffb1=_0x35bd97[0x0]['end']['nodeBefore'];_0x40e2ed&&_0x40e2ed[0x0]&&!0x1===_0x40e2ed[0x0]['forceValue']&&(_0x5dffb1=_0x35bd97[0x0]['start']['nodeAfter']);const _0xf81e20=_0x2b6e85['createRangeIn'](_0x5dffb1);if('$graveyard'==_0xf81e20['root']['rootName'])return;const _0x2b3ba9=Array['from'](_0x14a8a2['getRanges']())['map'](_0x411529=>_0x28bdcd['fromRange'](_0x411529));_0x2b6e85['setSelection'](_0xf81e20),_0x2dbc8b['commands']['get'](_0x27fce8)['refresh'](),_0x40e2ed['push']({'forceDefaultExecution':!0x0}),_0x2dbc8b['execute'](_0x27fce8,..._0x40e2ed);const _0x52b69d=_0x2b3ba9['filter'](_0x47d10f=>'$graveyard'!=_0x47d10f['root']['rootName']);_0x52b69d['length']>0x0&&_0x2b6e85['setSelection'](_0x52b69d);for(const _0x4168d4 of _0x2b3ba9)_0x4168d4['detach']();});};}['_getCoordsForCells'](_0x5f1aa6){const _0x3e79c5=this['editor']['plugins']['get']('TableUtils');let _0x5b840e=Number['MAX_SAFE_INTEGER'],_0x291468=Number['MIN_SAFE_INTEGER'],_0x57a6fb=Number['MAX_SAFE_INTEGER'],_0x9bf194=Number['MIN_SAFE_INTEGER'];for(const _0x4aaccb of _0x5f1aa6){if('$graveyard'==_0x4aaccb['root']['rootName'])continue;const {row:_0x160ebe,column:_0x16d930}=_0x3e79c5['getCellLocation'](_0x4aaccb),_0x2183f5=_0x4aaccb['hasAttribute']('rowspan')?_0x4aaccb['getAttribute']('rowspan')-0x1:0x0,_0x4e41e8=_0x4aaccb['hasAttribute']('colspan')?_0x4aaccb['getAttribute']('colspan')-0x1:0x0;_0x5b840e=_0x160ebe<_0x5b840e?_0x160ebe:_0x5b840e,_0x291468=_0x160ebe+_0x2183f5>_0x291468?_0x160ebe+_0x2183f5:_0x291468,_0x57a6fb=_0x16d930<_0x57a6fb?_0x16d930:_0x57a6fb,_0x9bf194=_0x16d930+_0x4e41e8>_0x9bf194?_0x16d930+_0x4e41e8:_0x9bf194;}return{'minRow':_0x5b840e,'maxRow':_0x291468,'minColumn':_0x57a6fb,'maxColumn':_0x9bf194};}['_setupColumnsRowsFixing'](){const _0x221f46=this['editor'],_0xe41946=_0x221f46['plugins']['get']('TrackChangesEditing'),_0x132b53=_0x221f46['plugins']['get']('TableUtils');_0x221f46['model']['document']['on']('change:data',()=>{const _0x51f9f0=Array['from'](_0x221f46['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x465ab2,data:_0x277823}of _0x51f9f0){const {group:_0x5399f9,id:_0x401c0e,subType:_0x40c8ce}=_0xe41946['_splitMarkerName'](_0x465ab2);if('suggestion'!=_0x5399f9)continue;if(null!=_0x277823['oldRange'])continue;const _0x4fffed=_0xe41946['getSuggestion'](_0x401c0e);this['_tablePostFixingSubtypes']['includes'](_0x40c8ce)&&this['_tableSuggestions']['add'](_0x4fffed);}},{'priority':'low'});const _0x35d7f1=(_0x47be75,_0x4add0a)=>{let _0x2a5e0c=!0x1;const _0x384692=_0x4add0a['createRangeOn'](_0x47be75),_0x3a1ca2=_0x47be75['findAncestor']('table'),_0x30c798=_0x132b53['getCellLocation'](_0x47be75);for(const _0x25cf34 of this['_tableSuggestions']){const _0x54f5b6=_0x25cf34['subType'],_0x1387f4=_0x54f5b6['startsWith']('tablePaste'),_0x5e8b7c=_0x54f5b6['substr'](_0x1387f4?0xa:0x5),_0x2cc6ab=_0x5e8b7c['toLowerCase'](),_0x55b448=_0x2cc6ab['substr'](0x0,0x3)+'span',_0x2eb427='min'+_0x5e8b7c,_0x3069ea='max'+_0x5e8b7c;if(!_0x25cf34['isInContent'])continue;if(_0x3a1ca2!=_0x25cf34['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x25cf34['isIntersectingWithRange'](_0x384692))continue;const _0x1f89c2=_0x47be75['hasAttribute'](_0x55b448)?_0x47be75['getAttribute'](_0x55b448)-0x1:0x0,_0x474abc=this['_getSuggestionCoords'](_0x25cf34),_0x17eeb2=_0x474abc[_0x2eb427],_0x56ac78=_0x474abc[_0x3069ea];_0x17eeb2<=_0x30c798[_0x2cc6ab]&&_0x30c798[_0x2cc6ab]+_0x1f89c2<=_0x56ac78&&(_0x25cf34['addRange'](_0x384692),_0x2a5e0c=!0x0);}return _0x2a5e0c;};_0x221f46['model']['document']['registerPostFixer'](_0x548b25=>{let _0x5bd7ca=!0x1;for(const _0xa129bc of _0x221f46['model']['document']['differ']['getChanges']())if('insert'==_0xa129bc['type']){if('tableRow'==_0xa129bc['name']){for(const _0x15a84e of _0xa129bc['position']['nodeAfter']['getChildren']())_0x5bd7ca=_0x5bd7ca||_0x35d7f1(_0x15a84e,_0x548b25);}else'tableCell'==_0xa129bc['name']&&(_0x5bd7ca=_0x5bd7ca||_0x35d7f1(_0xa129bc['position']['nodeAfter'],_0x548b25));}return _0x5bd7ca;});}['_getSuggestionCoords'](_0x288822){return this['_getCoordsForCells'](_0x288822['getRanges']()['map'](_0x2fba4f=>_0x2fba4f['start']['nodeAfter']));}}function Ne(_0x20d6c1){return Array['from'](new Set(_0x20d6c1)['values']());}class Nt extends _0x5682b5{static get['requires'](){return[Ct];}['afterInit'](){const _0x25c76c=this['editor'],_0x4ddce7=_0x25c76c['model']['document']['selection'],_0x393a5e=_0x25c76c['locale'];if(!_0x25c76c['plugins']['has']('TableEditing'))return;const _0x4e01ef=_0x25c76c['plugins']['get']('TrackChangesEditing'),_0x47f084=_0x25c76c['plugins']['get']('TableUtils'),_0x254efe=_0x25c76c['plugins']['get'](Ct);_0x254efe['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x4e01ef['enableCommand']('mergeTableCells',()=>{const _0x1b2b72=_0x47f084['getSelectionAffectedTableCells'](_0x25c76c['model']['document']['selection']);_0x25c76c['model']['change'](()=>{_0x4e01ef['markMultiRangeBlockFormat'](_0x1b2b72,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x25c76c['commands']['get']('mergeTableCells')['on']('execute',(_0x3e45aa,_0x1e6a44)=>{_0x25c76c['commands']['get']('trackChanges')['value']&&(_0x1e6a44['length']>0x0&&_0x1e6a44[_0x1e6a44['length']-0x1]&&_0x1e6a44[_0x1e6a44['length']-0x1]['forceDefaultExecution']||_0x4e01ef['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x3e45aa['stop']());},{'priority':'highest'});for(const _0x5c22fb of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x1c9fa7=_0x25c76c['commands']['get'](_0x5c22fb);_0x4e01ef['enableCommand'](_0x5c22fb,()=>{const _0xea5a1a=_0x25c76c['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x4a6c47=>_0x4a6c47['is']('element','tableCell')),_0x2f2c3c=_0x1c9fa7['value'];_0x25c76c['model']['change'](()=>{_0x4e01ef['markMultiRangeBlockFormat']([_0xea5a1a,_0x2f2c3c],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x2b429f of['splitTableCellVertically','splitTableCellHorizontally']){const _0x202d1e=_0x25c76c['commands']['get'](_0x2b429f);_0x4e01ef['enableCommand'](_0x2b429f,()=>{const _0x41763f=_0x47f084['getSelectionAffectedTableCells'](_0x25c76c['model']['document']['selection'])[0x0],_0x99e4c1=_0x41763f['findAncestor']('table'),{column:_0x58eda9,row:_0x58dcfa}=_0x47f084['getCellLocation'](_0x41763f);let _0x5bf65a=[];if('horizontally'==_0x202d1e['direction']){const _0x2eb94f=_0x47f084['createTableWalker'](_0x99e4c1,{'startRow':_0x58dcfa,'endRow':_0x58dcfa,'includeAllSlots':!0x0});_0x5bf65a=Array['from'](_0x2eb94f)['map'](_0x453662=>_0x453662['cell']);}else{const _0x48d0dc=_0x47f084['createTableWalker'](_0x99e4c1,{'column':_0x58eda9,'includeAllSlots':!0x0});_0x5bf65a=Array['from'](_0x48d0dc)['map'](_0x21c8e0=>_0x21c8e0['cell']);}_0x25c76c['model']['change'](_0x53cf95=>{_0x4e01ef['markBlockFormat'](_0x53cf95['createRangeOn'](_0x41763f),{'commandName':_0x2b429f,'commandParams':[]},_0x5bf65a,_0x2b429f);});});}_0x4e01ef['descriptionFactory']['registerDescriptionCallback'](_0x350a71=>{if('formatBlock'!=_0x350a71['type']&&'formatInline'!=_0x350a71['type'])return;const {data:_0x3cac2d}=_0x350a71;return _0x3cac2d&&'mergeTableCells'==_0x3cac2d['commandName']?{'type':'format','content':c(_0x393a5e,'*Merge\x20cells*')}:void 0x0;}),_0x4e01ef['descriptionFactory']['registerDescriptionCallback'](_0x45df0a=>{if('formatBlock'!=_0x45df0a['type']&&'formatInline'!=_0x45df0a['type'])return;const {data:_0x1de898}=_0x45df0a;return _0x1de898?'splitTableCellVertically'==_0x1de898['commandName']?{'type':'format','content':c(_0x393a5e,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x1de898['commandName']?{'type':'format','content':c(_0x393a5e,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0xd61d3f=_0x254efe['_acceptFormatSuggestionCallbackFactory']();for(const _0x3672a4 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x4e01ef['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x3672a4,'accept',_0xd61d3f);for(const _0x839b3e of['splitTableCellVertically','splitTableCellHorizontally'])_0x4e01ef['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x839b3e,'accept',_0xd61d3f);_0x4e01ef['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x47a62e=>{_0x25c76c['model']['change'](_0xac2bcb=>{const _0x4cd8cb=Array['from'](_0x4ddce7['getRanges']())['map'](_0x3325fe=>_0x28bdcd['fromRange'](_0x3325fe));_0xac2bcb['setSelection'](_0x47a62e),_0x25c76c['commands']['get']('mergeTableCells')['refresh'](),_0x25c76c['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x1e7054=_0x4cd8cb['filter'](_0x42822d=>'$graveyard'!=_0x42822d['root']['rootName']);_0x1e7054['length']>0x0&&_0xac2bcb['setSelection'](_0x1e7054);for(const _0x526f1a of _0x4cd8cb)_0x526f1a['detach']();});});for(const _0x5460fc of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x1511bf=_0x25c76c['commands']['get'](_0x5460fc);_0x1511bf['on']('set:isEnabled',(_0x5c2c32,_0x52cf5f,_0x46cab2)=>{if(_0x46cab2){const _0x424385=_0x25c76c['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x3d9496=>_0x3d9496['is']('element','tableCell'));this['_areMergableCells'](_0x1511bf['value'],_0x424385)||(_0x5c2c32['return']=!0x1,_0x5c2c32['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x3632ef=this['editor']['commands']['get']('mergeTableCells'),_0xecdde7=this['editor']['plugins']['get']('TableUtils');if(!_0x3632ef['isEnabled'])return!0x1;const _0x3d5413=_0xecdde7['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x28d99d of _0x3d5413)for(const _0x53ebd3 of _0x3d5413)if(_0x28d99d!=_0x53ebd3&&!this['_areMergableCells'](_0x28d99d,_0x53ebd3))return!0x1;return!0x0;}['_areMergableCells'](_0x4096c6,_0x880bae){const _0x98d03=this['editor']['plugins']['get']('TrackChangesEditing'),_0x55fa77=this['editor']['model']['createRangeOn'](_0x4096c6),_0x1a6cbf=this['editor']['model']['createRangeOn'](_0x880bae),_0x8f5c67=new Set(),_0x3ef66b=new Set();for(const _0x3d0e7f of _0x98d03['getSuggestions']())if(('insertion'==_0x3d0e7f['type']||'deletion'==_0x3d0e7f['type']||'mergeTableCells'==_0x3d0e7f['subType'])&&_0x3d0e7f['isInContent']){for(const _0x39d260 of _0x3d0e7f['getRanges']())_0x39d260['containsRange'](_0x55fa77,!0x0)&&_0x8f5c67['add'](_0x3d0e7f['type']+':'+_0x3d0e7f['author']['id']),_0x39d260['containsRange'](_0x1a6cbf,!0x0)&&_0x3ef66b['add'](_0x3d0e7f['type']+':'+_0x3d0e7f['author']['id']);}if(_0x8f5c67['size']!=_0x3ef66b['size'])return!0x1;for(const _0x145aa2 of _0x8f5c67)if(!_0x3ef66b['has'](_0x145aa2))return!0x1;return!0x0;}}class Dt extends _0x5682b5{static get['requires'](){return[Ct];}['afterInit'](){const _0x27c11d=this['editor'];if(!_0x27c11d['plugins']['has']('TableEditing'))return;const _0x8828c1=_0x27c11d['locale'],_0x85f305=_0x27c11d['plugins']['get']('TrackChangesEditing');_0x85f305['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x85f305['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x85f305['registerBlockAttribute']('headingRows'),_0x85f305['registerBlockAttribute']('headingColumns'),_0x85f305['descriptionFactory']['registerAttributeLabel']('headingRows',c(_0x8828c1,'FORMAT_HEADER_ROW')),_0x85f305['descriptionFactory']['registerAttributeLabel']('headingColumns',c(_0x8828c1,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x590d51=this['editor']['plugins']['get']('TrackChangesEditing'),_0x49c081=this['editor']['plugins']['get']('TableUtils'),_0x4dfaae=this['editor']['plugins']['get'](Ct)['_acceptFormatSuggestionCallbackFactory']();function _0x47f702({showActiveMarker:_0x1491a9=!0x0,setDataAttribute:_0x11dbce=!0x0}={}){return(_0x4231fa,_0x2e4b4c,_0x22eb43)=>{const {type:_0x155a03,id:_0x4d2d04}=_0x590d51['_splitMarkerName'](_0x2e4b4c['markerName']),_0x1edd58=_0x590d51['getSuggestion'](_0x4d2d04),_0x5722dd=_0x1edd58['data'];if('formatBlock'!=_0x1edd58['type']||!_0x5722dd||'setTableColumnHeader'!=_0x5722dd['commandName'])return;if(_0x2e4b4c['item'])return void _0x4231fa['stop']();if(!_0x22eb43['consumable']['consume'](_0x2e4b4c['markerRange'],_0x4231fa['name']))return;const _0x32f448=_0x2e4b4c['markerRange']['start']['nodeAfter'],_0x4be53c=_0x2e4b4c['markerRange']['end']['nodeBefore'],_0x3787d4=_0x32f448['parent']['parent'],{column:_0x3a4750}=_0x49c081['getCellLocation'](_0x32f448),{column:_0x58ab4e}=_0x49c081['getCellLocation'](_0x4be53c);for(let _0x3798b9=_0x3a4750;_0x3798b9<=_0x58ab4e;_0x3798b9++){const _0x423f42=_0x49c081['createTableWalker'](_0x3787d4,{'column':_0x3798b9,'includeAllSlots':!0x1});for(const _0x5cc279 of _0x423f42){const _0x1c073b=_0x5cc279['cell'],_0x4c5df4=_0x22eb43['mapper']['toViewElement'](_0x1c073b);_0x22eb43['writer']['addClass']('ck-suggestion-marker-'+_0x155a03,_0x4c5df4),_0x11dbce&&_0x22eb43['writer']['setAttribute']('data-suggestion',_0x4d2d04,_0x4c5df4),_0x22eb43['mapper']['bindElementToMarker'](_0x4c5df4,_0x2e4b4c['markerName']),_0x1491a9&&(_0x590d51['activeMarkers']['includes'](_0x2e4b4c['markerName'])?_0x22eb43['writer']['addClass']('ck-suggestion-marker--active',_0x4c5df4):_0x22eb43['writer']['removeClass']('ck-suggestion-marker--active',_0x4c5df4));}}};}_0x590d51['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x4dfaae),_0x590d51['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x4dfaae),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x47f702(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x7c46ba,_0x4501bc,_0x29441f)=>{_0x29441f['options']['showSuggestionHighlights']&&_0x47f702({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x7c46ba,_0x4501bc,_0x29441f);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0xbc2874,_0x1eca41,_0x40ec35)=>{const {type:_0x125a27,id:_0x41583a}=_0x590d51['_splitMarkerName'](_0x1eca41['markerName']),_0x59ab60=_0x590d51['getSuggestion'](_0x41583a),_0x5ca456=_0x59ab60['data'];if('formatBlock'!=_0x59ab60['type']||!_0x5ca456||'setTableColumnHeader'!=_0x5ca456['commandName'])return;const _0x2f08d4=_0x40ec35['mapper']['markerNameToElements'](_0x1eca41['markerName']);if(_0x2f08d4){for(const _0x5c8ecb of _0x2f08d4)_0x40ec35['writer']['removeClass']('ck-suggestion-marker-'+_0x125a27,_0x5c8ecb),_0x40ec35['writer']['removeClass']('ck-suggestion-marker--active',_0x5c8ecb),_0x40ec35['writer']['removeAttribute']('data-suggestion',_0x5c8ecb),_0x40ec35['mapper']['unbindElementFromMarkerName'](_0x5c8ecb,_0x1eca41['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x59029d=this['editor'],_0x2e0477=_0x59029d['locale'];function _0xd93eb6(_0x50e52c){return{'type':'format','content':c(_0x2e0477,'*Format:*\x20%0',_0x50e52c)};}_0x59029d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3210fa=>{if('formatBlock'!=_0x3210fa['type'])return;const {data:_0x2d322b}=_0x3210fa;if(_0x2d322b){if('setTableRowHeader'==_0x2d322b['commandName']){const _0x276d73=_0x2d322b['commandParams'][0x0]['forceValue'];return _0xd93eb6(c(_0x2e0477,_0x276d73?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x2d322b['commandName']){const _0x4bebd1=_0x2d322b['commandParams'][0x0]['forceValue'];return _0xd93eb6(c(_0x2e0477,_0x4bebd1?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}class Ye extends _0x5682b5{['afterInit'](){const _0x2f0b54=this['editor'],_0x2a3007=_0x2f0b54['locale'],_0x5ca845=_0x2f0b54['plugins']['get']('TrackChangesEditing');function _0x5cb34c(_0x1f2b68){return{'type':'format','content':''+c(_0x2a3007,'*Set\x20table\x20type:*\x20%0',_0x1f2b68)};}_0x2f0b54['plugins']['has']('TableLayout')&&(_0x5ca845['enableCommand']('insertTableLayout'),_0x5ca845['enableDefaultAttributesIntegration']('tableType'),_0x5ca845['registerBlockAttribute']('tableType'),_0x5ca845['descriptionFactory']['registerElementLabel'](_0x174ace=>_0x174ace['is']('element','table')&&'layout'===_0x174ace['getAttribute']('tableType'),_0x5345e9=>c(_0x2a3007,'ELEMENT_LAYOUT_TABLE',_0x5345e9)),_0x5ca845['descriptionFactory']['registerDescriptionCallback'](_0x55ca5e=>{const {data:_0x9b2cab}=_0x55ca5e;if(_0x9b2cab&&'tableType'==_0x9b2cab['key'])switch(_0x9b2cab['newValue']){case'layout':return _0x5cb34c(c(_0x2a3007,'ELEMENT_LAYOUT_TABLE'));case'content':return _0x5cb34c(c(_0x2a3007,'ELEMENT_CONTENT_TABLE'));}}));}}const xe=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Oe=Object['fromEntries'](xe['map'](_0x2874ef=>[_0x2874ef,null]));class $t extends _0x5682b5{static get['requires'](){return[Ct];}['afterInit'](){const _0x1dabc3=this['editor'];if(!_0x1dabc3['plugins']['has']('TableClipboard'))return;const _0x302bbf=_0x1dabc3['plugins']['get']('TrackChangesEditing'),_0x5c9713=_0x1dabc3['plugins']['get']('TableUtils'),_0x57575a=_0x1dabc3['plugins']['get'](Ct),_0x2f886f=_0x1dabc3['plugins']['get']('TableClipboard'),_0x59db13=_0x1dabc3['plugins']['get']('TableSelection'),_0x50b48f=_0x1dabc3['plugins']['get'](_0x5b2e35);_0x57575a['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x1dabc3['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x1dabc3['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x1fccfa=null,_0x1e947c=!0x1;_0x50b48f['on']('contentInsertion',(_0x27761d,_0x4b3f21)=>{_0x1e947c='paste'===_0x4b3f21['method'];}),_0x1dabc3['model']['on']('insertContent',(_0x10a660,_0x108f5f)=>{if(!_0x1e947c&&null===_0x59db13['getSelectedTableCells']())return;const [_0xd78c04,_0x1ddf5e]=_0x108f5f,_0x2a8cc3=_0x108f5f[_0x108f5f['length']-0x1];_0x2a8cc3&&_0x2a8cc3['forceDefaultExecution']||_0x302bbf['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x4a8930,_0x3da582,_0x50b66e,_0x58e2eb,_0x1d34ad){if(_0x3da582&&!_0x3da582['is']('documentSelection'))return!0x1;const _0x170d70=_0x1d34ad['getTableIfOnlyTableInContent'](_0x4a8930,_0x50b66e);if(!_0x170d70||!De(_0x170d70,void 0x0,_0x58e2eb))return!0x1;const _0x2d5b1c=_0x58e2eb['getSelectionAffectedTableCells'](_0x50b66e['document']['selection']);if(!_0x2d5b1c['length'])return!0x1;const _0x42bb67=_0x2d5b1c[0x0]['findAncestor']('table'),_0x2096c3=_0x58e2eb['getRowIndexes'](_0x2d5b1c),_0x2895b1=_0x58e2eb['getColumnIndexes'](_0x2d5b1c),_0xe4aec9={'startRow':_0x2096c3['first'],'endRow':_0x2096c3['last'],'startColumn':_0x2895b1['first'],'endColumn':_0x2895b1['last']};return 0x1==_0x2d5b1c['length']&&(_0xe4aec9['endRow']+=_0x58e2eb['getRows'](_0x170d70)-0x1,_0xe4aec9['endColumn']+=_0x58e2eb['getColumns'](_0x170d70)-0x1),De(_0x42bb67,_0xe4aec9,_0x58e2eb);}(_0xd78c04,_0x1ddf5e,_0x1dabc3['model'],_0x5c9713,_0x2f886f)&&(_0x10a660['stop'](),_0x1fccfa={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x1dabc3['model']['change'](()=>{_0x1dabc3['model']['insertContent'](_0x108f5f[0x0],_0x108f5f[0x1],_0x108f5f[0x2],{'forceDefaultExecution':!0x0});const _0x1ca6e4=_0x49332a(),{rowInsertionRanges:_0x863ca5,columnInsertionRanges:_0x93b281,insertionRanges:_0x238c01,deletionRanges:_0x4daa44,cells:_0x1823c0}=_0x1fccfa;_0x863ca5['length']&&_0x302bbf['markMultiRangeInsertion'](_0x863ca5,'tablePasteRow',{'tablePasteChainId':_0x1ca6e4}),_0x93b281['length']&&_0x302bbf['markMultiRangeInsertion'](_0x93b281,'tablePasteColumn',{'tablePasteChainId':_0x1ca6e4}),_0x238c01['length']&&(_0x302bbf['markMultiRangeInsertion'](_0x238c01,'tablePaste',{'tablePasteChainId':_0x1ca6e4,'skipNestingCheck':!0x0}),_0x238c01['forEach'](_0x57d457=>_0x57d457['detach']?.())),_0x4daa44['length']&&(_0x302bbf['markMultiRangeDeletion'](_0x4daa44,'tablePaste',{'tablePasteChainId':_0x1ca6e4,'skipNestingCheck':!0x0}),_0x4daa44['forEach'](_0x3f2e79=>_0x3f2e79['detach']?.()));const _0x247087=_0x302bbf['markMultiRangeBlockFormat'](_0x1823c0['map'](({element:_0x73d7e5})=>_0x73d7e5),{'formatGroupId':_0x49332a()},[],'tablePasteCell',{'tablePasteChainId':_0x1ca6e4});if(_0x247087){const _0x44a5b5=_0x247087['getMarkers'](),_0x44614d=[];for(const {element:_0x4c6bd5,attributes:_0x1e730b}of _0x1823c0){if(!_0x1e730b)continue;const _0x52181a=_0x1dabc3['model']['createRangeOn'](_0x4c6bd5),_0x108297=_0x44a5b5['find'](_0x7a82c1=>_0x7a82c1['getRange']()['isEqual'](_0x52181a));_0x108297&&_0x44614d['push']([_0x108297['name'],_0x1e730b]);}_0x44614d['length']&&_0x247087['setAttribute']('markerAttributes',Object['fromEntries'](_0x44614d));}_0x1fccfa=null;}));},{'priority':_0x2de02f['high']+0xa}),_0x50b48f['on']('contentInsertion',()=>{_0x1e947c=!0x1;},{'priority':'lowest'}),_0x1dabc3['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x24f42d,_0x11479b)=>{const [_0x39ed53,_0x4494d6,,_0x2680b8]=_0x11479b;if(!_0x1fccfa)return;_0x24f42d['stop']();const _0x4aec3a=_0x39ed53['cell'],_0x45be8a=_0x4494d6,_0xb62ae4=Ue(_0x4aec3a),_0x30a150=Ue(_0x45be8a);_0x24f42d['return']=_0x4aec3a;let _0x25b884=null,_0x316d8b=null;if(_0x30a150||_0xb62ae4){if(_0xb62ae4&&!_0x30a150){_0x2680b8['remove'](_0x4aec3a['getChild'](0x0));for(const _0x1a8e6e of Array['from'](_0x45be8a['getChildren']()))_0x2680b8['insert'](_0x1a8e6e,_0x4aec3a,'end');const _0x20e029=_0x1fccfa['rowInsertionIndexes']['includes'](_0x39ed53['row']),_0x3e7353=_0x1fccfa['columnInsertionIndexes']['includes'](_0x39ed53['column']);_0x20e029||_0x3e7353||(_0x25b884=_0x28bdcd['fromRange'](_0x2680b8['createRangeIn'](_0x4aec3a)));}else _0x30a150&&!_0xb62ae4&&(_0x316d8b=_0x2680b8['createRangeIn'](_0x4aec3a));}else{const _0x3e0b78=_0x2680b8['createElement']('tableCellSuggestion'),_0x2d703e=_0x2680b8['createElement']('tableCellSuggestion');_0x2680b8['wrap'](_0x2680b8['createRangeIn'](_0x4aec3a),_0x2d703e),_0x2680b8['insert'](_0x3e0b78,_0x4aec3a,0x0);for(const _0x34f5fb of Array['from'](_0x45be8a['getChildren']()))_0x2680b8['insert'](_0x34f5fb,_0x3e0b78,'end');_0x25b884=_0x28bdcd['fromRange'](_0x2680b8['createRangeOn'](_0x3e0b78)),_0x316d8b=_0x28bdcd['fromRange'](_0x2680b8['createRangeOn'](_0x2d703e));}const _0x139d17=Array['from'](_0x45be8a['getAttributes']())['filter'](([_0x3c6157])=>xe['includes'](_0x3c6157));_0x1fccfa['cells']['push']({'element':_0x4aec3a,'attributes':_0x139d17['length']?Object['fromEntries'](_0x139d17):null}),_0x25b884&&_0x1fccfa['insertionRanges']['push'](_0x25b884),_0x316d8b&&_0x1fccfa['deletionRanges']['push'](_0x316d8b);},{'priority':'high'}),_0x5c9713['on']('insertColumns',(_0x2050da,_0x3fc850)=>{const [_0x48515e,_0x5019a7={}]=_0x3fc850;if(!_0x1fccfa)return;const _0x1b16f8=_0x5019a7['at']||0x0,_0x369bc1=_0x5019a7['columns']||0x1;_0x1fccfa['columnInsertionIndexes']=new Array(_0x369bc1)['fill'](_0x1b16f8)['map']((_0x1549d5,_0x593a4a)=>_0x1549d5+_0x593a4a);for(const {cell:_0x2ba80f}of _0x5c9713['createTableWalker'](_0x48515e,{'startColumn':_0x1b16f8,'endColumn':_0x1b16f8+_0x369bc1-0x1}))_0x1fccfa['columnInsertionRanges']['push'](_0x1dabc3['model']['createRangeOn'](_0x2ba80f));},{'priority':'low'}),_0x5c9713['on']('insertRows',(_0x3a87c4,_0x31a344)=>{const [_0x16d4fc,_0x2b1bb9={}]=_0x31a344;if(!_0x1fccfa)return;const _0x250eb3=_0x2b1bb9['at']||0x0,_0x1d4f4a=_0x2b1bb9['rows']||0x1;_0x1fccfa['rowInsertionIndexes']=new Array(_0x1d4f4a)['fill'](_0x250eb3)['map']((_0x571cbf,_0x240597)=>_0x571cbf+_0x240597);for(const {cell:_0x51fdab}of _0x5c9713['createTableWalker'](_0x16d4fc,{'startRow':_0x250eb3,'endRow':_0x250eb3+_0x1d4f4a-0x1}))_0x1fccfa['rowInsertionRanges']['push'](_0x1dabc3['model']['createRangeOn'](_0x51fdab));},{'priority':'low'}),_0x302bbf['descriptionFactory']['registerDescriptionCallback'](_0x1bf52a=>{if(_0x1bf52a['subType']&&_0x1bf52a['subType']['startsWith']('tablePaste'))return _0x1bf52a['previous']?{}:{'type':'insertion','content':c(_0x1dabc3['locale'],'*Replace\x20table\x20cells*')};});const _0x20b1e3=()=>!0x1;for(const _0x27c3df of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x302bbf['_suggestionFactory']['registerCustomCallback']('insertion',_0x27c3df,'join',_0x20b1e3),_0x302bbf['_suggestionFactory']['registerCustomCallback']('deletion',_0x27c3df,'join',_0x20b1e3),_0x302bbf['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x27c3df,'join',_0x20b1e3);_0x302bbf['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x20b1e3),_0x302bbf['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x32e6bc,_0x32bf21,_0x9ea731)=>{const _0x11f3d3=_0x32e6bc['map'](_0x404051=>_0x404051['getContainedElement']())['filter'](_0x5c7e50=>_0x5c7e50),_0x1a7a14=new Map(_0x11f3d3['map'](_0x11bfc6=>[_0x11bfc6,null]));if(_0x1fccfa){for(const {element:_0x269d36,attributes:_0x54a41c}of _0x1fccfa['cells'])_0x54a41c&&_0x1a7a14['set'](_0x269d36,_0x54a41c);}else{if(_0x9ea731&&_0x9ea731['markerAttributes'])for(const [_0x32c7c7,_0x37e202]of Object['entries'](_0x9ea731['markerAttributes'])){const _0x4e210f=_0x1dabc3['model']['markers']['get'](_0x32c7c7),_0x9b1b8c=_0x4e210f?_0x4e210f['getRange']()['getContainedElement']():null;_0x9b1b8c&&_0x1a7a14['set'](_0x9b1b8c,_0x37e202);}}_0x1dabc3['model']['change'](_0x23d42e=>{for(const [_0x3034cf,_0x2f4e0c]of _0x1a7a14)_0x23d42e['setAttributes']({...Oe,..._0x2f4e0c},_0x3034cf);});});const _0x388a17=(_0x3b331b,_0x296907)=>{_0x302bbf['_suggestionFactory']['registerCustomCallback'](_0x3b331b,'tablePaste',_0x296907,(_0x37e9df,_0x11b0d8,_0x583f33)=>{_0x1dabc3['model']['change'](_0x80c25=>{const _0x3c9c83=[];for(const _0x4919b8 of _0x37e9df){const _0x37debe=_0x4919b8['start']['nodeAfter'];_0x37debe['is']('element','tableCellSuggestion')&&_0x3c9c83['push'](_0x37debe);}_0x302bbf['_suggestionFactory']['getSuggestionCallback'](_0x3b331b,null,_0x296907)(_0x37e9df,_0x11b0d8,_0x583f33);for(const _0x4a58fb of _0x3c9c83)'$graveyard'!=_0x4a58fb['root']['rootName']&&_0x80c25['unwrap'](_0x4a58fb);});});};_0x388a17('insertion','accept'),_0x388a17('insertion','discard'),_0x388a17('deletion','accept'),_0x388a17('deletion','discard'),_0x302bbf['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0xb884f3=>{const _0x391972=_0xb884f3['map'](_0x1dd955=>_0x1dd955['getContainedElement']()),_0x2435ab=_0x391972[0x0]['findAncestor']('table'),{minRow:_0x39364a,maxRow:_0x1d8390}=_0x57575a['_getCoordsForCells'](_0x391972);_0x5c9713['removeRows'](_0x2435ab,{'at':_0x39364a,'rows':_0x1d8390-_0x39364a+0x1});}),_0x302bbf['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x5bc4ba=>{const _0x4c17f3=_0x5bc4ba['map'](_0x1a554b=>_0x1a554b['getContainedElement']()),_0x5296dd=_0x4c17f3[0x0]['findAncestor']('table'),{minColumn:_0x3b9c49,maxColumn:_0x28c0c5}=_0x57575a['_getCoordsForCells'](_0x4c17f3);_0x5c9713['removeColumns'](_0x5296dd,{'at':_0x3b9c49,'columns':_0x28c0c5-_0x3b9c49+0x1});});const _0x367bee=(_0x12c30a,_0x37adc6)=>{if(!_0x37adc6['subType']||!_0x37adc6['subType']['startsWith']('tablePaste'))return;const _0x458526=_0x37adc6['attributes']['tablePasteChainId'],_0x10b028=_0x302bbf['getSuggestions']()['filter'](_0x3457df=>_0x3457df['isInContent']&&_0x3457df['attributes']&&_0x3457df['attributes']['tablePasteChainId']==_0x458526);_0x10b028['length']&&_0x37adc6['getAllAdjacentSuggestions']()['length']!=_0x10b028['length']&&_0x10b028['reduce']((_0xdec83e,_0x22db0b)=>(_0xdec83e['next']=_0x22db0b,_0x22db0b['previous']=_0xdec83e,_0x22db0b));};function _0x3a602d(_0x5915b3,_0x2df6bc=!0x0){const {id:_0x1df663,authorId:_0x1d7e44}=_0x302bbf['_splitMarkerName'](_0x5915b3['markerName']),_0x18baa8=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x357b1b=_0x302bbf['activeMarkers']['includes'](_0x5915b3['markerName']);return _0x357b1b&&_0x18baa8['push']('ck-suggestion-marker--active'),{'classes':_0x18baa8,'attributes':{'data-suggestion':_0x1df663,'data-author-id':_0x1d7e44},'priority':_0x357b1b&&_0x2df6bc?0xbc2:0xbb8};}_0x302bbf['on']('suggestionLoaded',_0x367bee,{'priority':'high'}),_0x302bbf['on']('suggestionUnloaded',_0x367bee,{'priority':'high'}),_0x1dabc3['model']['document']['registerPostFixer'](()=>{let _0x201953=!0x1;const _0x48d6b8=Array['from'](_0x1dabc3['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x3bd6ea,data:_0x5f1701}of _0x48d6b8){const {group:_0x2e2d97,type:_0x43694e,id:_0x4b99c6}=_0x302bbf['_splitMarkerName'](_0x3bd6ea);if('suggestion'!=_0x2e2d97||'deletion'!=_0x43694e||_0x5f1701['oldRange'])continue;if(!_0x302bbf['hasSuggestion'](_0x4b99c6))continue;const _0x58b375=_0x302bbf['getSuggestion'](_0x4b99c6)['getRanges'](),_0x2129ce=_0x1dabc3['plugins']['get']('Users')['me'];for(const _0x4ac19c of _0x302bbf['getSuggestions']()){if(!_0x4ac19c['isInContent']||_0x4ac19c['author']!=_0x2129ce)continue;if('formatBlock'!=_0x4ac19c['type']||'tablePasteCell'!=_0x4ac19c['subType'])continue;if(_0x4ac19c['getRanges']()['every'](_0x5525ef=>_0x58b375['some'](_0x24b60b=>_0x24b60b['containsRange'](_0x5525ef,!0x0)))){for(const _0xe385d9 of _0x4ac19c['getAllAdjacentSuggestions']())_0xe385d9['isInContent']&&(_0xe385d9['discard'](),_0x201953=!0x0);}}}return _0x201953;}),_0x1dabc3['model']['document']['registerPostFixer'](_0x258fb2=>{const _0x5ba5cd=_0x1dabc3['commands']['get']('redo');if(!_0x5ba5cd||!_0x5ba5cd['_createdBatches']['has'](_0x258fb2['batch']))return!0x1;let _0x4f0bc2=!0x1;const _0x54e024=_0x1dabc3['plugins']['get']('Users')['me'],_0x447c61=_0x1dabc3['model']['document']['differ']['getChanges'](),_0x312197=Array['from'](_0x1dabc3['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x21ee6e,data:_0xf12ab3})=>{const {group:_0x1bb5d5,subType:_0x565b61,authorId:_0x2f48b4}=_0x302bbf['_splitMarkerName'](_0x21ee6e);return'suggestion'==_0x1bb5d5&&'tablePaste'==_0x565b61&&_0x2f48b4==_0x54e024['id']&&!_0xf12ab3['oldRange'];});for(const _0x3b7167 of _0x447c61){if('insert'!=_0x3b7167['type']||'tableCellSuggestion'!=_0x3b7167['name']||0x1!=_0x3b7167['length'])continue;const _0x8e22d9=_0x258fb2['createRange'](_0x3b7167['position'],_0x3b7167['position']['getShiftedBy'](0x1));if(!_0x312197['find'](({data:_0x46d930})=>_0x46d930['newRange']['isEqual'](_0x8e22d9))){for(const {name:_0x5779c4,data:_0x52954b}of _0x312197)if(_0x8e22d9['containsRange'](_0x52954b['newRange'])){_0x258fb2['updateMarker'](_0x5779c4,{'range':_0x8e22d9}),_0x4f0bc2=!0x0;break;}}}return _0x4f0bc2;}),_0x1dabc3['model']['document']['registerPostFixer'](_0x78e102=>{let _0x1818b9=!0x1;const _0xbca1ab=_0x1dabc3['plugins']['get']('Users')['me'],_0x26d48b=_0x302bbf['getSuggestions']()['filter'](_0x1b86dd=>_0x1b86dd['isInContent']&&_0x1b86dd['author']==_0xbca1ab),_0x41f9f8=new Set(),_0x280004=new Set();for(const _0xefb1a9 of _0x26d48b)if('tablePaste'==_0xefb1a9['subType'])for(const _0x1989f4 of _0xefb1a9['getMarkers']()){const _0x876008=_0x1989f4['getRange']()['getContainedElement']();if(_0x876008){if(_0x876008['is']('element','tableCellSuggestion')&&Ue(_0x876008)){_0xefb1a9['removeMarker'](_0x1989f4['name']),_0x41f9f8['add'](_0x876008),_0x1818b9=!0x0;const _0x21f394=_0x876008['nextSibling'],_0x5eeed5=_0x876008['previousSibling'],_0x1f3c8f=_0x21f394&&_0x21f394['is']('element','tableCellSuggestion'),_0x3f03b4=_0x5eeed5&&_0x5eeed5['is']('element','tableCellSuggestion');_0x1f3c8f&&!_0x41f9f8['has'](_0x21f394)&&_0x280004['add'](_0x21f394),_0x3f03b4&&!_0x41f9f8['has'](_0x5eeed5)&&_0x280004['add'](_0x5eeed5);}else _0x876008['is']('element','paragraph')&&_0x876008['isEmpty']&&(_0xefb1a9['removeMarker'](_0x1989f4['name']),_0x1818b9=!0x0);}}else{if('tablePasteCell'==_0xefb1a9['subType']){if(!_0xefb1a9['attributes']||!_0xefb1a9['attributes']['tablePasteChainId'])continue;const _0x435346=_0xefb1a9['attributes']['markerAttributes'];if(_0x435346&&Object['keys'](_0x435346)['length'])continue;const _0x55ecad=_0xefb1a9['attributes']['tablePasteChainId'];let _0xa3f5f4=!0x0,_0x56f2bb=!0x0;for(const _0x4b8826 of _0x26d48b)if(_0x4b8826['subType']&&_0x4b8826['subType']['startsWith']('tablePaste')){if(!_0x4b8826['attributes']['tablePasteChainId']){_0x56f2bb=!0x1;break;}if(_0x4b8826['id']!=_0xefb1a9['id']&&_0x4b8826['attributes']['tablePasteChainId']==_0x55ecad){_0xa3f5f4=!0x1;break;}}_0x56f2bb&&_0xa3f5f4&&(_0xefb1a9['removeMarkers'](),_0x1818b9=!0x0);}}for(const _0x18879c of _0x41f9f8)_0x78e102['remove'](_0x18879c);for(const _0x4bf722 of _0x280004)_0x78e102['unwrap'](_0x4bf722);return _0x1818b9;}),_0x1dabc3['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x2e29ec=>_0x3a602d(_0x2e29ec),'converterPriority':'high'}),_0x1dabc3['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x2cc8d3,_0x5296c2)=>_0x5296c2['options']['showSuggestionHighlights']?_0x3a602d(_0x2cc8d3,!0x1):null,'converterPriority':'high'});const _0x1b9904=_0x1dabc3['editing']['view'];this['listenTo'](_0x1b9904['document'],'clipboardOutput',(_0x2b64e0,_0x5007c3)=>{const _0x2922ab=[];for(const _0x73757e of _0x1b9904['createRangeIn'](_0x5007c3['content'])['getItems']())_0x73757e['is']('element','suggestion-td')&&_0x2922ab['push'](_0x73757e);_0x1b9904['change'](_0x3d190e=>{for(const _0x1ddc6f of _0x2922ab)_0x3d190e['move'](_0x3d190e['createRangeIn'](_0x1ddc6f),_0x3d190e['createPositionBefore'](_0x1ddc6f)),_0x3d190e['remove'](_0x1ddc6f);});});}}function Ue(_0x3ec2e0){if(_0x3ec2e0['isEmpty'])return!0x0;const _0x5b76e9=_0x3ec2e0['getChild'](0x0);return _0x5b76e9['is']('element','paragraph')&&_0x5b76e9['isEmpty'];}function De(_0x211537,_0x5eaf1a={},_0x2f769a){for(const {isAnchor:_0x1c8c8,cellHeight:_0x4dd7af,cellWidth:_0x200c92}of _0x2f769a['createTableWalker'](_0x211537,{'includeAllSlots':!0x0,..._0x5eaf1a}))if(!_0x1c8c8||0x1!=_0x4dd7af||0x1!=_0x200c92)return!0x1;return!0x0;}class Bt extends _0x5682b5{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x66ba25=this['editor']['plugins']['get']('TrackChangesEditing');_0x66ba25['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x66ba25['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x66ba25['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x66ba25['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x66ba25['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x66ba25['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x327889,_0x50cd72){const _0xb1455e=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5f5b87=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x65028b=_0x50cd72['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0xe4e79d=_0x5f5b87['getColumnGroupElement'](_0x65028b);let _0x47247d=_0xe4e79d?_0x5f5b87['getTableColumnsWidths'](_0xe4e79d):null,_0x5bd738=_0x65028b['getAttribute']('tableWidth')||null;const _0x4a033f=_0x50cd72['tableWidth']||_0x5bd738,_0xa43494=_0x50cd72['columnWidths']||_0x47247d,_0x2a4d60=this['editor']['plugins']['get']('Users')['me'];for(const _0x37115b of _0xb1455e['getSuggestions']()){const _0x353c2e=_0x37115b['getContainedElement']();if('resizeTable'===_0x37115b['subType']&&_0x353c2e===_0x65028b){_0x37115b['author']!==_0x2a4d60&&_0x37115b['discard']();const _0x35ce47=_0x37115b['data']['commandParams'];_0x5bd738=_0x35ce47[0x0]['tableWidth'],_0x47247d=_0x35ce47[0x0]['columnWidths'];break;}}_0x327889({'table':_0x65028b,'tableWidth':_0x4a033f,'columnWidths':_0xa43494}),_0xb1455e['markBlockFormat'](_0x65028b,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x5bd738,'columnWidths':_0x47247d}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x452205){if('formatBlock'!=_0x452205['type']&&'formatInline'!=_0x452205['type'])return;const {data:_0x582edc}=_0x452205;if(_0x582edc&&'resizeTable'===_0x582edc['formatGroupId']){const _0x39f05a='*Format:*\x20resize\x20table';return{'type':'format','content':c(this['editor']['locale'],_0x39f05a)};}}}class Ot extends _0x5682b5{['afterInit'](){const _0x5f24b2=this['editor'];_0x5f24b2['plugins']['has']('Template')&&_0x5f24b2['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Rt extends _0x5682b5{['afterInit'](){const _0x108de0=this['editor'];if(!_0x108de0['commands']['get']('insertTableOfContents'))return;_0x108de0['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x13489b=_0x108de0['plugins']['get']('TrackChangesEditing'),_0x435b8d=_0x108de0['locale'];_0x13489b['descriptionFactory']['registerElementLabel']('tableOfContents',_0x3340a3=>c(_0x435b8d,'ELEMENT_TABLE_OF_CONTENTS',_0x3340a3));}}class xt extends _0x5682b5{['afterInit'](){const _0x1f699d=this['editor'];if(!_0x1f699d['plugins']['has']('Title'))return;const _0x161ed1=_0x1f699d['plugins']['get']('TrackChangesEditing');_0x161ed1['descriptionFactory']['registerElementLabel']('title-content',()=>c(_0x1f699d['locale'],'ELEMENT_TITLE')),_0x1f699d['model']['document']['registerPostFixer'](_0x658c56=>{let _0x46ec74=!0x1;const _0x3ea1c5=Array['from'](_0x1f699d['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x3aa637,data:_0x382df3}of _0x3ea1c5){const {group:_0x4b1c51}=_0x161ed1['_splitMarkerName'](_0x3aa637);if('suggestion'!==_0x4b1c51||!_0x382df3['newRange'])continue;const _0x30ebe6=_0x382df3['newRange'],_0x12455e=_0x30ebe6['end']['nodeBefore'];if(!_0x12455e||!_0x12455e['is']('element','title-content'))continue;if(!_0x30ebe6['start']['isTouching'](_0x30ebe6['end']))continue;const _0x35c8f0=_0x1f699d['model']['schema']['getNearestSelectionRange'](_0x30ebe6['end'],'forward');if(_0x35c8f0&&_0x35c8f0['isCollapsed']){const _0x3a46d4=_0x658c56['createRange'](_0x30ebe6['start'],_0x35c8f0['start']);_0x3a46d4['isEqual'](_0x30ebe6)||(_0x658c56['updateMarker'](_0x3aa637,{'range':_0x3a46d4}),_0x46ec74=!0x0);}_0x46ec74||(_0x658c56['removeMarker'](_0x3aa637),_0x46ec74=!0x0);}return _0x46ec74;});}}class Tt extends _0x5682b5{['afterInit'](){const _0x32a3a4=this['editor'],_0x441abe=_0x32a3a4['plugins']['get']('TrackChangesEditing');_0x32a3a4['plugins']['has']('Uploadcare')&&(_0x441abe['enableCommand']('uploadcare'),_0x32a3a4['plugins']['has']('UploadcareImageEdit')&&(_0x441abe['enableCommand']('uploadcareImageEdit'),_0x441abe['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x441abe['registerBlockAttribute']('uploadcareImageId'),_0x441abe['descriptionFactory']['registerDescriptionCallback'](_0x189f94=>{if('attribute'!=_0x189f94['type'])return;const {data:_0x57ad56}=_0x189f94;return _0x57ad56&&'uploadcareImageId'==_0x57ad56['key']?{'type':'format','content':''}:void 0x0;})));}}class Et extends _0x5682b5{['afterInit'](){const _0x4f331b=this['editor'],_0xa24164=_0x4f331b['plugins']['get']('TrackChangesEditing');_0x4f331b['plugins']['has']('UndoEditing')&&(_0xa24164['enableCommand']('undo'),_0xa24164['enableCommand']('redo'));}}class Ut extends _0x5682b5{static get['requires'](){return[Ct];}['afterInit'](){const _0x358dc3=this['editor'];if(!_0x358dc3['plugins']['has']('TableCaptionEditing'))return;_0x358dc3['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Vt extends _0x5682b5{['tableProperties'];['tableCellProperties'];constructor(_0xedc20f){super(_0xedc20f),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 _0xd11c71=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x2b3723 of this['tableProperties'])_0xd11c71['enableCommand'](_0x2b3723,(_0xc33574,_0x16536b)=>{const _0x4c9182=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x2b3723,[_0x4c9182],this['tableProperties'],'tableProperties',_0xc33574,_0x16536b);});_0xd11c71['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0xd11c71['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0xd11c71['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x1efed7,_0x2abc4e)=>this['handleDiscardAction'](this['tableProperties'],_0x1efed7,_0x2abc4e)),_0xd11c71['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x1d4103 of this['tableCellProperties'])_0xd11c71['enableCommand'](_0x1d4103,(_0x52abf9,_0x47c32b)=>{const _0x38b35b=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x1d4103,_0x38b35b,this['tableCellProperties'],'tableCellProperties',_0x52abf9,_0x47c32b);});_0xd11c71['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0xd11c71['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0xd11c71['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0xd338aa,_0x3c77fd)=>this['handleDiscardAction'](this['tableCellProperties'],_0xd338aa,_0x3c77fd)),_0xd11c71['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0xd11c71['descriptionFactory']['registerDescriptionCallback'](_0x213a97=>this['handleSuggestionDescription'](_0x213a97));}['_handlePropertyChange'](_0x3a38bb,_0x5bf52a,_0x74bb70,_0x3e22a1,_0x59c208,_0x3d274f){const _0x1dc639=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x3d274f['batch'],()=>{for(const _0x4e8baa of _0x5bf52a){if(this['_getSuggestion'](_0x4e8baa,_0x3e22a1))_0x59c208(_0x3d274f);else{const _0x13dbc2={};for(const _0x55cea3 of _0x74bb70){const _0x548a13=_0x4e8baa['getAttribute'](_0x55cea3);void 0x0!==_0x548a13&&(_0x13dbc2[_0x55cea3]=_0x548a13);}_0x59c208(_0x3d274f),_0x1dc639['markBlockFormat'](_0x4e8baa,{'commandParams':[_0x13dbc2]},[],_0x3e22a1);}}});}['handleDiscardAction'](_0x235d13,_0x5ac4f0,_0x1393ca){const _0x386471=_0x5ac4f0[0x0]['start']['nodeAfter'],_0x39e9c5=_0x1393ca['commandParams'][0x0];this['editor']['model']['change'](_0x4e07f2=>{for(const _0x4407f6 of _0x235d13)void 0x0!==_0x39e9c5[_0x4407f6]?_0x4e07f2['setAttribute'](_0x4407f6,_0x39e9c5[_0x4407f6],_0x386471):_0x4e07f2['removeAttribute'](_0x4407f6,_0x386471);});}['handleSuggestionDescription'](_0x4f59e8){if(_0x4f59e8['data'])switch(_0x4f59e8['subType']){case'tableProperties':return{'type':'format','content':c(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':c(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x1d8f37,_0xffc01){const _0x1c6fe3=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x54a4a4 of _0x1c6fe3['getSuggestions']({'skipNotAttached':!0x0})){const _0x2536bf=_0x54a4a4['getContainedElement']();if(_0x54a4a4['subType']===_0xffc01&&_0x2536bf===_0x1d8f37)return _0x54a4a4;}return null;}}const u='$elementName';class p extends _0x5682b5{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x1c49f1,_0x18bbf8,U,V,F,G,L,K,J,H,q,z,X,Y,Z,tt,et,nt,it,st,ot,rt,ct,at,ut,ft,ht,gt,Q,kt,lt,W,Se,dt,pt,wt,bt,yt,jt,St,At,It,_t,vt,Ct,Nt,Dt,Ye,Ut,$t,Bt,Rt,Vt,Ot,xt,Tt,Et];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x29fc58){super(_0x29fc58),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x8378af,_0x12eeff,_0x48eb6b,_0x3e2377)=>{this['_model']['change'](()=>{for(const _0x25c4fe of[..._0x3e2377,..._0x48eb6b])this['_model']['markers']['has'](_0x25c4fe)&&_0x29fc58['editing']['reconvertMarker'](_0x25c4fe);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Pt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x29fc58['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this['_blockAttributeKeys']=new Set([u]),this['_inlineAttributeKeys']=new Set(),_0x29fc58['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x29fc58['config']['get']('trackChanges.trackFormatChanges'),_0x29fc58['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x29fc58['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x29fc58,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x40d674=this['editor'],_0x1c71cd=(_0xad0d10,_0x1f4557)=>{if('attribute'!=_0xad0d10)return'ck-suggestion-marker-'+_0xad0d10;const _0x57c8a8=_0x1f4557['split']('|')[0x0];return this['_isBlockAttribute'](_0x57c8a8)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x40d674['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x5592e1=>{const {id:_0x3522fc,authorId:_0x4c7da7,type:_0x46468d,subType:_0x3b081d}=this['_splitMarkerName'](_0x5592e1['markerName']),_0x1f5e81=['ck-suggestion-marker',_0x1c71cd(_0x46468d,_0x3b081d)];let _0x517a51=0xbb8;return this['activeMarkers']['includes'](_0x5592e1['markerName'])&&(_0x1f5e81['push']('ck-suggestion-marker--active'),_0x517a51=0xbc2),'deletion'==_0x46468d&&(_0x517a51+=0x5),{'classes':_0x1f5e81,'attributes':{'data-suggestion':_0x3522fc,'data-author-id':_0x4c7da7},'priority':_0x517a51};}}),_0x40d674['conversion']['for']('dataDowncast')['add'](_0x33c204=>{_0x33c204['on']('addMarker:suggestion',(_0x49d8aa,_0x1892cb,_0x45f084)=>{if(!_0x45f084['options']['showSuggestionHighlights'])return;const _0x5d2ead=_0x1892cb['item'];if(!_0x5d2ead)return;const _0x4dd14d=_0x45f084['mapper']['toViewElement'](_0x5d2ead);_0x40d674['model']['schema']['isObject'](_0x5d2ead)&&_0x4dd14d&&!_0x4dd14d['getCustomProperty']('widget')&&_0x4dd14d['is']('containerElement')&&_0x32c6c4(_0x4dd14d,_0x45f084['writer']);},{'priority':'high'});}),_0x40d674['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x310c96,_0x351bc4)=>{if(!_0x351bc4['options']['showSuggestionHighlights'])return null;const {type:_0x9c5d28,subType:_0x5b52c3}=this['_splitMarkerName'](_0x310c96['markerName']);return{'classes':['ck-suggestion-marker',_0x1c71cd(_0x9c5d28,_0x5b52c3)],'priority':0xbb8};}});const _0x534526=({showActiveMarkers:_0x2fea33=!0x0,isAttributeSuggestion:_0x246e52=!0x1}={})=>(_0x484b56,_0x4c39a5,_0x5e8961)=>{if(!_0x4c39a5['item'])return;const {id:_0x462bb2,authorId:_0x2d191e}=this['_splitMarkerName'](_0x4c39a5['markerName']);if(_0x246e52){const _0x4bb950=this['_suggestions']['get'](_0x462bb2),_0x1a1b14=this['_getAttributeKey'](_0x4bb950);if(!this['_isBlockAttribute'](_0x1a1b14))return;}if(_0x4c39a5['item']['is']('selection'))return void _0x5e8961['consumable']['consume'](_0x4c39a5['item'],_0x484b56['name']);const _0x1fbcae=_0x5e8961['mapper']['toViewElement'](_0x4c39a5['item']);if(_0x4c39a5['item']['is']('element')&&_0x40d674['model']['schema']['isBlock'](_0x4c39a5['item'])&&!_0x1fbcae['getCustomProperty']('addHighlight')){_0x5e8961['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x1fbcae),_0x5e8961['writer']['setAttribute']('data-suggestion',_0x462bb2,_0x1fbcae),_0x5e8961['writer']['setAttribute']('data-author-id',_0x2d191e,_0x1fbcae),_0x5e8961['mapper']['bindElementToMarker'](_0x1fbcae,_0x4c39a5['markerName']),_0x2fea33&&(this['activeMarkers']['includes'](_0x4c39a5['markerName'])?_0x5e8961['writer']['addClass']('ck-suggestion-marker--active',_0x1fbcae):_0x5e8961['writer']['removeClass']('ck-suggestion-marker--active',_0x1fbcae));for(const _0xeda1df of _0x40d674['model']['createRangeIn'](_0x4c39a5['item'])['getItems']())_0x5e8961['consumable']['consume'](_0xeda1df,_0x484b56['name']);_0x5e8961['consumable']['consume'](_0x4c39a5['item'],_0x484b56['name']);}};_0x40d674['conversion']['for']('dataDowncast')['add'](_0x373d3f=>{_0x373d3f['on']('addMarker:suggestion:formatBlock',(_0x863bc3,_0x4db23d,_0x2fad36)=>{_0x2fad36['options']['showSuggestionHighlights']&&_0x534526({'showActiveMarkers':!0x1})(_0x863bc3,_0x4db23d,_0x2fad36);},{'priority':'highest'});}),_0x40d674['conversion']['for']('dataDowncast')['add'](_0x94ffcc=>{_0x94ffcc['on']('addMarker:suggestion:attribute',(_0x4a47d7,_0x235d8c,_0x3fce50)=>{_0x3fce50['options']['showSuggestionHighlights']&&_0x534526({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x4a47d7,_0x235d8c,_0x3fce50);},{'priority':'highest'});}),_0x40d674['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0xcab476,_0x576720)=>_0x576720['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0xcab476['substr'](0xb)}}),_0x40d674['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x7b2b44,{writer:_0x306114})=>{let _0x2b0b39='suggestion:'+_0x7b2b44['getAttribute']('suggestion-type')+':'+_0x7b2b44['getAttribute']('id');return _0x7b2b44['getAttribute']('marker-count')&&(_0x2b0b39+=':'+_0x7b2b44['getAttribute']('marker-count')),_0x306114['createElement']('$marker',{'data-name':_0x2b0b39});}}),_0x40d674['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x40d674['conversion']['for']('editingDowncast')['add'](_0x5e732b=>{_0x5e732b['on']('addMarker:suggestion:formatBlock',_0x534526(),{'priority':'high'});}),_0x40d674['conversion']['for']('editingDowncast')['add'](_0x3435fa=>{_0x3435fa['on']('addMarker:suggestion:attribute',_0x534526({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x40d674['conversion']['for']('editingDowncast')['add'](_0x2cb96a=>{_0x2cb96a['on']('removeMarker:suggestion:formatBlock',(_0x2d503e,_0x242e1c,_0x1885ac)=>{const _0x349311=_0x1885ac['mapper']['markerNameToElements'](_0x242e1c['markerName']);if(_0x349311){for(const _0x15b501 of _0x349311)_0x15b501['getCustomProperty']('addHighlight')||(_0x1885ac['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x15b501),_0x1885ac['writer']['removeAttribute']('data-suggestion',_0x15b501),_0x1885ac['writer']['removeAttribute']('data-author-id',_0x15b501),_0x1885ac['mapper']['unbindElementFromMarkerName'](_0x15b501,_0x242e1c['markerName']));}},{'priority':'high'});}),_0x40d674['conversion']['for']('editingDowncast')['add'](_0x4e365a=>{_0x4e365a['on']('removeMarker:suggestion:attribute',(_0x23d7c4,_0x10155f,_0x3251a2)=>{const _0x4577ed=_0x3251a2['mapper']['markerNameToElements'](_0x10155f['markerName']);if(!_0x4577ed)return;const {id:_0x2be065}=this['_splitMarkerName'](_0x10155f['markerName']),_0x44b95d=this['_suggestions']['get'](_0x2be065),_0x1b5cca=this['_getAttributeKey'](_0x44b95d);if(this['_isBlockAttribute'](_0x1b5cca)){for(const _0x179ab3 of _0x4577ed)_0x179ab3['getCustomProperty']('addHighlight')||(_0x3251a2['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x179ab3),_0x3251a2['writer']['removeAttribute']('data-suggestion',_0x179ab3),_0x3251a2['writer']['removeAttribute']('data-author-id',_0x179ab3),_0x3251a2['mapper']['unbindElementFromMarkerName'](_0x179ab3,_0x10155f['markerName']));}},{'priority':'high'});}),_0x40d674['model']['document']['registerPostFixer'](_0x21916e=>{let _0x4f6a37=!0x1;const _0x38f857=Array['from'](_0x40d674['model']['document']['differ']['getChangedMarkers']()),_0x1a7b8f=new Set();for(const {name:_0x5f1362,data:_0x1a94cf}of _0x38f857){const {group:_0x1f3a1d,type:_0x5e733c,subType:_0x2cdc17,id:_0x4ef47e}=this['_splitMarkerName'](_0x5f1362);if('suggestion'!==_0x1f3a1d)continue;const _0x57e068=this['_suggestions']['get'](_0x4ef47e);if(null!=_0x1a94cf['newRange']){'formatInline'==_0x5e733c&&(_0x4f6a37=_0x4f6a37||Jt(_0x1a94cf['newRange'],_0x5f1362,_0x21916e,_0x40d674['model']['schema']));const _0x5cf7eb='attribute'==_0x5e733c&&this['_isBlockAttribute'](_0x2cdc17['split']('|')[0x0]);if(_0x1a94cf['newRange']['isCollapsed']||'$graveyard'==_0x1a94cf['newRange']['root']['rootName']||'formatBlock'==_0x5e733c&&!Ht(_0x1a94cf['newRange'])||_0x5cf7eb&&!Ht(_0x1a94cf['newRange'])||'deletion'==_0x5e733c&&!(!Lt(_0x39a804=_0x1a94cf['newRange'])&&!function(_0x32494a){return _0x32494a['start']['parent']==_0x32494a['end']['nodeBefore']&&_0x32494a['start']['isAtEnd'];}(_0x39a804)))_0x21916e['removeMarker'](_0x5f1362),_0x4f6a37=!0x0;else{if(!_0x57e068||!_0x57e068['isInContent'])continue;if(_0x1a94cf['newRange']&&_0x1a94cf['oldRange']&&_0x1a94cf['newRange']['isEqual'](_0x1a94cf['oldRange']))continue;_0x1a7b8f['add'](_0x57e068);}}}var _0x39a804;return _0x1a7b8f['size']>0x0&&(_0x4f6a37=!!this['_joinWithAdjacentSuggestions'](_0x1a7b8f)||_0x4f6a37),_0x4f6a37;}),_0x40d674['model']['document']['registerPostFixer'](_0x51c7dd=>{let _0x29551c=!0x1;for(const _0x1720e0 of _0x40d674['model']['document']['differ']['getChanges']())if('insert'==_0x1720e0['type'])for(const _0x5df7c5 of this['_suggestions']['values']()){if(_0x5df7c5['isMultiRange']||!_0x5df7c5['isInContent'])continue;const _0x4e1c95='formatBlock'==_0x5df7c5['type'],_0x716200=this['_getAttributeKey'](_0x5df7c5),_0x55d4b5=_0x716200&&this['_isBlockAttribute'](_0x716200);if(!_0x4e1c95&&!_0x55d4b5)continue;const _0x48f150=_0x5df7c5['getFirstRange']();if(_0x48f150['start']['parent']!=_0x48f150['end']['parent']&&!_0x48f150['end']['isAtEnd']){const _0x2f7a33=_0x40d674['model']['createPositionAt'](_0x48f150['start']['nodeAfter'],'end'),_0x3958d6=_0x40d674['model']['createRange'](_0x48f150['start'],_0x2f7a33);_0x51c7dd['updateMarker'](_0x5df7c5['getFirstMarker'](),{'range':_0x3958d6}),_0x29551c=!0x0;}}return _0x29551c;}),_0x40d674['model']['document']['registerPostFixer'](_0x520e5b=>this['_processAttributeChanges'](_0x520e5b)),_0x40d674['model']['document']['registerPostFixer'](_0x184447=>!_0x184447['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x184447)),_0x40d674['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x40d674['model']['document']['on']('change:data',(_0x2c6954,_0x4f59fd)=>{if(!_0x4f59fd['isLocal']||_0x4f59fd['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x3b22ad=_0x40d674['model']['document']['differ']['getChanges']();if(0x0==_0x3b22ad['length'])return;const _0x277d17=[],_0x534c9f=_0x3b22ad['filter'](_0x2a1b22=>'attribute'==_0x2a1b22['type']),_0x17e3cf=_0x3b22ad['filter'](_0x1fa0ea=>'insert'==_0x1fa0ea['type']&&'$text'!=_0x1fa0ea['name']);for(const _0x3ebd9d of _0x534c9f)this['_isRegisteredAttribute'](_0x3ebd9d['attributeKey'])&&_0x277d17['push']({'key':_0x3ebd9d['attributeKey'],'newValue':_0x3ebd9d['attributeNewValue'],'oldValue':_0x3ebd9d['attributeOldValue'],'range':qt(_0x3ebd9d['range'],_0x40d674['model'])});for(const _0x3edc3a of _0x17e3cf){if('rename'!=_0x3edc3a['action']&&'refresh'!=_0x3edc3a['action'])continue;const _0x382100=zt(_0x3edc3a['position']['nodeAfter'],_0x40d674['model']),_0x554437=_0x3edc3a['before'];'rename'==_0x3edc3a['action']&&_0x277d17['push']({'key':u,'newValue':_0x3edc3a['name'],'oldValue':_0x554437['name'],'range':_0x382100});for(const [_0x34100f,_0x295188]of _0x554437['attributes']){if(!this['_isRegisteredAttribute'](_0x34100f))continue;const _0x56ccba=_0x3edc3a['attributes']['get'](_0x34100f);_0x295188!==_0x56ccba&&_0x277d17['push']({'key':_0x34100f,'newValue':_0x56ccba,'oldValue':_0x295188,'range':_0x382100});}for(const [_0x5ac9f3,_0x769360]of _0x3edc3a['attributes'])this['_isRegisteredAttribute'](_0x5ac9f3)&&(_0x554437['attributes']['has'](_0x5ac9f3)||_0x277d17['push']({'key':_0x5ac9f3,'newValue':_0x769360,'oldValue':null,'range':_0x382100}));}0x0!=_0x277d17['length']&&_0x40d674['model']['enqueueChange'](_0x4f59fd,_0x416082=>{const _0x377784=_0x49332a();for(const {range:_0x129ca4,key:_0xc39878,oldValue:_0x432393,newValue:_0x367dee}of _0x277d17)this['markAttributeChange'](_0x129ca4,_0xc39878,_0x432393,_0x367dee,{'groupId':_0x377784});this['_reduceExistingSuggestions'](_0x416082,_0x277d17);});},{'priority':'lowest'}),_0x40d674['model']['markers']['on']('update:suggestion',(_0x322f7a,_0x2f438d,_0x2ac468)=>{if(null==_0x2ac468){const {id:_0x4ccf22}=this['_splitMarkerName'](_0x2f438d['name']),_0x348071=this['_suggestions']['get'](_0x4ccf22);_0x348071&&_0x348071['addMarkerName'](_0x2f438d['name']);}}),_0x40d674['model']['document']['on']('change:data',()=>{const _0x442a6c=Array['from'](_0x40d674['model']['document']['differ']['getChangedMarkers']())['filter'](_0x592fb8=>'suggestion'===this['_splitMarkerName'](_0x592fb8['name'])['group']);if(0x0===_0x442a6c['length'])return;_0x442a6c['sort']((_0x4bab5d,_0x393151)=>{const _0x1b175f=_0x4bab5d['data']['oldRange'],_0x37f5b0=_0x393151['data']['oldRange'];return null===_0x1b175f&&null===_0x37f5b0?0x0:null===_0x1b175f&&null!==_0x37f5b0?-0x1:null!==_0x1b175f&&null===_0x37f5b0?0x1:_0x1b175f['start']['isBefore'](_0x37f5b0['start'])?-0x1:0x1;});const _0x947ba2=new Set(),_0x31b66d=new Set();for(const {name:_0xda2263,data:_0x58d9be}of _0x442a6c){const {id:_0x4267ff}=this['_splitMarkerName'](_0xda2263);if(null===_0x58d9be['oldRange']){const _0xf02a56=this['_handleNewSuggestionMarker'](_0xda2263);_0x31b66d['add'](_0xf02a56);}else{const _0x492d93=this['_suggestions']['get'](_0x4267ff);null!==_0x58d9be['newRange']||_0x492d93['isInContent']?(_0x947ba2['add'](_0x492d93['head']),_0x31b66d['add'](_0x492d93)):this['_removeSuggestion'](_0x492d93);}}_0x31b66d['size']>0x0&&this['_refreshSuggestionsChain'](_0x31b66d);for(const _0x360a65 of _0x947ba2)this['fire']('suggestionChanged',_0x360a65);}),_0x40d674['model']['on']('applyOperation',(_0x2c566b,_0x8808ea)=>{const _0x310947=_0x8808ea[0x0];if(!this['_suggestions']['size'])return;if(!_0x310947['isDocumentOperation'])return;if(_0x310947['batch']['isUndo']||!_0x310947['batch']['isLocal'])return;let _0x4fa7af,_0x2025bd;switch(_0x310947['type']){case'insert':_0x4fa7af=_0x40d674['model']['createPositionAt'](_0x310947['position']),_0x2025bd=_0x4fa7af['getShiftedBy'](_0x310947['howMany']);break;case'split':_0x4fa7af=_0x40d674['model']['createPositionAt'](_0x310947['splitPosition']),_0x2025bd=_0x40d674['model']['createPositionAt'](_0x310947['moveTargetPosition']);break;case'move':_0x4fa7af=_0x40d674['model']['createPositionAt'](_0x310947['targetPosition']),_0x2025bd=_0x4fa7af['getShiftedBy'](_0x310947['howMany']);break;default:return;}const _0xc8b9e9=_0x40d674['model']['createRange'](_0x4fa7af,_0x2025bd);_0x40d674['model']['change'](()=>{for(const {suggestion:_0x17591a,meta:_0x3716b2}of this['_findSuggestions'](_0xc8b9e9)){if(_0x17591a['isMultiRange'])continue;if('formatInline'==_0x17591a['type'])continue;const _0x1fde46=this['_getAttributeKey'](_0x17591a);if(_0x1fde46&&this['_isBlockAttribute'](_0x1fde46)&&'split'!=_0x310947['type'])continue;const _0x168737=_0x17591a['data']&&_0x17591a['data']['multipleBlocks'];('formatBlock'!=_0x17591a['type']||'split'==_0x310947['type']&&!_0x168737)&&(_0x3716b2['containsRangeInObject']||'insertion'==_0x17591a['type']&&_0x3716b2['isOwn']||_0x17591a['getFirstRange']()['containsRange'](_0xc8b9e9)&&this['_breakSuggestionMarker'](_0x17591a,_0x4fa7af,_0x2025bd));}});},{'priority':'lowest'}),_0x40d674['model']['on']('deleteContent',(_0x14045c,_0xfb379c)=>{const _0x4a68f9=_0xfb379c[0x0],_0x28bd85=_0xfb379c[0x1];if(_0x28bd85&&_0x28bd85['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x4a68f9['isCollapsed'])return;const _0x37a784=_0x40d674['model']['schema'],{start:_0x57b222,end:_0x1b5712}=_0x4a68f9['getFirstRange'](),_0x1fe0ff=_0x57b222['nodeAfter']&&_0x37a784['isLimit'](_0x57b222['nodeAfter'])?null:_0x37a784['getNearestSelectionRange'](_0x57b222,'forward'),_0x320f90=_0x1b5712['nodeBefore']&&_0x37a784['isLimit'](_0x1b5712['nodeBefore'])?null:_0x37a784['getNearestSelectionRange'](_0x1b5712,'backward'),_0x5babd2=_0x40d674['model']['createRange'](_0x1fe0ff?_0x1fe0ff['start']:_0x57b222,_0x320f90?_0x320f90['end']:_0x1b5712);_0x40d674['model']['change'](_0x2150fc=>{this['markDeletion'](_0x5babd2);const _0x444c6d=_0x40d674['model']['schema']['getNearestSelectionRange'](_0x5babd2['start']);_0x4a68f9['is']('documentSelection')?_0x2150fc['setSelection'](_0x444c6d):_0x4a68f9['setTo'](_0x444c6d);}),_0x14045c['stop']();},{'priority':_0x2de02f['normal']+0xa}),_0x40d674['model']['on']('insertContent',(_0x113795,_0x3a3fcc)=>{const _0x16f0d1=_0x3a3fcc[_0x3a3fcc['length']-0x1];_0x16f0d1&&_0x16f0d1['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x40d674['model']['change'](()=>{let _0x4c36c2=_0x40d674['model']['insertContent'](_0x3a3fcc[0x0],_0x3a3fcc[0x1],_0x3a3fcc[0x2],{'forceDefaultExecution':!0x0});if(!_0x4c36c2)return;_0x113795['return']=_0x4c36c2['clone']();const _0x5da323=_0x4c36c2['end']['nodeBefore'],_0x4a587d=_0x40d674['model']['schema'];_0x5da323&&_0x4a587d['isBlock'](_0x5da323)&&!_0x4a587d['isObject'](_0x5da323)&&(_0x4c36c2=_0x40d674['model']['createRange'](_0x4c36c2['start'],_0x40d674['model']['createPositionAt'](_0x5da323,'end'))),this['markInsertion'](_0x4c36c2);}),_0x113795['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x4e0ca4=new O(_0x40d674,this['_suggestions']);_0x40d674['commands']['add']('acceptSuggestion',_0x4e0ca4),this['enableCommand']('acceptSuggestion');const _0x54a07d=new R(_0x40d674,this['_suggestions']);_0x40d674['commands']['add']('discardSuggestion',_0x54a07d),this['enableCommand']('discardSuggestion'),_0x40d674['commands']['add']('acceptAllSuggestions',new x(_0x40d674,_0x4e0ca4,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x40d674['commands']['add']('discardAllSuggestions',new x(_0x40d674,_0x54a07d,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x40d674['commands']['add']('acceptSelectedSuggestions',new E(_0x40d674,_0x4e0ca4,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x40d674['commands']['add']('discardSelectedSuggestions',new E(_0x40d674,_0x54a07d,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x413a68=_0x40d674['plugins']['get']('CommentsRepository');this['listenTo'](_0x413a68,'addComment',(_0x44c282,{threadId:_0x1a1b9c})=>{const _0x13dce7=this['_suggestions']['get'](_0x1a1b9c);_0x13dce7&&_0x13dce7['commentThread']&&0x1===_0x13dce7['commentThread']['length']&&this['_updateSuggestionData'](_0x1a1b9c,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x413a68,'removeComment',(_0x3e341c,{threadId:_0x3994ea})=>{const _0x9d2197=this['_suggestions']['get'](_0x3994ea);_0x9d2197&&_0x9d2197['commentThread']&&!_0x9d2197['commentThread']['length']&&this['_updateSuggestionData'](_0x3994ea,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x720d37){const _0x96cd75=_0x39b59e([0x39,0x6a,0x47,0x6b,0x49,0x4d,0x53,0x72,0x6d,0x6f,0x65,0x31,0x52,0x61,0x55,0x37,0x62,0x42,0x35,0x5a,0x68,0x64,0x41,0x30,0x43,0x75,0x74,0x56,0x66,0x78,0x79,0x58,0x54,0x36,0x38,0x4c,0x6e,0x34,0x77,0x45,0x7a,0x70,0x46,0x6c,0x48,0x50,0x73,0x4f,0x44,0x33,0x63,0x4b,0x51,0x67,0x4e,0x32,0x4a,0x69,0x71,0x57,0x76,0x59]),_0xa483e7=0x7d119863,_0x1de6cb=0x7d16fcb3^_0xa483e7,_0x271f2c=window[_0x39b59e([0x44,0x61,0x74,0x65])][_0x39b59e([0x6e,0x6f,0x77])](),_0x5bce6e=_0x720d37[_0x39b59e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4b9c74=new window[(_0x39b59e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x403f89=>{_0x5bce6e[_0x39b59e([0x6f,0x6e,0x63,0x65])](_0x39b59e([0x72,0x65,0x61,0x64,0x79]),_0x403f89);}),_0x161116={[_0x39b59e([0x6b,0x74,0x79])]:_0x39b59e([0x45,0x43]),[_0x39b59e([0x75,0x73,0x65])]:_0x39b59e([0x73,0x69,0x67]),[_0x39b59e([0x63,0x72,0x76])]:_0x39b59e([0x50,0x2d,0x32,0x35,0x36]),[_0x39b59e([0x78])]:_0x39b59e([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]),[_0x39b59e([0x79])]:_0x39b59e([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]),[_0x39b59e([0x61,0x6c,0x67])]:_0x39b59e([0x45,0x53,0x32,0x35,0x36])},_0x552af0=_0x5bce6e[_0x39b59e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x39b59e([0x67,0x65,0x74])](_0x39b59e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1d9d51(){let _0x5df9bd,_0x20ede0=null,_0x4edcde=null;try{if(_0x552af0==_0x39b59e([0x47,0x50,0x4c]))return _0x39b59e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5df9bd=_0x41c429(),!_0x5df9bd)return _0x39b59e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5df9bd[_0x39b59e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4edcde=_0x549563(_0x5df9bd[_0x39b59e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5df9bd[_0x39b59e([0x6a,0x74,0x69])])),await _0x5a1c0f()?_0x3a189c()?_0x304fae()?_0x39b59e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x480d1b()?(_0x5df9bd[_0x39b59e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x39b59e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x20ede0=_0x5e4d79(_0x39b59e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5df9bd[_0x39b59e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x39b59e([0x74,0x72,0x69,0x61,0x6c])&&(_0x20ede0=_0x5e4d79(_0x39b59e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3b3e6a()):_0x39b59e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x39b59e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x39b59e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x4995d0){return _0x39b59e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x304fae(){const _0x5af50e=[_0x39b59e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x39b59e([0x74,0x72,0x69,0x61,0x6c])][_0x39b59e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5df9bd[_0x39b59e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x271f2c/0x3e8:0xe10*_0x1de6cb;return _0x5df9bd[_0x39b59e([0x65,0x78,0x70])]<_0x5af50e;}function _0x3a189c(){const _0xd1be83=_0x5df9bd[_0x39b59e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0xd1be83)return!0x1;if(_0xd1be83[_0x39b59e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39b59e([0x2a])))return!0x0;if(_0xd1be83[_0x39b59e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39b59e([0x54,0x43])))return!0x0;if(_0xd1be83[_0x39b59e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39b59e([0x52,0x54,0x43]))){if(_0x213439())return!0x0;if(_0x34a971()||_0x1db6b8())return!0x0;}return!0x1;}function _0x480d1b(){const _0x49bc80=_0x5df9bd[_0x39b59e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x49bc80||0x0==_0x49bc80[_0x39b59e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x68dbc4}=new URL(window[_0x39b59e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x49bc80[_0x39b59e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x68dbc4))return!0x0;const _0x3f9143=_0x68dbc4[_0x39b59e([0x73,0x70,0x6c,0x69,0x74])](_0x39b59e([0x2e]));return _0x49bc80[_0x39b59e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1e8453=>_0x1e8453[_0x39b59e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39b59e([0x2a])))[_0x39b59e([0x6d,0x61,0x70])](_0xff3d6e=>_0xff3d6e[_0x39b59e([0x73,0x70,0x6c,0x69,0x74])](_0x39b59e([0x2e])))[_0x39b59e([0x73,0x6f,0x6d,0x65])](_0x2b0a36=>_0x3f9143[_0x39b59e([0x65,0x76,0x65,0x72,0x79])]((_0x157e6e,_0x31da21)=>_0x2b0a36[_0x31da21]===_0x157e6e||_0x2b0a36[_0x31da21]===_0x39b59e([0x2a])));}function _0x3b3e6a(){return _0x20ede0&&_0x4edcde?new window[(_0x39b59e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5afd14,_0x6bfcdd)=>{_0x20ede0[_0x39b59e([0x74,0x68,0x65,0x6e])](_0x5afd14,_0x6bfcdd),_0x4edcde[_0x39b59e([0x74,0x68,0x65,0x6e])](_0x451b4e=>{_0x451b4e!=_0x39b59e([0x56,0x61,0x6c,0x69,0x64])&&_0x5afd14(_0x451b4e);},_0x6bfcdd);}):_0x20ede0||_0x4edcde||_0x39b59e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x549563(_0x1a2495,_0x3f032c){return new window[(_0x39b59e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x282d72=>{if(_0x64e54())return _0x282d72(_0x39b59e([0x56,0x61,0x6c,0x69,0x64]));_0x14e0fc(),_0x5bce6e[_0x39b59e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x39b59e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x29a9b3=!0x1;const _0x4e41d9=_0x49332a();function _0x2183fe(_0x19752a){return!!_0x19752a&&(typeof _0x19752a===_0x39b59e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x19752a===_0x39b59e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x19752a[_0x39b59e([0x74,0x68,0x65,0x6e])]===_0x39b59e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x19752a[_0x39b59e([0x63,0x61,0x74,0x63,0x68])]===_0x39b59e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x6766c2(_0x5505e4){_0x2546a6(_0x5505e4)[_0x39b59e([0x74,0x68,0x65,0x6e])](_0x444ab3=>{if(!_0x444ab3||_0x444ab3[_0x39b59e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x39b59e([0x6f,0x6b]))return _0x39b59e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x533bc4(_0x5406e1(_0x4e41d9+_0x3f032c))!=_0x444ab3[_0x39b59e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x39b59e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x39b59e([0x56,0x61,0x6c,0x69,0x64]);})[_0x39b59e([0x74,0x68,0x65,0x6e])](_0x356bb6=>(_0x4841f1(),_0x356bb6),()=>{const _0x527d9a=_0x46a8dc();return null==_0x527d9a?(_0x4841f1(),_0x39b59e([0x56,0x61,0x6c,0x69,0x64])):_0x39b59e(_0x271f2c-_0x527d9a>(0x591d1c63^_0xa483e7)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x39b59e([0x74,0x68,0x65,0x6e])](_0x282d72)[_0x39b59e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x282d72(_0x39b59e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2fcbb5=0x7d2776e3^_0xa483e7;function _0x4841f1(){const _0x1c4c05=_0x39b59e([0x6c,0x6c,0x63,0x74,0x2d])+_0x533bc4(_0x5406e1(_0x1a2495)),_0x2b8110=_0x1fc6dd(_0x533bc4(window[_0x39b59e([0x4d,0x61,0x74,0x68])][_0x39b59e([0x63,0x65,0x69,0x6c])](_0x271f2c/_0x2fcbb5)));window[_0x39b59e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x39b59e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1c4c05,_0x2b8110);}function _0x46a8dc(){const _0x2b9706=_0x39b59e([0x6c,0x6c,0x63,0x74,0x2d])+_0x533bc4(_0x5406e1(_0x1a2495)),_0x3258ee=window[_0x39b59e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x39b59e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2b9706);return _0x3258ee?window[_0x39b59e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1fc6dd(_0x3258ee),0x10)*_0x2fcbb5:null;}function _0x2546a6(_0x4f4800){return new window[(_0x39b59e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f63df,_0x4c03ee)=>{_0x4f4800[_0x39b59e([0x74,0x68,0x65,0x6e])](_0x2f63df,_0x4c03ee),window[_0x39b59e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4c03ee,0x7d104ca3^_0xa483e7);});}}_0x5bce6e[_0x39b59e([0x6f,0x6e])](_0x39b59e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xf8f2cc,_0x592e79)=>{if(_0x592e79[0x0]!=_0x1a2495)return _0x282d72(_0x39b59e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x592e79[0x1]={..._0x592e79[0x1],[_0x39b59e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4e41d9};},{[_0x39b59e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x39b59e([0x68,0x69,0x67,0x68])}),_0x5bce6e[_0x39b59e([0x6f,0x6e])](_0x39b59e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xed70b7=>{_0x2183fe(_0xed70b7[_0x39b59e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x29a9b3=!0x0,_0x6766c2(_0xed70b7[_0x39b59e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x39b59e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x39b59e([0x6c,0x6f,0x77])}),_0x4b9c74[_0x39b59e([0x74,0x68,0x65,0x6e])](()=>{_0x29a9b3||_0x282d72(_0x39b59e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x64e54(){return _0x5bce6e[_0x39b59e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x39b59e([0x76,0x69,0x65,0x77])][_0x39b59e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x39b59e([0x61,0x75,0x74,0x6f]);}function _0x14e0fc(){_0x5bce6e[_0x39b59e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x39b59e([0x76,0x69,0x65,0x77])][_0x39b59e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x39b59e([0x61,0x75,0x74,0x6f]);}}function _0x5e4d79(_0x5bb42e){const _0x198f3b=[new window[(_0x39b59e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x43a3aa=>setTimeout(_0x43a3aa,0x7d18a6af^_0xa483e7)),_0x4b9c74[_0x39b59e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x39b59e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x510ec9=>{let _0xf726c6=0x0;_0x5bce6e[_0x39b59e([0x6d,0x6f,0x64,0x65,0x6c])][_0x39b59e([0x6f,0x6e])](_0x39b59e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x566c03,_0x4acd9e)=>{_0x4acd9e[0x0][_0x39b59e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xf726c6++,_0xf726c6==(0x7d11999b^_0xa483e7)&&(_0x510ec9(),_0x566c03[_0x39b59e([0x6f,0x66,0x66])]());});}))];return window[_0x39b59e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x39b59e([0x72,0x61,0x63,0x65])](_0x198f3b)[_0x39b59e([0x74,0x68,0x65,0x6e])](()=>_0x5bb42e);}async function _0x3a1a37(){await _0x4b9c74,_0x5bce6e[_0x39b59e([0x6d,0x6f,0x64,0x65,0x6c])][_0x39b59e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4c4db4,_0x5bce6e[_0x39b59e([0x6d,0x6f,0x64,0x65,0x6c])][_0x39b59e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4c4db4,_0x5bce6e[_0x39b59e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x39b59e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x213439(){return _0x200247(_0x39b59e([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x426fd4(_0x39b59e([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x39b59e([0x73,0x74,0x61,0x74,0x65])]==_0x39b59e([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x34a971(){return _0x200247(_0x39b59e([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 _0x1db6b8(){return _0x200247(_0x39b59e([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x2b2773(_0x27de9f){const _0x4ba225=_0x26a43b();_0x5bce6e[_0x4ba225]=_0x39b59e([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x27de9f,_0x27de9f!=_0x39b59e([0x56,0x61,0x6c,0x69,0x64])&&_0x3a1a37();}function _0x26a43b(){const _0x48fd76=window[_0x39b59e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x39b59e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x39b59e([0x6e,0x6f,0x77])]())[_0x39b59e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x39b59e([0x2e]),'');let _0x494a37=_0x39b59e([0x6a]);for(let _0x514c77=0x0;_0x514c77<_0x48fd76[_0x39b59e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x514c77+=0x2){let _0x54d079=window[_0x39b59e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x48fd76[_0x39b59e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x514c77,_0x514c77+0x2));_0x54d079>=_0x96cd75[_0x39b59e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x54d079-=_0x96cd75[_0x39b59e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x494a37+=_0x96cd75[_0x54d079];}return _0x494a37;}function _0x41c429(){const _0x40cb17=_0x552af0[_0x39b59e([0x73,0x70,0x6c,0x69,0x74])](_0x39b59e([0x2e]));if(0x3!=_0x40cb17[_0x39b59e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x298cdb(_0x40cb17[0x1]);function _0x298cdb(_0x4f318a){const _0x77ff4c=_0xbfd1f4(_0x4f318a);return _0x77ff4c&&_0x1263af()?_0x77ff4c:null;function _0x1263af(){const _0x50ca35=_0x77ff4c[_0x39b59e([0x6a,0x74,0x69])],_0x51a691=window[_0x39b59e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x50ca35[_0x39b59e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x50ca35[_0x39b59e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4932da={..._0x77ff4c,[_0x39b59e([0x6a,0x74,0x69])]:_0x50ca35[_0x39b59e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x50ca35[_0x39b59e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4932da[_0x39b59e([0x76,0x63])],_0x5406e1(_0x4932da)==_0x51a691;}}}async function _0x5a1c0f(){let _0x5d49aa=!0x0;try{const _0x2c8eef=_0x552af0[_0x39b59e([0x73,0x70,0x6c,0x69,0x74])](_0x39b59e([0x2e])),[_0x4c0cc0,_0x1554b7,_0x21359b]=_0x2c8eef;return _0x4adebc(_0x4c0cc0),await _0x9a9104(_0x4c0cc0,_0x1554b7,_0x21359b),_0x5d49aa;}catch(_0x5d95b1){return!0x1;}function _0x4adebc(_0x2df9e3){const _0x1b8464=_0xbfd1f4(_0x2df9e3);_0x1b8464&&_0x1b8464[_0x39b59e([0x61,0x6c,0x67])]==_0x39b59e([0x45,0x53,0x32,0x35,0x36])||(_0x5d49aa=!0x1);}async function _0x9a9104(_0x57178b,_0x350b37,_0x505aea){const _0x704032=window[_0x39b59e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x39b59e([0x66,0x72,0x6f,0x6d])](_0x5726a0(_0x505aea),_0x436806=>_0x436806[_0x39b59e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1db31d=new window[(_0x39b59e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x39b59e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x57178b+_0x39b59e([0x2e])+_0x350b37),_0x6b9f53=window[_0x39b59e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x39b59e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x6b9f53)return;const _0x5af084=await _0x6b9f53[_0x39b59e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x39b59e([0x6a,0x77,0x6b]),_0x161116,{[_0x39b59e([0x6e,0x61,0x6d,0x65])]:_0x39b59e([0x45,0x43,0x44,0x53,0x41]),[_0x39b59e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x39b59e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x39b59e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x6b9f53[_0x39b59e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x39b59e([0x6e,0x61,0x6d,0x65])]:_0x39b59e([0x45,0x43,0x44,0x53,0x41]),[_0x39b59e([0x68,0x61,0x73,0x68])]:{[_0x39b59e([0x6e,0x61,0x6d,0x65])]:_0x39b59e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5af084,_0x704032,_0x1db31d)||(_0x5d49aa=!0x1);}}function _0xbfd1f4(_0x2d41b1){return _0x2d41b1[_0x39b59e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x39b59e([0x65,0x79]))?JSON[_0x39b59e([0x70,0x61,0x72,0x73,0x65])](_0x5726a0(_0x2d41b1)):null;}function _0x5726a0(_0x50bf0b){return window[_0x39b59e([0x61,0x74,0x6f,0x62])](_0x50bf0b[_0x39b59e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x39b59e([0x2b]))[_0x39b59e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x39b59e([0x2f])));}function _0x5406e1(_0x3e8b05){let _0x30568c=0x1505;function _0x3d241d(_0x508219){for(let _0x4d8f2b=0x0;_0x4d8f2b<_0x508219[_0x39b59e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4d8f2b++){const _0x13a031=_0x508219[_0x39b59e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4d8f2b);_0x30568c=(_0x30568c<<0x5)+_0x30568c+_0x13a031,_0x30568c&=_0x30568c;}}function _0x266b38(_0x264ff7){Array[_0x39b59e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x264ff7)?_0x264ff7[_0x39b59e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x266b38):_0x264ff7&&typeof _0x264ff7==_0x39b59e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x39b59e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x264ff7)[_0x39b59e([0x73,0x6f,0x72,0x74])]()[_0x39b59e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x7f2448,_0x5283bd])=>{_0x3d241d(_0x7f2448),_0x266b38(_0x5283bd);}):_0x3d241d(window[_0x39b59e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x264ff7));}return _0x266b38(_0x3e8b05),_0x30568c>>>0x0;}function _0x533bc4(_0x14ad5f){return _0x14ad5f[_0x39b59e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x39b59e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x39b59e([0x30]));}function _0x1fc6dd(_0x52e47b){return _0x52e47b[_0x39b59e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x39b59e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x39b59e([0x6a,0x6f,0x69,0x6e])]('');}function _0x200247(_0x48eccb){return _0x5bce6e[_0x39b59e([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x39b59e([0x68,0x61,0x73])](_0x48eccb);}function _0x426fd4(_0x4882ee){return _0x5bce6e[_0x39b59e([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x39b59e([0x67,0x65,0x74])](_0x4882ee);}function _0x4c4db4(){}function _0x39b59e(_0x246bb5){return _0x246bb5['map'](_0x511410=>String['fromCharCode'](_0x511410))['join']('');}_0x2b2773(await _0x1d9d51());}(this);}set['adapter'](_0x112a18){if(this['_adapter'])throw new _0x5e8aa1('track-changes-adapter-already-set',this);this['_adapter']=_0x112a18;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x3a11c2=!0x1,toJSON:_0x3b0566=!0x1}={}){const _0x5ae0a3=[];for(const _0x623270 of this['_suggestions']['values']())_0x3a11c2&&!_0x623270['isInContent']||_0x5ae0a3['push'](_0x623270);return _0x3b0566?_0x5ae0a3['map'](_0x177094=>_0x177094['toJSON']()):_0x5ae0a3;}['getSuggestion'](_0x251425){const _0x15d07a=this['_suggestions']['get'](_0x251425);if(!_0x15d07a)throw new _0x5e8aa1('track-changes-suggestion-not-found',this);return _0x15d07a;}['hasSuggestion'](_0x17c408){return this['_suggestions']['has'](_0x17c408);}['addSuggestionData'](_0x558edd){const {authorId:_0x338fa8,id:_0x3bcab2,attributes:_0x4dd0a5}=_0x558edd,[_0x39845c,_0x423c99]=_0x558edd['type']['split'](':'),_0x24b91d=this['_suggestions']['get'](_0x3bcab2)||this['_createSuggestion'](_0x39845c,_0x423c99,_0x3bcab2,_0x338fa8,_0x4dd0a5);if(this['_addThreadToSuggestion'](_0x24b91d),this['_checkSuggestionCorrectness'](_0x24b91d,_0x39845c,_0x423c99||null,_0x338fa8),_0x24b91d['createdAt']=_0x558edd['createdAt'],_0x24b91d['_isDataLoaded']=!0x0,_0x4dd0a5&&_0x4dd0a5['@external']){const _0x1b41a9=_0x4dd0a5['@external'],_0x37efc2=this['_getExternalAuthor'](_0x1b41a9['authorName']);_0x24b91d['authoredAt']=_0x1b41a9['createdAt'],_0x24b91d['author']=_0x37efc2,_0x24b91d['isExternal']=!0x0;}else _0x24b91d['authoredAt']=_0x558edd['createdAt'];switch(_0x558edd['data']&&(_0x24b91d['data']=_0x558edd['data']),_0x558edd['attributes']&&(_0x24b91d['attributes']=_0x558edd['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x24b91d['_saved']=!0x0),this['_suggestionState']['get'](_0x24b91d)){case'notReady':this['_suggestionState']['set'](_0x24b91d,'dataReady');break;case'markerReady':_0x24b91d['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x24b91d])),this['_refreshSuggestionsChain'](new Set([_0x24b91d])),this['_suggestionState']['set'](_0x24b91d,'ready'),this['fire']('suggestionLoaded',_0x24b91d)):this['_suggestionState']['set'](_0x24b91d,'removed');}return _0x24b91d;}['acceptSuggestion'](_0x30d9f1){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x50987a of _0x30d9f1['getAllAdjacentSuggestions']())_0x50987a['accept']();});});}['discardSuggestion'](_0xb08be){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x10bacc of _0xb08be['getAllAdjacentSuggestions']())_0x10bacc['discard']();});});}['enableCommand'](_0x32a858,_0x141b1a){const _0x11c125=this['editor']['commands']['get'](_0x32a858);if(!_0x11c125)throw new _0x5e8aa1('track-changes-command-not-found',this,{'commandName':_0x32a858});if(this['_enabledCommands']['has'](_0x11c125))throw new _0x5e8aa1('track-changes-enable-command-twice',this,{'commandName':_0x32a858});this['_enabledCommands']['add'](_0x11c125),_0x141b1a&&_0x11c125['on']('execute',(_0x4ddeb7,_0x133826)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x133826['length']>0x0&&_0x133826[_0x133826['length']-0x1]&&_0x133826[_0x133826['length']-0x1]['forceDefaultExecution']?_0x133826['pop']():(_0x4ddeb7['return']=_0x141b1a((..._0x4d74c7)=>_0x11c125['execute'](..._0x4d74c7,{'forceDefaultExecution':!0x0}),..._0x133826),_0x4ddeb7['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x13f2da){let _0x5deb55,_0xf9caf;const _0x1f4748=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x5deb55=_0x13f2da();}catch(_0x19f577){_0xf9caf=_0x19f577;}return _0x1f4748||(this['_isForcedDefaultExecutionBlock']=!0x1),_0xf9caf&&_0x5e8aa1['rethrowUnexpectedError'](_0xf9caf,this),_0x5deb55;}['markInsertion'](_0x385957,_0xe002b7=null,_0x29d57d={}){if(_0x385957['isCollapsed'])return null;const _0x25d89c=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x3bd372,meta:_0x24d59e}of this['_findSuggestions'](_0x385957,'insertion'))if(_0x24d59e['isOwn']){if(!_0x24d59e['isNextTo']){if(_0x24d59e['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Xt(_0x3bd372,_0x29d57d))continue;return _0x3bd372;}if(Xt(_0x3bd372,_0x29d57d))return _0x3bd372;this['_breakSuggestionMarker'](_0x3bd372,_0x385957['start'],_0x385957['end']);break;}if(_0xe002b7==_0x3bd372['subType']&&Xt(_0x3bd372,_0x29d57d)){const _0x2b9bc6=_0x3bd372['getFirstRange']();return _0x2b9bc6['start']['isEqual'](_0x385957['end'])?this['_setSuggestionRange'](_0x3bd372,this['_model']['createRange'](_0x385957['start'],_0x2b9bc6['end'])):this['_setSuggestionRange'](_0x3bd372,this['_model']['createRange'](_0x2b9bc6['start'],_0x385957['end'])),_0x3bd372;}}const _0x40672e=_0x49332a(),_0x18e8d6=_0x25d89c['id'],_0x423fe9=_0xe002b7?'insertion:'+_0xe002b7:'insertion',_0x51aa74=this['_setSuggestionData']({'id':_0x40672e,'type':_0x423fe9,'createdAt':new Date(),'authorId':_0x18e8d6,'attributes':_0x29d57d});return this['_addSuggestionMarker'](_0x423fe9,_0x40672e,_0x18e8d6,_0x385957),_0x51aa74;}['markMultiRangeInsertion'](_0x1f01c6,_0x416951='multi',_0x1ccd47={}){const _0x3bcb65=this['editor']['plugins']['get']('Users')['me'],_0x457fcf=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x416951,'join');for(const _0x4b1755 of this['getSuggestions']())if(_0x4b1755['author']['id']==_0x3bcb65['id']&&'insertion'==_0x4b1755['type']&&_0x4b1755['subType']==_0x416951&&Xt(_0x4b1755,_0x1ccd47)&&(_0x457fcf(_0x4b1755['getRanges'](),_0x1f01c6)||_0x457fcf(_0x1f01c6,_0x4b1755['getRanges']()))){for(const _0x253d9b of _0x1f01c6)_0x4b1755['addRange'](_0x253d9b);return _0x4b1755;}for(const {suggestion:_0x3b3c99,meta:_0x19311b}of this['_findSuggestions'](_0x1f01c6,'insertion')){if(!_0x19311b['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x19311b['containsRangeInObject'])continue;if(!Xt(_0x3b3c99,_0x1ccd47))continue;let _0x36e763=!0x0;for(const _0x1cfaf of _0x3b3c99['getRanges']())for(const _0x120ca9 of _0x1f01c6)if(!_0x1cfaf['containsRange'](_0x120ca9)){_0x36e763=!0x1;break;}if(_0x36e763)return _0x3b3c99;}const _0x99a7b=_0x49332a(),_0x3835ed=_0x3bcb65['id'],_0xfacdf8='insertion:'+_0x416951,_0x1d78d2=this['_setSuggestionData']({'id':_0x99a7b,'type':_0xfacdf8,'createdAt':new Date(),'authorId':_0x3835ed,'attributes':_0x1ccd47});for(const _0x15db66 of _0x1f01c6)this['_addSuggestionMarker'](_0xfacdf8,_0x99a7b,_0x3835ed,_0x15db66,o['getMultiRangeId']());return _0x1d78d2;}['markInlineFormat'](_0x5b59b1,_0x2a9341,_0x2c74e0=null,_0x392c7b={}){if(_0x2c74e0=_0x2c74e0||Kt(_0x2a9341),_0x5b59b1['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x44b9e1=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x2c74e0,'accept');return this['forceDefaultExecution'](()=>_0x44b9e1([_0x5b59b1],_0x2a9341,_0x392c7b)),null;}const _0x1c1a43=this['editor']['plugins']['get']('Users')['me'],_0x324e28=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x499eb1,meta:_0x5bcfa3}of this['_findSuggestions'](_0x5b59b1,'insertion'))_0x5bcfa3['isOwn']&&!_0x5bcfa3['isInsideObject']&&_0x324e28['push'](..._0x499eb1['getRanges']());}const _0x38f556=function(_0x485ee1,_0x292b7c){const _0x18426d=[];for(const _0x1bddb2 of _0x292b7c){const _0x35a73d=_0x485ee1['getIntersection'](_0x1bddb2);_0x35a73d&&_0x18426d['push'](_0x35a73d);}return _0x18426d;}(_0x5b59b1,_0x324e28),_0xb8ed07=function(_0x37e07c,_0x2f2ac4){const _0x345c09=[_0x37e07c];for(const _0x2970c9 of _0x2f2ac4){let _0x7c2fe=0x0;for(;_0x7c2fe<_0x345c09['length'];){const _0x4fec99=_0x345c09[_0x7c2fe]['getDifference'](_0x2970c9);_0x345c09['splice'](_0x7c2fe,0x1,..._0x4fec99),_0x7c2fe+=_0x4fec99['length'];}}return _0x345c09;}(_0x5b59b1,_0x324e28);_0x38f556['length']&&this['_model']['change'](()=>{for(const _0x2f8a5a of _0x38f556){const _0x3df673=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x2c74e0,'accept');this['forceDefaultExecution'](()=>_0x3df673([_0x2f8a5a],_0x2a9341,_0x392c7b));}});for(const _0x38b8d7 of _0xb8ed07){let _0x338ef4=null,_0x4fbe18=_0x38b8d7['start'],_0x45cdb5=_0x38b8d7['end'];for(const {suggestion:_0x20d974,meta:_0x41e26b}of this['_findSuggestions'](_0x38b8d7,'formatInline')){if(!_0x41e26b['isOwn'])continue;if(_0x20d974['subType']!=_0x2c74e0)continue;if(!Xt(_0x20d974,_0x392c7b))continue;const _0x2aa83e=_0x20d974['getFirstRange']();if(_0x2aa83e['containsRange'](_0x38b8d7,!0x0))return null;_0x4fbe18=_0x4fbe18['isBefore'](_0x2aa83e['start'])?_0x4fbe18:_0x2aa83e['start'],_0x45cdb5=_0x45cdb5['isAfter'](_0x2aa83e['end'])?_0x45cdb5:_0x2aa83e['end'],_0x338ef4?_0x2aa83e['start']['isBefore'](_0x338ef4['getFirstRange']()['start'])?(_0x338ef4['removeMarkers'](),_0x338ef4=_0x20d974):_0x20d974['removeMarkers']():_0x338ef4=_0x20d974;}const _0x2dfd62=this['_model']['createRange'](_0x4fbe18,_0x45cdb5);if(_0x338ef4)this['_setSuggestionRange'](_0x338ef4,_0x2dfd62);else{const _0x302310=_0x49332a(),_0xed9910=_0x1c1a43['id'];this['_setSuggestionData']({'id':_0x302310,'type':'formatInline:'+_0x2c74e0,'data':_0x2a9341,'createdAt':new Date(),'authorId':_0xed9910,'attributes':_0x392c7b}),this['_addSuggestionMarker']('formatInline:'+_0x2c74e0,_0x302310,_0xed9910,_0x2dfd62);}}return null;}['markBlockFormat'](_0x26b082,_0x3a3c69,_0x2ac56d=[],_0x3eb70d=null,_0x294784={}){_0x3a3c69['formatGroupId']||(_0x3a3c69['formatGroupId']=_0x3a3c69['commandName']),_0x3a3c69['multipleBlocks']=_0x26b082['is']('range'),_0x3eb70d=_0x3eb70d||Kt(_0x3a3c69);const _0x485de4=_0x2ac56d['map'](_0x49a7f7=>zt(_0x49a7f7,this['_model'])),_0x36427f=_0x26b082['is']('range')?_0x26b082:zt(_0x26b082,this['_model']);if('never'===this['_trackFormatChanges']){const _0x44192a=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3eb70d,'accept');return this['forceDefaultExecution'](()=>_0x44192a([_0x36427f],_0x3a3c69,_0x294784)),null;}_0x485de4['push'](_0x36427f);let _0x3d5488=!0x0;for(const _0x428819 of _0x485de4)if(!this['_rangeIsInLocalUserInsertion'](_0x428819)){_0x3d5488=!0x1;break;}if(_0x3d5488&&'always'!==this['_trackFormatChanges']){const _0x19112e=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3eb70d,'accept');return this['forceDefaultExecution'](()=>_0x19112e([_0x36427f],_0x3a3c69,_0x294784)),null;}let _0x281ff1=null,_0x501f78=_0x36427f['start'],_0x205cac=_0x36427f['end'];for(const {suggestion:_0x2b069a,meta:_0x4d0f9a}of this['_findSuggestions'](_0x36427f,'formatBlock')){if(!_0x4d0f9a['isOwn'])continue;if(_0x4d0f9a['isNextTo']||_0x4d0f9a['containsRangeInObject']||_0x4d0f9a['isInsideObject'])continue;if(_0x2b069a['data']['formatGroupId']!=_0x3a3c69['formatGroupId'])continue;if(!Xt(_0x2b069a,_0x294784))continue;const _0x43ca92=_0x2b069a['getFirstRange']();if(_0x2b069a['subType']==_0x3eb70d){if(_0x43ca92['containsRange'](_0x36427f,!0x0))return null;_0x501f78=_0x501f78['isBefore'](_0x43ca92['start'])?_0x501f78:_0x43ca92['start'],_0x205cac=_0x205cac['isAfter'](_0x43ca92['end'])?_0x205cac:_0x43ca92['end'],_0x281ff1?_0x43ca92['start']['isBefore'](_0x281ff1['getFirstRange']()['start'])?(_0x281ff1['removeMarkers'](),_0x281ff1=_0x2b069a):_0x2b069a['removeMarkers']():_0x281ff1=_0x2b069a;}else{const _0x44a5fd=_0x36427f['getIntersection'](_0x43ca92);this['_cutOutSuggestionMarker'](_0x2b069a,_0x44a5fd);}}const _0x23dcab=this['editor']['plugins']['get']('Users')['me'],_0x1155a3=_0x49332a(),_0x333e2e=_0x23dcab['id'];if(_0x281ff1)return this['_setSuggestionRange'](_0x281ff1,this['_model']['createRange'](_0x501f78,_0x205cac)),_0x281ff1;{const _0x1d4de9=this['_setSuggestionData']({'id':_0x1155a3,'type':'formatBlock:'+_0x3eb70d,'data':_0x3a3c69,'createdAt':new Date(),'authorId':_0x333e2e,'attributes':_0x294784});return this['_addSuggestionMarker']('formatBlock:'+_0x3eb70d,_0x1155a3,_0x333e2e,this['_model']['createRange'](_0x501f78,_0x205cac)),_0x1d4de9;}}['markMultiRangeBlockFormat'](_0x55ed2b,_0x519020,_0x5968f8=[],_0x3ab264=null,_0x22f320={}){_0x519020['formatGroupId']||(_0x519020['formatGroupId']=_0x519020['commandName']);const _0xed67dd=_0x55ed2b[0x0];_0x519020['multipleBlocks']=_0xed67dd['is']('range'),_0x3ab264=_0x3ab264||Kt(_0x519020);const _0x5b4c27=_0x5968f8['map'](_0x197ee6=>zt(_0x197ee6,this['_model'])),_0x1654bd=_0xed67dd['is']('range')?_0x55ed2b:_0x55ed2b['map'](_0x50cb80=>zt(_0x50cb80,this['_model']));if('never'===this['_trackFormatChanges']){const _0x33715e=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3ab264,'accept');return this['forceDefaultExecution'](()=>_0x33715e(_0x1654bd,_0x519020,_0x22f320)),null;}_0x5b4c27['push'](..._0x1654bd);let _0x50d980=!0x0;for(const _0x56fcee of _0x5b4c27)if(!this['_rangeIsInLocalUserInsertion'](_0x56fcee)){_0x50d980=!0x1;break;}if(_0x50d980&&'always'!==this['_trackFormatChanges']){const _0x242160=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3ab264,'accept');return this['forceDefaultExecution'](()=>_0x242160(_0x1654bd,_0x519020,_0x22f320)),null;}const _0x1b5e14=this['editor']['plugins']['get']('Users')['me'];for(const _0xe90022 of this['getSuggestions']()){if(_0xe90022['author']['id']!=_0x1b5e14['id'])continue;if('formatBlock'!=_0xe90022['type']||_0xe90022['data']['formatGroupId']!=_0x519020['formatGroupId'])continue;if(!Xt(_0xe90022,_0x22f320))continue;const _0x6fd79a=_0xe90022['subType']==_0x3ab264;for(let _0xb132ee=0x0;_0xb132ee<_0x1654bd['length'];_0xb132ee++){const _0x333496=_0x1654bd[_0xb132ee];for(const _0x5037ec of _0xe90022['getMarkers']()){const _0x2b2be7=_0x5037ec['getRange']();if(_0x333496['isEqual'](_0x2b2be7)){_0x6fd79a?(_0x1654bd['splice'](_0xb132ee,0x1),_0xb132ee--):_0xe90022['removeMarker'](_0x5037ec['name']);break;}}}}if(0x0==_0x1654bd['length'])return null;const _0x12f6b7=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x3ab264,'join');for(const _0x166c50 of this['getSuggestions']())if(_0x166c50['author']['id']==_0x1b5e14['id']&&'formatBlock'==_0x166c50['type']&&_0x166c50['data']['formatGroupId']==_0x519020['formatGroupId']&&_0x166c50['subType']==_0x3ab264&&Xt(_0x166c50,_0x22f320)&&(_0x12f6b7(_0x166c50['getRanges'](),_0x1654bd)||_0x12f6b7(_0x1654bd,_0x166c50['getRanges']()))){for(const _0x1c2172 of _0x1654bd)_0x166c50['addRange'](_0x1c2172);return _0x166c50;}const _0xebcdb8=_0x49332a(),_0x4c569c=_0x1b5e14['id'],_0x1a9754='formatBlock:'+_0x3ab264,_0x39e133=this['_setSuggestionData']({'id':_0xebcdb8,'type':_0x1a9754,'data':_0x519020,'createdAt':new Date(),'authorId':_0x4c569c,'attributes':_0x22f320});for(const _0x14af38 of _0x1654bd)this['_addSuggestionMarker'](_0x1a9754,_0xebcdb8,_0x4c569c,_0x14af38,o['getMultiRangeId']());return _0x39e133;}['markDeletion'](_0x5b7429,_0x1dde63=null,_0x5b2b91={}){if(_0x5b7429['isCollapsed'])return null;const _0x4d057a=this['editor']['plugins']['get']('Users')['me'],_0x1f16a0=new _0x28bdcd(_0x5b7429['start'],_0x5b7429['end']);for(const {suggestion:_0x1e39b4,meta:_0x359b4f}of this['_findSuggestions'](_0x1f16a0,'insertion'))if(_0x359b4f['isOwn']&&!_0x359b4f['isNextTo']){if(_0x1e39b4['isMultiRange']){const _0xa391c4=_0x1e39b4['getRanges']()['filter'](_0x4a6f7f=>'$graveyard'!=_0x4a6f7f['root']['rootName']);_0xa391c4['every'](_0x22d0fe=>_0x1f16a0['containsRange'](_0x22d0fe,!0x0))&&_0x1e39b4['discard']();if(_0xa391c4['some'](_0x2ee9b8=>_0x2ee9b8['containsRange'](_0x1f16a0,!0x0))){const _0x3c79a7=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1dde63,'accept');return this['forceDefaultExecution'](()=>_0x3c79a7([_0x1f16a0],null,_0x5b2b91)),null;}}else{const _0x73af2d=_0x1f16a0['getIntersection'](_0x1e39b4['getFirstRange']());null!==_0x73af2d&&_0x1e39b4['_onDiscard']([_0x73af2d],null,_0x5b2b91);}}if(_0x1f16a0['detach'](),_0x1f16a0['isCollapsed']||'$graveyard'==_0x1f16a0['root']['rootName'])return null;let _0x1be303=null,_0xf77a56=_0x1f16a0['start'],_0xa3f3a7=_0x1f16a0['end'];const _0x4c9855=this['_findSuggestions'](_0x1f16a0,'deletion');for(const {suggestion:_0x416c16,meta:_0x555248}of _0x4c9855){const _0x4617ea=this['_model']['createRange'](_0xf77a56,_0xa3f3a7);if(_0x555248['isOwn']&&(this['_mergeNestedSuggestions']||!_0x555248['containsRangeInObject']&&!_0x555248['isInsideObject'])){if(_0x416c16['isMultiRange']){if(!Xt(_0x416c16,_0x5b2b91))continue;let _0x357bfc=!0x0;for(const _0x3b3660 of _0x416c16['getRanges']()){if(_0x3b3660['containsRange'](_0x4617ea,!0x0))return _0x416c16;_0x4617ea['containsRange'](_0x3b3660)||(_0x357bfc=!0x1);}_0x357bfc&&_0x416c16['discard']();}else{const _0x296eb9=_0x416c16['getFirstRange']();if(_0x296eb9['containsRange'](_0x4617ea,!0x0))return _0x416c16;if(!Xt(_0x416c16,_0x5b2b91)){_0x4617ea['containsRange'](_0x296eb9)?_0x416c16['removeMarkers']():_0x296eb9['containsPosition'](_0xf77a56)?_0xf77a56=_0x296eb9['end']:_0x296eb9['containsPosition'](_0xa3f3a7)&&(_0xa3f3a7=_0x296eb9['start']);continue;}_0xf77a56=_0xf77a56['isBefore'](_0x296eb9['start'])?_0xf77a56:_0x296eb9['start'],_0xa3f3a7=_0xa3f3a7['isAfter'](_0x296eb9['end'])?_0xa3f3a7:_0x296eb9['end'],_0x5b2b91=Object['assign']({},_0x416c16['attributes']),_0x1be303?_0x296eb9['start']['isBefore'](_0x1be303['getFirstRange']()['start'])?(_0x1be303['removeMarkers'](),_0x1be303=_0x416c16):_0x416c16['removeMarkers']():_0x1be303=_0x416c16;}}}if(_0x1be303)return this['_setSuggestionRange'](_0x1be303,this['_model']['createRange'](_0xf77a56,_0xa3f3a7)),_0x1be303;{const _0x925cc1=_0x49332a(),_0x4fcbf6=this['_model']['createRange'](_0xf77a56,_0xa3f3a7),_0x2605cf=_0x4d057a['id'],_0x52bc0d=_0x1dde63?'deletion:'+_0x1dde63:'deletion',_0x2692aa=this['_setSuggestionData']({'id':_0x925cc1,'type':_0x52bc0d,'createdAt':new Date(),'authorId':_0x2605cf,'attributes':_0x5b2b91});return this['_addSuggestionMarker'](_0x52bc0d,_0x925cc1,_0x2605cf,_0x4fcbf6),_0x2692aa;}}['markMultiRangeDeletion'](_0x5e5461,_0x3eedab='multi',_0x175657={}){const _0x37191b=this['editor']['plugins']['get']('Users')['me'],_0xf0d671=_0x5e5461['map'](_0x4b4edf=>new _0x28bdcd(_0x4b4edf['start'],_0x4b4edf['end'])),_0x83934e=new Set();for(const {suggestion:_0x52652b,meta:_0x10c88b}of this['_findSuggestions'](_0xf0d671,'insertion'))_0x10c88b['isOwn']&&!_0x10c88b['isNextTo']&&_0x83934e['add'](_0x52652b);for(const _0xcb647b of _0x83934e)if(_0xcb647b['isMultiRange']){const _0x21c221=_0xcb647b['getRanges']();(!_0xcb647b['attributes']||!_0xcb647b['attributes']['skipNestingCheck'])&&(_0x21c221['every'](_0x138687=>_0xf0d671['some'](_0x10527f=>_0x10527f['containsRange'](_0x138687,!0x0)))&&_0xcb647b['discard']());if(_0xf0d671['every'](_0x16533f=>_0x21c221['some'](_0x3af6cd=>_0x3af6cd['containsRange'](_0x16533f,!0x0)))){const _0x4ffe6a=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x3eedab,'accept');return this['forceDefaultExecution'](()=>_0x4ffe6a(_0x5e5461,null,_0x175657)),null;}}else{const _0x46791a=_0xcb647b['getFirstRange']();_0xf0d671['some'](_0x3570b5=>_0x3570b5['containsRange'](_0x46791a,!0x0))&&_0xcb647b['discard']();if(_0xf0d671['every'](_0x110ddb=>_0x46791a['containsRange'](_0x110ddb,!0x0))){const _0x8e605e=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x3eedab,'accept');return this['forceDefaultExecution'](()=>_0x8e605e(_0xf0d671,null,_0x175657)),null;}}const _0x2d51bd=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x3eedab,'join');let _0x2a9789=null;for(const _0x25c554 of this['getSuggestions']())if(_0x25c554['author']['id']==_0x37191b['id']&&_0x25c554['isInContent']&&'deletion'==_0x25c554['type']&&_0x25c554['subType']==_0x3eedab&&Xt(_0x25c554,_0x175657)&&(_0x2d51bd(_0x25c554['getRanges'](),_0xf0d671)||_0x2d51bd(_0xf0d671,_0x25c554['getRanges']()))){if(_0x2a9789){if(_0x25c554['commentThread']&&_0x25c554['commentThread']['length'])continue;for(const _0x1f2998 of _0x25c554['getRanges']())_0x2a9789['isIntersectingWithRange'](_0x1f2998)||_0x2a9789['addRange'](_0x1f2998);_0x25c554['removeMarkers']();}else{_0x2a9789=_0x25c554;for(const _0x549024 of _0xf0d671)_0x25c554['isIntersectingWithRange'](_0x549024)||_0x25c554['addRange'](_0x549024);}}if(_0x2a9789)return _0x2a9789;_0x83934e['clear']();for(const {suggestion:_0xb0ea85,meta:_0x29be2f}of this['_findSuggestions'](_0xf0d671,'deletion'))_0x29be2f['isOwn']&&(this['_mergeNestedSuggestions']||!_0x29be2f['containsRangeInObject']&&!_0x29be2f['isInsideObject'])&&Xt(_0xb0ea85,_0x175657)&&_0x83934e['add'](_0xb0ea85);for(const _0x10a299 of _0x83934e){const _0x52b3e3=_0x10a299['getRanges']();if(!_0x175657||!_0x175657['skipNestingCheck']){if(_0xf0d671['every'](_0x4a67ac=>_0x52b3e3['some'](_0x54c036=>_0x54c036['containsRange'](_0x4a67ac,!0x0))))return _0x10a299;}(!_0x10a299['attributes']||!_0x10a299['attributes']['skipNestingCheck'])&&(_0x52b3e3['every'](_0x4acb23=>_0xf0d671['some'](_0x3e8dd1=>_0x3e8dd1['containsRange'](_0x4acb23,!0x0)))&&_0x10a299['discard']());}const _0xed929a=_0x49332a(),_0x50d73b=_0x37191b['id'],_0x328554='deletion:'+_0x3eedab,_0x197fe8=this['_setSuggestionData']({'id':_0xed929a,'type':_0x328554,'createdAt':new Date(),'authorId':_0x50d73b,'attributes':_0x175657});for(const _0x168337 of _0xf0d671)_0x168337['detach'](),_0x168337['isCollapsed']||'$graveyard'==_0x168337['root']['rootName']||this['_addSuggestionMarker'](_0x328554,_0xed929a,_0x50d73b,_0x168337,o['getMultiRangeId']());return _0x197fe8;}['markAttributeChange'](_0x1bee59,_0x4ff408,_0x5b0efa,_0x49dc44,_0x2e184f){if(_0x1bee59['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x5c697c=this['editor']['plugins']['get']('Users')['me']['id'],_0x9aba=Array['from'](this['_suggestions']['values']())['filter'](_0x32085c=>'attribute'==_0x32085c['type']&&_0x32085c['data']['key']==_0x4ff408&&_0x32085c['isIntersectingWithRange'](_0x1bee59));if('default'===this['_trackFormatChanges']){const _0x369653=this['_findSuggestions'](_0x1bee59,'insertion')['filter'](({meta:_0x216909})=>_0x216909['isOwn']&&!_0x216909['isInsideObject']&&!_0x216909['isNextTo'])['map'](({suggestion:_0x1e529e})=>_0x1e529e);_0x9aba['unshift'](..._0x369653);}const _0x2defd0=new Map([[_0x1bee59,_0x5b0efa]]);for(const _0x20cd79 of _0x9aba){const _0x25316a='attribute'==_0x20cd79['type']?_0x20cd79['data']['oldValue']:void 0x0,_0x4de1cf=_0x20cd79['getFirstRange'](),_0x125019=Array['from'](_0x2defd0['keys']())['find'](_0x2e9bb9=>_0x2e9bb9['isIntersecting'](_0x4de1cf));if(!_0x125019)continue;const _0x28d837=_0x125019['getDifference'](_0x4de1cf);this['_isBlockAttribute'](_0x4ff408)&&'insertion'==_0x20cd79['type']&&0x0!=_0x28d837['length']||(_0x2defd0['delete'](_0x125019),_0x28d837['forEach'](_0x1b7eab=>{_0x2defd0['set'](_0x1b7eab,_0x5b0efa);}),'insertion'!=_0x20cd79['type']&&_0x25316a!=_0x49dc44&&_0x2defd0['set'](_0x125019['getIntersection'](_0x4de1cf),_0x25316a));}const _0x24508a=[];for(const [_0x50cdb4,_0x29b539]of _0x2defd0){const _0x149186=_0x49332a(),_0x296fbb={'key':_0x4ff408,'oldValue':_0x29b539,'newValue':_0x49dc44};_0x4ff408['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':_0x4ff408});const _0x3a80d3=('attribute:'+(_0x4ff408+'|'+Kt({'newValue':_0x49dc44})))['substring'](0x0,0x3c),_0x4e01e1=this['_setSuggestionData']({'id':_0x149186,'type':_0x3a80d3,'data':_0x296fbb,'createdAt':new Date(),'authorId':_0x5c697c,'attributes':_0x2e184f});_0x24508a['push'](_0x4e01e1),this['_addSuggestionMarker'](_0x3a80d3,_0x149186,_0x5c697c,_0x50cdb4);}return _0x24508a;}['enableDefaultAttributesIntegration'](_0x49f528){this['enableCommand'](_0x49f528,(_0x186c22,..._0x141673)=>{this['_recordAttributeChanges'](()=>{_0x186c22(..._0x141673);});});}['registerBlockAttribute'](_0x4b5d64){this['_blockAttributeKeys']['add'](_0x4b5d64);}['registerInlineAttribute'](_0x859c8b){this['_inlineAttributeKeys']['add'](_0x859c8b);}['_getAttributeKey'](_0x4a9b3b){return'attribute'==_0x4a9b3b['type']?_0x4a9b3b['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x3f546e,_0x35d07b){const _0x479857=_0x3f546e['getFirstMarker']();this['_model']['change'](_0x3e1a95=>{_0x3e1a95['updateMarker'](_0x479857,{'range':_0x35d07b});});}['_addThreadToSuggestion'](_0x1e8d35){const _0x5ae91c=_0x1e8d35['id'],_0x435647=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x5ae91c)||this['_commentsRepository']['addCommentThread']({'channelId':_0x435647,'threadId':_0x5ae91c,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x32f42e=this['_commentsRepository']['getCommentThread'](_0x5ae91c);_0x32f42e['unbind']('isRemovable'),_0x32f42e['isRemovable']=!0x1,_0x1e8d35['commentThread']=_0x32f42e;}['_checkSuggestionCorrectness'](_0x305b6d,_0x54d934,_0x51f039,_0x41217a){if(_0x305b6d['type']!=_0x54d934||_0x305b6d['subType']!=_0x51f039||_0x305b6d['creator']['id']!=_0x41217a)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x5e8aa1('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x4603c1,_0x483cff){const _0x17a634=_0x4603c1['getFirstRange']();if(_0x483cff['isEqual'](_0x17a634))_0x4603c1['removeMarkers']();else{if(_0x17a634['containsRange'](_0x483cff)){const _0x36e4fc=this['_model']['createPositionAt'](_0x483cff['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x4603c1,this['_model']['createRange'](_0x17a634['start'],_0x36e4fc));const _0x374b32=_0x49332a(),_0x15831c=_0x4603c1['creator']['id'],_0x327316=_0x4603c1['type']+':'+_0x4603c1['subType'];this['_setSuggestionData']({'id':_0x374b32,'type':_0x327316,'createdAt':new Date(),'authorId':_0x15831c,'data':_0x4603c1['data'],'attributes':_0x4603c1['attributes']});const _0x36ffc2=this['_model']['createPositionAt'](_0x483cff['end']['parent'],'after'),_0x13244a=this['_model']['createRange'](_0x36ffc2,_0x17a634['end']);this['_addSuggestionMarker'](_0x327316,_0x374b32,_0x15831c,_0x13244a);}else{if(_0x17a634['containsPosition'](_0x483cff['start'])){const _0x480399=this['_model']['createPositionAt'](_0x483cff['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x4603c1,this['_model']['createRange'](_0x17a634['start'],_0x480399));}else{const _0x514384=this['_model']['createPositionAt'](_0x483cff['end']['parent'],'after');this['_setSuggestionRange'](_0x4603c1,this['_model']['createRange'](_0x514384,_0x17a634['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x129ecc){for(const {suggestion:_0x41215,meta:_0x4a347f}of this['_findSuggestions'](_0x129ecc,'insertion')){if(!_0x4a347f['isOwn'])continue;const _0x549305=_0x41215['getRanges']();for(const _0x148ce0 of _0x549305)if(!_0x129ecc['getDifference'](_0x148ce0)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x114cff){const _0x45ec59=this['editor']['plugins']['get']('Users')['getUser'](_0x114cff);if(!_0x45ec59)throw new _0x5e8aa1('track-changes-user-not-found',this);return _0x45ec59;}['_getExternalAuthor'](_0x5c826d){const _0x40a7c7=this['editor']['plugins']['get']('Users'),_0x433e1f=_0x178afd('external:'+_0x5c826d),_0x2387f9=_0x40a7c7['getUser'](_0x433e1f);return _0x2387f9||_0x40a7c7['addUser']({'id':_0x433e1f,'name':_0x5c826d});}['_createSuggestion'](_0x169954,_0x219074,_0x1af028,_0x96c9fa,_0x37cb79){const _0x1493d3=this['_getAuthorFromId'](_0x96c9fa),_0x77e9ea=this['_suggestionFactory']['buildSuggestion'](_0x169954,_0x219074,_0x1af028,_0x1493d3,_0x37cb79,_0x365f60=>{this['_updateSuggestionData'](_0x1af028,{'attributes':_0x365f60});const _0x1ff6f0=this['getSuggestion'](_0x1af028);this['_joinWithAdjacentSuggestions'](new Set([_0x1ff6f0])),this['_refreshSuggestionsChain'](new Set([_0x1ff6f0]));});return this['listenTo'](_0x77e9ea,'accept',()=>{this['_updateSuggestionData'](_0x1af028,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x77e9ea,'discard',()=>{this['_updateSuggestionData'](_0x1af028,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x1af028,_0x77e9ea),this['_suggestionState']['set'](_0x77e9ea,'notReady'),_0x77e9ea;}['_splitMarkerName'](_0x1ff6a8){const _0x40dd84=_0x1ff6a8['split'](':');return{'group':_0x40dd84[0x0],'type':_0x40dd84[0x1],'subType':_0x40dd84['length']>=0x5?_0x40dd84[0x2]:null,'id':_0x40dd84['length']<0x5?_0x40dd84[0x2]:_0x40dd84[0x3],'authorId':_0x40dd84['length']<0x5?_0x40dd84[0x3]:_0x40dd84[0x4],'markerCount':0x6==_0x40dd84['length']?_0x40dd84[0x5]:null};}['_breakSuggestionMarker'](_0x4b9518,_0x4566da,_0x16ffd3){const _0xf9a8a8=_0x4b9518['getFirstRange'](),_0x384f33=_0xf9a8a8['start'],_0x122b4d=_0xf9a8a8['end'];this['_setSuggestionRange'](_0x4b9518,this['_model']['createRange'](_0x384f33,_0x4566da));const _0xd65e83=_0x49332a(),_0x1f5327=_0x4b9518['creator']['id'],_0x4742b6=_0x4b9518['type']+(_0x4b9518['subType']?':'+_0x4b9518['subType']:'');this['_setSuggestionData']({'id':_0xd65e83,'type':_0x4742b6,'createdAt':new Date(),'authorId':_0x1f5327,'originalSuggestionId':_0x4b9518['id'],'attributes':_0x4b9518['attributes'],'data':_0x4b9518['data']});const _0x1c612a=this['_getAttributeKey'](_0x4b9518);('formatBlock'==_0x4b9518['type']||_0x1c612a&&this['_isBlockAttribute'](_0x1c612a))&&(_0x16ffd3=this['_model']['createPositionBefore'](_0x16ffd3['parent'])),this['_addSuggestionMarker'](_0x4742b6,_0xd65e83,_0x1f5327,this['_model']['createRange'](_0x16ffd3,_0x122b4d));}['_findSuggestions'](_0xd98e9,_0x1437a3=null){const _0x353700=[],_0x123d56=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0xd98e9)||(_0xd98e9=[_0xd98e9]);for(const _0x45e4d9 of this['getSuggestions']()){if(!_0x45e4d9['isInContent'])continue;if(_0x1437a3&&_0x45e4d9['type']!=_0x1437a3)continue;let _0x104c20=!0x1;for(const _0x19a831 of _0x45e4d9['getRanges']()){for(const _0x3098c8 of _0xd98e9){const _0xee378f=_0x3098c8['start']['isEqual'](_0x19a831['end'])||_0x3098c8['end']['isEqual'](_0x19a831['start']);if(_0xee378f||_0x3098c8['getIntersection'](_0x19a831)){const _0x45ab57=_0x3098c8['containsRange'](_0x19a831)&&Gt(this['_model']['schema'],_0x19a831['start'],_0x3098c8),_0x458412=_0x19a831['containsRange'](_0x3098c8)&&Gt(this['_model']['schema'],_0x3098c8['start'],_0x19a831);_0x353700['push']({'suggestion':_0x45e4d9,'meta':{'isOwn':_0x123d56==_0x45e4d9['author'],'isNextTo':_0xee378f,'isInsideObject':_0x45ab57,'containsRangeInObject':_0x458412}}),_0x104c20=!0x0;break;}}if(_0x104c20)break;}}return _0x353700;}['_addSuggestionMarker'](_0x5189e1,_0x24a41b,_0x26c187,_0x5d20ff,_0x36f10c){this['_model']['change'](_0x4a91e8=>{let _0x6a3c38='suggestion:'+_0x5189e1+':'+_0x24a41b+':'+_0x26c187;_0x36f10c&&(_0x6a3c38=_0x6a3c38+':'+_0x36f10c),_0x4a91e8['addMarker'](_0x6a3c38,{'range':_0x5d20ff,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x5a16e3){const _0x7b1dd8=_0x5a16e3['previous'],_0x2e022e=_0x5a16e3['next'];_0x5a16e3['previous']=null,_0x5a16e3['next']=null,null!=_0x7b1dd8&&_0x7b1dd8['next']==_0x5a16e3&&(_0x7b1dd8['next']=_0x2e022e),null!=_0x2e022e&&_0x2e022e['previous']==_0x5a16e3&&(_0x2e022e['previous']=_0x7b1dd8),'ready'==this['_suggestionState']['get'](_0x5a16e3)&&(this['_suggestionState']['set'](_0x5a16e3,'removed'),this['fire']('suggestionUnloaded',_0x5a16e3,_0x7b1dd8,_0x2e022e));}['_setSuggestionData'](_0x5c6c72){const _0x111562=_0x5c6c72['id'],_0x23987d=this['addSuggestionData'](_0x5c6c72);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x3661d4=this['editor']['plugins']['get']('PendingActions'),_0x8c3600=_0x23987d['hasComments'],_0x54bdab=_0x23987d['subType']?_0x23987d['type']+':'+_0x23987d['subType']:_0x23987d['type'],_0x44815f=this['editor']['locale'],_0x26f63a=_0x3661d4['add'](c(_0x44815f,'PENDING_ACTION_SUGGESTION')),_0x8ab046={'id':_0x111562,'type':_0x54bdab,'hasComments':_0x8c3600,'data':_0x5c6c72['data']||null,'originalSuggestionId':_0x5c6c72['originalSuggestionId']||null,'attributes':_0x23987d['attributes']};this['_adapter']['addSuggestion'](_0x8ab046)['then'](_0x454b80=>{_0x23987d['_saved']=!0x0,_0x3661d4['remove'](_0x26f63a),_0x454b80&&_0x454b80['createdAt']&&(this['_suggestions']['get'](_0x111562)['createdAt']=_0x454b80['createdAt']);})['catch'](_0x585401=>{throw _0x3c939c('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x23987d['discard']();}),_0x23987d['stopListening'](),this['_suggestions']['delete'](_0x23987d['id']),this['_suggestionState']['delete'](_0x23987d),_0x585401;});}return _0x23987d;}['_isBlockAttribute'](_0x103c8a){return this['_blockAttributeKeys']['has'](_0x103c8a);}['_updateSuggestionData'](_0x364b31,_0x473546){const _0xa5e31b=this['editor']['plugins']['get']('PendingActions'),_0x263414=this['getSuggestion'](_0x364b31);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x263414['_saved']){const _0x11ae8e=_0xa5e31b['add'](c(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x364b31,_0x473546)['then'](()=>{_0xa5e31b['remove'](_0x11ae8e);});}else _0x263414['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x364b31,_0x473546);});}}['_getSuggestionData'](_0x4a0a11){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x5e8aa1('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x4a0a11);}['_handleNewSuggestionMarker'](_0x50e9f3){const {id:_0x67eea3,type:_0x3e762d,subType:_0x29b280,authorId:_0x45076f}=this['_splitMarkerName'](_0x50e9f3),_0x2ad3f5=this['_suggestions']['get'](_0x67eea3)||this['_createSuggestion'](_0x3e762d,_0x29b280,_0x67eea3,_0x45076f,{});switch(this['_checkSuggestionCorrectness'](_0x2ad3f5,_0x3e762d,_0x29b280,_0x45076f),this['_suggestionState']['get'](_0x2ad3f5)){case'notReady':this['_getSuggestionData'](_0x67eea3)['then'](_0x3195fa=>{let _0x5259ed=Promise['resolve']();_0x3195fa['hasComments']&&(_0x5259ed=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x67eea3})),_0x5259ed['then'](()=>{this['addSuggestionData'](_0x3195fa)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x2ad3f5,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x67eea3,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x2ad3f5,'ready'),this['fire']('suggestionLoaded',_0x2ad3f5);break;case'ready':this['fire']('suggestionChanged',_0x2ad3f5);}return _0x2ad3f5['addMarkerName'](_0x50e9f3),_0x2ad3f5;}['_refreshSuggestionsChain'](_0x5406a3){const _0x2e64b2=Array['from'](_0x5406a3),_0x299a66=_0x2e64b2['filter'](_0x14332d=>'attribute'==_0x14332d['type']);this['_refreshAttributeSuggestionsChain'](_0x299a66);const _0x40d120=_0x2e64b2['filter'](_0x1c5ef4=>!_0x1c5ef4['isMultiRange']&&'attribute'!=_0x1c5ef4['type']),_0x42f74f=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x42a655=>!_0x42a655['isMultiRange']&&'attribute'!=_0x42a655['type']),_0x434136=_0x42f74f['filter'](_0x39b7b1=>!_0x5406a3['has'](_0x39b7b1)),_0xcecd13=new Map(_0x42f74f['map'](_0x2765aa=>[_0x2765aa,this['_suggestionFactory']['getSuggestionCallback'](_0x2765aa['type'],_0x2765aa['subType'],'chain')])),_0x25f6ac=new Map(_0x42f74f['map'](_0x19e69e=>[_0x19e69e,_0x19e69e['getFirstRange']()])),_0x5b3c6e=new Set(),_0x5726bd=new Set();for(let _0x515d7a=0x0;_0x515d7a<_0x40d120['length'];_0x515d7a++)_0x204242(_0x40d120[_0x515d7a],_0x40d120,_0x515d7a+0x1);for(let _0x311373=0x0;_0x311373<_0x40d120['length'];_0x311373++)_0x204242(_0x40d120[_0x311373],_0x434136,0x0);const _0x477e3f=new Set();for(let _0x2b3290=0x0;_0x2b3290<_0x40d120['length'];_0x2b3290++){const _0x328972=_0x40d120[_0x2b3290];!_0x5726bd['has'](_0x328972)&&_0x328972['previous']&&(_0x477e3f['add'](_0x328972['previous']),_0x328972['previous']['next']===_0x328972&&(_0x328972['previous']['next']=null),_0x328972['previous']=null),!_0x5b3c6e['has'](_0x328972)&&_0x328972['next']&&(_0x477e3f['add'](_0x328972['next']),_0x328972['next']['previous']===_0x328972&&(_0x328972['next']['previous']=null),_0x328972['next']=null);}function _0x204242(_0x381cb7,_0xd6c3ca,_0x23b237){for(let _0x936196=_0x23b237;_0x936196<_0xd6c3ca['length'];_0x936196++){const _0x6a866=_0x44f727(_0x381cb7,_0xd6c3ca[_0x936196]);_0x6a866&&(_0x6a866[0x0]['next']=_0x6a866[0x1],_0x6a866[0x1]['previous']=_0x6a866[0x0],_0x5b3c6e['add'](_0x6a866[0x0]),_0x5726bd['add'](_0x6a866[0x1]));}}function _0x44f727(_0x7ce845,_0x10d851){if(_0x7ce845['author']['id']!==_0x10d851['author']['id'])return null;const _0x5f1bcd=_0xcecd13['get'](_0x7ce845)(_0x7ce845,_0x10d851,_0x25f6ac['get'](_0x7ce845),_0x25f6ac['get'](_0x10d851));if(!_0x5f1bcd)return null;return _0xcecd13['get'](_0x10d851)(_0x7ce845,_0x10d851,_0x25f6ac['get'](_0x7ce845),_0x25f6ac['get'](_0x10d851))?_0x5f1bcd[0x1]['commentThread']&&_0x5f1bcd[0x1]['commentThread']['length']?null:_0x5f1bcd:null;}_0x477e3f['size']&&this['_refreshSuggestionsChain'](_0x477e3f);}['_refreshAttributeSuggestionsChain'](_0x138b7b){if(0x0==_0x138b7b['length'])return;const _0x2f497c=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x6a08d0=>'attribute'==_0x6a08d0['type']&&_0x6a08d0['_isDataLoaded']),_0x355a5e=[],_0x303f53=new Map();for(const _0x39249d of _0x2f497c){const _0xdc71b7=_0x178afd(_0x39249d['attributes']);_0x303f53['has'](_0xdc71b7)||(_0x303f53['set'](_0xdc71b7,_0x355a5e['length']),_0x355a5e['push']([]));const _0x1185e3=_0x303f53['get'](_0xdc71b7);_0x355a5e[_0x1185e3]['push'](_0x39249d);}!(function(){_0x355a5e['sort']((_0x3712ea,_0x199faa)=>{const _0x5a00a0=_0x3712ea[0x0]['createdAt'],_0x3c2875=_0x199faa[0x0]['createdAt'];return _0x5a00a0==_0x3c2875?_0x3712ea[0x0]['attributes']['groupId']<_0x199faa[0x0]['attributes']['groupId']?-0x1:0x1:_0x5a00a0<_0x3c2875?-0x1:0x1;});for(const _0x5d49de of _0x355a5e)_0x5d49de['sort']((_0x241551,_0x189b90)=>_0x241551['id']<_0x189b90['id']?-0x1:0x1);}());for(let _0x244ce1=0x0;_0x244ce1<_0x355a5e['length'];_0x244ce1++){if(0x0==_0x355a5e[_0x244ce1]['length'])continue;const _0x485ed1=[];for(let _0x2617f2=_0x244ce1+0x1;_0x2617f2<_0x355a5e['length'];_0x2617f2++)0x0!=_0x355a5e[_0x2617f2]['length']&&_0x35d80b(_0x355a5e[_0x244ce1],_0x355a5e[_0x2617f2])&&_0x485ed1['push'](_0x2617f2);for(const _0x50966a of _0x485ed1)_0x355a5e[_0x244ce1]=_0x355a5e[_0x244ce1]['concat'](_0x355a5e[_0x50966a]),_0x355a5e[_0x50966a]=[];}for(const _0xcdacc2 of _0x355a5e)for(let _0x186cd3=0x0;_0x186cd3<_0xcdacc2['length'];_0x186cd3++){const _0x40b503=_0xcdacc2[_0x186cd3+0x1]||null;_0xcdacc2[_0x186cd3]['next']!==_0x40b503&&(_0xcdacc2[_0x186cd3]['next']=_0x40b503);}for(const _0x442fba of _0x355a5e)for(let _0x57272a=0x0;_0x57272a<_0x442fba['length'];_0x57272a++){const _0x35d955=_0x442fba[_0x57272a-0x1]||null;_0x442fba[_0x57272a]['previous']!==_0x35d955&&(_0x442fba[_0x57272a]['previous']=_0x35d955);}function _0x35d80b(_0x4b0e4b,_0x5b2689){if(_0x4b0e4b[0x0]['attributes']['groupId']!==_0x5b2689[0x0]['attributes']['groupId']&&_0x4b0e4b[0x0]['author']!==_0x5b2689[0x0]['author'])return!0x1;if(!function(_0x5299c3,_0x269b87){if(!_0x5299c3['hasComments']&&!_0x269b87['hasComments'])return!0x0;if(_0x5299c3['hasComments']&&_0x269b87['hasComments'])return!0x1;if(_0x5299c3['hasComments']&&_0x269b87['createdAt']<_0x5299c3['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x269b87['hasComments']&&_0x5299c3['createdAt']<_0x269b87['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x4b0e4b[0x0],_0x5b2689[0x0]))return!0x1;const _0xc3c60=Ft(_0x4b0e4b[0x0]['attributes'],'groupId'),_0x4defc4=Ft(_0x5b2689[0x0]['attributes'],'groupId');if(!_0x337fb7(_0xc3c60,_0x4defc4))return!0x1;return!!_0x4b0e4b['every'](_0x3c9ff8=>_0x5b2689['some'](_0x1c5669=>_0x3c9ff8['getFirstRange']()['isEqual'](_0x1c5669['getFirstRange']())))&&_0x5b2689['every'](_0x10dfc7=>_0x4b0e4b['some'](_0x1dc81e=>_0x10dfc7['getFirstRange']()['isEqual'](_0x1dc81e['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x27b0d0){const _0x1bd327=Array['from'](_0x27b0d0),_0x3f533b=this['getSuggestions']({'skipNotAttached':!0x0}),_0x48bea7=_0x3f533b['filter'](_0x406e76=>!_0x27b0d0['has'](_0x406e76)),_0x3f21d3=new Map(_0x1bd327['map'](_0x79bb6f=>[_0x79bb6f,this['_suggestionFactory']['getSuggestionCallback'](_0x79bb6f['type'],_0x79bb6f['subType'],'join')])),_0x3caf03=new Map(_0x3f533b['map'](_0x3117f6=>[_0x3117f6,_0x3117f6['getRanges']()]));for(let _0x5d78fb=0x0;_0x5d78fb<_0x1bd327['length'];_0x5d78fb++){if(_0x4043ad(this,_0x1bd327[_0x5d78fb],_0x1bd327,_0x5d78fb+0x1))return!0x0;}for(let _0x463c8b=0x0;_0x463c8b<_0x1bd327['length'];_0x463c8b++){if(_0x4043ad(this,_0x1bd327[_0x463c8b],_0x48bea7,0x0))return!0x0;}return!0x1;function _0x4043ad(_0xe225d3,_0x3e2a6f,_0x54ec80,_0x5452a4){for(let _0x1d7393=_0x5452a4;_0x1d7393<_0x54ec80['length'];_0x1d7393++){const _0x15685a=_0x54ec80[_0x1d7393];if(_0x15685a['type']!==_0x3e2a6f['type']||_0x15685a['author']['id']!==_0x3e2a6f['author']['id']||_0x15685a['subType']!==_0x3e2a6f['subType'])continue;if(!Qt(_0x3e2a6f,_0x15685a))continue;if('attribute'==_0x3e2a6f['type']&&_0x3e2a6f['data']['oldValue']!=_0x15685a['data']['oldValue'])continue;if('attribute'==_0x3e2a6f['type']&&_0xe225d3['_isBlockAttribute'](_0x3e2a6f['data']['key']))continue;if('formatBlock'==_0x3e2a6f['type']){const _0x43f6e2=_0xe225d3['editor']['model'],_0x5da543=_0x3e2a6f['getContainedElement']();if(_0x5da543&&(_0x43f6e2['schema']['isObject'](_0x5da543)||_0x43f6e2['schema']['isLimit'](_0x5da543)))continue;}const _0x22a926=_0x3f21d3['get'](_0x3e2a6f),_0xd0a8c7=_0x3caf03['get'](_0x3e2a6f),_0x2ebba1=_0x3caf03['get'](_0x15685a),_0x373592=_0x3e2a6f['commentThread']&&_0x3e2a6f['commentThread']['length'],_0x17e38a=_0x15685a['commentThread']&&_0x15685a['commentThread']['length'];if(!_0x373592&&_0x22a926(_0x2ebba1,_0xd0a8c7))return _0xe225d3['_joinSuggestions'](_0x15685a,_0x3e2a6f),_0x3caf03['delete'](_0x3e2a6f),!0x0;if(!_0x17e38a&&_0x22a926(_0xd0a8c7,_0x2ebba1))return _0xe225d3['_joinSuggestions'](_0x3e2a6f,_0x15685a),_0x3caf03['delete'](_0x15685a),!0x0;}return!0x1;}}['_joinSuggestions'](_0x8609cf,_0x21f6a2){if(_0x8609cf['isMultiRange']){for(const _0x43f65a of _0x21f6a2['getRanges']())_0x8609cf['addRange'](_0x43f65a);}else{const _0x2d3464=_0x21f6a2['getFirstRange']()['end'];this['_setSuggestionRange'](_0x8609cf,this['_model']['createRange'](_0x8609cf['getFirstRange']()['start'],_0x2d3464));}_0x21f6a2['removeMarkers']();}['_getMarkerAnnouncementText'](_0xd03cb4,_0x90dac6,_0x2137c7){const _0x355198=_0xd03cb4['startsWith']('format')||_0xd03cb4['startsWith']('attribute')?'FORMATTING':_0xd03cb4['toUpperCase']();return c(this['editor']['locale'],_0x90dac6+'_'+_0x355198+'_SUGGESTION_ANNOUNCEMENT',_0x2137c7);}['_initAriaMarkerChangeAnnouncements'](){const _0x707be6=this['editor'];if(!_0x707be6['ui'])return;const {ariaLiveAnnouncer:_0x506a51}=_0x707be6['ui'];_0x54fe47(this['_model'],({left:_0x584345,entered:_0x17d45e})=>{for(const _0x3c2088 of _0x584345){const {group:_0x7493c9,type:_0x1ebfea}=this['_splitMarkerName'](_0x3c2088['name']);if('suggestion'===_0x7493c9){_0x506a51['announce'](this['_getMarkerAnnouncementText'](_0x1ebfea,'LEAVE'));break;}}for(const _0x1865f4 of _0x17d45e){const {group:_0x26143b,type:_0x44353b}=this['_splitMarkerName'](_0x1865f4['name']);if('suggestion'===_0x26143b){_0x506a51['announce'](this['_getMarkerAnnouncementText'](_0x44353b,'ENTER',_0x1e72b8(_0x2e8e57)));break;}}});}['_processAttributeChanges'](_0x360142){if(this['_recordAttributeSuggestions'])return!0x1;const _0x48e8b5=this['editor'],_0x1f7961=_0x48e8b5['model']['document']['differ']['getChanges']();if(0x0==_0x1f7961['length'])return!0x1;const _0x31df53=[],_0xacfb02=_0x1f7961['filter'](_0x26041c=>'attribute'==_0x26041c['type']),_0x4a80bc=_0x1f7961['filter'](_0xe2f90e=>'insert'==_0xe2f90e['type']&&'$text'!=_0xe2f90e['name']),_0x4a18f4=_0x1f7961['filter'](_0x2b708c=>'remove'==_0x2b708c['type']&&'$text'!=_0x2b708c['name']);for(const _0x3e0951 of _0xacfb02)_0x31df53['push']({'key':_0x3e0951['attributeKey'],'newValue':_0x3e0951['attributeNewValue'],'oldValue':_0x3e0951['attributeOldValue'],'range':qt(_0x3e0951['range'],_0x48e8b5['model'])});for(const _0x50bfc6 of _0x4a80bc){const _0x4e32c1=_0x4a18f4['find'](_0x1a57e6=>_0x1a57e6['position']['isEqual'](_0x50bfc6['position']));_0x4e32c1&&_0x31df53['push']({'key':u,'newValue':_0x50bfc6['name'],'oldValue':_0x4e32c1['name'],'range':_0x48e8b5['model']['createRangeOn'](_0x50bfc6['position']['nodeAfter'])});}return 0x0!=_0x31df53['length']&&this['_reduceExistingSuggestions'](_0x360142,_0x31df53);}['_processAttributeSuggestions'](_0x19a62f){let _0x19c232=!0x1;const _0x5248c2=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x43c343=>_0x43c343['data']['newRange']&&_0x43c343['name']['startsWith']('suggestion:attribute:'));for(const _0x6d181c of _0x5248c2){const {subType:_0x29118a,id:_0x5d6d2e}=this['_splitMarkerName'](_0x6d181c['name']),_0x28ba4f=_0x29118a['split']('|')[0x0];for(const _0x361f1f of this['getSuggestions']({'skipNotAttached':!0x0}))_0x361f1f['id']!=_0x5d6d2e&&'attribute'==_0x361f1f['type']&&_0x361f1f['data']&&_0x361f1f['data']['key']==_0x28ba4f&&_0x361f1f['getFirstRange']()['isIntersecting'](_0x6d181c['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x361f1f,_0x6d181c['data']['newRange'],_0x19a62f),_0x19c232=!0x0);}return _0x19c232;}['_recordAttributeChanges'](_0x3844d1){this['_recordAttributeSuggestions']=!0x0,_0x3844d1();}['_isRegisteredAttribute'](_0x5a1111){const _0x4a2d5a=this['_isBlockAttribute'](_0x5a1111),_0x4a294d=this['_inlineAttributeKeys']['has'](_0x5a1111);return _0x4a2d5a||_0x4a294d;}['_reduceExistingSuggestions'](_0x2d675f,_0x5ca73d){if(0x0==_0x5ca73d['length'])return!0x1;let _0x2f4303=!0x1;for(const _0x5ae715 of _0x5ca73d){const _0x57bec6=this['_findSuggestions'](_0x5ae715['range'],'attribute')['filter'](_0x17e1af=>!_0x17e1af['meta']['isNextTo'])['map'](_0x16b23f=>_0x16b23f['suggestion']),_0x37e198=_0x178afd({'newValue':_0x5ae715['newValue']});_0x57bec6['filter'](_0x14e197=>{const [_0x8caac2,_0xffcd94]=_0x14e197['subType']['split']('|');return _0x8caac2==_0x5ae715['key']&&_0xffcd94!=_0x37e198;})['forEach'](_0x31f681=>{this['_reduceSuggestionAttributeRange'](_0x31f681,_0x5ae715['range'],_0x2d675f),_0x2f4303=!0x0;});}return _0x2f4303;}['_reduceSuggestionAttributeRange'](_0x194653,_0x169a7b,_0x346282){const _0x232fbc=_0x194653['getFirstRange']()['getDifference'](_0x169a7b);0x0!==_0x232fbc['length']?0x1!==_0x232fbc['length']?this['_breakSuggestionMarker'](_0x194653,_0x169a7b['start'],_0x169a7b['end']):this['_setSuggestionRange'](_0x194653,_0x232fbc[0x0]):_0x346282['removeMarker'](_0x194653['getFirstMarker']());}}class Pt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x2ef3a8){this['_editor']=_0x2ef3a8,this['_model']=_0x2ef3a8['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x223f43,_0x796705,_0x1b1fb1,_0x426bad,_0x14bcfa,_0x1b3020){return new o(this['_model'],{'type':_0x223f43,'subType':_0x796705,'id':_0x1b1fb1,'author':_0x426bad,'creator':_0x426bad,'attributes':_0x14bcfa,'onAttributesChange':_0x1b3020,'onAccept':(..._0x49d44d)=>this['getSuggestionCallback'](_0x223f43,_0x796705,'accept')(..._0x49d44d),'onDiscard':(..._0x4ab318)=>this['getSuggestionCallback'](_0x223f43,_0x796705,'discard')(..._0x4ab318)});}['registerCustomCallback'](_0xb46f6e,_0x562f4e,_0xb4554d,_0x131200){const _0x580472=_0xb46f6e+':'+_0x562f4e+':'+_0xb4554d;this['_customCallbacks']['set'](_0x580472,_0x131200);}['getSuggestionCallback'](_0x5c694c,_0x197cc8,_0x31be13){const _0xfce280=_0x5c694c+':'+_0x197cc8+':'+_0x31be13;return this['_customCallbacks']['get'](_0xfce280)||this['_defaultCallbacks']['get'](_0x5c694c+':'+_0x31be13);}['_registerDefaultCallbacks'](){const _0x1cf28a=()=>!0x1,_0x344622=_0x29bee9=>{_0x29bee9['sort']((_0x271f27,_0x1cef33)=>_0x271f27['start']['isBefore'](_0x1cef33['start'])?0x1:-0x1),this['_model']['change'](_0x39df96=>{for(const _0x4ac949 of _0x29bee9){let _0x2b0051;_0x2b0051=_0x4ac949['end']['isAtEnd']&&_0x4ac949['end']['parent']==_0x4ac949['start']['nodeAfter']?_0x39df96['createSelection'](_0x4ac949['start']['nodeAfter'],'on'):_0x39df96['createSelection'](_0x4ac949),this['_model']['deleteContent'](_0x2b0051,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x30b2bc=(_0x4c7a42,_0x3acb28)=>{_0x3acb28&&this['_model']['change'](_0x4b8511=>{const {commandName:_0x4fbefb,commandParams:_0x17c09b=[]}=_0x3acb28,_0x624db9=_0x4c7a42['map'](_0x34f9d1=>(Lt(_0x34f9d1)&&(_0x34f9d1=this['_model']['createRange'](_0x34f9d1['end'])),_0x34f9d1))['filter'](_0x19d017=>'$graveyard'!==_0x19d017['root']['rootName']);if(_0x624db9['length']<0x1)return;const _0x19411d=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x1896a9=>_0x28bdcd['fromRange'](_0x1896a9));_0x4b8511['setSelection'](_0x624db9);for(const _0x1dea21 of this['_editor']['commands']['commands']())_0x1dea21['refresh']();_0x17c09b['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x4fbefb,..._0x17c09b);const _0x217411=_0x19411d['filter'](_0x453253=>'$graveyard'!=_0x453253['root']['rootName']);_0x217411['length']>0x0&&_0x4b8511['setSelection'](_0x217411);for(const _0x100768 of _0x19411d)_0x100768['detach']();});},_0x219223=(_0x6c2668,_0x509506)=>0x1==_0x6c2668['length']&&0x1==_0x509506['length']&&_0x6c2668[0x0]['end']['isEqual'](_0x509506[0x0]['start']),_0x1d19f6=(_0x342fb0,_0x367b02,_0x24cd0f,_0xd0d7d6)=>Wt(_0x342fb0,_0x367b02,_0x24cd0f,_0xd0d7d6)?[_0x342fb0,_0x367b02]:Wt(_0x367b02,_0x342fb0,_0xd0d7d6,_0x24cd0f)?[_0x367b02,_0x342fb0]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x1cf28a),this['_defaultCallbacks']['set']('insertion:discard',_0x344622),this['_defaultCallbacks']['set']('insertion:join',_0x219223),this['_defaultCallbacks']['set']('insertion:chain',_0x1d19f6),this['_defaultCallbacks']['set']('deletion:accept',_0x344622),this['_defaultCallbacks']['set']('deletion:discard',_0x1cf28a),this['_defaultCallbacks']['set']('deletion:join',_0x219223),this['_defaultCallbacks']['set']('deletion:chain',_0x1d19f6),this['_defaultCallbacks']['set']('formatInline:accept',_0x30b2bc),this['_defaultCallbacks']['set']('formatInline:discard',_0x1cf28a),this['_defaultCallbacks']['set']('formatInline:join',_0x219223),this['_defaultCallbacks']['set']('formatInline:chain',_0x1cf28a),this['_defaultCallbacks']['set']('formatBlock:accept',_0x30b2bc),this['_defaultCallbacks']['set']('formatBlock:discard',_0x1cf28a),this['_defaultCallbacks']['set']('formatBlock:join',_0x219223),this['_defaultCallbacks']['set']('formatBlock:chain',_0x1cf28a),this['_defaultCallbacks']['set']('attribute:accept',_0x1cf28a),this['_defaultCallbacks']['set']('attribute:discard',(_0x5d29d6,_0x59c26f)=>{if(!_0x59c26f)return;const _0x406122=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x24d06f=>{if(_0x59c26f['key']==u)for(const _0x3cb4cb of _0x5d29d6){const _0x624364=_0x3cb4cb['start']['nodeAfter'],_0x2ea78b=_0x59c26f['oldValue'];_0x24d06f['rename'](_0x624364,_0x2ea78b);}else{if(_0x406122['_isBlockAttribute'](_0x59c26f['key'])){for(const _0x49e10f of _0x5d29d6)void 0x0!==_0x59c26f['oldValue']?_0x24d06f['setAttribute'](_0x59c26f['key'],_0x59c26f['oldValue'],_0x49e10f['start']['nodeAfter']):_0x24d06f['removeAttribute'](_0x59c26f['key'],_0x49e10f['start']['nodeAfter']);}else{for(const _0x2f6c2c of _0x5d29d6)_0x59c26f['oldValue']?_0x24d06f['setAttribute'](_0x59c26f['key'],_0x59c26f['oldValue'],_0x2f6c2c):_0x24d06f['removeAttribute'](_0x59c26f['key'],_0x2f6c2c);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x219223);}}function Gt(_0x33ed4e,_0x2398e3,_0x1e52f1){for(const _0x2cff86 of _0x2398e3['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2cff86['root']==_0x2cff86)return!0x1;if(!_0x1e52f1['containsItem'](_0x2cff86))return!0x1;if(_0x33ed4e['isObject'](_0x2cff86)||_0x33ed4e['isLimit'](_0x2cff86))return!0x0;}return!0x1;}function Lt(_0x432e4c){return _0x432e4c['end']['parent']==_0x432e4c['start']['nodeAfter']&&_0x432e4c['end']['isAtStart'];}function Jt(_0x8ffc22,_0x375603,_0x267f8e,_0x3aa374){const _0x2560e8=_0x214a74=>!_0x214a74['item']['is']('$textProxy')&&!_0x3aa374['isObject'](_0x214a74['item']),_0x44545d=_0x8ffc22['start']['getLastMatchingPosition'](_0x2560e8),_0x47d707=_0x8ffc22['end']['getLastMatchingPosition'](_0x2560e8,{'direction':'backward'});return(!_0x8ffc22['start']['isEqual'](_0x44545d)||!_0x8ffc22['end']['isEqual'](_0x47d707))&&(_0x44545d['isBefore'](_0x47d707)?_0x267f8e['updateMarker'](_0x375603,{'range':_0x267f8e['createRange'](_0x44545d,_0x47d707)}):_0x267f8e['removeMarker'](_0x375603),!0x0);}function Kt(_0x2447be){return _0x178afd(_0x2447be);}function Ht(_0x6ef352){const _0x1ec920=_0x6ef352['start']['nodeAfter'];return _0x1ec920&&_0x1ec920['is']('element');}function qt(_0x2336bd,_0x1ed0e1){return null==_0x2336bd['end']['nodeBefore']&&_0x2336bd['end']['parent']==_0x2336bd['start']['nodeAfter']?zt(_0x2336bd['start']['nodeAfter'],_0x1ed0e1):_0x2336bd;}function zt(_0x523c46,_0x3445d2){const _0x4e64e5=_0x3445d2['schema']['isObject'](_0x523c46)||_0x3445d2['schema']['isSelectable'](_0x523c46);return _0x3445d2['createRange'](_0x3445d2['createPositionAt'](_0x523c46,'before'),_0x4e64e5?_0x3445d2['createPositionAfter'](_0x523c46):_0x3445d2['createPositionAt'](_0x523c46,'end'));}function Wt(_0x48f19d,_0x456a8f,_0xe4ec9c,_0x181fb0){return!!Qt(_0x48f19d,_0x456a8f)&&_0xe4ec9c['end']['isEqual'](_0x181fb0['start']);}function Qt(_0x1e7472,_0x2840dc){if(!_0x1e7472['_isDataLoaded']||!_0x2840dc['_isDataLoaded'])return!0x1;const _0x3ab671=new Set(Object['keys'](_0x1e7472['attributes'])),_0x3fd0b2=new Set(Object['keys'](_0x2840dc['attributes']));if(_0x3ab671['delete']('groupId'),_0x3fd0b2['delete']('groupId'),0x0==_0x3ab671['size']&&0x0==_0x3fd0b2['size'])return!0x0;if(_0x3ab671['size']!=_0x3fd0b2['size'])return!0x1;const _0x59c4d3={..._0x1e7472['attributes']},_0x160119={..._0x2840dc['attributes']};return delete _0x59c4d3['groupId'],delete _0x160119['groupId'],JSON['stringify'](_0x59c4d3)==JSON['stringify'](_0x160119);}function Xt(_0x4e604f,_0x270e2f){const _0x2b3ab9=Yt(_0x4e604f['attributes']),_0x1b2d01=Yt(_0x270e2f);if(!_0x4e604f['_isDataLoaded'])return!0x1;for(const _0x2cfcae of Object['keys'](_0x1b2d01))if(!_0x337fb7(_0x2b3ab9[_0x2cfcae],_0x1b2d01[_0x2cfcae]))return!0x1;return!0x0;}function Yt(_0x466452){const _0x5a1120=Object['assign']({},_0x466452);return delete _0x5a1120['skipNestingCheck'],delete _0x5a1120['tablePasteChainId'],_0x5a1120;}class pe extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x5ac5bf(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x43e02d,_0x389cca,_0xbf9ecc,_0x3ebfe7){super(),this['model']=_0x389cca,this['view']=_0xbf9ecc,this['commentThreadController']=_0x3ebfe7,this['_editor']=_0x43e02d,this['_acceptCommand']=_0x43e02d['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x43e02d['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0xe0275,_0x28883d)=>_0xe0275||_0x28883d),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x11f7e0=>_0x11f7e0&&this['_editor']['model']['canEditAt'](_0x389cca['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x299b93=>_0x299b93&&this['_editor']['model']['canEditAt'](_0x389cca['getRanges']())),this['_pendingAction']=null,_0xbf9ecc['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0xbf9ecc,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0xbf9ecc,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0xbf9ecc,'change:isDirty',()=>{_0xbf9ecc['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 _0x7cf33=c(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x7cf33);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x24738e{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x5708d8,_0xce07c9,_0x4a6e1a,_0x5bb22d){super(_0x5708d8),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x3487aa(_0x5708d8,c(_0x5708d8,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0xce07c9['authoredAt']),this['bind']('authoredAt')['to'](_0xce07c9),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',_0xce07c9,'authoredAt',this,'descriptionParts',(_0x2ebd08,_0x1633c2,_0x4ccd69)=>{const _0x308bd2=_0x4ccd69['map'](_0x5c9474=>ls(_0x5c9474['content']))['join']('.\x20')+'.';return c(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x2ebd08-0x1,_0xce07c9['author']['name'],_0x1633c2?_0x5bb22d['formatDateTime'](_0x1633c2):'',new DOMParser()['parseFromString'](_0x308bd2,'text/html')['body']['textContent']]);}),this['focusables']=new _0x3b0eca(),this['focusTracker']=new _0xc81acb(),this['keystrokes']=new _0x397f8b(),this['focusCycler']=new _0x4a3c57({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x40871d=>_0x40871d['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0xce07c9,this['_localUser']=_0x4a6e1a,this['_config']=_0x5bb22d,_0x5bb22d['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x177f7d(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x4923a0}=this['_config'];this['commentsListView']=new _0x4923a0(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',_0x36c53c=>_0x36c53c+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x2d0986,_0x6b1bd)=>_0x2d0986||!!_0x6b1bd);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x237c9c}=this['_config'],_0x5647ad=new _0x237c9c(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x4856f2=_0x5647ad['commentInputView'];return _0x5647ad['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x4856f2,'value',(_0x5d880f,_0x4f276e,_0x3d11e4)=>!!_0x3d11e4||_0x5d880f&&!_0x4f276e),_0x4856f2['on']('submit',(_0x3914f6,_0x2eb674)=>{this['fire']('addComment',_0x2eb674),_0x4856f2['editor']['setData']('');}),_0x4856f2['on']('cancel',()=>this['focus']()),_0x4856f2['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x5647ad;}}class fe extends us{['suggestionView'];['_descriptionElement'];constructor(_0x27d487,_0x5b2d0e,_0x171121,_0x31a7b8){super(_0x27d487,_0x5b2d0e,_0x171121,_0x31a7b8),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x54b3e8=>_0x54b3e8&&_0x54b3e8[0x0]?_0x54b3e8[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x5593a2,_0x280a43)=>{let _0x2c0c19='';for(const _0x2bb82c of _0x5593a2)_0x2c0c19+='<p>'+ls(_0x2bb82c['content'],_0x2bb82c['color'])+'</p>';return _0x280a43?_0x2c0c19:ti(_0x2c0c19,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x31a7b8['SuggestionView'](_0x27d487,_0x5b2d0e,{'formatDateTime':_0x31a7b8['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 _0x278535=this['bindTemplate'],_0x573628=[this['suggestionView']];return this['commentsListView']&&_0x573628['push'](this['commentsListView']),this['commentThreadInputView']&&_0x573628['push'](this['commentThreadInputView']),_0x573628['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x278535['if']('isActive','ck-suggestion-wrapper--active'),_0x278535['to']('type',_0x243d03=>'ck-suggestion-'+_0x243d03),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':_0x278535['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x573628};}['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 _0x24738e{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x313bde,_0x1f888f,_0x47af1a){super(_0x313bde),this['_model']=_0x1f888f,this['_config']=_0x47af1a,this['set']('description',''),this['bind']('authoredAt')['to'](_0x1f888f),this['acceptButton']=this['_createButton'](c(_0x313bde,'Accept\x20suggestion'),_0x4c7b73,'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](c(_0x313bde,'Discard\x20suggestion'),_0x2a4c3f,'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x30bbce(_0x313bde,_0x1f888f['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x3b0eca([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0xc81acb(),this['keystrokes']=new _0x397f8b(),this['focusCycler']=new _0x4a3c57({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x3d8c82=>_0x3d8c82['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x1fae81=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x1fae81['innerHTML']=this['description'],this['on']('change:description',(_0xd0b841,_0x39c147,_0x5964d1)=>{_0x1fae81['innerHTML']=_0x5964d1;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x2e4b24=this['bindTemplate'],_0x115fbb=[{'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':_0x2e4b24['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x2e4b24['to']('authoredAt',_0x171723=>this['_config']['formatDateTime'](_0x171723))}]}]},{'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']&&_0x115fbb['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':_0x115fbb}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?c(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):c(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?c(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):c(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x40fe4b,_0x4bf1c6,_0x3637ad,_0x281a8f,_0x4fcbc5){const _0x111d0c=new _0x11640c(this['locale']);return _0x111d0c['set']({'label':_0x40fe4b,'icon':_0x4bf1c6,'tooltip':!0x0,'tooltipPosition':_0x4fcbc5}),_0x111d0c['extendTemplate']({'attributes':{'class':_0x3637ad}}),_0x111d0c['on']('execute',()=>{this['fire'](_0x281a8f,this['_model']['id']);}),_0x111d0c;}['_setupKeyboardNavigation'](){const _0x32d6e2=this['element'];this['keystrokes']['listenTo'](_0x32d6e2);for(const _0x626409 of this['focusables'])this['focusTracker']['add'](_0x626409['element']),this['keystrokes']['listenTo'](_0x626409['element']);this['keystrokes']['set']('enter',(_0x40d345,_0x341928)=>{_0x32d6e2===_0x40d345['target']&&(this['focusCycler']['focusFirst'](),_0x341928());}),this['keystrokes']['set']('esc',(_0x26cc57,_0x161017)=>{_0x32d6e2!==_0x26cc57['target']&&(this['focus'](),_0x161017());});}}class d extends _0x5682b5{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x1c49f1,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x445c43){super(_0x445c43),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x2246a9=this['editor']['config'];_0x2246a9['define']('trackChanges.SuggestionThreadView',fe),_0x2246a9['define']('trackChanges.SuggestionView',we),_0x2246a9['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x2246a9['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x168674,_0x564bb7){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0xd94b44,_0x23ec40]of this['_handleControllerBuffer']){const _0x1f0956=this['_suggestionToController']['has'](_0xd94b44);_0x1f0956||_0x23ec40?_0x1f0956&&_0x23ec40&&this['_destroyController'](_0xd94b44):this['_initializeController'](_0xd94b44);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x168674,_0x564bb7);}['init'](){const _0x333577=this['editor'],_0x330d7d=_0x333577['plugins']['get']('TrackChangesEditing'),_0x1dff7d=_0x333577['plugins']['get']('Annotations'),_0x43526f=_0x333577['plugins']['get']('EditorAnnotations'),_0x2763de=_0x333577['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x43526f['addSourceCollector'](()=>{const _0x3f92eb=[];for(const [_0x15fecc,_0x16d649]of Array['from'](this['_suggestionToController'])){const _0x430a5c=_0x15fecc['getAllAdjacentSuggestions'](),_0x161ac3=[];for(const _0x248cd4 of _0x430a5c){if(!_0x248cd4['isInContent'])continue;if(_0x248cd4['isMultiRange']){_0x161ac3['push'](..._0x248cd4['getRanges']());continue;}const _0x42287e=_0x248cd4['getFirstRange']();if(_0x161ac3['length']>0x0){const _0x2eec4a=_0x161ac3[0x0]['getJoined'](_0x42287e);if(_0x2eec4a){_0x161ac3[0x0]=_0x2eec4a;continue;}}_0x161ac3['push'](_0x42287e);}_0x3f92eb['push']([_0x16d649['view'],_0x161ac3]);}return _0x3f92eb;}),this['listenTo'](_0x330d7d,'suggestionLoaded',(_0x23c372,_0x402032)=>{this['listenTo'](_0x402032,'change:previous',(_0x23bdf6,_0x4aad5c,_0x101eef,_0x1d128b)=>{_0x402032['isInContent']&&(null==_0x101eef?(this['_updateController'](_0x1d128b['head']),this['_handleSuggestionControllerDelayed'](_0x402032,!0x1)):(this['_updateController'](_0x101eef['head']),null==_0x1d128b&&this['_handleSuggestionControllerDelayed'](_0x402032,!0x0)));}),null!==_0x402032['previous']?this['_updateController'](_0x402032['head']):this['_handleSuggestionControllerDelayed'](_0x402032,!0x1);}),this['listenTo'](_0x330d7d,'suggestionUnloaded',(_0x5a1c98,_0x3f82b7,_0x48c64e)=>{this['stopListening'](_0x3f82b7,'change:previous'),this['_handleControllerBuffer']['delete'](_0x3f82b7),this['_suggestionToController']['has'](_0x3f82b7)&&this['_destroyController'](_0x3f82b7),_0x48c64e&&this['_updateController'](_0x48c64e['head']);}),this['listenTo'](_0x330d7d,'suggestionChanged',(_0x53f825,_0x5d6b86)=>{this['_updateController'](_0x5d6b86);}),this['listenTo'](_0x1dff7d,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x2763de,'addComment',(_0x5e490d,{threadId:_0x31069d,isFromAdapter:_0x5740c5})=>{if(_0x5740c5||!_0x330d7d['hasSuggestion'](_0x31069d))return;const _0x39bad1=_0x330d7d['getSuggestion'](_0x31069d);this['_suggestionToController']['get'](_0x39bad1)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0xeafeec=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4ac936;for(const _0x37819e in _0xeafeec){const _0x4d9b46=_0x37819e,_0x2a001e=_0xeafeec[_0x4d9b46];if('trackChangesLicenseKeyValid'==_0x2a001e||'trackChangesLicenseKeyInvalid'==_0x2a001e||'trackChangesLicenseKeyExpired'==_0x2a001e||'trackChangesLicenseKeyDomainLimit'==_0x2a001e||'trackChangesLicenseKeyNotAllowed'==_0x2a001e||'trackChangesLicenseKeyEvaluationLimit'==_0x2a001e||'trackChangesLicenseKeyTrialLimit'==_0x2a001e||'trackChangesLicenseKeyUsageLimit'==_0x2a001e){delete _0xeafeec[_0x4d9b46],_0x4ac936=_0x2a001e,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x4ac936&&_0xeafeec['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x4ac936&&_0xeafeec['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x4ac936&&_0xeafeec['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x4ac936&&_0xeafeec['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x4ac936&&_0xeafeec['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x4ac936&&_0xeafeec['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyUsageLimit'==_0x4ac936&&_0xeafeec['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0x4f3493=this['editor']['plugins']['get']('Annotations'),_0x33e150=this['editor']['plugins']['get']('TrackChangesEditing'),_0x93c1c3=Array['from'](_0x4f3493['activeAnnotations'],_0x19dac5=>_0x19dac5['innerView'])['filter'](_0x321eaa=>this['_viewToController']['has'](_0x321eaa)),_0x40d717=[];for(const _0x7806d0 of _0x93c1c3){const _0x7fc062=this['_viewToController']['get'](_0x7806d0)['model']['getAllAdjacentSuggestions']();_0x40d717['push'](..._0x7fc062['reduce']((_0x32f704,_0x1415f2)=>[..._0x32f704,..._0x1415f2['getMarkerNames']()],[]));}_0x33e150['activeMarkers']=_0x40d717;}['_addUIComponentsToFactory'](){const _0x277bcc=this['editor'],_0x29fc7c=_0x277bcc['locale'],_0x1c7945=c(_0x29fc7c,'Track\x20changes'),_0x448edc=new _0x529266([{'type':'switchbutton','model':new _0x2af654({'withText':!0x0,'isToggleable':!0x0,'label':_0x1c7945,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x2af654({'withText':!0x0,'label':c(_0x29fc7c,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x2af654({'withText':!0x0,'label':c(_0x29fc7c,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x2af654({'withText':!0x0,'label':c(_0x29fc7c,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x2af654({'withText':!0x0,'label':c(_0x29fc7c,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x277bcc['plugins']['has']('TrackChangesPreview')&&_0x448edc['addMany']([{'type':'separator'},{'type':'button','model':new _0x2af654({'withText':!0x0,'label':c(_0x29fc7c,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0xf0af10 of _0x448edc)if(ke(_0xf0af10)){const _0x1b5fe4=_0x277bcc['commands']['get'](_0xf0af10['model']['commandName']);_0xf0af10['model']['bind']('isOn','isEnabled')['to'](_0x1b5fe4,'value','isEnabled');}_0x277bcc['ui']['componentFactory']['add']('trackChanges',_0xff728e=>this['_createToolbarButton'](_0xff728e,_0x448edc,_0x1c7945)),_0x277bcc['ui']['componentFactory']['add']('menuBar:trackChanges',_0xbeb93d=>this['_createMenuBarMenu'](_0xbeb93d,_0x448edc,_0x1c7945));}['_createToolbarButton'](_0x17aeb0,_0x1c0a73,_0x2f6ed3){const _0x439638=_0x4eefe7(_0x17aeb0,_0x2ec16a),_0x22d0b8=this['editor']['commands']['get']('trackChanges');_0x439638['buttonView']['set']({'tooltip':_0x2f6ed3,'label':_0x2f6ed3,'icon':_0x5e4411}),_0x439638['buttonView']['bind']('isOn')['to'](_0x22d0b8,'value'),_0x439638['buttonView']['on']('execute',()=>{_0x22d0b8['execute'](),this['editor']['editing']['view']['focus']();}),_0x44f811(_0x439638,_0x1c0a73,{'role':'menu'});const _0x3bbd57=[];for(const _0x888b40 of _0x1c0a73)ke(_0x888b40)&&_0x3bbd57['push'](this['editor']['commands']['get'](_0x888b40['model']['commandName']));const _0x1b5e02=_0x439638['buttonView'];return _0x1b5e02['actionView']['unbind']('isEnabled'),_0x1b5e02['arrowView']['unbind']('isEnabled'),_0x1b5e02['actionView']['bind']('isEnabled')['to'](_0x22d0b8,'isEnabled'),_0x1b5e02['arrowView']['bind']('isEnabled')['toMany'](_0x3bbd57,'isEnabled',(..._0x508ad7)=>_0x508ad7['some'](_0xf4f43b=>_0xf4f43b)),_0x439638['on']('execute',_0x301c32=>{this['editor']['execute'](_0x301c32['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x439638;}['_createMenuBarMenu'](_0x4ef89f,_0x431b65,_0x4be628){const _0x5dddf0=new _0x10c09e(_0x4ef89f),_0x1d118a=this['editor']['commands']['get']('trackChanges');_0x5dddf0['buttonView']['set']({'label':_0x4be628,'icon':_0x5e4411});const _0xb0569d=new _0x40a007(_0x4ef89f);for(const _0x149602 of _0x431b65){if('separator'==_0x149602['type']){_0xb0569d['items']['add'](new _0x26af5f(_0x4ef89f));continue;}const _0x217de2=new _0xb5bc81(_0x4ef89f,_0x5dddf0),_0x2bb135=new _0xdc3e60(_0x4ef89f),_0x38c623=_0x149602['model'];_0x2bb135['bind'](...Object['keys'](_0x38c623))['to'](_0x38c623),_0x2bb135['delegate']('execute')['to'](_0x5dddf0),_0x2bb135['on']('execute',()=>{this['editor']['execute'](_0x38c623['commandName']),this['editor']['editing']['view']['focus']();}),_0x217de2['children']['add'](_0x2bb135),_0xb0569d['items']['add'](_0x217de2);}return _0x5dddf0['bind']('isEnabled')['to'](_0x1d118a,'isEnabled'),_0x5dddf0['panelView']['children']['add'](_0xb0569d),_0x5dddf0;}['_initializeController'](_0xa20769){const _0x10099d=this['editor'],_0x1e2bdf=_0x10099d['config'],_0x4c10e5=_0x10099d['plugins']['get']('Annotations'),_0x391bcb=_0x10099d['plugins']['get']('CommentsRepository'),_0x46e778=_0x10099d['plugins']['get']('EditorAnnotations'),_0x36a571=_0x10099d['plugins']['get'](_0x1c49f1)['me'],_0x49241b=_0x1e2bdf['get']('trackChanges')['SuggestionThreadView'],_0x500e61=_0x1e2bdf['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x1a25d7,CommentThreadInputView:_0x391b02}=_0x10099d['plugins']['get']('CommentsUI');let _0x4494e0,_0x2c3ca5,_0x37f22d;this['_annotationViews']['has'](_0xa20769['id'])?(_0x2c3ca5=this['_annotationViews']['get'](_0xa20769['id']),_0x4494e0=_0x2c3ca5['mainView']):(_0x4494e0=new _0x49241b(_0x10099d['locale'],_0xa20769,_0x36a571,{'disableComments':this['_disableComments'],'editorConfig':{..._0x1e2bdf['get']('comments.editorConfig'),'licenseKey':_0x1e2bdf['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x1e2bdf['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x1e2bdf['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x1e2bdf['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x2109ba(_0x1e2bdf['get']('locale'),_0x10099d['locale']),'CommentView':_0x1e2bdf['get']('comments')['CommentView'],'CommentsListView':_0x1a25d7,'CommentThreadInputView':_0x391b02,'SuggestionView':_0x500e61}),_0x4494e0['suggestionView']['acceptButton']['on']('execute',()=>{_0x10099d['editing']['view']['focus']();}),_0x4494e0['suggestionView']['discardButton']['on']('execute',()=>{_0x10099d['editing']['view']['focus']();}),_0x2c3ca5=_0x4c10e5['createAnnotationView'](this['editor']['locale'],_0x4494e0),_0x2c3ca5['bind']('isDirty')['to'](_0x4494e0,'isDirty'),_0x2c3ca5['bind']('length')['to'](_0x4494e0),_0x2c3ca5['bind']('type')['to'](_0x4494e0,'type',_0x2017cf=>'suggestion-'+_0x2017cf),_0x4494e0['on']('escape',()=>{_0x37f22d['fire']('escape');}),this['_annotationViews']['set'](_0xa20769['id'],_0x2c3ca5));const _0x4b4e49=_0x391bcb['createCommentThreadController'](_0xa20769['commentThread'],_0x4494e0),_0xd616ea=new pe(_0x10099d,_0xa20769,_0x4494e0,_0x4b4e49),_0x272546=_0xa20769['getAllAdjacentSuggestions']()['filter'](_0x52921f=>_0x52921f['isInContent']);_0x4494e0['descriptionParts']=_0x10099d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x272546),this['_suggestionToController']['set'](_0xa20769,_0xd616ea),this['_viewToController']['set'](_0x4494e0,_0xd616ea),_0x37f22d=_0x4c10e5['createAnnotation']({'view':_0x2c3ca5,'target':()=>{const _0x18d168=[],_0x5c47bb=_0xa20769['getAllAdjacentSuggestions']()['filter'](_0x47f124=>_0x47f124['isInContent']);for(const _0x568107 of _0x5c47bb)_0x18d168['push'](..._0x568107['getMarkers']());return _0x20520b(_0x10099d['editing'],_0x18d168);},'type':()=>'suggestion-'+_0xd616ea['view']['type']}),_0x391bcb['_bindAnnotationToEditors'](_0x4494e0,_0x37f22d),_0x4c10e5['add'](_0x37f22d),_0x46e778['registerAnnotation'](_0x37f22d);}['_destroyController'](_0x282d2c){const _0x6dd454=this['editor']['plugins']['get']('CommentsRepository'),_0x37f94a=this['editor']['plugins']['get']('Annotations'),_0x48e379=this['_suggestionToController']['get'](_0x282d2c),_0x4340a6=_0x48e379['view'],_0x12173b=_0x37f94a['getByInnerView'](_0x4340a6);_0x6dd454['_unbindEditors'](_0x4340a6),_0x12173b&&_0x37f94a['remove'](_0x12173b),this['_suggestionToController']['delete'](_0x282d2c),this['_viewToController']['delete'](_0x4340a6),_0x48e379['destroy']();}['_updateController'](_0x5f40c2){if(!_0x5f40c2['isInContent']||!this['_suggestionToController']['has'](_0x5f40c2))return;const _0x5de22c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1541a8=this['_suggestionToController']['get'](_0x5f40c2),_0x1fe1f6=_0x5f40c2['getAllAdjacentSuggestions']();_0x1541a8['view']['descriptionParts']=_0x5de22c['descriptionFactory']['getDescriptions'](_0x1fe1f6);}['destroy'](){for(const _0x1f122b of this['_suggestionToController']['keys']())this['_destroyController'](_0x1f122b);for(const _0x59ade8 of this['_annotationViews']['values']())_0x59ade8['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function ke(_0x19480a){return'model'in _0x19480a;}class k extends _0x5682b5{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x3579d1){this['editor']['plugins']['get'](p)['adapter']=_0x3579d1;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x54ac9e){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x54ac9e);}['getSuggestions']({skipNotAttached:_0x2f6816=!0x1,toJSON:_0xa7a7ad=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x2f6816,'toJSON':_0xa7a7ad});}['getSuggestion'](_0x5271c9){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x5271c9);}}const w=['Pagination'];class T extends _0x5682b5{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x520086=this['editor'];if(_0x520086['config']['define']('trackChangesData.editorCreator',_0x22d851=>{const _0x199d39=_0x520086['model']['document']['getRootNames']()['reduce']((_0x67355c,_0x778062)=>(_0x67355c[_0x778062]='',_0x67355c),{});return _0x520086['constructor']['create'](_0x199d39,_0x22d851);}),'function'!=typeof _0x520086['config']['get']('trackChangesData')['editorCreator'])throw new _0x5e8aa1('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x2967af){return N(this['editor'],!0x0,_0x2967af);}['getDataWithDiscardedSuggestions'](_0x43dd9c){return N(this['editor'],!0x1,_0x43dd9c);}}class D extends _0x5682b5{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x29bc5d){function _0x47bdea(_0x163b81){return _0x163b81['map'](_0x3166ac=>String['fromCharCode'](_0x3166ac))['join']('');}super(_0x29bc5d),this['result']='end',_0x29bc5d[_0x47bdea([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x47bdea([0x76,0x69,0x65,0x77])][_0x47bdea([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x47bdea([0x61,0x75,0x74,0x6f]),_0x29bc5d[_0x47bdea([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x47bdea([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x47bdea([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x47bdea([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x47bdea([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 Ge(_0x15bafc){return void 0x0!==_0x15bafc['getRootsAttributes'];}async function N(_0x41210d,_0x54631e,_0x5b6124){const _0x19f598=_0x2ff564(_0x41210d,w);_0x19f598['plugins']['push'](p,D),_0x19f598['rootsAttributes']=Ge(_0x41210d)?_0x41210d['getRootsAttributes']():void 0x0;const _0xd9ab0=document['createDocumentFragment'](),_0x274992=_0x41210d['config']['get']('trackChangesData')['editorCreator'],_0x1c9892=await _0x274992(_0x19f598,()=>function(_0x5690f9){const _0x28ca74=document['createElement']('div');return _0x5690f9['appendChild'](_0x28ca74),_0x28ca74;}(_0xd9ab0));!function(_0x907958,_0x45e10c){const _0x4595a5=_0x907958['model']['document']['getRootNames']()['reduce']((_0x4caa91,_0x3276b3)=>(_0x4caa91[_0x3276b3]=_0x907958['data']['get']({'rootName':_0x3276b3}),_0x4caa91),{}),_0x40e80e=_0x907958['plugins']['get']('Users')['users']['map'](_0x58b96e=>({'id':_0x58b96e['id'],'name':_0x58b96e['name']})),_0x14d1f7=_0x907958['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x38d3dd=_0x907958['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x22b23d=_0x45e10c['plugins']['get']('Users'),_0x4f3082=_0x45e10c['plugins']['get']('TrackChangesEditing'),_0x5cd99a=_0x45e10c['plugins']['get']('CommentsRepository');for(const _0x42bc86 of _0x5cd99a['getCommentThreads']())_0x42bc86['remove']();for(const _0x441b82 of _0x40e80e)_0x22b23d['getUser'](_0x441b82['id'])||_0x22b23d['addUser'](_0x441b82);_0x22b23d['me']||_0x22b23d['useAnonymousUser']();for(const _0x461998 of _0x38d3dd)_0x5cd99a['addCommentThread'](_0x461998);for(const _0x57ed50 of _0x14d1f7)_0x4f3082['addSuggestionData'](_0x57ed50);_0x45e10c['data']['set'](_0x4595a5);}(_0x41210d,_0x1c9892),_0x1c9892['execute'](_0x54631e?'acceptAllSuggestions':'discardAllSuggestions');const _0x40ba42=Ge(_0x1c9892)?_0x1c9892['getFullData'](_0x5b6124):_0x1c9892['data']['get'](_0x5b6124);return await _0x1c9892['destroy'](),_0x40ba42;}class Me extends _0x24738e{['options'];constructor(_0x5247c4,_0x25e5b0){super(_0x5247c4),this['options']=_0x25e5b0,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'](_0x82c409,_0x7530b7){if(!this['element'])return;const _0x211214=[];for(const [_0x2f9ea2,_0x54f3ee]of _0x82c409){const _0x55695d=document['createElement']('div');_0x55695d['setAttribute']('data-ck-root-name',_0x2f9ea2),_0x55695d['className']=_0x54f3ee['classes']+'\x20ck-track-changes-preview__root-container',_0x55695d['innerHTML']=_0x54f3ee['content'],_0x211214['push'](_0x55695d);}_0x7530b7(this['element'],_0x211214),this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class re extends _0x631e31{constructor(_0x8a15ec){super(_0x8a15ec),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x52dadf=this['editor'],_0x1b96eb=_0x52dadf['locale'],_0x2e2b3e=_0x52dadf['plugins']['get']('Dialog');let _0x4fe9cd;const _0x29f2d8=function(_0x2220eb){const _0x8f1ebf={};if('editables'in _0x2220eb['ui']['view']){for(const [_0x46d83a,_0x54eab4]of Object['entries'](_0x2220eb['ui']['view']['editables']))_0x8f1ebf[_0x46d83a]=_0x54eab4['element'];}else _0x8f1ebf[_0x2220eb['model']['document']['getRootNames']()[0x0]]=_0x2220eb['ui']['view']['editable']['element'];return _0x8f1ebf;}(_0x52dadf),_0x2f8bca=function(_0x52d403){let _0x6e1727=0x0;for(const _0x4b1f59 of Object['values'](_0x52d403))_0x6e1727=Math['max'](_0x6e1727,_0x4b1f59['getBoundingClientRect']()['width']);let _0x12c61d=0x0;for(const _0x35e639 of Object['values'](_0x52d403))_0x12c61d+=_0x35e639['getBoundingClientRect']()['height'];const _0x291ed6=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x3eba5e=Math['min'](_0x12c61d,_0x291ed6);return{'width':_0x6e1727,'height':_0x3eba5e};}(_0x29f2d8);_0x2e2b3e['show']({'id':'finalContentPreview','title':c(_0x1b96eb,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new Me(_0x1b96eb,{'dialogRects':_0x2f8bca}),'onHide':()=>{_0x4fe9cd['detachFromDom']();},'onShow':()=>{_0x52dadf['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x30406d=>{const _0x3f3508=this['_standarizeRootsData'](_0x30406d,_0x52dadf,_0x29f2d8);_0x2e2b3e['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x3f3508,_0x52dadf['config']['get']('trackChanges.preview.renderFunction'));}),_0x4fe9cd=new _0x4b862a(_0x1b96eb,[_0x2e2b3e['view']]),_0x4fe9cd['attachToDom'](),_0x4fe9cd['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x52dadf['once']('destroy',()=>{_0x4fe9cd['detachFromDom']();});const _0x43382a=_0x2e2b3e['view']['headerView']['class'];_0x2e2b3e['view']['headerView']['class']=_0x43382a?_0x43382a+'\x20ck-reset_all':'ck-reset_all',_0x2e2b3e['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x2e2b3e['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x53db44=this['editor']['plugins']['get']('MergeFieldsEditing'),_0xeb6406=_0x53db44['previewMode'],_0x407338={};if('$labels'===_0xeb6406){for(const _0x513bc1 of _0x53db44['getMergeFieldsIds']())_0x407338[_0x513bc1]=_0x53db44['getLabel'](_0x513bc1)||_0x513bc1;}else{const _0x415f08='$defaultValues'===_0xeb6406?_0x53db44['getDefaultValues']():_0x53db44['getDataSetValues'](_0xeb6406,!0x0);for(const _0xaeddbe of Object['entries'](_0x415f08)){const [_0x391e3d,_0x464251]=_0xaeddbe;_0x407338[_0x391e3d]=null!==_0x464251?_0x464251:_0x53db44['getLabel'](_0x391e3d)||_0x391e3d;}}return{'mergeFieldsData':_0x407338};}['_standarizeRootsData'](_0x578199,_0x558271,_0x3278af){let _0x5482de;if('string'==typeof _0x578199){const _0x1e0985=_0x558271['model']['document']['getRootNames']()[0x0];_0x5482de={[_0x1e0985]:_0x578199};}else _0x5482de=_0x578199;const _0xed45f1=this['_fixMediaEmbeds'](_0x5482de,_0x558271),_0x2a9389=function(_0x440a01,_0x2256b0){for(const [_0x1c533f,_0x9927be]of _0x440a01)_0x9927be['classes']=_0x2256b0[_0x1c533f]['classList']['value']['replace']('ck-focused','');return _0x440a01;}(this['_sortRoots'](_0x558271)['reduce']((_0x3ef0f9,_0x4f1fae)=>(_0x3ef0f9['push']([_0x4f1fae,{'content':_0xed45f1[_0x4f1fae],'classes':''}]),_0x3ef0f9),[]),_0x3278af);return _0x2a9389;}['_fixMediaEmbeds'](_0x338a2b,_0x196149){if(!_0x196149['plugins']['has']('MediaEmbedEditing'))return _0x338a2b;const _0x36fb11=_0x196149['plugins']['get']('MediaEmbedEditing');for(const [_0x5d9985,_0x36ee44]of Object['entries'](_0x338a2b)){const _0x249116=document['createElement']('div');_0x249116['innerHTML']=_0x36ee44,(_0x249116['querySelectorAll']('figure.media')['forEach'](_0x3fd9c9=>{const _0x602692=_0x3fd9c9['querySelector']('oembed');if(_0x602692){const _0x3e9648=_0x602692['getAttribute']('url');if(_0x3e9648){const _0x5d4000=_0x36fb11['registry']['getMediaViewElement'](new _0xa1d97(_0x196149['editing']['view']['document']),_0x3e9648,{'elementName':'','renderForEditingView':!0x0}),_0x21e9af=document['createElement']('div');_0x21e9af['classList']['add']('ck-media__wrapper'),_0x5d4000['render'](_0x21e9af,_0x196149['editing']['view']['domConverter']),_0x602692['replaceWith'](_0x21e9af);}}}),_0x338a2b[_0x5d9985]=_0x249116['innerHTML']);}return _0x338a2b;}['_sortRoots'](_0x4c6cb6){if(!function(_0x212c5f){return void 0x0!==_0x212c5f['getRootsAttributes'];}(_0x4c6cb6))return _0x4c6cb6['model']['document']['getRootNames']();const _0x17fbbc=[],_0x10f943=new Map();for(const _0x5ab4fb of _0x4c6cb6['model']['document']['getRootNames']()){const _0x5af0fa=_0x4c6cb6['editing']['view']['getDomRoot'](_0x5ab4fb)['getClientRects']()['item'](0x0);_0x17fbbc['push'](_0x5ab4fb),_0x10f943['set'](_0x5ab4fb,_0x5af0fa);}return _0x17fbbc['sort']((_0x531721,_0x2ad552)=>{const _0x18efdd=_0x10f943['get'](_0x531721),_0x1634a2=_0x10f943['get'](_0x2ad552);return _0x18efdd['y']-_0x1634a2['y']||_0x18efdd['x']-_0x1634a2['x'];}),_0x17fbbc;}}class te extends _0x5682b5{static get['requires'](){return[T,_0x5d426e];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x592627){super(_0x592627),_0x592627['commands']['add']('previewFinalContent',new re(this['editor'])),_0x592627['config']['define']('trackChanges.preview.renderFunction',(_0x2b5797,_0x2753f3)=>{for(const _0x33d9dc of _0x2753f3)_0x2b5797['appendChild'](_0x33d9dc);});}}export{us as BaseSuggestionThreadView,o as Suggestion,fe as SuggestionThreadView,we as SuggestionView,k as TrackChanges,T as TrackChangesData,p as TrackChangesEditing,te as TrackChangesPreview};
|
|
23
|
+
import{Command as _0x14cb09,Plugin as _0xd6413c,PendingActions as _0x16e4a9}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x525143,ObservableMixin as _0x21b4ed,uid as _0x2fdf50,priorities as _0x3b217d,insertToPriorityArray as _0xf2f1d9,logWarning as _0x424e50,getEnvKeystrokeText as _0x42ebb6,FocusTracker as _0x1e5d3f,KeystrokeHandler as _0x27b865,Collection as _0x57af3c}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconCheck as _0x2ab278,IconCancel as _0x487562,IconTrackChanges as _0x433b3e}from'@ckeditor/ckeditor5-icons/dist/index.js';import{normalizeColorOptions as _0x5298ad,View as _0x3fa263,ViewCollection as _0x2f56d2,FocusCycler as _0x413ed8,ViewModel as _0x3dcf87,createDropdown as _0x1ff78e,SplitButtonView as _0x5b3877,addListToDropdown as _0x4909c3,MenuBarMenuView as _0x12639d,MenuBarMenuListView as _0x7b4905,ListSeparatorView as _0x310f22,MenuBarMenuListItemView as _0x4044dc,MenuBarMenuListItemButtonView as _0x1180be,BodyCollection as _0x2aca5c,Dialog as _0xa8aa1a}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x98631a,hashObject as _0x3e7e92,surroundingMarkersDetector as _0x5bbf67,FOCUS_ANNOTATION_KEYSTROKE as _0x387dd3,AriaDescriptionView as _0x4af1e8,setupThreadKeyboardNavigation as _0x59aa8e,trimHtml as ti,UserView as _0x11b4e5,LateFocusButtonView as _0x4fd167,getDateTimeFormatter as _0x386e5f,getAllMarkersDomElementsSorted as _0x5cc47b,sanitizeEditorConfig as _0x71d219}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x27160f,LiveRange as _0x25f92b,LivePosition as _0xd7fb3,DowncastWriter as _0xbff37b}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x17b44a,toWidget as _0x441bd1}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x56298b,set as _0x503cf8,isEqual as _0x54390e,unset as _0x1a60ec,omit as Ft}from'es-toolkit/compat';import{Delete as _0x5f2d55,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x3b4f24}from'@ckeditor/ckeditor5-enter/dist/index.js';import{ClipboardPipeline as _0x3f95ca}from'@ckeditor/ckeditor5-clipboard/dist/index.js';class B extends _0x14cb09{['_enabledCommands'];constructor(_0x38adee,_0xa73151){super(_0x38adee),this['_enabledCommands']=_0xa73151,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 _0xbb5938 of this['editor']['commands']['commands']())_0xbb5938['affectsData']&&!this['_enabledCommands']['has'](_0xbb5938)&&_0xbb5938['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x387885 of this['editor']['commands']['commands']())_0x387885['affectsData']&&!this['_enabledCommands']['has'](_0x387885)&&_0x387885['clearForceDisabled']('TrackChangesCommand');}}class O extends _0x14cb09{['_suggestions'];constructor(_0x4838ee,_0x427289){super(_0x4838ee),this['_suggestions']=_0x427289,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x1707d){const _0x4eed86=this['_suggestions']['get'](_0x1707d);if(!_0x4eed86)throw new _0x525143('track-changes-accept-suggestion-not-found',this);const _0x3749a6=_0x4eed86['getRanges']();this['editor']['model']['canEditAt'](_0x3749a6)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x4eed86);}}class R extends _0x14cb09{['_suggestions'];constructor(_0x4d84da,_0x4dac06){super(_0x4d84da),this['_suggestions']=_0x4dac06,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x2694aa){const _0x17efe1=this['_suggestions']['get'](_0x2694aa);if(!_0x17efe1)throw new _0x525143('track-changes-discard-suggestion-not-found',this);const _0x4d8e70=_0x17efe1['getRanges']();this['editor']['model']['canEditAt'](_0x4d8e70)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x17efe1);}}function ls(_0xd1e201,_0x3f8591){let _0x46a5d4='';return _0x46a5d4+=_0xd1e201['split']('*')['map']((_0x3b6e22,_0x2acc2a)=>_0x2acc2a%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0x3b6e22)+'</span>':nn(_0x3b6e22))['join'](''),_0x3f8591&&(_0x46a5d4+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x3f8591['value']+'\x22\x20title=\x22'+_0x3f8591['title']+'\x22></span>'),_0x46a5d4;}function nn(_0x127848){const _0x2fcaea=document['createElement']('span');return _0x2fcaea['innerText']=_0x127848,_0x2fcaea['innerHTML'];}function ts(_0x22f54d){return _0x22f54d['sort']((_0x5b79bb,_0xf16a0e)=>'deletion'==_0x5b79bb['type']&&'deletion'!=_0xf16a0e['type']?-0x1:'deletion'!=_0x5b79bb['type']&&'deletion'==_0xf16a0e['type']?0x1:0x0);}function to(_0xbca6d2,_0x15c036){let _0x21f850,_0x4e5ce2=0x0;const _0x39f774=[],_0x3f14a2=_0x15c036['schema'];for(;_0x4e5ce2<_0xbca6d2['length'];){const _0x4dd93b=_0xbca6d2[_0x4e5ce2],_0x5eba14=_0xbca6d2[_0x4e5ce2+0x1];_0x21f850||(_0x21f850=_0x15c036['createPositionBefore'](_0x4dd93b)),on(_0x15c036,_0x4dd93b,_0x5eba14)||(_0x39f774['push'](_0x15c036['createRange'](_0x21f850,_0x3f14a2['isObject'](_0x4dd93b)?_0x15c036['createPositionAfter'](_0x4dd93b):_0x15c036['createPositionAt'](_0x4dd93b,'end'))),_0x21f850=null),_0x4e5ce2++;}return _0x39f774;}function on(_0xbfd343,_0x40d6cc,_0x58e0dc){if(!_0x58e0dc)return!0x1;const _0x47173c=_0xbfd343['createPositionAfter'](_0x40d6cc),_0x143a99=_0xbfd343['createPositionBefore'](_0x58e0dc);return _0x47173c['isTouching'](_0x143a99);}function rs(_0x5e2e62,_0x5db7f0,_0x32b6bb){for(;_0x32b6bb['length'];){const _0x5c22e4=_0x32b6bb['splice'](0x0,0x64);_0x5e2e62['change'](()=>{for(const _0x56d6dd of _0x5c22e4)_0x56d6dd['isInContent']&&_0x5db7f0['execute'](_0x56d6dd['id']);});}}class x extends _0x14cb09{['_command'];['_suggestions'];constructor(_0x131b4a,_0x6c30f,_0x5e5d8a){super(_0x131b4a),this['_command']=_0x6c30f,this['_suggestions']=_0x5e5d8a,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x473432=Array['from'](this['_suggestions']['values']())['some'](_0x4ef885=>_0x4ef885['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x473432;}['execute'](){const _0x4c0b9e=ts(Array['from'](this['_suggestions']['values']()));for(const _0x298fe5 of _0x4c0b9e){const _0x73e651=_0x298fe5['getRanges']();if(!this['editor']['model']['canEditAt'](_0x73e651))return;}rs(this['editor']['model'],this['_command'],_0x4c0b9e);}}class E extends _0x14cb09{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x327062,_0x497ba0,_0xe34ced){super(_0x327062),this['_command']=_0x497ba0,this['_suggestions']=_0xe34ced,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x208db1=this['editor']['model']['document']['selection'],_0x2c3083=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x2cd1b0,_0x33aab6){const _0x5035d2=Array['from'](_0x2cd1b0['getRanges']()),_0x4a705e=new Set();for(const _0x4924f0 of _0x33aab6)if(_0x4924f0['isInContent']){for(const _0x262c88 of _0x5035d2)for(const _0x47c042 of _0x4924f0['getRanges']())(_0x262c88['isIntersecting'](_0x47c042)||_0x2cd1b0['isCollapsed']&&!_0x4924f0['isMultiRange']&&_0x4924f0['next']&&_0x47c042['end']['isTouching'](_0x262c88['start']))&&_0x4a705e['add'](_0x4924f0);}return _0x4a705e;}(_0x208db1,_0x2c3083),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x44bc9a=ts(Array['from'](this['_selectedSuggestions']));for(const _0x2721d5 of _0x44bc9a){const _0x45cbb6=_0x2721d5['getRanges']();if(!this['editor']['model']['canEditAt'](_0x45cbb6))return;}rs(this['editor']['model'],this['_command'],_0x44bc9a);}}class o extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x21b4ed(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x3db337,_0x942ae9){super(),this['id']=_0x942ae9['id'],this['type']=_0x942ae9['type'],this['subType']=_0x942ae9['subType']||null,this['author']=_0x942ae9['author'],this['creator']=_0x942ae9['creator']||_0x942ae9['author'],this['isExternal']=Boolean(_0x942ae9['attributes']&&_0x942ae9['attributes']['@external']),this['data']=null,this['_model']=_0x3db337,this['_onAccept']=_0x942ae9['onAccept'],this['_onDiscard']=_0x942ae9['onDiscard'],this['_onAttributesChange']=_0x942ae9['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x942ae9['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 _0x35571b=this;for(;_0x35571b['previous'];)_0x35571b=_0x35571b['previous'];return _0x35571b;}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'](_0x27986a){this['_markerNames']['add'](_0x27986a);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x32c1fa=>this['_model']['markers']['get'](_0x32c1fa))['filter'](_0x48d0e4=>_0x48d0e4);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x503a06=>{for(const _0xa25a2d of this['getMarkers']())_0x503a06['removeMarker'](_0xa25a2d);}),this['_markerNames']['clear']();}['removeMarker'](_0x1796d9){this['_model']['change'](_0x2675ef=>{_0x2675ef['removeMarker'](_0x1796d9);}),this['_markerNames']['delete'](_0x1796d9);}['addRange'](_0x239049){const _0x2a448f='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+o['getMultiRangeId']();this['addMarkerName'](_0x2a448f),this['_model']['change'](_0x1be722=>{_0x1be722['addMarker'](_0x2a448f,{'range':_0x239049,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0xe43377){for(const _0x40ceaf of this['getRanges']())if(_0x40ceaf['isIntersecting'](_0xe43377))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x1dc33d=>_0x1dc33d['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x53a525,_0x352eb0)=>[..._0x53a525,..._0x352eb0['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x513035=this['getRanges']();if(0x1!=_0x513035['length'])return null;const _0x5aaf1e=_0x513035[0x0],_0x360218=_0x5aaf1e['start']['nodeAfter'],_0x23d77a=_0x5aaf1e['end']['nodeBefore'];return _0x360218 instanceof _0x27160f?_0x360218!=_0x23d77a?null:_0x360218: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 _0x416f2d=[];let _0x2442a8=this['head'];for(;_0x2442a8;)_0x416f2d['push'](_0x2442a8),_0x2442a8=_0x2442a8['next'];return _0x416f2d;}['setAttribute'](_0x59127b,_0x3330c7){const _0x4bd73b=_0x56298b(this['attributes']);_0x503cf8(_0x4bd73b,_0x59127b,_0x3330c7),_0x54390e(_0x4bd73b,this['attributes'])||(this['attributes']=_0x4bd73b,this['_onAttributesChange'](_0x4bd73b));}['removeAttribute'](_0x4d45bd){const _0x422e7f=_0x56298b(this['attributes']);_0x1a60ec(_0x422e7f,_0x4d45bd),_0x54390e(_0x422e7f,this['attributes'])||(this['attributes']=_0x422e7f,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 _0x2fdf50()['substr'](0x1,0x5);}}function c(_0x9e5a6c,_0x42de73,_0xfaaa06){const _0x1ae068=_0x9e5a6c['t'],t=_0x9e5a6c['t'];switch(_0x42de73){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',_0xfaaa06);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0xfaaa06);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0xfaaa06);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0xfaaa06);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0xfaaa06);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',_0xfaaa06);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0xfaaa06);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',_0xfaaa06);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0xfaaa06);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0xfaaa06);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0xfaaa06);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0xfaaa06);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0xfaaa06);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0xfaaa06);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0xfaaa06);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0xfaaa06);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0xfaaa06);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0xfaaa06);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0xfaaa06);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0xfaaa06);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0xfaaa06);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0xfaaa06);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0xfaaa06);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0xfaaa06);case'*Set\x20table\x20type:*\x20%0':return t('*Set\x20table\x20type:*\x20%0',_0xfaaa06);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'},_0xfaaa06);case'ELEMENT_CONTENT_TABLE':return t({'string':'content\x20table','plural':'%0\x20content\x20tables','id':'ELEMENT_CONTENT_TABLE'},_0xfaaa06);case'ELEMENT_LAYOUT_TABLE':return t({'string':'layout\x20table','plural':'%0\x20layout\x20tables','id':'ELEMENT_LAYOUT_TABLE'},_0xfaaa06);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0xfaaa06);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0xfaaa06);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0xfaaa06);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0xfaaa06);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0xfaaa06);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'},_0xfaaa06);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0xfaaa06);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0xfaaa06);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0xfaaa06);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0xfaaa06);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'},_0xfaaa06);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0xfaaa06);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'},_0xfaaa06);case'FORMAT_HEADER_COLUMN':return t({'string':'header\x20column','id':'FORMAT_HEADER_COLUMN'});case'FORMAT_REGULAR_COLUMN':return t({'string':'regular\x20column','id':'FORMAT_REGULAR_COLUMN'});case'FORMAT_HEADER_ROW':return t({'string':'header\x20row','id':'FORMAT_HEADER_ROW'});case'FORMAT_REGULAR_ROW':return t({'string':'regular\x20row','id':'FORMAT_REGULAR_ROW'});case'FORMAT_INDENT':return t({'string':'indent','id':'FORMAT_INDENT'});case'FORMAT_LIST_REVERSED':return t({'string':'list\x20reversed','id':'FORMAT_LIST_REVERSED'});case'FORMAT_LIST_START':return t({'string':'list\x20start','id':'FORMAT_LIST_START'});case'FORMAT_FONT_SIZE':return t({'string':'font\x20size','id':'FORMAT_FONT_SIZE'});case'FORMAT_FONT_FAMILY':return t({'string':'font\x20family','id':'FORMAT_FONT_FAMILY'});case'FORMAT_FONT_COLOR':return t({'string':'font\x20color','id':'FORMAT_FONT_COLOR'});case'FORMAT_FONT_BACKGROUND':return t({'string':'font\x20background\x20color','id':'FORMAT_FONT_BACKGROUND'});case'FORMAT_IMAGE_SIZE':return t({'string':'image\x20size','id':'FORMAT_IMAGE_SIZE'});case'FORMAT_STYLE':return t({'string':'style','id':'FORMAT_STYLE'});case'PENDING_ACTION_SUGGESTION':return t({'string':'Unsaved\x20change\x20in\x20suggestion.','id':'PENDING_ACTION_SUGGESTION'});case'ELEMENT_TABLE_WITH_TEXT':return t({'string':'table\x20*with\x20text*\x20%0','id':'ELEMENT_TABLE_WITH_TEXT'},_0xfaaa06);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0xfaaa06);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'},_0xfaaa06);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0xfaaa06);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'},_0xfaaa06);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0xfaaa06);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0xfaaa06);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'},_0xfaaa06);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0xfaaa06);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 _0x1ae068({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0xfaaa06);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x1ae068({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0xfaaa06);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0xfaaa06);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'},_0xfaaa06);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'},_0xfaaa06);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'},_0xfaaa06);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x42de73;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x5b8bf9,_0x11b95e){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x5b8bf9,this['_locale']=_0x11b95e;}['getDescriptions'](_0x4b9717){const _0x54726a=[],_0x36004d=new Set(),_0x2f1de2=new Set();for(let _0xfe7bad=0x0;_0xfe7bad<_0x4b9717['length'];_0xfe7bad++){const _0x4780b0=_0x4b9717[_0xfe7bad];if(!_0x4780b0['isInContent'])continue;const _0x245961=this['_handleCustomCallbackDescription'](_0x4780b0);if(_0x245961){if(null!=_0x4780b0['subType']){if(_0x36004d['has'](_0x4780b0['subType']))continue;_0x36004d['add'](_0x4780b0['subType']);}_0x54726a['push'](_0x245961);}else{if('attribute'!=_0x4780b0['type'])'insertion'!=_0x4780b0['type']&&'deletion'!=_0x4780b0['type']||this['_handleInsertRemoveSuggestionDescription'](_0x54726a,_0x4780b0,_0x4b9717[_0xfe7bad+0x1]);else{const _0x56c6ec=_0x4780b0['data']['key'];if(_0x2f1de2['has'](_0x56c6ec))continue;_0x2f1de2['add'](_0x4780b0['data']['key']),_0x56c6ec==u?this['_handleRenameSuggestionDescription'](_0x54726a,_0x4780b0):this['_handleAttributeSuggestionDescription'](_0x54726a,_0x4780b0);}}}return this['_resolveDescriptionItems'](_0x54726a);}['registerDescriptionCallback'](_0x3a0885){this['_customCallbacks']['push'](_0x3a0885);}['registerElementLabel'](_0x108a2c,_0x68fa19,_0x3bafb2=_0x3b217d['normal']){'function'==typeof _0x108a2c?_0xf2f1d9(this['_itemLabelsCallbacks'],{'matchingCallback':_0x108a2c,'label':_0x68fa19,'priority':_0x3bafb2}):this['_itemLabels']['set'](_0x108a2c,_0x68fa19);}['registerAttributeLabel'](_0x58efc7,_0x2e786c){this['_attributeLabels']['set'](_0x58efc7,_0x2e786c);}['getItemLabel'](_0x347e39,_0x3a640e=0x1){let _0x118aa8;for(const _0x45f173 of this['_itemLabelsCallbacks'])if(_0x45f173['matchingCallback'](_0x347e39)){_0x118aa8=_0x45f173['label'];break;}return _0x118aa8||(_0x118aa8=this['_itemLabels']['get'](_0x347e39['name'])),_0x118aa8?_0x118aa8(_0x3a640e):0x1!==_0x3a640e?_0x3a640e+'\x20'+_0x347e39['name']+'s':''+_0x347e39['name'];}['_addDescriptionItems'](_0x23e2b1,_0xcc51c0){const _0x38c514=_0xcc51c0['getFirstRange']()['getWalker'](),_0x587a56='insertion'==_0xcc51c0['type']?'add':'remove';for(const _0x14ad9f of _0x38c514){const _0x1e8e97=_0x14ad9f['item'],_0x188d9a=_0x23e2b1[_0x23e2b1['length']-0x1];if(_0x1e8e97['is']('$textProxy'))_0x188d9a&&_0x188d9a['type']['indexOf']('Container')>-0x1&&_0x23e2b1['pop'](),_0x188d9a&&'text'==_0x188d9a['type']?_0x188d9a[_0x587a56]+=_0x1e8e97['data']:_0x23e2b1['push']({'type':'text','add':'add'==_0x587a56?_0x1e8e97['data']:'','remove':'remove'==_0x587a56?_0x1e8e97['data']:''});else{if(this['_schema']['isObject'](_0x1e8e97)){const _0x4bcc17=_0x1e8e97;if(_0x188d9a&&_0x188d9a['type']['indexOf']('Container')>-0x1&&_0x23e2b1['pop'](),'elementEnd'==_0x14ad9f['type'])continue;_0x188d9a&&_0x188d9a['type']==_0x587a56+'Object'&&_0x188d9a['element']['name']==_0x4bcc17['name']?_0x188d9a['quantity']++:_0x23e2b1['push']({'type':_0x587a56+'Object','element':_0x4bcc17,'quantity':0x1}),_0x38c514['skip'](_0x1d5e9c=>!('elementEnd'==_0x1d5e9c['type']&&_0x1d5e9c['item']==_0x1e8e97));}else{if(this['_schema']['checkChild'](_0x1e8e97,'$text')||_0x1e8e97['is']('element','softBreak')){const _0x546611=_0x1e8e97;if('add'==_0x587a56&&'elementStart'==_0x14ad9f['type']||'remove'==_0x587a56&&'elementEnd'==_0x14ad9f['type'])continue;if(_0x188d9a&&-0x1==_0x188d9a['type']['indexOf']('Container')){'text'==_0x188d9a['type']&&(_0x188d9a[_0x587a56]+='\x0a');continue;}let _0x2902b9;if(_0x2902b9='add'==_0x587a56?_0x546611['nextSibling']&&!this['_schema']['isObject'](_0x546611['nextSibling'])?_0x546611['nextSibling']:null:_0x546611['previousSibling']&&!this['_schema']['isObject'](_0x546611['previousSibling'])?_0x546611['previousSibling']:null,_0x546611['isEmpty']||_0x2902b9&&_0x2902b9['isEmpty']){const _0x4f9407=_0x2902b9&&_0x2902b9['isEmpty']?_0x2902b9:_0x546611;_0x188d9a&&_0x188d9a['type']==_0x587a56+'EmptyContainer'&&_0x188d9a['element']['name']==_0x4f9407['name']?_0x188d9a['quantity']++:_0x23e2b1['push']({'type':_0x587a56+'EmptyContainer','element':_0x4f9407,'quantity':0x1});}else _0x23e2b1['push']({'type':_0x587a56+'Container','element':_0x546611});}}}}}['_resolveDescriptionItems'](_0x128f69){const _0x16fd54=this['_locale'],_0x38b7a5=[],_0x1fda7a=[],_0x40c889=[];for(const _0x83d43c of _0x128f69)switch(_0x83d43c['type']){case'text':if(_0x83d43c['add']=_0x83d43c['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x83d43c['remove']=_0x83d43c['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x83d43c['add']&&''!=_0x83d43c['remove']){_0x38b7a5['push']({'type':'replace','content':c(_0x16fd54,'REPLACE_TEXT',['\x22'+_0x83d43c['remove']+'\x22','\x22'+_0x83d43c['add']+'\x22'])});continue;}if(null!=_0x83d43c['add']['match'](/^ +$/)){_0x38b7a5['push']({'type':'insertion','content':c(_0x16fd54,'*Insert:*\x20%0',c(_0x16fd54,'ELEMENT_SPACE',_0x83d43c['add']['length']))});continue;}if(null!=_0x83d43c['remove']['match'](/^ +$/)){_0x38b7a5['push']({'type':'deletion','content':c(_0x16fd54,'*Remove:*\x20%0',c(_0x16fd54,'ELEMENT_SPACE',_0x83d43c['remove']['length']))});continue;}if(''!=_0x83d43c['add']){_0x38b7a5['push']({'type':'insertion','content':c(_0x16fd54,'*Insert:*\x20%0','\x22'+_0x83d43c['add']+'\x22')});continue;}_0x38b7a5['push']({'type':'deletion','content':c(_0x16fd54,'*Remove:*\x20%0','\x22'+_0x83d43c['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x38b7a5['push']({'type':'insertion','content':c(_0x16fd54,'*Insert:*\x20%0',this['getItemLabel'](_0x83d43c['element'],_0x83d43c['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x38b7a5['push']({'type':'deletion','content':c(_0x16fd54,'*Remove:*\x20%0',this['getItemLabel'](_0x83d43c['element'],_0x83d43c['quantity']))});continue;case'addContainer':_0x38b7a5['push']({'type':'insertion','content':c(_0x16fd54,'*Split:*\x20%0',this['getItemLabel'](_0x83d43c['element'],_0x83d43c['quantity']))});continue;case'removeContainer':_0x38b7a5['push']({'type':'deletion','content':c(_0x16fd54,'*Merge:*\x20%0',this['getItemLabel'](_0x83d43c['element'],_0x83d43c['quantity']))});continue;case'addFormat':_0x1fda7a['push'](_0x83d43c['key']);continue;case'removeFormat':_0x40c889['push'](_0x83d43c['key']);continue;default:_0x38b7a5['push'](_0x83d43c);}if(_0x1fda7a['length']){const _0x1e1fd9=_0x1fda7a['map'](_0x563cc0=>this['_attributeLabels']['has'](_0x563cc0)?this['_attributeLabels']['get'](_0x563cc0):_0x563cc0)['join'](',\x20');_0x38b7a5['push']({'type':'format','content':c(this['_locale'],'*Set\x20format:*\x20%0',_0x1e1fd9)});}if(_0x40c889['length']){const _0x1307e5=_0x40c889['map'](_0x9f0a68=>this['_attributeLabels']['has'](_0x9f0a68)?this['_attributeLabels']['get'](_0x9f0a68):_0x9f0a68)['join'](',\x20');_0x38b7a5['push']({'type':'format','content':c(this['_locale'],'*Remove\x20format:*\x20%0',_0x1307e5)});}return _0x38b7a5;}['_handleCustomCallbackDescription'](_0x857e92){for(const _0x4fffa1 of this['_customCallbacks']){const _0x31f167=_0x4fffa1(_0x857e92);if(_0x31f167&&'type'in _0x31f167)return _0x31f167;}}['_handleAttributeSuggestionDescription'](_0x4be512,_0x378880){const _0x414522=_0x378880['data'],_0x2d9f62=void 0x0===_0x414522['newValue']?'removeFormat':'addFormat';_0x4be512['push']({'type':_0x2d9f62,'key':_0x414522['key']});}['_handleRenameSuggestionDescription'](_0x5b7a13,_0xe151f4){_0x5b7a13['push']({'type':'format','content':c(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0xe151f4['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x138eba,_0x2d6396,_0x27e466){if(this['_addDescriptionItems'](_0x138eba,_0x2d6396),_0x27e466&&_0x27e466['getFirstRange']()&&!_0x2d6396['getFirstRange']()['end']['isEqual'](_0x27e466['getFirstRange']()['start'])){const _0x24609a=_0x138eba[_0x138eba['length']-0x1],_0x20123e='insertion'==_0x2d6396['type']?'add':'remove';_0x24609a&&'text'==_0x24609a['type']&&(_0x24609a[_0x20123e]+='\x0a');}}}class U extends _0xd6413c{['afterInit'](){const _0x5ea81b=this['editor'],_0x200642=_0x5ea81b['plugins']['get']('TrackChangesEditing');_0x5ea81b['commands']['get']('showAIAssistant')&&_0x200642['enableCommand']('showAIAssistant');}}class V extends _0xd6413c{['afterInit'](){const _0x300bb5=this['editor'],_0x45e445=_0x300bb5['locale'];if(!_0x300bb5['plugins']['has']('AlignmentEditing'))return;const _0x4a0211=_0x300bb5['plugins']['get']('TrackChangesEditing');_0x4a0211['enableDefaultAttributesIntegration']('alignment'),_0x4a0211['registerBlockAttribute']('alignment'),_0x4a0211['descriptionFactory']['registerAttributeLabel']('alignment',c(_0x45e445,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x465927=this['editor'],_0x399ce1=_0x465927['locale'];_0x465927['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xed294=>{if('formatBlock'!=_0xed294['type'])return;const {data:_0x378b5b}=_0xed294;if(_0x378b5b&&'alignment'==_0x378b5b['commandName']){const _0x3dd41b=_0x378b5b['commandParams'][0x0]['value'];return{'type':'format','content':c(_0x399ce1,'*Format:*\x20%0',function(_0x7158d6){switch(_0x7158d6){case'left':return c(_0x399ce1,'FORMAT_ALIGN_TO_LEFT');case'right':return c(_0x399ce1,'FORMAT_ALIGN_TO_RIGHT');case'center':return c(_0x399ce1,'FORMAT_ALIGN_TO_CENTER');case'justify':return c(_0x399ce1,'FORMAT_JUSTIFY_TEXT');}}(_0x3dd41b))};}});}}const Zt=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class F extends _0xd6413c{['afterInit'](){const _0x159ce1=this['editor'],_0x311046=_0x159ce1['plugins']['get']('TrackChangesEditing'),_0x163048=_0x159ce1['locale'];for(const _0x4b0e82 of Zt){if(!_0x159ce1['plugins']['has'](_0x4b0e82))continue;const _0x589dfc=_0x4b0e82['slice'](0x0,-0x7)['toLowerCase'](),_0x246de1='FORMAT_'+_0x589dfc['toUpperCase']();_0x311046['enableDefaultAttributesIntegration'](_0x589dfc),_0x311046['registerInlineAttribute'](_0x589dfc),_0x311046['descriptionFactory']['registerAttributeLabel'](_0x589dfc,c(_0x163048,_0x246de1));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x431ec1=this['editor'],_0xab9c58=_0x431ec1['locale'],_0x1230f=_0x431ec1['plugins']['get']('TrackChangesEditing');function _0x3caa7f(_0x35c31b,_0x5b26d4){_0x1230f['descriptionFactory']['registerDescriptionCallback'](_0x51a13f=>{if('formatInline'!=_0x51a13f['type'])return;const {data:_0x2d55f0}=_0x51a13f;return _0x2d55f0&&_0x2d55f0['commandName']===_0x35c31b?_0x2d55f0['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0xab9c58,'*Format:*\x20%0',_0x5b26d4)}:{'type':'format','content':c(_0xab9c58,'*Remove\x20format:*\x20%0',_0x5b26d4)}:void 0x0;});}_0x3caa7f('bold',c(_0xab9c58,'FORMAT_BOLD')),_0x3caa7f('italic',c(_0xab9c58,'FORMAT_ITALIC')),_0x3caa7f('underline',c(_0xab9c58,'FORMAT_UNDERLINE')),_0x3caa7f('code',c(_0xab9c58,'FORMAT_CODE')),_0x3caa7f('strikethrough',c(_0xab9c58,'FORMAT_STRIKETHROUGH')),_0x3caa7f('subscript',c(_0xab9c58,'FORMAT_SUBSCRIPT')),_0x3caa7f('superscript',c(_0xab9c58,'FORMAT_SUPERSCRIPT'));}}class G extends _0xd6413c{['afterInit'](){const _0x3ac255=this['editor'],_0x32af7d=_0x3ac255['locale'];if(!_0x3ac255['plugins']['has']('BlockQuoteEditing'))return;const _0x4031e6=_0x3ac255['plugins']['get']('TrackChangesEditing'),_0x2d60a5=this['editor']['commands']['get']('blockQuote');_0x4031e6['enableCommand']('blockQuote',(_0x176b0a,_0x28efde={})=>{const _0x1584b4=this['editor']['model']['document']['selection'],_0x434360=_0x28efde&&void 0x0!==_0x28efde['forceValue']?_0x28efde['forceValue']:!_0x2d60a5['value'];let _0x1daa26=[];if(_0x434360){const _0x2542bf=Array['from'](_0x1584b4['getSelectedBlocks']())['filter'](_0x829902=>oo(_0x829902)||function(_0x2a63b3,_0x1bd149){const _0x2f3d9f=_0x1bd149['checkChild'](_0x2a63b3['parent'],'blockQuote'),_0x3dd9be=_0x1bd149['checkChild'](['$root','blockQuote'],_0x2a63b3);return _0x2f3d9f&&_0x3dd9be;}(_0x829902,this['editor']['model']['schema']));_0x1daa26=to(_0x2542bf,_0x3ac255['model']);}else{const _0x4393bd=Array['from'](_0x1584b4['getSelectedBlocks']())['filter'](_0xa29835=>oo(_0xa29835));_0x1daa26=to(_0x4393bd,_0x3ac255['model']);}_0x3ac255['model']['change'](()=>{for(const _0x1e7b4f of _0x1daa26)_0x4031e6['markBlockFormat'](_0x1e7b4f,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x434360}]});});}),_0x4031e6['descriptionFactory']['registerDescriptionCallback'](_0x4b0665=>{const {data:_0x23dc60}=_0x4b0665;if(_0x23dc60&&'blockQuote'==_0x23dc60['commandName']){const _0x1153cf=c(_0x32af7d,'ELEMENT_BLOCK_QUOTE');return _0x23dc60['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x32af7d,'*Set\x20format:*\x20%0',_0x1153cf)}:{'type':'format','content':c(_0x32af7d,'*Remove\x20format:*\x20%0',_0x1153cf)};}});}}function oo(_0x2e6794){return'blockQuote'==_0x2e6794['parent']['name'];}class L extends _0xd6413c{['afterInit'](){const _0x3c7989=this['editor'],_0x526660=_0x3c7989['locale'],_0x1111d4=_0x3c7989['plugins']['get']('TrackChangesEditing');_0x3c7989['plugins']['has']('BookmarkEditing')&&(_0x1111d4['enableCommand']('insertBookmark'),_0x1111d4['enableDefaultAttributesIntegration']('updateBookmark'),_0x1111d4['registerBlockAttribute']('bookmarkId'),_0x1111d4['descriptionFactory']['registerDescriptionCallback'](_0x4221cd=>{if('insertion'!=_0x4221cd['type']&&'deletion'!=_0x4221cd['type']&&'attribute'!=_0x4221cd['type'])return;const _0x37b866=_0x4221cd['getContainedElement']();if(null==_0x37b866)return;if(!_0x37b866['is']('element','bookmark'))return;const _0x11970a=_0x37b866['getAttribute']('bookmarkId');if('insertion'==_0x4221cd['type'])return{'type':'insertion','content':c(_0x526660,'*Insert:*\x20%0','\x22'+_0x11970a+'\x22\x20'+c(_0x526660,'ELEMENT_BOOKMARK'))};if('deletion'==_0x4221cd['type'])return{'type':'deletion','content':c(_0x526660,'*Remove:*\x20%0','\x22'+_0x11970a+'\x22\x20'+c(_0x526660,'ELEMENT_BOOKMARK'))};const {data:_0x19c7ba}=_0x4221cd;if(!_0x19c7ba||'bookmarkId'!=_0x19c7ba['key'])return;return{'type':'format','content':c(_0x526660,'*Set\x20bookmark:*\x20%0','\x22'+_0x19c7ba['newValue']+'\x22')};}));}}class J extends _0xd6413c{['afterInit'](){const _0x7e83d=this['editor'];_0x7e83d['plugins']['has']('CaseChange')&&(_0x7e83d['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x7e83d['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x7e83d['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class K extends _0xd6413c{['afterInit'](){const _0x54f056=this['editor'];_0x54f056['commands']['get']('ckbox')&&_0x54f056['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class H extends _0xd6413c{['afterInit'](){const _0x353125=this['editor'];if(!_0x353125['plugins']['has']('CodeBlock'))return;const _0x2c0f47=_0x353125['plugins']['get']('TrackChangesEditing'),_0x23bc4a=_0x353125['locale'],_0x450639=_0x353125['config']['get']('codeBlock')['languages'],_0x39aac8=_0x353125['commands']['get']('codeBlock');_0x2c0f47['enableCommand']('indentCodeBlock'),_0x2c0f47['enableCommand']('outdentCodeBlock'),_0x2c0f47['enableCommand']('codeBlock',(_0x300961,_0x238dae={})=>{const _0x38d5e4=_0x353125['model'],_0x2dab91=_0x353125['model']['document']['selection'],_0xb7a44a=_0x238dae&&void 0x0!==_0x238dae['forceValue']?_0x238dae['forceValue']:!_0x39aac8['value'];let _0x4eb6cb;_0x238dae['language']||(_0x238dae['language']=_0x450639[0x0]['language']),_0x4eb6cb=_0xb7a44a?Array['from'](_0x2dab91['getSelectedBlocks']())['filter'](_0x4c33fd=>eo(_0x4c33fd)||function(_0x2d9851,_0x4e08ce){if(_0x2d9851['is']('rootElement')||_0x4e08ce['isLimit'](_0x2d9851))return!0x1;return _0x4e08ce['checkChild'](_0x2d9851['parent'],'codeBlock');}(_0x4c33fd,_0x38d5e4['schema'])):Array['from'](_0x2dab91['getSelectedBlocks']())['filter'](_0x1e3b00=>eo(_0x1e3b00));const _0x3a3986=to(_0x4eb6cb,_0x38d5e4);_0x38d5e4['change'](()=>{for(const _0x2dd802 of _0x3a3986)_0x2c0f47['markBlockFormat'](_0x2dd802,{'commandName':'codeBlock','commandParams':[{..._0x238dae,'forceValue':_0xb7a44a}],'formatGroupId':'blockName'});});}),(_0x2c0f47['descriptionFactory']['registerElementLabel']('codeBlock',_0x45bedf=>c(_0x23bc4a,'ELEMENT_CODE_BLOCK',_0x45bedf)),_0x2c0f47['descriptionFactory']['registerDescriptionCallback'](_0x35c372=>{if('formatBlock'!=_0x35c372['type'])return;const _0x437c82=_0x23bc4a['t'],{data:_0x224b1f}=_0x35c372;if(!_0x224b1f||'codeBlock'!=_0x224b1f['commandName'])return;const _0x4e2010=_0x224b1f['commandParams'][0x0]['language'],_0x51db86=_0x437c82(_0x450639['find'](_0x4e065b=>_0x4e065b['language']===_0x4e2010)['label'])['toLowerCase']();return _0x224b1f['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x23bc4a,'*Set\x20format:*\x20%0',c(_0x23bc4a,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x51db86+')')}:{'type':'format','content':c(_0x23bc4a,'*Remove\x20format:*\x20%0',c(_0x23bc4a,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x34d5ef){return'codeBlock'==_0x34d5ef['name'];}class q extends _0xd6413c{['afterInit'](){const _0x117d77=this['editor'];if(!_0x117d77['plugins']['has']('CommentsEditing'))return;_0x117d77['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x307b34,_0x216ec9,_0xde9bed){const _0x29c2c0=[];for(const _0x173922 of _0x216ec9['getItems']())_0x173922['hasAttribute'](_0x307b34)&&_0x29c2c0['push'](_0xde9bed['createRangeOn'](_0x173922));return _0x29c2c0;}function Fe(_0x24d2cd,_0x28a429,{showActiveMarker:_0x807fd1=!0x0}={}){const _0x32f110=_0x24d2cd['plugins']['get']('TrackChangesEditing');return(_0x4d01ab,_0x491dcd,_0x36e2e0)=>{if(!_0x36e2e0['consumable']['test'](_0x491dcd['markerRange'],_0x4d01ab['name']))return;const _0x156f6a=_0x491dcd['markerRange']['getWalker'](),_0x1b12a0=_0x491dcd['markerRange']['start'],_0x186c1b=_0x24d2cd['model']['schema'];let _0x235532=null,_0x12364=null,_0x5aed36=!0x1,_0x5f29ee=!0x1;for(const _0x267cce of _0x156f6a){const _0x52b90d=_0x267cce['item'];_0x5aed36=_0x5aed36||_0x186c1b['isContent'](_0x52b90d);const _0x2ca3cf=_0x36e2e0['mapper']['toViewElement'](_0x52b90d);if(_0x2ca3cf&&_0x2ca3cf['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x267cce['type']&&(_0x186c1b['isBlock'](_0x52b90d)&&!_0x186c1b['isLimit'](_0x52b90d)&&(_0x52b90d['nextSibling']||_0x1b12a0['isAtEnd']?_0x235532&&_0x235532['parent']==_0x52b90d||(_0x235532=_0x52b90d,_0x5dd427(_0x267cce['previousPosition']),_0x5f29ee=!0x0):_0x12364=_0x12364||_0x267cce['previousPosition']));}function _0x5dd427(_0x42415b){const {authorId:_0x3c2ec4}=_0x32f110['_splitMarkerName'](_0x491dcd['markerName']),_0x51eaf1=_0x36e2e0['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x28a429,'data-author-id':_0x3c2ec4}),_0x3f92e8=_0x36e2e0['mapper']['toViewPosition'](_0x42415b);_0x807fd1&&_0x32f110['activeMarkers']['includes'](_0x491dcd['markerName'])&&_0x36e2e0['writer']['addClass']('ck-suggestion-marker--active',_0x51eaf1),_0x36e2e0['writer']['insert'](_0x3f92e8,_0x51eaf1),_0x36e2e0['mapper']['bindElementToMarker'](_0x51eaf1,_0x491dcd['markerName']);}_0x5aed36||_0x5f29ee||!_0x12364||_0x5dd427(_0x12364);};}class z extends _0xd6413c{static get['requires'](){return[_0x5f2d55];}['init'](){const _0x10ae45=this['editor'],_0x2dc709=_0x10ae45['plugins']['get']('TrackChangesEditing');_0x2dc709['enableCommand']('delete');const _0x412cea=_0x10ae45['commands']['get']('deleteForward');_0x2dc709['enableCommand']('deleteForward',(_0x5d166a,_0x3ae829={})=>{const _0x3ef3e1=_0x10ae45['model']['createSelection'](_0x10ae45['model']['document']['selection']);_0x3ef3e1['isCollapsed']&&_0x10ae45['model']['modifySelection'](_0x3ef3e1,{'direction':'forward','unit':_0x3ae829['unit']});const _0x4f59df=_0x3ef3e1['getFirstRange'](),_0x1d6c39=_0x25f92b['fromRange'](_0x4f59df);let _0x1cd4c4;_0x5d166a(_0x3ae829),_0x1cd4c4='$graveyard'==_0x1d6c39['root']['rootName']?_0x10ae45['model']['createRange'](_0x4f59df['start']):_0x10ae45['model']['createRange'](_0x1d6c39['start'],_0x1d6c39['end']),_0x1d6c39['detach'](),_0x10ae45['model']['enqueueChange'](_0x412cea['buffer']['batch'],_0x42c85b=>{_0x412cea['buffer']['lock'](),_0x42c85b['setSelection'](_0x42c85b['createRange'](_0x1cd4c4['end'])),_0x412cea['buffer']['unlock']();});}),_0x10ae45['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',Fe(_0x10ae45,'merge'),{'priority':'high'}),_0x10ae45['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x40a465,_0x2ea92d,_0x13007d)=>{_0x13007d['options']['showSuggestionHighlights']&&Fe(_0x10ae45,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x40a465,_0x2ea92d,_0x13007d);},{'priority':'high'}),_0x10ae45['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x4a8092,_0x94824f,_0x1f6dec)=>{const _0x57c8d3=_0x1f6dec['mapper']['markerNameToElements'](_0x94824f['markerName']);if(_0x57c8d3){for(const _0x59f28d of _0x57c8d3)_0x59f28d['is']('uiElement')&&(_0x1f6dec['mapper']['unbindElementFromMarkerName'](_0x59f28d,_0x94824f['markerName']),_0x1f6dec['writer']['remove'](_0x59f28d));}},{'priority':'high'});}}class W extends _0xd6413c{['afterInit'](){const _0x16137f=this['editor'];if(!_0x16137f['plugins']['has']('ListEditing'))return;const _0x4f6fdb=_0x16137f['locale'],_0x53a60=_0x16137f['plugins']['get']('TrackChangesEditing'),_0x3873b3=_0x16137f['plugins']['has']('TodoListEditing'),_0x50dde9=!!_0x16137f['config']['get']('list.multiBlock');function _0x34d3e8(_0x1a3211){return{'type':'format','content':''+c(_0x4f6fdb,'*Set\x20format:*\x20%0',_0x1a3211)};}function _0x5d5a0a(_0x170760){return{'type':'format','content':''+c(_0x4f6fdb,'*Remove\x20format:*\x20%0',_0x170760)};}_0x53a60['enableDefaultAttributesIntegration']('numberedList'),_0x53a60['enableDefaultAttributesIntegration']('bulletedList'),_0x53a60['enableDefaultAttributesIntegration']('customNumberedList'),_0x53a60['enableDefaultAttributesIntegration']('customBulletedList'),_0x53a60['enableDefaultAttributesIntegration']('indentList'),_0x53a60['enableDefaultAttributesIntegration']('outdentList'),_0x53a60['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x53a60['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x53a60['registerBlockAttribute']('listItemId'),_0x53a60['registerBlockAttribute']('listType'),_0x53a60['registerBlockAttribute']('listIndent'),_0x50dde9&&(_0x53a60['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x53a60['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x3873b3&&(_0x53a60['enableDefaultAttributesIntegration']('todoList'),_0x53a60['enableDefaultAttributesIntegration']('checkTodoList'),_0x53a60['registerBlockAttribute']('todoListChecked'),_0x53a60['descriptionFactory']['registerDescriptionCallback'](_0x47e907=>{const {data:_0x529f66}=_0x47e907;if(_0x529f66&&'todoListChecked'==_0x529f66['key'])return{'type':'format','content':_0x529f66['newValue']?c(_0x4f6fdb,'*Check\x20item*'):c(_0x4f6fdb,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x42d6b6=>{if(_0x42d6b6['batch']['isUndo'])return!0x1;let _0x13a37b=!0x1;const _0xc8e65e=_0x53a60['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2c9c77=>'todoListChecked'===_0x53a60['_getAttributeKey'](_0x2c9c77));for(const _0x21effc of _0xc8e65e){'todo'!=_0x21effc['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x53a60['_findSuggestions'](_0x21effc['getFirstRange'](),'attribute')['find'](_0x4ee98b=>'listType'===_0x53a60['_getAttributeKey'](_0x4ee98b['suggestion']))||(_0x42d6b6['removeMarker'](_0x21effc['getFirstMarker']()),_0x13a37b=!0x0));}return _0x13a37b;})),_0x53a60['descriptionFactory']['registerAttributeLabel']('listIndent',c(_0x4f6fdb,'FORMAT_INDENT'));const _0x25595b={'type':'format','content':''};_0x53a60['descriptionFactory']['registerDescriptionCallback'](_0x2322af=>{const {data:_0x424ffe}=_0x2322af;if(!_0x424ffe||'listType'!=_0x424ffe['key'])return;let _0x19f000=_0x2322af['head'];for(;_0x19f000;){if(_0x19f000['data']&&(('listStyle'==_0x19f000['data']['key']||'listMarkerStyle'==_0x19f000['data']['key'])&&(_0x19f000['data']['newValue']&&'default'!=_0x19f000['data']['newValue']||'default'!=_0x19f000['data']['oldValue']&&!_0x424ffe['newValue'])||!_0x50dde9&&_0x19f000['data']['key']==u))return _0x25595b;_0x19f000=_0x19f000['next'];}if(null==_0x424ffe['newValue'])switch(_0x424ffe['oldValue']){case'bulleted':return _0x5d5a0a(c(_0x4f6fdb,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x5d5a0a(c(_0x4f6fdb,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x5d5a0a(c(_0x4f6fdb,'ELEMENT_TODO_LIST'));}switch(_0x424ffe['newValue']){case'bulleted':return _0x34d3e8(c(_0x4f6fdb,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x34d3e8(c(_0x4f6fdb,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x34d3e8(c(_0x4f6fdb,'ELEMENT_TODO_LIST'));}}),_0x53a60['descriptionFactory']['registerDescriptionCallback'](_0x2fe902=>{const {data:_0x32ccc1}=_0x2fe902;if(_0x32ccc1&&'listIndent'==_0x32ccc1['key'])return null==_0x32ccc1['newValue']||null==_0x32ccc1['oldValue']&&0x0==_0x32ccc1['newValue']?_0x25595b:void 0x0;}),_0x53a60['descriptionFactory']['registerDescriptionCallback'](_0x52453e=>{if('attribute'!=_0x52453e['type'])return;const {data:_0xe0465d}=_0x52453e;if(!_0xe0465d||'listItemId'!=_0xe0465d['key'])return;const _0x116755=Te(_0x52453e);return'newValue'==_0x116755?{'type':'format','content':c(_0x4f6fdb,'*Merge:*\x20list\x20item')}:'oldValue'==_0x116755?{'type':'format','content':c(_0x4f6fdb,'*Split:*\x20list\x20item')}:_0x25595b;}),_0x16137f['model']['document']['registerPostFixer'](_0x4ee705=>this['listItemIdFixer'](_0x4ee705)),_0x16137f['model']['document']['registerPostFixer'](_0x423a25=>this['noTrackChangesFixer'](_0x423a25)),_0x16137f['model']['document']['on']('change:data',(_0x2c7151,_0x38553e)=>{if(_0x38553e['isUndo']||!_0x38553e['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x569169){if(_0x569169['batch']['isUndo']||!_0x569169['batch']['isLocal'])return!0x1;let _0x4ca4df=!0x1;const _0x3ea883=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x22e92f=>_0x22e92f['data']&&'listItemId'==_0x22e92f['data']['key'])['filter'](_0x212482=>_0x212482['data']['newValue']&&_0x212482['data']['oldValue']);for(const _0x586e7b of _0x3ea883)Te(_0x586e7b)||(_0x569169['removeMarker'](_0x586e7b['getFirstMarker']()),_0x4ca4df=!0x0);return _0x4ca4df;}['noTrackChangesFixer'](_0x45d158){if(_0x45d158['batch']['isUndo']||!_0x45d158['batch']['isLocal'])return!0x1;const _0x107541=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x107541['trackChangesCommand']['value'])return!0x1;let _0x1e14d3=!0x1;const _0x52b591=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x4d7ae1=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x432844=>'attribute'==_0x432844['type'])['filter'](_0x58dbe1=>_0x52b591['includes'](_0x58dbe1['attributeKey']));if(0x0==_0x4d7ae1['length'])return _0x1e14d3;for(const _0x48e803 of _0x4d7ae1){const _0x2d6acc=_0x107541['_findSuggestions'](_0x48e803['range'],'attribute')['filter'](_0x475861=>!_0x475861['meta']['isNextTo'])['map'](_0x2767f6=>_0x2767f6['suggestion'])['filter'](_0xa2405e=>{const _0x336b33=_0x107541['_getAttributeKey'](_0xa2405e);return _0x52b591['includes'](_0x336b33);});if(_0x2d6acc['length']){for(const _0x33c0aa of _0x2d6acc)_0x45d158['removeMarker'](_0x33c0aa['getFirstMarker']());_0x1e14d3=!0x0;}}return _0x1e14d3;}['assureChains'](){const _0x5e575a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1536fb=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x3841dc;const _0x43f7a4=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x4b5c51=>{if(_0x4b5c51['data']['oldRange']||!_0x4b5c51['data']['newRange'])return null;if(!_0x4b5c51['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0xd89618}=_0x5e575a['_splitMarkerName'](_0x4b5c51['name']);if(!_0x5e575a['hasSuggestion'](_0xd89618))return null;const _0x4882f7=_0x5e575a['getSuggestion'](_0xd89618);return _0x1536fb['includes'](_0x4882f7['data']['key']);})['map'](_0x563d73=>{const {id:_0x5c28cd}=_0x5e575a['_splitMarkerName'](_0x563d73['name']),_0x4e0716=_0x5e575a['getSuggestion'](_0x5c28cd);return _0x3841dc=_0x4e0716['attributes']['groupId'],_0x4e0716['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x43f7a4['size'])return;const _0x5d6899=_0x5e575a['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x199e1b=>'attribute'==_0x199e1b['type']&&_0x199e1b['data']&&_0x1536fb['includes'](_0x199e1b['data']['key'])&&_0x199e1b['attributes']['groupId']!=_0x3841dc)['map'](_0x3b67da=>({'listItem':_0x3b67da['getFirstRange']()['start']['nodeAfter'],'groupId':_0x3b67da['attributes']['groupId']})),_0x9e8009=new Set();for(const {groupId:_0x205439,listItem:_0x2ff5ea}of _0x5d6899)_0x43f7a4['has'](_0x2ff5ea)&&_0x9e8009['add'](_0x205439);for(const _0x29430d of _0x5e575a['getSuggestions']())_0x9e8009['has'](_0x29430d['attributes']['groupId'])&&_0x29430d['setAttribute']('groupId',_0x3841dc);}['_supportLegacySuggestions'](){const _0x4eacba=this['editor'],_0x4e63a7=_0x4eacba['locale'],_0xfec126=_0x4eacba['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0xfec126['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x12c9b4,_0x2b71a1){const _0x5b915b=[];for(let _0x198585 of _0x12c9b4)_0x198585['start']['nodeAfter']===_0x198585['end']['parent']&&(_0x198585=_0x4eacba['model']['createRange'](_0x4eacba['model']['createPositionAt'](_0x198585['start']['nodeAfter'],0x0))),_0x5b915b['push'](_0x198585);_0x4eacba['model']['change'](_0x516890=>{const _0x400d12=_0x4eacba['model']['document']['selection'],_0x55cf28=Array['from'](_0x400d12['getRanges']())['map'](_0x133f9d=>_0x25f92b['fromRange'](_0x133f9d));_0x516890['setSelection'](_0x5b915b),_0x4eacba['commands']['get'](_0x2b71a1['commandName'])['refresh'](),_0x2b71a1['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x4eacba['execute'](_0x2b71a1['commandName'],..._0x2b71a1['commandParams']),_0x516890['setSelection'](_0x55cf28);for(const _0x2900f6 of _0x55cf28)_0x2900f6['detach']();});}),_0xfec126['descriptionFactory']['registerElementLabel'](function(_0x5a3735){const _0x51e261=!_0x4eacba['model']['schema']['isObject'](_0x5a3735),_0x69350=_0x5a3735['previousSibling'],_0x521ee2=_0x5a3735['nextSibling'],_0x15cecb=_0x5a3735['getAttribute']('listItemId'),_0x82637e=!_0x69350||_0x69350['getAttribute']('listItemId')!==_0x15cecb,_0x3011b3=!_0x521ee2||_0x521ee2['getAttribute']('listItemId')!==_0x15cecb;return _0x51e261&&Boolean(_0x15cecb)&&_0x82637e&&_0x3011b3;},_0x25802b=>c(_0x4e63a7,'ELEMENT_LIST_ITEM',_0x25802b));}['_registerLegacyDescription'](){const _0x17c772=this['editor'],_0x274be7=_0x17c772['locale'];function _0x507b68(_0x3a5808){const _0x6887fc=_0x17c772['commands']['get']('bulletedList')['value'],_0x56bcba=_0x17c772['commands']['get']('numberedList')['value'];return'numberedList'===_0x3a5808?_0x6887fc:_0x56bcba;}_0x17c772['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x302e05){if('formatBlock'!=_0x302e05['type'])return;const {data:_0x252353}=_0x302e05;if(!_0x252353)return;let _0xee4eba,_0x46e896,_0x136093,_0x3cdbfc;switch(_0x252353['commandName']){case'bulletedList':_0x136093=_0x252353['commandParams'][0x0]['forceValue'],_0x3cdbfc=_0x507b68(_0x252353['commandName']),_0xee4eba=_0x136093?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x3cdbfc&&_0x17c772['config']['get']('list.multiBlock')||(_0xee4eba='*Change\x20to:*\x20%0'),_0x46e896={'type':'format','content':c(_0x274be7,_0xee4eba,c(_0x274be7,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x136093=_0x252353['commandParams'][0x0]['forceValue'],_0x3cdbfc=_0x507b68(_0x252353['commandName']),_0xee4eba=_0x136093?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x3cdbfc&&_0x17c772['config']['get']('list.multiBlock')||(_0xee4eba='*Change\x20to:*\x20%0'),_0x46e896={'type':'format','content':c(_0x274be7,_0xee4eba,c(_0x274be7,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0xee4eba='*Indent:*\x20%0',_0x46e896={'type':'format','content':c(_0x274be7,_0xee4eba,c(_0x274be7,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0xee4eba=function(_0x3fc8ab){const _0x1794e9=_0x3fc8ab['getFirstRange']();let _0x46d0c0=_0x1794e9['start']['nodeAfter'];for(;_0x46d0c0&&_0x1794e9['containsItem'](_0x46d0c0);){if(_0x46d0c0['getAttribute']('listIndent')>0x0)return!0x1;_0x46d0c0=_0x46d0c0['nextSibling'];}return!0x0;}(_0x302e05)?c(_0x274be7,'*Format:*\x20remove\x20from\x20%0',c(_0x274be7,function(_0x202ef5){return'ELEMENT_'+_0x202ef5['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x302e05))):c(_0x274be7,'*Outdent:*\x20%0',c(_0x274be7,'ELEMENT_LIST_ITEM')),_0x46e896={'type':'format','content':_0xee4eba};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x252353['multipleBlocks']&&(_0xee4eba='*Merge:*\x20%0',_0x46e896={'type':'deletion','content':c(_0x274be7,_0xee4eba,c(_0x274be7,'ELEMENT_LIST_ITEM'))});}return _0x46e896;});}}function Te(_0x3dc6c5){let _0x3e4b75=_0x3dc6c5['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x3e4b75;){const _0x278bf0=_0x3e4b75['getAttribute']('listItemId');if(!_0x278bf0)return!0x1;if(_0x278bf0==_0x3dc6c5['data']['newValue'])return'newValue';if(_0x278bf0==_0x3dc6c5['data']['oldValue'])return'oldValue';_0x3e4b75=_0x3e4b75['previousSibling'];}return!0x1;}class Se extends _0xd6413c{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x21be0a=this['editor']['config']['get']('list.properties'),_0x30276a=this['editor']['plugins']['get']('TrackChangesEditing');_0x21be0a['styles']&&(_0x30276a['enableDefaultAttributesIntegration']('listStyle'),_0x30276a['registerBlockAttribute']('listStyle')),_0x21be0a['reversed']&&(_0x30276a['enableDefaultAttributesIntegration']('listReversed'),_0x30276a['registerBlockAttribute']('listReversed')),_0x21be0a['startIndex']&&(_0x30276a['enableDefaultAttributesIntegration']('listStart'),_0x30276a['registerBlockAttribute']('listStart'));const _0xc43459={'type':'format','content':''};_0x30276a['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x271e1f=this['editor']['locale'];_0x30276a['descriptionFactory']['registerAttributeLabel']('listReversed',c(_0x271e1f,'FORMAT_LIST_REVERSED')),_0x30276a['descriptionFactory']['registerDescriptionCallback'](_0x12f749=>{const {data:_0x158c6b}=_0x12f749;if(_0x158c6b&&'listReversed'==_0x158c6b['key'])return null==_0x158c6b['newValue']||0x0==_0x158c6b['newValue']&&null==_0x158c6b['oldValue']?_0xc43459:void 0x0;}),_0x30276a['descriptionFactory']['registerAttributeLabel']('listStart',c(_0x271e1f,'FORMAT_LIST_START')),_0x30276a['descriptionFactory']['registerDescriptionCallback'](_0xf14aa7=>{const {data:_0x331515}=_0xf14aa7;if(_0x331515&&'listStart'==_0x331515['key'])return null==_0x331515['newValue']||0x1==_0x331515['newValue']&&null==_0x331515['oldValue']?_0xc43459:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x1b9b45=>{if(_0x1b9b45['batch']['isUndo'])return!0x1;let _0x557ff8=!0x1;const _0x45db24=_0x30276a['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x284510=>{const _0x2ff3f8=_0x30276a['_getAttributeKey'](_0x284510);return'listStart'==_0x2ff3f8||'listReversed'==_0x2ff3f8;});for(const _0x22235d of _0x45db24){const _0x359876=_0x22235d['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x359876||'customNumbered'==_0x359876)continue;_0x30276a['_findSuggestions'](_0x22235d['getFirstRange'](),'attribute')['find'](_0x514b68=>'listType'==_0x30276a['_getAttributeKey'](_0x514b68['suggestion']))||(_0x1b9b45['removeMarker'](_0x22235d['getFirstMarker']()),_0x557ff8=!0x0);}return _0x557ff8;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x2d2a26){const _0x56d285=this['editor']['locale'],{data:_0x140b60}=_0x2d2a26,_0xb8a55b={'type':'format','content':''};if(!_0x140b60||'listStyle'!=_0x140b60['key'])return;if(!_0x140b60['oldValue'])return'default'==_0x140b60['newValue']?_0xb8a55b:{'type':'format','content':''+c(_0x56d285,'*Set\x20format:*\x20%0',c(_0x56d285,this['_getTranslationKeyForListStyle'](_0x140b60['newValue'])))};if(!_0x140b60['newValue']){if('default'==_0x140b60['oldValue'])return _0xb8a55b;let _0x27a893=_0x2d2a26['head'];for(;_0x27a893;){if(_0x27a893['data']&&'listType'==_0x27a893['data']['key']&&_0x27a893['data']['newValue'])return _0xb8a55b;_0x27a893=_0x27a893['next'];}return{'type':'format','content':''+c(_0x56d285,'*Remove\x20format:*\x20%0',c(_0x56d285,this['_getTranslationKeyForListStyle'](_0x140b60['oldValue'])))};}if('default'!=_0x140b60['newValue'])return{'type':'format','content':''+c(_0x56d285,'*Set\x20format:*\x20%0',c(_0x56d285,this['_getTranslationKeyForListStyle'](_0x140b60['newValue'])))};let _0x3a1d48=_0x2d2a26['head'];for(;_0x3a1d48;){if(_0x3a1d48['data']&&'listType'==_0x3a1d48['data']['key']&&_0x3a1d48['data']['newValue']&&_0x3a1d48['data']['oldValue'])return _0xb8a55b;_0x3a1d48=_0x3a1d48['next'];}return{'type':'format','content':c(_0x56d285,'*Set\x20format:*\x20%0',c(_0x56d285,'ELEMENT_'+_0x2d2a26['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x2ca0a6=this['editor'],_0x3f4fe7=_0x2ca0a6['locale'];_0x2ca0a6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1fd878=>{if('formatBlock'!=_0x1fd878['type'])return;const {data:_0x244695}=_0x1fd878;if(!_0x244695)return;let _0x34b39c,_0x27566c;switch(_0x244695['commandName']){case'listStyle':_0x34b39c='*Change\x20to:*\x20%0',_0x27566c={'type':'format','content':c(_0x3f4fe7,_0x34b39c,c(_0x3f4fe7,this['_getTranslationKeyForListStyle'](_0x244695['commandParams'][0x0]['type'])))};break;case'listReversed':_0x34b39c=_0x244695['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x27566c={'type':'format','content':c(_0x3f4fe7,_0x34b39c)};break;case'listStart':_0x34b39c='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x27566c={'type':'format','content':c(_0x3f4fe7,_0x34b39c,_0x244695['commandParams'][0x0]['startIndex'])};}return _0x27566c;});}['_getTranslationKeyForListStyle'](_0x599450){return'ELEMENT_'+function(_0x35d3d8){if(_e['includes'](_0x35d3d8))return'bulleted';if(Re['includes'](_0x35d3d8))return'numbered';return null;}(_0x599450)['toUpperCase']()+'_LIST_'+_0x599450['toUpperCase']()['replace'](/-/g,'_');}}const _e=['disc','circle','square'],Re=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0xd6413c{['afterInit'](){const _0x788906=this['editor'];_0x788906['commands']['get']('emoji')&&_0x788906['plugins']['get']('TrackChangesEditing')['enableCommand']('emoji');}}class Y extends _0xd6413c{static get['requires'](){return[_0x3b4f24];}['init'](){const _0x39aec4=this['editor'],_0x43ba39=_0x39aec4['plugins']['get']('TrackChangesEditing'),_0x4e55e7=_0x39aec4['commands']['get']('enter');_0x43ba39['enableCommand']('enter',()=>{_0x39aec4['model']['change'](_0x4f609f=>{const _0x1681b6=_0x39aec4['model']['document']['selection'],_0x18cadd=_0x1681b6['getFirstPosition'](),_0x4bf34b=_0x25f92b['fromRange'](_0x1681b6['getFirstRange']());if(_0x4e55e7['enterBlock'](_0x4f609f)){const _0x3be256=_0x39aec4['model']['createPositionAt'](_0x18cadd['parent']['nextSibling'],0x0),_0x13f896=_0x4f609f['createRange'](_0x18cadd,_0x3be256);_0x43ba39['markInsertion'](_0x13f896);}else _0x4f609f['setSelection'](_0x4f609f['createRange'](_0x4bf34b['end']));_0x4bf34b['detach'](),_0x4e55e7['fire']('afterExecute',{'writer':_0x4f609f});});}),_0x39aec4['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',Fe(_0x39aec4,'split'),{'priority':'high'}),_0x39aec4['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x1e20c4,_0x26e96b,_0x81d435)=>{const _0x2305f4=_0x81d435['mapper']['markerNameToElements'](_0x26e96b['markerName']);if(_0x2305f4){for(const _0x169cd7 of _0x2305f4)_0x169cd7['hasClass']('ck-suggestion-marker-split')&&(_0x81d435['mapper']['unbindElementFromMarkerName'](_0x169cd7,_0x26e96b['markerName']),_0x81d435['writer']['remove'](_0x169cd7));}},{'priority':'high'}),_0x39aec4['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0xca0ef6,_0x1312f2,_0x477da8)=>{_0x477da8['options']['showSuggestionHighlights']&&Fe(_0x39aec4,'split',{'showActiveMarker':!0x1})['bind'](this)(_0xca0ef6,_0x1312f2,_0x477da8);},{'priority':'high'});}}class Z extends _0xd6413c{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x9d2f68=this['editor']['plugins']['get']('TrackChangesEditing');_0x9d2f68['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x9d2f68['enableCommand']('findNext'),_0x9d2f68['enableCommand']('findPrevious'),_0x9d2f68['enableCommand']('replace'),_0x9d2f68['enableCommand']('replaceAll');}['handleFindCommand'](_0x225477,_0x6c6955,_0x83de55={}){const _0x486f6c=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x225477(_0x3838d0=>{let _0x26fc18=('string'==typeof _0x6c6955?_0x486f6c['findByTextCallback'](_0x6c6955,_0x83de55):_0x6c6955)(_0x3838d0);Array['isArray'](_0x26fc18)&&(_0x26fc18={'results':_0x26fc18,'searchText':'string'==typeof _0x6c6955?_0x6c6955:''});const _0xc39d74=_0x26fc18['results']['filter'](_0x5faaa=>!0x1===this['_isInDeletionRange'](_0x5faaa,_0x3838d0['item']));return{..._0x26fc18,'results':_0xc39d74};},_0x83de55);}['_isInDeletionRange'](_0x4820a0,_0x1d2f63){const _0x294e87=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x1d2f63,_0x4820a0['start']),this['editor']['model']['createPositionAt'](_0x1d2f63,_0x4820a0['end']));for(const _0x265ea1 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x294e87['getIntersection'](_0x265ea1['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class tt extends _0xd6413c{['afterInit'](){const _0x339c10=this['editor']['locale'],_0x2949a7=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x492556,commandName:_0x2d3525}of ro)this['editor']['plugins']['has'](_0x492556)&&(_0x2949a7['enableDefaultAttributesIntegration'](_0x2d3525),_0x2949a7['registerInlineAttribute'](_0x2d3525));_0x2949a7['descriptionFactory']['registerAttributeLabel']('fontSize',c(_0x339c10,'FORMAT_FONT_SIZE')),_0x2949a7['descriptionFactory']['registerAttributeLabel']('fontFamily',c(_0x339c10,'FORMAT_FONT_FAMILY')),_0x2949a7['descriptionFactory']['registerAttributeLabel']('fontColor',c(_0x339c10,'FORMAT_FONT_COLOR')),_0x2949a7['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',c(_0x339c10,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x110711=this['editor'],_0xdb9162=_0x110711['locale'];_0x110711['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3ed847=>{const _0x11a245=_0xdb9162['t'];if('formatInline'!=_0x3ed847['type'])return;const {data:_0x8ebcf2}=_0x3ed847;if(null!=_0x8ebcf2){if('fontSize'==_0x8ebcf2['commandName']){const _0xcc4279=_0x8ebcf2['commandParams'][0x0]['value'];if(_0xcc4279){const _0x3f1774=_0x11a245(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x272142=>_0x272142['model']==_0xcc4279)['title'])['toLowerCase']();return{'type':'format','content':c(_0xdb9162,'*Set\x20font\x20size:*\x20%0',_0x3f1774)};}return{'type':'format','content':c(_0xdb9162,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x8ebcf2['commandName']){const _0x3ca04c=_0x8ebcf2['commandParams'][0x0]['value'];return _0x3ca04c?{'type':'format','content':c(_0xdb9162,'*Set\x20font\x20family:*\x20%0',_0x3ca04c)}:{'type':'format','content':c(_0xdb9162,'*Reset\x20font\x20family*')};}if('fontColor'==_0x8ebcf2['commandName']){const _0x421ecc=_0x8ebcf2['commandParams'][0x0]['value'];if(_0x421ecc){const _0x351075=_0x5298ad(this['editor']['config']['get']('fontColor.colors'))['find'](_0x207e69=>_0x207e69['model']==_0x421ecc);let _0x17f0cb=_0x421ecc,_0x5a021b='';return _0x351075&&(_0x17f0cb=_0x351075['label'],_0x5a021b=_0x11a245(_0x17f0cb)['toLowerCase']()),{'type':'format','content':c(_0xdb9162,'*Set\x20font\x20color:*\x20%0',_0x5a021b)['trim'](),'color':{'value':_0x421ecc,'title':_0x5a021b||_0x17f0cb}};}return{'type':'format','content':c(_0xdb9162,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x8ebcf2['commandName']){const _0x688bb5=_0x8ebcf2['commandParams'][0x0]['value'];if(_0x688bb5){const _0x37e602=_0x5298ad(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x4f2397=>_0x4f2397['model']==_0x688bb5);let _0x17704b=_0x688bb5,_0x5adb1b='';return _0x37e602&&(_0x17704b=_0x37e602['label'],_0x5adb1b=_0x11a245(_0x17704b)['toLowerCase']()),{'type':'format','content':c(_0xdb9162,'*Set\x20font\x20background\x20color:*\x20%0',_0x5adb1b)['trim'](),'color':{'value':_0x688bb5,'title':_0x5adb1b||_0x17704b}};}return{'type':'format','content':c(_0xdb9162,'*Reset\x20font\x20background\x20color*')};}}});}}class et extends _0xd6413c{['afterInit'](){const _0xe754b6=this['editor'],_0x4eebed=_0xe754b6['plugins']['get']('TrackChangesEditing'),_0x2e1b1a=_0xe754b6['commands']['get']('copyFormat'),_0x5cd943=_0xe754b6['commands']['get']('pasteFormat');_0x2e1b1a&&_0x5cd943&&(_0x4eebed['enableDefaultAttributesIntegration']('pasteFormat'),_0x4eebed['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x449bd3=this['editor'],_0x29d3b3=_0x449bd3['locale'];_0x449bd3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x55f1ad=>{if('formatBlock'!=_0x55f1ad['type']&&'formatInline'!=_0x55f1ad['type'])return;const {data:_0x33f272}=_0x55f1ad;if(_0x33f272&&'pasteFormat'===_0x33f272['commandName']){const _0x5a3a2a=[],_0x46af58=_0x33f272['commandParams'][0x0];for(const [_0x4b4c71,_0x1686a7]of Object['entries'](_0x46af58))_0x5a3a2a['push'](so(_0x449bd3,_0x4b4c71,_0x1686a7));return _0x5a3a2a['length']?{'type':'format','content':c(_0x29d3b3,'*Set\x20format\x20to:*\x20%0',_0x5a3a2a['join'](',\x20'))}:{'type':'format','content':c(_0x29d3b3,'*Remove\x20all\x20formatting*')};}});}}function so(_0x1402c4,_0x4031b3,_0xba6ebc){const _0xd67b34=_0x1402c4['locale']['t'],_0x54a551=_0x4031b3['split'](/(?=[A-Z])/)['join']('\x20'),_0x3a0e4e=_0xd67b34(_0x54a551['charAt'](0x0)['toUpperCase']()+_0x54a551['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0xba6ebc)return _0x3a0e4e;if('fontColor'===_0x4031b3||'fontBackgroundColor'===_0x4031b3){const _0x1c6487=_0x5298ad(_0x1402c4['config']['get']('fontColor.colors'))['find'](_0x1aa862=>_0x1aa862['model']==_0xba6ebc);return _0x3a0e4e+'\x20('+(_0x1c6487?_0xd67b34(_0x1c6487['label'])['toLowerCase']():_0xba6ebc)+')';}if('fontSize'===_0x4031b3&&isNaN(parseFloat(_0xba6ebc))){const _0x2a57f1=_0x1402c4['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x1402c4['config']['get']('fontSize.options'))['find'](_0x2f1854=>_0x2f1854['model']==_0xba6ebc);return _0x3a0e4e+'\x20('+(_0x2a57f1?_0xd67b34(_0x2a57f1['title'])['toLowerCase']():_0xba6ebc)+')';}return _0x3a0e4e+'\x20('+_0xba6ebc+')';}class nt extends _0xd6413c{['_headingOptions'];['afterInit'](){const _0x4dd21b=this['editor'];if(!_0x4dd21b['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x4dd21b['config']['get']('heading.options');const _0x4dd7f9=_0x4dd21b['locale'],_0x44e9ad=_0x4dd21b['plugins']['get']('TrackChangesEditing');_0x44e9ad['enableDefaultAttributesIntegration']('heading');for(const _0x5e4bf6 of this['_headingOptions'])'paragraph'!=_0x5e4bf6['model']&&_0x44e9ad['descriptionFactory']['registerElementLabel'](_0x5e4bf6['model'],_0x337d45=>{const _0x10cdc6=this['_getHeadingLevel'](_0x5e4bf6['model']);return null!==_0x10cdc6?_0x1f83cc(_0x337d45,_0x10cdc6):_0x3fd847(_0x337d45,_0x5e4bf6['title']);});function _0x1f83cc(_0x3ed3ea,_0x307054){return c(_0x4dd7f9,'ELEMENT_HEADING',[_0x3ed3ea,_0x307054]);}function _0x3fd847(_0x8a3dc4,_0x5bfb04){return c(_0x4dd7f9,'ELEMENT_HEADING_CUSTOM',[_0x8a3dc4,_0x5bfb04]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x51725b=this['editor'],_0x29e07d=_0x51725b['locale'];function _0x97f7ba(_0x45149e,_0x11f398){return c(_0x29e07d,'ELEMENT_HEADING_CUSTOM',[_0x45149e,_0x11f398]);}_0x51725b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x21b3a5=>{if('formatBlock'!=_0x21b3a5['type'])return;const {data:_0x1dd9dd}=_0x21b3a5;if(_0x1dd9dd&&'heading'==_0x1dd9dd['commandName']){const _0x5e9d9c=_0x1dd9dd['commandParams'][0x0]['value'],_0x44f13d=this['_getHeadingLevel'](_0x5e9d9c);if(null!==_0x44f13d)return{'type':'format','content':c(_0x29e07d,'*Change\x20to:*\x20%0',(_0x47d13a=0x1,_0x495f3d=_0x44f13d,c(_0x29e07d,'ELEMENT_HEADING',[_0x47d13a,_0x495f3d])))};const _0x25cd8b=this['_headingOptions']['find'](_0x4f7698=>_0x4f7698['model']===_0x5e9d9c)['title'];return{'type':'format','content':c(_0x29e07d,'*Change\x20to:*\x20%0',_0x97f7ba(0x1,_0x25cd8b))};}var _0x47d13a,_0x495f3d;});}['_getHeadingLevel'](_0x2d6528){const _0x597744=_0x2d6528['match'](/^heading(\d+)/);if(_0x597744)return _0x597744[0x1];const _0x10f87c=this['_headingOptions']?.['find'](_0x3b5dcd=>_0x3b5dcd['model']==_0x2d6528);if(_0x10f87c&&_0x10f87c['view']){const _0x42f96a=_0x10f87c['view'],_0x5537eb=(_0x42f96a['name']??_0x42f96a)['match'](/^h(\d+)/);if(_0x5537eb)return _0x5537eb[0x1];}return null;}}class it extends _0xd6413c{['afterInit'](){const _0x205b53=this['editor'];if(!_0x205b53['plugins']['has']('HighlightEditing'))return;const _0x32d9b7=_0x205b53['plugins']['get']('TrackChangesEditing'),_0x5ca86a=_0x205b53['locale'];_0x32d9b7['enableDefaultAttributesIntegration']('highlight'),_0x32d9b7['registerInlineAttribute']('highlight'),_0x32d9b7['descriptionFactory']['registerAttributeLabel']('highlight',c(_0x5ca86a,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4a2d3f=this['editor'],_0x5512e0=_0x4a2d3f['locale'];_0x4a2d3f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x440a0=>{if('formatInline'!=_0x440a0['type'])return;const {data:_0x1ac7d8}=_0x440a0;if(_0x1ac7d8&&'highlight'==_0x1ac7d8['commandName']){const _0x22fd27=_0x5512e0['t'],_0x5387a8=_0x1ac7d8['commandParams'][0x0]['value'];if(_0x5387a8){const _0x55e010=_0x4a2d3f['config']['get']('highlight.options')['find'](_0x3b62f7=>_0x3b62f7['model']==_0x5387a8),_0x2d32fb=_0x22fd27(_0x55e010['title'])['toLowerCase']();return{'type':'format','content':c(_0x5512e0,'*Set\x20highlight:*\x20%0',_0x2d32fb),'color':{'value':_0x55e010['color'],'title':_0x55e010['title']}};}return{'type':'format','content':c(_0x5512e0,'*Remove\x20highlight*',c(_0x5512e0,'FORMAT_HIGHLIGHT'))};}});}}class st extends _0xd6413c{['afterInit'](){const _0x181ce9=this['editor'];if(!_0x181ce9['plugins']['has']('HorizontalLineEditing'))return;_0x181ce9['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x50040e=_0x181ce9['plugins']['get']('TrackChangesEditing'),_0x5b8c0d=_0x181ce9['locale'];_0x50040e['descriptionFactory']['registerElementLabel']('horizontalLine',_0x4d7390=>c(_0x5b8c0d,'ELEMENT_HORIZONTAL_LINE',_0x4d7390)),_0x181ce9['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x3a9624,{writer:_0x30d282,options:_0x30e621})=>{if(!_0x30e621['showSuggestionHighlights'])return null;const _0x4122c2=_0x30d282['createContainerElement']('div'),_0x2ca80e=_0x30d282['createEmptyElement']('hr');return _0x30d282['addClass']('ck-horizontal-line',_0x4122c2),_0x30d282['insert'](_0x30d282['createPositionAt'](_0x4122c2,0x0),_0x2ca80e),_0x4122c2;},'converterPriority':'high'});}}class ot extends _0xd6413c{['afterInit'](){const _0x53079c=this['editor'];if(!_0x53079c['plugins']['has']('HtmlEmbed'))return;const _0x58876f=_0x53079c['plugins']['get']('TrackChangesEditing'),_0x56059b=_0x53079c['locale'];_0x58876f['descriptionFactory']['registerElementLabel']('rawHtml',_0x55e655=>c(_0x56059b,'ELEMENT_HTML_EMBED',_0x55e655)),_0x58876f['enableDefaultAttributesIntegration']('htmlEmbed'),_0x58876f['registerBlockAttribute']('value'),_0x58876f['descriptionFactory']['registerDescriptionCallback'](_0x55104b=>{if('attribute'!=_0x55104b['type'])return;const {data:_0x33ec7b}=_0x55104b;if(_0x33ec7b&&'value'==_0x33ec7b['key']&&_0x55104b['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0xed38a7=c(_0x56059b,'ELEMENT_HTML_EMBED');return{'type':'format','content':c(_0x56059b,'*Change\x20%0\x20content*',_0xed38a7)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x143721=this['editor'],_0x5a22e3=_0x143721['locale'];_0x143721['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1b26cd=>{if('formatBlock'!=_0x1b26cd['type'])return;const {data:_0x5f045f}=_0x1b26cd;if(_0x5f045f&&'htmlEmbed'==_0x5f045f['commandName']){const _0x4fd833=c(_0x5a22e3,'ELEMENT_HTML_EMBED');return{'type':'format','content':c(_0x5a22e3,'*Change\x20%0\x20content*',_0x4fd833)};}});}}class rt extends _0xd6413c{['afterInit'](){const _0x29f087=this['editor'];if(!_0x29f087['plugins']['has']('ImageEditing'))return;const _0x4a551d=_0x29f087['plugins']['get']('TrackChangesEditing'),_0x5a5985=_0x29f087['plugins']['get']('ImageUtils'),_0x316f87=_0x29f087['locale'];_0x4a551d['enableCommand']('insertImage'),_0x4a551d['descriptionFactory']['registerElementLabel']('imageBlock',_0x1ad0b6=>c(_0x316f87,'ELEMENT_IMAGE',_0x1ad0b6)),_0x4a551d['descriptionFactory']['registerElementLabel']('imageInline',_0x26ab5b=>c(_0x316f87,'ELEMENT_INLINE_IMAGE',_0x26ab5b)),_0x4a551d['descriptionFactory']['registerElementLabel']('caption',()=>c(_0x316f87,'ELEMENT_CAPTION')),_0x29f087['plugins']['has']('ImageUploadEditing')&&_0x4a551d['enableCommand']('uploadImage'),_0x29f087['plugins']['has']('ImageBlockEditing')&&_0x29f087['plugins']['has']('ImageInlineEditing')&&(_0x4a551d['enableCommand']('imageTypeInline',(_0x4b235f,_0x3f4dd4)=>{const _0x48ee9f=_0x5a5985['getClosestSelectedImageElement'](_0x29f087['model']['document']['selection']);_0x29f087['model']['change'](()=>{_0x4a551d['markBlockFormat'](_0x48ee9f,{'commandName':'imageTypeInline','commandParams':[_0x3f4dd4]},[],'convertBlockImageToInline');});}),_0x4a551d['enableCommand']('imageTypeBlock',(_0x51da88,_0x14b856)=>{_0x29f087['model']['change'](_0x2e1bc0=>{let _0x6f2a8b=_0x5a5985['getClosestSelectedImageElement'](_0x29f087['model']['document']['selection']),_0x28a4be=_0x2e1bc0['createRangeOn'](_0x6f2a8b);const _0x5e3e36=_0xd7fb3['fromPosition'](_0x28a4be['start'],'toPrevious'),_0xeee5e=_0xd7fb3['fromPosition'](_0x28a4be['end'],'toNext');_0x4a551d['forceDefaultExecution'](()=>_0x51da88(_0x14b856)),_0x6f2a8b=_0x5a5985['getClosestSelectedImageElement'](_0x29f087['model']['document']['selection']),_0x28a4be=_0x2e1bc0['createRangeOn'](_0x6f2a8b);const _0x4e5e45=_0x2e1bc0['createRange'](_0x5e3e36,_0xeee5e);_0x5e3e36['detach'](),_0xeee5e['detach'](),_0x4a551d['markBlockFormat'](_0x6f2a8b,{'commandName':'imageTypeInline','commandParams':[_0x14b856]},[],'convertInlineImageToBlock'),_0x4e5e45['start']['isBefore'](_0x28a4be['start'])&&_0x4a551d['markInsertion'](_0x2e1bc0['createRange'](_0x4e5e45['start'],_0x28a4be['start']),'convertInlineImageToBlock'),_0x28a4be['end']['isBefore'](_0x4e5e45['end'])&&_0x4a551d['markInsertion'](_0x2e1bc0['createRange'](_0x28a4be['end'],_0x4e5e45['end']),'convertInlineImageToBlock');});}),_0x4a551d['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x4a551d['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x4a551d['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x4a551d['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x4a551d['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x4a551d['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x523720])=>{const _0x2f8876=_0x4a551d['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x2e5d04=_0x523720['start'],_0x275156=_0x523720['end'];const _0x46c96d=_0x29f087['model']['schema']['getNearestSelectionRange'](_0x2e5d04,'backward'),_0x57aeac=_0x29f087['model']['schema']['getNearestSelectionRange'](_0x275156,'forward');_0x46c96d['isCollapsed']&&(_0x2e5d04=_0x46c96d['start']),_0x57aeac['isCollapsed']&&(_0x275156=_0x57aeac['end']),_0x2f8876([_0x29f087['model']['createRange'](_0x2e5d04,_0x275156)]);}),_0x4a551d['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x1aec43),_0x4a551d['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x1aec43)),_0x29f087['plugins']['has']('ImageCaptionEditing')&&(_0x4a551d['enableCommand']('toggleImageCaption',(_0xd4fe9c,_0x238c09)=>{const _0x129a74=_0x29f087['plugins']['get']('ImageCaptionUtils');let _0x2415f3=_0x5a5985['getClosestSelectedImageElement'](_0x29f087['model']['document']['selection']),_0x5290db=_0x129a74['getCaptionFromImageModelElement'](_0x2415f3);_0x29f087['model']['change'](()=>{if(_0x5290db)return void _0x4a551d['markDeletion'](_0x29f087['model']['createRangeOn'](_0x5290db));const _0x476b1e=_0x5a5985['isBlockImage'](_0x2415f3);_0xd4fe9c(_0x238c09),_0x2415f3=_0x5a5985['getClosestSelectedImageElement'](_0x29f087['model']['document']['selection']),_0x5290db=_0x129a74['getCaptionFromImageModelElement'](_0x2415f3),_0x4a551d['markInsertion'](_0x29f087['model']['createRangeOn'](_0x5290db),_0x476b1e?null:'imageCaption');});}),_0x4a551d['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x1aec43));const _0x39b0ba=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x477bce(_0x105f70,_0xfa9242){const _0x5af809=_0x39b0ba['findIndex'](({type:_0x983c7a,subType:_0x5617a1})=>_0x105f70['type']==_0x983c7a&&_0x105f70['subType']==_0x5617a1),_0x14b37f=_0x39b0ba['findIndex'](({type:_0x31f4be,subType:_0x295996})=>_0xfa9242['type']==_0x31f4be&&_0xfa9242['subType']==_0x295996);if(_0x5af809<0x0||_0x14b37f<0x0)return!0x1;const _0x18fb8a=_0x105f70['getFirstRange'](),_0xc87720=_0xfa9242['getFirstRange']();if((0x0==_0x5af809||0x1==_0x5af809)&&0x2==_0x14b37f&&_0x18fb8a['isIntersecting'](_0xc87720))return!0x0;if(0x2==_0x5af809&&0x3==_0x14b37f){const _0x56aa60=_0x4a551d['_findSuggestions'](_0x18fb8a,'insertion')['filter'](({suggestion:_0x41ee3d,meta:_0x176700})=>_0x176700['isOwn']&&'convertInlineImageToBlock'==_0x41ee3d['subType']);if(_0x56aa60['length']>0x1&&_0xc87720['end']['isEqual'](_0x18fb8a['start']))return!0x0;if(0x1==_0x56aa60['length']&&(_0x18fb8a['start']['isEqual'](_0xc87720['end'])||_0x18fb8a['end']['isEqual'](_0xc87720['start'])))return!0x0;}if(0x3==_0x5af809&&0x3==_0x14b37f&&_0x18fb8a['start']['isBefore'](_0xc87720['start'])){const _0x2744bb=_0x18fb8a['end']['nodeAfter'],_0x2ee1b1=_0xc87720['start']['nodeBefore'];return _0x5a5985['isBlockImage'](_0x2744bb)&&_0x2744bb===_0x2ee1b1;}return!0x1;}function _0x1aec43(_0x5028fd,_0x432c09){return _0x477bce(_0x5028fd,_0x432c09)?[_0x5028fd,_0x432c09]:_0x477bce(_0x432c09,_0x5028fd)?[_0x432c09,_0x5028fd]:null;}_0x29f087['plugins']['has']('ImageResize')&&(_0x4a551d['enableDefaultAttributesIntegration']('resizeImage'),_0x4a551d['registerBlockAttribute']('resizedWidth'),_0x4a551d['descriptionFactory']['registerAttributeLabel']('resizedWidth',c(_0x316f87,'FORMAT_IMAGE_SIZE'))),_0x29f087['plugins']['has']('ImageTextAlternativeEditing')&&(_0x4a551d['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x4a551d['registerBlockAttribute']('alt')),_0x29f087['plugins']['has']('PictureEditing')&&(_0x4a551d['registerBlockAttribute']('sources'),_0x4a551d['descriptionFactory']['registerDescriptionCallback'](_0x5302db=>{if('attribute'!=_0x5302db['type'])return;const {data:_0x4c2d5f}=_0x5302db;return _0x4c2d5f&&'sources'==_0x4c2d5f['key']?{'type':'format','content':''}:void 0x0;})),_0x29f087['plugins']['has']('ImageSizeAttributes')&&(_0x4a551d['registerBlockAttribute']('width'),_0x4a551d['registerBlockAttribute']('height'),_0x4a551d['descriptionFactory']['registerDescriptionCallback'](_0x53f5c4=>{if('attribute'!=_0x53f5c4['type'])return;const {data:_0x56b1f9}=_0x53f5c4;return!_0x56b1f9||'width'!=_0x56b1f9['key']&&'height'!=_0x56b1f9['key']?void 0x0:{'type':'format','content':''};})),_0x4a551d['descriptionFactory']['registerDescriptionCallback'](_0x372154=>{if(!!_0x39b0ba['find'](({type:_0x3c97d9,subType:_0x3831df})=>_0x372154['type']==_0x3c97d9&&_0x372154['subType']==_0x3831df))return _0x372154['previous']?{}:void 0x0;}),_0x4a551d['descriptionFactory']['registerDescriptionCallback'](_0x2f5f37=>{if('insertion'==_0x2f5f37['type']||'deletion'==_0x2f5f37['type']){const _0x58bcba=_0x2f5f37['getContainedElement']();if(_0x58bcba&&_0x58bcba['is']('element','caption'))return{'type':'insertion'==_0x2f5f37['type']?'addObject':'removeObject','element':_0x58bcba,'quantity':0x1};}}),_0x4a551d['descriptionFactory']['registerDescriptionCallback'](_0x16b05a=>'formatBlock'==_0x16b05a['type']&&'convertInlineImageToBlock'==_0x16b05a['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x16b05a['type']&&'convertBlockImageToInline'==_0x16b05a['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x4a551d['descriptionFactory']['registerDescriptionCallback'](_0x3f1d98=>{if('attribute'!=_0x3f1d98['type'])return;const {data:_0x4ac722}=_0x3f1d98;if(!_0x4ac722||'alt'!=_0x4ac722['key'])return;const _0x5af5a4=_0x4ac722['newValue'];return _0x5af5a4?{'type':'format','content':c(_0x316f87,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x5af5a4+'\x22')}:{'type':'format','content':c(_0x316f87,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x17c3d4=this['editor'],_0x474aa7=_0x17c3d4['locale'];_0x17c3d4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x27ccd2=>{if('formatBlock'!=_0x27ccd2['type']&&'formatInline'!=_0x27ccd2['type'])return;const {data:_0x3f79a3}=_0x27ccd2;if(_0x3f79a3){if('imageTextAlternative'==_0x3f79a3['commandName']){const _0x5d6fdf=_0x3f79a3['commandParams'][0x0]['newValue'];return _0x5d6fdf?{'type':'format','content':c(_0x474aa7,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x5d6fdf+'\x22')}:{'type':'format','content':c(_0x474aa7,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x3f79a3['commandName']){const _0x32d65f=_0x3f79a3['commandParams'][0x0]['width'];return _0x32d65f?{'type':'format','content':c(_0x474aa7,'*Set\x20image\x20width:*\x20%0',_0x32d65f)}:{'type':'format','content':c(_0x474aa7,'*Reset\x20image\x20width*')};}}});}}class at extends _0xd6413c{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x4821e3=this['editor']['locale'],_0x3db624=this['editor']['plugins']['get']('TrackChangesEditing');_0x3db624['enableDefaultAttributesIntegration']('replaceImageSource'),_0x3db624['registerBlockAttribute']('src'),_0x3db624['descriptionFactory']['registerDescriptionCallback'](_0xd6b1ed=>{if('attribute'!=_0xd6b1ed['type'])return;const {data:_0x420c25}=_0xd6b1ed;return _0x420c25&&'src'==_0x420c25['key']?_0x420c25['newValue']&&_0x420c25['oldValue']?{'type':'format','content':c(_0x4821e3,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x44bb00=this['editor']['plugins']['get']('TrackChangesEditing');_0x44bb00['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x44bb00['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x44bb00['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x44bb00['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x25c39a=this['editor'],_0x191760=_0x25c39a['locale'];_0x25c39a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x9d4806=>{if('formatBlock'!=_0x9d4806['type']&&'formatInline'!=_0x9d4806['type'])return;const {data:_0x37dbde}=_0x9d4806;if(!_0x37dbde||'replaceImageSource'!=_0x37dbde['commandName'])return;return{'type':'format','content':c(_0x191760,'*Format:*\x20replace\x20image\x20URL')};});}}class ct extends _0xd6413c{['afterInit'](){const _0x34ebe9=this['editor'];if(!_0x34ebe9['plugins']['has']('ImageStyleEditing'))return;const _0x284195=_0x34ebe9['plugins']['get']('TrackChangesEditing'),_0x190db0=_0x34ebe9['plugins']['get']('ImageUtils'),_0x1283e5={};_0x284195['enableCommand']('imageStyle',(_0x37fc9b,_0x4ec855)=>{const _0x774fb3=_0x34ebe9['plugins']['get']('Users')['me'],_0x4b9e5b=_0x34ebe9['commands']['get']('imageStyle');let _0x3af2e2=_0x190db0['getClosestSelectedImageElement'](_0x34ebe9['model']['document']['selection']),_0x41a776=_0x34ebe9['model']['createRangeOn'](_0x3af2e2),_0x4984a9=_0x4b9e5b['value'];if(_0x4984a9==_0x4ec855['value'])return;const _0x49e37d={'commandName':'imageStyle','commandParams':[_0x4ec855],'formatGroupId':_0x2fdf50()};_0x34ebe9['model']['change'](()=>{if(_0x284195['getSuggestions']()['filter'](_0x401452=>_0x401452['isInContent']&&_0x774fb3==_0x401452['author']&&('formatBlock'==_0x401452['type']||'formatInline'==_0x401452['type'])&&('imageStylePreApply'==_0x401452['subType']||'imageStylePostApply'==_0x401452['subType'])&&_0x401452['getFirstRange']()['isEqual'](_0x41a776))['forEach'](_0x338543=>_0x284195['discardSuggestion'](_0x338543['head'])),_0x3af2e2=_0x190db0['getClosestSelectedImageElement'](_0x34ebe9['model']['document']['selection']),_0x41a776=_0x34ebe9['model']['createRangeOn'](_0x3af2e2),_0x4b9e5b['refresh'](),_0x34ebe9['commands']['get']('imageTypeInline')['refresh'](),_0x34ebe9['commands']['get']('imageTypeBlock')['refresh'](),_0x4984a9=_0x4b9e5b['value'],_0x4984a9!=_0x4ec855['value'])return _0x190db0['isInlineImage'](_0x3af2e2)&&_0x4b9e5b['shouldConvertImageType'](_0x4ec855['value'],_0x3af2e2)?(_0x37fc9b({..._0x4ec855,'setImageSizes':!0x1}),_0x3af2e2=_0x190db0['getClosestSelectedImageElement'](_0x34ebe9['model']['document']['selection']),void _0x284195['markBlockFormat'](_0x3af2e2,{..._0x49e37d,'commandReversedParams':[{'value':_0x4984a9||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x190db0['isBlockImage'](_0x3af2e2)?_0x284195['markBlockFormat'](_0x3af2e2,_0x49e37d,[],'imageStylePostApply'):_0x284195['markInlineFormat'](_0x41a776,_0x49e37d,'imageStylePostApply'));});});for(const _0x4f83ce of _0x34ebe9['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x1283e5[_0x4f83ce['name']]=_0x4f83ce['title']['toLowerCase']();_0x284195['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x284195['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x284195['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x284195['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x275a37])=>{_0x190db0['setImageNaturalSizeAttributes'](_0x275a37['getContainedElement']());}),_0x284195['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x445592,_0x461319)=>{_0x284195['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x445592,{'commandName':_0x461319['commandName'],'commandParams':_0x461319['commandReversedParams']});}),_0x284195['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x506706,_0x195711){if(_0x3b3969(_0x506706,_0x195711))return[_0x506706,_0x195711];if(_0x3b3969(_0x195711,_0x506706))return[_0x195711,_0x506706];return null;});const _0x534aa9=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x3b3969(_0x3f35d2,_0x54824d){const _0x2e69f5=_0x534aa9['findIndex'](({type:_0x1a155f,subType:_0xb78a9d})=>_0x3f35d2['type']==_0x1a155f&&_0x3f35d2['subType']==_0xb78a9d),_0x59cfe9=_0x534aa9['findIndex'](({type:_0x49d8fc,subType:_0x28fc3c})=>_0x54824d['type']==_0x49d8fc&&_0x54824d['subType']==_0x28fc3c);if(_0x2e69f5<0x0||_0x59cfe9<0x0)return!0x1;const _0x399a4c=_0x3f35d2['getFirstRange'](),_0x1e3b99=_0x54824d['getFirstRange']();if((0x0==_0x2e69f5||0x1==_0x2e69f5)&&0x2==_0x59cfe9&&_0x399a4c['isIntersecting'](_0x1e3b99))return!0x0;if(0x2==_0x2e69f5&&0x3==_0x59cfe9){const _0x294e63=_0x284195['_findSuggestions'](_0x399a4c,'insertion')['filter'](({suggestion:_0x1f9018,meta:_0x5835c9})=>_0x5835c9['isOwn']&&'convertInlineImageToBlock'==_0x1f9018['subType']);if(_0x294e63['length']>0x1&&_0x1e3b99['end']['isEqual'](_0x399a4c['start']))return!0x0;if(0x1==_0x294e63['length']&&(_0x399a4c['start']['isEqual'](_0x1e3b99['end'])||_0x399a4c['end']['isEqual'](_0x1e3b99['start'])))return!0x0;}if(0x3==_0x2e69f5&&0x3==_0x59cfe9&&_0x399a4c['start']['isBefore'](_0x1e3b99['start'])){const _0x40e1d2=_0x399a4c['end']['nodeAfter'],_0x2c97ae=_0x1e3b99['start']['nodeBefore'];return _0x190db0['isBlockImage'](_0x40e1d2)&&_0x40e1d2===_0x2c97ae;}return!0x1;}_0x34ebe9['model']['document']['registerPostFixer'](()=>{let _0x239ff2=!0x1;const _0x554f2a=Array['from'](_0x34ebe9['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x4fe18c,data:_0x52cfc3}of _0x554f2a){const {group:_0xbc115e,type:_0x277cc3,subType:_0x416960,id:_0x4c99aa}=_0x284195['_splitMarkerName'](_0x4fe18c);if('suggestion'==_0xbc115e&&_0x284195['hasSuggestion'](_0x4c99aa)){if('formatBlock'==_0x277cc3&&('imageStylePreApply'==_0x416960||'imageStylePostApply'==_0x416960)){const _0x21c84a=_0x284195['getSuggestion'](_0x4c99aa);if(_0x52cfc3['newRange']){const _0x276c32=_0x21c84a['getFirstRange']()['getContainedElement']();if(_0x190db0['isBlockImage'](_0x276c32))continue;_0x284195['discardSuggestion'](_0x21c84a),_0x239ff2=!0x0;}}if('insertion'==_0x277cc3&&'imageCaption'==_0x416960&&!_0x52cfc3['newRange']){const _0xae74c6=_0x284195['getSuggestion'](_0x4c99aa);_0xae74c6['next']&&_0xae74c6['next']['isInContent']&&(_0x284195['discardSuggestion'](_0xae74c6['next']),_0x239ff2=!0x0);}}}return _0x239ff2;}),this['_registerLegacyDescription'](_0x1283e5);}['_registerLegacyDescription'](_0x2e0f4e){const _0x2bad8a=this['editor'],_0xcf3825=_0x2bad8a['locale'];_0x2bad8a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x544e5c=>{if('formatBlock'!=_0x544e5c['type']&&'formatInline'!=_0x544e5c['type'])return;const {data:_0x27bca7}=_0x544e5c;if(!_0x27bca7||'imageStyle'!=_0x27bca7['commandName'])return;const _0x4a3673=_0x27bca7['commandParams'][0x0]['value'];return _0x36958c('side'===_0x4a3673?c(_0xcf3825,'FORMAT_SIDE_IMAGE'):_0x2e0f4e[_0x4a3673]||_0x4a3673);function _0x36958c(_0x278f37){return{'type':'format','content':c(_0xcf3825,'*Format:*\x20%0',_0x278f37)};}});}}class ut extends _0xd6413c{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x5741cb){super(_0x5741cb),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x296d04=this['editor'],_0x27adf8=_0x296d04['commands']['get']('importWord'),_0xb3044e=_0x296d04['commands']['get']('trackChanges');_0x27adf8&&(_0x27adf8['on']('execute',(_0x5b9708,[,_0x5cbba6])=>{this['_trackChangesValueDuringImport']=_0xb3044e['value'],_0x5cbba6['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x27adf8,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x27adf8,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0xb3044e['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x296d04['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x3a2eeb,_0x30584a){const {suggestions:_0xae9876}=_0x30584a,_0xeff4b3=this['editor']['commands']['get']('trackChanges'),_0x22250c=_0xeff4b3['value'];this['_trackChangesValueDuringImport']!==_0x22250c&&(_0xeff4b3['execute'](),this['_trackChangesExecuted']=!0x0),_0xae9876&&_0xae9876['forEach'](({id:_0x4cf4b8,type:_0x281c00,author:_0x3f774e,created_at:_0x131f89})=>{const _0x56fa09={'id':_0x4cf4b8,'type':_0x281c00,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x3f774e,'createdAt':_0x131f89?new Date(_0x131f89):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x56fa09);});}}class ft extends _0xd6413c{['afterInit'](){const _0x9debef=this['editor'],_0x271846=_0x9debef['plugins']['get']('TrackChangesEditing');if(_0x9debef['plugins']['has']('IndentEditing')&&(_0x271846['enableCommand']('indent'),_0x271846['enableCommand']('outdent')),_0x9debef['plugins']['has']('IndentBlock')){for(const _0x528beb of['indentBlock','outdentBlock'])_0x271846['enableDefaultAttributesIntegration'](_0x528beb);}const _0x1233fb=_0x9debef['locale'];_0x271846['registerBlockAttribute']('blockIndent'),_0x271846['descriptionFactory']['registerAttributeLabel']('blockIndent',c(_0x1233fb,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x35e426=this['editor'],_0x455e46=_0x35e426['locale'],_0x34d90c=_0x35e426['plugins']['get']('TrackChangesEditing');_0x34d90c['descriptionFactory']['registerDescriptionCallback'](_0x27bed3=>{if('formatBlock'!=_0x27bed3['type'])return;const {data:_0x3a6f43}=_0x27bed3;if(!_0x3a6f43)return;if('indentBlock'!=_0x3a6f43['commandName']&&'outdentBlock'!=_0x3a6f43['commandName'])return;const _0x18194b=_0x27bed3['getItems']()[0x0],_0x5353d3=_0x34d90c['descriptionFactory']['getItemLabel'](_0x18194b);return'indentBlock'==_0x3a6f43['commandName']?{'type':'format','content':c(_0x455e46,'*Indent:*\x20%0',_0x5353d3)}:'outdentBlock'==_0x3a6f43['commandName']?{'type':'format','content':c(_0x455e46,'*Outdent:*\x20%0',_0x5353d3)}:void 0x0;});}}class ht extends _0xd6413c{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class lt extends _0xd6413c{['afterInit'](){const _0x15f46c=this['editor'];if(!_0x15f46c['plugins']['has']('LinkEditing'))return;const _0x26d845=_0x15f46c['plugins']['get']('TrackChangesEditing'),_0x2bc739=_0x15f46c['commands']['get']('link');_0x26d845['enableDefaultAttributesIntegration']('link'),_0x26d845['enableDefaultAttributesIntegration']('unlink'),_0x26d845['registerInlineAttribute']('linkHref');for(const _0xf86236 of _0x2bc739['manualDecorators'])_0x26d845['registerInlineAttribute'](_0xf86236['id']),_0x26d845['descriptionFactory']['registerAttributeLabel'](_0xf86236['id'],'link\x20('+_0xf86236['label']['toLowerCase']()+')');_0x26d845['descriptionFactory']['registerDescriptionCallback'](_0x5b2254=>{if('attribute'!=_0x5b2254['type'])return;const {data:_0x58782b}=_0x5b2254;if(!_0x58782b||'linkHref'!=_0x58782b['key'])return;const _0x24cf89=_0x58782b['newValue'],_0x5cdb8d=_0x15f46c['locale'];return{'type':'format','content':null==_0x24cf89?c(_0x5cdb8d,'*Remove\x20link*'):c(_0x5cdb8d,'*Set\x20link:*\x20%0','\x22'+_0x24cf89+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4cf73f=this['editor'],_0x138073=_0x4cf73f['locale'];_0x4cf73f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x307a26=>{if('formatInline'!=_0x307a26['type'])return;const {data:_0x2fb6ff}=_0x307a26;if(_0x2fb6ff){if('link'==_0x2fb6ff['commandName']){const _0x5255e5=_0x2fb6ff['commandParams'][0x0];return{'type':'format','content':c(_0x138073,'*Set\x20link:*\x20%0','\x22'+_0x5255e5+'\x22')};}return'unlink'==_0x2fb6ff['commandName']?{'type':'format','content':c(_0x138073,'*Remove\x20link*')}:void 0x0;}});}}class gt extends _0xd6413c{['afterInit'](){const _0x396766=this['editor'],_0x9b969f=_0x396766['locale'];if(!_0x396766['plugins']['has']('LegacyListEditing'))return;const _0x48e34f=_0x396766['plugins']['get']('TrackChangesEditing'),_0x553fcb=_0x396766['plugins']['has']('LegacyTodoListEditing');function _0x304eb1(_0x1606f2){return()=>{const _0x2206e3=_0x396766['model']['document']['selection'],_0x1347c0=_0x396766['commands']['get'](_0x1606f2);if(_0x1347c0['value'])return void _0x396766['execute']('paragraph',{});const _0x24ce3e=_0x1606f2['slice'](0x0,-0x4),_0x49896e=function(_0x42f1e3,_0x31ba6f,_0x2be5f4){let _0x2a7418=Array['from'](_0x42f1e3)['filter'](_0x1b6ac9=>function(_0xb83687,_0x19dba6){return _0x19dba6['checkChild'](_0xb83687['parent'],'listItem')&&!_0x19dba6['isObject'](_0xb83687);}(_0x1b6ac9,_0x2be5f4));_0x2a7418=_0x2a7418['filter'](_0x23bf80=>!_0x23bf80['is']('element','listItem')||_0x23bf80['getAttribute']('listType')!=_0x31ba6f);const _0x18f617=new Set();for(const _0x40e72e of _0x2a7418)_0x40e72e['is']('element','listItem')?_0x18f617['add'](Le(_0x40e72e)):_0x18f617['add'](_0x40e72e);return Array['from'](_0x18f617);}(_0x2206e3['getSelectedBlocks'](),_0x24ce3e,_0x396766['model']['schema']);_0x396766['model']['change'](()=>{for(const _0x10aebf of _0x49896e)_0x48e34f['markBlockFormat'](_0x10aebf,{'commandName':_0x1606f2,'commandParams':[{'forceValue':!_0x1347c0['value']}],'formatGroupId':'blockName'},Ee(_0x10aebf));});};}function _0x115145(_0x4b2bf7){return()=>{const _0x1ca1eb=function(_0x679139){let _0x3360be=Array['from'](_0x679139);const _0x2bea79=_0x3360be['findIndex'](_0x477b64=>'listItem'!=_0x477b64['name']);return _0x2bea79>-0x1&&(_0x3360be=_0x3360be['slice'](0x0,_0x2bea79)),_0x3360be;}(_0x396766['model']['document']['selection']['getSelectedBlocks']()),_0x10b206=_0x396766['model']['createRange'](_0x396766['model']['createPositionAt'](_0x1ca1eb[0x0],'before'),_0x396766['model']['createPositionAt'](_0x1ca1eb[_0x1ca1eb['length']-0x1],'end'));_0x396766['model']['change'](()=>{_0x48e34f['markBlockFormat'](_0x10b206,{'commandName':_0x4b2bf7,'commandParams':[],'formatGroupId':'listIndent'},function(_0x143d02){const _0x264f99=new Set();for(const _0x381776 of _0x143d02){let _0x3c7ced=_0x381776['nextSibling'];for(;_0x3c7ced&&_0x3c7ced['getAttribute']('listIndent')>_0x381776['getAttribute']('listIndent');)_0x264f99['add'](_0x3c7ced),_0x3c7ced=_0x3c7ced['nextSibling'];}return Array['from'](_0x264f99);}(_0x1ca1eb));});};}_0x48e34f['enableCommand']('numberedList',_0x304eb1('numberedList')),_0x48e34f['enableCommand']('bulletedList',_0x304eb1('bulletedList')),_0x553fcb&&_0x48e34f['enableCommand']('todoList',_0x304eb1('todoList')),_0x48e34f['enableCommand']('indentList',_0x115145('indentList')),_0x48e34f['enableCommand']('outdentList',_0x115145('outdentList')),_0x553fcb&&_0x48e34f['enableCommand']('checkTodoList',()=>{const _0x260337=_0x396766['commands']['get']('checkTodoList'),_0x4a9402=Array['from'](_0x260337['_selectedElements']);_0x4a9402['filter'](_0x36769d=>_0x36769d['getAttribute']('todoListChecked')!=_0x260337['value']),_0x396766['model']['change'](()=>{for(const _0x7d8654 of _0x4a9402)_0x48e34f['markBlockFormat'](_0x7d8654,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x260337['value']}]});});}),_0x48e34f['descriptionFactory']['registerElementLabel']('listItem',_0x43bc45=>c(_0x9b969f,'ELEMENT_LIST_ITEM',_0x43bc45)),_0x48e34f['descriptionFactory']['registerDescriptionCallback'](_0x165797=>{if('formatBlock'!=_0x165797['type']&&'formatInline'!=_0x165797['type'])return;const {data:_0x32c451}=_0x165797;if(_0x32c451){if('numberedList'==_0x32c451['commandName']||'bulletedList'==_0x32c451['commandName']||'todoList'==_0x32c451['commandName'])switch(_0x32c451['commandName']['replace']('List','')){case'bulleted':return _0x32cea2(c(_0x9b969f,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x32cea2(c(_0x9b969f,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x32cea2(c(_0x9b969f,'ELEMENT_TODO_LIST'));}if('indentList'==_0x32c451['commandName'])return{'type':'format','content':c(_0x9b969f,'*Indent:*\x20%0',c(_0x9b969f,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x32c451['commandName'])return{'type':'format','content':c(_0x9b969f,'*Outdent:*\x20%0',c(_0x9b969f,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x32c451['commandName'])return _0x32c451['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x9b969f,'*Check\x20item*')}:{'type':'format','content':c(_0x9b969f,'*Uncheck\x20item*')};}function _0x32cea2(_0xff2a59){return{'type':'format','content':c(_0x9b969f,'*Change\x20to:*\x20%0',_0xff2a59)};}});}}function Le(_0x94524f){const _0x1edd20=_0x94524f['getAttribute']('listIndent');if(0x0==_0x1edd20)return _0x94524f;let _0x5c2b91=_0x94524f;for(;_0x94524f['previousSibling']&&_0x94524f['previousSibling']['is']('element','listItem');){const _0x218dbe=_0x94524f['previousSibling']['getAttribute']('listIndent');if(_0x218dbe==_0x1edd20)_0x5c2b91=_0x94524f['previousSibling'];else{if(_0x218dbe<_0x1edd20)break;}_0x94524f=_0x94524f['previousSibling'];}return _0x5c2b91;}function Ee(_0x8b436c){const _0x231fc0=[];if(_0x8b436c['is']('element','listItem')&&_0x8b436c['getAttribute']('listIndent')>0x0){let _0x562cdc=_0x8b436c['nextSibling'];for(;_0x562cdc&&'listItem'==_0x562cdc['name']&&_0x562cdc['getAttribute']('listIndent')==_0x8b436c['getAttribute']('listIndent');)_0x231fc0['push'](_0x562cdc),_0x562cdc=_0x562cdc['nextSibling'];}return _0x231fc0;}class Q extends _0xd6413c{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x545c47=this['editor']['config']['get']('list.properties'),_0x12ad76=this['editor']['plugins']['get']('TrackChangesEditing');_0x545c47['styles']&&_0x12ad76['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x545c47['reversed']&&_0x12ad76['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x545c47['startIndex']&&_0x12ad76['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x12ad76['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x12efb5,_0x29e95b={}){const _0x21387b=this['editor']['plugins']['get']('TrackChangesEditing'),_0x136b67=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x21387b['markMultiRangeBlockFormat'](_0x136b67,{'commandName':'listStyle','commandParams':[{'type':_0x29e95b['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x417b51,_0x2d5469={}){const _0x3453b6=this['editor']['plugins']['get']('TrackChangesEditing'),_0x24b98d=this['_getSuggestionBlocks'](_0x207148=>_0x207148['is']('element','listItem')&&'numbered'===_0x207148['getAttribute']('listType'));if(_0x24b98d['length']<0x1)return;const _0x57cc36=_0x24b98d['map'](_0x3f7afc=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x3f7afc,'before'),this['editor']['model']['createPositionAt'](_0x3f7afc,0x0)));this['editor']['model']['change'](()=>{_0x3453b6['markMultiRangeBlockFormat'](_0x57cc36,{'commandName':'listReversed','commandParams':[{'reversed':_0x2d5469['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0xa8ded7,_0x49627d={}){const _0x4e7d42=this['editor']['plugins']['get']('TrackChangesEditing'),_0x460733=this['_getSuggestionBlocks'](_0x59c3b5=>_0x59c3b5['is']('element','listItem')&&'numbered'===_0x59c3b5['getAttribute']('listType'));if(_0x460733['length']<0x1)return;const _0x19656a=_0x460733['map'](_0x591b3c=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x591b3c,'before'),this['editor']['model']['createPositionAt'](_0x591b3c,0x0)));this['editor']['model']['change'](()=>{_0x4e7d42['markMultiRangeBlockFormat'](_0x19656a,{'commandName':'listStart','commandParams':[{'startIndex':_0x49627d['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x1b2e45){if('formatBlock'!=_0x1b2e45['type']&&'formatInline'!=_0x1b2e45['type'])return;const _0x14bfe3=this['editor']['locale'],{data:_0x53288c}=_0x1b2e45;if(!_0x53288c)return;let _0x2014a3,_0x18e105;switch(_0x53288c['commandName']){case'listStyle':_0x2014a3='*Change\x20to:*\x20%0',_0x18e105={'type':'format','content':c(_0x14bfe3,_0x2014a3,c(_0x14bfe3,this['_getTranslationKeyForListStyle'](_0x53288c['commandParams'][0x0]['type'])))};break;case'listReversed':_0x2014a3=_0x53288c['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x18e105={'type':'format','content':c(_0x14bfe3,_0x2014a3)};break;case'listStart':_0x2014a3='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x18e105={'type':'format','content':c(_0x14bfe3,_0x2014a3,_0x53288c['commandParams'][0x0]['startIndex'])};}return _0x18e105;}['_getSuggestionBlocksForListStyle'](){const _0xdf2231=this['editor']['plugins']['get']('LegacyListUtils');let _0x46c872=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x46c872[0x0]?.['is']('element','listItem')&&_0x46c872['unshift'](..._0xdf2231['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x46c872[_0x46c872['length']-0x1]?.['is']('element','listItem')&&_0x46c872['push'](..._0xdf2231['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x46c872=[...new Set(_0x46c872)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x46c872=_0x46c872['filter'](_0x42c348=>_0x42c348['is']('element','listItem'))),_0x46c872;}['_getSuggestionBlocks'](_0xac3dc0){const _0x41e127=this['editor']['plugins']['get']('LegacyListUtils');let _0xe4f50b=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0xac3dc0)['map'](_0x502baf=>{const _0x45db5b=this['editor']['model']['createPositionAt'](_0x502baf,0x0);return[..._0x41e127['getSiblingNodes'](_0x45db5b,'backward'),..._0x41e127['getSiblingNodes'](_0x45db5b,'forward')];})['flat']();return _0xe4f50b=[...new Set(_0xe4f50b)],_0xe4f50b;}['_getTranslationKeyForListStyle'](_0x4a6df0){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x4a6df0)||'default')['toUpperCase']()+'_LIST_'+_0x4a6df0['toUpperCase']()['replace'](/-/g,'_');}}class dt extends _0xd6413c{['afterInit'](){const _0x1af0a6=this['editor'];if(!_0x1af0a6['plugins']['has']('MediaEmbedEditing'))return;const _0x7885a=_0x1af0a6['plugins']['get']('TrackChangesEditing'),_0x7ccab0=_0x1af0a6['locale'];_0x7885a['enableCommand']('mediaEmbed'),_0x7885a['descriptionFactory']['registerElementLabel']('media',_0x3b1e9d=>c(_0x7ccab0,'ELEMENT_MEDIA',_0x3b1e9d)),_0x1af0a6['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x3b3e22,{writer:_0x3eb243,options:_0x3f9fc5})=>{if(_0x3f9fc5['showSuggestionHighlights'])return _0x3eb243['createEmptyElement']('div');},'converterPriority':'high'}),_0x1af0a6['data']['downcastDispatcher']['on']('attribute:url:media',(_0x56a618,_0x393755,_0xa323cd)=>{_0xa323cd['options']['showSuggestionHighlights']&&_0x56a618['stop']();},{'priority':'high'});}}class pt extends _0xd6413c{['afterInit'](){const _0x260278=this['editor'];_0x260278['plugins']['has']('MentionEditing')&&_0x260278['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class wt extends _0xd6413c{['afterInit'](){const _0x4eb63d=this['editor'];if(!_0x4eb63d['plugins']['has']('MergeFieldsEditing'))return;const _0x2e5df6=_0x4eb63d['plugins']['get']('TrackChangesEditing'),_0x5ed343=_0x4eb63d['locale'];_0x2e5df6['enableCommand']('insertMergeField'),_0x2e5df6['enableCommand']('insertMergeFieldBlock'),_0x2e5df6['enableCommand']('insertMergeFieldImage'),_0x2e5df6['descriptionFactory']['registerElementLabel']('mergeField',_0x481a7f=>c(_0x5ed343,'ELEMENT_MERGE_FIELD',_0x481a7f)),_0x2e5df6['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x2bbc5e=>c(_0x5ed343,'ELEMENT_MERGE_FIELD',_0x2bbc5e)),_0x2e5df6['descriptionFactory']['registerDescriptionCallback'](_0x236e42=>{if('insertion'!=_0x236e42['type']&&'deletion'!=_0x236e42['type'])return;const _0x35f84a=_0x236e42['getContainedElement']();if(null==_0x35f84a)return;const _0x21f132=_0x4eb63d['plugins']['get']('MergeFieldsEditing');let _0x11fad8;switch(_0x21f132['getMergeFieldType'](_0x35f84a)){case null:return;case'image':{const _0x1490e6=_0x21f132['unwrapAffixes'](_0x35f84a['getAttribute']('src'));_0x11fad8=_0x21f132['getLabel'](_0x1490e6)||_0x1490e6;break;}default:{const _0x82c873=_0x35f84a['getAttribute']('id');_0x11fad8=_0x21f132['getLabel'](_0x82c873)||_0x82c873;break;}}return'insertion'==_0x236e42['type']?{'type':'insertion','content':c(_0x5ed343,'*Insert:*\x20%0','\x22'+_0x11fad8+'\x22\x20'+c(_0x5ed343,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':c(_0x5ed343,'*Remove:*\x20%0','\x22'+_0x11fad8+'\x22\x20'+c(_0x5ed343,'ELEMENT_MERGE_FIELD'))};});}}class kt extends _0xd6413c{['afterInit'](){const _0x5e79aa=this['editor'],_0x46d80b=_0x5e79aa['plugins']['get']('TrackChangesEditing');_0x5e79aa['plugins']['has']('MultiLevelList')&&(_0x46d80b['enableDefaultAttributesIntegration']('multiLevelList'),_0x46d80b['registerBlockAttribute']('listMarkerStyle'),_0x46d80b['descriptionFactory']['registerDescriptionCallback'](_0xe1c932=>this['handleDescriptions'](_0xe1c932)));}['handleDescriptions'](_0x3d3459){const _0x3cc35d=this['editor']['locale'],{data:_0x2c1c50}=_0x3d3459,_0x1d9df1={'type':'format','content':''};if(_0x2c1c50&&'listMarkerStyle'==_0x2c1c50['key']){if(!_0x2c1c50['oldValue'])return{'type':'format','content':c(_0x3cc35d,'*Set\x20format:*\x20%0',c(_0x3cc35d,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x2c1c50['newValue']+')'};if(!_0x2c1c50['newValue']){let _0x162b7a=_0x3d3459['head'];for(;_0x162b7a;){if(_0x162b7a['data']&&'listType'==_0x162b7a['data']['key']&&_0x162b7a['data']['newValue'])return _0x1d9df1;_0x162b7a=_0x162b7a['next'];}return{'type':'format','content':c(_0x3cc35d,'*Remove\x20format:*\x20%0',c(_0x3cc35d,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x2c1c50['oldValue']+')'};}}}}class bt extends _0xd6413c{['afterInit'](){const _0xeca97a=this['editor'];if(!_0xeca97a['plugins']['has']('PageBreakEditing'))return;_0xeca97a['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x1e3292=_0xeca97a['plugins']['get']('TrackChangesEditing'),_0x1fc060=_0xeca97a['locale'];_0x1e3292['descriptionFactory']['registerElementLabel']('pageBreak',_0x2134e3=>c(_0x1fc060,'ELEMENT_PAGE_BREAK',_0x2134e3));}}class yt extends _0xd6413c{['afterInit'](){const _0x1e6642=this['editor'];if(!_0x1e6642['plugins']['has']('Paragraph'))return;const _0x256f02=_0x1e6642['locale'],_0xe21418=_0x1e6642['plugins']['get']('TrackChangesEditing');_0xe21418['descriptionFactory']['registerElementLabel']('paragraph',_0x117b17=>c(_0x256f02,'ELEMENT_PARAGRAPH',_0x117b17)),_0xe21418['enableDefaultAttributesIntegration']('paragraph'),_0xe21418['enableCommand']('insertParagraph'),_0x1e6642['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x1e6642),{'priority':'highest'}),_0x1e6642['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x11131b,_0x472030,_0x151137)=>{_0x151137['options']['showSuggestionHighlights']&&nr(_0x1e6642,{'showActiveMarker':!0x1})(_0x11131b,_0x472030,_0x151137);},{'priority':'highest'});const _0x586e30=_0xe21418['descriptionFactory'];_0x586e30['registerDescriptionCallback'](_0x313f00=>{if('insertion'!==_0x313f00['type'])return;const {start:_0x170074,end:_0x40154c}=_0x313f00['getFirstRange']();if(!_0x170074['isTouching'](_0x40154c)||!_0x170074['nodeAfter'])return;const _0x2e3bef=_0x1e6642['model']['schema'],_0x18caf5=_0x170074['nodeAfter'];return _0x2e3bef['isBlock'](_0x18caf5)&&!_0x2e3bef['isLimit'](_0x18caf5)&&_0x2e3bef['checkChild'](_0x18caf5,'$text')?{'type':'insertion','content':c(_0x256f02,'*Insert:*\x20%0',_0x586e30['getItemLabel'](_0x18caf5,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2a4853=this['editor'],_0x31f660=_0x2a4853['locale'];_0x2a4853['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x352dae=>{if('formatBlock'!=_0x352dae['type'])return;const {data:_0x2be4be}=_0x352dae;return _0x2be4be&&'paragraph'==_0x2be4be['commandName']?{'type':'format','content':c(_0x31f660,'*Change\x20to:*\x20%0',c(_0x31f660,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x16a3ee,{showActiveMarker:_0x3f1c14=!0x0}={}){return(_0x2f2015,_0x560d33,_0x14d288)=>{const _0x3be6a7=_0x16a3ee['plugins']['get']('TrackChangesEditing'),_0x12b8f9=_0x560d33['markerRange']['start'],_0x11a138=_0x560d33['markerRange']['end'],_0x11f352=_0x16a3ee['model']['schema'];if(!_0x12b8f9['isTouching'](_0x11a138)||!_0x12b8f9['nodeAfter'])return;const _0x46c6ff=_0x12b8f9['nodeAfter'];if(_0x11f352['isBlock'](_0x46c6ff)&&!_0x11f352['isLimit'](_0x46c6ff)&&_0x11f352['checkChild'](_0x46c6ff,'$text')){if(!_0x14d288['consumable']['consume'](_0x560d33['markerRange'],_0x2f2015['name']))return;const {authorId:_0x429733}=_0x3be6a7['_splitMarkerName'](_0x560d33['markerName']),_0x2832f6=_0x14d288['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x429733}),_0x586986=_0x14d288['mapper']['toViewPosition'](_0x11a138);_0x3f1c14&&_0x3be6a7['activeMarkers']['includes'](_0x560d33['markerName'])&&_0x14d288['writer']['addClass']('ck-suggestion-marker--active',_0x2832f6),_0x14d288['writer']['insert'](_0x586986,_0x2832f6),_0x14d288['mapper']['bindElementToMarker'](_0x2832f6,_0x560d33['markerName']);}};}class jt extends _0xd6413c{['afterInit'](){const _0x543779=this['editor'];_0x543779['commands']['get']('replaceSource')&&_0x543779['plugins']['get']('TrackChangesEditing')['enableCommand']('replaceSource');}}class St extends _0xd6413c{['afterInit'](){const _0x3ecd9c=this['editor'];if(!_0x3ecd9c['plugins']['has']('RemoveFormatEditing'))return;_0x3ecd9c['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3835b2=this['editor'];_0x3835b2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1dbe16=>{if('formatBlock'!=_0x1dbe16['type']&&'formatInline'!=_0x1dbe16['type'])return;const {data:_0x43a587}=_0x1dbe16;return _0x43a587&&'removeFormat'==_0x43a587['commandName']?{'type':'format','content':c(_0x3835b2['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class At extends _0xd6413c{['afterInit'](){const _0x576097=this['editor'];if(!_0x576097['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x3559fe=_0x576097['plugins']['get']('TrackChangesEditing');_0x3559fe['enableCommand']('goToPreviousRestrictedEditingException'),_0x3559fe['enableCommand']('goToNextRestrictedEditingException');const _0x36826e=_0x576097['plugins']['get']('RestrictedEditingModeEditing');_0x36826e['enableCommand']('trackChanges'),_0x36826e['enableCommand']('acceptSuggestion'),_0x36826e['enableCommand']('discardSuggestion'),_0x36826e['enableCommand']('acceptAllSuggestions'),_0x36826e['enableCommand']('discardAllSuggestions'),_0x36826e['enableCommand']('acceptSelectedSuggestions'),_0x36826e['enableCommand']('discardSelectedSuggestions');}}class It extends _0xd6413c{['afterInit'](){const _0x20bc25=this['editor'];if(!_0x20bc25['plugins']['has']('ShiftEnter'))return;const _0x3f6bf0=_0x20bc25['plugins']['get']('TrackChangesEditing');_0x3f6bf0['enableCommand']('shiftEnter'),_0x20bc25['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',je(_0x20bc25),{'priority':'high'}),_0x20bc25['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',je(_0x20bc25),{'priority':'high'}),_0x20bc25['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0xf37222,_0x41a443,_0x544e0c)=>{_0x544e0c['options']['showSuggestionHighlights']&&je(_0x20bc25,{'showActiveMarker':!0x1})(_0xf37222,_0x41a443,_0x544e0c);}),_0x3f6bf0['descriptionFactory']['registerElementLabel']('softBreak',_0x703140=>c(_0x20bc25['locale'],'ELEMENT_LINE_BREAK',_0x703140));}}function je(_0x435968,{showActiveMarker:_0x5d6243=!0x0}={}){return(_0x2652f4,_0x7feae6,_0x5d2543)=>{const _0x37e3a5=_0x435968['plugins']['get']('TrackChangesEditing');if(!_0x5d2543['consumable']['test'](_0x7feae6['markerRange'],_0x2652f4['name']))return;const _0x495261=_0x435968['model'];for(const _0x447a4f of _0x7feae6['markerRange']['getItems']()){if(!_0x447a4f['is']('element','softBreak'))continue;const _0x2d0f74='deletion'==_0x7feae6['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x2eaf0c}=_0x37e3a5['_splitMarkerName'](_0x7feae6['markerName']),_0x2375fb=_0x5d2543['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x2d0f74,'data-author-id':_0x2eaf0c}),_0x5969d3=_0x5d2543['mapper']['toViewPosition'](_0x495261['createPositionBefore'](_0x447a4f));_0x5d6243&&_0x37e3a5['activeMarkers']['includes'](_0x7feae6['markerName'])&&_0x5d2543['writer']['addClass']('ck-suggestion-marker--active',_0x2375fb),_0x5d2543['writer']['insert'](_0x5969d3,_0x2375fb),_0x5d2543['mapper']['bindElementToMarker'](_0x2375fb,_0x7feae6['markerName']);}};}class _t extends _0xd6413c{['afterInit'](){const _0x34607c=this['editor'],_0x1c5108=_0x34607c['model'],_0x5785f1=_0x34607c['locale'];if(!_0x34607c['plugins']['has']('StandardEditingModeEditing'))return;const _0xee2d32=_0x34607c['plugins']['get']('TrackChangesEditing'),_0x24d180='restrictedEditingException',_0x58d98d=_0x34607c['commands']['get'](_0x24d180);_0xee2d32['enableCommand'](_0x24d180,(_0x160a3d,_0x200a17={})=>{const _0x38d6d1=_0x1c5108['document']['selection'];if(_0x38d6d1['isCollapsed'])return void _0x160a3d(_0x200a17);const _0x10957b=void 0x0!==_0x200a17['forceValue']?_0x200a17['forceValue']:!_0x58d98d['value'];_0x1c5108['change'](()=>{const _0x20eb98=Array['from'](_0x38d6d1['getRanges']());for(const _0x4736e0 of _0x20eb98){const _0x5ee261=_0x10957b?[_0x4736e0]:io(_0x24d180,_0x4736e0,_0x1c5108);for(const _0x359fa2 of _0x5ee261)_0xee2d32['markInlineFormat'](_0x359fa2,{'commandName':_0x24d180,'commandParams':[{'forceValue':_0x10957b}]});}});}),_0xee2d32['descriptionFactory']['registerDescriptionCallback'](_0x341cba=>{if('formatBlock'!=_0x341cba['type']&&'formatInline'!=_0x341cba['type'])return;const {data:_0x482d18}=_0x341cba;return _0x482d18&&_0x482d18['commandName']==_0x24d180?_0x482d18['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x5785f1,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':c(_0x5785f1,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class vt extends _0xd6413c{['afterInit'](){const _0x8901d9=this['editor'];if(!_0x8901d9['plugins']['has']('Style')||!_0x8901d9['plugins']['has']('DataSchema'))return;const _0x361f4a=_0x8901d9['plugins']['get']('TrackChangesEditing'),_0x5e74ce=_0x8901d9['locale'],_0x224fc1=_0x8901d9['config']['get']('style')||{},_0x237245=_0x8901d9['plugins']['get']('GeneralHtmlSupport'),_0xd51d54=_0x8901d9['plugins']['get']('StyleUtils')['normalizeConfig'](_0x8901d9['plugins']['get']('DataSchema'),_0x224fc1['definitions']);_0x361f4a['enableDefaultAttributesIntegration']('style');const _0x3f322f=new Set();for(const _0x2797e7 of _0xd51d54['block']){const _0x4c820e=_0x237245['getGhsAttributeNameForElement'](_0x2797e7['element']);_0x3f322f['add'](_0x4c820e);}const _0x2bf264=new Set();for(const _0x573f91 of _0xd51d54['inline']){const _0x42340a=_0x237245['getGhsAttributeNameForElement'](_0x573f91['element']);_0x2bf264['add'](_0x42340a);for(const _0x1a4d68 of _0x573f91['ghsAttributes'])_0x2bf264['add'](_0x1a4d68);}for(const _0x427745 of _0x3f322f)_0x361f4a['registerBlockAttribute'](_0x427745),_0x361f4a['descriptionFactory']['registerAttributeLabel'](_0x427745,c(_0x5e74ce,'FORMAT_STYLE'));for(const _0x29de24 of _0x2bf264)_0x361f4a['registerInlineAttribute'](_0x29de24),_0x361f4a['descriptionFactory']['registerAttributeLabel'](_0x29de24,c(_0x5e74ce,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4aecb5=this['editor'],_0x492d65=_0x4aecb5['locale'];_0x4aecb5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x536bc5=>{if('formatBlock'!=_0x536bc5['type']&&'formatInline'!=_0x536bc5['type'])return;const {data:_0xa80a6}=_0x536bc5;return _0xa80a6&&'style'===_0xa80a6['commandName']?_0xa80a6['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x492d65,'*Set\x20format:*\x20%0',_0xa80a6['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':c(_0x492d65,'*Remove\x20format:*\x20%0',_0xa80a6['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class Ct extends _0xd6413c{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x22ae64){super(_0x22ae64),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x3d2e25=this['editor'],_0x9b9f42=_0x3d2e25['model']['document']['selection'];if(!_0x3d2e25['plugins']['has']('TableEditing'))return;const _0x5d9242=_0x3d2e25['locale'],_0x4cc0ee=_0x3d2e25['plugins']['get']('TrackChangesEditing'),_0xe8279a=_0x3d2e25['plugins']['get']('TableUtils');_0x4cc0ee['descriptionFactory']['registerElementLabel']('table',_0x100ef0=>c(_0x5d9242,'ELEMENT_TABLE',_0x100ef0)),this['_setupColumnsRowsFixing'](),_0x4cc0ee['enableCommand']('insertTable'),_0x4cc0ee['enableCommand']('selectTableRow'),_0x4cc0ee['enableCommand']('selectTableColumn');for(const _0x4b8d10 of['insertTableRowAbove','insertTableRowBelow']){const _0xbf6d71=_0x3d2e25['commands']['get'](_0x4b8d10);_0x4cc0ee['enableCommand'](_0x4b8d10,_0x2e2de4=>{_0x3d2e25['model']['change'](_0x46b768=>{_0x2e2de4();const _0x1dd306='above'===_0xbf6d71['order'],_0x390c81=_0xe8279a['getSelectionAffectedTableCells'](_0x9b9f42),_0x865f84=_0xe8279a['getRowIndexes'](_0x390c81),_0x2428f9=_0x1dd306?_0x865f84['first']-0x1:_0x865f84['last']+0x1,_0x5722bc=_0x390c81[0x0]['findAncestor']('table'),_0x1f35a8=_0xe8279a['createTableWalker'](_0x5722bc,{'startRow':_0x2428f9,'endRow':_0x2428f9}),_0x3784eb=Array['from'](_0x1f35a8)['map'](_0x13778f=>_0x46b768['createRangeOn'](_0x13778f['cell']));_0x4cc0ee['markMultiRangeInsertion'](_0x3784eb,'tableRow');});});}for(const _0x3f17be of['insertTableColumnLeft','insertTableColumnRight']){const _0x53b6f0=_0x3d2e25['commands']['get'](_0x3f17be);_0x4cc0ee['enableCommand'](_0x3f17be,_0x38bf50=>{_0x3d2e25['model']['change'](_0x709174=>{_0x38bf50();const _0x182b8d='left'===_0x53b6f0['order'],_0x3a3c24=_0xe8279a['getSelectionAffectedTableCells'](_0x9b9f42),_0x53ec7d=_0xe8279a['getColumnIndexes'](_0x3a3c24),_0x19c838=_0x182b8d?_0x53ec7d['first']-0x1:_0x53ec7d['last']+0x1,_0x1d974d=_0x3a3c24[0x0]['findAncestor']('table'),_0x4e926c=_0xe8279a['createTableWalker'](_0x1d974d,{'startRow':0x0,'column':_0x19c838,'includeAllSlots':!0x1}),_0x50fd41=Array['from'](_0x4e926c)['map'](_0x4d121f=>_0x709174['createRangeOn'](_0x4d121f['cell']));_0x4cc0ee['markMultiRangeInsertion'](_0x50fd41,'tableColumn');});});}for(const _0x47e892 of['removeTableRow','removeTableColumn']){const _0x20c453=_0x47e892['substr'](0xb),_0x2a95a7=_0x20c453['toLowerCase'](),_0x5126f2=_0x2a95a7['substr'](0x0,0x3)+'span',_0x21c30c='table'+_0x20c453,_0x3a813f='min'+_0x20c453,_0x34a16c='max'+_0x20c453;_0x4cc0ee['enableCommand'](_0x47e892,()=>{_0x3d2e25['model']['change'](_0x5c493f=>{const _0x407e8a=_0xe8279a['getSelectionAffectedTableCells'](_0x9b9f42),_0x1902cb=_0x407e8a[0x0]['findAncestor']('table');let _0x520a41;if('removeTableRow'==_0x47e892){const _0x558ff9=_0xe8279a['getRowIndexes'](_0x407e8a);_0x520a41={'startRow':_0x558ff9['first'],'endRow':_0x558ff9['last'],'includeAllSlots':!0x0};}else{const _0x22b448=_0xe8279a['getColumnIndexes'](_0x407e8a);_0x520a41={'startColumn':_0x22b448['first'],'endColumn':_0x22b448['last'],'includeAllSlots':!0x0};}const _0x3b2d7d=_0xe8279a['createTableWalker'](_0x1902cb,_0x520a41),_0x12c5c0=Array['from'](_0x3b2d7d)['map'](({cell:_0xfa9a22})=>_0xfa9a22),_0x5af8f6=Ne(_0x12c5c0['filter'](_0x235e29=>_0x235e29['hasAttribute'](_0x5126f2))),_0x27220f=Ne(_0x12c5c0['filter'](_0x18ad82=>!_0x18ad82['hasAttribute'](_0x5126f2)))['map'](_0x234686=>_0x5c493f['createRangeOn'](_0x234686)),_0x363f15=_0x4cc0ee['markMultiRangeDeletion'](_0x27220f,_0x21c30c);if(_0x363f15&&('tableRow'==_0x363f15['subType']||'tableColumn'==_0x363f15['subType'])){const _0x3fd29e=this['_getSuggestionCoords'](_0x363f15);for(const _0x5bab7b of _0x5af8f6){const _0x13a9fb=_0x5c493f['createRangeOn'](_0x5bab7b),_0x4e9321=_0xe8279a['getCellLocation'](_0x5bab7b),_0x59be2e=_0x5bab7b['getAttribute'](_0x5126f2)-0x1,_0x311bfc=_0x3fd29e[_0x3a813f],_0x3f9bd1=_0x3fd29e[_0x34a16c];_0x311bfc<=_0x4e9321[_0x2a95a7]&&_0x4e9321[_0x2a95a7]+_0x59be2e<=_0x3f9bd1&&_0x363f15['addRange'](_0x13a9fb);}}});});}function _0x277881(_0x2f0ed4){const _0x2db29d=Array['from'](_0x9b9f42['getRanges']())['map'](_0x3b4e56=>_0x25f92b['fromRange'](_0x3b4e56));_0x3d2e25['model']['change'](_0x1b08a8=>{const _0x5eda23=_0x1b08a8['batch'];_0x2f0ed4=_0x2f0ed4['filter'](_0x53659c=>'$graveyard'!=_0x53659c['root']['rootName']),_0x1b08a8['setSelection'](_0x2f0ed4),_0x3d2e25['commands']['get']('removeTableRow')['refresh'](),_0x3d2e25['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x3d2e25['model']['enqueueChange'](()=>{_0x3d2e25['model']['enqueueChange'](_0x5eda23,_0x462fba=>{const _0x459a78=_0x2db29d['filter'](_0x30cc81=>'$graveyard'!=_0x30cc81['root']['rootName']);_0x459a78['length']>0x0&&_0x462fba['setSelection'](_0x459a78);for(const _0x41856a of _0x2db29d)_0x41856a['detach']();});});});}function _0x3e81e6(_0x5e6e06){_0x3d2e25['model']['change'](_0x2ed978=>{const _0x31ecf8=Array['from'](_0x9b9f42['getRanges']())['map'](_0x32850a=>_0x25f92b['fromRange'](_0x32850a)),_0x19008f=[];for(const _0x46229e of _0x5e6e06)for(const _0x2bf9b1 of _0x46229e['getItems']({'shallow':!0x0}))_0x19008f['push'](_0x2bf9b1);for(const _0x537941 of _0x19008f)'$graveyard'!=_0x537941['root']['rootName']&&(_0x2ed978['setSelection'](_0x2ed978['createPositionAt'](_0x537941,0x0)),_0x3d2e25['commands']['get']('removeTableColumn')['refresh'](),_0x3d2e25['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0xf8fbda=_0x31ecf8['filter'](_0x32d8fc=>'$graveyard'!=_0x32d8fc['root']['rootName']);_0xf8fbda['length']>0x0&&_0x2ed978['setSelection'](_0xf8fbda);for(const _0x402545 of _0x31ecf8)_0x402545['detach']();});}function _0x450358(_0x5ed0a1,_0xe2f593){return _0xe2f593['every'](_0x5c3492=>_0x5ed0a1['some'](_0x54c3a3=>_0x54c3a3['end']['isEqual'](_0x5c3492['start'])||_0x5c3492['end']['isEqual'](_0x54c3a3['start'])));}function _0x95cb02(_0x4c279e,_0x4d42db){return!_0x4c279e['some'](_0x3c130f=>_0x4d42db['some'](_0x40e7fe=>_0x3c130f['isIntersecting'](_0x40e7fe)))&&_0x4c279e['some'](_0x676f83=>_0x4d42db['some'](_0x8c27d7=>_0x676f83['end']['isTouching'](_0x8c27d7['start'])));}_0x3d2e25['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x2a72de,_0x27c025,_0x52d631)=>{if(!_0x52d631['options']['showSuggestionHighlights'])return;const _0x1d0166=_0x27c025['item'];if(!_0x1d0166)return;const _0x5c2964=_0x52d631['mapper']['toViewElement'](_0x1d0166);function _0x284fdb(_0xf720c6){return Array['isArray'](_0xf720c6)?_0xf720c6:[_0xf720c6];}_0x5c2964&&'tableCell'===_0x1d0166['name']&&_0x17b44a(_0x5c2964,_0x52d631['writer'],(_0x33ffa5,_0x546d8c,_0x483585)=>_0x483585['addClass'](_0x284fdb(_0x546d8c['classes']),_0x33ffa5),(_0x3288dd,_0x2c9d0d,_0x26c77b)=>_0x26c77b['removeClass'](_0x284fdb(_0x2c9d0d['classes']),_0x3288dd));},{'priority':'highest'}),_0x4cc0ee['descriptionFactory']['registerDescriptionCallback'](_0x45724=>{if('insertion'!=_0x45724['type']&&'deletion'!=_0x45724['type'])return;const _0x13e56f=_0x45724['getContainedElement']();if(null!=_0x13e56f&&_0x13e56f['is']('element','table')){if('insertion'==_0x45724['type']){const _0x42d82f=_0x45724['getItems']()['filter'](_0x5ee712=>_0x5ee712['is']('$textProxy'))['map'](_0x4c2494=>_0x4c2494['data']);if(_0x42d82f['length'])return{'type':'insertion','content':c(_0x5d9242,'*Insert:*\x20%0',c(_0x5d9242,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x42d82f['join']('\x20')+'\x22'))};}if('deletion'==_0x45724['type']){const _0x2f3b7d=_0x45724['getItems']()['filter'](_0x1f8651=>_0x1f8651['is']('$textProxy'))['map'](_0x1639f8=>_0x1639f8['data']);if(_0x2f3b7d['length'])return{'type':'deletion','content':c(_0x5d9242,'*Remove:*\x20%0',c(_0x5d9242,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x2f3b7d['join']('\x20')+'\x22'))};}}}),_0x4cc0ee['descriptionFactory']['registerDescriptionCallback'](_0x2c4395=>{if('tableRow'==_0x2c4395['subType']){const _0x1a23a0=_0x2c4395['getItems']()['filter'](_0x378dfc=>_0x378dfc['is']('$textProxy'))['map'](_0x1d4b2a=>_0x1d4b2a['data']),_0x3820c6=this['_getSuggestionCoords'](_0x2c4395),_0x392934=_0x3820c6['maxRow']-_0x3820c6['minRow']+0x1;if('insertion'==_0x2c4395['type'])return _0x1a23a0['length']?{'type':'insertion','content':c(_0x5d9242,'*Insert:*\x20%0',c(_0x5d9242,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x392934,'\x22'+_0x1a23a0['join']('\x20')+'\x22']))}:{'type':'insertion','content':c(_0x5d9242,'*Insert:*\x20%0',c(_0x5d9242,'ELEMENT_TABLE_ROW',_0x392934))};if('deletion'==_0x2c4395['type'])return _0x1a23a0['length']?{'type':'deletion','content':c(_0x5d9242,'*Remove:*\x20%0',c(_0x5d9242,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x392934,'\x22'+_0x1a23a0['join']('\x20')+'\x22']))}:{'type':'deletion','content':c(_0x5d9242,'*Remove:*\x20%0',c(_0x5d9242,'ELEMENT_TABLE_ROW',_0x392934))};}if('tableColumn'==_0x2c4395['subType']){const _0x3b5f2a=_0x2c4395['getItems']()['filter'](_0x5baed0=>_0x5baed0['is']('$textProxy'))['map'](_0x389869=>_0x389869['data']),_0x3df868=this['_getSuggestionCoords'](_0x2c4395),_0x5cae0d=_0x3df868['maxColumn']-_0x3df868['minColumn']+0x1;if('insertion'==_0x2c4395['type'])return _0x3b5f2a['length']?{'type':'insertion','content':c(_0x5d9242,'*Insert:*\x20%0',c(_0x5d9242,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x5cae0d,'\x22'+_0x3b5f2a['join']('\x20')+'\x22']))}:{'type':'insertion','content':c(_0x5d9242,'*Insert:*\x20%0',c(_0x5d9242,'ELEMENT_TABLE_COLUMN',_0x5cae0d))};if('deletion'==_0x2c4395['type'])return _0x3b5f2a['length']?{'type':'deletion','content':c(_0x5d9242,'*Remove:*\x20%0',c(_0x5d9242,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x5cae0d,'\x22'+_0x3b5f2a['join']('\x20')+'\x22']))}:{'type':'deletion','content':c(_0x5d9242,'*Remove:*\x20%0',c(_0x5d9242,'ELEMENT_TABLE_COLUMN',_0x5cae0d))};}}),_0x4cc0ee['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x277881),_0x4cc0ee['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x277881),_0x4cc0ee['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x3e81e6),_0x4cc0ee['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x3e81e6),_0x4cc0ee['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x450358),_0x4cc0ee['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x450358),_0x4cc0ee['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x95cb02),_0x4cc0ee['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x95cb02);}['_acceptFormatSuggestionCallbackFactory'](){const _0x407cce=this['editor'],_0x143dc6=_0x407cce['model']['document']['selection'];return(_0x7cbae8,_0x1b2852)=>{_0x407cce['model']['change'](_0x323314=>{const {commandName:_0x48f570,commandParams:_0xc2eb93}=_0x1b2852;let _0x11749d=_0x7cbae8[0x0]['end']['nodeBefore'];_0xc2eb93&&_0xc2eb93[0x0]&&!0x1===_0xc2eb93[0x0]['forceValue']&&(_0x11749d=_0x7cbae8[0x0]['start']['nodeAfter']);const _0x7c2977=_0x323314['createRangeIn'](_0x11749d);if('$graveyard'==_0x7c2977['root']['rootName'])return;const _0x274a3f=Array['from'](_0x143dc6['getRanges']())['map'](_0x3f09e4=>_0x25f92b['fromRange'](_0x3f09e4));_0x323314['setSelection'](_0x7c2977),_0x407cce['commands']['get'](_0x48f570)['refresh'](),_0xc2eb93['push']({'forceDefaultExecution':!0x0}),_0x407cce['execute'](_0x48f570,..._0xc2eb93);const _0x4358c3=_0x274a3f['filter'](_0x2fbdb0=>'$graveyard'!=_0x2fbdb0['root']['rootName']);_0x4358c3['length']>0x0&&_0x323314['setSelection'](_0x4358c3);for(const _0x671088 of _0x274a3f)_0x671088['detach']();});};}['_getCoordsForCells'](_0x1098c5){const _0x2dcc44=this['editor']['plugins']['get']('TableUtils');let _0x383b9a=Number['MAX_SAFE_INTEGER'],_0x2e4306=Number['MIN_SAFE_INTEGER'],_0xf4b464=Number['MAX_SAFE_INTEGER'],_0x5ad7fd=Number['MIN_SAFE_INTEGER'];for(const _0x40f8f1 of _0x1098c5){if('$graveyard'==_0x40f8f1['root']['rootName'])continue;const {row:_0x45da86,column:_0x24825d}=_0x2dcc44['getCellLocation'](_0x40f8f1),_0x1d46c6=_0x40f8f1['hasAttribute']('rowspan')?_0x40f8f1['getAttribute']('rowspan')-0x1:0x0,_0x2e37c5=_0x40f8f1['hasAttribute']('colspan')?_0x40f8f1['getAttribute']('colspan')-0x1:0x0;_0x383b9a=_0x45da86<_0x383b9a?_0x45da86:_0x383b9a,_0x2e4306=_0x45da86+_0x1d46c6>_0x2e4306?_0x45da86+_0x1d46c6:_0x2e4306,_0xf4b464=_0x24825d<_0xf4b464?_0x24825d:_0xf4b464,_0x5ad7fd=_0x24825d+_0x2e37c5>_0x5ad7fd?_0x24825d+_0x2e37c5:_0x5ad7fd;}return{'minRow':_0x383b9a,'maxRow':_0x2e4306,'minColumn':_0xf4b464,'maxColumn':_0x5ad7fd};}['_setupColumnsRowsFixing'](){const _0x5d52d4=this['editor'],_0x4c9a07=_0x5d52d4['plugins']['get']('TrackChangesEditing'),_0xc9764c=_0x5d52d4['plugins']['get']('TableUtils');_0x5d52d4['model']['document']['on']('change:data',()=>{const _0x19c1a3=Array['from'](_0x5d52d4['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x7050c9,data:_0x5b3814}of _0x19c1a3){const {group:_0x29c755,id:_0x133634,subType:_0x5bfb7a}=_0x4c9a07['_splitMarkerName'](_0x7050c9);if('suggestion'!=_0x29c755)continue;if(null!=_0x5b3814['oldRange'])continue;const _0x5d3160=_0x4c9a07['getSuggestion'](_0x133634);this['_tablePostFixingSubtypes']['includes'](_0x5bfb7a)&&this['_tableSuggestions']['add'](_0x5d3160);}},{'priority':'low'});const _0x366d45=(_0x402418,_0x47bef3)=>{let _0x52b1fa=!0x1;const _0xa48a75=_0x47bef3['createRangeOn'](_0x402418),_0x2c2454=_0x402418['findAncestor']('table'),_0x55c6d2=_0xc9764c['getCellLocation'](_0x402418);for(const _0x413567 of this['_tableSuggestions']){const _0x10c529=_0x413567['subType'],_0x3f9e83=_0x10c529['startsWith']('tablePaste'),_0x205fe3=_0x10c529['substr'](_0x3f9e83?0xa:0x5),_0x330aa3=_0x205fe3['toLowerCase'](),_0x433e8c=_0x330aa3['substr'](0x0,0x3)+'span',_0x73c25b='min'+_0x205fe3,_0xeb12af='max'+_0x205fe3;if(!_0x413567['isInContent'])continue;if(_0x2c2454!=_0x413567['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x413567['isIntersectingWithRange'](_0xa48a75))continue;const _0x4e1c01=_0x402418['hasAttribute'](_0x433e8c)?_0x402418['getAttribute'](_0x433e8c)-0x1:0x0,_0x503f48=this['_getSuggestionCoords'](_0x413567),_0x29f8b6=_0x503f48[_0x73c25b],_0x414bc2=_0x503f48[_0xeb12af];_0x29f8b6<=_0x55c6d2[_0x330aa3]&&_0x55c6d2[_0x330aa3]+_0x4e1c01<=_0x414bc2&&(_0x413567['addRange'](_0xa48a75),_0x52b1fa=!0x0);}return _0x52b1fa;};_0x5d52d4['model']['document']['registerPostFixer'](_0x247b44=>{let _0xc36795=!0x1;for(const _0x4d6843 of _0x5d52d4['model']['document']['differ']['getChanges']())if('insert'==_0x4d6843['type']){if('tableRow'==_0x4d6843['name']){for(const _0x1c1cf6 of _0x4d6843['position']['nodeAfter']['getChildren']())_0xc36795=_0xc36795||_0x366d45(_0x1c1cf6,_0x247b44);}else'tableCell'==_0x4d6843['name']&&(_0xc36795=_0xc36795||_0x366d45(_0x4d6843['position']['nodeAfter'],_0x247b44));}return _0xc36795;});}['_getSuggestionCoords'](_0x4a1e02){return this['_getCoordsForCells'](_0x4a1e02['getRanges']()['map'](_0x55c80b=>_0x55c80b['start']['nodeAfter']));}}function Ne(_0x3a74b7){return Array['from'](new Set(_0x3a74b7)['values']());}class Nt extends _0xd6413c{static get['requires'](){return[Ct];}['afterInit'](){const _0x13e58a=this['editor'],_0x2a3627=_0x13e58a['model']['document']['selection'],_0xd63aa1=_0x13e58a['locale'];if(!_0x13e58a['plugins']['has']('TableEditing'))return;const _0x4dce48=_0x13e58a['plugins']['get']('TrackChangesEditing'),_0x29144d=_0x13e58a['plugins']['get']('TableUtils'),_0x3d6eeb=_0x13e58a['plugins']['get'](Ct);_0x3d6eeb['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x4dce48['enableCommand']('mergeTableCells',()=>{const _0x38709d=_0x29144d['getSelectionAffectedTableCells'](_0x13e58a['model']['document']['selection']);_0x13e58a['model']['change'](()=>{_0x4dce48['markMultiRangeBlockFormat'](_0x38709d,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x13e58a['commands']['get']('mergeTableCells')['on']('execute',(_0x1a65f6,_0x463824)=>{_0x13e58a['commands']['get']('trackChanges')['value']&&(_0x463824['length']>0x0&&_0x463824[_0x463824['length']-0x1]&&_0x463824[_0x463824['length']-0x1]['forceDefaultExecution']||_0x4dce48['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x1a65f6['stop']());},{'priority':'highest'});for(const _0x1eb529 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x141aad=_0x13e58a['commands']['get'](_0x1eb529);_0x4dce48['enableCommand'](_0x1eb529,()=>{const _0x3606e4=_0x13e58a['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x53527e=>_0x53527e['is']('element','tableCell')),_0x477142=_0x141aad['value'];_0x13e58a['model']['change'](()=>{_0x4dce48['markMultiRangeBlockFormat']([_0x3606e4,_0x477142],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x54e26a of['splitTableCellVertically','splitTableCellHorizontally']){const _0x158d11=_0x13e58a['commands']['get'](_0x54e26a);_0x4dce48['enableCommand'](_0x54e26a,()=>{const _0x19f768=_0x29144d['getSelectionAffectedTableCells'](_0x13e58a['model']['document']['selection'])[0x0],_0x13b5b8=_0x19f768['findAncestor']('table'),{column:_0x29a1fa,row:_0x423861}=_0x29144d['getCellLocation'](_0x19f768);let _0x39e3b5=[];if('horizontally'==_0x158d11['direction']){const _0x3cc42f=_0x29144d['createTableWalker'](_0x13b5b8,{'startRow':_0x423861,'endRow':_0x423861,'includeAllSlots':!0x0});_0x39e3b5=Array['from'](_0x3cc42f)['map'](_0x183c13=>_0x183c13['cell']);}else{const _0x5768a8=_0x29144d['createTableWalker'](_0x13b5b8,{'column':_0x29a1fa,'includeAllSlots':!0x0});_0x39e3b5=Array['from'](_0x5768a8)['map'](_0x4c3ddf=>_0x4c3ddf['cell']);}_0x13e58a['model']['change'](_0x441694=>{_0x4dce48['markBlockFormat'](_0x441694['createRangeOn'](_0x19f768),{'commandName':_0x54e26a,'commandParams':[]},_0x39e3b5,_0x54e26a);});});}_0x4dce48['descriptionFactory']['registerDescriptionCallback'](_0x4e5633=>{if('formatBlock'!=_0x4e5633['type']&&'formatInline'!=_0x4e5633['type'])return;const {data:_0x5350ee}=_0x4e5633;return _0x5350ee&&'mergeTableCells'==_0x5350ee['commandName']?{'type':'format','content':c(_0xd63aa1,'*Merge\x20cells*')}:void 0x0;}),_0x4dce48['descriptionFactory']['registerDescriptionCallback'](_0xbf5df=>{if('formatBlock'!=_0xbf5df['type']&&'formatInline'!=_0xbf5df['type'])return;const {data:_0x5de88e}=_0xbf5df;return _0x5de88e?'splitTableCellVertically'==_0x5de88e['commandName']?{'type':'format','content':c(_0xd63aa1,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x5de88e['commandName']?{'type':'format','content':c(_0xd63aa1,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x4711dd=_0x3d6eeb['_acceptFormatSuggestionCallbackFactory']();for(const _0x23ea29 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x4dce48['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x23ea29,'accept',_0x4711dd);for(const _0x33a685 of['splitTableCellVertically','splitTableCellHorizontally'])_0x4dce48['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x33a685,'accept',_0x4711dd);_0x4dce48['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x30ac91=>{_0x13e58a['model']['change'](_0x588b6d=>{const _0x520778=Array['from'](_0x2a3627['getRanges']())['map'](_0x14f2a8=>_0x25f92b['fromRange'](_0x14f2a8));_0x588b6d['setSelection'](_0x30ac91),_0x13e58a['commands']['get']('mergeTableCells')['refresh'](),_0x13e58a['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x3ecb92=_0x520778['filter'](_0x3ef6a2=>'$graveyard'!=_0x3ef6a2['root']['rootName']);_0x3ecb92['length']>0x0&&_0x588b6d['setSelection'](_0x3ecb92);for(const _0x55007e of _0x520778)_0x55007e['detach']();});});for(const _0x1543a4 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x57fe78=_0x13e58a['commands']['get'](_0x1543a4);_0x57fe78['on']('set:isEnabled',(_0x45ed7f,_0x461700,_0x160763)=>{if(_0x160763){const _0x35172d=_0x13e58a['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x46b1cb=>_0x46b1cb['is']('element','tableCell'));this['_areMergableCells'](_0x57fe78['value'],_0x35172d)||(_0x45ed7f['return']=!0x1,_0x45ed7f['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x59fe3d=this['editor']['commands']['get']('mergeTableCells'),_0x49b8b3=this['editor']['plugins']['get']('TableUtils');if(!_0x59fe3d['isEnabled'])return!0x1;const _0xa91f5c=_0x49b8b3['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x332aca of _0xa91f5c)for(const _0x2d7754 of _0xa91f5c)if(_0x332aca!=_0x2d7754&&!this['_areMergableCells'](_0x332aca,_0x2d7754))return!0x1;return!0x0;}['_areMergableCells'](_0x3e34b1,_0x20449f){const _0x56084f=this['editor']['plugins']['get']('TrackChangesEditing'),_0x21900b=this['editor']['model']['createRangeOn'](_0x3e34b1),_0x214524=this['editor']['model']['createRangeOn'](_0x20449f),_0x53c6ce=new Set(),_0x514ad7=new Set();for(const _0x53a0d7 of _0x56084f['getSuggestions']())if(('insertion'==_0x53a0d7['type']||'deletion'==_0x53a0d7['type']||'mergeTableCells'==_0x53a0d7['subType'])&&_0x53a0d7['isInContent']){for(const _0x3b2b54 of _0x53a0d7['getRanges']())_0x3b2b54['containsRange'](_0x21900b,!0x0)&&_0x53c6ce['add'](_0x53a0d7['type']+':'+_0x53a0d7['author']['id']),_0x3b2b54['containsRange'](_0x214524,!0x0)&&_0x514ad7['add'](_0x53a0d7['type']+':'+_0x53a0d7['author']['id']);}if(_0x53c6ce['size']!=_0x514ad7['size'])return!0x1;for(const _0x3577b0 of _0x53c6ce)if(!_0x514ad7['has'](_0x3577b0))return!0x1;return!0x0;}}class Dt extends _0xd6413c{static get['requires'](){return[Ct];}['afterInit'](){const _0x111432=this['editor'];if(!_0x111432['plugins']['has']('TableEditing'))return;const _0x53a163=_0x111432['locale'],_0x5db20f=_0x111432['plugins']['get']('TrackChangesEditing');_0x5db20f['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x5db20f['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x5db20f['registerBlockAttribute']('headingRows'),_0x5db20f['registerBlockAttribute']('headingColumns'),_0x5db20f['descriptionFactory']['registerAttributeLabel']('headingRows',c(_0x53a163,'FORMAT_HEADER_ROW')),_0x5db20f['descriptionFactory']['registerAttributeLabel']('headingColumns',c(_0x53a163,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x3ea526=this['editor']['plugins']['get']('TrackChangesEditing'),_0x43d362=this['editor']['plugins']['get']('TableUtils'),_0x526233=this['editor']['plugins']['get'](Ct)['_acceptFormatSuggestionCallbackFactory']();function _0x4efdb7({showActiveMarker:_0x2c77ce=!0x0,setDataAttribute:_0x12dfc3=!0x0}={}){return(_0x1b80d9,_0x2a1ccc,_0x57c5eb)=>{const {type:_0x240406,id:_0x440f7c}=_0x3ea526['_splitMarkerName'](_0x2a1ccc['markerName']),_0x4045a0=_0x3ea526['getSuggestion'](_0x440f7c),_0x3dfd85=_0x4045a0['data'];if('formatBlock'!=_0x4045a0['type']||!_0x3dfd85||'setTableColumnHeader'!=_0x3dfd85['commandName'])return;if(_0x2a1ccc['item'])return void _0x1b80d9['stop']();if(!_0x57c5eb['consumable']['consume'](_0x2a1ccc['markerRange'],_0x1b80d9['name']))return;const _0x3f7a14=_0x2a1ccc['markerRange']['start']['nodeAfter'],_0x5e9847=_0x2a1ccc['markerRange']['end']['nodeBefore'],_0x37ef6b=_0x3f7a14['parent']['parent'],{column:_0x3d0ea6}=_0x43d362['getCellLocation'](_0x3f7a14),{column:_0x23edf0}=_0x43d362['getCellLocation'](_0x5e9847);for(let _0x3350b9=_0x3d0ea6;_0x3350b9<=_0x23edf0;_0x3350b9++){const _0x5ac759=_0x43d362['createTableWalker'](_0x37ef6b,{'column':_0x3350b9,'includeAllSlots':!0x1});for(const _0x2507cf of _0x5ac759){const _0x5446b7=_0x2507cf['cell'],_0x5eab86=_0x57c5eb['mapper']['toViewElement'](_0x5446b7);_0x57c5eb['writer']['addClass']('ck-suggestion-marker-'+_0x240406,_0x5eab86),_0x12dfc3&&_0x57c5eb['writer']['setAttribute']('data-suggestion',_0x440f7c,_0x5eab86),_0x57c5eb['mapper']['bindElementToMarker'](_0x5eab86,_0x2a1ccc['markerName']),_0x2c77ce&&(_0x3ea526['activeMarkers']['includes'](_0x2a1ccc['markerName'])?_0x57c5eb['writer']['addClass']('ck-suggestion-marker--active',_0x5eab86):_0x57c5eb['writer']['removeClass']('ck-suggestion-marker--active',_0x5eab86));}}};}_0x3ea526['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x526233),_0x3ea526['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x526233),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x4efdb7(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x171bea,_0x5b6351,_0x2737fc)=>{_0x2737fc['options']['showSuggestionHighlights']&&_0x4efdb7({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x171bea,_0x5b6351,_0x2737fc);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x5035da,_0x5c5663,_0x5a11e0)=>{const {type:_0x2744be,id:_0x39b34a}=_0x3ea526['_splitMarkerName'](_0x5c5663['markerName']),_0x352257=_0x3ea526['getSuggestion'](_0x39b34a),_0x4a3d82=_0x352257['data'];if('formatBlock'!=_0x352257['type']||!_0x4a3d82||'setTableColumnHeader'!=_0x4a3d82['commandName'])return;const _0x533029=_0x5a11e0['mapper']['markerNameToElements'](_0x5c5663['markerName']);if(_0x533029){for(const _0x2b967a of _0x533029)_0x5a11e0['writer']['removeClass']('ck-suggestion-marker-'+_0x2744be,_0x2b967a),_0x5a11e0['writer']['removeClass']('ck-suggestion-marker--active',_0x2b967a),_0x5a11e0['writer']['removeAttribute']('data-suggestion',_0x2b967a),_0x5a11e0['mapper']['unbindElementFromMarkerName'](_0x2b967a,_0x5c5663['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4a63f4=this['editor'],_0x5a3fba=_0x4a63f4['locale'];function _0x2872bb(_0xca134){return{'type':'format','content':c(_0x5a3fba,'*Format:*\x20%0',_0xca134)};}_0x4a63f4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x38245f=>{if('formatBlock'!=_0x38245f['type'])return;const {data:_0x107095}=_0x38245f;if(_0x107095){if('setTableRowHeader'==_0x107095['commandName']){const _0x2f1569=_0x107095['commandParams'][0x0]['forceValue'];return _0x2872bb(c(_0x5a3fba,_0x2f1569?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x107095['commandName']){const _0x275730=_0x107095['commandParams'][0x0]['forceValue'];return _0x2872bb(c(_0x5a3fba,_0x275730?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}class Ye extends _0xd6413c{['afterInit'](){const _0x2d6f4c=this['editor'],_0x972c89=_0x2d6f4c['locale'],_0x43b90e=_0x2d6f4c['plugins']['get']('TrackChangesEditing');function _0x39bc08(_0x53064c){return{'type':'format','content':''+c(_0x972c89,'*Set\x20table\x20type:*\x20%0',_0x53064c)};}_0x2d6f4c['plugins']['has']('TableLayout')&&(_0x43b90e['enableCommand']('insertTableLayout'),_0x43b90e['enableDefaultAttributesIntegration']('tableType'),_0x43b90e['registerBlockAttribute']('tableType'),_0x43b90e['descriptionFactory']['registerElementLabel'](_0x3bb439=>_0x3bb439['is']('element','table')&&'layout'===_0x3bb439['getAttribute']('tableType'),_0x42db92=>c(_0x972c89,'ELEMENT_LAYOUT_TABLE',_0x42db92)),_0x43b90e['descriptionFactory']['registerDescriptionCallback'](_0x4639b5=>{const {data:_0x1a8643}=_0x4639b5;if(_0x1a8643&&'tableType'==_0x1a8643['key'])switch(_0x1a8643['newValue']){case'layout':return _0x39bc08(c(_0x972c89,'ELEMENT_LAYOUT_TABLE'));case'content':return _0x39bc08(c(_0x972c89,'ELEMENT_CONTENT_TABLE'));}}));}}const xe=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Oe=Object['fromEntries'](xe['map'](_0x49bb9c=>[_0x49bb9c,null]));class $t extends _0xd6413c{static get['requires'](){return[Ct];}['afterInit'](){const _0x1b8844=this['editor'];if(!_0x1b8844['plugins']['has']('TableClipboard'))return;const _0x5a29bc=_0x1b8844['plugins']['get']('TrackChangesEditing'),_0x4b4d4b=_0x1b8844['plugins']['get']('TableUtils'),_0x5f3028=_0x1b8844['plugins']['get'](Ct),_0x38e940=_0x1b8844['plugins']['get']('TableClipboard'),_0x2fb5dc=_0x1b8844['plugins']['get']('TableSelection'),_0x3dce1f=_0x1b8844['plugins']['get'](_0x3f95ca);_0x5f3028['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x1b8844['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x1b8844['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0xbb2174=null,_0x26ea76=!0x1;_0x3dce1f['on']('contentInsertion',(_0x1bfaea,_0x3aa586)=>{_0x26ea76='paste'===_0x3aa586['method'];}),_0x1b8844['model']['on']('insertContent',(_0x2b773b,_0x1a34b1)=>{if(!_0x26ea76&&null===_0x2fb5dc['getSelectedTableCells']())return;const [_0x260f40,_0x5b55ee]=_0x1a34b1,_0x28d2a2=_0x1a34b1[_0x1a34b1['length']-0x1];_0x28d2a2&&_0x28d2a2['forceDefaultExecution']||_0x5a29bc['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x32123d,_0x3896d9,_0xbc4212,_0x5530c0,_0x446f88){if(_0x3896d9&&!_0x3896d9['is']('documentSelection'))return!0x1;const _0x5334af=_0x446f88['getTableIfOnlyTableInContent'](_0x32123d,_0xbc4212);if(!_0x5334af||!De(_0x5334af,void 0x0,_0x5530c0))return!0x1;const _0x144710=_0x5530c0['getSelectionAffectedTableCells'](_0xbc4212['document']['selection']);if(!_0x144710['length'])return!0x1;const _0x4b502e=_0x144710[0x0]['findAncestor']('table'),_0x5c9cd1=_0x5530c0['getRowIndexes'](_0x144710),_0x3f6758=_0x5530c0['getColumnIndexes'](_0x144710),_0x302fc1={'startRow':_0x5c9cd1['first'],'endRow':_0x5c9cd1['last'],'startColumn':_0x3f6758['first'],'endColumn':_0x3f6758['last']};return 0x1==_0x144710['length']&&(_0x302fc1['endRow']+=_0x5530c0['getRows'](_0x5334af)-0x1,_0x302fc1['endColumn']+=_0x5530c0['getColumns'](_0x5334af)-0x1),De(_0x4b502e,_0x302fc1,_0x5530c0);}(_0x260f40,_0x5b55ee,_0x1b8844['model'],_0x4b4d4b,_0x38e940)&&(_0x2b773b['stop'](),_0xbb2174={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x1b8844['model']['change'](()=>{_0x1b8844['model']['insertContent'](_0x1a34b1[0x0],_0x1a34b1[0x1],_0x1a34b1[0x2],{'forceDefaultExecution':!0x0});const _0x1e4bc9=_0x2fdf50(),{rowInsertionRanges:_0x58dd3c,columnInsertionRanges:_0x18b7db,insertionRanges:_0x5c93d2,deletionRanges:_0x442dda,cells:_0x18d00b}=_0xbb2174;_0x58dd3c['length']&&_0x5a29bc['markMultiRangeInsertion'](_0x58dd3c,'tablePasteRow',{'tablePasteChainId':_0x1e4bc9}),_0x18b7db['length']&&_0x5a29bc['markMultiRangeInsertion'](_0x18b7db,'tablePasteColumn',{'tablePasteChainId':_0x1e4bc9}),_0x5c93d2['length']&&(_0x5a29bc['markMultiRangeInsertion'](_0x5c93d2,'tablePaste',{'tablePasteChainId':_0x1e4bc9,'skipNestingCheck':!0x0}),_0x5c93d2['forEach'](_0x3eef7e=>_0x3eef7e['detach']?.())),_0x442dda['length']&&(_0x5a29bc['markMultiRangeDeletion'](_0x442dda,'tablePaste',{'tablePasteChainId':_0x1e4bc9,'skipNestingCheck':!0x0}),_0x442dda['forEach'](_0x4bcbff=>_0x4bcbff['detach']?.()));const _0x340edb=_0x5a29bc['markMultiRangeBlockFormat'](_0x18d00b['map'](({element:_0x148e02})=>_0x148e02),{'formatGroupId':_0x2fdf50()},[],'tablePasteCell',{'tablePasteChainId':_0x1e4bc9});if(_0x340edb){const _0x5e0f77=_0x340edb['getMarkers'](),_0xab9846=[];for(const {element:_0x519a7e,attributes:_0x1e1818}of _0x18d00b){if(!_0x1e1818)continue;const _0x299f46=_0x1b8844['model']['createRangeOn'](_0x519a7e),_0x2c1aea=_0x5e0f77['find'](_0x1e555a=>_0x1e555a['getRange']()['isEqual'](_0x299f46));_0x2c1aea&&_0xab9846['push']([_0x2c1aea['name'],_0x1e1818]);}_0xab9846['length']&&_0x340edb['setAttribute']('markerAttributes',Object['fromEntries'](_0xab9846));}_0xbb2174=null;}));},{'priority':_0x3b217d['high']+0xa}),_0x3dce1f['on']('contentInsertion',()=>{_0x26ea76=!0x1;},{'priority':'lowest'}),_0x1b8844['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x163d4a,_0x5d6bad)=>{const [_0x3375c0,_0x2aaebd,,_0x57971e]=_0x5d6bad;if(!_0xbb2174)return;_0x163d4a['stop']();const _0x4681c6=_0x3375c0['cell'],_0x558538=_0x2aaebd,_0x276b21=Ue(_0x4681c6),_0x48ee34=Ue(_0x558538);_0x163d4a['return']=_0x4681c6;let _0x556171=null,_0x4579b2=null;if(_0x48ee34||_0x276b21){if(_0x276b21&&!_0x48ee34){_0x57971e['remove'](_0x4681c6['getChild'](0x0));for(const _0x54973c of Array['from'](_0x558538['getChildren']()))_0x57971e['insert'](_0x54973c,_0x4681c6,'end');const _0x1a9531=_0xbb2174['rowInsertionIndexes']['includes'](_0x3375c0['row']),_0x4a37c0=_0xbb2174['columnInsertionIndexes']['includes'](_0x3375c0['column']);_0x1a9531||_0x4a37c0||(_0x556171=_0x25f92b['fromRange'](_0x57971e['createRangeIn'](_0x4681c6)));}else _0x48ee34&&!_0x276b21&&(_0x4579b2=_0x57971e['createRangeIn'](_0x4681c6));}else{const _0xa6183b=_0x57971e['createElement']('tableCellSuggestion'),_0x1d50c7=_0x57971e['createElement']('tableCellSuggestion');_0x57971e['wrap'](_0x57971e['createRangeIn'](_0x4681c6),_0x1d50c7),_0x57971e['insert'](_0xa6183b,_0x4681c6,0x0);for(const _0x512b41 of Array['from'](_0x558538['getChildren']()))_0x57971e['insert'](_0x512b41,_0xa6183b,'end');_0x556171=_0x25f92b['fromRange'](_0x57971e['createRangeOn'](_0xa6183b)),_0x4579b2=_0x25f92b['fromRange'](_0x57971e['createRangeOn'](_0x1d50c7));}const _0x36e446=Array['from'](_0x558538['getAttributes']())['filter'](([_0x4fc00d])=>xe['includes'](_0x4fc00d));_0xbb2174['cells']['push']({'element':_0x4681c6,'attributes':_0x36e446['length']?Object['fromEntries'](_0x36e446):null}),_0x556171&&_0xbb2174['insertionRanges']['push'](_0x556171),_0x4579b2&&_0xbb2174['deletionRanges']['push'](_0x4579b2);},{'priority':'high'}),_0x4b4d4b['on']('insertColumns',(_0x5a901,_0x55a487)=>{const [_0x11173a,_0x5a923f={}]=_0x55a487;if(!_0xbb2174)return;const _0x1f113f=_0x5a923f['at']||0x0,_0x571f7d=_0x5a923f['columns']||0x1;_0xbb2174['columnInsertionIndexes']=new Array(_0x571f7d)['fill'](_0x1f113f)['map']((_0xd39c5,_0x406f68)=>_0xd39c5+_0x406f68);for(const {cell:_0x4eba75}of _0x4b4d4b['createTableWalker'](_0x11173a,{'startColumn':_0x1f113f,'endColumn':_0x1f113f+_0x571f7d-0x1}))_0xbb2174['columnInsertionRanges']['push'](_0x1b8844['model']['createRangeOn'](_0x4eba75));},{'priority':'low'}),_0x4b4d4b['on']('insertRows',(_0x38be97,_0x50678d)=>{const [_0xda94a5,_0x5eb16f={}]=_0x50678d;if(!_0xbb2174)return;const _0x1b6a7d=_0x5eb16f['at']||0x0,_0x5726d2=_0x5eb16f['rows']||0x1;_0xbb2174['rowInsertionIndexes']=new Array(_0x5726d2)['fill'](_0x1b6a7d)['map']((_0x127936,_0x8e3f5d)=>_0x127936+_0x8e3f5d);for(const {cell:_0x1eecfd}of _0x4b4d4b['createTableWalker'](_0xda94a5,{'startRow':_0x1b6a7d,'endRow':_0x1b6a7d+_0x5726d2-0x1}))_0xbb2174['rowInsertionRanges']['push'](_0x1b8844['model']['createRangeOn'](_0x1eecfd));},{'priority':'low'}),_0x5a29bc['descriptionFactory']['registerDescriptionCallback'](_0x377646=>{if(_0x377646['subType']&&_0x377646['subType']['startsWith']('tablePaste'))return _0x377646['previous']?{}:{'type':'insertion','content':c(_0x1b8844['locale'],'*Replace\x20table\x20cells*')};});const _0x16079a=()=>!0x1;for(const _0x2db19f of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x5a29bc['_suggestionFactory']['registerCustomCallback']('insertion',_0x2db19f,'join',_0x16079a),_0x5a29bc['_suggestionFactory']['registerCustomCallback']('deletion',_0x2db19f,'join',_0x16079a),_0x5a29bc['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x2db19f,'join',_0x16079a);_0x5a29bc['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x16079a),_0x5a29bc['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0xbc245d,_0x205180,_0x1b8fb6)=>{const _0x5ce11a=_0xbc245d['map'](_0x22958f=>_0x22958f['getContainedElement']())['filter'](_0x2c5848=>_0x2c5848),_0x572d38=new Map(_0x5ce11a['map'](_0x16f224=>[_0x16f224,null]));if(_0xbb2174){for(const {element:_0x1e5ecf,attributes:_0x52b699}of _0xbb2174['cells'])_0x52b699&&_0x572d38['set'](_0x1e5ecf,_0x52b699);}else{if(_0x1b8fb6&&_0x1b8fb6['markerAttributes'])for(const [_0x54d173,_0x2c4294]of Object['entries'](_0x1b8fb6['markerAttributes'])){const _0x3983ed=_0x1b8844['model']['markers']['get'](_0x54d173),_0x2d75aa=_0x3983ed?_0x3983ed['getRange']()['getContainedElement']():null;_0x2d75aa&&_0x572d38['set'](_0x2d75aa,_0x2c4294);}}_0x1b8844['model']['change'](_0x122ab3=>{for(const [_0x285fed,_0x149318]of _0x572d38)_0x122ab3['setAttributes']({...Oe,..._0x149318},_0x285fed);});});const _0x4cc76c=(_0x48cf38,_0x245c23)=>{_0x5a29bc['_suggestionFactory']['registerCustomCallback'](_0x48cf38,'tablePaste',_0x245c23,(_0x22b0cf,_0x27bf2c,_0x44054f)=>{_0x1b8844['model']['change'](_0x46facd=>{const _0x4484a2=[];for(const _0x322a5e of _0x22b0cf){const _0x43210a=_0x322a5e['start']['nodeAfter'];_0x43210a['is']('element','tableCellSuggestion')&&_0x4484a2['push'](_0x43210a);}_0x5a29bc['_suggestionFactory']['getSuggestionCallback'](_0x48cf38,null,_0x245c23)(_0x22b0cf,_0x27bf2c,_0x44054f);for(const _0x5835bb of _0x4484a2)'$graveyard'!=_0x5835bb['root']['rootName']&&_0x46facd['unwrap'](_0x5835bb);});});};_0x4cc76c('insertion','accept'),_0x4cc76c('insertion','discard'),_0x4cc76c('deletion','accept'),_0x4cc76c('deletion','discard'),_0x5a29bc['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x2d749e=>{const _0x4406bc=_0x2d749e['map'](_0xdecde3=>_0xdecde3['getContainedElement']()),_0x1e29d0=_0x4406bc[0x0]['findAncestor']('table'),{minRow:_0x544971,maxRow:_0x59f87c}=_0x5f3028['_getCoordsForCells'](_0x4406bc);_0x4b4d4b['removeRows'](_0x1e29d0,{'at':_0x544971,'rows':_0x59f87c-_0x544971+0x1});}),_0x5a29bc['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x2be983=>{const _0x3940a4=_0x2be983['map'](_0xa4d502=>_0xa4d502['getContainedElement']()),_0x21d1e0=_0x3940a4[0x0]['findAncestor']('table'),{minColumn:_0x17b1ea,maxColumn:_0x486d87}=_0x5f3028['_getCoordsForCells'](_0x3940a4);_0x4b4d4b['removeColumns'](_0x21d1e0,{'at':_0x17b1ea,'columns':_0x486d87-_0x17b1ea+0x1});});const _0x3a5698=(_0x14f979,_0x97020c)=>{if(!_0x97020c['subType']||!_0x97020c['subType']['startsWith']('tablePaste'))return;const _0x1d32a9=_0x97020c['attributes']['tablePasteChainId'],_0x5db67c=_0x5a29bc['getSuggestions']()['filter'](_0xc2597f=>_0xc2597f['isInContent']&&_0xc2597f['attributes']&&_0xc2597f['attributes']['tablePasteChainId']==_0x1d32a9);_0x5db67c['length']&&_0x97020c['getAllAdjacentSuggestions']()['length']!=_0x5db67c['length']&&_0x5db67c['reduce']((_0x368ffb,_0x3f2d13)=>(_0x368ffb['next']=_0x3f2d13,_0x3f2d13['previous']=_0x368ffb,_0x3f2d13));};function _0x5cec38(_0x6a6548,_0x430e6e=!0x0){const {id:_0x345338,authorId:_0x1a7425}=_0x5a29bc['_splitMarkerName'](_0x6a6548['markerName']),_0x57ddbc=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x69ea0d=_0x5a29bc['activeMarkers']['includes'](_0x6a6548['markerName']);return _0x69ea0d&&_0x57ddbc['push']('ck-suggestion-marker--active'),{'classes':_0x57ddbc,'attributes':{'data-suggestion':_0x345338,'data-author-id':_0x1a7425},'priority':_0x69ea0d&&_0x430e6e?0xbc2:0xbb8};}_0x5a29bc['on']('suggestionLoaded',_0x3a5698,{'priority':'high'}),_0x5a29bc['on']('suggestionUnloaded',_0x3a5698,{'priority':'high'}),_0x1b8844['model']['document']['registerPostFixer'](()=>{let _0x2c4239=!0x1;const _0x4d38c2=Array['from'](_0x1b8844['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x3675e4,data:_0x26187b}of _0x4d38c2){const {group:_0x48353d,type:_0x211cb1,id:_0x5dc0ee}=_0x5a29bc['_splitMarkerName'](_0x3675e4);if('suggestion'!=_0x48353d||'deletion'!=_0x211cb1||_0x26187b['oldRange'])continue;if(!_0x5a29bc['hasSuggestion'](_0x5dc0ee))continue;const _0x3d8847=_0x5a29bc['getSuggestion'](_0x5dc0ee)['getRanges'](),_0x44c8f8=_0x1b8844['plugins']['get']('Users')['me'];for(const _0x2cbee8 of _0x5a29bc['getSuggestions']()){if(!_0x2cbee8['isInContent']||_0x2cbee8['author']!=_0x44c8f8)continue;if('formatBlock'!=_0x2cbee8['type']||'tablePasteCell'!=_0x2cbee8['subType'])continue;if(_0x2cbee8['getRanges']()['every'](_0x3b103f=>_0x3d8847['some'](_0x352a14=>_0x352a14['containsRange'](_0x3b103f,!0x0)))){for(const _0x36b0b7 of _0x2cbee8['getAllAdjacentSuggestions']())_0x36b0b7['isInContent']&&(_0x36b0b7['discard'](),_0x2c4239=!0x0);}}}return _0x2c4239;}),_0x1b8844['model']['document']['registerPostFixer'](_0x108f2a=>{const _0x1e6783=_0x1b8844['commands']['get']('redo');if(!_0x1e6783||!_0x1e6783['_createdBatches']['has'](_0x108f2a['batch']))return!0x1;let _0x166242=!0x1;const _0x52015c=_0x1b8844['plugins']['get']('Users')['me'],_0x2d4ece=_0x1b8844['model']['document']['differ']['getChanges'](),_0x2cc920=Array['from'](_0x1b8844['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x415427,data:_0x199bb5})=>{const {group:_0x35cfdb,subType:_0x2e184f,authorId:_0x382c66}=_0x5a29bc['_splitMarkerName'](_0x415427);return'suggestion'==_0x35cfdb&&'tablePaste'==_0x2e184f&&_0x382c66==_0x52015c['id']&&!_0x199bb5['oldRange'];});for(const _0x7890b1 of _0x2d4ece){if('insert'!=_0x7890b1['type']||'tableCellSuggestion'!=_0x7890b1['name']||0x1!=_0x7890b1['length'])continue;const _0x5da8f9=_0x108f2a['createRange'](_0x7890b1['position'],_0x7890b1['position']['getShiftedBy'](0x1));if(!_0x2cc920['find'](({data:_0x5815ac})=>_0x5815ac['newRange']['isEqual'](_0x5da8f9))){for(const {name:_0x5bfca0,data:_0x121446}of _0x2cc920)if(_0x5da8f9['containsRange'](_0x121446['newRange'])){_0x108f2a['updateMarker'](_0x5bfca0,{'range':_0x5da8f9}),_0x166242=!0x0;break;}}}return _0x166242;}),_0x1b8844['model']['document']['registerPostFixer'](_0x382970=>{let _0x496a7f=!0x1;const _0x24673a=_0x1b8844['plugins']['get']('Users')['me'],_0x57c2c5=_0x5a29bc['getSuggestions']()['filter'](_0x2fe709=>_0x2fe709['isInContent']&&_0x2fe709['author']==_0x24673a),_0x3ea46f=new Set(),_0x3af6dc=new Set();for(const _0x1e7c9b of _0x57c2c5)if('tablePaste'==_0x1e7c9b['subType'])for(const _0x4e3d3e of _0x1e7c9b['getMarkers']()){const _0x4d835e=_0x4e3d3e['getRange']()['getContainedElement']();if(_0x4d835e){if(_0x4d835e['is']('element','tableCellSuggestion')&&Ue(_0x4d835e)){_0x1e7c9b['removeMarker'](_0x4e3d3e['name']),_0x3ea46f['add'](_0x4d835e),_0x496a7f=!0x0;const _0x58f2d7=_0x4d835e['nextSibling'],_0x39c727=_0x4d835e['previousSibling'],_0x5a1748=_0x58f2d7&&_0x58f2d7['is']('element','tableCellSuggestion'),_0x4d099f=_0x39c727&&_0x39c727['is']('element','tableCellSuggestion');_0x5a1748&&!_0x3ea46f['has'](_0x58f2d7)&&_0x3af6dc['add'](_0x58f2d7),_0x4d099f&&!_0x3ea46f['has'](_0x39c727)&&_0x3af6dc['add'](_0x39c727);}else _0x4d835e['is']('element','paragraph')&&_0x4d835e['isEmpty']&&(_0x1e7c9b['removeMarker'](_0x4e3d3e['name']),_0x496a7f=!0x0);}}else{if('tablePasteCell'==_0x1e7c9b['subType']){if(!_0x1e7c9b['attributes']||!_0x1e7c9b['attributes']['tablePasteChainId'])continue;const _0x426223=_0x1e7c9b['attributes']['markerAttributes'];if(_0x426223&&Object['keys'](_0x426223)['length'])continue;const _0x497ed9=_0x1e7c9b['attributes']['tablePasteChainId'];let _0x3ca9ca=!0x0,_0xf4d00e=!0x0;for(const _0x40396c of _0x57c2c5)if(_0x40396c['subType']&&_0x40396c['subType']['startsWith']('tablePaste')){if(!_0x40396c['attributes']['tablePasteChainId']){_0xf4d00e=!0x1;break;}if(_0x40396c['id']!=_0x1e7c9b['id']&&_0x40396c['attributes']['tablePasteChainId']==_0x497ed9){_0x3ca9ca=!0x1;break;}}_0xf4d00e&&_0x3ca9ca&&(_0x1e7c9b['removeMarkers'](),_0x496a7f=!0x0);}}for(const _0x1048d9 of _0x3ea46f)_0x382970['remove'](_0x1048d9);for(const _0x4156e7 of _0x3af6dc)_0x382970['unwrap'](_0x4156e7);return _0x496a7f;}),_0x1b8844['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x407d41=>_0x5cec38(_0x407d41),'converterPriority':'high'}),_0x1b8844['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x47256c,_0x494382)=>_0x494382['options']['showSuggestionHighlights']?_0x5cec38(_0x47256c,!0x1):null,'converterPriority':'high'});const _0x35f781=_0x1b8844['editing']['view'];this['listenTo'](_0x35f781['document'],'clipboardOutput',(_0x118f6b,_0x59de58)=>{const _0x1d4b08=[];for(const _0x541d30 of _0x35f781['createRangeIn'](_0x59de58['content'])['getItems']())_0x541d30['is']('element','suggestion-td')&&_0x1d4b08['push'](_0x541d30);_0x35f781['change'](_0x3795d9=>{for(const _0x316448 of _0x1d4b08)_0x3795d9['move'](_0x3795d9['createRangeIn'](_0x316448),_0x3795d9['createPositionBefore'](_0x316448)),_0x3795d9['remove'](_0x316448);});});}}function Ue(_0x5cc89d){if(_0x5cc89d['isEmpty'])return!0x0;const _0x27d6d3=_0x5cc89d['getChild'](0x0);return _0x27d6d3['is']('element','paragraph')&&_0x27d6d3['isEmpty'];}function De(_0x4bb40d,_0x3e670d={},_0xde595a){for(const {isAnchor:_0x27a5e0,cellHeight:_0x2bae17,cellWidth:_0x3f84f0}of _0xde595a['createTableWalker'](_0x4bb40d,{'includeAllSlots':!0x0,..._0x3e670d}))if(!_0x27a5e0||0x1!=_0x2bae17||0x1!=_0x3f84f0)return!0x1;return!0x0;}class Bt extends _0xd6413c{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x531951=this['editor']['plugins']['get']('TrackChangesEditing');_0x531951['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x531951['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x531951['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x531951['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x531951['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x531951['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x4b97b3,_0x3b2b48){const _0x497864=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4da529=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x2a0cd7=_0x3b2b48['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x206cc4=_0x4da529['getColumnGroupElement'](_0x2a0cd7);let _0x51b6cb=_0x206cc4?_0x4da529['getTableColumnsWidths'](_0x206cc4):null,_0x2b023c=_0x2a0cd7['getAttribute']('tableWidth')||null;const _0x1d0cbf=_0x3b2b48['tableWidth']||_0x2b023c,_0x48aa37=_0x3b2b48['columnWidths']||_0x51b6cb,_0x444cc9=this['editor']['plugins']['get']('Users')['me'];for(const _0x3cec17 of _0x497864['getSuggestions']()){const _0x308a3e=_0x3cec17['getContainedElement']();if('resizeTable'===_0x3cec17['subType']&&_0x308a3e===_0x2a0cd7){_0x3cec17['author']!==_0x444cc9&&_0x3cec17['discard']();const _0x278671=_0x3cec17['data']['commandParams'];_0x2b023c=_0x278671[0x0]['tableWidth'],_0x51b6cb=_0x278671[0x0]['columnWidths'];break;}}_0x4b97b3({'table':_0x2a0cd7,'tableWidth':_0x1d0cbf,'columnWidths':_0x48aa37}),_0x497864['markBlockFormat'](_0x2a0cd7,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x2b023c,'columnWidths':_0x51b6cb}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x4f71f0){if('formatBlock'!=_0x4f71f0['type']&&'formatInline'!=_0x4f71f0['type'])return;const {data:_0x13ae3c}=_0x4f71f0;if(_0x13ae3c&&'resizeTable'===_0x13ae3c['formatGroupId']){const _0x103d62='*Format:*\x20resize\x20table';return{'type':'format','content':c(this['editor']['locale'],_0x103d62)};}}}class Ot extends _0xd6413c{['afterInit'](){const _0x3873be=this['editor'];_0x3873be['plugins']['has']('Template')&&_0x3873be['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Rt extends _0xd6413c{['afterInit'](){const _0x1f3177=this['editor'];if(!_0x1f3177['commands']['get']('insertTableOfContents'))return;_0x1f3177['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x5aa8ad=_0x1f3177['plugins']['get']('TrackChangesEditing'),_0x49623f=_0x1f3177['locale'];_0x5aa8ad['descriptionFactory']['registerElementLabel']('tableOfContents',_0x4618b0=>c(_0x49623f,'ELEMENT_TABLE_OF_CONTENTS',_0x4618b0));}}class xt extends _0xd6413c{['afterInit'](){const _0x4afe73=this['editor'];if(!_0x4afe73['plugins']['has']('Title'))return;const _0x13b21a=_0x4afe73['plugins']['get']('TrackChangesEditing');_0x13b21a['descriptionFactory']['registerElementLabel']('title-content',()=>c(_0x4afe73['locale'],'ELEMENT_TITLE')),_0x4afe73['model']['document']['registerPostFixer'](_0x499d3a=>{let _0x187133=!0x1;const _0x260e93=Array['from'](_0x4afe73['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x43d9c4,data:_0x24a0cf}of _0x260e93){const {group:_0x1e3e33}=_0x13b21a['_splitMarkerName'](_0x43d9c4);if('suggestion'!==_0x1e3e33||!_0x24a0cf['newRange'])continue;const _0x308586=_0x24a0cf['newRange'],_0x59f9fb=_0x308586['end']['nodeBefore'];if(!_0x59f9fb||!_0x59f9fb['is']('element','title-content'))continue;if(!_0x308586['start']['isTouching'](_0x308586['end']))continue;const _0x553eca=_0x4afe73['model']['schema']['getNearestSelectionRange'](_0x308586['end'],'forward');if(_0x553eca&&_0x553eca['isCollapsed']){const _0x452347=_0x499d3a['createRange'](_0x308586['start'],_0x553eca['start']);_0x452347['isEqual'](_0x308586)||(_0x499d3a['updateMarker'](_0x43d9c4,{'range':_0x452347}),_0x187133=!0x0);}_0x187133||(_0x499d3a['removeMarker'](_0x43d9c4),_0x187133=!0x0);}return _0x187133;});}}class Tt extends _0xd6413c{['afterInit'](){const _0x2a72a2=this['editor'],_0x14ecf=_0x2a72a2['plugins']['get']('TrackChangesEditing');_0x2a72a2['plugins']['has']('Uploadcare')&&(_0x14ecf['enableCommand']('uploadcare'),_0x2a72a2['plugins']['has']('UploadcareImageEdit')&&(_0x14ecf['enableCommand']('uploadcareImageEdit'),_0x14ecf['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x14ecf['registerBlockAttribute']('uploadcareImageId'),_0x14ecf['descriptionFactory']['registerDescriptionCallback'](_0x575eff=>{if('attribute'!=_0x575eff['type'])return;const {data:_0x4fc8c4}=_0x575eff;return _0x4fc8c4&&'uploadcareImageId'==_0x4fc8c4['key']?{'type':'format','content':''}:void 0x0;})));}}class Et extends _0xd6413c{['afterInit'](){const _0x324468=this['editor'],_0x5967cc=_0x324468['plugins']['get']('TrackChangesEditing');_0x324468['plugins']['has']('UndoEditing')&&(_0x5967cc['enableCommand']('undo'),_0x5967cc['enableCommand']('redo'));}}class Ut extends _0xd6413c{static get['requires'](){return[Ct];}['afterInit'](){const _0x58051a=this['editor'];if(!_0x58051a['plugins']['has']('TableCaptionEditing'))return;_0x58051a['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Vt extends _0xd6413c{['tableProperties'];['tableCellProperties'];constructor(_0x26e1d2){super(_0x26e1d2),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 _0x1a2c3a=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x3c7513 of this['tableProperties'])_0x1a2c3a['enableCommand'](_0x3c7513,(_0x598976,_0x125bad)=>{const _0x559648=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x3c7513,[_0x559648],this['tableProperties'],'tableProperties',_0x598976,_0x125bad);});_0x1a2c3a['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x1a2c3a['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x1a2c3a['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x5f0ae2,_0x5dc386)=>this['handleDiscardAction'](this['tableProperties'],_0x5f0ae2,_0x5dc386)),_0x1a2c3a['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x425005 of this['tableCellProperties'])_0x1a2c3a['enableCommand'](_0x425005,(_0x2ad876,_0x2d8116)=>{const _0x5ae02f=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x425005,_0x5ae02f,this['tableCellProperties'],'tableCellProperties',_0x2ad876,_0x2d8116);});_0x1a2c3a['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x1a2c3a['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x1a2c3a['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0xfb0107,_0x4cf80d)=>this['handleDiscardAction'](this['tableCellProperties'],_0xfb0107,_0x4cf80d)),_0x1a2c3a['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x1a2c3a['descriptionFactory']['registerDescriptionCallback'](_0x28f191=>this['handleSuggestionDescription'](_0x28f191));}['_handlePropertyChange'](_0x159458,_0x585673,_0xf35354,_0x3d585f,_0x3f4751,_0x1c8064){const _0x5dfa48=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x1c8064['batch'],()=>{for(const _0x2ebf9b of _0x585673){if(this['_getSuggestion'](_0x2ebf9b,_0x3d585f))_0x3f4751(_0x1c8064);else{const _0x31c38f={};for(const _0x4dc2fc of _0xf35354){const _0x5ae444=_0x2ebf9b['getAttribute'](_0x4dc2fc);void 0x0!==_0x5ae444&&(_0x31c38f[_0x4dc2fc]=_0x5ae444);}_0x3f4751(_0x1c8064),_0x5dfa48['markBlockFormat'](_0x2ebf9b,{'commandParams':[_0x31c38f]},[],_0x3d585f);}}});}['handleDiscardAction'](_0x34dbac,_0xba59a4,_0x43a871){const _0x4eea12=_0xba59a4[0x0]['start']['nodeAfter'],_0xf11cea=_0x43a871['commandParams'][0x0];this['editor']['model']['change'](_0x4dcbf0=>{for(const _0x385f4c of _0x34dbac)void 0x0!==_0xf11cea[_0x385f4c]?_0x4dcbf0['setAttribute'](_0x385f4c,_0xf11cea[_0x385f4c],_0x4eea12):_0x4dcbf0['removeAttribute'](_0x385f4c,_0x4eea12);});}['handleSuggestionDescription'](_0x2eb910){if(_0x2eb910['data'])switch(_0x2eb910['subType']){case'tableProperties':return{'type':'format','content':c(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':c(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0xf4a897,_0x40d92b){const _0x2e63cb=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x164f48 of _0x2e63cb['getSuggestions']({'skipNotAttached':!0x0})){const _0x4af5b0=_0x164f48['getContainedElement']();if(_0x164f48['subType']===_0x40d92b&&_0x4af5b0===_0xf4a897)return _0x164f48;}return null;}}const u='$elementName';class p extends _0xd6413c{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x98631a,_0x16e4a9,U,V,F,G,L,K,J,H,q,z,X,Y,Z,tt,et,nt,it,st,ot,rt,ct,at,ut,ft,ht,gt,Q,kt,lt,W,Se,dt,pt,wt,bt,yt,jt,St,At,It,_t,vt,Ct,Nt,Dt,Ye,Ut,$t,Bt,Rt,Vt,Ot,xt,Tt,Et];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x544292){super(_0x544292),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x215554,_0xeddc1c,_0x1a7d4e,_0x46e047)=>{this['_model']['change'](()=>{for(const _0x3b1265 of[..._0x46e047,..._0x1a7d4e])this['_model']['markers']['has'](_0x3b1265)&&_0x544292['editing']['reconvertMarker'](_0x3b1265);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Pt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x544292['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this['_blockAttributeKeys']=new Set([u]),this['_inlineAttributeKeys']=new Set(),_0x544292['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x544292['config']['get']('trackChanges.trackFormatChanges'),_0x544292['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x544292['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x544292,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x33d988=this['editor'],_0x36ea37=(_0x4d68aa,_0x45cb42)=>{if('attribute'!=_0x4d68aa)return'ck-suggestion-marker-'+_0x4d68aa;const _0x269783=_0x45cb42['split']('|')[0x0];return this['_isBlockAttribute'](_0x269783)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x33d988['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x265030=>{const {id:_0x31c5aa,authorId:_0x34d516,type:_0x2f00ce,subType:_0x1ac4ab}=this['_splitMarkerName'](_0x265030['markerName']),_0x1dfc61=['ck-suggestion-marker',_0x36ea37(_0x2f00ce,_0x1ac4ab)];let _0x14752c=0xbb8;return this['activeMarkers']['includes'](_0x265030['markerName'])&&(_0x1dfc61['push']('ck-suggestion-marker--active'),_0x14752c=0xbc2),'deletion'==_0x2f00ce&&(_0x14752c+=0x5),{'classes':_0x1dfc61,'attributes':{'data-suggestion':_0x31c5aa,'data-author-id':_0x34d516},'priority':_0x14752c};}}),_0x33d988['conversion']['for']('dataDowncast')['add'](_0x200070=>{_0x200070['on']('addMarker:suggestion',(_0x292934,_0x1d10d0,_0x1f6362)=>{if(!_0x1f6362['options']['showSuggestionHighlights'])return;const _0x533db2=_0x1d10d0['item'];if(!_0x533db2)return;const _0x37ee33=_0x1f6362['mapper']['toViewElement'](_0x533db2);_0x33d988['model']['schema']['isObject'](_0x533db2)&&_0x37ee33&&!_0x37ee33['getCustomProperty']('widget')&&_0x37ee33['is']('containerElement')&&_0x441bd1(_0x37ee33,_0x1f6362['writer']);},{'priority':'high'});}),_0x33d988['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x501e44,_0x4fd93d)=>{if(!_0x4fd93d['options']['showSuggestionHighlights'])return null;const {type:_0x45c596,subType:_0x460951}=this['_splitMarkerName'](_0x501e44['markerName']);return{'classes':['ck-suggestion-marker',_0x36ea37(_0x45c596,_0x460951)],'priority':0xbb8};}});const _0x2787f7=({showActiveMarkers:_0x3592f3=!0x0,isAttributeSuggestion:_0x48b2d3=!0x1}={})=>(_0x122d63,_0x24651d,_0x15c500)=>{if(!_0x24651d['item'])return;const {id:_0xbdfac,authorId:_0x2c4b41}=this['_splitMarkerName'](_0x24651d['markerName']);if(_0x48b2d3){const _0xaf117c=this['_suggestions']['get'](_0xbdfac),_0x1e5350=this['_getAttributeKey'](_0xaf117c);if(!this['_isBlockAttribute'](_0x1e5350))return;}if(_0x24651d['item']['is']('selection'))return void _0x15c500['consumable']['consume'](_0x24651d['item'],_0x122d63['name']);const _0x4dd097=_0x15c500['mapper']['toViewElement'](_0x24651d['item']);if(_0x24651d['item']['is']('element')&&_0x33d988['model']['schema']['isBlock'](_0x24651d['item'])&&!_0x4dd097['getCustomProperty']('addHighlight')){_0x15c500['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x4dd097),_0x15c500['writer']['setAttribute']('data-suggestion',_0xbdfac,_0x4dd097),_0x15c500['writer']['setAttribute']('data-author-id',_0x2c4b41,_0x4dd097),_0x15c500['mapper']['bindElementToMarker'](_0x4dd097,_0x24651d['markerName']),_0x3592f3&&(this['activeMarkers']['includes'](_0x24651d['markerName'])?_0x15c500['writer']['addClass']('ck-suggestion-marker--active',_0x4dd097):_0x15c500['writer']['removeClass']('ck-suggestion-marker--active',_0x4dd097));for(const _0x5ebe79 of _0x33d988['model']['createRangeIn'](_0x24651d['item'])['getItems']())_0x15c500['consumable']['consume'](_0x5ebe79,_0x122d63['name']);_0x15c500['consumable']['consume'](_0x24651d['item'],_0x122d63['name']);}};_0x33d988['conversion']['for']('dataDowncast')['add'](_0x552eb0=>{_0x552eb0['on']('addMarker:suggestion:formatBlock',(_0x50304b,_0x45fbc0,_0x121de1)=>{_0x121de1['options']['showSuggestionHighlights']&&_0x2787f7({'showActiveMarkers':!0x1})(_0x50304b,_0x45fbc0,_0x121de1);},{'priority':'highest'});}),_0x33d988['conversion']['for']('dataDowncast')['add'](_0x5608a3=>{_0x5608a3['on']('addMarker:suggestion:attribute',(_0x1125a7,_0x5dd9a1,_0x1b75fd)=>{_0x1b75fd['options']['showSuggestionHighlights']&&_0x2787f7({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x1125a7,_0x5dd9a1,_0x1b75fd);},{'priority':'highest'});}),_0x33d988['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0xa3658b,_0x1d824f)=>_0x1d824f['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0xa3658b['substr'](0xb)}}),_0x33d988['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x3a0ef4,{writer:_0x3ecf33})=>{let _0x1283d7='suggestion:'+_0x3a0ef4['getAttribute']('suggestion-type')+':'+_0x3a0ef4['getAttribute']('id');return _0x3a0ef4['getAttribute']('marker-count')&&(_0x1283d7+=':'+_0x3a0ef4['getAttribute']('marker-count')),_0x3ecf33['createElement']('$marker',{'data-name':_0x1283d7});}}),_0x33d988['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x33d988['conversion']['for']('editingDowncast')['add'](_0x14ee9f=>{_0x14ee9f['on']('addMarker:suggestion:formatBlock',_0x2787f7(),{'priority':'high'});}),_0x33d988['conversion']['for']('editingDowncast')['add'](_0x15c728=>{_0x15c728['on']('addMarker:suggestion:attribute',_0x2787f7({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x33d988['conversion']['for']('editingDowncast')['add'](_0x311898=>{_0x311898['on']('removeMarker:suggestion:formatBlock',(_0x4843c1,_0x4d6d7,_0x4bef36)=>{const _0x2144f5=_0x4bef36['mapper']['markerNameToElements'](_0x4d6d7['markerName']);if(_0x2144f5){for(const _0x2990cd of _0x2144f5)_0x2990cd['getCustomProperty']('addHighlight')||(_0x4bef36['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x2990cd),_0x4bef36['writer']['removeAttribute']('data-suggestion',_0x2990cd),_0x4bef36['writer']['removeAttribute']('data-author-id',_0x2990cd),_0x4bef36['mapper']['unbindElementFromMarkerName'](_0x2990cd,_0x4d6d7['markerName']));}},{'priority':'high'});}),_0x33d988['conversion']['for']('editingDowncast')['add'](_0x5befb2=>{_0x5befb2['on']('removeMarker:suggestion:attribute',(_0x121d77,_0x397a1e,_0x5bb940)=>{const _0x3dcdbf=_0x5bb940['mapper']['markerNameToElements'](_0x397a1e['markerName']);if(!_0x3dcdbf)return;const {id:_0x2e082e}=this['_splitMarkerName'](_0x397a1e['markerName']),_0x26a9d0=this['_suggestions']['get'](_0x2e082e),_0x3a09b7=this['_getAttributeKey'](_0x26a9d0);if(this['_isBlockAttribute'](_0x3a09b7)){for(const _0x4a2413 of _0x3dcdbf)_0x4a2413['getCustomProperty']('addHighlight')||(_0x5bb940['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x4a2413),_0x5bb940['writer']['removeAttribute']('data-suggestion',_0x4a2413),_0x5bb940['writer']['removeAttribute']('data-author-id',_0x4a2413),_0x5bb940['mapper']['unbindElementFromMarkerName'](_0x4a2413,_0x397a1e['markerName']));}},{'priority':'high'});}),_0x33d988['model']['document']['registerPostFixer'](_0x556058=>{let _0x273bcd=!0x1;const _0x14fc9d=Array['from'](_0x33d988['model']['document']['differ']['getChangedMarkers']()),_0x3078eb=new Set();for(const {name:_0x2a9c9d,data:_0x4aecd3}of _0x14fc9d){const {group:_0x2ef1ff,type:_0x2ba1b1,subType:_0x869a73,id:_0x1171e3}=this['_splitMarkerName'](_0x2a9c9d);if('suggestion'!==_0x2ef1ff)continue;const _0x160008=this['_suggestions']['get'](_0x1171e3);if(null!=_0x4aecd3['newRange']){'formatInline'==_0x2ba1b1&&(_0x273bcd=_0x273bcd||Jt(_0x4aecd3['newRange'],_0x2a9c9d,_0x556058,_0x33d988['model']['schema']));const _0x474616='attribute'==_0x2ba1b1&&this['_isBlockAttribute'](_0x869a73['split']('|')[0x0]);if(_0x4aecd3['newRange']['isCollapsed']||'$graveyard'==_0x4aecd3['newRange']['root']['rootName']||'formatBlock'==_0x2ba1b1&&!Ht(_0x4aecd3['newRange'])||_0x474616&&!Ht(_0x4aecd3['newRange'])||'deletion'==_0x2ba1b1&&!(!Lt(_0x52061e=_0x4aecd3['newRange'])&&!function(_0x459848){return _0x459848['start']['parent']==_0x459848['end']['nodeBefore']&&_0x459848['start']['isAtEnd'];}(_0x52061e)))_0x556058['removeMarker'](_0x2a9c9d),_0x273bcd=!0x0;else{if(!_0x160008||!_0x160008['isInContent'])continue;if(_0x4aecd3['newRange']&&_0x4aecd3['oldRange']&&_0x4aecd3['newRange']['isEqual'](_0x4aecd3['oldRange']))continue;_0x3078eb['add'](_0x160008);}}}var _0x52061e;return _0x3078eb['size']>0x0&&(_0x273bcd=!!this['_joinWithAdjacentSuggestions'](_0x3078eb)||_0x273bcd),_0x273bcd;}),_0x33d988['model']['document']['registerPostFixer'](_0x4f1a92=>{let _0x4273d7=!0x1;for(const _0x3abc37 of _0x33d988['model']['document']['differ']['getChanges']())if('insert'==_0x3abc37['type'])for(const _0x29d93c of this['_suggestions']['values']()){if(_0x29d93c['isMultiRange']||!_0x29d93c['isInContent'])continue;const _0x207f11='formatBlock'==_0x29d93c['type'],_0x10d62d=this['_getAttributeKey'](_0x29d93c),_0x421033=_0x10d62d&&this['_isBlockAttribute'](_0x10d62d);if(!_0x207f11&&!_0x421033)continue;const _0x2b9885=_0x29d93c['getFirstRange']();if(_0x2b9885['start']['parent']!=_0x2b9885['end']['parent']&&!_0x2b9885['end']['isAtEnd']){const _0x152e84=_0x33d988['model']['createPositionAt'](_0x2b9885['start']['nodeAfter'],'end'),_0x1a972d=_0x33d988['model']['createRange'](_0x2b9885['start'],_0x152e84);_0x4f1a92['updateMarker'](_0x29d93c['getFirstMarker'](),{'range':_0x1a972d}),_0x4273d7=!0x0;}}return _0x4273d7;}),_0x33d988['model']['document']['registerPostFixer'](_0x359992=>this['_processAttributeChanges'](_0x359992)),_0x33d988['model']['document']['registerPostFixer'](_0x28ef5b=>!_0x28ef5b['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x28ef5b)),_0x33d988['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x33d988['model']['document']['on']('change:data',(_0x375701,_0x2b8515)=>{if(!_0x2b8515['isLocal']||_0x2b8515['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x39e3dc=_0x33d988['model']['document']['differ']['getChanges']();if(0x0==_0x39e3dc['length'])return;const _0x369f60=[],_0x222f8b=_0x39e3dc['filter'](_0x1f700a=>'attribute'==_0x1f700a['type']),_0x5e5730=_0x39e3dc['filter'](_0x5a47a5=>'insert'==_0x5a47a5['type']&&'$text'!=_0x5a47a5['name']);for(const _0x54c24b of _0x222f8b)this['_isRegisteredAttribute'](_0x54c24b['attributeKey'])&&_0x369f60['push']({'key':_0x54c24b['attributeKey'],'newValue':_0x54c24b['attributeNewValue'],'oldValue':_0x54c24b['attributeOldValue'],'range':qt(_0x54c24b['range'],_0x33d988['model'])});for(const _0x3b72bc of _0x5e5730){if('rename'!=_0x3b72bc['action']&&'refresh'!=_0x3b72bc['action'])continue;const _0x347d12=zt(_0x3b72bc['position']['nodeAfter'],_0x33d988['model']),_0x303da6=_0x3b72bc['before'];'rename'==_0x3b72bc['action']&&_0x369f60['push']({'key':u,'newValue':_0x3b72bc['name'],'oldValue':_0x303da6['name'],'range':_0x347d12});for(const [_0x1acf40,_0x18b41e]of _0x303da6['attributes']){if(!this['_isRegisteredAttribute'](_0x1acf40))continue;const _0x589e73=_0x3b72bc['attributes']['get'](_0x1acf40);_0x18b41e!==_0x589e73&&_0x369f60['push']({'key':_0x1acf40,'newValue':_0x589e73,'oldValue':_0x18b41e,'range':_0x347d12});}for(const [_0x59ca27,_0x8aa02b]of _0x3b72bc['attributes'])this['_isRegisteredAttribute'](_0x59ca27)&&(_0x303da6['attributes']['has'](_0x59ca27)||_0x369f60['push']({'key':_0x59ca27,'newValue':_0x8aa02b,'oldValue':null,'range':_0x347d12}));}0x0!=_0x369f60['length']&&_0x33d988['model']['enqueueChange'](_0x2b8515,_0x45cdd1=>{const _0x44210f=_0x2fdf50();for(const {range:_0x320f2b,key:_0x46e8e2,oldValue:_0x1ca1e5,newValue:_0xea5510}of _0x369f60)this['markAttributeChange'](_0x320f2b,_0x46e8e2,_0x1ca1e5,_0xea5510,{'groupId':_0x44210f});this['_reduceExistingSuggestions'](_0x45cdd1,_0x369f60);});},{'priority':'lowest'}),_0x33d988['model']['markers']['on']('update:suggestion',(_0x4d36b3,_0xb05bef,_0x342ff2)=>{if(null==_0x342ff2){const {id:_0xb53d93}=this['_splitMarkerName'](_0xb05bef['name']),_0xca47b2=this['_suggestions']['get'](_0xb53d93);_0xca47b2&&_0xca47b2['addMarkerName'](_0xb05bef['name']);}}),_0x33d988['model']['document']['on']('change:data',()=>{const _0x9db446=Array['from'](_0x33d988['model']['document']['differ']['getChangedMarkers']())['filter'](_0xe67394=>'suggestion'===this['_splitMarkerName'](_0xe67394['name'])['group']);if(0x0===_0x9db446['length'])return;_0x9db446['sort']((_0x6eb59d,_0x3bdcdc)=>{const _0x265389=_0x6eb59d['data']['oldRange'],_0x3b3d21=_0x3bdcdc['data']['oldRange'];return null===_0x265389&&null===_0x3b3d21?0x0:null===_0x265389&&null!==_0x3b3d21?-0x1:null!==_0x265389&&null===_0x3b3d21?0x1:_0x265389['start']['isBefore'](_0x3b3d21['start'])?-0x1:0x1;});const _0x1098d7=new Set(),_0x15c288=new Set();for(const {name:_0x4f5511,data:_0x135b07}of _0x9db446){const {id:_0xee36df}=this['_splitMarkerName'](_0x4f5511);if(null===_0x135b07['oldRange']){const _0x3d4572=this['_handleNewSuggestionMarker'](_0x4f5511);_0x15c288['add'](_0x3d4572);}else{const _0x3ca1b7=this['_suggestions']['get'](_0xee36df);null!==_0x135b07['newRange']||_0x3ca1b7['isInContent']?(_0x1098d7['add'](_0x3ca1b7['head']),_0x15c288['add'](_0x3ca1b7)):this['_removeSuggestion'](_0x3ca1b7);}}_0x15c288['size']>0x0&&this['_refreshSuggestionsChain'](_0x15c288);for(const _0x1da210 of _0x1098d7)this['fire']('suggestionChanged',_0x1da210);}),_0x33d988['model']['on']('applyOperation',(_0x46be3c,_0x234b77)=>{const _0xadec4d=_0x234b77[0x0];if(!this['_suggestions']['size'])return;if(!_0xadec4d['isDocumentOperation'])return;if(_0xadec4d['batch']['isUndo']||!_0xadec4d['batch']['isLocal'])return;let _0x4f6994,_0x49ca7d;switch(_0xadec4d['type']){case'insert':_0x4f6994=_0x33d988['model']['createPositionAt'](_0xadec4d['position']),_0x49ca7d=_0x4f6994['getShiftedBy'](_0xadec4d['howMany']);break;case'split':_0x4f6994=_0x33d988['model']['createPositionAt'](_0xadec4d['splitPosition']),_0x49ca7d=_0x33d988['model']['createPositionAt'](_0xadec4d['moveTargetPosition']);break;case'move':_0x4f6994=_0x33d988['model']['createPositionAt'](_0xadec4d['targetPosition']),_0x49ca7d=_0x4f6994['getShiftedBy'](_0xadec4d['howMany']);break;default:return;}const _0x3ae8e8=_0x33d988['model']['createRange'](_0x4f6994,_0x49ca7d);_0x33d988['model']['change'](()=>{for(const {suggestion:_0x457a89,meta:_0x26249f}of this['_findSuggestions'](_0x3ae8e8)){if(_0x457a89['isMultiRange'])continue;if('formatInline'==_0x457a89['type'])continue;const _0x147690=this['_getAttributeKey'](_0x457a89);if(_0x147690&&this['_isBlockAttribute'](_0x147690)&&'split'!=_0xadec4d['type'])continue;const _0x14aa1c=_0x457a89['data']&&_0x457a89['data']['multipleBlocks'];('formatBlock'!=_0x457a89['type']||'split'==_0xadec4d['type']&&!_0x14aa1c)&&(_0x26249f['containsRangeInObject']||'insertion'==_0x457a89['type']&&_0x26249f['isOwn']||_0x457a89['getFirstRange']()['containsRange'](_0x3ae8e8)&&this['_breakSuggestionMarker'](_0x457a89,_0x4f6994,_0x49ca7d));}});},{'priority':'lowest'}),_0x33d988['model']['on']('deleteContent',(_0x340a8f,_0x41676a)=>{const _0x496967=_0x41676a[0x0],_0x9a9f57=_0x41676a[0x1];if(_0x9a9f57&&_0x9a9f57['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x496967['isCollapsed'])return;const _0x30568d=_0x33d988['model']['schema'],{start:_0x501731,end:_0xe5b017}=_0x496967['getFirstRange'](),_0x340dc5=_0x501731['nodeAfter']&&_0x30568d['isLimit'](_0x501731['nodeAfter'])?null:_0x30568d['getNearestSelectionRange'](_0x501731,'forward'),_0x4788f8=_0xe5b017['nodeBefore']&&_0x30568d['isLimit'](_0xe5b017['nodeBefore'])?null:_0x30568d['getNearestSelectionRange'](_0xe5b017,'backward'),_0x368f97=_0x33d988['model']['createRange'](_0x340dc5?_0x340dc5['start']:_0x501731,_0x4788f8?_0x4788f8['end']:_0xe5b017);_0x33d988['model']['change'](_0x338797=>{this['markDeletion'](_0x368f97);const _0x2ff765=_0x33d988['model']['schema']['getNearestSelectionRange'](_0x368f97['start']);_0x496967['is']('documentSelection')?_0x338797['setSelection'](_0x2ff765):_0x496967['setTo'](_0x2ff765);}),_0x340a8f['stop']();},{'priority':_0x3b217d['normal']+0xa}),_0x33d988['model']['on']('insertContent',(_0x5c8f98,_0x321127)=>{const _0x54bf64=_0x321127[_0x321127['length']-0x1];_0x54bf64&&_0x54bf64['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x33d988['model']['change'](()=>{let _0x6c4535=_0x33d988['model']['insertContent'](_0x321127[0x0],_0x321127[0x1],_0x321127[0x2],{'forceDefaultExecution':!0x0});if(!_0x6c4535)return;_0x5c8f98['return']=_0x6c4535['clone']();const _0x39b89c=_0x6c4535['end']['nodeBefore'],_0x2d27c9=_0x33d988['model']['schema'];_0x39b89c&&_0x2d27c9['isBlock'](_0x39b89c)&&!_0x2d27c9['isObject'](_0x39b89c)&&(_0x6c4535=_0x33d988['model']['createRange'](_0x6c4535['start'],_0x33d988['model']['createPositionAt'](_0x39b89c,'end'))),this['markInsertion'](_0x6c4535);}),_0x5c8f98['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x196419=new O(_0x33d988,this['_suggestions']);_0x33d988['commands']['add']('acceptSuggestion',_0x196419),this['enableCommand']('acceptSuggestion');const _0x9b403f=new R(_0x33d988,this['_suggestions']);_0x33d988['commands']['add']('discardSuggestion',_0x9b403f),this['enableCommand']('discardSuggestion'),_0x33d988['commands']['add']('acceptAllSuggestions',new x(_0x33d988,_0x196419,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x33d988['commands']['add']('discardAllSuggestions',new x(_0x33d988,_0x9b403f,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x33d988['commands']['add']('acceptSelectedSuggestions',new E(_0x33d988,_0x196419,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x33d988['commands']['add']('discardSelectedSuggestions',new E(_0x33d988,_0x9b403f,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x4de079=_0x33d988['plugins']['get']('CommentsRepository');this['listenTo'](_0x4de079,'addComment',(_0x1ae8ec,{threadId:_0xa38a81})=>{const _0x49316c=this['_suggestions']['get'](_0xa38a81);_0x49316c&&_0x49316c['commentThread']&&0x1===_0x49316c['commentThread']['length']&&this['_updateSuggestionData'](_0xa38a81,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x4de079,'removeComment',(_0x490fbb,{threadId:_0x184c88})=>{const _0x24f75e=this['_suggestions']['get'](_0x184c88);_0x24f75e&&_0x24f75e['commentThread']&&!_0x24f75e['commentThread']['length']&&this['_updateSuggestionData'](_0x184c88,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x44e2b3){const _0x34c262=_0x317089([0x6d,0x39,0x43,0x47,0x74,0x33,0x41,0x4c,0x42,0x51,0x49,0x38,0x66,0x57,0x7a,0x4d,0x5a,0x54,0x48,0x34,0x37,0x6b,0x58,0x6a,0x45,0x62,0x55,0x73,0x35,0x30,0x61,0x72,0x36,0x4e,0x59,0x69,0x6f,0x70,0x6e,0x64,0x63,0x4b,0x52,0x68,0x50,0x31,0x71,0x32,0x6c,0x76,0x77,0x4f,0x46,0x67,0x4a,0x75,0x44,0x56,0x79,0x65,0x78,0x53]),_0x2b7299=0x408961b3,_0x158dc0=0x408e04b3^_0x2b7299,_0x36fa5f=window[_0x317089([0x44,0x61,0x74,0x65])][_0x317089([0x6e,0x6f,0x77])](),_0x267a10=_0x44e2b3[_0x317089([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xf4002b=new window[(_0x317089([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x27e761=>{_0x267a10[_0x317089([0x6f,0x6e,0x63,0x65])](_0x317089([0x72,0x65,0x61,0x64,0x79]),_0x27e761);}),_0x548300={[_0x317089([0x6b,0x74,0x79])]:_0x317089([0x45,0x43]),[_0x317089([0x75,0x73,0x65])]:_0x317089([0x73,0x69,0x67]),[_0x317089([0x63,0x72,0x76])]:_0x317089([0x50,0x2d,0x32,0x35,0x36]),[_0x317089([0x78])]:_0x317089([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]),[_0x317089([0x79])]:_0x317089([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]),[_0x317089([0x61,0x6c,0x67])]:_0x317089([0x45,0x53,0x32,0x35,0x36])},_0x22a411=_0x267a10[_0x317089([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x317089([0x67,0x65,0x74])](_0x317089([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5a7b32(){let _0x783422,_0x45b856=null,_0x2265bb=null;try{if(_0x22a411==_0x317089([0x47,0x50,0x4c]))return _0x317089([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x783422=_0x41cc9b(),!_0x783422)return _0x317089([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x783422[_0x317089([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2265bb=_0x1e5a5f(_0x783422[_0x317089([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x783422[_0x317089([0x6a,0x74,0x69])])),await _0x4e4beb()?_0x4e4565()?_0x1ecc8f()?_0x317089([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x47fe31()?(_0x783422[_0x317089([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x317089([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x45b856=_0x1f8740(_0x317089([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x783422[_0x317089([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x317089([0x74,0x72,0x69,0x61,0x6c])&&(_0x45b856=_0x1f8740(_0x317089([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xd81797()):_0x317089([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x317089([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x317089([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0xbab9f4){return _0x317089([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1ecc8f(){const _0x1d3185=[_0x317089([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x317089([0x74,0x72,0x69,0x61,0x6c])][_0x317089([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x783422[_0x317089([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x36fa5f/0x3e8:0xe10*_0x158dc0;return _0x783422[_0x317089([0x65,0x78,0x70])]<_0x1d3185;}function _0x4e4565(){const _0x238c5a=_0x783422[_0x317089([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x238c5a)return!0x1;if(_0x238c5a[_0x317089([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x317089([0x2a])))return!0x0;if(_0x238c5a[_0x317089([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x317089([0x54,0x43])))return!0x0;if(_0x238c5a[_0x317089([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x317089([0x52,0x54,0x43]))){if(_0x3f27ca())return!0x0;if(_0x18c0fc()||_0xffcace())return!0x0;}return!0x1;}function _0x47fe31(){const _0x2aa1b7=_0x783422[_0x317089([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2aa1b7||0x0==_0x2aa1b7[_0x317089([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1950d5}=new URL(window[_0x317089([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x2aa1b7[_0x317089([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1950d5))return!0x0;const _0x488aa1=_0x1950d5[_0x317089([0x73,0x70,0x6c,0x69,0x74])](_0x317089([0x2e]));return _0x2aa1b7[_0x317089([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4e1614=>_0x4e1614[_0x317089([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x317089([0x2a])))[_0x317089([0x6d,0x61,0x70])](_0x31ca60=>_0x31ca60[_0x317089([0x73,0x70,0x6c,0x69,0x74])](_0x317089([0x2e])))[_0x317089([0x73,0x6f,0x6d,0x65])](_0x505587=>_0x488aa1[_0x317089([0x65,0x76,0x65,0x72,0x79])]((_0x5b4c31,_0x230cf4)=>_0x505587[_0x230cf4]===_0x5b4c31||_0x505587[_0x230cf4]===_0x317089([0x2a])));}function _0xd81797(){return _0x45b856&&_0x2265bb?new window[(_0x317089([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5ef465,_0x4cbf41)=>{_0x45b856[_0x317089([0x74,0x68,0x65,0x6e])](_0x5ef465,_0x4cbf41),_0x2265bb[_0x317089([0x74,0x68,0x65,0x6e])](_0x4debc7=>{_0x4debc7!=_0x317089([0x56,0x61,0x6c,0x69,0x64])&&_0x5ef465(_0x4debc7);},_0x4cbf41);}):_0x45b856||_0x2265bb||_0x317089([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1e5a5f(_0x8526e8,_0x4d2359){return new window[(_0x317089([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a511e=>{if(_0x41ae61())return _0x5a511e(_0x317089([0x56,0x61,0x6c,0x69,0x64]));_0x161cb8(),_0x267a10[_0x317089([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x317089([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x52efef=!0x1;const _0x3028f9=_0x2fdf50();function _0x1eb1fe(_0x32750f){return!!_0x32750f&&(typeof _0x32750f===_0x317089([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x32750f===_0x317089([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x32750f[_0x317089([0x74,0x68,0x65,0x6e])]===_0x317089([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x32750f[_0x317089([0x63,0x61,0x74,0x63,0x68])]===_0x317089([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x344451(_0x1febba){_0x256978(_0x1febba)[_0x317089([0x74,0x68,0x65,0x6e])](_0x2400b4=>{if(!_0x2400b4||_0x2400b4[_0x317089([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x317089([0x6f,0x6b]))return _0x317089([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1b4e31(_0x36682e(_0x3028f9+_0x4d2359))!=_0x2400b4[_0x317089([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x317089([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x317089([0x56,0x61,0x6c,0x69,0x64]);})[_0x317089([0x74,0x68,0x65,0x6e])](_0x4d095e=>(_0x3ab35e(),_0x4d095e),()=>{const _0x262f61=_0x9801df();return null==_0x262f61?(_0x3ab35e(),_0x317089([0x56,0x61,0x6c,0x69,0x64])):_0x317089(_0x36fa5f-_0x262f61>(0x6485e5b3^_0x2b7299)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x317089([0x74,0x68,0x65,0x6e])](_0x5a511e)[_0x317089([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5a511e(_0x317089([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1400f9=0x40bf8f33^_0x2b7299;function _0x3ab35e(){const _0x43c80f=_0x317089([0x6c,0x6c,0x63,0x74,0x2d])+_0x1b4e31(_0x36682e(_0x8526e8)),_0x5417ea=_0x372e9c(_0x1b4e31(window[_0x317089([0x4d,0x61,0x74,0x68])][_0x317089([0x63,0x65,0x69,0x6c])](_0x36fa5f/_0x1400f9)));window[_0x317089([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x317089([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x43c80f,_0x5417ea);}function _0x9801df(){const _0x35c750=_0x317089([0x6c,0x6c,0x63,0x74,0x2d])+_0x1b4e31(_0x36682e(_0x8526e8)),_0xe273e=window[_0x317089([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x317089([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x35c750);return _0xe273e?window[_0x317089([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x372e9c(_0xe273e),0x10)*_0x1400f9:null;}function _0x256978(_0x184c6c){return new window[(_0x317089([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x32a930,_0x765700)=>{_0x184c6c[_0x317089([0x74,0x68,0x65,0x6e])](_0x32a930,_0x765700),window[_0x317089([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x765700,0x4088b573^_0x2b7299);});}}_0x267a10[_0x317089([0x6f,0x6e])](_0x317089([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1b6da3,_0x50f8c7)=>{if(_0x50f8c7[0x0]!=_0x8526e8)return _0x5a511e(_0x317089([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x50f8c7[0x1]={..._0x50f8c7[0x1],[_0x317089([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3028f9};},{[_0x317089([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x317089([0x68,0x69,0x67,0x68])}),_0x267a10[_0x317089([0x6f,0x6e])](_0x317089([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3904a9=>{_0x1eb1fe(_0x3904a9[_0x317089([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x52efef=!0x0,_0x344451(_0x3904a9[_0x317089([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x317089([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x317089([0x6c,0x6f,0x77])}),_0xf4002b[_0x317089([0x74,0x68,0x65,0x6e])](()=>{_0x52efef||_0x5a511e(_0x317089([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x41ae61(){return _0x267a10[_0x317089([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x317089([0x76,0x69,0x65,0x77])][_0x317089([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x317089([0x61,0x75,0x74,0x6f]);}function _0x161cb8(){_0x267a10[_0x317089([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x317089([0x76,0x69,0x65,0x77])][_0x317089([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x317089([0x61,0x75,0x74,0x6f]);}}function _0x1f8740(_0x35de68){const _0x3b1b91=[new window[(_0x317089([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3ac916=>setTimeout(_0x3ac916,0x40805f7f^_0x2b7299)),_0xf4002b[_0x317089([0x74,0x68,0x65,0x6e])](()=>new window[(_0x317089([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x74452=>{let _0xacdd54=0x0;_0x267a10[_0x317089([0x6d,0x6f,0x64,0x65,0x6c])][_0x317089([0x6f,0x6e])](_0x317089([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4a539f,_0x478f38)=>{_0x478f38[0x0][_0x317089([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xacdd54++,_0xacdd54==(0x4089604b^_0x2b7299)&&(_0x74452(),_0x4a539f[_0x317089([0x6f,0x66,0x66])]());});}))];return window[_0x317089([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x317089([0x72,0x61,0x63,0x65])](_0x3b1b91)[_0x317089([0x74,0x68,0x65,0x6e])](()=>_0x35de68);}async function _0x409a98(){await _0xf4002b,_0x267a10[_0x317089([0x6d,0x6f,0x64,0x65,0x6c])][_0x317089([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x31d911,_0x267a10[_0x317089([0x6d,0x6f,0x64,0x65,0x6c])][_0x317089([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x31d911,_0x267a10[_0x317089([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x317089([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3f27ca(){return _0x3e195e(_0x317089([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x525f30(_0x317089([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x317089([0x73,0x74,0x61,0x74,0x65])]==_0x317089([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x18c0fc(){return _0x3e195e(_0x317089([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 _0xffcace(){return _0x3e195e(_0x317089([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x105979(_0x252a53){const _0x56a267=_0x670825();_0x267a10[_0x56a267]=_0x317089([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x252a53,_0x252a53!=_0x317089([0x56,0x61,0x6c,0x69,0x64])&&_0x409a98();}function _0x670825(){const _0x4a4856=window[_0x317089([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x317089([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x317089([0x6e,0x6f,0x77])]())[_0x317089([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x317089([0x2e]),'');let _0xae2a98=_0x317089([0x6d]);for(let _0x74c8ac=0x0;_0x74c8ac<_0x4a4856[_0x317089([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x74c8ac+=0x2){let _0x55371f=window[_0x317089([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4a4856[_0x317089([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x74c8ac,_0x74c8ac+0x2));_0x55371f>=_0x34c262[_0x317089([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x55371f-=_0x34c262[_0x317089([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xae2a98+=_0x34c262[_0x55371f];}return _0xae2a98;}function _0x41cc9b(){const _0x6b8784=_0x22a411[_0x317089([0x73,0x70,0x6c,0x69,0x74])](_0x317089([0x2e]));if(0x3!=_0x6b8784[_0x317089([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2b284a(_0x6b8784[0x1]);function _0x2b284a(_0x55cf37){const _0x20125e=_0xbce13(_0x55cf37);return _0x20125e&&_0x40c51e()?_0x20125e:null;function _0x40c51e(){const _0x24b0e2=_0x20125e[_0x317089([0x6a,0x74,0x69])],_0x413a98=window[_0x317089([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x24b0e2[_0x317089([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x24b0e2[_0x317089([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1a200a={..._0x20125e,[_0x317089([0x6a,0x74,0x69])]:_0x24b0e2[_0x317089([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x24b0e2[_0x317089([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1a200a[_0x317089([0x76,0x63])],_0x36682e(_0x1a200a)==_0x413a98;}}}async function _0x4e4beb(){let _0xa8505=!0x0;try{const _0x2ef79c=_0x22a411[_0x317089([0x73,0x70,0x6c,0x69,0x74])](_0x317089([0x2e])),[_0x3432bc,_0x2e3eed,_0x564e46]=_0x2ef79c;return _0x241b01(_0x3432bc),await _0x5e19d1(_0x3432bc,_0x2e3eed,_0x564e46),_0xa8505;}catch(_0x46caf3){return!0x1;}function _0x241b01(_0x13e2b4){const _0x28e12e=_0xbce13(_0x13e2b4);_0x28e12e&&_0x28e12e[_0x317089([0x61,0x6c,0x67])]==_0x317089([0x45,0x53,0x32,0x35,0x36])||(_0xa8505=!0x1);}async function _0x5e19d1(_0x530857,_0x2dbc68,_0x59f836){const _0x56a95e=window[_0x317089([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x317089([0x66,0x72,0x6f,0x6d])](_0x34e10a(_0x59f836),_0x55d671=>_0x55d671[_0x317089([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1cee43=new window[(_0x317089([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x317089([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x530857+_0x317089([0x2e])+_0x2dbc68),_0x20d5a5=window[_0x317089([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x317089([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x20d5a5)return;const _0x519002=await _0x20d5a5[_0x317089([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x317089([0x6a,0x77,0x6b]),_0x548300,{[_0x317089([0x6e,0x61,0x6d,0x65])]:_0x317089([0x45,0x43,0x44,0x53,0x41]),[_0x317089([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x317089([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x317089([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x20d5a5[_0x317089([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x317089([0x6e,0x61,0x6d,0x65])]:_0x317089([0x45,0x43,0x44,0x53,0x41]),[_0x317089([0x68,0x61,0x73,0x68])]:{[_0x317089([0x6e,0x61,0x6d,0x65])]:_0x317089([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x519002,_0x56a95e,_0x1cee43)||(_0xa8505=!0x1);}}function _0xbce13(_0x3bfea4){return _0x3bfea4[_0x317089([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x317089([0x65,0x79]))?JSON[_0x317089([0x70,0x61,0x72,0x73,0x65])](_0x34e10a(_0x3bfea4)):null;}function _0x34e10a(_0xc2a5ca){return window[_0x317089([0x61,0x74,0x6f,0x62])](_0xc2a5ca[_0x317089([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x317089([0x2b]))[_0x317089([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x317089([0x2f])));}function _0x36682e(_0x3d73ab){let _0x536629=0x1505;function _0x4c710e(_0x21e184){for(let _0x18d432=0x0;_0x18d432<_0x21e184[_0x317089([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x18d432++){const _0x8a8ac1=_0x21e184[_0x317089([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x18d432);_0x536629=(_0x536629<<0x5)+_0x536629+_0x8a8ac1,_0x536629&=_0x536629;}}function _0x772abd(_0x4e0a93){Array[_0x317089([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4e0a93)?_0x4e0a93[_0x317089([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x772abd):_0x4e0a93&&typeof _0x4e0a93==_0x317089([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x317089([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4e0a93)[_0x317089([0x73,0x6f,0x72,0x74])]()[_0x317089([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x508a82,_0x17a9e3])=>{_0x4c710e(_0x508a82),_0x772abd(_0x17a9e3);}):_0x4c710e(window[_0x317089([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4e0a93));}return _0x772abd(_0x3d73ab),_0x536629>>>0x0;}function _0x1b4e31(_0x4935ca){return _0x4935ca[_0x317089([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x317089([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x317089([0x30]));}function _0x372e9c(_0x50a847){return _0x50a847[_0x317089([0x73,0x70,0x6c,0x69,0x74])]('')[_0x317089([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x317089([0x6a,0x6f,0x69,0x6e])]('');}function _0x3e195e(_0x3621d5){return _0x267a10[_0x317089([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x317089([0x68,0x61,0x73])](_0x3621d5);}function _0x525f30(_0x2071c2){return _0x267a10[_0x317089([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x317089([0x67,0x65,0x74])](_0x2071c2);}function _0x31d911(){}function _0x317089(_0x380383){return _0x380383['map'](_0x5a3b7b=>String['fromCharCode'](_0x5a3b7b))['join']('');}_0x105979(await _0x5a7b32());}(this);}set['adapter'](_0x241882){if(this['_adapter'])throw new _0x525143('track-changes-adapter-already-set',this);this['_adapter']=_0x241882;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x5726da=!0x1,toJSON:_0x2c0e39=!0x1}={}){const _0x8c93d9=[];for(const _0x4a37cb of this['_suggestions']['values']())_0x5726da&&!_0x4a37cb['isInContent']||_0x8c93d9['push'](_0x4a37cb);return _0x2c0e39?_0x8c93d9['map'](_0x3a37a1=>_0x3a37a1['toJSON']()):_0x8c93d9;}['getSuggestion'](_0x3f319c){const _0x2fb570=this['_suggestions']['get'](_0x3f319c);if(!_0x2fb570)throw new _0x525143('track-changes-suggestion-not-found',this);return _0x2fb570;}['hasSuggestion'](_0xace105){return this['_suggestions']['has'](_0xace105);}['addSuggestionData'](_0x50c0bd){const {authorId:_0x5e83f6,id:_0x3c9822,attributes:_0x42dea8}=_0x50c0bd,[_0x13f0cd,_0x4a9b2a]=_0x50c0bd['type']['split'](':'),_0x532315=this['_suggestions']['get'](_0x3c9822)||this['_createSuggestion'](_0x13f0cd,_0x4a9b2a,_0x3c9822,_0x5e83f6,_0x42dea8);if(this['_addThreadToSuggestion'](_0x532315),this['_checkSuggestionCorrectness'](_0x532315,_0x13f0cd,_0x4a9b2a||null,_0x5e83f6),_0x532315['createdAt']=_0x50c0bd['createdAt'],_0x532315['_isDataLoaded']=!0x0,_0x42dea8&&_0x42dea8['@external']){const _0x27f7ec=_0x42dea8['@external'],_0x24b115=this['_getExternalAuthor'](_0x27f7ec['authorName']);_0x532315['authoredAt']=_0x27f7ec['createdAt'],_0x532315['author']=_0x24b115,_0x532315['isExternal']=!0x0;}else _0x532315['authoredAt']=_0x50c0bd['createdAt'];switch(_0x50c0bd['data']&&(_0x532315['data']=_0x50c0bd['data']),_0x50c0bd['attributes']&&(_0x532315['attributes']=_0x50c0bd['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x532315['_saved']=!0x0),this['_suggestionState']['get'](_0x532315)){case'notReady':this['_suggestionState']['set'](_0x532315,'dataReady');break;case'markerReady':_0x532315['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x532315])),this['_refreshSuggestionsChain'](new Set([_0x532315])),this['_suggestionState']['set'](_0x532315,'ready'),this['fire']('suggestionLoaded',_0x532315)):this['_suggestionState']['set'](_0x532315,'removed');}return _0x532315;}['acceptSuggestion'](_0x4e2a31){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x59331f of _0x4e2a31['getAllAdjacentSuggestions']())_0x59331f['accept']();});});}['discardSuggestion'](_0x20fa96){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x49e128 of _0x20fa96['getAllAdjacentSuggestions']())_0x49e128['discard']();});});}['enableCommand'](_0x490ef9,_0x1ad5b6){const _0x376014=this['editor']['commands']['get'](_0x490ef9);if(!_0x376014)throw new _0x525143('track-changes-command-not-found',this,{'commandName':_0x490ef9});if(this['_enabledCommands']['has'](_0x376014))throw new _0x525143('track-changes-enable-command-twice',this,{'commandName':_0x490ef9});this['_enabledCommands']['add'](_0x376014),_0x1ad5b6&&_0x376014['on']('execute',(_0x3ef0b2,_0x3c50bb)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x3c50bb['length']>0x0&&_0x3c50bb[_0x3c50bb['length']-0x1]&&_0x3c50bb[_0x3c50bb['length']-0x1]['forceDefaultExecution']?_0x3c50bb['pop']():(_0x3ef0b2['return']=_0x1ad5b6((..._0xf07a56)=>_0x376014['execute'](..._0xf07a56,{'forceDefaultExecution':!0x0}),..._0x3c50bb),_0x3ef0b2['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x2d488e){let _0x447a77,_0x716dce;const _0xa904f1=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x447a77=_0x2d488e();}catch(_0x33fa25){_0x716dce=_0x33fa25;}return _0xa904f1||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x716dce&&_0x525143['rethrowUnexpectedError'](_0x716dce,this),_0x447a77;}['markInsertion'](_0x1fdd70,_0x885753=null,_0x1232dc={}){if(_0x1fdd70['isCollapsed'])return null;const _0x5687fb=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x3c9eca,meta:_0x41d531}of this['_findSuggestions'](_0x1fdd70,'insertion'))if(_0x41d531['isOwn']){if(!_0x41d531['isNextTo']){if(_0x41d531['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Xt(_0x3c9eca,_0x1232dc))continue;return _0x3c9eca;}if(Xt(_0x3c9eca,_0x1232dc))return _0x3c9eca;this['_breakSuggestionMarker'](_0x3c9eca,_0x1fdd70['start'],_0x1fdd70['end']);break;}if(_0x885753==_0x3c9eca['subType']&&Xt(_0x3c9eca,_0x1232dc)){const _0x34276d=_0x3c9eca['getFirstRange']();return _0x34276d['start']['isEqual'](_0x1fdd70['end'])?this['_setSuggestionRange'](_0x3c9eca,this['_model']['createRange'](_0x1fdd70['start'],_0x34276d['end'])):this['_setSuggestionRange'](_0x3c9eca,this['_model']['createRange'](_0x34276d['start'],_0x1fdd70['end'])),_0x3c9eca;}}const _0xd8279b=_0x2fdf50(),_0x465bdf=_0x5687fb['id'],_0x300fe6=_0x885753?'insertion:'+_0x885753:'insertion',_0x2f4e2d=this['_setSuggestionData']({'id':_0xd8279b,'type':_0x300fe6,'createdAt':new Date(),'authorId':_0x465bdf,'attributes':_0x1232dc});return this['_addSuggestionMarker'](_0x300fe6,_0xd8279b,_0x465bdf,_0x1fdd70),_0x2f4e2d;}['markMultiRangeInsertion'](_0x5e671e,_0x4f4fa4='multi',_0x470dd4={}){const _0x112158=this['editor']['plugins']['get']('Users')['me'],_0x5b5b0b=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x4f4fa4,'join');for(const _0x2476a3 of this['getSuggestions']())if(_0x2476a3['author']['id']==_0x112158['id']&&'insertion'==_0x2476a3['type']&&_0x2476a3['subType']==_0x4f4fa4&&Xt(_0x2476a3,_0x470dd4)&&(_0x5b5b0b(_0x2476a3['getRanges'](),_0x5e671e)||_0x5b5b0b(_0x5e671e,_0x2476a3['getRanges']()))){for(const _0x322696 of _0x5e671e)_0x2476a3['addRange'](_0x322696);return _0x2476a3;}for(const {suggestion:_0x1fa0c6,meta:_0xcc3b13}of this['_findSuggestions'](_0x5e671e,'insertion')){if(!_0xcc3b13['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0xcc3b13['containsRangeInObject'])continue;if(!Xt(_0x1fa0c6,_0x470dd4))continue;let _0x1a199d=!0x0;for(const _0x1a1705 of _0x1fa0c6['getRanges']())for(const _0xed46a6 of _0x5e671e)if(!_0x1a1705['containsRange'](_0xed46a6)){_0x1a199d=!0x1;break;}if(_0x1a199d)return _0x1fa0c6;}const _0x3711ca=_0x2fdf50(),_0x374a3d=_0x112158['id'],_0x3a7ddc='insertion:'+_0x4f4fa4,_0x28f40f=this['_setSuggestionData']({'id':_0x3711ca,'type':_0x3a7ddc,'createdAt':new Date(),'authorId':_0x374a3d,'attributes':_0x470dd4});for(const _0x2e0410 of _0x5e671e)this['_addSuggestionMarker'](_0x3a7ddc,_0x3711ca,_0x374a3d,_0x2e0410,o['getMultiRangeId']());return _0x28f40f;}['markInlineFormat'](_0xeaadcc,_0x492e71,_0x3684be=null,_0x5d430e={}){if(_0x3684be=_0x3684be||Kt(_0x492e71),_0xeaadcc['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x58c748=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x3684be,'accept');return this['forceDefaultExecution'](()=>_0x58c748([_0xeaadcc],_0x492e71,_0x5d430e)),null;}const _0x1318f5=this['editor']['plugins']['get']('Users')['me'],_0x3676d5=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x2662d9,meta:_0x4b3aa8}of this['_findSuggestions'](_0xeaadcc,'insertion'))_0x4b3aa8['isOwn']&&!_0x4b3aa8['isInsideObject']&&_0x3676d5['push'](..._0x2662d9['getRanges']());}const _0x32ec84=function(_0x14dd81,_0x25ed4a){const _0x5f3745=[];for(const _0x166cf5 of _0x25ed4a){const _0x3726d6=_0x14dd81['getIntersection'](_0x166cf5);_0x3726d6&&_0x5f3745['push'](_0x3726d6);}return _0x5f3745;}(_0xeaadcc,_0x3676d5),_0x1a6340=function(_0x5331d6,_0x50b1d4){const _0x1014ee=[_0x5331d6];for(const _0x11f5e2 of _0x50b1d4){let _0x1353d3=0x0;for(;_0x1353d3<_0x1014ee['length'];){const _0x3ffc2e=_0x1014ee[_0x1353d3]['getDifference'](_0x11f5e2);_0x1014ee['splice'](_0x1353d3,0x1,..._0x3ffc2e),_0x1353d3+=_0x3ffc2e['length'];}}return _0x1014ee;}(_0xeaadcc,_0x3676d5);_0x32ec84['length']&&this['_model']['change'](()=>{for(const _0xe00428 of _0x32ec84){const _0x58f3b8=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x3684be,'accept');this['forceDefaultExecution'](()=>_0x58f3b8([_0xe00428],_0x492e71,_0x5d430e));}});for(const _0x3afc86 of _0x1a6340){let _0x2bbf22=null,_0x2b0146=_0x3afc86['start'],_0x5c4df5=_0x3afc86['end'];for(const {suggestion:_0x348f2a,meta:_0x27dfff}of this['_findSuggestions'](_0x3afc86,'formatInline')){if(!_0x27dfff['isOwn'])continue;if(_0x348f2a['subType']!=_0x3684be)continue;if(!Xt(_0x348f2a,_0x5d430e))continue;const _0x2b4a56=_0x348f2a['getFirstRange']();if(_0x2b4a56['containsRange'](_0x3afc86,!0x0))return null;_0x2b0146=_0x2b0146['isBefore'](_0x2b4a56['start'])?_0x2b0146:_0x2b4a56['start'],_0x5c4df5=_0x5c4df5['isAfter'](_0x2b4a56['end'])?_0x5c4df5:_0x2b4a56['end'],_0x2bbf22?_0x2b4a56['start']['isBefore'](_0x2bbf22['getFirstRange']()['start'])?(_0x2bbf22['removeMarkers'](),_0x2bbf22=_0x348f2a):_0x348f2a['removeMarkers']():_0x2bbf22=_0x348f2a;}const _0x1e9606=this['_model']['createRange'](_0x2b0146,_0x5c4df5);if(_0x2bbf22)this['_setSuggestionRange'](_0x2bbf22,_0x1e9606);else{const _0x36804c=_0x2fdf50(),_0x434731=_0x1318f5['id'];this['_setSuggestionData']({'id':_0x36804c,'type':'formatInline:'+_0x3684be,'data':_0x492e71,'createdAt':new Date(),'authorId':_0x434731,'attributes':_0x5d430e}),this['_addSuggestionMarker']('formatInline:'+_0x3684be,_0x36804c,_0x434731,_0x1e9606);}}return null;}['markBlockFormat'](_0x5d667a,_0x1414f7,_0x283ed3=[],_0x44dd01=null,_0x30836e={}){_0x1414f7['formatGroupId']||(_0x1414f7['formatGroupId']=_0x1414f7['commandName']),_0x1414f7['multipleBlocks']=_0x5d667a['is']('range'),_0x44dd01=_0x44dd01||Kt(_0x1414f7);const _0x2e7779=_0x283ed3['map'](_0x597c41=>zt(_0x597c41,this['_model'])),_0x59e38b=_0x5d667a['is']('range')?_0x5d667a:zt(_0x5d667a,this['_model']);if('never'===this['_trackFormatChanges']){const _0x4e0f8f=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x44dd01,'accept');return this['forceDefaultExecution'](()=>_0x4e0f8f([_0x59e38b],_0x1414f7,_0x30836e)),null;}_0x2e7779['push'](_0x59e38b);let _0xe1101e=!0x0;for(const _0x11b4b2 of _0x2e7779)if(!this['_rangeIsInLocalUserInsertion'](_0x11b4b2)){_0xe1101e=!0x1;break;}if(_0xe1101e&&'always'!==this['_trackFormatChanges']){const _0x478ed2=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x44dd01,'accept');return this['forceDefaultExecution'](()=>_0x478ed2([_0x59e38b],_0x1414f7,_0x30836e)),null;}let _0x4b807f=null,_0x149b9f=_0x59e38b['start'],_0x4ca5d3=_0x59e38b['end'];for(const {suggestion:_0x450f7d,meta:_0x3b3978}of this['_findSuggestions'](_0x59e38b,'formatBlock')){if(!_0x3b3978['isOwn'])continue;if(_0x3b3978['isNextTo']||_0x3b3978['containsRangeInObject']||_0x3b3978['isInsideObject'])continue;if(_0x450f7d['data']['formatGroupId']!=_0x1414f7['formatGroupId'])continue;if(!Xt(_0x450f7d,_0x30836e))continue;const _0x3fb30e=_0x450f7d['getFirstRange']();if(_0x450f7d['subType']==_0x44dd01){if(_0x3fb30e['containsRange'](_0x59e38b,!0x0))return null;_0x149b9f=_0x149b9f['isBefore'](_0x3fb30e['start'])?_0x149b9f:_0x3fb30e['start'],_0x4ca5d3=_0x4ca5d3['isAfter'](_0x3fb30e['end'])?_0x4ca5d3:_0x3fb30e['end'],_0x4b807f?_0x3fb30e['start']['isBefore'](_0x4b807f['getFirstRange']()['start'])?(_0x4b807f['removeMarkers'](),_0x4b807f=_0x450f7d):_0x450f7d['removeMarkers']():_0x4b807f=_0x450f7d;}else{const _0x23152d=_0x59e38b['getIntersection'](_0x3fb30e);this['_cutOutSuggestionMarker'](_0x450f7d,_0x23152d);}}const _0x24508e=this['editor']['plugins']['get']('Users')['me'],_0x57f152=_0x2fdf50(),_0x5d912c=_0x24508e['id'];if(_0x4b807f)return this['_setSuggestionRange'](_0x4b807f,this['_model']['createRange'](_0x149b9f,_0x4ca5d3)),_0x4b807f;{const _0x835702=this['_setSuggestionData']({'id':_0x57f152,'type':'formatBlock:'+_0x44dd01,'data':_0x1414f7,'createdAt':new Date(),'authorId':_0x5d912c,'attributes':_0x30836e});return this['_addSuggestionMarker']('formatBlock:'+_0x44dd01,_0x57f152,_0x5d912c,this['_model']['createRange'](_0x149b9f,_0x4ca5d3)),_0x835702;}}['markMultiRangeBlockFormat'](_0x364c99,_0x51e03a,_0x19e753=[],_0x27e8cd=null,_0x4593b5={}){_0x51e03a['formatGroupId']||(_0x51e03a['formatGroupId']=_0x51e03a['commandName']);const _0x50f40b=_0x364c99[0x0];_0x51e03a['multipleBlocks']=_0x50f40b['is']('range'),_0x27e8cd=_0x27e8cd||Kt(_0x51e03a);const _0x5c963d=_0x19e753['map'](_0x79f9f8=>zt(_0x79f9f8,this['_model'])),_0x3c6880=_0x50f40b['is']('range')?_0x364c99:_0x364c99['map'](_0xbb3593=>zt(_0xbb3593,this['_model']));if('never'===this['_trackFormatChanges']){const _0x18a082=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x27e8cd,'accept');return this['forceDefaultExecution'](()=>_0x18a082(_0x3c6880,_0x51e03a,_0x4593b5)),null;}_0x5c963d['push'](..._0x3c6880);let _0x28e850=!0x0;for(const _0x4d6d76 of _0x5c963d)if(!this['_rangeIsInLocalUserInsertion'](_0x4d6d76)){_0x28e850=!0x1;break;}if(_0x28e850&&'always'!==this['_trackFormatChanges']){const _0x1f7aa9=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x27e8cd,'accept');return this['forceDefaultExecution'](()=>_0x1f7aa9(_0x3c6880,_0x51e03a,_0x4593b5)),null;}const _0x455559=this['editor']['plugins']['get']('Users')['me'];for(const _0xfa77a9 of this['getSuggestions']()){if(_0xfa77a9['author']['id']!=_0x455559['id'])continue;if('formatBlock'!=_0xfa77a9['type']||_0xfa77a9['data']['formatGroupId']!=_0x51e03a['formatGroupId'])continue;if(!Xt(_0xfa77a9,_0x4593b5))continue;const _0x143af9=_0xfa77a9['subType']==_0x27e8cd;for(let _0x702d9c=0x0;_0x702d9c<_0x3c6880['length'];_0x702d9c++){const _0x26600a=_0x3c6880[_0x702d9c];for(const _0x2228f3 of _0xfa77a9['getMarkers']()){const _0x2ed3de=_0x2228f3['getRange']();if(_0x26600a['isEqual'](_0x2ed3de)){_0x143af9?(_0x3c6880['splice'](_0x702d9c,0x1),_0x702d9c--):_0xfa77a9['removeMarker'](_0x2228f3['name']);break;}}}}if(0x0==_0x3c6880['length'])return null;const _0x1f3fc5=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x27e8cd,'join');for(const _0x474510 of this['getSuggestions']())if(_0x474510['author']['id']==_0x455559['id']&&'formatBlock'==_0x474510['type']&&_0x474510['data']['formatGroupId']==_0x51e03a['formatGroupId']&&_0x474510['subType']==_0x27e8cd&&Xt(_0x474510,_0x4593b5)&&(_0x1f3fc5(_0x474510['getRanges'](),_0x3c6880)||_0x1f3fc5(_0x3c6880,_0x474510['getRanges']()))){for(const _0xe8c9fc of _0x3c6880)_0x474510['addRange'](_0xe8c9fc);return _0x474510;}const _0xd03e10=_0x2fdf50(),_0x48ac5b=_0x455559['id'],_0x30cfd4='formatBlock:'+_0x27e8cd,_0x3b79ab=this['_setSuggestionData']({'id':_0xd03e10,'type':_0x30cfd4,'data':_0x51e03a,'createdAt':new Date(),'authorId':_0x48ac5b,'attributes':_0x4593b5});for(const _0x203b9a of _0x3c6880)this['_addSuggestionMarker'](_0x30cfd4,_0xd03e10,_0x48ac5b,_0x203b9a,o['getMultiRangeId']());return _0x3b79ab;}['markDeletion'](_0x1315b9,_0x853fe8=null,_0x3c067e={}){if(_0x1315b9['isCollapsed'])return null;const _0x1d9127=this['editor']['plugins']['get']('Users')['me'],_0x222dcc=new _0x25f92b(_0x1315b9['start'],_0x1315b9['end']);for(const {suggestion:_0x13d06f,meta:_0x26055e}of this['_findSuggestions'](_0x222dcc,'insertion'))if(_0x26055e['isOwn']&&!_0x26055e['isNextTo']){if(_0x13d06f['isMultiRange']){const _0x342d94=_0x13d06f['getRanges']()['filter'](_0x3d1702=>'$graveyard'!=_0x3d1702['root']['rootName']);_0x342d94['every'](_0x5d8145=>_0x222dcc['containsRange'](_0x5d8145,!0x0))&&_0x13d06f['discard']();if(_0x342d94['some'](_0x360690=>_0x360690['containsRange'](_0x222dcc,!0x0))){const _0x2f076a=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x853fe8,'accept');return this['forceDefaultExecution'](()=>_0x2f076a([_0x222dcc],null,_0x3c067e)),null;}}else{const _0x110770=_0x222dcc['getIntersection'](_0x13d06f['getFirstRange']());null!==_0x110770&&_0x13d06f['_onDiscard']([_0x110770],null,_0x3c067e);}}if(_0x222dcc['detach'](),_0x222dcc['isCollapsed']||'$graveyard'==_0x222dcc['root']['rootName'])return null;let _0x594e16=null,_0x39a4f0=_0x222dcc['start'],_0x38463d=_0x222dcc['end'];const _0x30d7b9=this['_findSuggestions'](_0x222dcc,'deletion');for(const {suggestion:_0x5b9b6a,meta:_0x17eba7}of _0x30d7b9){const _0x54c73f=this['_model']['createRange'](_0x39a4f0,_0x38463d);if(_0x17eba7['isOwn']&&(this['_mergeNestedSuggestions']||!_0x17eba7['containsRangeInObject']&&!_0x17eba7['isInsideObject'])){if(_0x5b9b6a['isMultiRange']){if(!Xt(_0x5b9b6a,_0x3c067e))continue;let _0x15f4f8=!0x0;for(const _0x78bbc1 of _0x5b9b6a['getRanges']()){if(_0x78bbc1['containsRange'](_0x54c73f,!0x0))return _0x5b9b6a;_0x54c73f['containsRange'](_0x78bbc1)||(_0x15f4f8=!0x1);}_0x15f4f8&&_0x5b9b6a['discard']();}else{const _0x2ae627=_0x5b9b6a['getFirstRange']();if(_0x2ae627['containsRange'](_0x54c73f,!0x0))return _0x5b9b6a;if(!Xt(_0x5b9b6a,_0x3c067e)){_0x54c73f['containsRange'](_0x2ae627)?_0x5b9b6a['removeMarkers']():_0x2ae627['containsPosition'](_0x39a4f0)?_0x39a4f0=_0x2ae627['end']:_0x2ae627['containsPosition'](_0x38463d)&&(_0x38463d=_0x2ae627['start']);continue;}_0x39a4f0=_0x39a4f0['isBefore'](_0x2ae627['start'])?_0x39a4f0:_0x2ae627['start'],_0x38463d=_0x38463d['isAfter'](_0x2ae627['end'])?_0x38463d:_0x2ae627['end'],_0x3c067e=Object['assign']({},_0x5b9b6a['attributes']),_0x594e16?_0x2ae627['start']['isBefore'](_0x594e16['getFirstRange']()['start'])?(_0x594e16['removeMarkers'](),_0x594e16=_0x5b9b6a):_0x5b9b6a['removeMarkers']():_0x594e16=_0x5b9b6a;}}}if(_0x594e16)return this['_setSuggestionRange'](_0x594e16,this['_model']['createRange'](_0x39a4f0,_0x38463d)),_0x594e16;{const _0x35108b=_0x2fdf50(),_0x8d66ef=this['_model']['createRange'](_0x39a4f0,_0x38463d),_0x2097fe=_0x1d9127['id'],_0x4e3b14=_0x853fe8?'deletion:'+_0x853fe8:'deletion',_0x27df19=this['_setSuggestionData']({'id':_0x35108b,'type':_0x4e3b14,'createdAt':new Date(),'authorId':_0x2097fe,'attributes':_0x3c067e});return this['_addSuggestionMarker'](_0x4e3b14,_0x35108b,_0x2097fe,_0x8d66ef),_0x27df19;}}['markMultiRangeDeletion'](_0x44d0c0,_0x35276a='multi',_0x5f0ead={}){const _0x457812=this['editor']['plugins']['get']('Users')['me'],_0x4ddab7=_0x44d0c0['map'](_0x425a97=>new _0x25f92b(_0x425a97['start'],_0x425a97['end'])),_0x32d337=new Set();for(const {suggestion:_0x51e9a4,meta:_0x42183b}of this['_findSuggestions'](_0x4ddab7,'insertion'))_0x42183b['isOwn']&&!_0x42183b['isNextTo']&&_0x32d337['add'](_0x51e9a4);for(const _0xc6e434 of _0x32d337)if(_0xc6e434['isMultiRange']){const _0x5e5159=_0xc6e434['getRanges']();(!_0xc6e434['attributes']||!_0xc6e434['attributes']['skipNestingCheck'])&&(_0x5e5159['every'](_0x340041=>_0x4ddab7['some'](_0x45ec0b=>_0x45ec0b['containsRange'](_0x340041,!0x0)))&&_0xc6e434['discard']());if(_0x4ddab7['every'](_0x39def9=>_0x5e5159['some'](_0x338b34=>_0x338b34['containsRange'](_0x39def9,!0x0)))){const _0x36061a=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x35276a,'accept');return this['forceDefaultExecution'](()=>_0x36061a(_0x44d0c0,null,_0x5f0ead)),null;}}else{const _0x5ce35a=_0xc6e434['getFirstRange']();_0x4ddab7['some'](_0x471441=>_0x471441['containsRange'](_0x5ce35a,!0x0))&&_0xc6e434['discard']();if(_0x4ddab7['every'](_0x6efd3f=>_0x5ce35a['containsRange'](_0x6efd3f,!0x0))){const _0x3e7248=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x35276a,'accept');return this['forceDefaultExecution'](()=>_0x3e7248(_0x4ddab7,null,_0x5f0ead)),null;}}const _0x46a92c=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x35276a,'join');let _0x27adde=null;for(const _0x16456a of this['getSuggestions']())if(_0x16456a['author']['id']==_0x457812['id']&&_0x16456a['isInContent']&&'deletion'==_0x16456a['type']&&_0x16456a['subType']==_0x35276a&&Xt(_0x16456a,_0x5f0ead)&&(_0x46a92c(_0x16456a['getRanges'](),_0x4ddab7)||_0x46a92c(_0x4ddab7,_0x16456a['getRanges']()))){if(_0x27adde){if(_0x16456a['commentThread']&&_0x16456a['commentThread']['length'])continue;for(const _0x22e75a of _0x16456a['getRanges']())_0x27adde['isIntersectingWithRange'](_0x22e75a)||_0x27adde['addRange'](_0x22e75a);_0x16456a['removeMarkers']();}else{_0x27adde=_0x16456a;for(const _0x463aa2 of _0x4ddab7)_0x16456a['isIntersectingWithRange'](_0x463aa2)||_0x16456a['addRange'](_0x463aa2);}}if(_0x27adde)return _0x27adde;_0x32d337['clear']();for(const {suggestion:_0x12d2dd,meta:_0x1fcc96}of this['_findSuggestions'](_0x4ddab7,'deletion'))_0x1fcc96['isOwn']&&(this['_mergeNestedSuggestions']||!_0x1fcc96['containsRangeInObject']&&!_0x1fcc96['isInsideObject'])&&Xt(_0x12d2dd,_0x5f0ead)&&_0x32d337['add'](_0x12d2dd);for(const _0x5dd5e6 of _0x32d337){const _0x1798bd=_0x5dd5e6['getRanges']();if(!_0x5f0ead||!_0x5f0ead['skipNestingCheck']){if(_0x4ddab7['every'](_0x36d542=>_0x1798bd['some'](_0x1964b7=>_0x1964b7['containsRange'](_0x36d542,!0x0))))return _0x5dd5e6;}(!_0x5dd5e6['attributes']||!_0x5dd5e6['attributes']['skipNestingCheck'])&&(_0x1798bd['every'](_0x34a2f7=>_0x4ddab7['some'](_0x5749da=>_0x5749da['containsRange'](_0x34a2f7,!0x0)))&&_0x5dd5e6['discard']());}const _0x29a4f8=_0x2fdf50(),_0x429755=_0x457812['id'],_0x447157='deletion:'+_0x35276a,_0x8eba1e=this['_setSuggestionData']({'id':_0x29a4f8,'type':_0x447157,'createdAt':new Date(),'authorId':_0x429755,'attributes':_0x5f0ead});for(const _0x8c68df of _0x4ddab7)_0x8c68df['detach'](),_0x8c68df['isCollapsed']||'$graveyard'==_0x8c68df['root']['rootName']||this['_addSuggestionMarker'](_0x447157,_0x29a4f8,_0x429755,_0x8c68df,o['getMultiRangeId']());return _0x8eba1e;}['markAttributeChange'](_0x2e240b,_0x3dc0d2,_0x1a4af0,_0x1c123b,_0x3cb609){if(_0x2e240b['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x2a4e11=this['editor']['plugins']['get']('Users')['me']['id'],_0x23fd0c=Array['from'](this['_suggestions']['values']())['filter'](_0x39e66f=>'attribute'==_0x39e66f['type']&&_0x39e66f['data']['key']==_0x3dc0d2&&_0x39e66f['isIntersectingWithRange'](_0x2e240b));if('default'===this['_trackFormatChanges']){const _0x16a3e5=this['_findSuggestions'](_0x2e240b,'insertion')['filter'](({meta:_0x172e0c})=>_0x172e0c['isOwn']&&!_0x172e0c['isInsideObject']&&!_0x172e0c['isNextTo'])['map'](({suggestion:_0x8ec592})=>_0x8ec592);_0x23fd0c['unshift'](..._0x16a3e5);}const _0x13d497=new Map([[_0x2e240b,_0x1a4af0]]);for(const _0x939531 of _0x23fd0c){const _0x4a2c53='attribute'==_0x939531['type']?_0x939531['data']['oldValue']:void 0x0,_0x3bc742=_0x939531['getFirstRange'](),_0x2e6cde=Array['from'](_0x13d497['keys']())['find'](_0x2d925c=>_0x2d925c['isIntersecting'](_0x3bc742));if(!_0x2e6cde)continue;const _0x2f3958=_0x2e6cde['getDifference'](_0x3bc742);this['_isBlockAttribute'](_0x3dc0d2)&&'insertion'==_0x939531['type']&&0x0!=_0x2f3958['length']||(_0x13d497['delete'](_0x2e6cde),_0x2f3958['forEach'](_0x27fafa=>{_0x13d497['set'](_0x27fafa,_0x1a4af0);}),'insertion'!=_0x939531['type']&&_0x4a2c53!=_0x1c123b&&_0x13d497['set'](_0x2e6cde['getIntersection'](_0x3bc742),_0x4a2c53));}const _0x13c390=[];for(const [_0x878cd8,_0x9791b4]of _0x13d497){const _0x385cb7=_0x2fdf50(),_0x24705b={'key':_0x3dc0d2,'oldValue':_0x9791b4,'newValue':_0x1c123b};_0x3dc0d2['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':_0x3dc0d2});const _0x46592f=('attribute:'+(_0x3dc0d2+'|'+Kt({'newValue':_0x1c123b})))['substring'](0x0,0x3c),_0x5a53f1=this['_setSuggestionData']({'id':_0x385cb7,'type':_0x46592f,'data':_0x24705b,'createdAt':new Date(),'authorId':_0x2a4e11,'attributes':_0x3cb609});_0x13c390['push'](_0x5a53f1),this['_addSuggestionMarker'](_0x46592f,_0x385cb7,_0x2a4e11,_0x878cd8);}return _0x13c390;}['enableDefaultAttributesIntegration'](_0x2d334b){this['enableCommand'](_0x2d334b,(_0x3553c7,..._0x441e16)=>{this['_recordAttributeChanges'](()=>{_0x3553c7(..._0x441e16);});});}['registerBlockAttribute'](_0x385c4e){this['_blockAttributeKeys']['add'](_0x385c4e);}['registerInlineAttribute'](_0xce7334){this['_inlineAttributeKeys']['add'](_0xce7334);}['_getAttributeKey'](_0x87b84c){return'attribute'==_0x87b84c['type']?_0x87b84c['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x20b6db,_0x1efe4d){const _0x42c3d=_0x20b6db['getFirstMarker']();this['_model']['change'](_0x26bd65=>{_0x26bd65['updateMarker'](_0x42c3d,{'range':_0x1efe4d});});}['_addThreadToSuggestion'](_0x5bab01){const _0x2d1117=_0x5bab01['id'],_0x5e724b=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x2d1117)||this['_commentsRepository']['addCommentThread']({'channelId':_0x5e724b,'threadId':_0x2d1117,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x36d1f9=this['_commentsRepository']['getCommentThread'](_0x2d1117);_0x36d1f9['unbind']('isRemovable'),_0x36d1f9['isRemovable']=!0x1,_0x5bab01['commentThread']=_0x36d1f9;}['_checkSuggestionCorrectness'](_0x27aa7c,_0x18b00d,_0x51df10,_0x417084){if(_0x27aa7c['type']!=_0x18b00d||_0x27aa7c['subType']!=_0x51df10||_0x27aa7c['creator']['id']!=_0x417084)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x525143('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x4e7236,_0x305e21){const _0x41fbe3=_0x4e7236['getFirstRange']();if(_0x305e21['isEqual'](_0x41fbe3))_0x4e7236['removeMarkers']();else{if(_0x41fbe3['containsRange'](_0x305e21)){const _0x3f29a4=this['_model']['createPositionAt'](_0x305e21['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x4e7236,this['_model']['createRange'](_0x41fbe3['start'],_0x3f29a4));const _0x4bf988=_0x2fdf50(),_0x57c1ec=_0x4e7236['creator']['id'],_0x3b826e=_0x4e7236['type']+':'+_0x4e7236['subType'];this['_setSuggestionData']({'id':_0x4bf988,'type':_0x3b826e,'createdAt':new Date(),'authorId':_0x57c1ec,'data':_0x4e7236['data'],'attributes':_0x4e7236['attributes']});const _0x213e2c=this['_model']['createPositionAt'](_0x305e21['end']['parent'],'after'),_0x4811d8=this['_model']['createRange'](_0x213e2c,_0x41fbe3['end']);this['_addSuggestionMarker'](_0x3b826e,_0x4bf988,_0x57c1ec,_0x4811d8);}else{if(_0x41fbe3['containsPosition'](_0x305e21['start'])){const _0x3a5211=this['_model']['createPositionAt'](_0x305e21['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x4e7236,this['_model']['createRange'](_0x41fbe3['start'],_0x3a5211));}else{const _0x5c1a7d=this['_model']['createPositionAt'](_0x305e21['end']['parent'],'after');this['_setSuggestionRange'](_0x4e7236,this['_model']['createRange'](_0x5c1a7d,_0x41fbe3['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x206054){for(const {suggestion:_0x19b522,meta:_0xcef79}of this['_findSuggestions'](_0x206054,'insertion')){if(!_0xcef79['isOwn'])continue;const _0x125d5e=_0x19b522['getRanges']();for(const _0x51cdfb of _0x125d5e)if(!_0x206054['getDifference'](_0x51cdfb)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x1a202a){const _0x1449eb=this['editor']['plugins']['get']('Users')['getUser'](_0x1a202a);if(!_0x1449eb)throw new _0x525143('track-changes-user-not-found',this);return _0x1449eb;}['_getExternalAuthor'](_0x7577c){const _0xefbeb7=this['editor']['plugins']['get']('Users'),_0x2e8390=_0x3e7e92('external:'+_0x7577c),_0x5adbc0=_0xefbeb7['getUser'](_0x2e8390);return _0x5adbc0||_0xefbeb7['addUser']({'id':_0x2e8390,'name':_0x7577c});}['_createSuggestion'](_0x10b38e,_0x388176,_0x17be0f,_0x3dd26f,_0xeb75e7){const _0x2d2032=this['_getAuthorFromId'](_0x3dd26f),_0x504e3e=this['_suggestionFactory']['buildSuggestion'](_0x10b38e,_0x388176,_0x17be0f,_0x2d2032,_0xeb75e7,_0x2757d3=>{this['_updateSuggestionData'](_0x17be0f,{'attributes':_0x2757d3});const _0x236c3c=this['getSuggestion'](_0x17be0f);this['_joinWithAdjacentSuggestions'](new Set([_0x236c3c])),this['_refreshSuggestionsChain'](new Set([_0x236c3c]));});return this['listenTo'](_0x504e3e,'accept',()=>{this['_updateSuggestionData'](_0x17be0f,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x504e3e,'discard',()=>{this['_updateSuggestionData'](_0x17be0f,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x17be0f,_0x504e3e),this['_suggestionState']['set'](_0x504e3e,'notReady'),_0x504e3e;}['_splitMarkerName'](_0x5b7025){const _0x1c4641=_0x5b7025['split'](':');return{'group':_0x1c4641[0x0],'type':_0x1c4641[0x1],'subType':_0x1c4641['length']>=0x5?_0x1c4641[0x2]:null,'id':_0x1c4641['length']<0x5?_0x1c4641[0x2]:_0x1c4641[0x3],'authorId':_0x1c4641['length']<0x5?_0x1c4641[0x3]:_0x1c4641[0x4],'markerCount':0x6==_0x1c4641['length']?_0x1c4641[0x5]:null};}['_breakSuggestionMarker'](_0x9e3c07,_0x306656,_0x488d5c){const _0x656a1f=_0x9e3c07['getFirstRange'](),_0x14be10=_0x656a1f['start'],_0x4d4cef=_0x656a1f['end'];this['_setSuggestionRange'](_0x9e3c07,this['_model']['createRange'](_0x14be10,_0x306656));const _0x5139c9=_0x2fdf50(),_0x17df9a=_0x9e3c07['creator']['id'],_0x1663b2=_0x9e3c07['type']+(_0x9e3c07['subType']?':'+_0x9e3c07['subType']:'');this['_setSuggestionData']({'id':_0x5139c9,'type':_0x1663b2,'createdAt':new Date(),'authorId':_0x17df9a,'originalSuggestionId':_0x9e3c07['id'],'attributes':_0x9e3c07['attributes'],'data':_0x9e3c07['data']});const _0x22cc80=this['_getAttributeKey'](_0x9e3c07);('formatBlock'==_0x9e3c07['type']||_0x22cc80&&this['_isBlockAttribute'](_0x22cc80))&&(_0x488d5c=this['_model']['createPositionBefore'](_0x488d5c['parent'])),this['_addSuggestionMarker'](_0x1663b2,_0x5139c9,_0x17df9a,this['_model']['createRange'](_0x488d5c,_0x4d4cef));}['_findSuggestions'](_0x5890d7,_0x35fd89=null){const _0x599c63=[],_0x2869c6=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x5890d7)||(_0x5890d7=[_0x5890d7]);for(const _0x28c5da of this['getSuggestions']()){if(!_0x28c5da['isInContent'])continue;if(_0x35fd89&&_0x28c5da['type']!=_0x35fd89)continue;let _0x27b950=!0x1;for(const _0xde767d of _0x28c5da['getRanges']()){for(const _0x328ccf of _0x5890d7){const _0x5eda81=_0x328ccf['start']['isEqual'](_0xde767d['end'])||_0x328ccf['end']['isEqual'](_0xde767d['start']);if(_0x5eda81||_0x328ccf['getIntersection'](_0xde767d)){const _0x36623f=_0x328ccf['containsRange'](_0xde767d)&&Gt(this['_model']['schema'],_0xde767d['start'],_0x328ccf),_0x31efc3=_0xde767d['containsRange'](_0x328ccf)&&Gt(this['_model']['schema'],_0x328ccf['start'],_0xde767d);_0x599c63['push']({'suggestion':_0x28c5da,'meta':{'isOwn':_0x2869c6==_0x28c5da['author'],'isNextTo':_0x5eda81,'isInsideObject':_0x36623f,'containsRangeInObject':_0x31efc3}}),_0x27b950=!0x0;break;}}if(_0x27b950)break;}}return _0x599c63;}['_addSuggestionMarker'](_0x84b75c,_0x5a79f1,_0x15adcc,_0x3f579b,_0x5b0352){this['_model']['change'](_0x7d13ae=>{let _0x1f7417='suggestion:'+_0x84b75c+':'+_0x5a79f1+':'+_0x15adcc;_0x5b0352&&(_0x1f7417=_0x1f7417+':'+_0x5b0352),_0x7d13ae['addMarker'](_0x1f7417,{'range':_0x3f579b,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x3bfc95){const _0x4ef36e=_0x3bfc95['previous'],_0x54561e=_0x3bfc95['next'];_0x3bfc95['previous']=null,_0x3bfc95['next']=null,null!=_0x4ef36e&&_0x4ef36e['next']==_0x3bfc95&&(_0x4ef36e['next']=_0x54561e),null!=_0x54561e&&_0x54561e['previous']==_0x3bfc95&&(_0x54561e['previous']=_0x4ef36e),'ready'==this['_suggestionState']['get'](_0x3bfc95)&&(this['_suggestionState']['set'](_0x3bfc95,'removed'),this['fire']('suggestionUnloaded',_0x3bfc95,_0x4ef36e,_0x54561e));}['_setSuggestionData'](_0x1c8be3){const _0x17fc81=_0x1c8be3['id'],_0x328c9f=this['addSuggestionData'](_0x1c8be3);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x41fe71=this['editor']['plugins']['get']('PendingActions'),_0x4ea323=_0x328c9f['hasComments'],_0x5aa164=_0x328c9f['subType']?_0x328c9f['type']+':'+_0x328c9f['subType']:_0x328c9f['type'],_0x4165fa=this['editor']['locale'],_0x5a4af5=_0x41fe71['add'](c(_0x4165fa,'PENDING_ACTION_SUGGESTION')),_0x497a5f={'id':_0x17fc81,'type':_0x5aa164,'hasComments':_0x4ea323,'data':_0x1c8be3['data']||null,'originalSuggestionId':_0x1c8be3['originalSuggestionId']||null,'attributes':_0x328c9f['attributes']};this['_adapter']['addSuggestion'](_0x497a5f)['then'](_0x43288d=>{_0x328c9f['_saved']=!0x0,_0x41fe71['remove'](_0x5a4af5),_0x43288d&&_0x43288d['createdAt']&&(this['_suggestions']['get'](_0x17fc81)['createdAt']=_0x43288d['createdAt']);})['catch'](_0x3df8b7=>{throw _0x424e50('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x328c9f['discard']();}),_0x328c9f['stopListening'](),this['_suggestions']['delete'](_0x328c9f['id']),this['_suggestionState']['delete'](_0x328c9f),_0x3df8b7;});}return _0x328c9f;}['_isBlockAttribute'](_0x6d961d){return this['_blockAttributeKeys']['has'](_0x6d961d);}['_updateSuggestionData'](_0x2e9a99,_0x5b0aff){const _0x5b63c1=this['editor']['plugins']['get']('PendingActions'),_0x13911d=this['getSuggestion'](_0x2e9a99);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x13911d['_saved']){const _0x33d4c0=_0x5b63c1['add'](c(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x2e9a99,_0x5b0aff)['then'](()=>{_0x5b63c1['remove'](_0x33d4c0);});}else _0x13911d['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x2e9a99,_0x5b0aff);});}}['_getSuggestionData'](_0x32acfd){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x525143('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x32acfd);}['_handleNewSuggestionMarker'](_0x1036fa){const {id:_0x4de9fe,type:_0x4bc3ea,subType:_0x2f4007,authorId:_0x33e0fe}=this['_splitMarkerName'](_0x1036fa),_0x242bd2=this['_suggestions']['get'](_0x4de9fe)||this['_createSuggestion'](_0x4bc3ea,_0x2f4007,_0x4de9fe,_0x33e0fe,{});switch(this['_checkSuggestionCorrectness'](_0x242bd2,_0x4bc3ea,_0x2f4007,_0x33e0fe),this['_suggestionState']['get'](_0x242bd2)){case'notReady':this['_getSuggestionData'](_0x4de9fe)['then'](_0x5637b4=>{let _0x170b94=Promise['resolve']();_0x5637b4['hasComments']&&(_0x170b94=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x4de9fe})),_0x170b94['then'](()=>{this['addSuggestionData'](_0x5637b4)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x242bd2,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x4de9fe,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x242bd2,'ready'),this['fire']('suggestionLoaded',_0x242bd2);break;case'ready':this['fire']('suggestionChanged',_0x242bd2);}return _0x242bd2['addMarkerName'](_0x1036fa),_0x242bd2;}['_refreshSuggestionsChain'](_0x314579){const _0x3a8d5c=Array['from'](_0x314579),_0x27d0a=_0x3a8d5c['filter'](_0x2ba698=>'attribute'==_0x2ba698['type']);this['_refreshAttributeSuggestionsChain'](_0x27d0a);const _0x585e32=_0x3a8d5c['filter'](_0x823970=>!_0x823970['isMultiRange']&&'attribute'!=_0x823970['type']),_0x3d9adc=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x52373f=>!_0x52373f['isMultiRange']&&'attribute'!=_0x52373f['type']),_0x12cec9=_0x3d9adc['filter'](_0x14798f=>!_0x314579['has'](_0x14798f)),_0x5b603e=new Map(_0x3d9adc['map'](_0x1f8d19=>[_0x1f8d19,this['_suggestionFactory']['getSuggestionCallback'](_0x1f8d19['type'],_0x1f8d19['subType'],'chain')])),_0x39ee7d=new Map(_0x3d9adc['map'](_0x496e6b=>[_0x496e6b,_0x496e6b['getFirstRange']()])),_0xf754c7=new Set(),_0x1e84d2=new Set();for(let _0x342bb3=0x0;_0x342bb3<_0x585e32['length'];_0x342bb3++)_0xaa65a2(_0x585e32[_0x342bb3],_0x585e32,_0x342bb3+0x1);for(let _0x1afc94=0x0;_0x1afc94<_0x585e32['length'];_0x1afc94++)_0xaa65a2(_0x585e32[_0x1afc94],_0x12cec9,0x0);const _0x5bdd6b=new Set();for(let _0x36456=0x0;_0x36456<_0x585e32['length'];_0x36456++){const _0x3c4d88=_0x585e32[_0x36456];!_0x1e84d2['has'](_0x3c4d88)&&_0x3c4d88['previous']&&(_0x5bdd6b['add'](_0x3c4d88['previous']),_0x3c4d88['previous']['next']===_0x3c4d88&&(_0x3c4d88['previous']['next']=null),_0x3c4d88['previous']=null),!_0xf754c7['has'](_0x3c4d88)&&_0x3c4d88['next']&&(_0x5bdd6b['add'](_0x3c4d88['next']),_0x3c4d88['next']['previous']===_0x3c4d88&&(_0x3c4d88['next']['previous']=null),_0x3c4d88['next']=null);}function _0xaa65a2(_0x4ac792,_0x2f2aa1,_0x1c64be){for(let _0x511eb5=_0x1c64be;_0x511eb5<_0x2f2aa1['length'];_0x511eb5++){const _0x444f77=_0x22b0c6(_0x4ac792,_0x2f2aa1[_0x511eb5]);_0x444f77&&(_0x444f77[0x0]['next']=_0x444f77[0x1],_0x444f77[0x1]['previous']=_0x444f77[0x0],_0xf754c7['add'](_0x444f77[0x0]),_0x1e84d2['add'](_0x444f77[0x1]));}}function _0x22b0c6(_0x84198e,_0x5356d2){if(_0x84198e['author']['id']!==_0x5356d2['author']['id'])return null;const _0x4bb1f8=_0x5b603e['get'](_0x84198e)(_0x84198e,_0x5356d2,_0x39ee7d['get'](_0x84198e),_0x39ee7d['get'](_0x5356d2));if(!_0x4bb1f8)return null;return _0x5b603e['get'](_0x5356d2)(_0x84198e,_0x5356d2,_0x39ee7d['get'](_0x84198e),_0x39ee7d['get'](_0x5356d2))?_0x4bb1f8[0x1]['commentThread']&&_0x4bb1f8[0x1]['commentThread']['length']?null:_0x4bb1f8:null;}_0x5bdd6b['size']&&this['_refreshSuggestionsChain'](_0x5bdd6b);}['_refreshAttributeSuggestionsChain'](_0x476558){if(0x0==_0x476558['length'])return;const _0x34c673=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x472817=>'attribute'==_0x472817['type']&&_0x472817['_isDataLoaded']),_0x1d4b1a=[],_0x276513=new Map();for(const _0x4ae649 of _0x34c673){const _0x8f53b3=_0x3e7e92(_0x4ae649['attributes']);_0x276513['has'](_0x8f53b3)||(_0x276513['set'](_0x8f53b3,_0x1d4b1a['length']),_0x1d4b1a['push']([]));const _0x165fdb=_0x276513['get'](_0x8f53b3);_0x1d4b1a[_0x165fdb]['push'](_0x4ae649);}!(function(){_0x1d4b1a['sort']((_0x2150e1,_0x30aece)=>{const _0xdd7dff=_0x2150e1[0x0]['createdAt'],_0x37b62f=_0x30aece[0x0]['createdAt'];return _0xdd7dff==_0x37b62f?_0x2150e1[0x0]['attributes']['groupId']<_0x30aece[0x0]['attributes']['groupId']?-0x1:0x1:_0xdd7dff<_0x37b62f?-0x1:0x1;});for(const _0x2b2890 of _0x1d4b1a)_0x2b2890['sort']((_0x237aa0,_0x3384b6)=>_0x237aa0['id']<_0x3384b6['id']?-0x1:0x1);}());for(let _0x3d1da0=0x0;_0x3d1da0<_0x1d4b1a['length'];_0x3d1da0++){if(0x0==_0x1d4b1a[_0x3d1da0]['length'])continue;const _0x12820a=[];for(let _0x21828f=_0x3d1da0+0x1;_0x21828f<_0x1d4b1a['length'];_0x21828f++)0x0!=_0x1d4b1a[_0x21828f]['length']&&_0x48e9fa(_0x1d4b1a[_0x3d1da0],_0x1d4b1a[_0x21828f])&&_0x12820a['push'](_0x21828f);for(const _0x2cfdba of _0x12820a)_0x1d4b1a[_0x3d1da0]=_0x1d4b1a[_0x3d1da0]['concat'](_0x1d4b1a[_0x2cfdba]),_0x1d4b1a[_0x2cfdba]=[];}for(const _0x19f22f of _0x1d4b1a)for(let _0x27408d=0x0;_0x27408d<_0x19f22f['length'];_0x27408d++){const _0x43ab84=_0x19f22f[_0x27408d+0x1]||null;_0x19f22f[_0x27408d]['next']!==_0x43ab84&&(_0x19f22f[_0x27408d]['next']=_0x43ab84);}for(const _0x4f0eb8 of _0x1d4b1a)for(let _0x4a7e28=0x0;_0x4a7e28<_0x4f0eb8['length'];_0x4a7e28++){const _0x553298=_0x4f0eb8[_0x4a7e28-0x1]||null;_0x4f0eb8[_0x4a7e28]['previous']!==_0x553298&&(_0x4f0eb8[_0x4a7e28]['previous']=_0x553298);}function _0x48e9fa(_0xbfb50e,_0x2bb2fa){if(_0xbfb50e[0x0]['attributes']['groupId']!==_0x2bb2fa[0x0]['attributes']['groupId']&&_0xbfb50e[0x0]['author']!==_0x2bb2fa[0x0]['author'])return!0x1;if(!function(_0xee3857,_0x2018be){if(!_0xee3857['hasComments']&&!_0x2018be['hasComments'])return!0x0;if(_0xee3857['hasComments']&&_0x2018be['hasComments'])return!0x1;if(_0xee3857['hasComments']&&_0x2018be['createdAt']<_0xee3857['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x2018be['hasComments']&&_0xee3857['createdAt']<_0x2018be['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0xbfb50e[0x0],_0x2bb2fa[0x0]))return!0x1;const _0x5e4c38=Ft(_0xbfb50e[0x0]['attributes'],'groupId'),_0x482ec5=Ft(_0x2bb2fa[0x0]['attributes'],'groupId');if(!_0x54390e(_0x5e4c38,_0x482ec5))return!0x1;return!!_0xbfb50e['every'](_0x325b5f=>_0x2bb2fa['some'](_0x33992e=>_0x325b5f['getFirstRange']()['isEqual'](_0x33992e['getFirstRange']())))&&_0x2bb2fa['every'](_0x5ac670=>_0xbfb50e['some'](_0x5b9f90=>_0x5ac670['getFirstRange']()['isEqual'](_0x5b9f90['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x348ca1){const _0x437aee=Array['from'](_0x348ca1),_0x4cea4e=this['getSuggestions']({'skipNotAttached':!0x0}),_0xccdbaf=_0x4cea4e['filter'](_0x185af8=>!_0x348ca1['has'](_0x185af8)),_0x4aeb18=new Map(_0x437aee['map'](_0xbaa44d=>[_0xbaa44d,this['_suggestionFactory']['getSuggestionCallback'](_0xbaa44d['type'],_0xbaa44d['subType'],'join')])),_0x465086=new Map(_0x4cea4e['map'](_0x8c80ed=>[_0x8c80ed,_0x8c80ed['getRanges']()]));for(let _0x591c1f=0x0;_0x591c1f<_0x437aee['length'];_0x591c1f++){if(_0x4d25df(this,_0x437aee[_0x591c1f],_0x437aee,_0x591c1f+0x1))return!0x0;}for(let _0x34b44b=0x0;_0x34b44b<_0x437aee['length'];_0x34b44b++){if(_0x4d25df(this,_0x437aee[_0x34b44b],_0xccdbaf,0x0))return!0x0;}return!0x1;function _0x4d25df(_0x29a103,_0x2b1c88,_0x59eb54,_0x329fcb){for(let _0x480fe9=_0x329fcb;_0x480fe9<_0x59eb54['length'];_0x480fe9++){const _0x1ebaba=_0x59eb54[_0x480fe9];if(_0x1ebaba['type']!==_0x2b1c88['type']||_0x1ebaba['author']['id']!==_0x2b1c88['author']['id']||_0x1ebaba['subType']!==_0x2b1c88['subType'])continue;if(!Qt(_0x2b1c88,_0x1ebaba))continue;if('attribute'==_0x2b1c88['type']&&_0x2b1c88['data']['oldValue']!=_0x1ebaba['data']['oldValue'])continue;if('attribute'==_0x2b1c88['type']&&_0x29a103['_isBlockAttribute'](_0x2b1c88['data']['key']))continue;if('formatBlock'==_0x2b1c88['type']){const _0x19166b=_0x29a103['editor']['model'],_0x16f746=_0x2b1c88['getContainedElement']();if(_0x16f746&&(_0x19166b['schema']['isObject'](_0x16f746)||_0x19166b['schema']['isLimit'](_0x16f746)))continue;}const _0x45c999=_0x4aeb18['get'](_0x2b1c88),_0x375c11=_0x465086['get'](_0x2b1c88),_0x2b82aa=_0x465086['get'](_0x1ebaba),_0x14e804=_0x2b1c88['commentThread']&&_0x2b1c88['commentThread']['length'],_0x5f2302=_0x1ebaba['commentThread']&&_0x1ebaba['commentThread']['length'];if(!_0x14e804&&_0x45c999(_0x2b82aa,_0x375c11))return _0x29a103['_joinSuggestions'](_0x1ebaba,_0x2b1c88),_0x465086['delete'](_0x2b1c88),!0x0;if(!_0x5f2302&&_0x45c999(_0x375c11,_0x2b82aa))return _0x29a103['_joinSuggestions'](_0x2b1c88,_0x1ebaba),_0x465086['delete'](_0x1ebaba),!0x0;}return!0x1;}}['_joinSuggestions'](_0x28a51f,_0x354805){if(_0x28a51f['isMultiRange']){for(const _0x32fea7 of _0x354805['getRanges']())_0x28a51f['addRange'](_0x32fea7);}else{const _0x4604e9=_0x354805['getFirstRange']()['end'];this['_setSuggestionRange'](_0x28a51f,this['_model']['createRange'](_0x28a51f['getFirstRange']()['start'],_0x4604e9));}_0x354805['removeMarkers']();}['_getMarkerAnnouncementText'](_0x3b8f0a,_0x297a5b,_0x43997b){const _0x2cace8=_0x3b8f0a['startsWith']('format')||_0x3b8f0a['startsWith']('attribute')?'FORMATTING':_0x3b8f0a['toUpperCase']();return c(this['editor']['locale'],_0x297a5b+'_'+_0x2cace8+'_SUGGESTION_ANNOUNCEMENT',_0x43997b);}['_initAriaMarkerChangeAnnouncements'](){const _0x17a421=this['editor'];if(!_0x17a421['ui'])return;const {ariaLiveAnnouncer:_0x354876}=_0x17a421['ui'];_0x5bbf67(this['_model'],({left:_0x3158ac,entered:_0x76d76a})=>{for(const _0x4335f6 of _0x3158ac){const {group:_0x4b3042,type:_0x34888c}=this['_splitMarkerName'](_0x4335f6['name']);if('suggestion'===_0x4b3042){_0x354876['announce'](this['_getMarkerAnnouncementText'](_0x34888c,'LEAVE'));break;}}for(const _0x25c398 of _0x76d76a){const {group:_0x484b76,type:_0x2a59e5}=this['_splitMarkerName'](_0x25c398['name']);if('suggestion'===_0x484b76){_0x354876['announce'](this['_getMarkerAnnouncementText'](_0x2a59e5,'ENTER',_0x42ebb6(_0x387dd3)));break;}}});}['_processAttributeChanges'](_0x3a2c9a){if(this['_recordAttributeSuggestions'])return!0x1;const _0x3c581c=this['editor'],_0x208d79=_0x3c581c['model']['document']['differ']['getChanges']();if(0x0==_0x208d79['length'])return!0x1;const _0x5caa1f=[],_0x2d58bf=_0x208d79['filter'](_0x2c3592=>'attribute'==_0x2c3592['type']),_0x2ab563=_0x208d79['filter'](_0x31427b=>'insert'==_0x31427b['type']&&'$text'!=_0x31427b['name']),_0x435eb8=_0x208d79['filter'](_0x27d05b=>'remove'==_0x27d05b['type']&&'$text'!=_0x27d05b['name']);for(const _0x140dc4 of _0x2d58bf)_0x5caa1f['push']({'key':_0x140dc4['attributeKey'],'newValue':_0x140dc4['attributeNewValue'],'oldValue':_0x140dc4['attributeOldValue'],'range':qt(_0x140dc4['range'],_0x3c581c['model'])});for(const _0x4ade89 of _0x2ab563){const _0x2df00b=_0x435eb8['find'](_0x58408a=>_0x58408a['position']['isEqual'](_0x4ade89['position']));_0x2df00b&&_0x5caa1f['push']({'key':u,'newValue':_0x4ade89['name'],'oldValue':_0x2df00b['name'],'range':_0x3c581c['model']['createRangeOn'](_0x4ade89['position']['nodeAfter'])});}return 0x0!=_0x5caa1f['length']&&this['_reduceExistingSuggestions'](_0x3a2c9a,_0x5caa1f);}['_processAttributeSuggestions'](_0x339e60){let _0xcd7138=!0x1;const _0x26e920=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0xf99baa=>_0xf99baa['data']['newRange']&&_0xf99baa['name']['startsWith']('suggestion:attribute:'));for(const _0x233f69 of _0x26e920){const {subType:_0x38df3c,id:_0x4b5fec}=this['_splitMarkerName'](_0x233f69['name']),_0x53cd83=_0x38df3c['split']('|')[0x0];for(const _0x275130 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x275130['id']!=_0x4b5fec&&'attribute'==_0x275130['type']&&_0x275130['data']&&_0x275130['data']['key']==_0x53cd83&&_0x275130['getFirstRange']()['isIntersecting'](_0x233f69['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x275130,_0x233f69['data']['newRange'],_0x339e60),_0xcd7138=!0x0);}return _0xcd7138;}['_recordAttributeChanges'](_0x9f042){this['_recordAttributeSuggestions']=!0x0,_0x9f042();}['_isRegisteredAttribute'](_0x479fd9){const _0x5e0f50=this['_isBlockAttribute'](_0x479fd9),_0x2a0059=this['_inlineAttributeKeys']['has'](_0x479fd9);return _0x5e0f50||_0x2a0059;}['_reduceExistingSuggestions'](_0x4c1d7f,_0xf0c465){if(0x0==_0xf0c465['length'])return!0x1;let _0x29659a=!0x1;for(const _0x4e8196 of _0xf0c465){const _0x4748f7=this['_findSuggestions'](_0x4e8196['range'],'attribute')['filter'](_0x51b4a5=>!_0x51b4a5['meta']['isNextTo'])['map'](_0x357694=>_0x357694['suggestion']),_0x2b220a=_0x3e7e92({'newValue':_0x4e8196['newValue']});_0x4748f7['filter'](_0x264f26=>{const [_0x293c9a,_0x552088]=_0x264f26['subType']['split']('|');return _0x293c9a==_0x4e8196['key']&&_0x552088!=_0x2b220a;})['forEach'](_0x5bfd93=>{this['_reduceSuggestionAttributeRange'](_0x5bfd93,_0x4e8196['range'],_0x4c1d7f),_0x29659a=!0x0;});}return _0x29659a;}['_reduceSuggestionAttributeRange'](_0x18c1eb,_0x38dbf8,_0x2fe771){const _0x302679=_0x18c1eb['getFirstRange']()['getDifference'](_0x38dbf8);0x0!==_0x302679['length']?0x1!==_0x302679['length']?this['_breakSuggestionMarker'](_0x18c1eb,_0x38dbf8['start'],_0x38dbf8['end']):this['_setSuggestionRange'](_0x18c1eb,_0x302679[0x0]):_0x2fe771['removeMarker'](_0x18c1eb['getFirstMarker']());}}class Pt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x56cd0e){this['_editor']=_0x56cd0e,this['_model']=_0x56cd0e['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x18a034,_0x276f95,_0x57c164,_0x9c1f3a,_0x776d8,_0x1c0cda){return new o(this['_model'],{'type':_0x18a034,'subType':_0x276f95,'id':_0x57c164,'author':_0x9c1f3a,'creator':_0x9c1f3a,'attributes':_0x776d8,'onAttributesChange':_0x1c0cda,'onAccept':(..._0x6577b9)=>this['getSuggestionCallback'](_0x18a034,_0x276f95,'accept')(..._0x6577b9),'onDiscard':(..._0xfb2883)=>this['getSuggestionCallback'](_0x18a034,_0x276f95,'discard')(..._0xfb2883)});}['registerCustomCallback'](_0x2ad889,_0x18f8d9,_0x482cdd,_0x166c60){const _0x3880c1=_0x2ad889+':'+_0x18f8d9+':'+_0x482cdd;this['_customCallbacks']['set'](_0x3880c1,_0x166c60);}['getSuggestionCallback'](_0xcc093e,_0x5b17ad,_0x5eebc6){const _0x1e23bb=_0xcc093e+':'+_0x5b17ad+':'+_0x5eebc6;return this['_customCallbacks']['get'](_0x1e23bb)||this['_defaultCallbacks']['get'](_0xcc093e+':'+_0x5eebc6);}['_registerDefaultCallbacks'](){const _0x196795=()=>!0x1,_0x5e812f=_0x4a8ba0=>{_0x4a8ba0['sort']((_0x3d57c6,_0x2d52da)=>_0x3d57c6['start']['isBefore'](_0x2d52da['start'])?0x1:-0x1),this['_model']['change'](_0x3c7caf=>{for(const _0x137633 of _0x4a8ba0){let _0x58b112;_0x58b112=_0x137633['end']['isAtEnd']&&_0x137633['end']['parent']==_0x137633['start']['nodeAfter']?_0x3c7caf['createSelection'](_0x137633['start']['nodeAfter'],'on'):_0x3c7caf['createSelection'](_0x137633),this['_model']['deleteContent'](_0x58b112,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x1f14b7=(_0x51563a,_0x287c4b)=>{_0x287c4b&&this['_model']['change'](_0x4d84ea=>{const {commandName:_0xd6ff2e,commandParams:_0x58bd60=[]}=_0x287c4b,_0x4c13cd=_0x51563a['map'](_0x398bf0=>(Lt(_0x398bf0)&&(_0x398bf0=this['_model']['createRange'](_0x398bf0['end'])),_0x398bf0))['filter'](_0x370e80=>'$graveyard'!==_0x370e80['root']['rootName']);if(_0x4c13cd['length']<0x1)return;const _0x1bfa3e=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x2f9701=>_0x25f92b['fromRange'](_0x2f9701));_0x4d84ea['setSelection'](_0x4c13cd);for(const _0x2da4df of this['_editor']['commands']['commands']())_0x2da4df['refresh']();_0x58bd60['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0xd6ff2e,..._0x58bd60);const _0x496caa=_0x1bfa3e['filter'](_0x4942b7=>'$graveyard'!=_0x4942b7['root']['rootName']);_0x496caa['length']>0x0&&_0x4d84ea['setSelection'](_0x496caa);for(const _0x24665e of _0x1bfa3e)_0x24665e['detach']();});},_0x4950c2=(_0x5238cd,_0x38ddb3)=>0x1==_0x5238cd['length']&&0x1==_0x38ddb3['length']&&_0x5238cd[0x0]['end']['isEqual'](_0x38ddb3[0x0]['start']),_0x8048f0=(_0x108033,_0x40baee,_0x261313,_0x30416a)=>Wt(_0x108033,_0x40baee,_0x261313,_0x30416a)?[_0x108033,_0x40baee]:Wt(_0x40baee,_0x108033,_0x30416a,_0x261313)?[_0x40baee,_0x108033]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x196795),this['_defaultCallbacks']['set']('insertion:discard',_0x5e812f),this['_defaultCallbacks']['set']('insertion:join',_0x4950c2),this['_defaultCallbacks']['set']('insertion:chain',_0x8048f0),this['_defaultCallbacks']['set']('deletion:accept',_0x5e812f),this['_defaultCallbacks']['set']('deletion:discard',_0x196795),this['_defaultCallbacks']['set']('deletion:join',_0x4950c2),this['_defaultCallbacks']['set']('deletion:chain',_0x8048f0),this['_defaultCallbacks']['set']('formatInline:accept',_0x1f14b7),this['_defaultCallbacks']['set']('formatInline:discard',_0x196795),this['_defaultCallbacks']['set']('formatInline:join',_0x4950c2),this['_defaultCallbacks']['set']('formatInline:chain',_0x196795),this['_defaultCallbacks']['set']('formatBlock:accept',_0x1f14b7),this['_defaultCallbacks']['set']('formatBlock:discard',_0x196795),this['_defaultCallbacks']['set']('formatBlock:join',_0x4950c2),this['_defaultCallbacks']['set']('formatBlock:chain',_0x196795),this['_defaultCallbacks']['set']('attribute:accept',_0x196795),this['_defaultCallbacks']['set']('attribute:discard',(_0xb70b74,_0xba6111)=>{if(!_0xba6111)return;const _0x3a9498=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x5e521b=>{if(_0xba6111['key']==u)for(const _0xba12a1 of _0xb70b74){const _0x2c5012=_0xba12a1['start']['nodeAfter'],_0x20962c=_0xba6111['oldValue'];_0x5e521b['rename'](_0x2c5012,_0x20962c);}else{if(_0x3a9498['_isBlockAttribute'](_0xba6111['key'])){for(const _0x5bdfdb of _0xb70b74)void 0x0!==_0xba6111['oldValue']?_0x5e521b['setAttribute'](_0xba6111['key'],_0xba6111['oldValue'],_0x5bdfdb['start']['nodeAfter']):_0x5e521b['removeAttribute'](_0xba6111['key'],_0x5bdfdb['start']['nodeAfter']);}else{for(const _0x1c9273 of _0xb70b74)_0xba6111['oldValue']?_0x5e521b['setAttribute'](_0xba6111['key'],_0xba6111['oldValue'],_0x1c9273):_0x5e521b['removeAttribute'](_0xba6111['key'],_0x1c9273);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x4950c2);}}function Gt(_0x37a01b,_0x201ef9,_0x3f3c88){for(const _0x10c128 of _0x201ef9['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x10c128['root']==_0x10c128)return!0x1;if(!_0x3f3c88['containsItem'](_0x10c128))return!0x1;if(_0x37a01b['isObject'](_0x10c128)||_0x37a01b['isLimit'](_0x10c128))return!0x0;}return!0x1;}function Lt(_0x56007a){return _0x56007a['end']['parent']==_0x56007a['start']['nodeAfter']&&_0x56007a['end']['isAtStart'];}function Jt(_0x2ce08f,_0x5e61e5,_0x29282c,_0x3c47e3){const _0x3a6ca0=_0x313bda=>!_0x313bda['item']['is']('$textProxy')&&!_0x3c47e3['isObject'](_0x313bda['item']),_0x2bd6af=_0x2ce08f['start']['getLastMatchingPosition'](_0x3a6ca0),_0x473492=_0x2ce08f['end']['getLastMatchingPosition'](_0x3a6ca0,{'direction':'backward'});return(!_0x2ce08f['start']['isEqual'](_0x2bd6af)||!_0x2ce08f['end']['isEqual'](_0x473492))&&(_0x2bd6af['isBefore'](_0x473492)?_0x29282c['updateMarker'](_0x5e61e5,{'range':_0x29282c['createRange'](_0x2bd6af,_0x473492)}):_0x29282c['removeMarker'](_0x5e61e5),!0x0);}function Kt(_0x222966){return _0x3e7e92(_0x222966);}function Ht(_0x16916b){const _0x373ee1=_0x16916b['start']['nodeAfter'];return _0x373ee1&&_0x373ee1['is']('element');}function qt(_0x38e477,_0x22274c){return null==_0x38e477['end']['nodeBefore']&&_0x38e477['end']['parent']==_0x38e477['start']['nodeAfter']?zt(_0x38e477['start']['nodeAfter'],_0x22274c):_0x38e477;}function zt(_0x33e772,_0x32b088){const _0x32c752=_0x32b088['schema']['isObject'](_0x33e772)||_0x32b088['schema']['isSelectable'](_0x33e772);return _0x32b088['createRange'](_0x32b088['createPositionAt'](_0x33e772,'before'),_0x32c752?_0x32b088['createPositionAfter'](_0x33e772):_0x32b088['createPositionAt'](_0x33e772,'end'));}function Wt(_0x2a931d,_0x1758cc,_0xc54ef9,_0x16ca34){return!!Qt(_0x2a931d,_0x1758cc)&&_0xc54ef9['end']['isEqual'](_0x16ca34['start']);}function Qt(_0x50d81f,_0x40bf7b){if(!_0x50d81f['_isDataLoaded']||!_0x40bf7b['_isDataLoaded'])return!0x1;const _0x403e87=new Set(Object['keys'](_0x50d81f['attributes'])),_0xb7cadb=new Set(Object['keys'](_0x40bf7b['attributes']));if(_0x403e87['delete']('groupId'),_0xb7cadb['delete']('groupId'),0x0==_0x403e87['size']&&0x0==_0xb7cadb['size'])return!0x0;if(_0x403e87['size']!=_0xb7cadb['size'])return!0x1;const _0x1e45ab={..._0x50d81f['attributes']},_0x35c189={..._0x40bf7b['attributes']};return delete _0x1e45ab['groupId'],delete _0x35c189['groupId'],JSON['stringify'](_0x1e45ab)==JSON['stringify'](_0x35c189);}function Xt(_0x45c29d,_0x321487){const _0x53e34e=Yt(_0x45c29d['attributes']),_0x5772e5=Yt(_0x321487);if(!_0x45c29d['_isDataLoaded'])return!0x1;for(const _0x3cc185 of Object['keys'](_0x5772e5))if(!_0x54390e(_0x53e34e[_0x3cc185],_0x5772e5[_0x3cc185]))return!0x1;return!0x0;}function Yt(_0x1d6679){const _0x59cd65=Object['assign']({},_0x1d6679);return delete _0x59cd65['skipNestingCheck'],delete _0x59cd65['tablePasteChainId'],_0x59cd65;}class pe extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x21b4ed(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x3bbf34,_0x295552,_0x37b804,_0x2c756b){super(),this['model']=_0x295552,this['view']=_0x37b804,this['commentThreadController']=_0x2c756b,this['_editor']=_0x3bbf34,this['_acceptCommand']=_0x3bbf34['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x3bbf34['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x2880d4,_0x23e9d6)=>_0x2880d4||_0x23e9d6),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x682590=>_0x682590&&this['_editor']['model']['canEditAt'](_0x295552['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x378fa5=>_0x378fa5&&this['_editor']['model']['canEditAt'](_0x295552['getRanges']())),this['_pendingAction']=null,_0x37b804['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x37b804,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x37b804,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x37b804,'change:isDirty',()=>{_0x37b804['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 _0x3f94cd=c(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x3f94cd);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x3fa263{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x27de65,_0x94db17,_0x1aa18e,_0xf7d792){super(_0x27de65),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x4af1e8(_0x27de65,c(_0x27de65,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x94db17['authoredAt']),this['bind']('authoredAt')['to'](_0x94db17),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',_0x94db17,'authoredAt',this,'descriptionParts',(_0x5e8d1e,_0x4511c7,_0x5e069c)=>{const _0x2375da=_0x5e069c['map'](_0x50fa40=>ls(_0x50fa40['content']))['join']('.\x20')+'.';return c(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x5e8d1e-0x1,_0x94db17['author']['name'],_0x4511c7?_0xf7d792['formatDateTime'](_0x4511c7):'',new DOMParser()['parseFromString'](_0x2375da,'text/html')['body']['textContent']]);}),this['focusables']=new _0x2f56d2(),this['focusTracker']=new _0x1e5d3f(),this['keystrokes']=new _0x27b865(),this['focusCycler']=new _0x413ed8({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x363c8e=>_0x363c8e['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x94db17,this['_localUser']=_0x1aa18e,this['_config']=_0xf7d792,_0xf7d792['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x59aa8e(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x12acd6}=this['_config'];this['commentsListView']=new _0x12acd6(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',_0x52d981=>_0x52d981+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x318493,_0x25e760)=>_0x318493||!!_0x25e760);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x1603a1}=this['_config'],_0x4ef723=new _0x1603a1(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x44f4ee=_0x4ef723['commentInputView'];return _0x4ef723['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x44f4ee,'value',(_0x35c191,_0x428df3,_0x5532df)=>!!_0x5532df||_0x35c191&&!_0x428df3),_0x44f4ee['on']('submit',(_0x505128,_0x768a44)=>{this['fire']('addComment',_0x768a44),_0x44f4ee['editor']['setData']('');}),_0x44f4ee['on']('cancel',()=>this['focus']()),_0x44f4ee['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x4ef723;}}class fe extends us{['suggestionView'];['_descriptionElement'];constructor(_0x226342,_0x7b35a0,_0x16dfb3,_0x5ed7c6){super(_0x226342,_0x7b35a0,_0x16dfb3,_0x5ed7c6),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x36baad=>_0x36baad&&_0x36baad[0x0]?_0x36baad[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x1fbada,_0x2f6b7b)=>{let _0x52bbeb='';for(const _0x5921fc of _0x1fbada)_0x52bbeb+='<p>'+ls(_0x5921fc['content'],_0x5921fc['color'])+'</p>';return _0x2f6b7b?_0x52bbeb:ti(_0x52bbeb,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x5ed7c6['SuggestionView'](_0x226342,_0x7b35a0,{'formatDateTime':_0x5ed7c6['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 _0x49858c=this['bindTemplate'],_0x4c5063=[this['suggestionView']];return this['commentsListView']&&_0x4c5063['push'](this['commentsListView']),this['commentThreadInputView']&&_0x4c5063['push'](this['commentThreadInputView']),_0x4c5063['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x49858c['if']('isActive','ck-suggestion-wrapper--active'),_0x49858c['to']('type',_0x32ffa0=>'ck-suggestion-'+_0x32ffa0),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':_0x49858c['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x4c5063};}['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 _0x3fa263{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x897957,_0xf2cf94,_0x2d2505){super(_0x897957),this['_model']=_0xf2cf94,this['_config']=_0x2d2505,this['set']('description',''),this['bind']('authoredAt')['to'](_0xf2cf94),this['acceptButton']=this['_createButton'](c(_0x897957,'Accept\x20suggestion'),_0x2ab278,'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](c(_0x897957,'Discard\x20suggestion'),_0x487562,'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x11b4e5(_0x897957,_0xf2cf94['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x2f56d2([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x1e5d3f(),this['keystrokes']=new _0x27b865(),this['focusCycler']=new _0x413ed8({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x2d27dd=>_0x2d27dd['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x5bdd5c=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x5bdd5c['innerHTML']=this['description'],this['on']('change:description',(_0x9fbab0,_0x13908c,_0x236fa4)=>{_0x5bdd5c['innerHTML']=_0x236fa4;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x2a34a9=this['bindTemplate'],_0x20aea3=[{'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':_0x2a34a9['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x2a34a9['to']('authoredAt',_0x3fe3bd=>this['_config']['formatDateTime'](_0x3fe3bd))}]}]},{'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']&&_0x20aea3['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':_0x20aea3}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?c(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):c(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?c(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):c(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x590257,_0x7cfa5,_0x2b5b06,_0x1e9ba0,_0x1be75e){const _0x471bb3=new _0x4fd167(this['locale']);return _0x471bb3['set']({'label':_0x590257,'icon':_0x7cfa5,'tooltip':!0x0,'tooltipPosition':_0x1be75e}),_0x471bb3['extendTemplate']({'attributes':{'class':_0x2b5b06}}),_0x471bb3['on']('execute',()=>{this['fire'](_0x1e9ba0,this['_model']['id']);}),_0x471bb3;}['_setupKeyboardNavigation'](){const _0xddbe30=this['element'];this['keystrokes']['listenTo'](_0xddbe30);for(const _0x3fc60c of this['focusables'])this['focusTracker']['add'](_0x3fc60c['element']),this['keystrokes']['listenTo'](_0x3fc60c['element']);this['keystrokes']['set']('enter',(_0x30ebb9,_0x1a26fe)=>{_0xddbe30===_0x30ebb9['target']&&(this['focusCycler']['focusFirst'](),_0x1a26fe());}),this['keystrokes']['set']('esc',(_0x1f3e98,_0xb5c476)=>{_0xddbe30!==_0x1f3e98['target']&&(this['focus'](),_0xb5c476());});}}class d extends _0xd6413c{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x98631a,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x45fbef){super(_0x45fbef),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x6e3384=this['editor']['config'];_0x6e3384['define']('trackChanges.SuggestionThreadView',fe),_0x6e3384['define']('trackChanges.SuggestionView',we),_0x6e3384['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x6e3384['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x158711,_0x1e9e30){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x1d18af,_0x594a51]of this['_handleControllerBuffer']){const _0x31efc2=this['_suggestionToController']['has'](_0x1d18af);_0x31efc2||_0x594a51?_0x31efc2&&_0x594a51&&this['_destroyController'](_0x1d18af):this['_initializeController'](_0x1d18af);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x158711,_0x1e9e30);}['init'](){const _0xe45517=this['editor'],_0xae54c6=_0xe45517['plugins']['get']('TrackChangesEditing'),_0x28ecf8=_0xe45517['plugins']['get']('Annotations'),_0x986f9d=_0xe45517['plugins']['get']('EditorAnnotations'),_0x47d6fb=_0xe45517['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x986f9d['addSourceCollector'](()=>{const _0x40adc9=[];for(const [_0x4a68f6,_0x22feae]of Array['from'](this['_suggestionToController'])){const _0x3600d2=_0x4a68f6['getAllAdjacentSuggestions'](),_0xced95c=[];for(const _0x493089 of _0x3600d2){if(!_0x493089['isInContent'])continue;if(_0x493089['isMultiRange']){_0xced95c['push'](..._0x493089['getRanges']());continue;}const _0x522894=_0x493089['getFirstRange']();if(_0xced95c['length']>0x0){const _0xb3a6b2=_0xced95c[0x0]['getJoined'](_0x522894);if(_0xb3a6b2){_0xced95c[0x0]=_0xb3a6b2;continue;}}_0xced95c['push'](_0x522894);}_0x40adc9['push']([_0x22feae['view'],_0xced95c]);}return _0x40adc9;}),this['listenTo'](_0xae54c6,'suggestionLoaded',(_0x327a1d,_0x5bd395)=>{this['listenTo'](_0x5bd395,'change:previous',(_0xa8ed14,_0x5ed549,_0xb9bc21,_0x1941db)=>{_0x5bd395['isInContent']&&(null==_0xb9bc21?(this['_updateController'](_0x1941db['head']),this['_handleSuggestionControllerDelayed'](_0x5bd395,!0x1)):(this['_updateController'](_0xb9bc21['head']),null==_0x1941db&&this['_handleSuggestionControllerDelayed'](_0x5bd395,!0x0)));}),null!==_0x5bd395['previous']?this['_updateController'](_0x5bd395['head']):this['_handleSuggestionControllerDelayed'](_0x5bd395,!0x1);}),this['listenTo'](_0xae54c6,'suggestionUnloaded',(_0x3858f3,_0x5bcbda,_0x55f6a0)=>{this['stopListening'](_0x5bcbda,'change:previous'),this['_handleControllerBuffer']['delete'](_0x5bcbda),this['_suggestionToController']['has'](_0x5bcbda)&&this['_destroyController'](_0x5bcbda),_0x55f6a0&&this['_updateController'](_0x55f6a0['head']);}),this['listenTo'](_0xae54c6,'suggestionChanged',(_0x2ab00d,_0x1270b1)=>{this['_updateController'](_0x1270b1);}),this['listenTo'](_0x28ecf8,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x47d6fb,'addComment',(_0x5cbf39,{threadId:_0x5c21e6,isFromAdapter:_0x1990a5})=>{if(_0x1990a5||!_0xae54c6['hasSuggestion'](_0x5c21e6))return;const _0xfba04f=_0xae54c6['getSuggestion'](_0x5c21e6);this['_suggestionToController']['get'](_0xfba04f)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x7bbd9=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x37d506;for(const _0x1fa7e9 in _0x7bbd9){const _0x51d3e5=_0x1fa7e9,_0x488cbe=_0x7bbd9[_0x51d3e5];if('trackChangesLicenseKeyValid'==_0x488cbe||'trackChangesLicenseKeyInvalid'==_0x488cbe||'trackChangesLicenseKeyExpired'==_0x488cbe||'trackChangesLicenseKeyDomainLimit'==_0x488cbe||'trackChangesLicenseKeyNotAllowed'==_0x488cbe||'trackChangesLicenseKeyEvaluationLimit'==_0x488cbe||'trackChangesLicenseKeyTrialLimit'==_0x488cbe||'trackChangesLicenseKeyUsageLimit'==_0x488cbe){delete _0x7bbd9[_0x51d3e5],_0x37d506=_0x488cbe,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x37d506&&_0x7bbd9['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x37d506&&_0x7bbd9['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x37d506&&_0x7bbd9['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x37d506&&_0x7bbd9['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x37d506&&_0x7bbd9['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x37d506&&_0x7bbd9['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyUsageLimit'==_0x37d506&&_0x7bbd9['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0x4c4490=this['editor']['plugins']['get']('Annotations'),_0x4b2829=this['editor']['plugins']['get']('TrackChangesEditing'),_0x42e77c=Array['from'](_0x4c4490['activeAnnotations'],_0x520459=>_0x520459['innerView'])['filter'](_0x2c7a8c=>this['_viewToController']['has'](_0x2c7a8c)),_0x12905b=[];for(const _0x2bee6c of _0x42e77c){const _0x19f081=this['_viewToController']['get'](_0x2bee6c)['model']['getAllAdjacentSuggestions']();_0x12905b['push'](..._0x19f081['reduce']((_0x97024f,_0x3d2f1a)=>[..._0x97024f,..._0x3d2f1a['getMarkerNames']()],[]));}_0x4b2829['activeMarkers']=_0x12905b;}['_addUIComponentsToFactory'](){const _0x22a8e5=this['editor'],_0x43ec5b=_0x22a8e5['locale'],_0x8e2063=c(_0x43ec5b,'Track\x20changes'),_0x591caf=new _0x57af3c([{'type':'switchbutton','model':new _0x3dcf87({'withText':!0x0,'isToggleable':!0x0,'label':_0x8e2063,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x3dcf87({'withText':!0x0,'label':c(_0x43ec5b,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x3dcf87({'withText':!0x0,'label':c(_0x43ec5b,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x3dcf87({'withText':!0x0,'label':c(_0x43ec5b,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x3dcf87({'withText':!0x0,'label':c(_0x43ec5b,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x22a8e5['plugins']['has']('TrackChangesPreview')&&_0x591caf['addMany']([{'type':'separator'},{'type':'button','model':new _0x3dcf87({'withText':!0x0,'label':c(_0x43ec5b,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x5d2489 of _0x591caf)if(ke(_0x5d2489)){const _0x3ccd09=_0x22a8e5['commands']['get'](_0x5d2489['model']['commandName']);_0x5d2489['model']['bind']('isOn','isEnabled')['to'](_0x3ccd09,'value','isEnabled');}_0x22a8e5['ui']['componentFactory']['add']('trackChanges',_0x6efbd6=>this['_createToolbarButton'](_0x6efbd6,_0x591caf,_0x8e2063)),_0x22a8e5['ui']['componentFactory']['add']('menuBar:trackChanges',_0x1129a8=>this['_createMenuBarMenu'](_0x1129a8,_0x591caf,_0x8e2063));}['_createToolbarButton'](_0x27db0f,_0x5aa610,_0x2f1a52){const _0x7937d9=_0x1ff78e(_0x27db0f,_0x5b3877),_0x7cc462=this['editor']['commands']['get']('trackChanges');_0x7937d9['buttonView']['set']({'tooltip':_0x2f1a52,'label':_0x2f1a52,'icon':_0x433b3e}),_0x7937d9['buttonView']['bind']('isOn')['to'](_0x7cc462,'value'),_0x7937d9['buttonView']['on']('execute',()=>{_0x7cc462['execute'](),this['editor']['editing']['view']['focus']();}),_0x4909c3(_0x7937d9,_0x5aa610,{'role':'menu'});const _0x4bb2d0=[];for(const _0x2c1ce2 of _0x5aa610)ke(_0x2c1ce2)&&_0x4bb2d0['push'](this['editor']['commands']['get'](_0x2c1ce2['model']['commandName']));const _0x5a611b=_0x7937d9['buttonView'];return _0x5a611b['actionView']['unbind']('isEnabled'),_0x5a611b['arrowView']['unbind']('isEnabled'),_0x5a611b['actionView']['bind']('isEnabled')['to'](_0x7cc462,'isEnabled'),_0x5a611b['arrowView']['bind']('isEnabled')['toMany'](_0x4bb2d0,'isEnabled',(..._0x1b1eda)=>_0x1b1eda['some'](_0x3010d4=>_0x3010d4)),_0x7937d9['on']('execute',_0x2a4685=>{this['editor']['execute'](_0x2a4685['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x7937d9;}['_createMenuBarMenu'](_0x401301,_0x27b99f,_0x36c21c){const _0x1f7ad3=new _0x12639d(_0x401301),_0x28d3f7=this['editor']['commands']['get']('trackChanges');_0x1f7ad3['buttonView']['set']({'label':_0x36c21c,'icon':_0x433b3e});const _0x587c50=new _0x7b4905(_0x401301);for(const _0x6fb9a8 of _0x27b99f){if('separator'==_0x6fb9a8['type']){_0x587c50['items']['add'](new _0x310f22(_0x401301));continue;}const _0x3c9296=new _0x4044dc(_0x401301,_0x1f7ad3),_0x33bcdd=new _0x1180be(_0x401301),_0x2951ac=_0x6fb9a8['model'];_0x33bcdd['bind'](...Object['keys'](_0x2951ac))['to'](_0x2951ac),_0x33bcdd['delegate']('execute')['to'](_0x1f7ad3),_0x33bcdd['on']('execute',()=>{this['editor']['execute'](_0x2951ac['commandName']),this['editor']['editing']['view']['focus']();}),_0x3c9296['children']['add'](_0x33bcdd),_0x587c50['items']['add'](_0x3c9296);}return _0x1f7ad3['bind']('isEnabled')['to'](_0x28d3f7,'isEnabled'),_0x1f7ad3['panelView']['children']['add'](_0x587c50),_0x1f7ad3;}['_initializeController'](_0x1f5f4c){const _0x220119=this['editor'],_0x12fd26=_0x220119['config'],_0x1e5b18=_0x220119['plugins']['get']('Annotations'),_0x89dc5c=_0x220119['plugins']['get']('CommentsRepository'),_0xf81e94=_0x220119['plugins']['get']('EditorAnnotations'),_0x12e7b1=_0x220119['plugins']['get'](_0x98631a)['me'],_0xa742b3=_0x12fd26['get']('trackChanges')['SuggestionThreadView'],_0x4185c9=_0x12fd26['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x3a5807,CommentThreadInputView:_0x2735a3}=_0x220119['plugins']['get']('CommentsUI');let _0x2340b3,_0x5f469c,_0x59e4ee;this['_annotationViews']['has'](_0x1f5f4c['id'])?(_0x5f469c=this['_annotationViews']['get'](_0x1f5f4c['id']),_0x2340b3=_0x5f469c['mainView']):(_0x2340b3=new _0xa742b3(_0x220119['locale'],_0x1f5f4c,_0x12e7b1,{'disableComments':this['_disableComments'],'editorConfig':{..._0x12fd26['get']('comments.editorConfig'),'licenseKey':_0x12fd26['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x12fd26['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x12fd26['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x12fd26['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x386e5f(_0x12fd26['get']('locale'),_0x220119['locale']),'CommentView':_0x12fd26['get']('comments')['CommentView'],'CommentsListView':_0x3a5807,'CommentThreadInputView':_0x2735a3,'SuggestionView':_0x4185c9}),_0x2340b3['suggestionView']['acceptButton']['on']('execute',()=>{_0x220119['editing']['view']['focus']();}),_0x2340b3['suggestionView']['discardButton']['on']('execute',()=>{_0x220119['editing']['view']['focus']();}),_0x5f469c=_0x1e5b18['createAnnotationView'](this['editor']['locale'],_0x2340b3),_0x5f469c['bind']('isDirty')['to'](_0x2340b3,'isDirty'),_0x5f469c['bind']('length')['to'](_0x2340b3),_0x5f469c['bind']('type')['to'](_0x2340b3,'type',_0x3c8dcc=>'suggestion-'+_0x3c8dcc),_0x2340b3['on']('escape',()=>{_0x59e4ee['fire']('escape');}),this['_annotationViews']['set'](_0x1f5f4c['id'],_0x5f469c));const _0x1aeca4=_0x89dc5c['createCommentThreadController'](_0x1f5f4c['commentThread'],_0x2340b3),_0x3a821b=new pe(_0x220119,_0x1f5f4c,_0x2340b3,_0x1aeca4),_0xc92847=_0x1f5f4c['getAllAdjacentSuggestions']()['filter'](_0x30deb9=>_0x30deb9['isInContent']);_0x2340b3['descriptionParts']=_0x220119['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0xc92847),this['_suggestionToController']['set'](_0x1f5f4c,_0x3a821b),this['_viewToController']['set'](_0x2340b3,_0x3a821b),_0x59e4ee=_0x1e5b18['createAnnotation']({'view':_0x5f469c,'target':()=>{const _0x1f61e4=[],_0x1c263b=_0x1f5f4c['getAllAdjacentSuggestions']()['filter'](_0x40be9a=>_0x40be9a['isInContent']);for(const _0x45eee4 of _0x1c263b)_0x1f61e4['push'](..._0x45eee4['getMarkers']());return _0x5cc47b(_0x220119['editing'],_0x1f61e4);},'type':()=>'suggestion-'+_0x3a821b['view']['type']}),_0x89dc5c['_bindAnnotationToEditors'](_0x2340b3,_0x59e4ee),_0x1e5b18['add'](_0x59e4ee),_0xf81e94['registerAnnotation'](_0x59e4ee);}['_destroyController'](_0xd40b50){const _0x5404fa=this['editor']['plugins']['get']('CommentsRepository'),_0x2dfdab=this['editor']['plugins']['get']('Annotations'),_0x19ab4b=this['_suggestionToController']['get'](_0xd40b50),_0x114e36=_0x19ab4b['view'],_0x2013d=_0x2dfdab['getByInnerView'](_0x114e36);_0x5404fa['_unbindEditors'](_0x114e36),_0x2013d&&_0x2dfdab['remove'](_0x2013d),this['_suggestionToController']['delete'](_0xd40b50),this['_viewToController']['delete'](_0x114e36),_0x19ab4b['destroy']();}['_updateController'](_0x559f8c){if(!_0x559f8c['isInContent']||!this['_suggestionToController']['has'](_0x559f8c))return;const _0x1b7c1f=this['editor']['plugins']['get']('TrackChangesEditing'),_0x14cb2d=this['_suggestionToController']['get'](_0x559f8c),_0x132a84=_0x559f8c['getAllAdjacentSuggestions']();_0x14cb2d['view']['descriptionParts']=_0x1b7c1f['descriptionFactory']['getDescriptions'](_0x132a84);}['destroy'](){for(const _0x520537 of this['_suggestionToController']['keys']())this['_destroyController'](_0x520537);for(const _0x2f2a27 of this['_annotationViews']['values']())_0x2f2a27['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function ke(_0x44d10a){return'model'in _0x44d10a;}class k extends _0xd6413c{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x4bc9b9){this['editor']['plugins']['get'](p)['adapter']=_0x4bc9b9;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0xbe5bfd){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0xbe5bfd);}['getSuggestions']({skipNotAttached:_0x4ef928=!0x1,toJSON:_0x5ceb52=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x4ef928,'toJSON':_0x5ceb52});}['getSuggestion'](_0x29196e){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x29196e);}}const w=['Pagination'];class T extends _0xd6413c{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x2da660=this['editor'];if(_0x2da660['config']['define']('trackChangesData.editorCreator',_0x39ac54=>{const _0x2af106=_0x2da660['model']['document']['getRootNames']()['reduce']((_0x475de0,_0x4bbb9b)=>(_0x475de0[_0x4bbb9b]='',_0x475de0),{});return _0x2da660['constructor']['create'](_0x2af106,_0x39ac54);}),'function'!=typeof _0x2da660['config']['get']('trackChangesData')['editorCreator'])throw new _0x525143('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x4cb5b4){return N(this['editor'],!0x0,_0x4cb5b4);}['getDataWithDiscardedSuggestions'](_0x12c8cf){return N(this['editor'],!0x1,_0x12c8cf);}}class D extends _0xd6413c{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x356e12){function _0x32b99a(_0x3837ba){return _0x3837ba['map'](_0x7d47b6=>String['fromCharCode'](_0x7d47b6))['join']('');}super(_0x356e12),this['result']='end',_0x356e12[_0x32b99a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x32b99a([0x76,0x69,0x65,0x77])][_0x32b99a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x32b99a([0x61,0x75,0x74,0x6f]),_0x356e12[_0x32b99a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x32b99a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x32b99a([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x32b99a([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x32b99a([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 Ge(_0x1d1676){return void 0x0!==_0x1d1676['getRootsAttributes'];}async function N(_0x3cfb98,_0x2ddcd4,_0x198ca6){const _0x40c331=_0x71d219(_0x3cfb98,w);_0x40c331['plugins']['push'](p,D),_0x40c331['rootsAttributes']=Ge(_0x3cfb98)?_0x3cfb98['getRootsAttributes']():void 0x0;const _0x31c526=document['createDocumentFragment'](),_0x139332=_0x3cfb98['config']['get']('trackChangesData')['editorCreator'],_0x369c61=await _0x139332(_0x40c331,()=>function(_0x3909f7){const _0xc504ac=document['createElement']('div');return _0x3909f7['appendChild'](_0xc504ac),_0xc504ac;}(_0x31c526));!function(_0x125613,_0xa544ac){const _0x2ff046=_0x125613['model']['document']['getRootNames']()['reduce']((_0x4b13a7,_0x3fd0fd)=>(_0x4b13a7[_0x3fd0fd]=_0x125613['data']['get']({'rootName':_0x3fd0fd}),_0x4b13a7),{}),_0x22c7f1=_0x125613['plugins']['get']('Users')['users']['map'](_0x5098f0=>({'id':_0x5098f0['id'],'name':_0x5098f0['name']})),_0x4754a8=_0x125613['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x2fa9a3=_0x125613['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x21c025=_0xa544ac['plugins']['get']('Users'),_0x4f6e12=_0xa544ac['plugins']['get']('TrackChangesEditing'),_0x3c6f0f=_0xa544ac['plugins']['get']('CommentsRepository');for(const _0x4a3c35 of _0x3c6f0f['getCommentThreads']())_0x4a3c35['remove']();for(const _0x6c18c6 of _0x22c7f1)_0x21c025['getUser'](_0x6c18c6['id'])||_0x21c025['addUser'](_0x6c18c6);_0x21c025['me']||_0x21c025['useAnonymousUser']();for(const _0x25a0d0 of _0x2fa9a3)_0x3c6f0f['addCommentThread'](_0x25a0d0);for(const _0x37a6eb of _0x4754a8)_0x4f6e12['addSuggestionData'](_0x37a6eb);_0xa544ac['data']['set'](_0x2ff046);}(_0x3cfb98,_0x369c61),_0x369c61['execute'](_0x2ddcd4?'acceptAllSuggestions':'discardAllSuggestions');const _0x471507=Ge(_0x369c61)?_0x369c61['getFullData'](_0x198ca6):_0x369c61['data']['get'](_0x198ca6);return await _0x369c61['destroy'](),_0x471507;}class Me extends _0x3fa263{['options'];constructor(_0x31cbf8,_0xda162d){super(_0x31cbf8),this['options']=_0xda162d,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'](_0x48b2c6,_0x582b8a){if(!this['element'])return;const _0x29e08a=[];for(const [_0x5f2d53,_0x341eb4]of _0x48b2c6){const _0x38d59f=document['createElement']('div');_0x38d59f['setAttribute']('data-ck-root-name',_0x5f2d53),_0x38d59f['className']=_0x341eb4['classes']+'\x20ck-track-changes-preview__root-container',_0x38d59f['innerHTML']=_0x341eb4['content'],_0x29e08a['push'](_0x38d59f);}_0x582b8a(this['element'],_0x29e08a),this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class re extends _0x14cb09{constructor(_0x513380){super(_0x513380),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x3040a5=this['editor'],_0x30d8b8=_0x3040a5['locale'],_0x5992e3=_0x3040a5['plugins']['get']('Dialog');let _0x5de9ff;const _0x3b38de=function(_0x2fde88){const _0x1f0b5c={};if('editables'in _0x2fde88['ui']['view']){for(const [_0x3339de,_0x3c155b]of Object['entries'](_0x2fde88['ui']['view']['editables']))_0x1f0b5c[_0x3339de]=_0x3c155b['element'];}else _0x1f0b5c[_0x2fde88['model']['document']['getRootNames']()[0x0]]=_0x2fde88['ui']['view']['editable']['element'];return _0x1f0b5c;}(_0x3040a5),_0xcb5594=function(_0x3f2a0b){let _0x469ed4=0x0;for(const _0x1d0171 of Object['values'](_0x3f2a0b))_0x469ed4=Math['max'](_0x469ed4,_0x1d0171['getBoundingClientRect']()['width']);let _0x4057a3=0x0;for(const _0x590034 of Object['values'](_0x3f2a0b))_0x4057a3+=_0x590034['getBoundingClientRect']()['height'];const _0x2743b1=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x3864d4=Math['min'](_0x4057a3,_0x2743b1);return{'width':_0x469ed4,'height':_0x3864d4};}(_0x3b38de);_0x5992e3['show']({'id':'finalContentPreview','title':c(_0x30d8b8,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new Me(_0x30d8b8,{'dialogRects':_0xcb5594}),'onHide':()=>{_0x5de9ff['detachFromDom']();},'onShow':()=>{_0x3040a5['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x5d4e79=>{const _0x13c3ac=this['_standarizeRootsData'](_0x5d4e79,_0x3040a5,_0x3b38de);_0x5992e3['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x13c3ac,_0x3040a5['config']['get']('trackChanges.preview.renderFunction'));}),_0x5de9ff=new _0x2aca5c(_0x30d8b8,[_0x5992e3['view']]),_0x5de9ff['attachToDom'](),_0x5de9ff['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x3040a5['once']('destroy',()=>{_0x5de9ff['detachFromDom']();});const _0x4ae508=_0x5992e3['view']['headerView']['class'];_0x5992e3['view']['headerView']['class']=_0x4ae508?_0x4ae508+'\x20ck-reset_all':'ck-reset_all',_0x5992e3['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x5992e3['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x266029=this['editor']['plugins']['get']('MergeFieldsEditing'),_0x40967e=_0x266029['previewMode'],_0x3740c7={};if('$labels'===_0x40967e){for(const _0x265dc5 of _0x266029['getMergeFieldsIds']())_0x3740c7[_0x265dc5]=_0x266029['getLabel'](_0x265dc5)||_0x265dc5;}else{const _0x4a5855='$defaultValues'===_0x40967e?_0x266029['getDefaultValues']():_0x266029['getDataSetValues'](_0x40967e,!0x0);for(const _0x38b6dc of Object['entries'](_0x4a5855)){const [_0x139fd5,_0x1344be]=_0x38b6dc;_0x3740c7[_0x139fd5]=null!==_0x1344be?_0x1344be:_0x266029['getLabel'](_0x139fd5)||_0x139fd5;}}return{'mergeFieldsData':_0x3740c7};}['_standarizeRootsData'](_0x5862de,_0x36e847,_0x2d54f8){let _0x374590;if('string'==typeof _0x5862de){const _0x5959f7=_0x36e847['model']['document']['getRootNames']()[0x0];_0x374590={[_0x5959f7]:_0x5862de};}else _0x374590=_0x5862de;const _0x30f665=this['_fixMediaEmbeds'](_0x374590,_0x36e847),_0x25b273=function(_0x4c0626,_0x9ae79){for(const [_0xddea3d,_0x41430e]of _0x4c0626)_0x41430e['classes']=_0x9ae79[_0xddea3d]['classList']['value']['replace']('ck-focused','');return _0x4c0626;}(this['_sortRoots'](_0x36e847)['reduce']((_0x18dfea,_0x118c87)=>(_0x18dfea['push']([_0x118c87,{'content':_0x30f665[_0x118c87],'classes':''}]),_0x18dfea),[]),_0x2d54f8);return _0x25b273;}['_fixMediaEmbeds'](_0x274c93,_0x580b23){if(!_0x580b23['plugins']['has']('MediaEmbedEditing'))return _0x274c93;const _0x20f139=_0x580b23['plugins']['get']('MediaEmbedEditing');for(const [_0x29903b,_0x160d64]of Object['entries'](_0x274c93)){const _0x24d390=document['createElement']('div');_0x24d390['innerHTML']=_0x160d64,(_0x24d390['querySelectorAll']('figure.media')['forEach'](_0x24252b=>{const _0x3cebda=_0x24252b['querySelector']('oembed');if(_0x3cebda){const _0xe2184=_0x3cebda['getAttribute']('url');if(_0xe2184){const _0x1222c2=_0x20f139['registry']['getMediaViewElement'](new _0xbff37b(_0x580b23['editing']['view']['document']),_0xe2184,{'elementName':'','renderForEditingView':!0x0}),_0x1d78e6=document['createElement']('div');_0x1d78e6['classList']['add']('ck-media__wrapper'),_0x1222c2['render'](_0x1d78e6,_0x580b23['editing']['view']['domConverter']),_0x3cebda['replaceWith'](_0x1d78e6);}}}),_0x274c93[_0x29903b]=_0x24d390['innerHTML']);}return _0x274c93;}['_sortRoots'](_0x37b5da){if(!function(_0x45d4f3){return void 0x0!==_0x45d4f3['getRootsAttributes'];}(_0x37b5da))return _0x37b5da['model']['document']['getRootNames']();const _0x3c52e1=[],_0x4b20f3=new Map();for(const _0x37f930 of _0x37b5da['model']['document']['getRootNames']()){const _0x4bb9ea=_0x37b5da['editing']['view']['getDomRoot'](_0x37f930)['getClientRects']()['item'](0x0);_0x3c52e1['push'](_0x37f930),_0x4b20f3['set'](_0x37f930,_0x4bb9ea);}return _0x3c52e1['sort']((_0x27b650,_0x58e781)=>{const _0x3fe6e5=_0x4b20f3['get'](_0x27b650),_0x35f3df=_0x4b20f3['get'](_0x58e781);return _0x3fe6e5['y']-_0x35f3df['y']||_0x3fe6e5['x']-_0x35f3df['x'];}),_0x3c52e1;}}class te extends _0xd6413c{static get['requires'](){return[T,_0xa8aa1a];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4d9089){super(_0x4d9089),_0x4d9089['commands']['add']('previewFinalContent',new re(this['editor'])),_0x4d9089['config']['define']('trackChanges.preview.renderFunction',(_0x9922f2,_0x2ab50e)=>{for(const _0x440a10 of _0x2ab50e)_0x9922f2['appendChild'](_0x440a10);});}}export{us as BaseSuggestionThreadView,o as Suggestion,fe as SuggestionThreadView,we as SuggestionView,k as TrackChanges,T as TrackChangesData,p as TrackChangesEditing,te as TrackChangesPreview};
|